Hi Huajun, On Sat, Apr 21, 2012 at 3:50 PM, Huajun Li <huajun.li.lee@xxxxxxxxx> wrote: > Did we on the same page, could you please review my patch again? > > My draft patch was based on current mainline( 3.4.0-rc3) which had > already integrated your previous patch. And in my patch, it replaced > skb_queue_walk_safe() with skb_queue_walk(), so you will not see 'tmp > = skb->next' any more. Replace skb_queue_walk_safe with skb_queue_walk doesn't improve the problem, since 'skb = skb->next' in skb_queue_walk still may trigger the oops, does it? Thanks, -- Ming Lei -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html