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

2021-09-15 Thread Glenn Washburn
On Wed, 15 Sep 2021 16:52:28 +0200 Daniel Kiper wrote: > On Tue, Sep 14, 2021 at 06:19:03PM +, Glenn Washburn wrote: > > 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

Re: [PATCH] templates: Add GRUB_CMDLINE_LINUX_RECOVERY

2021-09-15 Thread Kyle Rankin
On Wed, Sep 15, 2021 at 05:12:10PM +0200, Daniel Kiper wrote: > On Wed, Sep 15, 2021 at 03:18:40PM +0200, Paul Menzel wrote: > > [Cc: +Kyle] > > > > Am 14.09.21 um 21:25 schrieb ch...@z9.de: > > > From: Chris Vogel > > > > > > When generating grub.cfg using grub-mkconfig and the scripts 10_linux

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

2021-09-15 Thread Daniel Kiper
On Wed, Sep 15, 2021 at 06:15:51PM +0200, Daniel Kiper wrote: > On Tue, Sep 14, 2021 at 05:27:55PM +, Glenn Washburn wrote: > > On Tue, 14 Sep 2021 13:04:31 +0200 > > Daniel Kiper wrote: > > [...] > > > > > > This is a high priority because I think it should be merged > > > > > before the

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

2021-09-15 Thread Daniel Kiper
On Tue, Sep 14, 2021 at 05:27:55PM +, Glenn Washburn wrote: > On Tue, 14 Sep 2021 13:04:31 +0200 > Daniel Kiper wrote: [...] > > > > This is a high priority because I think it should be merged > > > > before the keyfile and detached header support patch series. If > > > > this is merged,

Re: [PATCH v2] diskfilter: use nodes in logical volume's segment as member device

2021-09-15 Thread Daniel Kiper
On Thu, Sep 09, 2021 at 09:02:29PM +0800, Michael Chang via Grub-devel wrote: > Currently the grub_diskfilter_memberlist function returns all physical > volumes added to a volume group to which a logical volume (LV) belongs. > However this is suboptimal as it doesn't fit the intended behavior of >

[PATCH] templates: Add GRUB_CMDLINE_LINUX_RECOVERY

2021-09-15 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] templates: Add GRUB_CMDLINE_LINUX_RECOVERY

2021-09-15 Thread Daniel Kiper
On Wed, Sep 15, 2021 at 03:18:40PM +0200, Paul Menzel wrote: > [Cc: +Kyle] > > Am 14.09.21 um 21:25 schrieb ch...@z9.de: > > 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

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

2021-09-15 Thread Daniel Kiper
On Tue, Sep 14, 2021 at 06:19:03PM +, Glenn Washburn wrote: > 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

Re: [PATCH] templates: Add GRUB_CMDLINE_LINUX_RECOVERY

2021-09-15 Thread Paul Menzel
[Cc: +Kyle] Am 14.09.21 um 21:25 schrieb ch...@z9.de: 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

Re: [PATCH] Fix build error in binutils 2.36

2021-09-15 Thread Michael Chang via Grub-devel
On Tue, Sep 14, 2021 at 10:13:36AM -0400, Mike Gilbert wrote: > On Mon, Aug 9, 2021 at 12:37 AM Michael Chang via Grub-devel > wrote: [snip] > Just wondering if there has been any progress on this issue. > > A few people have commented on the related bug [1] for Gentoo Linux > and a couple