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

Subversion リポジトリの参照

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

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

revision 1093 by kumaneko, Tue Apr 8 05:48:22 2008 UTC revision 1106 by kumaneko, Mon Apr 14 07:37:52 2008 UTC
# Line 1360  Fix 2008/03/28 Line 1360  Fix 2008/03/28
1360    
1361  Version 1.6.0 2008/04/01   Feature enhancement release.  Version 1.6.0 2008/04/01   Feature enhancement release.
1362    
1363  Fix 2008/??/??  Fix 2008/04/14
1364    
1365      @ Fix "Compilation failures" and "Initialization ordering bugs"      @ Fix "Compilation failures" and "Initialization ordering bugs"
1366        with kernels before 2.4.30/2.6.11 .        with kernels before 2.4.30/2.6.11 .
# Line 1369  Fix 2008/??/?? Line 1369  Fix 2008/??/??
1369        resulting compilation error at #include <linux/hardirq.h> .        resulting compilation error at #include <linux/hardirq.h> .
1370        I added #elif condition.        I added #elif condition.
1371    
1372        2.6 kernels before 2.6.11 calls do_execve() before initialization of        CentOS 4.6's 2.6.9 kernel calls do_execve() before initialization of
1373        ccs_alloc(), resulting NULL pointer dereference.        ccs_alloc(), resulting NULL pointer dereference.
1374        I changed __initcall to fs_initcall.        I changed __initcall to core_initcall.
1375    
1376        Some distributions with 2.6.9 kernels backported kzalloc() from 2.6.14 ,        CentOS 4.6's 2.6.9 kernel backported kzalloc() from 2.6.14 ,
1377        resulting compilation error at kzalloc().        resulting compilation error at kzalloc().
1378        I modified prototype of kzalloc().        I modified prototype of kzalloc().

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

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