Prev: [PATCH] Allow empty e820 map if EFI map will be provided later.
Next: [PATCH] drivers/staging/batman-adv: Convert MAC_FMT to %pM
From: Randy Dunlap on 2 Jun 2010 13:10 On Wed, 2 Jun 2010 15:14:39 +1000 Stephen Rothwell wrote: > Hi all, > > Changes since 20100601: randconfig build ends with: ERROR: "mite_list_devices" [drivers/staging/comedi/drivers/ni_labpc.ko] undefined! ERROR: "mite_unsetup" [drivers/staging/comedi/drivers/ni_labpc.ko] undefined! ERROR: "mite_setup" [drivers/staging/comedi/drivers/ni_labpc.ko] undefined! ERROR: "mite_devices" [drivers/staging/comedi/drivers/ni_labpc.ko] undefined! config is attached. --- ~Randy *** Remember to use Documentation/SubmitChecklist when testing your code ***
From: Borislav Petkov on 3 Jun 2010 05:20 From: Randy Dunlap <randy.dunlap(a)oracle.com> Date: Wed, Jun 02, 2010 at 10:07:35AM -0700 > On Wed, 2 Jun 2010 15:14:39 +1000 Stephen Rothwell wrote: > > > Hi all, > > > > Changes since 20100601: > > > randconfig build ends with: > > ERROR: "mite_list_devices" [drivers/staging/comedi/drivers/ni_labpc.ko] undefined! > ERROR: "mite_unsetup" [drivers/staging/comedi/drivers/ni_labpc.ko] undefined! > ERROR: "mite_setup" [drivers/staging/comedi/drivers/ni_labpc.ko] undefined! > ERROR: "mite_devices" [drivers/staging/comedi/drivers/ni_labpc.ko] undefined! I get a different set of errors with 2.6.35-rc1: ERROR: "cfc_write_array_to_buffer" [drivers/staging/comedi/drivers/usbduxfast.ko] undefined! ERROR: "subdev_8255_cleanup" [drivers/staging/comedi/drivers/das08.ko] undefined! ERROR: "subdev_8255_init" [drivers/staging/comedi/drivers/das08.ko] undefined! ERROR: "cfc_write_array_to_buffer" [drivers/staging/comedi/drivers/comedi_test.ko] undefined! Randconfig attached. -- Regards/Gruss, Boris. Operating Systems Research Center Advanced Micro Devices, Inc.
From: Alexander Kurz on 5 Jun 2010 13:00 Hi, could you please repeat the test on 2.6.35-rc1-git3 or later On Thu, 3 Jun 2010, Borislav Petkov wrote: > I get a different set of errors with 2.6.35-rc1: > > ERROR: "cfc_write_array_to_buffer" [drivers/staging/comedi/drivers/usbduxfast.ko] undefined! > ERROR: "cfc_write_array_to_buffer" [drivers/staging/comedi/drivers/comedi_test.ko] undefined! was caused by > CONFIG_COMEDI_FC=y and is fixed in 824196248c1f28aa7d151fd5b11d76182c751f19 by adding COMEDI_FC depends on COMEDI. CONFIG_COMEDI_FC=m would be correct. > ERROR: "subdev_8255_cleanup" [drivers/staging/comedi/drivers/das08.ko] undefined! > ERROR: "subdev_8255_init" [drivers/staging/comedi/drivers/das08.ko] undefined! CONFIG_COMEDI_8255=m should have been set. this should be as well fixed in 824196248c1f28aa7d151fd5b11d76182c751f19 by pulling das08 out of the ISA group. thanks, Alexander -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Borislav Petkov on 9 Jun 2010 06:00
From: Alexander Kurz <linux(a)blala.de> Date: Sat, Jun 05, 2010 at 08:50:57PM +0400 > Hi, > could you please repeat the test on 2.6.35-rc1-git3 or later > > On Thu, 3 Jun 2010, Borislav Petkov wrote: > > I get a different set of errors with 2.6.35-rc1: > > > > ERROR: "cfc_write_array_to_buffer" [drivers/staging/comedi/drivers/usbduxfast.ko] undefined! > > ERROR: "cfc_write_array_to_buffer" [drivers/staging/comedi/drivers/comedi_test.ko] undefined! > was caused by > > CONFIG_COMEDI_FC=y > and is fixed in 824196248c1f28aa7d151fd5b11d76182c751f19 > by adding COMEDI_FC depends on COMEDI. > CONFIG_COMEDI_FC=m would be correct. > > > ERROR: "subdev_8255_cleanup" [drivers/staging/comedi/drivers/das08.ko] undefined! > > ERROR: "subdev_8255_init" [drivers/staging/comedi/drivers/das08.ko] undefined! > CONFIG_COMEDI_8255=m should have been set. > this should be as well fixed in 824196248c1f28aa7d151fd5b11d76182c751f19 > by pulling das08 out of the ISA group. sorry, but I'm away from my testing machines right now and won't be able to do it until next week. But you could do it yourself in the meantime using the randconfig I had attached to the previous message. Thanks. -- Regards/Gruss, Boris. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |