From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Date: Wed, 14 Apr 1999 07:12:58 +0000 Subject: Re: Accessing an arbitrary user space from a module Message-Id: List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ultralinux@vger.kernel.org Date: Wed, 14 Apr 1999 16:11:42 +0900 From: "Durantez, Marc" I thougth they accessed only the 'current' task's memory space... :-( Right, only the current task. See the arch/sparc64/kernel/ptrace.c code for a possible way to touch the data of other tasks. Later, David S. Miller davem@redhat.com