]> git.baikalelectronics.ru Git - kernel.git/commit
sh: Make syscall tracer use tracehook notifiers, add TIF_NOTIFY_RESUME.
authorPaul Mundt <lethal@linux-sh.org>
Wed, 30 Jul 2008 10:55:30 +0000 (19:55 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Fri, 1 Aug 2008 19:39:33 +0000 (04:39 +0900)
commit814098d4ce4f8c2a4c027d624eef8ae6997c39bb
treec9eb381f05688b8b4e79d2ffe495b4d4b302f2d4
parentbf6fa8df7841ef68ef80d006f98718e2e5a972dd
sh: Make syscall tracer use tracehook notifiers, add TIF_NOTIFY_RESUME.

This follows the changes in commits:

706c581803cf3af6465bdfeda43222144fb1aa09
552ebc06deb53672d92defa4c0b8cb4b55985b7b

on powerpc. Adding in TIF_NOTIFY_RESUME, and cleaning up the syscall
tracing to be more generic. This is an incremental step to turning
on tracehook, as well as unifying more of the ptrace and signal code
across the 32/64 split.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/include/asm/thread_info.h
arch/sh/kernel/cpu/sh5/entry.S
arch/sh/kernel/entry-common.S
arch/sh/kernel/ptrace_32.c
arch/sh/kernel/ptrace_64.c
arch/sh/kernel/signal_32.c
arch/sh/kernel/signal_64.c