public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Marc Zyngier <maz@kernel.org>
To: Thomas Gleixner <tglx@linutronix.de>
Cc: Guenter Roeck <linux@roeck-us.net>,
	Randy Dunlap <rdunlap@infradead.org>,
	Serge Semin <fancer.lancer@gmail.com>,
	Thomas Bogendoerfer <tsbogend@alpha.franken.de>,
	linux-kernel@vger.kernel.org, kernel-team@android.com
Subject: [GIT PULL] irqchip fixes for 5.14, take #1
Date: Fri,  9 Jul 2021 10:43:06 +0100	[thread overview]
Message-ID: <20210709094306.1459561-1-maz@kernel.org> (raw)

Hi Thomas,

Here the first batch of fixes for 5.14. Only two patches this time,
both fixing issues introduced by the large irqdomain update during the
merge window.

One is a simple documentation update. The other is an interesting bug
affecting MIPS, where we were able to perform irqdomain look-ups
(which now implies using RCU at all times) without being in the right
context (straight out of idle, for example). The issue was always
there, we were just 'lucky' not to use RCU consistently in the
irqdomain code...

Please pull,

	M.

The following changes since commit c51e96dace68a67f1fcfa49d4ad1577875f50bf1:

  Merge branch irq/irqchip-driver-updates into irq/irqchip-next (2021-06-11 14:50:03 +0100)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms.git tags/irqchip-fixes-5.14-1

for you to fetch changes up to 1fee9db9b42d821e8007289d4eea74bdf85b1543:

  irqchip/mips: Fix RCU violation when using irqdomain lookup on interrupt entry (2021-07-09 10:18:58 +0100)

----------------------------------------------------------------
irqchip fixes for 5.14, take #1

- Fix a MIPS bug where irqdomain loopkups could occur in a context
  where RCU is not allowed

- Fix a documentation bug for handle_domain_irq

----------------------------------------------------------------
Marc Zyngier (1):
      irqchip/mips: Fix RCU violation when using irqdomain lookup on interrupt entry

Randy Dunlap (1):
      genirq/irqdesc: Drop excess kernel-doc entry @lookup

 arch/mips/include/asm/irq.h      |  3 +++
 arch/mips/kernel/irq.c           | 16 ++++++++++++++++
 drivers/irqchip/irq-mips-cpu.c   | 10 ++++++----
 drivers/irqchip/irq-mips-gic.c   |  8 ++++----
 drivers/irqchip/irq-pic32-evic.c |  5 ++---
 kernel/irq/irqdesc.c             |  1 -
 6 files changed, 31 insertions(+), 12 deletions(-)

             reply	other threads:[~2021-07-09  9:43 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-09  9:43 Marc Zyngier [this message]
2021-07-09 13:42 ` [GIT PULL] irqchip fixes for 5.14, take #1 Thomas Gleixner

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=20210709094306.1459561-1-maz@kernel.org \
    --to=maz@kernel.org \
    --cc=fancer.lancer@gmail.com \
    --cc=kernel-team@android.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@roeck-us.net \
    --cc=rdunlap@infradead.org \
    --cc=tglx@linutronix.de \
    --cc=tsbogend@alpha.franken.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