From: Andreas Haumer <andreas@xss.co.at>
To: Alan Cox <alan@redhat.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Linux 2.4.21rc1-ac2
Date: Sat, 26 Apr 2003 14:44:17 +0200 [thread overview]
Message-ID: <3EAA7F21.3070503@xss.co.at> (raw)
In-Reply-To: <200304251753.h3PHrqU08482@devserv.devel.redhat.com>
Hi!
Here is a first test report for 2.4.21-rc1-ac2:
*) Shutdown/Reboot problems in 2.4.21-rc1-ac1 due to
deadlock in ide_unregister_subdriver() seem to be
fixed!
*) EXTRAVERSION in top-level Makefile was not updated
*) Unresolved symbol "fc_type_trans" in iph5526.o
Fixed by the following patch:
--- linux-2.4.21-rc1-ac2/net/802/fc.c.orig Sat Apr 26 13:35:22 2003
+++ linux-2.4.21-rc1-ac2/net/802/fc.c Sat Apr 26 13:40:40 2003
@@ -11,6 +11,8 @@
*/
#include <linux/config.h>
+#include <linux/module.h>
+
#include <asm/uaccess.h>
#include <asm/system.h>
#include <linux/types.h>
@@ -95,6 +97,8 @@
return 0;
#endif
}
+
+EXPORT_SYMBOL(fc_type_trans);
unsigned short
fc_type_trans(struct sk_buff *skb, struct net_device *dev)
--- linux-2.4.21-rc1-ac2/net/802/Makefile.orig Sat Apr 26 13:44:38 2003
+++ linux-2.4.21-rc1-ac2/net/802/Makefile Sat Apr 26 13:45:42 2003
@@ -9,7 +9,7 @@
O_TARGET := 802.o
-export-objs = llc_macinit.o p8022.o psnap.o
+export-objs = llc_macinit.o p8022.o psnap.o fc.o
obj-y = p8023.o
No other problems found so far... :-)
HTH
- andreas
--
Andreas Haumer | mailto:andreas@xss.co.at
*x Software + Systeme | http://www.xss.co.at/
Karmarschgasse 51/2/20 | Tel: +43-1-6060114-0
A-1100 Vienna, Austria | Fax: +43-1-6060114-71
next prev parent reply other threads:[~2003-04-26 12:32 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-04-25 17:53 Linux 2.4.21rc1-ac2 Alan Cox
2003-04-26 12:44 ` Andreas Haumer [this message]
2003-04-26 17:01 ` Andreas Gietl
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=3EAA7F21.3070503@xss.co.at \
--to=andreas@xss.co.at \
--cc=alan@redhat.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.