Re: [PANIC] lro + iscsi or lro + skb text search causes panic

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Mike Christie
Date: Monday, January 26, 2009 - 11:12 pm

Herbert Xu wrote:

It oopsd for me in skb_seq_read. addr2line said it was 
linux-2.6/net/core/skbuff.c:2228, which is this line:


while (st->frag_idx < skb_shinfo(st->cur_skb)->nr_frags) {


I added some printks in there and it looks like we hit this:

         } else if (st->root_skb == st->cur_skb &&
                    skb_shinfo(st->root_skb)->frag_list) {
                 st->cur_skb = skb_shinfo(st->root_skb)->frag_list;
                 st->frag_idx = 0;
                 goto next_skb;
         }


Then when we hit the goto and start again, and we oops when we hit that 
"while (st->frag_idx < skb_shinfo(st->cur_skb)->nr_frags)" line.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PANIC] lro + iscsi or lro + skb text search causes panic, Brandeburg, Jesse, (Thu Jan 22, 1:55 pm)
RE: [PANIC] lro + iscsi or lro + skb text search causes panic, Brandeburg, Jesse, (Thu Jan 22, 4:45 pm)
RE: [PANIC] lro + iscsi or lro + skb text search causes panic, Brandeburg, Jesse, (Mon Jan 26, 6:40 pm)
Re: [PANIC] lro + iscsi or lro + skb text search causes panic, Mike Christie, (Mon Jan 26, 11:12 pm)