[RFC]: block ptrace operations.

From: James Cownie
Date: Fri Sep 17 2004 - 04:32:04 EST



Is there any reason why the kernel does not in general support the block
ptrace operations (PTRACE_READDAATA, PTRACE_READTEXT, PTRACE_WRITEDATA,
PTRACE_WRITEEXT) ?

The major part of the code for implementing them is in the architecture
independent part of the kernel (kernel/ptrace.c ptrace_readdata(...),
ptrace_wrietdata(...)), yet the only platform which supports them as of
2.6.8.1 appears to be the SPARC.

Would patches to implement them on more platforms be likely to be
accepted ?

It seems weird to me that they're not already supported on more
platforms since they're compiling in most of the code they need !

--
-- Jim
--
James Cownie <jcownie@xxxxxxxxx>
Etnus, LLC. +44 117 9071438
http://www.etnus.com

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/