All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] hw_breakpoint fixes
@ 2010-09-17  2:48 Frederic Weisbecker
  2010-09-17  2:48 ` [PATCH 1/2] x86: Fix instruction breakpoint encoding Frederic Weisbecker
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Frederic Weisbecker @ 2010-09-17  2:48 UTC (permalink / raw)
  To: Ingo Molnar
  Cc: LKML, Frederic Weisbecker, Matt Helsley, Peter Zijlstra, Prasad

Ingo,

Please pull the perf/urgent branch that can be found at:

git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing.git
	perf/urgent

Thanks,
	Frederic
---

Frederic Weisbecker (1):
      x86: Fix instruction breakpoint encoding

Matt Helsley (1):
      hw breakpoints: Fix pid namespace bug


 arch/x86/include/asm/hw_breakpoint.h |    2 +-
 arch/x86/kernel/hw_breakpoint.c      |   40 ++++++++++++++++-----------------
 kernel/hw_breakpoint.c               |    3 +-
 3 files changed, 22 insertions(+), 23 deletions(-)

^ permalink raw reply	[flat|nested] 5+ messages in thread
* [GIT PULL] hw_breakpoint fixes
@ 2011-05-03 13:25 Frederic Weisbecker
  0 siblings, 0 replies; 5+ messages in thread
From: Frederic Weisbecker @ 2011-05-03 13:25 UTC (permalink / raw)
  To: Ingo Molnar
  Cc: LKML, Frederic Weisbecker, Oleg Nesterov, Paul Mundt,
	Peter Zijlstra, Will Deacon, Prasad, v2 . 6 . 33 . .

Ingo,

Please pull the perf/urgent branch that can be found at:

git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing.git
	perf/urgent

I couldn't get Oleg's review/ack for the generic ptrace part
but I think he was fine with the general solution when it was
a simple draft. Few things have changed since then, I essentially
addressed his review.

Thanks,
	Frederic
---

Frederic Weisbecker (5):
      ptrace: Prepare to fix racy accesses on task breakpoints
      x86, hw_breakpoints: Fix racy access to ptrace breakpoints
      powerpc, hw_breakpoints: Fix racy access to ptrace breakpoints
      arm, hw_breakpoints: Fix racy access to ptrace breakpoints
      sh, hw_breakpoints: Fix racy access to ptrace breakpoints


 arch/arm/kernel/ptrace.c     |    8 ++++++++
 arch/powerpc/kernel/ptrace.c |    3 +++
 arch/sh/kernel/ptrace_32.c   |    4 ++++
 arch/x86/kernel/ptrace.c     |   36 ++++++++++++++++++++++++++----------
 include/linux/ptrace.h       |   13 ++++++++++++-
 include/linux/sched.h        |    3 +++
 kernel/exit.c                |    2 +-
 kernel/ptrace.c              |   17 +++++++++++++++++
 8 files changed, 74 insertions(+), 12 deletions(-)

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

end of thread, other threads:[~2011-05-03 13:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-17  2:48 [GIT PULL] hw_breakpoint fixes Frederic Weisbecker
2010-09-17  2:48 ` [PATCH 1/2] x86: Fix instruction breakpoint encoding Frederic Weisbecker
2010-09-17  2:48 ` [PATCH 2/2] hw breakpoints: Fix pid namespace bug Frederic Weisbecker
2010-09-17  6:59 ` [GIT PULL] hw_breakpoint fixes Ingo Molnar
  -- strict thread matches above, loose matches on Subject: below --
2011-05-03 13:25 Frederic Weisbecker

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.