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.2
Date: Fri, 11 Mar 2005 15:53:53 +0100 [thread overview]
Message-ID: <m3acpa9qta.fsf@defiant.localdomain> (raw)
In-Reply-To: <20050309083923.GA20461@kroah.com> (Greg KH's message of "Wed, 9 Mar 2005 00:39:23 -0800")
[-- Attachment #1: Type: text/plain, Size: 318 bytes --]
Hi,
Another patch for 2.6.11.x: already in main tree, fixes kernel panic
on receive with WAN cards based on Hitachi SCA/SCA-II: N2, C101,
PCI200SYN.
Also a documentation change fixing user-panic can-t-find-required-software
failure (just the same patch as in mainline) :-)
Please apply, thanks.
--
Krzysztof Halasa
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: hdlc-skb-dev.patch --]
[-- Type: text/x-patch, Size: 2492 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);
}
--- linux/drivers/net/wan/Kconfig 15 Jan 2005 23:46:55 -0000 1.25
+++ linux/drivers/net/wan/Kconfig 1 Mar 2005 00:58:08 -0000
@@ -155,7 +155,8 @@
Network) card supported by this driver and you are planning to
connect the box to a WAN.
- You will need supporting software from <http://hq.pm.waw.pl/hdlc/>.
+ You will need supporting software from
+ <http://www.kernel.org/pub/linux/utils/net/hdlc/>.
Generic HDLC driver currently supports raw HDLC, Cisco HDLC, Frame
Relay, synchronous Point-to-Point Protocol (PPP) and X.25.
@@ -225,7 +226,7 @@
Driver for PCI200SYN cards by Goramo sp. j.
If you have such a card, say Y here and see
- <http://hq.pm.waw.pl/hdlc/>.
+ <http://www.kernel.org/pub/linux/utils/net/hdlc/>.
To compile this as a module, choose M here: the
module will be called pci200syn.
@@ -239,7 +240,7 @@
Driver for wanXL PCI cards by SBE Inc.
If you have such a card, say Y here and see
- <http://hq.pm.waw.pl/hdlc/>.
+ <http://www.kernel.org/pub/linux/utils/net/hdlc/>.
To compile this as a module, choose M here: the
module will be called wanxl.
@@ -292,7 +293,7 @@
SDL Communications Inc.
If you have such a card, say Y here and see
- <http://hq.pm.waw.pl/hdlc/>.
+ <http://www.kernel.org/pub/linux/utils/net/hdlc/>.
Note that N2csu and N2dds cards are not supported by this driver.
@@ -308,7 +309,7 @@
Driver for C101 SuperSync ISA cards by Moxa Technologies Co., Ltd.
If you have such a card, say Y here and see
- <http://hq.pm.waw.pl/pub/hdlc/>
+ <http://www.kernel.org/pub/linux/utils/net/hdlc/>.
To compile this driver as a module, choose M here: the
module will be called c101.
--- linux/MAINTAINERS 26 Jan 2005 16:47:14 -0000 1.332
+++ linux/MAINTAINERS 1 Mar 2005 00:58:08 -0000
@@ -910,10 +910,10 @@
W: http://www.icp-vortex.com/
S: Supported
-GENERIC HDLC DRIVER, N2 AND C101 DRIVERS
+GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
P: Krzysztof Halasa
M: khc@pm.waw.pl
-W: http://hq.pm.waw.pl/hdlc/
+W: http://www.kernel.org/pub/linux/utils/net/hdlc/
S: Maintained
HAYES ESP SERIAL DRIVER
next prev parent reply other threads:[~2005-03-11 14:56 UTC|newest]
Thread overview: 42+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-03-09 8:39 Greg KH
2005-03-09 8:39 ` Greg KH
2005-03-17 15:18 ` Gene Heskett
2005-03-09 9:52 ` Marcos D. Marado Torres
2005-03-09 10:04 ` Geert Uytterhoeven
2005-03-09 10:17 ` Marcos D. Marado Torres
2005-03-09 10:41 ` Geert Uytterhoeven
2005-03-09 11:23 ` Jesper Juhl
2005-03-09 21:26 ` Wakko Warner
2005-03-09 10:21 ` Dominik Karall
2005-03-09 10:28 ` Marcos D. Marado Torres
2005-03-09 10:51 ` Adrian Bunk
2005-03-09 15:35 ` Greg KH
2005-03-09 11:11 ` Pavel Machek
2005-03-09 23:57 ` Matt Mackall
2005-03-10 5:16 ` Willy Tarreau
2005-03-11 18:45 ` Bill Davidsen
2005-03-11 19:08 ` Matt Mackall
2005-03-11 19:19 ` Chris Wright
2005-03-11 22:01 ` Greg KH
2005-03-14 17:10 ` Bill Davidsen
2005-03-14 17:32 ` Greg KH
2005-03-15 20:38 ` Bill Davidsen
2005-03-16 8:56 ` David Greaves
2005-03-09 12:38 ` Andy Whitcroft
2005-03-09 14:03 ` Marcelo Tosatti
2005-03-09 18:38 ` Greg KH
2005-03-09 20:32 ` Bill Davidsen
2005-03-09 21:06 ` Matt Mackall
2005-03-09 21:21 ` Randy.Dunlap
2005-03-09 23:11 ` Greg KH
2005-03-09 23:38 ` Matt Mackall
2005-03-10 12:54 ` Gene Heskett
2005-03-11 19:23 ` Bill Davidsen
2005-03-11 23:33 ` Gene Heskett
2005-03-11 14:53 ` Krzysztof Halasa [this message]
2005-03-11 17:38 ` Chris Wright
2005-03-11 19:28 ` Bill Davidsen
2005-03-11 21:07 ` Krzysztof Halasa
2005-03-11 21:11 ` Chris Wright
[not found] <fa.dan38um.1m4gojq@ifi.uio.no>
[not found] ` <fa.animhpl.r201hh@ifi.uio.no>
2005-03-10 1:46 ` Bodo Eggert
2005-03-10 3:08 ` Matt Mackall
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=m3acpa9qta.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®