From: Andrew Morton <akpm@linux-foundation.org>
To: Ingo Molnar <mingo@elte.hu>, Thomas Gleixner <tglx@linutronix.de>,
Pekka Enberg <penberg@cs.helsinki.fi>,
linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-mm@kvack.org, James Morris <jmorris@namei.org>,
Stephen Smalley <sds@tycho.nsa.gov>,
Peter Zijlstra <a.p.zijlstra@chello.nl>,
linux-pm@lists.linux-foundation.org, Greg KH <greg@kroah.com>,
"Rafael J. Wysocki" <rjw@sisk.pl>, Pavel Machek <pavel@ucw.cz>
Subject: Re: 2.6.25-mm1: not looking good
Date: Fri, 18 Apr 2008 00:57:33 -0700 [thread overview]
Message-ID: <20080418005733.aa3e8250.akpm@linux-foundation.org> (raw)
In-Reply-To: <20080418005323.7c015c42.akpm@linux-foundation.org>
On Fri, 18 Apr 2008 00:53:23 -0700 Andrew Morton <akpm@linux-foundation.org> wrote:
> oop, there's more:
I found another machine! This one's an old 4-way Nocona (x86_64)
http://userweb.kernel.org/~akpm/config-x.txt
http://userweb.kernel.org/~akpm/dmesg-x.txt
CPU: Physical Processor ID: 0
CPU: Processor Core ID: 0
CPU0: Thermal monitoring enabled (TM1)
ACPI: Core revision 20080321
Parsing all Control Methods:
Table [DSDT](id 0001) - 461 Objects with 50 Devices 130 Methods 11 Regions
tbxface-0598 [00] tb_load_namespace : ACPI Tables successfully acquired
evxfevnt-0091 [00] enable : Transition to ACPI mode successful
------------[ cut here ]------------
WARNING: at arch/x86/kernel/genapic_64.c:86 read_apic_id+0x31/0x67()
Modules linked in:
Pid: 1, comm: swapper Not tainted 2.6.25-mm1 #16
Call Trace:
[<ffffffff8025272f>] ? print_modules+0x88/0x8f
[<ffffffff80233493>] warn_on_slowpath+0x58/0x81
[<ffffffff80351ceb>] ? debug_spin_lock_after+0x18/0x1f
[<ffffffff8035217a>] ? _raw_spin_lock+0x116/0x120
[<ffffffff80228398>] ? sub_preempt_count+0x6d/0x74
[<ffffffff804e9ba3>] ? _spin_unlock_irqrestore+0x33/0x40
[<ffffffff803523e6>] ? debug_smp_processor_id+0x32/0xc4
[<ffffffff8021ede5>] read_apic_id+0x31/0x67
[<ffffffff8066f7f2>] verify_local_APIC+0xa7/0x163
[<ffffffff8066e837>] native_smp_prepare_cpus+0x1ed/0x301
[<ffffffff80669ab2>] kernel_init+0x5a/0x276
[<ffffffff804e9a1e>] ? _spin_unlock_irq+0x2a/0x35
[<ffffffff8022b7c2>] ? finish_task_switch+0x68/0x7f
[<ffffffff8020c1d8>] child_rip+0xa/0x12
[<ffffffff80669a58>] ? kernel_init+0x0/0x276
[<ffffffff8020c1ce>] ? child_rip+0x0/0x12
---[ end trace 4eaa2a86a8e2da22 ]---
------------[ cut here ]------------
WARNING: at arch/x86/kernel/genapic_64.c:86 read_apic_id+0x31/0x67()
Modules linked in:
Pid: 1, comm: swapper Tainted: G W 2.6.25-mm1 #16
Call Trace:
[<ffffffff8025272f>] ? print_modules+0x88/0x8f
[<ffffffff80233493>] warn_on_slowpath+0x58/0x81
[<ffffffff80351ceb>] ? debug_spin_lock_after+0x18/0x1f
[<ffffffff8035217a>] ? _raw_spin_lock+0x116/0x120
[<ffffffff80228398>] ? sub_preempt_count+0x6d/0x74
[<ffffffff804e9ba3>] ? _spin_unlock_irqrestore+0x33/0x40
[<ffffffff803523e6>] ? debug_smp_processor_id+0x32/0xc4
[<ffffffff8021ede5>] read_apic_id+0x31/0x67
[<ffffffff8066f829>] verify_local_APIC+0xde/0x163
[<ffffffff8066e837>] native_smp_prepare_cpus+0x1ed/0x301
[<ffffffff80669ab2>] kernel_init+0x5a/0x276
[<ffffffff804e9a1e>] ? _spin_unlock_irq+0x2a/0x35
[<ffffffff8022b7c2>] ? finish_task_switch+0x68/0x7f
[<ffffffff8020c1d8>] child_rip+0xa/0x12
[<ffffffff80669a58>] ? kernel_init+0x0/0x276
[<ffffffff8020c1ce>] ? child_rip+0x0/0x12
---[ end trace 4eaa2a86a8e2da22 ]---
That's
WARN_ON(preemptible());
in read_apic_id().
Now I'll release it all. heh.
WARNING: multiple messages have this Message-ID (diff)
From: Andrew Morton <akpm@linux-foundation.org>
To: Ingo Molnar <mingo@elte.hu>, Thomas Gleixner <tglx@linutronix.de>,
Pekka Enberg <penberg@cs.helsinki.fi>,
linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-mm@kvack.org, James Morris <jmorris@namei.org>,
Stephen Smalley <sds@tycho.nsa.gov>,
Peter Zijlstra <a.p.zijlstra@chello.nl>,
linux-pm@lists.linux-foundation.org, Greg KH <greg@kroah.com>,
"Rafael J. Wysocki" <rjw@sisk.pl>, Pavel Machek <pavel@ucw.cz>
Subject: Re: 2.6.25-mm1: not looking good
Date: Fri, 18 Apr 2008 00:57:33 -0700 [thread overview]
Message-ID: <20080418005733.aa3e8250.akpm@linux-foundation.org> (raw)
In-Reply-To: <20080418005323.7c015c42.akpm@linux-foundation.org>
On Fri, 18 Apr 2008 00:53:23 -0700 Andrew Morton <akpm@linux-foundation.org> wrote:
> oop, there's more:
I found another machine! This one's an old 4-way Nocona (x86_64)
http://userweb.kernel.org/~akpm/config-x.txt
http://userweb.kernel.org/~akpm/dmesg-x.txt
CPU: Physical Processor ID: 0
CPU: Processor Core ID: 0
CPU0: Thermal monitoring enabled (TM1)
ACPI: Core revision 20080321
Parsing all Control Methods:
Table [DSDT](id 0001) - 461 Objects with 50 Devices 130 Methods 11 Regions
tbxface-0598 [00] tb_load_namespace : ACPI Tables successfully acquired
evxfevnt-0091 [00] enable : Transition to ACPI mode successful
------------[ cut here ]------------
WARNING: at arch/x86/kernel/genapic_64.c:86 read_apic_id+0x31/0x67()
Modules linked in:
Pid: 1, comm: swapper Not tainted 2.6.25-mm1 #16
Call Trace:
[<ffffffff8025272f>] ? print_modules+0x88/0x8f
[<ffffffff80233493>] warn_on_slowpath+0x58/0x81
[<ffffffff80351ceb>] ? debug_spin_lock_after+0x18/0x1f
[<ffffffff8035217a>] ? _raw_spin_lock+0x116/0x120
[<ffffffff80228398>] ? sub_preempt_count+0x6d/0x74
[<ffffffff804e9ba3>] ? _spin_unlock_irqrestore+0x33/0x40
[<ffffffff803523e6>] ? debug_smp_processor_id+0x32/0xc4
[<ffffffff8021ede5>] read_apic_id+0x31/0x67
[<ffffffff8066f7f2>] verify_local_APIC+0xa7/0x163
[<ffffffff8066e837>] native_smp_prepare_cpus+0x1ed/0x301
[<ffffffff80669ab2>] kernel_init+0x5a/0x276
[<ffffffff804e9a1e>] ? _spin_unlock_irq+0x2a/0x35
[<ffffffff8022b7c2>] ? finish_task_switch+0x68/0x7f
[<ffffffff8020c1d8>] child_rip+0xa/0x12
[<ffffffff80669a58>] ? kernel_init+0x0/0x276
[<ffffffff8020c1ce>] ? child_rip+0x0/0x12
---[ end trace 4eaa2a86a8e2da22 ]---
------------[ cut here ]------------
WARNING: at arch/x86/kernel/genapic_64.c:86 read_apic_id+0x31/0x67()
Modules linked in:
Pid: 1, comm: swapper Tainted: G W 2.6.25-mm1 #16
Call Trace:
[<ffffffff8025272f>] ? print_modules+0x88/0x8f
[<ffffffff80233493>] warn_on_slowpath+0x58/0x81
[<ffffffff80351ceb>] ? debug_spin_lock_after+0x18/0x1f
[<ffffffff8035217a>] ? _raw_spin_lock+0x116/0x120
[<ffffffff80228398>] ? sub_preempt_count+0x6d/0x74
[<ffffffff804e9ba3>] ? _spin_unlock_irqrestore+0x33/0x40
[<ffffffff803523e6>] ? debug_smp_processor_id+0x32/0xc4
[<ffffffff8021ede5>] read_apic_id+0x31/0x67
[<ffffffff8066f829>] verify_local_APIC+0xde/0x163
[<ffffffff8066e837>] native_smp_prepare_cpus+0x1ed/0x301
[<ffffffff80669ab2>] kernel_init+0x5a/0x276
[<ffffffff804e9a1e>] ? _spin_unlock_irq+0x2a/0x35
[<ffffffff8022b7c2>] ? finish_task_switch+0x68/0x7f
[<ffffffff8020c1d8>] child_rip+0xa/0x12
[<ffffffff80669a58>] ? kernel_init+0x0/0x276
[<ffffffff8020c1ce>] ? child_rip+0x0/0x12
---[ end trace 4eaa2a86a8e2da22 ]---
That's
WARN_ON(preemptible());
in read_apic_id().
Now I'll release it all. heh.
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
next prev parent reply other threads:[~2008-04-18 7:58 UTC|newest]
Thread overview: 112+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-04-17 23:03 2.6.25-mm1: not looking good Andrew Morton
2008-04-17 23:03 ` Andrew Morton
2008-04-17 23:24 ` Greg KH
2008-04-17 23:24 ` Greg KH
2008-04-18 0:48 ` Kay Sievers
2008-04-18 0:48 ` Kay Sievers
2008-04-18 1:12 ` Andrew Morton
2008-04-18 1:12 ` Andrew Morton
2008-04-18 4:07 ` Andrew Morton
2008-04-18 4:07 ` Andrew Morton
2008-04-17 23:24 ` Dan Williams
2008-04-17 23:24 ` Dan Williams
2008-04-17 23:40 ` Andrew Morton
2008-04-17 23:40 ` Andrew Morton
2008-04-18 0:14 ` Andrew Morton
2008-04-18 0:14 ` Andrew Morton
2008-04-18 3:05 ` Jason Wessel
2008-04-18 3:05 ` Jason Wessel
2008-04-18 7:37 ` Ingo Molnar
2008-04-18 7:37 ` Ingo Molnar
2008-04-18 11:46 ` Vegard Nossum
2008-04-18 11:46 ` Vegard Nossum
2008-04-18 12:34 ` Ingo Molnar
2008-04-18 12:34 ` Ingo Molnar
2008-04-18 12:41 ` Vegard Nossum
2008-04-18 12:41 ` Vegard Nossum
2008-04-18 13:02 ` Jason Wessel
2008-04-18 13:02 ` Jason Wessel
2008-04-18 13:22 ` Vegard Nossum
2008-04-18 13:22 ` Vegard Nossum
2008-04-18 13:27 ` Jason Wessel
2008-04-18 13:27 ` Jason Wessel
2008-04-18 14:47 ` Vegard Nossum
2008-04-18 14:47 ` Vegard Nossum
2008-04-18 16:02 ` Vegard Nossum
2008-04-18 16:02 ` Vegard Nossum
2008-04-18 21:54 ` Jason Wessel
2008-04-18 21:54 ` Jason Wessel
2008-04-17 23:55 ` Paul Moore
2008-04-17 23:55 ` Paul Moore
2008-04-18 0:04 ` Andrew Morton
2008-04-18 0:04 ` Andrew Morton
2008-04-18 14:55 ` Paul Moore
2008-04-18 14:55 ` Paul Moore
2008-04-18 1:35 ` Andrew Morton
2008-04-18 1:35 ` Andrew Morton
2008-04-18 14:57 ` Paul Moore
2008-04-18 14:57 ` Paul Moore
2008-04-18 5:49 ` Arjan van de Ven
2008-04-18 5:49 ` Arjan van de Ven
2008-04-18 6:10 ` Andrew Morton
2008-04-18 6:10 ` Andrew Morton
2008-04-18 7:19 ` Ingo Molnar
2008-04-18 7:19 ` Ingo Molnar
2008-04-18 7:28 ` Andrew Morton
2008-04-18 7:28 ` Andrew Morton
2008-04-18 9:28 ` Ingo Molnar
2008-04-18 9:28 ` Ingo Molnar
2008-04-18 13:58 ` Stack protector build failure (was Re: 2.6.25-mm1: not looking good) Arjan van de Ven
2008-04-18 16:57 ` Arjan van de Ven
2008-04-18 6:40 ` 2.6.25-mm1: not looking good Pekka Enberg
2008-04-18 6:40 ` Pekka Enberg
2008-04-18 6:56 ` Andrew Morton
2008-04-18 6:56 ` Andrew Morton
2008-04-18 7:24 ` Ingo Molnar
2008-04-18 7:24 ` Ingo Molnar
2008-04-18 7:25 ` Pekka Enberg
2008-04-18 7:25 ` Pekka Enberg
2008-04-18 10:32 ` James Morris
2008-04-18 10:32 ` James Morris
2008-04-18 7:09 ` Ingo Molnar
2008-04-18 7:09 ` Ingo Molnar
2008-04-18 7:50 ` Andrew Morton
2008-04-18 7:50 ` Andrew Morton
2008-04-18 7:53 ` Andrew Morton
2008-04-18 7:53 ` Andrew Morton
2008-04-18 7:53 ` Andrew Morton
2008-04-18 7:57 ` Andrew Morton [this message]
2008-04-18 7:57 ` Andrew Morton
2008-04-18 9:22 ` Ingo Molnar
2008-04-18 9:22 ` Ingo Molnar
2008-04-18 9:22 ` Ingo Molnar
2008-04-18 12:18 ` Ingo Molnar
2008-04-18 12:18 ` Ingo Molnar
2008-04-18 12:18 ` Ingo Molnar
2008-04-18 7:57 ` Andrew Morton
2008-04-18 9:42 ` Pavel Machek
2008-04-18 9:42 ` Pavel Machek
2008-04-18 9:42 ` Pavel Machek
2008-04-18 15:22 ` Alan Stern
2008-04-18 15:22 ` Alan Stern
2008-04-18 15:22 ` Alan Stern
2008-04-18 11:07 ` Pavel Machek
2008-04-18 11:07 ` Pavel Machek
2008-04-18 11:07 ` Pavel Machek
2008-04-28 16:42 ` 2.6.25-mm1: Failing to probe IDE interface Mel Gorman
2008-04-28 16:59 ` Andrew Morton
2008-04-28 16:59 ` Andrew Morton
2008-04-29 9:39 ` Mel Gorman
2008-04-29 9:39 ` Mel Gorman
2008-04-28 18:44 ` Bartlomiej Zolnierkiewicz
2008-04-28 18:44 ` Bartlomiej Zolnierkiewicz
2008-04-29 9:43 ` Mel Gorman
2008-04-29 9:43 ` Mel Gorman
2008-04-29 15:49 ` Mel Gorman
2008-04-29 15:49 ` Mel Gorman
2008-04-29 16:58 ` Mel Gorman
2008-04-29 16:58 ` Mel Gorman
2008-04-29 21:37 ` Bartlomiej Zolnierkiewicz
2008-04-29 21:37 ` Bartlomiej Zolnierkiewicz
2008-04-30 11:16 ` Mel Gorman
2008-04-30 11:16 ` Mel Gorman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20080418005733.aa3e8250.akpm@linux-foundation.org \
--to=akpm@linux-foundation.org \
--cc=a.p.zijlstra@chello.nl \
--cc=greg@kroah.com \
--cc=jmorris@namei.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=linux-pm@lists.linux-foundation.org \
--cc=linux-usb@vger.kernel.org \
--cc=mingo@elte.hu \
--cc=pavel@ucw.cz \
--cc=penberg@cs.helsinki.fi \
--cc=rjw@sisk.pl \
--cc=sds@tycho.nsa.gov \
--cc=tglx@linutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.