lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Fri, 12 Nov 2021 17:34:59 +0000
From:   Marc Zyngier <maz@...nel.org>
To:     Thomas Gleixner <tglx@...utronix.de>
Cc:     Anup Patel <anup@...infault.org>,
        Atish Patra <atish.patra@....com>,
        Bjorn Helgaas <bhelgaas@...gle.com>,
        Christian Zigotzky <chzigotzky@...osoft.de>,
        Guo Ren <guoren@...ux.alibaba.com>,
        Nikita Shubin <nikita.shubin@...uefel.me>,
        Palmer Dabbelt <palmer@...belt.com>,
        Rob Herring <robh@...nel.org>,
        Vincent Pelletier <plr.vincent@...il.com>,
        linux-kernel@...r.kernel.org, kernel-team@...roid.com
Subject: [GIT PULL] irqchip fixes for 5.16, take #1

Hi Thomas,

Here's a small set of fixes for 5.16.

The most interesting one is a fix for the SiFive PLIC, which happens
to ignore an EOI if the interrupt has been masked during the
handling. Ouch. We also have a fix for the csky interrupt controller
which was mixing mask/unmask with disabled/enabled, and a another for
a regression in the OF irq parsing (this last one is carrying Rob's
 Reviewed-by: tag).

Note that the branch is on the same base as tip/irq/urgent
(debe436e77c7).

Please pull,

	M.

The following changes since commit debe436e77c72fcee804fb867f275e6d31aa999c:

  Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 (2021-11-10 17:05:37 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 10a20b34d735fb4a4af067919b9c0a1c870dac99:

  of/irq: Don't ignore interrupt-controller when interrupt-map failed (2021-11-12 16:10:00 +0000)

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

- Address an issue with the SiFive PLIC being unable to EOI
  a masked interrupt

- Move the disable/enable methods in the CSky mpintc to
  mask/unmask

- Fix a regression in the OF irq code where an interrupt-controller
  property in the same node as an interrupt-map property would get
  ignored

----------------------------------------------------------------
Guo Ren (2):
      irqchip/csky-mpintc: Fixup mask/unmask implementation
      irqchip/sifive-plic: Fixup EOI failed when masked

Marc Zyngier (1):
      of/irq: Don't ignore interrupt-controller when interrupt-map failed

 drivers/irqchip/irq-csky-mpintc.c |  8 ++++----
 drivers/irqchip/irq-sifive-plic.c |  8 +++++++-
 drivers/of/irq.c                  | 19 ++++++++++++++++---
 3 files changed, 27 insertions(+), 8 deletions(-)

Powered by blists - more mailing lists