Linux Device Mapper development
 help / color / mirror / Atom feed
* [dm-devel] [PATCH 0/5] multipath-tools series: some codeclean and add prflag to path
@ 2021-11-16 13:58 lixiaokeng
  2021-11-16 13:59 ` [dm-devel] [PATCH 1/5] Fix potential null pointer dereference lixiaokeng
                   ` (4 more replies)
  0 siblings, 5 replies; 17+ messages in thread
From: lixiaokeng @ 2021-11-16 13:58 UTC (permalink / raw)
  To: Christophe Varoqui, Martin Wilck, Benjamin Marzinski,
	dm-devel mailing list
  Cc: linfeilong, liuzhiqiang (I)

lixiaokeng (5):
  Fix potential null pointer dereference
  remove unnecessary memset
  remove unnecessary free
  Match FREE and MALLOC/STRDUP/REALLOC
  add prflag to path

 kpartx/dasd.c                            |  5 +++--
 kpartx/kpartx.c                          |  7 ++++---
 libmpathpersist/mpath_persist.c          |  2 +-
 libmultipath/blacklist.c                 |  6 +++---
 libmultipath/checkers/emc_clariion.c     |  2 +-
 libmultipath/config.c                    |  4 ++--
 libmultipath/configure.c                 |  4 ++--
 libmultipath/discovery.c                 |  8 +++++---
 libmultipath/dmparser.c                  |  2 +-
 libmultipath/foreign/nvme.c              |  4 +++-
 libmultipath/log.c                       |  1 -
 libmultipath/parser.c                    |  2 +-
 libmultipath/prioritizers/weightedpath.c |  3 +--
 libmultipath/structs.c                   |  3 ++-
 libmultipath/structs.h                   | 12 ++++++++++++
 libmultipath/util.c                      | 10 +++++++++-
 multipathd/cli_handlers.c                | 15 ++++++++++-----
 multipathd/main.c                        |  9 ++++++---
 multipathd/waiter.c                      |  1 -
 19 files changed, 66 insertions(+), 34 deletions(-)

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


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

end of thread, other threads:[~2021-11-19  8:41 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-16 13:58 [dm-devel] [PATCH 0/5] multipath-tools series: some codeclean and add prflag to path lixiaokeng
2021-11-16 13:59 ` [dm-devel] [PATCH 1/5] Fix potential null pointer dereference lixiaokeng
2021-11-17 18:05   ` Benjamin Marzinski
2021-11-18  2:04     ` lixiaokeng
2021-11-16 13:59 ` [dm-devel] [PATCH 2/5] remove unnecessary memset lixiaokeng
2021-11-18  0:10   ` Benjamin Marzinski
2021-11-16 14:00 ` [dm-devel] [PATCH 3/5] remove unnecessary free lixiaokeng
2021-11-18  0:14   ` Benjamin Marzinski
2021-11-16 14:00 ` [dm-devel] [PATCH 4/5] Match FREE and MALLOC/STRDUP/REALLOC lixiaokeng
2021-11-18  0:47   ` Benjamin Marzinski
2021-11-18  2:46     ` lixiaokeng
2021-11-18 15:35       ` Martin Wilck
2021-11-18 15:31     ` Martin Wilck
2021-11-16 14:01 ` [dm-devel] [PATCH 5/5] add prflag to path lixiaokeng
2021-11-18 15:36   ` Martin Wilck
2021-11-18 16:57   ` Benjamin Marzinski
2021-11-19  8:41     ` lixiaokeng

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox