오픈 소스 소프트웨어 개발 및 다운로드

Browse Subversion Repository

Diff of /trunk/1.8.x/ccs-patch/README.ccs

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3518 by kumaneko, Sat Mar 20 04:28:38 2010 UTC revision 3519 by kumaneko, Sun Mar 21 08:31:39 2010 UTC
# Line 2365  Fix 2010/03/08 Line 2365  Fix 2010/03/08
2365        Although patching the kernel source and recompiling the kernel are        Although patching the kernel source and recompiling the kernel are
2366        inevitable, this change will make it easier to enable TOMOYO Linux        inevitable, this change will make it easier to enable TOMOYO Linux
2367        when there is a filesize limitation on vmlinux (e.g. embedded systems).        when there is a filesize limitation on vmlinux (e.g. embedded systems).
2368    
2369    Fix 2010/03/21
2370    
2371        @ Improve garbage collector.
2372    
2373          Until now, garbage collector did not start garbage collection until
2374          /proc/ccs/ users call close(). But since it is not good behavior to
2375          leave the kernel with SRCU read lock held, I changed /proc/ccs/ users
2376          not to leave the kernel with SRCU read lock held. As a result, garbage
2377          collector can start garbage collection before /proc/ccs/ users call
2378          close().

Legend:
Removed from v.3518  
changed lines
  Added in v.3519

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26