オープンソース・ソフトウェアの開発とダウンロード

Subversion リポジトリの参照

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

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

revision 1065 by kumaneko, Fri Mar 28 08:30:10 2008 UTC revision 1093 by kumaneko, Tue Apr 8 05:48:22 2008 UTC
# Line 1358  Fix 2008/03/28 Line 1358  Fix 2008/03/28
1358        I rewrote the code to pass scripts/checkpatch.pl as much as possible.        I rewrote the code to pass scripts/checkpatch.pl as much as possible.
1359        Function names were changed to use only lower letters.        Function names were changed to use only lower letters.
1360    
1361  Version 1.6.0 2008/??/??   Feature enhancement release.  Version 1.6.0 2008/04/01   Feature enhancement release.
1362    
1363    Fix 2008/??/??
1364    
1365        @ Fix "Compilation failures" and "Initialization ordering bugs"
1366          with kernels before 2.4.30/2.6.11 .
1367    
1368          2.6 kernels before 2.6.9 didn't have include/linux/hardirq.h ,
1369          resulting compilation error at #include <linux/hardirq.h> .
1370          I added #elif condition.
1371    
1372          2.6 kernels before 2.6.11 calls do_execve() before initialization of
1373          ccs_alloc(), resulting NULL pointer dereference.
1374          I changed __initcall to fs_initcall.
1375    
1376          Some distributions with 2.6.9 kernels backported kzalloc() from 2.6.14 ,
1377          resulting compilation error at kzalloc().
1378          I modified prototype of kzalloc().

Legend:
Removed from v.1065  
changed lines
  Added in v.1093

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