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 278
Mark all as read
Report group
0 selected
Zevorn(Chao Liu)
,
Chao Liu
13
Jan 7
[PATCH v3 0/5] Add K230 board and thead-c908 CPU support
Hi, all Gentle ping. :) On Tue, 16 Dec 2025 01:01:13 +0800 Chao Liu wrote: > Hi, > > I have
unread,
[PATCH v3 0/5] Add K230 board and thead-c908 CPU support
Hi, all Gentle ping. :) On Tue, 16 Dec 2025 01:01:13 +0800 Chao Liu wrote: > Hi, > > I have
Jan 7
Yinhao Hu
, …
Eduard Zingerman
3
12/29/25
[BUG] bpf: verifier: False warning for helpers in speculative branches
On Sat, 2025-12-27 at 16:01 +0100, Luis Gerhorst wrote: > Yinhao Hu <ddd...@hust.edu.cn>
unread,
[BUG] bpf: verifier: False warning for helpers in speculative branches
On Sat, 2025-12-27 at 16:01 +0100, Luis Gerhorst wrote: > Yinhao Hu <ddd...@hust.edu.cn>
12/29/25
梅开彦
, …
Matt Bobrowski
12
12/29/25
bpf: mmap_file LSM hook allows NULL pointer dereference
On Thu, Dec 18, 2025 at 02:51:27PM -0800, Yonghong Song wrote: > > > On 12/11/25 1:39 PM,
unread,
bpf: mmap_file LSM hook allows NULL pointer dereference
On Thu, Dec 18, 2025 at 02:51:27PM -0800, Yonghong Song wrote: > > > On 12/11/25 1:39 PM,
12/29/25
Chao Liu
4
12/26/25
[RFC PATCH v1 0/3] tcg: add tcg_gen_print helper
Signed-off-by: Chao Liu <chao.li...@gmail.com> --- docs/devel/tcg-ops.rst | 33 +++++++++++
unread,
[RFC PATCH v1 0/3] tcg: add tcg_gen_print helper
Signed-off-by: Chao Liu <chao.li...@gmail.com> --- docs/devel/tcg-ops.rst | 33 +++++++++++
12/26/25
Yinhao Hu
,
Martin KaFai Lau
2
12/18/25
bpf: xdp: unhandled error in xdp_test_run_init_page() leads to crash
On 12/18/25 2:43 AM, Yinhao Hu wrote: > Our fuzzer tool discovered a user-memory-access
unread,
bpf: xdp: unhandled error in xdp_test_run_init_page() leads to crash
On 12/18/25 2:43 AM, Yinhao Hu wrote: > Our fuzzer tool discovered a user-memory-access
12/18/25
chenmiao
, …
Dongliang Mu
14
12/16/25
[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
12/16/25
Ben Guo
, …
Ben Guo
5
12/15/25
[PATCH] docs/zh_CN: rust: remove Rust experiment section
On 12/15/25 3:49 PM, Dongliang Mu wrote: > This Chinese translation sync has its own commit
unread,
[PATCH] docs/zh_CN: rust: remove Rust experiment section
On 12/15/25 3:49 PM, Dongliang Mu wrote: > This Chinese translation sync has its own commit
12/15/25
chenmiao
, …
ChenMiao
21
12/6/25
[RFC PATCH v2 0/5] rust/hw: Add the I2C and the first GPIO device
From: chenmiao <chen...@openatom.club> After implementing the I2CBus and I2CSlave, we
unread,
[RFC PATCH v2 0/5] rust/hw: Add the I2C and the first GPIO device
From: chenmiao <chen...@openatom.club> After implementing the I2CBus and I2CSlave, we
12/6/25
bbbbbq
,
Chao Liu
2
12/6/25
[PATCH 0/1] Add DS1338 RTC device implementation in Rust
On 12/7/2025 7:52 AM, bbbbbq wrote: > This patch series implements the DS1338 Real-Time Clock
unread,
[PATCH 0/1] Add DS1338 RTC device implementation in Rust
On 12/7/2025 7:52 AM, bbbbbq wrote: > This patch series implements the DS1338 Real-Time Clock
12/6/25
bbbbbq
,
Chao Liu
2
12/6/25
[PATCH 1/1] rust/hw/rtc: Add DS1338 RTC device implementation
On 12/7/2025 7:52 AM, bbbbbq wrote: > Implement DS1338 Real-Time Clock device in Rust as a
unread,
[PATCH 1/1] rust/hw/rtc: Add DS1338 RTC device implementation
On 12/7/2025 7:52 AM, bbbbbq wrote: > Implement DS1338 Real-Time Clock device in Rust as a
12/6/25
Chao Liu
, …
Chao Liu
22
12/4/25
[PATCH v1 0/5] Add K230 board and thead-c908 CPU support
Testing the Basic Functions of K230 WDT: 1. Reset Function 2. Timeout Check 3. Interrupt Function
unread,
[PATCH v1 0/5] Add K230 board and thead-c908 CPU support
Testing the Basic Functions of K230 WDT: 1. Reset Function 2. Timeout Check 3. Interrupt Function
12/4/25
梅开彦
,
Martin KaFai Lau
3
12/1/25
bpf: Race condition in bpf_trampoline_unlink_cgroup_shim during concurrent cgroup LSM link release
> -----原始邮件----- > 发件人: "Martin KaFai Lau" <marti...@linux.dev> > 发送时间:
unread,
bpf: Race condition in bpf_trampoline_unlink_cgroup_shim during concurrent cgroup LSM link release
> -----原始邮件----- > 发件人: "Martin KaFai Lau" <marti...@linux.dev> > 发送时间:
12/1/25
梅开彦
,
Amery Hung
2
12/1/25
bpf: Use-after-free in inode local storage due to premature i_security freeing
On Sun, Nov 30, 2025 at 9:51 PM 梅开彦 <kai...@hust.edu.cn> wrote: > > Our fuzzer tool
unread,
bpf: Use-after-free in inode local storage due to premature i_security freeing
On Sun, Nov 30, 2025 at 9:51 PM 梅开彦 <kai...@hust.edu.cn> wrote: > > Our fuzzer tool
12/1/25
Chen Miao
,
Chao Liu
3
11/29/25
[RFC PATCH V3 2/4] rust/hw/core: Add rust bindings/funcs for i2c bus
From: chenmiao <chen...@openatom.club> We have implemented the I2CBus and I2CSlave
unread,
[RFC PATCH V3 2/4] rust/hw/core: Add rust bindings/funcs for i2c bus
From: chenmiao <chen...@openatom.club> We have implemented the I2CBus and I2CSlave
11/29/25
Chen Miao
,
Chao Liu
3
11/29/25
[RFC PATCH V3 4/4] rust/hw/gpio: Add the the first gpio device pcf8574
From: chenmiao <chen...@openatom.club> After implementing the I2CBus and I2CSlave, we
unread,
[RFC PATCH V3 4/4] rust/hw/gpio: Add the the first gpio device pcf8574
From: chenmiao <chen...@openatom.club> After implementing the I2CBus and I2CSlave, we
11/29/25
Chen Miao
,
Chao Liu
4
11/29/25
[RFC PATCH V3 3/4] rust/hw/core: Provide some interfaces for the GPIO device
From: chenmiao <chen...@openatom.club> In qdev.rs, we implemented the init_gpio_out_named
unread,
[RFC PATCH V3 3/4] rust/hw/core: Provide some interfaces for the GPIO device
From: chenmiao <chen...@openatom.club> In qdev.rs, we implemented the init_gpio_out_named
11/29/25
Chen Miao
,
Chao Liu
3
11/29/25
[RFC PATCH V3 1/4] rust/hw/core: Add the BusState of rust version
From: chenmiao <chen...@openatom.club> A Rust version implementation has been designed for
unread,
[RFC PATCH V3 1/4] rust/hw/core: Add the BusState of rust version
From: chenmiao <chen...@openatom.club> A Rust version implementation has been designed for
11/29/25
梅开彦
, …
Amery Hung
4
11/25/25
bpf: Race condition in inode local storage leads to use-after-free
On Tue, Nov 25, 2025 at 3:17 PM Alexei Starovoitov <alexei.st...@gmail.com> wrote: >
unread,
bpf: Race condition in inode local storage leads to use-after-free
On Tue, Nov 25, 2025 at 3:17 PM Alexei Starovoitov <alexei.st...@gmail.com> wrote: >
11/25/25
Yinhao Hu
11/25/25
bpf: Warning triggered when attaching offloaded program to software TCX hook
Our tool discovered a vulnerability in the eBPF TCX subsystem, which allows a BPF program marked for
unread,
bpf: Warning triggered when attaching offloaded program to software TCX hook
Our tool discovered a vulnerability in the eBPF TCX subsystem, which allows a BPF program marked for
11/25/25
Yinhao Hu
, …
Amery Hung
4
11/24/25
GPF in bpf_get_local_storage due to missing cgroup storage check in tail calls
On Mon, Nov 24, 2025 at 12:47 PM Amery Hung <amer...@gmail.com> wrote: > > On Mon, Nov
unread,
GPF in bpf_get_local_storage due to missing cgroup storage check in tail calls
On Mon, Nov 24, 2025 at 12:47 PM Amery Hung <amer...@gmail.com> wrote: > > On Mon, Nov
11/24/25
Dongliang Mu
, …
Alex Shi
4
11/17/25
Re: [PATCH v2] docs/zh_CN: Add kbuild timestamp Chinese translation
Dongliang Mu <mudongl...@gmail.com> 于2025年11月17日周一 13:54写道: > > On Mon, Nov 17, 2025
unread,
Re: [PATCH v2] docs/zh_CN: Add kbuild timestamp Chinese translation
Dongliang Mu <mudongl...@gmail.com> 于2025年11月17日周一 13:54写道: > > On Mon, Nov 17, 2025
11/17/25
梅开彦
11/14/25
bpf: failed assertion of infallibility in bpf_tracing_link_release triggers WARNING
Our fuzzer discovered that a kernel WARNING can occur when a memory allocation fails during the
unread,
bpf: failed assertion of infallibility in bpf_tracing_link_release triggers WARNING
Our fuzzer discovered that a kernel WARNING can occur when a memory allocation fails during the
11/14/25
Yinhao Hu
11/9/25
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 `
11/9/25
Yinhao Hu
11/7/25
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
11/7/25
chenmiao
,
Alice Ryhl
6
11/5/25
[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
11/5/25
Yinhao Hu
11/4/25
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 `
11/4/25
梅开彦
,
Martin KaFai Lau
2
11/3/25
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`
11/3/25
yinchunyuan
,
Dongliang Mu
2
10/30/25
[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.
10/30/25
chenmiao
, …
Paolo Bonzini
8
10/28/25
[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/
10/28/25
chenmiao
, …
Chao Liu
8
10/28/25
[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
10/28/25