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] [day] [month] [year] [list]
Message-ID: <20230609043922.GA30632@lst.de>
Date:   Fri, 9 Jun 2023 06:39:22 +0200
From:   Christoph Hellwig <hch@....de>
To:     Fabio Estevam <festevam@...il.com>
Cc:     Mark Brown <broonie@...nel.org>, Christoph Hellwig <hch@....de>,
        axboe@...nel.dk, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] block: fix rootwait=

On Thu, Jun 08, 2023 at 10:02:00PM -0300, Fabio Estevam wrote:
> > below) lands on this commit and reverting the first hunk:
> >
> > > @@ -181,7 +181,7 @@ static int __init devt_from_devname(const char *name, dev_t *devt)
> > >         *p = '\0';
> > >         *devt = blk_lookup_devt(s, part);
> > >         if (*devt)
> > > -               return 0;
> > > +               return -ENODEV;
> 
> I have tested reverting this first hunk and it also works for me, so
> if someone submits this fix:

Yes, the first hunk is completely bogus, sorry.

I'll send the fix.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ