Re: [PATCH v2] powerpc/sysdev: Fix refcount leak bugs

2022-09-09 Thread Michael Ellerman
On Mon, 20 Jun 2022 21:02:21 +0800, Liang He wrote: > We need add corresponding of_node_put() to keep refcount balance > in sysdev. > > Applied to powerpc/next. [1/1] powerpc/sysdev: Fix refcount leak bugs https://git.kernel.org/powerpc/c/3d31adc47edb6d0cef122a41fba1b639db5d1c37 cheers

[PATCH v2] powerpc/sysdev: Fix refcount leak bugs

2022-06-20 Thread Liang He
We need add corresponding of_node_put() to keep refcount balance in sysdev. Signed-off-by: Liang He --- changelog: v2: (1) merge all sysdev related bug into one commit (2) find new bugs in spapr.c and mpic_msgr.c v1: find missing of_node_put() in each file arch/powerpc/sysdev/fsl_pci.