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