All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V2 0/5] multipath-tools series: some cleanups and fixes
@ 2020-08-21 10:57 Zhiqiang Liu
  2020-08-21 10:58 ` [PATCH V2 1/5] multipathd: adopt static char* arr in daemon_status Zhiqiang Liu
                   ` (4 more replies)
  0 siblings, 5 replies; 13+ messages in thread
From: Zhiqiang Liu @ 2020-08-21 10:57 UTC (permalink / raw)
  To: mwilck, Benjamin Marzinski, Christophe Varoqui, Zdenek Kabelac
  Cc: linfeilong, Yanxiaodan, dm-devel, lixiaokeng, liuzhiqiang26


When I learn and review the multipath-tools source code, I find
some cleanups and fixes.

V1->V2:
- rewrite some patches as suggested by Martin.

repo: openSUSE/multipath-tools
repo link: https://github.com/openSUSE/multipath-tools
branch: upstream-queue

ZhiqiangLiu (5):
  multipathd: adopt static char* arr in daemon_status
  multipathd: use daemon_status_msg to construct sd notify msg in
    do_sd_notify func
  libmultipath: check blist before calling MALLOC in alloc_ble_device
    func
  vector: add lower boundary check in vector_foreach_slot_after
  multipathd: remove useless memset after MALLOC in alloc_waiteri func

 libmultipath/blacklist.c |  8 +++--
 libmultipath/vector.h    |  7 +++--
 multipathd/main.c        | 66 +++++++++++++++++++---------------------
 multipathd/main.h        |  3 +-
 multipathd/waiter.c      |  8 +----
 5 files changed, 44 insertions(+), 48 deletions(-)

-- 
2.24.0.windows.2

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

end of thread, other threads:[~2020-08-22  4:31 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-21 10:57 [PATCH V2 0/5] multipath-tools series: some cleanups and fixes Zhiqiang Liu
2020-08-21 10:58 ` [PATCH V2 1/5] multipathd: adopt static char* arr in daemon_status Zhiqiang Liu
2020-08-21 11:07   ` Martin Wilck
2020-08-21 13:42   ` Martin Wilck
2020-08-22  4:31     ` Zhiqiang Liu
2020-08-21 10:59 ` [PATCH V2 2/5] multipathd: use daemon_status_msg to construct sd notify msg in do_sd_notify func Zhiqiang Liu
2020-08-21 11:12   ` Martin Wilck
2020-08-21 11:00 ` [PATCH V2 3/5] libmultipath: check blist before calling MALLOC in alloc_ble_device func Zhiqiang Liu
2020-08-21 11:15   ` Martin Wilck
2020-08-21 11:00 ` [PATCH V2 4/5] vector: add lower boundary check in vector_foreach_slot_after Zhiqiang Liu
2020-08-21 11:20   ` Martin Wilck
2020-08-21 11:01 ` [PATCH V2 5/5] multipathd: remove useless memset after MALLOC in alloc_waiteri func Zhiqiang Liu
2020-08-21 11:18   ` Martin Wilck

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.