loop2: detected capacity change from 0 to 2048 UDF-fs: INFO Mounting volume 'LiuxUDF', timestamp 2022/11/22 14:59 (1000) ================================================================== BUG: KASAN: slab-out-of-bounds in udf_readdir+0xcaa/0x2170 fs/udf/dir.c:182 Write of size 201 at addr ffff88801a402036 by task syz.2.555/8729 CPU: 1 PID: 8729 Comm: syz.2.555 Not tainted 5.15.164-syzkaller #0 Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 06/27/2024 Call Trace: __dump_stack lib/dump_stack.c:88 [inline] dump_stack_lvl+0x1e3/0x2d0 lib/dump_stack.c:106 print_address_description+0x63/0x3b0 mm/kasan/report.c:248 __kasan_report mm/kasan/report.c:434 [inline] kasan_report+0x16b/0x1c0 mm/kasan/report.c:451 kasan_check_range+0x27e/0x290 mm/kasan/generic.c:189 memcpy+0x3c/0x60 mm/kasan/shadow.c:66 udf_readdir+0xcaa/0x2170 fs/udf/dir.c:182 iterate_dir+0x224/0x570 __do_sys_getdents64 fs/readdir.c:369 [inline] __se_sys_getdents64+0x209/0x4f0 fs/readdir.c:354 do_syscall_x64 arch/x86/entry/common.c:50 [inline] do_syscall_64+0x3b/0xb0 arch/x86/entry/common.c:80 entry_SYSCALL_64_after_hwframe+0x66/0xd0 RIP: 0033:0x7f026cc5d3b9 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:00007f026b0dc048 EFLAGS: 00000246 ORIG_RAX: 00000000000000d9 RAX: ffffffffffffffda RBX: 00007f026cdebf80 RCX: 00007f026cc5d3b9 RDX: 0000000000001000 RSI: 0000000020000f80 RDI: 000000000000000c RBP: 00007f026ccca8e6 R08: 0000000000000000 R09: 0000000000000000 R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000000 R13: 000000000000000b R14: 00007f026cdebf80 R15: 00007fff7849f618 Allocated by task 8729: kasan_save_stack mm/kasan/common.c:38 [inline] kasan_set_track mm/kasan/common.c:46 [inline] set_alloc_info mm/kasan/common.c:434 [inline] ____kasan_kmalloc+0xba/0xf0 mm/kasan/common.c:513 kasan_kmalloc include/linux/kasan.h:264 [inline] kmem_cache_alloc_trace+0x143/0x290 mm/slub.c:3247 kmalloc include/linux/slab.h:591 [inline] udf_readdir+0xbc6/0x2170 fs/udf/dir.c:172 iterate_dir+0x224/0x570 __do_sys_getdents64 fs/readdir.c:369 [inline] __se_sys_getdents64+0x209/0x4f0 fs/readdir.c:354 do_syscall_x64 arch/x86/entry/common.c:50 [inline] do_syscall_64+0x3b/0xb0 arch/x86/entry/common.c:80 entry_SYSCALL_64_after_hwframe+0x66/0xd0 Last potentially related work creation: kasan_save_stack+0x36/0x60 mm/kasan/common.c:38 kasan_record_aux_stack+0xba/0x100 mm/kasan/generic.c:348 __call_rcu kernel/rcu/tree.c:3007 [inline] call_rcu+0x1c4/0xa70 kernel/rcu/tree.c:3087 free_fib_info net/ipv4/fib_semantics.c:255 [inline] fib_info_put include/net/ip_fib.h:579 [inline] fib_release_info+0x61c/0x6e0 net/ipv4/fib_semantics.c:281 fib_table_delete+0xfa9/0x11c0 net/ipv4/fib_trie.c:1772 fib_magic net/ipv4/fib_frontend.c:1095 [inline] fib_del_ifaddr+0x1f37/0x2ae0 net/ipv4/fib_frontend.c:1306 fib_inetaddr_event+0xb4/0x2b0 net/ipv4/fib_frontend.c:1437 notifier_call_chain kernel/notifier.c:83 [inline] blocking_notifier_call_chain+0x104/0x1b0 kernel/notifier.c:318 __inet_del_ifa+0x87b/0x1020 net/ipv4/devinet.c:428 inet_del_ifa net/ipv4/devinet.c:465 [inline] inetdev_destroy net/ipv4/devinet.c:318 [inline] inetdev_event+0x62b/0x1490 net/ipv4/devinet.c:1598 notifier_call_chain kernel/notifier.c:83 [inline] raw_notifier_call_chain+0xd0/0x170 kernel/notifier.c:391 call_netdevice_notifiers_info net/core/dev.c:2018 [inline] call_netdevice_notifiers_extack net/core/dev.c:2030 [inline] call_netdevice_notifiers net/core/dev.c:2044 [inline] unregister_netdevice_many+0xf1b/0x18f0 net/core/dev.c:11094 ip_tunnel_delete_nets+0x2ed/0x330 net/ipv4/ip_tunnel.c:1150 ops_exit_list net/core/net_namespace.c:177 [inline] cleanup_net+0x763/0xb60 net/core/net_namespace.c:599 process_one_work+0x8a1/0x10c0 kernel/workqueue.c:2310 worker_thread+0xaca/0x1280 kernel/workqueue.c:2457 kthread+0x3f6/0x4f0 kernel/kthread.c:334 ret_from_fork+0x1f/0x30 arch/x86/entry/entry_64.S:287 The buggy address belongs to the object at ffff88801a402000 which belongs to the cache kmalloc-256 of size 256 The buggy address is located 54 bytes inside of 256-byte region [ffff88801a402000, ffff88801a402100) The buggy address belongs to the page: page:ffffea0000690080 refcount:1 mapcount:0 mapping:0000000000000000 index:0xffff88801a403c00 pfn:0x1a402 head:ffffea0000690080 order:1 compound_mapcount:0 flags: 0xfff00000010200(slab|head|node=0|zone=1|lastcpupid=0x7ff) raw: 00fff00000010200 ffffea00004a6800 0000000500000005 ffff888011c41b40 raw: ffff88801a403c00 000000008010000b 00000001ffffffff 0000000000000000 page dumped because: kasan: bad access detected page_owner tracks the page as allocated page last allocated via order 1, migratetype Unmovable, gfp_mask 0xd20c0(__GFP_IO|__GFP_FS|__GFP_NOWARN|__GFP_NORETRY|__GFP_COMP|__GFP_NOMEMALLOC), pid 595, ts 6473081554, free_ts 0 prep_new_page mm/page_alloc.c:2426 [inline] get_page_from_freelist+0x322a/0x33c0 mm/page_alloc.c:4159 __alloc_pages+0x272/0x700 mm/page_alloc.c:5423 alloc_slab_page mm/slub.c:1775 [inline] allocate_slab mm/slub.c:1912 [inline] new_slab+0xbb/0x4b0 mm/slub.c:1975 ___slab_alloc+0x6f6/0xe10 mm/slub.c:3008 __slab_alloc mm/slub.c:3095 [inline] slab_alloc_node mm/slub.c:3186 [inline] slab_alloc mm/slub.c:3228 [inline] kmem_cache_alloc_trace+0x1a0/0x290 mm/slub.c:3245 kmalloc include/linux/slab.h:591 [inline] scsi_probe_and_add_lun+0x26e/0x4c30 drivers/scsi/scsi_scan.c:1161 __scsi_scan_target+0x1fc/0x10b0 drivers/scsi/scsi_scan.c:1638 scsi_scan_channel drivers/scsi/scsi_scan.c:1726 [inline] scsi_scan_host_selected+0x37a/0x690 drivers/scsi/scsi_scan.c:1755 do_scsi_scan_host drivers/scsi/scsi_scan.c:1894 [inline] do_scan_async+0x12e/0x780 drivers/scsi/scsi_scan.c:1904 async_run_entry_fn+0xa2/0x410 kernel/async.c:127 process_one_work+0x8a1/0x10c0 kernel/workqueue.c:2310 worker_thread+0xaca/0x1280 kernel/workqueue.c:2457 kthread+0x3f6/0x4f0 kernel/kthread.c:334 ret_from_fork+0x1f/0x30 arch/x86/entry/entry_64.S:287 page_owner free stack trace missing Memory state around the buggy address: ffff88801a401f80: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc ffff88801a402000: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 >ffff88801a402080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 06 ^ ffff88801a402100: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc ffff88801a402180: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc ==================================================================