> On Thu, Jan 22, 2009 at 12:55:21PM -0800, Brandeburg, Jesse wrote:
>> I've filed this bugzilla a while ago.
>>
http://bugzilla.kernel.org/show_bug.cgi?id=11804
>> now other customers are becoming interested as well
>
> Does this patch help?
>
> net: Fix frag_list handling in skb_seq_read
>
> The frag_list handling was broken ini skb_seq_read:
>
> 1) We didn't add the stepped offset when looking at the head
> are of fragments other than the first.
>
> 2) The frag index wasn't reset.
>
> This patch fixes both issues.
>