On Saturday 24 October 2009 01:57:55 Vladimir Dronnikov wrote: > > Insmod fails on system with small amout of memory. I traced this problem > > to a change where insmod used malloc instead of mmemap. I wonder if we > > can add a option which will select either of the methods? > > The point of malloc() is to handle compressed modules. Do you use > compressed (.ko.gz, .ko.bz2) modules?
should be trivial to detect the compressed header and just use mmap() if it's uncompressed -mike
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
