[PULL 0/5] Misc crypto subsystem fixes

Daniel P. Berrangé posted 5 patches 5 years, 6 months ago
Test docker-mingw@fedora passed
Test checkpatch passed
Test asan passed
Test docker-quick@centos7 passed
Test FreeBSD passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200507115803.1122661-1-berrange@redhat.com
Maintainers: Kevin Wolf <kwolf@redhat.com>, Max Reitz <mreitz@redhat.com>, "Daniel P. Berrangé" <berrange@redhat.com>
block/crypto.c                | 25 ++++++++++--
crypto/cipher-builtin.c       | 10 ++---
crypto/secret.c               |  5 ++-
tests/benchmark-crypto-hash.c | 73 ++++++++++++++++++++++++++++-------
4 files changed, 87 insertions(+), 26 deletions(-)
[PULL 0/5] Misc crypto subsystem fixes
Posted by Daniel P. Berrangé 5 years, 6 months ago
The following changes since commit 609dd53df540edd72faee705205aceca9c42fea5:

  Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20200506' into stag=
ing (2020-05-07 09:45:54 +0100)

are available in the Git repository at:

  https://github.com/berrange/qemu tags/qcrypto-next-pull-request

for you to fetch changes up to 6022e15d146d8bba9610a9d134afa4bc6e5d9275:

  crypto: extend hash benchmark to cover more algorithms (2020-05-07 12:52:51=
 +0100)

----------------------------------------------------------------
Misc crypto subsystem fixes

* Improve error message for large files when creating LUKS volumes
* Expand crypto hash benchmark coverage
* Misc code refactoring with no functional change

----------------------------------------------------------------

Alexey Krasikov (1):
  crypto/secret: fix inconsequential errors.

Chen Qun (1):
  crypto: Redundant type conversion for AES_KEY pointer

Daniel P. Berrang=C3=A9 (1):
  crypto: extend hash benchmark to cover more algorithms

Maxim Levitsky (1):
  block: luks: better error message when creating too large files

Tong Ho (1):
  crypto: fix getter of a QCryptoSecret's property

 block/crypto.c                | 25 ++++++++++--
 crypto/cipher-builtin.c       | 10 ++---
 crypto/secret.c               |  5 ++-
 tests/benchmark-crypto-hash.c | 73 ++++++++++++++++++++++++++++-------
 4 files changed, 87 insertions(+), 26 deletions(-)

--=20
2.26.2



Re: [PULL 0/5] Misc crypto subsystem fixes
Posted by Peter Maydell 5 years, 6 months ago
On Thu, 7 May 2020 at 12:59, Daniel P. Berrangé <berrange@redhat.com> wrote:
>
> The following changes since commit 609dd53df540edd72faee705205aceca9c42fea5:
>
>   Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20200506' into stag=
> ing (2020-05-07 09:45:54 +0100)
>
> are available in the Git repository at:
>
>   https://github.com/berrange/qemu tags/qcrypto-next-pull-request
>
> for you to fetch changes up to 6022e15d146d8bba9610a9d134afa4bc6e5d9275:
>
>   crypto: extend hash benchmark to cover more algorithms (2020-05-07 12:52:51=
>  +0100)
>
> ----------------------------------------------------------------
> Misc crypto subsystem fixes
>
> * Improve error message for large files when creating LUKS volumes
> * Expand crypto hash benchmark coverage
> * Misc code refactoring with no functional change
>
> ----------------------------------------------------------------


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/5.1
for any user-visible changes.

-- PMM