Re: [PATCH] crypto: qat - fix CTX_ENABLES bits shift direction issue

2015-12-22 Thread Herbert Xu
On Wed, Dec 16, 2015 at 10:39:40AM +0800, Yang Pingchao wrote: > AE CTX bits should be 8-15 in CTX_ENABLES, so the mask > value 0xff should be left shifted 0x8. > > Reported-by: Dan Carpenter > Signed-off-by: Yang Pingchao Patch applied. Thanks. -- Email: Herbert Xu Home Page: http://gondor.

RE: [PATCH] crypto: qat - fix CTX_ENABLES bits shift direction issue

2015-12-16 Thread Yang, Pingchao
Sent: Wednesday, December 16, 2015 4:10 PM To: Yang, Pingchao Cc: herb...@gondor.apana.org.au; dan.carpen...@oracle.com; Struk, Tadeusz; linux-crypto@vger.kernel.org; qat-linux; kernel-janit...@vger.kernel.org Subject: Re: [PATCH] crypto: qat - fix CTX_ENABLES bits shift direction issue Am 16.12.2

Re: [PATCH] crypto: qat - fix CTX_ENABLES bits shift direction issue

2015-12-16 Thread walter harms
Am 16.12.2015 03:39, schrieb Yang Pingchao: > AE CTX bits should be 8-15 in CTX_ENABLES, so the mask > value 0xff should be left shifted 0x8. > > Reported-by: Dan Carpenter > Signed-off-by: Yang Pingchao > --- > drivers/crypto/qat/qat_common/qat_hal.c | 2 +- > 1 file changed, 1 insertion(+),

[PATCH] crypto: qat - fix CTX_ENABLES bits shift direction issue

2015-12-15 Thread Yang Pingchao
AE CTX bits should be 8-15 in CTX_ENABLES, so the mask value 0xff should be left shifted 0x8. Reported-by: Dan Carpenter Signed-off-by: Yang Pingchao --- drivers/crypto/qat/qat_common/qat_hal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/crypto/qat/qat_common/qat

Re: [PATCH] crypto: qat - fix CTX_ENABLES bits shift direction issue

2015-12-11 Thread Herbert Xu
On Fri, Dec 11, 2015 at 07:22:12AM -0800, Tadeusz Struk wrote: > On 12/10/2015 09:42 PM, Yang Pingchao wrote: > > AE CTX bits should be 8-15 in CTX_ENABLES, so the mask value 0xff should be > > left shifted 0x8 > > > > Reported-by: Dan Carpenter > > Signed-off-by: Yang Pingchao > > --- > > dr

Re: [PATCH] crypto: qat - fix CTX_ENABLES bits shift direction issue

2015-12-11 Thread Tadeusz Struk
On 12/10/2015 09:42 PM, Yang Pingchao wrote: > AE CTX bits should be 8-15 in CTX_ENABLES, so the mask value 0xff should be > left shifted 0x8 > > Reported-by: Dan Carpenter > Signed-off-by: Yang Pingchao > --- > drivers/crypto/qat/qat_common/qat_hal.c |2 +- > 1 files changed, 1 insertion