mbox

[PULL,0/4] cryptodev patches

Message ID 1482559948-22772-1-git-send-email-arei.gonglei@huawei.com
State New
Headers show

Pull-request

https://github.com/gongleiarei/qemu.git tags/cryptodev-next-20161224

Message

Gonglei (Arei) Dec. 24, 2016, 6:12 a.m. UTC
The following changes since commit a470b33259bf82ef2336bfcd5d07640562d3f63b:

  Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2016-12-22 19:23:51 +0000)

are available in the git repository at:


  https://github.com/gongleiarei/qemu.git tags/cryptodev-next-20161224

for you to fetch changes up to 48ae36c0ad16bb757d4f6e243b8e9072fc8e8c8e:

  cryptodev: add 3des-ede support (2016-12-24 13:46:27 +0800)

----------------------------------------------------------------
- add xts mode support
- add 3DES algorithm support
- other trivial fixes

----------------------------------------------------------------
Longpeng(Mike) (4):
      cryptodev: fix the check of aes algorithm
      cryptodev: add xts(aes) support
      cryptodev: remove single-DES support in cryptodev
      cryptodev: add 3des-ede support

 backends/cryptodev-builtin.c | 65 ++++++++++++++++++++++++++++++++++++++++++++++++++---------------
 1 file changed, 50 insertions(+), 15 deletions(-)

Comments

Peter Maydell Dec. 27, 2016, 5:29 p.m. UTC | #1
On 24 December 2016 at 06:12, Gonglei <arei.gonglei@huawei.com> wrote:
> The following changes since commit a470b33259bf82ef2336bfcd5d07640562d3f63b:
>
>   Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2016-12-22 19:23:51 +0000)
>
> are available in the git repository at:
>
>
>   https://github.com/gongleiarei/qemu.git tags/cryptodev-next-20161224
>
> for you to fetch changes up to 48ae36c0ad16bb757d4f6e243b8e9072fc8e8c8e:
>
>   cryptodev: add 3des-ede support (2016-12-24 13:46:27 +0800)
>
> ----------------------------------------------------------------
> - add xts mode support
> - add 3DES algorithm support
> - other trivial fixes
>
> ----------------------------------------------------------------
> Longpeng(Mike) (4):
>       cryptodev: fix the check of aes algorithm
>       cryptodev: add xts(aes) support
>       cryptodev: remove single-DES support in cryptodev
>       cryptodev: add 3des-ede support
>
>  backends/cryptodev-builtin.c | 65 ++++++++++++++++++++++++++++++++++++++++++++++++++---------------
>  1 file changed, 50 insertions(+), 15 deletions(-)

Hi. This pull request does not appear to be signed by the GPG
key that I have on record for you, and the key it is signed
by seems to be only self-signed and not signed by anybody
else...

thanks
-- PMM
Gonglei (Arei) Dec. 28, 2016, 1:03 a.m. UTC | #2
>

> From: Peter Maydell [mailto:peter.maydell@linaro.org]

> Sent: Wednesday, December 28, 2016 1:29 AM

> To: Gonglei (Arei)

> Cc: QEMU Developers

> Subject: Re: [PULL 0/4] cryptodev patches

> 

> On 24 December 2016 at 06:12, Gonglei <arei.gonglei@huawei.com> wrote:

> > The following changes since commit

> a470b33259bf82ef2336bfcd5d07640562d3f63b:

> >

> >   Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into

> staging (2016-12-22 19:23:51 +0000)

> >

> > are available in the git repository at:

> >

> >

> >   https://github.com/gongleiarei/qemu.git tags/cryptodev-next-20161224

> >

> > for you to fetch changes up to

> 48ae36c0ad16bb757d4f6e243b8e9072fc8e8c8e:

> >

> >   cryptodev: add 3des-ede support (2016-12-24 13:46:27 +0800)

> >

> > ----------------------------------------------------------------

> > - add xts mode support

> > - add 3DES algorithm support

> > - other trivial fixes

> >

> > ----------------------------------------------------------------

> > Longpeng(Mike) (4):

> >       cryptodev: fix the check of aes algorithm

> >       cryptodev: add xts(aes) support

> >       cryptodev: remove single-DES support in cryptodev

> >       cryptodev: add 3des-ede support

> >

> >  backends/cryptodev-builtin.c | 65

> ++++++++++++++++++++++++++++++++++++++++++++++++++---------------

> >  1 file changed, 50 insertions(+), 15 deletions(-)

> 

> Hi. This pull request does not appear to be signed by the GPG

> key that I have on record for you, and the key it is signed

> by seems to be only self-signed and not signed by anybody

> else...

> 

Sorry about that. Actually I had pushed the key to public key server.
I can search my key in the web site, pls see:

http://keyserver.ubuntu.com:11371/pks/lookup?op=vindex&fingerprint=on&search=0x2ED7FDE9063C864D

How do I do now? Thanks!

Regards,
-Gonglei
Peter Maydell Jan. 6, 2017, 4:04 p.m. UTC | #3
On 24 December 2016 at 06:12, Gonglei <arei.gonglei@huawei.com> wrote:
> The following changes since commit a470b33259bf82ef2336bfcd5d07640562d3f63b:
>
>   Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2016-12-22 19:23:51 +0000)
>
> are available in the git repository at:
>
>
>   https://github.com/gongleiarei/qemu.git tags/cryptodev-next-20161224
>
> for you to fetch changes up to 48ae36c0ad16bb757d4f6e243b8e9072fc8e8c8e:
>
>   cryptodev: add 3des-ede support (2016-12-24 13:46:27 +0800)
>
> ----------------------------------------------------------------
> - add xts mode support
> - add 3DES algorithm support
> - other trivial fixes
>
> ----------------------------------------------------------------
> Longpeng(Mike) (4):
>       cryptodev: fix the check of aes algorithm
>       cryptodev: add xts(aes) support
>       cryptodev: remove single-DES support in cryptodev
>       cryptodev: add 3des-ede support
>
>  backends/cryptodev-builtin.c | 65 ++++++++++++++++++++++++++++++++++++++++++++++++++---------------
>  1 file changed, 50 insertions(+), 15 deletions(-)

Applied to master, thanks.

-- PMM