Hi all,
Changes since 20100601:
My fixes tree contains:
v4l-dvb: update gfp/slab.h includes
arm: update gfp/slab.h includes
davinci: update gfp/slab.h includes
ocfs2: update gfp/slab.h includes
acpi: update gfp/slab.h includes
The sh tree still has its build failure, so I used the version from
next-20100531.
The sound tree lost its build failure.
The rr tree lost its build failure, but gained another, so I used the
version from next-20100531.
The block tree lost its conflict.
The drbd tree lost its conflict, but gained another against the block
tree.
The hwpoison tree lost its build failure.
----------------------------------------------------------------------------
I have created today's linux-next tree at
git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
(patches at http://www.kernel.org/pub/linux/kernel/v2.6/next/ ). If you
are tracking the linux-next tree using git, you should not use "git pull"
to do so as that will try to merge the new linux-next release with the
old one. You should use "git fetch" as mentioned in the FAQ on the wiki
(see below).
You can see which trees have been included by looking in the Next/Trees
file in the source. There are also quilt-import.log and merge.log files
in the Next directory. Between each merge, the tree was built with
a ppc64_defconfig for powerpc and an allmodconfig for x86_64. After the
final fixups (if any), it is also built with powerpc allnoconfig (32 and
64 bit), ppc44x_defconfig and allyesconfig (minus
CONFIG_PROFILE_ALL_BRANCHES - this fails its final link) and i386, sparc
and sparc64 defconfig. These builds also have
CONFIG_ENABLE_WARN_DEPRECATED, CONFIG_ENABLE_MUST_CHECK and
CONFIG_DEBUG_INFO disabled when necessary.
Below is a summary of the state of the merge.
We are up to 163 trees (counting Linus' and 22 trees of patches pending
for Linus' tree), more are welcome (even if they are currently empty).
Thanks to those who have contributed, and ...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: Randy Dunlap <randy.dunlap@oracle.com> 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.
Hi, could you please repeat the test on 2.6.35-rc1-git3 or later and is fixed in 824196248c1f28aa7d151fd5b11d76182c751f19 by adding COMEDI_FC depends on COMEDI. 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 --
From: Alexander Kurz <linux@blala.de> 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. --
Hi, the dependancy of ni_labpc on mite was missing, it will be fixed with this patch thanks for the report, Alexander From d310498ef2a61057c3f28b10bb417238f33e8265 Mon Sep 17 00:00:00 2001 From: Alexander Kurz <linux@kbdbabel.org> Date: Thu, 3 Jun 2010 12:00:37 +0200 Subject: [PATCH] staging/comedi: fixing ni_labpc to mite dependancy Signed-off-by: Alexander Kurz <linux@kbdbabel.org> --- drivers/staging/comedi/Kconfig | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/staging/comedi/Kconfig b/drivers/staging/comedi/Kconfig index 0aa2b0d..79f5f2e 100644 --- a/drivers/staging/comedi/Kconfig +++ b/drivers/staging/comedi/Kconfig @@ -1272,6 +1272,7 @@ config COMEDI_NI_TIO config COMEDI_NI_LABPC tristate "NI Lab-PC and compatibles ISA and PCI support" + depends on COMEDI_MITE select COMEDI_8255 select COMEDI_FC default N -- 1.7.1 --
Acked-by: Randy Dunlap <randy.dunlap@oracle.com> thanks. -- ~Randy *** Remember to use Documentation/SubmitChecklist when testing your code *** --
