Groups
Groups
Sign in
Groups
Groups
HUST OS Kernel Contribution
Conversations
About
Send feedback
Help
HUST OS Kernel Contribution
Contact owners and managers
1–30 of 259
Mark all as read
Report group
0 selected
Yinhao Hu
Nov 9
BUG: kernel paging request fault caused by incompletely initialized dummy_bpf_prog.prog
Our fuzzer discovered that a kernel paging request fault can occur when an incompletely initialized `
unread,
BUG: kernel paging request fault caused by incompletely initialized dummy_bpf_prog.prog
Our fuzzer discovered that a kernel paging request fault can occur when an incompletely initialized `
Nov 9
Yinhao Hu
Nov 7
net: bpf: use-after-free in bpf_map_offload_info_fill_ns when obtaining netns for offloaded map
When querying info for an offloaded BPF map, bpf_map_offload_info_fill_ns() obtains the network
unread,
net: bpf: use-after-free in bpf_map_offload_info_fill_ns when obtaining netns for offloaded map
When querying info for an offloaded BPF map, bpf_map_offload_info_fill_ns() obtains the network
Nov 7
Dongliang Mu
Nov 6
Re: [PATCH v2] docs/zh_CN: Add kbuild timestamp Chinese translation
On 11/6/25 9:51 AM, Chenguang Zhao wrote: > Sync the translation of changes in kbuild/kbuild.rst
unread,
Re: [PATCH v2] docs/zh_CN: Add kbuild timestamp Chinese translation
On 11/6/25 9:51 AM, Chenguang Zhao wrote: > Sync the translation of changes in kbuild/kbuild.rst
Nov 6
chenmiao
,
Alice Ryhl
6
Nov 5
[PREVIEW PATCH] rust: kernel: Support more jump_label api
On 11/5/2025 10:13 PM, Alice Ryhl wrote: > On Wed, Nov 05, 2025 at 09:55:27PM +0800, Chen Miao
unread,
[PREVIEW PATCH] rust: kernel: Support more jump_label api
On 11/5/2025 10:13 PM, Alice Ryhl wrote: > On Wed, Nov 05, 2025 at 09:55:27PM +0800, Chen Miao
Nov 5
Yinhao Hu
Nov 4
bpf: test_run: Missing skb destination initialization leads to NULL pointer dereference
Our fuzzer tool discovered that the `skb->_skb_refdst` field is not initialized in the `
unread,
bpf: test_run: Missing skb destination initialization leads to NULL pointer dereference
Our fuzzer tool discovered that the `skb->_skb_refdst` field is not initialized in the `
Nov 4
chenmiao
, …
Dongliang Mu
13
Nov 3
[PATCH] Makefile: Remove the product of pin_init cleanly in mrporper
PING. On 10/31/2025 10:32 AM, chenmiao wrote: > When I enabled Rust compilation, I wanted to clean
unread,
[PATCH] Makefile: Remove the product of pin_init cleanly in mrporper
PING. On 10/31/2025 10:32 AM, chenmiao wrote: > When I enabled Rust compilation, I wanted to clean
Nov 3
梅开彦
,
Martin KaFai Lau
2
Nov 3
bpf: missing transport_header validation in bpf_prog_test_run_skb triggers WARNING
On 11/3/25 1:42 AM, 梅开彦 wrote: > Our fuzzer tool discovered a missing check for `transport_header`
unread,
bpf: missing transport_header validation in bpf_prog_test_run_skb triggers WARNING
On 11/3/25 1:42 AM, 梅开彦 wrote: > Our fuzzer tool discovered a missing check for `transport_header`
Nov 3
yinchunyuan
,
Dongliang Mu
2
Oct 30
[PATCH] docs/zh_CN: Add kunit/index.rst Chinese translation
On 10/29/25 7:32 PM, yinchunyuan wrote: > Translate .../dev-tools/kunit/index.rst into Chinese.
unread,
[PATCH] docs/zh_CN: Add kunit/index.rst Chinese translation
On 10/29/25 7:32 PM, yinchunyuan wrote: > Translate .../dev-tools/kunit/index.rst into Chinese.
Oct 30
chenmiao
, …
Paolo Bonzini
8
Oct 28
[RFC PATCH v2 5/5] rust/hw/gpio: Add the the first gpio device pcf8574
On Tue, Oct 28, 2025 at 1:19 PM Chen Miao <chen...@openatom.club> wrote: > > On 10/28/
unread,
[RFC PATCH v2 5/5] rust/hw/gpio: Add the the first gpio device pcf8574
On Tue, Oct 28, 2025 at 1:19 PM Chen Miao <chen...@openatom.club> wrote: > > On 10/28/
Oct 28
chenmiao
, …
Chao Liu
8
Oct 28
[RFC PATCH v2 4/5] rust/hw/core: Provide some interfaces for the GPIO device
On 10/28/2025 4:17 PM, chenmiao wrote: > In irq.rs, we added a new get method for the
unread,
[RFC PATCH v2 4/5] rust/hw/core: Provide some interfaces for the GPIO device
On 10/28/2025 4:17 PM, chenmiao wrote: > In irq.rs, we added a new get method for the
Oct 28
chenmiao
, …
Chao Liu
7
Oct 28
[RFC PATCH v2 2/5] rust/hw/core: Add rust bindings/funcs for i2c bus
On 10/28/2025 4:17 PM, chenmiao wrote: > We have implemented the I2CBus and I2CSlave
unread,
[RFC PATCH v2 2/5] rust/hw/core: Add rust bindings/funcs for i2c bus
On 10/28/2025 4:17 PM, chenmiao wrote: > We have implemented the I2CBus and I2CSlave
Oct 28
chenmiao
, …
Paolo Bonzini
6
Oct 28
[RFC PATCH v2 3/5] hw/gpio: Move the pcf8574 struct to header
On 10/28/2025 6:46 PM, Paolo Bonzini wrote: > On Tue, Oct 28, 2025 at 11:18 AM chenmiao <
unread,
[RFC PATCH v2 3/5] hw/gpio: Move the pcf8574 struct to header
On 10/28/2025 6:46 PM, Paolo Bonzini wrote: > On Tue, Oct 28, 2025 at 11:18 AM chenmiao <
Oct 28
chenmiao
,
Chao Liu
6
Oct 28
[RFC PATCH v2 1/5] rust/hw/core: Add the BusState of rust version
A Rust version implementation has been designed for BusState, which will be used for the subsequent
unread,
[RFC PATCH v2 1/5] rust/hw/core: Add the BusState of rust version
A Rust version implementation has been designed for BusState, which will be used for the subsequent
Oct 28
chenmiao
,
Dan Carpenter
5
Oct 28
[RFC PATCH v2 0/5] rust/hw: Add the I2C and the first GPIO device
We have implemented I2C and the first GPIO device in Rust for QEMU. Additionally, in the respective
unread,
[RFC PATCH v2 0/5] rust/hw: Add the I2C and the first GPIO device
We have implemented I2C and the first GPIO device in Rust for QEMU. Additionally, in the respective
Oct 28
chenmiao
,
Zhao Liu
4
Oct 28
[RFC PREVIEW v2 2/5] rust: hw: core: Add rust bindings/funcs for i2c bus
We have implemented the I2CBus and I2CSlave infrastructure in Rust by referring to the SysBus device
unread,
[RFC PREVIEW v2 2/5] rust: hw: core: Add rust bindings/funcs for i2c bus
We have implemented the I2CBus and I2CSlave infrastructure in Rust by referring to the SysBus device
Oct 28
Chao Liu
,
chenmiao
3
Oct 28
Re: [RFC PREVIEW v2 4/5] rust: hw: core: Provide some interfaces for the GPIO device
In irq.rs, we added a new get method for the InterruptSource type to determine whether an
unread,
Re: [RFC PREVIEW v2 4/5] rust: hw: core: Provide some interfaces for the GPIO device
In irq.rs, we added a new get method for the InterruptSource type to determine whether an
Oct 28
chenmiao
, …
Chao Liu
6
Oct 27
[RFC PREVIEW v2 1/5] rust: hw: core: Add the BusState of rust version
On 10/27/2025 2:23 PM, Zhao Liu wrote: > On Sat, Oct 25, 2025 at 12:38:49PM +0000, chenmiao wrote:
unread,
[RFC PREVIEW v2 1/5] rust: hw: core: Add the BusState of rust version
On 10/27/2025 2:23 PM, Zhao Liu wrote: > On Sat, Oct 25, 2025 at 12:38:49PM +0000, chenmiao wrote:
Oct 27
Dongliang Mu
,
Miguel Ojeda
2
Oct 25
Re: Inquiry about Contribution Opportunities for Rust for Linux
On Wed, Oct 22, 2025 at 5:48 PM Dongliang Mu <mudongl...@gmail.com> wrote: > > Hi
unread,
Re: Inquiry about Contribution Opportunities for Rust for Linux
On Wed, Oct 22, 2025 at 5:48 PM Dongliang Mu <mudongl...@gmail.com> wrote: > > Hi
Oct 25
chenmiao
,
Chao Liu
7
Oct 25
[RFC PREVIEW 4/4] rust: hw: gpio: Add the the first gpio device pcf8574
After implementing the I2CBus and I2CSlave, we proceeded to implement a basic GPIO device — the
unread,
[RFC PREVIEW 4/4] rust: hw: gpio: Add the the first gpio device pcf8574
After implementing the I2CBus and I2CSlave, we proceeded to implement a basic GPIO device — the
Oct 25
chenmiao
,
Chao Liu
6
Oct 25
[RFC PREVIEW 2/4] hw: gpio: Move the pcf8574 struct to header
To better implement the Rust PCF8574 bindings, move its struct definition to the header file. Signed-
unread,
[RFC PREVIEW 2/4] hw: gpio: Move the pcf8574 struct to header
To better implement the Rust PCF8574 bindings, move its struct definition to the header file. Signed-
Oct 25
chenmiao
, …
Dongliang Mu
7
Oct 25
[RFC PREVIEW 0/4] rust: hw: Add the I2C and the first GPIO device
We have implemented I2C and the first GPIO device in Rust for QEMU. Additionally, in the respective
unread,
[RFC PREVIEW 0/4] rust: hw: Add the I2C and the first GPIO device
We have implemented I2C and the first GPIO device in Rust for QEMU. Additionally, in the respective
Oct 25
Chao Liu
,
chenmiao
3
Oct 24
Re: [RFC PREVIEW 3/4] rust: hw: core: Provide some interfaces for the GPIO device.
In irq.rs, we added a new get method for the InterruptSource type to determine whether an
unread,
Re: [RFC PREVIEW 3/4] rust: hw: core: Provide some interfaces for the GPIO device.
In irq.rs, we added a new get method for the InterruptSource type to determine whether an
Oct 24
chenmiao
, …
Chao Liu
7
Oct 23
[RFC PREVIEW 1/4] rust: hw: add rust bindings/funcs for i2c bus
On 10/24/2025 11:15 AM, Chen Miao wrote: > On 10/24/2025 9:41 AM, chenmiao wrote: >> From:
unread,
[RFC PREVIEW 1/4] rust: hw: add rust bindings/funcs for i2c bus
On 10/24/2025 11:15 AM, Chen Miao wrote: > On 10/24/2025 9:41 AM, chenmiao wrote: >> From:
Oct 23
Chao Liu
2
Oct 22
[PATCH preview 1/1] rust: add rust bindings/funcs for i2c bus
Implement secure secure Rust bindings for I2CBus and I2CSlave, with reference to sysbus. Suggested-by
unread,
[PATCH preview 1/1] rust: add rust bindings/funcs for i2c bus
Implement secure secure Rust bindings for I2CBus and I2CSlave, with reference to sysbus. Suggested-by
Oct 22
Chao Liu
Oct 21
[PATCH preview 0/1] rust: add Rust bindings/funcs for I2C bus
Hi, Chenmiao: This patch series adds Rust bindings and functions for the I2C bus in QEMU. It includes
unread,
[PATCH preview 0/1] rust: add Rust bindings/funcs for I2C bus
Hi, Chenmiao: This patch series adds Rust bindings and functions for the I2C bus in QEMU. It includes
Oct 21
chenmiao
,
Chao Liu(openatom.club)
2
Oct 21
[PATCH] rust: hw: Add the extensible Meson compilation method
On 10/21/2025 8:17 PM, chenmiao wrote: > Currently, although there are only two available devices
unread,
[PATCH] rust: hw: Add the extensible Meson compilation method
On 10/21/2025 8:17 PM, chenmiao wrote: > Currently, although there are only two available devices
Oct 21
Ben Guo
, …
Alex Shi
16
Oct 18
[PATCH] docs/zh_CN: Add translation of rust/testing.rst
Applied, Thanks Ben Guo <benx...@gmail.com> 于2025年10月14日周二 07:44写道: > > Complete the
unread,
[PATCH] docs/zh_CN: Add translation of rust/testing.rst
Applied, Thanks Ben Guo <benx...@gmail.com> 于2025年10月14日周二 07:44写道: > > Complete the
Oct 18
Ben Guo
, …
Alex Shi
6
Oct 2
[PATCH] docs/zh_CN: Update Rust index translation and add reference label
Appiled Thanks Yanteng Si <si.ya...@linux.dev> 于2025年9月25日周四 09:51写道: > > > 在 9/25/
unread,
[PATCH] docs/zh_CN: Update Rust index translation and add reference label
Appiled Thanks Yanteng Si <si.ya...@linux.dev> 于2025年9月25日周四 09:51写道: > > > 在 9/25/
Oct 2
Haoyang LIU
, …
Dongliang Mu
12
Aug 12
[PATCH] scripts/checktransupdate.py: add support for scanning directory
> On 12 Aug 2025, at 05:24, Nathan Chancellor <nat...@kernel.org> wrote: > > Hi
unread,
[PATCH] scripts/checktransupdate.py: add support for scanning directory
> On 12 Aug 2025, at 05:24, Nathan Chancellor <nat...@kernel.org> wrote: > > Hi
Aug 12
Dongliang Mu
Aug 12
Introduce our new discord server - HUST OPEN ATOM CLUB
Hi folks, Two years ago, I created this google group - HUST OS Kernel Contribution and reviewed
unread,
Introduce our new discord server - HUST OPEN ATOM CLUB
Hi folks, Two years ago, I created this google group - HUST OS Kernel Contribution and reviewed
Aug 12