All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dave Jones <davej@redhat.com>
To: Linus Torvalds <torvalds@osdl.org>
Cc: Michal Piotrowski <michal.k.k.piotrowski@gmail.com>,
	Dave Jones <davej@codemonkey.org.uk>,
	LKML <linux-kernel@vger.kernel.org>
Subject: Re: 2.6.18-rc3-g3b445eea BUG: warning at /usr/src/linux-git/kernel/cpu.c:51/unlock_cpu_hotplug()
Date: Fri, 4 Aug 2006 18:24:00 -0400	[thread overview]
Message-ID: <20060804222400.GC18792@redhat.com> (raw)
In-Reply-To: <Pine.LNX.4.64.0608041222400.5167@g5.osdl.org>

On Fri, Aug 04, 2006 at 12:24:57PM -0700, Linus Torvalds wrote:

 > On Fri, 4 Aug 2006, Michal Piotrowski wrote:
 > > This was reported
 > > http://www.ussg.iu.edu/hypermail/linux/kernel/0607.3/1867.html
 > > http://www.ussg.iu.edu/hypermail/linux/kernel/0608.0/0675.html
 > > 
 > > It's time to use git-bisect.
 > > 
 > > BUG: warning at /usr/src/linux-git/kernel/cpu.c:51/unlock_cpu_hotplug()
 > 
 > Ok, that really is a pretty scary thing. The warning happens if the lock 
 > is released by somebody else than the person who took it. I don't _think_ 
 > that's supposed to happen, but with cpu hotplug locking being as 
 > "creative" as it is, maybe it's valid. 
 > 
 > I was planning on shutting the cpu hotplug warnings up for v2.6.18 - at 
 > least the "lukewarm IQ" one for _taking_ the lock recursively. But I had 
 > planned on leaving the unlock_cpu_hotplug() in place, since up until now 
 > it hadn't triggered, and it really smells like a bug if it does.
 > 
 > > [<c0132a04>] unlock_cpu_hotplug+0x2c/0x54
 > > [<c013a2ec>] stop_machine_run+0x2e/0x34
 > > [<c0135686>] sys_init_module+0x15a0/0x178a
 > > [<c015b7b7>] do_sync_read+0xb6/0xf1
 > > [<c0102d51>] sysenter_past_esp+0x56/0x79
 > 
 > DaveJ, any ideas?

Not really :-/
Whilst it's mentioned that the git-cpufreq.patch that was in -mm
made this happen, I really don't see anything in what you merged
yesterday that could explain any of this.

99% of the changes were to longhaul, so we can ignore those,
leaving just:

[CPUFREQ] return error when failing to set minfreq

Looks benign.

[CPUFREQ] Propagate acpi_processor_preregister_performance return value.

Shouldn't affect anything wrt hotplug

[CPUFREQ] [1/2] add __find_governor helper and clean up some error handling.
[CPUFREQ] [2/2] demand load governor modules.

Looks harmless to me, and those new functions don't show up
in any of those functions.

So I'm at a loss to explain why this made this bug suddenly appear, but
I don't think this is anything new.   Fixing it however...
I'm looking at it, but I don't see anything obvious yet.

		Dave

-- 
http://www.codemonkey.org.uk

  reply	other threads:[~2006-08-04 22:24 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-08-04 19:04 2.6.18-rc3-g3b445eea BUG: warning at /usr/src/linux-git/kernel/cpu.c:51/unlock_cpu_hotplug() Michal Piotrowski
2006-08-04 19:24 ` Linus Torvalds
2006-08-04 22:24   ` Dave Jones [this message]
2006-08-05  0:31     ` Dave Jones
2006-08-05  2:10       ` Dave Jones
2006-08-05  2:23         ` Dave Jones
2006-08-05  2:49           ` Dave Jones
2006-08-05  6:47             ` Dave Jones
2006-08-05  7:46               ` Andrew Morton
2006-08-05 19:47                 ` Dave Jones
2006-08-05 20:02                   ` Andrew Morton
2006-08-06  1:12                 ` Andrew Morton
2006-08-05 10:54               ` Michal Piotrowski
2006-08-05 11:11                 ` Michal Piotrowski
2006-08-05 11:26                   ` Michal Piotrowski
2006-08-05 18:47                     ` Dave Jones
2006-08-05 21:15                       ` Michal Piotrowski
2006-08-06 16:59               ` Michal Piotrowski
2006-08-06 18:05                 ` Dave Jones
2006-08-06 19:32                 ` Andrew Morton
2006-08-07  1:26                   ` Andi Kleen
2006-08-07  8:18                     ` Jan Beulich
2006-08-15 12:23                     ` Jan Beulich
  -- strict thread matches above, loose matches on Subject: below --
2006-08-05 22:14 art
2006-08-06  1:23 ` Dave Jones

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=20060804222400.GC18792@redhat.com \
    --to=davej@redhat.com \
    --cc=davej@codemonkey.org.uk \
    --cc=linux-kernel@vger.kernel.org \
    --cc=michal.k.k.piotrowski@gmail.com \
    --cc=torvalds@osdl.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.