Re: Updated asmlinkage patch v2

2014-04-28 Thread Andi Kleen
> BTW some of the functions have already lost their asmlinkage, see > commit 8783dd3a37a5853689e1a8fa728827a50905b912 ("irqchip: Remove > asmlinkage from static functions") in torvalds tree and also recent > thread https://lkml.org/lkml/2014/4/16/453 ("[PATCH] crypto: > sha{256,512}_ssse3 - remove

Re: Updated asmlinkage patch v2

2014-04-28 Thread Jan Moskyto Matejka
> On Tue, Apr 1, 2014 at 2:40 PM, Andi Kleen wrote: > > > > Did some basic sanity checks with LTO and everything > > works (still need the three other LTO patches to build) > > Ok, this series looks much better. Thanks, It seems this series hasn't made it to the torvalds tree yet so the compiler

Re: Updated asmlinkage patch v2

2014-04-01 Thread Linus Torvalds
On Tue, Apr 1, 2014 at 2:40 PM, Andi Kleen wrote: > > Did some basic sanity checks with LTO and everything > works (still need the three other LTO patches to build) Ok, this series looks much better. Thanks, Linus -- To unsubscribe from this list: send the line "unsubscribe linux-kerne

Updated asmlinkage patch v2

2014-04-01 Thread Andi Kleen
Revert the asmlinkage contains __visible change. I removed the header declarations Linus didn't like. This removed the crypto patch and made everything a lot smaller and simpler. I thought it was needed based on earlier experiments, but on rechecking Linus was right and the header declarations a