From: Steven Rostedt <rostedt@goodmis.org>
To: linux-kernel@vger.kernel.org,
linux-rt-users <linux-rt-users@vger.kernel.org>
Cc: Thomas Gleixner <tglx@linutronix.de>,
Carsten Emde <C.Emde@osadl.org>, John Kacur <jkacur@redhat.com>,
leroy christophe <christophe.leroy@c-s.fr>
Subject: [PATCH RT 2/3] Oops during Init IRQ
Date: Fri, 22 Jun 2012 23:05:50 -0400 [thread overview]
Message-ID: <20120623030639.113614886@goodmis.org> (raw)
In-Reply-To: 20120623030548.500374594@goodmis.org
[-- Attachment #1: 0002-Oops-during-Init-IRQ.patch --]
[-- Type: text/plain, Size: 1499 bytes --]
From: Thomas Gleixner <tglx@linutronix.de>
On Mon, 18 Jun 2012, leroy christophe wrote:
> Hello,
>
> I'm trying to use the rt10 patch on a 3.4.2 kernel on a powerpc (MPC8xx)
> system, and I'm having the following Oops during Irq initialisation. This
> happens with CONFIG_PREEMPT_RT_FULL.
> It doesn't happen with CONFIG_PREEMPT__LL
>
> May someone help ?
Does the following uncompiled and untested patch fix it for you ?
Thanks,
tglx
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Cc: leroy christophe <christophe.leroy@c-s.fr>
---
arch/powerpc/platforms/8xx/m8xx_setup.c | 1 +
arch/powerpc/sysdev/cpm1.c | 1 +
2 files changed, 2 insertions(+)
diff --git a/arch/powerpc/platforms/8xx/m8xx_setup.c b/arch/powerpc/platforms/8xx/m8xx_setup.c
index 1e12108..806cbbd 100644
--- a/arch/powerpc/platforms/8xx/m8xx_setup.c
+++ b/arch/powerpc/platforms/8xx/m8xx_setup.c
@@ -43,6 +43,7 @@ static irqreturn_t timebase_interrupt(int irq, void *dev)
static struct irqaction tbint_irqaction = {
.handler = timebase_interrupt,
+ .flags = IRQF_NO_THREAD,
.name = "tbint",
};
diff --git a/arch/powerpc/sysdev/cpm1.c b/arch/powerpc/sysdev/cpm1.c
index d4fa03f..5e6ff38 100644
--- a/arch/powerpc/sysdev/cpm1.c
+++ b/arch/powerpc/sysdev/cpm1.c
@@ -120,6 +120,7 @@ static irqreturn_t cpm_error_interrupt(int irq, void *dev)
static struct irqaction cpm_error_irqaction = {
.handler = cpm_error_interrupt,
+ .flags = IRQF_NO_THREAD,
.name = "error",
};
--
1.7.10
next prev parent reply other threads:[~2012-06-23 3:07 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-06-23 3:05 [PATCH RT 0/3] [ANNOUNCE] 3.4.3-rt12-rc1 stable review Steven Rostedt
2012-06-23 3:05 ` [PATCH RT 1/3] spinlock/rt: Include bug.h in spinlock_rt.h to satisfy BUG() usage Steven Rostedt
2012-06-23 3:05 ` Steven Rostedt [this message]
2012-06-23 10:59 ` [PATCH RT 2/3] Oops during Init IRQ Thomas Gleixner
2012-06-23 13:42 ` Steven Rostedt
2012-06-23 3:05 ` [PATCH RT 3/3] Linux 3.4.3-rt12-rc1 Steven Rostedt
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=20120623030639.113614886@goodmis.org \
--to=rostedt@goodmis.org \
--cc=C.Emde@osadl.org \
--cc=christophe.leroy@c-s.fr \
--cc=jkacur@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-rt-users@vger.kernel.org \
--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