login
Login
/
Register
Search
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2007
»
September
»
27
Re: 2.6.23-rc8-mm2: problems on HP nx6325
view
thread
!MAILaRCHIVE_VOTE_RePLACE
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From:
Thomas Gleixner <tglx@...>
To: Rafael J. Wysocki <rjw@...>
Cc: Andrew Morton <akpm@...>, <linux-kernel@...>
Subject:
Re: 2.6.23-rc8-mm2: problems on HP nx6325
Date: Thursday, September 27, 2007 - 11:49 am
On Thu, 2007-09-27 at 17:59 +0200, Rafael J. Wysocki wrote:
quoted text
> > 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 patch: > > --- > From: Rafael J. Wysocki <rjw@sisk.pl> > > 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 <rjw@sisk.pl>
Doh, I knew I blew it. Good catch, thanks, tglx
quoted text
> --- > arch/x86_64/kernel/apic.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > Index: linux-2.6.23-rc8-mm2/arch/x86_64/kernel/apic.c > =================================================================== > --- linux-2.6.23-rc8-mm2.orig/arch/x86_64/kernel/apic.c > +++ linux-2.6.23-rc8-mm2/arch/x86_64/kernel/apic.c > @@ -42,7 +42,7 @@ > > int apic_verbosity; > static int apic_calibrate_pmtmr __initdata; > -int disable_apic_timer __initdata; > +int disable_apic_timer __cpuinitdata; > > /* Local APIC timer works in C2? */ > int local_apic_timer_c2_ok;
-
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
2.6.23-rc8-mm2
, Andrew Morton
, (Thu Sep 27, 5:22 am)
Re: 2.6.23-rc8-mm2
, Matt Mackall
, (Tue Oct 9, 1:49 pm)
Re: 2.6.23-rc8-mm2 - PowerPC link failure at arch/powerpc/ke...
, Kamalesh Babulal
, (Sun Sep 30, 12:10 am)
Re: 2.6.23-rc8-mm2 - PowerPC link failure at arch/powerpc/ke...
, Kamalesh Babulal
, (Sun Sep 30, 5:37 am)
Re: 2.6.23-rc8-mm2
,
, (Sat Sep 29, 10:26 pm)
Re: 2.6.23-rc8-mm2
, Andrew Morton
, (Sun Sep 30, 4:50 am)
Re: 2.6.23-rc8-mm2
,
, (Mon Oct 1, 12:12 pm)
Re: 2.6.23-rc8-mm2
, Rafael J. Wysocki
, (Sun Sep 30, 4:01 pm)
Re: 2.6.23-rc8-mm2
,
, (Mon Oct 1, 1:12 pm)
Re: 2.6.23-rc8-mm2
, Dave Young
, (Sat Sep 29, 5:37 am)
Re: 2.6.23-rc8-mm2
, Greg KH
, (Sat Sep 29, 11:19 am)
Re: 2.6.23-rc8-mm2
, Dave Young
, (Mon Oct 8, 2:43 am)
Re: 2.6.23-rc8-mm2
,
, (Sun Sep 30, 1:18 am)
Re: 2.6.23-rc8-mm2
, Dave Young
, (Sat Sep 29, 9:29 pm)
/proc/net/ bad hard links count [Was: 2.6.23-rc8-mm2]
, Jiri Slaby
, (Fri Sep 28, 12:30 pm)
Re: /proc/net/ bad hard links count [Was: 2.6.23-rc8-mm2]
, Eric W. Biederman
, (Fri Sep 28, 1:03 pm)
Re: 2.6.23-rc8-mm2 - tcp_fastretrans_alert() WARNING
, Cedric Le Goater
, (Fri Sep 28, 11:42 am)
Re: 2.6.23-rc8-mm2 - tcp_fastretrans_alert() WARNING
, Ilpo Järvinen
, (Fri Sep 28, 3:10 pm)
Re: 2.6.23-rc8-mm2 - tcp_fastretrans_alert() WARNING
, Ilpo Järvinen
, (Sat Sep 29, 8:44 am)
Re: 2.6.23-rc8-mm2 - tcp_fastretrans_alert() WARNING
, Cedric Le Goater
, (Sat Sep 29, 10:55 am)
Re: 2.6.23-rc8-mm2 - tcp_fastretrans_alert() WARNING
, Ilpo Järvinen
, (Sat Sep 29, 4:49 pm)
Re: 2.6.23-rc8-mm2 - tcp_fastretrans_alert() WARNING
, Cedric Le Goater
, (Mon Oct 1, 5:26 am)
Re: 2.6.23-rc8-mm2 - tcp_fastretrans_alert() WARNING
, Ilpo Järvinen
, (Tue Oct 2, 6:26 am)
Re: 2.6.23-rc8-mm2 - tcp_fastretrans_alert() WARNING
, Ilpo Järvinen
, (Tue Oct 2, 4:06 pm)
Re: 2.6.23-rc8-mm2 - tcp_fastretrans_alert() WARNING
, Ilpo Järvinen
, (Tue Oct 2, 5:48 pm)
WARNING: at arch/x86_64/kernel/smp.c:397 smp_call_function_m...
, Fengguang Wu
, (Thu Sep 27, 10:40 pm)
Re: WARNING: at arch/x86_64/kernel/smp.c:397 smp_call_functi...
, Laurent Vivier
, (Fri Sep 28, 4:52 am)
Re: WARNING: at arch/x86_64/kernel/smp.c:397 smp_call_functi...
, Andrew Morton
, (Fri Sep 28, 5:09 am)
Re: WARNING: at arch/x86_64/kernel/smp.c:397 smp_call_functi...
, Laurent Vivier
, (Fri Sep 28, 5:18 am)
Re: WARNING: at arch/x86_64/kernel/smp.c:397 smp_call_functi...
, Andrew Morton
, (Fri Sep 28, 5:34 am)
Re: WARNING: at arch/x86_64/kernel/smp.c:397 smp_call_functi...
, Laurent Vivier
, (Fri Sep 28, 8:07 am)
Re: WARNING: at arch/x86_64/kernel/smp.c:397 smp_call_functi...
, Fengguang Wu
, (Sat Sep 29, 4:15 am)
Re: WARNING: at arch/x86_64/kernel/smp.c:397 smp_call_functi...
, Fengguang Wu
, (Sat Sep 29, 2:59 am)
Re: 2.6.23-rc8-mm2: BUG near reiserfs_xattr_set
, Laurent Riffard
, (Thu Sep 27, 3:18 pm)
Re: 2.6.23-rc8-mm2: BUG near reiserfs_xattr_set
, Andrew Morton
, (Thu Sep 27, 3:48 pm)
Re: 2.6.23-rc8-mm2: BUG near reiserfs_xattr_set
, Christoph Hellwig
, (Thu Sep 27, 4:26 pm)
[RFC][PATCH] make reiserfs stop using 'struct file' for inte...
, Dave Hansen
, (Thu Sep 27, 4:53 pm)
Re: [RFC][PATCH] make reiserfs stop using 'struct file' for ...
, Christoph Hellwig
, (Thu Sep 27, 5:04 pm)
Re: [RFC][PATCH] make reiserfs stop using 'struct file' for ...
, Dave Hansen
, (Thu Sep 27, 5:27 pm)
Re: [RFC][PATCH] make reiserfs stop using 'struct file' for ...
, Andrew Morton
, (Thu Sep 27, 5:51 pm)
Re: [RFC][PATCH] make reiserfs stop using 'struct file' for ...
, Christoph Hellwig
, (Fri Sep 28, 3:16 am)
[RFC][PATCH] stop abusing filp_open in reiserfs journal code
, Christoph Hellwig
, (Fri Sep 28, 3:29 am)
Re: [RFC][PATCH] make reiserfs stop using 'struct file' for ...
, Peter Zijlstra
, (Thu Sep 27, 6:02 pm)
Re: [RFC][PATCH] make reiserfs stop using 'struct file' for ...
, Andrew Morton
, (Thu Sep 27, 5:54 pm)
Re: 2.6.23-rc8-mm2: BUG near reiserfs_xattr_set
, Dave Hansen
, (Thu Sep 27, 4:05 pm)
Re: 2.6.23-rc8-mm2: problems on HP nx6325
, Rafael J. Wysocki
, (Thu Sep 27, 11:19 am)
Re: 2.6.23-rc8-mm2: problems on HP nx6325
, Rafael J. Wysocki
, (Thu Sep 27, 11:59 am)
Re: 2.6.23-rc8-mm2: problems on HP nx6325
, Sam Ravnborg
, (Thu Sep 27, 12:53 pm)
Re: 2.6.23-rc8-mm2: problems on HP nx6325
, Randy Dunlap
, (Thu Sep 27, 1:33 pm)
Re: 2.6.23-rc8-mm2: problems on HP nx6325
, Sam Ravnborg
, (Thu Sep 27, 3:19 pm)
Re: 2.6.23-rc8-mm2: problems on HP nx6325
, Rafael J. Wysocki
, (Thu Sep 27, 3:48 pm)
Re: 2.6.23-rc8-mm2: problems on HP nx6325
, Randy Dunlap
, (Thu Sep 27, 3:37 pm)
Re: 2.6.23-rc8-mm2: problems on HP nx6325
, Rafael J. Wysocki
, (Thu Sep 27, 4:01 pm)
Re: 2.6.23-rc8-mm2: problems on HP nx6325
, Thomas Gleixner
, (Thu Sep 27, 11:49 am)
Re: 2.6.23-rc8-mm2: problems on HP nx6325
, Rafael J. Wysocki
, (Fri Sep 28, 5:31 pm)
Re: 2.6.23-rc8-mm2 - drivers/net/ibm_newemac/mal - broken
, Kamalesh Babulal
, (Thu Sep 27, 6:52 am)
Navigation
Create content
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Paul E. McKenney
[PATCH RFC 2/9] RCU: Fix barriers
david
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3
Dimitri Sivanich
Re: Inquiry: Should we remove "isolcpus= kernel boot option? (may have realtime us...
Greg KH
[GIT PATCH] driver core patches against 2.6.24
git
:
linux-netdev
:
Patrick McHardy
Re: [PATCH 20/31]: pkt_sched: Perform bulk of qdisc destruction in RCU.
David Miller
Re: [GIT]: Networking
David Miller
Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock().
Gerrit Renker
[PATCH 0/37] dccp: Feature negotiation - last call for comments
openbsd-misc
:
Colocation donated by:
Who's online
There are currently
2 users
and
515 guests
online.
Online users
viajarconperr
allreviewed00
Syndicate