public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Andrew Morton <akpm@linux-foundation.org>
To: Valdis.Kletnieks@vt.edu
Cc: linux-kernel@vger.kernel.org, Ingo Molnar <mingo@elte.hu>,
	Thomas Gleixner <tglx@linutronix.de>
Subject: Re: 2.6.25-rc8-mm2
Date: Fri, 11 Apr 2008 23:07:20 -0700	[thread overview]
Message-ID: <20080411230720.4969a946.akpm@linux-foundation.org> (raw)
In-Reply-To: <17840.1207979639@turing-police.cc.vt.edu>

On Sat, 12 Apr 2008 01:53:59 -0400 Valdis.Kletnieks@vt.edu wrote:

> On Thu, 10 Apr 2008 20:33:54 PDT, Andrew Morton said:
> > 
> > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.25-rc8/2.6.25-rc8-mm2/
> 
> Was in the middle of a bisection chasing a different problem, and hit this
> pair of warnings.  'quilt top' at the time was remove-div_long_long_rem.patch

yup, remove-div_long_long_rem.patch is a "good" bisection point (one with
no known fixes against it).

> (in other words, very nearly all of rc8-mm2 was applied). Feel free to delete
> if it's known-fixed in one of the last 100 or so patches. ;)
> 
> [    0.060389] ACPI: Core revision 20070126
> [    0.069072] ------------[ cut here ]------------
> [    0.069077] WARNING: at arch/x86/kernel/genapic_64.c:86 read_apic_id+0x41/0x7c()
> [    0.069084] Modules linked in:
> [    0.069090] Pid: 1, comm: swapper Not tainted 2.6.25-rc8 #5
> [    0.069094]
> [    0.069095] Call Trace:
> [    0.069104]  [<ffffffff8023d4fe>] warn_on_slowpath+0x67/0xb7
> [    0.069113]  [<ffffffff8021f12d>] ? __cpus_weight+0x4b/0x68
> [    0.069118]  [<ffffffff80225591>] read_apic_id+0x41/0x7c
> [    0.069126]  [<ffffffff80729d84>] verify_local_APIC+0xb4/0x177
> [    0.069132]  [<ffffffff80728a81>] native_smp_prepare_cpus+0x247/0x383
> [    0.069140]  [<ffffffff8071d712>] kernel_init+0x69/0x29c
> [    0.069148]  [<ffffffff8057908a>] ? _spin_unlock_irq+0x43/0x62
> [    0.069156]  [<ffffffff80237516>] ? finish_task_switch+0x3e/0xb4
> [    0.069163]  [<ffffffff8020d5f8>] child_rip+0xa/0x12
> [    0.069994]  [<ffffffff803b8237>] ? acpi_ds_init_one_object+0x0/0xb1
> [    0.070000]  [<ffffffff8071d6a9>] ? kernel_init+0x0/0x29c
> [    0.070006]  [<ffffffff8020d5ee>] ? child_rip+0x0/0x12
> [    0.070010]
> [    0.070019] ---[ end trace a7919e7f17c0a725 ]---
> [    0.070024] ------------[ cut here ]------------
> [    0.070028] WARNING: at arch/x86/kernel/genapic_64.c:86 read_apic_id+0x41/0x7c()
> [    0.070034] Modules linked in:
> [    0.070039] Pid: 1, comm: swapper Tainted: G        W 2.6.25-rc8 #5
> [    0.070043]
> [    0.070044] Call Trace:
> [    0.070049]  [<ffffffff8023d4fe>] warn_on_slowpath+0x67/0xb7
> [    0.070056]  [<ffffffff8021f12d>] ? __cpus_weight+0x4b/0x68
> [    0.070061]  [<ffffffff80225591>] read_apic_id+0x41/0x7c
> [    0.070067]  [<ffffffff80729db6>] verify_local_APIC+0xe6/0x177
> [    0.070072]  [<ffffffff80728a81>] native_smp_prepare_cpus+0x247/0x383
> [    0.070078]  [<ffffffff8071d712>] kernel_init+0x69/0x29c
> [    0.070084]  [<ffffffff8057908a>] ? _spin_unlock_irq+0x43/0x62
> [    0.070090]  [<ffffffff80237516>] ? finish_task_switch+0x3e/0xb4
> [    0.070096]  [<ffffffff8020d5f8>] child_rip+0xa/0x12
> [    0.070102]  [<ffffffff803b8237>] ? acpi_ds_init_one_object+0x0/0xb1
> [    0.070108]  [<ffffffff8071d6a9>] ? kernel_init+0x0/0x29c
> [    0.070113]  [<ffffffff8020d5ee>] ? child_rip+0x0/0x12
> [    0.070117]
> [    0.070120] ---[ end trace a7919e7f17c0a725 ]---
> [    0.080292] CPU0: Intel(R) Core(TM)2 CPU         T7200  @ 2.00GHz stepping 06
> [    0.080300] Using local APIC timer interrupts.

So that may well be a destined-for-2.6.25 problem.

  reply	other threads:[~2008-04-12  6:07 UTC|newest]

Thread overview: 71+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-04-11  3:33 2.6.25-rc8-mm2 Andrew Morton
2008-04-11  6:28 ` 2.6.25-rc8-mm2: boot hang after "ACPI: using IOAPIC for interrupt routing" Alexey Dobriyan
2008-04-11  6:29 ` Alexey Dobriyan
2008-04-11  6:43   ` Pekka Enberg
2008-04-11 10:35   ` Pekka Enberg
2008-04-11 21:07     ` Alexey Dobriyan
2008-04-11 21:25       ` Pekka J Enberg
2008-04-11 23:09         ` Alexey Dobriyan
2008-04-11  9:57 ` 2.6.25-rc8-mm2 KAMEZAWA Hiroyuki
2008-04-11 10:23   ` 2.6.25-rc8-mm2 KAMEZAWA Hiroyuki
2008-04-11 10:34     ` 2.6.25-rc8-mm2 Pekka Enberg
2008-04-11 10:57       ` 2.6.25-rc8-mm2 KAMEZAWA Hiroyuki
2008-04-11 11:17         ` 2.6.25-rc8-mm2 KAMEZAWA Hiroyuki
2008-04-11 13:17           ` 2.6.25-rc8-mm2 KAMEZAWA Hiroyuki
2008-04-11 14:24             ` 2.6.25-rc8-mm2 Pekka Enberg
2008-04-14  3:13               ` 2.6.25-rc8-mm2 KAMEZAWA Hiroyuki
2008-04-11 13:40 ` 2.6.25-rc8-mm2 Adrian Bunk
2008-04-12  4:22   ` 2.6.25-rc8-mm2 Andrew Morton
2008-04-12 18:43     ` 2.6.25-rc8-mm2 Aneesh Kumar K.V
2008-04-13  7:45       ` 2.6.25-rc8-mm2 Michael Schmitz
2008-04-13  8:11         ` 2.6.25-rc8-mm2 Geert Uytterhoeven
2008-04-11 23:43 ` 2.6.25-rc8-mm2: panic involving mount_block_root and down the road Alexey Dobriyan
2008-04-12  0:59   ` 2.6.25-rc8-mm2: CONFIG_ATA_SFF: " Alexey Dobriyan
2008-04-12  6:52     ` Adrian Bunk
2008-04-12 10:02       ` Jeff Garzik
2008-04-13  0:45         ` Tejun Heo
2008-04-13  0:51         ` [mm patch] select ATA_SFF Adrian Bunk
2008-04-12  5:53 ` 2.6.25-rc8-mm2 Valdis.Kletnieks
2008-04-12  6:07   ` Andrew Morton [this message]
2008-04-12  8:52 ` 2.6.25-rc8-mm2 - CONFIG_PROFILE_LIKELY broke again Valdis.Kletnieks
2008-04-12  9:41 ` 2.6.25-rc8-mm2 Valdis.Kletnieks
2008-04-12 10:47 ` 2.6.25-rc8-mm2 - ftraced chews 100% of a CPU Valdis.Kletnieks
2008-04-13 20:44 ` 2.6.25-rc8-mm2: IP: [<ffffffff802868f9>] __kmalloc+0x69/0x110 Alexey Dobriyan
2008-04-13 20:53   ` Andrew Morton
2008-04-14 16:18     ` Pekka Enberg
2008-04-14 18:00     ` Christoph Lameter
2008-04-14  9:51   ` Pekka J Enberg
2008-04-14 16:01   ` Pekka Enberg
2008-04-14 17:53     ` Christoph Lameter
2008-04-14 17:57       ` Christoph Lameter
2008-04-14 18:32       ` Alexey Dobriyan
2008-04-14 19:56         ` 2.6.25-rc8-mm2: FIX kmalloc-2048 (was Re: 2.6.25-rc8-mm2: IP: [<ffffffff802868f9>] __kmalloc+0x69/0x110) Alexey Dobriyan
2008-04-14 20:05           ` Christoph Lameter
2008-04-19 11:17             ` Alexey Dobriyan
2008-04-19 14:45               ` atl1 64-bit => 32-bit DMA borkage (reproducible, bisected) Alexey Dobriyan
2008-04-20  2:54                 ` Jay Cliburn
2008-04-20 11:14                   ` Alexey Dobriyan
2008-04-20 11:06                     ` Jay Cliburn
2008-04-20 12:26                       ` Alexey Dobriyan
2008-04-20 18:37                         ` Jay Cliburn
2008-04-20 20:55                           ` Alexey Dobriyan
2008-04-21 18:42                             ` Chris Snook
2008-04-21 19:56                               ` Alexey Dobriyan
2008-04-22  2:08                             ` Jay Cliburn
2008-04-22 19:02                               ` Alexey Dobriyan
2008-04-26  0:57                               ` Jay Cliburn
2008-04-28  6:42                                 ` Alexey Dobriyan
2008-05-04 21:15                                 ` Alexey Dobriyan
2008-05-05  0:31                                   ` Jay Cliburn
2008-05-05  0:34                                     ` Jay Cliburn
2008-05-06 16:02                                   ` Jay Cliburn
2008-05-09 19:51                                     ` Alexey Dobriyan
2008-05-09 18:56                                       ` Chris Snook
2008-05-09 20:07                                         ` Alexey Dobriyan
2008-05-09 19:38                                           ` Jay Cliburn
2008-05-10 19:31                                             ` [PATCH] " Alexey Dobriyan
2008-05-11  1:58                                               ` Jay Cliburn
2008-04-14  8:07 ` BUG at __dentry_open [Was: 2.6.25-rc8-mm2] Jiri Slaby
2008-04-15 17:00 ` 2.6.25-rc8-mm2: Observed problems: Not a detailed bug report Zan Lynx
2008-04-15 18:42   ` Andrew Morton
2008-04-15 20:12     ` Rafael J. Wysocki

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=20080411230720.4969a946.akpm@linux-foundation.org \
    --to=akpm@linux-foundation.org \
    --cc=Valdis.Kletnieks@vt.edu \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@elte.hu \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox