Begin forwarded message:
Date: Sat, 8 Apr 2006 08:11:18 -0700 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [Bugme-new] [Bug 6354] New: NULL Pointer lapbether http://bugzilla.kernel.org/show_bug.cgi?id=6354 Summary: NULL Pointer lapbether Kernel Version: 2.6.14 2.6.15 2.6.16 Status: NEW Severity: normal Owner: [EMAIL PROTECTED] Submitter: [EMAIL PROTECTED] 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 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. - 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