Re: [PATCH] arm64/crypto: fix makefile rule for aes-glue-%.o

2014-07-28 Thread Sam Ravnborg
On Mon, Jul 28, 2014 at 07:00:17PM +0200, Ard Biesheuvel wrote: > On 27 July 2014 20:40, Sam Ravnborg wrote: > >> > >> > Btw. the current solution is already faulty - even with the fix. > >> > There are no support for make C=2 arch/.../crypto/ > >> > > >> > >> So can you elaborate on how it is

Re: [PATCH] arm64/crypto: fix makefile rule for aes-glue-%.o

2014-07-28 Thread Ard Biesheuvel
On 27 July 2014 20:40, Sam Ravnborg wrote: >> >> > Btw. the current solution is already faulty - even with the fix. >> > There are no support for make C=2 arch/.../crypto/ >> > >> >> So can you elaborate on how it is faulty? > > When you run "make C=2 arch/.../crypto/" then sparse shall be run >

Re: [PATCH] arm64/crypto: fix makefile rule for aes-glue-%.o

2014-07-28 Thread Ard Biesheuvel
On 27 July 2014 20:40, Sam Ravnborg s...@ravnborg.org wrote: Btw. the current solution is already faulty - even with the fix. There are no support for make C=2 arch/.../crypto/ So can you elaborate on how it is faulty? When you run make C=2 arch/.../crypto/ then sparse shall be run for

Re: [PATCH] arm64/crypto: fix makefile rule for aes-glue-%.o

2014-07-28 Thread Sam Ravnborg
On Mon, Jul 28, 2014 at 07:00:17PM +0200, Ard Biesheuvel wrote: On 27 July 2014 20:40, Sam Ravnborg s...@ravnborg.org wrote: Btw. the current solution is already faulty - even with the fix. There are no support for make C=2 arch/.../crypto/ So can you elaborate on how it is faulty?

Re: [PATCH] arm64/crypto: fix makefile rule for aes-glue-%.o

2014-07-27 Thread Sam Ravnborg
> > > Btw. the current solution is already faulty - even with the fix. > > There are no support for make C=2 arch/.../crypto/ > > > > So can you elaborate on how it is faulty? When you run "make C=2 arch/.../crypto/" then sparse shall be run for all .c files also if they are already built. But

Re: [PATCH] arm64/crypto: fix makefile rule for aes-glue-%.o

2014-07-27 Thread Sam Ravnborg
Btw. the current solution is already faulty - even with the fix. There are no support for make C=2 arch/.../crypto/ So can you elaborate on how it is faulty? When you run make C=2 arch/.../crypto/ then sparse shall be run for all .c files also if they are already built. But due to the

Re: [PATCH] arm64/crypto: fix makefile rule for aes-glue-%.o

2014-07-25 Thread Ard Biesheuvel
On 24 July 2014 22:45, Sam Ravnborg wrote: > On Thu, Jul 24, 2014 at 09:25:13PM +0200, Ard Biesheuvel wrote: >> On 24 July 2014 18:12, Sam Ravnborg wrote: >> > On Thu, Jul 24, 2014 at 04:24:48PM +0200, Ard Biesheuvel wrote: >> >> On 24 July 2014 16:18, Ard Biesheuvel wrote: >> >> > On 24 July

Re: [PATCH] arm64/crypto: fix makefile rule for aes-glue-%.o

2014-07-25 Thread Ard Biesheuvel
On 24 July 2014 22:45, Sam Ravnborg s...@ravnborg.org wrote: On Thu, Jul 24, 2014 at 09:25:13PM +0200, Ard Biesheuvel wrote: On 24 July 2014 18:12, Sam Ravnborg s...@ravnborg.org wrote: On Thu, Jul 24, 2014 at 04:24:48PM +0200, Ard Biesheuvel wrote: On 24 July 2014 16:18, Ard Biesheuvel

Re: [PATCH] arm64/crypto: fix makefile rule for aes-glue-%.o

2014-07-24 Thread Sam Ravnborg
On Thu, Jul 24, 2014 at 09:25:13PM +0200, Ard Biesheuvel wrote: > On 24 July 2014 18:12, Sam Ravnborg wrote: > > On Thu, Jul 24, 2014 at 04:24:48PM +0200, Ard Biesheuvel wrote: > >> On 24 July 2014 16:18, Ard Biesheuvel wrote: > >> > On 24 July 2014 15:40, Andreas Schwab wrote: > >> >> Ard

Re: [PATCH] arm64/crypto: fix makefile rule for aes-glue-%.o

2014-07-24 Thread Ard Biesheuvel
On 24 July 2014 18:12, Sam Ravnborg wrote: > On Thu, Jul 24, 2014 at 04:24:48PM +0200, Ard Biesheuvel wrote: >> On 24 July 2014 16:18, Ard Biesheuvel wrote: >> > On 24 July 2014 15:40, Andreas Schwab wrote: >> >> Ard Biesheuvel writes: >> >> >> >>> On 24 July 2014 15:26, Andreas Schwab wrote:

Re: [PATCH] arm64/crypto: fix makefile rule for aes-glue-%.o

2014-07-24 Thread Sam Ravnborg
On Thu, Jul 24, 2014 at 04:24:48PM +0200, Ard Biesheuvel wrote: > On 24 July 2014 16:18, Ard Biesheuvel wrote: > > On 24 July 2014 15:40, Andreas Schwab wrote: > >> Ard Biesheuvel writes: > >> > >>> On 24 July 2014 15:26, Andreas Schwab wrote: > You are not using CONFIG_MODVERSIONS. >

Re: [PATCH] arm64/crypto: fix makefile rule for aes-glue-%.o

2014-07-24 Thread Ard Biesheuvel
On 24 July 2014 16:18, Ard Biesheuvel wrote: > On 24 July 2014 15:40, Andreas Schwab wrote: >> Ard Biesheuvel writes: >> >>> On 24 July 2014 15:26, Andreas Schwab wrote: You are not using CONFIG_MODVERSIONS. >>> >>> I am >> >> No, you aren't, since you say that your .cmd contains a

Re: [PATCH] arm64/crypto: fix makefile rule for aes-glue-%.o

2014-07-24 Thread Ard Biesheuvel
On 24 July 2014 15:40, Andreas Schwab wrote: > Ard Biesheuvel writes: > >> On 24 July 2014 15:26, Andreas Schwab wrote: >>> You are not using CONFIG_MODVERSIONS. >>> >> >> I am > > No, you aren't, since you say that your .cmd contains a command to > create aes-glue-ce.o, which with

Re: [PATCH] arm64/crypto: fix makefile rule for aes-glue-%.o

2014-07-24 Thread Andreas Schwab
Ard Biesheuvel writes: > On 24 July 2014 15:26, Andreas Schwab wrote: >> You are not using CONFIG_MODVERSIONS. >> > > I am No, you aren't, since you say that your .cmd contains a command to create aes-glue-ce.o, which with CONFIG_MODVERSIONS it doesn't. Andreas. -- Andreas Schwab, SUSE

Re: [PATCH] arm64/crypto: fix makefile rule for aes-glue-%.o

2014-07-24 Thread Ard Biesheuvel
On 24 July 2014 15:26, Andreas Schwab wrote: > You are not using CONFIG_MODVERSIONS. > I am -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please

Re: [PATCH] arm64/crypto: fix makefile rule for aes-glue-%.o

2014-07-24 Thread Andreas Schwab
You are not using CONFIG_MODVERSIONS. Andreas. -- Andreas Schwab, SUSE Labs, sch...@suse.de GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7 "And now for something completely different." -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the

Re: [PATCH] arm64/crypto: fix makefile rule for aes-glue-%.o

2014-07-24 Thread Ard Biesheuvel
On 24 July 2014 14:35, Ard Biesheuvel wrote: > On 24 July 2014 14:29, Andreas Schwab wrote: >> Ard Biesheuvel writes: >> >>> On 30 June 2014 15:56, Andreas Schwab wrote: Ard Biesheuvel writes: > Out of curiosity, how did you trigger this failure? I have build this > code

Re: [PATCH] arm64/crypto: fix makefile rule for aes-glue-%.o

2014-07-24 Thread Ard Biesheuvel
On 24 July 2014 14:29, Andreas Schwab wrote: > Ard Biesheuvel writes: > >> On 30 June 2014 15:56, Andreas Schwab wrote: >>> Ard Biesheuvel writes: >>> Out of curiosity, how did you trigger this failure? I have build this code numerous times (and so have others) and I have never seen

Re: [PATCH] arm64/crypto: fix makefile rule for aes-glue-%.o

2014-07-24 Thread Andreas Schwab
Ard Biesheuvel writes: > On 30 June 2014 15:56, Andreas Schwab wrote: >> Ard Biesheuvel writes: >> >>> Out of curiosity, how did you trigger this failure? I have build this >>> code numerous times (and so have others) and I have never seen this >>> failure. >> >> Did you ever start with a

Re: [PATCH] arm64/crypto: fix makefile rule for aes-glue-%.o

2014-07-24 Thread Andreas Schwab
Ard Biesheuvel ard.biesheu...@linaro.org writes: On 30 June 2014 15:56, Andreas Schwab sch...@suse.de wrote: Ard Biesheuvel ard.biesheu...@linaro.org writes: Out of curiosity, how did you trigger this failure? I have build this code numerous times (and so have others) and I have never seen

Re: [PATCH] arm64/crypto: fix makefile rule for aes-glue-%.o

2014-07-24 Thread Ard Biesheuvel
On 24 July 2014 14:29, Andreas Schwab sch...@suse.de wrote: Ard Biesheuvel ard.biesheu...@linaro.org writes: On 30 June 2014 15:56, Andreas Schwab sch...@suse.de wrote: Ard Biesheuvel ard.biesheu...@linaro.org writes: Out of curiosity, how did you trigger this failure? I have build this

Re: [PATCH] arm64/crypto: fix makefile rule for aes-glue-%.o

2014-07-24 Thread Ard Biesheuvel
On 24 July 2014 14:35, Ard Biesheuvel ard.biesheu...@linaro.org wrote: On 24 July 2014 14:29, Andreas Schwab sch...@suse.de wrote: Ard Biesheuvel ard.biesheu...@linaro.org writes: On 30 June 2014 15:56, Andreas Schwab sch...@suse.de wrote: Ard Biesheuvel ard.biesheu...@linaro.org writes:

Re: [PATCH] arm64/crypto: fix makefile rule for aes-glue-%.o

2014-07-24 Thread Andreas Schwab
You are not using CONFIG_MODVERSIONS. Andreas. -- Andreas Schwab, SUSE Labs, sch...@suse.de GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7 And now for something completely different. -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body

Re: [PATCH] arm64/crypto: fix makefile rule for aes-glue-%.o

2014-07-24 Thread Ard Biesheuvel
On 24 July 2014 15:26, Andreas Schwab sch...@suse.de wrote: You are not using CONFIG_MODVERSIONS. I am -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at

Re: [PATCH] arm64/crypto: fix makefile rule for aes-glue-%.o

2014-07-24 Thread Andreas Schwab
Ard Biesheuvel ard.biesheu...@linaro.org writes: On 24 July 2014 15:26, Andreas Schwab sch...@suse.de wrote: You are not using CONFIG_MODVERSIONS. I am No, you aren't, since you say that your .cmd contains a command to create aes-glue-ce.o, which with CONFIG_MODVERSIONS it doesn't.

Re: [PATCH] arm64/crypto: fix makefile rule for aes-glue-%.o

2014-07-24 Thread Ard Biesheuvel
On 24 July 2014 15:40, Andreas Schwab sch...@suse.de wrote: Ard Biesheuvel ard.biesheu...@linaro.org writes: On 24 July 2014 15:26, Andreas Schwab sch...@suse.de wrote: You are not using CONFIG_MODVERSIONS. I am No, you aren't, since you say that your .cmd contains a command to create

Re: [PATCH] arm64/crypto: fix makefile rule for aes-glue-%.o

2014-07-24 Thread Ard Biesheuvel
On 24 July 2014 16:18, Ard Biesheuvel ard.biesheu...@linaro.org wrote: On 24 July 2014 15:40, Andreas Schwab sch...@suse.de wrote: Ard Biesheuvel ard.biesheu...@linaro.org writes: On 24 July 2014 15:26, Andreas Schwab sch...@suse.de wrote: You are not using CONFIG_MODVERSIONS. I am No,

Re: [PATCH] arm64/crypto: fix makefile rule for aes-glue-%.o

2014-07-24 Thread Sam Ravnborg
On Thu, Jul 24, 2014 at 04:24:48PM +0200, Ard Biesheuvel wrote: On 24 July 2014 16:18, Ard Biesheuvel ard.biesheu...@linaro.org wrote: On 24 July 2014 15:40, Andreas Schwab sch...@suse.de wrote: Ard Biesheuvel ard.biesheu...@linaro.org writes: On 24 July 2014 15:26, Andreas Schwab

Re: [PATCH] arm64/crypto: fix makefile rule for aes-glue-%.o

2014-07-24 Thread Ard Biesheuvel
On 24 July 2014 18:12, Sam Ravnborg s...@ravnborg.org wrote: On Thu, Jul 24, 2014 at 04:24:48PM +0200, Ard Biesheuvel wrote: On 24 July 2014 16:18, Ard Biesheuvel ard.biesheu...@linaro.org wrote: On 24 July 2014 15:40, Andreas Schwab sch...@suse.de wrote: Ard Biesheuvel

Re: [PATCH] arm64/crypto: fix makefile rule for aes-glue-%.o

2014-07-24 Thread Sam Ravnborg
On Thu, Jul 24, 2014 at 09:25:13PM +0200, Ard Biesheuvel wrote: On 24 July 2014 18:12, Sam Ravnborg s...@ravnborg.org wrote: On Thu, Jul 24, 2014 at 04:24:48PM +0200, Ard Biesheuvel wrote: On 24 July 2014 16:18, Ard Biesheuvel ard.biesheu...@linaro.org wrote: On 24 July 2014 15:40, Andreas

Re: [PATCH] arm64/crypto: fix makefile rule for aes-glue-%.o

2014-06-30 Thread Ard Biesheuvel
On 30 June 2014 15:56, Andreas Schwab wrote: > Ard Biesheuvel writes: > >> Out of curiosity, how did you trigger this failure? I have build this >> code numerous times (and so have others) and I have never seen this >> failure. > > Did you ever start with a clean tree? > Yep, building both

Re: [PATCH] arm64/crypto: fix makefile rule for aes-glue-%.o

2014-06-30 Thread Andreas Schwab
Ard Biesheuvel writes: > Out of curiosity, how did you trigger this failure? I have build this > code numerous times (and so have others) and I have never seen this > failure. Did you ever start with a clean tree? Andreas. -- Andreas Schwab, SUSE Labs, sch...@suse.de GPG Key fingerprint =

Re: [PATCH] arm64/crypto: fix makefile rule for aes-glue-%.o

2014-06-30 Thread Ard Biesheuvel
On 30 June 2014 15:14, Andreas Schwab wrote: > This fixes the following build failure: > > CC [M] arch/arm64/crypto/aes-glue-ce.o > ld: cannot find arch/arm64/crypto/aes-glue-ce.o: No such file or directory > scripts/Makefile.build:393: recipe for target > 'arch/arm64/crypto/aes-ce-blk.o'

Re: [PATCH] arm64/crypto: fix makefile rule for aes-glue-%.o

2014-06-30 Thread Ard Biesheuvel
On 30 June 2014 15:14, Andreas Schwab sch...@suse.de wrote: This fixes the following build failure: CC [M] arch/arm64/crypto/aes-glue-ce.o ld: cannot find arch/arm64/crypto/aes-glue-ce.o: No such file or directory scripts/Makefile.build:393: recipe for target

Re: [PATCH] arm64/crypto: fix makefile rule for aes-glue-%.o

2014-06-30 Thread Andreas Schwab
Ard Biesheuvel ard.biesheu...@linaro.org writes: Out of curiosity, how did you trigger this failure? I have build this code numerous times (and so have others) and I have never seen this failure. Did you ever start with a clean tree? Andreas. -- Andreas Schwab, SUSE Labs, sch...@suse.de

Re: [PATCH] arm64/crypto: fix makefile rule for aes-glue-%.o

2014-06-30 Thread Ard Biesheuvel
On 30 June 2014 15:56, Andreas Schwab sch...@suse.de wrote: Ard Biesheuvel ard.biesheu...@linaro.org writes: Out of curiosity, how did you trigger this failure? I have build this code numerous times (and so have others) and I have never seen this failure. Did you ever start with a clean