Re: Linux 2.4.29-rc2

2005-01-15 Thread Marcelo Tosatti
On Sat, Jan 15, 2005 at 09:50:02PM +0100, Adrian Bunk wrote: > On Sat, Jan 15, 2005 at 09:43:09AM -0200, Marcelo Tosatti wrote: > > > > Hi Adrian! > > > > On Sat, Jan 15, 2005 at 06:20:50AM +0100, Adrian Bunk wrote: > > > On Fri, Jan 14, 2005 at 11:55:55PM +0100, Steffen Moser wrote: > > > > > >

Re: Linux 2.4.29-rc2

2005-01-15 Thread Jan Knutar
On Saturday 15 January 2005 22:50, Adrian Bunk wrote: > Do a grep for EXPORT_SYMBOL_GPL in the 2.4.29-rc2 sources. I noticed this as well... > It seems for some reason people didn't scream in older 2.4 releases that > already had the same problem in several places. I always ASSUMED it was some

Re: Linux 2.4.29-rc2

2005-01-15 Thread Adrian Bunk
On Sat, Jan 15, 2005 at 09:43:09AM -0200, Marcelo Tosatti wrote: > > Hi Adrian! > > On Sat, Jan 15, 2005 at 06:20:50AM +0100, Adrian Bunk wrote: > > On Fri, Jan 14, 2005 at 11:55:55PM +0100, Steffen Moser wrote: > > > > >... > > > - fsa01 (problem occurs): > > >... > > > | modutils

Re: Linux 2.4.29-rc2

2005-01-15 Thread Marcelo Tosatti
n stable > ships 2.4.15). > > > <-- snip --> > > > For support of EXPORT_SYMBOL_GPL, at least modutils 2.4.10 is required. > > > Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> > > --- linux-2.4.29-rc2-full/Documentation/Changes.old 2005-01-

Re: Linux 2.4.29-rc2

2005-01-15 Thread Steffen Moser
Hi! * On Fri, Jan 14, 2005 at 09:17 PM (-0200), Marcelo Tosatti wrote: > Steffen, > > Please try this: > > [...] I've just applied the patch which fixed the problem. :-) Thank you very much for your great work! Bye, Steffen - To unsubscribe from this list: send the line "unsubscribe linux-

Re: Linux 2.4.29-rc2

2005-01-14 Thread Arjan van de Ven
> 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(t