Hi all, Here's a handful of patches I've accumulated over the merge window. The only interesting thing is the issue that Yang found on a bizarrely configured NUMA system, which prompted me to add more code to detect similar situations (just in case). The rest is pretty dull.
Thanks, M. * From v1: - Much better fix for the ls-scfg driver (thanks to Thomas) - New patch fixing a CPU hotplug regression on GICv3 Marc Zyngier (6): genirq/debugfs: Add missing IRQCHIP_SUPPORTS_LEVEL_MSI debug irqchip/ls-scfg-msi: Fix MSI affinity handling irqchip/gic-v2m: Fix SPI release on error path irqchip/gic-v3-its: Only emit SYNC if targetting a valid collection irqchip/gic-v3-its: Only emit VSYNC if targetting a valid collection irqchip/gic-v3-its: Fix reprogramming of redistributors on CPU hotplug Yang Yingliang (1): irqchip/gic-v3-its: Don't bind LPI to unavailable NUMA node drivers/irqchip/irq-gic-v2m.c | 2 +- drivers/irqchip/irq-gic-v3-its.c | 62 +++++++++++++++++++++++++------ drivers/irqchip/irq-ls-scfg-msi.c | 10 +++-- include/linux/irq.h | 1 + kernel/irq/debugfs.c | 1 + 5 files changed, 60 insertions(+), 16 deletions(-) -- 2.17.1