From: Marcelo Tosatti <marcelo.tosatti@cyclades.com>
To: Steffen Moser <lists@steffen-moser.de>
Cc: linux-kernel@vger.kernel.org, David Dyck <david.dyck@fluke.com>
Subject: Re: Linux 2.4.29-rc2
Date: Fri, 14 Jan 2005 21:17:12 -0200 [thread overview]
Message-ID: <20050114231712.GH3336@logos.cnet> (raw)
In-Reply-To: <20050114225555.GA17714@steffen-moser.de>
David, this also fix your problem.
On Fri, Jan 14, 2005 at 11:55:55PM +0100, Steffen Moser wrote:
> Hi Marcelo,
>
> * On Wed, Jan 12, 2005 at 01:13 PM (-0200), Marcelo Tosatti wrote:
>
> > Here goes the second release candidate of v2.4.29.
>
> I've just encountered a little problem with both "linux-2.4.29-rc1"
> and "linux-2.4.29-rc2" on one of two machines.
>
>
> [1.] One line summary of the problem:
>
> Kernel module "serial.o" cannot be loaded
>
>
> [2.] Full description of the problem/report:
>
> I cannot load the module "serial.o" anymore, so I won't have serial
> port support (which is needed to have the machine communicating with
> the UPS):
>
> | fsa01:~ # modprobe serial
> | /lib/modules/2.4.29-rc2/kernel/drivers/char/serial.o: unresolved symbol tty_ldisc_flush
> | /lib/modules/2.4.29-rc2/kernel/drivers/char/serial.o: unresolved symbol tty_wakeup
> | /lib/modules/2.4.29-rc2/kernel/drivers/char/serial.o: insmod /lib/modules/2.4.29-rc2/kernel/drivers/char/serial.o failed
> | /lib/modules/2.4.29-rc2/kernel/drivers/char/serial.o: insmod serial failed
Steffen,
Please try this:
--- a/drivers/char/tty_io.c.orig 2005-01-14 21:11:58.002189784 -0200
+++ b/drivers/char/tty_io.c 2005-01-14 21:12:53.743715784 -0200
@@ -718,7 +718,7 @@
wake_up_interruptible(&tty->write_wait);
}
-EXPORT_SYMBOL_GPL(tty_wakeup);
+EXPORT_SYMBOL(tty_wakeup);
void tty_ldisc_flush(struct tty_struct *tty)
{
@@ -730,7 +730,7 @@
}
}
-EXPORT_SYMBOL_GPL(tty_ldisc_flush);
+EXPORT_SYMBOL(tty_ldisc_flush);
void do_tty_hagup(void *data)
{
next prev parent reply other threads:[~2005-01-15 2:12 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-01-12 15:13 Linux 2.4.29-rc2 Marcelo Tosatti
2005-01-14 22:55 ` Steffen Moser
2005-01-14 23:17 ` Marcelo Tosatti [this message]
2005-01-15 2:58 ` David Dyck
2005-01-15 3:04 ` David Dyck
2005-01-15 5:23 ` Adrian Bunk
2005-01-15 6:39 ` David Dyck
2005-01-15 5:14 ` Adrian Bunk
2005-01-15 5:16 ` Adrian Bunk
2005-01-15 7:43 ` Arjan van de Ven
2005-01-15 10:07 ` Steffen Moser
2005-01-15 5:20 ` Adrian Bunk
2005-01-15 11:43 ` Marcelo Tosatti
2005-01-15 20:50 ` Adrian Bunk
2005-01-15 18:31 ` Marcelo Tosatti
2005-01-15 20:57 ` Jan Knutar
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=20050114231712.GH3336@logos.cnet \
--to=marcelo.tosatti@cyclades.com \
--cc=david.dyck@fluke.com \
--cc=linux-kernel@vger.kernel.org \
--cc=lists@steffen-moser.de \
/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.