rpms/kernel/devel kernel.spec, 1.431, 1.432 linux-2.6-execshield.patch, 1.82, 1.83

Kyle McMartin (kyle) fedora-extras-commits at redhat.com
Fri Feb 15 21:59:41 UTC 2008


Author: kyle

Update of /cvs/pkgs/rpms/kernel/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6183

Modified Files:
	kernel.spec linux-2.6-execshield.patch 
Log Message:
* Fri Feb 15 2008 Kyle McMartin <kmcmartin at redhat.com>
- Fix linux-2.6-execshield.patch, fastcall has been nuked.



Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/kernel.spec,v
retrieving revision 1.431
retrieving revision 1.432
diff -u -r1.431 -r1.432
--- kernel.spec	15 Feb 2008 20:40:46 -0000	1.431
+++ kernel.spec	15 Feb 2008 21:59:01 -0000	1.432
@@ -1745,6 +1745,9 @@
 
 %changelog
 * Fri Feb 15 2008 Kyle McMartin <kmcmartin at redhat.com>
+- Fix linux-2.6-execshield.patch, fastcall has been nuked.
+
+* Fri Feb 15 2008 Kyle McMartin <kmcmartin at redhat.com>
 - Linux 2.6.25-rc1-git4
 
 * Thu Feb 14 2008 Chuck Ebbert <cebbert at redhat.com>

linux-2.6-execshield.patch:

Index: linux-2.6-execshield.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/linux-2.6-execshield.patch,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -r1.82 -r1.83
--- linux-2.6-execshield.patch	14 Feb 2008 00:58:04 -0000	1.82
+++ linux-2.6-execshield.patch	15 Feb 2008 21:59:01 -0000	1.83
@@ -240,7 +240,7 @@
 + * In case of a general protection fault in the iret instruction, we
 + * need to check for a lazy CS update for exec-shield.
 + */
-+fastcall void do_iret_error(struct pt_regs *regs, long error_code)
++void do_iret_error(struct pt_regs *regs, long error_code)
 +{
 +	int ok;
 +	local_irq_enable();




More information about the fedora-extras-commits mailing list