rpms/kernel/devel linux-2.6-execshield.patch,1.54,1.55

Dave Jones (davej) fedora-extras-commits at redhat.com
Mon May 28 06:53:45 UTC 2007


Author: davej

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

Modified Files:
	linux-2.6-execshield.patch 
Log Message:
compile fix.

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.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- linux-2.6-execshield.patch	28 May 2007 06:33:16 -0000	1.54
+++ linux-2.6-execshield.patch	28 May 2007 06:53:39 -0000	1.55
@@ -135,7 +135,7 @@
  		addr = VDSO_HIGH_BASE;
  	else {
 -		addr = get_unmapped_area(NULL, 0, PAGE_SIZE, 0, 0);
-+		addr = get_unmapped_area(NULL, 0, PAGE_SIZE, 0, 0, 1);
++		addr = get_unmapped_area_prot(NULL, 0, PAGE_SIZE, 0, 0, 1);
  		if (IS_ERR_VALUE(addr)) {
  			ret = addr;
  			goto up_fail;




More information about the fedora-extras-commits mailing list