Re: [PATCH] kern: Unbreak support for nested partitions

2025-03-04 Thread Daniel Kiper
On Mon, Mar 03, 2025 at 12:02:21AM +0300, Vladimir Serbinenko wrote: > When using syntax hd0,gtp3,dfly1 then ptr points to trailing part ",dfly1" > so it's improper to consider it invalid partition > > Signed-off-by: Vladimir Serbinenko Reviewed-by: Daniel Kiper Daniel

[PATCH] kern: Unbreak support for nested partitions

2025-03-02 Thread Vladimir Serbinenko
When using syntax hd0,gtp3,dfly1 then ptr points to trailing part ",dfly1" so it's improper to consider it invalid partition Signed-off-by: Vladimir Serbinenko --- grub-core/kern/partition.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grub-core/kern/partition.c b/grub-cor