Re: [PATCH] crypto, x86: aesni: add compatibility with IAS

2020-07-03 Thread Sedat Dilek
On Fri, Jul 3, 2020 at 3:00 PM Herbert Xu wrote: > > On Fri, Jul 03, 2020 at 10:36:43AM +0200, Sedat Dilek wrote: > > > > Can you please apply my patch, too? > > Please repost your patch without the 5.7 tag. > Sent out a v5: Changes v4->v5: - Drop "5.7" tag from subject line as requested by Herb

[PATCH v5] x86/crypto: aesni: Fix build with LLVM_IAS=1

2020-07-03 Thread Sedat Dilek
When building with LLVM_IAS=1 means using Clang's Integrated Assembly (IAS) from LLVM/Clang >= v10.0.1-rc1+ instead of GNU/as from GNU/binutils I see the following breakage in Debian/testing AMD64: :15:74: error: too many positional arguments PRECOMPUTE 8*3+8(%rsp), %xmm1, %xmm2, %xmm3, %xmm4, %x

Re: [v2 PATCH] crypto: af_alg - Fix regression on empty requests

2020-07-03 Thread Luis Chamberlain
On Thu, Jul 02, 2020 at 01:32:21PM +1000, Herbert Xu wrote: > On Tue, Jun 30, 2020 at 02:18:11PM +0530, Naresh Kamboju wrote: > > > > Since we are on this subject, > > LTP af_alg02 test case fails on stable 4.9 and stable 4.4 > > This is not a regression because the test case has been failing fro

Re: No ESP response

2020-07-03 Thread Sandy Harris
Bhat, Jayalakshmi Manjunath wrote: > We are executing a simple ping test on our device in transport mode. I wrote this 20 years ago. Does it help? https://www.freeswan.org/freeswan_trees/freeswan-2.06/doc/faq.html#cantping

Re: [PATCH] crypto, x86: aesni: add compatibility with IAS

2020-07-03 Thread Herbert Xu
On Fri, Jul 03, 2020 at 10:36:43AM +0200, Sedat Dilek wrote: > > Can you please apply my patch, too? Please repost your patch without the 5.7 tag. Thanks, -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

Re: [PATCH] crypto, x86: aesni: add compatibility with IAS

2020-07-03 Thread Sedat Dilek
On Fri, Jul 3, 2020 at 6:49 AM Herbert Xu wrote: > > On Mon, Jun 22, 2020 at 04:24:33PM -0700, Jian Cai wrote: > > Clang's integrated assembler complains "invalid reassignment of > > non-absolute variable 'var_ddq_add'" while assembling > > arch/x86/crypto/aes_ctrby8_avx-x86_64.S. It was because v

Re: [PATCH 2/5] crypto:hisilicon/sec2 - update busy processing logic

2020-07-03 Thread liulongfang
On 2020/7/3 12:14, Herbert Xu Wrote: > On Fri, Jun 26, 2020 at 06:32:06PM +0800, Longfang Liu wrote: >> From: Kai Ye >> >> As before, if a SEC queue is at the 'fake busy' status, >> the request with a 'fake busy' flag will be sent into hardware >> and the sending function returns busy. After the r