From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1763860AbYDVW32 (ORCPT ); Tue, 22 Apr 2008 18:29:28 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1759027AbYDVW3M (ORCPT ); Tue, 22 Apr 2008 18:29:12 -0400 Received: from mx1.redhat.com ([66.187.233.31]:33733 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759026AbYDVW3L (ORCPT ); Tue, 22 Apr 2008 18:29:11 -0400 Message-ID: <480E6687.60804@redhat.com> Date: Tue, 22 Apr 2008 17:28:23 -0500 From: Eric Sandeen User-Agent: Thunderbird 2.0.0.12 (Macintosh/20080213) MIME-Version: 1.0 To: Harvey Harrison CC: Eric Sandeen , linux-kernel Mailing List , Arjan van de Ven , Andrew Morton , Ingo Molnar , Joe Perches Subject: Re: [PATCH V2] use canary at end of stack to indicate overruns at oops time References: <480D5F27.1030101@redhat.com> <480E5ACF.7010105@sandeen.net> <1208902460.24124.17.camel@brick> In-Reply-To: <1208902460.24124.17.camel@brick> 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 Harvey Harrison wrote: > Also, do you expect this to ever be used outside of sched.c? Maybe just > leave it as a static function there rather than an inline in the header. the patch uses it in exit.c.... -Eric