packages (GRSECURITY_RAW): kernel/kernel-grsec_full.patch http://www.grsecu...

arekm arekm at pld-linux.org
Thu Sep 24 20:59:32 CEST 2009


Author: arekm                        Date: Thu Sep 24 18:59:32 2009 GMT
Module: packages                      Tag: GRSECURITY_RAW
---- Log message:
http://www.grsecurity.net/~spender/grsecurity-2.1.14-2.6.31-200909231938.patch

---- Files affected:
packages/kernel:
   kernel-grsec_full.patch (1.3.2.11 -> 1.3.2.12) 

---- Diffs:

================================================================
Index: packages/kernel/kernel-grsec_full.patch
diff -u packages/kernel/kernel-grsec_full.patch:1.3.2.11 packages/kernel/kernel-grsec_full.patch:1.3.2.12
--- packages/kernel/kernel-grsec_full.patch:1.3.2.11	Mon Sep 14 10:18:56 2009
+++ packages/kernel/kernel-grsec_full.patch	Thu Sep 24 20:59:23 2009
@@ -1,6 +1,6 @@
 diff -urNp linux-2.6.31/arch/alpha/include/asm/atomic.h linux-2.6.31/arch/alpha/include/asm/atomic.h
---- linux-2.6.31/arch/alpha/include/asm/atomic.h	2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/alpha/include/asm/atomic.h	2009-09-11 22:49:04.785615322 -0400
+--- linux-2.6.31/arch/alpha/include/asm/atomic.h	2009-09-09 18:13:59.000000000 -0400
++++ linux-2.6.31/arch/alpha/include/asm/atomic.h	2009-09-23 19:35:08.273685320 -0400
 @@ -18,9 +18,11 @@
  #define ATOMIC64_INIT(i)	( (atomic64_t) { (i) } )
  
@@ -46,8 +46,8 @@
  
  #define atomic_dec(v) atomic_sub(1,(v))
 diff -urNp linux-2.6.31/arch/alpha/include/asm/elf.h linux-2.6.31/arch/alpha/include/asm/elf.h
---- linux-2.6.31/arch/alpha/include/asm/elf.h	2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/alpha/include/asm/elf.h	2009-09-06 15:29:11.105049911 -0400
+--- linux-2.6.31/arch/alpha/include/asm/elf.h	2009-09-09 18:13:59.000000000 -0400
++++ linux-2.6.31/arch/alpha/include/asm/elf.h	2009-09-23 19:35:08.274838262 -0400
 @@ -91,6 +91,13 @@ typedef elf_fpreg_t elf_fpregset_t[ELF_N
  
  #define ELF_ET_DYN_BASE		(TASK_UNMAPPED_BASE + 0x1000000)
@@ -63,8 +63,8 @@
     registered using atexit.  This provides a mean for the dynamic
     linker to call DT_FINI functions for shared libraries that have
 diff -urNp linux-2.6.31/arch/alpha/include/asm/pgtable.h linux-2.6.31/arch/alpha/include/asm/pgtable.h
---- linux-2.6.31/arch/alpha/include/asm/pgtable.h	2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/alpha/include/asm/pgtable.h	2009-09-06 15:29:11.105049911 -0400
+--- linux-2.6.31/arch/alpha/include/asm/pgtable.h	2009-09-09 18:13:59.000000000 -0400
++++ linux-2.6.31/arch/alpha/include/asm/pgtable.h	2009-09-23 19:35:08.274838262 -0400
 @@ -101,6 +101,17 @@ struct vm_area_struct;
  #define PAGE_SHARED	__pgprot(_PAGE_VALID | __ACCESS_BITS)
  #define PAGE_COPY	__pgprot(_PAGE_VALID | __ACCESS_BITS | _PAGE_FOW)
@@ -84,8 +84,8 @@
  
  #define _PAGE_NORMAL(x) __pgprot(_PAGE_VALID | __ACCESS_BITS | (x))
 diff -urNp linux-2.6.31/arch/alpha/kernel/module.c linux-2.6.31/arch/alpha/kernel/module.c
---- linux-2.6.31/arch/alpha/kernel/module.c	2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/alpha/kernel/module.c	2009-09-06 15:29:11.105049911 -0400
+--- linux-2.6.31/arch/alpha/kernel/module.c	2009-09-09 18:13:59.000000000 -0400
++++ linux-2.6.31/arch/alpha/kernel/module.c	2009-09-23 19:35:08.274838262 -0400
 @@ -182,7 +182,7 @@ apply_relocate_add(Elf64_Shdr *sechdrs, 
  
  	/* The small sections were sorted to the end of the segment.
@@ -96,8 +96,8 @@
  
  	for (i = 0; i < n; i++) {
 diff -urNp linux-2.6.31/arch/alpha/kernel/osf_sys.c linux-2.6.31/arch/alpha/kernel/osf_sys.c
---- linux-2.6.31/arch/alpha/kernel/osf_sys.c	2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/alpha/kernel/osf_sys.c	2009-09-06 15:29:11.106230045 -0400
+--- linux-2.6.31/arch/alpha/kernel/osf_sys.c	2009-09-09 18:13:59.000000000 -0400
++++ linux-2.6.31/arch/alpha/kernel/osf_sys.c	2009-09-23 19:35:08.276004067 -0400
 @@ -1212,6 +1212,10 @@ arch_get_unmapped_area(struct file *filp
  	   merely specific addresses, but regions of memory -- perhaps
  	   this feature should be incorporated into all ports?  */
@@ -121,8 +121,8 @@
  		return addr;
  
 diff -urNp linux-2.6.31/arch/alpha/mm/fault.c linux-2.6.31/arch/alpha/mm/fault.c
---- linux-2.6.31/arch/alpha/mm/fault.c	2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/alpha/mm/fault.c	2009-09-06 15:29:11.106230045 -0400
+--- linux-2.6.31/arch/alpha/mm/fault.c	2009-09-09 18:13:59.000000000 -0400
++++ linux-2.6.31/arch/alpha/mm/fault.c	2009-09-23 19:35:08.276004067 -0400
 @@ -54,6 +54,124 @@ __load_new_mm_context(struct mm_struct *
  	__reload_thread(pcb);
  }
@@ -280,8 +280,8 @@
  		/* Allow reads even for write-only mappings */
  		if (!(vma->vm_flags & (VM_READ | VM_WRITE)))
 diff -urNp linux-2.6.31/arch/arm/include/asm/atomic.h linux-2.6.31/arch/arm/include/asm/atomic.h
---- linux-2.6.31/arch/arm/include/asm/atomic.h	2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/arm/include/asm/atomic.h	2009-09-11 22:51:00.173407719 -0400
+--- linux-2.6.31/arch/arm/include/asm/atomic.h	2009-09-09 18:13:59.000000000 -0400
++++ linux-2.6.31/arch/arm/include/asm/atomic.h	2009-09-23 19:35:08.276004067 -0400
 @@ -20,6 +20,7 @@
  #ifdef __KERNEL__
  
@@ -343,8 +343,8 @@
  
  #define atomic_inc_and_test(v)	(atomic_add_return(1, v) == 0)
 diff -urNp linux-2.6.31/arch/arm/include/asm/elf.h linux-2.6.31/arch/arm/include/asm/elf.h
---- linux-2.6.31/arch/arm/include/asm/elf.h	2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/arm/include/asm/elf.h	2009-09-06 15:29:11.107211663 -0400
+--- linux-2.6.31/arch/arm/include/asm/elf.h	2009-09-09 18:13:59.000000000 -0400
++++ linux-2.6.31/arch/arm/include/asm/elf.h	2009-09-23 19:35:08.276004067 -0400
 @@ -103,7 +103,14 @@ extern int arm_elf_read_implies_exec(con
     the loader.  We need to make sure that it is out of the way of the program
     that it will "exec", and that there is sufficient room for the brk.  */
@@ -362,8 +362,8 @@
  /* When the program starts, a1 contains a pointer to a function to be 
     registered with atexit, as per the SVR4 ABI.  A value of 0 means we 
 diff -urNp linux-2.6.31/arch/arm/include/asm/kmap_types.h linux-2.6.31/arch/arm/include/asm/kmap_types.h
---- linux-2.6.31/arch/arm/include/asm/kmap_types.h	2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/arm/include/asm/kmap_types.h	2009-09-06 15:29:11.107211663 -0400
+--- linux-2.6.31/arch/arm/include/asm/kmap_types.h	2009-09-09 18:13:59.000000000 -0400
++++ linux-2.6.31/arch/arm/include/asm/kmap_types.h	2009-09-23 19:35:08.276994642 -0400
 @@ -19,6 +19,7 @@ enum km_type {
  	KM_SOFTIRQ0,
  	KM_SOFTIRQ1,
@@ -373,8 +373,8 @@
  };
  
 diff -urNp linux-2.6.31/arch/arm/include/asm/uaccess.h linux-2.6.31/arch/arm/include/asm/uaccess.h
---- linux-2.6.31/arch/arm/include/asm/uaccess.h	2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/arm/include/asm/uaccess.h	2009-09-06 15:29:11.108180388 -0400
+--- linux-2.6.31/arch/arm/include/asm/uaccess.h	2009-09-09 18:13:59.000000000 -0400
++++ linux-2.6.31/arch/arm/include/asm/uaccess.h	2009-09-23 19:35:08.276994642 -0400
 @@ -400,6 +400,9 @@ extern unsigned long __must_check __strn
  
  static inline unsigned long __must_check copy_from_user(void *to, const void __user *from, unsigned long n)
@@ -396,8 +396,8 @@
  		n = __copy_to_user(to, from, n);
  	return n;
 diff -urNp linux-2.6.31/arch/arm/mach-ns9xxx/clock.c linux-2.6.31/arch/arm/mach-ns9xxx/clock.c
---- linux-2.6.31/arch/arm/mach-ns9xxx/clock.c	2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/arm/mach-ns9xxx/clock.c	2009-09-06 15:29:11.108180388 -0400
+--- linux-2.6.31/arch/arm/mach-ns9xxx/clock.c	2009-09-09 18:13:59.000000000 -0400
++++ linux-2.6.31/arch/arm/mach-ns9xxx/clock.c	2009-09-23 19:35:08.276994642 -0400
 @@ -195,7 +195,7 @@ static int clk_debugfs_open(struct inode
  	return single_open(file, clk_debugfs_show, NULL);
  }
@@ -408,8 +408,8 @@
  	.read = seq_read,
  	.llseek = seq_lseek,
 diff -urNp linux-2.6.31/arch/arm/mm/mmap.c linux-2.6.31/arch/arm/mm/mmap.c
---- linux-2.6.31/arch/arm/mm/mmap.c	2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/arm/mm/mmap.c	2009-09-06 15:29:11.108180388 -0400
+--- linux-2.6.31/arch/arm/mm/mmap.c	2009-09-09 18:13:59.000000000 -0400
++++ linux-2.6.31/arch/arm/mm/mmap.c	2009-09-23 19:35:08.276994642 -0400
 @@ -62,6 +62,10 @@ arch_get_unmapped_area(struct file *filp
  	if (len > TASK_SIZE)
  		return -ENOMEM;
@@ -447,8 +447,8 @@
  				goto full_search;
  			}
 diff -urNp linux-2.6.31/arch/avr32/include/asm/atomic.h linux-2.6.31/arch/avr32/include/asm/atomic.h
---- linux-2.6.31/arch/avr32/include/asm/atomic.h	2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/avr32/include/asm/atomic.h	2009-09-11 22:52:43.047793693 -0400
+--- linux-2.6.31/arch/avr32/include/asm/atomic.h	2009-09-09 18:13:59.000000000 -0400
++++ linux-2.6.31/arch/avr32/include/asm/atomic.h	2009-09-23 19:35:08.280887551 -0400
 @@ -20,7 +20,9 @@
  #define ATOMIC_INIT(i)  { (i) }
  
@@ -511,8 +511,8 @@
  #define atomic_dec_return(v)	atomic_sub_return(1, v)
  #define atomic_inc_return(v)	atomic_add_return(1, v)
 diff -urNp linux-2.6.31/arch/avr32/include/asm/elf.h linux-2.6.31/arch/avr32/include/asm/elf.h
---- linux-2.6.31/arch/avr32/include/asm/elf.h	2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/avr32/include/asm/elf.h	2009-09-06 15:29:11.109255148 -0400
+--- linux-2.6.31/arch/avr32/include/asm/elf.h	2009-09-09 18:13:59.000000000 -0400
++++ linux-2.6.31/arch/avr32/include/asm/elf.h	2009-09-23 19:35:08.280887551 -0400
 @@ -85,8 +85,14 @@ typedef struct user_fpu_struct elf_fpreg
     the loader.  We need to make sure that it is out of the way of the program
     that it will "exec", and that there is sufficient room for the brk.  */
@@ -530,8 +530,8 @@
  /* This yields a mask that user programs can use to figure out what
     instruction set this CPU supports.  This could be done in user space,
 diff -urNp linux-2.6.31/arch/avr32/include/asm/kmap_types.h linux-2.6.31/arch/avr32/include/asm/kmap_types.h
---- linux-2.6.31/arch/avr32/include/asm/kmap_types.h	2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/avr32/include/asm/kmap_types.h	2009-09-06 15:29:11.109255148 -0400
+--- linux-2.6.31/arch/avr32/include/asm/kmap_types.h	2009-09-09 18:13:59.000000000 -0400
++++ linux-2.6.31/arch/avr32/include/asm/kmap_types.h	2009-09-23 19:35:08.280887551 -0400
 @@ -22,7 +22,8 @@ D(10)	KM_IRQ0,
  D(11)	KM_IRQ1,
  D(12)	KM_SOFTIRQ0,
@@ -543,8 +543,8 @@
  
  #undef D
 diff -urNp linux-2.6.31/arch/avr32/mm/fault.c linux-2.6.31/arch/avr32/mm/fault.c
---- linux-2.6.31/arch/avr32/mm/fault.c	2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/avr32/mm/fault.c	2009-09-06 15:29:11.110254440 -0400
+--- linux-2.6.31/arch/avr32/mm/fault.c	2009-09-09 18:13:59.000000000 -0400
++++ linux-2.6.31/arch/avr32/mm/fault.c	2009-09-23 19:35:08.280887551 -0400
 @@ -41,6 +41,23 @@ static inline int notify_page_fault(stru
  
  int exception_trace = 1;
@@ -587,8 +587,8 @@
  			printk("%s%s[%d]: segfault at %08lx pc %08lx "
  			       "sp %08lx ecr %lu\n",
 diff -urNp linux-2.6.31/arch/blackfin/include/asm/atomic.h linux-2.6.31/arch/blackfin/include/asm/atomic.h
---- linux-2.6.31/arch/blackfin/include/asm/atomic.h	2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/blackfin/include/asm/atomic.h	2009-09-11 22:53:53.058593048 -0400
+--- linux-2.6.31/arch/blackfin/include/asm/atomic.h	2009-09-09 18:13:59.000000000 -0400
++++ linux-2.6.31/arch/blackfin/include/asm/atomic.h	2009-09-23 19:35:08.281858910 -0400
 @@ -15,8 +15,10 @@
  
  #define ATOMIC_INIT(i)	{ (i) }
@@ -635,8 +635,8 @@
  {
  	__raw_atomic_update_asm(&v->counter, -1);
 diff -urNp linux-2.6.31/arch/blackfin/mach-bf561/coreb.c linux-2.6.31/arch/blackfin/mach-bf561/coreb.c
---- linux-2.6.31/arch/blackfin/mach-bf561/coreb.c	2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/blackfin/mach-bf561/coreb.c	2009-09-06 15:29:11.110254440 -0400
+--- linux-2.6.31/arch/blackfin/mach-bf561/coreb.c	2009-09-09 18:13:59.000000000 -0400
++++ linux-2.6.31/arch/blackfin/mach-bf561/coreb.c	2009-09-23 19:35:08.281858910 -0400
 @@ -48,7 +48,7 @@ coreb_ioctl(struct inode *inode, struct 
  	return ret;
  }
@@ -647,8 +647,8 @@
  	.ioctl   = coreb_ioctl,
  };
 diff -urNp linux-2.6.31/arch/cris/arch-v10/drivers/sync_serial.c linux-2.6.31/arch/cris/arch-v10/drivers/sync_serial.c
---- linux-2.6.31/arch/cris/arch-v10/drivers/sync_serial.c	2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/cris/arch-v10/drivers/sync_serial.c	2009-09-06 15:29:11.111389293 -0400
+--- linux-2.6.31/arch/cris/arch-v10/drivers/sync_serial.c	2009-09-09 18:13:59.000000000 -0400
++++ linux-2.6.31/arch/cris/arch-v10/drivers/sync_serial.c	2009-09-23 19:35:08.281858910 -0400
 @@ -244,7 +244,7 @@ static unsigned sync_serial_prescale_sha
  
  #define NUMBER_OF_PORTS 2
@@ -659,8 +659,8 @@
  	.write   = sync_serial_write,
  	.read    = sync_serial_read,
 diff -urNp linux-2.6.31/arch/cris/arch-v32/drivers/mach-fs/gpio.c linux-2.6.31/arch/cris/arch-v32/drivers/mach-fs/gpio.c
---- linux-2.6.31/arch/cris/arch-v32/drivers/mach-fs/gpio.c	2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/cris/arch-v32/drivers/mach-fs/gpio.c	2009-09-06 15:29:11.112155258 -0400
+--- linux-2.6.31/arch/cris/arch-v32/drivers/mach-fs/gpio.c	2009-09-09 18:13:59.000000000 -0400
++++ linux-2.6.31/arch/cris/arch-v32/drivers/mach-fs/gpio.c	2009-09-23 19:35:08.282835328 -0400
 @@ -855,7 +855,7 @@ gpio_leds_ioctl(unsigned int cmd, unsign
  	return 0;
  }
@@ -671,8 +671,8 @@
  	.poll        = gpio_poll,
  	.ioctl       = gpio_ioctl,
 diff -urNp linux-2.6.31/arch/cris/include/asm/atomic.h linux-2.6.31/arch/cris/include/asm/atomic.h
---- linux-2.6.31/arch/cris/include/asm/atomic.h	2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/cris/include/asm/atomic.h	2009-09-11 22:55:08.915710428 -0400
+--- linux-2.6.31/arch/cris/include/asm/atomic.h	2009-09-09 18:13:59.000000000 -0400
++++ linux-2.6.31/arch/cris/include/asm/atomic.h	2009-09-23 19:35:08.282835328 -0400
 @@ -16,7 +16,9 @@
  #define ATOMIC_INIT(i)  { (i) }
  
@@ -720,8 +720,8 @@
  {
  	unsigned long flags;
 diff -urNp linux-2.6.31/arch/frv/include/asm/atomic.h linux-2.6.31/arch/frv/include/asm/atomic.h
---- linux-2.6.31/arch/frv/include/asm/atomic.h	2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/frv/include/asm/atomic.h	2009-09-11 21:49:34.085801883 -0400
+--- linux-2.6.31/arch/frv/include/asm/atomic.h	2009-09-09 18:13:59.000000000 -0400
++++ linux-2.6.31/arch/frv/include/asm/atomic.h	2009-09-23 19:35:08.282835328 -0400
 @@ -37,7 +37,9 @@
  
  #define ATOMIC_INIT(i)		{ (i) }
@@ -765,8 +765,8 @@
  {
  	atomic_sub_return(1, v);
 diff -urNp linux-2.6.31/arch/frv/include/asm/kmap_types.h linux-2.6.31/arch/frv/include/asm/kmap_types.h
---- linux-2.6.31/arch/frv/include/asm/kmap_types.h	2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/frv/include/asm/kmap_types.h	2009-09-06 15:29:11.113186643 -0400
+--- linux-2.6.31/arch/frv/include/asm/kmap_types.h	2009-09-09 18:13:59.000000000 -0400
++++ linux-2.6.31/arch/frv/include/asm/kmap_types.h	2009-09-23 19:35:08.282835328 -0400
 @@ -23,6 +23,7 @@ enum km_type {
  	KM_IRQ1,
  	KM_SOFTIRQ0,
@@ -776,8 +776,8 @@
  };
  
 diff -urNp linux-2.6.31/arch/h8300/include/asm/atomic.h linux-2.6.31/arch/h8300/include/asm/atomic.h
---- linux-2.6.31/arch/h8300/include/asm/atomic.h	2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/h8300/include/asm/atomic.h	2009-09-11 22:59:01.477552220 -0400
+--- linux-2.6.31/arch/h8300/include/asm/atomic.h	2009-09-09 18:13:59.000000000 -0400
++++ linux-2.6.31/arch/h8300/include/asm/atomic.h	2009-09-23 19:35:08.282835328 -0400
 @@ -11,7 +11,9 @@
  #define ATOMIC_INIT(i)	{ (i) }
  
@@ -831,8 +831,8 @@
  /*
   * atomic_inc_and_test - increment and test
 diff -urNp linux-2.6.31/arch/ia64/ia32/binfmt_elf32.c linux-2.6.31/arch/ia64/ia32/binfmt_elf32.c
---- linux-2.6.31/arch/ia64/ia32/binfmt_elf32.c	2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/ia64/ia32/binfmt_elf32.c	2009-09-06 15:29:11.113186643 -0400
+--- linux-2.6.31/arch/ia64/ia32/binfmt_elf32.c	2009-09-09 18:13:59.000000000 -0400
++++ linux-2.6.31/arch/ia64/ia32/binfmt_elf32.c	2009-09-23 19:35:08.282835328 -0400
 @@ -45,6 +45,13 @@ randomize_stack_top(unsigned long stack_
  
  #define elf_read_implies_exec(ex, have_pt_gnu_stack)	(!(have_pt_gnu_stack))
@@ -862,8 +862,8 @@
  };
  
 diff -urNp linux-2.6.31/arch/ia64/ia32/ia32priv.h linux-2.6.31/arch/ia64/ia32/ia32priv.h
---- linux-2.6.31/arch/ia64/ia32/ia32priv.h	2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/ia64/ia32/ia32priv.h	2009-09-06 15:29:11.114322463 -0400
+--- linux-2.6.31/arch/ia64/ia32/ia32priv.h	2009-09-09 18:13:59.000000000 -0400
++++ linux-2.6.31/arch/ia64/ia32/ia32priv.h	2009-09-23 19:35:08.283811481 -0400
 @@ -296,7 +296,14 @@ typedef struct compat_siginfo {
  #define ELF_DATA	ELFDATA2LSB
  #define ELF_ARCH	EM_386
@@ -881,8 +881,8 @@
  #define IA32_GATE_END		IA32_PAGE_OFFSET + PAGE_SIZE
  
 diff -urNp linux-2.6.31/arch/ia64/include/asm/atomic.h linux-2.6.31/arch/ia64/include/asm/atomic.h
---- linux-2.6.31/arch/ia64/include/asm/atomic.h	2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/ia64/include/asm/atomic.h	2009-09-11 22:02:02.446796802 -0400
+--- linux-2.6.31/arch/ia64/include/asm/atomic.h	2009-09-09 18:13:59.000000000 -0400
++++ linux-2.6.31/arch/ia64/include/asm/atomic.h	2009-09-23 19:35:08.283811481 -0400
 @@ -22,9 +22,11 @@
  #define ATOMIC64_INIT(i)	((atomic64_t) { (i) })
  
@@ -908,8 +908,8 @@
  
  #define atomic64_add(i,v)		atomic64_add_return((i), (v))
 diff -urNp linux-2.6.31/arch/ia64/include/asm/elf.h linux-2.6.31/arch/ia64/include/asm/elf.h
---- linux-2.6.31/arch/ia64/include/asm/elf.h	2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/ia64/include/asm/elf.h	2009-09-06 15:29:11.114322463 -0400
+--- linux-2.6.31/arch/ia64/include/asm/elf.h	2009-09-09 18:13:59.000000000 -0400
++++ linux-2.6.31/arch/ia64/include/asm/elf.h	2009-09-23 19:35:08.283811481 -0400
 @@ -43,6 +43,13 @@
   */
  #define ELF_ET_DYN_BASE		(TASK_UNMAPPED_BASE + 0x800000000UL)
@@ -925,8 +925,8 @@
  
  /* IA-64 relocations: */
 diff -urNp linux-2.6.31/arch/ia64/include/asm/pgtable.h linux-2.6.31/arch/ia64/include/asm/pgtable.h
---- linux-2.6.31/arch/ia64/include/asm/pgtable.h	2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/ia64/include/asm/pgtable.h	2009-09-06 15:29:11.115307704 -0400
+--- linux-2.6.31/arch/ia64/include/asm/pgtable.h	2009-09-09 18:13:59.000000000 -0400
++++ linux-2.6.31/arch/ia64/include/asm/pgtable.h	2009-09-23 19:35:08.283811481 -0400
 @@ -143,6 +143,17 @@
  #define PAGE_READONLY	__pgprot(__ACCESS_BITS | _PAGE_PL_3 | _PAGE_AR_R)
  #define PAGE_COPY	__pgprot(__ACCESS_BITS | _PAGE_PL_3 | _PAGE_AR_R)
@@ -946,8 +946,8 @@
  #define PAGE_KERNEL	__pgprot(__DIRTY_BITS  | _PAGE_PL_0 | _PAGE_AR_RWX)
  #define PAGE_KERNELRX	__pgprot(__ACCESS_BITS | _PAGE_PL_0 | _PAGE_AR_RX)
 diff -urNp linux-2.6.31/arch/ia64/include/asm/uaccess.h linux-2.6.31/arch/ia64/include/asm/uaccess.h
---- linux-2.6.31/arch/ia64/include/asm/uaccess.h	2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/ia64/include/asm/uaccess.h	2009-09-06 15:29:11.115307704 -0400
+--- linux-2.6.31/arch/ia64/include/asm/uaccess.h	2009-09-09 18:13:59.000000000 -0400
++++ linux-2.6.31/arch/ia64/include/asm/uaccess.h	2009-09-23 19:35:08.284798338 -0400
 @@ -257,7 +257,7 @@ __copy_from_user (void *to, const void _
  	const void *__cu_from = (from);							\
  	long __cu_len = (n);								\
@@ -967,8 +967,8 @@
  	__cu_len;									\
  })
 diff -urNp linux-2.6.31/arch/ia64/kernel/module.c linux-2.6.31/arch/ia64/kernel/module.c
---- linux-2.6.31/arch/ia64/kernel/module.c	2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/ia64/kernel/module.c	2009-09-06 15:29:11.116247536 -0400
+--- linux-2.6.31/arch/ia64/kernel/module.c	2009-09-09 18:13:59.000000000 -0400
++++ linux-2.6.31/arch/ia64/kernel/module.c	2009-09-23 19:35:08.284798338 -0400
 @@ -315,8 +315,7 @@ module_alloc (unsigned long size)
  void
  module_free (struct module *mod, void *module_region)
@@ -1058,8 +1058,8 @@
  		DEBUGP("%s: placing gp at 0x%lx\n", __func__, gp);
  	}
 diff -urNp linux-2.6.31/arch/ia64/kernel/sys_ia64.c linux-2.6.31/arch/ia64/kernel/sys_ia64.c
---- linux-2.6.31/arch/ia64/kernel/sys_ia64.c	2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/ia64/kernel/sys_ia64.c	2009-09-06 15:29:11.116247536 -0400
+--- linux-2.6.31/arch/ia64/kernel/sys_ia64.c	2009-09-09 18:13:59.000000000 -0400
++++ linux-2.6.31/arch/ia64/kernel/sys_ia64.c	2009-09-23 19:35:08.284798338 -0400
 @@ -43,6 +43,13 @@ arch_get_unmapped_area (struct file *fil
  	if (REGION_NUMBER(addr) == RGN_HPAGE)
  		addr = 0;
@@ -1087,8 +1087,8 @@
  			}
  			return -ENOMEM;
 diff -urNp linux-2.6.31/arch/ia64/mm/fault.c linux-2.6.31/arch/ia64/mm/fault.c
---- linux-2.6.31/arch/ia64/mm/fault.c	2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/ia64/mm/fault.c	2009-09-06 15:29:11.117202694 -0400
+--- linux-2.6.31/arch/ia64/mm/fault.c	2009-09-09 18:13:59.000000000 -0400
++++ linux-2.6.31/arch/ia64/mm/fault.c	2009-09-23 19:35:08.284798338 -0400
 @@ -72,6 +72,23 @@ mapped_kernel_page_is_present (unsigned 
  	return pte_present(pte);
  }
@@ -1139,8 +1139,8 @@
  	/*
  	 * If for any reason at all we couldn't handle the fault, make
 diff -urNp linux-2.6.31/arch/ia64/mm/init.c linux-2.6.31/arch/ia64/mm/init.c
---- linux-2.6.31/arch/ia64/mm/init.c	2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/ia64/mm/init.c	2009-09-06 15:29:11.117202694 -0400
+--- linux-2.6.31/arch/ia64/mm/init.c	2009-09-09 18:13:59.000000000 -0400
++++ linux-2.6.31/arch/ia64/mm/init.c	2009-09-23 19:35:08.285765203 -0400
 @@ -122,6 +122,19 @@ ia64_init_addr_space (void)
  		vma->vm_start = current->thread.rbs_bot & PAGE_MASK;
  		vma->vm_end = vma->vm_start + PAGE_SIZE;
@@ -1162,8 +1162,8 @@
  		down_write(&current->mm->mmap_sem);
  		if (insert_vm_struct(current->mm, vma)) {
 diff -urNp linux-2.6.31/arch/m32r/include/asm/atomic.h linux-2.6.31/arch/m32r/include/asm/atomic.h
---- linux-2.6.31/arch/m32r/include/asm/atomic.h	2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/m32r/include/asm/atomic.h	2009-09-11 22:04:17.637685200 -0400
+--- linux-2.6.31/arch/m32r/include/asm/atomic.h	2009-09-09 18:13:59.000000000 -0400
++++ linux-2.6.31/arch/m32r/include/asm/atomic.h	2009-09-23 19:35:08.285765203 -0400
 @@ -29,6 +29,14 @@
  #define atomic_read(v)	((v)->counter)
  
@@ -1207,8 +1207,8 @@
  #define smp_mb__before_atomic_dec()	barrier()
  #define smp_mb__after_atomic_dec()	barrier()
 diff -urNp linux-2.6.31/arch/m32r/lib/usercopy.c linux-2.6.31/arch/m32r/lib/usercopy.c
---- linux-2.6.31/arch/m32r/lib/usercopy.c	2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/m32r/lib/usercopy.c	2009-09-06 15:29:11.118236580 -0400
+--- linux-2.6.31/arch/m32r/lib/usercopy.c	2009-09-09 18:13:59.000000000 -0400
++++ linux-2.6.31/arch/m32r/lib/usercopy.c	2009-09-23 19:35:08.285765203 -0400
 @@ -14,6 +14,9 @@
  unsigned long
  __generic_copy_to_user(void __user *to, const void *from, unsigned long n)
@@ -1230,8 +1230,8 @@
  	if (access_ok(VERIFY_READ, from, n))
  		__copy_user_zeroing(to,from,n);
 diff -urNp linux-2.6.31/arch/m68k/include/asm/atomic_mm.h linux-2.6.31/arch/m68k/include/asm/atomic_mm.h
---- linux-2.6.31/arch/m68k/include/asm/atomic_mm.h	2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/m68k/include/asm/atomic_mm.h	2009-09-12 09:48:47.937349132 -0400
+--- linux-2.6.31/arch/m68k/include/asm/atomic_mm.h	2009-09-09 18:13:59.000000000 -0400
++++ linux-2.6.31/arch/m68k/include/asm/atomic_mm.h	2009-09-23 19:35:08.285765203 -0400
 @@ -16,23 +16,40 @@
  #define ATOMIC_INIT(i)	{ (i) }
  
@@ -1274,8 +1274,8 @@
  {
  	__asm__ __volatile__("subql #1,%0" : "+m" (*v));
 diff -urNp linux-2.6.31/arch/m68k/include/asm/atomic_no.h linux-2.6.31/arch/m68k/include/asm/atomic_no.h
---- linux-2.6.31/arch/m68k/include/asm/atomic_no.h	2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/m68k/include/asm/atomic_no.h	2009-09-12 09:50:27.179985977 -0400
+--- linux-2.6.31/arch/m68k/include/asm/atomic_no.h	2009-09-09 18:13:59.000000000 -0400
++++ linux-2.6.31/arch/m68k/include/asm/atomic_no.h	2009-09-23 19:35:08.285765203 -0400
 @@ -16,7 +16,9 @@
  #define ATOMIC_INIT(i)	{ (i) }
  
@@ -1323,8 +1323,8 @@
   * atomic_inc_and_test - increment and test
   * @v: pointer of type atomic_t
 diff -urNp linux-2.6.31/arch/mips/include/asm/atomic.h linux-2.6.31/arch/mips/include/asm/atomic.h
---- linux-2.6.31/arch/mips/include/asm/atomic.h	2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/mips/include/asm/atomic.h	2009-09-11 22:19:56.216381287 -0400
+--- linux-2.6.31/arch/mips/include/asm/atomic.h	2009-09-09 18:13:59.000000000 -0400
++++ linux-2.6.31/arch/mips/include/asm/atomic.h	2009-09-23 19:35:08.286741888 -0400
 @@ -32,6 +32,14 @@
  #define atomic_read(v)		((v)->counter)
  
@@ -1367,8 +1367,8 @@
  /*
   * atomic_dec - decrement and test
 diff -urNp linux-2.6.31/arch/mips/include/asm/elf.h linux-2.6.31/arch/mips/include/asm/elf.h
---- linux-2.6.31/arch/mips/include/asm/elf.h	2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/mips/include/asm/elf.h	2009-09-06 15:29:11.120185424 -0400
+--- linux-2.6.31/arch/mips/include/asm/elf.h	2009-09-09 18:13:59.000000000 -0400
++++ linux-2.6.31/arch/mips/include/asm/elf.h	2009-09-23 19:35:08.288695646 -0400
 @@ -368,4 +368,11 @@ extern int dump_task_fpu(struct task_str
  #define ELF_ET_DYN_BASE         (TASK_SIZE / 3 * 2)
  #endif
@@ -1382,8 +1382,8 @@
 +
  #endif /* _ASM_ELF_H */
 diff -urNp linux-2.6.31/arch/mips/include/asm/page.h linux-2.6.31/arch/mips/include/asm/page.h
---- linux-2.6.31/arch/mips/include/asm/page.h	2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/mips/include/asm/page.h	2009-09-06 15:29:11.120185424 -0400
+--- linux-2.6.31/arch/mips/include/asm/page.h	2009-09-09 18:13:59.000000000 -0400
++++ linux-2.6.31/arch/mips/include/asm/page.h	2009-09-23 19:35:08.288695646 -0400
 @@ -92,7 +92,7 @@ extern void copy_user_highpage(struct pa
    #ifdef CONFIG_CPU_MIPS32
      typedef struct { unsigned long pte_low, pte_high; } pte_t;
@@ -1394,8 +1394,8 @@
       typedef struct { unsigned long long pte; } pte_t;
       #define pte_val(x)	((x).pte)
 diff -urNp linux-2.6.31/arch/mips/include/asm/system.h linux-2.6.31/arch/mips/include/asm/system.h
---- linux-2.6.31/arch/mips/include/asm/system.h	2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/mips/include/asm/system.h	2009-09-06 15:29:11.121159580 -0400
+--- linux-2.6.31/arch/mips/include/asm/system.h	2009-09-09 18:13:59.000000000 -0400
++++ linux-2.6.31/arch/mips/include/asm/system.h	2009-09-23 19:35:08.289734773 -0400
 @@ -217,6 +217,6 @@ extern void per_cpu_trap_init(void);
   */
  #define __ARCH_WANT_UNLOCKED_CTXSW
@@ -1405,8 +1405,8 @@
  
  #endif /* _ASM_SYSTEM_H */
 diff -urNp linux-2.6.31/arch/mips/kernel/binfmt_elfn32.c linux-2.6.31/arch/mips/kernel/binfmt_elfn32.c
---- linux-2.6.31/arch/mips/kernel/binfmt_elfn32.c	2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/mips/kernel/binfmt_elfn32.c	2009-09-06 15:29:11.121159580 -0400
+--- linux-2.6.31/arch/mips/kernel/binfmt_elfn32.c	2009-09-09 18:13:59.000000000 -0400
++++ linux-2.6.31/arch/mips/kernel/binfmt_elfn32.c	2009-09-23 19:35:08.289734773 -0400
 @@ -50,6 +50,13 @@ typedef elf_fpreg_t elf_fpregset_t[ELF_N
  #undef ELF_ET_DYN_BASE
  #define ELF_ET_DYN_BASE         (TASK32_SIZE / 3 * 2)
@@ -1422,8 +1422,8 @@
  #include <linux/module.h>
  #include <linux/elfcore.h>
 diff -urNp linux-2.6.31/arch/mips/kernel/binfmt_elfo32.c linux-2.6.31/arch/mips/kernel/binfmt_elfo32.c
---- linux-2.6.31/arch/mips/kernel/binfmt_elfo32.c	2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/mips/kernel/binfmt_elfo32.c	2009-09-06 15:29:11.121159580 -0400
+--- linux-2.6.31/arch/mips/kernel/binfmt_elfo32.c	2009-09-09 18:13:59.000000000 -0400
++++ linux-2.6.31/arch/mips/kernel/binfmt_elfo32.c	2009-09-23 19:35:08.289734773 -0400
 @@ -52,6 +52,13 @@ typedef elf_fpreg_t elf_fpregset_t[ELF_N
  #undef ELF_ET_DYN_BASE
  #define ELF_ET_DYN_BASE         (TASK32_SIZE / 3 * 2)
@@ -1439,8 +1439,8 @@
  
  /*
 diff -urNp linux-2.6.31/arch/mips/kernel/process.c linux-2.6.31/arch/mips/kernel/process.c
---- linux-2.6.31/arch/mips/kernel/process.c	2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/mips/kernel/process.c	2009-09-06 15:29:11.121159580 -0400
+--- linux-2.6.31/arch/mips/kernel/process.c	2009-09-09 18:13:59.000000000 -0400
++++ linux-2.6.31/arch/mips/kernel/process.c	2009-09-23 19:35:08.289734773 -0400
 @@ -470,15 +470,3 @@ unsigned long get_wchan(struct task_stru
  out:
  	return pc;
@@ -1458,8 +1458,8 @@
 -	return sp & ALMASK;
 -}
 diff -urNp linux-2.6.31/arch/mips/kernel/syscall.c linux-2.6.31/arch/mips/kernel/syscall.c
---- linux-2.6.31/arch/mips/kernel/syscall.c	2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/mips/kernel/syscall.c	2009-09-06 15:29:11.122248738 -0400
+--- linux-2.6.31/arch/mips/kernel/syscall.c	2009-09-09 18:13:59.000000000 -0400
++++ linux-2.6.31/arch/mips/kernel/syscall.c	2009-09-23 19:35:08.289734773 -0400
 @@ -99,6 +99,11 @@ unsigned long arch_get_unmapped_area(str
  	do_color_align = 0;
  	if (filp || (flags & MAP_SHARED))
@@ -1482,8 +1482,8 @@
  		addr = COLOUR_ALIGN(addr, pgoff);
  	else
 diff -urNp linux-2.6.31/arch/mips/mm/fault.c linux-2.6.31/arch/mips/mm/fault.c
---- linux-2.6.31/arch/mips/mm/fault.c	2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/mips/mm/fault.c	2009-09-06 15:29:11.122248738 -0400
+--- linux-2.6.31/arch/mips/mm/fault.c	2009-09-09 18:13:59.000000000 -0400
++++ linux-2.6.31/arch/mips/mm/fault.c	2009-09-23 19:35:08.289734773 -0400
 @@ -26,6 +26,23 @@
  #include <asm/ptrace.h>
  #include <asm/highmem.h>		/* For VMALLOC_END */
@@ -1509,8 +1509,8 @@
   * This routine handles page faults.  It determines the address,
   * and the problem, and then passes it off to one of the appropriate
 diff -urNp linux-2.6.31/arch/mn10300/include/asm/atomic.h linux-2.6.31/arch/mn10300/include/asm/atomic.h
---- linux-2.6.31/arch/mn10300/include/asm/atomic.h	2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/mn10300/include/asm/atomic.h	2009-09-11 22:24:04.850517005 -0400
+--- linux-2.6.31/arch/mn10300/include/asm/atomic.h	2009-09-09 18:13:59.000000000 -0400
++++ linux-2.6.31/arch/mn10300/include/asm/atomic.h	2009-09-23 19:35:08.290930888 -0400
 @@ -34,6 +34,15 @@
  #define atomic_read(v)	((v)->counter)
  
@@ -1577,8 +1577,8 @@
  {
  	atomic_sub_return(1, v);
 diff -urNp linux-2.6.31/arch/mn10300/kernel/setup.c linux-2.6.31/arch/mn10300/kernel/setup.c
---- linux-2.6.31/arch/mn10300/kernel/setup.c	2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/mn10300/kernel/setup.c	2009-09-06 15:29:11.123326294 -0400
+--- linux-2.6.31/arch/mn10300/kernel/setup.c	2009-09-09 18:13:59.000000000 -0400
++++ linux-2.6.31/arch/mn10300/kernel/setup.c	2009-09-23 19:35:08.290930888 -0400
 @@ -285,7 +285,7 @@ static void c_stop(struct seq_file *m, v
  {
  }
@@ -1589,8 +1589,8 @@
  	.next	= c_next,
  	.stop	= c_stop,
 diff -urNp linux-2.6.31/arch/parisc/include/asm/atomic.h linux-2.6.31/arch/parisc/include/asm/atomic.h
---- linux-2.6.31/arch/parisc/include/asm/atomic.h	2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/parisc/include/asm/atomic.h	2009-09-11 22:30:04.233759484 -0400
+--- linux-2.6.31/arch/parisc/include/asm/atomic.h	2009-09-09 18:13:59.000000000 -0400
++++ linux-2.6.31/arch/parisc/include/asm/atomic.h	2009-09-23 19:35:08.290930888 -0400
 @@ -177,6 +177,18 @@ static __inline__ int __atomic_add_retur
  	return ret;
  }
@@ -1650,8 +1650,8 @@
  
  #define atomic_add_return(i,v)	(__atomic_add_return( (i),(v)))
 diff -urNp linux-2.6.31/arch/parisc/include/asm/elf.h linux-2.6.31/arch/parisc/include/asm/elf.h
---- linux-2.6.31/arch/parisc/include/asm/elf.h	2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/parisc/include/asm/elf.h	2009-09-06 15:29:11.124187237 -0400
+--- linux-2.6.31/arch/parisc/include/asm/elf.h	2009-09-09 18:13:59.000000000 -0400
++++ linux-2.6.31/arch/parisc/include/asm/elf.h	2009-09-23 19:35:08.291687069 -0400
 @@ -343,6 +343,13 @@ struct pt_regs;	/* forward declaration..
  
  #define ELF_ET_DYN_BASE         (TASK_UNMAPPED_BASE + 0x01000000)
@@ -1667,8 +1667,8 @@
     instruction set this CPU supports.  This could be done in user space,
     but it's not easy, and we've already done it here.  */
 diff -urNp linux-2.6.31/arch/parisc/include/asm/pgtable.h linux-2.6.31/arch/parisc/include/asm/pgtable.h
---- linux-2.6.31/arch/parisc/include/asm/pgtable.h	2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/parisc/include/asm/pgtable.h	2009-09-06 15:29:11.124187237 -0400
+--- linux-2.6.31/arch/parisc/include/asm/pgtable.h	2009-09-09 18:13:59.000000000 -0400
++++ linux-2.6.31/arch/parisc/include/asm/pgtable.h	2009-09-23 19:35:08.291687069 -0400
 @@ -207,6 +207,17 @@
  #define PAGE_EXECREAD   __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_READ | _PAGE_EXEC |_PAGE_ACCESSED)
  #define PAGE_COPY       PAGE_EXECREAD
@@ -1688,8 +1688,8 @@
  #define PAGE_KERNEL_RO	__pgprot(_PAGE_KERNEL & ~_PAGE_WRITE)
  #define PAGE_KERNEL_UNC	__pgprot(_PAGE_KERNEL | _PAGE_NO_CACHE)
 diff -urNp linux-2.6.31/arch/parisc/kernel/module.c linux-2.6.31/arch/parisc/kernel/module.c
---- linux-2.6.31/arch/parisc/kernel/module.c	2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/parisc/kernel/module.c	2009-09-06 15:29:11.125330310 -0400
+--- linux-2.6.31/arch/parisc/kernel/module.c	2009-09-09 18:13:59.000000000 -0400
++++ linux-2.6.31/arch/parisc/kernel/module.c	2009-09-23 19:35:08.291687069 -0400
 @@ -95,16 +95,38 @@
  
  /* three functions to determine where in the module core
@@ -1791,8 +1791,8 @@
  	DEBUGP("register_unwind_table(), sect = %d at 0x%p - 0x%p (gp=0x%lx)\n",
  	       me->arch.unwind_section, table, end, gp);
 diff -urNp linux-2.6.31/arch/parisc/kernel/sys_parisc.c linux-2.6.31/arch/parisc/kernel/sys_parisc.c
---- linux-2.6.31/arch/parisc/kernel/sys_parisc.c	2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/parisc/kernel/sys_parisc.c	2009-09-06 15:29:11.125330310 -0400
+--- linux-2.6.31/arch/parisc/kernel/sys_parisc.c	2009-09-09 18:13:59.000000000 -0400
++++ linux-2.6.31/arch/parisc/kernel/sys_parisc.c	2009-09-23 19:35:08.292870627 -0400
 @@ -98,7 +98,7 @@ unsigned long arch_get_unmapped_area(str
  	if (flags & MAP_FIXED)
  		return addr;
<<Diff was trimmed, longer than 597 lines>>

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/kernel/kernel-grsec_full.patch?r1=1.3.2.11&r2=1.3.2.12&f=u



More information about the pld-cvs-commit mailing list