login
Login
/
Register
Search
Search this site:
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
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Thomas Gleixner
Subject:
Re: 2.6.23-rc8-mm2: problems on HP nx6325
Date: Thursday, September 27, 2007 - 8: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, 2:22 am)
Re: 2.6.23-rc8-mm2 - drivers/net/ibm_newemac/mal - broken
, Kamalesh Babulal
, (Thu Sep 27, 3:52 am)
Re: 2.6.23-rc8-mm2: problems on HP nx6325
, Rafael J. Wysocki
, (Thu Sep 27, 8:19 am)
Re: 2.6.23-rc8-mm2: problems on HP nx6325
, Thomas Gleixner
, (Thu Sep 27, 8:49 am)
Re: 2.6.23-rc8-mm2: problems on HP nx6325
, Rafael J. Wysocki
, (Thu Sep 27, 8:59 am)
Re: 2.6.23-rc8-mm2: problems on HP nx6325
, Sam Ravnborg
, (Thu Sep 27, 9:53 am)
Re: 2.6.23-rc8-mm2: problems on HP nx6325
, Randy Dunlap
, (Thu Sep 27, 10:33 am)
Re: 2.6.23-rc8-mm2: BUG near reiserfs_xattr_set
, Laurent Riffard
, (Thu Sep 27, 12:18 pm)
Re: 2.6.23-rc8-mm2: problems on HP nx6325
, Sam Ravnborg
, (Thu Sep 27, 12:19 pm)
Re: 2.6.23-rc8-mm2: problems on HP nx6325
, Randy Dunlap
, (Thu Sep 27, 12:37 pm)
Re: 2.6.23-rc8-mm2: BUG near reiserfs_xattr_set
, Andrew Morton
, (Thu Sep 27, 12:48 pm)
Re: 2.6.23-rc8-mm2: problems on HP nx6325
, Rafael J. Wysocki
, (Thu Sep 27, 12:48 pm)
Re: 2.6.23-rc8-mm2: problems on HP nx6325
, Rafael J. Wysocki
, (Thu Sep 27, 1:01 pm)
Re: 2.6.23-rc8-mm2: BUG near reiserfs_xattr_set
, Dave Hansen
, (Thu Sep 27, 1:05 pm)
Re: 2.6.23-rc8-mm2: BUG near reiserfs_xattr_set
, Christoph Hellwig
, (Thu Sep 27, 1:26 pm)
[RFC][PATCH] make reiserfs stop using 'struct file' for in ...
, Dave Hansen
, (Thu Sep 27, 1:53 pm)
Re: [RFC][PATCH] make reiserfs stop using 'struct file' fo ...
, Christoph Hellwig
, (Thu Sep 27, 2:04 pm)
Re: [RFC][PATCH] make reiserfs stop using 'struct file' fo ...
, Dave Hansen
, (Thu Sep 27, 2:27 pm)
Re: [RFC][PATCH] make reiserfs stop using 'struct file' fo ...
, Andrew Morton
, (Thu Sep 27, 2:51 pm)
Re: [RFC][PATCH] make reiserfs stop using 'struct file' fo ...
, Andrew Morton
, (Thu Sep 27, 2:54 pm)
Re: [RFC][PATCH] make reiserfs stop using 'struct file' fo ...
, Peter Zijlstra
, (Thu Sep 27, 3:02 pm)
WARNING: at arch/x86_64/kernel/smp.c:397 smp_call_function ...
, Fengguang Wu
, (Thu Sep 27, 7:40 pm)
Re: [RFC][PATCH] make reiserfs stop using 'struct file' fo ...
, Christoph Hellwig
, (Fri Sep 28, 12:16 am)
[RFC][PATCH] stop abusing filp_open in reiserfs journal code
, Christoph Hellwig
, (Fri Sep 28, 12:29 am)
Re: WARNING: at arch/x86_64/kernel/smp.c:397 smp_call_func ...
, Laurent Vivier
, (Fri Sep 28, 1:52 am)
Re: WARNING: at arch/x86_64/kernel/smp.c:397 smp_call_func ...
, Andrew Morton
, (Fri Sep 28, 2:09 am)
Re: WARNING: at arch/x86_64/kernel/smp.c:397 smp_call_func ...
, Laurent Vivier
, (Fri Sep 28, 2:18 am)
Re: WARNING: at arch/x86_64/kernel/smp.c:397 smp_call_func ...
, Andrew Morton
, (Fri Sep 28, 2:34 am)
Re: WARNING: at arch/x86_64/kernel/smp.c:397 smp_call_func ...
, Laurent Vivier
, (Fri Sep 28, 5:07 am)
Re: 2.6.23-rc8-mm2 - tcp_fastretrans_alert() WARNING
, Cedric Le Goater
, (Fri Sep 28, 8:42 am)
/proc/net/ bad hard links count [Was: 2.6.23-rc8-mm2]
, Jiri Slaby
, (Fri Sep 28, 9:30 am)
Re: /proc/net/ bad hard links count [Was: 2.6.23-rc8-mm2]
, Eric W. Biederman
, (Fri Sep 28, 10:03 am)
Re: 2.6.23-rc8-mm2 - tcp_fastretrans_alert() WARNING
, Ilpo Järvinen
, (Fri Sep 28, 12:10 pm)
Re: 2.6.23-rc8-mm2: problems on HP nx6325
, Rafael J. Wysocki
, (Fri Sep 28, 2:31 pm)
Re: WARNING: at arch/x86_64/kernel/smp.c:397 smp_call_func ...
, Fengguang Wu
, (Fri Sep 28, 11:59 pm)
Re: WARNING: at arch/x86_64/kernel/smp.c:397 smp_call_func ...
, Fengguang Wu
, (Sat Sep 29, 1:15 am)
Re: 2.6.23-rc8-mm2
, Dave Young
, (Sat Sep 29, 2:37 am)
Re: 2.6.23-rc8-mm2 - tcp_fastretrans_alert() WARNING
, Ilpo Järvinen
, (Sat Sep 29, 5:44 am)
Re: 2.6.23-rc8-mm2 - tcp_fastretrans_alert() WARNING
, Cedric Le Goater
, (Sat Sep 29, 7:55 am)
Re: 2.6.23-rc8-mm2
, Greg KH
, (Sat Sep 29, 8:19 am)
Re: 2.6.23-rc8-mm2 - tcp_fastretrans_alert() WARNING
, Ilpo Järvinen
, (Sat Sep 29, 1:49 pm)
Re: 2.6.23-rc8-mm2
, Dave Young
, (Sat Sep 29, 6:29 pm)
Re: 2.6.23-rc8-mm2
, Valdis.Kletnieks
, (Sat Sep 29, 7:26 pm)
Re: 2.6.23-rc8-mm2 - PowerPC link failure at arch/powerpc/ ...
, Kamalesh Babulal
, (Sat Sep 29, 9:10 pm)
Re: 2.6.23-rc8-mm2
, thunder7
, (Sat Sep 29, 10:18 pm)
Re: 2.6.23-rc8-mm2
, Andrew Morton
, (Sun Sep 30, 1:50 am)
Re: 2.6.23-rc8-mm2 - PowerPC link failure at arch/powerpc/ ...
, Kamalesh Babulal
, (Sun Sep 30, 2:37 am)
Re: 2.6.23-rc8-mm2
, Rafael J. Wysocki
, (Sun Sep 30, 1:01 pm)
Re: 2.6.23-rc8-mm2 - tcp_fastretrans_alert() WARNING
, Cedric Le Goater
, (Mon Oct 1, 2:26 am)
Re: 2.6.23-rc8-mm2
, Valdis.Kletnieks
, (Mon Oct 1, 9:12 am)
Re: 2.6.23-rc8-mm2
, Valdis.Kletnieks
, (Mon Oct 1, 10:12 am)
Re: 2.6.23-rc8-mm2 - tcp_fastretrans_alert() WARNING
, Ilpo Järvinen
, (Tue Oct 2, 3:26 am)
Re: 2.6.23-rc8-mm2 - tcp_fastretrans_alert() WARNING
, Ilpo Järvinen
, (Tue Oct 2, 1:06 pm)
Re: 2.6.23-rc8-mm2 - tcp_fastretrans_alert() WARNING
, Ilpo Järvinen
, (Tue Oct 2, 2:48 pm)
Re: 2.6.23-rc8-mm2
, Dave Young
, (Sun Oct 7, 11:43 pm)
Re: 2.6.23-rc8-mm2
, Matt Mackall
, (Tue Oct 9, 10:49 am)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Paul Turner
[tg_shares_up rewrite v4 11/11] sched: update tg->shares after cpu.shares write
Matthew Garrett
Re: [PATCH] Enable speedstep for sonoma processors.
Mauro Carvalho Chehab
Re: [PATCH 1/2] media: Add timberdale video-in driver
Peter Zijlstra
[PATCH 23/30] netvm: skb processing
Greg Kroah-Hartman
[PATCH 21/28] cgroupfs: create /sys/fs/cgroup to mount cgroupfs on
git
:
Jan Hudec
Re: GIT push to sftp (feature request)
Steffen Prohaska
[PATCH 0/4] core.ignorecase
Johannes Schindelin
Re: Git checkout preserve timestamp?
Linus Torvalds
[PATCH 1/7] Make unpack_trees_options bit flags actual bitfields
Johan Herland
Re: What's cooking in git.git (Oct 2010, #01; Wed, 13)
linux-netdev
:
David Miller
Re: [PATCH 1/3] f_phonet: dev_kfree_skb instead of dev_kfree_skb_any in TX callback
Richard Cochran
Re: [PATCH v3 3/3] ptp: Added a clock that uses the eTSEC found on the MPC85xx.
Jan Engelhardt
Re: [PATCH] Fix netfilter xt_time's time_mt()'s use of do_div()
Herbert Xu
Re: [RFC PATCH 00/17] virtual-bus
Jeff Kirsher
Re: [net-next-2.6 PATCH] e1000e: don't inadvertently re-set INTX_DISABLE
git-commits-head
:
Linux Kernel Mailing List
ALSA: hda - Enable beep on Realtek codecs with PCI SSID override
Linux Kernel Mailing List
Use path_put() in a few places instead of {mnt,d}put()
Linux Kernel Mailing List
mv643xx_eth: use sw csum for big packets
Linux Kernel Mailing List
arm: fix HAVE_CLK merge goof
Linux Kernel Mailing List
arm: convert pcm037 platform to use smsc911x
freebsd-current
:
David Wolfskill
"interrupt storm..."; seems associated with an0 NIC
Andriy Gapon
Re: letting glabel recognise a media change
Garrett Cooper
Re: Only display ACPI bootmenu key if ACPI is present
Pyun YongHyeon
CFT: msk(4) Rx checksum offloading support
FreeBSD Tinderbox
[head tinderbox] failure on sparc64/sparc64
Colocation donated by:
Syndicate