Re: [PATCH v3 0/2] Add LUKS2 support to luks_script

2023-10-05 Thread Daniel Kiper
On Fri, Jul 14, 2023 at 03:49:16PM -0500, Glenn Washburn wrote: > v3: > * Fix inconsistencies noted in v2 > * Add a separate patch for optimization and changes in v2 > * Use 6 digits for sector size, instead of previous 5, for really really >future proofing > v2: > * Use PRIxGRUB_OFFSET ins

[PATCH v3 0/2] Add LUKS2 support to luks_script

2023-07-14 Thread Glenn Washburn
v3: * Fix inconsistencies noted in v2 * Add a separate patch for optimization and changes in v2 * Use 6 digits for sector size, instead of previous 5, for really really future proofing v2: * Use PRIxGRUB_OFFSET instead of PRIuGRUB_UINT64_T * use %u for unsigned log sector size Glenn Glenn