[Qemu-devel] [PULL v1 0/2] Merge qcrypto 2017/02/27

Daniel P. Berrange posted 2 patches 7 years ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170227133927.759-1-berrange@redhat.com
Test checkpatch passed
Test docker passed
Test s390x passed
crypto/cipher.c      | 8 ++------
crypto/ivgen-essiv.c | 1 +
2 files changed, 3 insertions(+), 6 deletions(-)
[Qemu-devel] [PULL v1 0/2] Merge qcrypto 2017/02/27
Posted by Daniel P. Berrange 7 years ago
The following changes since commit d992f2f1368ceb92e6bfd8efece174110f4236ff:

  Merge remote-tracking branch 'remotes/artyom/tags/pull-sun4v-20170226' into staging (2017-02-26 22:40:23 +0000)

are available in the git repository at:

  git://github.com/berrange/qemu tags/pull-qcrypto-2017-02-27-1

for you to fetch changes up to 32c813e6c2a857b93b897901b7e20281397528a3:

  crypto: assert cipher algorithm is always valid (2017-02-27 13:37:14 +0000)

----------------------------------------------------------------
Merge qcrypto 2017/02/27 v1

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

Li Qiang (1):
  crypto: fix leak in ivgen essiv init

Prasad J Pandit (1):
  crypto: assert cipher algorithm is always valid

 crypto/cipher.c      | 8 ++------
 crypto/ivgen-essiv.c | 1 +
 2 files changed, 3 insertions(+), 6 deletions(-)

-- 
2.9.3


Re: [Qemu-devel] [PULL v1 0/2] Merge qcrypto 2017/02/27
Posted by Peter Maydell 7 years ago
On 27 February 2017 at 13:39, Daniel P. Berrange <berrange@redhat.com> wrote:
> The following changes since commit d992f2f1368ceb92e6bfd8efece174110f4236ff:
>
>   Merge remote-tracking branch 'remotes/artyom/tags/pull-sun4v-20170226' into staging (2017-02-26 22:40:23 +0000)
>
> are available in the git repository at:
>
>   git://github.com/berrange/qemu tags/pull-qcrypto-2017-02-27-1
>
> for you to fetch changes up to 32c813e6c2a857b93b897901b7e20281397528a3:
>
>   crypto: assert cipher algorithm is always valid (2017-02-27 13:37:14 +0000)
>
> ----------------------------------------------------------------
> Merge qcrypto 2017/02/27 v1
>

Applied, thanks.

-- PMM