lkml.org 
[lkml]   [2005]   [Mar]   [16]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
SubjectRe: Linux 2.6.11.4
From
Date
Greg KH <greg@kroah.com> writes:

> I've release 2.6.11.4 with two security fixes in it. It can be found at
> the normal kernel.org places.

How about the N2/C101/PCI200SYN WAN driver fix (kernel panic on receive)?

Signed-off-by: Krzysztof Halasa <khc@pm.waw.pl>

--
Krzysztof Halasa
--- linux/drivers/net/wan/hd6457x.c 28 Oct 2004 06:16:08 -0000 1.15
+++ linux/drivers/net/wan/hd6457x.c 1 Mar 2005 00:58:08 -0000
@@ -315,7 +315,7 @@
#endif
stats->rx_packets++;
stats->rx_bytes += skb->len;
- skb->dev->last_rx = jiffies;
+ dev->last_rx = jiffies;
skb->protocol = hdlc_type_trans(skb, dev);
netif_rx(skb);
}
\
 
 \ /
  Last update: 2005-03-22 14:11    [W:0.051 / U:0.428 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site