lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <3e56059c-e024-324f-f584-75a806d9b0e0@infradead.org>
Date:   Thu, 2 May 2019 08:17:57 -0700
From:   Randy Dunlap <rdunlap@...radead.org>
To:     Stephen Rothwell <sfr@...b.auug.org.au>,
        Linux Next Mailing List <linux-next@...r.kernel.org>
Cc:     Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
        USB list <linux-usb@...r.kernel.org>,
        Chunfeng Yun <chunfeng.yun@...iatek.com>,
        linux-mediatek@...ts.infradead.org
Subject: Re: linux-next: Tree for May 2 (drivers/usb/mtu3/mtu3_debugfs.o)

On 5/2/19 3:10 AM, Stephen Rothwell wrote:
> Hi all,
> 
> Changes since 20190501:
> 

on i386:

ld: drivers/usb/mtu3/mtu3_debugfs.o: in function `ssusb_debugfs_create_root':
mtu3_debugfs.c:(.text+0xba3): undefined reference to `usb_debug_root'

CONFIG_USB_SUPPORT=y
CONFIG_USB_COMMON=y
CONFIG_USB_ARCH_HAS_HCD=y
# CONFIG_USB is not set     <<<<< no host-side USB
# CONFIG_USB_PCI is not set
CONFIG_USB_MTU3=y
CONFIG_USB_MTU3_GADGET=y     <<<<< gadget-only mode
# CONFIG_USB_MTU3_DEBUG is not set
CONFIG_USB_MUSB_HDRC=m
CONFIG_USB_MUSB_GADGET=y

usb_debug_root is in drivers/usb/core/usb.c, which is only built
when CONFIG_USB is set/enabled.



Full randconfig file is attached.

-- 
~Randy

View attachment "config-r5097" of type "text/plain" (113579 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ