Hi, here's two small improvements for LUKS2 support:
- The first patch introduces better error reporting, as I've noticed it's quite hard to determine why decryption failed in case there's any misconfiguration. - The second is a result of my upstream pull request in jsmn, which got accepted last week. As a result, we can now remove all the `jmntok_t` casts in our json library. Patrick Patrick Steinhardt (2): luks2: Improve error reporting when decrypting/verifying key json: Update jsmn library to get rid of casts grub-core/disk/luks2.c | 8 +++++--- grub-core/lib/json/jsmn.h | 7 +++++-- grub-core/lib/json/json.c | 8 ++++---- grub-core/lib/json/json.h | 4 +++- 4 files changed, 17 insertions(+), 10 deletions(-) -- 2.26.0
signature.asc
Description: PGP signature
_______________________________________________ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel