All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] fix TCG2 error handling
@ 2021-12-03  3:58 Masahisa Kojima
  2021-12-03  3:58 ` [PATCH 1/3] efi_loader: efi_tcg2_register returns appropriate error Masahisa Kojima
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Masahisa Kojima @ 2021-12-03  3:58 UTC (permalink / raw)
  To: u-boot
  Cc: Heinrich Schuchardt, Ilias Apalodimas, Simon Glass, Masahisa Kojima

This series fix the efi_tcg2.c error handling.

Masahisa Kojima (3):
  efi_loader: efi_tcg2_register returns appropriate error
  efi_loader: check tcg2 protocol installation outside the TCG protocol
  efi_loader: correctly handle tcg2_measure_pe_image() error

 include/efi_loader.h              |  2 +
 lib/efi_loader/Kconfig            |  2 +
 lib/efi_loader/efi_image_loader.c | 11 +++-
 lib/efi_loader/efi_setup.c        |  2 +
 lib/efi_loader/efi_tcg2.c         | 85 ++++++++++++++++++++++++-------
 5 files changed, 81 insertions(+), 21 deletions(-)

-- 
2.17.1


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2021-12-07  2:58 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-03  3:58 [PATCH 0/3] fix TCG2 error handling Masahisa Kojima
2021-12-03  3:58 ` [PATCH 1/3] efi_loader: efi_tcg2_register returns appropriate error Masahisa Kojima
2021-12-06 14:08   ` Ilias Apalodimas
2021-12-07  2:57     ` Masahisa Kojima
2021-12-03  3:58 ` [PATCH 2/3] efi_loader: check tcg2 protocol installation outside the TCG protocol Masahisa Kojima
2021-12-06 14:10   ` Ilias Apalodimas
2021-12-03  3:58 ` [PATCH 3/3] efi_loader: correctly handle tcg2_measure_pe_image() error Masahisa Kojima
2021-12-06 14:11   ` Ilias Apalodimas

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.