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-prev] [thread-next>] [day] [month] [year] [list]
Date: Fri, 12 Jan 2024 10:28:06 +0100
From: Geert Uytterhoeven <geert@...ux-m68k.org>
To: Song Liu <song@...nel.org>
Cc: linux-raid@...r.kernel.org, linux-kernel@...r.kernel.org, 
	linux-block@...r.kernel.org, Christoph Hellwig <hch@....de>, Jens Axboe <axboe@...nel.dk>, 
	Neil Brown <neilb@...e.de>, Guoqing Jiang <guoqing.jiang@...ux.dev>, 
	Mateusz Grzonka <mateusz.grzonka@...el.com>, Jes Sorensen <jes@...ined-monkey.org>
Subject: Re: [PATCH 1/3] md: Remove deprecated CONFIG_MD_LINEAR

Hi Song,

On Thu, Dec 14, 2023 at 11:22 PM Song Liu <song@...nel.org> wrote:
> md-linear has been marked as deprecated for 2.5 years. Remove it.
>
> Cc: Christoph Hellwig <hch@....de>
> Cc: Jens Axboe <axboe@...nel.dk>
> Cc: Neil Brown <neilb@...e.de>
> Cc: Guoqing Jiang <guoqing.jiang@...ux.dev>
> Cc: Mateusz Grzonka <mateusz.grzonka@...el.com>
> Cc: Jes Sorensen <jes@...ined-monkey.org>
> Signed-off-by: Song Liu <song@...nel.org>

Thanks for your patch, which is now commit 849d18e27be9a125 ("md:
Remove deprecated CONFIG_MD_LINEAR") upstream.

> --- a/drivers/md/Kconfig
> +++ b/drivers/md/Kconfig
> @@ -61,19 +61,6 @@ config MD_BITMAP_FILE
>           various kernel APIs and can only work with files on a file system not
>           actually sitting on the MD device.
>
> -config MD_LINEAR
> -       tristate "Linear (append) mode (deprecated)"
> -       depends on BLK_DEV_MD
> -       help
> -         If you say Y here, then your multiple devices driver will be able to
> -         use the so-called linear mode, i.e. it will combine the hard disk
> -         partitions by simply appending one to the other.
> -
> -         To compile this as a module, choose M here: the module
> -         will be called linear.
> -
> -         If unsure, say Y.
> -

Is this what you need to recover data from disks salvaged from a
commercial NAS configured in JBOD mode?
If yes, and there is no better way to do that, you probably do not
want to drop this support.  Actual NAS systems running Linux might
use this as well.

>  config MD_RAID0
>         tristate "RAID-0 (striping) mode"
>         depends on BLK_DEV_MD

Gr{oetje,eeting}s,

                        Geert

-- 
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@...ux-m68korg

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ