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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 20 Aug 2012 17:23:02 -0300
From:	Mauro Carvalho Chehab <mchehab@...hat.com>
To:	Randy Dunlap <rdunlap@...otime.net>
CC:	Stephen Rothwell <sfr@...b.auug.org.au>,
	linux-next@...r.kernel.org, LKML <linux-kernel@...r.kernel.org>,
	linux-media <linux-media@...r.kernel.org>
Subject: Re: linux-next: Tree for Aug 20 (media: gspca)

Em 20-08-2012 12:42, Randy Dunlap escreveu:
> On 08/20/12 02:23, Stephen Rothwell wrote:
> 
>> Hi all,
>>
>> Changes since 20120817:
>>
> 
> 
> on x86_64:
> 
> gspca.c:(.text+0x22aa81): undefined reference to `usb_alloc_urb'
> gspca.c:(.text+0x22aaad): undefined reference to `usb_alloc_coherent'
> gspca.c:(.text+0x22ac38): undefined reference to `usb_submit_urb'
> gspca.c:(.text+0x22af0a): undefined reference to `usb_free_coherent'
> gspca.c:(.text+0x22af12): undefined reference to `usb_free_urb'
> gspca.c:(.text+0x22af6c): undefined reference to `usb_ifnum_to_if'
> gspca.c:(.text+0x22afef): undefined reference to `usb_kill_urb'
> gspca.c:(.text+0x22b00a): undefined reference to `usb_free_coherent'
> gspca.c:(.text+0x22b0f9): undefined reference to `usb_set_interface'
> gspca.c:(.text+0x22b539): undefined reference to `usb_ifnum_to_if'
> gspca.c:(.text+0x22b64e): undefined reference to `usb_set_interface'
> gspca.c:(.text+0x22b6af): undefined reference to `usb_clear_halt'
> 
> 
> when CONFIG_USB_SUPPORT is not enabled.
> 
> Full randconfig file is attached.

Randy,

Thanks for the report!

Not really sure why it failed here... I suspect it is because:

menu "Media USB Adapters"
       visible if USB && MEDIA_SUPPORT

doesn't do the same as:

menuconfig MEDIA_USB_SUPPORT
       bool "Media USB Adapters"
       depends on USB && MEDIA_SUPPORT

Anyway, there is one patch on my experimental tree changes from one
syntax into the other one:

http://git.linuxtv.org/mchehab/experimental.git/commitdiff/6dbbfefe6c101d617670c486b1aa665e09df5244

Testing your randconfig against my experimental tree, after the above
patch, fixed it.

As I'm waiting for some feedback on this (hopefully) final series
of reorg patches, I'll wait until tomorrow before merging it at
-next.

Thanks!
Mauro
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ