Re: [tip:x86/asmlinkage] lto: Make asmlinkage __visible

2014-02-14 Thread Andi Kleen
> I guess it is trying to tell me that static function pointers cannot be > __visible: > > static asmlinkage void (*sha256_transform_asm)(const char *, u32 *, u64); > > and > > static asmlinkage void (*sha512_transform_asm)(const char *, u64 *, u64); Yes there are a couple such warnings now.

Re: [tip:x86/asmlinkage] lto: Make asmlinkage __visible

2014-02-14 Thread Borislav Petkov
On Thu, Feb 13, 2014 at 08:30:37PM -0800, tip-bot for Andi Kleen wrote: > Commit-ID: 128ea04a9885af9629059e631ddf0cab4815b589 > Gitweb: http://git.kernel.org/tip/128ea04a9885af9629059e631ddf0cab4815b589 > Author: Andi Kleen > AuthorDate: Sat, 8 Feb 2014 09:01:07 +0100 > Committer: H.

Re: [tip:x86/asmlinkage] lto: Make asmlinkage __visible

2014-02-14 Thread Borislav Petkov
On Thu, Feb 13, 2014 at 08:30:37PM -0800, tip-bot for Andi Kleen wrote: Commit-ID: 128ea04a9885af9629059e631ddf0cab4815b589 Gitweb: http://git.kernel.org/tip/128ea04a9885af9629059e631ddf0cab4815b589 Author: Andi Kleen a...@linux.intel.com AuthorDate: Sat, 8 Feb 2014 09:01:07 +0100

Re: [tip:x86/asmlinkage] lto: Make asmlinkage __visible

2014-02-14 Thread Andi Kleen
I guess it is trying to tell me that static function pointers cannot be __visible: static asmlinkage void (*sha256_transform_asm)(const char *, u32 *, u64); and static asmlinkage void (*sha512_transform_asm)(const char *, u64 *, u64); Yes there are a couple such warnings now. static

[tip:x86/asmlinkage] lto: Make asmlinkage __visible

2014-02-13 Thread tip-bot for Andi Kleen
Commit-ID: 128ea04a9885af9629059e631ddf0cab4815b589 Gitweb: http://git.kernel.org/tip/128ea04a9885af9629059e631ddf0cab4815b589 Author: Andi Kleen AuthorDate: Sat, 8 Feb 2014 09:01:07 +0100 Committer: H. Peter Anvin CommitDate: Thu, 13 Feb 2014 20:21:59 -0800 lto: Make asmlinkage

[tip:x86/asmlinkage] lto: Make asmlinkage __visible

2014-02-13 Thread tip-bot for Andi Kleen
Commit-ID: 128ea04a9885af9629059e631ddf0cab4815b589 Gitweb: http://git.kernel.org/tip/128ea04a9885af9629059e631ddf0cab4815b589 Author: Andi Kleen a...@linux.intel.com AuthorDate: Sat, 8 Feb 2014 09:01:07 +0100 Committer: H. Peter Anvin h...@linux.intel.com CommitDate: Thu, 13 Feb 2014