All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] multipath-tools series: some cleanups and fixes
@ 2020-08-16  1:41 Zhiqiang Liu
  2020-08-16  1:42 ` [PATCH 1/6] checker: remove useless name check in checker_get func Zhiqiang Liu
                   ` (5 more replies)
  0 siblings, 6 replies; 24+ messages in thread
From: Zhiqiang Liu @ 2020-08-16  1:41 UTC (permalink / raw)
  To: bmarzins, Martin Wilck, 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.

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

ZhiqiangLiu (6):
  checker: remove useless name check in checker_get func
  multipathd: adopt static char* arr in daemon_status
  multipathd: adopt static char* arr in sd_notify_status func
  libmultipath: check blist before calling MALLOC in alloc_ble_device
    func
  vector: add lower boundary check in vector_foreach_slot_after
  multipathd: return NULL if MALLOC fails in alloc_waiteri func

 libmultipath/blacklist.c |  8 +++++--
 libmultipath/checkers.c  |  9 ++++----
 libmultipath/vector.h    |  6 +++---
 multipathd/main.c        | 56 +++++++++++++++++++++++-------------------------
 multipathd/main.h        |  3 ++-
 multipathd/waiter.c      |  4 +++-
 6 files changed, 45 insertions(+), 41 deletions(-)

-- 
1.8.3.1

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

end of thread, other threads:[~2020-08-18  6:51 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-16  1:41 [PATCH 0/6] multipath-tools series: some cleanups and fixes Zhiqiang Liu
2020-08-16  1:42 ` [PATCH 1/6] checker: remove useless name check in checker_get func Zhiqiang Liu
2020-08-17  8:05   ` Martin Wilck
2020-08-17 15:12     ` Zhiqiang Liu
2020-08-17 15:25       ` Martin Wilck
2020-08-17 15:49         ` Zhiqiang Liu
2020-08-16  1:42 ` [PATCH 2/6] multipathd: adopt static char* arr in daemon_status Zhiqiang Liu
2020-08-17  8:23   ` Martin Wilck
2020-08-17 15:15     ` Zhiqiang Liu
2020-08-16  1:44 ` [PATCH 3/6] multipathd: adopt static char* arr in sd_notify_status func Zhiqiang Liu
2020-08-17  8:35   ` Martin Wilck
2020-08-17 15:33     ` Zhiqiang Liu
2020-08-17 15:44       ` Martin Wilck
2020-08-17 15:51         ` Zhiqiang Liu
2020-08-17 15:59         ` Zhiqiang Liu
2020-08-16  1:45 ` [PATCH 4/6] libmultipath: check blist before calling MALLOC in alloc_ble_device func Zhiqiang Liu
2020-08-17  8:51   ` Martin Wilck
2020-08-18  6:51     ` Benjamin Marzinski
2020-08-16  1:45 ` [PATCH 5/6] vector: add lower boundary check in vector_foreach_slot_after Zhiqiang Liu
2020-08-17  9:11   ` Martin Wilck
2020-08-17 15:58     ` Zhiqiang Liu
2020-08-16  1:46 ` [PATCH 6/6] multipathd: return NULL if MALLOC fails in alloc_waiteri, func Zhiqiang Liu
2020-08-17  9:21   ` Martin Wilck
2020-08-17 14:42     ` Zhiqiang Liu

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.