* [syzbot] KMSAN: uninit-value in asix_check_host_enable
@ 2022-02-23 9:30 syzbot
2022-02-23 11:01 ` Pavel Skripkin
0 siblings, 1 reply; 3+ messages in thread
From: syzbot @ 2022-02-23 9:30 UTC (permalink / raw)
To: andrew, davem, glider, kuba, linux-kernel, linux-usb, linux,
netdev, paskripkin, syzkaller-bugs
Hello,
syzbot found the following issue on:
HEAD commit: 724946410067 x86: kmsan: enable KMSAN builds for x86
git tree: https://github.com/google/kmsan.git master
console output: https://syzkaller.appspot.com/x/log.txt?x=11c85246700000
kernel config: https://syzkaller.appspot.com/x/.config?x=76f99026248b24e4
dashboard link: https://syzkaller.appspot.com/bug?extid=8f5f07bb9d6935e2f8d9
compiler: clang version 14.0.0 (/usr/local/google/src/llvm-git-monorepo 2b554920f11c8b763cd9ed9003f4e19b919b8e1f), GNU ld (GNU Binutils for Debian) 2.35.2
syz repro: https://syzkaller.appspot.com/x/repro.syz?x=11674fe2700000
C reproducer: https://syzkaller.appspot.com/x/repro.c?x=1497324c700000
IMPORTANT: if you fix the issue, please add the following tag to the commit:
Reported-by: syzbot+8f5f07bb9d6935e2f8d9@syzkaller.appspotmail.com
asix 1-1:0.0 (unnamed net_device) (uninitialized): Failed to write reg index 0x0000: -71
asix 1-1:0.0 (unnamed net_device) (uninitialized): Failed to enable software MII access
asix 1-1:0.0 (unnamed net_device) (uninitialized): Failed to read reg index 0x0000: -71
=====================================================
BUG: KMSAN: uninit-value in asix_check_host_enable+0x289/0x330 drivers/net/usb/asix_common.c:84
asix_check_host_enable+0x289/0x330 drivers/net/usb/asix_common.c:84
__asix_mdio_write+0x10d/0x5c0 drivers/net/usb/asix_common.c:532
asix_mdio_write+0xad/0xc0 drivers/net/usb/asix_common.c:550
asix_phy_reset+0xd5/0x2e0 drivers/net/usb/asix_devices.c:208
ax88172_bind+0x738/0x9d0 drivers/net/usb/asix_devices.c:275
usbnet_probe+0x1251/0x4160 drivers/net/usb/usbnet.c:1747
usb_probe_interface+0xf19/0x1600 drivers/usb/core/driver.c:396
really_probe+0x653/0x14b0 drivers/base/dd.c:596
__driver_probe_device+0x3e9/0x530 drivers/base/dd.c:752
driver_probe_device drivers/base/dd.c:782 [inline]
__device_attach_driver+0x79f/0x1120 drivers/base/dd.c:899
bus_for_each_drv+0x2d6/0x3f0 drivers/base/bus.c:427
__device_attach+0x593/0x8e0 drivers/base/dd.c:970
device_initial_probe+0x4a/0x60 drivers/base/dd.c:1017
bus_probe_device+0x17b/0x3e0 drivers/base/bus.c:487
device_add+0x1fff/0x26e0 drivers/base/core.c:3405
usb_set_configuration+0x37e9/0x3ed0 drivers/usb/core/message.c:2170
usb_generic_driver_probe+0x13c/0x300 drivers/usb/core/generic.c:238
usb_probe_device+0x309/0x570 drivers/usb/core/driver.c:293
really_probe+0x653/0x14b0 drivers/base/dd.c:596
__driver_probe_device+0x3e9/0x530 drivers/base/dd.c:752
driver_probe_device drivers/base/dd.c:782 [inline]
__device_attach_driver+0x79f/0x1120 drivers/base/dd.c:899
bus_for_each_drv+0x2d6/0x3f0 drivers/base/bus.c:427
__device_attach+0x593/0x8e0 drivers/base/dd.c:970
device_initial_probe+0x4a/0x60 drivers/base/dd.c:1017
bus_probe_device+0x17b/0x3e0 drivers/base/bus.c:487
device_add+0x1fff/0x26e0 drivers/base/core.c:3405
usb_new_device+0x1b8e/0x2950 drivers/usb/core/hub.c:2566
hub_port_connect drivers/usb/core/hub.c:5358 [inline]
hub_port_connect_change drivers/usb/core/hub.c:5502 [inline]
port_event drivers/usb/core/hub.c:5660 [inline]
hub_event+0x58e3/0x89e0 drivers/usb/core/hub.c:5742
process_one_work+0xdb6/0x1820 kernel/workqueue.c:2307
worker_thread+0x10b3/0x21e0 kernel/workqueue.c:2454
kthread+0x3c7/0x500 kernel/kthread.c:377
ret_from_fork+0x1f/0x30
Local variable smsr created at:
asix_check_host_enable+0x66/0x330
__asix_mdio_write+0x10d/0x5c0 drivers/net/usb/asix_common.c:532
CPU: 1 PID: 34 Comm: kworker/1:1 Not tainted 5.17.0-rc4-syzkaller #0
Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 01/01/2011
Workqueue: usb_hub_wq hub_event
=====================================================
---
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.
syzbot can test patches for this issue, for details see:
https://goo.gl/tpsmEJ#testing-patches
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [syzbot] KMSAN: uninit-value in asix_check_host_enable
2022-02-23 9:30 [syzbot] KMSAN: uninit-value in asix_check_host_enable syzbot
@ 2022-02-23 11:01 ` Pavel Skripkin
2022-03-07 9:05 ` Dmitry Vyukov
0 siblings, 1 reply; 3+ messages in thread
From: Pavel Skripkin @ 2022-02-23 11:01 UTC (permalink / raw)
To: syzbot, andrew, davem, glider, kuba, linux-kernel, linux-usb,
linux, netdev, syzkaller-bugs
On 2/23/22 12:30, syzbot wrote:
> Hello,
>
> syzbot found the following issue on:
>
> HEAD commit: 724946410067 x86: kmsan: enable KMSAN builds for x86
> git tree: https://github.com/google/kmsan.git master
> console output: https://syzkaller.appspot.com/x/log.txt?x=11c85246700000
> kernel config: https://syzkaller.appspot.com/x/.config?x=76f99026248b24e4
> dashboard link: https://syzkaller.appspot.com/bug?extid=8f5f07bb9d6935e2f8d9
> compiler: clang version 14.0.0 (/usr/local/google/src/llvm-git-monorepo 2b554920f11c8b763cd9ed9003f4e19b919b8e1f), GNU ld (GNU Binutils for Debian) 2.35.2
> syz repro: https://syzkaller.appspot.com/x/repro.syz?x=11674fe2700000
> C reproducer: https://syzkaller.appspot.com/x/repro.c?x=1497324c700000
>
> IMPORTANT: if you fix the issue, please add the following tag to the commit:
> Reported-by: syzbot+8f5f07bb9d6935e2f8d9@syzkaller.appspotmail.com
>
Should be fixed by [1], but it's only in next for now.
[1]
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=920a9fa27e7805499cfe78491b36fed2322c02ec
With regards,
Pavel Skripkin
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [syzbot] KMSAN: uninit-value in asix_check_host_enable
2022-02-23 11:01 ` Pavel Skripkin
@ 2022-03-07 9:05 ` Dmitry Vyukov
0 siblings, 0 replies; 3+ messages in thread
From: Dmitry Vyukov @ 2022-03-07 9:05 UTC (permalink / raw)
To: Pavel Skripkin
Cc: syzbot, andrew, davem, glider, kuba, linux-kernel, linux-usb,
linux, netdev, syzkaller-bugs
On Wed, 23 Feb 2022 at 12:01, Pavel Skripkin <paskripkin@gmail.com> wrote:
>
> On 2/23/22 12:30, syzbot wrote:
> > Hello,
> >
> > syzbot found the following issue on:
> >
> > HEAD commit: 724946410067 x86: kmsan: enable KMSAN builds for x86
> > git tree: https://github.com/google/kmsan.git master
> > console output: https://syzkaller.appspot.com/x/log.txt?x=11c85246700000
> > kernel config: https://syzkaller.appspot.com/x/.config?x=76f99026248b24e4
> > dashboard link: https://syzkaller.appspot.com/bug?extid=8f5f07bb9d6935e2f8d9
> > compiler: clang version 14.0.0 (/usr/local/google/src/llvm-git-monorepo 2b554920f11c8b763cd9ed9003f4e19b919b8e1f), GNU ld (GNU Binutils for Debian) 2.35.2
> > syz repro: https://syzkaller.appspot.com/x/repro.syz?x=11674fe2700000
> > C reproducer: https://syzkaller.appspot.com/x/repro.c?x=1497324c700000
> >
> > IMPORTANT: if you fix the issue, please add the following tag to the commit:
> > Reported-by: syzbot+8f5f07bb9d6935e2f8d9@syzkaller.appspotmail.com
> >
>
> Should be fixed by [1], but it's only in next for now.
>
> [1]
> https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=920a9fa27e7805499cfe78491b36fed2322c02ec
Let's tell syzbot so that it reports new bugs in future:
#syz fix: net: asix: add proper error handling of usb read errors
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-03-07 9:05 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-23 9:30 [syzbot] KMSAN: uninit-value in asix_check_host_enable syzbot
2022-02-23 11:01 ` Pavel Skripkin
2022-03-07 9:05 ` Dmitry Vyukov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).