Re: [PATCH v3] util/grub.d/linux: Improve initramfs detection

2022-05-17 Thread Daniel Kiper
On Mon, May 02, 2022 at 11:12:56PM -0500, Oskari Pirhonen wrote: > Add detection for initramfs of the form *.img.old. For example, Gentoo's > sys-kernel/genkernel installs it as initramfs-*.img and moves any > existing one to initramfs-*.img.old. > > Apply the same scheme to initrd-*.img and initrd

Re: [PATCH v2] efidisk: pass buffers with higher alignment

2022-05-17 Thread Stefan Agner
On 2022-05-17 17:21, Daniel Kiper wrote: > On Tue, May 17, 2022 at 05:07:49PM +0200, Daniel Kiper wrote: >> On Tue, May 10, 2022 at 10:40:15PM +0200, Stefan Agner wrote: >> > On 2022-05-10 22:26, Heinrich Schuchardt wrote: >> > > On 5/10/22 21:59, Stefan Agner wrote: >> > >> Despite the UEFI specif

Re: [PATCH v2] efidisk: pass buffers with higher alignment

2022-05-17 Thread Daniel Kiper
On Tue, May 17, 2022 at 05:07:49PM +0200, Daniel Kiper wrote: > On Tue, May 10, 2022 at 10:40:15PM +0200, Stefan Agner wrote: > > On 2022-05-10 22:26, Heinrich Schuchardt wrote: > > > On 5/10/22 21:59, Stefan Agner wrote: > > >> Despite the UEFI specification saying "the requirement is that the > >

Re: [PATCH v2] efidisk: pass buffers with higher alignment

2022-05-17 Thread Daniel Kiper
On Tue, May 10, 2022 at 10:40:15PM +0200, Stefan Agner wrote: > On 2022-05-10 22:26, Heinrich Schuchardt wrote: > > On 5/10/22 21:59, Stefan Agner wrote: > >> Despite the UEFI specification saying "the requirement is that the > >> start address of a buffer must be evenly divisible by IoAlign with >

Re: [PATCH] net: Fix incorrect condition for calling grub_net_tcp_retransmit()

2022-05-17 Thread Daniel Kiper
On Wed, May 11, 2022 at 09:44:01PM -0500, Glenn Washburn wrote: > The commit 848724273e4 (net/net: Avoid unnecessary calls to > grub_net_tcp_retransmit()) needs to have its condition inverted to avoid > unnecessary calls to grub_net_tcp_retransmit(). As it is, it creates many > unnecessary calls an

Re: [PATCH] hurd: Use part: qualifier

2022-05-17 Thread Daniel Kiper
On Sat, Feb 26, 2022 at 12:51:18PM +0100, Samuel Thibault wrote: > When using userland drivers such as rumpdisk, we'd rather make ext2fs use > parted-based libstore partitioning support. That can be used for kernelland > drivers as well, so we can just make grub always use the part: qualifier to >

Re: [PATCHv3] hurd: Support device entries with @/dev/disk: qualifier

2022-05-17 Thread Samuel Thibault
Daniel Kiper, le mar. 17 mai 2022 16:22:10 +0200, a ecrit: > On Wed, Apr 27, 2022 at 11:00:29PM +0200, Samuel Thibault wrote: > > Those are used with non-bootstrap disk drivers, for which libstore has to > > open /dev/disk before calling device_open on it instead of on the device > > master port.

Re: [PATCH 0/2] powerpc-ieee1275: support larger core.elf images

2022-05-17 Thread Daniel Axtens
Hi, Sorry, I missed this as well - my otherwise lovely threaded email client doesn't sort on the basis of most recent message, but thread start date. > root@ibook-g4-14:/home/glaubitz/grub# grub-install -d ./grub-core > --macppc-directory=/boot/grub --no-nvram > Installing for powerpc-ieee1275 p

Re: [PATCH v3 15/19] appended signatures: parse PKCS#7 signedData and X.509 certificates

2022-05-17 Thread Daniel Axtens
Hi Michael, apologies for the delay, I've left IBM and am taking a while to get back on my feet. > On Thu, Apr 21, 2022 at 09:32:41PM +1000, Daniel Axtens wrote: >> Hi, >> >> >> This code allows us to parse: >> >> >> >> - PKCS#7 signedData messages. Only a single signerInfo is supported, >> >>

Re: [PATCHv3] hurd: Support device entries with @/dev/disk: qualifier

2022-05-17 Thread Daniel Kiper
On Wed, Apr 27, 2022 at 11:00:29PM +0200, Samuel Thibault wrote: > Those are used with non-bootstrap disk drivers, for which libstore has to > open /dev/disk before calling device_open on it instead of on the device > master port. Normally in that case all /dev/ entries also have the > @/dev/disk