All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ingo Molnar <mingo@elte.hu>
To: Yinghai Lu <yinghai@kernel.org>
Cc: Thomas Gleixner <tglx@linutronix.de>,
	"H. Peter Anvin" <hpa@zytor.com>,
	Andrew Morton <akpm@linux-foundation.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] x86: fix wakeup_cpu with numaq/es7000 v2
Date: Mon, 17 Nov 2008 18:37:28 +0100	[thread overview]
Message-ID: <20081117173728.GA7384@elte.hu> (raw)
In-Reply-To: <20081117165224.GH12081@elte.hu>


hm, one of my testboxes is rather unhappy about your patch:

[   54.718062] SMP alternatives: switching to SMP code
[   55.083610] Booting processor 1 APIC 0x1 ip 0x6000
[   55.088329] BUG: unable to handle kernel paging request at ffffffff817b0880
[   55.092304] IP: [<ffffffff80f5ce20>] native_cpu_up+0x410/0xf30
[   55.092304] PGD 203067 PUD 207063 PMD 3d7dc163 PTE 17b0162
[   55.092304] Oops: 0000 [#1] SMP DEBUG_PAGEALLOC
[   55.092304] last sysfs file: /sys/devices/system/cpu/cpu1/online
[   55.092304] CPU 0 
[   55.092304] Pid: 7165, comm: S99local Not tainted 2.6.28-rc5-tip #53217
[   55.092304] RIP: 0010:[<ffffffff80f5ce20>]  [<ffffffff80f5ce20>] native_cpu_up+0x410/0xf30
[   55.092304] RSP: 0018:ffff8800398bfcd8  EFLAGS: 00010296
[   55.092304] RAX: 0000000000000000 RBX: ffffffff81820068 RCX: 0000000000000000
[   55.092304] RDX: 000000000000f3f2 RSI: 0000000000000000 RDI: 0000000000000280
[   55.092304] RBP: ffff8800398bfe18 R08: 0000000000000002 R09: 0000000000000000
[   55.092304] R10: 0000000000000000 R11: 0000000000000000 R12: 0000000000006000
[   55.092304] R13: 0000000000000001 R14: ffffffff80f5de20 R15: 0000000000000001
[   55.092304] FS:  00007fd7562d76f0(0000) GS:ffffffff81726500(0000) knlGS:00000000f7f116c0
[   55.092304] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[   55.092304] CR2: ffffffff817b0880 CR3: 000000003ce2e000 CR4: 00000000000006a0
[   55.092304] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[   55.092304] DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
[   55.092304] Process S99local (pid: 7165, threadinfo ffff8800398be000, task ffff88003cf08000)
[   55.092304] Stack:
[   55.092304]  ffff8800398bfd28 ffff8800025fb908 ffff88003d7d5910 0000000000000000
[   55.092304]  ffffffffdead4ead ffffffffffffffff ffffffff81c19fe8 0000000000000000
[   55.092304]  ffffffff8135f488 0000000000000000 ffff8800398bfe18 0000000000000008
[   55.092304] Call Trace:
[   55.092304]  [<ffffffff80f5c8f0>] ? do_fork_idle+0x0/0x40
[   55.092304]  [<ffffffff80f5fa6f>] _cpu_up+0x9f/0x130
[   55.092304]  [<ffffffff80f5fb59>] cpu_up+0x59/0x90
[   55.092304]  [<ffffffff80ef7788>] store_online+0x68/0xa0
[   55.092304]  [<ffffffff806c4820>] sysdev_store+0x20/0x30
[   55.092304]  [<ffffffff8034d885>] sysfs_write_file+0xf5/0x150
[   55.092304]  [<ffffffff802fea4c>] vfs_write+0xcc/0x170
[   55.092304]  [<ffffffff802febe5>] sys_write+0x55/0x90
[   55.092304]  [<ffffffff8022f8ea>] system_call_fastpath+0x16/0x1b
[   55.092304] Code: 05 f1 ec 3c 01 40 0f 85 3f 08 00 00 48 8b 05 98 99 7c 00 bf 80 02 00 00 31 f6 ff 50 08 48 8b 05 87 99 7c 00 bf 80 02 00 00 ff 10 <48> 8b 05 59 3a 85 00 48 8b 40 70 48 85 c0 0f 84 62 03 00 00 4c 
[   55.092304] RIP  [<ffffffff80f5ce20>] native_cpu_up+0x410/0xf30
[   55.092304]  RSP <ffff8800398bfcd8>
[   55.092304] CR2: ffffffff817b0880
[   55.092304] ---[ end trace 627abebe98896ded ]---

Config attached. Please send delta fix against the patch in 
tip/x86/quirks. (i've excluded the branch from tip/master for now)

	Ingo

  parent reply	other threads:[~2008-11-17 17:37 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-11-16  8:47 [PATCH] x86: fix wakeup_cpu with numaq/es7000 Yinghai Lu
2008-11-16 11:12 ` [PATCH] x86: fix wakeup_cpu with numaq/es7000 v2 Yinghai Lu
2008-11-17 16:52   ` Ingo Molnar
2008-11-17 17:11     ` Cyrill Gorcunov
2008-11-17 17:35       ` Ingo Molnar
2008-11-17 17:52         ` Cyrill Gorcunov
2008-11-17 17:37     ` Ingo Molnar [this message]
2008-11-17 17:38       ` Ingo Molnar
2008-11-17 18:18         ` Yinghai Lu
2008-11-17 17:38       ` Ingo Molnar
2008-11-17 21:06       ` Yinghai Lu
2008-11-17 23:19       ` Yinghai Lu
2008-11-17 23:28         ` Ingo Molnar
2008-11-18  2:49           ` Yinghai Lu
2008-11-18  2:51             ` Yinghai Lu
2008-11-18  7:43           ` Ingo Molnar
2008-11-18 16:13             ` [PATCH] x86: fix wakeup_cpu with numaq/es7000 v2 - fix v2 Yinghai Lu
2008-11-18 16:14               ` [PATCH] x86: use update_genapic to get rid of ES7000_CLUSTERED_APIC v2 Yinghai Lu
2008-11-18 21:14               ` [PATCH] x86: fix wakeup_cpu with numaq/es7000 v2 - fix v2 Ingo Molnar
2008-11-20  4:50                 ` Yinghai Lu
2008-11-20  4:00         ` [PATCH] x86: fix wakeup_cpu with numaq/es7000 v2 Hiroshi Shimamoto
2008-11-20  9:46           ` Ingo Molnar
2008-11-20 18:15             ` Hiroshi Shimamoto
2008-11-17 17:54     ` Yinghai Lu

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=20081117173728.GA7384@elte.hu \
    --to=mingo@elte.hu \
    --cc=akpm@linux-foundation.org \
    --cc=hpa@zytor.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=tglx@linutronix.de \
    --cc=yinghai@kernel.org \
    /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.