[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <25e057c00902251429x296a5bfcjfd3d90b7989017f1@mail.gmail.com>
Date: Wed, 25 Feb 2009 23:29:13 +0100
From: roel kluin <roel.kluin@...il.com>
To: David Miller <davem@...emloft.net>
Cc: ecashin@...aid.com, linux-kernel@...r.kernel.org,
akpm@...ux-foundation.org
Subject: Re: [PATCH] aoe: error printed 1 too early
2009/2/25 David Miller <davem@...emloft.net>:
> From: Ed Cashin <ecashin@...aid.com>
> Date: Wed, 25 Feb 2009 12:09:02 -0500
>
>> Sounds like a good catch. Did you find it because you saw the "cannot
>> free skb" message?
>
> He's finding these by looking for them in the code, not by
> actually triggering the condition.
>
Actually I made all functions a single line and then run some
bash scripts that parses pseudocode like:
echo "INFO: \7 reaches \9 - 1 after loop"
bli "
if \((${npz}[&|][&|])?
--($w) $em?[<=] ($K|$w|$d)
((&&|\|\|)$(nestedcode "()"))?\)
(\{
($(nestedcode "{}"))*
break ;
\}|
break ;
)
$ccode
(
$Q(\7 [=$em]= \9|\7 (>=|<) \9)
|
return \7 ;
)
"
This gives me a match like:
while(...) {
if (--i < 0)
break;
...
}
...
if (i != 0)
...
which is wrong since i reaches -1.
--
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