Hi Thomas,
I'm about to disappear for a few days, so here's the only urgent fix I
have pending, fixing a regression introduced in the previous set of
fixes. Oh well.
Please pull,
M.
The following changes since commit cddb536a73ef2c82ce04059dc61c65e85a355561:
irqchip/mbigen: Unify the error handling in mbigen_of_create_domain() (2023-05-16 11:19:29 +0100)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms.git tags/irqchip-fixes-6.4-2
for you to fetch changes up to 91539341a3b6e9c868024a4292455dae36e6f58c:
irqchip/gic: Correctly validate OF quirk descriptors (2023-05-30 11:01:22 +0100)
----------------------------------------------------------------
irqchip fixes for 6.4, take #2
- Fix regression introduced by the Mediatek workaround.
----------------------------------------------------------------
Marc Zyngier (1):
irqchip/gic: Correctly validate OF quirk descriptors
drivers/irqchip/irq-gic-common.c | 2 ++
1 file changed, 2 insertions(+)
The following commit has been merged into the irq/urgent branch of tip:
Commit-ID: 2d5b205dfa32b5f0f357ebc9db73931d2186391e
Gitweb: https://git.kernel.org/tip/2d5b205dfa32b5f0f357ebc9db73931d2186391e
Author: Thomas Gleixner <[email protected]>
AuthorDate: Wed, 31 May 2023 19:42:53 +02:00
Committer: Thomas Gleixner <[email protected]>
CommitterDate: Wed, 31 May 2023 19:42:53 +02:00
Merge tag 'irqchip-fixes-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/urgent
Pull an irqchip fix from Marc Zyngier:
- Fix regression introduced by the Mediatek workaround.
Link: https://lore.kernel.org/lkml/[email protected]
---