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

Subversion リポジトリの参照

Diff of /trunk/1.7.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 1117 by kumaneko, Sun Apr 20 05:26:45 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/04/14
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          CentOS 4.6's 2.6.9 kernel calls do_execve() before initialization of
1373          ccs_alloc(), resulting NULL pointer dereference.
1374          I changed __initcall to core_initcall.
1375    
1376          CentOS 4.6's 2.6.9 kernel backported kzalloc() from 2.6.14 ,
1377          resulting compilation error at kzalloc().
1378          I modified prototype of kzalloc().
1379    
1380    Fix 2008/04/20
1381    
1382        @ Fix "Compilation failures" with kernels before 2.4.30/2.6.11 .
1383    
1384          Turbolinux 10 Server's 2.6.8 kernel backported kzalloc() as an inlined
1385          function, resulting compilation error at kzalloc().
1386          I converted kzalloc() from an inlined function into a macro.

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

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