]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg...
authorIngo Molnar <mingo@kernel.org>
Thu, 22 May 2014 09:39:08 +0000 (11:39 +0200)
committerIngo Molnar <mingo@kernel.org>
Thu, 22 May 2014 09:39:08 +0000 (11:39 +0200)
commitd227736476ea4eb85c2310e953a9716703ca205f
treed0db097668940dce698fec8b00d228cd29c1dee0
parent6f551957a8b337be3db961c10f0ebeb23bc50b7f
parent4439d17f6f279c8a6a7a312ce62aa90df642c08f
Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/misc into perf/uprobes

Pull uprobes fixes and changes from Oleg Nesterov:

" 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."

Signed-off-by: Ingo Molnar <mingo@kernel.org>