Groups
Groups
Sign in
Groups
Groups
EFI Boot Guard
Conversations
About
Send feedback
Help
EFI Boot Guard
Contact owners and managers
1–30 of 524
Mark all as read
Report group
0 selected
Jan Kiszka
Sep 8
[PATCH] env_api_fat: Pull buffer into bgenv_get_string/uint
From: Jan Kiszka <jan.k...@siemens.com> There is no reason to pass this stack-allocated
unread,
[PATCH] env_api_fat: Pull buffer into bgenv_get_string/uint
From: Jan Kiszka <jan.k...@siemens.com> There is no reason to pass this stack-allocated
Sep 8
Quirin Gylstorff
,
Jan Kiszka
2
Sep 8
[PATCH] fix error -Werror=stringop-truncation with gcc-15
On 08.09.25 10:35, Quirin Gylstorff wrote: > From: Quirin Gylstorff <quirin.gylstorff@siemens.
unread,
[PATCH] fix error -Werror=stringop-truncation with gcc-15
On 08.09.25 10:35, Quirin Gylstorff wrote: > From: Quirin Gylstorff <quirin.gylstorff@siemens.
Sep 8
Jan Kiszka
,
Storm, Christian
3
Sep 8
[PATCH 2/3] Do exploit constructors for registering drivers
On 05.09.25 18:48, 'Storm, Christian' via EFI Boot Guard wrote: > Hi Jan, > >>
unread,
[PATCH 2/3] Do exploit constructors for registering drivers
On 05.09.25 18:48, 'Storm, Christian' via EFI Boot Guard wrote: > Hi Jan, > >>
Sep 8
Jan Kiszka
3
Aug 22
[PATCH 1/3] Align EFI linking options with recent gnu-efi
On 22.08.25 13:32, 'Jan Kiszka' via EFI Boot Guard wrote: > Despite all the changes here
unread,
[PATCH 1/3] Align EFI linking options with recent gnu-efi
On 22.08.25 13:32, 'Jan Kiszka' via EFI Boot Guard wrote: > Despite all the changes here
Aug 22
Jan Kiszka
Aug 22
[PATCH 3/3] Makefile: Drop no longer needed assembly rule
From: Jan Kiszka <jan.k...@siemens.com> We do not have assembly files for watchdog
unread,
[PATCH 3/3] Makefile: Drop no longer needed assembly rule
From: Jan Kiszka <jan.k...@siemens.com> We do not have assembly files for watchdog
Aug 22
Jan Kiszka
2
Aug 21
0.21 ahead
On 19.08.25 10:08, Jan Kiszka wrote: > Hi all, > > due to [1], I'm planning a small 0.21
unread,
0.21 ahead
On 19.08.25 10:08, Jan Kiszka wrote: > Hi all, > > due to [1], I'm planning a small 0.21
Aug 21
Jan Kiszka
2
Aug 12
[PATCH] libebgenv: Only release CONFIG_PART::mountpoint early on errors
From: Jan Kiszka <jan.k...@siemens.com> This fixes a regression caused by premature cleanup:
unread,
[PATCH] libebgenv: Only release CONFIG_PART::mountpoint early on errors
From: Jan Kiszka <jan.k...@siemens.com> This fixes a regression caused by premature cleanup:
Aug 12
INgo Rah
, …
Jan Kiszka
7
Aug 5
[PATCH V1] libebgenv: Fix a regression introduced in c2be7c1b95b4 ("libebgenv: fix memory leak in partition probing").
On Tue, 2025-08-05 at 08:07 +0200, Jan Kiszka wrote: > > > I suspect this is the real fix:
unread,
[PATCH V1] libebgenv: Fix a regression introduced in c2be7c1b95b4 ("libebgenv: fix memory leak in partition probing").
On Tue, 2025-08-05 at 08:07 +0200, Jan Kiszka wrote: > > > I suspect this is the real fix:
Aug 5
Jan Kiszka
May 23
[ANNOUNCE] EFI Boot Guard 0.20 released
Hi, this release of EFI Boot Guard fixes rare startup problems on devices that have problems with
unread,
[ANNOUNCE] EFI Boot Guard 0.20 released
Hi, this release of EFI Boot Guard fixes rare startup problems on devices that have problems with
May 23
Jan Kiszka
May 20
Preparing 0.20 release
Hi all, due to the latest fixes, primarily the boot blocker [1], I'm planning to roll out a new
unread,
Preparing 0.20 release
Hi all, due to the latest fixes, primarily the boot blocker [1], I'm planning to roll out a new
May 20
Felix Moessbauer
,
Jan Kiszka
4
May 15
[PATCH 0/2] kernel-stub: correctly handle if boot part UUID cannot be resolved
On 14.05.25 13:15, 'Felix Moessbauer' via EFI Boot Guard wrote: > Hi, > > we got
unread,
[PATCH 0/2] kernel-stub: correctly handle if boot part UUID cannot be resolved
On 14.05.25 13:15, 'Felix Moessbauer' via EFI Boot Guard wrote: > Hi, > > we got
May 15
Jan Kiszka
4
May 14
[PATCH 0/9] Fix unaligned access bugs, address cppcheck complaints, upgrade CI images
From: Jan Kiszka <jan.k...@siemens.com> Signed-off-by: Jan Kiszka <jan.k...@siemens.com
unread,
[PATCH 0/9] Fix unaligned access bugs, address cppcheck complaints, upgrade CI images
From: Jan Kiszka <jan.k...@siemens.com> Signed-off-by: Jan Kiszka <jan.k...@siemens.com
May 14
Jan Kiszka
May 14
[PATCH 6/9] env: Follow constParameterPointer and constVariablePointer suggestions of ccpcheck
From: Jan Kiszka <jan.k...@siemens.com> This is also touching our external API but in a
unread,
[PATCH 6/9] env: Follow constParameterPointer and constVariablePointer suggestions of ccpcheck
From: Jan Kiszka <jan.k...@siemens.com> This is also touching our external API but in a
May 14
Jan Kiszka
May 14
[PATCH 5/9] utils: Follow constParameterPointer and constVariablePointer suggestions of ccpcheck
From: Jan Kiszka <jan.k...@siemens.com> Signed-off-by: Jan Kiszka <jan.k...@siemens.com
unread,
[PATCH 5/9] utils: Follow constParameterPointer and constVariablePointer suggestions of ccpcheck
From: Jan Kiszka <jan.k...@siemens.com> Signed-off-by: Jan Kiszka <jan.k...@siemens.com
May 14
Jan Kiszka
May 14
[PATCH 2/9] drivers: w83627hf_wdt: Remove return code from non-failing functions
From: Jan Kiszka <jan.k...@siemens.com> Was a finding of more recent cppcheck. Signed-off-by:
unread,
[PATCH 2/9] drivers: w83627hf_wdt: Remove return code from non-failing functions
From: Jan Kiszka <jan.k...@siemens.com> Was a finding of more recent cppcheck. Signed-off-by:
May 14
Jan Kiszka
May 14
[PATCH 3/9] drivers: Resolve constParameterPointer and configVariablePointer suggestions of ccpcheck
From: Jan Kiszka <jan.k...@siemens.com> Signed-off-by: Jan Kiszka <jan.k...@siemens.com
unread,
[PATCH 3/9] drivers: Resolve constParameterPointer and configVariablePointer suggestions of ccpcheck
From: Jan Kiszka <jan.k...@siemens.com> Signed-off-by: Jan Kiszka <jan.k...@siemens.com
May 14
Jan Kiszka
May 14
[PATCH 4/9] kernel-stub: Follow constVariablePointer suggestions of ccpcheck
From: Jan Kiszka <jan.k...@siemens.com> Signed-off-by: Jan Kiszka <jan.k...@siemens.com
unread,
[PATCH 4/9] kernel-stub: Follow constVariablePointer suggestions of ccpcheck
From: Jan Kiszka <jan.k...@siemens.com> Signed-off-by: Jan Kiszka <jan.k...@siemens.com
May 14
Jan Kiszka
May 14
[PATCH 1/9] uservars: Avoid alignment errors while accessing uservar structures
From: Jan Kiszka <jan.k...@siemens.com> Revealed by newer compilers and running the tools
unread,
[PATCH 1/9] uservars: Avoid alignment errors while accessing uservar structures
From: Jan Kiszka <jan.k...@siemens.com> Revealed by newer compilers and running the tools
May 14
Felix Moessbauer
,
Jan Kiszka
3
May 14
[PATCH 2/2] kernel-stub: fix nullptr deref on error getting boot part UUID
The caller of disk_get_part_uuid is responsible for checking the return value, as this function
unread,
[PATCH 2/2] kernel-stub: fix nullptr deref on error getting boot part UUID
The caller of disk_get_part_uuid is responsible for checking the return value, as this function
May 14
Felix Moessbauer
,
Jan Kiszka
2
May 14
[PATCH 1/2] kernel-stub: only warn if device part uuid variable cannot be set
On 14.05.25 10:53, 'Felix Moessbauer' via EFI Boot Guard wrote: > We got reports from the
unread,
[PATCH 1/2] kernel-stub: only warn if device part uuid variable cannot be set
On 14.05.25 10:53, 'Felix Moessbauer' via EFI Boot Guard wrote: > We got reports from the
May 14
Felix Moessbauer
, …
Jan Kiszka
34
May 14
[PATCH 0/3] Limit config probing to current block device
On Wed, 2025-05-14 at 08:17 +0200, Jan Kiszka wrote: > On 18.10.23 08:56, Felix Moessbauer wrote:
unread,
[PATCH 0/3] Limit config probing to current block device
On Wed, 2025-05-14 at 08:17 +0200, Jan Kiszka wrote: > On 18.10.23 08:56, Felix Moessbauer wrote:
May 14
Storm, Christian
,
Jan Kiszka
8
Apr 7
[PATCH] Rollback in TESTING state when kernel image cannot load
On 31.03.25 20:07, 'Storm, Christian' via EFI Boot Guard wrote: > From: Christian Storm
unread,
[PATCH] Rollback in TESTING state when kernel image cannot load
On 31.03.25 20:07, 'Storm, Christian' via EFI Boot Guard wrote: > From: Christian Storm
Apr 7
Guthrie Hamish
,
Jan Kiszka
6
Mar 27
Trying to use meta-efibootguard
On 27.03.25 19:45, 'Guthrie Hamish' via EFI Boot Guard wrote: > >>Sure. The approach
unread,
Trying to use meta-efibootguard
On 27.03.25 19:45, 'Guthrie Hamish' via EFI Boot Guard wrote: > >>Sure. The approach
Mar 27
Storm, Christian
,
Jan Kiszka
2
Mar 18
[PATCH] clang-format: Fix language setting
On 17.03.25 16:39, 'Storm, Christian' via EFI Boot Guard wrote: > From: Christian Storm
unread,
[PATCH] clang-format: Fix language setting
On 17.03.25 16:39, 'Storm, Christian' via EFI Boot Guard wrote: > From: Christian Storm
Mar 18
Christopher Obbard
,
Jan Kiszka
19
Feb 26
[PATCH] configure: allow tools/tests build to be disabled
On 26.02.25 12:47, Christopher Obbard wrote: > For some builds, eg inside a minimal buildroot
unread,
[PATCH] configure: allow tools/tests build to be disabled
On 26.02.25 12:47, Christopher Obbard wrote: > For some builds, eg inside a minimal buildroot
Feb 26
Jan Kiszka
Feb 26
[PATCH] Enable make dist
From: Jan Kiszka <jan.k...@siemens.com> This never worked is it could because a) it
unread,
[PATCH] Enable make dist
From: Jan Kiszka <jan.k...@siemens.com> This never worked is it could because a) it
Feb 26
Jan Kiszka
Feb 25
[PATCH v2] lib: Make parameter of ebg_env_getglobalstate obsolete
From: Jan Kiszka <jan.k...@siemens.com> ebg_env_getglobalstate neither used nor needs a
unread,
[PATCH v2] lib: Make parameter of ebg_env_getglobalstate obsolete
From: Jan Kiszka <jan.k...@siemens.com> ebg_env_getglobalstate neither used nor needs a
Feb 25
Jan Kiszka
2
Feb 19
[PATCH] lib: Obsolete parameter of ebg_env_getglobalstate officially
On 19.02.25 17:12, 'Jan Kiszka' via EFI Boot Guard wrote: > From: Jan Kiszka <jan.
unread,
[PATCH] lib: Obsolete parameter of ebg_env_getglobalstate officially
On 19.02.25 17:12, 'Jan Kiszka' via EFI Boot Guard wrote: > From: Jan Kiszka <jan.
Feb 19
Kaufmann, Bjoern
, …
Jan Kiszka
7
Feb 19
Bug: libefibootguard corrupts efibootguard configuration
On 19.02.25 17:55, 'Raphael Lisicki' via EFI Boot Guard wrote: > > > On 19.02.25 17:
unread,
Bug: libefibootguard corrupts efibootguard configuration
On 19.02.25 17:55, 'Raphael Lisicki' via EFI Boot Guard wrote: > > > On 19.02.25 17:
Feb 19
Jan Kiszka
Jan 13
[ANNOUNCE] EFI Boot Guard 0.19 released
Hi, here comes the latest release of EFI Boot Guard with a number of possibly interesting changes. We
unread,
[ANNOUNCE] EFI Boot Guard 0.19 released
Hi, here comes the latest release of EFI Boot Guard with a number of possibly interesting changes. We
Jan 13