All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] gpt: add support to repair gpt
@ 2022-04-22 15:46 Philippe Reynes
  2022-04-22 15:46 ` [PATCH 1/3] disk: part_efi: add support to repair gpt table Philippe Reynes
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Philippe Reynes @ 2022-04-22 15:46 UTC (permalink / raw)
  To: sjg; +Cc: u-boot, Philippe Reynes

This serie adds a sub-command repair to command gpt
to repair a gpt. It only writes the gpt that is
corrupted, and not both gpt. So a powercut in the
middle of the sub-command repair should not corrupt
the last valid gpt.

Philippe Reynes (3):
  disk: part_efi: add support to repair gpt table
  cmd: gpt: add subcommand repair
  test: py: tests: test_gpt.py: add a simple test for the command gpt
    repair

 cmd/gpt.c                 | 16 +++++++-
 disk/part_efi.c           | 86 +++++++++++++++++++++++++++++++++++++++
 include/part.h            | 10 +++++
 test/py/tests/test_gpt.py | 10 +++++
 4 files changed, 121 insertions(+), 1 deletion(-)

-- 
2.25.1


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

end of thread, other threads:[~2022-05-08 15:32 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-22 15:46 [PATCH 0/3] gpt: add support to repair gpt Philippe Reynes
2022-04-22 15:46 ` [PATCH 1/3] disk: part_efi: add support to repair gpt table Philippe Reynes
2022-05-08 15:31   ` Tom Rini
2022-04-22 15:46 ` [PATCH 2/3] cmd: gpt: add subcommand repair Philippe Reynes
2022-05-08 15:31   ` Tom Rini
2022-04-22 15:46 ` [PATCH 3/3] test: py: tests: test_gpt.py: add a simple test for the command gpt repair Philippe Reynes
2022-05-08 15:31   ` Tom Rini

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.