Re: [PATCH] efidisk: Breakup large reads into batches

2024-02-23 Thread Olaf Hering
Fri, 23 Feb 2024 16:53:37 + Mate Kukri : > some UEFI envrionments Please spell them out explicitly. Olaf pgpdV7W68_hjp.pgp Description: Digitale Signatur von OpenPGP ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/li

Re: [PATCH] efidisk: Breakup large reads into batches

2024-02-23 Thread Vladimir 'phcoder' Serbinenko
Why is setting max_agglomerate not enough to achieve the same effect? On Fri, Feb 23, 2024 at 8:12 PM Mate Kukri wrote: > > From: David F > > Work around firmware bugs that cause large reads to fail from certain > devices. > > Report-By: David F > Signed-off-by: Mate Kukri > --- > grub-core/d

[PATCH] efidisk: Breakup large reads into batches

2024-02-23 Thread Mate Kukri
From: David F Work around firmware bugs that cause large reads to fail from certain devices. Report-By: David F Signed-off-by: Mate Kukri --- grub-core/disk/efi/efidisk.c | 43 +--- 1 file changed, 30 insertions(+), 13 deletions(-) diff --git a/grub-core/disk/