[PATCH] grub-shell: Put all generated files into working dir and use better file names

2022-08-22 Thread Glenn Washburn
When running tests there are many invocations of grub-shell, and because the output files are all random names in the same tmp directory, it becomes more work to figure out which files went with which grub-shell invocations. So all generated files from one invocation of grub-shell are put into a

Re: [PATCH] Add some randomness to TCP source port selection.

2022-08-22 Thread Robert LeBlanc
Anyone willing to implement this in a better way? Thank you, Robert LeBlanc Robert LeBlanc PGP Fingerprint 79A2 9CA4 6CC4 45DD A904 C70E E654 3BB2 FA62 B9F1 Robert LeBlanc PGP Fingerprint 79A2 9CA4 6CC4 45DD A904 C70E E654 3BB2 FA62 B9F1 On Tue, Jun 14, 2022

Re: [PATCH v2] grub-core/kern/corecmd: Quote variable values when displayed by the set command

2022-08-22 Thread Glenn Washburn
On Sat, 20 Aug 2022 01:07:35 +0200 Daniel Kiper wrote: > On Fri, Aug 19, 2022 at 05:38:24PM -0500, Glenn Washburn wrote: > > Variable values may contain spaces at the end or newlines. However, when > > displayed without quotes this is not obvious and can lead to confusion as > > to the actual

Re: [PATCH v4 5/5] Don't display a uefi-firmware entry if it's not supported

2022-08-22 Thread Robbie Harwood
Glenn Washburn writes: > On Thu, 18 Aug 2022 13:50:13 -0400 > Robbie Harwood wrote: > >> Add a new --is-supported option to commands/efi/efifwsetup and >> conditionalize display on it. >> >> Signed-off-by: Robbie Harwood >> --- >> grub-core/commands/efi/efifwsetup.c | 3 +++ >>

Re: [PATCH] kern/efi/mm: Double the default heap size

2022-08-22 Thread Daniel Axtens
Hector Martin writes: > On 21/08/2022 21.35, Daniel Axtens wrote: >> Hi Hector, >> >> Thanks for your patch and for taking the trouble to put it together. >> >>> GRUB is already running out of memory on Apple M1 systems, causing >>> graphics init to fail, as of the latest Git changes. Since

Re: [PATCH 2/2] diskfilter: don't make a RAID array with more than 1024 disks

2022-08-22 Thread Daniel Axtens
Daniel Axtens writes: > This is 'belt and braces' with the last fix: we end up trying to use > too much memory in situations like corrupted Linux software raid setups > purporting to usew a huge number of disks. Simply refuse to permit such > configurations. > > 1024 is a bit arbitrary, yes, and