[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20080502223539.GH24080@logfs.org>
Date: Sat, 3 May 2008 00:35:39 +0200
From: Jörn Engel <joern@...fs.org>
To: Eric Sandeen <sandeen@...hat.com>
Cc: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Jörn Engel <joern@...ybastard.org>,
Andrew Morton <akpm@...ux-foundation.org>
Subject: Re: [PATCH] find dynamic stack allocations in checkstack.pl
On Fri, 2 May 2008 12:26:29 -0500, Eric Sandeen wrote:
>
> @@ -142,6 +148,22 @@ while (my $line = <STDIN>) {
> next if ($size < 100);
> push @stack, "$intro$size\n";
> }
> + elsif (defined $dre && $line =~ m/$dre/) {
These two could join a line. Otherwise an excellent addition.
Reviewed-By: Joern Engel <joern@...fs.org>
Jörn
--
"Translations are and will always be problematic. They inflict violence
upon two languages." (translation from German)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists