Open-Source-Software-Entwicklung und Downloads

Browse Subversion Repository

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

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

revision 3132 by kumaneko, Tue Nov 3 08:01:56 2009 UTC revision 3134 by kumaneko, Tue Nov 3 11:05:19 2009 UTC
# Line 1003  Fix 2007/08/17 Line 1003  Fix 2007/08/17
1003    
1004      @ Remove initializer directive.      @ Remove initializer directive.
1005    
1006        Use "initialize_domain" instrad of "initializer".        Use "initialize_domain" instead of "initializer".
1007    
1008  Fix 2007/08/21  Fix 2007/08/21
1009    
# Line 2046  Fix 2009/09/01 Line 2046  Fix 2009/09/01
2046        kernel 2.6.31 introduced memory leak detection mechanism        kernel 2.6.31 introduced memory leak detection mechanism
2047        ( CONFIG_DEBUG_KMEMLEAK ), TOMOYO no longer needs to use own list.        ( CONFIG_DEBUG_KMEMLEAK ), TOMOYO no longer needs to use own list.
2048    
2049        I removed the list to ruduce use of spinlocks.        I removed the list to reduce use of spinlocks.
2050    
2051      @ Rewrite ccs-patch-2.\*.diff .      @ Rewrite ccs-patch-2.\*.diff .
2052    
2053        ccs-patch-2.\*.diff was rewriteen like LSM hooks.        ccs-patch-2.\*.diff was rewritten like LSM hooks.
2054    
2055      @ Don't check "allow_read/write" for open-for-ioctl-only.      @ Don't check "allow_read/write" for open-for-ioctl-only.
2056    
# Line 2173  Fix 2009/10/05 Line 2173  Fix 2009/10/05
2173      @ Fix size truncation bug at ccs_memcmp().      @ Fix size truncation bug at ccs_memcmp().
2174    
2175        ccs_memcmp() was using "u8" for size parameter by error. Therefore, when        ccs_memcmp() was using "u8" for size parameter by error. Therefore, when
2176        size >= 256 was passed to ccs_memcmp(), it was doing partial comarison        size >= 256 was passed to ccs_memcmp(), it was doing partial comparison
2177        (incorrect result) or read overrun (CPU stall).        (incorrect result) or read overrun (CPU stall).
2178    
2179        ccs_memcmp() should use "size_t" for size parameter because size of        ccs_memcmp() should use "size_t" for size parameter because size of

Legend:
Removed from v.3132  
changed lines
  Added in v.3134

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