mbox series

[v2,0/6] rebased patch set from Wu Guanghao

Message ID 20230303162135.45831-1-colyli@suse.de (mailing list archive)
Headers show
Series rebased patch set from Wu Guanghao | expand

Message

Coly Li March 3, 2023, 4:21 p.m. UTC
This is the rebased patch set from Wu Guanghao, all the patches can
be applied on top of commit 0a07dea8d3b78 ("Mdmonitor: Refactor
check_one_sharer() for better error handling") from the mdadm tree.

The patch from me is to solve conflict for the first patch of Guanghao.
In order to make the commit logs to be more understandable, I recompose
some patch subjects or commit logs.

The V2 series only changes the patch subject of mine by the suggestion
from Paul Menzel. And nothing more changed from V1.

Thank you in advance for taking them.

Coly Li
---
Coly Li (1):
  util.c: reorder code lines in parse_layout_faulty()

Wu Guanghao (5):
  util.c: fix memleak in parse_layout_faulty()
  Detail.c: fix memleak in Detail()
  isuper-intel.c: fix double free in load_imsm_mpb()
  super-intel.c: fix memleak in find_disk_attached_hba()
  super-ddf.c: fix memleak in get_vd_num_of_subarray()

 Detail.c      |  1 +
 super-ddf.c   |  9 +++++++--
 super-intel.c |  5 +++--
 util.c        | 11 ++++++++---
 4 files changed, 19 insertions(+), 7 deletions(-)

Comments

Jes Sorensen March 8, 2023, 6:55 p.m. UTC | #1
On 3/3/23 11:21, Coly Li wrote:
> This is the rebased patch set from Wu Guanghao, all the patches can
> be applied on top of commit 0a07dea8d3b78 ("Mdmonitor: Refactor
> check_one_sharer() for better error handling") from the mdadm tree.
> 
> The patch from me is to solve conflict for the first patch of Guanghao.
> In order to make the commit logs to be more understandable, I recompose
> some patch subjects or commit logs.
> 
> The V2 series only changes the patch subject of mine by the suggestion
> from Paul Menzel. And nothing more changed from V1.
> 
> Thank you in advance for taking them.
> 
> Coly Li

All applied!

Thanks Coly rebasing these!

Jes