public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
[parent not found: <Zkm6qnUh6Xe2gv6-@zeus>]
[parent not found: <ZkmfWXLoU21OdLcw@zeus>]
[parent not found: <ZkmH5ZWG2Zq7rTGc@zeus>]
[parent not found: <ZjxMF3ra7joqiJY2@zeus>]
[parent not found: <ZjweBJTpThEQSw4u@zeus>]
[parent not found: <ZjwdgZftuDnkXa9Y@zeus>]
[parent not found: <ZjuVaxrV8P7pUpva@zeus>]
[parent not found: <ZjuXMtWceCuembsw@zeus>]
[parent not found: <ZjKDQp4mfBSYpfFj@zeus>]
[parent not found: <ZinGFTKFFK1f3fvl@zeus>]
[parent not found: <ZhAd06NiYTRbsnWv@zeus>]
[parent not found: <ZhAc4cxnkBm003Kf@zeus>]
[parent not found: <ZhAYgzZva7_u08lT@zeus>]
[parent not found: <Zg-kEEJq2P4ic_LN@zeus>]
* [syzbot] [net?] [nfc?] KMSAN: uninit-value in nci_rx_work
@ 2024-01-01 13:38 syzbot
  0 siblings, 0 replies; 16+ messages in thread
From: syzbot @ 2024-01-01 13:38 UTC (permalink / raw)
  To: davem, edumazet, krzysztof.kozlowski, kuba, linux-kernel, netdev,
	pabeni, syzkaller-bugs

Hello,

syzbot found the following issue on:

HEAD commit:    861deac3b092 Linux 6.7-rc7
git tree:       upstream
console+strace: https://syzkaller.appspot.com/x/log.txt?x=136a5231e80000
kernel config:  https://syzkaller.appspot.com/x/.config?x=e0c7078a6b901aa3
dashboard link: https://syzkaller.appspot.com/bug?extid=d7b4dc6cd50410152534
compiler:       Debian clang version 15.0.6, GNU ld (GNU Binutils for Debian) 2.40
syz repro:      https://syzkaller.appspot.com/x/repro.syz?x=111729e9e80000
C reproducer:   https://syzkaller.appspot.com/x/repro.c?x=1018379ee80000

Downloadable assets:
disk image: https://storage.googleapis.com/syzbot-assets/0ea60ee8ed32/disk-861deac3.raw.xz
vmlinux: https://storage.googleapis.com/syzbot-assets/6d69fdc33021/vmlinux-861deac3.xz
kernel image: https://storage.googleapis.com/syzbot-assets/f0158750d452/bzImage-861deac3.xz

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

=====================================================
BUG: KMSAN: uninit-value in nci_rx_work+0x2e6/0x500 net/nfc/nci/core.c:1516
 nci_rx_work+0x2e6/0x500 net/nfc/nci/core.c:1516
 process_one_work kernel/workqueue.c:2627 [inline]
 process_scheduled_works+0x104e/0x1e70 kernel/workqueue.c:2700
 worker_thread+0xf45/0x1490 kernel/workqueue.c:2781
 kthread+0x3ed/0x540 kernel/kthread.c:388
 ret_from_fork+0x66/0x80 arch/x86/kernel/process.c:147
 ret_from_fork_asm+0x11/0x20 arch/x86/entry/entry_64.S:242

Uninit was created at:
 slab_post_alloc_hook+0x129/0xa70 mm/slab.h:768
 slab_alloc_node mm/slub.c:3478 [inline]
 kmem_cache_alloc_node+0x5e9/0xb10 mm/slub.c:3523
 kmalloc_reserve+0x13d/0x4a0 net/core/skbuff.c:560
 __alloc_skb+0x318/0x740 net/core/skbuff.c:651
 alloc_skb include/linux/skbuff.h:1286 [inline]
 virtual_ncidev_write+0x6d/0x280 drivers/nfc/virtual_ncidev.c:120
 vfs_write+0x561/0x1490 fs/read_write.c:582
 ksys_write+0x20f/0x4c0 fs/read_write.c:637
 __do_sys_write fs/read_write.c:649 [inline]
 __se_sys_write fs/read_write.c:646 [inline]
 __x64_sys_write+0x93/0xd0 fs/read_write.c:646
 do_syscall_x64 arch/x86/entry/common.c:52 [inline]
 do_syscall_64+0x44/0x110 arch/x86/entry/common.c:83
 entry_SYSCALL_64_after_hwframe+0x63/0x6b

CPU: 0 PID: 743 Comm: kworker/u4:5 Not tainted 6.7.0-rc7-syzkaller #0
Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 11/17/2023
Workqueue: nfc2_nci_rx_wq nci_rx_work
=====================================================


---
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 syzkaller@googlegroups.com.

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

If the report is already addressed, let syzbot know by replying with:
#syz fix: exact-commit-title

If you want syzbot to run the reproducer, reply with:
#syz test: git://repo/address.git branch-or-commit-hash
If you attach or paste a git patch, syzbot will apply it before testing.

If you want to overwrite report's subsystems, reply with:
#syz set subsystems: new-subsystem
(See the list of subsystem names on the web dashboard)

If the report is a duplicate of another one, reply with:
#syz dup: exact-subject-of-another-report

If you want to undo deduplication, reply with:
#syz undup

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2024-05-19  9:11 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <ZjMkFLuOdNVQVCl6@zeus>
2024-05-02  6:04 ` [syzbot] [net?] [nfc?] KMSAN: uninit-value in nci_rx_work syzbot
     [not found] <Zkm6qnUh6Xe2gv6-@zeus>
2024-05-19  9:11 ` syzbot
     [not found] <ZkmfWXLoU21OdLcw@zeus>
2024-05-19  7:06 ` syzbot
     [not found] <ZkmH5ZWG2Zq7rTGc@zeus>
2024-05-19  6:17 ` syzbot
     [not found] <ZjxMF3ra7joqiJY2@zeus>
2024-05-09  4:38 ` syzbot
     [not found] <ZjweBJTpThEQSw4u@zeus>
2024-05-09  1:45 ` syzbot
     [not found] <ZjwdgZftuDnkXa9Y@zeus>
2024-05-09  1:17 ` syzbot
     [not found] <ZjuVaxrV8P7pUpva@zeus>
2024-05-08 21:51 ` syzbot
     [not found] <ZjuXMtWceCuembsw@zeus>
2024-05-08 21:51 ` syzbot
     [not found] <ZjKDQp4mfBSYpfFj@zeus>
2024-05-01 18:36 ` syzbot
     [not found] <ZinGFTKFFK1f3fvl@zeus>
2024-04-25  5:30 ` syzbot
     [not found] <ZhAd06NiYTRbsnWv@zeus>
2024-04-06 14:50 ` syzbot
     [not found] <ZhAc4cxnkBm003Kf@zeus>
2024-04-06 14:35 ` syzbot
     [not found] <ZhAYgzZva7_u08lT@zeus>
2024-04-06 14:09 ` syzbot
     [not found] <Zg-kEEJq2P4ic_LN@zeus>
2024-04-05 15:27 ` syzbot
2024-01-01 13:38 syzbot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox