Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1463626

Re: [PATCH] crypto: fix ctx pointer and digest copy in sha256-mb

From Herbert Xu <herbert@gondor.apana.org.au>
Newsgroups linux.kernel
Subject Re: [PATCH] crypto: fix ctx pointer and digest copy in sha256-mb
Date 2016-08-16 12:00 +0200
Message-ID <s6Jk5-1sx-5@gated-at.bofh.it> (permalink)
References <s5h6x-8kl-13@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Fri, Aug 12, 2016 at 06:24:42AM -0400, Xiaodong Liu wrote:
> 1. fix ctx pointer
> Use req_ctx which is the ctx for the next job that have
> been completed in the lanes instead of the first
> completed job rctx, whose completion could have been
> called and released.
> 2. fix digest copy
> Use XMM register to copy another 16 bytes sha256 digest
> instead of a regular register.
> 
> Signed-off-by: Xiaodong Liu <xiaodong.liu@intel.com>

Patch applied.  Thanks.
-- 
Email: Herbert Xu <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH] crypto: fix ctx pointer and digest copy in sha256-mb Xiaodong Liu <xiaodong.liu@intel.com> - 2016-08-12 11:40 +0200
  Re: [PATCH] crypto: fix ctx pointer and digest copy in sha256-mb Tim Chen <tim.c.chen@linux.intel.com> - 2016-08-12 18:20 +0200
  Re: [PATCH] crypto: fix ctx pointer and digest copy in sha256-mb Herbert Xu <herbert@gondor.apana.org.au> - 2016-08-16 12:00 +0200

csiph-web