===================================================== BUG: KMSAN: uninit-value in set_field_width lib/vsprintf.c:2685 [inline] BUG: KMSAN: uninit-value in vsnprintf+0x2beb/0x36a0 lib/vsprintf.c:2766 set_field_width lib/vsprintf.c:2685 [inline] vsnprintf+0x2beb/0x36a0 lib/vsprintf.c:2766 seq_vprintf fs/seq_file.c:407 [inline] seq_printf+0x301/0x500 fs/seq_file.c:422 dev_mc_seq_show+0x2f5/0x460 net/core/net-procfs.c:337 seq_read_iter+0x1589/0x2160 fs/seq_file.c:272 seq_read+0x7a6/0x990 fs/seq_file.c:162 pde_read fs/proc/inode.c:311 [inline] proc_reg_read+0x39d/0x560 fs/proc/inode.c:323 vfs_read+0x6c8/0x1980 fs/read_write.c:483 ksys_read+0x28c/0x520 fs/read_write.c:623 __do_sys_read fs/read_write.c:633 [inline] __se_sys_read fs/read_write.c:631 [inline] __ia32_sys_read+0xdb/0x120 fs/read_write.c:631 do_syscall_32_irqs_on arch/x86/entry/common.c:114 [inline] __do_fast_syscall_32+0x96/0xf0 arch/x86/entry/common.c:180 do_fast_syscall_32+0x34/0x70 arch/x86/entry/common.c:205 do_SYSENTER_32+0x1b/0x20 arch/x86/entry/common.c:248 entry_SYSENTER_compat_after_hwframe+0x4d/0x5c Local variable ----filename@process_measurement created at: process_measurement+0x1c8/0x38d0 security/integrity/ima/ima_main.c:209 ima_file_check+0x131/0x170 security/integrity/ima/ima_main.c:516 ===================================================== Kernel panic - not syncing: panic_on_kmsan set ... CPU: 0 PID: 15996 Comm: syz-executor.5 Tainted: G B 5.15.0-rc2-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+0x1ff/0x28e lib/dump_stack.c:106 dump_stack+0x25/0x28 lib/dump_stack.c:113 panic+0x44f/0xdeb kernel/panic.c:232 kmsan_report+0x2ee/0x300 mm/kmsan/report.c:186 __msan_warning+0xd7/0x150 mm/kmsan/instrumentation.c:208 set_field_width lib/vsprintf.c:2685 [inline] vsnprintf+0x2beb/0x36a0 lib/vsprintf.c:2766 seq_vprintf fs/seq_file.c:407 [inline] seq_printf+0x301/0x500 fs/seq_file.c:422 dev_mc_seq_show+0x2f5/0x460 net/core/net-procfs.c:337 seq_read_iter+0x1589/0x2160 fs/seq_file.c:272 seq_read+0x7a6/0x990 fs/seq_file.c:162 pde_read fs/proc/inode.c:311 [inline] proc_reg_read+0x39d/0x560 fs/proc/inode.c:323 vfs_read+0x6c8/0x1980 fs/read_write.c:483 ksys_read+0x28c/0x520 fs/read_write.c:623 __do_sys_read fs/read_write.c:633 [inline] __se_sys_read fs/read_write.c:631 [inline] __ia32_sys_read+0xdb/0x120 fs/read_write.c:631 do_syscall_32_irqs_on arch/x86/entry/common.c:114 [inline] __do_fast_syscall_32+0x96/0xf0 arch/x86/entry/common.c:180 do_fast_syscall_32+0x34/0x70 arch/x86/entry/common.c:205 do_SYSENTER_32+0x1b/0x20 arch/x86/entry/common.c:248 entry_SYSENTER_compat_after_hwframe+0x4d/0x5c RIP: 0023:0xf6f60549 Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 e5 0f 34 cd 80 <5d> 5a 59 c3 90 90 90 90 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 44 00 RSP: 002b:00000000f455a5fc EFLAGS: 00000296 ORIG_RAX: 0000000000000003 RAX: ffffffffffffffda RBX: 0000000000000003 RCX: 00000000200002c0 RDX: 0000000000002020 RSI: 0000000000000000 RDI: 0000000000000000 RBP: 0000000000000000 R08: 0000000000000000 R09: 0000000000000000 R10: 0000000000000000 R11: 0000000000000000 R12: 0000000000000000 R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000 Kernel Offset: disabled Rebooting in 86400 seconds.. ---------------- Code disassembly (best guess): 0: 03 74 c0 01 add 0x1(%rax,%rax,8),%esi 4: 10 05 03 74 b8 01 adc %al,0x1b87403(%rip) # 0x1b8740d a: 10 06 adc %al,(%rsi) c: 03 74 b4 01 add 0x1(%rsp,%rsi,4),%esi 10: 10 07 adc %al,(%rdi) 12: 03 74 b0 01 add 0x1(%rax,%rsi,4),%esi 16: 10 08 adc %cl,(%rax) 18: 03 74 d8 01 add 0x1(%rax,%rbx,8),%esi 1c: 00 00 add %al,(%rax) 1e: 00 00 add %al,(%rax) 20: 00 51 52 add %dl,0x52(%rcx) 23: 55 push %rbp 24: 89 e5 mov %esp,%ebp 26: 0f 34 sysenter 28: cd 80 int $0x80 * 2a: 5d pop %rbp <-- trapping instruction 2b: 5a pop %rdx 2c: 59 pop %rcx 2d: c3 retq 2e: 90 nop 2f: 90 nop 30: 90 nop 31: 90 nop 32: 66 2e 0f 1f 84 00 00 nopw %cs:0x0(%rax,%rax,1) 39: 00 00 00 3c: 0f .byte 0xf 3d: 1f (bad) 3e: 44 rex.R