Re: [PATCH v5 00/14] LUKS: encryption slot management using amend interface

2020-05-07 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200507125414.2151-1-mlevi...@redhat.com/ Hi, This series seems to have some coding style problems. See output below for more information: Message-id: 20200507125414.2151-1-mlevi...@redhat.com Subject: [PATCH v5 00/14] LUKS: encryption slot management

[PATCH v5 00/14] LUKS: encryption slot management using amend interface

2020-05-07 Thread Maxim Levitsky
Hi! Here is the updated series of my patches, incorporating all the feedback I received. This implements the API interface that we agreed upon except that I merged the LUKSKeyslotActive/LUKSKeyslotInactive union into a struct because otherwise I need nested unions which are not supported