SPECS (LINUX_2_6_20): kernel.spec - kernel-pax.config updated - ad...
mguevara
mguevara at pld-linux.org
Mon Mar 12 16:15:54 CET 2007
Author: mguevara Date: Mon Mar 12 15:15:54 2007 GMT
Module: SPECS Tag: LINUX_2_6_20
---- Log message:
- kernel-pax.config updated - added disabled PAX_EMUSIGRT and PAX_EMUPLT
- updated PaXconfig - enables PAX_EMUSIGRT for 32-bit ppc and PAX_EMUPLT
for 32-bit ppc, sparc, sparc64 and alpha architectures
---- Files affected:
SPECS:
kernel.spec (1.441.2.1698.2.68 -> 1.441.2.1698.2.69)
---- Diffs:
================================================================
Index: SPECS/kernel.spec
diff -u SPECS/kernel.spec:1.441.2.1698.2.68 SPECS/kernel.spec:1.441.2.1698.2.69
--- SPECS/kernel.spec:1.441.2.1698.2.68 Mon Mar 12 15:35:02 2007
+++ SPECS/kernel.spec Mon Mar 12 16:15:49 2007
@@ -1239,7 +1239,14 @@
%endif
%ifarch ppc
sed -i 's:# CONFIG_PAX_EMUTRAMP is not set:CONFIG_PAX_EMUTRAMP=y:' $1
+ sed -i 's:# CONFIG_PAX_EMUSIGRT is not set:CONFIG_PAX_EMUSIGRT=y:' $1
+ sed -i 's:# CONFIG_PAX_EMUPLT is not set:CONFIG_PAX_EMUPLT=y:' $1
%endif
+
+ %ifarch sparc || sparc64 || alpha
+ sed -i 's:# CONFIG_PAX_EMUPLT is not set:CONFIG_PAX_EMUPLT=y:' $1
+ %endif
+
%ifarch %{ix8664}
sed -i 's:# CONFIG_PAX_MEMORY_UDEREF is not set:CONFIG_PAX_MEMORY_UDEREF=y:' $1
%endif
@@ -2126,6 +2133,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.441.2.1698.2.69 2007/03/12 15:15:49 mguevara
+- kernel-pax.config updated - added disabled PAX_EMUSIGRT and PAX_EMUPLT
+- updated PaXconfig - enables PAX_EMUSIGRT for 32-bit ppc and PAX_EMUPLT
+ for 32-bit ppc, sparc, sparc64 and alpha architectures
+
Revision 1.441.2.1698.2.68 2007/03/12 14:35:02 mguevara
- rel 0.4
- status updated - successfull crossbuild for ppc architecture
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/kernel.spec?r1=1.441.2.1698.2.68&r2=1.441.2.1698.2.69&f=u
More information about the pld-cvs-commit
mailing list