From: coLinux a. <col...@he...> - 2008-08-20 04:11:48
|
The autobuild system has detected a new revision in the source repository. Review last changed from changelog.txt, also attached in mail. Download the compiled version: http://www.henrynestler.com/colinux/autobuild/devel-20080819/ colinux-0.8.0-20080819.src.tgz (692377 Bytes) daemons-0.8.0-20080819.dbg.zip (1348617 Bytes) daemons-0.8.0-20080819.zip (1046607 Bytes) modules-2.6.22.18-co-0.8.0-20080819.tgz (2602790 Bytes) vmlinux-2.6.22.18-co-0.8.0-20080819.zip (1762381 Bytes) Note, the autobuild compilation does not include an installer. Remember to reload the driver with these commands: colinux-daemon.exe --remove-driver colinux-daemon.exe --install-driver Inside coLinux please update modules as follow: rm -rf /lib/modules/*-co-* tar -xzf modules-*-co-*-20080819.tgz -C / The autobuild compilations are not official releases of Cooperative Linux software. There is no warranty that any autobuild version is stable. If use this autobuild version, please give us feedback of your experience. Job runs on machine with 64 bit version of gcc 4.1.2. A service from http://gcc.gnu.org/wiki/CompileFarm -- Lots of fun with newest version, Henry Nestler ------------------------------------------------------------------------ r1115 | henryn | 2008-08-19 19:19:48 +0000 (Tue, 19 Aug 2008) | 7 lines Changed paths: M /branches/devel/patch/base-2.6.22.diff Fix for "BUG at ...ux-2.6.22.18-source/include/linux/cooperative_internal.h:100". Found by heavy network traffic with testing tool "netio". In co_callback passage page must free before calling co_message_add_to_incoming, because kmalloc needs to call host system for mapping pages. Revert parts of SVN revision 869, and use temp_storage as buffer. ------------------------------------------------------------------------ r1114 | henryn | 2008-08-19 18:28:17 +0000 (Tue, 19 Aug 2008) | 1 line Changed paths: M /branches/devel/patch/base-2.6.22.diff * Bug in __alloc_pages: After label "nopage:" page is NULL, and should no access. ------------------------------------------------------------------------ |