From: Krzysztof Halasa <khc@pm.waw.pl>
To: Greg KH <greg@kroah.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Linux 2.6.11.4
Date: Wed, 16 Mar 2005 14:11:43 +0100 [thread overview]
Message-ID: <m3u0nbybu8.fsf@defiant.localdomain> (raw)
In-Reply-To: <20050316002222.GA30602@kroah.com> (Greg KH's message of "Tue, 15 Mar 2005 16:22:22 -0800")
[-- Attachment #1: Type: text/plain, Size: 287 bytes --]
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
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: hdlc-skb-dev-only.patch --]
[-- Type: text/x-patch, Size: 334 bytes --]
--- 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);
}
next prev parent reply other threads:[~2005-03-16 13:13 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-03-16 0:22 Greg KH
2005-03-16 0:23 ` Greg KH
2005-03-16 0:56 ` Hacksaw
2005-03-16 13:11 ` Krzysztof Halasa [this message]
2005-03-16 18:16 ` Greg KH
2005-03-16 18:38 ` Jeff Garzik
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=m3u0nbybu8.fsf@defiant.localdomain \
--to=khc@pm.waw.pl \
--cc=greg@kroah.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®