mbox

[PULL] libcacard AFE support and bug fixes

Message ID 20110722150840.GH2483@bow.tlv.redhat.com
State New
Headers show

Pull-request

git://anongit.freedesktop.org/~alon/qemu pull-libcacard.afe

Message

Alon Levy July 22, 2011, 3:08 p.m. UTC
Hi,

 Please pull fixes for AFE smart cards, cleanup and missing frees
 by Robert Relyea and Christophe Fergeau. Thanks.

The following changes since commit d1afc48b7cfdb4490f322d5d82a2aae6d545ec06:

  SPARC64: implement addtional MMU faults related to nonfaulting load (2011-07-21 20:02:22 +0000)

are available in the git repository at:
  git://anongit.freedesktop.org/~alon/qemu pull-libcacard.afe

Christophe Fergeau (5):
      libcacard: don't leak vcard_emul_alloc_arrays mem
      libcacard: s/strip(args++)/strip(args+1)
      libcacard: fix soft=... parsing in vcard_emul_options
      libcacard: introduce NEXT_TOKEN macro
      libcacard: replace copy_string with strndup

Robert Relyea (1):
      libcacard/vcard_emul_nss: support cards lying about CKM_RSA_X_509 support

 libcacard/vcard_emul_nss.c |  257 +++++++++++++++++++++++++++++++-------------
 1 files changed, 182 insertions(+), 75 deletions(-)

Alon

Comments

Alon Levy July 26, 2011, 7:02 a.m. UTC | #1
On Fri, Jul 22, 2011 at 06:08:40PM +0300, Alon Levy wrote:
> Hi,
> 

Hi Anthony,

 Forgot to mention I would like this to be pulled for 0.15.0.

Alon

>  Please pull fixes for AFE smart cards, cleanup and missing frees
>  by Robert Relyea and Christophe Fergeau. Thanks.
> 
> The following changes since commit d1afc48b7cfdb4490f322d5d82a2aae6d545ec06:
> 
>   SPARC64: implement addtional MMU faults related to nonfaulting load (2011-07-21 20:02:22 +0000)
> 
> are available in the git repository at:
>   git://anongit.freedesktop.org/~alon/qemu pull-libcacard.afe
> 
> Christophe Fergeau (5):
>       libcacard: don't leak vcard_emul_alloc_arrays mem
>       libcacard: s/strip(args++)/strip(args+1)
>       libcacard: fix soft=... parsing in vcard_emul_options
>       libcacard: introduce NEXT_TOKEN macro
>       libcacard: replace copy_string with strndup
> 
> Robert Relyea (1):
>       libcacard/vcard_emul_nss: support cards lying about CKM_RSA_X_509 support
> 
>  libcacard/vcard_emul_nss.c |  257 +++++++++++++++++++++++++++++++-------------
>  1 files changed, 182 insertions(+), 75 deletions(-)
> 
> Alon
>
Anthony Liguori July 29, 2011, 3:46 p.m. UTC | #2
On 07/22/2011 10:08 AM, Alon Levy wrote:
> Hi,
>
>   Please pull fixes for AFE smart cards, cleanup and missing frees
>   by Robert Relyea and Christophe Fergeau. Thanks.
>
> The following changes since commit d1afc48b7cfdb4490f322d5d82a2aae6d545ec06:
>
>    SPARC64: implement addtional MMU faults related to nonfaulting load (2011-07-21 20:02:22 +0000)
>
> are available in the git repository at:
>    git://anongit.freedesktop.org/~alon/qemu pull-libcacard.afe

Pulled.  Thanks.

Regards,

Anthony Liguori

>
> Christophe Fergeau (5):
>        libcacard: don't leak vcard_emul_alloc_arrays mem
>        libcacard: s/strip(args++)/strip(args+1)
>        libcacard: fix soft=... parsing in vcard_emul_options
>        libcacard: introduce NEXT_TOKEN macro
>        libcacard: replace copy_string with strndup
>
> Robert Relyea (1):
>        libcacard/vcard_emul_nss: support cards lying about CKM_RSA_X_509 support
>
>   libcacard/vcard_emul_nss.c |  257 +++++++++++++++++++++++++++++++-------------
>   1 files changed, 182 insertions(+), 75 deletions(-)
>
> Alon
>
>