syzbot


KMSAN: uninit-value in gf128mul_4k_lle

Status: closed as invalid on 2018/04/22 15:44
Subsystems: crypto
[Documentation on labels]
First crash: 2209d, last: 2194d
Similar bugs (3)
Kernel Title Repro Cause bisect Fix bisect Count Last Reported Patched Status
upstream KMSAN: uninit-value in gf128mul_4k_lle (2) crypto C 1102 2113d 2132d 0/26 closed as invalid on 2018/07/17 13:23
upstream KMSAN: uninit-value in gf128mul_4k_lle (4) crypto C 6 1375d 1377d 0/26 closed as invalid on 2020/07/22 14:12
upstream KMSAN: uninit-value in gf128mul_4k_lle (3) crypto C 2958 1614d 1979d 14/26 fixed on 2019/11/29 15:48

Sample crash report:
==================================================================
BUG: KMSAN: uninit-value in u128_xor include/crypto/b128ops.h:66 [inline]
BUG: KMSAN: uninit-value in be128_xor include/crypto/b128ops.h:72 [inline]
BUG: KMSAN: uninit-value in gf128mul_4k_lle+0x226/0x320 crypto/gf128mul.c:394
CPU: 0 PID: 3571 Comm: syzkaller021670 Not tainted 4.16.0+ #83
Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 01/01/2011
Call Trace:
 __dump_stack lib/dump_stack.c:17 [inline]
 dump_stack+0x185/0x1d0 lib/dump_stack.c:53
 kmsan_report+0x142/0x240 mm/kmsan/kmsan.c:1067
 __msan_warning_32+0x6c/0xb0 mm/kmsan/kmsan_instr.c:676
 u128_xor include/crypto/b128ops.h:66 [inline]
 be128_xor include/crypto/b128ops.h:72 [inline]
 gf128mul_4k_lle+0x226/0x320 crypto/gf128mul.c:394
 ghash_flush crypto/ghash-generic.c:99 [inline]
 ghash_final+0x10a/0x1f0 crypto/ghash-generic.c:111
 crypto_shash_final crypto/shash.c:152 [inline]
 shash_finup_unaligned+0x3a8/0x3f0 crypto/shash.c:160
 crypto_shash_finup crypto/shash.c:173 [inline]
 shash_ahash_finup+0x468/0xa30 crypto/shash.c:266
 shash_ahash_digest+0x5c6/0x600 crypto/shash.c:306
 shash_async_digest+0x11c/0x1b0 crypto/shash.c:320
 crypto_ahash_op+0x89a/0xc10 crypto/ahash.c:361
 crypto_ahash_digest+0xe4/0x160 crypto/ahash.c:383
 hash_sendpage+0xb40/0xe10 crypto/algif_hash.c:164
 hash_sendpage_nokey+0x153/0x180 crypto/algif_hash.c:359
 kernel_sendpage net/socket.c:3234 [inline]
 sock_sendpage+0x1de/0x2c0 net/socket.c:855
 pipe_to_sendpage+0x31b/0x430 fs/splice.c:451
 splice_from_pipe_feed fs/splice.c:502 [inline]
 __splice_from_pipe+0x49a/0xf30 fs/splice.c:626
 splice_from_pipe fs/splice.c:661 [inline]
 generic_splice_sendpage+0x1c6/0x2a0 fs/splice.c:832
 do_splice_from fs/splice.c:851 [inline]
 direct_splice_actor+0x19b/0x200 fs/splice.c:1018
 splice_direct_to_actor+0x764/0x1040 fs/splice.c:973
 do_splice_direct+0x335/0x540 fs/splice.c:1061
 do_sendfile+0x1067/0x1e40 fs/read_write.c:1413
 SYSC_sendfile64+0x1b3/0x300 fs/read_write.c:1468
 SyS_sendfile64+0x64/0x90 fs/read_write.c:1460
 do_syscall_64+0x309/0x430 arch/x86/entry/common.c:287
 entry_SYSCALL_64_after_hwframe+0x3d/0xa2
RIP: 0033:0x440c69
RSP: 002b:00000000007dff78 EFLAGS: 00000217 ORIG_RAX: 0000000000000028
RAX: ffffffffffffffda RBX: 00007fff1c0eaa40 RCX: 0000000000440c69
RDX: 0000000020e64ff8 RSI: 0000000000000005 RDI: 0000000000000004
RBP: 0000000000000000 R08: 0000000120080522 R09: 0000000120080522
R10: 0000000000000008 R11: 0000000000000217 R12: 0000000000402400
R13: 0000000000402490 R14: 0000000000000000 R15: 0000000000000000

Uninit was stored to memory at:
 kmsan_save_stack_with_flags mm/kmsan/kmsan.c:278 [inline]
 kmsan_save_stack mm/kmsan/kmsan.c:293 [inline]
 kmsan_internal_chain_origin+0x12b/0x210 mm/kmsan/kmsan.c:684
 __msan_chain_origin+0x69/0xc0 mm/kmsan/kmsan_instr.c:521
 ghash_update+0x10c5/0x1160 crypto/ghash-generic.c:83
 crypto_shash_update crypto/shash.c:117 [inline]
 shash_finup_unaligned+0x202/0x3f0 crypto/shash.c:159
 crypto_shash_finup crypto/shash.c:173 [inline]
 shash_ahash_finup+0x468/0xa30 crypto/shash.c:266
 shash_ahash_digest+0x5c6/0x600 crypto/shash.c:306
 shash_async_digest+0x11c/0x1b0 crypto/shash.c:320
 crypto_ahash_op+0x89a/0xc10 crypto/ahash.c:361
 crypto_ahash_digest+0xe4/0x160 crypto/ahash.c:383
 hash_sendpage+0xb40/0xe10 crypto/algif_hash.c:164
 hash_sendpage_nokey+0x153/0x180 crypto/algif_hash.c:359
 kernel_sendpage net/socket.c:3234 [inline]
 sock_sendpage+0x1de/0x2c0 net/socket.c:855
 pipe_to_sendpage+0x31b/0x430 fs/splice.c:451
 splice_from_pipe_feed fs/splice.c:502 [inline]
 __splice_from_pipe+0x49a/0xf30 fs/splice.c:626
 splice_from_pipe fs/splice.c:661 [inline]
 generic_splice_sendpage+0x1c6/0x2a0 fs/splice.c:832
 do_splice_from fs/splice.c:851 [inline]
 direct_splice_actor+0x19b/0x200 fs/splice.c:1018
 splice_direct_to_actor+0x764/0x1040 fs/splice.c:973
 do_splice_direct+0x335/0x540 fs/splice.c:1061
 do_sendfile+0x1067/0x1e40 fs/read_write.c:1413
 SYSC_sendfile64+0x1b3/0x300 fs/read_write.c:1468
 SyS_sendfile64+0x64/0x90 fs/read_write.c:1460
 do_syscall_64+0x309/0x430 arch/x86/entry/common.c:287
 entry_SYSCALL_64_after_hwframe+0x3d/0xa2
Uninit was created at:
 kmsan_save_stack_with_flags mm/kmsan/kmsan.c:278 [inline]
 kmsan_alloc_meta_for_pages+0x161/0x3a0 mm/kmsan/kmsan.c:814
 kmsan_alloc_page+0x82/0xe0 mm/kmsan/kmsan.c:868
 __alloc_pages_nodemask+0xf5b/0x5dc0 mm/page_alloc.c:4283
 alloc_pages_vma+0xcc8/0x1800 mm/mempolicy.c:2019
 shmem_alloc_page mm/shmem.c:1471 [inline]
 shmem_alloc_and_acct_page+0x6d5/0x1000 mm/shmem.c:1496
 shmem_getpage_gfp+0x35db/0x5770 mm/shmem.c:1771
 shmem_getpage mm/shmem.c:131 [inline]
 shmem_fallocate+0xde2/0x1610 mm/shmem.c:2939
 vfs_fallocate+0x9dc/0xde0 fs/open.c:319
 SYSC_fallocate+0x119/0x1d0 fs/open.c:342
 SyS_fallocate+0x64/0x90 fs/open.c:336
 do_syscall_64+0x309/0x430 arch/x86/entry/common.c:287
 entry_SYSCALL_64_after_hwframe+0x3d/0xa2
==================================================================

Crashes (11):
Time Kernel Commit Syzkaller Config Log Report Syz repro C repro VM info Assets (help?) Manager Title
2018/04/13 01:57 https://github.com/google/kmsan.git master 35ff515e4bda eb2295de .config console log report syz C ci-upstream-kmsan-gce
2018/04/22 12:24 https://github.com/google/kmsan.git master a7f95e9c8a95 d23fcf6c .config console log report ci-upstream-kmsan-gce
2018/04/22 09:02 https://github.com/google/kmsan.git master a7f95e9c8a95 d23fcf6c .config console log report ci-upstream-kmsan-gce
2018/04/22 01:14 https://github.com/google/kmsan.git master a7f95e9c8a95 d23fcf6c .config console log report ci-upstream-kmsan-gce
2018/04/21 19:52 https://github.com/google/kmsan.git master a7f95e9c8a95 d23fcf6c .config console log report ci-upstream-kmsan-gce
2018/04/21 18:15 https://github.com/google/kmsan.git master a7f95e9c8a95 d23fcf6c .config console log report ci-upstream-kmsan-gce
2018/04/21 15:33 https://github.com/google/kmsan.git master a7f95e9c8a95 d23fcf6c .config console log report ci-upstream-kmsan-gce
2018/04/13 01:34 https://github.com/google/kmsan.git master 35ff515e4bda eb2295de .config console log report ci-upstream-kmsan-gce
2018/04/07 08:36 https://github.com/google/kmsan.git master e2ab7e8abba4 d613535f .config console log report ci-upstream-kmsan-gce
2018/04/07 07:31 https://github.com/google/kmsan.git master e2ab7e8abba4 d613535f .config console log report ci-upstream-kmsan-gce
2018/04/07 06:16 https://github.com/google/kmsan.git master e2ab7e8abba4 d613535f .config console log report ci-upstream-kmsan-gce
* Struck through repros no longer work on HEAD.