[PATCH v2 0/2] bus: fsl-mc: Fix two double free problems in fsl_mc_device_add()

Su Hui posted 2 patches 1 week ago
drivers/bus/fsl-mc/fsl-mc-bus.c | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
[PATCH v2 0/2] bus: fsl-mc: Fix two double free problems in fsl_mc_device_add()
Posted by Su Hui 1 week ago
This patchset fixes two double free problems in fsl_mc_device_add().
One is reported by clang static checker, another is reported by Dan when
reviewing the code.

ps: There is only patch 1 in v1 patch, patch 2 has no v1 version.

v1: https://lore.kernel.org/all/20241114082751.3475110-1-suhui@nfschina.com/

Su Hui (2):
  bus: fsl-mc:  Fix the double free in fsl_mc_device_add()
  bus: fsl-mc: using put_device() when add_device() failed in
    fsl_mc_device_add()

 drivers/bus/fsl-mc/fsl-mc-bus.c | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

-- 
2.30.2
Re: [PATCH v2 0/2] bus: fsl-mc: Fix two double free problems in fsl_mc_device_add()
Posted by Dan Carpenter 1 week ago
On Fri, Nov 15, 2024 at 10:32:05AM +0800, Su Hui wrote:
> This patchset fixes two double free problems in fsl_mc_device_add().
> One is reported by clang static checker, another is reported by Dan when
> reviewing the code.
> 
> ps: There is only patch 1 in v1 patch, patch 2 has no v1 version.
> 
> v1: https://lore.kernel.org/all/20241114082751.3475110-1-suhui@nfschina.com/
> 
> Su Hui (2):
>   bus: fsl-mc:  Fix the double free in fsl_mc_device_add()
>   bus: fsl-mc: using put_device() when add_device() failed in
>     fsl_mc_device_add()

Thanks!

Reviewed-by: Dan Carpenter <dan.carpenter@linaro.org>

regards,
dan carpenter