Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756174AbYKDQfL (ORCPT ); Tue, 4 Nov 2008 11:35:11 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754537AbYKDQe5 (ORCPT ); Tue, 4 Nov 2008 11:34:57 -0500 Received: from co203.xi-lite.net ([149.6.83.203]:46407 "EHLO toronto.xi-lite.net" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1754111AbYKDQe5 (ORCPT ); Tue, 4 Nov 2008 11:34:57 -0500 X-Greylist: delayed 1702 seconds by postgrey-1.27 at vger.kernel.org; Tue, 04 Nov 2008 11:34:56 EST Message-ID: <49107304.2060006@parrot.com> Date: Tue, 04 Nov 2008 17:06:28 +0100 From: Matthieu CASTET User-Agent: Mozilla-Thunderbird 2.0.0.17 (X11/20081018) MIME-Version: 1.0 To: Linux Arm Mailing List , linux-kernel@vger.kernel.org Subject: arm checkstack X-Enigmail-Version: 0.95.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 04 Nov 2008 16:07:21.0793 (UTC) FILETIME=[6B4C8310:01C93E97] X-AV-Checked: No Virus Found Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 489 Lines: 18 Hi, I wonder why the arm version of checkstack only catch stack size >= 300 and < 10000 [1]. Why doesn't it use ".*sub.*sp, sp, #([0-9]{1,8})" to catch all stack usage ? Matthieu [1] $re = qr/.*sub.*sp, sp, #(([0-9]{2}|[3-9])[0-9]{2})/o; -- 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/