possible deadlock in __get_super (3)

13 views
Skip to first unread message

syzbot

unread,
May 12, 2022, 5:07:25 AM5/12/22
to syzkaller...@googlegroups.com
Hello,

syzbot found the following issue on:

HEAD commit: 3f8a27f9e27b Linux 4.19.211
git tree: linux-4.19.y
console output: https://syzkaller.appspot.com/x/log.txt?x=1026feb9f00000
kernel config: https://syzkaller.appspot.com/x/.config?x=9b9277b418617afe
dashboard link: https://syzkaller.appspot.com/bug?extid=06094a8166e7c575c171
compiler: gcc version 10.2.1 20210110 (Debian 10.2.1-6)

Unfortunately, I don't have any reproducer for this issue yet.

IMPORTANT: if you fix the issue, please add the following tag to the commit:
Reported-by: syzbot+06094a...@syzkaller.appspotmail.com

======================================================
WARNING: possible circular locking dependency detected
4.19.211-syzkaller #0 Not tainted
------------------------------------------------------
syz-executor.1/31731 is trying to acquire lock:
00000000c9080816 (&type->s_umount_key#53){++++}, at: __get_super.part.0+0x209/0x2e0 fs/super.c:698

but task is already holding lock:
000000006aee6a3b (&bdev->bd_mutex){+.+.}, at: blkdev_reread_part+0x1b/0x40 block/ioctl.c:192

which lock already depends on the new lock.


the existing dependency chain (in reverse order) is:

-> #1 (&bdev->bd_mutex){+.+.}:
blkdev_put+0x30/0x520 fs/block_dev.c:1839
release_journal_dev fs/reiserfs/journal.c:2601 [inline]
free_journal_ram+0x44b/0x600 fs/reiserfs/journal.c:1904
do_journal_release fs/reiserfs/journal.c:1970 [inline]
journal_release+0x225/0x4d0 fs/reiserfs/journal.c:1981
reiserfs_put_super+0xe0/0x5c0 fs/reiserfs/super.c:616
generic_shutdown_super+0x144/0x370 fs/super.c:456
kill_block_super+0x97/0xf0 fs/super.c:1185
deactivate_locked_super+0x94/0x160 fs/super.c:329
deactivate_super+0x174/0x1a0 fs/super.c:360
cleanup_mnt+0x1a8/0x290 fs/namespace.c:1098
task_work_run+0x148/0x1c0 kernel/task_work.c:113
tracehook_notify_resume include/linux/tracehook.h:193 [inline]
exit_to_usermode_loop+0x251/0x2a0 arch/x86/entry/common.c:167
prepare_exit_to_usermode arch/x86/entry/common.c:198 [inline]
syscall_return_slowpath arch/x86/entry/common.c:271 [inline]
do_syscall_64+0x538/0x620 arch/x86/entry/common.c:296
entry_SYSCALL_64_after_hwframe+0x49/0xbe

-> #0 (&type->s_umount_key#53){++++}:
down_read+0x36/0x80 kernel/locking/rwsem.c:24
__get_super.part.0+0x209/0x2e0 fs/super.c:698
__get_super include/linux/spinlock.h:329 [inline]
get_super+0x2b/0x50 fs/super.c:727
fsync_bdev+0x14/0xc0 fs/block_dev.c:483
invalidate_partition+0x74/0xb0 block/genhd.c:1592
drop_partitions.isra.0+0x9c/0x190 block/partition-generic.c:454
rescan_partitions+0xab/0x970 block/partition-generic.c:527
__blkdev_reread_part+0x189/0x220 block/ioctl.c:173
blkdev_reread_part+0x23/0x40 block/ioctl.c:193
loop_reread_partitions drivers/block/loop.c:645 [inline]
loop_set_status+0x103e/0x1800 drivers/block/loop.c:1330
loop_set_status_old+0x1bb/0x250 drivers/block/loop.c:1440
lo_ioctl+0x3b5/0x20e0 drivers/block/loop.c:1584
__blkdev_driver_ioctl block/ioctl.c:303 [inline]
blkdev_ioctl+0x5cb/0x1a80 block/ioctl.c:601
block_ioctl+0xe9/0x130 fs/block_dev.c:1906
vfs_ioctl fs/ioctl.c:46 [inline]
file_ioctl fs/ioctl.c:501 [inline]
do_vfs_ioctl+0xcdb/0x12e0 fs/ioctl.c:688
ksys_ioctl+0x9b/0xc0 fs/ioctl.c:705
__do_sys_ioctl fs/ioctl.c:712 [inline]
__se_sys_ioctl fs/ioctl.c:710 [inline]
__x64_sys_ioctl+0x6f/0xb0 fs/ioctl.c:710
do_syscall_64+0xf9/0x620 arch/x86/entry/common.c:293
entry_SYSCALL_64_after_hwframe+0x49/0xbe

other info that might help us debug this:

Possible unsafe locking scenario:

CPU0 CPU1
---- ----
lock(&bdev->bd_mutex);
lock(&type->s_umount_key#53);
lock(&bdev->bd_mutex);
lock(&type->s_umount_key#53);

*** DEADLOCK ***

1 lock held by syz-executor.1/31731:
#0: 000000006aee6a3b (&bdev->bd_mutex){+.+.}, at: blkdev_reread_part+0x1b/0x40 block/ioctl.c:192

stack backtrace:
CPU: 0 PID: 31731 Comm: syz-executor.1 Not tainted 4.19.211-syzkaller #0
Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 01/01/2011
Call Trace:
__dump_stack lib/dump_stack.c:77 [inline]
dump_stack+0x1fc/0x2ef lib/dump_stack.c:118
print_circular_bug.constprop.0.cold+0x2d7/0x41e kernel/locking/lockdep.c:1222
check_prev_add kernel/locking/lockdep.c:1866 [inline]
check_prevs_add kernel/locking/lockdep.c:1979 [inline]
validate_chain kernel/locking/lockdep.c:2420 [inline]
__lock_acquire+0x30c9/0x3ff0 kernel/locking/lockdep.c:3416
lock_acquire+0x170/0x3c0 kernel/locking/lockdep.c:3908
down_read+0x36/0x80 kernel/locking/rwsem.c:24
__get_super.part.0+0x209/0x2e0 fs/super.c:698
__get_super include/linux/spinlock.h:329 [inline]
get_super+0x2b/0x50 fs/super.c:727
fsync_bdev+0x14/0xc0 fs/block_dev.c:483
invalidate_partition+0x74/0xb0 block/genhd.c:1592
drop_partitions.isra.0+0x9c/0x190 block/partition-generic.c:454
rescan_partitions+0xab/0x970 block/partition-generic.c:527
__blkdev_reread_part+0x189/0x220 block/ioctl.c:173
blkdev_reread_part+0x23/0x40 block/ioctl.c:193
loop_reread_partitions drivers/block/loop.c:645 [inline]
loop_set_status+0x103e/0x1800 drivers/block/loop.c:1330
loop_set_status_old+0x1bb/0x250 drivers/block/loop.c:1440
lo_ioctl+0x3b5/0x20e0 drivers/block/loop.c:1584
__blkdev_driver_ioctl block/ioctl.c:303 [inline]
blkdev_ioctl+0x5cb/0x1a80 block/ioctl.c:601
block_ioctl+0xe9/0x130 fs/block_dev.c:1906
vfs_ioctl fs/ioctl.c:46 [inline]
file_ioctl fs/ioctl.c:501 [inline]
do_vfs_ioctl+0xcdb/0x12e0 fs/ioctl.c:688
ksys_ioctl+0x9b/0xc0 fs/ioctl.c:705
__do_sys_ioctl fs/ioctl.c:712 [inline]
__se_sys_ioctl fs/ioctl.c:710 [inline]
__x64_sys_ioctl+0x6f/0xb0 fs/ioctl.c:710
do_syscall_64+0xf9/0x620 arch/x86/entry/common.c:293
entry_SYSCALL_64_after_hwframe+0x49/0xbe
RIP: 0033:0x7fc2a47030e9
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 b8 ff ff ff f7 d8 64 89 01 48
RSP: 002b:00007fc2a3078168 EFLAGS: 00000246 ORIG_RAX: 0000000000000010
RAX: ffffffffffffffda RBX: 00007fc2a4815f60 RCX: 00007fc2a47030e9
RDX: 0000000020000440 RSI: 0000000000004c02 RDI: 0000000000000004
RBP: 00007fc2a475d08d R08: 0000000000000000 R09: 0000000000000000
R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000000
R13: 00007ffc76acb9cf R14: 00007fc2a3078300 R15: 0000000000022000
REISERFS warning (device loop0): super-6502 reiserfs_getopt: unknown mount option "bloc�g B�u� �� �J�O �i�A�xkѕ�4�J� 0Z �+� �u+O �6k��] >��] � �.�V "
print_req_error: 323 callbacks suppressed
print_req_error: I/O error, dev loop7, sector 0
buffer_io_error: 318 callbacks suppressed
Buffer I/O error on dev loop7, logical block 0, async page read
print_req_error: I/O error, dev loop7, sector 0
Buffer I/O error on dev loop7, logical block 0, async page read
print_req_error: I/O error, dev loop7, sector 0
Buffer I/O error on dev loop7, logical block 0, async page read
print_req_error: I/O error, dev loop7, sector 0
Buffer I/O error on dev loop7, logical block 0, async page read
print_req_error: I/O error, dev loop7, sector 0
Buffer I/O error on dev loop7, logical block 0, async page read
print_req_error: I/O error, dev loop7, sector 0
Buffer I/O error on dev loop7, logical block 0, async page read
print_req_error: I/O error, dev loop7, sector 0
Buffer I/O error on dev loop7, logical block 0, async page read
ldm_validate_partition_table(): Disk read failed.
Dev loop7: unable to read RDB block 0
loop7: unable to read partition table
loop7: partition table beyond EOD, truncated
loop_reread_partitions: partition scan of loop7 () failed (rc=-5)
print_req_error: I/O error, dev loop0, sector 0
Buffer I/O error on dev loop0, logical block 0, async page read
print_req_error: I/O error, dev loop0, sector 0
Buffer I/O error on dev loop0, logical block 0, async page read
print_req_error: I/O error, dev loop0, sector 0
Buffer I/O error on dev loop0, logical block 0, async page read
ldm_validate_partition_table(): Disk read failed.
Dev loop0: unable to read RDB block 0
loop0: unable to read partition table
loop0: partition table beyond EOD, truncated
loop_reread_partitions: partition scan of loop0 () failed (rc=-5)
ldm_validate_partition_table(): Disk read failed.
Dev loop7: unable to read RDB block 0
loop7: unable to read partition table
loop7: partition table beyond EOD, truncated
loop_reread_partitions: partition scan of loop7 () failed (rc=-5)
loop_set_status: loop0 () has still dirty pages (nrpages=2)
ldm_validate_partition_table(): Disk read failed.
Dev loop0: unable to read RDB block 0
loop0: unable to read partition table
ldm_validate_partition_table(): Disk read failed.
Dev loop7: unable to read RDB block 0
loop_reread_partitions: partition scan of loop0 (@� ܸ� � �%2xZ� �?h2�~*�2�l�:� � QG �J� �R�� B HH) failed (rc=-5)
loop7: unable to read partition table
loop_reread_partitions: partition scan of loop7 (@� ܸ� � �%2xZ� �?h2�~*�2�l�:� � QG �J� �R�� B HH) failed (rc=-5)
loop_set_status: loop7 () has still dirty pages (nrpages=1)
ldm_validate_partition_table(): Disk read failed.
Dev loop0: unable to read RDB block 0
loop0: unable to read partition table
loop_reread_partitions: partition scan of loop0 (@� ܸ� � �%2xZ� �?h2�~*�2�l�:� � QG �J� �R�� B HH) failed (rc=-5)
ldm_validate_partition_table(): Disk read failed.
Dev loop7: unable to read RDB block 0
loop7: unable to read partition table
loop_reread_partitions: partition scan of loop7 (@� ܸ� � �%2xZ� �?h2�~*�2�l�:� � QG �J� �R�� B HH) failed (rc=-5)
ldm_validate_partition_table(): Disk read failed.
Dev loop7: unable to read RDB block 0
loop7: unable to read partition table
loop_reread_partitions: partition scan of loop7 (@� ܸ� � �%2xZ� �?h2�~*�2�l�:� � QG �J� �R�� B HH) failed (rc=-5)
ldm_validate_partition_table(): Disk read failed.
Dev loop0: unable to read RDB block 0
loop0: unable to read partition table
loop_reread_partitions: partition scan of loop0 (@� ܸ� � �%2xZ� �?h2�~*�2�l�:� � QG �J� �R�� B HH) failed (rc=-5)
input: syz1 as /devices/virtual/input/input7
ldm_validate_partition_table(): Disk read failed.
Dev loop0: unable to read RDB block 0
loop0: unable to read partition table
loop_reread_partitions: partition scan of loop0 (@� ܸ� � �%2xZ� �?h2�~*�2�l�:� � QG �J� �R�� B HH) failed (rc=-5)
input: syz1 as /devices/virtual/input/input8
ldm_validate_partition_table(): Disk read failed.
Dev loop7: unable to read RDB block 0
loop7: unable to read partition table
loop7: partition table beyond EOD, truncated
loop_reread_partitions: partition scan of loop7 () failed (rc=-5)
ldm_validate_partition_table(): Disk read failed.
Dev loop0: unable to read RDB block 0
loop0: unable to read partition table
loop0: partition table beyond EOD, truncated
loop_reread_partitions: partition scan of loop0 () failed (rc=-5)
ldm_validate_partition_table(): Disk read failed.
Dev loop7: unable to read RDB block 0
loop7: unable to read partition table
loop7: partition table beyond EOD, truncated
loop_reread_partitions: partition scan of loop7 () failed (rc=-5)
ldm_validate_partition_table(): Disk read failed.
Dev loop0: unable to read RDB block 0
loop0: unable to read partition table
loop_reread_partitions: partition scan of loop0 (@� ܸ� � �%2xZ� �?h2�~*�2�l�:� � QG �J� �R�� B HH) failed (rc=-5)
netlink: 'syz-executor.5': attribute type 4 has an invalid length.
ldm_validate_partition_table(): Disk read failed.
Dev loop7: unable to read RDB block 0
loop7: unable to read partition table
loop_reread_partitions: partition scan of loop7 (@� ܸ� � �%2xZ� �?h2�~*�2�l�:� � QG �J� �R�� B HH) failed (rc=-5)
netlink: 'syz-executor.5': attribute type 4 has an invalid length.
netlink: 'syz-executor.5': attribute type 4 has an invalid length.
ldm_validate_partition_table(): Disk read failed.
Dev loop0: unable to read RDB block 0
loop0: unable to read partition table
loop_reread_partitions: partition scan of loop0 (@� ܸ� � �%2xZ� �?h2�~*�2�l�:� � QG �J� �R�� B HH) failed (rc=-5)
ldm_validate_partition_table(): Disk read failed.
Dev loop7: unable to read RDB block 0
netlink: 'syz-executor.5': attribute type 4 has an invalid length.
loop7: unable to read partition table
loop7: partition table beyond EOD, truncated
loop_reread_partitions: partition scan of loop7 () failed (rc=-5)
netlink: 'syz-executor.5': attribute type 4 has an invalid length.
ldm_validate_partition_table(): Disk read failed.
Dev loop0: unable to read RDB block 0
loop0: unable to read partition table
loop_reread_partitions: partition scan of loop0 (@� ܸ� � �%2xZ� �?h2�~*�2�l�:� � QG �J� �R�� B HH) failed (rc=-5)
netlink: 'syz-executor.5': attribute type 4 has an invalid length.
ldm_validate_partition_table(): Disk read failed.
Dev loop7: unable to read RDB block 0
loop7: unable to read partition table
loop_reread_partitions: partition scan of loop7 (@� ܸ� � �%2xZ� �?h2�~*�2�l�:� � QG �J� �R�� B HH) failed (rc=-5)
ldm_validate_partition_table(): Disk read failed.
Dev loop0: unable to read RDB block 0
loop0: unable to read partition table
ldm_validate_partition_table(): Disk read failed.
Dev loop0: unable to read RDB block 0
loop0: unable to read partition table
loop_reread_partitions: partition scan of loop0 (@� ܸ� � �%2xZ� �?h2�~*�2�l�:� � QG �J� �R�� B HH) failed (rc=-5)
ldm_validate_partition_table(): Disk read failed.
Dev loop7: unable to read RDB block 0
loop7: unable to read partition table
loop7: partition table beyond EOD, truncated
loop_reread_partitions: partition scan of loop7 () failed (rc=-5)
ldm_validate_partition_table(): Disk read failed.
Dev loop0: unable to read RDB block 0
loop0: unable to read partition table
loop_reread_partitions: partition scan of loop0 (@� ܸ� � �%2xZ� �?h2�~*�2�l�:� � QG �J� �R�� B HH) failed (rc=-5)
ldm_validate_partition_table(): Disk read failed.
Dev loop7: unable to read RDB block 0
loop7: unable to read partition table
loop7: partition table beyond EOD, truncated
loop_reread_partitions: partition scan of loop7 () failed (rc=-5)
ldm_validate_partition_table(): Disk read failed.
Dev loop0: unable to read RDB block 0
loop0: unable to read partition table
ldm_validate_partition_table(): Disk read failed.
ldm_validate_partition_table(): Disk read failed.
Dev loop0: unable to read RDB block 0
Dev loop7: unable to read RDB block 0
loop0: unable to read partition table
loop_reread_partitions: partition scan of loop0 (@� ܸ� � �%2xZ� �?h2�~*�2�l�:� � QG �J� �R�� B HH) failed (rc=-5)
loop7: unable to read partition table
loop7: partition table beyond EOD, truncated
loop_reread_partitions: partition scan of loop7 () failed (rc=-5)
ldm_validate_partition_table(): Disk read failed.
Dev loop7: unable to read RDB block 0
loop7: unable to read partition table
loop7: partition table beyond EOD, truncated
loop_reread_partitions: partition scan of loop7 () failed (rc=-5)
ldm_validate_partition_table(): Disk read failed.
Dev loop7: unable to read RDB block 0
loop7: unable to read partition table
loop_reread_partitions: partition scan of loop7 (@� ܸ� � �%2xZ� �?h2�~*�2�l�:� � QG �J� �R�� B HH) failed (rc=-5)
ldm_validate_partition_table(): Disk read failed.
Dev loop0: unable to read RDB block 0
loop0: unable to read partition table
loop0: partition table beyond EOD, truncated
loop_reread_partitions: partition scan of loop0 () failed (rc=-5)
ldm_validate_partition_table(): Disk read failed.
Dev loop7: unable to read RDB block 0
loop7: unable to read partition table
loop_reread_partitions: partition scan of loop7 (@� ܸ� � �%2xZ� �?h2�~*�2�l�:� � QG �J� �R�� B HH) failed (rc=-5)
ldm_validate_partition_table(): Disk read failed.
Dev loop0: unable to read RDB block 0
loop0: unable to read partition table
loop_reread_partitions: partition scan of loop0 (@� ܸ� � �%2xZ� �?h2�~*�2�l�:� � QG �J� �R�� B HH) failed (rc=-5)
print_req_error: 532 callbacks suppressed
print_req_error: I/O error, dev loop0, sector 0
buffer_io_error: 528 callbacks suppressed
Buffer I/O error on dev loop0, logical block 0, async page read
print_req_error: I/O error, dev loop0, sector 0
Buffer I/O error on dev loop0, logical block 0, async page read
print_req_error: I/O error, dev loop0, sector 0
Buffer I/O error on dev loop0, logical block 0, async page read
print_req_error: I/O error, dev loop0, sector 0
Buffer I/O error on dev loop0, logical block 0, async page read
print_req_error: I/O error, dev loop0, sector 0
Buffer I/O error on dev loop0, logical block 0, async page read
print_req_error: I/O error, dev loop0, sector 0
Buffer I/O error on dev loop0, logical block 0, async page read
print_req_error: I/O error, dev loop7, sector 0
print_req_error: I/O error, dev loop0, sector 0
Buffer I/O error on dev loop7, logical block 0, async page read
Buffer I/O error on dev loop0, logical block 0, async page read
print_req_error: I/O error, dev loop0, sector 0
Buffer I/O error on dev loop0, logical block 0, async page read
print_req_error: I/O error, dev loop0, sector 0
Buffer I/O error on dev loop0, logical block 0, async page read
ldm_validate_partition_table(): Disk read failed.
Dev loop7: unable to read RDB block 0
loop7: unable to read partition table
loop_reread_partitions: partition scan of loop7 (@� ܸ� � �%2xZ� �?h2�~*�2�l�:� � QG �J� �R�� B HH) failed (rc=-5)
netlink: 'syz-executor.5': attribute type 4 has an invalid length.
ldm_validate_partition_table(): Disk read failed.
Dev loop0: unable to read RDB block 0
loop0: unable to read partition table
loop_reread_partitions: partition scan of loop0 (@� ܸ� � �%2xZ� �?h2�~*�2�l�:� � QG �J� �R�� B HH) failed (rc=-5)
netlink: 'syz-executor.5': attribute type 4 has an invalid length.
ldm_validate_partition_table(): Disk read failed.
Dev loop7: unable to read RDB block 0
loop7: unable to read partition table
loop_reread_partitions: partition scan of loop7 (@� ܸ� � �%2xZ� �?h2�~*�2�l�:� � QG �J� �R�� B HH) failed (rc=-5)
netlink: 'syz-executor.5': attribute type 4 has an invalid length.
netlink: 'syz-executor.5': attribute type 4 has an invalid length.
ldm_validate_partition_table(): Disk read failed.
Dev loop0: unable to read RDB block 0
loop0: unable to read partition table
loop_reread_partitions: partition scan of loop0 (@� ܸ� � �%2xZ� �?h2�~*�2�l�:� � QG �J� �R�� B HH) failed (rc=-5)
ldm_validate_partition_table(): Disk read failed.
Dev loop7: unable to read RDB block 0
loop7: unable to read partition table
loop_reread_partitions: partition scan of loop7 (@� ܸ� � �%2xZ� �?h2�~*�2�l�:� � QG �J� �R�� B HH) failed (rc=-5)
ldm_validate_partition_table(): Disk read failed.
Dev loop0: unable to read RDB block 0
loop0: unable to read partition table
ldm_validate_partition_table(): Disk read failed.
loop_reread_partitions: partition scan of loop0 (@� ܸ� � �%2xZ� �?h2�~*�2�l�:� � QG �J� �R�� B HH) failed (rc=-5)
Dev loop7: unable to read RDB block 0
loop7: unable to read partition table
loop_reread_partitions: partition scan of loop7 (@� ܸ� � �%2xZ� �?h2�~*�2�l�:� � QG �J� �R�� B HH) failed (rc=-5)
ldm_validate_partition_table(): Disk read failed.
Dev loop7: unable to read RDB block 0
loop7: unable to read partition table
loop_reread_partitions: partition scan of loop7 (@� ܸ� � �%2xZ� �?h2�~*�2�l�:� � QG �J� �R�� B HH) failed (rc=-5)
ldm_validate_partition_table(): Disk read failed.
Dev loop0: unable to read RDB block 0
loop0: unable to read partition table
loop_reread_partitions: partition scan of loop0 (@� ܸ� � �%2xZ� �?h2�~*�2�l�:� � QG �J� �R�� B HH) failed (rc=-5)
loop_set_status: loop7 () has still dirty pages (nrpages=2)
ldm_validate_partition_table(): Disk read failed.
Dev loop0: unable to read RDB block 0
loop0: unable to read partition table
loop_reread_partitions: partition scan of loop0 (@� ܸ� � �%2xZ� �?h2�~*�2�l�:� � QG �J� �R�� B HH) failed (rc=-5)
ldm_validate_partition_table(): Disk read failed.
Dev loop7: unable to read RDB block 0
loop7: unable to read partition table
loop_reread_partitions: partition scan of loop7 () failed (rc=-5)
ldm_validate_partition_table(): Disk read failed.
Dev loop0: unable to read RDB block 0
loop0: unable to read partition table
loop_reread_partitions: partition scan of loop0 (@� ܸ� � �%2xZ� �?h2�~*�2�l�:� � QG �J� �R�� B HH) failed (rc=-5)
ldm_validate_partition_table(): Disk read failed.
ldm_validate_partition_table(): Disk read failed.
Dev loop0: unable to read RDB block 0
loop0: unable to read partition table
Dev loop7: unable to read RDB block 0
loop7: unable to read partition table
loop7: partition table beyond EOD, truncated
loop_reread_partitions: partition scan of loop7 () failed (rc=-5)
ldm_validate_partition_table(): Disk read failed.
Dev loop0: unable to read RDB block 0
loop0: unable to read partition table
loop_reread_partitions: partition scan of loop0 (@� ܸ� � �%2xZ� �?h2�~*�2�l�:� � QG �J� �R�� B HH) failed (rc=-5)
ldm_validate_partition_table(): Disk read failed.
Dev loop7: unable to read RDB block 0
loop7: unable to read partition table
loop_reread_partitions: partition scan of loop7 (@� ܸ� � �%2xZ� �?h2�~*�2�l�:� � QG �J� �R�� B HH) failed (rc=-5)
validate_nla: 16 callbacks suppressed
netlink: 'syz-executor.5': attribute type 4 has an invalid length.
ldm_validate_partition_table(): Disk read failed.
Dev loop7: unable to read RDB block 0
loop7: unable to read partition table
ldm_validate_partition_table(): Disk read failed.
loop_reread_partitions: partition scan of loop7 (@� ܸ� � �%2xZ� �?h2�~*�2�l�:� � QG �J� �R�� B HH) failed (rc=-5)
Dev loop0: unable to read RDB block 0
loop0: unable to read partition table
loop_reread_partitions: partition scan of loop0 (@� ܸ� � �%2xZ� �?h2�~*�2�l�:� � QG �J� �R�� B HH) failed (rc=-5)
netlink: 'syz-executor.5': attribute type 4 has an invalid length.
ldm_validate_partition_table(): Disk read failed.
Dev loop7: unable to read RDB block 0
loop7: unable to read partition table
loop7: partition table beyond EOD, truncated
loop_reread_partitions: partition scan of loop7 () failed (rc=-5)
loop_set_status: loop0 () has still dirty pages (nrpages=2)
loop_set_status: loop0 () has still dirty pages (nrpages=2)
netlink: 'syz-executor.5': attribute type 4 has an invalid length.
ldm_validate_partition_table(): Disk read failed.
Dev loop7: unable to read RDB block 0
loop7: unable to read partition table
loop7: partition table beyond EOD, truncated
loop_reread_partitions: partition scan of loop7 () failed (rc=-5)
netlink: 'syz-executor.0': attribute type 4 has an invalid length.
ldm_validate_partition_table(): Disk read failed.
Dev loop0: unable to read RDB block 0
loop0: unable to read partition table
ldm_validate_partition_table(): Disk read failed.
loop_reread_partitions: partition scan of loop0 (@� ܸ� � �%2xZ� �?h2�~*�2�l�:� � QG �J� �R�� B HH) failed (rc=-5)
Dev loop0: unable to read RDB block 0
loop0: unable to read partition table
netlink: 'syz-executor.5': attribute type 4 has an invalid length.
ldm_validate_partition_table(): Disk read failed.
netlink: 'syz-executor.5': attribute type 4 has an invalid length.
Dev loop7: unable to read RDB block 0
loop7: unable to read partition table
loop7: partition table beyond EOD, truncated
netlink: 'syz-executor.5': attribute type 4 has an invalid length.
loop_reread_partitions: partition scan of loop7 () failed (rc=-5)
ldm_validate_partition_table(): Disk read failed.
Dev loop0: unable to read RDB block 0
loop0: unable to read partition table
loop_reread_partitions: partition scan of loop0 (@� ܸ� � �%2xZ� �?h2�~*�2�l�:� � QG �J� �R�� B HH) failed (rc=-5)
netlink: 'syz-executor.5': attribute type 4 has an invalid length.
input: syz1 as /devices/virtual/input/input9
ldm_validate_partition_table(): Disk read failed.
Dev loop7: unable to read RDB block 0
loop7: unable to read partition table


---
This report is generated by a bot. It may contain errors.
See https://goo.gl/tpsmEJ for more information about syzbot.
syzbot engineers can be reached at syzk...@googlegroups.com.

syzbot will keep track of this issue. See:
https://goo.gl/tpsmEJ#status for how to communicate with syzbot.

syzbot

unread,
Sep 9, 2022, 5:07:24 AM9/9/22
to syzkaller...@googlegroups.com
Auto-closing this bug as obsolete.
Crashes did not happen for a while, no reproducer and no activity.
Reply all
Reply to author
Forward
0 new messages