Re: [yocto] [PATCH 0/3][KERNEL] linux-yocto-3.0/yocto/standard/base: re-enable utrace

2011-09-05 Thread 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:/

Re: [yocto] [PATCH 0/1][KERNEL] linux-yocto-3.0/meta: re-enable utrace

2011-09-05 Thread Bruce Ashfield
On 11-09-05 12:04 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. Please pull into linux-yocto-3.0/meta. merged to both 3.0 and yocto-dev (so it w

[yocto] Agenda: Yocto Technical Team Meeting - (Tuesday, September 06, 2011 8:00 AM-9:00 AM (UTC-08:00) Pacific Time (US & Canada))

2011-09-05 Thread Liu, Song
* Opens collection - 5 min (Song) * Yocto 1.1 M4 status review and issues - 20 min (team) https://wiki.yoctoproject.org/wiki/Yocto_Project_v1.1_Release_Criteria - Status summary for bug fixes. - Documentation status (Scott Rifenbark) - Build status (Beth) * Opens - 15 min   ---

[yocto] [PATCH 3/3][KERNEL] utrace core

2011-09-05 Thread Tom Zanussi
This adds the utrace facility, a new modular interface in the kernel for implementing user thread tracing and debugging. This fits on top of the tracehook_* layer, so the new code is well-isolated. The new interface is in and the DocBook utrace book describes it. It allows for multiple separate

[yocto] [PATCH 2/3][KERNEL] tracehooks: preparation for ptrace-utrace

2011-09-05 Thread Tom Zanussi
- export __ptrace_detach() and do_notify_parent_cldstop() - change some "if (ptrace)" checks to ensure the old ptrace code is not called when the tracee is PT_UTRACED Signed-off-by: Oleg Nesterov Integrated-by: Tom Zanussi --- include/linux/ptrace.h|2 ++ include/linux/sched.h |

[yocto] [PATCH 1/3][KERNEL] ptrace: temporary revert the recent ptrace/jobctl rework

2011-09-05 Thread Tom Zanussi
Temporary revert the following patches to keep utrace/utrace-ptrace working: 40ae717d1e78d982bd469b2013a4cbf4ec1ca434 ptrace: fix signal->wait_chldexit usage in task_clear_group_stop_trapping() 321fb561971ba0f10ce18c0f8a4b9fbfc7cef4b9 ptrace: ptrace_check_attach()

[yocto] [PATCH 0/3][KERNEL] linux-yocto-3.0/yocto/standard/base: re-enable utrace

2011-09-05 Thread Tom Zanussi
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/ol

[yocto] [PATCH 0/1][KERNEL] linux-yocto-3.0/meta: re-enable utrace

2011-09-05 Thread Tom Zanussi
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. Please pull into linux-yocto-3.0/meta. The following changes are available in the git repository at: git://git.yoctoproje

[yocto] [PATCH 1/1][KERNEL] meta: re-enable utrace feature for linux-yocto

2011-09-05 Thread Tom Zanussi
Re-enable the 'utrace feature' that turns on the kernel options required for utrace, used mainly to enable userspace tracing for systemtap. Signed-off-by: Tom Zanussi --- meta/cfg/kernel-cache/ktypes/standard/standard.scc |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a