All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] uprobes: more x86 fixes
@ 2014-05-14 15:10 Oleg Nesterov
  2014-05-22 10:14 ` Ingo Molnar
  0 siblings, 1 reply; 2+ messages in thread
From: Oleg Nesterov @ 2014-05-14 15:10 UTC (permalink / raw)
  To: Ingo Molnar
  Cc: Ananth N Mavinakayanahalli, Denys Vlasenko, H. Peter Anvin,
	Jim Keniston, Masami Hiramatsu, Srikar Dronamraju,
	Thomas Gleixner, linux-kernel

Ingo, please pull from

  git://git.kernel.org/pub/scm/linux/kernel/git/oleg/misc uprobes/core

Based on tip:perf/uprobes


Denys found another nasty old bug in uprobes/x86: div, mul, shifts with
count in CL, and cmpxchg are not handled correctly.

Plus a couple of other minor fixes. Nobody acked the changes in x86/traps,
hopefully they are simple enough, and I believe that they make sense anyway
and allow to do more cleanups.

Denys Vlasenko (2):
      uprobes/x86: Simplify rip-relative handling
      uprobes/x86: Fix scratch register selection for rip-relative fixups

Oleg Nesterov (8):
      uprobes: Add mem_cgroup_charge_anon() into uprobe_write_opcode()
      x86/traps: Make math_error() static
      x86/traps: Use SEND_SIG_PRIV instead of force_sig()
      x86/traps: Introduce do_error_trap()
      x86/traps: Introduce fill_trap_info(), simplify DO_ERROR_INFO()
      x86/traps: Shift fill_trap_info() from DO_ERROR_INFO() to do_error_trap()
      x86/traps: Kill DO_ERROR_INFO()
      uprobes/x86: Fix the wrong ->si_addr when xol triggers a trap

 arch/x86/include/asm/traps.h   |    1 -
 arch/x86/include/asm/uprobes.h |    3 -
 arch/x86/kernel/traps.c        |  110 ++++++++++++---------
 arch/x86/kernel/uprobes.c      |  213 ++++++++++++++++++++++++++--------------
 include/linux/uprobes.h        |    4 +
 kernel/events/uprobes.c        |   33 ++++---
 6 files changed, 225 insertions(+), 139 deletions(-)


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

* Re: [GIT PULL] uprobes: more x86 fixes
  2014-05-14 15:10 [GIT PULL] uprobes: more x86 fixes Oleg Nesterov
@ 2014-05-22 10:14 ` Ingo Molnar
  0 siblings, 0 replies; 2+ messages in thread
From: Ingo Molnar @ 2014-05-22 10:14 UTC (permalink / raw)
  To: Oleg Nesterov
  Cc: Ingo Molnar, Ananth N Mavinakayanahalli, Denys Vlasenko,
	H. Peter Anvin, Jim Keniston, Masami Hiramatsu,
	Srikar Dronamraju, Thomas Gleixner, linux-kernel


* Oleg Nesterov <oleg@redhat.com> wrote:

> Ingo, please pull from
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/oleg/misc uprobes/core
> 
> Based on tip:perf/uprobes
> 
> 
> Denys found another nasty old bug in uprobes/x86: div, mul, shifts with
> count in CL, and cmpxchg are not handled correctly.
> 
> Plus a couple of other minor fixes. Nobody acked the changes in x86/traps,
> hopefully they are simple enough, and I believe that they make sense anyway
> and allow to do more cleanups.
> 
> Denys Vlasenko (2):
>       uprobes/x86: Simplify rip-relative handling
>       uprobes/x86: Fix scratch register selection for rip-relative fixups
> 
> Oleg Nesterov (8):
>       uprobes: Add mem_cgroup_charge_anon() into uprobe_write_opcode()
>       x86/traps: Make math_error() static
>       x86/traps: Use SEND_SIG_PRIV instead of force_sig()
>       x86/traps: Introduce do_error_trap()
>       x86/traps: Introduce fill_trap_info(), simplify DO_ERROR_INFO()
>       x86/traps: Shift fill_trap_info() from DO_ERROR_INFO() to do_error_trap()
>       x86/traps: Kill DO_ERROR_INFO()
>       uprobes/x86: Fix the wrong ->si_addr when xol triggers a trap
> 
>  arch/x86/include/asm/traps.h   |    1 -
>  arch/x86/include/asm/uprobes.h |    3 -
>  arch/x86/kernel/traps.c        |  110 ++++++++++++---------
>  arch/x86/kernel/uprobes.c      |  213 ++++++++++++++++++++++++++--------------
>  include/linux/uprobes.h        |    4 +
>  kernel/events/uprobes.c        |   33 ++++---
>  6 files changed, 225 insertions(+), 139 deletions(-)

Pulled into tip:perf/uprobes, thanks a lot Oleg!

	Ingo

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

end of thread, other threads:[~2014-05-22 10:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-14 15:10 [GIT PULL] uprobes: more x86 fixes Oleg Nesterov
2014-05-22 10:14 ` 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.