syzbot


KASAN: slab-use-after-free Read in notifier_chain_register

Status: upstream: reported C repro on 2024/11/22 14:09
Subsystems: kernel
[Documentation on labels]
Reported-by: syzbot+0988a383ae7c57b99dd9@syzkaller.appspotmail.com
First crash: 155d, last: 77d
Cause bisection: failed (error log, bisect log)
  
Fix bisection: failed (error log)
  
Discussions (4)
Title Replies (including bot) Last reply
[PATCH] MTD: fix slab-use-after-free due to dangling pointer in notifier chain 2 (2) 2024/12/09 05:03
[[PATCH] MTD: fix slab-use-after-free due to dangling pointer in notifier chain] MTD: fix slab-use-after-free due to dangling pointer in notifier chain 2 (2) 2024/12/08 17:21
Re: [syzbot] [PATCH] MTD: fix slab-use-after-free due to dangling pointer in notifier chain 0 (1) 2024/12/08 07:51
[syzbot] [kernel?] KASAN: slab-use-after-free Read in notifier_chain_register 0 (1) 2024/11/22 14:09
Last patch testing requests (11)
Created Duration User Patch Repo Result
2025/02/20 11:03 12m retest repro linux-next error
2025/02/20 11:03 9m retest repro linux-next error
2025/02/19 06:33 22m retest repro upstream OK log
2025/02/19 06:33 24m retest repro upstream OK log
2025/02/19 06:33 24m retest repro upstream OK log
2025/02/19 06:33 32m retest repro upstream OK log
2025/02/19 06:33 14m retest repro linux-next error
2025/02/19 04:19 34m retest repro upstream OK log
2025/02/19 04:19 25m retest repro upstream OK log
2025/02/19 04:19 30m retest repro upstream OK log
2024/12/08 07:51 29m dennis.lamerice@gmail.com patch upstream OK log
Cause bisection attempts (2)
Created Duration User Patch Repo Result
2024/12/04 01:59 45m bisect upstream error job log
2024/11/19 12:27 12h12m bisect linux-next error job log
marked invalid by nogikh@google.com

Sample crash report:
ubi0: scanning is finished
==================================================================
BUG: KASAN: slab-use-after-free in notifier_chain_register+0x141/0x3f0 kernel/notifier.c:27
Read of size 4 at addr ffff88805d9898d8 by task syz.2.17/6041

CPU: 0 UID: 0 PID: 6041 Comm: syz.2.17 Not tainted 6.12.0-next-20241128-syzkaller #0
Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 09/13/2024
Call Trace:
 <TASK>
 __dump_stack lib/dump_stack.c:94 [inline]
 dump_stack_lvl+0x241/0x360 lib/dump_stack.c:120
 print_address_description mm/kasan/report.c:378 [inline]
 print_report+0x169/0x550 mm/kasan/report.c:489
 kasan_report+0x143/0x180 mm/kasan/report.c:602
 notifier_chain_register+0x141/0x3f0 kernel/notifier.c:27
 __blocking_notifier_chain_register kernel/notifier.c:264 [inline]
 blocking_notifier_chain_register+0x61/0xc0 kernel/notifier.c:282
 ubi_wl_init+0x3396/0x3720 drivers/mtd/ubi/wl.c:1960
 ubi_attach+0x3e01/0x5b80 drivers/mtd/ubi/attach.c:1605
 ubi_attach_mtd_dev+0x1a3a/0x3540 drivers/mtd/ubi/build.c:1004
 ctrl_cdev_ioctl+0x346/0x570 drivers/mtd/ubi/cdev.c:1043
 vfs_ioctl fs/ioctl.c:51 [inline]
 __do_sys_ioctl fs/ioctl.c:906 [inline]
 __se_sys_ioctl+0xf5/0x170 fs/ioctl.c:892
 do_syscall_x64 arch/x86/entry/common.c:52 [inline]
 do_syscall_64+0xf3/0x230 arch/x86/entry/common.c:83
 entry_SYSCALL_64_after_hwframe+0x77/0x7f
RIP: 0033:0x7ff93c97ff19
Code: ff ff c3 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 40 00 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 c7 c1 a8 ff ff ff f7 d8 64 89 01 48
RSP: 002b:00007ff93d7ee058 EFLAGS: 00000246 ORIG_RAX: 0000000000000010
RAX: ffffffffffffffda RBX: 00007ff93cb46080 RCX: 00007ff93c97ff19
RDX: 0000000020000502 RSI: 0000000040186f40 RDI: 0000000000000007
RBP: 00007ff93c9f3986 R08: 0000000000000000 R09: 0000000000000000
R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000000
R13: 0000000000000000 R14: 00007ff93cb46080 R15: 00007ffe1c272608
 </TASK>

Allocated by task 6038:
 kasan_save_stack mm/kasan/common.c:47 [inline]
 kasan_save_track+0x3f/0x80 mm/kasan/common.c:68
 poison_kmalloc_redzone mm/kasan/common.c:377 [inline]
 __kasan_kmalloc+0x98/0xb0 mm/kasan/common.c:394
 kasan_kmalloc include/linux/kasan.h:260 [inline]
 __kmalloc_cache_noprof+0x243/0x390 mm/slub.c:4314
 kmalloc_noprof include/linux/slab.h:901 [inline]
 kzalloc_noprof include/linux/slab.h:1037 [inline]
 ubi_attach_mtd_dev+0x552/0x3540 drivers/mtd/ubi/build.c:933
 ctrl_cdev_ioctl+0x346/0x570 drivers/mtd/ubi/cdev.c:1043
 vfs_ioctl fs/ioctl.c:51 [inline]
 __do_sys_ioctl fs/ioctl.c:906 [inline]
 __se_sys_ioctl+0xf5/0x170 fs/ioctl.c:892
 do_syscall_x64 arch/x86/entry/common.c:52 [inline]
 do_syscall_64+0xf3/0x230 arch/x86/entry/common.c:83
 entry_SYSCALL_64_after_hwframe+0x77/0x7f

Freed by task 6038:
 kasan_save_stack mm/kasan/common.c:47 [inline]
 kasan_save_track+0x3f/0x80 mm/kasan/common.c:68
 kasan_save_free_info+0x40/0x50 mm/kasan/generic.c:582
 poison_slab_object mm/kasan/common.c:247 [inline]
 __kasan_slab_free+0x59/0x70 mm/kasan/common.c:264
 kasan_slab_free include/linux/kasan.h:233 [inline]
 slab_free_hook mm/slub.c:2338 [inline]
 slab_free mm/slub.c:4598 [inline]
 kfree+0x196/0x430 mm/slub.c:4746
 device_release+0x99/0x1c0
 kobject_cleanup lib/kobject.c:689 [inline]
 kobject_release lib/kobject.c:720 [inline]
 kref_put include/linux/kref.h:65 [inline]
 kobject_put+0x22f/0x480 lib/kobject.c:737
 ubi_attach_mtd_dev+0x8f5/0x3540 drivers/mtd/ubi/build.c:1076
 ctrl_cdev_ioctl+0x346/0x570 drivers/mtd/ubi/cdev.c:1043
 vfs_ioctl fs/ioctl.c:51 [inline]
 __do_sys_ioctl fs/ioctl.c:906 [inline]
 __se_sys_ioctl+0xf5/0x170 fs/ioctl.c:892
 do_syscall_x64 arch/x86/entry/common.c:52 [inline]
 do_syscall_64+0xf3/0x230 arch/x86/entry/common.c:83
 entry_SYSCALL_64_after_hwframe+0x77/0x7f

The buggy address belongs to the object at ffff88805d988000
 which belongs to the cache kmalloc-8k of size 8192
The buggy address is located 6360 bytes inside of
 freed 8192-byte region [ffff88805d988000, ffff88805d98a000)

The buggy address belongs to the physical page:
page: refcount:1 mapcount:0 mapping:0000000000000000 index:0x0 pfn:0x5d988
head: order:3 mapcount:0 entire_mapcount:0 nr_pages_mapped:0 pincount:0
ksm flags: 0xfff00000000040(head|node=0|zone=1|lastcpupid=0x7ff)
page_type: f5(slab)
raw: 00fff00000000040 ffff88801ac42280 ffffea0001f86600 0000000000000003
raw: 0000000000000000 0000000000020002 00000001f5000000 0000000000000000
head: 00fff00000000040 ffff88801ac42280 ffffea0001f86600 0000000000000003
head: 0000000000000000 0000000000020002 00000001f5000000 0000000000000000
head: 00fff00000000003 ffffea0001766201 ffffffffffffffff 0000000000000000
head: 0000000000000008 0000000000000000 00000000ffffffff 0000000000000000
page dumped because: kasan: bad access detected
page_owner tracks the page as allocated
page last allocated via order 3, migratetype Unmovable, gfp_mask 0xd28c0(GFP_NOWAIT|__GFP_IO|__GFP_FS|__GFP_NORETRY|__GFP_COMP|__GFP_NOMEMALLOC), pid 5880, tgid 5880 (syz-executor), ts 101436724434, free_ts 101330377774
 set_page_owner include/linux/page_owner.h:32 [inline]
 post_alloc_hook+0x1f3/0x230 mm/page_alloc.c:1556
 prep_new_page mm/page_alloc.c:1564 [inline]
 get_page_from_freelist+0x3738/0x3880 mm/page_alloc.c:3510
 __alloc_pages_noprof+0x292/0x710 mm/page_alloc.c:4787
 alloc_pages_mpol_noprof+0x3e8/0x680 mm/mempolicy.c:2265
 alloc_slab_page+0x6a/0x140 mm/slub.c:2408
 allocate_slab+0x5a/0x2f0 mm/slub.c:2574
 new_slab mm/slub.c:2627 [inline]
 ___slab_alloc+0xcd1/0x14b0 mm/slub.c:3815
 __slab_alloc+0x58/0xa0 mm/slub.c:3905
 __slab_alloc_node mm/slub.c:3980 [inline]
 slab_alloc_node mm/slub.c:4141 [inline]
 __do_kmalloc_node mm/slub.c:4282 [inline]
 __kmalloc_node_track_caller_noprof+0x2e9/0x4c0 mm/slub.c:4302
 kmalloc_reserve+0x111/0x2a0 net/core/skbuff.c:609
 __alloc_skb+0x1f3/0x440 net/core/skbuff.c:678
 alloc_skb include/linux/skbuff.h:1323 [inline]
 netlink_dump+0x1ee/0xe10 net/netlink/af_netlink.c:2283
 __netlink_dump_start+0x5a2/0x790 net/netlink/af_netlink.c:2432
 genl_family_rcv_msg_dumpit net/netlink/genetlink.c:1076 [inline]
 genl_family_rcv_msg net/netlink/genetlink.c:1192 [inline]
 genl_rcv_msg+0x88c/0xec0 net/netlink/genetlink.c:1210
 netlink_rcv_skb+0x1e3/0x430 net/netlink/af_netlink.c:2542
 genl_rcv+0x28/0x40 net/netlink/genetlink.c:1219
page last free pid 5867 tgid 5867 stack trace:
 reset_page_owner include/linux/page_owner.h:25 [inline]
 free_pages_prepare mm/page_alloc.c:1127 [inline]
 free_unref_page+0xdef/0x1130 mm/page_alloc.c:2693
 vfree+0x186/0x2e0 mm/vmalloc.c:3382
 kcov_put kernel/kcov.c:439 [inline]
 kcov_close+0x28/0x50 kernel/kcov.c:535
 __fput+0x23c/0xa50 fs/file_table.c:450
 task_work_run+0x24f/0x310 kernel/task_work.c:239
 exit_task_work include/linux/task_work.h:43 [inline]
 do_exit+0xa2f/0x28e0 kernel/exit.c:938
 do_group_exit+0x207/0x2c0 kernel/exit.c:1087
 get_signal+0x16b2/0x1750 kernel/signal.c:3016
 arch_do_signal_or_restart+0x96/0x860 arch/x86/kernel/signal.c:337
 exit_to_user_mode_loop kernel/entry/common.c:111 [inline]
 exit_to_user_mode_prepare include/linux/entry-common.h:329 [inline]
 __syscall_exit_to_user_mode_work kernel/entry/common.c:207 [inline]
 syscall_exit_to_user_mode+0xce/0x340 kernel/entry/common.c:218
 do_syscall_64+0x100/0x230 arch/x86/entry/common.c:89
 entry_SYSCALL_64_after_hwframe+0x77/0x7f

Memory state around the buggy address:
 ffff88805d989780: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
 ffff88805d989800: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
>ffff88805d989880: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
                                                    ^
 ffff88805d989900: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
 ffff88805d989980: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
==================================================================

Crashes (7659):
Time Kernel Commit Syzkaller Config Log Report Syz repro C repro VM info Assets (help?) Manager Title
2024/12/03 12:21 linux-next f486c8aa16b8 578925bc .config console log report syz / log [disk image] [vmlinux] [kernel image] ci-upstream-linux-next-kasan-gce-root KASAN: slab-use-after-free Read in notifier_chain_register
2024/12/03 03:38 linux-next f486c8aa16b8 bb326ffb .config console log report syz / log [disk image] [vmlinux] [kernel image] ci-upstream-linux-next-kasan-gce-root KASAN: slab-use-after-free Read in notifier_chain_register
2024/11/19 00:35 linux-next ae58226b89ac 571351cb .config console log report syz / log [disk image] [vmlinux] [kernel image] ci-upstream-linux-next-kasan-gce-root KASAN: slab-use-after-free Read in notifier_chain_register
2025/01/31 13:27 upstream 2a9f04bde07a 4c6ac32f .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-smack-root KASAN: slab-use-after-free Read in notifier_chain_register
2025/01/31 08:09 upstream d3d90cc2891c 4c6ac32f .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-selinux-root KASAN: slab-use-after-free Read in notifier_chain_register
2025/01/30 06:32 upstream 9c5968db9e62 afe4eff5 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-badwrites-root KASAN: slab-use-after-free Read in notifier_chain_register
2025/01/29 23:18 upstream 9c5968db9e62 afe4eff5 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-selinux-root KASAN: slab-use-after-free Read in notifier_chain_register
2025/01/29 22:16 upstream 805ba04cb7cc 08fa8553 .config console log report info [disk image] [vmlinux] [kernel image] ci-qemu-gce-upstream-auto KASAN: slab-use-after-free Read in notifier_chain_register
2025/01/29 14:41 upstream 805ba04cb7cc 08fa8553 .config console log report info [disk image] [vmlinux] [kernel image] ci-qemu-gce-upstream-auto KASAN: slab-use-after-free Read in notifier_chain_register
2025/01/29 09:59 upstream 9c5968db9e62 865ef71e .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-selinux-root KASAN: slab-use-after-free Read in notifier_chain_register
2025/01/29 04:04 upstream 9c5968db9e62 f5427d7c .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-root KASAN: slab-use-after-free Read in notifier_chain_register
2025/01/29 03:42 upstream 9c5968db9e62 f5427d7c .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-selinux-root KASAN: slab-use-after-free Read in notifier_chain_register
2025/01/28 22:00 upstream 9c5968db9e62 f5427d7c .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-selinux-root KASAN: slab-use-after-free Read in notifier_chain_register
2025/01/28 20:46 upstream 9c5968db9e62 f5427d7c .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-smack-root KASAN: slab-use-after-free Read in notifier_chain_register
2025/01/28 20:23 upstream 9c5968db9e62 f5427d7c .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-selinux-root KASAN: slab-use-after-free Read in notifier_chain_register
2025/01/28 07:41 upstream 9c5968db9e62 18070896 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-smack-root KASAN: slab-use-after-free Read in notifier_chain_register
2025/01/28 06:19 upstream 9c5968db9e62 18070896 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-smack-root KASAN: slab-use-after-free Read in notifier_chain_register
2025/01/28 04:16 upstream 9c5968db9e62 18070896 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-smack-root KASAN: slab-use-after-free Read in notifier_chain_register
2025/01/28 03:16 upstream 9c5968db9e62 18070896 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-smack-root KASAN: slab-use-after-free Read in notifier_chain_register
2025/01/28 01:50 upstream 9c5968db9e62 18070896 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-smack-root KASAN: slab-use-after-free Read in notifier_chain_register
2025/01/27 22:30 upstream 9c5968db9e62 18070896 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-root KASAN: slab-use-after-free Read in notifier_chain_register
2025/01/27 22:28 upstream 9c5968db9e62 18070896 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-root KASAN: slab-use-after-free Read in notifier_chain_register
2025/01/27 20:59 upstream 805ba04cb7cc d99a33ad .config console log report info [disk image] [vmlinux] [kernel image] ci2-upstream-fs KASAN: slab-use-after-free Read in notifier_chain_register
2025/01/27 17:47 upstream 9c5968db9e62 18070896 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-selinux-root KASAN: slab-use-after-free Read in notifier_chain_register
2025/01/27 17:45 upstream 9c5968db9e62 18070896 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-selinux-root KASAN: slab-use-after-free Read in notifier_chain_register
2025/01/16 10:39 upstream 619f0b6fad52 968edaf4 .config console log report syz / log C [disk image] [vmlinux] [kernel image] ci-qemu-gce-upstream-auto KASAN: slab-use-after-free Read in notifier_chain_register
2025/01/12 02:53 upstream 77a903cd8e5a 6dbc6a9b .config console log report syz / log [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-selinux-root KASAN: slab-use-after-free Read in notifier_chain_register
2025/01/02 08:28 upstream 56e6a3499e14 d3ccff63 .config console log report syz / log [disk image] [vmlinux] [kernel image] ci-upstream-kasan-badwrites-root KASAN: slab-use-after-free Read in notifier_chain_register
2024/12/15 22:22 upstream 2d8308bf5b67 7cbfbb3a .config console log report syz / log [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-root KASAN: slab-use-after-free Read in notifier_chain_register
2024/12/13 23:32 upstream f932fb9b4074 7cbfbb3a .config console log report syz / log [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-selinux-root KASAN: slab-use-after-free Read in notifier_chain_register
2024/12/11 16:54 upstream f92f4749861b ff949d25 .config console log report syz / log C [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-selinux-root KASAN: slab-use-after-free Read in notifier_chain_register
2024/12/11 02:03 upstream 7cb1b4663150 cfc402b4 .config strace log report syz / log C [disk image] [vmlinux] [kernel image] ci2-upstream-fs KASAN: slab-use-after-free Read in notifier_chain_register
2024/12/10 11:56 upstream 7cb1b4663150 cfc402b4 .config console log report syz / log [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-smack-root KASAN: slab-use-after-free Read in notifier_chain_register
2024/12/07 01:02 upstream b8f52214c61a 9ac0fdc6 .config console log report syz / log [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-root KASAN: slab-use-after-free Read in notifier_chain_register
2024/12/03 19:03 upstream cdd30ebb1b9f 578925bc .config console log report syz / log [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-root KASAN: slab-use-after-free Read in notifier_chain_register
2024/12/01 20:04 upstream bcc8eda6d349 68914665 .config console log report syz / log C [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-selinux-root KASAN: slab-use-after-free Read in notifier_chain_register
2024/12/01 18:26 upstream bcc8eda6d349 68914665 .config console log report syz / log [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-selinux-root KASAN: slab-use-after-free Read in notifier_chain_register
2025/01/31 10:09 upstream b4b0881156fb 4c6ac32f .config console log report info [disk image (non-bootable)] [vmlinux] [kernel image] ci-qemu-upstream KASAN: slab-use-after-free Read in notifier_chain_register
2025/01/31 05:45 upstream b4b0881156fb 4c6ac32f .config console log report info [disk image (non-bootable)] [vmlinux] [kernel image] ci-qemu-upstream KASAN: slab-use-after-free Read in notifier_chain_register
2025/01/31 05:13 upstream b4b0881156fb 4c6ac32f .config console log report info [disk image (non-bootable)] [vmlinux] [kernel image] ci-qemu-upstream KASAN: slab-use-after-free Read in notifier_chain_register
2025/01/31 03:54 upstream b4b0881156fb 4c6ac32f .config console log report info [disk image (non-bootable)] [vmlinux] [kernel image] ci-qemu-upstream KASAN: slab-use-after-free Read in notifier_chain_register
2025/01/30 21:07 upstream 72deda0abee6 e961d16c .config console log report info [disk image (non-bootable)] [vmlinux] [kernel image] ci-qemu-upstream KASAN: slab-use-after-free Read in notifier_chain_register
2025/01/30 15:55 upstream 72deda0abee6 e961d16c .config console log report [disk image (non-bootable)] [vmlinux] [kernel image] ci-snapshot-upstream-root KASAN: slab-use-after-free Read in notifier_chain_register
2025/01/29 08:36 upstream 805ba04cb7cc 865ef71e .config console log report info [disk image (non-bootable)] [vmlinux] [kernel image] ci-qemu-upstream KASAN: slab-use-after-free Read in notifier_chain_register
2025/01/28 14:42 upstream 805ba04cb7cc ac37c1f8 .config console log report info [disk image (non-bootable)] [vmlinux] [kernel image] ci-qemu-upstream KASAN: slab-use-after-free Read in notifier_chain_register
2024/12/25 10:36 upstream 9b2ffa6148b1 444551c4 .config console log report syz / log C [disk image (non-bootable)] [vmlinux] [kernel image] ci-qemu-upstream KASAN: slab-use-after-free Read in notifier_chain_register
2024/12/05 14:59 upstream feffde684ac2 1c533826 .config console log report syz / log C [disk image (non-bootable)] [vmlinux] [kernel image] ci-qemu-upstream KASAN: slab-use-after-free Read in notifier_chain_register
2025/01/30 19:49 upstream 72deda0abee6 e961d16c .config console log report info [disk image (non-bootable)] [vmlinux] [kernel image] ci-qemu-upstream-386 KASAN: slab-use-after-free Read in notifier_chain_register
2025/01/30 16:38 upstream 72deda0abee6 e961d16c .config console log report info [disk image (non-bootable)] [vmlinux] [kernel image] ci-qemu-upstream-386 KASAN: slab-use-after-free Read in notifier_chain_register
2025/01/29 05:04 upstream 805ba04cb7cc 865ef71e .config console log report info [disk image (non-bootable)] [vmlinux] [kernel image] ci-qemu-upstream-386 KASAN: slab-use-after-free Read in notifier_chain_register
2025/01/29 01:38 upstream 805ba04cb7cc 865ef71e .config console log report info [disk image (non-bootable)] [vmlinux] [kernel image] ci-qemu-upstream-386 KASAN: slab-use-after-free Read in notifier_chain_register
2025/01/27 19:47 upstream 9c5968db9e62 d99a33ad .config console log report info [disk image (non-bootable)] [vmlinux] [kernel image] ci-qemu-upstream-386 KASAN: slab-use-after-free Read in notifier_chain_register
2025/01/13 15:08 linux-next 7b4b9bf203da 6dbc6a9b .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-linux-next-kasan-gce-root KASAN: slab-use-after-free Read in notifier_chain_register
2024/12/21 11:38 linux-next 8155b4ef3466 d7f584ee .config console log report syz / log C [disk image] [vmlinux] [kernel image] ci-upstream-linux-next-kasan-gce-root KASAN: slab-use-after-free Read in notifier_chain_register
2024/12/04 08:53 linux-next c245a7a79602 b50eb251 .config console log report syz / log C [disk image] [vmlinux] [kernel image] ci-upstream-linux-next-kasan-gce-root KASAN: slab-use-after-free Read in notifier_chain_register
2024/11/30 03:16 linux-next f486c8aa16b8 68914665 .config console log report syz / log C [disk image] [vmlinux] [kernel image] ci-upstream-linux-next-kasan-gce-root KASAN: slab-use-after-free Read in notifier_chain_register
2024/11/19 00:29 linux-next ae58226b89ac 571351cb .config console log report syz / log C [disk image] [vmlinux] [kernel image] ci-upstream-linux-next-kasan-gce-root KASAN: slab-use-after-free Read in notifier_chain_register
2025/02/04 08:52 git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-kernelci 1950a0af2d55 8f267cef .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-gce-arm64 KASAN: slab-use-after-free Read in notifier_chain_register
2025/02/03 16:23 git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-kernelci 1950a0af2d55 a21a8419 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-gce-arm64 KASAN: slab-use-after-free Read in notifier_chain_register
2025/02/02 06:51 git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-kernelci 1950a0af2d55 0dff8567 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-gce-arm64 KASAN: slab-use-after-free Read in notifier_chain_register
2025/02/01 02:53 git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-kernelci 1950a0af2d55 aa47157c .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-gce-arm64 KASAN: slab-use-after-free Read in notifier_chain_register
2025/01/30 22:32 git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-kernelci 1950a0af2d55 9c8ab845 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-gce-arm64 KASAN: slab-use-after-free Read in notifier_chain_register
2025/01/30 09:43 git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-kernelci 1950a0af2d55 afe4eff5 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-gce-arm64 KASAN: slab-use-after-free Read in notifier_chain_register
2025/01/31 17:10 git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git fixes 6f6ecce59d99 aa47157c .config console log report info [disk image (non-bootable)] [vmlinux] [kernel image] ci-qemu2-riscv64 KASAN: slab-use-after-free Read in notifier_chain_register
2025/01/29 13:35 git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git fixes 6f6ecce59d99 d03b0c97 .config console log report info [disk image (non-bootable)] [vmlinux] [kernel image] ci-qemu2-riscv64 KASAN: slab-use-after-free Read in notifier_chain_register
2025/01/28 00:15 git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git fixes 6f6ecce59d99 18070896 .config console log report info [disk image (non-bootable)] [vmlinux] [kernel image] ci-qemu2-riscv64 KASAN: slab-use-after-free Read in notifier_chain_register
2025/01/31 11:19 upstream d3d90cc2891c 4c6ac32f .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-selinux-root KASAN: slab-out-of-bounds Read in notifier_chain_register
2025/01/29 02:25 upstream 9c5968db9e62 f5427d7c .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-selinux-root KASAN: slab-out-of-bounds Read in notifier_chain_register
2025/01/28 18:19 upstream 9c5968db9e62 f5427d7c .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-smack-root KASAN: slab-out-of-bounds Read in notifier_chain_register
2025/01/20 22:53 upstream ffd294d346d1 6e87cfa2 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-selinux-root general protection fault in notifier_chain_register
2025/01/30 03:04 upstream 805ba04cb7cc afe4eff5 .config console log report info [disk image (non-bootable)] [vmlinux] [kernel image] ci-qemu-upstream KASAN: slab-out-of-bounds Read in notifier_chain_register
2025/01/27 15:55 upstream 9c5968db9e62 d99a33ad .config console log report info [disk image (non-bootable)] [vmlinux] [kernel image] ci-qemu-upstream KASAN: slab-out-of-bounds Read in notifier_chain_register
2025/01/30 00:58 upstream 805ba04cb7cc afe4eff5 .config console log report info [disk image (non-bootable)] [vmlinux] [kernel image] ci-qemu-upstream-386 KASAN: slab-out-of-bounds Read in notifier_chain_register
2025/01/29 19:16 upstream 805ba04cb7cc 08fa8553 .config console log report info [disk image (non-bootable)] [vmlinux] [kernel image] ci-qemu-upstream-386 KASAN: use-after-free Read in notifier_chain_register
2025/01/29 05:40 upstream 805ba04cb7cc 865ef71e .config console log report info [disk image (non-bootable)] [vmlinux] [kernel image] ci-qemu-upstream-386 KASAN: slab-out-of-bounds Read in notifier_chain_register
2025/02/04 01:17 git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-kernelci 1950a0af2d55 a21a8419 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-gce-arm64 KASAN: slab-out-of-bounds Read in notifier_chain_register
2025/01/30 08:14 git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-kernelci 1950a0af2d55 afe4eff5 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-gce-arm64 KASAN: slab-out-of-bounds Read in notifier_chain_register
2025/01/28 09:54 git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-kernelci 1950a0af2d55 18070896 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-gce-arm64 KASAN: slab-out-of-bounds Read in notifier_chain_register
2025/01/31 17:10 git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git fixes 6f6ecce59d99 aa47157c .config console log report info [disk image (non-bootable)] [vmlinux] [kernel image] ci-qemu2-riscv64 KASAN: slab-out-of-bounds Read in notifier_chain_register
2025/01/31 01:56 git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git fixes 6f6ecce59d99 4c6ac32f .config console log report info [disk image (non-bootable)] [vmlinux] [kernel image] ci-qemu2-riscv64 KASAN: slab-out-of-bounds Read in notifier_chain_register
2025/01/30 14:16 git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git fixes 6f6ecce59d99 9c8ab845 .config console log report info [disk image (non-bootable)] [vmlinux] [kernel image] ci-qemu2-riscv64 KASAN: slab-out-of-bounds Read in notifier_chain_register
2025/01/28 12:02 git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git fixes 6f6ecce59d99 ac37c1f8 .config console log report info [disk image (non-bootable)] [vmlinux] [kernel image] ci-qemu2-riscv64 KASAN: slab-out-of-bounds Read in notifier_chain_register
* Struck through repros no longer work on HEAD.