linux-next: build failure after merge of the final tree (akpm tree related)

2013-06-06 Thread Stephen Rothwell
Hi all, After merging the final tree, today's linux-next build (sparc32 defconfig) failed like this: mm/page_alloc.c: In function 'free_area_init_node': mm/page_alloc.c:4801:2: error: implicit declaration of function 'get_pfn_range_for_nid' [-Werror=implicit-function-declaration] Caused by comm

linux-next: build failure after merge of the final tree (akpm tree related)

2013-06-06 Thread Stephen Rothwell
Hi all, After merging the final tree, today's linux-next build (sparc32 defconfig) failed like this: In file included from arch/sparc/include/asm/pgtable.h:6:0, from include/linux/mm.h:50, from include/linux/memcontrol.h:27, from include/linux/sw

linux-next: build failure after merge of the final tree (akpm tree related)

2013-06-05 Thread Stephen Rothwell
Hi all, After merging the final tree, today's linux-next build (sparc64 defconfig) failed like this: drivers/rtc/class.c: In function 'rtc_init': drivers/rtc/class.c:339:18: error: lvalue required as unary '&' operand Caused by commit c5a32d622261 ("drivers/rtc/class: convert from Legacy pm ops

Re: linux-next: build failure after merge of the final tree (akpm tree related)

2013-03-06 Thread Andrew Morton
On Mon, 4 Mar 2013 14:10:51 +1100 Stephen Rothwell wrote: > Hi all, > > After merging the final tree, today's linux-next build (sparc64 defconfig) > failed like this: > > arch/sparc/built-in.o: In function `setup_arch': > (.init.text+0xc38): undefined reference to `early_console' > arch/sparc/

Re: linux-next: build failure after merge of the final tree (akpm tree related)

2013-03-04 Thread Jan Kara
On Mon 04-03-13 14:28:21, Stephen Rothwell wrote: > Hi all, > > After merging the final tree, today's linux-next build (arm defconfig) > failed like this: > > kernel/built-in.o: In function `console_unlock': > cpu_pm.c:(.text+0x4418): undefined reference to `__bad_udelay' > > Caused by commit 4d

linux-next: build failure after merge of the final tree (akpm tree related)

2013-03-03 Thread Stephen Rothwell
Hi all, After merging the final tree, today's linux-next build (arm defconfig) failed like this: kernel/built-in.o: In function `console_unlock': cpu_pm.c:(.text+0x4418): undefined reference to `__bad_udelay' Caused by commit 4df7323a125f ("printk: avoid softlockups in console_unlock()") which a

linux-next: build failure after merge of the final tree (akpm tree related)

2013-03-03 Thread Stephen Rothwell
Hi all, After merging the final tree, today's linux-next build (sparc64 defconfig) failed like this: arch/sparc/built-in.o: In function `setup_arch': (.init.text+0xc38): undefined reference to `early_console' arch/sparc/built-in.o: In function `setup_arch': (.init.text+0xc44): undefined reference

Re: linux-next: build failure after merge of the final tree (akpm tree related)

2013-01-24 Thread Stephen Rothwell
Hi, On Thu, 24 Jan 2013 18:30:40 +0800 Shaohua Li wrote: > > On Thu, Jan 24, 2013 at 04:54:48PM +1100, Stephen Rothwell wrote: > > > > After merging the final tree, today's linux-next build (sparc32 defconfig) > > failed like this: > > > > arch/sparc/mm/init_32.c: In function 'show_mem': > > ar

Re: linux-next: build failure after merge of the final tree (akpm tree related)

2013-01-24 Thread Shaohua Li
On Thu, Jan 24, 2013 at 04:54:48PM +1100, Stephen Rothwell wrote: > Hi all, > > After merging the final tree, today's linux-next build (sparc32 defconfig) > failed like this: > > arch/sparc/mm/init_32.c: In function 'show_mem': > arch/sparc/mm/init_32.c:60:23: error: invalid operands to binary <<

linux-next: build failure after merge of the final tree (akpm tree related)

2013-01-23 Thread Stephen Rothwell
Hi all, After merging the final tree, today's linux-next build (sparc32 defconfig) failed like this: arch/sparc/mm/init_32.c: In function 'show_mem': arch/sparc/mm/init_32.c:60:23: error: invalid operands to binary << (have 'atomic_long_t' and 'int') Caused by commit "swap: add per-partition lo

Re: linux-next: build failure after merge of the final tree (akpm tree related)

2013-01-20 Thread Tang Chen
Hi Stephen, On 01/21/2013 02:08 PM, Stephen Rothwell wrote: Hi all, After merging the final tree, today's linux-next build (arm defconfig) failed like this: mm/memblock.c: In function 'memblock_find_in_range_node': mm/memblock.c:104:2: error: invalid use of undefined type 'struct movablecore_

linux-next: build failure after merge of the final tree (akpm tree related)

2013-01-20 Thread Stephen Rothwell
Hi all, After merging the final tree, today's linux-next build (arm defconfig) failed like this: mm/memblock.c: In function 'memblock_find_in_range_node': mm/memblock.c:104:2: error: invalid use of undefined type 'struct movablecore_map' mm/memblock.c:123:4: error: invalid use of undefined type

Re: linux-next: build failure after merge of the final tree (akpm tree related)

2012-11-14 Thread David Miller
From: Andrew Morton Date: Wed, 14 Nov 2012 15:09:19 -0800 > I suspect that most people expect "color". And given that this > patchset removes COLOUR_ALIGN_DOWN (and should have removed > arch/sparc/kernel/sys_sparc_32.c:COLOR_ALIGN), we end up with That's fine. -- To unsubscribe from this list:

Re: linux-next: build failure after merge of the final tree (akpm tree related)

2012-11-14 Thread Andrew Morton
On Wed, 14 Nov 2012 17:30:59 -0500 (EST) David Miller wrote: > From: Andrew Morton > Date: Wed, 14 Nov 2012 14:18:47 -0800 > > > s/colour/color/ > > The whole file uses the COLOUR spelling in it's macros, for > consistency I see no reason not to use the same spelling > for local variables. >

Re: linux-next: build failure after merge of the final tree (akpm tree related)

2012-11-14 Thread David Miller
From: Andrew Morton Date: Wed, 14 Nov 2012 14:18:47 -0800 > s/colour/color/ The whole file uses the COLOUR spelling in it's macros, for consistency I see no reason not to use the same spelling for local variables. Else, fix the whole file instead of leaving an inconsistent mess around. -- To u

Re: linux-next: build failure after merge of the final tree (akpm tree related)

2012-11-14 Thread Andrew Morton
On Fri, 9 Nov 2012 15:09:57 +1100 Stephen Rothwell wrote: > Hi all, > > After merging the final tree, today's linux-next build (sparc64 defconfig) > failed like this: > > arch/sparc/kernel/sys_sparc_64.c: In function 'arch_get_unmapped_area': > arch/sparc/kernel/sys_sparc_64.c:92:16: error: unu

Re: linux-next: build failure after merge of the final tree (akpm tree related)

2012-11-11 Thread Stephen Rothwell
Hi Andrew, On Thu, 8 Nov 2012 20:01:54 -0800 Andrew Morton wrote: > > oop, I fixed that but forgot to commit the changes, sorry. > > s/mm/current->mm/ I have applied this to the akpm tree today: From: Stephen Rothwell Date: Mon, 12 Nov 2012 10:51:18 +1100 Subject: [PATCH] mm: fix for u

linux-next: build failure after merge of the final tree (akpm tree related)

2012-11-08 Thread Stephen Rothwell
Hi all, After merging the final tree, today's linux-next build (sparc32 defconfig) failed like this: arch/sparc/kernel/sys_sparc_32.c: In function 'arch_get_unmapped_area': arch/sparc/kernel/sys_sparc_32.c:41:26: error: unused variable 'vmm' [-Werror=unused-variable] Caused by commit "mm: use v

linux-next: build failure after merge of the final tree (akpm tree related)

2012-11-08 Thread Stephen Rothwell
Hi all, After merging the final tree, today's linux-next build (sparc64 defconfig) failed like this: arch/sparc/kernel/sys_sparc_64.c: In function 'arch_get_unmapped_area': arch/sparc/kernel/sys_sparc_64.c:92:16: error: unused variable 'start_addr' [-Werror=unused-variable] arch/sparc/kernel/sys

Re: linux-next: build failure after merge of the final tree (akpm tree related)

2012-11-08 Thread Andrew Morton
On Fri, 9 Nov 2012 14:58:32 +1100 Stephen Rothwell wrote: > Hi all, > > After merging the final tree, today's linux-next build (i386 defconfig) > failed like this: > > arch/x86/mm/hugetlbpage.c: In function 'hugetlb_get_unmapped_area_topdown': > arch/x86/mm/hugetlbpage.c:299:20: error: 'mm' un

linux-next: build failure after merge of the final tree (akpm tree related)

2012-11-08 Thread Stephen Rothwell
Hi all, After merging the final tree, today's linux-next build (i386 defconfig) failed like this: arch/x86/mm/hugetlbpage.c: In function 'hugetlb_get_unmapped_area_topdown': arch/x86/mm/hugetlbpage.c:299:20: error: 'mm' undeclared (first use in this function) arch/x86/mm/hugetlbpage.c:299:20: no

linux-next: build failure after merge of the final tree (akpm tree related)

2012-09-17 Thread Stephen Rothwell
Hi all, After merging the final tree, today's linux-next build (i386 defconfig) failed like this: drivers/rtc/class.c: In function 'rtc_init': drivers/rtc/class.c:261:23: error: 'rtc_suspend' undeclared (first use in this function) drivers/rtc/class.c:261:23: note: each undeclared identifier is

Re: linux-next: build failure after merge of the final tree (akpm tree related)

2012-09-13 Thread David Fries
On Thu, Sep 13, 2012 at 11:34:29PM +1000, Stephen Rothwell wrote: > Hi David, > > On Thu, 13 Sep 2012 08:24:08 -0500 David Fries wrote: > > > > On Thu, Sep 13, 2012 at 06:11:27PM +1000, Stephen Rothwell wrote: > > > Hi all, > > > > > > After merging the final tree, today's linux-next build (spar

Re: linux-next: build failure after merge of the final tree (akpm tree related)

2012-09-13 Thread Stephen Rothwell
Hi David, On Thu, 13 Sep 2012 08:24:08 -0500 David Fries wrote: > > On Thu, Sep 13, 2012 at 06:11:27PM +1000, Stephen Rothwell wrote: > > Hi all, > > > > After merging the final tree, today's linux-next build (sparc64 defconfig) > > failed like this: > > > > drivers/built-in.o: In function `rtc

Re: linux-next: build failure after merge of the final tree (akpm tree related)

2012-09-13 Thread David Fries
On Thu, Sep 13, 2012 at 06:11:27PM +1000, Stephen Rothwell wrote: > Hi all, > > After merging the final tree, today's linux-next build (sparc64 defconfig) > failed like this: > > drivers/built-in.o: In function `rtc_hctosys': > hctosys.c:(.init.text+0x4a98): undefined reference to `rtc_hctosys_re

Re: linux-next: build failure after merge of the final tree (akpm tree related)

2012-09-13 Thread Stephen Rothwell
Hi, On Thu, 13 Sep 2012 18:01:36 +0800 Shaohua Li wrote: > > Index: linux/arch/microblaze/include/asm/atomic.h > === > --- linux.orig/arch/microblaze/include/asm/atomic.h 2012-09-13 > 17:56:54.206807900 +0800 > +++ linux/arch/micr

Re: linux-next: build failure after merge of the final tree (akpm tree related)

2012-09-13 Thread Shaohua Li
On Thu, Sep 13, 2012 at 06:01:21PM +1000, Stephen Rothwell wrote: > Hi all, > > After merging the final tree, today's linux-next build (sparc64 defconfig) > failed like this: > > mm/internal.h: In function 'swap_cache_hit': > mm/internal.h:377:3: error: implicit declaration of function > 'atomic

linux-next: build failure after merge of the final tree (akpm tree related)

2012-09-13 Thread Stephen Rothwell
Hi all, After merging the final tree, today's linux-next build (sparc64 defconfig) failed like this: drivers/built-in.o: In function `rtc_hctosys': hctosys.c:(.init.text+0x4a98): undefined reference to `rtc_hctosys_ret' hctosys.c:(.init.text+0x4b54): undefined reference to `rtc_hctosys_ret' hctos

linux-next: build failure after merge of the final tree (akpm tree related)

2012-09-13 Thread Stephen Rothwell
Hi all, After merging the final tree, today's linux-next build (sparc64 defconfig) failed like this: mm/internal.h: In function 'swap_cache_hit': mm/internal.h:377:3: error: implicit declaration of function 'atomic_dec_if_positive' [-Werror=implicit-function-declaration] Caused by commit "swap: