On 11/07/06, Michal Piotrowski <michal.k.k.piotrowski@xxxxxxxxx> wrote:
> So if we got 3970
> orphan pointer 0xf5a6fd60 (size 39):
> c0173822: <__kmalloc>
> c01df500: <context_struct_to_string>
[...]
> and 4673
> orphan pointer 0xf4249488 (size 29):
> c0173822: <__kmalloc>
> c01df500: <context_struct_to_string>
[...]
> It's not a memleak?
Not exactly. What I meant is that if you have a corresponding number
of reports from __alloc_skb, maybe they were false positives and the
block wasn't scanned leading to other false positive reports
It looks like there are some reports in __alloc_skb. Please try the
attached patch.
Thanks.
--
Catalin