Re: [PATCH] crypto: qat - make qat_asym_algs.o depend on asn1 headers

2016-07-20 Thread Herbert Xu
On Wed, Jul 20, 2016 at 06:37:07PM +0300, Thomas Backlund wrote: > > Yeah, but that patch seem to be heading to 4.8 only , so qat build > in upcoming 4.7 still breaks... > > and pulling that fix only to 4.7 breaks too, so I guess more fixes > would be needed for proper backport then... > > or are

Re: [PATCH] crypto: qat - make qat_asym_algs.o depend on asn1 headers

2016-07-20 Thread Thomas Backlund
Den 01-07-2016 kl. 12:30, skrev Herbert Xu: On Thu, Jun 30, 2016 at 12:23:51PM +0200, Jan Stancek wrote: Parallel build can sporadically fail because asn1 headers may not be built yet by the time qat_asym_algs.o is compiled: drivers/crypto/qat/qat_common/qat_asym_algs.c:55:32: fatal error: qa

Re: [PATCH] crypto: vmx - Ignore generated files

2016-07-20 Thread Herbert Xu
On Tue, Jul 19, 2016 at 10:36:26AM -0300, Paulo Flabiano Smorigo wrote: > Ignore assembly files generated by the perl script. > > Signed-off-by: Paulo Flabiano Smorigo Patch applied. Thanks. -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.

Re: linux-next: build failure after merge of the crypto tree

2016-07-20 Thread Herbert Xu
On Wed, Jul 20, 2016 at 05:46:34PM +1000, Stephen Rothwell wrote: > Hi all, > > After merging the dax-misc tree, today's linux-next build (powerpc > allyesconfig) failed like this: > > drivers/crypto/vmx/aesp8-ppc.S: Assembler messages: > drivers/crypto/vmx/aesp8-ppc.S:2036: Error: symbol `.aes_p

RE: [PATCH] crypto: vmx - Ignore generated files

2016-07-20 Thread David Laight
From: Paulo Flabiano Smorigo > Sent: 19 July 2016 14:36 > Ignore assembly files generated by the perl script. ... > diff --git a/drivers/crypto/vmx/.gitignore b/drivers/crypto/vmx/.gitignore > new file mode 100644 > index 000..af4a7ce > --- /dev/null > +++ b/drivers/crypto/vmx/.gitignore > @@