From: Benjamin Marzinski <bmarzins@redhat.com>
To: Christophe Varoqui <christophe.varoqui@opensvc.com>
Cc: device-mapper development <dm-devel@redhat.com>,
Martin Wilck <Martin.Wilck@suse.com>
Subject: [PATCH v2 0/5] Multipath Follow-up patches
Date: Wed, 19 Feb 2020 14:21:40 -0600 [thread overview]
Message-ID: <1582143705-20886-1-git-send-email-bmarzins@redhat.com> (raw)
These patches resolve various minor issues that Martin had with my
previous patch set.
Changes in v2:
0001: now uses memcmp() instead of strncmp(), and safe_sprintf()
instead of strlcpy(), as suggested by Martin Wilck.
Benjamin Marzinski (5):
multipath: fix issues found by compiling with gcc 10
libmultipath: turn pp->vpd_data into a pointer
libmultipath: change loading and resetting in directio
libmultipath: change directio get_events() timeout handling
libmultipath: cleanup old issues with directio checker
kpartx/dasd.c | 6 +-
libmultipath/checkers.c | 26 ++---
libmultipath/checkers.h | 2 +-
libmultipath/checkers/directio.c | 66 ++----------
libmultipath/discovery.c | 17 ++-
libmultipath/print.c | 20 ++--
libmultipath/structs.c | 3 +
libmultipath/structs.h | 2 +-
multipath/main.c | 2 +-
tests/directio.c | 178 ++++++++++++-------------------
tests/vpd.c | 3 +-
11 files changed, 125 insertions(+), 200 deletions(-)
--
2.17.2
next reply other threads:[~2020-02-19 20:21 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-02-19 20:21 Benjamin Marzinski [this message]
2020-02-19 20:21 ` [PATCH v2 1/5] multipath: fix issues found by compiling with gcc 10 Benjamin Marzinski
2020-02-19 20:39 ` Martin Wilck
2020-12-02 13:54 ` [dm-devel] " Martin Wilck
2020-12-03 20:52 ` Benjamin Marzinski
2020-02-19 20:21 ` [PATCH v2 2/5] libmultipath: turn pp->vpd_data into a pointer Benjamin Marzinski
2020-02-19 20:21 ` [PATCH v2 3/5] libmultipath: change loading and resetting in directio Benjamin Marzinski
2020-02-19 20:21 ` [PATCH v2 4/5] libmultipath: change directio get_events() timeout handling Benjamin Marzinski
2020-02-19 20:21 ` [PATCH v2 5/5] libmultipath: cleanup old issues with directio checker Benjamin Marzinski
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1582143705-20886-1-git-send-email-bmarzins@redhat.com \
--to=bmarzins@redhat.com \
--cc=Martin.Wilck@suse.com \
--cc=christophe.varoqui@opensvc.com \
--cc=dm-devel@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).