Re: [PATCH] find dynamic stack allocations in checkstack.pl

From: JÃrn Engel
Date: Fri May 02 2008 - 18:36:07 EST


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@xxxxxxxxx>

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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/