[PATCH v4] grub-install: Delay copying files to {grubdir, platdir} after install_device was validated.

2023-11-24 Thread Mate Kukri
Previously grub-install copied modules to grubdir before doing any validation on the install_device. When grub-install was called with an invalid install_device, modules were already copied to /boot before it found out and was forced to rely on atexit rollback. This patch delays copying the modul

Re: [PATCH v6 00/10] ppc64: Restrict memory allocations for kernel and initrd

2023-11-24 Thread Stefan Berger
On 11/23/23 11:38, Daniel Kiper wrote: On Mon, Nov 20, 2023 at 09:49:57AM -0500, Stefan Berger wrote: This series of patches converts the PowerPC ieee1275 memory allocator for kernel and initrd to use the (PowerPC) regions_claim memory allocator that takes into account memory regions that are

Re: [PATCH v6 00/10] ppc64: Restrict memory allocations for kernel and initrd

2023-11-24 Thread Daniel Kiper
On Fri, Nov 24, 2023 at 02:10:05PM -0500, Stefan Berger wrote: > On 11/23/23 11:38, Daniel Kiper wrote: > > On Mon, Nov 20, 2023 at 09:49:57AM -0500, Stefan Berger wrote: > > > This series of patches converts the PowerPC ieee1275 memory allocator > > > for kernel and initrd to use the (PowerPC) reg