Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753590AbYKGJSB (ORCPT ); Fri, 7 Nov 2008 04:18:01 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751255AbYKGJRq (ORCPT ); Fri, 7 Nov 2008 04:17:46 -0500 Received: from smtp1.linux-foundation.org ([140.211.169.13]:52522 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751225AbYKGJRp (ORCPT ); Fri, 7 Nov 2008 04:17:45 -0500 Date: Fri, 7 Nov 2008 01:16:59 -0800 From: Andrew Morton To: Ingo Molnar Cc: Alexey Dobriyan , Ken Chen , linux-kernel@vger.kernel.org, Peter Zijlstra Subject: Re: [patch] add /proc/pid/stack to dump task's stack trace Message-Id: <20081107011659.98d3788a.akpm@linux-foundation.org> In-Reply-To: <20081107090304.GA30540@elte.hu> References: <20081106203520.GD3578@elte.hu> <20081107003021.GA18666@google.com> <20081107004824.GA28780@x200.localdomain> <20081107074147.GA26607@elte.hu> <20081107075925.GA1825@elte.hu> <20081107082003.GA15800@x200.localdomain> <20081107083249.GD4435@elte.hu> <20081107084943.GA16147@x200.localdomain> <20081107085352.GA27245@elte.hu> <20081107090304.GA30540@elte.hu> X-Mailer: Sylpheed 2.4.8 (GTK+ 2.12.5; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 929 Lines: 24 On Fri, 7 Nov 2008 10:03:04 +0100 Ingo Molnar wrote: > task running on this CPU: > > # cat /proc/self/stack > [] save_stack_trace_tsk+0x26/0x44 > [] proc_pid_stack+0x6e/0xd3 > [] proc_info_read+0x68/0xba > [] vfs_read+0xa9/0xe3 > [] sys_read+0x4c/0x73 > [] system_call_fastpath+0x16/0x1b > [] 0xffffffffffffffff So we provide a means by which process A can sample process B's instruction pointer? Even if it's in random.c or crypto code? There's a little project for someone. I guess the 0400 mode on that file will suffice... -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/