Re: [PATCH] modpost: fix segfault in sym_is() with prefixed arches

From: Mike Frysinger
Date: Thu Jan 14 2010 - 03:45:57 EST


On Thu, Dec 3, 2009 at 02:52, Rusty Russell wrote:
> On Thu, 3 Dec 2009 02:20:52 pm Mike Frysinger wrote:
>> The sym_is() compares a symbol in an attempt to automatically skip symbol
>> prefixes. ÂIt does this first by searching the real symbol with the normal
>> unprefixed symbol. ÂBut then it uses the length of the original symbol to
>> check the end of the substring instead of the length of the symbol it is
>> looking for.
>
> Thanks, applied.

was this going to be pushed up for 2.6.33 then or wait for 2.6.34 ?
just curious so i can check it off from my local pile ...
-mike
--
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/