Re: [dm-devel] [PATCH 14/24] init: clear root_wait on all invalid root= strings

2023-06-22 Thread Guenter Roeck
On 6/22/23 07:40, Christoph Hellwig wrote: On Thu, Jun 22, 2023 at 06:54:41AM -0700, Guenter Roeck wrote: On 6/21/23 23:00, Christoph Hellwig wrote: Hi Guenter, can you try this patch? diff --git a/block/early-lookup.c b/block/early-lookup.c index a5be3c68ed079c..66e4514d671179 100644 --- a/b

Re: [dm-devel] [PATCH 14/24] init: clear root_wait on all invalid root= strings

2023-06-22 Thread Christoph Hellwig
On Thu, Jun 22, 2023 at 06:54:41AM -0700, Guenter Roeck wrote: > On 6/21/23 23:00, Christoph Hellwig wrote: >> Hi Guenter, >> >> can you try this patch? >> >> diff --git a/block/early-lookup.c b/block/early-lookup.c >> index a5be3c68ed079c..66e4514d671179 100644 >> --- a/block/early-lookup.c >> +++

Re: [dm-devel] [PATCH 14/24] init: clear root_wait on all invalid root= strings

2023-06-22 Thread Guenter Roeck
On 6/21/23 23:00, Christoph Hellwig wrote: Hi Guenter, can you try this patch? diff --git a/block/early-lookup.c b/block/early-lookup.c index a5be3c68ed079c..66e4514d671179 100644 --- a/block/early-lookup.c +++ b/block/early-lookup.c @@ -174,7 +174,7 @@ static int __init devt_from_devname(const

Re: [dm-devel] [PATCH 14/24] init: clear root_wait on all invalid root= strings

2023-06-21 Thread Christoph Hellwig
Hi Guenter, can you try this patch? diff --git a/block/early-lookup.c b/block/early-lookup.c index a5be3c68ed079c..66e4514d671179 100644 --- a/block/early-lookup.c +++ b/block/early-lookup.c @@ -174,7 +174,7 @@ static int __init devt_from_devname(const char *name, dev_t *devt) while (p >

Re: [dm-devel] [PATCH 14/24] init: clear root_wait on all invalid root= strings

2023-06-21 Thread Christoph Hellwig
On Wed, Jun 21, 2023 at 02:07:13PM -0700, Guenter Roeck wrote: > On Tue, May 23, 2023 at 09:45:25AM +0200, Christoph Hellwig wrote: > > Instead of only clearing root_wait in devt_from_partuuid when the UUID > > format was invalid, do that in parse_root_device for all strings that > > failed to pars

Re: [dm-devel] [PATCH 14/24] init: clear root_wait on all invalid root= strings

2023-06-21 Thread Guenter Roeck
On 6/21/23 20:51, Christoph Hellwig wrote: On Wed, Jun 21, 2023 at 02:07:13PM -0700, Guenter Roeck wrote: On Tue, May 23, 2023 at 09:45:25AM +0200, Christoph Hellwig wrote: Instead of only clearing root_wait in devt_from_partuuid when the UUID format was invalid, do that in parse_root_device fo

Re: [dm-devel] [PATCH 14/24] init: clear root_wait on all invalid root= strings

2023-06-21 Thread Guenter Roeck
Hi, On Tue, May 23, 2023 at 09:45:25AM +0200, Christoph Hellwig wrote: > Instead of only clearing root_wait in devt_from_partuuid when the UUID > format was invalid, do that in parse_root_device for all strings that > failed to parse. > > Signed-off-by: Christoph Hellwig In linux-next, almost a

[dm-devel] [PATCH 14/24] init: clear root_wait on all invalid root= strings

2023-05-31 Thread Christoph Hellwig
Instead of only clearing root_wait in devt_from_partuuid when the UUID format was invalid, do that in parse_root_device for all strings that failed to parse. Signed-off-by: Christoph Hellwig --- init/do_mounts.c | 18 +++--- 1 file changed, 11 insertions(+), 7 deletions(-) diff --gi

[dm-devel] [PATCH 14/24] init: clear root_wait on all invalid root= strings

2023-05-23 Thread Christoph Hellwig
Instead of only clearing root_wait in devt_from_partuuid when the UUID format was invalid, do that in parse_root_device for all strings that failed to parse. Signed-off-by: Christoph Hellwig --- init/do_mounts.c | 18 +++--- 1 file changed, 11 insertions(+), 7 deletions(-) diff --gi