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-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html