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]
Message-Id: <20220108130807.4109738-1-maz@kernel.org>
Date:   Sat,  8 Jan 2022 13:08:07 +0000
From:   Marc Zyngier <maz@...nel.org>
To:     Thomas Gleixner <tglx@...utronix.de>
Cc:     Arnd Bergmann <arnd@...db.de>,
        Geert Uytterhoeven <geert+renesas@...der.be>,
        Herve Codina <herve.codina@...tlin.com>,
        Jay Chen <jkchen@...ux.alibaba.com>,
        Kees Cook <keescook@...omium.org>,
        Lad Prabhakar <prabhakar.mahadev-lad.rj@...renesas.com>,
        Linus Walleij <linus.walleij@...aro.org>,
        Lorenzo Pieralisi <lorenzo.pieralisi@....com>,
        Lucas Stach <l.stach@...gutronix.de>,
        Peng Fan <peng.fan@....com>,
        Valentin Schneider <valentin.schneider@....com>,
        Viresh Kumar <viresh.kumar@...aro.org>,
        Xiang wangx <wangxiang@...rlc.com>,
        linux-kernel@...r.kernel.org, kernel-team@...roid.com
Subject: [GIT PULL] irqchip updates for 5.17

Hi Thomas,

This is the smallest set of irqchip updates ever. Not due to a lack of
activity, but mostly that the stuff that is in flight doesn't seem to
be quire ready. Given the size of the upcoming MSI changes, this is
probably for the best.

Anyway, not much here, apart from Valentin's Kexec+RT GICv3 ITS fix
and another one for GICv4.1. The rest is a boring mix of small scale
updates and cleanups.

Please pull,

	M.

The following changes since commit 0fcfb00b28c0b7884635dacf38e46d60bf3d4eb1:

  Linux 5.16-rc4 (2021-12-05 14:08:22 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms.git tags/irqchip-5.17

for you to fetch changes up to cd448b24c621b2b676b4fa50a4ab4e9e9da114e2:

  Merge branch irq/misc-5.17 into irq/irqchip-next (2021-12-20 14:00:47 +0000)

----------------------------------------------------------------
irqchip updates for 5.17

- Fix GICv3 redistributor table reservation with RT across kexec

- Fix GICv4.1 redistributor view of the VPE table across kexec

- Add support for extra interrupts on spear-shirq

- Make obtaining some interrupts optional for the Renesas drivers

- Various cleanups and bug fixes

----------------------------------------------------------------
Herve Codina (1):
      irqchip/spear-shirq: Add support for IRQ 0..6

Kees Cook (1):
      irqchip/ingenic-tcu: Use correctly sized arguments for bit field

Lad Prabhakar (2):
      irqchip/renesas-irqc: Use platform_get_irq_optional() to get the interrupt
      irqchip/renesas-intc-irqpin: Use platform_get_irq_optional() to get the interrupt

Marc Zyngier (3):
      Merge branch irq/its-kexec-rt into irq/irqchip-next
      irqchip/gic-v4: Disable redistributors' view of the VPE table at boot time
      Merge branch irq/misc-5.17 into irq/irqchip-next

Peng Fan (1):
      irqchip/imx-gpcv2: Mark imx_gpcv2_instance with __ro_after_init

Valentin Schneider (3):
      irqchip/gic-v3-its: Give the percpu rdist struct its own flags field
      irqchip/gic-v3-its: Postpone LPI pending table freeing and memreserve
      irqchip/gic-v3-its: Limit memreserve cpuhp state lifetime

Xiang wangx (1):
      irqchip/gic-v2m: Add const to of_device_id

 drivers/irqchip/irq-gic-v2m.c             |  2 +-
 drivers/irqchip/irq-gic-v3-its.c          | 82 ++++++++++++++++++++++++++++---
 drivers/irqchip/irq-gic-v3.c              | 17 +++++++
 drivers/irqchip/irq-imx-gpcv2.c           |  2 +-
 drivers/irqchip/irq-ingenic-tcu.c         |  4 +-
 drivers/irqchip/irq-renesas-intc-irqpin.c |  9 ++--
 drivers/irqchip/irq-renesas-irqc.c        |  9 ++--
 drivers/irqchip/spear-shirq.c             |  2 +
 include/linux/irqchip/arm-gic-v3.h        |  4 +-
 9 files changed, 112 insertions(+), 19 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ