All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Fix memory leak for Manage Assemble Kill mdadm
@ 2023-03-23  1:30 miaoguanqin
  2023-03-23  1:30 ` [PATCH 1/4] Fix memory leak in file Assemble miaoguanqin
                   ` (3 more replies)
  0 siblings, 4 replies; 14+ messages in thread
From: miaoguanqin @ 2023-03-23  1:30 UTC (permalink / raw)
  To: jes, mariusz.tkaczyk, pmenzel, linux-raid
  Cc: linfeilong, lixiaokeng, louhongxiang

When we test mdadm with asan,we found some memory leaks.
We fix these memory leaks based on code logic. 

miaoguanqin (4):
  Fix memory leak in file Assemble
  Fix memory leak in file Kill
  Fix memory leak in file Manage
  Fix memory leak in file mdadm

 Assemble.c | 15 +++++++++++++--
 Kill.c     |  9 ++++++++-
 Manage.c   | 16 +++++++++++++++-
 mdadm.c    |  4 ++++
 4 files changed, 40 insertions(+), 4 deletions(-)

-- 
2.33.0


^ permalink raw reply	[flat|nested] 14+ messages in thread
* [PATCH 0/4] Fix memory leak for Manage Assemble Kill mdadm
@ 2023-04-06 11:40 Guanqin Miao
  0 siblings, 0 replies; 14+ messages in thread
From: Guanqin Miao @ 2023-04-06 11:40 UTC (permalink / raw)
  To: jes, mariusz.tkaczyk, pmenzel, linux-raid
  Cc: linfeilong, lixiaokeng, louhongxiang

When we test mdadm with asan,i we found some memory leaks.
We fix these memory leaks based on code logic.

Guanqin Miao (4):
  Fix memory leak in file Assemble
  Fix memory leak in file Kill
  Fix memory leak in file Manage
  Fix memory leak in file mdadm

 Assemble.c | 15 +++++++++++++--
 Kill.c     |  9 ++++++++-
 Manage.c   | 15 ++++++++++++++-
 mdadm.c    |  4 ++++
 4 files changed, 39 insertions(+), 4 deletions(-)

-- 
2.33.0


^ permalink raw reply	[flat|nested] 14+ messages in thread
* [PATCH 0/4] Fix memory leak for Manage Assemble Kill mdadm
@ 2023-04-24  8:06 Guanqin Miao
  2023-09-01 16:02 ` Jes Sorensen
  0 siblings, 1 reply; 14+ messages in thread
From: Guanqin Miao @ 2023-04-24  8:06 UTC (permalink / raw)
  To: jes, mariusz.tkaczyk, pmenzel, linux-raid
  Cc: linfeilong, lixiaokeng, louhongxiang

When we test mdadm with asan,i we found some memory leaks.
We fix these memory leaks based on code logic.

Guanqin Miao (4):
  Fix memory leak in file Assemble
  Fix memory leak in file Kill
  Fix memory leak in file Manage
  Fix memory leak in file mdadm

 Assemble.c | 13 +++++++++++--
 Kill.c     |  9 ++++++++-
 Manage.c   | 11 ++++++++++-
 mdadm.c    |  4 ++++
 4 files changed, 33 insertions(+), 4 deletions(-)

-- 
2.33.0


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2023-09-01 16:08 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-23  1:30 [PATCH 0/4] Fix memory leak for Manage Assemble Kill mdadm miaoguanqin
2023-03-23  1:30 ` [PATCH 1/4] Fix memory leak in file Assemble miaoguanqin
2023-03-28  7:54   ` Mariusz Tkaczyk
2023-03-28 11:21   ` Paul Menzel
2023-03-23  1:30 ` [PATCH 2/4] Fix memory leak in file Kill miaoguanqin
2023-03-28  9:38   ` Mariusz Tkaczyk
2023-03-23  1:30 ` [PATCH 3/4] Fix memory leak in file Manage miaoguanqin
2023-03-28 10:28   ` Mariusz Tkaczyk
2023-03-23  1:30 ` [PATCH 4/4] Fix memory leak in file mdadm miaoguanqin
2023-03-28 10:29   ` Mariusz Tkaczyk
2023-04-06 11:40 [PATCH 0/4] Fix memory leak for Manage Assemble Kill mdadm Guanqin Miao
2023-04-24  8:06 Guanqin Miao
2023-09-01 16:02 ` Jes Sorensen
2023-09-01 16:07   ` Jes Sorensen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.