Re: 2.6.13-rc1 problems

From: Hugh Dickins
Date: Wed Jun 29 2005 - 12:53:20 EST


On Wed, 29 Jun 2005, Ismail Donmez wrote:
>
> Thank you both!.ÂAny idea about this part? :
>
> Jun 29 19:16:32 localhost kernel: Badness in __kfree_skb at
> net/core/skbuff.c:290

I've not seen that one. It's _possible_ that it's caused by the
same get_request bug: although that's over in a different subsystem,
it does mess up the preempt_count/hardirq_count enough to be able to
cause such a problem elsewhere. But I see this message came 87 secs
after your others, which makes that unlikely. Do you still see this
__kfree_skb badness after running with the get_request fix?

Hugh