All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4 v2] Various cleanups
@ 2020-07-16  4:38 Damien Le Moal
  2020-07-16  4:38 ` [PATCH 1/4] dm verity: Fix compilation warning Damien Le Moal
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Damien Le Moal @ 2020-07-16  4:38 UTC (permalink / raw)
  To: dm-devel, Mike Snitzer; +Cc: Damien Le Moal

Mike,

These patches fix various compilation warnings showing up when
compiling with W=1. The last patch addresses a static checker warning
(C=1 compilation). There are a lot more of these code checker warnings
remaining that probably could be addressed, some seem to be false
positive though.

Damien Le Moal (4):
  dm verity: Fix compilation warning
  dm raid: Remove empty if statement
  dm ioctl: Fix compilation warning
  dm init: Set file local variable static

 drivers/md/dm-init.c              |  2 +-
 drivers/md/dm-ioctl.c             |  2 +-
 drivers/md/dm-raid.c              |  2 --
 drivers/md/dm-verity-verify-sig.h | 14 +++++++-------
 4 files changed, 9 insertions(+), 11 deletions(-)

Changes from v1:
* Removed md patches to route them through linux-raid

-- 
2.26.2

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

end of thread, other threads:[~2020-07-16  4:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-16  4:38 [PATCH 0/4 v2] Various cleanups Damien Le Moal
2020-07-16  4:38 ` [PATCH 1/4] dm verity: Fix compilation warning Damien Le Moal
2020-07-16  4:38 ` [PATCH 2/4] dm raid: Remove empty if statement Damien Le Moal
2020-07-16  4:38 ` [PATCH 3/4] dm ioctl: Fix compilation warning Damien Le Moal
2020-07-16  4:38 ` [PATCH 4/4] dm init: Set file local variable static Damien Le Moal

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.