CVSROOT: /home/cvs/parisc Module name: linux Changes by: rhirst 00/10/03 03:20:15 Modified files: kernel : module.c Log message: Added a flush of the data cache after copying a module from userland to kernel land. I guess that without this the module code is still in the data cache and hasn't been flushed through to memory. Maybe copy_from_user() should flush caches really (as it used to do).