Hello, First two patches are fixes for non-critical issues. I checked that they applied on stable.
Last two are debug extensions, one for xmon and the other to dump XIVE internal state under debugfs, which is easier than xmon. Cheers, C. Cédric Le Goater (4): powerpc/xive: Use XIVE_BAD_IRQ instead of zero to catch non configured IPIs powerpc/xive: Fix xmon support on the PowerNV platform powerpc/xmon: Add source flags to output of XIVE interrupts powerpc/xive: Add a debugfs file to dump internal XIVE state arch/powerpc/sysdev/xive/xive-internal.h | 9 ++ arch/powerpc/sysdev/xive/common.c | 126 +++++++++++++++++++++-- arch/powerpc/sysdev/xive/native.c | 7 +- arch/powerpc/sysdev/xive/spapr.c | 23 ++++- 4 files changed, 151 insertions(+), 14 deletions(-) -- 2.21.1