All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/4] Misc EFI/GPT/UUID fixes
@ 2019-04-30  2:53 Eugeniu Rosca
  2019-04-30  2:53 ` [U-Boot] [PATCH 1/4] disk: efi: Fix memory leak on 'gpt guid' Eugeniu Rosca
                   ` (3 more replies)
  0 siblings, 4 replies; 16+ messages in thread
From: Eugeniu Rosca @ 2019-04-30  2:53 UTC (permalink / raw)
  To: u-boot

This is a collection of fixes addressing issues on R-Car H3ULCB-KF.
All have been tested on H3ULCB-KF and boot-tested on sandbox.

Below v1 patch is superseded by this series:
 - https://patchwork.ozlabs.org/patch/1091802/
 ("lib: uuid: Improve randomness of uuid values on RANDOM_UUID=y")

Eugeniu Rosca (4):
  disk: efi: Fix memory leak on 'gpt guid'
  disk: efi: Fix memory leak on 'gpt verify'
  cmd: gpt: fix and tidy up help message
  lib: uuid: Improve randomness of uuid values on RANDOM_UUID=y

 cmd/gpt.c       | 12 ++++++------
 disk/part_efi.c |  6 ++++++
 lib/uuid.c      |  2 ++
 3 files changed, 14 insertions(+), 6 deletions(-)

-- 
2.21.0

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

end of thread, other threads:[~2019-05-16 15:54 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-30  2:53 [U-Boot] [PATCH 0/4] Misc EFI/GPT/UUID fixes Eugeniu Rosca
2019-04-30  2:53 ` [U-Boot] [PATCH 1/4] disk: efi: Fix memory leak on 'gpt guid' Eugeniu Rosca
2019-04-30 17:56   ` Heinrich Schuchardt
2019-04-30  2:53 ` [U-Boot] [PATCH 2/4] disk: efi: Fix memory leak on 'gpt verify' Eugeniu Rosca
2019-04-30 18:01   ` Heinrich Schuchardt
2019-04-30  2:53 ` [U-Boot] [PATCH 3/4] cmd: gpt: fix and tidy up help message Eugeniu Rosca
2019-04-30 18:10   ` Heinrich Schuchardt
2019-04-30  2:53 ` [U-Boot] [PATCH 4/4] lib: uuid: Improve randomness of uuid values on RANDOM_UUID=y Eugeniu Rosca
2019-04-30 19:07   ` Heinrich Schuchardt
2019-05-01 19:08     ` Eugeniu Rosca
2019-05-01 19:51       ` Tom Rini
2019-05-01 22:32         ` Eugeniu Rosca
2019-05-03 16:09           ` Eugeniu Rosca
2019-05-07 12:25             ` Eugeniu Rosca
2019-05-16 15:13     ` Matthias Brugger
2019-05-16 15:54       ` Eugeniu Rosca

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.