All of lore.kernel.org
 help / color / mirror / Atom feed
* [dm-devel] [PATCH 00/16] multipath-tools: minor fixes and build improvements
@ 2022-09-01 16:09 mwilck
  2022-09-01 16:09 ` [dm-devel] [PATCH 01/16] multipath-tools: Makefile: remove useless .PHONY targets mwilck
                   ` (16 more replies)
  0 siblings, 17 replies; 18+ messages in thread
From: mwilck @ 2022-09-01 16:09 UTC (permalink / raw)
  To: Christophe Varoqui, Benjamin Marzinski; +Cc: dm-devel, Martin Wilck

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(-)

-- 
2.37.1

--
dm-devel mailing list
dm-devel@redhat.com
https://listman.redhat.com/mailman/listinfo/dm-devel


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

end of thread, other threads:[~2022-09-02 23:57 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-01 16:09 [dm-devel] [PATCH 00/16] multipath-tools: minor fixes and build improvements mwilck
2022-09-01 16:09 ` [dm-devel] [PATCH 01/16] multipath-tools: Makefile: remove useless .PHONY targets mwilck
2022-09-01 16:09 ` [dm-devel] [PATCH 02/16] multipath-tools: Makefile: fix install->all dependency mwilck
2022-09-01 16:09 ` [dm-devel] [PATCH 03/16] multipath-tools: Makefile: remove dependency test -> test-progs mwilck
2022-09-01 16:09 ` [dm-devel] [PATCH 04/16] multipath-tools: Makefile: run abidiff with --redundant flag mwilck
2022-09-01 16:09 ` [dm-devel] [PATCH 05/16] libdmmp: Makefile: create man3dir mwilck
2022-09-01 16:09 ` [dm-devel] [PATCH 06/16] tests/Makefile: use $(multipathdir) mwilck
2022-09-01 16:09 ` [dm-devel] [PATCH 07/16] tests/Makefile: add library dependencies mwilck
2022-09-01 16:09 ` [dm-devel] [PATCH 08/16] tests/Makefile: use symbolic links under tests/lib mwilck
2022-09-01 16:09 ` [dm-devel] [PATCH 09/16] tests/Makefile: redirect program output into output file mwilck
2022-09-01 16:09 ` [dm-devel] [PATCH 10/16] GitHub workflows: package shared objects in artifact mwilck
2022-09-01 16:09 ` [dm-devel] [PATCH 11/16] libmultipath: replace close_fd() with cleanup_fd_ptr() mwilck
2022-09-01 16:09 ` [dm-devel] [PATCH 12/16] libmultipath: cleanup_free_ptr(): avoid double free mwilck
2022-09-01 16:09 ` [dm-devel] [PATCH 13/16] multipath: find_multipaths_check_timeout(): no need for pthread cleanup mwilck
2022-09-01 16:09 ` [dm-devel] [PATCH 14/16] multipathd: fix segfault in cli_list_map_fmt() mwilck
2022-09-01 16:09 ` [dm-devel] [PATCH 15/16] multipathd: fix broken pthread cleanup in fpin_fabric_notification_receiver() mwilck
2022-09-01 16:09 ` [dm-devel] [PATCH 16/16] multipathd: Fix command completion in interactive mode mwilck
2022-09-02 23:56 ` [dm-devel] [PATCH 00/16] multipath-tools: minor fixes and build improvements Benjamin Marzinski

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.