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]
Date: Thu, 14 Dec 2023 14:21:04 -0800
From: Song Liu <song@...nel.org>
To: linux-raid@...r.kernel.org,
	linux-kernel@...r.kernel.org,
	linux-block@...r.kernel.org
Cc: Song Liu <song@...nel.org>
Subject: [PATCH 0/3] md: Remove deprecated flavors

Linear, multipath, and faulty have been marked as deprecated for 2.5 years.
Let's remove them.

Thanks,
Song

Song Liu (3):
  md: Remove deprecated CONFIG_MD_LINEAR
  md: Remove deprecated CONFIG_MD_MULTIPATH
  md: Remove deprecated CONFIG_MD_FAULTY

 drivers/md/Kconfig             |  34 ---
 drivers/md/Makefile            |  10 +-
 drivers/md/md-autodetect.c     |   8 +-
 drivers/md/md-faulty.c         | 365 --------------------------
 drivers/md/md-linear.c         | 318 ----------------------
 drivers/md/md-multipath.c      | 463 ---------------------------------
 drivers/md/md.c                | 186 ++++++-------
 include/uapi/linux/raid/md_p.h |   8 +-
 include/uapi/linux/raid/md_u.h |  11 +-
 9 files changed, 91 insertions(+), 1312 deletions(-)
 delete mode 100644 drivers/md/md-faulty.c
 delete mode 100644 drivers/md/md-linear.c
 delete mode 100644 drivers/md/md-multipath.c

--
2.34.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ