Hi all, Changes since 20101130: New tree: ux500-core The rmobile tree gained a conflict against the arm tree. The v4l-dvb tree still has its build failure for which I applied a patch. The sound-asoc tree gained a build failure so I used the version form next-20101130. The tip tree still has its build failures so I have reverted 3 commits. ---------------------------------------------------------------------------- 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 181 trees (counting Linus' and 26 trees of patches pending for Linus' tree), more are welcome (even if they are currently empty). Thanks to those who have contributed, and to those who haven't, please do. Status of my local build tests will be at http://kisskb.ellerman.id.au/linux-next . If maintainers want to give advice about cross compilers/configs that work, we are always open to add more builds. Thanks to Randy Dunlap for doing many randconfig ...
Ave
I remember, I reported something similar a week or two ago
GEN /home/test/linux-2.6-obj/Makefile
scripts/kconfig/conf --silentoldconfig Kconfig
.config:167:warning: override: SLOB changes choice state
warning: (IA32_EMULATION && X86_64) selects COMPAT_BINFMT_ELF which
has unmet direct dependencies (COMPAT && BINFMT_ELF)
warning: (MTD_NAND && MTD || MTD_DOC2000 && MTD || MTD_DOC2001 && MTD
|| MTD_DOC2001PLUS && MTD) selects MTD_NAND_IDS which has unmet direct
dependencies (MTD
warning: (CRYPTO_LRW && CRYPTO && EXPERIMENTAL || CRYPTO_XTS && CRYPTO
&& EXPERIMENTAL || CRYPTO_GHASH && CRYPTO) selects CRYPTO_GF128MUL
which has unmet dire
*
* Restart config...
*
*
* Kernel hacking
*
Enable __deprecated logic (ENABLE_WARN_DEPRECATED) [Y/n/?] y
Enable __must_check logic (ENABLE_MUST_CHECK) [N/y/?] n
Warn for stack frames larger than (needs gcc 4.4) (FRAME_WARN) [2048] 2048
Magic SysRq key (MAGIC_SYSRQ) [N/y/?] n
Strip assembler-generated symbols during link (STRIP_ASM_SYMS) [N/y/?] n
Enable unused/obsolete exported symbols (UNUSED_SYMBOLS) [Y/n/?] y
Debug Filesystem (DEBUG_FS) [Y/?] y
Run 'make headers_check' when building vmlinux (HEADERS_CHECK) [N/y/?] n
Kernel debugging (DEBUG_KERNEL) [Y/n/?] y
Debug shared IRQ handlers (DEBUG_SHIRQ) [N/y/?] n
Detect Hard and Soft Lockups (LOCKUP_DETECTOR) [Y/n/?] y
Panic (Reboot) On Soft Lockups (BOOTPARAM_SOFTLOCKUP_PANIC) [Y/n/?] y
Detect Hung Tasks (DETECT_HUNG_TASK) [N/y/?] n
Debug object operations (DEBUG_OBJECTS) [N/y/?] n
RT Mutex debugging, deadlock detection (DEBUG_RT_MUTEXES) [Y/n/?] y
Built-in scriptable tester for rt-mutexes (RT_MUTEX_TESTER) [Y/n/?] y
Spinlock and rw-lock debugging: basic checks (DEBUG_SPINLOCK) [Y/?] y
Mutex debugging: basic checks (DEBUG_MUTEXES) [Y/?] y
Lock debugging: detect incorrect freeing of live locks
(DEBUG_LOCK_ALLOC) [Y/?] y
Lock debugging: prove locking correctness (PROVE_LOCKING) [Y/n/?] y
RCU debugging: prove RCU correctness (PROVE_RCU) [Y/n/?] y
RCU debugging: don't ...This is a problem. Any idea how you achieved this? # CONFIG_SLAB is not set CONFIG_SLUB=y CONFIG_SLOB=y These are part of a choice and should be mutually exclusive. --- ~Randy *** Remember to use Documentation/SubmitChecklist when testing your code *** --
Believe if I say that it was generated by make randconfig? Or this is so amazing that you would not believe? :) This build was done (as always) by my build script - the same that I send you once. It's simple: make mrproper make O=../dir mrproper and in loop: make randconfig make -- Slawa! Zimny "Spie dziadu!" Lech z Wawelu That is not dead which can eternal lie. And with strange aeons even death may die. --
Yeah, that's what I expected. kconfig people: Is there some way that 'make randconfig' could generate this? # CONFIG_SLAB is not set CONFIG_SLUB=y -- ~Randy *** Remember to use Documentation/SubmitChecklist when testing your code *** --
From: Randy Dunlap <randy.dunlap@oracle.com> Fix lots of errors like: drivers/staging/brcm80211/phy/wlc_phy_n.c:17613: error: implicit declaration of function 'mdelay' drivers/staging/brcm80211/util/nicpci.c:246: error: implicit declaration of function 'udelay' Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> Cc: Brett Rudley <brudley@broadcom.com> Cc: Henry Ptasinski <henryp@broadcom.com> Cc: Dowan Kim <dowan@broadcom.com> Cc: Roland Vossen <rvossen@broadcom.com> Cc: Arend van Spriel <arend@broadcom.com> --- drivers/staging/brcm80211/phy/wlc_phy_cmn.c | 1 + drivers/staging/brcm80211/phy/wlc_phy_lcn.c | 1 + drivers/staging/brcm80211/phy/wlc_phy_n.c | 1 + drivers/staging/brcm80211/util/aiutils.c | 1 + drivers/staging/brcm80211/util/bcmotp.c | 1 + drivers/staging/brcm80211/util/hndpmu.c | 1 + drivers/staging/brcm80211/util/nicpci.c | 1 + drivers/staging/brcm80211/util/siutils.c | 1 + 8 files changed, 8 insertions(+) --- linux-next-20101201.orig/drivers/staging/brcm80211/phy/wlc_phy_n.c +++ linux-next-20101201/drivers/staging/brcm80211/phy/wlc_phy_n.c @@ -18,6 +18,7 @@ #include <linux/string.h> #include <bcmdefs.h> #include <wlc_cfg.h> +#include <linux/delay.h> #include <linux/pci.h> #include <osl.h> #include <siutils.h> --- linux-next-20101201.orig/drivers/staging/brcm80211/util/nicpci.c +++ linux-next-20101201/drivers/staging/brcm80211/util/nicpci.c @@ -14,6 +14,7 @@ * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#include <linux/delay.h> #include <linux/string.h> #include <linux/pci.h> #include <bcmdefs.h> --- linux-next-20101201.orig/drivers/staging/brcm80211/util/siutils.c +++ linux-next-20101201/drivers/staging/brcm80211/util/siutils.c @@ -14,6 +14,7 @@ * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#include <linux/delay.h> #include <linux/kernel.h> #include <linux/string.h> #include <bcmdefs.h> --- ...
