RE: [PANIC] lro + iscsi or lro + skb text search causes panic
From: Brandeburg, Jesse <hidden>
Date: 2009-01-22 23:45:23
From: Brandeburg, Jesse <hidden>
Date: 2009-01-22 23:45:23
Herbert Xu wrote:
On Thu, Jan 22, 2009 at 12:55:21PM -0800, Brandeburg, Jesse wrote:quoted
I've filed this bugzilla a while ago. http://bugzilla.kernel.org/show_bug.cgi?id=11804 now other customers are becoming interested as wellDoes 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. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Herbert, thanks! the patch looks promsing, but we have to setup the repro again. I'll have a tester take a look at it tomorrow or Monday, and let you know then. Thanks! Jesse