From: Andrew Morton <[EMAIL PROTECTED]> Date: Sat, 8 Apr 2006 11:32:50 -0700
> Begin forwarded message: ... > Lapbether generate an oops, when I try to receive or sends packets over X25. > > I think that the problem was introduced by this patch: > http://www.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=86e65da9c1fc6fb421b9f796b597b3eced6b55ab > > The line skb->input_dev = skb->dev = dev; was removed from x25devices.h > causing > all drivers using x25_type_trans() to crash, because skb->dev stay > unintialized. > > I think this line should have been replaced by skb->dev=dev; I've fixed this in my tree, thanks for the report. - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html