Re: [tip:x86/asm] x86/entry: Add new, comprehensible entry and exit handlers written in C

2015-07-15 Thread Andy Lutomirski
On Wed, Jul 15, 2015 at 12:56 PM, Linus Torvalds wrote: > On Tue, Jul 14, 2015 at 4:07 PM, Frederic Weisbecker > wrote: >> On Tue, Jul 07, 2015 at 03:51:48AM -0700, tip-bot for Andy Lutomirski wrote: >>> + while (true) { >>> + u32 cached_flags = >>> + READ_ONC

Re: [tip:x86/asm] x86/entry: Add new, comprehensible entry and exit handlers written in C

2015-07-15 Thread Linus Torvalds
On Tue, Jul 14, 2015 at 4:07 PM, Frederic Weisbecker wrote: > On Tue, Jul 07, 2015 at 03:51:48AM -0700, tip-bot for Andy Lutomirski wrote: >> + while (true) { >> + u32 cached_flags = >> + READ_ONCE(pt_regs_to_thread_info(regs)->flags); >> + >> + if (

Re: [tip:x86/asm] x86/entry: Add new, comprehensible entry and exit handlers written in C

2015-07-14 Thread Frederic Weisbecker
On Tue, Jul 07, 2015 at 03:51:48AM -0700, tip-bot for Andy Lutomirski wrote: > Commit-ID: c5c46f59e4e7c1ab244b8d38f2b61d317df90bba > Gitweb: http://git.kernel.org/tip/c5c46f59e4e7c1ab244b8d38f2b61d317df90bba > Author: Andy Lutomirski > AuthorDate: Fri, 3 Jul 2015 12:44:26 -0700 > Committe

[tip:x86/asm] x86/entry: Add new, comprehensible entry and exit handlers written in C

2015-07-07 Thread tip-bot for Andy Lutomirski
Commit-ID: c5c46f59e4e7c1ab244b8d38f2b61d317df90bba Gitweb: http://git.kernel.org/tip/c5c46f59e4e7c1ab244b8d38f2b61d317df90bba Author: Andy Lutomirski AuthorDate: Fri, 3 Jul 2015 12:44:26 -0700 Committer: Ingo Molnar CommitDate: Tue, 7 Jul 2015 10:59:06 +0200 x86/entry: Add new, compre