Re: [PATCH v6 0/6] More ls improvements

2025-03-04 Thread Daniel Kiper
On Sat, Mar 01, 2025 at 11:15:31PM -0600, Glenn Washburn wrote: > Considering Daniel's feedback on the v2 of this patch series, I've broken up > patches #1 and #2 and dropped patch #3 from the original series. These changes > make the output of the ls command a little more like the GNU ls output. >

[PATCH v2] bsd: Fix type passed for the kernel

2025-03-04 Thread Vladimir Serbinenko
FreeBSD loader always passes "elf kernel". We currently pass "elf64 kernel" when loading 64-bit kernel. -CURRENT (HEAD) kernel accepts only "elf kernel", older kernel accepts either. Tested with FreeBSD and DragonFlyBSD Reference: https://cgit.freebsd.org/src/commit/?id=b72ae900d4348118829fe04ab

Re: [PATCH v2] powerpc: increase MIN RMA size for CAS negotiation

2025-03-04 Thread Daniel Kiper
On Mon, Mar 03, 2025 at 10:19:22PM +0530, Avnish Chouhan wrote: > Change RMA size from 512 MB to 768 MB which will result > in more memory at boot time for PowerPC. When vTPM, Secure Boot or > FADump are enabled on PowerPC, the 512 MB RMA memory is not sufficient for > booting. With this 512 MB RMA

Re: GRUB Error: Couldn't Find Suitable Memory Target for 210MB Initramfs

2025-03-04 Thread Daniel Kiper
On Mon, Mar 03, 2025 at 04:42:07PM +0800, Zhang, Wentao via Grub-devel wrote: > Hi GRUB-devel team >   > I encountered an issue with a 210MB initramfs where GRUB prints the following > error: > error: couldn't find suitable memory target. >   > Below are parts of my memory layout: > .. > mmap/e

Re: [PATCH] bsd: Fix type passed for the kernel

2025-03-04 Thread Daniel Kiper
On Tue, Mar 04, 2025 at 04:45:39PM +0300, Vladimir 'phcoder' Serbinenko wrote: > Le mar. 4 mars 2025, 16:25, Daniel Kiper a écrit : > On Mon, Mar 03, 2025 at 12:04:31AM +0300, Vladimir Serbinenko wrote: > > FreeBSD loader always passes "elf kernel". -CURRENT kernel accepts > only >

Re: [PATCH] bsd: Fix type passed for the kernel

2025-03-04 Thread Vladimir 'phcoder' Serbinenko
Le mar. 4 mars 2025, 16:25, Daniel Kiper a écrit : > On Mon, Mar 03, 2025 at 12:04:31AM +0300, Vladimir Serbinenko wrote: > > FreeBSD loader always passes "elf kernel". -CURRENT kernel accepts only > > What is "-CURRENT"? > Basically HEAD/master in FreeBSD world. > > > "elf kernel", older kernel

Re: [PATCH 1/1] lib: Fix clang Build - Remove Duplicate Typedef in TSS

2025-03-04 Thread Daniel Kiper
On Sun, Mar 02, 2025 at 10:54:04AM -0600, Andrew Hamilton wrote: > tss2_structs.h contains a duplicate typedef as follows: > typedef TPMS_SCHEME_HASH_t TPMS_SCHEME_KDF2_t; > > This causes a build failure when compiling with clang. > Remove the duplicate typedef which allows successfully > building

Re: [PATCH 0/2] docs: Update Documentation for Lockdown Changes

2025-03-04 Thread Daniel Kiper via Grub-devel
On Fri, Feb 28, 2025 at 03:55:22PM -0600, Andrew Hamilton wrote: > Make some updates to the GRUB documentation around which file systems > are allowed / disallowed in lockdown, as well as additional Commands > now blocked in lockdown mode. > > Andrew Hamilton (2): > docs: Document Restricted File

Re: [PATCH] bsd: Fix type passed for the kernel

2025-03-04 Thread Daniel Kiper
On Mon, Mar 03, 2025 at 12:04:31AM +0300, Vladimir Serbinenko wrote: > FreeBSD loader always passes "elf kernel". -CURRENT kernel accepts only What is "-CURRENT"? > "elf kernel", older kernel accepts either. You repeat "elf kernel" twice. I think something is off here... > Tested on FreeBSD and

Re: [PATCH] kern: Unbreak support for nested partitions

2025-03-04 Thread Daniel Kiper
On Mon, Mar 03, 2025 at 12:02:21AM +0300, Vladimir Serbinenko wrote: > When using syntax hd0,gtp3,dfly1 then ptr points to trailing part ",dfly1" > so it's improper to consider it invalid partition > > Signed-off-by: Vladimir Serbinenko Reviewed-by: Daniel Kiper Daniel

Re: [PATCH v3] acpi: Use options enum to index command options

2025-03-04 Thread Daniel Kiper
On Sat, Mar 01, 2025 at 02:15:07AM -0600, Glenn Washburn wrote: > Signed-off-by: Glenn Washburn Reviewed-by: Daniel Kiper Daniel ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel

Re: [SECURITY PATCH 00/73] GRUB2 vulnerabilities - 2025/02/18

2025-03-04 Thread Daniel Kiper via Grub-devel
On Mon, Mar 03, 2025 at 08:55:45AM +0100, Christian Hesse wrote: > Daniel Kiper on Fri, 2025/02/28 13:57: > > On Thu, Feb 27, 2025 at 11:03:44AM +0100, Christian Hesse wrote: > > > Daniel Kiper via Grub-devel on Mon, 2025/02/24 > > > 15:34: > > > > > [...] > > > > > The current situation is just

Re: [PATCH v2 0/6] Various test fixes proposed by Thomas Schmitt

2025-03-04 Thread Thomas Schmitt via Grub-devel
Hi, Tested-by: Thomas Schmitt with remaining unrelated problems. --- Test details: The patch series applied by "git am" without problems to a branch cloned from freshly pulled "master". make check TESTS=grub_cmd_cryptomount