================================================================== BUG: KASAN: stack-out-of-bounds in iov_iter_revert lib/iov_iter.c:1093 [inline] BUG: KASAN: stack-out-of-bounds in iov_iter_revert+0x803/0x900 lib/iov_iter.c:1033 Read of size 8 at addr ffffc900037ff8b0 by task syz-executor.5/27189 CPU: 1 PID: 27189 Comm: syz-executor.5 Not tainted 5.14.0-rc6-syzkaller #0 Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 01/01/2011 Call Trace: __dump_stack lib/dump_stack.c:88 [inline] dump_stack_lvl+0xcd/0x134 lib/dump_stack.c:105 print_address_description.constprop.0.cold+0xf/0x309 mm/kasan/report.c:233 __kasan_report mm/kasan/report.c:419 [inline] kasan_report.cold+0x83/0xdf mm/kasan/report.c:436 iov_iter_revert lib/iov_iter.c:1093 [inline] iov_iter_revert+0x803/0x900 lib/iov_iter.c:1033 io_write+0x57b/0xed0 fs/io_uring.c:3463 io_issue_sqe+0x28c/0x6920 fs/io_uring.c:6185 __io_queue_sqe+0x1ac/0xf00 fs/io_uring.c:6468 io_queue_sqe fs/io_uring.c:6511 [inline] io_submit_sqe fs/io_uring.c:6666 [inline] io_submit_sqes+0x63ea/0x7bc0 fs/io_uring.c:6782 __do_sys_io_uring_enter+0xf43/0x1ee0 fs/io_uring.c:9389 do_syscall_x64 arch/x86/entry/common.c:50 [inline] do_syscall_64+0x35/0xb0 arch/x86/entry/common.c:80 entry_SYSCALL_64_after_hwframe+0x44/0xae RIP: 0033:0x4665e9 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 bc ff ff ff f7 d8 64 89 01 48 RSP: 002b:00007fa352a06188 EFLAGS: 00000246 ORIG_RAX: 00000000000001aa RAX: ffffffffffffffda RBX: 000000000056bf80 RCX: 00000000004665e9 RDX: 0000000000000000 RSI: 00000000000062b2 RDI: 0000000000000005 RBP: 00000000004bfcc4 R08: 0000000000000000 R09: 0000000000000000 R10: 0000000000000000 R11: 0000000000000246 R12: 000000000056bf80 R13: 00007fff04f2dd1f R14: 00007fa352a06300 R15: 0000000000022000 addr ffffc900037ff8b0 is located in stack of task syz-executor.5/27189 at offset 152 in frame: io_write+0x0/0xed0 fs/io_uring.c:3339 this frame has 3 objects: [48, 56) 'iovec' [80, 120) '__iter' [160, 288) 'inline_vecs' Memory state around the buggy address: ffffc900037ff780: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ffffc900037ff800: 00 00 00 f1 f1 f1 f1 00 00 00 f2 f2 f2 00 00 00 >ffffc900037ff880: 00 00 f2 f2 f2 f2 f2 00 00 00 00 00 00 00 00 00 ^ ffffc900037ff900: 00 00 00 00 00 00 00 f3 f3 f3 f3 00 00 00 00 00 ffffc900037ff980: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ================================================================== ---------------- Code disassembly (best guess), 1 bytes skipped: 0: ff c3 inc %ebx 2: 66 2e 0f 1f 84 00 00 nopw %cs:0x0(%rax,%rax,1) 9: 00 00 00 c: 0f 1f 40 00 nopl 0x0(%rax) 10: 48 89 f8 mov %rdi,%rax 13: 48 89 f7 mov %rsi,%rdi 16: 48 89 d6 mov %rdx,%rsi 19: 48 89 ca mov %rcx,%rdx 1c: 4d 89 c2 mov %r8,%r10 1f: 4d 89 c8 mov %r9,%r8 22: 4c 8b 4c 24 08 mov 0x8(%rsp),%r9 27: 0f 05 syscall 29: 48 3d 01 f0 ff ff cmp $0xfffffffffffff001,%rax <-- trapping instruction 2f: 73 01 jae 0x32 31: c3 retq 32: 48 c7 c1 bc ff ff ff mov $0xffffffffffffffbc,%rcx 39: f7 d8 neg %eax 3b: 64 89 01 mov %eax,%fs:(%rcx) 3e: 48 rex.W