mbox series

[v2,0/2] MIPS: fix possible memory leak while module exiting

Message ID 20221104033945.1120044-1-yangyingliang@huawei.com (mailing list archive)
Headers show
Series MIPS: fix possible memory leak while module exiting | expand

Message

Yang Yingliang Nov. 4, 2022, 3:39 a.m. UTC
This patchset fixes two device name leaks while module exiting
in normal or error path.

v1 -> v2:
  Add fix tag in patch #1.

Yang Yingliang (2):
  MIPS: vpe-mt: fix possible memory leak while module exiting
  MIPS: vpe-cmp: fix possible memory leak while module exiting

 arch/mips/kernel/vpe-cmp.c | 4 ++--
 arch/mips/kernel/vpe-mt.c  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

Comments

Thomas Bogendoerfer Nov. 22, 2022, 12:29 p.m. UTC | #1
On Fri, Nov 04, 2022 at 11:39:43AM +0800, Yang Yingliang wrote:
> This patchset fixes two device name leaks while module exiting
> in normal or error path.
> 
> v1 -> v2:
>   Add fix tag in patch #1.
> 
> Yang Yingliang (2):
>   MIPS: vpe-mt: fix possible memory leak while module exiting
>   MIPS: vpe-cmp: fix possible memory leak while module exiting
> 
>  arch/mips/kernel/vpe-cmp.c | 4 ++--
>  arch/mips/kernel/vpe-mt.c  | 4 ++--
>  2 files changed, 4 insertions(+), 4 deletions(-)
> 
> -- 
> 2.25.1

series applied to mips-next.

Thomas.