[Qemu-devel] [PULL v1 0/2] Merge qcrypto 2017/11/8

Daniel P. Berrange posted 2 patches 6 years, 5 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20171108133612.16471-1-berrange@redhat.com
Test checkpatch passed
Test docker passed
Test ppc passed
Test s390x passed
crypto/cipher.c           |  5 +----
crypto/hash.c             | 13 +++++--------
crypto/hmac.c             |  4 +---
tests/test-crypto-block.c |  3 ++-
4 files changed, 9 insertions(+), 16 deletions(-)
[Qemu-devel] [PULL v1 0/2] Merge qcrypto 2017/11/8
Posted by Daniel P. Berrange 6 years, 5 months ago
The following changes since commit b0fbe46ad82982b289a44ee2495b59b0bad8a842:

  Update version for v2.11.0-rc0 release (2017-11-07 16:05:28 +0000)

are available in the git repository at:

  git://github.com/berrange/qemu tags/pull-qcrypto-2017-11-08-1

for you to fetch changes up to f1710638edb2e98008c2a733ffda63ef32b50411:

  crypto: afalg: fix a NULL pointer dereference (2017-11-08 11:05:09 +0000)

----------------------------------------------------------------
Merge qcrypto 2017/11/08 v1

----------------------------------------------------------------
Longpeng (1):
  crypto: afalg: fix a NULL pointer dereference

Thomas Huth (1):
  tests: Run the luks tests in test-crypto-block only if encryption is
    available

 crypto/cipher.c           |  5 +----
 crypto/hash.c             | 13 +++++--------
 crypto/hmac.c             |  4 +---
 tests/test-crypto-block.c |  3 ++-
 4 files changed, 9 insertions(+), 16 deletions(-)

-- 
2.13.6


Re: [Qemu-devel] [PULL v1 0/2] Merge qcrypto 2017/11/8
Posted by Peter Maydell 6 years, 5 months ago
On 8 November 2017 at 13:36, Daniel P. Berrange <berrange@redhat.com> wrote:
> The following changes since commit b0fbe46ad82982b289a44ee2495b59b0bad8a842:
>
>   Update version for v2.11.0-rc0 release (2017-11-07 16:05:28 +0000)
>
> are available in the git repository at:
>
>   git://github.com/berrange/qemu tags/pull-qcrypto-2017-11-08-1
>
> for you to fetch changes up to f1710638edb2e98008c2a733ffda63ef32b50411:
>
>   crypto: afalg: fix a NULL pointer dereference (2017-11-08 11:05:09 +0000)
>
> ----------------------------------------------------------------
> Merge qcrypto 2017/11/08 v1
>
> ----------------------------------------------------------------
> Longpeng (1):
>   crypto: afalg: fix a NULL pointer dereference
>
> Thomas Huth (1):
>   tests: Run the luks tests in test-crypto-block only if encryption is
>     available
>
>  crypto/cipher.c           |  5 +----
>  crypto/hash.c             | 13 +++++--------
>  crypto/hmac.c             |  4 +---
>  tests/test-crypto-block.c |  3 ++-
>  4 files changed, 9 insertions(+), 16 deletions(-)
>

Applied, thanks.

-- PMM