* [PATCH 0/3][KERNEL] linux-yocto-3.0/yocto/standard/base: re-enable utrace
@ 2011-09-05 16:05 Tom Zanussi
2011-09-05 19:37 ` Bruce Ashfield
0 siblings, 1 reply; 2+ messages in thread
From: Tom Zanussi @ 2011-09-05 16:05 UTC (permalink / raw)
To: yocto@yoctoproject.org; +Cc: Bruce Ashfield
This patchset re-enables utrace. Tested on qemuppc, qemux86, qemux86-64,
qemuarm (where it doesn't work, as expected - utrace doesn't currently
support arm), and sugarbay.
These patches are taken from the utrace-3.0 branch of the utrace git repo at
git://git.kernel.org/pub/scm/linux/kernel/git/oleg/misc.git.
Please pull into linux-yocto-3.0/meta.
The following changes are available in the git repository at:
git://git.yoctoproject.org/linux-yocto-2.6.37-contrib.git utrace-yocto/standard/base
http://git.yoctoproject.org/cgit/cgit.cgi/linux-yocto-2.6.37-contrib/log/?h=utrace-yocto/standard/base
Oleg Nesterov (2):
ptrace: temporary revert the recent ptrace/jobctl rework
tracehooks: preparation for ptrace-utrace
Roland McGrath (1):
utrace core
Documentation/DocBook/Makefile | 2 +-
Documentation/DocBook/utrace.tmpl | 589 +++++++++
fs/exec.c | 1 -
fs/proc/array.c | 3 +
include/linux/ptrace.h | 2 +
include/linux/sched.h | 23 +-
include/linux/tracehook.h | 122 ++-
include/linux/utrace.h | 692 +++++++++++
init/Kconfig | 9 +
kernel/Makefile | 1 +
kernel/exit.c | 77 +-
kernel/fork.c | 3 +
kernel/ptrace.c | 118 +--
kernel/signal.c | 341 ++----
kernel/utrace.c | 2440 +++++++++++++++++++++++++++++++++++++
15 files changed, 3986 insertions(+), 437 deletions(-)
create mode 100644 Documentation/DocBook/utrace.tmpl
create mode 100644 include/linux/utrace.h
create mode 100644 kernel/utrace.c
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH 0/3][KERNEL] linux-yocto-3.0/yocto/standard/base: re-enable utrace
2011-09-05 16:05 [PATCH 0/3][KERNEL] linux-yocto-3.0/yocto/standard/base: re-enable utrace Tom Zanussi
@ 2011-09-05 19:37 ` Bruce Ashfield
0 siblings, 0 replies; 2+ messages in thread
From: Bruce Ashfield @ 2011-09-05 19:37 UTC (permalink / raw)
To: Tom Zanussi; +Cc: yocto@yoctoproject.org, Bruce Ashfield
On 11-09-05 12:05 PM, Tom Zanussi wrote:
> This patchset re-enables utrace. Tested on qemuppc, qemux86, qemux86-64,
> qemuarm (where it doesn't work, as expected - utrace doesn't currently
> support arm), and sugarbay.
>
> These patches are taken from the utrace-3.0 branch of the utrace git repo at
> git://git.kernel.org/pub/scm/linux/kernel/git/oleg/misc.git.
>
> Please pull into linux-yocto-3.0/meta.
Or better yet standard/base :)
merged and going through some test runs.
Bruce
>
> The following changes are available in the git repository at:
>
> git://git.yoctoproject.org/linux-yocto-2.6.37-contrib.git utrace-yocto/standard/base
> http://git.yoctoproject.org/cgit/cgit.cgi/linux-yocto-2.6.37-contrib/log/?h=utrace-yocto/standard/base
>
> Oleg Nesterov (2):
> ptrace: temporary revert the recent ptrace/jobctl rework
> tracehooks: preparation for ptrace-utrace
>
> Roland McGrath (1):
> utrace core
>
> Documentation/DocBook/Makefile | 2 +-
> Documentation/DocBook/utrace.tmpl | 589 +++++++++
> fs/exec.c | 1 -
> fs/proc/array.c | 3 +
> include/linux/ptrace.h | 2 +
> include/linux/sched.h | 23 +-
> include/linux/tracehook.h | 122 ++-
> include/linux/utrace.h | 692 +++++++++++
> init/Kconfig | 9 +
> kernel/Makefile | 1 +
> kernel/exit.c | 77 +-
> kernel/fork.c | 3 +
> kernel/ptrace.c | 118 +--
> kernel/signal.c | 341 ++----
> kernel/utrace.c | 2440 +++++++++++++++++++++++++++++++++++++
> 15 files changed, 3986 insertions(+), 437 deletions(-)
> create mode 100644 Documentation/DocBook/utrace.tmpl
> create mode 100644 include/linux/utrace.h
> create mode 100644 kernel/utrace.c
>
>
>
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-09-05 19:37 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-05 16:05 [PATCH 0/3][KERNEL] linux-yocto-3.0/yocto/standard/base: re-enable utrace Tom Zanussi
2011-09-05 19:37 ` Bruce Ashfield
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.