lkml.org 
[lkml]   [2005]   [Jan]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: Linux 2.4.29-rc2
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

-
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/

\
 
 \ /
  Last update: 2005-03-22 14:09    [W:0.443 / U:0.028 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site