Re: [RFC PATCH] configure: Enable -fno-omit-frame-pointer for backtrace module

2023-08-13 Thread Glenn Washburn
On Sat, 12 Aug 2023 01:57:42 +0200 "Vladimir 'phcoder' Serbinenko" wrote: > Le sam. 12 août 2023, 00:22, Glenn Washburn a > écrit : > > > The backtrace module is written assuming that the frame pointer is in %ebp. > > By default, -Os optimization level is used, which enables the gcc option > >

Re: [PATCH] term/serial: Continue processing SPCR table even if revision is < 2

2023-08-13 Thread Benjamin Herrenschmidt
On Fri, 2023-08-11 at 17:53 +0200, Daniel Kiper wrote: > On Thu, Jul 27, 2023 at 11:55:30AM +1000, Benjamin Herrenschmidt wrote: > > On Wed, 2023-07-26 at 16:02 -0500, Glenn Washburn wrote: > > > According to commit 0231d00082 ("ACPI: SPCR: Make SPCR available to > > > x86") > > > to the Linux

Re: ZFS feature check too strict? Booting from a single pool alongside encrypted datasets works if we ignore check_mos_features

2023-08-13 Thread Vladimir 'phcoder' Serbinenko
Le dim. 13 août 2023, 12:54, digitalsignalperson < a...@digitalsignalperson.com> a écrit : > Hi, > > I've found that grub can boot from a single pool without explicitly > disabling any ZFS features (as long as unimplemented features aren't > active). Furthermore, disabling check_mos_features

Re: Grub-devel Digest, Vol 234, Issue 14

2023-08-13 Thread Joel Naya
EADER */ > >> ``` > >> > >> As hypothesized, there are places where these structs (now unified) are > >> expected to be packed, meaning to have an alignment of 1 (even smaller > than > >> the natural alignment of its larger member). > >> > >> One of the cases

Re: [PATCH v9 02/11] Unify GUID types

2023-08-13 Thread Vladimir 'phcoder' Serbinenko
Full analysis: gpt_partentry can be marked as aligned8. But following are problem: * protocols_per_handle may return unaligned guids * configuration_tables array may be unaligned. On efi32 every entry is 20 bytes, so guids can't be 8-byte aligned * The worst offender is device path as it's packed,

ZFS feature check too strict? Booting from a single pool alongside encrypted datasets works if we ignore check_mos_features

2023-08-13 Thread digitalsignalperson
Hi, I've found that grub can boot from a single pool without explicitly disabling any ZFS features (as long as unimplemented features aren't active). Furthermore, disabling check_mos_features allows for booting from a pool where encrypted datasets may be present, but where grub only needs to