mm/sparse.c compile error ( Re: 2.6.23-rc1-mm1 )

2007-07-28 Thread Gabriel C
Hi, next randconfig error ( http://194.231.229.228/MM/randconfig-auto-87.mm_sparse.error ) ... mm/sparse.c: In function 'sparse_init': mm/sparse.c:482: error: implicit declaration of function 'sparse_early_usemap_alloc' mm/sparse.c:482: warning: assignment makes pointer from integer without

Re: NETPOLL=y , NETDEVICES=n compile error ( Re: 2.6.23-rc1-mm1 )

2007-07-28 Thread Andrew Morton
On Sat, 28 Jul 2007 17:44:45 +0200 Gabriel C [EMAIL PROTECTED] wrote: Hi, I got this compile error with a randconfig ( http://194.231.229.228/MM/randconfig-auto-82.broken.netpoll.c ). ... net/core/netpoll.c: In function 'netpoll_poll': net/core/netpoll.c:155: error: 'struct

Re: mm/sparse.c compile error ( Re: 2.6.23-rc1-mm1 )

2007-07-28 Thread Andrew Morton
-sparsemem-when-mem_section-is-not-a-power-of-2.patch That seems to have been fixed by one of the post-2.6.23-rc1-mm1 patches I merged, thanks. - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http

Re: NETPOLL=y , NETDEVICES=n compile error ( Re: 2.6.23-rc1-mm1 )

2007-07-28 Thread Gabriel C
Andrew Morton wrote: On Sat, 28 Jul 2007 17:44:45 +0200 Gabriel C [EMAIL PROTECTED] wrote: Hi, I got this compile error with a randconfig ( http://194.231.229.228/MM/randconfig-auto-82.broken.netpoll.c ). ... net/core/netpoll.c: In function 'netpoll_poll': net/core/netpoll.c:155:

2.6.23-rc1-mm1 + hotfixes -- Section mismatches

2007-07-27 Thread Miles Lane
MODPOST vmlinux.o WARNING: vmlinux.o(.text+0x183): Section mismatch: reference to .init.text.1:start_kernel (between 'is386' and 'check_x87') WARNING: vmlinux.o(.data+0x53c0): Section mismatch: reference to .init.text.4:native_smp_prepare_boot_cpu (between 'smp_ops' and 'call_lock') WARNING:

Re: 2.6.23-rc1-mm1 - seems OK on Dell Latitude D820, except for tpm_tis

2007-07-27 Thread Bjorn Helgaas
On Friday 27 July 2007 07:28:09 am [EMAIL PROTECTED] wrote: > Looks like the problematic code is in tpm_tis.c tpm_tis_init() near here: > > for (i = 3; i < 16 && chip->vendor.irq == 0; i++) { > iowrite8(i, chip->vendor.iobase + >

Re: 2.6.23-rc1-mm1 - seems OK on Dell Latitude D820, except for tpm_tis

2007-07-27 Thread Valdis . Kletnieks
On Fri, 27 Jul 2007 11:07:01 PDT, Andrew Morton said: > On Fri, 27 Jul 2007 09:28:09 -0400 > [EMAIL PROTECTED] wrote: > > And we have a winner. In my bisect 'hunt' file, I ended at: > > > > fs-use-kmem_cache_zalloc-instead.patch GOOD > > # remove-kconfig-setting-config_debug_shirq.patch: Ingo

Re: 2.6.23-rc1-mm1 - seems OK on Dell Latitude D820, except for tpm_tis

2007-07-27 Thread Andrew Morton
On Fri, 27 Jul 2007 09:28:09 -0400 [EMAIL PROTECTED] wrote: > On Fri, 27 Jul 2007 00:00:32 EDT, [EMAIL PROTECTED] said: > > > Apparently, things go pear-shaped in tis_tpm_send(), when they get to the > > 'if (chip->vendor.irq)' - under 22-rc6-mm1, we never got into this code, > > because earlier

Re: 2.6.23-rc1-mm1: reiser4 <-> lzo compile error

2007-07-27 Thread Richard Purdie
On Fri, 2007-07-27 at 16:35 +0400, Edward Shishkin wrote: > Sorry, guys, I am not happy with the modified LZO: > the compressor tries to test bytes which are out of bounds. > > The attached module testlzo.c causes an oops in the second pass: > AFAIK, both, @m and @m_pos should be in [wrkmem,

Re: 2.6.23-rc1-mm1 - seems OK on Dell Latitude D820, except for tpm_tis

2007-07-27 Thread Valdis . Kletnieks
On Fri, 27 Jul 2007 00:00:32 EDT, [EMAIL PROTECTED] said: > Apparently, things go pear-shaped in tis_tpm_send(), when they get to the > 'if (chip->vendor.irq)' - under 22-rc6-mm1, we never got into this code, > because earlier initialization complained it couldn't get IRQ8. Now, we > get IRQ3,

Re: 2.6.23-rc1-mm1: reiser4 <-> lzo compile error

2007-07-27 Thread Edward Shishkin
m and @m_pos should be in [wrkmem, wrkmem + 64K); I have attached trace.txt with their actual values. Not ready to migrate to this library. Any ideas? Thanks, Edward. P.S. kernel: 2.6.23-rc1-mm1 box: x86 #include #include #include #include #include MODULE_LICENSE("GPL"); MODULE_DES

Re: 2.6.23-rc1-mm1: reiser4 - lzo compile error

2007-07-27 Thread Edward Shishkin
be in [wrkmem, wrkmem + 64K); I have attached trace.txt with their actual values. Not ready to migrate to this library. Any ideas? Thanks, Edward. P.S. kernel: 2.6.23-rc1-mm1 box: x86 #include linux/module.h #include linux/kernel.h #include linux/init.h #include linux/lzo.h #include linux

Re: 2.6.23-rc1-mm1 - seems OK on Dell Latitude D820, except for tpm_tis

2007-07-27 Thread Valdis . Kletnieks
On Fri, 27 Jul 2007 00:00:32 EDT, [EMAIL PROTECTED] said: Apparently, things go pear-shaped in tis_tpm_send(), when they get to the 'if (chip-vendor.irq)' - under 22-rc6-mm1, we never got into this code, because earlier initialization complained it couldn't get IRQ8. Now, we get IRQ3, and

Re: 2.6.23-rc1-mm1: reiser4 - lzo compile error

2007-07-27 Thread Richard Purdie
On Fri, 2007-07-27 at 16:35 +0400, Edward Shishkin wrote: Sorry, guys, I am not happy with the modified LZO: the compressor tries to test bytes which are out of bounds. The attached module testlzo.c causes an oops in the second pass: AFAIK, both, @m and @m_pos should be in [wrkmem, wrkmem +

Re: 2.6.23-rc1-mm1 - seems OK on Dell Latitude D820, except for tpm_tis

2007-07-27 Thread Andrew Morton
On Fri, 27 Jul 2007 09:28:09 -0400 [EMAIL PROTECTED] wrote: On Fri, 27 Jul 2007 00:00:32 EDT, [EMAIL PROTECTED] said: Apparently, things go pear-shaped in tis_tpm_send(), when they get to the 'if (chip-vendor.irq)' - under 22-rc6-mm1, we never got into this code, because earlier

Re: 2.6.23-rc1-mm1 - seems OK on Dell Latitude D820, except for tpm_tis

2007-07-27 Thread Valdis . Kletnieks
On Fri, 27 Jul 2007 11:07:01 PDT, Andrew Morton said: On Fri, 27 Jul 2007 09:28:09 -0400 [EMAIL PROTECTED] wrote: And we have a winner. In my bisect 'hunt' file, I ended at: fs-use-kmem_cache_zalloc-instead.patch GOOD # remove-kconfig-setting-config_debug_shirq.patch: Ingo worried

Re: 2.6.23-rc1-mm1 - seems OK on Dell Latitude D820, except for tpm_tis

2007-07-27 Thread Bjorn Helgaas
On Friday 27 July 2007 07:28:09 am [EMAIL PROTECTED] wrote: Looks like the problematic code is in tpm_tis.c tpm_tis_init() near here: for (i = 3; i 16 chip-vendor.irq == 0; i++) { iowrite8(i, chip-vendor.iobase +

2.6.23-rc1-mm1 + hotfixes -- Section mismatches

2007-07-27 Thread Miles Lane
MODPOST vmlinux.o WARNING: vmlinux.o(.text+0x183): Section mismatch: reference to .init.text.1:start_kernel (between 'is386' and 'check_x87') WARNING: vmlinux.o(.data+0x53c0): Section mismatch: reference to .init.text.4:native_smp_prepare_boot_cpu (between 'smp_ops' and 'call_lock') WARNING:

Re: 2.6.23-rc1-mm1 - seems OK on Dell Latitude D820, except for tpm_tis

2007-07-26 Thread Valdis . Kletnieks
o track what it was doing, and got several tests in under 2.6.22-rc6-mm1 and 2.6.23-rc1-mm1. I've attached: debug.22-rc6-mm1 - things apparently working under the previous kernel. debug.rc1-a - this one complained but didn't time out for long times. I've only seen 23-rc1-mm

Re: 2.6.23-rc1-mm1

2007-07-26 Thread Dave Hansen
On Wed, 2007-07-25 at 17:07 -0700, Greg KH wrote: > > > > WARNING: Absolute relocations present > > > Offset Info Type Sym.Value Sym.Name > > > c0202e73 00703601 R_386_32 c03071bc _sdata > > > > > > $ grep c03071bc System.map > > > c03071bc R __tracedata_end > > > c03071bc A

Re: 2.6.23-rc1-mm1

2007-07-26 Thread Torsten Kaiser
NIT_LIST_HEAD(struct list_head *list) > > > 31 { > > > 32 list->next = list; > > > 33 list->prev = list; > > > 34 } > > > 35 > > > 36 /* > > > > > > Torsten > > >

Re: 2.6.23-rc1-mm1 -- mostly fails to build

2007-07-26 Thread Yinghai Lu
: BUG: unable to handle kernel NULL pointer dereference at virtual address printing eip: c111689f *pdpt = 01387001 *pde = Oops: [#1] SMP Modules linked in: CPU:0 EIP:0060:[]Not tainted VLI EFLAGS: 00010286 (2.6.23-rc1-mm1-gc8131905-dirty #25

Re: 2.6.23-rc1-mm1 sparsemem_vmemamp fix.

2007-07-26 Thread Andy Whitcroft
Andy Whitcroft wrote: > KAMEZAWA Hiroyuki wrote: >> Fix sparsemem_vmemmap init. sorry if known bug. >> >> This patch fixes page table handling in sparsemem_vmammap. >> >> Without this, part of vmem_map is not mapped because each section's start >> addr of >> mem_map is not aligned to PGD/PMD/PUD.

Re: 2.6.23-rc1-mm1 sparsemem_vmemamp fix.

2007-07-26 Thread Andy Whitcroft
achy. This seems like a clean way to fix the bug. Thanks for finding this. Acked-by: Andy Whitcroft <[EMAIL PROTECTED]> > > > > --- > mm/sparse.c | 24 +++++------- > 1 file changed, 13 insertions(+), 11 deletions(-) > > Index: devel-2.6.23-rc1-mm1/

Re: 2.6.23-rc1-mm1

2007-07-26 Thread Cedric Le Goater
Mel Gorman wrote: > On (25/07/07 19:26), Len Brown didst pronounce: >> On Wednesday 25 July 2007 14:58, Andrew Morton wrote: >>> On Wed, 25 Jul 2007 13:23:04 -0400 >>> Len Brown <[EMAIL PROTECTED]> wrote: >>> Andrew, you want to re-pull the acpi tree, or do you want me to send you some

Re: 2.6.23-rc1-mm1 sparsemem_vmemamp fix.

2007-07-26 Thread KAMEZAWA Hiroyuki
ed, 13 insertions(+), 11 deletions(-) Index: devel-2.6.23-rc1-mm1/mm/sparse.c === --- devel-2.6.23-rc1-mm1.orig/mm/sparse.c +++ devel-2.6.23-rc1-mm1/mm/sparse.c @@ -320,7 +320,7 @@ static int __meminit vmemmap_populate_pt {

Re: 2.6.23-rc1-mm1: SCSI_SRP_ATTRS compile error

2007-07-26 Thread FUJITA Tomonori
From: Adrian Bunk <[EMAIL PROTECTED]> Subject: 2.6.23-rc1-mm1: SCSI_SRP_ATTRS compile error Date: Wed, 25 Jul 2007 20:06:18 +0200 > On Wed, Jul 25, 2007 at 05:36:56PM +0100, Andy Whitcroft wrote: > > Of the machines we test releases on automatically this only compiles on >

Re: 2.6.23-rc1-mm1

2007-07-26 Thread Mel Gorman
On (25/07/07 19:26), Len Brown didst pronounce: > On Wednesday 25 July 2007 14:58, Andrew Morton wrote: > > On Wed, 25 Jul 2007 13:23:04 -0400 > > Len Brown <[EMAIL PROTECTED]> wrote: > > > > > Andrew, you want to re-pull the acpi tree, or do you want me to send > > > you some patches on top of

Re: 2.6.23-rc1-mm1

2007-07-26 Thread Andrew Morton
{ > > > 32 list->next = list; > > > 33 list->prev = list; > > > 34 } > > > 35 > > > 36 /* > > > > > > Torsten > > > > Quite a few people have been playing in that area. Can you

Re: 2.6.23-rc1-mm1

2007-07-26 Thread Andrew Morton
: 2.6.23-rc1-mm1 # Wed Jul 25 21:18:15 2007 It boots OK on my test box, bummer. Please test -mm2 and if it also fails, it'd be great if you could run through http://www.zip.com.au/~akpm/linux/patches/stuff/bisecting-mm-trees.txt - it doesn't take very long. Thanks. - To unsubscribe from this list: send

Re: 2.6.23-rc1-mm1

2007-07-26 Thread Mel Gorman
On (25/07/07 19:26), Len Brown didst pronounce: On Wednesday 25 July 2007 14:58, Andrew Morton wrote: On Wed, 25 Jul 2007 13:23:04 -0400 Len Brown [EMAIL PROTECTED] wrote: Andrew, you want to re-pull the acpi tree, or do you want me to send you some patches on top of the current mm?

Re: 2.6.23-rc1-mm1

2007-07-26 Thread Dave Hansen
On Wed, 2007-07-25 at 17:07 -0700, Greg KH wrote: WARNING: Absolute relocations present Offset Info Type Sym.Value Sym.Name c0202e73 00703601 R_386_32 c03071bc _sdata $ grep c03071bc System.map c03071bc R __tracedata_end c03071bc A _sdata Guessing is

Re: 2.6.23-rc1-mm1 -- mostly fails to build

2007-07-26 Thread Yinghai Lu
: unable to handle kernel NULL pointer dereference at virtual address printing eip: c111689f *pdpt = 01387001 *pde = Oops: [#1] SMP Modules linked in: CPU:0 EIP:0060:[c111689f]Not tainted VLI EFLAGS: 00010286 (2.6.23-rc1-mm1-gc8131905-dirty #251) EIP

Re: 2.6.23-rc1-mm1 sparsemem_vmemamp fix.

2007-07-26 Thread Andy Whitcroft
Andy Whitcroft wrote: KAMEZAWA Hiroyuki wrote: Fix sparsemem_vmemmap init. sorry if known bug. This patch fixes page table handling in sparsemem_vmammap. Without this, part of vmem_map is not mapped because each section's start addr of mem_map is not aligned to PGD/PMD/PUD. (In ia64,

Re: 2.6.23-rc1-mm1 sparsemem_vmemamp fix.

2007-07-26 Thread KAMEZAWA Hiroyuki
insertions(+), 11 deletions(-) Index: devel-2.6.23-rc1-mm1/mm/sparse.c === --- devel-2.6.23-rc1-mm1.orig/mm/sparse.c +++ devel-2.6.23-rc1-mm1/mm/sparse.c @@ -320,7 +320,7 @@ static int __meminit vmemmap_populate_pt { pte_t *pte

Re: 2.6.23-rc1-mm1: SCSI_SRP_ATTRS compile error

2007-07-26 Thread FUJITA Tomonori
From: Adrian Bunk [EMAIL PROTECTED] Subject: 2.6.23-rc1-mm1: SCSI_SRP_ATTRS compile error Date: Wed, 25 Jul 2007 20:06:18 +0200 On Wed, Jul 25, 2007 at 05:36:56PM +0100, Andy Whitcroft wrote: Of the machines we test releases on automatically this only compiles on NUMA-Q and does not boot

Re: 2.6.23-rc1-mm1

2007-07-26 Thread Torsten Kaiser
make config: don't edit # Linux kernel version: 2.6.23-rc1-mm1 # Wed Jul 25 21:18:15 2007 It boots OK on my test box, bummer. Please test -mm2 and if it also fails, I will test it... it'd be great if you could run through http://www.zip.com.au/~akpm/linux/patches/stuff/bisecting-mm-trees.txt

Re: 2.6.23-rc1-mm1

2007-07-26 Thread Cedric Le Goater
Mel Gorman wrote: On (25/07/07 19:26), Len Brown didst pronounce: On Wednesday 25 July 2007 14:58, Andrew Morton wrote: On Wed, 25 Jul 2007 13:23:04 -0400 Len Brown [EMAIL PROTECTED] wrote: Andrew, you want to re-pull the acpi tree, or do you want me to send you some patches on top of the

Re: 2.6.23-rc1-mm1 sparsemem_vmemamp fix.

2007-07-26 Thread Andy Whitcroft
Whitcroft [EMAIL PROTECTED] --- mm/sparse.c | 24 +--- 1 file changed, 13 insertions(+), 11 deletions(-) Index: devel-2.6.23-rc1-mm1/mm/sparse.c === --- devel-2.6.23-rc1-mm1.orig/mm/sparse.c

Re: 2.6.23-rc1-mm1 - seems OK on Dell Latitude D820, except for tpm_tis

2007-07-26 Thread Valdis . Kletnieks
it was doing, and got several tests in under 2.6.22-rc6-mm1 and 2.6.23-rc1-mm1. I've attached: debug.22-rc6-mm1 - things apparently working under the previous kernel. debug.rc1-a - this one complained but didn't time out for long times. I've only seen 23-rc1-mm1 *not* take timeouts

Re: 2.6.23-rc1-mm1 -- mostly fails to build

2007-07-25 Thread Andrew Morton
below: > > BUG: unable to handle kernel NULL pointer dereference at virtual address > > printing eip: > c111689f > *pdpt = 01387001 > *pde = > Oops: [#1] > SMP > Modules linked in: > CPU:0 > EIP: 0060:[]Not tain

Re: 2.6.23-rc1-mm1 - drivers/char/nozomi.c overflow in implicit constant conversion , warnings

2007-07-25 Thread Greg KH
On Wed, Jul 25, 2007 at 10:42:07PM +0200, Gabriel C wrote: > > ... > > drivers/char/nozomi.c: In function 'interrupt_handler': > drivers/char/nozomi.c:1298: warning: overflow in implicit constant conversion > drivers/char/nozomi.c: In function 'nozomi_card_init': > drivers/char/nozomi.c:1568:

Re: 2.6.23-rc1-mm1 - seems OK on Dell Latitude D820, except for tpm_tis

2007-07-25 Thread Andrew Morton
On Wed, 25 Jul 2007 18:03:14 -0400 [EMAIL PROTECTED] wrote: > On Wed, 25 Jul 2007 04:03:04 PDT, Andrew Morton said: > > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.23-rc1/2.6.23-rc1-mm1/ > > It built and booted on the first try for my Dell Latitude

Re: 2.6.23-rc1-mm1

2007-07-25 Thread Andrew Morton
acpi_suspend': > : undefined reference to `acpi_pm_device_sleep_state' > make: *** [.tmp_vmlinux1] Error 1 > > The pci-acpi.c depends on CONFIG_ACPI_SLEEP There's a hopeful-fix for this in ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.23-rc1/2.6.23-rc1-mm1/hot-fixes/ (w

Re: 2.6.23-rc1-mm1

2007-07-25 Thread Dave Young
Hi, drivers/built-in.o(.text+0xc649): In function `acpi_pci_choose_state': : undefined reference to `acpi_pm_device_sleep_state' drivers/built-in.o(.text+0x3fe08): In function `pnpacpi_suspend': : undefined reference to `acpi_pm_device_sleep_state' make: *** [.tmp_vmlinux1] Error 1 The

Re: 2.6.23-rc1-mm1: git-kgdb breaks sh compilation

2007-07-25 Thread Paul Mundt
ndeclared identifier is reported only once drivers/serial/sh-sci.c:188: error: for each function it appears in.) make[3]: *** [drivers/serial/sh-sci.o] Error 1 Reported-by: Adrian Bunk <[EMAIL PROTECTED]> Signed-off-by: Paul Mundt <[EMAIL PROTECTED]> -- drivers/serial/sh-sci.c |

Re: 2.6.23-rc1-mm1

2007-07-25 Thread Andrew Morton
On Wed, 25 Jul 2007 17:07:05 -0700 Greg KH <[EMAIL PROTECTED]> wrote: > > Guessing is this patch ? > > > > gregkh-driver-warn-when-statically-allocated-kobjects-are-used.patch: > > __tracedata_end = .; > > gregkh-driver-warn-when-statically-allocated-kobjects-are-used.patch:+ > >

Re: 2.6.23-rc1-mm1

2007-07-25 Thread Greg KH
TECTED]> wrote: > >>>>> ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.23-rc1/2.6.23-rc1-mm1/ > >>>>> > >>>>> > >>>> Andi, this might be interesting for you > >>>> > >>>> make all

Re: 2.6.23-rc1-mm1

2007-07-25 Thread Len Brown
Author: Len Brown <[EMAIL PROTECTED]> Date: Wed Jul 25 19:17:38 2007 -0400 ACPI: revert d-states branch from Jun-17 to Jun-19 for 2.6.23-rc1-mm1 Signed-off-by: Len Brown <[EMAIL PROTECTED]> --- drivers/acpi/sleep/main.c | 75 - drivers

Re: 2.6.23-rc1-mm1: chipsfb_pci_suspend problem

2007-07-25 Thread Pavel Machek
Hi! > > > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.23-rc1/2.6.23-rc1-mm1/ > > > > > > from pm-move-definition-of-struct-pm_ops-to-suspendh.patch : > > > > > > drivers/video/chipsfb.c: In function 'chipsfb_pci_su

Re: 2.6.23-rc1-mm1 -- mostly fails to build

2007-07-25 Thread Andy Whitcroft
89f *pdpt = 01387001 *pde = Oops: [#1] SMP Modules linked in: CPU:0 EIP:0060:[]Not tainted VLI EFLAGS: 00010286 (2.6.23-rc1-mm1-gc8131905-dirty #251) EIP is at pci_create_bus+0x11b/0x277 eax: ebx: c9352e00 ecx: c9073e94 edx: c9325400

2.6.23-rc1-mm1 - seems OK on Dell Latitude D820, except for tpm_tis

2007-07-25 Thread Valdis . Kletnieks
On Wed, 25 Jul 2007 04:03:04 PDT, Andrew Morton said: > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.23-rc1/2.6.23-rc1-mm1/ It built and booted on the first try for my Dell Latitude D820 laptop, Core2 T7200 x86_64 kernel. Now at about 5 hours of uptime. I guess I got lu

Re: 2.6.23-rc1-mm1

2007-07-25 Thread Andrew Morton
On Wed, 25 Jul 2007 18:32:58 +0200 Michal Piotrowski <[EMAIL PROTECTED]> wrote: > Andrew Morton pisze: > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.23-rc1/2.6.23-rc1-mm1/ > > > > nokturn vs. reis

Re: 2.6.23-rc1-mm1

2007-07-25 Thread Torsten Kaiser
31 { > 32 list->next = list; > 33 list->prev = list; > 34 } > 35 > 36 /* > > Torsten Quite a few people have been playing in that area. Can you please send the .config? # # Automatically generated make config: don't e

Re: 2.6.23-rc1-mm1: m32r is_init() compile error

2007-07-25 Thread sukadev
Adrian Bunk [EMAIL PROTECTED] wrote: | On Wed, Jul 25, 2007 at 04:03:04AM -0700, Andrew Morton wrote: | >... | > Changes since 2.6.22-rc6-mm1: | >... | > +pid-namespaces-define-is_global_init-and-is_container_init.patch | >... | > pid namespaces | >... | | m32r was forgotten: | | <-- snip -->

Re: 2.6.23-rc1-mm1

2007-07-25 Thread Gabriel C
H. Peter Anvin wrote: > Gabriel C wrote: >> H. Peter Anvin wrote: >>> Gabriel C wrote: > WARNING: Absolute relocations present > Offset Info Type Sym.Value Sym.Name > c0202e73 00703601 R_386_32 c03071bc _sdata > > $ grep c03071bc System.map > c03071bc R

Re: 2.6.23-rc1-mm1

2007-07-25 Thread H. Peter Anvin
Gabriel C wrote: > H. Peter Anvin wrote: >> Gabriel C wrote: WARNING: Absolute relocations present Offset Info Type Sym.Value Sym.Name c0202e73 00703601 R_386_32 c03071bc _sdata $ grep c03071bc System.map c03071bc R __tracedata_end c03071bc A

2.6.23-rc1-mm1: git-kgdb breaks sh compilation

2007-07-25 Thread Adrian Bunk
On Wed, Jul 25, 2007 at 04:03:04AM -0700, Andrew Morton wrote: >... > Changes since 2.6.22-rc6-mm1: >... > git-kgdb.patch > > git trees >... This causes the following compile error on sh: <-- snip --> ... CC drivers/serial/sh-sci.o drivers/serial/sh-sci.c: In function 'put_string':

Re: 2.6.23-rc1-mm1

2007-07-25 Thread Gabriel C
H. Peter Anvin wrote: > Gabriel C wrote: >>> WARNING: Absolute relocations present >>> Offset Info Type Sym.Value Sym.Name >>> c0202e73 00703601 R_386_32 c03071bc _sdata >>> >>> $ grep c03071bc System.map >>> c03071bc R __tracedata_end >>> c03071bc A _sdata > > What is at

Re: 2.6.23-rc1-mm1

2007-07-25 Thread H. Peter Anvin
Gabriel C wrote: >> >> WARNING: Absolute relocations present >> Offset Info Type Sym.Value Sym.Name >> c0202e73 00703601 R_386_32 c03071bc _sdata >> >> $ grep c03071bc System.map >> c03071bc R __tracedata_end >> c03071bc A _sdata > What is at 0xc0202e73? -hpa - To

Re: 2.6.23-rc1-mm1

2007-07-25 Thread Gabriel C
Gabriel C wrote: > H. Peter Anvin wrote: >> Sam Ravnborg wrote: >>> On Wed, Jul 25, 2007 at 08:48:50PM +0200, Michal Piotrowski wrote: >>>> On 25/07/07, Andrew Morton <[EMAIL PROTECTED]> wrote: >>>>> ftp://ftp.kernel.org/pub/linux/kerne

2.6.23-rc1-mm1: m32r is_init() compile error

2007-07-25 Thread Adrian Bunk
On Wed, Jul 25, 2007 at 04:03:04AM -0700, Andrew Morton wrote: >... > Changes since 2.6.22-rc6-mm1: >... > +pid-namespaces-define-is_global_init-and-is_container_init.patch >... > pid namespaces >... m32r was forgotten: <-- snip --> ... CC arch/m32r/mm/fault.o arch/m32r/mm/fault.c: In

Re: 2.6.23-rc1-mm1

2007-07-25 Thread Gabriel C
H. Peter Anvin wrote: > Sam Ravnborg wrote: >> On Wed, Jul 25, 2007 at 08:48:50PM +0200, Michal Piotrowski wrote: >>> On 25/07/07, Andrew Morton <[EMAIL PROTECTED]> wrote: >>>> ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.23-rc1/2.6.23-rc1

Re: 2.6.23-rc1-mm1 - drivers/char/nozomi.c overflow in implicit constant conversion , warnings

2007-07-25 Thread Gabriel C
... drivers/char/nozomi.c: In function 'interrupt_handler': drivers/char/nozomi.c:1298: warning: overflow in implicit constant conversion drivers/char/nozomi.c: In function 'nozomi_card_init': drivers/char/nozomi.c:1568: warning: overflow in implicit constant conversion

Re: 2.6.23-rc1-mm1

2007-07-25 Thread Andrew Morton
vation this option lets me build the kernel. Yes, I'm trying to hunt down a fix for that. Apparently it got repaired in the acpi pull which Linus just did. Maybe your fix is suitable? > But it does not boot: argh. > [0.00] Linux version 2.6.23-rc1-mm1 ([EMAIL PROTECTED]) (gcc &

Re: 2.6.23-rc1-mm1

2007-07-25 Thread Torsten Kaiser
epends of ACPI_SLEEP and activation this option lets me build the kernel. But it does not boot: [0.00] Linux version 2.6.23-rc1-mm1 ([EMAIL PROTECTED]) (gcc version 4.2.0 (Gentoo 4.2.0 p1.4)) #3 SMP Wed Jul 25 21:18:44 CEST 2007 [0.00] Command line: earlyprintk=serial,ttyS0,38400 c

Re: 2.6.23-rc1-mm1: chipsfb_pci_suspend problem

2007-07-25 Thread Andrew Morton
On Wed, 25 Jul 2007 15:48:10 +0200 "Rafael J. Wysocki" <[EMAIL PROTECTED]> wrote: > On Wednesday, 25 July 2007 14:55, Cedric Le Goater wrote: > > Andrew Morton wrote: > > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.23-rc1/2.6.23-rc1-mm1

Re: 2.6.23-rc1-mm1

2007-07-25 Thread Andrew Morton
On Wed, 25 Jul 2007 14:40:49 +0200 Cedric Le Goater <[EMAIL PROTECTED]> wrote: > Hello, > > Andrew Morton wrote: > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.23-rc1/2.6.23-rc1-mm1/ > > found that one on ppc, > > drivers/char/hw_random

Re: 2.6.23-rc1-mm1

2007-07-25 Thread Sam Ravnborg
l/people/akpm/patches/2.6/2.6.23-rc1/2.6.23-rc1-mm1/ > >>> > >>> > >> Andi, this might be interesting for you > >> > >> make allmodconfig > >> make > >> [...] > >> WARNING: Absolute relocations present > >> O

Re: 2.6.23-rc1-mm1

2007-07-25 Thread H. Peter Anvin
Sam Ravnborg wrote: > On Wed, Jul 25, 2007 at 08:48:50PM +0200, Michal Piotrowski wrote: >> On 25/07/07, Andrew Morton <[EMAIL PROTECTED]> wrote: >>> ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.23-rc1/2.6.23-rc1-mm1/ >>> >>>

Re: 2.6.23-rc1-mm1

2007-07-25 Thread Torsten Kaiser
On 7/25/07, Andrew Morton <[EMAIL PROTECTED]> wrote: On Wed, 25 Jul 2007 13:23:04 -0400 Len Brown <[EMAIL PROTECTED]> wrote: > Andrew, you want to re-pull the acpi tree, or do you want me to send > you some patches on top of the current mm? I'd appreciate a fix for this one, please - I'll drop

Re: 2.6.23-rc1-mm1

2007-07-25 Thread Andrew Morton
On Wed, 25 Jul 2007 13:23:04 -0400 Len Brown <[EMAIL PROTECTED]> wrote: > Andrew, you want to re-pull the acpi tree, or do you want me to send > you some patches on top of the current mm? I'd appreciate a fix for this one, please - I'll drop it int he hot-fixes directory as quite a few people

Re: 2.6.23-rc1-mm1

2007-07-25 Thread Sam Ravnborg
On Wed, Jul 25, 2007 at 08:48:50PM +0200, Michal Piotrowski wrote: > On 25/07/07, Andrew Morton <[EMAIL PROTECTED]> wrote: > > > >ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.23-rc1/2.6.23-rc1-mm1/ > > > > > > Andi, this might be int

Re: 2.6.23-rc1-mm1

2007-07-25 Thread Michal Piotrowski
On 25/07/07, Andrew Morton <[EMAIL PROTECTED]> wrote: ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.23-rc1/2.6.23-rc1-mm1/ Andi, this might be interesting for you make allmodconfig make [...] WARNING: Absolute relocations present Offset Info Type Sym

Re: 2.6.23-rc1-mm1: reiser4 <-> lzo compile error

2007-07-25 Thread Edward Shishkin
Adrian Bunk wrote: <-- snip --> ... LD .tmp_vmlinux1 lib/built-in.o: In function `lzo1x_1_compress': (.text+0x13eae): multiple definition of `lzo1x_1_compress' fs/built-in.o:(.text+0x117075): first defined here make[1]: *** [.tmp_vmlinux1] Error 1 <-- snip --> AFAIR, we once had a

2.6.23-rc1-mm1: reiser4 <-> lzo compile error

2007-07-25 Thread Adrian Bunk
<-- snip --> ... LD .tmp_vmlinux1 lib/built-in.o: In function `lzo1x_1_compress': (.text+0x13eae): multiple definition of `lzo1x_1_compress' fs/built-in.o:(.text+0x117075): first defined here make[1]: *** [.tmp_vmlinux1] Error 1 <-- snip --> AFAIR, we once had a patch in -mm changing

2.6.23-rc1-mm1: net/ipv4/fib_trie.c compile error

2007-07-25 Thread Adrian Bunk
CC net/ipv4/fib_trie.o /home/bunk/linux/kernel-2.6/linux-2.6.23-rc1-mm1/net/ipv4/fib_trie.c: In function ‘trie_rebalance’: /home/bunk/linux/kernel-2.6/linux-2.6.23-rc1-mm1/net/ipv4/fib_trie.c:969: error: lvalue required as unary ‘&’ operand /home/bunk/linux/kernel-2.6/linux-2.6.23-

2.6.23-rc1-mm1: SCSI_SRP_ATTRS compile error

2007-07-25 Thread Adrian Bunk
On Wed, Jul 25, 2007 at 05:36:56PM +0100, Andy Whitcroft wrote: > Of the machines we test releases on automatically this only compiles on > NUMA-Q and does not boot there (some PCI issue). > > > ppc64 (beavis): > > drivers/built-in.o(.text+0xd2784): In function `.srp_rport_add': > : undefined

Re: 2.6.23-rc1-mm1

2007-07-25 Thread Len Brown
On Wednesday 25 July 2007 08:25, Cedric Le Goater wrote: > Hello, > > Andrew Morton wrote: > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.23-rc1/2.6.23-rc1-mm1/ > > I'm having issue compiling on i386 and x86_64. > > make defconfig on i386

Re: 2.6.23-rc1-mm1 -- mostly fails to build

2007-07-25 Thread Sam Ravnborg
On Wed, Jul 25, 2007 at 05:36:56PM +0100, Andy Whitcroft wrote: > ia64 (elm3b10): > > LD vmlinux.o > ld: dynreloc miscount for kernel/built-in.o, section .opd > ld: can not edit opd Bad value > make: *** [vmlinux.o] Error 1 On powerpc we had something similar. It was a binutils bug (see:

Re: 2.6.23-rc1-mm1 -- mostly fails to build

2007-07-25 Thread Andy Whitcroft
Of the machines we test releases on automatically this only compiles on NUMA-Q and does not boot there (some PCI issue). ppc64 (beavis): drivers/built-in.o(.text+0xd2784): In function `.srp_rport_add': : undefined reference to `.scsi_tgt_it_nexus_create' drivers/built-in.o(.text+0xd2884): In

Re: 2.6.23-rc1-mm1

2007-07-25 Thread Michal Piotrowski
Andrew Morton pisze: > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.23-rc1/2.6.23-rc1-mm1/ > nokturn vs. reiserfs 1:0 [ 1228.964379] = [ 1228.971271] [ INFO: possible recursive locking detected ] [ 1228.976674] 2.6.23-rc1-

Re: 2.6.23-rc1-mm1: chipsfb_pci_suspend problem

2007-07-25 Thread Rafael J. Wysocki
On Wednesday, 25 July 2007 14:55, Cedric Le Goater wrote: > Andrew Morton wrote: > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.23-rc1/2.6.23-rc1-mm1/ > > from pm-move-definition-of-struct-pm_ops-to-suspendh.patch : > > drivers/video/c

Re: 2.6.23-rc1-mm1

2007-07-25 Thread Cedric Le Goater
Andrew Morton wrote: > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.23-rc1/2.6.23-rc1-mm1/ from pm-move-definition-of-struct-pm_ops-to-suspendh.patch : drivers/video/chipsfb.c: In function 'chipsfb_pci_suspend': drivers/video/chipsfb.c:461: error: 'PM_SUSPEND_MEM' undecla

Re: 2.6.23-rc1-mm1

2007-07-25 Thread Cedric Le Goater
Hello, Andrew Morton wrote: > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.23-rc1/2.6.23-rc1-mm1/ found that one on ppc, drivers/char/hw_random/pasemi-rng.c:140: error: unknown field 'type' specified in initializer drivers/char/hw_random/pasemi-rng.c:140: warn

Re: 2.6.23-rc1-mm1

2007-07-25 Thread Cedric Le Goater
Hello, Andrew Morton wrote: > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.23-rc1/2.6.23-rc1-mm1/ I'm having issue compiling on i386 and x86_64. make defconfig on i386 : LD init/built-in.o LD .tmp_vmlinux1 drivers/built-in.o(.text+0x9649): In funct

Re: 2.6.23-rc1-mm1

2007-07-25 Thread Cedric Le Goater
Hello, Andrew Morton wrote: ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.23-rc1/2.6.23-rc1-mm1/ I'm having issue compiling on i386 and x86_64. make defconfig on i386 : LD init/built-in.o LD .tmp_vmlinux1 drivers/built-in.o(.text+0x9649): In function

Re: 2.6.23-rc1-mm1

2007-07-25 Thread Cedric Le Goater
Hello, Andrew Morton wrote: ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.23-rc1/2.6.23-rc1-mm1/ found that one on ppc, drivers/char/hw_random/pasemi-rng.c:140: error: unknown field 'type' specified in initializer drivers/char/hw_random/pasemi-rng.c:140: warning

Re: 2.6.23-rc1-mm1

2007-07-25 Thread Cedric Le Goater
Andrew Morton wrote: ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.23-rc1/2.6.23-rc1-mm1/ from pm-move-definition-of-struct-pm_ops-to-suspendh.patch : drivers/video/chipsfb.c: In function 'chipsfb_pci_suspend': drivers/video/chipsfb.c:461: error: 'PM_SUSPEND_MEM' undeclared

Re: 2.6.23-rc1-mm1: chipsfb_pci_suspend problem

2007-07-25 Thread Rafael J. Wysocki
On Wednesday, 25 July 2007 14:55, Cedric Le Goater wrote: Andrew Morton wrote: ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.23-rc1/2.6.23-rc1-mm1/ from pm-move-definition-of-struct-pm_ops-to-suspendh.patch : drivers/video/chipsfb.c: In function 'chipsfb_pci_suspend

Re: 2.6.23-rc1-mm1

2007-07-25 Thread Michal Piotrowski
Andrew Morton pisze: ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.23-rc1/2.6.23-rc1-mm1/ nokturn vs. reiserfs 1:0 [ 1228.964379] = [ 1228.971271] [ INFO: possible recursive locking detected ] [ 1228.976674] 2.6.23-rc1-mm1 #1

Re: 2.6.23-rc1-mm1 -- mostly fails to build

2007-07-25 Thread Andy Whitcroft
Of the machines we test releases on automatically this only compiles on NUMA-Q and does not boot there (some PCI issue). ppc64 (beavis): drivers/built-in.o(.text+0xd2784): In function `.srp_rport_add': : undefined reference to `.scsi_tgt_it_nexus_create' drivers/built-in.o(.text+0xd2884): In

Re: 2.6.23-rc1-mm1 -- mostly fails to build

2007-07-25 Thread Sam Ravnborg
On Wed, Jul 25, 2007 at 05:36:56PM +0100, Andy Whitcroft wrote: ia64 (elm3b10): LD vmlinux.o ld: dynreloc miscount for kernel/built-in.o, section .opd ld: can not edit opd Bad value make: *** [vmlinux.o] Error 1 On powerpc we had something similar. It was a binutils bug (see:

Re: 2.6.23-rc1-mm1

2007-07-25 Thread Len Brown
On Wednesday 25 July 2007 08:25, Cedric Le Goater wrote: Hello, Andrew Morton wrote: ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.23-rc1/2.6.23-rc1-mm1/ I'm having issue compiling on i386 and x86_64. make defconfig on i386 : LD init/built-in.o LD

Re: 2.6.23-rc1-mm1

2007-07-25 Thread Andrew Morton
On Wed, 25 Jul 2007 13:23:04 -0400 Len Brown [EMAIL PROTECTED] wrote: Andrew, you want to re-pull the acpi tree, or do you want me to send you some patches on top of the current mm? I'd appreciate a fix for this one, please - I'll drop it int he hot-fixes directory as quite a few people seem

Re: 2.6.23-rc1-mm1

2007-07-25 Thread Sam Ravnborg
On Wed, Jul 25, 2007 at 08:48:50PM +0200, Michal Piotrowski wrote: On 25/07/07, Andrew Morton [EMAIL PROTECTED] wrote: ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.23-rc1/2.6.23-rc1-mm1/ Andi, this might be interesting for you make allmodconfig make

Re: 2.6.23-rc1-mm1

2007-07-25 Thread Sam Ravnborg
On Wed, Jul 25, 2007 at 12:18:07PM -0700, H. Peter Anvin wrote: Sam Ravnborg wrote: On Wed, Jul 25, 2007 at 08:48:50PM +0200, Michal Piotrowski wrote: On 25/07/07, Andrew Morton [EMAIL PROTECTED] wrote: ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.23-rc1/2.6.23-rc1-mm1

Re: 2.6.23-rc1-mm1

2007-07-25 Thread H. Peter Anvin
Sam Ravnborg wrote: On Wed, Jul 25, 2007 at 08:48:50PM +0200, Michal Piotrowski wrote: On 25/07/07, Andrew Morton [EMAIL PROTECTED] wrote: ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.23-rc1/2.6.23-rc1-mm1/ Andi, this might be interesting for you make allmodconfig

Re: 2.6.23-rc1-mm1

2007-07-25 Thread Torsten Kaiser
On 7/25/07, Andrew Morton [EMAIL PROTECTED] wrote: On Wed, 25 Jul 2007 13:23:04 -0400 Len Brown [EMAIL PROTECTED] wrote: Andrew, you want to re-pull the acpi tree, or do you want me to send you some patches on top of the current mm? I'd appreciate a fix for this one, please - I'll drop it

Re: 2.6.23-rc1-mm1: chipsfb_pci_suspend problem

2007-07-25 Thread Andrew Morton
On Wed, 25 Jul 2007 15:48:10 +0200 Rafael J. Wysocki [EMAIL PROTECTED] wrote: On Wednesday, 25 July 2007 14:55, Cedric Le Goater wrote: Andrew Morton wrote: ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.23-rc1/2.6.23-rc1-mm1/ from pm-move-definition-of-struct-pm_ops

<    1   2   3   >