Problem Description: 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; PS: Sorry for my bad english
Fixed by this patch http://www.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=9b591cbd4e0fc2911d105d88d354124467b2cc08