On 25.06.20 14:55, Max Reitz wrote:
> Hi,
> 
> This series collects all patches from Maxim’s series “LUKS: encryption
> slot management using amend interface”, plus iotest patches that seem
> useful to have before it.  (And then I modified some of Maxim’s patches
> to take advantage of those patches.)
> 
> Maxim’s series was here:
> https://lists.nongnu.org/archive/html/qemu-block/2020-06/msg00330.html
> 
> I already posted patches 1 and 2 here:
> https://lists.nongnu.org/archive/html/qemu-block/2020-06/msg00954.html
> 
> Change from the latter series:
> - Patch 1:
>   - Use $SED instead of plain “sed” in one place I missed
>   - Older bash versions do not support readarray’s -d switch, so we have
>     to separate the Formatting line by a \n instead of \0.
>     Unfortunately, that means we cannot just split by \0 and be done
>     with it, but we have to ensure we put everything before the line
>     starting by “Formatting” into $filename_part, and we do that with a
>     loop that iterates over the split array until it finds the
>     “Formatting” line.
>   - Use multiple -e for grep instead of '(...|...|...)'
> - Patch 2: Rebase fallout du to grep now using multiple -e parameters

Thanks for reviewing, Maxim; (re-)applied to my block branch:

https://git.xanclic.moe/XanClic/qemu/commits/branch/block

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to