[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20190731175000.12948-1-maz@kernel.org>
Date: Wed, 31 Jul 2019 18:50:00 +0100
From: Marc Zyngier <maz@...nel.org>
To: Thomas Gleixner <tglx@...utronix.de>
Cc: Anders Roxell <anders.roxell@...aro.org>,
Geert Uytterhoeven <geert+renesas@...der.be>,
Lucas Stach <l.stach@...gutronix.de>,
Nianyao Tang <tangnianyao@...wei.com>,
Nishka Dasgupta <nishkadg.linux@...il.com>,
Shaokun Zhang <zhangshaokun@...ilicon.com>,
Wen Yang <wen.yang99@....com.cn>,
Jason Cooper <jason@...edaemon.net>,
linux-kernel@...r.kernel.org
Subject: [GIT PULL] irqchip updates for 5.3-rc3
Hi Thomas,
Here's a small bunch of fixes from the irqchip department. Nothing
major, just a number of fixes for error paths, a GPCv2 irq_set_type()
fix, and a bunch of /* fall-though */ annotation to keep the build
quiet.
Please pull.
M.
The following changes since commit 3dae67ce600caaa92c9af6e0cb6cad2db2632a0a:
irqchip/gic-pm: Remove PM_CLK dependency (2019-07-03 09:33:01 +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.3
for you to fetch changes up to b5fa9fc9e809f84bb20439730162eccfed906a76:
irqchip/renesas-rza1: Fix an use-after-free in rza1_irqc_probe() (2019-07-26 14:40:01 +0100)
----------------------------------------------------------------
irqchip fixes for 5.3
- Fix a couple of UAF on error paths (RZA1, GICv3 ITS)
- Fix iMX GPCv2 trigger setting
- Add missing of_node_put on error path in MBIGEN
- Add another bunch of /* fall-through */ to silence warnings
----------------------------------------------------------------
Anders Roxell (1):
irqchip/gic-v3: Mark expected switch fall-through
Lucas Stach (1):
irqchip/irq-imx-gpcv2: Forward irq type to parent
Nianyao Tang (1):
irqchip/gic-v3-its: Free unused vpt_page when alloc vpe table fail
Nishka Dasgupta (1):
irqchip/irq-mbigen: Add of_node_put() before return
Wen Yang (1):
irqchip/renesas-rza1: Fix an use-after-free in rza1_irqc_probe()
drivers/irqchip/irq-gic-v3-its.c | 2 +-
drivers/irqchip/irq-gic-v3.c | 4 ++++
drivers/irqchip/irq-imx-gpcv2.c | 1 +
drivers/irqchip/irq-mbigen.c | 9 +++++++--
drivers/irqchip/irq-renesas-rza1.c | 15 ++++++++-------
5 files changed, 21 insertions(+), 10 deletions(-)
Powered by blists - more mailing lists