From: Guillaume Knispel <gknispel@proformatique•com>
To: linux-kernel@vger•kernel.org, Linuxppc-dev@lists•ozlabs.org
Cc: Randy Dunlap <randy.dunlap@oracle•com>,
Lars-Peter Clausen <lars@metafoo•de>,
Russell King <linux@arm•linux.org.uk>,
Bartlomiej Zolnierkiewicz <bzolnier@gmail•com>,
Haavard Skinnemoen <hskinnemoen@atmel•com>,
Guillaume Knispel <gknispel@proformatique•com>,
Peter Zijlstra <peterz@infradead•org>,
Ingo Molnar <mingo@elte•hu>,
Linus Torvalds <torvalds@linux-foundation•org>,
Thomas Gleixner <tglx@linutronix•de>
Subject: [PATCHv2 0/2] genirq: reliably replay pending edge-triggered irq (plus doc)
Date: Tue, 4 May 2010 02:19:41 +0200 [thread overview]
Message-ID: <20100504021941.ff7579c1.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 unconditionally builds the
resend_irqs() tasklet and its scheduling
(CONFIG_HARDIRQS_SW_RESEND is not used anymore).
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.
History:
[v2] - Don't touch archs Kconfig and defconfigs
(CONFIG_HARDIRQS_SW_RESEND is left unused)
- Don't make unrelated change to a comment in
arch/x86/kernel/apic/io_apic.c
- (hopefully) Better commit message for [1/2]
- Correct spelling errors in [2/2]
[v1] - initial patch
Guillaume Knispel (2):
genirq: reliably replay pending edge-triggered irq
genirq: update doc
Documentation/DocBook/genericirq.tmpl | 73 ++++++++++++++++++--------------
kernel/irq/resend.c | 6 ---
2 files changed, 41 insertions(+), 38 deletions(-)
next reply other threads:[~2010-05-04 0:19 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-05-04 0:19 Guillaume Knispel [this message]
2010-05-04 0:21 ` [PATCHv2 1/2] genirq: reliably replay pending edge-triggered irq Guillaume Knispel
2010-05-04 0:23 ` [PATCHv2 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=20100504021941.ff7579c1.gknispel@proformatique.com \
--to=gknispel@proformatique$(echo .)com \
--cc=Linuxppc-dev@lists$(echo .)ozlabs.org \
--cc=bzolnier@gmail$(echo .)com \
--cc=hskinnemoen@atmel$(echo .)com \
--cc=lars@metafoo$(echo .)de \
--cc=linux-kernel@vger$(echo .)kernel.org \
--cc=linux@arm$(echo .)linux.org.uk \
--cc=mingo@elte$(echo .)hu \
--cc=peterz@infradead$(echo .)org \
--cc=randy.dunlap@oracle$(echo .)com \
--cc=tglx@linutronix$(echo .)de \
--cc=torvalds@linux-foundation$(echo .)org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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