* [GIT PULL] uprobes: single-step cleanups + reg/unreg fix
@ 2012-11-19 17:26 Oleg Nesterov
2012-12-08 14:53 ` Ingo Molnar
0 siblings, 1 reply; 2+ messages in thread
From: Oleg Nesterov @ 2012-11-19 17:26 UTC (permalink / raw)
To: Ingo Molnar
Cc: Andrew Morton, Ananth N Mavinakayanahalli, Anton Arapov,
Jovi Zhang, Rabin Vincent, Srikar Dronamraju, Steven Rostedt,
linux-kernel
Ingo, please pull from
git://git.kernel.org/pub/scm/linux/kernel/git/oleg/misc uprobes/core
- arch_uprobe_*_step() should die before arm port.
- "Use percpu_rw_semaphore to fix register/unregister vs dup_mmap() race"
fixes the serious bug, the "random" task can be killed after unregister.
Jovi Zhang (1):
uprobes: Fix misleading log entry
Oleg Nesterov (5):
uprobes/powerpc: Don't clear TIF_UPROBE in do_notify_resume()
uprobes/powerpc: Do not use arch_uprobe_*_step() helpers
uprobes/x86: Cleanup the single-stepping code
uprobes: Kill arch_uprobe_enable/disable_step() hooks
uprobes: Use percpu_rw_semaphore to fix register/unregister vs dup_mmap() race
Rabin Vincent (1):
uprobes: Flush cache after xol write
arch/powerpc/kernel/signal.c | 4 +--
arch/powerpc/kernel/uprobes.c | 6 ++++
arch/x86/kernel/uprobes.c | 54 ++++++++++++++--------------------------
include/linux/uprobes.h | 10 ++++++-
kernel/events/uprobes.c | 43 +++++++++++++++++++++-----------
kernel/fork.c | 2 +
kernel/trace/trace_uprobe.c | 2 +-
7 files changed, 65 insertions(+), 56 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [GIT PULL] uprobes: single-step cleanups + reg/unreg fix
2012-11-19 17:26 [GIT PULL] uprobes: single-step cleanups + reg/unreg fix Oleg Nesterov
@ 2012-12-08 14:53 ` Ingo Molnar
0 siblings, 0 replies; 2+ messages in thread
From: Ingo Molnar @ 2012-12-08 14:53 UTC (permalink / raw)
To: Oleg Nesterov
Cc: Ingo Molnar, Andrew Morton, Ananth N Mavinakayanahalli,
Anton Arapov, Jovi Zhang, Rabin Vincent, Srikar Dronamraju,
Steven Rostedt, 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
>
> - arch_uprobe_*_step() should die before arm port.
>
> - "Use percpu_rw_semaphore to fix register/unregister vs dup_mmap() race"
> fixes the serious bug, the "random" task can be killed after unregister.
>
> Jovi Zhang (1):
> uprobes: Fix misleading log entry
>
> Oleg Nesterov (5):
> uprobes/powerpc: Don't clear TIF_UPROBE in do_notify_resume()
> uprobes/powerpc: Do not use arch_uprobe_*_step() helpers
> uprobes/x86: Cleanup the single-stepping code
> uprobes: Kill arch_uprobe_enable/disable_step() hooks
> uprobes: Use percpu_rw_semaphore to fix register/unregister vs dup_mmap() race
>
> Rabin Vincent (1):
> uprobes: Flush cache after xol write
>
> arch/powerpc/kernel/signal.c | 4 +--
> arch/powerpc/kernel/uprobes.c | 6 ++++
> arch/x86/kernel/uprobes.c | 54 ++++++++++++++--------------------------
> include/linux/uprobes.h | 10 ++++++-
> kernel/events/uprobes.c | 43 +++++++++++++++++++++-----------
> kernel/fork.c | 2 +
> kernel/trace/trace_uprobe.c | 2 +-
> 7 files changed, 65 insertions(+), 56 deletions(-)
Pulled, thanks a lot Oleg!
Ingo
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-12-08 14:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-19 17:26 [GIT PULL] uprobes: single-step cleanups + reg/unreg fix Oleg Nesterov
2012-12-08 14:53 ` Ingo Molnar
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).