Re: Remove __visible from asmlinkage for 3.15

2014-05-02 Thread Linus Torvalds
On Thu, May 1, 2014 at 10:38 PM, H. Peter Anvin wrote: > > How about I put it into tip/urgent, but for next week's pull so it gets > some time to cook first... Sounds like a good plan to me, Linus -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the

Re: Remove __visible from asmlinkage for 3.15

2014-05-02 Thread Linus Torvalds
On Thu, May 1, 2014 at 10:38 PM, H. Peter Anvin h...@zytor.com wrote: How about I put it into tip/urgent, but for next week's pull so it gets some time to cook first... Sounds like a good plan to me, Linus -- To unsubscribe from this list: send the line unsubscribe linux-kernel

Re: Remove __visible from asmlinkage for 3.15

2014-05-01 Thread H. Peter Anvin
On 05/01/2014 05:52 PM, Linus Torvalds wrote: > On Thu, May 1, 2014 at 3:44 PM, Andi Kleen wrote: >> This is the earlier patchkit based on Linus original feedback. >> It should be merged for 3.15 to finally quell the asmlinkage warnings >> that are visible in various configurations. > > Ack,

Re: Remove __visible from asmlinkage for 3.15

2014-05-01 Thread Linus Torvalds
On Thu, May 1, 2014 at 3:44 PM, Andi Kleen wrote: > This is the earlier patchkit based on Linus original feedback. > It should be merged for 3.15 to finally quell the asmlinkage warnings > that are visible in various configurations. Ack, looks good to me. I'm assuming I'll get this through the

Remove __visible from asmlinkage for 3.15

2014-05-01 Thread Andi Kleen
This is the earlier patchkit based on Linus original feedback. It should be merged for 3.15 to finally quell the asmlinkage warnings that are visible in various configurations. This reverts the asm linkage __visible patch. Then adds __visible explicitly everywhere where it is needed. -Andi --

Remove __visible from asmlinkage for 3.15

2014-05-01 Thread Andi Kleen
This is the earlier patchkit based on Linus original feedback. It should be merged for 3.15 to finally quell the asmlinkage warnings that are visible in various configurations. This reverts the asm linkage __visible patch. Then adds __visible explicitly everywhere where it is needed. -Andi --

Re: Remove __visible from asmlinkage for 3.15

2014-05-01 Thread Linus Torvalds
On Thu, May 1, 2014 at 3:44 PM, Andi Kleen a...@firstfloor.org wrote: This is the earlier patchkit based on Linus original feedback. It should be merged for 3.15 to finally quell the asmlinkage warnings that are visible in various configurations. Ack, looks good to me. I'm assuming I'll get

Re: Remove __visible from asmlinkage for 3.15

2014-05-01 Thread H. Peter Anvin
On 05/01/2014 05:52 PM, Linus Torvalds wrote: On Thu, May 1, 2014 at 3:44 PM, Andi Kleen a...@firstfloor.org wrote: This is the earlier patchkit based on Linus original feedback. It should be merged for 3.15 to finally quell the asmlinkage warnings that are visible in various configurations.