[PATCH] templates: Add GRUB_CMDLINE_LINUX_RECOVERY

2021-09-14 Thread chris
From: Chris Vogel When generating grub.cfg using grub-mkconfig and the scripts 10_linux and 20_linux_xen there is no way to add kernel command line parameters _only_ to the recovery entries generated. This is needed to e.g. start a debug shell in installations using systemd using the kernel

Re: [PATCH] udf: Fix regression which is preventing symlink access

2021-09-14 Thread Glenn Washburn
On Tue, 14 Sep 2021 16:27:55 +0200 Daniel Kiper wrote: > On Fri, Sep 10, 2021 at 04:03:23PM +, Glenn Washburn wrote: > > This code was broken by commit 3f05d693 ("malloc: Use overflow > > checking primitives where we do complex allocations"), which added > > overflow checking in many areas.

Re: IS: Glenn's patches status WAS: Re: [PATCH 00/12] Grub-shell improvements

2021-09-14 Thread Glenn Washburn
On Tue, 14 Sep 2021 13:04:31 +0200 Daniel Kiper wrote: > On Mon, Aug 30, 2021 at 05:23:44PM +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 > > >

Re: [PATCH] udf: Fix regression which is preventing symlink access

2021-09-14 Thread Daniel Kiper
On Fri, Sep 10, 2021 at 04:03:23PM +, Glenn Washburn wrote: > This code was broken by commit 3f05d693 ("malloc: Use overflow checking > primitives where we do complex allocations"), which added overflow checking > in many areas. The problem here is that the changes update the local > variable

Re: [PATCH] Fix build error in binutils 2.36

2021-09-14 Thread Mike Gilbert
On Mon, Aug 9, 2021 at 12:37 AM Michael Chang via Grub-devel wrote: > > On Thu, Aug 05, 2021 at 03:07:21PM +0200, Daniel Kiper wrote: > > On Mon, Aug 02, 2021 at 05:41:15PM +0800, Michael Chang via Grub-devel > > wrote: > > > The xen build fails on binutils 2.36 with the following error. > > > >

Re: Where is the testing? (was: Re: [PATCH] fs/xfs: Avoid unreadble filesystem if V4 superblock)

2021-09-14 Thread Daniel Kiper
On Wed, Sep 08, 2021 at 07:57:53PM +, Glenn Washburn wrote: > On Wed, 8 Sep 2021 18:03:50 +0200 > Daniel Kiper wrote: > > > On Wed, Sep 08, 2021 at 01:22:20AM +, Glenn Washburn wrote: > > > It looks like the xfs_test test succeeds with tag grub-2.06-rc1a, > > > fails with tag grub-2.06,

IS: Glenn's patches status WAS: Re: [PATCH 00/12] Grub-shell improvements

2021-09-14 Thread Daniel Kiper
On Mon, Aug 30, 2021 at 05:23:44PM +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

Re: feature request + patch: GRUB_CMDLINE_LINUX_RECOVERY

2021-09-14 Thread Paul Menzel
Dear Chris, Am 11.09.21 um 19:23 schrieb Chris Vogel: I'd like to propose a patch to add a configuration parameter called GRUB_CMDLINE_LINUX_RECOVERY. All credits for the initial idea and first implementation (as far as I know) go to Kyle Rankin at Purism. I used his improvement without