[syzbot] KMSAN: uninit-value in write_extent_buffer

6 views
Skip to first unread message

syzbot

unread,
May 17, 2021, 7:28:21 AM5/17/21
to c...@fb.com, dst...@suse.com, gli...@google.com, jo...@toxicpanda.com, linux...@vger.kernel.org, linux-...@vger.kernel.org, syzkall...@googlegroups.com
Hello,

syzbot found the following issue on:

HEAD commit: 4ebaab5f kmsan: drop unneeded references to kmsan_context_..
git tree: https://github.com/google/kmsan.git master
console output: https://syzkaller.appspot.com/x/log.txt?x=17d3fcfed00000
kernel config: https://syzkaller.appspot.com/x/.config?x=ab8076fe8508c0d3
dashboard link: https://syzkaller.appspot.com/bug?extid=e197086894c3dfffc6ac
compiler: Debian clang version 11.0.1-2
userspace arch: i386

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+e19708...@syzkaller.appspotmail.com

tracehook_notify_resume include/linux/tracehook.h:189 [inline]
exit_to_user_mode_loop kernel/entry/common.c:174 [inline]
exit_to_user_mode_prepare+0x486/0x560 kernel/entry/common.c:208
do_fast_syscall_32+0x6a/0xc0 arch/x86/entry/common.c:167
do_SYSENTER_32+0x73/0x90 arch/x86/entry/common.c:210
entry_SYSENTER_compat_after_hwframe+0x4d/0x5c
=====================================================
=====================================================
BUG: KMSAN: uninit-value in check_eb_range fs/btrfs/extent_io.c:6115 [inline]
BUG: KMSAN: uninit-value in write_extent_buffer+0x394/0xaf0 fs/btrfs/extent_io.c:6253
CPU: 1 PID: 11127 Comm: syz-executor.5 Tainted: G B 5.12.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:79 [inline]
dump_stack+0x24c/0x2e0 lib/dump_stack.c:120
kmsan_report+0xfb/0x1e0 mm/kmsan/kmsan_report.c:118
__msan_warning+0x5c/0xa0 mm/kmsan/kmsan_instr.c:197
check_eb_range fs/btrfs/extent_io.c:6115 [inline]
write_extent_buffer+0x394/0xaf0 fs/btrfs/extent_io.c:6253
btrfs_set_dev_stats_value fs/btrfs/volumes.c:7436 [inline]
update_dev_stat_item fs/btrfs/volumes.c:7573 [inline]
btrfs_run_dev_stats+0xbb5/0x13b0 fs/btrfs/volumes.c:7613
commit_cowonly_roots+0x2ed/0x1560 fs/btrfs/transaction.c:1241
btrfs_commit_transaction+0x212b/0x5640 fs/btrfs/transaction.c:2293
btrfs_commit_super+0x1b7/0x1f0 fs/btrfs/disk-io.c:4210
close_ctree+0x4b1/0xf57 fs/btrfs/disk-io.c:4275
btrfs_put_super+0x53/0x70 fs/btrfs/super.c:325
generic_shutdown_super+0x2ab/0x650 fs/super.c:464
kill_anon_super+0x63/0xb0 fs/super.c:1056
btrfs_kill_super+0x61/0x90 fs/btrfs/super.c:2353
deactivate_locked_super+0x10d/0x1e0 fs/super.c:335
deactivate_super+0x1b7/0x1d0 fs/super.c:366
cleanup_mnt+0x7a0/0x870 fs/namespace.c:1136
__cleanup_mnt+0x3b/0x50 fs/namespace.c:1143
task_work_run+0x140/0x280 kernel/task_work.c:140
tracehook_notify_resume include/linux/tracehook.h:189 [inline]
exit_to_user_mode_loop kernel/entry/common.c:174 [inline]
exit_to_user_mode_prepare+0x486/0x560 kernel/entry/common.c:208
__syscall_exit_to_user_mode_work kernel/entry/common.c:290 [inline]
syscall_exit_to_user_mode+0x35/0x60 kernel/entry/common.c:301
__do_fast_syscall_32+0x14f/0x180 arch/x86/entry/common.c:145
do_fast_syscall_32+0x6a/0xc0 arch/x86/entry/common.c:167
do_SYSENTER_32+0x73/0x90 arch/x86/entry/common.c:210
entry_SYSENTER_compat_after_hwframe+0x4d/0x5c
RIP: 0023:0xf7f63549
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 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
RSP: 002b:00000000ff982b0c EFLAGS: 00000296 ORIG_RAX: 0000000000000034
RAX: 0000000000000000 RBX: 00000000ff982bb0 RCX: 0000000000000002
RDX: 000000000816c000 RSI: 0000000000000000 RDI: 00000000080e9e6a
RBP: 00000000ff982bb0 R08: 0000000000000000 R09: 0000000000000000
R10: 0000000000000000 R11: 0000000000000000 R12: 0000000000000000
R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000

Uninit was created at:
kmsan_save_stack_with_flags+0x3c/0x90 mm/kmsan/kmsan.c:121
kmsan_alloc_page+0xd0/0x1e0 mm/kmsan/kmsan_shadow.c:274
__alloc_pages_nodemask+0x827/0xf90 mm/page_alloc.c:5044
alloc_pages_current+0x7b6/0xb60 mm/mempolicy.c:2277
alloc_pages include/linux/gfp.h:561 [inline]
__page_cache_alloc mm/filemap.c:978 [inline]
pagecache_get_page+0x111d/0x2040 mm/filemap.c:1797
find_or_create_page include/linux/pagemap.h:405 [inline]
alloc_extent_buffer+0x8f8/0x33d0 fs/btrfs/extent_io.c:5618
btrfs_find_create_tree_block+0xb6/0xd0 fs/btrfs/disk-io.c:1024
btrfs_init_new_buffer fs/btrfs/extent-tree.c:4743 [inline]
btrfs_alloc_tree_block+0x545/0x2140 fs/btrfs/extent-tree.c:4845
alloc_tree_block_no_bg_flush fs/btrfs/ctree.c:992 [inline]
__btrfs_cow_block+0xb93/0x2760 fs/btrfs/ctree.c:1048
btrfs_cow_block+0xa3c/0xc90 fs/btrfs/ctree.c:1495
btrfs_search_slot+0x1ad5/0x3f20 fs/btrfs/ctree.c:2676
update_dev_stat_item fs/btrfs/volumes.c:7536 [inline]
btrfs_run_dev_stats+0x446/0x13b0 fs/btrfs/volumes.c:7613
commit_cowonly_roots+0x2ed/0x1560 fs/btrfs/transaction.c:1241
btrfs_commit_transaction+0x212b/0x5640 fs/btrfs/transaction.c:2293
btrfs_commit_super+0x1b7/0x1f0 fs/btrfs/disk-io.c:4210
close_ctree+0x4b1/0xf57 fs/btrfs/disk-io.c:4275
btrfs_put_super+0x53/0x70 fs/btrfs/super.c:325
generic_shutdown_super+0x2ab/0x650 fs/super.c:464
kill_anon_super+0x63/0xb0 fs/super.c:1056
btrfs_kill_super+0x61/0x90 fs/btrfs/super.c:2353
deactivate_locked_super+0x10d/0x1e0 fs/super.c:335
deactivate_super+0x1b7/0x1d0 fs/super.c:366
cleanup_mnt+0x7a0/0x870 fs/namespace.c:1136
__cleanup_mnt+0x3b/0x50 fs/namespace.c:1143
task_work_run+0x140/0x280 kernel/task_work.c:140
tracehook_notify_resume include/linux/tracehook.h:189 [inline]
exit_to_user_mode_loop kernel/entry/common.c:174 [inline]
exit_to_user_mode_prepare+0x486/0x560 kernel/entry/common.c:208
__syscall_exit_to_user_mode_work kernel/entry/common.c:290 [inline]
syscall_exit_to_user_mode+0x35/0x60 kernel/entry/common.c:301
__do_fast_syscall_32+0x14f/0x180 arch/x86/entry/common.c:145
do_fast_syscall_32+0x6a/0xc0 arch/x86/entry/common.c:167
do_SYSENTER_32+0x73/0x90 arch/x86/entry/common.c:210
entry_SYSENTER_compat_after_hwframe+0x4d/0x5c
=====================================================
=====================================================
BUG: KMSAN: uninit-value in write_extent_buffer+0x401/0xaf0 fs/btrfs/extent_io.c:6259
CPU: 1 PID: 11127 Comm: syz-executor.5 Tainted: G B 5.12.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:79 [inline]
dump_stack+0x24c/0x2e0 lib/dump_stack.c:120
kmsan_report+0xfb/0x1e0 mm/kmsan/kmsan_report.c:118
__msan_warning+0x5c/0xa0 mm/kmsan/kmsan_instr.c:197
write_extent_buffer+0x401/0xaf0 fs/btrfs/extent_io.c:6259
btrfs_set_dev_stats_value fs/btrfs/volumes.c:7436 [inline]
update_dev_stat_item fs/btrfs/volumes.c:7573 [inline]
btrfs_run_dev_stats+0xbb5/0x13b0 fs/btrfs/volumes.c:7613
commit_cowonly_roots+0x2ed/0x1560 fs/btrfs/transaction.c:1241
btrfs_commit_transaction+0x212b/0x5640 fs/btrfs/transaction.c:2293
btrfs_commit_super+0x1b7/0x1f0 fs/btrfs/disk-io.c:4210
close_ctree+0x4b1/0xf57 fs/btrfs/disk-io.c:4275
btrfs_put_super+0x53/0x70 fs/btrfs/super.c:325
generic_shutdown_super+0x2ab/0x650 fs/super.c:464
kill_anon_super+0x63/0xb0 fs/super.c:1056
btrfs_kill_super+0x61/0x90 fs/btrfs/super.c:2353
deactivate_locked_super+0x10d/0x1e0 fs/super.c:335
deactivate_super+0x1b7/0x1d0 fs/super.c:366
cleanup_mnt+0x7a0/0x870 fs/namespace.c:1136
__cleanup_mnt+0x3b/0x50 fs/namespace.c:1143
task_work_run+0x140/0x280 kernel/task_work.c:140
tracehook_notify_resume include/linux/tracehook.h:189 [inline]
exit_to_user_mode_loop kernel/entry/common.c:174 [inline]
exit_to_user_mode_prepare+0x486/0x560 kernel/entry/common.c:208
__syscall_exit_to_user_mode_work kernel/entry/common.c:290 [inline]
syscall_exit_to_user_mode+0x35/0x60 kernel/entry/common.c:301
__do_fast_syscall_32+0x14f/0x180 arch/x86/entry/common.c:145
do_fast_syscall_32+0x6a/0xc0 arch/x86/entry/common.c:167
do_SYSENTER_32+0x73/0x90 arch/x86/entry/common.c:210
entry_SYSENTER_compat_after_hwframe+0x4d/0x5c
RIP: 0023:0xf7f63549
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 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
RSP: 002b:00000000ff982b0c EFLAGS: 00000296 ORIG_RAX: 0000000000000034
RAX: 0000000000000000 RBX: 00000000ff982bb0 RCX: 0000000000000002
RDX: 000000000816c000 RSI: 0000000000000000 RDI: 00000000080e9e6a
RBP: 00000000ff982bb0 R08: 0000000000000000 R09: 0000000000000000
R10: 0000000000000000 R11: 0000000000000000 R12: 0000000000000000
R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000

Uninit was created at:
kmsan_save_stack_with_flags+0x3c/0x90 mm/kmsan/kmsan.c:121
kmsan_alloc_page+0xd0/0x1e0 mm/kmsan/kmsan_shadow.c:274
__alloc_pages_nodemask+0x827/0xf90 mm/page_alloc.c:5044
alloc_pages_current+0x7b6/0xb60 mm/mempolicy.c:2277
alloc_pages include/linux/gfp.h:561 [inline]
__page_cache_alloc mm/filemap.c:978 [inline]
pagecache_get_page+0x111d/0x2040 mm/filemap.c:1797
find_or_create_page include/linux/pagemap.h:405 [inline]
alloc_extent_buffer+0x8f8/0x33d0 fs/btrfs/extent_io.c:5618
btrfs_find_create_tree_block+0xb6/0xd0 fs/btrfs/disk-io.c:1024
btrfs_init_new_buffer fs/btrfs/extent-tree.c:4743 [inline]
btrfs_alloc_tree_block+0x545/0x2140 fs/btrfs/extent-tree.c:4845
alloc_tree_block_no_bg_flush fs/btrfs/ctree.c:992 [inline]
__btrfs_cow_block+0xb93/0x2760 fs/btrfs/ctree.c:1048
btrfs_cow_block+0xa3c/0xc90 fs/btrfs/ctree.c:1495
btrfs_search_slot+0x1ad5/0x3f20 fs/btrfs/ctree.c:2676
update_dev_stat_item fs/btrfs/volumes.c:7536 [inline]
btrfs_run_dev_stats+0x446/0x13b0 fs/btrfs/volumes.c:7613
commit_cowonly_roots+0x2ed/0x1560 fs/btrfs/transaction.c:1241
btrfs_commit_transaction+0x212b/0x5640 fs/btrfs/transaction.c:2293
btrfs_commit_super+0x1b7/0x1f0 fs/btrfs/disk-io.c:4210
close_ctree+0x4b1/0xf57 fs/btrfs/disk-io.c:4275
btrfs_put_super+0x53/0x70 fs/btrfs/super.c:325
generic_shutdown_super+0x2ab/0x650 fs/super.c:464
kill_anon_super+0x63/0xb0 fs/super.c:1056
btrfs_kill_super+0x61/0x90 fs/btrfs/super.c:2353
deactivate_locked_super+0x10d/0x1e0 fs/super.c:335
deactivate_super+0x1b7/0x1d0 fs/super.c:366
cleanup_mnt+0x7a0/0x870 fs/namespace.c:1136
__cleanup_mnt+0x3b/0x50 fs/namespace.c:1143
task_work_run+0x140/0x280 kernel/task_work.c:140
tracehook_notify_resume include/linux/tracehook.h:189 [inline]
exit_to_user_mode_loop kernel/entry/common.c:174 [inline]
exit_to_user_mode_prepare+0x486/0x560 kernel/entry/common.c:208
__syscall_exit_to_user_mode_work kernel/entry/common.c:290 [inline]
syscall_exit_to_user_mode+0x35/0x60 kernel/entry/common.c:301
__do_fast_syscall_32+0x14f/0x180 arch/x86/entry/common.c:145
do_fast_syscall_32+0x6a/0xc0 arch/x86/entry/common.c:167
do_SYSENTER_32+0x73/0x90 arch/x86/entry/common.c:210
entry_SYSENTER_compat_after_hwframe+0x4d/0x5c
=====================================================
=====================================================
BUG: KMSAN: uninit-value in write_extent_buffer+0x95b/0xaf0 fs/btrfs/extent_io.c:6258
CPU: 1 PID: 11127 Comm: syz-executor.5 Tainted: G B 5.12.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:79 [inline]
dump_stack+0x24c/0x2e0 lib/dump_stack.c:120
kmsan_report+0xfb/0x1e0 mm/kmsan/kmsan_report.c:118
__msan_warning+0x5c/0xa0 mm/kmsan/kmsan_instr.c:197
write_extent_buffer+0x95b/0xaf0 fs/btrfs/extent_io.c:6258
btrfs_set_dev_stats_value fs/btrfs/volumes.c:7436 [inline]
update_dev_stat_item fs/btrfs/volumes.c:7573 [inline]
btrfs_run_dev_stats+0xbb5/0x13b0 fs/btrfs/volumes.c:7613
commit_cowonly_roots+0x2ed/0x1560 fs/btrfs/transaction.c:1241
btrfs_commit_transaction+0x212b/0x5640 fs/btrfs/transaction.c:2293
btrfs_commit_super+0x1b7/0x1f0 fs/btrfs/disk-io.c:4210
close_ctree+0x4b1/0xf57 fs/btrfs/disk-io.c:4275
btrfs_put_super+0x53/0x70 fs/btrfs/super.c:325
generic_shutdown_super+0x2ab/0x650 fs/super.c:464
kill_anon_super+0x63/0xb0 fs/super.c:1056
btrfs_kill_super+0x61/0x90 fs/btrfs/super.c:2353
deactivate_locked_super+0x10d/0x1e0 fs/super.c:335
deactivate_super+0x1b7/0x1d0 fs/super.c:366
cleanup_mnt+0x7a0/0x870 fs/namespace.c:1136
__cleanup_mnt+0x3b/0x50 fs/namespace.c:1143
task_work_run+0x140/0x280 kernel/task_work.c:140
tracehook_notify_resume include/linux/tracehook.h:189 [inline]
exit_to_user_mode_loop kernel/entry/common.c:174 [inline]
exit_to_user_mode_prepare+0x486/0x560 kernel/entry/common.c:208
__syscall_exit_to_user_mode_work kernel/entry/common.c:290 [inline]
syscall_exit_to_user_mode+0x35/0x60 kernel/entry/common.c:301
__do_fast_syscall_32+0x14f/0x180 arch/x86/entry/common.c:145
do_fast_syscall_32+0x6a/0xc0 arch/x86/entry/common.c:167
do_SYSENTER_32+0x73/0x90 arch/x86/entry/common.c:210
entry_SYSENTER_compat_after_hwframe+0x4d/0x5c
RIP: 0023:0xf7f63549
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 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
RSP: 002b:00000000ff982b0c EFLAGS: 00000296 ORIG_RAX: 0000000000000034
RAX: 0000000000000000 RBX: 00000000ff982bb0 RCX: 0000000000000002
RDX: 000000000816c000 RSI: 0000000000000000 RDI: 00000000080e9e6a
RBP: 00000000ff982bb0 R08: 0000000000000000 R09: 0000000000000000
R10: 0000000000000000 R11: 0000000000000000 R12: 0000000000000000
R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000

Uninit was created at:
kmsan_save_stack_with_flags+0x3c/0x90 mm/kmsan/kmsan.c:121
kmsan_alloc_page+0xd0/0x1e0 mm/kmsan/kmsan_shadow.c:274
__alloc_pages_nodemask+0x827/0xf90 mm/page_alloc.c:5044
alloc_pages_current+0x7b6/0xb60 mm/mempolicy.c:2277
alloc_pages include/linux/gfp.h:561 [inline]
__page_cache_alloc mm/filemap.c:978 [inline]
pagecache_get_page+0x111d/0x2040 mm/filemap.c:1797
find_or_create_page include/linux/pagemap.h:405 [inline]
alloc_extent_buffer+0x8f8/0x33d0 fs/btrfs/extent_io.c:5618
btrfs_find_create_tree_block+0xb6/0xd0 fs/btrfs/disk-io.c:1024
btrfs_init_new_buffer fs/btrfs/extent-tree.c:4743 [inline]
btrfs_alloc_tree_block+0x545/0x2140 fs/btrfs/extent-tree.c:4845
alloc_tree_block_no_bg_flush fs/btrfs/ctree.c:992 [inline]
__btrfs_cow_block+0xb93/0x2760 fs/btrfs/ctree.c:1048
btrfs_cow_block+0xa3c/0xc90 fs/btrfs/ctree.c:1495
btrfs_search_slot+0x1ad5/0x3f20 fs/btrfs/ctree.c:2676
update_dev_stat_item fs/btrfs/volumes.c:7536 [inline]
btrfs_run_dev_stats+0x446/0x13b0 fs/btrfs/volumes.c:7613
commit_cowonly_roots+0x2ed/0x1560 fs/btrfs/transaction.c:1241
btrfs_commit_transaction+0x212b/0x5640 fs/btrfs/transaction.c:2293
btrfs_commit_super+0x1b7/0x1f0 fs/btrfs/disk-io.c:4210
close_ctree+0x4b1/0xf57 fs/btrfs/disk-io.c:4275
btrfs_put_super+0x53/0x70 fs/btrfs/super.c:325
generic_shutdown_super+0x2ab/0x650 fs/super.c:464
kill_anon_super+0x63/0xb0 fs/super.c:1056
btrfs_kill_super+0x61/0x90 fs/btrfs/super.c:2353
deactivate_locked_super+0x10d/0x1e0 fs/super.c:335
deactivate_super+0x1b7/0x1d0 fs/super.c:366
cleanup_mnt+0x7a0/0x870 fs/namespace.c:1136
__cleanup_mnt+0x3b/0x50 fs/namespace.c:1143
task_work_run+0x140/0x280 kernel/task_work.c:140
tracehook_notify_resume include/linux/tracehook.h:189 [inline]
exit_to_user_mode_loop kernel/entry/common.c:174 [inline]
exit_to_user_mode_prepare+0x486/0x560 kernel/entry/common.c:208
__syscall_exit_to_user_mode_work kernel/entry/common.c:290 [inline]
syscall_exit_to_user_mode+0x35/0x60 kernel/entry/common.c:301
__do_fast_syscall_32+0x14f/0x180 arch/x86/entry/common.c:145
do_fast_syscall_32+0x6a/0xc0 arch/x86/entry/common.c:167
do_SYSENTER_32+0x73/0x90 arch/x86/entry/common.c:210
entry_SYSENTER_compat_after_hwframe+0x4d/0x5c
=====================================================
=====================================================
BUG: KMSAN: uninit-value in check_eb_range fs/btrfs/extent_io.c:6115 [inline]
BUG: KMSAN: uninit-value in write_extent_buffer+0x394/0xaf0 fs/btrfs/extent_io.c:6253
CPU: 1 PID: 11127 Comm: syz-executor.5 Tainted: G B 5.12.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:79 [inline]
dump_stack+0x24c/0x2e0 lib/dump_stack.c:120
kmsan_report+0xfb/0x1e0 mm/kmsan/kmsan_report.c:118
__msan_warning+0x5c/0xa0 mm/kmsan/kmsan_instr.c:197
check_eb_range fs/btrfs/extent_io.c:6115 [inline]
write_extent_buffer+0x394/0xaf0 fs/btrfs/extent_io.c:6253
btrfs_set_dev_stats_value fs/btrfs/volumes.c:7436 [inline]
update_dev_stat_item fs/btrfs/volumes.c:7573 [inline]
btrfs_run_dev_stats+0xc69/0x13b0 fs/btrfs/volumes.c:7613
commit_cowonly_roots+0x2ed/0x1560 fs/btrfs/transaction.c:1241
btrfs_commit_transaction+0x212b/0x5640 fs/btrfs/transaction.c:2293
btrfs_commit_super+0x1b7/0x1f0 fs/btrfs/disk-io.c:4210
close_ctree+0x4b1/0xf57 fs/btrfs/disk-io.c:4275
btrfs_put_super+0x53/0x70 fs/btrfs/super.c:325
generic_shutdown_super+0x2ab/0x650 fs/super.c:464
kill_anon_super+0x63/0xb0 fs/super.c:1056
btrfs_kill_super+0x61/0x90 fs/btrfs/super.c:2353
deactivate_locked_super+0x10d/0x1e0 fs/super.c:335
deactivate_super+0x1b7/0x1d0 fs/super.c:366
cleanup_mnt+0x7a0/0x870 fs/namespace.c:1136
__cleanup_mnt+0x3b/0x50 fs/namespace.c:1143
task_work_run+0x140/0x280 kernel/task_work.c:140
tracehook_notify_resume include/linux/tracehook.h:189 [inline]
exit_to_user_mode_loop kernel/entry/common.c:174 [inline]
exit_to_user_mode_prepare+0x486/0x560 kernel/entry/common.c:208
__syscall_exit_to_user_mode_work kernel/entry/common.c:290 [inline]
syscall_exit_to_user_mode+0x35/0x60 kernel/entry/common.c:301
__do_fast_syscall_32+0x14f/0x180 arch/x86/entry/common.c:145
do_fast_syscall_32+0x6a/0xc0 arch/x86/entry/common.c:167
do_SYSENTER_32+0x73/0x90 arch/x86/entry/common.c:210
entry_SYSENTER_compat_after_hwframe+0x4d/0x5c
RIP: 0023:0xf7f63549
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 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
RSP: 002b:00000000ff982b0c EFLAGS: 00000296 ORIG_RAX: 0000000000000034
RAX: 0000000000000000 RBX: 00000000ff982bb0 RCX: 0000000000000002
RDX: 000000000816c000 RSI: 0000000000000000 RDI: 00000000080e9e6a
RBP: 00000000ff982bb0 R08: 0000000000000000 R09: 0000000000000000
R10: 0000000000000000 R11: 0000000000000000 R12: 0000000000000000
R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000

Uninit was created at:
kmsan_save_stack_with_flags+0x3c/0x90 mm/kmsan/kmsan.c:121
kmsan_alloc_page+0xd0/0x1e0 mm/kmsan/kmsan_shadow.c:274
__alloc_pages_nodemask+0x827/0xf90 mm/page_alloc.c:5044
alloc_pages_current+0x7b6/0xb60 mm/mempolicy.c:2277
alloc_pages include/linux/gfp.h:561 [inline]
__page_cache_alloc mm/filemap.c:978 [inline]
pagecache_get_page+0x111d/0x2040 mm/filemap.c:1797
find_or_create_page include/linux/pagemap.h:405 [inline]
alloc_extent_buffer+0x8f8/0x33d0 fs/btrfs/extent_io.c:5618
btrfs_find_create_tree_block+0xb6/0xd0 fs/btrfs/disk-io.c:1024
btrfs_init_new_buffer fs/btrfs/extent-tree.c:4743 [inline]
btrfs_alloc_tree_block+0x545/0x2140 fs/btrfs/extent-tree.c:4845
alloc_tree_block_no_bg_flush fs/btrfs/ctree.c:992 [inline]
__btrfs_cow_block+0xb93/0x2760 fs/btrfs/ctree.c:1048
btrfs_cow_block+0xa3c/0xc90 fs/btrfs/ctree.c:1495
btrfs_search_slot+0x1ad5/0x3f20 fs/btrfs/ctree.c:2676
update_dev_stat_item fs/btrfs/volumes.c:7536 [inline]
btrfs_run_dev_stats+0x446/0x13b0 fs/btrfs/volumes.c:7613
commit_cowonly_roots+0x2ed/0x1560 fs/btrfs/transaction.c:1241
btrfs_commit_transaction+0x212b/0x5640 fs/btrfs/transaction.c:2293
btrfs_commit_super+0x1b7/0x1f0 fs/btrfs/disk-io.c:4210
close_ctree+0x4b1/0xf57 fs/btrfs/disk-io.c:4275
btrfs_put_super+0x53/0x70 fs/btrfs/super.c:325
generic_shutdown_super+0x2ab/0x650 fs/super.c:464
kill_anon_super+0x63/0xb0 fs/super.c:1056
btrfs_kill_super+0x61/0x90 fs/btrfs/super.c:2353
deactivate_locked_super+0x10d/0x1e0 fs/super.c:335
deactivate_super+0x1b7/0x1d0 fs/super.c:366
cleanup_mnt+0x7a0/0x870 fs/namespace.c:1136
__cleanup_mnt+0x3b/0x50 fs/namespace.c:1143
task_work_run+0x140/0x280 kernel/task_work.c:140
tracehook_notify_resume include/linux/tracehook.h:189 [inline]
exit_to_user_mode_loop kernel/entry/common.c:174 [inline]
exit_to_user_mode_prepare+0x486/0x560 kernel/entry/common.c:208
__syscall_exit_to_user_mode_work kernel/entry/common.c:290 [inline]
syscall_exit_to_user_mode+0x35/0x60 kernel/entry/common.c:301
__do_fast_syscall_32+0x14f/0x180 arch/x86/entry/common.c:145
do_fast_syscall_32+0x6a/0xc0 arch/x86/entry/common.c:167
do_SYSENTER_32+0x73/0x90 arch/x86/entry/common.c:210
entry_SYSENTER_compat_after_hwframe+0x4d/0x5c
=====================================================
=====================================================
BUG: KMSAN: uninit-value in write_extent_buffer+0x401/0xaf0 fs/btrfs/extent_io.c:6259
CPU: 1 PID: 11127 Comm: syz-executor.5 Tainted: G B 5.12.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:79 [inline]
dump_stack+0x24c/0x2e0 lib/dump_stack.c:120
kmsan_report+0xfb/0x1e0 mm/kmsan/kmsan_report.c:118
__msan_warning+0x5c/0xa0 mm/kmsan/kmsan_instr.c:197
write_extent_buffer+0x401/0xaf0 fs/btrfs/extent_io.c:6259
btrfs_set_dev_stats_value fs/btrfs/volumes.c:7436 [inline]
update_dev_stat_item fs/btrfs/volumes.c:7573 [inline]
btrfs_run_dev_stats+0xc69/0x13b0 fs/btrfs/volumes.c:7613
commit_cowonly_roots+0x2ed/0x1560 fs/btrfs/transaction.c:1241
btrfs_commit_transaction+0x212b/0x5640 fs/btrfs/transaction.c:2293
btrfs_commit_super+0x1b7/0x1f0 fs/btrfs/disk-io.c:4210
close_ctree+0x4b1/0xf57 fs/btrfs/disk-io.c:4275
btrfs_put_super+0x53/0x70 fs/btrfs/super.c:325
generic_shutdown_super+0x2ab/0x650 fs/super.c:464
kill_anon_super+0x63/0xb0 fs/super.c:1056
btrfs_kill_super+0x61/0x90 fs/btrfs/super.c:2353
deactivate_locked_super+0x10d/0x1e0 fs/super.c:335
deactivate_super+0x1b7/0x1d0 fs/super.c:366
cleanup_mnt+0x7a0/0x870 fs/namespace.c:1136
__cleanup_mnt+0x3b/0x50 fs/namespace.c:1143
task_work_run+0x140/0x280 kernel/task_work.c:140
tracehook_notify_resume include/linux/tracehook.h:189 [inline]
exit_to_user_mode_loop kernel/entry/common.c:174 [inline]
exit_to_user_mode_prepare+0x486/0x560 kernel/entry/common.c:208
__syscall_exit_to_user_mode_work kernel/entry/common.c:290 [inline]
syscall_exit_to_user_mode+0x35/0x60 kernel/entry/common.c:301
__do_fast_syscall_32+0x14f/0x180 arch/x86/entry/common.c:145
do_fast_syscall_32+0x6a/0xc0 arch/x86/entry/common.c:167
do_SYSENTER_32+0x73/0x90 arch/x86/entry/common.c:210
entry_SYSENTER_compat_after_hwframe+0x4d/0x5c
RIP: 0023:0xf7f63549
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 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
RSP: 002b:00000000ff982b0c EFLAGS: 00000296 ORIG_RAX: 0000000000000034
RAX: 0000000000000000 RBX: 00000000ff982bb0 RCX: 0000000000000002
RDX: 000000000816c000 RSI: 0000000000000000 RDI: 00000000080e9e6a
RBP: 00000000ff982bb0 R08: 0000000000000000 R09: 0000000000000000
R10: 0000000000000000 R11: 0000000000000000 R12: 0000000000000000
R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000

Uninit was created at:
kmsan_save_stack_with_flags+0x3c/0x90 mm/kmsan/kmsan.c:121
kmsan_alloc_page+0xd0/0x1e0 mm/kmsan/kmsan_shadow.c:274
__alloc_pages_nodemask+0x827/0xf90 mm/page_alloc.c:5044
alloc_pages_current+0x7b6/0xb60 mm/mempolicy.c:2277
alloc_pages include/linux/gfp.h:561 [inline]
__page_cache_alloc mm/filemap.c:978 [inline]
pagecache_get_page+0x111d/0x2040 mm/filemap.c:1797
find_or_create_page include/linux/pagemap.h:405 [inline]
alloc_extent_buffer+0x8f8/0x33d0 fs/btrfs/extent_io.c:5618
btrfs_find_create_tree_block+0xb6/0xd0 fs/btrfs/disk-io.c:1024
btrfs_init_new_buffer fs/btrfs/extent-tree.c:4743 [inline]
btrfs_alloc_tree_block+0x545/0x2140 fs/btrfs/extent-tree.c:4845
alloc_tree_block_no_bg_flush fs/btrfs/ctree.c:992 [inline]
__btrfs_cow_block+0xb93/0x2760 fs/btrfs/ctree.c:1048
btrfs_cow_block+0xa3c/0xc90 fs/btrfs/ctree.c:1495
btrfs_search_slot+0x1ad5/0x3f20 fs/btrfs/ctree.c:2676
update_dev_stat_item fs/btrfs/volumes.c:7536 [inline]
btrfs_run_dev_stats+0x446/0x13b0 fs/btrfs/volumes.c:7613
commit_cowonly_roots+0x2ed/0x1560 fs/btrfs/transaction.c:1241
btrfs_commit_transaction+0x212b/0x5640 fs/btrfs/transaction.c:2293
btrfs_commit_super+0x1b7/0x1f0 fs/btrfs/disk-io.c:4210
close_ctree+0x4b1/0xf57 fs/btrfs/disk-io.c:4275
btrfs_put_super+0x53/0x70 fs/btrfs/super.c:325
generic_shutdown_super+0x2ab/0x650 fs/super.c:464
kill_anon_super+0x63/0xb0 fs/super.c:1056
btrfs_kill_super+0x61/0x90 fs/btrfs/super.c:2353
deactivate_locked_super+0x10d/0x1e0 fs/super.c:335
deactivate_super+0x1b7/0x1d0 fs/super.c:366
cleanup_mnt+0x7a0/0x870 fs/namespace.c:1136
__cleanup_mnt+0x3b/0x50 fs/namespace.c:1143
task_work_run+0x140/0x280 kernel/task_work.c:140
tracehook_notify_resume include/linux/tracehook.h:189 [inline]
exit_to_user_mode_loop kernel/entry/common.c:174 [inline]
exit_to_user_mode_prepare+0x486/0x560 kernel/entry/common.c:208
__syscall_exit_to_user_mode_work kernel/entry/common.c:290 [inline]
syscall_exit_to_user_mode+0x35/0x60 kernel/entry/common.c:301
__do_fast_syscall_32+0x14f/0x180 arch/x86/entry/common.c:145
do_fast_syscall_32+0x6a/0xc0 arch/x86/entry/common.c:167
do_SYSENTER_32+0x73/0x90 arch/x86/entry/common.c:210
entry_SYSENTER_compat_after_hwframe+0x4d/0x5c
=====================================================
=====================================================
BUG: KMSAN: uninit-value in write_extent_buffer+0x95b/0xaf0 fs/btrfs/extent_io.c:6258
CPU: 1 PID: 11127 Comm: syz-executor.5 Tainted: G B 5.12.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:79 [inline]
dump_stack+0x24c/0x2e0 lib/dump_stack.c:120
kmsan_report+0xfb/0x1e0 mm/kmsan/kmsan_report.c:118
__msan_warning+0x5c/0xa0 mm/kmsan/kmsan_instr.c:197
write_extent_buffer+0x95b/0xaf0 fs/btrfs/extent_io.c:6258
btrfs_set_dev_stats_value fs/btrfs/volumes.c:7436 [inline]
update_dev_stat_item fs/btrfs/volumes.c:7573 [inline]
btrfs_run_dev_stats+0xc69/0x13b0 fs/btrfs/volumes.c:7613
commit_cowonly_roots+0x2ed/0x1560 fs/btrfs/transaction.c:1241
btrfs_commit_transaction+0x212b/0x5640 fs/btrfs/transaction.c:2293
btrfs_commit_super+0x1b7/0x1f0 fs/btrfs/disk-io.c:4210
close_ctree+0x4b1/0xf57 fs/btrfs/disk-io.c:4275
btrfs_put_super+0x53/0x70 fs/btrfs/super.c:325
generic_shutdown_super+0x2ab/0x650 fs/super.c:464
kill_anon_super+0x63/0xb0 fs/super.c:1056
btrfs_kill_super+0x61/0x90 fs/btrfs/super.c:2353
deactivate_locked_super+0x10d/0x1e0 fs/super.c:335
deactivate_super+0x1b7/0x1d0 fs/super.c:366
cleanup_mnt+0x7a0/0x870 fs/namespace.c:1136
__cleanup_mnt+0x3b/0x50 fs/namespace.c:1143
task_work_run+0x140/0x280 kernel/task_work.c:140
tracehook_notify_resume include/linux/tracehook.h:189 [inline]
exit_to_user_mode_loop kernel/entry/common.c:174 [inline]
exit_to_user_mode_prepare+0x486/0x560 kernel/entry/common.c:208
__syscall_exit_to_user_mode_work kernel/entry/common.c:290 [inline]
syscall_exit_to_user_mode+0x35/0x60 kernel/entry/common.c:301
__do_fast_syscall_32+0x14f/0x180 arch/x86/entry/common.c:145
do_fast_syscall_32+0x6a/0xc0 arch/x86/entry/common.c:167
do_SYSENTER_32+0x73/0x90 arch/x86/entry/common.c:210
entry_SYSENTER_compat_after_hwframe+0x4d/0x5c
RIP: 0023:0xf7f63549
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 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
RSP: 002b:00000000ff982b0c EFLAGS: 00000296 ORIG_RAX: 0000000000000034
RAX: 0000000000000000 RBX: 00000000ff982bb0 RCX: 0000000000000002
RDX: 000000000816c000 RSI: 0000000000000000 RDI: 00000000080e9e6a
RBP: 00000000ff982bb0 R08: 0000000000000000 R09: 0000000000000000
R10: 0000000000000000 R11: 0000000000000000 R12: 0000000000000000
R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000

Uninit was created at:
kmsan_save_stack_with_flags+0x3c/0x90 mm/kmsan/kmsan.c:121
kmsan_alloc_page+0xd0/0x1e0 mm/kmsan/kmsan_shadow.c:274
__alloc_pages_nodemask+0x827/0xf90 mm/page_alloc.c:5044
alloc_pages_current+0x7b6/0xb60 mm/mempolicy.c:2277
alloc_pages include/linux/gfp.h:561 [inline]
__page_cache_alloc mm/filemap.c:978 [inline]
pagecache_get_page+0x111d/0x2040 mm/filemap.c:1797
find_or_create_page include/linux/pagemap.h:405 [inline]
alloc_extent_buffer+0x8f8/0x33d0 fs/btrfs/extent_io.c:5618
btrfs_find_create_tree_block+0xb6/0xd0 fs/btrfs/disk-io.c:1024
btrfs_init_new_buffer fs/btrfs/extent-tree.c:4743 [inline]
btrfs_alloc_tree_block+0x545/0x2140 fs/btrfs/extent-tree.c:4845
alloc_tree_block_no_bg_flush fs/btrfs/ctree.c:992 [inline]
__btrfs_cow_block+0xb93/0x2760 fs/btrfs/ctree.c:1048
btrfs_cow_block+0xa3c/0xc90 fs/btrfs/ctree.c:1495
btrfs_search_slot+0x1ad5/0x3f20 fs/btrfs/ctree.c:2676
update_dev_stat_item fs/btrfs/volumes.c:7536 [inline]
btrfs_run_dev_stats+0x446/0x13b0 fs/btrfs/volumes.c:7613
commit_cowonly_roots+0x2ed/0x1560 fs/btrfs/transaction.c:1241
btrfs_commit_transaction+0x212b/0x5640 fs/btrfs/transaction.c:2293
btrfs_commit_super+0x1b7/0x1f0 fs/btrfs/disk-io.c:4210
close_ctree+0x4b1/0xf57 fs/btrfs/disk-io.c:4275
btrfs_put_super+0x53/0x70 fs/btrfs/super.c:325
generic_shutdown_super+0x2ab/0x650 fs/super.c:464
kill_anon_super+0x63/0xb0 fs/super.c:1056
btrfs_kill_super+0x61/0x90 fs/btrfs/super.c:2353
deactivate_locked_super+0x10d/0x1e0 fs/super.c:335
deactivate_super+0x1b7/0x1d0 fs/super.c:366
cleanup_mnt+0x7a0/0x870 fs/namespace.c:1136
__cleanup_mnt+0x3b/0x50 fs/namespace.c:1143
task_work_run+0x140/0x280 kernel/task_work.c:140
tracehook_notify_resume include/linux/tracehook.h:189 [inline]
exit_to_user_mode_loop kernel/entry/common.c:174 [inline]
exit_to_user_mode_prepare+0x486/0x560 kernel/entry/common.c:208
__syscall_exit_to_user_mode_work kernel/entry/common.c:290 [inline]
syscall_exit_to_user_mode+0x35/0x60 kernel/entry/common.c:301
__do_fast_syscall_32+0x14f/0x180 arch/x86/entry/common.c:145
do_fast_syscall_32+0x6a/0xc0 arch/x86/entry/common.c:167
do_SYSENTER_32+0x73/0x90 arch/x86/entry/common.c:210
entry_SYSENTER_compat_after_hwframe+0x4d/0x5c
=====================================================
=====================================================
BUG: KMSAN: uninit-value in check_eb_range fs/btrfs/extent_io.c:6115 [inline]
BUG: KMSAN: uninit-value in write_extent_buffer+0x394/0xaf0 fs/btrfs/extent_io.c:6253
CPU: 1 PID: 11127 Comm: syz-executor.5 Tainted: G B 5.12.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:79 [inline]
dump_stack+0x24c/0x2e0 lib/dump_stack.c:120
kmsan_report+0xfb/0x1e0 mm/kmsan/kmsan_report.c:118
__msan_warning+0x5c/0xa0 mm/kmsan/kmsan_instr.c:197
check_eb_range fs/btrfs/extent_io.c:6115 [inline]
write_extent_buffer+0x394/0xaf0 fs/btrfs/extent_io.c:6253
btrfs_set_dev_stats_value fs/btrfs/volumes.c:7436 [inline]
update_dev_stat_item fs/btrfs/volumes.c:7573 [inline]
btrfs_run_dev_stats+0xd1d/0x13b0 fs/btrfs/volumes.c:7613
commit_cowonly_roots+0x2ed/0x1560 fs/btrfs/transaction.c:1241
btrfs_commit_transaction+0x212b/0x5640 fs/btrfs/transaction.c:2293
btrfs_commit_super+0x1b7/0x1f0 fs/btrfs/disk-io.c:4210
close_ctree+0x4b1/0xf57 fs/btrfs/disk-io.c:4275
btrfs_put_super+0x53/0x70 fs/btrfs/super.c:325
generic_shutdown_super+0x2ab/0x650 fs/super.c:464
kill_anon_super+0x63/0xb0 fs/super.c:1056
btrfs_kill_super+0x61/0x90 fs/btrfs/super.c:2353
deactivate_locked_super+0x10d/0x1e0 fs/super.c:335
deactivate_super+0x1b7/0x1d0 fs/super.c:366
cleanup_mnt+0x7a0/0x870 fs/namespace.c:1136
__cleanup_mnt+0x3b/0x50 fs/namespace.c:1143
task_work_run+0x140/0x280 kernel/task_work.c:140
tracehook_notify_resume include/linux/tracehook.h:189 [inline]
exit_to_user_mode_loop kernel/entry/common.c:174 [inline]
exit_to_user_mode_prepare+0x486/0x560 kernel/entry/common.c:208
__syscall_exit_to_user_mode_work kernel/entry/common.c:290 [inline]
syscall_exit_to_user_mode+0x35/0x60 kernel/entry/common.c:301
__do_fast_syscall_32+0x14f/0x180 arch/x86/entry/common.c:145
do_fast_syscall_32+0x6a/0xc0 arch/x86/entry/common.c:167
do_SYSENTER_32+0x73/0x90 arch/x86/entry/common.c:210
entry_SYSENTER_compat_after_hwframe+0x4d/0x5c
RIP: 0023:0xf7f63549
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 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
RSP: 002b:00000000ff982b0c EFLAGS: 00000296 ORIG_RAX: 0000000000000034
RAX: 0000000000000000 RBX: 00000000ff982bb0 RCX: 0000000000000002
RDX: 000000000816c000 RSI: 0000000000000000 RDI: 00000000080e9e6a
RBP: 00000000ff982bb0 R08: 0000000000000000 R09: 0000000000000000
R10: 0000000000000000 R11: 0000000000000000 R12: 0000000000000000
R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000

Uninit was created at:
kmsan_save_stack_with_flags+0x3c/0x90 mm/kmsan/kmsan.c:121
kmsan_alloc_page+0xd0/0x1e0 mm/kmsan/kmsan_shadow.c:274
__alloc_pages_nodemask+0x827/0xf90 mm/page_alloc.c:5044
alloc_pages_current+0x7b6/0xb60 mm/mempolicy.c:2277
alloc_pages include/linux/gfp.h:561 [inline]
__page_cache_alloc mm/filemap.c:978 [inline]
pagecache_get_page+0x111d/0x2040 mm/filemap.c:1797
find_or_create_page include/linux/pagemap.h:405 [inline]
alloc_extent_buffer+0x8f8/0x33d0 fs/btrfs/extent_io.c:5618
btrfs_find_create_tree_block+0xb6/0xd0 fs/btrfs/disk-io.c:1024
btrfs_init_new_buffer fs/btrfs/extent-tree.c:4743 [inline]
btrfs_alloc_tree_block+0x545/0x2140 fs/btrfs/extent-tree.c:4845
alloc_tree_block_no_bg_flush fs/btrfs/ctree.c:992 [inline]
__btrfs_cow_block+0xb93/0x2760 fs/btrfs/ctree.c:1048
btrfs_cow_block+0xa3c/0xc90 fs/btrfs/ctree.c:1495
btrfs_search_slot+0x1ad5/0x3f20 fs/btrfs/ctree.c:2676
update_dev_stat_item fs/btrfs/volumes.c:7536 [inline]
btrfs_run_dev_stats+0x446/0x13b0 fs/btrfs/volumes.c:7613
commit_cowonly_roots+0x2ed/0x1560 fs/btrfs/transaction.c:1241
btrfs_commit_transaction+0x212b/0x5640 fs/btrfs/transaction.c:2293
btrfs_commit_super+0x1b7/0x1f0 fs/btrfs/disk-io.c:4210
close_ctree+0x4b1/0xf57 fs/btrfs/disk-io.c:4275
btrfs_put_super+0x53/0x70 fs/btrfs/super.c:325
generic_shutdown_super+0x2ab/0x650 fs/super.c:464
kill_anon_super+0x63/0xb0 fs/super.c:1056
btrfs_kill_super+0x61/0x90 fs/btrfs/super.c:2353
deactivate_locked_super+0x10d/0x1e0 fs/super.c:335
deactivate_super+0x1b7/0x1d0 fs/super.c:366
cleanup_mnt+0x7a0/0x870 fs/namespace.c:1136
__cleanup_mnt+0x3b/0x50 fs/namespace.c:1143
task_work_run+0x140/0x280 kernel/task_work.c:140
tracehook_notify_resume include/linux/tracehook.h:189 [inline]
exit_to_user_mode_loop kernel/entry/common.c:174 [inline]
exit_to_user_mode_prepare+0x486/0x560 kernel/entry/common.c:208
__syscall_exit_to_user_mode_work kernel/entry/common.c:290 [inline]
syscall_exit_to_user_mode+0x35/0x60 kernel/entry/common.c:301
__do_fast_syscall_32+0x14f/0x180 arch/x86/entry/common.c:145
do_fast_syscall_32+0x6a/0xc0 arch/x86/entry/common.c:167
do_SYSENTER_32+0x73/0x90 arch/x86/entry/common.c:210
entry_SYSENTER_compat_after_hwframe+0x4d/0x5c
=====================================================
=====================================================
BUG: KMSAN: uninit-value in write_extent_buffer+0x401/0xaf0 fs/btrfs/extent_io.c:6259
CPU: 1 PID: 11127 Comm: syz-executor.5 Tainted: G B 5.12.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:79 [inline]
dump_stack+0x24c/0x2e0 lib/dump_stack.c:120
kmsan_report+0xfb/0x1e0 mm/kmsan/kmsan_report.c:118
__msan_warning+0x5c/0xa0 mm/kmsan/kmsan_instr.c:197
write_extent_buffer+0x401/0xaf0 fs/btrfs/extent_io.c:6259
btrfs_set_dev_stats_value fs/btrfs/volumes.c:7436 [inline]
update_dev_stat_item fs/btrfs/volumes.c:7573 [inline]
btrfs_run_dev_stats+0xd1d/0x13b0 fs/btrfs/volumes.c:7613
commit_cowonly_roots+0x2ed/0x1560 fs/btrfs/transaction.c:1241
btrfs_commit_transaction+0x212b/0x5640 fs/btrfs/transaction.c:2293
btrfs_commit_super+0x1b7/0x1f0 fs/btrfs/disk-io.c:4210
close_ctree+0x4b1/0xf57 fs/btrfs/disk-io.c:4275
btrfs_put_super+0x53/0x70 fs/btrfs/super.c:325
generic_shutdown_super+0x2ab/0x650 fs/super.c:464
kill_anon_super+0x63/0xb0 fs/super.c:1056
btrfs_kill_super+0x61/0x90 fs/btrfs/super.c:2353
deactivate_locked_super+0x10d/0x1e0 fs/super.c:335
deactivate_super+0x1b7/0x1d0 fs/super.c:366
cleanup_mnt+0x7a0/0x870 fs/namespace.c:1136
__cleanup_mnt+0x3b/0x50 fs/namespace.c:1143
task_work_run+0x140/0x280 kernel/task_work.c:140
tracehook_notify_resume include/linux/tracehook.h:189 [inline]
exit_to_user_mode_loop kernel/entry/common.c:174 [inline]
exit_to_user_mode_prepare+0x486/0x560 kernel/entry/common.c:208
__syscall_exit_to_user_mode_work kernel/entry/common.c:290 [inline]
syscall_exit_to_user_mode+0x35/0x60 kernel/entry/common.c:301
__do_fast_syscall_32+0x14f/0x180 arch/x86/entry/common.c:145
do_fast_syscall_32+0x6a/0xc0 arch/x86/entry/common.c:167
do_SYSENTER_32+0x73/0x90 arch/x86/entry/common.c:210
entry_SYSENTER_compat_after_hwframe+0x4d/0x5c
RIP: 0023:0xf7f63549
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 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
RSP: 002b:00000000ff982b0c EFLAGS: 00000296 ORIG_RAX: 0000000000000034
RAX: 0000000000000000 RBX: 00000000ff982bb0 RCX: 0000000000000002
RDX: 000000000816c000 RSI: 0000000000000000 RDI: 00000000080e9e6a
RBP: 00000000ff982bb0 R08: 0000000000000000 R09: 0000000000000000
R10: 0000000000000000 R11: 0000000000000000 R12: 0000000000000000
R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000

Uninit was created at:
kmsan_save_stack_with_flags+0x3c/0x90 mm/kmsan/kmsan.c:121
kmsan_alloc_page+0xd0/0x1e0 mm/kmsan/kmsan_shadow.c:274
__alloc_pages_nodemask+0x827/0xf90 mm/page_alloc.c:5044
alloc_pages_current+0x7b6/0xb60 mm/mempolicy.c:2277
alloc_pages include/linux/gfp.h:561 [inline]
__page_cache_alloc mm/filemap.c:978 [inline]
pagecache_get_page+0x111d/0x2040 mm/filemap.c:1797
find_or_create_page include/linux/pagemap.h:405 [inline]
alloc_extent_buffer+0x8f8/0x33d0 fs/btrfs/extent_io.c:5618
btrfs_find_create_tree_block+0xb6/0xd0 fs/btrfs/disk-io.c:1024
btrfs_init_new_buffer fs/btrfs/extent-tree.c:4743 [inline]
btrfs_alloc_tree_block+0x545/0x2140 fs/btrfs/extent-tree.c:4845
alloc_tree_block_no_bg_flush fs/btrfs/ctree.c:992 [inline]
__btrfs_cow_block+0xb93/0x2760 fs/btrfs/ctree.c:1048
btrfs_cow_block+0xa3c/0xc90 fs/btrfs/ctree.c:1495
btrfs_search_slot+0x1ad5/0x3f20 fs/btrfs/ctree.c:2676
update_dev_stat_item fs/btrfs/volumes.c:7536 [inline]
btrfs_run_dev_stats+0x446/0x13b0 fs/btrfs/volumes.c:7613
commit_cowonly_roots+0x2ed/0x1560 fs/btrfs/transaction.c:1241
btrfs_commit_transaction+0x212b/0x5640 fs/btrfs/transaction.c:2293
btrfs_commit_super+0x1b7/0x1f0 fs/btrfs/disk-io.c:4210
close_ctree+0x4b1/0xf57 fs/btrfs/disk-io.c:4275
btrfs_put_super+0x53/0x70 fs/btrfs/super.c:325
generic_shutdown_super+0x2ab/0x650 fs/super.c:464
kill_anon_super+0x63/0xb0 fs/super.c:1056
btrfs_kill_super+0x61/0x90 fs/btrfs/super.c:2353
deactivate_locked_super+0x10d/0x1e0 fs/super.c:335
deactivate_super+0x1b7/0x1d0 fs/super.c:366
cleanup_mnt+0x7a0/0x870 fs/namespace.c:1136
__cleanup_mnt+0x3b/0x50 fs/namespace.c:1143
task_work_run+0x140/0x280 kernel/task_work.c:140
tracehook_notify_resume include/linux/tracehook.h:189 [inline]
exit_to_user_mode_loop kernel/entry/common.c:174 [inline]
exit_to_user_mode_prepare+0x486/0x560 kernel/entry/common.c:208
__syscall_exit_to_user_mode_work kernel/entry/common.c:290 [inline]
syscall_exit_to_user_mode+0x35/0x60 kernel/entry/common.c:301
__do_fast_syscall_32+0x14f/0x180 arch/x86/entry/common.c:145
do_fast_syscall_32+0x6a/0xc0 arch/x86/entry/common.c:167
do_SYSENTER_32+0x73/0x90 arch/x86/entry/common.c:210
entry_SYSENTER_compat_after_hwframe+0x4d/0x5c
=====================================================
=====================================================
BUG: KMSAN: uninit-value in write_extent_buffer+0x95b/0xaf0 fs/btrfs/extent_io.c:6258
CPU: 1 PID: 11127 Comm: syz-executor.5 Tainted: G B 5.12.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:79 [inline]
dump_stack+0x24c/0x2e0 lib/dump_stack.c:120
kmsan_report+0xfb/0x1e0 mm/kmsan/kmsan_report.c:118
__msan_warning+0x5c/0xa0 mm/kmsan/kmsan_instr.c:197
write_extent_buffer+0x95b/0xaf0 fs/btrfs/extent_io.c:6258
btrfs_set_dev_stats_value fs/btrfs/volumes.c:7436 [inline]
update_dev_stat_item fs/btrfs/volumes.c:7573 [inline]
btrfs_run_dev_stats+0xd1d/0x13b0 fs/btrfs/volumes.c:7613
commit_cowonly_roots+0x2ed/0x1560 fs/btrfs/transaction.c:1241
btrfs_commit_transaction+0x212b/0x5640 fs/btrfs/transaction.c:2293
btrfs_commit_super+0x1b7/0x1f0 fs/btrfs/disk-io.c:4210
close_ctree+0x4b1/0xf57 fs/btrfs/disk-io.c:4275
btrfs_put_super+0x53/0x70 fs/btrfs/super.c:325
generic_shutdown_super+0x2ab/0x650 fs/super.c:464
kill_anon_super+0x63/0xb0 fs/super.c:1056
btrfs_kill_super+0x61/0x90 fs/btrfs/super.c:2353
deactivate_locked_super+0x10d/0x1e0 fs/super.c:335
deactivate_super+0x1b7/0x1d0 fs/super.c:366
cleanup_mnt+0x7a0/0x870 fs/namespace.c:1136
__cleanup_mnt+0x3b/0x50 fs/namespace.c:1143
task_work_run+0x140/0x280 kernel/task_work.c:140
tracehook_notify_resume include/linux/tracehook.h:189 [inline]
exit_to_user_mode_loop kernel/entry/common.c:174 [inline]
exit_to_user_mode_prepare+0x486/0x560 kernel/entry/common.c:208
__syscall_exit_to_user_mode_work kernel/entry/common.c:290 [inline]
syscall_exit_to_user_mode+0x35/0x60 kernel/entry/common.c:301
__do_fast_syscall_32+0x14f/0x180 arch/x86/entry/common.c:145
do_fast_syscall_32+0x6a/0xc0 arch/x86/entry/common.c:167
do_SYSENTER_32+0x73/0x90 arch/x86/entry/common.c:210
entry_SYSENTER_compat_after_hwframe+0x4d/0x5c
RIP: 0023:0xf7f63549
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 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
RSP: 002b:00000000ff982b0c EFLAGS: 00000296 ORIG_RAX: 0000000000000034
RAX: 0000000000000000 RBX: 00000000ff982bb0 RCX: 0000000000000002
RDX: 000000000816c000 RSI: 0000000000000000 RDI: 00000000080e9e6a
RBP: 00000000ff982bb0 R08: 0000000000000000 R09: 0000000000000000
R10: 0000000000000000 R11: 0000000000000000 R12: 0000000000000000
R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000

Uninit was created at:
kmsan_save_stack_with_flags+0x3c/0x90 mm/kmsan/kmsan.c:121
kmsan_alloc_page+0xd0/0x1e0 mm/kmsan/kmsan_shadow.c:274
__alloc_pages_nodemask+0x827/0xf90 mm/page_alloc.c:5044
alloc_pages_current+0x7b6/0xb60 mm/mempolicy.c:2277
alloc_pages include/linux/gfp.h:561 [inline]
__page_cache_alloc mm/filemap.c:978 [inline]
pagecache_get_page+0x111d/0x2040 mm/filemap.c:1797
find_or_create_page include/linux/pagemap.h:405 [inline]
alloc_extent_buffer+0x8f8/0x33d0 fs/btrfs/extent_io.c:5618
btrfs_find_create_tree_block+0xb6/0xd0 fs/btrfs/disk-io.c:1024
btrfs_init_new_buffer fs/btrfs/extent-tree.c:4743 [inline]
btrfs_alloc_tree_block+0x545/0x2140 fs/btrfs/extent-tree.c:4845
alloc_tree_block_no_bg_flush fs/btrfs/ctree.c:992 [inline]
__btrfs_cow_block+0xb93/0x2760 fs/btrfs/ctree.c:1048
btrfs_cow_block+0xa3c/0xc90 fs/btrfs/ctree.c:1495
btrfs_search_slot+0x1ad5/0x3f20 fs/btrfs/ctree.c:2676
update_dev_stat_item fs/btrfs/volumes.c:7536 [inline]
btrfs_run_dev_stats+0x446/0x13b0 fs/btrfs/volumes.c:7613
commit_cowonly_roots+0x2ed/0x1560 fs/btrfs/transaction.c:1241
btrfs_commit_transaction+0x212b/0x5640 fs/btrfs/transaction.c:2293
btrfs_commit_super+0x1b7/0x1f0 fs/btrfs/disk-io.c:4210
close_ctree+0x4b1/0xf57 fs/btrfs/disk-io.c:4275
btrfs_put_super+0x53/0x70 fs/btrfs/super.c:325
generic_shutdown_super+0x2ab/0x650 fs/super.c:464
kill_anon_super+0x63/0xb0 fs/super.c:1056
btrfs_kill_super+0x61/0x90 fs/btrfs/super.c:2353
deactivate_locked_super+0x10d/0x1e0 fs/super.c:335
deactivate_super+0x1b7/0x1d0 fs/super.c:366
cleanup_mnt+0x7a0/0x870 fs/namespace.c:1136
__cleanup_mnt+0x3b/0x50 fs/namespace.c:1143
task_work_run+0x140/0x280 kernel/task_work.c:140
tracehook_notify_resume include/linux/tracehook.h:189 [inline]
exit_to_user_mode_loop kernel/entry/common.c:174 [inline]
exit_to_user_mode_prepare+0x486/0x560 kernel/entry/common.c:208
__syscall_exit_to_user_mode_work kernel/entry/common.c:290 [inline]
syscall_exit_to_user_mode+0x35/0x60 kernel/entry/common.c:301
__do_fast_syscall_32+0x14f/0x180 arch/x86/entry/common.c:145
do_fast_syscall_32+0x6a/0xc0 arch/x86/entry/common.c:167
do_SYSENTER_32+0x73/0x90 arch/x86/entry/common.c:210
entry_SYSENTER_compat_after_hwframe+0x4d/0x5c
=====================================================
=====================================================
BUG: KMSAN: uninit-value in check_eb_range fs/btrfs/extent_io.c:6115 [inline]
BUG: KMSAN: uninit-value in write_extent_buffer+0x394/0xaf0 fs/btrfs/extent_io.c:6253
CPU: 1 PID: 11127 Comm: syz-executor.5 Tainted: G B 5.12.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:79 [inline]
dump_stack+0x24c/0x2e0 lib/dump_stack.c:120
kmsan_report+0xfb/0x1e0 mm/kmsan/kmsan_report.c:118
__msan_warning+0x5c/0xa0 mm/kmsan/kmsan_instr.c:197
check_eb_range fs/btrfs/extent_io.c:6115 [inline]
write_extent_buffer+0x394/0xaf0 fs/btrfs/extent_io.c:6253
btrfs_set_dev_stats_value fs/btrfs/volumes.c:7436 [inline]
update_dev_stat_item fs/btrfs/volumes.c:7573 [inline]
btrfs_run_dev_stats+0xdd8/0x13b0 fs/btrfs/volumes.c:7613
commit_cowonly_roots+0x2ed/0x1560 fs/btrfs/transaction.c:1241
btrfs_commit_transaction+0x212b/0x5640 fs/btrfs/transaction.c:2293
btrfs_commit_super+0x1b7/0x1f0 fs/btrfs/disk-io.c:4210
close_ctree+0x4b1/0xf57 fs/btrfs/disk-io.c:4275
btrfs_put_super+0x53/0x70 fs/btrfs/super.c:325
generic_shutdown_super+0x2ab/0x650 fs/super.c:464
kill_anon_super+0x63/0xb0 fs/super.c:1056
btrfs_kill_super+0x61/0x90 fs/btrfs/super.c:2353
deactivate_locked_super+0x10d/0x1e0 fs/super.c:335
deactivate_super+0x1b7/0x1d0 fs/super.c:366
cleanup_mnt+0x7a0/0x870 fs/namespace.c:1136
__cleanup_mnt+0x3b/0x50 fs/namespace.c:1143
task_work_run+0x140/0x280 kernel/task_work.c:140
tracehook_notify_resume include/linux/tracehook.h:189 [inline]
exit_to_user_mode_loop kernel/entry/common.c:174 [inline]
exit_to_user_mode_prepare+0x486/0x560 kernel/entry/common.c:208
__syscall_exit_to_user_mode_work kernel/entry/common.c:290 [inline]
syscall_exit_to_user_mode+0x35/0x60 kernel/entry/common.c:301
__do_fast_syscall_32+0x14f/0x180 arch/x86/entry/common.c:145
do_fast_syscall_32+0x6a/0xc0 arch/x86/entry/common.c:167
do_SYSENTER_32+0x73/0x90 arch/x86/entry/common.c:210
entry_SYSENTER_compat_after_hwframe+0x4d/0x5c
RIP: 0023:0xf7f63549
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 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
RSP: 002b:00000000ff982b0c EFLAGS: 00000296 ORIG_RAX: 0000000000000034
RAX: 0000000000000000 RBX: 00000000ff982bb0 RCX: 0000000000000002
RDX: 000000000816c000 RSI: 0000000000000000 RDI: 00000000080e9e6a
RBP: 00000000ff982bb0 R08: 0000000000000000 R09: 0000000000000000
R10: 0000000000000000 R11: 0000000000000000 R12: 0000000000000000
R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000

Uninit was created at:
kmsan_save_stack_with_flags+0x3c/0x90 mm/kmsan/kmsan.c:121
kmsan_alloc_page+0xd0/0x1e0 mm/kmsan/kmsan_shadow.c:274
__alloc_pages_nodemask+0x827/0xf90 mm/page_alloc.c:5044
alloc_pages_current+0x7b6/0xb60 mm/mempolicy.c:2277
alloc_pages include/linux/gfp.h:561 [inline]
__page_cache_alloc mm/filemap.c:978 [inline]
pagecache_get_page+0x111d/0x2040 mm/filemap.c:1797
find_or_create_page include/linux/pagemap.h:405 [inline]
alloc_extent_buffer+0x8f8/0x33d0 fs/btrfs/extent_io.c:5618
btrfs_find_create_tree_block+0xb6/0xd0 fs/btrfs/disk-io.c:1024
btrfs_init_new_buffer fs/btrfs/extent-tree.c:4743 [inline]
btrfs_alloc_tree_block+0x545/0x2140 fs/btrfs/extent-tree.c:4845
alloc_tree_block_no_bg_flush fs/btrfs/ctree.c:992 [inline]
__btrfs_cow_block+0xb93/0x2760 fs/btrfs/ctree.c:1048
btrfs_cow_block+0xa3c/0xc90 fs/btrfs/ctree.c:1495
btrfs_search_slot+0x1ad5/0x3f20 fs/btrfs/ctree.c:2676
update_dev_stat_item fs/btrfs/volumes.c:7536 [inline]
btrfs_run_dev_stats+0x446/0x13b0 fs/btrfs/volumes.c:7613
commit_cowonly_roots+0x2ed/0x1560 fs/btrfs/transaction.c:1241
btrfs_commit_transaction+0x212b/0x5640 fs/btrfs/transaction.c:2293
btrfs_commit_super+0x1b7/0x1f0 fs/btrfs/disk-io.c:4210
close_ctree+0x4b1/0xf57 fs/btrfs/disk-io.c:4275
btrfs_put_super+0x53/0x70 fs/btrfs/super.c:325
generic_shutdown_super+0x2ab/0x650 fs/super.c:464
kill_anon_super+0x63/0xb0 fs/super.c:1056
btrfs_kill_super+0x61/0x90 fs/btrfs/super.c:2353
deactivate_locked_super+0x10d/0x1e0 fs/super.c:335
deactivate_super+0x1b7/0x1d0 fs/super.c:366
cleanup_mnt+0x7a0/0x870 fs/namespace.c:1136
__cleanup_mnt+0x3b/0x50 fs/namespace.c:1143
task_work_run+0x140/0x280 kernel/task_work.c:140
tracehook_notify_resume include/linux/tracehook.h:189 [inline]
exit_to_user_mode_loop kernel/entry/common.c:174 [inline]
exit_to_user_mode_prepare+0x486/0x560 kernel/entry/common.c:208
__syscall_exit_to_user_mode_work kernel/entry/common.c:290 [inline]
syscall_exit_to_user_mode+0x35/0x60 kernel/entry/common.c:301
__do_fast_syscall_32+0x14f/0x180 arch/x86/entry/common.c:145
do_fast_syscall_32+0x6a/0xc0 arch/x86/entry/common.c:167
do_SYSENTER_32+0x73/0x90 arch/x86/entry/common.c:210
entry_SYSENTER_compat_after_hwframe+0x4d/0x5c
=====================================================
=====================================================
BUG: KMSAN: uninit-value in write_extent_buffer+0x401/0xaf0 fs/btrfs/extent_io.c:6259
CPU: 1 PID: 11127 Comm: syz-executor.5 Tainted: G B 5.12.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:79 [inline]
dump_stack+0x24c/0x2e0 lib/dump_stack.c:120
kmsan_report+0xfb/0x1e0 mm/kmsan/kmsan_report.c:118
__msan_warning+0x5c/0xa0 mm/kmsan/kmsan_instr.c:197
write_extent_buffer+0x401/0xaf0 fs/btrfs/extent_io.c:6259
btrfs_set_dev_stats_value fs/btrfs/volumes.c:7436 [inline]
update_dev_stat_item fs/btrfs/volumes.c:7573 [inline]
btrfs_run_dev_stats+0xdd8/0x13b0 fs/btrfs/volumes.c:7613
commit_cowonly_roots+0x2ed/0x1560 fs/btrfs/transaction.c:1241
btrfs_commit_transaction+0x212b/0x5640 fs/btrfs/transaction.c:2293
btrfs_commit_super+0x1b7/0x1f0 fs/btrfs/disk-io.c:4210
close_ctree+0x4b1/0xf57 fs/btrfs/disk-io.c:4275
btrfs_put_super+0x53/0x70 fs/btrfs/super.c:325
generic_shutdown_super+0x2ab/0x650 fs/super.c:464
kill_anon_super+0x63/0xb0 fs/super.c:1056
btrfs_kill_super+0x61/0x90 fs/btrfs/super.c:2353
deactivate_locked_super+0x10d/0x1e0 fs/super.c:335
deactivate_super+0x1b7/0x1d0 fs/super.c:366
cleanup_mnt+0x7a0/0x870 fs/namespace.c:1136
__cleanup_mnt+0x3b/0x50 fs/namespace.c:1143
task_work_run+0x140/0x280 kernel/task_work.c:140
tracehook_notify_resume include/linux/tracehook.h:189 [inline]
exit_to_user_mode_loop kernel/entry/common.c:174 [inline]
exit_to_user_mode_prepare+0x486/0x560 kernel/entry/common.c:208
__syscall_exit_to_user_mode_work kernel/entry/common.c:290 [inline]
syscall_exit_to_user_mode+0x35/0x60 kernel/entry/common.c:301
__do_fast_syscall_32+0x14f/0x180 arch/x86/entry/common.c:145
do_fast_syscall_32+0x6a/0xc0 arch/x86/entry/common.c:167
do_SYSENTER_32+0x73/0x90 arch/x86/entry/common.c:210
entry_SYSENTER_compat_after_hwframe+0x4d/0x5c
RIP: 0023:0xf7f63549
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 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
RSP: 002b:00000000ff982b0c EFLAGS: 00000296 ORIG_RAX: 0000000000000034
RAX: 0000000000000000 RBX: 00000000ff982bb0 RCX: 0000000000000002
RDX: 000000000816c000 RSI: 0000000000000000 RDI: 00000000080e9e6a
RBP: 00000000ff982bb0 R08: 0000000000000000 R09: 0000000000000000
R10: 0000000000000000 R11: 0000000000000000 R12: 0000000000000000
R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000

Uninit was created at:
kmsan_save_stack_with_flags+0x3c/0x90 mm/kmsan/kmsan.c:121
kmsan_alloc_page+0xd0/0x1e0 mm/kmsan/kmsan_shadow.c:274
__alloc_pages_nodemask+0x827/0xf90 mm/page_alloc.c:5044
alloc_pages_current+0x7b6/0xb60 mm/mempolicy.c:2277
alloc_pages include/linux/gfp.h:561 [inline]
__page_cache_alloc mm/filemap.c:978 [inline]
pagecache_get_page+0x111d/0x2040 mm/filemap.c:1797
find_or_create_page include/linux/pagemap.h:405 [inline]
alloc_extent_buffer+0x8f8/0x33d0 fs/btrfs/extent_io.c:5618
btrfs_find_create_tree_block+0xb6/0xd0 fs/btrfs/disk-io.c:1024
btrfs_init_new_buffer fs/btrfs/extent-tree.c:4743 [inline]
btrfs_alloc_tree_block+0x545/0x2140 fs/btrfs/extent-tree.c:4845
alloc_tree_block_no_bg_flush fs/btrfs/ctree.c:992 [inline]
__btrfs_cow_block+0xb93/0x2760 fs/btrfs/ctree.c:1048
btrfs_cow_block+0xa3c/0xc90 fs/btrfs/ctree.c:1495
btrfs_search_slot+0x1ad5/0x3f20 fs/btrfs/ctree.c:2676
update_dev_stat_item fs/btrfs/volumes.c:7536 [inline]
btrfs_run_dev_stats+0x446/0x13b0 fs/btrfs/volumes.c:7613
commit_cowonly_roots+0x2ed/0x1560 fs/btrfs/transaction.c:1241
btrfs_commit_transaction+0x212b/0x5640 fs/btrfs/transaction.c:2293
btrfs_commit_super+0x1b7/0x1f0 fs/btrfs/disk-io.c:4210
close_ctree+0x4b1/0xf57 fs/btrfs/disk-io.c:4275
btrfs_put_super+0x53/0x70 fs/btrfs/super.c:325
generic_shutdown_super+0x2ab/0x650 fs/super.c:464
kill_anon_super+0x63/0xb0 fs/super.c:1056
btrfs_kill_super+0x61/0x90 fs/btrfs/super.c:2353
deactivate_locked_super+0x10d/0x1e0 fs/super.c:335
deactivate_super+0x1b7/0x1d0 fs/super.c:366
cleanup_mnt+0x7a0/0x870 fs/namespace.c:1136
__cleanup_mnt+0x3b/0x50 fs/namespace.c:1143
task_work_run+0x140/0x280 kernel/task_work.c:140
tracehook_notify_resume include/linux/tracehook.h:189 [inline]
exit_to_user_mode_loop kernel/entry/common.c:174 [inline]
exit_to_user_mode_prepare+0x486/0x560 kernel/entry/common.c:208
__syscall_exit_to_user_mode_work kernel/entry/common.c:290 [inline]
syscall_exit_to_user_mode+0x35/0x60 kernel/entry/common.c:301
__do_fast_syscall_32+0x14f/0x180 arch/x86/entry/common.c:145
do_fast_syscall_32+0x6a/0xc0 arch/x86/entry/common.c:167
do_SYSENTER_32+0x73/0x90 arch/x86/entry/common.c:210
entry_SYSENTER_compat_after_hwframe+0x4d/0x5c
=====================================================
=====================================================
BUG: KMSAN: uninit-value in write_extent_buffer+0x95b/0xaf0 fs/btrfs/extent_io.c:6258
CPU: 1 PID: 11127 Comm: syz-executor.5 Tainted: G B 5.12.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:79 [inline]
dump_stack+0x24c/0x2e0 lib/dump_stack.c:120
kmsan_report+0xfb/0x1e0 mm/kmsan/kmsan_report.c:118
__msan_warning+0x5c/0xa0 mm/kmsan/kmsan_instr.c:197
write_extent_buffer+0x95b/0xaf0 fs/btrfs/extent_io.c:6258
btrfs_set_dev_stats_value fs/btrfs/volumes.c:7436 [inline]
update_dev_stat_item fs/btrfs/volumes.c:7573 [inline]
btrfs_run_dev_stats+0xdd8/0x13b0 fs/btrfs/volumes.c:7613
commit_cowonly_roots+0x2ed/0x1560 fs/btrfs/transaction.c:1241
btrfs_commit_transaction+0x212b/0x5640 fs/btrfs/transaction.c:2293
btrfs_commit_super+0x1b7/0x1f0 fs/btrfs/disk-io.c:4210
close_ctree+0x4b1/0xf57 fs/btrfs/disk-io.c:4275
btrfs_put_super+0x53/0x70 fs/btrfs/super.c:325
generic_shutdown_super+0x2ab/0x650 fs/super.c:464
kill_anon_super+0x63/0xb0 fs/super.c:1056
btrfs_kill_super+0x61/0x90 fs/btrfs/super.c:2353
deactivate_locked_super+0x10d/0x1e0 fs/super.c:335
deactivate_super+0x1b7/0x1d0 fs/super.c:366
cleanup_mnt+0x7a0/0x870 fs/namespace.c:1136
__cleanup_mnt+0x3b/0x50 fs/namespace.c:1143
task_work_run+0x140/0x280 kernel/task_work.c:140
tracehook_notify_resume include/linux/tracehook.h:189 [inline]
exit_to_user_mode_loop kernel/entry/common.c:174 [inline]
exit_to_user_mode_prepare+0x486/0x560 kernel/entry/common.c:208
__syscall_exit_to_user_mode_work kernel/entry/common.c:290 [inline]
syscall_exit_to_user_mode+0x35/0x60 kernel/entry/common.c:301
__do_fast_syscall_32+0x14f/0x180 arch/x86/entry/common.c:145
do_fast_syscall_32+0x6a/0xc0 arch/x86/entry/common.c:167
do_SYSENTER_32+0x73/0x90 arch/x86/entry/common.c:210
entry_SYSENTER_compat_after_hwframe+0x4d/0x5c
RIP: 0023:0xf7f63549
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 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
RSP: 002b:00000000ff982b0c EFLAGS: 00000296 ORIG_RAX: 0000000000000034
RAX: 0000000000000000 RBX: 00000000ff982bb0 RCX: 0000000000000002
RDX: 000000000816c000 RSI: 0000000000000000 RDI: 00000000080e9e6a
RBP: 00000000ff982bb0 R08: 0000000000000000 R09: 0000000000000000
R10: 0000000000000000 R11: 0000000000000000 R12: 0000000000000000
R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000

Uninit was created at:
kmsan_save_stack_with_flags+0x3c/0x90 mm/kmsan/kmsan.c:121
kmsan_alloc_page+0xd0/0x1e0 mm/kmsan/kmsan_shadow.c:274
__alloc_pages_nodemask+0x827/0xf90 mm/page_alloc.c:5044
alloc_pages_current+0x7b6/0xb60 mm/mempolicy.c:2277
alloc_pages include/linux/gfp.h:561 [inline]
__page_cache_alloc mm/filemap.c:978 [inline]
pagecache_get_page+0x111d/0x2040 mm/filemap.c:1797
find_or_create_page include/linux/pagemap.h:405 [inline]
alloc_extent_buffer+0x8f8/0x33d0 fs/btrfs/extent_io.c:5618
btrfs_find_create_tree_block+0xb6/0xd0 fs/btrfs/disk-io.c:1024
btrfs_init_new_buffer fs/btrfs/extent-tree.c:4743 [inline]
btrfs_alloc_tree_block+0x545/0x2140 fs/btrfs/extent-tree.c:4845
alloc_tree_block_no_bg_flush fs/btrfs/ctree.c:992 [inline]
__btrfs_cow_block+0xb93/0x2760 fs/btrfs/ctree.c:1048
btrfs_cow_block+0xa3c/0xc90 fs/btrfs/ctree.c:1495
btrfs_search_slot+0x1ad5/0x3f20 fs/btrfs/ctree.c:2676
update_dev_stat_item fs/btrfs/volumes.c:7536 [inline]
btrfs_run_dev_stats+0x446/0x13b0 fs/btrfs/volumes.c:7613
commit_cowonly_roots+0x2ed/0x1560 fs/btrfs/transaction.c:1241
btrfs_commit_transaction+0x212b/0x5640 fs/btrfs/transaction.c:2293
btrfs_commit_super+0x1b7/0x1f0 fs/btrfs/disk-io.c:4210
close_ctree+0x4b1/0xf57 fs/btrfs/disk-io.c:4275
btrfs_put_super+0x53/0x70 fs/btrfs/super.c:325
generic_shutdown_super+0x2ab/0x650 fs/super.c:464
kill_anon_super+0x63/0xb0 fs/super.c:1056
btrfs_kill_super+0x61/0x90 fs/btrfs/super.c:2353
deactivate_locked_super+0x10d/0x1e0 fs/super.c:335
deactivate_super+0x1b7/0x1d0 fs/super.c:366
cleanup_mnt+0x7a0/0x870 fs/namespace.c:1136
__cleanup_mnt+0x3b/0x50 fs/namespace.c:1143
task_work_run+0x140/0x280 kernel/task_work.c:140
tracehook_notify_resume include/linux/tracehook.h:189 [inline]
exit_to_user_mode_loop kernel/entry/common.c:174 [inline]
exit_to_user_mode_prepare+0x486/0x560 kernel/entry/common.c:208
__syscall_exit_to_user_mode_work kernel/entry/common.c:290 [inline]
syscall_exit_to_user_mode+0x35/0x60 kernel/entry/common.c:301
__do_fast_syscall_32+0x14f/0x180 arch/x86/entry/common.c:145
do_fast_syscall_32+0x6a/0xc0 arch/x86/entry/common.c:167
do_SYSENTER_32+0x73/0x90 arch/x86/entry/common.c:210
entry_SYSENTER_compat_after_hwframe+0x4d/0x5c
=====================================================
=====================================================
BUG: KMSAN: uninit-value in btrfs_comp_cpu_keys fs/btrfs/ctree.c:1552 [inline]
BUG: KMSAN: uninit-value in comp_keys fs/btrfs/ctree.c:1528 [inline]
BUG: KMSAN: uninit-value in generic_bin_search+0x703/0xbc0 fs/btrfs/ctree.c:1702
CPU: 1 PID: 11127 Comm: syz-executor.5 Tainted: G B 5.12.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:79 [inline]
dump_stack+0x24c/0x2e0 lib/dump_stack.c:120
kmsan_report+0xfb/0x1e0 mm/kmsan/kmsan_report.c:118
__msan_warning+0x5c/0xa0 mm/kmsan/kmsan_instr.c:197
btrfs_comp_cpu_keys fs/btrfs/ctree.c:1552 [inline]
comp_keys fs/btrfs/ctree.c:1528 [inline]
generic_bin_search+0x703/0xbc0 fs/btrfs/ctree.c:1702
btrfs_bin_search fs/btrfs/ctree.c:1724 [inline]
btrfs_search_slot+0x2144/0x3f20 fs/btrfs/ctree.c:2724
btrfs_update_root+0x193/0x1220 fs/btrfs/root-tree.c:134
update_cowonly_root fs/btrfs/transaction.c:1204 [inline]
commit_cowonly_roots+0xbc2/0x1560 fs/btrfs/transaction.c:1266
btrfs_commit_transaction+0x212b/0x5640 fs/btrfs/transaction.c:2293
btrfs_commit_super+0x1b7/0x1f0 fs/btrfs/disk-io.c:4210
close_ctree+0x4b1/0xf57 fs/btrfs/disk-io.c:4275
btrfs_put_super+0x53/0x70 fs/btrfs/super.c:325
generic_shutdown_super+0x2ab/0x650 fs/super.c:464
kill_anon_super+0x63/0xb0 fs/super.c:1056
btrfs_kill_super+0x61/0x90 fs/btrfs/super.c:2353
deactivate_locked_super+0x10d/0x1e0 fs/super.c:335
deactivate_super+0x1b7/0x1d0 fs/super.c:366
cleanup_mnt+0x7a0/0x870 fs/namespace.c:1136
__cleanup_mnt+0x3b/0x50 fs/namespace.c:1143
task_work_run+0x140/0x280 kernel/task_work.c:140
tracehook_notify_resume include/linux/tracehook.h:189 [inline]
exit_to_user_mode_loop kernel/entry/common.c:174 [inline]
exit_to_user_mode_prepare+0x486/0x560 kernel/entry/common.c:208
__syscall_exit_to_user_mode_work kernel/entry/common.c:290 [inline]
syscall_exit_to_user_mode+0x35/0x60 kernel/entry/common.c:301
__do_fast_syscall_32+0x14f/0x180 arch/x86/entry/common.c:145
do_fast_syscall_32+0x6a/0xc0 arch/x86/entry/common.c:167
do_SYSENTER_32+0x73/0x90 arch/x86/entry/common.c:210
entry_SYSENTER_compat_after_hwframe+0x4d/0x5c
RIP: 0023:0xf7f63549
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 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
RSP: 002b:00000000ff982b0c EFLAGS: 00000296 ORIG_RAX: 0000000000000034
RAX: 0000000000000000 RBX: 00000000ff982bb0 RCX: 0000000000000002
RDX: 000000000816c000 RSI: 0000000000000000 RDI: 00000000080e9e6a
RBP: 00000000ff982bb0 R08: 0000000000000000 R09: 0000000000000000
R10: 0000000000000000 R11: 0000000000000000 R12: 0000000000000000
R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000

Uninit was created at:
kmsan_save_stack_with_flags+0x3c/0x90 mm/kmsan/kmsan.c:121
kmsan_alloc_page+0xd0/0x1e0 mm/kmsan/kmsan_shadow.c:274
__alloc_pages_nodemask+0x827/0xf90 mm/page_alloc.c:5044
alloc_pages_current+0x7b6/0xb60 mm/mempolicy.c:2277
alloc_pages include/linux/gfp.h:561 [inline]
__page_cache_alloc mm/filemap.c:978 [inline]
pagecache_get_page+0x111d/0x2040 mm/filemap.c:1797
find_or_create_page include/linux/pagemap.h:405 [inline]
alloc_extent_buffer+0x8f8/0x33d0 fs/btrfs/extent_io.c:5618
btrfs_find_create_tree_block+0xb6/0xd0 fs/btrfs/disk-io.c:1024
btrfs_init_new_buffer fs/btrfs/extent-tree.c:4743 [inline]
btrfs_alloc_tree_block+0x545/0x2140 fs/btrfs/extent-tree.c:4845
alloc_tree_block_no_bg_flush fs/btrfs/ctree.c:992 [inline]
__btrfs_cow_block+0xb93/0x2760 fs/btrfs/ctree.c:1048
btrfs_cow_block+0xa3c/0xc90 fs/btrfs/ctree.c:1495
commit_cowonly_roots+0x1c8/0x1560 fs/btrfs/transaction.c:1233
btrfs_commit_transaction+0x212b/0x5640 fs/btrfs/transaction.c:2293
btrfs_commit_super+0x1b7/0x1f0 fs/btrfs/disk-io.c:4210
close_ctree+0x4b1/0xf57 fs/btrfs/disk-io.c:4275
btrfs_put_super+0x53/0x70 fs/btrfs/super.c:325
generic_shutdown_super+0x2ab/0x650 fs/super.c:464
kill_anon_super+0x63/0xb0 fs/super.c:1056
btrfs_kill_super+0x61/0x90 fs/btrfs/super.c:2353
deactivate_locked_super+0x10d/0x1e0 fs/super.c:335
deactivate_super+0x1b7/0x1d0 fs/super.c:366
cleanup_mnt+0x7a0/0x870 fs/namespace.c:1136
__cleanup_mnt+0x3b/0x50 fs/namespace.c:1143
task_work_run+0x140/0x280 kernel/task_work.c:140
tracehook_notify_resume include/linux/tracehook.h:189 [inline]
exit_to_user_mode_loop kernel/entry/common.c:174 [inline]
exit_to_user_mode_prepare+0x486/0x560 kernel/entry/common.c:208
__syscall_exit_to_user_mode_work kernel/entry/common.c:290 [inline]
syscall_exit_to_user_mode+0x35/0x60 kernel/entry/common.c:301
__do_fast_syscall_32+0x14f/0x180 arch/x86/entry/common.c:145
do_fast_syscall_32+0x6a/0xc0 arch/x86/entry/common.c:167
do_SYSENTER_32+0x73/0x90 arch/x86/entry/common.c:210
entry_SYSENTER_compat_after_hwframe+0x4d/0x5c
=====================================================
=====================================================
BUG: KMSAN: uninit-value in btrfs_comp_cpu_keys fs/btrfs/ctree.c:1552 [inline]
BUG: KMSAN: uninit-value in comp_keys fs/btrfs/ctree.c:1528 [inline]
BUG: KMSAN: uninit-value in generic_bin_search+0x703/0xbc0 fs/btrfs/ctree.c:1702
CPU: 1 PID: 11127 Comm: syz-executor.5 Tainted: G B 5.12.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:79 [inline]
dump_stack+0x24c/0x2e0 lib/dump_stack.c:120
kmsan_report+0xfb/0x1e0 mm/kmsan/kmsan_report.c:118
__msan_warning+0x5c/0xa0 mm/kmsan/kmsan_instr.c:197
btrfs_comp_cpu_keys fs/btrfs/ctree.c:1552 [inline]
comp_keys fs/btrfs/ctree.c:1528 [inline]
generic_bin_search+0x703/0xbc0 fs/btrfs/ctree.c:1702
btrfs_bin_search fs/btrfs/ctree.c:1724 [inline]
btrfs_search_slot+0x2144/0x3f20 fs/btrfs/ctree.c:2724
btrfs_update_root+0x193/0x1220 fs/btrfs/root-tree.c:134
update_cowonly_root fs/btrfs/transaction.c:1204 [inline]
commi

---
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,
Oct 2, 2021, 10:53:13 AM10/2/21
to gli...@google.com, syzkall...@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