* [merged] ptrace-remove-pt_dtrace-from-arch-h8300.patch removed from -mm tree
@ 2009-06-18 22:46 akpm
0 siblings, 0 replies; only message in thread
From: akpm @ 2009-06-18 22:46 UTC (permalink / raw)
To: oleg, roland, ysato, mm-commits
The patch titled
ptrace: remove PT_DTRACE from arch/h8300
has been removed from the -mm tree. Its filename was
ptrace-remove-pt_dtrace-from-arch-h8300.patch
This patch was dropped because it was merged into mainline or a subsystem tree
The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/
------------------------------------------------------
Subject: ptrace: remove PT_DTRACE from arch/h8300
From: Oleg Nesterov <oleg@redhat.com>
h8300 defines PT_DTRACE for asm but never uses it.
DEFINE(PT_PTRACED, PT_PTRACED) seems to be unused too.
Signed-off-by: Oleg Nesterov <oleg@redhat.com>
Acked-by: Yoshinori Sato <ysato@users.sourceforge.jp>
Acked-by: Roland McGrath <roland@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
arch/h8300/kernel/asm-offsets.c | 1 -
1 file changed, 1 deletion(-)
diff -puN arch/h8300/kernel/asm-offsets.c~ptrace-remove-pt_dtrace-from-arch-h8300 arch/h8300/kernel/asm-offsets.c
--- a/arch/h8300/kernel/asm-offsets.c~ptrace-remove-pt_dtrace-from-arch-h8300
+++ a/arch/h8300/kernel/asm-offsets.c
@@ -55,7 +55,6 @@ int main(void)
DEFINE(LRET, offsetof(struct pt_regs, pc) - sizeof(long));
DEFINE(PT_PTRACED, PT_PTRACED);
- DEFINE(PT_DTRACE, PT_DTRACE);
return 0;
}
_
Patches currently in -mm which might be from oleg@redhat.com are
origin.patch
ptrace-wait_task_zombie-do-not-account-traced-sub-threads.patch
linux-next.patch
rework-fix-is_single_threaded.patch
getrusage-fill-ru_maxrss-value.patch
getrusage-fill-ru_maxrss-value-update.patch
signals-tracehook_notify_jctl-change.patch
utrace-core.patch
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-06-18 22:58 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-18 22:46 [merged] ptrace-remove-pt_dtrace-from-arch-h8300.patch removed from -mm tree akpm
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.