Re: Linux 2.4.21rc1-ac2

Andreas Haumer (andreas@xss.co.at)
Sat, 26 Apr 2003 14:44:17 +0200


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

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/