LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: Thomas Gleixner <tglx@linutronix.de>
To: Ingo Molnar <mingo@elte.hu>
Cc: Michal Piotrowski <michal.k.k.piotrowski@gmail.com>,
LKML <linux-kernel@vger.kernel.org>,
Linus Torvalds <torvalds@linux-foundation.org>,
Andrew Morton <akpm@linux-foundation.org>
Subject: Re: [patch] setup_boot_APIC_clock() irq-enable fix
Date: Thu, 22 Mar 2007 11:56:41 +0100 [thread overview]
Message-ID: <1174561001.10840.137.camel@localhost.localdomain> (raw)
In-Reply-To: <20070322093119.GA19394@elte.hu>
On Thu, 2007-03-22 at 10:31 +0100, Ingo Molnar wrote:
> Subject: [patch] setup_boot_APIC_clock() irq-enable fix
> From: Ingo Molnar <mingo@elte.hu>
>
> latest -git triggers an irqtrace/lockdep warning of a leaked
> irqs-off condition:
>
> BUG: at kernel/fork.c:1033 copy_process()
>
> after some debugging it turns out that commit ca1b940c accidentally left
> interrupts disabled - which trickled down all the way to the first time
> we fork a kernel thread and triggered the warning.
>
> the fix is to re-enable interrupts in the 'else' branch of
> setup_boot_APIC_clock()'s pmtimers calibration path.
>
> Reported-by: Michal Piotrowski <michal.k.k.piotrowski@gmail.com>
> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Acked-by: Thomas Gleixner <tglx@brown.paperbag.linutronix.de>
next prev parent reply other threads:[~2007-03-22 10:49 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-03-21 20:38 2.6.21-rc4-rt0 BUG: at kernel/fork.c:1033 copy_process() Michal Piotrowski
2007-03-22 9:31 ` [patch] setup_boot_APIC_clock() irq-enable fix Ingo Molnar
2007-03-22 10:56 ` Thomas Gleixner [this message]
2007-03-22 12:57 ` Michal Piotrowski
2007-03-22 13:27 ` 2.6.21-rc4-rt0-kdump (was: Re: [patch] setup_boot_APIC_clock() irq-enable fix) Michal Piotrowski
2007-03-23 5:25 ` Vivek Goyal
2007-03-23 8:23 ` 2.6.21-rc4-rt0-kdump Michal Piotrowski
2007-03-23 12:10 ` 2.6.21-rc4-rt0-kdump Michal Piotrowski
2007-03-23 7:15 ` 2.6.21-rc4-rt0-kdump (was: Re: [patch] setup_boot_APIC_clock() irq-enable fix) Ingo Molnar
2007-03-23 7:58 ` Michal Piotrowski
2007-03-23 8:02 ` Ingo Molnar
2007-03-23 8:17 ` Michal Piotrowski
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=1174561001.10840.137.camel@localhost.localdomain \
--to=tglx@linutronix.de \
--cc=akpm@linux-foundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=michal.k.k.piotrowski@gmail.com \
--cc=mingo@elte.hu \
--cc=torvalds@linux-foundation.org \
--subject='Re: [patch] setup_boot_APIC_clock() irq-enable fix' \
/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
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).