From: Guillaume Knispel <gknispel@proformatique.com>
To: linux-kernel@vger.kernel.org, Linuxppc-dev@lists.ozlabs.org
Cc: Lars-Peter Clausen <lars@metafoo.de>,
Russell King <linux@arm.linux.org.uk>,
Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>,
Haavard Skinnemoen <hskinnemoen@atmel.com>,
Peter Zijlstra <peterz@infradead.org>,
Guillaume Knispel <gknispel@proformatique.com>,
Michael Buesch <mb@bu3sch.de>, Ingo Molnar <mingo@elte.hu>,
Linus Torvalds <torvalds@linux-foundation.org>,
Thomas Gleixner <tglx@linutronix.de>
Subject: [PATCH 0/2] genirq: reliably replay pending edge-triggered irq (plus doc)
Date: Thu, 22 Apr 2010 15:09:56 +0200 [thread overview]
Message-ID: <1271941798-9659-1-git-send-email-gknispel@proformatique.com> (raw)
In the following series:
[1/2] implements the proposal I made at the end of the thread
http://lkml.org/lkml/2010/4/19/129 to reliably support replay
of edge-triggered interrupts on all architectures when using
disable_irq() / enable_irq().
Proper replays of pending edge-triggered interrupts was
depending on CONFIG_HARDIRQS_SW_RESEND which only seems to have
been noticed for plateforms of ARM and AVR32 architecture while
it should also have been used on other architectures to get the
correct behavior. So the patch removes CONFIG_HARDIRQS_SW_RESEND
and unconditionally builds the resend_irqs() tasklet and its
scheduling.
I only tested an equivalent patch for linux-2.6.22.18 on powerpc
for a board with an MPC8555E (using a portC line on the CPM2 PIC),
and build-tested this one for x86.
[2/2] updates Documentation/DocBook/genericirq.tmpl, taking
into account 1/2 other previous undocumented changes to genirq.
--
Guillaume Knispel
next reply other threads:[~2010-04-22 13:09 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-04-22 13:09 Guillaume Knispel [this message]
2010-04-22 13:09 ` [PATCH 1/2] genirq: reliably replay pending edge-triggered irq Guillaume Knispel
2010-04-27 13:42 ` Thomas Gleixner
2010-04-28 21:56 ` Guillaume Knispel
2010-04-28 22:28 ` Thomas Gleixner
2010-04-22 13:09 ` [PATCH 2/2] genirq: update doc Guillaume Knispel
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=1271941798-9659-1-git-send-email-gknispel@proformatique.com \
--to=gknispel@proformatique.com \
--cc=Linuxppc-dev@lists.ozlabs.org \
--cc=bzolnier@gmail.com \
--cc=hskinnemoen@atmel.com \
--cc=lars@metafoo.de \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@arm.linux.org.uk \
--cc=mb@bu3sch.de \
--cc=mingo@elte.hu \
--cc=peterz@infradead.org \
--cc=tglx@linutronix.de \
--cc=torvalds@linux-foundation.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 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).