rpms/kernel/devel linux-2.6-execshield.patch,1.63,1.64

Dave Jones (davej) fedora-extras-commits at redhat.com
Fri Jul 20 22:10:00 UTC 2007


Author: davej

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

Modified Files:
	linux-2.6-execshield.patch 
Log Message:
rediff

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.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- linux-2.6-execshield.patch	20 Jul 2007 22:08:16 -0000	1.63
+++ linux-2.6-execshield.patch	20 Jul 2007 22:09:58 -0000	1.64
@@ -926,8 +926,8 @@
  	if (current->personality & MMAP_PAGE_ZERO) {
  		/* Why this, you ask???  Well SVr4 maps page 0 as read-only,
  		   and some applications "depend" upon this behavior.
---- linux-2.6.22.noarch/fs/proc/array.c~	2007-07-20 18:06:40.000000000 -0400
-+++ linux-2.6.22.noarch/fs/proc/array.c	2007-07-20 18:07:50.000000000 -0400
+--- linux-2.6.22.noarch/fs/proc/array.c~	2007-07-20 18:09:09.000000000 -0400
++++ linux-2.6.22.noarch/fs/proc/array.c	2007-07-20 18:09:27.000000000 -0400
 @@ -439,8 +439,12 @@ static int do_task_stat(struct task_stru
  	}
  	rcu_read_unlock();
@@ -940,9 +940,9 @@
 +			capable(CAP_SYS_NICE))
 +				wchan = get_wchan(task);
 +	}
- 
  	if (!whole) {
  		min_flt = task->min_flt;
+ 		maj_flt = task->maj_flt;
 Index: linux-2.6/fs/proc/base.c
 ===================================================================
 --- linux-2.6.orig/fs/proc/base.c




More information about the fedora-extras-commits mailing list