Re: [2.6.24-rc6-mm1]Build failure in drivers/net/ehea/ehea_main.c

2008-02-12 Thread Christoph Raisch
Greg KH <[EMAIL PROTECTED]> wrote on 07.02.2008 23:17:12: > On Tue, Jan 29, 2008 at 03:20:20PM +0100, Christoph Raisch wrote: > What is it? It has to live on some kind of bus, right? It is a piece of hardware with a firmware/hypervisor abstraction layer on top. The hypervisor provides virtualiz

Re: [2.6.24-rc6-mm1]Build failure in drivers/net/ehea/ehea_main.c

2008-02-07 Thread Greg KH
On Tue, Jan 29, 2008 at 03:20:20PM +0100, Christoph Raisch wrote: > Greg KH <[EMAIL PROTECTED]> wrote on 29.01.2008 14:23:09: > > > On Tue, Jan 29, 2008 at 11:12:40AM +0100, Jan-Bernd Themann wrote: > ... > > > The sym-link is not gereated automatically as the device for portX is > added > > > to

Re: 2.6.24-rc6-mm1 - iget-stop-isofs-from-using-read_inode-fix-2.patch

2008-02-05 Thread David Howells
How about this patch? David --- IGET: Fix isofs_get_block() to only return 0 on success. From: David Howells <[EMAIL PROTECTED]> Fix isofs_get_block() to return only 0 on success. It shouldn't return a +ve block count for example. Also make sure that isofs_get_blocks() doesn't accidentally re

Re: [2.6.24-rc6-mm1]Build failure in drivers/net/ehea/ehea_main.c

2008-02-01 Thread Jan-Bernd Themann
On Tuesday 29 January 2008 15:20, Christoph Raisch wrote: > These pci functions corresponds to a > /sys/bus/ibmebus/devices/789D.001.XX-P1/port0 > and > /sys/bus/ibmebus/devices/789D.001.XX-P1/port1 > > The busdriver currently does not find out, how many ports are in a > /sys/bus/ibmebus/

2.6.24-rc6-mm1 - iget-stop-isofs-from-using-read_inode-fix-2.patch

2008-01-29 Thread Valdis . Kletnieks
Sorry for the late notice - I hit the original issue with this code, and I tested the *first* patch, which addressed my immediate problem, but didn't test the subsequent flurry of "better" patches due to time issues here. I back up my laptop by doing one or more 'dump' commands into a $STAGE dire

Re: [2.6.24-rc6-mm1]Build failure in drivers/net/ehea/ehea_main.c

2008-01-29 Thread Christoph Raisch
Greg KH <[EMAIL PROTECTED]> wrote on 29.01.2008 14:23:09: > On Tue, Jan 29, 2008 at 11:12:40AM +0100, Jan-Bernd Themann wrote: ... > > The sym-link is not gereated automatically as the device for portX is added > > to the eHEA device (as subnode) where the eHEA device is not a bus. > > Then please

Re: [2.6.24-rc6-mm1]Build failure in drivers/net/ehea/ehea_main.c

2008-01-29 Thread Greg KH
On Tue, Jan 29, 2008 at 11:12:40AM +0100, Jan-Bernd Themann wrote: > On Monday 28 January 2008 20:22, you wrote: > > Greg KH wrote: > > > On Fri, Jan 25, 2008 at 01:10:48PM -0600, Nathan Lynch wrote: > > > > Jan-Bernd Themann wrote: > > > > > > > > This is now broken in mainline... > > > > > > >

Re: [2.6.24-rc6-mm1]Build failure in drivers/net/ehea/ehea_main.c

2008-01-29 Thread Jan-Bernd Themann
On Monday 28 January 2008 20:22, you wrote: > Greg KH wrote: > > On Fri, Jan 25, 2008 at 01:10:48PM -0600, Nathan Lynch wrote: > > > Jan-Bernd Themann wrote: > > > > > > This is now broken in mainline... > > > > > > drivers/net/ehea/ehea_main.c: In function 'ehea_driver_sysfs_add': > > > drivers/

Re: [2.6.24-rc6-mm1]Build failure in drivers/net/ehea/ehea_main.c

2008-01-28 Thread Greg KH
On Mon, Jan 28, 2008 at 01:22:04PM -0600, Nathan Lynch wrote: > Greg KH wrote: > > On Fri, Jan 25, 2008 at 01:10:48PM -0600, Nathan Lynch wrote: > > > Jan-Bernd Themann wrote: > > > > > > > > On Thursday 10 January 2008 18:34, Greg KH wrote: > > > > > > The structure device_driver(in device.h) has

Re: [2.6.24-rc6-mm1]Build failure in drivers/net/ehea/ehea_main.c

2008-01-28 Thread Nathan Lynch
Greg KH wrote: > On Fri, Jan 25, 2008 at 01:10:48PM -0600, Nathan Lynch wrote: > > Jan-Bernd Themann wrote: > > > > > > On Thursday 10 January 2008 18:34, Greg KH wrote: > > > > > The structure device_driver(in device.h) has a member struct > > > > > driver_private which > > > > > contains the me

Re: [2.6.24-rc6-mm1]Build failure in drivers/net/ehea/ehea_main.c

2008-01-28 Thread Greg KH
On Fri, Jan 18, 2008 at 10:16:48AM +0100, Jan-Bernd Themann wrote: > Hi, > > sorry for answering so late, I'm only tracking netdev and ppc mailing list. > > On Thursday 10 January 2008 18:34, Greg KH wrote: > > > The structure device_driver(in device.h) has a member struct > > > driver_private w

Re: [2.6.24-rc6-mm1]Build failure in drivers/net/ehea/ehea_main.c

2008-01-28 Thread Greg KH
On Fri, Jan 25, 2008 at 01:10:48PM -0600, Nathan Lynch wrote: > Jan-Bernd Themann wrote: > > Hi, > > > > sorry for answering so late, I'm only tracking netdev and ppc mailing list. > > > > On Thursday 10 January 2008 18:34, Greg KH wrote: > > > > The structure device_driver(in device.h) has a mem

Re: [2.6.24-rc6-mm1]Build failure in drivers/net/ehea/ehea_main.c

2008-01-28 Thread Greg KH
On Fri, Jan 25, 2008 at 01:10:48PM -0600, Nathan Lynch wrote: > Jan-Bernd Themann wrote: > > Hi, > > > > sorry for answering so late, I'm only tracking netdev and ppc mailing list. > > > > On Thursday 10 January 2008 18:34, Greg KH wrote: > > > > The structure device_driver(in device.h) has a mem

Re: 2.6.24-rc6-mm1

2008-01-25 Thread Torsten Kaiser
AIL PROTECTED]/msg12702.html > > > > crashes, I will revert the hole IOMMU changes with above patch and try > > > > again. > > > > > > Thanks for testing, > > > > OK, I'm still testing this, but after 95 completed packages I'm rather >

Re: [2.6.24-rc6-mm1]Build failure in drivers/net/ehea/ehea_main.c

2008-01-25 Thread Nathan Lynch
Jan-Bernd Themann wrote: > Hi, > > sorry for answering so late, I'm only tracking netdev and ppc mailing list. > > On Thursday 10 January 2008 18:34, Greg KH wrote: > > > The structure device_driver(in device.h) has a member struct > > > driver_private which > > > contains the member kobj (accor

Re: [2.6.24-rc6-mm1]Build failure in drivers/net/ehea/ehea_main.c

2008-01-18 Thread Jan-Bernd Themann
Hi, sorry for answering so late, I'm only tracking netdev and ppc mailing list. On Thursday 10 January 2008 18:34, Greg KH wrote: > > The structure device_driver(in device.h) has a member struct driver_private > > which > > contains the member kobj (according to drivers/base/base.h). > > But in

Crash with 2.6.24-rc6-mm1 in restore_i387_ia32

2008-01-17 Thread Michael Rubin
] SMP last sysfs file: /sys/devices/system/machinecheck/machinecheck3/tolerant CPU 3 Modules linked in: Pid: 0, comm: make Not tainted 2.6.24-rc6-mm1 #2 RIP: 0010:[] [] restore_i387_ia32+0x1f/0x150 RSP: :81047e58be38 EFLAGS: 00010282 RAX: 81047e58bfd8 RBX: 81047e4cc000 RCX

Re: 2.6.24-rc6-mm1 - oddness with IPv4/v6 mapped sockets hanging...

2008-01-14 Thread Paul Moore
On Monday 14 January 2008 6:04:28 pm [EMAIL PROTECTED] wrote: > On Mon, 14 Jan 2008 14:07:46 EST, Paul Moore said: > > http://git.infradead.org/?p=users/pcmoore/lblnet-2.6_testing;a=commitdiff > >;h=02f1c89d6e36507476f78108a3dcc78538be460b > > Initial testing indicates tha

Re: 2.6.24-rc6-mm1 - oddness with IPv4/v6 mapped sockets hanging...

2008-01-14 Thread Valdis . Kletnieks
On Mon, 14 Jan 2008 14:07:46 EST, Paul Moore said: > > http://git.infradead.org/?p=users/pcmoore/lblnet-2.6_testing;a=commitdiff;h=02f1c89d6e36507476f78108a3dcc78538be460b Initial testing indicates that 2.6.24-rc6-mm1 plus this one commit is behaving itself correctly - my Tcl test cas

Re: 2.6.24-rc6-mm1 - oddness with IPv4/v6 mapped sockets hanging...

2008-01-14 Thread Paul Moore
On Monday 14 January 2008 2:37:02 pm [EMAIL PROTECTED] wrote: > On Mon, 14 Jan 2008 14:07:46 EST, Paul Moore said: > > There have been quite a few changes in lblnet-2.6_testing since > > 2.6.24-rc6-mm1 so I would recommend taking the whole tree. I'm also not > > quite s

Re: 2.6.24-rc6-mm1 - oddness with IPv4/v6 mapped sockets hanging...

2008-01-14 Thread Valdis . Kletnieks
On Mon, 14 Jan 2008 14:07:46 EST, Paul Moore said: > There have been quite a few changes in lblnet-2.6_testing since > 2.6.24-rc6-mm1 > so I would recommend taking the whole tree. I'm also not quite sure if Weird. I did a 'git clone git://git.infradead.org/users/pcmoore

Re: 2.6.24-rc6-mm1 - oddness with IPv4/v6 mapped sockets hanging...

2008-01-14 Thread Paul Moore
e problematic commit... There have been quite a few changes in lblnet-2.6_testing since 2.6.24-rc6-mm1 so I would recommend taking the whole tree. I'm also not quite sure if simply reverting the "Convert the netif code to use ifindex values" patch would solve the problem as there

Re: 2.6.24-rc6-mm1 - oddness with IPv4/v6 mapped sockets hanging...

2008-01-14 Thread Valdis . Kletnieks
On Mon, 14 Jan 2008 13:22:10 EST, [EMAIL PROTECTED] said: > Apparently the only new commit in there since the tree that was in > 24-rc6-mm1 is 5d95575903fd3865b884952bd93c339d48725c33 adding some warning > printk's. Would it be more productive to test against the full tree, or > leaving out the on

Re: 2.6.24-rc6-mm1 - oddness with IPv4/v6 mapped sockets hanging...

2008-01-14 Thread Valdis . Kletnieks
On Mon, 14 Jan 2008 13:05:48 EST, [EMAIL PROTECTED] said: > I'm pulling git://git.infradead.org/users/pcmoore/lblnet-2.6_testing at the > moment, and seeing if there's already a fix in there for this. Apparently the only new commit in there since the tree that was in 24-rc6-mm1 is 5d95575903fd38

Re: 2.6.24-rc6-mm1 - oddness with IPv4/v6 mapped sockets hanging...

2008-01-14 Thread Valdis . Kletnieks
On Mon, 14 Jan 2008 11:36:40 EST, Paul Moore said: > Are you still only seeing these problems on loopback? I can't help but > wonder > if this is the skb_clone() problem where it wasn't copying skb->iif causing > SELinux to silently drop the packets. Yes, I've only spotted it on loopback. Th

Re: 2.6.24-rc6-mm1 - oddness with IPv4/v6 mapped sockets hanging...

2008-01-14 Thread Paul Moore
On Monday 14 January 2008 11:15:38 am [EMAIL PROTECTED] wrote: > On Sun, 13 Jan 2008 02:35:33 EST, [EMAIL PROTECTED] said: > > I'm seeing problems with Sendmail on 24-rc6-mm1, where the main Sendmail > > is listening on ::1/25, and Fetchmail connects to 127.0.0.1:25 to inject > > mail it has just f

Re: 2.6.24-rc6-mm1 - oddness with IPv4/v6 mapped sockets hanging...

2008-01-14 Thread Valdis . Kletnieks
On Sun, 13 Jan 2008 02:35:33 EST, [EMAIL PROTECTED] said: > I'm seeing problems with Sendmail on 24-rc6-mm1, where the main Sendmail is > listening on ::1/25, and Fetchmail connects to 127.0.0.1:25 to inject mail it > has just fetched from an outside server via IMAP - it will often just hang and >

Re: 2.6.24-rc6-mm1 - oddness with IPv4/v6 mapped sockets hanging...

2008-01-13 Thread Herbert Xu
[EMAIL PROTECTED] wrote: > > Any ideas? Please provide a packet dump on both sides (or at least the sender side). Thanks, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.or

2.6.24-rc6-mm1 - oddness with IPv4/v6 mapped sockets hanging...

2008-01-12 Thread Valdis . Kletnieks
I'm seeing problems with Sendmail on 24-rc6-mm1, where the main Sendmail is listening on ::1/25, and Fetchmail connects to 127.0.0.1:25 to inject mail it has just fetched from an outside server via IMAP - it will often just hang and not make any further progress. Looking at netstat shows something

2.6.24-rc6-mm1 - drivers/char/tpm/tpm_bios.c oddness?

2008-01-11 Thread Valdis . Kletnieks
(Reposting, nobody from lkml or tpmdd-devel chirped on the Dec 27 post) On Sat, 22 Dec 2007 23:30:56 PST, Andrew Morton said: > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.24-rc6/2.6.24-rc6-mm1/ Looks like an uninitialized variable dereference for SEPARATOR events: # mo

Re: 2.6.24-rc6-mm1 (driver core/sysfs)

2008-01-11 Thread Greg KH
On Mon, Dec 31, 2007 at 12:11:15PM -0800, Randy Dunlap wrote: > On Sat, 22 Dec 2007 23:30:56 -0800 Andrew Morton wrote: > > > > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.24-rc6/2.6.24-rc6-mm1/ > > > With CONFIG_BLOCK=n: > > LD

Re: [2.6.24-rc6-mm1]Build failure in drivers/net/ehea/ehea_main.c

2008-01-10 Thread Greg KH
On Tue, Jan 08, 2008 at 10:03:05PM +0530, Sudhir Kumar wrote: > Hi Andrew, > Kernel build fails on my machine with error : > > > LD drivers/net/ehea/built-in.o > CC [M] drivers/net/ehea/ehea_main.o > drivers/net/ehea/ehea_main.c: In function ???ehea_driver_sysfs_add???: > drivers/net/eh

Re: 2.6.24-rc6-mm1

2008-01-09 Thread FUJITA Tomonori
On Wed, 9 Jan 2008 10:04:42 +0100 Jarek Poplawski <[EMAIL PROTECTED]> wrote: > On Wed, Jan 09, 2008 at 08:57:53AM +0900, FUJITA Tomonori wrote: > ... > > diff --git a/lib/iommu-helper.c b/lib/iommu-helper.c > > new file mode 100644 > > index 000..495575a > > --- /dev/null > > +++ b/lib/iommu-h

Re: Build Fails on 2.6.24-rc6-mm1[drivers/net/iseries_veth.ko] linking error

2008-01-09 Thread Greg KH
On Wed, Jan 09, 2008 at 08:14:56PM +0100, Sam Ravnborg wrote: > On Wed, Jan 09, 2008 at 03:44:04PM +0530, Sudhir Kumar wrote: > > Hi Andrew, > > Build fails on my Power Machine with following error message. > > > > > > HOSTLD arch/powerpc/boot/dtc > > WRAParch/powerpc/boot/zImage.pseries >

Re: Build Fails on 2.6.24-rc6-mm1[drivers/net/iseries_veth.ko] linking error

2008-01-09 Thread Sam Ravnborg
On Wed, Jan 09, 2008 at 03:44:04PM +0530, Sudhir Kumar wrote: > Hi Andrew, > Build fails on my Power Machine with following error message. > > > HOSTLD arch/powerpc/boot/dtc > WRAParch/powerpc/boot/zImage.pseries > WRAParch/powerpc/boot/zImage.pmac > strip -s -R .comment vmlinux -o ar

Build Fails on 2.6.24-rc6-mm1[drivers/net/iseries_veth.ko] linking error

2008-01-09 Thread Sudhir Kumar
Hi Andrew, Build fails on my Power Machine with following error message. HOSTLD arch/powerpc/boot/dtc WRAParch/powerpc/boot/zImage.pseries WRAParch/powerpc/boot/zImage.pmac strip -s -R .comment vmlinux -o arch/powerpc/boot/zImage.iseries Building modules, stage 2. MODPOST 264 module

Re: 2.6.24-rc6-mm1

2008-01-09 Thread Jarek Poplawski
On Wed, Jan 09, 2008 at 08:57:53AM +0900, FUJITA Tomonori wrote: ... > diff --git a/lib/iommu-helper.c b/lib/iommu-helper.c > new file mode 100644 > index 000..495575a > --- /dev/null > +++ b/lib/iommu-helper.c > @@ -0,0 +1,80 @@ > +/* > + * IOMMU helper functions for the free area management >

Re: 2.6.24-rc6-mm1

2008-01-08 Thread Andrew Morton
On Wed, 09 Jan 2008 09:54:45 +0900 FUJITA Tomonori <[EMAIL PROTECTED]> wrote: > > > --- a/lib/iommu-helper.c~a > > > +++ a/lib/iommu-helper.c > > > @@ -8,15 +8,20 @@ > > > static unsigned long find_next_zero_area(unsigned long *map, > > >unsigned long size, > >

Re: 2.6.24-rc6-mm1

2008-01-08 Thread FUJITA Tomonori
On Tue, 8 Jan 2008 16:27:39 -0800 Andrew Morton <[EMAIL PROTECTED]> wrote: > On Wed, 09 Jan 2008 08:57:53 +0900 > FUJITA Tomonori <[EMAIL PROTECTED]> wrote: > > > Andrew, can you replace > > > > iommu-sg-add-iommu-helper-functions-for-the-free-area-management.patch > > > > with the updated patc

Re: 2.6.24-rc6-mm1

2008-01-08 Thread Andrew Morton
On Wed, 09 Jan 2008 08:57:53 +0900 FUJITA Tomonori <[EMAIL PROTECTED]> wrote: > Andrew, can you replace > > iommu-sg-add-iommu-helper-functions-for-the-free-area-management.patch > > with the updated patch: > > http://ozlabs.org/pipermail/linuxppc-dev/2007-December/048997.html > > For your con

Re: 2.6.24-rc6-mm1

2008-01-08 Thread FUJITA Tomonori
n in -mm though the iommu helper fix hasn't yet. Balbir Singh found the bug in 2.6.24-rc6-mm1. I've just check mmotm and found that the IOMMU helper patch doesn't include the fix. Andrew, can you replace iommu-sg-add-iommu-helper-functions-for-the-free-area-management.patch with the

[2.6.24-rc6-mm1]Build failure in drivers/net/ehea/ehea_main.c

2008-01-08 Thread Sudhir Kumar
Hi Andrew, Kernel build fails on my machine with error : LD drivers/net/ehea/built-in.o CC [M] drivers/net/ehea/ehea_main.o drivers/net/ehea/ehea_main.c: In function ‘ehea_driver_sysfs_add’: drivers/net/ehea/ehea_main.c:2812: error: ‘struct device_driver’ has no member named ‘kobj’ driv

Re: 2.6.24-rc6-mm1

2008-01-08 Thread Ingo Molnar
* FUJITA Tomonori <[EMAIL PROTECTED]> wrote: > The patches are available at: > > http://www.kernel.org/pub/linux/kernel/people/tomo/iommu/ > > Or if you prefer the git tree: > > git://git.kernel.org/pub/scm/linux/kernel/git/tomo/linux-2.6-misc.git > iommu-sg-fixes btw., these improvements to

Re: [PATCH -mm/x86] revert i386: handle an initrd in highmem (Was Re: 2.6.24-rc6-mm1)

2008-01-07 Thread Randy Dunlap
On Mon, 7 Jan 2008 17:50:49 +0100 (CET) Thomas Gleixner wrote: > On Mon, 7 Jan 2008, Randy Dunlap wrote: > > On Mon, 7 Jan 2008 15:56:09 +0100 Ingo Molnar wrote: > > > i'm also wondering - what would be the easiest way to integrate kexec > > > into an automated test environment. If i have a bzIma

Re: [2.6.24-rc6-mm1] Build Failure on ppc64 with CONFIG_USB_GADGET not set.

2008-01-07 Thread Hendrik Sattler
Hi, Am Montag 07 Januar 2008 schrieb Andrew Morton: > Sam Ravnborg <[EMAIL PROTECTED]> wrote: > > This is evil select playing games (again). > > We have LEDS_CLASS equal y but NEW_LEDS equal n > > Ah, OK, thanks. > > I'll switch oz99x-i2c-button-and-led-support-driver.patch over to using > non-evi

Re: [2.6.24-rc6-mm1] Build Failure on ppc64 with CONFIG_USB_GADGET not set.

2008-01-07 Thread Andrew Morton
On Mon, 7 Jan 2008 20:15:31 +0100 Sam Ravnborg <[EMAIL PROTECTED]> wrote: > On Mon, Jan 07, 2008 at 09:49:55AM -0800, Andrew Morton wrote: > > On Mon, 7 Jan 2008 16:53:58 +0530 "sudhir kumar" <[EMAIL PROTECTED]> wrote: > > > > > Hi Andrew! > > > > > > Kernel build fails on my ppc64 machine. It s

Re: [2.6.24-rc6-mm1] Build Failure on ppc64 with CONFIG_USB_GADGET not set.

2008-01-07 Thread Sam Ravnborg
On Mon, Jan 07, 2008 at 09:49:55AM -0800, Andrew Morton wrote: > On Mon, 7 Jan 2008 16:53:58 +0530 "sudhir kumar" <[EMAIL PROTECTED]> wrote: > > > Hi Andrew! > > > > Kernel build fails on my ppc64 machine. It seems to be a dependency > > problem with CONFIG_USB_GADGET not set. > > Config file is

Re: [2.6.24-rc6-mm1] Build Failure on ppc64 with CONFIG_USB_GADGET not set.

2008-01-07 Thread Andrew Morton
On Mon, 7 Jan 2008 16:53:58 +0530 "sudhir kumar" <[EMAIL PROTECTED]> wrote: > Hi Andrew! > > Kernel build fails on my ppc64 machine. It seems to be a dependency > problem with CONFIG_USB_GADGET not set. > Config file is attached. > > CC init/version.o > LD init/built-in.o > LD

Re: [PATCH -mm/x86] revert i386: handle an initrd in highmem (Was Re: 2.6.24-rc6-mm1)

2008-01-07 Thread Thomas Gleixner
On Mon, 7 Jan 2008, Randy Dunlap wrote: > On Mon, 7 Jan 2008 15:56:09 +0100 Ingo Molnar wrote: > > i'm also wondering - what would be the easiest way to integrate kexec > > into an automated test environment. If i have a bzImage kernel, is kexec > > still supposed to work? Could i for example do

Re: [PATCH -mm/x86] revert i386: handle an initrd in highmem (Was Re: 2.6.24-rc6-mm1)

2008-01-07 Thread Dhaval Giani
On Mon, Jan 07, 2008 at 08:22:37AM -0800, Randy Dunlap wrote: > On Mon, 7 Jan 2008 15:56:09 +0100 Ingo Molnar wrote: > > > > > * Thomas Gleixner <[EMAIL PROTECTED]> wrote: > > > > > On Mon, 7 Jan 2008, Dhaval Giani wrote: > > > > > > > Hi Andrew, Ingo, Thomas, Peter, > > > > > > > > x86: rever

Re: [PATCH -mm/x86] revert i386: handle an initrd in highmem (Was Re: 2.6.24-rc6-mm1)

2008-01-07 Thread Randy Dunlap
On Mon, 7 Jan 2008 15:56:09 +0100 Ingo Molnar wrote: > > * Thomas Gleixner <[EMAIL PROTECTED]> wrote: > > > On Mon, 7 Jan 2008, Dhaval Giani wrote: > > > > > Hi Andrew, Ingo, Thomas, Peter, > > > > > > x86: revert i386: handle an initrd in highmem > > > > > > The patch caused a failure while

Re: [PATCH -mm/x86] revert i386: handle an initrd in highmem (Was Re: 2.6.24-rc6-mm1)

2008-01-07 Thread Dhaval Giani
On Mon, Jan 07, 2008 at 03:56:09PM +0100, Ingo Molnar wrote: > > * Thomas Gleixner <[EMAIL PROTECTED]> wrote: > > > On Mon, 7 Jan 2008, Dhaval Giani wrote: > > > > > Hi Andrew, Ingo, Thomas, Peter, > > > > > > x86: revert i386: handle an initrd in highmem > > > > > > The patch caused a failure

Re: [PATCH -mm/x86] revert i386: handle an initrd in highmem (Was Re: 2.6.24-rc6-mm1)

2008-01-07 Thread Ingo Molnar
* Thomas Gleixner <[EMAIL PROTECTED]> wrote: > On Mon, 7 Jan 2008, Dhaval Giani wrote: > > > Hi Andrew, Ingo, Thomas, Peter, > > > > x86: revert i386: handle an initrd in highmem > > > > The patch caused a failure while booting a kexec kernel. > > (http://lkml.org/lkml/2008/1/7/42 has the bise

Re: [PATCH -mm/x86] revert i386: handle an initrd in highmem (Was Re: 2.6.24-rc6-mm1)

2008-01-07 Thread Thomas Gleixner
On Mon, 7 Jan 2008, Dhaval Giani wrote: > Hi Andrew, Ingo, Thomas, Peter, > > x86: revert i386: handle an initrd in highmem > > The patch caused a failure while booting a kexec kernel. > (http://lkml.org/lkml/2008/1/7/42 has the bisect details.) > > The following patch reverts it. > > Signed-o

[PATCH -mm/x86] revert i386: handle an initrd in highmem (Was Re: 2.6.24-rc6-mm1)

2008-01-07 Thread Dhaval Giani
Hi Andrew, Ingo, Thomas, Peter, x86: revert i386: handle an initrd in highmem The patch caused a failure while booting a kexec kernel. (http://lkml.org/lkml/2008/1/7/42 has the bisect details.) The following patch reverts it. Signed-off-by: Dhaval Giani <[EMAIL PROTECTED]> Cc: Ingo Molnar <[EMA

[2.6.24-rc6-mm1] Build Failure on ppc64 with CONFIG_USB_GADGET not set.

2008-01-07 Thread sudhir kumar
Hi Andrew! Kernel build fails on my ppc64 machine. It seems to be a dependency problem with CONFIG_USB_GADGET not set. Config file is attached. CC init/version.o LD init/built-in.o LD .tmp_vmlinux1 drivers/built-in.o: In function `oz99x_remove': drivers/i2c/chips/oz99x.c:660:

Re: 2.6.24-rc6-mm1

2008-01-06 Thread FUJITA Tomonori
On Sun, 6 Jan 2008 21:03:42 +0100 "Torsten Kaiser" <[EMAIL PROTECTED]> wrote: > On Jan 6, 2008 2:33 PM, FUJITA Tomonori <[EMAIL PROTECTED]> wrote: > > On Sun, 6 Jan 2008 12:35:35 +0100 > > "Torsten Kaiser" <[EMAIL PROTECTED]> wrote: > > > On Jan 6, 2008 12:23 PM, FUJITA Tomonori <[EMAIL PROTECTED]

Re: 2.6.24-rc6-mm1: sparc64: undefined reference to `vmemmap_table'

2008-01-06 Thread David Miller
From: Andrew Morton <[EMAIL PROTECTED]> Date: Sun, 6 Jan 2008 02:15:54 -0800 > On Sun, 6 Jan 2008 11:03:02 +0100 Mariusz Kozlowski <[EMAIL PROTECTED]> wrote: > > > This is from allnoconfig on sparc64: > > > > LD .tmp_vmlinux1 > > arch/sparc64/kernel/head.o: In function `kvmap_vmemmap'

Re: 2.6.24-rc6-mm1

2008-01-06 Thread Torsten Kaiser
On Jan 6, 2008 2:33 PM, FUJITA Tomonori <[EMAIL PROTECTED]> wrote: > On Sun, 6 Jan 2008 12:35:35 +0100 > "Torsten Kaiser" <[EMAIL PROTECTED]> wrote: > > On Jan 6, 2008 12:23 PM, FUJITA Tomonori <[EMAIL PROTECTED]> wrote: > > > On Sun, 6 Jan 2008 11:41:10 +0100 > > > "Torsten Kaiser" <[EMAIL PROTECT

Re: 2.6.24-rc6-mm1

2008-01-06 Thread Jarek Poplawski
On Sun, Jan 06, 2008 at 11:30:48AM +0100, Torsten Kaiser wrote: ... > I think this bug is highly timing dependent. Its not always the same > package that dies and as this is a SMP system I would guess two CPUs > using the same data will trigger this. > And using the poison-option will definitily sl

Re: 2.6.24-rc6-mm1

2008-01-06 Thread FUJITA Tomonori
On Sun, 6 Jan 2008 12:35:35 +0100 "Torsten Kaiser" <[EMAIL PROTECTED]> wrote: > On Jan 6, 2008 12:23 PM, FUJITA Tomonori <[EMAIL PROTECTED]> wrote: > > On Sun, 6 Jan 2008 11:41:10 +0100 > > "Torsten Kaiser" <[EMAIL PROTECTED]> wrote: > > > I will applie your patch and see if this hunk from > > > f

Re: 2.6.24-rc6-mm1

2008-01-06 Thread Torsten Kaiser
On Jan 6, 2008 12:23 PM, FUJITA Tomonori <[EMAIL PROTECTED]> wrote: > On Sun, 6 Jan 2008 11:41:10 +0100 > "Torsten Kaiser" <[EMAIL PROTECTED]> wrote: > > I will applie your patch and see if this hunk from > > find_next_zero_area() makes a difference: > > > >end = index + nr; > > - if

Re: 2.6.24-rc6-mm1

2008-01-06 Thread FUJITA Tomonori
On Sun, 6 Jan 2008 11:41:10 +0100 "Torsten Kaiser" <[EMAIL PROTECTED]> wrote: > On Jan 6, 2008 4:28 AM, FUJITA Tomonori <[EMAIL PROTECTED]> wrote: > > On Sat, 5 Jan 2008 17:25:24 -0800 > > Andrew Morton <[EMAIL PROTECTED]> wrote: > > > On Sat, 5 Jan 2008 23:10:17 +0100 "Torsten Kaiser" <[EMAIL PRO

Re: 2.6.24-rc6-mm1

2008-01-06 Thread Torsten Kaiser
On Jan 6, 2008 4:28 AM, FUJITA Tomonori <[EMAIL PROTECTED]> wrote: > On Sat, 5 Jan 2008 17:25:24 -0800 > Andrew Morton <[EMAIL PROTECTED]> wrote: > > On Sat, 5 Jan 2008 23:10:17 +0100 "Torsten Kaiser" <[EMAIL PROTECTED]> > > wrote: > > > But the cause of my mail is the following question: > > > Re

Re: 2.6.24-rc6-mm1

2008-01-06 Thread Torsten Kaiser
On Jan 6, 2008 9:27 AM, Jarek Poplawski <[EMAIL PROTECTED]> wrote: > On Sat, Jan 05, 2008 at 03:52:32PM +0100, Torsten Kaiser wrote: > ... > > So my personal conclusion would be, that someone is writing to memory > > that he no longer owns. Most probably 0-bytes. (the complete_routine > > got NULLe

Re: 2.6.24-rc6-mm1: sparc64: undefined reference to `vmemmap_table'

2008-01-06 Thread Andrew Morton
On Sun, 6 Jan 2008 11:03:02 +0100 Mariusz Kozlowski <[EMAIL PROTECTED]> wrote: > This is from allnoconfig on sparc64: > > LD .tmp_vmlinux1 > arch/sparc64/kernel/head.o: In function `kvmap_vmemmap': > (.text+0x34ec): undefined reference to `vmemmap_table' > arch/sparc64/kernel/head.o:

Re: 2.6.24-rc6-mm1: sparc64: undefined reference to `vmemmap_table'

2008-01-06 Thread Mariusz Kozlowski
Hello, This is from allnoconfig on sparc64: LD .tmp_vmlinux1 arch/sparc64/kernel/head.o: In function `kvmap_vmemmap': (.text+0x34ec): undefined reference to `vmemmap_table' arch/sparc64/kernel/head.o: In function `kvmap_vmemmap': (.text+0x34f4): undefined reference to `vmemmap_tabl

Re: 2.6.24-rc6-mm1

2008-01-06 Thread Jarek Poplawski
On Sat, Jan 05, 2008 at 03:52:32PM +0100, Torsten Kaiser wrote: ... > So my personal conclusion would be, that someone is writing to memory > that he no longer owns. Most probably 0-bytes. (the complete_routine > got NULLed and the warning about dst->__refcnt being 0). > > Use-after-free or someth

Re: 2.6.24-rc6-mm1

2008-01-05 Thread FUJITA Tomonori
On Sat, 5 Jan 2008 17:25:24 -0800 Andrew Morton <[EMAIL PROTECTED]> wrote: > On Sat, 5 Jan 2008 23:10:17 +0100 "Torsten Kaiser" <[EMAIL PROTECTED]> wrote: > > > On Jan 5, 2008 3:52 PM, Torsten Kaiser <[EMAIL PROTECTED]> wrote: > > > On Jan 5, 2008 11:13 AM, Jarek Poplawski <[EMAIL PROTECTED]> wro

Re: 2.6.24-rc6-mm1

2008-01-05 Thread Torsten Kaiser
On Jan 5, 2008 11:10 PM, Torsten Kaiser <[EMAIL PROTECTED]> wrote: > 2.6.24-rc6 + mm-patches up to git.battery (includes git-net and > git-netdev-all) worked for 110 packages, then I proclaimed it good. > 2.6.24-rc6 + mm-patches up to (including) git.nfsd is currently > getting testet (9 packages d

Re: 2.6.24-rc6-mm1

2008-01-05 Thread Andrew Morton
On Sat, 5 Jan 2008 23:10:17 +0100 "Torsten Kaiser" <[EMAIL PROTECTED]> wrote: > On Jan 5, 2008 3:52 PM, Torsten Kaiser <[EMAIL PROTECTED]> wrote: > > On Jan 5, 2008 11:13 AM, Jarek Poplawski <[EMAIL PROTECTED]> wrote: > > > On Sat, Jan 05, 2008 at 09:01:02AM +0100, Torsten Kaiser wrote: > > > > On

Re: 2.6.24-rc6-mm1

2008-01-05 Thread Torsten Kaiser
On Jan 5, 2008 3:52 PM, Torsten Kaiser <[EMAIL PROTECTED]> wrote: > On Jan 5, 2008 11:13 AM, Jarek Poplawski <[EMAIL PROTECTED]> wrote: > > On Sat, Jan 05, 2008 at 09:01:02AM +0100, Torsten Kaiser wrote: > > > On Jan 5, 2008 1:07 AM, Jarek Poplawski <[EMAIL PROTECTED]> wrote: > > > > I think it wou

Re: 2.6.24-rc6-mm1 (build problem: gpio/W1)

2008-01-05 Thread Randy Dunlap
-rc6-mm1/drivers/w1/masters/w1-gpio.c:19: include2/asm/gpio.h:4:18: error: gpio.h: No such file or directory /local/linsrc/linux-2.6.24-rc6-mm1/drivers/w1/masters/w1-gpio.c: In function 'w1_gpio_write_bit_dir': /local/linsrc/linux-2.6.24-rc6-mm1/drivers/w1/masters/w1-gpio.c:26: error:

Re: 2.6.24-rc6-mm1 (build problem: gpio/W1)

2008-01-05 Thread Ville Syrjälä
> > /local/linsrc/linux-2.6.24-rc6-mm1/drivers/w1/masters/w1-gpio.c:19: > > include2/asm/gpio.h:4:18: error: gpio.h: No such file or directory > > /local/linsrc/linux-2.6.24-rc6-mm1/drivers/w1/masters/w1-gpio.c: In > > function 'w1_gpio_write_bit_dir': > > /lo

Re: 2.6.24-rc6-mm1 (build problem: gpio/W1)

2008-01-05 Thread Evgeniy Polyakov
Hi Randy. Sorry for long delay. On Mon, Dec 31, 2007 at 10:19:20AM -0800, Randy Dunlap ([EMAIL PROTECTED]) wrote: > CC drivers/w1/masters/w1-gpio.o > In file included from > /local/linsrc/linux-2.6.24-rc6-mm1/drivers/w1/masters/w1-gpio.c:19: > include2/asm/gpio.h:4:18: error

Re: 2.6.24-rc6-mm1

2008-01-05 Thread Jarek Poplawski
On Sat, Jan 05, 2008 at 09:01:02AM +0100, Torsten Kaiser wrote: > On Jan 5, 2008 1:07 AM, Jarek Poplawski <[EMAIL PROTECTED]> wrote: > > On Fri, Jan 04, 2008 at 04:21:26PM +0100, Torsten Kaiser wrote: > > > On Jan 4, 2008 2:30 PM, Jarek Poplawski <[EMAIL PROTECTED]> wrote: > > > The only thing that

Re: 2.6.24-rc6-mm1

2008-01-05 Thread Torsten Kaiser
On Jan 5, 2008 1:07 AM, Jarek Poplawski <[EMAIL PROTECTED]> wrote: > On Fri, Jan 04, 2008 at 04:21:26PM +0100, Torsten Kaiser wrote: > > On Jan 4, 2008 2:30 PM, Jarek Poplawski <[EMAIL PROTECTED]> wrote: > > The only thing that is sadly not practical is bisecting the borkenout > > mm-patches, as tr

Re: 2.6.24-rc6-mm1

2008-01-04 Thread Jarek Poplawski
On Fri, Jan 04, 2008 at 04:21:26PM +0100, Torsten Kaiser wrote: > On Jan 4, 2008 2:30 PM, Jarek Poplawski <[EMAIL PROTECTED]> wrote: ... > I'm open for any suggestions and will try to answer any questions. I'm very glad, thanks! > The only thing that is sadly not practical is bisecting the borken

Re: 2.6.24-rc6-mm1

2008-01-04 Thread Torsten Kaiser
On Jan 4, 2008 4:21 PM, Torsten Kaiser <[EMAIL PROTECTED]> wrote: > On Jan 4, 2008 2:30 PM, Jarek Poplawski <[EMAIL PROTECTED]> wrote: > > - above git-nfsd and git-net tests should be probably repeated with > > -rc6-mm1 git versions: so vanilla rc6 plus both these -mm patches > > only, and if bug t

Re: [uml-devel] UML woes in 2.6.24-rc6-mm1

2008-01-04 Thread Miklos Szeredi
> > This is the one: uml-runtime-detection-of-host-vmsplit-on-i386.patch > > > > The relevant log line (both for successful and failed boots): > > > > Locating the top of the address space ... 0xffc0 > > Thanks for narrowing it down. It turns out I can reproduce it with a > defconfig, but i

Re: [uml-devel] UML woes in 2.6.24-rc6-mm1

2008-01-04 Thread Jeff Dike
On Thu, Jan 03, 2008 at 01:55:57PM +0100, Miklos Szeredi wrote: > This is the one: uml-runtime-detection-of-host-vmsplit-on-i386.patch > > The relevant log line (both for successful and failed boots): > > Locating the top of the address space ... 0xffc0 Thanks for narrowing it down. It turn

Re: 2.6.24-rc6-mm1

2008-01-04 Thread Torsten Kaiser
/index2/shared_cpu_map [15593.236374] CPU 2 [15593.236374] Modules linked in: radeon drm w83792d ipv6 tuner tea5767 tda8290 tuner_xc2028 tda9887 tuner_simple mt20xx tea5761 tvaudio msp3400 bttv ir_common compat_ioctl32 videobuf_dma_sg videobuf_core btcx_risc tveeprom videodev usbhid v4l2_common v4l1

Re: 2.6.24-rc6-mm1

2008-01-04 Thread Jarek Poplawski
On 04-01-2008 11:23, Torsten Kaiser wrote: > On Jan 2, 2008 10:51 PM, Herbert Xu <[EMAIL PROTECTED]> wrote: >> On Wed, Jan 02, 2008 at 07:29:59PM +0100, Torsten Kaiser wrote: >>> Vanilla 2.6.24-rc6 seems stable. I did not see any crash or warnings. >> OK that's great. The next step would be to try

Re: 2.6.24-rc6-mm1

2008-01-04 Thread Torsten Kaiser
On Jan 2, 2008 10:51 PM, Herbert Xu <[EMAIL PROTECTED]> wrote: > On Wed, Jan 02, 2008 at 07:29:59PM +0100, Torsten Kaiser wrote: > > > > Vanilla 2.6.24-rc6 seems stable. I did not see any crash or warnings. > > OK that's great. The next step would be to try excluding specific git > trees from mm t

Re: 2.6.24-rc6-mm1

2008-01-03 Thread J. Bruce Fields
On Thu, Jan 03, 2008 at 04:37:46PM +0100, Torsten Kaiser wrote: > On Jan 2, 2008 10:57 PM, J. Bruce Fields <[EMAIL PROTECTED]> wrote: > > On Thu, Jan 03, 2008 at 08:51:54AM +1100, Herbert Xu wrote: > > > The two specific trees of interest would be git-nfsd and git-net. > > > > Also, if it's git-nfs

Re: 2.6.24-rc6-mm1

2008-01-03 Thread Torsten Kaiser
On Jan 2, 2008 10:57 PM, J. Bruce Fields <[EMAIL PROTECTED]> wrote: > On Thu, Jan 03, 2008 at 08:51:54AM +1100, Herbert Xu wrote: > > The two specific trees of interest would be git-nfsd and git-net. > > Also, if it's git-nfsd, it'd be useful to test with the current git-nfsd > from the for-mm bran

Re: [uml-devel] UML woes in 2.6.24-rc6-mm1

2008-01-03 Thread Miklos Szeredi
> > 32bit UML, 64bit host, config attached. > > Hadn't tried that, but that works here too. > > I'll see if your config reproduces it. > > > Can't reproduce with plain -rc6. > > Feel like bisecting -mm1? This is the one: uml-runtime-detection-of-host-vmsplit-on-i386.patch The relevant log lin

Re: 2.6.24-rc6-mm1

2008-01-02 Thread Torsten Kaiser
is not easy so marking anything 'good' is questionable. This time I needed to compile over 50 packages until it triggered. I was using 2.6.24-rc6-mm1 again, but with a crude hack (see end of mail) that I hope should catch any double-frees of skbs. None of my warnings triggered, only a list

tty + BKL [Was: 2.6.24-rc6-mm1]

2008-01-02 Thread Jiri Slaby
On 01/02/2008 11:49 PM, Alan Cox wrote: > Almost all the serial drivers clone the same open and release methods (or > worse older versions of it) so that also needs doing. Lots to do, so > little time. Could you be more specific here please, maybe somebody could help. -- To unsubscribe from this l

Re: 2.6.24-rc6-mm1

2008-01-02 Thread Alan Cox
> could we perhaps just replace it with a tty_mutex? (possibly a recursive > one) I suspect by now most of the BKL dependencies there have become > local to the tty code? Or are there deep VFS dependencies as well? (if > yes, what type of dependencies?) The big problem is that nobody actually k

Re: [uml-devel] UML woes in 2.6.24-rc6-mm1

2008-01-02 Thread Jeff Dike
On Wed, Jan 02, 2008 at 09:52:41PM +0100, Miklos Szeredi wrote: > 32bit UML, 64bit host, config attached. Hadn't tried that, but that works here too. I'll see if your config reproduces it. > Can't reproduce with plain -rc6. Feel like bisecting -mm1? Jeff -- Wo

Re: 2.6.24-rc6-mm1

2008-01-02 Thread J. Bruce Fields
On Thu, Jan 03, 2008 at 08:51:54AM +1100, Herbert Xu wrote: > On Wed, Jan 02, 2008 at 07:29:59PM +0100, Torsten Kaiser wrote: > > > > Vanilla 2.6.24-rc6 seems stable. I did not see any crash or warnings. > > OK that's great. The next step would be to try excluding specific git > trees from mm to

Re: 2.6.24-rc6-mm1

2008-01-02 Thread Herbert Xu
On Wed, Jan 02, 2008 at 07:29:59PM +0100, Torsten Kaiser wrote: > > Vanilla 2.6.24-rc6 seems stable. I did not see any crash or warnings. OK that's great. The next step would be to try excluding specific git trees from mm to see if they make a difference. The two specific trees of interest would

Re: [uml-devel] UML woes in 2.6.24-rc6-mm1

2008-01-02 Thread Miklos Szeredi
ost, config attached. > Can you double-check that you have a clean pool and a clean build, etc? Double checked with fresh build from pristine sources. Sometimes it boots normally, sometimes not, it's all rather strange. Can't reproduce with plain -rc6. Miklos # # Automatically ge

Re: [patch] x86 compat_binfmt_elf, Makefile fixes (was: Re: 2.6.24-rc6-mm1)

2008-01-02 Thread Ingo Molnar
* Rafael J. Wysocki <[EMAIL PROTECTED]> wrote: > On Wednesday, 2 of January 2008, Ingo Molnar wrote: > > > > * Rafael J. Wysocki <[EMAIL PROTECTED]> wrote: > > > > > > Try to delete your fs/ directory in your output dir. Then I expect > > > > the same bug to surface again. > > > > > > It does

Re: [patch] x86 compat_binfmt_elf, Makefile fixes (was: Re: 2.6.24-rc6-mm1)

2008-01-02 Thread Rafael J. Wysocki
On Wednesday, 2 of January 2008, Ingo Molnar wrote: > > * Rafael J. Wysocki <[EMAIL PROTECTED]> wrote: > > > > Try to delete your fs/ directory in your output dir. Then I expect > > > the same bug to surface again. > > > > It does surface indeed. > > could you try the patch from Sam below - do

Re: [uml-devel] UML woes in 2.6.24-rc6-mm1

2008-01-02 Thread Jeff Dike
On Wed, Jan 02, 2008 at 06:53:00PM +0100, Miklos Szeredi wrote: > The below patch was needed to make UML compile in latest -mm. ACK on that - I've got the same patch on its way. > But sometimes it doesn't boot and does weird things (this is a sample > with init=/bin/bash): > (none):/# ls > Segme

[patch] x86 compat_binfmt_elf, Makefile fixes (was: Re: 2.6.24-rc6-mm1)

2008-01-02 Thread Ingo Molnar
* Rafael J. Wysocki <[EMAIL PROTECTED]> wrote: > > Try to delete your fs/ directory in your output dir. Then I expect > > the same bug to surface again. > > It does surface indeed. could you try the patch from Sam below - does it fix the problem? Thanks, Ingo --> Subject: x8

Re: 2.6.24-rc6-mm1

2008-01-02 Thread Torsten Kaiser
On Jan 1, 2008 1:04 PM, Herbert Xu <[EMAIL PROTECTED]> wrote: > In any case, I suspect the cause of your problem is that somebody > somewhere is doing a double-free on an skb. > > Since you're the only person who can reproduce this, we really need > your help to track this down. Since bisecting th

UML woes in 2.6.24-rc6-mm1

2008-01-02 Thread Miklos Szeredi
The below patch was needed to make UML compile in latest -mm. But sometimes it doesn't boot and does weird things (this is a sample with init=/bin/bash): [0.42] EXT3-fs: mounted filesystem with ordered data mode. [0.42] VFS: Mounted root (ext3 filesystem) readonly. (none):/# ls (n

  1   2   3   >