Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760550AbYBSCNW (ORCPT ); Mon, 18 Feb 2008 21:13:22 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752869AbYBSCNM (ORCPT ); Mon, 18 Feb 2008 21:13:12 -0500 Received: from cn.fujitsu.com ([222.73.24.84]:64680 "EHLO song.cn.fujitsu.com" rhost-flags-OK-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1753005AbYBSCNL (ORCPT ); Mon, 18 Feb 2008 21:13:11 -0500 Message-ID: <47BA3ACB.30408@cn.fujitsu.com> Date: Tue, 19 Feb 2008 10:11:23 +0800 From: Shi Weihua User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: Valdis.Kletnieks@vt.edu CC: Ingo Molnar , linux-kernel@vger.kernel.org, Thomas Gleixner , "H. Peter Anvin" Subject: Re: [PATCH 1/5] signal(x86_32): Improve the signal stack overflow check References: <47B95C4D.6080000@cn.fujitsu.com> <26325.1203357921@turing-police.cc.vt.edu> In-Reply-To: <26325.1203357921@turing-police.cc.vt.edu> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1020 Lines: 28 Valdis.Kletnieks@vt.edu wrote:: > On Mon, 18 Feb 2008 18:22:05 +0800, Shi Weihua said: > >> - /* >> - * If we are on the alternate signal stack and would overflow it, don't. > notice this ^ >> - * Return an always-bogus address instead so we will die with SIGSEGV. > >> + * If we are on the alternate signal stack and would >> + * overflow it, don't return an always-bogus address > missing here ^ >> + * instead so we will die with SIGSEGV. > > "don't. Return" is a vastly different semantic than "don't return". > > I think the same comment error was cut-n-pasted into all 5 patches... > Sorry, it's my mistake. I will correct the all 5 patches. Thanks. -- 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/