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, 10 Jun 2022 09:36:28 +0100
From:   Marc Zyngier <maz@...nel.org>
To:     Thomas Gleixner <tglx@...utronix.de>
Cc:     Jamie Iles <jamie@...ieiles.com>,
        Jiaxun Yang <jiaxun.yang@...goat.com>,
        Kunihiko Hayashi <hayashi.kunihiko@...ionext.com>,
        Liu Ying <victor.liu@....com>,
        Lucas Stach <l.stach@...gutronix.de>,
        Miaoqian Lin <linmq006@...il.com>,
        Michal Simek <michal.simek@....com>,
        Rob Herring <robh@...nel.org>, linux-kernel@...r.kernel.org,
        kernel-team@...roid.com
Subject: [GIT PULL] irqchip fixes for 5.19, take #1

Hi Thomas,

Here's a small set of fixes for 5.19.

The only really notable change is a fix for chained interrupts, which
were never calling into the runtime PM subsystem. Depending on the
probing order, you could end-up with configuring an irqchip that
wasn't switched on.

The rest is a small stack of of_node refcounting fixes, config
updates, fixing MIPS after the loongarch merge, and the obligaroty DT
update for one irqchip.

Please pull,

	M.

The following changes since commit f2906aa863381afb0015a9eb7fefad885d4e5a56:

  Linux 5.19-rc1 (2022-06-05 17:18:54 -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.19-1

for you to fetch changes up to 6fac824f40987a54a08dfbcc36145869d02e45b1:

  irqchip/loongson-liointc: Use architecture register to get coreid (2022-06-10 08:57:19 +0100)

----------------------------------------------------------------
irqchip/genirq fixes for 5.19, take #1

- Invoke runtime PM for chained interrupts, aligning the behaviour
  with that of 'normal' interrupts

- A flurry of of_node refcounting fixes

- A fix for the recently merged loongarch that broke UP MIPS

- A configuration fix for the Xilinx interrupt controller

- Yet another new compat string for the Uniphier interrupt controller

----------------------------------------------------------------
Jamie Iles (1):
      irqchip/xilinx: Remove microblaze+zynq dependency

Jiaxun Yang (1):
      irqchip/loongson-liointc: Use architecture register to get coreid

Kunihiko Hayashi (2):
      dt-bindings: interrupt-controller/uniphier-aidet: Add bindings for NX1 SoC
      irqchip/uniphier-aidet: Add compatible string for NX1 SoC

Marc Zyngier (1):
      genirq: PM: Use runtime PM for chained interrupts

Miaoqian Lin (6):
      irqchip/gic/realview: Fix refcount leak in realview_gic_of_init
      irqchip/apple-aic: Fix refcount leak in build_fiq_affinity
      irqchip/apple-aic: Fix refcount leak in aic_of_ic_init
      irqchip/gic-v3: Fix error handling in gic_populate_ppi_partitions
      irqchip/gic-v3: Fix refcount leak in gic_populate_ppi_partitions
      irqchip/realtek-rtl: Fix refcount leak in map_interrupts

 .../bindings/interrupt-controller/socionext,uniphier-aidet.yaml   | 1 +
 drivers/irqchip/Kconfig                                           | 2 +-
 drivers/irqchip/irq-apple-aic.c                                   | 2 ++
 drivers/irqchip/irq-gic-realview.c                                | 1 +
 drivers/irqchip/irq-gic-v3.c                                      | 7 +++++--
 drivers/irqchip/irq-loongson-liointc.c                            | 8 +++++++-
 drivers/irqchip/irq-realtek-rtl.c                                 | 2 +-
 drivers/irqchip/irq-uniphier-aidet.c                              | 1 +
 kernel/irq/chip.c                                                 | 5 ++++-
 9 files changed, 23 insertions(+), 6 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ