From: Andreas Gietl <a.gietl@e-admin.de>
To: Andreas Haumer <andreas@xss.co.at>, Alan Cox <alan@redhat.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Linux 2.4.21rc1-ac2
Date: Sat, 26 Apr 2003 19:01:11 +0200 [thread overview]
Message-ID: <200304261901.11519.a.gietl@e-admin.de> (raw)
In-Reply-To: <3EAA7F21.3070503@xss.co.at>
On Saturday 26 April 2003 14:44, Andreas Haumer wrote:
> 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!
i can confirm that, shutdown now works smoothly again.
As in 2.4.21-rc1 i had to add
--- include/linux/quotaops.h.orig 2003-04-15 20:31:50.000000000 -0700
+++ include/linux/quotaops.h 2003-04-15 20:31:59.000000000 -0700
@@ -185,6 +185,7 @@
*/
#define sb_dquot_ops (NULL)
#define sb_quotactl_ops (NULL)
+#define sync_dquots_dev(dev,type) (NULL)
#define DQUOT_INIT(inode) do { } while(0)
#define DQUOT_DROP(inode) do { } while(0)
#define DQUOT_ALLOC_INODE(inode) (0)
to compile w/o quota-support.
>
> *) 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
--
e-admin internet gmbh
Andreas Gietl tel +49 941 3810884
Ludwig-Thoma-Strasse 35 fax +49 89 244329104
93051 Regensburg mobil +49 171 6070008
PGP/GPG-Key unter http://www.e-admin.de/gpg.html
prev parent reply other threads:[~2003-04-26 16:49 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
2003-04-26 17:01 ` Andreas Gietl [this message]
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=200304261901.11519.a.gietl@e-admin.de \
--to=a.gietl@e-admin.de \
--cc=alan@redhat.com \
--cc=andreas@xss.co.at \
--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.