commit | 3a83f575a33b960b7b1d582dc17f154d887c9b8d | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@linux-foundation.org> | Thu Jul 11 13:48:36 2019 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Thu Jul 11 13:48:36 2019 -0700 |
tree | 870125a17c4cab341c5b94797597dde5c94cfcb2 | |
parent | a131c2bf165684315f606fdd88cf80be22ba32f3 [diff] | |
parent | 20faba848752901de23a4d45a1174d64d2069dde [diff] |
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip Pull irq fixes from Thomas Gleixner: "Two small fixes for interrupt chip drivers: - Prevent UAF in the new RZA1 chip driver - Fix the wrong argument order of the GENMASK macro in the GIC code" * 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: irqchip/gic-v3-its: Fix misuse of GENMASK macro irqchip/renesas-rza1: Prevent use-after-free in rza1_irqc_probe()