lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <3C4AC793-1EC9-4891-9280-8E35B954B681@m.fudan.edu.cn>
Date: Fri, 21 Feb 2025 14:18:50 +0800
From: Kun Hu <huk23@...udan.edu.cn>
To: kent.overstreet@...ux.dev
Cc: syzkaller@...glegroups.com,
 linux-bcachefs@...r.kernel.org,
 "jjtan24@...udan.edu.cn" <jjtan24@...udan.edu.cn>,
 linux-kernel@...r.kernel.org
Subject: Re: UBSAN_ shift-out-of-bounds in bch2_trans_iter_init_outlined



> 2025年2月20日 15:08,Kun Hu <huk23@...udan.edu.cn> 写道:
> 
> Hi Kent,
> 
> When using our customized Syzkaller to fuzz the latest Linux kernel, the following crash (76s)
> was triggered.
> 
> HEAD commit: 6537cfb395f352782918d8ee7b7f10ba2cc3cbf2
> git tree: upstream
> Console output: https://github.com/pghk13/Kernel-Bug/blob/main/0219_6.13rc7_todo/76-UBSAN_%20shift-out-of-bounds%20in%20bch2_trans_iter_init_outlined/report%20on%206.14-r3.txt
> Kernel config: https://github.com/pghk13/Kernel-Bug/blob/main/0219_6.13rc7_todo/config.txt 
> C reproducer: https://github.com/pghk13/Kernel-Bug/blob/main/0219_6.13rc7_todo/76-UBSAN_%20shift-out-of-bounds%20in%20bch2_trans_iter_init_outlined/repro.c
> Syzlang reproducer: https://github.com/pghk13/Kernel-Bug/blob/main/0219_6.13rc7_todo/76-UBSAN_%20shift-out-of-bounds%20in%20bch2_trans_iter_init_outlined/repro.syz.txt
> 
> We have reproduced this issue repeatedly in 6.14-rc3. From the syscall reproducer, the syscall syz_mount_image mounts a constructed bcachefs image. When the file system attempted to parse these parameters, it caused the btree_id_is_extents, btree_type_has_snapshots, and btree_type_has_snapshot_field functions in btree_types.h to shift out of bounds. It is speculated that the constructed mirror may have caused the btree_id to exceed the u64 bit width, which in turn triggered the shift out-of-bounds. Also, the report shows that the bch2_time_to_timespec function in bcachefs.h also undergoes a shift operation, but this does not seem to be the case when I look at the source code. If you think this issue has little impact on your system, please ignore it ☺.
> 
> If you fix this issue, please add the following tag to the commit:
> Reported-by: Kun Hu <huk23@...udan.edu.cn>, Jiaji Qin <jjtan24@...udan.edu.cn>
> 
> 2025/02/19 18:35:12 reproducing crash 'UBSAN: shift-out-of-bounds in bch2_trans_iter_init_outlined': final repro crashed as (corrupted=false):
>  u64s 6 type extent 1610612736:24:U32_MAX len 24 ver 0: durability: 1 ptr: 0:34:8 gen 0
>  u64s 6 type extent 1610612736:24:U32_MAX len 24 ver 0: durability: 1 ptr: 0:34:8 gen 0
> ------------[ cut here ]------------
> UBSAN: shift-out-of-bounds in fs/bcachefs/bcachefs.h:1193:41
> shift exponent 128 is too large for 32-bit type 'unsigned int'
> CPU: 2 UID: 0 PID: 877 Comm: syz.1.16 Not tainted 6.13.0-rc7 #1
> Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.13.0-1ubuntu1.1 04/01/2014
> Call Trace:
> <TASK>
> __dump_stack lib/dump_stack.c:94 [inline]
> dump_stack_lvl+0x180/0x1b0 lib/dump_stack.c:120
> ubsan_epilogue+0xa/0x40 lib/ubsan.c:231
> __ubsan_handle_shift_out_of_bounds+0xf2/0x1e0 lib/ubsan.c:468
> btree_id_cached fs/bcachefs/bcachefs.h:1193 [inline]
> bch2_btree_iter_flags fs/bcachefs/btree_iter.h:472 [inline]
> bch2_trans_iter_init_outlined.cold+0x55/0x78 fs/bcachefs/btree_iter.c:2904
> bch2_trans_iter_init fs/bcachefs/btree_iter.h:520 [inline]
> bch2_btree_insert_trans+0x18c/0x290 fs/bcachefs/btree_update.c:647
> drop_dev_and_update+0x3d4/0x580 fs/bcachefs/backpointers.c:456
> check_bp_exists+0x1bd2/0x3140 fs/bcachefs/backpointers.c:603
> check_extent_to_backpointers+0x8d4/0x11f0 fs/bcachefs/backpointers.c:688
> bch2_check_extents_to_backpointers_pass+0xa6f/0xf20 fs/bcachefs/backpointers.c:884
> bch2_check_extents_to_backpointers+0x352/0xac0 fs/bcachefs/backpointers.c:937
> bch2_run_recovery_pass+0x94/0x1a0 fs/bcachefs/recovery_passes.c:191
> bch2_run_recovery_passes+0x4a4/0x760 fs/bcachefs/recovery_passes.c:244
> bch2_fs_recovery+0x24d0/0x4f00 fs/bcachefs/recovery.c:861
> bch2_fs_start+0x2f6/0x610 fs/bcachefs/super.c:1037
> bch2_fs_get_tree+0x4b6/0x2020 fs/bcachefs/fs.c:2170
> vfs_get_tree+0x93/0x340 fs/super.c:1814
> do_new_mount fs/namespace.c:3511 [inline]
> path_mount+0x1272/0x1ba0 fs/namespace.c:3838
> do_mount+0xf8/0x110 fs/namespace.c:3851
> __do_sys_mount fs/namespace.c:4061 [inline]
> __se_sys_mount fs/namespace.c:4038 [inline]
> __x64_sys_mount+0x193/0x230 fs/namespace.c:4038
> do_syscall_x64 arch/x86/entry/common.c:52 [inline]
> do_syscall_64+0xc3/0x1d0 arch/x86/entry/common.c:83
> entry_SYSCALL_64_after_hwframe+0x77/0x7f
> RIP: 0033:0x7f75b6feb51e
> Code: ff ff ff 64 c7 00 16 00 00 00 b8 ff ff ff ff c3 66 2e 0f 1f 84 00 00 00 00 00 66 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 c7 c1 b0 ff ff ff f7 d8 64 89 01 48
> RSP: 002b:00007ffceb0a77a8 EFLAGS: 00000246 ORIG_RAX: 00000000000000a5
> RAX: ffffffffffffffda RBX: 0000000000005b13 RCX: 00007f75b6feb51e
> RDX: 0000000020005b00 RSI: 0000000020005b40 RDI: 00007ffceb0a7800
> RBP: 00007ffceb0a7840 R08: 00007ffceb0a7840 R09: 0000000000000000
> R10: 0000000000000000 R11: 0000000000000246 R12: 0000000020005b00
> R13: 0000000020005b40 R14: 00007ffceb0a7800 R15: 0000000020000080
> </TASK>
> ---[ end trace ]---
> ------------[ cut here ]------------
> UBSAN: shift-out-of-bounds in fs/bcachefs/btree_types.h:798:9
> shift exponent 129 is too large for 64-bit type 'long long unsigned int'
> CPU: 2 UID: 0 PID: 877 Comm: syz.1.16 Not tainted 6.13.0-rc7 #1
> Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.13.0-1ubuntu1.1 04/01/2014
> Call Trace:
> <TASK>
> __dump_stack lib/dump_stack.c:94 [inline]
> dump_stack_lvl+0x180/0x1b0 lib/dump_stack.c:120
> ubsan_epilogue+0xa/0x40 lib/ubsan.c:231
> __ubsan_handle_shift_out_of_bounds+0xf2/0x1e0 lib/ubsan.c:468
> btree_node_type_is_extents fs/bcachefs/btree_types.h:798 [inline]
> btree_id_is_extents fs/bcachefs/btree_types.h:803 [inline]
> __bch2_btree_iter_flags fs/bcachefs/btree_iter.h:451 [inline]
> bch2_btree_iter_flags fs/bcachefs/btree_iter.h:478 [inline]
> bch2_trans_iter_init_outlined.cold+0x37/0x78 fs/bcachefs/btree_iter.c:2904
> bch2_trans_iter_init fs/bcachefs/btree_iter.h:520 [inline]
> bch2_btree_insert_trans+0x18c/0x290 fs/bcachefs/btree_update.c:647
> drop_dev_and_update+0x3d4/0x580 fs/bcachefs/backpointers.c:456
> check_bp_exists+0x1bd2/0x3140 fs/bcachefs/backpointers.c:603
> check_extent_to_backpointers+0x8d4/0x11f0 fs/bcachefs/backpointers.c:688
> bch2_check_extents_to_backpointers_pass+0xa6f/0xf20 fs/bcachefs/backpointers.c:884
> bch2_check_extents_to_backpointers+0x352/0xac0 fs/bcachefs/backpointers.c:937
> bch2_run_recovery_pass+0x94/0x1a0 fs/bcachefs/recovery_passes.c:191
> bch2_run_recovery_passes+0x4a4/0x760 fs/bcachefs/recovery_passes.c:244
> bch2_fs_recovery+0x24d0/0x4f00 fs/bcachefs/recovery.c:861
> bch2_fs_start+0x2f6/0x610 fs/bcachefs/super.c:1037
> bch2_fs_get_tree+0x4b6/0x2020 fs/bcachefs/fs.c:2170
> vfs_get_tree+0x93/0x340 fs/super.c:1814
> do_new_mount fs/namespace.c:3511 [inline]
> path_mount+0x1272/0x1ba0 fs/namespace.c:3838
> do_mount+0xf8/0x110 fs/namespace.c:3851
> __do_sys_mount fs/namespace.c:4061 [inline]
> __se_sys_mount fs/namespace.c:4038 [inline]
> __x64_sys_mount+0x193/0x230 fs/namespace.c:4038
> do_syscall_x64 arch/x86/entry/common.c:52 [inline]
> do_syscall_64+0xc3/0x1d0 arch/x86/entry/common.c:83
> entry_SYSCALL_64_after_hwframe+0x77/0x7f
> RIP: 0033:0x7f75b6feb51e
> Code: ff ff ff 64 c7 00 16 00 00 00 b8 ff ff ff ff c3 66 2e 0f 1f 84 00 00 00 00 00 66 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 c7 c1 b0 ff ff ff f7 d8 64 89 01 48
> RSP: 002b:00007ffceb0a77a8 EFLAGS: 00000246 ORIG_RAX: 00000000000000a5
> RAX: ffffffffffffffda RBX: 0000000000005b13 RCX: 00007f75b6feb51e
> RDX: 0000000020005b00 RSI: 0000000020005b40 RDI: 00007ffceb0a7800
> RBP: 00007ffceb0a7840 R08: 00007ffceb0a7840 R09: 0000000000000000
> R10: 0000000000000000 R11: 0000000000000246 R12: 0000000020005b00
> R13: 0000000020005b40 R14: 00007ffceb0a7800 R15: 0000000020000080
> </TASK>
> ---[ end trace ]---
> ------------[ cut here ]------------
> UBSAN: shift-out-of-bounds in fs/bcachefs/btree_types.h:825:9
> shift exponent 128 is too large for 64-bit type 'long long unsigned int'
> CPU: 2 UID: 0 PID: 877 Comm: syz.1.16 Not tainted 6.13.0-rc7 #1
> Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.13.0-1ubuntu1.1 04/01/2014
> Call Trace:
> <TASK>
> __dump_stack lib/dump_stack.c:94 [inline]
> dump_stack_lvl+0x180/0x1b0 lib/dump_stack.c:120
> ubsan_epilogue+0xa/0x40 lib/ubsan.c:231
> __ubsan_handle_shift_out_of_bounds+0xf2/0x1e0 lib/ubsan.c:468
> btree_type_has_snapshot_field fs/bcachefs/btree_types.h:825 [inline]
> __bch2_btree_iter_flags fs/bcachefs/btree_iter.h:455 [inline]
> bch2_btree_iter_flags fs/bcachefs/btree_iter.h:478 [inline]
> bch2_trans_iter_init_outlined.cold+0x19/0x78 fs/bcachefs/btree_iter.c:2904
> bch2_trans_iter_init fs/bcachefs/btree_iter.h:520 [inline]
> bch2_btree_insert_trans+0x18c/0x290 fs/bcachefs/btree_update.c:647
> drop_dev_and_update+0x3d4/0x580 fs/bcachefs/backpointers.c:456
> check_bp_exists+0x1bd2/0x3140 fs/bcachefs/backpointers.c:603
> check_extent_to_backpointers+0x8d4/0x11f0 fs/bcachefs/backpointers.c:688
> bch2_check_extents_to_backpointers_pass+0xa6f/0xf20 fs/bcachefs/backpointers.c:884
> bch2_check_extents_to_backpointers+0x352/0xac0 fs/bcachefs/backpointers.c:937
> bch2_run_recovery_pass+0x94/0x1a0 fs/bcachefs/recovery_passes.c:191
> bch2_run_recovery_passes+0x4a4/0x760 fs/bcachefs/recovery_passes.c:244
> bch2_fs_recovery+0x24d0/0x4f00 fs/bcachefs/recovery.c:861
> bch2_fs_start+0x2f6/0x610 fs/bcachefs/super.c:1037
> bch2_fs_get_tree+0x4b6/0x2020 fs/bcachefs/fs.c:2170
> vfs_get_tree+0x93/0x340 fs/super.c:1814
> do_new_mount fs/namespace.c:3511 [inline]
> path_mount+0x1272/0x1ba0 fs/namespace.c:3838
> do_mount+0xf8/0x110 fs/namespace.c:3851
> __do_sys_mount fs/namespace.c:4061 [inline]
> __se_sys_mount fs/namespace.c:4038 [inline]
> __x64_sys_mount+0x193/0x230 fs/namespace.c:4038
> do_syscall_x64 arch/x86/entry/common.c:52 [inline]
> do_syscall_64+0xc3/0x1d0 arch/x86/entry/common.c:83
> entry_SYSCALL_64_after_hwframe+0x77/0x7f
> RIP: 0033:0x7f75b6feb51e
> Code: ff ff ff 64 c7 00 16 00 00 00 b8 ff ff ff ff c3 66 2e 0f 1f 84 00 00 00 00 00 66 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 c7 c1 b0 ff ff ff f7 d8 64 89 01 48
> RSP: 002b:00007ffceb0a77a8 EFLAGS: 00000246 ORIG_RAX: 00000000000000a5
> RAX: ffffffffffffffda RBX: 0000000000005b13 RCX: 00007f75b6feb51e
> RDX: 0000000020005b00 RSI: 0000000020005b40 RDI: 00007ffceb0a7800
> RBP: 00007ffceb0a7840 R08: 00007ffceb0a7840 R09: 0000000000000000
> R10: 0000000000000000 R11: 0000000000000246 R12: 0000000020005b00
> R13: 0000000020005b40 R14: 00007ffceb0a7800 R15: 0000000020000080
> </TASK>
> ---[ end trace ]---
> ------------[ cut here ]------------
> UBSAN: shift-out-of-bounds in fs/bcachefs/btree_types.h:814:9
> shift exponent 128 is too large for 64-bit type 'long long unsigned int'
> CPU: 2 UID: 0 PID: 877 Comm: syz.1.16 Not tainted 6.13.0-rc7 #1
> Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.13.0-1ubuntu1.1 04/01/2014
> Call Trace:
> <TASK>
> __dump_stack lib/dump_stack.c:94 [inline]
> dump_stack_lvl+0x180/0x1b0 lib/dump_stack.c:120
> ubsan_epilogue+0xa/0x40 lib/ubsan.c:231
> __ubsan_handle_shift_out_of_bounds+0xf2/0x1e0 lib/ubsan.c:468
> btree_type_has_snapshots fs/bcachefs/btree_types.h:814 [inline]
> __bch2_btree_iter_flags fs/bcachefs/btree_iter.h:459 [inline]
> bch2_btree_iter_flags fs/bcachefs/btree_iter.h:478 [inline]
> bch2_trans_iter_init_outlined.cold+0x73/0x78 fs/bcachefs/btree_iter.c:2904
> bch2_trans_iter_init fs/bcachefs/btree_iter.h:520 [inline]
> bch2_btree_insert_trans+0x18c/0x290 fs/bcachefs/btree_update.c:647
> drop_dev_and_update+0x3d4/0x580 fs/bcachefs/backpointers.c:456
> check_bp_exists+0x1bd2/0x3140 fs/bcachefs/backpointers.c:603
> check_extent_to_backpointers+0x8d4/0x11f0 fs/bcachefs/backpointers.c:688
> bch2_check_extents_to_backpointers_pass+0xa6f/0xf20 fs/bcachefs/backpointers.c:884
> bch2_check_extents_to_backpointers+0x352/0xac0 fs/bcachefs/backpointers.c:937
> bch2_run_recovery_pass+0x94/0x1a0 fs/bcachefs/recovery_passes.c:191
> bch2_run_recovery_passes+0x4a4/0x760 fs/bcachefs/recovery_passes.c:244
> bch2_fs_recovery+0x24d0/0x4f00 fs/bcachefs/recovery.c:861
> bch2_fs_start+0x2f6/0x610 fs/bcachefs/super.c:1037
> bch2_fs_get_tree+0x4b6/0x2020 fs/bcachefs/fs.c:2170
> vfs_get_tree+0x93/0x340 fs/super.c:1814
> do_new_mount fs/namespace.c:3511 [inline]
> path_mount+0x1272/0x1ba0 fs/namespace.c:3838
> do_mount+0xf8/0x110 fs/namespace.c:3851
> __do_sys_mount fs/namespace.c:4061 [inline]
> __se_sys_mount fs/namespace.c:4038 [inline]
> __x64_sys_mount+0x193/0x230 fs/namespace.c:4038
> do_syscall_x64 arch/x86/entry/common.c:52 [inline]
> do_syscall_64+0xc3/0x1d0 arch/x86/entry/common.c:83
> entry_SYSCALL_64_after_hwframe+0x77/0x7f
> RIP: 0033:0x7f75b6feb51e
> Code: ff ff ff 64 c7 00 16 00 00 00 b8 ff ff ff ff c3 66 2e 0f 1f 84 00 00 00 00 00 66 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 c7 c1 b0 ff ff ff f7 d8 64 89 01 48
> RSP: 002b:00007ffceb0a77a8 EFLAGS: 00000246 ORIG_RAX: 00000000000000a5
> RAX: ffffffffffffffda RBX: 0000000000005b13 RCX: 00007f75b6feb51e
> RDX: 0000000020005b00 RSI: 0000000020005b40 RDI: 00007ffceb0a7800
> RBP: 00007ffceb0a7840 R08: 00007ffceb0a7840 R09: 0000000000000000
> R10: 0000000000000000 R11: 0000000000000246 R12: 0000000020005b00
> R13: 0000000020005b40 R14: 00007ffceb0a7800 R15: 0000000020000080
> </TASK>
> ---[ end trace ]---
> bcachefs (loop1): duplicate versions of same extent, deleting smaller
>  u64s 6 type extent 1610612736:24:U32_MAX len 24 ver 0: durability: 1 ptr: 0:34:8 gen 0
>  u64s 6 type extent 1610612736:24:U32_MAX len 24 ver 0: durability: 1 ptr: 0:34:8 gen 0
> ------------[ cut here ]------------
> UBSAN: shift-out-of-bounds in fs/bcachefs/btree_types.h:814:9
> shift exponent 128 is too large for 64-bit type 'long long unsigned int'
> CPU: 0 UID: 0 PID: 877 Comm: syz.1.16 Not tainted 6.13.0-rc7 #1
> Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.13.0-1ubuntu1.1 04/01/2014
> Call Trace:
> <TASK>
> __dump_stack lib/dump_stack.c:94 [inline]
> dump_stack_lvl+0x180/0x1b0 lib/dump_stack.c:120
> ubsan_epilogue+0xa/0x40 lib/ubsan.c:231
> __ubsan_handle_shift_out_of_bounds+0xf2/0x1e0 lib/ubsan.c:468
> btree_type_has_snapshots fs/bcachefs/btree_types.h:814 [inline]
> bch2_trans_update_extent_overwrite.cold+0x1d/0x66 fs/bcachefs/btree_update.c:254
> bch2_trans_update_extent+0x65d/0x1000 fs/bcachefs/btree_update.c:318
> bch2_trans_update+0x360/0x5b0 fs/bcachefs/btree_update.c:518
> bch2_btree_insert_trans+0x223/0x290 fs/bcachefs/btree_update.c:650
> drop_dev_and_update+0x3d4/0x580 fs/bcachefs/backpointers.c:456
> check_bp_exists+0x1bd2/0x3140 fs/bcachefs/backpointers.c:603
> check_extent_to_backpointers+0x8d4/0x11f0 fs/bcachefs/backpointers.c:688
> bch2_check_extents_to_backpointers_pass+0xa6f/0xf20 fs/bcachefs/backpointers.c:884
> bch2_check_extents_to_backpointers+0x352/0xac0 fs/bcachefs/backpointers.c:937
> bch2_run_recovery_pass+0x94/0x1a0 fs/bcachefs/recovery_passes.c:191
> bch2_run_recovery_passes+0x4a4/0x760 fs/bcachefs/recovery_passes.c:244
> bch2_fs_recovery+0x24d0/0x4f00 fs/bcachefs/recovery.c:861
> bch2_fs_start+0x2f6/0x610 fs/bcachefs/super.c:1037
> bch2_fs_get_tree+0x4b6/0x2020 fs/bcachefs/fs.c:2170
> vfs_get_tree+0x93/0x340 fs/super.c:1814
> do_new_mount fs/namespace.c:3511 [inline]
> path_mount+0x1272/0x1ba0 fs/namespace.c:3838
> do_mount+0xf8/0x110 fs/namespace.c:3851
> __do_sys_mount fs/namespace.c:4061 [inline]
> __se_sys_mount fs/namespace.c:4038 [inline]
> __x64_sys_mount+0x193/0x230 fs/namespace.c:4038
> do_syscall_x64 arch/x86/entry/common.c:52 [inline]
> do_syscall_64+0xc3/0x1d0 arch/x86/entry/common.c:83
> entry_SYSCALL_64_after_hwframe+0x77/0x7f
> RIP: 0033:0x7f75b6feb51e
> Code: ff ff ff 64 c7 00 16 00 00 00 b8 ff ff ff ff c3 66 2e 0f 1f 84 00 00 00 00 00 66 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 c7 c1 b0 ff ff ff f7 d8 64 89 01 48
> RSP: 002b:00007ffceb0a77a8 EFLAGS: 00000246 ORIG_RAX: 00000000000000a5
> RAX: ffffffffffffffda RBX: 0000000000005b13 RCX: 00007f75b6feb51e
> RDX: 0000000020005b00 RSI: 0000000020005b40 RDI: 00007ffceb0a7800
> RBP: 00007ffceb0a7840 R08: 00007ffceb0a7840 R09: 0000000000000000
> R10: 0000000000000000 R11: 0000000000000246 R12: 0000000020005b00
> R13: 0000000020005b40 R14: 00007ffceb0a7800 R15: 0000000020000080
> </TASK>
> 
> ---------------
> thanks,
> Kun Hu


Sorry for this report.

We just noticed that the wrong kernel version is being used, it's still 6.13-rc7, so please ignore this report and let's retest on the latest kernel.

——
Best
Kun

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ