Hi, Harald Küthe wrote: >> / Hello list, > />/ />/ it looks like we need this patch again but now for modutils-24.c: > />/ > http://busybox.net/cgi-bin/viewcvs.cgi/trunk/busybox/modutils/insmod.c?rev=23277&r1=23271&r2=23277 > <http://busybox.net/cgi-bin/viewcvs.cgi/trunk/busybox/modutils/insmod.c?rev=23277&r1=23271&r2=23277> > > > /Well, this was not all we need about the insmod vector-alloc issue. > I backported the needed parts of the 1.12.2 insmod.c into modutils-24.c > both for the vector changes as well as for the module searching. > > See attached patch, it works for me but it is only roughly tested. > Please review!
This my fault, sorry. I rewrote modutils, and apparently somehow missed the earlier insmod.c changes you needed. Sorry. Could you put the .o searching code to insmod.c instead of modutils-24.c. modutils-24.c is inteded to be only and only the module loader code for 2.4 kernels. insmod.c is the applet that calls either the 2.6 syscall or modutils-24.c depending on running kernel; thus your changes would not work on 2.6 kernels. - Timo _______________________________________________ busybox mailing list [email protected] http://busybox.net/cgi-bin/mailman/listinfo/busybox
