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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Fri, 12 Jan 2024 09:08:04 -0800
From: Song Liu <song@...nel.org>
To: Geert Uytterhoeven <geert@...ux-m68k.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 Geert,

On Fri, Jan 12, 2024 at 1:28 AM Geert Uytterhoeven <geert@...ux-m68k.org> wrote:
>
[...]
>
> > --- 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.

Thanks for the heads-up. I honestly don't know about this use case.
Where can I find/get more information about it?

Thanks,
Song

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ