Re: Resurrecting the UEFI Watchdog

2021-08-30 Thread Paul Menzel
Dear Erwan, Am 27.08.21 um 17:23 schrieb Erwan Velu: I'd like to share again a patch that got posted a long while ago here and never seen to get attention on it: https://lists.gnu.org/archive/html/grub-devel/2015-09/msg00065.html I found this patch useful as it allows my servers to reboot aut

Re: Resurrecting the UEFI Watchdog

2021-08-30 Thread Erwan Velu
As per Paul Menzel email, I'm adding the 4 maintainers in CC of this original email. I can offer to refresh & resent this patch to the mailing list if this helps its adoption. Erwan, Le ven. 27 août 2021 à 17:23, Erwan Velu a écrit : > Hey list, > > I'd like to share again a patch that got post

Re: [PATCH] fs/xfs: Avoid unreadble filesystem if V4 superblock

2021-08-30 Thread Erwan Velu
Good day list, Le jeu. 26 août 2021 à 15:26, Carlos Maiolino a écrit : > [..] > > Thanks for spotting this! > > I'm adding the maintainers in CC. Carlos who commit the patch I'm fixing, agreed on the content. This patch is important as it prevents the 2.06 version to turn XFS v4 system into an u

Re: [PATCH 2/2] autogen.sh: Detect python

2021-08-30 Thread Petr Vorel
Hi Daniel, > On Wed, Aug 18, 2021 at 09:19:23AM +0200, Petr Vorel wrote: > > > On Mon, Aug 09, 2021 at 01:52:29PM +0200, Daniel Kiper wrote: > > > > On Fri, Aug 06, 2021 at 08:45:08AM +0200, Petr Vorel wrote: > > > > > It help to avoid error on distros which has only python3 binary: > > > > > ./au

[PATCH v2 2/2] autogen.sh: Detect python

2021-08-30 Thread Petr Vorel
It help to avoid error on distros which has only python3 binary: ./autogen.sh: line 20: python: command not found Use python3 as the default as python2 is EOL since Jan 2020, but check also python which is on most distros if not all python2 because code still works on python2. Although it should

[PATCH v2 1/2] bootstrap: INSTALL: Require GNU patch

2021-08-30 Thread Petr Vorel
bootstrap.conf uses patch, let's require it. Better than multiple messages: ./bootstrap.conf: line 84: patch: command not found Mention it also in INSTALL. Signed-off-by: Petr Vorel --- Changes v1->v2: * mention patch in INSTALL INSTALL| 1 + bootstrap.conf | 1 + 2 files changed, 2 i

Re: Resurrecting the UEFI Watchdog

2021-08-30 Thread Paul Menzel
Dear Erwan, Am 30.08.21 um 11:14 schrieb Erwan Velu: As per Paul Menzel email, I'm adding the 4 maintainers in CC of this original email. I am sorry for the misunderstanding. *it* referred to the patch. I can offer to refresh & resent this patch to the mailing list if this helps its adoptio

Re: Resurrecting the UEFI Watchdog

2021-08-30 Thread Erwan Velu
I'll do it, thx ! Le lun. 30 août 2021 à 12:02, Paul Menzel a écrit : > Dear Erwan, > > > Am 30.08.21 um 11:14 schrieb Erwan Velu: > > As per Paul Menzel email, I'm adding the 4 maintainers in CC of this > > original email. > > I am sorry for the misunderstanding. *it* referred to the patch. > >

Re: [PATCH] fs/xfs: Avoid unreadble filesystem if V4 superblock

2021-08-30 Thread Carlos Maiolino
Hi. On Mon, Aug 30, 2021 at 11:18:31AM +0200, Erwan Velu wrote: >Good day list, >Le jeu. 26 août 2021 à 15:26, Carlos Maiolino <[1]cmaiol...@redhat.com> >a écrit : > > [..] > Thanks for spotting this! > >I'm adding the maintainers in CC. Carlos who commit the patch I'm >

[PATCH] kern/efi: Adding efi-watchdog command

2021-08-30 Thread Erwan Velu
This patch got written by Arthur Mesh from Juniper (now at Apple Sec team). It was extracted from https://lists.gnu.org/archive/html/grub-devel/2015-09/msg00065.html Since this email, the this patch was : - rebased against the current tree - added a default timeout value This commit adds a new c

Re: [PATCH 00/12] Grub-shell improvements

2021-08-30 Thread Daniel Kiper
CC-ing Denis and Patrick... On Thu, Aug 26, 2021 at 05:08:21PM -0500, Glenn Washburn wrote: > Hi Daniel, > > On Thu, 26 Aug 2021 20:00:32 +0200 > Daniel Kiper wrote: > > > Hi Glenn, > > > > On Wed, Aug 25, 2021 at 06:06:30PM -0500, Glenn Washburn wrote: > > > Hi Daniel, > > > > > > What are the c

Re: [PATCH 00/12] Grub-shell improvements

2021-08-30 Thread Denis 'GNUtoo' Carikli
On Mon, 30 Aug 2021 17:23:44 +0200 Daniel Kiper wrote: > CC-ing Denis and Patrick... > > On Thu, Aug 26, 2021 at 05:08:21PM -0500, Glenn Washburn wrote: > > Hi Daniel, > > > > On Thu, 26 Aug 2021 20:00:32 +0200 > > Daniel Kiper wrote: > > > > > Hi Glenn, > > > > > > On Wed, Aug 25, 2021 at 06:0

Re: [PATCH 00/12] Grub-shell improvements

2021-08-30 Thread Patrick Steinhardt
On Mon, Aug 30, 2021 at 06:33:15PM +0200, Denis 'GNUtoo' Carikli wrote: > On Mon, 30 Aug 2021 17:23:44 +0200 > Daniel Kiper wrote: > > > CC-ing Denis and Patrick... > > > > On Thu, Aug 26, 2021 at 05:08:21PM -0500, Glenn Washburn wrote: > > > Hi Daniel, > > > > > > On Thu, 26 Aug 2021 20:00:32 +

Re: [PATCH v3 0/6] Runtime allocation of memory regions

2021-08-30 Thread Daniel Kiper
On Fri, Aug 27, 2021 at 01:39:05PM +1000, Daniel Axtens wrote: > Daniel Kiper writes: > > > Hey, > > > > Adding Daniel Axtens... > > > > On Sun, Aug 15, 2021 at 01:09:06PM +0200, Patrick Steinhardt wrote: > >> Hi, > >> > >> this is the third version of my patch set to implement runtime > >> alloca

Re: [PATCH 1/3] cryptodisk: Add infrastructure to pass data from cryptomount to cryptodisk modules

2021-08-30 Thread Patrick Steinhardt
On Thu, Aug 26, 2021 at 12:08:50AM -0500, Glenn Washburn wrote: > As an example, passing a password as a cryptomount argument is implemented. > However, the backends are not implemented, so testing this will return a not > implemented error. > > Signed-off-by: Glenn Washburn > --- > grub-core/di

Re: [PATCH 3/3] cryptodisk: Move global variables into grub_cryptomount_args struct

2021-08-30 Thread Patrick Steinhardt
On Thu, Aug 26, 2021 at 12:08:52AM -0500, Glenn Washburn wrote: > Signed-off-by: Glenn Washburn > --- > grub-core/disk/cryptodisk.c | 26 +- > include/grub/cryptodisk.h | 3 +++ > 2 files changed, 12 insertions(+), 17 deletions(-) > > diff --git a/grub-core/disk/crypto

Re: [PATCH v3 0/6] Runtime allocation of memory regions

2021-08-30 Thread Patrick Steinhardt
On Mon, Aug 30, 2021 at 07:49:07PM +0200, Daniel Kiper wrote: > On Fri, Aug 27, 2021 at 01:39:05PM +1000, Daniel Axtens wrote: > > Daniel Kiper writes: > > > > > Hey, > > > > > > Adding Daniel Axtens... > > > > > > On Sun, Aug 15, 2021 at 01:09:06PM +0200, Patrick Steinhardt wrote: > > >> Hi, > >