Re: 2.6.23-rc8-mm2: problems on HP nx6325

2007-09-28 Thread Rafael J. Wysocki
On Thursday, 27 September 2007 17:49, Thomas Gleixner wrote: > On Thu, 2007-09-27 at 17:59 +0200, Rafael J. Wysocki wrote: > > > 2) CPU hotplug is busted (onlining of CPU1 kills the kernel), probably > > > due to > > >the same issue that I'm having with the -hrt version of 2.6.23-rc8 > > > (w

Re: 2.6.23-rc8-mm2: problems on HP nx6325

2007-09-27 Thread Rafael J. Wysocki
On Thursday, 27 September 2007 21:37, Randy Dunlap wrote: > On Thu, 27 Sep 2007 21:48:59 +0200 Rafael J. Wysocki wrote: > > > On Thursday, 27 September 2007 21:19, Sam Ravnborg wrote: > > > On Thu, Sep 27, 2007 at 10:33:51AM -0700, Randy Dunlap wrote: > > > > On Thu, 27 Sep 2007 18:53:46 +0200 Sam

Re: 2.6.23-rc8-mm2: problems on HP nx6325

2007-09-27 Thread Randy Dunlap
On Thu, 27 Sep 2007 21:48:59 +0200 Rafael J. Wysocki wrote: > On Thursday, 27 September 2007 21:19, Sam Ravnborg wrote: > > On Thu, Sep 27, 2007 at 10:33:51AM -0700, Randy Dunlap wrote: > > > On Thu, 27 Sep 2007 18:53:46 +0200 Sam Ravnborg wrote: > > > > > > > Hi Rafael. > > > > > > > > > > Fix

Re: 2.6.23-rc8-mm2: problems on HP nx6325

2007-09-27 Thread Rafael J. Wysocki
On Thursday, 27 September 2007 21:19, Sam Ravnborg wrote: > On Thu, Sep 27, 2007 at 10:33:51AM -0700, Randy Dunlap wrote: > > On Thu, 27 Sep 2007 18:53:46 +0200 Sam Ravnborg wrote: > > > > > Hi Rafael. > > > > > > > > Fix CPU hotplug breakage on HP nx6325 and similar boxes caused by a > > > > re

Re: 2.6.23-rc8-mm2: problems on HP nx6325

2007-09-27 Thread Sam Ravnborg
On Thu, Sep 27, 2007 at 10:33:51AM -0700, Randy Dunlap wrote: > On Thu, 27 Sep 2007 18:53:46 +0200 Sam Ravnborg wrote: > > > Hi Rafael. > > > > > > Fix CPU hotplug breakage on HP nx6325 and similar boxes caused by a > > > reference > > > to disable_apic_timer (labeled as __initdata) from the CPU

Re: 2.6.23-rc8-mm2: problems on HP nx6325

2007-09-27 Thread Randy Dunlap
On Thu, 27 Sep 2007 18:53:46 +0200 Sam Ravnborg wrote: > Hi Rafael. > > > > Fix CPU hotplug breakage on HP nx6325 and similar boxes caused by a > > reference > > to disable_apic_timer (labeled as __initdata) from the CPU initialization > > code. > > > > Signed-off-by: Rafael J. Wysocki <[EMAIL

Re: 2.6.23-rc8-mm2: problems on HP nx6325

2007-09-27 Thread Sam Ravnborg
Hi Rafael. > > Fix CPU hotplug breakage on HP nx6325 and similar boxes caused by a reference > to disable_apic_timer (labeled as __initdata) from the CPU initialization > code. > > Signed-off-by: Rafael J. Wysocki <[EMAIL PROTECTED]> > --- > arch/x86_64/kernel/apic.c |2 +- > 1 file changed

Re: 2.6.23-rc8-mm2: problems on HP nx6325

2007-09-27 Thread Thomas Gleixner
On Thu, 2007-09-27 at 17:59 +0200, Rafael J. Wysocki wrote: > > 2) CPU hotplug is busted (onlining of CPU1 kills the kernel), probably due > > to > >the same issue that I'm having with the -hrt version of 2.6.23-rc8 (we're > >debugging it right now) > > This one is fixed by the following

Re: 2.6.23-rc8-mm2: problems on HP nx6325

2007-09-27 Thread Rafael J. Wysocki
On Thursday, 27 September 2007 17:19, Rafael J. Wysocki wrote: > On Thursday, 27 September 2007 11:22, Andrew Morton wrote: > > > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.23-rc8/2.6.23-rc8-mm2/ > > > > > > - The scheduler devel tree has been restored > > > > - The dri

Re: 2.6.23-rc8-mm2: problems on HP nx6325

2007-09-27 Thread Rafael J. Wysocki
On Thursday, 27 September 2007 11:22, Andrew Morton wrote: > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.23-rc8/2.6.23-rc8-mm2/ > > > - The scheduler devel tree has been restored > > - The driver tree is presently busted, so I reverted it to the 2..23-rc8-mm1 > version