lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20190520214427.18729-1-marcos.souza.org@gmail.com>
Date:   Mon, 20 May 2019 18:44:23 -0300
From:   Marcos Paulo de Souza <marcos.souza.org@...il.com>
To:     linux-kernel@...r.kernel.org
Cc:     Marcos Paulo de Souza <marcos.souza.org@...il.com>
Subject: [PATCH 0/5] raid1-10 and raid0 cleanups

The first patch is just removing some code duplicated in raid1 and raid10, and
the other three patches are just cleanups.

These patches were based in "drivers: md: Unify common definitions of raid1 and
raid10", sent a few weeks ago. Let me know if these patches can be improved.

Thanks

Marcos Paulo de Souza (5):
  md cleanup
  raid1-10: Unify r{1,10}bio_pool_free
  raid0: Remove return statement from void function
  md: raid0: Return md_integrity_register result directly
  md: raid0: Make ret local in raid0_run

 drivers/md/raid0.c    |  8 ++------
 drivers/md/raid1-10.c | 30 ++++++++++++++++++++++++++++++
 drivers/md/raid1.c    | 42 ++++++------------------------------------
 drivers/md/raid10.c   | 38 ++++----------------------------------
 4 files changed, 42 insertions(+), 76 deletions(-)

-- 
2.21.0

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ