Author: pluto Date: Wed Sep 14 11:32:57 2005 GMT Module: SPECS Tag: LINUX_2_6 ---- Log message: - jiffies rounding patch disabled. it kills fast sigalrm delivering and e.g. kills time accumulation during code profiling. issue reported to author (waiting for feedback).
---- Files affected: SPECS: kernel.spec (1.441.2.1192 -> 1.441.2.1193) ---- Diffs: ================================================================ Index: SPECS/kernel.spec diff -u SPECS/kernel.spec:1.441.2.1192 SPECS/kernel.spec:1.441.2.1193 --- SPECS/kernel.spec:1.441.2.1192 Sun Sep 11 16:28:40 2005 +++ SPECS/kernel.spec Wed Sep 14 13:32:51 2005 @@ -237,7 +237,7 @@ Patch106: linux-2.6-null-tty-driver-oops.patch Patch107: linux-2.6-sata-sil-mod15write-workaround.patch Patch108: linux-2.6-tty-races.patch -Patch109: linux-2.6-jiffies-rounding.patch +#Patch109: linux-2.6-jiffies-rounding.patch NEEDS FIX Patch110: linux-2.6-cputime-misscalculation.patch Patch113: linux-2.6-3Com_IBM-fix.patch # Derived from ftp://ftp.cmf.nrl.navy.mil/pub/chas/linux-atm/vbr/vbr-kernel-diffs @@ -660,7 +660,7 @@ %patch106 -p1 %patch107 -p1 %patch108 -p1 -%patch109 -p1 +#patch109 -p1 NEEDS FIX %patch110 -p1 %patch113 -p1 %patch115 -p1 @@ -1472,6 +1472,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.441.2.1193 2005/09/14 11:32:51 pluto +- jiffies rounding patch disabled. it kills fast sigalrm delivering + and e.g. kills time accumulation during code profiling. + issue reported to author (waiting for feedback). + Revision 1.441.2.1192 2005/09/11 14:28:40 sparky - oops, missing files; BTW. this is bad, as there will be no such files if only source will be built, so modules compiled using it will not have ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/kernel.spec?r1=1.441.2.1192&r2=1.441.2.1193&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
