Re: [PATCH] powerpc/xive: Fix error handling when allocating an IPI

2021-07-06 Thread Michael Ellerman
On Thu, 1 Jul 2021 17:24:12 +0200, Cédric Le Goater wrote: > This is a smatch warning: > > arch/powerpc/sysdev/xive/common.c:1161 xive_request_ipi() warn: unsigned > 'xid->irq' is never less than zero. Applied to powerpc/fixes. [1/1] powerpc/xive: Fix error handling when allocating an IPI

[PATCH] powerpc/xive: Fix error handling when allocating an IPI

2021-07-01 Thread Cédric Le Goater
This is a smatch warning: arch/powerpc/sysdev/xive/common.c:1161 xive_request_ipi() warn: unsigned 'xid->irq' is never less than zero. Fixes: fd6db2892eba ("powerpc/xive: Modernize XIVE-IPI domain with an 'alloc' handler") Cc: sta...@vger.kernel.org # v5.13 Reported-by: kernel test robot Sig