All of lore.kernel.org
 help / color / mirror / Atom feed
From: mwilck@suse.com
To: Christophe Varoqui <christophe.varoqui@opensvc.com>,
	Benjamin Marzinski <bmarzins@redhat.com>
Cc: dm-devel@redhat.com, Martin Wilck <mwilck@suse.com>
Subject: [PATCH 00/11] Minor fixes for multipath-tools
Date: Tue, 12 May 2020 00:39:20 +0200	[thread overview]
Message-ID: <20200511223931.18261-1-mwilck@suse.com> (raw)

From: Martin Wilck <mwilck@suse.com>

Hi Christophe, hi Ben,

This series fixes a couple of issues I recently found with the 32bit build
of multipath-tools, and after integrating our CI into the automated builds
on our build server.

Regards
Martin

Martin Wilck (11):
  multipath-tools: Makefile: more dependency fixes for parallel build
  multipath-tools: Makefile.inc: separate out OPTFLAGS
  multipath-tools: Makefile.inc: allow user settings for LDFLAGS
  multipath-tools: Makefile.inc: set -Wno-error=clobbered
  libmultipath: discovery.c: use %z qualifier for size_t
  libmultipath: eliminate more signed/unsigned comparisons
  libmultipath: set_uint: fix parsing for 32bit
  multipath-tools tests/Makefile: add -lmpathcmd to LIBDEPS
  multipath tools tests/Makefile: Fix OBJDEPS for hwtable-test
  multipath-tools tests/test-lib.c: drop __wrap_is_claimed_by_foreign
  multipath-tools tests/directio: fix -Wmaybe-uninitalized warning

 Makefile                              |  5 +++--
 Makefile.inc                          | 16 ++++++++--------
 libmpathpersist/mpath_pr_ioctl.c      |  2 +-
 libmultipath/dict.c                   | 11 +++++++----
 libmultipath/discovery.c              | 16 ++++++++--------
 libmultipath/print.c                  | 12 ++++++------
 libmultipath/prioritizers/alua_spc3.h |  2 +-
 multipathd/cli_handlers.c             | 20 ++++++++++----------
 multipathd/main.c                     |  2 +-
 tests/Makefile                        |  4 ++--
 tests/directio.c                      |  2 +-
 tests/test-lib.c                      |  6 ------
 12 files changed, 48 insertions(+), 50 deletions(-)

-- 
2.26.2

             reply	other threads:[~2020-05-11 22:39 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-11 22:39 mwilck [this message]
2020-05-11 22:39 ` [PATCH 01/11] multipath-tools: Makefile: more dependency fixes for parallel build mwilck
2020-05-11 22:39 ` [PATCH 02/11] multipath-tools: Makefile.inc: separate out OPTFLAGS mwilck
2020-05-11 22:39 ` [PATCH 03/11] multipath-tools: Makefile.inc: allow user settings for LDFLAGS mwilck
2020-05-11 22:39 ` [PATCH 04/11] multipath-tools: Makefile.inc: set -Wno-error=clobbered mwilck
2020-05-11 22:39 ` [PATCH 05/11] libmultipath: discovery.c: use %z qualifier for size_t mwilck
2020-05-11 22:39 ` [PATCH 06/11] libmultipath: eliminate more signed/unsigned comparisons mwilck
2020-05-11 22:39 ` [PATCH 07/11] libmultipath: set_uint: fix parsing for 32bit mwilck
2020-05-11 22:39 ` [PATCH 08/11] multipath-tools tests/Makefile: add -lmpathcmd to LIBDEPS mwilck
2020-05-11 22:39 ` [PATCH 09/11] multipath tools tests/Makefile: Fix OBJDEPS for hwtable-test mwilck
2020-05-11 22:39 ` [PATCH 10/11] multipath-tools tests/test-lib.c: drop __wrap_is_claimed_by_foreign mwilck
2020-05-11 22:39 ` [PATCH 11/11] multipath-tools tests/directio: fix -Wmaybe-uninitalized warning mwilck
2020-05-15  1:30 ` [PATCH 00/11] Minor fixes for multipath-tools 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=20200511223931.18261-1-mwilck@suse.com \
    --to=mwilck@suse.com \
    --cc=bmarzins@redhat.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 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.