All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V3 0/5] multipath-tools series: some cleanups and fixes
@ 2020-08-29  3:02 Zhiqiang Liu
  2020-08-29  3:03 ` [PATCH V3 1/5] multipathd: adopt static char* arr in daemon_status Zhiqiang Liu
  2020-08-29  3:03 ` [PATCH V3 2/5] multipathd: use daemon_status_msg to construct sd notify msg in do_sd_notify func Zhiqiang Liu
  0 siblings, 2 replies; 6+ messages in thread
From: Zhiqiang Liu @ 2020-08-29  3:02 UTC (permalink / raw)
  To: Martin Wilck
  Cc: lixiaokeng, yanxiaodan, linfeilong, dm-devel, Zdenek Kabelac,
	liuzhiqiang26


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

V2->V3:
[PATCH V3 1/5] multipathd: adopt static char* arr in daemon_status
  - add default case in sd_notify_status to fix compile error
[PATCH V3 2/5] multipathd: use daemon_status_msg to construct sd notify
  - set MSG_SIZE to 32 and use safe_sprintf as suggested by Martin.

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 (2):
  multipathd: adopt static char* arr in daemon_status
  multipathd: use daemon_status_msg to construct sd notify msg in
    do_sd_notify func

 multipathd/main.c | 62 +++++++++++++++++++++--------------------------
 multipathd/main.h |  3 ++-
 2 files changed, 29 insertions(+), 36 deletions(-)

-- 
2.24.0.windows.2

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

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

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-29  3:02 [PATCH V3 0/5] multipath-tools series: some cleanups and fixes Zhiqiang Liu
2020-08-29  3:03 ` [PATCH V3 1/5] multipathd: adopt static char* arr in daemon_status Zhiqiang Liu
2020-08-31 14:37   ` Martin Wilck
2020-08-29  3:03 ` [PATCH V3 2/5] multipathd: use daemon_status_msg to construct sd notify msg in do_sd_notify func Zhiqiang Liu
2020-08-31  9:55   ` Martin Wilck
2020-08-31 11:03     ` 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.