From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751748AbZJCGrA (ORCPT ); Sat, 3 Oct 2009 02:47:00 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751001AbZJCGrA (ORCPT ); Sat, 3 Oct 2009 02:47:00 -0400 Received: from mail-out.m-online.net ([212.18.0.10]:34874 "EHLO mail-out.m-online.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750905AbZJCGq7 (ORCPT ); Sat, 3 Oct 2009 02:46:59 -0400 X-Auth-Info: LPAkHyJteOPktW0jwJCZU70bDpMBk7V6XoJxdYaazyU= From: Andreas Schwab To: Stefani Seibold Cc: linux-kernel , linux-mm , Andrew Morton Subject: Re: [patch] procfs: provide stack information for threads References: <1238511505.364.61.camel@matrix> <20090401193135.GA12316@elte.hu> <1244146873.20012.6.camel@wall-e> X-Yow: It's NO USE.. I've gone to ``CLUB MED''!! Date: Sat, 03 Oct 2009 08:47:05 +0200 In-Reply-To: (Andreas Schwab's message of "Fri, 02 Oct 2009 23:44:56 +0200") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Here's the patch again properly signed. Andreas. >>From 9da252fd7d9a5cf84a477a35a6b52f927c85b280 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Sat, 3 Oct 2009 08:19:43 +0200 Subject: [PATCH] compat_do_execve: set current->stack_start as in do_execve Signed-off-by: Andreas Schwab --- fs/compat.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/fs/compat.c b/fs/compat.c index d576b55..6c19040 100644 --- a/fs/compat.c +++ b/fs/compat.c @@ -1532,6 +1532,8 @@ int compat_do_execve(char * filename, if (retval < 0) goto out; + current->stack_start = current->mm->start_stack; + /* execve succeeded */ current->fs->in_exec = 0; current->in_execve = 0; -- 1.6.4.4 -- Andreas Schwab, schwab@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different."