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:
Rafael J. Wysocki <rjw@...>
To: Randy Dunlap <randy.dunlap@...>
Cc: Sam Ravnborg <sam@...>, Andrew Morton <akpm@...>, <linux-kernel@...>, Thomas Gleixner <tglx@...>
Subject:
Re: 2.6.23-rc8-mm2: problems on HP nx6325
Date: Thursday, September 27, 2007 - 4:01 pm
On Thursday, 27 September 2007 21:37, Randy Dunlap wrote:
quoted text
> 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 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> > > > > > > --- > > > > > > 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; > > > > > > > > > > > This is with your configuration a reference from a .text section > > > > > to a .init.data section as I see it. > > > > > > > > > > So this ought to have been flagged by the section mismatch > > > > > checks in modpost. > > > > > > > > > > I assume you did not see such warning?? > > > > > > > > I did: > > > > But I didn't. I'm not sure why. > > I did only on one build machine (multiple times). I tried > to reproduce it on another machine and could not. I blame > different build tools.
That's possible. I use the default openSUSE 10.2 toolchain. Greetings, Rafael -
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
0 users
and
626 guests
online.
Syndicate