Re: [cryptodev:master 119/123] warning: (CRYPTO_DEV_QAT_DH895xCCVF) selects PCI_IOV which has unmet direct dependencies (PCI)

2015-08-11 Thread Herbert Xu
On Mon, Aug 10, 2015 at 10:44:09AM -0700, Tadeusz Struk wrote: config CRYPTO_DEV_QAT_DH895xCCVF tristate Support for Intel(R) DH895xCC Virtual Function + select PCI select PCI_IOV Wouldn't a dependency on PCI make more sense? Or does this not work? Thanks, -- Email:

Re: [PATCH] Fix email address mistypo for NX/VMX crypto driver maintainers

2015-08-11 Thread Herbert Xu
On Mon, Aug 10, 2015 at 04:14:17PM -0300, Paulo Flabiano Smorigo wrote: --- MAINTAINERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Applied. -- Email: Herbert Xu herb...@gondor.apana.org.au Home Page: http://gondor.apana.org.au/~herbert/ PGP Key:

Re: [PATCH] crypto: nx-sha256/512: respect sg limit bounds when building sg lists

2015-08-11 Thread Herbert Xu
On Sat, Aug 08, 2015 at 08:47:28AM +0200, Jan Stancek wrote: Commit 000851119e80 changed sha256/512 update functions to pass more data to nx_build_sg_list(), which ends with sg list overflows and usually with update functions failing for data larger than max_sg_len * NX_PAGE_SIZE. This

Re: [cryptodev:master 119/123] (.text+0x7a3): multiple definition of `adf_isr_resource_free'

2015-08-11 Thread Herbert Xu
On Mon, Aug 10, 2015 at 01:00:02PM -0700, Tadeusz Struk wrote: On 08/10/2015 12:36 PM, kbuild test robot wrote: tree: git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git master head: 9cfaf082b8775e9f99fa5f2e8b2ae0ca8baff785 commit:

[PATCH] crypto: caam - fix memory corruption in ahash_final_ctx

2015-08-11 Thread Horia Geantă
When doing pointer operation for accessing the HW S/G table, a value representing number of entries (and not number of bytes) must be used. Cc: sta...@vger.kernel.org # 3.6+ Fixes: 045e36780f115 (crypto: caam - ahash hmac support) Signed-off-by: Horia Geantă horia.gea...@freescale.com ---

Re: [cryptodev:master 119/123] warning: (CRYPTO_DEV_QAT_DH895xCCVF) selects PCI_IOV which has unmet direct dependencies (PCI)

2015-08-11 Thread Tadeusz Struk
On 08/11/2015 06:57 AM, Herbert Xu wrote: On Mon, Aug 10, 2015 at 10:44:09AM -0700, Tadeusz Struk wrote: config CRYPTO_DEV_QAT_DH895xCCVF tristate Support for Intel(R) DH895xCC Virtual Function + select PCI select PCI_IOV Wouldn't a dependency on PCI make more sense? Or does

[cryptodev:master 118/125] drivers/crypto/qat/qat_common/adf_sriov.c:258:1-4: WARNING: end returns can be simpified and declaration on line 212 can be dropped

2015-08-11 Thread kbuild test robot
tree: git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git master head: d5cf4023ebcbae13e14e3ab3c55cb744321b352e commit: ed8ccaef52fa03fb03cff45b380f72c9f869f273 [118/125] crypto: qat - Add support for SRIOV coccinelle warnings: (new ones prefixed by )

[PATCH] crypto: fix simple_return.cocci warnings

2015-08-11 Thread kbuild test robot
drivers/crypto/qat/qat_common/adf_sriov.c:258:1-4: WARNING: end returns can be simpified and declaration on line 212 can be dropped Simplify a trivial if-return sequence. Possibly combine with a preceding function call. Generated by: scripts/coccinelle/misc/simple_return.cocci CC: Tadeusz