Adding some folks who may be interested in this thing too...
On Tue, Sep 20, 2022 at 12:30:30AM +1000, Daniel Axtens wrote:
> We have multiple reports of things being slower with a 1MB initial static
> allocation, and a report (more difficult to nail down) of a boot failure
> as a result of the sm
On Sun, Sep 18, 2022 at 11:12:02PM +0100, Steve McIntyre wrote:
> In some filesystem utils like mksquashfs, they will silently change
> behaviour and cause timestamps to unexpectedly change. Build
> environments like Debian's set SOURCE_DATE_EPOCH in the environment,
> so remove it. Reproducible bu
On Mon, Sep 19, 2022 at 03:31:28PM +0200, Christian Hesse wrote:
> From: Christian Hesse
>
> In addition to C locale there is also C.UTF-8 locale now. Filter that as
> well, by using ${grub_lang}, which contains a stripped value.
> This fixes the following message and resulting boot failure:
>
>
On Fri, Sep 02, 2022 at 02:58:45PM +0200, Heinrich Schuchardt wrote:
> The EFI_CONFORMANCE_PROFILES_TABLE_GUID is used for a table of GUIDs for
> conformance profiles (cf. UEFI specification 2.10,
> 4.6.5 EFI_CONFORMANCE_PROFILE_TABLE).
>
> The lsefisystab command is used to display installed EFI c
On Wed, Aug 31, 2022 at 06:24:28PM +1000, Benjamin Herrenschmidt wrote:
> This is useful on cloud instances with remote serial ports as it can be
> difficult to connect "fast enough" to get the initial menu display
>
> Signed-off-by: Benjamin Herrenschmidt
I am OK with this patch but it does not
On Thu, Sep 22, 2022 at 07:18:50PM +0200, Daniel Kiper wrote:
>On Sun, Sep 18, 2022 at 11:12:02PM +0100, Steve McIntyre wrote:
>> In some filesystem utils like mksquashfs, they will silently change
>> behaviour and cause timestamps to unexpectedly change. Build
>> environments like Debian's set SOU
On Wed, Aug 24, 2022 at 10:47:02AM -0400, Ross Philipson wrote:
> Numerous register fields in the relocator state are simply not
> used depending on the relocator. This causes Coverity to flag
> these fields but there is no real bug here. Simply initializing
> the variable to {0} solves the issue.
On Thu, Aug 25, 2022 at 12:12:17AM -0500, Glenn Washburn wrote:
> From: Li Gen
>
> The register_key_notify() method should have an output parameter which is a
> pointer to the unique handle assigned to the registered notification.
>
> Signed-off-by: Li Gen
> Signed-off-by: Glenn Washburn
Review
On Wed, Aug 24, 2022 at 01:36:37PM -0400, Robbie Harwood wrote:
> From: Masahiro Matsuya
>
> The netmask configured in firmware is not respected on ppc64 (big
> endian). When 255.255.252.0 is set as netmask in firmware, the
> following is the value of bootpath string in
> grub_ieee1275_parse_boot
On Fri, 9 Sep 2022 11:49:13 +0200
Daniel Wagenknecht wrote:
> GPT partitions have a name property that is useable for identifying the
> partition in Linux via root=PARTLABEL= boot argument or via
> /dev/disk/by-partlabel/. Add support for searching for it in
> GRUB. Compared to the fs label, the
On Thu, 2022-09-22 at 19:36 +0200, Daniel Kiper wrote:
> On Wed, Aug 31, 2022 at 06:24:28PM +1000, Benjamin Herrenschmidt wrote:
> > This is useful on cloud instances with remote serial ports as it can be
> > difficult to connect "fast enough" to get the initial menu display
> >
> > Signed-off-by:
On Thu, 2022-09-22 at 19:36 +0200, Daniel Kiper wrote:
> On Wed, Aug 31, 2022 at 06:24:28PM +1000, Benjamin Herrenschmidt
> wrote:
> > This is useful on cloud instances with remote serial ports as it
> > can be
> > difficult to connect "fast enough" to get the initial menu display
> >
> > Signed-o
I really like the "key protector" interface as more of a generic
provider interface. It seems like a great way to extend and create new
unlock scenarios such as using security tokens, or chaining
cryptographic features. If the interface is stable enough, it allows
third party projects to create
13 matches
Mail list logo