All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marc Zyngier <maz@kernel.org>
To: Thomas Gleixner <tglx@linutronix.de>
Cc: Anders Roxell <anders.roxell@linaro.org>,
	Geert Uytterhoeven <geert+renesas@glider.be>,
	Lucas Stach <l.stach@pengutronix.de>,
	Nianyao Tang <tangnianyao@huawei.com>,
	Nishka Dasgupta <nishkadg.linux@gmail.com>,
	Shaokun Zhang <zhangshaokun@hisilicon.com>,
	Wen Yang <wen.yang99@zte.com.cn>,
	Jason Cooper <jason@lakedaemon.net>,
	linux-kernel@vger.kernel.org
Subject: [GIT PULL] irqchip updates for 5.3-rc3
Date: Wed, 31 Jul 2019 18:50:00 +0100	[thread overview]
Message-ID: <20190731175000.12948-1-maz@kernel.org> (raw)

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

                 reply	other threads:[~2019-07-31 17:50 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190731175000.12948-1-maz@kernel.org \
    --to=maz@kernel.org \
    --cc=anders.roxell@linaro.org \
    --cc=geert+renesas@glider.be \
    --cc=jason@lakedaemon.net \
    --cc=l.stach@pengutronix.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=nishkadg.linux@gmail.com \
    --cc=tangnianyao@huawei.com \
    --cc=tglx@linutronix.de \
    --cc=wen.yang99@zte.com.cn \
    --cc=zhangshaokun@hisilicon.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.