All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] x86/asm changes for 3.20
@ 2015-02-01 12:11 Andy Lutomirski
  2015-02-03 11:25 ` Ingo Molnar
  0 siblings, 1 reply; 2+ messages in thread
From: Andy Lutomirski @ 2015-02-01 12:11 UTC (permalink / raw)
  To: X86 ML, linux-kernel, Sasha Levin, Paul McKenney,
	Borislav Petkov, Linus Torvalds, Ingo Molnar, Thomas Gleixner

Hi Ingo and Thomas,

Please consider pulling for x86/asm.  The sysret stuff hasn't been in
-next, but it's been floating around for a while, and got a reasonably
favorable reception.

If you think it's too late for the sysret stuff for 3.20, then please
pull just "x86, traps: Fix ist_enter from userspace" instead.  It
fixes a regression.

Thanks,
Andy

The following changes since commit 772a9aca12567badb5b9caf2af249a5991f47ea8:

  Merge tag 'pr-20150114-x86-entry' of
git://git.kernel.org/pub/scm/linux/kernel/git/luto/linux into x86/asm
(2015-01-28 15:33:26 +0100)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/luto/linux.git
tags/pr-20150201-x86-entry

for you to fetch changes up to 96b6352c12711d5c0bb7157f49c92580248e8146:

  x86_64, entry: Remove the syscall exit audit and schedule
optimizations (2015-02-01 04:03:02 -0800)

----------------------------------------------------------------
x86: Entry cleanups and a bugfix for 3.20

This fixes a bug in the RCU code I added in ist_enter.  It also includes
the sysret stuff discussed here:

http://lkml.kernel.org/g/cover.1421453410.git.luto%40amacapital.net

----------------------------------------------------------------
Andy Lutomirski (3):
      x86, traps: Fix ist_enter from userspace
      x86_64, entry: Use sysret to return to userspace when possible
      x86_64, entry: Remove the syscall exit audit and schedule optimizations

 arch/x86/kernel/entry_64.S | 106 +++++++++++++++++++++++++--------------------
 arch/x86/kernel/traps.c    |  25 ++++++++---
 2 files changed, 77 insertions(+), 54 deletions(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] x86/asm changes for 3.20
  2015-02-01 12:11 [GIT PULL] x86/asm changes for 3.20 Andy Lutomirski
@ 2015-02-03 11:25 ` Ingo Molnar
  0 siblings, 0 replies; 2+ messages in thread
From: Ingo Molnar @ 2015-02-03 11:25 UTC (permalink / raw)
  To: Andy Lutomirski
  Cc: X86 ML, linux-kernel, Sasha Levin, Paul McKenney,
	Borislav Petkov, Linus Torvalds, Thomas Gleixner


* Andy Lutomirski <luto@amacapital.net> wrote:

> Hi Ingo and Thomas,
> 
> Please consider pulling for x86/asm.  The sysret stuff hasn't been in
> -next, but it's been floating around for a while, and got a reasonably
> favorable reception.
> 
> If you think it's too late for the sysret stuff for 3.20, then please
> pull just "x86, traps: Fix ist_enter from userspace" instead.  It
> fixes a regression.
> 
> Thanks,
> Andy
> 
> The following changes since commit 772a9aca12567badb5b9caf2af249a5991f47ea8:
> 
>   Merge tag 'pr-20150114-x86-entry' of
> git://git.kernel.org/pub/scm/linux/kernel/git/luto/linux into x86/asm
> (2015-01-28 15:33:26 +0100)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/luto/linux.git
> tags/pr-20150201-x86-entry
> 
> for you to fetch changes up to 96b6352c12711d5c0bb7157f49c92580248e8146:
> 
>   x86_64, entry: Remove the syscall exit audit and schedule
> optimizations (2015-02-01 04:03:02 -0800)
> 
> ----------------------------------------------------------------
> x86: Entry cleanups and a bugfix for 3.20
> 
> This fixes a bug in the RCU code I added in ist_enter.  It also includes
> the sysret stuff discussed here:
> 
> http://lkml.kernel.org/g/cover.1421453410.git.luto%40amacapital.net
> 
> ----------------------------------------------------------------
> Andy Lutomirski (3):
>       x86, traps: Fix ist_enter from userspace
>       x86_64, entry: Use sysret to return to userspace when possible
>       x86_64, entry: Remove the syscall exit audit and schedule optimizations
> 
>  arch/x86/kernel/entry_64.S | 106 +++++++++++++++++++++++++--------------------
>  arch/x86/kernel/traps.c    |  25 ++++++++---
>  2 files changed, 77 insertions(+), 54 deletions(-)

Pulled, thanks a lot Andy!

I'll give it some extra testing before pushing it out into -tip 
and then towards linux-next.

Thanks,

	Ingo

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-02-03 11:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-01 12:11 [GIT PULL] x86/asm changes for 3.20 Andy Lutomirski
2015-02-03 11:25 ` Ingo Molnar

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.