public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Adrian Bunk <bunk@stusta.de>
To: Marcelo Tosatti <marcelo.tosatti@cyclades.com>
Cc: Steffen Moser <lists@steffen-moser.de>,
	linux-kernel@vger.kernel.org, David Dyck <david.dyck@fluke.com>
Subject: Re: Linux 2.4.29-rc2
Date: Sat, 15 Jan 2005 06:16:20 +0100	[thread overview]
Message-ID: <20050115051620.GE4274@stusta.de> (raw)
In-Reply-To: <20050115051410.GD4274@stusta.de>

On Sat, Jan 15, 2005 at 06:14:10AM +0100, Adrian Bunk wrote:
> On Fri, Jan 14, 2005 at 09:17:12PM -0200, Marcelo Tosatti wrote:
> >...
> > On Fri, Jan 14, 2005 at 11:55:55PM +0100, Steffen Moser wrote:
> >...
> > > [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:
> >...
> > -EXPORT_SYMBOL_GPL(tty_wakeup);
> > +EXPORT_SYMBOL(tty_wakeup);
> >...
> > -EXPORT_SYMBOL_GPL(tty_ldisc_flush);
> > +EXPORT_SYMBOL(tty_ldisc_flush);
> >...
> 
> This shouldn't make any difference unless 2.4.29-rc2 contains non-GPL 
> code.

Rethinking (and rereading the bug report), I understand how it could 
make a difference...

cu
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed


  reply	other threads:[~2005-01-15  5:18 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
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 [this message]
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=20050115051620.GE4274@stusta.de \
    --to=bunk@stusta.de \
    --cc=david.dyck@fluke.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lists@steffen-moser.de \
    --cc=marcelo.tosatti@cyclades.com \
    /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