linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] irqchip fixes for 5.8, take #1
@ 2020-06-27 10:51 Marc Zyngier
  0 siblings, 0 replies; only message in thread
From: Marc Zyngier @ 2020-06-27 10:51 UTC (permalink / raw)
  To: Thomas Gleixner
  Cc: Jiaxun Yang, Palmer Dabbelt, Zenghui Yu, Jason Cooper,
	kernel-team, linux-kernel

Hi Thomas,

Here's a small pull request for a few fixes that have accumulated over
the past few weeks. The most interesting one is an atomicity update in
the GIC set_affinity callback, which could race against the update of
another 3 adjacent interrupts (I broke it 4 years ago, and nobody
noticed...). The other bug is a nice GICv4.1 sleep-in-atomic found by
Zenghui.  The rest fixes a couple of typos.

Please pull,

	M.

The following changes since commit b3a9e3b9622ae10064826dccb4f7a52bd88c7407:

  Linux 5.8-rc1 (2020-06-14 12:45:04 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 005c34ae4b44f085120d7f371121ec7ded677761:

  irqchip/gic: Atomically update affinity (2020-06-21 15:24:46 +0100)

----------------------------------------------------------------
irqchip fixes for Linux 5.8, take #1

- Fix atomicity of affinity update in the GIC driver
- Don't sleep in atomic when waiting for a GICv4.1 RD to respond
- Fix a couple of typos in user-visible messages

----------------------------------------------------------------
Jiaxun Yang (1):
      irqchip/loongson-pci-msi: Fix a typo in Kconfig

Marc Zyngier (1):
      irqchip/gic: Atomically update affinity

Palmer Dabbelt (1):
      irqchip/riscv-intc: Fix a typo in a pr_warn()

Zenghui Yu (1):
      irqchip/gic-v4.1: Use readx_poll_timeout_atomic() to fix sleep in atomic

 drivers/irqchip/Kconfig          |  2 +-
 drivers/irqchip/irq-gic-v3-its.c |  8 ++++----
 drivers/irqchip/irq-gic.c        | 14 +++-----------
 drivers/irqchip/irq-riscv-intc.c |  2 +-
 4 files changed, 9 insertions(+), 17 deletions(-)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-06-27 10:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-27 10:51 [GIT PULL] irqchip fixes for 5.8, take #1 Marc Zyngier

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).