mbox series

[00/16] multipath-tools: minor fixes and build improvements

Message ID 20220901160952.2167-1-mwilck@suse.com (mailing list archive)
Headers show
Series multipath-tools: minor fixes and build improvements | expand

Message

Martin Wilck Sept. 1, 2022, 4:09 p.m. UTC
From: Martin Wilck <mwilck@suse.com>

Hi Ben, hi Christophe,

here's a set of minor fixes for multipath-tools.

Regards
Martin

Martin Wilck (16):
  multipath-tools: Makefile: remove useless .PHONY targets
  multipath-tools: Makefile: fix install->all dependency
  multipath-tools: Makefile: remove dependency test -> test-progs
  multipath-tools: Makefile: run abidiff with --redundant flag
  libdmmp: Makefile: create man3dir
  tests/Makefile: use $(multipathdir)
  tests/Makefile: add library dependencies
  tests/Makefile: use symbolic links under tests/lib
  tests/Makefile: redirect program output into output file
  GitHub workflows: package shared objects in artifact
  libmultipath: replace close_fd() with cleanup_fd_ptr()
  libmultipath: cleanup_free_ptr(): avoid double free
  multipath: find_multipaths_check_timeout(): no need for pthread
    cleanup
  multipathd: fix segfault in cli_list_map_fmt()
  multipathd: fix broken pthread cleanup in
    fpin_fabric_notification_receiver()
  multipathd: Fix command completion in interactive mode

 .github/workflows/foreign.yaml    |  2 ++
 Makefile                          |  8 ++++----
 libdmmp/Makefile                  |  1 +
 libmpathutil/libmpathutil.version |  6 +++++-
 libmpathutil/util.c               | 19 +++++++++++++------
 libmpathutil/util.h               |  2 +-
 libmultipath/alias.c              |  4 ++--
 libmultipath/foreign/nvme.c       |  4 ++--
 libmultipath/sysfs.c              | 12 ++++++------
 libmultipath/wwids.c              |  8 ++++----
 multipath/main.c                  |  8 +++-----
 multipathd/cli.c                  |  2 ++
 multipathd/cli_handlers.c         |  2 +-
 multipathd/fpin_handlers.c        |  9 +++++----
 multipathd/main.c                 |  1 -
 tests/Makefile                    | 26 +++++++++++++-------------
 16 files changed, 64 insertions(+), 50 deletions(-)

Comments

Benjamin Marzinski Sept. 2, 2022, 11:56 p.m. UTC | #1
On Thu, Sep 01, 2022 at 06:09:36PM +0200, mwilck@suse.com wrote:
> From: Martin Wilck <mwilck@suse.com>
> 
> Hi Ben, hi Christophe,
> 
> here's a set of minor fixes for multipath-tools.
For the set:
Reviewed-by: Benjamin Marzinski <bmarzins@redhat.com>
> 
> Regards
> Martin
> 
> Martin Wilck (16):
>   multipath-tools: Makefile: remove useless .PHONY targets
>   multipath-tools: Makefile: fix install->all dependency
>   multipath-tools: Makefile: remove dependency test -> test-progs
>   multipath-tools: Makefile: run abidiff with --redundant flag
>   libdmmp: Makefile: create man3dir
>   tests/Makefile: use $(multipathdir)
>   tests/Makefile: add library dependencies
>   tests/Makefile: use symbolic links under tests/lib
>   tests/Makefile: redirect program output into output file
>   GitHub workflows: package shared objects in artifact
>   libmultipath: replace close_fd() with cleanup_fd_ptr()
>   libmultipath: cleanup_free_ptr(): avoid double free
>   multipath: find_multipaths_check_timeout(): no need for pthread
>     cleanup
>   multipathd: fix segfault in cli_list_map_fmt()
>   multipathd: fix broken pthread cleanup in
>     fpin_fabric_notification_receiver()
>   multipathd: Fix command completion in interactive mode
> 
>  .github/workflows/foreign.yaml    |  2 ++
>  Makefile                          |  8 ++++----
>  libdmmp/Makefile                  |  1 +
>  libmpathutil/libmpathutil.version |  6 +++++-
>  libmpathutil/util.c               | 19 +++++++++++++------
>  libmpathutil/util.h               |  2 +-
>  libmultipath/alias.c              |  4 ++--
>  libmultipath/foreign/nvme.c       |  4 ++--
>  libmultipath/sysfs.c              | 12 ++++++------
>  libmultipath/wwids.c              |  8 ++++----
>  multipath/main.c                  |  8 +++-----
>  multipathd/cli.c                  |  2 ++
>  multipathd/cli_handlers.c         |  2 +-
>  multipathd/fpin_handlers.c        |  9 +++++----
>  multipathd/main.c                 |  1 -
>  tests/Makefile                    | 26 +++++++++++++-------------
>  16 files changed, 64 insertions(+), 50 deletions(-)
> 
> -- 
> 2.37.1
--
dm-devel mailing list
dm-devel@redhat.com
https://listman.redhat.com/mailman/listinfo/dm-devel