]> git.pld-linux.org Git - packages/kernel.git/blobdiff - kernel-grsec_full.patch
- updated; based on http://www.grsecurity.net/~spender/grsecurity-2.1.14-2.6.32.1...
[packages/kernel.git] / kernel-grsec_full.patch
index 063c8547b89cf7d19b14fc70db7c0cda5d80cc32..da1510a35d1b482a8cbac02fe260950188e58f40 100644 (file)
@@ -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
+diff -urNp linux-2.6.32.1/arch/alpha/include/asm/atomic.h linux-2.6.32.1/arch/alpha/include/asm/atomic.h
+--- linux-2.6.32.1/arch/alpha/include/asm/atomic.h     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/alpha/include/asm/atomic.h     2009-12-14 18:33:50.937708656 -0500
 @@ -18,9 +18,11 @@
  #define ATOMIC64_INIT(i)      ( (atomic64_t) { (i) } )
  
@@ -45,9 +45,9 @@ diff -urNp linux-2.6.31/arch/alpha/include/asm/atomic.h linux-2.6.31/arch/alpha/
  #define atomic64_inc(v) atomic64_add(1,(v))
  
  #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
+diff -urNp linux-2.6.32.1/arch/alpha/include/asm/elf.h linux-2.6.32.1/arch/alpha/include/asm/elf.h
+--- linux-2.6.32.1/arch/alpha/include/asm/elf.h        2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/alpha/include/asm/elf.h        2009-12-14 18:33:50.937708656 -0500
 @@ -91,6 +91,13 @@ typedef elf_fpreg_t elf_fpregset_t[ELF_N
  
  #define ELF_ET_DYN_BASE               (TASK_UNMAPPED_BASE + 0x1000000)
@@ -62,9 +62,9 @@ diff -urNp linux-2.6.31/arch/alpha/include/asm/elf.h linux-2.6.31/arch/alpha/inc
  /* $0 is set by ld.so to a pointer to a function which might be 
     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
+diff -urNp linux-2.6.32.1/arch/alpha/include/asm/pgtable.h linux-2.6.32.1/arch/alpha/include/asm/pgtable.h
+--- linux-2.6.32.1/arch/alpha/include/asm/pgtable.h    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/alpha/include/asm/pgtable.h    2009-12-14 18:33:50.937708656 -0500
 @@ -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)
@@ -83,9 +83,9 @@ diff -urNp linux-2.6.31/arch/alpha/include/asm/pgtable.h linux-2.6.31/arch/alpha
  #define PAGE_KERNEL   __pgprot(_PAGE_VALID | _PAGE_ASM | _PAGE_KRE | _PAGE_KWE)
  
  #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
+diff -urNp linux-2.6.32.1/arch/alpha/kernel/module.c linux-2.6.32.1/arch/alpha/kernel/module.c
+--- linux-2.6.32.1/arch/alpha/kernel/module.c  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/alpha/kernel/module.c  2009-12-14 18:33:50.938740017 -0500
 @@ -182,7 +182,7 @@ apply_relocate_add(Elf64_Shdr *sechdrs, 
  
        /* The small sections were sorted to the end of the segment.
@@ -95,9 +95,9 @@ diff -urNp linux-2.6.31/arch/alpha/kernel/module.c linux-2.6.31/arch/alpha/kerne
        got = sechdrs[me->arch.gotsecindex].sh_addr;
  
        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
+diff -urNp linux-2.6.32.1/arch/alpha/kernel/osf_sys.c linux-2.6.32.1/arch/alpha/kernel/osf_sys.c
+--- linux-2.6.32.1/arch/alpha/kernel/osf_sys.c 2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/alpha/kernel/osf_sys.c 2009-12-14 18:33:50.955989565 -0500
 @@ -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?  */
@@ -120,9 +120,9 @@ diff -urNp linux-2.6.31/arch/alpha/kernel/osf_sys.c linux-2.6.31/arch/alpha/kern
        if (addr != (unsigned long) -ENOMEM)
                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
+diff -urNp linux-2.6.32.1/arch/alpha/mm/fault.c linux-2.6.32.1/arch/alpha/mm/fault.c
+--- linux-2.6.32.1/arch/alpha/mm/fault.c       2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/alpha/mm/fault.c       2009-12-14 18:33:50.955989565 -0500
 @@ -54,6 +54,124 @@ __load_new_mm_context(struct mm_struct *
        __reload_thread(pcb);
  }
@@ -279,30 +279,20 @@ diff -urNp linux-2.6.31/arch/alpha/mm/fault.c linux-2.6.31/arch/alpha/mm/fault.c
        } else if (!cause) {
                /* 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
-@@ -20,6 +20,7 @@
- #ifdef __KERNEL__
+diff -urNp linux-2.6.32.1/arch/arm/include/asm/atomic.h linux-2.6.32.1/arch/arm/include/asm/atomic.h
+--- linux-2.6.32.1/arch/arm/include/asm/atomic.h       2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/arm/include/asm/atomic.h       2009-12-14 18:33:51.013956117 -0500
+@@ -25,7 +25,9 @@
+  * atomic_set() is the clrex or dummy strex done on every exception return.
+  */
  #define atomic_read(v)        ((v)->counter)
 +#define atomic_read_unchecked(v)      ((v)->counter)
+ #define atomic_set(v,i)       (((v)->counter) = (i))
++#define atomic_set_unchecked(v,i)     (((v)->counter) = (i))
  
  #if __LINUX_ARM_ARCH__ >= 6
  
-@@ -44,6 +45,11 @@ static inline void atomic_set(atomic_t *
-       : "cc");
- }
-+static inline void atomic_set_unchecked(atomic_unchecked_t *v, int i)
-+{
-+      atomic_set((atomic_t *)v, i);
-+}
-+
- static inline void atomic_add(int i, atomic_t *v)
- {
-       unsigned long tmp;
-@@ -60,6 +66,11 @@ static inline void atomic_add(int i, ato
+@@ -50,6 +52,11 @@ static inline void atomic_add(int i, ato
        : "cc");
  }
  
@@ -314,7 +304,7 @@ diff -urNp linux-2.6.31/arch/arm/include/asm/atomic.h linux-2.6.31/arch/arm/incl
  static inline int atomic_add_return(int i, atomic_t *v)
  {
        unsigned long tmp;
-@@ -98,6 +109,11 @@ static inline void atomic_sub(int i, ato
+@@ -88,6 +95,11 @@ static inline void atomic_sub(int i, ato
        : "cc");
  }
  
@@ -326,15 +316,7 @@ diff -urNp linux-2.6.31/arch/arm/include/asm/atomic.h linux-2.6.31/arch/arm/incl
  static inline int atomic_sub_return(int i, atomic_t *v)
  {
        unsigned long tmp;
-@@ -164,6 +180,7 @@ static inline void atomic_clear_mask(uns
- #endif
- #define atomic_set(v,i)       (((v)->counter) = (i))
-+#define atomic_set_unchecked(v,i)     (((v)->counter) = (i))
- static inline int atomic_add_return(int i, atomic_t *v)
- {
-@@ -232,6 +249,7 @@ static inline int atomic_add_unless(atom
+@@ -220,6 +232,7 @@ static inline int atomic_add_unless(atom
  #define atomic_inc_not_zero(v) atomic_add_unless((v), 1, 0)
  
  #define atomic_inc(v)         atomic_add(1, v)
@@ -342,10 +324,10 @@ diff -urNp linux-2.6.31/arch/arm/include/asm/atomic.h linux-2.6.31/arch/arm/incl
  #define atomic_dec(v)         atomic_sub(1, v)
  
  #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
-@@ -103,7 +103,14 @@ extern int arm_elf_read_implies_exec(con
+diff -urNp linux-2.6.32.1/arch/arm/include/asm/elf.h linux-2.6.32.1/arch/arm/include/asm/elf.h
+--- linux-2.6.32.1/arch/arm/include/asm/elf.h  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/arm/include/asm/elf.h  2009-12-14 18:33:51.020967373 -0500
+@@ -109,7 +109,14 @@ int dump_task_regs(struct task_struct *t
     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.  */
  
@@ -361,9 +343,9 @@ diff -urNp linux-2.6.31/arch/arm/include/asm/elf.h linux-2.6.31/arch/arm/include
  
  /* 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
+diff -urNp linux-2.6.32.1/arch/arm/include/asm/kmap_types.h linux-2.6.32.1/arch/arm/include/asm/kmap_types.h
+--- linux-2.6.32.1/arch/arm/include/asm/kmap_types.h   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/arm/include/asm/kmap_types.h   2009-12-14 18:33:51.020967373 -0500
 @@ -19,6 +19,7 @@ enum km_type {
        KM_SOFTIRQ0,
        KM_SOFTIRQ1,
@@ -372,10 +354,10 @@ diff -urNp linux-2.6.31/arch/arm/include/asm/kmap_types.h linux-2.6.31/arch/arm/
        KM_TYPE_NR
  };
  
-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
-@@ -400,6 +400,9 @@ extern unsigned long __must_check __strn
+diff -urNp linux-2.6.32.1/arch/arm/include/asm/uaccess.h linux-2.6.32.1/arch/arm/include/asm/uaccess.h
+--- linux-2.6.32.1/arch/arm/include/asm/uaccess.h      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/arm/include/asm/uaccess.h      2009-12-14 18:33:51.020967373 -0500
+@@ -403,6 +403,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)
  {
@@ -385,7 +367,7 @@ diff -urNp linux-2.6.31/arch/arm/include/asm/uaccess.h linux-2.6.31/arch/arm/inc
        if (access_ok(VERIFY_READ, from, n))
                n = __copy_from_user(to, from, n);
        else /* security hole - plug it */
-@@ -409,6 +412,9 @@ static inline unsigned long __must_check
+@@ -412,6 +415,9 @@ static inline unsigned long __must_check
  
  static inline unsigned long __must_check copy_to_user(void __user *to, const void *from, unsigned long n)
  {
@@ -395,21 +377,117 @@ diff -urNp linux-2.6.31/arch/arm/include/asm/uaccess.h linux-2.6.31/arch/arm/inc
        if (access_ok(VERIFY_WRITE, to, n))
                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
-@@ -195,7 +195,7 @@ static int clk_debugfs_open(struct inode
-       return single_open(file, clk_debugfs_show, NULL);
- }
--static struct file_operations clk_debugfs_operations = {
-+static const struct file_operations clk_debugfs_operations = {
-       .open = clk_debugfs_open,
-       .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
+diff -urNp linux-2.6.32.1/arch/arm/kernel/kgdb.c linux-2.6.32.1/arch/arm/kernel/kgdb.c
+--- linux-2.6.32.1/arch/arm/kernel/kgdb.c      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/arm/kernel/kgdb.c      2009-12-14 18:33:51.020967373 -0500
+@@ -190,7 +190,7 @@ void kgdb_arch_exit(void)
+  * and we handle the normal undef case within the do_undefinstr
+  * handler.
+  */
+-struct kgdb_arch arch_kgdb_ops = {
++const struct kgdb_arch arch_kgdb_ops = {
+ #ifndef __ARMEB__
+       .gdb_bpt_instr          = {0xfe, 0xde, 0xff, 0xe7}
+ #else /* ! __ARMEB__ */
+diff -urNp linux-2.6.32.1/arch/arm/mach-at91/pm.c linux-2.6.32.1/arch/arm/mach-at91/pm.c
+--- linux-2.6.32.1/arch/arm/mach-at91/pm.c     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/arm/mach-at91/pm.c     2009-12-14 18:33:51.020967373 -0500
+@@ -348,7 +348,7 @@ static void at91_pm_end(void)
+ }
+-static struct platform_suspend_ops at91_pm_ops ={
++static const struct platform_suspend_ops at91_pm_ops ={
+       .valid  = at91_pm_valid_state,
+       .begin  = at91_pm_begin,
+       .enter  = at91_pm_enter,
+diff -urNp linux-2.6.32.1/arch/arm/mach-omap1/pm.c linux-2.6.32.1/arch/arm/mach-omap1/pm.c
+--- linux-2.6.32.1/arch/arm/mach-omap1/pm.c    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/arm/mach-omap1/pm.c    2009-12-14 18:33:51.020967373 -0500
+@@ -647,7 +647,7 @@ static struct irqaction omap_wakeup_irq 
+-static struct platform_suspend_ops omap_pm_ops ={
++static const struct platform_suspend_ops omap_pm_ops ={
+       .prepare        = omap_pm_prepare,
+       .enter          = omap_pm_enter,
+       .finish         = omap_pm_finish,
+diff -urNp linux-2.6.32.1/arch/arm/mach-omap2/pm24xx.c linux-2.6.32.1/arch/arm/mach-omap2/pm24xx.c
+--- linux-2.6.32.1/arch/arm/mach-omap2/pm24xx.c        2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/arm/mach-omap2/pm24xx.c        2009-12-14 18:33:51.140923568 -0500
+@@ -326,7 +326,7 @@ static void omap2_pm_finish(void)
+       enable_hlt();
+ }
+-static struct platform_suspend_ops omap_pm_ops = {
++static const struct platform_suspend_ops omap_pm_ops = {
+       .prepare        = omap2_pm_prepare,
+       .enter          = omap2_pm_enter,
+       .finish         = omap2_pm_finish,
+diff -urNp linux-2.6.32.1/arch/arm/mach-omap2/pm34xx.c linux-2.6.32.1/arch/arm/mach-omap2/pm34xx.c
+--- linux-2.6.32.1/arch/arm/mach-omap2/pm34xx.c        2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/arm/mach-omap2/pm34xx.c        2009-12-14 18:33:51.153153597 -0500
+@@ -401,7 +401,7 @@ static void omap3_pm_end(void)
+       return;
+ }
+-static struct platform_suspend_ops omap_pm_ops = {
++static const struct platform_suspend_ops omap_pm_ops = {
+       .begin          = omap3_pm_begin,
+       .end            = omap3_pm_end,
+       .prepare        = omap3_pm_prepare,
+diff -urNp linux-2.6.32.1/arch/arm/mach-pnx4008/pm.c linux-2.6.32.1/arch/arm/mach-pnx4008/pm.c
+--- linux-2.6.32.1/arch/arm/mach-pnx4008/pm.c  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/arm/mach-pnx4008/pm.c  2009-12-14 18:33:51.153153597 -0500
+@@ -116,7 +116,7 @@ static int pnx4008_pm_valid(suspend_stat
+              (state == PM_SUSPEND_MEM);
+ }
+-static struct platform_suspend_ops pnx4008_pm_ops = {
++static const struct platform_suspend_ops pnx4008_pm_ops = {
+       .enter = pnx4008_pm_enter,
+       .valid = pnx4008_pm_valid,
+ };
+diff -urNp linux-2.6.32.1/arch/arm/mach-pxa/pm.c linux-2.6.32.1/arch/arm/mach-pxa/pm.c
+--- linux-2.6.32.1/arch/arm/mach-pxa/pm.c      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/arm/mach-pxa/pm.c      2009-12-14 18:33:51.154149859 -0500
+@@ -95,7 +95,7 @@ void pxa_pm_finish(void)
+               pxa_cpu_pm_fns->finish();
+ }
+-static struct platform_suspend_ops pxa_pm_ops = {
++static const struct platform_suspend_ops pxa_pm_ops = {
+       .valid          = pxa_pm_valid,
+       .enter          = pxa_pm_enter,
+       .prepare        = pxa_pm_prepare,
+diff -urNp linux-2.6.32.1/arch/arm/mach-pxa/sharpsl_pm.c linux-2.6.32.1/arch/arm/mach-pxa/sharpsl_pm.c
+--- linux-2.6.32.1/arch/arm/mach-pxa/sharpsl_pm.c      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/arm/mach-pxa/sharpsl_pm.c      2009-12-14 18:33:51.171158507 -0500
+@@ -891,7 +891,7 @@ static void sharpsl_apm_get_power_status
+ }
+ #ifdef CONFIG_PM
+-static struct platform_suspend_ops sharpsl_pm_ops = {
++static const struct platform_suspend_ops sharpsl_pm_ops = {
+       .prepare        = pxa_pm_prepare,
+       .finish         = pxa_pm_finish,
+       .enter          = corgi_pxa_pm_enter,
+diff -urNp linux-2.6.32.1/arch/arm/mach-sa1100/pm.c linux-2.6.32.1/arch/arm/mach-sa1100/pm.c
+--- linux-2.6.32.1/arch/arm/mach-sa1100/pm.c   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/arm/mach-sa1100/pm.c   2009-12-14 18:33:51.171158507 -0500
+@@ -120,7 +120,7 @@ unsigned long sleep_phys_sp(void *sp)
+       return virt_to_phys(sp);
+ }
+-static struct platform_suspend_ops sa11x0_pm_ops = {
++static const struct platform_suspend_ops sa11x0_pm_ops = {
+       .enter          = sa11x0_pm_enter,
+       .valid          = suspend_valid_only_mem,
+ };
+diff -urNp linux-2.6.32.1/arch/arm/mm/mmap.c linux-2.6.32.1/arch/arm/mm/mmap.c
+--- linux-2.6.32.1/arch/arm/mm/mmap.c  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/arm/mm/mmap.c  2009-12-14 18:33:51.172149632 -0500
 @@ -62,6 +62,10 @@ arch_get_unmapped_area(struct file *filp
        if (len > TASK_SIZE)
                return -ENOMEM;
@@ -446,9 +524,21 @@ diff -urNp linux-2.6.31/arch/arm/mm/mmap.c linux-2.6.31/arch/arm/mm/mmap.c
                                mm->cached_hole_size = 0;
                                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
+diff -urNp linux-2.6.32.1/arch/arm/plat-s3c/pm.c linux-2.6.32.1/arch/arm/plat-s3c/pm.c
+--- linux-2.6.32.1/arch/arm/plat-s3c/pm.c      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/arm/plat-s3c/pm.c      2009-12-14 18:33:51.172149632 -0500
+@@ -355,7 +355,7 @@ static void s3c_pm_finish(void)
+       s3c_pm_check_cleanup();
+ }
+-static struct platform_suspend_ops s3c_pm_ops = {
++static const struct platform_suspend_ops s3c_pm_ops = {
+       .enter          = s3c_pm_enter,
+       .prepare        = s3c_pm_prepare,
+       .finish         = s3c_pm_finish,
+diff -urNp linux-2.6.32.1/arch/avr32/include/asm/atomic.h linux-2.6.32.1/arch/avr32/include/asm/atomic.h
+--- linux-2.6.32.1/arch/avr32/include/asm/atomic.h     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/avr32/include/asm/atomic.h     2009-12-14 18:33:51.172149632 -0500
 @@ -20,7 +20,9 @@
  #define ATOMIC_INIT(i)  { (i) }
  
@@ -510,9 +600,9 @@ diff -urNp linux-2.6.31/arch/avr32/include/asm/atomic.h linux-2.6.31/arch/avr32/
  
  #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
+diff -urNp linux-2.6.32.1/arch/avr32/include/asm/elf.h linux-2.6.32.1/arch/avr32/include/asm/elf.h
+--- linux-2.6.32.1/arch/avr32/include/asm/elf.h        2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/avr32/include/asm/elf.h        2009-12-14 18:33:51.172149632 -0500
 @@ -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.  */
@@ -529,9 +619,9 @@ diff -urNp linux-2.6.31/arch/avr32/include/asm/elf.h linux-2.6.31/arch/avr32/inc
  
  /* 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
+diff -urNp linux-2.6.32.1/arch/avr32/include/asm/kmap_types.h linux-2.6.32.1/arch/avr32/include/asm/kmap_types.h
+--- linux-2.6.32.1/arch/avr32/include/asm/kmap_types.h 2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/avr32/include/asm/kmap_types.h 2009-12-14 18:33:51.173167798 -0500
 @@ -22,7 +22,8 @@ D(10)        KM_IRQ0,
  D(11) KM_IRQ1,
  D(12) KM_SOFTIRQ0,
@@ -542,9 +632,21 @@ diff -urNp linux-2.6.31/arch/avr32/include/asm/kmap_types.h linux-2.6.31/arch/av
  };
  
  #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
+diff -urNp linux-2.6.32.1/arch/avr32/mach-at32ap/pm.c linux-2.6.32.1/arch/avr32/mach-at32ap/pm.c
+--- linux-2.6.32.1/arch/avr32/mach-at32ap/pm.c 2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/avr32/mach-at32ap/pm.c 2009-12-14 18:33:51.173167798 -0500
+@@ -176,7 +176,7 @@ out:
+       return 0;
+ }
+-static struct platform_suspend_ops avr32_pm_ops = {
++static const struct platform_suspend_ops avr32_pm_ops = {
+       .valid  = avr32_pm_valid_state,
+       .enter  = avr32_pm_enter,
+ };
+diff -urNp linux-2.6.32.1/arch/avr32/mm/fault.c linux-2.6.32.1/arch/avr32/mm/fault.c
+--- linux-2.6.32.1/arch/avr32/mm/fault.c       2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/avr32/mm/fault.c       2009-12-14 18:33:51.173167798 -0500
 @@ -41,6 +41,23 @@ static inline int notify_page_fault(stru
  
  int exception_trace = 1;
@@ -586,10 +688,10 @@ diff -urNp linux-2.6.31/arch/avr32/mm/fault.c linux-2.6.31/arch/avr32/mm/fault.c
                if (exception_trace && printk_ratelimit())
                        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
-@@ -15,8 +15,10 @@
+diff -urNp linux-2.6.32.1/arch/blackfin/include/asm/atomic.h linux-2.6.32.1/arch/blackfin/include/asm/atomic.h
+--- linux-2.6.32.1/arch/blackfin/include/asm/atomic.h  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/blackfin/include/asm/atomic.h  2009-12-14 18:33:51.173803102 -0500
+@@ -21,8 +21,10 @@
  
  #define ATOMIC_INIT(i)        { (i) }
  #define atomic_set(v, i)      (((v)->counter) = i)
@@ -600,7 +702,7 @@ diff -urNp linux-2.6.31/arch/blackfin/include/asm/atomic.h linux-2.6.31/arch/bla
  
  asmlinkage int __raw_uncached_fetch_asm(const volatile int *ptr);
  
-@@ -35,11 +37,21 @@ static inline void atomic_add(int i, ato
+@@ -41,11 +43,21 @@ static inline void atomic_add(int i, ato
        __raw_atomic_update_asm(&v->counter, i);
  }
  
@@ -622,7 +724,7 @@ diff -urNp linux-2.6.31/arch/blackfin/include/asm/atomic.h linux-2.6.31/arch/bla
  static inline int atomic_add_return(int i, atomic_t *v)
  {
        return __raw_atomic_update_asm(&v->counter, i);
-@@ -55,6 +67,11 @@ static inline void atomic_inc(volatile a
+@@ -61,6 +73,11 @@ static inline void atomic_inc(volatile a
        __raw_atomic_update_asm(&v->counter, 1);
  }
  
@@ -634,45 +736,33 @@ diff -urNp linux-2.6.31/arch/blackfin/include/asm/atomic.h linux-2.6.31/arch/bla
  static inline void atomic_dec(volatile atomic_t *v)
  {
        __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
-@@ -48,7 +48,7 @@ coreb_ioctl(struct inode *inode, struct 
-       return ret;
+diff -urNp linux-2.6.32.1/arch/blackfin/kernel/kgdb.c linux-2.6.32.1/arch/blackfin/kernel/kgdb.c
+--- linux-2.6.32.1/arch/blackfin/kernel/kgdb.c 2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/blackfin/kernel/kgdb.c 2009-12-14 18:33:51.177167154 -0500
+@@ -428,7 +428,7 @@ int kgdb_arch_handle_exception(int vecto
+       return -1;              /* this means that we do not want to exit from the handler */
  }
  
--static struct file_operations coreb_fops = {
-+static const struct file_operations coreb_fops = {
-       .owner   = THIS_MODULE,
-       .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
-@@ -244,7 +244,7 @@ static unsigned sync_serial_prescale_sha
- #define NUMBER_OF_PORTS 2
--static struct file_operations sync_serial_fops = {
-+static const struct file_operations sync_serial_fops = {
-       .owner   = THIS_MODULE,
-       .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
-@@ -855,7 +855,7 @@ gpio_leds_ioctl(unsigned int cmd, unsign
+-struct kgdb_arch arch_kgdb_ops = {
++const struct kgdb_arch arch_kgdb_ops = {
+       .gdb_bpt_instr = {0xa1},
+ #ifdef CONFIG_SMP
+       .flags = KGDB_HW_BREAKPOINT|KGDB_THR_PROC_SWAP,
+diff -urNp linux-2.6.32.1/arch/blackfin/mach-common/pm.c linux-2.6.32.1/arch/blackfin/mach-common/pm.c
+--- linux-2.6.32.1/arch/blackfin/mach-common/pm.c      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/blackfin/mach-common/pm.c      2009-12-14 18:33:51.177167154 -0500
+@@ -255,7 +255,7 @@ static int bfin_pm_enter(suspend_state_t
        return 0;
  }
  
--struct file_operations gpio_fops = {
-+struct struct file_operations gpio_fops = {
-       .owner       = THIS_MODULE,
-       .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
+-struct platform_suspend_ops bfin_pm_ops = {
++const struct platform_suspend_ops bfin_pm_ops = {
+       .enter = bfin_pm_enter,
+       .valid  = bfin_pm_valid,
+ };
+diff -urNp linux-2.6.32.1/arch/cris/include/asm/atomic.h linux-2.6.32.1/arch/cris/include/asm/atomic.h
+--- linux-2.6.32.1/arch/cris/include/asm/atomic.h      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/cris/include/asm/atomic.h      2009-12-14 18:33:51.177167154 -0500
 @@ -16,7 +16,9 @@
  #define ATOMIC_INIT(i)  { (i) }
  
@@ -719,9 +809,9 @@ diff -urNp linux-2.6.31/arch/cris/include/asm/atomic.h linux-2.6.31/arch/cris/in
  static inline void atomic_dec(volatile atomic_t *v)
  {
        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
+diff -urNp linux-2.6.32.1/arch/frv/include/asm/atomic.h linux-2.6.32.1/arch/frv/include/asm/atomic.h
+--- linux-2.6.32.1/arch/frv/include/asm/atomic.h       2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/frv/include/asm/atomic.h       2009-12-14 18:33:51.177167154 -0500
 @@ -37,7 +37,9 @@
  
  #define ATOMIC_INIT(i)                { (i) }
@@ -764,9 +854,9 @@ diff -urNp linux-2.6.31/arch/frv/include/asm/atomic.h linux-2.6.31/arch/frv/incl
  static inline void atomic_dec(atomic_t *v)
  {
        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
+diff -urNp linux-2.6.32.1/arch/frv/include/asm/kmap_types.h linux-2.6.32.1/arch/frv/include/asm/kmap_types.h
+--- linux-2.6.32.1/arch/frv/include/asm/kmap_types.h   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/frv/include/asm/kmap_types.h   2009-12-14 18:33:51.178173575 -0500
 @@ -23,6 +23,7 @@ enum km_type {
        KM_IRQ1,
        KM_SOFTIRQ0,
@@ -775,9 +865,9 @@ diff -urNp linux-2.6.31/arch/frv/include/asm/kmap_types.h linux-2.6.31/arch/frv/
        KM_TYPE_NR
  };
  
-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
+diff -urNp linux-2.6.32.1/arch/h8300/include/asm/atomic.h linux-2.6.32.1/arch/h8300/include/asm/atomic.h
+--- linux-2.6.32.1/arch/h8300/include/asm/atomic.h     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/h8300/include/asm/atomic.h     2009-12-14 18:33:51.178173575 -0500
 @@ -11,7 +11,9 @@
  #define ATOMIC_INIT(i)        { (i) }
  
@@ -830,9 +920,51 @@ diff -urNp linux-2.6.31/arch/h8300/include/asm/atomic.h linux-2.6.31/arch/h8300/
  
  /*
   * 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
+diff -urNp linux-2.6.32.1/arch/ia64/hp/common/hwsw_iommu.c linux-2.6.32.1/arch/ia64/hp/common/hwsw_iommu.c
+--- linux-2.6.32.1/arch/ia64/hp/common/hwsw_iommu.c    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/ia64/hp/common/hwsw_iommu.c    2009-12-14 18:33:51.178173575 -0500
+@@ -17,7 +17,7 @@
+ #include <linux/swiotlb.h>
+ #include <asm/machvec.h>
+-extern struct dma_map_ops sba_dma_ops, swiotlb_dma_ops;
++extern const struct dma_map_ops sba_dma_ops, swiotlb_dma_ops;
+ /* swiotlb declarations & definitions: */
+ extern int swiotlb_late_init_with_default_size (size_t size);
+@@ -33,7 +33,7 @@ static inline int use_swiotlb(struct dev
+               !sba_dma_ops.dma_supported(dev, *dev->dma_mask);
+ }
+-struct dma_map_ops *hwsw_dma_get_ops(struct device *dev)
++const struct dma_map_ops *hwsw_dma_get_ops(struct device *dev)
+ {
+       if (use_swiotlb(dev))
+               return &swiotlb_dma_ops;
+diff -urNp linux-2.6.32.1/arch/ia64/hp/common/sba_iommu.c linux-2.6.32.1/arch/ia64/hp/common/sba_iommu.c
+--- linux-2.6.32.1/arch/ia64/hp/common/sba_iommu.c     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/ia64/hp/common/sba_iommu.c     2009-12-14 18:33:51.302103882 -0500
+@@ -2077,7 +2077,7 @@ static struct acpi_driver acpi_sba_ioc_d
+       },
+ };
+-extern struct dma_map_ops swiotlb_dma_ops;
++extern const struct dma_map_ops swiotlb_dma_ops;
+ static int __init
+ sba_init(void)
+@@ -2191,7 +2191,7 @@ sba_page_override(char *str)
+ __setup("sbapagesize=",sba_page_override);
+-struct dma_map_ops sba_dma_ops = {
++const struct dma_map_ops sba_dma_ops = {
+       .alloc_coherent         = sba_alloc_coherent,
+       .free_coherent          = sba_free_coherent,
+       .map_page               = sba_map_page,
+diff -urNp linux-2.6.32.1/arch/ia64/ia32/binfmt_elf32.c linux-2.6.32.1/arch/ia64/ia32/binfmt_elf32.c
+--- linux-2.6.32.1/arch/ia64/ia32/binfmt_elf32.c       2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/ia64/ia32/binfmt_elf32.c       2009-12-14 18:33:51.302103882 -0500
 @@ -45,6 +45,13 @@ randomize_stack_top(unsigned long stack_
  
  #define elf_read_implies_exec(ex, have_pt_gnu_stack)  (!(have_pt_gnu_stack))
@@ -847,23 +979,9 @@ diff -urNp linux-2.6.31/arch/ia64/ia32/binfmt_elf32.c linux-2.6.31/arch/ia64/ia3
  /* Ugly but avoids duplication */
  #include "../../../fs/binfmt_elf.c"
  
-@@ -69,11 +76,11 @@ ia32_install_gate_page (struct vm_area_s
- }
--static struct vm_operations_struct ia32_shared_page_vm_ops = {
-+static const struct vm_operations_struct ia32_shared_page_vm_ops = {
-       .fault = ia32_install_shared_page
- };
--static struct vm_operations_struct ia32_gate_page_vm_ops = {
-+static const struct vm_operations_struct ia32_gate_page_vm_ops = {
-       .fault = ia32_install_gate_page
- };
-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
+diff -urNp linux-2.6.32.1/arch/ia64/ia32/ia32priv.h linux-2.6.32.1/arch/ia64/ia32/ia32priv.h
+--- linux-2.6.32.1/arch/ia64/ia32/ia32priv.h   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/ia64/ia32/ia32priv.h   2009-12-14 18:33:51.302908495 -0500
 @@ -296,7 +296,14 @@ typedef struct compat_siginfo {
  #define ELF_DATA      ELFDATA2LSB
  #define ELF_ARCH      EM_386
@@ -880,9 +998,9 @@ diff -urNp linux-2.6.31/arch/ia64/ia32/ia32priv.h linux-2.6.31/arch/ia64/ia32/ia
  #define IA32_GATE_OFFSET      IA32_PAGE_OFFSET
  #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
+diff -urNp linux-2.6.32.1/arch/ia64/include/asm/atomic.h linux-2.6.32.1/arch/ia64/include/asm/atomic.h
+--- linux-2.6.32.1/arch/ia64/include/asm/atomic.h      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/ia64/include/asm/atomic.h      2009-12-14 18:33:51.302908495 -0500
 @@ -22,9 +22,11 @@
  #define ATOMIC64_INIT(i)      ((atomic64_t) { (i) })
  
@@ -907,9 +1025,55 @@ diff -urNp linux-2.6.31/arch/ia64/include/asm/atomic.h linux-2.6.31/arch/ia64/in
  #define atomic_dec(v)                 atomic_sub(1, (v))
  
  #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
+diff -urNp linux-2.6.32.1/arch/ia64/include/asm/dma-mapping.h linux-2.6.32.1/arch/ia64/include/asm/dma-mapping.h
+--- linux-2.6.32.1/arch/ia64/include/asm/dma-mapping.h 2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/ia64/include/asm/dma-mapping.h 2009-12-14 18:33:51.302908495 -0500
+@@ -12,7 +12,7 @@
+ #define ARCH_HAS_DMA_GET_REQUIRED_MASK
+-extern struct dma_map_ops *dma_ops;
++extern const struct dma_map_ops *dma_ops;
+ extern struct ia64_machine_vector ia64_mv;
+ extern void set_iommu_machvec(void);
+@@ -24,7 +24,7 @@ extern void machvec_dma_sync_sg(struct d
+ static inline void *dma_alloc_coherent(struct device *dev, size_t size,
+                                      dma_addr_t *daddr, gfp_t gfp)
+ {
+-      struct dma_map_ops *ops = platform_dma_get_ops(dev);
++      const struct dma_map_ops *ops = platform_dma_get_ops(dev);
+       void *caddr;
+       caddr = ops->alloc_coherent(dev, size, daddr, gfp);
+@@ -35,7 +35,7 @@ static inline void *dma_alloc_coherent(s
+ static inline void dma_free_coherent(struct device *dev, size_t size,
+                                    void *caddr, dma_addr_t daddr)
+ {
+-      struct dma_map_ops *ops = platform_dma_get_ops(dev);
++      const struct dma_map_ops *ops = platform_dma_get_ops(dev);
+       debug_dma_free_coherent(dev, size, caddr, daddr);
+       ops->free_coherent(dev, size, caddr, daddr);
+ }
+@@ -49,13 +49,13 @@ static inline void dma_free_coherent(str
+ static inline int dma_mapping_error(struct device *dev, dma_addr_t daddr)
+ {
+-      struct dma_map_ops *ops = platform_dma_get_ops(dev);
++      const struct dma_map_ops *ops = platform_dma_get_ops(dev);
+       return ops->mapping_error(dev, daddr);
+ }
+ static inline int dma_supported(struct device *dev, u64 mask)
+ {
+-      struct dma_map_ops *ops = platform_dma_get_ops(dev);
++      const struct dma_map_ops *ops = platform_dma_get_ops(dev);
+       return ops->dma_supported(dev, mask);
+ }
+diff -urNp linux-2.6.32.1/arch/ia64/include/asm/elf.h linux-2.6.32.1/arch/ia64/include/asm/elf.h
+--- linux-2.6.32.1/arch/ia64/include/asm/elf.h 2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/ia64/include/asm/elf.h 2009-12-14 18:33:51.302908495 -0500
 @@ -43,6 +43,13 @@
   */
  #define ELF_ET_DYN_BASE               (TASK_UNMAPPED_BASE + 0x800000000UL)
@@ -924,9 +1088,30 @@ diff -urNp linux-2.6.31/arch/ia64/include/asm/elf.h linux-2.6.31/arch/ia64/inclu
  #define PT_IA_64_UNWIND               0x70000001
  
  /* 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
+diff -urNp linux-2.6.32.1/arch/ia64/include/asm/machvec.h linux-2.6.32.1/arch/ia64/include/asm/machvec.h
+--- linux-2.6.32.1/arch/ia64/include/asm/machvec.h     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/ia64/include/asm/machvec.h     2009-12-14 18:33:51.325178548 -0500
+@@ -45,7 +45,7 @@ typedef void ia64_mv_kernel_launch_event
+ /* DMA-mapping interface: */
+ typedef void ia64_mv_dma_init (void);
+ typedef u64 ia64_mv_dma_get_required_mask (struct device *);
+-typedef struct dma_map_ops *ia64_mv_dma_get_ops(struct device *);
++typedef const struct dma_map_ops *ia64_mv_dma_get_ops(struct device *);
+ /*
+  * WARNING: The legacy I/O space is _architected_.  Platforms are
+@@ -251,7 +251,7 @@ extern void machvec_init_from_cmdline(co
+ # endif /* CONFIG_IA64_GENERIC */
+ extern void swiotlb_dma_init(void);
+-extern struct dma_map_ops *dma_get_ops(struct device *);
++extern const struct dma_map_ops *dma_get_ops(struct device *);
+ /*
+  * Define default versions so we can extend machvec for new platforms without having
+diff -urNp linux-2.6.32.1/arch/ia64/include/asm/pgtable.h linux-2.6.32.1/arch/ia64/include/asm/pgtable.h
+--- linux-2.6.32.1/arch/ia64/include/asm/pgtable.h     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/ia64/include/asm/pgtable.h     2009-12-14 18:33:51.325178548 -0500
 @@ -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)
@@ -945,15 +1130,15 @@ diff -urNp linux-2.6.31/arch/ia64/include/asm/pgtable.h linux-2.6.31/arch/ia64/i
  #define PAGE_GATE     __pgprot(__ACCESS_BITS | _PAGE_PL_0 | _PAGE_AR_X_RX)
  #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
+diff -urNp linux-2.6.32.1/arch/ia64/include/asm/uaccess.h linux-2.6.32.1/arch/ia64/include/asm/uaccess.h
+--- linux-2.6.32.1/arch/ia64/include/asm/uaccess.h     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/ia64/include/asm/uaccess.h     2009-12-14 18:33:51.326163123 -0500
 @@ -257,7 +257,7 @@ __copy_from_user (void *to, const void _
        const void *__cu_from = (from);                                                 \
        long __cu_len = (n);                                                            \
                                                                                        \
 -      if (__access_ok(__cu_to, __cu_len, get_fs()))                                   \
-+      if (__cu_len > 0 && __cu_len <= INT_MAX && __access_ok(__cu_to, __cu_len, get_fs()))    \
++      if (__cu_len > 0  && __cu_len <= INT_MAX && __access_ok(__cu_to, __cu_len, get_fs()))                   \
                __cu_len = __copy_user(__cu_to, (__force void __user *) __cu_from, __cu_len);   \
        __cu_len;                                                                       \
  })
@@ -962,13 +1147,34 @@ diff -urNp linux-2.6.31/arch/ia64/include/asm/uaccess.h linux-2.6.31/arch/ia64/i
                                                                                        \
        __chk_user_ptr(__cu_from);                                                      \
 -      if (__access_ok(__cu_from, __cu_len, get_fs()))                                 \
-+      if (__cu_len > 0 && __cu_len <= INT_MAX && __access_ok(__cu_from, __cu_len, get_fs()))  \
++      if (__cu_len > 0 && __cu_len <= INT_MAX  && __access_ok(__cu_from, __cu_len, get_fs()))                 \
                __cu_len = __copy_user((__force void __user *) __cu_to, __cu_from, __cu_len);   \
        __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
+diff -urNp linux-2.6.32.1/arch/ia64/kernel/dma-mapping.c linux-2.6.32.1/arch/ia64/kernel/dma-mapping.c
+--- linux-2.6.32.1/arch/ia64/kernel/dma-mapping.c      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/ia64/kernel/dma-mapping.c      2009-12-14 18:33:51.326163123 -0500
+@@ -3,7 +3,7 @@
+ /* Set this to 1 if there is a HW IOMMU in the system */
+ int iommu_detected __read_mostly;
+-struct dma_map_ops *dma_ops;
++const struct dma_map_ops *dma_ops;
+ EXPORT_SYMBOL(dma_ops);
+ #define PREALLOC_DMA_DEBUG_ENTRIES (1 << 16)
+@@ -16,7 +16,7 @@ static int __init dma_init(void)
+ }
+ fs_initcall(dma_init);
+-struct dma_map_ops *dma_get_ops(struct device *dev)
++const struct dma_map_ops *dma_get_ops(struct device *dev)
+ {
+       return dma_ops;
+ }
+diff -urNp linux-2.6.32.1/arch/ia64/kernel/module.c linux-2.6.32.1/arch/ia64/kernel/module.c
+--- linux-2.6.32.1/arch/ia64/kernel/module.c   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/ia64/kernel/module.c   2009-12-14 18:33:51.326163123 -0500
 @@ -315,8 +315,7 @@ module_alloc (unsigned long size)
  void
  module_free (struct module *mod, void *module_region)
@@ -1057,9 +1263,33 @@ diff -urNp linux-2.6.31/arch/ia64/kernel/module.c linux-2.6.31/arch/ia64/kernel/
                mod->arch.gp = gp;
                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
+diff -urNp linux-2.6.32.1/arch/ia64/kernel/pci-dma.c linux-2.6.32.1/arch/ia64/kernel/pci-dma.c
+--- linux-2.6.32.1/arch/ia64/kernel/pci-dma.c  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/ia64/kernel/pci-dma.c  2009-12-14 18:33:51.326163123 -0500
+@@ -43,7 +43,7 @@ struct device fallback_dev = {
+       .dma_mask = &fallback_dev.coherent_dma_mask,
+ };
+-extern struct dma_map_ops intel_dma_ops;
++extern const struct dma_map_ops intel_dma_ops;
+ static int __init pci_iommu_init(void)
+ {
+diff -urNp linux-2.6.32.1/arch/ia64/kernel/pci-swiotlb.c linux-2.6.32.1/arch/ia64/kernel/pci-swiotlb.c
+--- linux-2.6.32.1/arch/ia64/kernel/pci-swiotlb.c      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/ia64/kernel/pci-swiotlb.c      2009-12-14 18:33:51.327164518 -0500
+@@ -21,7 +21,7 @@ static void *ia64_swiotlb_alloc_coherent
+       return swiotlb_alloc_coherent(dev, size, dma_handle, gfp);
+ }
+-struct dma_map_ops swiotlb_dma_ops = {
++const struct dma_map_ops swiotlb_dma_ops = {
+       .alloc_coherent = ia64_swiotlb_alloc_coherent,
+       .free_coherent = swiotlb_free_coherent,
+       .map_page = swiotlb_map_page,
+diff -urNp linux-2.6.32.1/arch/ia64/kernel/sys_ia64.c linux-2.6.32.1/arch/ia64/kernel/sys_ia64.c
+--- linux-2.6.32.1/arch/ia64/kernel/sys_ia64.c 2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/ia64/kernel/sys_ia64.c 2009-12-14 18:33:51.327164518 -0500
 @@ -43,6 +43,13 @@ arch_get_unmapped_area (struct file *fil
        if (REGION_NUMBER(addr) == RGN_HPAGE)
                addr = 0;
@@ -1086,9 +1316,33 @@ diff -urNp linux-2.6.31/arch/ia64/kernel/sys_ia64.c linux-2.6.31/arch/ia64/kerne
                                goto full_search;
                        }
                        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
+diff -urNp linux-2.6.32.1/arch/ia64/kernel/topology.c linux-2.6.32.1/arch/ia64/kernel/topology.c
+--- linux-2.6.32.1/arch/ia64/kernel/topology.c 2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/ia64/kernel/topology.c 2009-12-14 18:33:51.327164518 -0500
+@@ -282,7 +282,7 @@ static ssize_t cache_show(struct kobject
+       return ret;
+ }
+-static struct sysfs_ops cache_sysfs_ops = {
++static const struct sysfs_ops cache_sysfs_ops = {
+       .show   = cache_show
+ };
+diff -urNp linux-2.6.32.1/arch/ia64/kernel/vmlinux.lds.S linux-2.6.32.1/arch/ia64/kernel/vmlinux.lds.S
+--- linux-2.6.32.1/arch/ia64/kernel/vmlinux.lds.S      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/ia64/kernel/vmlinux.lds.S      2009-12-14 18:33:51.327774824 -0500
+@@ -190,7 +190,7 @@ SECTIONS
+   /* Per-cpu data: */
+   . = ALIGN(PERCPU_PAGE_SIZE);
+   PERCPU_VADDR(PERCPU_ADDR, :percpu)
+-  __phys_per_cpu_start = __per_cpu_load;
++  __phys_per_cpu_start = per_cpu_load;
+   . = __phys_per_cpu_start + PERCPU_PAGE_SIZE;        /* ensure percpu data fits
+                                                * into percpu page size
+                                                */
+diff -urNp linux-2.6.32.1/arch/ia64/mm/fault.c linux-2.6.32.1/arch/ia64/mm/fault.c
+--- linux-2.6.32.1/arch/ia64/mm/fault.c        2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/ia64/mm/fault.c        2009-12-14 18:33:51.327774824 -0500
 @@ -72,6 +72,23 @@ mapped_kernel_page_is_present (unsigned 
        return pte_present(pte);
  }
@@ -1138,9 +1392,9 @@ diff -urNp linux-2.6.31/arch/ia64/mm/fault.c linux-2.6.31/arch/ia64/mm/fault.c
    survive:
        /*
         * 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
+diff -urNp linux-2.6.32.1/arch/ia64/mm/init.c linux-2.6.32.1/arch/ia64/mm/init.c
+--- linux-2.6.32.1/arch/ia64/mm/init.c 2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/ia64/mm/init.c 2009-12-14 18:33:51.327774824 -0500
 @@ -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;
@@ -1161,9 +1415,21 @@ diff -urNp linux-2.6.31/arch/ia64/mm/init.c linux-2.6.31/arch/ia64/mm/init.c
                vma->vm_page_prot = vm_get_page_prot(vma->vm_flags);
                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
+diff -urNp linux-2.6.32.1/arch/ia64/sn/pci/pci_dma.c linux-2.6.32.1/arch/ia64/sn/pci/pci_dma.c
+--- linux-2.6.32.1/arch/ia64/sn/pci/pci_dma.c  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/ia64/sn/pci/pci_dma.c  2009-12-14 18:33:51.327774824 -0500
+@@ -464,7 +464,7 @@ int sn_pci_legacy_write(struct pci_bus *
+       return ret;
+ }
+-static struct dma_map_ops sn_dma_ops = {
++static const struct dma_map_ops sn_dma_ops = {
+       .alloc_coherent         = sn_dma_alloc_coherent,
+       .free_coherent          = sn_dma_free_coherent,
+       .map_page               = sn_dma_map_page,
+diff -urNp linux-2.6.32.1/arch/m32r/include/asm/atomic.h linux-2.6.32.1/arch/m32r/include/asm/atomic.h
+--- linux-2.6.32.1/arch/m32r/include/asm/atomic.h      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/m32r/include/asm/atomic.h      2009-12-14 18:33:51.327774824 -0500
 @@ -29,6 +29,14 @@
  #define atomic_read(v)        ((v)->counter)
  
@@ -1206,9 +1472,9 @@ diff -urNp linux-2.6.31/arch/m32r/include/asm/atomic.h linux-2.6.31/arch/m32r/in
  /* Atomic operations are already serializing on m32r */
  #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
+diff -urNp linux-2.6.32.1/arch/m32r/lib/usercopy.c linux-2.6.32.1/arch/m32r/lib/usercopy.c
+--- linux-2.6.32.1/arch/m32r/lib/usercopy.c    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/m32r/lib/usercopy.c    2009-12-14 18:33:51.329164039 -0500
 @@ -14,6 +14,9 @@
  unsigned long
  __generic_copy_to_user(void __user *to, const void *from, unsigned long n)
@@ -1229,9 +1495,9 @@ diff -urNp linux-2.6.31/arch/m32r/lib/usercopy.c linux-2.6.31/arch/m32r/lib/user
        prefetchw(to);
        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
+diff -urNp linux-2.6.32.1/arch/m68k/include/asm/atomic_mm.h linux-2.6.32.1/arch/m68k/include/asm/atomic_mm.h
+--- linux-2.6.32.1/arch/m68k/include/asm/atomic_mm.h   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/m68k/include/asm/atomic_mm.h   2009-12-14 18:33:51.445181863 -0500
 @@ -16,23 +16,40 @@
  #define ATOMIC_INIT(i)        { (i) }
  
@@ -1273,9 +1539,9 @@ diff -urNp linux-2.6.31/arch/m68k/include/asm/atomic_mm.h linux-2.6.31/arch/m68k
  static inline void atomic_dec(atomic_t *v)
  {
        __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
+diff -urNp linux-2.6.32.1/arch/m68k/include/asm/atomic_no.h linux-2.6.32.1/arch/m68k/include/asm/atomic_no.h
+--- linux-2.6.32.1/arch/m68k/include/asm/atomic_no.h   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/m68k/include/asm/atomic_no.h   2009-12-14 18:33:51.445181863 -0500
 @@ -16,7 +16,9 @@
  #define ATOMIC_INIT(i)        { (i) }
  
@@ -1322,9 +1588,21 @@ diff -urNp linux-2.6.31/arch/m68k/include/asm/atomic_no.h linux-2.6.31/arch/m68k
  /*
   * 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
+diff -urNp linux-2.6.32.1/arch/mips/alchemy/devboards/pm.c linux-2.6.32.1/arch/mips/alchemy/devboards/pm.c
+--- linux-2.6.32.1/arch/mips/alchemy/devboards/pm.c    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/mips/alchemy/devboards/pm.c    2009-12-14 18:33:51.446179829 -0500
+@@ -78,7 +78,7 @@ static void db1x_pm_end(void)
+ }
+-static struct platform_suspend_ops db1x_pm_ops = {
++static const struct platform_suspend_ops db1x_pm_ops = {
+       .valid          = suspend_valid_only_mem,
+       .begin          = db1x_pm_begin,
+       .enter          = db1x_pm_enter,
+diff -urNp linux-2.6.32.1/arch/mips/include/asm/atomic.h linux-2.6.32.1/arch/mips/include/asm/atomic.h
+--- linux-2.6.32.1/arch/mips/include/asm/atomic.h      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/mips/include/asm/atomic.h      2009-12-14 18:33:51.446179829 -0500
 @@ -32,6 +32,14 @@
  #define atomic_read(v)                ((v)->counter)
  
@@ -1366,9 +1644,9 @@ diff -urNp linux-2.6.31/arch/mips/include/asm/atomic.h linux-2.6.31/arch/mips/in
  
  /*
   * 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
+diff -urNp linux-2.6.32.1/arch/mips/include/asm/elf.h linux-2.6.32.1/arch/mips/include/asm/elf.h
+--- linux-2.6.32.1/arch/mips/include/asm/elf.h 2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/mips/include/asm/elf.h 2009-12-14 18:33:51.446179829 -0500
 @@ -368,4 +368,11 @@ extern int dump_task_fpu(struct task_str
  #define ELF_ET_DYN_BASE         (TASK_SIZE / 3 * 2)
  #endif
@@ -1381,10 +1659,10 @@ diff -urNp linux-2.6.31/arch/mips/include/asm/elf.h linux-2.6.31/arch/mips/inclu
 +#endif
 +
  #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
-@@ -92,7 +92,7 @@ extern void copy_user_highpage(struct pa
+diff -urNp linux-2.6.32.1/arch/mips/include/asm/page.h linux-2.6.32.1/arch/mips/include/asm/page.h
+--- linux-2.6.32.1/arch/mips/include/asm/page.h        2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/mips/include/asm/page.h        2009-12-14 18:33:51.446179829 -0500
+@@ -93,7 +93,7 @@ extern void copy_user_highpage(struct pa
    #ifdef CONFIG_CPU_MIPS32
      typedef struct { unsigned long pte_low, pte_high; } pte_t;
      #define pte_val(x)    ((x).pte_low | ((unsigned long long)(x).pte_high << 32))
@@ -1393,10 +1671,10 @@ diff -urNp linux-2.6.31/arch/mips/include/asm/page.h linux-2.6.31/arch/mips/incl
    #else
       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
-@@ -217,6 +217,6 @@ extern void per_cpu_trap_init(void);
+diff -urNp linux-2.6.32.1/arch/mips/include/asm/system.h linux-2.6.32.1/arch/mips/include/asm/system.h
+--- linux-2.6.32.1/arch/mips/include/asm/system.h      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/mips/include/asm/system.h      2009-12-14 18:33:51.446179829 -0500
+@@ -230,6 +230,6 @@ extern void per_cpu_trap_init(void);
   */
  #define __ARCH_WANT_UNLOCKED_CTXSW
  
@@ -1404,9 +1682,9 @@ diff -urNp linux-2.6.31/arch/mips/include/asm/system.h linux-2.6.31/arch/mips/in
 +#define arch_align_stack(x) ((x) & ALMASK)
  
  #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
+diff -urNp linux-2.6.32.1/arch/mips/kernel/binfmt_elfn32.c linux-2.6.32.1/arch/mips/kernel/binfmt_elfn32.c
+--- linux-2.6.32.1/arch/mips/kernel/binfmt_elfn32.c    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/mips/kernel/binfmt_elfn32.c    2009-12-14 18:33:51.447180802 -0500
 @@ -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)
@@ -1421,9 +1699,9 @@ diff -urNp linux-2.6.31/arch/mips/kernel/binfmt_elfn32.c linux-2.6.31/arch/mips/
  #include <asm/processor.h>
  #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
+diff -urNp linux-2.6.32.1/arch/mips/kernel/binfmt_elfo32.c linux-2.6.32.1/arch/mips/kernel/binfmt_elfo32.c
+--- linux-2.6.32.1/arch/mips/kernel/binfmt_elfo32.c    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/mips/kernel/binfmt_elfo32.c    2009-12-14 18:33:51.447180802 -0500
 @@ -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)
@@ -1438,9 +1716,20 @@ diff -urNp linux-2.6.31/arch/mips/kernel/binfmt_elfo32.c linux-2.6.31/arch/mips/
  #include <asm/processor.h>
  
  /*
-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
+diff -urNp linux-2.6.32.1/arch/mips/kernel/kgdb.c linux-2.6.32.1/arch/mips/kernel/kgdb.c
+--- linux-2.6.32.1/arch/mips/kernel/kgdb.c     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/mips/kernel/kgdb.c     2009-12-14 18:33:51.447180802 -0500
+@@ -245,6 +245,7 @@ int kgdb_arch_handle_exception(int vecto
+       return -1;
+ }
++/* cannot be const */
+ struct kgdb_arch arch_kgdb_ops;
+ /*
+diff -urNp linux-2.6.32.1/arch/mips/kernel/process.c linux-2.6.32.1/arch/mips/kernel/process.c
+--- linux-2.6.32.1/arch/mips/kernel/process.c  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/mips/kernel/process.c  2009-12-14 18:33:51.452179193 -0500
 @@ -470,15 +470,3 @@ unsigned long get_wchan(struct task_stru
  out:
        return pc;
@@ -1457,10 +1746,10 @@ diff -urNp linux-2.6.31/arch/mips/kernel/process.c linux-2.6.31/arch/mips/kernel
 -
 -      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
-@@ -99,6 +99,11 @@ unsigned long arch_get_unmapped_area(str
+diff -urNp linux-2.6.32.1/arch/mips/kernel/syscall.c linux-2.6.32.1/arch/mips/kernel/syscall.c
+--- linux-2.6.32.1/arch/mips/kernel/syscall.c  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/mips/kernel/syscall.c  2009-12-14 18:33:51.452742593 -0500
+@@ -101,6 +101,11 @@ unsigned long arch_get_unmapped_area(str
        do_color_align = 0;
        if (filp || (flags & MAP_SHARED))
                do_color_align = 1;
@@ -1472,7 +1761,7 @@ diff -urNp linux-2.6.31/arch/mips/kernel/syscall.c linux-2.6.31/arch/mips/kernel
        if (addr) {
                if (do_color_align)
                        addr = COLOUR_ALIGN(addr, pgoff);
-@@ -109,7 +114,7 @@ unsigned long arch_get_unmapped_area(str
+@@ -111,7 +116,7 @@ unsigned long arch_get_unmapped_area(str
                    (!vmm || addr + len <= vmm->vm_start))
                        return addr;
        }
@@ -1481,9 +1770,9 @@ diff -urNp linux-2.6.31/arch/mips/kernel/syscall.c linux-2.6.31/arch/mips/kernel
        if (do_color_align)
                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
+diff -urNp linux-2.6.32.1/arch/mips/mm/fault.c linux-2.6.32.1/arch/mips/mm/fault.c
+--- linux-2.6.32.1/arch/mips/mm/fault.c        2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/mips/mm/fault.c        2009-12-14 18:33:51.452742593 -0500
 @@ -26,6 +26,23 @@
  #include <asm/ptrace.h>
  #include <asm/highmem.h>              /* For VMALLOC_END */
@@ -1508,9 +1797,9 @@ diff -urNp linux-2.6.31/arch/mips/mm/fault.c linux-2.6.31/arch/mips/mm/fault.c
  /*
   * 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
+diff -urNp linux-2.6.32.1/arch/mn10300/include/asm/atomic.h linux-2.6.32.1/arch/mn10300/include/asm/atomic.h
+--- linux-2.6.32.1/arch/mn10300/include/asm/atomic.h   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/mn10300/include/asm/atomic.h   2009-12-14 18:33:51.452742593 -0500
 @@ -34,6 +34,15 @@
  #define atomic_read(v)        ((v)->counter)
  
@@ -1576,21 +1865,9 @@ diff -urNp linux-2.6.31/arch/mn10300/include/asm/atomic.h linux-2.6.31/arch/mn10
  static inline void atomic_dec(atomic_t *v)
  {
        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
-@@ -285,7 +285,7 @@ static void c_stop(struct seq_file *m, v
- {
- }
--struct seq_operations cpuinfo_op = {
-+const struct seq_operations cpuinfo_op = {
-       .start  = c_start,
-       .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
+diff -urNp linux-2.6.32.1/arch/parisc/include/asm/atomic.h linux-2.6.32.1/arch/parisc/include/asm/atomic.h
+--- linux-2.6.32.1/arch/parisc/include/asm/atomic.h    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/parisc/include/asm/atomic.h    2009-12-14 18:33:51.452742593 -0500
 @@ -177,6 +177,18 @@ static __inline__ int __atomic_add_retur
        return ret;
  }
@@ -1649,9 +1926,9 @@ diff -urNp linux-2.6.31/arch/parisc/include/asm/atomic.h linux-2.6.31/arch/paris
  #define atomic_dec(v) ((void)(__atomic_add_return(  -1,(v))))
  
  #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
+diff -urNp linux-2.6.32.1/arch/parisc/include/asm/elf.h linux-2.6.32.1/arch/parisc/include/asm/elf.h
+--- linux-2.6.32.1/arch/parisc/include/asm/elf.h       2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/parisc/include/asm/elf.h       2009-12-14 18:33:51.463795738 -0500
 @@ -343,6 +343,13 @@ struct pt_regs;   /* forward declaration..
  
  #define ELF_ET_DYN_BASE         (TASK_UNMAPPED_BASE + 0x01000000)
@@ -1666,9 +1943,9 @@ diff -urNp linux-2.6.31/arch/parisc/include/asm/elf.h linux-2.6.31/arch/parisc/i
  /* 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,
     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
+diff -urNp linux-2.6.32.1/arch/parisc/include/asm/pgtable.h linux-2.6.32.1/arch/parisc/include/asm/pgtable.h
+--- linux-2.6.32.1/arch/parisc/include/asm/pgtable.h   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/parisc/include/asm/pgtable.h   2009-12-14 18:33:51.463795738 -0500
 @@ -207,6 +207,17 @@
  #define PAGE_EXECREAD   __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_READ | _PAGE_EXEC |_PAGE_ACCESSED)
  #define PAGE_COPY       PAGE_EXECREAD
@@ -1687,9 +1964,9 @@ diff -urNp linux-2.6.31/arch/parisc/include/asm/pgtable.h linux-2.6.31/arch/pari
  #define PAGE_KERNEL   __pgprot(_PAGE_KERNEL)
  #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
+diff -urNp linux-2.6.32.1/arch/parisc/kernel/module.c linux-2.6.32.1/arch/parisc/kernel/module.c
+--- linux-2.6.32.1/arch/parisc/kernel/module.c 2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/parisc/kernel/module.c 2009-12-14 18:33:51.463795738 -0500
 @@ -95,16 +95,38 @@
  
  /* three functions to determine where in the module core
@@ -1790,9 +2067,9 @@ diff -urNp linux-2.6.31/arch/parisc/kernel/module.c linux-2.6.31/arch/parisc/ker
  
        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
+diff -urNp linux-2.6.32.1/arch/parisc/kernel/sys_parisc.c linux-2.6.32.1/arch/parisc/kernel/sys_parisc.c
+--- linux-2.6.32.1/arch/parisc/kernel/sys_parisc.c     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/parisc/kernel/sys_parisc.c     2009-12-14 18:33:51.463795738 -0500
 @@ -98,7 +98,7 @@ unsigned long arch_get_unmapped_area(str
        if (flags & MAP_FIXED)
                return addr;
@@ -1802,9 +2079,9 @@ diff -urNp linux-2.6.31/arch/parisc/kernel/sys_parisc.c linux-2.6.31/arch/parisc
  
        if (filp) {
                addr = get_shared_area(filp->f_mapping, addr, len, pgoff);
-diff -urNp linux-2.6.31/arch/parisc/kernel/traps.c linux-2.6.31/arch/parisc/kernel/traps.c
---- linux-2.6.31/arch/parisc/kernel/traps.c    2009-09-06 19:00:55.650249496 -0400
-+++ linux-2.6.31/arch/parisc/kernel/traps.c    2009-09-06 19:01:14.292191773 -0400
+diff -urNp linux-2.6.32.1/arch/parisc/kernel/traps.c linux-2.6.32.1/arch/parisc/kernel/traps.c
+--- linux-2.6.32.1/arch/parisc/kernel/traps.c  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/parisc/kernel/traps.c  2009-12-14 18:33:51.463795738 -0500
 @@ -733,9 +733,7 @@ void notrace handle_interruption(int cod
  
                        down_read(&current->mm->mmap_sem);
@@ -1816,9 +2093,9 @@ diff -urNp linux-2.6.31/arch/parisc/kernel/traps.c linux-2.6.31/arch/parisc/kern
                                fault_address = regs->iaoq[0];
                                fault_space = regs->iasq[0];
  
-diff -urNp linux-2.6.31/arch/parisc/mm/fault.c linux-2.6.31/arch/parisc/mm/fault.c
---- linux-2.6.31/arch/parisc/mm/fault.c        2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/parisc/mm/fault.c        2009-09-06 15:29:11.126169242 -0400
+diff -urNp linux-2.6.32.1/arch/parisc/mm/fault.c linux-2.6.32.1/arch/parisc/mm/fault.c
+--- linux-2.6.32.1/arch/parisc/mm/fault.c      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/parisc/mm/fault.c      2009-12-14 18:33:51.465187119 -0500
 @@ -15,6 +15,7 @@
  #include <linux/sched.h>
  #include <linux/interrupt.h>
@@ -1988,9 +2265,9 @@ diff -urNp linux-2.6.31/arch/parisc/mm/fault.c linux-2.6.31/arch/parisc/mm/fault
  
        /*
         * If for any reason at all we couldn't handle the fault, make
-diff -urNp linux-2.6.31/arch/powerpc/include/asm/atomic.h linux-2.6.31/arch/powerpc/include/asm/atomic.h
---- linux-2.6.31/arch/powerpc/include/asm/atomic.h     2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/powerpc/include/asm/atomic.h     2009-09-11 22:35:10.191559660 -0400
+diff -urNp linux-2.6.32.1/arch/powerpc/include/asm/atomic.h linux-2.6.32.1/arch/powerpc/include/asm/atomic.h
+--- linux-2.6.32.1/arch/powerpc/include/asm/atomic.h   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/powerpc/include/asm/atomic.h   2009-12-14 18:33:51.465187119 -0500
 @@ -24,11 +24,21 @@ static __inline__ int atomic_read(const 
        return t;
  }
@@ -2049,9 +2326,93 @@ diff -urNp linux-2.6.31/arch/powerpc/include/asm/atomic.h linux-2.6.31/arch/powe
  static __inline__ int atomic_inc_return(atomic_t *v)
  {
        int t;
-diff -urNp linux-2.6.31/arch/powerpc/include/asm/elf.h linux-2.6.31/arch/powerpc/include/asm/elf.h
---- linux-2.6.31/arch/powerpc/include/asm/elf.h        2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/powerpc/include/asm/elf.h        2009-09-06 15:29:11.127199153 -0400
+diff -urNp linux-2.6.32.1/arch/powerpc/include/asm/device.h linux-2.6.32.1/arch/powerpc/include/asm/device.h
+--- linux-2.6.32.1/arch/powerpc/include/asm/device.h   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/powerpc/include/asm/device.h   2009-12-14 18:33:51.465187119 -0500
+@@ -14,7 +14,7 @@ struct dev_archdata {
+       struct device_node      *of_node;
+       /* DMA operations on that device */
+-      struct dma_map_ops      *dma_ops;
++      const struct dma_map_ops        *dma_ops;
+       /*
+        * When an iommu is in use, dma_data is used as a ptr to the base of the
+diff -urNp linux-2.6.32.1/arch/powerpc/include/asm/dma-mapping.h linux-2.6.32.1/arch/powerpc/include/asm/dma-mapping.h
+--- linux-2.6.32.1/arch/powerpc/include/asm/dma-mapping.h      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/powerpc/include/asm/dma-mapping.h      2009-12-14 18:33:51.465187119 -0500
+@@ -67,11 +67,11 @@ static inline unsigned long device_to_ma
+  * Available generic sets of operations
+  */
+ #ifdef CONFIG_PPC64
+-extern struct dma_map_ops dma_iommu_ops;
++extern const struct dma_map_ops dma_iommu_ops;
+ #endif
+-extern struct dma_map_ops dma_direct_ops;
++extern const struct dma_map_ops dma_direct_ops;
+-static inline struct dma_map_ops *get_dma_ops(struct device *dev)
++static inline const struct dma_map_ops *get_dma_ops(struct device *dev)
+ {
+       /* We don't handle the NULL dev case for ISA for now. We could
+        * do it via an out of line call but it is not needed for now. The
+@@ -84,7 +84,7 @@ static inline struct dma_map_ops *get_dm
+       return dev->archdata.dma_ops;
+ }
+-static inline void set_dma_ops(struct device *dev, struct dma_map_ops *ops)
++static inline void set_dma_ops(struct device *dev, const struct dma_map_ops *ops)
+ {
+       dev->archdata.dma_ops = ops;
+ }
+@@ -118,7 +118,7 @@ static inline void set_dma_offset(struct
+ static inline int dma_supported(struct device *dev, u64 mask)
+ {
+-      struct dma_map_ops *dma_ops = get_dma_ops(dev);
++      const struct dma_map_ops *dma_ops = get_dma_ops(dev);
+       if (unlikely(dma_ops == NULL))
+               return 0;
+@@ -132,7 +132,7 @@ static inline int dma_supported(struct d
+ static inline int dma_set_mask(struct device *dev, u64 dma_mask)
+ {
+-      struct dma_map_ops *dma_ops = get_dma_ops(dev);
++      const struct dma_map_ops *dma_ops = get_dma_ops(dev);
+       if (unlikely(dma_ops == NULL))
+               return -EIO;
+@@ -147,7 +147,7 @@ static inline int dma_set_mask(struct de
+ static inline void *dma_alloc_coherent(struct device *dev, size_t size,
+                                      dma_addr_t *dma_handle, gfp_t flag)
+ {
+-      struct dma_map_ops *dma_ops = get_dma_ops(dev);
++      const struct dma_map_ops *dma_ops = get_dma_ops(dev);
+       void *cpu_addr;
+       BUG_ON(!dma_ops);
+@@ -162,7 +162,7 @@ static inline void *dma_alloc_coherent(s
+ static inline void dma_free_coherent(struct device *dev, size_t size,
+                                    void *cpu_addr, dma_addr_t dma_handle)
+ {
+-      struct dma_map_ops *dma_ops = get_dma_ops(dev);
++      const struct dma_map_ops *dma_ops = get_dma_ops(dev);
+       BUG_ON(!dma_ops);
+@@ -173,7 +173,7 @@ static inline void dma_free_coherent(str
+ static inline int dma_mapping_error(struct device *dev, dma_addr_t dma_addr)
+ {
+-      struct dma_map_ops *dma_ops = get_dma_ops(dev);
++      const struct dma_map_ops *dma_ops = get_dma_ops(dev);
+       if (dma_ops->mapping_error)
+               return dma_ops->mapping_error(dev, dma_addr);
+diff -urNp linux-2.6.32.1/arch/powerpc/include/asm/elf.h linux-2.6.32.1/arch/powerpc/include/asm/elf.h
+--- linux-2.6.32.1/arch/powerpc/include/asm/elf.h      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/powerpc/include/asm/elf.h      2009-12-14 18:33:51.466181848 -0500
 @@ -179,8 +179,19 @@ typedef elf_fpreg_t elf_vsrreghalf_t32[E
     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.  */
@@ -2074,9 +2435,19 @@ diff -urNp linux-2.6.31/arch/powerpc/include/asm/elf.h linux-2.6.31/arch/powerpc
  
  /*
   * Our registers are always unsigned longs, whether we're a 32 bit
-diff -urNp linux-2.6.31/arch/powerpc/include/asm/kmap_types.h linux-2.6.31/arch/powerpc/include/asm/kmap_types.h
---- linux-2.6.31/arch/powerpc/include/asm/kmap_types.h 2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/powerpc/include/asm/kmap_types.h 2009-09-06 15:29:11.127199153 -0400
+@@ -279,9 +290,6 @@ extern int arch_setup_additional_pages(s
+       (0x7ff >> (PAGE_SHIFT - 12)) : \
+       (0x3ffff >> (PAGE_SHIFT - 12)))
+-extern unsigned long arch_randomize_brk(struct mm_struct *mm);
+-#define arch_randomize_brk arch_randomize_brk
+-
+ #endif /* __KERNEL__ */
+ /*
+diff -urNp linux-2.6.32.1/arch/powerpc/include/asm/kmap_types.h linux-2.6.32.1/arch/powerpc/include/asm/kmap_types.h
+--- linux-2.6.32.1/arch/powerpc/include/asm/kmap_types.h       2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/powerpc/include/asm/kmap_types.h       2009-12-14 18:33:51.466181848 -0500
 @@ -26,6 +26,7 @@ enum km_type {
        KM_SOFTIRQ1,
        KM_PPC_SYNC_PAGE,
@@ -2085,10 +2456,10 @@ diff -urNp linux-2.6.31/arch/powerpc/include/asm/kmap_types.h linux-2.6.31/arch/
        KM_TYPE_NR
  };
  
-diff -urNp linux-2.6.31/arch/powerpc/include/asm/page_64.h linux-2.6.31/arch/powerpc/include/asm/page_64.h
---- linux-2.6.31/arch/powerpc/include/asm/page_64.h    2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/powerpc/include/asm/page_64.h    2009-09-06 15:29:11.127199153 -0400
-@@ -170,15 +170,18 @@ do {                                             \
+diff -urNp linux-2.6.32.1/arch/powerpc/include/asm/page_64.h linux-2.6.32.1/arch/powerpc/include/asm/page_64.h
+--- linux-2.6.32.1/arch/powerpc/include/asm/page_64.h  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/powerpc/include/asm/page_64.h  2009-12-14 18:33:51.466181848 -0500
+@@ -180,15 +180,18 @@ do {                                             \
   * stack by default, so in the absense of a PT_GNU_STACK program header
   * we turn execute permission off.
   */
@@ -2109,9 +2480,9 @@ diff -urNp linux-2.6.31/arch/powerpc/include/asm/page_64.h linux-2.6.31/arch/pow
  
  #include <asm-generic/getorder.h>
  
-diff -urNp linux-2.6.31/arch/powerpc/include/asm/page.h linux-2.6.31/arch/powerpc/include/asm/page.h
---- linux-2.6.31/arch/powerpc/include/asm/page.h       2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/powerpc/include/asm/page.h       2009-09-06 15:29:11.127199153 -0400
+diff -urNp linux-2.6.32.1/arch/powerpc/include/asm/page.h linux-2.6.32.1/arch/powerpc/include/asm/page.h
+--- linux-2.6.32.1/arch/powerpc/include/asm/page.h     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/powerpc/include/asm/page.h     2009-12-14 18:33:51.466181848 -0500
 @@ -116,8 +116,9 @@ extern phys_addr_t kernstart_addr;
   * and needs to be executable.  This means the whole heap ends
   * up being executable.
@@ -2124,32 +2495,327 @@ diff -urNp linux-2.6.31/arch/powerpc/include/asm/page.h linux-2.6.31/arch/powerp
  
  #define VM_DATA_DEFAULT_FLAGS64       (VM_READ | VM_WRITE | \
                                 VM_MAYREAD | VM_MAYWRITE | VM_MAYEXEC)
-diff -urNp linux-2.6.31/arch/powerpc/include/asm/uaccess.h linux-2.6.31/arch/powerpc/include/asm/uaccess.h
---- linux-2.6.31/arch/powerpc/include/asm/uaccess.h    2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/powerpc/include/asm/uaccess.h    2009-09-06 15:29:11.128195812 -0400
-@@ -334,6 +334,9 @@ static inline unsigned long copy_from_us
+diff -urNp linux-2.6.32.1/arch/powerpc/include/asm/pci.h linux-2.6.32.1/arch/powerpc/include/asm/pci.h
+--- linux-2.6.32.1/arch/powerpc/include/asm/pci.h      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/powerpc/include/asm/pci.h      2009-12-14 18:33:51.467183109 -0500
+@@ -65,8 +65,8 @@ static inline int pci_get_legacy_ide_irq
+ }
+ #ifdef CONFIG_PCI
+-extern void set_pci_dma_ops(struct dma_map_ops *dma_ops);
+-extern struct dma_map_ops *get_pci_dma_ops(void);
++extern void set_pci_dma_ops(const struct dma_map_ops *dma_ops);
++extern const struct dma_map_ops *get_pci_dma_ops(void);
+ #else /* CONFIG_PCI */
+ #define set_pci_dma_ops(d)
+ #define get_pci_dma_ops()     NULL
+diff -urNp linux-2.6.32.1/arch/powerpc/include/asm/pte-common.h linux-2.6.32.1/arch/powerpc/include/asm/pte-common.h
+--- linux-2.6.32.1/arch/powerpc/include/asm/pte-common.h       2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/powerpc/include/asm/pte-common.h       2009-12-14 18:33:51.467183109 -0500
+@@ -123,11 +123,11 @@ extern unsigned long bad_call_to_PMD_PAG
+  */
+ #define PAGE_NONE     __pgprot(_PAGE_BASE)
+ #define PAGE_SHARED   __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_RW)
+-#define PAGE_SHARED_X __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_RW | _PAGE_EXEC)
++#define PAGE_SHARED_X __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_RW | _PAGE_EXEC | _PAGE_HWEXEC)
+ #define PAGE_COPY     __pgprot(_PAGE_BASE | _PAGE_USER)
+-#define PAGE_COPY_X   __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_EXEC)
++#define PAGE_COPY_X   __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_EXEC | _PAGE_HWEXEC)
+ #define PAGE_READONLY __pgprot(_PAGE_BASE | _PAGE_USER)
+-#define PAGE_READONLY_X       __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_EXEC)
++#define PAGE_READONLY_X       __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_EXEC | _PAGE_HWEXEC)
+ #define __P000        PAGE_NONE
+ #define __P001        PAGE_READONLY
+diff -urNp linux-2.6.32.1/arch/powerpc/include/asm/pte-hash32.h linux-2.6.32.1/arch/powerpc/include/asm/pte-hash32.h
+--- linux-2.6.32.1/arch/powerpc/include/asm/pte-hash32.h       2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/powerpc/include/asm/pte-hash32.h       2009-12-14 18:33:51.467183109 -0500
+@@ -21,6 +21,7 @@
+ #define _PAGE_FILE    0x004   /* when !present: nonlinear file mapping */
+ #define _PAGE_USER    0x004   /* usermode access allowed */
+ #define _PAGE_GUARDED 0x008   /* G: prohibit speculative access */
++#define _PAGE_HWEXEC  _PAGE_GUARDED
+ #define _PAGE_COHERENT        0x010   /* M: enforce memory coherence (SMP systems) */
+ #define _PAGE_NO_CACHE        0x020   /* I: cache inhibit */
+ #define _PAGE_WRITETHRU       0x040   /* W: cache write-through */
+diff -urNp linux-2.6.32.1/arch/powerpc/include/asm/reg.h linux-2.6.32.1/arch/powerpc/include/asm/reg.h
+--- linux-2.6.32.1/arch/powerpc/include/asm/reg.h      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/powerpc/include/asm/reg.h      2009-12-14 18:33:51.467183109 -0500
+@@ -191,6 +191,7 @@
+ #define SPRN_DBCR     0x136   /* e300 Data Breakpoint Control Reg */
+ #define SPRN_DSISR    0x012   /* Data Storage Interrupt Status Register */
+ #define   DSISR_NOHPTE                0x40000000      /* no translation found */
++#define   DSISR_GUARDED               0x10000000      /* fetch from guarded storage */
+ #define   DSISR_PROTFAULT     0x08000000      /* protection fault */
+ #define   DSISR_ISSTORE               0x02000000      /* access was a store */
+ #define   DSISR_DABRMATCH     0x00400000      /* hit data breakpoint */
+diff -urNp linux-2.6.32.1/arch/powerpc/include/asm/swiotlb.h linux-2.6.32.1/arch/powerpc/include/asm/swiotlb.h
+--- linux-2.6.32.1/arch/powerpc/include/asm/swiotlb.h  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/powerpc/include/asm/swiotlb.h  2009-12-14 18:33:51.467183109 -0500
+@@ -13,7 +13,7 @@
+ #include <linux/swiotlb.h>
+-extern struct dma_map_ops swiotlb_dma_ops;
++extern const struct dma_map_ops swiotlb_dma_ops;
+ static inline void dma_mark_clean(void *addr, size_t size) {}
+diff -urNp linux-2.6.32.1/arch/powerpc/include/asm/uaccess.h linux-2.6.32.1/arch/powerpc/include/asm/uaccess.h
+--- linux-2.6.32.1/arch/powerpc/include/asm/uaccess.h  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/powerpc/include/asm/uaccess.h  2009-12-14 18:33:51.468177656 -0500
+@@ -327,52 +327,6 @@ do {                                                              \
+ extern unsigned long __copy_tofrom_user(void __user *to,
+               const void __user *from, unsigned long size);
+-#ifndef __powerpc64__
+-
+-static inline unsigned long copy_from_user(void *to,
+-              const void __user *from, unsigned long n)
+-{
+-      unsigned long over;
+-
+-      if (access_ok(VERIFY_READ, from, n))
+-              return __copy_tofrom_user((__force void __user *)to, from, n);
+-      if ((unsigned long)from < TASK_SIZE) {
+-              over = (unsigned long)from + n - TASK_SIZE;
+-              return __copy_tofrom_user((__force void __user *)to, from,
+-                              n - over) + over;
+-      }
+-      return n;
+-}
+-
+-static inline unsigned long copy_to_user(void __user *to,
+-              const void *from, unsigned long n)
+-{
+-      unsigned long over;
+-
+-      if (access_ok(VERIFY_WRITE, to, n))
+-              return __copy_tofrom_user(to, (__force void __user *)from, n);
+-      if ((unsigned long)to < TASK_SIZE) {
+-              over = (unsigned long)to + n - TASK_SIZE;
+-              return __copy_tofrom_user(to, (__force void __user *)from,
+-                              n - over) + over;
+-      }
+-      return n;
+-}
+-
+-#else /* __powerpc64__ */
+-
+-#define __copy_in_user(to, from, size) \
+-      __copy_tofrom_user((to), (from), (size))
+-
+-extern unsigned long copy_from_user(void *to, const void __user *from,
+-                                  unsigned long n);
+-extern unsigned long copy_to_user(void __user *to, const void *from,
+-                                unsigned long n);
+-extern unsigned long copy_in_user(void __user *to, const void __user *from,
+-                                unsigned long n);
+-
+-#endif /* __powerpc64__ */
+-
+ static inline unsigned long __copy_from_user_inatomic(void *to,
+               const void __user *from, unsigned long n)
  {
-       unsigned long over;
+@@ -396,6 +350,10 @@ static inline unsigned long __copy_from_
+               if (ret == 0)
+                       return 0;
+       }
++
++      if (!__builtin_constant_p(n))
++              check_object_size(to, n, false);
++
+       return __copy_tofrom_user((__force void __user *)to, from, n);
+ }
  
-+      if (((long)n < 0) || (n > INT_MAX))
-+              return n;
+@@ -422,6 +380,10 @@ static inline unsigned long __copy_to_us
+               if (ret == 0)
+                       return 0;
+       }
 +
-       if (access_ok(VERIFY_READ, from, n))
-               return __copy_tofrom_user((__force void __user *)to, from, n);
-       if ((unsigned long)from < TASK_SIZE) {
-@@ -349,6 +352,9 @@ static inline unsigned long copy_to_user
- {
-       unsigned long over;
++      if (!__builtin_constant_p(n))
++              check_object_size(from, n, true);
++
+       return __copy_tofrom_user(to, (__force const void __user *)from, n);
+ }
+@@ -439,6 +401,92 @@ static inline unsigned long __copy_to_us
+       return __copy_to_user_inatomic(to, from, size);
+ }
  
-+      if (((long)n < 0) || (n > INT_MAX))
++#ifndef __powerpc64__
++
++static inline unsigned long __must_check copy_from_user(void *to,
++              const void __user *from, unsigned long n)
++{
++      unsigned long over;
++
++      if ((long)n < 0)
 +              return n;
 +
-       if (access_ok(VERIFY_WRITE, to, n))
-               return __copy_tofrom_user(to, (__force void __user *)from, n);
-       if ((unsigned long)to < TASK_SIZE) {
-diff -urNp linux-2.6.31/arch/powerpc/kernel/module_32.c linux-2.6.31/arch/powerpc/kernel/module_32.c
---- linux-2.6.31/arch/powerpc/kernel/module_32.c       2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/powerpc/kernel/module_32.c       2009-09-06 15:29:11.128195812 -0400
++      if (access_ok(VERIFY_READ, from, n)) {
++              if (!__builtin_constant_p(n))
++                      check_object_size(to, n, false);
++              return __copy_tofrom_user((__force void __user *)to, from, n);
++      }
++      if ((unsigned long)from < TASK_SIZE) {
++              over = (unsigned long)from + n - TASK_SIZE;
++              if (!__builtin_constant_p(n - over))
++                      check_object_size(to, n - over, false);
++              return __copy_tofrom_user((__force void __user *)to, from,
++                              n - over) + over;
++      }
++      return n;
++}
++
++static inline unsigned long __must_check copy_to_user(void __user *to,
++              const void *from, unsigned long n)
++{
++      unsigned long over;
++
++      if ((long)n < 0)
++              return n;
++
++      if (access_ok(VERIFY_WRITE, to, n)) {
++              if (!__builtin_constant_p(n))
++                      check_object_size(from, n, true);
++              return __copy_tofrom_user(to, (__force void __user *)from, n);
++      }
++      if ((unsigned long)to < TASK_SIZE) {
++              over = (unsigned long)to + n - TASK_SIZE;
++              if (!__builtin_constant_p(n))
++                      check_object_size(from, n - over, true);
++              return __copy_tofrom_user(to, (__force void __user *)from,
++                              n - over) + over;
++      }
++      return n;
++}
++
++#else /* __powerpc64__ */
++
++#define __copy_in_user(to, from, size) \
++      __copy_tofrom_user((to), (from), (size))
++
++static inline unsigned long __must_check copy_from_user(void *to, const void __user *from, unsigned long n)
++{
++      if ((long)n < 0 || n > INT_MAX)
++              return n;
++
++      if (!__builtin_constant_p(n))
++              check_object_size(to, n, false);
++
++      if (likely(access_ok(VERIFY_READ, from, n)))
++              n = __copy_from_user(to, from, n);
++      else
++              memset(to, 0, n);
++      return n;
++}
++
++static inline unsigned long __must_check copy_to_user(void __user *to, const void *from, unsigned long n)
++{
++      if ((long)n < 0 || n > INT_MAX)
++              return n;
++
++      if (likely(access_ok(VERIFY_WRITE, to, n))) {
++              if (!__builtin_constant_p(n))
++                      check_object_size(from, n, true);
++              n = __copy_to_user(to, from, n);
++      }
++      return n;
++}
++
++extern unsigned long copy_in_user(void __user *to, const void __user *from,
++                                unsigned long n);
++
++#endif /* __powerpc64__ */
++
+ extern unsigned long __clear_user(void __user *addr, unsigned long size);
+ static inline unsigned long clear_user(void __user *addr, unsigned long size)
+diff -urNp linux-2.6.32.1/arch/powerpc/kernel/cacheinfo.c linux-2.6.32.1/arch/powerpc/kernel/cacheinfo.c
+--- linux-2.6.32.1/arch/powerpc/kernel/cacheinfo.c     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/powerpc/kernel/cacheinfo.c     2009-12-14 18:33:51.468716909 -0500
+@@ -642,7 +642,7 @@ static struct kobj_attribute *cache_inde
+       &cache_assoc_attr,
+ };
+-static struct sysfs_ops cache_index_ops = {
++static const struct sysfs_ops cache_index_ops = {
+       .show = cache_index_show,
+ };
+diff -urNp linux-2.6.32.1/arch/powerpc/kernel/dma.c linux-2.6.32.1/arch/powerpc/kernel/dma.c
+--- linux-2.6.32.1/arch/powerpc/kernel/dma.c   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/powerpc/kernel/dma.c   2009-12-14 18:33:51.468716909 -0500
+@@ -134,7 +134,7 @@ static inline void dma_direct_sync_singl
+ }
+ #endif
+-struct dma_map_ops dma_direct_ops = {
++const struct dma_map_ops dma_direct_ops = {
+       .alloc_coherent = dma_direct_alloc_coherent,
+       .free_coherent  = dma_direct_free_coherent,
+       .map_sg         = dma_direct_map_sg,
+diff -urNp linux-2.6.32.1/arch/powerpc/kernel/dma-iommu.c linux-2.6.32.1/arch/powerpc/kernel/dma-iommu.c
+--- linux-2.6.32.1/arch/powerpc/kernel/dma-iommu.c     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/powerpc/kernel/dma-iommu.c     2009-12-14 18:33:51.468716909 -0500
+@@ -89,7 +89,7 @@ static int dma_iommu_dma_supported(struc
+               return 1;
+ }
+-struct dma_map_ops dma_iommu_ops = {
++const struct dma_map_ops dma_iommu_ops = {
+       .alloc_coherent = dma_iommu_alloc_coherent,
+       .free_coherent  = dma_iommu_free_coherent,
+       .map_sg         = dma_iommu_map_sg,
+diff -urNp linux-2.6.32.1/arch/powerpc/kernel/dma-swiotlb.c linux-2.6.32.1/arch/powerpc/kernel/dma-swiotlb.c
+--- linux-2.6.32.1/arch/powerpc/kernel/dma-swiotlb.c   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/powerpc/kernel/dma-swiotlb.c   2009-12-14 18:33:51.468716909 -0500
+@@ -31,7 +31,7 @@ unsigned int ppc_swiotlb_enable;
+  * map_page, and unmap_page on highmem, use normal dma_ops
+  * for everything else.
+  */
+-struct dma_map_ops swiotlb_dma_ops = {
++const struct dma_map_ops swiotlb_dma_ops = {
+       .alloc_coherent = dma_direct_alloc_coherent,
+       .free_coherent = dma_direct_free_coherent,
+       .map_sg = swiotlb_map_sg_attrs,
+diff -urNp linux-2.6.32.1/arch/powerpc/kernel/ibmebus.c linux-2.6.32.1/arch/powerpc/kernel/ibmebus.c
+--- linux-2.6.32.1/arch/powerpc/kernel/ibmebus.c       2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/powerpc/kernel/ibmebus.c       2009-12-14 18:33:51.468716909 -0500
+@@ -127,7 +127,7 @@ static int ibmebus_dma_supported(struct 
+       return 1;
+ }
+-static struct dma_map_ops ibmebus_dma_ops = {
++static const struct dma_map_ops ibmebus_dma_ops = {
+       .alloc_coherent = ibmebus_alloc_coherent,
+       .free_coherent  = ibmebus_free_coherent,
+       .map_sg         = ibmebus_map_sg,
+diff -urNp linux-2.6.32.1/arch/powerpc/kernel/kgdb.c linux-2.6.32.1/arch/powerpc/kernel/kgdb.c
+--- linux-2.6.32.1/arch/powerpc/kernel/kgdb.c  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/powerpc/kernel/kgdb.c  2009-12-14 18:33:51.468716909 -0500
+@@ -126,7 +126,7 @@ static int kgdb_handle_breakpoint(struct
+       if (kgdb_handle_exception(0, SIGTRAP, 0, regs) != 0)
+               return 0;
+-      if (*(u32 *) (regs->nip) == *(u32 *) (&arch_kgdb_ops.gdb_bpt_instr))
++      if (*(u32 *) (regs->nip) == *(const u32 *) (&arch_kgdb_ops.gdb_bpt_instr))
+               regs->nip += 4;
+       return 1;
+@@ -353,7 +353,7 @@ int kgdb_arch_handle_exception(int vecto
+ /*
+  * Global data
+  */
+-struct kgdb_arch arch_kgdb_ops = {
++const struct kgdb_arch arch_kgdb_ops = {
+       .gdb_bpt_instr = {0x7d, 0x82, 0x10, 0x08},
+ };
+diff -urNp linux-2.6.32.1/arch/powerpc/kernel/module_32.c linux-2.6.32.1/arch/powerpc/kernel/module_32.c
+--- linux-2.6.32.1/arch/powerpc/kernel/module_32.c     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/powerpc/kernel/module_32.c     2009-12-14 18:33:51.468716909 -0500
 @@ -162,7 +162,7 @@ int module_frob_arch_sections(Elf32_Ehdr
                        me->arch.core_plt_section = i;
        }
@@ -2179,10 +2845,31 @@ diff -urNp linux-2.6.31/arch/powerpc/kernel/module_32.c linux-2.6.31/arch/powerp
  
        /* Find this entry, or if that fails, the next avail. entry */
        while (entry->jump[0]) {
-diff -urNp linux-2.6.31/arch/powerpc/kernel/process.c linux-2.6.31/arch/powerpc/kernel/process.c
---- linux-2.6.31/arch/powerpc/kernel/process.c 2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/powerpc/kernel/process.c 2009-09-06 15:29:11.128195812 -0400
-@@ -1147,36 +1147,3 @@ unsigned long arch_align_stack(unsigned 
+diff -urNp linux-2.6.32.1/arch/powerpc/kernel/pci-common.c linux-2.6.32.1/arch/powerpc/kernel/pci-common.c
+--- linux-2.6.32.1/arch/powerpc/kernel/pci-common.c    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/powerpc/kernel/pci-common.c    2009-12-14 18:33:51.494725296 -0500
+@@ -50,14 +50,14 @@ resource_size_t isa_mem_base;
+ unsigned int ppc_pci_flags = 0;
+-static struct dma_map_ops *pci_dma_ops = &dma_direct_ops;
++static const struct dma_map_ops *pci_dma_ops = &dma_direct_ops;
+-void set_pci_dma_ops(struct dma_map_ops *dma_ops)
++void set_pci_dma_ops(const struct dma_map_ops *dma_ops)
+ {
+       pci_dma_ops = dma_ops;
+ }
+-struct dma_map_ops *get_pci_dma_ops(void)
++const struct dma_map_ops *get_pci_dma_ops(void)
+ {
+       return pci_dma_ops;
+ }
+diff -urNp linux-2.6.32.1/arch/powerpc/kernel/process.c linux-2.6.32.1/arch/powerpc/kernel/process.c
+--- linux-2.6.32.1/arch/powerpc/kernel/process.c       2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/powerpc/kernel/process.c       2009-12-14 18:33:51.495818460 -0500
+@@ -1153,51 +1153,3 @@ unsigned long arch_align_stack(unsigned 
                sp -= get_random_int() & ~PAGE_MASK;
        return sp & ~0xf;
  }
@@ -2202,7 +2889,22 @@ diff -urNp linux-2.6.31/arch/powerpc/kernel/process.c linux-2.6.31/arch/powerpc/
 -
 -unsigned long arch_randomize_brk(struct mm_struct *mm)
 -{
--      unsigned long ret = PAGE_ALIGN(mm->brk + brk_rnd());
+-      unsigned long base = mm->brk;
+-      unsigned long ret;
+-
+-#ifdef CONFIG_PPC_STD_MMU_64
+-      /*
+-       * If we are using 1TB segments and we are allowed to randomise
+-       * the heap, we can put it above 1TB so it is backed by a 1TB
+-       * segment. Otherwise the heap will be in the bottom 1TB
+-       * which always uses 256MB segments and this may result in a
+-       * performance penalty.
+-       */
+-      if (!is_32bit_task() && (mmu_highuser_ssize == MMU_SEGSIZE_1T))
+-              base = max_t(unsigned long, mm->brk, 1UL << SID_SHIFT_1T);
+-#endif
+-
+-      ret = PAGE_ALIGN(base + brk_rnd());
 -
 -      if (ret < mm->brk)
 -              return mm->brk;
@@ -2219,21 +2921,9 @@ diff -urNp linux-2.6.31/arch/powerpc/kernel/process.c linux-2.6.31/arch/powerpc/
 -
 -      return ret;
 -}
-diff -urNp linux-2.6.31/arch/powerpc/kernel/setup-common.c linux-2.6.31/arch/powerpc/kernel/setup-common.c
---- linux-2.6.31/arch/powerpc/kernel/setup-common.c    2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/powerpc/kernel/setup-common.c    2009-09-06 15:29:11.129483683 -0400
-@@ -328,7 +328,7 @@ static void c_stop(struct seq_file *m, v
- {
- }
--struct seq_operations cpuinfo_op = {
-+const struct seq_operations cpuinfo_op = {
-       .start =c_start,
-       .next = c_next,
-       .stop = c_stop,
-diff -urNp linux-2.6.31/arch/powerpc/kernel/signal_32.c linux-2.6.31/arch/powerpc/kernel/signal_32.c
---- linux-2.6.31/arch/powerpc/kernel/signal_32.c       2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/powerpc/kernel/signal_32.c       2009-09-06 15:29:11.130176500 -0400
+diff -urNp linux-2.6.32.1/arch/powerpc/kernel/signal_32.c linux-2.6.32.1/arch/powerpc/kernel/signal_32.c
+--- linux-2.6.32.1/arch/powerpc/kernel/signal_32.c     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/powerpc/kernel/signal_32.c     2009-12-14 18:33:51.496785316 -0500
 @@ -857,7 +857,7 @@ int handle_rt_signal32(unsigned long sig
        /* Save user registers on the stack */
        frame = &rt_sf->uc.uc_mcontext;
@@ -2243,9 +2933,9 @@ diff -urNp linux-2.6.31/arch/powerpc/kernel/signal_32.c linux-2.6.31/arch/powerp
                if (save_user_regs(regs, frame, 0, 1))
                        goto badframe;
                regs->link = current->mm->context.vdso_base + vdso32_rt_sigtramp;
-diff -urNp linux-2.6.31/arch/powerpc/kernel/signal_64.c linux-2.6.31/arch/powerpc/kernel/signal_64.c
---- linux-2.6.31/arch/powerpc/kernel/signal_64.c       2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/powerpc/kernel/signal_64.c       2009-09-06 15:29:11.131193763 -0400
+diff -urNp linux-2.6.32.1/arch/powerpc/kernel/signal_64.c linux-2.6.32.1/arch/powerpc/kernel/signal_64.c
+--- linux-2.6.32.1/arch/powerpc/kernel/signal_64.c     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/powerpc/kernel/signal_64.c     2009-12-14 18:33:51.496785316 -0500
 @@ -429,7 +429,7 @@ int handle_rt_signal64(int signr, struct
        current->thread.fpscr.val = 0;
  
@@ -2255,10 +2945,34 @@ diff -urNp linux-2.6.31/arch/powerpc/kernel/signal_64.c linux-2.6.31/arch/powerp
                regs->link = current->mm->context.vdso_base + vdso64_rt_sigtramp;
        } else {
                err |= setup_trampoline(__NR_rt_sigreturn, &frame->tramp[0]);
-diff -urNp linux-2.6.31/arch/powerpc/kernel/vdso.c linux-2.6.31/arch/powerpc/kernel/vdso.c
---- linux-2.6.31/arch/powerpc/kernel/vdso.c    2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/powerpc/kernel/vdso.c    2009-09-06 15:29:11.132155857 -0400
-@@ -211,7 +211,7 @@ int arch_setup_additional_pages(struct l
+diff -urNp linux-2.6.32.1/arch/powerpc/kernel/sys_ppc32.c linux-2.6.32.1/arch/powerpc/kernel/sys_ppc32.c
+--- linux-2.6.32.1/arch/powerpc/kernel/sys_ppc32.c     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/powerpc/kernel/sys_ppc32.c     2009-12-14 18:33:51.496785316 -0500
+@@ -563,10 +563,10 @@ asmlinkage long compat_sys_sysctl(struct
+       if (oldlenp) {
+               if (!error) {
+                       if (get_user(oldlen, oldlenp) ||
+-                          put_user(oldlen, (compat_size_t __user *)compat_ptr(tmp.oldlenp)))
++                          put_user(oldlen, (compat_size_t __user *)compat_ptr(tmp.oldlenp)) ||
++                          copy_to_user(args->__unused, tmp.__unused, sizeof(tmp.__unused)))
+                               error = -EFAULT;
+               }
+-              copy_to_user(args->__unused, tmp.__unused, sizeof(tmp.__unused));
+       }
+       return error;
+ }
+diff -urNp linux-2.6.32.1/arch/powerpc/kernel/vdso.c linux-2.6.32.1/arch/powerpc/kernel/vdso.c
+--- linux-2.6.32.1/arch/powerpc/kernel/vdso.c  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/powerpc/kernel/vdso.c  2009-12-14 18:33:51.498049630 -0500
+@@ -36,6 +36,7 @@
+ #include <asm/firmware.h>
+ #include <asm/vdso.h>
+ #include <asm/vdso_datapage.h>
++#include <asm/mman.h>
+ #include "setup.h"
+@@ -220,7 +221,7 @@ int arch_setup_additional_pages(struct l
        vdso_base = VDSO32_MBASE;
  #endif
  
@@ -2267,57 +2981,67 @@ diff -urNp linux-2.6.31/arch/powerpc/kernel/vdso.c linux-2.6.31/arch/powerpc/ker
  
        /* vDSO has a problem and was disabled, just don't "enable" it for the
         * process
-@@ -228,7 +228,7 @@ int arch_setup_additional_pages(struct l
-        */
-       down_write(&mm->mmap_sem);
+@@ -240,7 +241,7 @@ int arch_setup_additional_pages(struct l
        vdso_base = get_unmapped_area(NULL, vdso_base,
--                                    vdso_pages << PAGE_SHIFT, 0, 0);
-+                                    vdso_pages << PAGE_SHIFT, 0, MAP_PRIVATE | MAP_EXECUTABLE);
+                                     (vdso_pages << PAGE_SHIFT) +
+                                     ((VDSO_ALIGNMENT - 1) & PAGE_MASK),
+-                                    0, 0);
++                                    0, MAP_PRIVATE | MAP_EXECUTABLE);
        if (IS_ERR_VALUE(vdso_base)) {
                rc = vdso_base;
                goto fail_mmapsem;
-diff -urNp linux-2.6.31/arch/powerpc/kvm/timing.c linux-2.6.31/arch/powerpc/kvm/timing.c
---- linux-2.6.31/arch/powerpc/kvm/timing.c     2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/powerpc/kvm/timing.c     2009-09-06 15:29:11.133165937 -0400
-@@ -201,7 +201,7 @@ static int kvmppc_exit_timing_open(struc
-       return single_open(file, kvmppc_exit_timing_show, inode->i_private);
- }
--static struct file_operations kvmppc_exit_timing_fops = {
-+static const struct file_operations kvmppc_exit_timing_fops = {
-       .owner   = THIS_MODULE,
-       .open    = kvmppc_exit_timing_open,
-       .read    = seq_read,
-diff -urNp linux-2.6.31/arch/powerpc/lib/usercopy_64.c linux-2.6.31/arch/powerpc/lib/usercopy_64.c
---- linux-2.6.31/arch/powerpc/lib/usercopy_64.c        2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/powerpc/lib/usercopy_64.c        2009-09-06 15:29:11.133165937 -0400
-@@ -11,6 +11,9 @@
- unsigned long copy_from_user(void *to, const void __user *from, unsigned long n)
- {
-+      if (unlikely(((long)n < 0) || (n > INT_MAX)))
-+              return n;
-+
-       if (likely(access_ok(VERIFY_READ, from, n)))
-               n = __copy_from_user(to, from, n);
-       else
-@@ -20,6 +23,9 @@ unsigned long copy_from_user(void *to, c
+diff -urNp linux-2.6.32.1/arch/powerpc/kernel/vio.c linux-2.6.32.1/arch/powerpc/kernel/vio.c
+--- linux-2.6.32.1/arch/powerpc/kernel/vio.c   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/powerpc/kernel/vio.c   2009-12-14 18:33:51.498797053 -0500
+@@ -601,6 +601,7 @@ static void vio_dma_iommu_unmap_sg(struc
+       vio_cmo_dealloc(viodev, alloc_size);
+ }
++/* cannot be const */
+ struct dma_map_ops vio_dma_mapping_ops = {
+       .alloc_coherent = vio_dma_iommu_alloc_coherent,
+       .free_coherent  = vio_dma_iommu_free_coherent,
+diff -urNp linux-2.6.32.1/arch/powerpc/lib/usercopy_64.c linux-2.6.32.1/arch/powerpc/lib/usercopy_64.c
+--- linux-2.6.32.1/arch/powerpc/lib/usercopy_64.c      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/powerpc/lib/usercopy_64.c      2009-12-14 18:33:51.498797053 -0500
+@@ -9,22 +9,6 @@
+ #include <linux/module.h>
+ #include <asm/uaccess.h>
  
- unsigned long copy_to_user(void __user *to, const void *from, unsigned long n)
+-unsigned long copy_from_user(void *to, const void __user *from, unsigned long n)
+-{
+-      if (likely(access_ok(VERIFY_READ, from, n)))
+-              n = __copy_from_user(to, from, n);
+-      else
+-              memset(to, 0, n);
+-      return n;
+-}
+-
+-unsigned long copy_to_user(void __user *to, const void *from, unsigned long n)
+-{
+-      if (likely(access_ok(VERIFY_WRITE, to, n)))
+-              n = __copy_to_user(to, from, n);
+-      return n;
+-}
+-
+ unsigned long copy_in_user(void __user *to, const void __user *from,
+                          unsigned long n)
  {
-+      if (unlikely(((long)n < 0) || (n > INT_MAX)))
-+              return n;
-+
-       if (likely(access_ok(VERIFY_WRITE, to, n)))
-               n = __copy_to_user(to, from, n);
+@@ -35,7 +19,5 @@ unsigned long copy_in_user(void __user *
        return n;
-diff -urNp linux-2.6.31/arch/powerpc/mm/fault.c linux-2.6.31/arch/powerpc/mm/fault.c
---- linux-2.6.31/arch/powerpc/mm/fault.c       2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/powerpc/mm/fault.c       2009-09-06 15:29:11.134171215 -0400
+ }
+-EXPORT_SYMBOL(copy_from_user);
+-EXPORT_SYMBOL(copy_to_user);
+ EXPORT_SYMBOL(copy_in_user);
+diff -urNp linux-2.6.32.1/arch/powerpc/mm/fault.c linux-2.6.32.1/arch/powerpc/mm/fault.c
+--- linux-2.6.32.1/arch/powerpc/mm/fault.c     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/powerpc/mm/fault.c     2009-12-14 18:33:51.498797053 -0500
 @@ -30,6 +30,10 @@
  #include <linux/kprobes.h>
  #include <linux/kdebug.h>
- #include <linux/perf_counter.h>
+ #include <linux/perf_event.h>
 +#include <linux/slab.h>
 +#include <linux/pagemap.h>
 +#include <linux/compiler.h>
@@ -2325,348 +3049,26 @@ diff -urNp linux-2.6.31/arch/powerpc/mm/fault.c linux-2.6.31/arch/powerpc/mm/fau
  
  #include <asm/firmware.h>
  #include <asm/page.h>
-@@ -64,6 +68,363 @@ static inline int notify_page_fault(stru
+@@ -40,6 +44,7 @@
+ #include <asm/uaccess.h>
+ #include <asm/tlbflush.h>
+ #include <asm/siginfo.h>
++#include <asm/ptrace.h>
+ #ifdef CONFIG_KPROBES
+@@ -64,6 +69,33 @@ static inline int notify_page_fault(stru
  }
  #endif
  
-+#ifdef CONFIG_PAX_EMUSIGRT
-+void pax_syscall_close(struct vm_area_struct *vma)
-+{
-+      vma->vm_mm->call_syscall = 0UL;
-+}
-+
-+static int pax_syscall_fault(struct vm_area_struct *vma, struct vm_fault *vmf)
-+{
-+      unsigned int *kaddr;
-+
-+      vmf->page = alloc_page(GFP_HIGHUSER);
-+      if (!vmf->page)
-+              return VM_FAULT_OOM;
-+
-+      kaddr = kmap(vmf->page);
-+      memset(kaddr, 0, PAGE_SIZE);
-+      kaddr[0] = 0x44000002U; /* sc */
-+      __flush_dcache_icache(kaddr);
-+      kunmap(vmf->page);
-+      return VM_FAULT_MAJOR;
-+}
-+
-+static const struct vm_operations_struct pax_vm_ops = {
-+      .close = pax_syscall_close,
-+      .fault = pax_syscall_fault
-+};
-+
-+static int pax_insert_vma(struct vm_area_struct *vma, unsigned long addr)
-+{
-+      int ret;
-+
-+      vma->vm_mm = current->mm;
-+      vma->vm_start = addr;
-+      vma->vm_end = addr + PAGE_SIZE;
-+      vma->vm_flags = VM_READ | VM_EXEC | VM_MAYREAD | VM_MAYEXEC;
-+      vma->vm_page_prot = vm_get_page_prot(vma->vm_flags);
-+      vma->vm_ops = &pax_vm_ops;
-+
-+      ret = insert_vm_struct(current->mm, vma);
-+      if (ret)
-+              return ret;
-+
-+      ++current->mm->total_vm;
-+      return 0;
-+}
-+#endif
-+
 +#ifdef CONFIG_PAX_PAGEEXEC
 +/*
 + * PaX: decide what to do with offenders (regs->nip = fault address)
 + *
 + * returns 1 when task should be killed
-+ *         2 when patched GOT trampoline was detected
-+ *         3 when patched PLT trampoline was detected
-+ *         4 when unpatched PLT trampoline was detected
-+ *         5 when sigreturn trampoline was detected
-+ *         6 when rt_sigreturn trampoline was detected
 + */
 +static int pax_handle_fetch_fault(struct pt_regs *regs)
 +{
-+
-+#if defined(CONFIG_PAX_EMUPLT) || defined(CONFIG_PAX_EMUSIGRT)
-+      int err;
-+#endif
-+
-+#ifdef CONFIG_PAX_EMUPLT
-+      do { /* PaX: patched GOT emulation */
-+              unsigned int blrl;
-+
-+              err = get_user(blrl, (unsigned int *)regs->nip);
-+
-+              if (!err && blrl == 0x4E800021U) {
-+                      unsigned long temp = regs->nip;
-+
-+                      regs->nip = regs->link & 0xFFFFFFFCUL;
-+                      regs->link = temp + 4UL;
-+                      return 2;
-+              }
-+      } while (0);
-+
-+      do { /* PaX: patched PLT emulation #1 */
-+              unsigned int b;
-+
-+              err = get_user(b, (unsigned int *)regs->nip);
-+
-+              if (!err && (b & 0xFC000003U) == 0x48000000U) {
-+                      regs->nip += (((b | 0xFC000000UL) ^ 0x02000000UL) + 0x02000000UL);
-+                      return 3;
-+              }
-+      } while (0);
-+
-+      do { /* PaX: unpatched PLT emulation #1 */
-+              unsigned int li, b;
-+
-+              err = get_user(li, (unsigned int *)regs->nip);
-+              err |= get_user(b, (unsigned int *)(regs->nip+4));
-+
-+              if (!err && (li & 0xFFFF0000U) == 0x39600000U && (b & 0xFC000003U) == 0x48000000U) {
-+                      unsigned int rlwinm, add, li2, addis2, mtctr, li3, addis3, bctr;
-+                      unsigned long addr = b | 0xFC000000UL;
-+
-+                      addr = regs->nip + 4 + ((addr ^ 0x02000000UL) + 0x02000000UL);
-+                      err = get_user(rlwinm, (unsigned int *)addr);
-+                      err |= get_user(add, (unsigned int *)(addr+4));
-+                      err |= get_user(li2, (unsigned int *)(addr+8));
-+                      err |= get_user(addis2, (unsigned int *)(addr+12));
-+                      err |= get_user(mtctr, (unsigned int *)(addr+16));
-+                      err |= get_user(li3, (unsigned int *)(addr+20));
-+                      err |= get_user(addis3, (unsigned int *)(addr+24));
-+                      err |= get_user(bctr, (unsigned int *)(addr+28));
-+
-+                      if (err)
-+                              break;
-+
-+                      if (rlwinm == 0x556C083CU &&
-+                          add == 0x7D6C5A14U &&
-+                          (li2 & 0xFFFF0000U) == 0x39800000U &&
-+                          (addis2 & 0xFFFF0000U) == 0x3D8C0000U &&
-+                          mtctr == 0x7D8903A6U &&
-+                          (li3 & 0xFFFF0000U) == 0x39800000U &&
-+                          (addis3 & 0xFFFF0000U) == 0x3D8C0000U &&
-+                          bctr == 0x4E800420U)
-+                      {
-+                              regs->gpr[PT_R11] = 3 * (((li | 0xFFFF0000UL) ^ 0x00008000UL) + 0x00008000UL);
-+                              regs->gpr[PT_R12] = (((li3 | 0xFFFF0000UL) ^ 0x00008000UL) + 0x00008000UL);
-+                              regs->gpr[PT_R12] += (addis3 & 0xFFFFU) << 16;
-+                              regs->ctr = (((li2 | 0xFFFF0000UL) ^ 0x00008000UL) + 0x00008000UL);
-+                              regs->ctr += (addis2 & 0xFFFFU) << 16;
-+                              regs->nip = regs->ctr;
-+                              return 4;
-+                      }
-+              }
-+      } while (0);
-+
-+#if 0
-+      do { /* PaX: unpatched PLT emulation #2 */
-+              unsigned int lis, lwzu, b, bctr;
-+
-+              err = get_user(lis, (unsigned int *)regs->nip);
-+              err |= get_user(lwzu, (unsigned int *)(regs->nip+4));
-+              err |= get_user(b, (unsigned int *)(regs->nip+8));
-+              err |= get_user(bctr, (unsigned int *)(regs->nip+12));
-+
-+              if (err)
-+                      break;
-+
-+              if ((lis & 0xFFFF0000U) == 0x39600000U &&
-+                  (lwzu & 0xU) == 0xU &&
-+                  (b & 0xFC000003U) == 0x48000000U &&
-+                  bctr == 0x4E800420U)
-+              {
-+                      unsigned int addis, addi, rlwinm, add, li2, addis2, mtctr, li3, addis3, bctr;
-+                      unsigned long addr = b | 0xFC000000UL;
-+
-+                      addr = regs->nip + 12 + ((addr ^ 0x02000000UL) + 0x02000000UL);
-+                      err = get_user(addis, (unsigned int *)addr);
-+                      err |= get_user(addi, (unsigned int *)(addr+4));
-+                      err |= get_user(rlwinm, (unsigned int *)(addr+8));
-+                      err |= get_user(add, (unsigned int *)(addr+12));
-+                      err |= get_user(li2, (unsigned int *)(addr+16));
-+                      err |= get_user(addis2, (unsigned int *)(addr+20));
-+                      err |= get_user(mtctr, (unsigned int *)(addr+24));
-+                      err |= get_user(li3, (unsigned int *)(addr+28));
-+                      err |= get_user(addis3, (unsigned int *)(addr+32));
-+                      err |= get_user(bctr, (unsigned int *)(addr+36));
-+
-+                      if (err)
-+                              break;
-+
-+                      if ((addis & 0xFFFF0000U) == 0x3D6B0000U &&
-+                          (addi & 0xFFFF0000U) == 0x396B0000U &&
-+                          rlwinm == 0x556C083CU &&
-+                          add == 0x7D6C5A14U &&
-+                          (li2 & 0xFFFF0000U) == 0x39800000U &&
-+                          (addis2 & 0xFFFF0000U) == 0x3D8C0000U &&
-+                          mtctr == 0x7D8903A6U &&
-+                          (li3 & 0xFFFF0000U) == 0x39800000U &&
-+                          (addis3 & 0xFFFF0000U) == 0x3D8C0000U &&
-+                          bctr == 0x4E800420U)
-+                      {
-+                              regs->gpr[PT_R11] = 3 * (((li | 0xFFFF0000UL) ^ 0x00008000UL) + 0x00008000UL);
-+                              regs->gpr[PT_R12] = (((li3 | 0xFFFF0000UL) ^ 0x00008000UL) + 0x00008000UL);
-+                              regs->gpr[PT_R12] += (addis3 & 0xFFFFU) << 16;
-+                              regs->ctr = (((li2 | 0xFFFF0000UL) ^ 0x00008000UL) + 0x00008000UL);
-+                              regs->ctr += (addis2 & 0xFFFFU) << 16;
-+                              regs->nip = regs->ctr;
-+                              return 4;
-+                      }
-+              }
-+      } while (0);
-+#endif
-+
-+      do { /* PaX: unpatched PLT emulation #3 */
-+              unsigned int li, b;
-+
-+              err = get_user(li, (unsigned int *)regs->nip);
-+              err |= get_user(b, (unsigned int *)(regs->nip+4));
-+
-+              if (!err && (li & 0xFFFF0000U) == 0x39600000U && (b & 0xFC000003U) == 0x48000000U) {
-+                      unsigned int addis, lwz, mtctr, bctr;
-+                      unsigned long addr = b | 0xFC000000UL;
-+
-+                      addr = regs->nip + 4 + ((addr ^ 0x02000000UL) + 0x02000000UL);
-+                      err = get_user(addis, (unsigned int *)addr);
-+                      err |= get_user(lwz, (unsigned int *)(addr+4));
-+                      err |= get_user(mtctr, (unsigned int *)(addr+8));
-+                      err |= get_user(bctr, (unsigned int *)(addr+12));
-+
-+                      if (err)
-+                              break;
-+
-+                      if ((addis & 0xFFFF0000U) == 0x3D6B0000U &&
-+                          (lwz & 0xFFFF0000U) == 0x816B0000U &&
-+                          mtctr == 0x7D6903A6U &&
-+                          bctr == 0x4E800420U)
-+                      {
-+                              unsigned int r11;
-+
-+                              addr = (addis << 16) + (((li | 0xFFFF0000UL) ^ 0x00008000UL) + 0x00008000UL);
-+                              addr += (((lwz | 0xFFFF0000UL) ^ 0x00008000UL) + 0x00008000UL);
-+
-+                              err = get_user(r11, (unsigned int *)addr);
-+                              if (err)
-+                                      break;
-+
-+                              regs->gpr[PT_R11] = r11;
-+                              regs->ctr = r11;
-+                              regs->nip = r11;
-+                              return 4;
-+                      }
-+              }
-+      } while (0);
-+#endif
-+
-+#ifdef CONFIG_PAX_EMUSIGRT
-+      do { /* PaX: sigreturn emulation */
-+              unsigned int li, sc;
-+
-+              err = get_user(li, (unsigned int *)regs->nip);
-+              err |= get_user(sc, (unsigned int *)(regs->nip+4));
-+
-+              if (!err && li == 0x38000000U + __NR_sigreturn && sc == 0x44000002U) {
-+                      struct vm_area_struct *vma;
-+                      unsigned long call_syscall;
-+
-+                      down_read(&current->mm->mmap_sem);
-+                      call_syscall = current->mm->call_syscall;
-+                      up_read(&current->mm->mmap_sem);
-+                      if (likely(call_syscall))
-+                              goto emulate;
-+
-+                      vma = kmem_cache_zalloc(vm_area_cachep, GFP_KERNEL);
-+
-+                      down_write(&current->mm->mmap_sem);
-+                      if (current->mm->call_syscall) {
-+                              call_syscall = current->mm->call_syscall;
-+                              up_write(&current->mm->mmap_sem);
-+                              if (vma)
-+                                      kmem_cache_free(vm_area_cachep, vma);
-+                              goto emulate;
-+                      }
-+
-+                      call_syscall = get_unmapped_area(NULL, 0UL, PAGE_SIZE, 0UL, MAP_PRIVATE);
-+                      if (!vma || (call_syscall & ~PAGE_MASK)) {
-+                              up_write(&current->mm->mmap_sem);
-+                              if (vma)
-+                                      kmem_cache_free(vm_area_cachep, vma);
-+                              return 1;
-+                      }
-+
-+                      if (pax_insert_vma(vma, call_syscall)) {
-+                              up_write(&current->mm->mmap_sem);
-+                              kmem_cache_free(vm_area_cachep, vma);
-+                              return 1;
-+                      }
-+
-+                      current->mm->call_syscall = call_syscall;
-+                      up_write(&current->mm->mmap_sem);
-+
-+emulate:
-+                      regs->gpr[PT_R0] = __NR_sigreturn;
-+                      regs->nip = call_syscall;
-+                      return 5;
-+              }
-+      } while (0);
-+
-+      do { /* PaX: rt_sigreturn emulation */
-+              unsigned int li, sc;
-+
-+              err = get_user(li, (unsigned int *)regs->nip);
-+              err |= get_user(sc, (unsigned int *)(regs->nip+4));
-+
-+              if (!err && li == 0x38000000U + __NR_rt_sigreturn && sc == 0x44000002U) {
-+                      struct vm_area_struct *vma;
-+                      unsigned int call_syscall;
-+
-+                      down_read(&current->mm->mmap_sem);
-+                      call_syscall = current->mm->call_syscall;
-+                      up_read(&current->mm->mmap_sem);
-+                      if (likely(call_syscall))
-+                              goto rt_emulate;
-+
-+                      vma = kmem_cache_zalloc(vm_area_cachep, GFP_KERNEL);
-+
-+                      down_write(&current->mm->mmap_sem);
-+                      if (current->mm->call_syscall) {
-+                              call_syscall = current->mm->call_syscall;
-+                              up_write(&current->mm->mmap_sem);
-+                              if (vma)
-+                                      kmem_cache_free(vm_area_cachep, vma);
-+                              goto rt_emulate;
-+                      }
-+
-+                      call_syscall = get_unmapped_area(NULL, 0UL, PAGE_SIZE, 0UL, MAP_PRIVATE);
-+                      if (!vma || (call_syscall & ~PAGE_MASK)) {
-+                              up_write(&current->mm->mmap_sem);
-+                              if (vma)
-+                                      kmem_cache_free(vm_area_cachep, vma);
-+                              return 1;
-+                      }
-+
-+                      if (pax_insert_vma(vma, call_syscall)) {
-+                              up_write(&current->mm->mmap_sem);
-+                              kmem_cache_free(vm_area_cachep, vma);
-+                              return 1;
-+                      }
-+
-+                      current->mm->call_syscall = call_syscall;
-+                      up_write(&current->mm->mmap_sem);
-+
-+rt_emulate:
-+                      regs->gpr[PT_R0] = __NR_rt_sigreturn;
-+                      regs->nip = call_syscall;
-+                      return 6;
-+              }
-+      } while (0);
-+#endif
-+
 +      return 1;
 +}
 +
@@ -2689,7 +3091,7 @@ diff -urNp linux-2.6.31/arch/powerpc/mm/fault.c linux-2.6.31/arch/powerpc/mm/fau
  /*
   * Check whether the instruction at regs->nip is a store using
   * an update addressing form which will update r1.
-@@ -134,7 +495,7 @@ int __kprobes do_page_fault(struct pt_re
+@@ -134,7 +166,7 @@ int __kprobes do_page_fault(struct pt_re
         * indicate errors in DSISR but can validly be set in SRR1.
         */
        if (trap == 0x400)
@@ -2698,33 +3100,37 @@ diff -urNp linux-2.6.31/arch/powerpc/mm/fault.c linux-2.6.31/arch/powerpc/mm/fau
        else
                is_write = error_code & DSISR_ISSTORE;
  #else
-@@ -335,6 +696,37 @@ bad_area:
+@@ -250,7 +282,7 @@ good_area:
+          * "undefined".  Of those that can be set, this is the only
+          * one which seems bad.
+          */
+-      if (error_code & 0x10000000)
++      if (error_code & DSISR_GUARDED)
+                 /* Guarded storage error. */
+               goto bad_area;
+ #endif /* CONFIG_8xx */
+@@ -265,7 +297,7 @@ good_area:
+                * processors use the same I/D cache coherency mechanism
+                * as embedded.
+                */
+-              if (error_code & DSISR_PROTFAULT)
++              if (error_code & (DSISR_PROTFAULT | DSISR_GUARDED))
+                       goto bad_area;
+ #endif /* CONFIG_PPC_STD_MMU */
+@@ -335,6 +367,23 @@ bad_area:
  bad_area_nosemaphore:
        /* User mode accesses cause a SIGSEGV */
        if (user_mode(regs)) {
 +
 +#ifdef CONFIG_PAX_PAGEEXEC
 +              if (mm->pax_flags & MF_PAX_PAGEEXEC) {
-+#ifdef CONFIG_PPC64
-+                      if (is_exec && (error_code & DSISR_PROTFAULT)) {
++#ifdef CONFIG_PPC_STD_MMU
++                      if (is_exec && (error_code & (DSISR_PROTFAULT | DSISR_GUARDED))) {
 +#else
 +                      if (is_exec && regs->nip == address) {
 +#endif
 +                              switch (pax_handle_fetch_fault(regs)) {
-+
-+#ifdef CONFIG_PAX_EMUPLT
-+                              case 2:
-+                              case 3:
-+                              case 4:
-+                                      return 0;
-+#endif
-+
-+#ifdef CONFIG_PAX_EMUSIGRT
-+                              case 5:
-+                              case 6:
-+                                      return 0;
-+#endif
-+
 +                              }
 +
 +                              pax_report_fault(regs, (void *)regs->nip, (void *)regs->gpr[PT_R1]);
@@ -2736,9 +3142,9 @@ diff -urNp linux-2.6.31/arch/powerpc/mm/fault.c linux-2.6.31/arch/powerpc/mm/fau
                _exception(SIGSEGV, regs, code, address);
                return 0;
        }
-diff -urNp linux-2.6.31/arch/powerpc/mm/mmap_64.c linux-2.6.31/arch/powerpc/mm/mmap_64.c
---- linux-2.6.31/arch/powerpc/mm/mmap_64.c     2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/powerpc/mm/mmap_64.c     2009-09-06 15:29:11.135151676 -0400
+diff -urNp linux-2.6.32.1/arch/powerpc/mm/mmap_64.c linux-2.6.32.1/arch/powerpc/mm/mmap_64.c
+--- linux-2.6.32.1/arch/powerpc/mm/mmap_64.c   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/powerpc/mm/mmap_64.c   2009-12-14 18:33:51.498797053 -0500
 @@ -99,10 +99,22 @@ void arch_pick_mmap_layout(struct mm_str
         */
        if (mmap_is_legacy()) {
@@ -2762,130 +3168,94 @@ diff -urNp linux-2.6.31/arch/powerpc/mm/mmap_64.c linux-2.6.31/arch/powerpc/mm/m
                mm->get_unmapped_area = arch_get_unmapped_area_topdown;
                mm->unmap_area = arch_unmap_area_topdown;
        }
-diff -urNp linux-2.6.31/arch/powerpc/platforms/cell/spufs/file.c linux-2.6.31/arch/powerpc/platforms/cell/spufs/file.c
---- linux-2.6.31/arch/powerpc/platforms/cell/spufs/file.c      2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/powerpc/platforms/cell/spufs/file.c      2009-09-06 15:29:11.137157502 -0400
-@@ -147,7 +147,7 @@ static int __fops ## _open(struct inode 
-       __simple_attr_check_format(__fmt, 0ull);                        \
-       return spufs_attr_open(inode, file, __get, __set, __fmt);       \
- }                                                                     \
--static struct file_operations __fops = {                              \
-+static const struct file_operations __fops = {                                \
-       .owner   = THIS_MODULE,                                         \
-       .open    = __fops ## _open,                                     \
-       .release = spufs_attr_release,                                  \
-@@ -309,7 +309,7 @@ static int spufs_mem_mmap_access(struct 
-       return len;
- }
--static struct vm_operations_struct spufs_mem_mmap_vmops = {
-+static const struct vm_operations_struct spufs_mem_mmap_vmops = {
-       .fault = spufs_mem_mmap_fault,
-       .access = spufs_mem_mmap_access,
- };
-@@ -436,7 +436,7 @@ static int spufs_cntl_mmap_fault(struct 
-       return spufs_ps_fault(vma, vmf, 0x4000, SPUFS_CNTL_MAP_SIZE);
- }
--static struct vm_operations_struct spufs_cntl_mmap_vmops = {
-+static const struct vm_operations_struct spufs_cntl_mmap_vmops = {
-       .fault = spufs_cntl_mmap_fault,
- };
-@@ -1143,7 +1143,7 @@ spufs_signal1_mmap_fault(struct vm_area_
- #endif
- }
--static struct vm_operations_struct spufs_signal1_mmap_vmops = {
-+static const struct vm_operations_struct spufs_signal1_mmap_vmops = {
-       .fault = spufs_signal1_mmap_fault,
- };
-@@ -1279,7 +1279,7 @@ spufs_signal2_mmap_fault(struct vm_area_
- #endif
- }
--static struct vm_operations_struct spufs_signal2_mmap_vmops = {
-+static const struct vm_operations_struct spufs_signal2_mmap_vmops = {
-       .fault = spufs_signal2_mmap_fault,
- };
-@@ -1397,7 +1397,7 @@ spufs_mss_mmap_fault(struct vm_area_stru
-       return spufs_ps_fault(vma, vmf, 0x0000, SPUFS_MSS_MAP_SIZE);
- }
--static struct vm_operations_struct spufs_mss_mmap_vmops = {
-+static const struct vm_operations_struct spufs_mss_mmap_vmops = {
-       .fault = spufs_mss_mmap_fault,
- };
-@@ -1458,7 +1458,7 @@ spufs_psmap_mmap_fault(struct vm_area_st
-       return spufs_ps_fault(vma, vmf, 0x0000, SPUFS_PS_MAP_SIZE);
- }
--static struct vm_operations_struct spufs_psmap_mmap_vmops = {
-+static const struct vm_operations_struct spufs_psmap_mmap_vmops = {
-       .fault = spufs_psmap_mmap_fault,
- };
+diff -urNp linux-2.6.32.1/arch/powerpc/mm/slice.c linux-2.6.32.1/arch/powerpc/mm/slice.c
+--- linux-2.6.32.1/arch/powerpc/mm/slice.c     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/powerpc/mm/slice.c     2009-12-14 18:33:51.499879436 -0500
+@@ -426,6 +426,11 @@ unsigned long slice_get_unmapped_area(un
+       if (fixed && addr > (mm->task_size - len))
+               return -EINVAL;
  
-@@ -1517,7 +1517,7 @@ spufs_mfc_mmap_fault(struct vm_area_stru
-       return spufs_ps_fault(vma, vmf, 0x3000, SPUFS_MFC_MAP_SIZE);
++#ifdef CONFIG_PAX_RANDMMAP
++      if (!fixed && (mm->pax_flags & MF_PAX_RANDMMAP))
++              addr = 0;
++#endif
++
+       /* If hint, make sure it matches our alignment restrictions */
+       if (!fixed && addr) {
+               addr = _ALIGN_UP(addr, 1ul << pshift);
+diff -urNp linux-2.6.32.1/arch/powerpc/platforms/52xx/lite5200_pm.c linux-2.6.32.1/arch/powerpc/platforms/52xx/lite5200_pm.c
+--- linux-2.6.32.1/arch/powerpc/platforms/52xx/lite5200_pm.c   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/powerpc/platforms/52xx/lite5200_pm.c   2009-12-14 18:33:51.520200853 -0500
+@@ -235,7 +235,7 @@ static void lite5200_pm_end(void)
+       lite5200_pm_target_state = PM_SUSPEND_ON;
+ }
+-static struct platform_suspend_ops lite5200_pm_ops = {
++static const struct platform_suspend_ops lite5200_pm_ops = {
+       .valid          = lite5200_pm_valid,
+       .begin          = lite5200_pm_begin,
+       .prepare        = lite5200_pm_prepare,
+diff -urNp linux-2.6.32.1/arch/powerpc/platforms/52xx/mpc52xx_pm.c linux-2.6.32.1/arch/powerpc/platforms/52xx/mpc52xx_pm.c
+--- linux-2.6.32.1/arch/powerpc/platforms/52xx/mpc52xx_pm.c    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/powerpc/platforms/52xx/mpc52xx_pm.c    2009-12-14 18:33:51.520887334 -0500
+@@ -180,7 +180,7 @@ void mpc52xx_pm_finish(void)
+       iounmap(mbar);
+ }
+-static struct platform_suspend_ops mpc52xx_pm_ops = {
++static const struct platform_suspend_ops mpc52xx_pm_ops = {
+       .valid          = mpc52xx_pm_valid,
+       .prepare        = mpc52xx_pm_prepare,
+       .enter          = mpc52xx_pm_enter,
+diff -urNp linux-2.6.32.1/arch/powerpc/platforms/83xx/suspend.c linux-2.6.32.1/arch/powerpc/platforms/83xx/suspend.c
+--- linux-2.6.32.1/arch/powerpc/platforms/83xx/suspend.c       2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/powerpc/platforms/83xx/suspend.c       2009-12-14 18:33:51.520887334 -0500
+@@ -273,7 +273,7 @@ static int mpc83xx_is_pci_agent(void)
+       return ret;
  }
  
--static struct vm_operations_struct spufs_mfc_mmap_vmops = {
-+static const struct vm_operations_struct spufs_mfc_mmap_vmops = {
-       .fault = spufs_mfc_mmap_fault,
+-static struct platform_suspend_ops mpc83xx_suspend_ops = {
++static const struct platform_suspend_ops mpc83xx_suspend_ops = {
+       .valid = mpc83xx_suspend_valid,
+       .begin = mpc83xx_suspend_begin,
+       .enter = mpc83xx_suspend_enter,
+diff -urNp linux-2.6.32.1/arch/powerpc/platforms/cell/iommu.c linux-2.6.32.1/arch/powerpc/platforms/cell/iommu.c
+--- linux-2.6.32.1/arch/powerpc/platforms/cell/iommu.c 2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/powerpc/platforms/cell/iommu.c 2009-12-14 18:33:51.520887334 -0500
+@@ -642,7 +642,7 @@ static int dma_fixed_dma_supported(struc
+ static int dma_set_mask_and_switch(struct device *dev, u64 dma_mask);
+-struct dma_map_ops dma_iommu_fixed_ops = {
++const struct dma_map_ops dma_iommu_fixed_ops = {
+       .alloc_coherent = dma_fixed_alloc_coherent,
+       .free_coherent  = dma_fixed_free_coherent,
+       .map_sg         = dma_fixed_map_sg,
+diff -urNp linux-2.6.32.1/arch/powerpc/platforms/ps3/system-bus.c linux-2.6.32.1/arch/powerpc/platforms/ps3/system-bus.c
+--- linux-2.6.32.1/arch/powerpc/platforms/ps3/system-bus.c     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/powerpc/platforms/ps3/system-bus.c     2009-12-14 18:33:51.536181929 -0500
+@@ -694,7 +694,7 @@ static int ps3_dma_supported(struct devi
+       return mask >= DMA_BIT_MASK(32);
+ }
+-static struct dma_map_ops ps3_sb_dma_ops = {
++static const struct dma_map_ops ps3_sb_dma_ops = {
+       .alloc_coherent = ps3_alloc_coherent,
+       .free_coherent = ps3_free_coherent,
+       .map_sg = ps3_sb_map_sg,
+@@ -704,7 +704,7 @@ static struct dma_map_ops ps3_sb_dma_ops
+       .unmap_page = ps3_unmap_page,
  };
  
-diff -urNp linux-2.6.31/arch/powerpc/platforms/pseries/dtl.c linux-2.6.31/arch/powerpc/platforms/pseries/dtl.c
---- linux-2.6.31/arch/powerpc/platforms/pseries/dtl.c  2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/powerpc/platforms/pseries/dtl.c  2009-09-06 15:29:11.137157502 -0400
-@@ -209,7 +209,7 @@ static ssize_t dtl_file_read(struct file
-       return n_read * sizeof(struct dtl_entry);
- }
--static struct file_operations dtl_fops = {
-+static const struct file_operations dtl_fops = {
-       .open           = dtl_file_open,
-       .release        = dtl_file_release,
-       .read           = dtl_file_read,
-diff -urNp linux-2.6.31/arch/powerpc/platforms/pseries/hvCall_inst.c linux-2.6.31/arch/powerpc/platforms/pseries/hvCall_inst.c
---- linux-2.6.31/arch/powerpc/platforms/pseries/hvCall_inst.c  2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/powerpc/platforms/pseries/hvCall_inst.c  2009-09-06 15:29:11.138157349 -0400
-@@ -71,7 +71,7 @@ static int hc_show(struct seq_file *m, v
-       return 0;
- }
--static struct seq_operations hcall_inst_seq_ops = {
-+static const struct seq_operations hcall_inst_seq_ops = {
-         .start = hc_start,
-         .next  = hc_next,
-         .stop  = hc_stop,
-diff -urNp linux-2.6.31/arch/s390/hypfs/inode.c linux-2.6.31/arch/s390/hypfs/inode.c
---- linux-2.6.31/arch/s390/hypfs/inode.c       2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/s390/hypfs/inode.c       2009-09-06 15:29:11.139185055 -0400
-@@ -41,7 +41,7 @@ struct hypfs_sb_info {
- static const struct file_operations hypfs_file_ops;
- static struct file_system_type hypfs_type;
--static struct super_operations hypfs_s_ops;
-+static const struct super_operations hypfs_s_ops;
- /* start of list of all dentries, which have to be deleted on update */
- static struct dentry *hypfs_last_dentry;
-@@ -476,7 +476,7 @@ static struct file_system_type hypfs_typ
-       .kill_sb        = hypfs_kill_super
- };
--static struct super_operations hypfs_s_ops = {
-+static const struct super_operations hypfs_s_ops = {
-       .statfs         = simple_statfs,
-       .drop_inode     = hypfs_drop_inode,
-       .show_options   = hypfs_show_options,
-diff -urNp linux-2.6.31/arch/s390/include/asm/atomic.h linux-2.6.31/arch/s390/include/asm/atomic.h
---- linux-2.6.31/arch/s390/include/asm/atomic.h        2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/s390/include/asm/atomic.h        2009-09-11 22:40:25.655434064 -0400
-@@ -71,19 +71,31 @@ static inline int atomic_read(const atom
+-static struct dma_map_ops ps3_ioc0_dma_ops = {
++static const struct dma_map_ops ps3_ioc0_dma_ops = {
+       .alloc_coherent = ps3_alloc_coherent,
+       .free_coherent = ps3_free_coherent,
+       .map_sg = ps3_ioc0_map_sg,
+diff -urNp linux-2.6.32.1/arch/s390/include/asm/atomic.h linux-2.6.32.1/arch/s390/include/asm/atomic.h
+--- linux-2.6.32.1/arch/s390/include/asm/atomic.h      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/s390/include/asm/atomic.h      2009-12-14 18:33:51.536779990 -0500
+@@ -61,19 +61,31 @@ static inline int atomic_read(const atom
        return v->counter;
  }
  
@@ -2905,7 +3275,7 @@ diff -urNp linux-2.6.31/arch/s390/include/asm/atomic.h linux-2.6.31/arch/s390/in
 +      atomic_set((atomic_t *)v, i);
 +}
 +
- static __inline__ int atomic_add_return(int i, atomic_t * v)
+ static inline int atomic_add_return(int i, atomic_t *v)
  {
        return __CS_LOOP(v, i, "ar");
  }
@@ -2917,7 +3287,7 @@ diff -urNp linux-2.6.31/arch/s390/include/asm/atomic.h linux-2.6.31/arch/s390/in
  #define atomic_inc_return(_v)         atomic_add_return(1, _v)
  #define atomic_inc_and_test(_v)               (atomic_add_return(1, _v) == 0)
  
-@@ -92,6 +104,7 @@ static __inline__ int atomic_sub_return(
+@@ -82,6 +94,7 @@ static inline int atomic_sub_return(int 
        return __CS_LOOP(v, i, "sr");
  }
  #define atomic_sub(_i, _v)            atomic_sub_return(_i, _v)
@@ -2925,9 +3295,9 @@ diff -urNp linux-2.6.31/arch/s390/include/asm/atomic.h linux-2.6.31/arch/s390/in
  #define atomic_sub_and_test(_i, _v)   (atomic_sub_return(_i, _v) == 0)
  #define atomic_dec(_v)                        atomic_sub_return(1, _v)
  #define atomic_dec_return(_v)         atomic_sub_return(1, _v)
-diff -urNp linux-2.6.31/arch/s390/include/asm/uaccess.h linux-2.6.31/arch/s390/include/asm/uaccess.h
---- linux-2.6.31/arch/s390/include/asm/uaccess.h       2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/s390/include/asm/uaccess.h       2009-09-06 15:29:11.141155282 -0400
+diff -urNp linux-2.6.32.1/arch/s390/include/asm/uaccess.h linux-2.6.32.1/arch/s390/include/asm/uaccess.h
+--- linux-2.6.32.1/arch/s390/include/asm/uaccess.h     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/s390/include/asm/uaccess.h     2009-12-14 18:33:51.536779990 -0500
 @@ -232,6 +232,10 @@ static inline unsigned long __must_check
  copy_to_user(void __user *to, const void *from, unsigned long n)
  {
@@ -2960,10 +3330,10 @@ diff -urNp linux-2.6.31/arch/s390/include/asm/uaccess.h linux-2.6.31/arch/s390/i
        if (access_ok(VERIFY_READ, from, n))
                n = __copy_from_user(to, from, n);
        else
-diff -urNp linux-2.6.31/arch/s390/kernel/module.c linux-2.6.31/arch/s390/kernel/module.c
---- linux-2.6.31/arch/s390/kernel/module.c     2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/s390/kernel/module.c     2009-09-06 15:29:11.145235149 -0400
-@@ -164,11 +164,11 @@ module_frob_arch_sections(Elf_Ehdr *hdr,
+diff -urNp linux-2.6.32.1/arch/s390/kernel/module.c linux-2.6.32.1/arch/s390/kernel/module.c
+--- linux-2.6.32.1/arch/s390/kernel/module.c   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/s390/kernel/module.c   2009-12-14 18:33:51.536779990 -0500
+@@ -166,11 +166,11 @@ module_frob_arch_sections(Elf_Ehdr *hdr,
  
        /* Increase core size by size of got & plt and set start
           offsets for got and plt. */
@@ -2980,7 +3350,7 @@ diff -urNp linux-2.6.31/arch/s390/kernel/module.c linux-2.6.31/arch/s390/kernel/
        return 0;
  }
  
-@@ -254,7 +254,7 @@ apply_rela(Elf_Rela *rela, Elf_Addr base
+@@ -256,7 +256,7 @@ apply_rela(Elf_Rela *rela, Elf_Addr base
                if (info->got_initialized == 0) {
                        Elf_Addr *gotent;
  
@@ -2989,7 +3359,7 @@ diff -urNp linux-2.6.31/arch/s390/kernel/module.c linux-2.6.31/arch/s390/kernel/
                                info->got_offset;
                        *gotent = val;
                        info->got_initialized = 1;
-@@ -278,7 +278,7 @@ apply_rela(Elf_Rela *rela, Elf_Addr base
+@@ -280,7 +280,7 @@ apply_rela(Elf_Rela *rela, Elf_Addr base
                else if (r_type == R_390_GOTENT ||
                         r_type == R_390_GOTPLTENT)
                        *(unsigned int *) loc =
@@ -2998,7 +3368,7 @@ diff -urNp linux-2.6.31/arch/s390/kernel/module.c linux-2.6.31/arch/s390/kernel/
                else if (r_type == R_390_GOT64 ||
                         r_type == R_390_GOTPLT64)
                        *(unsigned long *) loc = val;
-@@ -292,7 +292,7 @@ apply_rela(Elf_Rela *rela, Elf_Addr base
+@@ -294,7 +294,7 @@ apply_rela(Elf_Rela *rela, Elf_Addr base
        case R_390_PLTOFF64:    /* 16 bit offset from GOT to PLT. */
                if (info->plt_initialized == 0) {
                        unsigned int *ip;
@@ -3007,7 +3377,7 @@ diff -urNp linux-2.6.31/arch/s390/kernel/module.c linux-2.6.31/arch/s390/kernel/
                                info->plt_offset;
  #ifndef CONFIG_64BIT
                        ip[0] = 0x0d105810; /* basr 1,0; l 1,6(1); br 1 */
-@@ -317,7 +317,7 @@ apply_rela(Elf_Rela *rela, Elf_Addr base
+@@ -319,7 +319,7 @@ apply_rela(Elf_Rela *rela, Elf_Addr base
                               val - loc + 0xffffUL < 0x1ffffeUL) ||
                              (r_type == R_390_PLT32DBL &&
                               val - loc + 0xffffffffULL < 0x1fffffffeULL)))
@@ -3016,7 +3386,7 @@ diff -urNp linux-2.6.31/arch/s390/kernel/module.c linux-2.6.31/arch/s390/kernel/
                                        me->arch.plt_offset +
                                        info->plt_offset;
                        val += rela->r_addend - loc;
-@@ -339,7 +339,7 @@ apply_rela(Elf_Rela *rela, Elf_Addr base
+@@ -341,7 +341,7 @@ apply_rela(Elf_Rela *rela, Elf_Addr base
        case R_390_GOTOFF32:    /* 32 bit offset to GOT.  */
        case R_390_GOTOFF64:    /* 64 bit offset to GOT. */
                val = val + rela->r_addend -
@@ -3025,7 +3395,7 @@ diff -urNp linux-2.6.31/arch/s390/kernel/module.c linux-2.6.31/arch/s390/kernel/
                if (r_type == R_390_GOTOFF16)
                        *(unsigned short *) loc = val;
                else if (r_type == R_390_GOTOFF32)
-@@ -349,7 +349,7 @@ apply_rela(Elf_Rela *rela, Elf_Addr base
+@@ -351,7 +351,7 @@ apply_rela(Elf_Rela *rela, Elf_Addr base
                break;
        case R_390_GOTPC:       /* 32 bit PC relative offset to GOT. */
        case R_390_GOTPCDBL:    /* 32 bit PC rel. off. to GOT shifted by 1. */
@@ -3034,9 +3404,21 @@ diff -urNp linux-2.6.31/arch/s390/kernel/module.c linux-2.6.31/arch/s390/kernel/
                        rela->r_addend - loc;
                if (r_type == R_390_GOTPC)
                        *(unsigned int *) loc = val;
-diff -urNp linux-2.6.31/arch/sh/include/asm/atomic.h linux-2.6.31/arch/sh/include/asm/atomic.h
---- linux-2.6.31/arch/sh/include/asm/atomic.h  2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/sh/include/asm/atomic.h  2009-09-11 22:42:57.895595838 -0400
+diff -urNp linux-2.6.32.1/arch/sh/boards/mach-hp6xx/pm.c linux-2.6.32.1/arch/sh/boards/mach-hp6xx/pm.c
+--- linux-2.6.32.1/arch/sh/boards/mach-hp6xx/pm.c      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/sh/boards/mach-hp6xx/pm.c      2009-12-14 18:33:51.536779990 -0500
+@@ -143,7 +143,7 @@ static int hp6x0_pm_enter(suspend_state_
+       return 0;
+ }
+-static struct platform_suspend_ops hp6x0_pm_ops = {
++static const struct platform_suspend_ops hp6x0_pm_ops = {
+       .enter          = hp6x0_pm_enter,
+       .valid          = suspend_valid_only_mem,
+ };
+diff -urNp linux-2.6.32.1/arch/sh/include/asm/atomic.h linux-2.6.32.1/arch/sh/include/asm/atomic.h
+--- linux-2.6.32.1/arch/sh/include/asm/atomic.h        2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/sh/include/asm/atomic.h        2009-12-14 18:33:51.536779990 -0500
 @@ -14,7 +14,9 @@
  #define ATOMIC_INIT(i)        ( (atomic_t) { (i) } )
  
@@ -3057,9 +3439,45 @@ diff -urNp linux-2.6.31/arch/sh/include/asm/atomic.h linux-2.6.31/arch/sh/includ
  #define atomic_dec(v) atomic_sub(1,(v))
  
  #if !defined(CONFIG_GUSA_RB) && !defined(CONFIG_CPU_SH4A)
-diff -urNp linux-2.6.31/arch/sparc/include/asm/atomic_32.h linux-2.6.31/arch/sparc/include/asm/atomic_32.h
---- linux-2.6.31/arch/sparc/include/asm/atomic_32.h    2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/sparc/include/asm/atomic_32.h    2009-09-11 22:43:53.814367715 -0400
+diff -urNp linux-2.6.32.1/arch/sh/kernel/cpu/sh4/sq.c linux-2.6.32.1/arch/sh/kernel/cpu/sh4/sq.c
+--- linux-2.6.32.1/arch/sh/kernel/cpu/sh4/sq.c 2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/sh/kernel/cpu/sh4/sq.c 2009-12-14 18:33:51.538190752 -0500
+@@ -327,7 +327,7 @@ static struct attribute *sq_sysfs_attrs[
+       NULL,
+ };
+-static struct sysfs_ops sq_sysfs_ops = {
++static const struct sysfs_ops sq_sysfs_ops = {
+       .show   = sq_sysfs_show,
+       .store  = sq_sysfs_store,
+ };
+diff -urNp linux-2.6.32.1/arch/sh/kernel/cpu/shmobile/pm.c linux-2.6.32.1/arch/sh/kernel/cpu/shmobile/pm.c
+--- linux-2.6.32.1/arch/sh/kernel/cpu/shmobile/pm.c    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/sh/kernel/cpu/shmobile/pm.c    2009-12-14 18:33:51.538190752 -0500
+@@ -58,7 +58,7 @@ static int sh_pm_enter(suspend_state_t s
+       return 0;
+ }
+-static struct platform_suspend_ops sh_pm_ops = {
++static const struct platform_suspend_ops sh_pm_ops = {
+       .enter          = sh_pm_enter,
+       .valid          = suspend_valid_only_mem,
+ };
+diff -urNp linux-2.6.32.1/arch/sh/kernel/kgdb.c linux-2.6.32.1/arch/sh/kernel/kgdb.c
+--- linux-2.6.32.1/arch/sh/kernel/kgdb.c       2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/sh/kernel/kgdb.c       2009-12-14 18:33:51.548195505 -0500
+@@ -271,7 +271,7 @@ void kgdb_arch_exit(void)
+ {
+ }
+-struct kgdb_arch arch_kgdb_ops = {
++const struct kgdb_arch arch_kgdb_ops = {
+       /* Breakpoint instruction: trapa #0x3c */
+ #ifdef CONFIG_CPU_LITTLE_ENDIAN
+       .gdb_bpt_instr          = { 0x3c, 0xc3 },
+diff -urNp linux-2.6.32.1/arch/sparc/include/asm/atomic_32.h linux-2.6.32.1/arch/sparc/include/asm/atomic_32.h
+--- linux-2.6.32.1/arch/sparc/include/asm/atomic_32.h  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/sparc/include/asm/atomic_32.h  2009-12-14 18:33:51.548195505 -0500
 @@ -24,12 +24,17 @@ extern int atomic_cmpxchg(atomic_t *, in
  #define atomic_xchg(v, new) (xchg(&((v)->counter), new))
  extern int atomic_add_unless(atomic_t *, int, int);
@@ -3078,9 +3496,9 @@ diff -urNp linux-2.6.31/arch/sparc/include/asm/atomic_32.h linux-2.6.31/arch/spa
  #define atomic_dec(v)         ((void)__atomic_add_return(       -1, (v)))
  
  #define atomic_add_return(i, v)       (__atomic_add_return( (int)(i), (v)))
-diff -urNp linux-2.6.31/arch/sparc/include/asm/atomic_64.h linux-2.6.31/arch/sparc/include/asm/atomic_64.h
---- linux-2.6.31/arch/sparc/include/asm/atomic_64.h    2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/sparc/include/asm/atomic_64.h    2009-09-11 22:44:49.151421500 -0400
+diff -urNp linux-2.6.32.1/arch/sparc/include/asm/atomic_64.h linux-2.6.32.1/arch/sparc/include/asm/atomic_64.h
+--- linux-2.6.32.1/arch/sparc/include/asm/atomic_64.h  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/sparc/include/asm/atomic_64.h  2009-12-14 18:33:51.549188129 -0500
 @@ -14,14 +14,18 @@
  #define ATOMIC64_INIT(i)      { (i) }
  
@@ -3093,10 +3511,10 @@ diff -urNp linux-2.6.31/arch/sparc/include/asm/atomic_64.h linux-2.6.31/arch/spa
  #define atomic64_set(v, i)    (((v)->counter) = i)
  
  extern void atomic_add(int, atomic_t *);
-+#define atomic_add_unchecked(i, v) atomic_add((i), (atomic_t *)(v))
++extern void atomic_add_unchecked(int, atomic_unchecked_t *);
  extern void atomic64_add(int, atomic64_t *);
  extern void atomic_sub(int, atomic_t *);
-+#define atomic_sub_unchecked(i, v) atomic_sub((i), (atomic_t *)(v))
++extern void atomic_sub_unchecked(int, atomic_unchecked_t *);
  extern void atomic64_sub(int, atomic64_t *);
  
  extern int atomic_add_ret(int, atomic_t *);
@@ -3104,13 +3522,113 @@ diff -urNp linux-2.6.31/arch/sparc/include/asm/atomic_64.h linux-2.6.31/arch/spa
  #define atomic64_dec_and_test(v) (atomic64_sub_ret(1, v) == 0)
  
  #define atomic_inc(v) atomic_add(1, v)
-+#define atomic_inc_unchecked(v) atomic_inc((atomic_t *)(v))
++#define atomic_inc_unchecked(v) atomic_add_unchecked(1, v)
  #define atomic64_inc(v) atomic64_add(1, v)
  
  #define atomic_dec(v) atomic_sub(1, v)
-diff -urNp linux-2.6.31/arch/sparc/include/asm/elf_32.h linux-2.6.31/arch/sparc/include/asm/elf_32.h
---- linux-2.6.31/arch/sparc/include/asm/elf_32.h       2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/sparc/include/asm/elf_32.h       2009-09-06 15:29:11.148171937 -0400
+@@ -72,17 +77,28 @@ extern int atomic64_sub_ret(int, atomic6
+ static inline int atomic_add_unless(atomic_t *v, int a, int u)
+ {
+-      int c, old;
++      int c, old, new;
+       c = atomic_read(v);
+       for (;;) {
+-              if (unlikely(c == (u)))
++              if (unlikely(c == u))
+                       break;
+-              old = atomic_cmpxchg((v), c, c + (a));
++
++              asm volatile("addcc %2, %0, %0\n"
++
++#ifdef CONFIG_PAX_REFCOUNT
++                           "tvs %%icc, 6\n"
++#endif
++
++                           : "=r" (new)
++                           : "0" (c), "ir" (a)
++                           : "cc");
++
++              old = atomic_cmpxchg(v, c, new);
+               if (likely(old == c))
+                       break;
+               c = old;
+       }
+-      return c != (u);
++      return c != u;
+ }
+ #define atomic_inc_not_zero(v) atomic_add_unless((v), 1, 0)
+@@ -93,17 +109,28 @@ static inline int atomic_add_unless(atom
+ static inline int atomic64_add_unless(atomic64_t *v, long a, long u)
+ {
+-      long c, old;
++      long c, old, new;
+       c = atomic64_read(v);
+       for (;;) {
+-              if (unlikely(c == (u)))
++              if (unlikely(c == u))
+                       break;
+-              old = atomic64_cmpxchg((v), c, c + (a));
++
++              asm volatile("addcc %2, %0, %0\n"
++
++#ifdef CONFIG_PAX_REFCOUNT
++                           "tvs %%xcc, 6\n"
++#endif
++
++                           : "=r" (new)
++                           : "0" (c), "ir" (a)
++                           : "cc");
++
++              old = atomic64_cmpxchg(v, c, new);
+               if (likely(old == c))
+                       break;
+               c = old;
+       }
+-      return c != (u);
++      return c != u;
+ }
+ #define atomic64_inc_not_zero(v) atomic64_add_unless((v), 1, 0)
+diff -urNp linux-2.6.32.1/arch/sparc/include/asm/dma-mapping.h linux-2.6.32.1/arch/sparc/include/asm/dma-mapping.h
+--- linux-2.6.32.1/arch/sparc/include/asm/dma-mapping.h        2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/sparc/include/asm/dma-mapping.h        2009-12-14 18:33:51.549188129 -0500
+@@ -14,10 +14,10 @@ extern int dma_set_mask(struct device *d
+ #define dma_free_noncoherent(d, s, v, h) dma_free_coherent(d, s, v, h)
+ #define dma_is_consistent(d, h)       (1)
+-extern struct dma_map_ops *dma_ops, pci32_dma_ops;
++extern struct const dma_map_ops *dma_ops, pci32_dma_ops;
+ extern struct bus_type pci_bus_type;
+-static inline struct dma_map_ops *get_dma_ops(struct device *dev)
++static inline const struct dma_map_ops *get_dma_ops(struct device *dev)
+ {
+ #if defined(CONFIG_SPARC32) && defined(CONFIG_PCI)
+       if (dev->bus == &pci_bus_type)
+@@ -31,7 +31,7 @@ static inline struct dma_map_ops *get_dm
+ static inline void *dma_alloc_coherent(struct device *dev, size_t size,
+                                      dma_addr_t *dma_handle, gfp_t flag)
+ {
+-      struct dma_map_ops *ops = get_dma_ops(dev);
++      const struct dma_map_ops *ops = get_dma_ops(dev);
+       void *cpu_addr;
+       cpu_addr = ops->alloc_coherent(dev, size, dma_handle, flag);
+@@ -42,7 +42,7 @@ static inline void *dma_alloc_coherent(s
+ static inline void dma_free_coherent(struct device *dev, size_t size,
+                                    void *cpu_addr, dma_addr_t dma_handle)
+ {
+-      struct dma_map_ops *ops = get_dma_ops(dev);
++      const struct dma_map_ops *ops = get_dma_ops(dev);
+       debug_dma_free_coherent(dev, size, cpu_addr, dma_handle);
+       ops->free_coherent(dev, size, cpu_addr, dma_handle);
+diff -urNp linux-2.6.32.1/arch/sparc/include/asm/elf_32.h linux-2.6.32.1/arch/sparc/include/asm/elf_32.h
+--- linux-2.6.32.1/arch/sparc/include/asm/elf_32.h     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/sparc/include/asm/elf_32.h     2009-12-14 18:33:51.549188129 -0500
 @@ -116,6 +116,13 @@ typedef struct {
  
  #define ELF_ET_DYN_BASE         (TASK_UNMAPPED_BASE)
@@ -3125,9 +3643,9 @@ diff -urNp linux-2.6.31/arch/sparc/include/asm/elf_32.h linux-2.6.31/arch/sparc/
  /* This yields a mask that user programs can use to figure out what
     instruction set this cpu supports.  This can NOT be done in userspace
     on Sparc.  */
-diff -urNp linux-2.6.31/arch/sparc/include/asm/elf_64.h linux-2.6.31/arch/sparc/include/asm/elf_64.h
---- linux-2.6.31/arch/sparc/include/asm/elf_64.h       2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/sparc/include/asm/elf_64.h       2009-09-06 15:29:11.149172278 -0400
+diff -urNp linux-2.6.32.1/arch/sparc/include/asm/elf_64.h linux-2.6.32.1/arch/sparc/include/asm/elf_64.h
+--- linux-2.6.32.1/arch/sparc/include/asm/elf_64.h     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/sparc/include/asm/elf_64.h     2009-12-14 18:33:51.549188129 -0500
 @@ -163,6 +163,12 @@ typedef struct {
  #define ELF_ET_DYN_BASE               0x0000010000000000UL
  #define COMPAT_ELF_ET_DYN_BASE        0x0000000070000000UL
@@ -3141,9 +3659,9 @@ diff -urNp linux-2.6.31/arch/sparc/include/asm/elf_64.h linux-2.6.31/arch/sparc/
  
  /* This yields a mask that user programs can use to figure out what
     instruction set this cpu supports.  */
-diff -urNp linux-2.6.31/arch/sparc/include/asm/pgtable_32.h linux-2.6.31/arch/sparc/include/asm/pgtable_32.h
---- linux-2.6.31/arch/sparc/include/asm/pgtable_32.h   2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/sparc/include/asm/pgtable_32.h   2009-09-06 15:29:11.149172278 -0400
+diff -urNp linux-2.6.32.1/arch/sparc/include/asm/pgtable_32.h linux-2.6.32.1/arch/sparc/include/asm/pgtable_32.h
+--- linux-2.6.32.1/arch/sparc/include/asm/pgtable_32.h 2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/sparc/include/asm/pgtable_32.h 2009-12-14 18:33:51.549188129 -0500
 @@ -43,6 +43,13 @@ BTFIXUPDEF_SIMM13(user_ptrs_per_pgd)
  BTFIXUPDEF_INT(page_none)
  BTFIXUPDEF_INT(page_copy)
@@ -3175,9 +3693,9 @@ diff -urNp linux-2.6.31/arch/sparc/include/asm/pgtable_32.h linux-2.6.31/arch/sp
  extern unsigned long page_kernel;
  
  #ifdef MODULE
-diff -urNp linux-2.6.31/arch/sparc/include/asm/pgtsrmmu.h linux-2.6.31/arch/sparc/include/asm/pgtsrmmu.h
---- linux-2.6.31/arch/sparc/include/asm/pgtsrmmu.h     2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/sparc/include/asm/pgtsrmmu.h     2009-09-06 15:29:11.150155886 -0400
+diff -urNp linux-2.6.32.1/arch/sparc/include/asm/pgtsrmmu.h linux-2.6.32.1/arch/sparc/include/asm/pgtsrmmu.h
+--- linux-2.6.32.1/arch/sparc/include/asm/pgtsrmmu.h   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/sparc/include/asm/pgtsrmmu.h   2009-12-14 18:33:51.550193388 -0500
 @@ -115,6 +115,13 @@
                                    SRMMU_EXEC | SRMMU_REF)
  #define SRMMU_PAGE_RDONLY  __pgprot(SRMMU_VALID | SRMMU_CACHE | \
@@ -3192,30 +3710,105 @@ diff -urNp linux-2.6.31/arch/sparc/include/asm/pgtsrmmu.h linux-2.6.31/arch/spar
  #define SRMMU_PAGE_KERNEL  __pgprot(SRMMU_VALID | SRMMU_CACHE | SRMMU_PRIV | \
                                    SRMMU_DIRTY | SRMMU_REF)
  
-diff -urNp linux-2.6.31/arch/sparc/include/asm/uaccess_32.h linux-2.6.31/arch/sparc/include/asm/uaccess_32.h
---- linux-2.6.31/arch/sparc/include/asm/uaccess_32.h   2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/sparc/include/asm/uaccess_32.h   2009-09-06 15:29:11.151166182 -0400
-@@ -249,6 +249,9 @@ extern unsigned long __copy_user(void __
+diff -urNp linux-2.6.32.1/arch/sparc/include/asm/spinlock_64.h linux-2.6.32.1/arch/sparc/include/asm/spinlock_64.h
+--- linux-2.6.32.1/arch/sparc/include/asm/spinlock_64.h        2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/sparc/include/asm/spinlock_64.h        2009-12-14 18:33:51.550193388 -0500
+@@ -99,7 +99,12 @@ static void inline arch_read_lock(raw_rw
+       __asm__ __volatile__ (
+ "1:   ldsw            [%2], %0\n"
+ "     brlz,pn         %0, 2f\n"
+-"4:    add            %0, 1, %1\n"
++"4:    addcc          %0, 1, %1\n"
++
++#ifdef CONFIG_PAX_REFCOUNT
++"     tvs             %%icc, 6\n"
++#endif
++
+ "     cas             [%2], %0, %1\n"
+ "     cmp             %0, %1\n"
+ "     bne,pn          %%icc, 1b\n"
+@@ -112,7 +117,7 @@ static void inline arch_read_lock(raw_rw
+ "     .previous"
+       : "=&r" (tmp1), "=&r" (tmp2)
+       : "r" (lock)
+-      : "memory");
++      : "memory", "cc");
+ }
+ static int inline arch_read_trylock(raw_rwlock_t *lock)
+@@ -123,7 +128,12 @@ static int inline arch_read_trylock(raw_
+ "1:   ldsw            [%2], %0\n"
+ "     brlz,a,pn       %0, 2f\n"
+ "      mov            0, %0\n"
+-"     add             %0, 1, %1\n"
++"     addcc           %0, 1, %1\n"
++
++#ifdef CONFIG_PAX_REFCOUNT
++"     tvs             %%icc, 6\n"
++#endif
++
+ "     cas             [%2], %0, %1\n"
+ "     cmp             %0, %1\n"
+ "     bne,pn          %%icc, 1b\n"
+@@ -142,7 +152,12 @@ static void inline arch_read_unlock(raw_
+       __asm__ __volatile__(
+ "1:   lduw    [%2], %0\n"
+-"     sub     %0, 1, %1\n"
++"     subcc   %0, 1, %1\n"
++
++#ifdef CONFIG_PAX_REFCOUNT
++"     tvs     %%icc, 6\n"
++#endif
++
+ "     cas     [%2], %0, %1\n"
+ "     cmp     %0, %1\n"
+ "     bne,pn  %%xcc, 1b\n"
+diff -urNp linux-2.6.32.1/arch/sparc/include/asm/uaccess_32.h linux-2.6.32.1/arch/sparc/include/asm/uaccess_32.h
+--- linux-2.6.32.1/arch/sparc/include/asm/uaccess_32.h 2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/sparc/include/asm/uaccess_32.h 2009-12-14 18:33:51.550193388 -0500
+@@ -249,27 +249,46 @@ extern unsigned long __copy_user(void __
  
  static inline unsigned long copy_to_user(void __user *to, const void *from, unsigned long n)
  {
+-      if (n && __access_ok((unsigned long) to, n))
 +      if ((long)n < 0)
 +              return n;
 +
-       if (n && __access_ok((unsigned long) to, n))
++      if (n && __access_ok((unsigned long) to, n)) {
++              if (!__builtin_constant_p(n))
++                      check_object_size(from, n, true);
                return __copy_user(to, (__force void __user *) from, n);
-       else
-@@ -262,6 +265,9 @@ static inline unsigned long __copy_to_us
+-      else
++      } else
+               return n;
+ }
+ static inline unsigned long __copy_to_user(void __user *to, const void *from, unsigned long n)
+ {
++      if ((long)n < 0)
++              return n;
++
++      if (!__builtin_constant_p(n))
++              check_object_size(from, n, true);
++
+       return __copy_user(to, (__force void __user *) from, n);
+ }
  
  static inline unsigned long copy_from_user(void *to, const void __user *from, unsigned long n)
  {
+-      if (n && __access_ok((unsigned long) from, n))
 +      if ((long)n < 0)
 +              return n;
 +
-       if (n && __access_ok((unsigned long) from, n))
++      if (n && __access_ok((unsigned long) from, n)) {
++              if (!__builtin_constant_p(n))
++                      check_object_size(to, n, false);
                return __copy_user((__force void __user *) to, from, n);
-       else
-@@ -270,6 +276,9 @@ static inline unsigned long copy_from_us
+-      else
++      } else
+               return n;
+ }
  
  static inline unsigned long __copy_from_user(void *to, const void __user *from, unsigned long n)
  {
@@ -3225,40 +3818,121 @@ diff -urNp linux-2.6.31/arch/sparc/include/asm/uaccess_32.h linux-2.6.31/arch/sp
        return __copy_user((__force void __user *) to, from, n);
  }
  
-diff -urNp linux-2.6.31/arch/sparc/include/asm/uaccess_64.h linux-2.6.31/arch/sparc/include/asm/uaccess_64.h
---- linux-2.6.31/arch/sparc/include/asm/uaccess_64.h   2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/sparc/include/asm/uaccess_64.h   2009-09-06 15:29:11.151166182 -0400
-@@ -212,7 +212,12 @@ extern unsigned long copy_from_user_fixu
+diff -urNp linux-2.6.32.1/arch/sparc/include/asm/uaccess_64.h linux-2.6.32.1/arch/sparc/include/asm/uaccess_64.h
+--- linux-2.6.32.1/arch/sparc/include/asm/uaccess_64.h 2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/sparc/include/asm/uaccess_64.h 2009-12-14 18:33:51.551190193 -0500
+@@ -212,8 +212,15 @@ extern unsigned long copy_from_user_fixu
  static inline unsigned long __must_check
  copy_from_user(void *to, const void __user *from, unsigned long size)
  {
 -      unsigned long ret = ___copy_from_user(to, from, size);
 +      unsigned long ret;
-+
-+      if (unlikely(((long)size > INT_MAX) || ((long)size < 0)))
++      if ((long)size < 0 || size > INT_MAX)
 +              return size;
 +
-+      ret  = ___copy_from_user(to, from, size);
++      if (!__builtin_constant_p(size))
++              check_object_size(to, size, false);
++
++      ret = ___copy_from_user(to, from, size);
        if (unlikely(ret))
                ret = copy_from_user_fixup(to, from, size);
-@@ -228,7 +233,12 @@ extern unsigned long copy_to_user_fixup(
+       return ret;
+@@ -228,8 +235,15 @@ extern unsigned long copy_to_user_fixup(
  static inline unsigned long __must_check
  copy_to_user(void __user *to, const void *from, unsigned long size)
  {
 -      unsigned long ret = ___copy_to_user(to, from, size);
 +      unsigned long ret;
 +
-+      if (unlikely(((long)size > INT_MAX) || ((long)size < 0)))
++      if ((long)size < 0 || size > INT_MAX)
 +              return size;
 +
-+      ret  = ___copy_to_user(to, from, size);
++      if (!__builtin_constant_p(size))
++              check_object_size(from, size, true);
  
++      ret = ___copy_to_user(to, from, size);
        if (unlikely(ret))
                ret = copy_to_user_fixup(to, from, size);
-diff -urNp linux-2.6.31/arch/sparc/kernel/Makefile linux-2.6.31/arch/sparc/kernel/Makefile
---- linux-2.6.31/arch/sparc/kernel/Makefile    2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/sparc/kernel/Makefile    2009-09-06 15:29:11.152248446 -0400
+       return ret;
+diff -urNp linux-2.6.32.1/arch/sparc/kernel/iommu.c linux-2.6.32.1/arch/sparc/kernel/iommu.c
+--- linux-2.6.32.1/arch/sparc/kernel/iommu.c   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/sparc/kernel/iommu.c   2009-12-14 18:33:51.555212162 -0500
+@@ -826,7 +826,7 @@ static void dma_4u_sync_sg_for_cpu(struc
+       spin_unlock_irqrestore(&iommu->lock, flags);
+ }
+-static struct dma_map_ops sun4u_dma_ops = {
++static const struct dma_map_ops sun4u_dma_ops = {
+       .alloc_coherent         = dma_4u_alloc_coherent,
+       .free_coherent          = dma_4u_free_coherent,
+       .map_page               = dma_4u_map_page,
+@@ -837,7 +837,7 @@ static struct dma_map_ops sun4u_dma_ops 
+       .sync_sg_for_cpu        = dma_4u_sync_sg_for_cpu,
+ };
+-struct dma_map_ops *dma_ops = &sun4u_dma_ops;
++const struct dma_map_ops *dma_ops = &sun4u_dma_ops;
+ EXPORT_SYMBOL(dma_ops);
+ extern int pci64_dma_supported(struct pci_dev *pdev, u64 device_mask);
+diff -urNp linux-2.6.32.1/arch/sparc/kernel/ioport.c linux-2.6.32.1/arch/sparc/kernel/ioport.c
+--- linux-2.6.32.1/arch/sparc/kernel/ioport.c  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/sparc/kernel/ioport.c  2009-12-14 18:33:51.555212162 -0500
+@@ -392,7 +392,7 @@ static void sbus_sync_sg_for_device(stru
+       BUG();
+ }
+-struct dma_map_ops sbus_dma_ops = {
++const struct dma_map_ops sbus_dma_ops = {
+       .alloc_coherent         = sbus_alloc_coherent,
+       .free_coherent          = sbus_free_coherent,
+       .map_page               = sbus_map_page,
+@@ -403,7 +403,7 @@ struct dma_map_ops sbus_dma_ops = {
+       .sync_sg_for_device     = sbus_sync_sg_for_device,
+ };
+-struct dma_map_ops *dma_ops = &sbus_dma_ops;
++const struct dma_map_ops *dma_ops = &sbus_dma_ops;
+ EXPORT_SYMBOL(dma_ops);
+ static int __init sparc_register_ioport(void)
+@@ -640,7 +640,7 @@ static void pci32_sync_sg_for_device(str
+       }
+ }
+-struct dma_map_ops pci32_dma_ops = {
++const struct dma_map_ops pci32_dma_ops = {
+       .alloc_coherent         = pci32_alloc_coherent,
+       .free_coherent          = pci32_free_coherent,
+       .map_page               = pci32_map_page,
+diff -urNp linux-2.6.32.1/arch/sparc/kernel/kgdb_32.c linux-2.6.32.1/arch/sparc/kernel/kgdb_32.c
+--- linux-2.6.32.1/arch/sparc/kernel/kgdb_32.c 2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/sparc/kernel/kgdb_32.c 2009-12-14 18:33:51.556186027 -0500
+@@ -158,7 +158,7 @@ void kgdb_arch_exit(void)
+ {
+ }
+-struct kgdb_arch arch_kgdb_ops = {
++const struct kgdb_arch arch_kgdb_ops = {
+       /* Breakpoint instruction: ta 0x7d */
+       .gdb_bpt_instr          = { 0x91, 0xd0, 0x20, 0x7d },
+ };
+diff -urNp linux-2.6.32.1/arch/sparc/kernel/kgdb_64.c linux-2.6.32.1/arch/sparc/kernel/kgdb_64.c
+--- linux-2.6.32.1/arch/sparc/kernel/kgdb_64.c 2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/sparc/kernel/kgdb_64.c 2009-12-14 18:33:51.556186027 -0500
+@@ -180,7 +180,7 @@ void kgdb_arch_exit(void)
+ {
+ }
+-struct kgdb_arch arch_kgdb_ops = {
++const struct kgdb_arch arch_kgdb_ops = {
+       /* Breakpoint instruction: ta 0x72 */
+       .gdb_bpt_instr          = { 0x91, 0xd0, 0x20, 0x72 },
+ };
+diff -urNp linux-2.6.32.1/arch/sparc/kernel/Makefile linux-2.6.32.1/arch/sparc/kernel/Makefile
+--- linux-2.6.32.1/arch/sparc/kernel/Makefile  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/sparc/kernel/Makefile  2009-12-14 18:33:51.556186027 -0500
 @@ -3,7 +3,7 @@
  #
  
@@ -3268,9 +3942,21 @@ diff -urNp linux-2.6.31/arch/sparc/kernel/Makefile linux-2.6.31/arch/sparc/kerne
  
  extra-y     := head_$(BITS).o
  extra-y     += init_task.o
-diff -urNp linux-2.6.31/arch/sparc/kernel/sys_sparc_32.c linux-2.6.31/arch/sparc/kernel/sys_sparc_32.c
---- linux-2.6.31/arch/sparc/kernel/sys_sparc_32.c      2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/sparc/kernel/sys_sparc_32.c      2009-09-06 15:29:11.152248446 -0400
+diff -urNp linux-2.6.32.1/arch/sparc/kernel/pci_sun4v.c linux-2.6.32.1/arch/sparc/kernel/pci_sun4v.c
+--- linux-2.6.32.1/arch/sparc/kernel/pci_sun4v.c       2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/sparc/kernel/pci_sun4v.c       2009-12-14 18:33:51.556186027 -0500
+@@ -525,7 +525,7 @@ static void dma_4v_unmap_sg(struct devic
+       spin_unlock_irqrestore(&iommu->lock, flags);
+ }
+-static struct dma_map_ops sun4v_dma_ops = {
++static const struct dma_map_ops sun4v_dma_ops = {
+       .alloc_coherent                 = dma_4v_alloc_coherent,
+       .free_coherent                  = dma_4v_free_coherent,
+       .map_page                       = dma_4v_map_page,
+diff -urNp linux-2.6.32.1/arch/sparc/kernel/sys_sparc_32.c linux-2.6.32.1/arch/sparc/kernel/sys_sparc_32.c
+--- linux-2.6.32.1/arch/sparc/kernel/sys_sparc_32.c    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/sparc/kernel/sys_sparc_32.c    2009-12-14 18:33:51.556186027 -0500
 @@ -56,7 +56,7 @@ unsigned long arch_get_unmapped_area(str
        if (ARCH_SUN4C && len > 0x20000000)
                return -ENOMEM;
@@ -3280,9 +3966,9 @@ diff -urNp linux-2.6.31/arch/sparc/kernel/sys_sparc_32.c linux-2.6.31/arch/sparc
  
        if (flags & MAP_SHARED)
                addr = COLOUR_ALIGN(addr);
-diff -urNp linux-2.6.31/arch/sparc/kernel/sys_sparc_64.c linux-2.6.31/arch/sparc/kernel/sys_sparc_64.c
---- linux-2.6.31/arch/sparc/kernel/sys_sparc_64.c      2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/sparc/kernel/sys_sparc_64.c      2009-09-06 15:29:11.153261339 -0400
+diff -urNp linux-2.6.32.1/arch/sparc/kernel/sys_sparc_64.c linux-2.6.32.1/arch/sparc/kernel/sys_sparc_64.c
+--- linux-2.6.32.1/arch/sparc/kernel/sys_sparc_64.c    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/sparc/kernel/sys_sparc_64.c    2009-12-14 18:33:51.557187999 -0500
 @@ -125,7 +125,7 @@ unsigned long arch_get_unmapped_area(str
                /* We do not accept a shared mapping if it would violate
                 * cache aliasing constraints.
@@ -3361,9 +4047,43 @@ diff -urNp linux-2.6.31/arch/sparc/kernel/sys_sparc_64.c linux-2.6.31/arch/sparc
                mm->get_unmapped_area = arch_get_unmapped_area_topdown;
                mm->unmap_area = arch_unmap_area_topdown;
        }
-diff -urNp linux-2.6.31/arch/sparc/lib/atomic32.c linux-2.6.31/arch/sparc/lib/atomic32.c
---- linux-2.6.31/arch/sparc/lib/atomic32.c     2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/sparc/lib/atomic32.c     2009-09-12 09:46:47.281008949 -0400
+diff -urNp linux-2.6.32.1/arch/sparc/kernel/traps_64.c linux-2.6.32.1/arch/sparc/kernel/traps_64.c
+--- linux-2.6.32.1/arch/sparc/kernel/traps_64.c        2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/sparc/kernel/traps_64.c        2009-12-14 18:33:51.562806947 -0500
+@@ -93,6 +93,12 @@ void bad_trap(struct pt_regs *regs, long
+       lvl -= 0x100;
+       if (regs->tstate & TSTATE_PRIV) {
++
++#ifdef CONFIG_PAX_REFCOUNT
++              if (lvl == 6)
++                      pax_report_refcount_overflow(regs);
++#endif
++
+               sprintf(buffer, "Kernel bad sw trap %lx", lvl);
+               die_if_kernel(buffer, regs);
+       }
+@@ -111,11 +117,16 @@ void bad_trap(struct pt_regs *regs, long
+ void bad_trap_tl1(struct pt_regs *regs, long lvl)
+ {
+       char buffer[32];
+-      
++
+       if (notify_die(DIE_TRAP_TL1, "bad trap tl1", regs,
+                      0, lvl, SIGTRAP) == NOTIFY_STOP)
+               return;
++#ifdef CONFIG_PAX_REFCOUNT
++      if (lvl == 6)
++              pax_report_refcount_overflow(regs);
++#endif
++
+       dump_tl1_traplog((struct tl1_traplog *)(regs + 1));
+       sprintf (buffer, "Bad trap %lx at tl>0", lvl);
+diff -urNp linux-2.6.32.1/arch/sparc/lib/atomic32.c linux-2.6.32.1/arch/sparc/lib/atomic32.c
+--- linux-2.6.32.1/arch/sparc/lib/atomic32.c   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/sparc/lib/atomic32.c   2009-12-14 18:33:51.562806947 -0500
 @@ -80,6 +80,12 @@ void atomic_set(atomic_t *v, int i)
  }
  EXPORT_SYMBOL(atomic_set);
@@ -3377,10 +4097,280 @@ diff -urNp linux-2.6.31/arch/sparc/lib/atomic32.c linux-2.6.31/arch/sparc/lib/at
  unsigned long ___set_bit(unsigned long *addr, unsigned long mask)
  {
        unsigned long old, flags;
-diff -urNp linux-2.6.31/arch/sparc/Makefile linux-2.6.31/arch/sparc/Makefile
---- linux-2.6.31/arch/sparc/Makefile   2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/sparc/Makefile   2009-09-06 15:29:11.153261339 -0400
-@@ -81,7 +81,7 @@ drivers-$(CONFIG_OPROFILE)   += arch/sparc
+diff -urNp linux-2.6.32.1/arch/sparc/lib/atomic_64.S linux-2.6.32.1/arch/sparc/lib/atomic_64.S
+--- linux-2.6.32.1/arch/sparc/lib/atomic_64.S  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/sparc/lib/atomic_64.S  2009-12-14 18:33:51.562806947 -0500
+@@ -18,7 +18,12 @@
+ atomic_add: /* %o0 = increment, %o1 = atomic_ptr */
+       BACKOFF_SETUP(%o2)
+ 1:    lduw    [%o1], %g1
+-      add     %g1, %o0, %g7
++      addcc   %g1, %o0, %g7
++
++#ifdef CONFIG_PAX_REFCOUNT
++      tvs     %icc, 6
++#endif
++
+       cas     [%o1], %g1, %g7
+       cmp     %g1, %g7
+       bne,pn  %icc, 2f
+@@ -28,12 +33,32 @@ atomic_add: /* %o0 = increment, %o1 = at
+ 2:    BACKOFF_SPIN(%o2, %o3, 1b)
+       .size   atomic_add, .-atomic_add
++      .globl  atomic_add_unchecked
++      .type   atomic_add_unchecked,#function
++atomic_add_unchecked: /* %o0 = increment, %o1 = atomic_ptr */
++      BACKOFF_SETUP(%o2)
++1:    lduw    [%o1], %g1
++      add     %g1, %o0, %g7
++      cas     [%o1], %g1, %g7
++      cmp     %g1, %g7
++      bne,pn  %icc, 2f
++       nop
++      retl
++       nop
++2:    BACKOFF_SPIN(%o2, %o3, 1b)
++      .size   atomic_add_unchecked, .-atomic_add_unchecked
++
+       .globl  atomic_sub
+       .type   atomic_sub,#function
+ atomic_sub: /* %o0 = decrement, %o1 = atomic_ptr */
+       BACKOFF_SETUP(%o2)
+ 1:    lduw    [%o1], %g1
+-      sub     %g1, %o0, %g7
++      subcc   %g1, %o0, %g7
++
++#ifdef CONFIG_PAX_REFCOUNT
++      tvs     %icc, 6
++#endif
++
+       cas     [%o1], %g1, %g7
+       cmp     %g1, %g7
+       bne,pn  %icc, 2f
+@@ -43,12 +68,32 @@ atomic_sub: /* %o0 = decrement, %o1 = at
+ 2:    BACKOFF_SPIN(%o2, %o3, 1b)
+       .size   atomic_sub, .-atomic_sub
++      .globl  atomic_sub_unchecked
++      .type   atomic_sub_unchecked,#function
++atomic_sub_unchecked: /* %o0 = decrement, %o1 = atomic_ptr */
++      BACKOFF_SETUP(%o2)
++1:    lduw    [%o1], %g1
++      sub     %g1, %o0, %g7
++      cas     [%o1], %g1, %g7
++      cmp     %g1, %g7
++      bne,pn  %icc, 2f
++       nop
++      retl
++       nop
++2:    BACKOFF_SPIN(%o2, %o3, 1b)
++      .size   atomic_sub_unchecked, .-atomic_sub_unchecked
++
+       .globl  atomic_add_ret
+       .type   atomic_add_ret,#function
+ atomic_add_ret: /* %o0 = increment, %o1 = atomic_ptr */
+       BACKOFF_SETUP(%o2)
+ 1:    lduw    [%o1], %g1
+-      add     %g1, %o0, %g7
++      addcc   %g1, %o0, %g7
++
++#ifdef CONFIG_PAX_REFCOUNT
++      tvs     %icc, 6
++#endif
++
+       cas     [%o1], %g1, %g7
+       cmp     %g1, %g7
+       bne,pn  %icc, 2f
+@@ -64,7 +109,12 @@ atomic_add_ret: /* %o0 = increment, %o1 
+ atomic_sub_ret: /* %o0 = decrement, %o1 = atomic_ptr */
+       BACKOFF_SETUP(%o2)
+ 1:    lduw    [%o1], %g1
+-      sub     %g1, %o0, %g7
++      subcc   %g1, %o0, %g7
++
++#ifdef CONFIG_PAX_REFCOUNT
++      tvs     %icc, 6
++#endif
++
+       cas     [%o1], %g1, %g7
+       cmp     %g1, %g7
+       bne,pn  %icc, 2f
+@@ -80,7 +130,12 @@ atomic_sub_ret: /* %o0 = decrement, %o1 
+ atomic64_add: /* %o0 = increment, %o1 = atomic_ptr */
+       BACKOFF_SETUP(%o2)
+ 1:    ldx     [%o1], %g1
+-      add     %g1, %o0, %g7
++      addcc   %g1, %o0, %g7
++
++#ifdef CONFIG_PAX_REFCOUNT
++      tvs     %xcc, 6
++#endif
++
+       casx    [%o1], %g1, %g7
+       cmp     %g1, %g7
+       bne,pn  %xcc, 2f
+@@ -95,7 +150,12 @@ atomic64_add: /* %o0 = increment, %o1 = 
+ atomic64_sub: /* %o0 = decrement, %o1 = atomic_ptr */
+       BACKOFF_SETUP(%o2)
+ 1:    ldx     [%o1], %g1
+-      sub     %g1, %o0, %g7
++      subcc   %g1, %o0, %g7
++
++#ifdef CONFIG_PAX_REFCOUNT
++      tvs     %xcc, 6
++#endif
++
+       casx    [%o1], %g1, %g7
+       cmp     %g1, %g7
+       bne,pn  %xcc, 2f
+@@ -110,7 +170,12 @@ atomic64_sub: /* %o0 = decrement, %o1 = 
+ atomic64_add_ret: /* %o0 = increment, %o1 = atomic_ptr */
+       BACKOFF_SETUP(%o2)
+ 1:    ldx     [%o1], %g1
+-      add     %g1, %o0, %g7
++      addcc   %g1, %o0, %g7
++
++#ifdef CONFIG_PAX_REFCOUNT
++      tvs     %xcc, 6
++#endif
++
+       casx    [%o1], %g1, %g7
+       cmp     %g1, %g7
+       bne,pn  %xcc, 2f
+@@ -126,7 +191,12 @@ atomic64_add_ret: /* %o0 = increment, %o
+ atomic64_sub_ret: /* %o0 = decrement, %o1 = atomic_ptr */
+       BACKOFF_SETUP(%o2)
+ 1:    ldx     [%o1], %g1
+-      sub     %g1, %o0, %g7
++      subcc   %g1, %o0, %g7
++
++#ifdef CONFIG_PAX_REFCOUNT
++      tvs     %xcc, 6
++#endif
++
+       casx    [%o1], %g1, %g7
+       cmp     %g1, %g7
+       bne,pn  %xcc, 2f
+diff -urNp linux-2.6.32.1/arch/sparc/lib/ksyms.c linux-2.6.32.1/arch/sparc/lib/ksyms.c
+--- linux-2.6.32.1/arch/sparc/lib/ksyms.c      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/sparc/lib/ksyms.c      2009-12-14 18:33:51.564188549 -0500
+@@ -144,8 +144,10 @@ EXPORT_SYMBOL(__downgrade_write);
+ /* Atomic counter implementation. */
+ EXPORT_SYMBOL(atomic_add);
++EXPORT_SYMBOL(atomic_add_unchecked);
+ EXPORT_SYMBOL(atomic_add_ret);
+ EXPORT_SYMBOL(atomic_sub);
++EXPORT_SYMBOL(atomic_sub_unchecked);
+ EXPORT_SYMBOL(atomic_sub_ret);
+ EXPORT_SYMBOL(atomic64_add);
+ EXPORT_SYMBOL(atomic64_add_ret);
+diff -urNp linux-2.6.32.1/arch/sparc/lib/rwsem_64.S linux-2.6.32.1/arch/sparc/lib/rwsem_64.S
+--- linux-2.6.32.1/arch/sparc/lib/rwsem_64.S   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/sparc/lib/rwsem_64.S   2009-12-14 18:33:51.564188549 -0500
+@@ -11,7 +11,12 @@
+       .globl          __down_read
+ __down_read:
+ 1:    lduw            [%o0], %g1
+-      add             %g1, 1, %g7
++      addcc           %g1, 1, %g7
++
++#ifdef CONFIG_PAX_REFCOUNT
++      tvs     %icc, 6
++#endif
++
+       cas             [%o0], %g1, %g7
+       cmp             %g1, %g7
+       bne,pn          %icc, 1b
+@@ -33,7 +38,12 @@ __down_read:
+       .globl          __down_read_trylock
+ __down_read_trylock:
+ 1:    lduw            [%o0], %g1
+-      add             %g1, 1, %g7
++      addcc           %g1, 1, %g7
++
++#ifdef CONFIG_PAX_REFCOUNT
++      tvs     %icc, 6
++#endif
++
+       cmp             %g7, 0
+       bl,pn           %icc, 2f
+        mov            0, %o1
+@@ -51,7 +61,12 @@ __down_write:
+       or              %g1, %lo(RWSEM_ACTIVE_WRITE_BIAS), %g1
+ 1:
+       lduw            [%o0], %g3
+-      add             %g3, %g1, %g7
++      addcc           %g3, %g1, %g7
++
++#ifdef CONFIG_PAX_REFCOUNT
++      tvs     %icc, 6
++#endif
++
+       cas             [%o0], %g3, %g7
+       cmp             %g3, %g7
+       bne,pn          %icc, 1b
+@@ -77,7 +92,12 @@ __down_write_trylock:
+       cmp             %g3, 0
+       bne,pn          %icc, 2f
+        mov            0, %o1
+-      add             %g3, %g1, %g7
++      addcc           %g3, %g1, %g7
++
++#ifdef CONFIG_PAX_REFCOUNT
++      tvs     %icc, 6
++#endif
++
+       cas             [%o0], %g3, %g7
+       cmp             %g3, %g7
+       bne,pn          %icc, 1b
+@@ -90,7 +110,12 @@ __down_write_trylock:
+ __up_read:
+ 1:
+       lduw            [%o0], %g1
+-      sub             %g1, 1, %g7
++      subcc           %g1, 1, %g7
++
++#ifdef CONFIG_PAX_REFCOUNT
++      tvs     %icc, 6
++#endif
++
+       cas             [%o0], %g1, %g7
+       cmp             %g1, %g7
+       bne,pn          %icc, 1b
+@@ -118,7 +143,12 @@ __up_write:
+       or              %g1, %lo(RWSEM_ACTIVE_WRITE_BIAS), %g1
+ 1:
+       lduw            [%o0], %g3
+-      sub             %g3, %g1, %g7
++      subcc           %g3, %g1, %g7
++
++#ifdef CONFIG_PAX_REFCOUNT
++      tvs     %icc, 6
++#endif
++
+       cas             [%o0], %g3, %g7
+       cmp             %g3, %g7
+       bne,pn          %icc, 1b
+@@ -143,7 +173,12 @@ __downgrade_write:
+       or              %g1, %lo(RWSEM_WAITING_BIAS), %g1
+ 1:
+       lduw            [%o0], %g3
+-      sub             %g3, %g1, %g7
++      subcc           %g3, %g1, %g7
++
++#ifdef CONFIG_PAX_REFCOUNT
++      tvs     %icc, 6
++#endif
++
+       cas             [%o0], %g3, %g7
+       cmp             %g3, %g7
+       bne,pn          %icc, 1b
+diff -urNp linux-2.6.32.1/arch/sparc/Makefile linux-2.6.32.1/arch/sparc/Makefile
+--- linux-2.6.32.1/arch/sparc/Makefile 2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/sparc/Makefile 2009-12-14 18:33:51.564188549 -0500
+@@ -73,7 +73,7 @@ drivers-$(CONFIG_OPROFILE)   += arch/sparc
  # Export what is needed by arch/sparc/boot/Makefile
  export VMLINUX_INIT VMLINUX_MAIN
  VMLINUX_INIT := $(head-y) $(init-y)
@@ -3389,9 +4379,9 @@ diff -urNp linux-2.6.31/arch/sparc/Makefile linux-2.6.31/arch/sparc/Makefile
  VMLINUX_MAIN += $(patsubst %/, %/lib.a, $(libs-y)) $(libs-y)
  VMLINUX_MAIN += $(drivers-y) $(net-y)
  
-diff -urNp linux-2.6.31/arch/sparc/mm/fault_32.c linux-2.6.31/arch/sparc/mm/fault_32.c
---- linux-2.6.31/arch/sparc/mm/fault_32.c      2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/sparc/mm/fault_32.c      2009-09-06 15:29:11.154359141 -0400
+diff -urNp linux-2.6.32.1/arch/sparc/mm/fault_32.c linux-2.6.32.1/arch/sparc/mm/fault_32.c
+--- linux-2.6.32.1/arch/sparc/mm/fault_32.c    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/sparc/mm/fault_32.c    2009-12-14 18:33:51.565074152 -0500
 @@ -21,6 +21,9 @@
  #include <linux/interrupt.h>
  #include <linux/module.h>
@@ -3402,12 +4392,13 @@ diff -urNp linux-2.6.31/arch/sparc/mm/fault_32.c linux-2.6.31/arch/sparc/mm/faul
  
  #include <asm/system.h>
  #include <asm/page.h>
-@@ -167,6 +170,264 @@ static unsigned long compute_si_addr(str
+@@ -167,6 +170,267 @@ static unsigned long compute_si_addr(str
        return safe_compute_effective_address(regs, insn);
  }
  
 +#ifdef CONFIG_PAX_PAGEEXEC
-+void pax_emuplt_close(struct vm_area_struct *vma)
++#ifdef CONFIG_PAX_DLRESOLVE
++static void pax_emuplt_close(struct vm_area_struct *vma)
 +{
 +      vma->vm_mm->call_dl_resolve = 0UL;
 +}
@@ -3451,6 +4442,7 @@ diff -urNp linux-2.6.31/arch/sparc/mm/fault_32.c linux-2.6.31/arch/sparc/mm/faul
 +      ++current->mm->total_vm;
 +      return 0;
 +}
++#endif
 +
 +/*
 + * PaX: decide what to do with offenders (regs->pc = fault address)
@@ -3557,6 +4549,7 @@ diff -urNp linux-2.6.31/arch/sparc/mm/fault_32.c linux-2.6.31/arch/sparc/mm/faul
 +                      if (err)
 +                              break;
 +
++#ifdef CONFIG_PAX_DLRESOLVE
 +                      if (save == 0x9DE3BFA8U &&
 +                          (call & 0xC0000000U) == 0x40000000U &&
 +                          nop == 0x01000000U)
@@ -3604,16 +4597,16 @@ diff -urNp linux-2.6.31/arch/sparc/mm/fault_32.c linux-2.6.31/arch/sparc/mm/faul
 +                              regs->npc = addr+4;
 +                              return 3;
 +                      }
++#endif
 +
-+                      /* PaX: newer glibc/binutils generate sethi/jmp instead of save/call */
++                      /* PaX: glibc 2.4+ generates sethi/jmpl instead of save/call */
 +                      if ((save & 0xFFC00000U) == 0x05000000U &&
 +                          (call & 0xFFFFE000U) == 0x85C0A000U &&
 +                          nop == 0x01000000U)
 +                      {
-+                              unsigned long addr;
-+
++                              regs->u_regs[UREG_G1] = (sethi & 0x003FFFFFU) << 10;
++                              regs->u_regs[UREG_G2] = addr + 4;
 +                              addr = (save & 0x003FFFFFU) << 10;
-+                              regs->u_regs[UREG_G2] = addr;
 +                              addr += (((call | 0xFFFFE000U) ^ 0x00001000U) + 0x00001000U);
 +                              regs->pc = addr;
 +                              regs->npc = addr+4;
@@ -3667,7 +4660,7 @@ diff -urNp linux-2.6.31/arch/sparc/mm/fault_32.c linux-2.6.31/arch/sparc/mm/faul
  asmlinkage void do_sparc_fault(struct pt_regs *regs, int text_fault, int write,
                               unsigned long address)
  {
-@@ -231,6 +492,24 @@ good_area:
+@@ -231,6 +495,24 @@ good_area:
                if(!(vma->vm_flags & VM_WRITE))
                        goto bad_area;
        } else {
@@ -3692,9 +4685,9 @@ diff -urNp linux-2.6.31/arch/sparc/mm/fault_32.c linux-2.6.31/arch/sparc/mm/faul
                /* Allow reads even for write-only mappings */
                if(!(vma->vm_flags & (VM_READ | VM_EXEC)))
                        goto bad_area;
-diff -urNp linux-2.6.31/arch/sparc/mm/fault_64.c linux-2.6.31/arch/sparc/mm/fault_64.c
---- linux-2.6.31/arch/sparc/mm/fault_64.c      2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/sparc/mm/fault_64.c      2009-09-10 19:30:54.839077430 -0400
+diff -urNp linux-2.6.32.1/arch/sparc/mm/fault_64.c linux-2.6.32.1/arch/sparc/mm/fault_64.c
+--- linux-2.6.32.1/arch/sparc/mm/fault_64.c    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/sparc/mm/fault_64.c    2009-12-14 18:33:51.565074152 -0500
 @@ -20,6 +20,9 @@
  #include <linux/kprobes.h>
  #include <linux/kdebug.h>
@@ -3705,12 +4698,12 @@ diff -urNp linux-2.6.31/arch/sparc/mm/fault_64.c linux-2.6.31/arch/sparc/mm/faul
  
  #include <asm/page.h>
  #include <asm/pgtable.h>
-@@ -249,6 +252,405 @@ static void noinline bogus_32bit_fault_a
+@@ -249,6 +252,416 @@ static void noinline bogus_32bit_fault_a
        show_regs(regs);
  }
  
 +#ifdef CONFIG_PAX_PAGEEXEC
-+#ifdef CONFIG_PAX_EMUPLT
++#ifdef CONFIG_PAX_DLRESOLVE
 +static void pax_emuplt_close(struct vm_area_struct *vma)
 +{
 +      vma->vm_mm->call_dl_resolve = 0UL;
@@ -3865,6 +4858,10 @@ diff -urNp linux-2.6.31/arch/sparc/mm/fault_64.c linux-2.6.31/arch/sparc/mm/faul
 +
 +                      regs->u_regs[UREG_G1] = regs->u_regs[UREG_RETPC];
 +                      addr = regs->tpc + 4 + ((((call | 0xFFFFFFFFC0000000UL) ^ 0x20000000UL) + 0x20000000UL) << 2);
++
++                      if (test_thread_flag(TIF_32BIT))
++                              addr &= 0xFFFFFFFFUL;
++
 +                      regs->tpc = addr;
 +                      regs->tnpc = addr+4;
 +                      return 2;
@@ -3937,31 +4934,6 @@ diff -urNp linux-2.6.31/arch/sparc/mm/fault_64.c linux-2.6.31/arch/sparc/mm/faul
 +              }
 +      } while (0);
 +
-+      do { /* PaX: patched PLT emulation #7 */
-+              unsigned int sethi, ba, nop;
-+
-+              err = get_user(sethi, (unsigned int *)regs->tpc);
-+              err |= get_user(ba, (unsigned int *)(regs->tpc+4));
-+              err |= get_user(nop, (unsigned int *)(regs->tpc+8));
-+
-+              if (err)
-+                      break;
-+
-+              if ((sethi & 0xFFC00000U) == 0x03000000U &&
-+                  (ba & 0xFFF00000U) == 0x30600000U &&
-+                  nop == 0x01000000U)
-+              {
-+                      unsigned long addr;
-+
-+                      addr = (sethi & 0x003FFFFFU) << 10;
-+                      regs->u_regs[UREG_G1] = addr;
-+                      addr = regs->tpc + ((((ba | 0xFFFFFFFFFFF80000UL) ^ 0x00040000UL) + 0x00040000UL) << 2);
-+                      regs->tpc = addr;
-+                      regs->tnpc = addr+4;
-+                      return 2;
-+              }
-+      } while (0);
-+
 +      do { /* PaX: unpatched PLT emulation step 1 */
 +              unsigned int sethi, ba, nop;
 +
@@ -3993,6 +4965,7 @@ diff -urNp linux-2.6.31/arch/sparc/mm/fault_64.c linux-2.6.31/arch/sparc/mm/faul
 +                      if (err)
 +                              break;
 +
++#ifdef CONFIG_PAX_DLRESOLVE
 +                      if (save == 0x9DE3BFA8U &&
 +                          (call & 0xC0000000U) == 0x40000000U &&
 +                          nop == 0x01000000U)
@@ -4040,17 +5013,16 @@ diff -urNp linux-2.6.31/arch/sparc/mm/fault_64.c linux-2.6.31/arch/sparc/mm/faul
 +                              regs->tnpc = addr+4;
 +                              return 3;
 +                      }
++#endif
 +
-+                      /* PaX: newer glibc/binutils generate sethi/jmp instead of save/call */
++                      /* PaX: glibc 2.4+ generates sethi/jmpl instead of save/call */
 +                      if ((save & 0xFFC00000U) == 0x05000000U &&
 +                          (call & 0xFFFFE000U) == 0x85C0A000U &&
 +                          nop == 0x01000000U)
 +                      {
-+                              unsigned long addr;
-+
 +                              regs->u_regs[UREG_G1] = (sethi & 0x003FFFFFU) << 10;
++                              regs->u_regs[UREG_G2] = addr + 4;
 +                              addr = (save & 0x003FFFFFU) << 10;
-+                              regs->u_regs[UREG_G2] = addr;
 +                              addr += (((call | 0xFFFFFFFFFFFFE000UL) ^ 0x00001000UL) + 0x00001000UL);
 +
 +                              if (test_thread_flag(TIF_32BIT))
@@ -4063,6 +5035,7 @@ diff -urNp linux-2.6.31/arch/sparc/mm/fault_64.c linux-2.6.31/arch/sparc/mm/faul
 +              }
 +      } while (0);
 +
++#ifdef CONFIG_PAX_DLRESOLVE
 +      do { /* PaX: unpatched PLT emulation step 2 */
 +              unsigned int save, call, nop;
 +
@@ -4089,6 +5062,37 @@ diff -urNp linux-2.6.31/arch/sparc/mm/fault_64.c linux-2.6.31/arch/sparc/mm/faul
 +      } while (0);
 +#endif
 +
++      do { /* PaX: patched PLT emulation #7, must be AFTER the unpatched PLT emulation */
++              unsigned int sethi, ba, nop;
++
++              err = get_user(sethi, (unsigned int *)regs->tpc);
++              err |= get_user(ba, (unsigned int *)(regs->tpc+4));
++              err |= get_user(nop, (unsigned int *)(regs->tpc+8));
++
++              if (err)
++                      break;
++
++              if ((sethi & 0xFFC00000U) == 0x03000000U &&
++                  (ba & 0xFFF00000U) == 0x30600000U &&
++                  nop == 0x01000000U)
++              {
++                      unsigned long addr;
++
++                      addr = (sethi & 0x003FFFFFU) << 10;
++                      regs->u_regs[UREG_G1] = addr;
++                      addr = regs->tpc + ((((ba | 0xFFFFFFFFFFF80000UL) ^ 0x00040000UL) + 0x00040000UL) << 2);
++
++                      if (test_thread_flag(TIF_32BIT))
++                              addr &= 0xFFFFFFFFUL;
++
++                      regs->tpc = addr;
++                      regs->tnpc = addr+4;
++                      return 2;
++              }
++      } while (0);
++
++#endif
++
 +      return 1;
 +}
 +
@@ -4111,7 +5115,7 @@ diff -urNp linux-2.6.31/arch/sparc/mm/fault_64.c linux-2.6.31/arch/sparc/mm/faul
  asmlinkage void __kprobes do_sparc64_fault(struct pt_regs *regs)
  {
        struct mm_struct *mm = current->mm;
-@@ -315,6 +717,29 @@ asmlinkage void __kprobes do_sparc64_fau
+@@ -315,6 +728,29 @@ asmlinkage void __kprobes do_sparc64_fau
        if (!vma)
                goto bad_area;
  
@@ -4141,10 +5145,10 @@ diff -urNp linux-2.6.31/arch/sparc/mm/fault_64.c linux-2.6.31/arch/sparc/mm/faul
        /* Pure DTLB misses do not tell us whether the fault causing
         * load/store/atomic was a write or not, it only says that there
         * was no match.  So in such a case we (carefully) read the
-diff -urNp linux-2.6.31/arch/sparc/mm/init_32.c linux-2.6.31/arch/sparc/mm/init_32.c
---- linux-2.6.31/arch/sparc/mm/init_32.c       2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/sparc/mm/init_32.c       2009-09-06 15:29:11.155370002 -0400
-@@ -316,6 +316,9 @@ extern void device_scan(void);
+diff -urNp linux-2.6.32.1/arch/sparc/mm/init_32.c linux-2.6.32.1/arch/sparc/mm/init_32.c
+--- linux-2.6.32.1/arch/sparc/mm/init_32.c     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/sparc/mm/init_32.c     2009-12-14 18:33:51.565074152 -0500
+@@ -317,6 +317,9 @@ extern void device_scan(void);
  pgprot_t PAGE_SHARED __read_mostly;
  EXPORT_SYMBOL(PAGE_SHARED);
  
@@ -4154,7 +5158,7 @@ diff -urNp linux-2.6.31/arch/sparc/mm/init_32.c linux-2.6.31/arch/sparc/mm/init_
  void __init paging_init(void)
  {
        switch(sparc_cpu_model) {
-@@ -341,17 +344,17 @@ void __init paging_init(void)
+@@ -345,17 +348,17 @@ void __init paging_init(void)
  
        /* Initialize the protection map with non-constant, MMU dependent values. */
        protection_map[0] = PAGE_NONE;
@@ -4178,9 +5182,9 @@ diff -urNp linux-2.6.31/arch/sparc/mm/init_32.c linux-2.6.31/arch/sparc/mm/init_
        protection_map[12] = PAGE_READONLY;
        protection_map[13] = PAGE_READONLY;
        protection_map[14] = PAGE_SHARED;
-diff -urNp linux-2.6.31/arch/sparc/mm/Makefile linux-2.6.31/arch/sparc/mm/Makefile
---- linux-2.6.31/arch/sparc/mm/Makefile        2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/sparc/mm/Makefile        2009-09-06 15:29:11.155370002 -0400
+diff -urNp linux-2.6.32.1/arch/sparc/mm/Makefile linux-2.6.32.1/arch/sparc/mm/Makefile
+--- linux-2.6.32.1/arch/sparc/mm/Makefile      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/sparc/mm/Makefile      2009-12-14 18:33:51.565975886 -0500
 @@ -2,7 +2,7 @@
  #
  
@@ -4190,10 +5194,10 @@ diff -urNp linux-2.6.31/arch/sparc/mm/Makefile linux-2.6.31/arch/sparc/mm/Makefi
  
  obj-$(CONFIG_SPARC64)   += ultra.o tlb.o tsb.o
  obj-y                   += fault_$(BITS).o
-diff -urNp linux-2.6.31/arch/sparc/mm/srmmu.c linux-2.6.31/arch/sparc/mm/srmmu.c
---- linux-2.6.31/arch/sparc/mm/srmmu.c 2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/sparc/mm/srmmu.c 2009-09-06 15:29:11.155370002 -0400
-@@ -2149,6 +2149,13 @@ void __init ld_mmu_srmmu(void)
+diff -urNp linux-2.6.32.1/arch/sparc/mm/srmmu.c linux-2.6.32.1/arch/sparc/mm/srmmu.c
+--- linux-2.6.32.1/arch/sparc/mm/srmmu.c       2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/sparc/mm/srmmu.c       2009-12-14 18:33:51.565975886 -0500
+@@ -2200,6 +2200,13 @@ void __init ld_mmu_srmmu(void)
        PAGE_SHARED = pgprot_val(SRMMU_PAGE_SHARED);
        BTFIXUPSET_INT(page_copy, pgprot_val(SRMMU_PAGE_COPY));
        BTFIXUPSET_INT(page_readonly, pgprot_val(SRMMU_PAGE_RDONLY));
@@ -4207,9 +5211,9 @@ diff -urNp linux-2.6.31/arch/sparc/mm/srmmu.c linux-2.6.31/arch/sparc/mm/srmmu.c
        BTFIXUPSET_INT(page_kernel, pgprot_val(SRMMU_PAGE_KERNEL));
        page_kernel = pgprot_val(SRMMU_PAGE_KERNEL);
  
-diff -urNp linux-2.6.31/arch/um/include/asm/kmap_types.h linux-2.6.31/arch/um/include/asm/kmap_types.h
---- linux-2.6.31/arch/um/include/asm/kmap_types.h      2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/um/include/asm/kmap_types.h      2009-09-06 15:29:11.156214181 -0400
+diff -urNp linux-2.6.32.1/arch/um/include/asm/kmap_types.h linux-2.6.32.1/arch/um/include/asm/kmap_types.h
+--- linux-2.6.32.1/arch/um/include/asm/kmap_types.h    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/um/include/asm/kmap_types.h    2009-12-14 18:33:51.566841693 -0500
 @@ -23,6 +23,7 @@ enum km_type {
        KM_IRQ1,
        KM_SOFTIRQ0,
@@ -4218,9 +5222,9 @@ diff -urNp linux-2.6.31/arch/um/include/asm/kmap_types.h linux-2.6.31/arch/um/in
        KM_TYPE_NR
  };
  
-diff -urNp linux-2.6.31/arch/um/include/asm/page.h linux-2.6.31/arch/um/include/asm/page.h
---- linux-2.6.31/arch/um/include/asm/page.h    2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/um/include/asm/page.h    2009-09-06 15:29:11.156214181 -0400
+diff -urNp linux-2.6.32.1/arch/um/include/asm/page.h linux-2.6.32.1/arch/um/include/asm/page.h
+--- linux-2.6.32.1/arch/um/include/asm/page.h  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/um/include/asm/page.h  2009-12-14 18:33:51.566841693 -0500
 @@ -14,6 +14,9 @@
  #define PAGE_SIZE     (_AC(1, UL) << PAGE_SHIFT)
  #define PAGE_MASK     (~(PAGE_SIZE-1))
@@ -4231,9 +5235,9 @@ diff -urNp linux-2.6.31/arch/um/include/asm/page.h linux-2.6.31/arch/um/include/
  #ifndef __ASSEMBLY__
  
  struct page;
-diff -urNp linux-2.6.31/arch/um/sys-i386/syscalls.c linux-2.6.31/arch/um/sys-i386/syscalls.c
---- linux-2.6.31/arch/um/sys-i386/syscalls.c   2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/um/sys-i386/syscalls.c   2009-09-06 15:29:11.157173432 -0400
+diff -urNp linux-2.6.32.1/arch/um/sys-i386/syscalls.c linux-2.6.32.1/arch/um/sys-i386/syscalls.c
+--- linux-2.6.32.1/arch/um/sys-i386/syscalls.c 2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/um/sys-i386/syscalls.c 2009-12-14 18:33:51.577203984 -0500
 @@ -11,6 +11,21 @@
  #include "asm/uaccess.h"
  #include "asm/unistd.h"
@@ -4256,9 +5260,9 @@ diff -urNp linux-2.6.31/arch/um/sys-i386/syscalls.c linux-2.6.31/arch/um/sys-i38
  /*
   * Perform the select(nd, in, out, ex, tv) and mmap() system
   * calls. Linux/i386 didn't use to be able to handle more than
-diff -urNp linux-2.6.31/arch/x86/boot/bitops.h linux-2.6.31/arch/x86/boot/bitops.h
---- linux-2.6.31/arch/x86/boot/bitops.h        2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/boot/bitops.h        2009-09-06 15:29:11.161166844 -0400
+diff -urNp linux-2.6.32.1/arch/x86/boot/bitops.h linux-2.6.32.1/arch/x86/boot/bitops.h
+--- linux-2.6.32.1/arch/x86/boot/bitops.h      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/boot/bitops.h      2009-12-14 18:33:51.581189750 -0500
 @@ -26,7 +26,7 @@ static inline int variable_test_bit(int 
        u8 v;
        const u32 *p = (const u32 *)addr;
@@ -4277,9 +5281,9 @@ diff -urNp linux-2.6.31/arch/x86/boot/bitops.h linux-2.6.31/arch/x86/boot/bitops
  }
  
  #endif /* BOOT_BITOPS_H */
-diff -urNp linux-2.6.31/arch/x86/boot/boot.h linux-2.6.31/arch/x86/boot/boot.h
---- linux-2.6.31/arch/x86/boot/boot.h  2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/boot/boot.h  2009-09-06 15:29:11.162169936 -0400
+diff -urNp linux-2.6.32.1/arch/x86/boot/boot.h linux-2.6.32.1/arch/x86/boot/boot.h
+--- linux-2.6.32.1/arch/x86/boot/boot.h        2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/boot/boot.h        2009-12-14 18:33:51.595738615 -0500
 @@ -82,7 +82,7 @@ static inline void io_delay(void)
  static inline u16 ds(void)
  {
@@ -4298,10 +5302,10 @@ diff -urNp linux-2.6.31/arch/x86/boot/boot.h linux-2.6.31/arch/x86/boot/boot.h
            : "=qm" (diff), "+D" (s1), "+S" (s2), "+c" (len));
        return diff;
  }
-diff -urNp linux-2.6.31/arch/x86/boot/compressed/head_32.S linux-2.6.31/arch/x86/boot/compressed/head_32.S
---- linux-2.6.31/arch/x86/boot/compressed/head_32.S    2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/boot/compressed/head_32.S    2009-09-06 15:29:11.163157519 -0400
-@@ -75,7 +75,7 @@ ENTRY(startup_32)
+diff -urNp linux-2.6.32.1/arch/x86/boot/compressed/head_32.S linux-2.6.32.1/arch/x86/boot/compressed/head_32.S
+--- linux-2.6.32.1/arch/x86/boot/compressed/head_32.S  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/boot/compressed/head_32.S  2009-12-14 18:33:51.595738615 -0500
+@@ -76,7 +76,7 @@ ENTRY(startup_32)
        notl    %eax
        andl    %eax, %ebx
  #else
@@ -4310,7 +5314,7 @@ diff -urNp linux-2.6.31/arch/x86/boot/compressed/head_32.S linux-2.6.31/arch/x86
  #endif
  
        /* Target address to relocate to for decompression */
-@@ -148,7 +148,7 @@ relocated:
+@@ -149,7 +149,7 @@ relocated:
   * and where it was actually loaded.
   */
        movl    %ebp, %ebx
@@ -4319,7 +5323,7 @@ diff -urNp linux-2.6.31/arch/x86/boot/compressed/head_32.S linux-2.6.31/arch/x86
        jz      2f      /* Nothing to be done if loaded at compiled addr. */
  /*
   * Process relocations.
-@@ -156,8 +156,7 @@ relocated:
+@@ -157,8 +157,7 @@ relocated:
  
  1:    subl    $4, %edi
        movl    (%edi), %ecx
@@ -4329,10 +5333,10 @@ diff -urNp linux-2.6.31/arch/x86/boot/compressed/head_32.S linux-2.6.31/arch/x86
        addl    %ebx, -__PAGE_OFFSET(%ebx, %ecx)
        jmp     1b
  2:
-diff -urNp linux-2.6.31/arch/x86/boot/compressed/head_64.S linux-2.6.31/arch/x86/boot/compressed/head_64.S
---- linux-2.6.31/arch/x86/boot/compressed/head_64.S    2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/boot/compressed/head_64.S    2009-09-10 20:40:58.014899975 -0400
-@@ -90,7 +90,7 @@ ENTRY(startup_32)
+diff -urNp linux-2.6.32.1/arch/x86/boot/compressed/head_64.S linux-2.6.32.1/arch/x86/boot/compressed/head_64.S
+--- linux-2.6.32.1/arch/x86/boot/compressed/head_64.S  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/boot/compressed/head_64.S  2009-12-14 18:33:51.595738615 -0500
+@@ -91,7 +91,7 @@ ENTRY(startup_32)
        notl    %eax
        andl    %eax, %ebx
  #else
@@ -4341,7 +5345,7 @@ diff -urNp linux-2.6.31/arch/x86/boot/compressed/head_64.S linux-2.6.31/arch/x86
  #endif
  
        /* Target address to relocate to for decompression */
-@@ -233,7 +233,7 @@ ENTRY(startup_64)
+@@ -234,7 +234,7 @@ ENTRY(startup_64)
        notq    %rax
        andq    %rax, %rbp
  #else
@@ -4350,9 +5354,9 @@ diff -urNp linux-2.6.31/arch/x86/boot/compressed/head_64.S linux-2.6.31/arch/x86
  #endif
  
        /* Target address to relocate to for decompression */
-diff -urNp linux-2.6.31/arch/x86/boot/compressed/misc.c linux-2.6.31/arch/x86/boot/compressed/misc.c
---- linux-2.6.31/arch/x86/boot/compressed/misc.c       2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/boot/compressed/misc.c       2009-09-06 15:29:11.163157519 -0400
+diff -urNp linux-2.6.32.1/arch/x86/boot/compressed/misc.c linux-2.6.32.1/arch/x86/boot/compressed/misc.c
+--- linux-2.6.32.1/arch/x86/boot/compressed/misc.c     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/boot/compressed/misc.c     2009-12-14 18:33:51.595738615 -0500
 @@ -288,7 +288,7 @@ static void parse_elf(void *output)
                case PT_LOAD:
  #ifdef CONFIG_RELOCATABLE
@@ -4371,9 +5375,9 @@ diff -urNp linux-2.6.31/arch/x86/boot/compressed/misc.c linux-2.6.31/arch/x86/bo
                error("Wrong destination address");
  #endif
  
-diff -urNp linux-2.6.31/arch/x86/boot/compressed/mkpiggy.c linux-2.6.31/arch/x86/boot/compressed/mkpiggy.c
---- linux-2.6.31/arch/x86/boot/compressed/mkpiggy.c    2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/boot/compressed/mkpiggy.c    2009-09-06 15:29:11.164183902 -0400
+diff -urNp linux-2.6.32.1/arch/x86/boot/compressed/mkpiggy.c linux-2.6.32.1/arch/x86/boot/compressed/mkpiggy.c
+--- linux-2.6.32.1/arch/x86/boot/compressed/mkpiggy.c  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/boot/compressed/mkpiggy.c  2009-12-14 18:33:51.596762216 -0500
 @@ -74,7 +74,7 @@ int main(int argc, char *argv[])
  
        offs = (olen > ilen) ? olen - ilen : 0;
@@ -4383,9 +5387,9 @@ diff -urNp linux-2.6.31/arch/x86/boot/compressed/mkpiggy.c linux-2.6.31/arch/x86
        offs = (offs+4095) & ~4095; /* Round to a 4K boundary */
  
        printf(".section \".rodata.compressed\",\"a\",@progbits\n");
-diff -urNp linux-2.6.31/arch/x86/boot/compressed/relocs.c linux-2.6.31/arch/x86/boot/compressed/relocs.c
---- linux-2.6.31/arch/x86/boot/compressed/relocs.c     2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/boot/compressed/relocs.c     2009-09-06 15:29:11.165162482 -0400
+diff -urNp linux-2.6.32.1/arch/x86/boot/compressed/relocs.c linux-2.6.32.1/arch/x86/boot/compressed/relocs.c
+--- linux-2.6.32.1/arch/x86/boot/compressed/relocs.c   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/boot/compressed/relocs.c   2009-12-14 18:33:51.596762216 -0500
 @@ -10,8 +10,11 @@
  #define USE_BSD
  #include <endian.h>
@@ -4547,32 +5551,29 @@ diff -urNp linux-2.6.31/arch/x86/boot/compressed/relocs.c linux-2.6.31/arch/x86/
                struct section *sec = &secs[i];
  
                if (sec->shdr.sh_type != SHT_REL) {
-@@ -504,6 +548,24 @@ static void walk_relocs(void (*visit)(El
+@@ -504,6 +548,21 @@ static void walk_relocs(void (*visit)(El
                        if (sym->st_shndx == SHN_ABS) {
                                continue;
                        }
 +                      /* Don't relocate actual per-cpu variables, they are absolute indices, not addresses */
 +                      if (!strcmp(sec_name(sym->st_shndx), ".data.percpu") && strcmp(sym_name(sym_strtab, sym), "__per_cpu_load"))
 +                              continue;
++
 +#if defined(CONFIG_PAX_KERNEXEC) && defined(CONFIG_X86_32)
 +                      /* Don't relocate actual code, they are relocated implicitly by the base address of KERNEL_CS */
-+                      if (!strcmp(sec_name(sym->st_shndx), ".init.text")) {
-+                              if (strcmp(sym_name(sym_strtab, sym), "__init_begin"))
-+                                      continue;
-+                      }
++                      if (!strcmp(sec_name(sym->st_shndx), ".module.text") && !strcmp(sym_name(sym_strtab, sym), "_etext"))
++                              continue;
++                      if (!strcmp(sec_name(sym->st_shndx), ".init.text"))
++                              continue;
 +                      if (!strcmp(sec_name(sym->st_shndx), ".exit.text"))
 +                              continue;
-+                      if (!strcmp(sec_name(sym->st_shndx), ".text.head")) {
-+                              if (strcmp(sym_name(sym_strtab, sym), "KERNEL_TEXT_OFFSET"))
-+                                      continue;
-+                      }
-+                      if (!strcmp(sec_name(sym->st_shndx), ".text"))
++                      if (!strcmp(sec_name(sym->st_shndx), ".text") && strcmp(sym_name(sym_strtab, sym), "__LOAD_PHYSICAL_ADDR"))
 +                              continue;
 +#endif
                        if (r_type == R_386_NONE || r_type == R_386_PC32) {
                                /*
                                 * NONE can be ignored and and PC relative
-@@ -541,7 +603,7 @@ static int cmp_relocs(const void *va, co
+@@ -541,7 +600,7 @@ static int cmp_relocs(const void *va, co
  
  static void emit_relocs(int as_text)
  {
@@ -4581,7 +5582,7 @@ diff -urNp linux-2.6.31/arch/x86/boot/compressed/relocs.c linux-2.6.31/arch/x86/
        /* Count how many relocations I have and allocate space for them. */
        reloc_count = 0;
        walk_relocs(count_reloc);
-@@ -634,6 +696,7 @@ int main(int argc, char **argv)
+@@ -634,6 +693,7 @@ int main(int argc, char **argv)
                        fname, strerror(errno));
        }
        read_ehdr(fp);
@@ -4589,9 +5590,9 @@ diff -urNp linux-2.6.31/arch/x86/boot/compressed/relocs.c linux-2.6.31/arch/x86/
        read_shdrs(fp);
        read_strtabs(fp);
        read_symtabs(fp);
-diff -urNp linux-2.6.31/arch/x86/boot/cpucheck.c linux-2.6.31/arch/x86/boot/cpucheck.c
---- linux-2.6.31/arch/x86/boot/cpucheck.c      2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/boot/cpucheck.c      2009-09-06 15:29:11.169177727 -0400
+diff -urNp linux-2.6.32.1/arch/x86/boot/cpucheck.c linux-2.6.32.1/arch/x86/boot/cpucheck.c
+--- linux-2.6.32.1/arch/x86/boot/cpucheck.c    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/boot/cpucheck.c    2009-12-14 18:33:51.596762216 -0500
 @@ -74,7 +74,7 @@ static int has_fpu(void)
        u16 fcw = -1, fsw = -1;
        u32 cr0;
@@ -4687,9 +5688,9 @@ diff -urNp linux-2.6.31/arch/x86/boot/cpucheck.c linux-2.6.31/arch/x86/boot/cpuc
  
                err = check_flags();
        }
-diff -urNp linux-2.6.31/arch/x86/boot/header.S linux-2.6.31/arch/x86/boot/header.S
---- linux-2.6.31/arch/x86/boot/header.S        2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/boot/header.S        2009-09-06 15:29:11.170165940 -0400
+diff -urNp linux-2.6.32.1/arch/x86/boot/header.S linux-2.6.32.1/arch/x86/boot/header.S
+--- linux-2.6.32.1/arch/x86/boot/header.S      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/boot/header.S      2009-12-14 18:33:51.597950814 -0500
 @@ -224,7 +224,7 @@ setup_data:                .quad 0                 # 64-bit physical
                                                # single linked list of
                                                # struct setup_data
@@ -4699,10 +5700,10 @@ diff -urNp linux-2.6.31/arch/x86/boot/header.S linux-2.6.31/arch/x86/boot/header
  
  #define ZO_INIT_SIZE  (ZO__end - ZO_startup_32 + ZO_z_extract_offset)
  #define VO_INIT_SIZE  (VO__end - VO__text)
-diff -urNp linux-2.6.31/arch/x86/boot/video-vesa.c linux-2.6.31/arch/x86/boot/video-vesa.c
---- linux-2.6.31/arch/x86/boot/video-vesa.c    2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/boot/video-vesa.c    2009-09-06 15:29:11.171179722 -0400
-@@ -205,6 +205,7 @@ static void vesa_store_pm_info(void)
+diff -urNp linux-2.6.32.1/arch/x86/boot/video-vesa.c linux-2.6.32.1/arch/x86/boot/video-vesa.c
+--- linux-2.6.32.1/arch/x86/boot/video-vesa.c  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/boot/video-vesa.c  2009-12-14 18:33:51.598742911 -0500
+@@ -200,6 +200,7 @@ static void vesa_store_pm_info(void)
  
        boot_params.screen_info.vesapm_seg = oreg.es;
        boot_params.screen_info.vesapm_off = oreg.di;
@@ -4710,9 +5711,9 @@ diff -urNp linux-2.6.31/arch/x86/boot/video-vesa.c linux-2.6.31/arch/x86/boot/vi
  }
  
  /*
-diff -urNp linux-2.6.31/arch/x86/ia32/ia32_signal.c linux-2.6.31/arch/x86/ia32/ia32_signal.c
---- linux-2.6.31/arch/x86/ia32/ia32_signal.c   2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/ia32/ia32_signal.c   2009-09-06 15:29:11.172266784 -0400
+diff -urNp linux-2.6.32.1/arch/x86/ia32/ia32_signal.c linux-2.6.32.1/arch/x86/ia32/ia32_signal.c
+--- linux-2.6.32.1/arch/x86/ia32/ia32_signal.c 2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/ia32/ia32_signal.c 2009-12-14 18:33:51.598742911 -0500
 @@ -403,7 +403,7 @@ static void __user *get_sigframe(struct 
        sp -= frame_size;
        /* Align the stack pointer according to the i386 ABI,
@@ -4731,10 +5732,10 @@ diff -urNp linux-2.6.31/arch/x86/ia32/ia32_signal.c linux-2.6.31/arch/x86/ia32/i
        };
  
        frame = get_sigframe(ka, regs, sizeof(*frame), &fpstate);
-diff -urNp linux-2.6.31/arch/x86/include/asm/alternative.h linux-2.6.31/arch/x86/include/asm/alternative.h
---- linux-2.6.31/arch/x86/include/asm/alternative.h    2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/include/asm/alternative.h    2009-09-06 15:29:11.173164562 -0400
-@@ -87,7 +87,7 @@ const unsigned char *const *find_nop_tab
+diff -urNp linux-2.6.32.1/arch/x86/include/asm/alternative.h linux-2.6.32.1/arch/x86/include/asm/alternative.h
+--- linux-2.6.32.1/arch/x86/include/asm/alternative.h  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/include/asm/alternative.h  2009-12-14 18:33:51.598742911 -0500
+@@ -85,7 +85,7 @@ static inline void alternatives_smp_swit
        "        .byte 662b-661b\n"                     /* sourcelen       */   \
        "        .byte 664f-663f\n"                     /* replacementlen  */   \
        ".previous\n"                                                   \
@@ -4743,9 +5744,9 @@ diff -urNp linux-2.6.31/arch/x86/include/asm/alternative.h linux-2.6.31/arch/x86
        "663:\n\t" newinstr "\n664:\n"          /* replacement     */   \
        ".previous"
  
-diff -urNp linux-2.6.31/arch/x86/include/asm/apm.h linux-2.6.31/arch/x86/include/asm/apm.h
---- linux-2.6.31/arch/x86/include/asm/apm.h    2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/include/asm/apm.h    2009-09-06 15:29:11.174173729 -0400
+diff -urNp linux-2.6.32.1/arch/x86/include/asm/apm.h linux-2.6.32.1/arch/x86/include/asm/apm.h
+--- linux-2.6.32.1/arch/x86/include/asm/apm.h  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/include/asm/apm.h  2009-12-14 18:33:51.599707107 -0500
 @@ -34,7 +34,7 @@ static inline void apm_bios_call_asm(u32
        __asm__ __volatile__(APM_DO_ZERO_SEGS
                "pushl %%edi\n\t"
@@ -4764,9 +5765,9 @@ diff -urNp linux-2.6.31/arch/x86/include/asm/apm.h linux-2.6.31/arch/x86/include
                "setc %%bl\n\t"
                "popl %%ebp\n\t"
                "popl %%edi\n\t"
-diff -urNp linux-2.6.31/arch/x86/include/asm/atomic_32.h linux-2.6.31/arch/x86/include/asm/atomic_32.h
---- linux-2.6.31/arch/x86/include/asm/atomic_32.h      2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/include/asm/atomic_32.h      2009-09-06 15:29:11.175190733 -0400
+diff -urNp linux-2.6.32.1/arch/x86/include/asm/atomic_32.h linux-2.6.32.1/arch/x86/include/asm/atomic_32.h
+--- linux-2.6.32.1/arch/x86/include/asm/atomic_32.h    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/include/asm/atomic_32.h    2009-12-14 18:33:51.599707107 -0500
 @@ -25,6 +25,17 @@ static inline int atomic_read(const atom
  }
  
@@ -5046,9 +6047,9 @@ diff -urNp linux-2.6.31/arch/x86/include/asm/atomic_32.h linux-2.6.31/arch/x86/i
  }
  
  #define atomic_inc_not_zero(v) atomic_add_unless((v), 1, 0)
-diff -urNp linux-2.6.31/arch/x86/include/asm/atomic_64.h linux-2.6.31/arch/x86/include/asm/atomic_64.h
---- linux-2.6.31/arch/x86/include/asm/atomic_64.h      2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/include/asm/atomic_64.h      2009-09-06 15:29:11.175190733 -0400
+diff -urNp linux-2.6.32.1/arch/x86/include/asm/atomic_64.h linux-2.6.32.1/arch/x86/include/asm/atomic_64.h
+--- linux-2.6.32.1/arch/x86/include/asm/atomic_64.h    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/include/asm/atomic_64.h    2009-12-14 18:33:51.599707107 -0500
 @@ -24,6 +24,17 @@ static inline int atomic_read(const atom
  }
  
@@ -5541,9 +6542,9 @@ diff -urNp linux-2.6.31/arch/x86/include/asm/atomic_64.h linux-2.6.31/arch/x86/i
  }
  
  /**
-diff -urNp linux-2.6.31/arch/x86/include/asm/boot.h linux-2.6.31/arch/x86/include/asm/boot.h
---- linux-2.6.31/arch/x86/include/asm/boot.h   2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/include/asm/boot.h   2009-09-06 15:29:11.176333963 -0400
+diff -urNp linux-2.6.32.1/arch/x86/include/asm/boot.h linux-2.6.32.1/arch/x86/include/asm/boot.h
+--- linux-2.6.32.1/arch/x86/include/asm/boot.h 2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/include/asm/boot.h 2009-12-14 18:33:51.599707107 -0500
 @@ -11,10 +11,15 @@
  #include <asm/pgtable_types.h>
  
@@ -5561,10 +6562,24 @@ diff -urNp linux-2.6.31/arch/x86/include/asm/boot.h linux-2.6.31/arch/x86/includ
  /* Minimum kernel alignment, as a power of two */
  #ifdef CONFIG_X86_64
  #define MIN_KERNEL_ALIGN_LG2  PMD_SHIFT
-diff -urNp linux-2.6.31/arch/x86/include/asm/cache.h linux-2.6.31/arch/x86/include/asm/cache.h
---- linux-2.6.31/arch/x86/include/asm/cache.h  2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/include/asm/cache.h  2009-09-06 15:29:11.176333963 -0400
-@@ -6,6 +6,7 @@
+diff -urNp linux-2.6.32.1/arch/x86/include/asm/cacheflush.h linux-2.6.32.1/arch/x86/include/asm/cacheflush.h
+--- linux-2.6.32.1/arch/x86/include/asm/cacheflush.h   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/include/asm/cacheflush.h   2009-12-15 17:05:40.612643960 -0500
+@@ -179,8 +179,8 @@ extern const int rodata_test_data;
+ void set_kernel_text_rw(void);
+ void set_kernel_text_ro(void);
+ #else
+-static inline void set_kernel_text_rw(void) { }
+-static inline void set_kernel_text_ro(void) { }
++static inline void set_kernel_text_rw(void) { pax_open_kernel(); }
++static inline void set_kernel_text_ro(void) { pax_close_kernel(); }
+ #endif
+ #ifdef CONFIG_DEBUG_RODATA_TEST
+diff -urNp linux-2.6.32.1/arch/x86/include/asm/cache.h linux-2.6.32.1/arch/x86/include/asm/cache.h
+--- linux-2.6.32.1/arch/x86/include/asm/cache.h        2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/include/asm/cache.h        2009-12-14 18:33:51.599707107 -0500
+@@ -8,6 +8,7 @@
  #define L1_CACHE_BYTES        (1 << L1_CACHE_SHIFT)
  
  #define __read_mostly __attribute__((__section__(".data.read_mostly")))
@@ -5572,9 +6587,9 @@ diff -urNp linux-2.6.31/arch/x86/include/asm/cache.h linux-2.6.31/arch/x86/inclu
  
  #ifdef CONFIG_X86_VSMP
  /* vSMP Internode cacheline shift */
-diff -urNp linux-2.6.31/arch/x86/include/asm/checksum_32.h linux-2.6.31/arch/x86/include/asm/checksum_32.h
---- linux-2.6.31/arch/x86/include/asm/checksum_32.h    2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/include/asm/checksum_32.h    2009-09-06 15:29:11.176333963 -0400
+diff -urNp linux-2.6.32.1/arch/x86/include/asm/checksum_32.h linux-2.6.32.1/arch/x86/include/asm/checksum_32.h
+--- linux-2.6.32.1/arch/x86/include/asm/checksum_32.h  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/include/asm/checksum_32.h  2009-12-14 18:33:51.605206905 -0500
 @@ -31,6 +31,14 @@ asmlinkage __wsum csum_partial_copy_gene
                                            int len, __wsum sum,
                                            int *src_err_ptr, int *dst_err_ptr);
@@ -5599,7 +6614,7 @@ diff -urNp linux-2.6.31/arch/x86/include/asm/checksum_32.h linux-2.6.31/arch/x86
                                         len, sum, err_ptr, NULL);
  }
  
-@@ -177,7 +185,7 @@ static inline __wsum csum_and_copy_to_us
+@@ -178,7 +186,7 @@ static inline __wsum csum_and_copy_to_us
  {
        might_sleep();
        if (access_ok(VERIFY_WRITE, dst, len))
@@ -5608,10 +6623,18 @@ diff -urNp linux-2.6.31/arch/x86/include/asm/checksum_32.h linux-2.6.31/arch/x86
                                                 len, sum, NULL, err_ptr);
  
        if (len)
-diff -urNp linux-2.6.31/arch/x86/include/asm/desc.h linux-2.6.31/arch/x86/include/asm/desc.h
---- linux-2.6.31/arch/x86/include/asm/desc.h   2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/include/asm/desc.h   2009-09-06 15:29:11.177300796 -0400
-@@ -15,6 +15,7 @@ static inline void fill_ldt(struct desc_
+diff -urNp linux-2.6.32.1/arch/x86/include/asm/desc.h linux-2.6.32.1/arch/x86/include/asm/desc.h
+--- linux-2.6.32.1/arch/x86/include/asm/desc.h 2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/include/asm/desc.h 2009-12-14 18:33:51.605802803 -0500
+@@ -4,6 +4,7 @@
+ #include <asm/desc_defs.h>
+ #include <asm/ldt.h>
+ #include <asm/mmu.h>
++#include <asm/pgtable.h>
+ #include <linux/smp.h>
+ static inline void fill_ldt(struct desc_struct *desc,
+@@ -15,6 +16,7 @@ static inline void fill_ldt(struct desc_
        desc->base1 = (info->base_addr & 0x00ff0000) >> 16;
        desc->type = (info->read_exec_only ^ 1) << 1;
        desc->type |= info->contents << 2;
@@ -5619,7 +6642,7 @@ diff -urNp linux-2.6.31/arch/x86/include/asm/desc.h linux-2.6.31/arch/x86/includ
        desc->s = 1;
        desc->dpl = 0x3;
        desc->p = info->seg_not_present ^ 1;
-@@ -31,16 +32,12 @@ static inline void fill_ldt(struct desc_
+@@ -31,16 +33,12 @@ static inline void fill_ldt(struct desc_
  }
  
  extern struct desc_ptr idt_descr;
@@ -5639,114 +6662,64 @@ diff -urNp linux-2.6.31/arch/x86/include/asm/desc.h linux-2.6.31/arch/x86/includ
  }
  
  #ifdef CONFIG_X86_64
-@@ -115,19 +112,48 @@ static inline void paravirt_free_ldt(str
+@@ -115,19 +113,24 @@ static inline void paravirt_free_ldt(str
  static inline void native_write_idt_entry(gate_desc *idt, int entry,
                                          const gate_desc *gate)
  {
-+
-+#ifdef CONFIG_PAX_KERNEXEC
-+      unsigned long cr0;
-+
-+      pax_open_kernel(cr0);
-+#endif
-+
++      pax_open_kernel();
        memcpy(&idt[entry], gate, sizeof(*gate));
-+
-+#ifdef CONFIG_PAX_KERNEXEC
-+      pax_close_kernel(cr0);
-+#endif
-+
++      pax_close_kernel();
  }
  
  static inline void native_write_ldt_entry(struct desc_struct *ldt, int entry,
                                          const void *desc)
  {
-+
-+#ifdef CONFIG_PAX_KERNEXEC
-+      unsigned long cr0;
-+
-+      pax_open_kernel(cr0);
-+#endif
-+
++      pax_open_kernel();
        memcpy(&ldt[entry], desc, 8);
-+
-+#ifdef CONFIG_PAX_KERNEXEC
-+      pax_close_kernel(cr0);
-+#endif
-+
++      pax_close_kernel();
  }
  
  static inline void native_write_gdt_entry(struct desc_struct *gdt, int entry,
                                          const void *desc, int type)
  {
        unsigned int size;
-+
-+#ifdef CONFIG_PAX_KERNEXEC
-+      unsigned long cr0;
-+#endif
 +
        switch (type) {
        case DESC_TSS:
                size = sizeof(tss_desc);
-@@ -139,7 +165,17 @@ static inline void native_write_gdt_entr
+@@ -139,7 +142,10 @@ static inline void native_write_gdt_entr
                size = sizeof(struct desc_struct);
                break;
        }
 +
-+#ifdef CONFIG_PAX_KERNEXEC
-+      pax_open_kernel(cr0);
-+#endif
-+
++      pax_open_kernel();
        memcpy(&gdt[entry], desc, size);
-+
-+#ifdef CONFIG_PAX_KERNEXEC
-+      pax_close_kernel(cr0);
-+#endif
-+
++      pax_close_kernel();
  }
  
  static inline void pack_descriptor(struct desc_struct *desc, unsigned long base,
-@@ -211,7 +247,19 @@ static inline void native_set_ldt(const 
+@@ -211,7 +217,9 @@ static inline void native_set_ldt(const 
  
  static inline void native_load_tr_desc(void)
  {
-+
-+#ifdef CONFIG_PAX_KERNEXEC
-+      unsigned long cr0;
-+
-+      pax_open_kernel(cr0);
-+#endif
-+
++      pax_open_kernel();
        asm volatile("ltr %w0"::"q" (GDT_ENTRY_TSS*8));
-+
-+#ifdef CONFIG_PAX_KERNEXEC
-+      pax_close_kernel(cr0);
-+#endif
-+
++      pax_close_kernel();
  }
  
  static inline void native_load_gdt(const struct desc_ptr *dtr)
-@@ -246,8 +294,19 @@ static inline void native_load_tls(struc
+@@ -246,8 +254,10 @@ static inline void native_load_tls(struc
        unsigned int i;
        struct desc_struct *gdt = get_cpu_gdt_table(cpu);
  
-+#ifdef CONFIG_PAX_KERNEXEC
-+      unsigned long cr0;
-+
-+      pax_open_kernel(cr0);
-+#endif
-+
++      pax_open_kernel();
        for (i = 0; i < GDT_ENTRY_TLS_ENTRIES; i++)
                gdt[GDT_ENTRY_TLS_MIN + i] = t->tls_array[i];
-+
-+#ifdef CONFIG_PAX_KERNEXEC
-+      pax_close_kernel(cr0);
-+#endif
-+
++      pax_close_kernel();
  }
  
  #define _LDT_empty(info)                              \
-@@ -379,4 +438,16 @@ static inline void set_system_intr_gate_
+@@ -392,4 +402,16 @@ static inline void set_system_intr_gate_
        _set_gate(n, GATE_INTERRUPT, addr, 0x3, ist, __KERNEL_CS);
  }
  
@@ -5763,10 +6736,64 @@ diff -urNp linux-2.6.31/arch/x86/include/asm/desc.h linux-2.6.31/arch/x86/includ
 +#endif
 +
  #endif /* _ASM_X86_DESC_H */
-diff -urNp linux-2.6.31/arch/x86/include/asm/e820.h linux-2.6.31/arch/x86/include/asm/e820.h
---- linux-2.6.31/arch/x86/include/asm/e820.h   2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/include/asm/e820.h   2009-09-06 15:29:11.177300796 -0400
-@@ -135,7 +135,7 @@ extern char *memory_setup(void);
+diff -urNp linux-2.6.32.1/arch/x86/include/asm/device.h linux-2.6.32.1/arch/x86/include/asm/device.h
+--- linux-2.6.32.1/arch/x86/include/asm/device.h       2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/include/asm/device.h       2009-12-14 18:33:51.605802803 -0500
+@@ -6,7 +6,7 @@ struct dev_archdata {
+       void    *acpi_handle;
+ #endif
+ #ifdef CONFIG_X86_64
+-struct dma_map_ops *dma_ops;
++      const struct dma_map_ops *dma_ops;
+ #endif
+ #ifdef CONFIG_DMAR
+       void *iommu; /* hook for IOMMU specific extension */
+diff -urNp linux-2.6.32.1/arch/x86/include/asm/dma-mapping.h linux-2.6.32.1/arch/x86/include/asm/dma-mapping.h
+--- linux-2.6.32.1/arch/x86/include/asm/dma-mapping.h  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/include/asm/dma-mapping.h  2009-12-14 18:33:51.605802803 -0500
+@@ -25,9 +25,9 @@ extern int iommu_merge;
+ extern struct device x86_dma_fallback_dev;
+ extern int panic_on_overflow;
+-extern struct dma_map_ops *dma_ops;
++extern const struct dma_map_ops *dma_ops;
+-static inline struct dma_map_ops *get_dma_ops(struct device *dev)
++static inline const struct dma_map_ops *get_dma_ops(struct device *dev)
+ {
+ #ifdef CONFIG_X86_32
+       return dma_ops;
+@@ -44,7 +44,7 @@ static inline struct dma_map_ops *get_dm
+ /* Make sure we keep the same behaviour */
+ static inline int dma_mapping_error(struct device *dev, dma_addr_t dma_addr)
+ {
+-      struct dma_map_ops *ops = get_dma_ops(dev);
++      const struct dma_map_ops *ops = get_dma_ops(dev);
+       if (ops->mapping_error)
+               return ops->mapping_error(dev, dma_addr);
+@@ -122,7 +122,7 @@ static inline void *
+ dma_alloc_coherent(struct device *dev, size_t size, dma_addr_t *dma_handle,
+               gfp_t gfp)
+ {
+-      struct dma_map_ops *ops = get_dma_ops(dev);
++      const struct dma_map_ops *ops = get_dma_ops(dev);
+       void *memory;
+       gfp &= ~(__GFP_DMA | __GFP_HIGHMEM | __GFP_DMA32);
+@@ -149,7 +149,7 @@ dma_alloc_coherent(struct device *dev, s
+ static inline void dma_free_coherent(struct device *dev, size_t size,
+                                    void *vaddr, dma_addr_t bus)
+ {
+-      struct dma_map_ops *ops = get_dma_ops(dev);
++      const struct dma_map_ops *ops = get_dma_ops(dev);
+       WARN_ON(irqs_disabled());       /* for portability */
+diff -urNp linux-2.6.32.1/arch/x86/include/asm/e820.h linux-2.6.32.1/arch/x86/include/asm/e820.h
+--- linux-2.6.32.1/arch/x86/include/asm/e820.h 2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/include/asm/e820.h 2009-12-14 18:33:51.606706147 -0500
+@@ -133,7 +133,7 @@ extern char *default_machine_specific_me
  #define ISA_END_ADDRESS               0x100000
  #define is_ISA_range(s, e) ((s) >= ISA_START_ADDRESS && (e) < ISA_END_ADDRESS)
  
@@ -5775,9 +6802,9 @@ diff -urNp linux-2.6.31/arch/x86/include/asm/e820.h linux-2.6.31/arch/x86/includ
  #define BIOS_END              0x00100000
  
  #ifdef __KERNEL__
-diff -urNp linux-2.6.31/arch/x86/include/asm/elf.h linux-2.6.31/arch/x86/include/asm/elf.h
---- linux-2.6.31/arch/x86/include/asm/elf.h    2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/include/asm/elf.h    2009-09-06 15:29:11.178289958 -0400
+diff -urNp linux-2.6.32.1/arch/x86/include/asm/elf.h linux-2.6.32.1/arch/x86/include/asm/elf.h
+--- linux-2.6.32.1/arch/x86/include/asm/elf.h  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/include/asm/elf.h  2009-12-14 18:33:51.606706147 -0500
 @@ -263,7 +263,25 @@ extern int force_personality32;
     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.  */
@@ -5804,7 +6831,7 @@ diff -urNp linux-2.6.31/arch/x86/include/asm/elf.h linux-2.6.31/arch/x86/include
  
  /* 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,
-@@ -315,8 +333,7 @@ do {                                                                       \
+@@ -317,8 +335,7 @@ do {                                                                       \
  #define ARCH_DLINFO                                                   \
  do {                                                                  \
        if (vdso_enabled)                                               \
@@ -5814,7 +6841,7 @@ diff -urNp linux-2.6.31/arch/x86/include/asm/elf.h linux-2.6.31/arch/x86/include
  } while (0)
  
  #define AT_SYSINFO            32
-@@ -327,7 +344,7 @@ do {                                                                       \
+@@ -329,7 +346,7 @@ do {                                                                       \
  
  #endif /* !CONFIG_X86_32 */
  
@@ -5823,7 +6850,7 @@ diff -urNp linux-2.6.31/arch/x86/include/asm/elf.h linux-2.6.31/arch/x86/include
  
  #define VDSO_ENTRY                                                    \
        ((unsigned long)VDSO32_SYMBOL(VDSO_CURRENT_BASE, vsyscall))
-@@ -341,7 +358,4 @@ extern int arch_setup_additional_pages(s
+@@ -343,7 +360,4 @@ extern int arch_setup_additional_pages(s
  extern int syscall32_setup_pages(struct linux_binprm *, int exstack);
  #define compat_arch_setup_additional_pages    syscall32_setup_pages
  
@@ -5831,9 +6858,9 @@ diff -urNp linux-2.6.31/arch/x86/include/asm/elf.h linux-2.6.31/arch/x86/include
 -#define arch_randomize_brk arch_randomize_brk
 -
  #endif /* _ASM_X86_ELF_H */
-diff -urNp linux-2.6.31/arch/x86/include/asm/futex.h linux-2.6.31/arch/x86/include/asm/futex.h
---- linux-2.6.31/arch/x86/include/asm/futex.h  2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/include/asm/futex.h  2009-09-06 15:29:11.178289958 -0400
+diff -urNp linux-2.6.32.1/arch/x86/include/asm/futex.h linux-2.6.32.1/arch/x86/include/asm/futex.h
+--- linux-2.6.32.1/arch/x86/include/asm/futex.h        2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/include/asm/futex.h        2009-12-14 18:33:51.606706147 -0500
 @@ -11,6 +11,40 @@
  #include <asm/processor.h>
  #include <asm/system.h>
@@ -5945,10 +6972,10 @@ diff -urNp linux-2.6.31/arch/x86/include/asm/futex.h linux-2.6.31/arch/x86/inclu
                     : "memory"
        );
  
-diff -urNp linux-2.6.31/arch/x86/include/asm/i387.h linux-2.6.31/arch/x86/include/asm/i387.h
---- linux-2.6.31/arch/x86/include/asm/i387.h   2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/include/asm/i387.h   2009-09-06 15:29:11.178289958 -0400
-@@ -194,13 +194,8 @@ static inline int fxrstor_checking(struc
+diff -urNp linux-2.6.32.1/arch/x86/include/asm/i387.h linux-2.6.32.1/arch/x86/include/asm/i387.h
+--- linux-2.6.32.1/arch/x86/include/asm/i387.h 2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/include/asm/i387.h 2009-12-14 18:33:51.607723418 -0500
+@@ -195,13 +195,8 @@ static inline int fxrstor_checking(struc
  }
  
  /* We need a safe address that is cheap to find and that is already
@@ -5964,9 +6991,9 @@ diff -urNp linux-2.6.31/arch/x86/include/asm/i387.h linux-2.6.31/arch/x86/includ
  
  /*
   * These must be called with preempt disabled
-diff -urNp linux-2.6.31/arch/x86/include/asm/io_64.h linux-2.6.31/arch/x86/include/asm/io_64.h
---- linux-2.6.31/arch/x86/include/asm/io_64.h  2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/include/asm/io_64.h  2009-09-06 15:29:11.179213852 -0400
+diff -urNp linux-2.6.32.1/arch/x86/include/asm/io_64.h linux-2.6.32.1/arch/x86/include/asm/io_64.h
+--- linux-2.6.32.1/arch/x86/include/asm/io_64.h        2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/include/asm/io_64.h        2009-12-14 18:33:51.607723418 -0500
 @@ -140,6 +140,17 @@ __OUTS(l)
  
  #include <linux/vmalloc.h>
@@ -5985,23 +7012,54 @@ diff -urNp linux-2.6.31/arch/x86/include/asm/io_64.h linux-2.6.31/arch/x86/inclu
  #include <asm-generic/iomap.h>
  
  void __memcpy_fromio(void *, unsigned long, unsigned);
-diff -urNp linux-2.6.31/arch/x86/include/asm/irqflags.h linux-2.6.31/arch/x86/include/asm/irqflags.h
---- linux-2.6.31/arch/x86/include/asm/irqflags.h       2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/include/asm/irqflags.h       2009-09-06 15:29:11.179213852 -0400
-@@ -147,6 +147,8 @@ static inline unsigned long __raw_local_
+diff -urNp linux-2.6.32.1/arch/x86/include/asm/iommu.h linux-2.6.32.1/arch/x86/include/asm/iommu.h
+--- linux-2.6.32.1/arch/x86/include/asm/iommu.h        2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/include/asm/iommu.h        2009-12-14 18:33:51.607723418 -0500
+@@ -3,7 +3,7 @@
+ extern void pci_iommu_shutdown(void);
+ extern void no_iommu_init(void);
+-extern struct dma_map_ops nommu_dma_ops;
++extern const struct dma_map_ops nommu_dma_ops;
+ extern int force_iommu, no_iommu;
+ extern int iommu_detected;
+ extern int iommu_pass_through;
+diff -urNp linux-2.6.32.1/arch/x86/include/asm/irqflags.h linux-2.6.32.1/arch/x86/include/asm/irqflags.h
+--- linux-2.6.32.1/arch/x86/include/asm/irqflags.h     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/include/asm/irqflags.h     2009-12-14 18:33:51.607723418 -0500
+@@ -146,6 +146,27 @@ static inline unsigned long __raw_local_
  #define INTERRUPT_RETURN              iret
  #define ENABLE_INTERRUPTS_SYSEXIT     sti; sysexit
  #define GET_CR0_INTO_EAX              movl %cr0, %eax
-+#define GET_CR0_INTO_EDX              movl %cr0, %edx
-+#define SET_CR0_FROM_EDX              movl %edx, %cr0
++
++/* PaX: special register usage in entry_32.S, beware */
++#ifdef CONFIG_PAX_KERNEXEC
++#define PAX_EXIT_KERNEL               \
++      bt $16, %esi;           \
++      jc 1f;                  \
++      movl %esi, %cr0;        \
++1:
++
++#define PAX_ENTER_KERNEL      \
++      movl %cr0, %esi;        \
++      movl %esi, %edx;        \
++      bts $16, %edx;          \
++      jc 1f;                  \
++      movl %edx, %cr0;        \
++1:
++#else
++#define PAX_EXIT_KERNEL
++#define PAX_ENTER_KERNEL
++#endif
++
  #endif
  
  
-diff -urNp linux-2.6.31/arch/x86/include/asm/kvm_host.h linux-2.6.31/arch/x86/include/asm/kvm_host.h
---- linux-2.6.31/arch/x86/include/asm/kvm_host.h       2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/include/asm/kvm_host.h       2009-09-06 15:29:11.180243443 -0400
-@@ -528,7 +528,7 @@ struct kvm_x86_ops {
-       u64 (*get_mt_mask)(struct kvm_vcpu *vcpu, gfn_t gfn, bool is_mmio);
+diff -urNp linux-2.6.32.1/arch/x86/include/asm/kvm_host.h linux-2.6.32.1/arch/x86/include/asm/kvm_host.h
+--- linux-2.6.32.1/arch/x86/include/asm/kvm_host.h     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/include/asm/kvm_host.h     2009-12-14 18:33:51.607723418 -0500
+@@ -530,7 +530,7 @@ struct kvm_x86_ops {
+       const struct trace_print_flags *exit_reasons_str;
  };
  
 -extern struct kvm_x86_ops *kvm_x86_ops;
@@ -6009,9 +7067,9 @@ diff -urNp linux-2.6.31/arch/x86/include/asm/kvm_host.h linux-2.6.31/arch/x86/in
  
  int kvm_mmu_module_init(void);
  void kvm_mmu_module_exit(void);
-diff -urNp linux-2.6.31/arch/x86/include/asm/local.h linux-2.6.31/arch/x86/include/asm/local.h
---- linux-2.6.31/arch/x86/include/asm/local.h  2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/include/asm/local.h  2009-09-06 15:29:11.180243443 -0400
+diff -urNp linux-2.6.32.1/arch/x86/include/asm/local.h linux-2.6.32.1/arch/x86/include/asm/local.h
+--- linux-2.6.32.1/arch/x86/include/asm/local.h        2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/include/asm/local.h        2009-12-14 18:33:51.607723418 -0500
 @@ -18,26 +18,90 @@ typedef struct {
  
  static inline void local_inc(local_t *l)
@@ -6236,12 +7294,55 @@ diff -urNp linux-2.6.31/arch/x86/include/asm/local.h linux-2.6.31/arch/x86/inclu
                     : "+r" (i), "+m" (l->a.counter)
                     : : "memory");
        return i + __i;
-diff -urNp linux-2.6.31/arch/x86/include/asm/mman.h linux-2.6.31/arch/x86/include/asm/mman.h
---- linux-2.6.31/arch/x86/include/asm/mman.h   2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/include/asm/mman.h   2009-09-06 15:29:11.181247426 -0400
-@@ -17,4 +17,14 @@
- #define MCL_CURRENT   1               /* lock all current mappings */
- #define MCL_FUTURE    2               /* lock all future mappings */
+diff -urNp linux-2.6.32.1/arch/x86/include/asm/microcode.h linux-2.6.32.1/arch/x86/include/asm/microcode.h
+--- linux-2.6.32.1/arch/x86/include/asm/microcode.h    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/include/asm/microcode.h    2009-12-14 18:33:51.609195189 -0500
+@@ -12,13 +12,13 @@ struct device;
+ enum ucode_state { UCODE_ERROR, UCODE_OK, UCODE_NFOUND };
+ struct microcode_ops {
+-      enum ucode_state (*request_microcode_user) (int cpu,
++      enum ucode_state (* const request_microcode_user) (int cpu,
+                               const void __user *buf, size_t size);
+-      enum ucode_state (*request_microcode_fw) (int cpu,
++      enum ucode_state (* const request_microcode_fw) (int cpu,
+                               struct device *device);
+-      void (*microcode_fini_cpu) (int cpu);
++      void (* const microcode_fini_cpu) (int cpu);
+       /*
+        * The generic 'microcode_core' part guarantees that
+@@ -38,18 +38,18 @@ struct ucode_cpu_info {
+ extern struct ucode_cpu_info ucode_cpu_info[];
+ #ifdef CONFIG_MICROCODE_INTEL
+-extern struct microcode_ops * __init init_intel_microcode(void);
++extern const struct microcode_ops * __init init_intel_microcode(void);
+ #else
+-static inline struct microcode_ops * __init init_intel_microcode(void)
++static inline const struct microcode_ops * __init init_intel_microcode(void)
+ {
+       return NULL;
+ }
+ #endif /* CONFIG_MICROCODE_INTEL */
+ #ifdef CONFIG_MICROCODE_AMD
+-extern struct microcode_ops * __init init_amd_microcode(void);
++extern const struct microcode_ops * __init init_amd_microcode(void);
+ #else
+-static inline struct microcode_ops * __init init_amd_microcode(void)
++static inline const struct microcode_ops * __init init_amd_microcode(void)
+ {
+       return NULL;
+ }
+diff -urNp linux-2.6.32.1/arch/x86/include/asm/mman.h linux-2.6.32.1/arch/x86/include/asm/mman.h
+--- linux-2.6.32.1/arch/x86/include/asm/mman.h 2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/include/asm/mman.h 2009-12-14 18:33:51.614107213 -0500
+@@ -5,4 +5,14 @@
+ #include <asm-generic/mman.h>
  
 +#ifdef __KERNEL__
 +#ifndef __ASSEMBLY__
@@ -6254,9 +7355,9 @@ diff -urNp linux-2.6.31/arch/x86/include/asm/mman.h linux-2.6.31/arch/x86/includ
 +#endif
 +
  #endif /* _ASM_X86_MMAN_H */
-diff -urNp linux-2.6.31/arch/x86/include/asm/mmu_context.h linux-2.6.31/arch/x86/include/asm/mmu_context.h
---- linux-2.6.31/arch/x86/include/asm/mmu_context.h    2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/include/asm/mmu_context.h    2009-09-06 15:29:11.181247426 -0400
+diff -urNp linux-2.6.32.1/arch/x86/include/asm/mmu_context.h linux-2.6.32.1/arch/x86/include/asm/mmu_context.h
+--- linux-2.6.32.1/arch/x86/include/asm/mmu_context.h  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/include/asm/mmu_context.h  2009-12-14 18:33:51.614708658 -0500
 @@ -34,11 +34,17 @@ static inline void switch_mm(struct mm_s
                             struct task_struct *tsk)
  {
@@ -6267,7 +7368,7 @@ diff -urNp linux-2.6.31/arch/x86/include/asm/mmu_context.h linux-2.6.31/arch/x86
  
        if (likely(prev != next)) {
                /* stop flush ipis for the previous mm */
-               cpu_clear(cpu, prev->cpu_vm_mask);
+               cpumask_clear_cpu(cpu, mm_cpumask(prev));
  #ifdef CONFIG_SMP
 +#ifdef CONFIG_X86_32
 +              tlbstate = percpu_read(cpu_tlbstate.state);
@@ -6291,13 +7392,13 @@ diff -urNp linux-2.6.31/arch/x86/include/asm/mmu_context.h linux-2.6.31/arch/x86
 +
 +#if defined(CONFIG_X86_32) && (defined(CONFIG_PAX_PAGEEXEC) || defined(CONFIG_PAX_SEGMEXEC))
 +              if (unlikely(prev->context.user_cs_base != next->context.user_cs_base ||
-+                           prev->context.user_cs_limit != next->context.user_cs_limit
++                           prev->context.user_cs_limit != next->context.user_cs_limit))
++                      set_user_cs(next->context.user_cs_base, next->context.user_cs_limit, cpu);
 +#ifdef CONFIG_SMP
-+                           || tlbstate != TLBSTATE_OK
-+#endif
-+                          ))
++              else if (unlikely(tlbstate != TLBSTATE_OK))
 +                      set_user_cs(next->context.user_cs_base, next->context.user_cs_limit, cpu);
 +#endif
++#endif
 +
        }
  #ifdef CONFIG_SMP
@@ -6322,9 +7423,9 @@ diff -urNp linux-2.6.31/arch/x86/include/asm/mmu_context.h linux-2.6.31/arch/x86
                }
        }
  #endif
-diff -urNp linux-2.6.31/arch/x86/include/asm/mmu.h linux-2.6.31/arch/x86/include/asm/mmu.h
---- linux-2.6.31/arch/x86/include/asm/mmu.h    2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/include/asm/mmu.h    2009-09-06 15:29:11.182192844 -0400
+diff -urNp linux-2.6.32.1/arch/x86/include/asm/mmu.h linux-2.6.32.1/arch/x86/include/asm/mmu.h
+--- linux-2.6.32.1/arch/x86/include/asm/mmu.h  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/include/asm/mmu.h  2009-12-14 18:33:51.614708658 -0500
 @@ -9,10 +9,23 @@
   * we put the segment information here.
   */
@@ -6351,10 +7452,10 @@ diff -urNp linux-2.6.31/arch/x86/include/asm/mmu.h linux-2.6.31/arch/x86/include
  } mm_context_t;
  
  #ifdef CONFIG_SMP
-diff -urNp linux-2.6.31/arch/x86/include/asm/module.h linux-2.6.31/arch/x86/include/asm/module.h
---- linux-2.6.31/arch/x86/include/asm/module.h 2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/include/asm/module.h 2009-09-06 15:29:11.182192844 -0400
-@@ -74,7 +74,12 @@ struct mod_arch_specific {};
+diff -urNp linux-2.6.32.1/arch/x86/include/asm/module.h linux-2.6.32.1/arch/x86/include/asm/module.h
+--- linux-2.6.32.1/arch/x86/include/asm/module.h       2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/include/asm/module.h       2009-12-14 18:33:51.614708658 -0500
+@@ -65,7 +65,12 @@
  # else
  #  define MODULE_STACKSIZE ""
  # endif
@@ -6368,9 +7469,9 @@ diff -urNp linux-2.6.31/arch/x86/include/asm/module.h linux-2.6.31/arch/x86/incl
  #endif
  
  #endif /* _ASM_X86_MODULE_H */
-diff -urNp linux-2.6.31/arch/x86/include/asm/page_32_types.h linux-2.6.31/arch/x86/include/asm/page_32_types.h
---- linux-2.6.31/arch/x86/include/asm/page_32_types.h  2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/include/asm/page_32_types.h  2009-09-06 15:29:11.182192844 -0400
+diff -urNp linux-2.6.32.1/arch/x86/include/asm/page_32_types.h linux-2.6.32.1/arch/x86/include/asm/page_32_types.h
+--- linux-2.6.32.1/arch/x86/include/asm/page_32_types.h        2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/include/asm/page_32_types.h        2009-12-14 18:33:51.614708658 -0500
 @@ -15,6 +15,10 @@
   */
  #define __PAGE_OFFSET         _AC(CONFIG_PAGE_OFFSET, UL)
@@ -6382,9 +7483,9 @@ diff -urNp linux-2.6.31/arch/x86/include/asm/page_32_types.h linux-2.6.31/arch/x
  #ifdef CONFIG_4KSTACKS
  #define THREAD_ORDER  0
  #else
-diff -urNp linux-2.6.31/arch/x86/include/asm/page_64_types.h linux-2.6.31/arch/x86/include/asm/page_64_types.h
---- linux-2.6.31/arch/x86/include/asm/page_64_types.h  2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/include/asm/page_64_types.h  2009-09-06 15:29:11.183155967 -0400
+diff -urNp linux-2.6.32.1/arch/x86/include/asm/page_64_types.h linux-2.6.32.1/arch/x86/include/asm/page_64_types.h
+--- linux-2.6.32.1/arch/x86/include/asm/page_64_types.h        2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/include/asm/page_64_types.h        2009-12-14 18:33:51.614708658 -0500
 @@ -39,6 +39,9 @@
  #define __START_KERNEL                (__START_KERNEL_map + __PHYSICAL_START)
  #define __START_KERNEL_map    _AC(0xffffffff80000000, UL)
@@ -6395,10 +7496,41 @@ diff -urNp linux-2.6.31/arch/x86/include/asm/page_64_types.h linux-2.6.31/arch/x
  /* See Documentation/x86/x86_64/mm.txt for a description of the memory map. */
  #define __PHYSICAL_MASK_SHIFT 46
  #define __VIRTUAL_MASK_SHIFT  47
-diff -urNp linux-2.6.31/arch/x86/include/asm/paravirt.h linux-2.6.31/arch/x86/include/asm/paravirt.h
---- linux-2.6.31/arch/x86/include/asm/paravirt.h       2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/include/asm/paravirt.h       2009-09-06 15:29:11.184157210 -0400
-@@ -1688,7 +1688,7 @@ static inline unsigned long __raw_local_
+diff -urNp linux-2.6.32.1/arch/x86/include/asm/paravirt.h linux-2.6.32.1/arch/x86/include/asm/paravirt.h
+--- linux-2.6.32.1/arch/x86/include/asm/paravirt.h     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/include/asm/paravirt.h     2009-12-14 18:33:51.615757710 -0500
+@@ -729,6 +729,21 @@ static inline void __set_fixmap(unsigned
+       pv_mmu_ops.set_fixmap(idx, phys, flags);
+ }
++#ifdef CONFIG_PAX_KERNEXEC
++static inline unsigned long pax_open_kernel(void)
++{
++      return pv_mmu_ops.pax_open_kernel();
++}
++
++static inline unsigned long pax_close_kernel(void)
++{
++      return pv_mmu_ops.pax_close_kernel();
++}
++#else
++static inline unsigned long pax_open_kernel(void) { return 0; }
++static inline unsigned long pax_close_kernel(void) { return 0; }
++#endif
++
+ #if defined(CONFIG_SMP) && defined(CONFIG_PARAVIRT_SPINLOCKS)
+ static inline int __raw_spin_is_locked(struct raw_spinlock *lock)
+@@ -845,7 +860,7 @@ static inline unsigned long __raw_local_
+ static inline void raw_local_irq_restore(unsigned long f)
+ {
+-      PVOP_VCALLEE1(pv_irq_ops.restore_fl, f);
++      return PVOP_VCALLEE1(pv_irq_ops.restore_fl, f);
+ }
+ static inline void raw_local_irq_disable(void)
+@@ -945,7 +960,7 @@ extern void default_banner(void);
  
  #define PARA_PATCH(struct, off)        ((PARAVIRT_PATCH_##struct + (off)) / 4)
  #define PARA_SITE(ptype, clobbers, ops) _PVSITE(ptype, clobbers, ops, .long, 4)
@@ -6407,9 +7539,82 @@ diff -urNp linux-2.6.31/arch/x86/include/asm/paravirt.h linux-2.6.31/arch/x86/in
  #endif
  
  #define INTERRUPT_RETURN                                              \
-diff -urNp linux-2.6.31/arch/x86/include/asm/pgalloc.h linux-2.6.31/arch/x86/include/asm/pgalloc.h
---- linux-2.6.31/arch/x86/include/asm/pgalloc.h        2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/include/asm/pgalloc.h        2009-09-06 15:30:00.013375877 -0400
+@@ -970,6 +985,31 @@ extern void default_banner(void);
+                 jmp PARA_INDIRECT(pv_cpu_ops+PV_CPU_usergs_sysret32))
+ #ifdef CONFIG_X86_32
++
++#ifdef CONFIG_PAX_KERNEXEC
++#define PAX_EXIT_KERNEL                                       \
++      bt $16, %esi;                                   \
++      jc 1f;                                          \
++      push %eax; push %ecx;                           \
++      movl %esi, %eax;                                \
++      call PARA_INDIRECT(pv_cpu_ops+PV_CPU_write_cr0);\
++      pop %ecx; pop %eax;                             \
++1:
++
++#define PAX_ENTER_KERNEL                              \
++      push %eax; push %ecx;                           \
++      call PARA_INDIRECT(pv_cpu_ops+PV_CPU_read_cr0); \
++      movl %eax, %esi;                                \
++      bts $16, %eax;                                  \
++      jc 1f;                                          \
++      call PARA_INDIRECT(pv_cpu_ops+PV_CPU_write_cr0);\
++1:                                                    \
++      pop %ecx; pop %eax;
++#else
++#define PAX_EXIT_KERNEL
++#define PAX_ENTER_KERNEL
++#endif
++
+ #define GET_CR0_INTO_EAX                              \
+       push %ecx; push %edx;                           \
+       call PARA_INDIRECT(pv_cpu_ops+PV_CPU_read_cr0); \
+diff -urNp linux-2.6.32.1/arch/x86/include/asm/paravirt_types.h linux-2.6.32.1/arch/x86/include/asm/paravirt_types.h
+--- linux-2.6.32.1/arch/x86/include/asm/paravirt_types.h       2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/include/asm/paravirt_types.h       2009-12-14 18:33:51.615757710 -0500
+@@ -316,6 +316,12 @@ struct pv_mmu_ops {
+          an mfn.  We can tell which is which from the index. */
+       void (*set_fixmap)(unsigned /* enum fixed_addresses */ idx,
+                          phys_addr_t phys, pgprot_t flags);
++
++#ifdef CONFIG_PAX_KERNEXEC
++      unsigned long (*pax_open_kernel)(void);
++      unsigned long (*pax_close_kernel)(void);
++#endif
++
+ };
+ struct raw_spinlock;
+diff -urNp linux-2.6.32.1/arch/x86/include/asm/pci_x86.h linux-2.6.32.1/arch/x86/include/asm/pci_x86.h
+--- linux-2.6.32.1/arch/x86/include/asm/pci_x86.h      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/include/asm/pci_x86.h      2009-12-14 18:33:51.615757710 -0500
+@@ -89,16 +89,16 @@ extern int (*pcibios_enable_irq)(struct 
+ extern void (*pcibios_disable_irq)(struct pci_dev *dev);
+ struct pci_raw_ops {
+-      int (*read)(unsigned int domain, unsigned int bus, unsigned int devfn,
++      int (* const read)(unsigned int domain, unsigned int bus, unsigned int devfn,
+                                               int reg, int len, u32 *val);
+-      int (*write)(unsigned int domain, unsigned int bus, unsigned int devfn,
++      int (* const write)(unsigned int domain, unsigned int bus, unsigned int devfn,
+                                               int reg, int len, u32 val);
+ };
+-extern struct pci_raw_ops *raw_pci_ops;
+-extern struct pci_raw_ops *raw_pci_ext_ops;
++extern const struct pci_raw_ops *raw_pci_ops;
++extern const struct pci_raw_ops *raw_pci_ext_ops;
+-extern struct pci_raw_ops pci_direct_conf1;
++extern const struct pci_raw_ops pci_direct_conf1;
+ extern bool port_cf9_safe;
+ /* arch_initcall level */
+diff -urNp linux-2.6.32.1/arch/x86/include/asm/pgalloc.h linux-2.6.32.1/arch/x86/include/asm/pgalloc.h
+--- linux-2.6.32.1/arch/x86/include/asm/pgalloc.h      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/include/asm/pgalloc.h      2009-12-14 18:33:51.616774776 -0500
 @@ -58,6 +58,13 @@ static inline void pmd_populate_kernel(s
                                       pmd_t *pmd, pte_t *pte)
  {
@@ -6424,32 +7629,22 @@ diff -urNp linux-2.6.31/arch/x86/include/asm/pgalloc.h linux-2.6.31/arch/x86/inc
        set_pmd(pmd, __pmd(__pa(pte) | _PAGE_TABLE));
  }
  
-diff -urNp linux-2.6.31/arch/x86/include/asm/pgtable-2level.h linux-2.6.31/arch/x86/include/asm/pgtable-2level.h
---- linux-2.6.31/arch/x86/include/asm/pgtable-2level.h 2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/include/asm/pgtable-2level.h 2009-09-06 15:29:11.184157210 -0400
-@@ -18,7 +18,19 @@ static inline void native_set_pte(pte_t 
+diff -urNp linux-2.6.32.1/arch/x86/include/asm/pgtable-2level.h linux-2.6.32.1/arch/x86/include/asm/pgtable-2level.h
+--- linux-2.6.32.1/arch/x86/include/asm/pgtable-2level.h       2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/include/asm/pgtable-2level.h       2009-12-14 18:33:51.616774776 -0500
+@@ -18,7 +18,9 @@ static inline void native_set_pte(pte_t 
  
  static inline void native_set_pmd(pmd_t *pmdp, pmd_t pmd)
  {
-+
-+#ifdef CONFIG_PAX_KERNEXEC
-+      unsigned long cr0;
-+
-+      pax_open_kernel(cr0);
-+#endif
-+
++      pax_open_kernel();
        *pmdp = pmd;
-+
-+#ifdef CONFIG_PAX_KERNEXEC
-+      pax_close_kernel(cr0);
-+#endif
-+
++      pax_close_kernel();
  }
  
  static inline void native_set_pte_atomic(pte_t *ptep, pte_t pte)
-diff -urNp linux-2.6.31/arch/x86/include/asm/pgtable_32.h linux-2.6.31/arch/x86/include/asm/pgtable_32.h
---- linux-2.6.31/arch/x86/include/asm/pgtable_32.h     2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/include/asm/pgtable_32.h     2009-09-06 15:30:00.013375877 -0400
+diff -urNp linux-2.6.32.1/arch/x86/include/asm/pgtable_32.h linux-2.6.32.1/arch/x86/include/asm/pgtable_32.h
+--- linux-2.6.32.1/arch/x86/include/asm/pgtable_32.h   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/include/asm/pgtable_32.h   2009-12-14 18:33:51.616774776 -0500
 @@ -26,8 +26,6 @@
  struct mm_struct;
  struct vm_area_struct;
@@ -6471,7 +7666,17 @@ diff -urNp linux-2.6.31/arch/x86/include/asm/pgtable_32.h linux-2.6.31/arch/x86/
  #if defined(CONFIG_HIGHPTE)
  #define __KM_PTE                      \
        (in_nmi() ? KM_NMI_PTE :        \
-@@ -84,6 +87,9 @@ do {                                         \
+@@ -72,7 +75,9 @@ extern void set_pmd_pfn(unsigned long, u
+ /* Clear a kernel PTE and flush it from the TLB */
+ #define kpte_clear_flush(ptep, vaddr)         \
+ do {                                          \
++      pax_open_kernel();                      \
+       pte_clear(&init_mm, (vaddr), (ptep));   \
++      pax_close_kernel();                     \
+       __flush_tlb_one((vaddr));               \
+ } while (0)
+@@ -84,6 +89,9 @@ do {                                         \
  
  #endif /* !__ASSEMBLY__ */
  
@@ -6481,9 +7686,9 @@ diff -urNp linux-2.6.31/arch/x86/include/asm/pgtable_32.h linux-2.6.31/arch/x86/
  /*
   * kern_addr_valid() is (1) for FLATMEM and (0) for
   * SPARSEMEM and DISCONTIGMEM
-diff -urNp linux-2.6.31/arch/x86/include/asm/pgtable_32_types.h linux-2.6.31/arch/x86/include/asm/pgtable_32_types.h
---- linux-2.6.31/arch/x86/include/asm/pgtable_32_types.h       2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/include/asm/pgtable_32_types.h       2009-09-06 15:29:11.185669248 -0400
+diff -urNp linux-2.6.32.1/arch/x86/include/asm/pgtable_32_types.h linux-2.6.32.1/arch/x86/include/asm/pgtable_32_types.h
+--- linux-2.6.32.1/arch/x86/include/asm/pgtable_32_types.h     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/include/asm/pgtable_32_types.h     2009-12-14 18:33:51.616774776 -0500
 @@ -8,7 +8,7 @@
   */
  #ifdef CONFIG_X86_PAE
@@ -6501,10 +7706,10 @@ diff -urNp linux-2.6.31/arch/x86/include/asm/pgtable_32_types.h linux-2.6.31/arc
 +#ifndef __ASSEMBLY__
 +extern unsigned char MODULES_EXEC_VADDR[];
 +extern unsigned char MODULES_EXEC_END[];
-+extern unsigned char KERNEL_TEXT_OFFSET[];
 +#endif
-+#define ktla_ktva(addr)               (addr + (unsigned long)KERNEL_TEXT_OFFSET)
-+#define ktva_ktla(addr)               (addr - (unsigned long)KERNEL_TEXT_OFFSET)
++#include <asm/boot.h>
++#define ktla_ktva(addr)               (addr + LOAD_PHYSICAL_ADDR + PAGE_OFFSET)
++#define ktva_ktla(addr)               (addr - LOAD_PHYSICAL_ADDR - PAGE_OFFSET)
 +#else
 +#define ktla_ktva(addr)               (addr)
 +#define ktva_ktla(addr)               (addr)
@@ -6513,55 +7718,36 @@ diff -urNp linux-2.6.31/arch/x86/include/asm/pgtable_32_types.h linux-2.6.31/arc
  #define MODULES_VADDR VMALLOC_START
  #define MODULES_END   VMALLOC_END
  #define MODULES_LEN   (MODULES_VADDR - MODULES_END)
-diff -urNp linux-2.6.31/arch/x86/include/asm/pgtable-3level.h linux-2.6.31/arch/x86/include/asm/pgtable-3level.h
---- linux-2.6.31/arch/x86/include/asm/pgtable-3level.h 2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/include/asm/pgtable-3level.h 2009-09-06 15:29:11.186185619 -0400
-@@ -38,12 +38,36 @@ static inline void native_set_pte_atomic
+diff -urNp linux-2.6.32.1/arch/x86/include/asm/pgtable-3level.h linux-2.6.32.1/arch/x86/include/asm/pgtable-3level.h
+--- linux-2.6.32.1/arch/x86/include/asm/pgtable-3level.h       2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/include/asm/pgtable-3level.h       2009-12-14 18:33:51.616774776 -0500
+@@ -38,12 +38,16 @@ static inline void native_set_pte_atomic
  
  static inline void native_set_pmd(pmd_t *pmdp, pmd_t pmd)
  {
-+
-+#ifdef CONFIG_PAX_KERNEXEC
-+      unsigned long cr0;
-+
-+      pax_open_kernel(cr0);
-+#endif
-+
++      pax_open_kernel();
        set_64bit((unsigned long long *)(pmdp), native_pmd_val(pmd));
-+
-+#ifdef CONFIG_PAX_KERNEXEC
-+      pax_close_kernel(cr0);
-+#endif
-+
++      pax_close_kernel();
  }
  
  static inline void native_set_pud(pud_t *pudp, pud_t pud)
  {
-+
-+#ifdef CONFIG_PAX_KERNEXEC
-+      unsigned long cr0;
-+
-+      pax_open_kernel(cr0);
-+#endif
-+
++      pax_open_kernel();
        set_64bit((unsigned long long *)(pudp), native_pud_val(pud));
-+
-+#ifdef CONFIG_PAX_KERNEXEC
-+      pax_close_kernel(cr0);
-+#endif
-+
++      pax_close_kernel();
  }
  
  /*
-diff -urNp linux-2.6.31/arch/x86/include/asm/pgtable_64.h linux-2.6.31/arch/x86/include/asm/pgtable_64.h
---- linux-2.6.31/arch/x86/include/asm/pgtable_64.h     2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/include/asm/pgtable_64.h     2009-09-06 15:30:00.013375877 -0400
-@@ -16,9 +16,11 @@
+diff -urNp linux-2.6.32.1/arch/x86/include/asm/pgtable_64.h linux-2.6.32.1/arch/x86/include/asm/pgtable_64.h
+--- linux-2.6.32.1/arch/x86/include/asm/pgtable_64.h   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/include/asm/pgtable_64.h   2009-12-14 18:33:51.616774776 -0500
+@@ -16,9 +16,12 @@
  
  extern pud_t level3_kernel_pgt[512];
  extern pud_t level3_ident_pgt[512];
 +extern pud_t level3_vmalloc_pgt[512];
 +extern pud_t level3_vmemmap_pgt[512];
++extern pud_t level2_vmemmap_pgt[512];
  extern pmd_t level2_kernel_pgt[512];
  extern pmd_t level2_fixmap_pgt[512];
 -extern pmd_t level2_ident_pgt[512];
@@ -6569,30 +7755,70 @@ diff -urNp linux-2.6.31/arch/x86/include/asm/pgtable_64.h linux-2.6.31/arch/x86/
  extern pgd_t init_level4_pgt[];
  
  #define swapper_pg_dir init_level4_pgt
-@@ -74,7 +76,19 @@ static inline pte_t native_ptep_get_and_
+@@ -74,7 +77,9 @@ static inline pte_t native_ptep_get_and_
  
  static inline void native_set_pmd(pmd_t *pmdp, pmd_t pmd)
  {
++      pax_open_kernel();
+       *pmdp = pmd;
++      pax_close_kernel();
+ }
+ static inline void native_pmd_clear(pmd_t *pmd)
+@@ -94,7 +99,9 @@ static inline void native_pud_clear(pud_
+ static inline void native_set_pgd(pgd_t *pgdp, pgd_t pgd)
+ {
++      pax_open_kernel();
+       *pgdp = pgd;
++      pax_close_kernel();
+ }
+ static inline void native_pgd_clear(pgd_t *pgd)
+diff -urNp linux-2.6.32.1/arch/x86/include/asm/pgtable.h linux-2.6.32.1/arch/x86/include/asm/pgtable.h
+--- linux-2.6.32.1/arch/x86/include/asm/pgtable.h      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/include/asm/pgtable.h      2009-12-14 18:33:51.616774776 -0500
+@@ -74,12 +74,51 @@ extern struct list_head pgd_list;
+ #define arch_end_context_switch(prev) do {} while(0)
++#define pax_open_kernel()     native_pax_open_kernel()
++#define pax_close_kernel()    native_pax_close_kernel()
+ #endif        /* CONFIG_PARAVIRT */
++#define  __HAVE_ARCH_PAX_OPEN_KERNEL
++#define  __HAVE_ARCH_PAX_CLOSE_KERNEL
 +
 +#ifdef CONFIG_PAX_KERNEXEC
++static inline unsigned long native_pax_open_kernel(void)
++{
 +      unsigned long cr0;
 +
-+      pax_open_kernel(cr0);
-+#endif
++      preempt_disable();
++      barrier();
++      cr0 = read_cr0();
++      if (likely(cr0 & X86_CR0_WP))
++              write_cr0(cr0 & ~X86_CR0_WP);
++      return cr0;
++}
 +
-       *pmdp = pmd;
++static inline unsigned long native_pax_close_kernel(void)
++{
++      unsigned long cr0;
 +
-+#ifdef CONFIG_PAX_KERNEXEC
-+      pax_close_kernel(cr0);
++      cr0 = read_cr0();
++      if (likely(!(cr0 & X86_CR0_WP)))
++              write_cr0(cr0 | X86_CR0_WP);
++      barrier();
++      preempt_enable_no_resched();
++      return cr0;
++}
++#else
++static inline unsigned long native_pax_open_kernel(void) { return 0; }
++static inline unsigned long native_pax_close_kernel(void) { return 0; }
 +#endif
 +
- }
- static inline void native_pmd_clear(pmd_t *pmd)
-diff -urNp linux-2.6.31/arch/x86/include/asm/pgtable.h linux-2.6.31/arch/x86/include/asm/pgtable.h
---- linux-2.6.31/arch/x86/include/asm/pgtable.h        2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/include/asm/pgtable.h        2009-09-06 15:29:11.186185619 -0400
-@@ -90,6 +90,11 @@ static inline void __init paravirt_paget
+ /*
   * The following only work if pte_present() is true.
   * Undefined behaviour if not..
   */
@@ -6604,7 +7830,7 @@ diff -urNp linux-2.6.31/arch/x86/include/asm/pgtable.h linux-2.6.31/arch/x86/inc
  static inline int pte_dirty(pte_t pte)
  {
        return pte_flags(pte) & _PAGE_DIRTY;
-@@ -172,9 +177,29 @@ static inline pte_t pte_wrprotect(pte_t 
+@@ -167,9 +206,29 @@ static inline pte_t pte_wrprotect(pte_t 
        return pte_clear_flags(pte, _PAGE_RW);
  }
  
@@ -6635,7 +7861,7 @@ diff -urNp linux-2.6.31/arch/x86/include/asm/pgtable.h linux-2.6.31/arch/x86/inc
  }
  
  static inline pte_t pte_mkdirty(pte_t pte)
-@@ -482,7 +507,7 @@ static inline pud_t *pud_offset(pgd_t *p
+@@ -472,7 +531,7 @@ static inline pud_t *pud_offset(pgd_t *p
  
  static inline int pgd_bad(pgd_t pgd)
  {
@@ -6644,30 +7870,20 @@ diff -urNp linux-2.6.31/arch/x86/include/asm/pgtable.h linux-2.6.31/arch/x86/inc
  }
  
  static inline int pgd_none(pgd_t pgd)
-@@ -623,7 +648,19 @@ static inline void ptep_set_wrprotect(st
+@@ -613,7 +672,9 @@ static inline void ptep_set_wrprotect(st
   */
  static inline void clone_pgd_range(pgd_t *dst, pgd_t *src, int count)
  {
 -       memcpy(dst, src, count * sizeof(pgd_t));
-+
-+#ifdef CONFIG_PAX_KERNEXEC
-+      unsigned long cr0;
-+
-+      pax_open_kernel(cr0);
-+#endif
-+
++      pax_open_kernel();
 +      memcpy(dst, src, count * sizeof(pgd_t));
-+
-+#ifdef CONFIG_PAX_KERNEXEC
-+      pax_close_kernel(cr0);
-+#endif
-+
++      pax_close_kernel();
  }
  
  
-diff -urNp linux-2.6.31/arch/x86/include/asm/pgtable_types.h linux-2.6.31/arch/x86/include/asm/pgtable_types.h
---- linux-2.6.31/arch/x86/include/asm/pgtable_types.h  2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/include/asm/pgtable_types.h  2009-09-10 19:30:54.922535723 -0400
+diff -urNp linux-2.6.32.1/arch/x86/include/asm/pgtable_types.h linux-2.6.32.1/arch/x86/include/asm/pgtable_types.h
+--- linux-2.6.32.1/arch/x86/include/asm/pgtable_types.h        2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/include/asm/pgtable_types.h        2009-12-14 18:33:51.618196576 -0500
 @@ -16,12 +16,11 @@
  #define _PAGE_BIT_PSE         7       /* 4 MB (or 2MB) page */
  #define _PAGE_BIT_PAT         7       /* on 4KB pages */
@@ -6735,22 +7951,27 @@ diff -urNp linux-2.6.31/arch/x86/include/asm/pgtable_types.h linux-2.6.31/arch/x
  #define PGD_IDENT_ATTR         0x001          /* PRESENT (no other attributes) */
  #endif
  
-@@ -277,7 +280,11 @@ static inline pteval_t pte_flags(pte_t p
- typedef struct page *pgtable_t;
+@@ -278,7 +281,16 @@ typedef struct page *pgtable_t;
  
  extern pteval_t __supported_pte_mask;
+ extern void set_nx(void);
++
 +#ifdef CONFIG_X86_32
++#ifdef CONFIG_X86_PAE
  extern int nx_enabled;
 +#else
++#define nx_enabled (0)
++#endif
++#else
 +#define nx_enabled (1)
 +#endif
  
  #define pgprot_writecombine   pgprot_writecombine
  extern pgprot_t pgprot_writecombine(pgprot_t prot);
-diff -urNp linux-2.6.31/arch/x86/include/asm/processor.h linux-2.6.31/arch/x86/include/asm/processor.h
---- linux-2.6.31/arch/x86/include/asm/processor.h      2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/include/asm/processor.h      2009-09-06 15:29:11.189290559 -0400
-@@ -271,7 +271,7 @@ struct tss_struct {
+diff -urNp linux-2.6.32.1/arch/x86/include/asm/processor.h linux-2.6.32.1/arch/x86/include/asm/processor.h
+--- linux-2.6.32.1/arch/x86/include/asm/processor.h    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/include/asm/processor.h    2009-12-14 18:33:51.628704378 -0500
+@@ -272,7 +272,7 @@ struct tss_struct {
  
  } ____cacheline_aligned;
  
@@ -6759,7 +7980,7 @@ diff -urNp linux-2.6.31/arch/x86/include/asm/processor.h linux-2.6.31/arch/x86/i
  
  /*
   * Save the original ist values for checking stack pointers during debugging
-@@ -890,8 +890,17 @@ static inline void spin_lock_prefetch(co
+@@ -911,8 +911,17 @@ static inline void spin_lock_prefetch(co
   */
  #define TASK_SIZE             PAGE_OFFSET
  #define TASK_SIZE_MAX         TASK_SIZE
@@ -6778,7 +7999,7 @@ diff -urNp linux-2.6.31/arch/x86/include/asm/processor.h linux-2.6.31/arch/x86/i
  
  #define INIT_THREAD  {                                                          \
        .sp0                    = sizeof(init_stack) + (long)&init_stack, \
-@@ -908,7 +917,7 @@ static inline void spin_lock_prefetch(co
+@@ -929,7 +938,7 @@ static inline void spin_lock_prefetch(co
   */
  #define INIT_TSS  {                                                     \
        .x86_tss = {                                                      \
@@ -6787,7 +8008,7 @@ diff -urNp linux-2.6.31/arch/x86/include/asm/processor.h linux-2.6.31/arch/x86/i
                .ss0            = __KERNEL_DS,                            \
                .ss1            = __KERNEL_CS,                            \
                .io_bitmap_base = INVALID_IO_BITMAP_OFFSET,               \
-@@ -919,11 +928,7 @@ static inline void spin_lock_prefetch(co
+@@ -940,11 +949,7 @@ static inline void spin_lock_prefetch(co
  extern unsigned long thread_saved_pc(struct task_struct *tsk);
  
  #define THREAD_SIZE_LONGS      (THREAD_SIZE/sizeof(unsigned long))
@@ -6800,7 +8021,7 @@ diff -urNp linux-2.6.31/arch/x86/include/asm/processor.h linux-2.6.31/arch/x86/i
  
  /*
   * The below -8 is to reserve 8 bytes on top of the ring0 stack.
-@@ -938,7 +943,7 @@ extern unsigned long thread_saved_pc(str
+@@ -959,7 +964,7 @@ extern unsigned long thread_saved_pc(str
  #define task_pt_regs(task)                                             \
  ({                                                                     \
         struct pt_regs *__regs__;                                       \
@@ -6809,7 +8030,7 @@ diff -urNp linux-2.6.31/arch/x86/include/asm/processor.h linux-2.6.31/arch/x86/i
         __regs__ - 1;                                                   \
  })
  
-@@ -954,7 +959,7 @@ extern unsigned long thread_saved_pc(str
+@@ -975,7 +980,7 @@ extern unsigned long thread_saved_pc(str
   * space during mmap's.
   */
  #define IA32_PAGE_OFFSET      ((current->personality & ADDR_LIMIT_3GB) ? \
@@ -6818,7 +8039,7 @@ diff -urNp linux-2.6.31/arch/x86/include/asm/processor.h linux-2.6.31/arch/x86/i
  
  #define TASK_SIZE             (test_thread_flag(TIF_IA32) ? \
                                        IA32_PAGE_OFFSET : TASK_SIZE_MAX)
-@@ -991,6 +996,10 @@ extern void start_thread(struct pt_regs 
+@@ -1012,6 +1017,10 @@ extern void start_thread(struct pt_regs 
   */
  #define TASK_UNMAPPED_BASE    (PAGE_ALIGN(TASK_SIZE / 3))
  
@@ -6829,9 +8050,9 @@ diff -urNp linux-2.6.31/arch/x86/include/asm/processor.h linux-2.6.31/arch/x86/i
  #define KSTK_EIP(task)                (task_pt_regs(task)->ip)
  
  /* Get/set a process' ability to use the timestamp counter instruction */
-diff -urNp linux-2.6.31/arch/x86/include/asm/ptrace.h linux-2.6.31/arch/x86/include/asm/ptrace.h
---- linux-2.6.31/arch/x86/include/asm/ptrace.h 2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/include/asm/ptrace.h 2009-09-06 15:29:11.189290559 -0400
+diff -urNp linux-2.6.32.1/arch/x86/include/asm/ptrace.h linux-2.6.32.1/arch/x86/include/asm/ptrace.h
+--- linux-2.6.32.1/arch/x86/include/asm/ptrace.h       2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/include/asm/ptrace.h       2009-12-14 18:33:51.628704378 -0500
 @@ -151,28 +151,29 @@ static inline unsigned long regs_return_
  }
  
@@ -6868,9 +8089,9 @@ diff -urNp linux-2.6.31/arch/x86/include/asm/ptrace.h linux-2.6.31/arch/x86/incl
  #endif
  }
  
-diff -urNp linux-2.6.31/arch/x86/include/asm/reboot.h linux-2.6.31/arch/x86/include/asm/reboot.h
---- linux-2.6.31/arch/x86/include/asm/reboot.h 2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/include/asm/reboot.h 2009-09-06 15:29:11.190172705 -0400
+diff -urNp linux-2.6.32.1/arch/x86/include/asm/reboot.h linux-2.6.32.1/arch/x86/include/asm/reboot.h
+--- linux-2.6.32.1/arch/x86/include/asm/reboot.h       2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/include/asm/reboot.h       2009-12-14 18:33:51.630145569 -0500
 @@ -18,7 +18,7 @@ extern struct machine_ops machine_ops;
  
  void native_machine_crash_shutdown(struct pt_regs *regs);
@@ -6880,9 +8101,9 @@ diff -urNp linux-2.6.31/arch/x86/include/asm/reboot.h linux-2.6.31/arch/x86/incl
  
  typedef void (*nmi_shootdown_cb)(int, struct die_args*);
  void nmi_shootdown_cpus(nmi_shootdown_cb callback);
-diff -urNp linux-2.6.31/arch/x86/include/asm/rwsem.h linux-2.6.31/arch/x86/include/asm/rwsem.h
---- linux-2.6.31/arch/x86/include/asm/rwsem.h  2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/include/asm/rwsem.h  2009-09-06 15:29:11.190172705 -0400
+diff -urNp linux-2.6.32.1/arch/x86/include/asm/rwsem.h linux-2.6.32.1/arch/x86/include/asm/rwsem.h
+--- linux-2.6.32.1/arch/x86/include/asm/rwsem.h        2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/include/asm/rwsem.h        2009-12-14 18:33:51.630145569 -0500
 @@ -106,10 +106,26 @@ static inline void __down_read(struct rw
  {
        asm volatile("# beginning down_read\n\t"
@@ -7115,9 +8336,9 @@ diff -urNp linux-2.6.31/arch/x86/include/asm/rwsem.h linux-2.6.31/arch/x86/inclu
                     : "+r" (tmp), "+m" (sem->count)
                     : : "memory");
  
-diff -urNp linux-2.6.31/arch/x86/include/asm/segment.h linux-2.6.31/arch/x86/include/asm/segment.h
---- linux-2.6.31/arch/x86/include/asm/segment.h        2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/include/asm/segment.h        2009-09-06 15:29:11.190172705 -0400
+diff -urNp linux-2.6.32.1/arch/x86/include/asm/segment.h linux-2.6.32.1/arch/x86/include/asm/segment.h
+--- linux-2.6.32.1/arch/x86/include/asm/segment.h      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/include/asm/segment.h      2009-12-14 18:33:51.630750090 -0500
 @@ -88,7 +88,7 @@
  #define GDT_ENTRY_ESPFIX_SS           (GDT_ENTRY_KERNEL_BASE + 14)
  #define __ESPFIX_SS (GDT_ENTRY_ESPFIX_SS * 8)
@@ -7149,9 +8370,9 @@ diff -urNp linux-2.6.31/arch/x86/include/asm/segment.h linux-2.6.31/arch/x86/inc
  
  
  #else
-diff -urNp linux-2.6.31/arch/x86/include/asm/spinlock.h linux-2.6.31/arch/x86/include/asm/spinlock.h
---- linux-2.6.31/arch/x86/include/asm/spinlock.h       2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/include/asm/spinlock.h       2009-09-06 15:29:11.191191971 -0400
+diff -urNp linux-2.6.32.1/arch/x86/include/asm/spinlock.h linux-2.6.32.1/arch/x86/include/asm/spinlock.h
+--- linux-2.6.32.1/arch/x86/include/asm/spinlock.h     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/include/asm/spinlock.h     2009-12-14 18:33:51.630750090 -0500
 @@ -249,18 +249,50 @@ static inline int __raw_write_can_lock(r
  static inline void __raw_read_lock(raw_rwlock_t *rw)
  {
@@ -7255,10 +8476,10 @@ diff -urNp linux-2.6.31/arch/x86/include/asm/spinlock.h linux-2.6.31/arch/x86/in
                     : "+m" (rw->lock) : "i" (RW_LOCK_BIAS) : "memory");
  }
  
-diff -urNp linux-2.6.31/arch/x86/include/asm/system.h linux-2.6.31/arch/x86/include/asm/system.h
---- linux-2.6.31/arch/x86/include/asm/system.h 2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/include/asm/system.h 2009-09-06 15:29:11.191191971 -0400
-@@ -227,7 +227,7 @@ static inline unsigned long get_limit(un
+diff -urNp linux-2.6.32.1/arch/x86/include/asm/system.h linux-2.6.32.1/arch/x86/include/asm/system.h
+--- linux-2.6.32.1/arch/x86/include/asm/system.h       2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/include/asm/system.h       2009-12-14 18:33:51.630750090 -0500
+@@ -200,7 +200,7 @@ static inline unsigned long get_limit(un
  {
        unsigned long __limit;
        asm("lsll %1,%0" : "=r" (__limit) : "r" (segment));
@@ -7267,31 +8488,7 @@ diff -urNp linux-2.6.31/arch/x86/include/asm/system.h linux-2.6.31/arch/x86/incl
  }
  
  static inline void native_clts(void)
-@@ -353,6 +353,23 @@ static inline void native_wbinvd(void)
- #define stts() write_cr0(read_cr0() | X86_CR0_TS)
-+#define pax_open_kernel(cr0)          \
-+do {                                  \
-+      typecheck(unsigned long, cr0);  \
-+      preempt_disable();              \
-+      barrier();                      \
-+      cr0 = read_cr0();               \
-+      write_cr0(cr0 & ~X86_CR0_WP);   \
-+} while (0)
-+
-+#define pax_close_kernel(cr0)         \
-+do {                                  \
-+      typecheck(unsigned long, cr0);  \
-+      write_cr0(cr0);                 \
-+      barrier();                      \
-+      preempt_enable_no_resched();    \
-+} while (0)
-+
- #endif /* __KERNEL__ */
- static inline void clflush(volatile void *__p)
-@@ -367,7 +384,7 @@ void enable_hlt(void);
+@@ -340,7 +340,7 @@ void enable_hlt(void);
  
  void cpu_idle_wait(void);
  
@@ -7300,9 +8497,9 @@ diff -urNp linux-2.6.31/arch/x86/include/asm/system.h linux-2.6.31/arch/x86/incl
  extern void free_init_pages(char *what, unsigned long begin, unsigned long end);
  
  void default_idle(void);
-diff -urNp linux-2.6.31/arch/x86/include/asm/uaccess_32.h linux-2.6.31/arch/x86/include/asm/uaccess_32.h
---- linux-2.6.31/arch/x86/include/asm/uaccess_32.h     2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/include/asm/uaccess_32.h     2009-09-06 15:29:11.192462655 -0400
+diff -urNp linux-2.6.32.1/arch/x86/include/asm/uaccess_32.h linux-2.6.32.1/arch/x86/include/asm/uaccess_32.h
+--- linux-2.6.32.1/arch/x86/include/asm/uaccess_32.h   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/include/asm/uaccess_32.h   2009-12-14 18:33:51.630750090 -0500
 @@ -44,6 +44,9 @@ unsigned long __must_check __copy_from_u
  static __always_inline unsigned long __must_check
  __copy_to_user_inatomic(void __user *to, const void *from, unsigned long n)
@@ -7432,9 +8629,9 @@ diff -urNp linux-2.6.31/arch/x86/include/asm/uaccess_32.h linux-2.6.31/arch/x86/
  long __must_check strncpy_from_user(char *dst, const char __user *src,
                                    long count);
  long __must_check __strncpy_from_user(char *dst,
-diff -urNp linux-2.6.31/arch/x86/include/asm/uaccess_64.h linux-2.6.31/arch/x86/include/asm/uaccess_64.h
---- linux-2.6.31/arch/x86/include/asm/uaccess_64.h     2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/include/asm/uaccess_64.h     2009-09-06 15:29:11.192462655 -0400
+diff -urNp linux-2.6.32.1/arch/x86/include/asm/uaccess_64.h linux-2.6.32.1/arch/x86/include/asm/uaccess_64.h
+--- linux-2.6.32.1/arch/x86/include/asm/uaccess_64.h   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/include/asm/uaccess_64.h   2009-12-14 18:33:51.632016363 -0500
 @@ -10,6 +10,8 @@
  #include <linux/lockdep.h>
  #include <asm/page.h>
@@ -7585,9 +8782,9 @@ diff -urNp linux-2.6.31/arch/x86/include/asm/uaccess_64.h linux-2.6.31/arch/x86/
  copy_user_handle_tail(char *to, char *from, unsigned len, unsigned zerorest);
  
  #endif /* _ASM_X86_UACCESS_64_H */
-diff -urNp linux-2.6.31/arch/x86/include/asm/uaccess.h linux-2.6.31/arch/x86/include/asm/uaccess.h
---- linux-2.6.31/arch/x86/include/asm/uaccess.h        2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/include/asm/uaccess.h        2009-09-06 16:57:53.423160624 -0400
+diff -urNp linux-2.6.32.1/arch/x86/include/asm/uaccess.h linux-2.6.32.1/arch/x86/include/asm/uaccess.h
+--- linux-2.6.32.1/arch/x86/include/asm/uaccess.h      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/include/asm/uaccess.h      2009-12-14 18:33:51.632016363 -0500
 @@ -8,8 +8,11 @@
  #include <linux/thread_info.h>
  #include <linux/prefetch.h>
@@ -7613,20 +8810,23 @@ diff -urNp linux-2.6.31/arch/x86/include/asm/uaccess.h linux-2.6.31/arch/x86/inc
  
  #define segment_eq(a, b)      ((a).seg == (b).seg)
  
-@@ -77,7 +85,26 @@
+@@ -77,7 +85,29 @@
   * checks that the pointer is in the user space range - after calling
   * this function, memory access functions may still return -EFAULT.
   */
 -#define access_ok(type, addr, size) (likely(__range_not_ok(addr, size) == 0))
++#define __access_ok(type, addr, size) (likely(__range_not_ok(addr, size) == 0))
 +#define access_ok(type, addr, size)                                   \
 +({                                                                    \
-+      bool __ret_ao = __range_not_ok(addr, size) == 0;                \
-+      unsigned long __addr_ao = (unsigned long)addr & PAGE_MASK;      \
-+      unsigned long __end_ao = (unsigned long)addr + size - 1;        \
++      long __size = size;                                             \
++      unsigned long __addr = (unsigned long)addr;                     \
++      unsigned long __addr_ao = __addr & PAGE_MASK;                   \
++      unsigned long __end_ao = __addr + __size - 1;                   \
++      bool __ret_ao = __range_not_ok(__addr, __size) == 0;            \
 +      if (__ret_ao && unlikely((__end_ao ^ __addr_ao) & PAGE_MASK)) { \
 +              for (; __addr_ao <= __end_ao; __addr_ao += PAGE_SIZE) { \
 +                      char __c_ao;                                    \
-+                      if (size > PAGE_SIZE)                           \
++                      if (__size > PAGE_SIZE)                         \
 +                              cond_resched();                         \
 +                      if (__get_user(__c_ao, (char __user *)__addr_ao))\
 +                              break;                                  \
@@ -7641,7 +8841,7 @@ diff -urNp linux-2.6.31/arch/x86/include/asm/uaccess.h linux-2.6.31/arch/x86/inc
  
  /*
   * The exception table consists of pairs of addresses: the first is the
-@@ -183,13 +210,21 @@ extern int __get_user_bad(void);
+@@ -183,13 +213,21 @@ extern int __get_user_bad(void);
        asm volatile("call __put_user_" #size : "=a" (__ret_pu) \
                     : "0" ((typeof(*(ptr)))(x)), "c" (ptr) : "ebx")
  
@@ -7666,7 +8866,7 @@ diff -urNp linux-2.6.31/arch/x86/include/asm/uaccess.h linux-2.6.31/arch/x86/inc
                     ".section .fixup,\"ax\"\n"                         \
                     "4:        movl %3,%0\n"                           \
                     "  jmp 3b\n"                                       \
-@@ -197,15 +232,18 @@ extern int __get_user_bad(void);
+@@ -197,15 +235,18 @@ extern int __get_user_bad(void);
                     _ASM_EXTABLE(1b, 4b)                               \
                     _ASM_EXTABLE(2b, 4b)                               \
                     : "=r" (err)                                       \
@@ -7689,7 +8889,7 @@ diff -urNp linux-2.6.31/arch/x86/include/asm/uaccess.h linux-2.6.31/arch/x86/inc
  
  #define __put_user_x8(x, ptr, __ret_pu)                               \
        asm volatile("call __put_user_8" : "=a" (__ret_pu)      \
-@@ -374,16 +412,18 @@ do {                                                                     \
+@@ -374,16 +415,18 @@ do {                                                                     \
  } while (0)
  
  #define __get_user_asm(x, addr, err, itype, rtype, ltype, errret)     \
@@ -7711,7 +8911,7 @@ diff -urNp linux-2.6.31/arch/x86/include/asm/uaccess.h linux-2.6.31/arch/x86/inc
  
  #define __get_user_size_ex(x, ptr, size)                              \
  do {                                                                  \
-@@ -407,10 +447,12 @@ do {                                                                     \
+@@ -407,10 +450,12 @@ do {                                                                     \
  } while (0)
  
  #define __get_user_asm_ex(x, addr, itype, rtype, ltype)                       \
@@ -7726,7 +8926,16 @@ diff -urNp linux-2.6.31/arch/x86/include/asm/uaccess.h linux-2.6.31/arch/x86/inc
  
  #define __put_user_nocheck(x, ptr, size)                      \
  ({                                                            \
-@@ -438,21 +480,26 @@ struct __large_struct { unsigned long bu
+@@ -424,7 +469,7 @@ do {                                                                       \
+       int __gu_err;                                                   \
+       unsigned long __gu_val;                                         \
+       __get_user_size(__gu_val, (ptr), (size), __gu_err, -EFAULT);    \
+-      (x) = (__force __typeof__(*(ptr)))__gu_val;                     \
++      (x) = (__typeof__(*(ptr)))__gu_val;                             \
+       __gu_err;                                                       \
+ })
+@@ -438,21 +483,26 @@ struct __large_struct { unsigned long bu
   * aliasing issues.
   */
  #define __put_user_asm(x, addr, err, itype, rtype, ltype, errret)     \
@@ -7757,7 +8966,16 @@ diff -urNp linux-2.6.31/arch/x86/include/asm/uaccess.h linux-2.6.31/arch/x86/inc
  
  /*
   * uaccess_try and catch
-@@ -567,6 +614,7 @@ extern struct movsl_mask {
+@@ -530,7 +580,7 @@ struct __large_struct { unsigned long bu
+ #define get_user_ex(x, ptr)   do {                                    \
+       unsigned long __gue_val;                                        \
+       __get_user_size_ex((__gue_val), (ptr), (sizeof(*(ptr))));       \
+-      (x) = (__force __typeof__(*(ptr)))__gue_val;                    \
++      (x) = (__typeof__(*(ptr)))__gue_val;                            \
+ } while (0)
+ #ifdef CONFIG_X86_WP_WORKS_OK
+@@ -567,6 +617,7 @@ extern struct movsl_mask {
  
  #define ARCH_HAS_NOCACHE_UACCESS 1
  
@@ -7765,9 +8983,9 @@ diff -urNp linux-2.6.31/arch/x86/include/asm/uaccess.h linux-2.6.31/arch/x86/inc
  #ifdef CONFIG_X86_32
  # include "uaccess_32.h"
  #else
-diff -urNp linux-2.6.31/arch/x86/include/asm/vgtod.h linux-2.6.31/arch/x86/include/asm/vgtod.h
---- linux-2.6.31/arch/x86/include/asm/vgtod.h  2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/include/asm/vgtod.h  2009-09-06 15:29:11.193422909 -0400
+diff -urNp linux-2.6.32.1/arch/x86/include/asm/vgtod.h linux-2.6.32.1/arch/x86/include/asm/vgtod.h
+--- linux-2.6.32.1/arch/x86/include/asm/vgtod.h        2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/include/asm/vgtod.h        2009-12-14 18:33:51.632749980 -0500
 @@ -14,6 +14,7 @@ struct vsyscall_gtod_data {
        int             sysctl_enabled;
        struct timezone sys_tz;
@@ -7776,9 +8994,20 @@ diff -urNp linux-2.6.31/arch/x86/include/asm/vgtod.h linux-2.6.31/arch/x86/inclu
                cycle_t (*vread)(void);
                cycle_t cycle_last;
                cycle_t mask;
-diff -urNp linux-2.6.31/arch/x86/include/asm/vsyscall.h linux-2.6.31/arch/x86/include/asm/vsyscall.h
---- linux-2.6.31/arch/x86/include/asm/vsyscall.h       2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/include/asm/vsyscall.h       2009-09-06 15:29:11.194260512 -0400
+diff -urNp linux-2.6.32.1/arch/x86/include/asm/vmi.h linux-2.6.32.1/arch/x86/include/asm/vmi.h
+--- linux-2.6.32.1/arch/x86/include/asm/vmi.h  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/include/asm/vmi.h  2009-12-14 18:33:51.632749980 -0500
+@@ -191,6 +191,7 @@ struct vrom_header {
+       u8      reserved[96];   /* Reserved for headers */
+       char    vmi_init[8];    /* VMI_Init jump point */
+       char    get_reloc[8];   /* VMI_GetRelocationInfo jump point */
++      char    rom_data[8048]; /* rest of the option ROM */
+ } __attribute__((packed));
+ struct pnp_header {
+diff -urNp linux-2.6.32.1/arch/x86/include/asm/vsyscall.h linux-2.6.32.1/arch/x86/include/asm/vsyscall.h
+--- linux-2.6.32.1/arch/x86/include/asm/vsyscall.h     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/include/asm/vsyscall.h     2009-12-14 18:33:51.632749980 -0500
 @@ -15,9 +15,10 @@ enum vsyscall_num {
  
  #ifdef __KERNEL__
@@ -7809,50 +9038,10 @@ diff -urNp linux-2.6.31/arch/x86/include/asm/vsyscall.h linux-2.6.31/arch/x86/in
  #endif /* __KERNEL__ */
  
  #endif /* _ASM_X86_VSYSCALL_H */
-diff -urNp linux-2.6.31/arch/x86/Kconfig linux-2.6.31/arch/x86/Kconfig
---- linux-2.6.31/arch/x86/Kconfig      2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/Kconfig      2009-09-06 15:29:11.194260512 -0400
-@@ -348,6 +348,7 @@ config X86_VSMP
-       select PARAVIRT
-       depends on X86_64 && PCI
-       depends on X86_EXTENDED_PLATFORM
-+      depends on !PAX_KERNEXEC
-       ---help---
-         Support for ScaleMP vSMP systems.  Say 'Y' here if this kernel is
-         supposed to run on these EM64T-based machines.  Only choose this option
-@@ -467,6 +468,7 @@ config VMI
-       bool "VMI Guest support"
-       select PARAVIRT
-       depends on X86_32
-+      depends on !PAX_KERNEXEC
-       ---help---
-         VMI provides a paravirtualized interface to the VMware ESX server
-         (it could be used by other hypervisors in theory too, but is not
-@@ -477,6 +479,7 @@ config KVM_CLOCK
-       bool "KVM paravirtualized clock"
-       select PARAVIRT
-       select PARAVIRT_CLOCK
-+      depends on !PAX_KERNEXEC
-       ---help---
-         Turning on this option will allow you to run a paravirtualized clock
-         when running over the KVM hypervisor. Instead of relying on a PIT
-@@ -487,6 +490,7 @@ config KVM_CLOCK
- config KVM_GUEST
-       bool "KVM Guest support"
-       select PARAVIRT
-+      depends on !PAX_KERNEXEC
-       ---help---
-         This option enables various optimizations for running under the KVM
-         hypervisor.
-@@ -495,6 +499,7 @@ source "arch/x86/lguest/Kconfig"
- config PARAVIRT
-       bool "Enable paravirtualization code"
-+      depends on !PAX_KERNEXEC
-       ---help---
-         This changes the kernel so it can modify itself when it is run
-         under a hypervisor, potentially improving performance significantly
-@@ -1098,7 +1103,7 @@ config PAGE_OFFSET
+diff -urNp linux-2.6.32.1/arch/x86/Kconfig linux-2.6.32.1/arch/x86/Kconfig
+--- linux-2.6.32.1/arch/x86/Kconfig    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/Kconfig    2009-12-14 18:33:51.633828180 -0500
+@@ -1089,7 +1089,7 @@ config PAGE_OFFSET
        hex
        default 0xB0000000 if VMSPLIT_3G_OPT
        default 0x80000000 if VMSPLIT_2G
@@ -7861,7 +9050,7 @@ diff -urNp linux-2.6.31/arch/x86/Kconfig linux-2.6.31/arch/x86/Kconfig
        default 0x40000000 if VMSPLIT_1G
        default 0xC0000000
        depends on X86_32
-@@ -1416,7 +1421,7 @@ config X86_PAT
+@@ -1415,7 +1415,7 @@ config ARCH_USES_PG_UNCACHED
  
  config EFI
        bool "EFI runtime service support"
@@ -7870,7 +9059,23 @@ diff -urNp linux-2.6.31/arch/x86/Kconfig linux-2.6.31/arch/x86/Kconfig
        ---help---
          This enables the kernel to use EFI runtime services that are
          available (such as the EFI variable services).
-@@ -1602,9 +1607,10 @@ config HOTPLUG_CPU
+@@ -1502,6 +1502,7 @@ config KEXEC_JUMP
+ config PHYSICAL_START
+       hex "Physical address where the kernel is loaded" if (EMBEDDED || CRASH_DUMP)
+       default "0x1000000"
++      range 0x400000 0x40000000
+       ---help---
+         This gives the physical address where the kernel is loaded.
+@@ -1566,6 +1567,7 @@ config PHYSICAL_ALIGN
+       hex
+       prompt "Alignment value to which kernel should be aligned" if X86_32
+       default "0x1000000"
++      range 0x400000 0x1000000 if PAX_KERNEXEC
+       range 0x2000 0x1000000
+       ---help---
+         This value puts the alignment restrictions on physical address
+@@ -1597,9 +1599,10 @@ config HOTPLUG_CPU
          Say N if you want to disable CPU hotplug.
  
  config COMPAT_VDSO
@@ -7882,10 +9087,10 @@ diff -urNp linux-2.6.31/arch/x86/Kconfig linux-2.6.31/arch/x86/Kconfig
        ---help---
          Map the 32-bit VDSO to the predictable old-style address too.
        ---help---
-diff -urNp linux-2.6.31/arch/x86/Kconfig.cpu linux-2.6.31/arch/x86/Kconfig.cpu
---- linux-2.6.31/arch/x86/Kconfig.cpu  2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/Kconfig.cpu  2009-09-06 15:29:11.195174311 -0400
-@@ -331,7 +331,7 @@ config X86_PPRO_FENCE
+diff -urNp linux-2.6.32.1/arch/x86/Kconfig.cpu linux-2.6.32.1/arch/x86/Kconfig.cpu
+--- linux-2.6.32.1/arch/x86/Kconfig.cpu        2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/Kconfig.cpu        2009-12-14 18:33:51.633828180 -0500
+@@ -340,7 +340,7 @@ config X86_PPRO_FENCE
  
  config X86_F00F_BUG
        def_bool y
@@ -7894,7 +9099,7 @@ diff -urNp linux-2.6.31/arch/x86/Kconfig.cpu linux-2.6.31/arch/x86/Kconfig.cpu
  
  config X86_WP_WORKS_OK
        def_bool y
-@@ -351,7 +351,7 @@ config X86_POPAD_OK
+@@ -360,7 +360,7 @@ config X86_POPAD_OK
  
  config X86_ALIGNMENT_16
        def_bool y
@@ -7903,18 +9108,18 @@ diff -urNp linux-2.6.31/arch/x86/Kconfig.cpu linux-2.6.31/arch/x86/Kconfig.cpu
  
  config X86_INTEL_USERCOPY
        def_bool y
-@@ -397,7 +397,7 @@ config X86_CMPXCHG64
+@@ -406,7 +406,7 @@ config X86_CMPXCHG64
  # generates cmov.
  config X86_CMOV
        def_bool y
--      depends on (MK8 || MK7 || MCORE2 || MPENTIUM4 || MPENTIUMM || MPENTIUMIII || MPENTIUMII || M686 || MVIAC3_2 || MVIAC7 || MCRUSOE || MEFFICEON || X86_64)
-+      depends on (MK8 || MK7 || MCORE2 || MPSC || MPENTIUM4 || MPENTIUMM || MPENTIUMIII || MPENTIUMII || M686 || MVIAC3_2 || MVIAC7 || MCRUSOE || MEFFICEON || X86_64)
+-      depends on (MK8 || MK7 || MCORE2 || MPENTIUM4 || MPENTIUMM || MPENTIUMIII || MPENTIUMII || M686 || MVIAC3_2 || MVIAC7 || MCRUSOE || MEFFICEON || X86_64 || MATOM)
++      depends on (MK8 || MK7 || MCORE2 || MPSC || MPENTIUM4 || MPENTIUMM || MPENTIUMIII || MPENTIUMII || M686 || MVIAC3_2 || MVIAC7 || MCRUSOE || MEFFICEON || X86_64 || MATOM)
  
  config X86_MINIMUM_CPU_FAMILY
        int
-diff -urNp linux-2.6.31/arch/x86/Kconfig.debug linux-2.6.31/arch/x86/Kconfig.debug
---- linux-2.6.31/arch/x86/Kconfig.debug        2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/Kconfig.debug        2009-09-06 15:29:11.195174311 -0400
+diff -urNp linux-2.6.32.1/arch/x86/Kconfig.debug linux-2.6.32.1/arch/x86/Kconfig.debug
+--- linux-2.6.32.1/arch/x86/Kconfig.debug      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/Kconfig.debug      2009-12-14 18:33:51.633828180 -0500
 @@ -99,7 +99,7 @@ config X86_PTDUMP
  config DEBUG_RODATA
        bool "Write protect kernel read-only data structures"
@@ -7924,10 +9129,10 @@ diff -urNp linux-2.6.31/arch/x86/Kconfig.debug linux-2.6.31/arch/x86/Kconfig.deb
        ---help---
          Mark the kernel read-only data as write-protected in the pagetables,
          in order to catch accidental (and incorrect) writes to such const
-diff -urNp linux-2.6.31/arch/x86/kernel/acpi/boot.c linux-2.6.31/arch/x86/kernel/acpi/boot.c
---- linux-2.6.31/arch/x86/kernel/acpi/boot.c   2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/kernel/acpi/boot.c   2009-09-06 15:29:11.196216265 -0400
-@@ -1609,7 +1609,7 @@ static struct dmi_system_id __initdata a
+diff -urNp linux-2.6.32.1/arch/x86/kernel/acpi/boot.c linux-2.6.32.1/arch/x86/kernel/acpi/boot.c
+--- linux-2.6.32.1/arch/x86/kernel/acpi/boot.c 2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/kernel/acpi/boot.c 2009-12-14 18:33:51.634726600 -0500
+@@ -1508,7 +1508,7 @@ static struct dmi_system_id __initdata a
                     DMI_MATCH(DMI_PRODUCT_NAME, "HP Compaq 6715b"),
                     },
         },
@@ -7936,9 +9141,9 @@ diff -urNp linux-2.6.31/arch/x86/kernel/acpi/boot.c linux-2.6.31/arch/x86/kernel
  };
  
  /*
-diff -urNp linux-2.6.31/arch/x86/kernel/acpi/realmode/wakeup.S linux-2.6.31/arch/x86/kernel/acpi/realmode/wakeup.S
---- linux-2.6.31/arch/x86/kernel/acpi/realmode/wakeup.S        2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/kernel/acpi/realmode/wakeup.S        2009-09-06 15:29:11.197332986 -0400
+diff -urNp linux-2.6.32.1/arch/x86/kernel/acpi/realmode/wakeup.S linux-2.6.32.1/arch/x86/kernel/acpi/realmode/wakeup.S
+--- linux-2.6.32.1/arch/x86/kernel/acpi/realmode/wakeup.S      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/kernel/acpi/realmode/wakeup.S      2009-12-14 18:33:51.634726600 -0500
 @@ -104,7 +104,7 @@ _start:
        movl    %eax, %ecx
        orl     %edx, %ecx
@@ -7948,9 +9153,9 @@ diff -urNp linux-2.6.31/arch/x86/kernel/acpi/realmode/wakeup.S linux-2.6.31/arch
        wrmsr
  1:
  
-diff -urNp linux-2.6.31/arch/x86/kernel/acpi/sleep.c linux-2.6.31/arch/x86/kernel/acpi/sleep.c
---- linux-2.6.31/arch/x86/kernel/acpi/sleep.c  2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/kernel/acpi/sleep.c  2009-09-06 15:29:11.197332986 -0400
+diff -urNp linux-2.6.32.1/arch/x86/kernel/acpi/sleep.c linux-2.6.32.1/arch/x86/kernel/acpi/sleep.c
+--- linux-2.6.32.1/arch/x86/kernel/acpi/sleep.c        2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/kernel/acpi/sleep.c        2009-12-14 18:33:51.634726600 -0500
 @@ -11,11 +11,12 @@
  #include <linux/cpumask.h>
  #include <asm/segment.h>
@@ -7965,37 +9170,20 @@ diff -urNp linux-2.6.31/arch/x86/kernel/acpi/sleep.c linux-2.6.31/arch/x86/kerne
  unsigned long acpi_realmode_flags;
  
  /* address in low memory of the wakeup routine. */
-@@ -37,6 +38,10 @@ int acpi_save_state_mem(void)
- {
-       struct wakeup_header *header;
-+#if defined(CONFIG_64BIT) && defined(CONFIG_SMP) && defined(CONFIG_PAX_KERNEXEC)
-+      unsigned long cr0;
-+#endif
-+
-       if (!acpi_realmode) {
-               printk(KERN_ERR "Could not allocate memory during boot, "
-                      "S3 disabled\n");
-@@ -99,8 +104,18 @@ int acpi_save_state_mem(void)
+@@ -99,8 +100,12 @@ int acpi_save_state_mem(void)
        header->trampoline_segment = setup_trampoline() >> 4;
  #ifdef CONFIG_SMP
        stack_start.sp = temp_stack + sizeof(temp_stack);
 +
-+#ifdef CONFIG_PAX_KERNEXEC
-+      pax_open_kernel(cr0);
-+#endif
-+
++      pax_open_kernel();
        early_gdt_descr.address =
                        (unsigned long)get_cpu_gdt_table(smp_processor_id());
-+
-+#ifdef CONFIG_PAX_KERNEXEC
-+      pax_close_kernel(cr0);
-+#endif
++      pax_close_kernel();
 +
        initial_gs = per_cpu_offset(smp_processor_id());
  #endif
        initial_code = (unsigned long)wakeup_long64;
-@@ -134,14 +149,8 @@ void __init acpi_reserve_bootmem(void)
+@@ -134,14 +139,8 @@ void __init acpi_reserve_bootmem(void)
                return;
        }
  
@@ -8012,9 +9200,9 @@ diff -urNp linux-2.6.31/arch/x86/kernel/acpi/sleep.c linux-2.6.31/arch/x86/kerne
  }
  
  
-diff -urNp linux-2.6.31/arch/x86/kernel/acpi/wakeup_32.S linux-2.6.31/arch/x86/kernel/acpi/wakeup_32.S
---- linux-2.6.31/arch/x86/kernel/acpi/wakeup_32.S      2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/kernel/acpi/wakeup_32.S      2009-09-06 15:29:11.197332986 -0400
+diff -urNp linux-2.6.32.1/arch/x86/kernel/acpi/wakeup_32.S linux-2.6.32.1/arch/x86/kernel/acpi/wakeup_32.S
+--- linux-2.6.32.1/arch/x86/kernel/acpi/wakeup_32.S    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/kernel/acpi/wakeup_32.S    2009-12-14 18:33:51.635713362 -0500
 @@ -30,13 +30,11 @@ wakeup_pmode_return:
        # and restore the stack ... but you need gdt for this to work
        movl    saved_context_esp, %esp
@@ -8031,10 +9219,10 @@ diff -urNp linux-2.6.31/arch/x86/kernel/acpi/wakeup_32.S linux-2.6.31/arch/x86/k
  
  bogus_magic:
        jmp     bogus_magic
-diff -urNp linux-2.6.31/arch/x86/kernel/alternative.c linux-2.6.31/arch/x86/kernel/alternative.c
---- linux-2.6.31/arch/x86/kernel/alternative.c 2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/kernel/alternative.c 2009-09-06 15:29:11.198309525 -0400
-@@ -400,7 +400,7 @@ void apply_paravirt(struct paravirt_patc
+diff -urNp linux-2.6.32.1/arch/x86/kernel/alternative.c linux-2.6.32.1/arch/x86/kernel/alternative.c
+--- linux-2.6.32.1/arch/x86/kernel/alternative.c       2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/kernel/alternative.c       2009-12-14 18:33:51.636713026 -0500
+@@ -407,7 +407,7 @@ void __init_or_module apply_paravirt(str
  
                BUG_ON(p->len > MAX_PATCH_LEN);
                /* prep the buffer with the original instructions */
@@ -8043,36 +9231,20 @@ diff -urNp linux-2.6.31/arch/x86/kernel/alternative.c linux-2.6.31/arch/x86/kern
                used = pv_init_ops.patch(p->instrtype, p->clobbers, insnbuf,
                                         (unsigned long)p->instr, p->len);
  
-@@ -485,11 +485,26 @@ void __init alternative_instructions(voi
-  * instructions. And on the local CPU you need to be protected again NMI or MCE
-  * handlers seeing an inconsistent instruction while you patch.
-  */
--void *text_poke_early(void *addr, const void *opcode, size_t len)
-+void *__kprobes text_poke_early(void *addr, const void *opcode, size_t len)
+@@ -497,7 +497,11 @@ static void *__init_or_module text_poke_
  {
        unsigned long flags;
-+
-+#ifdef CONFIG_PAX_KERNEXEC
-+      unsigned long cr0;
-+#endif
-+
        local_irq_save(flags);
 -      memcpy(addr, opcode, len);
 +
-+#ifdef CONFIG_PAX_KERNEXEC
-+      pax_open_kernel(cr0);
-+#endif
-+
++      pax_open_kernel();
 +      memcpy(ktla_ktva(addr), opcode, len);
++      pax_close_kernel();
 +
-+#ifdef CONFIG_PAX_KERNEXEC
-+      pax_close_kernel(cr0);
-+#endif
-+
-       local_irq_restore(flags);
        sync_core();
+       local_irq_restore(flags);
        /* Could also do a CLFLUSH here to speed up CPU recovery; but
-@@ -512,35 +527,27 @@ void *text_poke_early(void *addr, const 
+@@ -520,35 +524,21 @@ static void *__init_or_module text_poke_
   */
  void *__kprobes text_poke(void *addr, const void *opcode, size_t len)
  {
@@ -8082,17 +9254,10 @@ diff -urNp linux-2.6.31/arch/x86/kernel/alternative.c linux-2.6.31/arch/x86/kern
        struct page *pages[2];
 -      int i;
 +      size_t i;
-+
-+      if (!core_kernel_text((unsigned long)addr)
  
--      if (!core_kernel_text((unsigned long)addr)) {
+       if (!core_kernel_text((unsigned long)addr)) {
 -              pages[0] = vmalloc_to_page(addr);
 -              pages[1] = vmalloc_to_page(addr + PAGE_SIZE);
-+#if defined(CONFIG_X86_32) && defined(CONFIG_MODULES) && defined(CONFIG_PAX_KERNEXEC)
-+          && (vaddr < MODULES_EXEC_VADDR || MODULES_EXEC_END < vaddr)
-+#endif
-+
-+         ) {
 +              pages[0] = vmalloc_to_page(vaddr);
 +              pages[1] = vmalloc_to_page(vaddr + PAGE_SIZE);
        } else {
@@ -8123,106 +9288,116 @@ diff -urNp linux-2.6.31/arch/x86/kernel/alternative.c linux-2.6.31/arch/x86/kern
 +              BUG_ON(((char *)vaddr)[i] != ((char *)opcode)[i]);
        return addr;
  }
-diff -urNp linux-2.6.31/arch/x86/kernel/apm_32.c linux-2.6.31/arch/x86/kernel/apm_32.c
---- linux-2.6.31/arch/x86/kernel/apm_32.c      2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/kernel/apm_32.c      2009-09-06 15:29:11.199169407 -0400
-@@ -403,7 +403,7 @@ static DECLARE_WAIT_QUEUE_HEAD(apm_waitq
- static DECLARE_WAIT_QUEUE_HEAD(apm_suspend_waitqueue);
- static struct apm_user *user_list;
- static DEFINE_SPINLOCK(user_list_lock);
--static const struct desc_struct       bad_bios_desc = { { { 0, 0x00409200 } } };
-+static const struct desc_struct       bad_bios_desc = { { { 0, 0x00409300 } } };
+diff -urNp linux-2.6.32.1/arch/x86/kernel/amd_iommu.c linux-2.6.32.1/arch/x86/kernel/amd_iommu.c
+--- linux-2.6.32.1/arch/x86/kernel/amd_iommu.c 2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/kernel/amd_iommu.c 2009-12-14 18:33:51.637702583 -0500
+@@ -2069,7 +2069,7 @@ static void prealloc_protection_domains(
+       }
+ }
+-static struct dma_map_ops amd_iommu_dma_ops = {
++static const struct dma_map_ops amd_iommu_dma_ops = {
+       .alloc_coherent = alloc_coherent,
+       .free_coherent = free_coherent,
+       .map_page = map_page,
+diff -urNp linux-2.6.32.1/arch/x86/kernel/apic/io_apic.c linux-2.6.32.1/arch/x86/kernel/apic/io_apic.c
+--- linux-2.6.32.1/arch/x86/kernel/apic/io_apic.c      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/kernel/apic/io_apic.c      2009-12-14 18:33:51.639703158 -0500
+@@ -711,7 +711,7 @@ struct IO_APIC_route_entry **alloc_ioapi
+       ioapic_entries = kzalloc(sizeof(*ioapic_entries) * nr_ioapics,
+                               GFP_ATOMIC);
+       if (!ioapic_entries)
+-              return 0;
++              return NULL;
  
- static const char driver_version[] = "1.16ac";        /* no spaces */
+       for (apic = 0; apic < nr_ioapics; apic++) {
+               ioapic_entries[apic] =
+@@ -728,7 +728,7 @@ nomem:
+               kfree(ioapic_entries[apic]);
+       kfree(ioapic_entries);
  
-@@ -576,12 +576,25 @@ static long __apm_bios_call(void *_call)
-       struct desc_struct      *gdt;
-       struct apm_bios_call    *call = _call;
+-      return 0;
++      return NULL;
+ }
  
-+#ifdef CONFIG_PAX_KERNEXEC
-+      unsigned long           cr0;
-+#endif
-+
-       cpu = get_cpu();
+ /*
+@@ -1145,7 +1145,7 @@ int IO_APIC_get_PCI_irq_vector(int bus, 
+ }
+ EXPORT_SYMBOL(IO_APIC_get_PCI_irq_vector);
+-void lock_vector_lock(void)
++void lock_vector_lock(void) __acquires(vector_lock)
+ {
+       /* Used to the online set of cpus does not change
+        * during assign_irq_vector.
+@@ -1153,7 +1153,7 @@ void lock_vector_lock(void)
+       spin_lock(&vector_lock);
+ }
+-void unlock_vector_lock(void)
++void unlock_vector_lock(void) __releases(vector_lock)
+ {
+       spin_unlock(&vector_lock);
+ }
+diff -urNp linux-2.6.32.1/arch/x86/kernel/apm_32.c linux-2.6.32.1/arch/x86/kernel/apm_32.c
+--- linux-2.6.32.1/arch/x86/kernel/apm_32.c    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/kernel/apm_32.c    2009-12-14 18:33:51.650727711 -0500
+@@ -410,7 +410,7 @@ static DEFINE_SPINLOCK(user_list_lock);
+  * This is for buggy BIOS's that refer to (real mode) segment 0x40
+  * even though they are called in protected mode.
+  */
+-static struct desc_struct bad_bios_desc = GDT_ENTRY_INIT(0x4092,
++static const struct desc_struct bad_bios_desc = GDT_ENTRY_INIT(0x4093,
+                       (unsigned long)__va(0x400UL), PAGE_SIZE - 0x400 - 1);
+ static const char driver_version[] = "1.16ac";        /* no spaces */
+@@ -588,7 +588,10 @@ static long __apm_bios_call(void *_call)
        BUG_ON(cpu != 0);
        gdt = get_cpu_gdt_table(cpu);
        save_desc_40 = gdt[0x40 / 8];
 +
-+#ifdef CONFIG_PAX_KERNEXEC
-+      pax_open_kernel(cr0);
-+#endif
-+
++      pax_open_kernel();
        gdt[0x40 / 8] = bad_bios_desc;
++      pax_close_kernel();
  
-+#ifdef CONFIG_PAX_KERNEXEC
-+      pax_close_kernel(cr0);
-+#endif
-+
        apm_irq_save(flags);
        APM_DO_SAVE_SEGS;
-       apm_bios_call_asm(call->func, call->ebx, call->ecx,
-@@ -589,7 +602,17 @@ static long __apm_bios_call(void *_call)
+@@ -597,7 +600,11 @@ static long __apm_bios_call(void *_call)
                          &call->esi);
        APM_DO_RESTORE_SEGS;
        apm_irq_restore(flags);
 +
-+#ifdef CONFIG_PAX_KERNEXEC
-+      pax_open_kernel(cr0);
-+#endif
-+
++      pax_open_kernel();
        gdt[0x40 / 8] = save_desc_40;
-+
-+#ifdef CONFIG_PAX_KERNEXEC
-+      pax_close_kernel(cr0);
-+#endif
++      pax_close_kernel();
 +
        put_cpu();
  
        return call->eax & 0xff;
-@@ -652,19 +675,42 @@ static long __apm_bios_call_simple(void 
-       struct desc_struct      *gdt;
-       struct apm_bios_call    *call = _call;
-+#ifdef CONFIG_PAX_KERNEXEC
-+      unsigned long           cr0;
-+#endif
-+
-       cpu = get_cpu();
+@@ -664,7 +671,10 @@ static long __apm_bios_call_simple(void 
        BUG_ON(cpu != 0);
        gdt = get_cpu_gdt_table(cpu);
        save_desc_40 = gdt[0x40 / 8];
 +
-+#ifdef CONFIG_PAX_KERNEXEC
-+      pax_open_kernel(cr0);
-+#endif
-+
++      pax_open_kernel();
        gdt[0x40 / 8] = bad_bios_desc;
++      pax_close_kernel();
  
-+#ifdef CONFIG_PAX_KERNEXEC
-+      pax_close_kernel(cr0);
-+#endif
-+
        apm_irq_save(flags);
        APM_DO_SAVE_SEGS;
-       error = apm_bios_call_simple_asm(call->func, call->ebx, call->ecx,
+@@ -672,7 +682,11 @@ static long __apm_bios_call_simple(void 
                                         &call->eax);
        APM_DO_RESTORE_SEGS;
        apm_irq_restore(flags);
 +
-+#ifdef CONFIG_PAX_KERNEXEC
-+      pax_open_kernel(cr0);
-+#endif
-+
++      pax_open_kernel();
        gdt[0x40 / 8] = save_desc_40;
-+
-+#ifdef CONFIG_PAX_KERNEXEC
-+      pax_close_kernel(cr0);
-+#endif
++      pax_close_kernel();
 +
        put_cpu();
        return error;
  }
-@@ -967,7 +1013,7 @@ recalc:
+@@ -975,7 +989,7 @@ recalc:
  
  static void apm_power_off(void)
  {
@@ -8231,7 +9406,7 @@ diff -urNp linux-2.6.31/arch/x86/kernel/apm_32.c linux-2.6.31/arch/x86/kernel/ap
                0xb8, 0x00, 0x10,       /* movw  $0x1000,ax  */
                0x8e, 0xd0,             /* movw  ax,ss       */
                0xbc, 0x00, 0xf0,       /* movw  $0xf000,sp  */
-@@ -1925,7 +1971,10 @@ static const struct file_operations apm_
+@@ -1933,7 +1947,10 @@ static const struct file_operations apm_
  static struct miscdevice apm_device = {
        APM_MINOR_DEV,
        "apm_bios",
@@ -8243,7 +9418,7 @@ diff -urNp linux-2.6.31/arch/x86/kernel/apm_32.c linux-2.6.31/arch/x86/kernel/ap
  };
  
  
-@@ -2246,7 +2295,7 @@ static struct dmi_system_id __initdata a
+@@ -2254,7 +2271,7 @@ static struct dmi_system_id __initdata a
                {       DMI_MATCH(DMI_SYS_VENDOR, "IBM"), },
        },
  
@@ -8252,74 +9427,41 @@ diff -urNp linux-2.6.31/arch/x86/kernel/apm_32.c linux-2.6.31/arch/x86/kernel/ap
  };
  
  /*
-@@ -2264,6 +2313,10 @@ static int __init apm_init(void)
-       struct desc_struct *gdt;
-       int err;
-+#ifdef CONFIG_PAX_KERNEXEC
-+      unsigned long cr0;
-+#endif
-+
-       dmi_check_system(apm_dmi_table);
-       if (apm_info.bios.version == 0 || paravirt_enabled() || machine_is_olpc()) {
-@@ -2337,9 +2390,18 @@ static int __init apm_init(void)
-        * This is for buggy BIOS's that refer to (real mode) segment 0x40
-        * even though they are called in protected mode.
-        */
-+
-+#ifdef CONFIG_PAX_KERNEXEC
-+      pax_open_kernel(cr0);
-+#endif
-+
-       set_base(bad_bios_desc, __va((unsigned long)0x40 << 4));
-       _set_limit((char *)&bad_bios_desc, 4095 - (0x40 << 4));
-+#ifdef CONFIG_PAX_KERNEXEC
-+      pax_close_kernel(cr0);
-+#endif
-+
-       /*
-        * Set up the long jump entry point to the APM BIOS, which is called
-        * from inline assembly.
-@@ -2358,6 +2420,11 @@ static int __init apm_init(void)
+@@ -2357,12 +2374,15 @@ static int __init apm_init(void)
         * code to that CPU.
         */
        gdt = get_cpu_gdt_table(0);
 +
-+#ifdef CONFIG_PAX_KERNEXEC
-+      pax_open_kernel(cr0);
-+#endif
-+
-       set_base(gdt[APM_CS >> 3],
-                __va((unsigned long)apm_info.bios.cseg << 4));
-       set_base(gdt[APM_CS_16 >> 3],
-@@ -2365,6 +2432,10 @@ static int __init apm_init(void)
-       set_base(gdt[APM_DS >> 3],
-                __va((unsigned long)apm_info.bios.dseg << 4));
++      pax_open_kernel();
+       set_desc_base(&gdt[APM_CS >> 3],
+                (unsigned long)__va((unsigned long)apm_info.bios.cseg << 4));
+       set_desc_base(&gdt[APM_CS_16 >> 3],
+                (unsigned long)__va((unsigned long)apm_info.bios.cseg_16 << 4));
+       set_desc_base(&gdt[APM_DS >> 3],
+                (unsigned long)__va((unsigned long)apm_info.bios.dseg << 4));
++      pax_close_kernel();
  
-+#ifdef CONFIG_PAX_KERNEXEC
-+      pax_close_kernel(cr0);
-+#endif
-+
        proc_create("apm", 0, NULL, &apm_file_ops);
  
-       kapmd_task = kthread_create(apm, NULL, "kapmd");
-diff -urNp linux-2.6.31/arch/x86/kernel/asm-offsets_32.c linux-2.6.31/arch/x86/kernel/asm-offsets_32.c
---- linux-2.6.31/arch/x86/kernel/asm-offsets_32.c      2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/kernel/asm-offsets_32.c      2009-09-06 15:29:11.200173853 -0400
-@@ -115,6 +115,7 @@ void foo(void)
+diff -urNp linux-2.6.32.1/arch/x86/kernel/asm-offsets_32.c linux-2.6.32.1/arch/x86/kernel/asm-offsets_32.c
+--- linux-2.6.32.1/arch/x86/kernel/asm-offsets_32.c    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/kernel/asm-offsets_32.c    2009-12-14 18:33:51.650727711 -0500
+@@ -115,6 +115,11 @@ void foo(void)
        OFFSET(PV_CPU_iret, pv_cpu_ops, iret);
        OFFSET(PV_CPU_irq_enable_sysexit, pv_cpu_ops, irq_enable_sysexit);
        OFFSET(PV_CPU_read_cr0, pv_cpu_ops, read_cr0);
++
++#ifdef CONFIG_PAX_KERNEXEC
 +      OFFSET(PV_CPU_write_cr0, pv_cpu_ops, write_cr0);
++#endif
++
  #endif
  
  #ifdef CONFIG_XEN
-diff -urNp linux-2.6.31/arch/x86/kernel/asm-offsets_64.c linux-2.6.31/arch/x86/kernel/asm-offsets_64.c
---- linux-2.6.31/arch/x86/kernel/asm-offsets_64.c      2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/kernel/asm-offsets_64.c      2009-09-06 15:29:11.200173853 -0400
-@@ -114,6 +114,7 @@ int main(void)
+diff -urNp linux-2.6.32.1/arch/x86/kernel/asm-offsets_64.c linux-2.6.32.1/arch/x86/kernel/asm-offsets_64.c
+--- linux-2.6.32.1/arch/x86/kernel/asm-offsets_64.c    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/kernel/asm-offsets_64.c    2009-12-14 18:33:51.651715474 -0500
+@@ -115,6 +115,7 @@ int main(void)
        ENTRY(cr8);
        BLANK();
  #undef ENTRY
@@ -8327,10 +9469,10 @@ diff -urNp linux-2.6.31/arch/x86/kernel/asm-offsets_64.c linux-2.6.31/arch/x86/k
        DEFINE(TSS_ist, offsetof(struct tss_struct, x86_tss.ist));
        BLANK();
        DEFINE(crypto_tfm_ctx_offset, offsetof(struct crypto_tfm, __crt_ctx));
-diff -urNp linux-2.6.31/arch/x86/kernel/cpu/common.c linux-2.6.31/arch/x86/kernel/cpu/common.c
---- linux-2.6.31/arch/x86/kernel/cpu/common.c  2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/kernel/cpu/common.c  2009-09-06 15:29:11.200173853 -0400
-@@ -84,60 +84,6 @@ static const struct cpu_dev __cpuinitcon
+diff -urNp linux-2.6.32.1/arch/x86/kernel/cpu/common.c linux-2.6.32.1/arch/x86/kernel/cpu/common.c
+--- linux-2.6.32.1/arch/x86/kernel/cpu/common.c        2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/kernel/cpu/common.c        2009-12-14 18:33:51.651715474 -0500
+@@ -83,60 +83,6 @@ static const struct cpu_dev __cpuinitcon
  
  static const struct cpu_dev *this_cpu __cpuinitdata = &default_cpu;
  
@@ -8344,45 +9486,45 @@ diff -urNp linux-2.6.31/arch/x86/kernel/cpu/common.c linux-2.6.31/arch/x86/kerne
 -       * TLS descriptors are currently at a different place compared to i386.
 -       * Hopefully nobody expects them at a fixed place (Wine?)
 -       */
--      [GDT_ENTRY_KERNEL32_CS]         = { { { 0x0000ffff, 0x00cf9b00 } } },
--      [GDT_ENTRY_KERNEL_CS]           = { { { 0x0000ffff, 0x00af9b00 } } },
--      [GDT_ENTRY_KERNEL_DS]           = { { { 0x0000ffff, 0x00cf9300 } } },
--      [GDT_ENTRY_DEFAULT_USER32_CS]   = { { { 0x0000ffff, 0x00cffb00 } } },
--      [GDT_ENTRY_DEFAULT_USER_DS]     = { { { 0x0000ffff, 0x00cff300 } } },
--      [GDT_ENTRY_DEFAULT_USER_CS]     = { { { 0x0000ffff, 0x00affb00 } } },
+-      [GDT_ENTRY_KERNEL32_CS]         = GDT_ENTRY_INIT(0xc09b, 0, 0xfffff),
+-      [GDT_ENTRY_KERNEL_CS]           = GDT_ENTRY_INIT(0xa09b, 0, 0xfffff),
+-      [GDT_ENTRY_KERNEL_DS]           = GDT_ENTRY_INIT(0xc093, 0, 0xfffff),
+-      [GDT_ENTRY_DEFAULT_USER32_CS]   = GDT_ENTRY_INIT(0xc0fb, 0, 0xfffff),
+-      [GDT_ENTRY_DEFAULT_USER_DS]     = GDT_ENTRY_INIT(0xc0f3, 0, 0xfffff),
+-      [GDT_ENTRY_DEFAULT_USER_CS]     = GDT_ENTRY_INIT(0xa0fb, 0, 0xfffff),
 -#else
--      [GDT_ENTRY_KERNEL_CS]           = { { { 0x0000ffff, 0x00cf9a00 } } },
--      [GDT_ENTRY_KERNEL_DS]           = { { { 0x0000ffff, 0x00cf9200 } } },
--      [GDT_ENTRY_DEFAULT_USER_CS]     = { { { 0x0000ffff, 0x00cffa00 } } },
--      [GDT_ENTRY_DEFAULT_USER_DS]     = { { { 0x0000ffff, 0x00cff200 } } },
+-      [GDT_ENTRY_KERNEL_CS]           = GDT_ENTRY_INIT(0xc09a, 0, 0xfffff),
+-      [GDT_ENTRY_KERNEL_DS]           = GDT_ENTRY_INIT(0xc092, 0, 0xfffff),
+-      [GDT_ENTRY_DEFAULT_USER_CS]     = GDT_ENTRY_INIT(0xc0fa, 0, 0xfffff),
+-      [GDT_ENTRY_DEFAULT_USER_DS]     = GDT_ENTRY_INIT(0xc0f2, 0, 0xfffff),
 -      /*
 -       * Segments used for calling PnP BIOS have byte granularity.
 -       * They code segments and data segments have fixed 64k limits,
 -       * the transfer segment sizes are set at run time.
 -       */
 -      /* 32-bit code */
--      [GDT_ENTRY_PNPBIOS_CS32]        = { { { 0x0000ffff, 0x00409a00 } } },
+-      [GDT_ENTRY_PNPBIOS_CS32]        = GDT_ENTRY_INIT(0x409a, 0, 0xffff),
 -      /* 16-bit code */
--      [GDT_ENTRY_PNPBIOS_CS16]        = { { { 0x0000ffff, 0x00009a00 } } },
+-      [GDT_ENTRY_PNPBIOS_CS16]        = GDT_ENTRY_INIT(0x009a, 0, 0xffff),
 -      /* 16-bit data */
--      [GDT_ENTRY_PNPBIOS_DS]          = { { { 0x0000ffff, 0x00009200 } } },
+-      [GDT_ENTRY_PNPBIOS_DS]          = GDT_ENTRY_INIT(0x0092, 0, 0xffff),
 -      /* 16-bit data */
--      [GDT_ENTRY_PNPBIOS_TS1]         = { { { 0x00000000, 0x00009200 } } },
+-      [GDT_ENTRY_PNPBIOS_TS1]         = GDT_ENTRY_INIT(0x0092, 0, 0),
 -      /* 16-bit data */
--      [GDT_ENTRY_PNPBIOS_TS2]         = { { { 0x00000000, 0x00009200 } } },
+-      [GDT_ENTRY_PNPBIOS_TS2]         = GDT_ENTRY_INIT(0x0092, 0, 0),
 -      /*
 -       * The APM segments have byte granularity and their bases
 -       * are set at run time.  All have 64k limits.
 -       */
 -      /* 32-bit code */
--      [GDT_ENTRY_APMBIOS_BASE]        = { { { 0x0000ffff, 0x00409a00 } } },
+-      [GDT_ENTRY_APMBIOS_BASE]        = GDT_ENTRY_INIT(0x409a, 0, 0xffff),
 -      /* 16-bit code */
--      [GDT_ENTRY_APMBIOS_BASE+1]      = { { { 0x0000ffff, 0x00009a00 } } },
+-      [GDT_ENTRY_APMBIOS_BASE+1]      = GDT_ENTRY_INIT(0x009a, 0, 0xffff),
 -      /* data */
--      [GDT_ENTRY_APMBIOS_BASE+2]      = { { { 0x0000ffff, 0x00409200 } } },
+-      [GDT_ENTRY_APMBIOS_BASE+2]      = GDT_ENTRY_INIT(0x4092, 0, 0xffff),
 -
--      [GDT_ENTRY_ESPFIX_SS]           = { { { 0x0000ffff, 0x00cf9200 } } },
--      [GDT_ENTRY_PERCPU]              = { { { 0x0000ffff, 0x00cf9200 } } },
+-      [GDT_ENTRY_ESPFIX_SS]           = GDT_ENTRY_INIT(0xc092, 0, 0xfffff),
+-      [GDT_ENTRY_PERCPU]              = GDT_ENTRY_INIT(0xc092, 0, 0xfffff),
 -      GDT_STACK_CANARY_INIT
 -#endif
 -} };
@@ -8391,7 +9533,7 @@ diff -urNp linux-2.6.31/arch/x86/kernel/cpu/common.c linux-2.6.31/arch/x86/kerne
  static int __init x86_xsave_setup(char *s)
  {
        setup_clear_cpu_cap(X86_FEATURE_XSAVE);
-@@ -345,7 +291,7 @@ void switch_to_new_gdt(int cpu)
+@@ -344,7 +290,7 @@ void switch_to_new_gdt(int cpu)
  {
        struct desc_ptr gdt_descr;
  
@@ -8400,7 +9542,7 @@ diff -urNp linux-2.6.31/arch/x86/kernel/cpu/common.c linux-2.6.31/arch/x86/kerne
        gdt_descr.size = GDT_SIZE - 1;
        load_gdt(&gdt_descr);
        /* Reload the per-cpu base */
-@@ -799,6 +745,10 @@ static void __cpuinit identify_cpu(struc
+@@ -798,6 +744,10 @@ static void __cpuinit identify_cpu(struc
        /* Filter out anything that depends on CPUID levels we don't have */
        filter_cpuid_features(c, true);
  
@@ -8411,16 +9553,7 @@ diff -urNp linux-2.6.31/arch/x86/kernel/cpu/common.c linux-2.6.31/arch/x86/kerne
        /* If the model name is still unset, do table lookup. */
        if (!c->x86_model_id[0]) {
                const char *p;
-@@ -982,7 +932,7 @@ static __init int setup_disablecpuid(cha
- __setup("clearcpuid=", setup_disablecpuid);
- #ifdef CONFIG_X86_64
--struct desc_ptr idt_descr = { 256 * 16 - 1, (unsigned long) idt_table };
-+struct desc_ptr idt_descr __read_only = { 256 * 16 - 1, (unsigned long) idt_table };
- DEFINE_PER_CPU_FIRST(union irq_stack_union,
-                    irq_stack_union) __aligned(PAGE_SIZE);
-@@ -1092,7 +1042,7 @@ void __cpuinit cpu_init(void)
+@@ -1101,7 +1051,7 @@ void __cpuinit cpu_init(void)
        int i;
  
        cpu = stack_smp_processor_id();
@@ -8429,7 +9562,7 @@ diff -urNp linux-2.6.31/arch/x86/kernel/cpu/common.c linux-2.6.31/arch/x86/kerne
        orig_ist = &per_cpu(orig_ist, cpu);
  
  #ifdef CONFIG_NUMA
-@@ -1190,7 +1140,7 @@ void __cpuinit cpu_init(void)
+@@ -1199,7 +1149,7 @@ void __cpuinit cpu_init(void)
  {
        int cpu = smp_processor_id();
        struct task_struct *curr = current;
@@ -8438,21 +9571,21 @@ diff -urNp linux-2.6.31/arch/x86/kernel/cpu/common.c linux-2.6.31/arch/x86/kerne
        struct thread_struct *thread = &curr->thread;
  
        if (cpumask_test_and_set_cpu(cpu, cpu_initialized_mask)) {
-diff -urNp linux-2.6.31/arch/x86/kernel/cpu/cpufreq/acpi-cpufreq.c linux-2.6.31/arch/x86/kernel/cpu/cpufreq/acpi-cpufreq.c
---- linux-2.6.31/arch/x86/kernel/cpu/cpufreq/acpi-cpufreq.c    2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/kernel/cpu/cpufreq/acpi-cpufreq.c    2009-09-06 15:29:11.201202196 -0400
-@@ -586,7 +586,7 @@ static const struct dmi_system_id sw_any
+diff -urNp linux-2.6.32.1/arch/x86/kernel/cpu/cpufreq/acpi-cpufreq.c linux-2.6.32.1/arch/x86/kernel/cpu/cpufreq/acpi-cpufreq.c
+--- linux-2.6.32.1/arch/x86/kernel/cpu/cpufreq/acpi-cpufreq.c  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/kernel/cpu/cpufreq/acpi-cpufreq.c  2009-12-14 18:33:51.651715474 -0500
+@@ -521,7 +521,7 @@ static const struct dmi_system_id sw_any
                        DMI_MATCH(DMI_PRODUCT_NAME, "X6DLP"),
                },
        },
 -      { }
 +      { NULL, NULL, {DMI_MATCH(DMI_NONE, {0})}, NULL }
  };
- #endif
  
-diff -urNp linux-2.6.31/arch/x86/kernel/cpu/cpufreq/speedstep-centrino.c linux-2.6.31/arch/x86/kernel/cpu/cpufreq/speedstep-centrino.c
---- linux-2.6.31/arch/x86/kernel/cpu/cpufreq/speedstep-centrino.c      2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/kernel/cpu/cpufreq/speedstep-centrino.c      2009-09-06 15:29:11.201202196 -0400
+ static int acpi_cpufreq_blacklist(struct cpuinfo_x86 *c)
+diff -urNp linux-2.6.32.1/arch/x86/kernel/cpu/cpufreq/speedstep-centrino.c linux-2.6.32.1/arch/x86/kernel/cpu/cpufreq/speedstep-centrino.c
+--- linux-2.6.32.1/arch/x86/kernel/cpu/cpufreq/speedstep-centrino.c    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/kernel/cpu/cpufreq/speedstep-centrino.c    2009-12-14 18:33:51.651715474 -0500
 @@ -225,7 +225,7 @@ static struct cpu_model models[] =
        { &cpu_ids[CPU_MP4HT_D0], NULL, 0, NULL },
        { &cpu_ids[CPU_MP4HT_E0], NULL, 0, NULL },
@@ -8462,9 +9595,9 @@ diff -urNp linux-2.6.31/arch/x86/kernel/cpu/cpufreq/speedstep-centrino.c linux-2
  };
  #undef _BANIAS
  #undef BANIAS
-diff -urNp linux-2.6.31/arch/x86/kernel/cpu/intel.c linux-2.6.31/arch/x86/kernel/cpu/intel.c
---- linux-2.6.31/arch/x86/kernel/cpu/intel.c   2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/kernel/cpu/intel.c   2009-09-06 15:29:11.202212148 -0400
+diff -urNp linux-2.6.32.1/arch/x86/kernel/cpu/intel.c linux-2.6.32.1/arch/x86/kernel/cpu/intel.c
+--- linux-2.6.32.1/arch/x86/kernel/cpu/intel.c 2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/kernel/cpu/intel.c 2009-12-14 18:33:51.652916887 -0500
 @@ -140,7 +140,7 @@ static void __cpuinit trap_init_f00f_bug
         * Update the IDT descriptor and reload the IDT so that
         * it uses the read-only mapped virtual address.
@@ -8474,10 +9607,48 @@ diff -urNp linux-2.6.31/arch/x86/kernel/cpu/intel.c linux-2.6.31/arch/x86/kernel
        load_idt(&idt_descr);
  }
  #endif
-diff -urNp linux-2.6.31/arch/x86/kernel/cpu/mcheck/mce.c linux-2.6.31/arch/x86/kernel/cpu/mcheck/mce.c
---- linux-2.6.31/arch/x86/kernel/cpu/mcheck/mce.c      2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/kernel/cpu/mcheck/mce.c      2009-09-06 15:29:11.202212148 -0400
-@@ -1370,14 +1370,14 @@ void __cpuinit mcheck_init(struct cpuinf
+diff -urNp linux-2.6.32.1/arch/x86/kernel/cpu/intel_cacheinfo.c linux-2.6.32.1/arch/x86/kernel/cpu/intel_cacheinfo.c
+--- linux-2.6.32.1/arch/x86/kernel/cpu/intel_cacheinfo.c       2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/kernel/cpu/intel_cacheinfo.c       2009-12-14 18:33:51.654157859 -0500
+@@ -860,7 +860,7 @@ static ssize_t store(struct kobject *kob
+       return ret;
+ }
+-static struct sysfs_ops sysfs_ops = {
++static const struct sysfs_ops sysfs_ops = {
+       .show   = show,
+       .store  = store,
+ };
+diff -urNp linux-2.6.32.1/arch/x86/kernel/cpu/Makefile linux-2.6.32.1/arch/x86/kernel/cpu/Makefile
+--- linux-2.6.32.1/arch/x86/kernel/cpu/Makefile        2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/kernel/cpu/Makefile        2009-12-14 18:33:51.654722553 -0500
+@@ -7,10 +7,6 @@ ifdef CONFIG_FUNCTION_TRACER
+ CFLAGS_REMOVE_common.o = -pg
+ endif
+-# Make sure load_percpu_segment has no stackprotector
+-nostackp := $(call cc-option, -fno-stack-protector)
+-CFLAGS_common.o               := $(nostackp)
+-
+ obj-y                 := intel_cacheinfo.o addon_cpuid_features.o
+ obj-y                 += proc.o capflags.o powerflags.o common.o
+ obj-y                 += vmware.o hypervisor.o sched.o
+diff -urNp linux-2.6.32.1/arch/x86/kernel/cpu/mcheck/mce_amd.c linux-2.6.32.1/arch/x86/kernel/cpu/mcheck/mce_amd.c
+--- linux-2.6.32.1/arch/x86/kernel/cpu/mcheck/mce_amd.c        2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/kernel/cpu/mcheck/mce_amd.c        2009-12-14 18:33:51.654722553 -0500
+@@ -388,7 +388,7 @@ static ssize_t store(struct kobject *kob
+       return ret;
+ }
+-static struct sysfs_ops threshold_ops = {
++static const struct sysfs_ops threshold_ops = {
+       .show                   = show,
+       .store                  = store,
+ };
+diff -urNp linux-2.6.32.1/arch/x86/kernel/cpu/mcheck/mce.c linux-2.6.32.1/arch/x86/kernel/cpu/mcheck/mce.c
+--- linux-2.6.32.1/arch/x86/kernel/cpu/mcheck/mce.c    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/kernel/cpu/mcheck/mce.c    2009-12-14 18:33:51.654722553 -0500
+@@ -1428,14 +1428,14 @@ void __cpuinit mcheck_init(struct cpuinf
   */
  
  static DEFINE_SPINLOCK(mce_state_lock);
@@ -8494,7 +9665,7 @@ diff -urNp linux-2.6.31/arch/x86/kernel/cpu/mcheck/mce.c linux-2.6.31/arch/x86/k
                spin_unlock(&mce_state_lock);
  
                return -EBUSY;
-@@ -1385,7 +1385,7 @@ static int mce_open(struct inode *inode,
+@@ -1443,7 +1443,7 @@ static int mce_open(struct inode *inode,
  
        if (file->f_flags & O_EXCL)
                open_exclu = 1;
@@ -8503,7 +9674,7 @@ diff -urNp linux-2.6.31/arch/x86/kernel/cpu/mcheck/mce.c linux-2.6.31/arch/x86/k
  
        spin_unlock(&mce_state_lock);
  
-@@ -1396,7 +1396,7 @@ static int mce_release(struct inode *ino
+@@ -1454,7 +1454,7 @@ static int mce_release(struct inode *ino
  {
        spin_lock(&mce_state_lock);
  
@@ -8512,7 +9683,7 @@ diff -urNp linux-2.6.31/arch/x86/kernel/cpu/mcheck/mce.c linux-2.6.31/arch/x86/k
        open_exclu = 0;
  
        spin_unlock(&mce_state_lock);
-@@ -1536,6 +1536,7 @@ static struct miscdevice mce_log_device 
+@@ -1594,6 +1594,7 @@ static struct miscdevice mce_log_device 
        MISC_MCELOG_MINOR,
        "mcelog",
        &mce_chrdev_ops,
@@ -8520,29 +9691,188 @@ diff -urNp linux-2.6.31/arch/x86/kernel/cpu/mcheck/mce.c linux-2.6.31/arch/x86/k
  };
  
  /*
-diff -urNp linux-2.6.31/arch/x86/kernel/cpu/mtrr/generic.c linux-2.6.31/arch/x86/kernel/cpu/mtrr/generic.c
---- linux-2.6.31/arch/x86/kernel/cpu/mtrr/generic.c    2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/kernel/cpu/mtrr/generic.c    2009-09-06 15:29:11.203160585 -0400
-@@ -23,14 +23,14 @@ static struct fixed_range_block fixed_ra
-       { MSR_MTRRfix64K_00000, 1 }, /* one  64k MTRR  */
-       { MSR_MTRRfix16K_80000, 2 }, /* two  16k MTRRs */
-       { MSR_MTRRfix4K_C0000,  8 }, /* eight 4k MTRRs */
+diff -urNp linux-2.6.32.1/arch/x86/kernel/cpu/mtrr/amd.c linux-2.6.32.1/arch/x86/kernel/cpu/mtrr/amd.c
+--- linux-2.6.32.1/arch/x86/kernel/cpu/mtrr/amd.c      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/kernel/cpu/mtrr/amd.c      2009-12-14 18:33:51.655699526 -0500
+@@ -108,7 +108,7 @@ amd_validate_add_page(unsigned long base
+       return 0;
+ }
+-static struct mtrr_ops amd_mtrr_ops = {
++static const struct mtrr_ops amd_mtrr_ops = {
+       .vendor            = X86_VENDOR_AMD,
+       .set               = amd_set_mtrr,
+       .get               = amd_get_mtrr,
+diff -urNp linux-2.6.32.1/arch/x86/kernel/cpu/mtrr/centaur.c linux-2.6.32.1/arch/x86/kernel/cpu/mtrr/centaur.c
+--- linux-2.6.32.1/arch/x86/kernel/cpu/mtrr/centaur.c  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/kernel/cpu/mtrr/centaur.c  2009-12-14 18:33:51.655699526 -0500
+@@ -110,7 +110,7 @@ centaur_validate_add_page(unsigned long 
+       return 0;
+ }
+-static struct mtrr_ops centaur_mtrr_ops = {
++static const struct mtrr_ops centaur_mtrr_ops = {
+       .vendor            = X86_VENDOR_CENTAUR,
+       .set               = centaur_set_mcr,
+       .get               = centaur_get_mcr,
+diff -urNp linux-2.6.32.1/arch/x86/kernel/cpu/mtrr/cyrix.c linux-2.6.32.1/arch/x86/kernel/cpu/mtrr/cyrix.c
+--- linux-2.6.32.1/arch/x86/kernel/cpu/mtrr/cyrix.c    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/kernel/cpu/mtrr/cyrix.c    2009-12-14 18:33:51.655699526 -0500
+@@ -265,7 +265,7 @@ static void cyrix_set_all(void)
+       post_set();
+ }
+-static struct mtrr_ops cyrix_mtrr_ops = {
++static const struct mtrr_ops cyrix_mtrr_ops = {
+       .vendor            = X86_VENDOR_CYRIX,
+       .set_all           = cyrix_set_all,
+       .set               = cyrix_set_arr,
+diff -urNp linux-2.6.32.1/arch/x86/kernel/cpu/mtrr/generic.c linux-2.6.32.1/arch/x86/kernel/cpu/mtrr/generic.c
+--- linux-2.6.32.1/arch/x86/kernel/cpu/mtrr/generic.c  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/kernel/cpu/mtrr/generic.c  2009-12-14 18:33:51.655699526 -0500
+@@ -29,7 +29,7 @@ static struct fixed_range_block fixed_ra
+       { MSR_MTRRfix64K_00000, 1 }, /* one   64k MTRR  */
+       { MSR_MTRRfix16K_80000, 2 }, /* two   16k MTRRs */
+       { MSR_MTRRfix4K_C0000,  8 }, /* eight  4k MTRRs */
 -      {}
 +      { 0, 0 }
  };
  
  static unsigned long smp_changes_mask;
- static int mtrr_state_set;
- u64 mtrr_tom2;
+@@ -752,7 +752,7 @@ int positive_have_wrcomb(void)
+ /*
+  * Generic structure...
+  */
+-struct mtrr_ops generic_mtrr_ops = {
++const struct mtrr_ops generic_mtrr_ops = {
+       .use_intel_if           = 1,
+       .set_all                = generic_set_all,
+       .get                    = generic_get_mtrr,
+diff -urNp linux-2.6.32.1/arch/x86/kernel/cpu/mtrr/main.c linux-2.6.32.1/arch/x86/kernel/cpu/mtrr/main.c
+--- linux-2.6.32.1/arch/x86/kernel/cpu/mtrr/main.c     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/kernel/cpu/mtrr/main.c     2009-12-14 18:33:51.655699526 -0500
+@@ -60,14 +60,14 @@ static DEFINE_MUTEX(mtrr_mutex);
+ u64 size_or_mask, size_and_mask;
+ static bool mtrr_aps_delayed_init;
+-static struct mtrr_ops *mtrr_ops[X86_VENDOR_NUM];
++static const struct mtrr_ops *mtrr_ops[X86_VENDOR_NUM] __read_only;
+-struct mtrr_ops *mtrr_if;
++const struct mtrr_ops *mtrr_if;
+ static void set_mtrr(unsigned int reg, unsigned long base,
+                    unsigned long size, mtrr_type type);
+-void set_mtrr_ops(struct mtrr_ops *ops)
++void set_mtrr_ops(const struct mtrr_ops *ops)
+ {
+       if (ops->vendor && ops->vendor < X86_VENDOR_NUM)
+               mtrr_ops[ops->vendor] = ops;
+diff -urNp linux-2.6.32.1/arch/x86/kernel/cpu/mtrr/mtrr.h linux-2.6.32.1/arch/x86/kernel/cpu/mtrr/mtrr.h
+--- linux-2.6.32.1/arch/x86/kernel/cpu/mtrr/mtrr.h     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/kernel/cpu/mtrr/mtrr.h     2009-12-14 18:33:51.657105851 -0500
+@@ -12,19 +12,19 @@
+ extern unsigned int mtrr_usage_table[MTRR_MAX_VAR_RANGES];
+ struct mtrr_ops {
+-      u32     vendor;
+-      u32     use_intel_if;
+-      void    (*set)(unsigned int reg, unsigned long base,
++      const u32       vendor;
++      const u32       use_intel_if;
++      void    (* const set)(unsigned int reg, unsigned long base,
+                      unsigned long size, mtrr_type type);
+-      void    (*set_all)(void);
++      void    (* const set_all)(void);
+-      void    (*get)(unsigned int reg, unsigned long *base,
++      void    (* const get)(unsigned int reg, unsigned long *base,
+                      unsigned long *size, mtrr_type *type);
+-      int     (*get_free_region)(unsigned long base, unsigned long size,
++      int     (* const get_free_region)(unsigned long base, unsigned long size,
+                                  int replace_reg);
+-      int     (*validate_add_page)(unsigned long base, unsigned long size,
++      int     (* const validate_add_page)(unsigned long base, unsigned long size,
+                                    unsigned int type);
+-      int     (*have_wrcomb)(void);
++      int     (* const have_wrcomb)(void);
+ };
  
--struct mtrr_state_type mtrr_state = {};
-+struct mtrr_state_type mtrr_state;
- EXPORT_SYMBOL_GPL(mtrr_state);
+ extern int generic_get_free_region(unsigned long base, unsigned long size,
+@@ -32,7 +32,7 @@ extern int generic_get_free_region(unsig
+ extern int generic_validate_add_page(unsigned long base, unsigned long size,
+                                    unsigned int type);
+-extern struct mtrr_ops generic_mtrr_ops;
++extern const struct mtrr_ops generic_mtrr_ops;
+ extern int positive_have_wrcomb(void);
+@@ -53,10 +53,10 @@ void fill_mtrr_var_range(unsigned int in
+               u32 base_lo, u32 base_hi, u32 mask_lo, u32 mask_hi);
+ void get_mtrr_state(void);
+-extern void set_mtrr_ops(struct mtrr_ops *ops);
++extern void set_mtrr_ops(const struct mtrr_ops *ops);
+ extern u64 size_or_mask, size_and_mask;
+-extern struct mtrr_ops *mtrr_if;
++extern const struct mtrr_ops *mtrr_if;
+ #define is_cpu(vnd)   (mtrr_if && mtrr_if->vendor == X86_VENDOR_##vnd)
+ #define use_intel()   (mtrr_if && mtrr_if->use_intel_if == 1)
+diff -urNp linux-2.6.32.1/arch/x86/kernel/cpu/perfctr-watchdog.c linux-2.6.32.1/arch/x86/kernel/cpu/perfctr-watchdog.c
+--- linux-2.6.32.1/arch/x86/kernel/cpu/perfctr-watchdog.c      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/kernel/cpu/perfctr-watchdog.c      2009-12-14 18:33:51.657724494 -0500
+@@ -30,11 +30,11 @@ struct nmi_watchdog_ctlblk {
+ /* Interface defining a CPU specific perfctr watchdog */
+ struct wd_ops {
+-      int (*reserve)(void);
+-      void (*unreserve)(void);
+-      int (*setup)(unsigned nmi_hz);
+-      void (*rearm)(struct nmi_watchdog_ctlblk *wd, unsigned nmi_hz);
+-      void (*stop)(void);
++      int (* const reserve)(void);
++      void (* const unreserve)(void);
++      int (* const setup)(unsigned nmi_hz);
++      void (* const rearm)(struct nmi_watchdog_ctlblk *wd, unsigned nmi_hz);
++      void (* const stop)(void);
+       unsigned perfctr;
+       unsigned evntsel;
+       u64 checkbit;
+@@ -645,6 +645,7 @@ static const struct wd_ops p4_wd_ops = {
+ #define ARCH_PERFMON_NMI_EVENT_SEL    ARCH_PERFMON_UNHALTED_CORE_CYCLES_SEL
+ #define ARCH_PERFMON_NMI_EVENT_UMASK  ARCH_PERFMON_UNHALTED_CORE_CYCLES_UMASK
++/* cannot be const */
+ static struct wd_ops intel_arch_wd_ops;
+ static int setup_intel_arch_watchdog(unsigned nmi_hz)
+@@ -697,6 +698,7 @@ static int setup_intel_arch_watchdog(uns
+       return 1;
+ }
  
- /**
-diff -urNp linux-2.6.31/arch/x86/kernel/crash.c linux-2.6.31/arch/x86/kernel/crash.c
---- linux-2.6.31/arch/x86/kernel/crash.c       2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/kernel/crash.c       2009-09-06 15:29:11.203160585 -0400
++/* cannot be const */
+ static struct wd_ops intel_arch_wd_ops __read_mostly = {
+       .reserve        = single_msr_reserve,
+       .unreserve      = single_msr_unreserve,
+diff -urNp linux-2.6.32.1/arch/x86/kernel/cpu/perf_event.c linux-2.6.32.1/arch/x86/kernel/cpu/perf_event.c
+--- linux-2.6.32.1/arch/x86/kernel/cpu/perf_event.c    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/kernel/cpu/perf_event.c    2009-12-14 18:33:51.657724494 -0500
+@@ -2252,7 +2252,7 @@ perf_callchain_user(struct pt_regs *regs
+                       break;
+               callchain_store(entry, frame.return_address);
+-              fp = frame.next_frame;
++              fp = (__force const void __user *)frame.next_frame;
+       }
+ }
+diff -urNp linux-2.6.32.1/arch/x86/kernel/crash.c linux-2.6.32.1/arch/x86/kernel/crash.c
+--- linux-2.6.32.1/arch/x86/kernel/crash.c     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/kernel/crash.c     2009-12-14 18:33:51.657724494 -0500
 @@ -42,7 +42,7 @@ static void kdump_nmi_callback(int cpu, 
        regs = args->regs;
  
@@ -8552,9 +9882,9 @@ diff -urNp linux-2.6.31/arch/x86/kernel/crash.c linux-2.6.31/arch/x86/kernel/cra
                crash_fixup_ss_esp(&fixed_regs, regs);
                regs = &fixed_regs;
        }
-diff -urNp linux-2.6.31/arch/x86/kernel/doublefault_32.c linux-2.6.31/arch/x86/kernel/doublefault_32.c
---- linux-2.6.31/arch/x86/kernel/doublefault_32.c      2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/kernel/doublefault_32.c      2009-09-06 15:29:11.204182293 -0400
+diff -urNp linux-2.6.32.1/arch/x86/kernel/doublefault_32.c linux-2.6.32.1/arch/x86/kernel/doublefault_32.c
+--- linux-2.6.32.1/arch/x86/kernel/doublefault_32.c    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/kernel/doublefault_32.c    2009-12-14 18:33:51.657724494 -0500
 @@ -11,7 +11,7 @@
  
  #define DOUBLEFAULT_STACKSIZE (1024)
@@ -8573,7 +9903,7 @@ diff -urNp linux-2.6.31/arch/x86/kernel/doublefault_32.c linux-2.6.31/arch/x86/k
  
        printk(KERN_EMERG "PANIC: double fault, gdt at %08lx [%d bytes]\n", gdt, gdt_desc.size);
  
-@@ -60,10 +60,10 @@ struct tss_struct doublefault_tss __cach
+@@ -58,10 +58,10 @@ struct tss_struct doublefault_tss __cach
                /* 0x2 bit is always set */
                .flags          = X86_EFLAGS_SF | 0x2,
                .sp             = STACK_START,
@@ -8586,10 +9916,10 @@ diff -urNp linux-2.6.31/arch/x86/kernel/doublefault_32.c linux-2.6.31/arch/x86/k
                .fs             = __KERNEL_PERCPU,
  
                .__cr3          = __pa_nodebug(swapper_pg_dir),
-diff -urNp linux-2.6.31/arch/x86/kernel/dumpstack_32.c linux-2.6.31/arch/x86/kernel/dumpstack_32.c
---- linux-2.6.31/arch/x86/kernel/dumpstack_32.c        2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/kernel/dumpstack_32.c        2009-09-06 15:29:11.204182293 -0400
-@@ -113,11 +113,12 @@ void show_registers(struct pt_regs *regs
+diff -urNp linux-2.6.32.1/arch/x86/kernel/dumpstack_32.c linux-2.6.32.1/arch/x86/kernel/dumpstack_32.c
+--- linux-2.6.32.1/arch/x86/kernel/dumpstack_32.c      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/kernel/dumpstack_32.c      2009-12-14 18:33:51.658747364 -0500
+@@ -112,11 +112,12 @@ void show_registers(struct pt_regs *regs
         * When in-kernel, we also print out the stack and code at the
         * time of the fault..
         */
@@ -8603,7 +9933,7 @@ diff -urNp linux-2.6.31/arch/x86/kernel/dumpstack_32.c linux-2.6.31/arch/x86/ker
  
                printk(KERN_EMERG "Stack:\n");
                show_stack_log_lvl(NULL, regs, &regs->sp,
-@@ -125,10 +126,10 @@ void show_registers(struct pt_regs *regs
+@@ -124,10 +125,10 @@ void show_registers(struct pt_regs *regs
  
                printk(KERN_EMERG "Code: ");
  
@@ -8616,7 +9946,7 @@ diff -urNp linux-2.6.31/arch/x86/kernel/dumpstack_32.c linux-2.6.31/arch/x86/ker
                        code_len = code_len - code_prologue + 1;
                }
                for (i = 0; i < code_len; i++, ip++) {
-@@ -137,7 +138,7 @@ void show_registers(struct pt_regs *regs
+@@ -136,7 +137,7 @@ void show_registers(struct pt_regs *regs
                                printk(" Bad EIP value.");
                                break;
                        }
@@ -8625,7 +9955,7 @@ diff -urNp linux-2.6.31/arch/x86/kernel/dumpstack_32.c linux-2.6.31/arch/x86/ker
                                printk("<%02x> ", c);
                        else
                                printk("%02x ", c);
-@@ -150,6 +151,7 @@ int is_valid_bugaddr(unsigned long ip)
+@@ -149,6 +150,7 @@ int is_valid_bugaddr(unsigned long ip)
  {
        unsigned short ud2;
  
@@ -8633,19 +9963,19 @@ diff -urNp linux-2.6.31/arch/x86/kernel/dumpstack_32.c linux-2.6.31/arch/x86/ker
        if (ip < PAGE_OFFSET)
                return 0;
        if (probe_kernel_address((unsigned short *)ip, ud2))
-diff -urNp linux-2.6.31/arch/x86/kernel/dumpstack.c linux-2.6.31/arch/x86/kernel/dumpstack.c
---- linux-2.6.31/arch/x86/kernel/dumpstack.c   2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/kernel/dumpstack.c   2009-09-06 15:29:11.204182293 -0400
-@@ -181,7 +181,7 @@ void dump_stack(void)
+diff -urNp linux-2.6.32.1/arch/x86/kernel/dumpstack.c linux-2.6.32.1/arch/x86/kernel/dumpstack.c
+--- linux-2.6.32.1/arch/x86/kernel/dumpstack.c 2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/kernel/dumpstack.c 2009-12-14 18:33:51.658747364 -0500
+@@ -180,7 +180,7 @@ void dump_stack(void)
  #endif
  
-       printk("Pid: %d, comm: %.20s %s %s %.*s\n",
--              current->pid, current->comm, print_tainted(),
-+              task_pid_nr(current), current->comm, print_tainted(),
+       printk("Pid: %d, comm: %.20s xid: #%u %s %s %.*s\n",
+-              current->pid, current->comm, current->xid, print_tainted(),
++              task_pid_nr(current), current->comm, current->xid, print_tainted(),
                init_utsname()->release,
                (int)strcspn(init_utsname()->version, " "),
                init_utsname()->version);
-@@ -242,7 +242,7 @@ void __kprobes oops_end(unsigned long fl
+@@ -241,7 +241,7 @@ void __kprobes oops_end(unsigned long fl
                panic("Fatal exception in interrupt");
        if (panic_on_oops)
                panic("Fatal exception");
@@ -8654,7 +9984,7 @@ diff -urNp linux-2.6.31/arch/x86/kernel/dumpstack.c linux-2.6.31/arch/x86/kernel
  }
  
  int __kprobes __die(const char *str, struct pt_regs *regs, long err)
-@@ -296,7 +296,7 @@ void die(const char *str, struct pt_regs
+@@ -295,7 +295,7 @@ void die(const char *str, struct pt_regs
        unsigned long flags = oops_begin();
        int sig = SIGSEGV;
  
@@ -8663,9 +9993,9 @@ diff -urNp linux-2.6.31/arch/x86/kernel/dumpstack.c linux-2.6.31/arch/x86/kernel
                report_bug(regs->ip, regs);
  
        if (__die(str, regs, err))
-diff -urNp linux-2.6.31/arch/x86/kernel/e820.c linux-2.6.31/arch/x86/kernel/e820.c
---- linux-2.6.31/arch/x86/kernel/e820.c        2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/kernel/e820.c        2009-09-06 15:29:11.204182293 -0400
+diff -urNp linux-2.6.32.1/arch/x86/kernel/e820.c linux-2.6.32.1/arch/x86/kernel/e820.c
+--- linux-2.6.32.1/arch/x86/kernel/e820.c      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/kernel/e820.c      2009-12-14 18:33:51.663700965 -0500
 @@ -733,7 +733,10 @@ struct early_res {
  };
  static struct early_res early_res[MAX_EARLY_RES] __initdata = {
@@ -8678,9 +10008,9 @@ diff -urNp linux-2.6.31/arch/x86/kernel/e820.c linux-2.6.31/arch/x86/kernel/e820
  };
  
  static int __init find_overlapped_early(u64 start, u64 end)
-diff -urNp linux-2.6.31/arch/x86/kernel/efi_32.c linux-2.6.31/arch/x86/kernel/efi_32.c
---- linux-2.6.31/arch/x86/kernel/efi_32.c      2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/kernel/efi_32.c      2009-09-06 15:29:11.205512344 -0400
+diff -urNp linux-2.6.32.1/arch/x86/kernel/efi_32.c linux-2.6.32.1/arch/x86/kernel/efi_32.c
+--- linux-2.6.32.1/arch/x86/kernel/efi_32.c    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/kernel/efi_32.c    2009-12-14 18:33:51.663700965 -0500
 @@ -38,70 +38,38 @@
   */
  
@@ -8761,9 +10091,9 @@ diff -urNp linux-2.6.31/arch/x86/kernel/efi_32.c linux-2.6.31/arch/x86/kernel/ef
  
        /*
         * After the lock is released, the original page table is restored.
-diff -urNp linux-2.6.31/arch/x86/kernel/efi_stub_32.S linux-2.6.31/arch/x86/kernel/efi_stub_32.S
---- linux-2.6.31/arch/x86/kernel/efi_stub_32.S 2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/kernel/efi_stub_32.S 2009-09-06 15:29:11.205512344 -0400
+diff -urNp linux-2.6.32.1/arch/x86/kernel/efi_stub_32.S linux-2.6.32.1/arch/x86/kernel/efi_stub_32.S
+--- linux-2.6.32.1/arch/x86/kernel/efi_stub_32.S       2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/kernel/efi_stub_32.S       2009-12-14 18:33:51.664705034 -0500
 @@ -6,6 +6,7 @@
   */
  
@@ -8862,9 +10192,9 @@ diff -urNp linux-2.6.31/arch/x86/kernel/efi_stub_32.S linux-2.6.31/arch/x86/kern
  saved_return_addr:
        .long 0
  efi_rt_function_ptr:
-diff -urNp linux-2.6.31/arch/x86/kernel/entry_32.S linux-2.6.31/arch/x86/kernel/entry_32.S
---- linux-2.6.31/arch/x86/kernel/entry_32.S    2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/kernel/entry_32.S    2009-09-06 15:29:11.206296868 -0400
+diff -urNp linux-2.6.32.1/arch/x86/kernel/entry_32.S linux-2.6.32.1/arch/x86/kernel/entry_32.S
+--- linux-2.6.32.1/arch/x86/kernel/entry_32.S  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/kernel/entry_32.S  2009-12-14 18:33:51.664705034 -0500
 @@ -191,7 +191,7 @@
  
  #endif        /* CONFIG_X86_32_LAZY_GS */
@@ -8883,20 +10213,14 @@ diff -urNp linux-2.6.31/arch/x86/kernel/entry_32.S linux-2.6.31/arch/x86/kernel/
        movl %edx, %ds
        movl %edx, %es
        movl $(__KERNEL_PERCPU), %edx
-@@ -232,6 +232,21 @@
+@@ -232,6 +232,15 @@
        SET_KERNEL_GS %edx
  .endm
  
 +.macro SAVE_ALL
-+#ifdef CONFIG_PAX_KERNEXEC
-+      __SAVE_ALL __KERNEL_DS
-+      GET_CR0_INTO_EDX;
-+      movl %edx, %esi;
-+      orl $X86_CR0_WP, %edx;
-+      xorl %edx, %esi;
-+      SET_CR0_FROM_EDX
-+#elif defined(CONFIG_PAX_PAGEEXEC) || defined(CONFIG_PAX_SEGMEXEC) || defined(CONFIG_PAX_MEMORY_UDEREF)
++#if defined(CONFIG_PAX_KERNEXEC) || defined(CONFIG_PAX_PAGEEXEC) || defined(CONFIG_PAX_SEGMEXEC) || defined(CONFIG_PAX_MEMORY_UDEREF)
 +      __SAVE_ALL __KERNEL_DS
++      PAX_ENTER_KERNEL
 +#else
 +      __SAVE_ALL __USER_DS
 +#endif
@@ -8905,29 +10229,15 @@ diff -urNp linux-2.6.31/arch/x86/kernel/entry_32.S linux-2.6.31/arch/x86/kernel/
  .macro RESTORE_INT_REGS
        popl %ebx
        CFI_ADJUST_CFA_OFFSET -4
-@@ -329,6 +344,11 @@ ENTRY(ret_from_fork)
-       CFI_ADJUST_CFA_OFFSET 4
-       popfl
-       CFI_ADJUST_CFA_OFFSET -4
-+
-+#ifdef CONFIG_PAX_KERNEXEC
-+      xorl %esi, %esi
-+#endif
-+
-       jmp syscall_exit
-       CFI_ENDPROC
- END(ret_from_fork)
-@@ -352,7 +372,17 @@ check_userspace:
+@@ -352,7 +361,15 @@ check_userspace:
        movb PT_CS(%esp), %al
        andl $(X86_EFLAGS_VM | SEGMENT_RPL_MASK), %eax
        cmpl $USER_RPL, %eax
 +
 +#ifdef CONFIG_PAX_KERNEXEC
 +      jae resume_userspace
-+      
-+      GET_CR0_INTO_EDX
-+      xorl %esi, %edx
-+      SET_CR0_FROM_EDX
++
++      PAX_EXIT_KERNEL
 +      jmp resume_kernel
 +#else
        jb resume_kernel                # not returning to v8086 or userspace
@@ -8935,7 +10245,7 @@ diff -urNp linux-2.6.31/arch/x86/kernel/entry_32.S linux-2.6.31/arch/x86/kernel/
  
  ENTRY(resume_userspace)
        LOCKDEP_SYS_EXIT
-@@ -414,10 +444,9 @@ sysenter_past_esp:
+@@ -414,10 +431,9 @@ sysenter_past_esp:
        /*CFI_REL_OFFSET cs, 0*/
        /*
         * Push current_thread_info()->sysenter_return to the stack.
@@ -8948,7 +10258,7 @@ diff -urNp linux-2.6.31/arch/x86/kernel/entry_32.S linux-2.6.31/arch/x86/kernel/
        CFI_ADJUST_CFA_OFFSET 4
        CFI_REL_OFFSET eip, 0
  
-@@ -430,9 +459,19 @@ sysenter_past_esp:
+@@ -430,9 +446,19 @@ sysenter_past_esp:
   * Load the potential sixth argument from user stack.
   * Careful about security.
   */
@@ -8968,7 +10278,7 @@ diff -urNp linux-2.6.31/arch/x86/kernel/entry_32.S linux-2.6.31/arch/x86/kernel/
        movl %ebp,PT_EBP(%esp)
  .section __ex_table,"a"
        .align 4
-@@ -455,12 +494,23 @@ sysenter_do_call:
+@@ -455,12 +481,23 @@ sysenter_do_call:
        testl $_TIF_ALLWORK_MASK, %ecx
        jne sysexit_audit
  sysenter_exit:
@@ -8992,7 +10302,7 @@ diff -urNp linux-2.6.31/arch/x86/kernel/entry_32.S linux-2.6.31/arch/x86/kernel/
        PTGS_TO_GS
        ENABLE_INTERRUPTS_SYSEXIT
  
-@@ -504,11 +554,17 @@ sysexit_audit:
+@@ -504,11 +541,17 @@ sysexit_audit:
  
        CFI_ENDPROC
  .pushsection .fixup,"ax"
@@ -9012,7 +10322,7 @@ diff -urNp linux-2.6.31/arch/x86/kernel/entry_32.S linux-2.6.31/arch/x86/kernel/
  .popsection
        PTGS_TO_GS_EX
  ENDPROC(ia32_sysenter_target)
-@@ -538,6 +594,10 @@ syscall_exit:
+@@ -538,6 +581,10 @@ syscall_exit:
        testl $_TIF_ALLWORK_MASK, %ecx  # current->work
        jne syscall_exit_work
  
@@ -9023,7 +10333,7 @@ diff -urNp linux-2.6.31/arch/x86/kernel/entry_32.S linux-2.6.31/arch/x86/kernel/
  restore_all:
        TRACE_IRQS_IRET
  restore_all_notrace:
-@@ -602,7 +662,13 @@ ldt_ss:
+@@ -602,7 +649,13 @@ ldt_ss:
        mov PT_OLDESP(%esp), %eax       /* load userspace esp */
        mov %dx, %ax                    /* eax: new kernel esp */
        sub %eax, %edx                  /* offset (low word is 0) */
@@ -9038,7 +10348,7 @@ diff -urNp linux-2.6.31/arch/x86/kernel/entry_32.S linux-2.6.31/arch/x86/kernel/
        shr $16, %edx
        mov %dl, GDT_ENTRY_ESPFIX_SS * 8 + 4(%ebx) /* bits 16..23 */
        mov %dh, GDT_ENTRY_ESPFIX_SS * 8 + 7(%ebx) /* bits 24..31 */
-@@ -642,25 +708,19 @@ work_resched:
+@@ -642,25 +695,19 @@ work_resched:
  
  work_notifysig:                               # deal with pending signals and
                                        # notify-resume requests
@@ -9067,7 +10377,7 @@ diff -urNp linux-2.6.31/arch/x86/kernel/entry_32.S linux-2.6.31/arch/x86/kernel/
  #endif
        xorl %edx, %edx
        call do_notify_resume
-@@ -695,6 +755,10 @@ END(syscall_exit_work)
+@@ -695,6 +742,10 @@ END(syscall_exit_work)
  
        RING0_INT_FRAME                 # can't unwind into user space anyway
  syscall_fault:
@@ -9078,7 +10388,7 @@ diff -urNp linux-2.6.31/arch/x86/kernel/entry_32.S linux-2.6.31/arch/x86/kernel/
        GET_THREAD_INFO(%ebp)
        movl $-EFAULT,PT_EAX(%esp)
        jmp resume_userspace
-@@ -735,7 +799,13 @@ PTREGSCALL(vm86old)
+@@ -735,7 +786,13 @@ PTREGSCALL(vm86old)
   * normal stack and adjusts ESP with the matching offset.
   */
        /* fixup the stack */
@@ -9093,7 +10403,7 @@ diff -urNp linux-2.6.31/arch/x86/kernel/entry_32.S linux-2.6.31/arch/x86/kernel/
        mov GDT_ENTRY_ESPFIX_SS * 8 + 4(%ebx), %al /* bits 16..23 */
        mov GDT_ENTRY_ESPFIX_SS * 8 + 7(%ebx), %ah /* bits 24..31 */
        shl $16, %eax
-@@ -1198,7 +1268,6 @@ return_to_handler:
+@@ -1198,7 +1255,6 @@ return_to_handler:
        ret
  #endif
  
@@ -9101,18 +10411,12 @@ diff -urNp linux-2.6.31/arch/x86/kernel/entry_32.S linux-2.6.31/arch/x86/kernel/
  #include "syscall_table_32.S"
  
  syscall_table_size=(.-sys_call_table)
-@@ -1250,12 +1319,21 @@ error_code:
+@@ -1250,12 +1306,15 @@ error_code:
        movl %ecx, %fs
        UNWIND_ESPFIX_STACK
        GS_TO_REG %ecx
 +
-+#ifdef CONFIG_PAX_KERNEXEC
-+      GET_CR0_INTO_EDX
-+      movl %edx, %esi
-+      orl $X86_CR0_WP, %edx
-+      xorl %edx, %esi
-+      SET_CR0_FROM_EDX
-+#endif
++      PAX_ENTER_KERNEL
 +
        movl PT_GS(%esp), %edi          # get the function address
        movl PT_ORIG_EAX(%esp), %edx    # get the error code
@@ -9124,38 +10428,30 @@ diff -urNp linux-2.6.31/arch/x86/kernel/entry_32.S linux-2.6.31/arch/x86/kernel/
        movl %ecx, %ds
        movl %ecx, %es
        TRACE_IRQS_OFF
-@@ -1351,6 +1429,13 @@ nmi_stack_correct:
+@@ -1351,6 +1410,9 @@ nmi_stack_correct:
        xorl %edx,%edx          # zero error code
        movl %esp,%eax          # pt_regs pointer
        call do_nmi
 +
-+#ifdef CONFIG_PAX_KERNEXEC
-+      GET_CR0_INTO_EDX
-+      xorl %esi, %edx
-+      SET_CR0_FROM_EDX
-+#endif
++      PAX_EXIT_KERNEL
 +
        jmp restore_all_notrace
        CFI_ENDPROC
  
-@@ -1391,6 +1476,13 @@ nmi_espfix_stack:
+@@ -1391,6 +1453,9 @@ nmi_espfix_stack:
        FIXUP_ESPFIX_STACK              # %eax == %esp
        xorl %edx,%edx                  # zero error code
        call do_nmi
 +
-+#ifdef CONFIG_PAX_KERNEXEC
-+      GET_CR0_INTO_EDX
-+      xorl %esi, %edx
-+      SET_CR0_FROM_EDX
-+#endif
++      PAX_EXIT_KERNEL
 +
        RESTORE_REGS
        lss 12+4(%esp), %esp            # back to espfix stack
        CFI_ADJUST_CFA_OFFSET -24
-diff -urNp linux-2.6.31/arch/x86/kernel/entry_64.S linux-2.6.31/arch/x86/kernel/entry_64.S
---- linux-2.6.31/arch/x86/kernel/entry_64.S    2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/kernel/entry_64.S    2009-09-06 15:29:11.206296868 -0400
-@@ -1074,7 +1074,12 @@ ENTRY(\sym)
+diff -urNp linux-2.6.32.1/arch/x86/kernel/entry_64.S linux-2.6.32.1/arch/x86/kernel/entry_64.S
+--- linux-2.6.32.1/arch/x86/kernel/entry_64.S  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/kernel/entry_64.S  2009-12-14 18:33:51.664705034 -0500
+@@ -1068,7 +1068,12 @@ ENTRY(\sym)
        TRACE_IRQS_OFF
        movq %rsp,%rdi          /* pt_regs pointer */
        xorl %esi,%esi          /* no error code */
@@ -9169,31 +10465,67 @@ diff -urNp linux-2.6.31/arch/x86/kernel/entry_64.S linux-2.6.31/arch/x86/kernel/
        subq $EXCEPTION_STKSZ, TSS_ist + (\ist - 1) * 8(%rbp)
        call \do_sym
        addq $EXCEPTION_STKSZ, TSS_ist + (\ist - 1) * 8(%rbp)
-diff -urNp linux-2.6.31/arch/x86/kernel/ftrace.c linux-2.6.31/arch/x86/kernel/ftrace.c
---- linux-2.6.31/arch/x86/kernel/ftrace.c      2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/kernel/ftrace.c      2009-09-06 15:29:11.207555331 -0400
-@@ -284,9 +284,9 @@ int ftrace_update_ftrace_func(ftrace_fun
+diff -urNp linux-2.6.32.1/arch/x86/kernel/ftrace.c linux-2.6.32.1/arch/x86/kernel/ftrace.c
+--- linux-2.6.32.1/arch/x86/kernel/ftrace.c    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/kernel/ftrace.c    2009-12-15 17:05:40.572633226 -0500
+@@ -215,7 +215,7 @@ do_ftrace_mod_code(unsigned long ip, voi
+-static unsigned char ftrace_nop[MCOUNT_INSN_SIZE];
++static unsigned char ftrace_nop[MCOUNT_INSN_SIZE] __read_only;
+ static unsigned char *ftrace_nop_replace(void)
+ {
+@@ -228,6 +228,8 @@ ftrace_modify_code(unsigned long ip, uns
+ {
+       unsigned char replaced[MCOUNT_INSN_SIZE];
++      ip = ktla_ktva(ip);
++
+       /*
+        * Note: Due to modules and __init, code can
+        *  disappear and change, we need to protect against faulting
+@@ -284,7 +286,7 @@ int ftrace_update_ftrace_func(ftrace_fun
        unsigned char old[MCOUNT_INSN_SIZE], *new;
        int ret;
  
 -      memcpy(old, &ftrace_call, MCOUNT_INSN_SIZE);
 +      memcpy(old, (void *)ktla_ktva((unsigned long)ftrace_call), MCOUNT_INSN_SIZE);
        new = ftrace_call_replace(ip, (unsigned long)func);
--      ret = ftrace_modify_code(ip, old, new);
-+      ret = ftrace_modify_code(ktla_ktva(ip), old, new);
+       ret = ftrace_modify_code(ip, old, new);
+@@ -337,15 +339,15 @@ int __init ftrace_dyn_arch_init(void *da
+       switch (faulted) {
+       case 0:
+               pr_info("ftrace: converting mcount calls to 0f 1f 44 00 00\n");
+-              memcpy(ftrace_nop, ftrace_test_p6nop, MCOUNT_INSN_SIZE);
++              memcpy(ftrace_nop, ktla_ktva(ftrace_test_p6nop), MCOUNT_INSN_SIZE);
+               break;
+       case 1:
+               pr_info("ftrace: converting mcount calls to 66 66 66 66 90\n");
+-              memcpy(ftrace_nop, ftrace_test_nop5, MCOUNT_INSN_SIZE);
++              memcpy(ftrace_nop, ktla_ktva(ftrace_test_nop5), MCOUNT_INSN_SIZE);
+               break;
+       case 2:
+               pr_info("ftrace: converting mcount calls to jmp . + 5\n");
+-              memcpy(ftrace_nop, ftrace_test_jmp, MCOUNT_INSN_SIZE);
++              memcpy(ftrace_nop, ktla_ktva(ftrace_test_jmp), MCOUNT_INSN_SIZE);
+               break;
+       }
  
-       return ret;
- }
-diff -urNp linux-2.6.31/arch/x86/kernel/head32.c linux-2.6.31/arch/x86/kernel/head32.c
---- linux-2.6.31/arch/x86/kernel/head32.c      2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/kernel/head32.c      2009-09-06 15:29:11.208258154 -0400
-@@ -13,12 +13,13 @@
- #include <asm/e820.h>
+diff -urNp linux-2.6.32.1/arch/x86/kernel/head32.c linux-2.6.32.1/arch/x86/kernel/head32.c
+--- linux-2.6.32.1/arch/x86/kernel/head32.c    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/kernel/head32.c    2009-12-14 18:33:51.665756688 -0500
+@@ -16,6 +16,7 @@
+ #include <asm/apic.h>
+ #include <asm/io_apic.h>
  #include <asm/bios_ebda.h>
- #include <asm/trampoline.h>
 +#include <asm/boot.h>
  
- void __init i386_start_kernel(void)
+ static void __init i386_default_early_setup(void)
+ {
+@@ -31,7 +32,7 @@ void __init i386_start_kernel(void)
  {
        reserve_trampoline_memory();
  
@@ -9202,10 +10534,10 @@ diff -urNp linux-2.6.31/arch/x86/kernel/head32.c linux-2.6.31/arch/x86/kernel/he
  
  #ifdef CONFIG_BLK_DEV_INITRD
        /* Reserve INITRD */
-diff -urNp linux-2.6.31/arch/x86/kernel/head_32.S linux-2.6.31/arch/x86/kernel/head_32.S
---- linux-2.6.31/arch/x86/kernel/head_32.S     2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/kernel/head_32.S     2009-09-10 19:30:54.973203235 -0400
-@@ -19,6 +19,7 @@
+diff -urNp linux-2.6.32.1/arch/x86/kernel/head_32.S linux-2.6.32.1/arch/x86/kernel/head_32.S
+--- linux-2.6.32.1/arch/x86/kernel/head_32.S   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/kernel/head_32.S   2009-12-14 18:33:51.698704673 -0500
+@@ -19,10 +19,17 @@
  #include <asm/setup.h>
  #include <asm/processor-flags.h>
  #include <asm/percpu.h>
@@ -9213,7 +10545,17 @@ diff -urNp linux-2.6.31/arch/x86/kernel/head_32.S linux-2.6.31/arch/x86/kernel/h
  
  /* Physical address */
  #define pa(X) ((X) - __PAGE_OFFSET)
-@@ -52,11 +53,7 @@
++#ifdef CONFIG_PAX_KERNEXEC
++#define ta(X) (X)
++#else
++#define ta(X) ((X) - __PAGE_OFFSET)
++#endif
++
+ /*
+  * References to members of the new_cpu_data structure.
+  */
+@@ -52,11 +59,7 @@
   * and small than max_low_pfn, otherwise will waste some page table entries
   */
  
@@ -9226,7 +10568,7 @@ diff -urNp linux-2.6.31/arch/x86/kernel/head_32.S linux-2.6.31/arch/x86/kernel/h
  
  /* Enough space to fit pagetables for the low memory linear map */
  MAPPING_BEYOND_END = \
-@@ -73,6 +70,12 @@ INIT_MAP_SIZE = PAGE_TABLE_SIZE(KERNEL_P
+@@ -73,6 +76,12 @@ INIT_MAP_SIZE = PAGE_TABLE_SIZE(KERNEL_P
  RESERVE_BRK(pagetables, INIT_MAP_SIZE)
  
  /*
@@ -9239,10 +10581,10 @@ diff -urNp linux-2.6.31/arch/x86/kernel/head_32.S linux-2.6.31/arch/x86/kernel/h
   * 32-bit kernel entrypoint; only used by the boot CPU.  On entry,
   * %esi points to the real-mode code as a 32-bit pointer.
   * CS and DS must be 4 GB flat segments, but we don't depend on
-@@ -80,6 +83,13 @@ RESERVE_BRK(pagetables, INIT_MAP_SIZE)
+@@ -80,6 +89,13 @@ RESERVE_BRK(pagetables, INIT_MAP_SIZE)
   * can.
   */
- .section .text.head,"ax",@progbits
+ __HEAD
 +
 +#ifdef CONFIG_PAX_KERNEXEC
 +      jmp startup_32
@@ -9253,7 +10595,7 @@ diff -urNp linux-2.6.31/arch/x86/kernel/head_32.S linux-2.6.31/arch/x86/kernel/h
  ENTRY(startup_32)
        /* test KEEP_SEGMENTS flag to see if the bootloader is asking
                us to not reload segments */
-@@ -97,6 +107,48 @@ ENTRY(startup_32)
+@@ -97,6 +113,52 @@ ENTRY(startup_32)
        movl %eax,%gs
  2:
  
@@ -9265,7 +10607,7 @@ diff -urNp linux-2.6.31/arch/x86/kernel/head_32.S linux-2.6.31/arch/x86/kernel/h
 +      movb %al,__KERNEL_PERCPU + 4(%edi)
 +      movb %ah,__KERNEL_PERCPU + 7(%edi)
 +      movl $__per_cpu_end - 1,%eax
-+      subl $__per_cpu_load,%eax
++      subl $__per_cpu_start,%eax
 +      movw %ax,__KERNEL_PERCPU + 0(%edi)
 +#endif
 +
@@ -9280,15 +10622,19 @@ diff -urNp linux-2.6.31/arch/x86/kernel/head_32.S linux-2.6.31/arch/x86/kernel/h
 +
 +#ifdef CONFIG_PAX_KERNEXEC
 +      movl $pa(boot_gdt),%edi
-+      movl $KERNEL_TEXT_OFFSET,%eax
++      movl $__LOAD_PHYSICAL_ADDR,%eax
 +      movw %ax,__BOOT_CS + 2(%edi)
 +      rorl $16,%eax
 +      movb %al,__BOOT_CS + 4(%edi)
 +      movb %ah,__BOOT_CS + 7(%edi)
 +      rorl $16,%eax
 +
++      ljmp $(__BOOT_CS),$1f
++1:
++
 +      movl $NR_CPUS,%ecx
 +      movl $pa(cpu_gdt_table),%edi
++      addl $__PAGE_OFFSET,%eax
 +1:
 +      movw %ax,__KERNEL_CS + 2(%edi)
 +      rorl $16,%eax
@@ -9302,7 +10648,7 @@ diff -urNp linux-2.6.31/arch/x86/kernel/head_32.S linux-2.6.31/arch/x86/kernel/h
  /*
   * Clear BSS first so that there are no surprises...
   */
-@@ -140,9 +192,7 @@ ENTRY(startup_32)
+@@ -140,9 +202,7 @@ ENTRY(startup_32)
        cmpl $num_subarch_entries, %eax
        jae bad_subarch
  
@@ -9313,20 +10659,22 @@ diff -urNp linux-2.6.31/arch/x86/kernel/head_32.S linux-2.6.31/arch/x86/kernel/h
  
  bad_subarch:
  WEAK(lguest_entry)
-@@ -154,9 +204,9 @@ WEAK(xen_entry)
+@@ -154,10 +214,10 @@ WEAK(xen_entry)
        __INITDATA
  
  subarch_entries:
 -      .long default_entry             /* normal x86/PC */
 -      .long lguest_entry              /* lguest hypervisor */
 -      .long xen_entry                 /* Xen hypervisor */
-+      .long pa(default_entry)         /* normal x86/PC */
-+      .long pa(lguest_entry)          /* lguest hypervisor */
-+      .long pa(xen_entry)             /* Xen hypervisor */
+-      .long default_entry             /* Moorestown MID */
++      .long ta(default_entry)         /* normal x86/PC */
++      .long ta(lguest_entry)          /* lguest hypervisor */
++      .long ta(xen_entry)             /* Xen hypervisor */
++      .long ta(default_entry)         /* Moorestown MID */
  num_subarch_entries = (. - subarch_entries) / 4
  .previous
  #endif /* CONFIG_PARAVIRT */
-@@ -217,8 +267,11 @@ default_entry:
+@@ -218,8 +278,11 @@ default_entry:
        movl %eax, pa(max_pfn_mapped)
  
        /* Do early initialization of the fixmap area */
@@ -9340,7 +10688,7 @@ diff -urNp linux-2.6.31/arch/x86/kernel/head_32.S linux-2.6.31/arch/x86/kernel/h
  #else /* Not PAE */
  
  page_pde_offset = (__PAGE_OFFSET >> 20);
-@@ -248,8 +301,11 @@ page_pde_offset = (__PAGE_OFFSET >> 20);
+@@ -249,8 +312,11 @@ page_pde_offset = (__PAGE_OFFSET >> 20);
        movl %eax, pa(max_pfn_mapped)
  
        /* Do early initialization of the fixmap area */
@@ -9354,7 +10702,15 @@ diff -urNp linux-2.6.31/arch/x86/kernel/head_32.S linux-2.6.31/arch/x86/kernel/h
  #endif
        jmp 3f
  /*
-@@ -311,13 +367,16 @@ ENTRY(startup_32_smp)
+@@ -297,6 +363,7 @@ ENTRY(startup_32_smp)
+       orl %edx,%eax
+       movl %eax,%cr4
++#ifdef CONFIG_X86_PAE
+       btl $5, %eax            # check if PAE is enabled
+       jnc 6f
+@@ -312,13 +379,17 @@ ENTRY(startup_32_smp)
        jnc 6f
  
        /* Setup EFER (Extended Feature Enable Register) */
@@ -9368,11 +10724,12 @@ diff -urNp linux-2.6.31/arch/x86/kernel/head_32.S linux-2.6.31/arch/x86/kernel/h
  
 +      btsl $_PAGE_BIT_NX-32,pa(__supported_pte_mask+4)
 +      movl $1,pa(nx_enabled)
++#endif
 +
  6:
  
  /*
-@@ -343,9 +402,7 @@ ENTRY(startup_32_smp)
+@@ -344,9 +415,7 @@ ENTRY(startup_32_smp)
  
  #ifdef CONFIG_SMP
        cmpb $0, ready
@@ -9383,7 +10740,7 @@ diff -urNp linux-2.6.31/arch/x86/kernel/head_32.S linux-2.6.31/arch/x86/kernel/h
  #endif /* CONFIG_SMP */
  
  /*
-@@ -423,7 +480,7 @@ is386:     movl $2,%ecx            # set MP
+@@ -424,7 +493,7 @@ is386:     movl $2,%ecx            # set MP
  1:    movl $(__KERNEL_DS),%eax        # reload all the segment registers
        movl %eax,%ss                   # after changing gdt.
  
@@ -9392,7 +10749,7 @@ diff -urNp linux-2.6.31/arch/x86/kernel/head_32.S linux-2.6.31/arch/x86/kernel/h
        movl %eax,%ds
        movl %eax,%es
  
-@@ -437,8 +494,11 @@ is386:    movl $2,%ecx            # set MP
+@@ -438,8 +507,11 @@ is386:    movl $2,%ecx            # set MP
         */
        cmpb $0,ready
        jne 1f
@@ -9402,10 +10759,10 @@ diff -urNp linux-2.6.31/arch/x86/kernel/head_32.S linux-2.6.31/arch/x86/kernel/h
 +#ifdef CONFIG_SMP
 +      addl $__per_cpu_load,%ecx
 +#endif
-       subl $20, %ecx
        movw %cx, 8 * GDT_ENTRY_STACK_CANARY + 2(%eax)
        shrl $16, %ecx
-@@ -457,10 +517,6 @@ is386:    movl $2,%ecx            # set MP
+       movb %cl, 8 * GDT_ENTRY_STACK_CANARY + 4(%eax)
+@@ -457,10 +529,6 @@ is386:    movl $2,%ecx            # set MP
  #ifdef CONFIG_SMP
        movb ready, %cl
        movb $1, ready
@@ -9416,7 +10773,7 @@ diff -urNp linux-2.6.31/arch/x86/kernel/head_32.S linux-2.6.31/arch/x86/kernel/h
  #endif /* CONFIG_SMP */
        jmp *(initial_code)
  
-@@ -546,22 +602,22 @@ early_page_fault:
+@@ -546,22 +614,22 @@ early_page_fault:
        jmp early_fault
  
  early_fault:
@@ -9444,7 +10801,7 @@ diff -urNp linux-2.6.31/arch/x86/kernel/head_32.S linux-2.6.31/arch/x86/kernel/h
  hlt_loop:
        hlt
        jmp hlt_loop
-@@ -569,8 +625,11 @@ hlt_loop:
+@@ -569,8 +637,11 @@ hlt_loop:
  /* This is the default interrupt "handler" :-) */
        ALIGN
  ignore_int:
@@ -9457,7 +10814,7 @@ diff -urNp linux-2.6.31/arch/x86/kernel/head_32.S linux-2.6.31/arch/x86/kernel/h
        pushl %eax
        pushl %ecx
        pushl %edx
-@@ -579,9 +638,6 @@ ignore_int:
+@@ -579,9 +650,6 @@ ignore_int:
        movl $(__KERNEL_DS),%eax
        movl %eax,%ds
        movl %eax,%es
@@ -9467,11 +10824,11 @@ diff -urNp linux-2.6.31/arch/x86/kernel/head_32.S linux-2.6.31/arch/x86/kernel/h
        pushl 16(%esp)
        pushl 24(%esp)
        pushl 32(%esp)
-@@ -608,27 +664,37 @@ ENTRY(initial_code)
+@@ -608,27 +676,37 @@ ENTRY(initial_code)
  /*
   * BSS section
   */
--.section ".bss.page_aligned","wa"
+-__PAGE_ALIGNED_BSS
 -      .align PAGE_SIZE_asm
  #ifdef CONFIG_X86_PAE
 +.section .swapper_pg_pmd,"a",@progbits
@@ -9503,14 +10860,14 @@ diff -urNp linux-2.6.31/arch/x86/kernel/head_32.S linux-2.6.31/arch/x86/kernel/h
   * This starts the data section.
   */
  #ifdef CONFIG_X86_PAE
--.section ".data.page_aligned","wa"
+-__PAGE_ALIGNED_DATA
 -      /* Page-aligned for the benefit of paravirt? */
 -      .align PAGE_SIZE_asm
 +.section .swapper_pg_dir,"a",@progbits
  ENTRY(swapper_pg_dir)
        .long   pa(swapper_pg_pmd+PGD_IDENT_ATTR),0     /* low identity map */
  # if KPMDS == 3
-@@ -651,11 +717,12 @@ ENTRY(swapper_pg_dir)
+@@ -651,11 +729,12 @@ ENTRY(swapper_pg_dir)
  
  .data
  ENTRY(stack_start)
@@ -9524,7 +10881,7 @@ diff -urNp linux-2.6.31/arch/x86/kernel/head_32.S linux-2.6.31/arch/x86/kernel/h
  early_recursion_flag:
        .long 0
  
-@@ -691,7 +758,7 @@ fault_msg:
+@@ -691,7 +770,7 @@ fault_msg:
        .word 0                         # 32 bit align gdt_desc.address
  boot_gdt_descr:
        .word __BOOT_DS+7
@@ -9533,7 +10890,7 @@ diff -urNp linux-2.6.31/arch/x86/kernel/head_32.S linux-2.6.31/arch/x86/kernel/h
  
        .word 0                         # 32-bit align idt_desc.address
  idt_descr:
-@@ -702,7 +769,7 @@ idt_descr:
+@@ -702,7 +781,7 @@ idt_descr:
        .word 0                         # 32 bit align gdt_desc.address
  ENTRY(early_gdt_descr)
        .word GDT_ENTRIES*8-1
@@ -9542,7 +10899,7 @@ diff -urNp linux-2.6.31/arch/x86/kernel/head_32.S linux-2.6.31/arch/x86/kernel/h
  
  /*
   * The boot_gdt must mirror the equivalent in setup.S and is
-@@ -711,5 +778,59 @@ ENTRY(early_gdt_descr)
+@@ -711,5 +790,59 @@ ENTRY(early_gdt_descr)
        .align L1_CACHE_BYTES
  ENTRY(boot_gdt)
        .fill GDT_ENTRY_BOOT_CS,8,0
@@ -9604,9 +10961,9 @@ diff -urNp linux-2.6.31/arch/x86/kernel/head_32.S linux-2.6.31/arch/x86/kernel/h
 +      /* Be sure this is zeroed to avoid false validations in Xen */
 +      .fill PAGE_SIZE_asm - GDT_SIZE,1,0
 +      .endr
-diff -urNp linux-2.6.31/arch/x86/kernel/head_64.S linux-2.6.31/arch/x86/kernel/head_64.S
---- linux-2.6.31/arch/x86/kernel/head_64.S     2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/kernel/head_64.S     2009-09-06 15:30:00.014344371 -0400
+diff -urNp linux-2.6.32.1/arch/x86/kernel/head_64.S linux-2.6.32.1/arch/x86/kernel/head_64.S
+--- linux-2.6.32.1/arch/x86/kernel/head_64.S   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/kernel/head_64.S   2009-12-14 18:33:51.698704673 -0500
 @@ -38,6 +38,10 @@ L4_PAGE_OFFSET = pgd_index(__PAGE_OFFSET
  L3_PAGE_OFFSET = pud_index(__PAGE_OFFSET)
  L4_START_KERNEL = pgd_index(__START_KERNEL_map)
@@ -9617,7 +10974,7 @@ diff -urNp linux-2.6.31/arch/x86/kernel/head_64.S linux-2.6.31/arch/x86/kernel/h
 +L3_VMEMMAP_START = pud_index(VMEMMAP_START)
  
        .text
-       .section .text.head
+       __HEAD
 @@ -85,35 +89,22 @@ startup_64:
         */
        addq    %rbp, init_level4_pgt + 0(%rip)
@@ -9719,7 +11076,7 @@ diff -urNp linux-2.6.31/arch/x86/kernel/head_64.S linux-2.6.31/arch/x86/kernel/h
  #define NEXT_PAGE(name) \
        .balign PAGE_SIZE; \
  ENTRY(name)
-@@ -350,13 +350,27 @@ NEXT_PAGE(init_level4_pgt)
+@@ -350,13 +350,31 @@ NEXT_PAGE(init_level4_pgt)
        .quad   level3_ident_pgt - __START_KERNEL_map + _KERNPG_TABLE
        .org    init_level4_pgt + L4_PAGE_OFFSET*8, 0
        .quad   level3_ident_pgt - __START_KERNEL_map + _KERNPG_TABLE
@@ -9733,11 +11090,14 @@ diff -urNp linux-2.6.31/arch/x86/kernel/head_64.S linux-2.6.31/arch/x86/kernel/h
  
  NEXT_PAGE(level3_ident_pgt)
        .quad   level2_ident_pgt - __START_KERNEL_map + _KERNPG_TABLE
--      .fill   511,8,0
++#ifdef CONFIG_XEN
+       .fill   511,8,0
++#else
 +      .quad   level2_ident_pgt + PAGE_SIZE - __START_KERNEL_map + _KERNPG_TABLE
 +      .quad   level2_ident_pgt + 2*PAGE_SIZE - __START_KERNEL_map + _KERNPG_TABLE
 +      .quad   level2_ident_pgt + 3*PAGE_SIZE - __START_KERNEL_map + _KERNPG_TABLE
 +      .fill   508,8,0
++#endif
 +
 +NEXT_PAGE(level3_vmalloc_pgt)
 +      .fill   512,8,0
@@ -9748,7 +11108,7 @@ diff -urNp linux-2.6.31/arch/x86/kernel/head_64.S linux-2.6.31/arch/x86/kernel/h
  
  NEXT_PAGE(level3_kernel_pgt)
        .fill   L3_START_KERNEL,8,0
-@@ -364,20 +378,23 @@ NEXT_PAGE(level3_kernel_pgt)
+@@ -364,20 +382,23 @@ NEXT_PAGE(level3_kernel_pgt)
        .quad   level2_kernel_pgt - __START_KERNEL_map + _KERNPG_TABLE
        .quad   level2_fixmap_pgt - __START_KERNEL_map + _PAGE_TABLE
  
@@ -9780,7 +11140,7 @@ diff -urNp linux-2.6.31/arch/x86/kernel/head_64.S linux-2.6.31/arch/x86/kernel/h
  
  NEXT_PAGE(level2_kernel_pgt)
        /*
-@@ -390,33 +407,49 @@ NEXT_PAGE(level2_kernel_pgt)
+@@ -390,33 +411,49 @@ NEXT_PAGE(level2_kernel_pgt)
         *  If you want to increase this then increase MODULES_VADDR
         *  too.)
         */
@@ -9838,13 +11198,13 @@ diff -urNp linux-2.6.31/arch/x86/kernel/head_64.S linux-2.6.31/arch/x86/kernel/h
 -      .skip IDT_ENTRIES * 16
 +      .fill 512,8,0
  
-       .section .bss.page_aligned, "aw", @nobits
+       __PAGE_ALIGNED_BSS
        .align PAGE_SIZE
-diff -urNp linux-2.6.31/arch/x86/kernel/i386_ksyms_32.c linux-2.6.31/arch/x86/kernel/i386_ksyms_32.c
---- linux-2.6.31/arch/x86/kernel/i386_ksyms_32.c       2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/kernel/i386_ksyms_32.c       2009-09-06 15:29:11.209316692 -0400
-@@ -10,8 +10,12 @@
- EXPORT_SYMBOL(mcount);
+diff -urNp linux-2.6.32.1/arch/x86/kernel/i386_ksyms_32.c linux-2.6.32.1/arch/x86/kernel/i386_ksyms_32.c
+--- linux-2.6.32.1/arch/x86/kernel/i386_ksyms_32.c     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/kernel/i386_ksyms_32.c     2009-12-14 18:33:51.698704673 -0500
+@@ -20,8 +20,12 @@ extern void cmpxchg8b_emu(void);
+ EXPORT_SYMBOL(cmpxchg8b_emu);
  #endif
  
 +EXPORT_SYMBOL_GPL(cpu_gdt_table);
@@ -9856,18 +11216,18 @@ diff -urNp linux-2.6.31/arch/x86/kernel/i386_ksyms_32.c linux-2.6.31/arch/x86/ke
  
  EXPORT_SYMBOL(__get_user_1);
  EXPORT_SYMBOL(__get_user_2);
-@@ -26,3 +30,7 @@ EXPORT_SYMBOL(strstr);
+@@ -36,3 +40,7 @@ EXPORT_SYMBOL(strstr);
  
  EXPORT_SYMBOL(csum_partial);
  EXPORT_SYMBOL(empty_zero_page);
 +
 +#ifdef CONFIG_PAX_KERNEXEC
-+EXPORT_SYMBOL(KERNEL_TEXT_OFFSET);
++EXPORT_SYMBOL(__LOAD_PHYSICAL_ADDR);
 +#endif
-diff -urNp linux-2.6.31/arch/x86/kernel/init_task.c linux-2.6.31/arch/x86/kernel/init_task.c
---- linux-2.6.31/arch/x86/kernel/init_task.c   2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/kernel/init_task.c   2009-09-06 15:29:11.209316692 -0400
-@@ -39,5 +39,5 @@ EXPORT_SYMBOL(init_task);
+diff -urNp linux-2.6.32.1/arch/x86/kernel/init_task.c linux-2.6.32.1/arch/x86/kernel/init_task.c
+--- linux-2.6.32.1/arch/x86/kernel/init_task.c 2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/kernel/init_task.c 2009-12-14 18:33:51.698704673 -0500
+@@ -38,5 +38,5 @@ EXPORT_SYMBOL(init_task);
   * section. Since TSS's are completely CPU-local, we want them
   * on exact cacheline boundaries, to eliminate cacheline ping-pong.
   */
@@ -9875,9 +11235,9 @@ diff -urNp linux-2.6.31/arch/x86/kernel/init_task.c linux-2.6.31/arch/x86/kernel
 -
 +struct tss_struct init_tss[NR_CPUS] ____cacheline_internodealigned_in_smp = { [0 ... NR_CPUS-1] = INIT_TSS };
 +EXPORT_SYMBOL(init_tss);
-diff -urNp linux-2.6.31/arch/x86/kernel/ioport.c linux-2.6.31/arch/x86/kernel/ioport.c
---- linux-2.6.31/arch/x86/kernel/ioport.c      2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/kernel/ioport.c      2009-09-06 15:29:11.210412651 -0400
+diff -urNp linux-2.6.32.1/arch/x86/kernel/ioport.c linux-2.6.32.1/arch/x86/kernel/ioport.c
+--- linux-2.6.32.1/arch/x86/kernel/ioport.c    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/kernel/ioport.c    2009-12-14 18:33:51.711705213 -0500
 @@ -6,6 +6,7 @@
  #include <linux/sched.h>
  #include <linux/kernel.h>
@@ -9922,9 +11282,9 @@ diff -urNp linux-2.6.31/arch/x86/kernel/ioport.c linux-2.6.31/arch/x86/kernel/io
        }
        regs->flags = (regs->flags & ~X86_EFLAGS_IOPL) | (level << 12);
  
-diff -urNp linux-2.6.31/arch/x86/kernel/irq_32.c linux-2.6.31/arch/x86/kernel/irq_32.c
---- linux-2.6.31/arch/x86/kernel/irq_32.c      2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/kernel/irq_32.c      2009-09-06 15:29:11.210412651 -0400
+diff -urNp linux-2.6.32.1/arch/x86/kernel/irq_32.c linux-2.6.32.1/arch/x86/kernel/irq_32.c
+--- linux-2.6.32.1/arch/x86/kernel/irq_32.c    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/kernel/irq_32.c    2009-12-14 18:33:51.712725194 -0500
 @@ -94,7 +94,7 @@ execute_on_irq_stack(int overflow, struc
                return 0;
  
@@ -9943,54 +11303,44 @@ diff -urNp linux-2.6.31/arch/x86/kernel/irq_32.c linux-2.6.31/arch/x86/kernel/ir
  
                call_on_stack(__do_softirq, isp);
                /*
-diff -urNp linux-2.6.31/arch/x86/kernel/kprobes.c linux-2.6.31/arch/x86/kernel/kprobes.c
---- linux-2.6.31/arch/x86/kernel/kprobes.c     2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/kernel/kprobes.c     2009-09-06 15:29:11.210412651 -0400
-@@ -166,9 +166,24 @@ static void __kprobes set_jmp_op(void *f
+diff -urNp linux-2.6.32.1/arch/x86/kernel/kgdb.c linux-2.6.32.1/arch/x86/kernel/kgdb.c
+--- linux-2.6.32.1/arch/x86/kernel/kgdb.c      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/kernel/kgdb.c      2009-12-14 18:33:51.712725194 -0500
+@@ -573,7 +573,7 @@ unsigned long kgdb_arch_pc(int exception
+       return instruction_pointer(regs);
+ }
+-struct kgdb_arch arch_kgdb_ops = {
++const struct kgdb_arch arch_kgdb_ops = {
+       /* Breakpoint instruction: */
+       .gdb_bpt_instr          = { 0xcc },
+       .flags                  = KGDB_HW_BREAKPOINT,
+diff -urNp linux-2.6.32.1/arch/x86/kernel/kprobes.c linux-2.6.32.1/arch/x86/kernel/kprobes.c
+--- linux-2.6.32.1/arch/x86/kernel/kprobes.c   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/kernel/kprobes.c   2009-12-14 18:33:51.713708818 -0500
+@@ -166,9 +166,13 @@ static void __kprobes set_jmp_op(void *f
                char op;
                s32 raddr;
        } __attribute__((packed)) * jop;
 -      jop = (struct __arch_jmp_op *)from;
 +
-+#ifdef CONFIG_PAX_KERNEXEC
-+      unsigned long cr0;
-+#endif
-+
 +      jop = (struct __arch_jmp_op *)(ktla_ktva(from));
 +
-+#ifdef CONFIG_PAX_KERNEXEC
-+      pax_open_kernel(cr0);
-+#endif
-+
++      pax_open_kernel();
        jop->raddr = (s32)((long)(to) - ((long)(from) + 5));
        jop->op = RELATIVEJUMP_INSTRUCTION;
-+
-+#ifdef CONFIG_PAX_KERNEXEC
-+      pax_close_kernel(cr0);
-+#endif
-+
++      pax_close_kernel();
  }
  
  /*
-@@ -345,16 +360,29 @@ static void __kprobes fix_riprel(struct 
+@@ -345,16 +349,18 @@ static void __kprobes fix_riprel(struct 
  
  static void __kprobes arch_copy_kprobe(struct kprobe *p)
  {
 -      memcpy(p->ainsn.insn, p->addr, MAX_INSN_SIZE * sizeof(kprobe_opcode_t));
-+
-+#ifdef CONFIG_PAX_KERNEXEC
-+      unsigned long cr0;
-+#endif
-+
-+#ifdef CONFIG_PAX_KERNEXEC
-+      pax_open_kernel(cr0);
-+#endif
-+
++      pax_open_kernel();
 +      memcpy(p->ainsn.insn, ktla_ktva(p->addr), MAX_INSN_SIZE * sizeof(kprobe_opcode_t));
-+
-+#ifdef CONFIG_PAX_KERNEXEC
-+      pax_close_kernel(cr0);
-+#endif
++      pax_close_kernel();
  
        fix_riprel(p);
  
@@ -10005,7 +11355,7 @@ diff -urNp linux-2.6.31/arch/x86/kernel/kprobes.c linux-2.6.31/arch/x86/kernel/k
  }
  
  int __kprobes arch_prepare_kprobe(struct kprobe *p)
-@@ -432,7 +460,7 @@ static void __kprobes prepare_singlestep
+@@ -432,7 +438,7 @@ static void __kprobes prepare_singlestep
        if (p->opcode == BREAKPOINT_INSTRUCTION)
                regs->ip = (unsigned long)p->addr;
        else
@@ -10014,7 +11364,7 @@ diff -urNp linux-2.6.31/arch/x86/kernel/kprobes.c linux-2.6.31/arch/x86/kernel/k
  }
  
  void __kprobes arch_prepare_kretprobe(struct kretprobe_instance *ri,
-@@ -453,7 +481,7 @@ static void __kprobes setup_singlestep(s
+@@ -453,7 +459,7 @@ static void __kprobes setup_singlestep(s
        if (p->ainsn.boostable == 1 && !p->post_handler) {
                /* Boost up -- we can execute copied instructions directly */
                reset_current_kprobe();
@@ -10023,7 +11373,7 @@ diff -urNp linux-2.6.31/arch/x86/kernel/kprobes.c linux-2.6.31/arch/x86/kernel/k
                preempt_enable_no_resched();
                return;
        }
-@@ -523,7 +551,7 @@ static int __kprobes kprobe_handler(stru
+@@ -523,7 +529,7 @@ static int __kprobes kprobe_handler(stru
        struct kprobe_ctlblk *kcb;
  
        addr = (kprobe_opcode_t *)(regs->ip - sizeof(kprobe_opcode_t));
@@ -10032,7 +11382,7 @@ diff -urNp linux-2.6.31/arch/x86/kernel/kprobes.c linux-2.6.31/arch/x86/kernel/k
                /*
                 * The breakpoint instruction was removed right
                 * after we hit it.  Another cpu has removed
-@@ -775,7 +803,7 @@ static void __kprobes resume_execution(s
+@@ -775,7 +781,7 @@ static void __kprobes resume_execution(s
                struct pt_regs *regs, struct kprobe_ctlblk *kcb)
  {
        unsigned long *tos = stack_addr(regs);
@@ -10041,7 +11391,7 @@ diff -urNp linux-2.6.31/arch/x86/kernel/kprobes.c linux-2.6.31/arch/x86/kernel/k
        unsigned long orig_ip = (unsigned long)p->addr;
        kprobe_opcode_t *insn = p->ainsn.insn;
  
-@@ -958,7 +986,7 @@ int __kprobes kprobe_exceptions_notify(s
+@@ -958,7 +964,7 @@ int __kprobes kprobe_exceptions_notify(s
        struct die_args *args = data;
        int ret = NOTIFY_DONE;
  
@@ -10050,17 +11400,17 @@ diff -urNp linux-2.6.31/arch/x86/kernel/kprobes.c linux-2.6.31/arch/x86/kernel/k
                return ret;
  
        switch (val) {
-diff -urNp linux-2.6.31/arch/x86/kernel/ldt.c linux-2.6.31/arch/x86/kernel/ldt.c
---- linux-2.6.31/arch/x86/kernel/ldt.c 2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/kernel/ldt.c 2009-09-06 15:29:11.211514562 -0400
+diff -urNp linux-2.6.32.1/arch/x86/kernel/ldt.c linux-2.6.32.1/arch/x86/kernel/ldt.c
+--- linux-2.6.32.1/arch/x86/kernel/ldt.c       2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/kernel/ldt.c       2009-12-14 18:33:51.713708818 -0500
 @@ -66,13 +66,13 @@ static int alloc_ldt(mm_context_t *pc, i
        if (reload) {
  #ifdef CONFIG_SMP
                preempt_disable();
 -              load_LDT(pc);
 +              load_LDT_nolock(pc);
-               if (!cpus_equal(current->mm->cpu_vm_mask,
-                               cpumask_of_cpu(smp_processor_id())))
+               if (!cpumask_equal(mm_cpumask(current->mm),
+                                  cpumask_of(smp_processor_id())))
                        smp_call_function(flush_ldt, current->mm, 1);
                preempt_enable();
  #else
@@ -10117,9 +11467,9 @@ diff -urNp linux-2.6.31/arch/x86/kernel/ldt.c linux-2.6.31/arch/x86/kernel/ldt.c
        fill_ldt(&ldt, &ldt_info);
        if (oldmode)
                ldt.avl = 0;
-diff -urNp linux-2.6.31/arch/x86/kernel/machine_kexec_32.c linux-2.6.31/arch/x86/kernel/machine_kexec_32.c
---- linux-2.6.31/arch/x86/kernel/machine_kexec_32.c    2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/kernel/machine_kexec_32.c    2009-09-06 15:29:11.212155993 -0400
+diff -urNp linux-2.6.32.1/arch/x86/kernel/machine_kexec_32.c linux-2.6.32.1/arch/x86/kernel/machine_kexec_32.c
+--- linux-2.6.32.1/arch/x86/kernel/machine_kexec_32.c  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/kernel/machine_kexec_32.c  2009-12-14 18:33:51.713708818 -0500
 @@ -26,7 +26,7 @@
  #include <asm/system.h>
  #include <asm/cacheflush.h>
@@ -10147,18 +11497,80 @@ diff -urNp linux-2.6.31/arch/x86/kernel/machine_kexec_32.c linux-2.6.31/arch/x86
  
        relocate_kernel_ptr = control_page;
        page_list[PA_CONTROL_PAGE] = __pa(control_page);
-diff -urNp linux-2.6.31/arch/x86/kernel/module.c linux-2.6.31/arch/x86/kernel/module.c
---- linux-2.6.31/arch/x86/kernel/module.c      2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/kernel/module.c      2009-09-06 15:29:11.212155993 -0400
-@@ -27,6 +27,7 @@
- #include <asm/system.h>
- #include <asm/page.h>
- #include <asm/pgtable.h>
-+#include <asm/desc.h>
+diff -urNp linux-2.6.32.1/arch/x86/kernel/microcode_amd.c linux-2.6.32.1/arch/x86/kernel/microcode_amd.c
+--- linux-2.6.32.1/arch/x86/kernel/microcode_amd.c     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/kernel/microcode_amd.c     2009-12-14 18:33:51.720706008 -0500
+@@ -346,7 +346,7 @@ static void microcode_fini_cpu_amd(int c
+       uci->mc = NULL;
+ }
+-static struct microcode_ops microcode_amd_ops = {
++static const struct microcode_ops microcode_amd_ops = {
+       .request_microcode_user           = request_microcode_user,
+       .request_microcode_fw             = request_microcode_fw,
+       .collect_cpu_info                 = collect_cpu_info_amd,
+@@ -354,7 +354,7 @@ static struct microcode_ops microcode_am
+       .microcode_fini_cpu               = microcode_fini_cpu_amd,
+ };
  
- #if 0
- #define DEBUGP printk
-@@ -34,7 +35,7 @@
+-struct microcode_ops * __init init_amd_microcode(void)
++const struct microcode_ops * __init init_amd_microcode(void)
+ {
+       return &microcode_amd_ops;
+ }
+diff -urNp linux-2.6.32.1/arch/x86/kernel/microcode_core.c linux-2.6.32.1/arch/x86/kernel/microcode_core.c
+--- linux-2.6.32.1/arch/x86/kernel/microcode_core.c    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/kernel/microcode_core.c    2009-12-14 18:33:51.720706008 -0500
+@@ -90,7 +90,7 @@ MODULE_LICENSE("GPL");
+ #define MICROCODE_VERSION     "2.00"
+-static struct microcode_ops   *microcode_ops;
++static const struct microcode_ops     *microcode_ops;
+ /*
+  * Synchronization.
+diff -urNp linux-2.6.32.1/arch/x86/kernel/microcode_intel.c linux-2.6.32.1/arch/x86/kernel/microcode_intel.c
+--- linux-2.6.32.1/arch/x86/kernel/microcode_intel.c   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/kernel/microcode_intel.c   2009-12-14 18:33:51.720706008 -0500
+@@ -443,13 +443,13 @@ static enum ucode_state request_microcod
+ static int get_ucode_user(void *to, const void *from, size_t n)
+ {
+-      return copy_from_user(to, from, n);
++      return copy_from_user(to, (__force const void __user *)from, n);
+ }
+ static enum ucode_state
+ request_microcode_user(int cpu, const void __user *buf, size_t size)
+ {
+-      return generic_load_microcode(cpu, (void *)buf, size, &get_ucode_user);
++      return generic_load_microcode(cpu, (__force void *)buf, size, &get_ucode_user);
+ }
+ static void microcode_fini_cpu(int cpu)
+@@ -460,7 +460,7 @@ static void microcode_fini_cpu(int cpu)
+       uci->mc = NULL;
+ }
+-static struct microcode_ops microcode_intel_ops = {
++static const struct microcode_ops microcode_intel_ops = {
+       .request_microcode_user           = request_microcode_user,
+       .request_microcode_fw             = request_microcode_fw,
+       .collect_cpu_info                 = collect_cpu_info,
+@@ -468,7 +468,7 @@ static struct microcode_ops microcode_in
+       .microcode_fini_cpu               = microcode_fini_cpu,
+ };
+-struct microcode_ops * __init init_intel_microcode(void)
++const struct microcode_ops * __init init_intel_microcode(void)
+ {
+       return &microcode_intel_ops;
+ }
+diff -urNp linux-2.6.32.1/arch/x86/kernel/module.c linux-2.6.32.1/arch/x86/kernel/module.c
+--- linux-2.6.32.1/arch/x86/kernel/module.c    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/kernel/module.c    2009-12-14 18:33:51.721716979 -0500
+@@ -34,7 +34,7 @@
  #define DEBUGP(fmt...)
  #endif
  
@@ -10167,7 +11579,7 @@ diff -urNp linux-2.6.31/arch/x86/kernel/module.c linux-2.6.31/arch/x86/kernel/mo
  {
        struct vm_struct *area;
  
-@@ -48,9 +49,92 @@ void *module_alloc(unsigned long size)
+@@ -48,9 +48,90 @@ void *module_alloc(unsigned long size)
        if (!area)
                return NULL;
  
@@ -10217,11 +11629,9 @@ diff -urNp linux-2.6.31/arch/x86/kernel/module.c linux-2.6.31/arch/x86/kernel/mo
 +                      break;
 +
 +      if (tmp) {
-+              unsigned long cr0;
-+
-+              pax_open_kernel(cr0);
++              pax_open_kernel();
 +              memset(tmp->addr, 0xCC, tmp->size);
-+              pax_close_kernel(cr0);
++              pax_close_kernel();
 +
 +              *p = tmp->next;
 +              kfree(tmp);
@@ -10244,7 +11654,7 @@ diff -urNp linux-2.6.31/arch/x86/kernel/module.c linux-2.6.31/arch/x86/kernel/mo
 +void module_free_exec(struct module *mod, void *module_region)
 +{
 +      module_free(mod, module_region);
-+}
+ }
 +EXPORT_SYMBOL(module_free_exec);
 +
 +void *module_alloc_exec(unsigned long size)
@@ -10257,21 +11667,17 @@ diff -urNp linux-2.6.31/arch/x86/kernel/module.c linux-2.6.31/arch/x86/kernel/mo
 +void *module_alloc(unsigned long size)
 +{
 +      return __module_alloc(size, PAGE_KERNEL_EXEC);
- }
++}
 +#endif
  
  /* Free memory returned from module_alloc */
  void module_free(struct module *mod, void *module_region)
-@@ -77,14 +161,20 @@ int apply_relocate(Elf32_Shdr *sechdrs,
+@@ -77,14 +158,16 @@ int apply_relocate(Elf32_Shdr *sechdrs,
        unsigned int i;
        Elf32_Rel *rel = (void *)sechdrs[relsec].sh_addr;
        Elf32_Sym *sym;
 -      uint32_t *location;
 +      uint32_t *plocation, location;
-+
-+#ifdef CONFIG_PAX_KERNEXEC
-+      unsigned long cr0;
-+#endif
  
        DEBUGP("Applying relocate section %u to %u\n", relsec,
               sechdrs[relsec].sh_info);
@@ -10286,126 +11692,87 @@ diff -urNp linux-2.6.31/arch/x86/kernel/module.c linux-2.6.31/arch/x86/kernel/mo
                /* This is the symbol it is referring to.  Note that all
                   undefined symbols have been resolved.  */
                sym = (Elf32_Sym *)sechdrs[symindex].sh_addr
-@@ -93,11 +183,31 @@ int apply_relocate(Elf32_Shdr *sechdrs,
+@@ -93,11 +176,15 @@ int apply_relocate(Elf32_Shdr *sechdrs,
                switch (ELF32_R_TYPE(rel[i].r_info)) {
                case R_386_32:
                        /* We add the value into the location given */
 -                      *location += sym->st_value;
-+
-+#ifdef CONFIG_PAX_KERNEXEC
-+                      pax_open_kernel(cr0);
-+#endif
-+
++                      pax_open_kernel();
 +                      *plocation += sym->st_value;
-+
-+#ifdef CONFIG_PAX_KERNEXEC
-+                      pax_close_kernel(cr0);
-+#endif
-+
++                      pax_close_kernel();
                        break;
                case R_386_PC32:
                        /* Add the value, subtract its postition */
 -                      *location += sym->st_value - (uint32_t)location;
-+
-+#ifdef CONFIG_PAX_KERNEXEC
-+                      pax_open_kernel(cr0);
-+#endif
-+
++                      pax_open_kernel();
 +                      *plocation += sym->st_value - location;
-+
-+#ifdef CONFIG_PAX_KERNEXEC
-+                      pax_close_kernel(cr0);
-+#endif
-+
++                      pax_close_kernel();
                        break;
                default:
                        printk(KERN_ERR "module %s: Unknown relocation: %u\n",
-@@ -131,6 +241,10 @@ int apply_relocate_add(Elf64_Shdr *sechd
-       void *loc;
-       u64 val;
-+#ifdef CONFIG_PAX_KERNEXEC
-+      unsigned long cr0;
-+#endif
-+
-       DEBUGP("Applying relocate section %u to %u\n", relsec,
-              sechdrs[relsec].sh_info);
-       for (i = 0; i < sechdrs[relsec].sh_size / sizeof(*rel); i++) {
-@@ -153,21 +267,61 @@ int apply_relocate_add(Elf64_Shdr *sechd
+@@ -153,21 +240,30 @@ int apply_relocate_add(Elf64_Shdr *sechd
                case R_X86_64_NONE:
                        break;
                case R_X86_64_64:
-+
-+#ifdef CONFIG_PAX_KERNEXEC
-+                      pax_open_kernel(cr0);
-+#endif
-+
++                      pax_open_kernel();
                        *(u64 *)loc = val;
-+
-+#ifdef CONFIG_PAX_KERNEXEC
-+                      pax_close_kernel(cr0);
-+#endif
-+
++                      pax_close_kernel();
                        break;
                case R_X86_64_32:
-+
-+#ifdef CONFIG_PAX_KERNEXEC
-+                      pax_open_kernel(cr0);
-+#endif
-+
++                      pax_open_kernel();
                        *(u32 *)loc = val;
-+
-+#ifdef CONFIG_PAX_KERNEXEC
-+                      pax_close_kernel(cr0);
-+#endif
-+
++                      pax_close_kernel();
                        if (val != *(u32 *)loc)
                                goto overflow;
                        break;
                case R_X86_64_32S:
-+
-+#ifdef CONFIG_PAX_KERNEXEC
-+                      pax_open_kernel(cr0);
-+#endif
-+
++                      pax_open_kernel();
                        *(s32 *)loc = val;
-+
-+#ifdef CONFIG_PAX_KERNEXEC
-+                      pax_close_kernel(cr0);
-+#endif
-+
++                      pax_close_kernel();
                        if ((s64)val != *(s32 *)loc)
                                goto overflow;
                        break;
                case R_X86_64_PC32:
                        val -= (u64)loc;
-+
-+#ifdef CONFIG_PAX_KERNEXEC
-+                      pax_open_kernel(cr0);
-+#endif
-+
++                      pax_open_kernel();
                        *(u32 *)loc = val;
-+
-+#ifdef CONFIG_PAX_KERNEXEC
-+                      pax_close_kernel(cr0);
-+#endif
++                      pax_close_kernel();
 +
  #if 0
                        if ((s64)val != *(s32 *)loc)
                                goto overflow;
-diff -urNp linux-2.6.31/arch/x86/kernel/paravirt.c linux-2.6.31/arch/x86/kernel/paravirt.c
---- linux-2.6.31/arch/x86/kernel/paravirt.c    2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/kernel/paravirt.c    2009-09-12 09:57:24.321023944 -0400
-@@ -54,7 +54,7 @@ u64 _paravirt_ident_64(u64 x)
-       return x;
+diff -urNp linux-2.6.32.1/arch/x86/kernel/paravirt.c linux-2.6.32.1/arch/x86/kernel/paravirt.c
+--- linux-2.6.32.1/arch/x86/kernel/paravirt.c  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/kernel/paravirt.c  2009-12-14 18:33:51.721716979 -0500
+@@ -120,9 +120,9 @@ unsigned paravirt_patch_jmp(void *insnbu
+ /* Neat trick to map patch type back to the call within the
+  * corresponding structure. */
+-static void *get_call_destination(u8 type)
++static const void *get_call_destination(u8 type)
+ {
+-      struct paravirt_patch_template tmpl = {
++      const struct paravirt_patch_template tmpl = {
+               .pv_init_ops = pv_init_ops,
+               .pv_time_ops = pv_time_ops,
+               .pv_cpu_ops = pv_cpu_ops,
+@@ -133,13 +133,13 @@ static void *get_call_destination(u8 typ
+               .pv_lock_ops = pv_lock_ops,
+ #endif
+       };
+-      return *((void **)&tmpl + type);
++      return *((const void **)&tmpl + type);
  }
  
--static void __init default_banner(void)
-+static void default_banner(void)
+ unsigned paravirt_patch_default(u8 type, u16 clobbers, void *insnbuf,
+                               unsigned long addr, unsigned len)
  {
-       printk(KERN_INFO "Booting paravirtualized kernel on %s\n",
-              pv_info.name);
-@@ -183,7 +183,7 @@ unsigned paravirt_patch_insns(void *insn
+-      void *opfunc = get_call_destination(type);
++      const void *opfunc = get_call_destination(type);
+       unsigned ret;
+       if (opfunc == NULL)
+@@ -178,7 +178,7 @@ unsigned paravirt_patch_insns(void *insn
        if (insn_len > len || start == NULL)
                insn_len = len;
        else
@@ -10414,7 +11781,7 @@ diff -urNp linux-2.6.31/arch/x86/kernel/paravirt.c linux-2.6.31/arch/x86/kernel/
  
        return insn_len;
  }
-@@ -311,21 +311,21 @@ void arch_flush_lazy_mmu_mode(void)
+@@ -294,22 +294,22 @@ void arch_flush_lazy_mmu_mode(void)
        preempt_enable();
  }
  
@@ -10429,26 +11796,19 @@ diff -urNp linux-2.6.31/arch/x86/kernel/paravirt.c linux-2.6.31/arch/x86/kernel/
 -struct pv_init_ops pv_init_ops = {
 +struct pv_init_ops pv_init_ops __read_only = {
        .patch = native_patch,
-       .banner = default_banner,
-       .arch_setup = paravirt_nop,
-       .memory_setup = machine_specific_memory_setup,
  };
  
 -struct pv_time_ops pv_time_ops = {
 +struct pv_time_ops pv_time_ops __read_only = {
-       .time_init = hpet_time_init,
-       .get_wallclock = native_get_wallclock,
-       .set_wallclock = native_set_wallclock,
-@@ -333,7 +333,7 @@ struct pv_time_ops pv_time_ops = {
-       .get_tsc_khz = native_calibrate_tsc,
+       .sched_clock = native_sched_clock,
  };
  
 -struct pv_irq_ops pv_irq_ops = {
 +struct pv_irq_ops pv_irq_ops __read_only = {
-       .init_IRQ = native_init_IRQ,
        .save_fl = __PV_IS_CALLEE_SAVE(native_save_fl),
        .restore_fl = __PV_IS_CALLEE_SAVE(native_restore_fl),
-@@ -346,7 +346,7 @@ struct pv_irq_ops pv_irq_ops = {
+       .irq_disable = __PV_IS_CALLEE_SAVE(native_irq_disable),
+@@ -321,7 +321,7 @@ struct pv_irq_ops pv_irq_ops = {
  #endif
  };
  
@@ -10457,27 +11817,40 @@ diff -urNp linux-2.6.31/arch/x86/kernel/paravirt.c linux-2.6.31/arch/x86/kernel/
        .cpuid = native_cpuid,
        .get_debugreg = native_get_debugreg,
        .set_debugreg = native_set_debugreg,
-@@ -406,7 +406,7 @@ struct pv_cpu_ops pv_cpu_ops = {
+@@ -382,7 +382,7 @@ struct pv_cpu_ops pv_cpu_ops = {
        .end_context_switch = paravirt_nop,
  };
  
 -struct pv_apic_ops pv_apic_ops = {
 +struct pv_apic_ops pv_apic_ops __read_only = {
  #ifdef CONFIG_X86_LOCAL_APIC
-       .setup_boot_clock = setup_boot_APIC_clock,
-       .setup_secondary_clock = setup_secondary_APIC_clock,
-@@ -422,7 +422,7 @@ struct pv_apic_ops pv_apic_ops = {
+       .startup_ipi_hook = paravirt_nop,
+ #endif
+@@ -396,7 +396,7 @@ struct pv_apic_ops pv_apic_ops = {
  #define PTE_IDENT     __PV_IS_CALLEE_SAVE(_paravirt_ident_64)
  #endif
  
 -struct pv_mmu_ops pv_mmu_ops = {
 +struct pv_mmu_ops pv_mmu_ops __read_only = {
- #ifndef CONFIG_X86_64
-       .pagetable_setup_start = native_pagetable_setup_start,
-       .pagetable_setup_done = native_pagetable_setup_done,
-diff -urNp linux-2.6.31/arch/x86/kernel/paravirt-spinlocks.c linux-2.6.31/arch/x86/kernel/paravirt-spinlocks.c
---- linux-2.6.31/arch/x86/kernel/paravirt-spinlocks.c  2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/kernel/paravirt-spinlocks.c  2009-09-06 15:29:11.213326019 -0400
+       .read_cr2 = native_read_cr2,
+       .write_cr2 = native_write_cr2,
+@@ -467,6 +467,12 @@ struct pv_mmu_ops pv_mmu_ops = {
+       },
+       .set_fixmap = native_set_fixmap,
++
++#ifdef CONFIG_PAX_KERNEXEC
++      .pax_open_kernel = native_pax_open_kernel,
++      .pax_close_kernel = native_pax_close_kernel,
++#endif
++
+ };
+ EXPORT_SYMBOL_GPL(pv_time_ops);
+diff -urNp linux-2.6.32.1/arch/x86/kernel/paravirt-spinlocks.c linux-2.6.32.1/arch/x86/kernel/paravirt-spinlocks.c
+--- linux-2.6.32.1/arch/x86/kernel/paravirt-spinlocks.c        2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/kernel/paravirt-spinlocks.c        2009-12-14 18:33:51.721716979 -0500
 @@ -13,7 +13,7 @@ default_spin_lock_flags(raw_spinlock_t *
        __raw_spin_lock(lock);
  }
@@ -10487,10 +11860,79 @@ diff -urNp linux-2.6.31/arch/x86/kernel/paravirt-spinlocks.c linux-2.6.31/arch/x
  #ifdef CONFIG_SMP
        .spin_is_locked = __ticket_spin_is_locked,
        .spin_is_contended = __ticket_spin_is_contended,
-diff -urNp linux-2.6.31/arch/x86/kernel/process_32.c linux-2.6.31/arch/x86/kernel/process_32.c
---- linux-2.6.31/arch/x86/kernel/process_32.c  2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/kernel/process_32.c  2009-09-06 15:29:11.213326019 -0400
-@@ -70,6 +70,7 @@ EXPORT_PER_CPU_SYMBOL(current_task);
+diff -urNp linux-2.6.32.1/arch/x86/kernel/pci-calgary_64.c linux-2.6.32.1/arch/x86/kernel/pci-calgary_64.c
+--- linux-2.6.32.1/arch/x86/kernel/pci-calgary_64.c    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/kernel/pci-calgary_64.c    2009-12-14 18:33:51.722702563 -0500
+@@ -470,7 +470,7 @@ static void calgary_free_coherent(struct
+       free_pages((unsigned long)vaddr, get_order(size));
+ }
+-static struct dma_map_ops calgary_dma_ops = {
++static const struct dma_map_ops calgary_dma_ops = {
+       .alloc_coherent = calgary_alloc_coherent,
+       .free_coherent = calgary_free_coherent,
+       .map_sg = calgary_map_sg,
+diff -urNp linux-2.6.32.1/arch/x86/kernel/pci-dma.c linux-2.6.32.1/arch/x86/kernel/pci-dma.c
+--- linux-2.6.32.1/arch/x86/kernel/pci-dma.c   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/kernel/pci-dma.c   2009-12-14 18:33:51.722702563 -0500
+@@ -14,7 +14,7 @@
+ static int forbid_dac __read_mostly;
+-struct dma_map_ops *dma_ops;
++const struct dma_map_ops *dma_ops;
+ EXPORT_SYMBOL(dma_ops);
+ static int iommu_sac_force __read_mostly;
+@@ -243,7 +243,7 @@ early_param("iommu", iommu_setup);
+ int dma_supported(struct device *dev, u64 mask)
+ {
+-      struct dma_map_ops *ops = get_dma_ops(dev);
++      const struct dma_map_ops *ops = get_dma_ops(dev);
+ #ifdef CONFIG_PCI
+       if (mask > 0xffffffff && forbid_dac > 0) {
+diff -urNp linux-2.6.32.1/arch/x86/kernel/pci-gart_64.c linux-2.6.32.1/arch/x86/kernel/pci-gart_64.c
+--- linux-2.6.32.1/arch/x86/kernel/pci-gart_64.c       2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/kernel/pci-gart_64.c       2009-12-14 18:33:51.722702563 -0500
+@@ -679,7 +679,7 @@ static __init int init_k8_gatt(struct ag
+       return -1;
+ }
+-static struct dma_map_ops gart_dma_ops = {
++static const struct dma_map_ops gart_dma_ops = {
+       .map_sg                         = gart_map_sg,
+       .unmap_sg                       = gart_unmap_sg,
+       .map_page                       = gart_map_page,
+diff -urNp linux-2.6.32.1/arch/x86/kernel/pci-nommu.c linux-2.6.32.1/arch/x86/kernel/pci-nommu.c
+--- linux-2.6.32.1/arch/x86/kernel/pci-nommu.c 2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/kernel/pci-nommu.c 2009-12-14 18:33:51.723705512 -0500
+@@ -94,7 +94,7 @@ static void nommu_sync_sg_for_device(str
+       flush_write_buffers();
+ }
+-struct dma_map_ops nommu_dma_ops = {
++const struct dma_map_ops nommu_dma_ops = {
+       .alloc_coherent         = dma_generic_alloc_coherent,
+       .free_coherent          = nommu_free_coherent,
+       .map_sg                 = nommu_map_sg,
+diff -urNp linux-2.6.32.1/arch/x86/kernel/pci-swiotlb.c linux-2.6.32.1/arch/x86/kernel/pci-swiotlb.c
+--- linux-2.6.32.1/arch/x86/kernel/pci-swiotlb.c       2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/kernel/pci-swiotlb.c       2009-12-14 18:33:51.723705512 -0500
+@@ -25,7 +25,7 @@ static void *x86_swiotlb_alloc_coherent(
+       return swiotlb_alloc_coherent(hwdev, size, dma_handle, flags);
+ }
+-static struct dma_map_ops swiotlb_dma_ops = {
++static const struct dma_map_ops swiotlb_dma_ops = {
+       .mapping_error = swiotlb_dma_mapping_error,
+       .alloc_coherent = x86_swiotlb_alloc_coherent,
+       .free_coherent = swiotlb_free_coherent,
+diff -urNp linux-2.6.32.1/arch/x86/kernel/process_32.c linux-2.6.32.1/arch/x86/kernel/process_32.c
+--- linux-2.6.32.1/arch/x86/kernel/process_32.c        2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/kernel/process_32.c        2009-12-14 18:33:51.723705512 -0500
+@@ -67,6 +67,7 @@ asmlinkage void ret_from_fork(void) __as
  unsigned long thread_saved_pc(struct task_struct *tsk)
  {
        return ((unsigned long *)tsk->thread.sp)[3];
@@ -10498,7 +11940,7 @@ diff -urNp linux-2.6.31/arch/x86/kernel/process_32.c linux-2.6.31/arch/x86/kerne
  }
  
  #ifndef CONFIG_SMP
-@@ -132,7 +133,7 @@ void __show_regs(struct pt_regs *regs, i
+@@ -129,7 +130,7 @@ void __show_regs(struct pt_regs *regs, i
        unsigned short ss, gs;
        const char *board;
  
@@ -10507,7 +11949,7 @@ diff -urNp linux-2.6.31/arch/x86/kernel/process_32.c linux-2.6.31/arch/x86/kerne
                sp = regs->sp;
                ss = regs->ss & 0xffff;
                gs = get_user_gs(regs);
-@@ -213,8 +214,8 @@ int kernel_thread(int (*fn)(void *), voi
+@@ -210,8 +211,8 @@ int kernel_thread(int (*fn)(void *), voi
        regs.bx = (unsigned long) fn;
        regs.dx = (unsigned long) arg;
  
@@ -10518,7 +11960,7 @@ diff -urNp linux-2.6.31/arch/x86/kernel/process_32.c linux-2.6.31/arch/x86/kerne
        regs.fs = __KERNEL_PERCPU;
        regs.gs = __KERNEL_STACK_CANARY;
        regs.orig_ax = -1;
-@@ -250,7 +251,7 @@ int copy_thread(unsigned long clone_flag
+@@ -247,7 +248,7 @@ int copy_thread(unsigned long clone_flag
        struct task_struct *tsk;
        int err;
  
@@ -10527,7 +11969,7 @@ diff -urNp linux-2.6.31/arch/x86/kernel/process_32.c linux-2.6.31/arch/x86/kerne
        *childregs = *regs;
        childregs->ax = 0;
        childregs->sp = sp;
-@@ -279,6 +280,7 @@ int copy_thread(unsigned long clone_flag
+@@ -276,6 +277,7 @@ int copy_thread(unsigned long clone_flag
         * Set a new TLS for the child thread?
         */
        if (clone_flags & CLONE_SETTLS)
@@ -10535,16 +11977,16 @@ diff -urNp linux-2.6.31/arch/x86/kernel/process_32.c linux-2.6.31/arch/x86/kerne
                err = do_set_thread_area(p, -1,
                        (struct user_desc __user *)childregs->si, 0);
  
-@@ -349,7 +351,7 @@ __switch_to(struct task_struct *prev_p, 
+@@ -346,7 +348,7 @@ __switch_to(struct task_struct *prev_p, 
        struct thread_struct *prev = &prev_p->thread,
                                 *next = &next_p->thread;
        int cpu = smp_processor_id();
 -      struct tss_struct *tss = &per_cpu(init_tss, cpu);
 +      struct tss_struct *tss = init_tss + cpu;
+       bool preload_fpu;
  
        /* never put a printk in __switch_to... printk() calls wake_up*() indirectly */
-@@ -377,6 +379,11 @@ __switch_to(struct task_struct *prev_p, 
+@@ -381,6 +383,11 @@ __switch_to(struct task_struct *prev_p, 
         */
        lazy_save_gs(prev->gs);
  
@@ -10556,7 +11998,7 @@ diff -urNp linux-2.6.31/arch/x86/kernel/process_32.c linux-2.6.31/arch/x86/kerne
        /*
         * Load the per-thread Thread-Local Storage descriptor.
         */
-@@ -495,3 +502,27 @@ unsigned long get_wchan(struct task_stru
+@@ -497,3 +504,27 @@ unsigned long get_wchan(struct task_stru
        return 0;
  }
  
@@ -10584,10 +12026,10 @@ diff -urNp linux-2.6.31/arch/x86/kernel/process_32.c linux-2.6.31/arch/x86/kerne
 +      load_sp0(init_tss + smp_processor_id(), thread);
 +}
 +#endif
-diff -urNp linux-2.6.31/arch/x86/kernel/process_64.c linux-2.6.31/arch/x86/kernel/process_64.c
---- linux-2.6.31/arch/x86/kernel/process_64.c  2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/kernel/process_64.c  2009-09-06 15:29:11.214179556 -0400
-@@ -94,7 +94,7 @@ static void __exit_idle(void)
+diff -urNp linux-2.6.32.1/arch/x86/kernel/process_64.c linux-2.6.32.1/arch/x86/kernel/process_64.c
+--- linux-2.6.32.1/arch/x86/kernel/process_64.c        2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/kernel/process_64.c        2009-12-14 18:33:51.724703151 -0500
+@@ -91,7 +91,7 @@ static void __exit_idle(void)
  void exit_idle(void)
  {
        /* idle loop has pid 0 */
@@ -10596,25 +12038,25 @@ diff -urNp linux-2.6.31/arch/x86/kernel/process_64.c linux-2.6.31/arch/x86/kerne
                return;
        __exit_idle();
  }
-@@ -173,7 +173,7 @@ void __show_regs(struct pt_regs *regs, i
+@@ -170,7 +170,7 @@ void __show_regs(struct pt_regs *regs, i
        if (!board)
                board = "";
-       printk(KERN_INFO "Pid: %d, comm: %.20s %s %s %.*s %s\n",
--              current->pid, current->comm, print_tainted(),
-+              task_pid_nr(current), current->comm, print_tainted(),
+       printk(KERN_INFO "Pid: %d, comm: %.20s xid: #%u %s %s %.*s %s\n",
+-              current->pid, current->comm, current->xid, print_tainted(),
++              task_pid_nr(current), current->comm, current->xid, print_tainted(),
                init_utsname()->release,
                (int)strcspn(init_utsname()->version, " "),
                init_utsname()->version, board);
-@@ -384,7 +384,7 @@ __switch_to(struct task_struct *prev_p, 
+@@ -381,7 +381,7 @@ __switch_to(struct task_struct *prev_p, 
        struct thread_struct *prev = &prev_p->thread;
        struct thread_struct *next = &next_p->thread;
        int cpu = smp_processor_id();
 -      struct tss_struct *tss = &per_cpu(init_tss, cpu);
 +      struct tss_struct *tss = init_tss + cpu;
        unsigned fsindex, gsindex;
+       bool preload_fpu;
  
-       /* we're going to use this soon, after a few expensive things */
-@@ -543,12 +543,11 @@ unsigned long get_wchan(struct task_stru
+@@ -549,12 +549,11 @@ unsigned long get_wchan(struct task_stru
        if (!p || p == current || p->state == TASK_RUNNING)
                return 0;
        stack = (unsigned long)task_stack_page(p);
@@ -10629,10 +12071,10 @@ diff -urNp linux-2.6.31/arch/x86/kernel/process_64.c linux-2.6.31/arch/x86/kerne
                        return 0;
                ip = *(u64 *)(fp+8);
                if (!in_sched_functions(ip))
-diff -urNp linux-2.6.31/arch/x86/kernel/process.c linux-2.6.31/arch/x86/kernel/process.c
---- linux-2.6.31/arch/x86/kernel/process.c     2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/kernel/process.c     2009-09-06 15:29:11.214179556 -0400
-@@ -76,7 +76,7 @@ void exit_thread(void)
+diff -urNp linux-2.6.32.1/arch/x86/kernel/process.c linux-2.6.32.1/arch/x86/kernel/process.c
+--- linux-2.6.32.1/arch/x86/kernel/process.c   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/kernel/process.c   2009-12-14 18:33:51.734707193 -0500
+@@ -73,7 +73,7 @@ void exit_thread(void)
        unsigned long *bp = t->io_bitmap_ptr;
  
        if (bp) {
@@ -10641,7 +12083,7 @@ diff -urNp linux-2.6.31/arch/x86/kernel/process.c linux-2.6.31/arch/x86/kernel/p
  
                t->io_bitmap_ptr = NULL;
                clear_thread_flag(TIF_IO_BITMAP);
-@@ -108,6 +108,9 @@ void flush_thread(void)
+@@ -105,6 +105,9 @@ void flush_thread(void)
  
        clear_tsk_thread_flag(tsk, TIF_DEBUG);
  
@@ -10651,7 +12093,7 @@ diff -urNp linux-2.6.31/arch/x86/kernel/process.c linux-2.6.31/arch/x86/kernel/p
        tsk->thread.debugreg0 = 0;
        tsk->thread.debugreg1 = 0;
        tsk->thread.debugreg2 = 0;
-@@ -611,17 +614,3 @@ static int __init idle_setup(char *str)
+@@ -596,17 +599,3 @@ static int __init idle_setup(char *str)
        return 0;
  }
  early_param("idle", idle_setup);
@@ -10669,22 +12111,81 @@ diff -urNp linux-2.6.31/arch/x86/kernel/process.c linux-2.6.31/arch/x86/kernel/p
 -      return randomize_range(mm->brk, range_end, 0) ? : mm->brk;
 -}
 -
-diff -urNp linux-2.6.31/arch/x86/kernel/ptrace.c linux-2.6.31/arch/x86/kernel/ptrace.c
---- linux-2.6.31/arch/x86/kernel/ptrace.c      2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/kernel/ptrace.c      2009-09-06 15:29:11.215398851 -0400
-@@ -1454,7 +1454,7 @@ void send_sigtrap(struct task_struct *ts
+diff -urNp linux-2.6.32.1/arch/x86/kernel/ptrace.c linux-2.6.32.1/arch/x86/kernel/ptrace.c
+--- linux-2.6.32.1/arch/x86/kernel/ptrace.c    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/kernel/ptrace.c    2009-12-14 18:33:51.734707193 -0500
+@@ -925,7 +925,7 @@ static const struct user_regset_view use
+ long arch_ptrace(struct task_struct *child, long request, long addr, long data)
+ {
+       int ret;
+-      unsigned long __user *datap = (unsigned long __user *)data;
++      unsigned long __user *datap = (__force unsigned long __user *)data;
+       switch (request) {
+       /* read the word at location addr in the USER area. */
+@@ -1012,14 +1012,14 @@ long arch_ptrace(struct task_struct *chi
+               if (addr < 0)
+                       return -EIO;
+               ret = do_get_thread_area(child, addr,
+-                                       (struct user_desc __user *) data);
++                                       (__force struct user_desc __user *) data);
+               break;
+       case PTRACE_SET_THREAD_AREA:
+               if (addr < 0)
+                       return -EIO;
+               ret = do_set_thread_area(child, addr,
+-                                       (struct user_desc __user *) data, 0);
++                                       (__force struct user_desc __user *) data, 0);
+               break;
+ #endif
+@@ -1038,12 +1038,12 @@ long arch_ptrace(struct task_struct *chi
+ #ifdef CONFIG_X86_PTRACE_BTS
+       case PTRACE_BTS_CONFIG:
+               ret = ptrace_bts_config
+-                      (child, data, (struct ptrace_bts_config __user *)addr);
++                      (child, data, (__force struct ptrace_bts_config __user *)addr);
+               break;
+       case PTRACE_BTS_STATUS:
+               ret = ptrace_bts_status
+-                      (child, data, (struct ptrace_bts_config __user *)addr);
++                      (child, data, (__force struct ptrace_bts_config __user *)addr);
+               break;
+       case PTRACE_BTS_SIZE:
+@@ -1052,7 +1052,7 @@ long arch_ptrace(struct task_struct *chi
+       case PTRACE_BTS_GET:
+               ret = ptrace_bts_read_record
+-                      (child, data, (struct bts_struct __user *) addr);
++                      (child, data, (__force struct bts_struct __user *) addr);
+               break;
+       case PTRACE_BTS_CLEAR:
+@@ -1061,7 +1061,7 @@ long arch_ptrace(struct task_struct *chi
+       case PTRACE_BTS_DRAIN:
+               ret = ptrace_bts_drain
+-                      (child, data, (struct bts_struct __user *) addr);
++                      (child, data, (__force struct bts_struct __user *) addr);
+               break;
+ #endif /* CONFIG_X86_PTRACE_BTS */
+@@ -1450,7 +1450,7 @@ void send_sigtrap(struct task_struct *ts
        info.si_code = si_code;
  
        /* User-mode ip? */
 -      info.si_addr = user_mode_vm(regs) ? (void __user *) regs->ip : NULL;
-+      info.si_addr = user_mode(regs) ? (void __user *) regs->ip : NULL;
++      info.si_addr = user_mode(regs) ? (__force void __user *) regs->ip : NULL;
  
        /* Send us the fake SIGTRAP */
        force_sig_info(SIGTRAP, &info, tsk);
-diff -urNp linux-2.6.31/arch/x86/kernel/reboot.c linux-2.6.31/arch/x86/kernel/reboot.c
---- linux-2.6.31/arch/x86/kernel/reboot.c      2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/kernel/reboot.c      2009-09-06 15:29:11.215398851 -0400
-@@ -31,7 +31,7 @@ void (*pm_power_off)(void);
+diff -urNp linux-2.6.32.1/arch/x86/kernel/reboot.c linux-2.6.32.1/arch/x86/kernel/reboot.c
+--- linux-2.6.32.1/arch/x86/kernel/reboot.c    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/kernel/reboot.c    2009-12-14 18:33:51.734707193 -0500
+@@ -33,7 +33,7 @@ void (*pm_power_off)(void);
  EXPORT_SYMBOL(pm_power_off);
  
  static const struct desc_ptr no_idt = {};
@@ -10693,7 +12194,7 @@ diff -urNp linux-2.6.31/arch/x86/kernel/reboot.c linux-2.6.31/arch/x86/kernel/re
  enum reboot_type reboot_type = BOOT_KBD;
  int reboot_force;
  
-@@ -257,7 +257,7 @@ static struct dmi_system_id __initdata r
+@@ -259,7 +259,7 @@ static struct dmi_system_id __initdata r
                        DMI_MATCH(DMI_PRODUCT_NAME, "SBC-FITPC2"),
                },
        },
@@ -10702,7 +12203,7 @@ diff -urNp linux-2.6.31/arch/x86/kernel/reboot.c linux-2.6.31/arch/x86/kernel/re
  };
  
  static int __init reboot_init(void)
-@@ -273,12 +273,12 @@ core_initcall(reboot_init);
+@@ -275,12 +275,12 @@ core_initcall(reboot_init);
     controller to pulse the CPU reset line, which is more thorough, but
     doesn't work with at least one type of 486 motherboard.  It is easy
     to stop this code working; hence the copious comments. */
@@ -10714,13 +12215,13 @@ diff -urNp linux-2.6.31/arch/x86/kernel/reboot.c linux-2.6.31/arch/x86/kernel/re
 -      0x0000000000000000ULL,  /* Null descriptor */
 -      0x00009b000000ffffULL,  /* 16-bit real-mode 64k code at 0x00000000 */
 -      0x000093000100ffffULL   /* 16-bit real-mode 64k data at 0x00000100 */
-+      {{{0x00000000, 0x00000000}}},   /* Null descriptor */
-+      {{{0x0000ffff, 0x00009b00}}},   /* 16-bit real-mode 64k code at 0x00000000 */
-+      {{{0x0100ffff, 0x00009300}}}    /* 16-bit real-mode 64k data at 0x00000100 */
++      GDT_ENTRY_INIT(0, 0, 0),                /* Null descriptor */
++      GDT_ENTRY_INIT(0x9b, 0, 0xffff),        /* 16-bit real-mode 64k code at 0x00000000 */
++      GDT_ENTRY_INIT(0x93, 0x100, 0xffff)     /* 16-bit real-mode 64k data at 0x00000100 */
  };
  
  static const struct desc_ptr
-@@ -327,7 +327,7 @@ static const unsigned char jump_to_bios 
+@@ -329,7 +329,7 @@ static const unsigned char jump_to_bios 
   * specified by the code and length parameters.
   * We assume that length will aways be less that 100!
   */
@@ -10729,7 +12230,7 @@ diff -urNp linux-2.6.31/arch/x86/kernel/reboot.c linux-2.6.31/arch/x86/kernel/re
  {
        local_irq_disable();
  
-@@ -347,8 +347,8 @@ void machine_real_restart(const unsigned
+@@ -349,8 +349,8 @@ void machine_real_restart(const unsigned
        /* Remap the kernel at virtual address zero, as well as offset zero
           from the kernel segment.  This assumes the kernel segment starts at
           virtual address PAGE_OFFSET. */
@@ -10740,7 +12241,7 @@ diff -urNp linux-2.6.31/arch/x86/kernel/reboot.c linux-2.6.31/arch/x86/kernel/re
  
        /*
         * Use `swapper_pg_dir' as our page directory.
-@@ -360,16 +360,15 @@ void machine_real_restart(const unsigned
+@@ -362,16 +362,15 @@ void machine_real_restart(const unsigned
           boot)".  This seems like a fairly standard thing that gets set by
           REBOOT.COM programs, and the previous reset routine did this
           too. */
@@ -10760,10 +12261,10 @@ diff -urNp linux-2.6.31/arch/x86/kernel/reboot.c linux-2.6.31/arch/x86/kernel/re
  
        /* Set up the IDT for real mode. */
        load_idt(&real_mode_idt);
-diff -urNp linux-2.6.31/arch/x86/kernel/setup.c linux-2.6.31/arch/x86/kernel/setup.c
---- linux-2.6.31/arch/x86/kernel/setup.c       2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/kernel/setup.c       2009-09-06 15:29:11.218341276 -0400
-@@ -768,14 +768,14 @@ void __init setup_arch(char **cmdline_p)
+diff -urNp linux-2.6.32.1/arch/x86/kernel/setup.c linux-2.6.32.1/arch/x86/kernel/setup.c
+--- linux-2.6.32.1/arch/x86/kernel/setup.c     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/kernel/setup.c     2009-12-14 18:33:51.735708242 -0500
+@@ -762,14 +762,14 @@ void __init setup_arch(char **cmdline_p)
  
        if (!boot_params.hdr.root_flags)
                root_mountflags &= ~MS_RDONLY;
@@ -10783,9 +12284,9 @@ diff -urNp linux-2.6.31/arch/x86/kernel/setup.c linux-2.6.31/arch/x86/kernel/set
        data_resource.end = virt_to_phys(_edata)-1;
        bss_resource.start = virt_to_phys(&__bss_start);
        bss_resource.end = virt_to_phys(&__bss_stop)-1;
-diff -urNp linux-2.6.31/arch/x86/kernel/setup_percpu.c linux-2.6.31/arch/x86/kernel/setup_percpu.c
---- linux-2.6.31/arch/x86/kernel/setup_percpu.c        2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/kernel/setup_percpu.c        2009-09-06 15:29:11.218341276 -0400
+diff -urNp linux-2.6.32.1/arch/x86/kernel/setup_percpu.c linux-2.6.32.1/arch/x86/kernel/setup_percpu.c
+--- linux-2.6.32.1/arch/x86/kernel/setup_percpu.c      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/kernel/setup_percpu.c      2009-12-14 18:33:51.735708242 -0500
 @@ -25,19 +25,17 @@
  # define DBG(x...)
  #endif
@@ -10809,21 +12310,20 @@ diff -urNp linux-2.6.31/arch/x86/kernel/setup_percpu.c linux-2.6.31/arch/x86/ker
        [0 ... NR_CPUS-1] = BOOT_PERCPU_OFFSET,
  };
  EXPORT_SYMBOL(__per_cpu_offset);
-@@ -429,13 +427,15 @@ early_param("percpu_alloc", percpu_alloc
+@@ -158,13 +156,15 @@ static void __init pcpup_populate_pte(un
  static inline void setup_percpu_segment(int cpu)
  {
  #ifdef CONFIG_X86_32
 -      struct desc_struct gdt;
--
++      struct desc_struct d, *gdt = get_cpu_gdt_table(cpu);
++      unsigned long base = per_cpu_offset(cpu);
++      const unsigned long limit = VMALLOC_END - base - 1;
 -      pack_descriptor(&gdt, per_cpu_offset(cpu), 0xFFFFF,
 -                      0x2 | DESCTYPE_S, 0x8);
 -      gdt.s = 1;
 -      write_gdt_entry(get_cpu_gdt_table(cpu),
 -                      GDT_ENTRY_PERCPU, &gdt, DESCTYPE_S);
-+      struct desc_struct d, *gdt = get_cpu_gdt_table(cpu);
-+      unsigned long base = per_cpu_offset(cpu);
-+      const unsigned long limit = VMALLOC_END - base - 1;
-+
 +      if (limit < 64*1024)
 +              pack_descriptor(&d, base, limit, 0x80 | DESCTYPE_S | 0x3, 0x4);
 +      else
@@ -10832,7 +12332,7 @@ diff -urNp linux-2.6.31/arch/x86/kernel/setup_percpu.c linux-2.6.31/arch/x86/ker
  #endif
  }
  
-@@ -486,6 +486,11 @@ void __init setup_per_cpu_areas(void)
+@@ -212,6 +212,11 @@ void __init setup_per_cpu_areas(void)
        /* alrighty, percpu areas up and running */
        delta = (unsigned long)pcpu_base_addr - (unsigned long)__per_cpu_start;
        for_each_possible_cpu(cpu) {
@@ -10841,10 +12341,10 @@ diff -urNp linux-2.6.31/arch/x86/kernel/setup_percpu.c linux-2.6.31/arch/x86/ker
 +              unsigned long canary = per_cpu(stack_canary, cpu);
 +#endif
 +#endif
-               per_cpu_offset(cpu) = delta + cpu * pcpu_unit_size;
+               per_cpu_offset(cpu) = delta + pcpu_unit_offsets[cpu];
                per_cpu(this_cpu_off, cpu) = per_cpu_offset(cpu);
                per_cpu(cpu_number, cpu) = cpu;
-@@ -513,6 +518,12 @@ void __init setup_per_cpu_areas(void)
+@@ -239,6 +244,12 @@ void __init setup_per_cpu_areas(void)
                        early_per_cpu_map(x86_cpu_to_node_map, cpu);
  #endif
  #endif
@@ -10857,9 +12357,9 @@ diff -urNp linux-2.6.31/arch/x86/kernel/setup_percpu.c linux-2.6.31/arch/x86/ker
                /*
                 * Up to this point, the boot CPU has been using .data.init
                 * area.  Reload any changed state for the boot CPU.
-diff -urNp linux-2.6.31/arch/x86/kernel/signal.c linux-2.6.31/arch/x86/kernel/signal.c
---- linux-2.6.31/arch/x86/kernel/signal.c      2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/kernel/signal.c      2009-09-06 15:29:11.219332248 -0400
+diff -urNp linux-2.6.32.1/arch/x86/kernel/signal.c linux-2.6.32.1/arch/x86/kernel/signal.c
+--- linux-2.6.32.1/arch/x86/kernel/signal.c    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/kernel/signal.c    2009-12-14 18:33:51.735708242 -0500
 @@ -197,7 +197,7 @@ static unsigned long align_sigframe(unsi
         * Align the stack pointer according to the i386 ABI,
         * i.e. so that on function entry ((sp + 4) & 15) == 0.
@@ -10869,27 +12369,59 @@ diff -urNp linux-2.6.31/arch/x86/kernel/signal.c linux-2.6.31/arch/x86/kernel/si
  #else /* !CONFIG_X86_32 */
        sp = round_down(sp, 16) - 8;
  #endif
+@@ -248,11 +248,11 @@ get_sigframe(struct k_sigaction *ka, str
+        * Return an always-bogus address instead so we will die with SIGSEGV.
+        */
+       if (onsigstack && !likely(on_sig_stack(sp)))
+-              return (void __user *)-1L;
++              return (__force void __user *)-1L;
+       /* save i387 state */
+       if (used_math() && save_i387_xstate(*fpstate) < 0)
+-              return (void __user *)-1L;
++              return (__force void __user *)-1L;
+       return (void __user *)sp;
+ }
 @@ -307,9 +307,9 @@ __setup_frame(int sig, struct k_sigactio
        }
  
        if (current->mm->context.vdso)
 -              restorer = VDSO32_SYMBOL(current->mm->context.vdso, sigreturn);
-+              restorer = (void __user *)VDSO32_SYMBOL(current->mm->context.vdso, sigreturn);
++              restorer = (__force void __user *)VDSO32_SYMBOL(current->mm->context.vdso, sigreturn);
        else
 -              restorer = &frame->retcode;
 +              restorer = (void __user *)&frame->retcode;
        if (ka->sa.sa_flags & SA_RESTORER)
                restorer = ka->sa.sa_restorer;
  
+@@ -323,7 +323,7 @@ __setup_frame(int sig, struct k_sigactio
+        * reasons and because gdb uses it as a signature to notice
+        * signal handler stack frames.
+        */
+-      err |= __put_user(*((u64 *)&retcode), (u64 *)frame->retcode);
++      err |= __put_user(*((u64 *)&retcode), (u64 __user *)frame->retcode);
+       if (err)
+               return -EFAULT;
 @@ -377,7 +377,7 @@ static int __setup_rt_frame(int sig, str
                err |= __copy_to_user(&frame->uc.uc_sigmask, set, sizeof(*set));
  
                /* Set up to return from userspace.  */
 -              restorer = VDSO32_SYMBOL(current->mm->context.vdso, rt_sigreturn);
-+              restorer = (void __user *)VDSO32_SYMBOL(current->mm->context.vdso, rt_sigreturn);
++              restorer = (__force void __user *)VDSO32_SYMBOL(current->mm->context.vdso, rt_sigreturn);
                if (ka->sa.sa_flags & SA_RESTORER)
                        restorer = ka->sa.sa_restorer;
                put_user_ex(restorer, &frame->pretcode);
+@@ -389,7 +389,7 @@ static int __setup_rt_frame(int sig, str
+                * reasons and because gdb uses it as a signature to notice
+                * signal handler stack frames.
+                */
+-              put_user_ex(*((u64 *)&rt_retcode), (u64 *)frame->retcode);
++              put_user_ex(*((u64 *)&rt_retcode), (u64 __user *)frame->retcode);
+       } put_user_catch(err);
+       if (err)
 @@ -789,7 +789,7 @@ static void do_signal(struct pt_regs *re
         * X86_32: vm86 regs switched out by assembly code before reaching
         * here, so testing against kernel CS suffices.
@@ -10899,47 +12431,26 @@ diff -urNp linux-2.6.31/arch/x86/kernel/signal.c linux-2.6.31/arch/x86/kernel/si
                return;
  
        if (current_thread_info()->status & TS_RESTORE_SIGMASK)
-diff -urNp linux-2.6.31/arch/x86/kernel/smpboot.c linux-2.6.31/arch/x86/kernel/smpboot.c
---- linux-2.6.31/arch/x86/kernel/smpboot.c     2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/kernel/smpboot.c     2009-09-06 15:29:11.220280381 -0400
-@@ -685,6 +685,10 @@ static int __cpuinit do_boot_cpu(int api
-               .done   = COMPLETION_INITIALIZER_ONSTACK(c_idle.done),
-       };
-+#ifdef CONFIG_PAX_KERNEXEC
-+      unsigned long cr0;
-+#endif
-+
-       INIT_WORK(&c_idle.work, do_fork_idle);
-       alternatives_smp_switch(1);
-@@ -727,7 +731,17 @@ do_rest:
+diff -urNp linux-2.6.32.1/arch/x86/kernel/smpboot.c linux-2.6.32.1/arch/x86/kernel/smpboot.c
+--- linux-2.6.32.1/arch/x86/kernel/smpboot.c   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/kernel/smpboot.c   2009-12-14 18:33:51.752708412 -0500
+@@ -729,7 +729,11 @@ do_rest:
                (unsigned long)task_stack_page(c_idle.idle) -
                KERNEL_STACK_OFFSET + THREAD_SIZE;
  #endif
 +
-+#ifdef CONFIG_PAX_KERNEXEC
-+      pax_open_kernel(cr0);
-+#endif
-+
++      pax_open_kernel();
        early_gdt_descr.address = (unsigned long)get_cpu_gdt_table(cpu);
-+
-+#ifdef CONFIG_PAX_KERNEXEC
-+      pax_close_kernel(cr0);
-+#endif
++      pax_close_kernel();
 +
        initial_code = (unsigned long)start_secondary;
        stack_start.sp = (void *) c_idle.idle->thread.sp;
  
-diff -urNp linux-2.6.31/arch/x86/kernel/step.c linux-2.6.31/arch/x86/kernel/step.c
---- linux-2.6.31/arch/x86/kernel/step.c        2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/kernel/step.c        2009-09-06 15:29:11.220280381 -0400
-@@ -23,22 +23,20 @@ unsigned long convert_ip_to_linear(struc
-        * and APM bios ones we just ignore here.
-        */
-       if ((seg & SEGMENT_TI_MASK) == SEGMENT_LDT) {
--              u32 *desc;
-+              struct desc_struct *desc;
+diff -urNp linux-2.6.32.1/arch/x86/kernel/step.c linux-2.6.32.1/arch/x86/kernel/step.c
+--- linux-2.6.32.1/arch/x86/kernel/step.c      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/kernel/step.c      2009-12-14 18:33:51.752708412 -0500
+@@ -27,10 +27,10 @@ unsigned long convert_ip_to_linear(struc
+               struct desc_struct *desc;
                unsigned long base;
  
 -              seg &= ~7UL;
@@ -10947,24 +12458,11 @@ diff -urNp linux-2.6.31/arch/x86/kernel/step.c linux-2.6.31/arch/x86/kernel/step
  
                mutex_lock(&child->mm->context.lock);
 -              if (unlikely((seg >> 3) >= child->mm->context.size))
--                      addr = -1L; /* bogus selector, access would fault */
 +              if (unlikely(seg >= child->mm->context.size))
-+                      addr = -EINVAL;
+                       addr = -1L; /* bogus selector, access would fault */
                else {
--                      desc = child->mm->context.ldt + seg;
--                      base = ((desc[0] >> 16) |
--                              ((desc[1] & 0xff) << 16) |
--                              (desc[1] & 0xff000000));
-+                      desc = &child->mm->context.ldt[seg];
-+                      base = (desc->a >> 16) | ((desc->b & 0xff) << 16) | (desc->b & 0xff000000);
-                       /* 16-bit code segment? */
--                      if (!((desc[1] >> 22) & 1))
-+                      if (!((desc->b >> 22) & 1))
-                               addr &= 0xffff;
-                       addr += base;
-               }
-@@ -54,6 +52,9 @@ static int is_setting_trap_flag(struct t
+                       desc = child->mm->context.ldt + seg;
+@@ -53,6 +53,9 @@ static int is_setting_trap_flag(struct t
        unsigned char opcode[15];
        unsigned long addr = convert_ip_to_linear(child, regs);
  
@@ -10974,7 +12472,7 @@ diff -urNp linux-2.6.31/arch/x86/kernel/step.c linux-2.6.31/arch/x86/kernel/step
        copied = access_process_vm(child, addr, opcode, sizeof(opcode), 0);
        for (i = 0; i < copied; i++) {
                switch (opcode[i]) {
-@@ -75,7 +76,7 @@ static int is_setting_trap_flag(struct t
+@@ -74,7 +77,7 @@ static int is_setting_trap_flag(struct t
  
  #ifdef CONFIG_X86_64
                case 0x40 ... 0x4f:
@@ -10983,17 +12481,17 @@ diff -urNp linux-2.6.31/arch/x86/kernel/step.c linux-2.6.31/arch/x86/kernel/step
                                /* 32-bit mode: register increment */
                                return 0;
                        /* 64-bit mode: REX prefix */
-diff -urNp linux-2.6.31/arch/x86/kernel/syscall_table_32.S linux-2.6.31/arch/x86/kernel/syscall_table_32.S
---- linux-2.6.31/arch/x86/kernel/syscall_table_32.S    2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/kernel/syscall_table_32.S    2009-09-06 15:29:11.220280381 -0400
+diff -urNp linux-2.6.32.1/arch/x86/kernel/syscall_table_32.S linux-2.6.32.1/arch/x86/kernel/syscall_table_32.S
+--- linux-2.6.32.1/arch/x86/kernel/syscall_table_32.S  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/kernel/syscall_table_32.S  2009-12-14 18:33:51.753706275 -0500
 @@ -1,3 +1,4 @@
 +.section .rodata,"a",@progbits
  ENTRY(sys_call_table)
        .long sys_restart_syscall       /* 0 - old "setup()" system call, used for restarting */
        .long sys_exit
-diff -urNp linux-2.6.31/arch/x86/kernel/sys_i386_32.c linux-2.6.31/arch/x86/kernel/sys_i386_32.c
---- linux-2.6.31/arch/x86/kernel/sys_i386_32.c 2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/kernel/sys_i386_32.c 2009-09-06 15:29:11.221249461 -0400
+diff -urNp linux-2.6.32.1/arch/x86/kernel/sys_i386_32.c linux-2.6.32.1/arch/x86/kernel/sys_i386_32.c
+--- linux-2.6.32.1/arch/x86/kernel/sys_i386_32.c       2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/kernel/sys_i386_32.c       2009-12-14 18:33:51.753706275 -0500
 @@ -24,6 +24,21 @@
  
  #include <asm/syscalls.h>
@@ -11222,9 +12720,27 @@ diff -urNp linux-2.6.31/arch/x86/kernel/sys_i386_32.c linux-2.6.31/arch/x86/kern
  
  struct sel_arg_struct {
        unsigned long n;
-diff -urNp linux-2.6.31/arch/x86/kernel/sys_x86_64.c linux-2.6.31/arch/x86/kernel/sys_x86_64.c
---- linux-2.6.31/arch/x86/kernel/sys_x86_64.c  2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/kernel/sys_x86_64.c  2009-09-06 15:29:11.221249461 -0400
+@@ -118,7 +332,7 @@ asmlinkage int sys_ipc(uint call, int fi
+               return sys_semtimedop(first, (struct sembuf __user *)ptr, second, NULL);
+       case SEMTIMEDOP:
+               return sys_semtimedop(first, (struct sembuf __user *)ptr, second,
+-                                      (const struct timespec __user *)fifth);
++                                      (__force const struct timespec __user *)fifth);
+       case SEMGET:
+               return sys_semget(first, second, third);
+@@ -165,7 +379,7 @@ asmlinkage int sys_ipc(uint call, int fi
+                       ret = do_shmat(first, (char __user *) ptr, second, &raddr);
+                       if (ret)
+                               return ret;
+-                      return put_user(raddr, (ulong __user *) third);
++                      return put_user(raddr, (__force ulong __user *) third);
+               }
+               case 1: /* iBCS2 emulator entry point */
+                       if (!segment_eq(get_fs(), get_ds()))
+diff -urNp linux-2.6.32.1/arch/x86/kernel/sys_x86_64.c linux-2.6.32.1/arch/x86/kernel/sys_x86_64.c
+--- linux-2.6.32.1/arch/x86/kernel/sys_x86_64.c        2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/kernel/sys_x86_64.c        2009-12-14 18:33:51.754713106 -0500
 @@ -47,8 +47,8 @@ out:
        return error;
  }
@@ -11306,24 +12822,33 @@ diff -urNp linux-2.6.31/arch/x86/kernel/sys_x86_64.c linux-2.6.31/arch/x86/kerne
        mm->cached_hole_size = ~0UL;
  
        return addr;
-diff -urNp linux-2.6.31/arch/x86/kernel/time_32.c linux-2.6.31/arch/x86/kernel/time_32.c
---- linux-2.6.31/arch/x86/kernel/time_32.c     2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/kernel/time_32.c     2009-09-06 15:29:11.222199914 -0400
-@@ -47,22 +47,32 @@ unsigned long profile_pc(struct pt_regs 
+diff -urNp linux-2.6.32.1/arch/x86/kernel/time.c linux-2.6.32.1/arch/x86/kernel/time.c
+--- linux-2.6.32.1/arch/x86/kernel/time.c      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/kernel/time.c      2009-12-14 18:33:51.754713106 -0500
+@@ -26,17 +26,13 @@
+ int timer_ack;
+ #endif
+-#ifdef CONFIG_X86_64
+-volatile unsigned long __jiffies __section_jiffies = INITIAL_JIFFIES;
+-#endif
+-
+ unsigned long profile_pc(struct pt_regs *regs)
+ {
        unsigned long pc = instruction_pointer(regs);
  
- #ifdef CONFIG_SMP
 -      if (!user_mode_vm(regs) && in_lock_functions(pc)) {
 +      if (!user_mode(regs) && in_lock_functions(pc)) {
  #ifdef CONFIG_FRAME_POINTER
 -              return *(unsigned long *)(regs->bp + sizeof(long));
 +              return ktla_ktva(*(unsigned long *)(regs->bp + sizeof(long)));
  #else
-               unsigned long *sp = (unsigned long *)&regs->sp;
-               /* Return address is either directly at stack pointer
-                  or above a saved flags. Eflags has bits 22-31 zero,
-                  kernel addresses don't. */
+               unsigned long *sp =
+                       (unsigned long *)kernel_stack_pointer(regs);
+@@ -45,11 +41,17 @@ unsigned long profile_pc(struct pt_regs 
+                * or above a saved flags. Eflags has bits 22-31 zero,
+                * kernel addresses don't.
+                */
 +
 +#ifdef CONFIG_PAX_KERNEXEC
 +              return ktla_ktva(sp[0]);
@@ -11336,38 +12861,11 @@ diff -urNp linux-2.6.31/arch/x86/kernel/time_32.c linux-2.6.31/arch/x86/kernel/t
 +
 +#endif
        }
- #endif
-+
-+      if (!user_mode(regs))
-+              pc = ktla_ktva(pc);
-+
        return pc;
  }
- EXPORT_SYMBOL(profile_pc);
-diff -urNp linux-2.6.31/arch/x86/kernel/time_64.c linux-2.6.31/arch/x86/kernel/time_64.c
---- linux-2.6.31/arch/x86/kernel/time_64.c     2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/kernel/time_64.c     2009-09-06 15:29:11.223154518 -0400
-@@ -25,8 +25,6 @@
- #include <asm/time.h>
- #include <asm/timer.h>
--volatile unsigned long __jiffies __section_jiffies = INITIAL_JIFFIES;
--
- unsigned long profile_pc(struct pt_regs *regs)
- {
-       unsigned long pc = instruction_pointer(regs);
-@@ -34,7 +32,7 @@ unsigned long profile_pc(struct pt_regs 
-       /* Assume the lock function has either no stack frame or a copy
-          of flags from PUSHF
-          Eflags always has bits 22 and up cleared unlike kernel addresses. */
--      if (!user_mode_vm(regs) && in_lock_functions(pc)) {
-+      if (!user_mode(regs) && in_lock_functions(pc)) {
- #ifdef CONFIG_FRAME_POINTER
-               return *(unsigned long *)(regs->bp + sizeof(long));
- #else
-diff -urNp linux-2.6.31/arch/x86/kernel/tls.c linux-2.6.31/arch/x86/kernel/tls.c
---- linux-2.6.31/arch/x86/kernel/tls.c 2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/kernel/tls.c 2009-09-06 15:29:11.223154518 -0400
+diff -urNp linux-2.6.32.1/arch/x86/kernel/tls.c linux-2.6.32.1/arch/x86/kernel/tls.c
+--- linux-2.6.32.1/arch/x86/kernel/tls.c       2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/kernel/tls.c       2009-12-14 18:33:51.754713106 -0500
 @@ -85,6 +85,11 @@ int do_set_thread_area(struct task_struc
        if (idx < GDT_ENTRY_TLS_MIN || idx > GDT_ENTRY_TLS_MAX)
                return -EINVAL;
@@ -11380,25 +12878,48 @@ diff -urNp linux-2.6.31/arch/x86/kernel/tls.c linux-2.6.31/arch/x86/kernel/tls.c
        set_tls_desc(p, idx, &info, 1);
  
        return 0;
-diff -urNp linux-2.6.31/arch/x86/kernel/traps.c linux-2.6.31/arch/x86/kernel/traps.c
---- linux-2.6.31/arch/x86/kernel/traps.c       2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/kernel/traps.c       2009-09-06 15:29:11.223154518 -0400
-@@ -70,14 +70,6 @@ asmlinkage int system_call(void);
+diff -urNp linux-2.6.32.1/arch/x86/kernel/trampoline_32.S linux-2.6.32.1/arch/x86/kernel/trampoline_32.S
+--- linux-2.6.32.1/arch/x86/kernel/trampoline_32.S     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/kernel/trampoline_32.S     2009-12-14 18:33:51.754713106 -0500
+@@ -32,6 +32,12 @@
+ #include <asm/segment.h>
+ #include <asm/page_types.h>
++#ifdef CONFIG_PAX_KERNEXEC
++#define ta(X) (X)
++#else
++#define ta(X) ((X) - __PAGE_OFFSET)
++#endif
++
+ /* We can free up trampoline after bootup if cpu hotplug is not supported. */
+ __CPUINITRODATA
+ .code16
+@@ -60,7 +66,7 @@ r_base = .
+       inc     %ax             # protected mode (PE) bit
+       lmsw    %ax             # into protected mode
+       # flush prefetch and jump to startup_32_smp in arch/i386/kernel/head.S
+-      ljmpl   $__BOOT_CS, $(startup_32_smp-__PAGE_OFFSET)
++      ljmpl   $__BOOT_CS, $ta(startup_32_smp)
+       # These need to be in the same 64K segment as the above;
+       # hence we don't use the boot_gdt_descr defined in head.S
+diff -urNp linux-2.6.32.1/arch/x86/kernel/traps.c linux-2.6.32.1/arch/x86/kernel/traps.c
+--- linux-2.6.32.1/arch/x86/kernel/traps.c     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/kernel/traps.c     2009-12-14 18:33:51.755710508 -0500
+@@ -69,12 +69,6 @@ asmlinkage int system_call(void);
  
  /* Do we ignore FPU interrupts ? */
  char ignore_fpu_irq;
 -
 -/*
 - * The IDT has to be page-aligned to simplify the Pentium
-- * F0 0F bug workaround.. We have a special link segment
-- * for this.
+- * F0 0F bug workaround.
 - */
--gate_desc idt_table[256]
--      __attribute__((__section__(".data.idt"))) = { { { { 0, 0 } } }, };
+-gate_desc idt_table[NR_VECTORS] __page_aligned_data = { { { { 0, 0 } } }, };
  #endif
  
  DECLARE_BITMAP(used_vectors, NR_VECTORS);
-@@ -115,7 +107,7 @@ static inline void preempt_conditional_c
+@@ -112,7 +106,7 @@ static inline void preempt_conditional_c
  static inline void
  die_if_kernel(const char *str, struct pt_regs *regs, long err)
  {
@@ -11407,7 +12928,7 @@ diff -urNp linux-2.6.31/arch/x86/kernel/traps.c linux-2.6.31/arch/x86/kernel/tra
                die(str, regs, err);
  }
  #endif
-@@ -127,7 +119,7 @@ do_trap(int trapnr, int signr, char *str
+@@ -124,7 +118,7 @@ do_trap(int trapnr, int signr, char *str
        struct task_struct *tsk = current;
  
  #ifdef CONFIG_X86_32
@@ -11416,7 +12937,7 @@ diff -urNp linux-2.6.31/arch/x86/kernel/traps.c linux-2.6.31/arch/x86/kernel/tra
                /*
                 * traps 0, 1, 3, 4, and 5 should be forwarded to vm86.
                 * On nmi (interrupt 2), do_trap should not be called.
-@@ -138,7 +130,7 @@ do_trap(int trapnr, int signr, char *str
+@@ -135,7 +129,7 @@ do_trap(int trapnr, int signr, char *str
        }
  #endif
  
@@ -11425,7 +12946,7 @@ diff -urNp linux-2.6.31/arch/x86/kernel/traps.c linux-2.6.31/arch/x86/kernel/tra
                goto kernel_trap;
  
  #ifdef CONFIG_X86_32
-@@ -161,7 +153,7 @@ trap_signal:
+@@ -158,7 +152,7 @@ trap_signal:
            printk_ratelimit()) {
                printk(KERN_INFO
                       "%s[%d] trap %s ip:%lx sp:%lx error:%lx",
@@ -11434,7 +12955,7 @@ diff -urNp linux-2.6.31/arch/x86/kernel/traps.c linux-2.6.31/arch/x86/kernel/tra
                       regs->ip, regs->sp, error_code);
                print_vma_addr(" in ", regs->ip);
                printk("\n");
-@@ -180,6 +172,12 @@ kernel_trap:
+@@ -177,6 +171,12 @@ kernel_trap:
                tsk->thread.trap_no = trapnr;
                die(str, regs, error_code);
        }
@@ -11447,7 +12968,7 @@ diff -urNp linux-2.6.31/arch/x86/kernel/traps.c linux-2.6.31/arch/x86/kernel/tra
        return;
  
  #ifdef CONFIG_X86_32
-@@ -268,14 +266,30 @@ do_general_protection(struct pt_regs *re
+@@ -265,14 +265,30 @@ do_general_protection(struct pt_regs *re
        conditional_sti(regs);
  
  #ifdef CONFIG_X86_32
@@ -11480,7 +13001,7 @@ diff -urNp linux-2.6.31/arch/x86/kernel/traps.c linux-2.6.31/arch/x86/kernel/tra
        tsk->thread.error_code = error_code;
        tsk->thread.trap_no = 13;
  
-@@ -308,6 +322,13 @@ gp_in_kernel:
+@@ -305,6 +321,13 @@ gp_in_kernel:
        if (notify_die(DIE_GPF, "general protection fault", regs,
                                error_code, 13, SIGSEGV) == NOTIFY_STOP)
                return;
@@ -11494,7 +13015,7 @@ diff -urNp linux-2.6.31/arch/x86/kernel/traps.c linux-2.6.31/arch/x86/kernel/tra
        die("general protection fault", regs, error_code);
  }
  
-@@ -561,7 +582,7 @@ dotraplinkage void __kprobes do_debug(st
+@@ -558,7 +581,7 @@ dotraplinkage void __kprobes do_debug(st
        }
  
  #ifdef CONFIG_X86_32
@@ -11503,7 +13024,7 @@ diff -urNp linux-2.6.31/arch/x86/kernel/traps.c linux-2.6.31/arch/x86/kernel/tra
                goto debug_vm86;
  #endif
  
-@@ -573,7 +594,7 @@ dotraplinkage void __kprobes do_debug(st
+@@ -570,7 +593,7 @@ dotraplinkage void __kprobes do_debug(st
         * kernel space (but re-enable TF when returning to user mode).
         */
        if (condition & DR_STEP) {
@@ -11512,7 +13033,7 @@ diff -urNp linux-2.6.31/arch/x86/kernel/traps.c linux-2.6.31/arch/x86/kernel/tra
                        goto clear_TF_reenable;
        }
  
-@@ -760,7 +781,7 @@ do_simd_coprocessor_error(struct pt_regs
+@@ -757,7 +780,7 @@ do_simd_coprocessor_error(struct pt_regs
         * Handle strange cache flush from user space exception
         * in all other cases.  This is undocumented behaviour.
         */
@@ -11521,33 +13042,10 @@ diff -urNp linux-2.6.31/arch/x86/kernel/traps.c linux-2.6.31/arch/x86/kernel/tra
                handle_vm86_fault((struct kernel_vm86_regs *)regs, error_code);
                return;
        }
-@@ -789,19 +810,14 @@ do_spurious_interrupt_bug(struct pt_regs
- #ifdef CONFIG_X86_32
- unsigned long patch_espfix_desc(unsigned long uesp, unsigned long kesp)
- {
--      struct desc_struct *gdt = get_cpu_gdt_table(smp_processor_id());
-       unsigned long base = (kesp - uesp) & -THREAD_SIZE;
-       unsigned long new_kesp = kesp - base;
-       unsigned long lim_pages = (new_kesp | (THREAD_SIZE - 1)) >> PAGE_SHIFT;
--      __u64 desc = *(__u64 *)&gdt[GDT_ENTRY_ESPFIX_SS];
-+      struct desc_struct ss;
-       /* Set up base for espfix segment */
--      desc &= 0x00f0ff0000000000ULL;
--      desc |= ((((__u64)base) << 16) & 0x000000ffffff0000ULL) |
--              ((((__u64)base) << 32) & 0xff00000000000000ULL) |
--              ((((__u64)lim_pages) << 32) & 0x000f000000000000ULL) |
--              (lim_pages & 0xffff);
--      *(__u64 *)&gdt[GDT_ENTRY_ESPFIX_SS] = desc;
-+      pack_descriptor(&ss, base, lim_pages, 0x93, 0xC);
-+      write_gdt_entry(get_cpu_gdt_table(smp_processor_id()), GDT_ENTRY_ESPFIX_SS, &ss, DESCTYPE_S);
-       return new_kesp;
- }
-diff -urNp linux-2.6.31/arch/x86/kernel/tsc.c linux-2.6.31/arch/x86/kernel/tsc.c
---- linux-2.6.31/arch/x86/kernel/tsc.c 2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/kernel/tsc.c 2009-09-06 15:29:11.224159479 -0400
-@@ -790,7 +790,7 @@ static struct dmi_system_id __initdata b
+diff -urNp linux-2.6.32.1/arch/x86/kernel/tsc.c linux-2.6.32.1/arch/x86/kernel/tsc.c
+--- linux-2.6.32.1/arch/x86/kernel/tsc.c       2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/kernel/tsc.c       2009-12-14 18:33:51.755710508 -0500
+@@ -794,7 +794,7 @@ static struct dmi_system_id __initdata b
                        DMI_MATCH(DMI_BOARD_NAME, "2635FA0"),
                },
        },
@@ -11556,10 +13054,18 @@ diff -urNp linux-2.6.31/arch/x86/kernel/tsc.c linux-2.6.31/arch/x86/kernel/tsc.c
  };
  
  static void __init check_system_tsc_reliable(void)
-diff -urNp linux-2.6.31/arch/x86/kernel/vm86_32.c linux-2.6.31/arch/x86/kernel/vm86_32.c
---- linux-2.6.31/arch/x86/kernel/vm86_32.c     2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/kernel/vm86_32.c     2009-09-06 15:29:11.227509734 -0400
-@@ -148,7 +148,7 @@ struct pt_regs *save_v86_state(struct ke
+diff -urNp linux-2.6.32.1/arch/x86/kernel/vm86_32.c linux-2.6.32.1/arch/x86/kernel/vm86_32.c
+--- linux-2.6.32.1/arch/x86/kernel/vm86_32.c   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/kernel/vm86_32.c   2009-12-14 18:33:51.755710508 -0500
+@@ -41,6 +41,7 @@
+ #include <linux/ptrace.h>
+ #include <linux/audit.h>
+ #include <linux/stddef.h>
++#include <linux/grsecurity.h>
+ #include <asm/uaccess.h>
+ #include <asm/io.h>
+@@ -148,7 +149,7 @@ struct pt_regs *save_v86_state(struct ke
                do_exit(SIGSEGV);
        }
  
@@ -11568,7 +13074,36 @@ diff -urNp linux-2.6.31/arch/x86/kernel/vm86_32.c linux-2.6.31/arch/x86/kernel/v
        current->thread.sp0 = current->thread.saved_sp0;
        current->thread.sysenter_cs = __KERNEL_CS;
        load_sp0(tss, &current->thread);
-@@ -324,7 +324,7 @@ static void do_sys_vm86(struct kernel_vm
+@@ -208,6 +209,13 @@ int sys_vm86old(struct pt_regs *regs)
+       struct task_struct *tsk;
+       int tmp, ret = -EPERM;
++#ifdef CONFIG_GRKERNSEC_VM86
++      if (!capable(CAP_SYS_RAWIO)) {
++              gr_handle_vm86();
++              goto out;
++      }
++#endif
++
+       tsk = current;
+       if (tsk->thread.saved_sp0)
+               goto out;
+@@ -238,6 +246,14 @@ int sys_vm86(struct pt_regs *regs)
+       int tmp, ret;
+       struct vm86plus_struct __user *v86;
++#ifdef CONFIG_GRKERNSEC_VM86
++      if (!capable(CAP_SYS_RAWIO)) {
++              gr_handle_vm86();
++              ret = -EPERM;
++              goto out;
++      }
++#endif
++
+       tsk = current;
+       switch (regs->bx) {
+       case VM86_REQUEST_IRQ:
+@@ -324,7 +340,7 @@ static void do_sys_vm86(struct kernel_vm
        tsk->thread.saved_fs = info->regs32->fs;
        tsk->thread.saved_gs = get_user_gs(info->regs32);
  
@@ -11577,54 +13112,70 @@ diff -urNp linux-2.6.31/arch/x86/kernel/vm86_32.c linux-2.6.31/arch/x86/kernel/v
        tsk->thread.sp0 = (unsigned long) &info->VM86_TSS_ESP0;
        if (cpu_has_sep)
                tsk->thread.sysenter_cs = 0;
-diff -urNp linux-2.6.31/arch/x86/kernel/vmi_32.c linux-2.6.31/arch/x86/kernel/vmi_32.c
---- linux-2.6.31/arch/x86/kernel/vmi_32.c      2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/kernel/vmi_32.c      2009-09-06 15:29:11.228210710 -0400
-@@ -102,18 +102,43 @@ static unsigned patch_internal(int call,
+@@ -529,7 +545,7 @@ static void do_int(struct kernel_vm86_re
+               goto cannot_handle;
+       if (i == 0x21 && is_revectored(AH(regs), &KVM86->int21_revectored))
+               goto cannot_handle;
+-      intr_ptr = (unsigned long __user *) (i << 2);
++      intr_ptr = (__force unsigned long __user *) (i << 2);
+       if (get_user(segoffs, intr_ptr))
+               goto cannot_handle;
+       if ((segoffs >> 16) == BIOSSEG)
+diff -urNp linux-2.6.32.1/arch/x86/kernel/vmi_32.c linux-2.6.32.1/arch/x86/kernel/vmi_32.c
+--- linux-2.6.32.1/arch/x86/kernel/vmi_32.c    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/kernel/vmi_32.c    2009-12-14 18:33:51.762711460 -0500
+@@ -44,12 +44,17 @@ typedef u32 __attribute__((regparm(1))) 
+ typedef u64 __attribute__((regparm(2))) (VROMLONGFUNC)(int);
+ #define call_vrom_func(rom,func) \
+-   (((VROMFUNC *)(rom->func))())
++   (((VROMFUNC *)(ktva_ktla(rom.func)))())
+ #define call_vrom_long_func(rom,func,arg) \
+-   (((VROMLONGFUNC *)(rom->func)) (arg))
++({\
++      u64 __reloc = ((VROMLONGFUNC *)(ktva_ktla(rom.func))) (arg);\
++      struct vmi_relocation_info *const __rel = (struct vmi_relocation_info *)&__reloc;\
++      __rel->eip = (unsigned char *)ktva_ktla((unsigned long)__rel->eip);\
++      __reloc;\
++})
+-static struct vrom_header *vmi_rom;
++static struct vrom_header vmi_rom __attribute((__section__(".vmi.rom"), __aligned__(PAGE_SIZE)));
+ static int disable_pge;
+ static int disable_pse;
+ static int disable_sep;
+@@ -76,10 +81,10 @@ static struct {
+       void (*set_initial_ap_state)(int, int);
+       void (*halt)(void);
+       void (*set_lazy_mode)(int mode);
+-} vmi_ops;
++} vmi_ops __read_only;
+ /* Cached VMI operations */
+-struct vmi_timer_ops vmi_timer_ops;
++struct vmi_timer_ops vmi_timer_ops __read_only;
+ /*
+  * VMI patching routines.
+@@ -94,7 +99,7 @@ struct vmi_timer_ops vmi_timer_ops;
+ static inline void patch_offset(void *insnbuf,
+                               unsigned long ip, unsigned long dest)
+ {
+-        *(unsigned long *)(insnbuf+1) = dest-ip-5;
++      *(unsigned long *)(insnbuf+1) = dest-ip-5;
+ }
+ static unsigned patch_internal(int call, unsigned len, void *insnbuf,
+@@ -102,6 +107,7 @@ static unsigned patch_internal(int call,
  {
        u64 reloc;
        struct vmi_relocation_info *const rel = (struct vmi_relocation_info *)&reloc;
-+
-+#ifdef CONFIG_PAX_KERNEXEC
-+      unsigned long cr0;
-+#endif
 +
        reloc = call_vrom_long_func(vmi_rom, get_reloc, call);
        switch(rel->type) {
                case VMI_RELOCATION_CALL_REL:
-                       BUG_ON(len < 5);
-+
-+#ifdef CONFIG_PAX_KERNEXEC
-+                      pax_open_kernel(cr0);
-+#endif
-+
-                       *(char *)insnbuf = MNEM_CALL;
-                       patch_offset(insnbuf, ip, (unsigned long)rel->eip);
-+
-+#ifdef CONFIG_PAX_KERNEXEC
-+                      pax_close_kernel(cr0);
-+#endif
-+
-                       return 5;
-               case VMI_RELOCATION_JUMP_REL:
-                       BUG_ON(len < 5);
-+
-+#ifdef CONFIG_PAX_KERNEXEC
-+                      pax_open_kernel(cr0);
-+#endif
-+
-                       *(char *)insnbuf = MNEM_JMP;
-                       patch_offset(insnbuf, ip, (unsigned long)rel->eip);
-+
-+#ifdef CONFIG_PAX_KERNEXEC
-+                      pax_close_kernel(cr0);
-+#endif
-+
-                       return 5;
-               case VMI_RELOCATION_NOP:
-@@ -404,13 +429,13 @@ static void vmi_set_pud(pud_t *pudp, pud
+@@ -404,13 +410,13 @@ static void vmi_set_pud(pud_t *pudp, pud
  
  static void vmi_pte_clear(struct mm_struct *mm, unsigned long addr, pte_t *ptep)
  {
@@ -11640,7 +13191,7 @@ diff -urNp linux-2.6.31/arch/x86/kernel/vmi_32.c linux-2.6.31/arch/x86/kernel/vm
        vmi_ops.set_pte(pte, (pte_t *)pmd, VMI_PAGE_PD);
  }
  #endif
-@@ -438,8 +463,8 @@ vmi_startup_ipi_hook(int phys_apicid, un
+@@ -438,8 +444,8 @@ vmi_startup_ipi_hook(int phys_apicid, un
        ap.ss = __KERNEL_DS;
        ap.esp = (unsigned long) start_esp;
  
@@ -11651,41 +13202,90 @@ diff -urNp linux-2.6.31/arch/x86/kernel/vmi_32.c linux-2.6.31/arch/x86/kernel/vm
        ap.fs = __KERNEL_PERCPU;
        ap.gs = __KERNEL_STACK_CANARY;
  
-@@ -640,12 +665,20 @@ static inline int __init activate_vmi(vo
-       u64 reloc;
-       const struct vmi_relocation_info *rel = (struct vmi_relocation_info *)&reloc;
+@@ -486,6 +492,18 @@ static void vmi_leave_lazy_mmu(void)
+       paravirt_leave_lazy_mmu();
+ }
  
 +#ifdef CONFIG_PAX_KERNEXEC
-+      unsigned long cr0;
++static unsigned long vmi_pax_open_kernel(void)
++{
++      return 0;
++}
++
++static unsigned long vmi_pax_close_kernel(void)
++{
++      return 0;
++}
 +#endif
 +
-       if (call_vrom_func(vmi_rom, vmi_init) != 0) {
-               printk(KERN_ERR "VMI ROM failed to initialize!");
+ static inline int __init check_vmi_rom(struct vrom_header *rom)
+ {
+       struct pci_header *pci;
+@@ -498,6 +516,10 @@ static inline int __init check_vmi_rom(s
+               return 0;
+       if (rom->vrom_signature != VMI_SIGNATURE)
                return 0;
++      if (rom->rom_length * 512 > sizeof(*rom)) {
++              printk(KERN_WARNING "PAX: VMI: ROM size too big: %x\n", rom->rom_length * 512);
++              return 0;
++      }
+       if (rom->api_version_maj != VMI_API_REV_MAJOR ||
+           rom->api_version_min+1 < VMI_API_REV_MINOR+1) {
+               printk(KERN_WARNING "VMI: Found mismatched rom version %d.%d\n",
+@@ -562,7 +584,7 @@ static inline int __init probe_vmi_rom(v
+               struct vrom_header *romstart;
+               romstart = (struct vrom_header *)isa_bus_to_virt(base);
+               if (check_vmi_rom(romstart)) {
+-                      vmi_rom = romstart;
++                      vmi_rom = *romstart;
+                       return 1;
+               }
        }
-       savesegment(cs, kernel_cs);
-+#ifdef CONFIG_PAX_KERNEXEC
-+      pax_open_kernel(cr0);
-+#endif
-+
-       pv_info.paravirt_enabled = 1;
-       pv_info.kernel_rpl = kernel_cs & SEGMENT_RPL_MASK;
-       pv_info.name = "vmi";
-@@ -836,6 +869,10 @@ static inline int __init activate_vmi(vo
+@@ -836,6 +858,11 @@ static inline int __init activate_vmi(vo
  
        para_fill(pv_irq_ops.safe_halt, Halt);
  
 +#ifdef CONFIG_PAX_KERNEXEC
-+      pax_close_kernel(cr0);
++      pv_mmu_ops.pax_open_kernel = vmi_pax_open_kernel;
++      pv_mmu_ops.pax_close_kernel = vmi_pax_close_kernel;
 +#endif
 +
        /*
         * Alternative instruction rewriting doesn't happen soon enough
         * to convert VMI_IRET to a call instead of a jump; so we have
-diff -urNp linux-2.6.31/arch/x86/kernel/vmlinux.lds.S linux-2.6.31/arch/x86/kernel/vmlinux.lds.S
---- linux-2.6.31/arch/x86/kernel/vmlinux.lds.S 2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/kernel/vmlinux.lds.S 2009-09-06 15:29:11.228210710 -0400
+@@ -853,16 +880,16 @@ static inline int __init activate_vmi(vo
+ void __init vmi_init(void)
+ {
+-      if (!vmi_rom)
++      if (!vmi_rom.rom_signature)
+               probe_vmi_rom();
+       else
+-              check_vmi_rom(vmi_rom);
++              check_vmi_rom(&vmi_rom);
+       /* In case probing for or validating the ROM failed, basil */
+-      if (!vmi_rom)
++      if (!vmi_rom.rom_signature)
+               return;
+-      reserve_top_address(-vmi_rom->virtual_top);
++      reserve_top_address(-vmi_rom.virtual_top);
+ #ifdef CONFIG_X86_IO_APIC
+       /* This is virtual hardware; timer routing is wired correctly */
+@@ -874,7 +901,7 @@ void __init vmi_activate(void)
+ {
+       unsigned long flags;
+-      if (!vmi_rom)
++      if (!vmi_rom.rom_signature)
+               return;
+       local_irq_save(flags);
+diff -urNp linux-2.6.32.1/arch/x86/kernel/vmlinux.lds.S linux-2.6.32.1/arch/x86/kernel/vmlinux.lds.S
+--- linux-2.6.32.1/arch/x86/kernel/vmlinux.lds.S       2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/kernel/vmlinux.lds.S       2009-12-14 18:33:51.762711460 -0500
 @@ -26,6 +26,22 @@
  #include <asm/page_types.h>
  #include <asm/cache.h>
@@ -11702,14 +13302,14 @@ diff -urNp linux-2.6.31/arch/x86/kernel/vmlinux.lds.S linux-2.6.31/arch/x86/kern
 +#define PMD_SIZE (1 << PMD_SHIFT)
 +
 +#if defined(CONFIG_X86_32) && defined(CONFIG_PAX_KERNEXEC)
-+#define __KERNEL_TEXT_OFFSET  (__PAGE_OFFSET + (((____LOAD_PHYSICAL_ADDR + PMD_SIZE - 1) - 1) & ~(PMD_SIZE - 1)))
++#define __KERNEL_TEXT_OFFSET  (LOAD_OFFSET + ____LOAD_PHYSICAL_ADDR)
 +#else
 +#define __KERNEL_TEXT_OFFSET  0
 +#endif
  
  #undef i386     /* in case the preprocessor is a 32bit one */
  
-@@ -34,40 +50,52 @@ OUTPUT_FORMAT(CONFIG_OUTPUT_FORMAT, CONF
+@@ -34,40 +50,49 @@ OUTPUT_FORMAT(CONFIG_OUTPUT_FORMAT, CONF
  #ifdef CONFIG_X86_32
  OUTPUT_ARCH(i386)
  ENTRY(phys_startup_32)
@@ -11726,17 +13326,17 @@ diff -urNp linux-2.6.31/arch/x86/kernel/vmlinux.lds.S linux-2.6.31/arch/x86/kern
        text PT_LOAD FLAGS(5);          /* R_E */
 -      data PT_LOAD FLAGS(7);          /* RWE */
 +      rodata PT_LOAD FLAGS(4);        /* R__ */
++      module PT_LOAD FLAGS(5);        /* R_E */
 +      data PT_LOAD FLAGS(6);          /* RW_ */
  #ifdef CONFIG_X86_64
--      user PT_LOAD FLAGS(7);          /* RWE */
-+      user PT_LOAD FLAGS(5);          /* R_E */
+       user PT_LOAD FLAGS(5);          /* R_E */
 +#endif
-+      smp PT_LOAD FLAGS(6);           /* RW_ */
++      init.begin PT_LOAD FLAGS(6);    /* RW_ */
  #ifdef CONFIG_SMP
--      percpu PT_LOAD FLAGS(7);        /* RWE */
-+      percpu PT_LOAD FLAGS(6);        /* RW_ */
+       percpu PT_LOAD FLAGS(6);        /* RW_ */
  #endif
 +      text.init PT_LOAD FLAGS(5);     /* R_E */
++      text.exit PT_LOAD FLAGS(5);     /* R_E */
        init PT_LOAD FLAGS(7);          /* RWE */
 -#endif
        note PT_NOTE FLAGS(0);          /* ___ */
@@ -11747,11 +13347,7 @@ diff -urNp linux-2.6.31/arch/x86/kernel/vmlinux.lds.S linux-2.6.31/arch/x86/kern
  #ifdef CONFIG_X86_32
 -        . = LOAD_OFFSET + LOAD_PHYSICAL_ADDR;
 -        phys_startup_32 = startup_32 - LOAD_OFFSET;
-+#ifdef CONFIG_PAX_KERNEXEC
-+      . = 0;
-+#else
 +      . = LOAD_OFFSET + ____LOAD_PHYSICAL_ADDR;
-+#endif
  #else
 -        . = __START_KERNEL;
 -        phys_startup_64 = startup_64 - LOAD_OFFSET;
@@ -11759,22 +13355,26 @@ diff -urNp linux-2.6.31/arch/x86/kernel/vmlinux.lds.S linux-2.6.31/arch/x86/kern
  #endif
  
        /* Text and read-only data */
-       /* bootstrapping code */
--      .text.head : AT(ADDR(.text.head) - LOAD_OFFSET) {
-+      .text.head : AT(ADDR(.text.head) - LOAD_OFFSET + __KERNEL_TEXT_OFFSET) {
+-      .text :  AT(ADDR(.text) - LOAD_OFFSET) {
+-              _text = .;
++      .text (. - __KERNEL_TEXT_OFFSET): AT(ADDR(.text) - LOAD_OFFSET + __KERNEL_TEXT_OFFSET) {
+               /* bootstrapping code */
 +#ifdef CONFIG_X86_32
 +              phys_startup_32 = startup_32 - LOAD_OFFSET + __KERNEL_TEXT_OFFSET;
 +#else
 +              phys_startup_64 = startup_64 - LOAD_OFFSET + __KERNEL_TEXT_OFFSET;
 +#endif
 +              __LOAD_PHYSICAL_ADDR = . - LOAD_OFFSET + __KERNEL_TEXT_OFFSET;
-+              KERNEL_TEXT_OFFSET = . + __KERNEL_TEXT_OFFSET;
-               _text = .;
-               *(.text.head)
-       } :text = 0x9090
-@@ -92,7 +120,10 @@ SECTIONS
-               _etext = .;
++              _text = .;
+               HEAD_TEXT
+ #ifdef CONFIG_X86_32
+               . = ALIGN(PAGE_SIZE);
+@@ -82,28 +107,64 @@ SECTIONS
+               IRQENTRY_TEXT
+               *(.fixup)
+               *(.gnu.warning)
+-              /* End of text section */
+-              _etext = .;
        } :text = 0x9090
  
 -      NOTES :text :note
@@ -11783,14 +13383,8 @@ diff -urNp linux-2.6.31/arch/x86/kernel/vmlinux.lds.S linux-2.6.31/arch/x86/kern
 +      . = ALIGN(PAGE_SIZE);
 +      NOTES :rodata :note
  
-       /* Exception table */
-       . = ALIGN(16);
-@@ -100,22 +131,53 @@ SECTIONS
-               __start___ex_table = .;
-               *(__ex_table)
-               __stop___ex_table = .;
--      } :text = 0x9090
-+      } :rodata
+-      EXCEPTION_TABLE(16) :text = 0x9090
++      EXCEPTION_TABLE(16) :rodata
  
        RO_DATA(PAGE_SIZE)
  
@@ -11802,24 +13396,28 @@ diff -urNp linux-2.6.31/arch/x86/kernel/vmlinux.lds.S linux-2.6.31/arch/x86/kern
 +              *(.empty_zero_page)
 +              *(.swapper_pg_pmd)
 +              *(.swapper_pg_dir)
-+
-+#if defined(CONFIG_PAX_KERNEXEC) && !defined(CONFIG_MODULES)
-+              . = ALIGN(PMD_SIZE);
++      }
 +#endif
 +
-+      }
++      . = ALIGN(PAGE_SIZE);
++      .vmi.rom : AT(ADDR(.vmi.rom) - LOAD_OFFSET) {
++              *(.vmi.rom)
++      } :module
 +
-+#if defined(CONFIG_PAX_KERNEXEC) && defined(CONFIG_MODULES)
 +      . = ALIGN(PAGE_SIZE);
 +      .module.text : AT(ADDR(.module.text) - LOAD_OFFSET) {
++
++#if defined(CONFIG_X86_32) && defined(CONFIG_PAX_KERNEXEC) && defined(CONFIG_MODULES)
 +              MODULES_EXEC_VADDR = .;
 +              BYTE(0)
 +              . += (8 * 1024 * 1024);
 +              . = ALIGN(PMD_SIZE);
 +              MODULES_EXEC_END = . - 1;
-+      }
-+#endif
 +#endif
++
++              /* End of text section */
++              _etext = . - __KERNEL_TEXT_OFFSET;
++      } :module
 +
        /* Data */
        .data : AT(ADDR(.data) - LOAD_OFFSET) {
@@ -11842,8 +13440,8 @@ diff -urNp linux-2.6.31/arch/x86/kernel/vmlinux.lds.S linux-2.6.31/arch/x86/kern
 -#endif
  
                PAGE_ALIGNED_DATA(PAGE_SIZE)
-               *(.data.idt)
-@@ -182,12 +244,6 @@ SECTIONS
+@@ -166,12 +227,6 @@ SECTIONS
        }
        vgetcpu_mode = VVIRT(.vgetcpu_mode);
  
@@ -11856,16 +13454,13 @@ diff -urNp linux-2.6.31/arch/x86/kernel/vmlinux.lds.S linux-2.6.31/arch/x86/kern
        .vsyscall_3 ADDR(.vsyscall_0) + 3072: AT(VLOAD(.vsyscall_3)) {
                *(.vsyscall_3)
        }
-@@ -204,13 +260,31 @@ SECTIONS
+@@ -187,12 +242,19 @@ SECTIONS
  #endif /* CONFIG_X86_64 */
  
-+      /*
-+       * smp_locks might be freed after init
-+       * start/end must be page aligned
-+       */
-+      . = ALIGN(PAGE_SIZE);
-+      .smp_locks : AT(ADDR(.smp_locks) - LOAD_OFFSET) {
+       /* Init code and data - will be freed after init */
+-      . = ALIGN(PAGE_SIZE);
+       .init.begin : AT(ADDR(.init.begin) - LOAD_OFFSET) {
++              BYTE(0)
 +
 +#ifdef CONFIG_PAX_KERNEXEC
 +              . = ALIGN(PMD_SIZE);
@@ -11873,54 +13468,47 @@ diff -urNp linux-2.6.31/arch/x86/kernel/vmlinux.lds.S linux-2.6.31/arch/x86/kern
 +              . = ALIGN(PAGE_SIZE);
 +#endif
 +
-+              __smp_locks = .;
-+              *(.smp_locks)
-+              __smp_locks_end = .;
-+      } :smp
-+
-       /* Init code and data - will be freed after init */
-       . = ALIGN(PAGE_SIZE);
-       .init.begin : AT(ADDR(.init.begin) - LOAD_OFFSET) {
                __init_begin = .; /* paired with __init_end */
-       }
+-      }
++      } :init.begin
  
 -#if defined(CONFIG_X86_64) && defined(CONFIG_SMP)
 +#ifdef CONFIG_SMP
        /*
         * percpu offsets are zero-based on SMP.  PERCPU_VADDR() changes the
         * output PHDR, so the next output section - .init.text - should
-@@ -219,18 +293,25 @@ SECTIONS
+@@ -201,12 +263,25 @@ SECTIONS
        PERCPU_VADDR(0, :percpu)
  #endif
  
--      .init.text : AT(ADDR(.init.text) - LOAD_OFFSET) {
+-      INIT_TEXT_SECTION(PAGE_SIZE)
+-#ifdef CONFIG_X86_64
+-      :init
+-#endif
++      . = ALIGN(PAGE_SIZE);
 +      init_begin = .;
 +      .init.text (. - __KERNEL_TEXT_OFFSET): AT(init_begin - LOAD_OFFSET) {
-               _sinittext = .;
-               INIT_TEXT
-               _einittext = .;
++              VMLINUX_SYMBOL(_sinittext) = .;
++              INIT_TEXT
++              VMLINUX_SYMBOL(_einittext) = .;
 +      } :text.init
-+
+-      INIT_DATA_SECTION(16)
 +      /*
 +       * .exit.text is discard at runtime, not link time, to deal with
 +       *  references from .altinstructions and .eh_frame
 +       */
 +      .exit.text : AT(ADDR(.exit.text) - LOAD_OFFSET) {
 +              EXIT_TEXT
-       }
--#ifdef CONFIG_X86_64
--      :init
--#endif
++              . = ALIGN(16);
++      } :text.exit
 +      . = init_begin + SIZEOF(.init.text) + SIZEOF(.exit.text);
++
++      INIT_DATA_SECTION(16) :init
  
-       .init.data : AT(ADDR(.init.data) - LOAD_OFFSET) {
-               INIT_DATA
--      }
-+      } :init
-       . = ALIGN(16);
-       .init.setup : AT(ADDR(.init.setup) - LOAD_OFFSET) {
-@@ -276,14 +357,6 @@ SECTIONS
+       .x86_cpu_dev.init : AT(ADDR(.x86_cpu_dev.init) - LOAD_OFFSET) {
+               __x86_cpu_dev_start = .;
+@@ -232,19 +307,11 @@ SECTIONS
                *(.altinstr_replacement)
        }
  
@@ -11935,31 +13523,16 @@ diff -urNp linux-2.6.31/arch/x86/kernel/vmlinux.lds.S linux-2.6.31/arch/x86/kern
        .exit.data : AT(ADDR(.exit.data) - LOAD_OFFSET) {
                EXIT_DATA
        }
-@@ -297,7 +370,7 @@ SECTIONS
-       }
- #endif
  
 -#if !defined(CONFIG_X86_64) || !defined(CONFIG_SMP)
 +#ifndef CONFIG_SMP
        PERCPU(PAGE_SIZE)
  #endif
  
-@@ -308,24 +381,6 @@ SECTIONS
-               __init_end = .;
+@@ -267,12 +334,6 @@ SECTIONS
+               . = ALIGN(PAGE_SIZE);
        }
  
--      /*
--       * smp_locks might be freed after init
--       * start/end must be page aligned
--       */
--      . = ALIGN(PAGE_SIZE);
--      .smp_locks : AT(ADDR(.smp_locks) - LOAD_OFFSET) {
--              __smp_locks = .;
--              *(.smp_locks)
--              __smp_locks_end = .;
--              . = ALIGN(PAGE_SIZE);
--      }
--
 -#ifdef CONFIG_X86_64
 -      .data_nosave : AT(ADDR(.data_nosave) - LOAD_OFFSET) {
 -              NOSAVE_DATA
@@ -11969,7 +13542,7 @@ diff -urNp linux-2.6.31/arch/x86/kernel/vmlinux.lds.S linux-2.6.31/arch/x86/kern
        /* BSS */
        . = ALIGN(PAGE_SIZE);
        .bss : AT(ADDR(.bss) - LOAD_OFFSET) {
-@@ -341,6 +396,7 @@ SECTIONS
+@@ -288,6 +349,7 @@ SECTIONS
                __brk_base = .;
                . += 64 * 1024;         /* 64k alignment slop space */
                *(.brk_reservation)     /* areas brk users have reserved */
@@ -11977,7 +13550,7 @@ diff -urNp linux-2.6.31/arch/x86/kernel/vmlinux.lds.S linux-2.6.31/arch/x86/kern
                __brk_limit = .;
        }
  
-@@ -369,13 +425,12 @@ SECTIONS
+@@ -316,13 +378,12 @@ SECTIONS
   * for the boot processor.
   */
  #define INIT_PER_CPU(x) init_per_cpu__##x = per_cpu__##x + __per_cpu_load
@@ -11988,13 +13561,13 @@ diff -urNp linux-2.6.31/arch/x86/kernel/vmlinux.lds.S linux-2.6.31/arch/x86/kern
   * Build-time check on the image size:
   */
 -. = ASSERT((_end - _text <= KERNEL_IMAGE_SIZE),
-+. = ASSERT((_end - KERNEL_TEXT_OFFSET <= KERNEL_IMAGE_SIZE),
++. = ASSERT((_end - _text - __KERNEL_TEXT_OFFSET <= KERNEL_IMAGE_SIZE),
           "kernel image bigger than KERNEL_IMAGE_SIZE");
  
  #ifdef CONFIG_SMP
-diff -urNp linux-2.6.31/arch/x86/kernel/vsyscall_64.c linux-2.6.31/arch/x86/kernel/vsyscall_64.c
---- linux-2.6.31/arch/x86/kernel/vsyscall_64.c 2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/kernel/vsyscall_64.c 2009-09-06 15:29:11.229372192 -0400
+diff -urNp linux-2.6.32.1/arch/x86/kernel/vsyscall_64.c linux-2.6.32.1/arch/x86/kernel/vsyscall_64.c
+--- linux-2.6.32.1/arch/x86/kernel/vsyscall_64.c       2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/kernel/vsyscall_64.c       2009-12-14 18:33:51.763712039 -0500
 @@ -79,6 +79,7 @@ void update_vsyscall(struct timespec *wa
  
        write_seqlock_irqsave(&vsyscall_gtod_data.lock, flags);
@@ -12003,7 +13576,7 @@ diff -urNp linux-2.6.31/arch/x86/kernel/vsyscall_64.c linux-2.6.31/arch/x86/kern
        vsyscall_gtod_data.clock.vread = clock->vread;
        vsyscall_gtod_data.clock.cycle_last = clock->cycle_last;
        vsyscall_gtod_data.clock.mask = clock->mask;
-@@ -201,7 +202,7 @@ vgetcpu(unsigned *cpu, unsigned *node, s
+@@ -202,7 +203,7 @@ vgetcpu(unsigned *cpu, unsigned *node, s
           We do this here because otherwise user space would do it on
           its own in a likely inferior way (no access to jiffies).
           If you don't like it pass NULL. */
@@ -12012,10 +13585,10 @@ diff -urNp linux-2.6.31/arch/x86/kernel/vsyscall_64.c linux-2.6.31/arch/x86/kern
                p = tcache->blob[1];
        } else if (__vgetcpu_mode == VGETCPU_RDTSCP) {
                /* Load per CPU data from RDTSCP */
-@@ -240,13 +241,13 @@ static ctl_table kernel_table2[] = {
+@@ -233,13 +234,13 @@ static ctl_table kernel_table2[] = {
          .data = &vsyscall_gtod_data.sysctl_enabled, .maxlen = sizeof(int),
          .mode = 0644,
-         .proc_handler = vsyscall_sysctl_change },
+         .proc_handler = proc_dointvec },
 -      {}
 +      { 0, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL }
  };
@@ -12028,9 +13601,9 @@ diff -urNp linux-2.6.31/arch/x86/kernel/vsyscall_64.c linux-2.6.31/arch/x86/kern
  };
  #endif
  
-diff -urNp linux-2.6.31/arch/x86/kernel/x8664_ksyms_64.c linux-2.6.31/arch/x86/kernel/x8664_ksyms_64.c
---- linux-2.6.31/arch/x86/kernel/x8664_ksyms_64.c      2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/kernel/x8664_ksyms_64.c      2009-09-06 15:29:11.229372192 -0400
+diff -urNp linux-2.6.32.1/arch/x86/kernel/x8664_ksyms_64.c linux-2.6.32.1/arch/x86/kernel/x8664_ksyms_64.c
+--- linux-2.6.32.1/arch/x86/kernel/x8664_ksyms_64.c    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/kernel/x8664_ksyms_64.c    2009-12-14 18:33:51.763712039 -0500
 @@ -30,8 +30,6 @@ EXPORT_SYMBOL(__put_user_8);
  
  EXPORT_SYMBOL(copy_user_generic);
@@ -12040,31 +13613,83 @@ diff -urNp linux-2.6.31/arch/x86/kernel/x8664_ksyms_64.c linux-2.6.31/arch/x86/k
  EXPORT_SYMBOL(__copy_from_user_inatomic);
  
  EXPORT_SYMBOL(copy_page);
-diff -urNp linux-2.6.31/arch/x86/kvm/svm.c linux-2.6.31/arch/x86/kvm/svm.c
---- linux-2.6.31/arch/x86/kvm/svm.c    2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/kvm/svm.c    2009-09-06 15:29:11.230496162 -0400
-@@ -2289,7 +2289,19 @@ static void reload_tss(struct kvm_vcpu *
-       int cpu = raw_smp_processor_id();
+diff -urNp linux-2.6.32.1/arch/x86/kernel/xsave.c linux-2.6.32.1/arch/x86/kernel/xsave.c
+--- linux-2.6.32.1/arch/x86/kernel/xsave.c     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/kernel/xsave.c     2009-12-14 18:33:51.763712039 -0500
+@@ -54,7 +54,7 @@ int check_for_xstate(struct i387_fxsave_
+           fx_sw_user->xstate_size > fx_sw_user->extended_size)
+               return -1;
+-      err = __get_user(magic2, (__u32 *) (((void *)fpstate) +
++      err = __get_user(magic2, (__u32 __user *) (((void __user *)fpstate) +
+                                           fx_sw_user->extended_size -
+                                           FP_XSTATE_MAGIC2_SIZE));
+       /*
+@@ -196,7 +196,7 @@ fx_only:
+        * the other extended state.
+        */
+       xrstor_state(init_xstate_buf, pcntxt_mask & ~XSTATE_FPSSE);
+-      return fxrstor_checking((__force struct i387_fxsave_struct *)buf);
++      return fxrstor_checking((struct i387_fxsave_struct __user *)buf);
+ }
  
+ /*
+@@ -228,7 +228,7 @@ int restore_i387_xstate(void __user *buf
+       if (task_thread_info(tsk)->status & TS_XSAVE)
+               err = restore_user_xstate(buf);
+       else
+-              err = fxrstor_checking((__force struct i387_fxsave_struct *)
++              err = fxrstor_checking((struct i387_fxsave_struct __user *)
+                                      buf);
+       if (unlikely(err)) {
+               /*
+diff -urNp linux-2.6.32.1/arch/x86/kvm/emulate.c linux-2.6.32.1/arch/x86/kvm/emulate.c
+--- linux-2.6.32.1/arch/x86/kvm/emulate.c      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/kvm/emulate.c      2009-12-14 18:33:51.764710507 -0500
+@@ -389,6 +389,7 @@ static u32 group2_table[] = {
+ #define ____emulate_2op(_op, _src, _dst, _eflags, _x, _y, _suffix)    \
+       do {                                                            \
++              unsigned long _tmp;                                     \
+               __asm__ __volatile__ (                                  \
+                       _PRE_EFLAGS("0", "4", "2")                      \
+                       _op _suffix " %"_x"3,%1; "                      \
+@@ -402,8 +403,6 @@ static u32 group2_table[] = {
+ /* Raw emulation: instruction has two explicit operands. */
+ #define __emulate_2op_nobyte(_op,_src,_dst,_eflags,_wx,_wy,_lx,_ly,_qx,_qy) \
+       do {                                                            \
+-              unsigned long _tmp;                                     \
+-                                                                      \
+               switch ((_dst).bytes) {                                 \
+               case 2:                                                 \
+                       ____emulate_2op(_op,_src,_dst,_eflags,_wx,_wy,"w"); \
+@@ -419,7 +418,6 @@ static u32 group2_table[] = {
+ #define __emulate_2op(_op,_src,_dst,_eflags,_bx,_by,_wx,_wy,_lx,_ly,_qx,_qy) \
+       do {                                                                 \
+-              unsigned long _tmp;                                          \
+               switch ((_dst).bytes) {                                      \
+               case 1:                                                      \
+                       ____emulate_2op(_op,_src,_dst,_eflags,_bx,_by,"b");  \
+diff -urNp linux-2.6.32.1/arch/x86/kvm/svm.c linux-2.6.32.1/arch/x86/kvm/svm.c
+--- linux-2.6.32.1/arch/x86/kvm/svm.c  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/kvm/svm.c  2009-12-14 18:33:51.764710507 -0500
+@@ -2389,9 +2389,12 @@ static int handle_exit(struct kvm_run *k
+ static void reload_tss(struct kvm_vcpu *vcpu)
+ {
+       int cpu = raw_smp_processor_id();
+-
        struct svm_cpu_data *svm_data = per_cpu(svm_data, cpu);
 +
-+#ifdef CONFIG_PAX_KERNEXEC
-+      unsigned long cr0;
-+
-+      pax_open_kernel(cr0);
-+#endif
-+
++      pax_open_kernel();
        svm_data->tss_desc->type = 9; /* available 32/64-bit TSS */
-+
-+#ifdef CONFIG_PAX_KERNEXEC
-+      pax_close_kernel(cr0);
-+#endif
++      pax_close_kernel();
 +
        load_TR_desc();
  }
  
-@@ -2673,7 +2685,7 @@ static u64 svm_get_mt_mask(struct kvm_vc
-       return 0;
+@@ -2839,7 +2842,7 @@ static bool svm_gb_page_enable(void)
+       return true;
  }
  
 -static struct kvm_x86_ops svm_x86_ops = {
@@ -12072,68 +13697,36 @@ diff -urNp linux-2.6.31/arch/x86/kvm/svm.c linux-2.6.31/arch/x86/kvm/svm.c
        .cpu_has_kvm_support = has_svm,
        .disabled_by_bios = is_disabled,
        .hardware_setup = svm_hardware_setup,
-diff -urNp linux-2.6.31/arch/x86/kvm/vmx.c linux-2.6.31/arch/x86/kvm/vmx.c
---- linux-2.6.31/arch/x86/kvm/vmx.c    2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/kvm/vmx.c    2009-09-06 15:29:11.232197800 -0400
-@@ -519,9 +519,23 @@ static void reload_tss(void)
-       struct descriptor_table gdt;
-       struct desc_struct *descs;
+diff -urNp linux-2.6.32.1/arch/x86/kvm/vmx.c linux-2.6.32.1/arch/x86/kvm/vmx.c
+--- linux-2.6.32.1/arch/x86/kvm/vmx.c  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/kvm/vmx.c  2009-12-14 18:33:51.765712280 -0500
+@@ -566,7 +566,11 @@ static void reload_tss(void)
  
-+#ifdef CONFIG_PAX_KERNEXEC
-+      unsigned long cr0;
-+#endif
-+
        kvm_get_gdt(&gdt);
        descs = (void *)gdt.base;
 +
-+#ifdef CONFIG_PAX_KERNEXEC
-+      pax_open_kernel(cr0);
-+#endif
-+
++      pax_open_kernel();
        descs[GDT_ENTRY_TSS].type = 9; /* available TSS */
-+
-+#ifdef CONFIG_PAX_KERNEXEC
-+      pax_close_kernel(cr0);
-+#endif
++      pax_close_kernel();
 +
        load_TR_desc();
  }
  
-@@ -1324,6 +1338,11 @@ static __init int alloc_kvm_area(void)
- static __init int hardware_setup(void)
- {
-+
-+#ifdef CONFIG_PAX_KERNEXEC
-+      unsigned long cr0;
-+#endif
-+
-       if (setup_vmcs_config(&vmcs_config) < 0)
-               return -EIO;
-@@ -1339,8 +1358,19 @@ static __init int hardware_setup(void)
+@@ -1388,8 +1392,11 @@ static __init int hardware_setup(void)
        if (!cpu_has_vmx_flexpriority())
                flexpriority_enabled = 0;
  
 -      if (!cpu_has_vmx_tpr_shadow())
 -              kvm_x86_ops->update_cr8_intercept = NULL;
 +      if (!cpu_has_vmx_tpr_shadow()) {
-+
-+#ifdef CONFIG_PAX_KERNEXEC
-+              pax_open_kernel(cr0);
-+#endif
-+
++              pax_open_kernel();
 +              *(void **)&kvm_x86_ops->update_cr8_intercept = NULL;
-+
-+#ifdef CONFIG_PAX_KERNEXEC
-+              pax_close_kernel(cr0);
-+#endif
-+
++              pax_close_kernel();
 +      }
  
-       return alloc_kvm_area();
- }
-@@ -2242,7 +2272,7 @@ static int vmx_vcpu_setup(struct vcpu_vm
+       if (enable_ept && !cpu_has_vmx_ept_2m_page())
+               kvm_disable_largepages();
+@@ -2339,7 +2346,7 @@ static int vmx_vcpu_setup(struct vcpu_vm
        vmcs_writel(HOST_IDTR_BASE, dt.base);   /* 22.2.4 */
  
        asm("mov $.Lkvm_vmx_return, %0" : "=r"(kvm_vmx_return));
@@ -12142,7 +13735,7 @@ diff -urNp linux-2.6.31/arch/x86/kvm/vmx.c linux-2.6.31/arch/x86/kvm/vmx.c
        vmcs_write32(VM_EXIT_MSR_STORE_COUNT, 0);
        vmcs_write32(VM_EXIT_MSR_LOAD_COUNT, 0);
        vmcs_write32(VM_ENTRY_MSR_LOAD_COUNT, 0);
-@@ -3494,6 +3524,12 @@ static void vmx_vcpu_run(struct kvm_vcpu
+@@ -3682,6 +3689,12 @@ static void vmx_vcpu_run(struct kvm_vcpu
                "jmp .Lkvm_vmx_return \n\t"
                ".Llaunched: " __ex(ASM_VMX_VMRESUME) "\n\t"
                ".Lkvm_vmx_return: "
@@ -12155,7 +13748,7 @@ diff -urNp linux-2.6.31/arch/x86/kvm/vmx.c linux-2.6.31/arch/x86/kvm/vmx.c
                /* Save guest registers, load host registers, keep flags */
                "xchg %0,     (%%"R"sp) \n\t"
                "mov %%"R"ax, %c[rax](%0) \n\t"
-@@ -3540,6 +3576,11 @@ static void vmx_vcpu_run(struct kvm_vcpu
+@@ -3728,6 +3741,11 @@ static void vmx_vcpu_run(struct kvm_vcpu
                [r15]"i"(offsetof(struct vcpu_vmx, vcpu.arch.regs[VCPU_REGS_R15])),
  #endif
                [cr2]"i"(offsetof(struct vcpu_vmx, vcpu.arch.cr2))
@@ -12167,7 +13760,7 @@ diff -urNp linux-2.6.31/arch/x86/kvm/vmx.c linux-2.6.31/arch/x86/kvm/vmx.c
              : "cc", "memory"
                , R"bx", R"di", R"si"
  #ifdef CONFIG_X86_64
-@@ -3556,7 +3597,7 @@ static void vmx_vcpu_run(struct kvm_vcpu
+@@ -3746,7 +3764,7 @@ static void vmx_vcpu_run(struct kvm_vcpu
        if (vmx->rmode.irq.pending)
                fixup_rmode_irq(vmx);
  
@@ -12176,8 +13769,8 @@ diff -urNp linux-2.6.31/arch/x86/kvm/vmx.c linux-2.6.31/arch/x86/kvm/vmx.c
        vmx->launched = 1;
  
        vmx_complete_interrupts(vmx);
-@@ -3699,7 +3740,7 @@ static u64 vmx_get_mt_mask(struct kvm_vc
-       return ret;
+@@ -3921,7 +3939,7 @@ static bool vmx_gb_page_enable(void)
+       return false;
  }
  
 -static struct kvm_x86_ops vmx_x86_ops = {
@@ -12185,17 +13778,20 @@ diff -urNp linux-2.6.31/arch/x86/kvm/vmx.c linux-2.6.31/arch/x86/kvm/vmx.c
        .cpu_has_kvm_support = cpu_has_kvm_support,
        .disabled_by_bios = vmx_disabled_by_bios,
        .hardware_setup = hardware_setup,
-diff -urNp linux-2.6.31/arch/x86/kvm/x86.c linux-2.6.31/arch/x86/kvm/x86.c
---- linux-2.6.31/arch/x86/kvm/x86.c    2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/kvm/x86.c    2009-09-06 15:29:11.233293906 -0400
-@@ -73,42 +73,42 @@ static int kvm_dev_ioctl_get_supported_c
- struct kvm_cpuid_entry2 *kvm_find_cpuid_entry(struct kvm_vcpu *vcpu,
-                                             u32 function, u32 index);
+diff -urNp linux-2.6.32.1/arch/x86/kvm/x86.c linux-2.6.32.1/arch/x86/kvm/x86.c
+--- linux-2.6.32.1/arch/x86/kvm/x86.c  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/kvm/x86.c  2009-12-14 18:33:51.819714318 -0500
+@@ -81,45 +81,45 @@ static void update_cr8_intercept(struct 
+ static int kvm_dev_ioctl_get_supported_cpuid(struct kvm_cpuid2 *cpuid,
+                                   struct kvm_cpuid_entry2 __user *entries);
  
 -struct kvm_x86_ops *kvm_x86_ops;
 +const struct kvm_x86_ops *kvm_x86_ops;
  EXPORT_SYMBOL_GPL(kvm_x86_ops);
  
+ int ignore_msrs = 0;
+ module_param_named(ignore_msrs, ignore_msrs, bool, S_IRUGO | S_IWUSR);
  struct kvm_stats_debugfs_item debugfs_entries[] = {
 -      { "pf_fixed", VCPU_STAT(pf_fixed) },
 -      { "pf_guest", VCPU_STAT(pf_guest) },
@@ -12264,7 +13860,7 @@ diff -urNp linux-2.6.31/arch/x86/kvm/x86.c linux-2.6.31/arch/x86/kvm/x86.c
        { NULL }
  };
  
-@@ -1472,7 +1472,7 @@ static int kvm_vcpu_ioctl_set_lapic(stru
+@@ -1654,7 +1654,7 @@ static int kvm_vcpu_ioctl_set_lapic(stru
  static int kvm_vcpu_ioctl_interrupt(struct kvm_vcpu *vcpu,
                                    struct kvm_interrupt *irq)
  {
@@ -12273,7 +13869,7 @@ diff -urNp linux-2.6.31/arch/x86/kvm/x86.c linux-2.6.31/arch/x86/kvm/x86.c
                return -EINVAL;
        if (irqchip_in_kernel(vcpu->kvm))
                return -ENXIO;
-@@ -2797,10 +2797,10 @@ static struct notifier_block kvmclock_cp
+@@ -3127,10 +3127,10 @@ static struct notifier_block kvmclock_cp
          .notifier_call  = kvmclock_cpufreq_notifier
  };
  
@@ -12286,20 +13882,9 @@ diff -urNp linux-2.6.31/arch/x86/kvm/x86.c linux-2.6.31/arch/x86/kvm/x86.c
  
        if (kvm_x86_ops) {
                printk(KERN_ERR "kvm: already loaded the other module\n");
-diff -urNp linux-2.6.31/arch/x86/lguest/Kconfig linux-2.6.31/arch/x86/lguest/Kconfig
---- linux-2.6.31/arch/x86/lguest/Kconfig       2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/lguest/Kconfig       2009-09-06 15:29:11.234179927 -0400
-@@ -2,6 +2,7 @@ config LGUEST_GUEST
-       bool "Lguest guest support"
-       select PARAVIRT
-       depends on X86_32
-+      depends on !PAX_KERNEXEC
-       select VIRTIO
-       select VIRTIO_RING
-       select VIRTIO_CONSOLE
-diff -urNp linux-2.6.31/arch/x86/lib/checksum_32.S linux-2.6.31/arch/x86/lib/checksum_32.S
---- linux-2.6.31/arch/x86/lib/checksum_32.S    2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/lib/checksum_32.S    2009-09-06 15:29:11.235224872 -0400
+diff -urNp linux-2.6.32.1/arch/x86/lib/checksum_32.S linux-2.6.32.1/arch/x86/lib/checksum_32.S
+--- linux-2.6.32.1/arch/x86/lib/checksum_32.S  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/lib/checksum_32.S  2009-12-14 18:33:51.829715057 -0500
 @@ -28,7 +28,8 @@
  #include <linux/linkage.h>
  #include <asm/dwarf2.h>
@@ -12545,9 +14130,9 @@ diff -urNp linux-2.6.31/arch/x86/lib/checksum_32.S linux-2.6.31/arch/x86/lib/che
                                
  #undef ROUND
  #undef ROUND1         
-diff -urNp linux-2.6.31/arch/x86/lib/clear_page_64.S linux-2.6.31/arch/x86/lib/clear_page_64.S
---- linux-2.6.31/arch/x86/lib/clear_page_64.S  2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/lib/clear_page_64.S  2009-09-06 15:29:11.235224872 -0400
+diff -urNp linux-2.6.32.1/arch/x86/lib/clear_page_64.S linux-2.6.32.1/arch/x86/lib/clear_page_64.S
+--- linux-2.6.32.1/arch/x86/lib/clear_page_64.S        2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/lib/clear_page_64.S        2009-12-14 18:33:51.829715057 -0500
 @@ -43,7 +43,7 @@ ENDPROC(clear_page)
  
  #include <asm/cpufeature.h>
@@ -12557,9 +14142,9 @@ diff -urNp linux-2.6.31/arch/x86/lib/clear_page_64.S linux-2.6.31/arch/x86/lib/c
  1:    .byte 0xeb                                      /* jmp <disp8> */
        .byte (clear_page_c - clear_page) - (2f - 1b)   /* offset */
  2:
-diff -urNp linux-2.6.31/arch/x86/lib/copy_page_64.S linux-2.6.31/arch/x86/lib/copy_page_64.S
---- linux-2.6.31/arch/x86/lib/copy_page_64.S   2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/lib/copy_page_64.S   2009-09-06 15:29:11.235224872 -0400
+diff -urNp linux-2.6.32.1/arch/x86/lib/copy_page_64.S linux-2.6.32.1/arch/x86/lib/copy_page_64.S
+--- linux-2.6.32.1/arch/x86/lib/copy_page_64.S 2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/lib/copy_page_64.S 2009-12-14 18:33:51.832709314 -0500
 @@ -104,7 +104,7 @@ ENDPROC(copy_page)
  
  #include <asm/cpufeature.h>
@@ -12569,9 +14154,9 @@ diff -urNp linux-2.6.31/arch/x86/lib/copy_page_64.S linux-2.6.31/arch/x86/lib/co
  1:    .byte 0xeb                                      /* jmp <disp8> */
        .byte (copy_page_c - copy_page) - (2f - 1b)     /* offset */
  2:
-diff -urNp linux-2.6.31/arch/x86/lib/copy_user_64.S linux-2.6.31/arch/x86/lib/copy_user_64.S
---- linux-2.6.31/arch/x86/lib/copy_user_64.S   2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/lib/copy_user_64.S   2009-09-06 15:29:11.236230809 -0400
+diff -urNp linux-2.6.32.1/arch/x86/lib/copy_user_64.S linux-2.6.32.1/arch/x86/lib/copy_user_64.S
+--- linux-2.6.32.1/arch/x86/lib/copy_user_64.S 2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/lib/copy_user_64.S 2009-12-14 18:33:51.832709314 -0500
 @@ -21,7 +21,7 @@
        .byte 0xe9      /* 32bit jump */
        .long \orig-1f  /* by default jump to orig */
@@ -12623,9 +14208,9 @@ diff -urNp linux-2.6.31/arch/x86/lib/copy_user_64.S linux-2.6.31/arch/x86/lib/co
        movl %edx,%ecx
        xorl %eax,%eax
        rep
-diff -urNp linux-2.6.31/arch/x86/lib/getuser.S linux-2.6.31/arch/x86/lib/getuser.S
---- linux-2.6.31/arch/x86/lib/getuser.S        2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/lib/getuser.S        2009-09-06 15:29:11.236230809 -0400
+diff -urNp linux-2.6.32.1/arch/x86/lib/getuser.S linux-2.6.32.1/arch/x86/lib/getuser.S
+--- linux-2.6.32.1/arch/x86/lib/getuser.S      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/lib/getuser.S      2009-12-14 18:33:51.832709314 -0500
 @@ -33,6 +33,7 @@
  #include <asm/asm-offsets.h>
  #include <asm/thread_info.h>
@@ -12707,9 +14292,9 @@ diff -urNp linux-2.6.31/arch/x86/lib/getuser.S linux-2.6.31/arch/x86/lib/getuser
        xor %edx,%edx
        mov $(-EFAULT),%_ASM_AX
        ret
-diff -urNp linux-2.6.31/arch/x86/lib/memcpy_64.S linux-2.6.31/arch/x86/lib/memcpy_64.S
---- linux-2.6.31/arch/x86/lib/memcpy_64.S      2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/lib/memcpy_64.S      2009-09-06 15:29:11.236230809 -0400
+diff -urNp linux-2.6.32.1/arch/x86/lib/memcpy_64.S linux-2.6.32.1/arch/x86/lib/memcpy_64.S
+--- linux-2.6.32.1/arch/x86/lib/memcpy_64.S    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/lib/memcpy_64.S    2009-12-14 18:33:51.833719440 -0500
 @@ -128,7 +128,7 @@ ENDPROC(__memcpy)
         * It is also a lot simpler. Use this when possible:
         */
@@ -12719,9 +14304,9 @@ diff -urNp linux-2.6.31/arch/x86/lib/memcpy_64.S linux-2.6.31/arch/x86/lib/memcp
  1:    .byte 0xeb                              /* jmp <disp8> */
        .byte (memcpy_c - memcpy) - (2f - 1b)   /* offset */
  2:
-diff -urNp linux-2.6.31/arch/x86/lib/memset_64.S linux-2.6.31/arch/x86/lib/memset_64.S
---- linux-2.6.31/arch/x86/lib/memset_64.S      2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/lib/memset_64.S      2009-09-06 15:29:11.237175046 -0400
+diff -urNp linux-2.6.32.1/arch/x86/lib/memset_64.S linux-2.6.32.1/arch/x86/lib/memset_64.S
+--- linux-2.6.32.1/arch/x86/lib/memset_64.S    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/lib/memset_64.S    2009-12-14 18:33:51.833719440 -0500
 @@ -118,7 +118,7 @@ ENDPROC(__memset)
  
  #include <asm/cpufeature.h>
@@ -12731,9 +14316,9 @@ diff -urNp linux-2.6.31/arch/x86/lib/memset_64.S linux-2.6.31/arch/x86/lib/memse
  1:    .byte 0xeb                              /* jmp <disp8> */
        .byte (memset_c - memset) - (2f - 1b)   /* offset */
  2:
-diff -urNp linux-2.6.31/arch/x86/lib/mmx_32.c linux-2.6.31/arch/x86/lib/mmx_32.c
---- linux-2.6.31/arch/x86/lib/mmx_32.c 2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/lib/mmx_32.c 2009-09-06 15:29:11.237175046 -0400
+diff -urNp linux-2.6.32.1/arch/x86/lib/mmx_32.c linux-2.6.32.1/arch/x86/lib/mmx_32.c
+--- linux-2.6.32.1/arch/x86/lib/mmx_32.c       2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/lib/mmx_32.c       2009-12-14 18:33:51.837714253 -0500
 @@ -29,6 +29,7 @@ void *_mmx_memcpy(void *to, const void *
  {
        void *p;
@@ -13049,9 +14634,9 @@ diff -urNp linux-2.6.31/arch/x86/lib/mmx_32.c linux-2.6.31/arch/x86/lib/mmx_32.c
  
                from += 64;
                to += 64;
-diff -urNp linux-2.6.31/arch/x86/lib/putuser.S linux-2.6.31/arch/x86/lib/putuser.S
---- linux-2.6.31/arch/x86/lib/putuser.S        2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/lib/putuser.S        2009-09-06 15:29:11.237175046 -0400
+diff -urNp linux-2.6.32.1/arch/x86/lib/putuser.S linux-2.6.32.1/arch/x86/lib/putuser.S
+--- linux-2.6.32.1/arch/x86/lib/putuser.S      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/lib/putuser.S      2009-12-14 18:33:51.838703272 -0500
 @@ -15,6 +15,7 @@
  #include <asm/thread_info.h>
  #include <asm/errno.h>
@@ -13155,9 +14740,9 @@ diff -urNp linux-2.6.31/arch/x86/lib/putuser.S linux-2.6.31/arch/x86/lib/putuser
        movl $-EFAULT,%eax
        EXIT
  END(bad_put_user)
-diff -urNp linux-2.6.31/arch/x86/lib/usercopy_32.c linux-2.6.31/arch/x86/lib/usercopy_32.c
---- linux-2.6.31/arch/x86/lib/usercopy_32.c    2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/lib/usercopy_32.c    2009-09-06 15:29:11.238175602 -0400
+diff -urNp linux-2.6.32.1/arch/x86/lib/usercopy_32.c linux-2.6.32.1/arch/x86/lib/usercopy_32.c
+--- linux-2.6.32.1/arch/x86/lib/usercopy_32.c  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/lib/usercopy_32.c  2009-12-14 18:33:51.839717995 -0500
 @@ -36,31 +36,38 @@ static inline int __movsl_is_ok(unsigned
   * Copy a null terminated string from userspace.
   */
@@ -13338,16 +14923,97 @@ diff -urNp linux-2.6.31/arch/x86/lib/usercopy_32.c linux-2.6.31/arch/x86/lib/use
                :"cc");
        return res & mask;
  }
-@@ -227,10 +240,121 @@ EXPORT_SYMBOL(strnlen_user);
+@@ -227,10 +240,11 @@ EXPORT_SYMBOL(strnlen_user);
  
  #ifdef CONFIG_X86_INTEL_USERCOPY
  static unsigned long
 -__copy_user_intel(void __user *to, const void *from, unsigned long size)
 +__generic_copy_to_user_intel(void __user *to, const void *from, unsigned long size)
+ {
+       int d0, d1;
+       __asm__ __volatile__(
++                     "       movw %w6, %%es\n"
+                      "       .align 2,0x90\n"
+                      "1:     movl 32(%4), %%eax\n"
+                      "       cmpl $67, %0\n"
+@@ -239,36 +253,36 @@ __copy_user_intel(void __user *to, const
+                      "       .align 2,0x90\n"
+                      "3:     movl 0(%4), %%eax\n"
+                      "4:     movl 4(%4), %%edx\n"
+-                     "5:     movl %%eax, 0(%3)\n"
+-                     "6:     movl %%edx, 4(%3)\n"
++                     "5:     movl %%eax, %%es:0(%3)\n"
++                     "6:     movl %%edx, %%es:4(%3)\n"
+                      "7:     movl 8(%4), %%eax\n"
+                      "8:     movl 12(%4),%%edx\n"
+-                     "9:     movl %%eax, 8(%3)\n"
+-                     "10:    movl %%edx, 12(%3)\n"
++                     "9:     movl %%eax, %%es:8(%3)\n"
++                     "10:    movl %%edx, %%es:12(%3)\n"
+                      "11:    movl 16(%4), %%eax\n"
+                      "12:    movl 20(%4), %%edx\n"
+-                     "13:    movl %%eax, 16(%3)\n"
+-                     "14:    movl %%edx, 20(%3)\n"
++                     "13:    movl %%eax, %%es:16(%3)\n"
++                     "14:    movl %%edx, %%es:20(%3)\n"
+                      "15:    movl 24(%4), %%eax\n"
+                      "16:    movl 28(%4), %%edx\n"
+-                     "17:    movl %%eax, 24(%3)\n"
+-                     "18:    movl %%edx, 28(%3)\n"
++                     "17:    movl %%eax, %%es:24(%3)\n"
++                     "18:    movl %%edx, %%es:28(%3)\n"
+                      "19:    movl 32(%4), %%eax\n"
+                      "20:    movl 36(%4), %%edx\n"
+-                     "21:    movl %%eax, 32(%3)\n"
+-                     "22:    movl %%edx, 36(%3)\n"
++                     "21:    movl %%eax, %%es:32(%3)\n"
++                     "22:    movl %%edx, %%es:36(%3)\n"
+                      "23:    movl 40(%4), %%eax\n"
+                      "24:    movl 44(%4), %%edx\n"
+-                     "25:    movl %%eax, 40(%3)\n"
+-                     "26:    movl %%edx, 44(%3)\n"
++                     "25:    movl %%eax, %%es:40(%3)\n"
++                     "26:    movl %%edx, %%es:44(%3)\n"
+                      "27:    movl 48(%4), %%eax\n"
+                      "28:    movl 52(%4), %%edx\n"
+-                     "29:    movl %%eax, 48(%3)\n"
+-                     "30:    movl %%edx, 52(%3)\n"
++                     "29:    movl %%eax, %%es:48(%3)\n"
++                     "30:    movl %%edx, %%es:52(%3)\n"
+                      "31:    movl 56(%4), %%eax\n"
+                      "32:    movl 60(%4), %%edx\n"
+-                     "33:    movl %%eax, 56(%3)\n"
+-                     "34:    movl %%edx, 60(%3)\n"
++                     "33:    movl %%eax, %%es:56(%3)\n"
++                     "34:    movl %%edx, %%es:60(%3)\n"
+                      "       addl $-64, %0\n"
+                      "       addl $64, %4\n"
+                      "       addl $64, %3\n"
+@@ -282,6 +296,8 @@ __copy_user_intel(void __user *to, const
+                      "36:    movl %%eax, %0\n"
+                      "37:    rep; movsb\n"
+                      "100:\n"
++                     "       pushl %%ss\n"
++                     "       popl %%es\n"
+                      ".section .fixup,\"ax\"\n"
+                      "101:   lea 0(%%eax,%0,4),%0\n"
+                      "       jmp 100b\n"
+@@ -328,7 +344,117 @@ __copy_user_intel(void __user *to, const
+                      "       .long 99b,101b\n"
+                      ".previous"
+                      : "=&c"(size), "=&D" (d0), "=&S" (d1)
+-                     :  "1"(to), "2"(from), "0"(size)
++                     :  "1"(to), "2"(from), "0"(size), "r"(__USER_DS)
++                     : "eax", "edx", "memory");
++      return size;
++}
++
++static unsigned long
++__generic_copy_from_user_intel(void *to, const void __user *from, unsigned long size)
 +{
 +      int d0, d1;
 +      __asm__ __volatile__(
-+                     "       movw %w6, %%es\n"
++                     "       movw %w6, %%ds\n"
 +                     "       .align 2,0x90\n"
 +                     "1:     movl 32(%4), %%eax\n"
 +                     "       cmpl $67, %0\n"
@@ -13400,7 +15066,7 @@ diff -urNp linux-2.6.31/arch/x86/lib/usercopy_32.c linux-2.6.31/arch/x86/lib/use
 +                     "37:    rep; movsb\n"
 +                     "100:\n"
 +                     "       pushl %%ss\n"
-+                     "       popl %%es\n"
++                     "       popl %%ds\n"
 +                     ".section .fixup,\"ax\"\n"
 +                     "101:   lea 0(%%eax,%0,4),%0\n"
 +                     "       jmp 100b\n"
@@ -13447,87 +15113,6 @@ diff -urNp linux-2.6.31/arch/x86/lib/usercopy_32.c linux-2.6.31/arch/x86/lib/use
 +                     "       .long 99b,101b\n"
 +                     ".previous"
 +                     : "=&c"(size), "=&D" (d0), "=&S" (d1)
-+                     :  "1"(to), "2"(from), "0"(size), "r"(__USER_DS)
-+                     : "eax", "edx", "memory");
-+      return size;
-+}
-+
-+static unsigned long
-+__generic_copy_from_user_intel(void *to, const void __user *from, unsigned long size)
- {
-       int d0, d1;
-       __asm__ __volatile__(
-+                     "       movw %w6, %%ds\n"
-                      "       .align 2,0x90\n"
-                      "1:     movl 32(%4), %%eax\n"
-                      "       cmpl $67, %0\n"
-@@ -239,36 +363,36 @@ __copy_user_intel(void __user *to, const
-                      "       .align 2,0x90\n"
-                      "3:     movl 0(%4), %%eax\n"
-                      "4:     movl 4(%4), %%edx\n"
--                     "5:     movl %%eax, 0(%3)\n"
--                     "6:     movl %%edx, 4(%3)\n"
-+                     "5:     movl %%eax, %%es:0(%3)\n"
-+                     "6:     movl %%edx, %%es:4(%3)\n"
-                      "7:     movl 8(%4), %%eax\n"
-                      "8:     movl 12(%4),%%edx\n"
--                     "9:     movl %%eax, 8(%3)\n"
--                     "10:    movl %%edx, 12(%3)\n"
-+                     "9:     movl %%eax, %%es:8(%3)\n"
-+                     "10:    movl %%edx, %%es:12(%3)\n"
-                      "11:    movl 16(%4), %%eax\n"
-                      "12:    movl 20(%4), %%edx\n"
--                     "13:    movl %%eax, 16(%3)\n"
--                     "14:    movl %%edx, 20(%3)\n"
-+                     "13:    movl %%eax, %%es:16(%3)\n"
-+                     "14:    movl %%edx, %%es:20(%3)\n"
-                      "15:    movl 24(%4), %%eax\n"
-                      "16:    movl 28(%4), %%edx\n"
--                     "17:    movl %%eax, 24(%3)\n"
--                     "18:    movl %%edx, 28(%3)\n"
-+                     "17:    movl %%eax, %%es:24(%3)\n"
-+                     "18:    movl %%edx, %%es:28(%3)\n"
-                      "19:    movl 32(%4), %%eax\n"
-                      "20:    movl 36(%4), %%edx\n"
--                     "21:    movl %%eax, 32(%3)\n"
--                     "22:    movl %%edx, 36(%3)\n"
-+                     "21:    movl %%eax, %%es:32(%3)\n"
-+                     "22:    movl %%edx, %%es:36(%3)\n"
-                      "23:    movl 40(%4), %%eax\n"
-                      "24:    movl 44(%4), %%edx\n"
--                     "25:    movl %%eax, 40(%3)\n"
--                     "26:    movl %%edx, 44(%3)\n"
-+                     "25:    movl %%eax, %%es:40(%3)\n"
-+                     "26:    movl %%edx, %%es:44(%3)\n"
-                      "27:    movl 48(%4), %%eax\n"
-                      "28:    movl 52(%4), %%edx\n"
--                     "29:    movl %%eax, 48(%3)\n"
--                     "30:    movl %%edx, 52(%3)\n"
-+                     "29:    movl %%eax, %%es:48(%3)\n"
-+                     "30:    movl %%edx, %%es:52(%3)\n"
-                      "31:    movl 56(%4), %%eax\n"
-                      "32:    movl 60(%4), %%edx\n"
--                     "33:    movl %%eax, 56(%3)\n"
--                     "34:    movl %%edx, 60(%3)\n"
-+                     "33:    movl %%eax, %%es:56(%3)\n"
-+                     "34:    movl %%edx, %%es:60(%3)\n"
-                      "       addl $-64, %0\n"
-                      "       addl $64, %4\n"
-                      "       addl $64, %3\n"
-@@ -282,6 +406,8 @@ __copy_user_intel(void __user *to, const
-                      "36:    movl %%eax, %0\n"
-                      "37:    rep; movsb\n"
-                      "100:\n"
-+                     "       pushl %%ss\n"
-+                     "       popl %%ds\n"
-                      ".section .fixup,\"ax\"\n"
-                      "101:   lea 0(%%eax,%0,4),%0\n"
-                      "       jmp 100b\n"
-@@ -328,7 +454,7 @@ __copy_user_intel(void __user *to, const
-                      "       .long 99b,101b\n"
-                      ".previous"
-                      : "=&c"(size), "=&D" (d0), "=&S" (d1)
--                     :  "1"(to), "2"(from), "0"(size)
 +                     :  "1"(to), "2"(from), "0"(size), "r"(__USER_DS)
                       : "eax", "edx", "memory");
        return size;
@@ -14040,7 +15625,7 @@ diff -urNp linux-2.6.31/arch/x86/lib/usercopy_32.c linux-2.6.31/arch/x86/lib/use
  #endif
        return n;
  }
-@@ -827,59 +1017,37 @@ unsigned long __copy_from_user_ll_nocach
+@@ -827,59 +1017,40 @@ unsigned long __copy_from_user_ll_nocach
        if (n > 64 && cpu_has_xmm2)
                n = __copy_user_intel_nocache(to, from, n);
        else
@@ -14079,6 +15664,9 @@ diff -urNp linux-2.6.31/arch/x86/lib/usercopy_32.c linux-2.6.31/arch/x86/lib/use
 +      struct desc_struct d;
 +
 +      current_thread_info()->addr_limit = x;
++      if (unlikely(paravirt_enabled()))
++              return;
++
 +      if (likely(limit))
 +              limit = (limit - 1UL) >> PAGE_SHIFT;
 +      pack_descriptor(&d, 0UL, limit, 0xF3, 0xC);
@@ -14123,10 +15711,10 @@ diff -urNp linux-2.6.31/arch/x86/lib/usercopy_32.c linux-2.6.31/arch/x86/lib/use
 +#endif
 +
 +EXPORT_SYMBOL(set_fs);
-diff -urNp linux-2.6.31/arch/x86/Makefile linux-2.6.31/arch/x86/Makefile
---- linux-2.6.31/arch/x86/Makefile     2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/Makefile     2009-09-06 15:29:11.238175602 -0400
-@@ -188,3 +188,12 @@ define archhelp
+diff -urNp linux-2.6.32.1/arch/x86/Makefile linux-2.6.32.1/arch/x86/Makefile
+--- linux-2.6.32.1/arch/x86/Makefile   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/Makefile   2009-12-14 18:33:51.839717995 -0500
+@@ -189,3 +189,12 @@ define archhelp
    echo  '                  FDARGS="..."  arguments for the booted kernel'
    echo  '                  FDINITRD=file initrd for the booted kernel'
  endef
@@ -14139,14 +15727,15 @@ diff -urNp linux-2.6.31/arch/x86/Makefile linux-2.6.31/arch/x86/Makefile
 +
 +archprepare:
 +      $(if $(LDFLAGS_BUILD_ID),,$(error $(OLD_LD)))
-diff -urNp linux-2.6.31/arch/x86/mm/extable.c linux-2.6.31/arch/x86/mm/extable.c
---- linux-2.6.31/arch/x86/mm/extable.c 2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/mm/extable.c 2009-09-06 15:29:11.239326964 -0400
-@@ -1,14 +1,81 @@
+diff -urNp linux-2.6.32.1/arch/x86/mm/extable.c linux-2.6.32.1/arch/x86/mm/extable.c
+--- linux-2.6.32.1/arch/x86/mm/extable.c       2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/mm/extable.c       2009-12-14 18:33:51.840719324 -0500
+@@ -1,14 +1,71 @@
  #include <linux/module.h>
  #include <linux/spinlock.h>
 +#include <linux/sort.h>
  #include <asm/uaccess.h>
++#include <asm/pgtable.h>
  
 +/*
 + * The exception table needs to be sorted so that the binary
@@ -14170,23 +15759,12 @@ diff -urNp linux-2.6.31/arch/x86/mm/extable.c linux-2.6.31/arch/x86/mm/extable.c
 +{
 +      struct exception_table_entry t, *x = a, *y = b;
 +
-+#ifdef CONFIG_PAX_KERNEXEC
-+      unsigned long cr0;
-+#endif
-+
 +      t = *x;
 +
-+#ifdef CONFIG_PAX_KERNEXEC
-+      pax_open_kernel(cr0);
-+#endif
-+
++      pax_open_kernel();
 +      *x = *y;
 +      *y = t;
-+
-+#ifdef CONFIG_PAX_KERNEXEC
-+      pax_close_kernel(cr0);
-+#endif
-+
++      pax_close_kernel();
 +}
 +
 +void sort_extable(struct exception_table_entry *start,
@@ -14225,21 +15803,21 @@ diff -urNp linux-2.6.31/arch/x86/mm/extable.c linux-2.6.31/arch/x86/mm/extable.c
                extern u32 pnp_bios_fault_eip, pnp_bios_fault_esp;
                extern u32 pnp_bios_is_utter_crap;
                pnp_bios_is_utter_crap = 1;
-diff -urNp linux-2.6.31/arch/x86/mm/fault.c linux-2.6.31/arch/x86/mm/fault.c
---- linux-2.6.31/arch/x86/mm/fault.c   2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/mm/fault.c   2009-09-11 21:07:39.447754963 -0400
+diff -urNp linux-2.6.32.1/arch/x86/mm/fault.c linux-2.6.32.1/arch/x86/mm/fault.c
+--- linux-2.6.32.1/arch/x86/mm/fault.c 2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/mm/fault.c 2009-12-14 18:33:51.851713993 -0500
 @@ -11,10 +11,14 @@
  #include <linux/kprobes.h>            /* __kprobes, ...               */
  #include <linux/mmiotrace.h>          /* kmmio_handler, ...           */
- #include <linux/perf_counter.h>               /* perf_swcounter_event         */
+ #include <linux/perf_event.h>         /* perf_sw_event                */
 +#include <linux/unistd.h>
 +#include <linux/compiler.h>
  
  #include <asm/traps.h>                        /* dotraplinkage, ...           */
  #include <asm/pgalloc.h>              /* pgd_*(), ...                 */
  #include <asm/kmemcheck.h>            /* kmemcheck_*(), ...           */
-+#include <asm/tlbflush.h>
 +#include <asm/vsyscall.h>
++#include <asm/tlbflush.h>
  
  /*
   * Page fault error code bits:
@@ -14252,7 +15830,7 @@ diff -urNp linux-2.6.31/arch/x86/mm/fault.c linux-2.6.31/arch/x86/mm/fault.c
                preempt_disable();
                if (kprobe_running() && kprobe_fault_handler(regs, 14))
                        ret = 1;
-@@ -171,6 +175,30 @@ force_sig_info_fault(int si_signo, int s
+@@ -172,6 +176,30 @@ force_sig_info_fault(int si_signo, int s
        force_sig_info(si_signo, &info, tsk);
  }
  
@@ -14283,7 +15861,7 @@ diff -urNp linux-2.6.31/arch/x86/mm/fault.c linux-2.6.31/arch/x86/mm/fault.c
  DEFINE_SPINLOCK(pgd_lock);
  LIST_HEAD(pgd_list);
  
-@@ -543,7 +571,7 @@ static int is_errata93(struct pt_regs *r
+@@ -535,7 +563,7 @@ static int is_errata93(struct pt_regs *r
  static int is_errata100(struct pt_regs *regs, unsigned long address)
  {
  #ifdef CONFIG_X86_64
@@ -14292,7 +15870,7 @@ diff -urNp linux-2.6.31/arch/x86/mm/fault.c linux-2.6.31/arch/x86/mm/fault.c
                return 1;
  #endif
        return 0;
-@@ -570,7 +598,7 @@ static int is_f00f_bug(struct pt_regs *r
+@@ -562,7 +590,7 @@ static int is_f00f_bug(struct pt_regs *r
  }
  
  static const char nx_warning[] = KERN_CRIT
@@ -14301,7 +15879,7 @@ diff -urNp linux-2.6.31/arch/x86/mm/fault.c linux-2.6.31/arch/x86/mm/fault.c
  
  static void
  show_fault_oops(struct pt_regs *regs, unsigned long error_code,
-@@ -579,15 +607,31 @@ show_fault_oops(struct pt_regs *regs, un
+@@ -571,15 +599,26 @@ show_fault_oops(struct pt_regs *regs, un
        if (!oops_may_print())
                return;
  
@@ -14317,15 +15895,10 @@ diff -urNp linux-2.6.31/arch/x86/mm/fault.c linux-2.6.31/arch/x86/mm/fault.c
        }
  
 +#ifdef CONFIG_PAX_KERNEXEC
-+#if defined(CONFIG_x86_32) && defined(CONFIG_MODULES)
-+      if (init_mm.start_code <= address && address < (unsigned long)&MODULES_EXEC_END)
-+#else
-+      if (init_mm.start_code <= address && address < init_mm.end_code)
-+#endif
-+      {
++      if (init_mm.start_code <= address && address < init_mm.end_code) {
 +              if (current->signal->curr_ip)
-+                      printk(KERN_ERR "PAX: From %u.%u.%u.%u: %s:%d, uid/euid: %u/%u, attempted to modify kernel code\n",
-+                                       NIPQUAD(current->signal->curr_ip), current->comm, task_pid_nr(current), current_uid(), current_euid());
++                      printk(KERN_ERR "PAX: From %pI4: %s:%d, uid/euid: %u/%u, attempted to modify kernel code\n",
++                                       &current->signal->curr_ip, current->comm, task_pid_nr(current), current_uid(), current_euid());
 +              else
 +                      printk(KERN_ERR "PAX: %s:%d, uid/euid: %u/%u, attempted to modify kernel code\n",
 +                                       current->comm, task_pid_nr(current), current_uid(), current_euid());
@@ -14335,7 +15908,7 @@ diff -urNp linux-2.6.31/arch/x86/mm/fault.c linux-2.6.31/arch/x86/mm/fault.c
        printk(KERN_ALERT "BUG: unable to handle kernel ");
        if (address < PAGE_SIZE)
                printk(KERN_CONT "NULL pointer dereference");
-@@ -712,6 +756,68 @@ __bad_area_nosemaphore(struct pt_regs *r
+@@ -704,6 +743,68 @@ __bad_area_nosemaphore(struct pt_regs *r
                       unsigned long address, int si_code)
  {
        struct task_struct *tsk = current;
@@ -14404,7 +15977,7 @@ diff -urNp linux-2.6.31/arch/x86/mm/fault.c linux-2.6.31/arch/x86/mm/fault.c
  
        /* User mode accesses just cause a SIGSEGV */
        if (error_code & PF_USER) {
-@@ -846,6 +952,106 @@ static int spurious_fault_check(unsigned
+@@ -848,6 +949,106 @@ static int spurious_fault_check(unsigned
        return 1;
  }
  
@@ -14511,7 +16084,7 @@ diff -urNp linux-2.6.31/arch/x86/mm/fault.c linux-2.6.31/arch/x86/mm/fault.c
  /*
   * Handle a spurious fault caused by a stale TLB entry.
   *
-@@ -912,6 +1118,9 @@ int show_unhandled_signals = 1;
+@@ -914,6 +1115,9 @@ int show_unhandled_signals = 1;
  static inline int
  access_error(unsigned long error_code, int write, struct vm_area_struct *vma)
  {
@@ -14521,7 +16094,7 @@ diff -urNp linux-2.6.31/arch/x86/mm/fault.c linux-2.6.31/arch/x86/mm/fault.c
        if (write) {
                /* write, present and write, not present: */
                if (unlikely(!(vma->vm_flags & VM_WRITE)))
-@@ -945,17 +1154,16 @@ do_page_fault(struct pt_regs *regs, unsi
+@@ -947,17 +1151,16 @@ do_page_fault(struct pt_regs *regs, unsi
  {
        struct vm_area_struct *vma;
        struct task_struct *tsk;
@@ -14542,7 +16115,7 @@ diff -urNp linux-2.6.31/arch/x86/mm/fault.c linux-2.6.31/arch/x86/mm/fault.c
        /*
         * Detect and handle instructions that would cause a page fault for
         * both a tracked kernel page and a userspace page.
-@@ -1015,7 +1223,7 @@ do_page_fault(struct pt_regs *regs, unsi
+@@ -1017,7 +1220,7 @@ do_page_fault(struct pt_regs *regs, unsi
         * User-mode registers count as a user access even for any
         * potential system fault or CPU buglet:
         */
@@ -14551,7 +16124,7 @@ diff -urNp linux-2.6.31/arch/x86/mm/fault.c linux-2.6.31/arch/x86/mm/fault.c
                local_irq_enable();
                error_code |= PF_USER;
        } else {
-@@ -1069,6 +1277,11 @@ do_page_fault(struct pt_regs *regs, unsi
+@@ -1071,6 +1274,11 @@ do_page_fault(struct pt_regs *regs, unsi
                might_sleep();
        }
  
@@ -14563,7 +16136,7 @@ diff -urNp linux-2.6.31/arch/x86/mm/fault.c linux-2.6.31/arch/x86/mm/fault.c
        vma = find_vma(mm, address);
        if (unlikely(!vma)) {
                bad_area(regs, error_code, address);
-@@ -1080,18 +1293,24 @@ do_page_fault(struct pt_regs *regs, unsi
+@@ -1082,18 +1290,24 @@ do_page_fault(struct pt_regs *regs, unsi
                bad_area(regs, error_code, address);
                return;
        }
@@ -14587,19 +16160,19 @@ diff -urNp linux-2.6.31/arch/x86/mm/fault.c linux-2.6.31/arch/x86/mm/fault.c
 +      if (unlikely(address + 65536 + 32 * sizeof(unsigned long) < task_pt_regs(tsk)->sp)) {
 +              bad_area(regs, error_code, address);
 +              return;
-+      }
+       }
 +
 +#ifdef CONFIG_PAX_SEGMEXEC
 +      if (unlikely((mm->pax_flags & MF_PAX_SEGMEXEC) && vma->vm_end - SEGMEXEC_TASK_SIZE - 1 < address - SEGMEXEC_TASK_SIZE - 1)) {
 +              bad_area(regs, error_code, address);
 +              return;
-       }
++      }
 +#endif
 +
        if (unlikely(expand_stack(vma, address))) {
                bad_area(regs, error_code, address);
                return;
-@@ -1135,3 +1354,174 @@ good_area:
+@@ -1137,3 +1351,174 @@ good_area:
  
        up_read(&mm->mmap_sem);
  }
@@ -14752,7 +16325,7 @@ diff -urNp linux-2.6.31/arch/x86/mm/fault.c linux-2.6.31/arch/x86/mm/fault.c
 +      printk(KERN_ERR "PAX: bytes at PC: ");
 +      for (i = 0; i < 20; i++) {
 +              unsigned char c;
-+              if (get_user(c, (unsigned char __user *)pc+i))
++              if (get_user(c, (__force unsigned char __user *)pc+i))
 +                      printk(KERN_CONT "?? ");
 +              else
 +                      printk(KERN_CONT "%02x ", c);
@@ -14762,7 +16335,7 @@ diff -urNp linux-2.6.31/arch/x86/mm/fault.c linux-2.6.31/arch/x86/mm/fault.c
 +      printk(KERN_ERR "PAX: bytes at SP-%lu: ", (unsigned long)sizeof(long));
 +      for (i = -1; i < 80 / sizeof(long); i++) {
 +              unsigned long c;
-+              if (get_user(c, (unsigned long __user *)sp+i))
++              if (get_user(c, (__force unsigned long __user *)sp+i))
 +#ifdef CONFIG_X86_32
 +                      printk(KERN_CONT "???????? ");
 +#else
@@ -14774,73 +16347,35 @@ diff -urNp linux-2.6.31/arch/x86/mm/fault.c linux-2.6.31/arch/x86/mm/fault.c
 +      printk("\n");
 +}
 +#endif
-diff -urNp linux-2.6.31/arch/x86/mm/highmem_32.c linux-2.6.31/arch/x86/mm/highmem_32.c
---- linux-2.6.31/arch/x86/mm/highmem_32.c      2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/mm/highmem_32.c      2009-09-06 15:29:11.240303148 -0400
-@@ -32,6 +32,10 @@ void *kmap_atomic_prot(struct page *page
-       enum fixed_addresses idx;
-       unsigned long vaddr;
-+#ifdef CONFIG_PAX_KERNEXEC
-+      unsigned long cr0;
-+#endif
-+
-       /* even !CONFIG_PREEMPT needs this, for in_atomic in do_page_fault */
-       pagefault_disable();
+diff -urNp linux-2.6.32.1/arch/x86/mm/gup.c linux-2.6.32.1/arch/x86/mm/gup.c
+--- linux-2.6.32.1/arch/x86/mm/gup.c   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/mm/gup.c   2009-12-14 18:33:51.851713993 -0500
+@@ -237,7 +237,7 @@ int __get_user_pages_fast(unsigned long 
+       addr = start;
+       len = (unsigned long) nr_pages << PAGE_SHIFT;
+       end = start + len;
+-      if (unlikely(!access_ok(write ? VERIFY_WRITE : VERIFY_READ,
++      if (unlikely(!__access_ok(write ? VERIFY_WRITE : VERIFY_READ,
+                                       (void __user *)start, len)))
+               return 0;
  
-@@ -43,8 +47,17 @@ void *kmap_atomic_prot(struct page *page
+diff -urNp linux-2.6.32.1/arch/x86/mm/highmem_32.c linux-2.6.32.1/arch/x86/mm/highmem_32.c
+--- linux-2.6.32.1/arch/x86/mm/highmem_32.c    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/mm/highmem_32.c    2009-12-14 18:33:51.851713993 -0500
+@@ -43,7 +43,10 @@ void *kmap_atomic_prot(struct page *page
        idx = type + KM_TYPE_NR*smp_processor_id();
        vaddr = __fix_to_virt(FIX_KMAP_BEGIN + idx);
        BUG_ON(!pte_none(*(kmap_pte-idx)));
 +
-+#ifdef CONFIG_PAX_KERNEXEC
-+      pax_open_kernel(cr0);
-+#endif
-+
++      pax_open_kernel();
        set_pte(kmap_pte-idx, mk_pte(page, prot));
++      pax_close_kernel();
  
-+#ifdef CONFIG_PAX_KERNEXEC
-+      pax_close_kernel(cr0);
-+#endif
-+
        return (void *)vaddr;
  }
-@@ -58,15 +71,29 @@ void kunmap_atomic(void *kvaddr, enum km
-       unsigned long vaddr = (unsigned long) kvaddr & PAGE_MASK;
-       enum fixed_addresses idx = type + KM_TYPE_NR*smp_processor_id();
-+#ifdef CONFIG_PAX_KERNEXEC
-+      unsigned long cr0;
-+#endif
-+
-       /*
-        * Force other mappings to Oops if they'll try to access this pte
-        * without first remap it.  Keeping stale mappings around is a bad idea
-        * also, in case the page changes cacheability attributes or becomes
-        * a protected page in a hypervisor.
-        */
--      if (vaddr == __fix_to_virt(FIX_KMAP_BEGIN+idx))
-+      if (vaddr == __fix_to_virt(FIX_KMAP_BEGIN+idx)) {
-+
-+#ifdef CONFIG_PAX_KERNEXEC
-+              pax_open_kernel(cr0);
-+#endif
-+
-               kpte_clear_flush(kmap_pte-idx, vaddr);
--      else {
-+
-+#ifdef CONFIG_PAX_KERNEXEC
-+              pax_close_kernel(cr0);
-+#endif
-+
-+      } else {
- #ifdef CONFIG_DEBUG_HIGHMEM
-               BUG_ON(vaddr < PAGE_OFFSET);
-               BUG_ON(vaddr >= (unsigned long)high_memory);
-diff -urNp linux-2.6.31/arch/x86/mm/hugetlbpage.c linux-2.6.31/arch/x86/mm/hugetlbpage.c
---- linux-2.6.31/arch/x86/mm/hugetlbpage.c     2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/mm/hugetlbpage.c     2009-09-06 15:29:11.240303148 -0400
+diff -urNp linux-2.6.32.1/arch/x86/mm/hugetlbpage.c linux-2.6.32.1/arch/x86/mm/hugetlbpage.c
+--- linux-2.6.32.1/arch/x86/mm/hugetlbpage.c   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/mm/hugetlbpage.c   2009-12-14 18:33:51.852719320 -0500
 @@ -267,13 +267,18 @@ static unsigned long hugetlb_get_unmappe
        struct hstate *h = hstate_file(file);
        struct mm_struct *mm = current->mm;
@@ -14975,18 +16510,10 @@ diff -urNp linux-2.6.31/arch/x86/mm/hugetlbpage.c linux-2.6.31/arch/x86/mm/huget
                    (!vma || addr + len <= vma->vm_start))
                        return addr;
        }
-diff -urNp linux-2.6.31/arch/x86/mm/init_32.c linux-2.6.31/arch/x86/mm/init_32.c
---- linux-2.6.31/arch/x86/mm/init_32.c 2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/mm/init_32.c 2009-09-06 15:29:11.241240068 -0400
-@@ -51,6 +51,7 @@
- #include <asm/cacheflush.h>
- #include <asm/page_types.h>
- #include <asm/init.h>
-+#include <asm/desc.h>
- unsigned long highstart_pfn, highend_pfn;
-@@ -72,36 +73,6 @@ static __init void *alloc_low_page(void)
+diff -urNp linux-2.6.32.1/arch/x86/mm/init_32.c linux-2.6.32.1/arch/x86/mm/init_32.c
+--- linux-2.6.32.1/arch/x86/mm/init_32.c       2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/mm/init_32.c       2009-12-15 17:05:40.583629988 -0500
+@@ -72,36 +72,6 @@ static __init void *alloc_low_page(void)
  }
  
  /*
@@ -15002,7 +16529,7 @@ diff -urNp linux-2.6.31/arch/x86/mm/init_32.c linux-2.6.31/arch/x86/mm/init_32.c
 -#ifdef CONFIG_X86_PAE
 -      if (!(pgd_val(*pgd) & _PAGE_PRESENT)) {
 -              if (after_bootmem)
--                      pmd_table = (pmd_t *)alloc_bootmem_low_pages(PAGE_SIZE);
+-                      pmd_table = (pmd_t *)alloc_bootmem_pages(PAGE_SIZE);
 -              else
 -                      pmd_table = (pmd_t *)alloc_low_page();
 -              paravirt_alloc_pmd(&init_mm, __pa(pmd_table) >> PAGE_SHIFT);
@@ -15023,7 +16550,7 @@ diff -urNp linux-2.6.31/arch/x86/mm/init_32.c linux-2.6.31/arch/x86/mm/init_32.c
   * Create a page table and place a pointer to it in a middle page
   * directory entry:
   */
-@@ -121,13 +92,28 @@ static pte_t * __init one_page_table_ini
+@@ -121,13 +91,28 @@ static pte_t * __init one_page_table_ini
                        page_table = (pte_t *)alloc_low_page();
  
                paravirt_alloc_pte(&init_mm, __pa(page_table) >> PAGE_SHIFT);
@@ -15052,7 +16579,7 @@ diff -urNp linux-2.6.31/arch/x86/mm/init_32.c linux-2.6.31/arch/x86/mm/init_32.c
  pmd_t * __init populate_extra_pmd(unsigned long vaddr)
  {
        int pgd_idx = pgd_index(vaddr);
-@@ -201,6 +187,7 @@ page_table_range_init(unsigned long star
+@@ -201,6 +186,7 @@ page_table_range_init(unsigned long star
        int pgd_idx, pmd_idx;
        unsigned long vaddr;
        pgd_t *pgd;
@@ -15060,7 +16587,7 @@ diff -urNp linux-2.6.31/arch/x86/mm/init_32.c linux-2.6.31/arch/x86/mm/init_32.c
        pmd_t *pmd;
        pte_t *pte = NULL;
  
-@@ -210,8 +197,13 @@ page_table_range_init(unsigned long star
+@@ -210,8 +196,13 @@ page_table_range_init(unsigned long star
        pgd = pgd_base + pgd_idx;
  
        for ( ; (pgd_idx < PTRS_PER_PGD) && (vaddr != end); pgd++, pgd_idx++) {
@@ -15076,7 +16603,7 @@ diff -urNp linux-2.6.31/arch/x86/mm/init_32.c linux-2.6.31/arch/x86/mm/init_32.c
                for (; (pmd_idx < PTRS_PER_PMD) && (vaddr != end);
                                                        pmd++, pmd_idx++) {
                        pte = page_table_kmap_check(one_page_table_init(pmd),
-@@ -223,11 +215,23 @@ page_table_range_init(unsigned long star
+@@ -223,11 +214,20 @@ page_table_range_init(unsigned long star
        }
  }
  
@@ -15086,25 +16613,22 @@ diff -urNp linux-2.6.31/arch/x86/mm/init_32.c linux-2.6.31/arch/x86/mm/init_32.c
 -      if (addr >= PAGE_OFFSET && addr <= (unsigned long)__init_end)
 -              return 1;
 -      return 0;
-+      unsigned long etext;
-+
-+#if defined(CONFIG_MODULES) && defined(CONFIG_PAX_KERNEXEC)
-+      etext = ktva_ktla((unsigned long)&MODULES_EXEC_END);
-+#else
-+      etext = (unsigned long)&_etext;
-+#endif
-+
-+      if ((start > ktla_ktva(etext) ||
++      if ((start > ktla_ktva((unsigned long)_etext) ||
 +           end <= ktla_ktva((unsigned long)_stext)) &&
 +          (start > ktla_ktva((unsigned long)_einittext) ||
 +           end <= ktla_ktva((unsigned long)_sinittext)) &&
++
++#ifdef CONFIG_ACPI_SLEEP
++          (start > (unsigned long)__va(acpi_wakeup_address) + 0x4000 || end <= (unsigned long)__va(acpi_wakeup_address)) &&
++#endif
++
 +          (start > (unsigned long)__va(0xfffff) || end <= (unsigned long)__va(0xc0000)))
 +              return 0;
 +      return 1;
  }
  
  /*
-@@ -243,9 +247,10 @@ kernel_physical_mapping_init(unsigned lo
+@@ -243,9 +243,10 @@ kernel_physical_mapping_init(unsigned lo
        int use_pse = page_size_mask == (1<<PG_LEVEL_2M);
        unsigned long start_pfn, end_pfn;
        pgd_t *pgd_base = swapper_pg_dir;
@@ -15116,7 +16640,7 @@ diff -urNp linux-2.6.31/arch/x86/mm/init_32.c linux-2.6.31/arch/x86/mm/init_32.c
        pmd_t *pmd;
        pte_t *pte;
        unsigned pages_2m, pages_4k;
-@@ -278,8 +283,13 @@ repeat:
+@@ -278,8 +279,13 @@ repeat:
        pfn = start_pfn;
        pgd_idx = pgd_index((pfn<<PAGE_SHIFT) + PAGE_OFFSET);
        pgd = pgd_base + pgd_idx;
@@ -15132,7 +16656,7 @@ diff -urNp linux-2.6.31/arch/x86/mm/init_32.c linux-2.6.31/arch/x86/mm/init_32.c
  
                if (pfn >= end_pfn)
                        continue;
-@@ -291,14 +301,13 @@ repeat:
+@@ -291,14 +297,13 @@ repeat:
  #endif
                for (; pmd_idx < PTRS_PER_PMD && pfn < end_pfn;
                     pmd++, pmd_idx++) {
@@ -15148,7 +16672,7 @@ diff -urNp linux-2.6.31/arch/x86/mm/init_32.c linux-2.6.31/arch/x86/mm/init_32.c
                                pgprot_t prot = PAGE_KERNEL_LARGE;
                                /*
                                 * first pass will use the same initial
-@@ -308,11 +317,7 @@ repeat:
+@@ -308,11 +313,7 @@ repeat:
                                        __pgprot(PTE_IDENT_ATTR |
                                                 _PAGE_PSE);
  
@@ -15161,7 +16685,7 @@ diff -urNp linux-2.6.31/arch/x86/mm/init_32.c linux-2.6.31/arch/x86/mm/init_32.c
                                        prot = PAGE_KERNEL_LARGE_EXEC;
  
                                pages_2m++;
-@@ -329,7 +334,7 @@ repeat:
+@@ -329,7 +330,7 @@ repeat:
                        pte_ofs = pte_index((pfn<<PAGE_SHIFT) + PAGE_OFFSET);
                        pte += pte_ofs;
                        for (; pte_ofs < PTRS_PER_PTE && pfn < end_pfn;
@@ -15170,7 +16694,7 @@ diff -urNp linux-2.6.31/arch/x86/mm/init_32.c linux-2.6.31/arch/x86/mm/init_32.c
                                pgprot_t prot = PAGE_KERNEL;
                                /*
                                 * first pass will use the same initial
-@@ -337,7 +342,7 @@ repeat:
+@@ -337,7 +338,7 @@ repeat:
                                 */
                                pgprot_t init_prot = __pgprot(PTE_IDENT_ATTR);
  
@@ -15179,7 +16703,7 @@ diff -urNp linux-2.6.31/arch/x86/mm/init_32.c linux-2.6.31/arch/x86/mm/init_32.c
                                        prot = PAGE_KERNEL_EXEC;
  
                                pages_4k++;
-@@ -489,7 +494,7 @@ void __init native_pagetable_setup_start
+@@ -489,7 +490,7 @@ void __init native_pagetable_setup_start
  
                pud = pud_offset(pgd, va);
                pmd = pmd_offset(pud, va);
@@ -15188,7 +16712,7 @@ diff -urNp linux-2.6.31/arch/x86/mm/init_32.c linux-2.6.31/arch/x86/mm/init_32.c
                        break;
  
                pte = pte_offset_kernel(pmd, va);
-@@ -541,9 +546,7 @@ void __init early_ioremap_page_table_ran
+@@ -541,9 +542,7 @@ void __init early_ioremap_page_table_ran
  
  static void __init pagetable_init(void)
  {
@@ -15199,7 +16723,7 @@ diff -urNp linux-2.6.31/arch/x86/mm/init_32.c linux-2.6.31/arch/x86/mm/init_32.c
  }
  
  #ifdef CONFIG_ACPI_SLEEP
-@@ -551,12 +554,12 @@ static void __init pagetable_init(void)
+@@ -551,12 +550,12 @@ static void __init pagetable_init(void)
   * ACPI suspend needs this for resume, because things like the intel-agp
   * driver might have split up a kernel 4MB mapping.
   */
@@ -15214,7 +16738,7 @@ diff -urNp linux-2.6.31/arch/x86/mm/init_32.c linux-2.6.31/arch/x86/mm/init_32.c
  }
  #else /* !CONFIG_ACPI_SLEEP */
  static inline void save_pg_dir(void)
-@@ -588,7 +591,7 @@ void zap_low_mappings(bool early)
+@@ -588,7 +587,7 @@ void zap_low_mappings(bool early)
                flush_tlb_all();
  }
  
@@ -15223,7 +16747,7 @@ diff -urNp linux-2.6.31/arch/x86/mm/init_32.c linux-2.6.31/arch/x86/mm/init_32.c
  EXPORT_SYMBOL_GPL(__supported_pte_mask);
  
  /* user-defined highmem size */
-@@ -883,7 +886,7 @@ void __init mem_init(void)
+@@ -881,7 +880,7 @@ void __init mem_init(void)
        set_highmem_pages_init();
  
        codesize =  (unsigned long) &_etext - (unsigned long) &_text;
@@ -15231,8 +16755,8 @@ diff -urNp linux-2.6.31/arch/x86/mm/init_32.c linux-2.6.31/arch/x86/mm/init_32.c
 +      datasize =  (unsigned long) &_edata - (unsigned long) &_sdata;
        initsize =  (unsigned long) &__init_end - (unsigned long) &__init_begin;
  
-       kclist_add(&kcore_mem, __va(0), max_low_pfn << PAGE_SHIFT);
-@@ -929,10 +932,10 @@ void __init mem_init(void)
+       printk(KERN_INFO "Memory: %luk/%luk available (%dk kernel code, "
+@@ -923,10 +922,10 @@ void __init mem_init(void)
                ((unsigned long)&__init_end -
                 (unsigned long)&__init_begin) >> 10,
  
@@ -15246,35 +16770,44 @@ diff -urNp linux-2.6.31/arch/x86/mm/init_32.c linux-2.6.31/arch/x86/mm/init_32.c
                ((unsigned long)&_etext - (unsigned long)&_text) >> 10);
  
        /*
-diff -urNp linux-2.6.31/arch/x86/mm/init_64.c linux-2.6.31/arch/x86/mm/init_64.c
---- linux-2.6.31/arch/x86/mm/init_64.c 2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/mm/init_64.c 2009-09-06 15:29:11.242252166 -0400
-@@ -159,12 +159,24 @@ void set_pte_vaddr_pud(pud_t *pud_page, 
-       pmd_t *pmd;
-       pte_t *pte;
+@@ -1007,6 +1006,7 @@ void set_kernel_text_rw(void)
+       if (!kernel_set_to_readonly)
+               return;
  
-+#ifdef CONFIG_PAX_KERNEXEC
-+      unsigned long cr0;
-+#endif
-+
-       pud = pud_page + pud_index(vaddr);
++      start = ktla_ktva(start);
+       pr_debug("Set kernel text: %lx - %lx for read write\n",
+                start, start+size);
+@@ -1021,6 +1021,7 @@ void set_kernel_text_ro(void)
+       if (!kernel_set_to_readonly)
+               return;
++      start = ktla_ktva(start);
+       pr_debug("Set kernel text: %lx - %lx for read only\n",
+                start, start+size);
+@@ -1032,6 +1033,7 @@ void mark_rodata_ro(void)
+       unsigned long start = PFN_ALIGN(_text);
+       unsigned long size = PFN_ALIGN(_etext) - start;
++      start = ktla_ktva(start);
+       set_pages_ro(virt_to_page(start), size >> PAGE_SHIFT);
+       printk(KERN_INFO "Write protecting the kernel text: %luk\n",
+               size >> 10);
+diff -urNp linux-2.6.32.1/arch/x86/mm/init_64.c linux-2.6.32.1/arch/x86/mm/init_64.c
+--- linux-2.6.32.1/arch/x86/mm/init_64.c       2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/mm/init_64.c       2009-12-14 18:33:51.855716926 -0500
+@@ -163,7 +163,9 @@ void set_pte_vaddr_pud(pud_t *pud_page, 
        pmd = fill_pmd(pud, vaddr);
        pte = fill_pte(pmd, vaddr);
  
-+#ifdef CONFIG_PAX_KERNEXEC
-+      pax_open_kernel(cr0);
-+#endif
-+
++      pax_open_kernel();
        set_pte(pte, new_pte);
++      pax_close_kernel();
  
-+#ifdef CONFIG_PAX_KERNEXEC
-+      pax_close_kernel(cr0);
-+#endif
-+
        /*
         * It's enough to flush this one mapping.
-        * (PGE mappings get flushed as well)
-@@ -222,14 +234,12 @@ static void __init __init_extra_mapping(
+@@ -222,14 +224,12 @@ static void __init __init_extra_mapping(
                pgd = pgd_offset_k((unsigned long)__va(phys));
                if (pgd_none(*pgd)) {
                        pud = (pud_t *) spp_getpage();
@@ -15291,7 +16824,7 @@ diff -urNp linux-2.6.31/arch/x86/mm/init_64.c linux-2.6.31/arch/x86/mm/init_64.c
                }
                pmd = pmd_offset(pud, phys);
                BUG_ON(!pmd_none(*pmd));
-@@ -848,8 +858,8 @@ int kern_addr_valid(unsigned long addr)
+@@ -842,8 +842,8 @@ int kern_addr_valid(unsigned long addr)
  static struct vm_area_struct gate_vma = {
        .vm_start       = VSYSCALL_START,
        .vm_end         = VSYSCALL_START + (VSYSCALL_MAPPED_PAGES * PAGE_SIZE),
@@ -15302,7 +16835,7 @@ diff -urNp linux-2.6.31/arch/x86/mm/init_64.c linux-2.6.31/arch/x86/mm/init_64.c
  };
  
  struct vm_area_struct *get_gate_vma(struct task_struct *tsk)
-@@ -883,7 +893,7 @@ int in_gate_area_no_task(unsigned long a
+@@ -877,7 +877,7 @@ int in_gate_area_no_task(unsigned long a
  
  const char *arch_vma_name(struct vm_area_struct *vma)
  {
@@ -15311,73 +16844,10 @@ diff -urNp linux-2.6.31/arch/x86/mm/init_64.c linux-2.6.31/arch/x86/mm/init_64.c
                return "[vdso]";
        if (vma == &gate_vma)
                return "[vsyscall]";
-diff -urNp linux-2.6.31/arch/x86/mm/init.c linux-2.6.31/arch/x86/mm/init.c
---- linux-2.6.31/arch/x86/mm/init.c    2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/mm/init.c    2009-09-06 15:29:11.242252166 -0400
-@@ -28,11 +28,11 @@ int direct_gbpages
- #endif
- ;
-+#ifdef CONFIG_X86_32
- int nx_enabled;
-+#endif
--#if defined(CONFIG_X86_64) || defined(CONFIG_X86_PAE)
--static int disable_nx __cpuinitdata;
--
-+#if (defined(CONFIG_X86_64) || defined(CONFIG_X86_PAE)) && !defined(CONFIG_PAX_PAGEEXEC)
- /*
-  * noexec = on|off
-  *
-@@ -46,11 +46,9 @@ static int __init noexec_setup(char *str
-       if (!str)
-               return -EINVAL;
-       if (!strncmp(str, "on", 2)) {
--              __supported_pte_mask |= _PAGE_NX;
--              disable_nx = 0;
-+              nx_enabled = 1;
-       } else if (!strncmp(str, "off", 3)) {
--              disable_nx = 1;
--              __supported_pte_mask &= ~_PAGE_NX;
-+              nx_enabled = 0;
-       }
-       return 0;
- }
-@@ -60,18 +58,13 @@ early_param("noexec", noexec_setup);
- #ifdef CONFIG_X86_PAE
- static void __init set_nx(void)
- {
--      unsigned int v[4], l, h;
-+      if (!nx_enabled && cpu_has_nx) {
-+              unsigned l, h;
--      if (cpu_has_pae && (cpuid_eax(0x80000000) > 0x80000001)) {
--              cpuid(0x80000001, &v[0], &v[1], &v[2], &v[3]);
--
--              if ((v[3] & (1 << 20)) && !disable_nx) {
--                      rdmsr(MSR_EFER, l, h);
--                      l |= EFER_NX;
--                      wrmsr(MSR_EFER, l, h);
--                      nx_enabled = 1;
--                      __supported_pte_mask |= _PAGE_NX;
--              }
-+              __supported_pte_mask &= ~_PAGE_NX;
-+              rdmsr(MSR_EFER, l, h);
-+              l &= ~EFER_NX;
-+              wrmsr(MSR_EFER, l, h);
-       }
- }
- #else
-@@ -86,7 +79,7 @@ void __cpuinit check_efer(void)
-       unsigned long efer;
-       rdmsrl(MSR_EFER, efer);
--      if (!(efer & EFER_NX) || disable_nx)
-+      if (!(efer & EFER_NX) || !nx_enabled)
-               __supported_pte_mask &= ~_PAGE_NX;
- }
- #endif
-@@ -394,7 +387,13 @@ unsigned long __init_refok init_memory_m
+diff -urNp linux-2.6.32.1/arch/x86/mm/init.c linux-2.6.32.1/arch/x86/mm/init.c
+--- linux-2.6.32.1/arch/x86/mm/init.c  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/mm/init.c  2009-12-14 18:33:51.855716926 -0500
+@@ -331,7 +331,13 @@ unsigned long __init_refok init_memory_m
   */
  int devmem_is_allowed(unsigned long pagenr)
  {
@@ -15392,7 +16862,7 @@ diff -urNp linux-2.6.31/arch/x86/mm/init.c linux-2.6.31/arch/x86/mm/init.c
                return 1;
        if (iomem_is_exclusive(pagenr << PAGE_SHIFT))
                return 0;
-@@ -442,6 +441,76 @@ void free_init_pages(char *what, unsigne
+@@ -379,6 +385,83 @@ void free_init_pages(char *what, unsigne
  
  void free_initmem(void)
  {
@@ -15408,27 +16878,29 @@ diff -urNp linux-2.6.31/arch/x86/mm/init.c linux-2.6.31/arch/x86/mm/init.c
 +      struct desc_struct d;
 +      int cpu;
 +
-+#ifdef CONFIG_MODULES
-+      limit = ktva_ktla((unsigned long)&MODULES_EXEC_END);
-+#else
-+      limit = (unsigned long)&_etext;
-+#endif
++      limit = paravirt_enabled() ? ktva_ktla(0xffffffff) : (unsigned long)&_etext;
 +      limit = (limit - 1UL) >> PAGE_SHIFT;
 +
-+      memset(KERNEL_TEXT_OFFSET, POISON_FREE_INITMEM, PAGE_SIZE);
++      memset(__LOAD_PHYSICAL_ADDR + PAGE_OFFSET, POISON_FREE_INITMEM, PAGE_SIZE);
 +      for (cpu = 0; cpu < NR_CPUS; cpu++) {
 +              pack_descriptor(&d, get_desc_base(&get_cpu_gdt_table(cpu)[GDT_ENTRY_KERNEL_CS]), limit, 0x9B, 0xC);
 +              write_gdt_entry(get_cpu_gdt_table(cpu), GDT_ENTRY_KERNEL_CS, &d, DESCTYPE_S);
 +      }
 +
 +      /* PaX: make KERNEL_CS read-only */
-+      for (addr = ktla_ktva((unsigned long)&_text); addr < (unsigned long)&_sdata; addr += PMD_SIZE) {
-+              pgd = pgd_offset_k(addr);
-+              pud = pud_offset(pgd, addr);
-+              pmd = pmd_offset(pud, addr);
-+              set_pmd(pmd, __pmd(pmd_val(*pmd) & ~_PAGE_RW));
-+      }
++      addr = PFN_ALIGN(ktla_ktva((unsigned long)&_text));
++      if (!paravirt_enabled())
++              set_memory_ro(addr, (PFN_ALIGN(_sdata) - addr) >> PAGE_SHIFT);
++/*
++              for (addr = ktla_ktva((unsigned long)&_text); addr < (unsigned long)&_sdata; addr += PMD_SIZE) {
++                      pgd = pgd_offset_k(addr);
++                      pud = pud_offset(pgd, addr);
++                      pmd = pmd_offset(pud, addr);
++                      set_pmd(pmd, __pmd(pmd_val(*pmd) & ~_PAGE_RW));
++              }
++*/
 +#ifdef CONFIG_X86_PAE
++      set_memory_nx(PFN_ALIGN(__init_begin), (PFN_ALIGN(__init_end) - PFN_ALIGN(__init_begin)) >> PAGE_SHIFT);
 +      for (addr = (unsigned long)&__init_begin; addr < (unsigned long)&__init_end; addr += PMD_SIZE) {
 +              pgd = pgd_offset_k(addr);
 +              pud = pud_offset(pgd, addr);
@@ -15436,6 +16908,11 @@ diff -urNp linux-2.6.31/arch/x86/mm/init.c linux-2.6.31/arch/x86/mm/init.c
 +              set_pmd(pmd, __pmd(pmd_val(*pmd) | (_PAGE_NX & __supported_pte_mask)));
 +      }
 +#endif
++
++#ifdef CONFIG_MODULES
++      set_memory_4k((unsigned long)MODULES_EXEC_VADDR, (MODULES_EXEC_END - MODULES_EXEC_VADDR) >> PAGE_SHIFT);
++#endif
++
 +#else
 +      unsigned long addr, end;
 +
@@ -15469,40 +16946,25 @@ diff -urNp linux-2.6.31/arch/x86/mm/init.c linux-2.6.31/arch/x86/mm/init.c
        free_init_pages("unused kernel memory",
                        (unsigned long)(&__init_begin),
                        (unsigned long)(&__init_end));
-diff -urNp linux-2.6.31/arch/x86/mm/iomap_32.c linux-2.6.31/arch/x86/mm/iomap_32.c
---- linux-2.6.31/arch/x86/mm/iomap_32.c        2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/mm/iomap_32.c        2009-09-06 15:29:11.242252166 -0400
-@@ -37,12 +37,26 @@ void *kmap_atomic_prot_pfn(unsigned long
-       enum fixed_addresses idx;
-       unsigned long vaddr;
-+#ifdef CONFIG_PAX_KERNEXEC
-+      unsigned long cr0;
-+#endif
-+
-       pagefault_disable();
+diff -urNp linux-2.6.32.1/arch/x86/mm/iomap_32.c linux-2.6.32.1/arch/x86/mm/iomap_32.c
+--- linux-2.6.32.1/arch/x86/mm/iomap_32.c      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/mm/iomap_32.c      2009-12-14 18:33:51.855716926 -0500
+@@ -65,7 +65,11 @@ void *kmap_atomic_prot_pfn(unsigned long
        debug_kmap_atomic(type);
        idx = type + KM_TYPE_NR * smp_processor_id();
        vaddr = __fix_to_virt(FIX_KMAP_BEGIN + idx);
 +
-+#ifdef CONFIG_PAX_KERNEXEC
-+      pax_open_kernel(cr0);
-+#endif
-+
++      pax_open_kernel();
        set_pte(kmap_pte - idx, pfn_pte(pfn, prot));
-+
-+#ifdef CONFIG_PAX_KERNEXEC
-+      pax_close_kernel(cr0);
-+#endif
++      pax_close_kernel();
 +
        arch_flush_lazy_mmu_mode();
  
        return (void *)vaddr;
-diff -urNp linux-2.6.31/arch/x86/mm/ioremap.c linux-2.6.31/arch/x86/mm/ioremap.c
---- linux-2.6.31/arch/x86/mm/ioremap.c 2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/mm/ioremap.c 2009-09-06 15:30:00.015296947 -0400
-@@ -111,8 +111,8 @@ int page_is_ram(unsigned long pagenr)
+diff -urNp linux-2.6.32.1/arch/x86/mm/ioremap.c linux-2.6.32.1/arch/x86/mm/ioremap.c
+--- linux-2.6.32.1/arch/x86/mm/ioremap.c       2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/mm/ioremap.c       2009-12-14 18:33:51.857713707 -0500
+@@ -41,8 +41,8 @@ int page_is_ram(unsigned long pagenr)
         * Second special case: Some BIOSen report the PC BIOS
         * area (640->1Mb) as ram even though it is not.
         */
@@ -15513,7 +16975,7 @@ diff -urNp linux-2.6.31/arch/x86/mm/ioremap.c linux-2.6.31/arch/x86/mm/ioremap.c
                return 0;
  
        for (i = 0; i < e820.nr_map; i++) {
-@@ -207,10 +207,7 @@ static void __iomem *__ioremap_caller(re
+@@ -137,10 +137,7 @@ static void __iomem *__ioremap_caller(re
        /*
         * Don't allow anybody to remap normal RAM that we're using..
         */
@@ -15525,7 +16987,7 @@ diff -urNp linux-2.6.31/arch/x86/mm/ioremap.c linux-2.6.31/arch/x86/mm/ioremap.c
                int is_ram = page_is_ram(pfn);
  
                if (is_ram && pfn_valid(pfn) && !PageReserved(pfn_to_page(pfn)))
-@@ -272,6 +269,8 @@ static void __iomem *__ioremap_caller(re
+@@ -191,6 +188,8 @@ static void __iomem *__ioremap_caller(re
                break;
        }
  
@@ -15534,7 +16996,7 @@ diff -urNp linux-2.6.31/arch/x86/mm/ioremap.c linux-2.6.31/arch/x86/mm/ioremap.c
        /*
         * Ok, go for it..
         */
-@@ -489,7 +488,7 @@ static int __init early_ioremap_debug_se
+@@ -407,7 +406,7 @@ static int __init early_ioremap_debug_se
  early_param("early_ioremap_debug", early_ioremap_debug_setup);
  
  static __initdata int after_paging_init;
@@ -15543,7 +17005,7 @@ diff -urNp linux-2.6.31/arch/x86/mm/ioremap.c linux-2.6.31/arch/x86/mm/ioremap.c
  
  static inline pmd_t * __init early_ioremap_pmd(unsigned long addr)
  {
-@@ -521,8 +520,7 @@ void __init early_ioremap_init(void)
+@@ -439,8 +438,7 @@ void __init early_ioremap_init(void)
                slot_virt[i] = __fix_to_virt(FIX_BTMAP_BEGIN - NR_FIX_BTMAPS*i);
  
        pmd = early_ioremap_pmd(fix_to_virt(FIX_BTMAP_BEGIN));
@@ -15553,19 +17015,19 @@ diff -urNp linux-2.6.31/arch/x86/mm/ioremap.c linux-2.6.31/arch/x86/mm/ioremap.c
  
        /*
         * The boot-ioremap range spans multiple pmds, for which
-diff -urNp linux-2.6.31/arch/x86/mm/mmap.c linux-2.6.31/arch/x86/mm/mmap.c
---- linux-2.6.31/arch/x86/mm/mmap.c    2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/mm/mmap.c    2009-09-06 15:29:11.243227672 -0400
-@@ -36,7 +36,7 @@
-  * Leave an at least ~128 MB hole.
+diff -urNp linux-2.6.32.1/arch/x86/mm/mmap.c linux-2.6.32.1/arch/x86/mm/mmap.c
+--- linux-2.6.32.1/arch/x86/mm/mmap.c  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/mm/mmap.c  2009-12-14 18:33:51.857713707 -0500
+@@ -49,7 +49,7 @@ static unsigned int stack_maxrandom_size
+  * Leave an at least ~128 MB hole with possible stack randomization.
   */
- #define MIN_GAP (128*1024*1024)
+ #define MIN_GAP (128*1024*1024UL + stack_maxrandom_size())
 -#define MAX_GAP (TASK_SIZE/6*5)
 +#define MAX_GAP (pax_task_size/6*5)
  
  /*
   * True on X86_32 or when emulating IA32 on X86_64
-@@ -81,27 +81,40 @@ static unsigned long mmap_rnd(void)
+@@ -94,27 +94,40 @@ static unsigned long mmap_rnd(void)
        return rnd << PAGE_SHIFT;
  }
  
@@ -15611,7 +17073,7 @@ diff -urNp linux-2.6.31/arch/x86/mm/mmap.c linux-2.6.31/arch/x86/mm/mmap.c
                return TASK_UNMAPPED_BASE + mmap_rnd();
  }
  
-@@ -112,11 +125,23 @@ static unsigned long mmap_legacy_base(vo
+@@ -125,11 +138,23 @@ static unsigned long mmap_legacy_base(vo
  void arch_pick_mmap_layout(struct mm_struct *mm)
  {
        if (mmap_is_legacy()) {
@@ -15637,9 +17099,9 @@ diff -urNp linux-2.6.31/arch/x86/mm/mmap.c linux-2.6.31/arch/x86/mm/mmap.c
                mm->get_unmapped_area = arch_get_unmapped_area_topdown;
                mm->unmap_area = arch_unmap_area_topdown;
        }
-diff -urNp linux-2.6.31/arch/x86/mm/numa_32.c linux-2.6.31/arch/x86/mm/numa_32.c
---- linux-2.6.31/arch/x86/mm/numa_32.c 2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/mm/numa_32.c 2009-09-06 15:29:11.244205366 -0400
+diff -urNp linux-2.6.32.1/arch/x86/mm/numa_32.c linux-2.6.32.1/arch/x86/mm/numa_32.c
+--- linux-2.6.32.1/arch/x86/mm/numa_32.c       2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/mm/numa_32.c       2009-12-14 18:33:51.858716642 -0500
 @@ -98,7 +98,6 @@ unsigned long node_memmap_size_bytes(int
  }
  #endif
@@ -15648,18 +17110,10 @@ diff -urNp linux-2.6.31/arch/x86/mm/numa_32.c linux-2.6.31/arch/x86/mm/numa_32.c
  extern unsigned long highend_pfn, highstart_pfn;
  
  #define LARGE_PAGE_BYTES (PTRS_PER_PTE * PAGE_SIZE)
-diff -urNp linux-2.6.31/arch/x86/mm/pageattr.c linux-2.6.31/arch/x86/mm/pageattr.c
---- linux-2.6.31/arch/x86/mm/pageattr.c        2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/mm/pageattr.c        2009-09-06 15:29:11.244205366 -0400
-@@ -22,6 +22,7 @@
- #include <asm/pgalloc.h>
- #include <asm/proto.h>
- #include <asm/pat.h>
-+#include <asm/desc.h>
- /*
-  * The current flushing context - we pass it instead of 5 arguments:
-@@ -266,9 +267,10 @@ static inline pgprot_t static_protection
+diff -urNp linux-2.6.32.1/arch/x86/mm/pageattr.c linux-2.6.32.1/arch/x86/mm/pageattr.c
+--- linux-2.6.32.1/arch/x86/mm/pageattr.c      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/mm/pageattr.c      2009-12-14 18:33:51.858716642 -0500
+@@ -268,9 +268,10 @@ static inline pgprot_t static_protection
         * Does not cover __inittext since that is gone later on. On
         * 64bit we do not enforce !NX on the low mapping
         */
@@ -15671,7 +17125,7 @@ diff -urNp linux-2.6.31/arch/x86/mm/pageattr.c linux-2.6.31/arch/x86/mm/pageattr
        /*
         * The .rodata section needs to be read-only. Using the pfn
         * catches all aliases.
-@@ -276,6 +278,7 @@ static inline pgprot_t static_protection
+@@ -278,6 +279,7 @@ static inline pgprot_t static_protection
        if (within(pfn, __pa((unsigned long)__start_rodata) >> PAGE_SHIFT,
                   __pa((unsigned long)__end_rodata) >> PAGE_SHIFT))
                pgprot_val(forbidden) |= _PAGE_RW;
@@ -15679,30 +17133,20 @@ diff -urNp linux-2.6.31/arch/x86/mm/pageattr.c linux-2.6.31/arch/x86/mm/pageattr
  
        prot = __pgprot(pgprot_val(prot) & ~pgprot_val(forbidden));
  
-@@ -328,8 +331,20 @@ EXPORT_SYMBOL_GPL(lookup_address);
-  */
+@@ -331,7 +333,10 @@ EXPORT_SYMBOL_GPL(lookup_address);
  static void __set_pmd_pte(pte_t *kpte, unsigned long address, pte_t pte)
  {
-+
-+#ifdef CONFIG_PAX_KERNEXEC
-+      unsigned long cr0;
-+
-+      pax_open_kernel(cr0);
-+#endif
-+
        /* change init_mm */
++      pax_open_kernel();
        set_pte_atomic(kpte, pte);
-+
-+#ifdef CONFIG_PAX_KERNEXEC
-+      pax_close_kernel(cr0);
-+#endif
++      pax_close_kernel();
 +
  #ifdef CONFIG_X86_32
        if (!SHARED_KERNEL_PMD) {
                struct page *page;
-diff -urNp linux-2.6.31/arch/x86/mm/pageattr-test.c linux-2.6.31/arch/x86/mm/pageattr-test.c
---- linux-2.6.31/arch/x86/mm/pageattr-test.c   2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/mm/pageattr-test.c   2009-09-06 15:29:11.245186270 -0400
+diff -urNp linux-2.6.32.1/arch/x86/mm/pageattr-test.c linux-2.6.32.1/arch/x86/mm/pageattr-test.c
+--- linux-2.6.32.1/arch/x86/mm/pageattr-test.c 2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/mm/pageattr-test.c 2009-12-14 18:33:51.858716642 -0500
 @@ -36,7 +36,7 @@ enum {
  
  static int pte_testbit(pte_t pte)
@@ -15712,10 +17156,10 @@ diff -urNp linux-2.6.31/arch/x86/mm/pageattr-test.c linux-2.6.31/arch/x86/mm/pag
  }
  
  struct split_state {
-diff -urNp linux-2.6.31/arch/x86/mm/pat.c linux-2.6.31/arch/x86/mm/pat.c
---- linux-2.6.31/arch/x86/mm/pat.c     2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/mm/pat.c     2009-09-06 15:29:11.245186270 -0400
-@@ -213,7 +213,7 @@ chk_conflict(struct memtype *new, struct
+diff -urNp linux-2.6.32.1/arch/x86/mm/pat.c linux-2.6.32.1/arch/x86/mm/pat.c
+--- linux-2.6.32.1/arch/x86/mm/pat.c   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/mm/pat.c   2009-12-14 18:33:51.860715150 -0500
+@@ -258,7 +258,7 @@ chk_conflict(struct memtype *new, struct
  
   conflict:
        printk(KERN_INFO "%s:%d conflicting memory types "
@@ -15724,7 +17168,7 @@ diff -urNp linux-2.6.31/arch/x86/mm/pat.c linux-2.6.31/arch/x86/mm/pat.c
               new->end, cattr_name(new->type), cattr_name(entry->type));
        return -EBUSY;
  }
-@@ -487,7 +487,7 @@ int free_memtype(u64 start, u64 end)
+@@ -559,7 +559,7 @@ unlock_ret:
  
        if (err) {
                printk(KERN_INFO "%s:%d freeing invalid memtype %Lx-%Lx\n",
@@ -15733,7 +17177,7 @@ diff -urNp linux-2.6.31/arch/x86/mm/pat.c linux-2.6.31/arch/x86/mm/pat.c
        }
  
        dprintk("free_memtype request 0x%Lx-0x%Lx\n", start, end);
-@@ -588,7 +588,7 @@ int kernel_map_sync_memtype(u64 base, un
+@@ -755,7 +755,7 @@ int kernel_map_sync_memtype(u64 base, un
                printk(KERN_INFO
                        "%s:%d ioremap_change_attr failed %s "
                        "for %Lx-%Lx\n",
@@ -15742,7 +17186,7 @@ diff -urNp linux-2.6.31/arch/x86/mm/pat.c linux-2.6.31/arch/x86/mm/pat.c
                        cattr_name(flags),
                        base, (unsigned long long)(base + size));
                return -EINVAL;
-@@ -628,7 +628,7 @@ static int reserve_pfn_range(u64 paddr, 
+@@ -813,7 +813,7 @@ static int reserve_pfn_range(u64 paddr, 
                        free_memtype(paddr, paddr + size);
                        printk(KERN_ERR "%s:%d map pfn expected mapping type %s"
                                " for %Lx-%Lx, got %s\n",
@@ -15751,53 +17195,94 @@ diff -urNp linux-2.6.31/arch/x86/mm/pat.c linux-2.6.31/arch/x86/mm/pat.c
                                cattr_name(want_flags),
                                (unsigned long long)paddr,
                                (unsigned long long)(paddr + size),
-@@ -827,7 +827,7 @@ static int memtype_seq_show(struct seq_f
-       return 0;
- }
--static struct seq_operations memtype_seq_ops = {
-+static const struct seq_operations memtype_seq_ops = {
-       .start = memtype_seq_start,
-       .next  = memtype_seq_next,
-       .stop  = memtype_seq_stop,
-diff -urNp linux-2.6.31/arch/x86/mm/pgtable_32.c linux-2.6.31/arch/x86/mm/pgtable_32.c
---- linux-2.6.31/arch/x86/mm/pgtable_32.c      2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/mm/pgtable_32.c      2009-09-06 15:29:11.246158105 -0400
-@@ -33,6 +33,10 @@ void set_pte_vaddr(unsigned long vaddr, 
-       pmd_t *pmd;
-       pte_t *pte;
-+#ifdef CONFIG_PAX_KERNEXEC
-+      unsigned long cr0;
-+#endif
-+
-       pgd = swapper_pg_dir + pgd_index(vaddr);
-       if (pgd_none(*pgd)) {
-               BUG();
-@@ -49,11 +53,20 @@ void set_pte_vaddr(unsigned long vaddr, 
+diff -urNp linux-2.6.32.1/arch/x86/mm/pgtable_32.c linux-2.6.32.1/arch/x86/mm/pgtable_32.c
+--- linux-2.6.32.1/arch/x86/mm/pgtable_32.c    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/mm/pgtable_32.c    2009-12-14 18:33:51.860715150 -0500
+@@ -49,10 +49,13 @@ void set_pte_vaddr(unsigned long vaddr, 
                return;
        }
        pte = pte_offset_kernel(pmd, vaddr);
 +
-+#ifdef CONFIG_PAX_KERNEXEC
-+      pax_open_kernel(cr0);
-+#endif
-+
++      pax_open_kernel();
        if (pte_val(pteval))
                set_pte_at(&init_mm, vaddr, pte, pteval);
        else
                pte_clear(&init_mm, vaddr, pte);
++      pax_close_kernel();
  
-+#ifdef CONFIG_PAX_KERNEXEC
-+      pax_close_kernel(cr0);
-+#endif
-+
        /*
         * It's enough to flush this one mapping.
-        * (PGE mappings get flushed as well)
-diff -urNp linux-2.6.31/arch/x86/mm/tlb.c linux-2.6.31/arch/x86/mm/tlb.c
---- linux-2.6.31/arch/x86/mm/tlb.c     2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/mm/tlb.c     2009-09-06 15:29:11.246158105 -0400
+diff -urNp linux-2.6.32.1/arch/x86/mm/setup_nx.c linux-2.6.32.1/arch/x86/mm/setup_nx.c
+--- linux-2.6.32.1/arch/x86/mm/setup_nx.c      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/mm/setup_nx.c      2009-12-14 18:33:51.860715150 -0500
+@@ -4,11 +4,10 @@
+ #include <asm/pgtable.h>
++#if defined(CONFIG_X86_32) && defined(CONFIG_X86_PAE)
+ int nx_enabled;
+-#if defined(CONFIG_X86_64) || defined(CONFIG_X86_PAE)
+-static int disable_nx __cpuinitdata;
+-
++#ifndef CONFIG_PAX_PAGEEXEC
+ /*
+  * noexec = on|off
+  *
+@@ -22,32 +21,26 @@ static int __init noexec_setup(char *str
+       if (!str)
+               return -EINVAL;
+       if (!strncmp(str, "on", 2)) {
+-              __supported_pte_mask |= _PAGE_NX;
+-              disable_nx = 0;
++              nx_enabled = 1;
+       } else if (!strncmp(str, "off", 3)) {
+-              disable_nx = 1;
+-              __supported_pte_mask &= ~_PAGE_NX;
++              nx_enabled = 0;
+       }
+       return 0;
+ }
+ early_param("noexec", noexec_setup);
+ #endif
++#endif
+ #ifdef CONFIG_X86_PAE
+ void __init set_nx(void)
+ {
+-      unsigned int v[4], l, h;
++      if (!nx_enabled && cpu_has_nx) {
++              unsigned l, h;
+-      if (cpu_has_pae && (cpuid_eax(0x80000000) > 0x80000001)) {
+-              cpuid(0x80000001, &v[0], &v[1], &v[2], &v[3]);
+-
+-              if ((v[3] & (1 << 20)) && !disable_nx) {
+-                      rdmsr(MSR_EFER, l, h);
+-                      l |= EFER_NX;
+-                      wrmsr(MSR_EFER, l, h);
+-                      nx_enabled = 1;
+-                      __supported_pte_mask |= _PAGE_NX;
+-              }
++              __supported_pte_mask &= ~_PAGE_NX;
++              rdmsr(MSR_EFER, l, h);
++              l &= ~EFER_NX;
++              wrmsr(MSR_EFER, l, h);
+       }
+ }
+ #else
+@@ -62,7 +55,7 @@ void __cpuinit check_efer(void)
+       unsigned long efer;
+       rdmsrl(MSR_EFER, efer);
+-      if (!(efer & EFER_NX) || disable_nx)
++      if (!(efer & EFER_NX) || !nx_enabled)
+               __supported_pte_mask &= ~_PAGE_NX;
+ }
+ #endif
+diff -urNp linux-2.6.32.1/arch/x86/mm/tlb.c linux-2.6.32.1/arch/x86/mm/tlb.c
+--- linux-2.6.32.1/arch/x86/mm/tlb.c   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/mm/tlb.c   2009-12-14 18:33:51.860715150 -0500
 @@ -12,7 +12,7 @@
  #include <asm/uv/uv.h>
  
@@ -15807,9 +17292,9 @@ diff -urNp linux-2.6.31/arch/x86/mm/tlb.c linux-2.6.31/arch/x86/mm/tlb.c
  
  /*
   *    Smarter SMP flushing macros.
-diff -urNp linux-2.6.31/arch/x86/oprofile/backtrace.c linux-2.6.31/arch/x86/oprofile/backtrace.c
---- linux-2.6.31/arch/x86/oprofile/backtrace.c 2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/oprofile/backtrace.c 2009-09-06 15:29:11.247628498 -0400
+diff -urNp linux-2.6.32.1/arch/x86/oprofile/backtrace.c linux-2.6.32.1/arch/x86/oprofile/backtrace.c
+--- linux-2.6.32.1/arch/x86/oprofile/backtrace.c       2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/oprofile/backtrace.c       2009-12-14 18:33:51.860715150 -0500
 @@ -37,7 +37,7 @@ static void backtrace_address(void *data
        unsigned int *depth = data;
  
@@ -15819,6 +17304,15 @@ diff -urNp linux-2.6.31/arch/x86/oprofile/backtrace.c linux-2.6.31/arch/x86/opro
  }
  
  static struct stacktrace_ops backtrace_ops = {
+@@ -57,7 +57,7 @@ static struct frame_head *dump_user_back
+       struct frame_head bufhead[2];
+       /* Also check accessibility of one struct frame_head beyond */
+-      if (!access_ok(VERIFY_READ, head, sizeof(bufhead)))
++      if (!__access_ok(VERIFY_READ, head, sizeof(bufhead)))
+               return NULL;
+       if (__copy_from_user_inatomic(bufhead, head, sizeof(bufhead)))
+               return NULL;
 @@ -77,7 +77,7 @@ x86_backtrace(struct pt_regs * const reg
  {
        struct frame_head *head = (struct frame_head *)frame_pointer(regs);
@@ -15828,10 +17322,10 @@ diff -urNp linux-2.6.31/arch/x86/oprofile/backtrace.c linux-2.6.31/arch/x86/opro
                unsigned long stack = kernel_stack_pointer(regs);
                if (depth)
                        dump_trace(NULL, regs, (unsigned long *)stack, 0,
-diff -urNp linux-2.6.31/arch/x86/oprofile/op_model_p4.c linux-2.6.31/arch/x86/oprofile/op_model_p4.c
---- linux-2.6.31/arch/x86/oprofile/op_model_p4.c       2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/oprofile/op_model_p4.c       2009-09-06 15:29:11.247628498 -0400
-@@ -48,7 +48,7 @@ static inline void setup_num_counters(vo
+diff -urNp linux-2.6.32.1/arch/x86/oprofile/op_model_p4.c linux-2.6.32.1/arch/x86/oprofile/op_model_p4.c
+--- linux-2.6.32.1/arch/x86/oprofile/op_model_p4.c     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/oprofile/op_model_p4.c     2009-12-14 18:33:51.861723486 -0500
+@@ -50,7 +50,7 @@ static inline void setup_num_counters(vo
  #endif
  }
  
@@ -15840,9 +17334,20 @@ diff -urNp linux-2.6.31/arch/x86/oprofile/op_model_p4.c linux-2.6.31/arch/x86/op
  {
  #ifdef CONFIG_SMP
        return smp_num_siblings == 2 ? 2 : 1;
-diff -urNp linux-2.6.31/arch/x86/pci/common.c linux-2.6.31/arch/x86/pci/common.c
---- linux-2.6.31/arch/x86/pci/common.c 2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/pci/common.c 2009-09-06 15:29:11.248624686 -0400
+diff -urNp linux-2.6.32.1/arch/x86/pci/common.c linux-2.6.32.1/arch/x86/pci/common.c
+--- linux-2.6.32.1/arch/x86/pci/common.c       2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/pci/common.c       2009-12-14 18:33:51.861723486 -0500
+@@ -31,8 +31,8 @@ int noioapicreroute = 1;
+ int pcibios_last_bus = -1;
+ unsigned long pirq_table_addr;
+ struct pci_bus *pci_root_bus;
+-struct pci_raw_ops *raw_pci_ops;
+-struct pci_raw_ops *raw_pci_ext_ops;
++const struct pci_raw_ops *raw_pci_ops;
++const struct pci_raw_ops *raw_pci_ext_ops;
+ int raw_pci_read(unsigned int domain, unsigned int bus, unsigned int devfn,
+                                               int reg, int len, u32 *val)
 @@ -370,7 +370,7 @@ static const struct dmi_system_id __devi
                        DMI_MATCH(DMI_PRODUCT_NAME, "ProLiant DL585 G2"),
                },
@@ -15852,9 +17357,39 @@ diff -urNp linux-2.6.31/arch/x86/pci/common.c linux-2.6.31/arch/x86/pci/common.c
  };
  
  void __init dmi_check_pciprobe(void)
-diff -urNp linux-2.6.31/arch/x86/pci/fixup.c linux-2.6.31/arch/x86/pci/fixup.c
---- linux-2.6.31/arch/x86/pci/fixup.c  2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/pci/fixup.c  2009-09-06 15:29:11.249576752 -0400
+diff -urNp linux-2.6.32.1/arch/x86/pci/direct.c linux-2.6.32.1/arch/x86/pci/direct.c
+--- linux-2.6.32.1/arch/x86/pci/direct.c       2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/pci/direct.c       2009-12-14 18:33:51.862717608 -0500
+@@ -79,7 +79,7 @@ static int pci_conf1_write(unsigned int 
+ #undef PCI_CONF1_ADDRESS
+-struct pci_raw_ops pci_direct_conf1 = {
++const struct pci_raw_ops pci_direct_conf1 = {
+       .read =         pci_conf1_read,
+       .write =        pci_conf1_write,
+ };
+@@ -173,7 +173,7 @@ static int pci_conf2_write(unsigned int 
+ #undef PCI_CONF2_ADDRESS
+-struct pci_raw_ops pci_direct_conf2 = {
++const struct pci_raw_ops pci_direct_conf2 = {
+       .read =         pci_conf2_read,
+       .write =        pci_conf2_write,
+ };
+@@ -189,7 +189,7 @@ struct pci_raw_ops pci_direct_conf2 = {
+  * This should be close to trivial, but it isn't, because there are buggy
+  * chipsets (yes, you guessed it, by Intel and Compaq) that have no class ID.
+  */
+-static int __init pci_sanity_check(struct pci_raw_ops *o)
++static int __init pci_sanity_check(const struct pci_raw_ops *o)
+ {
+       u32 x = 0;
+       int year, devfn;
+diff -urNp linux-2.6.32.1/arch/x86/pci/fixup.c linux-2.6.32.1/arch/x86/pci/fixup.c
+--- linux-2.6.32.1/arch/x86/pci/fixup.c        2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/pci/fixup.c        2009-12-14 18:33:51.862717608 -0500
 @@ -364,7 +364,7 @@ static const struct dmi_system_id __devi
                        DMI_MATCH(DMI_PRODUCT_NAME, "MS-6702E"),
                },
@@ -15873,21 +17408,9 @@ diff -urNp linux-2.6.31/arch/x86/pci/fixup.c linux-2.6.31/arch/x86/pci/fixup.c
  };
  
  static void __devinit pci_pre_fixup_toshiba_ohci1394(struct pci_dev *dev)
-diff -urNp linux-2.6.31/arch/x86/pci/i386.c linux-2.6.31/arch/x86/pci/i386.c
---- linux-2.6.31/arch/x86/pci/i386.c   2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/pci/i386.c   2009-09-06 15:29:11.249576752 -0400
-@@ -266,7 +266,7 @@ void pcibios_set_master(struct pci_dev *
-       pci_write_config_byte(dev, PCI_LATENCY_TIMER, lat);
- }
--static struct vm_operations_struct pci_mmap_ops = {
-+static const struct vm_operations_struct pci_mmap_ops = {
-       .access = generic_access_phys,
- };
-diff -urNp linux-2.6.31/arch/x86/pci/irq.c linux-2.6.31/arch/x86/pci/irq.c
---- linux-2.6.31/arch/x86/pci/irq.c    2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/pci/irq.c    2009-09-06 15:29:11.250200765 -0400
+diff -urNp linux-2.6.32.1/arch/x86/pci/irq.c linux-2.6.32.1/arch/x86/pci/irq.c
+--- linux-2.6.32.1/arch/x86/pci/irq.c  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/pci/irq.c  2009-12-14 18:33:51.863721838 -0500
 @@ -543,7 +543,7 @@ static __init int intel_router_probe(str
        static struct pci_device_id __initdata pirq_440gx[] = {
                { PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82443GX_0) },
@@ -15906,10 +17429,58 @@ diff -urNp linux-2.6.31/arch/x86/pci/irq.c linux-2.6.31/arch/x86/pci/irq.c
  };
  
  int __init pcibios_irq_init(void)
-diff -urNp linux-2.6.31/arch/x86/pci/pcbios.c linux-2.6.31/arch/x86/pci/pcbios.c
---- linux-2.6.31/arch/x86/pci/pcbios.c 2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/pci/pcbios.c 2009-09-06 15:29:11.250200765 -0400
-@@ -56,50 +56,120 @@ union bios32 {
+diff -urNp linux-2.6.32.1/arch/x86/pci/mmconfig_32.c linux-2.6.32.1/arch/x86/pci/mmconfig_32.c
+--- linux-2.6.32.1/arch/x86/pci/mmconfig_32.c  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/pci/mmconfig_32.c  2009-12-14 18:33:51.863721838 -0500
+@@ -125,7 +125,7 @@ static int pci_mmcfg_write(unsigned int 
+       return 0;
+ }
+-static struct pci_raw_ops pci_mmcfg = {
++static const struct pci_raw_ops pci_mmcfg = {
+       .read =         pci_mmcfg_read,
+       .write =        pci_mmcfg_write,
+ };
+diff -urNp linux-2.6.32.1/arch/x86/pci/mmconfig_64.c linux-2.6.32.1/arch/x86/pci/mmconfig_64.c
+--- linux-2.6.32.1/arch/x86/pci/mmconfig_64.c  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/pci/mmconfig_64.c  2009-12-14 18:33:51.863721838 -0500
+@@ -104,7 +104,7 @@ static int pci_mmcfg_write(unsigned int 
+       return 0;
+ }
+-static struct pci_raw_ops pci_mmcfg = {
++static const struct pci_raw_ops pci_mmcfg = {
+       .read =         pci_mmcfg_read,
+       .write =        pci_mmcfg_write,
+ };
+diff -urNp linux-2.6.32.1/arch/x86/pci/numaq_32.c linux-2.6.32.1/arch/x86/pci/numaq_32.c
+--- linux-2.6.32.1/arch/x86/pci/numaq_32.c     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/pci/numaq_32.c     2009-12-14 18:33:51.863721838 -0500
+@@ -112,7 +112,7 @@ static int pci_conf1_mq_write(unsigned i
+ #undef PCI_CONF1_MQ_ADDRESS
+-static struct pci_raw_ops pci_direct_conf1_mq = {
++static const struct pci_raw_ops pci_direct_conf1_mq = {
+       .read   = pci_conf1_mq_read,
+       .write  = pci_conf1_mq_write
+ };
+diff -urNp linux-2.6.32.1/arch/x86/pci/olpc.c linux-2.6.32.1/arch/x86/pci/olpc.c
+--- linux-2.6.32.1/arch/x86/pci/olpc.c 2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/pci/olpc.c 2009-12-14 18:33:51.863721838 -0500
+@@ -297,7 +297,7 @@ static int pci_olpc_write(unsigned int s
+       return 0;
+ }
+-static struct pci_raw_ops pci_olpc_conf = {
++static const struct pci_raw_ops pci_olpc_conf = {
+       .read = pci_olpc_read,
+       .write = pci_olpc_write,
+ };
+diff -urNp linux-2.6.32.1/arch/x86/pci/pcbios.c linux-2.6.32.1/arch/x86/pci/pcbios.c
+--- linux-2.6.32.1/arch/x86/pci/pcbios.c       2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/pci/pcbios.c       2009-12-14 18:33:51.864725360 -0500
+@@ -56,50 +56,93 @@ union bios32 {
  static struct {
        unsigned long address;
        unsigned short segment;
@@ -15929,29 +17500,17 @@ diff -urNp linux-2.6.31/arch/x86/pci/pcbios.c linux-2.6.31/arch/x86/pci/pcbios.c
        unsigned long entry;            /* %edx */
        unsigned long flags;
 +      struct desc_struct d, *gdt;
-+
-+#ifdef CONFIG_PAX_KERNEXEC
-+      unsigned long cr0;
-+#endif
  
        local_irq_save(flags);
 -      __asm__("lcall *(%%edi); cld"
 +
 +      gdt = get_cpu_gdt_table(smp_processor_id());
 +
-+#ifdef CONFIG_PAX_KERNEXEC
-+      pax_open_kernel(cr0);
-+#endif
-+
 +      pack_descriptor(&d, 0UL, 0xFFFFFUL, 0x9B, 0xC);
 +      write_gdt_entry(gdt, GDT_ENTRY_PCIBIOS_CS, &d, DESCTYPE_S);
 +      pack_descriptor(&d, 0UL, 0xFFFFFUL, 0x93, 0xC);
 +      write_gdt_entry(gdt, GDT_ENTRY_PCIBIOS_DS, &d, DESCTYPE_S);
 +
-+#ifdef CONFIG_PAX_KERNEXEC
-+      pax_close_kernel(cr0);
-+#endif
-+
 +      __asm__("movw %w7, %%ds; lcall *(%%edi); push %%ss; pop %%ds; cld"
                : "=a" (return_code),
                  "=b" (address),
@@ -15964,18 +17523,12 @@ diff -urNp linux-2.6.31/arch/x86/pci/pcbios.c linux-2.6.31/arch/x86/pci/pcbios.c
 +                "r"(__PCIBIOS_DS)
 +              : "memory");
 +
-+#ifdef CONFIG_PAX_KERNEXEC
-+      pax_open_kernel(cr0);
-+#endif
-+
++      pax_open_kernel();
 +      gdt[GDT_ENTRY_PCIBIOS_CS].a = 0;
 +      gdt[GDT_ENTRY_PCIBIOS_CS].b = 0;
 +      gdt[GDT_ENTRY_PCIBIOS_DS].a = 0;
 +      gdt[GDT_ENTRY_PCIBIOS_DS].b = 0;
-+
-+#ifdef CONFIG_PAX_KERNEXEC
-+      pax_close_kernel(cr0);
-+#endif
++      pax_close_kernel();
 +
        local_irq_restore(flags);
  
@@ -16005,10 +17558,6 @@ diff -urNp linux-2.6.31/arch/x86/pci/pcbios.c linux-2.6.31/arch/x86/pci/pcbios.c
 +                      flags |= 8;
 +              }
 +
-+#ifdef CONFIG_PAX_KERNEXEC
-+              pax_open_kernel(cr0);
-+#endif
-+
 +              for (cpu = 0; cpu < NR_CPUS; cpu++) {
 +                      gdt = get_cpu_gdt_table(cpu);
 +                      pack_descriptor(&d, address, length, 0x9b, flags);
@@ -16016,11 +17565,6 @@ diff -urNp linux-2.6.31/arch/x86/pci/pcbios.c linux-2.6.31/arch/x86/pci/pcbios.c
 +                      pack_descriptor(&d, address, length, 0x93, flags);
 +                      write_gdt_entry(gdt, GDT_ENTRY_PCIBIOS_DS, &d, DESCTYPE_S);
 +              }
-+
-+#ifdef CONFIG_PAX_KERNEXEC
-+              pax_close_kernel(cr0);
-+#endif
-+
 +              return entry;
 +      }
 +      case 0x80:      /* Not present */
@@ -16044,7 +17588,7 @@ diff -urNp linux-2.6.31/arch/x86/pci/pcbios.c linux-2.6.31/arch/x86/pci/pcbios.c
  
  static int __devinit check_pcibios(void)
  {
-@@ -108,11 +178,13 @@ static int __devinit check_pcibios(void)
+@@ -108,11 +151,13 @@ static int __devinit check_pcibios(void)
        unsigned long flags, pcibios_entry;
  
        if ((pcibios_entry = bios32_service(PCI_SERVICE))) {
@@ -16061,7 +17605,7 @@ diff -urNp linux-2.6.31/arch/x86/pci/pcbios.c linux-2.6.31/arch/x86/pci/pcbios.c
                        "jc 1f\n\t"
                        "xor %%ah, %%ah\n"
                        "1:"
-@@ -121,7 +193,8 @@ static int __devinit check_pcibios(void)
+@@ -121,7 +166,8 @@ static int __devinit check_pcibios(void)
                          "=b" (ebx),
                          "=c" (ecx)
                        : "1" (PCIBIOS_PCI_BIOS_PRESENT),
@@ -16071,7 +17615,7 @@ diff -urNp linux-2.6.31/arch/x86/pci/pcbios.c linux-2.6.31/arch/x86/pci/pcbios.c
                        : "memory");
                local_irq_restore(flags);
  
-@@ -165,7 +238,10 @@ static int pci_bios_read(unsigned int se
+@@ -165,7 +211,10 @@ static int pci_bios_read(unsigned int se
  
        switch (len) {
        case 1:
@@ -16083,7 +17627,7 @@ diff -urNp linux-2.6.31/arch/x86/pci/pcbios.c linux-2.6.31/arch/x86/pci/pcbios.c
                        "jc 1f\n\t"
                        "xor %%ah, %%ah\n"
                        "1:"
-@@ -174,7 +250,8 @@ static int pci_bios_read(unsigned int se
+@@ -174,7 +223,8 @@ static int pci_bios_read(unsigned int se
                        : "1" (PCIBIOS_READ_CONFIG_BYTE),
                          "b" (bx),
                          "D" ((long)reg),
@@ -16093,7 +17637,7 @@ diff -urNp linux-2.6.31/arch/x86/pci/pcbios.c linux-2.6.31/arch/x86/pci/pcbios.c
                /*
                 * Zero-extend the result beyond 8 bits, do not trust the
                 * BIOS having done it:
-@@ -182,7 +259,10 @@ static int pci_bios_read(unsigned int se
+@@ -182,7 +232,10 @@ static int pci_bios_read(unsigned int se
                *value &= 0xff;
                break;
        case 2:
@@ -16105,7 +17649,7 @@ diff -urNp linux-2.6.31/arch/x86/pci/pcbios.c linux-2.6.31/arch/x86/pci/pcbios.c
                        "jc 1f\n\t"
                        "xor %%ah, %%ah\n"
                        "1:"
-@@ -191,7 +271,8 @@ static int pci_bios_read(unsigned int se
+@@ -191,7 +244,8 @@ static int pci_bios_read(unsigned int se
                        : "1" (PCIBIOS_READ_CONFIG_WORD),
                          "b" (bx),
                          "D" ((long)reg),
@@ -16115,7 +17659,7 @@ diff -urNp linux-2.6.31/arch/x86/pci/pcbios.c linux-2.6.31/arch/x86/pci/pcbios.c
                /*
                 * Zero-extend the result beyond 16 bits, do not trust the
                 * BIOS having done it:
-@@ -199,7 +280,10 @@ static int pci_bios_read(unsigned int se
+@@ -199,7 +253,10 @@ static int pci_bios_read(unsigned int se
                *value &= 0xffff;
                break;
        case 4:
@@ -16127,7 +17671,7 @@ diff -urNp linux-2.6.31/arch/x86/pci/pcbios.c linux-2.6.31/arch/x86/pci/pcbios.c
                        "jc 1f\n\t"
                        "xor %%ah, %%ah\n"
                        "1:"
-@@ -208,7 +292,8 @@ static int pci_bios_read(unsigned int se
+@@ -208,7 +265,8 @@ static int pci_bios_read(unsigned int se
                        : "1" (PCIBIOS_READ_CONFIG_DWORD),
                          "b" (bx),
                          "D" ((long)reg),
@@ -16137,7 +17681,7 @@ diff -urNp linux-2.6.31/arch/x86/pci/pcbios.c linux-2.6.31/arch/x86/pci/pcbios.c
                break;
        }
  
-@@ -231,7 +316,10 @@ static int pci_bios_write(unsigned int s
+@@ -231,7 +289,10 @@ static int pci_bios_write(unsigned int s
  
        switch (len) {
        case 1:
@@ -16149,7 +17693,7 @@ diff -urNp linux-2.6.31/arch/x86/pci/pcbios.c linux-2.6.31/arch/x86/pci/pcbios.c
                        "jc 1f\n\t"
                        "xor %%ah, %%ah\n"
                        "1:"
-@@ -240,10 +328,14 @@ static int pci_bios_write(unsigned int s
+@@ -240,10 +301,14 @@ static int pci_bios_write(unsigned int s
                          "c" (value),
                          "b" (bx),
                          "D" ((long)reg),
@@ -16166,7 +17710,7 @@ diff -urNp linux-2.6.31/arch/x86/pci/pcbios.c linux-2.6.31/arch/x86/pci/pcbios.c
                        "jc 1f\n\t"
                        "xor %%ah, %%ah\n"
                        "1:"
-@@ -252,10 +344,14 @@ static int pci_bios_write(unsigned int s
+@@ -252,10 +317,14 @@ static int pci_bios_write(unsigned int s
                          "c" (value),
                          "b" (bx),
                          "D" ((long)reg),
@@ -16183,7 +17727,7 @@ diff -urNp linux-2.6.31/arch/x86/pci/pcbios.c linux-2.6.31/arch/x86/pci/pcbios.c
                        "jc 1f\n\t"
                        "xor %%ah, %%ah\n"
                        "1:"
-@@ -264,7 +360,8 @@ static int pci_bios_write(unsigned int s
+@@ -264,7 +333,8 @@ static int pci_bios_write(unsigned int s
                          "c" (value),
                          "b" (bx),
                          "D" ((long)reg),
@@ -16193,7 +17737,25 @@ diff -urNp linux-2.6.31/arch/x86/pci/pcbios.c linux-2.6.31/arch/x86/pci/pcbios.c
                break;
        }
  
-@@ -368,10 +465,13 @@ struct irq_routing_table * pcibios_get_i
+@@ -278,7 +348,7 @@ static int pci_bios_write(unsigned int s
+  * Function table for BIOS32 access
+  */
+-static struct pci_raw_ops pci_bios_access = {
++static const struct pci_raw_ops pci_bios_access = {
+       .read =         pci_bios_read,
+       .write =        pci_bios_write
+ };
+@@ -287,7 +357,7 @@ static struct pci_raw_ops pci_bios_acces
+  * Try to find PCI BIOS.
+  */
+-static struct pci_raw_ops * __devinit pci_find_bios(void)
++static const struct pci_raw_ops * __devinit pci_find_bios(void)
+ {
+       union bios32 *check;
+       unsigned char sum;
+@@ -368,10 +438,13 @@ struct irq_routing_table * pcibios_get_i
  
        DBG("PCI: Fetching IRQ routing table... ");
        __asm__("push %%es\n\t"
@@ -16208,7 +17770,7 @@ diff -urNp linux-2.6.31/arch/x86/pci/pcbios.c linux-2.6.31/arch/x86/pci/pcbios.c
                "jc 1f\n\t"
                "xor %%ah, %%ah\n"
                "1:"
-@@ -382,7 +482,8 @@ struct irq_routing_table * pcibios_get_i
+@@ -382,7 +455,8 @@ struct irq_routing_table * pcibios_get_i
                  "1" (0),
                  "D" ((long) &opt),
                  "S" (&pci_indirect),
@@ -16218,7 +17780,7 @@ diff -urNp linux-2.6.31/arch/x86/pci/pcbios.c linux-2.6.31/arch/x86/pci/pcbios.c
                : "memory");
        DBG("OK  ret=%d, size=%d, map=%x\n", ret, opt.size, map);
        if (ret & 0xff00)
-@@ -406,7 +507,10 @@ int pcibios_set_irq_routing(struct pci_d
+@@ -406,7 +480,10 @@ int pcibios_set_irq_routing(struct pci_d
  {
        int ret;
  
@@ -16230,7 +17792,7 @@ diff -urNp linux-2.6.31/arch/x86/pci/pcbios.c linux-2.6.31/arch/x86/pci/pcbios.c
                "jc 1f\n\t"
                "xor %%ah, %%ah\n"
                "1:"
-@@ -414,7 +518,8 @@ int pcibios_set_irq_routing(struct pci_d
+@@ -414,7 +491,8 @@ int pcibios_set_irq_routing(struct pci_d
                : "0" (PCIBIOS_SET_PCI_HW_INT),
                  "b" ((dev->bus->number << 8) | dev->devfn),
                  "c" ((irq << 8) | (pin + 10)),
@@ -16240,55 +17802,43 @@ diff -urNp linux-2.6.31/arch/x86/pci/pcbios.c linux-2.6.31/arch/x86/pci/pcbios.c
        return !(ret & 0xff00);
  }
  EXPORT_SYMBOL(pcibios_set_irq_routing);
-diff -urNp linux-2.6.31/arch/x86/power/cpu.c linux-2.6.31/arch/x86/power/cpu.c
---- linux-2.6.31/arch/x86/power/cpu.c  2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/power/cpu.c  2009-09-06 15:29:11.251258894 -0400
-@@ -126,7 +126,11 @@ static void do_fpu_end(void)
+diff -urNp linux-2.6.32.1/arch/x86/power/cpu.c linux-2.6.32.1/arch/x86/power/cpu.c
+--- linux-2.6.32.1/arch/x86/power/cpu.c        2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/power/cpu.c        2009-12-14 18:33:51.865717511 -0500
+@@ -126,7 +126,7 @@ static void do_fpu_end(void)
  static void fix_processor_context(void)
  {
        int cpu = smp_processor_id();
 -      struct tss_struct *t = &per_cpu(init_tss, cpu);
 +      struct tss_struct *t = init_tss + cpu;
-+
-+#if defined(CONFIG_X86_64) && defined(CONFIG_PAX_KERNEXEC)
-+      unsigned long cr0;
-+#endif
  
        set_tss_desc(cpu, t);   /*
                                 * This just modifies memory; should not be
-@@ -136,8 +140,17 @@ static void fix_processor_context(void)
+@@ -136,7 +136,9 @@ static void fix_processor_context(void)
                                 */
  
  #ifdef CONFIG_X86_64
-+
-+#ifdef CONFIG_PAX_KERNEXEC
-+      pax_open_kernel(cr0);
-+#endif
-+
++      pax_open_kernel();
        get_cpu_gdt_table(cpu)[GDT_ENTRY_TSS].type = 9;
++      pax_close_kernel();
  
-+#ifdef CONFIG_PAX_KERNEXEC
-+      pax_close_kernel(cr0);
-+#endif
-+
        syscall_init();                         /* This sets MSR_*STAR and related */
  #endif
-       load_TR_desc();                         /* This does ltr */
-diff -urNp linux-2.6.31/arch/x86/vdso/Makefile linux-2.6.31/arch/x86/vdso/Makefile
---- linux-2.6.31/arch/x86/vdso/Makefile        2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/vdso/Makefile        2009-09-06 15:29:11.251258894 -0400
+diff -urNp linux-2.6.32.1/arch/x86/vdso/Makefile linux-2.6.32.1/arch/x86/vdso/Makefile
+--- linux-2.6.32.1/arch/x86/vdso/Makefile      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/vdso/Makefile      2009-12-14 18:33:51.866722911 -0500
 @@ -122,7 +122,7 @@ quiet_cmd_vdso = VDSO    $@
                       $(VDSO_LDFLAGS) $(VDSO_LDFLAGS_$(filter %.lds,$(^F))) \
                       -Wl,-T,$(filter %.lds,$^) $(filter %.o,$^)
  
--VDSO_LDFLAGS = -fPIC -shared $(call ld-option, -Wl$(comma)--hash-style=sysv)
-+VDSO_LDFLAGS = -fPIC -shared --no-undefined $(call ld-option, -Wl$(comma)--hash-style=sysv)
+-VDSO_LDFLAGS = -fPIC -shared $(call cc-ldoption, -Wl$(comma)--hash-style=sysv)
++VDSO_LDFLAGS = -fPIC -shared --no-undefined $(call cc-ldoption, -Wl$(comma)--hash-style=sysv)
  GCOV_PROFILE := n
  
  #
-diff -urNp linux-2.6.31/arch/x86/vdso/vclock_gettime.c linux-2.6.31/arch/x86/vdso/vclock_gettime.c
---- linux-2.6.31/arch/x86/vdso/vclock_gettime.c        2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/vdso/vclock_gettime.c        2009-09-06 15:29:11.252181238 -0400
+diff -urNp linux-2.6.32.1/arch/x86/vdso/vclock_gettime.c linux-2.6.32.1/arch/x86/vdso/vclock_gettime.c
+--- linux-2.6.32.1/arch/x86/vdso/vclock_gettime.c      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/vdso/vclock_gettime.c      2009-12-14 18:33:51.866722911 -0500
 @@ -22,24 +22,48 @@
  #include <asm/hpet.h>
  #include <asm/unistd.h>
@@ -16342,18 +17892,18 @@ diff -urNp linux-2.6.31/arch/x86/vdso/vclock_gettime.c linux-2.6.31/arch/x86/vds
        return (v * gtod->clock.mult) >> gtod->clock.shift;
  }
  
-@@ -88,7 +112,9 @@ notrace static noinline int do_monotonic
+@@ -113,7 +137,9 @@ notrace static noinline int do_monotonic
  
  notrace int __vdso_clock_gettime(clockid_t clock, struct timespec *ts)
  {
--      if (likely(gtod->sysctl_enabled && gtod->clock.vread))
+-      if (likely(gtod->sysctl_enabled))
 +      if (likely(gtod->sysctl_enabled &&
 +                 ((gtod->clock.name[0] == 'h' && gtod->clock.name[1] == 'p' && gtod->clock.name[2] == 'e' && gtod->clock.name[3] == 't' && !gtod->clock.name[4]) ||
 +                  (gtod->clock.name[0] == 't' && gtod->clock.name[1] == 's' && gtod->clock.name[2] == 'c' && !gtod->clock.name[3]))))
                switch (clock) {
                case CLOCK_REALTIME:
-                       return do_realtime(ts);
-@@ -100,10 +126,20 @@ notrace int __vdso_clock_gettime(clockid
+                       if (likely(gtod->clock.vread))
+@@ -133,10 +159,20 @@ notrace int __vdso_clock_gettime(clockid
  int clock_gettime(clockid_t, struct timespec *)
        __attribute__((weak, alias("__vdso_clock_gettime")));
  
@@ -16376,7 +17926,7 @@ diff -urNp linux-2.6.31/arch/x86/vdso/vclock_gettime.c linux-2.6.31/arch/x86/vds
                if (likely(tv != NULL)) {
                        BUILD_BUG_ON(offsetof(struct timeval, tv_usec) !=
                                     offsetof(struct timespec, tv_nsec) ||
-@@ -118,9 +154,7 @@ notrace int __vdso_gettimeofday(struct t
+@@ -151,9 +187,7 @@ notrace int __vdso_gettimeofday(struct t
                }
                return 0;
        }
@@ -16387,10 +17937,18 @@ diff -urNp linux-2.6.31/arch/x86/vdso/vclock_gettime.c linux-2.6.31/arch/x86/vds
  }
  int gettimeofday(struct timeval *, struct timezone *)
        __attribute__((weak, alias("__vdso_gettimeofday")));
-diff -urNp linux-2.6.31/arch/x86/vdso/vdso32-setup.c linux-2.6.31/arch/x86/vdso/vdso32-setup.c
---- linux-2.6.31/arch/x86/vdso/vdso32-setup.c  2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/vdso/vdso32-setup.c  2009-09-06 15:29:11.252181238 -0400
-@@ -226,7 +226,7 @@ static inline void map_compat_vdso(int m
+diff -urNp linux-2.6.32.1/arch/x86/vdso/vdso32-setup.c linux-2.6.32.1/arch/x86/vdso/vdso32-setup.c
+--- linux-2.6.32.1/arch/x86/vdso/vdso32-setup.c        2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/vdso/vdso32-setup.c        2009-12-14 18:33:51.866722911 -0500
+@@ -25,6 +25,7 @@
+ #include <asm/tlbflush.h>
+ #include <asm/vdso.h>
+ #include <asm/proto.h>
++#include <asm/mman.h>
+ enum {
+       VDSO_DISABLED = 0,
+@@ -226,7 +227,7 @@ static inline void map_compat_vdso(int m
  void enable_sep_cpu(void)
  {
        int cpu = get_cpu();
@@ -16399,7 +17957,7 @@ diff -urNp linux-2.6.31/arch/x86/vdso/vdso32-setup.c linux-2.6.31/arch/x86/vdso/
  
        if (!boot_cpu_has(X86_FEATURE_SEP)) {
                put_cpu();
-@@ -249,7 +249,7 @@ static int __init gate_vma_init(void)
+@@ -249,7 +250,7 @@ static int __init gate_vma_init(void)
        gate_vma.vm_start = FIXADDR_USER_START;
        gate_vma.vm_end = FIXADDR_USER_END;
        gate_vma.vm_flags = VM_READ | VM_MAYREAD | VM_EXEC | VM_MAYEXEC;
@@ -16408,7 +17966,7 @@ diff -urNp linux-2.6.31/arch/x86/vdso/vdso32-setup.c linux-2.6.31/arch/x86/vdso/
        /*
         * Make sure the vDSO gets into every core dump.
         * Dumping its contents makes post-mortem fully interpretable later
-@@ -331,14 +331,14 @@ int arch_setup_additional_pages(struct l
+@@ -331,14 +332,14 @@ int arch_setup_additional_pages(struct l
        if (compat)
                addr = VDSO_HIGH_BASE;
        else {
@@ -16425,7 +17983,12 @@ diff -urNp linux-2.6.31/arch/x86/vdso/vdso32-setup.c linux-2.6.31/arch/x86/vdso/
  
        if (compat_uses_vma || !compat) {
                /*
-@@ -365,7 +365,7 @@ int arch_setup_additional_pages(struct l
+@@ -361,11 +362,11 @@ int arch_setup_additional_pages(struct l
+       }
+       current_thread_info()->sysenter_return =
+-              VDSO32_SYMBOL(addr, SYSENTER_RETURN);
++              (__force void __user *)VDSO32_SYMBOL(addr, SYSENTER_RETURN);
  
    up_fail:
        if (ret)
@@ -16434,7 +17997,7 @@ diff -urNp linux-2.6.31/arch/x86/vdso/vdso32-setup.c linux-2.6.31/arch/x86/vdso/
  
        up_write(&mm->mmap_sem);
  
-@@ -388,7 +388,7 @@ static ctl_table abi_table2[] = {
+@@ -388,7 +389,7 @@ static ctl_table abi_table2[] = {
                .mode           = 0644,
                .proc_handler   = proc_dointvec
        },
@@ -16443,7 +18006,7 @@ diff -urNp linux-2.6.31/arch/x86/vdso/vdso32-setup.c linux-2.6.31/arch/x86/vdso/
  };
  
  static ctl_table abi_root_table2[] = {
-@@ -398,7 +398,7 @@ static ctl_table abi_root_table2[] = {
+@@ -398,7 +399,7 @@ static ctl_table abi_root_table2[] = {
                .mode = 0555,
                .child = abi_table2
        },
@@ -16452,7 +18015,7 @@ diff -urNp linux-2.6.31/arch/x86/vdso/vdso32-setup.c linux-2.6.31/arch/x86/vdso/
  };
  
  static __init int ia32_binfmt_init(void)
-@@ -413,8 +413,14 @@ __initcall(ia32_binfmt_init);
+@@ -413,8 +414,14 @@ __initcall(ia32_binfmt_init);
  
  const char *arch_vma_name(struct vm_area_struct *vma)
  {
@@ -16468,7 +18031,7 @@ diff -urNp linux-2.6.31/arch/x86/vdso/vdso32-setup.c linux-2.6.31/arch/x86/vdso/
        return NULL;
  }
  
-@@ -423,7 +429,7 @@ struct vm_area_struct *get_gate_vma(stru
+@@ -423,7 +430,7 @@ struct vm_area_struct *get_gate_vma(stru
        struct mm_struct *mm = tsk->mm;
  
        /* Check to see if this task was created in compat vdso mode */
@@ -16477,9 +18040,9 @@ diff -urNp linux-2.6.31/arch/x86/vdso/vdso32-setup.c linux-2.6.31/arch/x86/vdso/
                return &gate_vma;
        return NULL;
  }
-diff -urNp linux-2.6.31/arch/x86/vdso/vdso.lds.S linux-2.6.31/arch/x86/vdso/vdso.lds.S
---- linux-2.6.31/arch/x86/vdso/vdso.lds.S      2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/vdso/vdso.lds.S      2009-09-06 15:29:11.252181238 -0400
+diff -urNp linux-2.6.32.1/arch/x86/vdso/vdso.lds.S linux-2.6.32.1/arch/x86/vdso/vdso.lds.S
+--- linux-2.6.32.1/arch/x86/vdso/vdso.lds.S    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/vdso/vdso.lds.S    2009-12-14 18:33:51.866722911 -0500
 @@ -35,3 +35,9 @@ VDSO64_PRELINK = VDSO_PRELINK;
  #define VEXTERN(x)    VDSO64_ ## x = vdso_ ## x;
  #include "vextern.h"
@@ -16490,9 +18053,9 @@ diff -urNp linux-2.6.31/arch/x86/vdso/vdso.lds.S linux-2.6.31/arch/x86/vdso/vdso
 +VEXTERN(fallback_time)
 +VEXTERN(getcpu)
 +#undef        VEXTERN
-diff -urNp linux-2.6.31/arch/x86/vdso/vextern.h linux-2.6.31/arch/x86/vdso/vextern.h
---- linux-2.6.31/arch/x86/vdso/vextern.h       2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/vdso/vextern.h       2009-09-06 15:29:11.253487231 -0400
+diff -urNp linux-2.6.32.1/arch/x86/vdso/vextern.h linux-2.6.32.1/arch/x86/vdso/vextern.h
+--- linux-2.6.32.1/arch/x86/vdso/vextern.h     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/vdso/vextern.h     2009-12-14 18:33:51.867702060 -0500
 @@ -11,6 +11,5 @@
     put into vextern.h and be referenced as a pointer with vdso prefix.
     The main kernel later fills in the values.   */
@@ -16500,9 +18063,9 @@ diff -urNp linux-2.6.31/arch/x86/vdso/vextern.h linux-2.6.31/arch/x86/vdso/vexte
 -VEXTERN(jiffies)
  VEXTERN(vgetcpu_mode)
  VEXTERN(vsyscall_gtod_data)
-diff -urNp linux-2.6.31/arch/x86/vdso/vma.c linux-2.6.31/arch/x86/vdso/vma.c
---- linux-2.6.31/arch/x86/vdso/vma.c   2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/vdso/vma.c   2009-09-06 15:29:11.253487231 -0400
+diff -urNp linux-2.6.32.1/arch/x86/vdso/vma.c linux-2.6.32.1/arch/x86/vdso/vma.c
+--- linux-2.6.32.1/arch/x86/vdso/vma.c 2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/vdso/vma.c 2009-12-14 18:33:51.867702060 -0500
 @@ -57,7 +57,7 @@ static int __init init_vdso_vars(void)
        if (!vbase)
                goto oom;
@@ -16549,22 +18112,10 @@ diff -urNp linux-2.6.31/arch/x86/vdso/vma.c linux-2.6.31/arch/x86/vdso/vma.c
 -      return 0;
 -}
 -__setup("vdso=", vdso_setup);
-diff -urNp linux-2.6.31/arch/x86/xen/debugfs.c linux-2.6.31/arch/x86/xen/debugfs.c
---- linux-2.6.31/arch/x86/xen/debugfs.c        2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/xen/debugfs.c        2009-09-06 15:29:11.253487231 -0400
-@@ -100,7 +100,7 @@ static int xen_array_release(struct inod
-       return 0;
- }
--static struct file_operations u32_array_fops = {
-+static const struct file_operations u32_array_fops = {
-       .owner  = THIS_MODULE,
-       .open   = u32_array_open,
-       .release= xen_array_release,
-diff -urNp linux-2.6.31/arch/x86/xen/enlighten.c linux-2.6.31/arch/x86/xen/enlighten.c
---- linux-2.6.31/arch/x86/xen/enlighten.c      2009-09-06 19:00:55.653073529 -0400
-+++ linux-2.6.31/arch/x86/xen/enlighten.c      2009-09-06 19:01:14.295604089 -0400
-@@ -69,8 +69,6 @@ EXPORT_SYMBOL_GPL(xen_start_info);
+diff -urNp linux-2.6.32.1/arch/x86/xen/enlighten.c linux-2.6.32.1/arch/x86/xen/enlighten.c
+--- linux-2.6.32.1/arch/x86/xen/enlighten.c    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/xen/enlighten.c    2009-12-14 18:33:51.867702060 -0500
+@@ -70,8 +70,6 @@ EXPORT_SYMBOL_GPL(xen_start_info);
  
  struct shared_info xen_dummy_shared_info;
  
@@ -16573,7 +18124,7 @@ diff -urNp linux-2.6.31/arch/x86/xen/enlighten.c linux-2.6.31/arch/x86/xen/enlig
  /*
   * Point at some empty memory to start with. We map the real shared_info
   * page as soon as fixmap is up and running.
-@@ -490,7 +488,7 @@ static void xen_write_idt_entry(gate_des
+@@ -548,7 +546,7 @@ static void xen_write_idt_entry(gate_des
  
        preempt_disable();
  
@@ -16582,7 +18133,7 @@ diff -urNp linux-2.6.31/arch/x86/xen/enlighten.c linux-2.6.31/arch/x86/xen/enlig
        end = start + __get_cpu_var(idt_desc).size + 1;
  
        xen_mc_flush();
-@@ -1010,13 +1008,6 @@ asmlinkage void __init xen_start_kernel(
+@@ -1127,13 +1125,6 @@ asmlinkage void __init xen_start_kernel(
  
        machine_ops = xen_machine_ops;
  
@@ -16595,22 +18146,11 @@ diff -urNp linux-2.6.31/arch/x86/xen/enlighten.c linux-2.6.31/arch/x86/xen/enlig
 -
        xen_smp_init();
  
-       /* Get mfn list */
-diff -urNp linux-2.6.31/arch/x86/xen/Kconfig linux-2.6.31/arch/x86/xen/Kconfig
---- linux-2.6.31/arch/x86/xen/Kconfig  2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/xen/Kconfig  2009-09-06 15:29:11.254463677 -0400
-@@ -8,6 +8,7 @@ config XEN
-       select PARAVIRT_CLOCK
-       depends on X86_64 || (X86_32 && X86_PAE && !X86_VISWS)
-       depends on X86_CMPXCHG && X86_TSC
-+      depends on !PAX_KERNEXEC
-       help
-         This is the Linux Xen port.  Enabling this will allow the
-         kernel to boot in a paravirtualized environment under the
-diff -urNp linux-2.6.31/arch/x86/xen/mmu.c linux-2.6.31/arch/x86/xen/mmu.c
---- linux-2.6.31/arch/x86/xen/mmu.c    2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/xen/mmu.c    2009-09-06 15:30:00.015296947 -0400
-@@ -1707,6 +1707,8 @@ __init pgd_t *xen_setup_kernel_pagetable
+       pgd = (pgd_t *)xen_start_info->pt_base;
+diff -urNp linux-2.6.32.1/arch/x86/xen/mmu.c linux-2.6.32.1/arch/x86/xen/mmu.c
+--- linux-2.6.32.1/arch/x86/xen/mmu.c  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/xen/mmu.c  2009-12-14 18:33:51.868718427 -0500
+@@ -1710,6 +1710,8 @@ __init pgd_t *xen_setup_kernel_pagetable
        convert_pfn_mfn(init_level4_pgt);
        convert_pfn_mfn(level3_ident_pgt);
        convert_pfn_mfn(level3_kernel_pgt);
@@ -16619,18 +18159,20 @@ diff -urNp linux-2.6.31/arch/x86/xen/mmu.c linux-2.6.31/arch/x86/xen/mmu.c
  
        l3 = m2v(pgd[pgd_index(__START_KERNEL_map)].pgd);
        l2 = m2v(l3[pud_index(__START_KERNEL_map)].pud);
-@@ -1725,6 +1727,8 @@ __init pgd_t *xen_setup_kernel_pagetable
+@@ -1728,7 +1730,10 @@ __init pgd_t *xen_setup_kernel_pagetable
        set_page_prot(init_level4_pgt, PAGE_KERNEL_RO);
        set_page_prot(level3_ident_pgt, PAGE_KERNEL_RO);
        set_page_prot(level3_kernel_pgt, PAGE_KERNEL_RO);
 +      set_page_prot(level3_vmalloc_pgt, PAGE_KERNEL_RO);
 +      set_page_prot(level3_vmemmap_pgt, PAGE_KERNEL_RO);
        set_page_prot(level3_user_vsyscall, PAGE_KERNEL_RO);
++      set_page_prot(level2_vmemmap_pgt, PAGE_KERNEL_RO);
        set_page_prot(level2_kernel_pgt, PAGE_KERNEL_RO);
        set_page_prot(level2_fixmap_pgt, PAGE_KERNEL_RO);
-diff -urNp linux-2.6.31/arch/x86/xen/smp.c linux-2.6.31/arch/x86/xen/smp.c
---- linux-2.6.31/arch/x86/xen/smp.c    2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/xen/smp.c    2009-09-06 15:29:11.255422927 -0400
+diff -urNp linux-2.6.32.1/arch/x86/xen/smp.c linux-2.6.32.1/arch/x86/xen/smp.c
+--- linux-2.6.32.1/arch/x86/xen/smp.c  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/xen/smp.c  2009-12-14 18:33:51.868718427 -0500
 @@ -167,11 +167,6 @@ static void __init xen_smp_prepare_boot_
  {
        BUG_ON(smp_processor_id() != 0);
@@ -16654,9 +18196,9 @@ diff -urNp linux-2.6.31/arch/x86/xen/smp.c linux-2.6.31/arch/x86/xen/smp.c
        ctxt->user_regs.ss = __KERNEL_DS;
  #ifdef CONFIG_X86_32
        ctxt->user_regs.fs = __KERNEL_PERCPU;
-diff -urNp linux-2.6.31/arch/x86/xen/xen-ops.h linux-2.6.31/arch/x86/xen/xen-ops.h
---- linux-2.6.31/arch/x86/xen/xen-ops.h        2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/x86/xen/xen-ops.h        2009-09-06 15:29:11.256322338 -0400
+diff -urNp linux-2.6.32.1/arch/x86/xen/xen-ops.h linux-2.6.32.1/arch/x86/xen/xen-ops.h
+--- linux-2.6.32.1/arch/x86/xen/xen-ops.h      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/x86/xen/xen-ops.h      2009-12-14 18:33:51.868718427 -0500
 @@ -10,8 +10,6 @@
  extern const char xen_hypervisor_callback[];
  extern const char xen_failsafe_callback[];
@@ -16666,9 +18208,9 @@ diff -urNp linux-2.6.31/arch/x86/xen/xen-ops.h linux-2.6.31/arch/x86/xen/xen-ops
  struct trap_info;
  void xen_copy_trap_info(struct trap_info *traps);
  
-diff -urNp linux-2.6.31/arch/xtensa/include/asm/atomic.h linux-2.6.31/arch/xtensa/include/asm/atomic.h
---- linux-2.6.31/arch/xtensa/include/asm/atomic.h      2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/arch/xtensa/include/asm/atomic.h      2009-09-11 22:48:03.715902334 -0400
+diff -urNp linux-2.6.32.1/arch/xtensa/include/asm/atomic.h linux-2.6.32.1/arch/xtensa/include/asm/atomic.h
+--- linux-2.6.32.1/arch/xtensa/include/asm/atomic.h    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/arch/xtensa/include/asm/atomic.h    2009-12-14 18:33:51.869718599 -0500
 @@ -49,6 +49,14 @@
  #define atomic_read(v)                ((v)->counter)
  
@@ -16732,9 +18274,66 @@ diff -urNp linux-2.6.31/arch/xtensa/include/asm/atomic.h linux-2.6.31/arch/xtens
  
  /**
   * atomic_inc - increment atomic variable
-diff -urNp linux-2.6.31/crypto/lrw.c linux-2.6.31/crypto/lrw.c
---- linux-2.6.31/crypto/lrw.c  2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/crypto/lrw.c  2009-09-06 15:29:11.256322338 -0400
+diff -urNp linux-2.6.32.1/block/blk-integrity.c linux-2.6.32.1/block/blk-integrity.c
+--- linux-2.6.32.1/block/blk-integrity.c       2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/block/blk-integrity.c       2009-12-14 18:33:51.869718599 -0500
+@@ -278,7 +278,7 @@ static struct attribute *integrity_attrs
+       NULL,
+ };
+-static struct sysfs_ops integrity_ops = {
++static const struct sysfs_ops integrity_ops = {
+       .show   = &integrity_attr_show,
+       .store  = &integrity_attr_store,
+ };
+diff -urNp linux-2.6.32.1/block/blk-map.c linux-2.6.32.1/block/blk-map.c
+--- linux-2.6.32.1/block/blk-map.c     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/block/blk-map.c     2009-12-14 18:33:51.869718599 -0500
+@@ -54,7 +54,7 @@ static int __blk_rq_map_user(struct requ
+        * direct dma. else, set up kernel bounce buffers
+        */
+       uaddr = (unsigned long) ubuf;
+-      if (blk_rq_aligned(q, ubuf, len) && !map_data)
++      if (blk_rq_aligned(q, (__force void *)ubuf, len) && !map_data)
+               bio = bio_map_user(q, NULL, uaddr, len, reading, gfp_mask);
+       else
+               bio = bio_copy_user(q, map_data, uaddr, len, reading, gfp_mask);
+@@ -297,7 +297,7 @@ int blk_rq_map_kern(struct request_queue
+       if (!len || !kbuf)
+               return -EINVAL;
+-      do_copy = !blk_rq_aligned(q, kbuf, len) || object_is_on_stack(kbuf);
++      do_copy = !blk_rq_aligned(q, kbuf, len) || object_starts_on_stack(kbuf);
+       if (do_copy)
+               bio = bio_copy_kern(q, kbuf, len, gfp_mask, reading);
+       else
+diff -urNp linux-2.6.32.1/block/blk-sysfs.c linux-2.6.32.1/block/blk-sysfs.c
+--- linux-2.6.32.1/block/blk-sysfs.c   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/block/blk-sysfs.c   2009-12-14 18:33:51.870723177 -0500
+@@ -414,7 +414,7 @@ static void blk_release_queue(struct kob
+       kmem_cache_free(blk_requestq_cachep, q);
+ }
+-static struct sysfs_ops queue_sysfs_ops = {
++static const struct sysfs_ops queue_sysfs_ops = {
+       .show   = queue_attr_show,
+       .store  = queue_attr_store,
+ };
+diff -urNp linux-2.6.32.1/block/elevator.c linux-2.6.32.1/block/elevator.c
+--- linux-2.6.32.1/block/elevator.c    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/block/elevator.c    2009-12-14 18:33:51.870723177 -0500
+@@ -889,7 +889,7 @@ elv_attr_store(struct kobject *kobj, str
+       return error;
+ }
+-static struct sysfs_ops elv_sysfs_ops = {
++static const struct sysfs_ops elv_sysfs_ops = {
+       .show   = elv_attr_show,
+       .store  = elv_attr_store,
+ };
+diff -urNp linux-2.6.32.1/crypto/lrw.c linux-2.6.32.1/crypto/lrw.c
+--- linux-2.6.32.1/crypto/lrw.c        2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/crypto/lrw.c        2009-12-14 18:33:51.870723177 -0500
 @@ -60,7 +60,7 @@ static int setkey(struct crypto_tfm *par
        struct priv *ctx = crypto_tfm_ctx(parent);
        struct crypto_cipher *child = ctx->child;
@@ -16744,9 +18343,9 @@ diff -urNp linux-2.6.31/crypto/lrw.c linux-2.6.31/crypto/lrw.c
        int bsize = crypto_cipher_blocksize(child);
  
        crypto_cipher_clear_flags(child, CRYPTO_TFM_REQ_MASK);
-diff -urNp linux-2.6.31/Documentation/dontdiff linux-2.6.31/Documentation/dontdiff
---- linux-2.6.31/Documentation/dontdiff        2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/Documentation/dontdiff        2009-09-10 19:30:54.799680162 -0400
+diff -urNp linux-2.6.32.1/Documentation/dontdiff linux-2.6.32.1/Documentation/dontdiff
+--- linux-2.6.32.1/Documentation/dontdiff      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/Documentation/dontdiff      2009-12-14 18:33:51.870723177 -0500
 @@ -3,6 +3,7 @@
  *.bin
  *.cpio
@@ -16755,7 +18354,15 @@ diff -urNp linux-2.6.31/Documentation/dontdiff linux-2.6.31/Documentation/dontdi
  *.dsp
  *.dvi
  *.elf
-@@ -49,11 +50,16 @@
+@@ -40,6 +41,7 @@
+ *.ver
+ *.xml
+ *_MODULES
++*_reg_safe.h
+ *_vga16.c
+ *~
+ *.9
+@@ -49,11 +51,16 @@
  53c700_d.h
  CVS
  ChangeSet
@@ -16772,7 +18379,7 @@ diff -urNp linux-2.6.31/Documentation/dontdiff linux-2.6.31/Documentation/dontdi
  SCCS
  System.map*
  TAGS
-@@ -76,7 +82,9 @@ btfixupprep
+@@ -76,7 +83,9 @@ btfixupprep
  build
  bvmlinux
  bzImage*
@@ -16782,7 +18389,7 @@ diff -urNp linux-2.6.31/Documentation/dontdiff linux-2.6.31/Documentation/dontdi
  comp*.log
  compile.h*
  conf
-@@ -103,13 +111,14 @@ gen_crc32table
+@@ -103,13 +112,14 @@ gen_crc32table
  gen_init_cpio
  genksyms
  *_gray256.c
@@ -16798,15 +18405,17 @@ diff -urNp linux-2.6.31/Documentation/dontdiff linux-2.6.31/Documentation/dontdi
  keywords.c
  ksym.c*
  ksym.h*
-@@ -133,6 +142,7 @@ mkboot
+@@ -133,7 +143,9 @@ mkboot
  mkbugboot
  mkcpustr
  mkdep
 +mkpiggy
  mkprep
++mkregtable
  mktables
  mktree
-@@ -149,6 +159,7 @@ patches*
+ modpost
+@@ -149,6 +161,7 @@ patches*
  pca200e.bin
  pca200e_ecd.bin2
  piggy.gz
@@ -16814,7 +18423,7 @@ diff -urNp linux-2.6.31/Documentation/dontdiff linux-2.6.31/Documentation/dontdi
  piggyback
  pnmtologo
  ppc_defs.h*
-@@ -164,6 +175,7 @@ setup
+@@ -163,6 +176,7 @@ setup
  setup.bin
  setup.elf
  sImage
@@ -16822,7 +18431,7 @@ diff -urNp linux-2.6.31/Documentation/dontdiff linux-2.6.31/Documentation/dontdi
  sm_tbl*
  split-include
  syscalltab.h
-@@ -187,14 +199,20 @@ version.h*
+@@ -186,14 +200,20 @@ version.h*
  vmlinux
  vmlinux-*
  vmlinux.aout
@@ -16843,10 +18452,10 @@ diff -urNp linux-2.6.31/Documentation/dontdiff linux-2.6.31/Documentation/dontdi
  zImage*
  zconf.hash.c
 +zoffset.h
-diff -urNp linux-2.6.31/Documentation/kernel-parameters.txt linux-2.6.31/Documentation/kernel-parameters.txt
---- linux-2.6.31/Documentation/kernel-parameters.txt   2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/Documentation/kernel-parameters.txt   2009-09-06 16:57:53.681966445 -0400
-@@ -1776,6 +1776,12 @@ and is between 256 and 4096 characters. 
+diff -urNp linux-2.6.32.1/Documentation/kernel-parameters.txt linux-2.6.32.1/Documentation/kernel-parameters.txt
+--- linux-2.6.32.1/Documentation/kernel-parameters.txt 2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/Documentation/kernel-parameters.txt 2009-12-14 18:33:51.895721525 -0500
+@@ -1833,6 +1833,12 @@ and is between 256 and 4096 characters. 
                        the specified number of seconds.  This is to be used if
                        your oopses keep scrolling off the screen.
  
@@ -16859,22 +18468,55 @@ diff -urNp linux-2.6.31/Documentation/kernel-parameters.txt linux-2.6.31/Documen
        pcbit=          [HW,ISDN]
  
        pcd.            [PARIDE]
-diff -urNp linux-2.6.31/drivers/acpi/blacklist.c linux-2.6.31/drivers/acpi/blacklist.c
---- linux-2.6.31/drivers/acpi/blacklist.c      2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/acpi/blacklist.c      2009-09-06 15:29:11.257399684 -0400
-@@ -71,7 +71,7 @@ static struct acpi_blacklist_item acpi_b
+diff -urNp linux-2.6.32.1/drivers/acpi/battery.c linux-2.6.32.1/drivers/acpi/battery.c
+--- linux-2.6.32.1/drivers/acpi/battery.c      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/acpi/battery.c      2009-12-14 18:33:51.922822435 -0500
+@@ -763,7 +763,7 @@ DECLARE_FILE_FUNCTIONS(alarm);
+       }
+ static struct battery_file {
+-      struct file_operations ops;
++      const struct file_operations ops;
+       mode_t mode;
+       const char *name;
+ } acpi_battery_file[] = {
+diff -urNp linux-2.6.32.1/drivers/acpi/blacklist.c linux-2.6.32.1/drivers/acpi/blacklist.c
+--- linux-2.6.32.1/drivers/acpi/blacklist.c    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/acpi/blacklist.c    2009-12-14 18:33:51.932727870 -0500
+@@ -73,7 +73,7 @@ static struct acpi_blacklist_item acpi_b
        {"IBM   ", "TP600E  ", 0x00000105, ACPI_SIG_DSDT, less_than_or_equal,
         "Incorrect _ADR", 1},
  
 -      {""}
-+      {"", "", 0, 0, 0, all_versions, 0}
++      {"", "", 0, NULL, all_versions, NULL, 0}
  };
  
  #if   CONFIG_ACPI_BLACKLIST_YEAR
-diff -urNp linux-2.6.31/drivers/acpi/osl.c linux-2.6.31/drivers/acpi/osl.c
---- linux-2.6.31/drivers/acpi/osl.c    2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/acpi/osl.c    2009-09-06 15:29:11.258176013 -0400
-@@ -521,6 +521,8 @@ acpi_os_read_memory(acpi_physical_addres
+diff -urNp linux-2.6.32.1/drivers/acpi/dock.c linux-2.6.32.1/drivers/acpi/dock.c
+--- linux-2.6.32.1/drivers/acpi/dock.c 2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/acpi/dock.c 2009-12-14 18:33:51.940740929 -0500
+@@ -77,7 +77,7 @@ struct dock_dependent_device {
+       struct list_head list;
+       struct list_head hotplug_list;
+       acpi_handle handle;
+-      struct acpi_dock_ops *ops;
++      const struct acpi_dock_ops *ops;
+       void *context;
+ };
+@@ -605,7 +605,7 @@ EXPORT_SYMBOL_GPL(unregister_dock_notifi
+  * the dock driver after _DCK is executed.
+  */
+ int
+-register_hotplug_dock_device(acpi_handle handle, struct acpi_dock_ops *ops,
++register_hotplug_dock_device(acpi_handle handle, const struct acpi_dock_ops *ops,
+                            void *context)
+ {
+       struct dock_dependent_device *dd;
+diff -urNp linux-2.6.32.1/drivers/acpi/osl.c linux-2.6.32.1/drivers/acpi/osl.c
+--- linux-2.6.32.1/drivers/acpi/osl.c  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/acpi/osl.c  2009-12-14 18:33:51.941733597 -0500
+@@ -523,6 +523,8 @@ acpi_os_read_memory(acpi_physical_addres
        void __iomem *virt_addr;
  
        virt_addr = ioremap(phys_addr, width);
@@ -16883,7 +18525,7 @@ diff -urNp linux-2.6.31/drivers/acpi/osl.c linux-2.6.31/drivers/acpi/osl.c
        if (!value)
                value = &dummy;
  
-@@ -549,6 +551,8 @@ acpi_os_write_memory(acpi_physical_addre
+@@ -551,6 +553,8 @@ acpi_os_write_memory(acpi_physical_addre
        void __iomem *virt_addr;
  
        virt_addr = ioremap(phys_addr, width);
@@ -16892,10 +18534,10 @@ diff -urNp linux-2.6.31/drivers/acpi/osl.c linux-2.6.31/drivers/acpi/osl.c
  
        switch (width) {
        case 8:
-diff -urNp linux-2.6.31/drivers/acpi/processor_core.c linux-2.6.31/drivers/acpi/processor_core.c
---- linux-2.6.31/drivers/acpi/processor_core.c 2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/acpi/processor_core.c 2009-09-06 15:29:11.259342465 -0400
-@@ -712,7 +712,7 @@ static int __cpuinit acpi_processor_star
+diff -urNp linux-2.6.32.1/drivers/acpi/processor_core.c linux-2.6.32.1/drivers/acpi/processor_core.c
+--- linux-2.6.32.1/drivers/acpi/processor_core.c       2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/acpi/processor_core.c       2009-12-14 18:33:51.952727517 -0500
+@@ -796,7 +796,7 @@ static int __cpuinit acpi_processor_add(
                return 0;
        }
  
@@ -16904,10 +18546,10 @@ diff -urNp linux-2.6.31/drivers/acpi/processor_core.c linux-2.6.31/drivers/acpi/
  
        /*
         * Buggy BIOS check
-diff -urNp linux-2.6.31/drivers/acpi/processor_idle.c linux-2.6.31/drivers/acpi/processor_idle.c
---- linux-2.6.31/drivers/acpi/processor_idle.c 2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/acpi/processor_idle.c 2009-09-06 15:29:11.259342465 -0400
-@@ -108,7 +108,7 @@ static struct dmi_system_id __cpuinitdat
+diff -urNp linux-2.6.32.1/drivers/acpi/processor_idle.c linux-2.6.32.1/drivers/acpi/processor_idle.c
+--- linux-2.6.32.1/drivers/acpi/processor_idle.c       2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/acpi/processor_idle.c       2009-12-14 18:33:51.999788867 -0500
+@@ -110,7 +110,7 @@ static struct dmi_system_id __cpuinitdat
          DMI_MATCH(DMI_BIOS_VENDOR,"Phoenix Technologies LTD"),
          DMI_MATCH(DMI_BIOS_VERSION,"SHE845M0.86C.0013.D.0302131307")},
         (void *)2},
@@ -16916,22 +18558,91 @@ diff -urNp linux-2.6.31/drivers/acpi/processor_idle.c linux-2.6.31/drivers/acpi/
  };
  
  
-diff -urNp linux-2.6.31/drivers/acpi/video.c linux-2.6.31/drivers/acpi/video.c
---- linux-2.6.31/drivers/acpi/video.c  2009-09-06 19:00:55.656338093 -0400
-+++ linux-2.6.31/drivers/acpi/video.c  2009-09-06 19:01:14.309093981 -0400
-@@ -283,7 +283,7 @@ static int acpi_video_device_brightness_
-                                               struct file *file);
- static ssize_t acpi_video_device_write_brightness(struct file *file,
-       const char __user *buffer, size_t count, loff_t *data);
--static struct file_operations acpi_video_device_brightness_fops = {
-+static const struct file_operations acpi_video_device_brightness_fops = {
-       .owner = THIS_MODULE,
-       .open = acpi_video_device_brightness_open_fs,
-       .read = seq_read,
-diff -urNp linux-2.6.31/drivers/ata/ahci.c linux-2.6.31/drivers/ata/ahci.c
---- linux-2.6.31/drivers/ata/ahci.c    2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/ata/ahci.c    2009-09-06 15:29:11.334288407 -0400
-@@ -629,7 +629,7 @@ static const struct pci_device_id ahci_p
+diff -urNp linux-2.6.32.1/drivers/acpi/sleep.c linux-2.6.32.1/drivers/acpi/sleep.c
+--- linux-2.6.32.1/drivers/acpi/sleep.c        2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/acpi/sleep.c        2009-12-14 18:33:52.051735935 -0500
+@@ -297,7 +297,7 @@ static int acpi_suspend_state_valid(susp
+       }
+ }
+-static struct platform_suspend_ops acpi_suspend_ops = {
++static const struct platform_suspend_ops acpi_suspend_ops = {
+       .valid = acpi_suspend_state_valid,
+       .begin = acpi_suspend_begin,
+       .prepare_late = acpi_pm_prepare,
+@@ -325,7 +325,7 @@ static int acpi_suspend_begin_old(suspen
+  * The following callbacks are used if the pre-ACPI 2.0 suspend ordering has
+  * been requested.
+  */
+-static struct platform_suspend_ops acpi_suspend_ops_old = {
++static const struct platform_suspend_ops acpi_suspend_ops_old = {
+       .valid = acpi_suspend_state_valid,
+       .begin = acpi_suspend_begin_old,
+       .prepare_late = acpi_pm_disable_gpes,
+@@ -552,7 +552,7 @@ static void acpi_pm_enable_gpes(void)
+       acpi_enable_all_runtime_gpes();
+ }
+-static struct platform_hibernation_ops acpi_hibernation_ops = {
++static const struct platform_hibernation_ops acpi_hibernation_ops = {
+       .begin = acpi_hibernation_begin,
+       .end = acpi_pm_end,
+       .pre_snapshot = acpi_hibernation_pre_snapshot,
+@@ -605,7 +605,7 @@ static int acpi_hibernation_pre_snapshot
+  * The following callbacks are used if the pre-ACPI 2.0 suspend ordering has
+  * been requested.
+  */
+-static struct platform_hibernation_ops acpi_hibernation_ops_old = {
++static const struct platform_hibernation_ops acpi_hibernation_ops_old = {
+       .begin = acpi_hibernation_begin_old,
+       .end = acpi_pm_end,
+       .pre_snapshot = acpi_hibernation_pre_snapshot_old,
+diff -urNp linux-2.6.32.1/drivers/acpi/video.c linux-2.6.32.1/drivers/acpi/video.c
+--- linux-2.6.32.1/drivers/acpi/video.c        2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/acpi/video.c        2009-12-14 18:33:52.083741050 -0500
+@@ -359,7 +359,7 @@ static int acpi_video_set_brightness(str
+                               vd->brightness->levels[request_level]);
+ }
+-static struct backlight_ops acpi_backlight_ops = {
++static const struct backlight_ops acpi_backlight_ops = {
+       .get_brightness = acpi_video_get_brightness,
+       .update_status  = acpi_video_set_brightness,
+ };
+diff -urNp linux-2.6.32.1/drivers/ata/ahci.c linux-2.6.32.1/drivers/ata/ahci.c
+--- linux-2.6.32.1/drivers/ata/ahci.c  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/ata/ahci.c  2009-12-14 18:33:52.113752354 -0500
+@@ -385,7 +385,7 @@ static struct scsi_host_template ahci_sh
+       .sdev_attrs             = ahci_sdev_attrs,
+ };
+-static struct ata_port_operations ahci_ops = {
++static const struct ata_port_operations ahci_ops = {
+       .inherits               = &sata_pmp_port_ops,
+       .qc_defer               = sata_pmp_qc_defer_cmd_switch,
+@@ -422,17 +422,17 @@ static struct ata_port_operations ahci_o
+       .port_stop              = ahci_port_stop,
+ };
+-static struct ata_port_operations ahci_vt8251_ops = {
++static const struct ata_port_operations ahci_vt8251_ops = {
+       .inherits               = &ahci_ops,
+       .hardreset              = ahci_vt8251_hardreset,
+ };
+-static struct ata_port_operations ahci_p5wdh_ops = {
++static const struct ata_port_operations ahci_p5wdh_ops = {
+       .inherits               = &ahci_ops,
+       .hardreset              = ahci_p5wdh_hardreset,
+ };
+-static struct ata_port_operations ahci_sb600_ops = {
++static const struct ata_port_operations ahci_sb600_ops = {
+       .inherits               = &ahci_ops,
+       .softreset              = ahci_sb600_softreset,
+       .pmp_softreset          = ahci_sb600_softreset,
+@@ -671,7 +671,7 @@ static const struct pci_device_id ahci_p
        { PCI_ANY_ID, PCI_ANY_ID, PCI_ANY_ID, PCI_ANY_ID,
          PCI_CLASS_STORAGE_SATA_AHCI, 0xffffff, board_ahci },
  
@@ -16940,9 +18651,21 @@ diff -urNp linux-2.6.31/drivers/ata/ahci.c linux-2.6.31/drivers/ata/ahci.c
  };
  
  
-diff -urNp linux-2.6.31/drivers/ata/ata_piix.c linux-2.6.31/drivers/ata/ata_piix.c
---- linux-2.6.31/drivers/ata/ata_piix.c        2009-09-06 19:00:55.666106508 -0400
-+++ linux-2.6.31/drivers/ata/ata_piix.c        2009-09-06 19:01:14.310480703 -0400
+diff -urNp linux-2.6.32.1/drivers/ata/ata_generic.c linux-2.6.32.1/drivers/ata/ata_generic.c
+--- linux-2.6.32.1/drivers/ata/ata_generic.c   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/ata/ata_generic.c   2009-12-14 18:33:52.134785743 -0500
+@@ -95,7 +95,7 @@ static struct scsi_host_template generic
+       ATA_BMDMA_SHT(DRV_NAME),
+ };
+-static struct ata_port_operations generic_port_ops = {
++static const struct ata_port_operations generic_port_ops = {
+       .inherits       = &ata_bmdma_port_ops,
+       .cable_detect   = ata_cable_unknown,
+       .set_mode       = generic_set_mode,
+diff -urNp linux-2.6.32.1/drivers/ata/ata_piix.c linux-2.6.32.1/drivers/ata/ata_piix.c
+--- linux-2.6.32.1/drivers/ata/ata_piix.c      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/ata/ata_piix.c      2009-12-14 18:33:52.151742687 -0500
 @@ -291,7 +291,7 @@ static const struct pci_device_id piix_p
        { 0x8086, 0x3b2d, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_2port_sata },
        /* SATA Controller IDE (PCH) */
@@ -16952,6 +18675,42 @@ diff -urNp linux-2.6.31/drivers/ata/ata_piix.c linux-2.6.31/drivers/ata/ata_piix
  };
  
  static struct pci_driver piix_pci_driver = {
+@@ -309,7 +309,7 @@ static struct scsi_host_template piix_sh
+       ATA_BMDMA_SHT(DRV_NAME),
+ };
+-static struct ata_port_operations piix_pata_ops = {
++static const struct ata_port_operations piix_pata_ops = {
+       .inherits               = &ata_bmdma32_port_ops,
+       .cable_detect           = ata_cable_40wire,
+       .set_piomode            = piix_set_piomode,
+@@ -317,22 +317,22 @@ static struct ata_port_operations piix_p
+       .prereset               = piix_pata_prereset,
+ };
+-static struct ata_port_operations piix_vmw_ops = {
++static const struct ata_port_operations piix_vmw_ops = {
+       .inherits               = &piix_pata_ops,
+       .bmdma_status           = piix_vmw_bmdma_status,
+ };
+-static struct ata_port_operations ich_pata_ops = {
++static const struct ata_port_operations ich_pata_ops = {
+       .inherits               = &piix_pata_ops,
+       .cable_detect           = ich_pata_cable_detect,
+       .set_dmamode            = ich_set_dmamode,
+ };
+-static struct ata_port_operations piix_sata_ops = {
++static const struct ata_port_operations piix_sata_ops = {
+       .inherits               = &ata_bmdma_port_ops,
+ };
+-static struct ata_port_operations piix_sidpr_sata_ops = {
++static const struct ata_port_operations piix_sidpr_sata_ops = {
+       .inherits               = &piix_sata_ops,
+       .hardreset              = sata_std_hardreset,
+       .scr_read               = piix_sidpr_scr_read,
 @@ -608,7 +608,7 @@ static const struct ich_laptop ich_lapto
        { 0x2653, 0x1043, 0x82D8 },     /* ICH6M on Asus Eee 701 */
        { 0x27df, 0x104d, 0x900e },     /* ICH7 on Sony TZ-90 */
@@ -16970,10 +18729,28 @@ diff -urNp linux-2.6.31/drivers/ata/ata_piix.c linux-2.6.31/drivers/ata/ata_piix
        };
        static const char *oemstrs[] = {
                "Tecra M3,",
-diff -urNp linux-2.6.31/drivers/ata/libata-core.c linux-2.6.31/drivers/ata/libata-core.c
---- linux-2.6.31/drivers/ata/libata-core.c     2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/ata/libata-core.c     2009-09-06 15:29:11.359441739 -0400
-@@ -890,7 +890,7 @@ static const struct ata_xfer_ent {
+diff -urNp linux-2.6.32.1/drivers/ata/libata-acpi.c linux-2.6.32.1/drivers/ata/libata-acpi.c
+--- linux-2.6.32.1/drivers/ata/libata-acpi.c   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/ata/libata-acpi.c   2009-12-14 18:33:52.171749832 -0500
+@@ -223,12 +223,12 @@ static void ata_acpi_dev_uevent(acpi_han
+       ata_acpi_uevent(dev->link->ap, dev, event);
+ }
+-static struct acpi_dock_ops ata_acpi_dev_dock_ops = {
++static const struct acpi_dock_ops ata_acpi_dev_dock_ops = {
+       .handler = ata_acpi_dev_notify_dock,
+       .uevent = ata_acpi_dev_uevent,
+ };
+-static struct acpi_dock_ops ata_acpi_ap_dock_ops = {
++static const struct acpi_dock_ops ata_acpi_ap_dock_ops = {
+       .handler = ata_acpi_ap_notify_dock,
+       .uevent = ata_acpi_ap_uevent,
+ };
+diff -urNp linux-2.6.32.1/drivers/ata/libata-core.c linux-2.6.32.1/drivers/ata/libata-core.c
+--- linux-2.6.32.1/drivers/ata/libata-core.c   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/ata/libata-core.c   2009-12-14 18:33:52.206710619 -0500
+@@ -896,7 +896,7 @@ static const struct ata_xfer_ent {
        { ATA_SHIFT_PIO, ATA_NR_PIO_MODES, XFER_PIO_0 },
        { ATA_SHIFT_MWDMA, ATA_NR_MWDMA_MODES, XFER_MW_DMA_0 },
        { ATA_SHIFT_UDMA, ATA_NR_UDMA_MODES, XFER_UDMA_0 },
@@ -16982,7 +18759,7 @@ diff -urNp linux-2.6.31/drivers/ata/libata-core.c linux-2.6.31/drivers/ata/libat
  };
  
  /**
-@@ -3135,7 +3135,7 @@ static const struct ata_timing ata_timin
+@@ -3163,7 +3163,7 @@ static const struct ata_timing ata_timin
        { XFER_UDMA_5,     0,   0,   0,   0,   0,   0, 0,    0,  20 },
        { XFER_UDMA_6,     0,   0,   0,   0,   0,   0, 0,    0,  15 },
  
@@ -16991,7 +18768,7 @@ diff -urNp linux-2.6.31/drivers/ata/libata-core.c linux-2.6.31/drivers/ata/libat
  };
  
  #define ENOUGH(v, unit)               (((v)-1)/(unit)+1)
-@@ -4333,7 +4333,7 @@ static const struct ata_blacklist_entry 
+@@ -4361,7 +4361,7 @@ static const struct ata_blacklist_entry 
        { "PIONEER DVD-RW  DVRTD08",    "1.00", ATA_HORKAGE_NOSETXFER },
  
        /* End Marker */
@@ -17000,9 +18777,1438 @@ diff -urNp linux-2.6.31/drivers/ata/libata-core.c linux-2.6.31/drivers/ata/libat
  };
  
  static int strn_pattern_cmp(const char *patt, const char *name, int wildchar)
-diff -urNp linux-2.6.31/drivers/atm/adummy.c linux-2.6.31/drivers/atm/adummy.c
---- linux-2.6.31/drivers/atm/adummy.c  2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/atm/adummy.c  2009-09-06 15:29:11.359441739 -0400
+@@ -5937,7 +5937,7 @@ static void ata_host_stop(struct device 
+  *    LOCKING:
+  *    None.
+  */
+-static void ata_finalize_port_ops(struct ata_port_operations *ops)
++static void ata_finalize_port_ops(const struct ata_port_operations *ops)
+ {
+       static DEFINE_SPINLOCK(lock);
+       const struct ata_port_operations *cur;
+@@ -5949,6 +5949,7 @@ static void ata_finalize_port_ops(struct
+               return;
+       spin_lock(&lock);
++      pax_open_kernel();
+       for (cur = ops->inherits; cur; cur = cur->inherits) {
+               void **inherit = (void **)cur;
+@@ -5962,8 +5963,9 @@ static void ata_finalize_port_ops(struct
+               if (IS_ERR(*pp))
+                       *pp = NULL;
+-      ops->inherits = NULL;
++      ((struct ata_port_operations *)ops)->inherits = NULL;
++      pax_close_kernel();
+       spin_unlock(&lock);
+ }
+@@ -6060,7 +6062,7 @@ int ata_host_start(struct ata_host *host
+  */
+ /* KILLME - the only user left is ipr */
+ void ata_host_init(struct ata_host *host, struct device *dev,
+-                 unsigned long flags, struct ata_port_operations *ops)
++                 unsigned long flags, const struct ata_port_operations *ops)
+ {
+       spin_lock_init(&host->lock);
+       host->dev = dev;
+@@ -6723,7 +6725,7 @@ static void ata_dummy_error_handler(stru
+       /* truly dummy */
+ }
+-struct ata_port_operations ata_dummy_port_ops = {
++const struct ata_port_operations ata_dummy_port_ops = {
+       .qc_prep                = ata_noop_qc_prep,
+       .qc_issue               = ata_dummy_qc_issue,
+       .error_handler          = ata_dummy_error_handler,
+diff -urNp linux-2.6.32.1/drivers/ata/libata-eh.c linux-2.6.32.1/drivers/ata/libata-eh.c
+--- linux-2.6.32.1/drivers/ata/libata-eh.c     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/ata/libata-eh.c     2009-12-14 18:33:52.227756101 -0500
+@@ -3580,7 +3580,7 @@ void ata_do_eh(struct ata_port *ap, ata_
+  */
+ void ata_std_error_handler(struct ata_port *ap)
+ {
+-      struct ata_port_operations *ops = ap->ops;
++      const struct ata_port_operations *ops = ap->ops;
+       ata_reset_fn_t hardreset = ops->hardreset;
+       /* ignore built-in hardreset if SCR access is not available */
+diff -urNp linux-2.6.32.1/drivers/ata/libata-pmp.c linux-2.6.32.1/drivers/ata/libata-pmp.c
+--- linux-2.6.32.1/drivers/ata/libata-pmp.c    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/ata/libata-pmp.c    2009-12-14 18:33:52.228753266 -0500
+@@ -841,7 +841,7 @@ static int sata_pmp_handle_link_fail(str
+  */
+ static int sata_pmp_eh_recover(struct ata_port *ap)
+ {
+-      struct ata_port_operations *ops = ap->ops;
++      const struct ata_port_operations *ops = ap->ops;
+       int pmp_tries, link_tries[SATA_PMP_MAX_PORTS];
+       struct ata_link *pmp_link = &ap->link;
+       struct ata_device *pmp_dev = pmp_link->device;
+diff -urNp linux-2.6.32.1/drivers/ata/pata_acpi.c linux-2.6.32.1/drivers/ata/pata_acpi.c
+--- linux-2.6.32.1/drivers/ata/pata_acpi.c     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/ata/pata_acpi.c     2009-12-14 18:33:52.229715215 -0500
+@@ -215,7 +215,7 @@ static struct scsi_host_template pacpi_s
+       ATA_BMDMA_SHT(DRV_NAME),
+ };
+-static struct ata_port_operations pacpi_ops = {
++static const struct ata_port_operations pacpi_ops = {
+       .inherits               = &ata_bmdma_port_ops,
+       .qc_issue               = pacpi_qc_issue,
+       .cable_detect           = pacpi_cable_detect,
+diff -urNp linux-2.6.32.1/drivers/ata/pata_ali.c linux-2.6.32.1/drivers/ata/pata_ali.c
+--- linux-2.6.32.1/drivers/ata/pata_ali.c      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/ata/pata_ali.c      2009-12-14 18:33:52.231780997 -0500
+@@ -365,7 +365,7 @@ static struct scsi_host_template ali_sht
+  *    Port operations for PIO only ALi
+  */
+-static struct ata_port_operations ali_early_port_ops = {
++static const struct ata_port_operations ali_early_port_ops = {
+       .inherits       = &ata_sff_port_ops,
+       .cable_detect   = ata_cable_40wire,
+       .set_piomode    = ali_set_piomode,
+@@ -382,7 +382,7 @@ static const struct ata_port_operations 
+  *    Port operations for DMA capable ALi without cable
+  *    detect
+  */
+-static struct ata_port_operations ali_20_port_ops = {
++static const struct ata_port_operations ali_20_port_ops = {
+       .inherits       = &ali_dma_base_ops,
+       .cable_detect   = ata_cable_40wire,
+       .mode_filter    = ali_20_filter,
+@@ -393,7 +393,7 @@ static struct ata_port_operations ali_20
+ /*
+  *    Port operations for DMA capable ALi with cable detect
+  */
+-static struct ata_port_operations ali_c2_port_ops = {
++static const struct ata_port_operations ali_c2_port_ops = {
+       .inherits       = &ali_dma_base_ops,
+       .check_atapi_dma = ali_check_atapi_dma,
+       .cable_detect   = ali_c2_cable_detect,
+@@ -404,7 +404,7 @@ static struct ata_port_operations ali_c2
+ /*
+  *    Port operations for DMA capable ALi with cable detect
+  */
+-static struct ata_port_operations ali_c4_port_ops = {
++static const struct ata_port_operations ali_c4_port_ops = {
+       .inherits       = &ali_dma_base_ops,
+       .check_atapi_dma = ali_check_atapi_dma,
+       .cable_detect   = ali_c2_cable_detect,
+@@ -414,7 +414,7 @@ static struct ata_port_operations ali_c4
+ /*
+  *    Port operations for DMA capable ALi with cable detect and LBA48
+  */
+-static struct ata_port_operations ali_c5_port_ops = {
++static const struct ata_port_operations ali_c5_port_ops = {
+       .inherits       = &ali_dma_base_ops,
+       .check_atapi_dma = ali_check_atapi_dma,
+       .dev_config     = ali_warn_atapi_dma,
+diff -urNp linux-2.6.32.1/drivers/ata/pata_amd.c linux-2.6.32.1/drivers/ata/pata_amd.c
+--- linux-2.6.32.1/drivers/ata/pata_amd.c      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/ata/pata_amd.c      2009-12-14 18:33:52.233757048 -0500
+@@ -397,28 +397,28 @@ static const struct ata_port_operations 
+       .prereset       = amd_pre_reset,
+ };
+-static struct ata_port_operations amd33_port_ops = {
++static const struct ata_port_operations amd33_port_ops = {
+       .inherits       = &amd_base_port_ops,
+       .cable_detect   = ata_cable_40wire,
+       .set_piomode    = amd33_set_piomode,
+       .set_dmamode    = amd33_set_dmamode,
+ };
+-static struct ata_port_operations amd66_port_ops = {
++static const struct ata_port_operations amd66_port_ops = {
+       .inherits       = &amd_base_port_ops,
+       .cable_detect   = ata_cable_unknown,
+       .set_piomode    = amd66_set_piomode,
+       .set_dmamode    = amd66_set_dmamode,
+ };
+-static struct ata_port_operations amd100_port_ops = {
++static const struct ata_port_operations amd100_port_ops = {
+       .inherits       = &amd_base_port_ops,
+       .cable_detect   = ata_cable_unknown,
+       .set_piomode    = amd100_set_piomode,
+       .set_dmamode    = amd100_set_dmamode,
+ };
+-static struct ata_port_operations amd133_port_ops = {
++static const struct ata_port_operations amd133_port_ops = {
+       .inherits       = &amd_base_port_ops,
+       .cable_detect   = amd_cable_detect,
+       .set_piomode    = amd133_set_piomode,
+@@ -433,13 +433,13 @@ static const struct ata_port_operations 
+       .host_stop      = nv_host_stop,
+ };
+-static struct ata_port_operations nv100_port_ops = {
++static const struct ata_port_operations nv100_port_ops = {
+       .inherits       = &nv_base_port_ops,
+       .set_piomode    = nv100_set_piomode,
+       .set_dmamode    = nv100_set_dmamode,
+ };
+-static struct ata_port_operations nv133_port_ops = {
++static const struct ata_port_operations nv133_port_ops = {
+       .inherits       = &nv_base_port_ops,
+       .set_piomode    = nv133_set_piomode,
+       .set_dmamode    = nv133_set_dmamode,
+diff -urNp linux-2.6.32.1/drivers/ata/pata_artop.c linux-2.6.32.1/drivers/ata/pata_artop.c
+--- linux-2.6.32.1/drivers/ata/pata_artop.c    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/ata/pata_artop.c    2009-12-14 18:33:52.236749783 -0500
+@@ -311,7 +311,7 @@ static struct scsi_host_template artop_s
+       ATA_BMDMA_SHT(DRV_NAME),
+ };
+-static struct ata_port_operations artop6210_ops = {
++static const struct ata_port_operations artop6210_ops = {
+       .inherits               = &ata_bmdma_port_ops,
+       .cable_detect           = ata_cable_40wire,
+       .set_piomode            = artop6210_set_piomode,
+@@ -320,7 +320,7 @@ static struct ata_port_operations artop6
+       .qc_defer               = artop6210_qc_defer,
+ };
+-static struct ata_port_operations artop6260_ops = {
++static const struct ata_port_operations artop6260_ops = {
+       .inherits               = &ata_bmdma_port_ops,
+       .cable_detect           = artop6260_cable_detect,
+       .set_piomode            = artop6260_set_piomode,
+diff -urNp linux-2.6.32.1/drivers/ata/pata_at32.c linux-2.6.32.1/drivers/ata/pata_at32.c
+--- linux-2.6.32.1/drivers/ata/pata_at32.c     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/ata/pata_at32.c     2009-12-14 18:33:52.237769323 -0500
+@@ -172,7 +172,7 @@ static struct scsi_host_template at32_sh
+       ATA_PIO_SHT(DRV_NAME),
+ };
+-static struct ata_port_operations at32_port_ops = {
++static const struct ata_port_operations at32_port_ops = {
+       .inherits               = &ata_sff_port_ops,
+       .cable_detect           = ata_cable_40wire,
+       .set_piomode            = pata_at32_set_piomode,
+diff -urNp linux-2.6.32.1/drivers/ata/pata_at91.c linux-2.6.32.1/drivers/ata/pata_at91.c
+--- linux-2.6.32.1/drivers/ata/pata_at91.c     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/ata/pata_at91.c     2009-12-14 18:33:52.239752383 -0500
+@@ -195,7 +195,7 @@ static struct scsi_host_template pata_at
+       ATA_PIO_SHT(DRV_NAME),
+ };
+-static struct ata_port_operations pata_at91_port_ops = {
++static const struct ata_port_operations pata_at91_port_ops = {
+       .inherits       = &ata_sff_port_ops,
+       .sff_data_xfer  = pata_at91_data_xfer_noirq,
+diff -urNp linux-2.6.32.1/drivers/ata/pata_atiixp.c linux-2.6.32.1/drivers/ata/pata_atiixp.c
+--- linux-2.6.32.1/drivers/ata/pata_atiixp.c   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/ata/pata_atiixp.c   2009-12-14 18:33:52.271764550 -0500
+@@ -205,7 +205,7 @@ static struct scsi_host_template atiixp_
+       .sg_tablesize           = LIBATA_DUMB_MAX_PRD,
+ };
+-static struct ata_port_operations atiixp_port_ops = {
++static const struct ata_port_operations atiixp_port_ops = {
+       .inherits       = &ata_bmdma_port_ops,
+       .qc_prep        = ata_sff_dumb_qc_prep,
+diff -urNp linux-2.6.32.1/drivers/ata/pata_atp867x.c linux-2.6.32.1/drivers/ata/pata_atp867x.c
+--- linux-2.6.32.1/drivers/ata/pata_atp867x.c  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/ata/pata_atp867x.c  2009-12-14 18:33:52.272740638 -0500
+@@ -274,7 +274,7 @@ static struct scsi_host_template atp867x
+       ATA_BMDMA_SHT(DRV_NAME),
+ };
+-static struct ata_port_operations atp867x_ops = {
++static const struct ata_port_operations atp867x_ops = {
+       .inherits               = &ata_bmdma_port_ops,
+       .cable_detect           = atp867x_cable_detect,
+       .set_piomode            = atp867x_set_piomode,
+diff -urNp linux-2.6.32.1/drivers/ata/pata_bf54x.c linux-2.6.32.1/drivers/ata/pata_bf54x.c
+--- linux-2.6.32.1/drivers/ata/pata_bf54x.c    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/ata/pata_bf54x.c    2009-12-14 18:33:52.283762923 -0500
+@@ -1464,7 +1464,7 @@ static struct scsi_host_template bfin_sh
+       .dma_boundary           = ATA_DMA_BOUNDARY,
+ };
+-static struct ata_port_operations bfin_pata_ops = {
++static const struct ata_port_operations bfin_pata_ops = {
+       .inherits               = &ata_sff_port_ops,
+       .set_piomode            = bfin_set_piomode,
+diff -urNp linux-2.6.32.1/drivers/ata/pata_cmd640.c linux-2.6.32.1/drivers/ata/pata_cmd640.c
+--- linux-2.6.32.1/drivers/ata/pata_cmd640.c   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/ata/pata_cmd640.c   2009-12-14 18:33:52.286758439 -0500
+@@ -168,7 +168,7 @@ static struct scsi_host_template cmd640_
+       ATA_BMDMA_SHT(DRV_NAME),
+ };
+-static struct ata_port_operations cmd640_port_ops = {
++static const struct ata_port_operations cmd640_port_ops = {
+       .inherits       = &ata_bmdma_port_ops,
+       /* In theory xfer_noirq is not needed once we kill the prefetcher */
+       .sff_data_xfer  = ata_sff_data_xfer_noirq,
+diff -urNp linux-2.6.32.1/drivers/ata/pata_cmd64x.c linux-2.6.32.1/drivers/ata/pata_cmd64x.c
+--- linux-2.6.32.1/drivers/ata/pata_cmd64x.c   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/ata/pata_cmd64x.c   2009-12-14 18:33:52.287766497 -0500
+@@ -275,18 +275,18 @@ static const struct ata_port_operations 
+       .set_dmamode    = cmd64x_set_dmamode,
+ };
+-static struct ata_port_operations cmd64x_port_ops = {
++static const struct ata_port_operations cmd64x_port_ops = {
+       .inherits       = &cmd64x_base_ops,
+       .cable_detect   = ata_cable_40wire,
+ };
+-static struct ata_port_operations cmd646r1_port_ops = {
++static const struct ata_port_operations cmd646r1_port_ops = {
+       .inherits       = &cmd64x_base_ops,
+       .bmdma_stop     = cmd646r1_bmdma_stop,
+       .cable_detect   = ata_cable_40wire,
+ };
+-static struct ata_port_operations cmd648_port_ops = {
++static const struct ata_port_operations cmd648_port_ops = {
+       .inherits       = &cmd64x_base_ops,
+       .bmdma_stop     = cmd648_bmdma_stop,
+       .cable_detect   = cmd648_cable_detect,
+diff -urNp linux-2.6.32.1/drivers/ata/pata_cs5520.c linux-2.6.32.1/drivers/ata/pata_cs5520.c
+--- linux-2.6.32.1/drivers/ata/pata_cs5520.c   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/ata/pata_cs5520.c   2009-12-14 18:33:52.288759601 -0500
+@@ -144,7 +144,7 @@ static struct scsi_host_template cs5520_
+       .sg_tablesize           = LIBATA_DUMB_MAX_PRD,
+ };
+-static struct ata_port_operations cs5520_port_ops = {
++static const struct ata_port_operations cs5520_port_ops = {
+       .inherits               = &ata_bmdma_port_ops,
+       .qc_prep                = ata_sff_dumb_qc_prep,
+       .cable_detect           = ata_cable_40wire,
+diff -urNp linux-2.6.32.1/drivers/ata/pata_cs5530.c linux-2.6.32.1/drivers/ata/pata_cs5530.c
+--- linux-2.6.32.1/drivers/ata/pata_cs5530.c   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/ata/pata_cs5530.c   2009-12-14 18:33:52.290726192 -0500
+@@ -164,7 +164,7 @@ static struct scsi_host_template cs5530_
+       .sg_tablesize   = LIBATA_DUMB_MAX_PRD,
+ };
+-static struct ata_port_operations cs5530_port_ops = {
++static const struct ata_port_operations cs5530_port_ops = {
+       .inherits       = &ata_bmdma_port_ops,
+       .qc_prep        = ata_sff_dumb_qc_prep,
+diff -urNp linux-2.6.32.1/drivers/ata/pata_cs5535.c linux-2.6.32.1/drivers/ata/pata_cs5535.c
+--- linux-2.6.32.1/drivers/ata/pata_cs5535.c   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/ata/pata_cs5535.c   2009-12-14 18:33:52.291730001 -0500
+@@ -160,7 +160,7 @@ static struct scsi_host_template cs5535_
+       ATA_BMDMA_SHT(DRV_NAME),
+ };
+-static struct ata_port_operations cs5535_port_ops = {
++static const struct ata_port_operations cs5535_port_ops = {
+       .inherits       = &ata_bmdma_port_ops,
+       .cable_detect   = cs5535_cable_detect,
+       .set_piomode    = cs5535_set_piomode,
+diff -urNp linux-2.6.32.1/drivers/ata/pata_cs5536.c linux-2.6.32.1/drivers/ata/pata_cs5536.c
+--- linux-2.6.32.1/drivers/ata/pata_cs5536.c   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/ata/pata_cs5536.c   2009-12-14 18:33:52.292713572 -0500
+@@ -223,7 +223,7 @@ static struct scsi_host_template cs5536_
+       ATA_BMDMA_SHT(DRV_NAME),
+ };
+-static struct ata_port_operations cs5536_port_ops = {
++static const struct ata_port_operations cs5536_port_ops = {
+       .inherits               = &ata_bmdma_port_ops,
+       .cable_detect           = cs5536_cable_detect,
+       .set_piomode            = cs5536_set_piomode,
+diff -urNp linux-2.6.32.1/drivers/ata/pata_cypress.c linux-2.6.32.1/drivers/ata/pata_cypress.c
+--- linux-2.6.32.1/drivers/ata/pata_cypress.c  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/ata/pata_cypress.c  2009-12-14 18:33:52.294739940 -0500
+@@ -113,7 +113,7 @@ static struct scsi_host_template cy82c69
+       ATA_BMDMA_SHT(DRV_NAME),
+ };
+-static struct ata_port_operations cy82c693_port_ops = {
++static const struct ata_port_operations cy82c693_port_ops = {
+       .inherits       = &ata_bmdma_port_ops,
+       .cable_detect   = ata_cable_40wire,
+       .set_piomode    = cy82c693_set_piomode,
+diff -urNp linux-2.6.32.1/drivers/ata/pata_efar.c linux-2.6.32.1/drivers/ata/pata_efar.c
+--- linux-2.6.32.1/drivers/ata/pata_efar.c     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/ata/pata_efar.c     2009-12-14 18:33:52.295745767 -0500
+@@ -222,7 +222,7 @@ static struct scsi_host_template efar_sh
+       ATA_BMDMA_SHT(DRV_NAME),
+ };
+-static struct ata_port_operations efar_ops = {
++static const struct ata_port_operations efar_ops = {
+       .inherits               = &ata_bmdma_port_ops,
+       .cable_detect           = efar_cable_detect,
+       .set_piomode            = efar_set_piomode,
+diff -urNp linux-2.6.32.1/drivers/ata/pata_hpt366.c linux-2.6.32.1/drivers/ata/pata_hpt366.c
+--- linux-2.6.32.1/drivers/ata/pata_hpt366.c   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/ata/pata_hpt366.c   2009-12-14 18:33:52.296706549 -0500
+@@ -282,7 +282,7 @@ static struct scsi_host_template hpt36x_
+  *    Configuration for HPT366/68
+  */
+-static struct ata_port_operations hpt366_port_ops = {
++static const struct ata_port_operations hpt366_port_ops = {
+       .inherits       = &ata_bmdma_port_ops,
+       .cable_detect   = hpt36x_cable_detect,
+       .mode_filter    = hpt366_filter,
+diff -urNp linux-2.6.32.1/drivers/ata/pata_hpt37x.c linux-2.6.32.1/drivers/ata/pata_hpt37x.c
+--- linux-2.6.32.1/drivers/ata/pata_hpt37x.c   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/ata/pata_hpt37x.c   2009-12-14 18:33:52.297723734 -0500
+@@ -578,7 +578,7 @@ static struct scsi_host_template hpt37x_
+  *    Configuration for HPT370
+  */
+-static struct ata_port_operations hpt370_port_ops = {
++static const struct ata_port_operations hpt370_port_ops = {
+       .inherits       = &ata_bmdma_port_ops,
+       .bmdma_stop     = hpt370_bmdma_stop,
+@@ -593,7 +593,7 @@ static struct ata_port_operations hpt370
+  *    Configuration for HPT370A. Close to 370 but less filters
+  */
+-static struct ata_port_operations hpt370a_port_ops = {
++static const struct ata_port_operations hpt370a_port_ops = {
+       .inherits       = &hpt370_port_ops,
+       .mode_filter    = hpt370a_filter,
+ };
+@@ -603,7 +603,7 @@ static struct ata_port_operations hpt370
+  *    and DMA mode setting functionality.
+  */
+-static struct ata_port_operations hpt372_port_ops = {
++static const struct ata_port_operations hpt372_port_ops = {
+       .inherits       = &ata_bmdma_port_ops,
+       .bmdma_stop     = hpt37x_bmdma_stop,
+@@ -618,7 +618,7 @@ static struct ata_port_operations hpt372
+  *    but we have a different cable detection procedure for function 1.
+  */
+-static struct ata_port_operations hpt374_fn1_port_ops = {
++static const struct ata_port_operations hpt374_fn1_port_ops = {
+       .inherits       = &hpt372_port_ops,
+       .prereset       = hpt374_fn1_pre_reset,
+ };
+diff -urNp linux-2.6.32.1/drivers/ata/pata_hpt3x2n.c linux-2.6.32.1/drivers/ata/pata_hpt3x2n.c
+--- linux-2.6.32.1/drivers/ata/pata_hpt3x2n.c  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/ata/pata_hpt3x2n.c  2009-12-14 18:33:52.311764085 -0500
+@@ -334,7 +334,7 @@ static struct scsi_host_template hpt3x2n
+  *    Configuration for HPT3x2n.
+  */
+-static struct ata_port_operations hpt3x2n_port_ops = {
++static const struct ata_port_operations hpt3x2n_port_ops = {
+       .inherits       = &ata_bmdma_port_ops,
+       .bmdma_stop     = hpt3x2n_bmdma_stop,
+diff -urNp linux-2.6.32.1/drivers/ata/pata_hpt3x3.c linux-2.6.32.1/drivers/ata/pata_hpt3x3.c
+--- linux-2.6.32.1/drivers/ata/pata_hpt3x3.c   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/ata/pata_hpt3x3.c   2009-12-14 18:33:52.320715637 -0500
+@@ -141,7 +141,7 @@ static struct scsi_host_template hpt3x3_
+       ATA_BMDMA_SHT(DRV_NAME),
+ };
+-static struct ata_port_operations hpt3x3_port_ops = {
++static const struct ata_port_operations hpt3x3_port_ops = {
+       .inherits       = &ata_bmdma_port_ops,
+       .cable_detect   = ata_cable_40wire,
+       .set_piomode    = hpt3x3_set_piomode,
+diff -urNp linux-2.6.32.1/drivers/ata/pata_icside.c linux-2.6.32.1/drivers/ata/pata_icside.c
+--- linux-2.6.32.1/drivers/ata/pata_icside.c   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/ata/pata_icside.c   2009-12-14 18:33:52.329748602 -0500
+@@ -319,7 +319,7 @@ static void pata_icside_postreset(struct
+       }
+ }
+-static struct ata_port_operations pata_icside_port_ops = {
++static const struct ata_port_operations pata_icside_port_ops = {
+       .inherits               = &ata_sff_port_ops,
+       /* no need to build any PRD tables for DMA */
+       .qc_prep                = ata_noop_qc_prep,
+diff -urNp linux-2.6.32.1/drivers/ata/pata_isapnp.c linux-2.6.32.1/drivers/ata/pata_isapnp.c
+--- linux-2.6.32.1/drivers/ata/pata_isapnp.c   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/ata/pata_isapnp.c   2009-12-14 18:33:52.330730401 -0500
+@@ -23,12 +23,12 @@ static struct scsi_host_template isapnp_
+       ATA_PIO_SHT(DRV_NAME),
+ };
+-static struct ata_port_operations isapnp_port_ops = {
++static const struct ata_port_operations isapnp_port_ops = {
+       .inherits       = &ata_sff_port_ops,
+       .cable_detect   = ata_cable_40wire,
+ };
+-static struct ata_port_operations isapnp_noalt_port_ops = {
++static const struct ata_port_operations isapnp_noalt_port_ops = {
+       .inherits       = &ata_sff_port_ops,
+       .cable_detect   = ata_cable_40wire,
+       /* No altstatus so we don't want to use the lost interrupt poll */
+diff -urNp linux-2.6.32.1/drivers/ata/pata_it8213.c linux-2.6.32.1/drivers/ata/pata_it8213.c
+--- linux-2.6.32.1/drivers/ata/pata_it8213.c   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/ata/pata_it8213.c   2009-12-14 18:33:52.340712269 -0500
+@@ -234,7 +234,7 @@ static struct scsi_host_template it8213_
+ };
+-static struct ata_port_operations it8213_ops = {
++static const struct ata_port_operations it8213_ops = {
+       .inherits               = &ata_bmdma_port_ops,
+       .cable_detect           = it8213_cable_detect,
+       .set_piomode            = it8213_set_piomode,
+diff -urNp linux-2.6.32.1/drivers/ata/pata_it821x.c linux-2.6.32.1/drivers/ata/pata_it821x.c
+--- linux-2.6.32.1/drivers/ata/pata_it821x.c   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/ata/pata_it821x.c   2009-12-14 18:33:52.352710516 -0500
+@@ -800,7 +800,7 @@ static struct scsi_host_template it821x_
+       ATA_BMDMA_SHT(DRV_NAME),
+ };
+-static struct ata_port_operations it821x_smart_port_ops = {
++static const struct ata_port_operations it821x_smart_port_ops = {
+       .inherits       = &ata_bmdma_port_ops,
+       .check_atapi_dma= it821x_check_atapi_dma,
+@@ -814,7 +814,7 @@ static struct ata_port_operations it821x
+       .port_start     = it821x_port_start,
+ };
+-static struct ata_port_operations it821x_passthru_port_ops = {
++static const struct ata_port_operations it821x_passthru_port_ops = {
+       .inherits       = &ata_bmdma_port_ops,
+       .check_atapi_dma= it821x_check_atapi_dma,
+@@ -830,7 +830,7 @@ static struct ata_port_operations it821x
+       .port_start     = it821x_port_start,
+ };
+-static struct ata_port_operations it821x_rdc_port_ops = {
++static const struct ata_port_operations it821x_rdc_port_ops = {
+       .inherits       = &ata_bmdma_port_ops,
+       .check_atapi_dma= it821x_check_atapi_dma,
+diff -urNp linux-2.6.32.1/drivers/ata/pata_ixp4xx_cf.c linux-2.6.32.1/drivers/ata/pata_ixp4xx_cf.c
+--- linux-2.6.32.1/drivers/ata/pata_ixp4xx_cf.c        2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/ata/pata_ixp4xx_cf.c        2009-12-14 18:33:52.365770715 -0500
+@@ -89,7 +89,7 @@ static struct scsi_host_template ixp4xx_
+       ATA_PIO_SHT(DRV_NAME),
+ };
+-static struct ata_port_operations ixp4xx_port_ops = {
++static const struct ata_port_operations ixp4xx_port_ops = {
+       .inherits               = &ata_sff_port_ops,
+       .sff_data_xfer          = ixp4xx_mmio_data_xfer,
+       .cable_detect           = ata_cable_40wire,
+diff -urNp linux-2.6.32.1/drivers/ata/pata_jmicron.c linux-2.6.32.1/drivers/ata/pata_jmicron.c
+--- linux-2.6.32.1/drivers/ata/pata_jmicron.c  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/ata/pata_jmicron.c  2009-12-14 18:33:52.372728592 -0500
+@@ -111,7 +111,7 @@ static struct scsi_host_template jmicron
+       ATA_BMDMA_SHT(DRV_NAME),
+ };
+-static struct ata_port_operations jmicron_ops = {
++static const struct ata_port_operations jmicron_ops = {
+       .inherits               = &ata_bmdma_port_ops,
+       .prereset               = jmicron_pre_reset,
+ };
+diff -urNp linux-2.6.32.1/drivers/ata/pata_legacy.c linux-2.6.32.1/drivers/ata/pata_legacy.c
+--- linux-2.6.32.1/drivers/ata/pata_legacy.c   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/ata/pata_legacy.c   2009-12-14 18:33:52.388771890 -0500
+@@ -106,7 +106,7 @@ struct legacy_probe {
+ struct legacy_controller {
+       const char *name;
+-      struct ata_port_operations *ops;
++      const struct ata_port_operations *ops;
+       unsigned int pio_mask;
+       unsigned int flags;
+       unsigned int pflags;
+@@ -223,12 +223,12 @@ static const struct ata_port_operations 
+  *    pio_mask as well.
+  */
+-static struct ata_port_operations simple_port_ops = {
++static const struct ata_port_operations simple_port_ops = {
+       .inherits       = &legacy_base_port_ops,
+       .sff_data_xfer  = ata_sff_data_xfer_noirq,
+ };
+-static struct ata_port_operations legacy_port_ops = {
++static const struct ata_port_operations legacy_port_ops = {
+       .inherits       = &legacy_base_port_ops,
+       .sff_data_xfer  = ata_sff_data_xfer_noirq,
+       .set_mode       = legacy_set_mode,
+@@ -324,7 +324,7 @@ static unsigned int pdc_data_xfer_vlb(st
+       return buflen;
+ }
+-static struct ata_port_operations pdc20230_port_ops = {
++static const struct ata_port_operations pdc20230_port_ops = {
+       .inherits       = &legacy_base_port_ops,
+       .set_piomode    = pdc20230_set_piomode,
+       .sff_data_xfer  = pdc_data_xfer_vlb,
+@@ -357,7 +357,7 @@ static void ht6560a_set_piomode(struct a
+       ioread8(ap->ioaddr.status_addr);
+ }
+-static struct ata_port_operations ht6560a_port_ops = {
++static const struct ata_port_operations ht6560a_port_ops = {
+       .inherits       = &legacy_base_port_ops,
+       .set_piomode    = ht6560a_set_piomode,
+ };
+@@ -400,7 +400,7 @@ static void ht6560b_set_piomode(struct a
+       ioread8(ap->ioaddr.status_addr);
+ }
+-static struct ata_port_operations ht6560b_port_ops = {
++static const struct ata_port_operations ht6560b_port_ops = {
+       .inherits       = &legacy_base_port_ops,
+       .set_piomode    = ht6560b_set_piomode,
+ };
+@@ -499,7 +499,7 @@ static void opti82c611a_set_piomode(stru
+ }
+-static struct ata_port_operations opti82c611a_port_ops = {
++static const struct ata_port_operations opti82c611a_port_ops = {
+       .inherits       = &legacy_base_port_ops,
+       .set_piomode    = opti82c611a_set_piomode,
+ };
+@@ -609,7 +609,7 @@ static unsigned int opti82c46x_qc_issue(
+       return ata_sff_qc_issue(qc);
+ }
+-static struct ata_port_operations opti82c46x_port_ops = {
++static const struct ata_port_operations opti82c46x_port_ops = {
+       .inherits       = &legacy_base_port_ops,
+       .set_piomode    = opti82c46x_set_piomode,
+       .qc_issue       = opti82c46x_qc_issue,
+@@ -771,20 +771,20 @@ static int qdi_port(struct platform_devi
+       return 0;
+ }
+-static struct ata_port_operations qdi6500_port_ops = {
++static const struct ata_port_operations qdi6500_port_ops = {
+       .inherits       = &legacy_base_port_ops,
+       .set_piomode    = qdi6500_set_piomode,
+       .qc_issue       = qdi_qc_issue,
+       .sff_data_xfer  = vlb32_data_xfer,
+ };
+-static struct ata_port_operations qdi6580_port_ops = {
++static const struct ata_port_operations qdi6580_port_ops = {
+       .inherits       = &legacy_base_port_ops,
+       .set_piomode    = qdi6580_set_piomode,
+       .sff_data_xfer  = vlb32_data_xfer,
+ };
+-static struct ata_port_operations qdi6580dp_port_ops = {
++static const struct ata_port_operations qdi6580dp_port_ops = {
+       .inherits       = &legacy_base_port_ops,
+       .set_piomode    = qdi6580dp_set_piomode,
+       .sff_data_xfer  = vlb32_data_xfer,
+@@ -855,7 +855,7 @@ static int winbond_port(struct platform_
+       return 0;
+ }
+-static struct ata_port_operations winbond_port_ops = {
++static const struct ata_port_operations winbond_port_ops = {
+       .inherits       = &legacy_base_port_ops,
+       .set_piomode    = winbond_set_piomode,
+       .sff_data_xfer  = vlb32_data_xfer,
+@@ -978,7 +978,7 @@ static __init int legacy_init_one(struct
+       int pio_modes = controller->pio_mask;
+       unsigned long io = probe->port;
+       u32 mask = (1 << probe->slot);
+-      struct ata_port_operations *ops = controller->ops;
++      const struct ata_port_operations *ops = controller->ops;
+       struct legacy_data *ld = &legacy_data[probe->slot];
+       struct ata_host *host = NULL;
+       struct ata_port *ap;
+diff -urNp linux-2.6.32.1/drivers/ata/pata_marvell.c linux-2.6.32.1/drivers/ata/pata_marvell.c
+--- linux-2.6.32.1/drivers/ata/pata_marvell.c  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/ata/pata_marvell.c  2009-12-14 18:33:52.404773618 -0500
+@@ -100,7 +100,7 @@ static struct scsi_host_template marvell
+       ATA_BMDMA_SHT(DRV_NAME),
+ };
+-static struct ata_port_operations marvell_ops = {
++static const struct ata_port_operations marvell_ops = {
+       .inherits               = &ata_bmdma_port_ops,
+       .cable_detect           = marvell_cable_detect,
+       .prereset               = marvell_pre_reset,
+diff -urNp linux-2.6.32.1/drivers/ata/pata_mpc52xx.c linux-2.6.32.1/drivers/ata/pata_mpc52xx.c
+--- linux-2.6.32.1/drivers/ata/pata_mpc52xx.c  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/ata/pata_mpc52xx.c  2009-12-14 18:33:52.405776770 -0500
+@@ -609,7 +609,7 @@ static struct scsi_host_template mpc52xx
+       ATA_PIO_SHT(DRV_NAME),
+ };
+-static struct ata_port_operations mpc52xx_ata_port_ops = {
++static const struct ata_port_operations mpc52xx_ata_port_ops = {
+       .inherits               = &ata_sff_port_ops,
+       .sff_dev_select         = mpc52xx_ata_dev_select,
+       .set_piomode            = mpc52xx_ata_set_piomode,
+diff -urNp linux-2.6.32.1/drivers/ata/pata_mpiix.c linux-2.6.32.1/drivers/ata/pata_mpiix.c
+--- linux-2.6.32.1/drivers/ata/pata_mpiix.c    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/ata/pata_mpiix.c    2009-12-14 18:33:52.412777557 -0500
+@@ -140,7 +140,7 @@ static struct scsi_host_template mpiix_s
+       ATA_PIO_SHT(DRV_NAME),
+ };
+-static struct ata_port_operations mpiix_port_ops = {
++static const struct ata_port_operations mpiix_port_ops = {
+       .inherits       = &ata_sff_port_ops,
+       .qc_issue       = mpiix_qc_issue,
+       .cable_detect   = ata_cable_40wire,
+diff -urNp linux-2.6.32.1/drivers/ata/pata_netcell.c linux-2.6.32.1/drivers/ata/pata_netcell.c
+--- linux-2.6.32.1/drivers/ata/pata_netcell.c  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/ata/pata_netcell.c  2009-12-14 18:33:52.435775797 -0500
+@@ -34,7 +34,7 @@ static struct scsi_host_template netcell
+       ATA_BMDMA_SHT(DRV_NAME),
+ };
+-static struct ata_port_operations netcell_ops = {
++static const struct ata_port_operations netcell_ops = {
+       .inherits       = &ata_bmdma_port_ops,
+       .cable_detect   = ata_cable_80wire,
+       .read_id        = netcell_read_id,
+diff -urNp linux-2.6.32.1/drivers/ata/pata_ninja32.c linux-2.6.32.1/drivers/ata/pata_ninja32.c
+--- linux-2.6.32.1/drivers/ata/pata_ninja32.c  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/ata/pata_ninja32.c  2009-12-14 18:33:52.437780205 -0500
+@@ -81,7 +81,7 @@ static struct scsi_host_template ninja32
+       ATA_BMDMA_SHT(DRV_NAME),
+ };
+-static struct ata_port_operations ninja32_port_ops = {
++static const struct ata_port_operations ninja32_port_ops = {
+       .inherits       = &ata_bmdma_port_ops,
+       .sff_dev_select = ninja32_dev_select,
+       .cable_detect   = ata_cable_40wire,
+diff -urNp linux-2.6.32.1/drivers/ata/pata_ns87410.c linux-2.6.32.1/drivers/ata/pata_ns87410.c
+--- linux-2.6.32.1/drivers/ata/pata_ns87410.c  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/ata/pata_ns87410.c  2009-12-14 18:33:52.452753530 -0500
+@@ -132,7 +132,7 @@ static struct scsi_host_template ns87410
+       ATA_PIO_SHT(DRV_NAME),
+ };
+-static struct ata_port_operations ns87410_port_ops = {
++static const struct ata_port_operations ns87410_port_ops = {
+       .inherits       = &ata_sff_port_ops,
+       .qc_issue       = ns87410_qc_issue,
+       .cable_detect   = ata_cable_40wire,
+diff -urNp linux-2.6.32.1/drivers/ata/pata_ns87415.c linux-2.6.32.1/drivers/ata/pata_ns87415.c
+--- linux-2.6.32.1/drivers/ata/pata_ns87415.c  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/ata/pata_ns87415.c  2009-12-14 18:33:52.453740321 -0500
+@@ -299,7 +299,7 @@ static u8 ns87560_bmdma_status(struct at
+ }
+ #endif                /* 87560 SuperIO Support */
+-static struct ata_port_operations ns87415_pata_ops = {
++static const struct ata_port_operations ns87415_pata_ops = {
+       .inherits               = &ata_bmdma_port_ops,
+       .check_atapi_dma        = ns87415_check_atapi_dma,
+@@ -313,7 +313,7 @@ static struct ata_port_operations ns8741
+ };
+ #if defined(CONFIG_SUPERIO)
+-static struct ata_port_operations ns87560_pata_ops = {
++static const struct ata_port_operations ns87560_pata_ops = {
+       .inherits               = &ns87415_pata_ops,
+       .sff_tf_read            = ns87560_tf_read,
+       .sff_check_status       = ns87560_check_status,
+diff -urNp linux-2.6.32.1/drivers/ata/pata_octeon_cf.c linux-2.6.32.1/drivers/ata/pata_octeon_cf.c
+--- linux-2.6.32.1/drivers/ata/pata_octeon_cf.c        2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/ata/pata_octeon_cf.c        2009-12-14 18:33:52.461780616 -0500
+@@ -801,6 +801,7 @@ static unsigned int octeon_cf_qc_issue(s
+       return 0;
+ }
++/* cannot be const */
+ static struct ata_port_operations octeon_cf_ops = {
+       .inherits               = &ata_sff_port_ops,
+       .check_atapi_dma        = octeon_cf_check_atapi_dma,
+diff -urNp linux-2.6.32.1/drivers/ata/pata_oldpiix.c linux-2.6.32.1/drivers/ata/pata_oldpiix.c
+--- linux-2.6.32.1/drivers/ata/pata_oldpiix.c  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/ata/pata_oldpiix.c  2009-12-14 18:33:52.488777624 -0500
+@@ -208,7 +208,7 @@ static struct scsi_host_template oldpiix
+       ATA_BMDMA_SHT(DRV_NAME),
+ };
+-static struct ata_port_operations oldpiix_pata_ops = {
++static const struct ata_port_operations oldpiix_pata_ops = {
+       .inherits               = &ata_bmdma_port_ops,
+       .qc_issue               = oldpiix_qc_issue,
+       .cable_detect           = ata_cable_40wire,
+diff -urNp linux-2.6.32.1/drivers/ata/pata_opti.c linux-2.6.32.1/drivers/ata/pata_opti.c
+--- linux-2.6.32.1/drivers/ata/pata_opti.c     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/ata/pata_opti.c     2009-12-14 18:33:52.490712194 -0500
+@@ -152,7 +152,7 @@ static struct scsi_host_template opti_sh
+       ATA_PIO_SHT(DRV_NAME),
+ };
+-static struct ata_port_operations opti_port_ops = {
++static const struct ata_port_operations opti_port_ops = {
+       .inherits       = &ata_sff_port_ops,
+       .cable_detect   = ata_cable_40wire,
+       .set_piomode    = opti_set_piomode,
+diff -urNp linux-2.6.32.1/drivers/ata/pata_optidma.c linux-2.6.32.1/drivers/ata/pata_optidma.c
+--- linux-2.6.32.1/drivers/ata/pata_optidma.c  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/ata/pata_optidma.c  2009-12-14 18:33:52.497787330 -0500
+@@ -337,7 +337,7 @@ static struct scsi_host_template optidma
+       ATA_BMDMA_SHT(DRV_NAME),
+ };
+-static struct ata_port_operations optidma_port_ops = {
++static const struct ata_port_operations optidma_port_ops = {
+       .inherits       = &ata_bmdma_port_ops,
+       .cable_detect   = ata_cable_40wire,
+       .set_piomode    = optidma_set_pio_mode,
+@@ -346,7 +346,7 @@ static struct ata_port_operations optidm
+       .prereset       = optidma_pre_reset,
+ };
+-static struct ata_port_operations optiplus_port_ops = {
++static const struct ata_port_operations optiplus_port_ops = {
+       .inherits       = &optidma_port_ops,
+       .set_piomode    = optiplus_set_pio_mode,
+       .set_dmamode    = optiplus_set_dma_mode,
+diff -urNp linux-2.6.32.1/drivers/ata/pata_palmld.c linux-2.6.32.1/drivers/ata/pata_palmld.c
+--- linux-2.6.32.1/drivers/ata/pata_palmld.c   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/ata/pata_palmld.c   2009-12-14 18:33:52.499703226 -0500
+@@ -37,7 +37,7 @@ static struct scsi_host_template palmld_
+       ATA_PIO_SHT(DRV_NAME),
+ };
+-static struct ata_port_operations palmld_port_ops = {
++static const struct ata_port_operations palmld_port_ops = {
+       .inherits               = &ata_sff_port_ops,
+       .sff_data_xfer          = ata_sff_data_xfer_noirq,
+       .cable_detect           = ata_cable_40wire,
+diff -urNp linux-2.6.32.1/drivers/ata/pata_pcmcia.c linux-2.6.32.1/drivers/ata/pata_pcmcia.c
+--- linux-2.6.32.1/drivers/ata/pata_pcmcia.c   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/ata/pata_pcmcia.c   2009-12-14 18:33:52.508737710 -0500
+@@ -162,14 +162,14 @@ static struct scsi_host_template pcmcia_
+       ATA_PIO_SHT(DRV_NAME),
+ };
+-static struct ata_port_operations pcmcia_port_ops = {
++static const struct ata_port_operations pcmcia_port_ops = {
+       .inherits       = &ata_sff_port_ops,
+       .sff_data_xfer  = ata_sff_data_xfer_noirq,
+       .cable_detect   = ata_cable_40wire,
+       .set_mode       = pcmcia_set_mode,
+ };
+-static struct ata_port_operations pcmcia_8bit_port_ops = {
++static const struct ata_port_operations pcmcia_8bit_port_ops = {
+       .inherits       = &ata_sff_port_ops,
+       .sff_data_xfer  = ata_data_xfer_8bit,
+       .cable_detect   = ata_cable_40wire,
+@@ -256,7 +256,7 @@ static int pcmcia_init_one(struct pcmcia
+       unsigned long io_base, ctl_base;
+       void __iomem *io_addr, *ctl_addr;
+       int n_ports = 1;
+-      struct ata_port_operations *ops = &pcmcia_port_ops;
++      const struct ata_port_operations *ops = &pcmcia_port_ops;
+       info = kzalloc(sizeof(*info), GFP_KERNEL);
+       if (info == NULL)
+diff -urNp linux-2.6.32.1/drivers/ata/pata_pdc2027x.c linux-2.6.32.1/drivers/ata/pata_pdc2027x.c
+--- linux-2.6.32.1/drivers/ata/pata_pdc2027x.c 2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/ata/pata_pdc2027x.c 2009-12-14 18:33:52.513816405 -0500
+@@ -132,14 +132,14 @@ static struct scsi_host_template pdc2027
+       ATA_BMDMA_SHT(DRV_NAME),
+ };
+-static struct ata_port_operations pdc2027x_pata100_ops = {
++static const struct ata_port_operations pdc2027x_pata100_ops = {
+       .inherits               = &ata_bmdma_port_ops,
+       .check_atapi_dma        = pdc2027x_check_atapi_dma,
+       .cable_detect           = pdc2027x_cable_detect,
+       .prereset               = pdc2027x_prereset,
+ };
+-static struct ata_port_operations pdc2027x_pata133_ops = {
++static const struct ata_port_operations pdc2027x_pata133_ops = {
+       .inherits               = &pdc2027x_pata100_ops,
+       .mode_filter            = pdc2027x_mode_filter,
+       .set_piomode            = pdc2027x_set_piomode,
+diff -urNp linux-2.6.32.1/drivers/ata/pata_pdc202xx_old.c linux-2.6.32.1/drivers/ata/pata_pdc202xx_old.c
+--- linux-2.6.32.1/drivers/ata/pata_pdc202xx_old.c     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/ata/pata_pdc202xx_old.c     2009-12-14 18:33:52.519782684 -0500
+@@ -265,7 +265,7 @@ static struct scsi_host_template pdc202x
+       ATA_BMDMA_SHT(DRV_NAME),
+ };
+-static struct ata_port_operations pdc2024x_port_ops = {
++static const struct ata_port_operations pdc2024x_port_ops = {
+       .inherits               = &ata_bmdma_port_ops,
+       .cable_detect           = ata_cable_40wire,
+@@ -273,7 +273,7 @@ static struct ata_port_operations pdc202
+       .set_dmamode            = pdc202xx_set_dmamode,
+ };
+-static struct ata_port_operations pdc2026x_port_ops = {
++static const struct ata_port_operations pdc2026x_port_ops = {
+       .inherits               = &pdc2024x_port_ops,
+       .check_atapi_dma        = pdc2026x_check_atapi_dma,
+diff -urNp linux-2.6.32.1/drivers/ata/pata_platform.c linux-2.6.32.1/drivers/ata/pata_platform.c
+--- linux-2.6.32.1/drivers/ata/pata_platform.c 2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/ata/pata_platform.c 2009-12-14 18:33:52.537747965 -0500
+@@ -48,7 +48,7 @@ static struct scsi_host_template pata_pl
+       ATA_PIO_SHT(DRV_NAME),
+ };
+-static struct ata_port_operations pata_platform_port_ops = {
++static const struct ata_port_operations pata_platform_port_ops = {
+       .inherits               = &ata_sff_port_ops,
+       .sff_data_xfer          = ata_sff_data_xfer_noirq,
+       .cable_detect           = ata_cable_unknown,
+diff -urNp linux-2.6.32.1/drivers/ata/pata_qdi.c linux-2.6.32.1/drivers/ata/pata_qdi.c
+--- linux-2.6.32.1/drivers/ata/pata_qdi.c      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/ata/pata_qdi.c      2009-12-14 18:33:52.546712944 -0500
+@@ -157,7 +157,7 @@ static struct scsi_host_template qdi_sht
+       ATA_PIO_SHT(DRV_NAME),
+ };
+-static struct ata_port_operations qdi6500_port_ops = {
++static const struct ata_port_operations qdi6500_port_ops = {
+       .inherits       = &ata_sff_port_ops,
+       .qc_issue       = qdi_qc_issue,
+       .sff_data_xfer  = qdi_data_xfer,
+@@ -165,7 +165,7 @@ static struct ata_port_operations qdi650
+       .set_piomode    = qdi6500_set_piomode,
+ };
+-static struct ata_port_operations qdi6580_port_ops = {
++static const struct ata_port_operations qdi6580_port_ops = {
+       .inherits       = &qdi6500_port_ops,
+       .set_piomode    = qdi6580_set_piomode,
+ };
+diff -urNp linux-2.6.32.1/drivers/ata/pata_radisys.c linux-2.6.32.1/drivers/ata/pata_radisys.c
+--- linux-2.6.32.1/drivers/ata/pata_radisys.c  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/ata/pata_radisys.c  2009-12-14 18:33:52.547762477 -0500
+@@ -187,7 +187,7 @@ static struct scsi_host_template radisys
+       ATA_BMDMA_SHT(DRV_NAME),
+ };
+-static struct ata_port_operations radisys_pata_ops = {
++static const struct ata_port_operations radisys_pata_ops = {
+       .inherits               = &ata_bmdma_port_ops,
+       .qc_issue               = radisys_qc_issue,
+       .cable_detect           = ata_cable_unknown,
+diff -urNp linux-2.6.32.1/drivers/ata/pata_rb532_cf.c linux-2.6.32.1/drivers/ata/pata_rb532_cf.c
+--- linux-2.6.32.1/drivers/ata/pata_rb532_cf.c 2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/ata/pata_rb532_cf.c 2009-12-14 18:33:52.548735147 -0500
+@@ -68,7 +68,7 @@ static irqreturn_t rb532_pata_irq_handle
+       return IRQ_HANDLED;
+ }
+-static struct ata_port_operations rb532_pata_port_ops = {
++static const struct ata_port_operations rb532_pata_port_ops = {
+       .inherits               = &ata_sff_port_ops,
+       .sff_data_xfer          = ata_sff_data_xfer32,
+ };
+diff -urNp linux-2.6.32.1/drivers/ata/pata_rdc.c linux-2.6.32.1/drivers/ata/pata_rdc.c
+--- linux-2.6.32.1/drivers/ata/pata_rdc.c      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/ata/pata_rdc.c      2009-12-14 18:33:52.567802368 -0500
+@@ -272,7 +272,7 @@ static void rdc_set_dmamode(struct ata_p
+       pci_write_config_byte(dev, 0x48, udma_enable);
+ }
+-static struct ata_port_operations rdc_pata_ops = {
++static const struct ata_port_operations rdc_pata_ops = {
+       .inherits               = &ata_bmdma32_port_ops,
+       .cable_detect           = rdc_pata_cable_detect,
+       .set_piomode            = rdc_set_piomode,
+diff -urNp linux-2.6.32.1/drivers/ata/pata_rz1000.c linux-2.6.32.1/drivers/ata/pata_rz1000.c
+--- linux-2.6.32.1/drivers/ata/pata_rz1000.c   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/ata/pata_rz1000.c   2009-12-14 18:33:52.567802368 -0500
+@@ -54,7 +54,7 @@ static struct scsi_host_template rz1000_
+       ATA_PIO_SHT(DRV_NAME),
+ };
+-static struct ata_port_operations rz1000_port_ops = {
++static const struct ata_port_operations rz1000_port_ops = {
+       .inherits       = &ata_sff_port_ops,
+       .cable_detect   = ata_cable_40wire,
+       .set_mode       = rz1000_set_mode,
+diff -urNp linux-2.6.32.1/drivers/ata/pata_sc1200.c linux-2.6.32.1/drivers/ata/pata_sc1200.c
+--- linux-2.6.32.1/drivers/ata/pata_sc1200.c   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/ata/pata_sc1200.c   2009-12-14 18:33:52.572791092 -0500
+@@ -207,7 +207,7 @@ static struct scsi_host_template sc1200_
+       .sg_tablesize   = LIBATA_DUMB_MAX_PRD,
+ };
+-static struct ata_port_operations sc1200_port_ops = {
++static const struct ata_port_operations sc1200_port_ops = {
+       .inherits       = &ata_bmdma_port_ops,
+       .qc_prep        = ata_sff_dumb_qc_prep,
+       .qc_issue       = sc1200_qc_issue,
+diff -urNp linux-2.6.32.1/drivers/ata/pata_scc.c linux-2.6.32.1/drivers/ata/pata_scc.c
+--- linux-2.6.32.1/drivers/ata/pata_scc.c      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/ata/pata_scc.c      2009-12-14 18:33:52.575757473 -0500
+@@ -965,7 +965,7 @@ static struct scsi_host_template scc_sht
+       ATA_BMDMA_SHT(DRV_NAME),
+ };
+-static struct ata_port_operations scc_pata_ops = {
++static const struct ata_port_operations scc_pata_ops = {
+       .inherits               = &ata_bmdma_port_ops,
+       .set_piomode            = scc_set_piomode,
+diff -urNp linux-2.6.32.1/drivers/ata/pata_sch.c linux-2.6.32.1/drivers/ata/pata_sch.c
+--- linux-2.6.32.1/drivers/ata/pata_sch.c      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/ata/pata_sch.c      2009-12-14 18:33:52.590795896 -0500
+@@ -75,7 +75,7 @@ static struct scsi_host_template sch_sht
+       ATA_BMDMA_SHT(DRV_NAME),
+ };
+-static struct ata_port_operations sch_pata_ops = {
++static const struct ata_port_operations sch_pata_ops = {
+       .inherits               = &ata_bmdma_port_ops,
+       .cable_detect           = ata_cable_unknown,
+       .set_piomode            = sch_set_piomode,
+diff -urNp linux-2.6.32.1/drivers/ata/pata_serverworks.c linux-2.6.32.1/drivers/ata/pata_serverworks.c
+--- linux-2.6.32.1/drivers/ata/pata_serverworks.c      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/ata/pata_serverworks.c      2009-12-14 18:33:52.608788179 -0500
+@@ -299,7 +299,7 @@ static struct scsi_host_template serverw
+       ATA_BMDMA_SHT(DRV_NAME),
+ };
+-static struct ata_port_operations serverworks_osb4_port_ops = {
++static const struct ata_port_operations serverworks_osb4_port_ops = {
+       .inherits       = &ata_bmdma_port_ops,
+       .cable_detect   = serverworks_cable_detect,
+       .mode_filter    = serverworks_osb4_filter,
+@@ -307,7 +307,7 @@ static struct ata_port_operations server
+       .set_dmamode    = serverworks_set_dmamode,
+ };
+-static struct ata_port_operations serverworks_csb_port_ops = {
++static const struct ata_port_operations serverworks_csb_port_ops = {
+       .inherits       = &serverworks_osb4_port_ops,
+       .mode_filter    = serverworks_csb_filter,
+ };
+diff -urNp linux-2.6.32.1/drivers/ata/pata_sil680.c linux-2.6.32.1/drivers/ata/pata_sil680.c
+--- linux-2.6.32.1/drivers/ata/pata_sil680.c   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/ata/pata_sil680.c   2009-12-14 18:33:52.616795701 -0500
+@@ -194,7 +194,7 @@ static struct scsi_host_template sil680_
+       ATA_BMDMA_SHT(DRV_NAME),
+ };
+-static struct ata_port_operations sil680_port_ops = {
++static const struct ata_port_operations sil680_port_ops = {
+       .inherits       = &ata_bmdma32_port_ops,
+       .cable_detect   = sil680_cable_detect,
+       .set_piomode    = sil680_set_piomode,
+diff -urNp linux-2.6.32.1/drivers/ata/pata_sis.c linux-2.6.32.1/drivers/ata/pata_sis.c
+--- linux-2.6.32.1/drivers/ata/pata_sis.c      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/ata/pata_sis.c      2009-12-14 18:33:52.617796446 -0500
+@@ -503,47 +503,47 @@ static struct scsi_host_template sis_sht
+       ATA_BMDMA_SHT(DRV_NAME),
+ };
+-static struct ata_port_operations sis_133_for_sata_ops = {
++static const struct ata_port_operations sis_133_for_sata_ops = {
+       .inherits               = &ata_bmdma_port_ops,
+       .set_piomode            = sis_133_set_piomode,
+       .set_dmamode            = sis_133_set_dmamode,
+       .cable_detect           = sis_133_cable_detect,
+ };
+-static struct ata_port_operations sis_base_ops = {
++static const struct ata_port_operations sis_base_ops = {
+       .inherits               = &ata_bmdma_port_ops,
+       .prereset               = sis_pre_reset,
+ };
+-static struct ata_port_operations sis_133_ops = {
++static const struct ata_port_operations sis_133_ops = {
+       .inherits               = &sis_base_ops,
+       .set_piomode            = sis_133_set_piomode,
+       .set_dmamode            = sis_133_set_dmamode,
+       .cable_detect           = sis_133_cable_detect,
+ };
+-static struct ata_port_operations sis_133_early_ops = {
++static const struct ata_port_operations sis_133_early_ops = {
+       .inherits               = &sis_base_ops,
+       .set_piomode            = sis_100_set_piomode,
+       .set_dmamode            = sis_133_early_set_dmamode,
+       .cable_detect           = sis_66_cable_detect,
+ };
+-static struct ata_port_operations sis_100_ops = {
++static const struct ata_port_operations sis_100_ops = {
+       .inherits               = &sis_base_ops,
+       .set_piomode            = sis_100_set_piomode,
+       .set_dmamode            = sis_100_set_dmamode,
+       .cable_detect           = sis_66_cable_detect,
+ };
+-static struct ata_port_operations sis_66_ops = {
++static const struct ata_port_operations sis_66_ops = {
+       .inherits               = &sis_base_ops,
+       .set_piomode            = sis_old_set_piomode,
+       .set_dmamode            = sis_66_set_dmamode,
+       .cable_detect           = sis_66_cable_detect,
+ };
+-static struct ata_port_operations sis_old_ops = {
++static const struct ata_port_operations sis_old_ops = {
+       .inherits               = &sis_base_ops,
+       .set_piomode            = sis_old_set_piomode,
+       .set_dmamode            = sis_old_set_dmamode,
+diff -urNp linux-2.6.32.1/drivers/ata/pata_sl82c105.c linux-2.6.32.1/drivers/ata/pata_sl82c105.c
+--- linux-2.6.32.1/drivers/ata/pata_sl82c105.c 2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/ata/pata_sl82c105.c 2009-12-14 18:33:52.618796044 -0500
+@@ -231,7 +231,7 @@ static struct scsi_host_template sl82c10
+       ATA_BMDMA_SHT(DRV_NAME),
+ };
+-static struct ata_port_operations sl82c105_port_ops = {
++static const struct ata_port_operations sl82c105_port_ops = {
+       .inherits       = &ata_bmdma_port_ops,
+       .qc_defer       = sl82c105_qc_defer,
+       .bmdma_start    = sl82c105_bmdma_start,
+diff -urNp linux-2.6.32.1/drivers/ata/pata_triflex.c linux-2.6.32.1/drivers/ata/pata_triflex.c
+--- linux-2.6.32.1/drivers/ata/pata_triflex.c  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/ata/pata_triflex.c  2009-12-14 18:33:52.619803170 -0500
+@@ -178,7 +178,7 @@ static struct scsi_host_template triflex
+       ATA_BMDMA_SHT(DRV_NAME),
+ };
+-static struct ata_port_operations triflex_port_ops = {
++static const struct ata_port_operations triflex_port_ops = {
+       .inherits       = &ata_bmdma_port_ops,
+       .bmdma_start    = triflex_bmdma_start,
+       .bmdma_stop     = triflex_bmdma_stop,
+diff -urNp linux-2.6.32.1/drivers/ata/pata_via.c linux-2.6.32.1/drivers/ata/pata_via.c
+--- linux-2.6.32.1/drivers/ata/pata_via.c      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/ata/pata_via.c      2009-12-14 18:33:52.620780452 -0500
+@@ -419,7 +419,7 @@ static struct scsi_host_template via_sht
+       ATA_BMDMA_SHT(DRV_NAME),
+ };
+-static struct ata_port_operations via_port_ops = {
++static const struct ata_port_operations via_port_ops = {
+       .inherits       = &ata_bmdma_port_ops,
+       .cable_detect   = via_cable_detect,
+       .set_piomode    = via_set_piomode,
+@@ -429,7 +429,7 @@ static struct ata_port_operations via_po
+       .port_start     = via_port_start,
+ };
+-static struct ata_port_operations via_port_ops_noirq = {
++static const struct ata_port_operations via_port_ops_noirq = {
+       .inherits       = &via_port_ops,
+       .sff_data_xfer  = ata_sff_data_xfer_noirq,
+ };
+diff -urNp linux-2.6.32.1/drivers/ata/pata_winbond.c linux-2.6.32.1/drivers/ata/pata_winbond.c
+--- linux-2.6.32.1/drivers/ata/pata_winbond.c  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/ata/pata_winbond.c  2009-12-14 18:33:52.626715963 -0500
+@@ -125,7 +125,7 @@ static struct scsi_host_template winbond
+       ATA_PIO_SHT(DRV_NAME),
+ };
+-static struct ata_port_operations winbond_port_ops = {
++static const struct ata_port_operations winbond_port_ops = {
+       .inherits       = &ata_sff_port_ops,
+       .sff_data_xfer  = winbond_data_xfer,
+       .cable_detect   = ata_cable_40wire,
+diff -urNp linux-2.6.32.1/drivers/ata/pdc_adma.c linux-2.6.32.1/drivers/ata/pdc_adma.c
+--- linux-2.6.32.1/drivers/ata/pdc_adma.c      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/ata/pdc_adma.c      2009-12-14 18:33:52.627794824 -0500
+@@ -145,7 +145,7 @@ static struct scsi_host_template adma_at
+       .dma_boundary           = ADMA_DMA_BOUNDARY,
+ };
+-static struct ata_port_operations adma_ata_ops = {
++static const struct ata_port_operations adma_ata_ops = {
+       .inherits               = &ata_sff_port_ops,
+       .lost_interrupt         = ATA_OP_NULL,
+diff -urNp linux-2.6.32.1/drivers/ata/sata_fsl.c linux-2.6.32.1/drivers/ata/sata_fsl.c
+--- linux-2.6.32.1/drivers/ata/sata_fsl.c      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/ata/sata_fsl.c      2009-12-14 18:33:52.637747586 -0500
+@@ -1258,7 +1258,7 @@ static struct scsi_host_template sata_fs
+       .dma_boundary = ATA_DMA_BOUNDARY,
+ };
+-static struct ata_port_operations sata_fsl_ops = {
++static const struct ata_port_operations sata_fsl_ops = {
+       .inherits               = &sata_pmp_port_ops,
+       .qc_defer = ata_std_qc_defer,
+diff -urNp linux-2.6.32.1/drivers/ata/sata_inic162x.c linux-2.6.32.1/drivers/ata/sata_inic162x.c
+--- linux-2.6.32.1/drivers/ata/sata_inic162x.c 2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/ata/sata_inic162x.c 2009-12-14 18:33:52.639706652 -0500
+@@ -721,7 +721,7 @@ static int inic_port_start(struct ata_po
+       return 0;
+ }
+-static struct ata_port_operations inic_port_ops = {
++static const struct ata_port_operations inic_port_ops = {
+       .inherits               = &sata_port_ops,
+       .check_atapi_dma        = inic_check_atapi_dma,
+diff -urNp linux-2.6.32.1/drivers/ata/sata_mv.c linux-2.6.32.1/drivers/ata/sata_mv.c
+--- linux-2.6.32.1/drivers/ata/sata_mv.c       2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/ata/sata_mv.c       2009-12-14 18:33:52.658704306 -0500
+@@ -656,7 +656,7 @@ static struct scsi_host_template mv6_sht
+       .dma_boundary           = MV_DMA_BOUNDARY,
+ };
+-static struct ata_port_operations mv5_ops = {
++static const struct ata_port_operations mv5_ops = {
+       .inherits               = &ata_sff_port_ops,
+       .lost_interrupt         = ATA_OP_NULL,
+@@ -678,7 +678,7 @@ static struct ata_port_operations mv5_op
+       .port_stop              = mv_port_stop,
+ };
+-static struct ata_port_operations mv6_ops = {
++static const struct ata_port_operations mv6_ops = {
+       .inherits               = &mv5_ops,
+       .dev_config             = mv6_dev_config,
+       .scr_read               = mv_scr_read,
+@@ -698,7 +698,7 @@ static struct ata_port_operations mv6_op
+       .bmdma_status           = mv_bmdma_status,
+ };
+-static struct ata_port_operations mv_iie_ops = {
++static const struct ata_port_operations mv_iie_ops = {
+       .inherits               = &mv6_ops,
+       .dev_config             = ATA_OP_NULL,
+       .qc_prep                = mv_qc_prep_iie,
+diff -urNp linux-2.6.32.1/drivers/ata/sata_nv.c linux-2.6.32.1/drivers/ata/sata_nv.c
+--- linux-2.6.32.1/drivers/ata/sata_nv.c       2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/ata/sata_nv.c       2009-12-14 18:33:52.696718019 -0500
+@@ -464,7 +464,7 @@ static struct scsi_host_template nv_swnc
+  * cases.  Define nv_hardreset() which only kicks in for post-boot
+  * probing and use it for all variants.
+  */
+-static struct ata_port_operations nv_generic_ops = {
++static const struct ata_port_operations nv_generic_ops = {
+       .inherits               = &ata_bmdma_port_ops,
+       .lost_interrupt         = ATA_OP_NULL,
+       .scr_read               = nv_scr_read,
+@@ -472,20 +472,20 @@ static struct ata_port_operations nv_gen
+       .hardreset              = nv_hardreset,
+ };
+-static struct ata_port_operations nv_nf2_ops = {
++static const struct ata_port_operations nv_nf2_ops = {
+       .inherits               = &nv_generic_ops,
+       .freeze                 = nv_nf2_freeze,
+       .thaw                   = nv_nf2_thaw,
+ };
+-static struct ata_port_operations nv_ck804_ops = {
++static const struct ata_port_operations nv_ck804_ops = {
+       .inherits               = &nv_generic_ops,
+       .freeze                 = nv_ck804_freeze,
+       .thaw                   = nv_ck804_thaw,
+       .host_stop              = nv_ck804_host_stop,
+ };
+-static struct ata_port_operations nv_adma_ops = {
++static const struct ata_port_operations nv_adma_ops = {
+       .inherits               = &nv_ck804_ops,
+       .check_atapi_dma        = nv_adma_check_atapi_dma,
+@@ -509,7 +509,7 @@ static struct ata_port_operations nv_adm
+       .host_stop              = nv_adma_host_stop,
+ };
+-static struct ata_port_operations nv_swncq_ops = {
++static const struct ata_port_operations nv_swncq_ops = {
+       .inherits               = &nv_generic_ops,
+       .qc_defer               = ata_std_qc_defer,
+diff -urNp linux-2.6.32.1/drivers/ata/sata_promise.c linux-2.6.32.1/drivers/ata/sata_promise.c
+--- linux-2.6.32.1/drivers/ata/sata_promise.c  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/ata/sata_promise.c  2009-12-14 18:33:52.698752470 -0500
+@@ -195,7 +195,7 @@ static const struct ata_port_operations 
+       .error_handler          = pdc_error_handler,
+ };
+-static struct ata_port_operations pdc_sata_ops = {
++static const struct ata_port_operations pdc_sata_ops = {
+       .inherits               = &pdc_common_ops,
+       .cable_detect           = pdc_sata_cable_detect,
+       .freeze                 = pdc_sata_freeze,
+@@ -208,14 +208,14 @@ static struct ata_port_operations pdc_sa
+ /* First-generation chips need a more restrictive ->check_atapi_dma op,
+    and ->freeze/thaw that ignore the hotplug controls. */
+-static struct ata_port_operations pdc_old_sata_ops = {
++static const struct ata_port_operations pdc_old_sata_ops = {
+       .inherits               = &pdc_sata_ops,
+       .freeze                 = pdc_freeze,
+       .thaw                   = pdc_thaw,
+       .check_atapi_dma        = pdc_old_sata_check_atapi_dma,
+ };
+-static struct ata_port_operations pdc_pata_ops = {
++static const struct ata_port_operations pdc_pata_ops = {
+       .inherits               = &pdc_common_ops,
+       .cable_detect           = pdc_pata_cable_detect,
+       .freeze                 = pdc_freeze,
+diff -urNp linux-2.6.32.1/drivers/ata/sata_qstor.c linux-2.6.32.1/drivers/ata/sata_qstor.c
+--- linux-2.6.32.1/drivers/ata/sata_qstor.c    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/ata/sata_qstor.c    2009-12-14 18:33:52.699808658 -0500
+@@ -132,7 +132,7 @@ static struct scsi_host_template qs_ata_
+       .dma_boundary           = QS_DMA_BOUNDARY,
+ };
+-static struct ata_port_operations qs_ata_ops = {
++static const struct ata_port_operations qs_ata_ops = {
+       .inherits               = &ata_sff_port_ops,
+       .check_atapi_dma        = qs_check_atapi_dma,
+diff -urNp linux-2.6.32.1/drivers/ata/sata_sil24.c linux-2.6.32.1/drivers/ata/sata_sil24.c
+--- linux-2.6.32.1/drivers/ata/sata_sil24.c    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/ata/sata_sil24.c    2009-12-14 18:33:52.705762950 -0500
+@@ -388,7 +388,7 @@ static struct scsi_host_template sil24_s
+       .dma_boundary           = ATA_DMA_BOUNDARY,
+ };
+-static struct ata_port_operations sil24_ops = {
++static const struct ata_port_operations sil24_ops = {
+       .inherits               = &sata_pmp_port_ops,
+       .qc_defer               = sil24_qc_defer,
+diff -urNp linux-2.6.32.1/drivers/ata/sata_sil.c linux-2.6.32.1/drivers/ata/sata_sil.c
+--- linux-2.6.32.1/drivers/ata/sata_sil.c      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/ata/sata_sil.c      2009-12-14 18:33:52.707805475 -0500
+@@ -182,7 +182,7 @@ static struct scsi_host_template sil_sht
+       .sg_tablesize           = ATA_MAX_PRD
+ };
+-static struct ata_port_operations sil_ops = {
++static const struct ata_port_operations sil_ops = {
+       .inherits               = &ata_bmdma32_port_ops,
+       .dev_config             = sil_dev_config,
+       .set_mode               = sil_set_mode,
+diff -urNp linux-2.6.32.1/drivers/ata/sata_sis.c linux-2.6.32.1/drivers/ata/sata_sis.c
+--- linux-2.6.32.1/drivers/ata/sata_sis.c      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/ata/sata_sis.c      2009-12-14 18:33:52.714800469 -0500
+@@ -89,7 +89,7 @@ static struct scsi_host_template sis_sht
+       ATA_BMDMA_SHT(DRV_NAME),
+ };
+-static struct ata_port_operations sis_ops = {
++static const struct ata_port_operations sis_ops = {
+       .inherits               = &ata_bmdma_port_ops,
+       .scr_read               = sis_scr_read,
+       .scr_write              = sis_scr_write,
+diff -urNp linux-2.6.32.1/drivers/ata/sata_svw.c linux-2.6.32.1/drivers/ata/sata_svw.c
+--- linux-2.6.32.1/drivers/ata/sata_svw.c      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/ata/sata_svw.c      2009-12-14 18:33:52.715787586 -0500
+@@ -344,7 +344,7 @@ static struct scsi_host_template k2_sata
+ };
+-static struct ata_port_operations k2_sata_ops = {
++static const struct ata_port_operations k2_sata_ops = {
+       .inherits               = &ata_bmdma_port_ops,
+       .sff_tf_load            = k2_sata_tf_load,
+       .sff_tf_read            = k2_sata_tf_read,
+diff -urNp linux-2.6.32.1/drivers/ata/sata_sx4.c linux-2.6.32.1/drivers/ata/sata_sx4.c
+--- linux-2.6.32.1/drivers/ata/sata_sx4.c      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/ata/sata_sx4.c      2009-12-14 18:33:52.727821368 -0500
+@@ -248,7 +248,7 @@ static struct scsi_host_template pdc_sat
+ };
+ /* TODO: inherit from base port_ops after converting to new EH */
+-static struct ata_port_operations pdc_20621_ops = {
++static const struct ata_port_operations pdc_20621_ops = {
+       .inherits               = &ata_sff_port_ops,
+       .check_atapi_dma        = pdc_check_atapi_dma,
+diff -urNp linux-2.6.32.1/drivers/ata/sata_uli.c linux-2.6.32.1/drivers/ata/sata_uli.c
+--- linux-2.6.32.1/drivers/ata/sata_uli.c      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/ata/sata_uli.c      2009-12-14 18:33:52.734813932 -0500
+@@ -79,7 +79,7 @@ static struct scsi_host_template uli_sht
+       ATA_BMDMA_SHT(DRV_NAME),
+ };
+-static struct ata_port_operations uli_ops = {
++static const struct ata_port_operations uli_ops = {
+       .inherits               = &ata_bmdma_port_ops,
+       .scr_read               = uli_scr_read,
+       .scr_write              = uli_scr_write,
+diff -urNp linux-2.6.32.1/drivers/ata/sata_via.c linux-2.6.32.1/drivers/ata/sata_via.c
+--- linux-2.6.32.1/drivers/ata/sata_via.c      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/ata/sata_via.c      2009-12-14 18:33:52.739786675 -0500
+@@ -112,31 +112,31 @@ static struct scsi_host_template svia_sh
+       ATA_BMDMA_SHT(DRV_NAME),
+ };
+-static struct ata_port_operations svia_base_ops = {
++static const struct ata_port_operations svia_base_ops = {
+       .inherits               = &ata_bmdma_port_ops,
+       .sff_tf_load            = svia_tf_load,
+ };
+-static struct ata_port_operations vt6420_sata_ops = {
++static const struct ata_port_operations vt6420_sata_ops = {
+       .inherits               = &svia_base_ops,
+       .freeze                 = svia_noop_freeze,
+       .prereset               = vt6420_prereset,
+ };
+-static struct ata_port_operations vt6421_pata_ops = {
++static const struct ata_port_operations vt6421_pata_ops = {
+       .inherits               = &svia_base_ops,
+       .cable_detect           = vt6421_pata_cable_detect,
+       .set_piomode            = vt6421_set_pio_mode,
+       .set_dmamode            = vt6421_set_dma_mode,
+ };
+-static struct ata_port_operations vt6421_sata_ops = {
++static const struct ata_port_operations vt6421_sata_ops = {
+       .inherits               = &svia_base_ops,
+       .scr_read               = svia_scr_read,
+       .scr_write              = svia_scr_write,
+ };
+-static struct ata_port_operations vt8251_ops = {
++static const struct ata_port_operations vt8251_ops = {
+       .inherits               = &svia_base_ops,
+       .hardreset              = sata_std_hardreset,
+       .scr_read               = vt8251_scr_read,
+diff -urNp linux-2.6.32.1/drivers/ata/sata_vsc.c linux-2.6.32.1/drivers/ata/sata_vsc.c
+--- linux-2.6.32.1/drivers/ata/sata_vsc.c      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/ata/sata_vsc.c      2009-12-14 18:33:52.750768010 -0500
+@@ -306,7 +306,7 @@ static struct scsi_host_template vsc_sat
+ };
+-static struct ata_port_operations vsc_sata_ops = {
++static const struct ata_port_operations vsc_sata_ops = {
+       .inherits               = &ata_bmdma_port_ops,
+       /* The IRQ handling is not quite standard SFF behaviour so we
+          cannot use the default lost interrupt handler */
+diff -urNp linux-2.6.32.1/drivers/atm/adummy.c linux-2.6.32.1/drivers/atm/adummy.c
+--- linux-2.6.32.1/drivers/atm/adummy.c        2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/atm/adummy.c        2009-12-14 18:33:52.758818499 -0500
 @@ -77,7 +77,7 @@ adummy_send(struct atm_vcc *vcc, struct 
                vcc->pop(vcc, skb);
        else
@@ -17012,9 +20218,9 @@ diff -urNp linux-2.6.31/drivers/atm/adummy.c linux-2.6.31/drivers/atm/adummy.c
  
        return 0;
  }
-diff -urNp linux-2.6.31/drivers/atm/ambassador.c linux-2.6.31/drivers/atm/ambassador.c
---- linux-2.6.31/drivers/atm/ambassador.c      2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/atm/ambassador.c      2009-09-06 15:29:11.360373882 -0400
+diff -urNp linux-2.6.32.1/drivers/atm/ambassador.c linux-2.6.32.1/drivers/atm/ambassador.c
+--- linux-2.6.32.1/drivers/atm/ambassador.c    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/atm/ambassador.c    2009-12-14 18:33:52.788804348 -0500
 @@ -453,7 +453,7 @@ static void tx_complete (amb_dev * dev, 
    PRINTD (DBG_FLOW|DBG_TX, "tx_complete %p %p", dev, tx);
    
@@ -17042,7 +20248,7 @@ diff -urNp linux-2.6.31/drivers/atm/ambassador.c linux-2.6.31/drivers/atm/ambass
        }
        
      } else {
-@@ -1349,7 +1349,7 @@ static int amb_send (struct atm_vcc * at
+@@ -1341,7 +1341,7 @@ static int amb_send (struct atm_vcc * at
    }
    
    if (check_area (skb->data, skb->len)) {
@@ -17051,9 +20257,9 @@ diff -urNp linux-2.6.31/drivers/atm/ambassador.c linux-2.6.31/drivers/atm/ambass
      return -ENOMEM; // ?
    }
    
-diff -urNp linux-2.6.31/drivers/atm/atmtcp.c linux-2.6.31/drivers/atm/atmtcp.c
---- linux-2.6.31/drivers/atm/atmtcp.c  2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/atm/atmtcp.c  2009-09-06 15:29:11.361160880 -0400
+diff -urNp linux-2.6.32.1/drivers/atm/atmtcp.c linux-2.6.32.1/drivers/atm/atmtcp.c
+--- linux-2.6.32.1/drivers/atm/atmtcp.c        2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/atm/atmtcp.c        2009-12-14 18:33:52.803786695 -0500
 @@ -206,7 +206,7 @@ static int atmtcp_v_send(struct atm_vcc 
                if (vcc->pop) vcc->pop(vcc,skb);
                else dev_kfree_skb(skb);
@@ -17103,9 +20309,9 @@ diff -urNp linux-2.6.31/drivers/atm/atmtcp.c linux-2.6.31/drivers/atm/atmtcp.c
  done:
        if (vcc->pop) vcc->pop(vcc,skb);
        else dev_kfree_skb(skb);
-diff -urNp linux-2.6.31/drivers/atm/eni.c linux-2.6.31/drivers/atm/eni.c
---- linux-2.6.31/drivers/atm/eni.c     2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/atm/eni.c     2009-09-06 15:29:11.362203807 -0400
+diff -urNp linux-2.6.32.1/drivers/atm/eni.c linux-2.6.32.1/drivers/atm/eni.c
+--- linux-2.6.32.1/drivers/atm/eni.c   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/atm/eni.c   2009-12-14 18:33:52.820819840 -0500
 @@ -525,7 +525,7 @@ static int rx_aal0(struct atm_vcc *vcc)
                DPRINTK(DEV_LABEL "(itf %d): trashing empty cell\n",
                    vcc->dev->number);
@@ -17151,9 +20357,9 @@ diff -urNp linux-2.6.31/drivers/atm/eni.c linux-2.6.31/drivers/atm/eni.c
                wake_up(&eni_dev->tx_wait);
  dma_complete++;
        }
-diff -urNp linux-2.6.31/drivers/atm/firestream.c linux-2.6.31/drivers/atm/firestream.c
---- linux-2.6.31/drivers/atm/firestream.c      2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/atm/firestream.c      2009-09-06 15:29:11.363263365 -0400
+diff -urNp linux-2.6.32.1/drivers/atm/firestream.c linux-2.6.32.1/drivers/atm/firestream.c
+--- linux-2.6.32.1/drivers/atm/firestream.c    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/atm/firestream.c    2009-12-14 18:33:52.841814340 -0500
 @@ -748,7 +748,7 @@ static void process_txdone_queue (struct
                                }
                        }
@@ -17187,9 +20393,9 @@ diff -urNp linux-2.6.31/drivers/atm/firestream.c linux-2.6.31/drivers/atm/firest
                        break;
                default: /* Hmm. Haven't written the code to handle the others yet... -- REW */
                        printk (KERN_WARNING "Don't know what to do with RX status %x: %s.\n", 
-diff -urNp linux-2.6.31/drivers/atm/fore200e.c linux-2.6.31/drivers/atm/fore200e.c
---- linux-2.6.31/drivers/atm/fore200e.c        2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/atm/fore200e.c        2009-09-06 15:29:11.364132516 -0400
+diff -urNp linux-2.6.32.1/drivers/atm/fore200e.c linux-2.6.32.1/drivers/atm/fore200e.c
+--- linux-2.6.32.1/drivers/atm/fore200e.c      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/atm/fore200e.c      2009-12-14 18:33:52.843812882 -0500
 @@ -931,9 +931,9 @@ fore200e_tx_irq(struct fore200e* fore200
  #endif
                /* check error condition */
@@ -17246,10 +20452,10 @@ diff -urNp linux-2.6.31/drivers/atm/fore200e.c linux-2.6.31/drivers/atm/fore200e
  
            fore200e->tx_sat++;
            DPRINTK(2, "tx queue of device %s is saturated, PDU dropped - heartbeat is %08x\n",
-diff -urNp linux-2.6.31/drivers/atm/he.c linux-2.6.31/drivers/atm/he.c
---- linux-2.6.31/drivers/atm/he.c      2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/atm/he.c      2009-09-06 15:29:11.364910298 -0400
-@@ -1728,7 +1728,7 @@ he_service_rbrq(struct he_dev *he_dev, i
+diff -urNp linux-2.6.32.1/drivers/atm/he.c linux-2.6.32.1/drivers/atm/he.c
+--- linux-2.6.32.1/drivers/atm/he.c    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/atm/he.c    2009-12-14 18:33:52.878739381 -0500
+@@ -1769,7 +1769,7 @@ he_service_rbrq(struct he_dev *he_dev, i
  
                if (RBRQ_HBUF_ERR(he_dev->rbrq_head)) {
                        hprintk("HBUF_ERR!  (cid 0x%x)\n", cid);
@@ -17258,7 +20464,7 @@ diff -urNp linux-2.6.31/drivers/atm/he.c linux-2.6.31/drivers/atm/he.c
                        goto return_host_buffers;
                }
  
-@@ -1761,7 +1761,7 @@ he_service_rbrq(struct he_dev *he_dev, i
+@@ -1802,7 +1802,7 @@ he_service_rbrq(struct he_dev *he_dev, i
                                RBRQ_LEN_ERR(he_dev->rbrq_head)
                                                        ? "LEN_ERR" : "",
                                                        vcc->vpi, vcc->vci);
@@ -17267,7 +20473,7 @@ diff -urNp linux-2.6.31/drivers/atm/he.c linux-2.6.31/drivers/atm/he.c
                        goto return_host_buffers;
                }
  
-@@ -1820,7 +1820,7 @@ he_service_rbrq(struct he_dev *he_dev, i
+@@ -1861,7 +1861,7 @@ he_service_rbrq(struct he_dev *he_dev, i
                vcc->push(vcc, skb);
                spin_lock(&he_dev->global_lock);
  
@@ -17276,7 +20482,7 @@ diff -urNp linux-2.6.31/drivers/atm/he.c linux-2.6.31/drivers/atm/he.c
  
  return_host_buffers:
                ++pdus_assembled;
-@@ -2165,7 +2165,7 @@ __enqueue_tpd(struct he_dev *he_dev, str
+@@ -2206,7 +2206,7 @@ __enqueue_tpd(struct he_dev *he_dev, str
                                        tpd->vcc->pop(tpd->vcc, tpd->skb);
                                else
                                        dev_kfree_skb_any(tpd->skb);
@@ -17285,7 +20491,7 @@ diff -urNp linux-2.6.31/drivers/atm/he.c linux-2.6.31/drivers/atm/he.c
                        }
                        pci_pool_free(he_dev->tpd_pool, tpd, TPD_ADDR(tpd->status));
                        return;
-@@ -2577,7 +2577,7 @@ he_send(struct atm_vcc *vcc, struct sk_b
+@@ -2618,7 +2618,7 @@ he_send(struct atm_vcc *vcc, struct sk_b
                        vcc->pop(vcc, skb);
                else
                        dev_kfree_skb_any(skb);
@@ -17294,7 +20500,7 @@ diff -urNp linux-2.6.31/drivers/atm/he.c linux-2.6.31/drivers/atm/he.c
                return -EINVAL;
        }
  
-@@ -2588,7 +2588,7 @@ he_send(struct atm_vcc *vcc, struct sk_b
+@@ -2629,7 +2629,7 @@ he_send(struct atm_vcc *vcc, struct sk_b
                        vcc->pop(vcc, skb);
                else
                        dev_kfree_skb_any(skb);
@@ -17303,7 +20509,7 @@ diff -urNp linux-2.6.31/drivers/atm/he.c linux-2.6.31/drivers/atm/he.c
                return -EINVAL;
        }
  #endif
-@@ -2600,7 +2600,7 @@ he_send(struct atm_vcc *vcc, struct sk_b
+@@ -2641,7 +2641,7 @@ he_send(struct atm_vcc *vcc, struct sk_b
                        vcc->pop(vcc, skb);
                else
                        dev_kfree_skb_any(skb);
@@ -17312,7 +20518,7 @@ diff -urNp linux-2.6.31/drivers/atm/he.c linux-2.6.31/drivers/atm/he.c
                spin_unlock_irqrestore(&he_dev->global_lock, flags);
                return -ENOMEM;
        }
-@@ -2642,7 +2642,7 @@ he_send(struct atm_vcc *vcc, struct sk_b
+@@ -2683,7 +2683,7 @@ he_send(struct atm_vcc *vcc, struct sk_b
                                        vcc->pop(vcc, skb);
                                else
                                        dev_kfree_skb_any(skb);
@@ -17321,7 +20527,7 @@ diff -urNp linux-2.6.31/drivers/atm/he.c linux-2.6.31/drivers/atm/he.c
                                spin_unlock_irqrestore(&he_dev->global_lock, flags);
                                return -ENOMEM;
                        }
-@@ -2673,7 +2673,7 @@ he_send(struct atm_vcc *vcc, struct sk_b
+@@ -2714,7 +2714,7 @@ he_send(struct atm_vcc *vcc, struct sk_b
        __enqueue_tpd(he_dev, tpd, cid);
        spin_unlock_irqrestore(&he_dev->global_lock, flags);
  
@@ -17330,9 +20536,9 @@ diff -urNp linux-2.6.31/drivers/atm/he.c linux-2.6.31/drivers/atm/he.c
  
        return 0;
  }
-diff -urNp linux-2.6.31/drivers/atm/horizon.c linux-2.6.31/drivers/atm/horizon.c
---- linux-2.6.31/drivers/atm/horizon.c 2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/atm/horizon.c 2009-09-06 15:29:11.367021842 -0400
+diff -urNp linux-2.6.32.1/drivers/atm/horizon.c linux-2.6.32.1/drivers/atm/horizon.c
+--- linux-2.6.32.1/drivers/atm/horizon.c       2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/atm/horizon.c       2009-12-14 18:33:52.909829659 -0500
 @@ -1033,7 +1033,7 @@ static void rx_schedule (hrz_dev * dev, 
        {
          struct atm_vcc * vcc = ATM_SKB(skb)->vcc;
@@ -17351,9 +20557,9 @@ diff -urNp linux-2.6.31/drivers/atm/horizon.c linux-2.6.31/drivers/atm/horizon.c
        
        // free the skb
        hrz_kfree_skb (skb);
-diff -urNp linux-2.6.31/drivers/atm/idt77252.c linux-2.6.31/drivers/atm/idt77252.c
---- linux-2.6.31/drivers/atm/idt77252.c        2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/atm/idt77252.c        2009-09-06 15:29:11.368071823 -0400
+diff -urNp linux-2.6.32.1/drivers/atm/idt77252.c linux-2.6.32.1/drivers/atm/idt77252.c
+--- linux-2.6.32.1/drivers/atm/idt77252.c      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/atm/idt77252.c      2009-12-14 18:33:52.921825790 -0500
 @@ -810,7 +810,7 @@ drain_scq(struct idt77252_dev *card, str
                else
                        dev_kfree_skb(skb);
@@ -17508,9 +20714,9 @@ diff -urNp linux-2.6.31/drivers/atm/idt77252.c linux-2.6.31/drivers/atm/idt77252
                return -ENOMEM;
        }
        atomic_add(skb->truesize, &sk_atm(vcc)->sk_wmem_alloc);
-diff -urNp linux-2.6.31/drivers/atm/iphase.c linux-2.6.31/drivers/atm/iphase.c
---- linux-2.6.31/drivers/atm/iphase.c  2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/atm/iphase.c  2009-09-06 17:10:25.340163597 -0400
+diff -urNp linux-2.6.32.1/drivers/atm/iphase.c linux-2.6.32.1/drivers/atm/iphase.c
+--- linux-2.6.32.1/drivers/atm/iphase.c        2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/atm/iphase.c        2009-12-14 18:33:52.935769926 -0500
 @@ -1123,7 +1123,7 @@ static int rx_pkt(struct atm_dev *dev)  
        status = (u_short) (buf_desc_ptr->desc_mode);  
        if (status & (RX_CER | RX_PTE | RX_OFL))  
@@ -17607,9 +20813,9 @@ diff -urNp linux-2.6.31/drivers/atm/iphase.c linux-2.6.31/drivers/atm/iphase.c
            if (iavcc->vc_desc_cnt > 10) {
               vcc->tx_quota =  vcc->tx_quota * 3 / 4;
              printk("Tx1:  vcc->tx_quota = %d \n", (u32)vcc->tx_quota );
-diff -urNp linux-2.6.31/drivers/atm/lanai.c linux-2.6.31/drivers/atm/lanai.c
---- linux-2.6.31/drivers/atm/lanai.c   2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/atm/lanai.c   2009-09-06 15:29:11.370987929 -0400
+diff -urNp linux-2.6.32.1/drivers/atm/lanai.c linux-2.6.32.1/drivers/atm/lanai.c
+--- linux-2.6.32.1/drivers/atm/lanai.c 2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/atm/lanai.c 2009-12-14 18:33:52.937829310 -0500
 @@ -1305,7 +1305,7 @@ static void lanai_send_one_aal5(struct l
        vcc_tx_add_aal5_trailer(lvcc, skb->len, 0, 0);
        lanai_endtx(lanai, lvcc);
@@ -17664,9 +20870,9 @@ diff -urNp linux-2.6.31/drivers/atm/lanai.c linux-2.6.31/drivers/atm/lanai.c
        lvcc->stats.x.aal5.service_rxcrc++;
        lvcc->rx.buf.ptr = &lvcc->rx.buf.start[SERVICE_GET_END(s) * 4];
        cardvcc_write(lvcc, SERVICE_GET_END(s), vcc_rxreadptr);
-diff -urNp linux-2.6.31/drivers/atm/nicstar.c linux-2.6.31/drivers/atm/nicstar.c
---- linux-2.6.31/drivers/atm/nicstar.c 2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/atm/nicstar.c 2009-09-06 15:29:11.371908584 -0400
+diff -urNp linux-2.6.32.1/drivers/atm/nicstar.c linux-2.6.32.1/drivers/atm/nicstar.c
+--- linux-2.6.32.1/drivers/atm/nicstar.c       2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/atm/nicstar.c       2009-12-14 18:33:52.964758233 -0500
 @@ -1723,7 +1723,7 @@ static int ns_send(struct atm_vcc *vcc, 
     if ((vc = (vc_map *) vcc->dev_data) == NULL)
     {
@@ -17869,10 +21075,10 @@ diff -urNp linux-2.6.31/drivers/atm/nicstar.c linux-2.6.31/drivers/atm/nicstar.c
           }
        }
  
-diff -urNp linux-2.6.31/drivers/atm/solos-pci.c linux-2.6.31/drivers/atm/solos-pci.c
---- linux-2.6.31/drivers/atm/solos-pci.c       2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/atm/solos-pci.c       2009-09-06 15:29:11.372920076 -0400
-@@ -663,7 +663,7 @@ void solos_bh(unsigned long card_arg)
+diff -urNp linux-2.6.32.1/drivers/atm/solos-pci.c linux-2.6.32.1/drivers/atm/solos-pci.c
+--- linux-2.6.32.1/drivers/atm/solos-pci.c     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/atm/solos-pci.c     2009-12-14 18:33:52.977834437 -0500
+@@ -708,7 +708,7 @@ void solos_bh(unsigned long card_arg)
                                }
                                atm_charge(vcc, skb->truesize);
                                vcc->push(vcc, skb);
@@ -17881,7 +21087,7 @@ diff -urNp linux-2.6.31/drivers/atm/solos-pci.c linux-2.6.31/drivers/atm/solos-p
                                break;
  
                        case PKT_STATUS:
-@@ -966,7 +966,7 @@ static uint32_t fpga_tx(struct solos_car
+@@ -1011,7 +1011,7 @@ static uint32_t fpga_tx(struct solos_car
                        vcc = SKB_CB(oldskb)->vcc;
  
                        if (vcc) {
@@ -17890,9 +21096,9 @@ diff -urNp linux-2.6.31/drivers/atm/solos-pci.c linux-2.6.31/drivers/atm/solos-p
                                solos_pop(vcc, oldskb);
                        } else
                                dev_kfree_skb_irq(oldskb);
-diff -urNp linux-2.6.31/drivers/atm/suni.c linux-2.6.31/drivers/atm/suni.c
---- linux-2.6.31/drivers/atm/suni.c    2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/atm/suni.c    2009-09-06 15:29:11.373954988 -0400
+diff -urNp linux-2.6.32.1/drivers/atm/suni.c linux-2.6.32.1/drivers/atm/suni.c
+--- linux-2.6.32.1/drivers/atm/suni.c  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/atm/suni.c  2009-12-14 18:33:52.980022643 -0500
 @@ -49,8 +49,8 @@ static DEFINE_SPINLOCK(sunis_lock);
  
  
@@ -17904,9 +21110,9 @@ diff -urNp linux-2.6.31/drivers/atm/suni.c linux-2.6.31/drivers/atm/suni.c
  
  
  static void suni_hz(unsigned long from_timer)
-diff -urNp linux-2.6.31/drivers/atm/uPD98402.c linux-2.6.31/drivers/atm/uPD98402.c
---- linux-2.6.31/drivers/atm/uPD98402.c        2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/atm/uPD98402.c        2009-09-06 17:17:04.796189467 -0400
+diff -urNp linux-2.6.32.1/drivers/atm/uPD98402.c linux-2.6.32.1/drivers/atm/uPD98402.c
+--- linux-2.6.32.1/drivers/atm/uPD98402.c      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/atm/uPD98402.c      2009-12-14 18:33:52.990842947 -0500
 @@ -41,7 +41,7 @@ static int fetch_stats(struct atm_dev *d
        struct sonet_stats tmp;
        int error = 0;
@@ -17951,9 +21157,9 @@ diff -urNp linux-2.6.31/drivers/atm/uPD98402.c linux-2.6.31/drivers/atm/uPD98402
        return 0;
  }
  
-diff -urNp linux-2.6.31/drivers/atm/zatm.c linux-2.6.31/drivers/atm/zatm.c
---- linux-2.6.31/drivers/atm/zatm.c    2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/atm/zatm.c    2009-09-06 15:29:11.373954988 -0400
+diff -urNp linux-2.6.32.1/drivers/atm/zatm.c linux-2.6.32.1/drivers/atm/zatm.c
+--- linux-2.6.32.1/drivers/atm/zatm.c  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/atm/zatm.c  2009-12-14 18:33:53.018842028 -0500
 @@ -458,7 +458,7 @@ printk("dummy: 0x%08lx, 0x%08lx\n",dummy
                }
                if (!size) {
@@ -17981,54 +21187,117 @@ diff -urNp linux-2.6.31/drivers/atm/zatm.c linux-2.6.31/drivers/atm/zatm.c
        wake_up(&zatm_vcc->tx_wait);
  }
  
-diff -urNp linux-2.6.31/drivers/block/cciss.c linux-2.6.31/drivers/block/cciss.c
---- linux-2.6.31/drivers/block/cciss.c 2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/block/cciss.c 2009-09-06 15:29:11.375910017 -0400
-@@ -363,7 +363,7 @@ static void cciss_seq_stop(struct seq_fi
-       h->busy_configuring = 0;
+diff -urNp linux-2.6.32.1/drivers/base/bus.c linux-2.6.32.1/drivers/base/bus.c
+--- linux-2.6.32.1/drivers/base/bus.c  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/base/bus.c  2009-12-14 18:33:53.036833038 -0500
+@@ -70,7 +70,7 @@ static ssize_t drv_attr_store(struct kob
+       return ret;
  }
  
--static struct seq_operations cciss_seq_ops = {
-+static const struct seq_operations cciss_seq_ops = {
-       .start = cciss_seq_start,
-       .show  = cciss_seq_show,
-       .next  = cciss_seq_next,
-@@ -426,7 +426,7 @@ out:
-       return err;
+-static struct sysfs_ops driver_sysfs_ops = {
++static const struct sysfs_ops driver_sysfs_ops = {
+       .show   = drv_attr_show,
+       .store  = drv_attr_store,
+ };
+@@ -115,7 +115,7 @@ static ssize_t bus_attr_store(struct kob
+       return ret;
  }
  
--static struct file_operations cciss_proc_fops = {
-+static const struct file_operations cciss_proc_fops = {
-       .owner   = THIS_MODULE,
-       .open    = cciss_seq_open,
-       .read    = seq_read,
-diff -urNp linux-2.6.31/drivers/char/agp/agp.h linux-2.6.31/drivers/char/agp/agp.h
---- linux-2.6.31/drivers/char/agp/agp.h        2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/char/agp/agp.h        2009-09-06 15:29:11.376907094 -0400
-@@ -126,7 +126,7 @@ struct agp_bridge_driver {
- struct agp_bridge_data {
-       const struct agp_version *version;
-       const struct agp_bridge_driver *driver;
--      struct vm_operations_struct *vm_ops;
-+      const struct vm_operations_struct *vm_ops;
-       void *previous_size;
-       void *current_size;
-       void *dev_private_data;
-diff -urNp linux-2.6.31/drivers/char/agp/alpha-agp.c linux-2.6.31/drivers/char/agp/alpha-agp.c
---- linux-2.6.31/drivers/char/agp/alpha-agp.c  2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/char/agp/alpha-agp.c  2009-09-06 15:29:11.376907094 -0400
-@@ -40,7 +40,7 @@ static struct aper_size_info_fixed alpha
-       { 0, 0, 0 }, /* filled in by alpha_core_agp_setup */
- };
--struct vm_operations_struct alpha_core_agp_vm_ops = {
-+const struct vm_operations_struct alpha_core_agp_vm_ops = {
-       .fault = alpha_core_agp_vm_fault,
- };
-diff -urNp linux-2.6.31/drivers/char/agp/frontend.c linux-2.6.31/drivers/char/agp/frontend.c
---- linux-2.6.31/drivers/char/agp/frontend.c   2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/char/agp/frontend.c   2009-09-06 15:29:11.377978709 -0400
+-static struct sysfs_ops bus_sysfs_ops = {
++static const struct sysfs_ops bus_sysfs_ops = {
+       .show   = bus_attr_show,
+       .store  = bus_attr_store,
+ };
+@@ -154,7 +154,7 @@ static int bus_uevent_filter(struct kset
+       return 0;
+ }
+-static struct kset_uevent_ops bus_uevent_ops = {
++static const struct kset_uevent_ops bus_uevent_ops = {
+       .filter = bus_uevent_filter,
+ };
+diff -urNp linux-2.6.32.1/drivers/base/class.c linux-2.6.32.1/drivers/base/class.c
+--- linux-2.6.32.1/drivers/base/class.c        2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/base/class.c        2009-12-14 18:33:53.047749139 -0500
+@@ -61,7 +61,7 @@ static void class_release(struct kobject
+                        "be careful\n", class->name);
+ }
+-static struct sysfs_ops class_sysfs_ops = {
++static const struct sysfs_ops class_sysfs_ops = {
+       .show   = class_attr_show,
+       .store  = class_attr_store,
+ };
+diff -urNp linux-2.6.32.1/drivers/base/core.c linux-2.6.32.1/drivers/base/core.c
+--- linux-2.6.32.1/drivers/base/core.c 2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/base/core.c 2009-12-14 18:33:53.048851470 -0500
+@@ -93,7 +93,7 @@ static ssize_t dev_attr_store(struct kob
+       return ret;
+ }
+-static struct sysfs_ops dev_sysfs_ops = {
++static const struct sysfs_ops dev_sysfs_ops = {
+       .show   = dev_attr_show,
+       .store  = dev_attr_store,
+ };
+@@ -245,7 +245,7 @@ static int dev_uevent(struct kset *kset,
+       return retval;
+ }
+-static struct kset_uevent_ops device_uevent_ops = {
++static const struct kset_uevent_ops device_uevent_ops = {
+       .filter =       dev_uevent_filter,
+       .name =         dev_uevent_name,
+       .uevent =       dev_uevent,
+diff -urNp linux-2.6.32.1/drivers/base/memory.c linux-2.6.32.1/drivers/base/memory.c
+--- linux-2.6.32.1/drivers/base/memory.c       2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/base/memory.c       2009-12-14 18:33:53.049701321 -0500
+@@ -44,7 +44,7 @@ static int memory_uevent(struct kset *ks
+       return retval;
+ }
+-static struct kset_uevent_ops memory_uevent_ops = {
++static const struct kset_uevent_ops memory_uevent_ops = {
+       .name           = memory_uevent_name,
+       .uevent         = memory_uevent,
+ };
+diff -urNp linux-2.6.32.1/drivers/base/sys.c linux-2.6.32.1/drivers/base/sys.c
+--- linux-2.6.32.1/drivers/base/sys.c  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/base/sys.c  2009-12-14 18:33:53.055789510 -0500
+@@ -54,7 +54,7 @@ sysdev_store(struct kobject *kobj, struc
+       return -EIO;
+ }
+-static struct sysfs_ops sysfs_ops = {
++static const struct sysfs_ops sysfs_ops = {
+       .show   = sysdev_show,
+       .store  = sysdev_store,
+ };
+@@ -104,7 +104,7 @@ static ssize_t sysdev_class_store(struct
+       return -EIO;
+ }
+-static struct sysfs_ops sysfs_class_ops = {
++static const struct sysfs_ops sysfs_class_ops = {
+       .show   = sysdev_class_show,
+       .store  = sysdev_class_store,
+ };
+diff -urNp linux-2.6.32.1/drivers/block/pktcdvd.c linux-2.6.32.1/drivers/block/pktcdvd.c
+--- linux-2.6.32.1/drivers/block/pktcdvd.c     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/block/pktcdvd.c     2009-12-14 18:33:53.078842134 -0500
+@@ -284,7 +284,7 @@ static ssize_t kobj_pkt_store(struct kob
+       return len;
+ }
+-static struct sysfs_ops kobj_pkt_ops = {
++static const struct sysfs_ops kobj_pkt_ops = {
+       .show = kobj_pkt_show,
+       .store = kobj_pkt_store
+ };
+diff -urNp linux-2.6.32.1/drivers/char/agp/frontend.c linux-2.6.32.1/drivers/char/agp/frontend.c
+--- linux-2.6.32.1/drivers/char/agp/frontend.c 2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/char/agp/frontend.c 2009-12-14 18:33:53.097861880 -0500
 @@ -824,7 +824,7 @@ static int agpioc_reserve_wrap(struct ag
        if (copy_from_user(&reserve, arg, sizeof(struct agp_region)))
                return -EFAULT;
@@ -18038,46 +21307,22 @@ diff -urNp linux-2.6.31/drivers/char/agp/frontend.c linux-2.6.31/drivers/char/ag
                return -EFAULT;
  
        client = agp_find_client_by_pid(reserve.pid);
-diff -urNp linux-2.6.31/drivers/char/agp/intel-agp.c linux-2.6.31/drivers/char/agp/intel-agp.c
---- linux-2.6.31/drivers/char/agp/intel-agp.c  2009-09-09 19:20:52.855106203 -0400
-+++ linux-2.6.31/drivers/char/agp/intel-agp.c  2009-09-09 19:28:34.805221606 -0400
-@@ -2404,7 +2404,7 @@ static struct pci_device_id agp_intel_pc
-       ID(PCI_DEVICE_ID_INTEL_IGDNG_D_HB),
+diff -urNp linux-2.6.32.1/drivers/char/agp/intel-agp.c linux-2.6.32.1/drivers/char/agp/intel-agp.c
+--- linux-2.6.32.1/drivers/char/agp/intel-agp.c        2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/char/agp/intel-agp.c        2009-12-14 18:33:53.120769030 -0500
+@@ -2566,7 +2566,7 @@ static struct pci_device_id agp_intel_pc
        ID(PCI_DEVICE_ID_INTEL_IGDNG_M_HB),
        ID(PCI_DEVICE_ID_INTEL_IGDNG_MA_HB),
+       ID(PCI_DEVICE_ID_INTEL_IGDNG_MC2_HB),
 -      { }
 +      { 0, 0, 0, 0, 0, 0, 0 }
  };
  
  MODULE_DEVICE_TABLE(pci, agp_intel_pci_table);
-diff -urNp linux-2.6.31/drivers/char/apm-emulation.c linux-2.6.31/drivers/char/apm-emulation.c
---- linux-2.6.31/drivers/char/apm-emulation.c  2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/char/apm-emulation.c  2009-09-06 15:29:11.378925163 -0400
-@@ -393,7 +393,7 @@ static int apm_open(struct inode * inode
-       return as ? 0 : -ENOMEM;
- }
--static struct file_operations apm_bios_fops = {
-+static const struct file_operations apm_bios_fops = {
-       .owner          = THIS_MODULE,
-       .read           = apm_read,
-       .poll           = apm_poll,
-diff -urNp linux-2.6.31/drivers/char/bfin-otp.c linux-2.6.31/drivers/char/bfin-otp.c
---- linux-2.6.31/drivers/char/bfin-otp.c       2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/char/bfin-otp.c       2009-09-06 15:29:11.378925163 -0400
-@@ -133,7 +133,7 @@ static ssize_t bfin_otp_write(struct fil
- # define bfin_otp_write NULL
- #endif
--static struct file_operations bfin_otp_fops = {
-+static const struct file_operations bfin_otp_fops = {
-       .owner    = THIS_MODULE,
-       .read     = bfin_otp_read,
-       .write    = bfin_otp_write,
-diff -urNp linux-2.6.31/drivers/char/hpet.c linux-2.6.31/drivers/char/hpet.c
---- linux-2.6.31/drivers/char/hpet.c   2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/char/hpet.c   2009-09-06 15:29:11.379954384 -0400
-@@ -995,7 +995,7 @@ static struct acpi_driver hpet_acpi_driv
+diff -urNp linux-2.6.32.1/drivers/char/hpet.c linux-2.6.32.1/drivers/char/hpet.c
+--- linux-2.6.32.1/drivers/char/hpet.c 2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/char/hpet.c 2009-12-14 18:33:53.133710539 -0500
+@@ -998,7 +998,7 @@ static struct acpi_driver hpet_acpi_driv
                },
  };
  
@@ -18086,9 +21331,113 @@ diff -urNp linux-2.6.31/drivers/char/hpet.c linux-2.6.31/drivers/char/hpet.c
  
  static int __init hpet_init(void)
  {
-diff -urNp linux-2.6.31/drivers/char/hvcs.c linux-2.6.31/drivers/char/hvcs.c
---- linux-2.6.31/drivers/char/hvcs.c   2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/char/hvcs.c   2009-09-06 15:29:11.379954384 -0400
+diff -urNp linux-2.6.32.1/drivers/char/hvc_beat.c linux-2.6.32.1/drivers/char/hvc_beat.c
+--- linux-2.6.32.1/drivers/char/hvc_beat.c     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/char/hvc_beat.c     2009-12-14 18:33:53.135759194 -0500
+@@ -84,7 +84,7 @@ static int hvc_beat_put_chars(uint32_t v
+       return cnt;
+ }
+-static struct hv_ops hvc_beat_get_put_ops = {
++static const struct hv_ops hvc_beat_get_put_ops = {
+       .get_chars = hvc_beat_get_chars,
+       .put_chars = hvc_beat_put_chars,
+ };
+diff -urNp linux-2.6.32.1/drivers/char/hvc_console.c linux-2.6.32.1/drivers/char/hvc_console.c
+--- linux-2.6.32.1/drivers/char/hvc_console.c  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/char/hvc_console.c  2009-12-14 18:33:53.144859541 -0500
+@@ -125,7 +125,7 @@ static struct hvc_struct *hvc_get_by_ind
+  * console interfaces but can still be used as a tty device.  This has to be
+  * static because kmalloc will not work during early console init.
+  */
+-static struct hv_ops *cons_ops[MAX_NR_HVC_CONSOLES];
++static const struct hv_ops *cons_ops[MAX_NR_HVC_CONSOLES];
+ static uint32_t vtermnos[MAX_NR_HVC_CONSOLES] =
+       {[0 ... MAX_NR_HVC_CONSOLES - 1] = -1};
+@@ -247,7 +247,7 @@ static void destroy_hvc_struct(struct kr
+  * vty adapters do NOT get an hvc_instantiate() callback since they
+  * appear after early console init.
+  */
+-int hvc_instantiate(uint32_t vtermno, int index, struct hv_ops *ops)
++int hvc_instantiate(uint32_t vtermno, int index, const struct hv_ops *ops)
+ {
+       struct hvc_struct *hp;
+@@ -749,7 +749,7 @@ static const struct tty_operations hvc_o
+ };
+ struct hvc_struct __devinit *hvc_alloc(uint32_t vtermno, int data,
+-                                      struct hv_ops *ops, int outbuf_size)
++                                      const struct hv_ops *ops, int outbuf_size)
+ {
+       struct hvc_struct *hp;
+       int i;
+diff -urNp linux-2.6.32.1/drivers/char/hvc_console.h linux-2.6.32.1/drivers/char/hvc_console.h
+--- linux-2.6.32.1/drivers/char/hvc_console.h  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/char/hvc_console.h  2009-12-14 18:33:53.161871330 -0500
+@@ -55,7 +55,7 @@ struct hvc_struct {
+       int outbuf_size;
+       int n_outbuf;
+       uint32_t vtermno;
+-      struct hv_ops *ops;
++      const struct hv_ops *ops;
+       int irq_requested;
+       int data;
+       struct winsize ws;
+@@ -76,11 +76,11 @@ struct hv_ops {
+ };
+ /* Register a vterm and a slot index for use as a console (console_init) */
+-extern int hvc_instantiate(uint32_t vtermno, int index, struct hv_ops *ops);
++extern int hvc_instantiate(uint32_t vtermno, int index, const struct hv_ops *ops);
+ /* register a vterm for hvc tty operation (module_init or hotplug add) */
+ extern struct hvc_struct * __devinit hvc_alloc(uint32_t vtermno, int data,
+-                              struct hv_ops *ops, int outbuf_size);
++                              const struct hv_ops *ops, int outbuf_size);
+ /* remove a vterm from hvc tty operation (module_exit or hotplug remove) */
+ extern int hvc_remove(struct hvc_struct *hp);
+diff -urNp linux-2.6.32.1/drivers/char/hvc_iseries.c linux-2.6.32.1/drivers/char/hvc_iseries.c
+--- linux-2.6.32.1/drivers/char/hvc_iseries.c  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/char/hvc_iseries.c  2009-12-14 18:33:53.163850005 -0500
+@@ -197,7 +197,7 @@ done:
+       return sent;
+ }
+-static struct hv_ops hvc_get_put_ops = {
++static const struct hv_ops hvc_get_put_ops = {
+       .get_chars = get_chars,
+       .put_chars = put_chars,
+       .notifier_add = notifier_add_irq,
+diff -urNp linux-2.6.32.1/drivers/char/hvc_iucv.c linux-2.6.32.1/drivers/char/hvc_iucv.c
+--- linux-2.6.32.1/drivers/char/hvc_iucv.c     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/char/hvc_iucv.c     2009-12-14 18:33:53.165859858 -0500
+@@ -922,7 +922,7 @@ static int hvc_iucv_pm_restore_thaw(stru
+ /* HVC operations */
+-static struct hv_ops hvc_iucv_ops = {
++static const struct hv_ops hvc_iucv_ops = {
+       .get_chars = hvc_iucv_get_chars,
+       .put_chars = hvc_iucv_put_chars,
+       .notifier_add = hvc_iucv_notifier_add,
+diff -urNp linux-2.6.32.1/drivers/char/hvc_rtas.c linux-2.6.32.1/drivers/char/hvc_rtas.c
+--- linux-2.6.32.1/drivers/char/hvc_rtas.c     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/char/hvc_rtas.c     2009-12-14 18:33:53.176782143 -0500
+@@ -71,7 +71,7 @@ static int hvc_rtas_read_console(uint32_
+       return i;
+ }
+-static struct hv_ops hvc_rtas_get_put_ops = {
++static const struct hv_ops hvc_rtas_get_put_ops = {
+       .get_chars = hvc_rtas_read_console,
+       .put_chars = hvc_rtas_write_console,
+ };
+diff -urNp linux-2.6.32.1/drivers/char/hvcs.c linux-2.6.32.1/drivers/char/hvcs.c
+--- linux-2.6.32.1/drivers/char/hvcs.c 2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/char/hvcs.c 2009-12-14 18:33:53.181857316 -0500
 @@ -269,7 +269,7 @@ struct hvcs_struct {
        unsigned int index;
  
@@ -18098,10 +21447,131 @@ diff -urNp linux-2.6.31/drivers/char/hvcs.c linux-2.6.31/drivers/char/hvcs.c
  
        /*
         * Used to tell the driver kernel_thread what operations need to take
-diff -urNp linux-2.6.31/drivers/char/ipmi/ipmi_msghandler.c linux-2.6.31/drivers/char/ipmi/ipmi_msghandler.c
---- linux-2.6.31/drivers/char/ipmi/ipmi_msghandler.c   2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/char/ipmi/ipmi_msghandler.c   2009-09-06 15:29:11.381907311 -0400
-@@ -413,7 +413,7 @@ struct ipmi_smi {
+@@ -419,7 +419,7 @@ static ssize_t hvcs_vterm_state_store(st
+       spin_lock_irqsave(&hvcsd->lock, flags);
+-      if (hvcsd->open_count > 0) {
++      if (atomic_read(&hvcsd->open_count) > 0) {
+               spin_unlock_irqrestore(&hvcsd->lock, flags);
+               printk(KERN_INFO "HVCS: vterm state unchanged.  "
+                               "The hvcs device node is still in use.\n");
+@@ -1135,7 +1135,7 @@ static int hvcs_open(struct tty_struct *
+               if ((retval = hvcs_partner_connect(hvcsd)))
+                       goto error_release;
+-      hvcsd->open_count = 1;
++      atomic_set(&hvcsd->open_count, 1);
+       hvcsd->tty = tty;
+       tty->driver_data = hvcsd;
+@@ -1169,7 +1169,7 @@ fast_open:
+       spin_lock_irqsave(&hvcsd->lock, flags);
+       kref_get(&hvcsd->kref);
+-      hvcsd->open_count++;
++      atomic_inc(&hvcsd->open_count);
+       hvcsd->todo_mask |= HVCS_SCHED_READ;
+       spin_unlock_irqrestore(&hvcsd->lock, flags);
+@@ -1213,7 +1213,7 @@ static void hvcs_close(struct tty_struct
+       hvcsd = tty->driver_data;
+       spin_lock_irqsave(&hvcsd->lock, flags);
+-      if (--hvcsd->open_count == 0) {
++      if (atomic_dec_and_test(&hvcsd->open_count)) {
+               vio_disable_interrupts(hvcsd->vdev);
+@@ -1239,10 +1239,10 @@ static void hvcs_close(struct tty_struct
+               free_irq(irq, hvcsd);
+               kref_put(&hvcsd->kref, destroy_hvcs_struct);
+               return;
+-      } else if (hvcsd->open_count < 0) {
++      } else if (atomic_read(&hvcsd->open_count) < 0) {
+               printk(KERN_ERR "HVCS: vty-server@%X open_count: %d"
+                               " is missmanaged.\n",
+-              hvcsd->vdev->unit_address, hvcsd->open_count);
++              hvcsd->vdev->unit_address, atomic_read(&hvcsd->open_count));
+       }
+       spin_unlock_irqrestore(&hvcsd->lock, flags);
+@@ -1258,7 +1258,7 @@ static void hvcs_hangup(struct tty_struc
+       spin_lock_irqsave(&hvcsd->lock, flags);
+       /* Preserve this so that we know how many kref refs to put */
+-      temp_open_count = hvcsd->open_count;
++      temp_open_count = atomic_read(&hvcsd->open_count);
+       /*
+        * Don't kref put inside the spinlock because the destruction
+@@ -1273,7 +1273,7 @@ static void hvcs_hangup(struct tty_struc
+       hvcsd->tty->driver_data = NULL;
+       hvcsd->tty = NULL;
+-      hvcsd->open_count = 0;
++      atomic_set(&hvcsd->open_count, 0);
+       /* This will drop any buffered data on the floor which is OK in a hangup
+        * scenario. */
+@@ -1344,7 +1344,7 @@ static int hvcs_write(struct tty_struct 
+        * the middle of a write operation?  This is a crummy place to do this
+        * but we want to keep it all in the spinlock.
+        */
+-      if (hvcsd->open_count <= 0) {
++      if (atomic_read(&hvcsd->open_count) <= 0) {
+               spin_unlock_irqrestore(&hvcsd->lock, flags);
+               return -ENODEV;
+       }
+@@ -1418,7 +1418,7 @@ static int hvcs_write_room(struct tty_st
+ {
+       struct hvcs_struct *hvcsd = tty->driver_data;
+-      if (!hvcsd || hvcsd->open_count <= 0)
++      if (!hvcsd || atomic_read(&hvcsd->open_count) <= 0)
+               return 0;
+       return HVCS_BUFF_LEN - hvcsd->chars_in_buffer;
+diff -urNp linux-2.6.32.1/drivers/char/hvc_udbg.c linux-2.6.32.1/drivers/char/hvc_udbg.c
+--- linux-2.6.32.1/drivers/char/hvc_udbg.c     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/char/hvc_udbg.c     2009-12-14 18:33:53.182718847 -0500
+@@ -58,7 +58,7 @@ static int hvc_udbg_get(uint32_t vtermno
+       return i;
+ }
+-static struct hv_ops hvc_udbg_ops = {
++static const struct hv_ops hvc_udbg_ops = {
+       .get_chars = hvc_udbg_get,
+       .put_chars = hvc_udbg_put,
+ };
+diff -urNp linux-2.6.32.1/drivers/char/hvc_vio.c linux-2.6.32.1/drivers/char/hvc_vio.c
+--- linux-2.6.32.1/drivers/char/hvc_vio.c      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/char/hvc_vio.c      2009-12-14 18:33:53.192868106 -0500
+@@ -77,7 +77,7 @@ static int filtered_get_chars(uint32_t v
+       return got;
+ }
+-static struct hv_ops hvc_get_put_ops = {
++static const struct hv_ops hvc_get_put_ops = {
+       .get_chars = filtered_get_chars,
+       .put_chars = hvc_put_chars,
+       .notifier_add = notifier_add_irq,
+diff -urNp linux-2.6.32.1/drivers/char/hvc_xen.c linux-2.6.32.1/drivers/char/hvc_xen.c
+--- linux-2.6.32.1/drivers/char/hvc_xen.c      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/char/hvc_xen.c      2009-12-14 18:33:53.199722723 -0500
+@@ -120,7 +120,7 @@ static int read_console(uint32_t vtermno
+       return recv;
+ }
+-static struct hv_ops hvc_ops = {
++static const struct hv_ops hvc_ops = {
+       .get_chars = read_console,
+       .put_chars = write_console,
+       .notifier_add = notifier_add_irq,
+diff -urNp linux-2.6.32.1/drivers/char/ipmi/ipmi_msghandler.c linux-2.6.32.1/drivers/char/ipmi/ipmi_msghandler.c
+--- linux-2.6.32.1/drivers/char/ipmi/ipmi_msghandler.c 2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/char/ipmi/ipmi_msghandler.c 2009-12-14 18:33:53.217765021 -0500
+@@ -414,7 +414,7 @@ struct ipmi_smi {
        struct proc_dir_entry *proc_dir;
        char                  proc_dir_name[10];
  
@@ -18110,7 +21580,7 @@ diff -urNp linux-2.6.31/drivers/char/ipmi/ipmi_msghandler.c linux-2.6.31/drivers
  
        /*
         * run_to_completion duplicate of smb_info, smi_info
-@@ -446,9 +446,9 @@ static DEFINE_MUTEX(smi_watchers_mutex);
+@@ -447,9 +447,9 @@ static DEFINE_MUTEX(smi_watchers_mutex);
  
  
  #define ipmi_inc_stat(intf, stat) \
@@ -18122,7 +21592,7 @@ diff -urNp linux-2.6.31/drivers/char/ipmi/ipmi_msghandler.c linux-2.6.31/drivers
  
  static int is_lan_addr(struct ipmi_addr *addr)
  {
-@@ -2807,7 +2807,7 @@ int ipmi_register_smi(struct ipmi_smi_ha
+@@ -2808,7 +2808,7 @@ int ipmi_register_smi(struct ipmi_smi_ha
        INIT_LIST_HEAD(&intf->cmd_rcvrs);
        init_waitqueue_head(&intf->waitq);
        for (i = 0; i < IPMI_NUM_STATS; i++)
@@ -18131,9 +21601,9 @@ diff -urNp linux-2.6.31/drivers/char/ipmi/ipmi_msghandler.c linux-2.6.31/drivers
  
        intf->proc_dir = NULL;
  
-diff -urNp linux-2.6.31/drivers/char/ipmi/ipmi_si_intf.c linux-2.6.31/drivers/char/ipmi/ipmi_si_intf.c
---- linux-2.6.31/drivers/char/ipmi/ipmi_si_intf.c      2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/char/ipmi/ipmi_si_intf.c      2009-09-06 15:29:11.385901177 -0400
+diff -urNp linux-2.6.32.1/drivers/char/ipmi/ipmi_si_intf.c linux-2.6.32.1/drivers/char/ipmi/ipmi_si_intf.c
+--- linux-2.6.32.1/drivers/char/ipmi/ipmi_si_intf.c    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/char/ipmi/ipmi_si_intf.c    2009-12-14 18:33:53.230726881 -0500
 @@ -277,7 +277,7 @@ struct smi_info {
        unsigned char slave_addr;
  
@@ -18164,9 +21634,9 @@ diff -urNp linux-2.6.31/drivers/char/ipmi/ipmi_si_intf.c linux-2.6.31/drivers/ch
  
        new_smi->interrupt_disabled = 0;
        atomic_set(&new_smi->stop_operation, 0);
-diff -urNp linux-2.6.31/drivers/char/keyboard.c linux-2.6.31/drivers/char/keyboard.c
---- linux-2.6.31/drivers/char/keyboard.c       2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/char/keyboard.c       2009-09-06 15:29:11.386918893 -0400
+diff -urNp linux-2.6.32.1/drivers/char/keyboard.c linux-2.6.32.1/drivers/char/keyboard.c
+--- linux-2.6.32.1/drivers/char/keyboard.c     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/char/keyboard.c     2009-12-14 18:33:53.232853602 -0500
 @@ -635,6 +635,16 @@ static void k_spec(struct vc_data *vc, u
             kbd->kbdmode == VC_MEDIUMRAW) &&
             value != KVAL(K_SAK))
@@ -18193,9 +21663,9 @@ diff -urNp linux-2.6.31/drivers/char/keyboard.c linux-2.6.31/drivers/char/keyboa
  };
  
  MODULE_DEVICE_TABLE(input, kbd_ids);
-diff -urNp linux-2.6.31/drivers/char/mem.c linux-2.6.31/drivers/char/mem.c
---- linux-2.6.31/drivers/char/mem.c    2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/char/mem.c    2009-09-06 15:29:11.386918893 -0400
+diff -urNp linux-2.6.32.1/drivers/char/mem.c linux-2.6.32.1/drivers/char/mem.c
+--- linux-2.6.32.1/drivers/char/mem.c  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/char/mem.c  2009-12-14 18:33:53.242721386 -0500
 @@ -18,6 +18,7 @@
  #include <linux/raw.h>
  #include <linux/tty.h>
@@ -18227,15 +21697,6 @@ diff -urNp linux-2.6.31/drivers/char/mem.c linux-2.6.31/drivers/char/mem.c
        written = 0;
  
  #ifdef __ARCH_HAS_NO_PAGE_ZERO_MAPPED
-@@ -301,7 +311,7 @@ static inline int private_mapping_ok(str
- }
- #endif
--static struct vm_operations_struct mmap_mem_ops = {
-+static const struct vm_operations_struct mmap_mem_ops = {
- #ifdef CONFIG_HAVE_IOREMAP_PROT
-       .access = generic_access_phys
- #endif
 @@ -324,6 +334,11 @@ static int mmap_mem(struct file * file, 
                                                &vma->vm_page_prot))
                return -EINVAL;
@@ -18285,43 +21746,19 @@ diff -urNp linux-2.6.31/drivers/char/mem.c linux-2.6.31/drivers/char/mem.c
  #define open_kmem     open_mem
  #define open_oldmem   open_mem
  
-@@ -888,6 +917,9 @@ static const struct {
+@@ -886,6 +915,9 @@ static const struct memdev {
  #ifdef CONFIG_CRASH_DUMP
-       {12,"oldmem",    S_IRUSR | S_IWUSR | S_IRGRP, &oldmem_fops, NULL},
+       [12] = { "oldmem", 0, &oldmem_fops, NULL },
  #endif
 +#if defined(CONFIG_GRKERNSEC) && !defined(CONFIG_GRKERNSEC_NO_RBAC)
-+      {13,"grsec",    S_IRUSR | S_IWUGO,          &grsec_fops},
++      [13] = { "grsec",S_IRUSR | S_IWUGO, &grsec_fops, NULL },
 +#endif
  };
  
  static int memory_open(struct inode *inode, struct file *filp)
-diff -urNp linux-2.6.31/drivers/char/misc.c linux-2.6.31/drivers/char/misc.c
---- linux-2.6.31/drivers/char/misc.c   2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/char/misc.c   2009-09-06 15:29:11.388001318 -0400
-@@ -91,7 +91,7 @@ static int misc_seq_show(struct seq_file
- }
--static struct seq_operations misc_seq_ops = {
-+static const struct seq_operations misc_seq_ops = {
-       .start = misc_seq_start,
-       .next  = misc_seq_next,
-       .stop  = misc_seq_stop,
-diff -urNp linux-2.6.31/drivers/char/mspec.c linux-2.6.31/drivers/char/mspec.c
---- linux-2.6.31/drivers/char/mspec.c  2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/char/mspec.c  2009-09-06 15:29:11.388001318 -0400
-@@ -239,7 +239,7 @@ mspec_fault(struct vm_area_struct *vma, 
-       return VM_FAULT_NOPAGE;
- }
--static struct vm_operations_struct mspec_vm_ops = {
-+static const struct vm_operations_struct mspec_vm_ops = {
-       .open = mspec_open,
-       .close = mspec_close,
-       .fault = mspec_fault,
-diff -urNp linux-2.6.31/drivers/char/nvram.c linux-2.6.31/drivers/char/nvram.c
---- linux-2.6.31/drivers/char/nvram.c  2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/char/nvram.c  2009-09-06 15:29:11.389005600 -0400
+diff -urNp linux-2.6.32.1/drivers/char/nvram.c linux-2.6.32.1/drivers/char/nvram.c
+--- linux-2.6.32.1/drivers/char/nvram.c        2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/char/nvram.c        2009-12-14 18:33:53.252874352 -0500
 @@ -429,7 +429,10 @@ static const struct file_operations nvra
  static struct miscdevice nvram_dev = {
        NVRAM_MINOR,
@@ -18334,9 +21771,9 @@ diff -urNp linux-2.6.31/drivers/char/nvram.c linux-2.6.31/drivers/char/nvram.c
  };
  
  static int __init nvram_init(void)
-diff -urNp linux-2.6.31/drivers/char/pcmcia/ipwireless/tty.c linux-2.6.31/drivers/char/pcmcia/ipwireless/tty.c
---- linux-2.6.31/drivers/char/pcmcia/ipwireless/tty.c  2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/char/pcmcia/ipwireless/tty.c  2009-09-06 15:29:11.389005600 -0400
+diff -urNp linux-2.6.32.1/drivers/char/pcmcia/ipwireless/tty.c linux-2.6.32.1/drivers/char/pcmcia/ipwireless/tty.c
+--- linux-2.6.32.1/drivers/char/pcmcia/ipwireless/tty.c        2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/char/pcmcia/ipwireless/tty.c        2009-12-14 18:33:53.254793634 -0500
 @@ -51,7 +51,7 @@ struct ipw_tty {
        int tty_type;
        struct ipw_network *network;
@@ -18451,10 +21888,43 @@ diff -urNp linux-2.6.31/drivers/char/pcmcia/ipwireless/tty.c linux-2.6.31/driver
                                do_ipw_close(ttyj);
                        ipwireless_disassociate_network_ttys(network,
                                                             ttyj->channel_idx);
-diff -urNp linux-2.6.31/drivers/char/random.c linux-2.6.31/drivers/char/random.c
---- linux-2.6.31/drivers/char/random.c 2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/char/random.c 2009-09-06 15:29:11.389959667 -0400
-@@ -253,8 +253,13 @@
+diff -urNp linux-2.6.32.1/drivers/char/pty.c linux-2.6.32.1/drivers/char/pty.c
+--- linux-2.6.32.1/drivers/char/pty.c  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/char/pty.c  2009-12-14 18:33:53.256868256 -0500
+@@ -682,7 +682,18 @@ static int ptmx_open(struct inode *inode
+       return ret;
+ }
+-static struct file_operations ptmx_fops;
++static const struct file_operations ptmx_fops = {
++      .llseek         = no_llseek,
++      .read           = tty_read,
++      .write          = tty_write,
++      .poll           = tty_poll,
++      .unlocked_ioctl = tty_ioctl,
++      .compat_ioctl   = tty_compat_ioctl,
++      .open           = ptmx_open,
++      .release        = tty_release,
++      .fasync         = tty_fasync,
++};
++
+ static void __init unix98_pty_init(void)
+ {
+@@ -736,9 +747,6 @@ static void __init unix98_pty_init(void)
+       register_sysctl_table(pty_root_table);
+       /* Now create the /dev/ptmx special device */
+-      tty_default_fops(&ptmx_fops);
+-      ptmx_fops.open = ptmx_open;
+-
+       cdev_init(&ptmx_cdev, &ptmx_fops);
+       if (cdev_add(&ptmx_cdev, MKDEV(TTYAUX_MAJOR, 2), 1) ||
+           register_chrdev_region(MKDEV(TTYAUX_MAJOR, 2), 1, "/dev/ptmx") < 0)
+diff -urNp linux-2.6.32.1/drivers/char/random.c linux-2.6.32.1/drivers/char/random.c
+--- linux-2.6.32.1/drivers/char/random.c       2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/char/random.c       2009-12-14 18:33:53.284775572 -0500
+@@ -254,8 +254,13 @@
  /*
   * Configuration information
   */
@@ -18468,7 +21938,7 @@ diff -urNp linux-2.6.31/drivers/char/random.c linux-2.6.31/drivers/char/random.c
  #define SEC_XFER_SIZE 512
  
  /*
-@@ -291,10 +296,17 @@ static struct poolinfo {
+@@ -292,10 +297,17 @@ static struct poolinfo {
        int poolwords;
        int tap1, tap2, tap3, tap4, tap5;
  } poolinfo_table[] = {
@@ -18486,7 +21956,7 @@ diff -urNp linux-2.6.31/drivers/char/random.c linux-2.6.31/drivers/char/random.c
  #if 0
        /* x^2048 + x^1638 + x^1231 + x^819 + x^411 + x + 1  -- 115 */
        { 2048, 1638,   1231,   819,    411,    1 },
-@@ -1204,7 +1216,7 @@ EXPORT_SYMBOL(generate_random_uuid);
+@@ -1218,7 +1230,7 @@ EXPORT_SYMBOL(generate_random_uuid);
  #include <linux/sysctl.h>
  
  static int min_read_thresh = 8, min_write_thresh;
@@ -18495,10 +21965,10 @@ diff -urNp linux-2.6.31/drivers/char/random.c linux-2.6.31/drivers/char/random.c
  static int max_write_thresh = INPUT_POOL_WORDS * 32;
  static char sysctl_bootid[16];
  
-diff -urNp linux-2.6.31/drivers/char/sonypi.c linux-2.6.31/drivers/char/sonypi.c
---- linux-2.6.31/drivers/char/sonypi.c 2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/char/sonypi.c 2009-09-06 15:29:11.389959667 -0400
-@@ -490,7 +490,7 @@ static struct sonypi_device {
+diff -urNp linux-2.6.32.1/drivers/char/sonypi.c linux-2.6.32.1/drivers/char/sonypi.c
+--- linux-2.6.32.1/drivers/char/sonypi.c       2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/char/sonypi.c       2009-12-14 18:33:53.304842135 -0500
+@@ -491,7 +491,7 @@ static struct sonypi_device {
        spinlock_t fifo_lock;
        wait_queue_head_t fifo_proc_list;
        struct fasync_struct *fifo_async;
@@ -18507,7 +21977,7 @@ diff -urNp linux-2.6.31/drivers/char/sonypi.c linux-2.6.31/drivers/char/sonypi.c
        int model;
        struct input_dev *input_jog_dev;
        struct input_dev *input_key_dev;
-@@ -894,7 +894,7 @@ static int sonypi_misc_fasync(int fd, st
+@@ -895,7 +895,7 @@ static int sonypi_misc_fasync(int fd, st
  static int sonypi_misc_release(struct inode *inode, struct file *file)
  {
        mutex_lock(&sonypi_device.lock);
@@ -18516,7 +21986,7 @@ diff -urNp linux-2.6.31/drivers/char/sonypi.c linux-2.6.31/drivers/char/sonypi.c
        mutex_unlock(&sonypi_device.lock);
        return 0;
  }
-@@ -904,9 +904,9 @@ static int sonypi_misc_open(struct inode
+@@ -905,9 +905,9 @@ static int sonypi_misc_open(struct inode
        lock_kernel();
        mutex_lock(&sonypi_device.lock);
        /* Flush input queue on first open */
@@ -18528,29 +21998,143 @@ diff -urNp linux-2.6.31/drivers/char/sonypi.c linux-2.6.31/drivers/char/sonypi.c
        mutex_unlock(&sonypi_device.lock);
        unlock_kernel();
        return 0;
-diff -urNp linux-2.6.31/drivers/char/tpm/tpm_bios.c linux-2.6.31/drivers/char/tpm/tpm_bios.c
---- linux-2.6.31/drivers/char/tpm/tpm_bios.c   2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/char/tpm/tpm_bios.c   2009-09-06 15:29:11.392012091 -0400
-@@ -343,14 +343,14 @@ static int tpm_ascii_bios_measurements_s
+diff -urNp linux-2.6.32.1/drivers/char/tpm/tpm_bios.c linux-2.6.32.1/drivers/char/tpm/tpm_bios.c
+--- linux-2.6.32.1/drivers/char/tpm/tpm_bios.c 2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/char/tpm/tpm_bios.c 2009-12-14 18:33:53.329724049 -0500
+@@ -172,7 +172,7 @@ static void *tpm_bios_measurements_start
+       event = addr;
+       if ((event->event_type == 0 && event->event_size == 0) ||
+-          ((addr + sizeof(struct tcpa_event) + event->event_size) >= limit))
++          (event->event_size >= limit - addr - sizeof(struct tcpa_event)))
+               return NULL;
+       return addr;
+@@ -197,7 +197,7 @@ static void *tpm_bios_measurements_next(
+               return NULL;
+       if ((event->event_type == 0 && event->event_size == 0) ||
+-          ((v + sizeof(struct tcpa_event) + event->event_size) >= limit))
++          (event->event_size >= limit - v - sizeof(struct tcpa_event)))
+               return NULL;
+       (*pos)++;
+@@ -290,7 +290,8 @@ static int tpm_binary_bios_measurements_
+       int i;
+       for (i = 0; i < sizeof(struct tcpa_event) + event->event_size; i++)
+-              seq_putc(m, data[i]);
++              if (!seq_putc(m, data[i]))
++                      return -EFAULT;
        return 0;
  }
+@@ -409,6 +410,11 @@ static int read_log(struct tpm_bios_log 
+       log->bios_event_log_end = log->bios_event_log + len;
  
--static struct seq_operations tpm_ascii_b_measurments_seqops = {
-+static const struct seq_operations tpm_ascii_b_measurments_seqops = {
-       .start = tpm_bios_measurements_start,
-       .next = tpm_bios_measurements_next,
-       .stop = tpm_bios_measurements_stop,
-       .show = tpm_ascii_bios_measurements_show,
- };
+       virt = acpi_os_map_memory(start, len);
++      if (!virt) {
++              kfree(log->bios_event_log);
++              log->bios_event_log = NULL;
++              return -EFAULT;
++      }
+       memcpy(log->bios_event_log, virt, len);
+diff -urNp linux-2.6.32.1/drivers/char/tty_io.c linux-2.6.32.1/drivers/char/tty_io.c
+--- linux-2.6.32.1/drivers/char/tty_io.c       2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/char/tty_io.c       2009-12-14 18:33:53.362910089 -0500
+@@ -136,21 +136,10 @@ LIST_HEAD(tty_drivers);                  /* linked list
+ DEFINE_MUTEX(tty_mutex);
+ EXPORT_SYMBOL(tty_mutex);
+-static ssize_t tty_read(struct file *, char __user *, size_t, loff_t *);
+-static ssize_t tty_write(struct file *, const char __user *, size_t, loff_t *);
+ ssize_t redirected_tty_write(struct file *, const char __user *,
+                                                       size_t, loff_t *);
+-static unsigned int tty_poll(struct file *, poll_table *);
+ static int tty_open(struct inode *, struct file *);
+-static int tty_release(struct inode *, struct file *);
+ long tty_ioctl(struct file *file, unsigned int cmd, unsigned long arg);
+-#ifdef CONFIG_COMPAT
+-static long tty_compat_ioctl(struct file *file, unsigned int cmd,
+-                              unsigned long arg);
+-#else
+-#define tty_compat_ioctl NULL
+-#endif
+-static int tty_fasync(int fd, struct file *filp, int on);
+ static void release_tty(struct tty_struct *tty, int idx);
+ static void __proc_set_tty(struct task_struct *tsk, struct tty_struct *tty);
+ static void proc_set_tty(struct task_struct *tsk, struct tty_struct *tty);
+@@ -870,7 +859,7 @@ EXPORT_SYMBOL(start_tty);
+  *    read calls may be outstanding in parallel.
+  */
  
--static struct seq_operations tpm_binary_b_measurments_seqops = {
-+static const struct seq_operations tpm_binary_b_measurments_seqops = {
-       .start = tpm_bios_measurements_start,
-       .next = tpm_bios_measurements_next,
-       .stop = tpm_bios_measurements_stop,
-diff -urNp linux-2.6.31/drivers/char/tty_ldisc.c linux-2.6.31/drivers/char/tty_ldisc.c
---- linux-2.6.31/drivers/char/tty_ldisc.c      2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/char/tty_ldisc.c      2009-09-06 15:29:11.392012091 -0400
+-static ssize_t tty_read(struct file *file, char __user *buf, size_t count,
++ssize_t tty_read(struct file *file, char __user *buf, size_t count,
+                       loff_t *ppos)
+ {
+       int i;
+@@ -1045,7 +1034,7 @@ void tty_write_message(struct tty_struct
+  *    write method will not be invoked in parallel for each device.
+  */
+-static ssize_t tty_write(struct file *file, const char __user *buf,
++ssize_t tty_write(struct file *file, const char __user *buf,
+                                               size_t count, loff_t *ppos)
+ {
+       struct tty_struct *tty;
+@@ -1865,7 +1854,7 @@ static int tty_open(struct inode *inode,
+  *            Takes bkl. See tty_release_dev
+  */
+-static int tty_release(struct inode *inode, struct file *filp)
++int tty_release(struct inode *inode, struct file *filp)
+ {
+       lock_kernel();
+       tty_release_dev(filp);
+@@ -1885,7 +1874,7 @@ static int tty_release(struct inode *ino
+  *    may be re-entered freely by other callers.
+  */
+-static unsigned int tty_poll(struct file *filp, poll_table *wait)
++unsigned int tty_poll(struct file *filp, poll_table *wait)
+ {
+       struct tty_struct *tty;
+       struct tty_ldisc *ld;
+@@ -1902,7 +1891,7 @@ static unsigned int tty_poll(struct file
+       return ret;
+ }
+-static int tty_fasync(int fd, struct file *filp, int on)
++int tty_fasync(int fd, struct file *filp, int on)
+ {
+       struct tty_struct *tty;
+       unsigned long flags;
+@@ -2579,7 +2568,7 @@ long tty_ioctl(struct file *file, unsign
+ }
+ #ifdef CONFIG_COMPAT
+-static long tty_compat_ioctl(struct file *file, unsigned int cmd,
++long tty_compat_ioctl(struct file *file, unsigned int cmd,
+                               unsigned long arg)
+ {
+       struct inode *inode = file->f_dentry->d_inode;
+@@ -3046,11 +3035,6 @@ struct tty_struct *get_current_tty(void)
+ }
+ EXPORT_SYMBOL_GPL(get_current_tty);
+-void tty_default_fops(struct file_operations *fops)
+-{
+-      *fops = tty_fops;
+-}
+-
+ /*
+  * Initialize the console device. This is called *early*, so
+  * we can't necessarily depend on lots of kernel help here.
+diff -urNp linux-2.6.32.1/drivers/char/tty_ldisc.c linux-2.6.32.1/drivers/char/tty_ldisc.c
+--- linux-2.6.32.1/drivers/char/tty_ldisc.c    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/char/tty_ldisc.c    2009-12-14 18:33:53.372863425 -0500
 @@ -73,7 +73,7 @@ static void put_ldisc(struct tty_ldisc *
        if (atomic_dec_and_lock(&ld->users, &tty_ldisc_lock)) {
                struct tty_ldisc_ops *ldo = ld->ops;
@@ -18578,19 +22162,39 @@ diff -urNp linux-2.6.31/drivers/char/tty_ldisc.c linux-2.6.31/drivers/char/tty_l
                ret = -EBUSY;
        else
                tty_ldiscs[disc] = NULL;
-@@ -175,7 +175,7 @@ static struct tty_ldisc *tty_ldisc_try_g
-                       err = -EAGAIN;
-               else {
-                       /* lock it */
+@@ -156,7 +156,7 @@ static struct tty_ldisc_ops *get_ldops(i
+       if (ldops) {
+               ret = ERR_PTR(-EAGAIN);
+               if (try_module_get(ldops->owner)) {
 -                      ldops->refcount++;
 +                      atomic_inc(&ldops->refcount);
-                       ld->ops = ldops;
-                       atomic_set(&ld->users, 1);
-                       err = 0;
-diff -urNp linux-2.6.31/drivers/char/vt_ioctl.c linux-2.6.31/drivers/char/vt_ioctl.c
---- linux-2.6.31/drivers/char/vt_ioctl.c       2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/char/vt_ioctl.c       2009-09-06 15:29:11.392012091 -0400
-@@ -97,6 +97,12 @@ do_kdsk_ioctl(int cmd, struct kbentry __
+                       ret = ldops;
+               }
+       }
+@@ -169,7 +169,7 @@ static void put_ldops(struct tty_ldisc_o
+       unsigned long flags;
+       spin_lock_irqsave(&tty_ldisc_lock, flags);
+-      ldops->refcount--;
++      atomic_dec(&ldops->refcount);
+       module_put(ldops->owner);
+       spin_unlock_irqrestore(&tty_ldisc_lock, flags);
+ }
+diff -urNp linux-2.6.32.1/drivers/char/virtio_console.c linux-2.6.32.1/drivers/char/virtio_console.c
+--- linux-2.6.32.1/drivers/char/virtio_console.c       2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/char/virtio_console.c       2009-12-14 18:33:53.380875003 -0500
+@@ -44,6 +44,7 @@ static unsigned int in_len;
+ static char *in, *inbuf;
+ /* The operations for our console. */
++/* cannot be const */
+ static struct hv_ops virtio_cons;
+ /* The hvc device */
+diff -urNp linux-2.6.32.1/drivers/char/vt_ioctl.c linux-2.6.32.1/drivers/char/vt_ioctl.c
+--- linux-2.6.32.1/drivers/char/vt_ioctl.c     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/char/vt_ioctl.c     2009-12-14 18:33:53.381790968 -0500
+@@ -226,6 +226,12 @@ do_kdsk_ioctl(int cmd, struct kbentry __
        case KDSKBENT:
                if (!perm)
                        return -EPERM;
@@ -18603,7 +22207,7 @@ diff -urNp linux-2.6.31/drivers/char/vt_ioctl.c linux-2.6.31/drivers/char/vt_ioc
                if (!i && v == K_NOSUCHMAP) {
                        /* deallocate map */
                        key_map = key_maps[s];
-@@ -237,6 +243,13 @@ do_kdgkb_ioctl(int cmd, struct kbsentry 
+@@ -366,6 +372,13 @@ do_kdgkb_ioctl(int cmd, struct kbsentry 
                        goto reterr;
                }
  
@@ -18617,21 +22221,66 @@ diff -urNp linux-2.6.31/drivers/char/vt_ioctl.c linux-2.6.31/drivers/char/vt_ioc
                q = func_table[i];
                first_free = funcbufptr + (funcbufsize - funcbufleft);
                for (j = i+1; j < MAX_NR_FUNC && !func_table[j]; j++) 
-diff -urNp linux-2.6.31/drivers/char/xilinx_hwicap/xilinx_hwicap.c linux-2.6.31/drivers/char/xilinx_hwicap/xilinx_hwicap.c
---- linux-2.6.31/drivers/char/xilinx_hwicap/xilinx_hwicap.c    2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/char/xilinx_hwicap/xilinx_hwicap.c    2009-09-06 15:29:11.393912433 -0400
-@@ -559,7 +559,7 @@ static int hwicap_release(struct inode *
-       return status;
+diff -urNp linux-2.6.32.1/drivers/cpufreq/cpufreq.c linux-2.6.32.1/drivers/cpufreq/cpufreq.c
+--- linux-2.6.32.1/drivers/cpufreq/cpufreq.c   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/cpufreq/cpufreq.c   2009-12-14 18:33:53.428873908 -0500
+@@ -750,7 +750,7 @@ static void cpufreq_sysfs_release(struct
+       complete(&policy->kobj_unregister);
  }
  
--static struct file_operations hwicap_fops = {
-+static const struct file_operations hwicap_fops = {
-       .owner = THIS_MODULE,
-       .write = hwicap_write,
-       .read = hwicap_read,
-diff -urNp linux-2.6.31/drivers/edac/edac_core.h linux-2.6.31/drivers/edac/edac_core.h
---- linux-2.6.31/drivers/edac/edac_core.h      2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/edac/edac_core.h      2009-09-06 15:29:11.393912433 -0400
+-static struct sysfs_ops sysfs_ops = {
++static const struct sysfs_ops sysfs_ops = {
+       .show   = show,
+       .store  = store,
+ };
+diff -urNp linux-2.6.32.1/drivers/cpuidle/sysfs.c linux-2.6.32.1/drivers/cpuidle/sysfs.c
+--- linux-2.6.32.1/drivers/cpuidle/sysfs.c     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/cpuidle/sysfs.c     2009-12-14 18:33:53.453879656 -0500
+@@ -191,7 +191,7 @@ static ssize_t cpuidle_store(struct kobj
+       return ret;
+ }
+-static struct sysfs_ops cpuidle_sysfs_ops = {
++static const struct sysfs_ops cpuidle_sysfs_ops = {
+       .show = cpuidle_show,
+       .store = cpuidle_store,
+ };
+@@ -277,7 +277,7 @@ static ssize_t cpuidle_state_show(struct
+       return ret;
+ }
+-static struct sysfs_ops cpuidle_state_sysfs_ops = {
++static const struct sysfs_ops cpuidle_state_sysfs_ops = {
+       .show = cpuidle_state_show,
+ };
+diff -urNp linux-2.6.32.1/drivers/dma/ioat/dma.c linux-2.6.32.1/drivers/dma/ioat/dma.c
+--- linux-2.6.32.1/drivers/dma/ioat/dma.c      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/dma/ioat/dma.c      2009-12-14 18:33:53.470726264 -0500
+@@ -1146,7 +1146,7 @@ ioat_attr_show(struct kobject *kobj, str
+       return entry->show(&chan->common, page);
+ }
+-struct sysfs_ops ioat_sysfs_ops = {
++const struct sysfs_ops ioat_sysfs_ops = {
+       .show   = ioat_attr_show,
+ };
+diff -urNp linux-2.6.32.1/drivers/dma/ioat/dma.h linux-2.6.32.1/drivers/dma/ioat/dma.h
+--- linux-2.6.32.1/drivers/dma/ioat/dma.h      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/dma/ioat/dma.h      2009-12-14 18:33:53.470726264 -0500
+@@ -329,7 +329,7 @@ bool ioat_cleanup_preamble(struct ioat_c
+                          unsigned long *phys_complete);
+ void ioat_kobject_add(struct ioatdma_device *device, struct kobj_type *type);
+ void ioat_kobject_del(struct ioatdma_device *device);
+-extern struct sysfs_ops ioat_sysfs_ops;
++extern const struct sysfs_ops ioat_sysfs_ops;
+ extern struct ioat_sysfs_entry ioat_version_attr;
+ extern struct ioat_sysfs_entry ioat_cap_attr;
+ #endif /* IOATDMA_H */
+diff -urNp linux-2.6.32.1/drivers/edac/edac_core.h linux-2.6.32.1/drivers/edac/edac_core.h
+--- linux-2.6.32.1/drivers/edac/edac_core.h    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/edac/edac_core.h    2009-12-14 18:33:53.485857498 -0500
 @@ -99,11 +99,11 @@ extern int edac_debug_level;
  
  #else                         /* !CONFIG_EDAC_DEBUG */
@@ -18649,9 +22298,81 @@ diff -urNp linux-2.6.31/drivers/edac/edac_core.h linux-2.6.31/drivers/edac/edac_
  
  #endif                                /* !CONFIG_EDAC_DEBUG */
  
-diff -urNp linux-2.6.31/drivers/firmware/dmi_scan.c linux-2.6.31/drivers/firmware/dmi_scan.c
---- linux-2.6.31/drivers/firmware/dmi_scan.c   2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/firmware/dmi_scan.c   2009-09-06 15:29:11.394934786 -0400
+diff -urNp linux-2.6.32.1/drivers/edac/edac_device_sysfs.c linux-2.6.32.1/drivers/edac/edac_device_sysfs.c
+--- linux-2.6.32.1/drivers/edac/edac_device_sysfs.c    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/edac/edac_device_sysfs.c    2009-12-14 18:33:53.495749328 -0500
+@@ -137,7 +137,7 @@ static ssize_t edac_dev_ctl_info_store(s
+ }
+ /* edac_dev file operations for an 'ctl_info' */
+-static struct sysfs_ops device_ctl_info_ops = {
++static const struct sysfs_ops device_ctl_info_ops = {
+       .show = edac_dev_ctl_info_show,
+       .store = edac_dev_ctl_info_store
+ };
+@@ -373,7 +373,7 @@ static ssize_t edac_dev_instance_store(s
+ }
+ /* edac_dev file operations for an 'instance' */
+-static struct sysfs_ops device_instance_ops = {
++static const struct sysfs_ops device_instance_ops = {
+       .show = edac_dev_instance_show,
+       .store = edac_dev_instance_store
+ };
+@@ -476,7 +476,7 @@ static ssize_t edac_dev_block_store(stru
+ }
+ /* edac_dev file operations for a 'block' */
+-static struct sysfs_ops device_block_ops = {
++static const struct sysfs_ops device_block_ops = {
+       .show = edac_dev_block_show,
+       .store = edac_dev_block_store
+ };
+diff -urNp linux-2.6.32.1/drivers/edac/edac_mc_sysfs.c linux-2.6.32.1/drivers/edac/edac_mc_sysfs.c
+--- linux-2.6.32.1/drivers/edac/edac_mc_sysfs.c        2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/edac/edac_mc_sysfs.c        2009-12-14 18:33:53.501894531 -0500
+@@ -245,7 +245,7 @@ static ssize_t csrowdev_store(struct kob
+       return -EIO;
+ }
+-static struct sysfs_ops csrowfs_ops = {
++static const struct sysfs_ops csrowfs_ops = {
+       .show = csrowdev_show,
+       .store = csrowdev_store
+ };
+@@ -575,7 +575,7 @@ static ssize_t mcidev_store(struct kobje
+ }
+ /* Intermediate show/store table */
+-static struct sysfs_ops mci_ops = {
++static const struct sysfs_ops mci_ops = {
+       .show = mcidev_show,
+       .store = mcidev_store
+ };
+diff -urNp linux-2.6.32.1/drivers/edac/edac_pci_sysfs.c linux-2.6.32.1/drivers/edac/edac_pci_sysfs.c
+--- linux-2.6.32.1/drivers/edac/edac_pci_sysfs.c       2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/edac/edac_pci_sysfs.c       2009-12-14 18:33:53.510878837 -0500
+@@ -121,7 +121,7 @@ static ssize_t edac_pci_instance_store(s
+ }
+ /* fs_ops table */
+-static struct sysfs_ops pci_instance_ops = {
++static const struct sysfs_ops pci_instance_ops = {
+       .show = edac_pci_instance_show,
+       .store = edac_pci_instance_store
+ };
+@@ -261,7 +261,7 @@ static ssize_t edac_pci_dev_store(struct
+       return -EIO;
+ }
+-static struct sysfs_ops edac_pci_sysfs_ops = {
++static const struct sysfs_ops edac_pci_sysfs_ops = {
+       .show = edac_pci_dev_show,
+       .store = edac_pci_dev_store
+ };
+diff -urNp linux-2.6.32.1/drivers/firmware/dmi_scan.c linux-2.6.32.1/drivers/firmware/dmi_scan.c
+--- linux-2.6.32.1/drivers/firmware/dmi_scan.c 2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/firmware/dmi_scan.c 2009-12-14 18:33:53.521738420 -0500
 @@ -391,11 +391,6 @@ void __init dmi_scan_machine(void)
                }
        }
@@ -18664,21 +22385,57 @@ diff -urNp linux-2.6.31/drivers/firmware/dmi_scan.c linux-2.6.31/drivers/firmwar
                p = dmi_ioremap(0xF0000, 0x10000);
                if (p == NULL)
                        goto error;
-diff -urNp linux-2.6.31/drivers/gpio/gpiolib.c linux-2.6.31/drivers/gpio/gpiolib.c
---- linux-2.6.31/drivers/gpio/gpiolib.c        2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/gpio/gpiolib.c        2009-09-06 15:29:11.394934786 -0400
-@@ -1244,7 +1244,7 @@ static int gpiolib_open(struct inode *in
-       return single_open(file, gpiolib_show, NULL);
- }
--static struct file_operations gpiolib_operations = {
-+static const struct file_operations gpiolib_operations = {
-       .open           = gpiolib_open,
-       .read           = seq_read,
-       .llseek         = seq_lseek,
-diff -urNp linux-2.6.31/drivers/gpu/drm/drm_drv.c linux-2.6.31/drivers/gpu/drm/drm_drv.c
---- linux-2.6.31/drivers/gpu/drm/drm_drv.c     2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/gpu/drm/drm_drv.c     2009-09-06 15:29:11.395956726 -0400
+diff -urNp linux-2.6.32.1/drivers/firmware/edd.c linux-2.6.32.1/drivers/firmware/edd.c
+--- linux-2.6.32.1/drivers/firmware/edd.c      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/firmware/edd.c      2009-12-14 18:33:53.521738420 -0500
+@@ -122,7 +122,7 @@ edd_attr_show(struct kobject * kobj, str
+       return ret;
+ }
+-static struct sysfs_ops edd_attr_ops = {
++static const struct sysfs_ops edd_attr_ops = {
+       .show = edd_attr_show,
+ };
+diff -urNp linux-2.6.32.1/drivers/firmware/efivars.c linux-2.6.32.1/drivers/firmware/efivars.c
+--- linux-2.6.32.1/drivers/firmware/efivars.c  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/firmware/efivars.c  2009-12-14 18:33:53.532799691 -0500
+@@ -362,7 +362,7 @@ static ssize_t efivar_attr_store(struct 
+       return ret;
+ }
+-static struct sysfs_ops efivar_attr_ops = {
++static const struct sysfs_ops efivar_attr_ops = {
+       .show = efivar_attr_show,
+       .store = efivar_attr_store,
+ };
+diff -urNp linux-2.6.32.1/drivers/firmware/iscsi_ibft.c linux-2.6.32.1/drivers/firmware/iscsi_ibft.c
+--- linux-2.6.32.1/drivers/firmware/iscsi_ibft.c       2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/firmware/iscsi_ibft.c       2009-12-14 18:33:53.551823841 -0500
+@@ -525,7 +525,7 @@ static ssize_t ibft_show_attribute(struc
+       return ret;
+ }
+-static struct sysfs_ops ibft_attr_ops = {
++static const struct sysfs_ops ibft_attr_ops = {
+       .show = ibft_show_attribute,
+ };
+diff -urNp linux-2.6.32.1/drivers/firmware/memmap.c linux-2.6.32.1/drivers/firmware/memmap.c
+--- linux-2.6.32.1/drivers/firmware/memmap.c   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/firmware/memmap.c   2009-12-14 18:33:53.553727803 -0500
+@@ -74,7 +74,7 @@ static struct attribute *def_attrs[] = {
+       NULL
+ };
+-static struct sysfs_ops memmap_attr_ops = {
++static const struct sysfs_ops memmap_attr_ops = {
+       .show = memmap_attr_show,
+ };
+diff -urNp linux-2.6.32.1/drivers/gpu/drm/drm_drv.c linux-2.6.32.1/drivers/gpu/drm/drm_drv.c
+--- linux-2.6.32.1/drivers/gpu/drm/drm_drv.c   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/gpu/drm/drm_drv.c   2009-12-14 18:33:53.572891729 -0500
 @@ -417,7 +417,7 @@ int drm_ioctl(struct inode *inode, struc
        char *kdata = NULL;
  
@@ -18688,9 +22445,9 @@ diff -urNp linux-2.6.31/drivers/gpu/drm/drm_drv.c linux-2.6.31/drivers/gpu/drm/d
        ++file_priv->ioctl_count;
  
        DRM_DEBUG("pid=%d, cmd=0x%02x, nr=0x%02x, dev 0x%lx, auth=%d\n",
-diff -urNp linux-2.6.31/drivers/gpu/drm/drm_fops.c linux-2.6.31/drivers/gpu/drm/drm_fops.c
---- linux-2.6.31/drivers/gpu/drm/drm_fops.c    2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/gpu/drm/drm_fops.c    2009-09-06 15:29:11.395956726 -0400
+diff -urNp linux-2.6.32.1/drivers/gpu/drm/drm_fops.c linux-2.6.32.1/drivers/gpu/drm/drm_fops.c
+--- linux-2.6.32.1/drivers/gpu/drm/drm_fops.c  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/gpu/drm/drm_fops.c  2009-12-14 18:33:53.588910549 -0500
 @@ -66,7 +66,7 @@ static int drm_setup(struct drm_device *
        }
  
@@ -18742,9 +22499,9 @@ diff -urNp linux-2.6.31/drivers/gpu/drm/drm_fops.c linux-2.6.31/drivers/gpu/drm/
                if (atomic_read(&dev->ioctl_count)) {
                        DRM_ERROR("Device busy: %d\n",
                                  atomic_read(&dev->ioctl_count));
-diff -urNp linux-2.6.31/drivers/gpu/drm/drm_ioctl.c linux-2.6.31/drivers/gpu/drm/drm_ioctl.c
---- linux-2.6.31/drivers/gpu/drm/drm_ioctl.c   2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/gpu/drm/drm_ioctl.c   2009-09-06 15:29:11.396904770 -0400
+diff -urNp linux-2.6.32.1/drivers/gpu/drm/drm_ioctl.c linux-2.6.32.1/drivers/gpu/drm/drm_ioctl.c
+--- linux-2.6.32.1/drivers/gpu/drm/drm_ioctl.c 2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/gpu/drm/drm_ioctl.c 2009-12-14 18:33:53.608913123 -0500
 @@ -283,7 +283,7 @@ int drm_getstats(struct drm_device *dev,
                        stats->data[i].value =
                            (file_priv->master->lock.hw_lock ? file_priv->master->lock.hw_lock->lock : 0);
@@ -18754,9 +22511,9 @@ diff -urNp linux-2.6.31/drivers/gpu/drm/drm_ioctl.c linux-2.6.31/drivers/gpu/drm
                stats->data[i].type = dev->types[i];
        }
  
-diff -urNp linux-2.6.31/drivers/gpu/drm/drm_lock.c linux-2.6.31/drivers/gpu/drm/drm_lock.c
---- linux-2.6.31/drivers/gpu/drm/drm_lock.c    2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/gpu/drm/drm_lock.c    2009-09-06 15:29:11.396904770 -0400
+diff -urNp linux-2.6.32.1/drivers/gpu/drm/drm_lock.c linux-2.6.32.1/drivers/gpu/drm/drm_lock.c
+--- linux-2.6.32.1/drivers/gpu/drm/drm_lock.c  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/gpu/drm/drm_lock.c  2009-12-14 18:33:53.616909727 -0500
 @@ -87,7 +87,7 @@ int drm_lock(struct drm_device *dev, voi
                if (drm_lock_take(&master->lock, lock->context)) {
                        master->lock.file_priv = file_priv;
@@ -18775,45 +22532,9 @@ diff -urNp linux-2.6.31/drivers/gpu/drm/drm_lock.c linux-2.6.31/drivers/gpu/drm/
  
        /* kernel_context_switch isn't used by any of the x86 drm
         * modules but is required by the Sparc driver.
-diff -urNp linux-2.6.31/drivers/gpu/drm/drm_vm.c linux-2.6.31/drivers/gpu/drm/drm_vm.c
---- linux-2.6.31/drivers/gpu/drm/drm_vm.c      2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/gpu/drm/drm_vm.c      2009-09-06 15:29:11.397924184 -0400
-@@ -369,28 +369,28 @@ static int drm_vm_sg_fault(struct vm_are
- }
- /** AGP virtual memory operations */
--static struct vm_operations_struct drm_vm_ops = {
-+static const struct vm_operations_struct drm_vm_ops = {
-       .fault = drm_vm_fault,
-       .open = drm_vm_open,
-       .close = drm_vm_close,
- };
- /** Shared virtual memory operations */
--static struct vm_operations_struct drm_vm_shm_ops = {
-+static const struct vm_operations_struct drm_vm_shm_ops = {
-       .fault = drm_vm_shm_fault,
-       .open = drm_vm_open,
-       .close = drm_vm_shm_close,
- };
- /** DMA virtual memory operations */
--static struct vm_operations_struct drm_vm_dma_ops = {
-+static const struct vm_operations_struct drm_vm_dma_ops = {
-       .fault = drm_vm_dma_fault,
-       .open = drm_vm_open,
-       .close = drm_vm_close,
- };
- /** Scatter-gather virtual memory operations */
--static struct vm_operations_struct drm_vm_sg_ops = {
-+static const struct vm_operations_struct drm_vm_sg_ops = {
-       .fault = drm_vm_sg_fault,
-       .open = drm_vm_open,
-       .close = drm_vm_close,
-diff -urNp linux-2.6.31/drivers/gpu/drm/i810/i810_dma.c linux-2.6.31/drivers/gpu/drm/i810/i810_dma.c
---- linux-2.6.31/drivers/gpu/drm/i810/i810_dma.c       2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/gpu/drm/i810/i810_dma.c       2009-09-06 15:29:11.397924184 -0400
+diff -urNp linux-2.6.32.1/drivers/gpu/drm/i810/i810_dma.c linux-2.6.32.1/drivers/gpu/drm/i810/i810_dma.c
+--- linux-2.6.32.1/drivers/gpu/drm/i810/i810_dma.c     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/gpu/drm/i810/i810_dma.c     2009-12-14 18:33:53.638897561 -0500
 @@ -952,8 +952,8 @@ static int i810_dma_vertex(struct drm_de
                                 dma->buflist[vertex->idx],
                                 vertex->discard, vertex->used);
@@ -18836,10 +22557,105 @@ diff -urNp linux-2.6.31/drivers/gpu/drm/i810/i810_dma.c linux-2.6.31/drivers/gpu
        sarea_priv->last_enqueue = dev_priv->counter - 1;
        sarea_priv->last_dispatch = (int)hw_status[5];
  
-diff -urNp linux-2.6.31/drivers/gpu/drm/i915/i915_drv.c linux-2.6.31/drivers/gpu/drm/i915/i915_drv.c
---- linux-2.6.31/drivers/gpu/drm/i915/i915_drv.c       2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/gpu/drm/i915/i915_drv.c       2009-09-06 15:29:11.398926858 -0400
-@@ -154,7 +154,7 @@ i915_pci_resume(struct pci_dev *pdev)
+diff -urNp linux-2.6.32.1/drivers/gpu/drm/i915/dvo_ch7017.c linux-2.6.32.1/drivers/gpu/drm/i915/dvo_ch7017.c
+--- linux-2.6.32.1/drivers/gpu/drm/i915/dvo_ch7017.c   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/gpu/drm/i915/dvo_ch7017.c   2009-12-14 18:33:53.639841412 -0500
+@@ -443,7 +443,7 @@ static void ch7017_destroy(struct intel_
+       }
+ }
+-struct intel_dvo_dev_ops ch7017_ops = {
++const struct intel_dvo_dev_ops ch7017_ops = {
+       .init = ch7017_init,
+       .detect = ch7017_detect,
+       .mode_valid = ch7017_mode_valid,
+diff -urNp linux-2.6.32.1/drivers/gpu/drm/i915/dvo_ch7xxx.c linux-2.6.32.1/drivers/gpu/drm/i915/dvo_ch7xxx.c
+--- linux-2.6.32.1/drivers/gpu/drm/i915/dvo_ch7xxx.c   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/gpu/drm/i915/dvo_ch7xxx.c   2009-12-14 18:33:53.649915069 -0500
+@@ -356,7 +356,7 @@ static void ch7xxx_destroy(struct intel_
+       }
+ }
+-struct intel_dvo_dev_ops ch7xxx_ops = {
++const struct intel_dvo_dev_ops ch7xxx_ops = {
+       .init = ch7xxx_init,
+       .detect = ch7xxx_detect,
+       .mode_valid = ch7xxx_mode_valid,
+diff -urNp linux-2.6.32.1/drivers/gpu/drm/i915/dvo.h linux-2.6.32.1/drivers/gpu/drm/i915/dvo.h
+--- linux-2.6.32.1/drivers/gpu/drm/i915/dvo.h  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/gpu/drm/i915/dvo.h  2009-12-14 18:33:53.651903938 -0500
+@@ -135,23 +135,23 @@ struct intel_dvo_dev_ops {
+        *
+        * \return singly-linked list of modes or NULL if no modes found.
+        */
+-      struct drm_display_mode *(*get_modes)(struct intel_dvo_device *dvo);
++      struct drm_display_mode *(* const get_modes)(struct intel_dvo_device *dvo);
+       /**
+        * Clean up driver-specific bits of the output
+        */
+-      void (*destroy) (struct intel_dvo_device *dvo);
++      void (* const destroy) (struct intel_dvo_device *dvo);
+       /**
+        * Debugging hook to dump device registers to log file
+        */
+-      void (*dump_regs)(struct intel_dvo_device *dvo);
++      void (* const dump_regs)(struct intel_dvo_device *dvo);
+ };
+-extern struct intel_dvo_dev_ops sil164_ops;
+-extern struct intel_dvo_dev_ops ch7xxx_ops;
+-extern struct intel_dvo_dev_ops ivch_ops;
+-extern struct intel_dvo_dev_ops tfp410_ops;
+-extern struct intel_dvo_dev_ops ch7017_ops;
++extern const struct intel_dvo_dev_ops sil164_ops;
++extern const struct intel_dvo_dev_ops ch7xxx_ops;
++extern const struct intel_dvo_dev_ops ivch_ops;
++extern const struct intel_dvo_dev_ops tfp410_ops;
++extern const struct intel_dvo_dev_ops ch7017_ops;
+ #endif /* _INTEL_DVO_H */
+diff -urNp linux-2.6.32.1/drivers/gpu/drm/i915/dvo_ivch.c linux-2.6.32.1/drivers/gpu/drm/i915/dvo_ivch.c
+--- linux-2.6.32.1/drivers/gpu/drm/i915/dvo_ivch.c     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/gpu/drm/i915/dvo_ivch.c     2009-12-14 18:33:53.652837364 -0500
+@@ -430,7 +430,7 @@ static void ivch_destroy(struct intel_dv
+       }
+ }
+-struct intel_dvo_dev_ops ivch_ops= {
++const struct intel_dvo_dev_ops ivch_ops= {
+       .init = ivch_init,
+       .dpms = ivch_dpms,
+       .save = ivch_save,
+diff -urNp linux-2.6.32.1/drivers/gpu/drm/i915/dvo_sil164.c linux-2.6.32.1/drivers/gpu/drm/i915/dvo_sil164.c
+--- linux-2.6.32.1/drivers/gpu/drm/i915/dvo_sil164.c   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/gpu/drm/i915/dvo_sil164.c   2009-12-14 18:33:53.653698666 -0500
+@@ -290,7 +290,7 @@ static void sil164_destroy(struct intel_
+       }
+ }
+-struct intel_dvo_dev_ops sil164_ops = {
++const struct intel_dvo_dev_ops sil164_ops = {
+       .init = sil164_init,
+       .detect = sil164_detect,
+       .mode_valid = sil164_mode_valid,
+diff -urNp linux-2.6.32.1/drivers/gpu/drm/i915/dvo_tfp410.c linux-2.6.32.1/drivers/gpu/drm/i915/dvo_tfp410.c
+--- linux-2.6.32.1/drivers/gpu/drm/i915/dvo_tfp410.c   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/gpu/drm/i915/dvo_tfp410.c   2009-12-14 18:33:53.657792583 -0500
+@@ -323,7 +323,7 @@ static void tfp410_destroy(struct intel_
+       }
+ }
+-struct intel_dvo_dev_ops tfp410_ops = {
++const struct intel_dvo_dev_ops tfp410_ops = {
+       .init = tfp410_init,
+       .detect = tfp410_detect,
+       .mode_valid = tfp410_mode_valid,
+diff -urNp linux-2.6.32.1/drivers/gpu/drm/i915/i915_drv.c linux-2.6.32.1/drivers/gpu/drm/i915/i915_drv.c
+--- linux-2.6.32.1/drivers/gpu/drm/i915/i915_drv.c     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/gpu/drm/i915/i915_drv.c     2009-12-14 18:33:53.666913342 -0500
+@@ -284,7 +284,7 @@ i915_pci_resume(struct pci_dev *pdev)
        return i915_resume(dev);
  }
  
@@ -18848,26 +22664,46 @@ diff -urNp linux-2.6.31/drivers/gpu/drm/i915/i915_drv.c linux-2.6.31/drivers/gpu
        .fault = i915_gem_fault,
        .open = drm_gem_vm_open,
        .close = drm_gem_vm_close,
-diff -urNp linux-2.6.31/drivers/gpu/drm/radeon/radeon_atombios.c linux-2.6.31/drivers/gpu/drm/radeon/radeon_atombios.c
---- linux-2.6.31/drivers/gpu/drm/radeon/radeon_atombios.c      2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/gpu/drm/radeon/radeon_atombios.c      2009-09-06 15:29:11.398926858 -0400
-@@ -425,13 +425,13 @@ bool radeon_get_atom_connector_info_from
-       return true;
+diff -urNp linux-2.6.32.1/drivers/gpu/drm/radeon/mkregtable.c linux-2.6.32.1/drivers/gpu/drm/radeon/mkregtable.c
+--- linux-2.6.32.1/drivers/gpu/drm/radeon/mkregtable.c 2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/gpu/drm/radeon/mkregtable.c 2009-12-14 18:33:53.695940128 -0500
+@@ -637,14 +637,14 @@ static int parser_auth(struct table *t, 
+       regex_t mask_rex;
+       regmatch_t match[4];
+       char buf[1024];
+-      size_t end;
++      long end;
+       int len;
+       int done = 0;
+       int r;
+       unsigned o;
+       struct offset *offset;
+       char last_reg_s[10];
+-      int last_reg;
++      unsigned long last_reg;
+       if (regcomp
+           (&mask_rex, "(0x[0-9a-fA-F]*) *([_a-zA-Z0-9]*)", REG_EXTENDED)) {
+diff -urNp linux-2.6.32.1/drivers/gpu/drm/radeon/radeon_atombios.c linux-2.6.32.1/drivers/gpu/drm/radeon/radeon_atombios.c
+--- linux-2.6.32.1/drivers/gpu/drm/radeon/radeon_atombios.c    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/gpu/drm/radeon/radeon_atombios.c    2009-12-14 18:33:53.710935550 -0500
+@@ -496,13 +496,13 @@ static uint16_t atombios_get_connector_o
+       }
  }
  
 -struct bios_connector {
 +static struct bios_connector {
        bool valid;
-       uint8_t line_mux;
+       uint16_t line_mux;
        uint16_t devices;
        int connector_type;
        struct radeon_i2c_bus_rec ddc_bus;
 -};
-+} bios_connectors[ATOM_MAX_SUPPORTED_DEVICE];;
++} bios_connectors[ATOM_MAX_SUPPORTED_DEVICE];
  
  bool radeon_get_atom_connector_info_from_supported_devices_table(struct
                                                                 drm_device
-@@ -447,7 +447,6 @@ bool radeon_get_atom_connector_info_from
+@@ -518,7 +518,6 @@ bool radeon_get_atom_connector_info_from
        uint8_t dac;
        union atom_supported_devices *supported_devices;
        int i, j;
@@ -18875,10 +22711,10 @@ diff -urNp linux-2.6.31/drivers/gpu/drm/radeon/radeon_atombios.c linux-2.6.31/dr
  
        atom_parse_data_header(ctx, index, &size, &frev, &crev, &data_offset);
  
-diff -urNp linux-2.6.31/drivers/gpu/drm/radeon/radeon_state.c linux-2.6.31/drivers/gpu/drm/radeon/radeon_state.c
---- linux-2.6.31/drivers/gpu/drm/radeon/radeon_state.c 2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/gpu/drm/radeon/radeon_state.c 2009-09-06 15:29:11.399921158 -0400
-@@ -3007,7 +3007,7 @@ static int radeon_cp_getparam(struct drm
+diff -urNp linux-2.6.32.1/drivers/gpu/drm/radeon/radeon_state.c linux-2.6.32.1/drivers/gpu/drm/radeon/radeon_state.c
+--- linux-2.6.32.1/drivers/gpu/drm/radeon/radeon_state.c       2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/gpu/drm/radeon/radeon_state.c       2009-12-14 18:33:53.753040028 -0500
+@@ -3014,7 +3014,7 @@ static int radeon_cp_getparam(struct drm
  {
        drm_radeon_private_t *dev_priv = dev->dev_private;
        drm_radeon_getparam_t *param = data;
@@ -18887,15 +22723,15 @@ diff -urNp linux-2.6.31/drivers/gpu/drm/radeon/radeon_state.c linux-2.6.31/drive
  
        DRM_DEBUG("pid=%d\n", DRM_CURRENTPID);
  
-diff -urNp linux-2.6.31/drivers/gpu/drm/radeon/radeon_ttm.c linux-2.6.31/drivers/gpu/drm/radeon/radeon_ttm.c
---- linux-2.6.31/drivers/gpu/drm/radeon/radeon_ttm.c   2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/gpu/drm/radeon/radeon_ttm.c   2009-09-06 15:29:11.400912381 -0400
-@@ -500,27 +500,10 @@ void radeon_ttm_fini(struct radeon_devic
+diff -urNp linux-2.6.32.1/drivers/gpu/drm/radeon/radeon_ttm.c linux-2.6.32.1/drivers/gpu/drm/radeon/radeon_ttm.c
+--- linux-2.6.32.1/drivers/gpu/drm/radeon/radeon_ttm.c 2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/gpu/drm/radeon/radeon_ttm.c 2009-12-14 18:33:53.759914568 -0500
+@@ -535,27 +535,10 @@ void radeon_ttm_fini(struct radeon_devic
        DRM_INFO("radeon: ttm finalized\n");
  }
  
 -static struct vm_operations_struct radeon_ttm_vm_ops;
--static struct vm_operations_struct *ttm_vm_ops = NULL;
+-static const struct vm_operations_struct *ttm_vm_ops = NULL;
 -
 -static int radeon_ttm_fault(struct vm_area_struct *vma, struct vm_fault *vmf)
 -{
@@ -18918,7 +22754,7 @@ diff -urNp linux-2.6.31/drivers/gpu/drm/radeon/radeon_ttm.c linux-2.6.31/drivers
  
        if (unlikely(vma->vm_pgoff < DRM_FILE_PAGE_OFFSET)) {
                return drm_mmap(filp, vma);
-@@ -528,20 +511,9 @@ int radeon_mmap(struct file *filp, struc
+@@ -563,20 +546,9 @@ int radeon_mmap(struct file *filp, struc
  
        file_priv = (struct drm_file *)filp->private_data;
        rdev = file_priv->minor->dev->dev_private;
@@ -18941,9 +22777,21 @@ diff -urNp linux-2.6.31/drivers/gpu/drm/radeon/radeon_ttm.c linux-2.6.31/drivers
  }
  
  
-diff -urNp linux-2.6.31/drivers/gpu/drm/ttm/ttm_bo_vm.c linux-2.6.31/drivers/gpu/drm/ttm/ttm_bo_vm.c
---- linux-2.6.31/drivers/gpu/drm/ttm/ttm_bo_vm.c       2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/gpu/drm/ttm/ttm_bo_vm.c       2009-09-06 15:29:11.401923410 -0400
+diff -urNp linux-2.6.32.1/drivers/gpu/drm/ttm/ttm_bo.c linux-2.6.32.1/drivers/gpu/drm/ttm/ttm_bo.c
+--- linux-2.6.32.1/drivers/gpu/drm/ttm/ttm_bo.c        2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/gpu/drm/ttm/ttm_bo.c        2009-12-14 18:33:53.790952799 -0500
+@@ -67,7 +67,7 @@ static struct attribute *ttm_bo_global_a
+       NULL
+ };
+-static struct sysfs_ops ttm_bo_global_ops = {
++static const struct sysfs_ops ttm_bo_global_ops = {
+       .show = &ttm_bo_global_show
+ };
+diff -urNp linux-2.6.32.1/drivers/gpu/drm/ttm/ttm_bo_vm.c linux-2.6.32.1/drivers/gpu/drm/ttm/ttm_bo_vm.c
+--- linux-2.6.32.1/drivers/gpu/drm/ttm/ttm_bo_vm.c     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/gpu/drm/ttm/ttm_bo_vm.c     2009-12-14 18:33:53.799846277 -0500
 @@ -73,7 +73,7 @@ static int ttm_bo_vm_fault(struct vm_are
  {
        struct ttm_buffer_object *bo = (struct ttm_buffer_object *)
@@ -18964,41 +22812,81 @@ diff -urNp linux-2.6.31/drivers/gpu/drm/ttm/ttm_bo_vm.c linux-2.6.31/drivers/gpu
        /*
         * Work around locking order reversal in fault / nopfn
         * between mmap_sem and bo_reserve: Perform a trylock operation
-@@ -228,7 +232,7 @@ static void ttm_bo_vm_close(struct vm_ar
-       vma->vm_private_data = NULL;
- }
--static struct vm_operations_struct ttm_bo_vm_ops = {
-+static const struct vm_operations_struct ttm_bo_vm_ops = {
-       .fault = ttm_bo_vm_fault,
-       .open = ttm_bo_vm_open,
-       .close = ttm_bo_vm_close
-diff -urNp linux-2.6.31/drivers/hwmon/fschmd.c linux-2.6.31/drivers/hwmon/fschmd.c
---- linux-2.6.31/drivers/hwmon/fschmd.c        2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/hwmon/fschmd.c        2009-09-06 15:29:11.436121579 -0400
-@@ -915,7 +915,7 @@ static int watchdog_ioctl(struct inode *
-       return ret;
- }
+diff -urNp linux-2.6.32.1/drivers/gpu/drm/ttm/ttm_global.c linux-2.6.32.1/drivers/gpu/drm/ttm/ttm_global.c
+--- linux-2.6.32.1/drivers/gpu/drm/ttm/ttm_global.c    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/gpu/drm/ttm/ttm_global.c    2009-12-14 18:33:53.800702145 -0500
+@@ -36,7 +36,7 @@
+ struct ttm_global_item {
+       struct mutex mutex;
+       void *object;
+-      int refcount;
++      atomic_t refcount;
+ };
  
--static struct file_operations watchdog_fops = {
-+static const struct file_operations watchdog_fops = {
-       .owner = THIS_MODULE,
-       .llseek = no_llseek,
-       .open = watchdog_open,
-diff -urNp linux-2.6.31/drivers/hwmon/fscpos.c linux-2.6.31/drivers/hwmon/fscpos.c
---- linux-2.6.31/drivers/hwmon/fscpos.c        2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/hwmon/fscpos.c        2009-09-06 15:29:11.438073190 -0400
-@@ -240,7 +240,6 @@ static ssize_t set_pwm(struct i2c_client
-       unsigned long v = simple_strtoul(buf, NULL, 10);
-       /* Range: 0..255 */
--      if (v < 0) v = 0;
-       if (v > 255) v = 255;
-       mutex_lock(&data->update_lock);
-diff -urNp linux-2.6.31/drivers/hwmon/k8temp.c linux-2.6.31/drivers/hwmon/k8temp.c
---- linux-2.6.31/drivers/hwmon/k8temp.c        2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/hwmon/k8temp.c        2009-09-06 15:29:11.442165896 -0400
+ static struct ttm_global_item glob[TTM_GLOBAL_NUM];
+@@ -49,7 +49,7 @@ void ttm_global_init(void)
+               struct ttm_global_item *item = &glob[i];
+               mutex_init(&item->mutex);
+               item->object = NULL;
+-              item->refcount = 0;
++              atomic_set(&item->refcount, 0);
+       }
+ }
+@@ -59,7 +59,7 @@ void ttm_global_release(void)
+       for (i = 0; i < TTM_GLOBAL_NUM; ++i) {
+               struct ttm_global_item *item = &glob[i];
+               BUG_ON(item->object != NULL);
+-              BUG_ON(item->refcount != 0);
++              BUG_ON(atomic_read(&item->refcount) != 0);
+       }
+ }
+@@ -70,7 +70,7 @@ int ttm_global_item_ref(struct ttm_globa
+       void *object;
+       mutex_lock(&item->mutex);
+-      if (item->refcount == 0) {
++      if (atomic_read(&item->refcount) == 0) {
+               item->object = kzalloc(ref->size, GFP_KERNEL);
+               if (unlikely(item->object == NULL)) {
+                       ret = -ENOMEM;
+@@ -83,7 +83,7 @@ int ttm_global_item_ref(struct ttm_globa
+                       goto out_err;
+       }
+-      ++item->refcount;
++      atomic_inc(&item->refcount);
+       ref->object = item->object;
+       object = item->object;
+       mutex_unlock(&item->mutex);
+@@ -100,9 +100,9 @@ void ttm_global_item_unref(struct ttm_gl
+       struct ttm_global_item *item = &glob[ref->global_type];
+       mutex_lock(&item->mutex);
+-      BUG_ON(item->refcount == 0);
++      BUG_ON(atomic_read(&item->refcount) == 0);
+       BUG_ON(ref->object != item->object);
+-      if (--item->refcount == 0) {
++      if (atomic_dec_and_test(&item->refcount)) {
+               ref->release(ref);
+               item->object = NULL;
+       }
+diff -urNp linux-2.6.32.1/drivers/gpu/drm/ttm/ttm_memory.c linux-2.6.32.1/drivers/gpu/drm/ttm/ttm_memory.c
+--- linux-2.6.32.1/drivers/gpu/drm/ttm/ttm_memory.c    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/gpu/drm/ttm/ttm_memory.c    2009-12-14 18:33:53.815912678 -0500
+@@ -152,7 +152,7 @@ static struct attribute *ttm_mem_zone_at
+       NULL
+ };
+-static struct sysfs_ops ttm_mem_zone_ops = {
++static const struct sysfs_ops ttm_mem_zone_ops = {
+       .show = &ttm_mem_zone_show,
+       .store = &ttm_mem_zone_store
+ };
+diff -urNp linux-2.6.32.1/drivers/hwmon/k8temp.c linux-2.6.32.1/drivers/hwmon/k8temp.c
+--- linux-2.6.32.1/drivers/hwmon/k8temp.c      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/hwmon/k8temp.c      2009-12-14 18:33:53.837839651 -0500
 @@ -138,7 +138,7 @@ static DEVICE_ATTR(name, S_IRUGO, show_n
  
  static struct pci_device_id k8temp_ids[] = {
@@ -19008,9 +22896,9 @@ diff -urNp linux-2.6.31/drivers/hwmon/k8temp.c linux-2.6.31/drivers/hwmon/k8temp
  };
  
  MODULE_DEVICE_TABLE(pci, k8temp_ids);
-diff -urNp linux-2.6.31/drivers/hwmon/sis5595.c linux-2.6.31/drivers/hwmon/sis5595.c
---- linux-2.6.31/drivers/hwmon/sis5595.c       2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/hwmon/sis5595.c       2009-09-06 15:29:11.453757939 -0400
+diff -urNp linux-2.6.32.1/drivers/hwmon/sis5595.c linux-2.6.32.1/drivers/hwmon/sis5595.c
+--- linux-2.6.32.1/drivers/hwmon/sis5595.c     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/hwmon/sis5595.c     2009-12-14 18:33:53.850721491 -0500
 @@ -699,7 +699,7 @@ static struct sis5595_data *sis5595_upda
  
  static struct pci_device_id sis5595_pci_ids[] = {
@@ -19020,9 +22908,9 @@ diff -urNp linux-2.6.31/drivers/hwmon/sis5595.c linux-2.6.31/drivers/hwmon/sis55
  };
  
  MODULE_DEVICE_TABLE(pci, sis5595_pci_ids);
-diff -urNp linux-2.6.31/drivers/hwmon/via686a.c linux-2.6.31/drivers/hwmon/via686a.c
---- linux-2.6.31/drivers/hwmon/via686a.c       2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/hwmon/via686a.c       2009-09-06 15:29:11.465990830 -0400
+diff -urNp linux-2.6.32.1/drivers/hwmon/via686a.c linux-2.6.32.1/drivers/hwmon/via686a.c
+--- linux-2.6.32.1/drivers/hwmon/via686a.c     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/hwmon/via686a.c     2009-12-14 18:33:53.854780877 -0500
 @@ -769,7 +769,7 @@ static struct via686a_data *via686a_upda
  
  static struct pci_device_id via686a_pci_ids[] = {
@@ -19032,9 +22920,9 @@ diff -urNp linux-2.6.31/drivers/hwmon/via686a.c linux-2.6.31/drivers/hwmon/via68
  };
  
  MODULE_DEVICE_TABLE(pci, via686a_pci_ids);
-diff -urNp linux-2.6.31/drivers/hwmon/vt8231.c linux-2.6.31/drivers/hwmon/vt8231.c
---- linux-2.6.31/drivers/hwmon/vt8231.c        2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/hwmon/vt8231.c        2009-09-06 15:29:11.481155862 -0400
+diff -urNp linux-2.6.32.1/drivers/hwmon/vt8231.c linux-2.6.32.1/drivers/hwmon/vt8231.c
+--- linux-2.6.32.1/drivers/hwmon/vt8231.c      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/hwmon/vt8231.c      2009-12-14 18:33:53.875735911 -0500
 @@ -699,7 +699,7 @@ static struct platform_driver vt8231_dri
  
  static struct pci_device_id vt8231_pci_ids[] = {
@@ -19044,9 +22932,9 @@ diff -urNp linux-2.6.31/drivers/hwmon/vt8231.c linux-2.6.31/drivers/hwmon/vt8231
  };
  
  MODULE_DEVICE_TABLE(pci, vt8231_pci_ids);
-diff -urNp linux-2.6.31/drivers/hwmon/w83791d.c linux-2.6.31/drivers/hwmon/w83791d.c
---- linux-2.6.31/drivers/hwmon/w83791d.c       2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/hwmon/w83791d.c       2009-09-06 15:29:11.501698330 -0400
+diff -urNp linux-2.6.32.1/drivers/hwmon/w83791d.c linux-2.6.32.1/drivers/hwmon/w83791d.c
+--- linux-2.6.32.1/drivers/hwmon/w83791d.c     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/hwmon/w83791d.c     2009-12-14 18:33:53.884931052 -0500
 @@ -330,8 +330,8 @@ static int w83791d_detect(struct i2c_cli
                          struct i2c_board_info *info);
  static int w83791d_remove(struct i2c_client *client);
@@ -19058,9 +22946,9 @@ diff -urNp linux-2.6.31/drivers/hwmon/w83791d.c linux-2.6.31/drivers/hwmon/w8379
  static struct w83791d_data *w83791d_update_device(struct device *dev);
  
  #ifdef DEBUG
-diff -urNp linux-2.6.31/drivers/i2c/busses/i2c-i801.c linux-2.6.31/drivers/i2c/busses/i2c-i801.c
---- linux-2.6.31/drivers/i2c/busses/i2c-i801.c 2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/i2c/busses/i2c-i801.c 2009-09-06 15:29:11.514121519 -0400
+diff -urNp linux-2.6.32.1/drivers/i2c/busses/i2c-i801.c linux-2.6.32.1/drivers/i2c/busses/i2c-i801.c
+--- linux-2.6.32.1/drivers/i2c/busses/i2c-i801.c       2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/i2c/busses/i2c-i801.c       2009-12-14 18:33:53.906972021 -0500
 @@ -578,7 +578,7 @@ static struct pci_device_id i801_ids[] =
        { PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_ICH10_4) },
        { PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_ICH10_5) },
@@ -19070,19 +22958,19 @@ diff -urNp linux-2.6.31/drivers/i2c/busses/i2c-i801.c linux-2.6.31/drivers/i2c/b
  };
  
  MODULE_DEVICE_TABLE (pci, i801_ids);
-diff -urNp linux-2.6.31/drivers/i2c/busses/i2c-piix4.c linux-2.6.31/drivers/i2c/busses/i2c-piix4.c
---- linux-2.6.31/drivers/i2c/busses/i2c-piix4.c        2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/i2c/busses/i2c-piix4.c        2009-09-06 15:29:11.515215043 -0400
-@@ -123,7 +123,7 @@ static struct dmi_system_id __devinitdat
+diff -urNp linux-2.6.32.1/drivers/i2c/busses/i2c-piix4.c linux-2.6.32.1/drivers/i2c/busses/i2c-piix4.c
+--- linux-2.6.32.1/drivers/i2c/busses/i2c-piix4.c      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/i2c/busses/i2c-piix4.c      2009-12-14 18:33:53.918718926 -0500
+@@ -124,7 +124,7 @@ static struct dmi_system_id __devinitdat
                .ident = "IBM",
                .matches = { DMI_MATCH(DMI_SYS_VENDOR, "IBM"), },
        },
 -      { },
-+      { NULL, NULL, {DMI_MATCH(DMI_NONE, NULL)}, NULL },
++      { NULL, NULL, {DMI_MATCH(DMI_NONE, {0})}, NULL }
  };
  
  static int __devinit piix4_setup(struct pci_dev *PIIX4_dev,
-@@ -489,7 +489,7 @@ static struct pci_device_id piix4_ids[] 
+@@ -491,7 +491,7 @@ static struct pci_device_id piix4_ids[] 
                     PCI_DEVICE_ID_SERVERWORKS_HT1000SB) },
        { PCI_DEVICE(PCI_VENDOR_ID_SERVERWORKS,
                     PCI_DEVICE_ID_SERVERWORKS_HT1100LD) },
@@ -19091,9 +22979,9 @@ diff -urNp linux-2.6.31/drivers/i2c/busses/i2c-piix4.c linux-2.6.31/drivers/i2c/
  };
  
  MODULE_DEVICE_TABLE (pci, piix4_ids);
-diff -urNp linux-2.6.31/drivers/i2c/busses/i2c-sis630.c linux-2.6.31/drivers/i2c/busses/i2c-sis630.c
---- linux-2.6.31/drivers/i2c/busses/i2c-sis630.c       2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/i2c/busses/i2c-sis630.c       2009-09-06 15:29:11.525431051 -0400
+diff -urNp linux-2.6.32.1/drivers/i2c/busses/i2c-sis630.c linux-2.6.32.1/drivers/i2c/busses/i2c-sis630.c
+--- linux-2.6.32.1/drivers/i2c/busses/i2c-sis630.c     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/i2c/busses/i2c-sis630.c     2009-12-14 18:33:53.925070570 -0500
 @@ -471,7 +471,7 @@ static struct i2c_adapter sis630_adapter
  static struct pci_device_id sis630_ids[] __devinitdata = {
        { PCI_DEVICE(PCI_VENDOR_ID_SI, PCI_DEVICE_ID_SI_503) },
@@ -19103,9 +22991,9 @@ diff -urNp linux-2.6.31/drivers/i2c/busses/i2c-sis630.c linux-2.6.31/drivers/i2c
  };
  
  MODULE_DEVICE_TABLE (pci, sis630_ids);
-diff -urNp linux-2.6.31/drivers/i2c/busses/i2c-sis96x.c linux-2.6.31/drivers/i2c/busses/i2c-sis96x.c
---- linux-2.6.31/drivers/i2c/busses/i2c-sis96x.c       2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/i2c/busses/i2c-sis96x.c       2009-09-06 15:29:11.533015508 -0400
+diff -urNp linux-2.6.32.1/drivers/i2c/busses/i2c-sis96x.c linux-2.6.32.1/drivers/i2c/busses/i2c-sis96x.c
+--- linux-2.6.32.1/drivers/i2c/busses/i2c-sis96x.c     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/i2c/busses/i2c-sis96x.c     2009-12-14 18:33:53.931866082 -0500
 @@ -247,7 +247,7 @@ static struct i2c_adapter sis96x_adapter
  
  static struct pci_device_id sis96x_ids[] = {
@@ -19115,21 +23003,21 @@ diff -urNp linux-2.6.31/drivers/i2c/busses/i2c-sis96x.c linux-2.6.31/drivers/i2c
  };
  
  MODULE_DEVICE_TABLE (pci, sis96x_ids);
-diff -urNp linux-2.6.31/drivers/ieee1394/dma.c linux-2.6.31/drivers/ieee1394/dma.c
---- linux-2.6.31/drivers/ieee1394/dma.c        2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/ieee1394/dma.c        2009-09-06 15:29:11.533015508 -0400
-@@ -247,7 +247,7 @@ static int dma_region_pagefault(struct v
-       return 0;
- }
--static struct vm_operations_struct dma_region_vm_ops = {
-+static const struct vm_operations_struct dma_region_vm_ops = {
-       .fault = dma_region_pagefault,
- };
-diff -urNp linux-2.6.31/drivers/ieee1394/dv1394.c linux-2.6.31/drivers/ieee1394/dv1394.c
---- linux-2.6.31/drivers/ieee1394/dv1394.c     2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/ieee1394/dv1394.c     2009-09-06 15:29:11.533015508 -0400
+diff -urNp linux-2.6.32.1/drivers/ide/ide-cd.c linux-2.6.32.1/drivers/ide/ide-cd.c
+--- linux-2.6.32.1/drivers/ide/ide-cd.c        2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/ide/ide-cd.c        2009-12-14 18:33:53.955714837 -0500
+@@ -766,7 +766,7 @@ static void cdrom_do_block_pc(ide_drive_
+               alignment = queue_dma_alignment(q) | q->dma_pad_mask;
+               if ((unsigned long)buf & alignment
+                   || blk_rq_bytes(rq) & q->dma_pad_mask
+-                  || object_is_on_stack(buf))
++                  || object_starts_on_stack(buf))
+                       drive->dma = 0;
+       }
+ }
+diff -urNp linux-2.6.32.1/drivers/ieee1394/dv1394.c linux-2.6.32.1/drivers/ieee1394/dv1394.c
+--- linux-2.6.32.1/drivers/ieee1394/dv1394.c   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/ieee1394/dv1394.c   2009-12-14 18:33:53.975925674 -0500
 @@ -739,7 +739,7 @@ static void frame_prepare(struct video_c
        based upon DIF section and sequence
  */
@@ -19148,10 +23036,10 @@ diff -urNp linux-2.6.31/drivers/ieee1394/dv1394.c linux-2.6.31/drivers/ieee1394/
  };
  
  MODULE_DEVICE_TABLE(ieee1394, dv1394_id_table);
-diff -urNp linux-2.6.31/drivers/ieee1394/eth1394.c linux-2.6.31/drivers/ieee1394/eth1394.c
---- linux-2.6.31/drivers/ieee1394/eth1394.c    2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/ieee1394/eth1394.c    2009-09-06 15:29:11.534177429 -0400
-@@ -445,7 +445,7 @@ static const struct ieee1394_device_id e
+diff -urNp linux-2.6.32.1/drivers/ieee1394/eth1394.c linux-2.6.32.1/drivers/ieee1394/eth1394.c
+--- linux-2.6.32.1/drivers/ieee1394/eth1394.c  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/ieee1394/eth1394.c  2009-12-14 18:33:53.990866635 -0500
+@@ -446,7 +446,7 @@ static const struct ieee1394_device_id e
                .specifier_id = ETHER1394_GASP_SPECIFIER_ID,
                .version = ETHER1394_GASP_VERSION,
        },
@@ -19160,9 +23048,9 @@ diff -urNp linux-2.6.31/drivers/ieee1394/eth1394.c linux-2.6.31/drivers/ieee1394
  };
  
  MODULE_DEVICE_TABLE(ieee1394, eth1394_id_table);
-diff -urNp linux-2.6.31/drivers/ieee1394/hosts.c linux-2.6.31/drivers/ieee1394/hosts.c
---- linux-2.6.31/drivers/ieee1394/hosts.c      2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/ieee1394/hosts.c      2009-09-06 15:29:11.538156027 -0400
+diff -urNp linux-2.6.32.1/drivers/ieee1394/hosts.c linux-2.6.32.1/drivers/ieee1394/hosts.c
+--- linux-2.6.32.1/drivers/ieee1394/hosts.c    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/ieee1394/hosts.c    2009-12-14 18:33:53.993836998 -0500
 @@ -78,6 +78,7 @@ static int dummy_isoctl(struct hpsb_iso 
  }
  
@@ -19171,9 +23059,9 @@ diff -urNp linux-2.6.31/drivers/ieee1394/hosts.c linux-2.6.31/drivers/ieee1394/h
        .transmit_packet = dummy_transmit_packet,
        .devctl =          dummy_devctl,
        .isoctl =          dummy_isoctl
-diff -urNp linux-2.6.31/drivers/ieee1394/ohci1394.c linux-2.6.31/drivers/ieee1394/ohci1394.c
---- linux-2.6.31/drivers/ieee1394/ohci1394.c   2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/ieee1394/ohci1394.c   2009-09-06 15:29:11.538156027 -0400
+diff -urNp linux-2.6.32.1/drivers/ieee1394/ohci1394.c linux-2.6.32.1/drivers/ieee1394/ohci1394.c
+--- linux-2.6.32.1/drivers/ieee1394/ohci1394.c 2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/ieee1394/ohci1394.c 2009-12-14 18:33:54.019740665 -0500
 @@ -147,9 +147,9 @@ printk(level "%s: " fmt "\n" , OHCI1394_
  printk(level "%s: fw-host%d: " fmt "\n" , OHCI1394_DRIVER_NAME, ohci->host->id , ## args)
  
@@ -19195,10 +23083,10 @@ diff -urNp linux-2.6.31/drivers/ieee1394/ohci1394.c linux-2.6.31/drivers/ieee139
  };
  
  MODULE_DEVICE_TABLE(pci, ohci1394_pci_tbl);
-diff -urNp linux-2.6.31/drivers/ieee1394/raw1394.c linux-2.6.31/drivers/ieee1394/raw1394.c
---- linux-2.6.31/drivers/ieee1394/raw1394.c    2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/ieee1394/raw1394.c    2009-09-06 15:29:11.540241654 -0400
-@@ -2999,7 +2999,7 @@ static const struct ieee1394_device_id r
+diff -urNp linux-2.6.32.1/drivers/ieee1394/raw1394.c linux-2.6.32.1/drivers/ieee1394/raw1394.c
+--- linux-2.6.32.1/drivers/ieee1394/raw1394.c  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/ieee1394/raw1394.c  2009-12-14 18:33:54.021823202 -0500
+@@ -3002,7 +3002,7 @@ static const struct ieee1394_device_id r
         .match_flags = IEEE1394_MATCH_SPECIFIER_ID | IEEE1394_MATCH_VERSION,
         .specifier_id = CAMERA_UNIT_SPEC_ID_ENTRY & 0xffffff,
         .version = (CAMERA_SW_VERSION_ENTRY + 2) & 0xffffff},
@@ -19207,9 +23095,9 @@ diff -urNp linux-2.6.31/drivers/ieee1394/raw1394.c linux-2.6.31/drivers/ieee1394
  };
  
  MODULE_DEVICE_TABLE(ieee1394, raw1394_id_table);
-diff -urNp linux-2.6.31/drivers/ieee1394/sbp2.c linux-2.6.31/drivers/ieee1394/sbp2.c
---- linux-2.6.31/drivers/ieee1394/sbp2.c       2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/ieee1394/sbp2.c       2009-09-06 15:29:11.542258505 -0400
+diff -urNp linux-2.6.32.1/drivers/ieee1394/sbp2.c linux-2.6.32.1/drivers/ieee1394/sbp2.c
+--- linux-2.6.32.1/drivers/ieee1394/sbp2.c     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/ieee1394/sbp2.c     2009-12-14 18:33:54.041973386 -0500
 @@ -290,7 +290,7 @@ static const struct ieee1394_device_id s
         .match_flags   = IEEE1394_MATCH_SPECIFIER_ID | IEEE1394_MATCH_VERSION,
         .specifier_id  = SBP2_UNIT_SPEC_ID_ENTRY & 0xffffff,
@@ -19219,7 +23107,7 @@ diff -urNp linux-2.6.31/drivers/ieee1394/sbp2.c linux-2.6.31/drivers/ieee1394/sb
  };
  MODULE_DEVICE_TABLE(ieee1394, sbp2_id_table);
  
-@@ -2112,7 +2112,7 @@ MODULE_DESCRIPTION("IEEE-1394 SBP-2 prot
+@@ -2111,7 +2111,7 @@ MODULE_DESCRIPTION("IEEE-1394 SBP-2 prot
  MODULE_SUPPORTED_DEVICE(SBP2_DEVICE_NAME);
  MODULE_LICENSE("GPL");
  
@@ -19228,10 +23116,10 @@ diff -urNp linux-2.6.31/drivers/ieee1394/sbp2.c linux-2.6.31/drivers/ieee1394/sb
  {
        int ret;
  
-diff -urNp linux-2.6.31/drivers/ieee1394/video1394.c linux-2.6.31/drivers/ieee1394/video1394.c
---- linux-2.6.31/drivers/ieee1394/video1394.c  2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/ieee1394/video1394.c  2009-09-06 15:29:11.542924424 -0400
-@@ -1310,7 +1310,7 @@ static const struct ieee1394_device_id v
+diff -urNp linux-2.6.32.1/drivers/ieee1394/video1394.c linux-2.6.32.1/drivers/ieee1394/video1394.c
+--- linux-2.6.32.1/drivers/ieee1394/video1394.c        2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/ieee1394/video1394.c        2009-12-14 18:33:54.056833945 -0500
+@@ -1311,7 +1311,7 @@ static const struct ieee1394_device_id v
                  .specifier_id   = CAMERA_UNIT_SPEC_ID_ENTRY & 0xffffff,
                  .version        = (CAMERA_SW_VERSION_ENTRY + 2) & 0xffffff
          },
@@ -19240,46 +23128,34 @@ diff -urNp linux-2.6.31/drivers/ieee1394/video1394.c linux-2.6.31/drivers/ieee13
  };
  
  MODULE_DEVICE_TABLE(ieee1394, video1394_id_table);
-diff -urNp linux-2.6.31/drivers/infiniband/hw/ehca/ehca_uverbs.c linux-2.6.31/drivers/infiniband/hw/ehca/ehca_uverbs.c
---- linux-2.6.31/drivers/infiniband/hw/ehca/ehca_uverbs.c      2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/infiniband/hw/ehca/ehca_uverbs.c      2009-09-06 15:29:11.543927485 -0400
-@@ -95,7 +95,7 @@ static void ehca_mm_close(struct vm_area
-                    vma->vm_start, vma->vm_end, *count);
- }
--static struct vm_operations_struct vm_ops = {
-+static const struct vm_operations_struct vm_ops = {
-       .open = ehca_mm_open,
-       .close = ehca_mm_close,
- };
-diff -urNp linux-2.6.31/drivers/infiniband/hw/ipath/ipath_file_ops.c linux-2.6.31/drivers/infiniband/hw/ipath/ipath_file_ops.c
---- linux-2.6.31/drivers/infiniband/hw/ipath/ipath_file_ops.c  2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/infiniband/hw/ipath/ipath_file_ops.c  2009-09-06 15:29:11.545000968 -0400
-@@ -1151,7 +1151,7 @@ static int ipath_file_vma_fault(struct v
-       return 0;
+diff -urNp linux-2.6.32.1/drivers/infiniband/core/cm.c linux-2.6.32.1/drivers/infiniband/core/cm.c
+--- linux-2.6.32.1/drivers/infiniband/core/cm.c        2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/infiniband/core/cm.c        2009-12-14 18:33:54.074829229 -0500
+@@ -3597,7 +3597,7 @@ static ssize_t cm_show_counter(struct ko
+                      atomic_long_read(&group->counter[cm_attr->index]));
  }
  
--static struct vm_operations_struct ipath_file_vm_ops = {
-+static const struct vm_operations_struct ipath_file_vm_ops = {
-       .fault = ipath_file_vma_fault,
+-static struct sysfs_ops cm_counter_ops = {
++static const struct sysfs_ops cm_counter_ops = {
+       .show = cm_show_counter
  };
  
-diff -urNp linux-2.6.31/drivers/infiniband/hw/ipath/ipath_mmap.c linux-2.6.31/drivers/infiniband/hw/ipath/ipath_mmap.c
---- linux-2.6.31/drivers/infiniband/hw/ipath/ipath_mmap.c      2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/infiniband/hw/ipath/ipath_mmap.c      2009-09-06 15:29:11.545000968 -0400
-@@ -74,7 +74,7 @@ static void ipath_vma_close(struct vm_ar
-       kref_put(&ip->ref, ipath_release_mmap_info);
+diff -urNp linux-2.6.32.1/drivers/infiniband/core/sysfs.c linux-2.6.32.1/drivers/infiniband/core/sysfs.c
+--- linux-2.6.32.1/drivers/infiniband/core/sysfs.c     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/infiniband/core/sysfs.c     2009-12-14 18:33:54.090967930 -0500
+@@ -79,7 +79,7 @@ static ssize_t port_attr_show(struct kob
+       return port_attr->show(p, port_attr, buf);
  }
  
--static struct vm_operations_struct ipath_vm_ops = {
-+static const struct vm_operations_struct ipath_vm_ops = {
-       .open =     ipath_vma_open,
-       .close =    ipath_vma_close,
+-static struct sysfs_ops port_sysfs_ops = {
++static const struct sysfs_ops port_sysfs_ops = {
+       .show = port_attr_show
  };
-diff -urNp linux-2.6.31/drivers/input/keyboard/atkbd.c linux-2.6.31/drivers/input/keyboard/atkbd.c
---- linux-2.6.31/drivers/input/keyboard/atkbd.c        2009-09-06 19:00:55.677237471 -0400
-+++ linux-2.6.31/drivers/input/keyboard/atkbd.c        2009-09-06 19:01:14.323176924 -0400
-@@ -1188,7 +1188,7 @@ static struct serio_device_id atkbd_seri
+diff -urNp linux-2.6.32.1/drivers/input/keyboard/atkbd.c linux-2.6.32.1/drivers/input/keyboard/atkbd.c
+--- linux-2.6.32.1/drivers/input/keyboard/atkbd.c      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/input/keyboard/atkbd.c      2009-12-14 18:33:54.119950593 -0500
+@@ -1212,7 +1212,7 @@ static struct serio_device_id atkbd_seri
                .id     = SERIO_ANY,
                .extra  = SERIO_ANY,
        },
@@ -19288,10 +23164,10 @@ diff -urNp linux-2.6.31/drivers/input/keyboard/atkbd.c linux-2.6.31/drivers/inpu
  };
  
  MODULE_DEVICE_TABLE(serio, atkbd_serio_ids);
-diff -urNp linux-2.6.31/drivers/input/mouse/lifebook.c linux-2.6.31/drivers/input/mouse/lifebook.c
---- linux-2.6.31/drivers/input/mouse/lifebook.c        2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/input/mouse/lifebook.c        2009-09-06 15:29:11.607087499 -0400
-@@ -116,7 +116,7 @@ static const struct dmi_system_id lifebo
+diff -urNp linux-2.6.32.1/drivers/input/mouse/lifebook.c linux-2.6.32.1/drivers/input/mouse/lifebook.c
+--- linux-2.6.32.1/drivers/input/mouse/lifebook.c      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/input/mouse/lifebook.c      2009-12-14 18:33:54.128740292 -0500
+@@ -115,7 +115,7 @@ static const struct dmi_system_id lifebo
                        DMI_MATCH(DMI_PRODUCT_NAME, "LifeBook B142"),
                },
        },
@@ -19300,10 +23176,10 @@ diff -urNp linux-2.6.31/drivers/input/mouse/lifebook.c linux-2.6.31/drivers/inpu
  };
  
  static psmouse_ret_t lifebook_process_byte(struct psmouse *psmouse)
-diff -urNp linux-2.6.31/drivers/input/mouse/psmouse-base.c linux-2.6.31/drivers/input/mouse/psmouse-base.c
---- linux-2.6.31/drivers/input/mouse/psmouse-base.c    2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/input/mouse/psmouse-base.c    2009-09-06 15:29:11.607087499 -0400
-@@ -1380,7 +1380,7 @@ static struct serio_device_id psmouse_se
+diff -urNp linux-2.6.32.1/drivers/input/mouse/psmouse-base.c linux-2.6.32.1/drivers/input/mouse/psmouse-base.c
+--- linux-2.6.32.1/drivers/input/mouse/psmouse-base.c  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/input/mouse/psmouse-base.c  2009-12-14 18:33:54.140878695 -0500
+@@ -1407,7 +1407,7 @@ static struct serio_device_id psmouse_se
                .id     = SERIO_ANY,
                .extra  = SERIO_ANY,
        },
@@ -19312,9 +23188,9 @@ diff -urNp linux-2.6.31/drivers/input/mouse/psmouse-base.c linux-2.6.31/drivers/
  };
  
  MODULE_DEVICE_TABLE(serio, psmouse_serio_ids);
-diff -urNp linux-2.6.31/drivers/input/mouse/synaptics.c linux-2.6.31/drivers/input/mouse/synaptics.c
---- linux-2.6.31/drivers/input/mouse/synaptics.c       2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/input/mouse/synaptics.c       2009-09-06 15:29:11.611195100 -0400
+diff -urNp linux-2.6.32.1/drivers/input/mouse/synaptics.c linux-2.6.32.1/drivers/input/mouse/synaptics.c
+--- linux-2.6.32.1/drivers/input/mouse/synaptics.c     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/input/mouse/synaptics.c     2009-12-14 18:33:54.160959318 -0500
 @@ -437,7 +437,7 @@ static void synaptics_process_packet(str
                                break;
                        case 2:
@@ -19324,19 +23200,29 @@ diff -urNp linux-2.6.31/drivers/input/mouse/synaptics.c linux-2.6.31/drivers/inp
                                break;
                        case 4 ... 15:
                                if (SYN_CAP_PALMDETECT(priv->capabilities))
-@@ -653,7 +653,7 @@ static const struct dmi_system_id toshib
+@@ -652,7 +652,6 @@ static const struct dmi_system_id toshib
+                       DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"),
                        DMI_MATCH(DMI_PRODUCT_NAME, "PORTEGE M300"),
                },
+-
+       },
+       {
+               .ident = "Toshiba Portege M300",
+@@ -661,9 +660,8 @@ static const struct dmi_system_id toshib
+                       DMI_MATCH(DMI_PRODUCT_NAME, "Portable PC"),
+                       DMI_MATCH(DMI_PRODUCT_VERSION, "Version 1.0"),
+               },
+-
        },
 -      { }
 +      { NULL, NULL, {DMI_MATCH(DMI_NONE, {0})}, NULL }
  };
  #endif
  
-diff -urNp linux-2.6.31/drivers/input/mousedev.c linux-2.6.31/drivers/input/mousedev.c
---- linux-2.6.31/drivers/input/mousedev.c      2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/input/mousedev.c      2009-09-06 15:29:11.629469840 -0400
-@@ -1056,7 +1056,7 @@ static struct input_handler mousedev_han
+diff -urNp linux-2.6.32.1/drivers/input/mousedev.c linux-2.6.32.1/drivers/input/mousedev.c
+--- linux-2.6.32.1/drivers/input/mousedev.c    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/input/mousedev.c    2009-12-14 18:33:54.205808151 -0500
+@@ -1057,7 +1057,7 @@ static struct input_handler mousedev_han
  
  #ifdef CONFIG_INPUT_MOUSEDEV_PSAUX
  static struct miscdevice psaux_mouse = {
@@ -19345,9 +23231,9 @@ diff -urNp linux-2.6.31/drivers/input/mousedev.c linux-2.6.31/drivers/input/mous
  };
  static int psaux_registered;
  #endif
-diff -urNp linux-2.6.31/drivers/input/serio/i8042-x86ia64io.h linux-2.6.31/drivers/input/serio/i8042-x86ia64io.h
---- linux-2.6.31/drivers/input/serio/i8042-x86ia64io.h 2009-09-06 19:00:55.677237471 -0400
-+++ linux-2.6.31/drivers/input/serio/i8042-x86ia64io.h 2009-09-06 19:09:30.692908855 -0400
+diff -urNp linux-2.6.32.1/drivers/input/serio/i8042-x86ia64io.h linux-2.6.32.1/drivers/input/serio/i8042-x86ia64io.h
+--- linux-2.6.32.1/drivers/input/serio/i8042-x86ia64io.h       2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/input/serio/i8042-x86ia64io.h       2009-12-14 18:33:54.222735325 -0500
 @@ -167,7 +167,7 @@ static struct dmi_system_id __initdata i
                        DMI_MATCH(DMI_PRODUCT_VERSION, "Rev 1"),
                },
@@ -19357,7 +23243,7 @@ diff -urNp linux-2.6.31/drivers/input/serio/i8042-x86ia64io.h linux-2.6.31/drive
  };
  
  /*
-@@ -390,7 +390,7 @@ static struct dmi_system_id __initdata i
+@@ -401,7 +401,7 @@ static struct dmi_system_id __initdata i
                        DMI_MATCH(DMI_PRODUCT_VERSION, "0100"),
                },
        },
@@ -19366,8 +23252,8 @@ diff -urNp linux-2.6.31/drivers/input/serio/i8042-x86ia64io.h linux-2.6.31/drive
  };
  
  static struct dmi_system_id __initdata i8042_dmi_reset_table[] = {
-@@ -436,7 +436,7 @@ static struct dmi_system_id __initdata i
-                       DMI_MATCH(DMI_PRODUCT_NAME, "N10"),
+@@ -468,7 +468,7 @@ static struct dmi_system_id __initdata i
+                       DMI_MATCH(DMI_PRODUCT_NAME, "Vostro 1720"),
                },
        },
 -      { }
@@ -19375,16 +23261,25 @@ diff -urNp linux-2.6.31/drivers/input/serio/i8042-x86ia64io.h linux-2.6.31/drive
  };
  
  #ifdef CONFIG_PNP
-@@ -455,7 +455,7 @@ static struct dmi_system_id __initdata i
+@@ -487,7 +487,7 @@ static struct dmi_system_id __initdata i
                        DMI_MATCH(DMI_BOARD_VENDOR, "MICRO-STAR INTERNATIONAL CO., LTD"),
                },
        },
 -      { }
++      { NULL, NULL, {DMI_MATCH(DMI_NONE, {0})}, NULL }
+ };
+ static struct dmi_system_id __initdata i8042_dmi_laptop_table[] = {
+@@ -515,7 +515,7 @@ static struct dmi_system_id __initdata i
+                       DMI_MATCH(DMI_CHASSIS_TYPE, "14"), /* Sub-Notebook */
+               },
+       },
+-      { }
 +      { NULL, NULL, {DMI_MATCH(DMI_NONE, {0})}, NULL }
  };
  #endif
  
-@@ -522,7 +522,7 @@ static struct dmi_system_id __initdata i
+@@ -582,7 +582,7 @@ static struct dmi_system_id __initdata i
                        DMI_MATCH(DMI_PRODUCT_NAME, "TravelMate 4280"),
                },
        },
@@ -19393,10 +23288,10 @@ diff -urNp linux-2.6.31/drivers/input/serio/i8042-x86ia64io.h linux-2.6.31/drive
  };
  
  #endif /* CONFIG_X86 */
-diff -urNp linux-2.6.31/drivers/input/serio/serio_raw.c linux-2.6.31/drivers/input/serio/serio_raw.c
---- linux-2.6.31/drivers/input/serio/serio_raw.c       2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/input/serio/serio_raw.c       2009-09-06 15:29:11.637319393 -0400
-@@ -376,7 +376,7 @@ static struct serio_device_id serio_raw_
+diff -urNp linux-2.6.32.1/drivers/input/serio/serio_raw.c linux-2.6.32.1/drivers/input/serio/serio_raw.c
+--- linux-2.6.32.1/drivers/input/serio/serio_raw.c     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/input/serio/serio_raw.c     2009-12-14 18:33:54.231961669 -0500
+@@ -377,7 +377,7 @@ static struct serio_device_id serio_raw_
                .id     = SERIO_ANY,
                .extra  = SERIO_ANY,
        },
@@ -19405,56 +23300,10 @@ diff -urNp linux-2.6.31/drivers/input/serio/serio_raw.c linux-2.6.31/drivers/inp
  };
  
  MODULE_DEVICE_TABLE(serio, serio_raw_serio_ids);
-diff -urNp linux-2.6.31/drivers/isdn/capi/kcapi_proc.c linux-2.6.31/drivers/isdn/capi/kcapi_proc.c
---- linux-2.6.31/drivers/isdn/capi/kcapi_proc.c        2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/isdn/capi/kcapi_proc.c        2009-09-06 15:29:11.652272012 -0400
-@@ -89,14 +89,14 @@ static int contrstats_show(struct seq_fi
-       return 0;
- }
--static struct seq_operations seq_controller_ops = {
-+static const struct seq_operations seq_controller_ops = {
-       .start  = controller_start,
-       .next   = controller_next,
-       .stop   = controller_stop,
-       .show   = controller_show,
- };
--static struct seq_operations seq_contrstats_ops = {
-+static const struct seq_operations seq_contrstats_ops = {
-       .start  = controller_start,
-       .next   = controller_next,
-       .stop   = controller_stop,
-@@ -194,14 +194,14 @@ applstats_show(struct seq_file *seq, voi
-       return 0;
- }
--static struct seq_operations seq_applications_ops = {
-+static const struct seq_operations seq_applications_ops = {
-       .start  = applications_start,
-       .next   = applications_next,
-       .stop   = applications_stop,
-       .show   = applications_show,
- };
--static struct seq_operations seq_applstats_ops = {
-+static const struct seq_operations seq_applstats_ops = {
-       .start  = applications_start,
-       .next   = applications_next,
-       .stop   = applications_stop,
-@@ -264,7 +264,7 @@ static int capi_driver_show(struct seq_f
-       return 0;
- }
--static struct seq_operations seq_capi_driver_ops = {
-+static const struct seq_operations seq_capi_driver_ops = {
-       .start  = capi_driver_start,
-       .next   = capi_driver_next,
-       .stop   = capi_driver_stop,
-diff -urNp linux-2.6.31/drivers/isdn/gigaset/common.c linux-2.6.31/drivers/isdn/gigaset/common.c
---- linux-2.6.31/drivers/isdn/gigaset/common.c 2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/isdn/gigaset/common.c 2009-09-06 15:29:11.653287436 -0400
-@@ -665,7 +665,7 @@ struct cardstate *gigaset_initcs(struct 
+diff -urNp linux-2.6.32.1/drivers/isdn/gigaset/common.c linux-2.6.32.1/drivers/isdn/gigaset/common.c
+--- linux-2.6.32.1/drivers/isdn/gigaset/common.c       2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/isdn/gigaset/common.c       2009-12-14 18:33:54.250965221 -0500
+@@ -712,7 +712,7 @@ struct cardstate *gigaset_initcs(struct 
        cs->commands_pending = 0;
        cs->cur_at_seq = 0;
        cs->gotfwver = -1;
@@ -19463,9 +23312,9 @@ diff -urNp linux-2.6.31/drivers/isdn/gigaset/common.c linux-2.6.31/drivers/isdn/
        cs->dev = NULL;
        cs->tty = NULL;
        cs->tty_dev = NULL;
-diff -urNp linux-2.6.31/drivers/isdn/gigaset/gigaset.h linux-2.6.31/drivers/isdn/gigaset/gigaset.h
---- linux-2.6.31/drivers/isdn/gigaset/gigaset.h        2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/isdn/gigaset/gigaset.h        2009-09-06 15:29:11.657166620 -0400
+diff -urNp linux-2.6.32.1/drivers/isdn/gigaset/gigaset.h linux-2.6.32.1/drivers/isdn/gigaset/gigaset.h
+--- linux-2.6.32.1/drivers/isdn/gigaset/gigaset.h      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/isdn/gigaset/gigaset.h      2009-12-14 18:33:54.271752322 -0500
 @@ -446,7 +446,7 @@ struct cardstate {
        spinlock_t cmdlock;
        unsigned curlen, cmdbytes;
@@ -19475,9 +23324,9 @@ diff -urNp linux-2.6.31/drivers/isdn/gigaset/gigaset.h linux-2.6.31/drivers/isdn
        struct tty_struct *tty;
        struct tasklet_struct if_wake_tasklet;
        unsigned control_state;
-diff -urNp linux-2.6.31/drivers/isdn/gigaset/interface.c linux-2.6.31/drivers/isdn/gigaset/interface.c
---- linux-2.6.31/drivers/isdn/gigaset/interface.c      2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/isdn/gigaset/interface.c      2009-09-06 15:29:11.664631198 -0400
+diff -urNp linux-2.6.32.1/drivers/isdn/gigaset/interface.c linux-2.6.32.1/drivers/isdn/gigaset/interface.c
+--- linux-2.6.32.1/drivers/isdn/gigaset/interface.c    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/isdn/gigaset/interface.c    2009-12-14 18:33:54.279961033 -0500
 @@ -165,9 +165,7 @@ static int if_open(struct tty_struct *tt
                return -ERESTARTSYS; // FIXME -EINTR?
        tty->driver_data = cs;
@@ -19529,16 +23378,16 @@ diff -urNp linux-2.6.31/drivers/isdn/gigaset/interface.c linux-2.6.31/drivers/is
                dev_warn(cs->dev, "%s: device not opened\n", __func__);
        else if (cs->mstate != MS_LOCKED) {
                dev_warn(cs->dev, "can't write to unlocked device\n");
-@@ -429,7 +427,7 @@ static int if_chars_in_buffer(struct tty
-       if (!cs->connected) {
+@@ -425,7 +423,7 @@ static int if_chars_in_buffer(struct tty
+       if (!cs->connected)
                gig_dbg(DEBUG_IF, "not connected");
-               retval = -ENODEV;
--      } else if (!cs->open_count)
-+      } else if (!atomic_read(&cs->open_count))
+-      else if (!cs->open_count)
++      else if (!atomic_read(&cs->open_count))
                dev_warn(cs->dev, "%s: device not opened\n", __func__);
-       else if (cs->mstate != MS_LOCKED) {
+       else if (cs->mstate != MS_LOCKED)
                dev_warn(cs->dev, "can't write to unlocked device\n");
-@@ -458,7 +456,7 @@ static void if_throttle(struct tty_struc
+@@ -453,7 +451,7 @@ static void if_throttle(struct tty_struc
  
        if (!cs->connected)
                gig_dbg(DEBUG_IF, "not connected");     /* nothing to do */
@@ -19547,7 +23396,7 @@ diff -urNp linux-2.6.31/drivers/isdn/gigaset/interface.c linux-2.6.31/drivers/is
                dev_warn(cs->dev, "%s: device not opened\n", __func__);
        else {
                //FIXME
-@@ -483,7 +481,7 @@ static void if_unthrottle(struct tty_str
+@@ -478,7 +476,7 @@ static void if_unthrottle(struct tty_str
  
        if (!cs->connected)
                gig_dbg(DEBUG_IF, "not connected");     /* nothing to do */
@@ -19556,7 +23405,7 @@ diff -urNp linux-2.6.31/drivers/isdn/gigaset/interface.c linux-2.6.31/drivers/is
                dev_warn(cs->dev, "%s: device not opened\n", __func__);
        else {
                //FIXME
-@@ -515,7 +513,7 @@ static void if_set_termios(struct tty_st
+@@ -510,7 +508,7 @@ static void if_set_termios(struct tty_st
                goto out;
        }
  
@@ -19565,10 +23414,10 @@ diff -urNp linux-2.6.31/drivers/isdn/gigaset/interface.c linux-2.6.31/drivers/is
                dev_warn(cs->dev, "%s: device not opened\n", __func__);
                goto out;
        }
-diff -urNp linux-2.6.31/drivers/lguest/core.c linux-2.6.31/drivers/lguest/core.c
---- linux-2.6.31/drivers/lguest/core.c 2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/lguest/core.c 2009-09-06 15:29:11.669811931 -0400
-@@ -92,9 +92,17 @@ static __init int map_switcher(void)
+diff -urNp linux-2.6.32.1/drivers/lguest/core.c linux-2.6.32.1/drivers/lguest/core.c
+--- linux-2.6.32.1/drivers/lguest/core.c       2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/lguest/core.c       2009-12-14 18:33:54.292924242 -0500
+@@ -91,9 +91,17 @@ static __init int map_switcher(void)
         * it's worked so far.  The end address needs +1 because __get_vm_area
         * allocates an extra guard page, so we need space for that.
         */
@@ -19586,21 +23435,42 @@ diff -urNp linux-2.6.31/drivers/lguest/core.c linux-2.6.31/drivers/lguest/core.c
        if (!switcher_vma) {
                err = -ENOMEM;
                printk("lguest: could not map switcher pages high\n");
-diff -urNp linux-2.6.31/drivers/lguest/lguest_user.c linux-2.6.31/drivers/lguest/lguest_user.c
---- linux-2.6.31/drivers/lguest/lguest_user.c  2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/lguest/lguest_user.c  2009-09-06 15:29:11.670004477 -0400
-@@ -508,7 +508,7 @@ static int close(struct inode *inode, st
-  * uses: reading and writing a character device called /dev/lguest.  All the
-  * work happens in the read(), write() and close() routines:
-  */
--static struct file_operations lguest_fops = {
-+static const struct file_operations lguest_fops = {
-       .owner   = THIS_MODULE,
-       .release = close,
-       .write   = write,
-diff -urNp linux-2.6.31/drivers/md/bitmap.c linux-2.6.31/drivers/md/bitmap.c
---- linux-2.6.31/drivers/md/bitmap.c   2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/md/bitmap.c   2009-09-06 15:29:11.670915085 -0400
+diff -urNp linux-2.6.32.1/drivers/macintosh/via-pmu-backlight.c linux-2.6.32.1/drivers/macintosh/via-pmu-backlight.c
+--- linux-2.6.32.1/drivers/macintosh/via-pmu-backlight.c       2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/macintosh/via-pmu-backlight.c       2009-12-14 18:33:54.302875688 -0500
+@@ -15,7 +15,7 @@
+ #define MAX_PMU_LEVEL 0xFF
+-static struct backlight_ops pmu_backlight_data;
++static const struct backlight_ops pmu_backlight_data;
+ static DEFINE_SPINLOCK(pmu_backlight_lock);
+ static int sleeping, uses_pmu_bl;
+ static u8 bl_curve[FB_BACKLIGHT_LEVELS];
+@@ -115,7 +115,7 @@ static int pmu_backlight_get_brightness(
+       return bd->props.brightness;
+ }
+-static struct backlight_ops pmu_backlight_data = {
++static const struct backlight_ops pmu_backlight_data = {
+       .get_brightness = pmu_backlight_get_brightness,
+       .update_status  = pmu_backlight_update_status,
+diff -urNp linux-2.6.32.1/drivers/macintosh/via-pmu.c linux-2.6.32.1/drivers/macintosh/via-pmu.c
+--- linux-2.6.32.1/drivers/macintosh/via-pmu.c 2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/macintosh/via-pmu.c 2009-12-14 18:33:54.313973800 -0500
+@@ -2232,7 +2232,7 @@ static int pmu_sleep_valid(suspend_state
+               && (pmac_call_feature(PMAC_FTR_SLEEP_STATE, NULL, 0, -1) >= 0);
+ }
+-static struct platform_suspend_ops pmu_pm_ops = {
++static const struct platform_suspend_ops pmu_pm_ops = {
+       .enter = powerbook_sleep,
+       .valid = pmu_sleep_valid,
+ };
+diff -urNp linux-2.6.32.1/drivers/md/bitmap.c linux-2.6.32.1/drivers/md/bitmap.c
+--- linux-2.6.32.1/drivers/md/bitmap.c 2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/md/bitmap.c 2009-12-14 18:33:54.330968642 -0500
 @@ -58,7 +58,7 @@
  #  if DEBUG > 0
  #    define PRINTK(x...) printk(KERN_DEBUG x)
@@ -19610,9 +23480,21 @@ diff -urNp linux-2.6.31/drivers/md/bitmap.c linux-2.6.31/drivers/md/bitmap.c
  #  endif
  #endif
  
-diff -urNp linux-2.6.31/drivers/md/dm-table.c linux-2.6.31/drivers/md/dm-table.c
---- linux-2.6.31/drivers/md/dm-table.c 2009-09-06 19:00:55.683595162 -0400
-+++ linux-2.6.31/drivers/md/dm-table.c 2009-09-06 19:07:40.220581277 -0400
+diff -urNp linux-2.6.32.1/drivers/md/dm-sysfs.c linux-2.6.32.1/drivers/md/dm-sysfs.c
+--- linux-2.6.32.1/drivers/md/dm-sysfs.c       2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/md/dm-sysfs.c       2009-12-14 18:33:54.342792361 -0500
+@@ -75,7 +75,7 @@ static struct attribute *dm_attrs[] = {
+       NULL,
+ };
+-static struct sysfs_ops dm_sysfs_ops = {
++static const struct sysfs_ops dm_sysfs_ops = {
+       .show   = dm_attr_show,
+ };
+diff -urNp linux-2.6.32.1/drivers/md/dm-table.c linux-2.6.32.1/drivers/md/dm-table.c
+--- linux-2.6.32.1/drivers/md/dm-table.c       2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/md/dm-table.c       2009-12-14 18:33:54.365795777 -0500
 @@ -359,7 +359,7 @@ static int device_area_is_invalid(struct
        if (!dev_size)
                return 0;
@@ -19622,10 +23504,28 @@ diff -urNp linux-2.6.31/drivers/md/dm-table.c linux-2.6.31/drivers/md/dm-table.c
                DMWARN("%s: %s too small for target: "
                       "start=%llu, len=%llu, dev_size=%llu",
                       dm_device_name(ti->table->md), bdevname(bdev, b),
-diff -urNp linux-2.6.31/drivers/md/md.c linux-2.6.31/drivers/md/md.c
---- linux-2.6.31/drivers/md/md.c       2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/md/md.c       2009-09-06 15:29:11.672930470 -0400
-@@ -5963,7 +5963,7 @@ static int md_seq_show(struct seq_file *
+diff -urNp linux-2.6.32.1/drivers/md/md.c linux-2.6.32.1/drivers/md/md.c
+--- linux-2.6.32.1/drivers/md/md.c     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/md/md.c     2009-12-14 18:33:54.386883422 -0500
+@@ -2505,7 +2505,7 @@ static void rdev_free(struct kobject *ko
+       mdk_rdev_t *rdev = container_of(ko, mdk_rdev_t, kobj);
+       kfree(rdev);
+ }
+-static struct sysfs_ops rdev_sysfs_ops = {
++static const struct sysfs_ops rdev_sysfs_ops = {
+       .show           = rdev_attr_show,
+       .store          = rdev_attr_store,
+ };
+@@ -3875,7 +3875,7 @@ static void md_free(struct kobject *ko)
+       kfree(mddev);
+ }
+-static struct sysfs_ops md_sysfs_ops = {
++static const struct sysfs_ops md_sysfs_ops = {
+       .show   = md_attr_show,
+       .store  = md_attr_store,
+ };
+@@ -5997,7 +5997,7 @@ static int md_seq_show(struct seq_file *
                                chunk_kb ? "KB" : "B");
                        if (bitmap->file) {
                                seq_printf(seq, ", file: ");
@@ -19634,7 +23534,7 @@ diff -urNp linux-2.6.31/drivers/md/md.c linux-2.6.31/drivers/md/md.c
                        }
  
                        seq_printf(seq, "\n");
-@@ -6057,7 +6057,7 @@ static int is_mddev_idle(mddev_t *mddev,
+@@ -6091,7 +6091,7 @@ static int is_mddev_idle(mddev_t *mddev,
                struct gendisk *disk = rdev->bdev->bd_contains->bd_disk;
                curr_events = (int)part_stat_read(&disk->part0, sectors[0]) +
                              (int)part_stat_read(&disk->part0, sectors[1]) -
@@ -19643,9 +23543,9 @@ diff -urNp linux-2.6.31/drivers/md/md.c linux-2.6.31/drivers/md/md.c
                /* sync IO will cause sync_io to increase before the disk_stats
                 * as sync_io is counted when a request starts, and
                 * disk_stats is counted when it completes.
-diff -urNp linux-2.6.31/drivers/md/md.h linux-2.6.31/drivers/md/md.h
---- linux-2.6.31/drivers/md/md.h       2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/md/md.h       2009-09-06 15:29:11.674903617 -0400
+diff -urNp linux-2.6.32.1/drivers/md/md.h linux-2.6.32.1/drivers/md/md.h
+--- linux-2.6.32.1/drivers/md/md.h     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/md/md.h     2009-12-14 18:33:54.388809345 -0500
 @@ -303,7 +303,7 @@ static inline void rdev_dec_pending(mdk_
  
  static inline void md_sync_acct(struct block_device *bdev, unsigned long nr_sectors)
@@ -19655,105 +23555,20 @@ diff -urNp linux-2.6.31/drivers/md/md.h linux-2.6.31/drivers/md/md.h
  }
  
  struct mdk_personality
-diff -urNp linux-2.6.31/drivers/media/dvb/dvb-core/dmxdev.c linux-2.6.31/drivers/media/dvb/dvb-core/dmxdev.c
---- linux-2.6.31/drivers/media/dvb/dvb-core/dmxdev.c   2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/media/dvb/dvb-core/dmxdev.c   2009-09-06 15:29:11.676348212 -0400
-@@ -1086,7 +1086,7 @@ static unsigned int dvb_dvr_poll(struct 
-       return mask;
- }
--static struct file_operations dvb_dvr_fops = {
-+static const struct file_operations dvb_dvr_fops = {
-       .owner = THIS_MODULE,
-       .read = dvb_dvr_read,
-       .write = dvb_dvr_write,
-diff -urNp linux-2.6.31/drivers/media/dvb/firewire/firedtv-ci.c linux-2.6.31/drivers/media/dvb/firewire/firedtv-ci.c
---- linux-2.6.31/drivers/media/dvb/firewire/firedtv-ci.c       2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/media/dvb/firewire/firedtv-ci.c       2009-09-06 15:29:11.676348212 -0400
-@@ -215,7 +215,7 @@ static unsigned int fdtv_ca_io_poll(stru
-       return POLLIN;
- }
--static struct file_operations fdtv_ca_fops = {
-+static const struct file_operations fdtv_ca_fops = {
-       .owner          = THIS_MODULE,
-       .ioctl          = dvb_generic_ioctl,
-       .open           = dvb_generic_open,
-diff -urNp linux-2.6.31/drivers/media/video/cafe_ccic.c linux-2.6.31/drivers/media/video/cafe_ccic.c
---- linux-2.6.31/drivers/media/video/cafe_ccic.c       2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/media/video/cafe_ccic.c       2009-09-06 15:29:11.677159721 -0400
-@@ -1326,7 +1326,7 @@ static void cafe_v4l_vm_close(struct vm_
-       mutex_unlock(&sbuf->cam->s_mutex);
- }
--static struct vm_operations_struct cafe_v4l_vm_ops = {
-+static const struct vm_operations_struct cafe_v4l_vm_ops = {
-       .open = cafe_v4l_vm_open,
-       .close = cafe_v4l_vm_close
- };
-diff -urNp linux-2.6.31/drivers/media/video/et61x251/et61x251_core.c linux-2.6.31/drivers/media/video/et61x251/et61x251_core.c
---- linux-2.6.31/drivers/media/video/et61x251/et61x251_core.c  2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/media/video/et61x251/et61x251_core.c  2009-09-06 15:29:11.678180158 -0400
-@@ -1494,7 +1494,7 @@ static void et61x251_vm_close(struct vm_
- }
--static struct vm_operations_struct et61x251_vm_ops = {
-+static const struct vm_operations_struct et61x251_vm_ops = {
-       .open = et61x251_vm_open,
-       .close = et61x251_vm_close,
- };
-diff -urNp linux-2.6.31/drivers/media/video/gspca/gspca.c linux-2.6.31/drivers/media/video/gspca/gspca.c
---- linux-2.6.31/drivers/media/video/gspca/gspca.c     2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/media/video/gspca/gspca.c     2009-09-06 15:29:11.679175764 -0400
-@@ -99,7 +99,7 @@ static void gspca_vm_close(struct vm_are
-               frame->v4l2_buf.flags &= ~V4L2_BUF_FLAG_MAPPED;
- }
--static struct vm_operations_struct gspca_vm_ops = {
-+static const struct vm_operations_struct gspca_vm_ops = {
-       .open           = gspca_vm_open,
-       .close          = gspca_vm_close,
- };
-diff -urNp linux-2.6.31/drivers/media/video/meye.c linux-2.6.31/drivers/media/video/meye.c
---- linux-2.6.31/drivers/media/video/meye.c    2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/media/video/meye.c    2009-09-06 15:29:11.680164049 -0400
-@@ -1589,7 +1589,7 @@ static void meye_vm_close(struct vm_area
-       meye.vma_use_count[idx]--;
- }
--static struct vm_operations_struct meye_vm_ops = {
-+static const struct vm_operations_struct meye_vm_ops = {
-       .open           = meye_vm_open,
-       .close          = meye_vm_close,
- };
-diff -urNp linux-2.6.31/drivers/media/video/sn9c102/sn9c102_core.c linux-2.6.31/drivers/media/video/sn9c102/sn9c102_core.c
---- linux-2.6.31/drivers/media/video/sn9c102/sn9c102_core.c    2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/media/video/sn9c102/sn9c102_core.c    2009-09-06 15:29:11.681177224 -0400
-@@ -2075,7 +2075,7 @@ static void sn9c102_vm_close(struct vm_a
- }
--static struct vm_operations_struct sn9c102_vm_ops = {
-+static const struct vm_operations_struct sn9c102_vm_ops = {
-       .open = sn9c102_vm_open,
-       .close = sn9c102_vm_close,
- };
-diff -urNp linux-2.6.31/drivers/media/video/stk-webcam.c linux-2.6.31/drivers/media/video/stk-webcam.c
---- linux-2.6.31/drivers/media/video/stk-webcam.c      2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/media/video/stk-webcam.c      2009-09-06 15:29:11.682155733 -0400
-@@ -790,7 +790,7 @@ static void stk_v4l_vm_close(struct vm_a
-       if (sbuf->mapcount == 0)
-               sbuf->v4lbuf.flags &= ~V4L2_BUF_FLAG_MAPPED;
- }
--static struct vm_operations_struct stk_v4l_vm_ops = {
-+static const struct vm_operations_struct stk_v4l_vm_ops = {
-       .open = stk_v4l_vm_open,
-       .close = stk_v4l_vm_close
- };
-diff -urNp linux-2.6.31/drivers/media/video/usbvideo/konicawc.c linux-2.6.31/drivers/media/video/usbvideo/konicawc.c
---- linux-2.6.31/drivers/media/video/usbvideo/konicawc.c       2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/media/video/usbvideo/konicawc.c       2009-09-06 15:29:11.688561045 -0400
+diff -urNp linux-2.6.32.1/drivers/media/dvb/dvb-core/dvbdev.c linux-2.6.32.1/drivers/media/dvb/dvb-core/dvbdev.c
+--- linux-2.6.32.1/drivers/media/dvb/dvb-core/dvbdev.c 2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/media/dvb/dvb-core/dvbdev.c 2009-12-14 18:33:54.409940682 -0500
+@@ -191,6 +191,7 @@ int dvb_register_device(struct dvb_adapt
+                       const struct dvb_device *template, void *priv, int type)
+ {
+       struct dvb_device *dvbdev;
++      /* cannot be const */
+       struct file_operations *dvbdevfops;
+       struct device *clsdev;
+       int minor;
+diff -urNp linux-2.6.32.1/drivers/media/video/usbvideo/konicawc.c linux-2.6.32.1/drivers/media/video/usbvideo/konicawc.c
+--- linux-2.6.32.1/drivers/media/video/usbvideo/konicawc.c     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/media/video/usbvideo/konicawc.c     2009-12-14 18:33:54.431094016 -0500
 @@ -225,7 +225,7 @@ static void konicawc_register_input(stru
        int error;
  
@@ -19763,9 +23578,9 @@ diff -urNp linux-2.6.31/drivers/media/video/usbvideo/konicawc.c linux-2.6.31/dri
  
        cam->input = input_dev = input_allocate_device();
        if (!input_dev) {
-diff -urNp linux-2.6.31/drivers/media/video/usbvideo/quickcam_messenger.c linux-2.6.31/drivers/media/video/usbvideo/quickcam_messenger.c
---- linux-2.6.31/drivers/media/video/usbvideo/quickcam_messenger.c     2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/media/video/usbvideo/quickcam_messenger.c     2009-09-06 15:29:11.689369495 -0400
+diff -urNp linux-2.6.32.1/drivers/media/video/usbvideo/quickcam_messenger.c linux-2.6.32.1/drivers/media/video/usbvideo/quickcam_messenger.c
+--- linux-2.6.32.1/drivers/media/video/usbvideo/quickcam_messenger.c   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/media/video/usbvideo/quickcam_messenger.c   2009-12-14 18:33:54.442710420 -0500
 @@ -89,7 +89,7 @@ static void qcm_register_input(struct qc
        int error;
  
@@ -19775,69 +23590,9 @@ diff -urNp linux-2.6.31/drivers/media/video/usbvideo/quickcam_messenger.c linux-
  
        cam->input = input_dev = input_allocate_device();
        if (!input_dev) {
-diff -urNp linux-2.6.31/drivers/media/video/uvc/uvc_v4l2.c linux-2.6.31/drivers/media/video/uvc/uvc_v4l2.c
---- linux-2.6.31/drivers/media/video/uvc/uvc_v4l2.c    2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/media/video/uvc/uvc_v4l2.c    2009-09-06 15:29:11.691731792 -0400
-@@ -1063,7 +1063,7 @@ static void uvc_vm_close(struct vm_area_
-       buffer->vma_use_count--;
- }
--static struct vm_operations_struct uvc_vm_ops = {
-+static const struct vm_operations_struct uvc_vm_ops = {
-       .open           = uvc_vm_open,
-       .close          = uvc_vm_close,
- };
-diff -urNp linux-2.6.31/drivers/media/video/videobuf-dma-contig.c linux-2.6.31/drivers/media/video/videobuf-dma-contig.c
---- linux-2.6.31/drivers/media/video/videobuf-dma-contig.c     2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/media/video/videobuf-dma-contig.c     2009-09-06 15:29:11.693530921 -0400
-@@ -105,7 +105,7 @@ static void videobuf_vm_close(struct vm_
-       }
- }
--static struct vm_operations_struct videobuf_vm_ops = {
-+static const struct vm_operations_struct videobuf_vm_ops = {
-       .open     = videobuf_vm_open,
-       .close    = videobuf_vm_close,
- };
-diff -urNp linux-2.6.31/drivers/media/video/vino.c linux-2.6.31/drivers/media/video/vino.c
---- linux-2.6.31/drivers/media/video/vino.c    2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/media/video/vino.c    2009-09-06 15:29:11.694196185 -0400
-@@ -3858,7 +3858,7 @@ static void vino_vm_close(struct vm_area
-       dprintk("vino_vm_close(): count = %d\n", fb->map_count);
- }
--static struct vm_operations_struct vino_vm_ops = {
-+static const struct vm_operations_struct vino_vm_ops = {
-       .open   = vino_vm_open,
-       .close  = vino_vm_close,
- };
-diff -urNp linux-2.6.31/drivers/media/video/zc0301/zc0301_core.c linux-2.6.31/drivers/media/video/zc0301/zc0301_core.c
---- linux-2.6.31/drivers/media/video/zc0301/zc0301_core.c      2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/media/video/zc0301/zc0301_core.c      2009-09-06 15:29:11.695170786 -0400
-@@ -933,7 +933,7 @@ static void zc0301_vm_close(struct vm_ar
- }
--static struct vm_operations_struct zc0301_vm_ops = {
-+static const struct vm_operations_struct zc0301_vm_ops = {
-       .open = zc0301_vm_open,
-       .close = zc0301_vm_close,
- };
-diff -urNp linux-2.6.31/drivers/media/video/zoran/zoran_driver.c linux-2.6.31/drivers/media/video/zoran/zoran_driver.c
---- linux-2.6.31/drivers/media/video/zoran/zoran_driver.c      2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/media/video/zoran/zoran_driver.c      2009-09-06 15:29:11.696176882 -0400
-@@ -3172,7 +3172,7 @@ zoran_vm_close (struct vm_area_struct *v
-       mutex_unlock(&zr->resource_lock);
- }
--static struct vm_operations_struct zoran_vm_ops = {
-+static const struct vm_operations_struct zoran_vm_ops = {
-       .open = zoran_vm_open,
-       .close = zoran_vm_close,
- };
-diff -urNp linux-2.6.31/drivers/message/i2o/i2o_proc.c linux-2.6.31/drivers/message/i2o/i2o_proc.c
---- linux-2.6.31/drivers/message/i2o/i2o_proc.c        2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/message/i2o/i2o_proc.c        2009-09-06 15:29:11.698316893 -0400
+diff -urNp linux-2.6.32.1/drivers/message/i2o/i2o_proc.c linux-2.6.32.1/drivers/message/i2o/i2o_proc.c
+--- linux-2.6.32.1/drivers/message/i2o/i2o_proc.c      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/message/i2o/i2o_proc.c      2009-12-14 18:33:54.453974267 -0500
 @@ -259,13 +259,6 @@ static char *scsi_devices[] = {
        "Array Controller Device"
  };
@@ -19924,87 +23679,30 @@ diff -urNp linux-2.6.31/drivers/message/i2o/i2o_proc.c linux-2.6.31/drivers/mess
  
        return 0;
  }
-diff -urNp linux-2.6.31/drivers/misc/ibmasm/ibmasmfs.c linux-2.6.31/drivers/misc/ibmasm/ibmasmfs.c
---- linux-2.6.31/drivers/misc/ibmasm/ibmasmfs.c        2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/misc/ibmasm/ibmasmfs.c        2009-09-06 15:29:11.699286001 -0400
-@@ -97,7 +97,7 @@ static int ibmasmfs_get_super(struct fil
-       return get_sb_single(fst, flags, data, ibmasmfs_fill_super, mnt);
- }
--static struct super_operations ibmasmfs_s_ops = {
-+static const struct super_operations ibmasmfs_s_ops = {
-       .statfs         = simple_statfs,
-       .drop_inode     = generic_delete_inode,
- };
-diff -urNp linux-2.6.31/drivers/misc/phantom.c linux-2.6.31/drivers/misc/phantom.c
---- linux-2.6.31/drivers/misc/phantom.c        2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/misc/phantom.c        2009-09-06 15:29:11.699286001 -0400
-@@ -271,7 +271,7 @@ static unsigned int phantom_poll(struct 
-       return mask;
- }
--static struct file_operations phantom_file_ops = {
-+static const struct file_operations phantom_file_ops = {
-       .open = phantom_open,
-       .release = phantom_release,
-       .unlocked_ioctl = phantom_ioctl,
-diff -urNp linux-2.6.31/drivers/misc/sgi-gru/grufile.c linux-2.6.31/drivers/misc/sgi-gru/grufile.c
---- linux-2.6.31/drivers/misc/sgi-gru/grufile.c        2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/misc/sgi-gru/grufile.c        2009-09-06 15:29:11.699286001 -0400
-@@ -53,7 +53,7 @@ struct gru_stats_s gru_stats;
- /* Guaranteed user available resources on each node */
- static int max_user_cbrs, max_user_dsr_bytes;
--static struct file_operations gru_fops;
-+static const struct file_operations gru_fops;
- static struct miscdevice gru_miscdev;
-@@ -426,7 +426,7 @@ static void __exit gru_exit(void)
-       gru_proc_exit();
- }
--static struct file_operations gru_fops = {
-+static const struct file_operations gru_fops = {
-       .owner          = THIS_MODULE,
-       .unlocked_ioctl = gru_file_unlocked_ioctl,
-       .mmap           = gru_file_mmap,
-@@ -438,7 +438,7 @@ static struct miscdevice gru_miscdev = {
-       .fops           = &gru_fops,
- };
--struct vm_operations_struct gru_vm_ops = {
-+const struct vm_operations_struct gru_vm_ops = {
-       .close          = gru_vma_close,
-       .fault          = gru_fault,
- };
-diff -urNp linux-2.6.31/drivers/misc/sgi-gru/grutables.h linux-2.6.31/drivers/misc/sgi-gru/grutables.h
---- linux-2.6.31/drivers/misc/sgi-gru/grutables.h      2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/misc/sgi-gru/grutables.h      2009-09-06 15:29:11.700275159 -0400
-@@ -624,7 +624,7 @@ static inline int is_kernel_context(stru
-  */
- struct gru_unload_context_req;
--extern struct vm_operations_struct gru_vm_ops;
-+extern const struct vm_operations_struct gru_vm_ops;
- extern struct device *grudev;
- extern struct gru_vma_data *gru_alloc_vma_data(struct vm_area_struct *vma,
-diff -urNp linux-2.6.31/drivers/mmc/core/debugfs.c linux-2.6.31/drivers/mmc/core/debugfs.c
---- linux-2.6.31/drivers/mmc/core/debugfs.c    2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/mmc/core/debugfs.c    2009-09-06 15:29:11.718149950 -0400
-@@ -240,7 +240,7 @@ static int mmc_ext_csd_release(struct in
-       return 0;
- }
--static struct file_operations mmc_dbg_ext_csd_fops = {
-+static const struct file_operations mmc_dbg_ext_csd_fops = {
-       .open           = mmc_ext_csd_open,
-       .read           = mmc_ext_csd_read,
-       .release        = mmc_ext_csd_release,
-diff -urNp linux-2.6.31/drivers/mtd/devices/doc2000.c linux-2.6.31/drivers/mtd/devices/doc2000.c
---- linux-2.6.31/drivers/mtd/devices/doc2000.c 2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/mtd/devices/doc2000.c 2009-09-06 15:29:11.718149950 -0400
+diff -urNp linux-2.6.32.1/drivers/misc/kgdbts.c linux-2.6.32.1/drivers/misc/kgdbts.c
+--- linux-2.6.32.1/drivers/misc/kgdbts.c       2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/misc/kgdbts.c       2009-12-14 18:33:54.463717800 -0500
+@@ -118,7 +118,7 @@
+       } while (0)
+ #define MAX_CONFIG_LEN                40
+-static struct kgdb_io kgdbts_io_ops;
++static const struct kgdb_io kgdbts_io_ops;
+ static char get_buf[BUFMAX];
+ static int get_buf_cnt;
+ static char put_buf[BUFMAX];
+@@ -1102,7 +1102,7 @@ static void kgdbts_post_exp_handler(void
+               module_put(THIS_MODULE);
+ }
+-static struct kgdb_io kgdbts_io_ops = {
++static const struct kgdb_io kgdbts_io_ops = {
+       .name                   = "kgdbts",
+       .read_char              = kgdbts_get_char,
+       .write_char             = kgdbts_put_char,
+diff -urNp linux-2.6.32.1/drivers/mtd/devices/doc2000.c linux-2.6.32.1/drivers/mtd/devices/doc2000.c
+--- linux-2.6.32.1/drivers/mtd/devices/doc2000.c       2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/mtd/devices/doc2000.c       2009-12-14 18:33:54.472983018 -0500
 @@ -776,7 +776,7 @@ static int doc_write(struct mtd_info *mt
  
                /* The ECC will not be calculated correctly if less than 512 is written */
@@ -20014,9 +23712,9 @@ diff -urNp linux-2.6.31/drivers/mtd/devices/doc2000.c linux-2.6.31/drivers/mtd/d
                        printk(KERN_WARNING
                               "ECC needs a full sector write (adr: %lx size %lx)\n",
                               (long) to, (long) len);
-diff -urNp linux-2.6.31/drivers/mtd/devices/doc2001.c linux-2.6.31/drivers/mtd/devices/doc2001.c
---- linux-2.6.31/drivers/mtd/devices/doc2001.c 2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/mtd/devices/doc2001.c 2009-09-06 15:29:11.719178073 -0400
+diff -urNp linux-2.6.32.1/drivers/mtd/devices/doc2001.c linux-2.6.32.1/drivers/mtd/devices/doc2001.c
+--- linux-2.6.32.1/drivers/mtd/devices/doc2001.c       2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/mtd/devices/doc2001.c       2009-12-14 18:33:54.488932859 -0500
 @@ -395,6 +395,8 @@ static int doc_read (struct mtd_info *mt
        /* Don't allow read past end of device */
        if (from >= this->totlen)
@@ -20026,22 +23724,340 @@ diff -urNp linux-2.6.31/drivers/mtd/devices/doc2001.c linux-2.6.31/drivers/mtd/d
  
        /* Don't allow a single read to cross a 512-byte block boundary */
        if (from + len > ((from | 0x1ff) + 1))
-diff -urNp linux-2.6.31/drivers/mtd/ubi/build.c linux-2.6.31/drivers/mtd/ubi/build.c
---- linux-2.6.31/drivers/mtd/ubi/build.c       2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/mtd/ubi/build.c       2009-09-06 15:29:11.720174413 -0400
-@@ -1257,7 +1257,7 @@ static int __init bytes_str_to_int(const
-       unsigned long result;
+diff -urNp linux-2.6.32.1/drivers/mtd/ubi/build.c linux-2.6.32.1/drivers/mtd/ubi/build.c
+--- linux-2.6.32.1/drivers/mtd/ubi/build.c     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/mtd/ubi/build.c     2009-12-14 18:33:54.535765236 -0500
+@@ -1255,7 +1255,7 @@ module_exit(ubi_exit);
+ static int __init bytes_str_to_int(const char *str)
+ {
+       char *endp;
+-      unsigned long result;
++      unsigned long result, scale = 1;
  
        result = simple_strtoul(str, &endp, 0);
--      if (str == endp || result < 0) {
-+      if (str == endp) {
-               printk(KERN_ERR "UBI error: incorrect bytes count: \"%s\"\n",
-                      str);
+       if (str == endp || result >= INT_MAX) {
+@@ -1266,11 +1266,11 @@ static int __init bytes_str_to_int(const
+       switch (*endp) {
+       case 'G':
+-              result *= 1024;
++              scale *= 1024;
+       case 'M':
+-              result *= 1024;
++              scale *= 1024;
+       case 'K':
+-              result *= 1024;
++              scale *= 1024;
+               if (endp[1] == 'i' && endp[2] == 'B')
+                       endp += 2;
+       case '\0':
+@@ -1281,7 +1281,13 @@ static int __init bytes_str_to_int(const
                return -EINVAL;
-diff -urNp linux-2.6.31/drivers/net/irda/vlsi_ir.c linux-2.6.31/drivers/net/irda/vlsi_ir.c
---- linux-2.6.31/drivers/net/irda/vlsi_ir.c    2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/net/irda/vlsi_ir.c    2009-09-06 15:29:11.731942177 -0400
-@@ -906,13 +906,12 @@ static int vlsi_hard_start_xmit(struct s
+       }
+-      return result;
++      if ((intoverflow_t)result*scale >= INT_MAX) {
++              printk(KERN_ERR "UBI error: incorrect bytes count: \"%s\"\n",
++                     str);
++              return -EINVAL;
++      }
++
++      return result*scale;
+ }
+ /**
+diff -urNp linux-2.6.32.1/drivers/net/e1000e/82571.c linux-2.6.32.1/drivers/net/e1000e/82571.c
+--- linux-2.6.32.1/drivers/net/e1000e/82571.c  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/net/e1000e/82571.c  2009-12-14 18:33:54.554992954 -0500
+@@ -212,6 +212,7 @@ static s32 e1000_init_mac_params_82571(s
+ {
+       struct e1000_hw *hw = &adapter->hw;
+       struct e1000_mac_info *mac = &hw->mac;
++      /* cannot be const */
+       struct e1000_mac_operations *func = &mac->ops;
+       u32 swsm = 0;
+       u32 swsm2 = 0;
+@@ -1656,7 +1657,7 @@ static void e1000_clear_hw_cntrs_82571(s
+       temp = er32(ICRXDMTC);
+ }
+-static struct e1000_mac_operations e82571_mac_ops = {
++static const struct e1000_mac_operations e82571_mac_ops = {
+       /* .check_mng_mode: mac type dependent */
+       /* .check_for_link: media type dependent */
+       .id_led_init            = e1000e_id_led_init,
+@@ -1674,7 +1675,7 @@ static struct e1000_mac_operations e8257
+       .setup_led              = e1000e_setup_led_generic,
+ };
+-static struct e1000_phy_operations e82_phy_ops_igp = {
++static const struct e1000_phy_operations e82_phy_ops_igp = {
+       .acquire_phy            = e1000_get_hw_semaphore_82571,
+       .check_reset_block      = e1000e_check_reset_block_generic,
+       .commit_phy             = NULL,
+@@ -1691,7 +1692,7 @@ static struct e1000_phy_operations e82_p
+       .cfg_on_link_up         = NULL,
+ };
+-static struct e1000_phy_operations e82_phy_ops_m88 = {
++static const struct e1000_phy_operations e82_phy_ops_m88 = {
+       .acquire_phy            = e1000_get_hw_semaphore_82571,
+       .check_reset_block      = e1000e_check_reset_block_generic,
+       .commit_phy             = e1000e_phy_sw_reset,
+@@ -1708,7 +1709,7 @@ static struct e1000_phy_operations e82_p
+       .cfg_on_link_up         = NULL,
+ };
+-static struct e1000_phy_operations e82_phy_ops_bm = {
++static const struct e1000_phy_operations e82_phy_ops_bm = {
+       .acquire_phy            = e1000_get_hw_semaphore_82571,
+       .check_reset_block      = e1000e_check_reset_block_generic,
+       .commit_phy             = e1000e_phy_sw_reset,
+@@ -1725,7 +1726,7 @@ static struct e1000_phy_operations e82_p
+       .cfg_on_link_up         = NULL,
+ };
+-static struct e1000_nvm_operations e82571_nvm_ops = {
++static const struct e1000_nvm_operations e82571_nvm_ops = {
+       .acquire_nvm            = e1000_acquire_nvm_82571,
+       .read_nvm               = e1000e_read_nvm_eerd,
+       .release_nvm            = e1000_release_nvm_82571,
+diff -urNp linux-2.6.32.1/drivers/net/e1000e/e1000.h linux-2.6.32.1/drivers/net/e1000e/e1000.h
+--- linux-2.6.32.1/drivers/net/e1000e/e1000.h  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/net/e1000e/e1000.h  2009-12-14 18:33:54.558819487 -0500
+@@ -375,9 +375,9 @@ struct e1000_info {
+       u32                     pba;
+       u32                     max_hw_frame_size;
+       s32                     (*get_variants)(struct e1000_adapter *);
+-      struct e1000_mac_operations *mac_ops;
+-      struct e1000_phy_operations *phy_ops;
+-      struct e1000_nvm_operations *nvm_ops;
++      const struct e1000_mac_operations *mac_ops;
++      const struct e1000_phy_operations *phy_ops;
++      const struct e1000_nvm_operations *nvm_ops;
+ };
+ /* hardware capability, feature, and workaround flags */
+diff -urNp linux-2.6.32.1/drivers/net/e1000e/es2lan.c linux-2.6.32.1/drivers/net/e1000e/es2lan.c
+--- linux-2.6.32.1/drivers/net/e1000e/es2lan.c 2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/net/e1000e/es2lan.c 2009-12-14 18:33:54.568711876 -0500
+@@ -207,6 +207,7 @@ static s32 e1000_init_mac_params_80003es
+ {
+       struct e1000_hw *hw = &adapter->hw;
+       struct e1000_mac_info *mac = &hw->mac;
++      /* cannot be const */
+       struct e1000_mac_operations *func = &mac->ops;
+       /* Set media type */
+@@ -1365,7 +1366,7 @@ static void e1000_clear_hw_cntrs_80003es
+       temp = er32(ICRXDMTC);
+ }
+-static struct e1000_mac_operations es2_mac_ops = {
++static const struct e1000_mac_operations es2_mac_ops = {
+       .id_led_init            = e1000e_id_led_init,
+       .check_mng_mode         = e1000e_check_mng_mode_generic,
+       /* check_for_link dependent on media type */
+@@ -1383,7 +1384,7 @@ static struct e1000_mac_operations es2_m
+       .setup_led              = e1000e_setup_led_generic,
+ };
+-static struct e1000_phy_operations es2_phy_ops = {
++static const struct e1000_phy_operations es2_phy_ops = {
+       .acquire_phy            = e1000_acquire_phy_80003es2lan,
+       .check_reset_block      = e1000e_check_reset_block_generic,
+       .commit_phy             = e1000e_phy_sw_reset,
+@@ -1400,7 +1401,7 @@ static struct e1000_phy_operations es2_p
+       .cfg_on_link_up         = e1000_cfg_on_link_up_80003es2lan,
+ };
+-static struct e1000_nvm_operations es2_nvm_ops = {
++static const struct e1000_nvm_operations es2_nvm_ops = {
+       .acquire_nvm            = e1000_acquire_nvm_80003es2lan,
+       .read_nvm               = e1000e_read_nvm_eerd,
+       .release_nvm            = e1000_release_nvm_80003es2lan,
+diff -urNp linux-2.6.32.1/drivers/net/e1000e/hw.h linux-2.6.32.1/drivers/net/e1000e/hw.h
+--- linux-2.6.32.1/drivers/net/e1000e/hw.h     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/net/e1000e/hw.h     2009-12-14 18:33:54.574854371 -0500
+@@ -755,34 +755,34 @@ struct e1000_mac_operations {
+ /* Function pointers for the PHY. */
+ struct e1000_phy_operations {
+-      s32  (*acquire_phy)(struct e1000_hw *);
+-      s32  (*check_polarity)(struct e1000_hw *);
+-      s32  (*check_reset_block)(struct e1000_hw *);
+-      s32  (*commit_phy)(struct e1000_hw *);
+-      s32  (*force_speed_duplex)(struct e1000_hw *);
+-      s32  (*get_cfg_done)(struct e1000_hw *hw);
+-      s32  (*get_cable_length)(struct e1000_hw *);
+-      s32  (*get_phy_info)(struct e1000_hw *);
+-      s32  (*read_phy_reg)(struct e1000_hw *, u32, u16 *);
+-      s32  (*read_phy_reg_locked)(struct e1000_hw *, u32, u16 *);
+-      void (*release_phy)(struct e1000_hw *);
+-      s32  (*reset_phy)(struct e1000_hw *);
+-      s32  (*set_d0_lplu_state)(struct e1000_hw *, bool);
+-      s32  (*set_d3_lplu_state)(struct e1000_hw *, bool);
+-      s32  (*write_phy_reg)(struct e1000_hw *, u32, u16);
+-      s32  (*write_phy_reg_locked)(struct e1000_hw *, u32, u16);
+-      s32  (*cfg_on_link_up)(struct e1000_hw *);
++      s32  (* acquire_phy)(struct e1000_hw *);
++      s32  (* check_polarity)(struct e1000_hw *);
++      s32  (* check_reset_block)(struct e1000_hw *);
++      s32  (* commit_phy)(struct e1000_hw *);
++      s32  (* force_speed_duplex)(struct e1000_hw *);
++      s32  (* get_cfg_done)(struct e1000_hw *hw);
++      s32  (* get_cable_length)(struct e1000_hw *);
++      s32  (* get_phy_info)(struct e1000_hw *);
++      s32  (* read_phy_reg)(struct e1000_hw *, u32, u16 *);
++      s32  (* read_phy_reg_locked)(struct e1000_hw *, u32, u16 *);
++      void (* release_phy)(struct e1000_hw *);
++      s32  (* reset_phy)(struct e1000_hw *);
++      s32  (* set_d0_lplu_state)(struct e1000_hw *, bool);
++      s32  (* set_d3_lplu_state)(struct e1000_hw *, bool);
++      s32  (* write_phy_reg)(struct e1000_hw *, u32, u16);
++      s32  (* write_phy_reg_locked)(struct e1000_hw *, u32, u16);
++      s32  (* cfg_on_link_up)(struct e1000_hw *);
+ };
+ /* Function pointers for the NVM. */
+ struct e1000_nvm_operations {
+-      s32  (*acquire_nvm)(struct e1000_hw *);
+-      s32  (*read_nvm)(struct e1000_hw *, u16, u16, u16 *);
+-      void (*release_nvm)(struct e1000_hw *);
+-      s32  (*update_nvm)(struct e1000_hw *);
+-      s32  (*valid_led_default)(struct e1000_hw *, u16 *);
+-      s32  (*validate_nvm)(struct e1000_hw *);
+-      s32  (*write_nvm)(struct e1000_hw *, u16, u16, u16 *);
++      s32  (* const acquire_nvm)(struct e1000_hw *);
++      s32  (* const read_nvm)(struct e1000_hw *, u16, u16, u16 *);
++      void (* const release_nvm)(struct e1000_hw *);
++      s32  (* const update_nvm)(struct e1000_hw *);
++      s32  (* const valid_led_default)(struct e1000_hw *, u16 *);
++      s32  (* const validate_nvm)(struct e1000_hw *);
++      s32  (* const write_nvm)(struct e1000_hw *, u16, u16, u16 *);
+ };
+ struct e1000_mac_info {
+@@ -856,7 +856,7 @@ struct e1000_phy_info {
+ };
+ struct e1000_nvm_info {
+-      struct e1000_nvm_operations ops;
++      const struct e1000_nvm_operations ops;
+       enum e1000_nvm_type type;
+       enum e1000_nvm_override override;
+diff -urNp linux-2.6.32.1/drivers/net/e1000e/ich8lan.c linux-2.6.32.1/drivers/net/e1000e/ich8lan.c
+--- linux-2.6.32.1/drivers/net/e1000e/ich8lan.c        2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/net/e1000e/ich8lan.c        2009-12-14 18:33:54.613837127 -0500
+@@ -3451,7 +3451,7 @@ static void e1000_clear_hw_cntrs_ich8lan
+       }
+ }
+-static struct e1000_mac_operations ich8_mac_ops = {
++static const struct e1000_mac_operations ich8_mac_ops = {
+       .id_led_init            = e1000e_id_led_init,
+       .check_mng_mode         = e1000_check_mng_mode_ich8lan,
+       .check_for_link         = e1000_check_for_copper_link_ich8lan,
+@@ -3469,7 +3469,7 @@ static struct e1000_mac_operations ich8_
+       /* id_led_init dependent on mac type */
+ };
+-static struct e1000_phy_operations ich8_phy_ops = {
++static const struct e1000_phy_operations ich8_phy_ops = {
+       .acquire_phy            = e1000_acquire_swflag_ich8lan,
+       .check_reset_block      = e1000_check_reset_block_ich8lan,
+       .commit_phy             = NULL,
+@@ -3485,7 +3485,7 @@ static struct e1000_phy_operations ich8_
+       .write_phy_reg          = e1000e_write_phy_reg_igp,
+ };
+-static struct e1000_nvm_operations ich8_nvm_ops = {
++static const struct e1000_nvm_operations ich8_nvm_ops = {
+       .acquire_nvm            = e1000_acquire_nvm_ich8lan,
+       .read_nvm               = e1000_read_nvm_ich8lan,
+       .release_nvm            = e1000_release_nvm_ich8lan,
+diff -urNp linux-2.6.32.1/drivers/net/ibmveth.c linux-2.6.32.1/drivers/net/ibmveth.c
+--- linux-2.6.32.1/drivers/net/ibmveth.c       2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/net/ibmveth.c       2009-12-14 18:33:54.635712840 -0500
+@@ -1577,7 +1577,7 @@ static struct attribute * veth_pool_attr
+       NULL,
+ };
+-static struct sysfs_ops veth_pool_ops = {
++static const struct sysfs_ops veth_pool_ops = {
+       .show   = veth_pool_show,
+       .store  = veth_pool_store,
+ };
+diff -urNp linux-2.6.32.1/drivers/net/igb/e1000_82575.c linux-2.6.32.1/drivers/net/igb/e1000_82575.c
+--- linux-2.6.32.1/drivers/net/igb/e1000_82575.c       2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/net/igb/e1000_82575.c       2009-12-14 18:33:54.645995272 -0500
+@@ -1400,7 +1400,7 @@ void igb_vmdq_set_replication_pf(struct 
+       wr32(E1000_VT_CTL, vt_ctl);
+ }
+-static struct e1000_mac_operations e1000_mac_ops_82575 = {
++static const struct e1000_mac_operations e1000_mac_ops_82575 = {
+       .reset_hw             = igb_reset_hw_82575,
+       .init_hw              = igb_init_hw_82575,
+       .check_for_link       = igb_check_for_link_82575,
+@@ -1409,13 +1409,13 @@ static struct e1000_mac_operations e1000
+       .get_speed_and_duplex = igb_get_speed_and_duplex_copper,
+ };
+-static struct e1000_phy_operations e1000_phy_ops_82575 = {
++static const struct e1000_phy_operations e1000_phy_ops_82575 = {
+       .acquire              = igb_acquire_phy_82575,
+       .get_cfg_done         = igb_get_cfg_done_82575,
+       .release              = igb_release_phy_82575,
+ };
+-static struct e1000_nvm_operations e1000_nvm_ops_82575 = {
++static const struct e1000_nvm_operations e1000_nvm_ops_82575 = {
+       .acquire              = igb_acquire_nvm_82575,
+       .read                 = igb_read_nvm_eerd,
+       .release              = igb_release_nvm_82575,
+diff -urNp linux-2.6.32.1/drivers/net/igb/e1000_hw.h linux-2.6.32.1/drivers/net/igb/e1000_hw.h
+--- linux-2.6.32.1/drivers/net/igb/e1000_hw.h  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/net/igb/e1000_hw.h  2009-12-14 18:33:54.647922615 -0500
+@@ -302,17 +302,17 @@ struct e1000_phy_operations {
+ };
+ struct e1000_nvm_operations {
+-      s32  (*acquire)(struct e1000_hw *);
+-      s32  (*read)(struct e1000_hw *, u16, u16, u16 *);
+-      void (*release)(struct e1000_hw *);
+-      s32  (*write)(struct e1000_hw *, u16, u16, u16 *);
++      s32  (* const acquire)(struct e1000_hw *);
++      s32  (* const read)(struct e1000_hw *, u16, u16, u16 *);
++      void (* const release)(struct e1000_hw *);
++      s32  (* const write)(struct e1000_hw *, u16, u16, u16 *);
+ };
+ struct e1000_info {
+       s32 (*get_invariants)(struct e1000_hw *);
+-      struct e1000_mac_operations *mac_ops;
+-      struct e1000_phy_operations *phy_ops;
+-      struct e1000_nvm_operations *nvm_ops;
++      const struct e1000_mac_operations *mac_ops;
++      const struct e1000_phy_operations *phy_ops;
++      const struct e1000_nvm_operations *nvm_ops;
+ };
+ extern const struct e1000_info e1000_82575_info;
+@@ -397,7 +397,7 @@ struct e1000_phy_info {
+ };
+ struct e1000_nvm_info {
+-      struct e1000_nvm_operations ops;
++      const struct e1000_nvm_operations ops;
+       enum e1000_nvm_type type;
+       enum e1000_nvm_override override;
+diff -urNp linux-2.6.32.1/drivers/net/irda/vlsi_ir.c linux-2.6.32.1/drivers/net/irda/vlsi_ir.c
+--- linux-2.6.32.1/drivers/net/irda/vlsi_ir.c  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/net/irda/vlsi_ir.c  2009-12-14 18:33:54.675752420 -0500
+@@ -907,13 +907,12 @@ static netdev_tx_t vlsi_hard_start_xmit(
                        /* no race - tx-ring already empty */
                        vlsi_set_baud(idev, iobase);
                        netif_wake_queue(ndev);
@@ -20056,11 +24072,32 @@ diff -urNp linux-2.6.31/drivers/net/irda/vlsi_ir.c linux-2.6.31/drivers/net/irda
 +              }
                spin_unlock_irqrestore(&idev->lock, flags);
                dev_kfree_skb_any(skb);
-               return 0;
-diff -urNp linux-2.6.31/drivers/net/pcnet32.c linux-2.6.31/drivers/net/pcnet32.c
---- linux-2.6.31/drivers/net/pcnet32.c 2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/net/pcnet32.c 2009-09-06 15:29:11.747156002 -0400
-@@ -78,7 +78,7 @@ static int cards_found;
+               return NETDEV_TX_OK;
+diff -urNp linux-2.6.32.1/drivers/net/iseries_veth.c linux-2.6.32.1/drivers/net/iseries_veth.c
+--- linux-2.6.32.1/drivers/net/iseries_veth.c  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/net/iseries_veth.c  2009-12-14 18:33:54.725001471 -0500
+@@ -384,7 +384,7 @@ static struct attribute *veth_cnx_defaul
+       NULL
+ };
+-static struct sysfs_ops veth_cnx_sysfs_ops = {
++static const struct sysfs_ops veth_cnx_sysfs_ops = {
+               .show = veth_cnx_attribute_show
+ };
+@@ -441,7 +441,7 @@ static struct attribute *veth_port_defau
+       NULL
+ };
+-static struct sysfs_ops veth_port_sysfs_ops = {
++static const struct sysfs_ops veth_port_sysfs_ops = {
+       .show = veth_port_attribute_show
+ };
+diff -urNp linux-2.6.32.1/drivers/net/pcnet32.c linux-2.6.32.1/drivers/net/pcnet32.c
+--- linux-2.6.32.1/drivers/net/pcnet32.c       2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/net/pcnet32.c       2009-12-14 18:33:54.740854853 -0500
+@@ -79,7 +79,7 @@ static int cards_found;
  /*
   * VLB I/O addresses
   */
@@ -20069,10 +24106,10 @@ diff -urNp linux-2.6.31/drivers/net/pcnet32.c linux-2.6.31/drivers/net/pcnet32.c
      { 0x300, 0x320, 0x340, 0x360, 0 };
  
  static int pcnet32_debug = 0;
-diff -urNp linux-2.6.31/drivers/net/tg3.h linux-2.6.31/drivers/net/tg3.h
---- linux-2.6.31/drivers/net/tg3.h     2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/net/tg3.h     2009-09-06 15:29:11.756758234 -0400
-@@ -89,6 +89,7 @@
+diff -urNp linux-2.6.32.1/drivers/net/tg3.h linux-2.6.32.1/drivers/net/tg3.h
+--- linux-2.6.32.1/drivers/net/tg3.h   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/net/tg3.h   2009-12-14 18:33:54.763788650 -0500
+@@ -95,6 +95,7 @@
  #define  CHIPREV_ID_5750_A0            0x4000
  #define  CHIPREV_ID_5750_A1            0x4001
  #define  CHIPREV_ID_5750_A3            0x4003
@@ -20080,9 +24117,9 @@ diff -urNp linux-2.6.31/drivers/net/tg3.h linux-2.6.31/drivers/net/tg3.h
  #define  CHIPREV_ID_5750_C2            0x4202
  #define  CHIPREV_ID_5752_A0_HW                 0x5000
  #define  CHIPREV_ID_5752_A0            0x6000
-diff -urNp linux-2.6.31/drivers/net/usb/hso.c linux-2.6.31/drivers/net/usb/hso.c
---- linux-2.6.31/drivers/net/usb/hso.c 2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/net/usb/hso.c 2009-09-06 15:29:11.764908399 -0400
+diff -urNp linux-2.6.32.1/drivers/net/usb/hso.c linux-2.6.32.1/drivers/net/usb/hso.c
+--- linux-2.6.32.1/drivers/net/usb/hso.c       2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/net/usb/hso.c       2009-12-14 18:33:54.775796419 -0500
 @@ -258,7 +258,7 @@ struct hso_serial {
  
        /* from usb_serial_port */
@@ -20092,7 +24129,7 @@ diff -urNp linux-2.6.31/drivers/net/usb/hso.c linux-2.6.31/drivers/net/usb/hso.c
        spinlock_t serial_lock;
  
        int (*write_data) (struct hso_serial *serial);
-@@ -1179,7 +1179,7 @@ static void put_rxbuf_data_and_resubmit_
+@@ -1180,7 +1180,7 @@ static void put_rxbuf_data_and_resubmit_
        struct urb *urb;
  
        urb = serial->rx_urb[0];
@@ -20101,7 +24138,7 @@ diff -urNp linux-2.6.31/drivers/net/usb/hso.c linux-2.6.31/drivers/net/usb/hso.c
                count = put_rxbuf_data(urb, serial);
                if (count == -1)
                        return;
-@@ -1215,7 +1215,7 @@ static void hso_std_serial_read_bulk_cal
+@@ -1216,7 +1216,7 @@ static void hso_std_serial_read_bulk_cal
        DUMP1(urb->transfer_buffer, urb->actual_length);
  
        /* Anyone listening? */
@@ -20110,7 +24147,7 @@ diff -urNp linux-2.6.31/drivers/net/usb/hso.c linux-2.6.31/drivers/net/usb/hso.c
                return;
  
        if (status == 0) {
-@@ -1310,8 +1310,7 @@ static int hso_serial_open(struct tty_st
+@@ -1311,8 +1311,7 @@ static int hso_serial_open(struct tty_st
        spin_unlock_irq(&serial->serial_lock);
  
        /* check for port already opened, if not set the termios */
@@ -20120,7 +24157,7 @@ diff -urNp linux-2.6.31/drivers/net/usb/hso.c linux-2.6.31/drivers/net/usb/hso.c
                tty->low_latency = 1;
                serial->rx_state = RX_IDLE;
                /* Force default termio settings */
-@@ -1324,7 +1323,7 @@ static int hso_serial_open(struct tty_st
+@@ -1325,7 +1324,7 @@ static int hso_serial_open(struct tty_st
                result = hso_start_serial_device(serial->parent, GFP_KERNEL);
                if (result) {
                        hso_stop_serial_device(serial->parent);
@@ -20129,13 +24166,13 @@ diff -urNp linux-2.6.31/drivers/net/usb/hso.c linux-2.6.31/drivers/net/usb/hso.c
                        kref_put(&serial->parent->ref, hso_serial_ref_free);
                }
        } else {
-@@ -1361,10 +1360,10 @@ static void hso_serial_close(struct tty_
+@@ -1362,10 +1361,10 @@ static void hso_serial_close(struct tty_
  
        /* reset the rts and dtr */
        /* do the actual close */
 -      serial->open_count--;
 +      atomic_dec(&serial->open_count);
-       kref_put(&serial->parent->ref, hso_serial_ref_free);
 -      if (serial->open_count <= 0) {
 -              serial->open_count = 0;
 +      if (atomic_read(&serial->open_count) <= 0) {
@@ -20143,7 +24180,7 @@ diff -urNp linux-2.6.31/drivers/net/usb/hso.c linux-2.6.31/drivers/net/usb/hso.c
                spin_lock_irq(&serial->serial_lock);
                if (serial->tty == tty) {
                        serial->tty->driver_data = NULL;
-@@ -1444,7 +1443,7 @@ static void hso_serial_set_termios(struc
+@@ -1447,7 +1446,7 @@ static void hso_serial_set_termios(struc
  
        /* the actual setup */
        spin_lock_irqsave(&serial->serial_lock, flags);
@@ -20152,7 +24189,7 @@ diff -urNp linux-2.6.31/drivers/net/usb/hso.c linux-2.6.31/drivers/net/usb/hso.c
                _hso_serial_set_termios(tty, old);
        else
                tty->termios = old;
-@@ -3087,7 +3086,7 @@ static int hso_resume(struct usb_interfa
+@@ -3095,7 +3094,7 @@ static int hso_resume(struct usb_interfa
        /* Start all serial ports */
        for (i = 0; i < HSO_SERIAL_TTY_MINORS; i++) {
                if (serial_table[i] && (serial_table[i]->interface == iface)) {
@@ -20161,10 +24198,126 @@ diff -urNp linux-2.6.31/drivers/net/usb/hso.c linux-2.6.31/drivers/net/usb/hso.c
                                result =
                                    hso_start_serial_device(serial_table[i], GFP_NOIO);
                                hso_kick_transmit(dev2ser(serial_table[i]));
-diff -urNp linux-2.6.31/drivers/oprofile/buffer_sync.c linux-2.6.31/drivers/oprofile/buffer_sync.c
---- linux-2.6.31/drivers/oprofile/buffer_sync.c        2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/oprofile/buffer_sync.c        2009-09-06 15:29:11.764908399 -0400
-@@ -341,7 +341,7 @@ static void add_data(struct op_entry *en
+diff -urNp linux-2.6.32.1/drivers/net/wireless/b43/debugfs.c linux-2.6.32.1/drivers/net/wireless/b43/debugfs.c
+--- linux-2.6.32.1/drivers/net/wireless/b43/debugfs.c  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/net/wireless/b43/debugfs.c  2009-12-14 18:33:54.787830196 -0500
+@@ -43,7 +43,7 @@ static struct dentry *rootdir;
+ struct b43_debugfs_fops {
+       ssize_t (*read)(struct b43_wldev *dev, char *buf, size_t bufsize);
+       int (*write)(struct b43_wldev *dev, const char *buf, size_t count);
+-      struct file_operations fops;
++      const struct file_operations fops;
+       /* Offset of struct b43_dfs_file in struct b43_dfsentry */
+       size_t file_struct_offset;
+ };
+diff -urNp linux-2.6.32.1/drivers/net/wireless/b43legacy/debugfs.c linux-2.6.32.1/drivers/net/wireless/b43legacy/debugfs.c
+--- linux-2.6.32.1/drivers/net/wireless/b43legacy/debugfs.c    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/net/wireless/b43legacy/debugfs.c    2009-12-14 18:33:54.798021293 -0500
+@@ -44,7 +44,7 @@ static struct dentry *rootdir;
+ struct b43legacy_debugfs_fops {
+       ssize_t (*read)(struct b43legacy_wldev *dev, char *buf, size_t bufsize);
+       int (*write)(struct b43legacy_wldev *dev, const char *buf, size_t count);
+-      struct file_operations fops;
++      const struct file_operations fops;
+       /* Offset of struct b43legacy_dfs_file in struct b43legacy_dfsentry */
+       size_t file_struct_offset;
+       /* Take wl->irq_lock before calling read/write? */
+diff -urNp linux-2.6.32.1/drivers/net/wireless/iwlwifi/iwl-1000.c linux-2.6.32.1/drivers/net/wireless/iwlwifi/iwl-1000.c
+--- linux-2.6.32.1/drivers/net/wireless/iwlwifi/iwl-1000.c     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/net/wireless/iwlwifi/iwl-1000.c     2009-12-14 18:33:54.803959723 -0500
+@@ -137,7 +137,7 @@ static struct iwl_lib_ops iwl1000_lib = 
+        },
+ };
+-static struct iwl_ops iwl1000_ops = {
++static const struct iwl_ops iwl1000_ops = {
+       .ucode = &iwl5000_ucode,
+       .lib = &iwl1000_lib,
+       .hcmd = &iwl5000_hcmd,
+diff -urNp linux-2.6.32.1/drivers/net/wireless/iwlwifi/iwl-3945.c linux-2.6.32.1/drivers/net/wireless/iwlwifi/iwl-3945.c
+--- linux-2.6.32.1/drivers/net/wireless/iwlwifi/iwl-3945.c     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/net/wireless/iwlwifi/iwl-3945.c     2009-12-14 18:33:54.847028145 -0500
+@@ -2876,7 +2876,7 @@ static struct iwl_hcmd_utils_ops iwl3945
+       .build_addsta_hcmd = iwl3945_build_addsta_hcmd,
+ };
+-static struct iwl_ops iwl3945_ops = {
++static const struct iwl_ops iwl3945_ops = {
+       .ucode = &iwl3945_ucode,
+       .lib = &iwl3945_lib,
+       .hcmd = &iwl3945_hcmd,
+diff -urNp linux-2.6.32.1/drivers/net/wireless/iwlwifi/iwl-4965.c linux-2.6.32.1/drivers/net/wireless/iwlwifi/iwl-4965.c
+--- linux-2.6.32.1/drivers/net/wireless/iwlwifi/iwl-4965.c     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/net/wireless/iwlwifi/iwl-4965.c     2009-12-14 18:33:54.862730732 -0500
+@@ -2335,7 +2335,7 @@ static struct iwl_lib_ops iwl4965_lib = 
+       },
+ };
+-static struct iwl_ops iwl4965_ops = {
++static const struct iwl_ops iwl4965_ops = {
+       .ucode = &iwl4965_ucode,
+       .lib = &iwl4965_lib,
+       .hcmd = &iwl4965_hcmd,
+diff -urNp linux-2.6.32.1/drivers/net/wireless/iwlwifi/iwl-5000.c linux-2.6.32.1/drivers/net/wireless/iwlwifi/iwl-5000.c
+--- linux-2.6.32.1/drivers/net/wireless/iwlwifi/iwl-5000.c     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/net/wireless/iwlwifi/iwl-5000.c     2009-12-14 18:33:54.876020816 -0500
+@@ -1627,14 +1627,14 @@ static struct iwl_lib_ops iwl5150_lib = 
+        },
+ };
+-struct iwl_ops iwl5000_ops = {
++const struct iwl_ops iwl5000_ops = {
+       .ucode = &iwl5000_ucode,
+       .lib = &iwl5000_lib,
+       .hcmd = &iwl5000_hcmd,
+       .utils = &iwl5000_hcmd_utils,
+ };
+-static struct iwl_ops iwl5150_ops = {
++static const struct iwl_ops iwl5150_ops = {
+       .ucode = &iwl5000_ucode,
+       .lib = &iwl5150_lib,
+       .hcmd = &iwl5000_hcmd,
+diff -urNp linux-2.6.32.1/drivers/net/wireless/iwlwifi/iwl-6000.c linux-2.6.32.1/drivers/net/wireless/iwlwifi/iwl-6000.c
+--- linux-2.6.32.1/drivers/net/wireless/iwlwifi/iwl-6000.c     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/net/wireless/iwlwifi/iwl-6000.c     2009-12-14 18:33:54.906800344 -0500
+@@ -146,7 +146,7 @@ static struct iwl_hcmd_utils_ops iwl6000
+       .calc_rssi = iwl5000_calc_rssi,
+ };
+-static struct iwl_ops iwl6000_ops = {
++static const struct iwl_ops iwl6000_ops = {
+       .ucode = &iwl5000_ucode,
+       .lib = &iwl6000_lib,
+       .hcmd = &iwl5000_hcmd,
+diff -urNp linux-2.6.32.1/drivers/net/wireless/iwlwifi/iwl-dev.h linux-2.6.32.1/drivers/net/wireless/iwlwifi/iwl-dev.h
+--- linux-2.6.32.1/drivers/net/wireless/iwlwifi/iwl-dev.h      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/net/wireless/iwlwifi/iwl-dev.h      2009-12-14 18:33:55.011809667 -0500
+@@ -67,7 +67,7 @@ struct iwl_tx_queue;
+ /* shared structures from iwl-5000.c */
+ extern struct iwl_mod_params iwl50_mod_params;
+-extern struct iwl_ops iwl5000_ops;
++extern const struct iwl_ops iwl5000_ops;
+ extern struct iwl_ucode_ops iwl5000_ucode;
+ extern struct iwl_lib_ops iwl5000_lib;
+ extern struct iwl_hcmd_ops iwl5000_hcmd;
+diff -urNp linux-2.6.32.1/drivers/net/wireless/libertas/debugfs.c linux-2.6.32.1/drivers/net/wireless/libertas/debugfs.c
+--- linux-2.6.32.1/drivers/net/wireless/libertas/debugfs.c     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/net/wireless/libertas/debugfs.c     2009-12-14 18:33:55.023739193 -0500
+@@ -708,7 +708,7 @@ out_unlock:
+ struct lbs_debugfs_files {
+       const char *name;
+       int perm;
+-      struct file_operations fops;
++      const struct file_operations fops;
+ };
+ static const struct lbs_debugfs_files debugfs_files[] = {
+diff -urNp linux-2.6.32.1/drivers/oprofile/buffer_sync.c linux-2.6.32.1/drivers/oprofile/buffer_sync.c
+--- linux-2.6.32.1/drivers/oprofile/buffer_sync.c      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/oprofile/buffer_sync.c      2009-12-14 18:33:55.029055185 -0500
+@@ -340,7 +340,7 @@ static void add_data(struct op_entry *en
                if (cookie == NO_COOKIE)
                        offset = pc;
                if (cookie == INVALID_COOKIE) {
@@ -20173,7 +24326,7 @@ diff -urNp linux-2.6.31/drivers/oprofile/buffer_sync.c linux-2.6.31/drivers/opro
                        offset = pc;
                }
                if (cookie != last_cookie) {
-@@ -385,14 +385,14 @@ add_sample(struct mm_struct *mm, struct 
+@@ -384,14 +384,14 @@ add_sample(struct mm_struct *mm, struct 
        /* add userspace sample */
  
        if (!mm) {
@@ -20190,7 +24343,7 @@ diff -urNp linux-2.6.31/drivers/oprofile/buffer_sync.c linux-2.6.31/drivers/opro
                return 0;
        }
  
-@@ -561,7 +561,7 @@ void sync_buffer(int cpu)
+@@ -560,7 +560,7 @@ void sync_buffer(int cpu)
                /* ignore backtraces if failed to add a sample */
                if (state == sb_bt_start) {
                        state = sb_bt_ignore;
@@ -20199,30 +24352,33 @@ diff -urNp linux-2.6.31/drivers/oprofile/buffer_sync.c linux-2.6.31/drivers/opro
                }
        }
        release_mm(mm);
-diff -urNp linux-2.6.31/drivers/oprofile/event_buffer.c linux-2.6.31/drivers/oprofile/event_buffer.c
---- linux-2.6.31/drivers/oprofile/event_buffer.c       2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/oprofile/event_buffer.c       2009-09-06 15:29:11.766184688 -0400
-@@ -42,7 +42,7 @@ static atomic_t buffer_ready = ATOMIC_IN
- void add_event_entry(unsigned long value)
- {
+diff -urNp linux-2.6.32.1/drivers/oprofile/event_buffer.c linux-2.6.32.1/drivers/oprofile/event_buffer.c
+--- linux-2.6.32.1/drivers/oprofile/event_buffer.c     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/oprofile/event_buffer.c     2009-12-14 18:33:55.032768369 -0500
+@@ -53,7 +53,7 @@ void add_event_entry(unsigned long value
+       }
        if (buffer_pos == buffer_size) {
 -              atomic_inc(&oprofile_stats.event_lost_overflow);
 +              atomic_inc_unchecked(&oprofile_stats.event_lost_overflow);
                return;
        }
  
-diff -urNp linux-2.6.31/drivers/oprofile/oprofilefs.c linux-2.6.31/drivers/oprofile/oprofilefs.c
---- linux-2.6.31/drivers/oprofile/oprofilefs.c 2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/oprofile/oprofilefs.c 2009-09-06 15:29:11.766184688 -0400
-@@ -35,7 +35,7 @@ static struct inode *oprofilefs_get_inod
- }
+diff -urNp linux-2.6.32.1/drivers/oprofile/oprof.c linux-2.6.32.1/drivers/oprofile/oprof.c
+--- linux-2.6.32.1/drivers/oprofile/oprof.c    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/oprofile/oprof.c    2009-12-14 18:33:55.035044562 -0500
+@@ -110,7 +110,7 @@ static void switch_worker(struct work_st
+       if (oprofile_ops.switch_events())
+               return;
  
+-      atomic_inc(&oprofile_stats.multiplex_counter);
++      atomic_inc_unchecked(&oprofile_stats.multiplex_counter);
+       start_switch_worker();
+ }
  
--static struct super_operations s_ops = {
-+static const struct super_operations s_ops = {
-       .statfs         = simple_statfs,
-       .drop_inode     = generic_delete_inode,
- };
+diff -urNp linux-2.6.32.1/drivers/oprofile/oprofilefs.c linux-2.6.32.1/drivers/oprofile/oprofilefs.c
+--- linux-2.6.32.1/drivers/oprofile/oprofilefs.c       2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/oprofile/oprofilefs.c       2009-12-14 18:33:55.035853152 -0500
 @@ -187,7 +187,7 @@ static const struct file_operations atom
  
  
@@ -20232,10 +24388,10 @@ diff -urNp linux-2.6.31/drivers/oprofile/oprofilefs.c linux-2.6.31/drivers/oprof
  {
        struct dentry *d = __oprofilefs_create_file(sb, root, name,
                                                     &atomic_ro_fops, 0444);
-diff -urNp linux-2.6.31/drivers/oprofile/oprofile_stats.c linux-2.6.31/drivers/oprofile/oprofile_stats.c
---- linux-2.6.31/drivers/oprofile/oprofile_stats.c     2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/oprofile/oprofile_stats.c     2009-09-06 15:29:11.767169396 -0400
-@@ -30,10 +30,10 @@ void oprofile_reset_stats(void)
+diff -urNp linux-2.6.32.1/drivers/oprofile/oprofile_stats.c linux-2.6.32.1/drivers/oprofile/oprofile_stats.c
+--- linux-2.6.32.1/drivers/oprofile/oprofile_stats.c   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/oprofile/oprofile_stats.c   2009-12-14 18:33:55.037978961 -0500
+@@ -30,11 +30,11 @@ void oprofile_reset_stats(void)
                cpu_buf->sample_invalid_eip = 0;
        }
  
@@ -20243,17 +24399,19 @@ diff -urNp linux-2.6.31/drivers/oprofile/oprofile_stats.c linux-2.6.31/drivers/o
 -      atomic_set(&oprofile_stats.sample_lost_no_mapping, 0);
 -      atomic_set(&oprofile_stats.event_lost_overflow, 0);
 -      atomic_set(&oprofile_stats.bt_lost_no_mapping, 0);
+-      atomic_set(&oprofile_stats.multiplex_counter, 0);
 +      atomic_set_unchecked(&oprofile_stats.sample_lost_no_mm, 0);
 +      atomic_set_unchecked(&oprofile_stats.sample_lost_no_mapping, 0);
 +      atomic_set_unchecked(&oprofile_stats.event_lost_overflow, 0);
 +      atomic_set_unchecked(&oprofile_stats.bt_lost_no_mapping, 0);
++      atomic_set_unchecked(&oprofile_stats.multiplex_counter, 0);
  }
  
  
-diff -urNp linux-2.6.31/drivers/oprofile/oprofile_stats.h linux-2.6.31/drivers/oprofile/oprofile_stats.h
---- linux-2.6.31/drivers/oprofile/oprofile_stats.h     2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/oprofile/oprofile_stats.h     2009-09-06 15:29:11.767169396 -0400
-@@ -13,10 +13,10 @@
+diff -urNp linux-2.6.32.1/drivers/oprofile/oprofile_stats.h linux-2.6.32.1/drivers/oprofile/oprofile_stats.h
+--- linux-2.6.32.1/drivers/oprofile/oprofile_stats.h   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/oprofile/oprofile_stats.h   2009-12-14 18:33:55.142844045 -0500
+@@ -13,11 +13,11 @@
  #include <asm/atomic.h>
  
  struct oprofile_stat_struct {
@@ -20261,16 +24419,42 @@ diff -urNp linux-2.6.31/drivers/oprofile/oprofile_stats.h linux-2.6.31/drivers/o
 -      atomic_t sample_lost_no_mapping;
 -      atomic_t bt_lost_no_mapping;
 -      atomic_t event_lost_overflow;
+-      atomic_t multiplex_counter;
 +      atomic_unchecked_t sample_lost_no_mm;
 +      atomic_unchecked_t sample_lost_no_mapping;
 +      atomic_unchecked_t bt_lost_no_mapping;
 +      atomic_unchecked_t event_lost_overflow;
++      atomic_unchecked_t multiplex_counter;
  };
  
  extern struct oprofile_stat_struct oprofile_stats;
-diff -urNp linux-2.6.31/drivers/pci/hotplug/cpqphp_nvram.c linux-2.6.31/drivers/pci/hotplug/cpqphp_nvram.c
---- linux-2.6.31/drivers/pci/hotplug/cpqphp_nvram.c    2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/pci/hotplug/cpqphp_nvram.c    2009-09-06 15:29:11.780031262 -0400
+diff -urNp linux-2.6.32.1/drivers/parisc/pdc_stable.c linux-2.6.32.1/drivers/parisc/pdc_stable.c
+--- linux-2.6.32.1/drivers/parisc/pdc_stable.c 2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/parisc/pdc_stable.c 2009-12-14 18:33:55.266828951 -0500
+@@ -481,7 +481,7 @@ pdcspath_attr_store(struct kobject *kobj
+       return ret;
+ }
+-static struct sysfs_ops pdcspath_attr_ops = {
++static const struct sysfs_ops pdcspath_attr_ops = {
+       .show = pdcspath_attr_show,
+       .store = pdcspath_attr_store,
+ };
+diff -urNp linux-2.6.32.1/drivers/pci/hotplug/acpiphp_glue.c linux-2.6.32.1/drivers/pci/hotplug/acpiphp_glue.c
+--- linux-2.6.32.1/drivers/pci/hotplug/acpiphp_glue.c  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/pci/hotplug/acpiphp_glue.c  2009-12-14 18:33:55.489082621 -0500
+@@ -111,7 +111,7 @@ static int post_dock_fixups(struct notif
+ }
+-static struct acpi_dock_ops acpiphp_dock_ops = {
++static const struct acpi_dock_ops acpiphp_dock_ops = {
+       .handler = handle_hotplug_event_func,
+ };
+diff -urNp linux-2.6.32.1/drivers/pci/hotplug/cpqphp_nvram.c linux-2.6.32.1/drivers/pci/hotplug/cpqphp_nvram.c
+--- linux-2.6.32.1/drivers/pci/hotplug/cpqphp_nvram.c  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/pci/hotplug/cpqphp_nvram.c  2009-12-14 18:33:55.492016288 -0500
 @@ -428,9 +428,13 @@ static u32 store_HRT (void __iomem *rom_
  
  void compaq_nvram_init (void __iomem *rom_start)
@@ -20285,9 +24469,33 @@ diff -urNp linux-2.6.31/drivers/pci/hotplug/cpqphp_nvram.c linux-2.6.31/drivers/
        dbg("int15 entry  = %p\n", compaq_int15_entry_point);
  
        /* initialize our int15 lock */
-diff -urNp linux-2.6.31/drivers/pci/pcie/portdrv_pci.c linux-2.6.31/drivers/pci/pcie/portdrv_pci.c
---- linux-2.6.31/drivers/pci/pcie/portdrv_pci.c        2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/pci/pcie/portdrv_pci.c        2009-09-06 15:29:11.780031262 -0400
+diff -urNp linux-2.6.32.1/drivers/pci/hotplug/fakephp.c linux-2.6.32.1/drivers/pci/hotplug/fakephp.c
+--- linux-2.6.32.1/drivers/pci/hotplug/fakephp.c       2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/pci/hotplug/fakephp.c       2009-12-14 18:33:55.492799690 -0500
+@@ -73,7 +73,7 @@ static void legacy_release(struct kobjec
+ }
+ static struct kobj_type legacy_ktype = {
+-      .sysfs_ops = &(struct sysfs_ops){
++      .sysfs_ops = &(const struct sysfs_ops){
+               .store = legacy_store, .show = legacy_show
+       },
+       .release = &legacy_release,
+diff -urNp linux-2.6.32.1/drivers/pci/intel-iommu.c linux-2.6.32.1/drivers/pci/intel-iommu.c
+--- linux-2.6.32.1/drivers/pci/intel-iommu.c   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/pci/intel-iommu.c   2009-12-14 18:33:55.520095156 -0500
+@@ -2937,7 +2937,7 @@ static int intel_mapping_error(struct de
+       return !dma_addr;
+ }
+-struct dma_map_ops intel_dma_ops = {
++const struct dma_map_ops intel_dma_ops = {
+       .alloc_coherent = intel_alloc_coherent,
+       .free_coherent = intel_free_coherent,
+       .map_sg = intel_map_sg,
+diff -urNp linux-2.6.32.1/drivers/pci/pcie/portdrv_pci.c linux-2.6.32.1/drivers/pci/pcie/portdrv_pci.c
+--- linux-2.6.32.1/drivers/pci/pcie/portdrv_pci.c      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/pci/pcie/portdrv_pci.c      2009-12-14 18:33:55.629114556 -0500
 @@ -249,7 +249,7 @@ static void pcie_portdrv_err_resume(stru
  static const struct pci_device_id port_pci_ids[] = { {
        /* handle any PCI-Express port */
@@ -20297,9 +24505,9 @@ diff -urNp linux-2.6.31/drivers/pci/pcie/portdrv_pci.c linux-2.6.31/drivers/pci/
  };
  MODULE_DEVICE_TABLE(pci, port_pci_ids);
  
-diff -urNp linux-2.6.31/drivers/pci/proc.c linux-2.6.31/drivers/pci/proc.c
---- linux-2.6.31/drivers/pci/proc.c    2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/pci/proc.c    2009-09-06 15:29:11.781327750 -0400
+diff -urNp linux-2.6.32.1/drivers/pci/proc.c linux-2.6.32.1/drivers/pci/proc.c
+--- linux-2.6.32.1/drivers/pci/proc.c  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/pci/proc.c  2009-12-14 18:33:55.739118344 -0500
 @@ -480,7 +480,16 @@ static const struct file_operations proc
  static int __init pci_proc_init(void)
  {
@@ -20317,9 +24525,21 @@ diff -urNp linux-2.6.31/drivers/pci/proc.c linux-2.6.31/drivers/pci/proc.c
        proc_create("devices", 0, proc_bus_pci_dir,
                    &proc_bus_pci_dev_operations);
        proc_initialized = 1;
-diff -urNp linux-2.6.31/drivers/pcmcia/ti113x.h linux-2.6.31/drivers/pcmcia/ti113x.h
---- linux-2.6.31/drivers/pcmcia/ti113x.h       2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/pcmcia/ti113x.h       2009-09-06 15:29:11.781327750 -0400
+diff -urNp linux-2.6.32.1/drivers/pci/slot.c linux-2.6.32.1/drivers/pci/slot.c
+--- linux-2.6.32.1/drivers/pci/slot.c  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/pci/slot.c  2009-12-14 18:33:55.739882201 -0500
+@@ -29,7 +29,7 @@ static ssize_t pci_slot_attr_store(struc
+       return attribute->store ? attribute->store(slot, buf, len) : -EIO;
+ }
+-static struct sysfs_ops pci_slot_sysfs_ops = {
++static const struct sysfs_ops pci_slot_sysfs_ops = {
+       .show = pci_slot_attr_show,
+       .store = pci_slot_attr_store,
+ };
+diff -urNp linux-2.6.32.1/drivers/pcmcia/ti113x.h linux-2.6.32.1/drivers/pcmcia/ti113x.h
+--- linux-2.6.32.1/drivers/pcmcia/ti113x.h     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/pcmcia/ti113x.h     2009-12-14 18:33:55.749622860 -0500
 @@ -903,7 +903,7 @@ static struct pci_device_id ene_tune_tbl
        DEVID(PCI_VENDOR_ID_MOTOROLA, 0x3410, 0xECC0, PCI_ANY_ID,
                ENE_TEST_C9_TLTENABLE | ENE_TEST_C9_PFENABLE, ENE_TEST_C9_TLTENABLE),
@@ -20329,10 +24549,10 @@ diff -urNp linux-2.6.31/drivers/pcmcia/ti113x.h linux-2.6.31/drivers/pcmcia/ti11
  };
  
  static void ene_tune_bridge(struct pcmcia_socket *sock, struct pci_bus *bus)
-diff -urNp linux-2.6.31/drivers/pcmcia/yenta_socket.c linux-2.6.31/drivers/pcmcia/yenta_socket.c
---- linux-2.6.31/drivers/pcmcia/yenta_socket.c 2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/pcmcia/yenta_socket.c 2009-09-06 15:29:11.782283889 -0400
-@@ -1366,7 +1366,7 @@ static struct pci_device_id yenta_table 
+diff -urNp linux-2.6.32.1/drivers/pcmcia/yenta_socket.c linux-2.6.32.1/drivers/pcmcia/yenta_socket.c
+--- linux-2.6.32.1/drivers/pcmcia/yenta_socket.c       2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/pcmcia/yenta_socket.c       2009-12-14 18:33:55.800130505 -0500
+@@ -1387,7 +1387,7 @@ static struct pci_device_id yenta_table 
  
        /* match any cardbus bridge */
        CB_ID(PCI_ANY_ID, PCI_ANY_ID, DEFAULT),
@@ -20341,65 +24561,185 @@ diff -urNp linux-2.6.31/drivers/pcmcia/yenta_socket.c linux-2.6.31/drivers/pcmci
  };
  MODULE_DEVICE_TABLE(pci, yenta_table);
  
-diff -urNp linux-2.6.31/drivers/pnp/pnpbios/bioscalls.c linux-2.6.31/drivers/pnp/pnpbios/bioscalls.c
---- linux-2.6.31/drivers/pnp/pnpbios/bioscalls.c       2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/pnp/pnpbios/bioscalls.c       2009-09-06 15:29:11.783174437 -0400
-@@ -60,7 +60,7 @@ set_base(gdt[(selname) >> 3], (u32)(addr
- set_limit(gdt[(selname) >> 3], size); \
+diff -urNp linux-2.6.32.1/drivers/platform/x86/acer-wmi.c linux-2.6.32.1/drivers/platform/x86/acer-wmi.c
+--- linux-2.6.32.1/drivers/platform/x86/acer-wmi.c     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/platform/x86/acer-wmi.c     2009-12-14 18:33:55.834859500 -0500
+@@ -918,7 +918,7 @@ static int update_bl_status(struct backl
+       return 0;
+ }
+-static struct backlight_ops acer_bl_ops = {
++static const struct backlight_ops acer_bl_ops = {
+       .get_brightness = read_brightness,
+       .update_status = update_bl_status,
+ };
+diff -urNp linux-2.6.32.1/drivers/platform/x86/asus_acpi.c linux-2.6.32.1/drivers/platform/x86/asus_acpi.c
+--- linux-2.6.32.1/drivers/platform/x86/asus_acpi.c    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/platform/x86/asus_acpi.c    2009-12-14 18:33:55.836770614 -0500
+@@ -1402,7 +1402,7 @@ static int asus_hotk_remove(struct acpi_
+       return 0;
+ }
+-static struct backlight_ops asus_backlight_data = {
++static const struct backlight_ops asus_backlight_data = {
+       .get_brightness = read_brightness,
+       .update_status  = set_brightness_status,
+ };
+diff -urNp linux-2.6.32.1/drivers/platform/x86/asus-laptop.c linux-2.6.32.1/drivers/platform/x86/asus-laptop.c
+--- linux-2.6.32.1/drivers/platform/x86/asus-laptop.c  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/platform/x86/asus-laptop.c  2009-12-14 18:33:55.837827310 -0500
+@@ -249,7 +249,7 @@ static struct backlight_device *asus_bac
+  */
+ static int read_brightness(struct backlight_device *bd);
+ static int update_bl_status(struct backlight_device *bd);
+-static struct backlight_ops asusbl_ops = {
++static const struct backlight_ops asusbl_ops = {
+       .get_brightness = read_brightness,
+       .update_status = update_bl_status,
+ };
+diff -urNp linux-2.6.32.1/drivers/platform/x86/compal-laptop.c linux-2.6.32.1/drivers/platform/x86/compal-laptop.c
+--- linux-2.6.32.1/drivers/platform/x86/compal-laptop.c        2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/platform/x86/compal-laptop.c        2009-12-14 18:33:55.838707580 -0500
+@@ -163,7 +163,7 @@ static int bl_update_status(struct backl
+       return set_lcd_level(b->props.brightness);
+ }
+-static struct backlight_ops compalbl_ops = {
++static const struct backlight_ops compalbl_ops = {
+       .get_brightness = bl_get_brightness,
+       .update_status  = bl_update_status,
+ };
+diff -urNp linux-2.6.32.1/drivers/platform/x86/dell-laptop.c linux-2.6.32.1/drivers/platform/x86/dell-laptop.c
+--- linux-2.6.32.1/drivers/platform/x86/dell-laptop.c  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/platform/x86/dell-laptop.c  2009-12-14 18:33:55.838707580 -0500
+@@ -305,7 +305,7 @@ static int dell_get_intensity(struct bac
+       return buffer.output[1];
+ }
+-static struct backlight_ops dell_ops = {
++static const struct backlight_ops dell_ops = {
+       .get_brightness = dell_get_intensity,
+       .update_status  = dell_send_intensity,
+ };
+diff -urNp linux-2.6.32.1/drivers/platform/x86/eeepc-laptop.c linux-2.6.32.1/drivers/platform/x86/eeepc-laptop.c
+--- linux-2.6.32.1/drivers/platform/x86/eeepc-laptop.c 2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/platform/x86/eeepc-laptop.c 2009-12-14 18:33:55.844122126 -0500
+@@ -242,7 +242,7 @@ static struct device *eeepc_hwmon_device
+  */
+ static int read_brightness(struct backlight_device *bd);
+ static int update_bl_status(struct backlight_device *bd);
+-static struct backlight_ops eeepcbl_ops = {
++static const struct backlight_ops eeepcbl_ops = {
+       .get_brightness = read_brightness,
+       .update_status = update_bl_status,
+ };
+diff -urNp linux-2.6.32.1/drivers/platform/x86/fujitsu-laptop.c linux-2.6.32.1/drivers/platform/x86/fujitsu-laptop.c
+--- linux-2.6.32.1/drivers/platform/x86/fujitsu-laptop.c       2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/platform/x86/fujitsu-laptop.c       2009-12-14 18:33:55.866968187 -0500
+@@ -436,7 +436,7 @@ static int bl_update_status(struct backl
+       return ret;
+ }
+-static struct backlight_ops fujitsubl_ops = {
++static const struct backlight_ops fujitsubl_ops = {
+       .get_brightness = bl_get_brightness,
+       .update_status = bl_update_status,
+ };
+diff -urNp linux-2.6.32.1/drivers/platform/x86/msi-laptop.c linux-2.6.32.1/drivers/platform/x86/msi-laptop.c
+--- linux-2.6.32.1/drivers/platform/x86/msi-laptop.c   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/platform/x86/msi-laptop.c   2009-12-14 18:33:55.870749582 -0500
+@@ -161,7 +161,7 @@ static int bl_update_status(struct backl
+       return set_lcd_level(b->props.brightness);
+ }
+-static struct backlight_ops msibl_ops = {
++static const struct backlight_ops msibl_ops = {
+       .get_brightness = bl_get_brightness,
+       .update_status  = bl_update_status,
+ };
+diff -urNp linux-2.6.32.1/drivers/platform/x86/panasonic-laptop.c linux-2.6.32.1/drivers/platform/x86/panasonic-laptop.c
+--- linux-2.6.32.1/drivers/platform/x86/panasonic-laptop.c     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/platform/x86/panasonic-laptop.c     2009-12-14 18:33:55.872005065 -0500
+@@ -352,7 +352,7 @@ static int bl_set_status(struct backligh
+       return acpi_pcc_write_sset(pcc, SINF_DC_CUR_BRIGHT, bright);
+ }
+-static struct backlight_ops pcc_backlight_ops = {
++static const struct backlight_ops pcc_backlight_ops = {
+       .get_brightness = bl_get,
+       .update_status  = bl_set_status,
+ };
+diff -urNp linux-2.6.32.1/drivers/platform/x86/sony-laptop.c linux-2.6.32.1/drivers/platform/x86/sony-laptop.c
+--- linux-2.6.32.1/drivers/platform/x86/sony-laptop.c  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/platform/x86/sony-laptop.c  2009-12-14 18:33:55.895049235 -0500
+@@ -850,7 +850,7 @@ static int sony_backlight_get_brightness
+ }
+ static struct backlight_device *sony_backlight_device;
+-static struct backlight_ops sony_backlight_ops = {
++static const struct backlight_ops sony_backlight_ops = {
+       .update_status = sony_backlight_update_status,
+       .get_brightness = sony_backlight_get_brightness,
+ };
+diff -urNp linux-2.6.32.1/drivers/platform/x86/thinkpad_acpi.c linux-2.6.32.1/drivers/platform/x86/thinkpad_acpi.c
+--- linux-2.6.32.1/drivers/platform/x86/thinkpad_acpi.c        2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/platform/x86/thinkpad_acpi.c        2009-12-14 18:33:55.935705037 -0500
+@@ -6095,7 +6095,7 @@ static int brightness_get(struct backlig
+       return status & TP_EC_BACKLIGHT_LVLMSK;
+ }
+-static struct backlight_ops ibm_backlight_data = {
++static const struct backlight_ops ibm_backlight_data = {
+       .get_brightness = brightness_get,
+       .update_status  = brightness_update_status,
+ };
+diff -urNp linux-2.6.32.1/drivers/platform/x86/toshiba_acpi.c linux-2.6.32.1/drivers/platform/x86/toshiba_acpi.c
+--- linux-2.6.32.1/drivers/platform/x86/toshiba_acpi.c 2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/platform/x86/toshiba_acpi.c 2009-12-14 18:33:55.944748123 -0500
+@@ -671,7 +671,7 @@ static acpi_status remove_device(void)
+       return AE_OK;
+ }
+-static struct backlight_ops toshiba_backlight_data = {
++static const struct backlight_ops toshiba_backlight_data = {
+         .get_brightness = get_lcd,
+         .update_status  = set_lcd_status,
+ };
+diff -urNp linux-2.6.32.1/drivers/pnp/pnpbios/bioscalls.c linux-2.6.32.1/drivers/pnp/pnpbios/bioscalls.c
+--- linux-2.6.32.1/drivers/pnp/pnpbios/bioscalls.c     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/pnp/pnpbios/bioscalls.c     2009-12-14 18:33:55.952133531 -0500
+@@ -60,7 +60,7 @@ do { \
+       set_desc_limit(&gdt[(selname) >> 3], (size) - 1); \
  } while(0)
  
--static struct desc_struct bad_bios_desc;
-+static struct desc_struct bad_bios_desc __read_only;
+-static struct desc_struct bad_bios_desc = GDT_ENTRY_INIT(0x4092,
++static const struct desc_struct bad_bios_desc = GDT_ENTRY_INIT(0x4093,
+                       (unsigned long)__va(0x400UL), PAGE_SIZE - 0x400 - 1);
  
  /*
-  * At some point we want to use this stack frame pointer to unwind
-@@ -87,6 +87,10 @@ static inline u16 call_pnp_bios(u16 func
-       struct desc_struct save_desc_40;
-       int cpu;
-+#ifdef CONFIG_PAX_KERNEXEC
-+      unsigned long cr0;
-+#endif
-+
-       /*
-        * PnP BIOSes are generally not terribly re-entrant.
-        * Also, don't rely on them to save everything correctly.
-@@ -96,8 +100,17 @@ static inline u16 call_pnp_bios(u16 func
+@@ -97,7 +97,10 @@ static inline u16 call_pnp_bios(u16 func
  
        cpu = get_cpu();
        save_desc_40 = get_cpu_gdt_table(cpu)[0x40 / 8];
 +
-+#ifdef CONFIG_PAX_KERNEXEC
-+      pax_open_kernel(cr0);
-+#endif
-+
++      pax_open_kernel();
        get_cpu_gdt_table(cpu)[0x40 / 8] = bad_bios_desc;
++      pax_close_kernel();
  
-+#ifdef CONFIG_PAX_KERNEXEC
-+      pax_close_kernel(cr0);
-+#endif
-+
        /* On some boxes IRQ's during PnP BIOS calls are deadly.  */
        spin_lock_irqsave(&pnp_bios_lock, flags);
-@@ -134,7 +147,16 @@ static inline u16 call_pnp_bios(u16 func
+@@ -135,7 +138,10 @@ static inline u16 call_pnp_bios(u16 func
                             :"memory");
        spin_unlock_irqrestore(&pnp_bios_lock, flags);
  
-+#ifdef CONFIG_PAX_KERNEXEC
-+      pax_open_kernel(cr0);
-+#endif
-+
++      pax_open_kernel();
        get_cpu_gdt_table(cpu)[0x40 / 8] = save_desc_40;
-+
-+#ifdef CONFIG_PAX_KERNEXEC
-+      pax_close_kernel(cr0);
-+#endif
++      pax_close_kernel();
 +
        put_cpu();
  
        /* If we get here and this is set then the PnP BIOS faulted on us. */
-@@ -468,16 +490,24 @@ int pnp_bios_read_escd(char *data, u32 n
+@@ -469,7 +475,7 @@ int pnp_bios_read_escd(char *data, u32 n
        return status;
  }
  
@@ -20408,37 +24748,25 @@ diff -urNp linux-2.6.31/drivers/pnp/pnpbios/bioscalls.c linux-2.6.31/drivers/pnp
  {
        int i;
  
-+#ifdef CONFIG_PAX_KERNEXEC
-+      unsigned long cr0;
-+#endif
-+
-       spin_lock_init(&pnp_bios_lock);
+@@ -477,6 +483,8 @@ void pnpbios_calls_init(union pnp_bios_i
        pnp_bios_callpoint.offset = header->fields.pm16offset;
        pnp_bios_callpoint.segment = PNP_CS16;
  
-+#ifdef CONFIG_PAX_KERNEXEC
-+      pax_open_kernel(cr0);
-+#endif
++      pax_open_kernel();
 +
-       bad_bios_desc.a = 0;
--      bad_bios_desc.b = 0x00409200;
-+      bad_bios_desc.b = 0x00409300;
-       set_base(bad_bios_desc, __va((unsigned long)0x40 << 4));
-       _set_limit((char *)&bad_bios_desc, 4095 - (0x40 << 4));
-@@ -491,4 +521,9 @@ void pnpbios_calls_init(union pnp_bios_i
-               set_base(gdt[GDT_ENTRY_PNPBIOS_DS],
-                        __va(header->fields.pm16dseg));
+       for_each_possible_cpu(i) {
+               struct desc_struct *gdt = get_cpu_gdt_table(i);
+               if (!gdt)
+@@ -488,4 +496,6 @@ void pnpbios_calls_init(union pnp_bios_i
+               set_desc_base(&gdt[GDT_ENTRY_PNPBIOS_DS],
+                        (unsigned long)__va(header->fields.pm16dseg));
        }
 +
-+#ifdef CONFIG_PAX_KERNEXEC
-+      pax_close_kernel(cr0);
-+#endif
-+
++      pax_close_kernel();
  }
-diff -urNp linux-2.6.31/drivers/pnp/quirks.c linux-2.6.31/drivers/pnp/quirks.c
---- linux-2.6.31/drivers/pnp/quirks.c  2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/pnp/quirks.c  2009-09-06 15:29:11.783174437 -0400
+diff -urNp linux-2.6.32.1/drivers/pnp/quirks.c linux-2.6.32.1/drivers/pnp/quirks.c
+--- linux-2.6.32.1/drivers/pnp/quirks.c        2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/pnp/quirks.c        2009-12-14 18:33:55.970988084 -0500
 @@ -327,7 +327,7 @@ static struct pnp_fixup pnp_fixups[] = {
        /* PnP resources that might overlap PCI BARs */
        {"PNP0c01", quirk_system_pci_resources},
@@ -20448,9 +24776,9 @@ diff -urNp linux-2.6.31/drivers/pnp/quirks.c linux-2.6.31/drivers/pnp/quirks.c
  };
  
  void pnp_fixup_device(struct pnp_dev *dev)
-diff -urNp linux-2.6.31/drivers/pnp/resource.c linux-2.6.31/drivers/pnp/resource.c
---- linux-2.6.31/drivers/pnp/resource.c        2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/pnp/resource.c        2009-09-06 15:29:11.784264734 -0400
+diff -urNp linux-2.6.32.1/drivers/pnp/resource.c linux-2.6.32.1/drivers/pnp/resource.c
+--- linux-2.6.32.1/drivers/pnp/resource.c      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/pnp/resource.c      2009-12-14 18:33:55.979764165 -0500
 @@ -355,7 +355,7 @@ int pnp_check_irq(struct pnp_dev *dev, s
                return 1;
  
@@ -20469,34 +24797,22 @@ diff -urNp linux-2.6.31/drivers/pnp/resource.c linux-2.6.31/drivers/pnp/resource
                return 0;
  
        /* check if the resource is reserved */
-diff -urNp linux-2.6.31/drivers/s390/cio/qdio_debug.c linux-2.6.31/drivers/s390/cio/qdio_debug.c
---- linux-2.6.31/drivers/s390/cio/qdio_debug.c 2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/s390/cio/qdio_debug.c 2009-09-06 15:29:11.784264734 -0400
-@@ -144,7 +144,7 @@ static void remove_debugfs_entry(struct 
-       }
- }
--static struct file_operations debugfs_fops = {
-+static const struct file_operations debugfs_fops = {
-       .owner   = THIS_MODULE,
-       .open    = qstat_seq_open,
-       .read    = seq_read,
-diff -urNp linux-2.6.31/drivers/s390/cio/qdio_perf.c linux-2.6.31/drivers/s390/cio/qdio_perf.c
---- linux-2.6.31/drivers/s390/cio/qdio_perf.c  2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/s390/cio/qdio_perf.c  2009-09-06 15:29:11.785238202 -0400
-@@ -84,7 +84,7 @@ static int qdio_perf_seq_open(struct ino
-       return single_open(filp, qdio_perf_proc_show, NULL);
+diff -urNp linux-2.6.32.1/drivers/scsi/ipr.c linux-2.6.32.1/drivers/scsi/ipr.c
+--- linux-2.6.32.1/drivers/scsi/ipr.c  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/scsi/ipr.c  2009-12-14 18:33:56.022142074 -0500
+@@ -5286,7 +5286,7 @@ static bool ipr_qc_fill_rtf(struct ata_q
+       return true;
  }
  
--static struct file_operations qdio_perf_proc_fops = {
-+static const struct file_operations qdio_perf_proc_fops = {
-       .owner   = THIS_MODULE,
-       .open    = qdio_perf_seq_open,
-       .read    = seq_read,
-diff -urNp linux-2.6.31/drivers/scsi/libfc/fc_exch.c linux-2.6.31/drivers/scsi/libfc/fc_exch.c
---- linux-2.6.31/drivers/scsi/libfc/fc_exch.c  2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/scsi/libfc/fc_exch.c  2009-09-06 15:29:11.807151300 -0400
-@@ -73,12 +73,12 @@ struct fc_exch_mgr {
+-static struct ata_port_operations ipr_sata_ops = {
++static const struct ata_port_operations ipr_sata_ops = {
+       .phy_reset = ipr_ata_phy_reset,
+       .hardreset = ipr_sata_reset,
+       .post_internal_cmd = ipr_ata_post_internal,
+diff -urNp linux-2.6.32.1/drivers/scsi/libfc/fc_exch.c linux-2.6.32.1/drivers/scsi/libfc/fc_exch.c
+--- linux-2.6.32.1/drivers/scsi/libfc/fc_exch.c        2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/scsi/libfc/fc_exch.c        2009-12-14 18:33:56.040784122 -0500
+@@ -86,12 +86,12 @@ struct fc_exch_mgr {
         * all together if not used XXX
         */
        struct {
@@ -20513,9 +24829,9 @@ diff -urNp linux-2.6.31/drivers/scsi/libfc/fc_exch.c linux-2.6.31/drivers/scsi/l
 +              atomic_unchecked_t seq_not_found;
 +              atomic_unchecked_t non_bls_resp;
        } stats;
-       struct fc_exch **exches;        /* for exch pointers indexed by xid */
  };
-@@ -523,7 +523,7 @@ struct fc_exch *fc_exch_alloc(struct fc_
+ #define       fc_seq_exch(sp) container_of(sp, struct fc_exch, seq)
+@@ -510,7 +510,7 @@ static struct fc_exch *fc_exch_em_alloc(
        /* allocate memory for exchange */
        ep = mempool_alloc(mp->ep_pool, GFP_ATOMIC);
        if (!ep) {
@@ -20524,16 +24840,16 @@ diff -urNp linux-2.6.31/drivers/scsi/libfc/fc_exch.c linux-2.6.31/drivers/scsi/l
                goto out;
        }
        memset(ep, 0, sizeof(*ep));
-@@ -568,7 +568,7 @@ out:
+@@ -557,7 +557,7 @@ out:
        return ep;
  err:
-       spin_unlock_bh(&mp->em_lock);
+       spin_unlock_bh(&pool->lock);
 -      atomic_inc(&mp->stats.no_free_exch_xid);
 +      atomic_inc_unchecked(&mp->stats.no_free_exch_xid);
        mempool_free(ep, mp->ep_pool);
        return NULL;
  }
-@@ -671,7 +671,7 @@ static enum fc_pf_rjt_reason fc_seq_look
+@@ -690,7 +690,7 @@ static enum fc_pf_rjt_reason fc_seq_look
                xid = ntohs(fh->fh_ox_id);      /* we originated exch */
                ep = fc_exch_find(mp, xid);
                if (!ep) {
@@ -20542,7 +24858,7 @@ diff -urNp linux-2.6.31/drivers/scsi/libfc/fc_exch.c linux-2.6.31/drivers/scsi/l
                        reject = FC_RJT_OX_ID;
                        goto out;
                }
-@@ -701,7 +701,7 @@ static enum fc_pf_rjt_reason fc_seq_look
+@@ -720,7 +720,7 @@ static enum fc_pf_rjt_reason fc_seq_look
                ep = fc_exch_find(mp, xid);
                if ((f_ctl & FC_FC_FIRST_SEQ) && fc_sof_is_init(fr_sof(fp))) {
                        if (ep) {
@@ -20551,7 +24867,7 @@ diff -urNp linux-2.6.31/drivers/scsi/libfc/fc_exch.c linux-2.6.31/drivers/scsi/l
                                reject = FC_RJT_RX_ID;
                                goto rel;
                        }
-@@ -712,7 +712,7 @@ static enum fc_pf_rjt_reason fc_seq_look
+@@ -731,7 +731,7 @@ static enum fc_pf_rjt_reason fc_seq_look
                        }
                        xid = ep->xid;  /* get our XID */
                } else if (!ep) {
@@ -20560,7 +24876,7 @@ diff -urNp linux-2.6.31/drivers/scsi/libfc/fc_exch.c linux-2.6.31/drivers/scsi/l
                        reject = FC_RJT_RX_ID;  /* XID not found */
                        goto out;
                }
-@@ -733,7 +733,7 @@ static enum fc_pf_rjt_reason fc_seq_look
+@@ -752,7 +752,7 @@ static enum fc_pf_rjt_reason fc_seq_look
        } else {
                sp = &ep->seq;
                if (sp->id != fh->fh_seq_id) {
@@ -20569,7 +24885,7 @@ diff -urNp linux-2.6.31/drivers/scsi/libfc/fc_exch.c linux-2.6.31/drivers/scsi/l
                        reject = FC_RJT_SEQ_ID; /* sequence/exch should exist */
                        goto rel;
                }
-@@ -1145,22 +1145,22 @@ static void fc_exch_recv_seq_resp(struct
+@@ -1163,22 +1163,22 @@ static void fc_exch_recv_seq_resp(struct
  
        ep = fc_exch_find(mp, ntohs(fh->fh_ox_id));
        if (!ep) {
@@ -20596,7 +24912,7 @@ diff -urNp linux-2.6.31/drivers/scsi/libfc/fc_exch.c linux-2.6.31/drivers/scsi/l
                goto rel;
        }
        sof = fr_sof(fp);
-@@ -1171,7 +1171,7 @@ static void fc_exch_recv_seq_resp(struct
+@@ -1189,7 +1189,7 @@ static void fc_exch_recv_seq_resp(struct
        } else {
                sp = &ep->seq;
                if (sp->id != fh->fh_seq_id) {
@@ -20605,22 +24921,33 @@ diff -urNp linux-2.6.31/drivers/scsi/libfc/fc_exch.c linux-2.6.31/drivers/scsi/l
                        goto rel;
                }
        }
-@@ -1230,10 +1230,10 @@ static void fc_exch_recv_resp(struct fc_
+@@ -1249,9 +1249,9 @@ static void fc_exch_recv_resp(struct fc_
        sp = fc_seq_lookup_orig(mp, fp);        /* doesn't hold sequence */
-       if (!sp) {
+       if (!sp)
 -              atomic_inc(&mp->stats.xid_not_found);
 +              atomic_inc_unchecked(&mp->stats.xid_not_found);
-               FC_EM_DBG(mp, "seq lookup failed\n");
-       } else {
+       else
 -              atomic_inc(&mp->stats.non_bls_resp);
 +              atomic_inc_unchecked(&mp->stats.non_bls_resp);
-               FC_EM_DBG(mp, "non-BLS response to sequence");
-       }
        fc_frame_free(fp);
-diff -urNp linux-2.6.31/drivers/scsi/scsi_logging.h linux-2.6.31/drivers/scsi/scsi_logging.h
---- linux-2.6.31/drivers/scsi/scsi_logging.h   2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/scsi/scsi_logging.h   2009-09-06 15:29:11.814356439 -0400
+ }
+diff -urNp linux-2.6.32.1/drivers/scsi/libsas/sas_ata.c linux-2.6.32.1/drivers/scsi/libsas/sas_ata.c
+--- linux-2.6.32.1/drivers/scsi/libsas/sas_ata.c       2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/scsi/libsas/sas_ata.c       2009-12-14 18:33:56.072817664 -0500
+@@ -343,7 +343,7 @@ static int sas_ata_scr_read(struct ata_l
+       }
+ }
+-static struct ata_port_operations sas_sata_ops = {
++static const struct ata_port_operations sas_sata_ops = {
+       .phy_reset              = sas_ata_phy_reset,
+       .post_internal_cmd      = sas_ata_post_internal,
+       .qc_prep                = ata_noop_qc_prep,
+diff -urNp linux-2.6.32.1/drivers/scsi/scsi_logging.h linux-2.6.32.1/drivers/scsi/scsi_logging.h
+--- linux-2.6.32.1/drivers/scsi/scsi_logging.h 2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/scsi/scsi_logging.h 2009-12-14 18:33:56.082745190 -0500
 @@ -51,7 +51,7 @@ do {                                                         \
                } while (0);                                    \
  } while (0)
@@ -20630,150 +24957,31 @@ diff -urNp linux-2.6.31/drivers/scsi/scsi_logging.h linux-2.6.31/drivers/scsi/sc
  #endif /* CONFIG_SCSI_LOGGING */
  
  /*
-diff -urNp linux-2.6.31/drivers/scsi/sg.c linux-2.6.31/drivers/scsi/sg.c
---- linux-2.6.31/drivers/scsi/sg.c     2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/scsi/sg.c     2009-09-06 15:29:11.821006281 -0400
-@@ -1185,7 +1185,7 @@ sg_vma_fault(struct vm_area_struct *vma,
-       return VM_FAULT_SIGBUS;
- }
--static struct vm_operations_struct sg_mmap_vm_ops = {
-+static const struct vm_operations_struct sg_mmap_vm_ops = {
-       .fault = sg_vma_fault,
+diff -urNp linux-2.6.32.1/drivers/scsi/sg.c linux-2.6.32.1/drivers/scsi/sg.c
+--- linux-2.6.32.1/drivers/scsi/sg.c   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/scsi/sg.c   2009-12-14 18:33:56.095153533 -0500
+@@ -2292,7 +2292,7 @@ struct sg_proc_leaf {
+       const struct file_operations * fops;
  };
  
-@@ -1317,7 +1317,7 @@ static void sg_rq_end_io(struct request 
-       }
- }
--static struct file_operations sg_fops = {
-+static const struct file_operations sg_fops = {
-       .owner = THIS_MODULE,
-       .read = sg_read,
-       .write = sg_write,
-@@ -2194,8 +2194,11 @@ static int sg_proc_seq_show_int(struct s
- static int sg_proc_single_open_adio(struct inode *inode, struct file *file);
- static ssize_t sg_proc_write_adio(struct file *filp, const char __user *buffer,
-                                 size_t count, loff_t *off);
--static struct file_operations adio_fops = {
--      /* .owner, .read and .llseek added in sg_proc_init() */
-+
-+static const struct file_operations adio_fops = {
-+      .owner = THIS_MODULE,
-+      .read = seq_read,
-+      .llseek = seq_lseek,
-       .open = sg_proc_single_open_adio,
-       .write = sg_proc_write_adio,
-       .release = single_release,
-@@ -2204,7 +2207,10 @@ static struct file_operations adio_fops 
- static int sg_proc_single_open_dressz(struct inode *inode, struct file *file);
- static ssize_t sg_proc_write_dressz(struct file *filp, 
-               const char __user *buffer, size_t count, loff_t *off);
--static struct file_operations dressz_fops = {
-+static const struct file_operations dressz_fops = {
-+      .owner = THIS_MODULE,
-+      .read = seq_read,
-+      .llseek = seq_lseek,
-       .open = sg_proc_single_open_dressz,
-       .write = sg_proc_write_dressz,
-       .release = single_release,
-@@ -2212,14 +2218,20 @@ static struct file_operations dressz_fop
- static int sg_proc_seq_show_version(struct seq_file *s, void *v);
- static int sg_proc_single_open_version(struct inode *inode, struct file *file);
--static struct file_operations version_fops = {
-+static const struct file_operations version_fops = {
-+      .owner = THIS_MODULE,
-+      .read = seq_read,
-+      .llseek = seq_lseek,
-       .open = sg_proc_single_open_version,
-       .release = single_release,
- };
- static int sg_proc_seq_show_devhdr(struct seq_file *s, void *v);
- static int sg_proc_single_open_devhdr(struct inode *inode, struct file *file);
--static struct file_operations devhdr_fops = {
-+static const struct file_operations devhdr_fops = {
-+      .owner = THIS_MODULE,
-+      .read = seq_read,
-+      .llseek = seq_lseek,
-       .open = sg_proc_single_open_devhdr,
-       .release = single_release,
- };
-@@ -2229,11 +2241,14 @@ static int sg_proc_open_dev(struct inode
- static void * dev_seq_start(struct seq_file *s, loff_t *pos);
- static void * dev_seq_next(struct seq_file *s, void *v, loff_t *pos);
- static void dev_seq_stop(struct seq_file *s, void *v);
--static struct file_operations dev_fops = {
-+static const struct file_operations dev_fops = {
-+      .owner = THIS_MODULE,
-+      .read = seq_read,
-+      .llseek = seq_lseek,
-       .open = sg_proc_open_dev,
-       .release = seq_release,
- };
--static struct seq_operations dev_seq_ops = {
-+static const struct seq_operations dev_seq_ops = {
-       .start = dev_seq_start,
-       .next  = dev_seq_next,
-       .stop  = dev_seq_stop,
-@@ -2242,11 +2257,14 @@ static struct seq_operations dev_seq_ops
- static int sg_proc_seq_show_devstrs(struct seq_file *s, void *v);
- static int sg_proc_open_devstrs(struct inode *inode, struct file *file);
--static struct file_operations devstrs_fops = {
-+static const struct file_operations devstrs_fops = {
-+      .owner = THIS_MODULE,
-+      .read = seq_read,
-+      .llseek = seq_lseek,
-       .open = sg_proc_open_devstrs,
-       .release = seq_release,
- };
--static struct seq_operations devstrs_seq_ops = {
-+static const struct seq_operations devstrs_seq_ops = {
-       .start = dev_seq_start,
-       .next  = dev_seq_next,
-       .stop  = dev_seq_stop,
-@@ -2255,11 +2273,14 @@ static struct seq_operations devstrs_seq
- static int sg_proc_seq_show_debug(struct seq_file *s, void *v);
- static int sg_proc_open_debug(struct inode *inode, struct file *file);
--static struct file_operations debug_fops = {
-+static const struct file_operations debug_fops = {
-+      .owner = THIS_MODULE,
-+      .read = seq_read,
-+      .llseek = seq_lseek,
-       .open = sg_proc_open_debug,
-       .release = seq_release,
- };
--static struct seq_operations debug_seq_ops = {
-+static const struct seq_operations debug_seq_ops = {
-       .start = dev_seq_start,
-       .next  = dev_seq_next,
-       .stop  = dev_seq_stop,
-@@ -2269,7 +2290,7 @@ static struct seq_operations debug_seq_o
- struct sg_proc_leaf {
-       const char * name;
--      struct file_operations * fops;
-+      const struct file_operations * fops;
- };
- static struct sg_proc_leaf sg_proc_leaf_arr[] = {
-@@ -2295,9 +2316,6 @@ sg_proc_init(void)
-       for (k = 0; k < num_leaves; ++k) {
-               leaf = &sg_proc_leaf_arr[k];
-               mask = leaf->fops->write ? S_IRUGO | S_IWUSR : S_IRUGO;
--              leaf->fops->owner = THIS_MODULE;
--              leaf->fops->read = seq_read;
--              leaf->fops->llseek = seq_lseek;
-               proc_create(leaf->name, mask, sg_proc_sgp, leaf->fops);
-       }
-       return 0;
-diff -urNp linux-2.6.31/drivers/serial/8250_pci.c linux-2.6.31/drivers/serial/8250_pci.c
---- linux-2.6.31/drivers/serial/8250_pci.c     2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/serial/8250_pci.c     2009-09-06 15:29:11.822157703 -0400
-@@ -3580,7 +3580,7 @@ static struct pci_device_id serial_pci_t
+-static struct sg_proc_leaf sg_proc_leaf_arr[] = {
++static const struct sg_proc_leaf sg_proc_leaf_arr[] = {
+       {"allow_dio", &adio_fops},
+       {"debug", &debug_fops},
+       {"def_reserved_size", &dressz_fops},
+@@ -2307,7 +2307,7 @@ sg_proc_init(void)
+ {
+       int k, mask;
+       int num_leaves = ARRAY_SIZE(sg_proc_leaf_arr);
+-      struct sg_proc_leaf * leaf;
++      const struct sg_proc_leaf * leaf;
+       sg_proc_sgp = proc_mkdir(sg_proc_sg_dirname, NULL);
+       if (!sg_proc_sgp)
+diff -urNp linux-2.6.32.1/drivers/serial/8250_pci.c linux-2.6.32.1/drivers/serial/8250_pci.c
+--- linux-2.6.32.1/drivers/serial/8250_pci.c   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/serial/8250_pci.c   2009-12-14 18:33:56.124714120 -0500
+@@ -3664,7 +3664,7 @@ static struct pci_device_id serial_pci_t
                PCI_ANY_ID, PCI_ANY_ID,
                PCI_CLASS_COMMUNICATION_MULTISERIAL << 8,
                0xffff00, pbn_default },
@@ -20782,22 +24990,31 @@ diff -urNp linux-2.6.31/drivers/serial/8250_pci.c linux-2.6.31/drivers/serial/82
  };
  
  static struct pci_driver serial_pci_driver = {
-diff -urNp linux-2.6.31/drivers/spi/spidev.c linux-2.6.31/drivers/spi/spidev.c
---- linux-2.6.31/drivers/spi/spidev.c  2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/spi/spidev.c  2009-09-06 15:29:11.829574856 -0400
-@@ -537,7 +537,7 @@ static int spidev_release(struct inode *
-       return status;
- }
--static struct file_operations spidev_fops = {
-+static const struct file_operations spidev_fops = {
-       .owner =        THIS_MODULE,
-       /* REVISIT switch to aio primitives, so that userspace
-        * gets more complete API coverage.  It'll simplify things
-diff -urNp linux-2.6.31/drivers/staging/android/binder.c linux-2.6.31/drivers/staging/android/binder.c
---- linux-2.6.31/drivers/staging/android/binder.c      2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/staging/android/binder.c      2009-09-06 15:29:11.830157644 -0400
-@@ -2717,7 +2717,7 @@ static void binder_vma_close(struct vm_a
+diff -urNp linux-2.6.32.1/drivers/serial/kgdboc.c linux-2.6.32.1/drivers/serial/kgdboc.c
+--- linux-2.6.32.1/drivers/serial/kgdboc.c     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/serial/kgdboc.c     2009-12-14 18:33:56.136250252 -0500
+@@ -18,7 +18,7 @@
+ #define MAX_CONFIG_LEN                40
+-static struct kgdb_io         kgdboc_io_ops;
++static const struct kgdb_io   kgdboc_io_ops;
+ /* -1 = init not run yet, 0 = unconfigured, 1 = configured. */
+ static int configured         = -1;
+@@ -154,7 +154,7 @@ static void kgdboc_post_exp_handler(void
+               module_put(THIS_MODULE);
+ }
+-static struct kgdb_io kgdboc_io_ops = {
++static const struct kgdb_io kgdboc_io_ops = {
+       .name                   = "kgdboc",
+       .read_char              = kgdboc_get_char,
+       .write_char             = kgdboc_put_char,
+diff -urNp linux-2.6.32.1/drivers/staging/android/binder.c linux-2.6.32.1/drivers/staging/android/binder.c
+--- linux-2.6.32.1/drivers/staging/android/binder.c    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/staging/android/binder.c    2009-12-14 18:33:56.151914823 -0500
+@@ -2756,7 +2756,7 @@ static void binder_vma_close(struct vm_a
        binder_defer_work(proc, BINDER_DEFERRED_PUT_FILES);
  }
  
@@ -20806,10 +25023,10 @@ diff -urNp linux-2.6.31/drivers/staging/android/binder.c linux-2.6.31/drivers/st
        .open = binder_vma_open,
        .close = binder_vma_close,
  };
-diff -urNp linux-2.6.31/drivers/staging/b3dfg/b3dfg.c linux-2.6.31/drivers/staging/b3dfg/b3dfg.c
---- linux-2.6.31/drivers/staging/b3dfg/b3dfg.c 2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/staging/b3dfg/b3dfg.c 2009-09-06 15:29:11.838465125 -0400
-@@ -454,7 +454,7 @@ static int b3dfg_vma_fault(struct vm_are
+diff -urNp linux-2.6.32.1/drivers/staging/b3dfg/b3dfg.c linux-2.6.32.1/drivers/staging/b3dfg/b3dfg.c
+--- linux-2.6.32.1/drivers/staging/b3dfg/b3dfg.c       2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/staging/b3dfg/b3dfg.c       2009-12-14 18:33:56.180829699 -0500
+@@ -455,7 +455,7 @@ static int b3dfg_vma_fault(struct vm_are
        return VM_FAULT_NOPAGE;
  }
  
@@ -20818,7 +25035,7 @@ diff -urNp linux-2.6.31/drivers/staging/b3dfg/b3dfg.c linux-2.6.31/drivers/stagi
        .fault = b3dfg_vma_fault,
  };
  
-@@ -854,7 +854,7 @@ static int b3dfg_mmap(struct file *filp,
+@@ -848,7 +848,7 @@ static int b3dfg_mmap(struct file *filp,
        return r;
  }
  
@@ -20827,46 +25044,193 @@ diff -urNp linux-2.6.31/drivers/staging/b3dfg/b3dfg.c linux-2.6.31/drivers/stagi
        .owner = THIS_MODULE,
        .open = b3dfg_open,
        .release = b3dfg_release,
-diff -urNp linux-2.6.31/drivers/staging/comedi/comedi_fops.c linux-2.6.31/drivers/staging/comedi/comedi_fops.c
---- linux-2.6.31/drivers/staging/comedi/comedi_fops.c  2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/staging/comedi/comedi_fops.c  2009-09-06 15:29:11.839264368 -0400
-@@ -1370,7 +1370,7 @@ void comedi_unmap(struct vm_area_struct 
+diff -urNp linux-2.6.32.1/drivers/staging/comedi/comedi_fops.c linux-2.6.32.1/drivers/staging/comedi/comedi_fops.c
+--- linux-2.6.32.1/drivers/staging/comedi/comedi_fops.c        2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/staging/comedi/comedi_fops.c        2009-12-14 18:33:56.204759560 -0500
+@@ -1389,7 +1389,7 @@ void comedi_unmap(struct vm_area_struct 
        mutex_unlock(&dev->mutex);
  }
  
 -static struct vm_operations_struct comedi_vm_ops = {
 +static const struct vm_operations_struct comedi_vm_ops = {
-       .close =        comedi_unmap,
+       .close = comedi_unmap,
  };
  
-diff -urNp linux-2.6.31/drivers/staging/cpc-usb/cpc-usb_drv.c linux-2.6.31/drivers/staging/cpc-usb/cpc-usb_drv.c
---- linux-2.6.31/drivers/staging/cpc-usb/cpc-usb_drv.c 2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/staging/cpc-usb/cpc-usb_drv.c 2009-09-06 15:29:11.847020048 -0400
-@@ -104,7 +104,7 @@ static void cpcusb_read_interrupt_callba
+diff -urNp linux-2.6.32.1/drivers/staging/dream/qdsp5/adsp_driver.c linux-2.6.32.1/drivers/staging/dream/qdsp5/adsp_driver.c
+--- linux-2.6.32.1/drivers/staging/dream/qdsp5/adsp_driver.c   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/staging/dream/qdsp5/adsp_driver.c   2009-12-14 18:33:56.217730751 -0500
+@@ -576,7 +576,7 @@ static struct adsp_device *inode_to_devi
+ static dev_t adsp_devno;
+ static struct class *adsp_class;
  
- static int cpcusb_setup_intrep(CPC_USB_T *card);
+-static struct file_operations adsp_fops = {
++static const struct file_operations adsp_fops = {
+       .owner = THIS_MODULE,
+       .open = adsp_open,
+       .unlocked_ioctl = adsp_ioctl,
+diff -urNp linux-2.6.32.1/drivers/staging/dream/qdsp5/audio_aac.c linux-2.6.32.1/drivers/staging/dream/qdsp5/audio_aac.c
+--- linux-2.6.32.1/drivers/staging/dream/qdsp5/audio_aac.c     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/staging/dream/qdsp5/audio_aac.c     2009-12-14 18:33:56.243755442 -0500
+@@ -1022,7 +1022,7 @@ done:
+       return rc;
+ }
  
--static struct file_operations cpcusb_fops = {
-+static const struct file_operations cpcusb_fops = {
-       /*
-        * The owner field is part of the module-locking
-        * mechanism. The idea is that the kernel knows
-diff -urNp linux-2.6.31/drivers/staging/epl/EplApiLinuxKernel.c linux-2.6.31/drivers/staging/epl/EplApiLinuxKernel.c
---- linux-2.6.31/drivers/staging/epl/EplApiLinuxKernel.c       2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/staging/epl/EplApiLinuxKernel.c       2009-09-06 15:29:11.848237420 -0400
-@@ -203,7 +203,7 @@ static int EplLinIoctl(struct inode *pDe
- module_init(EplLinInit);
- module_exit(EplLinExit);
--static struct file_operations EplLinFileOps_g = {
-+static const struct file_operations EplLinFileOps_g = {
+-static struct file_operations audio_aac_fops = {
++static const struct file_operations audio_aac_fops = {
+       .owner = THIS_MODULE,
+       .open = audio_open,
+       .release = audio_release,
+diff -urNp linux-2.6.32.1/drivers/staging/dream/qdsp5/audio_amrnb.c linux-2.6.32.1/drivers/staging/dream/qdsp5/audio_amrnb.c
+--- linux-2.6.32.1/drivers/staging/dream/qdsp5/audio_amrnb.c   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/staging/dream/qdsp5/audio_amrnb.c   2009-12-14 18:33:56.266835744 -0500
+@@ -833,7 +833,7 @@ done:
+       return rc;
+ }
+-static struct file_operations audio_amrnb_fops = {
++static const struct file_operations audio_amrnb_fops = {
+       .owner = THIS_MODULE,
+       .open = audamrnb_open,
+       .release = audamrnb_release,
+diff -urNp linux-2.6.32.1/drivers/staging/dream/qdsp5/audio_evrc.c linux-2.6.32.1/drivers/staging/dream/qdsp5/audio_evrc.c
+--- linux-2.6.32.1/drivers/staging/dream/qdsp5/audio_evrc.c    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/staging/dream/qdsp5/audio_evrc.c    2009-12-14 18:33:56.267703597 -0500
+@@ -805,7 +805,7 @@ dma_fail:
+       return rc;
+ }
+-static struct file_operations audio_evrc_fops = {
++static const struct file_operations audio_evrc_fops = {
+       .owner = THIS_MODULE,
+       .open = audevrc_open,
+       .release = audevrc_release,
+diff -urNp linux-2.6.32.1/drivers/staging/dream/qdsp5/audio_in.c linux-2.6.32.1/drivers/staging/dream/qdsp5/audio_in.c
+--- linux-2.6.32.1/drivers/staging/dream/qdsp5/audio_in.c      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/staging/dream/qdsp5/audio_in.c      2009-12-14 18:33:56.268741974 -0500
+@@ -913,7 +913,7 @@ static int audpre_open(struct inode *ino
+       return 0;
+ }
+-static struct file_operations audio_fops = {
++static const struct file_operations audio_fops = {
+       .owner          = THIS_MODULE,
+       .open           = audio_in_open,
+       .release        = audio_in_release,
+@@ -922,7 +922,7 @@ static struct file_operations audio_fops
+       .unlocked_ioctl = audio_in_ioctl,
+ };
+-static struct file_operations audpre_fops = {
++static const struct file_operations audpre_fops = {
+       .owner          = THIS_MODULE,
+       .open           = audpre_open,
+       .unlocked_ioctl = audpre_ioctl,
+diff -urNp linux-2.6.32.1/drivers/staging/dream/qdsp5/audio_mp3.c linux-2.6.32.1/drivers/staging/dream/qdsp5/audio_mp3.c
+--- linux-2.6.32.1/drivers/staging/dream/qdsp5/audio_mp3.c     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/staging/dream/qdsp5/audio_mp3.c     2009-12-14 18:33:56.270777115 -0500
+@@ -941,7 +941,7 @@ done:
+       return rc;
+ }
+-static struct file_operations audio_mp3_fops = {
++static const struct file_operations audio_mp3_fops = {
+       .owner          = THIS_MODULE,
+       .open           = audio_open,
+       .release        = audio_release,
+diff -urNp linux-2.6.32.1/drivers/staging/dream/qdsp5/audio_out.c linux-2.6.32.1/drivers/staging/dream/qdsp5/audio_out.c
+--- linux-2.6.32.1/drivers/staging/dream/qdsp5/audio_out.c     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/staging/dream/qdsp5/audio_out.c     2009-12-14 18:33:56.272703386 -0500
+@@ -810,7 +810,7 @@ static int audpp_open(struct inode *inod
+       return 0;
+ }
+-static struct file_operations audio_fops = {
++static const struct file_operations audio_fops = {
+       .owner          = THIS_MODULE,
+       .open           = audio_open,
+       .release        = audio_release,
+@@ -819,7 +819,7 @@ static struct file_operations audio_fops
+       .unlocked_ioctl = audio_ioctl,
+ };
+-static struct file_operations audpp_fops = {
++static const struct file_operations audpp_fops = {
+       .owner          = THIS_MODULE,
+       .open           = audpp_open,
+       .unlocked_ioctl = audpp_ioctl,
+diff -urNp linux-2.6.32.1/drivers/staging/dream/qdsp5/audio_qcelp.c linux-2.6.32.1/drivers/staging/dream/qdsp5/audio_qcelp.c
+--- linux-2.6.32.1/drivers/staging/dream/qdsp5/audio_qcelp.c   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/staging/dream/qdsp5/audio_qcelp.c   2009-12-14 18:33:56.275989683 -0500
+@@ -816,7 +816,7 @@ err:
+       return rc;
+ }
+-static struct file_operations audio_qcelp_fops = {
++static const struct file_operations audio_qcelp_fops = {
        .owner = THIS_MODULE,
-       .open = EplLinOpen,
-       .release = EplLinRelease,
-diff -urNp linux-2.6.31/drivers/staging/go7007/go7007-v4l2.c linux-2.6.31/drivers/staging/go7007/go7007-v4l2.c
---- linux-2.6.31/drivers/staging/go7007/go7007-v4l2.c  2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/staging/go7007/go7007-v4l2.c  2009-09-06 15:29:11.848237420 -0400
-@@ -1717,7 +1717,7 @@ static int go7007_vm_fault(struct vm_are
+       .open = audqcelp_open,
+       .release = audqcelp_release,
+diff -urNp linux-2.6.32.1/drivers/staging/dream/qdsp5/snd.c linux-2.6.32.1/drivers/staging/dream/qdsp5/snd.c
+--- linux-2.6.32.1/drivers/staging/dream/qdsp5/snd.c   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/staging/dream/qdsp5/snd.c   2009-12-14 18:33:56.276744780 -0500
+@@ -242,7 +242,7 @@ err:
+       return rc;
+ }
+-static struct file_operations snd_fops = {
++static const struct file_operations snd_fops = {
+       .owner          = THIS_MODULE,
+       .open           = snd_open,
+       .release        = snd_release,
+diff -urNp linux-2.6.32.1/drivers/staging/dream/smd/smd_qmi.c linux-2.6.32.1/drivers/staging/dream/smd/smd_qmi.c
+--- linux-2.6.32.1/drivers/staging/dream/smd/smd_qmi.c 2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/staging/dream/smd/smd_qmi.c 2009-12-14 18:33:56.288069638 -0500
+@@ -793,7 +793,7 @@ static int qmi_release(struct inode *ip,
+       return 0;
+ }
+-static struct file_operations qmi_fops = {
++static const struct file_operations qmi_fops = {
+       .owner = THIS_MODULE,
+       .read = qmi_read,
+       .write = qmi_write,
+diff -urNp linux-2.6.32.1/drivers/staging/dream/smd/smd_rpcrouter_device.c linux-2.6.32.1/drivers/staging/dream/smd/smd_rpcrouter_device.c
+--- linux-2.6.32.1/drivers/staging/dream/smd/smd_rpcrouter_device.c    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/staging/dream/smd/smd_rpcrouter_device.c    2009-12-14 18:33:56.294817718 -0500
+@@ -214,7 +214,7 @@ static long rpcrouter_ioctl(struct file 
+       return rc;
+ }
+-static struct file_operations rpcrouter_server_fops = {
++static const struct file_operations rpcrouter_server_fops = {
+       .owner   = THIS_MODULE,
+       .open    = rpcrouter_open,
+       .release = rpcrouter_release,
+@@ -224,7 +224,7 @@ static struct file_operations rpcrouter_
+       .unlocked_ioctl  = rpcrouter_ioctl,
+ };
+-static struct file_operations rpcrouter_router_fops = {
++static const struct file_operations rpcrouter_router_fops = {
+       .owner   = THIS_MODULE,
+       .open    = rpcrouter_open,
+       .release = rpcrouter_release,
+diff -urNp linux-2.6.32.1/drivers/staging/dst/dcore.c linux-2.6.32.1/drivers/staging/dst/dcore.c
+--- linux-2.6.32.1/drivers/staging/dst/dcore.c 2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/staging/dst/dcore.c 2009-12-14 18:33:56.304159431 -0500
+@@ -149,7 +149,7 @@ static int dst_bdev_release(struct gendi
+       return 0;
+ }
+-static struct block_device_operations dst_blk_ops = {
++static const struct block_device_operations dst_blk_ops = {
+       .open           = dst_bdev_open,
+       .release        = dst_bdev_release,
+       .owner          = THIS_MODULE,
+diff -urNp linux-2.6.32.1/drivers/staging/go7007/go7007-v4l2.c linux-2.6.32.1/drivers/staging/go7007/go7007-v4l2.c
+--- linux-2.6.32.1/drivers/staging/go7007/go7007-v4l2.c        2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/staging/go7007/go7007-v4l2.c        2009-12-14 18:33:56.318778895 -0500
+@@ -1700,7 +1700,7 @@ static int go7007_vm_fault(struct vm_are
        return 0;
  }
  
@@ -20875,10 +25239,22 @@ diff -urNp linux-2.6.31/drivers/staging/go7007/go7007-v4l2.c linux-2.6.31/driver
        .open   = go7007_vm_open,
        .close  = go7007_vm_close,
        .fault  = go7007_vm_fault,
-diff -urNp linux-2.6.31/drivers/staging/panel/panel.c linux-2.6.31/drivers/staging/panel/panel.c
---- linux-2.6.31/drivers/staging/panel/panel.c 2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/staging/panel/panel.c 2009-09-06 15:29:11.849154555 -0400
-@@ -1263,7 +1263,7 @@ static int lcd_release(struct inode *ino
+diff -urNp linux-2.6.32.1/drivers/staging/hv/blkvsc_drv.c linux-2.6.32.1/drivers/staging/hv/blkvsc_drv.c
+--- linux-2.6.32.1/drivers/staging/hv/blkvsc_drv.c     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/staging/hv/blkvsc_drv.c     2009-12-14 18:33:56.334798643 -0500
+@@ -153,7 +153,7 @@ static int blkvsc_ringbuffer_size = BLKV
+ /* The one and only one */
+ static struct blkvsc_driver_context g_blkvsc_drv;
+-static struct block_device_operations block_ops = {
++static const struct block_device_operations block_ops = {
+       .owner = THIS_MODULE,
+       .open = blkvsc_open,
+       .release = blkvsc_release,
+diff -urNp linux-2.6.32.1/drivers/staging/panel/panel.c linux-2.6.32.1/drivers/staging/panel/panel.c
+--- linux-2.6.32.1/drivers/staging/panel/panel.c       2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/staging/panel/panel.c       2009-12-14 18:33:56.357797047 -0500
+@@ -1305,7 +1305,7 @@ static int lcd_release(struct inode *ino
        return 0;
  }
  
@@ -20887,7 +25263,7 @@ diff -urNp linux-2.6.31/drivers/staging/panel/panel.c linux-2.6.31/drivers/stagi
        .write   = lcd_write,
        .open    = lcd_open,
        .release = lcd_release,
-@@ -1519,7 +1519,7 @@ static int keypad_release(struct inode *
+@@ -1565,7 +1565,7 @@ static int keypad_release(struct inode *
        return 0;
  }
  
@@ -20896,10 +25272,22 @@ diff -urNp linux-2.6.31/drivers/staging/panel/panel.c linux-2.6.31/drivers/stagi
        .read    = keypad_read,         /* read */
        .open    = keypad_open,         /* open */
        .release = keypad_release,      /* close */
-diff -urNp linux-2.6.31/drivers/staging/poch/poch.c linux-2.6.31/drivers/staging/poch/poch.c
---- linux-2.6.31/drivers/staging/poch/poch.c   2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/staging/poch/poch.c   2009-09-06 15:29:11.866156697 -0400
-@@ -1056,7 +1056,7 @@ static int poch_ioctl(struct inode *inod
+diff -urNp linux-2.6.32.1/drivers/staging/phison/phison.c linux-2.6.32.1/drivers/staging/phison/phison.c
+--- linux-2.6.32.1/drivers/staging/phison/phison.c     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/staging/phison/phison.c     2009-12-14 18:33:56.364170212 -0500
+@@ -43,7 +43,7 @@ static struct scsi_host_template phison_
+       ATA_BMDMA_SHT(DRV_NAME),
+ };
+-static struct ata_port_operations phison_ops = {
++static const struct ata_port_operations phison_ops = {
+       .inherits               = &ata_bmdma_port_ops,
+       .prereset               = phison_pre_reset,
+ };
+diff -urNp linux-2.6.32.1/drivers/staging/poch/poch.c linux-2.6.32.1/drivers/staging/poch/poch.c
+--- linux-2.6.32.1/drivers/staging/poch/poch.c 2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/staging/poch/poch.c 2009-12-14 18:33:56.386724820 -0500
+@@ -1057,7 +1057,7 @@ static int poch_ioctl(struct inode *inod
        return 0;
  }
  
@@ -20908,42 +25296,54 @@ diff -urNp linux-2.6.31/drivers/staging/poch/poch.c linux-2.6.31/drivers/staging
        .owner = THIS_MODULE,
        .open = poch_open,
        .release = poch_release,
-diff -urNp linux-2.6.31/drivers/staging/rtl8192su/ieee80211/proc.c linux-2.6.31/drivers/staging/rtl8192su/ieee80211/proc.c
---- linux-2.6.31/drivers/staging/rtl8192su/ieee80211/proc.c    2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/staging/rtl8192su/ieee80211/proc.c    2009-09-06 15:29:11.872729455 -0400
-@@ -87,7 +87,7 @@ static int c_show(struct seq_file *m, vo
-       return 0;
- }
+diff -urNp linux-2.6.32.1/drivers/staging/sep/sep_driver.c linux-2.6.32.1/drivers/staging/sep/sep_driver.c
+--- linux-2.6.32.1/drivers/staging/sep/sep_driver.c    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/staging/sep/sep_driver.c    2009-12-14 18:33:56.412957243 -0500
+@@ -2603,7 +2603,7 @@ static struct pci_driver sep_pci_driver 
+ static dev_t sep_devno;
+ /* the files operations structure of the driver */
+-static struct file_operations sep_file_operations = {
++static const struct file_operations sep_file_operations = {
+       .owner = THIS_MODULE,
+       .ioctl = sep_ioctl,
+       .poll = sep_poll,
+diff -urNp linux-2.6.32.1/drivers/staging/vme/devices/vme_user.c linux-2.6.32.1/drivers/staging/vme/devices/vme_user.c
+--- linux-2.6.32.1/drivers/staging/vme/devices/vme_user.c      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/staging/vme/devices/vme_user.c      2009-12-14 18:33:56.422918835 -0500
+@@ -136,7 +136,7 @@ static int vme_user_ioctl(struct inode *
+ static int __init vme_user_probe(struct device *, int, int);
+ static int __exit vme_user_remove(struct device *, int, int);
+-static struct file_operations vme_user_fops = {
++static const struct file_operations vme_user_fops = {
+         .open = vme_user_open,
+         .release = vme_user_release,
+         .read = vme_user_read,
+diff -urNp linux-2.6.32.1/drivers/uio/uio.c linux-2.6.32.1/drivers/uio/uio.c
+--- linux-2.6.32.1/drivers/uio/uio.c   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/uio/uio.c   2009-12-14 18:33:56.434748271 -0500
+@@ -129,7 +129,7 @@ static ssize_t map_type_show(struct kobj
+       return entry->show(mem, buf);
+ }
+-static struct sysfs_ops map_sysfs_ops = {
++static const struct sysfs_ops map_sysfs_ops = {
+       .show = map_type_show,
+ };
  
--static struct seq_operations crypto_seq_ops = {
-+static const struct seq_operations crypto_seq_ops = {
-       .start          = c_start,
-       .next           = c_next,
-       .stop           = c_stop,
-@@ -99,7 +99,7 @@ static int crypto_info_open(struct inode
-       return seq_open(file, &crypto_seq_ops);
- }
--static struct file_operations proc_crypto_ops = {
-+static const struct file_operations proc_crypto_ops = {
-       .open           = crypto_info_open,
-       .read           = seq_read,
-       .llseek         = seq_lseek,
-diff -urNp linux-2.6.31/drivers/uio/uio.c linux-2.6.31/drivers/uio/uio.c
---- linux-2.6.31/drivers/uio/uio.c     2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/uio/uio.c     2009-09-06 15:29:11.873165013 -0400
-@@ -658,7 +658,7 @@ static int uio_vma_fault(struct vm_area_
-       return 0;
+@@ -217,7 +217,7 @@ static ssize_t portio_type_show(struct k
+       return entry->show(port, buf);
  }
  
--static struct vm_operations_struct uio_vm_ops = {
-+static const struct vm_operations_struct uio_vm_ops = {
-       .open = uio_vma_open,
-       .close = uio_vma_close,
-       .fault = uio_vma_fault,
-diff -urNp linux-2.6.31/drivers/usb/atm/usbatm.c linux-2.6.31/drivers/usb/atm/usbatm.c
---- linux-2.6.31/drivers/usb/atm/usbatm.c      2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/usb/atm/usbatm.c      2009-09-06 15:29:11.883935279 -0400
+-static struct sysfs_ops portio_sysfs_ops = {
++static const struct sysfs_ops portio_sysfs_ops = {
+       .show = portio_type_show,
+ };
+diff -urNp linux-2.6.32.1/drivers/usb/atm/usbatm.c linux-2.6.32.1/drivers/usb/atm/usbatm.c
+--- linux-2.6.32.1/drivers/usb/atm/usbatm.c    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/usb/atm/usbatm.c    2009-12-14 18:33:56.441756007 -0500
 @@ -333,7 +333,7 @@ static void usbatm_extract_one_cell(stru
                if (printk_ratelimit())
                        atm_warn(instance, "%s: OAM not supported (vpi %d, vci %d)!\n",
@@ -21023,10 +25423,10 @@ diff -urNp linux-2.6.31/drivers/usb/atm/usbatm.c linux-2.6.31/drivers/usb/atm/us
  
        if (!left--) {
                if (instance->disconnected)
-diff -urNp linux-2.6.31/drivers/usb/class/cdc-acm.c linux-2.6.31/drivers/usb/class/cdc-acm.c
---- linux-2.6.31/drivers/usb/class/cdc-acm.c   2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/usb/class/cdc-acm.c   2009-09-06 15:29:11.895662398 -0400
-@@ -1529,7 +1529,7 @@ static struct usb_device_id acm_ids[] = 
+diff -urNp linux-2.6.32.1/drivers/usb/class/cdc-acm.c linux-2.6.32.1/drivers/usb/class/cdc-acm.c
+--- linux-2.6.32.1/drivers/usb/class/cdc-acm.c 2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/usb/class/cdc-acm.c 2009-12-14 18:33:56.449082389 -0500
+@@ -1534,7 +1534,7 @@ static struct usb_device_id acm_ids[] = 
                USB_CDC_ACM_PROTO_AT_CDMA) },
  
        /* NOTE:  COMM/ACM/0xff is likely MSFT RNDIS ... NOT a modem!! */
@@ -21035,9 +25435,9 @@ diff -urNp linux-2.6.31/drivers/usb/class/cdc-acm.c linux-2.6.31/drivers/usb/cla
  };
  
  MODULE_DEVICE_TABLE(usb, acm_ids);
-diff -urNp linux-2.6.31/drivers/usb/class/usblp.c linux-2.6.31/drivers/usb/class/usblp.c
---- linux-2.6.31/drivers/usb/class/usblp.c     2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/usb/class/usblp.c     2009-09-06 15:29:11.896326225 -0400
+diff -urNp linux-2.6.32.1/drivers/usb/class/usblp.c linux-2.6.32.1/drivers/usb/class/usblp.c
+--- linux-2.6.32.1/drivers/usb/class/usblp.c   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/usb/class/usblp.c   2009-12-14 18:33:56.450737102 -0500
 @@ -228,7 +228,7 @@ static const struct quirk_printer_struct
        { 0x0482, 0x0010, USBLP_QUIRK_BIDIR }, /* Kyocera Mita FS 820, by zut <kernel@zut.de> */
        { 0x04f9, 0x000d, USBLP_QUIRK_BIDIR }, /* Brother Industries, Ltd HL-1440 Laser Printer */
@@ -21056,22 +25456,61 @@ diff -urNp linux-2.6.31/drivers/usb/class/usblp.c linux-2.6.31/drivers/usb/class
  };
  
  MODULE_DEVICE_TABLE (usb, usblp_ids);
-diff -urNp linux-2.6.31/drivers/usb/class/usbtmc.c linux-2.6.31/drivers/usb/class/usbtmc.c
---- linux-2.6.31/drivers/usb/class/usbtmc.c    2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/usb/class/usbtmc.c    2009-09-06 15:29:11.897180911 -0400
-@@ -956,7 +956,7 @@ static long usbtmc_ioctl(struct file *fi
-       return retval;
+diff -urNp linux-2.6.32.1/drivers/usb/core/hcd.c linux-2.6.32.1/drivers/usb/core/hcd.c
+--- linux-2.6.32.1/drivers/usb/core/hcd.c      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/usb/core/hcd.c      2009-12-14 18:33:56.472711446 -0500
+@@ -2216,7 +2216,7 @@ EXPORT_SYMBOL_GPL(usb_hcd_platform_shutd
+ #if defined(CONFIG_USB_MON) || defined(CONFIG_USB_MON_MODULE)
+-struct usb_mon_operations *mon_ops;
++const struct usb_mon_operations *mon_ops;
+ /*
+  * The registration is unlocked.
+@@ -2226,7 +2226,7 @@ struct usb_mon_operations *mon_ops;
+  * symbols from usbcore, usbcore gets referenced and cannot be unloaded first.
+  */
+  
+-int usb_mon_register (struct usb_mon_operations *ops)
++int usb_mon_register (const struct usb_mon_operations *ops)
+ {
+       if (mon_ops)
+diff -urNp linux-2.6.32.1/drivers/usb/core/hcd.h linux-2.6.32.1/drivers/usb/core/hcd.h
+--- linux-2.6.32.1/drivers/usb/core/hcd.h      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/usb/core/hcd.h      2009-12-14 18:33:56.482754672 -0500
+@@ -486,13 +486,13 @@ static inline void usbfs_cleanup(void) {
+ #if defined(CONFIG_USB_MON) || defined(CONFIG_USB_MON_MODULE)
+ struct usb_mon_operations {
+-      void (*urb_submit)(struct usb_bus *bus, struct urb *urb);
+-      void (*urb_submit_error)(struct usb_bus *bus, struct urb *urb, int err);
+-      void (*urb_complete)(struct usb_bus *bus, struct urb *urb, int status);
++      void (* const urb_submit)(struct usb_bus *bus, struct urb *urb);
++      void (* const urb_submit_error)(struct usb_bus *bus, struct urb *urb, int err);
++      void (* const urb_complete)(struct usb_bus *bus, struct urb *urb, int status);
+       /* void (*urb_unlink)(struct usb_bus *bus, struct urb *urb); */
+ };
+-extern struct usb_mon_operations *mon_ops;
++extern const struct usb_mon_operations *mon_ops;
+ static inline void usbmon_urb_submit(struct usb_bus *bus, struct urb *urb)
+ {
+@@ -514,7 +514,7 @@ static inline void usbmon_urb_complete(s
+               (*mon_ops->urb_complete)(bus, urb, status);
  }
  
--static struct file_operations fops = {
-+static const struct file_operations fops = {
-       .owner          = THIS_MODULE,
-       .read           = usbtmc_read,
-       .write          = usbtmc_write,
-diff -urNp linux-2.6.31/drivers/usb/core/hub.c linux-2.6.31/drivers/usb/core/hub.c
---- linux-2.6.31/drivers/usb/core/hub.c        2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/usb/core/hub.c        2009-09-06 15:29:11.908111193 -0400
-@@ -3284,7 +3284,7 @@ static struct usb_device_id hub_id_table
+-int usb_mon_register(struct usb_mon_operations *ops);
++int usb_mon_register(const struct usb_mon_operations *ops);
+ void usb_mon_deregister(void);
+ #else
+diff -urNp linux-2.6.32.1/drivers/usb/core/hub.c linux-2.6.32.1/drivers/usb/core/hub.c
+--- linux-2.6.32.1/drivers/usb/core/hub.c      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/usb/core/hub.c      2009-12-14 18:33:56.501728320 -0500
+@@ -3374,7 +3374,7 @@ static struct usb_device_id hub_id_table
        .bDeviceClass = USB_CLASS_HUB},
      { .match_flags = USB_DEVICE_ID_MATCH_INT_CLASS,
        .bInterfaceClass = USB_CLASS_HUB},
@@ -21080,31 +25519,10 @@ diff -urNp linux-2.6.31/drivers/usb/core/hub.c linux-2.6.31/drivers/usb/core/hub
  };
  
  MODULE_DEVICE_TABLE (usb, hub_id_table);
-diff -urNp linux-2.6.31/drivers/usb/core/inode.c linux-2.6.31/drivers/usb/core/inode.c
---- linux-2.6.31/drivers/usb/core/inode.c      2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/usb/core/inode.c      2009-09-06 15:29:11.925250521 -0400
-@@ -48,7 +48,7 @@
- #define USBFS_DEFAULT_BUSMODE (S_IXUGO | S_IRUGO)
- #define USBFS_DEFAULT_LISTMODE S_IRUGO
--static struct super_operations usbfs_ops;
-+static const struct super_operations usbfs_ops;
- static const struct file_operations default_file_operations;
- static struct vfsmount *usbfs_mount;
- static int usbfs_mount_count; /* = 0 */
-@@ -449,7 +449,7 @@ static const struct file_operations defa
-       .llseek =       default_file_lseek,
- };
--static struct super_operations usbfs_ops = {
-+static const struct super_operations usbfs_ops = {
-       .statfs =       simple_statfs,
-       .drop_inode =   generic_delete_inode,
-       .remount_fs =   remount,
-diff -urNp linux-2.6.31/drivers/usb/core/message.c linux-2.6.31/drivers/usb/core/message.c
---- linux-2.6.31/drivers/usb/core/message.c    2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/usb/core/message.c    2009-09-06 15:29:11.931631211 -0400
-@@ -926,8 +926,8 @@ char *usb_cache_string(struct usb_device
+diff -urNp linux-2.6.32.1/drivers/usb/core/message.c linux-2.6.32.1/drivers/usb/core/message.c
+--- linux-2.6.32.1/drivers/usb/core/message.c  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/usb/core/message.c  2009-12-14 18:33:56.525197755 -0500
+@@ -914,8 +914,8 @@ char *usb_cache_string(struct usb_device
        buf = kmalloc(MAX_USB_STRING_SIZE, GFP_KERNEL);
        if (buf) {
                len = usb_string(udev, index, buf, MAX_USB_STRING_SIZE);
@@ -21115,34 +25533,10 @@ diff -urNp linux-2.6.31/drivers/usb/core/message.c linux-2.6.31/drivers/usb/core
                        if (!smallbuf)
                                return buf;
                        memcpy(smallbuf, buf, len);
-diff -urNp linux-2.6.31/drivers/usb/gadget/inode.c linux-2.6.31/drivers/usb/gadget/inode.c
---- linux-2.6.31/drivers/usb/gadget/inode.c    2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/usb/gadget/inode.c    2009-09-06 15:29:11.939398227 -0400
-@@ -2033,7 +2033,7 @@ gadgetfs_create_file (struct super_block
-       return inode;
- }
--static struct super_operations gadget_fs_operations = {
-+static const struct super_operations gadget_fs_operations = {
-       .statfs =       simple_statfs,
-       .drop_inode =   generic_delete_inode,
- };
-diff -urNp linux-2.6.31/drivers/usb/gadget/printer.c linux-2.6.31/drivers/usb/gadget/printer.c
---- linux-2.6.31/drivers/usb/gadget/printer.c  2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/usb/gadget/printer.c  2009-09-06 15:29:11.944161050 -0400
-@@ -875,7 +875,7 @@ printer_ioctl(struct file *fd, unsigned 
- }
- /* used after endpoint configuration */
--static struct file_operations printer_io_operations = {
-+static const struct file_operations printer_io_operations = {
-       .owner =        THIS_MODULE,
-       .open =         printer_open,
-       .read =         printer_read,
-diff -urNp linux-2.6.31/drivers/usb/host/ehci-pci.c linux-2.6.31/drivers/usb/host/ehci-pci.c
---- linux-2.6.31/drivers/usb/host/ehci-pci.c   2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/usb/host/ehci-pci.c   2009-09-06 15:29:11.955157191 -0400
-@@ -416,7 +416,7 @@ static const struct pci_device_id pci_id
+diff -urNp linux-2.6.32.1/drivers/usb/host/ehci-pci.c linux-2.6.32.1/drivers/usb/host/ehci-pci.c
+--- linux-2.6.32.1/drivers/usb/host/ehci-pci.c 2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/usb/host/ehci-pci.c 2009-12-14 18:33:56.538757991 -0500
+@@ -422,7 +422,7 @@ static const struct pci_device_id pci_id
        PCI_DEVICE_CLASS(PCI_CLASS_SERIAL_USB_EHCI, ~0),
        .driver_data =  (unsigned long) &ehci_pci_hc_driver,
        },
@@ -21151,9 +25545,9 @@ diff -urNp linux-2.6.31/drivers/usb/host/ehci-pci.c linux-2.6.31/drivers/usb/hos
  };
  MODULE_DEVICE_TABLE(pci, pci_ids);
  
-diff -urNp linux-2.6.31/drivers/usb/host/uhci-hcd.c linux-2.6.31/drivers/usb/host/uhci-hcd.c
---- linux-2.6.31/drivers/usb/host/uhci-hcd.c   2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/usb/host/uhci-hcd.c   2009-09-06 15:29:11.962755825 -0400
+diff -urNp linux-2.6.32.1/drivers/usb/host/uhci-hcd.c linux-2.6.32.1/drivers/usb/host/uhci-hcd.c
+--- linux-2.6.32.1/drivers/usb/host/uhci-hcd.c 2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/usb/host/uhci-hcd.c 2009-12-14 18:33:56.549987695 -0500
 @@ -927,7 +927,7 @@ static const struct pci_device_id uhci_p
        /* handle any USB UHCI controller */
        PCI_DEVICE_CLASS(PCI_CLASS_SERIAL_USB_UHCI, ~0),
@@ -21163,51 +25557,33 @@ diff -urNp linux-2.6.31/drivers/usb/host/uhci-hcd.c linux-2.6.31/drivers/usb/hos
  };
  
  MODULE_DEVICE_TABLE(pci, uhci_pci_ids);
-diff -urNp linux-2.6.31/drivers/usb/host/whci/debug.c linux-2.6.31/drivers/usb/host/whci/debug.c
---- linux-2.6.31/drivers/usb/host/whci/debug.c 2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/usb/host/whci/debug.c 2009-09-06 15:29:11.965422653 -0400
-@@ -134,7 +134,7 @@ static int pzl_open(struct inode *inode,
-       return single_open(file, pzl_print, inode->i_private);
- }
--static struct file_operations di_fops = {
-+static const struct file_operations di_fops = {
-       .open    = di_open,
-       .read    = seq_read,
-       .llseek  = seq_lseek,
-@@ -142,7 +142,7 @@ static struct file_operations di_fops = 
-       .owner   = THIS_MODULE,
- };
--static struct file_operations asl_fops = {
-+static const struct file_operations asl_fops = {
-       .open    = asl_open,
-       .read    = seq_read,
-       .llseek  = seq_lseek,
-@@ -150,7 +150,7 @@ static struct file_operations asl_fops =
-       .owner   = THIS_MODULE,
- };
--static struct file_operations pzl_fops = {
-+static const struct file_operations pzl_fops = {
-       .open    = pzl_open,
-       .read    = seq_read,
-       .llseek  = seq_lseek,
-diff -urNp linux-2.6.31/drivers/usb/mon/mon_bin.c linux-2.6.31/drivers/usb/mon/mon_bin.c
---- linux-2.6.31/drivers/usb/mon/mon_bin.c     2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/usb/mon/mon_bin.c     2009-09-06 15:29:11.966261808 -0400
-@@ -1184,7 +1184,7 @@ static int mon_bin_vma_fault(struct vm_a
-       return 0;
+diff -urNp linux-2.6.32.1/drivers/usb/misc/appledisplay.c linux-2.6.32.1/drivers/usb/misc/appledisplay.c
+--- linux-2.6.32.1/drivers/usb/misc/appledisplay.c     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/usb/misc/appledisplay.c     2009-12-14 18:33:56.570702896 -0500
+@@ -178,7 +178,7 @@ static int appledisplay_bl_get_brightnes
+               return pdata->msgdata[1];
  }
  
--static struct vm_operations_struct mon_bin_vm_ops = {
-+static const struct vm_operations_struct mon_bin_vm_ops = {
-       .open =     mon_bin_vma_open,
-       .close =    mon_bin_vma_close,
-       .fault =    mon_bin_vma_fault,
-diff -urNp linux-2.6.31/drivers/usb/storage/debug.h linux-2.6.31/drivers/usb/storage/debug.h
---- linux-2.6.31/drivers/usb/storage/debug.h   2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/usb/storage/debug.h   2009-09-06 15:29:11.966261808 -0400
+-static struct backlight_ops appledisplay_bl_data = {
++static const struct backlight_ops appledisplay_bl_data = {
+       .get_brightness = appledisplay_bl_get_brightness,
+       .update_status  = appledisplay_bl_update_status,
+ };
+diff -urNp linux-2.6.32.1/drivers/usb/mon/mon_main.c linux-2.6.32.1/drivers/usb/mon/mon_main.c
+--- linux-2.6.32.1/drivers/usb/mon/mon_main.c  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/usb/mon/mon_main.c  2009-12-14 18:33:56.586891486 -0500
+@@ -238,7 +238,7 @@ static struct notifier_block mon_nb = {
+ /*
+  * Ops
+  */
+-static struct usb_mon_operations mon_ops_0 = {
++static const struct usb_mon_operations mon_ops_0 = {
+       .urb_submit =   mon_submit,
+       .urb_submit_error = mon_submit_error,
+       .urb_complete = mon_complete,
+diff -urNp linux-2.6.32.1/drivers/usb/storage/debug.h linux-2.6.32.1/drivers/usb/storage/debug.h
+--- linux-2.6.32.1/drivers/usb/storage/debug.h 2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/usb/storage/debug.h 2009-12-14 18:33:56.602740203 -0500
 @@ -54,9 +54,9 @@ void usb_stor_show_sense( unsigned char 
  #define US_DEBUGPX(x...) printk( x )
  #define US_DEBUG(x) x 
@@ -21221,9 +25597,9 @@ diff -urNp linux-2.6.31/drivers/usb/storage/debug.h linux-2.6.31/drivers/usb/sto
  #endif
  
  #endif
-diff -urNp linux-2.6.31/drivers/usb/storage/usb.c linux-2.6.31/drivers/usb/storage/usb.c
---- linux-2.6.31/drivers/usb/storage/usb.c     2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/usb/storage/usb.c     2009-09-06 15:29:11.967274632 -0400
+diff -urNp linux-2.6.32.1/drivers/usb/storage/usb.c linux-2.6.32.1/drivers/usb/storage/usb.c
+--- linux-2.6.32.1/drivers/usb/storage/usb.c   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/usb/storage/usb.c   2009-12-14 18:33:56.635722053 -0500
 @@ -118,7 +118,7 @@ MODULE_PARM_DESC(quirks, "supplemental l
  
  static struct us_unusual_dev us_unusual_dev_list[] = {
@@ -21233,9 +25609,9 @@ diff -urNp linux-2.6.31/drivers/usb/storage/usb.c linux-2.6.31/drivers/usb/stora
  };
  
  #undef UNUSUAL_DEV
-diff -urNp linux-2.6.31/drivers/usb/storage/usual-tables.c linux-2.6.31/drivers/usb/storage/usual-tables.c
---- linux-2.6.31/drivers/usb/storage/usual-tables.c    2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/usb/storage/usual-tables.c    2009-09-06 15:29:11.968165129 -0400
+diff -urNp linux-2.6.32.1/drivers/usb/storage/usual-tables.c linux-2.6.32.1/drivers/usb/storage/usual-tables.c
+--- linux-2.6.32.1/drivers/usb/storage/usual-tables.c  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/usb/storage/usual-tables.c  2009-12-14 18:33:56.646183562 -0500
 @@ -48,7 +48,7 @@
  
  struct usb_device_id usb_storage_usb_ids[] = {
@@ -21245,39 +25621,9 @@ diff -urNp linux-2.6.31/drivers/usb/storage/usual-tables.c linux-2.6.31/drivers/
  };
  EXPORT_SYMBOL_GPL(usb_storage_usb_ids);
  
-diff -urNp linux-2.6.31/drivers/uwb/uwb-debug.c linux-2.6.31/drivers/uwb/uwb-debug.c
---- linux-2.6.31/drivers/uwb/uwb-debug.c       2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/uwb/uwb-debug.c       2009-09-06 15:29:11.968165129 -0400
-@@ -205,7 +205,7 @@ static ssize_t command_write(struct file
-       return ret < 0 ? ret : len;
- }
--static struct file_operations command_fops = {
-+static const struct file_operations command_fops = {
-       .open   = command_open,
-       .write  = command_write,
-       .read   = NULL,
-@@ -255,7 +255,7 @@ static int reservations_open(struct inod
-       return single_open(file, reservations_print, inode->i_private);
- }
--static struct file_operations reservations_fops = {
-+static const struct file_operations reservations_fops = {
-       .open    = reservations_open,
-       .read    = seq_read,
-       .llseek  = seq_lseek,
-@@ -283,7 +283,7 @@ static int drp_avail_open(struct inode *
-       return single_open(file, drp_avail_print, inode->i_private);
- }
--static struct file_operations drp_avail_fops = {
-+static const struct file_operations drp_avail_fops = {
-       .open    = drp_avail_open,
-       .read    = seq_read,
-       .llseek  = seq_lseek,
-diff -urNp linux-2.6.31/drivers/uwb/wlp/messages.c linux-2.6.31/drivers/uwb/wlp/messages.c
---- linux-2.6.31/drivers/uwb/wlp/messages.c    2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/uwb/wlp/messages.c    2009-09-06 15:29:11.969325167 -0400
+diff -urNp linux-2.6.32.1/drivers/uwb/wlp/messages.c linux-2.6.32.1/drivers/uwb/wlp/messages.c
+--- linux-2.6.32.1/drivers/uwb/wlp/messages.c  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/uwb/wlp/messages.c  2009-12-14 18:33:56.670723254 -0500
 @@ -903,7 +903,7 @@ int wlp_parse_f0(struct wlp *wlp, struct
        size_t len = skb->len;
        size_t used;
@@ -21287,21 +25633,310 @@ diff -urNp linux-2.6.31/drivers/uwb/wlp/messages.c linux-2.6.31/drivers/uwb/wlp/
        enum wlp_assc_error assc_err;
        char enonce_buf[WLP_WSS_NONCE_STRSIZE];
        char rnonce_buf[WLP_WSS_NONCE_STRSIZE];
-diff -urNp linux-2.6.31/drivers/video/fb_defio.c linux-2.6.31/drivers/video/fb_defio.c
---- linux-2.6.31/drivers/video/fb_defio.c      2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/video/fb_defio.c      2009-09-06 15:29:11.969325167 -0400
-@@ -125,7 +125,7 @@ page_already_added:
+diff -urNp linux-2.6.32.1/drivers/uwb/wlp/sysfs.c linux-2.6.32.1/drivers/uwb/wlp/sysfs.c
+--- linux-2.6.32.1/drivers/uwb/wlp/sysfs.c     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/uwb/wlp/sysfs.c     2009-12-14 18:33:56.671714141 -0500
+@@ -615,8 +615,7 @@ ssize_t wlp_wss_attr_store(struct kobjec
+       return ret;
+ }
+-static
+-struct sysfs_ops wss_sysfs_ops = {
++static const struct sysfs_ops wss_sysfs_ops = {
+       .show   = wlp_wss_attr_show,
+       .store  = wlp_wss_attr_store,
+ };
+diff -urNp linux-2.6.32.1/drivers/video/atmel_lcdfb.c linux-2.6.32.1/drivers/video/atmel_lcdfb.c
+--- linux-2.6.32.1/drivers/video/atmel_lcdfb.c 2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/video/atmel_lcdfb.c 2009-12-14 18:33:56.675713473 -0500
+@@ -110,7 +110,7 @@ static int atmel_bl_get_brightness(struc
+       return lcdc_readl(sinfo, ATMEL_LCDC_CONTRAST_VAL);
+ }
+-static struct backlight_ops atmel_lcdc_bl_ops = {
++static const struct backlight_ops atmel_lcdc_bl_ops = {
+       .update_status = atmel_bl_update_status,
+       .get_brightness = atmel_bl_get_brightness,
+ };
+diff -urNp linux-2.6.32.1/drivers/video/aty/aty128fb.c linux-2.6.32.1/drivers/video/aty/aty128fb.c
+--- linux-2.6.32.1/drivers/video/aty/aty128fb.c        2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/video/aty/aty128fb.c        2009-12-14 18:33:56.696705893 -0500
+@@ -1787,7 +1787,7 @@ static int aty128_bl_get_brightness(stru
+       return bd->props.brightness;
+ }
+-static struct backlight_ops aty128_bl_data = {
++static const struct backlight_ops aty128_bl_data = {
+       .get_brightness = aty128_bl_get_brightness,
+       .update_status  = aty128_bl_update_status,
+ };
+diff -urNp linux-2.6.32.1/drivers/video/aty/atyfb_base.c linux-2.6.32.1/drivers/video/aty/atyfb_base.c
+--- linux-2.6.32.1/drivers/video/aty/atyfb_base.c      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/video/aty/atyfb_base.c      2009-12-14 18:33:56.707707438 -0500
+@@ -2225,7 +2225,7 @@ static int aty_bl_get_brightness(struct 
+       return bd->props.brightness;
+ }
+-static struct backlight_ops aty_bl_data = {
++static const struct backlight_ops aty_bl_data = {
+       .get_brightness = aty_bl_get_brightness,
+       .update_status  = aty_bl_update_status,
+ };
+diff -urNp linux-2.6.32.1/drivers/video/aty/radeon_backlight.c linux-2.6.32.1/drivers/video/aty/radeon_backlight.c
+--- linux-2.6.32.1/drivers/video/aty/radeon_backlight.c        2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/video/aty/radeon_backlight.c        2009-12-14 18:33:56.732719574 -0500
+@@ -127,7 +127,7 @@ static int radeon_bl_get_brightness(stru
+       return bd->props.brightness;
+ }
+-static struct backlight_ops radeon_bl_data = {
++static const struct backlight_ops radeon_bl_data = {
+       .get_brightness = radeon_bl_get_brightness,
+       .update_status  = radeon_bl_update_status,
+ };
+diff -urNp linux-2.6.32.1/drivers/video/backlight/adp5520_bl.c linux-2.6.32.1/drivers/video/backlight/adp5520_bl.c
+--- linux-2.6.32.1/drivers/video/backlight/adp5520_bl.c        2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/video/backlight/adp5520_bl.c        2009-12-14 18:33:56.734719374 -0500
+@@ -84,7 +84,7 @@ static int adp5520_bl_get_brightness(str
+       return error ? data->current_brightness : reg_val;
+ }
+-static struct backlight_ops adp5520_bl_ops = {
++static const struct backlight_ops adp5520_bl_ops = {
+       .update_status  = adp5520_bl_update_status,
+       .get_brightness = adp5520_bl_get_brightness,
+ };
+diff -urNp linux-2.6.32.1/drivers/video/backlight/adx_bl.c linux-2.6.32.1/drivers/video/backlight/adx_bl.c
+--- linux-2.6.32.1/drivers/video/backlight/adx_bl.c    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/video/backlight/adx_bl.c    2009-12-14 18:33:56.735716250 -0500
+@@ -61,7 +61,7 @@ static int adx_backlight_check_fb(struct
+       return 1;
+ }
+-static struct backlight_ops adx_backlight_ops = {
++static const struct backlight_ops adx_backlight_ops = {
+       .options = 0,
+       .update_status = adx_backlight_update_status,
+       .get_brightness = adx_backlight_get_brightness,
+diff -urNp linux-2.6.32.1/drivers/video/backlight/atmel-pwm-bl.c linux-2.6.32.1/drivers/video/backlight/atmel-pwm-bl.c
+--- linux-2.6.32.1/drivers/video/backlight/atmel-pwm-bl.c      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/video/backlight/atmel-pwm-bl.c      2009-12-14 18:33:56.764711094 -0500
+@@ -113,7 +113,7 @@ static int atmel_pwm_bl_init_pwm(struct 
+       return pwm_channel_enable(&pwmbl->pwmc);
+ }
+-static struct backlight_ops atmel_pwm_bl_ops = {
++static const struct backlight_ops atmel_pwm_bl_ops = {
+       .get_brightness = atmel_pwm_bl_get_intensity,
+       .update_status  = atmel_pwm_bl_set_intensity,
+ };
+diff -urNp linux-2.6.32.1/drivers/video/backlight/backlight.c linux-2.6.32.1/drivers/video/backlight/backlight.c
+--- linux-2.6.32.1/drivers/video/backlight/backlight.c 2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/video/backlight/backlight.c 2009-12-14 18:33:56.776707570 -0500
+@@ -269,7 +269,7 @@ EXPORT_SYMBOL(backlight_force_update);
+  * ERR_PTR() or a pointer to the newly allocated device.
+  */
+ struct backlight_device *backlight_device_register(const char *name,
+-              struct device *parent, void *devdata, struct backlight_ops *ops)
++              struct device *parent, void *devdata, const struct backlight_ops *ops)
+ {
+       struct backlight_device *new_bd;
+       int rc;
+diff -urNp linux-2.6.32.1/drivers/video/backlight/corgi_lcd.c linux-2.6.32.1/drivers/video/backlight/corgi_lcd.c
+--- linux-2.6.32.1/drivers/video/backlight/corgi_lcd.c 2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/video/backlight/corgi_lcd.c 2009-12-14 18:33:56.798711248 -0500
+@@ -451,7 +451,7 @@ void corgi_lcd_limit_intensity(int limit
+ }
+ EXPORT_SYMBOL(corgi_lcd_limit_intensity);
+-static struct backlight_ops corgi_bl_ops = {
++static const struct backlight_ops corgi_bl_ops = {
+       .get_brightness = corgi_bl_get_intensity,
+       .update_status  = corgi_bl_update_status,
+ };
+diff -urNp linux-2.6.32.1/drivers/video/backlight/cr_bllcd.c linux-2.6.32.1/drivers/video/backlight/cr_bllcd.c
+--- linux-2.6.32.1/drivers/video/backlight/cr_bllcd.c  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/video/backlight/cr_bllcd.c  2009-12-14 18:33:56.799713192 -0500
+@@ -108,7 +108,7 @@ static int cr_backlight_get_intensity(st
+       return intensity;
+ }
+-static struct backlight_ops cr_backlight_ops = {
++static const struct backlight_ops cr_backlight_ops = {
+       .get_brightness = cr_backlight_get_intensity,
+       .update_status = cr_backlight_set_intensity,
+ };
+diff -urNp linux-2.6.32.1/drivers/video/backlight/da903x_bl.c linux-2.6.32.1/drivers/video/backlight/da903x_bl.c
+--- linux-2.6.32.1/drivers/video/backlight/da903x_bl.c 2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/video/backlight/da903x_bl.c 2009-12-14 18:33:56.801716801 -0500
+@@ -94,7 +94,7 @@ static int da903x_backlight_get_brightne
+       return data->current_brightness;
+ }
+-static struct backlight_ops da903x_backlight_ops = {
++static const struct backlight_ops da903x_backlight_ops = {
+       .update_status  = da903x_backlight_update_status,
+       .get_brightness = da903x_backlight_get_brightness,
+ };
+diff -urNp linux-2.6.32.1/drivers/video/backlight/generic_bl.c linux-2.6.32.1/drivers/video/backlight/generic_bl.c
+--- linux-2.6.32.1/drivers/video/backlight/generic_bl.c        2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/video/backlight/generic_bl.c        2009-12-14 18:33:56.801716801 -0500
+@@ -70,7 +70,7 @@ void corgibl_limit_intensity(int limit)
+ }
+ EXPORT_SYMBOL(corgibl_limit_intensity);
+-static struct backlight_ops genericbl_ops = {
++static const struct backlight_ops genericbl_ops = {
+       .options = BL_CORE_SUSPENDRESUME,
+       .get_brightness = genericbl_get_intensity,
+       .update_status  = genericbl_send_intensity,
+diff -urNp linux-2.6.32.1/drivers/video/backlight/hp680_bl.c linux-2.6.32.1/drivers/video/backlight/hp680_bl.c
+--- linux-2.6.32.1/drivers/video/backlight/hp680_bl.c  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/video/backlight/hp680_bl.c  2009-12-14 18:33:56.828721688 -0500
+@@ -98,7 +98,7 @@ static int hp680bl_get_intensity(struct 
+       return current_intensity;
+ }
+-static struct backlight_ops hp680bl_ops = {
++static const struct backlight_ops hp680bl_ops = {
+       .get_brightness = hp680bl_get_intensity,
+       .update_status  = hp680bl_set_intensity,
+ };
+diff -urNp linux-2.6.32.1/drivers/video/backlight/jornada720_bl.c linux-2.6.32.1/drivers/video/backlight/jornada720_bl.c
+--- linux-2.6.32.1/drivers/video/backlight/jornada720_bl.c     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/video/backlight/jornada720_bl.c     2009-12-14 18:33:56.849756143 -0500
+@@ -93,7 +93,7 @@ out:
+       return ret;
+ }
+-static struct backlight_ops jornada_bl_ops = {
++static const struct backlight_ops jornada_bl_ops = {
+       .get_brightness = jornada_bl_get_brightness,
+       .update_status = jornada_bl_update_status,
+       .options = BL_CORE_SUSPENDRESUME,
+diff -urNp linux-2.6.32.1/drivers/video/backlight/kb3886_bl.c linux-2.6.32.1/drivers/video/backlight/kb3886_bl.c
+--- linux-2.6.32.1/drivers/video/backlight/kb3886_bl.c 2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/video/backlight/kb3886_bl.c 2009-12-14 18:33:56.850723993 -0500
+@@ -134,7 +134,7 @@ static int kb3886bl_get_intensity(struct
+       return kb3886bl_intensity;
+ }
+-static struct backlight_ops kb3886bl_ops = {
++static const struct backlight_ops kb3886bl_ops = {
+       .get_brightness = kb3886bl_get_intensity,
+       .update_status  = kb3886bl_send_intensity,
+ };
+diff -urNp linux-2.6.32.1/drivers/video/backlight/locomolcd.c linux-2.6.32.1/drivers/video/backlight/locomolcd.c
+--- linux-2.6.32.1/drivers/video/backlight/locomolcd.c 2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/video/backlight/locomolcd.c 2009-12-14 18:33:56.852706003 -0500
+@@ -141,7 +141,7 @@ static int locomolcd_get_intensity(struc
+       return current_intensity;
+ }
+-static struct backlight_ops locomobl_data = {
++static const struct backlight_ops locomobl_data = {
+       .get_brightness = locomolcd_get_intensity,
+       .update_status  = locomolcd_set_intensity,
+ };
+diff -urNp linux-2.6.32.1/drivers/video/backlight/mbp_nvidia_bl.c linux-2.6.32.1/drivers/video/backlight/mbp_nvidia_bl.c
+--- linux-2.6.32.1/drivers/video/backlight/mbp_nvidia_bl.c     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/video/backlight/mbp_nvidia_bl.c     2009-12-14 18:33:56.873731630 -0500
+@@ -33,7 +33,7 @@ struct dmi_match_data {
+       unsigned long iostart;
+       unsigned long iolen;
+       /* Backlight operations structure. */
+-      struct backlight_ops backlight_ops;
++      const struct backlight_ops backlight_ops;
+ };
+ /* Module parameters. */
+diff -urNp linux-2.6.32.1/drivers/video/backlight/omap1_bl.c linux-2.6.32.1/drivers/video/backlight/omap1_bl.c
+--- linux-2.6.32.1/drivers/video/backlight/omap1_bl.c  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/video/backlight/omap1_bl.c  2009-12-14 18:33:56.876733224 -0500
+@@ -125,7 +125,7 @@ static int omapbl_get_intensity(struct b
+       return bl->current_intensity;
+ }
+-static struct backlight_ops omapbl_ops = {
++static const struct backlight_ops omapbl_ops = {
+       .get_brightness = omapbl_get_intensity,
+       .update_status  = omapbl_update_status,
+ };
+diff -urNp linux-2.6.32.1/drivers/video/backlight/progear_bl.c linux-2.6.32.1/drivers/video/backlight/progear_bl.c
+--- linux-2.6.32.1/drivers/video/backlight/progear_bl.c        2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/video/backlight/progear_bl.c        2009-12-14 18:33:56.884958873 -0500
+@@ -54,7 +54,7 @@ static int progearbl_get_intensity(struc
+       return intensity - HW_LEVEL_MIN;
+ }
+-static struct backlight_ops progearbl_ops = {
++static const struct backlight_ops progearbl_ops = {
+       .get_brightness = progearbl_get_intensity,
+       .update_status = progearbl_set_intensity,
+ };
+diff -urNp linux-2.6.32.1/drivers/video/backlight/pwm_bl.c linux-2.6.32.1/drivers/video/backlight/pwm_bl.c
+--- linux-2.6.32.1/drivers/video/backlight/pwm_bl.c    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/video/backlight/pwm_bl.c    2009-12-14 18:33:56.902731746 -0500
+@@ -56,7 +56,7 @@ static int pwm_backlight_get_brightness(
+       return bl->props.brightness;
+ }
+-static struct backlight_ops pwm_backlight_ops = {
++static const struct backlight_ops pwm_backlight_ops = {
+       .update_status  = pwm_backlight_update_status,
+       .get_brightness = pwm_backlight_get_brightness,
+ };
+diff -urNp linux-2.6.32.1/drivers/video/backlight/tosa_bl.c linux-2.6.32.1/drivers/video/backlight/tosa_bl.c
+--- linux-2.6.32.1/drivers/video/backlight/tosa_bl.c   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/video/backlight/tosa_bl.c   2009-12-14 18:33:56.908727779 -0500
+@@ -72,7 +72,7 @@ static int tosa_bl_get_brightness(struct
+       return props->brightness;
+ }
+-static struct backlight_ops bl_ops = {
++static const struct backlight_ops bl_ops = {
+       .get_brightness         = tosa_bl_get_brightness,
+       .update_status          = tosa_bl_update_status,
+ };
+diff -urNp linux-2.6.32.1/drivers/video/backlight/wm831x_bl.c linux-2.6.32.1/drivers/video/backlight/wm831x_bl.c
+--- linux-2.6.32.1/drivers/video/backlight/wm831x_bl.c 2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/video/backlight/wm831x_bl.c 2009-12-14 18:33:56.909707606 -0500
+@@ -112,7 +112,7 @@ static int wm831x_backlight_get_brightne
+       return data->current_brightness;
+ }
+-static struct backlight_ops wm831x_backlight_ops = {
++static const struct backlight_ops wm831x_backlight_ops = {
+       .options = BL_CORE_SUSPENDRESUME,
+       .update_status  = wm831x_backlight_update_status,
+       .get_brightness = wm831x_backlight_get_brightness,
+diff -urNp linux-2.6.32.1/drivers/video/bf54x-lq043fb.c linux-2.6.32.1/drivers/video/bf54x-lq043fb.c
+--- linux-2.6.32.1/drivers/video/bf54x-lq043fb.c       2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/video/bf54x-lq043fb.c       2009-12-14 18:33:56.914735019 -0500
+@@ -463,7 +463,7 @@ static int bl_get_brightness(struct back
        return 0;
  }
  
--static struct vm_operations_struct fb_deferred_io_vm_ops = {
-+static const struct vm_operations_struct fb_deferred_io_vm_ops = {
-       .fault          = fb_deferred_io_fault,
-       .page_mkwrite   = fb_deferred_io_mkwrite,
+-static struct backlight_ops bfin_lq043fb_bl_ops = {
++static const struct backlight_ops bfin_lq043fb_bl_ops = {
+       .get_brightness = bl_get_brightness,
  };
-diff -urNp linux-2.6.31/drivers/video/fbmem.c linux-2.6.31/drivers/video/fbmem.c
---- linux-2.6.31/drivers/video/fbmem.c 2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/video/fbmem.c 2009-09-06 15:29:11.970183970 -0400
+diff -urNp linux-2.6.32.1/drivers/video/bfin-t350mcqb-fb.c linux-2.6.32.1/drivers/video/bfin-t350mcqb-fb.c
+--- linux-2.6.32.1/drivers/video/bfin-t350mcqb-fb.c    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/video/bfin-t350mcqb-fb.c    2009-12-14 18:33:56.931742721 -0500
+@@ -381,7 +381,7 @@ static int bl_get_brightness(struct back
+       return 0;
+ }
+-static struct backlight_ops bfin_lq043fb_bl_ops = {
++static const struct backlight_ops bfin_lq043fb_bl_ops = {
+       .get_brightness = bl_get_brightness,
+ };
+diff -urNp linux-2.6.32.1/drivers/video/fbmem.c linux-2.6.32.1/drivers/video/fbmem.c
+--- linux-2.6.32.1/drivers/video/fbmem.c       2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/video/fbmem.c       2009-12-14 18:33:56.939773066 -0500
 @@ -403,7 +403,7 @@ static void fb_do_show_logo(struct fb_in
                        image->dx += image->width + 8;
                }
@@ -21320,7 +25955,7 @@ diff -urNp linux-2.6.31/drivers/video/fbmem.c linux-2.6.31/drivers/video/fbmem.c
                        info->fbops->fb_imageblit(info, image);
                        image->dy -= image->height + 8;
                }
-@@ -1108,7 +1108,7 @@ static long do_fb_ioctl(struct fb_info *
+@@ -1119,7 +1119,7 @@ static long do_fb_ioctl(struct fb_info *
                        return -EFAULT;
                if (con2fb.console < 1 || con2fb.console > MAX_NR_CONSOLES)
                        return -EINVAL;
@@ -21329,9 +25964,9 @@ diff -urNp linux-2.6.31/drivers/video/fbmem.c linux-2.6.31/drivers/video/fbmem.c
                        return -EINVAL;
                if (!registered_fb[con2fb.framebuffer])
                        request_module("fb%d", con2fb.framebuffer);
-diff -urNp linux-2.6.31/drivers/video/fbmon.c linux-2.6.31/drivers/video/fbmon.c
---- linux-2.6.31/drivers/video/fbmon.c 2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/video/fbmon.c 2009-09-06 15:29:11.971272438 -0400
+diff -urNp linux-2.6.32.1/drivers/video/fbmon.c linux-2.6.32.1/drivers/video/fbmon.c
+--- linux-2.6.32.1/drivers/video/fbmon.c       2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/video/fbmon.c       2009-12-14 18:33:56.942716871 -0500
 @@ -45,7 +45,7 @@
  #ifdef DEBUG
  #define DPRINTK(fmt, args...) printk(fmt,## args)
@@ -21341,9 +25976,9 @@ diff -urNp linux-2.6.31/drivers/video/fbmon.c linux-2.6.31/drivers/video/fbmon.c
  #endif
  
  #define FBMON_FIX_HEADER  1
-diff -urNp linux-2.6.31/drivers/video/i810/i810_accel.c linux-2.6.31/drivers/video/i810/i810_accel.c
---- linux-2.6.31/drivers/video/i810/i810_accel.c       2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/video/i810/i810_accel.c       2009-09-06 15:29:11.971272438 -0400
+diff -urNp linux-2.6.32.1/drivers/video/i810/i810_accel.c linux-2.6.32.1/drivers/video/i810/i810_accel.c
+--- linux-2.6.32.1/drivers/video/i810/i810_accel.c     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/video/i810/i810_accel.c     2009-12-14 18:33:56.945157258 -0500
 @@ -73,6 +73,7 @@ static inline int wait_for_space(struct 
                }
        }
@@ -21352,9 +25987,9 @@ diff -urNp linux-2.6.31/drivers/video/i810/i810_accel.c linux-2.6.31/drivers/vid
        i810_report_error(mmio); 
        par->dev_flags |= LOCKUP;
        info->pixmap.scan_align = 1;
-diff -urNp linux-2.6.31/drivers/video/i810/i810_main.c linux-2.6.31/drivers/video/i810/i810_main.c
---- linux-2.6.31/drivers/video/i810/i810_main.c        2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/video/i810/i810_main.c        2009-09-06 15:29:11.972172786 -0400
+diff -urNp linux-2.6.32.1/drivers/video/i810/i810_main.c linux-2.6.32.1/drivers/video/i810/i810_main.c
+--- linux-2.6.32.1/drivers/video/i810/i810_main.c      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/video/i810/i810_main.c      2009-12-14 18:33:56.946738123 -0500
 @@ -120,7 +120,7 @@ static struct pci_device_id i810fb_pci_t
          PCI_ANY_ID, PCI_ANY_ID, 0, 0, 4 },
        { PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82815_CGC,
@@ -21364,9 +25999,9 @@ diff -urNp linux-2.6.31/drivers/video/i810/i810_main.c linux-2.6.31/drivers/vide
  };
  
  static struct pci_driver i810fb_driver = {
-diff -urNp linux-2.6.31/drivers/video/modedb.c linux-2.6.31/drivers/video/modedb.c
---- linux-2.6.31/drivers/video/modedb.c        2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/video/modedb.c        2009-09-06 15:29:11.973230230 -0400
+diff -urNp linux-2.6.32.1/drivers/video/modedb.c linux-2.6.32.1/drivers/video/modedb.c
+--- linux-2.6.32.1/drivers/video/modedb.c      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/video/modedb.c      2009-12-14 18:33:56.949716425 -0500
 @@ -38,240 +38,240 @@ static const struct fb_videomode modedb[
      {
        /* 640x400 @ 70 Hz, 31.5 kHz hsync */
@@ -21667,21 +26302,33 @@ diff -urNp linux-2.6.31/drivers/video/modedb.c linux-2.6.31/drivers/video/modedb
      },
  };
  
-diff -urNp linux-2.6.31/drivers/video/omap/dispc.c linux-2.6.31/drivers/video/omap/dispc.c
---- linux-2.6.31/drivers/video/omap/dispc.c    2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/video/omap/dispc.c    2009-09-06 15:29:11.974192351 -0400
-@@ -1013,7 +1013,7 @@ static void mmap_user_close(struct vm_ar
-       atomic_dec(&dispc.map_count[plane]);
+diff -urNp linux-2.6.32.1/drivers/video/nvidia/nv_backlight.c linux-2.6.32.1/drivers/video/nvidia/nv_backlight.c
+--- linux-2.6.32.1/drivers/video/nvidia/nv_backlight.c 2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/video/nvidia/nv_backlight.c 2009-12-14 18:33:56.959735130 -0500
+@@ -87,7 +87,7 @@ static int nvidia_bl_get_brightness(stru
+       return bd->props.brightness;
+ }
+-static struct backlight_ops nvidia_bl_ops = {
++static const struct backlight_ops nvidia_bl_ops = {
+       .get_brightness = nvidia_bl_get_brightness,
+       .update_status  = nvidia_bl_update_status,
+ };
+diff -urNp linux-2.6.32.1/drivers/video/riva/fbdev.c linux-2.6.32.1/drivers/video/riva/fbdev.c
+--- linux-2.6.32.1/drivers/video/riva/fbdev.c  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/video/riva/fbdev.c  2009-12-14 18:33:56.982743557 -0500
+@@ -331,7 +331,7 @@ static int riva_bl_get_brightness(struct
+       return bd->props.brightness;
  }
  
--static struct vm_operations_struct mmap_user_ops = {
-+static const struct vm_operations_struct mmap_user_ops = {
-       .open = mmap_user_open,
-       .close = mmap_user_close,
+-static struct backlight_ops riva_bl_ops = {
++static const struct backlight_ops riva_bl_ops = {
+       .get_brightness = riva_bl_get_brightness,
+       .update_status  = riva_bl_update_status,
  };
-diff -urNp linux-2.6.31/drivers/video/uvesafb.c linux-2.6.31/drivers/video/uvesafb.c
---- linux-2.6.31/drivers/video/uvesafb.c       2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/video/uvesafb.c       2009-09-06 15:29:11.974192351 -0400
+diff -urNp linux-2.6.32.1/drivers/video/uvesafb.c linux-2.6.32.1/drivers/video/uvesafb.c
+--- linux-2.6.32.1/drivers/video/uvesafb.c     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/video/uvesafb.c     2009-12-14 18:33:57.012741789 -0500
 @@ -18,6 +18,7 @@
  #include <linux/fb.h>
  #include <linux/io.h>
@@ -21690,7 +26337,7 @@ diff -urNp linux-2.6.31/drivers/video/uvesafb.c linux-2.6.31/drivers/video/uvesa
  #include <video/edid.h>
  #include <video/uvesafb.h>
  #ifdef CONFIG_X86
-@@ -118,7 +119,7 @@ static int uvesafb_helper_start(void)
+@@ -120,7 +121,7 @@ static int uvesafb_helper_start(void)
                NULL,
        };
  
@@ -21699,15 +26346,13 @@ diff -urNp linux-2.6.31/drivers/video/uvesafb.c linux-2.6.31/drivers/video/uvesa
  }
  
  /*
-@@ -566,10 +567,34 @@ static int __devinit uvesafb_vbe_getpmi(
+@@ -568,10 +569,32 @@ static int __devinit uvesafb_vbe_getpmi(
        if ((task->t.regs.eax & 0xffff) != 0x4f || task->t.regs.es < 0xc000) {
                par->pmi_setpal = par->ypan = 0;
        } else {
 +
 +#ifdef CONFIG_PAX_KERNEXEC
 +#ifdef CONFIG_MODULES
-+              unsigned long cr0;
-+
 +              par->pmi_code = module_alloc_exec((u16)task->t.regs.ecx);
 +#endif
 +              if (!par->pmi_code) {
@@ -21720,9 +26365,9 @@ diff -urNp linux-2.6.31/drivers/video/uvesafb.c linux-2.6.31/drivers/video/uvesa
                                                + task->t.regs.edi);
 +
 +#if defined(CONFIG_MODULES) && defined(CONFIG_PAX_KERNEXEC)
-+              pax_open_kernel(cr0);
++              pax_open_kernel();
 +              memcpy(par->pmi_code, par->pmi_base, (u16)task->t.regs.ecx);
-+              pax_close_kernel(cr0);
++              pax_close_kernel();
 +
 +              par->pmi_start = ktva_ktla(par->pmi_code + par->pmi_base[1]);
 +              par->pmi_pal = ktva_ktla(par->pmi_code + par->pmi_base[2]);
@@ -21734,7 +26379,7 @@ diff -urNp linux-2.6.31/drivers/video/uvesafb.c linux-2.6.31/drivers/video/uvesa
                printk(KERN_INFO "uvesafb: protected mode interface info at "
                                 "%04x:%04x\n",
                                 (u16)task->t.regs.es, (u16)task->t.regs.edi);
-@@ -1825,6 +1850,11 @@ out:
+@@ -1799,6 +1822,11 @@ out:
        if (par->vbe_modes)
                kfree(par->vbe_modes);
  
@@ -21746,7 +26391,7 @@ diff -urNp linux-2.6.31/drivers/video/uvesafb.c linux-2.6.31/drivers/video/uvesa
        framebuffer_release(info);
        return err;
  }
-@@ -1851,6 +1881,12 @@ static int uvesafb_remove(struct platfor
+@@ -1825,6 +1853,12 @@ static int uvesafb_remove(struct platfor
                                kfree(par->vbe_state_orig);
                        if (par->vbe_state_saved)
                                kfree(par->vbe_state_saved);
@@ -21759,9 +26404,9 @@ diff -urNp linux-2.6.31/drivers/video/uvesafb.c linux-2.6.31/drivers/video/uvesa
                }
  
                framebuffer_release(info);
-diff -urNp linux-2.6.31/drivers/video/vesafb.c linux-2.6.31/drivers/video/vesafb.c
---- linux-2.6.31/drivers/video/vesafb.c        2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/drivers/video/vesafb.c        2009-09-06 15:29:11.975166668 -0400
+diff -urNp linux-2.6.32.1/drivers/video/vesafb.c linux-2.6.32.1/drivers/video/vesafb.c
+--- linux-2.6.32.1/drivers/video/vesafb.c      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/video/vesafb.c      2009-12-14 18:33:57.027725518 -0500
 @@ -9,6 +9,7 @@
   */
  
@@ -21824,7 +26469,7 @@ diff -urNp linux-2.6.31/drivers/video/vesafb.c linux-2.6.31/drivers/video/vesafb
        }
  
        if (screen_info.vesapm_seg < 0xc000)
-@@ -325,9 +335,29 @@ static int __init vesafb_probe(struct pl
+@@ -325,9 +335,25 @@ static int __init vesafb_probe(struct pl
  
        if (ypan || pmi_setpal) {
                unsigned short *pmi_base;
@@ -21832,14 +26477,10 @@ diff -urNp linux-2.6.31/drivers/video/vesafb.c linux-2.6.31/drivers/video/vesafb
 -              pmi_start = (void*)((char*)pmi_base + pmi_base[1]);
 -              pmi_pal   = (void*)((char*)pmi_base + pmi_base[2]);
 +
-+#if defined(CONFIG_MODULES) && defined(CONFIG_PAX_KERNEXEC)
-+              unsigned long cr0;
-+#endif
-+
 +              pmi_base = (unsigned short*)phys_to_virt(((unsigned long)screen_info.vesapm_seg << 4) + screen_info.vesapm_off);
 +
 +#if defined(CONFIG_MODULES) && defined(CONFIG_PAX_KERNEXEC)
-+              pax_open_kernel(cr0);
++              pax_open_kernel();
 +              memcpy(pmi_code, pmi_base, screen_info.vesapm_size);
 +#else
 +              pmi_code = pmi_base;
@@ -21851,13 +26492,13 @@ diff -urNp linux-2.6.31/drivers/video/vesafb.c linux-2.6.31/drivers/video/vesafb
 +#if defined(CONFIG_MODULES) && defined(CONFIG_PAX_KERNEXEC)
 +              pmi_start = ktva_ktla(pmi_start);
 +              pmi_pal = ktva_ktla(pmi_pal);
-+              pax_close_kernel(cr0);
++              pax_close_kernel();
 +#endif
 +
                printk(KERN_INFO "vesafb: pmi: set display start = %p, set palette = %p\n",pmi_start,pmi_pal);
                if (pmi_base[3]) {
                        printk(KERN_INFO "vesafb: pmi: ports = ");
-@@ -469,6 +499,11 @@ static int __init vesafb_probe(struct pl
+@@ -469,6 +495,11 @@ static int __init vesafb_probe(struct pl
               info->node, info->fix.id);
        return 0;
  err:
@@ -21869,10 +26510,22 @@ diff -urNp linux-2.6.31/drivers/video/vesafb.c linux-2.6.31/drivers/video/vesafb
        if (info->screen_base)
                iounmap(info->screen_base);
        framebuffer_release(info);
-diff -urNp linux-2.6.31/fs/9p/vfs_inode.c linux-2.6.31/fs/9p/vfs_inode.c
---- linux-2.6.31/fs/9p/vfs_inode.c     2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/fs/9p/vfs_inode.c     2009-09-06 15:29:11.976157420 -0400
-@@ -1025,7 +1025,7 @@ static void *v9fs_vfs_follow_link(struct
+diff -urNp linux-2.6.32.1/drivers/xen/sys-hypervisor.c linux-2.6.32.1/drivers/xen/sys-hypervisor.c
+--- linux-2.6.32.1/drivers/xen/sys-hypervisor.c        2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/drivers/xen/sys-hypervisor.c        2009-12-14 18:33:57.043739049 -0500
+@@ -425,7 +425,7 @@ static ssize_t hyp_sysfs_store(struct ko
+       return 0;
+ }
+-static struct sysfs_ops hyp_sysfs_ops = {
++static const struct sysfs_ops hyp_sysfs_ops = {
+       .show = hyp_sysfs_show,
+       .store = hyp_sysfs_store,
+ };
+diff -urNp linux-2.6.32.1/fs/9p/vfs_inode.c linux-2.6.32.1/fs/9p/vfs_inode.c
+--- linux-2.6.32.1/fs/9p/vfs_inode.c   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/fs/9p/vfs_inode.c   2009-12-14 18:33:57.059749105 -0500
+@@ -1079,7 +1079,7 @@ static void *v9fs_vfs_follow_link(struct
  static void
  v9fs_vfs_put_link(struct dentry *dentry, struct nameidata *nd, void *p)
  {
@@ -21881,49 +26534,10 @@ diff -urNp linux-2.6.31/fs/9p/vfs_inode.c linux-2.6.31/fs/9p/vfs_inode.c
  
        P9_DPRINTK(P9_DEBUG_VFS, " %s %s\n", dentry->d_name.name,
                IS_ERR(s) ? "<error>" : s);
-diff -urNp linux-2.6.31/fs/afs/proc.c linux-2.6.31/fs/afs/proc.c
---- linux-2.6.31/fs/afs/proc.c 2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/fs/afs/proc.c 2009-09-06 15:29:11.976157420 -0400
-@@ -28,7 +28,7 @@ static int afs_proc_cells_show(struct se
- static ssize_t afs_proc_cells_write(struct file *file, const char __user *buf,
-                                   size_t size, loff_t *_pos);
--static struct seq_operations afs_proc_cells_ops = {
-+static const struct seq_operations afs_proc_cells_ops = {
-       .start  = afs_proc_cells_start,
-       .next   = afs_proc_cells_next,
-       .stop   = afs_proc_cells_stop,
-@@ -70,7 +70,7 @@ static void *afs_proc_cell_volumes_next(
- static void afs_proc_cell_volumes_stop(struct seq_file *p, void *v);
- static int afs_proc_cell_volumes_show(struct seq_file *m, void *v);
--static struct seq_operations afs_proc_cell_volumes_ops = {
-+static const struct seq_operations afs_proc_cell_volumes_ops = {
-       .start  = afs_proc_cell_volumes_start,
-       .next   = afs_proc_cell_volumes_next,
-       .stop   = afs_proc_cell_volumes_stop,
-@@ -95,7 +95,7 @@ static void *afs_proc_cell_vlservers_nex
- static void afs_proc_cell_vlservers_stop(struct seq_file *p, void *v);
- static int afs_proc_cell_vlservers_show(struct seq_file *m, void *v);
--static struct seq_operations afs_proc_cell_vlservers_ops = {
-+static const struct seq_operations afs_proc_cell_vlservers_ops = {
-       .start  = afs_proc_cell_vlservers_start,
-       .next   = afs_proc_cell_vlservers_next,
-       .stop   = afs_proc_cell_vlservers_stop,
-@@ -119,7 +119,7 @@ static void *afs_proc_cell_servers_next(
- static void afs_proc_cell_servers_stop(struct seq_file *p, void *v);
- static int afs_proc_cell_servers_show(struct seq_file *m, void *v);
--static struct seq_operations afs_proc_cell_servers_ops = {
-+static const struct seq_operations afs_proc_cell_servers_ops = {
-       .start  = afs_proc_cell_servers_start,
-       .next   = afs_proc_cell_servers_next,
-       .stop   = afs_proc_cell_servers_stop,
-diff -urNp linux-2.6.31/fs/aio.c linux-2.6.31/fs/aio.c
---- linux-2.6.31/fs/aio.c      2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/fs/aio.c      2009-09-06 15:29:11.976157420 -0400
-@@ -114,7 +114,7 @@ static int aio_setup_ring(struct kioctx 
+diff -urNp linux-2.6.32.1/fs/aio.c linux-2.6.32.1/fs/aio.c
+--- linux-2.6.32.1/fs/aio.c    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/fs/aio.c    2009-12-14 18:33:57.095723301 -0500
+@@ -115,7 +115,7 @@ static int aio_setup_ring(struct kioctx 
        size += sizeof(struct io_event) * nr_events;
        nr_pages = (size + PAGE_SIZE-1) >> PAGE_SHIFT;
  
@@ -21932,9 +26546,20 @@ diff -urNp linux-2.6.31/fs/aio.c linux-2.6.31/fs/aio.c
                return -EINVAL;
  
        nr_events = (PAGE_SIZE * nr_pages - sizeof(struct aio_ring)) / sizeof(struct io_event);
-diff -urNp linux-2.6.31/fs/autofs/root.c linux-2.6.31/fs/autofs/root.c
---- linux-2.6.31/fs/autofs/root.c      2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/fs/autofs/root.c      2009-09-06 15:29:11.977562624 -0400
+diff -urNp linux-2.6.32.1/fs/attr.c linux-2.6.32.1/fs/attr.c
+--- linux-2.6.32.1/fs/attr.c   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/fs/attr.c   2009-12-14 18:33:57.104750823 -0500
+@@ -83,6 +83,7 @@ int inode_newsize_ok(const struct inode 
+               unsigned long limit;
+               limit = current->signal->rlim[RLIMIT_FSIZE].rlim_cur;
++              gr_learn_resource(current, RLIMIT_FSIZE, (unsigned long)offset, 1);
+               if (limit != RLIM_INFINITY && offset > limit)
+                       goto out_sig;
+               if (offset > inode->i_sb->s_maxbytes)
+diff -urNp linux-2.6.32.1/fs/autofs/root.c linux-2.6.32.1/fs/autofs/root.c
+--- linux-2.6.32.1/fs/autofs/root.c    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/fs/autofs/root.c    2009-12-14 18:33:57.125758241 -0500
 @@ -299,7 +299,8 @@ static int autofs_root_symlink(struct in
        set_bit(n,sbi->symlink_bitmap);
        sl = &sbi->symlink[n];
@@ -21945,9 +26570,9 @@ diff -urNp linux-2.6.31/fs/autofs/root.c linux-2.6.31/fs/autofs/root.c
        if (!sl->data) {
                clear_bit(n,sbi->symlink_bitmap);
                unlock_kernel();
-diff -urNp linux-2.6.31/fs/autofs4/symlink.c linux-2.6.31/fs/autofs4/symlink.c
---- linux-2.6.31/fs/autofs4/symlink.c  2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/fs/autofs4/symlink.c  2009-09-06 15:29:11.977562624 -0400
+diff -urNp linux-2.6.32.1/fs/autofs4/symlink.c linux-2.6.32.1/fs/autofs4/symlink.c
+--- linux-2.6.32.1/fs/autofs4/symlink.c        2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/fs/autofs4/symlink.c        2009-12-14 18:33:57.134749675 -0500
 @@ -15,7 +15,7 @@
  static void *autofs4_follow_link(struct dentry *dentry, struct nameidata *nd)
  {
@@ -21957,9 +26582,9 @@ diff -urNp linux-2.6.31/fs/autofs4/symlink.c linux-2.6.31/fs/autofs4/symlink.c
        return NULL;
  }
  
-diff -urNp linux-2.6.31/fs/befs/linuxvfs.c linux-2.6.31/fs/befs/linuxvfs.c
---- linux-2.6.31/fs/befs/linuxvfs.c    2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/fs/befs/linuxvfs.c    2009-09-06 15:29:11.977562624 -0400
+diff -urNp linux-2.6.32.1/fs/befs/linuxvfs.c linux-2.6.32.1/fs/befs/linuxvfs.c
+--- linux-2.6.32.1/fs/befs/linuxvfs.c  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/fs/befs/linuxvfs.c  2009-12-14 18:33:57.142702421 -0500
 @@ -493,7 +493,7 @@ static void befs_put_link(struct dentry 
  {
        befs_inode_info *befs_ino = BEFS_I(dentry->d_inode);
@@ -21969,9 +26594,9 @@ diff -urNp linux-2.6.31/fs/befs/linuxvfs.c linux-2.6.31/fs/befs/linuxvfs.c
                if (!IS_ERR(link))
                        kfree(link);
        }
-diff -urNp linux-2.6.31/fs/binfmt_aout.c linux-2.6.31/fs/binfmt_aout.c
---- linux-2.6.31/fs/binfmt_aout.c      2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/fs/binfmt_aout.c      2009-09-06 15:29:11.978602145 -0400
+diff -urNp linux-2.6.32.1/fs/binfmt_aout.c linux-2.6.32.1/fs/binfmt_aout.c
+--- linux-2.6.32.1/fs/binfmt_aout.c    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/fs/binfmt_aout.c    2009-12-14 18:33:57.161757136 -0500
 @@ -16,6 +16,7 @@
  #include <linux/string.h>
  #include <linux/fs.h>
@@ -22039,21 +26664,10 @@ diff -urNp linux-2.6.31/fs/binfmt_aout.c linux-2.6.31/fs/binfmt_aout.c
                                MAP_FIXED | MAP_PRIVATE | MAP_DENYWRITE | MAP_EXECUTABLE,
                                fd_offset + ex.a_text);
                up_write(&current->mm->mmap_sem);
-diff -urNp linux-2.6.31/fs/binfmt_elf.c linux-2.6.31/fs/binfmt_elf.c
---- linux-2.6.31/fs/binfmt_elf.c       2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/fs/binfmt_elf.c       2009-09-06 15:29:11.984456308 -0400
-@@ -35,6 +35,10 @@
- #include <asm/param.h>
- #include <asm/page.h>
-+#ifdef CONFIG_PAX_SEGMEXEC
-+#include <asm/desc.h>
-+#endif
-+
- static int load_elf_binary(struct linux_binprm *bprm, struct pt_regs *regs);
- static int load_elf_library(struct file *);
- static unsigned long elf_map(struct file *, unsigned long, struct elf_phdr *,
-@@ -50,6 +54,10 @@ static int elf_core_dump(long signr, str
+diff -urNp linux-2.6.32.1/fs/binfmt_elf.c linux-2.6.32.1/fs/binfmt_elf.c
+--- linux-2.6.32.1/fs/binfmt_elf.c     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/fs/binfmt_elf.c     2009-12-14 18:33:57.172753346 -0500
+@@ -50,6 +50,10 @@ static int elf_core_dump(long signr, str
  #define elf_core_dump NULL
  #endif
  
@@ -22064,7 +26678,7 @@ diff -urNp linux-2.6.31/fs/binfmt_elf.c linux-2.6.31/fs/binfmt_elf.c
  #if ELF_EXEC_PAGESIZE > PAGE_SIZE
  #define ELF_MIN_ALIGN ELF_EXEC_PAGESIZE
  #else
-@@ -69,6 +77,11 @@ static struct linux_binfmt elf_format = 
+@@ -69,6 +73,11 @@ static struct linux_binfmt elf_format = 
                .load_binary    = load_elf_binary,
                .load_shlib     = load_elf_library,
                .core_dump      = elf_core_dump,
@@ -22076,7 +26690,7 @@ diff -urNp linux-2.6.31/fs/binfmt_elf.c linux-2.6.31/fs/binfmt_elf.c
                .min_coredump   = ELF_EXEC_PAGESIZE,
                .hasvdso        = 1
  };
-@@ -77,6 +90,8 @@ static struct linux_binfmt elf_format = 
+@@ -77,6 +86,8 @@ static struct linux_binfmt elf_format = 
  
  static int set_brk(unsigned long start, unsigned long end)
  {
@@ -22085,7 +26699,7 @@ diff -urNp linux-2.6.31/fs/binfmt_elf.c linux-2.6.31/fs/binfmt_elf.c
        start = ELF_PAGEALIGN(start);
        end = ELF_PAGEALIGN(end);
        if (end > start) {
-@@ -87,7 +102,7 @@ static int set_brk(unsigned long start, 
+@@ -87,7 +98,7 @@ static int set_brk(unsigned long start, 
                if (BAD_ADDR(addr))
                        return addr;
        }
@@ -22094,7 +26708,7 @@ diff -urNp linux-2.6.31/fs/binfmt_elf.c linux-2.6.31/fs/binfmt_elf.c
        return 0;
  }
  
-@@ -148,7 +163,7 @@ create_elf_tables(struct linux_binprm *b
+@@ -148,7 +159,7 @@ create_elf_tables(struct linux_binprm *b
        elf_addr_t __user *u_rand_bytes;
        const char *k_platform = ELF_PLATFORM;
        const char *k_base_platform = ELF_BASE_PLATFORM;
@@ -22103,7 +26717,7 @@ diff -urNp linux-2.6.31/fs/binfmt_elf.c linux-2.6.31/fs/binfmt_elf.c
        int items;
        elf_addr_t *elf_info;
        int ei_index = 0;
-@@ -195,6 +210,10 @@ create_elf_tables(struct linux_binprm *b
+@@ -195,6 +206,10 @@ create_elf_tables(struct linux_binprm *b
         * Generate 16 random bytes for userspace PRNG seeding.
         */
        get_random_bytes(k_rand_bytes, sizeof(k_rand_bytes));
@@ -22114,7 +26728,7 @@ diff -urNp linux-2.6.31/fs/binfmt_elf.c linux-2.6.31/fs/binfmt_elf.c
        u_rand_bytes = (elf_addr_t __user *)
                       STACK_ALLOC(p, sizeof(k_rand_bytes));
        if (__copy_to_user(u_rand_bytes, k_rand_bytes, sizeof(k_rand_bytes)))
-@@ -385,10 +404,10 @@ static unsigned long load_elf_interp(str
+@@ -385,10 +400,10 @@ static unsigned long load_elf_interp(str
  {
        struct elf_phdr *elf_phdata;
        struct elf_phdr *eppnt;
@@ -22127,7 +26741,7 @@ diff -urNp linux-2.6.31/fs/binfmt_elf.c linux-2.6.31/fs/binfmt_elf.c
        unsigned long total_size;
        int retval, i, size;
  
-@@ -434,6 +453,11 @@ static unsigned long load_elf_interp(str
+@@ -434,6 +449,11 @@ static unsigned long load_elf_interp(str
                goto out_close;
        }
  
@@ -22139,7 +26753,7 @@ diff -urNp linux-2.6.31/fs/binfmt_elf.c linux-2.6.31/fs/binfmt_elf.c
        eppnt = elf_phdata;
        for (i = 0; i < interp_elf_ex->e_phnum; i++, eppnt++) {
                if (eppnt->p_type == PT_LOAD) {
-@@ -477,8 +501,8 @@ static unsigned long load_elf_interp(str
+@@ -477,8 +497,8 @@ static unsigned long load_elf_interp(str
                        k = load_addr + eppnt->p_vaddr;
                        if (BAD_ADDR(k) ||
                            eppnt->p_filesz > eppnt->p_memsz ||
@@ -22150,7 +26764,7 @@ diff -urNp linux-2.6.31/fs/binfmt_elf.c linux-2.6.31/fs/binfmt_elf.c
                                error = -ENOMEM;
                                goto out_close;
                        }
-@@ -532,6 +556,177 @@ out:
+@@ -532,6 +552,177 @@ out:
        return error;
  }
  
@@ -22328,7 +26942,7 @@ diff -urNp linux-2.6.31/fs/binfmt_elf.c linux-2.6.31/fs/binfmt_elf.c
  /*
   * These are the functions used to load ELF style executables and shared
   * libraries.  There is no binary dependent code anywhere else.
-@@ -548,6 +743,11 @@ static unsigned long randomize_stack_top
+@@ -548,6 +739,11 @@ static unsigned long randomize_stack_top
  {
        unsigned int random_variable = 0;
  
@@ -22340,7 +26954,7 @@ diff -urNp linux-2.6.31/fs/binfmt_elf.c linux-2.6.31/fs/binfmt_elf.c
        if ((current->flags & PF_RANDOMIZE) &&
                !(current->personality & ADDR_NO_RANDOMIZE)) {
                random_variable = get_random_int() & STACK_RND_MASK;
-@@ -566,7 +766,7 @@ static int load_elf_binary(struct linux_
+@@ -566,7 +762,7 @@ static int load_elf_binary(struct linux_
        unsigned long load_addr = 0, load_bias = 0;
        int load_addr_set = 0;
        char * elf_interpreter = NULL;
@@ -22349,7 +26963,7 @@ diff -urNp linux-2.6.31/fs/binfmt_elf.c linux-2.6.31/fs/binfmt_elf.c
        struct elf_phdr *elf_ppnt, *elf_phdata;
        unsigned long elf_bss, elf_brk;
        int retval, i;
-@@ -576,11 +776,11 @@ static int load_elf_binary(struct linux_
+@@ -576,11 +772,11 @@ static int load_elf_binary(struct linux_
        unsigned long start_code, end_code, start_data, end_data;
        unsigned long reloc_func_desc = 0;
        int executable_stack = EXSTACK_DEFAULT;
@@ -22362,7 +26976,7 @@ diff -urNp linux-2.6.31/fs/binfmt_elf.c linux-2.6.31/fs/binfmt_elf.c
  
        loc = kmalloc(sizeof(*loc), GFP_KERNEL);
        if (!loc) {
-@@ -742,11 +942,80 @@ static int load_elf_binary(struct linux_
+@@ -742,11 +938,80 @@ static int load_elf_binary(struct linux_
  
        /* OK, This is the point of no return */
        current->flags &= ~PF_FORKNOEXEC;
@@ -22444,7 +27058,7 @@ diff -urNp linux-2.6.31/fs/binfmt_elf.c linux-2.6.31/fs/binfmt_elf.c
        if (elf_read_implies_exec(loc->elf_ex, executable_stack))
                current->personality |= READ_IMPLIES_EXEC;
  
-@@ -827,6 +1096,20 @@ static int load_elf_binary(struct linux_
+@@ -827,6 +1092,20 @@ static int load_elf_binary(struct linux_
  #else
                        load_bias = ELF_PAGESTART(ELF_ET_DYN_BASE - vaddr);
  #endif
@@ -22465,7 +27079,7 @@ diff -urNp linux-2.6.31/fs/binfmt_elf.c linux-2.6.31/fs/binfmt_elf.c
                }
  
                error = elf_map(bprm->file, load_bias + vaddr, elf_ppnt,
-@@ -859,9 +1142,9 @@ static int load_elf_binary(struct linux_
+@@ -859,9 +1138,9 @@ static int load_elf_binary(struct linux_
                 * allowed task size. Note that p_filesz must always be
                 * <= p_memsz so it is only necessary to check p_memsz.
                 */
@@ -22478,7 +27092,7 @@ diff -urNp linux-2.6.31/fs/binfmt_elf.c linux-2.6.31/fs/binfmt_elf.c
                        /* set_brk can never work. Avoid overflows. */
                        send_sig(SIGKILL, current, 0);
                        retval = -EINVAL;
-@@ -889,6 +1172,11 @@ static int load_elf_binary(struct linux_
+@@ -889,6 +1168,11 @@ static int load_elf_binary(struct linux_
        start_data += load_bias;
        end_data += load_bias;
  
@@ -22490,7 +27104,7 @@ diff -urNp linux-2.6.31/fs/binfmt_elf.c linux-2.6.31/fs/binfmt_elf.c
        /* Calling set_brk effectively mmaps the pages that we need
         * for the bss and break sections.  We must do this before
         * mapping in the interpreter, to make sure it doesn't wind
-@@ -900,9 +1188,11 @@ static int load_elf_binary(struct linux_
+@@ -900,9 +1184,11 @@ static int load_elf_binary(struct linux_
                goto out_free_dentry;
        }
        if (likely(elf_bss != elf_brk) && unlikely(padzero(elf_bss))) {
@@ -22505,7 +27119,7 @@ diff -urNp linux-2.6.31/fs/binfmt_elf.c linux-2.6.31/fs/binfmt_elf.c
        }
  
        if (elf_interpreter) {
-@@ -1135,8 +1425,10 @@ static int dump_seek(struct file *file, 
+@@ -1135,8 +1421,10 @@ static int dump_seek(struct file *file, 
                        unsigned long n = off;
                        if (n > PAGE_SIZE)
                                n = PAGE_SIZE;
@@ -22517,7 +27131,7 @@ diff -urNp linux-2.6.31/fs/binfmt_elf.c linux-2.6.31/fs/binfmt_elf.c
                        off -= n;
                }
                free_page((unsigned long)buf);
-@@ -1148,7 +1440,7 @@ static int dump_seek(struct file *file, 
+@@ -1148,7 +1436,7 @@ static int dump_seek(struct file *file, 
   * Decide what to dump of a segment, part, all or none.
   */
  static unsigned long vma_dump_size(struct vm_area_struct *vma,
@@ -22526,7 +27140,7 @@ diff -urNp linux-2.6.31/fs/binfmt_elf.c linux-2.6.31/fs/binfmt_elf.c
  {
  #define FILTER(type)  (mm_flags & (1UL << MMF_DUMP_##type))
  
-@@ -1182,7 +1474,7 @@ static unsigned long vma_dump_size(struc
+@@ -1182,7 +1470,7 @@ static unsigned long vma_dump_size(struc
        if (vma->vm_file == NULL)
                return 0;
  
@@ -22535,7 +27149,7 @@ diff -urNp linux-2.6.31/fs/binfmt_elf.c linux-2.6.31/fs/binfmt_elf.c
                goto whole;
  
        /*
-@@ -1278,8 +1570,11 @@ static int writenote(struct memelfnote *
+@@ -1278,8 +1566,11 @@ static int writenote(struct memelfnote *
  #undef DUMP_WRITE
  
  #define DUMP_WRITE(addr, nr)  \
@@ -22545,10 +27159,22 @@ diff -urNp linux-2.6.31/fs/binfmt_elf.c linux-2.6.31/fs/binfmt_elf.c
 -              goto end_coredump;
 +              goto end_coredump; \
 +      } while (0);
- #define DUMP_SEEK(off)        \
-       if (!dump_seek(file, (off))) \
-               goto end_coredump;
-@@ -1991,7 +2286,7 @@ static int elf_core_dump(long signr, str
+ static void fill_elf_header(struct elfhdr *elf, int segs,
+                           u16 machine, u32 flags, u8 osabi)
+@@ -1408,9 +1699,9 @@ static void fill_auxv_note(struct memelf
+ {
+       elf_addr_t *auxv = (elf_addr_t *) mm->saved_auxv;
+       int i = 0;
+-      do
++      do {
+               i += 2;
+-      while (auxv[i - 2] != AT_NULL);
++      } while (auxv[i - 2] != AT_NULL);
+       fill_note(note, "CORE", NT_AUXV, i * sizeof(elf_addr_t), auxv);
+ }
+@@ -1996,7 +2287,7 @@ static int elf_core_dump(long signr, str
                phdr.p_offset = offset;
                phdr.p_vaddr = vma->vm_start;
                phdr.p_paddr = 0;
@@ -22557,7 +27183,7 @@ diff -urNp linux-2.6.31/fs/binfmt_elf.c linux-2.6.31/fs/binfmt_elf.c
                phdr.p_memsz = vma->vm_end - vma->vm_start;
                offset += phdr.p_filesz;
                phdr.p_flags = vma->vm_flags & VM_READ ? PF_R : 0;
-@@ -2023,7 +2318,7 @@ static int elf_core_dump(long signr, str
+@@ -2029,7 +2320,7 @@ static int elf_core_dump(long signr, str
                unsigned long addr;
                unsigned long end;
  
@@ -22566,15 +27192,15 @@ diff -urNp linux-2.6.31/fs/binfmt_elf.c linux-2.6.31/fs/binfmt_elf.c
  
                for (addr = vma->vm_start; addr < end; addr += PAGE_SIZE) {
                        struct page *page;
-@@ -2043,6 +2338,7 @@ static int elf_core_dump(long signr, str
-                                       flush_cache_page(tmp_vma, addr,
-                                                        page_to_pfn(page));
-                                       kaddr = kmap(page);
-+                                      gr_learn_resource(current, RLIMIT_CORE, size + PAGE_SIZE, 1);
-                                       if ((size += PAGE_SIZE) > limit ||
-                                           !dump_write(file, kaddr,
-                                           PAGE_SIZE)) {
-@@ -2073,6 +2369,99 @@ out:
+@@ -2038,6 +2329,7 @@ static int elf_core_dump(long signr, str
+                       page = get_dump_page(addr);
+                       if (page) {
+                               void *kaddr = kmap(page);
++                              gr_learn_resource(current, RLIMIT_CORE, size + PAGE_SIZE, 1);
+                               stop = ((size += PAGE_SIZE) > limit) ||
+                                       !dump_write(file, kaddr, PAGE_SIZE);
+                               kunmap(page);
+@@ -2065,6 +2357,97 @@ out:
  
  #endif                /* USE_ELF_CORE_DUMP */
  
@@ -22634,16 +27260,16 @@ diff -urNp linux-2.6.31/fs/binfmt_elf.c linux-2.6.31/fs/binfmt_elf.c
 +              if (sizeof(elf_p) != kernel_read(vma->vm_file, elf_h.e_phoff + i*sizeof(elf_p), (char *)&elf_p, sizeof(elf_p)))
 +                      return;
 +              switch (elf_p.p_type) {
-+              case PT_DYNAMIC: {
-+                      elf_addr_t dyn_offset = 0UL;
-+                      elf_dyn dyn;
-+
++              case PT_DYNAMIC:
 +                      if (!is_textrel_rw && !is_textrel_rx)
 +                              continue;
-+                      dyn_offset = elf_p.p_offset;
 +                      i = 0UL;
-+                      do {
-+                              if (sizeof(dyn) != kernel_read(vma->vm_file, dyn_offset + i*sizeof(dyn), (char *)&dyn, sizeof(dyn)))
++                      while ((i+1) * sizeof(elf_dyn) <= elf_p.p_filesz) {
++                              elf_dyn dyn;
++
++                              if (sizeof(dyn) != kernel_read(vma->vm_file, elf_p.p_offset + i*sizeof(dyn), (char *)&dyn, sizeof(dyn)))
++                                      return;
++                              if (dyn.d_tag == DT_NULL)
 +                                      return;
 +                              if (dyn.d_tag == DT_TEXTREL || (dyn.d_tag == DT_FLAGS && (dyn.d_un.d_val & DF_TEXTREL))) {
 +                                      gr_log_textrel(vma);
@@ -22655,16 +27281,14 @@ diff -urNp linux-2.6.31/fs/binfmt_elf.c linux-2.6.31/fs/binfmt_elf.c
 +                                      return;
 +                              }
 +                              i++;
-+                      } while (dyn.d_tag != DT_NULL);
++                      }
 +                      return;
-+              }
 +
 +              case PT_GNU_RELRO:
 +                      if (!is_relro)
 +                              continue;
-+                      if ((elf_p.p_offset >> PAGE_SHIFT) == vma->vm_pgoff && ELF_PAGEALIGN(elf_p.p_memsz) == vma->vm_end - vma->vm_start) {
++                      if ((elf_p.p_offset >> PAGE_SHIFT) == vma->vm_pgoff && ELF_PAGEALIGN(elf_p.p_memsz) == vma->vm_end - vma->vm_start)
 +                              vma->vm_flags &= ~VM_MAYWRITE;
-+                      }
 +                      return;
 +              }
 +      }
@@ -22674,10 +27298,10 @@ diff -urNp linux-2.6.31/fs/binfmt_elf.c linux-2.6.31/fs/binfmt_elf.c
  static int __init init_elf_binfmt(void)
  {
        return register_binfmt(&elf_format);
-diff -urNp linux-2.6.31/fs/binfmt_flat.c linux-2.6.31/fs/binfmt_flat.c
---- linux-2.6.31/fs/binfmt_flat.c      2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/fs/binfmt_flat.c      2009-09-06 15:29:11.985159025 -0400
-@@ -565,7 +565,9 @@ static int load_flat_file(struct linux_b
+diff -urNp linux-2.6.32.1/fs/binfmt_flat.c linux-2.6.32.1/fs/binfmt_flat.c
+--- linux-2.6.32.1/fs/binfmt_flat.c    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/fs/binfmt_flat.c    2009-12-14 18:33:57.183755156 -0500
+@@ -563,7 +563,9 @@ static int load_flat_file(struct linux_b
                                realdatastart = (unsigned long) -ENOMEM;
                        printk("Unable to allocate RAM for process data, errno %d\n",
                                        (int)-realdatastart);
@@ -22687,9 +27311,9 @@ diff -urNp linux-2.6.31/fs/binfmt_flat.c linux-2.6.31/fs/binfmt_flat.c
                        ret = realdatastart;
                        goto err;
                }
-@@ -589,8 +591,10 @@ static int load_flat_file(struct linux_b
+@@ -587,8 +589,10 @@ static int load_flat_file(struct linux_b
                }
-               if (result >= (unsigned long)-4096) {
+               if (IS_ERR_VALUE(result)) {
                        printk("Unable to read data+bss, errno %d\n", (int)-result);
 +                      down_write(&current->mm->mmap_sem);
                        do_munmap(current->mm, textpos, text_len);
@@ -22698,9 +27322,9 @@ diff -urNp linux-2.6.31/fs/binfmt_flat.c linux-2.6.31/fs/binfmt_flat.c
                        ret = result;
                        goto err;
                }
-@@ -659,8 +663,10 @@ static int load_flat_file(struct linux_b
+@@ -657,8 +661,10 @@ static int load_flat_file(struct linux_b
                }
-               if (result >= (unsigned long)-4096) {
+               if (IS_ERR_VALUE(result)) {
                        printk("Unable to read code+data+bss, errno %d\n",(int)-result);
 +                      down_write(&current->mm->mmap_sem);
                        do_munmap(current->mm, textpos, text_len + data_len + extra +
@@ -22709,9 +27333,9 @@ diff -urNp linux-2.6.31/fs/binfmt_flat.c linux-2.6.31/fs/binfmt_flat.c
                        ret = result;
                        goto err;
                }
-diff -urNp linux-2.6.31/fs/binfmt_misc.c linux-2.6.31/fs/binfmt_misc.c
---- linux-2.6.31/fs/binfmt_misc.c      2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/fs/binfmt_misc.c      2009-09-06 15:29:11.985159025 -0400
+diff -urNp linux-2.6.32.1/fs/binfmt_misc.c linux-2.6.32.1/fs/binfmt_misc.c
+--- linux-2.6.32.1/fs/binfmt_misc.c    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/fs/binfmt_misc.c    2009-12-14 18:33:57.183755156 -0500
 @@ -693,7 +693,7 @@ static int bm_fill_super(struct super_bl
        static struct tree_descr bm_files[] = {
                [2] = {"status", &bm_status_operations, S_IWUSR|S_IRUGO},
@@ -22721,168 +27345,185 @@ diff -urNp linux-2.6.31/fs/binfmt_misc.c linux-2.6.31/fs/binfmt_misc.c
        };
        int err = simple_fill_super(sb, 0x42494e4d, bm_files);
        if (!err)
-diff -urNp linux-2.6.31/fs/btrfs/ctree.h linux-2.6.31/fs/btrfs/ctree.h
---- linux-2.6.31/fs/btrfs/ctree.h      2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/fs/btrfs/ctree.h      2009-09-06 15:29:11.986419144 -0400
-@@ -2286,7 +2286,7 @@ int btrfs_sync_file(struct file *file, s
- int btrfs_drop_extent_cache(struct inode *inode, u64 start, u64 end,
-                           int skip_pinned);
- int btrfs_check_file(struct btrfs_root *root, struct inode *inode);
--extern struct file_operations btrfs_file_operations;
-+extern const struct file_operations btrfs_file_operations;
- int btrfs_drop_extents(struct btrfs_trans_handle *trans,
-                      struct btrfs_root *root, struct inode *inode,
-                      u64 start, u64 end, u64 locked_end,
-diff -urNp linux-2.6.31/fs/btrfs/disk-io.c linux-2.6.31/fs/btrfs/disk-io.c
---- linux-2.6.31/fs/btrfs/disk-io.c    2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/fs/btrfs/disk-io.c    2009-09-06 15:29:11.987388609 -0400
-@@ -772,7 +772,7 @@ static void btree_invalidatepage(struct 
-       }
- }
--static struct address_space_operations btree_aops = {
-+static const struct address_space_operations btree_aops = {
-       .readpage       = btree_readpage,
-       .writepage      = btree_writepage,
-       .writepages     = btree_writepages,
-diff -urNp linux-2.6.31/fs/btrfs/file.c linux-2.6.31/fs/btrfs/file.c
---- linux-2.6.31/fs/btrfs/file.c       2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/fs/btrfs/file.c       2009-09-06 15:29:11.987388609 -0400
-@@ -1203,7 +1203,7 @@ out:
-       return ret > 0 ? EIO : ret;
- }
--static struct vm_operations_struct btrfs_file_vm_ops = {
-+static const struct vm_operations_struct btrfs_file_vm_ops = {
-       .fault          = filemap_fault,
-       .page_mkwrite   = btrfs_page_mkwrite,
- };
-@@ -1215,7 +1215,7 @@ static int btrfs_file_mmap(struct file   *
+diff -urNp linux-2.6.32.1/fs/bio.c linux-2.6.32.1/fs/bio.c
+--- linux-2.6.32.1/fs/bio.c    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/fs/bio.c    2009-12-14 18:33:57.192749405 -0500
+@@ -78,7 +78,7 @@ static struct kmem_cache *bio_find_or_cr
+       i = 0;
+       while (i < bio_slab_nr) {
+-              struct bio_slab *bslab = &bio_slabs[i];
++              bslab = &bio_slabs[i];
+               if (!bslab->slab && entry == -1)
+                       entry = i;
+@@ -1212,7 +1212,7 @@ static void bio_copy_kern_endio(struct b
+       const int read = bio_data_dir(bio) == READ;
+       struct bio_map_data *bmd = bio->bi_private;
+       int i;
+-      char *p = bmd->sgvecs[0].iov_base;
++      char *p = (__force char *)bmd->sgvecs[0].iov_base;
+       __bio_for_each_segment(bvec, bio, i, 0) {
+               char *addr = page_address(bvec->bv_page);
+diff -urNp linux-2.6.32.1/fs/btrfs/ctree.c linux-2.6.32.1/fs/btrfs/ctree.c
+--- linux-2.6.32.1/fs/btrfs/ctree.c    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/fs/btrfs/ctree.c    2009-12-14 18:33:57.212701813 -0500
+@@ -3568,7 +3568,6 @@ setup_items_for_insert(struct btrfs_tran
+       ret = 0;
+       if (slot == 0) {
+-              struct btrfs_disk_key disk_key;
+               btrfs_cpu_key_to_disk(&disk_key, cpu_key);
+               ret = fixup_low_keys(trans, root, path, &disk_key, 1);
+       }
+diff -urNp linux-2.6.32.1/fs/btrfs/disk-io.c linux-2.6.32.1/fs/btrfs/disk-io.c
+--- linux-2.6.32.1/fs/btrfs/disk-io.c  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/fs/btrfs/disk-io.c  2009-12-14 18:33:57.230771869 -0500
+@@ -39,7 +39,7 @@
+ #include "tree-log.h"
+ #include "free-space-cache.h"
+-static struct extent_io_ops btree_extent_io_ops;
++static const struct extent_io_ops btree_extent_io_ops;
+ static void end_workqueue_fn(struct btrfs_work *work);
+ static void free_fs_root(struct btrfs_root *root);
+@@ -2585,7 +2585,7 @@ out:
        return 0;
  }
  
--struct file_operations btrfs_file_operations = {
-+const struct file_operations btrfs_file_operations = {
-       .llseek         = generic_file_llseek,
-       .read           = do_sync_read,
-       .aio_read       = generic_file_aio_read,
-diff -urNp linux-2.6.31/fs/btrfs/inode.c linux-2.6.31/fs/btrfs/inode.c
---- linux-2.6.31/fs/btrfs/inode.c      2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/fs/btrfs/inode.c      2009-09-06 15:29:11.989149892 -0400
-@@ -55,14 +55,14 @@ struct btrfs_iget_args {
-       struct btrfs_root *root;
- };
--static struct inode_operations btrfs_dir_inode_operations;
--static struct inode_operations btrfs_symlink_inode_operations;
--static struct inode_operations btrfs_dir_ro_inode_operations;
--static struct inode_operations btrfs_special_inode_operations;
--static struct inode_operations btrfs_file_inode_operations;
--static struct address_space_operations btrfs_aops;
--static struct address_space_operations btrfs_symlink_aops;
--static struct file_operations btrfs_dir_file_operations;
-+static const struct inode_operations btrfs_dir_inode_operations;
-+static const struct inode_operations btrfs_symlink_inode_operations;
-+static const struct inode_operations btrfs_dir_ro_inode_operations;
-+static const struct inode_operations btrfs_special_inode_operations;
-+static const struct inode_operations btrfs_file_inode_operations;
-+static const struct address_space_operations btrfs_aops;
-+static const struct address_space_operations btrfs_symlink_aops;
-+static const struct file_operations btrfs_dir_file_operations;
- static struct extent_io_ops btrfs_extent_io_ops;
+-static struct extent_io_ops btree_extent_io_ops = {
++static const struct extent_io_ops btree_extent_io_ops = {
+       .write_cache_pages_lock_hook = btree_lock_page_hook,
+       .readpage_end_io_hook = btree_readpage_end_io_hook,
+       .submit_bio_hook = btree_submit_bio_hook,
+diff -urNp linux-2.6.32.1/fs/btrfs/extent_io.h linux-2.6.32.1/fs/btrfs/extent_io.h
+--- linux-2.6.32.1/fs/btrfs/extent_io.h        2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/fs/btrfs/extent_io.h        2009-12-14 18:33:57.244757099 -0500
+@@ -49,36 +49,36 @@ typedef    int (extent_submit_bio_hook_t)(s
+                                      struct bio *bio, int mirror_num,
+                                      unsigned long bio_flags);
+ struct extent_io_ops {
+-      int (*fill_delalloc)(struct inode *inode, struct page *locked_page,
++      int (* const fill_delalloc)(struct inode *inode, struct page *locked_page,
+                            u64 start, u64 end, int *page_started,
+                            unsigned long *nr_written);
+-      int (*writepage_start_hook)(struct page *page, u64 start, u64 end);
+-      int (*writepage_io_hook)(struct page *page, u64 start, u64 end);
++      int (* const writepage_start_hook)(struct page *page, u64 start, u64 end);
++      int (* const writepage_io_hook)(struct page *page, u64 start, u64 end);
+       extent_submit_bio_hook_t *submit_bio_hook;
+-      int (*merge_bio_hook)(struct page *page, unsigned long offset,
++      int (* const merge_bio_hook)(struct page *page, unsigned long offset,
+                             size_t size, struct bio *bio,
+                             unsigned long bio_flags);
+-      int (*readpage_io_hook)(struct page *page, u64 start, u64 end);
+-      int (*readpage_io_failed_hook)(struct bio *bio, struct page *page,
++      int (* const readpage_io_hook)(struct page *page, u64 start, u64 end);
++      int (* const readpage_io_failed_hook)(struct bio *bio, struct page *page,
+                                      u64 start, u64 end,
+                                      struct extent_state *state);
+-      int (*writepage_io_failed_hook)(struct bio *bio, struct page *page,
++      int (* const writepage_io_failed_hook)(struct bio *bio, struct page *page,
+                                       u64 start, u64 end,
+                                      struct extent_state *state);
+-      int (*readpage_end_io_hook)(struct page *page, u64 start, u64 end,
++      int (* const readpage_end_io_hook)(struct page *page, u64 start, u64 end,
+                                   struct extent_state *state);
+-      int (*writepage_end_io_hook)(struct page *page, u64 start, u64 end,
++      int (* const writepage_end_io_hook)(struct page *page, u64 start, u64 end,
+                                     struct extent_state *state, int uptodate);
+-      int (*set_bit_hook)(struct inode *inode, u64 start, u64 end,
++      int (* const set_bit_hook)(struct inode *inode, u64 start, u64 end,
+                           unsigned long old, unsigned long bits);
+-      int (*clear_bit_hook)(struct inode *inode, struct extent_state *state,
++      int (* const clear_bit_hook)(struct inode *inode, struct extent_state *state,
+                             unsigned long bits);
+-      int (*merge_extent_hook)(struct inode *inode,
++      int (* const merge_extent_hook)(struct inode *inode,
+                                struct extent_state *new,
+                                struct extent_state *other);
+-      int (*split_extent_hook)(struct inode *inode,
++      int (* const split_extent_hook)(struct inode *inode,
+                                struct extent_state *orig, u64 split);
+-      int (*write_cache_pages_lock_hook)(struct page *page);
++      int (* const write_cache_pages_lock_hook)(struct page *page);
+ };
+ struct extent_io_tree {
+@@ -88,7 +88,7 @@ struct extent_io_tree {
+       u64 dirty_bytes;
+       spinlock_t lock;
+       spinlock_t buffer_lock;
+-      struct extent_io_ops *ops;
++      const struct extent_io_ops *ops;
+ };
+ struct extent_state {
+diff -urNp linux-2.6.32.1/fs/btrfs/free-space-cache.c linux-2.6.32.1/fs/btrfs/free-space-cache.c
+--- linux-2.6.32.1/fs/btrfs/free-space-cache.c 2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/fs/btrfs/free-space-cache.c 2009-12-14 18:33:57.281770959 -0500
+@@ -1074,8 +1074,6 @@ u64 btrfs_alloc_from_cluster(struct btrf
+       while(1) {
+               if (entry->bytes < bytes || entry->offset < min_start) {
+-                      struct rb_node *node;
+-
+                       node = rb_next(&entry->offset_index);
+                       if (!node)
+                               break;
+@@ -1226,7 +1224,7 @@ again:
+        */
+       while (entry->bitmap || found_bitmap ||
+              (!entry->bitmap && entry->bytes < min_bytes)) {
+-              struct rb_node *node = rb_next(&entry->offset_index);
++              node = rb_next(&entry->offset_index);
+               if (entry->bitmap && entry->bytes > bytes + empty_size) {
+                       ret = btrfs_bitmap_cluster(block_group, entry, cluster,
+diff -urNp linux-2.6.32.1/fs/btrfs/inode.c linux-2.6.32.1/fs/btrfs/inode.c
+--- linux-2.6.32.1/fs/btrfs/inode.c    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/fs/btrfs/inode.c    2009-12-14 18:33:57.312774084 -0500
+@@ -63,7 +63,7 @@ static const struct inode_operations btr
+ static const struct address_space_operations btrfs_aops;
+ static const struct address_space_operations btrfs_symlink_aops;
+ static const struct file_operations btrfs_dir_file_operations;
+-static struct extent_io_ops btrfs_extent_io_ops;
++static const struct extent_io_ops btrfs_extent_io_ops;
  
  static struct kmem_cache *btrfs_inode_cachep;
-@@ -5201,7 +5201,7 @@ static int btrfs_permission(struct inode
-       return generic_permission(inode, mask, btrfs_check_acl);
- }
--static struct inode_operations btrfs_dir_inode_operations = {
-+static const struct inode_operations btrfs_dir_inode_operations = {
-       .getattr        = btrfs_getattr,
-       .lookup         = btrfs_lookup,
-       .create         = btrfs_create,
-@@ -5219,11 +5219,11 @@ static struct inode_operations btrfs_dir
-       .removexattr    = btrfs_removexattr,
-       .permission     = btrfs_permission,
- };
--static struct inode_operations btrfs_dir_ro_inode_operations = {
-+static const struct inode_operations btrfs_dir_ro_inode_operations = {
-       .lookup         = btrfs_lookup,
-       .permission     = btrfs_permission,
- };
--static struct file_operations btrfs_dir_file_operations = {
-+static const struct file_operations btrfs_dir_file_operations = {
-       .llseek         = generic_file_llseek,
-       .read           = generic_read_dir,
-       .readdir        = btrfs_real_readdir,
-@@ -5259,7 +5259,7 @@ static struct extent_io_ops btrfs_extent
-  *
-  * For now we're avoiding this by dropping bmap.
-  */
--static struct address_space_operations btrfs_aops = {
-+static const struct address_space_operations btrfs_aops = {
-       .readpage       = btrfs_readpage,
-       .writepage      = btrfs_writepage,
-       .writepages     = btrfs_writepages,
-@@ -5271,14 +5271,14 @@ static struct address_space_operations b
-       .set_page_dirty = btrfs_set_page_dirty,
- };
--static struct address_space_operations btrfs_symlink_aops = {
-+static const struct address_space_operations btrfs_symlink_aops = {
-       .readpage       = btrfs_readpage,
-       .writepage      = btrfs_writepage,
-       .invalidatepage = btrfs_invalidatepage,
-       .releasepage    = btrfs_releasepage,
- };
--static struct inode_operations btrfs_file_inode_operations = {
-+static const struct inode_operations btrfs_file_inode_operations = {
-       .truncate       = btrfs_truncate,
-       .getattr        = btrfs_getattr,
-       .setattr        = btrfs_setattr,
-@@ -5290,7 +5290,7 @@ static struct inode_operations btrfs_fil
-       .fallocate      = btrfs_fallocate,
-       .fiemap         = btrfs_fiemap,
- };
--static struct inode_operations btrfs_special_inode_operations = {
-+static const struct inode_operations btrfs_special_inode_operations = {
-       .getattr        = btrfs_getattr,
-       .setattr        = btrfs_setattr,
-       .permission     = btrfs_permission,
-@@ -5299,7 +5299,7 @@ static struct inode_operations btrfs_spe
-       .listxattr      = btrfs_listxattr,
-       .removexattr    = btrfs_removexattr,
- };
--static struct inode_operations btrfs_symlink_inode_operations = {
-+static const struct inode_operations btrfs_symlink_inode_operations = {
-       .readlink       = generic_readlink,
-       .follow_link    = page_follow_link_light,
-       .put_link       = page_put_link,
-diff -urNp linux-2.6.31/fs/btrfs/super.c linux-2.6.31/fs/btrfs/super.c
---- linux-2.6.31/fs/btrfs/super.c      2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/fs/btrfs/super.c      2009-09-06 15:29:11.989149892 -0400
-@@ -51,7 +51,7 @@
- #include "export.h"
- #include "compression.h"
--static struct super_operations btrfs_super_ops;
-+static const struct super_operations btrfs_super_ops;
- static void btrfs_put_super(struct super_block *sb)
- {
-@@ -675,7 +675,7 @@ static int btrfs_unfreeze(struct super_b
-       return 0;
- }
+ struct kmem_cache *btrfs_trans_handle_cachep;
+@@ -5854,7 +5854,7 @@ static const struct file_operations btrf
+       .fsync          = btrfs_sync_file,
+ };
+-static struct extent_io_ops btrfs_extent_io_ops = {
++static const struct extent_io_ops btrfs_extent_io_ops = {
+       .fill_delalloc = run_delalloc_range,
+       .submit_bio_hook = btrfs_submit_bio_hook,
+       .merge_bio_hook = btrfs_merge_bio_hook,
+diff -urNp linux-2.6.32.1/fs/btrfs/sysfs.c linux-2.6.32.1/fs/btrfs/sysfs.c
+--- linux-2.6.32.1/fs/btrfs/sysfs.c    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/fs/btrfs/sysfs.c    2009-12-14 18:33:57.315769270 -0500
+@@ -164,12 +164,12 @@ static void btrfs_root_release(struct ko
+       complete(&root->kobj_unregister);
+ }
+-static struct sysfs_ops btrfs_super_attr_ops = {
++static const struct sysfs_ops btrfs_super_attr_ops = {
+       .show   = btrfs_super_attr_show,
+       .store  = btrfs_super_attr_store,
+ };
  
--static struct super_operations btrfs_super_ops = {
-+static const struct super_operations btrfs_super_ops = {
-       .delete_inode   = btrfs_delete_inode,
-       .put_super      = btrfs_put_super,
-       .sync_fs        = btrfs_sync_fs,
-diff -urNp linux-2.6.31/fs/buffer.c linux-2.6.31/fs/buffer.c
---- linux-2.6.31/fs/buffer.c   2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/fs/buffer.c   2009-09-06 15:29:11.990228081 -0400
+-static struct sysfs_ops btrfs_root_attr_ops = {
++static const struct sysfs_ops btrfs_root_attr_ops = {
+       .show   = btrfs_root_attr_show,
+       .store  = btrfs_root_attr_store,
+ };
+diff -urNp linux-2.6.32.1/fs/buffer.c linux-2.6.32.1/fs/buffer.c
+--- linux-2.6.32.1/fs/buffer.c 2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/fs/buffer.c 2009-12-14 18:33:57.344773102 -0500
 @@ -25,6 +25,7 @@
  #include <linux/percpu.h>
  #include <linux/slab.h>
@@ -22891,41 +27532,21 @@ diff -urNp linux-2.6.31/fs/buffer.c linux-2.6.31/fs/buffer.c
  #include <linux/blkdev.h>
  #include <linux/file.h>
  #include <linux/quotaops.h>
-@@ -2233,6 +2234,7 @@ int generic_cont_expand_simple(struct in
-       err = -EFBIG;
-         limit = current->signal->rlim[RLIMIT_FSIZE].rlim_cur;
-+      gr_learn_resource(current, RLIMIT_FSIZE, (unsigned long) size, 1);
-       if (limit != RLIM_INFINITY && size > (loff_t)limit) {
-               send_sig(SIGXFSZ, current, 0);
-               goto out;
-diff -urNp linux-2.6.31/fs/cifs/cifs_dfs_ref.c linux-2.6.31/fs/cifs/cifs_dfs_ref.c
---- linux-2.6.31/fs/cifs/cifs_dfs_ref.c        2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/fs/cifs/cifs_dfs_ref.c        2009-09-06 15:29:11.991297402 -0400
-@@ -385,7 +385,7 @@ out_err:
-       goto out;
- }
--struct inode_operations cifs_dfs_referral_inode_operations = {
-+const struct inode_operations cifs_dfs_referral_inode_operations = {
-       .follow_link = cifs_dfs_follow_mountpoint,
- };
-diff -urNp linux-2.6.31/fs/cifs/cifsfs.h linux-2.6.31/fs/cifs/cifsfs.h
---- linux-2.6.31/fs/cifs/cifsfs.h      2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/fs/cifs/cifsfs.h      2009-09-06 15:29:11.991297402 -0400
-@@ -67,7 +67,7 @@ extern int cifs_setattr(struct dentry *,
- extern const struct inode_operations cifs_file_inode_ops;
- extern const struct inode_operations cifs_symlink_inode_ops;
--extern struct inode_operations cifs_dfs_referral_inode_operations;
-+extern const struct inode_operations cifs_dfs_referral_inode_operations;
- /* Functions related to files and directories */
-diff -urNp linux-2.6.31/fs/cifs/cifs_uniupr.h linux-2.6.31/fs/cifs/cifs_uniupr.h
---- linux-2.6.31/fs/cifs/cifs_uniupr.h 2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/fs/cifs/cifs_uniupr.h 2009-09-06 15:29:11.992234467 -0400
+diff -urNp linux-2.6.32.1/fs/cachefiles/rdwr.c linux-2.6.32.1/fs/cachefiles/rdwr.c
+--- linux-2.6.32.1/fs/cachefiles/rdwr.c        2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/fs/cachefiles/rdwr.c        2009-12-14 18:33:57.350797598 -0500
+@@ -946,7 +946,7 @@ int cachefiles_write_page(struct fscache
+                       old_fs = get_fs();
+                       set_fs(KERNEL_DS);
+                       ret = file->f_op->write(
+-                              file, (const void __user *) data, len, &pos);
++                              file, (__force const void __user *) data, len, &pos);
+                       set_fs(old_fs);
+                       kunmap(page);
+                       if (ret != len)
+diff -urNp linux-2.6.32.1/fs/cifs/cifs_uniupr.h linux-2.6.32.1/fs/cifs/cifs_uniupr.h
+--- linux-2.6.32.1/fs/cifs/cifs_uniupr.h       2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/fs/cifs/cifs_uniupr.h       2009-12-14 18:33:57.352714715 -0500
 @@ -132,7 +132,7 @@ const struct UniCaseRange CifsUniUpperRa
        {0x0490, 0x04cc, UniCaseRangeU0490},
        {0x1e00, 0x1ffc, UniCaseRangeU1e00},
@@ -22935,9 +27556,9 @@ diff -urNp linux-2.6.31/fs/cifs/cifs_uniupr.h linux-2.6.31/fs/cifs/cifs_uniupr.h
  };
  #endif
  
-diff -urNp linux-2.6.31/fs/cifs/link.c linux-2.6.31/fs/cifs/link.c
---- linux-2.6.31/fs/cifs/link.c        2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/fs/cifs/link.c        2009-09-06 15:29:11.992234467 -0400
+diff -urNp linux-2.6.32.1/fs/cifs/link.c linux-2.6.32.1/fs/cifs/link.c
+--- linux-2.6.32.1/fs/cifs/link.c      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/fs/cifs/link.c      2009-12-14 18:33:57.352714715 -0500
 @@ -215,7 +215,7 @@ cifs_symlink(struct inode *inode, struct
  
  void cifs_put_link(struct dentry *direntry, struct nameidata *nd, void *cookie)
@@ -22947,10 +27568,26 @@ diff -urNp linux-2.6.31/fs/cifs/link.c linux-2.6.31/fs/cifs/link.c
        if (!IS_ERR(p))
                kfree(p);
  }
-diff -urNp linux-2.6.31/fs/compat.c linux-2.6.31/fs/compat.c
---- linux-2.6.31/fs/compat.c   2009-09-06 19:00:55.778294232 -0400
-+++ linux-2.6.31/fs/compat.c   2009-09-06 19:01:14.417154469 -0400
-@@ -1417,14 +1417,12 @@ static int compat_copy_strings(int argc,
+diff -urNp linux-2.6.32.1/fs/compat_binfmt_elf.c linux-2.6.32.1/fs/compat_binfmt_elf.c
+--- linux-2.6.32.1/fs/compat_binfmt_elf.c      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/fs/compat_binfmt_elf.c      2009-12-14 18:33:57.353774760 -0500
+@@ -29,10 +29,12 @@
+ #undef        elfhdr
+ #undef        elf_phdr
+ #undef        elf_note
++#undef        elf_dyn
+ #undef        elf_addr_t
+ #define elfhdr                elf32_hdr
+ #define elf_phdr      elf32_phdr
+ #define elf_note      elf32_note
++#define elf_dyn               Elf32_Dyn
+ #define elf_addr_t    Elf32_Addr
+ /*
+diff -urNp linux-2.6.32.1/fs/compat.c linux-2.6.32.1/fs/compat.c
+--- linux-2.6.32.1/fs/compat.c 2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/fs/compat.c 2009-12-14 18:33:57.385706728 -0500
+@@ -1410,14 +1410,12 @@ static int compat_copy_strings(int argc,
                        if (!kmapped_page || kpos != (pos & PAGE_MASK)) {
                                struct page *page;
  
@@ -22965,7 +27602,7 @@ diff -urNp linux-2.6.31/fs/compat.c linux-2.6.31/fs/compat.c
                                ret = get_user_pages(current, bprm->mm, pos,
                                                     1, 1, 1, &page, NULL);
                                if (ret <= 0) {
-@@ -1470,6 +1468,11 @@ int compat_do_execve(char * filename,
+@@ -1463,6 +1461,11 @@ int compat_do_execve(char * filename,
        compat_uptr_t __user *envp,
        struct pt_regs * regs)
  {
@@ -22977,7 +27614,7 @@ diff -urNp linux-2.6.31/fs/compat.c linux-2.6.31/fs/compat.c
        struct linux_binprm *bprm;
        struct file *file;
        struct files_struct *displaced;
-@@ -1506,6 +1509,14 @@ int compat_do_execve(char * filename,
+@@ -1499,6 +1502,14 @@ int compat_do_execve(char * filename,
        bprm->filename = filename;
        bprm->interp = filename;
  
@@ -22992,7 +27629,7 @@ diff -urNp linux-2.6.31/fs/compat.c linux-2.6.31/fs/compat.c
        retval = bprm_mm_init(bprm);
        if (retval)
                goto out_file;
-@@ -1535,9 +1546,40 @@ int compat_do_execve(char * filename,
+@@ -1528,9 +1539,40 @@ int compat_do_execve(char * filename,
        if (retval < 0)
                goto out;
  
@@ -23032,9 +27669,9 @@ diff -urNp linux-2.6.31/fs/compat.c linux-2.6.31/fs/compat.c
 +              fput(old_exec_file);
 +#endif
  
-       /* execve succeeded */
-       current->fs->in_exec = 0;
-@@ -1548,6 +1590,14 @@ int compat_do_execve(char * filename,
+       current->stack_start = current->mm->start_stack;
+@@ -1543,6 +1585,14 @@ int compat_do_execve(char * filename,
                put_files_struct(displaced);
        return retval;
  
@@ -23049,9 +27686,9 @@ diff -urNp linux-2.6.31/fs/compat.c linux-2.6.31/fs/compat.c
  out:
        if (bprm->mm)
                mmput(bprm->mm);
-diff -urNp linux-2.6.31/fs/compat_ioctl.c linux-2.6.31/fs/compat_ioctl.c
---- linux-2.6.31/fs/compat_ioctl.c     2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/fs/compat_ioctl.c     2009-09-06 15:29:11.994216658 -0400
+diff -urNp linux-2.6.32.1/fs/compat_ioctl.c linux-2.6.32.1/fs/compat_ioctl.c
+--- linux-2.6.32.1/fs/compat_ioctl.c   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/fs/compat_ioctl.c   2009-12-14 18:33:57.407779827 -0500
 @@ -1827,15 +1827,15 @@ struct ioctl_trans {
  };
  
@@ -23071,9 +27708,9 @@ diff -urNp linux-2.6.31/fs/compat_ioctl.c linux-2.6.31/fs/compat_ioctl.c
  
  /* ioctl should not be warned about even if it's not implemented.
     Valid reasons to use this:
-diff -urNp linux-2.6.31/fs/debugfs/inode.c linux-2.6.31/fs/debugfs/inode.c
---- linux-2.6.31/fs/debugfs/inode.c    2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/fs/debugfs/inode.c    2009-09-06 15:29:11.994216658 -0400
+diff -urNp linux-2.6.32.1/fs/debugfs/inode.c linux-2.6.32.1/fs/debugfs/inode.c
+--- linux-2.6.32.1/fs/debugfs/inode.c  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/fs/debugfs/inode.c  2009-12-14 18:33:57.427775570 -0500
 @@ -118,7 +118,7 @@ static inline int debugfs_positive(struc
  
  static int debug_fill_super(struct super_block *sb, void *data, int silent)
@@ -23083,78 +27720,46 @@ diff -urNp linux-2.6.31/fs/debugfs/inode.c linux-2.6.31/fs/debugfs/inode.c
  
        return simple_fill_super(sb, DEBUGFS_MAGIC, debug_files);
  }
-diff -urNp linux-2.6.31/fs/dlm/debug_fs.c linux-2.6.31/fs/dlm/debug_fs.c
---- linux-2.6.31/fs/dlm/debug_fs.c     2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/fs/dlm/debug_fs.c     2009-09-06 15:29:11.995198144 -0400
-@@ -386,9 +386,9 @@ static int table_seq_show(struct seq_fil
-       return rv;
+diff -urNp linux-2.6.32.1/fs/dlm/lockspace.c linux-2.6.32.1/fs/dlm/lockspace.c
+--- linux-2.6.32.1/fs/dlm/lockspace.c  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/fs/dlm/lockspace.c  2009-12-14 18:33:57.438783661 -0500
+@@ -148,7 +148,7 @@ static void lockspace_kobj_release(struc
+       kfree(ls);
  }
  
--static struct seq_operations format1_seq_ops;
--static struct seq_operations format2_seq_ops;
--static struct seq_operations format3_seq_ops;
-+static const struct seq_operations format1_seq_ops;
-+static const struct seq_operations format2_seq_ops;
-+static const struct seq_operations format3_seq_ops;
- static void *table_seq_start(struct seq_file *seq, loff_t *pos)
- {
-@@ -534,21 +534,21 @@ static void table_seq_stop(struct seq_fi
-       }
- }
--static struct seq_operations format1_seq_ops = {
-+static const struct seq_operations format1_seq_ops = {
-       .start = table_seq_start,
-       .next  = table_seq_next,
-       .stop  = table_seq_stop,
-       .show  = table_seq_show,
- };
--static struct seq_operations format2_seq_ops = {
-+static const struct seq_operations format2_seq_ops = {
-       .start = table_seq_start,
-       .next  = table_seq_next,
-       .stop  = table_seq_stop,
-       .show  = table_seq_show,
- };
--static struct seq_operations format3_seq_ops = {
-+static const struct seq_operations format3_seq_ops = {
-       .start = table_seq_start,
-       .next  = table_seq_next,
-       .stop  = table_seq_stop,
-diff -urNp linux-2.6.31/fs/ecryptfs/ecryptfs_kernel.h linux-2.6.31/fs/ecryptfs/ecryptfs_kernel.h
---- linux-2.6.31/fs/ecryptfs/ecryptfs_kernel.h 2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/fs/ecryptfs/ecryptfs_kernel.h 2009-09-06 15:29:11.995198144 -0400
-@@ -582,7 +582,7 @@ extern const struct inode_operations ecr
- extern const struct inode_operations ecryptfs_symlink_iops;
- extern const struct super_operations ecryptfs_sops;
- extern const struct dentry_operations ecryptfs_dops;
--extern struct address_space_operations ecryptfs_aops;
-+extern const struct address_space_operations ecryptfs_aops;
- extern int ecryptfs_verbosity;
- extern unsigned int ecryptfs_message_buf_len;
- extern signed long ecryptfs_message_wait_timeout;
-diff -urNp linux-2.6.31/fs/ecryptfs/mmap.c linux-2.6.31/fs/ecryptfs/mmap.c
---- linux-2.6.31/fs/ecryptfs/mmap.c    2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/fs/ecryptfs/mmap.c    2009-09-06 15:29:11.995198144 -0400
-@@ -545,7 +545,7 @@ static sector_t ecryptfs_bmap(struct add
-       return rc;
- }
--struct address_space_operations ecryptfs_aops = {
-+const struct address_space_operations ecryptfs_aops = {
-       .writepage = ecryptfs_writepage,
-       .readpage = ecryptfs_readpage,
-       .write_begin = ecryptfs_write_begin,
-diff -urNp linux-2.6.31/fs/exec.c linux-2.6.31/fs/exec.c
---- linux-2.6.31/fs/exec.c     2009-09-06 19:00:55.779225259 -0400
-+++ linux-2.6.31/fs/exec.c     2009-09-10 19:57:27.236070107 -0400
-@@ -55,12 +55,24 @@
- #include <linux/kmod.h>
+-static struct sysfs_ops dlm_attr_ops = {
++static const struct sysfs_ops dlm_attr_ops = {
+       .show  = dlm_attr_show,
+       .store = dlm_attr_store,
+ };
+diff -urNp linux-2.6.32.1/fs/ecryptfs/inode.c linux-2.6.32.1/fs/ecryptfs/inode.c
+--- linux-2.6.32.1/fs/ecryptfs/inode.c 2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/fs/ecryptfs/inode.c 2009-12-14 18:33:57.465783113 -0500
+@@ -676,7 +676,7 @@ ecryptfs_readlink(struct dentry *dentry,
+       old_fs = get_fs();
+       set_fs(get_ds());
+       rc = lower_dentry->d_inode->i_op->readlink(lower_dentry,
+-                                                 (char __user *)lower_buf,
++                                                 (__force char __user *)lower_buf,
+                                                  lower_bufsiz);
+       set_fs(old_fs);
+       if (rc >= 0) {
+@@ -720,7 +720,7 @@ static void *ecryptfs_follow_link(struct
+       }
+       old_fs = get_fs();
+       set_fs(get_ds());
+-      rc = dentry->d_inode->i_op->readlink(dentry, (char __user *)buf, len);
++      rc = dentry->d_inode->i_op->readlink(dentry, (__force char __user *)buf, len);
+       set_fs(old_fs);
+       if (rc < 0)
+               goto out_free;
+diff -urNp linux-2.6.32.1/fs/exec.c linux-2.6.32.1/fs/exec.c
+--- linux-2.6.32.1/fs/exec.c   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/fs/exec.c   2009-12-14 18:33:57.485728461 -0500
+@@ -56,12 +56,24 @@
  #include <linux/fsnotify.h>
  #include <linux/fs_struct.h>
+ #include <linux/pipe_fs_i.h>
 +#include <linux/random.h>
 +#include <linux/seq_file.h>
 +
@@ -23175,8 +27780,8 @@ diff -urNp linux-2.6.31/fs/exec.c linux-2.6.31/fs/exec.c
 +
  int core_uses_pid;
  char core_pattern[CORENAME_MAX_SIZE] = "core";
int suid_dumpable = 0;
-@@ -113,7 +125,7 @@ SYSCALL_DEFINE1(uselib, const char __use
unsigned int core_pipe_limit;
+@@ -115,7 +127,7 @@ SYSCALL_DEFINE1(uselib, const char __use
                goto out;
  
        file = do_filp_open(AT_FDCWD, tmp,
@@ -23185,7 +27790,7 @@ diff -urNp linux-2.6.31/fs/exec.c linux-2.6.31/fs/exec.c
                                MAY_READ | MAY_EXEC | MAY_OPEN);
        putname(tmp);
        error = PTR_ERR(file);
-@@ -161,18 +173,10 @@ static struct page *get_arg_page(struct 
+@@ -163,18 +175,10 @@ static struct page *get_arg_page(struct 
                int write)
  {
        struct page *page;
@@ -23207,7 +27812,7 @@ diff -urNp linux-2.6.31/fs/exec.c linux-2.6.31/fs/exec.c
                return NULL;
  
        if (write) {
-@@ -244,6 +248,11 @@ static int __bprm_mm_init(struct linux_b
+@@ -246,6 +250,11 @@ static int __bprm_mm_init(struct linux_b
        vma->vm_end = STACK_TOP_MAX;
        vma->vm_start = vma->vm_end - PAGE_SIZE;
        vma->vm_flags = VM_STACK_FLAGS;
@@ -23219,7 +27824,7 @@ diff -urNp linux-2.6.31/fs/exec.c linux-2.6.31/fs/exec.c
        vma->vm_page_prot = vm_get_page_prot(vma->vm_flags);
        err = insert_vm_struct(mm, vma);
        if (err)
-@@ -252,6 +261,12 @@ static int __bprm_mm_init(struct linux_b
+@@ -254,6 +263,12 @@ static int __bprm_mm_init(struct linux_b
        mm->stack_vm = mm->total_vm = 1;
        up_write(&mm->mmap_sem);
        bprm->p = vma->vm_end - sizeof(void *);
@@ -23232,7 +27837,16 @@ diff -urNp linux-2.6.31/fs/exec.c linux-2.6.31/fs/exec.c
        return 0;
  err:
        up_write(&mm->mmap_sem);
-@@ -503,7 +518,8 @@ static int shift_arg_pages(struct vm_are
+@@ -475,7 +490,7 @@ int copy_strings_kernel(int argc,char **
+       int r;
+       mm_segment_t oldfs = get_fs();
+       set_fs(KERNEL_DS);
+-      r = copy_strings(argc, (char __user * __user *)argv, bprm);
++      r = copy_strings(argc, (__force char __user * __user *)argv, bprm);
+       set_fs(oldfs);
+       return r;
+ }
+@@ -505,7 +520,8 @@ static int shift_arg_pages(struct vm_are
        unsigned long new_end = old_end - shift;
        struct mmu_gather *tlb;
  
@@ -23242,7 +27856,7 @@ diff -urNp linux-2.6.31/fs/exec.c linux-2.6.31/fs/exec.c
  
        /*
         * ensure there are no vmas between where we want to go
-@@ -512,6 +528,10 @@ static int shift_arg_pages(struct vm_are
+@@ -514,6 +530,10 @@ static int shift_arg_pages(struct vm_are
        if (vma != find_vma(mm, new_start))
                return -EFAULT;
  
@@ -23253,7 +27867,7 @@ diff -urNp linux-2.6.31/fs/exec.c linux-2.6.31/fs/exec.c
        /*
         * cover the whole range: [new_start, old_end)
         */
-@@ -600,6 +620,14 @@ int setup_arg_pages(struct linux_binprm 
+@@ -602,6 +622,14 @@ int setup_arg_pages(struct linux_binprm 
        bprm->exec -= stack_shift;
  
        down_write(&mm->mmap_sem);
@@ -23268,7 +27882,7 @@ diff -urNp linux-2.6.31/fs/exec.c linux-2.6.31/fs/exec.c
        vm_flags = VM_STACK_FLAGS;
  
        /*
-@@ -613,21 +641,24 @@ int setup_arg_pages(struct linux_binprm 
+@@ -615,19 +643,24 @@ int setup_arg_pages(struct linux_binprm 
                vm_flags &= ~VM_EXEC;
        vm_flags |= mm->def_flags;
  
@@ -23293,25 +27907,14 @@ diff -urNp linux-2.6.31/fs/exec.c linux-2.6.31/fs/exec.c
 -      /* Move stack pages down in memory. */
 -      if (stack_shift) {
 -              ret = shift_arg_pages(vma, stack_shift);
--              if (ret) {
--                      up_write(&mm->mmap_sem);
--                      return ret;
--              }
+-              if (ret)
+-                      goto out_unlock;
 -      }
 -
  #ifdef CONFIG_STACK_GROWSUP
        stack_base = vma->vm_end + EXTRA_STACK_VM_PAGES * PAGE_SIZE;
  #else
-@@ -639,7 +670,7 @@ int setup_arg_pages(struct linux_binprm 
- out_unlock:
-       up_write(&mm->mmap_sem);
--      return 0;
-+      return ret;
- }
- EXPORT_SYMBOL(setup_arg_pages);
-@@ -651,7 +682,7 @@ struct file *open_exec(const char *name)
+@@ -651,7 +684,7 @@ struct file *open_exec(const char *name)
        int err;
  
        file = do_filp_open(AT_FDCWD, name,
@@ -23320,7 +27923,16 @@ diff -urNp linux-2.6.31/fs/exec.c linux-2.6.31/fs/exec.c
                                MAY_EXEC | MAY_OPEN);
        if (IS_ERR(file))
                goto out;
-@@ -1085,7 +1116,7 @@ int check_unsafe_exec(struct linux_binpr
+@@ -688,7 +721,7 @@ int kernel_read(struct file *file, loff_
+       old_fs = get_fs();
+       set_fs(get_ds());
+       /* The cast to a user pointer is valid due to the set_fs() */
+-      result = vfs_read(file, (void __user *)addr, count, &pos);
++      result = vfs_read(file, (__force void __user *)addr, count, &pos);
+       set_fs(old_fs);
+       return result;
+ }
+@@ -1088,7 +1121,7 @@ int check_unsafe_exec(struct linux_binpr
        }
        rcu_read_unlock();
  
@@ -23329,7 +27941,7 @@ diff -urNp linux-2.6.31/fs/exec.c linux-2.6.31/fs/exec.c
                bprm->unsafe |= LSM_UNSAFE_SHARE;
        } else {
                res = -EAGAIN;
-@@ -1284,6 +1315,11 @@ int do_execve(char * filename,
+@@ -1287,6 +1320,11 @@ int do_execve(char * filename,
        char __user *__user *envp,
        struct pt_regs * regs)
  {
@@ -23341,7 +27953,7 @@ diff -urNp linux-2.6.31/fs/exec.c linux-2.6.31/fs/exec.c
        struct linux_binprm *bprm;
        struct file *file;
        struct files_struct *displaced;
-@@ -1320,6 +1356,18 @@ int do_execve(char * filename,
+@@ -1323,6 +1361,18 @@ int do_execve(char * filename,
        bprm->filename = filename;
        bprm->interp = filename;
  
@@ -23360,7 +27972,7 @@ diff -urNp linux-2.6.31/fs/exec.c linux-2.6.31/fs/exec.c
        retval = bprm_mm_init(bprm);
        if (retval)
                goto out_file;
-@@ -1349,10 +1397,41 @@ int do_execve(char * filename,
+@@ -1352,10 +1402,41 @@ int do_execve(char * filename,
        if (retval < 0)
                goto out;
  
@@ -23401,9 +28013,9 @@ diff -urNp linux-2.6.31/fs/exec.c linux-2.6.31/fs/exec.c
 +              fput(old_exec_file);
 +#endif
  
-       /* execve succeeded */
-       current->fs->in_exec = 0;
-@@ -1363,6 +1442,14 @@ int do_execve(char * filename,
+       current->stack_start = current->mm->start_stack;
+@@ -1368,6 +1449,14 @@ int do_execve(char * filename,
                put_files_struct(displaced);
        return retval;
  
@@ -23418,7 +28030,7 @@ diff -urNp linux-2.6.31/fs/exec.c linux-2.6.31/fs/exec.c
  out:
        if (bprm->mm)
                mmput (bprm->mm);
-@@ -1528,6 +1615,164 @@ out:
+@@ -1531,6 +1620,169 @@ out:
        return ispipe;
  }
  
@@ -23533,7 +28145,7 @@ diff -urNp linux-2.6.31/fs/exec.c linux-2.6.31/fs/exec.c
 +              up_read(&mm->mmap_sem);
 +      }
 +      if (tsk->signal->curr_ip)
-+              printk(KERN_ERR "PAX: From %u.%u.%u.%u: execution attempt in: %s, %08lx-%08lx %08lx\n", NIPQUAD(tsk->signal->curr_ip), path_fault, start, end, offset);
++              printk(KERN_ERR "PAX: From %pI4: execution attempt in: %s, %08lx-%08lx %08lx\n", &tsk->signal->curr_ip, path_fault, start, end, offset);
 +      else
 +              printk(KERN_ERR "PAX: execution attempt in: %s, %08lx-%08lx %08lx\n", path_fault, start, end, offset);
 +      printk(KERN_ERR "PAX: terminating task: %s(%s):%d, uid/euid: %u/%u, "
@@ -23550,13 +28162,13 @@ diff -urNp linux-2.6.31/fs/exec.c linux-2.6.31/fs/exec.c
 +void pax_report_refcount_overflow(struct pt_regs *regs)
 +{
 +      if (current->signal->curr_ip)
-+              printk(KERN_ERR "PAX: From %u.%u.%u.%u: refcount overflow detected in: %s:%d, uid/euid: %u/%u\n",
-+                               NIPQUAD(current->signal->curr_ip), current->comm, task_pid_nr(current), current_uid(), current_euid());
++              printk(KERN_ERR "PAX: From %pI4: refcount overflow detected in: %s:%d, uid/euid: %u/%u\n",
++                               &current->signal->curr_ip, current->comm, task_pid_nr(current), current_uid(), current_euid());
 +      else
 +              printk(KERN_ERR "PAX: refcount overflow detected in: %s:%d, uid/euid: %u/%u\n",
 +                               current->comm, task_pid_nr(current), current_uid(), current_euid());
 +      print_symbol(KERN_ERR "PAX: refcount overflow occured at: %s\n", instruction_pointer(regs));
-+      show_registers(regs);
++      show_regs(regs);
 +      force_sig_specific(SIGKILL, current);
 +}
 +#endif
@@ -23565,7 +28177,8 @@ diff -urNp linux-2.6.31/fs/exec.c linux-2.6.31/fs/exec.c
 +void pax_report_leak_to_user(const void *ptr, unsigned long len)
 +{
 +      if (current->signal->curr_ip)
-+              printk(KERN_ERR "PAX: From %u.%u.%u.%u: kernel memory leak attempt detected from %p (%lu bytes)\n", NIPQUAD(current->signal->curr_ip), ptr, len);
++              printk(KERN_ERR "PAX: From %pI4: kernel memory leak attempt detected from %p (%lu bytes)\n",
++                      &current->signal->curr_ip, ptr, len);
 +      else
 +              printk(KERN_ERR "PAX: kernel memory leak attempt detected from %p (%lu bytes)\n", ptr, len);
 +      dump_stack();
@@ -23574,7 +28187,11 @@ diff -urNp linux-2.6.31/fs/exec.c linux-2.6.31/fs/exec.c
 +
 +void pax_report_overflow_from_user(const void *ptr, unsigned long len)
 +{
-+      printk(KERN_ERR "PAX: kernel memory overflow attempt detected to %p (%lu bytes)\n", ptr, len);
++      if (current->signal->curr_ip)
++              printk(KERN_ERR "PAX: From %pI4: kernel memory overflow attempt detected to %p (%lu bytes)\n",
++                      &current->signal->curr_ip, ptr, len);
++      else
++              printk(KERN_ERR "PAX: kernel memory overflow attempt detected to %p (%lu bytes)\n", ptr, len);
 +      dump_stack();
 +      do_group_exit(SIGKILL);
 +}
@@ -23583,7 +28200,30 @@ diff -urNp linux-2.6.31/fs/exec.c linux-2.6.31/fs/exec.c
  static int zap_process(struct task_struct *start)
  {
        struct task_struct *t;
-@@ -1787,6 +2032,10 @@ void do_coredump(long signr, int exit_co
+@@ -1733,17 +1985,17 @@ static void wait_for_dump_helpers(struct
+       pipe = file->f_path.dentry->d_inode->i_pipe;
+       pipe_lock(pipe);
+-      pipe->readers++;
+-      pipe->writers--;
++      atomic_inc(&pipe->readers);
++      atomic_dec(&pipe->writers);
+-      while ((pipe->readers > 1) && (!signal_pending(current))) {
++      while ((atomic_read(&pipe->readers) > 1) && (!signal_pending(current))) {
+               wake_up_interruptible_sync(&pipe->wait);
+               kill_fasync(&pipe->fasync_readers, SIGIO, POLL_IN);
+               pipe_wait(pipe);
+       }
+-      pipe->readers--;
+-      pipe->writers++;
++      atomic_dec(&pipe->readers);
++      atomic_inc(&pipe->writers);
+       pipe_unlock(pipe);
+ }
+@@ -1814,6 +2066,10 @@ void do_coredump(long signr, int exit_co
         */
        clear_thread_flag(TIF_SIGPENDING);
  
@@ -23594,9 +28234,9 @@ diff -urNp linux-2.6.31/fs/exec.c linux-2.6.31/fs/exec.c
        /*
         * lock_kernel() because format_corename() is controlled by sysctl, which
         * uses lock_kernel()
-diff -urNp linux-2.6.31/fs/ext2/balloc.c linux-2.6.31/fs/ext2/balloc.c
---- linux-2.6.31/fs/ext2/balloc.c      2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/fs/ext2/balloc.c      2009-09-06 15:29:11.997182938 -0400
+diff -urNp linux-2.6.32.1/fs/ext2/balloc.c linux-2.6.32.1/fs/ext2/balloc.c
+--- linux-2.6.32.1/fs/ext2/balloc.c    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/fs/ext2/balloc.c    2009-12-14 18:33:57.486736846 -0500
 @@ -1192,7 +1192,7 @@ static int ext2_has_free_blocks(struct e
  
        free_blocks = percpu_counter_read_positive(&sbi->s_freeblocks_counter);
@@ -23606,9 +28246,9 @@ diff -urNp linux-2.6.31/fs/ext2/balloc.c linux-2.6.31/fs/ext2/balloc.c
                sbi->s_resuid != current_fsuid() &&
                (sbi->s_resgid == 0 || !in_group_p (sbi->s_resgid))) {
                return 0;
-diff -urNp linux-2.6.31/fs/ext3/balloc.c linux-2.6.31/fs/ext3/balloc.c
---- linux-2.6.31/fs/ext3/balloc.c      2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/fs/ext3/balloc.c      2009-09-06 15:29:11.998202334 -0400
+diff -urNp linux-2.6.32.1/fs/ext3/balloc.c linux-2.6.32.1/fs/ext3/balloc.c
+--- linux-2.6.32.1/fs/ext3/balloc.c    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/fs/ext3/balloc.c    2009-12-14 18:33:57.509718920 -0500
 @@ -1421,7 +1421,7 @@ static int ext3_has_free_blocks(struct e
  
        free_blocks = percpu_counter_read_positive(&sbi->s_freeblocks_counter);
@@ -23618,9 +28258,9 @@ diff -urNp linux-2.6.31/fs/ext3/balloc.c linux-2.6.31/fs/ext3/balloc.c
                sbi->s_resuid != current_fsuid() &&
                (sbi->s_resgid == 0 || !in_group_p (sbi->s_resgid))) {
                return 0;
-diff -urNp linux-2.6.31/fs/ext3/namei.c linux-2.6.31/fs/ext3/namei.c
---- linux-2.6.31/fs/ext3/namei.c       2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/fs/ext3/namei.c       2009-09-06 15:29:11.998202334 -0400
+diff -urNp linux-2.6.32.1/fs/ext3/namei.c linux-2.6.32.1/fs/ext3/namei.c
+--- linux-2.6.32.1/fs/ext3/namei.c     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/fs/ext3/namei.c     2009-12-14 18:33:57.534788141 -0500
 @@ -1168,7 +1168,7 @@ static struct ext3_dir_entry_2 *do_split
        char *data1 = (*bh)->b_data, *data2;
        unsigned split, move, size;
@@ -23630,9 +28270,9 @@ diff -urNp linux-2.6.31/fs/ext3/namei.c linux-2.6.31/fs/ext3/namei.c
  
        bh2 = ext3_append (handle, dir, &newblock, &err);
        if (!(bh2)) {
-diff -urNp linux-2.6.31/fs/ext3/xattr.c linux-2.6.31/fs/ext3/xattr.c
---- linux-2.6.31/fs/ext3/xattr.c       2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/fs/ext3/xattr.c       2009-09-06 15:29:11.999231326 -0400
+diff -urNp linux-2.6.32.1/fs/ext3/xattr.c linux-2.6.32.1/fs/ext3/xattr.c
+--- linux-2.6.32.1/fs/ext3/xattr.c     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/fs/ext3/xattr.c     2009-12-14 18:33:57.545729588 -0500
 @@ -89,8 +89,8 @@
                printk("\n"); \
        } while (0)
@@ -23644,9 +28284,9 @@ diff -urNp linux-2.6.31/fs/ext3/xattr.c linux-2.6.31/fs/ext3/xattr.c
  #endif
  
  static void ext3_xattr_cache_insert(struct buffer_head *);
-diff -urNp linux-2.6.31/fs/ext4/balloc.c linux-2.6.31/fs/ext4/balloc.c
---- linux-2.6.31/fs/ext4/balloc.c      2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/fs/ext4/balloc.c      2009-09-06 15:29:11.999231326 -0400
+diff -urNp linux-2.6.32.1/fs/ext4/balloc.c linux-2.6.32.1/fs/ext4/balloc.c
+--- linux-2.6.32.1/fs/ext4/balloc.c    2009-12-14 18:30:08.624952361 -0500
++++ linux-2.6.32.1/fs/ext4/balloc.c    2009-12-14 18:33:57.550794725 -0500
 @@ -573,7 +573,7 @@ int ext4_has_free_blocks(struct ext4_sb_
        /* Hm, nope.  Are (enough) root reserved blocks available? */
        if (sbi->s_resuid == current_fsuid() ||
@@ -23656,60 +28296,22 @@ diff -urNp linux-2.6.31/fs/ext4/balloc.c linux-2.6.31/fs/ext4/balloc.c
                if (free_blocks >= (nblocks + dirty_blocks))
                        return 1;
        }
-diff -urNp linux-2.6.31/fs/ext4/file.c linux-2.6.31/fs/ext4/file.c
---- linux-2.6.31/fs/ext4/file.c        2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/fs/ext4/file.c        2009-09-06 15:29:12.000181261 -0400
-@@ -130,7 +130,7 @@ force_commit:
-       return ret;
- }
--static struct vm_operations_struct ext4_file_vm_ops = {
-+static const struct vm_operations_struct ext4_file_vm_ops = {
-       .fault          = filemap_fault,
-       .page_mkwrite   = ext4_page_mkwrite,
- };
-diff -urNp linux-2.6.31/fs/ext4/mballoc.c linux-2.6.31/fs/ext4/mballoc.c
---- linux-2.6.31/fs/ext4/mballoc.c     2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/fs/ext4/mballoc.c     2009-09-06 15:29:12.001346538 -0400
-@@ -2205,7 +2205,7 @@ static void ext4_mb_seq_history_stop(str
- {
- }
--static struct seq_operations ext4_mb_seq_history_ops = {
-+static const struct seq_operations ext4_mb_seq_history_ops = {
-       .start  = ext4_mb_seq_history_start,
-       .next   = ext4_mb_seq_history_next,
-       .stop   = ext4_mb_seq_history_stop,
-@@ -2287,7 +2287,7 @@ static ssize_t ext4_mb_seq_history_write
-       return count;
- }
--static struct file_operations ext4_mb_seq_history_fops = {
-+static const struct file_operations ext4_mb_seq_history_fops = {
-       .owner          = THIS_MODULE,
-       .open           = ext4_mb_seq_history_open,
-       .read           = seq_read,
-@@ -2366,7 +2366,7 @@ static void ext4_mb_seq_groups_stop(stru
- {
- }
--static struct seq_operations ext4_mb_seq_groups_ops = {
-+static const struct seq_operations ext4_mb_seq_groups_ops = {
-       .start  = ext4_mb_seq_groups_start,
-       .next   = ext4_mb_seq_groups_next,
-       .stop   = ext4_mb_seq_groups_stop,
-@@ -2387,7 +2387,7 @@ static int ext4_mb_seq_groups_open(struc
- }
--static struct file_operations ext4_mb_seq_groups_fops = {
-+static const struct file_operations ext4_mb_seq_groups_fops = {
-       .owner          = THIS_MODULE,
-       .open           = ext4_mb_seq_groups_open,
-       .read           = seq_read,
-diff -urNp linux-2.6.31/fs/ext4/namei.c linux-2.6.31/fs/ext4/namei.c
---- linux-2.6.31/fs/ext4/namei.c       2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/fs/ext4/namei.c       2009-09-06 15:29:12.002220863 -0400
+diff -urNp linux-2.6.32.1/fs/ext4/ioctl.c linux-2.6.32.1/fs/ext4/ioctl.c
+--- linux-2.6.32.1/fs/ext4/ioctl.c     2009-12-14 18:30:08.691941121 -0500
++++ linux-2.6.32.1/fs/ext4/ioctl.c     2009-12-14 18:34:40.201102490 -0500
+@@ -221,6 +221,9 @@ setversion_out:
+               struct file *donor_filp;
+               int err;
++              /* temporary workaround for bugs in here */
++              return -EOPNOTSUPP;
++
+               if (!(filp->f_mode & FMODE_READ) ||
+                   !(filp->f_mode & FMODE_WRITE))
+                       return -EBADF;
+diff -urNp linux-2.6.32.1/fs/ext4/namei.c linux-2.6.32.1/fs/ext4/namei.c
+--- linux-2.6.32.1/fs/ext4/namei.c     2009-12-14 18:30:08.723951546 -0500
++++ linux-2.6.32.1/fs/ext4/namei.c     2009-12-14 18:33:57.586796568 -0500
 @@ -1203,7 +1203,7 @@ static struct ext4_dir_entry_2 *do_split
        char *data1 = (*bh)->b_data, *data2;
        unsigned split, move, size;
@@ -23719,10 +28321,22 @@ diff -urNp linux-2.6.31/fs/ext4/namei.c linux-2.6.31/fs/ext4/namei.c
  
        bh2 = ext4_append (handle, dir, &newblock, &err);
        if (!(bh2)) {
-diff -urNp linux-2.6.31/fs/fcntl.c linux-2.6.31/fs/fcntl.c
---- linux-2.6.31/fs/fcntl.c    2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/fs/fcntl.c    2009-09-06 15:29:12.003190739 -0400
-@@ -271,6 +271,7 @@ static long do_fcntl(int fd, unsigned in
+diff -urNp linux-2.6.32.1/fs/ext4/super.c linux-2.6.32.1/fs/ext4/super.c
+--- linux-2.6.32.1/fs/ext4/super.c     2009-12-14 18:30:08.738961620 -0500
++++ linux-2.6.32.1/fs/ext4/super.c     2009-12-14 18:33:57.594709686 -0500
+@@ -2271,7 +2271,7 @@ static void ext4_sb_release(struct kobje
+ }
+-static struct sysfs_ops ext4_attr_ops = {
++static const struct sysfs_ops ext4_attr_ops = {
+       .show   = ext4_attr_show,
+       .store  = ext4_attr_store,
+ };
+diff -urNp linux-2.6.32.1/fs/fcntl.c linux-2.6.32.1/fs/fcntl.c
+--- linux-2.6.32.1/fs/fcntl.c  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/fs/fcntl.c  2009-12-14 18:33:57.701815425 -0500
+@@ -344,6 +344,7 @@ static long do_fcntl(int fd, unsigned in
        switch (cmd) {
        case F_DUPFD:
        case F_DUPFD_CLOEXEC:
@@ -23730,7 +28344,7 @@ diff -urNp linux-2.6.31/fs/fcntl.c linux-2.6.31/fs/fcntl.c
                if (arg >= current->signal->rlim[RLIMIT_NOFILE].rlim_cur)
                        break;
                err = alloc_fd(arg, cmd == F_DUPFD_CLOEXEC ? O_CLOEXEC : 0);
-@@ -421,7 +422,8 @@ static inline int sigio_perm(struct task
+@@ -500,7 +501,8 @@ static inline int sigio_perm(struct task
        ret = ((fown->euid == 0 ||
                fown->euid == cred->suid || fown->euid == cred->uid ||
                fown->uid  == cred->suid || fown->uid  == cred->uid) &&
@@ -23740,10 +28354,83 @@ diff -urNp linux-2.6.31/fs/fcntl.c linux-2.6.31/fs/fcntl.c
        rcu_read_unlock();
        return ret;
  }
-diff -urNp linux-2.6.31/fs/file.c linux-2.6.31/fs/file.c
---- linux-2.6.31/fs/file.c     2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/fs/file.c     2009-09-06 15:29:12.003190739 -0400
-@@ -13,6 +13,7 @@
+diff -urNp linux-2.6.32.1/fs/fifo.c linux-2.6.32.1/fs/fifo.c
+--- linux-2.6.32.1/fs/fifo.c   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/fs/fifo.c   2009-12-14 18:33:57.701815425 -0500
+@@ -59,10 +59,10 @@ static int fifo_open(struct inode *inode
+        */
+               filp->f_op = &read_pipefifo_fops;
+               pipe->r_counter++;
+-              if (pipe->readers++ == 0)
++              if (atomic_inc_return(&pipe->readers) == 1)
+                       wake_up_partner(inode);
+-              if (!pipe->writers) {
++              if (!atomic_read(&pipe->writers)) {
+                       if ((filp->f_flags & O_NONBLOCK)) {
+                               /* suppress POLLHUP until we have
+                                * seen a writer */
+@@ -83,15 +83,15 @@ static int fifo_open(struct inode *inode
+        *  errno=ENXIO when there is no process reading the FIFO.
+        */
+               ret = -ENXIO;
+-              if ((filp->f_flags & O_NONBLOCK) && !pipe->readers)
++              if ((filp->f_flags & O_NONBLOCK) && !atomic_read(&pipe->readers))
+                       goto err;
+               filp->f_op = &write_pipefifo_fops;
+               pipe->w_counter++;
+-              if (!pipe->writers++)
++              if (atomic_inc_return(&pipe->writers) == 1)
+                       wake_up_partner(inode);
+-              if (!pipe->readers) {
++              if (!atomic_read(&pipe->readers)) {
+                       wait_for_partner(inode, &pipe->r_counter);
+                       if (signal_pending(current))
+                               goto err_wr;
+@@ -107,11 +107,11 @@ static int fifo_open(struct inode *inode
+        */
+               filp->f_op = &rdwr_pipefifo_fops;
+-              pipe->readers++;
+-              pipe->writers++;
++              atomic_inc(&pipe->readers);
++              atomic_inc(&pipe->writers);
+               pipe->r_counter++;
+               pipe->w_counter++;
+-              if (pipe->readers == 1 || pipe->writers == 1)
++              if (atomic_read(&pipe->readers) == 1 || atomic_read(&pipe->writers) == 1)
+                       wake_up_partner(inode);
+               break;
+@@ -125,19 +125,19 @@ static int fifo_open(struct inode *inode
+       return 0;
+ err_rd:
+-      if (!--pipe->readers)
++      if (atomic_dec_and_test(&pipe->readers))
+               wake_up_interruptible(&pipe->wait);
+       ret = -ERESTARTSYS;
+       goto err;
+ err_wr:
+-      if (!--pipe->writers)
++      if (atomic_dec_and_test(&pipe->writers))
+               wake_up_interruptible(&pipe->wait);
+       ret = -ERESTARTSYS;
+       goto err;
+ err:
+-      if (!pipe->readers && !pipe->writers)
++      if (!atomic_read(&pipe->readers) && !atomic_read(&pipe->writers))
+               free_pipe_info(inode);
+ err_nocleanup:
+diff -urNp linux-2.6.32.1/fs/file.c linux-2.6.32.1/fs/file.c
+--- linux-2.6.32.1/fs/file.c   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/fs/file.c   2009-12-14 18:33:57.775828221 -0500
+@@ -14,6 +14,7 @@
  #include <linux/slab.h>
  #include <linux/vmalloc.h>
  #include <linux/file.h>
@@ -23751,7 +28438,7 @@ diff -urNp linux-2.6.31/fs/file.c linux-2.6.31/fs/file.c
  #include <linux/fdtable.h>
  #include <linux/bitops.h>
  #include <linux/interrupt.h>
-@@ -256,6 +257,8 @@ int expand_files(struct files_struct *fi
+@@ -257,6 +258,8 @@ int expand_files(struct files_struct *fi
         * N.B. For clone tasks sharing a files structure, this test
         * will limit the total number of files that can be opened.
         */
@@ -23760,9 +28447,9 @@ diff -urNp linux-2.6.31/fs/file.c linux-2.6.31/fs/file.c
        if (nr >= current->signal->rlim[RLIMIT_NOFILE].rlim_cur)
                return -EMFILE;
  
-diff -urNp linux-2.6.31/fs/fs_struct.c linux-2.6.31/fs/fs_struct.c
---- linux-2.6.31/fs/fs_struct.c        2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/fs/fs_struct.c        2009-09-06 15:29:12.004169260 -0400
+diff -urNp linux-2.6.32.1/fs/fs_struct.c linux-2.6.32.1/fs/fs_struct.c
+--- linux-2.6.32.1/fs/fs_struct.c      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/fs/fs_struct.c      2009-12-14 18:33:57.827823406 -0500
 @@ -89,7 +89,7 @@ void exit_fs(struct task_struct *tsk)
                task_lock(tsk);
                write_lock(&fs->lock);
@@ -23814,10 +28501,10 @@ diff -urNp linux-2.6.31/fs/fs_struct.c linux-2.6.31/fs/fs_struct.c
                write_unlock(&fs->lock);
  
                task_unlock(current);
-diff -urNp linux-2.6.31/fs/fuse/control.c linux-2.6.31/fs/fuse/control.c
---- linux-2.6.31/fs/fuse/control.c     2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/fs/fuse/control.c     2009-09-06 15:29:12.004169260 -0400
-@@ -161,7 +161,7 @@ void fuse_ctl_remove_conn(struct fuse_co
+diff -urNp linux-2.6.32.1/fs/fuse/control.c linux-2.6.32.1/fs/fuse/control.c
+--- linux-2.6.32.1/fs/fuse/control.c   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/fs/fuse/control.c   2009-12-14 18:33:57.828823523 -0500
+@@ -293,7 +293,7 @@ void fuse_ctl_remove_conn(struct fuse_co
  
  static int fuse_ctl_fill_super(struct super_block *sb, void *data, int silent)
  {
@@ -23826,9 +28513,55 @@ diff -urNp linux-2.6.31/fs/fuse/control.c linux-2.6.31/fs/fuse/control.c
        struct fuse_conn *fc;
        int err;
  
-diff -urNp linux-2.6.31/fs/fuse/dev.c linux-2.6.31/fs/fuse/dev.c
---- linux-2.6.31/fs/fuse/dev.c 2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/fs/fuse/dev.c 2009-09-06 15:29:12.004169260 -0400
+diff -urNp linux-2.6.32.1/fs/fuse/cuse.c linux-2.6.32.1/fs/fuse/cuse.c
+--- linux-2.6.32.1/fs/fuse/cuse.c      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/fs/fuse/cuse.c      2009-12-14 18:33:57.829806378 -0500
+@@ -528,8 +528,18 @@ static int cuse_channel_release(struct i
+       return rc;
+ }
+-static struct file_operations cuse_channel_fops; /* initialized during init */
+-
++static const struct file_operations cuse_channel_fops = { /* initialized during init */
++      .owner          = THIS_MODULE,
++      .llseek         = no_llseek,
++      .read           = do_sync_read,
++      .aio_read       = fuse_dev_read,
++      .write          = do_sync_write,
++      .aio_write      = fuse_dev_write,
++      .poll           = fuse_dev_poll,
++      .open           = cuse_channel_open,
++      .release        = cuse_channel_release,
++      .fasync         = fuse_dev_fasync,
++};
+ /**************************************************************************
+  * Misc stuff and module initializatiion
+@@ -575,12 +585,6 @@ static int __init cuse_init(void)
+       for (i = 0; i < CUSE_CONNTBL_LEN; i++)
+               INIT_LIST_HEAD(&cuse_conntbl[i]);
+-      /* inherit and extend fuse_dev_operations */
+-      cuse_channel_fops               = fuse_dev_operations;
+-      cuse_channel_fops.owner         = THIS_MODULE;
+-      cuse_channel_fops.open          = cuse_channel_open;
+-      cuse_channel_fops.release       = cuse_channel_release;
+-
+       cuse_class = class_create(THIS_MODULE, "cuse");
+       if (IS_ERR(cuse_class))
+               return PTR_ERR(cuse_class);
+diff -urNp linux-2.6.32.1/fs/fuse/dev.c linux-2.6.32.1/fs/fuse/dev.c
+--- linux-2.6.32.1/fs/fuse/dev.c       2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/fs/fuse/dev.c       2009-12-14 18:33:57.839750335 -0500
+@@ -745,7 +745,7 @@ __releases(&fc->lock)
+  * request_end().  Otherwise add it to the processing list, and set
+  * the 'sent' flag.
+  */
+-static ssize_t fuse_dev_read(struct kiocb *iocb, const struct iovec *iov,
++ssize_t fuse_dev_read(struct kiocb *iocb, const struct iovec *iov,
+                             unsigned long nr_segs, loff_t pos)
+ {
+       int err;
 @@ -885,7 +885,7 @@ static int fuse_notify_inval_entry(struc
  {
        struct fuse_notify_inval_entry_out outarg;
@@ -23872,10 +28605,37 @@ diff -urNp linux-2.6.31/fs/fuse/dev.c linux-2.6.31/fs/fuse/dev.c
        return err;
  }
  
-diff -urNp linux-2.6.31/fs/fuse/dir.c linux-2.6.31/fs/fuse/dir.c
---- linux-2.6.31/fs/fuse/dir.c 2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/fs/fuse/dir.c 2009-09-06 15:29:12.005311849 -0400
-@@ -1122,7 +1122,7 @@ static char *read_link(struct dentry *de
+@@ -987,7 +990,7 @@ static int copy_out_args(struct fuse_cop
+  * it from the list and copy the rest of the buffer to the request.
+  * The request is finished by calling request_end()
+  */
+-static ssize_t fuse_dev_write(struct kiocb *iocb, const struct iovec *iov,
++ssize_t fuse_dev_write(struct kiocb *iocb, const struct iovec *iov,
+                              unsigned long nr_segs, loff_t pos)
+ {
+       int err;
+@@ -1084,7 +1087,7 @@ static ssize_t fuse_dev_write(struct kio
+       return err;
+ }
+-static unsigned fuse_dev_poll(struct file *file, poll_table *wait)
++unsigned fuse_dev_poll(struct file *file, poll_table *wait)
+ {
+       unsigned mask = POLLOUT | POLLWRNORM;
+       struct fuse_conn *fc = fuse_get_conn(file);
+@@ -1210,7 +1213,7 @@ int fuse_dev_release(struct inode *inode
+ }
+ EXPORT_SYMBOL_GPL(fuse_dev_release);
+-static int fuse_dev_fasync(int fd, struct file *file, int on)
++int fuse_dev_fasync(int fd, struct file *file, int on)
+ {
+       struct fuse_conn *fc = fuse_get_conn(file);
+       if (!fc)
+diff -urNp linux-2.6.32.1/fs/fuse/dir.c linux-2.6.32.1/fs/fuse/dir.c
+--- linux-2.6.32.1/fs/fuse/dir.c       2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/fs/fuse/dir.c       2009-12-14 18:33:57.853826263 -0500
+@@ -1127,7 +1127,7 @@ static char *read_link(struct dentry *de
        return link;
  }
  
@@ -23884,33 +28644,50 @@ diff -urNp linux-2.6.31/fs/fuse/dir.c linux-2.6.31/fs/fuse/dir.c
  {
        if (!IS_ERR(link))
                free_page((unsigned long) link);
-diff -urNp linux-2.6.31/fs/fuse/file.c linux-2.6.31/fs/fuse/file.c
---- linux-2.6.31/fs/fuse/file.c        2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/fs/fuse/file.c        2009-09-06 15:29:12.006440852 -0400
-@@ -1313,7 +1313,7 @@ static int fuse_page_mkwrite(struct vm_a
-       return 0;
+diff -urNp linux-2.6.32.1/fs/fuse/fuse_i.h linux-2.6.32.1/fs/fuse/fuse_i.h
+--- linux-2.6.32.1/fs/fuse/fuse_i.h    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/fs/fuse/fuse_i.h    2009-12-14 18:33:57.853826263 -0500
+@@ -521,6 +521,16 @@ extern const struct file_operations fuse
+ extern const struct dentry_operations fuse_dentry_operations;
++extern ssize_t fuse_dev_read(struct kiocb *iocb, const struct iovec *iov,
++                            unsigned long nr_segs, loff_t pos);
++
++extern ssize_t fuse_dev_write(struct kiocb *iocb, const struct iovec *iov,
++                             unsigned long nr_segs, loff_t pos);
++
++extern unsigned fuse_dev_poll(struct file *file, poll_table *wait);
++
++extern int fuse_dev_fasync(int fd, struct file *file, int on);
++
+ /**
+  * Inode to nodeid comparison.
+  */
+diff -urNp linux-2.6.32.1/fs/gfs2/sys.c linux-2.6.32.1/fs/gfs2/sys.c
+--- linux-2.6.32.1/fs/gfs2/sys.c       2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/fs/gfs2/sys.c       2009-12-14 18:33:57.859828938 -0500
+@@ -49,7 +49,7 @@ static ssize_t gfs2_attr_store(struct ko
+       return a->store ? a->store(sdp, buf, len) : len;
  }
  
--static struct vm_operations_struct fuse_file_vm_ops = {
-+static const struct vm_operations_struct fuse_file_vm_ops = {
-       .close          = fuse_vma_close,
-       .fault          = filemap_fault,
-       .page_mkwrite   = fuse_page_mkwrite,
-diff -urNp linux-2.6.31/fs/gfs2/file.c linux-2.6.31/fs/gfs2/file.c
---- linux-2.6.31/fs/gfs2/file.c        2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/fs/gfs2/file.c        2009-09-06 15:29:12.006440852 -0400
-@@ -419,7 +419,7 @@ out:
-       return ret;
+-static struct sysfs_ops gfs2_attr_ops = {
++static const struct sysfs_ops gfs2_attr_ops = {
+       .show  = gfs2_attr_show,
+       .store = gfs2_attr_store,
+ };
+@@ -584,7 +584,7 @@ static int gfs2_uevent(struct kset *kset
+       return 0;
  }
  
--static struct vm_operations_struct gfs2_vm_ops = {
-+static const struct vm_operations_struct gfs2_vm_ops = {
-       .fault = filemap_fault,
-       .page_mkwrite = gfs2_page_mkwrite,
+-static struct kset_uevent_ops gfs2_uevent_ops = {
++static const struct kset_uevent_ops gfs2_uevent_ops = {
+       .uevent = gfs2_uevent,
  };
-diff -urNp linux-2.6.31/fs/hfs/inode.c linux-2.6.31/fs/hfs/inode.c
---- linux-2.6.31/fs/hfs/inode.c        2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/fs/hfs/inode.c        2009-09-06 15:29:12.006440852 -0400
+diff -urNp linux-2.6.32.1/fs/hfs/inode.c linux-2.6.32.1/fs/hfs/inode.c
+--- linux-2.6.32.1/fs/hfs/inode.c      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/fs/hfs/inode.c      2009-12-14 18:33:57.885855349 -0500
 @@ -423,7 +423,7 @@ int hfs_write_inode(struct inode *inode,
  
        if (S_ISDIR(main_inode->i_mode)) {
@@ -23929,9 +28706,9 @@ diff -urNp linux-2.6.31/fs/hfs/inode.c linux-2.6.31/fs/hfs/inode.c
                hfs_bnode_read(fd.bnode, &rec, fd.entryoffset,
                           sizeof(struct hfs_cat_file));
                if (rec.type != HFS_CDR_FIL ||
-diff -urNp linux-2.6.31/fs/hfsplus/inode.c linux-2.6.31/fs/hfsplus/inode.c
---- linux-2.6.31/fs/hfsplus/inode.c    2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/fs/hfsplus/inode.c    2009-09-06 15:29:12.007408006 -0400
+diff -urNp linux-2.6.32.1/fs/hfsplus/inode.c linux-2.6.32.1/fs/hfsplus/inode.c
+--- linux-2.6.32.1/fs/hfsplus/inode.c  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/fs/hfsplus/inode.c  2009-12-14 18:33:57.895847427 -0500
 @@ -406,7 +406,7 @@ int hfsplus_cat_read_inode(struct inode 
                struct hfsplus_cat_folder *folder = &entry.folder;
  
@@ -23968,48 +28745,39 @@ diff -urNp linux-2.6.31/fs/hfsplus/inode.c linux-2.6.31/fs/hfsplus/inode.c
                hfs_bnode_read(fd.bnode, &entry, fd.entryoffset,
                                        sizeof(struct hfsplus_cat_file));
                hfsplus_inode_write_fork(inode, &file->data_fork);
-diff -urNp linux-2.6.31/fs/jbd2/journal.c linux-2.6.31/fs/jbd2/journal.c
---- linux-2.6.31/fs/jbd2/journal.c     2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/fs/jbd2/journal.c     2009-09-06 15:29:12.012276994 -0400
-@@ -768,7 +768,7 @@ static void jbd2_seq_history_stop(struct
- {
- }
--static struct seq_operations jbd2_seq_history_ops = {
-+static const struct seq_operations jbd2_seq_history_ops = {
-       .start  = jbd2_seq_history_start,
-       .next   = jbd2_seq_history_next,
-       .stop   = jbd2_seq_history_stop,
-@@ -818,7 +818,7 @@ static int jbd2_seq_history_release(stru
-       return seq_release(inode, file);
- }
--static struct file_operations jbd2_seq_history_fops = {
-+static const struct file_operations jbd2_seq_history_fops = {
-       .owner          = THIS_MODULE,
-       .open           = jbd2_seq_history_open,
-       .read           = seq_read,
-@@ -872,7 +872,7 @@ static void jbd2_seq_info_stop(struct se
- {
- }
--static struct seq_operations jbd2_seq_info_ops = {
-+static const struct seq_operations jbd2_seq_info_ops = {
-       .start  = jbd2_seq_info_start,
-       .next   = jbd2_seq_info_next,
-       .stop   = jbd2_seq_info_stop,
-@@ -920,7 +920,7 @@ static int jbd2_seq_info_release(struct 
-       return seq_release(inode, file);
- }
+diff -urNp linux-2.6.32.1/fs/ioctl.c linux-2.6.32.1/fs/ioctl.c
+--- linux-2.6.32.1/fs/ioctl.c  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/fs/ioctl.c  2009-12-14 18:33:57.904832927 -0500
+@@ -97,7 +97,7 @@ int fiemap_fill_next_extent(struct fiema
+                           u64 phys, u64 len, u32 flags)
+ {
+       struct fiemap_extent extent;
+-      struct fiemap_extent *dest = fieinfo->fi_extents_start;
++      struct fiemap_extent __user *dest = fieinfo->fi_extents_start;
+       /* only count the extents */
+       if (fieinfo->fi_extents_max == 0) {
+@@ -207,7 +207,7 @@ static int ioctl_fiemap(struct file *fil
+       fieinfo.fi_flags = fiemap.fm_flags;
+       fieinfo.fi_extents_max = fiemap.fm_extent_count;
+-      fieinfo.fi_extents_start = (struct fiemap_extent *)(arg + sizeof(fiemap));
++      fieinfo.fi_extents_start = (struct fiemap_extent __user *)(arg + sizeof(fiemap));
+       if (fiemap.fm_extent_count != 0 &&
+           !access_ok(VERIFY_WRITE, fieinfo.fi_extents_start,
+@@ -220,7 +220,7 @@ static int ioctl_fiemap(struct file *fil
+       error = inode->i_op->fiemap(inode, &fieinfo, fiemap.fm_start, len);
+       fiemap.fm_flags = fieinfo.fi_flags;
+       fiemap.fm_mapped_extents = fieinfo.fi_extents_mapped;
+-      if (copy_to_user((char *)arg, &fiemap, sizeof(fiemap)))
++      if (copy_to_user((__force char __user *)arg, &fiemap, sizeof(fiemap)))
+               error = -EFAULT;
  
--static struct file_operations jbd2_seq_info_fops = {
-+static const struct file_operations jbd2_seq_info_fops = {
-       .owner          = THIS_MODULE,
-       .open           = jbd2_seq_info_open,
-       .read           = seq_read,
-diff -urNp linux-2.6.31/fs/jffs2/debug.h linux-2.6.31/fs/jffs2/debug.h
---- linux-2.6.31/fs/jffs2/debug.h      2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/fs/jffs2/debug.h      2009-09-06 15:29:12.012276994 -0400
+       return error;
+diff -urNp linux-2.6.32.1/fs/jffs2/debug.h linux-2.6.32.1/fs/jffs2/debug.h
+--- linux-2.6.32.1/fs/jffs2/debug.h    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/fs/jffs2/debug.h    2009-12-14 18:33:57.904832927 -0500
 @@ -52,13 +52,13 @@
  #if CONFIG_JFFS2_FS_DEBUG > 0
  #define D1(x) x
@@ -24111,9 +28879,9 @@ diff -urNp linux-2.6.31/fs/jffs2/debug.h linux-2.6.31/fs/jffs2/debug.h
  #endif 
  
  /* "Sanity" checks */
-diff -urNp linux-2.6.31/fs/jffs2/erase.c linux-2.6.31/fs/jffs2/erase.c
---- linux-2.6.31/fs/jffs2/erase.c      2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/fs/jffs2/erase.c      2009-09-06 15:29:12.013150987 -0400
+diff -urNp linux-2.6.32.1/fs/jffs2/erase.c linux-2.6.32.1/fs/jffs2/erase.c
+--- linux-2.6.32.1/fs/jffs2/erase.c    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/fs/jffs2/erase.c    2009-12-14 18:33:57.905843834 -0500
 @@ -434,7 +434,8 @@ static void jffs2_mark_erased_block(stru
                struct jffs2_unknown_node marker = {
                        .magic =        cpu_to_je16(JFFS2_MAGIC_BITMASK),
@@ -24124,9 +28892,9 @@ diff -urNp linux-2.6.31/fs/jffs2/erase.c linux-2.6.31/fs/jffs2/erase.c
                };
  
                jffs2_prealloc_raw_node_refs(c, jeb, 1);
-diff -urNp linux-2.6.31/fs/jffs2/summary.h linux-2.6.31/fs/jffs2/summary.h
---- linux-2.6.31/fs/jffs2/summary.h    2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/fs/jffs2/summary.h    2009-09-06 15:29:12.013150987 -0400
+diff -urNp linux-2.6.32.1/fs/jffs2/summary.h linux-2.6.32.1/fs/jffs2/summary.h
+--- linux-2.6.32.1/fs/jffs2/summary.h  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/fs/jffs2/summary.h  2009-12-14 18:33:57.905843834 -0500
 @@ -194,18 +194,18 @@ int jffs2_sum_scan_sumnode(struct jffs2_
  
  #define jffs2_sum_active() (0)
@@ -24155,9 +28923,9 @@ diff -urNp linux-2.6.31/fs/jffs2/summary.h linux-2.6.31/fs/jffs2/summary.h
  #define jffs2_sum_scan_sumnode(a,b,c,d,e) (0)
  
  #endif /* CONFIG_JFFS2_SUMMARY */
-diff -urNp linux-2.6.31/fs/jffs2/wbuf.c linux-2.6.31/fs/jffs2/wbuf.c
---- linux-2.6.31/fs/jffs2/wbuf.c       2009-09-06 19:00:55.780302780 -0400
-+++ linux-2.6.31/fs/jffs2/wbuf.c       2009-09-06 19:01:14.418463427 -0400
+diff -urNp linux-2.6.32.1/fs/jffs2/wbuf.c linux-2.6.32.1/fs/jffs2/wbuf.c
+--- linux-2.6.32.1/fs/jffs2/wbuf.c     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/fs/jffs2/wbuf.c     2009-12-14 18:33:57.905843834 -0500
 @@ -1012,7 +1012,8 @@ static const struct jffs2_unknown_node o
  {
        .magic = constant_cpu_to_je16(JFFS2_MAGIC_BITMASK),
@@ -24168,9 +28936,21 @@ diff -urNp linux-2.6.31/fs/jffs2/wbuf.c linux-2.6.31/fs/jffs2/wbuf.c
  };
  
  /*
-diff -urNp linux-2.6.31/fs/locks.c linux-2.6.31/fs/locks.c
---- linux-2.6.31/fs/locks.c    2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/fs/locks.c    2009-09-06 15:29:12.014194935 -0400
+diff -urNp linux-2.6.32.1/fs/lockd/svc.c linux-2.6.32.1/fs/lockd/svc.c
+--- linux-2.6.32.1/fs/lockd/svc.c      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/fs/lockd/svc.c      2009-12-14 18:33:57.906758976 -0500
+@@ -43,7 +43,7 @@
+ static struct svc_program     nlmsvc_program;
+-struct nlmsvc_binding *               nlmsvc_ops;
++const struct nlmsvc_binding * nlmsvc_ops;
+ EXPORT_SYMBOL_GPL(nlmsvc_ops);
+ static DEFINE_MUTEX(nlmsvc_mutex);
+diff -urNp linux-2.6.32.1/fs/locks.c linux-2.6.32.1/fs/locks.c
+--- linux-2.6.32.1/fs/locks.c  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/fs/locks.c  2009-12-14 18:33:57.909722690 -0500
 @@ -2007,16 +2007,16 @@ void locks_remove_flock(struct file *fil
                return;
  
@@ -24192,10 +28972,10 @@ diff -urNp linux-2.6.31/fs/locks.c linux-2.6.31/fs/locks.c
        }
  
        lock_kernel();
-diff -urNp linux-2.6.31/fs/namei.c linux-2.6.31/fs/namei.c
---- linux-2.6.31/fs/namei.c    2009-09-09 19:20:53.054234659 -0400
-+++ linux-2.6.31/fs/namei.c    2009-09-09 19:27:52.423043223 -0400
-@@ -631,7 +631,7 @@ static __always_inline int __do_follow_l
+diff -urNp linux-2.6.32.1/fs/namei.c linux-2.6.32.1/fs/namei.c
+--- linux-2.6.32.1/fs/namei.c  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/fs/namei.c  2009-12-14 18:33:57.940839156 -0500
+@@ -637,7 +637,7 @@ static __always_inline int __do_follow_l
        cookie = dentry->d_inode->i_op->follow_link(dentry, nd);
        error = PTR_ERR(cookie);
        if (!IS_ERR(cookie)) {
@@ -24204,7 +28984,7 @@ diff -urNp linux-2.6.31/fs/namei.c linux-2.6.31/fs/namei.c
                error = 0;
                if (s)
                        error = __vfs_follow_link(nd, s);
-@@ -662,6 +662,13 @@ static inline int do_follow_link(struct 
+@@ -668,6 +668,13 @@ static inline int do_follow_link(struct 
        err = security_inode_follow_link(path->dentry, nd);
        if (err)
                goto loop;
@@ -24237,7 +29017,7 @@ diff -urNp linux-2.6.31/fs/namei.c linux-2.6.31/fs/namei.c
        path_put(&nd->path);
  return_err:
        return err;
-@@ -1608,12 +1622,19 @@ static int __open_namei_create(struct na
+@@ -1610,12 +1624,19 @@ static int __open_namei_create(struct na
        int error;
        struct dentry *dir = nd->path.dentry;
  
@@ -24257,11 +29037,16 @@ diff -urNp linux-2.6.31/fs/namei.c linux-2.6.31/fs/namei.c
  out_unlock:
        mutex_unlock(&dir->d_inode->i_mutex);
        dput(nd->path.dentry);
-@@ -1696,6 +1717,17 @@ struct file *do_filp_open(int dfd, const
+@@ -1698,6 +1719,22 @@ struct file *do_filp_open(int dfd, const
                                         &nd, flag);
                if (error)
                        return ERR_PTR(error);
 +
++              if (gr_handle_rofs_blockwrite(nd.path.dentry, nd.path.mnt, acc_mode)) {
++                      error = -EPERM;
++                      goto exit;
++              }
++
 +              if (gr_handle_rawio(nd.path.dentry->d_inode)) {
 +                      error = -EPERM;
 +                      goto exit;
@@ -24275,11 +29060,15 @@ diff -urNp linux-2.6.31/fs/namei.c linux-2.6.31/fs/namei.c
                goto ok;
        }
  
-@@ -1782,6 +1814,20 @@ do_last:
+@@ -1784,6 +1821,24 @@ do_last:
        /*
         * It already exists.
         */
 +
++      if (gr_handle_rofs_blockwrite(path.dentry, nd.path.mnt, acc_mode)) {
++              error = -EPERM;
++              goto exit_mutex_unlock;
++      }
 +      if (gr_handle_rawio(path.dentry->d_inode)) {
 +              error = -EPERM;
 +              goto exit_mutex_unlock;
@@ -24296,7 +29085,7 @@ diff -urNp linux-2.6.31/fs/namei.c linux-2.6.31/fs/namei.c
        mutex_unlock(&dir->d_inode->i_mutex);
        audit_inode(pathname, path.dentry);
  
-@@ -1874,6 +1920,13 @@ do_link:
+@@ -1876,6 +1931,13 @@ do_link:
        error = security_inode_follow_link(path.dentry, &nd);
        if (error)
                goto exit_dput;
@@ -24310,7 +29099,7 @@ diff -urNp linux-2.6.31/fs/namei.c linux-2.6.31/fs/namei.c
        error = __do_follow_link(&path, &nd);
        if (error) {
                /* Does someone understand code flow here? Or it is only
-@@ -2048,6 +2101,17 @@ SYSCALL_DEFINE4(mknodat, int, dfd, const
+@@ -2050,6 +2112,17 @@ SYSCALL_DEFINE4(mknodat, int, dfd, const
        error = may_mknod(mode);
        if (error)
                goto out_dput;
@@ -24328,7 +29117,7 @@ diff -urNp linux-2.6.31/fs/namei.c linux-2.6.31/fs/namei.c
        error = mnt_want_write(nd.path.mnt);
        if (error)
                goto out_dput;
-@@ -2068,6 +2132,9 @@ SYSCALL_DEFINE4(mknodat, int, dfd, const
+@@ -2070,6 +2143,9 @@ SYSCALL_DEFINE4(mknodat, int, dfd, const
        }
  out_drop_write:
        mnt_drop_write(nd.path.mnt);
@@ -24338,7 +29127,7 @@ diff -urNp linux-2.6.31/fs/namei.c linux-2.6.31/fs/namei.c
  out_dput:
        dput(dentry);
  out_unlock:
-@@ -2121,6 +2188,11 @@ SYSCALL_DEFINE3(mkdirat, int, dfd, const
+@@ -2123,6 +2199,11 @@ SYSCALL_DEFINE3(mkdirat, int, dfd, const
        if (IS_ERR(dentry))
                goto out_unlock;
  
@@ -24350,7 +29139,7 @@ diff -urNp linux-2.6.31/fs/namei.c linux-2.6.31/fs/namei.c
        if (!IS_POSIXACL(nd.path.dentry->d_inode))
                mode &= ~current_umask();
        error = mnt_want_write(nd.path.mnt);
-@@ -2132,6 +2204,10 @@ SYSCALL_DEFINE3(mkdirat, int, dfd, const
+@@ -2134,6 +2215,10 @@ SYSCALL_DEFINE3(mkdirat, int, dfd, const
        error = vfs_mkdir(nd.path.dentry->d_inode, dentry, mode);
  out_drop_write:
        mnt_drop_write(nd.path.mnt);
@@ -24361,7 +29150,7 @@ diff -urNp linux-2.6.31/fs/namei.c linux-2.6.31/fs/namei.c
  out_dput:
        dput(dentry);
  out_unlock:
-@@ -2213,6 +2289,8 @@ static long do_rmdir(int dfd, const char
+@@ -2215,6 +2300,8 @@ static long do_rmdir(int dfd, const char
        char * name;
        struct dentry *dentry;
        struct nameidata nd;
@@ -24370,7 +29159,7 @@ diff -urNp linux-2.6.31/fs/namei.c linux-2.6.31/fs/namei.c
  
        error = user_path_parent(dfd, pathname, &nd, &name);
        if (error)
-@@ -2237,6 +2315,19 @@ static long do_rmdir(int dfd, const char
+@@ -2239,6 +2326,19 @@ static long do_rmdir(int dfd, const char
        error = PTR_ERR(dentry);
        if (IS_ERR(dentry))
                goto exit2;
@@ -24390,7 +29179,7 @@ diff -urNp linux-2.6.31/fs/namei.c linux-2.6.31/fs/namei.c
        error = mnt_want_write(nd.path.mnt);
        if (error)
                goto exit3;
-@@ -2244,6 +2335,8 @@ static long do_rmdir(int dfd, const char
+@@ -2246,6 +2346,8 @@ static long do_rmdir(int dfd, const char
        if (error)
                goto exit4;
        error = vfs_rmdir(nd.path.dentry->d_inode, dentry);
@@ -24399,7 +29188,7 @@ diff -urNp linux-2.6.31/fs/namei.c linux-2.6.31/fs/namei.c
  exit4:
        mnt_drop_write(nd.path.mnt);
  exit3:
-@@ -2305,6 +2398,8 @@ static long do_unlinkat(int dfd, const c
+@@ -2307,6 +2409,8 @@ static long do_unlinkat(int dfd, const c
        struct dentry *dentry;
        struct nameidata nd;
        struct inode *inode = NULL;
@@ -24408,7 +29197,7 @@ diff -urNp linux-2.6.31/fs/namei.c linux-2.6.31/fs/namei.c
  
        error = user_path_parent(dfd, pathname, &nd, &name);
        if (error)
-@@ -2324,8 +2419,19 @@ static long do_unlinkat(int dfd, const c
+@@ -2326,8 +2430,19 @@ static long do_unlinkat(int dfd, const c
                if (nd.last.name[nd.last.len])
                        goto slashes;
                inode = dentry->d_inode;
@@ -24429,7 +29218,7 @@ diff -urNp linux-2.6.31/fs/namei.c linux-2.6.31/fs/namei.c
                error = mnt_want_write(nd.path.mnt);
                if (error)
                        goto exit2;
-@@ -2333,6 +2439,8 @@ static long do_unlinkat(int dfd, const c
+@@ -2335,6 +2450,8 @@ static long do_unlinkat(int dfd, const c
                if (error)
                        goto exit3;
                error = vfs_unlink(nd.path.dentry->d_inode, dentry);
@@ -24438,7 +29227,7 @@ diff -urNp linux-2.6.31/fs/namei.c linux-2.6.31/fs/namei.c
  exit3:
                mnt_drop_write(nd.path.mnt);
        exit2:
-@@ -2411,6 +2519,11 @@ SYSCALL_DEFINE3(symlinkat, const char __
+@@ -2413,6 +2530,11 @@ SYSCALL_DEFINE3(symlinkat, const char __
        if (IS_ERR(dentry))
                goto out_unlock;
  
@@ -24450,7 +29239,7 @@ diff -urNp linux-2.6.31/fs/namei.c linux-2.6.31/fs/namei.c
        error = mnt_want_write(nd.path.mnt);
        if (error)
                goto out_dput;
-@@ -2418,6 +2531,8 @@ SYSCALL_DEFINE3(symlinkat, const char __
+@@ -2420,6 +2542,8 @@ SYSCALL_DEFINE3(symlinkat, const char __
        if (error)
                goto out_drop_write;
        error = vfs_symlink(nd.path.dentry->d_inode, dentry, from);
@@ -24459,7 +29248,7 @@ diff -urNp linux-2.6.31/fs/namei.c linux-2.6.31/fs/namei.c
  out_drop_write:
        mnt_drop_write(nd.path.mnt);
  out_dput:
-@@ -2511,6 +2626,20 @@ SYSCALL_DEFINE5(linkat, int, olddfd, con
+@@ -2513,6 +2637,20 @@ SYSCALL_DEFINE5(linkat, int, olddfd, con
        error = PTR_ERR(new_dentry);
        if (IS_ERR(new_dentry))
                goto out_unlock;
@@ -24480,7 +29269,7 @@ diff -urNp linux-2.6.31/fs/namei.c linux-2.6.31/fs/namei.c
        error = mnt_want_write(nd.path.mnt);
        if (error)
                goto out_dput;
-@@ -2518,6 +2647,8 @@ SYSCALL_DEFINE5(linkat, int, olddfd, con
+@@ -2520,6 +2658,8 @@ SYSCALL_DEFINE5(linkat, int, olddfd, con
        if (error)
                goto out_drop_write;
        error = vfs_link(old_path.dentry, nd.path.dentry->d_inode, new_dentry);
@@ -24489,7 +29278,7 @@ diff -urNp linux-2.6.31/fs/namei.c linux-2.6.31/fs/namei.c
  out_drop_write:
        mnt_drop_write(nd.path.mnt);
  out_dput:
-@@ -2751,6 +2882,12 @@ SYSCALL_DEFINE4(renameat, int, olddfd, c
+@@ -2753,6 +2893,12 @@ SYSCALL_DEFINE4(renameat, int, olddfd, c
        if (new_dentry == trap)
                goto exit5;
  
@@ -24502,7 +29291,7 @@ diff -urNp linux-2.6.31/fs/namei.c linux-2.6.31/fs/namei.c
        error = mnt_want_write(oldnd.path.mnt);
        if (error)
                goto exit5;
-@@ -2760,6 +2897,9 @@ SYSCALL_DEFINE4(renameat, int, olddfd, c
+@@ -2762,6 +2908,9 @@ SYSCALL_DEFINE4(renameat, int, olddfd, c
                goto exit6;
        error = vfs_rename(old_dir->d_inode, old_dentry,
                                   new_dir->d_inode, new_dentry);
@@ -24512,9 +29301,9 @@ diff -urNp linux-2.6.31/fs/namei.c linux-2.6.31/fs/namei.c
  exit6:
        mnt_drop_write(oldnd.path.mnt);
  exit5:
-diff -urNp linux-2.6.31/fs/namespace.c linux-2.6.31/fs/namespace.c
---- linux-2.6.31/fs/namespace.c        2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/fs/namespace.c        2009-09-06 15:29:12.016049773 -0400
+diff -urNp linux-2.6.32.1/fs/namespace.c linux-2.6.32.1/fs/namespace.c
+--- linux-2.6.32.1/fs/namespace.c      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/fs/namespace.c      2009-12-14 18:33:57.945802364 -0500
 @@ -1083,6 +1083,9 @@ static int do_umount(struct vfsmount *mn
                if (!(sb->s_flags & MS_RDONLY))
                        retval = do_remount_sb(sb, MS_RDONLY, NULL, 0);
@@ -24535,10 +29324,15 @@ diff -urNp linux-2.6.31/fs/namespace.c linux-2.6.31/fs/namespace.c
        return retval;
  }
  
-@@ -1940,6 +1946,11 @@ long do_mount(char *dev_name, char *dir_
+@@ -1955,6 +1961,16 @@ long do_mount(char *dev_name, char *dir_
        if (retval)
                goto dput_out;
  
++      if (gr_handle_rofs_mount(path.dentry, path.mnt, mnt_flags)) {
++              retval = -EPERM;
++              goto dput_out;
++      }
++
 +      if (gr_handle_chroot_mount(path.dentry, path.mnt, dev_name)) {
 +              retval = -EPERM;
 +              goto dput_out;
@@ -24547,7 +29341,7 @@ diff -urNp linux-2.6.31/fs/namespace.c linux-2.6.31/fs/namespace.c
        if (flags & MS_REMOUNT)
                retval = do_remount(&path, flags & ~MS_REMOUNT, mnt_flags,
                                    data_page);
-@@ -1954,6 +1965,9 @@ long do_mount(char *dev_name, char *dir_
+@@ -1969,6 +1985,9 @@ long do_mount(char *dev_name, char *dir_
                                      dev_name, data_page);
  dput_out:
        path_put(&path);
@@ -24557,7 +29351,7 @@ diff -urNp linux-2.6.31/fs/namespace.c linux-2.6.31/fs/namespace.c
        return retval;
  }
  
-@@ -2158,6 +2172,12 @@ SYSCALL_DEFINE2(pivot_root, const char _
+@@ -2175,6 +2194,12 @@ SYSCALL_DEFINE2(pivot_root, const char _
                goto out1;
        }
  
@@ -24570,52 +29364,10 @@ diff -urNp linux-2.6.31/fs/namespace.c linux-2.6.31/fs/namespace.c
        read_lock(&current->fs->lock);
        root = current->fs->root;
        path_get(&current->fs->root);
-diff -urNp linux-2.6.31/fs/nfs/client.c linux-2.6.31/fs/nfs/client.c
---- linux-2.6.31/fs/nfs/client.c       2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/fs/nfs/client.c       2009-09-06 15:29:12.017080496 -0400
-@@ -1533,7 +1533,7 @@ static void *nfs_server_list_next(struct
- static void nfs_server_list_stop(struct seq_file *p, void *v);
- static int nfs_server_list_show(struct seq_file *m, void *v);
--static struct seq_operations nfs_server_list_ops = {
-+static const struct seq_operations nfs_server_list_ops = {
-       .start  = nfs_server_list_start,
-       .next   = nfs_server_list_next,
-       .stop   = nfs_server_list_stop,
-@@ -1554,7 +1554,7 @@ static void *nfs_volume_list_next(struct
- static void nfs_volume_list_stop(struct seq_file *p, void *v);
- static int nfs_volume_list_show(struct seq_file *m, void *v);
--static struct seq_operations nfs_volume_list_ops = {
-+static const struct seq_operations nfs_volume_list_ops = {
-       .start  = nfs_volume_list_start,
-       .next   = nfs_volume_list_next,
-       .stop   = nfs_volume_list_stop,
-diff -urNp linux-2.6.31/fs/nfs/file.c linux-2.6.31/fs/nfs/file.c
---- linux-2.6.31/fs/nfs/file.c 2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/fs/nfs/file.c 2009-09-06 15:29:12.020133517 -0400
-@@ -59,7 +59,7 @@ static int nfs_lock(struct file *filp, i
- static int nfs_flock(struct file *filp, int cmd, struct file_lock *fl);
- static int nfs_setlease(struct file *file, long arg, struct file_lock **fl);
--static struct vm_operations_struct nfs_file_vm_ops;
-+static const struct vm_operations_struct nfs_file_vm_ops;
- const struct file_operations nfs_file_operations = {
-       .llseek         = nfs_file_llseek,
-@@ -526,7 +526,7 @@ out_unlock:
-       return VM_FAULT_SIGBUS;
- }
--static struct vm_operations_struct nfs_file_vm_ops = {
-+static const struct vm_operations_struct nfs_file_vm_ops = {
-       .fault = filemap_fault,
-       .page_mkwrite = nfs_vm_page_mkwrite,
- };
-diff -urNp linux-2.6.31/fs/nfs/nfs4proc.c linux-2.6.31/fs/nfs/nfs4proc.c
---- linux-2.6.31/fs/nfs/nfs4proc.c     2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/fs/nfs/nfs4proc.c     2009-09-06 15:29:12.022060099 -0400
-@@ -1123,7 +1123,7 @@ static int _nfs4_do_open_reclaim(struct 
+diff -urNp linux-2.6.32.1/fs/nfs/nfs4proc.c linux-2.6.32.1/fs/nfs/nfs4proc.c
+--- linux-2.6.32.1/fs/nfs/nfs4proc.c   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/fs/nfs/nfs4proc.c   2009-12-14 18:33:57.971842965 -0500
+@@ -1131,7 +1131,7 @@ static int _nfs4_do_open_reclaim(struct 
  static int nfs4_do_open_reclaim(struct nfs_open_context *ctx, struct nfs4_state *state)
  {
        struct nfs_server *server = NFS_SERVER(state->inode);
@@ -24624,7 +29376,7 @@ diff -urNp linux-2.6.31/fs/nfs/nfs4proc.c linux-2.6.31/fs/nfs/nfs4proc.c
        int err;
        do {
                err = _nfs4_do_open_reclaim(ctx, state);
-@@ -1165,7 +1165,7 @@ static int _nfs4_open_delegation_recall(
+@@ -1173,7 +1173,7 @@ static int _nfs4_open_delegation_recall(
  
  int nfs4_open_delegation_recall(struct nfs_open_context *ctx, struct nfs4_state *state, const nfs4_stateid *stateid)
  {
@@ -24633,7 +29385,7 @@ diff -urNp linux-2.6.31/fs/nfs/nfs4proc.c linux-2.6.31/fs/nfs/nfs4proc.c
        struct nfs_server *server = NFS_SERVER(state->inode);
        int err;
        do {
-@@ -1481,7 +1481,7 @@ static int _nfs4_open_expired(struct nfs
+@@ -1491,7 +1491,7 @@ static int _nfs4_open_expired(struct nfs
  static inline int nfs4_do_open_expired(struct nfs_open_context *ctx, struct nfs4_state *state)
  {
        struct nfs_server *server = NFS_SERVER(state->inode);
@@ -24642,7 +29394,7 @@ diff -urNp linux-2.6.31/fs/nfs/nfs4proc.c linux-2.6.31/fs/nfs/nfs4proc.c
        int err;
  
        do {
-@@ -1579,7 +1579,7 @@ out_err:
+@@ -1589,7 +1589,7 @@ out_err:
  
  static struct nfs4_state *nfs4_do_open(struct inode *dir, struct path *path, fmode_t fmode, int flags, struct iattr *sattr, struct rpc_cred *cred)
  {
@@ -24651,7 +29403,7 @@ diff -urNp linux-2.6.31/fs/nfs/nfs4proc.c linux-2.6.31/fs/nfs/nfs4proc.c
        struct nfs4_state *res;
        int status;
  
-@@ -1670,7 +1670,7 @@ static int nfs4_do_setattr(struct inode 
+@@ -1680,7 +1680,7 @@ static int nfs4_do_setattr(struct inode 
                           struct nfs4_state *state)
  {
        struct nfs_server *server = NFS_SERVER(inode);
@@ -24660,7 +29412,7 @@ diff -urNp linux-2.6.31/fs/nfs/nfs4proc.c linux-2.6.31/fs/nfs/nfs4proc.c
        int err;
        do {
                err = nfs4_handle_exception(server,
-@@ -2014,7 +2014,7 @@ static int _nfs4_server_capabilities(str
+@@ -2046,7 +2046,7 @@ static int _nfs4_server_capabilities(str
  
  int nfs4_server_capabilities(struct nfs_server *server, struct nfs_fh *fhandle)
  {
@@ -24669,7 +29421,7 @@ diff -urNp linux-2.6.31/fs/nfs/nfs4proc.c linux-2.6.31/fs/nfs/nfs4proc.c
        int err;
        do {
                err = nfs4_handle_exception(server,
-@@ -2048,7 +2048,7 @@ static int _nfs4_lookup_root(struct nfs_
+@@ -2080,7 +2080,7 @@ static int _nfs4_lookup_root(struct nfs_
  static int nfs4_lookup_root(struct nfs_server *server, struct nfs_fh *fhandle,
                struct nfs_fsinfo *info)
  {
@@ -24678,7 +29430,7 @@ diff -urNp linux-2.6.31/fs/nfs/nfs4proc.c linux-2.6.31/fs/nfs/nfs4proc.c
        int err;
        do {
                err = nfs4_handle_exception(server,
-@@ -2137,7 +2137,7 @@ static int _nfs4_proc_getattr(struct nfs
+@@ -2169,7 +2169,7 @@ static int _nfs4_proc_getattr(struct nfs
  
  static int nfs4_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fattr *fattr)
  {
@@ -24687,7 +29439,7 @@ diff -urNp linux-2.6.31/fs/nfs/nfs4proc.c linux-2.6.31/fs/nfs/nfs4proc.c
        int err;
        do {
                err = nfs4_handle_exception(server,
-@@ -2225,7 +2225,7 @@ static int nfs4_proc_lookupfh(struct nfs
+@@ -2257,7 +2257,7 @@ static int nfs4_proc_lookupfh(struct nfs
                              struct qstr *name, struct nfs_fh *fhandle,
                              struct nfs_fattr *fattr)
  {
@@ -24696,7 +29448,7 @@ diff -urNp linux-2.6.31/fs/nfs/nfs4proc.c linux-2.6.31/fs/nfs/nfs4proc.c
        int err;
        do {
                err = _nfs4_proc_lookupfh(server, dirfh, name, fhandle, fattr);
-@@ -2254,7 +2254,7 @@ static int _nfs4_proc_lookup(struct inod
+@@ -2286,7 +2286,7 @@ static int _nfs4_proc_lookup(struct inod
  
  static int nfs4_proc_lookup(struct inode *dir, struct qstr *name, struct nfs_fh *fhandle, struct nfs_fattr *fattr)
  {
@@ -24705,7 +29457,7 @@ diff -urNp linux-2.6.31/fs/nfs/nfs4proc.c linux-2.6.31/fs/nfs/nfs4proc.c
        int err;
        do {
                err = nfs4_handle_exception(NFS_SERVER(dir),
-@@ -2318,7 +2318,7 @@ static int _nfs4_proc_access(struct inod
+@@ -2350,7 +2350,7 @@ static int _nfs4_proc_access(struct inod
  
  static int nfs4_proc_access(struct inode *inode, struct nfs_access_entry *entry)
  {
@@ -24714,7 +29466,7 @@ diff -urNp linux-2.6.31/fs/nfs/nfs4proc.c linux-2.6.31/fs/nfs/nfs4proc.c
        int err;
        do {
                err = nfs4_handle_exception(NFS_SERVER(inode),
-@@ -2374,7 +2374,7 @@ static int _nfs4_proc_readlink(struct in
+@@ -2406,7 +2406,7 @@ static int _nfs4_proc_readlink(struct in
  static int nfs4_proc_readlink(struct inode *inode, struct page *page,
                unsigned int pgbase, unsigned int pglen)
  {
@@ -24723,7 +29475,7 @@ diff -urNp linux-2.6.31/fs/nfs/nfs4proc.c linux-2.6.31/fs/nfs/nfs4proc.c
        int err;
        do {
                err = nfs4_handle_exception(NFS_SERVER(inode),
-@@ -2472,7 +2472,7 @@ static int _nfs4_proc_remove(struct inod
+@@ -2504,7 +2504,7 @@ static int _nfs4_proc_remove(struct inod
  
  static int nfs4_proc_remove(struct inode *dir, struct qstr *name)
  {
@@ -24732,7 +29484,7 @@ diff -urNp linux-2.6.31/fs/nfs/nfs4proc.c linux-2.6.31/fs/nfs/nfs4proc.c
        int err;
        do {
                err = nfs4_handle_exception(NFS_SERVER(dir),
-@@ -2546,7 +2546,7 @@ static int _nfs4_proc_rename(struct inod
+@@ -2578,7 +2578,7 @@ static int _nfs4_proc_rename(struct inod
  static int nfs4_proc_rename(struct inode *old_dir, struct qstr *old_name,
                struct inode *new_dir, struct qstr *new_name)
  {
@@ -24741,7 +29493,7 @@ diff -urNp linux-2.6.31/fs/nfs/nfs4proc.c linux-2.6.31/fs/nfs/nfs4proc.c
        int err;
        do {
                err = nfs4_handle_exception(NFS_SERVER(old_dir),
-@@ -2593,7 +2593,7 @@ static int _nfs4_proc_link(struct inode 
+@@ -2625,7 +2625,7 @@ static int _nfs4_proc_link(struct inode 
  
  static int nfs4_proc_link(struct inode *inode, struct inode *dir, struct qstr *name)
  {
@@ -24750,7 +29502,7 @@ diff -urNp linux-2.6.31/fs/nfs/nfs4proc.c linux-2.6.31/fs/nfs/nfs4proc.c
        int err;
        do {
                err = nfs4_handle_exception(NFS_SERVER(inode),
-@@ -2685,7 +2685,7 @@ out:
+@@ -2717,7 +2717,7 @@ out:
  static int nfs4_proc_symlink(struct inode *dir, struct dentry *dentry,
                struct page *page, unsigned int len, struct iattr *sattr)
  {
@@ -24759,7 +29511,7 @@ diff -urNp linux-2.6.31/fs/nfs/nfs4proc.c linux-2.6.31/fs/nfs/nfs4proc.c
        int err;
        do {
                err = nfs4_handle_exception(NFS_SERVER(dir),
-@@ -2716,7 +2716,7 @@ out:
+@@ -2748,7 +2748,7 @@ out:
  static int nfs4_proc_mkdir(struct inode *dir, struct dentry *dentry,
                struct iattr *sattr)
  {
@@ -24768,7 +29520,7 @@ diff -urNp linux-2.6.31/fs/nfs/nfs4proc.c linux-2.6.31/fs/nfs/nfs4proc.c
        int err;
        do {
                err = nfs4_handle_exception(NFS_SERVER(dir),
-@@ -2765,7 +2765,7 @@ static int _nfs4_proc_readdir(struct den
+@@ -2797,7 +2797,7 @@ static int _nfs4_proc_readdir(struct den
  static int nfs4_proc_readdir(struct dentry *dentry, struct rpc_cred *cred,
                    u64 cookie, struct page *page, unsigned int count, int plus)
  {
@@ -24777,7 +29529,7 @@ diff -urNp linux-2.6.31/fs/nfs/nfs4proc.c linux-2.6.31/fs/nfs/nfs4proc.c
        int err;
        do {
                err = nfs4_handle_exception(NFS_SERVER(dentry->d_inode),
-@@ -2813,7 +2813,7 @@ out:
+@@ -2845,7 +2845,7 @@ out:
  static int nfs4_proc_mknod(struct inode *dir, struct dentry *dentry,
                struct iattr *sattr, dev_t rdev)
  {
@@ -24786,7 +29538,7 @@ diff -urNp linux-2.6.31/fs/nfs/nfs4proc.c linux-2.6.31/fs/nfs/nfs4proc.c
        int err;
        do {
                err = nfs4_handle_exception(NFS_SERVER(dir),
-@@ -2845,7 +2845,7 @@ static int _nfs4_proc_statfs(struct nfs_
+@@ -2877,7 +2877,7 @@ static int _nfs4_proc_statfs(struct nfs_
  
  static int nfs4_proc_statfs(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fsstat *fsstat)
  {
@@ -24795,7 +29547,7 @@ diff -urNp linux-2.6.31/fs/nfs/nfs4proc.c linux-2.6.31/fs/nfs/nfs4proc.c
        int err;
        do {
                err = nfs4_handle_exception(server,
-@@ -2876,7 +2876,7 @@ static int _nfs4_do_fsinfo(struct nfs_se
+@@ -2908,7 +2908,7 @@ static int _nfs4_do_fsinfo(struct nfs_se
  
  static int nfs4_do_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fsinfo *fsinfo)
  {
@@ -24804,7 +29556,7 @@ diff -urNp linux-2.6.31/fs/nfs/nfs4proc.c linux-2.6.31/fs/nfs/nfs4proc.c
        int err;
  
        do {
-@@ -2922,7 +2922,7 @@ static int _nfs4_proc_pathconf(struct nf
+@@ -2954,7 +2954,7 @@ static int _nfs4_proc_pathconf(struct nf
  static int nfs4_proc_pathconf(struct nfs_server *server, struct nfs_fh *fhandle,
                struct nfs_pathconf *pathconf)
  {
@@ -24813,7 +29565,7 @@ diff -urNp linux-2.6.31/fs/nfs/nfs4proc.c linux-2.6.31/fs/nfs/nfs4proc.c
        int err;
  
        do {
-@@ -3224,7 +3224,7 @@ out_free:
+@@ -3253,7 +3253,7 @@ out_free:
  
  static ssize_t nfs4_get_acl_uncached(struct inode *inode, void *buf, size_t buflen)
  {
@@ -24822,7 +29574,7 @@ diff -urNp linux-2.6.31/fs/nfs/nfs4proc.c linux-2.6.31/fs/nfs/nfs4proc.c
        ssize_t ret;
        do {
                ret = __nfs4_get_acl_uncached(inode, buf, buflen);
-@@ -3280,7 +3280,7 @@ static int __nfs4_proc_set_acl(struct in
+@@ -3309,7 +3309,7 @@ static int __nfs4_proc_set_acl(struct in
  
  static int nfs4_proc_set_acl(struct inode *inode, const void *buf, size_t buflen)
  {
@@ -24831,7 +29583,7 @@ diff -urNp linux-2.6.31/fs/nfs/nfs4proc.c linux-2.6.31/fs/nfs/nfs4proc.c
        int err;
        do {
                err = nfs4_handle_exception(NFS_SERVER(inode),
-@@ -3545,7 +3545,7 @@ out:
+@@ -3574,7 +3574,7 @@ out:
  int nfs4_proc_delegreturn(struct inode *inode, struct rpc_cred *cred, const nfs4_stateid *stateid, int issync)
  {
        struct nfs_server *server = NFS_SERVER(inode);
@@ -24840,7 +29592,7 @@ diff -urNp linux-2.6.31/fs/nfs/nfs4proc.c linux-2.6.31/fs/nfs/nfs4proc.c
        int err;
        do {
                err = _nfs4_proc_delegreturn(inode, cred, stateid, issync);
-@@ -3618,7 +3618,7 @@ out:
+@@ -3647,7 +3647,7 @@ out:
  
  static int nfs4_proc_getlk(struct nfs4_state *state, int cmd, struct file_lock *request)
  {
@@ -24849,7 +29601,7 @@ diff -urNp linux-2.6.31/fs/nfs/nfs4proc.c linux-2.6.31/fs/nfs/nfs4proc.c
        int err;
  
        do {
-@@ -3992,7 +3992,7 @@ static int _nfs4_do_setlk(struct nfs4_st
+@@ -4021,7 +4021,7 @@ static int _nfs4_do_setlk(struct nfs4_st
  static int nfs4_lock_reclaim(struct nfs4_state *state, struct file_lock *request)
  {
        struct nfs_server *server = NFS_SERVER(state->inode);
@@ -24858,7 +29610,7 @@ diff -urNp linux-2.6.31/fs/nfs/nfs4proc.c linux-2.6.31/fs/nfs/nfs4proc.c
        int err;
  
        do {
-@@ -4010,7 +4010,7 @@ static int nfs4_lock_reclaim(struct nfs4
+@@ -4039,7 +4039,7 @@ static int nfs4_lock_reclaim(struct nfs4
  static int nfs4_lock_expired(struct nfs4_state *state, struct file_lock *request)
  {
        struct nfs_server *server = NFS_SERVER(state->inode);
@@ -24867,7 +29619,7 @@ diff -urNp linux-2.6.31/fs/nfs/nfs4proc.c linux-2.6.31/fs/nfs/nfs4proc.c
        int err;
  
        err = nfs4_set_lock_state(state, request);
-@@ -4065,7 +4065,7 @@ out:
+@@ -4094,7 +4094,7 @@ out:
  
  static int nfs4_proc_setlk(struct nfs4_state *state, int cmd, struct file_lock *request)
  {
@@ -24876,7 +29628,7 @@ diff -urNp linux-2.6.31/fs/nfs/nfs4proc.c linux-2.6.31/fs/nfs/nfs4proc.c
        int err;
  
        do {
-@@ -4125,7 +4125,7 @@ nfs4_proc_lock(struct file *filp, int cm
+@@ -4154,7 +4154,7 @@ nfs4_proc_lock(struct file *filp, int cm
  int nfs4_lock_delegation_recall(struct nfs4_state *state, struct file_lock *fl)
  {
        struct nfs_server *server = NFS_SERVER(state->inode);
@@ -24885,186 +29637,51 @@ diff -urNp linux-2.6.31/fs/nfs/nfs4proc.c linux-2.6.31/fs/nfs/nfs4proc.c
        int err;
  
        err = nfs4_set_lock_state(state, fl);
-diff -urNp linux-2.6.31/fs/nfsd/export.c linux-2.6.31/fs/nfsd/export.c
---- linux-2.6.31/fs/nfsd/export.c      2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/fs/nfsd/export.c      2009-09-06 15:29:12.022060099 -0400
-@@ -1505,7 +1505,7 @@ static int e_show(struct seq_file *m, vo
-       return svc_export_show(m, &svc_export_cache, cp);
- }
--struct seq_operations nfs_exports_op = {
-+const struct seq_operations nfs_exports_op = {
-       .start  = e_start,
-       .next   = e_next,
-       .stop   = e_stop,
-diff -urNp linux-2.6.31/fs/nfsd/nfsctl.c linux-2.6.31/fs/nfsd/nfsctl.c
---- linux-2.6.31/fs/nfsd/nfsctl.c      2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/fs/nfsd/nfsctl.c      2009-09-06 15:29:12.023003976 -0400
-@@ -174,7 +174,7 @@ static const struct file_operations expo
- extern int nfsd_pool_stats_open(struct inode *inode, struct file *file);
--static struct file_operations pool_stats_operations = {
-+static const struct file_operations pool_stats_operations = {
-       .open           = nfsd_pool_stats_open,
-       .read           = seq_read,
-       .llseek         = seq_lseek,
-diff -urNp linux-2.6.31/fs/nilfs2/btnode.c linux-2.6.31/fs/nilfs2/btnode.c
---- linux-2.6.31/fs/nilfs2/btnode.c    2009-09-06 19:00:55.780302780 -0400
-+++ linux-2.6.31/fs/nilfs2/btnode.c    2009-09-06 19:01:14.418463427 -0400
-@@ -46,7 +46,7 @@ void nilfs_btnode_cache_init_once(struct
-       INIT_LIST_HEAD(&btnc->i_mmap_nonlinear);
- }
--static struct address_space_operations def_btnode_aops = {
-+static const struct address_space_operations def_btnode_aops = {
-       .sync_page              = block_sync_page,
- };
-diff -urNp linux-2.6.31/fs/nilfs2/dir.c linux-2.6.31/fs/nilfs2/dir.c
---- linux-2.6.31/fs/nilfs2/dir.c       2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/fs/nilfs2/dir.c       2009-09-06 15:29:12.024025709 -0400
-@@ -697,7 +697,7 @@ not_empty:
-       return 0;
- }
--struct file_operations nilfs_dir_operations = {
-+const struct file_operations nilfs_dir_operations = {
-       .llseek         = generic_file_llseek,
-       .read           = generic_read_dir,
-       .readdir        = nilfs_readdir,
-diff -urNp linux-2.6.31/fs/nilfs2/file.c linux-2.6.31/fs/nilfs2/file.c
---- linux-2.6.31/fs/nilfs2/file.c      2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/fs/nilfs2/file.c      2009-09-06 15:29:12.024025709 -0400
-@@ -117,7 +117,7 @@ static int nilfs_page_mkwrite(struct vm_
-       return 0;
- }
--struct vm_operations_struct nilfs_file_vm_ops = {
-+const struct vm_operations_struct nilfs_file_vm_ops = {
-       .fault          = filemap_fault,
-       .page_mkwrite   = nilfs_page_mkwrite,
- };
-@@ -134,7 +134,7 @@ static int nilfs_file_mmap(struct file *
-  * We have mostly NULL's here: the current defaults are ok for
-  * the nilfs filesystem.
-  */
--struct file_operations nilfs_file_operations = {
-+const struct file_operations nilfs_file_operations = {
-       .llseek         = generic_file_llseek,
-       .read           = do_sync_read,
-       .write          = do_sync_write,
-@@ -151,7 +151,7 @@ struct file_operations nilfs_file_operat
-       .splice_read    = generic_file_splice_read,
- };
--struct inode_operations nilfs_file_inode_operations = {
-+const struct inode_operations nilfs_file_inode_operations = {
-       .truncate       = nilfs_truncate,
-       .setattr        = nilfs_setattr,
-       .permission     = nilfs_permission,
-diff -urNp linux-2.6.31/fs/nilfs2/gcinode.c linux-2.6.31/fs/nilfs2/gcinode.c
---- linux-2.6.31/fs/nilfs2/gcinode.c   2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/fs/nilfs2/gcinode.c   2009-09-06 15:29:12.024025709 -0400
-@@ -52,7 +52,7 @@
- #include "dat.h"
- #include "ifile.h"
--static struct address_space_operations def_gcinode_aops = {
-+static const struct address_space_operations def_gcinode_aops = {
-       .sync_page              = block_sync_page,
- };
-diff -urNp linux-2.6.31/fs/nilfs2/inode.c linux-2.6.31/fs/nilfs2/inode.c
---- linux-2.6.31/fs/nilfs2/inode.c     2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/fs/nilfs2/inode.c     2009-09-06 15:29:12.025009296 -0400
-@@ -238,7 +238,7 @@ nilfs_direct_IO(int rw, struct kiocb *io
-       return size;
+diff -urNp linux-2.6.32.1/fs/nfsd/lockd.c linux-2.6.32.1/fs/nfsd/lockd.c
+--- linux-2.6.32.1/fs/nfsd/lockd.c     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/fs/nfsd/lockd.c     2009-12-14 18:33:57.979842084 -0500
+@@ -67,7 +67,7 @@ nlm_fclose(struct file *filp)
+       fput(filp);
  }
  
--struct address_space_operations nilfs_aops = {
-+const struct address_space_operations nilfs_aops = {
-       .writepage              = nilfs_writepage,
-       .readpage               = nilfs_readpage,
-       .sync_page              = block_sync_page,
-diff -urNp linux-2.6.31/fs/nilfs2/mdt.c linux-2.6.31/fs/nilfs2/mdt.c
---- linux-2.6.31/fs/nilfs2/mdt.c       2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/fs/nilfs2/mdt.c       2009-09-06 15:29:12.025009296 -0400
-@@ -430,7 +430,7 @@ nilfs_mdt_write_page(struct page *page, 
- }
--static struct address_space_operations def_mdt_aops = {
-+static const struct address_space_operations def_mdt_aops = {
-       .writepage              = nilfs_mdt_write_page,
-       .sync_page              = block_sync_page,
- };
-diff -urNp linux-2.6.31/fs/nilfs2/namei.c linux-2.6.31/fs/nilfs2/namei.c
---- linux-2.6.31/fs/nilfs2/namei.c     2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/fs/nilfs2/namei.c     2009-09-06 15:29:12.025919717 -0400
-@@ -448,7 +448,7 @@ out:
-       return err;
- }
--struct inode_operations nilfs_dir_inode_operations = {
-+const struct inode_operations nilfs_dir_inode_operations = {
-       .create         = nilfs_create,
-       .lookup         = nilfs_lookup,
-       .link           = nilfs_link,
-@@ -462,12 +462,12 @@ struct inode_operations nilfs_dir_inode_
-       .permission     = nilfs_permission,
- };
--struct inode_operations nilfs_special_inode_operations = {
-+const struct inode_operations nilfs_special_inode_operations = {
-       .setattr        = nilfs_setattr,
-       .permission     = nilfs_permission,
+-static struct nlmsvc_binding  nfsd_nlm_ops = {
++static const struct nlmsvc_binding    nfsd_nlm_ops = {
+       .fopen          = nlm_fopen,            /* open file for locking */
+       .fclose         = nlm_fclose,           /* close file */
  };
+diff -urNp linux-2.6.32.1/fs/nfsd/vfs.c linux-2.6.32.1/fs/nfsd/vfs.c
+--- linux-2.6.32.1/fs/nfsd/vfs.c       2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/fs/nfsd/vfs.c       2009-12-14 18:33:57.989771739 -0500
+@@ -940,7 +940,7 @@ nfsd_vfs_read(struct svc_rqst *rqstp, st
+       } else {
+               oldfs = get_fs();
+               set_fs(KERNEL_DS);
+-              host_err = vfs_readv(file, (struct iovec __user *)vec, vlen, &offset);
++              host_err = vfs_readv(file, (__force struct iovec __user *)vec, vlen, &offset);
+               set_fs(oldfs);
+       }
+@@ -1063,7 +1063,7 @@ nfsd_vfs_write(struct svc_rqst *rqstp, s
+       /* Write the data. */
+       oldfs = get_fs(); set_fs(KERNEL_DS);
+-      host_err = vfs_writev(file, (struct iovec __user *)vec, vlen, &offset);
++      host_err = vfs_writev(file, (__force struct iovec __user *)vec, vlen, &offset);
+       set_fs(oldfs);
+       if (host_err < 0)
+               goto out_nfserr;
+@@ -1538,7 +1538,7 @@ nfsd_readlink(struct svc_rqst *rqstp, st
+        */
  
--struct inode_operations nilfs_symlink_inode_operations = {
-+const struct inode_operations nilfs_symlink_inode_operations = {
-       .readlink       = generic_readlink,
-       .follow_link    = page_follow_link_light,
-       .put_link       = page_put_link,
-diff -urNp linux-2.6.31/fs/nilfs2/nilfs.h linux-2.6.31/fs/nilfs2/nilfs.h
---- linux-2.6.31/fs/nilfs2/nilfs.h     2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/fs/nilfs2/nilfs.h     2009-09-06 15:29:12.025919717 -0400
-@@ -294,13 +294,13 @@ void nilfs_clear_gcdat_inode(struct the_
- /*
-  * Inodes and files operations
-  */
--extern struct file_operations nilfs_dir_operations;
--extern struct inode_operations nilfs_file_inode_operations;
--extern struct file_operations nilfs_file_operations;
--extern struct address_space_operations nilfs_aops;
--extern struct inode_operations nilfs_dir_inode_operations;
--extern struct inode_operations nilfs_special_inode_operations;
--extern struct inode_operations nilfs_symlink_inode_operations;
-+extern const struct file_operations nilfs_dir_operations;
-+extern const struct inode_operations nilfs_file_inode_operations;
-+extern const struct file_operations nilfs_file_operations;
-+extern const struct address_space_operations nilfs_aops;
-+extern const struct inode_operations nilfs_dir_inode_operations;
-+extern const struct inode_operations nilfs_special_inode_operations;
-+extern const struct inode_operations nilfs_symlink_inode_operations;
- /*
-  * filesystem type
-diff -urNp linux-2.6.31/fs/nilfs2/super.c linux-2.6.31/fs/nilfs2/super.c
---- linux-2.6.31/fs/nilfs2/super.c     2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/fs/nilfs2/super.c     2009-09-06 15:29:12.026942095 -0400
-@@ -529,7 +529,7 @@ static int nilfs_statfs(struct dentry *d
-       return 0;
- }
+       oldfs = get_fs(); set_fs(KERNEL_DS);
+-      host_err = inode->i_op->readlink(dentry, buf, *lenp);
++      host_err = inode->i_op->readlink(dentry, (__force char __user *)buf, *lenp);
+       set_fs(oldfs);
  
--static struct super_operations nilfs_sops = {
-+static const struct super_operations nilfs_sops = {
-       .alloc_inode    = nilfs_alloc_inode,
-       .destroy_inode  = nilfs_destroy_inode,
-       .dirty_inode    = nilfs_dirty_inode,
-diff -urNp linux-2.6.31/fs/nls/nls_base.c linux-2.6.31/fs/nls/nls_base.c
---- linux-2.6.31/fs/nls/nls_base.c     2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/fs/nls/nls_base.c     2009-09-06 15:29:12.026942095 -0400
+       if (host_err < 0)
+diff -urNp linux-2.6.32.1/fs/nls/nls_base.c linux-2.6.32.1/fs/nls/nls_base.c
+--- linux-2.6.32.1/fs/nls/nls_base.c   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/fs/nls/nls_base.c   2009-12-14 18:33:58.003745323 -0500
 @@ -41,7 +41,7 @@ static const struct utf8_table utf8_tabl
      {0xF8,  0xF0,   3*6,    0x1FFFFF,       0x10000,   /* 4 byte sequence */},
      {0xFC,  0xF8,   4*6,    0x3FFFFFF,      0x200000,  /* 5 byte sequence */},
@@ -25074,121 +29691,34 @@ diff -urNp linux-2.6.31/fs/nls/nls_base.c linux-2.6.31/fs/nls/nls_base.c
  };
  
  #define UNICODE_MAX   0x0010ffff
-diff -urNp linux-2.6.31/fs/ntfs/file.c linux-2.6.31/fs/ntfs/file.c
---- linux-2.6.31/fs/ntfs/file.c        2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/fs/ntfs/file.c        2009-09-06 15:29:12.027976092 -0400
-@@ -2291,6 +2291,6 @@ const struct inode_operations ntfs_file_
+diff -urNp linux-2.6.32.1/fs/ntfs/file.c linux-2.6.32.1/fs/ntfs/file.c
+--- linux-2.6.32.1/fs/ntfs/file.c      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/fs/ntfs/file.c      2009-12-14 18:33:58.017886590 -0500
+@@ -2243,6 +2243,6 @@ const struct inode_operations ntfs_file_
  #endif /* NTFS_RW */
  };
  
 -const struct file_operations ntfs_empty_file_ops = {};
-+const struct file_operations ntfs_empty_file_ops;
++const struct file_operations ntfs_empty_file_ops __read_only;
  
 -const struct inode_operations ntfs_empty_inode_ops = {};
-+const struct inode_operations ntfs_empty_inode_ops;
-diff -urNp linux-2.6.31/fs/ocfs2/cluster/heartbeat.c linux-2.6.31/fs/ocfs2/cluster/heartbeat.c
---- linux-2.6.31/fs/ocfs2/cluster/heartbeat.c  2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/fs/ocfs2/cluster/heartbeat.c  2009-09-06 15:29:12.027976092 -0400
-@@ -966,7 +966,7 @@ static ssize_t o2hb_debug_read(struct fi
- }
- #endif  /* CONFIG_DEBUG_FS */
--static struct file_operations o2hb_debug_fops = {
-+static const struct file_operations o2hb_debug_fops = {
-       .open =         o2hb_debug_open,
-       .release =      o2hb_debug_release,
-       .read =         o2hb_debug_read,
-diff -urNp linux-2.6.31/fs/ocfs2/cluster/netdebug.c linux-2.6.31/fs/ocfs2/cluster/netdebug.c
---- linux-2.6.31/fs/ocfs2/cluster/netdebug.c   2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/fs/ocfs2/cluster/netdebug.c   2009-09-06 15:29:12.028908816 -0400
-@@ -163,7 +163,7 @@ static void nst_seq_stop(struct seq_file
- {
- }
--static struct seq_operations nst_seq_ops = {
-+static const struct seq_operations nst_seq_ops = {
-       .start = nst_seq_start,
-       .next = nst_seq_next,
-       .stop = nst_seq_stop,
-@@ -207,7 +207,7 @@ static int nst_fop_release(struct inode 
-       return seq_release_private(inode, file);
- }
--static struct file_operations nst_seq_fops = {
-+static const struct file_operations nst_seq_fops = {
-       .open = nst_fop_open,
-       .read = seq_read,
-       .llseek = seq_lseek,
-@@ -344,7 +344,7 @@ static void sc_seq_stop(struct seq_file 
- {
- }
--static struct seq_operations sc_seq_ops = {
-+static const struct seq_operations sc_seq_ops = {
-       .start = sc_seq_start,
-       .next = sc_seq_next,
-       .stop = sc_seq_stop,
-@@ -388,7 +388,7 @@ static int sc_fop_release(struct inode *
-       return seq_release_private(inode, file);
- }
--static struct file_operations sc_seq_fops = {
-+static const struct file_operations sc_seq_fops = {
-       .open = sc_fop_open,
-       .read = seq_read,
-       .llseek = seq_lseek,
-diff -urNp linux-2.6.31/fs/ocfs2/dlm/dlmdebug.c linux-2.6.31/fs/ocfs2/dlm/dlmdebug.c
---- linux-2.6.31/fs/ocfs2/dlm/dlmdebug.c       2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/fs/ocfs2/dlm/dlmdebug.c       2009-09-06 15:29:12.028908816 -0400
-@@ -479,7 +479,7 @@ bail:
-       return -ENOMEM;
- }
--static struct file_operations debug_purgelist_fops = {
-+static const struct file_operations debug_purgelist_fops = {
-       .open =         debug_purgelist_open,
-       .release =      debug_buffer_release,
-       .read =         debug_buffer_read,
-@@ -539,7 +539,7 @@ bail:
-       return -ENOMEM;
- }
--static struct file_operations debug_mle_fops = {
-+static const struct file_operations debug_mle_fops = {
-       .open =         debug_mle_open,
-       .release =      debug_buffer_release,
-       .read =         debug_buffer_read,
-@@ -683,7 +683,7 @@ static int lockres_seq_show(struct seq_f
-       return 0;
- }
--static struct seq_operations debug_lockres_ops = {
-+static const struct seq_operations debug_lockres_ops = {
-       .start =        lockres_seq_start,
-       .stop =         lockres_seq_stop,
-       .next =         lockres_seq_next,
-@@ -742,7 +742,7 @@ static int debug_lockres_release(struct 
-       return seq_release_private(inode, file);
- }
--static struct file_operations debug_lockres_fops = {
-+static const struct file_operations debug_lockres_fops = {
-       .open =         debug_lockres_open,
-       .release =      debug_lockres_release,
-       .read =         seq_read,
-@@ -926,7 +926,7 @@ bail:
-       return -ENOMEM;
- }
--static struct file_operations debug_state_fops = {
-+static const struct file_operations debug_state_fops = {
-       .open =         debug_state_open,
-       .release =      debug_buffer_release,
-       .read =         debug_buffer_read,
-diff -urNp linux-2.6.31/fs/ocfs2/localalloc.c linux-2.6.31/fs/ocfs2/localalloc.c
---- linux-2.6.31/fs/ocfs2/localalloc.c 2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/fs/ocfs2/localalloc.c 2009-09-06 15:29:12.029906981 -0400
-@@ -1186,7 +1186,7 @@ static int ocfs2_local_alloc_slide_windo
++const struct inode_operations ntfs_empty_inode_ops __read_only;
+diff -urNp linux-2.6.32.1/fs/ocfs2/cluster/masklog.c linux-2.6.32.1/fs/ocfs2/cluster/masklog.c
+--- linux-2.6.32.1/fs/ocfs2/cluster/masklog.c  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/fs/ocfs2/cluster/masklog.c  2009-12-14 18:33:58.046723305 -0500
+@@ -135,7 +135,7 @@ static ssize_t mlog_store(struct kobject
+       return mlog_mask_store(mlog_attr->mask, buf, count);
+ }
+-static struct sysfs_ops mlog_attr_ops = {
++static const struct sysfs_ops mlog_attr_ops = {
+       .show  = mlog_show,
+       .store = mlog_store,
+ };
+diff -urNp linux-2.6.32.1/fs/ocfs2/localalloc.c linux-2.6.32.1/fs/ocfs2/localalloc.c
+--- linux-2.6.32.1/fs/ocfs2/localalloc.c       2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/fs/ocfs2/localalloc.c       2009-12-14 18:33:58.070813486 -0500
+@@ -1188,7 +1188,7 @@ static int ocfs2_local_alloc_slide_windo
                goto bail;
        }
  
@@ -25197,22 +29727,10 @@ diff -urNp linux-2.6.31/fs/ocfs2/localalloc.c linux-2.6.31/fs/ocfs2/localalloc.c
  
        status = 0;
  bail:
-diff -urNp linux-2.6.31/fs/ocfs2/mmap.c linux-2.6.31/fs/ocfs2/mmap.c
---- linux-2.6.31/fs/ocfs2/mmap.c       2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/fs/ocfs2/mmap.c       2009-09-06 15:29:12.029906981 -0400
-@@ -202,7 +202,7 @@ out:
-       return ret;
- }
--static struct vm_operations_struct ocfs2_file_vm_ops = {
-+static const struct vm_operations_struct ocfs2_file_vm_ops = {
-       .fault          = ocfs2_fault,
-       .page_mkwrite   = ocfs2_page_mkwrite,
- };
-diff -urNp linux-2.6.31/fs/ocfs2/ocfs2.h linux-2.6.31/fs/ocfs2/ocfs2.h
---- linux-2.6.31/fs/ocfs2/ocfs2.h      2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/fs/ocfs2/ocfs2.h      2009-09-06 15:29:12.029906981 -0400
-@@ -191,11 +191,11 @@ enum ocfs2_vol_state
+diff -urNp linux-2.6.32.1/fs/ocfs2/ocfs2.h linux-2.6.32.1/fs/ocfs2/ocfs2.h
+--- linux-2.6.32.1/fs/ocfs2/ocfs2.h    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/fs/ocfs2/ocfs2.h    2009-12-14 18:33:58.081752152 -0500
+@@ -217,11 +217,11 @@ enum ocfs2_vol_state
  
  struct ocfs2_alloc_stats
  {
@@ -25229,9 +29747,9 @@ diff -urNp linux-2.6.31/fs/ocfs2/ocfs2.h linux-2.6.31/fs/ocfs2/ocfs2.h
  };
  
  enum ocfs2_local_alloc_state
-diff -urNp linux-2.6.31/fs/ocfs2/suballoc.c linux-2.6.31/fs/ocfs2/suballoc.c
---- linux-2.6.31/fs/ocfs2/suballoc.c   2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/fs/ocfs2/suballoc.c   2009-09-06 15:29:12.031008567 -0400
+diff -urNp linux-2.6.32.1/fs/ocfs2/suballoc.c linux-2.6.32.1/fs/ocfs2/suballoc.c
+--- linux-2.6.32.1/fs/ocfs2/suballoc.c 2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/fs/ocfs2/suballoc.c 2009-12-14 18:33:58.112763271 -0500
 @@ -620,7 +620,7 @@ static int ocfs2_reserve_suballoc_bits(s
                                mlog_errno(status);
                        goto bail;
@@ -25241,7 +29759,7 @@ diff -urNp linux-2.6.31/fs/ocfs2/suballoc.c linux-2.6.31/fs/ocfs2/suballoc.c
  
                /* You should never ask for this much metadata */
                BUG_ON(bits_wanted >
-@@ -1650,7 +1650,7 @@ int ocfs2_claim_metadata(struct ocfs2_su
+@@ -1651,7 +1651,7 @@ int ocfs2_claim_metadata(struct ocfs2_su
                mlog_errno(status);
                goto bail;
        }
@@ -25250,7 +29768,7 @@ diff -urNp linux-2.6.31/fs/ocfs2/suballoc.c linux-2.6.31/fs/ocfs2/suballoc.c
  
        *blkno_start = bg_blkno + (u64) *suballoc_bit_start;
        ac->ac_bits_given += (*num_bits);
-@@ -1724,7 +1724,7 @@ int ocfs2_claim_new_inode(struct ocfs2_s
+@@ -1725,7 +1725,7 @@ int ocfs2_claim_new_inode(struct ocfs2_s
                mlog_errno(status);
                goto bail;
        }
@@ -25259,7 +29777,7 @@ diff -urNp linux-2.6.31/fs/ocfs2/suballoc.c linux-2.6.31/fs/ocfs2/suballoc.c
  
        BUG_ON(num_bits != 1);
  
-@@ -1826,7 +1826,7 @@ int __ocfs2_claim_clusters(struct ocfs2_
+@@ -1827,7 +1827,7 @@ int __ocfs2_claim_clusters(struct ocfs2_
                                                      cluster_start,
                                                      num_clusters);
                if (!status)
@@ -25268,7 +29786,7 @@ diff -urNp linux-2.6.31/fs/ocfs2/suballoc.c linux-2.6.31/fs/ocfs2/suballoc.c
        } else {
                if (min_clusters > (osb->bitmap_cpg - 1)) {
                        /* The only paths asking for contiguousness
-@@ -1854,7 +1854,7 @@ int __ocfs2_claim_clusters(struct ocfs2_
+@@ -1855,7 +1855,7 @@ int __ocfs2_claim_clusters(struct ocfs2_
                                ocfs2_desc_bitmap_to_cluster_off(ac->ac_inode,
                                                                 bg_blkno,
                                                                 bg_bit_off);
@@ -25277,9 +29795,9 @@ diff -urNp linux-2.6.31/fs/ocfs2/suballoc.c linux-2.6.31/fs/ocfs2/suballoc.c
                }
        }
        if (status < 0) {
-diff -urNp linux-2.6.31/fs/ocfs2/super.c linux-2.6.31/fs/ocfs2/super.c
---- linux-2.6.31/fs/ocfs2/super.c      2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/fs/ocfs2/super.c      2009-09-06 15:29:12.031008567 -0400
+diff -urNp linux-2.6.32.1/fs/ocfs2/super.c linux-2.6.32.1/fs/ocfs2/super.c
+--- linux-2.6.32.1/fs/ocfs2/super.c    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/fs/ocfs2/super.c    2009-12-14 18:33:58.129850125 -0500
 @@ -284,11 +284,11 @@ static int ocfs2_osb_dump(struct ocfs2_s
                        "%10s => GlobalAllocs: %d  LocalAllocs: %d  "
                        "SubAllocs: %d  LAWinMoves: %d  SAExtends: %d\n",
@@ -25297,16 +29815,7 @@ diff -urNp linux-2.6.31/fs/ocfs2/super.c linux-2.6.31/fs/ocfs2/super.c
  
        out += snprintf(buf + out, len - out,
                        "%10s => State: %u  Descriptor: %llu  Size: %u bits  "
-@@ -373,7 +373,7 @@ static ssize_t ocfs2_debug_read(struct f
- }
- #endif        /* CONFIG_DEBUG_FS */
--static struct file_operations ocfs2_osb_debug_fops = {
-+static const struct file_operations ocfs2_osb_debug_fops = {
-       .open =         ocfs2_osb_debug_open,
-       .release =      ocfs2_debug_release,
-       .read =         ocfs2_debug_read,
-@@ -1991,11 +1991,11 @@ static int ocfs2_initialize_super(struct
+@@ -1998,11 +1998,11 @@ static int ocfs2_initialize_super(struct
        spin_lock_init(&osb->osb_xattr_lock);
        ocfs2_init_inode_steal_slot(osb);
  
@@ -25323,93 +29832,9 @@ diff -urNp linux-2.6.31/fs/ocfs2/super.c linux-2.6.31/fs/ocfs2/super.c
  
        /* Copy the blockcheck stats from the superblock probe */
        osb->osb_ecc_stats = *stats;
-diff -urNp linux-2.6.31/fs/omfs/dir.c linux-2.6.31/fs/omfs/dir.c
---- linux-2.6.31/fs/omfs/dir.c 2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/fs/omfs/dir.c 2009-09-06 15:29:12.031927279 -0400
-@@ -489,7 +489,7 @@ out:
-       return ret;
- }
--struct inode_operations omfs_dir_inops = {
-+const struct inode_operations omfs_dir_inops = {
-       .lookup = omfs_lookup,
-       .mkdir = omfs_mkdir,
-       .rename = omfs_rename,
-@@ -498,7 +498,7 @@ struct inode_operations omfs_dir_inops =
-       .rmdir = omfs_rmdir,
- };
--struct file_operations omfs_dir_operations = {
-+const struct file_operations omfs_dir_operations = {
-       .read = generic_read_dir,
-       .readdir = omfs_readdir,
-       .llseek = generic_file_llseek,
-diff -urNp linux-2.6.31/fs/omfs/file.c linux-2.6.31/fs/omfs/file.c
---- linux-2.6.31/fs/omfs/file.c        2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/fs/omfs/file.c        2009-09-06 15:29:12.031927279 -0400
-@@ -322,7 +322,7 @@ static sector_t omfs_bmap(struct address
-       return generic_block_bmap(mapping, block, omfs_get_block);
- }
--struct file_operations omfs_file_operations = {
-+const struct file_operations omfs_file_operations = {
-       .llseek = generic_file_llseek,
-       .read = do_sync_read,
-       .write = do_sync_write,
-@@ -333,11 +333,11 @@ struct file_operations omfs_file_operati
-       .splice_read = generic_file_splice_read,
- };
--struct inode_operations omfs_file_inops = {
-+const struct inode_operations omfs_file_inops = {
-       .truncate = omfs_truncate
- };
--struct address_space_operations omfs_aops = {
-+const struct address_space_operations omfs_aops = {
-       .readpage = omfs_readpage,
-       .readpages = omfs_readpages,
-       .writepage = omfs_writepage,
-diff -urNp linux-2.6.31/fs/omfs/inode.c linux-2.6.31/fs/omfs/inode.c
---- linux-2.6.31/fs/omfs/inode.c       2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/fs/omfs/inode.c       2009-09-06 15:29:12.031927279 -0400
-@@ -278,7 +278,7 @@ static int omfs_statfs(struct dentry *de
-       return 0;
- }
--static struct super_operations omfs_sops = {
-+static const struct super_operations omfs_sops = {
-       .write_inode    = omfs_write_inode,
-       .delete_inode   = omfs_delete_inode,
-       .put_super      = omfs_put_super,
-diff -urNp linux-2.6.31/fs/omfs/omfs.h linux-2.6.31/fs/omfs/omfs.h
---- linux-2.6.31/fs/omfs/omfs.h        2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/fs/omfs/omfs.h        2009-09-06 15:29:12.033003469 -0400
-@@ -44,16 +44,16 @@ extern int omfs_allocate_range(struct su
- extern int omfs_clear_range(struct super_block *sb, u64 block, int count);
- /* dir.c */
--extern struct file_operations omfs_dir_operations;
--extern struct inode_operations omfs_dir_inops;
-+extern const struct file_operations omfs_dir_operations;
-+extern const struct inode_operations omfs_dir_inops;
- extern int omfs_make_empty(struct inode *inode, struct super_block *sb);
- extern int omfs_is_bad(struct omfs_sb_info *sbi, struct omfs_header *header,
-                       u64 fsblock);
- /* file.c */
--extern struct file_operations omfs_file_operations;
--extern struct inode_operations omfs_file_inops;
--extern struct address_space_operations omfs_aops;
-+extern const struct file_operations omfs_file_operations;
-+extern const struct inode_operations omfs_file_inops;
-+extern const struct address_space_operations omfs_aops;
- extern void omfs_make_empty_table(struct buffer_head *bh, int offset);
- extern int omfs_shrink_inode(struct inode *inode);
-diff -urNp linux-2.6.31/fs/open.c linux-2.6.31/fs/open.c
---- linux-2.6.31/fs/open.c     2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/fs/open.c     2009-09-06 15:29:12.033003469 -0400
+diff -urNp linux-2.6.32.1/fs/open.c linux-2.6.32.1/fs/open.c
+--- linux-2.6.32.1/fs/open.c   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/fs/open.c   2009-12-14 18:33:58.165729130 -0500
 @@ -206,6 +206,9 @@ int do_truncate(struct dentry *dentry, l
        if (length < 0)
                return -EINVAL;
@@ -25420,7 +29845,7 @@ diff -urNp linux-2.6.31/fs/open.c linux-2.6.31/fs/open.c
        newattrs.ia_size = length;
        newattrs.ia_valid = ATTR_SIZE | time_attrs;
        if (filp) {
-@@ -510,6 +513,9 @@ SYSCALL_DEFINE3(faccessat, int, dfd, con
+@@ -511,6 +514,9 @@ SYSCALL_DEFINE3(faccessat, int, dfd, con
        if (__mnt_is_readonly(path.mnt))
                res = -EROFS;
  
@@ -25430,7 +29855,7 @@ diff -urNp linux-2.6.31/fs/open.c linux-2.6.31/fs/open.c
  out_path_release:
        path_put(&path);
  out:
-@@ -536,6 +542,8 @@ SYSCALL_DEFINE1(chdir, const char __user
+@@ -537,6 +543,8 @@ SYSCALL_DEFINE1(chdir, const char __user
        if (error)
                goto dput_and_out;
  
@@ -25439,7 +29864,7 @@ diff -urNp linux-2.6.31/fs/open.c linux-2.6.31/fs/open.c
        set_fs_pwd(current->fs, &path);
  
  dput_and_out:
-@@ -562,6 +570,13 @@ SYSCALL_DEFINE1(fchdir, unsigned int, fd
+@@ -563,6 +571,13 @@ SYSCALL_DEFINE1(fchdir, unsigned int, fd
                goto out_putf;
  
        error = inode_permission(inode, MAY_EXEC | MAY_ACCESS);
@@ -25453,7 +29878,7 @@ diff -urNp linux-2.6.31/fs/open.c linux-2.6.31/fs/open.c
        if (!error)
                set_fs_pwd(current->fs, &file->f_path);
  out_putf:
-@@ -587,7 +602,18 @@ SYSCALL_DEFINE1(chroot, const char __use
+@@ -588,7 +603,18 @@ SYSCALL_DEFINE1(chroot, const char __use
        if (!capable(CAP_SYS_CHROOT))
                goto dput_and_out;
  
@@ -25472,7 +29897,7 @@ diff -urNp linux-2.6.31/fs/open.c linux-2.6.31/fs/open.c
        error = 0;
  dput_and_out:
        path_put(&path);
-@@ -615,13 +641,28 @@ SYSCALL_DEFINE2(fchmod, unsigned int, fd
+@@ -616,13 +642,28 @@ SYSCALL_DEFINE2(fchmod, unsigned int, fd
        err = mnt_want_write_file(file);
        if (err)
                goto out_putf;
@@ -25501,7 +29926,7 @@ diff -urNp linux-2.6.31/fs/open.c linux-2.6.31/fs/open.c
        mnt_drop_write(file->f_path.mnt);
  out_putf:
        fput(file);
-@@ -644,13 +685,28 @@ SYSCALL_DEFINE3(fchmodat, int, dfd, cons
+@@ -645,13 +686,28 @@ SYSCALL_DEFINE3(fchmodat, int, dfd, cons
        error = mnt_want_write(path.mnt);
        if (error)
                goto dput_and_out;
@@ -25530,7 +29955,7 @@ diff -urNp linux-2.6.31/fs/open.c linux-2.6.31/fs/open.c
        mnt_drop_write(path.mnt);
  dput_and_out:
        path_put(&path);
-@@ -663,12 +719,15 @@ SYSCALL_DEFINE2(chmod, const char __user
+@@ -664,12 +720,15 @@ SYSCALL_DEFINE2(chmod, const char __user
        return sys_fchmodat(AT_FDCWD, filename, mode);
  }
  
@@ -25547,7 +29972,12 @@ diff -urNp linux-2.6.31/fs/open.c linux-2.6.31/fs/open.c
        newattrs.ia_valid =  ATTR_CTIME;
        if (user != (uid_t) -1) {
                newattrs.ia_valid |= ATTR_UID;
-@@ -699,7 +758,7 @@ SYSCALL_DEFINE3(chown, const char __user
+@@ -770,17 +770,17 @@ SYSCALL_DEFINE3(chown, const char __user
+               goto out;
+       error = mnt_want_write(path.mnt);
+       if (error)
+               goto out_release;
+ #ifdef CONFIG_VSERVER_COWBL
        error = cow_check_and_break(&path);
        if (!error)
  #endif
@@ -25556,7 +29986,17 @@ diff -urNp linux-2.6.31/fs/open.c linux-2.6.31/fs/open.c
        mnt_drop_write(path.mnt);
  out_release:
        path_put(&path);
-@@ -724,7 +783,7 @@ SYSCALL_DEFINE5(fchownat, int, dfd, cons
+ out:
+       return error;
+ }
+ SYSCALL_DEFINE5(fchownat, int, dfd, const char __user *, filename, uid_t, user,
+@@ -799,17 +799,17 @@ SYSCALL_DEFINE5(fchownat, int, dfd, cons
+               goto out;
+       error = mnt_want_write(path.mnt);
+       if (error)
+               goto out_release;
+ #ifdef CONFIG_VSERVER_COWBL
        error = cow_check_and_break(&path);
        if (!error)
  #endif
@@ -25565,16 +30005,21 @@ diff -urNp linux-2.6.31/fs/open.c linux-2.6.31/fs/open.c
        mnt_drop_write(path.mnt);
  out_release:
        path_put(&path);
-@@ -743,7 +802,7 @@ SYSCALL_DEFINE3(lchown, const char __use
+ out:
+       return error;
+ }
+ SYSCALL_DEFINE3(lchown, const char __user *, filename, uid_t, user, gid_t, group)
+@@ -827,7 +827,7 @@ SYSCALL_DEFINE3(lchown, const char __use
        error = cow_check_and_break(&path);
        if (!error)
  #endif
 -              error = chown_common(path.dentry, user, group);
-+              error = chown_common(path.dentry, user, group, path.mnt);
++              error = chown_common(path.dentry, user, group, path.nmt);
        mnt_drop_write(path.mnt);
  out_release:
        path_put(&path);
-@@ -766,7 +825,7 @@ SYSCALL_DEFINE3(fchown, unsigned int, fd
+@@ -850,7 +850,7 @@ SYSCALL_DEFINE3(fchown, unsigned int, fd
                goto out_fput;
        dentry = file->f_path.dentry;
        audit_inode(NULL, dentry);
@@ -25583,10 +30028,114 @@ diff -urNp linux-2.6.31/fs/open.c linux-2.6.31/fs/open.c
        mnt_drop_write(file->f_path.mnt);
  out_fput:
        fput(file);
-diff -urNp linux-2.6.31/fs/pipe.c linux-2.6.31/fs/pipe.c
---- linux-2.6.31/fs/pipe.c     2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/fs/pipe.c     2009-09-06 15:29:12.033923207 -0400
-@@ -886,7 +886,7 @@ void free_pipe_info(struct inode *inode)
+diff -urNp linux-2.6.32.1/fs/pipe.c linux-2.6.32.1/fs/pipe.c
+--- linux-2.6.32.1/fs/pipe.c   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/fs/pipe.c   2009-12-14 18:33:58.165729130 -0500
+@@ -401,9 +401,9 @@ redo:
+               }
+               if (bufs)       /* More to do? */
+                       continue;
+-              if (!pipe->writers)
++              if (!atomic_read(&pipe->writers))
+                       break;
+-              if (!pipe->waiting_writers) {
++              if (!atomic_read(&pipe->waiting_writers)) {
+                       /* syscall merging: Usually we must not sleep
+                        * if O_NONBLOCK is set, or if we got some data.
+                        * But if a writer sleeps in kernel space, then
+@@ -462,7 +462,7 @@ pipe_write(struct kiocb *iocb, const str
+       mutex_lock(&inode->i_mutex);
+       pipe = inode->i_pipe;
+-      if (!pipe->readers) {
++      if (!atomic_read(&pipe->readers)) {
+               send_sig(SIGPIPE, current, 0);
+               ret = -EPIPE;
+               goto out;
+@@ -511,7 +511,7 @@ redo1:
+       for (;;) {
+               int bufs;
+-              if (!pipe->readers) {
++              if (!atomic_read(&pipe->readers)) {
+                       send_sig(SIGPIPE, current, 0);
+                       if (!ret)
+                               ret = -EPIPE;
+@@ -597,9 +597,9 @@ redo2:
+                       kill_fasync(&pipe->fasync_readers, SIGIO, POLL_IN);
+                       do_wakeup = 0;
+               }
+-              pipe->waiting_writers++;
++              atomic_inc(&pipe->waiting_writers);
+               pipe_wait(pipe);
+-              pipe->waiting_writers--;
++              atomic_dec(&pipe->waiting_writers);
+       }
+ out:
+       mutex_unlock(&inode->i_mutex);
+@@ -666,7 +666,7 @@ pipe_poll(struct file *filp, poll_table 
+       mask = 0;
+       if (filp->f_mode & FMODE_READ) {
+               mask = (nrbufs > 0) ? POLLIN | POLLRDNORM : 0;
+-              if (!pipe->writers && filp->f_version != pipe->w_counter)
++              if (!atomic_read(&pipe->writers) && filp->f_version != pipe->w_counter)
+                       mask |= POLLHUP;
+       }
+@@ -676,7 +676,7 @@ pipe_poll(struct file *filp, poll_table 
+                * Most Unices do not set POLLERR for FIFOs but on Linux they
+                * behave exactly like pipes for poll().
+                */
+-              if (!pipe->readers)
++              if (!atomic_read(&pipe->readers))
+                       mask |= POLLERR;
+       }
+@@ -690,10 +690,10 @@ pipe_release(struct inode *inode, int de
+       mutex_lock(&inode->i_mutex);
+       pipe = inode->i_pipe;
+-      pipe->readers -= decr;
+-      pipe->writers -= decw;
++      atomic_sub(decr, &pipe->readers);
++      atomic_sub(decw, &pipe->writers);
+-      if (!pipe->readers && !pipe->writers) {
++      if (!atomic_read(&pipe->readers) && !atomic_read(&pipe->writers)) {
+               free_pipe_info(inode);
+       } else {
+               wake_up_interruptible_sync(&pipe->wait);
+@@ -783,7 +783,7 @@ pipe_read_open(struct inode *inode, stru
+       if (inode->i_pipe) {
+               ret = 0;
+-              inode->i_pipe->readers++;
++              atomic_inc(&inode->i_pipe->readers);
+       }
+       mutex_unlock(&inode->i_mutex);
+@@ -800,7 +800,7 @@ pipe_write_open(struct inode *inode, str
+       if (inode->i_pipe) {
+               ret = 0;
+-              inode->i_pipe->writers++;
++              atomic_inc(&inode->i_pipe->writers);
+       }
+       mutex_unlock(&inode->i_mutex);
+@@ -818,9 +818,9 @@ pipe_rdwr_open(struct inode *inode, stru
+       if (inode->i_pipe) {
+               ret = 0;
+               if (filp->f_mode & FMODE_READ)
+-                      inode->i_pipe->readers++;
++                      atomic_inc(&inode->i_pipe->readers);
+               if (filp->f_mode & FMODE_WRITE)
+-                      inode->i_pipe->writers++;
++                      atomic_inc(&inode->i_pipe->writers);
+       }
+       mutex_unlock(&inode->i_mutex);
+@@ -905,7 +905,7 @@ void free_pipe_info(struct inode *inode)
        inode->i_pipe = NULL;
  }
  
@@ -25595,12 +30144,22 @@ diff -urNp linux-2.6.31/fs/pipe.c linux-2.6.31/fs/pipe.c
  static int pipefs_delete_dentry(struct dentry *dentry)
  {
        /*
-diff -urNp linux-2.6.31/fs/proc/array.c linux-2.6.31/fs/proc/array.c
---- linux-2.6.31/fs/proc/array.c       2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/fs/proc/array.c       2009-09-06 15:29:12.033923207 -0400
-@@ -321,6 +321,21 @@ static inline void task_context_switch_c
-                       p->nivcsw);
+@@ -945,7 +945,8 @@ static struct inode * get_pipe_inode(voi
+               goto fail_iput;
+       inode->i_pipe = pipe;
+-      pipe->readers = pipe->writers = 1;
++      atomic_set(&pipe->readers, 1);
++      atomic_set(&pipe->writers, 1);
+       inode->i_fop = &rdwr_pipefifo_fops;
+       /*
+diff -urNp linux-2.6.32.1/fs/proc/array.c linux-2.6.32.1/fs/proc/array.c
+--- linux-2.6.32.1/fs/proc/array.c     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/fs/proc/array.c     2009-12-14 18:33:58.212989652 -0500
+@@ -410,6 +410,21 @@ static void task_show_stack_usage(struct
  }
+ #endif                /* CONFIG_MMU */
  
 +#if defined(CONFIG_PAX_NOEXEC) || defined(CONFIG_PAX_ASLR)
 +static inline void task_pax(struct seq_file *m, struct task_struct *p)
@@ -25620,10 +30179,10 @@ diff -urNp linux-2.6.31/fs/proc/array.c linux-2.6.31/fs/proc/array.c
  int proc_pid_status(struct seq_file *m, struct pid_namespace *ns,
                        struct pid *pid, struct task_struct *task)
  {
-@@ -340,9 +355,20 @@ int proc_pid_status(struct seq_file *m, 
-       task_show_regs(m, task);
+@@ -430,9 +445,20 @@ int proc_pid_status(struct seq_file *m, 
  #endif
        task_context_switch_counts(m, task);
+       task_show_stack_usage(m, task);
 +
 +#if defined(CONFIG_PAX_NOEXEC) || defined(CONFIG_PAX_ASLR)
 +      task_pax(m, task);
@@ -25641,7 +30200,7 @@ diff -urNp linux-2.6.31/fs/proc/array.c linux-2.6.31/fs/proc/array.c
  static int do_task_stat(struct seq_file *m, struct pid_namespace *ns,
                        struct pid *pid, struct task_struct *task, int whole)
  {
-@@ -439,6 +465,19 @@ static int do_task_stat(struct seq_file 
+@@ -529,6 +555,19 @@ static int do_task_stat(struct seq_file 
                gtime = task_gtime(task);
        }
  
@@ -25661,23 +30220,23 @@ diff -urNp linux-2.6.31/fs/proc/array.c linux-2.6.31/fs/proc/array.c
        /* scale priority and nice values from timeslices to -20..20 */
        /* to make it look like a "normal" Unix priority/nice value  */
        priority = task_prio(task);
-@@ -479,9 +518,15 @@ static int do_task_stat(struct seq_file 
+@@ -569,9 +608,15 @@ static int do_task_stat(struct seq_file 
                vsize,
                mm ? get_mm_rss(mm) : 0,
                rsslim,
 +#ifdef CONFIG_GRKERNSEC_PROC_MEMMAP
 +              PAX_RAND_FLAGS(mm) ? 1 : (mm ? mm->start_code : 0),
 +              PAX_RAND_FLAGS(mm) ? 1 : (mm ? mm->end_code : 0),
-+              PAX_RAND_FLAGS(mm) ? 0 : ((permitted && mm) ? mm->start_stack : 0),
++              PAX_RAND_FLAGS(mm) ? 0 : ((permitted && mm) ? task->stack_start : 0),
 +#else
                mm ? mm->start_code : 0,
                mm ? mm->end_code : 0,
-               (permitted && mm) ? mm->start_stack : 0,
+               (permitted && mm) ? task->stack_start : 0,
 +#endif
                esp,
                eip,
                /* The signal information here is obsolete.
-@@ -534,3 +579,10 @@ int proc_pid_statm(struct seq_file *m, s
+@@ -624,3 +669,10 @@ int proc_pid_statm(struct seq_file *m, s
  
        return 0;
  }
@@ -25685,13 +30244,15 @@ diff -urNp linux-2.6.31/fs/proc/array.c linux-2.6.31/fs/proc/array.c
 +#ifdef CONFIG_GRKERNSEC_PROC_IPADDR
 +int proc_pid_ipaddr(struct task_struct *task, char *buffer)
 +{
-+      return sprintf(buffer, "%u.%u.%u.%u\n", NIPQUAD(task->signal->curr_ip));
++      return sprintf(buffer, "%pI4\n", &task->signal->curr_ip);
 +}
 +#endif
-diff -urNp linux-2.6.31/fs/proc/base.c linux-2.6.31/fs/proc/base.c
---- linux-2.6.31/fs/proc/base.c        2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/fs/proc/base.c        2009-09-06 15:29:12.035224674 -0400
-@@ -213,6 +213,9 @@ static int check_mem_permission(struct t
+diff -urNp linux-2.6.32.1/fs/proc/base.c linux-2.6.32.1/fs/proc/base.c
+--- linux-2.6.32.1/fs/proc/base.c      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/fs/proc/base.c      2009-12-14 18:33:58.441707899 -0500
+@@ -211,10 +211,13 @@ static int check_mem_permission(struct t
+        * to use system calls instead of load instructions.
+        */
        if (task == current)
                return 0;
  
@@ -25701,7 +30262,11 @@ diff -urNp linux-2.6.31/fs/proc/base.c linux-2.6.31/fs/proc/base.c
        /*
         * If current is actively ptrace'ing, and would also be
         * permitted to freshly attach with ptrace now, permit it.
-@@ -260,6 +263,9 @@ static int proc_pid_cmdline(struct task_
+        */
+       if (task_is_stopped_or_traced(task)) {
+@@ -258,10 +261,13 @@ static int proc_pid_cmdline(struct task_
+       if (!mm)
+               goto out;
        if (!mm->arg_end)
                goto out_mm;    /* Shh! No looking before we're done */
  
@@ -25711,7 +30276,11 @@ diff -urNp linux-2.6.31/fs/proc/base.c linux-2.6.31/fs/proc/base.c
        len = mm->arg_end - mm->arg_start;
   
        if (len > PAGE_SIZE)
-@@ -287,12 +293,26 @@ out:
+               len = PAGE_SIZE;
+  
+@@ -285,16 +291,30 @@ out_mm:
+       mmput(mm);
+ out:
        return res;
  }
  
@@ -25738,7 +30307,11 @@ diff -urNp linux-2.6.31/fs/proc/base.c linux-2.6.31/fs/proc/base.c
                do {
                        nwords += 2;
                } while (mm->saved_auxv[nwords - 2] != 0); /* AT_NULL */
-@@ -328,7 +348,7 @@ static int proc_pid_wchan(struct task_st
+               res = nwords * sizeof(mm->saved_auxv[0]);
+               if (res > PAGE_SIZE)
+@@ -326,11 +346,11 @@ static int proc_pid_wchan(struct task_st
+       else
+               return sprintf(buffer, "%s", symname);
  }
  #endif /* CONFIG_KALLSYMS */
  
@@ -25747,7 +30320,11 @@ diff -urNp linux-2.6.31/fs/proc/base.c linux-2.6.31/fs/proc/base.c
  
  #define MAX_STACK_TRACE_DEPTH 64
  
-@@ -521,7 +541,7 @@ static int proc_pid_limits(struct task_s
+ static int proc_pid_stack(struct seq_file *m, struct pid_namespace *ns,
+                         struct pid *pid, struct task_struct *task)
+@@ -519,11 +539,11 @@ static int proc_pid_limits(struct task_s
+       }
        return count;
  }
  
@@ -25756,7 +30333,11 @@ diff -urNp linux-2.6.31/fs/proc/base.c linux-2.6.31/fs/proc/base.c
  static int proc_pid_syscall(struct task_struct *task, char *buffer)
  {
        long nr;
-@@ -935,6 +955,9 @@ static ssize_t environ_read(struct file 
+       unsigned long args[6], sp, pc;
+@@ -933,10 +953,13 @@ static ssize_t environ_read(struct file 
+       struct mm_struct *mm;
        if (!task)
                goto out_no_task;
  
@@ -25766,7 +30347,11 @@ diff -urNp linux-2.6.31/fs/proc/base.c linux-2.6.31/fs/proc/base.c
        if (!ptrace_may_access(task, PTRACE_MODE_READ))
                goto out;
  
-@@ -1438,7 +1461,11 @@ static struct inode *proc_pid_make_inode
+       ret = -ENOMEM;
+       page = (char *)__get_free_page(GFP_TEMPORARY);
+@@ -1483,11 +1483,15 @@ static struct inode *proc_pid_make_inode
+       if (task_dumpable(task)) {
                rcu_read_lock();
                cred = __task_cred(task);
                inode->i_uid = cred->euid;
@@ -25777,8 +30362,12 @@ diff -urNp linux-2.6.31/fs/proc/base.c linux-2.6.31/fs/proc/base.c
 +#endif
                rcu_read_unlock();
        }
+       /* procfs is xid tagged */
+       inode->i_tag = (tag_t)vx_task_xid(task);
        security_task_to_inode(task, inode);
-@@ -1456,6 +1483,9 @@ static int pid_getattr(struct vfsmount *
+@@ -1471,23 +1498,48 @@ out_unlock:
+ static int pid_getattr(struct vfsmount *mnt, struct dentry *dentry, struct kstat *stat)
+ {
        struct inode *inode = dentry->d_inode;
        struct task_struct *task;
        const struct cred *cred;
@@ -25788,7 +30377,7 @@ diff -urNp linux-2.6.31/fs/proc/base.c linux-2.6.31/fs/proc/base.c
  
        generic_fillattr(inode, stat);
  
-@@ -1463,12 +1493,34 @@ static int pid_getattr(struct vfsmount *
+       rcu_read_lock();
        stat->uid = 0;
        stat->gid = 0;
        task = pid_task(proc_pid(inode), PIDTYPE_PID);
@@ -25824,7 +30413,11 @@ diff -urNp linux-2.6.31/fs/proc/base.c linux-2.6.31/fs/proc/base.c
                }
        }
        rcu_read_unlock();
-@@ -1500,11 +1552,20 @@ static int pid_revalidate(struct dentry 
+       return 0;
+ }
+@@ -1515,15 +1567,24 @@ static int pid_revalidate(struct dentry 
+       struct task_struct *task = get_proc_task(inode);
+       const struct cred *cred;
  
        if (task) {
                if ((inode->i_mode == (S_IFDIR|S_IRUGO|S_IXUGO)) ||
@@ -25845,7 +30438,11 @@ diff -urNp linux-2.6.31/fs/proc/base.c linux-2.6.31/fs/proc/base.c
                        rcu_read_unlock();
                } else {
                        inode->i_uid = 0;
-@@ -1625,7 +1686,8 @@ static int proc_fd_info(struct inode *in
+                       inode->i_gid = 0;
+               }
+@@ -1640,11 +1701,12 @@ static int proc_fd_info(struct inode *in
+       struct files_struct *files = NULL;
+       struct file *file;
        int fd = proc_fd(inode);
  
        if (task) {
@@ -25855,7 +30452,11 @@ diff -urNp linux-2.6.31/fs/proc/base.c linux-2.6.31/fs/proc/base.c
                put_task_struct(task);
        }
        if (files) {
-@@ -1877,12 +1939,22 @@ static const struct file_operations proc
+               /*
+                * We are not taking a ref to the file structure, so we must
+@@ -1892,16 +1954,26 @@ static const struct file_operations proc
+  * access /proc/self/fd after it has executed a setuid().
+  */
  static int proc_fd_permission(struct inode *inode, int mask)
  {
        int rv;
@@ -25880,9 +30481,13 @@ diff -urNp linux-2.6.31/fs/proc/base.c linux-2.6.31/fs/proc/base.c
        return rv;
  }
  
-@@ -1991,6 +2063,9 @@ static struct dentry *proc_pident_lookup
-       if (!task)
-               goto out_no_task;
+ /*
+  * proc directories can do almost nothing..
+@@ -2094,10 +2094,13 @@ static struct dentry *proc_pident_lookup
+               (dentry->d_name.len == 5) &&
+               (!memcmp(dentry->d_name.name, "vinfo", 5) ||
+               !memcmp(dentry->d_name.name, "ninfo", 5)))
+               goto out;
  
 +      if (gr_pid_is_chrooted(task) || gr_check_hidden_task(task))
 +              goto out;
@@ -25890,7 +30495,11 @@ diff -urNp linux-2.6.31/fs/proc/base.c linux-2.6.31/fs/proc/base.c
        /*
         * Yes, it does not scale. And it should not. Don't add
         * new entries into /proc/<tgid>/ without very good reasons.
-@@ -2035,6 +2110,9 @@ static int proc_pident_readdir(struct fi
+        */
+       last = &ents[nents - 1];
+@@ -2050,10 +2125,13 @@ static int proc_pident_readdir(struct fi
+       ret = -ENOENT;
        if (!task)
                goto out_no_task;
  
@@ -25900,7 +30509,11 @@ diff -urNp linux-2.6.31/fs/proc/base.c linux-2.6.31/fs/proc/base.c
        ret = 0;
        i = filp->f_pos;
        switch (i) {
-@@ -2401,6 +2479,9 @@ static struct dentry *proc_base_lookup(s
+       case 0:
+               ino = inode->i_ino;
+@@ -2416,10 +2494,13 @@ static struct dentry *proc_base_lookup(s
+                       break;
+       }
        if (p > last)
                goto out;
  
@@ -25910,7 +30523,11 @@ diff -urNp linux-2.6.31/fs/proc/base.c linux-2.6.31/fs/proc/base.c
        error = proc_base_instantiate(dir, dentry, task, p);
  
  out:
-@@ -2487,7 +2568,7 @@ static const struct pid_entry tgid_base_
+       put_task_struct(task);
+ out_no_task:
+@@ -2502,11 +2583,11 @@ static const struct pid_entry tgid_base_
+       ONE("personality", S_IRUSR, proc_pid_personality),
+       INF("limits",     S_IRUSR, proc_pid_limits),
  #ifdef CONFIG_SCHED_DEBUG
        REG("sched",      S_IRUGO|S_IWUSR, proc_pid_sched_operations),
  #endif
@@ -25919,7 +30536,11 @@ diff -urNp linux-2.6.31/fs/proc/base.c linux-2.6.31/fs/proc/base.c
        INF("syscall",    S_IRUSR, proc_pid_syscall),
  #endif
        INF("cmdline",    S_IRUGO, proc_pid_cmdline),
-@@ -2515,7 +2596,7 @@ static const struct pid_entry tgid_base_
+       ONE("stat",       S_IRUGO, proc_tgid_stat),
+       ONE("statm",      S_IRUGO, proc_pid_statm),
+@@ -2530,11 +2611,11 @@ static const struct pid_entry tgid_base_
+       DIR("attr",       S_IRUGO|S_IXUGO, proc_attr_dir_inode_operations, proc_attr_dir_operations),
+ #endif
  #ifdef CONFIG_KALLSYMS
        INF("wchan",      S_IRUGO, proc_pid_wchan),
  #endif
@@ -25928,17 +30549,25 @@ diff -urNp linux-2.6.31/fs/proc/base.c linux-2.6.31/fs/proc/base.c
        ONE("stack",      S_IRUSR, proc_pid_stack),
  #endif
  #ifdef CONFIG_SCHEDSTATS
-@@ -2545,6 +2626,9 @@ static const struct pid_entry tgid_base_
+       INF("schedstat",  S_IRUGO, proc_pid_schedstat),
+ #endif
+@@ -2662,10 +2662,13 @@ static const struct pid_entry tgid_base_
+       REG("coredump_filter", S_IRUGO|S_IWUSR, proc_coredump_filter_operations),
+ #endif
  #ifdef CONFIG_TASK_IO_ACCOUNTING
        INF("io",       S_IRUGO, proc_tgid_io_accounting),
  #endif
 +#ifdef CONFIG_GRKERNSEC_PROC_IPADDR
-+      INF("ipaddr",     S_IRUSR, proc_pid_ipaddr),
++      INF("ipaddr",     S_IRUSR, proc_pid_ipaddr),
 +#endif
        ONE("nsproxy",  S_IRUGO, proc_pid_nsproxy),
  };
  
-@@ -2674,7 +2758,14 @@ static struct dentry *proc_pid_instantia
+ static int proc_tgid_base_readdir(struct file * filp,
+                            void * dirent, filldir_t filldir)
+@@ -2684,11 +2768,18 @@ static struct dentry *proc_pid_instantia
+       inode = proc_pid_make_inode(dir->i_sb, task);
        if (!inode)
                goto out;
  
@@ -25953,7 +30582,11 @@ diff -urNp linux-2.6.31/fs/proc/base.c linux-2.6.31/fs/proc/base.c
        inode->i_op = &proc_tgid_base_inode_operations;
        inode->i_fop = &proc_tgid_base_operations;
        inode->i_flags|=S_IMMUTABLE;
-@@ -2716,7 +2807,11 @@ struct dentry *proc_pid_lookup(struct in
+       inode->i_nlink = 2 + pid_entry_count_dirs(tgid_base_stuff,
+@@ -2726,11 +2817,15 @@ struct dentry *proc_pid_lookup(struct in
+               get_task_struct(task);
+       rcu_read_unlock();
        if (!task)
                goto out;
  
@@ -25965,7 +30598,11 @@ diff -urNp linux-2.6.31/fs/proc/base.c linux-2.6.31/fs/proc/base.c
        put_task_struct(task);
  out:
        return result;
-@@ -2781,6 +2876,10 @@ int proc_pid_readdir(struct file * filp,
+ }
+@@ -2908,10 +2908,14 @@ static int proc_pid_fill_cache(struct fi
+ /* for the /proc/ directory itself, after non-process stuff has been done */
+ int proc_pid_readdir(struct file * filp, void * dirent, filldir_t filldir)
  {
        unsigned int nr = filp->f_pos - FIRST_PROCESS_ENTRY;
        struct task_struct *reaper = get_proc_task_real(filp->f_path.dentry->d_inode);
@@ -25976,28 +30613,35 @@ diff -urNp linux-2.6.31/fs/proc/base.c linux-2.6.31/fs/proc/base.c
        struct tgid_iter iter;
        struct pid_namespace *ns;
  
-@@ -2799,6 +2898,20 @@ int proc_pid_readdir(struct file * filp,
+       if (!reaper)
+               goto out_no_task;
+@@ -2930,10 +2930,23 @@ int proc_pid_readdir(struct file * filp,
+       iter.task = NULL;
+       iter.tgid = filp->f_pos - TGID_OFFSET;
        for (iter = next_tgid(ns, iter);
             iter.task;
             iter.tgid += 1, iter = next_tgid(ns, iter)) {
 +#if defined(CONFIG_GRKERNSEC_PROC_USER) || defined(CONFIG_GRKERNSEC_PROC_USERGROUP)
-+              itercred = __task_cred(iter.task);
++                      itercred = __task_cred(iter.task);
 +#endif
-+              if (gr_pid_is_chrooted(iter.task) || gr_check_hidden_task(iter.task)
++                      if (gr_pid_is_chrooted(iter.task) || gr_check_hidden_task(iter.task)
 +#if defined(CONFIG_GRKERNSEC_PROC_USER) || defined(CONFIG_GRKERNSEC_PROC_USERGROUP)
-+                  || (tmpcred->uid && (itercred->uid != tmpcred->uid)
++                              || (tmpcred->uid && (itercred->uid != tmpcred->uid)
 +#ifdef CONFIG_GRKERNSEC_PROC_USERGROUP
-+                      && !in_group_p(CONFIG_GRKERNSEC_PROC_GID)
++                              && !in_group_p(CONFIG_GRKERNSEC_PROC_GID)
 +#endif
 +                      )
 +#endif
 +              )
 +                      continue;
-+
                filp->f_pos = iter.tgid + TGID_OFFSET;
+               if (!vx_proc_task_visible(iter.task))
+                       continue;
                if (proc_pid_fill_cache(filp, dirent, filldir, iter) < 0) {
                        put_task_struct(iter.task);
-@@ -2826,7 +2939,7 @@ static const struct pid_entry tid_base_s
+@@ -2836,11 +2949,11 @@ static const struct pid_entry tid_base_s
+       ONE("personality", S_IRUSR, proc_pid_personality),
+       INF("limits",    S_IRUSR, proc_pid_limits),
  #ifdef CONFIG_SCHED_DEBUG
        REG("sched",     S_IRUGO|S_IWUSR, proc_pid_sched_operations),
  #endif
@@ -26006,7 +30650,11 @@ diff -urNp linux-2.6.31/fs/proc/base.c linux-2.6.31/fs/proc/base.c
        INF("syscall",   S_IRUSR, proc_pid_syscall),
  #endif
        INF("cmdline",   S_IRUGO, proc_pid_cmdline),
-@@ -2853,7 +2966,7 @@ static const struct pid_entry tid_base_s
+       ONE("stat",      S_IRUGO, proc_tid_stat),
+       ONE("statm",     S_IRUGO, proc_pid_statm),
+@@ -2863,11 +2976,11 @@ static const struct pid_entry tid_base_s
+       DIR("attr",      S_IRUGO|S_IXUGO, proc_attr_dir_inode_operations, proc_attr_dir_operations),
+ #endif
  #ifdef CONFIG_KALLSYMS
        INF("wchan",     S_IRUGO, proc_pid_wchan),
  #endif
@@ -26015,9 +30663,11 @@ diff -urNp linux-2.6.31/fs/proc/base.c linux-2.6.31/fs/proc/base.c
        ONE("stack",      S_IRUSR, proc_pid_stack),
  #endif
  #ifdef CONFIG_SCHEDSTATS
-diff -urNp linux-2.6.31/fs/proc/cmdline.c linux-2.6.31/fs/proc/cmdline.c
---- linux-2.6.31/fs/proc/cmdline.c     2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/fs/proc/cmdline.c     2009-09-06 15:29:12.035224674 -0400
+       INF("schedstat", S_IRUGO, proc_pid_schedstat),
+ #endif
+diff -urNp linux-2.6.32.1/fs/proc/cmdline.c linux-2.6.32.1/fs/proc/cmdline.c
+--- linux-2.6.32.1/fs/proc/cmdline.c   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/fs/proc/cmdline.c   2009-12-14 18:33:58.645698553 -0500
 @@ -23,7 +23,11 @@ static const struct file_operations cmdl
  
  static int __init proc_cmdline_init(void)
@@ -26030,9 +30680,9 @@ diff -urNp linux-2.6.31/fs/proc/cmdline.c linux-2.6.31/fs/proc/cmdline.c
        return 0;
  }
  module_init(proc_cmdline_init);
-diff -urNp linux-2.6.31/fs/proc/devices.c linux-2.6.31/fs/proc/devices.c
---- linux-2.6.31/fs/proc/devices.c     2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/fs/proc/devices.c     2009-09-06 15:29:12.035959231 -0400
+diff -urNp linux-2.6.32.1/fs/proc/devices.c linux-2.6.32.1/fs/proc/devices.c
+--- linux-2.6.32.1/fs/proc/devices.c   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/fs/proc/devices.c   2009-12-14 18:33:58.654900501 -0500
 @@ -64,7 +64,11 @@ static const struct file_operations proc
  
  static int __init proc_devices_init(void)
@@ -26045,9 +30695,9 @@ diff -urNp linux-2.6.31/fs/proc/devices.c linux-2.6.31/fs/proc/devices.c
        return 0;
  }
  module_init(proc_devices_init);
-diff -urNp linux-2.6.31/fs/proc/inode.c linux-2.6.31/fs/proc/inode.c
---- linux-2.6.31/fs/proc/inode.c       2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/fs/proc/inode.c       2009-09-06 15:29:12.035959231 -0400
+diff -urNp linux-2.6.32.1/fs/proc/inode.c linux-2.6.32.1/fs/proc/inode.c
+--- linux-2.6.32.1/fs/proc/inode.c     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/fs/proc/inode.c     2009-12-14 18:33:58.671805678 -0500
 @@ -457,7 +457,11 @@ struct inode *proc_get_inode(struct supe
                if (de->mode) {
                        inode->i_mode = de->mode;
@@ -26060,22 +30710,22 @@ diff -urNp linux-2.6.31/fs/proc/inode.c linux-2.6.31/fs/proc/inode.c
                }
                if (de->size)
                        inode->i_size = de->size;
-diff -urNp linux-2.6.31/fs/proc/internal.h linux-2.6.31/fs/proc/internal.h
---- linux-2.6.31/fs/proc/internal.h    2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/fs/proc/internal.h    2009-09-06 15:29:12.035959231 -0400
-@@ -51,6 +51,9 @@ extern int proc_pid_status(struct seq_fi
+diff -urNp linux-2.6.32.1/fs/proc/internal.h linux-2.6.32.1/fs/proc/internal.h
+--- linux-2.6.32.1/fs/proc/internal.h  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/fs/proc/internal.h  2009-12-14 18:33:58.676829168 -0500
+@@ -54,6 +54,9 @@
+                               struct pid *pid, struct task_struct *task);
  extern int proc_pid_nsproxy(struct seq_file *m, struct pid_namespace *ns,
                                struct pid *pid, struct task_struct *task);
 +#ifdef CONFIG_GRKERNSEC_PROC_IPADDR
 +extern int proc_pid_ipaddr(struct task_struct *task, char *buffer);
 +#endif
  extern loff_t mem_lseek(struct file *file, loff_t offset, int orig);
  
- extern const struct file_operations proc_maps_operations;
-diff -urNp linux-2.6.31/fs/proc/Kconfig linux-2.6.31/fs/proc/Kconfig
---- linux-2.6.31/fs/proc/Kconfig       2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/fs/proc/Kconfig       2009-09-06 15:29:12.035959231 -0400
+diff -urNp linux-2.6.32.1/fs/proc/Kconfig linux-2.6.32.1/fs/proc/Kconfig
+--- linux-2.6.32.1/fs/proc/Kconfig     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/fs/proc/Kconfig     2009-12-14 18:33:58.690702376 -0500
 @@ -30,12 +30,12 @@ config PROC_FS
  
  config PROC_KCORE
@@ -26103,25 +30753,22 @@ diff -urNp linux-2.6.31/fs/proc/Kconfig linux-2.6.31/fs/proc/Kconfig
        bool "Enable /proc page monitoring" if EMBEDDED
        help
          Various /proc files exist to monitor process memory utilization:
-diff -urNp linux-2.6.31/fs/proc/kcore.c linux-2.6.31/fs/proc/kcore.c
---- linux-2.6.31/fs/proc/kcore.c       2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/fs/proc/kcore.c       2009-09-06 15:29:12.037021785 -0400
-@@ -404,10 +404,12 @@ read_kcore(struct file *file, char __use
+diff -urNp linux-2.6.32.1/fs/proc/kcore.c linux-2.6.32.1/fs/proc/kcore.c
+--- linux-2.6.32.1/fs/proc/kcore.c     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/fs/proc/kcore.c     2009-12-14 18:33:58.701784947 -0500
+@@ -541,6 +541,9 @@ read_kcore(struct file *file, char __use
  
- static int __init proc_kcore_init(void)
+ static int open_kcore(struct inode *inode, struct file *filp)
  {
-+#if !defined(CONFIG_GRKERNSEC_PROC_ADD) && !defined(CONFIG_GRKERNSEC_HIDESYM)
-       proc_root_kcore = proc_create("kcore", S_IRUSR, NULL, &proc_kcore_operations);
-       if (proc_root_kcore)
-               proc_root_kcore->size =
-                               (size_t)high_memory - PAGE_OFFSET + PAGE_SIZE;
++#if defined(CONFIG_GRKERNSEC_PROC_ADD) || defined(CONFIG_GRKERNSEC_HIDESYM)
++      return -EPERM;
 +#endif
-       return 0;
- }
- module_init(proc_kcore_init);
-diff -urNp linux-2.6.31/fs/proc/nommu.c linux-2.6.31/fs/proc/nommu.c
---- linux-2.6.31/fs/proc/nommu.c       2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/fs/proc/nommu.c       2009-09-06 15:29:12.037021785 -0400
+       if (!capable(CAP_SYS_RAWIO))
+               return -EPERM;
+       if (kcore_need_update)
+diff -urNp linux-2.6.32.1/fs/proc/nommu.c linux-2.6.32.1/fs/proc/nommu.c
+--- linux-2.6.32.1/fs/proc/nommu.c     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/fs/proc/nommu.c     2009-12-14 18:33:58.710714170 -0500
 @@ -67,7 +67,7 @@ static int nommu_region_show(struct seq_
                if (len < 1)
                        len = 1;
@@ -26131,18 +30778,9 @@ diff -urNp linux-2.6.31/fs/proc/nommu.c linux-2.6.31/fs/proc/nommu.c
        }
  
        seq_putc(m, '\n');
-@@ -109,7 +109,7 @@ static void *nommu_region_list_next(stru
-       return rb_next((struct rb_node *) v);
- }
--static struct seq_operations proc_nommu_region_list_seqop = {
-+static const struct seq_operations proc_nommu_region_list_seqop = {
-       .start  = nommu_region_list_start,
-       .next   = nommu_region_list_next,
-       .stop   = nommu_region_list_stop,
-diff -urNp linux-2.6.31/fs/proc/proc_net.c linux-2.6.31/fs/proc/proc_net.c
---- linux-2.6.31/fs/proc/proc_net.c    2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/fs/proc/proc_net.c    2009-09-06 15:29:12.037021785 -0400
+diff -urNp linux-2.6.32.1/fs/proc/proc_net.c linux-2.6.32.1/fs/proc/proc_net.c
+--- linux-2.6.32.1/fs/proc/proc_net.c  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/fs/proc/proc_net.c  2009-12-14 18:33:58.722912684 -0500
 @@ -104,6 +104,17 @@ static struct net *get_proc_task_net(str
        struct task_struct *task;
        struct nsproxy *ns;
@@ -26161,9 +30799,9 @@ diff -urNp linux-2.6.31/fs/proc/proc_net.c linux-2.6.31/fs/proc/proc_net.c
  
        rcu_read_lock();
        task = pid_task(proc_pid(dir), PIDTYPE_PID);
-diff -urNp linux-2.6.31/fs/proc/proc_sysctl.c linux-2.6.31/fs/proc/proc_sysctl.c
---- linux-2.6.31/fs/proc/proc_sysctl.c 2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/fs/proc/proc_sysctl.c 2009-09-06 15:29:12.037021785 -0400
+diff -urNp linux-2.6.32.1/fs/proc/proc_sysctl.c linux-2.6.32.1/fs/proc/proc_sysctl.c
+--- linux-2.6.32.1/fs/proc/proc_sysctl.c       2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/fs/proc/proc_sysctl.c       2009-12-14 18:33:58.723752171 -0500
 @@ -7,6 +7,8 @@
  #include <linux/security.h>
  #include "internal.h"
@@ -26203,22 +30841,10 @@ diff -urNp linux-2.6.31/fs/proc/proc_sysctl.c linux-2.6.31/fs/proc/proc_sysctl.c
        generic_fillattr(inode, stat);
        if (table)
                stat->mode = (stat->mode & S_IFMT) | table->mode;
-diff -urNp linux-2.6.31/fs/proc/root.c linux-2.6.31/fs/proc/root.c
---- linux-2.6.31/fs/proc/root.c        2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/fs/proc/root.c        2009-09-06 15:29:12.038141970 -0400
-@@ -101,6 +101,11 @@ static struct file_system_type proc_fs_t
-       .kill_sb        = proc_kill_sb,
- };
-+#ifdef CONFIG_GRKERNSEC_HIDESYM
-+static const struct file_operations __kallsyms_operations = {
-+};
-+#endif
-+
- void __init proc_root_init(void)
- {
-       int err;
-@@ -134,9 +139,22 @@ void __init proc_root_init(void)
+diff -urNp linux-2.6.32.1/fs/proc/root.c linux-2.6.32.1/fs/proc/root.c
+--- linux-2.6.32.1/fs/proc/root.c      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/fs/proc/root.c      2009-12-14 18:33:58.724743723 -0500
+@@ -134,7 +134,15 @@ void __init proc_root_init(void)
  #ifdef CONFIG_PROC_DEVICETREE
        proc_device_tree_init();
  #endif
@@ -26232,18 +30858,11 @@ diff -urNp linux-2.6.31/fs/proc/root.c linux-2.6.31/fs/proc/root.c
        proc_mkdir("bus", NULL);
 +#endif
        proc_sys_init();
-       proc_vx_init();
-+
-+#ifdef CONFIG_GRKERNSEC_HIDESYM
-+      /* fake kallsyms to workaround klogd bug */
-+      proc_create("kallsyms", 0444, NULL, &__kallsyms_operations);
-+#endif
  }
  
- static int proc_root_getattr(struct vfsmount *mnt, struct dentry *dentry, struct kstat *stat
-diff -urNp linux-2.6.31/fs/proc/task_mmu.c linux-2.6.31/fs/proc/task_mmu.c
---- linux-2.6.31/fs/proc/task_mmu.c    2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/fs/proc/task_mmu.c    2009-09-06 15:29:12.038141970 -0400
+diff -urNp linux-2.6.32.1/fs/proc/task_mmu.c linux-2.6.32.1/fs/proc/task_mmu.c
+--- linux-2.6.32.1/fs/proc/task_mmu.c  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/fs/proc/task_mmu.c  2009-12-14 18:33:58.725699048 -0500
 @@ -46,15 +46,26 @@ void task_mem(struct seq_file *m, struct
                "VmStk:\t%8lu kB\n"
                "VmExe:\t%8lu kB\n"
@@ -26330,9 +30949,9 @@ diff -urNp linux-2.6.31/fs/proc/task_mmu.c linux-2.6.31/fs/proc/task_mmu.c
 +                                         (vma->vm_start <= mm->start_stack &&
 +                                          vma->vm_end >= mm->start_stack)) {
                                        name = "[stack]";
-                               }
-                       } else {
-@@ -384,9 +410,16 @@ static int show_smap(struct seq_file *m,
+                               } else {
+                                       unsigned long stack_start;
+@@ -403,9 +429,16 @@ static int show_smap(struct seq_file *m,
        };
  
        memset(&mss, 0, sizeof mss);
@@ -26352,7 +30971,7 @@ diff -urNp linux-2.6.31/fs/proc/task_mmu.c linux-2.6.31/fs/proc/task_mmu.c
  
        show_map_vma(m, vma);
  
-@@ -402,7 +435,11 @@ static int show_smap(struct seq_file *m,
+@@ -421,7 +454,11 @@ static int show_smap(struct seq_file *m,
                   "Swap:           %8lu kB\n"
                   "KernelPageSize: %8lu kB\n"
                   "MMUPageSize:    %8lu kB\n",
@@ -26364,9 +30983,9 @@ diff -urNp linux-2.6.31/fs/proc/task_mmu.c linux-2.6.31/fs/proc/task_mmu.c
                   mss.resident >> 10,
                   (unsigned long)(mss.pss >> (10 + PSS_SHIFT)),
                   mss.shared_clean  >> 10,
-diff -urNp linux-2.6.31/fs/proc/task_nommu.c linux-2.6.31/fs/proc/task_nommu.c
---- linux-2.6.31/fs/proc/task_nommu.c  2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/fs/proc/task_nommu.c  2009-09-06 15:29:12.038141970 -0400
+diff -urNp linux-2.6.32.1/fs/proc/task_nommu.c linux-2.6.32.1/fs/proc/task_nommu.c
+--- linux-2.6.32.1/fs/proc/task_nommu.c        2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/fs/proc/task_nommu.c        2009-12-14 18:33:58.743919113 -0500
 @@ -50,7 +50,7 @@ void task_mem(struct seq_file *m, struct
        else
                bytes += kobjsize(mm);
@@ -26385,9 +31004,9 @@ diff -urNp linux-2.6.31/fs/proc/task_nommu.c linux-2.6.31/fs/proc/task_nommu.c
        }
  
        seq_putc(m, '\n');
-diff -urNp linux-2.6.31/fs/readdir.c linux-2.6.31/fs/readdir.c
---- linux-2.6.31/fs/readdir.c  2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/fs/readdir.c  2009-09-06 15:29:12.039050857 -0400
+diff -urNp linux-2.6.32.1/fs/readdir.c linux-2.6.32.1/fs/readdir.c
+--- linux-2.6.32.1/fs/readdir.c        2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/fs/readdir.c        2009-12-14 18:33:58.777911377 -0500
 @@ -16,6 +16,7 @@
  #include <linux/security.h>
  #include <linux/syscalls.h>
@@ -26477,9 +31096,9 @@ diff -urNp linux-2.6.31/fs/readdir.c linux-2.6.31/fs/readdir.c
        buf.count = count;
        buf.error = 0;
  
-diff -urNp linux-2.6.31/fs/reiserfs/do_balan.c linux-2.6.31/fs/reiserfs/do_balan.c
---- linux-2.6.31/fs/reiserfs/do_balan.c        2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/fs/reiserfs/do_balan.c        2009-09-06 15:29:12.039050857 -0400
+diff -urNp linux-2.6.32.1/fs/reiserfs/do_balan.c linux-2.6.32.1/fs/reiserfs/do_balan.c
+--- linux-2.6.32.1/fs/reiserfs/do_balan.c      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/fs/reiserfs/do_balan.c      2009-12-14 18:33:58.799059616 -0500
 @@ -2058,7 +2058,7 @@ void do_balance(struct tree_balance *tb,
                return;
        }
@@ -26489,9 +31108,66 @@ diff -urNp linux-2.6.31/fs/reiserfs/do_balan.c linux-2.6.31/fs/reiserfs/do_balan
        do_balance_starts(tb);
  
        /* balance leaf returns 0 except if combining L R and S into
-diff -urNp linux-2.6.31/fs/reiserfs/procfs.c linux-2.6.31/fs/reiserfs/procfs.c
---- linux-2.6.31/fs/reiserfs/procfs.c  2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/fs/reiserfs/procfs.c  2009-09-06 15:29:12.040124576 -0400
+diff -urNp linux-2.6.32.1/fs/reiserfs/item_ops.c linux-2.6.32.1/fs/reiserfs/item_ops.c
+--- linux-2.6.32.1/fs/reiserfs/item_ops.c      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/fs/reiserfs/item_ops.c      2009-12-14 18:33:58.811923055 -0500
+@@ -102,7 +102,7 @@ static void sd_print_vi(struct virtual_i
+                        vi->vi_index, vi->vi_type, vi->vi_ih);
+ }
+-static struct item_operations stat_data_ops = {
++static const struct item_operations stat_data_ops = {
+       .bytes_number = sd_bytes_number,
+       .decrement_key = sd_decrement_key,
+       .is_left_mergeable = sd_is_left_mergeable,
+@@ -196,7 +196,7 @@ static void direct_print_vi(struct virtu
+                        vi->vi_index, vi->vi_type, vi->vi_ih);
+ }
+-static struct item_operations direct_ops = {
++static const struct item_operations direct_ops = {
+       .bytes_number = direct_bytes_number,
+       .decrement_key = direct_decrement_key,
+       .is_left_mergeable = direct_is_left_mergeable,
+@@ -341,7 +341,7 @@ static void indirect_print_vi(struct vir
+                        vi->vi_index, vi->vi_type, vi->vi_ih);
+ }
+-static struct item_operations indirect_ops = {
++static const struct item_operations indirect_ops = {
+       .bytes_number = indirect_bytes_number,
+       .decrement_key = indirect_decrement_key,
+       .is_left_mergeable = indirect_is_left_mergeable,
+@@ -628,7 +628,7 @@ static void direntry_print_vi(struct vir
+       printk("\n");
+ }
+-static struct item_operations direntry_ops = {
++static const struct item_operations direntry_ops = {
+       .bytes_number = direntry_bytes_number,
+       .decrement_key = direntry_decrement_key,
+       .is_left_mergeable = direntry_is_left_mergeable,
+@@ -724,7 +724,7 @@ static void errcatch_print_vi(struct vir
+                        "Invalid item type observed, run fsck ASAP");
+ }
+-static struct item_operations errcatch_ops = {
++static const struct item_operations errcatch_ops = {
+       errcatch_bytes_number,
+       errcatch_decrement_key,
+       errcatch_is_left_mergeable,
+@@ -746,7 +746,7 @@ static struct item_operations errcatch_o
+ #error Item types must use disk-format assigned values.
+ #endif
+-struct item_operations *item_ops[TYPE_ANY + 1] = {
++const struct item_operations * const item_ops[TYPE_ANY + 1] = {
+       &stat_data_ops,
+       &indirect_ops,
+       &direct_ops,
+diff -urNp linux-2.6.32.1/fs/reiserfs/procfs.c linux-2.6.32.1/fs/reiserfs/procfs.c
+--- linux-2.6.32.1/fs/reiserfs/procfs.c        2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/fs/reiserfs/procfs.c        2009-12-14 18:33:58.821898756 -0500
 @@ -123,7 +123,7 @@ static int show_super(struct seq_file *m
                   "SMALL_TAILS " : "NO_TAILS ",
                   replay_only(sb) ? "REPLAY_ONLY " : "",
@@ -26501,22 +31177,10 @@ diff -urNp linux-2.6.31/fs/reiserfs/procfs.c linux-2.6.31/fs/reiserfs/procfs.c
                   SF(s_disk_reads), SF(s_disk_writes), SF(s_fix_nodes),
                   SF(s_do_balance), SF(s_unneeded_left_neighbor),
                   SF(s_good_search_by_key_reada), SF(s_bmaps),
-diff -urNp linux-2.6.31/fs/romfs/super.c linux-2.6.31/fs/romfs/super.c
---- linux-2.6.31/fs/romfs/super.c      2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/fs/romfs/super.c      2009-09-06 15:29:12.040124576 -0400
-@@ -284,7 +284,7 @@ static const struct file_operations romf
-       .readdir        = romfs_readdir,
- };
--static struct inode_operations romfs_dir_inode_operations = {
-+static const struct inode_operations romfs_dir_inode_operations = {
-       .lookup         = romfs_lookup,
- };
-diff -urNp linux-2.6.31/fs/select.c linux-2.6.31/fs/select.c
---- linux-2.6.31/fs/select.c   2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/fs/select.c   2009-09-06 15:29:12.040124576 -0400
-@@ -19,6 +19,7 @@
+diff -urNp linux-2.6.32.1/fs/select.c linux-2.6.32.1/fs/select.c
+--- linux-2.6.32.1/fs/select.c 2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/fs/select.c 2009-12-14 18:33:58.838927885 -0500
+@@ -20,6 +20,7 @@
  #include <linux/module.h>
  #include <linux/slab.h>
  #include <linux/poll.h>
@@ -26524,7 +31188,7 @@ diff -urNp linux-2.6.31/fs/select.c linux-2.6.31/fs/select.c
  #include <linux/personality.h> /* for STICKY_TIMEOUTS */
  #include <linux/file.h>
  #include <linux/fdtable.h>
-@@ -814,6 +815,7 @@ int do_sys_poll(struct pollfd __user *uf
+@@ -821,6 +822,7 @@ int do_sys_poll(struct pollfd __user *uf
        struct poll_list *walk = head;
        unsigned long todo = nfds;
  
@@ -26532,16 +31196,16 @@ diff -urNp linux-2.6.31/fs/select.c linux-2.6.31/fs/select.c
        if (nfds > current->signal->rlim[RLIMIT_NOFILE].rlim_cur)
                return -EINVAL;
  
-diff -urNp linux-2.6.31/fs/seq_file.c linux-2.6.31/fs/seq_file.c
---- linux-2.6.31/fs/seq_file.c 2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/fs/seq_file.c 2009-09-06 15:29:12.041122754 -0400
+diff -urNp linux-2.6.32.1/fs/seq_file.c linux-2.6.32.1/fs/seq_file.c
+--- linux-2.6.32.1/fs/seq_file.c       2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/fs/seq_file.c       2009-12-14 18:33:58.866936952 -0500
 @@ -76,7 +76,8 @@ static int traverse(struct seq_file *m, 
                return 0;
        }
        if (!m->buf) {
 -              m->buf = kmalloc(m->size = PAGE_SIZE, GFP_KERNEL);
 +              m->size = PAGE_SIZE;
-+              m->buf = kmalloc(m->size, GFP_KERNEL);
++              m->buf = kmalloc(PAGE_SIZE, GFP_KERNEL);
                if (!m->buf)
                        return -ENOMEM;
        }
@@ -26561,7 +31225,7 @@ diff -urNp linux-2.6.31/fs/seq_file.c linux-2.6.31/fs/seq_file.c
        if (!m->buf) {
 -              m->buf = kmalloc(m->size = PAGE_SIZE, GFP_KERNEL);
 +              m->size = PAGE_SIZE;
-+              m->buf = kmalloc(m->size, GFP_KERNEL);
++              m->buf = kmalloc(PAGE_SIZE, GFP_KERNEL);
                if (!m->buf)
                        goto Enomem;
        }
@@ -26575,9 +31239,9 @@ diff -urNp linux-2.6.31/fs/seq_file.c linux-2.6.31/fs/seq_file.c
                if (!m->buf)
                        goto Enomem;
                m->count = 0;
-diff -urNp linux-2.6.31/fs/smbfs/symlink.c linux-2.6.31/fs/smbfs/symlink.c
---- linux-2.6.31/fs/smbfs/symlink.c    2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/fs/smbfs/symlink.c    2009-09-06 15:29:12.041122754 -0400
+diff -urNp linux-2.6.32.1/fs/smbfs/symlink.c linux-2.6.32.1/fs/smbfs/symlink.c
+--- linux-2.6.32.1/fs/smbfs/symlink.c  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/fs/smbfs/symlink.c  2009-12-14 18:33:58.889860804 -0500
 @@ -55,7 +55,7 @@ static void *smb_follow_link(struct dent
  
  static void smb_put_link(struct dentry *dentry, struct nameidata *nd, void *p)
@@ -26587,52 +31251,190 @@ diff -urNp linux-2.6.31/fs/smbfs/symlink.c linux-2.6.31/fs/smbfs/symlink.c
        if (!IS_ERR(s))
                __putname(s);
  }
-diff -urNp linux-2.6.31/fs/squashfs/super.c linux-2.6.31/fs/squashfs/super.c
---- linux-2.6.31/fs/squashfs/super.c   2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/fs/squashfs/super.c   2009-09-06 15:29:12.041122754 -0400
-@@ -44,7 +44,7 @@
- #include "squashfs.h"
- static struct file_system_type squashfs_fs_type;
--static struct super_operations squashfs_super_ops;
-+static const struct super_operations squashfs_super_ops;
- static int supported_squashfs_filesystem(short major, short minor, short comp)
- {
-@@ -444,7 +444,7 @@ static struct file_system_type squashfs_
-       .fs_flags = FS_REQUIRES_DEV
- };
--static struct super_operations squashfs_super_ops = {
-+static const struct super_operations squashfs_super_ops = {
-       .alloc_inode = squashfs_alloc_inode,
-       .destroy_inode = squashfs_destroy_inode,
-       .statfs = squashfs_statfs,
-diff -urNp linux-2.6.31/fs/sysfs/bin.c linux-2.6.31/fs/sysfs/bin.c
---- linux-2.6.31/fs/sysfs/bin.c        2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/fs/sysfs/bin.c        2009-09-06 15:29:12.041122754 -0400
-@@ -40,7 +40,7 @@ struct bin_buffer {
-       struct mutex                    mutex;
-       void                            *buffer;
-       int                             mmapped;
--      struct vm_operations_struct     *vm_ops;
-+      const struct vm_operations_struct       *vm_ops;
-       struct file                     *file;
-       struct hlist_node               list;
- };
-@@ -331,7 +331,7 @@ static int bin_migrate(struct vm_area_st
- }
- #endif
+diff -urNp linux-2.6.32.1/fs/splice.c linux-2.6.32.1/fs/splice.c
+--- linux-2.6.32.1/fs/splice.c 2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/fs/splice.c 2009-12-14 18:33:58.896934814 -0500
+@@ -185,7 +185,7 @@ ssize_t splice_to_pipe(struct pipe_inode
+       pipe_lock(pipe);
+       for (;;) {
+-              if (!pipe->readers) {
++              if (!atomic_read(&pipe->readers)) {
+                       send_sig(SIGPIPE, current, 0);
+                       if (!ret)
+                               ret = -EPIPE;
+@@ -239,9 +239,9 @@ ssize_t splice_to_pipe(struct pipe_inode
+                       do_wakeup = 0;
+               }
+-              pipe->waiting_writers++;
++              atomic_inc(&pipe->waiting_writers);
+               pipe_wait(pipe);
+-              pipe->waiting_writers--;
++              atomic_dec(&pipe->waiting_writers);
+       }
+       pipe_unlock(pipe);
+@@ -531,7 +531,7 @@ static ssize_t kernel_readv(struct file 
+       old_fs = get_fs();
+       set_fs(get_ds());
+       /* The cast to a user pointer is valid due to the set_fs() */
+-      res = vfs_readv(file, (const struct iovec __user *)vec, vlen, &pos);
++      res = vfs_readv(file, (__force const struct iovec __user *)vec, vlen, &pos);
+       set_fs(old_fs);
+       return res;
+@@ -546,7 +546,7 @@ static ssize_t kernel_write(struct file 
+       old_fs = get_fs();
+       set_fs(get_ds());
+       /* The cast to a user pointer is valid due to the set_fs() */
+-      res = vfs_write(file, (const char __user *)buf, count, &pos);
++      res = vfs_write(file, (__force const char __user *)buf, count, &pos);
+       set_fs(old_fs);
+       return res;
+@@ -588,7 +588,7 @@ ssize_t default_file_splice_read(struct 
+                       goto err;
+               this_len = min_t(size_t, len, PAGE_CACHE_SIZE - offset);
+-              vec[i].iov_base = (void __user *) page_address(page);
++              vec[i].iov_base = (__force void __user *) page_address(page);
+               vec[i].iov_len = this_len;
+               pages[i] = page;
+               spd.nr_pages++;
+@@ -808,10 +808,10 @@ EXPORT_SYMBOL(splice_from_pipe_feed);
+ int splice_from_pipe_next(struct pipe_inode_info *pipe, struct splice_desc *sd)
+ {
+       while (!pipe->nrbufs) {
+-              if (!pipe->writers)
++              if (!atomic_read(&pipe->writers))
+                       return 0;
+-              if (!pipe->waiting_writers && sd->num_spliced)
++              if (!atomic_read(&pipe->waiting_writers) && sd->num_spliced)
+                       return 0;
+               if (sd->flags & SPLICE_F_NONBLOCK)
+@@ -1146,7 +1146,7 @@ ssize_t splice_direct_to_actor(struct fi
+                * out of the pipe right after the splice_to_pipe(). So set
+                * PIPE_READERS appropriately.
+                */
+-              pipe->readers = 1;
++              atomic_set(&pipe->readers, 1);
+               current->splice_pipe = pipe;
+       }
+@@ -1704,9 +1704,9 @@ static int ipipe_prep(struct pipe_inode_
+                       ret = -ERESTARTSYS;
+                       break;
+               }
+-              if (!pipe->writers)
++              if (!atomic_read(&pipe->writers))
+                       break;
+-              if (!pipe->waiting_writers) {
++              if (!atomic_read(&pipe->waiting_writers)) {
+                       if (flags & SPLICE_F_NONBLOCK) {
+                               ret = -EAGAIN;
+                               break;
+@@ -1738,7 +1738,7 @@ static int opipe_prep(struct pipe_inode_
+       pipe_lock(pipe);
+       while (pipe->nrbufs >= PIPE_BUFFERS) {
+-              if (!pipe->readers) {
++              if (!atomic_read(&pipe->readers)) {
+                       send_sig(SIGPIPE, current, 0);
+                       ret = -EPIPE;
+                       break;
+@@ -1751,9 +1751,9 @@ static int opipe_prep(struct pipe_inode_
+                       ret = -ERESTARTSYS;
+                       break;
+               }
+-              pipe->waiting_writers++;
++              atomic_inc(&pipe->waiting_writers);
+               pipe_wait(pipe);
+-              pipe->waiting_writers--;
++              atomic_dec(&pipe->waiting_writers);
+       }
  
--static struct vm_operations_struct bin_vm_ops = {
-+static const struct vm_operations_struct bin_vm_ops = {
-       .open           = bin_vma_open,
-       .close          = bin_vma_close,
-       .fault          = bin_fault,
-diff -urNp linux-2.6.31/fs/sysfs/symlink.c linux-2.6.31/fs/sysfs/symlink.c
---- linux-2.6.31/fs/sysfs/symlink.c    2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/fs/sysfs/symlink.c    2009-09-06 15:29:12.042086395 -0400
-@@ -203,7 +203,7 @@ static void *sysfs_follow_link(struct de
+       pipe_unlock(pipe);
+@@ -1789,14 +1789,14 @@ retry:
+       pipe_double_lock(ipipe, opipe);
+       do {
+-              if (!opipe->readers) {
++              if (!atomic_read(&opipe->readers)) {
+                       send_sig(SIGPIPE, current, 0);
+                       if (!ret)
+                               ret = -EPIPE;
+                       break;
+               }
+-              if (!ipipe->nrbufs && !ipipe->writers)
++              if (!ipipe->nrbufs && !atomic_read(&ipipe->writers))
+                       break;
+               /*
+@@ -1896,7 +1896,7 @@ static int link_pipe(struct pipe_inode_i
+       pipe_double_lock(ipipe, opipe);
+       do {
+-              if (!opipe->readers) {
++              if (!atomic_read(&opipe->readers)) {
+                       send_sig(SIGPIPE, current, 0);
+                       if (!ret)
+                               ret = -EPIPE;
+@@ -1941,7 +1941,7 @@ static int link_pipe(struct pipe_inode_i
+        * return EAGAIN if we have the potential of some data in the
+        * future, otherwise just return 0
+        */
+-      if (!ret && ipipe->waiting_writers && (flags & SPLICE_F_NONBLOCK))
++      if (!ret && atomic_read(&ipipe->waiting_writers) && (flags & SPLICE_F_NONBLOCK))
+               ret = -EAGAIN;
+       pipe_unlock(ipipe);
+diff -urNp linux-2.6.32.1/fs/sysfs/file.c linux-2.6.32.1/fs/sysfs/file.c
+--- linux-2.6.32.1/fs/sysfs/file.c     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/fs/sysfs/file.c     2009-12-14 18:33:58.901960508 -0500
+@@ -53,7 +53,7 @@ struct sysfs_buffer {
+       size_t                  count;
+       loff_t                  pos;
+       char                    * page;
+-      struct sysfs_ops        * ops;
++      const struct sysfs_ops  * ops;
+       struct mutex            mutex;
+       int                     needs_read_fill;
+       int                     event;
+@@ -75,7 +75,7 @@ static int fill_read_buffer(struct dentr
+ {
+       struct sysfs_dirent *attr_sd = dentry->d_fsdata;
+       struct kobject *kobj = attr_sd->s_parent->s_dir.kobj;
+-      struct sysfs_ops * ops = buffer->ops;
++      const struct sysfs_ops * ops = buffer->ops;
+       int ret = 0;
+       ssize_t count;
+@@ -199,7 +199,7 @@ flush_write_buffer(struct dentry * dentr
+ {
+       struct sysfs_dirent *attr_sd = dentry->d_fsdata;
+       struct kobject *kobj = attr_sd->s_parent->s_dir.kobj;
+-      struct sysfs_ops * ops = buffer->ops;
++      const struct sysfs_ops * ops = buffer->ops;
+       int rc;
+       /* need attr_sd for attr and ops, its parent for kobj */
+@@ -335,7 +335,7 @@ static int sysfs_open_file(struct inode 
+       struct sysfs_dirent *attr_sd = file->f_path.dentry->d_fsdata;
+       struct kobject *kobj = attr_sd->s_parent->s_dir.kobj;
+       struct sysfs_buffer *buffer;
+-      struct sysfs_ops *ops;
++      const struct sysfs_ops *ops;
+       int error = -EACCES;
+       char *p;
+diff -urNp linux-2.6.32.1/fs/sysfs/symlink.c linux-2.6.32.1/fs/sysfs/symlink.c
+--- linux-2.6.32.1/fs/sysfs/symlink.c  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/fs/sysfs/symlink.c  2009-12-14 18:33:58.916015474 -0500
+@@ -204,7 +204,7 @@ static void *sysfs_follow_link(struct de
  
  static void sysfs_put_link(struct dentry *dentry, struct nameidata *nd, void *cookie)
  {
@@ -26641,21 +31443,9 @@ diff -urNp linux-2.6.31/fs/sysfs/symlink.c linux-2.6.31/fs/sysfs/symlink.c
        if (!IS_ERR(page))
                free_page((unsigned long)page);
  }
-diff -urNp linux-2.6.31/fs/ubifs/file.c linux-2.6.31/fs/ubifs/file.c
---- linux-2.6.31/fs/ubifs/file.c       2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/fs/ubifs/file.c       2009-09-06 15:29:12.042086395 -0400
-@@ -1536,7 +1536,7 @@ out_unlock:
-       return err;
- }
--static struct vm_operations_struct ubifs_file_vm_ops = {
-+static const struct vm_operations_struct ubifs_file_vm_ops = {
-       .fault        = filemap_fault,
-       .page_mkwrite = ubifs_vm_page_mkwrite,
- };
-diff -urNp linux-2.6.31/fs/udf/balloc.c linux-2.6.31/fs/udf/balloc.c
---- linux-2.6.31/fs/udf/balloc.c       2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/fs/udf/balloc.c       2009-09-06 15:29:12.042911894 -0400
+diff -urNp linux-2.6.32.1/fs/udf/balloc.c linux-2.6.32.1/fs/udf/balloc.c
+--- linux-2.6.32.1/fs/udf/balloc.c     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/fs/udf/balloc.c     2009-12-14 18:33:58.938944893 -0500
 @@ -172,9 +172,7 @@ static void udf_bitmap_free_blocks(struc
  
        mutex_lock(&sbi->s_alloc_mutex);
@@ -26678,9 +31468,9 @@ diff -urNp linux-2.6.31/fs/udf/balloc.c linux-2.6.31/fs/udf/balloc.c
                udf_debug("%d < %d || %d + %d > %d\n",
                          bloc.logicalBlockNum, 0, bloc.logicalBlockNum, count,
                          partmap->s_partition_len);
-diff -urNp linux-2.6.31/fs/utimes.c linux-2.6.31/fs/utimes.c
---- linux-2.6.31/fs/utimes.c   2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/fs/utimes.c   2009-09-06 15:29:12.042911894 -0400
+diff -urNp linux-2.6.32.1/fs/utimes.c linux-2.6.32.1/fs/utimes.c
+--- linux-2.6.32.1/fs/utimes.c 2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/fs/utimes.c 2009-12-14 18:33:58.940732997 -0500
 @@ -1,6 +1,7 @@
  #include <linux/compiler.h>
  #include <linux/file.h>
@@ -26702,31 +31492,10 @@ diff -urNp linux-2.6.31/fs/utimes.c linux-2.6.31/fs/utimes.c
        mutex_lock(&inode->i_mutex);
        error = notify_change(path->dentry, &newattrs);
        mutex_unlock(&inode->i_mutex);
-diff -urNp linux-2.6.31/fs/xfs/linux-2.6/xfs_file.c linux-2.6.31/fs/xfs/linux-2.6/xfs_file.c
---- linux-2.6.31/fs/xfs/linux-2.6/xfs_file.c   2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/fs/xfs/linux-2.6/xfs_file.c   2009-09-06 15:29:12.044035344 -0400
-@@ -42,7 +42,7 @@
- #include <linux/dcache.h>
--static struct vm_operations_struct xfs_file_vm_ops;
-+static const struct vm_operations_struct xfs_file_vm_ops;
- STATIC ssize_t
- xfs_file_aio_read(
-@@ -271,7 +271,7 @@ const struct file_operations xfs_dir_fil
-       .fsync          = xfs_file_fsync,
- };
--static struct vm_operations_struct xfs_file_vm_ops = {
-+static const struct vm_operations_struct xfs_file_vm_ops = {
-       .fault          = filemap_fault,
-       .page_mkwrite   = xfs_vm_page_mkwrite,
- };
-diff -urNp linux-2.6.31/fs/xfs/linux-2.6/xfs_iops.c linux-2.6.31/fs/xfs/linux-2.6/xfs_iops.c
---- linux-2.6.31/fs/xfs/linux-2.6/xfs_iops.c   2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/fs/xfs/linux-2.6/xfs_iops.c   2009-09-06 15:29:12.044035344 -0400
-@@ -478,7 +478,7 @@ xfs_vn_put_link(
+diff -urNp linux-2.6.32.1/fs/xfs/linux-2.6/xfs_iops.c linux-2.6.32.1/fs/xfs/linux-2.6/xfs_iops.c
+--- linux-2.6.32.1/fs/xfs/linux-2.6/xfs_iops.c 2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/fs/xfs/linux-2.6/xfs_iops.c 2009-12-14 18:33:58.941748344 -0500
+@@ -468,7 +468,7 @@ xfs_vn_put_link(
        struct nameidata *nd,
        void            *p)
  {
@@ -26735,30 +31504,9 @@ diff -urNp linux-2.6.31/fs/xfs/linux-2.6/xfs_iops.c linux-2.6.31/fs/xfs/linux-2.
  
        if (!IS_ERR(s))
                kfree(s);
-diff -urNp linux-2.6.31/fs/xfs/linux-2.6/xfs_super.c linux-2.6.31/fs/xfs/linux-2.6/xfs_super.c
---- linux-2.6.31/fs/xfs/linux-2.6/xfs_super.c  2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/fs/xfs/linux-2.6/xfs_super.c  2009-09-06 15:29:12.045010894 -0400
-@@ -67,7 +67,7 @@
- #include <linux/freezer.h>
- #include <linux/parser.h>
--static struct super_operations xfs_super_operations;
-+static const struct super_operations xfs_super_operations;
- static kmem_zone_t *xfs_ioend_zone;
- mempool_t *xfs_ioend_pool;
-@@ -1532,7 +1532,7 @@ xfs_fs_get_sb(
-                          mnt);
- }
--static struct super_operations xfs_super_operations = {
-+static const struct super_operations xfs_super_operations = {
-       .alloc_inode            = xfs_fs_alloc_inode,
-       .destroy_inode          = xfs_fs_destroy_inode,
-       .write_inode            = xfs_fs_write_inode,
-diff -urNp linux-2.6.31/fs/xfs/xfs_bmap.c linux-2.6.31/fs/xfs/xfs_bmap.c
---- linux-2.6.31/fs/xfs/xfs_bmap.c     2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/fs/xfs/xfs_bmap.c     2009-09-06 15:29:12.046000132 -0400
+diff -urNp linux-2.6.32.1/fs/xfs/xfs_bmap.c linux-2.6.32.1/fs/xfs/xfs_bmap.c
+--- linux-2.6.32.1/fs/xfs/xfs_bmap.c   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/fs/xfs/xfs_bmap.c   2009-12-14 18:33:58.958720392 -0500
 @@ -360,7 +360,7 @@ xfs_bmap_validate_ret(
        int                     nmap,
        int                     ret_nmap);
@@ -26768,9 +31516,9 @@ diff -urNp linux-2.6.31/fs/xfs/xfs_bmap.c linux-2.6.31/fs/xfs/xfs_bmap.c
  #endif /* DEBUG */
  
  #if defined(XFS_RW_TRACE)
-diff -urNp linux-2.6.31/grsecurity/gracl_alloc.c linux-2.6.31/grsecurity/gracl_alloc.c
---- linux-2.6.31/grsecurity/gracl_alloc.c      1969-12-31 19:00:00.000000000 -0500
-+++ linux-2.6.31/grsecurity/gracl_alloc.c      2009-09-06 15:29:12.046923005 -0400
+diff -urNp linux-2.6.32.1/grsecurity/gracl_alloc.c linux-2.6.32.1/grsecurity/gracl_alloc.c
+--- linux-2.6.32.1/grsecurity/gracl_alloc.c    1969-12-31 19:00:00.000000000 -0500
++++ linux-2.6.32.1/grsecurity/gracl_alloc.c    2009-12-14 18:33:58.958720392 -0500
 @@ -0,0 +1,105 @@
 +#include <linux/kernel.h>
 +#include <linux/mm.h>
@@ -26877,9 +31625,9 @@ diff -urNp linux-2.6.31/grsecurity/gracl_alloc.c linux-2.6.31/grsecurity/gracl_a
 +      else
 +              return 1;
 +}
-diff -urNp linux-2.6.31/grsecurity/gracl.c linux-2.6.31/grsecurity/gracl.c
---- linux-2.6.31/grsecurity/gracl.c    1969-12-31 19:00:00.000000000 -0500
-+++ linux-2.6.31/grsecurity/gracl.c    2009-09-06 17:07:59.499927195 -0400
+diff -urNp linux-2.6.32.1/grsecurity/gracl.c linux-2.6.32.1/grsecurity/gracl.c
+--- linux-2.6.32.1/grsecurity/gracl.c  1969-12-31 19:00:00.000000000 -0500
++++ linux-2.6.32.1/grsecurity/gracl.c  2009-12-14 18:33:58.960821027 -0500
 @@ -0,0 +1,3912 @@
 +#include <linux/kernel.h>
 +#include <linux/module.h>
@@ -26925,6 +31673,8 @@ diff -urNp linux-2.6.31/grsecurity/gracl.c linux-2.6.31/grsecurity/gracl.c
 +
 +static struct acl_role_label *default_role;
 +
++static struct acl_role_label *role_list;
++
 +static u16 acl_sp_role_value;
 +
 +extern char *gr_shared_page[4];
@@ -26933,11 +31683,7 @@ diff -urNp linux-2.6.31/grsecurity/gracl.c linux-2.6.31/grsecurity/gracl.c
 +
 +struct gr_arg *gr_usermode;
 +
-+#ifdef CONFIG_PAX_KERNEXEC
 +static unsigned int gr_status __read_only = GR_STATUS_INIT;
-+#else
-+static unsigned int gr_status = GR_STATUS_INIT;
-+#endif
 +
 +extern int chkpw(struct gr_arg *entry, unsigned char *salt, unsigned char *sum);
 +extern void gr_clear_learn_entries(void);
@@ -27147,7 +31893,7 @@ diff -urNp linux-2.6.31/grsecurity/gracl.c linux-2.6.31/grsecurity/gracl.c
 +      char *res;
 +      struct dentry *root;
 +      struct vfsmount *rootmnt;
-+      struct task_struct *reaper = current->nsproxy->pid_ns->child_reaper;
++      struct task_struct *reaper = &init_task;
 +
 +      /* we can't use real_root, real_root_mnt, because they belong only to the RBAC system */
 +      read_lock(&reaper->fs->lock);
@@ -27494,14 +32240,21 @@ diff -urNp linux-2.6.31/grsecurity/gracl.c linux-2.6.31/grsecurity/gracl.c
 +      unsigned int index =
 +          rhash(uidgid, role->roletype & (GR_ROLE_USER | GR_ROLE_GROUP), acl_role_set.r_size);
 +      struct acl_role_label **curr;
-+
-+      role->prev = NULL;
++      struct acl_role_label *tmp;
 +
 +      curr = &acl_role_set.r_hash[index];
-+      if (*curr != NULL)
-+              (*curr)->prev = role;
 +
-+      role->next = *curr;
++      /* if role was already inserted due to domains and already has
++         a role in the same bucket as it attached, then we need to
++         combine these two buckets
++      */
++      if (role->next) {
++              tmp = role->next;
++              while (tmp->next)
++                      tmp = tmp->next;
++              tmp->next = *curr;
++      } else
++              role->next = *curr;
 +      *curr = role;
 +
 +      return;
@@ -27512,6 +32265,17 @@ diff -urNp linux-2.6.31/grsecurity/gracl.c linux-2.6.31/grsecurity/gracl.c
 +{
 +      int i;
 +
++      if (role_list == NULL) {
++              role_list = role;
++              role->prev = NULL;
++      } else {
++              role->prev = role_list;
++              role_list = role;
++      }
++      
++      /* used for hash chains */
++      role->next = NULL;
++
 +      if (role->roletype & GR_ROLE_DOMAIN) {
 +              for (i = 0; i < role->domain_child_num; i++)
 +                      __insert_acl_role_label(role, role->domain_children[i]);
@@ -27638,7 +32402,7 @@ diff -urNp linux-2.6.31/grsecurity/gracl.c linux-2.6.31/grsecurity/gracl.c
 +static int
 +init_variables(const struct gr_arg *arg)
 +{
-+      struct task_struct *reaper = current->nsproxy->pid_ns->child_reaper;
++      struct task_struct *reaper = &init_task;
 +      unsigned int stacksize;
 +
 +      subj_map_set.s_size = arg->role_db.num_subjects;
@@ -27728,7 +32492,7 @@ diff -urNp linux-2.6.31/grsecurity/gracl.c linux-2.6.31/grsecurity/gracl.c
 +      struct acl_subject_label *s;
 +      struct acl_role_label *r;
 +      struct task_struct *task, *task2;
-+      unsigned int i, x;
++      unsigned int x;
 +
 +      gr_clear_learn_entries();
 +
@@ -27751,9 +32515,9 @@ diff -urNp linux-2.6.31/grsecurity/gracl.c linux-2.6.31/grsecurity/gracl.c
 +
 +      /* free all object hash tables */
 +
-+      FOR_EACH_ROLE_START(r, i)
++      FOR_EACH_ROLE_START(r)
 +              if (r->subj_hash == NULL)
-+                      break;
++                      goto next_role;
 +              FOR_EACH_SUBJECT_START(r, s, x)
 +                      if (s->obj_hash == NULL)
 +                              break;
@@ -27775,7 +32539,8 @@ diff -urNp linux-2.6.31/grsecurity/gracl.c linux-2.6.31/grsecurity/gracl.c
 +              else
 +                      vfree(r->subj_hash);
 +              r->subj_hash = NULL;
-+      FOR_EACH_ROLE_END(r,i)
++next_role:
++      FOR_EACH_ROLE_END(r)
 +
 +      acl_free_all();
 +
@@ -27810,6 +32575,7 @@ diff -urNp linux-2.6.31/grsecurity/gracl.c linux-2.6.31/grsecurity/gracl.c
 +      memset(&subj_map_set, 0, sizeof (struct acl_subj_map_db));
 +
 +      default_role = NULL;
++      role_list = NULL;
 +
 +      return;
 +}
@@ -28453,17 +33219,9 @@ diff -urNp linux-2.6.31/grsecurity/gracl.c linux-2.6.31/grsecurity/gracl.c
 +              goto out;
 +      }
 +
-+#ifdef CONFIG_PAX_KERNEXEC
-+      {
-+              unsigned long cr0;
-+
-+              pax_open_kernel(cr0);
-+              gr_status |= GR_READY;
-+              pax_close_kernel(cr0);
-+      }
-+#else
++      pax_open_kernel();
 +      gr_status |= GR_READY;
-+#endif
++      pax_close_kernel();
 +
 +      out:
 +      return error;
@@ -28792,7 +33550,7 @@ diff -urNp linux-2.6.31/grsecurity/gracl.c linux-2.6.31/grsecurity/gracl.c
 +      security_learn(GR_LEARN_AUDIT_MSG, task->role->rolename, task->role->roletype,
 +                     cred->uid, cred->gid, task->exec_file ? gr_to_filename1(task->exec_file->f_path.dentry,
 +                     task->exec_file->f_path.mnt) : task->acl->filename, task->acl->filename,
-+                     1UL, 1UL, gr_to_filename(dentry, mnt), (unsigned long) mode, NIPQUAD(task->signal->curr_ip));
++                     1UL, 1UL, gr_to_filename(dentry, mnt), (unsigned long) mode, &task->signal->curr_ip);
 +
 +      return;
 +}
@@ -28806,7 +33564,7 @@ diff -urNp linux-2.6.31/grsecurity/gracl.c linux-2.6.31/grsecurity/gracl.c
 +      security_learn(GR_LEARN_AUDIT_MSG, task->role->rolename, task->role->roletype,
 +                     cred->uid, cred->gid, task->exec_file ? gr_to_filename1(task->exec_file->f_path.dentry,
 +                     task->exec_file->f_path.mnt) : task->acl->filename, task->acl->filename,
-+                     1UL, 1UL, path, (unsigned long) mode, NIPQUAD(task->signal->curr_ip));
++                     1UL, 1UL, path, (unsigned long) mode, &task->signal->curr_ip);
 +
 +      return;
 +}
@@ -28821,7 +33579,7 @@ diff -urNp linux-2.6.31/grsecurity/gracl.c linux-2.6.31/grsecurity/gracl.c
 +      security_learn(GR_ID_LEARN_MSG, task->role->rolename, task->role->roletype,
 +                     cred->uid, cred->gid, task->exec_file ? gr_to_filename1(task->exec_file->f_path.dentry,
 +                     task->exec_file->f_path.mnt) : task->acl->filename, task->acl->filename,
-+                     type, real, effective, fs, NIPQUAD(task->signal->curr_ip));
++                     type, real, effective, fs, &task->signal->curr_ip);
 +
 +      return;
 +}
@@ -29253,14 +34011,16 @@ diff -urNp linux-2.6.31/grsecurity/gracl.c linux-2.6.31/grsecurity/gracl.c
 +      newacl = chk_subj_label(dentry, mnt, task->role);
 +
 +      task_lock(task);
-+      if (((task->ptrace & PT_PTRACED) && !(task->acl->mode &
-+           GR_POVERRIDE) && (task->acl != newacl) &&
++      if ((((task->ptrace & PT_PTRACED) || unsafe_share) &&
++           !(task->acl->mode & GR_POVERRIDE) && (task->acl != newacl) &&
 +           !(task->role->roletype & GR_ROLE_GOD) &&
 +           !gr_search_file(dentry, GR_PTRACERD, mnt) &&
-+           !(task->acl->mode & (GR_LEARN | GR_INHERITLEARN)))
-+          || unsafe_share) {
++           !(task->acl->mode & (GR_LEARN | GR_INHERITLEARN)))) {
 +                task_unlock(task);
-+              gr_log_fs_generic(GR_DONT_AUDIT, GR_PTRACE_EXEC_ACL_MSG, dentry, mnt);
++              if (unsafe_share)
++                      gr_log_fs_generic(GR_DONT_AUDIT, GR_UNSAFESHARE_EXEC_ACL_MSG, dentry, mnt);
++              else
++                      gr_log_fs_generic(GR_DONT_AUDIT, GR_PTRACE_EXEC_ACL_MSG, dentry, mnt);
 +              return -EACCES;
 +      }
 +      task_unlock(task);
@@ -29304,9 +34064,9 @@ diff -urNp linux-2.6.31/grsecurity/gracl.c linux-2.6.31/grsecurity/gracl.c
 +      struct acl_subject_label *matchps;
 +      struct acl_subject_label *subj;
 +      struct acl_role_label *role;
-+      unsigned int i, x;
++      unsigned int x;
 +
-+      FOR_EACH_ROLE_START(role, i)
++      FOR_EACH_ROLE_START(role)
 +              FOR_EACH_SUBJECT_START(role, subj, x)
 +                      if ((matchpo = lookup_acl_obj_label(ino, dev, subj)) != NULL)
 +                              matchpo->mode |= GR_DELETED;
@@ -29317,7 +34077,7 @@ diff -urNp linux-2.6.31/grsecurity/gracl.c linux-2.6.31/grsecurity/gracl.c
 +              FOR_EACH_NESTED_SUBJECT_END(subj)
 +              if ((matchps = lookup_acl_subj_label(ino, dev, role)) != NULL)
 +                      matchps->mode |= GR_DELETED;
-+      FOR_EACH_ROLE_END(role,i)
++      FOR_EACH_ROLE_END(role)
 +
 +      inodev->nentry->deleted = 1;
 +
@@ -29462,9 +34222,9 @@ diff -urNp linux-2.6.31/grsecurity/gracl.c linux-2.6.31/grsecurity/gracl.c
 +{
 +      struct acl_subject_label *subj;
 +      struct acl_role_label *role;
-+      unsigned int i, x;
-+
-+      FOR_EACH_ROLE_START(role, i)
++      unsigned int x;
++      
++      FOR_EACH_ROLE_START(role)
 +              update_acl_subj_label(matchn->inode, matchn->device,
 +                                    dentry->d_inode->i_ino,
 +                                    dentry->d_inode->i_sb->s_dev, role);
@@ -29481,7 +34241,7 @@ diff -urNp linux-2.6.31/grsecurity/gracl.c linux-2.6.31/grsecurity/gracl.c
 +                                           dentry->d_inode->i_ino,
 +                                           dentry->d_inode->i_sb->s_dev, subj);
 +              FOR_EACH_SUBJECT_END(subj,x)
-+      FOR_EACH_ROLE_END(role,i)
++      FOR_EACH_ROLE_END(role)
 +
 +      update_inodev_entry(matchn->inode, matchn->device,
 +                          dentry->d_inode->i_ino, dentry->d_inode->i_sb->s_dev);
@@ -29586,7 +34346,7 @@ diff -urNp linux-2.6.31/grsecurity/gracl.c linux-2.6.31/grsecurity/gracl.c
 +      /* handle special roles that do not require authentication
 +         and check ip */
 +
-+      FOR_EACH_ROLE_START(r, i)
++      FOR_EACH_ROLE_START(r)
 +              if (!strcmp(rolename, r->rolename) &&
 +                  (r->roletype & GR_ROLE_SPECIAL)) {
 +                      found = 0;
@@ -29608,7 +34368,7 @@ diff -urNp linux-2.6.31/grsecurity/gracl.c linux-2.6.31/grsecurity/gracl.c
 +                              return 1;
 +                      }
 +              }
-+      FOR_EACH_ROLE_END(r,i)
++      FOR_EACH_ROLE_END(r)
 +
 +      for (i = 0; i < num_sprole_pws; i++) {
 +              if (!strcmp(rolename, acl_special_roles[i]->rolename)) {
@@ -29629,13 +34389,14 @@ diff -urNp linux-2.6.31/grsecurity/gracl.c linux-2.6.31/grsecurity/gracl.c
 +      struct acl_role_label *assigned = NULL;
 +      struct task_struct *tsk;
 +      struct file *filp;
-+      unsigned int i;
 +
-+      FOR_EACH_ROLE_START(r, i)
++      FOR_EACH_ROLE_START(r)
 +              if (!strcmp(rolename, r->rolename) &&
-+                  (r->roletype & GR_ROLE_SPECIAL))
++                  (r->roletype & GR_ROLE_SPECIAL)) {
 +                      assigned = r;
-+      FOR_EACH_ROLE_END(r,i)
++                      break;
++              }
++      FOR_EACH_ROLE_END(r)
 +
 +      if (!assigned)
 +              return;
@@ -29751,8 +34512,8 @@ diff -urNp linux-2.6.31/grsecurity/gracl.c linux-2.6.31/grsecurity/gracl.c
 +write_grsec_handler(struct file *file, const char * buf, size_t count, loff_t *ppos)
 +{
 +      struct gr_arg_wrapper uwrap;
-+      unsigned char *sprole_salt;
-+      unsigned char *sprole_sum;
++      unsigned char *sprole_salt = NULL;
++      unsigned char *sprole_sum = NULL;
 +      int error = sizeof (struct gr_arg_wrapper);
 +      int error2 = 0;
 +
@@ -29831,17 +34592,10 @@ diff -urNp linux-2.6.31/grsecurity/gracl.c linux-2.6.31/grsecurity/gracl.c
 +      case GR_SHUTDOWN:
 +              if ((gr_status & GR_READY)
 +                  && !(chkpw(gr_usermode, gr_system_salt, gr_system_sum))) {
-+#ifdef CONFIG_PAX_KERNEXEC
-+                      {
-+                              unsigned long cr0;
-+
-+                              pax_open_kernel(cr0);
-+                              gr_status &= ~GR_READY;
-+                              pax_close_kernel(cr0);
-+                      }
-+#else
++                      pax_open_kernel();
 +                      gr_status &= ~GR_READY;
-+#endif
++                      pax_close_kernel();
++
 +                      gr_log_noargs(GR_DONT_AUDIT_GOOD, GR_SHUTS_ACL_MSG);
 +                      free_variables();
 +                      memset(gr_usermode, 0, sizeof (struct gr_arg));
@@ -29872,17 +34626,11 @@ diff -urNp linux-2.6.31/grsecurity/gracl.c linux-2.6.31/grsecurity/gracl.c
 +                      error = -EAGAIN;
 +              } else if (!(chkpw(gr_usermode, gr_system_salt, gr_system_sum))) {
 +                      lock_kernel();
-+#ifdef CONFIG_PAX_KERNEXEC
-+                      {
-+                              unsigned long cr0;
 +
-+                              pax_open_kernel(cr0);
-+                              gr_status &= ~GR_READY;
-+                              pax_close_kernel(cr0);
-+                      }
-+#else
++                      pax_open_kernel();
 +                      gr_status &= ~GR_READY;
-+#endif
++                      pax_close_kernel();
++
 +                      free_variables();
 +                      if (!(error2 = gracl_init(gr_usermode))) {
 +                              unlock_kernel();
@@ -30196,7 +34944,7 @@ diff -urNp linux-2.6.31/grsecurity/gracl.c linux-2.6.31/grsecurity/gracl.c
 +              security_learn(GR_LEARN_AUDIT_MSG, task->role->rolename,
 +                             task->role->roletype, cred->uid, cred->gid, acl->filename,
 +                             acl->filename, acl->res[res].rlim_cur, acl->res[res].rlim_max,
-+                             "", (unsigned long) res, NIPQUAD(task->signal->curr_ip));
++                             "", (unsigned long) res, &task->signal->curr_ip);
 +      }
 +
 +      return;
@@ -30793,9 +35541,9 @@ diff -urNp linux-2.6.31/grsecurity/gracl.c linux-2.6.31/grsecurity/gracl.c
 +EXPORT_SYMBOL(gr_check_group_change);
 +#endif
 +
-diff -urNp linux-2.6.31/grsecurity/gracl_cap.c linux-2.6.31/grsecurity/gracl_cap.c
---- linux-2.6.31/grsecurity/gracl_cap.c        1969-12-31 19:00:00.000000000 -0500
-+++ linux-2.6.31/grsecurity/gracl_cap.c        2009-09-06 15:29:12.048915591 -0400
+diff -urNp linux-2.6.32.1/grsecurity/gracl_cap.c linux-2.6.32.1/grsecurity/gracl_cap.c
+--- linux-2.6.32.1/grsecurity/gracl_cap.c      1969-12-31 19:00:00.000000000 -0500
++++ linux-2.6.32.1/grsecurity/gracl_cap.c      2009-12-14 18:33:58.960821027 -0500
 @@ -0,0 +1,131 @@
 +#include <linux/kernel.h>
 +#include <linux/module.h>
@@ -30886,7 +35634,7 @@ diff -urNp linux-2.6.31/grsecurity/gracl_cap.c linux-2.6.31/grsecurity/gracl_cap
 +                             gr_to_filename(task->exec_file->f_path.dentry,
 +                             task->exec_file->f_path.mnt) : curracl->filename,
 +                             curracl->filename, 0UL,
-+                             0UL, "", (unsigned long) cap, NIPQUAD(task->signal->curr_ip));
++                             0UL, "", (unsigned long) cap, &task->signal->curr_ip);
 +              return 1;
 +      }
 +
@@ -30928,9 +35676,9 @@ diff -urNp linux-2.6.31/grsecurity/gracl_cap.c linux-2.6.31/grsecurity/gracl_cap
 +      return 0;
 +}
 +
-diff -urNp linux-2.6.31/grsecurity/gracl_fs.c linux-2.6.31/grsecurity/gracl_fs.c
---- linux-2.6.31/grsecurity/gracl_fs.c 1969-12-31 19:00:00.000000000 -0500
-+++ linux-2.6.31/grsecurity/gracl_fs.c 2009-09-06 15:29:12.048915591 -0400
+diff -urNp linux-2.6.32.1/grsecurity/gracl_fs.c linux-2.6.32.1/grsecurity/gracl_fs.c
+--- linux-2.6.32.1/grsecurity/gracl_fs.c       1969-12-31 19:00:00.000000000 -0500
++++ linux-2.6.32.1/grsecurity/gracl_fs.c       2009-12-14 18:33:58.960821027 -0500
 @@ -0,0 +1,424 @@
 +#include <linux/kernel.h>
 +#include <linux/sched.h>
@@ -31356,10 +36104,10 @@ diff -urNp linux-2.6.31/grsecurity/gracl_fs.c linux-2.6.31/grsecurity/gracl_fs.c
 +
 +      return 0;
 +}
-diff -urNp linux-2.6.31/grsecurity/gracl_ip.c linux-2.6.31/grsecurity/gracl_ip.c
---- linux-2.6.31/grsecurity/gracl_ip.c 1969-12-31 19:00:00.000000000 -0500
-+++ linux-2.6.31/grsecurity/gracl_ip.c 2009-09-06 15:29:12.048915591 -0400
-@@ -0,0 +1,340 @@
+diff -urNp linux-2.6.32.1/grsecurity/gracl_ip.c linux-2.6.32.1/grsecurity/gracl_ip.c
+--- linux-2.6.32.1/grsecurity/gracl_ip.c       1969-12-31 19:00:00.000000000 -0500
++++ linux-2.6.32.1/grsecurity/gracl_ip.c       2009-12-14 18:33:58.961941417 -0500
+@@ -0,0 +1,339 @@
 +#include <linux/kernel.h>
 +#include <asm/uaccess.h>
 +#include <asm/errno.h>
@@ -31472,9 +36220,8 @@ diff -urNp linux-2.6.31/grsecurity/gracl_ip.c linux-2.6.31/grsecurity/gracl_ip.c
 +                                     gr_to_filename(current->exec_file->f_path.dentry,
 +                                     current->exec_file->f_path.mnt) :
 +                                     curr->filename, curr->filename,
-+                                     NIPQUAD(fakeip), 0, type,
-+                                     protocol, GR_CONNECT, 
-+NIPQUAD(current->signal->curr_ip));
++                                     &fakeip, 0, type,
++                                     protocol, GR_CONNECT, &current->signal->curr_ip);
 +              } else if ((type == SOCK_DGRAM) && (protocol == IPPROTO_IP)) {
 +                      __u32 fakeip = 0;
 +                      security_learn(GR_IP_LEARN_MSG, current->role->rolename,
@@ -31483,8 +36230,8 @@ diff -urNp linux-2.6.31/grsecurity/gracl_ip.c linux-2.6.31/grsecurity/gracl_ip.c
 +                                     gr_to_filename(current->exec_file->f_path.dentry,
 +                                     current->exec_file->f_path.mnt) :
 +                                     curr->filename, curr->filename,
-+                                     NIPQUAD(fakeip), 0, type,
-+                                     protocol, GR_BIND, NIPQUAD(current->signal->curr_ip));
++                                     &fakeip, 0, type,
++                                     protocol, GR_BIND, &current->signal->curr_ip);
 +              }
 +              /* we'll log when they use connect or bind */
 +              goto exit;
@@ -31575,8 +36322,8 @@ diff -urNp linux-2.6.31/grsecurity/gracl_ip.c linux-2.6.31/grsecurity/gracl_ip.c
 +                             gr_to_filename(current->exec_file->f_path.dentry,
 +                             current->exec_file->f_path.mnt) :
 +                             curr->filename, curr->filename,
-+                             NIPQUAD(ip_addr), ip_port, type,
-+                             sk->sk_protocol, mode, NIPQUAD(current->signal->curr_ip));
++                             &ip_addr, ip_port, type,
++                             sk->sk_protocol, mode, &current->signal->curr_ip);
 +              return 0;
 +      }
 +
@@ -31630,9 +36377,9 @@ diff -urNp linux-2.6.31/grsecurity/gracl_ip.c linux-2.6.31/grsecurity/gracl_ip.c
 +
 +denied:
 +      if (mode == GR_BIND)
-+              gr_log_int5_str2(GR_DONT_AUDIT, GR_BIND_ACL_MSG, NIPQUAD(ip_addr), ip_port, gr_socktype_to_name(type), gr_proto_to_name(sk->sk_protocol));
++              gr_log_int5_str2(GR_DONT_AUDIT, GR_BIND_ACL_MSG, &ip_addr, ip_port, gr_socktype_to_name(type), gr_proto_to_name(sk->sk_protocol));
 +      else if (mode == GR_CONNECT)
-+              gr_log_int5_str2(GR_DONT_AUDIT, GR_CONNECT_ACL_MSG, NIPQUAD(ip_addr), ip_port, gr_socktype_to_name(type), gr_proto_to_name(sk->sk_protocol));
++              gr_log_int5_str2(GR_DONT_AUDIT, GR_CONNECT_ACL_MSG, &ip_addr, ip_port, gr_socktype_to_name(type), gr_proto_to_name(sk->sk_protocol));
 +
 +      return -EACCES;
 +}
@@ -31700,9 +36447,9 @@ diff -urNp linux-2.6.31/grsecurity/gracl_ip.c linux-2.6.31/grsecurity/gracl_ip.c
 +
 +      return gr_search_connectbind(GR_CONNECT | GR_CONNECTOVERRIDE, sk, &sin, SOCK_DGRAM);
 +}
-diff -urNp linux-2.6.31/grsecurity/gracl_learn.c linux-2.6.31/grsecurity/gracl_learn.c
---- linux-2.6.31/grsecurity/gracl_learn.c      1969-12-31 19:00:00.000000000 -0500
-+++ linux-2.6.31/grsecurity/gracl_learn.c      2009-09-06 15:29:12.050058383 -0400
+diff -urNp linux-2.6.32.1/grsecurity/gracl_learn.c linux-2.6.32.1/grsecurity/gracl_learn.c
+--- linux-2.6.32.1/grsecurity/gracl_learn.c    1969-12-31 19:00:00.000000000 -0500
++++ linux-2.6.32.1/grsecurity/gracl_learn.c    2009-12-14 18:33:58.961941417 -0500
 @@ -0,0 +1,211 @@
 +#include <linux/kernel.h>
 +#include <linux/mm.h>
@@ -31915,9 +36662,9 @@ diff -urNp linux-2.6.31/grsecurity/gracl_learn.c linux-2.6.31/grsecurity/gracl_l
 +      .release        = close_learn,
 +      .poll           = poll_learn,
 +};
-diff -urNp linux-2.6.31/grsecurity/gracl_res.c linux-2.6.31/grsecurity/gracl_res.c
---- linux-2.6.31/grsecurity/gracl_res.c        1969-12-31 19:00:00.000000000 -0500
-+++ linux-2.6.31/grsecurity/gracl_res.c        2009-09-06 15:29:12.050058383 -0400
+diff -urNp linux-2.6.32.1/grsecurity/gracl_res.c linux-2.6.32.1/grsecurity/gracl_res.c
+--- linux-2.6.32.1/grsecurity/gracl_res.c      1969-12-31 19:00:00.000000000 -0500
++++ linux-2.6.32.1/grsecurity/gracl_res.c      2009-12-14 18:33:58.961941417 -0500
 @@ -0,0 +1,58 @@
 +#include <linux/kernel.h>
 +#include <linux/sched.h>
@@ -31977,9 +36724,9 @@ diff -urNp linux-2.6.31/grsecurity/gracl_res.c linux-2.6.31/grsecurity/gracl_res
 +
 +      return;
 +}
-diff -urNp linux-2.6.31/grsecurity/gracl_segv.c linux-2.6.31/grsecurity/gracl_segv.c
---- linux-2.6.31/grsecurity/gracl_segv.c       1969-12-31 19:00:00.000000000 -0500
-+++ linux-2.6.31/grsecurity/gracl_segv.c       2009-09-06 15:29:12.050058383 -0400
+diff -urNp linux-2.6.32.1/grsecurity/gracl_segv.c linux-2.6.32.1/grsecurity/gracl_segv.c
+--- linux-2.6.32.1/grsecurity/gracl_segv.c     1969-12-31 19:00:00.000000000 -0500
++++ linux-2.6.32.1/grsecurity/gracl_segv.c     2009-12-14 18:33:58.961941417 -0500
 @@ -0,0 +1,307 @@
 +#include <linux/kernel.h>
 +#include <linux/mm.h>
@@ -32288,9 +37035,9 @@ diff -urNp linux-2.6.31/grsecurity/gracl_segv.c linux-2.6.31/grsecurity/gracl_se
 +
 +      return;
 +}
-diff -urNp linux-2.6.31/grsecurity/gracl_shm.c linux-2.6.31/grsecurity/gracl_shm.c
---- linux-2.6.31/grsecurity/gracl_shm.c        1969-12-31 19:00:00.000000000 -0500
-+++ linux-2.6.31/grsecurity/gracl_shm.c        2009-09-06 15:29:12.050058383 -0400
+diff -urNp linux-2.6.32.1/grsecurity/gracl_shm.c linux-2.6.32.1/grsecurity/gracl_shm.c
+--- linux-2.6.32.1/grsecurity/gracl_shm.c      1969-12-31 19:00:00.000000000 -0500
++++ linux-2.6.32.1/grsecurity/gracl_shm.c      2009-12-14 18:33:58.962849385 -0500
 @@ -0,0 +1,37 @@
 +#include <linux/kernel.h>
 +#include <linux/mm.h>
@@ -32329,9 +37076,9 @@ diff -urNp linux-2.6.31/grsecurity/gracl_shm.c linux-2.6.31/grsecurity/gracl_shm
 +
 +      return 1;
 +}
-diff -urNp linux-2.6.31/grsecurity/grsec_chdir.c linux-2.6.31/grsecurity/grsec_chdir.c
---- linux-2.6.31/grsecurity/grsec_chdir.c      1969-12-31 19:00:00.000000000 -0500
-+++ linux-2.6.31/grsecurity/grsec_chdir.c      2009-09-06 15:29:12.050058383 -0400
+diff -urNp linux-2.6.32.1/grsecurity/grsec_chdir.c linux-2.6.32.1/grsecurity/grsec_chdir.c
+--- linux-2.6.32.1/grsecurity/grsec_chdir.c    1969-12-31 19:00:00.000000000 -0500
++++ linux-2.6.32.1/grsecurity/grsec_chdir.c    2009-12-14 18:33:58.962849385 -0500
 @@ -0,0 +1,19 @@
 +#include <linux/kernel.h>
 +#include <linux/sched.h>
@@ -32352,10 +37099,10 @@ diff -urNp linux-2.6.31/grsecurity/grsec_chdir.c linux-2.6.31/grsecurity/grsec_c
 +#endif
 +      return;
 +}
-diff -urNp linux-2.6.31/grsecurity/grsec_chroot.c linux-2.6.31/grsecurity/grsec_chroot.c
---- linux-2.6.31/grsecurity/grsec_chroot.c     1969-12-31 19:00:00.000000000 -0500
-+++ linux-2.6.31/grsecurity/grsec_chroot.c     2009-09-06 15:29:12.050906867 -0400
-@@ -0,0 +1,350 @@
+diff -urNp linux-2.6.32.1/grsecurity/grsec_chroot.c linux-2.6.32.1/grsecurity/grsec_chroot.c
+--- linux-2.6.32.1/grsecurity/grsec_chroot.c   1969-12-31 19:00:00.000000000 -0500
++++ linux-2.6.32.1/grsecurity/grsec_chroot.c   2009-12-14 18:33:58.962849385 -0500
+@@ -0,0 +1,348 @@
 +#include <linux/kernel.h>
 +#include <linux/module.h>
 +#include <linux/sched.h>
@@ -32464,7 +37211,7 @@ diff -urNp linux-2.6.31/grsecurity/grsec_chroot.c linux-2.6.31/grsecurity/grsec_
 +      struct vfsmount *realrootmnt;
 +      struct dentry *currentroot;
 +      struct vfsmount *currentmnt;
-+      struct task_struct *reaper = current->nsproxy->pid_ns->child_reaper;
++      struct task_struct *reaper = &init_task;
 +      int ret = 1;
 +
 +      read_lock(&reaper->fs->lock);
@@ -32641,10 +37388,8 @@ diff -urNp linux-2.6.31/grsecurity/grsec_chroot.c linux-2.6.31/grsecurity/grsec_
 +{
 +#ifdef CONFIG_GRKERNSEC_CHROOT_CAPS
 +      if (grsec_enable_chroot_caps && current->pid > 1 && current->fs != NULL &&
-+              ((current->nsproxy->pid_ns->child_reaper->fs->root.dentry->d_inode->i_sb != 
-+              path->dentry->d_inode->i_sb) ||
-+               (current->nsproxy->pid_ns->child_reaper->fs->root.dentry->d_inode->i_ino != 
-+                path->dentry->d_inode->i_ino))) {
++              (init_task.fs->root.dentry != path->dentry) &&
++              (current->nsproxy->mnt_ns->root->mnt_root != path->dentry)) {
 +
 +              kernel_cap_t chroot_caps = GR_CHROOT_CAPS;
 +              const struct cred *old = current_cred();
@@ -32706,9 +37451,9 @@ diff -urNp linux-2.6.31/grsecurity/grsec_chroot.c linux-2.6.31/grsecurity/grsec_
 +#ifdef CONFIG_SECURITY
 +EXPORT_SYMBOL(gr_handle_chroot_caps);
 +#endif
-diff -urNp linux-2.6.31/grsecurity/grsec_disabled.c linux-2.6.31/grsecurity/grsec_disabled.c
---- linux-2.6.31/grsecurity/grsec_disabled.c   1969-12-31 19:00:00.000000000 -0500
-+++ linux-2.6.31/grsecurity/grsec_disabled.c   2009-09-06 15:29:12.050906867 -0400
+diff -urNp linux-2.6.32.1/grsecurity/grsec_disabled.c linux-2.6.32.1/grsecurity/grsec_disabled.c
+--- linux-2.6.32.1/grsecurity/grsec_disabled.c 1969-12-31 19:00:00.000000000 -0500
++++ linux-2.6.32.1/grsecurity/grsec_disabled.c 2009-12-14 18:33:58.962849385 -0500
 @@ -0,0 +1,426 @@
 +#include <linux/kernel.h>
 +#include <linux/module.h>
@@ -33136,9 +37881,9 @@ diff -urNp linux-2.6.31/grsecurity/grsec_disabled.c linux-2.6.31/grsecurity/grse
 +EXPORT_SYMBOL(gr_check_user_change);
 +EXPORT_SYMBOL(gr_check_group_change);
 +#endif
-diff -urNp linux-2.6.31/grsecurity/grsec_exec.c linux-2.6.31/grsecurity/grsec_exec.c
---- linux-2.6.31/grsecurity/grsec_exec.c       1969-12-31 19:00:00.000000000 -0500
-+++ linux-2.6.31/grsecurity/grsec_exec.c       2009-09-06 17:04:35.971517357 -0400
+diff -urNp linux-2.6.32.1/grsecurity/grsec_exec.c linux-2.6.32.1/grsecurity/grsec_exec.c
+--- linux-2.6.32.1/grsecurity/grsec_exec.c     1969-12-31 19:00:00.000000000 -0500
++++ linux-2.6.32.1/grsecurity/grsec_exec.c     2009-12-14 18:33:58.962849385 -0500
 @@ -0,0 +1,89 @@
 +#include <linux/kernel.h>
 +#include <linux/sched.h>
@@ -33229,9 +37974,9 @@ diff -urNp linux-2.6.31/grsecurity/grsec_exec.c linux-2.6.31/grsecurity/grsec_ex
 +#endif
 +      return;
 +}
-diff -urNp linux-2.6.31/grsecurity/grsec_fifo.c linux-2.6.31/grsecurity/grsec_fifo.c
---- linux-2.6.31/grsecurity/grsec_fifo.c       1969-12-31 19:00:00.000000000 -0500
-+++ linux-2.6.31/grsecurity/grsec_fifo.c       2009-09-06 15:29:12.051972439 -0400
+diff -urNp linux-2.6.32.1/grsecurity/grsec_fifo.c linux-2.6.32.1/grsecurity/grsec_fifo.c
+--- linux-2.6.32.1/grsecurity/grsec_fifo.c     1969-12-31 19:00:00.000000000 -0500
++++ linux-2.6.32.1/grsecurity/grsec_fifo.c     2009-12-14 18:33:58.962849385 -0500
 @@ -0,0 +1,24 @@
 +#include <linux/kernel.h>
 +#include <linux/sched.h>
@@ -33257,9 +38002,9 @@ diff -urNp linux-2.6.31/grsecurity/grsec_fifo.c linux-2.6.31/grsecurity/grsec_fi
 +#endif
 +      return 0;
 +}
-diff -urNp linux-2.6.31/grsecurity/grsec_fork.c linux-2.6.31/grsecurity/grsec_fork.c
---- linux-2.6.31/grsecurity/grsec_fork.c       1969-12-31 19:00:00.000000000 -0500
-+++ linux-2.6.31/grsecurity/grsec_fork.c       2009-09-06 15:29:12.051972439 -0400
+diff -urNp linux-2.6.32.1/grsecurity/grsec_fork.c linux-2.6.32.1/grsecurity/grsec_fork.c
+--- linux-2.6.32.1/grsecurity/grsec_fork.c     1969-12-31 19:00:00.000000000 -0500
++++ linux-2.6.32.1/grsecurity/grsec_fork.c     2009-12-14 18:33:58.962849385 -0500
 @@ -0,0 +1,15 @@
 +#include <linux/kernel.h>
 +#include <linux/sched.h>
@@ -33276,10 +38021,10 @@ diff -urNp linux-2.6.31/grsecurity/grsec_fork.c linux-2.6.31/grsecurity/grsec_fo
 +#endif
 +      return;
 +}
-diff -urNp linux-2.6.31/grsecurity/grsec_init.c linux-2.6.31/grsecurity/grsec_init.c
---- linux-2.6.31/grsecurity/grsec_init.c       1969-12-31 19:00:00.000000000 -0500
-+++ linux-2.6.31/grsecurity/grsec_init.c       2009-09-06 16:27:13.006282149 -0400
-@@ -0,0 +1,234 @@
+diff -urNp linux-2.6.32.1/grsecurity/grsec_init.c linux-2.6.32.1/grsecurity/grsec_init.c
+--- linux-2.6.32.1/grsecurity/grsec_init.c     1969-12-31 19:00:00.000000000 -0500
++++ linux-2.6.32.1/grsecurity/grsec_init.c     2009-12-14 18:33:58.963935544 -0500
+@@ -0,0 +1,231 @@
 +#include <linux/kernel.h>
 +#include <linux/sched.h>
 +#include <linux/mm.h>
@@ -33302,8 +38047,8 @@ diff -urNp linux-2.6.31/grsecurity/grsec_init.c linux-2.6.31/grsecurity/grsec_in
 +int grsec_enable_group;
 +int grsec_audit_gid;
 +int grsec_enable_chdir;
-+int grsec_enable_audit_ipc;
 +int grsec_enable_mount;
++int grsec_enable_rofs;
 +int grsec_enable_chroot_findtask;
 +int grsec_enable_chroot_mount;
 +int grsec_enable_chroot_shmat;
@@ -33413,9 +38158,6 @@ diff -urNp linux-2.6.31/grsecurity/grsec_init.c linux-2.6.31/grsecurity/grsec_in
 +#ifdef CONFIG_GRKERNSEC_AUDIT_CHDIR
 +      grsec_enable_chdir = 1;
 +#endif
-+#ifdef CONFIG_GRKERNSEC_AUDIT_IPC
-+      grsec_enable_audit_ipc = 1;
-+#endif
 +#ifdef CONFIG_GRKERNSEC_HARDEN_PTRACE
 +      grsec_enable_harden_ptrace = 1;
 +#endif
@@ -33514,94 +38256,9 @@ diff -urNp linux-2.6.31/grsecurity/grsec_init.c linux-2.6.31/grsecurity/grsec_in
 +
 +      return;
 +}
-diff -urNp linux-2.6.31/grsecurity/grsec_ipc.c linux-2.6.31/grsecurity/grsec_ipc.c
---- linux-2.6.31/grsecurity/grsec_ipc.c        1969-12-31 19:00:00.000000000 -0500
-+++ linux-2.6.31/grsecurity/grsec_ipc.c        2009-09-06 15:29:12.076307660 -0400
-@@ -0,0 +1,81 @@
-+#include <linux/kernel.h>
-+#include <linux/sched.h>
-+#include <linux/types.h>
-+#include <linux/ipc.h>
-+#include <linux/grsecurity.h>
-+#include <linux/grinternal.h>
-+
-+void
-+gr_log_msgget(const int ret, const int msgflg)
-+{
-+#ifdef CONFIG_GRKERNSEC_AUDIT_IPC
-+      if (((grsec_enable_group && in_group_p(grsec_audit_gid) &&
-+            grsec_enable_audit_ipc) || (grsec_enable_audit_ipc &&
-+                                        !grsec_enable_group)) && (ret >= 0)
-+          && (msgflg & IPC_CREAT))
-+              gr_log_noargs(GR_DO_AUDIT, GR_MSGQ_AUDIT_MSG);
-+#endif
-+      return;
-+}
-+
-+void
-+gr_log_msgrm(const uid_t uid, const uid_t cuid)
-+{
-+#ifdef CONFIG_GRKERNSEC_AUDIT_IPC
-+      if ((grsec_enable_group && in_group_p(grsec_audit_gid) &&
-+           grsec_enable_audit_ipc) ||
-+          (grsec_enable_audit_ipc && !grsec_enable_group))
-+              gr_log_int_int(GR_DO_AUDIT, GR_MSGQR_AUDIT_MSG, uid, cuid);
-+#endif
-+      return;
-+}
-+
-+void
-+gr_log_semget(const int err, const int semflg)
-+{
-+#ifdef CONFIG_GRKERNSEC_AUDIT_IPC
-+      if (((grsec_enable_group && in_group_p(grsec_audit_gid) &&
-+            grsec_enable_audit_ipc) || (grsec_enable_audit_ipc &&
-+                                        !grsec_enable_group)) && (err >= 0)
-+          && (semflg & IPC_CREAT))
-+              gr_log_noargs(GR_DO_AUDIT, GR_SEM_AUDIT_MSG);
-+#endif
-+      return;
-+}
-+
-+void
-+gr_log_semrm(const uid_t uid, const uid_t cuid)
-+{
-+#ifdef CONFIG_GRKERNSEC_AUDIT_IPC
-+      if ((grsec_enable_group && in_group_p(grsec_audit_gid) &&
-+           grsec_enable_audit_ipc) ||
-+          (grsec_enable_audit_ipc && !grsec_enable_group))
-+              gr_log_int_int(GR_DO_AUDIT, GR_SEMR_AUDIT_MSG, uid, cuid);
-+#endif
-+      return;
-+}
-+
-+void
-+gr_log_shmget(const int err, const int shmflg, const size_t size)
-+{
-+#ifdef CONFIG_GRKERNSEC_AUDIT_IPC
-+      if (((grsec_enable_group && in_group_p(grsec_audit_gid) &&
-+            grsec_enable_audit_ipc) || (grsec_enable_audit_ipc &&
-+                                        !grsec_enable_group)) && (err >= 0)
-+          && (shmflg & IPC_CREAT))
-+              gr_log_int(GR_DO_AUDIT, GR_SHM_AUDIT_MSG, size);
-+#endif
-+      return;
-+}
-+
-+void
-+gr_log_shmrm(const uid_t uid, const uid_t cuid)
-+{
-+#ifdef CONFIG_GRKERNSEC_AUDIT_IPC
-+      if ((grsec_enable_group && in_group_p(grsec_audit_gid) &&
-+           grsec_enable_audit_ipc) ||
-+          (grsec_enable_audit_ipc && !grsec_enable_group))
-+              gr_log_int_int(GR_DO_AUDIT, GR_SHMR_AUDIT_MSG, uid, cuid);
-+#endif
-+      return;
-+}
-diff -urNp linux-2.6.31/grsecurity/grsec_link.c linux-2.6.31/grsecurity/grsec_link.c
---- linux-2.6.31/grsecurity/grsec_link.c       1969-12-31 19:00:00.000000000 -0500
-+++ linux-2.6.31/grsecurity/grsec_link.c       2009-09-06 15:29:12.076307660 -0400
+diff -urNp linux-2.6.32.1/grsecurity/grsec_link.c linux-2.6.32.1/grsecurity/grsec_link.c
+--- linux-2.6.32.1/grsecurity/grsec_link.c     1969-12-31 19:00:00.000000000 -0500
++++ linux-2.6.32.1/grsecurity/grsec_link.c     2009-12-14 18:33:58.963935544 -0500
 @@ -0,0 +1,43 @@
 +#include <linux/kernel.h>
 +#include <linux/sched.h>
@@ -33646,10 +38303,10 @@ diff -urNp linux-2.6.31/grsecurity/grsec_link.c linux-2.6.31/grsecurity/grsec_li
 +#endif
 +      return 0;
 +}
-diff -urNp linux-2.6.31/grsecurity/grsec_log.c linux-2.6.31/grsecurity/grsec_log.c
---- linux-2.6.31/grsecurity/grsec_log.c        1969-12-31 19:00:00.000000000 -0500
-+++ linux-2.6.31/grsecurity/grsec_log.c        2009-09-06 15:29:12.076942978 -0400
-@@ -0,0 +1,288 @@
+diff -urNp linux-2.6.32.1/grsecurity/grsec_log.c linux-2.6.32.1/grsecurity/grsec_log.c
+--- linux-2.6.32.1/grsecurity/grsec_log.c      1969-12-31 19:00:00.000000000 -0500
++++ linux-2.6.32.1/grsecurity/grsec_log.c      2009-12-14 18:33:58.963935544 -0500
+@@ -0,0 +1,294 @@
 +#include <linux/kernel.h>
 +#include <linux/sched.h>
 +#include <linux/file.h>
@@ -33709,11 +38366,11 @@ diff -urNp linux-2.6.31/grsecurity/grsec_log.c linux-2.6.31/grsecurity/grsec_log
 +set_fmt:
 +      memset(buf, 0, PAGE_SIZE);
 +      if (current->signal->curr_ip && gr_acl_is_enabled()) {
-+              sprintf(fmt, "%s%s", loglevel, "grsec: From %u.%u.%u.%u: (%.64s:%c:%.950s) ");
-+              snprintf(buf, PAGE_SIZE - 1, fmt, NIPQUAD(current->signal->curr_ip), current->role->rolename, gr_roletype_to_char(), current->acl->filename);
++              sprintf(fmt, "%s%s", loglevel, "grsec: From %pI4: (%.64s:%c:%.950s) ");
++              snprintf(buf, PAGE_SIZE - 1, fmt, &current->signal->curr_ip, current->role->rolename, gr_roletype_to_char(), current->acl->filename);
 +      } else if (current->signal->curr_ip) {
-+              sprintf(fmt, "%s%s", loglevel, "grsec: From %u.%u.%u.%u: ");
-+              snprintf(buf, PAGE_SIZE - 1, fmt, NIPQUAD(current->signal->curr_ip));
++              sprintf(fmt, "%s%s", loglevel, "grsec: From %pI4: ");
++              snprintf(buf, PAGE_SIZE - 1, fmt, &current->signal->curr_ip);
 +      } else if (gr_acl_is_enabled()) {
 +              sprintf(fmt, "%s%s", loglevel, "grsec: (%.64s:%c:%.950s) ");
 +              snprintf(buf, PAGE_SIZE - 1, fmt, current->role->rolename, gr_roletype_to_char(), current->acl->filename);
@@ -33770,6 +38427,7 @@ diff -urNp linux-2.6.31/grsecurity/grsec_log.c linux-2.6.31/grsecurity/grsec_log
 +      int logtype;
 +      char *result = (audit == GR_DO_AUDIT) ? "successful" : "denied";
 +      char *str1, *str2, *str3;
++      void *voidptr;
 +      int num1, num2;
 +      unsigned long ulong1, ulong2;
 +      struct dentry *dentry;
@@ -33789,7 +38447,7 @@ diff -urNp linux-2.6.31/grsecurity/grsec_log.c linux-2.6.31/grsecurity/grsec_log
 +      switch (argtypes) {
 +      case GR_TTYSNIFF:
 +              task = va_arg(ap, struct task_struct *);
-+              gr_log_middle_varargs(audit, msg, NIPQUAD(task->signal->curr_ip), gr_task_fullpath0(task), task->comm, task->pid, gr_parent_task_fullpath0(task), task->parent->comm, task->parent->pid);
++              gr_log_middle_varargs(audit, msg, &task->signal->curr_ip, gr_task_fullpath0(task), task->comm, task->pid, gr_parent_task_fullpath0(task), task->parent->comm, task->parent->pid);
 +              break;
 +      case GR_SYSCTL_HIDDEN:
 +              str1 = va_arg(ap, char *);
@@ -33886,6 +38544,11 @@ diff -urNp linux-2.6.31/grsecurity/grsec_log.c linux-2.6.31/grsecurity/grsec_log
 +              gr_log_middle_varargs(audit, msg, str1, gr_task_fullpath(task), task->comm, task->pid, cred->uid, cred->euid, cred->gid, cred->egid, gr_parent_task_fullpath(task), task->parent->comm, task->parent->pid, pcred->uid, pcred->euid, pcred->gid, pcred->egid);
 +              break;
 +      case GR_SIG:
++              str1 = va_arg(ap, char *);
++              voidptr = va_arg(ap, void *);
++              gr_log_middle_varargs(audit, msg, str1, voidptr);
++              break;
++      case GR_SIG2:
 +              task = va_arg(ap, struct task_struct *);
 +              cred = __task_cred(task);
 +              pcred = __task_cred(task->parent);
@@ -33928,7 +38591,7 @@ diff -urNp linux-2.6.31/grsecurity/grsec_log.c linux-2.6.31/grsecurity/grsec_log
 +                      cred = __task_cred(task);
 +                      pcred = __task_cred(task->parent);
 +
-+                      gr_log_middle_varargs(audit, msg, gr_task_fullpath(task), task->comm, task->pid, NIPQUAD(task->signal->curr_ip), tty_name(task->signal->tty, cur_tty), cred->uid, cred->euid, cred->gid, cred->egid, wday, whr, wmin, wsec, cday, chr, cmin, csec, (task->flags & PF_SIGNALED) ? "killed by signal" : "exited", ulong1, gr_parent_task_fullpath(task), task->parent->comm, task->parent->pid, NIPQUAD(task->parent->signal->curr_ip), tty_name(task->parent->signal->tty, parent_tty), pcred->uid, pcred->euid, pcred->gid, pcred->egid);
++                      gr_log_middle_varargs(audit, msg, gr_task_fullpath(task), task->comm, task->pid, &task->signal->curr_ip, tty_name(task->signal->tty, cur_tty), cred->uid, cred->euid, cred->gid, cred->egid, wday, whr, wmin, wsec, cday, chr, cmin, csec, (task->flags & PF_SIGNALED) ? "killed by signal" : "exited", ulong1, gr_parent_task_fullpath(task), task->parent->comm, task->parent->pid, &task->parent->signal->curr_ip, tty_name(task->parent->signal->tty, parent_tty), pcred->uid, pcred->euid, pcred->gid, pcred->egid);
 +              }
 +              break;
 +      default:
@@ -33938,10 +38601,10 @@ diff -urNp linux-2.6.31/grsecurity/grsec_log.c linux-2.6.31/grsecurity/grsec_log
 +      gr_log_end(audit);
 +      END_LOCKS(audit);
 +}
-diff -urNp linux-2.6.31/grsecurity/grsec_mem.c linux-2.6.31/grsecurity/grsec_mem.c
---- linux-2.6.31/grsecurity/grsec_mem.c        1969-12-31 19:00:00.000000000 -0500
-+++ linux-2.6.31/grsecurity/grsec_mem.c        2009-09-06 15:29:12.076942978 -0400
-@@ -0,0 +1,79 @@
+diff -urNp linux-2.6.32.1/grsecurity/grsec_mem.c linux-2.6.32.1/grsecurity/grsec_mem.c
+--- linux-2.6.32.1/grsecurity/grsec_mem.c      1969-12-31 19:00:00.000000000 -0500
++++ linux-2.6.32.1/grsecurity/grsec_mem.c      2009-12-14 18:33:58.963935544 -0500
+@@ -0,0 +1,85 @@
 +#include <linux/kernel.h>
 +#include <linux/sched.h>
 +#include <linux/mm.h>
@@ -33998,7 +38661,7 @@ diff -urNp linux-2.6.31/grsecurity/grsec_mem.c linux-2.6.31/grsecurity/grsec_mem
 +
 +      /* allowed ranges : ISA I/O BIOS */
 +      if ((start >= __pa(high_memory))
-+#ifdef CONFIG_X86
++#if defined(CONFIG_X86) || defined(CONFIG_PPC)
 +          || (start >= 0x000a0000 && end <= 0x00100000)
 +          || (start >= 0x00000000 && end <= 0x00001000)
 +#endif
@@ -34021,12 +38684,19 @@ diff -urNp linux-2.6.31/grsecurity/grsec_mem.c linux-2.6.31/grsecurity/grsec_mem
 +        return;
 +}
 +
-diff -urNp linux-2.6.31/grsecurity/grsec_mount.c linux-2.6.31/grsecurity/grsec_mount.c
---- linux-2.6.31/grsecurity/grsec_mount.c      1969-12-31 19:00:00.000000000 -0500
-+++ linux-2.6.31/grsecurity/grsec_mount.c      2009-09-06 15:29:12.076942978 -0400
-@@ -0,0 +1,34 @@
++void
++gr_handle_vm86(void)
++{
++      gr_log_noargs(GR_DONT_AUDIT, GR_VM86_MSG);
++      return;
++}
+diff -urNp linux-2.6.32.1/grsecurity/grsec_mount.c linux-2.6.32.1/grsecurity/grsec_mount.c
+--- linux-2.6.32.1/grsecurity/grsec_mount.c    1969-12-31 19:00:00.000000000 -0500
++++ linux-2.6.32.1/grsecurity/grsec_mount.c    2009-12-14 18:33:58.963935544 -0500
+@@ -0,0 +1,62 @@
 +#include <linux/kernel.h>
 +#include <linux/sched.h>
++#include <linux/mount.h>
 +#include <linux/grsecurity.h>
 +#include <linux/grinternal.h>
 +
@@ -34059,26 +38729,60 @@ diff -urNp linux-2.6.31/grsecurity/grsec_mount.c linux-2.6.31/grsecurity/grsec_m
 +#endif
 +      return;
 +}
-diff -urNp linux-2.6.31/grsecurity/grsec_sig.c linux-2.6.31/grsecurity/grsec_sig.c
---- linux-2.6.31/grsecurity/grsec_sig.c        1969-12-31 19:00:00.000000000 -0500
-+++ linux-2.6.31/grsecurity/grsec_sig.c        2009-09-06 15:29:12.076942978 -0400
-@@ -0,0 +1,58 @@
++
++int
++gr_handle_rofs_mount(struct dentry *dentry, struct vfsmount *mnt, int mnt_flags)
++{
++#ifdef CONFIG_GRKERNSEC_ROFS
++      if (grsec_enable_rofs && !(mnt_flags & MNT_READONLY)) {
++              gr_log_fs_generic(GR_DO_AUDIT, GR_ROFS_MOUNT_MSG, dentry, mnt);
++              return -EPERM;
++      } else
++              return 0;
++#endif
++      return 0;
++}
++
++int
++gr_handle_rofs_blockwrite(struct dentry *dentry, struct vfsmount *mnt, int acc_mode)
++{
++#ifdef CONFIG_GRKERNSEC_ROFS
++      if (grsec_enable_rofs && (acc_mode & MAY_WRITE) &&
++          dentry->d_inode && S_ISBLK(dentry->d_inode->i_mode)) {
++              gr_log_fs_generic(GR_DO_AUDIT, GR_ROFS_BLOCKWRITE_MSG, dentry, mnt);
++              return -EPERM;
++      } else
++              return 0;
++#endif
++      return 0;
++}
+diff -urNp linux-2.6.32.1/grsecurity/grsec_sig.c linux-2.6.32.1/grsecurity/grsec_sig.c
+--- linux-2.6.32.1/grsecurity/grsec_sig.c      1969-12-31 19:00:00.000000000 -0500
++++ linux-2.6.32.1/grsecurity/grsec_sig.c      2009-12-14 18:33:58.963935544 -0500
+@@ -0,0 +1,65 @@
 +#include <linux/kernel.h>
 +#include <linux/sched.h>
 +#include <linux/delay.h>
 +#include <linux/grsecurity.h>
 +#include <linux/grinternal.h>
 +
++char *signames[] = {
++      [SIGSEGV] = "Segmentation fault",
++      [SIGILL] = "Illegal instruction",
++      [SIGABRT] = "Abort",
++      [SIGBUS] = "Invalid alignment/Bus error"
++};
++
 +void
-+gr_log_signal(const int sig, const struct task_struct *t)
++gr_log_signal(const int sig, const void *addr, const struct task_struct *t)
 +{
 +#ifdef CONFIG_GRKERNSEC_SIGNAL
 +      if (grsec_enable_signal && ((sig == SIGSEGV) || (sig == SIGILL) ||
 +                                  (sig == SIGABRT) || (sig == SIGBUS))) {
 +              if (t->pid == current->pid) {
-+                      gr_log_int(GR_DONT_AUDIT_GOOD, GR_UNISIGLOG_MSG, sig);
++                      gr_log_sig_addr(GR_DONT_AUDIT_GOOD, GR_UNISIGLOG_MSG, signames[sig], addr);
 +              } else {
-+                      gr_log_sig(GR_DONT_AUDIT_GOOD, GR_DUALSIGLOG_MSG, t, sig);
++                      gr_log_sig_task(GR_DONT_AUDIT_GOOD, GR_DUALSIGLOG_MSG, t, sig);
 +              }
 +      }
 +#endif
@@ -34090,7 +38794,7 @@ diff -urNp linux-2.6.31/grsecurity/grsec_sig.c linux-2.6.31/grsecurity/grsec_sig
 +{
 +#ifdef CONFIG_GRKERNSEC
 +      if (current->pid > 1 && gr_check_protected_task(p)) {
-+              gr_log_sig(GR_DONT_AUDIT, GR_SIG_ACL_MSG, p, sig);
++              gr_log_sig_task(GR_DONT_AUDIT, GR_SIG_ACL_MSG, p, sig);
 +              return -EPERM;
 +      } else if (gr_pid_is_chrooted((struct task_struct *)p)) {
 +              return -EPERM;
@@ -34121,9 +38825,9 @@ diff -urNp linux-2.6.31/grsecurity/grsec_sig.c linux-2.6.31/grsecurity/grsec_sig
 +      return;
 +}
 +
-diff -urNp linux-2.6.31/grsecurity/grsec_sock.c linux-2.6.31/grsecurity/grsec_sock.c
---- linux-2.6.31/grsecurity/grsec_sock.c       1969-12-31 19:00:00.000000000 -0500
-+++ linux-2.6.31/grsecurity/grsec_sock.c       2009-09-06 15:29:12.076942978 -0400
+diff -urNp linux-2.6.32.1/grsecurity/grsec_sock.c linux-2.6.32.1/grsecurity/grsec_sock.c
+--- linux-2.6.32.1/grsecurity/grsec_sock.c     1969-12-31 19:00:00.000000000 -0500
++++ linux-2.6.32.1/grsecurity/grsec_sock.c     2009-12-14 18:33:58.964938626 -0500
 @@ -0,0 +1,269 @@
 +#include <linux/kernel.h>
 +#include <linux/module.h>
@@ -34394,10 +39098,10 @@ diff -urNp linux-2.6.31/grsecurity/grsec_sock.c linux-2.6.31/grsecurity/grsec_so
 +      return current_cap();
 +#endif
 +}
-diff -urNp linux-2.6.31/grsecurity/grsec_sysctl.c linux-2.6.31/grsecurity/grsec_sysctl.c
---- linux-2.6.31/grsecurity/grsec_sysctl.c     1969-12-31 19:00:00.000000000 -0500
-+++ linux-2.6.31/grsecurity/grsec_sysctl.c     2009-09-06 16:29:02.371934268 -0400
-@@ -0,0 +1,413 @@
+diff -urNp linux-2.6.32.1/grsecurity/grsec_sysctl.c linux-2.6.32.1/grsecurity/grsec_sysctl.c
+--- linux-2.6.32.1/grsecurity/grsec_sysctl.c   1969-12-31 19:00:00.000000000 -0500
++++ linux-2.6.32.1/grsecurity/grsec_sysctl.c   2009-12-14 18:33:58.964938626 -0500
+@@ -0,0 +1,419 @@
 +#include <linux/kernel.h>
 +#include <linux/sched.h>
 +#include <linux/sysctl.h>
@@ -34416,7 +39120,11 @@ diff -urNp linux-2.6.31/grsecurity/grsec_sysctl.c linux-2.6.31/grsecurity/grsec_
 +      return 0;
 +}
 +
-+#if defined(CONFIG_GRKERNSEC_SYSCTL)
++#ifdef CONFIG_GRKERNSEC_ROFS
++static int __maybe_unused one = 1;
++#endif
++
++#if defined(CONFIG_GRKERNSEC_SYSCTL) || defined(CONFIG_GRKERNSEC_ROFS)
 +ctl_table grsecurity_table[] = {
 +#ifdef CONFIG_GRKERNSEC_SYSCTL
 +#ifdef CONFIG_GRKERNSEC_LINK
@@ -34739,16 +39447,6 @@ diff -urNp linux-2.6.31/grsecurity/grsec_sysctl.c linux-2.6.31/grsecurity/grsec_
 +              .proc_handler   = &proc_dointvec,
 +      },
 +#endif
-+#ifdef CONFIG_GRKERNSEC_AUDIT_IPC
-+      {
-+              .ctl_name       = CTL_UNNUMBERED,
-+              .procname       = "audit_ipc",
-+              .data           = &grsec_enable_audit_ipc,
-+              .maxlen         = sizeof(int),
-+              .mode           = 0600,
-+              .proc_handler   = &proc_dointvec,
-+      },
-+#endif
 +#ifdef CONFIG_GRKERNSEC_AUDIT_TEXTREL
 +      {
 +              .ctl_name       = CTL_UNNUMBERED,
@@ -34808,12 +39506,24 @@ diff -urNp linux-2.6.31/grsecurity/grsec_sysctl.c linux-2.6.31/grsecurity/grsec_
 +              .proc_handler   = &proc_dointvec,
 +      },
 +#endif
++#ifdef CONFIG_GRKERNSEC_ROFS
++      {
++              .ctl_name       = CTL_UNNUMBERED,
++              .procname       = "romount_protect",
++              .data           = &grsec_enable_rofs,
++              .maxlen         = sizeof(int),
++              .mode           = 0600,
++              .proc_handler   = &proc_dointvec_minmax,
++              .extra1         = &one,
++              .extra2         = &one,
++      },
++#endif
 +      { .ctl_name = 0 }
 +};
 +#endif
-diff -urNp linux-2.6.31/grsecurity/grsec_textrel.c linux-2.6.31/grsecurity/grsec_textrel.c
---- linux-2.6.31/grsecurity/grsec_textrel.c    1969-12-31 19:00:00.000000000 -0500
-+++ linux-2.6.31/grsecurity/grsec_textrel.c    2009-09-06 15:29:12.078135627 -0400
+diff -urNp linux-2.6.32.1/grsecurity/grsec_textrel.c linux-2.6.32.1/grsecurity/grsec_textrel.c
+--- linux-2.6.32.1/grsecurity/grsec_textrel.c  1969-12-31 19:00:00.000000000 -0500
++++ linux-2.6.32.1/grsecurity/grsec_textrel.c  2009-12-14 18:33:58.964938626 -0500
 @@ -0,0 +1,16 @@
 +#include <linux/kernel.h>
 +#include <linux/sched.h>
@@ -34831,9 +39541,9 @@ diff -urNp linux-2.6.31/grsecurity/grsec_textrel.c linux-2.6.31/grsecurity/grsec
 +#endif
 +      return;
 +}
-diff -urNp linux-2.6.31/grsecurity/grsec_time.c linux-2.6.31/grsecurity/grsec_time.c
---- linux-2.6.31/grsecurity/grsec_time.c       1969-12-31 19:00:00.000000000 -0500
-+++ linux-2.6.31/grsecurity/grsec_time.c       2009-09-06 15:29:12.078135627 -0400
+diff -urNp linux-2.6.32.1/grsecurity/grsec_time.c linux-2.6.32.1/grsecurity/grsec_time.c
+--- linux-2.6.32.1/grsecurity/grsec_time.c     1969-12-31 19:00:00.000000000 -0500
++++ linux-2.6.32.1/grsecurity/grsec_time.c     2009-12-14 18:33:58.964938626 -0500
 @@ -0,0 +1,13 @@
 +#include <linux/kernel.h>
 +#include <linux/sched.h>
@@ -34848,9 +39558,9 @@ diff -urNp linux-2.6.31/grsecurity/grsec_time.c linux-2.6.31/grsecurity/grsec_ti
 +#endif
 +      return;
 +}
-diff -urNp linux-2.6.31/grsecurity/grsec_tpe.c linux-2.6.31/grsecurity/grsec_tpe.c
---- linux-2.6.31/grsecurity/grsec_tpe.c        1969-12-31 19:00:00.000000000 -0500
-+++ linux-2.6.31/grsecurity/grsec_tpe.c        2009-09-06 15:29:12.078135627 -0400
+diff -urNp linux-2.6.32.1/grsecurity/grsec_tpe.c linux-2.6.32.1/grsecurity/grsec_tpe.c
+--- linux-2.6.32.1/grsecurity/grsec_tpe.c      1969-12-31 19:00:00.000000000 -0500
++++ linux-2.6.32.1/grsecurity/grsec_tpe.c      2009-12-14 18:33:58.964938626 -0500
 @@ -0,0 +1,38 @@
 +#include <linux/kernel.h>
 +#include <linux/sched.h>
@@ -34890,9 +39600,9 @@ diff -urNp linux-2.6.31/grsecurity/grsec_tpe.c linux-2.6.31/grsecurity/grsec_tpe
 +#endif
 +      return 1;
 +}
-diff -urNp linux-2.6.31/grsecurity/grsum.c linux-2.6.31/grsecurity/grsum.c
---- linux-2.6.31/grsecurity/grsum.c    1969-12-31 19:00:00.000000000 -0500
-+++ linux-2.6.31/grsecurity/grsum.c    2009-09-06 15:29:12.078135627 -0400
+diff -urNp linux-2.6.32.1/grsecurity/grsum.c linux-2.6.32.1/grsecurity/grsum.c
+--- linux-2.6.32.1/grsecurity/grsum.c  1969-12-31 19:00:00.000000000 -0500
++++ linux-2.6.32.1/grsecurity/grsum.c  2009-12-14 18:33:58.964938626 -0500
 @@ -0,0 +1,59 @@
 +#include <linux/err.h>
 +#include <linux/kernel.h>
@@ -34953,10 +39663,10 @@ diff -urNp linux-2.6.31/grsecurity/grsum.c linux-2.6.31/grsecurity/grsum.c
 +
 +      return retval;
 +}
-diff -urNp linux-2.6.31/grsecurity/Kconfig linux-2.6.31/grsecurity/Kconfig
---- linux-2.6.31/grsecurity/Kconfig    1969-12-31 19:00:00.000000000 -0500
-+++ linux-2.6.31/grsecurity/Kconfig    2009-09-06 16:36:29.318952834 -0400
-@@ -0,0 +1,910 @@
+diff -urNp linux-2.6.32.1/grsecurity/Kconfig linux-2.6.32.1/grsecurity/Kconfig
+--- linux-2.6.32.1/grsecurity/Kconfig  1969-12-31 19:00:00.000000000 -0500
++++ linux-2.6.32.1/grsecurity/Kconfig  2009-12-14 18:33:58.971930129 -0500
+@@ -0,0 +1,937 @@
 +#
 +# grecurity configuration
 +#
@@ -35034,8 +39744,8 @@ diff -urNp linux-2.6.31/grsecurity/Kconfig linux-2.6.31/grsecurity/Kconfig
 +      select PAX_RANDUSTACK
 +      select PAX_ASLR
 +      select PAX_RANDMMAP
-+      select PAX_REFCOUNT if (X86)
-+      select PAX_USERCOPY if (X86 && (SLAB || SLUB || SLOB))
++      select PAX_REFCOUNT if (X86 || SPARC64)
++      select PAX_USERCOPY if ((X86 || SPARC32 || SPARC64 || PPC32 || PPC64) && (SLAB || SLUB || SLOB))
 +
 +      help
 +        If you say Y here, several features in addition to those included
@@ -35097,6 +39807,7 @@ diff -urNp linux-2.6.31/grsecurity/Kconfig linux-2.6.31/grsecurity/Kconfig
 +      select GRKERNSEC_AUDIT_MOUNT
 +      select GRKERNSEC_MODHARDEN if (MODULES)
 +      select GRKERNSEC_HARDEN_PTRACE
++      select GRKERNSEC_VM86 if (X86_32)
 +      select PAX
 +      select PAX_RANDUSTACK
 +      select PAX_ASLR
@@ -35111,14 +39822,12 @@ diff -urNp linux-2.6.31/grsecurity/Kconfig linux-2.6.31/grsecurity/Kconfig
 +      select PAX_RANDKSTACK if (X86_TSC && !X86_64)
 +      select PAX_SEGMEXEC if (X86_32)
 +      select PAX_PAGEEXEC
-+      select PAX_EMUPLT if (ALPHA || PARISC || PPC32 || SPARC32 || SPARC64)
-+      select PAX_DLRESOLVE if (SPARC32 || SPARC64)
-+      select PAX_SYSCALL if (PPC32)
++      select PAX_EMUPLT if (ALPHA || PARISC || SPARC32 || SPARC64)
 +      select PAX_EMUTRAMP if (PARISC)
 +      select PAX_EMUSIGRT if (PARISC)
 +      select PAX_ETEXECRELOCS if (ALPHA || IA64 || PARISC)
-+      select PAX_REFCOUNT if (X86)
-+      select PAX_USERCOPY if (X86 && (SLAB || SLUB || SLOB))
++      select PAX_REFCOUNT if (X86 || SPARC64)
++      select PAX_USERCOPY if ((X86 || PPC32 || PPC64 || SPARC32 || SPARC64) && (SLAB || SLUB || SLOB))
 +      help
 +        If you say Y here, many of the features of grsecurity will be
 +        enabled, which will protect you against many kinds of attacks
@@ -35148,6 +39857,7 @@ diff -urNp linux-2.6.31/grsecurity/Kconfig linux-2.6.31/grsecurity/Kconfig
 +        - Prevention of memory exhaustion-based exploits
 +        - Hardening of module auto-loading
 +        - Ptrace restrictions
++        - Restricted vm86 mode
 +
 +config GRKERNSEC_CUSTOM
 +      bool "Custom"
@@ -35184,6 +39894,19 @@ diff -urNp linux-2.6.31/grsecurity/Kconfig linux-2.6.31/grsecurity/Kconfig
 +        It is highly recommended that you say Y here if you meet all the
 +        conditions above.
 +
++config GRKERNSEC_VM86
++      bool "Restrict VM86 mode"
++      depends on X86_32
++
++      help
++        If you say Y here, only processes with CAP_SYS_RAWIO will be able to
++        make use of a special execution mode on 32bit x86 processors called
++        Virtual 8086 (VM86) mode.  XFree86 may need vm86 mode for certain
++        video cards and will still work with this option enabled.  The purpose
++        of the option is to prevent exploitation of emulation errors in
++        virtualization of vm86 mode like the one discovered in VMWare in 2009.
++        Nearly all users should be able to enable this option.
++
 +config GRKERNSEC_IO
 +      bool "Disable privileged I/O"
 +      depends on X86
@@ -35239,26 +39962,33 @@ diff -urNp linux-2.6.31/grsecurity/Kconfig linux-2.6.31/grsecurity/Kconfig
 +
 +        If this option prevents a legitimate use of auto-loading for a 
 +        non-root user, the administrator can execute modprobe manually 
-+        with the exact name of the module mentioned in the alert log.  
-+        Alternatively, the administrator can add the module to the 
-+        list of modules loaded at boot by modifying init scripts.
++        with the exact name of the module mentioned in the alert log.
++        Alternatively, the administrator can add the module to the list
++        of modules loaded at boot by modifying init scripts.
++
++        Modification of init scripts will most likely be needed on 
++        Ubuntu servers with encrypted home directory support enabled,
++        as the first non-root user logging in will cause the ecb(aes),
++        ecb(aes)-all, cbc(aes), and cbc(aes)-all  modules to be loaded.
 +
 +config GRKERNSEC_HIDESYM
 +      bool "Hide kernel symbols"
 +      help
 +        If you say Y here, getting information on loaded modules, and
 +        displaying all kernel symbols through a syscall will be restricted
-+        to users with CAP_SYS_MODULE.  This option is only effective
-+        provided the following conditions are met:
++        to users with CAP_SYS_MODULE.  For software compatibility reasons,
++        /proc/kallsyms will be restricted to the root user.  The RBAC
++        system can hide that entry even from root.  Note that this option
++        is only effective provided the following conditions are met:
 +        1) The kernel using grsecurity is not precompiled by some distribution
 +        2) You are using the RBAC system and hiding other files such as your
 +           kernel image and System.map.  Alternatively, enabling this option
 +           causes the permissions on /boot, /lib/modules, and the kernel
 +           source directory to change at compile time to prevent 
 +           reading by non-root users.
-+        If the above conditions are met, this option will aid to provide a
-+        useful protection against local and remote kernel exploitation of
-+        overflows and arbitrary read/write vulnerabilities.
++        If the above conditions are met, this option will aid in providing a
++        useful protection against local kernel exploitation of overflows
++        and arbitrary read/write vulnerabilities.
 +
 +endmenu
 +menu "Role Based Access Control Options"
@@ -35364,6 +40094,20 @@ diff -urNp linux-2.6.31/grsecurity/Kconfig linux-2.6.31/grsecurity/Kconfig
 +        option is enabled, a sysctl option with name "fifo_restrictions" is
 +        created.
 +
++config GRKERNSEC_ROFS
++      bool "Runtime read-only mount protection"
++      help
++        If you say Y here, a sysctl option with name "romount_protect" will
++        be created.  By setting this option to 1 at runtime, filesystems
++        will be protected in the following ways:
++        * No new writable mounts will be allowed
++        * Existing read-only mounts won't be able to be remounted read/write
++        * Write operations will be denied on all block devices
++        This option acts independently of grsec_lock: once it is set to 1,
++        it cannot be turned off.  Therefore, please be mindful of the resulting
++        behavior if this option is enabled in an init script on a read-only
++        filesystem.  This feature is mainly intended for secure embedded systems.
++
 +config GRKERNSEC_CHROOT
 +      bool "Chroot jail restrictions"
 +      help
@@ -35521,7 +40265,7 @@ diff -urNp linux-2.6.31/grsecurity/Kconfig linux-2.6.31/grsecurity/Kconfig
 +config GRKERNSEC_AUDIT_GROUP
 +      bool "Single group for auditing"
 +      help
-+        If you say Y here, the exec, chdir, (un)mount, and ipc logging features
++        If you say Y here, the exec, chdir, and (un)mount logging features
 +        will only operate on a group you specify.  This option is recommended
 +        if you only want to watch certain users instead of having a large
 +        amount of logs from the entire system.  If the sysctl option is enabled,
@@ -35574,13 +40318,6 @@ diff -urNp linux-2.6.31/grsecurity/Kconfig linux-2.6.31/grsecurity/Kconfig
 +        sysctl option is enabled, a sysctl option with name "audit_mount" is
 +        created.
 +
-+config GRKERNSEC_AUDIT_IPC
-+      bool "IPC logging"
-+      help
-+        If you say Y here, creation and removal of message queues, semaphores,
-+        and shared memory will be logged.  If the sysctl option is enabled, a
-+        sysctl option with name "audit_ipc" is created.
-+
 +config GRKERNSEC_SIGNAL
 +      bool "Signal logging"
 +      help
@@ -35867,9 +40604,9 @@ diff -urNp linux-2.6.31/grsecurity/Kconfig linux-2.6.31/grsecurity/Kconfig
 +endmenu
 +
 +endmenu
-diff -urNp linux-2.6.31/grsecurity/Makefile linux-2.6.31/grsecurity/Makefile
---- linux-2.6.31/grsecurity/Makefile   1969-12-31 19:00:00.000000000 -0500
-+++ linux-2.6.31/grsecurity/Makefile   2009-09-06 15:29:12.079175235 -0400
+diff -urNp linux-2.6.32.1/grsecurity/Makefile linux-2.6.32.1/grsecurity/Makefile
+--- linux-2.6.32.1/grsecurity/Makefile 1969-12-31 19:00:00.000000000 -0500
++++ linux-2.6.32.1/grsecurity/Makefile 2009-12-14 18:33:58.971930129 -0500
 @@ -0,0 +1,29 @@
 +# grsecurity's ACL system was originally written in 2001 by Michael Dalton
 +# during 2001-2009 it has been completely redesigned by Brad Spengler
@@ -35881,7 +40618,7 @@ diff -urNp linux-2.6.31/grsecurity/Makefile linux-2.6.31/grsecurity/Makefile
 +
 +obj-y = grsec_chdir.o grsec_chroot.o grsec_exec.o grsec_fifo.o grsec_fork.o \
 +      grsec_mount.o grsec_sig.o grsec_sock.o grsec_sysctl.o \
-+      grsec_time.o grsec_tpe.o grsec_ipc.o grsec_link.o grsec_textrel.o
++      grsec_time.o grsec_tpe.o grsec_link.o grsec_textrel.o
 +
 +obj-$(CONFIG_GRKERNSEC) += grsec_init.o grsum.o gracl.o gracl_ip.o gracl_segv.o \
 +      gracl_cap.o gracl_alloc.o gracl_shm.o grsec_mem.o gracl_fs.o \
@@ -35897,12 +40634,44 @@ diff -urNp linux-2.6.31/grsecurity/Makefile linux-2.6.31/grsecurity/Makefile
 +$(obj)/grsec_hidesym.o:
 +      @-chmod -f 500 /boot
 +      @-chmod -f 500 /lib/modules
-+      @-chmod -f 500 .
++      @-chmod -f 700 .
 +      @echo '  grsec: protected kernel image paths'
 +endif
-diff -urNp linux-2.6.31/include/asm-generic/atomic.h linux-2.6.31/include/asm-generic/atomic.h
---- linux-2.6.31/include/asm-generic/atomic.h  2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/include/asm-generic/atomic.h  2009-09-11 22:17:37.469806298 -0400
+diff -urNp linux-2.6.32.1/include/acpi/acpi_drivers.h linux-2.6.32.1/include/acpi/acpi_drivers.h
+--- linux-2.6.32.1/include/acpi/acpi_drivers.h 2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/include/acpi/acpi_drivers.h 2009-12-14 18:33:58.986975322 -0500
+@@ -119,8 +119,8 @@ int acpi_processor_set_thermal_limit(acp
+                                   Dock Station
+   -------------------------------------------------------------------------- */
+ struct acpi_dock_ops {
+-      acpi_notify_handler handler;
+-      acpi_notify_handler uevent;
++      const acpi_notify_handler handler;
++      const acpi_notify_handler uevent;
+ };
+ #if defined(CONFIG_ACPI_DOCK) || defined(CONFIG_ACPI_DOCK_MODULE)
+@@ -128,7 +128,7 @@ extern int is_dock_device(acpi_handle ha
+ extern int register_dock_notifier(struct notifier_block *nb);
+ extern void unregister_dock_notifier(struct notifier_block *nb);
+ extern int register_hotplug_dock_device(acpi_handle handle,
+-                                      struct acpi_dock_ops *ops,
++                                      const struct acpi_dock_ops *ops,
+                                       void *context);
+ extern void unregister_hotplug_dock_device(acpi_handle handle);
+ #else
+@@ -144,7 +144,7 @@ static inline void unregister_dock_notif
+ {
+ }
+ static inline int register_hotplug_dock_device(acpi_handle handle,
+-                                             struct acpi_dock_ops *ops,
++                                             const struct acpi_dock_ops *ops,
+                                              void *context)
+ {
+       return -ENODEV;
+diff -urNp linux-2.6.32.1/include/asm-generic/atomic.h linux-2.6.32.1/include/asm-generic/atomic.h
+--- linux-2.6.32.1/include/asm-generic/atomic.h        2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/include/asm-generic/atomic.h        2009-12-14 18:33:58.986975322 -0500
 @@ -36,6 +36,15 @@
  #define atomic_read(v)        ((v)->counter)
  
@@ -35968,9 +40737,120 @@ diff -urNp linux-2.6.31/include/asm-generic/atomic.h linux-2.6.31/include/asm-ge
  static inline void atomic_dec(atomic_t *v)
  {
        atomic_sub_return(1, v);
-diff -urNp linux-2.6.31/include/asm-generic/futex.h linux-2.6.31/include/asm-generic/futex.h
---- linux-2.6.31/include/asm-generic/futex.h   2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/include/asm-generic/futex.h   2009-09-06 15:29:12.079175235 -0400
+diff -urNp linux-2.6.32.1/include/asm-generic/dma-mapping-common.h linux-2.6.32.1/include/asm-generic/dma-mapping-common.h
+--- linux-2.6.32.1/include/asm-generic/dma-mapping-common.h    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/include/asm-generic/dma-mapping-common.h    2009-12-14 18:33:58.987946019 -0500
+@@ -11,7 +11,7 @@ static inline dma_addr_t dma_map_single_
+                                             enum dma_data_direction dir,
+                                             struct dma_attrs *attrs)
+ {
+-      struct dma_map_ops *ops = get_dma_ops(dev);
++      const struct dma_map_ops *ops = get_dma_ops(dev);
+       dma_addr_t addr;
+       kmemcheck_mark_initialized(ptr, size);
+@@ -30,7 +30,7 @@ static inline void dma_unmap_single_attr
+                                         enum dma_data_direction dir,
+                                         struct dma_attrs *attrs)
+ {
+-      struct dma_map_ops *ops = get_dma_ops(dev);
++      const struct dma_map_ops *ops = get_dma_ops(dev);
+       BUG_ON(!valid_dma_direction(dir));
+       if (ops->unmap_page)
+@@ -42,7 +42,7 @@ static inline int dma_map_sg_attrs(struc
+                                  int nents, enum dma_data_direction dir,
+                                  struct dma_attrs *attrs)
+ {
+-      struct dma_map_ops *ops = get_dma_ops(dev);
++      const struct dma_map_ops *ops = get_dma_ops(dev);
+       int i, ents;
+       struct scatterlist *s;
+@@ -59,7 +59,7 @@ static inline void dma_unmap_sg_attrs(st
+                                     int nents, enum dma_data_direction dir,
+                                     struct dma_attrs *attrs)
+ {
+-      struct dma_map_ops *ops = get_dma_ops(dev);
++      const struct dma_map_ops *ops = get_dma_ops(dev);
+       BUG_ON(!valid_dma_direction(dir));
+       debug_dma_unmap_sg(dev, sg, nents, dir);
+@@ -71,7 +71,7 @@ static inline dma_addr_t dma_map_page(st
+                                     size_t offset, size_t size,
+                                     enum dma_data_direction dir)
+ {
+-      struct dma_map_ops *ops = get_dma_ops(dev);
++      const struct dma_map_ops *ops = get_dma_ops(dev);
+       dma_addr_t addr;
+       kmemcheck_mark_initialized(page_address(page) + offset, size);
+@@ -85,7 +85,7 @@ static inline dma_addr_t dma_map_page(st
+ static inline void dma_unmap_page(struct device *dev, dma_addr_t addr,
+                                 size_t size, enum dma_data_direction dir)
+ {
+-      struct dma_map_ops *ops = get_dma_ops(dev);
++      const struct dma_map_ops *ops = get_dma_ops(dev);
+       BUG_ON(!valid_dma_direction(dir));
+       if (ops->unmap_page)
+@@ -97,7 +97,7 @@ static inline void dma_sync_single_for_c
+                                          size_t size,
+                                          enum dma_data_direction dir)
+ {
+-      struct dma_map_ops *ops = get_dma_ops(dev);
++      const struct dma_map_ops *ops = get_dma_ops(dev);
+       BUG_ON(!valid_dma_direction(dir));
+       if (ops->sync_single_for_cpu)
+@@ -109,7 +109,7 @@ static inline void dma_sync_single_for_d
+                                             dma_addr_t addr, size_t size,
+                                             enum dma_data_direction dir)
+ {
+-      struct dma_map_ops *ops = get_dma_ops(dev);
++      const struct dma_map_ops *ops = get_dma_ops(dev);
+       BUG_ON(!valid_dma_direction(dir));
+       if (ops->sync_single_for_device)
+@@ -123,7 +123,7 @@ static inline void dma_sync_single_range
+                                                size_t size,
+                                                enum dma_data_direction dir)
+ {
+-      struct dma_map_ops *ops = get_dma_ops(dev);
++      const struct dma_map_ops *ops = get_dma_ops(dev);
+       BUG_ON(!valid_dma_direction(dir));
+       if (ops->sync_single_range_for_cpu) {
+@@ -140,7 +140,7 @@ static inline void dma_sync_single_range
+                                                   size_t size,
+                                                   enum dma_data_direction dir)
+ {
+-      struct dma_map_ops *ops = get_dma_ops(dev);
++      const struct dma_map_ops *ops = get_dma_ops(dev);
+       BUG_ON(!valid_dma_direction(dir));
+       if (ops->sync_single_range_for_device) {
+@@ -155,7 +155,7 @@ static inline void
+ dma_sync_sg_for_cpu(struct device *dev, struct scatterlist *sg,
+                   int nelems, enum dma_data_direction dir)
+ {
+-      struct dma_map_ops *ops = get_dma_ops(dev);
++      const struct dma_map_ops *ops = get_dma_ops(dev);
+       BUG_ON(!valid_dma_direction(dir));
+       if (ops->sync_sg_for_cpu)
+@@ -167,7 +167,7 @@ static inline void
+ dma_sync_sg_for_device(struct device *dev, struct scatterlist *sg,
+                      int nelems, enum dma_data_direction dir)
+ {
+-      struct dma_map_ops *ops = get_dma_ops(dev);
++      const struct dma_map_ops *ops = get_dma_ops(dev);
+       BUG_ON(!valid_dma_direction(dir));
+       if (ops->sync_sg_for_device)
+diff -urNp linux-2.6.32.1/include/asm-generic/futex.h linux-2.6.32.1/include/asm-generic/futex.h
+--- linux-2.6.32.1/include/asm-generic/futex.h 2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/include/asm-generic/futex.h 2009-12-14 18:33:58.987946019 -0500
 @@ -6,7 +6,7 @@
  #include <asm/errno.h>
  
@@ -35989,9 +40869,9 @@ diff -urNp linux-2.6.31/include/asm-generic/futex.h linux-2.6.31/include/asm-gen
  {
        return -ENOSYS;
  }
-diff -urNp linux-2.6.31/include/asm-generic/int-l64.h linux-2.6.31/include/asm-generic/int-l64.h
---- linux-2.6.31/include/asm-generic/int-l64.h 2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/include/asm-generic/int-l64.h 2009-09-06 15:29:12.079175235 -0400
+diff -urNp linux-2.6.32.1/include/asm-generic/int-l64.h linux-2.6.32.1/include/asm-generic/int-l64.h
+--- linux-2.6.32.1/include/asm-generic/int-l64.h       2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/include/asm-generic/int-l64.h       2009-12-14 18:33:58.987946019 -0500
 @@ -46,6 +46,8 @@ typedef unsigned int u32;
  typedef signed long s64;
  typedef unsigned long u64;
@@ -36001,9 +40881,9 @@ diff -urNp linux-2.6.31/include/asm-generic/int-l64.h linux-2.6.31/include/asm-g
  #define S8_C(x)  x
  #define U8_C(x)  x ## U
  #define S16_C(x) x
-diff -urNp linux-2.6.31/include/asm-generic/int-ll64.h linux-2.6.31/include/asm-generic/int-ll64.h
---- linux-2.6.31/include/asm-generic/int-ll64.h        2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/include/asm-generic/int-ll64.h        2009-09-06 15:29:12.079175235 -0400
+diff -urNp linux-2.6.32.1/include/asm-generic/int-ll64.h linux-2.6.32.1/include/asm-generic/int-ll64.h
+--- linux-2.6.32.1/include/asm-generic/int-ll64.h      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/include/asm-generic/int-ll64.h      2009-12-14 18:33:58.987946019 -0500
 @@ -51,6 +51,8 @@ typedef unsigned int u32;
  typedef signed long long s64;
  typedef unsigned long long u64;
@@ -36013,23 +40893,41 @@ diff -urNp linux-2.6.31/include/asm-generic/int-ll64.h linux-2.6.31/include/asm-
  #define S8_C(x)  x
  #define U8_C(x)  x ## U
  #define S16_C(x) x
-diff -urNp linux-2.6.31/include/asm-generic/kmap_types.h linux-2.6.31/include/asm-generic/kmap_types.h
---- linux-2.6.31/include/asm-generic/kmap_types.h      2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/include/asm-generic/kmap_types.h      2009-09-06 15:29:12.080122868 -0400
-@@ -27,7 +27,8 @@ D(15)        KM_UML_USERCOPY, /* UML specific, 
D(16) KM_IRQ_PTE,
D(17) KM_NMI,
D(18) KM_NMI_PTE,
--D(19) KM_TYPE_NR
-+D(19) KM_CLEARPAGE,
-+D(20) KM_TYPE_NR
+diff -urNp linux-2.6.32.1/include/asm-generic/kmap_types.h linux-2.6.32.1/include/asm-generic/kmap_types.h
+--- linux-2.6.32.1/include/asm-generic/kmap_types.h    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/include/asm-generic/kmap_types.h    2009-12-14 18:33:58.987946019 -0500
+@@ -28,7 +28,8 @@ KMAP_D(15)   KM_UML_USERCOPY,
KMAP_D(16)    KM_IRQ_PTE,
KMAP_D(17)    KM_NMI,
KMAP_D(18)    KM_NMI_PTE,
+-KMAP_D(19)    KM_TYPE_NR
++KMAP_D(19)    KM_CLEARPAGE,
++KMAP_D(20)    KM_TYPE_NR
  };
  
- #undef D
-diff -urNp linux-2.6.31/include/asm-generic/vmlinux.lds.h linux-2.6.31/include/asm-generic/vmlinux.lds.h
---- linux-2.6.31/include/asm-generic/vmlinux.lds.h     2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/include/asm-generic/vmlinux.lds.h     2009-09-06 15:29:12.080122868 -0400
-@@ -201,6 +201,7 @@
+ #undef KMAP_D
+diff -urNp linux-2.6.32.1/include/asm-generic/pgtable.h linux-2.6.32.1/include/asm-generic/pgtable.h
+--- linux-2.6.32.1/include/asm-generic/pgtable.h       2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/include/asm-generic/pgtable.h       2009-12-14 18:33:58.988946269 -0500
+@@ -344,6 +344,14 @@ extern void untrack_pfn_vma(struct vm_ar
+                               unsigned long size);
+ #endif
++#ifndef __HAVE_ARCH_PAX_OPEN_KERNEL
++static inline unsigned long pax_open_kernel(void) { return 0; }
++#endif
++
++#ifndef __HAVE_ARCH_PAX_CLOSE_KERNEL
++static inline unsigned long pax_close_kernel(void) { return 0; }
++#endif
++
+ #endif /* !__ASSEMBLY__ */
+ #endif /* _ASM_GENERIC_PGTABLE_H */
+diff -urNp linux-2.6.32.1/include/asm-generic/vmlinux.lds.h linux-2.6.32.1/include/asm-generic/vmlinux.lds.h
+--- linux-2.6.32.1/include/asm-generic/vmlinux.lds.h   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/include/asm-generic/vmlinux.lds.h   2009-12-14 18:33:59.005958426 -0500
+@@ -199,6 +199,7 @@
        .rodata           : AT(ADDR(.rodata) - LOAD_OFFSET) {           \
                VMLINUX_SYMBOL(__start_rodata) = .;                     \
                *(.rodata) *(.rodata.*)                                 \
@@ -36037,7 +40935,7 @@ diff -urNp linux-2.6.31/include/asm-generic/vmlinux.lds.h linux-2.6.31/include/a
                *(__vermagic)           /* Kernel version magic */      \
                *(__markers_strings)    /* Markers: strings */          \
                *(__tracepoints_strings)/* Tracepoints: strings */      \
-@@ -641,22 +642,24 @@
+@@ -656,22 +657,24 @@
   * section in the linker script will go there too.  @phdr should have
   * a leading colon.
   *
@@ -36067,9 +40965,9 @@ diff -urNp linux-2.6.31/include/asm-generic/vmlinux.lds.h linux-2.6.31/include/a
  
  /**
   * PERCPU - define output section for percpu area, simple version
-diff -urNp linux-2.6.31/include/drm/drm_pciids.h linux-2.6.31/include/drm/drm_pciids.h
---- linux-2.6.31/include/drm/drm_pciids.h      2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/include/drm/drm_pciids.h      2009-09-06 15:29:12.080122868 -0400
+diff -urNp linux-2.6.32.1/include/drm/drm_pciids.h linux-2.6.32.1/include/drm/drm_pciids.h
+--- linux-2.6.32.1/include/drm/drm_pciids.h    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/include/drm/drm_pciids.h    2009-12-14 18:33:59.025760956 -0500
 @@ -375,7 +375,7 @@
        {0x1002, 0x9712, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RS880|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP|RADEON_IS_IGP}, \
        {0x1002, 0x9713, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RS880|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP|RADEON_IS_IGP}, \
@@ -36167,17 +41065,17 @@ diff -urNp linux-2.6.31/include/drm/drm_pciids.h linux-2.6.31/include/drm/drm_pc
  
  #define i915_PCI_IDS \
        {0x8086, 0x3577, PCI_ANY_ID, PCI_ANY_ID, PCI_CLASS_DISPLAY_VGA << 8, 0xffff00, 0}, \
-@@ -557,4 +557,4 @@
+@@ -558,4 +558,4 @@
        {0x8086, 0x35e8, PCI_ANY_ID, PCI_ANY_ID, PCI_CLASS_DISPLAY_VGA << 8, 0xffff00, 0}, \
        {0x8086, 0x0042, PCI_ANY_ID, PCI_ANY_ID, PCI_CLASS_DISPLAY_VGA << 8, 0xffff00, 0}, \
        {0x8086, 0x0046, PCI_ANY_ID, PCI_ANY_ID, PCI_CLASS_DISPLAY_VGA << 8, 0xffff00, 0}, \
 -      {0, 0, 0}
 +      {0, 0, 0, 0, 0, 0}
-diff -urNp linux-2.6.31/include/drm/drmP.h linux-2.6.31/include/drm/drmP.h
---- linux-2.6.31/include/drm/drmP.h    2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/include/drm/drmP.h    2009-09-06 15:29:12.080994514 -0400
-@@ -787,7 +787,7 @@ struct drm_driver {
-       void (*gem_free_object) (struct drm_gem_object *obj);
+diff -urNp linux-2.6.32.1/include/drm/drmP.h linux-2.6.32.1/include/drm/drmP.h
+--- linux-2.6.32.1/include/drm/drmP.h  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/include/drm/drmP.h  2009-12-14 18:33:59.025760956 -0500
+@@ -814,7 +814,7 @@ struct drm_driver {
+       void (*vgaarb_irq)(struct drm_device *dev, bool state);
  
        /* Driver private ops for this object */
 -      struct vm_operations_struct *gem_vm_ops;
@@ -36185,7 +41083,7 @@ diff -urNp linux-2.6.31/include/drm/drmP.h linux-2.6.31/include/drm/drmP.h
  
        int major;
        int minor;
-@@ -890,7 +890,7 @@ struct drm_device {
+@@ -917,7 +917,7 @@ struct drm_device {
  
        /** \name Usage Counters */
        /*@{ */
@@ -36194,7 +41092,7 @@ diff -urNp linux-2.6.31/include/drm/drmP.h linux-2.6.31/include/drm/drmP.h
        atomic_t ioctl_count;           /**< Outstanding IOCTLs pending */
        atomic_t vma_count;             /**< Outstanding vma areas open */
        int buf_use;                    /**< Buffers in use -- cannot alloc */
-@@ -901,7 +901,7 @@ struct drm_device {
+@@ -928,7 +928,7 @@ struct drm_device {
        /*@{ */
        unsigned long counters;
        enum drm_stat_type types[15];
@@ -36203,21 +41101,9 @@ diff -urNp linux-2.6.31/include/drm/drmP.h linux-2.6.31/include/drm/drmP.h
        /*@} */
  
        struct list_head filelist;
-diff -urNp linux-2.6.31/include/linux/agp_backend.h linux-2.6.31/include/linux/agp_backend.h
---- linux-2.6.31/include/linux/agp_backend.h   2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/include/linux/agp_backend.h   2009-09-06 15:29:12.080994514 -0400
-@@ -53,7 +53,7 @@ struct agp_kern_info {
-       int current_memory;
-       bool cant_use_aperture;
-       unsigned long page_mask;
--      struct vm_operations_struct *vm_ops;
-+      const struct vm_operations_struct *vm_ops;
- };
- /*
-diff -urNp linux-2.6.31/include/linux/a.out.h linux-2.6.31/include/linux/a.out.h
---- linux-2.6.31/include/linux/a.out.h 2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/include/linux/a.out.h 2009-09-06 15:29:12.082025513 -0400
+diff -urNp linux-2.6.32.1/include/linux/a.out.h linux-2.6.32.1/include/linux/a.out.h
+--- linux-2.6.32.1/include/linux/a.out.h       2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/include/linux/a.out.h       2009-12-14 18:33:59.025760956 -0500
 @@ -39,6 +39,14 @@ enum machine_type {
    M_MIPS2 = 152               /* MIPS R6000/R4000 binary */
  };
@@ -36233,9 +41119,9 @@ diff -urNp linux-2.6.31/include/linux/a.out.h linux-2.6.31/include/linux/a.out.h
  #if !defined (N_MAGIC)
  #define N_MAGIC(exec) ((exec).a_info & 0xffff)
  #endif
-diff -urNp linux-2.6.31/include/linux/atmdev.h linux-2.6.31/include/linux/atmdev.h
---- linux-2.6.31/include/linux/atmdev.h        2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/include/linux/atmdev.h        2009-09-06 15:29:12.082025513 -0400
+diff -urNp linux-2.6.32.1/include/linux/atmdev.h linux-2.6.32.1/include/linux/atmdev.h
+--- linux-2.6.32.1/include/linux/atmdev.h      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/include/linux/atmdev.h      2009-12-14 18:33:59.026954386 -0500
 @@ -237,7 +237,7 @@ struct compat_atm_iobuf {
  #endif
  
@@ -36245,9 +41131,53 @@ diff -urNp linux-2.6.31/include/linux/atmdev.h linux-2.6.31/include/linux/atmdev
        __AAL_STAT_ITEMS
  #undef __HANDLE_ITEM
  };
-diff -urNp linux-2.6.31/include/linux/binfmts.h linux-2.6.31/include/linux/binfmts.h
---- linux-2.6.31/include/linux/binfmts.h       2009-09-06 19:00:55.784445924 -0400
-+++ linux-2.6.31/include/linux/binfmts.h       2009-09-06 19:01:14.422554387 -0400
+diff -urNp linux-2.6.32.1/include/linux/backlight.h linux-2.6.32.1/include/linux/backlight.h
+--- linux-2.6.32.1/include/linux/backlight.h   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/include/linux/backlight.h   2009-12-14 18:33:59.026954386 -0500
+@@ -36,18 +36,18 @@ struct backlight_device;
+ struct fb_info;
+ struct backlight_ops {
+-      unsigned int options;
++      const unsigned int options;
+ #define BL_CORE_SUSPENDRESUME (1 << 0)
+       /* Notify the backlight driver some property has changed */
+-      int (*update_status)(struct backlight_device *);
++      int (* const update_status)(struct backlight_device *);
+       /* Return the current backlight brightness (accounting for power,
+          fb_blank etc.) */
+-      int (*get_brightness)(struct backlight_device *);
++      int (* const get_brightness)(struct backlight_device *);
+       /* Check if given framebuffer device is the one bound to this backlight;
+          return 0 if not, !=0 if it is. If NULL, backlight always matches the fb. */
+-      int (*check_fb)(struct fb_info *);
++      int (* const check_fb)(struct fb_info *);
+ };
+ /* This structure defines all the properties of a backlight */
+@@ -86,7 +86,7 @@ struct backlight_device {
+          registered this device has been unloaded, and if class_get_devdata()
+          points to something in the body of that driver, it is also invalid. */
+       struct mutex ops_lock;
+-      struct backlight_ops *ops;
++      const struct backlight_ops *ops;
+       /* The framebuffer notifier block */
+       struct notifier_block fb_notif;
+@@ -103,7 +103,7 @@ static inline void backlight_update_stat
+ }
+ extern struct backlight_device *backlight_device_register(const char *name,
+-      struct device *dev, void *devdata, struct backlight_ops *ops);
++      struct device *dev, void *devdata, const struct backlight_ops *ops);
+ extern void backlight_device_unregister(struct backlight_device *bd);
+ extern void backlight_force_update(struct backlight_device *bd,
+                                  enum backlight_update_reason reason);
+diff -urNp linux-2.6.32.1/include/linux/binfmts.h linux-2.6.32.1/include/linux/binfmts.h
+--- linux-2.6.32.1/include/linux/binfmts.h     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/include/linux/binfmts.h     2009-12-14 18:33:59.026954386 -0500
 @@ -78,6 +78,7 @@ struct linux_binfmt {
        int (*load_binary)(struct linux_binprm *, struct  pt_regs * regs);
        int (*load_shlib)(struct file *);
@@ -36256,9 +41186,43 @@ diff -urNp linux-2.6.31/include/linux/binfmts.h linux-2.6.31/include/linux/binfm
        unsigned long min_coredump;     /* minimal dump size */
        int hasvdso;
  };
-diff -urNp linux-2.6.31/include/linux/cache.h linux-2.6.31/include/linux/cache.h
---- linux-2.6.31/include/linux/cache.h 2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/include/linux/cache.h 2009-09-06 15:29:12.082947042 -0400
+diff -urNp linux-2.6.32.1/include/linux/blkdev.h linux-2.6.32.1/include/linux/blkdev.h
+--- linux-2.6.32.1/include/linux/blkdev.h      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/include/linux/blkdev.h      2009-12-14 18:33:59.026954386 -0500
+@@ -1253,19 +1253,19 @@ static inline int blk_integrity_rq(struc
+ #endif /* CONFIG_BLK_DEV_INTEGRITY */
+ struct block_device_operations {
+-      int (*open) (struct block_device *, fmode_t);
+-      int (*release) (struct gendisk *, fmode_t);
+-      int (*locked_ioctl) (struct block_device *, fmode_t, unsigned, unsigned long);
+-      int (*ioctl) (struct block_device *, fmode_t, unsigned, unsigned long);
+-      int (*compat_ioctl) (struct block_device *, fmode_t, unsigned, unsigned long);
+-      int (*direct_access) (struct block_device *, sector_t,
++      int (* const open) (struct block_device *, fmode_t);
++      int (* const release) (struct gendisk *, fmode_t);
++      int (* const locked_ioctl) (struct block_device *, fmode_t, unsigned, unsigned long);
++      int (* const ioctl) (struct block_device *, fmode_t, unsigned, unsigned long);
++      int (* const compat_ioctl) (struct block_device *, fmode_t, unsigned, unsigned long);
++      int (* const direct_access) (struct block_device *, sector_t,
+                                               void **, unsigned long *);
+-      int (*media_changed) (struct gendisk *);
+-      unsigned long long (*set_capacity) (struct gendisk *,
++      int (* const media_changed) (struct gendisk *);
++      unsigned long long (* const set_capacity) (struct gendisk *,
+                                               unsigned long long);
+-      int (*revalidate_disk) (struct gendisk *);
+-      int (*getgeo)(struct block_device *, struct hd_geometry *);
+-      struct module *owner;
++      int (* const revalidate_disk) (struct gendisk *);
++      int (*const getgeo)(struct block_device *, struct hd_geometry *);
++      struct module * const owner;
+ };
+ extern int __blkdev_driver_ioctl(struct block_device *, fmode_t, unsigned int,
+diff -urNp linux-2.6.32.1/include/linux/cache.h linux-2.6.32.1/include/linux/cache.h
+--- linux-2.6.32.1/include/linux/cache.h       2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/include/linux/cache.h       2009-12-14 18:33:59.027947208 -0500
 @@ -16,6 +16,10 @@
  #define __read_mostly
  #endif
@@ -36270,9 +41234,9 @@ diff -urNp linux-2.6.31/include/linux/cache.h linux-2.6.31/include/linux/cache.h
  #ifndef ____cacheline_aligned
  #define ____cacheline_aligned __attribute__((__aligned__(SMP_CACHE_BYTES)))
  #endif
-diff -urNp linux-2.6.31/include/linux/capability.h linux-2.6.31/include/linux/capability.h
---- linux-2.6.31/include/linux/capability.h    2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/include/linux/capability.h    2009-09-06 15:29:12.082947042 -0400
+diff -urNp linux-2.6.32.1/include/linux/capability.h linux-2.6.32.1/include/linux/capability.h
+--- linux-2.6.32.1/include/linux/capability.h  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/include/linux/capability.h  2009-12-14 18:33:59.027947208 -0500
 @@ -563,6 +563,7 @@ extern const kernel_cap_t __cap_init_eff
        (security_real_capable_noaudit((t), (cap)) == 0)
  
@@ -36281,32 +41245,47 @@ diff -urNp linux-2.6.31/include/linux/capability.h linux-2.6.31/include/linux/ca
  
  /* audit system wants to get cap info from files as well */
  struct dentry;
-diff -urNp linux-2.6.31/include/linux/cgroup.h linux-2.6.31/include/linux/cgroup.h
---- linux-2.6.31/include/linux/cgroup.h        2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/include/linux/cgroup.h        2009-09-06 15:29:12.082947042 -0400
-@@ -37,7 +37,7 @@ extern void cgroup_exit(struct task_stru
- extern int cgroupstats_build(struct cgroupstats *stats,
-                               struct dentry *dentry);
--extern struct file_operations proc_cgroup_operations;
-+extern const struct file_operations proc_cgroup_operations;
- /* Define the enumeration of all cgroup subsystems */
- #define SUBSYS(_x) _x ## _subsys_id,
-diff -urNp linux-2.6.31/include/linux/cpumask.h linux-2.6.31/include/linux/cpumask.h
---- linux-2.6.31/include/linux/cpumask.h       2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/include/linux/cpumask.h       2009-09-06 15:29:12.084068549 -0400
-@@ -142,7 +142,6 @@
- #include <linux/bitmap.h>
- typedef struct cpumask { DECLARE_BITMAP(bits, NR_CPUS); } cpumask_t;
--extern cpumask_t _unused_cpumask_arg_;
- #ifndef CONFIG_DISABLE_OBSOLETE_CPUMASK_FUNCTIONS
- #define cpu_set(cpu, dst) __cpu_set((cpu), &(dst))
-diff -urNp linux-2.6.31/include/linux/decompress/mm.h linux-2.6.31/include/linux/decompress/mm.h
---- linux-2.6.31/include/linux/decompress/mm.h 2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/include/linux/decompress/mm.h 2009-09-06 15:29:12.084068549 -0400
+diff -urNp linux-2.6.32.1/include/linux/compiler-gcc4.h linux-2.6.32.1/include/linux/compiler-gcc4.h
+--- linux-2.6.32.1/include/linux/compiler-gcc4.h       2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/include/linux/compiler-gcc4.h       2009-12-14 18:33:59.027947208 -0500
+@@ -36,4 +36,8 @@
+    the kernel context */
+ #define __cold                        __attribute__((__cold__))
++#define __alloc_size(...)     __attribute((alloc_size(__VA_ARGS__)))
++#define __bos(ptr, arg)               __builtin_object_size((ptr), (arg))
++#define __bos0(ptr)           __bos((ptr), 0)
++#define __bos1(ptr)           __bos((ptr), 1)
+ #endif
+diff -urNp linux-2.6.32.1/include/linux/compiler.h linux-2.6.32.1/include/linux/compiler.h
+--- linux-2.6.32.1/include/linux/compiler.h    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/include/linux/compiler.h    2009-12-14 18:33:59.027947208 -0500
+@@ -256,6 +256,22 @@ void ftrace_likely_update(struct ftrace_
+ #define __cold
+ #endif
++#ifndef __alloc_size
++#define __alloc_size
++#endif
++
++#ifndef __bos
++#define __bos
++#endif
++
++#ifndef __bos0
++#define __bos0
++#endif
++
++#ifndef __bos1
++#define __bos1
++#endif
++
+ /* Simple shorthand for a section definition */
+ #ifndef __section
+ # define __section(S) __attribute__ ((__section__(#S)))
+diff -urNp linux-2.6.32.1/include/linux/decompress/mm.h linux-2.6.32.1/include/linux/decompress/mm.h
+--- linux-2.6.32.1/include/linux/decompress/mm.h       2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/include/linux/decompress/mm.h       2009-12-14 18:33:59.028944187 -0500
 @@ -68,7 +68,7 @@ static void free(void *where)
   * warnings when not needed (indeed large_malloc / large_free are not
   * needed by inflate */
@@ -36316,9 +41295,9 @@ diff -urNp linux-2.6.31/include/linux/decompress/mm.h linux-2.6.31/include/linux
  #define free(a) kfree(a)
  
  #define large_malloc(a) vmalloc(a)
-diff -urNp linux-2.6.31/include/linux/elf.h linux-2.6.31/include/linux/elf.h
---- linux-2.6.31/include/linux/elf.h   2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/include/linux/elf.h   2009-09-06 15:29:12.084068549 -0400
+diff -urNp linux-2.6.32.1/include/linux/elf.h linux-2.6.32.1/include/linux/elf.h
+--- linux-2.6.32.1/include/linux/elf.h 2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/include/linux/elf.h 2009-12-14 18:33:59.028944187 -0500
 @@ -49,6 +49,17 @@ typedef __s64       Elf64_Sxword;
  #define PT_GNU_EH_FRAME               0x6474e550
  
@@ -36375,7 +41354,7 @@ diff -urNp linux-2.6.31/include/linux/elf.h linux-2.6.31/include/linux/elf.h
  #define       ELFMAG0         0x7f            /* EI_MAG */
  #define       ELFMAG1         'E'
  #define       ELFMAG2         'L'
-@@ -385,6 +413,7 @@ extern Elf32_Dyn _DYNAMIC [];
+@@ -386,6 +414,7 @@ extern Elf32_Dyn _DYNAMIC [];
  #define elf_phdr      elf32_phdr
  #define elf_note      elf32_note
  #define elf_addr_t    Elf32_Off
@@ -36383,7 +41362,7 @@ diff -urNp linux-2.6.31/include/linux/elf.h linux-2.6.31/include/linux/elf.h
  
  #else
  
-@@ -393,6 +422,7 @@ extern Elf64_Dyn _DYNAMIC [];
+@@ -394,6 +423,7 @@ extern Elf64_Dyn _DYNAMIC [];
  #define elf_phdr      elf64_phdr
  #define elf_note      elf64_note
  #define elf_addr_t    Elf64_Off
@@ -36391,9 +41370,9 @@ diff -urNp linux-2.6.31/include/linux/elf.h linux-2.6.31/include/linux/elf.h
  
  #endif
  
-diff -urNp linux-2.6.31/include/linux/fs.h linux-2.6.31/include/linux/fs.h
---- linux-2.6.31/include/linux/fs.h    2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/include/linux/fs.h    2009-09-06 15:29:12.084908291 -0400
+diff -urNp linux-2.6.32.1/include/linux/fs.h linux-2.6.32.1/include/linux/fs.h
+--- linux-2.6.32.1/include/linux/fs.h  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/include/linux/fs.h  2009-12-14 18:33:59.059779887 -0500
 @@ -87,6 +87,10 @@ struct inodes_stat_t {
   */
  #define FMODE_NOCMTIME                ((__force fmode_t)2048)
@@ -36405,18 +41384,161 @@ diff -urNp linux-2.6.31/include/linux/fs.h linux-2.6.31/include/linux/fs.h
  /*
   * The below are the various read and write types that we support. Some of
   * them include behavioral modifiers that send information down to the
-@@ -2430,7 +2434,7 @@ static int __fops ## _open(struct inode 
-       __simple_attr_check_format(__fmt, 0ull);                        \
-       return simple_attr_open(inode, file, __get, __set, __fmt);      \
- }                                                                     \
--static struct file_operations __fops = {                              \
-+static const struct file_operations __fops = {                                \
-       .owner   = THIS_MODULE,                                         \
-       .open    = __fops ## _open,                                     \
-       .release = simple_attr_release,                                 \
-diff -urNp linux-2.6.31/include/linux/fs_struct.h linux-2.6.31/include/linux/fs_struct.h
---- linux-2.6.31/include/linux/fs_struct.h     2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/include/linux/fs_struct.h     2009-09-06 15:29:12.086023867 -0400
+@@ -565,41 +569,41 @@ typedef int (*read_actor_t)(read_descrip
+               unsigned long, unsigned long);
+ struct address_space_operations {
+-      int (*writepage)(struct page *page, struct writeback_control *wbc);
+-      int (*readpage)(struct file *, struct page *);
+-      void (*sync_page)(struct page *);
++      int (* const writepage)(struct page *page, struct writeback_control *wbc);
++      int (* const readpage)(struct file *, struct page *);
++      void (* const sync_page)(struct page *);
+       /* Write back some dirty pages from this mapping. */
+-      int (*writepages)(struct address_space *, struct writeback_control *);
++      int (* const writepages)(struct address_space *, struct writeback_control *);
+       /* Set a page dirty.  Return true if this dirtied it */
+-      int (*set_page_dirty)(struct page *page);
++      int (* const set_page_dirty)(struct page *page);
+-      int (*readpages)(struct file *filp, struct address_space *mapping,
++      int (* const readpages)(struct file *filp, struct address_space *mapping,
+                       struct list_head *pages, unsigned nr_pages);
+-      int (*write_begin)(struct file *, struct address_space *mapping,
++      int (* const write_begin)(struct file *, struct address_space *mapping,
+                               loff_t pos, unsigned len, unsigned flags,
+                               struct page **pagep, void **fsdata);
+-      int (*write_end)(struct file *, struct address_space *mapping,
++      int (* const write_end)(struct file *, struct address_space *mapping,
+                               loff_t pos, unsigned len, unsigned copied,
+                               struct page *page, void *fsdata);
+       /* Unfortunately this kludge is needed for FIBMAP. Don't use it */
+-      sector_t (*bmap)(struct address_space *, sector_t);
+-      void (*invalidatepage) (struct page *, unsigned long);
+-      int (*releasepage) (struct page *, gfp_t);
+-      ssize_t (*direct_IO)(int, struct kiocb *, const struct iovec *iov,
++      sector_t (* const bmap)(struct address_space *, sector_t);
++      void (* const invalidatepage) (struct page *, unsigned long);
++      int (* const releasepage) (struct page *, gfp_t);
++      ssize_t (* const direct_IO)(int, struct kiocb *, const struct iovec *iov,
+                       loff_t offset, unsigned long nr_segs);
+-      int (*get_xip_mem)(struct address_space *, pgoff_t, int,
++      int (* const get_xip_mem)(struct address_space *, pgoff_t, int,
+                                               void **, unsigned long *);
+       /* migrate the contents of a page to the specified target */
+-      int (*migratepage) (struct address_space *,
++      int (* const migratepage) (struct address_space *,
+                       struct page *, struct page *);
+-      int (*launder_page) (struct page *);
+-      int (*is_partially_uptodate) (struct page *, read_descriptor_t *,
++      int (* const launder_page) (struct page *);
++      int (* const is_partially_uptodate) (struct page *, read_descriptor_t *,
+                                       unsigned long);
+-      int (*error_remove_page)(struct address_space *, struct page *);
++      int (* const error_remove_page)(struct address_space *, struct page *);
+ };
+ /*
+@@ -1027,19 +1031,19 @@ static inline int file_check_writeable(s
+ typedef struct files_struct *fl_owner_t;
+ struct file_lock_operations {
+-      void (*fl_copy_lock)(struct file_lock *, struct file_lock *);
+-      void (*fl_release_private)(struct file_lock *);
++      void (* const fl_copy_lock)(struct file_lock *, struct file_lock *);
++      void (* const fl_release_private)(struct file_lock *);
+ };
+ struct lock_manager_operations {
+-      int (*fl_compare_owner)(struct file_lock *, struct file_lock *);
+-      void (*fl_notify)(struct file_lock *);  /* unblock callback */
+-      int (*fl_grant)(struct file_lock *, struct file_lock *, int);
+-      void (*fl_copy_lock)(struct file_lock *, struct file_lock *);
+-      void (*fl_release_private)(struct file_lock *);
+-      void (*fl_break)(struct file_lock *);
+-      int (*fl_mylease)(struct file_lock *, struct file_lock *);
+-      int (*fl_change)(struct file_lock **, int);
++      int (* const fl_compare_owner)(struct file_lock *, struct file_lock *);
++      void (* const fl_notify)(struct file_lock *);   /* unblock callback */
++      int (* const fl_grant)(struct file_lock *, struct file_lock *, int);
++      void (* const fl_copy_lock)(struct file_lock *, struct file_lock *);
++      void (* const fl_release_private)(struct file_lock *);
++      void (* const fl_break)(struct file_lock *);
++      int (* const fl_mylease)(struct file_lock *, struct file_lock *);
++      int (* const fl_change)(struct file_lock **, int);
+ };
+ struct lock_manager {
+@@ -1436,7 +1440,7 @@ struct fiemap_extent_info {
+       unsigned int fi_flags;          /* Flags as passed from user */
+       unsigned int fi_extents_mapped; /* Number of mapped extents */
+       unsigned int fi_extents_max;    /* Size of fiemap_extent array */
+-      struct fiemap_extent *fi_extents_start; /* Start of fiemap_extent
++      struct fiemap_extent __user *fi_extents_start; /* Start of fiemap_extent
+                                                * array */
+ };
+ int fiemap_fill_next_extent(struct fiemap_extent_info *info, u64 logical,
+@@ -1607,32 +1607,32 @@
+ ssize_t vfs_sendfile(struct file *, struct file *, loff_t *, size_t, loff_t);
+ struct super_operations {
+-      struct inode *(*alloc_inode)(struct super_block *sb);
+-      void (*destroy_inode)(struct inode *);
++      struct inode *(* const alloc_inode)(struct super_block *sb);
++      void (* const destroy_inode)(struct inode *);
+-      void (*dirty_inode) (struct inode *);
+-      int (*write_inode) (struct inode *, int);
+-      void (*drop_inode) (struct inode *);
+-      void (*delete_inode) (struct inode *);
+-      void (*put_super) (struct super_block *);
+-      void (*write_super) (struct super_block *);
+-      int (*sync_fs)(struct super_block *sb, int wait);
+-      int (*freeze_fs) (struct super_block *);
+-      int (*unfreeze_fs) (struct super_block *);
+-      int (*statfs) (struct dentry *, struct kstatfs *);
+-      int (*remount_fs) (struct super_block *, int *, char *);
+-      void (*clear_inode) (struct inode *);
+-      void (*umount_begin) (struct super_block *);
++      void (* const dirty_inode) (struct inode *);
++      int (* const write_inode) (struct inode *, int);
++      void (* const drop_inode) (struct inode *);
++      void (* const delete_inode) (struct inode *);
++      void (* const put_super) (struct super_block *);
++      void (* const write_super) (struct super_block *);
++      int (* const sync_fs)(struct super_block *sb, int wait);
++      int (* const freeze_fs) (struct super_block *);
++      int (* const unfreeze_fs) (struct super_block *);
++      int (* const statfs) (struct dentry *, struct kstatfs *);
++      int (* const remount_fs) (struct super_block *, int *, char *);
++      void (* const clear_inode) (struct inode *);
++      void (* const umount_begin) (struct super_block *);
+-      void (*sync_inodes)(struct super_block *sb,
++      void (* const sync_inodes)(struct super_block *sb,
+                               struct writeback_control *wbc);
+-      int (*show_options)(struct seq_file *, struct vfsmount *);
+-      int (*show_stats)(struct seq_file *, struct vfsmount *);
++      int (* const show_options)(struct seq_file *, struct vfsmount *);
++      int (* const show_stats)(struct seq_file *, struct vfsmount *);
+ #ifdef CONFIG_QUOTA
+-      ssize_t (*quota_read)(struct super_block *, int, char *, size_t, loff_t);
+-      ssize_t (*quota_write)(struct super_block *, int, const char *, size_t, loff_t);
++      ssize_t (* const quota_read)(struct super_block *, int, char *, size_t, loff_t);
++      ssize_t (* const quota_write)(struct super_block *, int, const char *, size_t, loff_t);
+ #endif
+-      int (*bdev_try_to_free_page)(struct super_block*, struct page*, gfp_t);
++      int (* const bdev_try_to_free_page)(struct super_block*, struct page*, gfp_t);
+ };
+ /*
+diff -urNp linux-2.6.32.1/include/linux/fs_struct.h linux-2.6.32.1/include/linux/fs_struct.h
+--- linux-2.6.32.1/include/linux/fs_struct.h   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/include/linux/fs_struct.h   2009-12-14 18:33:59.059779887 -0500
 @@ -4,7 +4,7 @@
  #include <linux/path.h>
  
@@ -36426,9 +41548,9 @@ diff -urNp linux-2.6.31/include/linux/fs_struct.h linux-2.6.31/include/linux/fs_
        rwlock_t lock;
        int umask;
        int in_exec;
-diff -urNp linux-2.6.31/include/linux/genhd.h linux-2.6.31/include/linux/genhd.h
---- linux-2.6.31/include/linux/genhd.h 2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/include/linux/genhd.h 2009-09-06 15:29:12.086023867 -0400
+diff -urNp linux-2.6.32.1/include/linux/genhd.h linux-2.6.32.1/include/linux/genhd.h
+--- linux-2.6.32.1/include/linux/genhd.h       2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/include/linux/genhd.h       2009-12-14 18:33:59.069828957 -0500
 @@ -161,7 +161,7 @@ struct gendisk {
  
        struct timer_rand_state *random;
@@ -36438,10 +41560,10 @@ diff -urNp linux-2.6.31/include/linux/genhd.h linux-2.6.31/include/linux/genhd.h
        struct work_struct async_notify;
  #ifdef  CONFIG_BLK_DEV_INTEGRITY
        struct blk_integrity *integrity;
-diff -urNp linux-2.6.31/include/linux/gracl.h linux-2.6.31/include/linux/gracl.h
---- linux-2.6.31/include/linux/gracl.h 1969-12-31 19:00:00.000000000 -0500
-+++ linux-2.6.31/include/linux/gracl.h 2009-09-10 19:32:47.448174115 -0400
-@@ -0,0 +1,318 @@
+diff -urNp linux-2.6.32.1/include/linux/gracl.h linux-2.6.32.1/include/linux/gracl.h
+--- linux-2.6.32.1/include/linux/gracl.h       1969-12-31 19:00:00.000000000 -0500
++++ linux-2.6.32.1/include/linux/gracl.h       2009-12-14 18:33:59.069828957 -0500
+@@ -0,0 +1,309 @@
 +#ifndef GR_ACL_H
 +#define GR_ACL_H
 +
@@ -36694,7 +41816,7 @@ diff -urNp linux-2.6.31/include/linux/gracl.h linux-2.6.31/include/linux/gracl.h
 +static __inline__ unsigned int
 +rhash(const uid_t uid, const __u16 type, const unsigned int sz)
 +{
-+      return (((uid << type) + (uid ^ type)) % sz);
++      return ((((uid + type) << (16 + type)) ^ uid) % sz);
 +}
 +
 + static __inline__ unsigned int
@@ -36712,24 +41834,15 @@ diff -urNp linux-2.6.31/include/linux/gracl.h linux-2.6.31/include/linux/gracl.h
 +static __inline__ unsigned int
 +nhash(const char *name, const __u16 len, const unsigned int sz)
 +{
-+      return full_name_hash(name, len) % sz;
++      return full_name_hash((const unsigned char *)name, len) % sz;
 +}
 +
-+#define FOR_EACH_ROLE_START(role,iter) \
-+      role = NULL; \
-+      iter = 0; \
-+      while (iter < acl_role_set.r_size) { \
-+              if (role == NULL) \
-+                      role = acl_role_set.r_hash[iter]; \
-+              if (role == NULL) { \
-+                      iter++; \
-+                      continue; \
-+              }
++#define FOR_EACH_ROLE_START(role) \
++      role = role_list; \
++      while (role) {
 +
-+#define FOR_EACH_ROLE_END(role,iter) \
-+              role = role->next; \
-+              if (role == NULL) \
-+                      iter++; \
++#define FOR_EACH_ROLE_END(role) \
++              role = role->prev; \
 +      }
 +
 +#define FOR_EACH_SUBJECT_START(role,subj,iter) \
@@ -36760,9 +41873,9 @@ diff -urNp linux-2.6.31/include/linux/gracl.h linux-2.6.31/include/linux/gracl.h
 +
 +#endif
 +
-diff -urNp linux-2.6.31/include/linux/gralloc.h linux-2.6.31/include/linux/gralloc.h
---- linux-2.6.31/include/linux/gralloc.h       1969-12-31 19:00:00.000000000 -0500
-+++ linux-2.6.31/include/linux/gralloc.h       2009-09-06 15:29:12.086023867 -0400
+diff -urNp linux-2.6.32.1/include/linux/gralloc.h linux-2.6.32.1/include/linux/gralloc.h
+--- linux-2.6.32.1/include/linux/gralloc.h     1969-12-31 19:00:00.000000000 -0500
++++ linux-2.6.32.1/include/linux/gralloc.h     2009-12-14 18:33:59.069828957 -0500
 @@ -0,0 +1,9 @@
 +#ifndef __GRALLOC_H
 +#define __GRALLOC_H
@@ -36773,9 +41886,9 @@ diff -urNp linux-2.6.31/include/linux/gralloc.h linux-2.6.31/include/linux/grall
 +void *acl_alloc_num(unsigned long num, unsigned long len);
 +
 +#endif
-diff -urNp linux-2.6.31/include/linux/grdefs.h linux-2.6.31/include/linux/grdefs.h
---- linux-2.6.31/include/linux/grdefs.h        1969-12-31 19:00:00.000000000 -0500
-+++ linux-2.6.31/include/linux/grdefs.h        2009-09-06 15:29:12.086949158 -0400
+diff -urNp linux-2.6.32.1/include/linux/grdefs.h linux-2.6.32.1/include/linux/grdefs.h
+--- linux-2.6.32.1/include/linux/grdefs.h      1969-12-31 19:00:00.000000000 -0500
++++ linux-2.6.32.1/include/linux/grdefs.h      2009-12-14 18:33:59.069828957 -0500
 @@ -0,0 +1,136 @@
 +#ifndef GRDEFS_H
 +#define GRDEFS_H
@@ -36913,9 +42026,9 @@ diff -urNp linux-2.6.31/include/linux/grdefs.h linux-2.6.31/include/linux/grdefs
 +};
 +
 +#endif
-diff -urNp linux-2.6.31/include/linux/grinternal.h linux-2.6.31/include/linux/grinternal.h
---- linux-2.6.31/include/linux/grinternal.h    1969-12-31 19:00:00.000000000 -0500
-+++ linux-2.6.31/include/linux/grinternal.h    2009-09-06 16:28:09.330920287 -0400
+diff -urNp linux-2.6.32.1/include/linux/grinternal.h linux-2.6.32.1/include/linux/grinternal.h
+--- linux-2.6.32.1/include/linux/grinternal.h  1969-12-31 19:00:00.000000000 -0500
++++ linux-2.6.32.1/include/linux/grinternal.h  2009-12-14 18:33:59.069828957 -0500
 @@ -0,0 +1,212 @@
 +#ifndef __GRINTERNAL_H
 +#define __GRINTERNAL_H
@@ -36923,6 +42036,8 @@ diff -urNp linux-2.6.31/include/linux/grinternal.h linux-2.6.31/include/linux/gr
 +#ifdef CONFIG_GRKERNSEC
 +
 +#include <linux/fs.h>
++#include <linux/mnt_namespace.h>
++#include <linux/nsproxy.h>
 +#include <linux/gracl.h>
 +#include <linux/grdefs.h>
 +#include <linux/grmsg.h>
@@ -36960,6 +42075,7 @@ diff -urNp linux-2.6.31/include/linux/grinternal.h linux-2.6.31/include/linux/gr
 +extern int grsec_enable_signal;
 +extern int grsec_enable_forkfail;
 +extern int grsec_enable_time;
++extern int grsec_enable_rofs;
 +extern int grsec_enable_chroot_shmat;
 +extern int grsec_enable_chroot_findtask;
 +extern int grsec_enable_chroot_mount;
@@ -36986,7 +42102,6 @@ diff -urNp linux-2.6.31/include/linux/grinternal.h linux-2.6.31/include/linux/gr
 +extern int grsec_socket_server_gid;
 +extern int grsec_audit_gid;
 +extern int grsec_enable_group;
-+extern int grsec_enable_audit_ipc;
 +extern int grsec_enable_audit_textrel;
 +extern int grsec_enable_mount;
 +extern int grsec_enable_chdir;
@@ -37018,16 +42133,12 @@ diff -urNp linux-2.6.31/include/linux/grinternal.h linux-2.6.31/include/linux/gr
 +                      tsk->parent->exec_file->f_vfsmnt) : "/")
 +
 +#define proc_is_chrooted(tsk_a)  ((tsk_a->pid > 1) && (tsk_a->fs != NULL) && \
-+                        ((tsk_a->fs->root.dentry->d_inode->i_sb->s_dev != \
-+                        tsk_a->nsproxy->pid_ns->child_reaper->fs->root.dentry->d_inode->i_sb->s_dev) || \
-+                        (tsk_a->fs->root.dentry->d_inode->i_ino != \
-+                        tsk_a->nsproxy->pid_ns->child_reaper->fs->root.dentry->d_inode->i_ino)))
++                        ((init_task.fs->root.dentry != tsk_a->fs->root.dentry) && \
++                         (tsk_a->nsproxy->mnt_ns->root->mnt_root != \
++                          tsk_a->fs->root.dentry)))
 +
 +#define have_same_root(tsk_a,tsk_b) ((tsk_a->fs != NULL) && (tsk_b->fs != NULL) && \
-+                        (tsk_a->fs->root.dentry->d_inode->i_sb->s_dev == \
-+                        tsk_b->fs->root.dentry->d_inode->i_sb->s_dev) && \
-+                        (tsk_a->fs->root.dentry->d_inode->i_ino == \
-+                        tsk_b->fs->root.dentry->d_inode->i_ino))
++                        (tsk_a->fs->root.dentry == tsk_b->fs->root.dentry))
 +
 +#define DEFAULTSECARGS(task, cred, pcred) gr_task_fullpath(task), task->comm, \
 +                     task->pid, cred->uid, \
@@ -37087,6 +42198,7 @@ diff -urNp linux-2.6.31/include/linux/grinternal.h linux-2.6.31/include/linux/gr
 +      GR_RESOURCE,
 +      GR_CAP,
 +      GR_SIG,
++      GR_SIG2,
 +      GR_CRASH1,
 +      GR_CRASH2,
 +      GR_PSACCT
@@ -37119,7 +42231,8 @@ diff -urNp linux-2.6.31/include/linux/grinternal.h linux-2.6.31/include/linux/gr
 +#define gr_log_ptrace(audit, msg, task) gr_log_varargs(audit, msg, GR_PTRACE, task)
 +#define gr_log_res_ulong2_str(audit, msg, task, ulong1, str, ulong2) gr_log_varargs(audit, msg, GR_RESOURCE, task, ulong1, str, ulong2)
 +#define gr_log_cap(audit, msg, task, str) gr_log_varargs(audit, msg, GR_CAP, task, str)
-+#define gr_log_sig(audit, msg, task, num) gr_log_varargs(audit, msg, GR_SIG, task, num)
++#define gr_log_sig_addr(audit, msg, str, addr) gr_log_varargs(audit, msg, GR_SIG, str, addr)
++#define gr_log_sig_task(audit, msg, task, num) gr_log_varargs(audit, msg, GR_SIG2, task, num)
 +#define gr_log_crash1(audit, msg, task, ulong) gr_log_varargs(audit, msg, GR_CRASH1, task, ulong)
 +#define gr_log_crash2(audit, msg, task, ulong1) gr_log_varargs(audit, msg, GR_CRASH2, task, ulong1)
 +#define gr_log_procacct(audit, msg, task, num1, num2, num3, num4, num5, num6, num7, num8, num9) gr_log_varargs(audit, msg, GR_PSACCT, task, num1, num2, num3, num4, num5, num6, num7, num8, num9)
@@ -37129,14 +42242,16 @@ diff -urNp linux-2.6.31/include/linux/grinternal.h linux-2.6.31/include/linux/gr
 +#endif
 +
 +#endif
-diff -urNp linux-2.6.31/include/linux/grmsg.h linux-2.6.31/include/linux/grmsg.h
---- linux-2.6.31/include/linux/grmsg.h 1969-12-31 19:00:00.000000000 -0500
-+++ linux-2.6.31/include/linux/grmsg.h 2009-09-06 15:29:12.086949158 -0400
-@@ -0,0 +1,109 @@
+diff -urNp linux-2.6.32.1/include/linux/grmsg.h linux-2.6.32.1/include/linux/grmsg.h
+--- linux-2.6.32.1/include/linux/grmsg.h       1969-12-31 19:00:00.000000000 -0500
++++ linux-2.6.32.1/include/linux/grmsg.h       2009-12-14 18:33:59.070957757 -0500
+@@ -0,0 +1,107 @@
 +#define DEFAULTSECMSG "%.256s[%.16s:%d] uid/euid:%u/%u gid/egid:%u/%u, parent %.256s[%.16s:%d] uid/euid:%u/%u gid/egid:%u/%u"
-+#define GR_ACL_PROCACCT_MSG "%.256s[%.16s:%d] IP:%u.%u.%u.%u TTY:%.64s uid/euid:%u/%u gid/egid:%u/%u run time:[%ud %uh %um %us] cpu time:[%ud %uh %um %us] %s with exit code %ld, parent %.256s[%.16s:%d] IP:%u.%u.%u.%u TTY:%.64s uid/euid:%u/%u gid/egid:%u/%u"
++#define GR_ACL_PROCACCT_MSG "%.256s[%.16s:%d] IP:%pI4 TTY:%.64s uid/euid:%u/%u gid/egid:%u/%u run time:[%ud %uh %um %us] cpu time:[%ud %uh %um %us] %s with exit code %ld, parent %.256s[%.16s:%d] IP:%pI4 TTY:%.64s uid/euid:%u/%u gid/egid:%u/%u"
 +#define GR_PTRACE_ACL_MSG "denied ptrace of %.950s(%.16s:%d) by "
 +#define GR_STOPMOD_MSG "denied modification of module state by "
++#define GR_ROFS_BLOCKWRITE_MSG "denied write to block device %.950s by "
++#define GR_ROFS_MOUNT_MSG "denied writable mount of %.950s by "
 +#define GR_IOPERM_MSG "denied use of ioperm() by "
 +#define GR_IOPL_MSG "denied use of iopl() by "
 +#define GR_SHMAT_ACL_MSG "denied attach of shared memory of UID %u, PID %d, ID %u by "
@@ -37147,8 +42262,8 @@ diff -urNp linux-2.6.31/include/linux/grmsg.h linux-2.6.31/include/linux/grmsg.h
 +#define GR_MEM_WRITE_MSG "denied write of /dev/mem by "
 +#define GR_MEM_MMAP_MSG "denied mmap write of /dev/[k]mem by "
 +#define GR_SYMLINK_MSG "not following symlink %.950s owned by %d.%d by "
-+#define GR_LEARN_AUDIT_MSG "%s\t%u\t%u\t%u\t%.4095s\t%.4095s\t%lu\t%lu\t%.4095s\t%lu\t%u.%u.%u.%u"
-+#define GR_ID_LEARN_MSG "%s\t%u\t%u\t%u\t%.4095s\t%.4095s\t%c\t%d\t%d\t%d\t%u.%u.%u.%u"
++#define GR_LEARN_AUDIT_MSG "%s\t%u\t%u\t%u\t%.4095s\t%.4095s\t%lu\t%lu\t%.4095s\t%lu\t%pI4"
++#define GR_ID_LEARN_MSG "%s\t%u\t%u\t%u\t%.4095s\t%.4095s\t%c\t%d\t%d\t%d\t%pI4"
 +#define GR_HIDDEN_ACL_MSG "%s access to hidden file %.950s by "
 +#define GR_OPEN_ACL_MSG "%s open of %.950s for%s%s by "
 +#define GR_CREATE_ACL_MSG "%s create of %.950s for%s%s by "
@@ -37156,7 +42271,7 @@ diff -urNp linux-2.6.31/include/linux/grmsg.h linux-2.6.31/include/linux/grmsg.h
 +#define GR_MKNOD_CHROOT_MSG "denied mknod of %.950s from chroot by "
 +#define GR_MKNOD_ACL_MSG "%s mknod of %.950s by "
 +#define GR_UNIXCONNECT_ACL_MSG "%s connect() to the unix domain socket %.950s by "
-+#define GR_TTYSNIFF_ACL_MSG "terminal being sniffed by IP:%u.%u.%u.%u %.480s[%.16s:%d], parent %.480s[%.16s:%d] against "
++#define GR_TTYSNIFF_ACL_MSG "terminal being sniffed by IP:%pI4 %.480s[%.16s:%d], parent %.480s[%.16s:%d] against "
 +#define GR_MKDIR_ACL_MSG "%s mkdir of %.950s by "
 +#define GR_RMDIR_ACL_MSG "%s rmdir of %.950s by "
 +#define GR_UNLINK_ACL_MSG "%s unlink of %.950s by "
@@ -37165,6 +42280,7 @@ diff -urNp linux-2.6.31/include/linux/grmsg.h linux-2.6.31/include/linux/grmsg.h
 +#define GR_LINK_ACL_MSG "%s link of %.480s to %.480s by "
 +#define GR_INHERIT_ACL_MSG "successful inherit of %.480s's ACL for %.480s by "
 +#define GR_RENAME_ACL_MSG "%s rename of %.480s to %.480s by "
++#define GR_UNSAFESHARE_EXEC_ACL_MSG "denied exec with cloned fs of %.950s by "
 +#define GR_PTRACE_EXEC_ACL_MSG "denied ptrace of %.950s by "
 +#define GR_NPROC_MSG "denied overstep of process limit by "
 +#define GR_EXEC_ACL_MSG "%s execution of %.950s by "
@@ -37208,7 +42324,7 @@ diff -urNp linux-2.6.31/include/linux/grmsg.h linux-2.6.31/include/linux/grmsg.h
 +#define GR_PRIORITY_CHROOT_MSG "denied priority change of process (%.16s:%d) by "
 +#define GR_FAILFORK_MSG "failed fork with errno %d by "
 +#define GR_NICE_CHROOT_MSG "denied priority change by "
-+#define GR_UNISIGLOG_MSG "signal %d sent to "
++#define GR_UNISIGLOG_MSG "%.32s occurred at %p in "
 +#define GR_DUALSIGLOG_MSG "signal %d sent to " DEFAULTSECMSG " by "
 +#define GR_SIG_ACL_MSG "denied send of signal %d to protected task " DEFAULTSECMSG " by "
 +#define GR_SYSCTL_MSG "denied modification of grsecurity sysctl value : %.32s by "
@@ -37221,9 +42337,9 @@ diff -urNp linux-2.6.31/include/linux/grmsg.h linux-2.6.31/include/linux/grmsg.h
 +#define GR_SOCK2_MSG "denied socket(%d,%.16s,%.16s) by "
 +#define GR_BIND_MSG "denied bind() by "
 +#define GR_CONNECT_MSG "denied connect() by "
-+#define GR_BIND_ACL_MSG "denied bind() to %u.%u.%u.%u port %u sock type %.16s protocol %.16s by "
-+#define GR_CONNECT_ACL_MSG "denied connect() to %u.%u.%u.%u port %u sock type %.16s protocol %.16s by "
-+#define GR_IP_LEARN_MSG "%s\t%u\t%u\t%u\t%.4095s\t%.4095s\t%u.%u.%u.%u\t%u\t%u\t%u\t%u\t%u.%u.%u.%u"
++#define GR_BIND_ACL_MSG "denied bind() to %pI4 port %u sock type %.16s protocol %.16s by "
++#define GR_CONNECT_ACL_MSG "denied connect() to %pI4 port %u sock type %.16s protocol %.16s by "
++#define GR_IP_LEARN_MSG "%s\t%u\t%u\t%u\t%.4095s\t%.4095s\t%pI4\t%u\t%u\t%u\t%u\t%pI4"
 +#define GR_EXEC_CHROOT_MSG "exec of %.980s within chroot by process "
 +#define GR_CAP_ACL_MSG "use of %s denied for "
 +#define GR_USRCHANGE_ACL_MSG "change to uid %u denied for "
@@ -37233,19 +42349,14 @@ diff -urNp linux-2.6.31/include/linux/grmsg.h linux-2.6.31/include/linux/grmsg.h
 +#define GR_MOUNT_AUDIT_MSG "mount of %.256s to %.256s by "
 +#define GR_CHDIR_AUDIT_MSG "chdir to %.980s by "
 +#define GR_EXEC_AUDIT_MSG "exec of %.930s (%.128s) by "
-+#define GR_MSGQ_AUDIT_MSG "message queue created by "
-+#define GR_MSGQR_AUDIT_MSG "message queue of uid:%u euid:%u removed by "
-+#define GR_SEM_AUDIT_MSG "semaphore created by "
-+#define GR_SEMR_AUDIT_MSG "semaphore of uid:%u euid:%u removed by "
-+#define GR_SHM_AUDIT_MSG "shared memory of size %d created by "
-+#define GR_SHMR_AUDIT_MSG "shared memory of uid:%u euid:%u removed by "
 +#define GR_RESOURCE_MSG "denied resource overstep by requesting %lu for %.16s against limit %lu for "
 +#define GR_TEXTREL_AUDIT_MSG "text relocation in %s, VMA:0x%08lx 0x%08lx by "
 +#define GR_NONROOT_MODLOAD_MSG "denied kernel module auto-load of %.64s by "
-diff -urNp linux-2.6.31/include/linux/grsecurity.h linux-2.6.31/include/linux/grsecurity.h
---- linux-2.6.31/include/linux/grsecurity.h    1969-12-31 19:00:00.000000000 -0500
-+++ linux-2.6.31/include/linux/grsecurity.h    2009-09-06 15:29:12.086949158 -0400
-@@ -0,0 +1,203 @@
++#define GR_VM86_MSG "denied use of vm86 by "
+diff -urNp linux-2.6.32.1/include/linux/grsecurity.h linux-2.6.32.1/include/linux/grsecurity.h
+--- linux-2.6.32.1/include/linux/grsecurity.h  1969-12-31 19:00:00.000000000 -0500
++++ linux-2.6.32.1/include/linux/grsecurity.h  2009-12-14 18:33:59.070957757 -0500
+@@ -0,0 +1,200 @@
 +#ifndef GR_SECURITY_H
 +#define GR_SECURITY_H
 +#include <linux/fs.h>
@@ -37312,7 +42423,7 @@ diff -urNp linux-2.6.31/include/linux/grsecurity.h linux-2.6.31/include/linux/gr
 +
 +void gr_log_forkfail(const int retval);
 +void gr_log_timechange(void);
-+void gr_log_signal(const int sig, const struct task_struct *t);
++void gr_log_signal(const int sig, const void *addr, const struct task_struct *t);
 +void gr_log_chdir(const struct dentry *dentry,
 +                       const struct vfsmount *mnt);
 +void gr_log_chroot_exec(const struct dentry *dentry,
@@ -37321,12 +42432,6 @@ diff -urNp linux-2.6.31/include/linux/grsecurity.h linux-2.6.31/include/linux/gr
 +void gr_log_remount(const char *devname, const int retval);
 +void gr_log_unmount(const char *devname, const int retval);
 +void gr_log_mount(const char *from, const char *to, const int retval);
-+void gr_log_msgget(const int ret, const int msgflg);
-+void gr_log_msgrm(const uid_t uid, const uid_t cuid);
-+void gr_log_semget(const int err, const int semflg);
-+void gr_log_semrm(const uid_t uid, const uid_t cuid);
-+void gr_log_shmget(const int err, const int shmflg, const size_t size);
-+void gr_log_shmrm(const uid_t uid, const uid_t cuid);
 +void gr_log_textrel(struct vm_area_struct *vma);
 +
 +int gr_handle_follow_link(const struct inode *parent,
@@ -37434,9 +42539,12 @@ diff -urNp linux-2.6.31/include/linux/grsecurity.h linux-2.6.31/include/linux/gr
 +void gr_acl_handle_exit(void);
 +void gr_acl_handle_psacct(struct task_struct *task, const long code);
 +int gr_acl_handle_procpidmem(const struct task_struct *task);
++int gr_handle_rofs_mount(struct dentry *dentry, struct vfsmount *mnt, int mnt_flags);
++int gr_handle_rofs_blockwrite(struct dentry *dentry, struct vfsmount *mnt, int acc_mode);
 +
 +#ifdef CONFIG_GRKERNSEC
 +void gr_log_nonroot_mod_load(const char *modname);
++void gr_handle_vm86(void);
 +void gr_handle_mem_write(void);
 +void gr_handle_kmem_write(void);
 +void gr_handle_open_port(void);
@@ -37449,9 +42557,9 @@ diff -urNp linux-2.6.31/include/linux/grsecurity.h linux-2.6.31/include/linux/gr
 +#endif
 +
 +#endif
-diff -urNp linux-2.6.31/include/linux/hdpu_features.h linux-2.6.31/include/linux/hdpu_features.h
---- linux-2.6.31/include/linux/hdpu_features.h 2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/include/linux/hdpu_features.h 2009-09-06 15:29:12.087975038 -0400
+diff -urNp linux-2.6.32.1/include/linux/hdpu_features.h linux-2.6.32.1/include/linux/hdpu_features.h
+--- linux-2.6.32.1/include/linux/hdpu_features.h       2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/include/linux/hdpu_features.h       2009-12-14 18:33:59.070957757 -0500
 @@ -3,7 +3,7 @@
  struct cpustate_t {
        spinlock_t lock;
@@ -37461,9 +42569,9 @@ diff -urNp linux-2.6.31/include/linux/hdpu_features.h linux-2.6.31/include/linux
        unsigned char cached_val;
        int inited;
        unsigned long *set_addr;
-diff -urNp linux-2.6.31/include/linux/highmem.h linux-2.6.31/include/linux/highmem.h
---- linux-2.6.31/include/linux/highmem.h       2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/include/linux/highmem.h       2009-09-06 15:29:12.087975038 -0400
+diff -urNp linux-2.6.32.1/include/linux/highmem.h linux-2.6.32.1/include/linux/highmem.h
+--- linux-2.6.32.1/include/linux/highmem.h     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/include/linux/highmem.h     2009-12-14 18:33:59.079962146 -0500
 @@ -137,6 +137,18 @@ static inline void clear_highpage(struct
        kunmap_atomic(kaddr, KM_USER0);
  }
@@ -37483,21 +42591,21 @@ diff -urNp linux-2.6.31/include/linux/highmem.h linux-2.6.31/include/linux/highm
  static inline void zero_user_segments(struct page *page,
        unsigned start1, unsigned end1,
        unsigned start2, unsigned end2)
-diff -urNp linux-2.6.31/include/linux/hugetlb.h linux-2.6.31/include/linux/hugetlb.h
---- linux-2.6.31/include/linux/hugetlb.h       2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/include/linux/hugetlb.h       2009-09-06 15:29:12.087975038 -0400
-@@ -146,7 +146,7 @@ static inline struct hugetlbfs_sb_info *
- }
- extern const struct file_operations hugetlbfs_file_operations;
--extern struct vm_operations_struct hugetlb_vm_ops;
-+extern const struct vm_operations_struct hugetlb_vm_ops;
- struct file *hugetlb_file_setup(const char *name, size_t size, int acct,
-                                               struct user_struct **user);
- int hugetlb_get_quota(struct address_space *mapping, long delta);
-diff -urNp linux-2.6.31/include/linux/jbd2.h linux-2.6.31/include/linux/jbd2.h
---- linux-2.6.31/include/linux/jbd2.h  2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/include/linux/jbd2.h  2009-09-06 15:29:12.088951119 -0400
+diff -urNp linux-2.6.32.1/include/linux/interrupt.h linux-2.6.32.1/include/linux/interrupt.h
+--- linux-2.6.32.1/include/linux/interrupt.h   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/include/linux/interrupt.h   2009-12-14 18:33:59.093720869 -0500
+@@ -357,7 +357,7 @@ enum
+ /* map softirq index to softirq name. update 'softirq_to_name' in
+  * kernel/softirq.c when adding a new softirq.
+  */
+-extern char *softirq_to_name[NR_SOFTIRQS];
++extern const char * const softirq_to_name[NR_SOFTIRQS];
+ /* softirq mask and active fields moved to irq_cpustat_t in
+  * asm/hardirq.h to get better cache usage.  KAO
+diff -urNp linux-2.6.32.1/include/linux/jbd2.h linux-2.6.32.1/include/linux/jbd2.h
+--- linux-2.6.32.1/include/linux/jbd2.h        2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/include/linux/jbd2.h        2009-12-14 18:33:59.093720869 -0500
 @@ -66,7 +66,7 @@ extern u8 jbd2_journal_enable_debug;
                }                                                       \
        } while (0)
@@ -37507,9 +42615,9 @@ diff -urNp linux-2.6.31/include/linux/jbd2.h linux-2.6.31/include/linux/jbd2.h
  #endif
  
  static inline void *jbd2_alloc(size_t size, gfp_t flags)
-diff -urNp linux-2.6.31/include/linux/jbd.h linux-2.6.31/include/linux/jbd.h
---- linux-2.6.31/include/linux/jbd.h   2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/include/linux/jbd.h   2009-09-06 15:29:12.088951119 -0400
+diff -urNp linux-2.6.32.1/include/linux/jbd.h linux-2.6.32.1/include/linux/jbd.h
+--- linux-2.6.32.1/include/linux/jbd.h 2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/include/linux/jbd.h 2009-12-14 18:33:59.112966652 -0500
 @@ -66,7 +66,7 @@ extern u8 journal_enable_debug;
                }                                                       \
        } while (0)
@@ -37519,10 +42627,117 @@ diff -urNp linux-2.6.31/include/linux/jbd.h linux-2.6.31/include/linux/jbd.h
  #endif
  
  static inline void *jbd_alloc(size_t size, gfp_t flags)
-diff -urNp linux-2.6.31/include/linux/kvm_host.h linux-2.6.31/include/linux/kvm_host.h
---- linux-2.6.31/include/linux/kvm_host.h      2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/include/linux/kvm_host.h      2009-09-06 15:29:12.088951119 -0400
-@@ -173,7 +173,7 @@ void kvm_vcpu_uninit(struct kvm_vcpu *vc
+diff -urNp linux-2.6.32.1/include/linux/kallsyms.h linux-2.6.32.1/include/linux/kallsyms.h
+--- linux-2.6.32.1/include/linux/kallsyms.h    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/include/linux/kallsyms.h    2009-12-14 18:33:59.113955783 -0500
+@@ -15,7 +15,8 @@
+ struct module;
+-#ifdef CONFIG_KALLSYMS
++#ifndef __INCLUDED_BY_HIDESYM
++#if defined(CONFIG_KALLSYMS) && !defined(CONFIG_GRKERNSEC_HIDESYM)
+ /* Lookup the address for a symbol. Returns 0 if not found. */
+ unsigned long kallsyms_lookup_name(const char *name);
+@@ -92,6 +93,9 @@ static inline int lookup_symbol_attrs(un
+ /* Stupid that this does nothing, but I didn't create this mess. */
+ #define __print_symbol(fmt, addr)
+ #endif /*CONFIG_KALLSYMS*/
++#else /* when included by kallsyms.c, with HIDESYM enabled */
++extern void __print_symbol(const char *fmt, unsigned long address);
++#endif
+ /* This macro allows us to keep printk typechecking */
+ static void __check_printsym_format(const char *fmt, ...)
+diff -urNp linux-2.6.32.1/include/linux/kgdb.h linux-2.6.32.1/include/linux/kgdb.h
+--- linux-2.6.32.1/include/linux/kgdb.h        2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/include/linux/kgdb.h        2009-12-14 18:33:59.113955783 -0500
+@@ -251,20 +251,20 @@ struct kgdb_arch {
+  */
+ struct kgdb_io {
+       const char              *name;
+-      int                     (*read_char) (void);
+-      void                    (*write_char) (u8);
+-      void                    (*flush) (void);
+-      int                     (*init) (void);
+-      void                    (*pre_exception) (void);
+-      void                    (*post_exception) (void);
++      int                     (* const read_char) (void);
++      void                    (* const write_char) (u8);
++      void                    (* const flush) (void);
++      int                     (* const init) (void);
++      void                    (* const pre_exception) (void);
++      void                    (* const post_exception) (void);
+ };
+-extern struct kgdb_arch               arch_kgdb_ops;
++extern const struct kgdb_arch arch_kgdb_ops;
+ extern unsigned long __weak kgdb_arch_pc(int exception, struct pt_regs *regs);
+-extern int kgdb_register_io_module(struct kgdb_io *local_kgdb_io_ops);
+-extern void kgdb_unregister_io_module(struct kgdb_io *local_kgdb_io_ops);
++extern int kgdb_register_io_module(const struct kgdb_io *local_kgdb_io_ops);
++extern void kgdb_unregister_io_module(const struct kgdb_io *local_kgdb_io_ops);
+ extern int kgdb_hex2long(char **ptr, unsigned long *long_val);
+ extern int kgdb_mem2hex(char *mem, char *buf, int count);
+diff -urNp linux-2.6.32.1/include/linux/kobject.h linux-2.6.32.1/include/linux/kobject.h
+--- linux-2.6.32.1/include/linux/kobject.h     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/include/linux/kobject.h     2009-12-14 18:33:59.130982398 -0500
+@@ -106,7 +106,7 @@ extern char *kobject_get_path(struct kob
+ struct kobj_type {
+       void (*release)(struct kobject *kobj);
+-      struct sysfs_ops *sysfs_ops;
++      const struct sysfs_ops *sysfs_ops;
+       struct attribute **default_attrs;
+ };
+@@ -118,9 +118,9 @@ struct kobj_uevent_env {
+ };
+ struct kset_uevent_ops {
+-      int (*filter)(struct kset *kset, struct kobject *kobj);
+-      const char *(*name)(struct kset *kset, struct kobject *kobj);
+-      int (*uevent)(struct kset *kset, struct kobject *kobj,
++      int (* const filter)(struct kset *kset, struct kobject *kobj);
++      const char *(* const name)(struct kset *kset, struct kobject *kobj);
++      int (* const uevent)(struct kset *kset, struct kobject *kobj,
+                     struct kobj_uevent_env *env);
+ };
+@@ -132,7 +132,7 @@ struct kobj_attribute {
+                        const char *buf, size_t count);
+ };
+-extern struct sysfs_ops kobj_sysfs_ops;
++extern const struct sysfs_ops kobj_sysfs_ops;
+ /**
+  * struct kset - a set of kobjects of a specific type, belonging to a specific subsystem.
+@@ -155,14 +155,14 @@ struct kset {
+       struct list_head list;
+       spinlock_t list_lock;
+       struct kobject kobj;
+-      struct kset_uevent_ops *uevent_ops;
++      const struct kset_uevent_ops *uevent_ops;
+ };
+ extern void kset_init(struct kset *kset);
+ extern int __must_check kset_register(struct kset *kset);
+ extern void kset_unregister(struct kset *kset);
+ extern struct kset * __must_check kset_create_and_add(const char *name,
+-                                              struct kset_uevent_ops *u,
++                                              const struct kset_uevent_ops *u,
+                                               struct kobject *parent_kobj);
+ static inline struct kset *to_kset(struct kobject *kobj)
+diff -urNp linux-2.6.32.1/include/linux/kvm_host.h linux-2.6.32.1/include/linux/kvm_host.h
+--- linux-2.6.32.1/include/linux/kvm_host.h    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/include/linux/kvm_host.h    2009-12-14 18:33:59.130982398 -0500
+@@ -205,7 +205,7 @@ void kvm_vcpu_uninit(struct kvm_vcpu *vc
  void vcpu_load(struct kvm_vcpu *vcpu);
  void vcpu_put(struct kvm_vcpu *vcpu);
  
@@ -37531,7 +42746,7 @@ diff -urNp linux-2.6.31/include/linux/kvm_host.h linux-2.6.31/include/linux/kvm_
                  struct module *module);
  void kvm_exit(void);
  
-@@ -280,7 +280,7 @@ int kvm_arch_vcpu_ioctl_set_guest_debug(
+@@ -311,7 +311,7 @@ int kvm_arch_vcpu_ioctl_set_guest_debug(
                                        struct kvm_guest_debug *dbg);
  int kvm_arch_vcpu_ioctl_run(struct kvm_vcpu *vcpu, struct kvm_run *kvm_run);
  
@@ -37540,9 +42755,9 @@ diff -urNp linux-2.6.31/include/linux/kvm_host.h linux-2.6.31/include/linux/kvm_
  void kvm_arch_exit(void);
  
  int kvm_arch_vcpu_init(struct kvm_vcpu *vcpu);
-diff -urNp linux-2.6.31/include/linux/libata.h linux-2.6.31/include/linux/libata.h
---- linux-2.6.31/include/linux/libata.h        2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/include/linux/libata.h        2009-09-06 15:29:12.089927901 -0400
+diff -urNp linux-2.6.32.1/include/linux/libata.h linux-2.6.32.1/include/linux/libata.h
+--- linux-2.6.32.1/include/linux/libata.h      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/include/linux/libata.h      2009-12-14 18:33:59.153957201 -0500
 @@ -64,11 +64,11 @@
  #ifdef ATA_VERBOSE_DEBUG
  #define VPRINTK(fmt, args...) printk(KERN_ERR "%s: " fmt, __func__, ## args)
@@ -37558,20 +42773,82 @@ diff -urNp linux-2.6.31/include/linux/libata.h linux-2.6.31/include/linux/libata
  #endif        /* ATA_DEBUG */
  
  #define BPRINTK(fmt, args...) if (ap->flags & ATA_FLAG_DEBUGMSG) printk(KERN_ERR "%s: " fmt, __func__, ## args)
-diff -urNp linux-2.6.31/include/linux/mm.h linux-2.6.31/include/linux/mm.h
---- linux-2.6.31/include/linux/mm.h    2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/include/linux/mm.h    2009-09-06 15:29:12.090912748 -0400
-@@ -37,6 +37,7 @@ extern int sysctl_legacy_va_layout;
- #include <asm/page.h>
- #include <asm/pgtable.h>
- #include <asm/processor.h>
-+#include <asm/mman.h>
+@@ -521,11 +521,11 @@ struct ata_ioports {
+ struct ata_host {
+       spinlock_t              lock;
+-      struct device           *dev;
++      struct device           *dev;
+       void __iomem * const    *iomap;
+       unsigned int            n_ports;
+       void                    *private_data;
+-      struct ata_port_operations *ops;
++      const struct ata_port_operations *ops;
+       unsigned long           flags;
+ #ifdef CONFIG_ATA_ACPI
+       acpi_handle             acpi_handle;
+@@ -706,7 +706,7 @@ struct ata_link {
+ struct ata_port {
+       struct Scsi_Host        *scsi_host; /* our co-allocated scsi host */
+-      struct ata_port_operations *ops;
++      const struct ata_port_operations *ops;
+       spinlock_t              *lock;
+       /* Flags owned by the EH context. Only EH should touch these once the
+          port is active */
+@@ -888,7 +888,7 @@ struct ata_port_info {
+       unsigned long           pio_mask;
+       unsigned long           mwdma_mask;
+       unsigned long           udma_mask;
+-      struct ata_port_operations *port_ops;
++      const struct ata_port_operations *port_ops;
+       void                    *private_data;
+ };
  
- #define nth_page(page,n) pfn_to_page(page_to_pfn((page)) + (n))
+@@ -912,7 +912,7 @@ extern const unsigned long sata_deb_timi
+ extern const unsigned long sata_deb_timing_hotplug[];
+ extern const unsigned long sata_deb_timing_long[];
+-extern struct ata_port_operations ata_dummy_port_ops;
++extern const struct ata_port_operations ata_dummy_port_ops;
+ extern const struct ata_port_info ata_dummy_port_info;
+ static inline const unsigned long *
+@@ -958,7 +958,7 @@ extern int ata_host_activate(struct ata_
+                            struct scsi_host_template *sht);
+ extern void ata_host_detach(struct ata_host *host);
+ extern void ata_host_init(struct ata_host *, struct device *,
+-                        unsigned long, struct ata_port_operations *);
++                        unsigned long, const struct ata_port_operations *);
+ extern int ata_scsi_detect(struct scsi_host_template *sht);
+ extern int ata_scsi_ioctl(struct scsi_device *dev, int cmd, void __user *arg);
+ extern int ata_scsi_queuecmd(struct scsi_cmnd *cmd, void (*done)(struct scsi_cmnd *));
+diff -urNp linux-2.6.32.1/include/linux/lockd/bind.h linux-2.6.32.1/include/linux/lockd/bind.h
+--- linux-2.6.32.1/include/linux/lockd/bind.h  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/include/linux/lockd/bind.h  2009-12-14 18:33:59.154959590 -0500
+@@ -23,13 +23,13 @@ struct svc_rqst;
+  * This is the set of functions for lockd->nfsd communication
+  */
+ struct nlmsvc_binding {
+-      __be32                  (*fopen)(struct svc_rqst *,
++      __be32                  (* const fopen)(struct svc_rqst *,
+                                               struct nfs_fh *,
+                                               struct file **);
+-      void                    (*fclose)(struct file *);
++      void                    (* const fclose)(struct file *);
+ };
  
-@@ -104,6 +105,10 @@ extern unsigned int kobjsize(const void 
- #define VM_SAO                0x20000000      /* Strong Access Ordering (powerpc) */
+-extern struct nlmsvc_binding *        nlmsvc_ops;
++extern const struct nlmsvc_binding *  nlmsvc_ops;
+ /*
+  * Similar to nfs_client_initdata, but without the NFS-specific
+diff -urNp linux-2.6.32.1/include/linux/mm.h linux-2.6.32.1/include/linux/mm.h
+--- linux-2.6.32.1/include/linux/mm.h  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/include/linux/mm.h  2009-12-14 18:33:59.160822367 -0500
+@@ -106,6 +106,10 @@ extern unsigned int kobjsize(const void 
  #define VM_PFN_AT_MMAP        0x40000000      /* PFNMAP vma that is fully mapped at mmap time */
+ #define VM_MERGEABLE  0x80000000      /* KSM may merge identical pages */
  
 +#ifdef CONFIG_PAX_PAGEEXEC
 +#define VM_PAGEEXEC   0x80000000      /* vma->vm_page_prot needs special handling */
@@ -37580,7 +42857,7 @@ diff -urNp linux-2.6.31/include/linux/mm.h linux-2.6.31/include/linux/mm.h
  #ifndef VM_STACK_DEFAULT_FLAGS                /* arch can override this */
  #define VM_STACK_DEFAULT_FLAGS VM_DATA_DEFAULT_FLAGS
  #endif
-@@ -871,6 +876,8 @@ struct shrinker {
+@@ -880,6 +884,8 @@ struct shrinker {
  extern void register_shrinker(struct shrinker *);
  extern void unregister_shrinker(struct shrinker *);
  
@@ -37589,7 +42866,7 @@ diff -urNp linux-2.6.31/include/linux/mm.h linux-2.6.31/include/linux/mm.h
  int vma_wants_writenotify(struct vm_area_struct *vma);
  
  extern pte_t *get_locked_pte(struct mm_struct *mm, unsigned long addr, spinlock_t **ptl);
-@@ -1141,6 +1148,7 @@ out:
+@@ -1152,6 +1158,7 @@ out:
  }
  
  extern int do_munmap(struct mm_struct *, unsigned long, size_t);
@@ -37597,7 +42874,7 @@ diff -urNp linux-2.6.31/include/linux/mm.h linux-2.6.31/include/linux/mm.h
  
  extern unsigned long do_brk(unsigned long, unsigned long);
  
-@@ -1195,6 +1203,10 @@ extern struct vm_area_struct * find_vma(
+@@ -1206,6 +1213,10 @@ extern struct vm_area_struct * find_vma(
  extern struct vm_area_struct * find_vma_prev(struct mm_struct * mm, unsigned long addr,
                                             struct vm_area_struct **pprev);
  
@@ -37608,7 +42885,7 @@ diff -urNp linux-2.6.31/include/linux/mm.h linux-2.6.31/include/linux/mm.h
  /* Look up the first VMA which intersects the interval start_addr..end_addr-1,
     NULL if none.  Assume start_addr < end_addr. */
  static inline struct vm_area_struct * find_vma_intersection(struct mm_struct * mm, unsigned long start_addr, unsigned long end_addr)
-@@ -1211,7 +1223,6 @@ static inline unsigned long vma_pages(st
+@@ -1222,7 +1233,6 @@ static inline unsigned long vma_pages(st
        return (vma->vm_end - vma->vm_start) >> PAGE_SHIFT;
  }
  
@@ -37616,11 +42893,10 @@ diff -urNp linux-2.6.31/include/linux/mm.h linux-2.6.31/include/linux/mm.h
  struct vm_area_struct *find_extend_vma(struct mm_struct *, unsigned long addr);
  int remap_pfn_range(struct vm_area_struct *, unsigned long addr,
                        unsigned long pfn, unsigned long size, pgprot_t);
-@@ -1303,5 +1314,12 @@ void vmemmap_populate_print_last(void);
- extern int account_locked_memory(struct mm_struct *mm, struct rlimit *rlim,
-                                size_t size);
- extern void refund_locked_memory(struct mm_struct *mm, size_t size);
-+
+@@ -1322,5 +1332,11 @@ extern int sysctl_memory_failure_early_k
+ extern int sysctl_memory_failure_recovery;
+ extern atomic_long_t mce_bad_pages;
 +#ifdef CONFIG_ARCH_TRACK_EXEC_LIMIT
 +extern void track_exec_limit(struct mm_struct *mm, unsigned long start, unsigned long end, unsigned long prot);
 +#else
@@ -37629,18 +42905,9 @@ diff -urNp linux-2.6.31/include/linux/mm.h linux-2.6.31/include/linux/mm.h
 +
  #endif /* __KERNEL__ */
  #endif /* _LINUX_MM_H */
-diff -urNp linux-2.6.31/include/linux/mm_types.h linux-2.6.31/include/linux/mm_types.h
---- linux-2.6.31/include/linux/mm_types.h      2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/include/linux/mm_types.h      2009-09-06 15:29:12.090912748 -0400
-@@ -171,7 +171,7 @@ struct vm_area_struct {
-       struct anon_vma *anon_vma;      /* Serialized by page_table_lock */
-       /* Function pointers to deal with this struct. */
--      struct vm_operations_struct * vm_ops;
-+      const struct vm_operations_struct * vm_ops;
-       /* Information about our backing store: */
-       unsigned long vm_pgoff;         /* Offset (within vm_file) in PAGE_SIZE
+diff -urNp linux-2.6.32.1/include/linux/mm_types.h linux-2.6.32.1/include/linux/mm_types.h
+--- linux-2.6.32.1/include/linux/mm_types.h    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/include/linux/mm_types.h    2009-12-14 18:33:59.172960740 -0500
 @@ -186,6 +186,8 @@ struct vm_area_struct {
  #ifdef CONFIG_NUMA
        struct mempolicy *vm_policy;    /* NUMA policy for the VMA */
@@ -37650,7 +42917,7 @@ diff -urNp linux-2.6.31/include/linux/mm_types.h linux-2.6.31/include/linux/mm_t
  };
  
  struct core_thread {
-@@ -286,6 +288,24 @@ struct mm_struct {
+@@ -287,6 +289,24 @@ struct mm_struct {
  #ifdef CONFIG_MMU_NOTIFIER
        struct mmu_notifier_mm *mmu_notifier_mm;
  #endif
@@ -37675,9 +42942,28 @@ diff -urNp linux-2.6.31/include/linux/mm_types.h linux-2.6.31/include/linux/mm_t
  };
  
  /* Future-safe accessor for struct mm_struct's cpu_vm_mask. */
-diff -urNp linux-2.6.31/include/linux/mod_devicetable.h linux-2.6.31/include/linux/mod_devicetable.h
---- linux-2.6.31/include/linux/mod_devicetable.h       2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/include/linux/mod_devicetable.h       2009-09-06 15:29:12.091951411 -0400
+diff -urNp linux-2.6.32.1/include/linux/mmu_notifier.h linux-2.6.32.1/include/linux/mmu_notifier.h
+--- linux-2.6.32.1/include/linux/mmu_notifier.h        2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/include/linux/mmu_notifier.h        2009-12-14 18:33:59.193970523 -0500
+@@ -235,12 +235,12 @@ static inline void mmu_notifier_mm_destr
+  */
+ #define ptep_clear_flush_notify(__vma, __address, __ptep)             \
+ ({                                                                    \
+-      pte_t __pte;                                                    \
++      pte_t ___pte;                                                   \
+       struct vm_area_struct *___vma = __vma;                          \
+       unsigned long ___address = __address;                           \
+-      __pte = ptep_clear_flush(___vma, ___address, __ptep);           \
++      ___pte = ptep_clear_flush(___vma, ___address, __ptep);          \
+       mmu_notifier_invalidate_page(___vma->vm_mm, ___address);        \
+-      __pte;                                                          \
++      ___pte;                                                         \
+ })
+ #define ptep_clear_flush_young_notify(__vma, __address, __ptep)               \
+diff -urNp linux-2.6.32.1/include/linux/mod_devicetable.h linux-2.6.32.1/include/linux/mod_devicetable.h
+--- linux-2.6.32.1/include/linux/mod_devicetable.h     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/include/linux/mod_devicetable.h     2009-12-14 18:33:59.194758859 -0500
 @@ -12,7 +12,7 @@
  typedef unsigned long kernel_ulong_t;
  #endif
@@ -37696,10 +42982,10 @@ diff -urNp linux-2.6.31/include/linux/mod_devicetable.h linux-2.6.31/include/lin
  
  struct hid_device_id {
        __u16 bus;
-diff -urNp linux-2.6.31/include/linux/module.h linux-2.6.31/include/linux/module.h
---- linux-2.6.31/include/linux/module.h        2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/include/linux/module.h        2009-09-06 15:29:12.091951411 -0400
-@@ -283,16 +283,16 @@ struct module
+diff -urNp linux-2.6.32.1/include/linux/module.h linux-2.6.32.1/include/linux/module.h
+--- linux-2.6.32.1/include/linux/module.h      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/include/linux/module.h      2009-12-14 18:33:59.194758859 -0500
+@@ -287,16 +287,16 @@ struct module
        int (*init)(void);
  
        /* If this is non-NULL, vfree after init() returns */
@@ -37720,7 +43006,7 @@ diff -urNp linux-2.6.31/include/linux/module.h linux-2.6.31/include/linux/module
  
        /* Arch-specific module values */
        struct mod_arch_specific arch;
-@@ -389,16 +389,46 @@ struct module *__module_address(unsigned
+@@ -393,16 +393,46 @@ struct module *__module_address(unsigned
  bool is_module_address(unsigned long addr);
  bool is_module_text_address(unsigned long addr);
  
@@ -37771,21 +43057,9 @@ diff -urNp linux-2.6.31/include/linux/module.h linux-2.6.31/include/linux/module
  }
  
  /* Search for module by name: must hold module_mutex. */
-@@ -451,7 +481,11 @@ void symbol_put_addr(void *addr);
- static inline local_t *__module_ref_addr(struct module *mod, int cpu)
- {
- #ifdef CONFIG_SMP
-+#ifdef CONFIG_X86_32
-+      return (local_t *) (mod->refptr + __per_cpu_offset[cpu]);
-+#else
-       return (local_t *) (mod->refptr + per_cpu_offset(cpu));
-+#endif
- #else
-       return &mod->ref;
- #endif
-diff -urNp linux-2.6.31/include/linux/moduleloader.h linux-2.6.31/include/linux/moduleloader.h
---- linux-2.6.31/include/linux/moduleloader.h  2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/include/linux/moduleloader.h  2009-09-06 15:29:12.092954930 -0400
+diff -urNp linux-2.6.32.1/include/linux/moduleloader.h linux-2.6.32.1/include/linux/moduleloader.h
+--- linux-2.6.32.1/include/linux/moduleloader.h        2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/include/linux/moduleloader.h        2009-12-14 18:33:59.194758859 -0500
 @@ -20,9 +20,21 @@ unsigned int arch_mod_section_prepend(st
     sections.  Returns NULL on failure. */
  void *module_alloc(unsigned long size);
@@ -37808,20 +43082,9 @@ diff -urNp linux-2.6.31/include/linux/moduleloader.h linux-2.6.31/include/linux/
  /* Apply the given relocation to the (simplified) ELF.  Return -error
     or 0. */
  int apply_relocate(Elf_Shdr *sechdrs,
-diff -urNp linux-2.6.31/include/linux/moduleparam.h linux-2.6.31/include/linux/moduleparam.h
---- linux-2.6.31/include/linux/moduleparam.h   2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/include/linux/moduleparam.h   2009-09-06 15:29:12.092954930 -0400
-@@ -37,7 +37,6 @@ typedef int (*param_set_fn)(const char *
- typedef int (*param_get_fn)(char *buffer, struct kernel_param *kp);
- /* Flag bits for kernel_param.flags */
--#define KPARAM_KMALLOCED      1
- #define KPARAM_ISBOOL         2
- struct kernel_param {
-diff -urNp linux-2.6.31/include/linux/namei.h linux-2.6.31/include/linux/namei.h
---- linux-2.6.31/include/linux/namei.h 2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/include/linux/namei.h 2009-09-06 15:29:12.092954930 -0400
+diff -urNp linux-2.6.32.1/include/linux/namei.h linux-2.6.32.1/include/linux/namei.h
+--- linux-2.6.32.1/include/linux/namei.h       2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/include/linux/namei.h       2009-12-14 18:33:59.194758859 -0500
 @@ -22,7 +22,7 @@ struct nameidata {
        unsigned int    flags;
        int             last_type;
@@ -37842,25 +43105,13 @@ diff -urNp linux-2.6.31/include/linux/namei.h linux-2.6.31/include/linux/namei.h
  }
  
 -static inline char *nd_get_link(struct nameidata *nd)
-+static inline const char *nd_get_link(struct nameidata *nd)
++static inline const char *nd_get_link(const struct nameidata *nd)
  {
        return nd->saved_names[nd->depth];
  }
-diff -urNp linux-2.6.31/include/linux/nfsd/nfsd.h linux-2.6.31/include/linux/nfsd/nfsd.h
---- linux-2.6.31/include/linux/nfsd/nfsd.h     2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/include/linux/nfsd/nfsd.h     2009-09-06 15:29:12.092954930 -0400
-@@ -57,7 +57,7 @@ extern u32                   nfsd_supported_minorversion
- extern struct mutex           nfsd_mutex;
- extern struct svc_serv                *nfsd_serv;
--extern struct seq_operations nfs_exports_op;
-+extern const struct seq_operations nfs_exports_op;
- /*
-  * Function prototypes.
-diff -urNp linux-2.6.31/include/linux/nodemask.h linux-2.6.31/include/linux/nodemask.h
---- linux-2.6.31/include/linux/nodemask.h      2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/include/linux/nodemask.h      2009-09-06 15:29:12.093920731 -0400
+diff -urNp linux-2.6.32.1/include/linux/nodemask.h linux-2.6.32.1/include/linux/nodemask.h
+--- linux-2.6.32.1/include/linux/nodemask.h    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/include/linux/nodemask.h    2009-12-14 18:33:59.195853346 -0500
 @@ -464,11 +464,11 @@ static inline int num_node_state(enum no
  
  #define any_online_node(mask)                 \
@@ -37877,36 +43128,55 @@ diff -urNp linux-2.6.31/include/linux/nodemask.h linux-2.6.31/include/linux/node
  })
  
  #define num_online_nodes()    num_node_state(N_ONLINE)
-diff -urNp linux-2.6.31/include/linux/oprofile.h linux-2.6.31/include/linux/oprofile.h
---- linux-2.6.31/include/linux/oprofile.h      2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/include/linux/oprofile.h      2009-09-06 15:29:12.093920731 -0400
-@@ -128,7 +128,7 @@ int oprofilefs_create_ro_ulong(struct su
+diff -urNp linux-2.6.32.1/include/linux/oprofile.h linux-2.6.32.1/include/linux/oprofile.h
+--- linux-2.6.32.1/include/linux/oprofile.h    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/include/linux/oprofile.h    2009-12-14 18:33:59.195853346 -0500
+@@ -129,9 +129,9 @@ int oprofilefs_create_ulong(struct super
+ int oprofilefs_create_ro_ulong(struct super_block * sb, struct dentry * root,
+       char const * name, ulong * val);
   
- /** Create a file for read-only access to an atomic_t. */
+-/** Create a file for read-only access to an atomic_t. */
++/** Create a file for read-only access to an atomic_unchecked_t. */
  int oprofilefs_create_ro_atomic(struct super_block * sb, struct dentry * root,
 -      char const * name, atomic_t * val);
 +      char const * name, atomic_unchecked_t * val);
   
  /** create a directory */
  struct dentry * oprofilefs_mkdir(struct super_block * sb, struct dentry * root,
-diff -urNp linux-2.6.31/include/linux/poison.h linux-2.6.31/include/linux/poison.h
---- linux-2.6.31/include/linux/poison.h        2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/include/linux/poison.h        2009-09-06 15:29:12.093920731 -0400
+diff -urNp linux-2.6.32.1/include/linux/pipe_fs_i.h linux-2.6.32.1/include/linux/pipe_fs_i.h
+--- linux-2.6.32.1/include/linux/pipe_fs_i.h   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/include/linux/pipe_fs_i.h   2009-12-14 18:33:59.195853346 -0500
+@@ -46,9 +46,9 @@ struct pipe_inode_info {
+       wait_queue_head_t wait;
+       unsigned int nrbufs, curbuf;
+       struct page *tmp_page;
+-      unsigned int readers;
+-      unsigned int writers;
+-      unsigned int waiting_writers;
++      atomic_t readers;
++      atomic_t writers;
++      atomic_t waiting_writers;
+       unsigned int r_counter;
+       unsigned int w_counter;
+       struct fasync_struct *fasync_readers;
+diff -urNp linux-2.6.32.1/include/linux/poison.h linux-2.6.32.1/include/linux/poison.h
+--- linux-2.6.32.1/include/linux/poison.h      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/include/linux/poison.h      2009-12-14 18:33:59.196817227 -0500
 @@ -7,8 +7,8 @@
   * under normal circumstances, used to verify that nobody uses
   * non-initialized list entries.
   */
 -#define LIST_POISON1  ((void *) 0x00100100)
 -#define LIST_POISON2  ((void *) 0x00200200)
-+#define LIST_POISON1  ((void *) 0xFF1001FFFF1001FFULL)
-+#define LIST_POISON2  ((void *) 0xFF2002FFFF2002FFULL)
++#define LIST_POISON1  ((void *) (long)0xFFFFFF01)
++#define LIST_POISON2  ((void *) (long)0xFFFFFF02)
  
  /********** include/linux/timer.h **********/
  /*
-diff -urNp linux-2.6.31/include/linux/proc_fs.h linux-2.6.31/include/linux/proc_fs.h
---- linux-2.6.31/include/linux/proc_fs.h       2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/include/linux/proc_fs.h       2009-09-06 15:29:12.094977531 -0400
-@@ -146,6 +146,19 @@ static inline struct proc_dir_entry *pro
+diff -urNp linux-2.6.32.1/include/linux/proc_fs.h linux-2.6.32.1/include/linux/proc_fs.h
+--- linux-2.6.32.1/include/linux/proc_fs.h     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/include/linux/proc_fs.h     2009-12-14 18:33:59.196817227 -0500
+@@ -155,6 +155,19 @@ static inline struct proc_dir_entry *pro
        return proc_create_data(name, mode, parent, proc_fops, NULL);
  }
  
@@ -37926,9 +43196,9 @@ diff -urNp linux-2.6.31/include/linux/proc_fs.h linux-2.6.31/include/linux/proc_
  static inline struct proc_dir_entry *create_proc_read_entry(const char *name,
        mode_t mode, struct proc_dir_entry *base, 
        read_proc_t *read_proc, void * data)
-diff -urNp linux-2.6.31/include/linux/random.h linux-2.6.31/include/linux/random.h
---- linux-2.6.31/include/linux/random.h        2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/include/linux/random.h        2009-09-06 15:29:12.094977531 -0400
+diff -urNp linux-2.6.32.1/include/linux/random.h linux-2.6.32.1/include/linux/random.h
+--- linux-2.6.32.1/include/linux/random.h      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/include/linux/random.h      2009-12-14 18:33:59.212953772 -0500
 @@ -74,6 +74,11 @@ unsigned long randomize_range(unsigned l
  u32 random32(void);
  void srandom32(u32 seed);
@@ -37941,9 +43211,9 @@ diff -urNp linux-2.6.31/include/linux/random.h linux-2.6.31/include/linux/random
  #endif /* __KERNEL___ */
  
  #endif /* _LINUX_RANDOM_H */
-diff -urNp linux-2.6.31/include/linux/reiserfs_fs.h linux-2.6.31/include/linux/reiserfs_fs.h
---- linux-2.6.31/include/linux/reiserfs_fs.h   2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/include/linux/reiserfs_fs.h   2009-09-06 15:29:12.094977531 -0400
+diff -urNp linux-2.6.32.1/include/linux/reiserfs_fs.h linux-2.6.32.1/include/linux/reiserfs_fs.h
+--- linux-2.6.32.1/include/linux/reiserfs_fs.h 2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/include/linux/reiserfs_fs.h 2009-12-14 18:33:59.213968537 -0500
 @@ -1326,7 +1326,7 @@ static inline loff_t max_reiserfs_offset
  #define REISERFS_USER_MEM             1       /* reiserfs user memory mode            */
  
@@ -37953,9 +43223,46 @@ diff -urNp linux-2.6.31/include/linux/reiserfs_fs.h linux-2.6.31/include/linux/r
  #define FILESYSTEM_CHANGED_TB(tb)  (get_generation((tb)->tb_sb) != (tb)->fs_gen)
  #define __fs_changed(gen,s) (gen != get_generation (s))
  #define fs_changed(gen,s) ({cond_resched(); __fs_changed(gen, s);})
-diff -urNp linux-2.6.31/include/linux/reiserfs_fs_sb.h linux-2.6.31/include/linux/reiserfs_fs_sb.h
---- linux-2.6.31/include/linux/reiserfs_fs_sb.h        2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/include/linux/reiserfs_fs_sb.h        2009-09-06 15:29:12.096134128 -0400
+@@ -1534,24 +1534,24 @@ static inline struct super_block *sb_fro
+ */
+ struct item_operations {
+-      int (*bytes_number) (struct item_head * ih, int block_size);
+-      void (*decrement_key) (struct cpu_key *);
+-      int (*is_left_mergeable) (struct reiserfs_key * ih,
++      int (* const bytes_number) (struct item_head * ih, int block_size);
++      void (* const decrement_key) (struct cpu_key *);
++      int (* const is_left_mergeable) (struct reiserfs_key * ih,
+                                 unsigned long bsize);
+-      void (*print_item) (struct item_head *, char *item);
+-      void (*check_item) (struct item_head *, char *item);
++      void (* const print_item) (struct item_head *, char *item);
++      void (* const check_item) (struct item_head *, char *item);
+-      int (*create_vi) (struct virtual_node * vn, struct virtual_item * vi,
++      int (* const create_vi) (struct virtual_node * vn, struct virtual_item * vi,
+                         int is_affected, int insert_size);
+-      int (*check_left) (struct virtual_item * vi, int free,
++      int (* const check_left) (struct virtual_item * vi, int free,
+                          int start_skip, int end_skip);
+-      int (*check_right) (struct virtual_item * vi, int free);
+-      int (*part_size) (struct virtual_item * vi, int from, int to);
+-      int (*unit_num) (struct virtual_item * vi);
+-      void (*print_vi) (struct virtual_item * vi);
++      int (* const check_right) (struct virtual_item * vi, int free);
++      int (* const part_size) (struct virtual_item * vi, int from, int to);
++      int (* const unit_num) (struct virtual_item * vi);
++      void (* const print_vi) (struct virtual_item * vi);
+ };
+-extern struct item_operations *item_ops[TYPE_ANY + 1];
++extern const struct item_operations * const item_ops[TYPE_ANY + 1];
+ #define op_bytes_number(ih,bsize)                    item_ops[le_ih_k_type (ih)]->bytes_number (ih, bsize)
+ #define op_is_left_mergeable(key,bsize)              item_ops[le_key_k_type (le_key_version (key), key)]->is_left_mergeable (key, bsize)
+diff -urNp linux-2.6.32.1/include/linux/reiserfs_fs_sb.h linux-2.6.32.1/include/linux/reiserfs_fs_sb.h
+--- linux-2.6.32.1/include/linux/reiserfs_fs_sb.h      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/include/linux/reiserfs_fs_sb.h      2009-12-14 18:33:59.213968537 -0500
 @@ -377,7 +377,7 @@ struct reiserfs_sb_info {
        /* Comment? -Hans */
        wait_queue_head_t s_wait;
@@ -37965,22 +43272,21 @@ diff -urNp linux-2.6.31/include/linux/reiserfs_fs_sb.h linux-2.6.31/include/linu
        // tree gets re-balanced
        unsigned long s_properties;     /* File system properties. Currently holds
                                           on-disk FS format */
-diff -urNp linux-2.6.31/include/linux/sched.h linux-2.6.31/include/linux/sched.h
---- linux-2.6.31/include/linux/sched.h 2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/include/linux/sched.h 2009-09-06 15:29:12.097230294 -0400
-@@ -99,6 +99,7 @@ struct bio;
+diff -urNp linux-2.6.32.1/include/linux/sched.h linux-2.6.32.1/include/linux/sched.h
+--- linux-2.6.32.1/include/linux/sched.h       2009-12-14 18:30:08.774964280 -0500
++++ linux-2.6.32.1/include/linux/sched.h       2009-12-14 18:33:59.214964682 -0500
+@@ -101,6 +101,7 @@ struct bio;
  struct fs_struct;
  struct bts_context;
- struct perf_counter_context;
+ struct perf_event_context;
 +struct linux_binprm;
  
  /*
   * List of flags we want to share for kernel threads,
-@@ -629,6 +630,15 @@ struct signal_struct {
-       unsigned audit_tty;
+@@ -664,6 +665,15 @@ struct signal_struct {
        struct tty_audit_buf *tty_audit_buf;
  #endif
-+
 +#ifdef CONFIG_GRKERNSEC
 +      u32 curr_ip;
 +      u32 gr_saddr;
@@ -37989,16 +43295,12 @@ diff -urNp linux-2.6.31/include/linux/sched.h linux-2.6.31/include/linux/sched.h
 +      u16 gr_dport;
 +      u8 used_accept:1;
 +#endif
- };
- /* Context switch must be unlocked if interrupts are to be enabled */
-@@ -1161,11 +1171,12 @@ struct sched_rt_entity {
-       /* rq "owned" by this entity/group: */
-       struct rt_rq            *my_q;
- #endif
 +
+       int oom_adj;    /* OOM kill score adjustment (bit shift) */
  };
  
+@@ -1214,7 +1224,7 @@ struct rcu_node;
  struct task_struct {
        volatile long state;    /* -1 unrunnable, 0 runnable, >0 stopped */
 -      void *stack;
@@ -38006,7 +43308,7 @@ diff -urNp linux-2.6.31/include/linux/sched.h linux-2.6.31/include/linux/sched.h
        atomic_t usage;
        unsigned int flags;     /* per process flags, defined below */
        unsigned int ptrace;
-@@ -1269,8 +1280,8 @@ struct task_struct {
+@@ -1326,8 +1336,8 @@ struct task_struct {
        struct list_head thread_group;
  
        struct completion *vfork_done;          /* for vfork() */
@@ -38017,7 +43319,7 @@ diff -urNp linux-2.6.31/include/linux/sched.h linux-2.6.31/include/linux/sched.h
  
        cputime_t utime, stime, utimescaled, stimescaled;
        cputime_t gtime;
-@@ -1284,15 +1295,6 @@ struct task_struct {
+@@ -1341,16 +1351,6 @@ struct task_struct {
        struct task_cputime cputime_expires;
        struct list_head cpu_timers[3];
  
@@ -38029,31 +43331,41 @@ diff -urNp linux-2.6.31/include/linux/sched.h linux-2.6.31/include/linux/sched.h
 -      struct mutex cred_guard_mutex;  /* guard against foreign influences on
 -                                       * credential calculations
 -                                       * (notably. ptrace) */
+-      struct cred *replacement_session_keyring; /* for KEYCTL_SESSION_TO_PARENT */
 -
        char comm[TASK_COMM_LEN]; /* executable name excluding path
                                     - access with [gs]et_task_comm (which lock
                                       it with task_lock())
-@@ -1429,6 +1431,16 @@ struct task_struct {
-       struct mutex perf_counter_mutex;
-       struct list_head perf_counter_list;
+@@ -1434,6 +1434,15 @@ struct task_struct {
+       int hardirq_context;
+       int softirq_context;
  #endif
 +
 +/* process credentials */
 +      const struct cred *real_cred;   /* objective and real subjective task
 +                                       * credentials (COW) */
-+      const struct cred *cred;        /* effective (overridable) subjective task
-+                                       * credentials (COW) */
 +      struct mutex cred_guard_mutex;  /* guard against foreign influences on
 +                                       * credential calculations
 +                                       * (notably. ptrace) */
++      struct cred *replacement_session_keyring; /* for KEYCTL_SESSION_TO_PARENT */
 +
- #ifdef CONFIG_NUMA
-       struct mempolicy *mempolicy;    /* Protected by alloc_lock */
-       short il_next;
-@@ -1480,8 +1492,66 @@ struct task_struct {
-       /* bitmask of trace recursion */
-       unsigned long trace_recursion;
- #endif /* CONFIG_TRACING */
+ #ifdef CONFIG_LOCKDEP
+ # define MAX_LOCK_DEPTH 48UL
+       u64 curr_chain_key;
+@@ -1454,6 +1463,9 @@ struct task_struct {
+       struct backing_dev_info *backing_dev_info;
++      const struct cred *cred;        /* effective (overridable) subjective task
++                                       * credentials (COW) */
++
+       struct io_context *io_context;
+       unsigned long ptrace_message;
+@@ -1517,6 +1529,18 @@ struct task_struct {
+       unsigned long default_timer_slack_ns;
+       struct list_head        *scm_work_list;
 +
 +#ifdef CONFIG_GRKERNSEC
 +      /* grsecurity */
@@ -38066,6 +43378,11 @@ diff -urNp linux-2.6.31/include/linux/sched.h linux-2.6.31/include/linux/sched.h
 +      u8 brute;
 +#endif
 +
+ #ifdef CONFIG_FUNCTION_GRAPH_TRACER
+       /* Index of current stored adress in ret_stack */
+       int curr_ret_stack;
+@@ -1541,6 +1565,52 @@ struct task_struct {
+       unsigned long stack_start;
  };
  
 +#define MF_PAX_PAGEEXEC               0x01000000      /* Paging based non-executable pages */
@@ -38117,7 +43434,7 @@ diff -urNp linux-2.6.31/include/linux/sched.h linux-2.6.31/include/linux/sched.h
  /* Future-safe accessor for struct task_struct's cpus_allowed. */
  #define tsk_cpumask(tsk) (&(tsk)->cpus_allowed)
  
-@@ -2046,7 +2116,7 @@ extern void __cleanup_sighand(struct sig
+@@ -2140,7 +2210,7 @@ extern void __cleanup_sighand(struct sig
  extern void exit_itimers(struct signal_struct *);
  extern void flush_itimer_signals(void);
  
@@ -38126,7 +43443,7 @@ diff -urNp linux-2.6.31/include/linux/sched.h linux-2.6.31/include/linux/sched.h
  
  extern void daemonize(const char *, ...);
  extern int allow_signal(int);
-@@ -2159,8 +2229,8 @@ static inline void unlock_task_sighand(s
+@@ -2253,8 +2323,8 @@ static inline void unlock_task_sighand(s
  
  #ifndef __HAVE_THREAD_FUNCTIONS
  
@@ -38137,18 +43454,43 @@ diff -urNp linux-2.6.31/include/linux/sched.h linux-2.6.31/include/linux/sched.h
  
  static inline void setup_thread_stack(struct task_struct *p, struct task_struct *org)
  {
-@@ -2175,7 +2245,7 @@ static inline unsigned long *end_of_stac
+@@ -2269,13 +2339,31 @@ static inline unsigned long *end_of_stac
  
  #endif
  
 -static inline int object_is_on_stack(void *obj)
-+static inline int object_is_on_stack(const void *obj)
++static inline int object_starts_on_stack(void *obj)
  {
-       void *stack = task_stack_page(current);
+-      void *stack = task_stack_page(current);
++      const void *stack = task_stack_page(current);
+       return (obj >= stack) && (obj < (stack + THREAD_SIZE));
+ }
++/* 0: not at all, 1: fully, -1: partially (implies an error) */
++static inline int object_is_on_stack(const void *obj, unsigned long len)
++{
++      const void *stack = task_stack_page(current);
++      const void *stackend = stack + THREAD_SIZE;
++
++      if (obj + len < obj)
++              return -1;
++
++      if (stack <= obj && obj + len <= stackend)
++              return 1;
++
++      if (obj + len <= stack || stackend <=  obj)
++              return 0;
++
++      return -1;
++}
++
+ extern void thread_info_cache_init(void);
  
-diff -urNp linux-2.6.31/include/linux/screen_info.h linux-2.6.31/include/linux/screen_info.h
---- linux-2.6.31/include/linux/screen_info.h   2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/include/linux/screen_info.h   2009-09-06 15:29:12.097230294 -0400
+ #ifdef CONFIG_DEBUG_STACK_USAGE
+diff -urNp linux-2.6.32.1/include/linux/screen_info.h linux-2.6.32.1/include/linux/screen_info.h
+--- linux-2.6.32.1/include/linux/screen_info.h 2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/include/linux/screen_info.h 2009-12-14 18:33:59.214964682 -0500
 @@ -42,7 +42,8 @@ struct screen_info {
        __u16 pages;            /* 0x32 */
        __u16 vesa_attributes;  /* 0x34 */
@@ -38159,9 +43501,9 @@ diff -urNp linux-2.6.31/include/linux/screen_info.h linux-2.6.31/include/linux/s
  } __attribute__((packed));
  
  #define VIDEO_TYPE_MDA                0x10    /* Monochrome Text Display      */
-diff -urNp linux-2.6.31/include/linux/security.h linux-2.6.31/include/linux/security.h
---- linux-2.6.31/include/linux/security.h      2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/include/linux/security.h      2009-09-06 15:29:12.098193097 -0400
+diff -urNp linux-2.6.32.1/include/linux/security.h linux-2.6.32.1/include/linux/security.h
+--- linux-2.6.32.1/include/linux/security.h    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/include/linux/security.h    2009-12-14 18:33:59.237195018 -0500
 @@ -34,6 +34,7 @@
  #include <linux/key.h>
  #include <linux/xfrm.h>
@@ -38170,9 +43512,9 @@ diff -urNp linux-2.6.31/include/linux/security.h linux-2.6.31/include/linux/secu
  #include <net/flow.h>
  
  /* Maximum number of letters for an LSM name string */
-diff -urNp linux-2.6.31/include/linux/shm.h linux-2.6.31/include/linux/shm.h
---- linux-2.6.31/include/linux/shm.h   2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/include/linux/shm.h   2009-09-06 15:29:12.098910352 -0400
+diff -urNp linux-2.6.32.1/include/linux/shm.h linux-2.6.32.1/include/linux/shm.h
+--- linux-2.6.32.1/include/linux/shm.h 2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/include/linux/shm.h 2009-12-14 18:33:59.237969220 -0500
 @@ -95,6 +95,10 @@ struct shmid_kernel /* private to the ke
        pid_t                   shm_cprid;
        pid_t                   shm_lprid;
@@ -38184,15 +43526,27 @@ diff -urNp linux-2.6.31/include/linux/shm.h linux-2.6.31/include/linux/shm.h
  };
  
  /* shm_mode upper byte flags */
-diff -urNp linux-2.6.31/include/linux/slab.h linux-2.6.31/include/linux/slab.h
---- linux-2.6.31/include/linux/slab.h  2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/include/linux/slab.h  2009-09-06 15:29:12.098910352 -0400
-@@ -82,10 +82,9 @@
+diff -urNp linux-2.6.32.1/include/linux/slab.h linux-2.6.32.1/include/linux/slab.h
+--- linux-2.6.32.1/include/linux/slab.h        2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/include/linux/slab.h        2009-12-14 18:33:59.242714604 -0500
+@@ -11,6 +11,7 @@
+ #include <linux/gfp.h>
+ #include <linux/types.h>
++#include <linux/err.h>
+ /*
+  * Flags to pass to kmem_cache_create().
+@@ -82,10 +83,13 @@
   * ZERO_SIZE_PTR can be passed to kfree though in the same way that NULL can.
   * Both make kfree a no-op.
   */
 -#define ZERO_SIZE_PTR ((void *)16)
-+#define ZERO_SIZE_PTR ((void *)-1024L)
++#define ZERO_SIZE_PTR                         \
++({                                            \
++      BUILD_BUG_ON(!(MAX_ERRNO & ~PAGE_MASK));\
++      (void *)(-MAX_ERRNO-1L);                \
++})
  
 -#define ZERO_OR_NULL_PTR(x) ((unsigned long)(x) <= \
 -                              (unsigned long)ZERO_SIZE_PTR)
@@ -38200,7 +43554,7 @@ diff -urNp linux-2.6.31/include/linux/slab.h linux-2.6.31/include/linux/slab.h
  
  /*
   * struct kmem_cache related prototypes
-@@ -138,6 +137,7 @@ void * __must_check krealloc(const void 
+@@ -138,6 +142,7 @@ void * __must_check krealloc(const void 
  void kfree(const void *);
  void kzfree(const void *);
  size_t ksize(const void *);
@@ -38208,7 +43562,7 @@ diff -urNp linux-2.6.31/include/linux/slab.h linux-2.6.31/include/linux/slab.h
  
  /*
   * Allocator specific definitions. These are mainly used to establish optimized
-@@ -328,4 +328,37 @@ static inline void *kzalloc_node(size_t 
+@@ -328,4 +333,37 @@ static inline void *kzalloc_node(size_t 
  
  void __init kmem_cache_init_late(void);
  
@@ -38246,9 +43600,9 @@ diff -urNp linux-2.6.31/include/linux/slab.h linux-2.6.31/include/linux/slab.h
 +})
 +
  #endif        /* _LINUX_SLAB_H */
-diff -urNp linux-2.6.31/include/linux/slub_def.h linux-2.6.31/include/linux/slub_def.h
---- linux-2.6.31/include/linux/slub_def.h      2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/include/linux/slub_def.h      2009-09-06 15:29:12.099921660 -0400
+diff -urNp linux-2.6.32.1/include/linux/slub_def.h linux-2.6.32.1/include/linux/slub_def.h
+--- linux-2.6.32.1/include/linux/slub_def.h    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/include/linux/slub_def.h    2009-12-14 18:33:59.257903937 -0500
 @@ -86,7 +86,7 @@ struct kmem_cache {
        struct kmem_cache_order_objects max;
        struct kmem_cache_order_objects min;
@@ -38258,9 +43612,9 @@ diff -urNp linux-2.6.31/include/linux/slub_def.h linux-2.6.31/include/linux/slub
        void (*ctor)(void *);
        int inuse;              /* Offset to metadata */
        int align;              /* Alignment */
-diff -urNp linux-2.6.31/include/linux/sonet.h linux-2.6.31/include/linux/sonet.h
---- linux-2.6.31/include/linux/sonet.h 2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/include/linux/sonet.h 2009-09-06 15:29:12.099921660 -0400
+diff -urNp linux-2.6.32.1/include/linux/sonet.h linux-2.6.32.1/include/linux/sonet.h
+--- linux-2.6.32.1/include/linux/sonet.h       2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/include/linux/sonet.h       2009-12-14 18:33:59.257903937 -0500
 @@ -61,7 +61,7 @@ struct sonet_stats {
  #include <asm/atomic.h>
  
@@ -38270,10 +43624,101 @@ diff -urNp linux-2.6.31/include/linux/sonet.h linux-2.6.31/include/linux/sonet.h
        __SONET_ITEMS
  #undef __HANDLE_ITEM
  };
-diff -urNp linux-2.6.31/include/linux/sysctl.h linux-2.6.31/include/linux/sysctl.h
---- linux-2.6.31/include/linux/sysctl.h        2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/include/linux/sysctl.h        2009-09-06 15:29:12.099921660 -0400
-@@ -165,7 +165,11 @@ enum
+diff -urNp linux-2.6.32.1/include/linux/suspend.h linux-2.6.32.1/include/linux/suspend.h
+--- linux-2.6.32.1/include/linux/suspend.h     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/include/linux/suspend.h     2009-12-14 18:33:59.257903937 -0500
+@@ -104,15 +104,15 @@ typedef int __bitwise suspend_state_t;
+  *    which require special recovery actions in that situation.
+  */
+ struct platform_suspend_ops {
+-      int (*valid)(suspend_state_t state);
+-      int (*begin)(suspend_state_t state);
+-      int (*prepare)(void);
+-      int (*prepare_late)(void);
+-      int (*enter)(suspend_state_t state);
+-      void (*wake)(void);
+-      void (*finish)(void);
+-      void (*end)(void);
+-      void (*recover)(void);
++      int (* const valid)(suspend_state_t state);
++      int (* const begin)(suspend_state_t state);
++      int (* const prepare)(void);
++      int (* const prepare_late)(void);
++      int (* const enter)(suspend_state_t state);
++      void (* const wake)(void);
++      void (* const finish)(void);
++      void (* const end)(void);
++      void (* const recover)(void);
+ };
+ #ifdef CONFIG_SUSPEND
+@@ -120,7 +120,7 @@ struct platform_suspend_ops {
+  * suspend_set_ops - set platform dependent suspend operations
+  * @ops: The new suspend operations to set.
+  */
+-extern void suspend_set_ops(struct platform_suspend_ops *ops);
++extern void suspend_set_ops(const struct platform_suspend_ops *ops);
+ extern int suspend_valid_only_mem(suspend_state_t state);
+ /**
+@@ -145,7 +145,7 @@ extern int pm_suspend(suspend_state_t st
+ #else /* !CONFIG_SUSPEND */
+ #define suspend_valid_only_mem        NULL
+-static inline void suspend_set_ops(struct platform_suspend_ops *ops) {}
++static inline void suspend_set_ops(const struct platform_suspend_ops *ops) {}
+ static inline int pm_suspend(suspend_state_t state) { return -ENOSYS; }
+ #endif /* !CONFIG_SUSPEND */
+@@ -215,16 +215,16 @@ extern void mark_free_pages(struct zone 
+  *    platforms which require special recovery actions in that situation.
+  */
+ struct platform_hibernation_ops {
+-      int (*begin)(void);
+-      void (*end)(void);
+-      int (*pre_snapshot)(void);
+-      void (*finish)(void);
+-      int (*prepare)(void);
+-      int (*enter)(void);
+-      void (*leave)(void);
+-      int (*pre_restore)(void);
+-      void (*restore_cleanup)(void);
+-      void (*recover)(void);
++      int (* const begin)(void);
++      void (* const end)(void);
++      int (* const pre_snapshot)(void);
++      void (* const finish)(void);
++      int (* const prepare)(void);
++      int (* const enter)(void);
++      void (* const leave)(void);
++      int (* const pre_restore)(void);
++      void (* const restore_cleanup)(void);
++      void (* const recover)(void);
+ };
+ #ifdef CONFIG_HIBERNATION
+@@ -243,7 +243,7 @@ extern void swsusp_set_page_free(struct 
+ extern void swsusp_unset_page_free(struct page *);
+ extern unsigned long get_safe_page(gfp_t gfp_mask);
+-extern void hibernation_set_ops(struct platform_hibernation_ops *ops);
++extern void hibernation_set_ops(const struct platform_hibernation_ops *ops);
+ extern int hibernate(void);
+ extern bool system_entering_hibernation(void);
+ #else /* CONFIG_HIBERNATION */
+@@ -251,7 +251,7 @@ static inline int swsusp_page_is_forbidd
+ static inline void swsusp_set_page_free(struct page *p) {}
+ static inline void swsusp_unset_page_free(struct page *p) {}
+-static inline void hibernation_set_ops(struct platform_hibernation_ops *ops) {}
++static inline void hibernation_set_ops(const struct platform_hibernation_ops *ops) {}
+ static inline int hibernate(void) { return -ENOSYS; }
+ static inline bool system_entering_hibernation(void) { return false; }
+ #endif /* CONFIG_HIBERNATION */
+diff -urNp linux-2.6.32.1/include/linux/sysctl.h linux-2.6.32.1/include/linux/sysctl.h
+--- linux-2.6.32.1/include/linux/sysctl.h      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/include/linux/sysctl.h      2009-12-14 18:33:59.275781673 -0500
+@@ -164,7 +164,11 @@ enum
        KERN_PANIC_ON_NMI=76, /* int: whether we will panic on an unrecovered */
  };
  
@@ -38286,9 +43731,23 @@ diff -urNp linux-2.6.31/include/linux/sysctl.h linux-2.6.31/include/linux/sysctl
  
  /* CTL_VM names: */
  enum
-diff -urNp linux-2.6.31/include/linux/thread_info.h linux-2.6.31/include/linux/thread_info.h
---- linux-2.6.31/include/linux/thread_info.h   2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/include/linux/thread_info.h   2009-09-06 15:29:12.101158649 -0400
+diff -urNp linux-2.6.32.1/include/linux/sysfs.h linux-2.6.32.1/include/linux/sysfs.h
+--- linux-2.6.32.1/include/linux/sysfs.h       2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/include/linux/sysfs.h       2009-12-14 18:33:59.276833110 -0500
+@@ -75,8 +75,8 @@ struct bin_attribute {
+ };
+ struct sysfs_ops {
+-      ssize_t (*show)(struct kobject *, struct attribute *,char *);
+-      ssize_t (*store)(struct kobject *,struct attribute *,const char *, size_t);
++      ssize_t (* const show)(struct kobject *, struct attribute *,char *);
++      ssize_t (* const store)(struct kobject *,struct attribute *,const char *, size_t);
+ };
+ struct sysfs_dirent;
+diff -urNp linux-2.6.32.1/include/linux/thread_info.h linux-2.6.32.1/include/linux/thread_info.h
+--- linux-2.6.32.1/include/linux/thread_info.h 2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/include/linux/thread_info.h 2009-12-14 18:33:59.276833110 -0500
 @@ -23,7 +23,7 @@ struct restart_block {
                };
                /* For futex_wait and futex_wait_requeue_pi */
@@ -38298,9 +43757,47 @@ diff -urNp linux-2.6.31/include/linux/thread_info.h linux-2.6.31/include/linux/t
                        u32 val;
                        u32 flags;
                        u32 bitset;
-diff -urNp linux-2.6.31/include/linux/tty_ldisc.h linux-2.6.31/include/linux/tty_ldisc.h
---- linux-2.6.31/include/linux/tty_ldisc.h     2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/include/linux/tty_ldisc.h     2009-09-06 15:29:12.101158649 -0400
+diff -urNp linux-2.6.32.1/include/linux/tty.h linux-2.6.32.1/include/linux/tty.h
+--- linux-2.6.32.1/include/linux/tty.h 2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/include/linux/tty.h 2009-12-14 18:33:59.297408994 -0500
+@@ -13,6 +13,7 @@
+ #include <linux/tty_driver.h>
+ #include <linux/tty_ldisc.h>
+ #include <linux/mutex.h>
++#include <linux/poll.h>
+ #include <asm/system.h>
+@@ -432,7 +433,6 @@ extern int tty_perform_flush(struct tty_
+ extern dev_t tty_devnum(struct tty_struct *tty);
+ extern void proc_clear_tty(struct task_struct *p);
+ extern struct tty_struct *get_current_tty(void);
+-extern void tty_default_fops(struct file_operations *fops);
+ extern struct tty_struct *alloc_tty_struct(void);
+ extern void free_tty_struct(struct tty_struct *tty);
+ extern void initialize_tty_struct(struct tty_struct *tty,
+@@ -482,6 +482,18 @@ extern void tty_ldisc_begin(void);
+ /* This last one is just for the tty layer internals and shouldn't be used elsewhere */
+ extern void tty_ldisc_enable(struct tty_struct *tty);
++/* tty_io.c */
++extern ssize_t tty_read(struct file *, char __user *, size_t, loff_t *);
++extern ssize_t tty_write(struct file *, const char __user *, size_t, loff_t *);
++extern unsigned int tty_poll(struct file *, poll_table *);
++#ifdef CONFIG_COMPAT
++extern long tty_compat_ioctl(struct file *file, unsigned int cmd,
++                              unsigned long arg);
++#else
++#define tty_compat_ioctl NULL
++#endif
++extern int tty_release(struct inode *, struct file *);
++extern int tty_fasync(int fd, struct file *filp, int on);
+ /* n_tty.c */
+ extern struct tty_ldisc_ops tty_ldisc_N_TTY;
+diff -urNp linux-2.6.32.1/include/linux/tty_ldisc.h linux-2.6.32.1/include/linux/tty_ldisc.h
+--- linux-2.6.32.1/include/linux/tty_ldisc.h   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/include/linux/tty_ldisc.h   2009-12-14 18:33:59.297408994 -0500
 @@ -139,7 +139,7 @@ struct tty_ldisc_ops {
  
        struct  module *owner;
@@ -38310,9 +43807,9 @@ diff -urNp linux-2.6.31/include/linux/tty_ldisc.h linux-2.6.31/include/linux/tty
  };
  
  struct tty_ldisc {
-diff -urNp linux-2.6.31/include/linux/types.h linux-2.6.31/include/linux/types.h
---- linux-2.6.31/include/linux/types.h 2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/include/linux/types.h 2009-09-06 15:29:12.102003307 -0400
+diff -urNp linux-2.6.32.1/include/linux/types.h linux-2.6.32.1/include/linux/types.h
+--- linux-2.6.32.1/include/linux/types.h       2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/include/linux/types.h       2009-12-14 18:33:59.297969004 -0500
 @@ -191,10 +191,26 @@ typedef struct {
        volatile int counter;
  } atomic_t;
@@ -38340,9 +43837,9 @@ diff -urNp linux-2.6.31/include/linux/types.h linux-2.6.31/include/linux/types.h
  #endif
  
  struct ustat {
-diff -urNp linux-2.6.31/include/linux/uaccess.h linux-2.6.31/include/linux/uaccess.h
---- linux-2.6.31/include/linux/uaccess.h       2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/include/linux/uaccess.h       2009-09-06 15:29:12.102003307 -0400
+diff -urNp linux-2.6.32.1/include/linux/uaccess.h linux-2.6.32.1/include/linux/uaccess.h
+--- linux-2.6.32.1/include/linux/uaccess.h     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/include/linux/uaccess.h     2009-12-14 18:33:59.297969004 -0500
 @@ -76,11 +76,11 @@ static inline unsigned long __copy_from_
                long ret;                               \
                mm_segment_t old_fs = get_fs();         \
@@ -38357,9 +43854,26 @@ diff -urNp linux-2.6.31/include/linux/uaccess.h linux-2.6.31/include/linux/uacce
                ret;                                    \
        })
  
-diff -urNp linux-2.6.31/include/linux/vmalloc.h linux-2.6.31/include/linux/vmalloc.h
---- linux-2.6.31/include/linux/vmalloc.h       2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/include/linux/vmalloc.h       2009-09-06 15:29:12.102003307 -0400
+@@ -93,7 +93,7 @@ static inline unsigned long __copy_from_
+  * Safely read from address @src to the buffer at @dst.  If a kernel fault
+  * happens, handle that and return -EFAULT.
+  */
+-extern long probe_kernel_read(void *dst, void *src, size_t size);
++extern long probe_kernel_read(void *dst, const void *src, size_t size);
+ /*
+  * probe_kernel_write(): safely attempt to write to a location
+@@ -104,6 +104,6 @@ extern long probe_kernel_read(void *dst,
+  * Safely write to address @dst from the buffer at @src.  If a kernel fault
+  * happens, handle that and return -EFAULT.
+  */
+-extern long probe_kernel_write(void *dst, void *src, size_t size);
++extern long probe_kernel_write(void *dst, const void *src, size_t size);
+ #endif                /* __LINUX_UACCESS_H__ */
+diff -urNp linux-2.6.32.1/include/linux/vmalloc.h linux-2.6.32.1/include/linux/vmalloc.h
+--- linux-2.6.32.1/include/linux/vmalloc.h     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/include/linux/vmalloc.h     2009-12-14 18:33:59.297969004 -0500
 @@ -13,6 +13,11 @@ struct vm_area_struct;              /* vma defining 
  #define VM_MAP                0x00000004      /* vmap()ed pages */
  #define VM_USERMAP    0x00000008      /* suitable for remap_vmalloc_range */
@@ -38372,9 +43886,9 @@ diff -urNp linux-2.6.31/include/linux/vmalloc.h linux-2.6.31/include/linux/vmall
  /* bits [20..32] reserved for arch specific ioremap internals */
  
  /*
-@@ -115,4 +120,81 @@ extern rwlock_t vmlist_lock;
- extern struct vm_struct *vmlist;
extern __init void vm_area_register_early(struct vm_struct *vm, size_t align);
+@@ -121,4 +126,81 @@ struct vm_struct **pcpu_get_vm_areas(con
void pcpu_free_vm_areas(struct vm_struct **vms, int nr_vms);
  
 +#define vmalloc(x)                                            \
 +({                                                            \
@@ -38454,9 +43968,9 @@ diff -urNp linux-2.6.31/include/linux/vmalloc.h linux-2.6.31/include/linux/vmall
 +})
 +
  #endif /* _LINUX_VMALLOC_H */
-diff -urNp linux-2.6.31/include/net/irda/ircomm_tty.h linux-2.6.31/include/net/irda/ircomm_tty.h
---- linux-2.6.31/include/net/irda/ircomm_tty.h 2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/include/net/irda/ircomm_tty.h 2009-09-06 15:29:12.102981945 -0400
+diff -urNp linux-2.6.32.1/include/net/irda/ircomm_tty.h linux-2.6.32.1/include/net/irda/ircomm_tty.h
+--- linux-2.6.32.1/include/net/irda/ircomm_tty.h       2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/include/net/irda/ircomm_tty.h       2009-12-14 18:33:59.297969004 -0500
 @@ -105,8 +105,8 @@ struct ircomm_tty_cb {
          unsigned short    close_delay;
          unsigned short    closing_wait; /* time to wait before closing */
@@ -38468,9 +43982,31 @@ diff -urNp linux-2.6.31/include/net/irda/ircomm_tty.h linux-2.6.31/include/net/i
  
        /* Protect concurent access to :
         *      o self->open_count
-diff -urNp linux-2.6.31/include/net/sctp/sctp.h linux-2.6.31/include/net/sctp/sctp.h
---- linux-2.6.31/include/net/sctp/sctp.h       2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/include/net/sctp/sctp.h       2009-09-06 15:29:12.102981945 -0400
+diff -urNp linux-2.6.32.1/include/net/neighbour.h linux-2.6.32.1/include/net/neighbour.h
+--- linux-2.6.32.1/include/net/neighbour.h     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/include/net/neighbour.h     2009-12-14 18:33:59.297969004 -0500
+@@ -125,12 +125,12 @@ struct neighbour
+ struct neigh_ops
+ {
+       int                     family;
+-      void                    (*solicit)(struct neighbour *, struct sk_buff*);
+-      void                    (*error_report)(struct neighbour *, struct sk_buff*);
+-      int                     (*output)(struct sk_buff*);
+-      int                     (*connected_output)(struct sk_buff*);
+-      int                     (*hh_output)(struct sk_buff*);
+-      int                     (*queue_xmit)(struct sk_buff*);
++      void                    (* const solicit)(struct neighbour *, struct sk_buff*);
++      void                    (* const error_report)(struct neighbour *, struct sk_buff*);
++      int                     (* const output)(struct sk_buff*);
++      int                     (* const connected_output)(struct sk_buff*);
++      int                     (* const hh_output)(struct sk_buff*);
++      int                     (* const queue_xmit)(struct sk_buff*);
+ };
+ struct pneigh_entry
+diff -urNp linux-2.6.32.1/include/net/sctp/sctp.h linux-2.6.32.1/include/net/sctp/sctp.h
+--- linux-2.6.32.1/include/net/sctp/sctp.h     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/include/net/sctp/sctp.h     2009-12-14 18:33:59.298976256 -0500
 @@ -305,8 +305,8 @@ extern int sctp_debug_flag;
  
  #else /* SCTP_DEBUG */
@@ -38482,21 +44018,66 @@ diff -urNp linux-2.6.31/include/net/sctp/sctp.h linux-2.6.31/include/net/sctp/sc
  #define SCTP_ENABLE_DEBUG
  #define SCTP_DISABLE_DEBUG
  #define SCTP_ASSERT(expr, str, func)
-diff -urNp linux-2.6.31/include/sound/core.h linux-2.6.31/include/sound/core.h
---- linux-2.6.31/include/sound/core.h  2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/include/sound/core.h  2009-09-06 15:29:12.103934830 -0400
-@@ -430,7 +430,7 @@ static inline int __snd_bug_on(int cond)
-  */
- #define snd_printdd(format, args...) snd_printk(format, ##args)
- #else
--#define snd_printdd(format, args...) /* nothing */
-+#define snd_printdd(format, args...) do {} while (0)
+diff -urNp linux-2.6.32.1/include/net/tcp.h linux-2.6.32.1/include/net/tcp.h
+--- linux-2.6.32.1/include/net/tcp.h   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/include/net/tcp.h   2009-12-14 18:33:59.298976256 -0500
+@@ -1414,6 +1414,7 @@ enum tcp_seq_states {
+ struct tcp_seq_afinfo {
+       char                    *name;
+       sa_family_t             family;
++      /* cannot be const */
+       struct file_operations  seq_fops;
+       struct seq_operations   seq_ops;
+ };
+diff -urNp linux-2.6.32.1/include/net/udp.h linux-2.6.32.1/include/net/udp.h
+--- linux-2.6.32.1/include/net/udp.h   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/include/net/udp.h   2009-12-14 18:33:59.298976256 -0500
+@@ -187,6 +187,7 @@ struct udp_seq_afinfo {
+       char                    *name;
+       sa_family_t             family;
+       struct udp_table        *udp_table;
++      /* cannot be const */
+       struct file_operations  seq_fops;
+       struct seq_operations   seq_ops;
+ };
+diff -urNp linux-2.6.32.1/include/sound/ac97_codec.h linux-2.6.32.1/include/sound/ac97_codec.h
+--- linux-2.6.32.1/include/sound/ac97_codec.h  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/include/sound/ac97_codec.h  2009-12-14 18:33:59.310891709 -0500
+@@ -419,15 +419,15 @@
+ struct snd_ac97;
+ struct snd_ac97_build_ops {
+-      int (*build_3d) (struct snd_ac97 *ac97);
+-      int (*build_specific) (struct snd_ac97 *ac97);
+-      int (*build_spdif) (struct snd_ac97 *ac97);
+-      int (*build_post_spdif) (struct snd_ac97 *ac97);
++      int (* const build_3d) (struct snd_ac97 *ac97);
++      int (* const build_specific) (struct snd_ac97 *ac97);
++      int (* const build_spdif) (struct snd_ac97 *ac97);
++      int (* const build_post_spdif) (struct snd_ac97 *ac97);
+ #ifdef CONFIG_PM
+-      void (*suspend) (struct snd_ac97 *ac97);
+-      void (*resume) (struct snd_ac97 *ac97);
++      void (* const suspend) (struct snd_ac97 *ac97);
++      void (* const resume) (struct snd_ac97 *ac97);
  #endif
+-      void (*update_jacks) (struct snd_ac97 *ac97);   /* for jack-sharing */
++      void (* const update_jacks) (struct snd_ac97 *ac97);    /* for jack-sharing */
+ };
  
-diff -urNp linux-2.6.31/include/video/uvesafb.h linux-2.6.31/include/video/uvesafb.h
---- linux-2.6.31/include/video/uvesafb.h       2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/include/video/uvesafb.h       2009-09-06 15:29:12.103934830 -0400
+ struct snd_ac97_bus_ops {
+@@ -477,7 +477,7 @@ struct snd_ac97_template {
+ struct snd_ac97 {
+       /* -- lowlevel (hardware) driver specific -- */
+-      struct snd_ac97_build_ops * build_ops;
++      const struct snd_ac97_build_ops * build_ops;
+       void *private_data;
+       void (*private_free) (struct snd_ac97 *ac97);
+       /* --- */
+diff -urNp linux-2.6.32.1/include/video/uvesafb.h linux-2.6.32.1/include/video/uvesafb.h
+--- linux-2.6.32.1/include/video/uvesafb.h     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/include/video/uvesafb.h     2009-12-14 18:33:59.310891709 -0500
 @@ -177,6 +177,7 @@ struct uvesafb_par {
        u8 ypan;                        /* 0 - nothing, 1 - ypan, 2 - ywrap */
        u8 pmi_setpal;                  /* PMI for palette changes */
@@ -38505,20 +44086,20 @@ diff -urNp linux-2.6.31/include/video/uvesafb.h linux-2.6.31/include/video/uvesa
        void *pmi_start;
        void *pmi_pal;
        u8 *vbe_state_orig;             /*
-diff -urNp linux-2.6.31/init/do_mounts.c linux-2.6.31/init/do_mounts.c
---- linux-2.6.31/init/do_mounts.c      2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/init/do_mounts.c      2009-09-06 15:29:12.114669498 -0400
+diff -urNp linux-2.6.32.1/init/do_mounts.c linux-2.6.32.1/init/do_mounts.c
+--- linux-2.6.32.1/init/do_mounts.c    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/init/do_mounts.c    2009-12-14 18:33:59.318885471 -0500
 @@ -216,11 +216,11 @@ static void __init get_fs_names(char *pa
  
  static int __init do_mount_root(char *name, char *fs, int flags, void *data)
  {
 -      int err = sys_mount(name, "/root", fs, flags, data);
-+      int err = sys_mount((char __user *)name, (char __user *)"/root", (char __user *)fs, flags, (void __user *)data);
++      int err = sys_mount((__force char __user *)name, (__force char __user *)"/root", (__force char __user *)fs, flags, (__force void __user *)data);
        if (err)
                return err;
  
 -      sys_chdir("/root");
-+      sys_chdir((char __user *)"/root");
++      sys_chdir((__force char __user *)"/root");
        ROOT_DEV = current->fs->pwd.mnt->mnt_sb->s_dev;
        printk("VFS: Mounted root (%s filesystem)%s on device %u:%u.\n",
               current->fs->pwd.mnt->mnt_sb->s_type->name,
@@ -38544,27 +44125,26 @@ diff -urNp linux-2.6.31/init/do_mounts.c linux-2.6.31/init/do_mounts.c
                termios.c_lflag |= ICANON;
                sys_ioctl(fd, TCSETSF, (long)&termios);
                sys_close(fd);
-@@ -415,7 +415,7 @@ void __init prepare_namespace(void)
+@@ -416,6 +416,6 @@ void __init prepare_namespace(void)
        mount_root();
  out:
+       devtmpfs_mount("dev");
 -      sys_mount(".", "/", NULL, MS_MOVE, NULL);
 -      sys_chroot(".");
-+      sys_mount((char __user *)".", (char __user *)"/", NULL, MS_MOVE, NULL);
-+      sys_chroot((char __user *)".");
++      sys_mount((__force char __user *)".", (__force char __user *)"/", NULL, MS_MOVE, NULL);
++      sys_chroot((__force char __user *)".");
  }
-diff -urNp linux-2.6.31/init/do_mounts.h linux-2.6.31/init/do_mounts.h
---- linux-2.6.31/init/do_mounts.h      2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/init/do_mounts.h      2009-09-06 15:29:12.131445576 -0400
+diff -urNp linux-2.6.32.1/init/do_mounts.h linux-2.6.32.1/init/do_mounts.h
+--- linux-2.6.32.1/init/do_mounts.h    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/init/do_mounts.h    2009-12-14 18:33:59.336104253 -0500
 @@ -15,15 +15,15 @@ extern int root_mountflags;
  
  static inline int create_dev(char *name, dev_t dev)
  {
 -      sys_unlink(name);
 -      return sys_mknod(name, S_IFBLK|0600, new_encode_dev(dev));
-+      sys_unlink((char __user *)name);
-+      return sys_mknod((char __user *)name, S_IFBLK|0600, new_encode_dev(dev));
++      sys_unlink((__force char __user *)name);
++      return sys_mknod((__force char __user *)name, S_IFBLK|0600, new_encode_dev(dev));
  }
  
  #if BITS_PER_LONG == 32
@@ -38572,19 +44152,19 @@ diff -urNp linux-2.6.31/init/do_mounts.h linux-2.6.31/init/do_mounts.h
  {
        struct stat64 stat;
 -      if (sys_stat64(name, &stat) != 0)
-+      if (sys_stat64((char __user *)name, (struct stat64 __user *)&stat) != 0)
++      if (sys_stat64((__force char __user *)name, (__force struct stat64 __user *)&stat) != 0)
                return 0;
        if (!S_ISBLK(stat.st_mode))
                return 0;
-diff -urNp linux-2.6.31/init/do_mounts_initrd.c linux-2.6.31/init/do_mounts_initrd.c
---- linux-2.6.31/init/do_mounts_initrd.c       2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/init/do_mounts_initrd.c       2009-09-06 15:29:12.136681513 -0400
+diff -urNp linux-2.6.32.1/init/do_mounts_initrd.c linux-2.6.32.1/init/do_mounts_initrd.c
+--- linux-2.6.32.1/init/do_mounts_initrd.c     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/init/do_mounts_initrd.c     2009-12-14 18:33:59.343788319 -0500
 @@ -32,7 +32,7 @@ static int __init do_linuxrc(void * shel
        sys_close(old_fd);sys_close(root_fd);
        sys_close(0);sys_close(1);sys_close(2);
        sys_setsid();
 -      (void) sys_open("/dev/console",O_RDWR,0);
-+      (void) sys_open((const char __user *)"/dev/console",O_RDWR,0);
++      (void) sys_open((__force const char __user *)"/dev/console",O_RDWR,0);
        (void) sys_dup(0);
        (void) sys_dup(0);
        return kernel_execve(shell, argv, envp_init);
@@ -38595,16 +44175,16 @@ diff -urNp linux-2.6.31/init/do_mounts_initrd.c linux-2.6.31/init/do_mounts_init
 -      sys_mkdir("/old", 0700);
 -      root_fd = sys_open("/", 0, 0);
 -      old_fd = sys_open("/old", 0, 0);
-+      sys_mkdir((const char __user *)"/old", 0700);
-+      root_fd = sys_open((const char __user *)"/", 0, 0);
-+      old_fd = sys_open((const char __user *)"/old", 0, 0);
++      sys_mkdir((__force const char __user *)"/old", 0700);
++      root_fd = sys_open((__force const char __user *)"/", 0, 0);
++      old_fd = sys_open((__force const char __user *)"/old", 0, 0);
        /* move initrd over / and chdir/chroot in initrd root */
 -      sys_chdir("/root");
 -      sys_mount(".", "/", NULL, MS_MOVE, NULL);
 -      sys_chroot(".");
-+      sys_chdir((const char __user *)"/root");
-+      sys_mount((char __user *)".", (char __user *)"/", NULL, MS_MOVE, NULL);
-+      sys_chroot((const char __user *)".");
++      sys_chdir((__force const char __user *)"/root");
++      sys_mount((__force char __user *)".", (__force char __user *)"/", NULL, MS_MOVE, NULL);
++      sys_chroot((__force const char __user *)".");
  
        /*
         * In case that a resume from disk is carried out by linuxrc or one of
@@ -38613,17 +44193,17 @@ diff -urNp linux-2.6.31/init/do_mounts_initrd.c linux-2.6.31/init/do_mounts_init
        /* move initrd to rootfs' /old */
        sys_fchdir(old_fd);
 -      sys_mount("/", ".", NULL, MS_MOVE, NULL);
-+      sys_mount((char __user *)"/", (char __user *)".", NULL, MS_MOVE, NULL);
++      sys_mount((__force char __user *)"/", (__force char __user *)".", NULL, MS_MOVE, NULL);
        /* switch root and cwd back to / of rootfs */
        sys_fchdir(root_fd);
 -      sys_chroot(".");
-+      sys_chroot((const char __user *)".");
++      sys_chroot((__force const char __user *)".");
        sys_close(old_fd);
        sys_close(root_fd);
  
        if (new_decode_dev(real_root_dev) == Root_RAM0) {
 -              sys_chdir("/old");
-+              sys_chdir((const char __user *)"/old");
++              sys_chdir((__force const char __user *)"/old");
                return;
        }
  
@@ -38632,19 +44212,19 @@ diff -urNp linux-2.6.31/init/do_mounts_initrd.c linux-2.6.31/init/do_mounts_init
  
        printk(KERN_NOTICE "Trying to move old root to /initrd ... ");
 -      error = sys_mount("/old", "/root/initrd", NULL, MS_MOVE, NULL);
-+      error = sys_mount((char __user *)"/old", (char __user *)"/root/initrd", NULL, MS_MOVE, NULL);
++      error = sys_mount((__force char __user *)"/old", (__force char __user *)"/root/initrd", NULL, MS_MOVE, NULL);
        if (!error)
                printk("okay\n");
        else {
 -              int fd = sys_open("/dev/root.old", O_RDWR, 0);
-+              int fd = sys_open((const char __user *)"/dev/root.old", O_RDWR, 0);
++              int fd = sys_open((__force const char __user *)"/dev/root.old", O_RDWR, 0);
                if (error == -ENOENT)
                        printk("/initrd does not exist. Ignored.\n");
                else
                        printk("failed\n");
                printk(KERN_NOTICE "Unmounting old root\n");
 -              sys_umount("/old", MNT_DETACH);
-+              sys_umount((char __user *)"/old", MNT_DETACH);
++              sys_umount((__force char __user *)"/old", MNT_DETACH);
                printk(KERN_NOTICE "Trying to free ramdisk memory ... ");
                if (fd < 0) {
                        error = fd;
@@ -38653,24 +44233,24 @@ diff -urNp linux-2.6.31/init/do_mounts_initrd.c linux-2.6.31/init/do_mounts_init
                 */
                if (rd_load_image("/initrd.image") && ROOT_DEV != Root_RAM0) {
 -                      sys_unlink("/initrd.image");
-+                      sys_unlink((const char __user *)"/initrd.image");
++                      sys_unlink((__force const char __user *)"/initrd.image");
                        handle_initrd();
                        return 1;
                }
        }
 -      sys_unlink("/initrd.image");
-+      sys_unlink((const char __user *)"/initrd.image");
++      sys_unlink((__force const char __user *)"/initrd.image");
        return 0;
  }
-diff -urNp linux-2.6.31/init/do_mounts_md.c linux-2.6.31/init/do_mounts_md.c
---- linux-2.6.31/init/do_mounts_md.c   2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/init/do_mounts_md.c   2009-09-06 15:29:12.137211986 -0400
+diff -urNp linux-2.6.32.1/init/do_mounts_md.c linux-2.6.32.1/init/do_mounts_md.c
+--- linux-2.6.32.1/init/do_mounts_md.c 2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/init/do_mounts_md.c 2009-12-14 18:33:59.351385043 -0500
 @@ -170,7 +170,7 @@ static void __init md_setup_drive(void)
                        partitioned ? "_d" : "", minor,
                        md_setup_args[ent].device_names);
  
 -              fd = sys_open(name, 0, 0);
-+              fd = sys_open((char __user *)name, 0, 0);
++              fd = sys_open((__force char __user *)name, 0, 0);
                if (fd < 0) {
                        printk(KERN_ERR "md: open failed - cannot start "
                                        "array %s\n", name);
@@ -38679,7 +44259,7 @@ diff -urNp linux-2.6.31/init/do_mounts_md.c linux-2.6.31/init/do_mounts_md.c
                         */
                        sys_close(fd);
 -                      fd = sys_open(name, 0, 0);
-+                      fd = sys_open((char __user *)name, 0, 0);
++                      fd = sys_open((__force char __user *)name, 0, 0);
                        sys_ioctl(fd, BLKRRPART, 0);
                }
                sys_close(fd);
@@ -38688,19 +44268,37 @@ diff -urNp linux-2.6.31/init/do_mounts_md.c linux-2.6.31/init/do_mounts_md.c
        wait_for_device_probe();
  
 -      fd = sys_open("/dev/md0", 0, 0);
-+      fd = sys_open((char __user *)"/dev/md0", 0, 0);
++      fd = sys_open((__force char __user *)"/dev/md0", 0, 0);
        if (fd >= 0) {
                sys_ioctl(fd, RAID_AUTORUN, raid_autopart);
                sys_close(fd);
-diff -urNp linux-2.6.31/init/initramfs.c linux-2.6.31/init/initramfs.c
---- linux-2.6.31/init/initramfs.c      2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/init/initramfs.c      2009-09-06 15:29:12.138269157 -0400
+diff -urNp linux-2.6.32.1/init/initramfs.c linux-2.6.32.1/init/initramfs.c
+--- linux-2.6.32.1/init/initramfs.c    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/init/initramfs.c    2009-12-14 18:33:59.361708906 -0500
+@@ -74,7 +74,7 @@ static void __init free_hash(void)
+       }
+ }
+-static long __init do_utime(char __user *filename, time_t mtime)
++static long __init do_utime(__force char __user *filename, time_t mtime)
+ {
+       struct timespec t[2];
+@@ -109,7 +109,7 @@ static void __init dir_utime(void)
+       struct dir_entry *de, *tmp;
+       list_for_each_entry_safe(de, tmp, &dir_list, list) {
+               list_del(&de->list);
+-              do_utime(de->name, de->mtime);
++              do_utime((__force char __user *)de->name, de->mtime);
+               kfree(de->name);
+               kfree(de);
+       }
 @@ -271,7 +271,7 @@ static int __init maybe_link(void)
        if (nlink >= 2) {
                char *old = find_link(major, minor, ino, mode, collected);
                if (old)
 -                      return (sys_link(old, collected) < 0) ? -1 : 1;
-+                      return (sys_link((char __user *)old, (char __user *)collected) < 0) ? -1 : 1;
++                      return (sys_link((__force char __user *)old, (__force char __user *)collected) < 0) ? -1 : 1;
        }
        return 0;
  }
@@ -38709,13 +44307,13 @@ diff -urNp linux-2.6.31/init/initramfs.c linux-2.6.31/init/initramfs.c
        struct stat st;
  
 -      if (!sys_newlstat(path, &st) && (st.st_mode^mode) & S_IFMT) {
-+      if (!sys_newlstat((char __user *)path, (struct stat __user *)&st) && (st.st_mode^mode) & S_IFMT) {
++      if (!sys_newlstat((__force char __user *)path, (__force struct stat __user *)&st) && (st.st_mode^mode) & S_IFMT) {
                if (S_ISDIR(st.st_mode))
 -                      sys_rmdir(path);
-+                      sys_rmdir((char __user *)path);
++                      sys_rmdir((__force char __user *)path);
                else
 -                      sys_unlink(path);
-+                      sys_unlink((char __user *)path);
++                      sys_unlink((__force char __user *)path);
        }
  }
  
@@ -38724,20 +44322,20 @@ diff -urNp linux-2.6.31/init/initramfs.c linux-2.6.31/init/initramfs.c
                        if (ml != 1)
                                openflags |= O_TRUNC;
 -                      wfd = sys_open(collected, openflags, mode);
-+                      wfd = sys_open((char __user *)collected, openflags, mode);
++                      wfd = sys_open((__force char __user *)collected, openflags, mode);
  
                        if (wfd >= 0) {
                                sys_fchown(wfd, uid, gid);
-@@ -317,16 +317,16 @@ static int __init do_name(void)
+@@ -317,17 +317,17 @@ static int __init do_name(void)
                        }
                }
        } else if (S_ISDIR(mode)) {
 -              sys_mkdir(collected, mode);
 -              sys_chown(collected, uid, gid);
 -              sys_chmod(collected, mode);
-+              sys_mkdir((char __user *)collected, mode);
-+              sys_chown((char __user *)collected, uid, gid);
-+              sys_chmod((char __user *)collected, mode);
++              sys_mkdir((__force char __user *)collected, mode);
++              sys_chown((__force char __user *)collected, uid, gid);
++              sys_chmod((__force char __user *)collected, mode);
                dir_add(collected, mtime);
        } else if (S_ISBLK(mode) || S_ISCHR(mode) ||
                   S_ISFIFO(mode) || S_ISSOCK(mode)) {
@@ -38745,53 +44343,50 @@ diff -urNp linux-2.6.31/init/initramfs.c linux-2.6.31/init/initramfs.c
 -                      sys_mknod(collected, mode, rdev);
 -                      sys_chown(collected, uid, gid);
 -                      sys_chmod(collected, mode);
-+                      sys_mknod((char __user *)collected, mode, rdev);
-+                      sys_chown((char __user *)collected, uid, gid);
-+                      sys_chmod((char __user *)collected, mode);
-                       do_utime(collected, mtime);
+-                      do_utime(collected, mtime);
++                      sys_mknod((__force char __user *)collected, mode, rdev);
++                      sys_chown((__force char __user *)collected, uid, gid);
++                      sys_chmod((__force char __user *)collected, mode);
++                      do_utime((__force char __user *)collected, mtime);
                }
        }
-@@ -336,7 +336,7 @@ static int __init do_name(void)
+       return 0;
+@@ -336,15 +336,15 @@ static int __init do_name(void)
  static int __init do_copy(void)
  {
        if (count >= body_len) {
 -              sys_write(wfd, victim, body_len);
-+              sys_write(wfd, (char __user *)victim, body_len);
++              sys_write(wfd, (__force char __user *)victim, body_len);
                sys_close(wfd);
-               do_utime(vcollected, mtime);
+-              do_utime(vcollected, mtime);
++              do_utime((__force char __user *)vcollected, mtime);
                kfree(vcollected);
-@@ -344,7 +344,7 @@ static int __init do_copy(void)
+               eat(body_len);
                state = SkipIt;
                return 0;
        } else {
 -              sys_write(wfd, victim, count);
-+              sys_write(wfd, (char __user *)victim, count);
++              sys_write(wfd, (__force char __user *)victim, count);
                body_len -= count;
                eat(count);
                return 1;
-@@ -355,8 +355,8 @@ static int __init do_symlink(void)
+@@ -355,9 +355,9 @@ static int __init do_symlink(void)
  {
        collected[N_ALIGN(name_len) + body_len] = '\0';
        clean_path(collected, 0);
 -      sys_symlink(collected + N_ALIGN(name_len), collected);
 -      sys_lchown(collected, uid, gid);
-+      sys_symlink((char __user *)collected + N_ALIGN(name_len), (char __user *)collected);
-+      sys_lchown((char __user *)collected, uid, gid);
-       do_utime(collected, mtime);
+-      do_utime(collected, mtime);
++      sys_symlink((__force char __user *)collected + N_ALIGN(name_len), (__force char __user *)collected);
++      sys_lchown((__force char __user *)collected, uid, gid);
++      do_utime((__force char __user *)collected, mtime);
        state = SkipIt;
        next_state = Reset;
-diff -urNp linux-2.6.31/init/Kconfig linux-2.6.31/init/Kconfig
---- linux-2.6.31/init/Kconfig  2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/init/Kconfig  2009-09-06 15:29:12.138269157 -0400
-@@ -786,6 +786,7 @@ config SYSCTL_SYSCALL
- config KALLSYMS
-        bool "Load all symbols for debugging/ksymoops" if EMBEDDED
-        default y
-+       depends on !GRKERNSEC_HIDESYM
-        help
-          Say Y here to let the kernel print out symbolic crash information and
-          symbolic stack backtraces. This increases the size of the kernel
-@@ -1014,7 +1015,7 @@ config STRIP_ASM_SYMS
+       return 0;
+diff -urNp linux-2.6.32.1/init/Kconfig linux-2.6.32.1/init/Kconfig
+--- linux-2.6.32.1/init/Kconfig        2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/init/Kconfig        2009-12-14 18:33:59.372736129 -0500
+@@ -1026,7 +1026,7 @@ config SLUB_DEBUG
  
  config COMPAT_BRK
        bool "Disable heap randomization"
@@ -38800,7 +44395,7 @@ diff -urNp linux-2.6.31/init/Kconfig linux-2.6.31/init/Kconfig
        help
          Randomizing heap placement makes heap exploits harder, but it
          also breaks ancient binaries (including anything libc5 based).
-@@ -1101,9 +1102,9 @@ config HAVE_GENERIC_DMA_COHERENT
+@@ -1116,9 +1116,9 @@ config HAVE_GENERIC_DMA_COHERENT
  
  config SLABINFO
        bool
@@ -38812,10 +44407,10 @@ diff -urNp linux-2.6.31/init/Kconfig linux-2.6.31/init/Kconfig
  
  config RT_MUTEXES
        boolean
-diff -urNp linux-2.6.31/init/main.c linux-2.6.31/init/main.c
---- linux-2.6.31/init/main.c   2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/init/main.c   2009-09-10 19:30:55.032975374 -0400
-@@ -96,6 +96,7 @@ static inline void mark_rodata_ro(void) 
+diff -urNp linux-2.6.32.1/init/main.c linux-2.6.32.1/init/main.c
+--- linux-2.6.32.1/init/main.c 2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/init/main.c 2009-12-14 18:33:59.389911000 -0500
+@@ -97,6 +97,7 @@ static inline void mark_rodata_ro(void) 
  #ifdef CONFIG_TC
  extern void tc_init(void);
  #endif
@@ -38823,7 +44418,7 @@ diff -urNp linux-2.6.31/init/main.c linux-2.6.31/init/main.c
  
  enum system_states system_state __read_mostly;
  EXPORT_SYMBOL(system_state);
-@@ -182,6 +183,35 @@ static int __init set_reset_devices(char
+@@ -183,6 +184,35 @@ static int __init set_reset_devices(char
  
  __setup("reset_devices", set_reset_devices);
  
@@ -38859,25 +44454,54 @@ diff -urNp linux-2.6.31/init/main.c linux-2.6.31/init/main.c
  static char * argv_init[MAX_INIT_ARGS+2] = { "init", NULL, };
  char * envp_init[MAX_INIT_ENVS+2] = { "HOME=/", "TERM=linux", NULL, };
  static const char *panic_later, *panic_param;
-@@ -375,7 +405,7 @@ static void __init setup_nr_cpu_ids(void
- }
+@@ -702,52 +732,53 @@ int initcall_debug;
+ core_param(initcall_debug, initcall_debug, bool, 0644);
  
- #ifndef CONFIG_HAVE_SETUP_PER_CPU_AREA
--unsigned long __per_cpu_offset[NR_CPUS] __read_mostly;
-+unsigned long __per_cpu_offset[NR_CPUS] __read_only;
- EXPORT_SYMBOL(__per_cpu_offset);
+ static char msgbuf[64];
+-static struct boot_trace_call call;
+-static struct boot_trace_ret ret;
++static struct boot_trace_call trace_call;
++static struct boot_trace_ret trace_ret;
  
-@@ -741,6 +771,7 @@ int do_one_initcall(initcall_t fn)
+ int do_one_initcall(initcall_t fn)
  {
        int count = preempt_count();
        ktime_t calltime, delta, rettime;
 +      const char *msg1 = "", *msg2 = "";
  
        if (initcall_debug) {
-               call.caller = task_pid_nr(current);
-@@ -768,15 +799,15 @@ int do_one_initcall(initcall_t fn)
-               sprintf(msgbuf, "error code %d ", ret.result);
+-              call.caller = task_pid_nr(current);
+-              printk("calling  %pF @ %i\n", fn, call.caller);
++              trace_call.caller = task_pid_nr(current);
++              printk("calling  %pF @ %i\n", fn, trace_call.caller);
+               calltime = ktime_get();
+-              trace_boot_call(&call, fn);
++              trace_boot_call(&trace_call, fn);
+               enable_boot_trace();
+       }
+-      ret.result = fn();
++      trace_ret.result = fn();
+       if (initcall_debug) {
+               disable_boot_trace();
+               rettime = ktime_get();
+               delta = ktime_sub(rettime, calltime);
+-              ret.duration = (unsigned long long) ktime_to_ns(delta) >> 10;
+-              trace_boot_ret(&ret, fn);
++              trace_ret.duration = (unsigned long long) ktime_to_ns(delta) >> 10;
++              trace_boot_ret(&trace_ret, fn);
+               printk("initcall %pF returned %d after %Ld usecs\n", fn,
+-                      ret.result, ret.duration);
++                      trace_ret.result, trace_ret.duration);
+       }
+       msgbuf[0] = 0;
+-      if (ret.result && ret.result != -ENODEV && initcall_debug)
+-              sprintf(msgbuf, "error code %d ", ret.result);
++      if (trace_ret.result && trace_ret.result != -ENODEV && initcall_debug)
++              sprintf(msgbuf, "error code %d ", trace_ret.result);
  
        if (preempt_count() != count) {
 -              strlcat(msgbuf, "preemption imbalance ", sizeof(msgbuf));
@@ -38895,8 +44519,18 @@ diff -urNp linux-2.6.31/init/main.c linux-2.6.31/init/main.c
 +              printk("initcall %pF returned with %s%s%s\n", fn, msgbuf, msg1, msg2);
        }
  
-       return ret.result;
-@@ -923,6 +954,8 @@ static int __init kernel_init(void * unu
+-      return ret.result;
++      return trace_ret.result;
+ }
+@@ -886,11 +917,13 @@ static int __init kernel_init(void * unu
+       if (!ramdisk_execute_command)
+               ramdisk_execute_command = "/init";
+-      if (sys_access((const char __user *) ramdisk_execute_command, 0) != 0) {
++      if (sys_access((__force const char __user *) ramdisk_execute_command, 0) != 0) {
+               ramdisk_execute_command = NULL;
                prepare_namespace();
        }
  
@@ -38905,9 +44539,9 @@ diff -urNp linux-2.6.31/init/main.c linux-2.6.31/init/main.c
        /*
         * Ok, we have completed the initial bootup, and
         * we're essentially up and running. Get rid of the
-diff -urNp linux-2.6.31/init/noinitramfs.c linux-2.6.31/init/noinitramfs.c
---- linux-2.6.31/init/noinitramfs.c    2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/init/noinitramfs.c    2009-09-06 15:29:12.140231970 -0400
+diff -urNp linux-2.6.32.1/init/noinitramfs.c linux-2.6.32.1/init/noinitramfs.c
+--- linux-2.6.32.1/init/noinitramfs.c  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/init/noinitramfs.c  2009-12-14 18:33:59.390888592 -0500
 @@ -29,7 +29,7 @@ static int __init default_rootfs(void)
  {
        int err;
@@ -38926,9 +44560,9 @@ diff -urNp linux-2.6.31/init/noinitramfs.c linux-2.6.31/init/noinitramfs.c
        if (err < 0)
                goto out;
  
-diff -urNp linux-2.6.31/ipc/ipc_sysctl.c linux-2.6.31/ipc/ipc_sysctl.c
---- linux-2.6.31/ipc/ipc_sysctl.c      2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/ipc/ipc_sysctl.c      2009-09-06 15:29:12.140231970 -0400
+diff -urNp linux-2.6.32.1/ipc/ipc_sysctl.c linux-2.6.32.1/ipc/ipc_sysctl.c
+--- linux-2.6.32.1/ipc/ipc_sysctl.c    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/ipc/ipc_sysctl.c    2009-12-14 18:33:59.390888592 -0500
 @@ -267,7 +267,7 @@ static struct ctl_table ipc_kern_table[]
                .extra1         = &zero,
                .extra2         = &one,
@@ -38947,18 +44581,9 @@ diff -urNp linux-2.6.31/ipc/ipc_sysctl.c linux-2.6.31/ipc/ipc_sysctl.c
  };
  
  static int __init ipc_sysctl_init(void)
-diff -urNp linux-2.6.31/ipc/mqueue.c linux-2.6.31/ipc/mqueue.c
---- linux-2.6.31/ipc/mqueue.c  2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/ipc/mqueue.c  2009-09-06 15:29:12.140231970 -0400
-@@ -77,7 +77,7 @@ struct mqueue_inode_info {
- static const struct inode_operations mqueue_dir_inode_operations;
- static const struct file_operations mqueue_file_operations;
--static struct super_operations mqueue_super_ops;
-+static const struct super_operations mqueue_super_ops;
- static void remove_notification(struct mqueue_inode_info *info);
- static struct kmem_cache *mqueue_inode_cachep;
+diff -urNp linux-2.6.32.1/ipc/mqueue.c linux-2.6.32.1/ipc/mqueue.c
+--- linux-2.6.32.1/ipc/mqueue.c        2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/ipc/mqueue.c        2009-12-14 18:33:59.391720347 -0500
 @@ -150,6 +150,7 @@ static struct inode *mqueue_get_inode(st
                        mq_bytes = (mq_msg_tblsz +
                                (info->attr.mq_maxmsg * info->attr.mq_msgsize));
@@ -38967,91 +44592,9 @@ diff -urNp linux-2.6.31/ipc/mqueue.c linux-2.6.31/ipc/mqueue.c
                        spin_lock(&mq_lock);
                        if (u->mq_bytes + mq_bytes < u->mq_bytes ||
                            u->mq_bytes + mq_bytes >
-@@ -1224,7 +1225,7 @@ static const struct file_operations mque
-       .read = mqueue_read_file,
- };
--static struct super_operations mqueue_super_ops = {
-+static const struct super_operations mqueue_super_ops = {
-       .alloc_inode = mqueue_alloc_inode,
-       .destroy_inode = mqueue_destroy_inode,
-       .statfs = simple_statfs,
-diff -urNp linux-2.6.31/ipc/msg.c linux-2.6.31/ipc/msg.c
---- linux-2.6.31/ipc/msg.c     2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/ipc/msg.c     2009-09-06 15:29:12.141192517 -0400
-@@ -314,6 +314,7 @@ SYSCALL_DEFINE2(msgget, key_t, key, int,
-       struct ipc_namespace *ns;
-       struct ipc_ops msg_ops;
-       struct ipc_params msg_params;
-+      long err;
-       ns = current->nsproxy->ipc_ns;
-@@ -324,7 +325,11 @@ SYSCALL_DEFINE2(msgget, key_t, key, int,
-       msg_params.key = key;
-       msg_params.flg = msgflg;
--      return ipcget(ns, &msg_ids(ns), &msg_ops, &msg_params);
-+      err = ipcget(ns, &msg_ids(ns), &msg_ops, &msg_params);
-+
-+      gr_log_msgget(err, msgflg);
-+
-+      return err;
- }
- static inline unsigned long
-@@ -434,6 +439,7 @@ static int msgctl_down(struct ipc_namesp
-       switch (cmd) {
-       case IPC_RMID:
-+              gr_log_msgrm(ipcp->uid, ipcp->cuid);
-               freeque(ns, ipcp);
-               goto out_up;
-       case IPC_SET:
-diff -urNp linux-2.6.31/ipc/sem.c linux-2.6.31/ipc/sem.c
---- linux-2.6.31/ipc/sem.c     2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/ipc/sem.c     2009-09-06 15:29:12.142155742 -0400
-@@ -313,6 +313,7 @@ SYSCALL_DEFINE3(semget, key_t, key, int,
-       struct ipc_namespace *ns;
-       struct ipc_ops sem_ops;
-       struct ipc_params sem_params;
-+      long err;
-       ns = current->nsproxy->ipc_ns;
-@@ -327,7 +328,11 @@ SYSCALL_DEFINE3(semget, key_t, key, int,
-       sem_params.flg = semflg;
-       sem_params.u.nsems = nsems;
--      return ipcget(ns, &sem_ids(ns), &sem_ops, &sem_params);
-+      err = ipcget(ns, &sem_ids(ns), &sem_ops, &sem_params);
-+
-+      gr_log_semget(err, semflg);
-+
-+      return err;
- }
- /*
-@@ -870,6 +875,7 @@ static int semctl_down(struct ipc_namesp
-       switch(cmd){
-       case IPC_RMID:
-+              gr_log_semrm(ipcp->uid, ipcp->cuid);
-               freeary(ns, ipcp);
-               goto out_up;
-       case IPC_SET:
-diff -urNp linux-2.6.31/ipc/shm.c linux-2.6.31/ipc/shm.c
---- linux-2.6.31/ipc/shm.c     2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/ipc/shm.c     2009-09-06 15:29:12.142155742 -0400
-@@ -55,7 +55,7 @@ struct shm_file_data {
- #define shm_file_data(file) (*((struct shm_file_data **)&(file)->private_data))
- static const struct file_operations shm_file_operations;
--static struct vm_operations_struct shm_vm_ops;
-+static const struct vm_operations_struct shm_vm_ops;
- #define shm_ids(ns)   ((ns)->ids[IPC_SHM_IDS])
+diff -urNp linux-2.6.32.1/ipc/shm.c linux-2.6.32.1/ipc/shm.c
+--- linux-2.6.32.1/ipc/shm.c   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/ipc/shm.c   2009-12-14 18:33:59.391720347 -0500
 @@ -70,6 +70,14 @@ static void shm_destroy (struct ipc_name
  static int sysvipc_shm_proc_show(struct seq_file *s, void *it);
  #endif
@@ -39067,25 +44610,7 @@ diff -urNp linux-2.6.31/ipc/shm.c linux-2.6.31/ipc/shm.c
  void shm_init_ns(struct ipc_namespace *ns)
  {
        ns->shm_ctlmax = SHMMAX;
-@@ -88,6 +96,8 @@ static void do_shm_rmid(struct ipc_names
-       struct shmid_kernel *shp;
-       shp = container_of(ipcp, struct shmid_kernel, shm_perm);
-+      gr_log_shmrm(shp->shm_perm.uid, shp->shm_perm.cuid);
-+
-       if (shp->shm_nattch){
-               shp->shm_perm.mode |= SHM_DEST;
-               /* Do not find it any more */
-@@ -312,7 +322,7 @@ static const struct file_operations shm_
-       .get_unmapped_area      = shm_get_unmapped_area,
- };
--static struct vm_operations_struct shm_vm_ops = {
-+static const struct vm_operations_struct shm_vm_ops = {
-       .open   = shm_open,     /* callback for a new vm-area open */
-       .close  = shm_close,    /* callback for when the vm-area is released */
-       .fault  = shm_fault,
-@@ -395,6 +405,14 @@ static int newseg(struct ipc_namespace *
+@@ -395,6 +403,14 @@ static int newseg(struct ipc_namespace *
        shp->shm_lprid = 0;
        shp->shm_atim = shp->shm_dtim = 0;
        shp->shm_ctim = get_seconds();
@@ -39100,28 +44625,7 @@ diff -urNp linux-2.6.31/ipc/shm.c linux-2.6.31/ipc/shm.c
        shp->shm_segsz = size;
        shp->shm_nattch = 0;
        shp->shm_file = file;
-@@ -450,6 +468,7 @@ SYSCALL_DEFINE3(shmget, key_t, key, size
-       struct ipc_namespace *ns;
-       struct ipc_ops shm_ops;
-       struct ipc_params shm_params;
-+      long err;
-       ns = current->nsproxy->ipc_ns;
-@@ -461,7 +480,11 @@ SYSCALL_DEFINE3(shmget, key_t, key, size
-       shm_params.flg = shmflg;
-       shm_params.u.size = size;
--      return ipcget(ns, &shm_ids(ns), &shm_ops, &shm_params);
-+      err = ipcget(ns, &shm_ids(ns), &shm_ops, &shm_params);
-+
-+      gr_log_shmget(err, shmflg, size);
-+
-+      return err;
- }
- static inline unsigned long copy_shmid_to_user(void __user *buf, struct shmid64_ds *in, int version)
-@@ -878,9 +901,21 @@ long do_shmat(int shmid, char __user *sh
+@@ -878,9 +894,21 @@ long do_shmat(int shmid, char __user *sh
        if (err)
                goto out_unlock;
  
@@ -39143,33 +44647,21 @@ diff -urNp linux-2.6.31/ipc/shm.c linux-2.6.31/ipc/shm.c
        size = i_size_read(path.dentry->d_inode);
        shm_unlock(shp);
  
-diff -urNp linux-2.6.31/ipc/util.c linux-2.6.31/ipc/util.c
---- linux-2.6.31/ipc/util.c    2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/ipc/util.c    2009-09-06 15:29:12.143156554 -0400
-@@ -942,7 +942,7 @@ static int sysvipc_proc_show(struct seq_
-       return iface->show(s, it);
- }
--static struct seq_operations sysvipc_proc_seqops = {
-+static const struct seq_operations sysvipc_proc_seqops = {
-       .start = sysvipc_proc_start,
-       .stop  = sysvipc_proc_stop,
-       .next  = sysvipc_proc_next,
-diff -urNp linux-2.6.31/kernel/acct.c linux-2.6.31/kernel/acct.c
---- linux-2.6.31/kernel/acct.c 2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/kernel/acct.c 2009-09-06 15:29:12.143156554 -0400
-@@ -574,7 +574,7 @@ static void do_acct_process(struct bsd_a
+diff -urNp linux-2.6.32.1/kernel/acct.c linux-2.6.32.1/kernel/acct.c
+--- linux-2.6.32.1/kernel/acct.c       2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/kernel/acct.c       2009-12-14 18:33:59.391720347 -0500
+@@ -578,7 +578,7 @@ static void do_acct_process(struct bsd_a
         */
        flim = current->signal->rlim[RLIMIT_FSIZE].rlim_cur;
        current->signal->rlim[RLIMIT_FSIZE].rlim_cur = RLIM_INFINITY;
 -      file->f_op->write(file, (char *)&ac,
-+      file->f_op->write(file, (char __user *)&ac,
++      file->f_op->write(file, (__force char __user *)&ac,
                               sizeof(acct_t), &file->f_pos);
        current->signal->rlim[RLIMIT_FSIZE].rlim_cur = flim;
        set_fs(fs);
-diff -urNp linux-2.6.31/kernel/capability.c linux-2.6.31/kernel/capability.c
---- linux-2.6.31/kernel/capability.c   2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/kernel/capability.c   2009-09-06 15:29:12.144162999 -0400
+diff -urNp linux-2.6.32.1/kernel/capability.c linux-2.6.32.1/kernel/capability.c
+--- linux-2.6.32.1/kernel/capability.c 2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/kernel/capability.c 2009-12-14 18:33:59.392777275 -0500
 @@ -306,10 +306,21 @@ int capable(int cap)
                BUG();
        }
@@ -39193,95 +44685,9 @@ diff -urNp linux-2.6.31/kernel/capability.c linux-2.6.31/kernel/capability.c
 +
  EXPORT_SYMBOL(capable);
 +EXPORT_SYMBOL(capable_nolog);
-diff -urNp linux-2.6.31/kernel/cgroup.c linux-2.6.31/kernel/cgroup.c
---- linux-2.6.31/kernel/cgroup.c       2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/kernel/cgroup.c       2009-09-06 15:29:12.144162999 -0400
-@@ -596,8 +596,8 @@ void cgroup_unlock(void)
- static int cgroup_mkdir(struct inode *dir, struct dentry *dentry, int mode);
- static int cgroup_rmdir(struct inode *unused_dir, struct dentry *dentry);
- static int cgroup_populate_dir(struct cgroup *cgrp);
--static struct inode_operations cgroup_dir_inode_operations;
--static struct file_operations proc_cgroupstats_operations;
-+static const struct inode_operations cgroup_dir_inode_operations;
-+static const struct file_operations proc_cgroupstats_operations;
- static struct backing_dev_info cgroup_backing_dev_info = {
-       .capabilities   = BDI_CAP_NO_ACCT_AND_WRITEBACK,
-@@ -960,7 +960,7 @@ static int cgroup_remount(struct super_b
-       return ret;
- }
--static struct super_operations cgroup_ops = {
-+static const struct super_operations cgroup_ops = {
-       .statfs = simple_statfs,
-       .drop_inode = generic_delete_inode,
-       .show_options = cgroup_show_options,
-@@ -1643,7 +1643,7 @@ static int cgroup_seqfile_release(struct
-       return single_release(inode, file);
- }
--static struct file_operations cgroup_seqfile_operations = {
-+static const struct file_operations cgroup_seqfile_operations = {
-       .read = seq_read,
-       .write = cgroup_file_write,
-       .llseek = seq_lseek,
-@@ -1702,7 +1702,7 @@ static int cgroup_rename(struct inode *o
-       return simple_rename(old_dir, old_dentry, new_dir, new_dentry);
- }
--static struct file_operations cgroup_file_operations = {
-+static const struct file_operations cgroup_file_operations = {
-       .read = cgroup_file_read,
-       .write = cgroup_file_write,
-       .llseek = generic_file_llseek,
-@@ -1710,7 +1710,7 @@ static struct file_operations cgroup_fil
-       .release = cgroup_file_release,
- };
--static struct inode_operations cgroup_dir_inode_operations = {
-+static const struct inode_operations cgroup_dir_inode_operations = {
-       .lookup = simple_lookup,
-       .mkdir = cgroup_mkdir,
-       .rmdir = cgroup_rmdir,
-@@ -2313,7 +2313,7 @@ static int cgroup_tasks_show(struct seq_
-       return seq_printf(s, "%d\n", *(int *)v);
- }
--static struct seq_operations cgroup_tasks_seq_operations = {
-+static const struct seq_operations cgroup_tasks_seq_operations = {
-       .start = cgroup_tasks_start,
-       .stop = cgroup_tasks_stop,
-       .next = cgroup_tasks_next,
-@@ -2350,7 +2350,7 @@ static int cgroup_tasks_release(struct i
-       return seq_release(inode, file);
- }
--static struct file_operations cgroup_tasks_operations = {
-+static const struct file_operations cgroup_tasks_operations = {
-       .read = seq_read,
-       .llseek = seq_lseek,
-       .write = cgroup_file_write,
-@@ -3016,7 +3016,7 @@ static int cgroup_open(struct inode *ino
-       return single_open(file, proc_cgroup_show, pid);
- }
--struct file_operations proc_cgroup_operations = {
-+const struct file_operations proc_cgroup_operations = {
-       .open           = cgroup_open,
-       .read           = seq_read,
-       .llseek         = seq_lseek,
-@@ -3045,7 +3045,7 @@ static int cgroupstats_open(struct inode
-       return single_open(file, proc_cgroupstats_show, NULL);
- }
--static struct file_operations proc_cgroupstats_operations = {
-+static const struct file_operations proc_cgroupstats_operations = {
-       .open = cgroupstats_open,
-       .read = seq_read,
-       .llseek = seq_lseek,
-diff -urNp linux-2.6.31/kernel/configs.c linux-2.6.31/kernel/configs.c
---- linux-2.6.31/kernel/configs.c      2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/kernel/configs.c      2009-09-06 15:29:12.145274720 -0400
+diff -urNp linux-2.6.32.1/kernel/configs.c linux-2.6.32.1/kernel/configs.c
+--- linux-2.6.32.1/kernel/configs.c    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/kernel/configs.c    2009-12-14 18:33:59.392777275 -0500
 @@ -73,8 +73,19 @@ static int __init ikconfig_init(void)
        struct proc_dir_entry *entry;
  
@@ -39302,9 +44708,9 @@ diff -urNp linux-2.6.31/kernel/configs.c linux-2.6.31/kernel/configs.c
        if (!entry)
                return -ENOMEM;
  
-diff -urNp linux-2.6.31/kernel/cpu.c linux-2.6.31/kernel/cpu.c
---- linux-2.6.31/kernel/cpu.c  2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/kernel/cpu.c  2009-09-06 15:29:12.145274720 -0400
+diff -urNp linux-2.6.32.1/kernel/cpu.c linux-2.6.32.1/kernel/cpu.c
+--- linux-2.6.32.1/kernel/cpu.c        2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/kernel/cpu.c        2009-12-14 18:33:59.421104502 -0500
 @@ -19,7 +19,7 @@
  /* Serializes the updates to cpu_online_mask, cpu_present_mask */
  static DEFINE_MUTEX(cpu_add_remove_lock);
@@ -39314,10 +44720,10 @@ diff -urNp linux-2.6.31/kernel/cpu.c linux-2.6.31/kernel/cpu.c
  
  /* If set, cpu_up and cpu_down will return -EBUSY and do nothing.
   * Should always be manipulated under cpu_add_remove_lock
-diff -urNp linux-2.6.31/kernel/cred.c linux-2.6.31/kernel/cred.c
---- linux-2.6.31/kernel/cred.c 2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/kernel/cred.c 2009-09-06 15:29:12.146216240 -0400
-@@ -366,6 +366,8 @@ int commit_creds(struct cred *new)
+diff -urNp linux-2.6.32.1/kernel/cred.c linux-2.6.32.1/kernel/cred.c
+--- linux-2.6.32.1/kernel/cred.c       2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/kernel/cred.c       2009-12-14 18:33:59.433855426 -0500
+@@ -520,6 +520,8 @@ int commit_creds(struct cred *new)
  
        get_cred(new); /* we will require a ref for the subj creds too */
  
@@ -39326,9 +44732,9 @@ diff -urNp linux-2.6.31/kernel/cred.c linux-2.6.31/kernel/cred.c
        /* dumpability changes */
        if (old->euid != new->euid ||
            old->egid != new->egid ||
-diff -urNp linux-2.6.31/kernel/exit.c linux-2.6.31/kernel/exit.c
---- linux-2.6.31/kernel/exit.c 2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/kernel/exit.c 2009-09-06 15:29:12.146216240 -0400
+diff -urNp linux-2.6.32.1/kernel/exit.c linux-2.6.32.1/kernel/exit.c
+--- linux-2.6.32.1/kernel/exit.c       2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/kernel/exit.c       2009-12-14 18:33:59.433855426 -0500
 @@ -56,6 +56,10 @@
  #include <asm/mmu_context.h>
  #include "cred-internals.h"
@@ -39372,6 +44778,15 @@ diff -urNp linux-2.6.31/kernel/exit.c linux-2.6.31/kernel/exit.c
        /* Set the exit signal to SIGCHLD so we signal init on exit */
        current->exit_signal = SIGCHLD;
  
+@@ -390,7 +407,7 @@ int allow_signal(int sig)
+        * know it'll be handled, so that they don't get converted to
+        * SIGKILL or just silently dropped.
+        */
+-      current->sighand->action[(sig)-1].sa.sa_handler = (void __user *)2;
++      current->sighand->action[(sig)-1].sa.sa_handler = (__force void __user *)2;
+       recalc_sigpending();
+       spin_unlock_irq(&current->sighand->siglock);
+       return 0;
 @@ -426,6 +443,17 @@ void daemonize(const char *name, ...)
        vsnprintf(current->comm, sizeof(current->comm), name, args);
        va_end(args);
@@ -39390,7 +44805,7 @@ diff -urNp linux-2.6.31/kernel/exit.c linux-2.6.31/kernel/exit.c
        /*
         * If we were started as result of loading a module, close all of the
         * user space pages.  We don't need them, and if we didn't close them
-@@ -953,6 +981,9 @@ NORET_TYPE void do_exit(long code)
+@@ -957,6 +985,9 @@ NORET_TYPE void do_exit(long code)
        tsk->exit_code = code;
        taskstats_exit(tsk, group_dead);
  
@@ -39400,7 +44815,7 @@ diff -urNp linux-2.6.31/kernel/exit.c linux-2.6.31/kernel/exit.c
        exit_mm(tsk);
  
        if (group_dead)
-@@ -1171,7 +1202,7 @@ static int wait_task_zombie(struct wait_
+@@ -1172,7 +1203,7 @@ static int wait_task_zombie(struct wait_
  
        if (unlikely(wo->wo_flags & WNOWAIT)) {
                int exit_code = p->exit_code;
@@ -39409,10 +44824,10 @@ diff -urNp linux-2.6.31/kernel/exit.c linux-2.6.31/kernel/exit.c
  
                get_task_struct(p);
                read_unlock(&tasklist_lock);
-diff -urNp linux-2.6.31/kernel/fork.c linux-2.6.31/kernel/fork.c
---- linux-2.6.31/kernel/fork.c 2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/kernel/fork.c 2009-09-06 15:29:12.147220825 -0400
-@@ -244,7 +244,7 @@ static struct task_struct *dup_task_stru
+diff -urNp linux-2.6.32.1/kernel/fork.c linux-2.6.32.1/kernel/fork.c
+--- linux-2.6.32.1/kernel/fork.c       2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/kernel/fork.c       2009-12-14 18:33:59.434987332 -0500
+@@ -253,7 +253,7 @@ static struct task_struct *dup_task_stru
        *stackend = STACK_END_MAGIC;    /* for overflow detection */
  
  #ifdef CONFIG_CC_STACKPROTECTOR
@@ -39421,7 +44836,7 @@ diff -urNp linux-2.6.31/kernel/fork.c linux-2.6.31/kernel/fork.c
  #endif
  
        /* One for us, one for whoever does the "release_task()" (usually parent) */
-@@ -281,8 +281,8 @@ static int dup_mmap(struct mm_struct *mm
+@@ -293,8 +293,8 @@ static int dup_mmap(struct mm_struct *mm
        mm->locked_vm = 0;
        mm->mmap = NULL;
        mm->mmap_cache = NULL;
@@ -39432,7 +44847,7 @@ diff -urNp linux-2.6.31/kernel/fork.c linux-2.6.31/kernel/fork.c
        mm->map_count = 0;
        cpumask_clear(mm_cpumask(mm));
        mm->mm_rb = RB_ROOT;
-@@ -319,6 +319,7 @@ static int dup_mmap(struct mm_struct *mm
+@@ -334,6 +334,7 @@ static int dup_mmap(struct mm_struct *mm
                tmp->vm_flags &= ~VM_LOCKED;
                tmp->vm_mm = mm;
                tmp->vm_next = NULL;
@@ -39440,7 +44855,7 @@ diff -urNp linux-2.6.31/kernel/fork.c linux-2.6.31/kernel/fork.c
                anon_vma_link(tmp);
                file = tmp->vm_file;
                if (file) {
-@@ -366,6 +367,31 @@ static int dup_mmap(struct mm_struct *mm
+@@ -381,6 +382,31 @@ static int dup_mmap(struct mm_struct *mm
                if (retval)
                        goto out;
        }
@@ -39472,36 +44887,7 @@ diff -urNp linux-2.6.31/kernel/fork.c linux-2.6.31/kernel/fork.c
        /* a new mm has just been created */
        arch_dup_mmap(oldmm, mm);
        retval = 0;
-@@ -546,9 +572,11 @@ void mm_release(struct task_struct *tsk,
- #ifdef CONFIG_FUTEX
-       if (unlikely(tsk->robust_list))
-               exit_robust_list(tsk);
-+      tsk->robust_list = NULL;
- #ifdef CONFIG_COMPAT
-       if (unlikely(tsk->compat_robust_list))
-               compat_exit_robust_list(tsk);
-+      tsk->compat_robust_list = NULL;
- #endif
- #endif
-@@ -567,6 +595,7 @@ void mm_release(struct task_struct *tsk,
-        * the value intact in a core dump, and to save the unnecessary
-        * trouble otherwise.  Userland only wants this done for a sys_exit.
-        */
-+
-       if (tsk->clear_child_tid) {
-               if (!(tsk->flags & PF_SIGNALED) &&
-                   atomic_read(&mm->mm_users) > 1) {
-@@ -576,7 +605,7 @@ void mm_release(struct task_struct *tsk,
-                        */
-                       put_user(0, tsk->clear_child_tid);
-                       sys_futex(tsk->clear_child_tid, FUTEX_WAKE,
--                                      1, NULL, NULL, 0);
-+                                1, NULL, NULL, 0);
-               }
-               tsk->clear_child_tid = NULL;
-       }
-@@ -694,7 +723,7 @@ static int copy_fs(unsigned long clone_f
+@@ -731,7 +757,7 @@ static int copy_fs(unsigned long clone_f
                        write_unlock(&fs->lock);
                        return -EAGAIN;
                }
@@ -39510,7 +44896,7 @@ diff -urNp linux-2.6.31/kernel/fork.c linux-2.6.31/kernel/fork.c
                write_unlock(&fs->lock);
                return 0;
        }
-@@ -977,6 +1006,9 @@ static struct task_struct *copy_process(
+@@ -1084,6 +1084,9 @@ static struct task_struct *copy_process(
        retval = -EAGAIN;
        if (!vx_nproc_avail(1))
                goto bad_fork_cleanup_vm;
@@ -39520,7 +44906,7 @@ diff -urNp linux-2.6.31/kernel/fork.c linux-2.6.31/kernel/fork.c
        if (atomic_read(&p->real_cred->user->processes) >=
                        p->signal->rlim[RLIMIT_NPROC].rlim_cur) {
                if (!capable(CAP_SYS_ADMIN) && !capable(CAP_SYS_RESOURCE) &&
-@@ -1133,6 +1165,8 @@ static struct task_struct *copy_process(
+@@ -1179,6 +1208,8 @@ static struct task_struct *copy_process(
                        goto bad_fork_free_pid;
        }
  
@@ -39529,7 +44915,7 @@ diff -urNp linux-2.6.31/kernel/fork.c linux-2.6.31/kernel/fork.c
        p->set_child_tid = (clone_flags & CLONE_CHILD_SETTID) ? child_tidptr : NULL;
        /*
         * Clear TID on mm_release()?
-@@ -1302,6 +1336,8 @@ bad_fork_cleanup_count:
+@@ -1344,6 +1375,8 @@ bad_fork_cleanup_count:
  bad_fork_free:
        free_task(p);
  fork_out:
@@ -39538,7 +44924,7 @@ diff -urNp linux-2.6.31/kernel/fork.c linux-2.6.31/kernel/fork.c
        return ERR_PTR(retval);
  }
  
-@@ -1395,6 +1431,8 @@ long do_fork(unsigned long clone_flags,
+@@ -1437,6 +1470,8 @@ long do_fork(unsigned long clone_flags,
                if (clone_flags & CLONE_PARENT_SETTID)
                        put_user(nr, parent_tidptr);
  
@@ -39547,7 +44933,7 @@ diff -urNp linux-2.6.31/kernel/fork.c linux-2.6.31/kernel/fork.c
                if (clone_flags & CLONE_VFORK) {
                        p->vfork_done = &vfork;
                        init_completion(&vfork);
-@@ -1527,7 +1565,7 @@ static int unshare_fs(unsigned long unsh
+@@ -1569,7 +1604,7 @@ static int unshare_fs(unsigned long unsh
                return 0;
  
        /* don't need lock here; in the worst case we'll do useless copy */
@@ -39556,7 +44942,7 @@ diff -urNp linux-2.6.31/kernel/fork.c linux-2.6.31/kernel/fork.c
                return 0;
  
        *new_fsp = copy_fs_struct(fs);
-@@ -1650,7 +1688,7 @@ SYSCALL_DEFINE1(unshare, unsigned long, 
+@@ -1692,7 +1727,7 @@ SYSCALL_DEFINE1(unshare, unsigned long, 
                        fs = current->fs;
                        write_lock(&fs->lock);
                        current->fs = new_fs;
@@ -39565,10 +44951,18 @@ diff -urNp linux-2.6.31/kernel/fork.c linux-2.6.31/kernel/fork.c
                                new_fs = NULL;
                        else
                                new_fs = fs;
-diff -urNp linux-2.6.31/kernel/futex.c linux-2.6.31/kernel/futex.c
---- linux-2.6.31/kernel/futex.c        2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/kernel/futex.c        2009-09-06 15:29:12.148177720 -0400
-@@ -218,6 +218,11 @@ get_futex_key(u32 __user *uaddr, int fsh
+diff -urNp linux-2.6.32.1/kernel/futex.c linux-2.6.32.1/kernel/futex.c
+--- linux-2.6.32.1/kernel/futex.c      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/kernel/futex.c      2009-12-14 18:33:59.435994462 -0500
+@@ -54,6 +54,7 @@
+ #include <linux/mount.h>
+ #include <linux/pagemap.h>
+ #include <linux/syscalls.h>
++#include <linux/ptrace.h>
+ #include <linux/signal.h>
+ #include <linux/module.h>
+ #include <linux/magic.h>
+@@ -223,6 +224,11 @@ get_futex_key(u32 __user *uaddr, int fsh
        struct page *page;
        int err;
  
@@ -39580,7 +44974,7 @@ diff -urNp linux-2.6.31/kernel/futex.c linux-2.6.31/kernel/futex.c
        /*
         * The futex address must be "naturally" aligned.
         */
-@@ -1788,7 +1793,7 @@ static int futex_wait(u32 __user *uaddr,
+@@ -1825,7 +1831,7 @@ retry:
  
        restart = &current_thread_info()->restart_block;
        restart->fn = futex_wait_restart;
@@ -39589,7 +44983,36 @@ diff -urNp linux-2.6.31/kernel/futex.c linux-2.6.31/kernel/futex.c
        restart->futex.val = val;
        restart->futex.time = abs_time->tv64;
        restart->futex.bitset = bitset;
-@@ -2403,7 +2408,7 @@ retry:
+@@ -2358,7 +2364,10 @@ SYSCALL_DEFINE3(get_robust_list, int, pi
+ {
+       struct robust_list_head __user *head;
+       unsigned long ret;
+-      const struct cred *cred = current_cred(), *pcred;
++#ifndef CONFIG_GRKERNSEC_PROC_MEMMAP
++      const struct cred *cred = current_cred();
++      const struct cred *pcred;
++#endif
+       if (!futex_cmpxchg_enabled)
+               return -ENOSYS;
+@@ -2374,11 +2383,16 @@ SYSCALL_DEFINE3(get_robust_list, int, pi
+               if (!p)
+                       goto err_unlock;
+               ret = -EPERM;
++#ifdef CONFIG_GRKERNSEC_PROC_MEMMAP
++              if (!ptrace_may_access(p, PTRACE_MODE_READ))
++                      goto err_unlock;
++#else
+               pcred = __task_cred(p);
+               if (cred->euid != pcred->euid &&
+                   cred->euid != pcred->uid &&
+                   !capable(CAP_SYS_PTRACE))
+                       goto err_unlock;
++#endif
+               head = p->robust_list;
+               rcu_read_unlock();
+       }
+@@ -2440,7 +2454,7 @@ retry:
   */
  static inline int fetch_robust_entry(struct robust_list __user **entry,
                                     struct robust_list __user * __user *head,
@@ -39598,9 +45021,49 @@ diff -urNp linux-2.6.31/kernel/futex.c linux-2.6.31/kernel/futex.c
  {
        unsigned long uentry;
  
-diff -urNp linux-2.6.31/kernel/gcov/base.c linux-2.6.31/kernel/gcov/base.c
---- linux-2.6.31/kernel/gcov/base.c    2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/kernel/gcov/base.c    2009-09-06 17:06:36.489170417 -0400
+diff -urNp linux-2.6.32.1/kernel/futex_compat.c linux-2.6.32.1/kernel/futex_compat.c
+--- linux-2.6.32.1/kernel/futex_compat.c       2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/kernel/futex_compat.c       2009-12-14 18:33:59.435994462 -0500
+@@ -10,6 +10,7 @@
+ #include <linux/compat.h>
+ #include <linux/nsproxy.h>
+ #include <linux/futex.h>
++#include <linux/ptrace.h>
+ #include <asm/uaccess.h>
+@@ -135,7 +136,10 @@ compat_sys_get_robust_list(int pid, comp
+ {
+       struct compat_robust_list_head __user *head;
+       unsigned long ret;
+-      const struct cred *cred = current_cred(), *pcred;
++      const struct cred *cred = current_cred();
++#ifndef CONFIG_GRKERNSEC_PROC_MEMMAP
++      const struct cred *pcred;
++#endif
+       if (!futex_cmpxchg_enabled)
+               return -ENOSYS;
+@@ -151,11 +155,16 @@ compat_sys_get_robust_list(int pid, comp
+               if (!p)
+                       goto err_unlock;
+               ret = -EPERM;
++#ifdef CONFIG_GRKERNSEC_PROC_MEMMAP
++              if (!ptrace_may_access(p, PTRACE_MODE_READ))
++                      goto err_unlock;
++#else
+               pcred = __task_cred(p);
+               if (cred->euid != pcred->euid &&
+                   cred->euid != pcred->uid &&
+                   !capable(CAP_SYS_PTRACE))
+                       goto err_unlock;
++#endif
+               head = p->compat_robust_list;
+               read_unlock(&tasklist_lock);
+       }
+diff -urNp linux-2.6.32.1/kernel/gcov/base.c linux-2.6.32.1/kernel/gcov/base.c
+--- linux-2.6.32.1/kernel/gcov/base.c  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/kernel/gcov/base.c  2009-12-14 18:33:59.435994462 -0500
 @@ -102,11 +102,6 @@ void gcov_enable_events(void)
  }
  
@@ -39622,10 +45085,20 @@ diff -urNp linux-2.6.31/kernel/gcov/base.c linux-2.6.31/kernel/gcov/base.c
                        if (prev)
                                prev->next = info->next;
                        else
-diff -urNp linux-2.6.31/kernel/kallsyms.c linux-2.6.31/kernel/kallsyms.c
---- linux-2.6.31/kernel/kallsyms.c     2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/kernel/kallsyms.c     2009-09-06 15:29:12.149167803 -0400
-@@ -51,6 +51,9 @@ extern const unsigned long kallsyms_mark
+diff -urNp linux-2.6.32.1/kernel/kallsyms.c linux-2.6.32.1/kernel/kallsyms.c
+--- linux-2.6.32.1/kernel/kallsyms.c   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/kernel/kallsyms.c   2009-12-14 18:33:59.435994462 -0500
+@@ -11,6 +11,9 @@
+  *      Changed the compression method from stem compression to "table lookup"
+  *      compression (see scripts/kallsyms.c for a more complete description)
+  */
++#ifdef CONFIG_GRKERNSEC_HIDESYM
++#define __INCLUDED_BY_HIDESYM 1
++#endif
+ #include <linux/kallsyms.h>
+ #include <linux/module.h>
+ #include <linux/init.h>
+@@ -51,6 +54,9 @@ extern const unsigned long kallsyms_mark
  
  static inline int is_kernel_inittext(unsigned long addr)
  {
@@ -39635,24 +45108,17 @@ diff -urNp linux-2.6.31/kernel/kallsyms.c linux-2.6.31/kernel/kallsyms.c
        if (addr >= (unsigned long)_sinittext
            && addr <= (unsigned long)_einittext)
                return 1;
-@@ -66,6 +69,16 @@ static inline int is_kernel_text(unsigne
+@@ -67,6 +73,9 @@ static inline int is_kernel_text(unsigne
  
  static inline int is_kernel(unsigned long addr)
  {
-+
-+#if defined(CONFIG_X86_32) && defined(CONFIG_PAX_KERNEXEC) && defined(CONFIG_MODULES)
-+      if ((unsigned long)&MODULES_EXEC_VADDR <= ktla_ktva(addr) &&
-+          ktla_ktva(addr) < (unsigned long)&MODULES_EXEC_END)
-+              return 0;
-+#endif
-+
 +      if (is_kernel_inittext(addr))
 +              return 1;
 +
        if (addr >= (unsigned long)_stext && addr <= (unsigned long)_end)
                return 1;
        return in_gate_area_no_task(addr);
-@@ -412,7 +425,6 @@ static unsigned long get_ksymbol_core(st
+@@ -413,7 +422,6 @@ static unsigned long get_ksymbol_core(st
  
  static void reset_iter(struct kallsym_iter *iter, loff_t new_pos)
  {
@@ -39660,7 +45126,19 @@ diff -urNp linux-2.6.31/kernel/kallsyms.c linux-2.6.31/kernel/kallsyms.c
        iter->nameoff = get_symbol_offset(new_pos);
        iter->pos = new_pos;
  }
-@@ -500,7 +512,7 @@ static int kallsyms_open(struct inode *i
+@@ -461,6 +469,11 @@ static int s_show(struct seq_file *m, vo
+ {
+       struct kallsym_iter *iter = m->private;
++#ifdef CONFIG_GRKERNSEC_HIDESYM
++      if (current_uid())
++              return 0;
++#endif
++
+       /* Some debugging symbols have no name.  Ignore them. */
+       if (!iter->name[0])
+               return 0;
+@@ -501,7 +514,7 @@ static int kallsyms_open(struct inode *i
        struct kallsym_iter *iter;
        int ret;
  
@@ -39669,26 +45147,40 @@ diff -urNp linux-2.6.31/kernel/kallsyms.c linux-2.6.31/kernel/kallsyms.c
        if (!iter)
                return -ENOMEM;
        reset_iter(iter, 0);
-@@ -522,7 +534,15 @@ static const struct file_operations kall
+diff -urNp linux-2.6.32.1/kernel/kgdb.c linux-2.6.32.1/kernel/kgdb.c
+--- linux-2.6.32.1/kernel/kgdb.c       2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/kernel/kgdb.c       2009-12-14 18:33:59.437005376 -0500
+@@ -86,7 +86,7 @@ static int                   kgdb_io_module_registered;
+ /* Guard for recursive entry */
+ static int                    exception_level;
+-static struct kgdb_io         *kgdb_io_ops;
++static const struct kgdb_io   *kgdb_io_ops;
+ static DEFINE_SPINLOCK(kgdb_registration_lock);
+ /* kgdb console driver is loaded */
+@@ -1637,7 +1637,7 @@ static void kgdb_initial_breakpoint(void
+  *
+  *    Register it with the KGDB core.
+  */
+-int kgdb_register_io_module(struct kgdb_io *new_kgdb_io_ops)
++int kgdb_register_io_module(const struct kgdb_io *new_kgdb_io_ops)
+ {
+       int err;
  
- static int __init kallsyms_init(void)
+@@ -1682,7 +1682,7 @@ EXPORT_SYMBOL_GPL(kgdb_register_io_modul
+  *
+  *    Unregister it with the KGDB core.
+  */
+-void kgdb_unregister_io_module(struct kgdb_io *old_kgdb_io_ops)
++void kgdb_unregister_io_module(const struct kgdb_io *old_kgdb_io_ops)
  {
-+#ifdef CONFIG_GRKERNSEC_PROC_ADD
-+#ifdef CONFIG_GRKERNSEC_PROC_USER
-+      proc_create("kallsyms", S_IFREG | S_IRUSR, NULL, &kallsyms_operations);
-+#elif defined(CONFIG_GRKERNSEC_PROC_USERGROUP)
-+      proc_create("kallsyms", S_IFREG | S_IRUSR | S_IRGRP, NULL, &kallsyms_operations);
-+#endif
-+#else
-       proc_create("kallsyms", 0444, NULL, &kallsyms_operations);
-+#endif
-       return 0;
- }
- device_initcall(kallsyms_init);
-diff -urNp linux-2.6.31/kernel/kmod.c linux-2.6.31/kernel/kmod.c
---- linux-2.6.31/kernel/kmod.c 2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/kernel/kmod.c 2009-09-06 15:29:12.149167803 -0400
-@@ -84,6 +84,18 @@ int __request_module(bool wait, const ch
+       BUG_ON(kgdb_connected);
+diff -urNp linux-2.6.32.1/kernel/kmod.c linux-2.6.32.1/kernel/kmod.c
+--- linux-2.6.32.1/kernel/kmod.c       2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/kernel/kmod.c       2009-12-14 18:33:59.437005376 -0500
+@@ -90,6 +90,18 @@ int __request_module(bool wait, const ch
        if (ret >= MODULE_NAME_LEN)
                return -ENAMETOOLONG;
  
@@ -39707,10 +45199,10 @@ diff -urNp linux-2.6.31/kernel/kmod.c linux-2.6.31/kernel/kmod.c
        /* If modprobe needs a service that is in a module, we get a recursive
         * loop.  Limit the number of running kmod threads to max_threads/2 or
         * MAX_KMOD_CONCURRENT, whichever is the smaller.  A cleaner method
-diff -urNp linux-2.6.31/kernel/kprobes.c linux-2.6.31/kernel/kprobes.c
---- linux-2.6.31/kernel/kprobes.c      2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/kernel/kprobes.c      2009-09-06 15:29:12.150160074 -0400
-@@ -184,7 +184,7 @@ static kprobe_opcode_t __kprobes *__get_
+diff -urNp linux-2.6.32.1/kernel/kprobes.c linux-2.6.32.1/kernel/kprobes.c
+--- linux-2.6.32.1/kernel/kprobes.c    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/kernel/kprobes.c    2009-12-14 18:33:59.437005376 -0500
+@@ -183,7 +183,7 @@ static kprobe_opcode_t __kprobes *__get_
         * kernel image and loaded module images reside. This is required
         * so x86_64 can correctly handle the %rip-relative fixups.
         */
@@ -39719,99 +45211,51 @@ diff -urNp linux-2.6.31/kernel/kprobes.c linux-2.6.31/kernel/kprobes.c
        if (!kip->insns) {
                kfree(kip);
                return NULL;
-@@ -225,7 +225,7 @@ static int __kprobes collect_one_slot(st
-                       hlist_add_head(&kip->hlist,
-                                      &kprobe_insn_pages);
-               } else {
+@@ -220,7 +220,7 @@ static int __kprobes collect_one_slot(st
+                */
+               if (!list_is_singular(&kprobe_insn_pages)) {
+                       list_del(&kip->list);
 -                      module_free(NULL, kip->insns);
 +                      module_free_exec(NULL, kip->insns);
                        kfree(kip);
                }
                return 1;
-@@ -1329,7 +1329,7 @@ static int __kprobes show_kprobe_addr(st
-       return 0;
- }
--static struct seq_operations kprobes_seq_ops = {
-+static const struct seq_operations kprobes_seq_ops = {
-       .start = kprobe_seq_start,
-       .next  = kprobe_seq_next,
-       .stop  = kprobe_seq_stop,
-@@ -1341,7 +1341,7 @@ static int __kprobes kprobes_open(struct
-       return seq_open(filp, &kprobes_seq_ops);
- }
--static struct file_operations debugfs_kprobes_operations = {
-+static const struct file_operations debugfs_kprobes_operations = {
-       .open           = kprobes_open,
-       .read           = seq_read,
-       .llseek         = seq_lseek,
-@@ -1523,7 +1523,7 @@ static ssize_t write_enabled_file_bool(s
-       return count;
- }
--static struct file_operations fops_kp = {
-+static const struct file_operations fops_kp = {
-       .read =         read_enabled_file_bool,
-       .write =        write_enabled_file_bool,
- };
-diff -urNp linux-2.6.31/kernel/lockdep.c linux-2.6.31/kernel/lockdep.c
---- linux-2.6.31/kernel/lockdep.c      2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/kernel/lockdep.c      2009-09-06 17:54:25.063031502 -0400
-@@ -630,6 +630,10 @@ static int static_obj(void *obj)
+diff -urNp linux-2.6.32.1/kernel/lockdep.c linux-2.6.32.1/kernel/lockdep.c
+--- linux-2.6.32.1/kernel/lockdep.c    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/kernel/lockdep.c    2009-12-14 18:33:59.437984082 -0500
+@@ -577,6 +577,10 @@ static int static_obj(void *obj)
        int i;
  #endif
  
 +#ifdef CONFIG_PAX_KERNEXEC
-+      start = (unsigned long )&_sdata;
++      start = ktla_ktva(start);
 +#endif
 +
        /*
         * static variable?
         */
-@@ -641,9 +645,12 @@ static int static_obj(void *obj)
-        * percpu var?
+@@ -592,8 +596,7 @@ static int static_obj(void *obj)
         */
        for_each_possible_cpu(i) {
-+#ifdef CONFIG_X86_32
-+              start = per_cpu_offset(i);
-+#else
                start = (unsigned long) &__per_cpu_start + per_cpu_offset(i);
 -              end   = (unsigned long) &__per_cpu_start + PERCPU_ENOUGH_ROOM
 -                                      + per_cpu_offset(i);
-+#endif
 +              end   = start + PERCPU_ENOUGH_ROOM;
  
                if ((addr >= start) && (addr < end))
                        return 1;
-diff -urNp linux-2.6.31/kernel/lockdep_proc.c linux-2.6.31/kernel/lockdep_proc.c
---- linux-2.6.31/kernel/lockdep_proc.c 2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/kernel/lockdep_proc.c 2009-09-06 15:29:12.151469136 -0400
-@@ -670,7 +670,7 @@ static int ls_show(struct seq_file *m, v
-       return 0;
- }
--static struct seq_operations lockstat_ops = {
-+static const struct seq_operations lockstat_ops = {
-       .start  = ls_start,
-       .next   = ls_next,
-       .stop   = ls_stop,
-diff -urNp linux-2.6.31/kernel/module.c linux-2.6.31/kernel/module.c
---- linux-2.6.31/kernel/module.c       2009-09-06 19:00:55.786376670 -0400
-+++ linux-2.6.31/kernel/module.c       2009-09-06 19:01:57.406916102 -0400
-@@ -47,6 +47,11 @@
- #include <linux/rculist.h>
- #include <asm/uaccess.h>
- #include <asm/cacheflush.h>
-+
-+#ifdef CONFIG_PAX_KERNEXEC
-+#include <asm/desc.h>
-+#endif
-+
- #include <linux/license.h>
- #include <asm/sections.h>
- #include <linux/tracepoint.h>
-@@ -83,7 +88,8 @@ static DECLARE_WAIT_QUEUE_HEAD(module_wq
+@@ -710,6 +713,7 @@ register_lock_class(struct lockdep_map *
+       if (!static_obj(lock->key)) {
+               debug_locks_off();
+               printk("INFO: trying to register non-static key.\n");
++              printk("lock:%pS key:%pS.\n", lock, lock->key);
+               printk("the code is fine but needs lockdep annotation.\n");
+               printk("turning off the locking correctness validator.\n");
+               dump_stack();
+diff -urNp linux-2.6.32.1/kernel/module.c linux-2.6.32.1/kernel/module.c
+--- linux-2.6.32.1/kernel/module.c     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/kernel/module.c     2009-12-14 18:33:59.438865919 -0500
+@@ -89,7 +89,8 @@ static DECLARE_WAIT_QUEUE_HEAD(module_wq
  static BLOCKING_NOTIFIER_HEAD(module_notify_list);
  
  /* Bounds of module allocation, for speeding __module_address */
@@ -39821,7 +45265,7 @@ diff -urNp linux-2.6.31/kernel/module.c linux-2.6.31/kernel/module.c
  
  int register_module_notifier(struct notifier_block * nb)
  {
-@@ -239,7 +245,7 @@ bool each_symbol(bool (*fn)(const struct
+@@ -245,7 +246,7 @@ bool each_symbol(bool (*fn)(const struct
                return true;
  
        list_for_each_entry_rcu(mod, &modules, list) {
@@ -39830,7 +45274,7 @@ diff -urNp linux-2.6.31/kernel/module.c linux-2.6.31/kernel/module.c
                        { mod->syms, mod->syms + mod->num_syms, mod->crcs,
                          NOT_GPL_ONLY, false },
                        { mod->gpl_syms, mod->gpl_syms + mod->num_gpl_syms,
-@@ -261,7 +267,7 @@ bool each_symbol(bool (*fn)(const struct
+@@ -267,7 +268,7 @@ bool each_symbol(bool (*fn)(const struct
  #endif
                };
  
@@ -39839,7 +45283,7 @@ diff -urNp linux-2.6.31/kernel/module.c linux-2.6.31/kernel/module.c
                        return true;
        }
        return false;
-@@ -436,7 +442,7 @@ static void *percpu_modalloc(unsigned lo
+@@ -442,7 +443,7 @@ static void *percpu_modalloc(unsigned lo
        void *ptr;
        int cpu;
  
@@ -39848,7 +45292,7 @@ diff -urNp linux-2.6.31/kernel/module.c linux-2.6.31/kernel/module.c
                printk(KERN_WARNING "%s: per-cpu alignment %li > %li\n",
                       name, align, PAGE_SIZE);
                align = PAGE_SIZE;
-@@ -549,7 +555,11 @@ static void percpu_modcopy(void *pcpudes
+@@ -555,7 +556,11 @@ static void percpu_modcopy(void *pcpudes
        int cpu;
  
        for_each_possible_cpu(cpu)
@@ -39860,7 +45304,7 @@ diff -urNp linux-2.6.31/kernel/module.c linux-2.6.31/kernel/module.c
  }
  
  #else /* ... !CONFIG_SMP */
-@@ -1513,7 +1523,8 @@ static void free_module(struct module *m
+@@ -1526,7 +1531,8 @@ static void free_module(struct module *m
        destroy_params(mod->kp, mod->num_kp);
  
        /* This may be NULL, but that's OK */
@@ -39870,7 +45314,7 @@ diff -urNp linux-2.6.31/kernel/module.c linux-2.6.31/kernel/module.c
        kfree(mod->args);
        if (mod->percpu)
                percpu_modfree(mod->percpu);
-@@ -1522,10 +1533,12 @@ static void free_module(struct module *m
+@@ -1535,10 +1541,12 @@ static void free_module(struct module *m
                percpu_modfree(mod->refptr);
  #endif
        /* Free lock-classes: */
@@ -39882,57 +45326,30 @@ diff -urNp linux-2.6.31/kernel/module.c linux-2.6.31/kernel/module.c
 -      module_free(mod, mod->module_core);
 +      module_free_exec(mod, mod->module_core_rx);
 +      module_free(mod, mod->module_core_rw);
- }
- void *__symbol_get(const char *symbol)
-@@ -1593,6 +1606,10 @@ static int simplify_symbols(Elf_Shdr *se
-       int ret = 0;
-       const struct kernel_symbol *ksym;
  
-+#ifdef CONFIG_PAX_KERNEXEC
-+      unsigned long cr0;
-+#endif
-+
-       for (i = 1; i < n; i++) {
-               switch (sym[i].st_shndx) {
-               case SHN_COMMON:
-@@ -1615,7 +1632,17 @@ static int simplify_symbols(Elf_Shdr *se
+ #ifdef CONFIG_MPU
+       update_protections(current->mm);
+@@ -1632,7 +1640,9 @@ static int simplify_symbols(Elf_Shdr *se
                                              strtab + sym[i].st_name, mod);
                        /* Ok if resolved.  */
                        if (ksym) {
-+
-+#ifdef CONFIG_PAX_KERNEXEC
-+                              pax_open_kernel(cr0);
-+#endif
-+
++                              pax_open_kernel();
                                sym[i].st_value = ksym->value;
-+
-+#ifdef CONFIG_PAX_KERNEXEC
-+                              pax_close_kernel(cr0);
-+#endif
-+
++                              pax_close_kernel();
                                break;
                        }
  
-@@ -1634,7 +1661,17 @@ static int simplify_symbols(Elf_Shdr *se
+@@ -1651,7 +1661,9 @@ static int simplify_symbols(Elf_Shdr *se
                                secbase = (unsigned long)mod->percpu;
                        else
                                secbase = sechdrs[sym[i].st_shndx].sh_addr;
-+
-+#ifdef CONFIG_PAX_KERNEXEC
-+                      pax_open_kernel(cr0);
-+#endif
-+
++                      pax_open_kernel();
                        sym[i].st_value += secbase;
-+
-+#ifdef CONFIG_PAX_KERNEXEC
-+                      pax_close_kernel(cr0);
-+#endif
-+
++                      pax_close_kernel();
                        break;
                }
        }
-@@ -1695,11 +1732,12 @@ static void layout_sections(struct modul
+@@ -1712,11 +1724,12 @@ static void layout_sections(struct modul
                            || s->sh_entsize != ~0UL
                            || strstarts(secstrings + s->sh_name, ".init"))
                                continue;
@@ -39948,7 +45365,7 @@ diff -urNp linux-2.6.31/kernel/module.c linux-2.6.31/kernel/module.c
        }
  
        DEBUGP("Init section allocation order:\n");
-@@ -1712,12 +1750,13 @@ static void layout_sections(struct modul
+@@ -1729,12 +1742,13 @@ static void layout_sections(struct modul
                            || s->sh_entsize != ~0UL
                            || !strstarts(secstrings + s->sh_name, ".init"))
                                continue;
@@ -39966,42 +45383,84 @@ diff -urNp linux-2.6.31/kernel/module.c linux-2.6.31/kernel/module.c
        }
  }
  
-@@ -1856,14 +1895,31 @@ static void add_kallsyms(struct module *
+@@ -1838,9 +1852,8 @@ static int is_exported(const char *name,
+ /* As per nm */
+ static char elf_type(const Elf_Sym *sym,
+-                   Elf_Shdr *sechdrs,
+-                   const char *secstrings,
+-                   struct module *mod)
++                   const Elf_Shdr *sechdrs,
++                   const char *secstrings)
  {
-       unsigned int i;
+       if (ELF_ST_BIND(sym->st_info) == STB_WEAK) {
+               if (ELF_ST_TYPE(sym->st_info) == STT_OBJECT)
+@@ -1915,7 +1928,7 @@ static unsigned long layout_symtab(struc
  
-+#ifdef CONFIG_PAX_KERNEXEC
-+      unsigned long cr0;
-+#endif
-+
-       mod->symtab = (void *)sechdrs[symindex].sh_addr;
+       /* Put symbol section at end of init part of module. */
+       symsect->sh_flags |= SHF_ALLOC;
+-      symsect->sh_entsize = get_offset(mod, &mod->init_size, symsect,
++      symsect->sh_entsize = get_offset(mod, &mod->init_size_rx, symsect,
+                                        symindex) | INIT_OFFSET_MASK;
+       DEBUGP("\t%s\n", secstrings + symsect->sh_name);
+@@ -1932,19 +1945,19 @@ static unsigned long layout_symtab(struc
+               }
+       /* Append room for core symbols at end of core part. */
+-      symoffs = ALIGN(mod->core_size, symsect->sh_addralign ?: 1);
+-      mod->core_size = symoffs + ndst * sizeof(Elf_Sym);
++      symoffs = ALIGN(mod->core_size_rx, symsect->sh_addralign ?: 1);
++      mod->core_size_rx = symoffs + ndst * sizeof(Elf_Sym);
+       /* Put string table section at end of init part of module. */
+       strsect->sh_flags |= SHF_ALLOC;
+-      strsect->sh_entsize = get_offset(mod, &mod->init_size, strsect,
++      strsect->sh_entsize = get_offset(mod, &mod->init_size_rx, strsect,
+                                        strindex) | INIT_OFFSET_MASK;
+       DEBUGP("\t%s\n", secstrings + strsect->sh_name);
+       /* Append room for core symbols' strings at end of core part. */
+-      *pstroffs = mod->core_size;
++      *pstroffs = mod->core_size_rx;
+       __set_bit(0, strmap);
+-      mod->core_size += bitmap_weight(strmap, strsect->sh_size);
++      mod->core_size_rx += bitmap_weight(strmap, strsect->sh_size);
+       return symoffs;
+ }
+@@ -1968,12 +1981,14 @@ static void add_kallsyms(struct module *
        mod->num_symtab = sechdrs[symindex].sh_size / sizeof(Elf_Sym);
        mod->strtab = (void *)sechdrs[strindex].sh_addr;
  
++      pax_open_kernel();
++
        /* Set types up while we still have access to sections. */
--      for (i = 0; i < mod->num_symtab; i++)
--              mod->symtab[i].st_info
+       for (i = 0; i < mod->num_symtab; i++)
+               mod->symtab[i].st_info
 -                      = elf_type(&mod->symtab[i], sechdrs, secstrings, mod);
++                      = elf_type(&mod->symtab[i], sechdrs, secstrings);
+-      mod->core_symtab = dst = mod->module_core + symoffs;
++      mod->core_symtab = dst = mod->module_core_rx + symoffs;
+       src = mod->symtab;
+       *dst = *src;
+       for (ndst = i = 1; i < mod->num_symtab; ++i, ++src) {
+@@ -1985,10 +2000,12 @@ static void add_kallsyms(struct module *
+       }
+       mod->core_num_syms = ndst;
+-      mod->core_strtab = s = mod->module_core + stroffs;
++      mod->core_strtab = s = mod->module_core_rx + stroffs;
+       for (*s = 0, i = 1; i < sechdrs[strindex].sh_size; ++i)
+               if (test_bit(i, strmap))
+                       *++s = mod->strtab[i];
 +
-+      for (i = 0; i < mod->num_symtab; i++) {
-+              char type = elf_type(&mod->symtab[i], sechdrs, secstrings, mod);
-+
-+#ifdef CONFIG_PAX_KERNEXEC
-+              pax_open_kernel(cr0);
-+#endif
-+
-+              mod->symtab[i].st_info = type;
-+
-+#ifdef CONFIG_PAX_KERNEXEC
-+              pax_close_kernel(cr0);
-+#endif
-+
-+      }
-+
++      pax_close_kernel();
  }
  #else
- static inline void add_kallsyms(struct module *mod,
-@@ -1884,16 +1940,30 @@ static void dynamic_debug_setup(struct _
+ static inline unsigned long layout_symtab(struct module *mod,
+@@ -2025,16 +2042,30 @@ static void dynamic_debug_setup(struct _
  #endif
  }
  
@@ -40037,7 +45496,7 @@ diff -urNp linux-2.6.31/kernel/module.c linux-2.6.31/kernel/module.c
        }
        return ret;
  }
-@@ -1905,8 +1975,8 @@ static void kmemleak_load_module(struct 
+@@ -2046,8 +2077,8 @@ static void kmemleak_load_module(struct 
        unsigned int i;
  
        /* only scan the sections containing data */
@@ -40048,7 +45507,7 @@ diff -urNp linux-2.6.31/kernel/module.c linux-2.6.31/kernel/module.c
                           sizeof(struct module), GFP_KERNEL);
  
        for (i = 1; i < hdr->e_shnum; i++) {
-@@ -1916,8 +1986,8 @@ static void kmemleak_load_module(struct 
+@@ -2057,8 +2088,8 @@ static void kmemleak_load_module(struct 
                    && strncmp(secstrings + sechdrs[i].sh_name, ".bss", 4) != 0)
                        continue;
  
@@ -40059,19 +45518,8 @@ diff -urNp linux-2.6.31/kernel/module.c linux-2.6.31/kernel/module.c
                                   sechdrs[i].sh_size, GFP_KERNEL);
        }
  }
-@@ -1947,6 +2017,10 @@ static noinline struct module *load_modu
-       void *percpu = NULL, *ptr = NULL; /* Stops spurious gcc warning */
-       mm_segment_t old_fs;
-+#ifdef CONFIG_PAX_KERNEXEC
-+      unsigned long cr0;
-+#endif
-+
-       DEBUGP("load_module: umod=%p, len=%lu, uargs=%p\n",
-              umod, len, uargs);
-       if (len < sizeof(*hdr))
-@@ -2097,7 +2171,7 @@ static noinline struct module *load_modu
-       layout_sections(mod, hdr, sechdrs, secstrings);
+@@ -2244,7 +2275,7 @@ static noinline struct module *load_modu
+                               secstrings, &stroffs, strmap);
  
        /* Do the allocs. */
 -      ptr = module_alloc_update_bounds(mod->core_size);
@@ -40079,7 +45527,7 @@ diff -urNp linux-2.6.31/kernel/module.c linux-2.6.31/kernel/module.c
        /*
         * The pointer to this block is stored in the module structure
         * which is inside the block. Just mark it as not being a
-@@ -2108,23 +2182,61 @@ static noinline struct module *load_modu
+@@ -2255,23 +2286,47 @@ static noinline struct module *load_modu
                err = -ENOMEM;
                goto free_percpu;
        }
@@ -40100,12 +45548,9 @@ diff -urNp linux-2.6.31/kernel/module.c linux-2.6.31/kernel/module.c
 -      if (!ptr && mod->init_size) {
 +      kmemleak_not_leak(ptr);
 +      if (!ptr && mod->init_size_rw) {
-               err = -ENOMEM;
--              goto free_core;
++              err = -ENOMEM;
 +              goto free_core_rw;
-       }
--      memset(ptr, 0, mod->init_size);
--      mod->module_init = ptr;
++      }
 +      memset(ptr, 0, mod->init_size_rw);
 +      mod->module_init_rw = ptr;
 +
@@ -40116,40 +45561,29 @@ diff -urNp linux-2.6.31/kernel/module.c linux-2.6.31/kernel/module.c
 +              goto free_init_rw;
 +      }
 +
-+#ifdef CONFIG_PAX_KERNEXEC
-+      pax_open_kernel(cr0);
-+#endif
-+
++      pax_open_kernel();
 +      memset(ptr, 0, mod->core_size_rx);
-+
-+#ifdef CONFIG_PAX_KERNEXEC
-+      pax_close_kernel(cr0);
-+#endif
-+
++      pax_close_kernel();
 +      mod->module_core_rx = ptr;
 +
 +      ptr = module_alloc_update_bounds_rx(mod->init_size_rx);
 +      kmemleak_not_leak(ptr);
 +      if (!ptr && mod->init_size_rx) {
-+              err = -ENOMEM;
+               err = -ENOMEM;
+-              goto free_core;
 +              goto free_core_rx;
-+      }
-+
-+#ifdef CONFIG_PAX_KERNEXEC
-+      pax_open_kernel(cr0);
-+#endif
+       }
+-      memset(ptr, 0, mod->init_size);
+-      mod->module_init = ptr;
 +
++      pax_open_kernel();
 +      memset(ptr, 0, mod->init_size_rx);
-+
-+#ifdef CONFIG_PAX_KERNEXEC
-+      pax_close_kernel(cr0);
-+#endif
-+
++      pax_close_kernel();
 +      mod->module_init_rx = ptr;
  
        /* Transfer each section which specifies SHF_ALLOC */
        DEBUGP("final section addresses:\n");
-@@ -2134,17 +2246,41 @@ static noinline struct module *load_modu
+@@ -2281,17 +2336,41 @@ static noinline struct module *load_modu
                if (!(sechdrs[i].sh_flags & SHF_ALLOC))
                        continue;
  
@@ -40179,9 +45613,9 @@ diff -urNp linux-2.6.31/kernel/module.c linux-2.6.31/kernel/module.c
 -                             sechdrs[i].sh_size);
 +#ifdef CONFIG_PAX_KERNEXEC
 +                      if (!(sechdrs[i].sh_flags & SHF_WRITE) && (sechdrs[i].sh_flags & SHF_ALLOC)) {
-+                              pax_open_kernel(cr0);
++                              pax_open_kernel();
 +                              memcpy(dest, (void *)sechdrs[i].sh_addr, sechdrs[i].sh_size);
-+                              pax_close_kernel(cr0);
++                              pax_close_kernel();
 +                      } else
 +#endif
 +
@@ -40200,7 +45634,7 @@ diff -urNp linux-2.6.31/kernel/module.c linux-2.6.31/kernel/module.c
                DEBUGP("\t0x%lx %s\n", sechdrs[i].sh_addr, secstrings + sechdrs[i].sh_name);
        }
        /* Module has been moved. */
-@@ -2156,7 +2292,7 @@ static noinline struct module *load_modu
+@@ -2303,7 +2382,7 @@ static noinline struct module *load_modu
                                      mod->name);
        if (!mod->refptr) {
                err = -ENOMEM;
@@ -40209,7 +45643,7 @@ diff -urNp linux-2.6.31/kernel/module.c linux-2.6.31/kernel/module.c
        }
  #endif
        /* Now we've moved module, initialize linked lists, etc. */
-@@ -2269,8 +2405,8 @@ static noinline struct module *load_modu
+@@ -2412,8 +2491,8 @@ static noinline struct module *load_modu
  
        /* Now do relocations. */
        for (i = 1; i < hdr->e_shnum; i++) {
@@ -40219,7 +45653,7 @@ diff -urNp linux-2.6.31/kernel/module.c linux-2.6.31/kernel/module.c
  
                /* Not a valid relocation section? */
                if (info >= hdr->e_shnum)
-@@ -2328,12 +2464,12 @@ static noinline struct module *load_modu
+@@ -2474,12 +2553,12 @@ static noinline struct module *load_modu
         * Do it before processing of module parameters, so the module
         * can provide parameter accessor functions of its own.
         */
@@ -40238,13 +45672,13 @@ diff -urNp linux-2.6.31/kernel/module.c linux-2.6.31/kernel/module.c
  
        set_fs(old_fs);
  
-@@ -2378,12 +2514,16 @@ static noinline struct module *load_modu
+@@ -2527,12 +2606,16 @@ static noinline struct module *load_modu
   free_unload:
        module_unload_free(mod);
  #if defined(CONFIG_MODULE_UNLOAD) && defined(CONFIG_SMP)
-- free_init:
 + free_init_rx:
        percpu_modfree(mod->refptr);
+- free_init:
  #endif
 -      module_free(mod, mod->module_init);
 - free_core:
@@ -40259,10 +45693,10 @@ diff -urNp linux-2.6.31/kernel/module.c linux-2.6.31/kernel/module.c
        /* mod will be freed with core. Don't access it beyond this line! */
   free_percpu:
        if (percpu)
-@@ -2479,10 +2619,12 @@ SYSCALL_DEFINE3(init_module, void __user
-       /* Drop initial reference. */
-       module_put(mod);
-       trim_init_extable(mod);
+@@ -2634,10 +2717,12 @@ SYSCALL_DEFINE3(init_module, void __user
+       mod->symtab = mod->core_symtab;
+       mod->strtab = mod->core_strtab;
+ #endif
 -      module_free(mod, mod->module_init);
 -      mod->module_init = NULL;
 -      mod->init_size = 0;
@@ -40276,7 +45710,7 @@ diff -urNp linux-2.6.31/kernel/module.c linux-2.6.31/kernel/module.c
        mutex_unlock(&module_mutex);
  
        return 0;
-@@ -2513,10 +2655,16 @@ static const char *get_ksymbol(struct mo
+@@ -2668,10 +2753,16 @@ static const char *get_ksymbol(struct mo
        unsigned long nextval;
  
        /* At worse, next value is at end of module */
@@ -40296,7 +45730,7 @@ diff -urNp linux-2.6.31/kernel/module.c linux-2.6.31/kernel/module.c
  
        /* Scan for closest preceeding symbol, and next symbol. (ELF
           starts real symbols at 1). */
-@@ -2762,7 +2910,7 @@ static int m_show(struct seq_file *m, vo
+@@ -2917,7 +3008,7 @@ static int m_show(struct seq_file *m, vo
        char buf[8];
  
        seq_printf(m, "%s %u",
@@ -40305,7 +45739,7 @@ diff -urNp linux-2.6.31/kernel/module.c linux-2.6.31/kernel/module.c
        print_unload_info(m, mod);
  
        /* Informative for users. */
-@@ -2771,7 +2919,7 @@ static int m_show(struct seq_file *m, vo
+@@ -2926,7 +3017,7 @@ static int m_show(struct seq_file *m, vo
                   mod->state == MODULE_STATE_COMING ? "Loading":
                   "Live");
        /* Used by oprofile and other similar tools. */
@@ -40314,7 +45748,7 @@ diff -urNp linux-2.6.31/kernel/module.c linux-2.6.31/kernel/module.c
  
        /* Taints info */
        if (mod->taints)
-@@ -2807,7 +2955,17 @@ static const struct file_operations proc
+@@ -2962,7 +3053,17 @@ static const struct file_operations proc
  
  static int __init proc_modules_init(void)
  {
@@ -40332,7 +45766,7 @@ diff -urNp linux-2.6.31/kernel/module.c linux-2.6.31/kernel/module.c
        return 0;
  }
  module_init(proc_modules_init);
-@@ -2866,12 +3024,12 @@ struct module *__module_address(unsigned
+@@ -3021,12 +3122,12 @@ struct module *__module_address(unsigned
  {
        struct module *mod;
  
@@ -40348,7 +45782,7 @@ diff -urNp linux-2.6.31/kernel/module.c linux-2.6.31/kernel/module.c
                        return mod;
        return NULL;
  }
-@@ -2905,11 +3063,20 @@ bool is_module_text_address(unsigned lon
+@@ -3060,11 +3161,20 @@ bool is_module_text_address(unsigned lon
   */
  struct module *__module_text_address(unsigned long addr)
  {
@@ -40372,10 +45806,10 @@ diff -urNp linux-2.6.31/kernel/module.c linux-2.6.31/kernel/module.c
                        mod = NULL;
        }
        return mod;
-diff -urNp linux-2.6.31/kernel/panic.c linux-2.6.31/kernel/panic.c
---- linux-2.6.31/kernel/panic.c        2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/kernel/panic.c        2009-09-06 15:29:12.153438658 -0400
-@@ -391,7 +391,8 @@ EXPORT_SYMBOL(warn_slowpath_null);
+diff -urNp linux-2.6.32.1/kernel/panic.c linux-2.6.32.1/kernel/panic.c
+--- linux-2.6.32.1/kernel/panic.c      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/kernel/panic.c      2009-12-14 18:33:59.439743212 -0500
+@@ -392,7 +392,8 @@ EXPORT_SYMBOL(warn_slowpath_null);
   */
  void __stack_chk_fail(void)
  {
@@ -40385,47 +45819,30 @@ diff -urNp linux-2.6.31/kernel/panic.c linux-2.6.31/kernel/panic.c
                __builtin_return_address(0));
  }
  EXPORT_SYMBOL(__stack_chk_fail);
-diff -urNp linux-2.6.31/kernel/params.c linux-2.6.31/kernel/params.c
---- linux-2.6.31/kernel/params.c       2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/kernel/params.c       2009-09-06 15:29:12.154386582 -0400
-@@ -217,13 +217,9 @@ int param_set_charp(const char *val, str
-               return -ENOSPC;
-       }
--      if (kp->flags & KPARAM_KMALLOCED)
--              kfree(*(char **)kp->arg);
--
-       /* This is a hack.  We can't need to strdup in early boot, and we
-        * don't need to; this mangled commandline is preserved. */
-       if (slab_is_available()) {
--              kp->flags |= KPARAM_KMALLOCED;
-               *(char **)kp->arg = kstrdup(val, GFP_KERNEL);
-               if (!kp->arg)
-                       return -ENOMEM;
-@@ -607,7 +603,7 @@ void destroy_params(const struct kernel_
-       unsigned int i;
-       for (i = 0; i < num; i++)
--              if (params[i].flags & KPARAM_KMALLOCED)
-+              if (params[i].set == param_set_charp)
-                       kfree(*(char **)params[i].arg);
+diff -urNp linux-2.6.32.1/kernel/params.c linux-2.6.32.1/kernel/params.c
+--- linux-2.6.32.1/kernel/params.c     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/kernel/params.c     2009-12-14 18:33:59.439743212 -0500
+@@ -725,7 +725,7 @@ static ssize_t module_attr_store(struct 
+       return ret;
  }
  
-diff -urNp linux-2.6.31/kernel/perf_counter.c linux-2.6.31/kernel/perf_counter.c
---- linux-2.6.31/kernel/perf_counter.c 2009-09-06 19:00:55.787187854 -0400
-+++ linux-2.6.31/kernel/perf_counter.c 2009-09-06 19:01:14.427445794 -0400
-@@ -2214,7 +2214,7 @@ static void perf_mmap_close(struct vm_ar
-       }
+-static struct sysfs_ops module_sysfs_ops = {
++static const struct sysfs_ops module_sysfs_ops = {
+       .show = module_attr_show,
+       .store = module_attr_store,
+ };
+@@ -739,7 +739,7 @@ static int uevent_filter(struct kset *ks
+       return 0;
  }
  
--static struct vm_operations_struct perf_mmap_vmops = {
-+static const struct vm_operations_struct perf_mmap_vmops = {
-       .open           = perf_mmap_open,
-       .close          = perf_mmap_close,
-       .fault          = perf_mmap_fault,
-diff -urNp linux-2.6.31/kernel/pid.c linux-2.6.31/kernel/pid.c
---- linux-2.6.31/kernel/pid.c  2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/kernel/pid.c  2009-09-06 15:29:12.158178660 -0400
+-static struct kset_uevent_ops module_uevent_ops = {
++static const struct kset_uevent_ops module_uevent_ops = {
+       .filter = uevent_filter,
+ };
+diff -urNp linux-2.6.32.1/kernel/pid.c linux-2.6.32.1/kernel/pid.c
+--- linux-2.6.32.1/kernel/pid.c        2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/kernel/pid.c        2009-12-14 18:33:59.439743212 -0500
 @@ -33,6 +33,7 @@
  #include <linux/rculist.h>
  #include <linux/bootmem.h>
@@ -40443,13 +45860,13 @@ diff -urNp linux-2.6.31/kernel/pid.c linux-2.6.31/kernel/pid.c
  
  int pid_max_min = RESERVED_PIDS + 1;
  int pid_max_max = PID_MAX_LIMIT;
-@@ -380,7 +381,14 @@ EXPORT_SYMBOL(pid_task);
+@@ -385,7 +385,14 @@ EXPORT_SYMBOL(pid_task);
   */
  struct task_struct *find_task_by_pid_ns(pid_t nr, struct pid_namespace *ns)
  {
 -      return pid_task(find_pid_ns(vx_rmap_pid(nr), ns), PIDTYPE_PID);
 +      struct task_struct *task;
-+      
++
 +      task = pid_task(find_pid_ns(vx_rmap_pid(nr), ns), PIDTYPE_PID);
 +
 +      if (gr_pid_is_chrooted(task))
@@ -40457,11 +45874,11 @@ diff -urNp linux-2.6.31/kernel/pid.c linux-2.6.31/kernel/pid.c
 +
 +      return task;
  }
+ EXPORT_SYMBOL_GPL(find_task_by_pid_ns);
  
- struct task_struct *find_task_by_vpid(pid_t vnr)
-diff -urNp linux-2.6.31/kernel/posix-cpu-timers.c linux-2.6.31/kernel/posix-cpu-timers.c
---- linux-2.6.31/kernel/posix-cpu-timers.c     2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/kernel/posix-cpu-timers.c     2009-09-06 15:29:12.158178660 -0400
+diff -urNp linux-2.6.32.1/kernel/posix-cpu-timers.c linux-2.6.32.1/kernel/posix-cpu-timers.c
+--- linux-2.6.32.1/kernel/posix-cpu-timers.c   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/kernel/posix-cpu-timers.c   2009-12-14 18:33:59.440994299 -0500
 @@ -6,6 +6,7 @@
  #include <linux/posix-timers.h>
  #include <linux/errno.h>
@@ -40469,8 +45886,8 @@ diff -urNp linux-2.6.31/kernel/posix-cpu-timers.c linux-2.6.31/kernel/posix-cpu-
 +#include <linux/security.h>
  #include <asm/uaccess.h>
  #include <linux/kernel_stat.h>
-@@ -1041,6 +1042,7 @@ static void check_thread_timers(struct t
+ #include <trace/events/timer.h>
+@@ -1044,6 +1045,7 @@ static void check_thread_timers(struct t
                        __group_send_sig_info(SIGKILL, SEND_SIG_PRIV, tsk);
                        return;
                }
@@ -40478,7 +45895,7 @@ diff -urNp linux-2.6.31/kernel/posix-cpu-timers.c linux-2.6.31/kernel/posix-cpu-
                if (tsk->rt.timeout > DIV_ROUND_UP(*soft, USEC_PER_SEC/HZ)) {
                        /*
                         * At the soft limit, send a SIGXCPU every second.
-@@ -1196,6 +1198,7 @@ static void check_process_timers(struct 
+@@ -1206,6 +1208,7 @@ static void check_process_timers(struct 
                        __group_send_sig_info(SIGKILL, SEND_SIG_PRIV, tsk);
                        return;
                }
@@ -40486,9 +45903,29 @@ diff -urNp linux-2.6.31/kernel/posix-cpu-timers.c linux-2.6.31/kernel/posix-cpu-
                if (psecs >= sig->rlim[RLIMIT_CPU].rlim_cur) {
                        /*
                         * At the soft limit, send a SIGXCPU every second.
-diff -urNp linux-2.6.31/kernel/power/poweroff.c linux-2.6.31/kernel/power/poweroff.c
---- linux-2.6.31/kernel/power/poweroff.c       2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/kernel/power/poweroff.c       2009-09-06 15:29:12.159226019 -0400
+diff -urNp linux-2.6.32.1/kernel/power/hibernate.c linux-2.6.32.1/kernel/power/hibernate.c
+--- linux-2.6.32.1/kernel/power/hibernate.c    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/kernel/power/hibernate.c    2009-12-14 18:33:59.440994299 -0500
+@@ -48,14 +48,14 @@ enum {
+ static int hibernation_mode = HIBERNATION_SHUTDOWN;
+-static struct platform_hibernation_ops *hibernation_ops;
++static const struct platform_hibernation_ops *hibernation_ops;
+ /**
+  * hibernation_set_ops - set the global hibernate operations
+  * @ops: the hibernation operations to use in subsequent hibernation transitions
+  */
+-void hibernation_set_ops(struct platform_hibernation_ops *ops)
++void hibernation_set_ops(const struct platform_hibernation_ops *ops)
+ {
+       if (ops && !(ops->begin && ops->end &&  ops->pre_snapshot
+           && ops->prepare && ops->finish && ops->enter && ops->pre_restore
+diff -urNp linux-2.6.32.1/kernel/power/poweroff.c linux-2.6.32.1/kernel/power/poweroff.c
+--- linux-2.6.32.1/kernel/power/poweroff.c     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/kernel/power/poweroff.c     2009-12-14 18:33:59.440994299 -0500
 @@ -37,7 +37,7 @@ static struct sysrq_key_op   sysrq_powerof
        .enable_mask    = SYSRQ_ENABLE_BOOT,
  };
@@ -40498,10 +45935,10 @@ diff -urNp linux-2.6.31/kernel/power/poweroff.c linux-2.6.31/kernel/power/powero
  {
        register_sysrq_key('o', &sysrq_poweroff_op);
        return 0;
-diff -urNp linux-2.6.31/kernel/power/process.c linux-2.6.31/kernel/power/process.c
---- linux-2.6.31/kernel/power/process.c        2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/kernel/power/process.c        2009-09-06 15:30:00.016157904 -0400
-@@ -36,12 +36,15 @@ static int try_to_freeze_tasks(bool sig_
+diff -urNp linux-2.6.32.1/kernel/power/process.c linux-2.6.32.1/kernel/power/process.c
+--- linux-2.6.32.1/kernel/power/process.c      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/kernel/power/process.c      2009-12-14 18:33:59.440994299 -0500
+@@ -37,12 +37,15 @@ static int try_to_freeze_tasks(bool sig_
        struct timeval start, end;
        u64 elapsed_csecs64;
        unsigned int elapsed_csecs;
@@ -40517,7 +45954,7 @@ diff -urNp linux-2.6.31/kernel/power/process.c linux-2.6.31/kernel/power/process
                read_lock(&tasklist_lock);
                do_each_thread(g, p) {
                        if (frozen(p) || !freezeable(p))
-@@ -56,15 +59,17 @@ static int try_to_freeze_tasks(bool sig_
+@@ -57,15 +60,17 @@ static int try_to_freeze_tasks(bool sig_
                         * It is "frozen enough".  If the task does wake
                         * up, it will immediately call try_to_freeze.
                         */
@@ -40540,10 +45977,29 @@ diff -urNp linux-2.6.31/kernel/power/process.c linux-2.6.31/kernel/power/process
  
        do_gettimeofday(&end);
        elapsed_csecs64 = timeval_to_ns(&end) - timeval_to_ns(&start);
-diff -urNp linux-2.6.31/kernel/printk.c linux-2.6.31/kernel/printk.c
---- linux-2.6.31/kernel/printk.c       2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/kernel/printk.c       2009-09-06 15:29:12.159226019 -0400
-@@ -272,6 +272,11 @@ int do_syslog(int type, char __user *buf
+diff -urNp linux-2.6.32.1/kernel/power/suspend.c linux-2.6.32.1/kernel/power/suspend.c
+--- linux-2.6.32.1/kernel/power/suspend.c      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/kernel/power/suspend.c      2009-12-14 18:33:59.441985104 -0500
+@@ -23,13 +23,13 @@ const char *const pm_states[PM_SUSPEND_M
+       [PM_SUSPEND_MEM]        = "mem",
+ };
+-static struct platform_suspend_ops *suspend_ops;
++static const struct platform_suspend_ops *suspend_ops;
+ /**
+  *    suspend_set_ops - Set the global suspend method table.
+  *    @ops:   Pointer to ops structure.
+  */
+-void suspend_set_ops(struct platform_suspend_ops *ops)
++void suspend_set_ops(const struct platform_suspend_ops *ops)
+ {
+       mutex_lock(&pm_mutex);
+       suspend_ops = ops;
+diff -urNp linux-2.6.32.1/kernel/printk.c linux-2.6.32.1/kernel/printk.c
+--- linux-2.6.32.1/kernel/printk.c     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/kernel/printk.c     2009-12-14 18:33:59.441985104 -0500
+@@ -278,6 +278,11 @@ int do_syslog(int type, char __user *buf
        char c;
        int error = 0;
  
@@ -40555,9 +46011,9 @@ diff -urNp linux-2.6.31/kernel/printk.c linux-2.6.31/kernel/printk.c
        error = security_syslog(type);
        if (error)
                return error;
-diff -urNp linux-2.6.31/kernel/ptrace.c linux-2.6.31/kernel/ptrace.c
---- linux-2.6.31/kernel/ptrace.c       2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/kernel/ptrace.c       2009-09-06 15:29:12.160249320 -0400
+diff -urNp linux-2.6.32.1/kernel/ptrace.c linux-2.6.32.1/kernel/ptrace.c
+--- linux-2.6.32.1/kernel/ptrace.c     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/kernel/ptrace.c     2009-12-14 18:33:59.441985104 -0500
 @@ -141,7 +141,7 @@ int __ptrace_may_access(struct task_stru
             cred->gid != tcred->egid ||
             cred->gid != tcred->sgid ||
@@ -40575,7 +46031,7 @@ diff -urNp linux-2.6.31/kernel/ptrace.c linux-2.6.31/kernel/ptrace.c
 +      if (!dumpable && !capable_nolog(CAP_SYS_PTRACE))
                return -EPERM;
  
-       return security_ptrace_may_access(task, mode);
+       return security_ptrace_access_check(task, mode);
 @@ -199,7 +199,7 @@ int ptrace_attach(struct task_struct *ta
                goto unlock_tasklist;
  
@@ -40585,102 +46041,72 @@ diff -urNp linux-2.6.31/kernel/ptrace.c linux-2.6.31/kernel/ptrace.c
                task->ptrace |= PT_PTRACE_CAP;
  
        __ptrace_link(task, current);
-@@ -633,6 +633,11 @@ SYSCALL_DEFINE4(ptrace, long, request, l
-       if (ret < 0)
-               goto out_put_task_struct;
+@@ -532,18 +532,18 @@ int ptrace_request(struct task_struct *c
+               ret = ptrace_setoptions(child, data);
+               break;
+       case PTRACE_GETEVENTMSG:
+-              ret = put_user(child->ptrace_message, (unsigned long __user *) data);
++              ret = put_user(child->ptrace_message, (__force unsigned long __user *) data);
+               break;
+       case PTRACE_GETSIGINFO:
+               ret = ptrace_getsiginfo(child, &siginfo);
+               if (!ret)
+-                      ret = copy_siginfo_to_user((siginfo_t __user *) data,
++                      ret = copy_siginfo_to_user((__force siginfo_t __user *) data,
+                                                  &siginfo);
+               break;
+       case PTRACE_SETSIGINFO:
+-              if (copy_from_user(&siginfo, (siginfo_t __user *) data,
++              if (copy_from_user(&siginfo, (__force siginfo_t __user *) data,
+                                  sizeof siginfo))
+                       ret = -EFAULT;
+               else
+@@ -621,6 +621,11 @@ SYSCALL_DEFINE4(ptrace, long, request, l
+               goto out;
+       }
  
 +      if (gr_handle_ptrace(child, request)) {
 +              ret = -EPERM;
 +              goto out_put_task_struct;
 +      }
 +
-       ret = arch_ptrace(child, request, addr, data);
-  out_put_task_struct:
-diff -urNp linux-2.6.31/kernel/rcupreempt_trace.c linux-2.6.31/kernel/rcupreempt_trace.c
---- linux-2.6.31/kernel/rcupreempt_trace.c     2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/kernel/rcupreempt_trace.c     2009-09-06 15:29:12.160249320 -0400
-@@ -261,17 +261,17 @@ static ssize_t rcuctrs_read(struct file 
-       return bcount;
- }
--static struct file_operations rcustats_fops = {
-+static const struct file_operations rcustats_fops = {
-       .owner = THIS_MODULE,
-       .read = rcustats_read,
- };
--static struct file_operations rcugp_fops = {
-+static const struct file_operations rcugp_fops = {
-       .owner = THIS_MODULE,
-       .read = rcugp_read,
- };
--static struct file_operations rcuctrs_fops = {
-+static const struct file_operations rcuctrs_fops = {
-       .owner = THIS_MODULE,
-       .read = rcuctrs_read,
- };
-diff -urNp linux-2.6.31/kernel/rcutree_trace.c linux-2.6.31/kernel/rcutree_trace.c
---- linux-2.6.31/kernel/rcutree_trace.c        2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/kernel/rcutree_trace.c        2009-09-06 15:29:12.161195970 -0400
-@@ -88,7 +88,7 @@ static int rcudata_open(struct inode *in
-       return single_open(file, show_rcudata, NULL);
+       if (request == PTRACE_ATTACH) {
+               ret = ptrace_attach(child);
+               /*
+--- l/kernel/ptrace.c~ 2009-12-16 10:30:10.024443147 +0100
++++ l/kernel/ptrace.c  2009-12-16 10:31:34.308392396 +0100
+@@ -654,25 +654,25 @@ SYSCALL_DEFINE4(ptrace, long, request, l
+       unlock_kernel();
+       return ret;
  }
  
--static struct file_operations rcudata_fops = {
-+static const struct file_operations rcudata_fops = {
-       .owner = THIS_MODULE,
-       .open = rcudata_open,
-       .read = seq_read,
-@@ -136,7 +136,7 @@ static int rcudata_csv_open(struct inode
-       return single_open(file, show_rcudata_csv, NULL);
- }
+ int generic_ptrace_peekdata(struct task_struct *tsk, long addr, long data)
+ {
+       unsigned long tmp;
+       int copied;
  
--static struct file_operations rcudata_csv_fops = {
-+static const struct file_operations rcudata_csv_fops = {
-       .owner = THIS_MODULE,
-       .open = rcudata_csv_open,
-       .read = seq_read,
-@@ -183,7 +183,7 @@ static int rcuhier_open(struct inode *in
-       return single_open(file, show_rcuhier, NULL);
+       copied = access_process_vm(tsk, addr, &tmp, sizeof(tmp), 0);
+       if (copied != sizeof(tmp))
+               return -EIO;
+-      return put_user(tmp, (unsigned long __user *)data);
++      return put_user(tmp, (__force unsigned long __user *)data);
  }
  
--static struct file_operations rcuhier_fops = {
-+static const struct file_operations rcuhier_fops = {
-       .owner = THIS_MODULE,
-       .open = rcuhier_open,
-       .read = seq_read,
-@@ -205,7 +205,7 @@ static int rcugp_open(struct inode *inod
-       return single_open(file, show_rcugp, NULL);
- }
+ int generic_ptrace_pokedata(struct task_struct *tsk, long addr, long data)
+ {
+       int copied;
  
--static struct file_operations rcugp_fops = {
-+static const struct file_operations rcugp_fops = {
-       .owner = THIS_MODULE,
-       .open = rcugp_open,
-       .read = seq_read,
-@@ -255,7 +255,7 @@ static int rcu_pending_open(struct inode
-       return single_open(file, show_rcu_pending, NULL);
+       copied = access_process_vm(tsk, addr, &data, sizeof(data), 1);
+       return (copied == sizeof(data)) ? 0 : -EIO;
  }
  
--static struct file_operations rcu_pending_fops = {
-+static const struct file_operations rcu_pending_fops = {
-       .owner = THIS_MODULE,
-       .open = rcu_pending_open,
-       .read = seq_read,
-diff -urNp linux-2.6.31/kernel/relay.c linux-2.6.31/kernel/relay.c
---- linux-2.6.31/kernel/relay.c        2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/kernel/relay.c        2009-09-06 15:29:12.161195970 -0400
-@@ -60,7 +60,7 @@ static int relay_buf_fault(struct vm_are
- /*
-  * vm_ops for relay file mappings.
-  */
--static struct vm_operations_struct relay_file_mmap_ops = {
-+static const struct vm_operations_struct relay_file_mmap_ops = {
-       .fault = relay_buf_fault,
-       .close = relay_file_mmap_close,
- };
+ #if defined CONFIG_COMPAT
+ #include <linux/compat.h>
+diff -urNp linux-2.6.32.1/kernel/relay.c linux-2.6.32.1/kernel/relay.c
+--- linux-2.6.32.1/kernel/relay.c      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/kernel/relay.c      2009-12-14 18:33:59.442723685 -0500
 @@ -1292,7 +1292,7 @@ static int subbuf_splice_actor(struct fi
                return 0;
  
@@ -40690,9 +46116,9 @@ diff -urNp linux-2.6.31/kernel/relay.c linux-2.6.31/kernel/relay.c
                return ret;
  
          if (read_start + ret == nonpad_end)
-diff -urNp linux-2.6.31/kernel/resource.c linux-2.6.31/kernel/resource.c
---- linux-2.6.31/kernel/resource.c     2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/kernel/resource.c     2009-09-06 15:29:12.161924324 -0400
+diff -urNp linux-2.6.32.1/kernel/resource.c linux-2.6.32.1/kernel/resource.c
+--- linux-2.6.32.1/kernel/resource.c   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/kernel/resource.c   2009-12-14 18:33:59.442723685 -0500
 @@ -132,8 +132,18 @@ static const struct file_operations proc
  
  static int __init ioresources_init(void)
@@ -40712,19 +46138,10 @@ diff -urNp linux-2.6.31/kernel/resource.c linux-2.6.31/kernel/resource.c
        return 0;
  }
  __initcall(ioresources_init);
-diff -urNp linux-2.6.31/kernel/sched.c linux-2.6.31/kernel/sched.c
---- linux-2.6.31/kernel/sched.c        2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/kernel/sched.c        2009-09-06 15:29:12.164145969 -0400
-@@ -820,7 +820,7 @@ static int sched_feat_open(struct inode 
-       return single_open(filp, sched_feat_show, NULL);
- }
--static struct file_operations sched_feat_fops = {
-+static const struct file_operations sched_feat_fops = {
-       .open           = sched_feat_open,
-       .write          = sched_feat_write,
-       .read           = seq_read,
-@@ -5978,6 +5978,8 @@ int can_nice(const struct task_struct *p
+diff -urNp linux-2.6.32.1/kernel/sched.c linux-2.6.32.1/kernel/sched.c
+--- linux-2.6.32.1/kernel/sched.c      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/kernel/sched.c      2009-12-14 18:33:59.472984930 -0500
+@@ -6072,6 +6072,8 @@ int can_nice(const struct task_struct *p
        /* convert nice value [19,-20] to rlimit style value [1,40] */
        int nice_rlim = 20 - nice;
  
@@ -40733,17 +46150,16 @@ diff -urNp linux-2.6.31/kernel/sched.c linux-2.6.31/kernel/sched.c
        return (nice_rlim <= p->signal->rlim[RLIMIT_NICE].rlim_cur ||
                capable(CAP_SYS_NICE));
  }
-@@ -6011,7 +6013,8 @@ SYSCALL_DEFINE1(nice, int, increment)
+@@ -6319,7 +6319,7 @@ SYSCALL_DEFINE1(nice, int, increment)
        if (nice > 19)
                nice = 19;
  
 -      if (increment < 0 && !can_nice(current, nice))
-+      if (increment < 0 && (!can_nice(current, nice) ||
-+                            gr_handle_chroot_nice()))
++      if (increment < 0 && (!can_nice(current, nice) || gr_handle_chroot_nice()))
                return vx_flags(VXF_IGNEG_NICE, 0) ? 0 : -EPERM;
  
        retval = security_task_setnice(current, nice);
-@@ -6153,6 +6156,8 @@ recheck:
+@@ -6255,6 +6258,8 @@ recheck:
                if (rt_policy(policy)) {
                        unsigned long rlim_rtprio;
  
@@ -40752,7 +46168,7 @@ diff -urNp linux-2.6.31/kernel/sched.c linux-2.6.31/kernel/sched.c
                        if (!lock_task_sighand(p, &flags))
                                return -ESRCH;
                        rlim_rtprio = p->signal->rlim[RLIMIT_RTPRIO].rlim_cur;
-@@ -7300,7 +7305,7 @@ static struct ctl_table sd_ctl_dir[] = {
+@@ -7406,7 +7411,7 @@ static struct ctl_table sd_ctl_dir[] = {
                .procname       = "sched_domain",
                .mode           = 0555,
        },
@@ -40761,7 +46177,7 @@ diff -urNp linux-2.6.31/kernel/sched.c linux-2.6.31/kernel/sched.c
  };
  
  static struct ctl_table sd_ctl_root[] = {
-@@ -7310,7 +7315,7 @@ static struct ctl_table sd_ctl_root[] = 
+@@ -7416,7 +7421,7 @@ static struct ctl_table sd_ctl_root[] = 
                .mode           = 0555,
                .child          = sd_ctl_dir,
        },
@@ -40770,9 +46186,9 @@ diff -urNp linux-2.6.31/kernel/sched.c linux-2.6.31/kernel/sched.c
  };
  
  static struct ctl_table *sd_alloc_ctl_entry(int n)
-diff -urNp linux-2.6.31/kernel/signal.c linux-2.6.31/kernel/signal.c
---- linux-2.6.31/kernel/signal.c       2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/kernel/signal.c       2009-09-06 15:29:12.165960051 -0400
+diff -urNp linux-2.6.32.1/kernel/signal.c linux-2.6.32.1/kernel/signal.c
+--- linux-2.6.32.1/kernel/signal.c     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/kernel/signal.c     2009-12-14 18:33:59.473715661 -0500
 @@ -207,6 +207,9 @@ static struct sigqueue *__sigqueue_alloc
         */
        user = get_uid(__task_cred(t)->user);
@@ -40783,16 +46199,17 @@ diff -urNp linux-2.6.31/kernel/signal.c linux-2.6.31/kernel/signal.c
        if (override_rlimit ||
            atomic_read(&user->sigpending) <=
                        t->signal->rlim[RLIMIT_SIGPENDING].rlim_cur)
-@@ -625,6 +628,9 @@ static int check_kill_permission(int sig
+@@ -651,6 +651,10 @@
+                       sig, info, t, vx_task_xid(t), t->pid, current->xid);
                return error;
        }
- skip:
++
 +      if (gr_handle_signal(t, sig))
 +              return -EPERM;
 +
+ skip:
        return security_task_kill(t, info, sig, 0);
  }
 @@ -939,8 +945,8 @@ static void print_fatal_signal(struct pt
                for (i = 0; i < 16; i++) {
                        unsigned char insn;
@@ -40813,126 +46230,201 @@ diff -urNp linux-2.6.31/kernel/signal.c linux-2.6.31/kernel/signal.c
  specific_send_sig_info(int sig, struct siginfo *info, struct task_struct *t)
  {
        return send_signal(sig, info, t, 0);
-@@ -1005,6 +1011,9 @@ force_sig_info(int sig, struct siginfo *
+@@ -1019,6 +1025,9 @@ force_sig_info(int sig, struct siginfo *
        ret = specific_send_sig_info(sig, info, t);
        spin_unlock_irqrestore(&t->sighand->siglock, flags);
  
-+      gr_log_signal(sig, t);
++      gr_log_signal(sig, !is_si_special(info) ? info->si_addr : NULL, t);
 +      gr_handle_crash(t, sig);
 +
        return ret;
  }
  
-@@ -1079,6 +1088,8 @@ int group_send_sig_info(int sig, struct 
-                       ret = __group_send_sig_info(sig, info, p);
-                       unlock_task_sighand(p, &flags);
-               }
+@@ -1078,8 +1087,11 @@ int group_send_sig_info(int sig, struct 
+ {
+       int ret = check_kill_permission(sig, info, p);
+-      if (!ret && sig)
++      if (!ret && sig) {
+               ret = do_send_sig_info(sig, info, p, true);
 +              if (!ret)
-+                      gr_log_signal(sig, p);
-       }
++                      gr_log_signal(sig, !is_si_special(info) ? info->si_addr : NULL, p);
++      }
  
        return ret;
-diff -urNp linux-2.6.31/kernel/sys.c linux-2.6.31/kernel/sys.c
---- linux-2.6.31/kernel/sys.c  2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/kernel/sys.c  2009-09-06 15:29:12.167024518 -0400
+ }
+diff -urNp linux-2.6.32.1/kernel/smp.c linux-2.6.32.1/kernel/smp.c
+--- linux-2.6.32.1/kernel/smp.c        2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/kernel/smp.c        2009-12-14 18:33:59.487900127 -0500
+@@ -459,22 +459,22 @@ int smp_call_function(void (*func)(void 
+ }
+ EXPORT_SYMBOL(smp_call_function);
+-void ipi_call_lock(void)
++void ipi_call_lock(void) __acquires(call_function.lock)
+ {
+       spin_lock(&call_function.lock);
+ }
+-void ipi_call_unlock(void)
++void ipi_call_unlock(void) __releases(call_function.lock)
+ {
+       spin_unlock(&call_function.lock);
+ }
+-void ipi_call_lock_irq(void)
++void ipi_call_lock_irq(void) __acquires(call_function.lock)
+ {
+       spin_lock_irq(&call_function.lock);
+ }
+-void ipi_call_unlock_irq(void)
++void ipi_call_unlock_irq(void) __releases(call_function.lock)
+ {
+       spin_unlock_irq(&call_function.lock);
+ }
+diff -urNp linux-2.6.32.1/kernel/softirq.c linux-2.6.32.1/kernel/softirq.c
+--- linux-2.6.32.1/kernel/softirq.c    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/kernel/softirq.c    2009-12-14 18:33:59.488764183 -0500
+@@ -56,7 +56,7 @@ static struct softirq_action softirq_vec
+ static DEFINE_PER_CPU(struct task_struct *, ksoftirqd);
+-char *softirq_to_name[NR_SOFTIRQS] = {
++const char * const softirq_to_name[NR_SOFTIRQS] = {
+       "HI", "TIMER", "NET_TX", "NET_RX", "BLOCK", "BLOCK_IOPOLL",
+       "TASKLET", "SCHED", "HRTIMER",  "RCU"
+ };
+diff -urNp linux-2.6.32.1/kernel/sys.c linux-2.6.32.1/kernel/sys.c
+--- linux-2.6.32.1/kernel/sys.c        2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/kernel/sys.c        2009-12-14 18:33:59.488764183 -0500
 @@ -133,6 +133,12 @@ static int set_one_prio(struct task_stru
-                               error = -EACCES;
-                       goto out;
-               }
+               error = -EACCES;
+               goto out;
+       }
 +
-+              if (gr_handle_chroot_setpriority(p, niceval)) {
-+                      error = -EACCES;
-+                      goto out;
-+              }
++      if (gr_handle_chroot_setpriority(p, niceval)) {
++              error = -EACCES;
++              goto out;
++      }
 +
-               no_nice = security_task_setnice(p, niceval);
-               if (no_nice) {
-                       error = no_nice;
+       no_nice = security_task_setnice(p, niceval);
+       if (no_nice) {
+               error = no_nice;
+@@ -190,10 +196,10 @@ SYSCALL_DEFINE3(setpriority, int, which,
+                                !(user = find_user(who)))
+                               goto out_unlock;        /* No processes for this user */
+-                      do_each_thread(g, p)
++                      do_each_thread(g, p) {
+                               if (__task_cred(p)->uid == who)
+                                       error = set_one_prio(p, niceval, error);
+-                      while_each_thread(g, p);
++                      } while_each_thread(g, p);
+                       if (who != cred->uid)
+                               free_uid(user);         /* For find_user() */
+                       break;
+@@ -253,13 +259,13 @@ SYSCALL_DEFINE2(getpriority, int, which,
+                                !(user = find_user(who)))
+                               goto out_unlock;        /* No processes for this user */
+-                      do_each_thread(g, p)
++                      do_each_thread(g, p) {
+                               if (__task_cred(p)->uid == who) {
+                                       niceval = 20 - task_nice(p);
+                                       if (niceval > retval)
+                                               retval = niceval;
+                               }
+-                      while_each_thread(g, p);
++                      } while_each_thread(g, p);
+                       if (who != cred->uid)
+                               free_uid(user);         /* for find_user() */
+                       break;
 @@ -509,6 +515,9 @@ SYSCALL_DEFINE2(setregid, gid_t, rgid, g
-                               goto error;
-               }
+                       goto error;
+       }
  
 +      if (gr_check_group_change(new->gid, new->egid, -1))
 +              goto error;
 +
-               if (rgid != (gid_t) -1 ||
-                   (egid != (gid_t) -1 && egid != old->gid))
-                       new->sgid = new->egid;
+       if (rgid != (gid_t) -1 ||
+           (egid != (gid_t) -1 && egid != old->gid))
+               new->sgid = new->egid;
 @@ -542,6 +551,10 @@ SYSCALL_DEFINE1(setgid, gid_t, gid)
-                       goto error;
+               goto error;
  
-               retval = -EPERM;
+       retval = -EPERM;
 +
-+              if (gr_check_group_change(gid, gid, gid))
-+                      goto error;
++      if (gr_check_group_change(gid, gid, gid))
++              goto error;
 +
-               if (capable(CAP_SETGID))
-                       new->gid = new->egid = new->sgid = new->fsgid = gid;
-               else if (gid == old->gid || gid == old->sgid)
+       if (capable(CAP_SETGID))
+               new->gid = new->egid = new->sgid = new->fsgid = gid;
+       else if (gid == old->gid || gid == old->sgid)
 @@ -632,6 +645,9 @@ SYSCALL_DEFINE2(setreuid, uid_t, ruid, u
-                               goto error;
-               }
+                       goto error;
+       }
  
-+              if (gr_check_user_change(new->uid, new->euid, -1))
-+                      goto error;
++      if (gr_check_user_change(new->uid, new->euid, -1))
++              goto error;
 +
-               if (new->uid != old->uid) {
-                       retval = set_user(new);
-                       if (retval < 0)
+       if (new->uid != old->uid) {
+               retval = set_user(new);
+               if (retval < 0)
 @@ -680,6 +696,12 @@ SYSCALL_DEFINE1(setuid, uid_t, uid)
-                       goto error;
+               goto error;
  
-               retval = -EPERM;
+       retval = -EPERM;
 +
-+              if (gr_check_crash_uid(uid))
-+                      goto error;
-+              if (gr_check_user_change(uid, uid, uid))
-+                      goto error;
++      if (gr_check_crash_uid(uid))
++              goto error;
++      if (gr_check_user_change(uid, uid, uid))
++              goto error;
 +
-               if (capable(CAP_SETUID)) {
-                       new->suid = new->uid = uid;
-                       if (uid != old->uid) {
+       if (capable(CAP_SETUID)) {
+               new->suid = new->uid = uid;
+               if (uid != old->uid) {
 @@ -737,6 +759,9 @@ SYSCALL_DEFINE3(setresuid, uid_t, ruid, 
-                               goto error;
-               }
+                       goto error;
+       }
  
-+              if (gr_check_user_change(ruid, euid, -1))
-+                      goto error;
++      if (gr_check_user_change(ruid, euid, -1))
++              goto error;
 +
-               if (ruid != (uid_t) -1) {
-                       new->uid = ruid;
-                       if (ruid != old->uid) {
+       if (ruid != (uid_t) -1) {
+               new->uid = ruid;
+               if (ruid != old->uid) {
 @@ -805,6 +830,9 @@ SYSCALL_DEFINE3(setresgid, gid_t, rgid, 
-                               goto error;
-               }
+                       goto error;
+       }
  
-+              if (gr_check_group_change(rgid, egid, -1))
-+                      goto error;
++      if (gr_check_group_change(rgid, egid, -1))
++              goto error;
 +
-               if (rgid != (gid_t) -1)
-                       new->gid = rgid;
-               if (egid != (gid_t) -1)
+       if (rgid != (gid_t) -1)
+               new->gid = rgid;
+       if (egid != (gid_t) -1)
 @@ -854,6 +882,9 @@ SYSCALL_DEFINE1(setfsuid, uid_t, uid)
-               if (security_task_setuid(uid, (uid_t)-1, (uid_t)-1, LSM_SETID_FS) < 0)
-                       goto error;
+       if (security_task_setuid(uid, (uid_t)-1, (uid_t)-1, LSM_SETID_FS) < 0)
+               goto error;
  
-+              if (gr_check_user_change(-1, -1, uid))
-+                      goto error;
++      if (gr_check_user_change(-1, -1, uid))
++              goto error;
 +
-               if (uid == old->uid  || uid == old->euid  ||
-                   uid == old->suid || uid == old->fsuid ||
-                   capable(CAP_SETUID)) {
+       if (uid == old->uid  || uid == old->euid  ||
+           uid == old->suid || uid == old->fsuid ||
+           capable(CAP_SETUID)) {
 @@ -894,6 +925,9 @@ SYSCALL_DEFINE1(setfsgid, gid_t, gid)
-               if (gid == old->gid  || gid == old->egid  ||
-                   gid == old->sgid || gid == old->fsgid ||
-                   capable(CAP_SETGID)) {
-+                      if (gr_check_group_change(-1, -1, gid))
-+                              goto error;
+       if (gid == old->gid  || gid == old->egid  ||
+           gid == old->sgid || gid == old->fsgid ||
+           capable(CAP_SETGID)) {
++              if (gr_check_group_change(-1, -1, gid))
++                      goto error;
 +
-                       if (gid != old_fsgid) {
-                               new->fsgid = gid;
-                               goto change_okay;
-@@ -1443,7 +1477,7 @@ SYSCALL_DEFINE5(prctl, int, option, unsi
+               if (gid != old_fsgid) {
+                       new->fsgid = gid;
+                       goto change_okay;
+@@ -1459,7 +1493,7 @@ SYSCALL_DEFINE5(prctl, int, option, unsi
                        error = get_dumpable(me->mm);
                        break;
                case PR_SET_DUMPABLE:
@@ -40941,10 +46433,10 @@ diff -urNp linux-2.6.31/kernel/sys.c linux-2.6.31/kernel/sys.c
                                error = -EINVAL;
                                break;
                        }
-diff -urNp linux-2.6.31/kernel/sysctl.c linux-2.6.31/kernel/sysctl.c
---- linux-2.6.31/kernel/sysctl.c       2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/kernel/sysctl.c       2009-09-06 15:29:12.168034410 -0400
-@@ -65,6 +65,13 @@
+diff -urNp linux-2.6.32.1/kernel/sysctl.c linux-2.6.32.1/kernel/sysctl.c
+--- linux-2.6.32.1/kernel/sysctl.c     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/kernel/sysctl.c     2009-12-14 18:33:59.489992453 -0500
+@@ -63,6 +63,13 @@
  static int deprecated_sysctl_warning(struct __sysctl_args *args);
  
  #if defined(CONFIG_SYSCTL)
@@ -40958,15 +46450,15 @@ diff -urNp linux-2.6.31/kernel/sysctl.c linux-2.6.31/kernel/sysctl.c
  
  /* External variables not in a header file. */
  extern int C_A_D;
-@@ -163,6 +170,7 @@ static int proc_do_cad_pid(struct ctl_ta
- static int proc_taint(struct ctl_table *table, int write, struct file *filp,
+@@ -168,6 +175,7 @@ static int proc_do_cad_pid(struct ctl_ta
+ static int proc_taint(struct ctl_table *table, int write,
                               void __user *buffer, size_t *lenp, loff_t *ppos);
  #endif
 +extern ctl_table grsecurity_table[];
  
  static struct ctl_table root_table[];
  static struct ctl_table_root sysctl_table_root;
-@@ -195,6 +203,21 @@ extern struct ctl_table epoll_table[];
+@@ -200,6 +208,21 @@ extern struct ctl_table epoll_table[];
  int sysctl_legacy_va_layout;
  #endif
  
@@ -40988,11 +46480,11 @@ diff -urNp linux-2.6.31/kernel/sysctl.c linux-2.6.31/kernel/sysctl.c
  extern int prove_locking;
  extern int lock_stat;
  
-@@ -246,6 +269,24 @@ static int max_wakeup_granularity_ns = N
+@@ -251,6 +274,24 @@ static int max_wakeup_granularity_ns = N
  #endif
  
  static struct ctl_table kern_table[] = {
-+#if defined(CONFIG_GRKERNSEC_SYSCTL) || defined(CONFIG_GRKERNSEC_MODSTOP)
++#if defined(CONFIG_GRKERNSEC_SYSCTL) || defined(CONFIG_GRKERNSEC_ROFS)
 +      {
 +              .ctl_name       = CTL_UNNUMBERED,
 +              .procname       = "grsecurity",
@@ -41010,10 +46502,10 @@ diff -urNp linux-2.6.31/kernel/sysctl.c linux-2.6.31/kernel/sysctl.c
 +      },
 +#endif
 +
- #ifdef CONFIG_SCHED_DEBUG
        {
                .ctl_name       = CTL_UNNUMBERED,
-@@ -1734,6 +1775,8 @@ static int do_sysctl_strategy(struct ctl
+               .procname       = "sched_child_runs_first",
+@@ -1800,6 +1841,8 @@ static int do_sysctl_strategy(struct ctl
        return 0;
  }
  
@@ -41022,7 +46514,7 @@ diff -urNp linux-2.6.31/kernel/sysctl.c linux-2.6.31/kernel/sysctl.c
  static int parse_table(int __user *name, int nlen,
                       void __user *oldval, size_t __user *oldlenp,
                       void __user *newval, size_t newlen,
-@@ -1752,7 +1795,7 @@ repeat:
+@@ -1818,7 +1861,7 @@ repeat:
                if (n == table->ctl_name) {
                        int error;
                        if (table->child) {
@@ -41031,7 +46523,7 @@ diff -urNp linux-2.6.31/kernel/sysctl.c linux-2.6.31/kernel/sysctl.c
                                        return -EPERM;
                                name++;
                                nlen--;
-@@ -1837,6 +1880,33 @@ int sysctl_perm(struct ctl_table_root *r
+@@ -1903,6 +1946,33 @@ int sysctl_perm(struct ctl_table_root *r
        int error;
        int mode;
  
@@ -41065,9 +46557,9 @@ diff -urNp linux-2.6.31/kernel/sysctl.c linux-2.6.31/kernel/sysctl.c
        error = security_sysctl(table, op & (MAY_READ | MAY_WRITE | MAY_EXEC));
        if (error)
                return error;
-diff -urNp linux-2.6.31/kernel/taskstats.c linux-2.6.31/kernel/taskstats.c
---- linux-2.6.31/kernel/taskstats.c    2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/kernel/taskstats.c    2009-09-06 15:29:12.168992057 -0400
+diff -urNp linux-2.6.32.1/kernel/taskstats.c linux-2.6.32.1/kernel/taskstats.c
+--- linux-2.6.32.1/kernel/taskstats.c  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/kernel/taskstats.c  2009-12-14 18:33:59.489992453 -0500
 @@ -26,9 +26,12 @@
  #include <linux/cgroup.h>
  #include <linux/fs.h>
@@ -41091,9 +46583,9 @@ diff -urNp linux-2.6.31/kernel/taskstats.c linux-2.6.31/kernel/taskstats.c
        if (!alloc_cpumask_var(&mask, GFP_KERNEL))
                return -ENOMEM;
  
-diff -urNp linux-2.6.31/kernel/time/tick-broadcast.c linux-2.6.31/kernel/time/tick-broadcast.c
---- linux-2.6.31/kernel/time/tick-broadcast.c  2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/kernel/time/tick-broadcast.c  2009-09-06 15:29:12.171086755 -0400
+diff -urNp linux-2.6.32.1/kernel/time/tick-broadcast.c linux-2.6.32.1/kernel/time/tick-broadcast.c
+--- linux-2.6.32.1/kernel/time/tick-broadcast.c        2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/kernel/time/tick-broadcast.c        2009-12-14 18:33:59.491005145 -0500
 @@ -116,7 +116,7 @@ int tick_device_uses_broadcast(struct cl
                 * then clear the broadcast bit.
                 */
@@ -41103,34 +46595,10 @@ diff -urNp linux-2.6.31/kernel/time/tick-broadcast.c linux-2.6.31/kernel/time/ti
  
                        cpumask_clear_cpu(cpu, tick_get_broadcast_mask());
                        tick_broadcast_clear_oneshot(cpu);
-diff -urNp linux-2.6.31/kernel/time/timer_list.c linux-2.6.31/kernel/time/timer_list.c
---- linux-2.6.31/kernel/time/timer_list.c      2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/kernel/time/timer_list.c      2009-09-06 15:29:12.172060074 -0400
-@@ -275,7 +275,7 @@ static int timer_list_open(struct inode 
-       return single_open(filp, timer_list_show, NULL);
- }
--static struct file_operations timer_list_fops = {
-+static const struct file_operations timer_list_fops = {
-       .open           = timer_list_open,
-       .read           = seq_read,
-       .llseek         = seq_lseek,
-diff -urNp linux-2.6.31/kernel/time/timer_stats.c linux-2.6.31/kernel/time/timer_stats.c
---- linux-2.6.31/kernel/time/timer_stats.c     2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/kernel/time/timer_stats.c     2009-09-06 15:29:12.173058128 -0400
-@@ -395,7 +395,7 @@ static int tstats_open(struct inode *ino
-       return single_open(filp, tstats_show, NULL);
- }
--static struct file_operations tstats_fops = {
-+static const struct file_operations tstats_fops = {
-       .open           = tstats_open,
-       .read           = seq_read,
-       .write          = tstats_write,
-diff -urNp linux-2.6.31/kernel/time.c linux-2.6.31/kernel/time.c
---- linux-2.6.31/kernel/time.c 2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/kernel/time.c 2009-09-06 15:29:12.173058128 -0400
-@@ -94,6 +94,9 @@ SYSCALL_DEFINE1(stime, time_t __user *, 
+diff -urNp linux-2.6.32.1/kernel/time.c linux-2.6.32.1/kernel/time.c
+--- linux-2.6.32.1/kernel/time.c       2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/kernel/time.c       2009-12-14 18:33:59.491005145 -0500
+@@ -95,6 +95,9 @@ SYSCALL_DEFINE1(stime, time_t __user *, 
                return err;
  
        vx_settimeofday(&tv);
@@ -41167,31 +46635,10 @@ diff -urNp linux-2.6.31/kernel/time.c linux-2.6.31/kernel/time.c
  {
  #if HZ <= USEC_PER_SEC && !(USEC_PER_SEC % HZ)
        return (USEC_PER_SEC / HZ) * j;
-diff -urNp linux-2.6.31/kernel/trace/ftrace.c linux-2.6.31/kernel/trace/ftrace.c
---- linux-2.6.31/kernel/trace/ftrace.c 2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/kernel/trace/ftrace.c 2009-09-06 15:29:12.173915158 -0400
-@@ -1567,7 +1567,7 @@ static int t_show(struct seq_file *m, vo
-       return 0;
- }
--static struct seq_operations show_ftrace_seq_ops = {
-+static const struct seq_operations show_ftrace_seq_ops = {
-       .start = t_start,
-       .next = t_next,
-       .stop = t_stop,
-@@ -2565,7 +2565,7 @@ static int g_show(struct seq_file *m, vo
-       return 0;
- }
--static struct seq_operations ftrace_graph_seq_ops = {
-+static const struct seq_operations ftrace_graph_seq_ops = {
-       .start = g_start,
-       .next = g_next,
-       .stop = g_stop,
-diff -urNp linux-2.6.31/kernel/trace/Kconfig linux-2.6.31/kernel/trace/Kconfig
---- linux-2.6.31/kernel/trace/Kconfig  2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/kernel/trace/Kconfig  2009-09-06 15:29:12.173915158 -0400
-@@ -111,6 +111,7 @@ if FTRACE
+diff -urNp linux-2.6.32.1/kernel/trace/Kconfig linux-2.6.32.1/kernel/trace/Kconfig
+--- linux-2.6.32.1/kernel/trace/Kconfig        2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/kernel/trace/Kconfig        2009-12-14 18:33:59.491005145 -0500
+@@ -126,6 +126,7 @@ if FTRACE
  config FUNCTION_TRACER
        bool "Kernel Function Tracer"
        depends on HAVE_FUNCTION_TRACER
@@ -41199,7 +46646,7 @@ diff -urNp linux-2.6.31/kernel/trace/Kconfig linux-2.6.31/kernel/trace/Kconfig
        select FRAME_POINTER
        select KALLSYMS
        select GENERIC_TRACER
-@@ -326,6 +327,7 @@ config POWER_TRACER
+@@ -343,6 +344,7 @@ config POWER_TRACER
  config STACK_TRACER
        bool "Trace max stack"
        depends on HAVE_FUNCTION_TRACER
@@ -41207,31 +46654,49 @@ diff -urNp linux-2.6.31/kernel/trace/Kconfig linux-2.6.31/kernel/trace/Kconfig
        select FUNCTION_TRACER
        select STACKTRACE
        select KALLSYMS
-diff -urNp linux-2.6.31/kernel/trace/trace.c linux-2.6.31/kernel/trace/trace.c
---- linux-2.6.31/kernel/trace/trace.c  2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/kernel/trace/trace.c  2009-09-06 15:29:12.175045935 -0400
-@@ -1885,7 +1885,7 @@ static int s_show(struct seq_file *m, vo
      return 0;
- }
+diff -urNp linux-2.6.32.1/kernel/trace/trace.c linux-2.6.32.1/kernel/trace/trace.c
+--- linux-2.6.32.1/kernel/trace/trace.c        2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/kernel/trace/trace.c        2009-12-14 18:33:59.491783207 -0500
+@@ -3792,10 +3792,9 @@ static const struct file_operations trac
};
+ #endif
  
--static struct seq_operations tracer_seq_ops = {
-+static const struct seq_operations tracer_seq_ops = {
-       .start          = s_start,
-       .next           = s_next,
-       .stop           = s_stop,
-@@ -2097,7 +2097,7 @@ static int t_show(struct seq_file *m, vo
-       return 0;
+-static struct dentry *d_tracer;
+-
+ struct dentry *tracing_init_dentry(void)
+ {
++      static struct dentry *d_tracer;
+       static int once;
+       if (d_tracer)
+@@ -3815,10 +3814,9 @@ struct dentry *tracing_init_dentry(void)
+       return d_tracer;
  }
  
--static struct seq_operations show_traces_seq_ops = {
-+static const struct seq_operations show_traces_seq_ops = {
-       .start          = t_start,
-       .next           = t_next,
-       .stop           = t_stop,
-diff -urNp linux-2.6.31/kernel/trace/trace_output.c linux-2.6.31/kernel/trace/trace_output.c
---- linux-2.6.31/kernel/trace/trace_output.c   2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/kernel/trace/trace_output.c   2009-09-06 15:29:12.176028893 -0400
-@@ -234,7 +234,7 @@ int trace_seq_path(struct trace_seq *s, 
+-static struct dentry *d_percpu;
+-
+ struct dentry *tracing_dentry_percpu(void)
+ {
++      static struct dentry *d_percpu;
+       static int once;
+       struct dentry *d_tracer;
+diff -urNp linux-2.6.32.1/kernel/trace/trace_events.c linux-2.6.32.1/kernel/trace/trace_events.c
+--- linux-2.6.32.1/kernel/trace/trace_events.c 2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/kernel/trace/trace_events.c 2009-12-14 18:33:59.492790402 -0500
+@@ -951,6 +951,8 @@ static LIST_HEAD(ftrace_module_file_list
+  * Modules must own their file_operations to keep up with
+  * reference counting.
+  */
++
++/* cannot be const */
+ struct ftrace_module_file_ops {
+       struct list_head                list;
+       struct module                   *mod;
+diff -urNp linux-2.6.32.1/kernel/trace/trace_output.c linux-2.6.32.1/kernel/trace/trace_output.c
+--- linux-2.6.32.1/kernel/trace/trace_output.c 2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/kernel/trace/trace_output.c 2009-12-14 18:33:59.494733676 -0500
+@@ -237,7 +237,7 @@ int trace_seq_path(struct trace_seq *s, 
                return 0;
        p = d_path(path, s->buffer + s->len, PAGE_SIZE - s->len);
        if (!IS_ERR(p)) {
@@ -41240,9 +46705,21 @@ diff -urNp linux-2.6.31/kernel/trace/trace_output.c linux-2.6.31/kernel/trace/tr
                if (p) {
                        s->len = p - s->buffer;
                        return 1;
-diff -urNp linux-2.6.31/kernel/utsname_sysctl.c linux-2.6.31/kernel/utsname_sysctl.c
---- linux-2.6.31/kernel/utsname_sysctl.c       2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/kernel/utsname_sysctl.c       2009-09-06 15:29:12.177034823 -0400
+diff -urNp linux-2.6.32.1/kernel/trace/trace_stack.c linux-2.6.32.1/kernel/trace/trace_stack.c
+--- linux-2.6.32.1/kernel/trace/trace_stack.c  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/kernel/trace/trace_stack.c  2009-12-14 18:33:59.495722482 -0500
+@@ -50,7 +50,7 @@ static inline void check_stack(void)
+               return;
+       /* we do not handle interrupt stacks yet */
+-      if (!object_is_on_stack(&this_size))
++      if (!object_starts_on_stack(&this_size))
+               return;
+       local_irq_save(flags);
+diff -urNp linux-2.6.32.1/kernel/utsname_sysctl.c linux-2.6.32.1/kernel/utsname_sysctl.c
+--- linux-2.6.32.1/kernel/utsname_sysctl.c     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/kernel/utsname_sysctl.c     2009-12-14 18:33:59.495722482 -0500
 @@ -123,7 +123,7 @@ static struct ctl_table uts_kern_table[]
                .proc_handler   = proc_do_uts_string,
                .strategy       = sysctl_uts_string,
@@ -41261,9 +46738,45 @@ diff -urNp linux-2.6.31/kernel/utsname_sysctl.c linux-2.6.31/kernel/utsname_sysc
  };
  
  static int __init utsname_sysctl_init(void)
-diff -urNp linux-2.6.31/lib/inflate.c linux-2.6.31/lib/inflate.c
---- linux-2.6.31/lib/inflate.c 2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/lib/inflate.c 2009-09-06 15:29:12.177034823 -0400
+diff -urNp linux-2.6.32.1/lib/bug.c linux-2.6.32.1/lib/bug.c
+--- linux-2.6.32.1/lib/bug.c   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/lib/bug.c   2009-12-14 18:33:59.495722482 -0500
+@@ -135,6 +135,8 @@ enum bug_trap_type report_bug(unsigned l
+               return BUG_TRAP_TYPE_NONE;
+       bug = find_bug(bugaddr);
++      if (!bug)
++              return BUG_TRAP_TYPE_NONE;
+       printk(KERN_EMERG "------------[ cut here ]------------\n");
+diff -urNp linux-2.6.32.1/lib/debugobjects.c linux-2.6.32.1/lib/debugobjects.c
+--- linux-2.6.32.1/lib/debugobjects.c  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/lib/debugobjects.c  2009-12-14 18:33:59.495722482 -0500
+@@ -277,7 +277,7 @@ static void debug_object_is_on_stack(voi
+       if (limit > 4)
+               return;
+-      is_on_stack = object_is_on_stack(addr);
++      is_on_stack = object_starts_on_stack(addr);
+       if (is_on_stack == onstack)
+               return;
+diff -urNp linux-2.6.32.1/lib/dma-debug.c linux-2.6.32.1/lib/dma-debug.c
+--- linux-2.6.32.1/lib/dma-debug.c     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/lib/dma-debug.c     2009-12-14 18:33:59.495722482 -0500
+@@ -857,7 +857,7 @@ out:
+ static void check_for_stack(struct device *dev, void *addr)
+ {
+-      if (object_is_on_stack(addr))
++      if (object_starts_on_stack(addr))
+               err_printk(dev, NULL, "DMA-API: device driver maps memory from"
+                               "stack [addr=%p]\n", addr);
+ }
+diff -urNp linux-2.6.32.1/lib/inflate.c linux-2.6.32.1/lib/inflate.c
+--- linux-2.6.32.1/lib/inflate.c       2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/lib/inflate.c       2009-12-14 18:33:59.497106042 -0500
 @@ -266,7 +266,7 @@ static void free(void *where)
                malloc_ptr = free_mem_ptr;
  }
@@ -41273,10 +46786,10 @@ diff -urNp linux-2.6.31/lib/inflate.c linux-2.6.31/lib/inflate.c
  #define free(a) kfree(a)
  #endif
  
-diff -urNp linux-2.6.31/lib/Kconfig.debug linux-2.6.31/lib/Kconfig.debug
---- linux-2.6.31/lib/Kconfig.debug     2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/lib/Kconfig.debug     2009-09-06 15:29:12.178074128 -0400
-@@ -866,7 +866,7 @@ config LATENCYTOP
+diff -urNp linux-2.6.32.1/lib/Kconfig.debug linux-2.6.32.1/lib/Kconfig.debug
+--- linux-2.6.32.1/lib/Kconfig.debug   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/lib/Kconfig.debug   2009-12-14 18:33:59.497106042 -0500
+@@ -905,7 +905,7 @@ config LATENCYTOP
        select STACKTRACE
        select SCHEDSTATS
        select SCHED_DEBUG
@@ -41285,9 +46798,51 @@ diff -urNp linux-2.6.31/lib/Kconfig.debug linux-2.6.31/lib/Kconfig.debug
        help
          Enable this option if you want to use the LatencyTOP tool
          to find out which userspace is blocking on what kernel operations.
-diff -urNp linux-2.6.31/lib/parser.c linux-2.6.31/lib/parser.c
---- linux-2.6.31/lib/parser.c  2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/lib/parser.c  2009-09-06 15:29:12.178074128 -0400
+diff -urNp linux-2.6.32.1/lib/kobject.c linux-2.6.32.1/lib/kobject.c
+--- linux-2.6.32.1/lib/kobject.c       2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/lib/kobject.c       2009-12-14 18:33:59.497106042 -0500
+@@ -700,7 +700,7 @@ static ssize_t kobj_attr_store(struct ko
+       return ret;
+ }
+-struct sysfs_ops kobj_sysfs_ops = {
++const struct sysfs_ops kobj_sysfs_ops = {
+       .show   = kobj_attr_show,
+       .store  = kobj_attr_store,
+ };
+@@ -789,7 +789,7 @@ static struct kobj_type kset_ktype = {
+  * If the kset was not able to be created, NULL will be returned.
+  */
+ static struct kset *kset_create(const char *name,
+-                              struct kset_uevent_ops *uevent_ops,
++                              const struct kset_uevent_ops *uevent_ops,
+                               struct kobject *parent_kobj)
+ {
+       struct kset *kset;
+@@ -832,7 +832,7 @@ static struct kset *kset_create(const ch
+  * If the kset was not able to be created, NULL will be returned.
+  */
+ struct kset *kset_create_and_add(const char *name,
+-                               struct kset_uevent_ops *uevent_ops,
++                               const struct kset_uevent_ops *uevent_ops,
+                                struct kobject *parent_kobj)
+ {
+       struct kset *kset;
+diff -urNp linux-2.6.32.1/lib/kobject_uevent.c linux-2.6.32.1/lib/kobject_uevent.c
+--- linux-2.6.32.1/lib/kobject_uevent.c        2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/lib/kobject_uevent.c        2009-12-14 18:33:59.497992692 -0500
+@@ -95,7 +95,7 @@ int kobject_uevent_env(struct kobject *k
+       const char *subsystem;
+       struct kobject *top_kobj;
+       struct kset *kset;
+-      struct kset_uevent_ops *uevent_ops;
++      const struct kset_uevent_ops *uevent_ops;
+       u64 seq;
+       int i = 0;
+       int retval = 0;
+diff -urNp linux-2.6.32.1/lib/parser.c linux-2.6.32.1/lib/parser.c
+--- linux-2.6.32.1/lib/parser.c        2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/lib/parser.c        2009-12-14 18:33:59.497992692 -0500
 @@ -126,7 +126,7 @@ static int match_number(substring_t *s, 
        char *buf;
        int ret;
@@ -41297,9 +46852,9 @@ diff -urNp linux-2.6.31/lib/parser.c linux-2.6.31/lib/parser.c
        if (!buf)
                return -ENOMEM;
        memcpy(buf, s->from, s->to - s->from);
-diff -urNp linux-2.6.31/lib/radix-tree.c linux-2.6.31/lib/radix-tree.c
---- linux-2.6.31/lib/radix-tree.c      2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/lib/radix-tree.c      2009-09-06 15:29:12.178995956 -0400
+diff -urNp linux-2.6.32.1/lib/radix-tree.c linux-2.6.32.1/lib/radix-tree.c
+--- linux-2.6.32.1/lib/radix-tree.c    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/lib/radix-tree.c    2009-12-14 18:33:59.497992692 -0500
 @@ -81,7 +81,7 @@ struct radix_tree_preload {
        int nr;
        struct radix_tree_node *nodes[RADIX_TREE_MAX_PATH];
@@ -41309,9 +46864,9 @@ diff -urNp linux-2.6.31/lib/radix-tree.c linux-2.6.31/lib/radix-tree.c
  
  static inline gfp_t root_gfp_mask(struct radix_tree_root *root)
  {
-diff -urNp linux-2.6.31/lib/random32.c linux-2.6.31/lib/random32.c
---- linux-2.6.31/lib/random32.c        2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/lib/random32.c        2009-09-06 15:29:12.178995956 -0400
+diff -urNp linux-2.6.32.1/lib/random32.c linux-2.6.32.1/lib/random32.c
+--- linux-2.6.32.1/lib/random32.c      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/lib/random32.c      2009-12-14 18:33:59.497992692 -0500
 @@ -61,7 +61,7 @@ static u32 __random32(struct rnd_state *
   */
  static inline u32 __seed(u32 x, u32 m)
@@ -41321,26 +46876,26 @@ diff -urNp linux-2.6.31/lib/random32.c linux-2.6.31/lib/random32.c
  }
  
  /**
-diff -urNp linux-2.6.31/localversion-grsec linux-2.6.31/localversion-grsec
---- linux-2.6.31/localversion-grsec    1969-12-31 19:00:00.000000000 -0500
-+++ linux-2.6.31/localversion-grsec    2009-09-06 15:29:12.178995956 -0400
+diff -urNp linux-2.6.32.1/localversion-grsec linux-2.6.32.1/localversion-grsec
+--- linux-2.6.32.1/localversion-grsec  1969-12-31 19:00:00.000000000 -0500
++++ linux-2.6.32.1/localversion-grsec  2009-12-14 18:33:59.497992692 -0500
 @@ -0,0 +1 @@
 +-grsec
-diff -urNp linux-2.6.31/Makefile linux-2.6.31/Makefile
---- linux-2.6.31/Makefile      2009-09-09 19:20:52.741218364 -0400
-+++ linux-2.6.31/Makefile      2009-09-09 19:27:51.949516254 -0400
+diff -urNp linux-2.6.32.1/Makefile linux-2.6.32.1/Makefile
+--- linux-2.6.32.1/Makefile    2009-12-14 18:30:08.541937518 -0500
++++ linux-2.6.32.1/Makefile    2009-12-14 18:33:59.536904304 -0500
 @@ -221,8 +221,8 @@ CONFIG_SHELL := $(shell if [ -x "$$BASH"
  
  HOSTCC       = gcc
  HOSTCXX      = g++
--HOSTCFLAGS   = -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer
+-HOSTCFLAGS   = -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer
 -HOSTCXXFLAGS = -O2
-+HOSTCFLAGS   = -Wall -W -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-delete-null-pointer-checks
++HOSTCFLAGS   = -Wall -W -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-delete-null-pointer-checks
 +HOSTCXXFLAGS = -O2 -fno-delete-null-pointer-checks
  
  # Decide whether to build built-in, modular, or both.
  # Normally, just do built-in.
-@@ -639,7 +639,7 @@ export mod_strip_cmd
+@@ -644,7 +644,7 @@ export mod_strip_cmd
  
  
  ifeq ($(KBUILD_EXTMOD),)
@@ -41349,19 +46904,10 @@ diff -urNp linux-2.6.31/Makefile linux-2.6.31/Makefile
  
  vmlinux-dirs  := $(patsubst %/,%,$(filter %/, $(init-y) $(init-m) \
                     $(core-y) $(core-m) $(drivers-y) $(drivers-m) \
-diff -urNp linux-2.6.31/mm/filemap.c linux-2.6.31/mm/filemap.c
---- linux-2.6.31/mm/filemap.c  2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/mm/filemap.c  2009-09-06 15:29:12.181116756 -0400
-@@ -1648,7 +1648,7 @@ page_not_uptodate:
- }
- EXPORT_SYMBOL(filemap_fault);
--struct vm_operations_struct generic_file_vm_ops = {
-+const struct vm_operations_struct generic_file_vm_ops = {
-       .fault          = filemap_fault,
- };
-@@ -1659,7 +1659,7 @@ int generic_file_mmap(struct file * file
+diff -urNp linux-2.6.32.1/mm/filemap.c linux-2.6.32.1/mm/filemap.c
+--- linux-2.6.32.1/mm/filemap.c        2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/mm/filemap.c        2009-12-14 18:33:59.546876618 -0500
+@@ -1622,7 +1622,7 @@ int generic_file_mmap(struct file * file
        struct address_space *mapping = file->f_mapping;
  
        if (!mapping->a_ops->readpage)
@@ -41370,7 +46916,7 @@ diff -urNp linux-2.6.31/mm/filemap.c linux-2.6.31/mm/filemap.c
        file_accessed(file);
        vma->vm_ops = &generic_file_vm_ops;
        vma->vm_flags |= VM_CAN_NONLINEAR;
-@@ -2019,6 +2019,7 @@ inline int generic_write_checks(struct f
+@@ -1982,6 +1982,7 @@ inline int generic_write_checks(struct f
                          *pos = i_size_read(inode);
  
                if (limit != RLIM_INFINITY) {
@@ -41378,21 +46924,9 @@ diff -urNp linux-2.6.31/mm/filemap.c linux-2.6.31/mm/filemap.c
                        if (*pos >= limit) {
                                send_sig(SIGXFSZ, current, 0);
                                return -EFBIG;
-diff -urNp linux-2.6.31/mm/filemap_xip.c linux-2.6.31/mm/filemap_xip.c
---- linux-2.6.31/mm/filemap_xip.c      2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/mm/filemap_xip.c      2009-09-06 15:29:12.181116756 -0400
-@@ -296,7 +296,7 @@ out:
-       }
- }
--static struct vm_operations_struct xip_file_vm_ops = {
-+static const struct vm_operations_struct xip_file_vm_ops = {
-       .fault  = xip_file_fault,
- };
-diff -urNp linux-2.6.31/mm/fremap.c linux-2.6.31/mm/fremap.c
---- linux-2.6.31/mm/fremap.c   2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/mm/fremap.c   2009-09-06 15:29:12.181116756 -0400
+diff -urNp linux-2.6.32.1/mm/fremap.c linux-2.6.32.1/mm/fremap.c
+--- linux-2.6.32.1/mm/fremap.c 2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/mm/fremap.c 2009-12-14 18:33:59.558713378 -0500
 @@ -153,6 +153,11 @@ SYSCALL_DEFINE5(remap_file_pages, unsign
   retry:
        vma = find_vma(mm, start);
@@ -41405,76 +46939,38 @@ diff -urNp linux-2.6.31/mm/fremap.c linux-2.6.31/mm/fremap.c
        /*
         * Make sure the vma is shared, that it supports prefaulting,
         * and that the remapped range is valid and fully within
-diff -urNp linux-2.6.31/mm/highmem.c linux-2.6.31/mm/highmem.c
---- linux-2.6.31/mm/highmem.c  2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/mm/highmem.c  2009-09-06 15:29:12.182118990 -0400
-@@ -94,6 +94,9 @@ static void flush_all_zero_pkmaps(void)
-       for (i = 0; i < LAST_PKMAP; i++) {
-               struct page *page;
-+#ifdef CONFIG_PAX_KERNEXEC
-+              unsigned long cr0;
-+#endif
-               /*
-                * zero means we don't have anything to do,
-@@ -116,9 +119,18 @@ static void flush_all_zero_pkmaps(void)
+diff -urNp linux-2.6.32.1/mm/highmem.c linux-2.6.32.1/mm/highmem.c
+--- linux-2.6.32.1/mm/highmem.c        2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/mm/highmem.c        2009-12-14 18:33:59.558713378 -0500
+@@ -116,9 +116,10 @@ static void flush_all_zero_pkmaps(void)
                 * So no dangers, even with speculative execution.
                 */
                page = pte_page(pkmap_page_table[i]);
-+
-+#ifdef CONFIG_PAX_KERNEXEC
-+              pax_open_kernel(cr0);
-+#endif
-+
++              pax_open_kernel();
                pte_clear(&init_mm, (unsigned long)page_address(page),
                          &pkmap_page_table[i]);
-+#ifdef CONFIG_PAX_KERNEXEC
-+              pax_close_kernel(cr0);
-+#endif
-+
+-
++              pax_close_kernel();
                set_page_address(page, NULL);
                need_flush = 1;
        }
-@@ -140,6 +152,9 @@ static inline unsigned long map_new_virt
- {
-       unsigned long vaddr;
-       int count;
-+#ifdef CONFIG_PAX_KERNEXEC
-+      unsigned long cr0;
-+#endif
- start:
-       count = LAST_PKMAP;
-@@ -177,8 +192,14 @@ start:
+@@ -177,9 +178,11 @@ start:
                }
        }
        vaddr = PKMAP_ADDR(last_pkmap_nr);
-+#ifdef CONFIG_PAX_KERNEXEC
-+      pax_open_kernel(cr0);
-+#endif
++
++      pax_open_kernel();
        set_pte_at(&init_mm, vaddr,
                   &(pkmap_page_table[last_pkmap_nr]), mk_pte(page, kmap_prot));
-+#ifdef CONFIG_PAX_KERNEXEC
-+      pax_close_kernel(cr0);
-+#endif
+-
++      pax_close_kernel();
        pkmap_count[last_pkmap_nr] = 1;
        set_page_address(page, (void *)vaddr);
-diff -urNp linux-2.6.31/mm/hugetlb.c linux-2.6.31/mm/hugetlb.c
---- linux-2.6.31/mm/hugetlb.c  2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/mm/hugetlb.c  2009-09-06 15:29:12.182118990 -0400
-@@ -1689,7 +1689,7 @@ static int hugetlb_vm_op_fault(struct vm
-       return 0;
- }
  
--struct vm_operations_struct hugetlb_vm_ops = {
-+const struct vm_operations_struct hugetlb_vm_ops = {
-       .fault = hugetlb_vm_op_fault,
-       .open = hugetlb_vm_op_open,
-       .close = hugetlb_vm_op_close,
-@@ -1892,6 +1892,26 @@ static int unmap_ref_private(struct mm_s
+diff -urNp linux-2.6.32.1/mm/hugetlb.c linux-2.6.32.1/mm/hugetlb.c
+--- linux-2.6.32.1/mm/hugetlb.c        2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/mm/hugetlb.c        2009-12-14 18:33:59.593103514 -0500
+@@ -1924,6 +1924,26 @@ static int unmap_ref_private(struct mm_s
        return 1;
  }
  
@@ -41501,7 +46997,7 @@ diff -urNp linux-2.6.31/mm/hugetlb.c linux-2.6.31/mm/hugetlb.c
  static int hugetlb_cow(struct mm_struct *mm, struct vm_area_struct *vma,
                        unsigned long address, pte_t *ptep, pte_t pte,
                        struct page *pagecache_page)
-@@ -1963,6 +1983,11 @@ retry_avoidcopy:
+@@ -1995,6 +2015,11 @@ retry_avoidcopy:
                huge_ptep_clear_flush(vma, address, ptep);
                set_huge_pte_at(mm, address, ptep,
                                make_huge_pte(vma, new_page, 1));
@@ -41513,7 +47009,7 @@ diff -urNp linux-2.6.31/mm/hugetlb.c linux-2.6.31/mm/hugetlb.c
                /* Make the old page be freed below */
                new_page = old_page;
        }
-@@ -2072,6 +2097,10 @@ retry:
+@@ -2124,6 +2149,10 @@ retry:
                                && (vma->vm_flags & VM_SHARED)));
        set_huge_pte_at(mm, address, ptep, new_pte);
  
@@ -41524,7 +47020,7 @@ diff -urNp linux-2.6.31/mm/hugetlb.c linux-2.6.31/mm/hugetlb.c
        if ((flags & FAULT_FLAG_WRITE) && !(vma->vm_flags & VM_SHARED)) {
                /* Optimization, do the COW without a second fault */
                ret = hugetlb_cow(mm, vma, address, ptep, new_pte, page);
-@@ -2100,6 +2129,28 @@ int hugetlb_fault(struct mm_struct *mm, 
+@@ -2152,6 +2181,28 @@ int hugetlb_fault(struct mm_struct *mm, 
        static DEFINE_MUTEX(hugetlb_instantiation_mutex);
        struct hstate *h = hstate_vma(vma);
  
@@ -41553,10 +47049,10 @@ diff -urNp linux-2.6.31/mm/hugetlb.c linux-2.6.31/mm/hugetlb.c
        ptep = huge_pte_alloc(mm, address, huge_page_size(h));
        if (!ptep)
                return VM_FAULT_OOM;
-diff -urNp linux-2.6.31/mm/Kconfig linux-2.6.31/mm/Kconfig
---- linux-2.6.31/mm/Kconfig    2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/mm/Kconfig    2009-09-08 19:13:45.070656661 -0400
-@@ -216,7 +216,7 @@ config MMU_NOTIFIER
+diff -urNp linux-2.6.32.1/mm/Kconfig linux-2.6.32.1/mm/Kconfig
+--- linux-2.6.32.1/mm/Kconfig  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/mm/Kconfig  2009-12-14 18:33:59.593103514 -0500
+@@ -227,7 +227,7 @@ config KSM
  
  config DEFAULT_MMAP_MIN_ADDR
          int "Low address space to protect from user allocation"
@@ -41565,12 +47061,33 @@ diff -urNp linux-2.6.31/mm/Kconfig linux-2.6.31/mm/Kconfig
          help
          This is the portion of low virtual memory which should be protected
          from userspace allocation.  Keeping a user from writing to low pages
-diff -urNp linux-2.6.31/mm/madvise.c linux-2.6.31/mm/madvise.c
---- linux-2.6.31/mm/madvise.c  2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/mm/madvise.c  2009-09-06 15:29:12.182990921 -0400
-@@ -43,6 +43,10 @@ static long madvise_behavior(struct vm_a
+diff -urNp linux-2.6.32.1/mm/maccess.c linux-2.6.32.1/mm/maccess.c
+--- linux-2.6.32.1/mm/maccess.c        2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/mm/maccess.c        2009-12-14 18:33:59.593999829 -0500
+@@ -14,7 +14,7 @@
+  * Safely read from address @src to the buffer at @dst.  If a kernel fault
+  * happens, handle that and return -EFAULT.
+  */
+-long probe_kernel_read(void *dst, void *src, size_t size)
++long probe_kernel_read(void *dst, const void *src, size_t size)
+ {
+       long ret;
+       mm_segment_t old_fs = get_fs();
+@@ -39,7 +39,7 @@ EXPORT_SYMBOL_GPL(probe_kernel_read);
+  * Safely write to address @dst from the buffer at @src.  If a kernel fault
+  * happens, handle that and return -EFAULT.
+  */
+-long notrace __weak probe_kernel_write(void *dst, void *src, size_t size)
++long notrace __weak probe_kernel_write(void *dst, const void *src, size_t size)
+ {
+       long ret;
+       mm_segment_t old_fs = get_fs();
+diff -urNp linux-2.6.32.1/mm/madvise.c linux-2.6.32.1/mm/madvise.c
+--- linux-2.6.32.1/mm/madvise.c        2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/mm/madvise.c        2009-12-14 18:33:59.593999829 -0500
+@@ -44,6 +44,10 @@ static long madvise_behavior(struct vm_a
        pgoff_t pgoff;
-       int new_flags = vma->vm_flags;
+       unsigned long new_flags = vma->vm_flags;
  
 +#ifdef CONFIG_PAX_SEGMEXEC
 +      struct vm_area_struct *vma_m;
@@ -41579,7 +47096,7 @@ diff -urNp linux-2.6.31/mm/madvise.c linux-2.6.31/mm/madvise.c
        switch (behavior) {
        case MADV_NORMAL:
                new_flags = new_flags & ~VM_RAND_READ & ~VM_SEQ_READ;
-@@ -92,6 +96,13 @@ success:
+@@ -103,6 +107,13 @@ success:
        /*
         * vm_flags is protected by the mmap_sem held in write mode.
         */
@@ -41593,25 +47110,41 @@ diff -urNp linux-2.6.31/mm/madvise.c linux-2.6.31/mm/madvise.c
        vma->vm_flags = new_flags;
  
  out:
-@@ -235,6 +246,17 @@ madvise_vma(struct vm_area_struct *vma, 
-       case MADV_DONTNEED:
-               error = madvise_dontneed(vma, prev, start, end);
+@@ -161,6 +172,11 @@ static long madvise_dontneed(struct vm_a
+                            struct vm_area_struct ** prev,
+                            unsigned long start, unsigned long end)
+ {
 +
 +#ifdef CONFIG_PAX_SEGMEXEC
-+              if (!error) {
-+                      struct vm_area_struct *vma_m, *prev_m;
++      struct vm_area_struct *vma_m;
++#endif
 +
-+                      vma_m = pax_find_mirror_vma(vma);
-+                      if (vma_m)
-+                              error = madvise_dontneed(vma_m, &prev_m, start + SEGMEXEC_TASK_SIZE, end + SEGMEXEC_TASK_SIZE);
-+              }
+       *prev = vma;
+       if (vma->vm_flags & (VM_LOCKED|VM_HUGETLB|VM_PFNMAP))
+               return -EINVAL;
+@@ -173,6 +189,21 @@ static long madvise_dontneed(struct vm_a
+               zap_page_range(vma, start, end - start, &details);
+       } else
+               zap_page_range(vma, start, end - start, NULL);
++
++#ifdef CONFIG_PAX_SEGMEXEC
++      vma_m = pax_find_mirror_vma(vma);
++      if (vma_m) {
++              if (unlikely(vma->vm_flags & VM_NONLINEAR)) {
++                      struct zap_details details = {
++                              .nonlinear_vma = vma_m,
++                              .last_index = ULONG_MAX,
++                      };
++                      zap_page_range(vma, start + SEGMEXEC_TASK_SIZE, end - start, &details);
++              } else
++                      zap_page_range(vma, start + SEGMEXEC_TASK_SIZE, end - start, NULL);
++      }
 +#endif
 +
-               break;
+       return 0;
+ }
  
-       default:
-@@ -328,6 +350,16 @@ SYSCALL_DEFINE3(madvise, unsigned long, 
+@@ -359,6 +390,16 @@ SYSCALL_DEFINE3(madvise, unsigned long, 
        if (end < start)
                goto out;
  
@@ -41628,41 +47161,40 @@ diff -urNp linux-2.6.31/mm/madvise.c linux-2.6.31/mm/madvise.c
        error = 0;
        if (end == start)
                goto out;
-diff -urNp linux-2.6.31/mm/memory.c linux-2.6.31/mm/memory.c
---- linux-2.6.31/mm/memory.c   2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/mm/memory.c   2009-09-06 15:29:12.184153723 -0400
-@@ -47,6 +47,7 @@
- #include <linux/pagemap.h>
+diff -urNp linux-2.6.32.1/mm/memory.c linux-2.6.32.1/mm/memory.c
+--- linux-2.6.32.1/mm/memory.c 2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/mm/memory.c 2009-12-14 18:33:59.619848437 -0500
+@@ -48,6 +48,7 @@
+ #include <linux/ksm.h>
  #include <linux/rmap.h>
  #include <linux/module.h>
 +#include <linux/security.h>
  #include <linux/delayacct.h>
  #include <linux/init.h>
  #include <linux/writeback.h>
-@@ -1228,11 +1229,11 @@ int __get_user_pages(struct task_struct 
-       vm_flags &= force ? (VM_MAYREAD | VM_MAYWRITE) : (VM_READ | VM_WRITE);
+@@ -1251,10 +1252,10 @@ int __get_user_pages(struct task_struct 
+                       (VM_MAYREAD | VM_MAYWRITE) : (VM_READ | VM_WRITE);
        i = 0;
  
 -      do {
 +      while (nr_pages) {
                struct vm_area_struct *vma;
-               unsigned int foll_flags;
  
 -              vma = find_extend_vma(mm, start);
 +              vma = find_vma(mm, start);
                if (!vma && in_gate_area(tsk, start)) {
                        unsigned long pg = start & PAGE_MASK;
                        struct vm_area_struct *gate_vma = get_gate_vma(tsk);
-@@ -1274,7 +1275,7 @@ int __get_user_pages(struct task_struct 
+@@ -1296,7 +1297,7 @@ int __get_user_pages(struct task_struct 
                        continue;
                }
  
 -              if (!vma ||
 +              if (!vma || start < vma->vm_start ||
                    (vma->vm_flags & (VM_IO | VM_PFNMAP)) ||
-                   (!ignore && !(vm_flags & vma->vm_flags)))
+                   !(vm_flags & vma->vm_flags))
                        return i ? : -EFAULT;
-@@ -1360,7 +1361,7 @@ int __get_user_pages(struct task_struct 
+@@ -1371,7 +1372,7 @@ int __get_user_pages(struct task_struct 
                        start += PAGE_SIZE;
                        nr_pages--;
                } while (nr_pages && start < vma->vm_end);
@@ -41671,7 +47203,7 @@ diff -urNp linux-2.6.31/mm/memory.c linux-2.6.31/mm/memory.c
        return i;
  }
  
-@@ -1926,6 +1927,186 @@ static inline void cow_user_page(struct 
+@@ -1967,6 +1968,186 @@ static inline void cow_user_page(struct 
                copy_user_highpage(dst, src, va, vma);
  }
  
@@ -41858,7 +47390,7 @@ diff -urNp linux-2.6.31/mm/memory.c linux-2.6.31/mm/memory.c
  /*
   * This routine handles present pages, when users try to write
   * to a shared page. It is done by copying the page to a new address
-@@ -2098,6 +2279,12 @@ gotten:
+@@ -2146,6 +2327,12 @@ gotten:
         */
        page_table = pte_offset_map_lock(mm, pmd, address, &ptl);
        if (likely(pte_same(*page_table, orig_pte))) {
@@ -41871,7 +47403,7 @@ diff -urNp linux-2.6.31/mm/memory.c linux-2.6.31/mm/memory.c
                if (old_page) {
                        if (!PageAnon(old_page)) {
                                dec_mm_counter(mm, file_rss);
-@@ -2144,6 +2331,10 @@ gotten:
+@@ -2197,6 +2384,10 @@ gotten:
                        page_remove_rmap(old_page);
                }
  
@@ -41882,15 +47414,7 @@ diff -urNp linux-2.6.31/mm/memory.c linux-2.6.31/mm/memory.c
                /* Free the old page.. */
                new_page = old_page;
                ret |= VM_FAULT_WRITE;
-@@ -2425,6 +2616,7 @@ int vmtruncate(struct inode * inode, lof
-               unsigned long limit;
-               limit = current->signal->rlim[RLIMIT_FSIZE].rlim_cur;
-+              gr_learn_resource(current, RLIMIT_FSIZE, offset, 1);
-               if (limit != RLIM_INFINITY && offset > limit)
-                       goto out_sig;
-               if (offset > inode->i_sb->s_maxbytes)
-@@ -2587,6 +2779,11 @@ static int do_swap_page(struct mm_struct
+@@ -2594,6 +2785,11 @@ static int do_swap_page(struct mm_struct
        swap_free(entry);
        if (vm_swap_full() || (vma->vm_flags & VM_LOCKED) || PageMlocked(page))
                try_to_free_swap(page);
@@ -41902,7 +47426,7 @@ diff -urNp linux-2.6.31/mm/memory.c linux-2.6.31/mm/memory.c
        unlock_page(page);
  
        if (flags & FAULT_FLAG_WRITE) {
-@@ -2598,6 +2795,11 @@ static int do_swap_page(struct mm_struct
+@@ -2605,6 +2801,11 @@ static int do_swap_page(struct mm_struct
  
        /* No need to invalidate - it was non-present before */
        update_mmu_cache(vma, address, pte);
@@ -41914,11 +47438,19 @@ diff -urNp linux-2.6.31/mm/memory.c linux-2.6.31/mm/memory.c
  unlock:
        pte_unmap_unlock(page_table, ptl);
  out:
-@@ -2643,12 +2845,23 @@ static int do_anonymous_page(struct mm_s
-       page_table = pte_offset_map_lock(mm, pmd, address, &ptl);
+@@ -2628,7 +2829,7 @@ static int do_anonymous_page(struct mm_s
+               unsigned long address, pte_t *page_table, pmd_t *pmd,
+               unsigned int flags)
+ {
+-      struct page *page;
++      struct page *page = NULL;
+       spinlock_t *ptl;
+       pte_t entry;
+@@ -2663,6 +2864,11 @@ static int do_anonymous_page(struct mm_s
        if (!pte_none(*page_table))
                goto release;
-+
 +#ifdef CONFIG_PAX_SEGMEXEC
 +      if (pax_find_mirror_vma(vma))
 +              BUG_ON(!trylock_page(page));
@@ -41926,19 +47458,21 @@ diff -urNp linux-2.6.31/mm/memory.c linux-2.6.31/mm/memory.c
 +
        inc_mm_counter(mm, anon_rss);
        page_add_new_anon_rmap(page, vma, address);
-       set_pte_at(mm, address, page_table, entry);
+ setpte:
+@@ -2670,6 +2876,12 @@ setpte:
  
        /* No need to invalidate - it was non-present before */
        update_mmu_cache(vma, address, entry);
 +
 +#ifdef CONFIG_PAX_SEGMEXEC
-+      pax_mirror_anon_pte(vma, address, page, ptl);
++      if (page)
++              pax_mirror_anon_pte(vma, address, page, ptl);
 +#endif
 +
  unlock:
        pte_unmap_unlock(page_table, ptl);
        return 0;
-@@ -2785,6 +2998,12 @@ static int __do_fault(struct mm_struct *
+@@ -2812,6 +3024,12 @@ static int __do_fault(struct mm_struct *
         */
        /* Only go through if we didn't race with anybody else... */
        if (likely(pte_same(*page_table, orig_pte))) {
@@ -41951,7 +47485,7 @@ diff -urNp linux-2.6.31/mm/memory.c linux-2.6.31/mm/memory.c
                flush_icache_page(vma, page);
                entry = mk_pte(page, vma->vm_page_prot);
                if (flags & FAULT_FLAG_WRITE)
-@@ -2804,6 +3023,14 @@ static int __do_fault(struct mm_struct *
+@@ -2831,6 +3049,14 @@ static int __do_fault(struct mm_struct *
  
                /* no need to invalidate: a not-present page won't be cached */
                update_mmu_cache(vma, address, entry);
@@ -41966,7 +47500,7 @@ diff -urNp linux-2.6.31/mm/memory.c linux-2.6.31/mm/memory.c
        } else {
                if (charged)
                        mem_cgroup_uncharge_page(page);
-@@ -2951,6 +3178,12 @@ static inline int handle_pte_fault(struc
+@@ -2978,6 +3204,12 @@ static inline int handle_pte_fault(struc
                if (flags & FAULT_FLAG_WRITE)
                        flush_tlb_page(vma, address);
        }
@@ -41979,7 +47513,7 @@ diff -urNp linux-2.6.31/mm/memory.c linux-2.6.31/mm/memory.c
  unlock:
        pte_unmap_unlock(pte, ptl);
        return 0;
-@@ -2967,6 +3200,10 @@ int handle_mm_fault(struct mm_struct *mm
+@@ -2994,6 +3226,10 @@ int handle_mm_fault(struct mm_struct *mm
        pmd_t *pmd;
        pte_t *pte;
  
@@ -41990,7 +47524,7 @@ diff -urNp linux-2.6.31/mm/memory.c linux-2.6.31/mm/memory.c
        __set_current_state(TASK_RUNNING);
  
        count_vm_event(PGFAULT);
-@@ -2974,6 +3211,34 @@ int handle_mm_fault(struct mm_struct *mm
+@@ -3001,6 +3237,34 @@ int handle_mm_fault(struct mm_struct *mm
        if (unlikely(is_vm_hugetlb_page(vma)))
                return hugetlb_fault(mm, vma, address, flags);
  
@@ -42025,7 +47559,7 @@ diff -urNp linux-2.6.31/mm/memory.c linux-2.6.31/mm/memory.c
        pgd = pgd_offset(mm, address);
        pud = pud_alloc(mm, pgd, address);
        if (!pud)
-@@ -3071,7 +3336,7 @@ static int __init gate_vma_init(void)
+@@ -3098,7 +3362,7 @@ static int __init gate_vma_init(void)
        gate_vma.vm_start = FIXADDR_USER_START;
        gate_vma.vm_end = FIXADDR_USER_END;
        gate_vma.vm_flags = VM_READ | VM_MAYREAD | VM_EXEC | VM_MAYEXEC;
@@ -42034,9 +47568,9 @@ diff -urNp linux-2.6.31/mm/memory.c linux-2.6.31/mm/memory.c
        /*
         * Make sure the vDSO gets into every core dump.
         * Dumping its contents makes post-mortem fully interpretable later
-diff -urNp linux-2.6.31/mm/mempolicy.c linux-2.6.31/mm/mempolicy.c
---- linux-2.6.31/mm/mempolicy.c        2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/mm/mempolicy.c        2009-09-06 15:29:12.185145139 -0400
+diff -urNp linux-2.6.32.1/mm/mempolicy.c linux-2.6.32.1/mm/mempolicy.c
+--- linux-2.6.32.1/mm/mempolicy.c      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/mm/mempolicy.c      2009-12-14 18:33:59.643010411 -0500
 @@ -573,6 +573,10 @@ static int mbind_range(struct vm_area_st
        struct vm_area_struct *next;
        int err;
@@ -42083,7 +47617,7 @@ diff -urNp linux-2.6.31/mm/mempolicy.c linux-2.6.31/mm/mempolicy.c
        if (end == start)
                return 0;
  
-@@ -1206,6 +1231,14 @@ SYSCALL_DEFINE4(migrate_pages, pid_t, pi
+@@ -1207,6 +1232,14 @@ SYSCALL_DEFINE4(migrate_pages, pid_t, pi
        if (!mm)
                return -EINVAL;
  
@@ -42098,7 +47632,7 @@ diff -urNp linux-2.6.31/mm/mempolicy.c linux-2.6.31/mm/mempolicy.c
        /*
         * Check if this process has the right to modify the specified
         * process. The right exists if the process has administrative
-@@ -1215,8 +1248,7 @@ SYSCALL_DEFINE4(migrate_pages, pid_t, pi
+@@ -1216,8 +1249,7 @@ SYSCALL_DEFINE4(migrate_pages, pid_t, pi
        rcu_read_lock();
        tcred = __task_cred(task);
        if (cred->euid != tcred->suid && cred->euid != tcred->uid &&
@@ -42108,7 +47642,7 @@ diff -urNp linux-2.6.31/mm/mempolicy.c linux-2.6.31/mm/mempolicy.c
                rcu_read_unlock();
                err = -EPERM;
                goto out;
-@@ -2385,7 +2417,7 @@ int show_numa_map(struct seq_file *m, vo
+@@ -2386,7 +2418,7 @@ int show_numa_map(struct seq_file *m, vo
  
        if (file) {
                seq_printf(m, " file=");
@@ -42117,10 +47651,10 @@ diff -urNp linux-2.6.31/mm/mempolicy.c linux-2.6.31/mm/mempolicy.c
        } else if (vma->vm_start <= mm->brk && vma->vm_end >= mm->start_brk) {
                seq_printf(m, " heap");
        } else if (vma->vm_start <= mm->start_stack &&
-diff -urNp linux-2.6.31/mm/migrate.c linux-2.6.31/mm/migrate.c
---- linux-2.6.31/mm/migrate.c  2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/mm/migrate.c  2009-09-06 15:29:12.186933519 -0400
-@@ -1087,6 +1087,14 @@ SYSCALL_DEFINE6(move_pages, pid_t, pid, 
+diff -urNp linux-2.6.32.1/mm/migrate.c linux-2.6.32.1/mm/migrate.c
+--- linux-2.6.32.1/mm/migrate.c        2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/mm/migrate.c        2009-12-14 18:33:59.657922600 -0500
+@@ -1103,6 +1103,14 @@ SYSCALL_DEFINE6(move_pages, pid_t, pid, 
        if (!mm)
                return -EINVAL;
  
@@ -42135,7 +47669,7 @@ diff -urNp linux-2.6.31/mm/migrate.c linux-2.6.31/mm/migrate.c
        /*
         * Check if this process has the right to modify the specified
         * process. The right exists if the process has administrative
-@@ -1096,8 +1104,7 @@ SYSCALL_DEFINE6(move_pages, pid_t, pid, 
+@@ -1112,8 +1120,7 @@ SYSCALL_DEFINE6(move_pages, pid_t, pid, 
        rcu_read_lock();
        tcred = __task_cred(task);
        if (cred->euid != tcred->suid && cred->euid != tcred->uid &&
@@ -42145,9 +47679,9 @@ diff -urNp linux-2.6.31/mm/migrate.c linux-2.6.31/mm/migrate.c
                rcu_read_unlock();
                err = -EPERM;
                goto out;
-diff -urNp linux-2.6.31/mm/mlock.c linux-2.6.31/mm/mlock.c
---- linux-2.6.31/mm/mlock.c    2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/mm/mlock.c    2009-09-06 15:29:12.196062852 -0400
+diff -urNp linux-2.6.32.1/mm/mlock.c linux-2.6.32.1/mm/mlock.c
+--- linux-2.6.32.1/mm/mlock.c  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/mm/mlock.c  2009-12-14 18:33:59.667982949 -0500
 @@ -13,6 +13,7 @@
  #include <linux/pagemap.h>
  #include <linux/mempolicy.h>
@@ -42156,7 +47690,7 @@ diff -urNp linux-2.6.31/mm/mlock.c linux-2.6.31/mm/mlock.c
  #include <linux/sched.h>
  #include <linux/module.h>
  #include <linux/rmap.h>
-@@ -431,6 +432,17 @@ static int do_mlock(unsigned long start,
+@@ -435,6 +436,17 @@ static int do_mlock(unsigned long start,
                return -EINVAL;
        if (end == start)
                return 0;
@@ -42174,7 +47708,7 @@ diff -urNp linux-2.6.31/mm/mlock.c linux-2.6.31/mm/mlock.c
        vma = find_vma_prev(current->mm, start, &prev);
        if (!vma || vma->vm_start > start)
                return -ENOMEM;
-@@ -490,6 +502,7 @@ SYSCALL_DEFINE2(mlock, unsigned long, st
+@@ -494,6 +506,7 @@ SYSCALL_DEFINE2(mlock, unsigned long, st
        lock_limit >>= PAGE_SHIFT;
  
        /* check against resource limits */
@@ -42182,7 +47716,7 @@ diff -urNp linux-2.6.31/mm/mlock.c linux-2.6.31/mm/mlock.c
        if ((locked <= lock_limit) || capable(CAP_IPC_LOCK))
                error = do_mlock(start, len, 1);
        up_write(&current->mm->mmap_sem);
-@@ -511,10 +524,10 @@ SYSCALL_DEFINE2(munlock, unsigned long, 
+@@ -515,10 +528,10 @@ SYSCALL_DEFINE2(munlock, unsigned long, 
  static int do_mlockall(int flags)
  {
        struct vm_area_struct * vma, * prev = NULL;
@@ -42195,7 +47729,7 @@ diff -urNp linux-2.6.31/mm/mlock.c linux-2.6.31/mm/mlock.c
        current->mm->def_flags = def_flags;
        if (flags == MCL_FUTURE)
                goto out;
-@@ -522,6 +535,12 @@ static int do_mlockall(int flags)
+@@ -526,6 +539,12 @@ static int do_mlockall(int flags)
        for (vma = current->mm->mmap; vma ; vma = prev->vm_next) {
                unsigned int newflags;
  
@@ -42208,7 +47742,7 @@ diff -urNp linux-2.6.31/mm/mlock.c linux-2.6.31/mm/mlock.c
                newflags = vma->vm_flags | VM_LOCKED;
                if (!(flags & MCL_CURRENT))
                        newflags &= ~VM_LOCKED;
-@@ -553,6 +572,7 @@ SYSCALL_DEFINE1(mlockall, int, flags)
+@@ -582,6 +582,7 @@ SYSCALL_DEFINE1(mlockall, int, flags)
        ret = -ENOMEM;
        if (!vx_vmlocked_avail(current->mm, current->mm->total_vm))
                goto out;
@@ -42216,9 +47750,9 @@ diff -urNp linux-2.6.31/mm/mlock.c linux-2.6.31/mm/mlock.c
        if (!(flags & MCL_CURRENT) || (current->mm->total_vm <= lock_limit) ||
            capable(CAP_IPC_LOCK))
                ret = do_mlockall(flags);
-diff -urNp linux-2.6.31/mm/mmap.c linux-2.6.31/mm/mmap.c
---- linux-2.6.31/mm/mmap.c     2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/mm/mmap.c     2009-09-06 15:29:12.196953444 -0400
+diff -urNp linux-2.6.32.1/mm/mmap.c linux-2.6.32.1/mm/mmap.c
+--- linux-2.6.32.1/mm/mmap.c   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/mm/mmap.c   2009-12-14 18:33:59.681733190 -0500
 @@ -45,6 +45,16 @@
  #define arch_rebalance_pgtables(addr, len)            (addr)
  #endif
@@ -42280,7 +47814,7 @@ diff -urNp linux-2.6.31/mm/mmap.c linux-2.6.31/mm/mmap.c
        if (rlim < RLIM_INFINITY && (brk - mm->start_brk) +
                        (mm->end_data - mm->start_data) > rlim)
                goto out;
-@@ -696,6 +717,12 @@ static int
+@@ -694,6 +715,12 @@ static int
  can_vma_merge_before(struct vm_area_struct *vma, unsigned long vm_flags,
        struct anon_vma *anon_vma, struct file *file, pgoff_t vm_pgoff)
  {
@@ -42293,7 +47827,7 @@ diff -urNp linux-2.6.31/mm/mmap.c linux-2.6.31/mm/mmap.c
        if (is_mergeable_vma(vma, file, vm_flags) &&
            is_mergeable_anon_vma(anon_vma, vma->anon_vma)) {
                if (vma->vm_pgoff == vm_pgoff)
-@@ -715,6 +742,12 @@ static int
+@@ -713,6 +740,12 @@ static int
  can_vma_merge_after(struct vm_area_struct *vma, unsigned long vm_flags,
        struct anon_vma *anon_vma, struct file *file, pgoff_t vm_pgoff)
  {
@@ -42306,7 +47840,7 @@ diff -urNp linux-2.6.31/mm/mmap.c linux-2.6.31/mm/mmap.c
        if (is_mergeable_vma(vma, file, vm_flags) &&
            is_mergeable_anon_vma(anon_vma, vma->anon_vma)) {
                pgoff_t vm_pglen;
-@@ -757,12 +790,19 @@ can_vma_merge_after(struct vm_area_struc
+@@ -755,12 +788,19 @@ can_vma_merge_after(struct vm_area_struc
  struct vm_area_struct *vma_merge(struct mm_struct *mm,
                        struct vm_area_struct *prev, unsigned long addr,
                        unsigned long end, unsigned long vm_flags,
@@ -42327,7 +47861,7 @@ diff -urNp linux-2.6.31/mm/mmap.c linux-2.6.31/mm/mmap.c
        /*
         * We later require that vma->vm_flags == vm_flags,
         * so this tests vma->vm_flags & VM_SPECIAL, too.
-@@ -778,6 +818,15 @@ struct vm_area_struct *vma_merge(struct 
+@@ -776,6 +816,15 @@ struct vm_area_struct *vma_merge(struct 
        if (next && next->vm_end == end)                /* cases 6, 7, 8 */
                next = next->vm_next;
  
@@ -42343,7 +47877,7 @@ diff -urNp linux-2.6.31/mm/mmap.c linux-2.6.31/mm/mmap.c
        /*
         * Can it merge with the predecessor?
         */
-@@ -797,9 +846,24 @@ struct vm_area_struct *vma_merge(struct 
+@@ -795,9 +844,24 @@ struct vm_area_struct *vma_merge(struct 
                                                        /* cases 1, 6 */
                        vma_adjust(prev, prev->vm_start,
                                next->vm_end, prev->vm_pgoff, NULL);
@@ -42369,7 +47903,7 @@ diff -urNp linux-2.6.31/mm/mmap.c linux-2.6.31/mm/mmap.c
                return prev;
        }
  
-@@ -810,12 +874,27 @@ struct vm_area_struct *vma_merge(struct 
+@@ -808,12 +872,27 @@ struct vm_area_struct *vma_merge(struct 
                        mpol_equal(policy, vma_policy(next)) &&
                        can_vma_merge_before(next, vm_flags,
                                        anon_vma, file, pgoff+pglen)) {
@@ -42399,7 +47933,7 @@ diff -urNp linux-2.6.31/mm/mmap.c linux-2.6.31/mm/mmap.c
                return area;
        }
  
-@@ -890,14 +969,11 @@ none:
+@@ -888,14 +967,11 @@ none:
  void vm_stat_account(struct mm_struct *mm, unsigned long flags,
                                                struct file *file, long pages)
  {
@@ -42415,7 +47949,7 @@ diff -urNp linux-2.6.31/mm/mmap.c linux-2.6.31/mm/mmap.c
                mm->stack_vm += pages;
        if (flags & (VM_RESERVED|VM_IO))
                mm->reserved_vm += pages;
-@@ -924,7 +1000,7 @@ unsigned long do_mmap_pgoff(struct file 
+@@ -922,7 +998,7 @@ unsigned long do_mmap_pgoff(struct file 
         * (the exception is when the underlying filesystem is noexec
         *  mounted, in which case we dont add PROT_EXEC.)
         */
@@ -42424,7 +47958,7 @@ diff -urNp linux-2.6.31/mm/mmap.c linux-2.6.31/mm/mmap.c
                if (!(file && (file->f_path.mnt->mnt_flags & MNT_NOEXEC)))
                        prot |= PROT_EXEC;
  
-@@ -934,15 +1010,15 @@ unsigned long do_mmap_pgoff(struct file 
+@@ -932,15 +1008,15 @@ unsigned long do_mmap_pgoff(struct file 
        if (!(flags & MAP_FIXED))
                addr = round_hint_to_min(addr);
  
@@ -42444,7 +47978,7 @@ diff -urNp linux-2.6.31/mm/mmap.c linux-2.6.31/mm/mmap.c
        /* offset overflow? */
        if ((pgoff + (len >> PAGE_SHIFT)) < pgoff)
                 return -EOVERFLOW;
-@@ -954,7 +1030,7 @@ unsigned long do_mmap_pgoff(struct file 
+@@ -970,7 +1046,7 @@ unsigned long do_mmap_pgoff(struct file 
        /* Obtain the address to map to. we verify (or select) it and ensure
         * that it represents a valid section of the address space.
         */
@@ -42453,7 +47987,7 @@ diff -urNp linux-2.6.31/mm/mmap.c linux-2.6.31/mm/mmap.c
        if (addr & ~PAGE_MASK)
                return addr;
  
-@@ -965,6 +1041,26 @@ unsigned long do_mmap_pgoff(struct file 
+@@ -981,6 +1057,26 @@ unsigned long do_mmap_pgoff(struct file 
        vm_flags = calc_vm_prot_bits(prot) | calc_vm_flag_bits(flags) |
                        mm->def_flags | VM_MAYREAD | VM_MAYWRITE | VM_MAYEXEC;
  
@@ -42477,10 +48011,10 @@ diff -urNp linux-2.6.31/mm/mmap.c linux-2.6.31/mm/mmap.c
 +              vm_flags &= ~VM_PAGEEXEC;
 +#endif
 +
-       if (flags & MAP_LOCKED) {
+       if (flags & MAP_LOCKED)
                if (!can_do_mlock())
                        return -EPERM;
-@@ -978,6 +1074,7 @@ unsigned long do_mmap_pgoff(struct file 
+@@ -992,6 +1088,7 @@ unsigned long do_mmap_pgoff(struct file 
                locked += mm->locked_vm;
                lock_limit = current->signal->rlim[RLIMIT_MEMLOCK].rlim_cur;
                lock_limit >>= PAGE_SHIFT;
@@ -42488,7 +48022,7 @@ diff -urNp linux-2.6.31/mm/mmap.c linux-2.6.31/mm/mmap.c
                if (locked > lock_limit && !capable(CAP_IPC_LOCK))
                        return -EAGAIN;
        }
-@@ -1051,6 +1148,9 @@ unsigned long do_mmap_pgoff(struct file 
+@@ -1065,6 +1162,9 @@ unsigned long do_mmap_pgoff(struct file 
        if (error)
                return error;
  
@@ -42498,7 +48032,7 @@ diff -urNp linux-2.6.31/mm/mmap.c linux-2.6.31/mm/mmap.c
        return mmap_region(file, addr, len, flags, vm_flags, pgoff);
  }
  EXPORT_SYMBOL(do_mmap_pgoff);
-@@ -1063,10 +1163,10 @@ EXPORT_SYMBOL(do_mmap_pgoff);
+@@ -1077,10 +1177,10 @@ EXPORT_SYMBOL(do_mmap_pgoff);
   */
  int vma_wants_writenotify(struct vm_area_struct *vma)
  {
@@ -42511,7 +48045,7 @@ diff -urNp linux-2.6.31/mm/mmap.c linux-2.6.31/mm/mmap.c
                return 0;
  
        /* The backer wishes to know when pages are first written to? */
-@@ -1115,14 +1215,24 @@ unsigned long mmap_region(struct file *f
+@@ -1129,14 +1229,24 @@ unsigned long mmap_region(struct file *f
        unsigned long charged = 0;
        struct inode *inode =  file ? file->f_path.dentry->d_inode : NULL;
  
@@ -42538,7 +48072,7 @@ diff -urNp linux-2.6.31/mm/mmap.c linux-2.6.31/mm/mmap.c
        }
  
        /* Check against address space limit. */
-@@ -1171,6 +1281,16 @@ munmap_back:
+@@ -1185,6 +1295,16 @@ munmap_back:
                goto unacct_error;
        }
  
@@ -42555,7 +48089,7 @@ diff -urNp linux-2.6.31/mm/mmap.c linux-2.6.31/mm/mmap.c
        vma->vm_mm = mm;
        vma->vm_start = addr;
        vma->vm_end = addr + len;
-@@ -1193,6 +1313,19 @@ munmap_back:
+@@ -1207,6 +1327,19 @@ munmap_back:
                error = file->f_op->mmap(file, vma);
                if (error)
                        goto unmap_and_free_vma;
@@ -42574,8 +48108,8 @@ diff -urNp linux-2.6.31/mm/mmap.c linux-2.6.31/mm/mmap.c
 +
                if (vm_flags & VM_EXECUTABLE)
                        added_exe_file_vma(mm);
-       } else if (vm_flags & VM_SHARED) {
-@@ -1216,6 +1349,11 @@ munmap_back:
+@@ -1230,6 +1363,11 @@ munmap_back:
        vma_link(mm, vma, prev, rb_link, rb_parent);
        file = vma->vm_file;
  
@@ -42587,7 +48121,7 @@ diff -urNp linux-2.6.31/mm/mmap.c linux-2.6.31/mm/mmap.c
        /* Once vma denies write, undo our temporary denial count */
        if (correct_wcount)
                atomic_inc(&inode->i_writecount);
-@@ -1224,6 +1362,7 @@ out:
+@@ -1238,6 +1376,7 @@ out:
  
        mm->total_vm += len >> PAGE_SHIFT;
        vm_stat_account(mm, vm_flags, file, len >> PAGE_SHIFT);
@@ -42595,7 +48129,7 @@ diff -urNp linux-2.6.31/mm/mmap.c linux-2.6.31/mm/mmap.c
        if (vm_flags & VM_LOCKED) {
                /*
                 * makes pages present; downgrades, drops, reacquires mmap_sem
-@@ -1246,6 +1385,12 @@ unmap_and_free_vma:
+@@ -1260,6 +1399,12 @@ unmap_and_free_vma:
        unmap_region(mm, vma, prev, vma->vm_start, vma->vm_end);
        charged = 0;
  free_vma:
@@ -42608,7 +48142,7 @@ diff -urNp linux-2.6.31/mm/mmap.c linux-2.6.31/mm/mmap.c
        kmem_cache_free(vm_area_cachep, vma);
  unacct_error:
        if (charged)
-@@ -1279,6 +1424,10 @@ arch_get_unmapped_area(struct file *filp
+@@ -1293,6 +1438,10 @@ arch_get_unmapped_area(struct file *filp
        if (flags & MAP_FIXED)
                return addr;
  
@@ -42619,7 +48153,7 @@ diff -urNp linux-2.6.31/mm/mmap.c linux-2.6.31/mm/mmap.c
        if (addr) {
                addr = PAGE_ALIGN(addr);
                vma = find_vma(mm, addr);
-@@ -1287,10 +1436,10 @@ arch_get_unmapped_area(struct file *filp
+@@ -1301,10 +1450,10 @@ arch_get_unmapped_area(struct file *filp
                        return addr;
        }
        if (len > mm->cached_hole_size) {
@@ -42633,7 +48167,7 @@ diff -urNp linux-2.6.31/mm/mmap.c linux-2.6.31/mm/mmap.c
        }
  
  full_search:
-@@ -1301,9 +1450,8 @@ full_search:
+@@ -1315,9 +1464,8 @@ full_search:
                         * Start a new search - just in case we missed
                         * some holes.
                         */
@@ -42645,7 +48179,7 @@ diff -urNp linux-2.6.31/mm/mmap.c linux-2.6.31/mm/mmap.c
                                mm->cached_hole_size = 0;
                                goto full_search;
                        }
-@@ -1325,10 +1473,16 @@ full_search:
+@@ -1339,10 +1487,16 @@ full_search:
  
  void arch_unmap_area(struct mm_struct *mm, unsigned long addr)
  {
@@ -42663,7 +48197,7 @@ diff -urNp linux-2.6.31/mm/mmap.c linux-2.6.31/mm/mmap.c
                mm->free_area_cache = addr;
                mm->cached_hole_size = ~0UL;
        }
-@@ -1346,7 +1500,7 @@ arch_get_unmapped_area_topdown(struct fi
+@@ -1360,7 +1514,7 @@ arch_get_unmapped_area_topdown(struct fi
  {
        struct vm_area_struct *vma;
        struct mm_struct *mm = current->mm;
@@ -42672,7 +48206,7 @@ diff -urNp linux-2.6.31/mm/mmap.c linux-2.6.31/mm/mmap.c
  
        /* requested length too big for entire address space */
        if (len > TASK_SIZE)
-@@ -1355,6 +1509,10 @@ arch_get_unmapped_area_topdown(struct fi
+@@ -1369,6 +1523,10 @@ arch_get_unmapped_area_topdown(struct fi
        if (flags & MAP_FIXED)
                return addr;
  
@@ -42683,7 +48217,7 @@ diff -urNp linux-2.6.31/mm/mmap.c linux-2.6.31/mm/mmap.c
        /* requesting a specific address */
        if (addr) {
                addr = PAGE_ALIGN(addr);
-@@ -1412,13 +1570,21 @@ bottomup:
+@@ -1426,13 +1584,21 @@ bottomup:
         * can happen with large stack limits and large mmap()
         * allocations.
         */
@@ -42707,7 +48241,7 @@ diff -urNp linux-2.6.31/mm/mmap.c linux-2.6.31/mm/mmap.c
        mm->cached_hole_size = ~0UL;
  
        return addr;
-@@ -1427,6 +1593,12 @@ bottomup:
+@@ -1441,6 +1607,12 @@ bottomup:
  
  void arch_unmap_area_topdown(struct mm_struct *mm, unsigned long addr)
  {
@@ -42720,7 +48254,7 @@ diff -urNp linux-2.6.31/mm/mmap.c linux-2.6.31/mm/mmap.c
        /*
         * Is this a new hole at the highest possible address?
         */
-@@ -1434,8 +1606,10 @@ void arch_unmap_area_topdown(struct mm_s
+@@ -1448,8 +1620,10 @@ void arch_unmap_area_topdown(struct mm_s
                mm->free_area_cache = addr;
  
        /* dont allow allocations above current base */
@@ -42732,7 +48266,7 @@ diff -urNp linux-2.6.31/mm/mmap.c linux-2.6.31/mm/mmap.c
  }
  
  unsigned long
-@@ -1535,6 +1709,27 @@ out:
+@@ -1549,6 +1723,27 @@ out:
        return prev ? prev->vm_next : vma;
  }
  
@@ -42760,7 +48294,7 @@ diff -urNp linux-2.6.31/mm/mmap.c linux-2.6.31/mm/mmap.c
  /*
   * Verify that the stack growth is acceptable and
   * update accounting. This is shared with both the
-@@ -1551,6 +1746,7 @@ static int acct_stack_growth(struct vm_a
+@@ -1565,6 +1760,7 @@ static int acct_stack_growth(struct vm_a
                return -ENOMEM;
  
        /* Stack limit test */
@@ -42768,7 +48302,7 @@ diff -urNp linux-2.6.31/mm/mmap.c linux-2.6.31/mm/mmap.c
        if (size > rlim[RLIMIT_STACK].rlim_cur)
                return -ENOMEM;
  
-@@ -1560,6 +1756,7 @@ static int acct_stack_growth(struct vm_a
+@@ -1574,6 +1770,7 @@ static int acct_stack_growth(struct vm_a
                unsigned long limit;
                locked = mm->locked_vm + grow;
                limit = rlim[RLIMIT_MEMLOCK].rlim_cur >> PAGE_SHIFT;
@@ -42776,7 +48310,7 @@ diff -urNp linux-2.6.31/mm/mmap.c linux-2.6.31/mm/mmap.c
                if (locked > limit && !capable(CAP_IPC_LOCK))
                        return -ENOMEM;
        }
-@@ -1595,35 +1792,40 @@ static
+@@ -1609,35 +1806,40 @@ static
  #endif
  int expand_upwards(struct vm_area_struct *vma, unsigned long address)
  {
@@ -42827,7 +48361,7 @@ diff -urNp linux-2.6.31/mm/mmap.c linux-2.6.31/mm/mmap.c
                unsigned long size, grow;
  
                size = address - vma->vm_start;
-@@ -1633,6 +1835,8 @@ int expand_upwards(struct vm_area_struct
+@@ -1647,6 +1849,8 @@ int expand_upwards(struct vm_area_struct
                if (!error)
                        vma->vm_end = address;
        }
@@ -42836,7 +48370,7 @@ diff -urNp linux-2.6.31/mm/mmap.c linux-2.6.31/mm/mmap.c
        anon_vma_unlock(vma);
        return error;
  }
-@@ -1644,7 +1848,8 @@ int expand_upwards(struct vm_area_struct
+@@ -1658,7 +1862,8 @@ int expand_upwards(struct vm_area_struct
  static int expand_downwards(struct vm_area_struct *vma,
                                   unsigned long address)
  {
@@ -42846,7 +48380,7 @@ diff -urNp linux-2.6.31/mm/mmap.c linux-2.6.31/mm/mmap.c
  
        /*
         * We must make sure the anon_vma is allocated
-@@ -1658,6 +1863,15 @@ static int expand_downwards(struct vm_ar
+@@ -1672,6 +1877,15 @@ static int expand_downwards(struct vm_ar
        if (error)
                return error;
  
@@ -42862,7 +48396,7 @@ diff -urNp linux-2.6.31/mm/mmap.c linux-2.6.31/mm/mmap.c
        anon_vma_lock(vma);
  
        /*
-@@ -1667,9 +1881,15 @@ static int expand_downwards(struct vm_ar
+@@ -1681,9 +1895,15 @@ static int expand_downwards(struct vm_ar
         */
  
        /* Somebody else might have raced and expanded it already */
@@ -42879,7 +48413,7 @@ diff -urNp linux-2.6.31/mm/mmap.c linux-2.6.31/mm/mmap.c
                size = vma->vm_end - address;
                grow = (vma->vm_start - address) >> PAGE_SHIFT;
  
-@@ -1677,9 +1897,20 @@ static int expand_downwards(struct vm_ar
+@@ -1691,9 +1911,20 @@ static int expand_downwards(struct vm_ar
                if (!error) {
                        vma->vm_start = address;
                        vma->vm_pgoff -= grow;
@@ -42900,7 +48434,7 @@ diff -urNp linux-2.6.31/mm/mmap.c linux-2.6.31/mm/mmap.c
        return error;
  }
  
-@@ -1755,6 +1986,13 @@ static void remove_vma_list(struct mm_st
+@@ -2002,6 +2002,13 @@ static void remove_vma_list(struct mm_st
        do {
                long nrpages = vma_pages(vma);
  
@@ -42914,7 +48448,7 @@ diff -urNp linux-2.6.31/mm/mmap.c linux-2.6.31/mm/mmap.c
                // mm->total_vm -= nrpages;
                vx_vmpages_sub(mm, nrpages);
                vm_stat_account(mm, vma->vm_flags, vma->vm_file, -nrpages);
-@@ -1799,6 +2037,16 @@ detach_vmas_to_be_unmapped(struct mm_str
+@@ -1813,6 +2051,16 @@ detach_vmas_to_be_unmapped(struct mm_str
  
        insertion_point = (prev ? &prev->vm_next : &mm->mmap);
        do {
@@ -42931,7 +48465,7 @@ diff -urNp linux-2.6.31/mm/mmap.c linux-2.6.31/mm/mmap.c
                rb_erase(&vma->vm_rb, &mm->mm_rb);
                mm->map_count--;
                tail_vma = vma;
-@@ -1818,6 +2066,108 @@ detach_vmas_to_be_unmapped(struct mm_str
+@@ -1832,6 +2080,108 @@ detach_vmas_to_be_unmapped(struct mm_str
   * Split a vma into two pieces at address 'addr', a new vma is allocated
   * either for the first part or the tail.
   */
@@ -43040,7 +48574,7 @@ diff -urNp linux-2.6.31/mm/mmap.c linux-2.6.31/mm/mmap.c
  int split_vma(struct mm_struct * mm, struct vm_area_struct * vma,
              unsigned long addr, int new_below)
  {
-@@ -1869,17 +2219,37 @@ int split_vma(struct mm_struct * mm, str
+@@ -1883,17 +2233,37 @@ int split_vma(struct mm_struct * mm, str
  
        return 0;
  }
@@ -43078,7 +48612,7 @@ diff -urNp linux-2.6.31/mm/mmap.c linux-2.6.31/mm/mmap.c
        if ((start & ~PAGE_MASK) || start > TASK_SIZE || len > TASK_SIZE-start)
                return -EINVAL;
  
-@@ -1943,6 +2313,8 @@ int do_munmap(struct mm_struct *mm, unsi
+@@ -1957,6 +2327,8 @@ int do_munmap(struct mm_struct *mm, unsi
        /* Fix up all other VM information */
        remove_vma_list(mm, vma);
  
@@ -43087,7 +48621,7 @@ diff -urNp linux-2.6.31/mm/mmap.c linux-2.6.31/mm/mmap.c
        return 0;
  }
  
-@@ -1955,22 +2327,18 @@ SYSCALL_DEFINE2(munmap, unsigned long, a
+@@ -1969,22 +2341,18 @@ SYSCALL_DEFINE2(munmap, unsigned long, a
  
        profile_munmap(addr);
  
@@ -43116,7 +48650,7 @@ diff -urNp linux-2.6.31/mm/mmap.c linux-2.6.31/mm/mmap.c
  /*
   *  this is really a simplified "do_mmap".  it only handles
   *  anonymous maps.  eventually we may be able to do some
-@@ -1984,6 +2352,11 @@ unsigned long do_brk(unsigned long addr,
+@@ -1998,6 +2366,11 @@ unsigned long do_brk(unsigned long addr,
        struct rb_node ** rb_link, * rb_parent;
        pgoff_t pgoff = addr >> PAGE_SHIFT;
        int error;
@@ -43128,7 +48662,7 @@ diff -urNp linux-2.6.31/mm/mmap.c linux-2.6.31/mm/mmap.c
  
        len = PAGE_ALIGN(len);
        if (!len)
-@@ -2001,19 +2374,34 @@ unsigned long do_brk(unsigned long addr,
+@@ -2015,19 +2388,34 @@ unsigned long do_brk(unsigned long addr,
  
        flags = VM_DATA_DEFAULT_FLAGS | VM_ACCOUNT | mm->def_flags;
  
@@ -43164,7 +48698,7 @@ diff -urNp linux-2.6.31/mm/mmap.c linux-2.6.31/mm/mmap.c
                if (locked > lock_limit && !capable(CAP_IPC_LOCK))
                        return -EAGAIN;
        }
-@@ -2027,23 +2415,23 @@ unsigned long do_brk(unsigned long addr,
+@@ -2435,23 +2435,23 @@ unsigned long do_brk(unsigned long addr,
        /*
         * Clear old maps.  this also does some error checking for us
         */
@@ -43193,7 +48727,7 @@ diff -urNp linux-2.6.31/mm/mmap.c linux-2.6.31/mm/mmap.c
                return -ENOMEM;
  
        /* Can we just expand an old private anonymous mapping? */
-@@ -2056,10 +2444,21 @@ unsigned long do_brk(unsigned long addr,
+@@ -2070,10 +2458,21 @@ unsigned long do_brk(unsigned long addr,
         */
        vma = kmem_cache_zalloc(vm_area_cachep, GFP_KERNEL);
        if (!vma) {
@@ -43216,25 +48750,27 @@ diff -urNp linux-2.6.31/mm/mmap.c linux-2.6.31/mm/mmap.c
        vma->vm_mm = mm;
        vma->vm_start = addr;
        vma->vm_end = addr + len;
-@@ -2068,14 +2467,13 @@ unsigned long do_brk(unsigned long addr,
+@@ -2488,14 +2488,15 @@ unsigned long do_brk(unsigned long addr,
        vma->vm_page_prot = vm_get_page_prot(flags);
        vma_link(mm, vma, prev, rb_link, rb_parent);
  out:
 -      // mm->total_vm += len >> PAGE_SHIFT;
 -      vx_vmpages_add(mm, len >> PAGE_SHIFT);
++      // mm->total_vm += charged;
 +      vx_vmpages_add(mm, charged);
  
        if (flags & VM_LOCKED) {
                if (!mlock_vma_pages_range(vma, addr, addr + len))
 -                      // mm->locked_vm += (len >> PAGE_SHIFT);
 -                      vx_vmlocked_add(mm, len >> PAGE_SHIFT);
++                      // mm->locked_vm += (charged);
 +                      vx_vmlocked_add(mm, charged);
        }
 +      track_exec_limit(mm, addr, addr + len, flags);
        return addr;
  }
  
-@@ -2118,8 +2518,10 @@ void exit_mmap(struct mm_struct *mm)
+@@ -2133,8 +2533,10 @@ void exit_mmap(struct mm_struct *mm)
         * Walk the list again, actually closing and freeing it,
         * with preemption enabled, without holding any MM locks.
         */
@@ -43246,7 +48782,7 @@ diff -urNp linux-2.6.31/mm/mmap.c linux-2.6.31/mm/mmap.c
  
        BUG_ON(mm->nr_ptes > (FIRST_USER_ADDRESS+PMD_SIZE-1)>>PMD_SHIFT);
  }
-@@ -2133,6 +2535,10 @@ int insert_vm_struct(struct mm_struct * 
+@@ -2148,6 +2550,10 @@ int insert_vm_struct(struct mm_struct * 
        struct vm_area_struct * __vma, * prev;
        struct rb_node ** rb_link, * rb_parent;
  
@@ -43257,7 +48793,7 @@ diff -urNp linux-2.6.31/mm/mmap.c linux-2.6.31/mm/mmap.c
        /*
         * The vm_pgoff of a purely anonymous vma should be irrelevant
         * until its first write fault, when page's anon_vma and index
-@@ -2155,7 +2561,22 @@ int insert_vm_struct(struct mm_struct * 
+@@ -2170,7 +2576,22 @@ int insert_vm_struct(struct mm_struct * 
        if ((vma->vm_flags & VM_ACCOUNT) &&
             security_vm_enough_memory_mm(mm, vma_pages(vma)))
                return -ENOMEM;
@@ -43280,7 +48816,7 @@ diff -urNp linux-2.6.31/mm/mmap.c linux-2.6.31/mm/mmap.c
        return 0;
  }
  
-@@ -2173,6 +2594,8 @@ struct vm_area_struct *copy_vma(struct v
+@@ -2188,6 +2609,8 @@ struct vm_area_struct *copy_vma(struct v
        struct rb_node **rb_link, *rb_parent;
        struct mempolicy *pol;
  
@@ -43289,7 +48825,7 @@ diff -urNp linux-2.6.31/mm/mmap.c linux-2.6.31/mm/mmap.c
        /*
         * If anonymous vma has not yet been faulted, update new pgoff
         * to match new location, to increase its chance of merging.
-@@ -2216,6 +2639,35 @@ struct vm_area_struct *copy_vma(struct v
+@@ -2231,6 +2654,35 @@ struct vm_area_struct *copy_vma(struct v
        return new_vma;
  }
  
@@ -43325,7 +48861,7 @@ diff -urNp linux-2.6.31/mm/mmap.c linux-2.6.31/mm/mmap.c
  /*
   * Return true if the calling process may expand its vm space by the passed
   * number of pages
-@@ -2226,7 +2678,7 @@ int may_expand_vm(struct mm_struct *mm, 
+@@ -2241,7 +2693,7 @@ int may_expand_vm(struct mm_struct *mm, 
        unsigned long lim;
  
        lim = current->signal->rlim[RLIMIT_AS].rlim_cur >> PAGE_SHIFT;
@@ -43334,16 +48870,7 @@ diff -urNp linux-2.6.31/mm/mmap.c linux-2.6.31/mm/mmap.c
        if (cur + npages > lim)
                return 0;
        return 1;
-@@ -2267,7 +2719,7 @@ static void special_mapping_close(struct
- {
- }
--static struct vm_operations_struct special_mapping_vmops = {
-+static const struct vm_operations_struct special_mapping_vmops = {
-       .close = special_mapping_close,
-       .fault = special_mapping_fault,
- };
-@@ -2295,6 +2747,15 @@ int install_special_mapping(struct mm_st
+@@ -2310,6 +2762,15 @@ int install_special_mapping(struct mm_st
        vma->vm_start = addr;
        vma->vm_end = addr + len;
  
@@ -43359,13 +48886,13 @@ diff -urNp linux-2.6.31/mm/mmap.c linux-2.6.31/mm/mmap.c
        vma->vm_flags = vm_flags | mm->def_flags | VM_DONTEXPAND;
        vma->vm_page_prot = vm_get_page_prot(vma->vm_flags);
  
-diff -urNp linux-2.6.31/mm/mprotect.c linux-2.6.31/mm/mprotect.c
---- linux-2.6.31/mm/mprotect.c 2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/mm/mprotect.c 2009-09-06 15:29:12.197911003 -0400
+diff -urNp linux-2.6.32.1/mm/mprotect.c linux-2.6.32.1/mm/mprotect.c
+--- linux-2.6.32.1/mm/mprotect.c       2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/mm/mprotect.c       2009-12-14 18:33:59.682784735 -0500
 @@ -24,10 +24,16 @@
  #include <linux/mmu_notifier.h>
  #include <linux/migrate.h>
- #include <linux/perf_counter.h>
+ #include <linux/perf_event.h>
 +
 +#ifdef CONFIG_PAX_MPROTECT
 +#include <linux/elf.h>
@@ -43488,8 +49015,8 @@ diff -urNp linux-2.6.31/mm/mprotect.c linux-2.6.31/mm/mprotect.c
        vma->vm_flags = newflags;
 +
 +#ifdef CONFIG_PAX_MPROTECT
-+      if (current->binfmt && current->binfmt->handle_mprotect)
-+              current->binfmt->handle_mprotect(vma, newflags);
++      if (mm->binfmt && mm->binfmt->handle_mprotect)
++              mm->binfmt->handle_mprotect(vma, newflags);
 +#endif
 +
        vma->vm_page_prot = pgprot_modify(vma->vm_page_prot,
@@ -43535,8 +49062,8 @@ diff -urNp linux-2.6.31/mm/mprotect.c linux-2.6.31/mm/mprotect.c
 +      }
 +
 +#ifdef CONFIG_PAX_MPROTECT
-+      if (current->binfmt && current->binfmt->handle_mprotect)
-+              current->binfmt->handle_mprotect(vma, vm_flags);
++      if (current->mm->binfmt && current->mm->binfmt->handle_mprotect)
++              current->mm->binfmt->handle_mprotect(vma, vm_flags);
 +#endif
 +
        for (nstart = start ; ; ) {
@@ -43545,17 +49072,17 @@ diff -urNp linux-2.6.31/mm/mprotect.c linux-2.6.31/mm/mprotect.c
 @@ -301,6 +416,9 @@ SYSCALL_DEFINE3(mprotect, unsigned long,
                if (error)
                        goto out;
-               perf_counter_mmap(vma);
+               perf_event_mmap(vma);
 +
 +              track_exec_limit(current->mm, nstart, tmp, vm_flags);
 +
                nstart = tmp;
  
                if (nstart < prev->vm_end)
-diff -urNp linux-2.6.31/mm/mremap.c linux-2.6.31/mm/mremap.c
---- linux-2.6.31/mm/mremap.c   2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/mm/mremap.c   2009-09-06 15:29:12.197911003 -0400
-@@ -113,6 +113,12 @@ static void move_ptes(struct vm_area_str
+diff -urNp linux-2.6.32.1/mm/mremap.c linux-2.6.32.1/mm/mremap.c
+--- linux-2.6.32.1/mm/mremap.c 2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/mm/mremap.c 2009-12-14 18:33:59.682784735 -0500
+@@ -114,6 +114,12 @@ static void move_ptes(struct vm_area_str
                        continue;
                pte = ptep_clear_flush(vma, old_addr, old_pte);
                pte = move_pte(pte, new_vma->vm_page_prot, old_addr, new_addr);
@@ -43568,7 +49095,7 @@ diff -urNp linux-2.6.31/mm/mremap.c linux-2.6.31/mm/mremap.c
                set_pte_at(mm, new_addr, new_pte, pte);
        }
  
-@@ -262,6 +268,7 @@ unsigned long do_mremap(unsigned long ad
+@@ -276,6 +282,7 @@ unsigned long do_mremap(unsigned long ad
        struct vm_area_struct *vma;
        unsigned long ret = -EINVAL;
        unsigned long charged = 0;
@@ -43576,7 +49103,7 @@ diff -urNp linux-2.6.31/mm/mremap.c linux-2.6.31/mm/mremap.c
  
        if (flags & ~(MREMAP_FIXED | MREMAP_MAYMOVE))
                goto out;
-@@ -280,6 +287,15 @@ unsigned long do_mremap(unsigned long ad
+@@ -294,6 +301,15 @@ unsigned long do_mremap(unsigned long ad
        if (!new_len)
                goto out;
  
@@ -43592,7 +49119,7 @@ diff -urNp linux-2.6.31/mm/mremap.c linux-2.6.31/mm/mremap.c
        /* new_addr is only valid if MREMAP_FIXED is specified */
        if (flags & MREMAP_FIXED) {
                if (new_addr & ~PAGE_MASK)
-@@ -287,16 +303,13 @@ unsigned long do_mremap(unsigned long ad
+@@ -301,16 +317,13 @@ unsigned long do_mremap(unsigned long ad
                if (!(flags & MREMAP_MAYMOVE))
                        goto out;
  
@@ -43611,7 +49138,7 @@ diff -urNp linux-2.6.31/mm/mremap.c linux-2.6.31/mm/mremap.c
                        goto out;
  
                ret = security_file_mmap(NULL, 0, 0, 0, new_addr, 1);
-@@ -334,6 +347,14 @@ unsigned long do_mremap(unsigned long ad
+@@ -348,6 +361,14 @@ unsigned long do_mremap(unsigned long ad
                ret = -EINVAL;
                goto out;
        }
@@ -43626,7 +49153,7 @@ diff -urNp linux-2.6.31/mm/mremap.c linux-2.6.31/mm/mremap.c
        /* We can't remap across vm area boundaries */
        if (old_len > vma->vm_end - addr)
                goto out;
-@@ -367,7 +388,7 @@ unsigned long do_mremap(unsigned long ad
+@@ -381,7 +402,7 @@ unsigned long do_mremap(unsigned long ad
        if (old_len == vma->vm_end - addr &&
            !((flags & MREMAP_FIXED) && (addr != new_addr)) &&
            (old_len != new_len || !(flags & MREMAP_MAYMOVE))) {
@@ -43635,7 +49162,7 @@ diff -urNp linux-2.6.31/mm/mremap.c linux-2.6.31/mm/mremap.c
                if (vma->vm_next)
                        max_addr = vma->vm_next->vm_start;
                /* can we just expand the current mapping? */
-@@ -385,6 +406,7 @@ unsigned long do_mremap(unsigned long ad
+@@ -399,6 +420,7 @@ unsigned long do_mremap(unsigned long ad
                                                   addr + new_len);
                        }
                        ret = addr;
@@ -43643,7 +49170,7 @@ diff -urNp linux-2.6.31/mm/mremap.c linux-2.6.31/mm/mremap.c
                        goto out;
                }
        }
-@@ -395,8 +417,8 @@ unsigned long do_mremap(unsigned long ad
+@@ -409,8 +431,8 @@ unsigned long do_mremap(unsigned long ad
         */
        ret = -ENOMEM;
        if (flags & MREMAP_MAYMOVE) {
@@ -43653,7 +49180,7 @@ diff -urNp linux-2.6.31/mm/mremap.c linux-2.6.31/mm/mremap.c
                        if (vma->vm_flags & VM_MAYSHARE)
                                map_flags |= MAP_SHARED;
  
-@@ -411,7 +433,12 @@ unsigned long do_mremap(unsigned long ad
+@@ -425,7 +447,12 @@ unsigned long do_mremap(unsigned long ad
                        if (ret)
                                goto out;
                }
@@ -43666,19 +49193,10 @@ diff -urNp linux-2.6.31/mm/mremap.c linux-2.6.31/mm/mremap.c
        }
  out:
        if (ret & ~PAGE_MASK)
-diff -urNp linux-2.6.31/mm/nommu.c linux-2.6.31/mm/nommu.c
---- linux-2.6.31/mm/nommu.c    2009-09-06 19:00:55.788345103 -0400
-+++ linux-2.6.31/mm/nommu.c    2009-09-06 19:01:14.428404175 -0400
-@@ -79,7 +79,7 @@ static struct kmem_cache *vm_region_jar;
- struct rb_root nommu_region_tree = RB_ROOT;
- DECLARE_RWSEM(nommu_region_sem);
--struct vm_operations_struct generic_file_vm_ops = {
-+const struct vm_operations_struct generic_file_vm_ops = {
- };
- /*
-@@ -780,15 +780,6 @@ struct vm_area_struct *find_vma(struct m
+diff -urNp linux-2.6.32.1/mm/nommu.c linux-2.6.32.1/mm/nommu.c
+--- linux-2.6.32.1/mm/nommu.c  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/mm/nommu.c  2009-12-14 18:33:59.684765804 -0500
+@@ -758,15 +758,6 @@ struct vm_area_struct *find_vma(struct m
  EXPORT_SYMBOL(find_vma);
  
  /*
@@ -43694,12 +49212,12 @@ diff -urNp linux-2.6.31/mm/nommu.c linux-2.6.31/mm/nommu.c
   * expand a stack to a given address
   * - not supported under NOMMU conditions
   */
-diff -urNp linux-2.6.31/mm/page_alloc.c linux-2.6.31/mm/page_alloc.c
---- linux-2.6.31/mm/page_alloc.c       2009-09-06 19:00:55.789155480 -0400
-+++ linux-2.6.31/mm/page_alloc.c       2009-09-06 19:01:14.429165029 -0400
-@@ -559,6 +559,10 @@ static void __free_pages_ok(struct page 
+diff -urNp linux-2.6.32.1/mm/page_alloc.c linux-2.6.32.1/mm/page_alloc.c
+--- linux-2.6.32.1/mm/page_alloc.c     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/mm/page_alloc.c     2009-12-14 18:33:59.698890426 -0500
+@@ -585,6 +585,10 @@ static void __free_pages_ok(struct page 
        int bad = 0;
-       int wasMlocked = TestClearPageMlocked(page);
+       int wasMlocked = __TestClearPageMlocked(page);
  
 +#ifdef CONFIG_PAX_MEMORY_SANITIZE
 +      unsigned long index = 1UL << order;
@@ -43708,7 +49226,7 @@ diff -urNp linux-2.6.31/mm/page_alloc.c linux-2.6.31/mm/page_alloc.c
        kmemcheck_free_shadow(page, order);
  
        for (i = 0 ; i < (1 << order) ; ++i)
-@@ -571,6 +575,12 @@ static void __free_pages_ok(struct page 
+@@ -597,6 +601,12 @@ static void __free_pages_ok(struct page 
                debug_check_no_obj_freed(page_address(page),
                                           PAGE_SIZE << order);
        }
@@ -43721,7 +49239,7 @@ diff -urNp linux-2.6.31/mm/page_alloc.c linux-2.6.31/mm/page_alloc.c
        arch_free_page(page, order);
        kernel_map_pages(page, 1 << order, 0);
  
-@@ -662,8 +672,10 @@ static int prep_new_page(struct page *pa
+@@ -700,8 +710,10 @@ static int prep_new_page(struct page *pa
        arch_alloc_page(page, order);
        kernel_map_pages(page, 1 << order, 1);
  
@@ -43732,7 +49250,7 @@ diff -urNp linux-2.6.31/mm/page_alloc.c linux-2.6.31/mm/page_alloc.c
  
        if (order && (gfp_flags & __GFP_COMP))
                prep_compound_page(page, order);
-@@ -1039,6 +1051,11 @@ static void free_hot_cold_page(struct pa
+@@ -1095,6 +1107,11 @@ static void free_hot_cold_page(struct pa
                debug_check_no_locks_freed(page_address(page), PAGE_SIZE);
                debug_check_no_obj_freed(page_address(page), PAGE_SIZE);
        }
@@ -43744,22 +49262,22 @@ diff -urNp linux-2.6.31/mm/page_alloc.c linux-2.6.31/mm/page_alloc.c
        arch_free_page(page, 0);
        kernel_map_pages(page, 1, 0);
  
-diff -urNp linux-2.6.31/mm/percpu.c linux-2.6.31/mm/percpu.c
---- linux-2.6.31/mm/percpu.c   2009-09-06 19:00:55.790171774 -0400
-+++ linux-2.6.31/mm/percpu.c   2009-09-06 19:01:14.430358003 -0400
-@@ -105,7 +105,7 @@ static int pcpu_nr_slots __read_mostly;
- static size_t pcpu_chunk_struct_size __read_mostly;
+diff -urNp linux-2.6.32.1/mm/percpu.c linux-2.6.32.1/mm/percpu.c
+--- linux-2.6.32.1/mm/percpu.c 2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/mm/percpu.c 2009-12-14 18:33:59.698890426 -0500
+@@ -115,7 +115,7 @@ static unsigned int pcpu_first_unit_cpu 
+ static unsigned int pcpu_last_unit_cpu __read_mostly;
  
  /* the address of the first chunk which starts with the kernel static area */
 -void *pcpu_base_addr __read_mostly;
 +void *pcpu_base_addr __read_only;
  EXPORT_SYMBOL_GPL(pcpu_base_addr);
  
- /*
-diff -urNp linux-2.6.31/mm/rmap.c linux-2.6.31/mm/rmap.c
---- linux-2.6.31/mm/rmap.c     2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/mm/rmap.c     2009-09-06 15:29:12.201956701 -0400
-@@ -103,6 +103,10 @@ int anon_vma_prepare(struct vm_area_stru
+ static const int *pcpu_unit_map __read_mostly;                /* cpu -> unit */
+diff -urNp linux-2.6.32.1/mm/rmap.c linux-2.6.32.1/mm/rmap.c
+--- linux-2.6.32.1/mm/rmap.c   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/mm/rmap.c   2009-12-14 18:33:59.706888957 -0500
+@@ -108,6 +108,10 @@ int anon_vma_prepare(struct vm_area_stru
                struct mm_struct *mm = vma->vm_mm;
                struct anon_vma *allocated;
  
@@ -43770,7 +49288,7 @@ diff -urNp linux-2.6.31/mm/rmap.c linux-2.6.31/mm/rmap.c
                anon_vma = find_mergeable_anon_vma(vma);
                allocated = NULL;
                if (!anon_vma) {
-@@ -116,6 +120,15 @@ int anon_vma_prepare(struct vm_area_stru
+@@ -121,6 +125,15 @@ int anon_vma_prepare(struct vm_area_stru
                /* page_table_lock to protect against threads */
                spin_lock(&mm->page_table_lock);
                if (likely(!vma->anon_vma)) {
@@ -43786,9 +49304,9 @@ diff -urNp linux-2.6.31/mm/rmap.c linux-2.6.31/mm/rmap.c
                        vma->anon_vma = anon_vma;
                        list_add_tail(&vma->anon_vma_node, &anon_vma->head);
                        allocated = NULL;
-diff -urNp linux-2.6.31/mm/shmem.c linux-2.6.31/mm/shmem.c
---- linux-2.6.31/mm/shmem.c    2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/mm/shmem.c    2009-09-06 15:29:12.201956701 -0400
+diff -urNp linux-2.6.32.1/mm/shmem.c linux-2.6.32.1/mm/shmem.c
+--- linux-2.6.32.1/mm/shmem.c  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/mm/shmem.c  2009-12-14 18:33:59.706888957 -0500
 @@ -31,7 +31,7 @@
  #include <linux/swap.h>
  #include <linux/ima.h>
@@ -43798,27 +49316,9 @@ diff -urNp linux-2.6.31/mm/shmem.c linux-2.6.31/mm/shmem.c
  
  #ifdef CONFIG_SHMEM
  /*
-@@ -219,7 +219,7 @@ static const struct file_operations shme
- static const struct inode_operations shmem_inode_operations;
- static const struct inode_operations shmem_dir_inode_operations;
- static const struct inode_operations shmem_special_inode_operations;
--static struct vm_operations_struct shmem_vm_ops;
-+static const struct vm_operations_struct shmem_vm_ops;
- static struct backing_dev_info shmem_backing_dev_info  __read_mostly = {
-       .ra_pages       = 0,    /* No readahead */
-@@ -2497,7 +2497,7 @@ static const struct super_operations shm
-       .put_super      = shmem_put_super,
- };
--static struct vm_operations_struct shmem_vm_ops = {
-+static const struct vm_operations_struct shmem_vm_ops = {
-       .fault          = shmem_fault,
- #ifdef CONFIG_NUMA
-       .set_policy     = shmem_set_policy,
-diff -urNp linux-2.6.31/mm/slab.c linux-2.6.31/mm/slab.c
---- linux-2.6.31/mm/slab.c     2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/mm/slab.c     2009-09-06 15:29:12.203076903 -0400
+diff -urNp linux-2.6.32.1/mm/slab.c linux-2.6.32.1/mm/slab.c
+--- linux-2.6.32.1/mm/slab.c   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/mm/slab.c   2009-12-14 18:33:59.734793293 -0500
 @@ -308,7 +308,7 @@ struct kmem_list3 {
   * Need this for bootstrapping a per node allocator.
   */
@@ -43855,18 +49355,16 @@ diff -urNp linux-2.6.31/mm/slab.c linux-2.6.31/mm/slab.c
  
  /* internal cache of cache description objs */
  static struct kmem_cache cache_cache = {
-@@ -4473,15 +4473,64 @@ static const struct file_operations proc
+@@ -4084,7 +4084,7 @@ out:
+       schedule_delayed_work(work, round_jiffies_relative(REAPTIMEOUT_CPUC));
+ }
  
- static int __init slab_proc_init(void)
+-#ifdef CONFIG_SLABINFO
++#if defined(CONFIG_SLABINFO) && !defined(CONFIG_GRKERNSEC_PROC_ADD)
+ static void print_slabinfo_header(struct seq_file *m)
  {
-+#if !defined(CONFIG_GRKERNSEC_PROC_ADD)
-       proc_create("slabinfo",S_IWUSR|S_IRUGO,NULL,&proc_slabinfo_operations);
- #ifdef CONFIG_DEBUG_SLAB_LEAK
-       proc_create("slab_allocators", 0, NULL, &proc_slabstats_operations);
- #endif
-+#endif
-       return 0;
- }
+@@ -4482,6 +4482,51 @@ static int __init slab_proc_init(void)
  module_init(slab_proc_init);
  #endif
  
@@ -43891,13 +49389,11 @@ diff -urNp linux-2.6.31/mm/slab.c linux-2.6.31/mm/slab.c
 +
 +      page = virt_to_head_page(ptr);
 +
-+      /* XXX: can get a little tighter with this stack check */
-+      if (!PageSlab(page) && object_is_on_stack(ptr) &&
-+          (n > ((unsigned long)task_stack_page(current) + THREAD_SIZE -
-+           (unsigned long)ptr)))
-+              goto report;
-+      else
++      if (!PageSlab(page)) {
++              if (object_is_on_stack(ptr, n) == -1)
++                      goto report;
 +              return;
++      }
 +
 +      cachep = page_get_cache(page);
 +      slabp = page_get_slab(page);
@@ -43920,9 +49416,9 @@ diff -urNp linux-2.6.31/mm/slab.c linux-2.6.31/mm/slab.c
  /**
   * ksize - get the actual amount of memory allocated for a given object
   * @objp: Pointer to the object
-diff -urNp linux-2.6.31/mm/slob.c linux-2.6.31/mm/slob.c
---- linux-2.6.31/mm/slob.c     2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/mm/slob.c     2009-09-06 15:29:12.204173926 -0400
+diff -urNp linux-2.6.32.1/mm/slob.c linux-2.6.32.1/mm/slob.c
+--- linux-2.6.32.1/mm/slob.c   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/mm/slob.c   2009-12-14 18:33:59.736004820 -0500
 @@ -29,7 +29,7 @@
   * If kmalloc is asked for objects of PAGE_SIZE or larger, it calls
   * alloc_pages() directly, allocating compound pages so the page order
@@ -43959,6 +49455,15 @@ diff -urNp linux-2.6.31/mm/slob.c linux-2.6.31/mm/slob.c
  }
  
  static inline void set_slob_page(struct slob_page *sp)
+@@ -148,7 +150,7 @@ static inline void clear_slob_page(struc
+ static inline struct slob_page *slob_page(const void *addr)
+ {
+-      return (struct slob_page *)virt_to_page(addr);
++      return (struct slob_page *)virt_to_head_page(addr);
+ }
+ /*
 @@ -208,7 +210,7 @@ static void set_slob(slob_t *s, slobidx_
  /*
   * Return the size of a slob block.
@@ -44040,7 +49545,7 @@ diff -urNp linux-2.6.31/mm/slob.c linux-2.6.31/mm/slob.c
 -                      page = virt_to_page(ret);
 -                      page->private = size;
 +                      struct slob_page *sp;
-+                      sp = (struct slob_page *)virt_to_head_page(ret);
++                      sp = slob_page(ret);
 +                      sp->size = size;
                }
  
@@ -44059,7 +49564,7 @@ diff -urNp linux-2.6.31/mm/slob.c linux-2.6.31/mm/slob.c
  EXPORT_SYMBOL(__kmalloc_node);
  
  void kfree(const void *block)
-@@ -528,13 +540,86 @@ void kfree(const void *block)
+@@ -528,13 +540,84 @@ void kfree(const void *block)
        sp = slob_page(block);
        if (is_slob_page(sp)) {
                int align = max(ARCH_KMALLOC_MINALIGN, ARCH_SLAB_MINALIGN);
@@ -44094,14 +49599,12 @@ diff -urNp linux-2.6.31/mm/slob.c linux-2.6.31/mm/slob.c
 +      if (!virt_addr_valid(ptr))
 +              return;
 +
-+      sp = (struct slob_page *)virt_to_head_page(ptr);
-+      /* XXX: can get a little tighter with this stack check */
-+      if (!PageSlobPage((struct page*)sp) && object_is_on_stack(ptr) &&
-+          (n > ((unsigned long)task_stack_page(current) + THREAD_SIZE -
-+           (unsigned long)ptr)))
-+              goto report;
-+      else
++      sp = slob_page(ptr);
++      if (!PageSlab((struct page*)sp)) {
++              if (object_is_on_stack(ptr, n) == -1)
++                      goto report;
 +              return;
++      }
 +
 +      if (sp->size) {
 +              base = page_address(&sp->page);
@@ -44149,7 +49652,7 @@ diff -urNp linux-2.6.31/mm/slob.c linux-2.6.31/mm/slob.c
  /* can't use ksize for kmem_cache_alloc memory, only kmalloc */
  size_t ksize(const void *block)
  {
-@@ -547,10 +632,10 @@ size_t ksize(const void *block)
+@@ -547,10 +630,10 @@ size_t ksize(const void *block)
        sp = slob_page(block);
        if (is_slob_page(sp)) {
                int align = max(ARCH_KMALLOC_MINALIGN, ARCH_SLAB_MINALIGN);
@@ -44163,7 +49666,7 @@ diff -urNp linux-2.6.31/mm/slob.c linux-2.6.31/mm/slob.c
  }
  EXPORT_SYMBOL(ksize);
  
-@@ -605,17 +690,25 @@ void *kmem_cache_alloc_node(struct kmem_
+@@ -605,17 +688,25 @@ void *kmem_cache_alloc_node(struct kmem_
  {
        void *b;
  
@@ -44179,7 +49682,7 @@ diff -urNp linux-2.6.31/mm/slob.c linux-2.6.31/mm/slob.c
 +              struct slob_page *sp;
 +
                b = slob_new_pages(flags, get_order(c->size), node);
-+              sp = (struct slob_page *)virt_to_head_page(b);
++              sp = slob_page(b);
 +              sp->size = c->size;
                trace_kmem_cache_alloc_node(_RET_IP_, b, c->size,
                                            PAGE_SIZE << get_order(c->size),
@@ -44189,14 +49692,14 @@ diff -urNp linux-2.6.31/mm/slob.c linux-2.6.31/mm/slob.c
  
        if (c->ctor)
                c->ctor(b);
-@@ -627,10 +720,16 @@ EXPORT_SYMBOL(kmem_cache_alloc_node);
+@@ -627,10 +718,16 @@ EXPORT_SYMBOL(kmem_cache_alloc_node);
  
  static void __kmem_cache_free(void *b, int size)
  {
 -      if (size < PAGE_SIZE)
-+      struct slob_page *sp = (struct slob_page *)virt_to_head_page(b);
++      struct slob_page *sp = slob_page(b);
 +
-+      if (slob_page(sp))
++      if (is_slob_page(sp))
                slob_free(b, size);
 -      else
 +      else {
@@ -44208,7 +49711,7 @@ diff -urNp linux-2.6.31/mm/slob.c linux-2.6.31/mm/slob.c
  }
  
  static void kmem_rcu_free(struct rcu_head *head)
-@@ -643,15 +742,24 @@ static void kmem_rcu_free(struct rcu_hea
+@@ -643,15 +740,24 @@ static void kmem_rcu_free(struct rcu_hea
  
  void kmem_cache_free(struct kmem_cache *c, void *b)
  {
@@ -44236,10 +49739,10 @@ diff -urNp linux-2.6.31/mm/slob.c linux-2.6.31/mm/slob.c
        }
  
        trace_kmem_cache_free(_RET_IP_, b);
-diff -urNp linux-2.6.31/mm/slub.c linux-2.6.31/mm/slub.c
---- linux-2.6.31/mm/slub.c     2009-09-06 19:00:55.791265797 -0400
-+++ linux-2.6.31/mm/slub.c     2009-09-06 19:01:14.431242543 -0400
-@@ -1915,7 +1915,7 @@ static int slub_min_objects;
+diff -urNp linux-2.6.32.1/mm/slub.c linux-2.6.32.1/mm/slub.c
+--- linux-2.6.32.1/mm/slub.c   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/mm/slub.c   2009-12-14 18:33:59.747817639 -0500
+@@ -1937,7 +1937,7 @@ static int slub_min_objects;
   * Merge control. If this is set then no merging of slab caches will occur.
   * (Could be removed. This was introduced to pacify the merge skeptics.)
   */
@@ -44248,7 +49751,7 @@ diff -urNp linux-2.6.31/mm/slub.c linux-2.6.31/mm/slub.c
  
  /*
   * Calculate the order of allocation given an slab object size.
-@@ -2458,7 +2458,7 @@ static int kmem_cache_open(struct kmem_c
+@@ -2493,7 +2493,7 @@ static int kmem_cache_open(struct kmem_c
         * list to avoid pounding the page allocator excessively.
         */
        set_min_partial(s, ilog2(s->size));
@@ -44257,7 +49760,7 @@ diff -urNp linux-2.6.31/mm/slub.c linux-2.6.31/mm/slub.c
  #ifdef CONFIG_NUMA
        s->remote_node_defrag_ratio = 1000;
  #endif
-@@ -2595,8 +2595,7 @@ static inline int kmem_cache_close(struc
+@@ -2630,8 +2630,7 @@ static inline int kmem_cache_close(struc
  void kmem_cache_destroy(struct kmem_cache *s)
  {
        down_write(&slub_lock);
@@ -44267,7 +49770,7 @@ diff -urNp linux-2.6.31/mm/slub.c linux-2.6.31/mm/slub.c
                list_del(&s->list);
                up_write(&slub_lock);
                if (kmem_cache_close(s)) {
-@@ -2875,6 +2874,48 @@ void *__kmalloc_node(size_t size, gfp_t 
+@@ -2915,6 +2914,46 @@ void *__kmalloc_node(size_t size, gfp_t 
  EXPORT_SYMBOL(__kmalloc_node);
  #endif
  
@@ -44290,13 +49793,11 @@ diff -urNp linux-2.6.31/mm/slub.c linux-2.6.31/mm/slub.c
 +
 +      page = get_object_page(ptr);
 +
-+      /* XXX: can get a little tighter with this stack check */
-+      if (!page && object_is_on_stack(ptr) &&
-+          (n > ((unsigned long)task_stack_page(current) + THREAD_SIZE -
-+           (unsigned long)ptr)))
-+              goto report;
-+      else
++      if (!page) {
++              if (object_is_on_stack(ptr, n) == -1)
++                      goto report;
 +              return;
++      }
 +
 +      s = page->slab;
 +      offset = (ptr - page_address(page)) % s->size;
@@ -44316,7 +49817,7 @@ diff -urNp linux-2.6.31/mm/slub.c linux-2.6.31/mm/slub.c
  size_t ksize(const void *object)
  {
        struct page *page;
-@@ -3146,7 +3187,7 @@ void __init kmem_cache_init(void)
+@@ -3186,7 +3225,7 @@ void __init kmem_cache_init(void)
         */
        create_kmalloc_cache(&kmalloc_caches[0], "kmem_cache_node",
                sizeof(struct kmem_cache_node), GFP_NOWAIT);
@@ -44325,7 +49826,7 @@ diff -urNp linux-2.6.31/mm/slub.c linux-2.6.31/mm/slub.c
        caches++;
  
        hotplug_memory_notifier(slab_memory_callback, SLAB_CALLBACK_PRI);
-@@ -3240,7 +3281,7 @@ static int slab_unmergeable(struct kmem_
+@@ -3293,7 +3332,7 @@ static int slab_unmergeable(struct kmem_
        /*
         * We may have set a slab to be unmergeable during bootstrap.
         */
@@ -44334,7 +49835,7 @@ diff -urNp linux-2.6.31/mm/slub.c linux-2.6.31/mm/slub.c
                return 1;
  
        return 0;
-@@ -3297,7 +3338,7 @@ struct kmem_cache *kmem_cache_create(con
+@@ -3353,7 +3392,7 @@ struct kmem_cache *kmem_cache_create(con
        if (s) {
                int cpu;
  
@@ -44343,7 +49844,7 @@ diff -urNp linux-2.6.31/mm/slub.c linux-2.6.31/mm/slub.c
                /*
                 * Adjust the object sizes so that we clear
                 * the complete object on kzalloc.
-@@ -3316,7 +3357,7 @@ struct kmem_cache *kmem_cache_create(con
+@@ -3372,7 +3411,7 @@ struct kmem_cache *kmem_cache_create(con
  
                if (sysfs_slab_alias(s, name)) {
                        down_write(&slub_lock);
@@ -44352,7 +49853,7 @@ diff -urNp linux-2.6.31/mm/slub.c linux-2.6.31/mm/slub.c
                        up_write(&slub_lock);
                        goto err;
                }
-@@ -4045,7 +4086,7 @@ SLAB_ATTR_RO(ctor);
+@@ -4101,7 +4140,7 @@ SLAB_ATTR_RO(ctor);
  
  static ssize_t aliases_show(struct kmem_cache *s, char *buf)
  {
@@ -44361,19 +49862,36 @@ diff -urNp linux-2.6.31/mm/slub.c linux-2.6.31/mm/slub.c
  }
  SLAB_ATTR_RO(aliases);
  
-@@ -4726,7 +4767,9 @@ static const struct file_operations proc
+@@ -4503,7 +4542,7 @@ static void kmem_cache_release(struct ko
+       kfree(s);
+ }
  
- static int __init slab_proc_init(void)
- {
-+#if !defined(CONFIG_GRKERNSEC_PROC_ADD)
-       proc_create("slabinfo",S_IWUSR|S_IRUGO,NULL,&proc_slabinfo_operations);
-+#endif
+-static struct sysfs_ops slab_sysfs_ops = {
++static const struct sysfs_ops slab_sysfs_ops = {
+       .show = slab_attr_show,
+       .store = slab_attr_store,
+ };
+@@ -4522,7 +4561,7 @@ static int uevent_filter(struct kset *ks
        return 0;
  }
- module_init(slab_proc_init);
-diff -urNp linux-2.6.31/mm/util.c linux-2.6.31/mm/util.c
---- linux-2.6.31/mm/util.c     2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/mm/util.c     2009-09-06 15:29:12.206144967 -0400
+-static struct kset_uevent_ops slab_uevent_ops = {
++static const struct kset_uevent_ops slab_uevent_ops = {
+       .filter = uevent_filter,
+ };
+@@ -4696,7 +4735,7 @@ __initcall(slab_sysfs_init);
+ /*
+  * The /proc/slabinfo ABI
+  */
+-#ifdef CONFIG_SLABINFO
++#if defined(CONFIG_SLABINFO) && !defined(CONFIG_GRKERNSEC_PROC_ADD)
+ static void print_slabinfo_header(struct seq_file *m)
+ {
+       seq_puts(m, "slabinfo - version: 2.1\n");
+diff -urNp linux-2.6.32.1/mm/util.c linux-2.6.32.1/mm/util.c
+--- linux-2.6.32.1/mm/util.c   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/mm/util.c   2009-12-14 18:33:59.747817639 -0500
 @@ -224,6 +224,12 @@ EXPORT_SYMBOL(strndup_user);
  void arch_pick_mmap_layout(struct mm_struct *mm)
  {
@@ -44387,30 +49905,45 @@ diff -urNp linux-2.6.31/mm/util.c linux-2.6.31/mm/util.c
        mm->get_unmapped_area = arch_get_unmapped_area;
        mm->unmap_area = arch_unmap_area;
  }
-diff -urNp linux-2.6.31/mm/vmalloc.c linux-2.6.31/mm/vmalloc.c
---- linux-2.6.31/mm/vmalloc.c  2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/mm/vmalloc.c  2009-09-06 15:29:12.206144967 -0400
-@@ -91,6 +91,11 @@ static int vmap_pte_range(pmd_t *pmd, un
+diff -urNp linux-2.6.32.1/mm/vmalloc.c linux-2.6.32.1/mm/vmalloc.c
+--- linux-2.6.32.1/mm/vmalloc.c        2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/mm/vmalloc.c        2009-12-14 18:33:59.758761810 -0500
+@@ -40,8 +40,19 @@ static void vunmap_pte_range(pmd_t *pmd,
+       pte = pte_offset_kernel(pmd, addr);
+       do {
+-              pte_t ptent = ptep_get_and_clear(&init_mm, addr, pte);
+-              WARN_ON(!pte_none(ptent) && !pte_present(ptent));
++
++#if defined(CONFIG_MODULES) && defined(CONFIG_X86_32) && defined(CONFIG_PAX_KERNEXEC)
++              if ((unsigned long)MODULES_EXEC_VADDR <= addr && addr < (unsigned long)MODULES_EXEC_END) {
++                      BUG_ON(!pte_exec(*pte));
++                      set_pte_at(&init_mm, addr, pte, pfn_pte(__pa(addr) >> PAGE_SHIFT, PAGE_KERNEL_EXEC));
++                      continue;
++              }
++#endif
++
++              {
++                      pte_t ptent = ptep_get_and_clear(&init_mm, addr, pte);
++                      WARN_ON(!pte_none(ptent) && !pte_present(ptent));
++              }
+       } while (pte++, addr += PAGE_SIZE, addr != end);
+ }
+@@ -92,6 +103,7 @@ static int vmap_pte_range(pmd_t *pmd, un
                unsigned long end, pgprot_t prot, struct page **pages, int *nr)
  {
        pte_t *pte;
 +      int ret = -ENOMEM;
-+
-+#ifdef CONFIG_PAX_KERNEXEC
-+      unsigned long cr0;
-+#endif
  
        /*
         * nr is a running index into the array which helps higher level
-@@ -100,17 +105,33 @@ static int vmap_pte_range(pmd_t *pmd, un
+@@ -101,17 +113,30 @@ static int vmap_pte_range(pmd_t *pmd, un
        pte = pte_alloc_kernel(pmd, addr);
        if (!pte)
                return -ENOMEM;
 +
-+#ifdef CONFIG_PAX_KERNEXEC
-+      pax_open_kernel(cr0);
-+#endif
-+
++      pax_open_kernel();
        do {
                struct page *page = pages[*nr];
  
@@ -44418,6 +49951,10 @@ diff -urNp linux-2.6.31/mm/vmalloc.c linux-2.6.31/mm/vmalloc.c
 -                      return -EBUSY;
 -              if (WARN_ON(!page))
 -                      return -ENOMEM;
++#if defined(CONFIG_MODULES) && defined(CONFIG_X86_32) && defined(CONFIG_PAX_KERNEXEC)
++              if (pgprot_val(prot) & _PAGE_NX)
++#endif
++
 +              if (WARN_ON(!pte_none(*pte))) {
 +                      ret = -EBUSY;
 +                      goto out;
@@ -44432,17 +49969,53 @@ diff -urNp linux-2.6.31/mm/vmalloc.c linux-2.6.31/mm/vmalloc.c
 -      return 0;
 +      ret = 0;
 +out:
++      pax_close_kernel();
++      return ret;
+ }
+ static int vmap_pmd_range(pud_t *pud, unsigned long addr,
+@@ -192,11 +217,20 @@ int is_vmalloc_or_module_addr(const void
+        * and fall back on vmalloc() if that fails. Others
+        * just put it in the vmalloc space.
+        */
+-#if defined(CONFIG_MODULES) && defined(MODULES_VADDR)
++#ifdef CONFIG_MODULES
++#ifdef MODULES_VADDR
+       unsigned long addr = (unsigned long)x;
+       if (addr >= MODULES_VADDR && addr < MODULES_END)
+               return 1;
+ #endif
 +
-+#ifdef CONFIG_PAX_KERNEXEC
-+      pax_close_kernel(cr0);
++#if defined(CONFIG_X86_32) && defined(CONFIG_PAX_KERNEXEC)
++      if (x >= (const void *)MODULES_EXEC_VADDR && x < (const void *)MODULES_EXEC_END)
++              return 1;
 +#endif
 +
-+      return ret;
++#endif
++
+       return is_vmalloc_addr(x);
  }
  
- static int vmap_pmd_range(pud_t *pud, unsigned long addr,
-@@ -1132,6 +1153,16 @@ static struct vm_struct *__get_vm_area_n
-       unsigned long align = 1;
+@@ -292,13 +326,13 @@ static void __insert_vmap_area(struct vm
+       struct rb_node *tmp;
+       while (*p) {
+-              struct vmap_area *tmp;
++              struct vmap_area *varea;
+               parent = *p;
+-              tmp = rb_entry(parent, struct vmap_area, rb_node);
+-              if (va->va_start < tmp->va_end)
++              varea = rb_entry(parent, struct vmap_area, rb_node);
++              if (va->va_start < varea->va_end)
+                       p = &(*p)->rb_left;
+-              else if (va->va_end > tmp->va_start)
++              else if (va->va_end > varea->va_start)
+                       p = &(*p)->rb_right;
+               else
+                       BUG();
+@@ -1164,6 +1198,16 @@ static struct vm_struct *__get_vm_area_n
+       struct vm_struct *area;
  
        BUG_ON(in_interrupt());
 +
@@ -44458,8 +50031,8 @@ diff -urNp linux-2.6.31/mm/vmalloc.c linux-2.6.31/mm/vmalloc.c
        if (flags & VM_IOREMAP) {
                int bit = fls(size);
  
-@@ -1371,6 +1402,11 @@ void *vmap(struct page **pages, unsigned
-       if (count > num_physpages)
+@@ -1389,6 +1433,11 @@ void *vmap(struct page **pages, unsigned
+       if (count > totalram_pages)
                return NULL;
  
 +#if defined(CONFIG_MODULES) && defined(CONFIG_X86_32) && defined(CONFIG_PAX_KERNEXEC)
@@ -44470,37 +50043,37 @@ diff -urNp linux-2.6.31/mm/vmalloc.c linux-2.6.31/mm/vmalloc.c
        area = get_vm_area_caller((count << PAGE_SHIFT), flags,
                                        __builtin_return_address(0));
        if (!area)
-@@ -1478,6 +1514,13 @@ static void *__vmalloc_node(unsigned lon
-       if (!size || (size >> PAGE_SHIFT) > num_physpages)
+@@ -1499,6 +1548,13 @@ static void *__vmalloc_node(unsigned lon
+       if (!size || (size >> PAGE_SHIFT) > totalram_pages)
                return NULL;
  
 +#if defined(CONFIG_MODULES) && defined(CONFIG_X86_32) && defined(CONFIG_PAX_KERNEXEC)
 +      if (!(pgprot_val(prot) & _PAGE_NX))
-+              area = __get_vm_area_node(size, VM_ALLOC | VM_KERNEXEC, VMALLOC_START, VMALLOC_END,
++              area = __get_vm_area_node(size, align, VM_ALLOC | VM_KERNEXEC, VMALLOC_START, VMALLOC_END,
 +                                              node, gfp_mask, caller);
 +      else
 +#endif
 +
-       area = __get_vm_area_node(size, VM_ALLOC, VMALLOC_START, VMALLOC_END,
-                                               node, gfp_mask, caller);
+       area = __get_vm_area_node(size, align, VM_ALLOC, VMALLOC_START,
+                                 VMALLOC_END, node, gfp_mask, caller);
  
-@@ -1496,6 +1539,7 @@ static void *__vmalloc_node(unsigned lon
+@@ -1517,6 +1573,7 @@ static void *__vmalloc_node(unsigned lon
        return addr;
  }
  
 +#undef __vmalloc
  void *__vmalloc(unsigned long size, gfp_t gfp_mask, pgprot_t prot)
  {
-       return __vmalloc_node(size, gfp_mask, prot, -1,
-@@ -1512,6 +1556,7 @@ EXPORT_SYMBOL(__vmalloc);
+       return __vmalloc_node(size, 1, gfp_mask, prot, -1,
+@@ -1533,6 +1590,7 @@ EXPORT_SYMBOL(__vmalloc);
   *    For tight control over page level allocator and protection flags
   *    use __vmalloc() instead.
   */
 +#undef vmalloc
  void *vmalloc(unsigned long size)
  {
-       return __vmalloc_node(size, GFP_KERNEL | __GFP_HIGHMEM, PAGE_KERNEL,
-@@ -1526,6 +1571,7 @@ EXPORT_SYMBOL(vmalloc);
+       return __vmalloc_node(size, 1, GFP_KERNEL | __GFP_HIGHMEM, PAGE_KERNEL,
+@@ -1547,6 +1605,7 @@ EXPORT_SYMBOL(vmalloc);
   * The resulting memory area is zeroed so it can be mapped to userspace
   * without leaking data.
   */
@@ -44508,15 +50081,15 @@ diff -urNp linux-2.6.31/mm/vmalloc.c linux-2.6.31/mm/vmalloc.c
  void *vmalloc_user(unsigned long size)
  {
        struct vm_struct *area;
-@@ -1552,6 +1598,7 @@ EXPORT_SYMBOL(vmalloc_user);
+@@ -1574,6 +1633,7 @@ EXPORT_SYMBOL(vmalloc_user);
   *    For tight control over page level allocator and protection flags
   *    use __vmalloc() instead.
   */
 +#undef vmalloc_node
  void *vmalloc_node(unsigned long size, int node)
  {
-       return __vmalloc_node(size, GFP_KERNEL | __GFP_HIGHMEM, PAGE_KERNEL,
-@@ -1574,10 +1621,10 @@ EXPORT_SYMBOL(vmalloc_node);
+       return __vmalloc_node(size, 1, GFP_KERNEL | __GFP_HIGHMEM, PAGE_KERNEL,
+@@ -1596,10 +1656,10 @@ EXPORT_SYMBOL(vmalloc_node);
   *    For tight control over page level allocator and protection flags
   *    use __vmalloc() instead.
   */
@@ -44524,20 +50097,20 @@ diff -urNp linux-2.6.31/mm/vmalloc.c linux-2.6.31/mm/vmalloc.c
 +#undef vmalloc_exec
  void *vmalloc_exec(unsigned long size)
  {
--      return __vmalloc_node(size, GFP_KERNEL | __GFP_HIGHMEM, PAGE_KERNEL_EXEC,
-+      return __vmalloc_node(size, GFP_KERNEL | __GFP_HIGHMEM | __GFP_ZERO, PAGE_KERNEL_EXEC,
+-      return __vmalloc_node(size, 1, GFP_KERNEL | __GFP_HIGHMEM, PAGE_KERNEL_EXEC,
++      return __vmalloc_node(size, 1, GFP_KERNEL | __GFP_HIGHMEM | __GFP_ZERO, PAGE_KERNEL_EXEC,
                              -1, __builtin_return_address(0));
  }
  
-@@ -1596,6 +1643,7 @@ void *vmalloc_exec(unsigned long size)
+@@ -1618,6 +1678,7 @@ void *vmalloc_exec(unsigned long size)
   *    Allocate enough 32bit PA addressable pages to cover @size from the
   *    page level allocator and map them into contiguous kernel virtual space.
   */
 +#undef vmalloc_32
  void *vmalloc_32(unsigned long size)
  {
-       return __vmalloc_node(size, GFP_VMALLOC32, PAGE_KERNEL,
-@@ -1610,6 +1658,7 @@ EXPORT_SYMBOL(vmalloc_32);
+       return __vmalloc_node(size, 1, GFP_VMALLOC32, PAGE_KERNEL,
+@@ -1632,6 +1693,7 @@ EXPORT_SYMBOL(vmalloc_32);
   * The resulting memory area is 32bit addressable and zeroed so it can be
   * mapped to userspace without leaking data.
   */
@@ -44545,9 +50118,9 @@ diff -urNp linux-2.6.31/mm/vmalloc.c linux-2.6.31/mm/vmalloc.c
  void *vmalloc_32_user(unsigned long size)
  {
        struct vm_struct *area;
-diff -urNp linux-2.6.31/net/atm/atm_misc.c linux-2.6.31/net/atm/atm_misc.c
---- linux-2.6.31/net/atm/atm_misc.c    2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/net/atm/atm_misc.c    2009-09-06 15:29:12.207121824 -0400
+diff -urNp linux-2.6.32.1/net/atm/atm_misc.c linux-2.6.32.1/net/atm/atm_misc.c
+--- linux-2.6.32.1/net/atm/atm_misc.c  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/net/atm/atm_misc.c  2009-12-14 18:33:59.758761810 -0500
 @@ -19,7 +19,7 @@ int atm_charge(struct atm_vcc *vcc,int t
        if (atomic_read(&sk_atm(vcc)->sk_rmem_alloc) <= sk_atm(vcc)->sk_rcvbuf)
                return 1;
@@ -44584,9 +50157,9 @@ diff -urNp linux-2.6.31/net/atm/atm_misc.c linux-2.6.31/net/atm/atm_misc.c
        __SONET_ITEMS
  #undef __HANDLE_ITEM
  }
-diff -urNp linux-2.6.31/net/atm/proc.c linux-2.6.31/net/atm/proc.c
---- linux-2.6.31/net/atm/proc.c        2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/net/atm/proc.c        2009-09-06 15:29:12.207121824 -0400
+diff -urNp linux-2.6.32.1/net/atm/proc.c linux-2.6.32.1/net/atm/proc.c
+--- linux-2.6.32.1/net/atm/proc.c      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/net/atm/proc.c      2009-12-14 18:33:59.758761810 -0500
 @@ -43,9 +43,9 @@ static void add_stats(struct seq_file *s
    const struct k_atm_aal_stats *stats)
  {
@@ -44600,9 +50173,9 @@ diff -urNp linux-2.6.31/net/atm/proc.c linux-2.6.31/net/atm/proc.c
  }
  
  static void atm_dev_info(struct seq_file *seq, const struct atm_dev *dev)
-diff -urNp linux-2.6.31/net/atm/resources.c linux-2.6.31/net/atm/resources.c
---- linux-2.6.31/net/atm/resources.c   2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/net/atm/resources.c   2009-09-06 15:29:12.207955071 -0400
+diff -urNp linux-2.6.32.1/net/atm/resources.c linux-2.6.32.1/net/atm/resources.c
+--- linux-2.6.32.1/net/atm/resources.c 2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/net/atm/resources.c 2009-12-14 18:33:59.760020359 -0500
 @@ -161,7 +161,7 @@ void atm_dev_deregister(struct atm_dev *
  static void copy_aal_stats(struct k_atm_aal_stats *from,
      struct atm_aal_stats *to)
@@ -44621,9 +50194,21 @@ diff -urNp linux-2.6.31/net/atm/resources.c linux-2.6.31/net/atm/resources.c
        __AAL_STAT_ITEMS
  #undef __HANDLE_ITEM
  }
-diff -urNp linux-2.6.31/net/bridge/br_stp_if.c linux-2.6.31/net/bridge/br_stp_if.c
---- linux-2.6.31/net/bridge/br_stp_if.c        2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/net/bridge/br_stp_if.c        2009-09-06 15:29:12.207955071 -0400
+diff -urNp linux-2.6.32.1/net/bridge/br_private.h linux-2.6.32.1/net/bridge/br_private.h
+--- linux-2.6.32.1/net/bridge/br_private.h     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/net/bridge/br_private.h     2009-12-14 18:33:59.760020359 -0500
+@@ -254,7 +254,7 @@ extern void br_ifinfo_notify(int event, 
+ #ifdef CONFIG_SYSFS
+ /* br_sysfs_if.c */
+-extern struct sysfs_ops brport_sysfs_ops;
++extern const struct sysfs_ops brport_sysfs_ops;
+ extern int br_sysfs_addif(struct net_bridge_port *p);
+ /* br_sysfs_br.c */
+diff -urNp linux-2.6.32.1/net/bridge/br_stp_if.c linux-2.6.32.1/net/bridge/br_stp_if.c
+--- linux-2.6.32.1/net/bridge/br_stp_if.c      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/net/bridge/br_stp_if.c      2009-12-14 18:33:59.760020359 -0500
 @@ -146,7 +146,7 @@ static void br_stp_stop(struct net_bridg
        char *envp[] = { NULL };
  
@@ -44633,9 +50218,21 @@ diff -urNp linux-2.6.31/net/bridge/br_stp_if.c linux-2.6.31/net/bridge/br_stp_if
                printk(KERN_INFO "%s: userspace STP stopped, return code %d\n",
                        br->dev->name, r);
  
-diff -urNp linux-2.6.31/net/core/flow.c linux-2.6.31/net/core/flow.c
---- linux-2.6.31/net/core/flow.c       2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/net/core/flow.c       2009-09-06 15:29:12.207955071 -0400
+diff -urNp linux-2.6.32.1/net/bridge/br_sysfs_if.c linux-2.6.32.1/net/bridge/br_sysfs_if.c
+--- linux-2.6.32.1/net/bridge/br_sysfs_if.c    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/net/bridge/br_sysfs_if.c    2009-12-14 18:33:59.760020359 -0500
+@@ -220,7 +220,7 @@ static ssize_t brport_store(struct kobje
+       return ret;
+ }
+-struct sysfs_ops brport_sysfs_ops = {
++const struct sysfs_ops brport_sysfs_ops = {
+       .show = brport_show,
+       .store = brport_store,
+ };
+diff -urNp linux-2.6.32.1/net/core/flow.c linux-2.6.32.1/net/core/flow.c
+--- linux-2.6.32.1/net/core/flow.c     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/net/core/flow.c     2009-12-14 18:33:59.761153862 -0500
 @@ -39,7 +39,7 @@ atomic_t flow_cache_genid = ATOMIC_INIT(
  
  static u32 flow_hash_shift;
@@ -44663,10 +50260,10 @@ diff -urNp linux-2.6.31/net/core/flow.c linux-2.6.31/net/core/flow.c
  
  #define flow_flush_tasklet(cpu) (&per_cpu(flow_flush_tasklets, cpu))
  
-diff -urNp linux-2.6.31/net/dccp/ccids/ccid3.c linux-2.6.31/net/dccp/ccids/ccid3.c
---- linux-2.6.31/net/dccp/ccids/ccid3.c        2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/net/dccp/ccids/ccid3.c        2009-09-06 15:29:12.209058297 -0400
-@@ -43,7 +43,7 @@
+diff -urNp linux-2.6.32.1/net/dccp/ccids/ccid3.c linux-2.6.32.1/net/dccp/ccids/ccid3.c
+--- linux-2.6.32.1/net/dccp/ccids/ccid3.c      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/net/dccp/ccids/ccid3.c      2009-12-14 18:33:59.786042312 -0500
+@@ -41,7 +41,7 @@
  static int ccid3_debug;
  #define ccid3_pr_debug(format, a...)  DCCP_PR_DEBUG(ccid3_debug, format, ##a)
  #else
@@ -44675,9 +50272,9 @@ diff -urNp linux-2.6.31/net/dccp/ccids/ccid3.c linux-2.6.31/net/dccp/ccids/ccid3
  #endif
  
  /*
-diff -urNp linux-2.6.31/net/dccp/dccp.h linux-2.6.31/net/dccp/dccp.h
---- linux-2.6.31/net/dccp/dccp.h       2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/net/dccp/dccp.h       2009-09-06 15:29:12.209058297 -0400
+diff -urNp linux-2.6.32.1/net/dccp/dccp.h linux-2.6.32.1/net/dccp/dccp.h
+--- linux-2.6.32.1/net/dccp/dccp.h     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/net/dccp/dccp.h     2009-12-14 18:33:59.792017972 -0500
 @@ -44,9 +44,9 @@ extern int dccp_debug;
  #define dccp_pr_debug_cat(format, a...)   DCCP_PRINTK(dccp_debug, format, ##a)
  #define dccp_debug(fmt, a...)           dccp_pr_debug_cat(KERN_DEBUG fmt, ##a)
@@ -44691,9 +50288,9 @@ diff -urNp linux-2.6.31/net/dccp/dccp.h linux-2.6.31/net/dccp/dccp.h
  #endif
  
  extern struct inet_hashinfo dccp_hashinfo;
-diff -urNp linux-2.6.31/net/ipv4/inet_hashtables.c linux-2.6.31/net/ipv4/inet_hashtables.c
---- linux-2.6.31/net/ipv4/inet_hashtables.c    2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/net/ipv4/inet_hashtables.c    2009-09-06 15:29:12.209058297 -0400
+diff -urNp linux-2.6.32.1/net/ipv4/inet_hashtables.c linux-2.6.32.1/net/ipv4/inet_hashtables.c
+--- linux-2.6.32.1/net/ipv4/inet_hashtables.c  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/net/ipv4/inet_hashtables.c  2009-12-14 18:33:59.792017972 -0500
 @@ -18,12 +18,15 @@
  #include <linux/sched.h>
  #include <linux/slab.h>
@@ -44719,9 +50316,9 @@ diff -urNp linux-2.6.31/net/ipv4/inet_hashtables.c linux-2.6.31/net/ipv4/inet_ha
                if (tw) {
                        inet_twsk_deschedule(tw, death_row);
                        inet_twsk_put(tw);
-diff -urNp linux-2.6.31/net/ipv4/netfilter/nf_nat_snmp_basic.c linux-2.6.31/net/ipv4/netfilter/nf_nat_snmp_basic.c
---- linux-2.6.31/net/ipv4/netfilter/nf_nat_snmp_basic.c        2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/net/ipv4/netfilter/nf_nat_snmp_basic.c        2009-09-06 15:29:12.210051614 -0400
+diff -urNp linux-2.6.32.1/net/ipv4/netfilter/nf_nat_snmp_basic.c linux-2.6.32.1/net/ipv4/netfilter/nf_nat_snmp_basic.c
+--- linux-2.6.32.1/net/ipv4/netfilter/nf_nat_snmp_basic.c      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/net/ipv4/netfilter/nf_nat_snmp_basic.c      2009-12-14 18:33:59.792928382 -0500
 @@ -397,7 +397,7 @@ static unsigned char asn1_octets_decode(
  
        *len = 0;
@@ -44731,10 +50328,10 @@ diff -urNp linux-2.6.31/net/ipv4/netfilter/nf_nat_snmp_basic.c linux-2.6.31/net/
        if (*octets == NULL) {
                if (net_ratelimit())
                        printk("OOM in bsalg (%d)\n", __LINE__);
-diff -urNp linux-2.6.31/net/ipv4/tcp_ipv4.c linux-2.6.31/net/ipv4/tcp_ipv4.c
---- linux-2.6.31/net/ipv4/tcp_ipv4.c   2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/net/ipv4/tcp_ipv4.c   2009-09-06 15:29:12.210051614 -0400
-@@ -1504,6 +1504,9 @@ int tcp_v4_do_rcv(struct sock *sk, struc
+diff -urNp linux-2.6.32.1/net/ipv4/tcp_ipv4.c linux-2.6.32.1/net/ipv4/tcp_ipv4.c
+--- linux-2.6.32.1/net/ipv4/tcp_ipv4.c 2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/net/ipv4/tcp_ipv4.c 2009-12-14 18:33:59.808022502 -0500
+@@ -1542,6 +1542,9 @@ int tcp_v4_do_rcv(struct sock *sk, struc
        return 0;
  
  reset:
@@ -44744,7 +50341,7 @@ diff -urNp linux-2.6.31/net/ipv4/tcp_ipv4.c linux-2.6.31/net/ipv4/tcp_ipv4.c
        tcp_v4_send_reset(rsk, skb);
  discard:
        kfree_skb(skb);
-@@ -1612,6 +1615,9 @@ no_tcp_socket:
+@@ -1650,6 +1653,9 @@ no_tcp_socket:
  bad_packet:
                TCP_INC_STATS_BH(net, TCP_MIB_INERRS);
        } else {
@@ -44754,10 +50351,10 @@ diff -urNp linux-2.6.31/net/ipv4/tcp_ipv4.c linux-2.6.31/net/ipv4/tcp_ipv4.c
                tcp_v4_send_reset(NULL, skb);
        }
  
-diff -urNp linux-2.6.31/net/ipv4/tcp_minisocks.c linux-2.6.31/net/ipv4/tcp_minisocks.c
---- linux-2.6.31/net/ipv4/tcp_minisocks.c      2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/net/ipv4/tcp_minisocks.c      2009-09-06 15:29:12.211030931 -0400
-@@ -695,8 +695,11 @@ listen_overflow:
+diff -urNp linux-2.6.32.1/net/ipv4/tcp_minisocks.c linux-2.6.32.1/net/ipv4/tcp_minisocks.c
+--- linux-2.6.32.1/net/ipv4/tcp_minisocks.c    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/net/ipv4/tcp_minisocks.c    2009-12-14 18:33:59.809026856 -0500
+@@ -672,8 +672,11 @@ listen_overflow:
  
  embryonic_reset:
        NET_INC_STATS_BH(sock_net(sk), LINUX_MIB_EMBRYONICRSTS);
@@ -44769,9 +50366,9 @@ diff -urNp linux-2.6.31/net/ipv4/tcp_minisocks.c linux-2.6.31/net/ipv4/tcp_minis
  
        inet_csk_reqsk_queue_drop(sk, req, prev);
        return NULL;
-diff -urNp linux-2.6.31/net/ipv4/udp.c linux-2.6.31/net/ipv4/udp.c
---- linux-2.6.31/net/ipv4/udp.c        2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/net/ipv4/udp.c        2009-09-06 15:29:12.211030931 -0400
+diff -urNp linux-2.6.32.1/net/ipv4/udp.c linux-2.6.32.1/net/ipv4/udp.c
+--- linux-2.6.32.1/net/ipv4/udp.c      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/net/ipv4/udp.c      2009-12-14 18:33:59.809736357 -0500
 @@ -86,6 +86,7 @@
  #include <linux/types.h>
  #include <linux/fcntl.h>
@@ -44780,7 +50377,7 @@ diff -urNp linux-2.6.31/net/ipv4/udp.c linux-2.6.31/net/ipv4/udp.c
  #include <linux/socket.h>
  #include <linux/sockios.h>
  #include <linux/igmp.h>
-@@ -369,6 +370,9 @@ found:
+@@ -371,6 +372,9 @@ found:
        return s;
  }
  
@@ -44790,7 +50387,7 @@ diff -urNp linux-2.6.31/net/ipv4/udp.c linux-2.6.31/net/ipv4/udp.c
  /*
   * This routine is called by the ICMP module when it gets some
   * sort of error condition.  If err < 0 then the socket should
-@@ -631,9 +635,18 @@ int udp_sendmsg(struct kiocb *iocb, stru
+@@ -639,9 +643,18 @@ int udp_sendmsg(struct kiocb *iocb, stru
                dport = usin->sin_port;
                if (dport == 0)
                        return -EINVAL;
@@ -44809,7 +50406,7 @@ diff -urNp linux-2.6.31/net/ipv4/udp.c linux-2.6.31/net/ipv4/udp.c
                daddr = inet->daddr;
                dport = inet->dport;
                /* Open fast path for connected socket.
-@@ -903,6 +916,10 @@ try_again:
+@@ -945,6 +958,10 @@ try_again:
        if (!skb)
                goto out;
  
@@ -44820,7 +50417,7 @@ diff -urNp linux-2.6.31/net/ipv4/udp.c linux-2.6.31/net/ipv4/udp.c
        ulen = skb->len - sizeof(struct udphdr);
        copied = len;
        if (copied > ulen)
-@@ -1293,6 +1310,9 @@ int __udp4_lib_rcv(struct sk_buff *skb, 
+@@ -1335,6 +1352,9 @@ int __udp4_lib_rcv(struct sk_buff *skb, 
                goto csum_error;
  
        UDP_INC_STATS_BH(net, UDP_MIB_NOPORTS, proto == IPPROTO_UDPLITE);
@@ -44830,9 +50427,9 @@ diff -urNp linux-2.6.31/net/ipv4/udp.c linux-2.6.31/net/ipv4/udp.c
        icmp_send(skb, ICMP_DEST_UNREACH, ICMP_PORT_UNREACH, 0);
  
        /*
-diff -urNp linux-2.6.31/net/ipv6/exthdrs.c linux-2.6.31/net/ipv6/exthdrs.c
---- linux-2.6.31/net/ipv6/exthdrs.c    2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/net/ipv6/exthdrs.c    2009-09-06 15:29:12.212006340 -0400
+diff -urNp linux-2.6.32.1/net/ipv6/exthdrs.c linux-2.6.32.1/net/ipv6/exthdrs.c
+--- linux-2.6.32.1/net/ipv6/exthdrs.c  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/net/ipv6/exthdrs.c  2009-12-14 18:33:59.809736357 -0500
 @@ -630,7 +630,7 @@ static struct tlvtype_proc tlvprochopopt
                .type   = IPV6_TLV_JUMBO,
                .func   = ipv6_hop_jumbo,
@@ -44842,48 +50439,9 @@ diff -urNp linux-2.6.31/net/ipv6/exthdrs.c linux-2.6.31/net/ipv6/exthdrs.c
  };
  
  int ipv6_parse_hopopts(struct sk_buff *skb)
-diff -urNp linux-2.6.31/net/ipv6/ip6mr.c linux-2.6.31/net/ipv6/ip6mr.c
---- linux-2.6.31/net/ipv6/ip6mr.c      2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/net/ipv6/ip6mr.c      2009-09-06 15:29:12.212006340 -0400
-@@ -204,7 +204,7 @@ static int ip6mr_vif_seq_show(struct seq
-       return 0;
- }
--static struct seq_operations ip6mr_vif_seq_ops = {
-+static const struct seq_operations ip6mr_vif_seq_ops = {
-       .start = ip6mr_vif_seq_start,
-       .next  = ip6mr_vif_seq_next,
-       .stop  = ip6mr_vif_seq_stop,
-@@ -217,7 +217,7 @@ static int ip6mr_vif_open(struct inode *
-                           sizeof(struct ipmr_vif_iter));
- }
--static struct file_operations ip6mr_vif_fops = {
-+static const struct file_operations ip6mr_vif_fops = {
-       .owner   = THIS_MODULE,
-       .open    = ip6mr_vif_open,
-       .read    = seq_read,
-@@ -328,7 +328,7 @@ static int ipmr_mfc_seq_show(struct seq_
-       return 0;
- }
--static struct seq_operations ipmr_mfc_seq_ops = {
-+static const struct seq_operations ipmr_mfc_seq_ops = {
-       .start = ipmr_mfc_seq_start,
-       .next  = ipmr_mfc_seq_next,
-       .stop  = ipmr_mfc_seq_stop,
-@@ -341,7 +341,7 @@ static int ipmr_mfc_open(struct inode *i
-                           sizeof(struct ipmr_mfc_iter));
- }
--static struct file_operations ip6mr_mfc_fops = {
-+static const struct file_operations ip6mr_mfc_fops = {
-       .owner   = THIS_MODULE,
-       .open    = ipmr_mfc_open,
-       .read    = seq_read,
-diff -urNp linux-2.6.31/net/ipv6/raw.c linux-2.6.31/net/ipv6/raw.c
---- linux-2.6.31/net/ipv6/raw.c        2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/net/ipv6/raw.c        2009-09-06 15:29:12.212978969 -0400
+diff -urNp linux-2.6.32.1/net/ipv6/raw.c linux-2.6.32.1/net/ipv6/raw.c
+--- linux-2.6.32.1/net/ipv6/raw.c      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/net/ipv6/raw.c      2009-12-14 18:33:59.810773987 -0500
 @@ -600,7 +600,7 @@ out:
        return err;
  }
@@ -44893,10 +50451,10 @@ diff -urNp linux-2.6.31/net/ipv6/raw.c linux-2.6.31/net/ipv6/raw.c
                        struct flowi *fl, struct rt6_info *rt,
                        unsigned int flags)
  {
-diff -urNp linux-2.6.31/net/ipv6/tcp_ipv6.c linux-2.6.31/net/ipv6/tcp_ipv6.c
---- linux-2.6.31/net/ipv6/tcp_ipv6.c   2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/net/ipv6/tcp_ipv6.c   2009-09-06 15:29:12.213957498 -0400
-@@ -1577,6 +1577,9 @@ static int tcp_v6_do_rcv(struct sock *sk
+diff -urNp linux-2.6.32.1/net/ipv6/tcp_ipv6.c linux-2.6.32.1/net/ipv6/tcp_ipv6.c
+--- linux-2.6.32.1/net/ipv6/tcp_ipv6.c 2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/net/ipv6/tcp_ipv6.c 2009-12-14 18:33:59.811741482 -0500
+@@ -1578,6 +1578,9 @@ static int tcp_v6_do_rcv(struct sock *sk
        return 0;
  
  reset:
@@ -44906,7 +50464,7 @@ diff -urNp linux-2.6.31/net/ipv6/tcp_ipv6.c linux-2.6.31/net/ipv6/tcp_ipv6.c
        tcp_v6_send_reset(sk, skb);
  discard:
        if (opt_skb)
-@@ -1699,6 +1702,9 @@ no_tcp_socket:
+@@ -1700,6 +1703,9 @@ no_tcp_socket:
  bad_packet:
                TCP_INC_STATS_BH(net, TCP_MIB_INERRS);
        } else {
@@ -44916,10 +50474,10 @@ diff -urNp linux-2.6.31/net/ipv6/tcp_ipv6.c linux-2.6.31/net/ipv6/tcp_ipv6.c
                tcp_v6_send_reset(NULL, skb);
        }
  
-diff -urNp linux-2.6.31/net/ipv6/udp.c linux-2.6.31/net/ipv6/udp.c
---- linux-2.6.31/net/ipv6/udp.c        2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/net/ipv6/udp.c        2009-09-06 15:29:12.213957498 -0400
-@@ -589,6 +589,9 @@ int __udp6_lib_rcv(struct sk_buff *skb, 
+diff -urNp linux-2.6.32.1/net/ipv6/udp.c linux-2.6.32.1/net/ipv6/udp.c
+--- linux-2.6.32.1/net/ipv6/udp.c      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/net/ipv6/udp.c      2009-12-14 18:33:59.825023725 -0500
+@@ -587,6 +587,9 @@ int __udp6_lib_rcv(struct sk_buff *skb, 
                UDP6_INC_STATS_BH(net, UDP_MIB_NOPORTS,
                                proto == IPPROTO_UDPLITE);
  
@@ -44929,9 +50487,9 @@ diff -urNp linux-2.6.31/net/ipv6/udp.c linux-2.6.31/net/ipv6/udp.c
                icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0, dev);
  
                kfree_skb(skb);
-diff -urNp linux-2.6.31/net/irda/ircomm/ircomm_tty.c linux-2.6.31/net/irda/ircomm/ircomm_tty.c
---- linux-2.6.31/net/irda/ircomm/ircomm_tty.c  2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/net/irda/ircomm/ircomm_tty.c  2009-09-06 15:29:12.214931967 -0400
+diff -urNp linux-2.6.32.1/net/irda/ircomm/ircomm_tty.c linux-2.6.32.1/net/irda/ircomm/ircomm_tty.c
+--- linux-2.6.32.1/net/irda/ircomm/ircomm_tty.c        2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/net/irda/ircomm/ircomm_tty.c        2009-12-14 18:33:59.825023725 -0500
 @@ -280,16 +280,16 @@ static int ircomm_tty_block_til_ready(st
        add_wait_queue(&self->open_wait, &wait);
  
@@ -45054,42 +50612,21 @@ diff -urNp linux-2.6.31/net/irda/ircomm/ircomm_tty.c linux-2.6.31/net/irda/ircom
        seq_printf(m, "Max data size: %d\n", self->max_data_size);
        seq_printf(m, "Max header size: %d\n", self->max_header_size);
  
-diff -urNp linux-2.6.31/net/key/af_key.c linux-2.6.31/net/key/af_key.c
---- linux-2.6.31/net/key/af_key.c      2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/net/key/af_key.c      2009-09-06 15:29:12.215914604 -0400
-@@ -3705,7 +3705,7 @@ static void pfkey_seq_stop(struct seq_fi
-       read_unlock(&pfkey_table_lock);
- }
--static struct seq_operations pfkey_seq_ops = {
-+static const struct seq_operations pfkey_seq_ops = {
-       .start  = pfkey_seq_start,
-       .next   = pfkey_seq_next,
-       .stop   = pfkey_seq_stop,
-@@ -3718,7 +3718,7 @@ static int pfkey_seq_open(struct inode *
-                           sizeof(struct seq_net_private));
- }
--static struct file_operations pfkey_proc_ops = {
-+static const struct file_operations pfkey_proc_ops = {
-       .open    = pfkey_seq_open,
-       .read    = seq_read,
-       .llseek  = seq_lseek,
-diff -urNp linux-2.6.31/net/mac80211/ieee80211_i.h linux-2.6.31/net/mac80211/ieee80211_i.h
---- linux-2.6.31/net/mac80211/ieee80211_i.h    2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/net/mac80211/ieee80211_i.h    2009-09-06 15:29:12.215914604 -0400
-@@ -609,7 +609,7 @@ struct ieee80211_local {
+diff -urNp linux-2.6.32.1/net/mac80211/ieee80211_i.h linux-2.6.32.1/net/mac80211/ieee80211_i.h
+--- linux-2.6.32.1/net/mac80211/ieee80211_i.h  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/net/mac80211/ieee80211_i.h  2009-12-14 18:33:59.826034535 -0500
+@@ -634,7 +634,7 @@ struct ieee80211_local {
+       /* also used to protect ampdu_ac_queue and amdpu_ac_stop_refcnt */
        spinlock_t queue_stop_reason_lock;
  
-       struct net_device *mdev; /* wmaster# - "master" 802.11 device */
 -      int open_count;
 +      atomic_t open_count;
        int monitors, cooked_mntrs;
        /* number of interfaces with corresponding FIF_ flags */
-       int fif_fcsfail, fif_plcpfail, fif_control, fif_other_bss;
-diff -urNp linux-2.6.31/net/mac80211/iface.c linux-2.6.31/net/mac80211/iface.c
---- linux-2.6.31/net/mac80211/iface.c  2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/net/mac80211/iface.c  2009-09-06 15:29:12.216952725 -0400
+       int fif_fcsfail, fif_plcpfail, fif_control, fif_other_bss, fif_pspoll;
+diff -urNp linux-2.6.32.1/net/mac80211/iface.c linux-2.6.32.1/net/mac80211/iface.c
+--- linux-2.6.32.1/net/mac80211/iface.c        2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/net/mac80211/iface.c        2009-12-14 18:33:59.826034535 -0500
 @@ -164,7 +164,7 @@ static int ieee80211_open(struct net_dev
                break;
        }
@@ -45099,7 +50636,7 @@ diff -urNp linux-2.6.31/net/mac80211/iface.c linux-2.6.31/net/mac80211/iface.c
                res = drv_start(local);
                if (res)
                        goto err_del_bss;
-@@ -198,7 +198,7 @@ static int ieee80211_open(struct net_dev
+@@ -194,7 +194,7 @@ static int ieee80211_open(struct net_dev
         * Validate the MAC address for this device.
         */
        if (!is_valid_ether_addr(dev->dev_addr)) {
@@ -45108,16 +50645,7 @@ diff -urNp linux-2.6.31/net/mac80211/iface.c linux-2.6.31/net/mac80211/iface.c
                        drv_stop(local);
                return -EADDRNOTAVAIL;
        }
-@@ -281,7 +281,7 @@ static int ieee80211_open(struct net_dev
-               }
-       }
--      if (local->open_count == 0) {
-+      if (atomic_read(&local->open_count) == 0) {
-               res = dev_open(local->mdev);
-               WARN_ON(res);
-               if (res)
-@@ -303,7 +303,7 @@ static int ieee80211_open(struct net_dev
+@@ -290,7 +290,7 @@ static int ieee80211_open(struct net_dev
  
        hw_reconf_flags |= __ieee80211_recalc_idle(local);
  
@@ -45126,7 +50654,7 @@ diff -urNp linux-2.6.31/net/mac80211/iface.c linux-2.6.31/net/mac80211/iface.c
        if (hw_reconf_flags) {
                ieee80211_hw_config(local, hw_reconf_flags);
                /*
-@@ -331,7 +331,7 @@ static int ieee80211_open(struct net_dev
+@@ -318,7 +318,7 @@ static int ieee80211_open(struct net_dev
   err_del_interface:
        drv_remove_interface(local, &conf);
   err_stop:
@@ -45135,7 +50663,7 @@ diff -urNp linux-2.6.31/net/mac80211/iface.c linux-2.6.31/net/mac80211/iface.c
                drv_stop(local);
   err_del_bss:
        sdata->bss = NULL;
-@@ -429,7 +429,7 @@ static int ieee80211_stop(struct net_dev
+@@ -418,7 +418,7 @@ static int ieee80211_stop(struct net_dev
                WARN_ON(!list_empty(&sdata->u.ap.vlans));
        }
  
@@ -45144,19 +50672,19 @@ diff -urNp linux-2.6.31/net/mac80211/iface.c linux-2.6.31/net/mac80211/iface.c
  
        switch (sdata->vif.type) {
        case NL80211_IFTYPE_AP_VLAN:
-@@ -554,7 +554,7 @@ static int ieee80211_stop(struct net_dev
+@@ -524,7 +524,7 @@ static int ieee80211_stop(struct net_dev
  
        ieee80211_recalc_ps(local, -1);
  
 -      if (local->open_count == 0) {
 +      if (atomic_read(&local->open_count) == 0) {
-               if (netif_running(local->mdev))
-                       dev_close(local->mdev);
+               ieee80211_clear_tx_pending(local);
+               ieee80211_stop_device(local);
  
-diff -urNp linux-2.6.31/net/mac80211/main.c linux-2.6.31/net/mac80211/main.c
---- linux-2.6.31/net/mac80211/main.c   2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/net/mac80211/main.c   2009-09-06 15:29:12.216952725 -0400
-@@ -193,7 +193,7 @@ int ieee80211_hw_config(struct ieee80211
+diff -urNp linux-2.6.32.1/net/mac80211/main.c linux-2.6.32.1/net/mac80211/main.c
+--- linux-2.6.32.1/net/mac80211/main.c 2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/net/mac80211/main.c 2009-12-14 18:33:59.826034535 -0500
+@@ -145,7 +145,7 @@ int ieee80211_hw_config(struct ieee80211
                local->hw.conf.power_level = power;
        }
  
@@ -45165,59 +50693,35 @@ diff -urNp linux-2.6.31/net/mac80211/main.c linux-2.6.31/net/mac80211/main.c
                ret = drv_config(local, changed);
                /*
                 * Goal:
-diff -urNp linux-2.6.31/net/mac80211/pm.c linux-2.6.31/net/mac80211/pm.c
---- linux-2.6.31/net/mac80211/pm.c     2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/net/mac80211/pm.c     2009-09-06 15:29:12.218185393 -0400
-@@ -103,7 +103,7 @@ int __ieee80211_suspend(struct ieee80211
+diff -urNp linux-2.6.32.1/net/mac80211/pm.c linux-2.6.32.1/net/mac80211/pm.c
+--- linux-2.6.32.1/net/mac80211/pm.c   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/net/mac80211/pm.c   2009-12-14 18:33:59.826034535 -0500
+@@ -107,7 +107,7 @@ int __ieee80211_suspend(struct ieee80211
        }
  
        /* stop hardware - this must stop RX */
--      if (local->open_count) {
-+      if (atomic_read(&local->open_count)) {
-               ieee80211_led_radio(local, false);
-               drv_stop(local);
-       }
-diff -urNp linux-2.6.31/net/mac80211/rate.c linux-2.6.31/net/mac80211/rate.c
---- linux-2.6.31/net/mac80211/rate.c   2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/net/mac80211/rate.c   2009-09-06 15:29:12.218185393 -0400
-@@ -258,7 +258,7 @@ int ieee80211_init_rate_ctrl_alg(struct 
+-      if (local->open_count)
++      if (atomic_read(&local->open_count))
+               ieee80211_stop_device(local);
+       local->suspended = true;
+diff -urNp linux-2.6.32.1/net/mac80211/rate.c linux-2.6.32.1/net/mac80211/rate.c
+--- linux-2.6.32.1/net/mac80211/rate.c 2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/net/mac80211/rate.c 2009-12-14 18:33:59.827036180 -0500
+@@ -287,7 +287,7 @@ int ieee80211_init_rate_ctrl_alg(struct 
        struct rate_control_ref *ref, *old;
  
        ASSERT_RTNL();
--      if (local->open_count || netif_running(local->mdev))
-+      if (atomic_read(&local->open_count) || netif_running(local->mdev))
+-      if (local->open_count)
++      if (atomic_read(&local->open_count))
                return -EBUSY;
  
        ref = rate_control_alloc(name, local);
-diff -urNp linux-2.6.31/net/mac80211/rc80211_minstrel_debugfs.c linux-2.6.31/net/mac80211/rc80211_minstrel_debugfs.c
---- linux-2.6.31/net/mac80211/rc80211_minstrel_debugfs.c       2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/net/mac80211/rc80211_minstrel_debugfs.c       2009-09-06 15:29:12.218185393 -0400
-@@ -139,7 +139,7 @@ minstrel_stats_release(struct inode *ino
-       return 0;
- }
--static struct file_operations minstrel_stat_fops = {
-+static const struct file_operations minstrel_stat_fops = {
-       .owner = THIS_MODULE,
-       .open = minstrel_stats_open,
-       .read = minstrel_stats_read,
-diff -urNp linux-2.6.31/net/mac80211/rc80211_pid_debugfs.c linux-2.6.31/net/mac80211/rc80211_pid_debugfs.c
---- linux-2.6.31/net/mac80211/rc80211_pid_debugfs.c    2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/net/mac80211/rc80211_pid_debugfs.c    2009-09-06 15:29:12.219106310 -0400
-@@ -198,7 +198,7 @@ static ssize_t rate_control_pid_events_r
- #undef RC_PID_PRINT_BUF_SIZE
--static struct file_operations rc_pid_fop_events = {
-+static const struct file_operations rc_pid_fop_events = {
-       .owner = THIS_MODULE,
-       .read = rate_control_pid_events_read,
-       .poll = rate_control_pid_events_poll,
-diff -urNp linux-2.6.31/net/mac80211/util.c linux-2.6.31/net/mac80211/util.c
---- linux-2.6.31/net/mac80211/util.c   2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/net/mac80211/util.c   2009-09-06 15:29:12.219106310 -0400
-@@ -991,7 +991,7 @@ int ieee80211_reconfig(struct ieee80211_
-       local->suspended = false;
+diff -urNp linux-2.6.32.1/net/mac80211/util.c linux-2.6.32.1/net/mac80211/util.c
+--- linux-2.6.32.1/net/mac80211/util.c 2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/net/mac80211/util.c 2009-12-14 18:33:59.827036180 -0500
+@@ -1030,7 +1030,7 @@ int ieee80211_reconfig(struct ieee80211_
+               local->resuming = true;
  
        /* restart hardware */
 -      if (local->open_count) {
@@ -45225,22 +50729,10 @@ diff -urNp linux-2.6.31/net/mac80211/util.c linux-2.6.31/net/mac80211/util.c
                res = drv_start(local);
  
                ieee80211_led_radio(local, true);
-diff -urNp linux-2.6.31/net/packet/af_packet.c linux-2.6.31/net/packet/af_packet.c
---- linux-2.6.31/net/packet/af_packet.c        2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/net/packet/af_packet.c        2009-09-06 15:29:12.219106310 -0400
-@@ -2086,7 +2086,7 @@ static void packet_mm_close(struct vm_ar
-               atomic_dec(&pkt_sk(sk)->mapped);
- }
--static struct vm_operations_struct packet_mmap_ops = {
-+static const struct vm_operations_struct packet_mmap_ops = {
-       .open = packet_mm_open,
-       .close =packet_mm_close,
- };
-diff -urNp linux-2.6.31/net/sctp/socket.c linux-2.6.31/net/sctp/socket.c
---- linux-2.6.31/net/sctp/socket.c     2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/net/sctp/socket.c     2009-09-06 15:29:12.221274249 -0400
-@@ -1471,7 +1471,7 @@ SCTP_STATIC int sctp_sendmsg(struct kioc
+diff -urNp linux-2.6.32.1/net/sctp/socket.c linux-2.6.32.1/net/sctp/socket.c
+--- linux-2.6.32.1/net/sctp/socket.c   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/net/sctp/socket.c   2009-12-14 18:33:59.843026638 -0500
+@@ -1482,7 +1482,7 @@ SCTP_STATIC int sctp_sendmsg(struct kioc
        struct sctp_sndrcvinfo *sinfo;
        struct sctp_initmsg *sinit;
        sctp_assoc_t associd = 0;
@@ -45249,7 +50741,7 @@ diff -urNp linux-2.6.31/net/sctp/socket.c linux-2.6.31/net/sctp/socket.c
        int err;
        sctp_scope_t scope;
        long timeo;
-@@ -5790,7 +5790,6 @@ pp_found:
+@@ -5802,7 +5802,6 @@ pp_found:
                 */
                int reuse = sk->sk_reuse;
                struct sock *sk2;
@@ -45257,18 +50749,18 @@ diff -urNp linux-2.6.31/net/sctp/socket.c linux-2.6.31/net/sctp/socket.c
  
                SCTP_DEBUG_PRINTK("sctp_get_port() found a possible match\n");
                if (pp->fastreuse && sk->sk_reuse &&
-diff -urNp linux-2.6.31/net/socket.c linux-2.6.31/net/socket.c
---- linux-2.6.31/net/socket.c  2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/net/socket.c  2009-09-06 15:29:12.222117844 -0400
-@@ -86,6 +86,7 @@
- #include <linux/audit.h>
+diff -urNp linux-2.6.32.1/net/socket.c linux-2.6.32.1/net/socket.c
+--- linux-2.6.32.1/net/socket.c        2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/net/socket.c        2009-12-14 18:33:59.862720742 -0500
+@@ -87,6 +87,7 @@
  #include <linux/wireless.h>
  #include <linux/nsproxy.h>
+ #include <linux/magic.h>
 +#include <linux/in.h>
  
  #include <asm/uaccess.h>
  #include <asm/unistd.h>
-@@ -96,6 +97,21 @@
+@@ -97,6 +98,21 @@
  #include <net/sock.h>
  #include <linux/netfilter.h>
  
@@ -45290,16 +50782,7 @@ diff -urNp linux-2.6.31/net/socket.c linux-2.6.31/net/socket.c
  static int sock_no_open(struct inode *irrelevant, struct file *dontcare);
  static ssize_t sock_aio_read(struct kiocb *iocb, const struct iovec *iov,
                         unsigned long nr_segs, loff_t pos);
-@@ -285,7 +301,7 @@ static int init_inodecache(void)
-       return 0;
- }
--static struct super_operations sockfs_ops = {
-+static const struct super_operations sockfs_ops = {
-       .alloc_inode =  sock_alloc_inode,
-       .destroy_inode =sock_destroy_inode,
-       .statfs =       simple_statfs,
-@@ -299,7 +315,7 @@ static int sockfs_get_sb(struct file_sys
+@@ -298,7 +314,7 @@ static int sockfs_get_sb(struct file_sys
                             mnt);
  }
  
@@ -45423,21 +50906,9 @@ diff -urNp linux-2.6.31/net/socket.c linux-2.6.31/net/socket.c
        err =
            security_socket_connect(sock, (struct sockaddr *)&address, addrlen);
        if (err)
-diff -urNp linux-2.6.31/net/sunrpc/rpc_pipe.c linux-2.6.31/net/sunrpc/rpc_pipe.c
---- linux-2.6.31/net/sunrpc/rpc_pipe.c 2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/net/sunrpc/rpc_pipe.c 2009-09-06 15:29:12.222117844 -0400
-@@ -858,7 +858,7 @@ EXPORT_SYMBOL_GPL(rpc_unlink);
- /*
-  * populate the filesystem
-  */
--static struct super_operations s_ops = {
-+static const struct super_operations s_ops = {
-       .alloc_inode    = rpc_alloc_inode,
-       .destroy_inode  = rpc_destroy_inode,
-       .statfs         = simple_statfs,
-diff -urNp linux-2.6.31/net/unix/af_unix.c linux-2.6.31/net/unix/af_unix.c
---- linux-2.6.31/net/unix/af_unix.c    2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/net/unix/af_unix.c    2009-09-06 15:29:12.222991388 -0400
+diff -urNp linux-2.6.32.1/net/unix/af_unix.c linux-2.6.32.1/net/unix/af_unix.c
+--- linux-2.6.32.1/net/unix/af_unix.c  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/net/unix/af_unix.c  2009-12-14 18:33:59.863907744 -0500
 @@ -734,6 +734,12 @@ static struct sock *unix_find_other(stru
                err = -ECONNREFUSED;
                if (!S_ISSOCK(inode->i_mode))
@@ -45495,48 +50966,24 @@ diff -urNp linux-2.6.31/net/unix/af_unix.c linux-2.6.31/net/unix/af_unix.c
                list = &unix_socket_table[addr->hash];
        } else {
                list = &unix_socket_table[dentry->d_inode->i_ino & (UNIX_HASH_SIZE-1)];
-diff -urNp linux-2.6.31/net/xfrm/xfrm_proc.c linux-2.6.31/net/xfrm/xfrm_proc.c
---- linux-2.6.31/net/xfrm/xfrm_proc.c  2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/net/xfrm/xfrm_proc.c  2009-09-06 15:29:12.222991388 -0400
-@@ -60,7 +60,7 @@ static int xfrm_statistics_seq_open(stru
-       return single_open_net(inode, file, xfrm_statistics_seq_show);
- }
--static struct file_operations xfrm_statistics_seq_fops = {
-+static const struct file_operations xfrm_statistics_seq_fops = {
-       .owner   = THIS_MODULE,
-       .open    = xfrm_statistics_seq_open,
-       .read    = seq_read,
-diff -urNp linux-2.6.31/samples/markers/marker-example.c linux-2.6.31/samples/markers/marker-example.c
---- linux-2.6.31/samples/markers/marker-example.c      2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/samples/markers/marker-example.c      2009-09-06 15:29:12.224078604 -0400
-@@ -26,7 +26,7 @@ static int my_open(struct inode *inode, 
-       return -EPERM;
- }
--static struct file_operations mark_ops = {
-+static const struct file_operations mark_ops = {
-       .open = my_open,
- };
-diff -urNp linux-2.6.31/samples/tracepoints/tracepoint-sample.c linux-2.6.31/samples/tracepoints/tracepoint-sample.c
---- linux-2.6.31/samples/tracepoints/tracepoint-sample.c       2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/samples/tracepoints/tracepoint-sample.c       2009-09-06 15:29:12.224078604 -0400
-@@ -28,7 +28,7 @@ static int my_open(struct inode *inode, 
-       return -EPERM;
+diff -urNp linux-2.6.32.1/samples/kobject/kset-example.c linux-2.6.32.1/samples/kobject/kset-example.c
+--- linux-2.6.32.1/samples/kobject/kset-example.c      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/samples/kobject/kset-example.c      2009-12-14 18:33:59.878798344 -0500
+@@ -87,7 +87,7 @@ static ssize_t foo_attr_store(struct kob
  }
  
--static struct file_operations mark_ops = {
-+static const struct file_operations mark_ops = {
-       .open = my_open,
+ /* Our custom sysfs_ops that we will associate with our ktype later on */
+-static struct sysfs_ops foo_sysfs_ops = {
++static const struct sysfs_ops foo_sysfs_ops = {
+       .show = foo_attr_show,
+       .store = foo_attr_store,
  };
+diff -urNp linux-2.6.32.1/scripts/basic/fixdep.c linux-2.6.32.1/scripts/basic/fixdep.c
+--- linux-2.6.32.1/scripts/basic/fixdep.c      2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/scripts/basic/fixdep.c      2009-12-14 18:33:59.896971606 -0500
+@@ -222,9 +222,9 @@ static void use_config(char *m, int slen
  
-diff -urNp linux-2.6.31/scripts/basic/fixdep.c linux-2.6.31/scripts/basic/fixdep.c
---- linux-2.6.31/scripts/basic/fixdep.c        2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/scripts/basic/fixdep.c        2009-09-06 15:29:12.224078604 -0400
-@@ -224,9 +224,9 @@ void use_config(char *m, int slen)
- void parse_config_file(char *map, size_t len)
+ static void parse_config_file(char *map, size_t len)
  {
 -      int *end = (int *) (map + len);
 +      unsigned int *end = (unsigned int *) (map + len);
@@ -45546,8 +50993,8 @@ diff -urNp linux-2.6.31/scripts/basic/fixdep.c linux-2.6.31/scripts/basic/fixdep
        char *p, *q;
  
        for (; m < end; m++) {
-@@ -373,7 +373,7 @@ void print_deps(void)
- void traps(void)
+@@ -371,7 +371,7 @@ static void print_deps(void)
static void traps(void)
  {
        static char test[] __attribute__((aligned(sizeof(int)))) = "CONF";
 -      int *p = (int *)test;
@@ -45555,9 +51002,9 @@ diff -urNp linux-2.6.31/scripts/basic/fixdep.c linux-2.6.31/scripts/basic/fixdep
  
        if (*p != INT_CONF) {
                fprintf(stderr, "fixdep: sizeof(int) != 4 or wrong endianess? %#x\n",
-diff -urNp linux-2.6.31/scripts/kallsyms.c linux-2.6.31/scripts/kallsyms.c
---- linux-2.6.31/scripts/kallsyms.c    2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/scripts/kallsyms.c    2009-09-06 15:29:12.224078604 -0400
+diff -urNp linux-2.6.32.1/scripts/kallsyms.c linux-2.6.32.1/scripts/kallsyms.c
+--- linux-2.6.32.1/scripts/kallsyms.c  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/scripts/kallsyms.c  2009-12-14 18:33:59.897716621 -0500
 @@ -43,10 +43,10 @@ struct text_range {
  
  static unsigned long long _text;
@@ -45573,45 +51020,9 @@ diff -urNp linux-2.6.31/scripts/kallsyms.c linux-2.6.31/scripts/kallsyms.c
  };
  #define text_range_text     (&text_ranges[0])
  #define text_range_inittext (&text_ranges[1])
-diff -urNp linux-2.6.31/scripts/kconfig/lkc.h linux-2.6.31/scripts/kconfig/lkc.h
---- linux-2.6.31/scripts/kconfig/lkc.h 2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/scripts/kconfig/lkc.h 2009-09-06 15:29:12.225167481 -0400
-@@ -97,7 +97,7 @@ void menu_add_expr(enum prop_type type, 
- void menu_add_symbol(enum prop_type type, struct symbol *sym, struct expr *dep);
- void menu_add_option(int token, char *arg);
- void menu_finalize(struct menu *parent);
--void menu_set_type(int type);
-+void menu_set_type(unsigned int type);
- /* util.c */
- struct file *file_lookup(const char *name);
-diff -urNp linux-2.6.31/scripts/kconfig/mconf.c linux-2.6.31/scripts/kconfig/mconf.c
---- linux-2.6.31/scripts/kconfig/mconf.c       2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/scripts/kconfig/mconf.c       2009-09-06 15:29:12.225167481 -0400
-@@ -361,7 +361,7 @@ static char filename[PATH_MAX+1];
- static void set_config_filename(const char *config_filename)
- {
-       static char menu_backtitle[PATH_MAX+128];
--      int size;
-+      unsigned int size;
-       struct symbol *sym;
-       sym = sym_lookup("KERNELVERSION", 0);
-diff -urNp linux-2.6.31/scripts/kconfig/menu.c linux-2.6.31/scripts/kconfig/menu.c
---- linux-2.6.31/scripts/kconfig/menu.c        2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/scripts/kconfig/menu.c        2009-09-06 15:29:12.225956744 -0400
-@@ -104,7 +104,7 @@ void menu_add_dep(struct expr *dep)
-       current_entry->dep = expr_alloc_and(current_entry->dep, menu_check_dep(dep));
- }
--void menu_set_type(int type)
-+void menu_set_type(unsigned int type)
- {
-       struct symbol *sym = current_entry->sym;
-diff -urNp linux-2.6.31/scripts/mod/file2alias.c linux-2.6.31/scripts/mod/file2alias.c
---- linux-2.6.31/scripts/mod/file2alias.c      2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/scripts/mod/file2alias.c      2009-09-06 15:29:12.225956744 -0400
+diff -urNp linux-2.6.32.1/scripts/mod/file2alias.c linux-2.6.32.1/scripts/mod/file2alias.c
+--- linux-2.6.32.1/scripts/mod/file2alias.c    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/scripts/mod/file2alias.c    2009-12-14 18:33:59.898724620 -0500
 @@ -72,7 +72,7 @@ static void device_id_check(const char *
                            unsigned long size, unsigned long id_size,
                            void *symval)
@@ -45657,7 +51068,7 @@ diff -urNp linux-2.6.31/scripts/mod/file2alias.c linux-2.6.31/scripts/mod/file2a
  
                                buf_printf(&mod->dev_table_buf,
                                           "MODULE_ALIAS(\"pnp:d%s*\");\n", id);
-@@ -690,7 +690,7 @@ static void dmi_ascii_filter(char *d, co
+@@ -699,7 +699,7 @@ static void dmi_ascii_filter(char *d, co
  static int do_dmi_entry(const char *filename, struct dmi_system_id *id,
                        char *alias)
  {
@@ -45666,9 +51077,9 @@ diff -urNp linux-2.6.31/scripts/mod/file2alias.c linux-2.6.31/scripts/mod/file2a
  
        sprintf(alias, "dmi*");
  
-diff -urNp linux-2.6.31/scripts/mod/modpost.c linux-2.6.31/scripts/mod/modpost.c
---- linux-2.6.31/scripts/mod/modpost.c 2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/scripts/mod/modpost.c 2009-09-06 15:29:12.226917748 -0400
+diff -urNp linux-2.6.32.1/scripts/mod/modpost.c linux-2.6.32.1/scripts/mod/modpost.c
+--- linux-2.6.32.1/scripts/mod/modpost.c       2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/scripts/mod/modpost.c       2009-12-14 18:33:59.899799564 -0500
 @@ -835,6 +835,7 @@ enum mismatch {
        INIT_TO_EXIT,
        EXIT_TO_INIT,
@@ -45736,9 +51147,9 @@ diff -urNp linux-2.6.31/scripts/mod/modpost.c linux-2.6.31/scripts/mod/modpost.c
                goto close_write;
  
        tmp = NOFAIL(malloc(b->pos));
-diff -urNp linux-2.6.31/scripts/mod/modpost.h linux-2.6.31/scripts/mod/modpost.h
---- linux-2.6.31/scripts/mod/modpost.h 2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/scripts/mod/modpost.h 2009-09-06 15:29:12.226917748 -0400
+diff -urNp linux-2.6.32.1/scripts/mod/modpost.h linux-2.6.32.1/scripts/mod/modpost.h
+--- linux-2.6.32.1/scripts/mod/modpost.h       2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/scripts/mod/modpost.h       2009-12-14 18:33:59.899799564 -0500
 @@ -92,15 +92,15 @@ void *do_nofail(void *ptr, const char *e
  
  struct buffer {
@@ -45758,10 +51169,10 @@ diff -urNp linux-2.6.31/scripts/mod/modpost.h linux-2.6.31/scripts/mod/modpost.h
  
  struct module {
        struct module *next;
-diff -urNp linux-2.6.31/scripts/mod/sumversion.c linux-2.6.31/scripts/mod/sumversion.c
---- linux-2.6.31/scripts/mod/sumversion.c      2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/scripts/mod/sumversion.c      2009-09-06 15:29:12.226917748 -0400
-@@ -457,7 +457,7 @@ static void write_version(const char *fi
+diff -urNp linux-2.6.32.1/scripts/mod/sumversion.c linux-2.6.32.1/scripts/mod/sumversion.c
+--- linux-2.6.32.1/scripts/mod/sumversion.c    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/scripts/mod/sumversion.c    2009-12-14 18:33:59.899799564 -0500
+@@ -455,7 +455,7 @@ static void write_version(const char *fi
                goto out;
        }
  
@@ -45770,9 +51181,9 @@ diff -urNp linux-2.6.31/scripts/mod/sumversion.c linux-2.6.31/scripts/mod/sumver
                warn("writing sum in %s failed: %s\n",
                        filename, strerror(errno));
                goto out;
-diff -urNp linux-2.6.31/scripts/pnmtologo.c linux-2.6.31/scripts/pnmtologo.c
---- linux-2.6.31/scripts/pnmtologo.c   2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/scripts/pnmtologo.c   2009-09-06 15:29:12.228046042 -0400
+diff -urNp linux-2.6.32.1/scripts/pnmtologo.c linux-2.6.32.1/scripts/pnmtologo.c
+--- linux-2.6.32.1/scripts/pnmtologo.c 2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/scripts/pnmtologo.c 2009-12-14 18:33:59.900867041 -0500
 @@ -237,14 +237,14 @@ static void write_header(void)
      fprintf(out, " *  Linux logo %s\n", logoname);
      fputs(" */\n\n", out);
@@ -45799,24 +51210,20 @@ diff -urNp linux-2.6.31/scripts/pnmtologo.c linux-2.6.31/scripts/pnmtologo.c
            logoname);
      write_hex_cnt = 0;
      for (i = 0; i < logo_clutsize; i++) {
-diff -urNp linux-2.6.31/security/commoncap.c linux-2.6.31/security/commoncap.c
---- linux-2.6.31/security/commoncap.c  2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/security/commoncap.c  2009-09-06 15:29:12.228046042 -0400
-@@ -27,7 +27,7 @@
- #include <linux/prctl.h>
+diff -urNp linux-2.6.32.1/security/commoncap.c linux-2.6.32.1/security/commoncap.c
+--- linux-2.6.32.1/security/commoncap.c        2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/security/commoncap.c        2009-12-14 18:33:59.901789717 -0500
+@@ -29,6 +29,8 @@
  #include <linux/securebits.h>
  #include <linux/vs_context.h>
--
 +#include <net/sock.h>
++
  /*
   * If a non-root user executes a setuid-root binary in
   * !secure(SECURE_NOROOT) mode, then we raise capabilities.
-@@ -50,9 +50,11 @@ static void warn_setuid_and_fcaps_mixed(
-       }
- }
+@@ -53,7 +55,7 @@ static void warn_setuid_and_fcaps_mixed(
  
-+extern kernel_cap_t gr_cap_rtnetlink(struct sock *sk);
-+
  int cap_netlink_send(struct sock *sk, struct sk_buff *skb)
  {
 -      NETLINK_CB(skb).eff_cap = vx_mbcaps(current_cap());
@@ -45824,76 +51231,10 @@ diff -urNp linux-2.6.31/security/commoncap.c linux-2.6.31/security/commoncap.c
        return 0;
  }
  
-diff -urNp linux-2.6.31/security/integrity/ima/ima_fs.c linux-2.6.31/security/integrity/ima/ima_fs.c
---- linux-2.6.31/security/integrity/ima/ima_fs.c       2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/security/integrity/ima/ima_fs.c       2009-09-06 15:29:12.228046042 -0400
-@@ -43,7 +43,7 @@ static ssize_t ima_show_htable_violation
-       return ima_show_htable_value(buf, count, ppos, &ima_htable.violations);
- }
--static struct file_operations ima_htable_violations_ops = {
-+static const struct file_operations ima_htable_violations_ops = {
-       .read = ima_show_htable_violations
- };
-@@ -55,7 +55,7 @@ static ssize_t ima_show_measurements_cou
- }
--static struct file_operations ima_measurements_count_ops = {
-+static const struct file_operations ima_measurements_count_ops = {
-       .read = ima_show_measurements_count
- };
-@@ -146,7 +146,7 @@ static int ima_measurements_show(struct 
-       return 0;
- }
--static struct seq_operations ima_measurments_seqops = {
-+static const struct seq_operations ima_measurments_seqops = {
-       .start = ima_measurements_start,
-       .next = ima_measurements_next,
-       .stop = ima_measurements_stop,
-@@ -158,7 +158,7 @@ static int ima_measurements_open(struct 
-       return seq_open(file, &ima_measurments_seqops);
- }
--static struct file_operations ima_measurements_ops = {
-+static const struct file_operations ima_measurements_ops = {
-       .open = ima_measurements_open,
-       .read = seq_read,
-       .llseek = seq_lseek,
-@@ -221,7 +221,7 @@ static int ima_ascii_measurements_show(s
-       return 0;
- }
--static struct seq_operations ima_ascii_measurements_seqops = {
-+static const struct seq_operations ima_ascii_measurements_seqops = {
-       .start = ima_measurements_start,
-       .next = ima_measurements_next,
-       .stop = ima_measurements_stop,
-@@ -233,7 +233,7 @@ static int ima_ascii_measurements_open(s
-       return seq_open(file, &ima_ascii_measurements_seqops);
- }
--static struct file_operations ima_ascii_measurements_ops = {
-+static const struct file_operations ima_ascii_measurements_ops = {
-       .open = ima_ascii_measurements_open,
-       .read = seq_read,
-       .llseek = seq_lseek,
-@@ -313,7 +313,7 @@ static int ima_release_policy(struct ino
-       return 0;
- }
--static struct file_operations ima_measure_policy_ops = {
-+static const struct file_operations ima_measure_policy_ops = {
-       .open = ima_open_policy,
-       .write = ima_write_policy,
-       .release = ima_release_policy
-diff -urNp linux-2.6.31/security/Kconfig linux-2.6.31/security/Kconfig
---- linux-2.6.31/security/Kconfig      2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/security/Kconfig      2009-09-06 15:29:12.229103257 -0400
-@@ -4,6 +4,467 @@
+diff -urNp linux-2.6.32.1/security/Kconfig linux-2.6.32.1/security/Kconfig
+--- linux-2.6.32.1/security/Kconfig    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/security/Kconfig    2009-12-14 18:33:59.911723002 -0500
+@@ -4,6 +4,465 @@
  
  menu "Security options"
  
@@ -46033,8 +51374,8 @@ diff -urNp linux-2.6.31/security/Kconfig linux-2.6.31/security/Kconfig
 +
 +        Note that several architectures require various emulations due to
 +        badly designed userland ABIs, this will cause a performance impact
-+        but will disappear as soon as userland is fixed (e.g., ppc users
-+        can make use of the secure-plt feature found in binutils).
++        but will disappear as soon as userland is fixed. For example, ppc
++        userland MUST have been built with secure-plt by a recent toolchain.
 +
 +config PAX_SEGMEXEC
 +      bool "Segmentation based non-executable pages"
@@ -46046,8 +51387,8 @@ diff -urNp linux-2.6.31/security/Kconfig linux-2.6.31/security/Kconfig
 +        3 GB.
 +
 +config PAX_EMUTRAMP
-+      bool "Emulate trampolines" if (PAX_PAGEEXEC || PAX_SEGMEXEC) && (PARISC || PPC32 || X86)
-+      default y if PARISC || PPC32
++      bool "Emulate trampolines" if (PAX_PAGEEXEC || PAX_SEGMEXEC) && (PARISC || X86)
++      default y if PARISC
 +      help
 +        There are some programs and libraries that for one reason or
 +        another attempt to execute special small code snippets from
@@ -46062,8 +51403,8 @@ diff -urNp linux-2.6.31/security/Kconfig linux-2.6.31/security/Kconfig
 +        utilities to enable trampoline emulation for the affected programs
 +        yet still have the protection provided by the non-executable pages.
 +
-+        On parisc and ppc you MUST enable this option and EMUSIGRT as
-+        well, otherwise your system will not even boot.
++        On parisc you MUST enable this option and EMUSIGRT as well, otherwise
++        your system will not even boot.
 +
 +        Alternatively you can say N here and use the 'chpax' or 'paxctl'
 +        utilities to disable CONFIG_PAX_PAGEEXEC and CONFIG_PAX_SEGMEXEC
@@ -46081,7 +51422,7 @@ diff -urNp linux-2.6.31/security/Kconfig linux-2.6.31/security/Kconfig
 +
 +config PAX_EMUSIGRT
 +      bool "Automatically emulate sigreturn trampolines"
-+      depends on PAX_EMUTRAMP && (PARISC || PPC32)
++      depends on PAX_EMUTRAMP && PARISC
 +      default y
 +      help
 +        Enabling this option will have the kernel automatically detect
@@ -46094,8 +51435,8 @@ diff -urNp linux-2.6.31/security/Kconfig linux-2.6.31/security/Kconfig
 +        everything that does not specify its own SA_RESTORER function in
 +        normal executable memory like glibc 2.1+ does.
 +
-+        On parisc and ppc you MUST enable this option, otherwise your
-+        system will not even boot.
++        On parisc you MUST enable this option, otherwise your system will
++        not even boot.
 +
 +        NOTE: this feature cannot be disabled on a per executable basis
 +        and since it *does* open up a loophole in the protection provided
@@ -46104,7 +51445,7 @@ diff -urNp linux-2.6.31/security/Kconfig linux-2.6.31/security/Kconfig
 +
 +config PAX_MPROTECT
 +      bool "Restrict mprotect()"
-+      depends on (PAX_PAGEEXEC || PAX_SEGMEXEC) && !PPC64
++      depends on (PAX_PAGEEXEC || PAX_SEGMEXEC)
 +      help
 +        Enabling this option will prevent programs from
 +         - changing the executable status of memory pages that were
@@ -46120,7 +51461,7 @@ diff -urNp linux-2.6.31/security/Kconfig linux-2.6.31/security/Kconfig
 +
 +config PAX_NOELFRELOCS
 +      bool "Disallow ELF text relocations"
-+      depends on PAX_MPROTECT && !PAX_ETEXECRELOCS && (IA64 || X86)
++      depends on PAX_MPROTECT && !PAX_ETEXECRELOCS && (IA64 || PPC || X86)
 +      help
 +        Non-executable pages and mprotect() restrictions are effective
 +        in preventing the introduction of new executable code into an
@@ -46156,7 +51497,7 @@ diff -urNp linux-2.6.31/security/Kconfig linux-2.6.31/security/Kconfig
 +
 +config PAX_EMUPLT
 +      bool "Automatically emulate ELF PLT"
-+      depends on PAX_MPROTECT && (ALPHA || PARISC || PPC32 || SPARC32 || SPARC64)
++      depends on PAX_MPROTECT && (ALPHA || PARISC || SPARC32 || SPARC64)
 +      default y
 +      help
 +        Enabling this option will have the kernel automatically detect
@@ -46164,8 +51505,7 @@ diff -urNp linux-2.6.31/security/Kconfig linux-2.6.31/security/Kconfig
 +        On some architectures such entries are in writable memory, and
 +        become non-executable leading to task termination.  Therefore
 +        it is mandatory that you enable this option on alpha, parisc,
-+        ppc (if secure-plt is not used throughout in userland), sparc
-+        and sparc64, otherwise your system would not even boot.
++        sparc and sparc64, otherwise your system would not even boot.
 +
 +        NOTE: this feature *does* open up a loophole in the protection
 +        provided by the non-executable pages, therefore the proper
@@ -46173,14 +51513,13 @@ diff -urNp linux-2.6.31/security/Kconfig linux-2.6.31/security/Kconfig
 +        not need to be writable.
 +
 +config PAX_DLRESOLVE
-+      bool
++      bool 'Emulate old glibc resolver stub'
 +      depends on PAX_EMUPLT && (SPARC32 || SPARC64)
-+      default y
-+
-+config PAX_SYSCALL
-+      bool
-+      depends on PAX_PAGEEXEC && PPC32
-+      default y
++      default n
++      help
++        This option is needed if userland has an old glibc (before 2.4)
++        that puts a 'save' instruction into the runtime generated resolver
++        stub that needs special emulation.
 +
 +config PAX_KERNEXEC
 +      bool "Enforce non-executable kernel pages"
@@ -46318,7 +51657,7 @@ diff -urNp linux-2.6.31/security/Kconfig linux-2.6.31/security/Kconfig
 +
 +config PAX_REFCOUNT
 +      bool "Prevent various kernel object reference counter overflows"
-+      depends on GRKERNSEC && X86
++      depends on GRKERNSEC && (X86 || SPARC64)
 +      help
 +        By saying Y here the kernel will detect and prevent overflowing
 +        various (but not all) kinds of object reference counters.  Such
@@ -46337,7 +51676,7 @@ diff -urNp linux-2.6.31/security/Kconfig linux-2.6.31/security/Kconfig
 +
 +config PAX_USERCOPY
 +      bool "Bounds check heap object copies between kernel and userland"
-+      depends on X86
++      depends on X86 || PPC32 || PPC64 || SPARC32 || SPARC64
 +      depends on GRKERNSEC && (SLAB || SLUB || SLOB)
 +      help
 +        By saying Y here the kernel will enforce the size of heap objects
@@ -46361,39 +51700,47 @@ diff -urNp linux-2.6.31/security/Kconfig linux-2.6.31/security/Kconfig
  config KEYS
        bool "Enable access key retention support"
        help
-diff -urNp linux-2.6.31/security/smack/smackfs.c linux-2.6.31/security/smack/smackfs.c
---- linux-2.6.31/security/smack/smackfs.c      2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/security/smack/smackfs.c      2009-09-06 15:29:12.229103257 -0400
-@@ -187,7 +187,7 @@ static void load_seq_stop(struct seq_fil
-       /* No-op */
- }
--static struct seq_operations load_seq_ops = {
-+static const struct seq_operations load_seq_ops = {
-       .start = load_seq_start,
-       .next  = load_seq_next,
-       .show  = load_seq_show,
-@@ -503,7 +503,7 @@ static void cipso_seq_stop(struct seq_fi
-       /* No-op */
- }
--static struct seq_operations cipso_seq_ops = {
-+static const struct seq_operations cipso_seq_ops = {
-       .start = cipso_seq_start,
-       .stop  = cipso_seq_stop,
-       .next  = cipso_seq_next,
-@@ -697,7 +697,7 @@ static void netlbladdr_seq_stop(struct s
-       /* No-op */
- }
--static struct seq_operations netlbladdr_seq_ops = {
-+static const struct seq_operations netlbladdr_seq_ops = {
-       .start = netlbladdr_seq_start,
-       .stop  = netlbladdr_seq_stop,
-       .next  = netlbladdr_seq_next,
-diff -urNp linux-2.6.31/sound/aoa/codecs/onyx.c linux-2.6.31/sound/aoa/codecs/onyx.c
---- linux-2.6.31/sound/aoa/codecs/onyx.c       2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/sound/aoa/codecs/onyx.c       2009-09-06 15:29:12.345547346 -0400
+@@ -146,7 +605,7 @@ config INTEL_TXT
+ config LSM_MMAP_MIN_ADDR
+       int "Low address space for LSM to protect from user allocation"
+       depends on SECURITY && SECURITY_SELINUX
+-      default 65536
++      default 32768
+       help
+         This is the portion of low virtual memory which should be protected
+         from userspace allocation.  Keeping a user from writing to low pages
+diff -urNp linux-2.6.32.1/security/min_addr.c linux-2.6.32.1/security/min_addr.c
+--- linux-2.6.32.1/security/min_addr.c 2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/security/min_addr.c 2009-12-14 18:33:59.911723002 -0500
+@@ -14,6 +14,7 @@ unsigned long dac_mmap_min_addr = CONFIG
+  */
+ static void update_mmap_min_addr(void)
+ {
++#ifndef SPARC
+ #ifdef CONFIG_LSM_MMAP_MIN_ADDR
+       if (dac_mmap_min_addr > CONFIG_LSM_MMAP_MIN_ADDR)
+               mmap_min_addr = dac_mmap_min_addr;
+@@ -22,6 +23,7 @@ static void update_mmap_min_addr(void)
+ #else
+       mmap_min_addr = dac_mmap_min_addr;
+ #endif
++#endif
+ }
+ /*
+@@ -33,6 +35,9 @@ int mmap_min_addr_handler(struct ctl_tab
+ {
+       int ret;
++      if (!capable(CAP_SYS_RAWIO))
++              return -EPERM;
++
+       ret = proc_doulongvec_minmax(table, write, buffer, lenp, ppos);
+       update_mmap_min_addr();
+diff -urNp linux-2.6.32.1/sound/aoa/codecs/onyx.c linux-2.6.32.1/sound/aoa/codecs/onyx.c
+--- linux-2.6.32.1/sound/aoa/codecs/onyx.c     2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/sound/aoa/codecs/onyx.c     2009-12-14 18:33:59.922037934 -0500
 @@ -53,7 +53,7 @@ struct onyx {
                                spdif_locked:1,
                                analog_locked:1,
@@ -46403,10 +51750,29 @@ diff -urNp linux-2.6.31/sound/aoa/codecs/onyx.c linux-2.6.31/sound/aoa/codecs/on
        struct codec_info       *codec_info;
  
        /* mutex serializes concurrent access to the device
-diff -urNp linux-2.6.31/sound/core/oss/pcm_oss.c linux-2.6.31/sound/core/oss/pcm_oss.c
---- linux-2.6.31/sound/core/oss/pcm_oss.c      2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/sound/core/oss/pcm_oss.c      2009-09-06 15:29:12.391029308 -0400
-@@ -2943,8 +2943,8 @@ static void snd_pcm_oss_proc_done(struct
+@@ -752,7 +752,7 @@ static int onyx_open(struct codec_info_i
+       struct onyx *onyx = cii->codec_data;
+       mutex_lock(&onyx->mutex);
+-      onyx->open_count++;
++      atomic_inc(&onyx->open_count);
+       mutex_unlock(&onyx->mutex);
+       return 0;
+@@ -764,8 +764,7 @@ static int onyx_close(struct codec_info_
+       struct onyx *onyx = cii->codec_data;
+       mutex_lock(&onyx->mutex);
+-      onyx->open_count--;
+-      if (!onyx->open_count)
++      if (atomic_dec_and_test(&onyx->open_count))
+               onyx->spdif_locked = onyx->analog_locked = 0;
+       mutex_unlock(&onyx->mutex);
+diff -urNp linux-2.6.32.1/sound/core/oss/pcm_oss.c linux-2.6.32.1/sound/core/oss/pcm_oss.c
+--- linux-2.6.32.1/sound/core/oss/pcm_oss.c    2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/sound/core/oss/pcm_oss.c    2009-12-14 18:33:59.948708067 -0500
+@@ -2949,8 +2949,8 @@ static void snd_pcm_oss_proc_done(struct
        }
  }
  #else /* !CONFIG_SND_VERBOSE_PROCFS */
@@ -46417,9 +51783,9 @@ diff -urNp linux-2.6.31/sound/core/oss/pcm_oss.c linux-2.6.31/sound/core/oss/pcm
  #endif /* CONFIG_SND_VERBOSE_PROCFS */
  
  /*
-diff -urNp linux-2.6.31/sound/core/seq/seq_lock.h linux-2.6.31/sound/core/seq/seq_lock.h
---- linux-2.6.31/sound/core/seq/seq_lock.h     2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/sound/core/seq/seq_lock.h     2009-09-06 15:29:12.487947312 -0400
+diff -urNp linux-2.6.32.1/sound/core/seq/seq_lock.h linux-2.6.32.1/sound/core/seq/seq_lock.h
+--- linux-2.6.32.1/sound/core/seq/seq_lock.h   2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/sound/core/seq/seq_lock.h   2009-12-14 18:33:59.957992355 -0500
 @@ -23,10 +23,10 @@ void snd_use_lock_sync_helper(snd_use_lo
  #else /* SMP || CONFIG_SND_DEBUG */
  
@@ -46435,9 +51801,9 @@ diff -urNp linux-2.6.31/sound/core/seq/seq_lock.h linux-2.6.31/sound/core/seq/se
  
  #endif /* SMP || CONFIG_SND_DEBUG */
  
-diff -urNp linux-2.6.31/sound/drivers/mts64.c linux-2.6.31/sound/drivers/mts64.c
---- linux-2.6.31/sound/drivers/mts64.c 2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/sound/drivers/mts64.c 2009-09-06 15:29:12.588308207 -0400
+diff -urNp linux-2.6.32.1/sound/drivers/mts64.c linux-2.6.32.1/sound/drivers/mts64.c
+--- linux-2.6.32.1/sound/drivers/mts64.c       2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/sound/drivers/mts64.c       2009-12-14 18:33:59.979956196 -0500
 @@ -65,7 +65,7 @@ struct mts64 {
        struct pardevice *pardev;
        int pardev_claimed;
@@ -46486,9 +51852,9 @@ diff -urNp linux-2.6.31/sound/drivers/mts64.c linux-2.6.31/sound/drivers/mts64.c
  
        return 0;
  }
-diff -urNp linux-2.6.31/sound/drivers/portman2x4.c linux-2.6.31/sound/drivers/portman2x4.c
---- linux-2.6.31/sound/drivers/portman2x4.c    2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/sound/drivers/portman2x4.c    2009-09-06 15:29:12.595326857 -0400
+diff -urNp linux-2.6.32.1/sound/drivers/portman2x4.c linux-2.6.32.1/sound/drivers/portman2x4.c
+--- linux-2.6.32.1/sound/drivers/portman2x4.c  2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/sound/drivers/portman2x4.c  2009-12-14 18:33:59.981731399 -0500
 @@ -83,7 +83,7 @@ struct portman {
        struct pardevice *pardev;
        int pardev_claimed;
@@ -46498,9 +51864,129 @@ diff -urNp linux-2.6.31/sound/drivers/portman2x4.c linux-2.6.31/sound/drivers/po
        int mode[PORTMAN_NUM_INPUT_PORTS];
        struct snd_rawmidi_substream *midi_input[PORTMAN_NUM_INPUT_PORTS];
  };
-diff -urNp linux-2.6.31/sound/pci/ac97/ac97_patch.c linux-2.6.31/sound/pci/ac97/ac97_patch.c
---- linux-2.6.31/sound/pci/ac97/ac97_patch.c   2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/sound/pci/ac97/ac97_patch.c   2009-09-06 15:29:12.607257487 -0400
+diff -urNp linux-2.6.32.1/sound/pci/ac97/ac97_codec.c linux-2.6.32.1/sound/pci/ac97/ac97_codec.c
+--- linux-2.6.32.1/sound/pci/ac97/ac97_codec.c 2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/sound/pci/ac97/ac97_codec.c 2009-12-14 18:33:59.996911247 -0500
+@@ -1952,7 +1952,7 @@ static int snd_ac97_dev_disconnect(struc
+ }
+ /* build_ops to do nothing */
+-static struct snd_ac97_build_ops null_build_ops;
++static const struct snd_ac97_build_ops null_build_ops;
+ #ifdef CONFIG_SND_AC97_POWER_SAVE
+ static void do_update_power(struct work_struct *work)
+diff -urNp linux-2.6.32.1/sound/pci/ac97/ac97_patch.c linux-2.6.32.1/sound/pci/ac97/ac97_patch.c
+--- linux-2.6.32.1/sound/pci/ac97/ac97_patch.c 2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/sound/pci/ac97/ac97_patch.c 2009-12-14 18:34:00.010722092 -0500
+@@ -371,7 +371,7 @@ static int patch_yamaha_ymf743_build_spd
+       return 0;
+ }
+-static struct snd_ac97_build_ops patch_yamaha_ymf743_ops = {
++static const struct snd_ac97_build_ops patch_yamaha_ymf743_ops = {
+       .build_spdif    = patch_yamaha_ymf743_build_spdif,
+       .build_3d       = patch_yamaha_ymf7x3_3d,
+ };
+@@ -455,7 +455,7 @@ static int patch_yamaha_ymf753_post_spdi
+       return 0;
+ }
+-static struct snd_ac97_build_ops patch_yamaha_ymf753_ops = {
++static const struct snd_ac97_build_ops patch_yamaha_ymf753_ops = {
+       .build_3d       = patch_yamaha_ymf7x3_3d,
+       .build_post_spdif = patch_yamaha_ymf753_post_spdif
+ };
+@@ -502,7 +502,7 @@ static int patch_wolfson_wm9703_specific
+       return 0;
+ }
+-static struct snd_ac97_build_ops patch_wolfson_wm9703_ops = {
++static const struct snd_ac97_build_ops patch_wolfson_wm9703_ops = {
+       .build_specific = patch_wolfson_wm9703_specific,
+ };
+@@ -533,7 +533,7 @@ static int patch_wolfson_wm9704_specific
+       return 0;
+ }
+-static struct snd_ac97_build_ops patch_wolfson_wm9704_ops = {
++static const struct snd_ac97_build_ops patch_wolfson_wm9704_ops = {
+       .build_specific = patch_wolfson_wm9704_specific,
+ };
+@@ -555,7 +555,7 @@ static int patch_wolfson_wm9705_specific
+       return 0;
+ }
+-static struct snd_ac97_build_ops patch_wolfson_wm9705_ops = {
++static const struct snd_ac97_build_ops patch_wolfson_wm9705_ops = {
+       .build_specific = patch_wolfson_wm9705_specific,
+ };
+@@ -692,7 +692,7 @@ static int patch_wolfson_wm9711_specific
+       return 0;
+ }
+-static struct snd_ac97_build_ops patch_wolfson_wm9711_ops = {
++static const struct snd_ac97_build_ops patch_wolfson_wm9711_ops = {
+       .build_specific = patch_wolfson_wm9711_specific,
+ };
+@@ -886,7 +886,7 @@ static void patch_wolfson_wm9713_resume 
+ }
+ #endif
+-static struct snd_ac97_build_ops patch_wolfson_wm9713_ops = {
++static const struct snd_ac97_build_ops patch_wolfson_wm9713_ops = {
+       .build_specific = patch_wolfson_wm9713_specific,
+       .build_3d = patch_wolfson_wm9713_3d,
+ #ifdef CONFIG_PM      
+@@ -991,7 +991,7 @@ static int patch_sigmatel_stac97xx_speci
+       return 0;
+ }
+-static struct snd_ac97_build_ops patch_sigmatel_stac9700_ops = {
++static const struct snd_ac97_build_ops patch_sigmatel_stac9700_ops = {
+       .build_3d       = patch_sigmatel_stac9700_3d,
+       .build_specific = patch_sigmatel_stac97xx_specific
+ };
+@@ -1038,7 +1038,7 @@ static int patch_sigmatel_stac9708_speci
+       return patch_sigmatel_stac97xx_specific(ac97);
+ }
+-static struct snd_ac97_build_ops patch_sigmatel_stac9708_ops = {
++static const struct snd_ac97_build_ops patch_sigmatel_stac9708_ops = {
+       .build_3d       = patch_sigmatel_stac9708_3d,
+       .build_specific = patch_sigmatel_stac9708_specific
+ };
+@@ -1267,7 +1267,7 @@ static int patch_sigmatel_stac9758_speci
+       return 0;
+ }
+-static struct snd_ac97_build_ops patch_sigmatel_stac9758_ops = {
++static const struct snd_ac97_build_ops patch_sigmatel_stac9758_ops = {
+       .build_3d       = patch_sigmatel_stac9700_3d,
+       .build_specific = patch_sigmatel_stac9758_specific
+ };
+@@ -1342,7 +1342,7 @@ static int patch_cirrus_build_spdif(stru
+       return 0;
+ }
+-static struct snd_ac97_build_ops patch_cirrus_ops = {
++static const struct snd_ac97_build_ops patch_cirrus_ops = {
+       .build_spdif = patch_cirrus_build_spdif
+ };
+@@ -1399,7 +1399,7 @@ static int patch_conexant_build_spdif(st
+       return 0;
+ }
+-static struct snd_ac97_build_ops patch_conexant_ops = {
++static const struct snd_ac97_build_ops patch_conexant_ops = {
+       .build_spdif = patch_conexant_build_spdif
+ };
 @@ -1501,7 +1501,7 @@ static const struct snd_ac97_res_table a
        { AC97_VIDEO, 0x9f1f },
        { AC97_AUX, 0x9f1f },
@@ -46510,6 +51996,177 @@ diff -urNp linux-2.6.31/sound/pci/ac97/ac97_patch.c linux-2.6.31/sound/pci/ac97/
  };
  
  static int patch_ad1819(struct snd_ac97 * ac97)
+@@ -1575,7 +1575,7 @@ static void patch_ad1881_chained(struct 
+       }
+ }
+-static struct snd_ac97_build_ops patch_ad1881_build_ops = {
++static const struct snd_ac97_build_ops patch_ad1881_build_ops = {
+ #ifdef CONFIG_PM
+       .resume = ad18xx_resume
+ #endif
+@@ -1662,7 +1662,7 @@ static int patch_ad1885_specific(struct 
+       return 0;
+ }
+-static struct snd_ac97_build_ops patch_ad1885_build_ops = {
++static const struct snd_ac97_build_ops patch_ad1885_build_ops = {
+       .build_specific = &patch_ad1885_specific,
+ #ifdef CONFIG_PM
+       .resume = ad18xx_resume
+@@ -1689,7 +1689,7 @@ static int patch_ad1886_specific(struct 
+       return 0;
+ }
+-static struct snd_ac97_build_ops patch_ad1886_build_ops = {
++static const struct snd_ac97_build_ops patch_ad1886_build_ops = {
+       .build_specific = &patch_ad1886_specific,
+ #ifdef CONFIG_PM
+       .resume = ad18xx_resume
+@@ -1893,7 +1893,7 @@ static int patch_ad1981a_specific(struct
+                                   ARRAY_SIZE(snd_ac97_ad1981x_jack_sense));
+ }
+-static struct snd_ac97_build_ops patch_ad1981a_build_ops = {
++static const struct snd_ac97_build_ops patch_ad1981a_build_ops = {
+       .build_post_spdif = patch_ad198x_post_spdif,
+       .build_specific = patch_ad1981a_specific,
+ #ifdef CONFIG_PM
+@@ -1948,7 +1948,7 @@ static int patch_ad1981b_specific(struct
+                                   ARRAY_SIZE(snd_ac97_ad1981x_jack_sense));
+ }
+-static struct snd_ac97_build_ops patch_ad1981b_build_ops = {
++static const struct snd_ac97_build_ops patch_ad1981b_build_ops = {
+       .build_post_spdif = patch_ad198x_post_spdif,
+       .build_specific = patch_ad1981b_specific,
+ #ifdef CONFIG_PM
+@@ -2087,7 +2087,7 @@ static int patch_ad1888_specific(struct 
+       return patch_build_controls(ac97, snd_ac97_ad1888_controls, ARRAY_SIZE(snd_ac97_ad1888_controls));
+ }
+-static struct snd_ac97_build_ops patch_ad1888_build_ops = {
++static const struct snd_ac97_build_ops patch_ad1888_build_ops = {
+       .build_post_spdif = patch_ad198x_post_spdif,
+       .build_specific = patch_ad1888_specific,
+ #ifdef CONFIG_PM
+@@ -2136,7 +2136,7 @@ static int patch_ad1980_specific(struct 
+       return patch_build_controls(ac97, &snd_ac97_ad198x_2cmic, 1);
+ }
+-static struct snd_ac97_build_ops patch_ad1980_build_ops = {
++static const struct snd_ac97_build_ops patch_ad1980_build_ops = {
+       .build_post_spdif = patch_ad198x_post_spdif,
+       .build_specific = patch_ad1980_specific,
+ #ifdef CONFIG_PM
+@@ -2251,7 +2251,7 @@ static int patch_ad1985_specific(struct 
+                                   ARRAY_SIZE(snd_ac97_ad1985_controls));
+ }
+-static struct snd_ac97_build_ops patch_ad1985_build_ops = {
++static const struct snd_ac97_build_ops patch_ad1985_build_ops = {
+       .build_post_spdif = patch_ad198x_post_spdif,
+       .build_specific = patch_ad1985_specific,
+ #ifdef CONFIG_PM
+@@ -2543,7 +2543,7 @@ static int patch_ad1986_specific(struct 
+                                   ARRAY_SIZE(snd_ac97_ad1985_controls));
+ }
+-static struct snd_ac97_build_ops patch_ad1986_build_ops = {
++static const struct snd_ac97_build_ops patch_ad1986_build_ops = {
+       .build_post_spdif = patch_ad198x_post_spdif,
+       .build_specific = patch_ad1986_specific,
+ #ifdef CONFIG_PM
+@@ -2648,7 +2648,7 @@ static int patch_alc650_specific(struct 
+       return 0;
+ }
+-static struct snd_ac97_build_ops patch_alc650_ops = {
++static const struct snd_ac97_build_ops patch_alc650_ops = {
+       .build_specific = patch_alc650_specific,
+       .update_jacks = alc650_update_jacks
+ };
+@@ -2800,7 +2800,7 @@ static int patch_alc655_specific(struct 
+       return 0;
+ }
+-static struct snd_ac97_build_ops patch_alc655_ops = {
++static const struct snd_ac97_build_ops patch_alc655_ops = {
+       .build_specific = patch_alc655_specific,
+       .update_jacks = alc655_update_jacks
+ };
+@@ -2912,7 +2912,7 @@ static int patch_alc850_specific(struct 
+       return 0;
+ }
+-static struct snd_ac97_build_ops patch_alc850_ops = {
++static const struct snd_ac97_build_ops patch_alc850_ops = {
+       .build_specific = patch_alc850_specific,
+       .update_jacks = alc850_update_jacks
+ };
+@@ -2974,7 +2974,7 @@ static int patch_cm9738_specific(struct 
+       return patch_build_controls(ac97, snd_ac97_cm9738_controls, ARRAY_SIZE(snd_ac97_cm9738_controls));
+ }
+-static struct snd_ac97_build_ops patch_cm9738_ops = {
++static const struct snd_ac97_build_ops patch_cm9738_ops = {
+       .build_specific = patch_cm9738_specific,
+       .update_jacks = cm9738_update_jacks
+ };
+@@ -3065,7 +3065,7 @@ static int patch_cm9739_post_spdif(struc
+       return patch_build_controls(ac97, snd_ac97_cm9739_controls_spdif, ARRAY_SIZE(snd_ac97_cm9739_controls_spdif));
+ }
+-static struct snd_ac97_build_ops patch_cm9739_ops = {
++static const struct snd_ac97_build_ops patch_cm9739_ops = {
+       .build_specific = patch_cm9739_specific,
+       .build_post_spdif = patch_cm9739_post_spdif,
+       .update_jacks = cm9739_update_jacks
+@@ -3239,7 +3239,7 @@ static int patch_cm9761_specific(struct 
+       return patch_build_controls(ac97, snd_ac97_cm9761_controls, ARRAY_SIZE(snd_ac97_cm9761_controls));
+ }
+-static struct snd_ac97_build_ops patch_cm9761_ops = {
++static const struct snd_ac97_build_ops patch_cm9761_ops = {
+       .build_specific = patch_cm9761_specific,
+       .build_post_spdif = patch_cm9761_post_spdif,
+       .update_jacks = cm9761_update_jacks
+@@ -3335,7 +3335,7 @@ static int patch_cm9780_specific(struct 
+       return patch_build_controls(ac97, cm9780_controls, ARRAY_SIZE(cm9780_controls));
+ }
+-static struct snd_ac97_build_ops patch_cm9780_ops = {
++static const struct snd_ac97_build_ops patch_cm9780_ops = {
+       .build_specific = patch_cm9780_specific,
+       .build_post_spdif = patch_cm9761_post_spdif     /* identical with CM9761 */
+ };
+@@ -3455,7 +3455,7 @@ static int patch_vt1616_specific(struct 
+       return 0;
+ }
+-static struct snd_ac97_build_ops patch_vt1616_ops = {
++static const struct snd_ac97_build_ops patch_vt1616_ops = {
+       .build_specific = patch_vt1616_specific
+ };
+@@ -3809,7 +3809,7 @@ static int patch_it2646_specific(struct 
+       return 0;
+ }
+-static struct snd_ac97_build_ops patch_it2646_ops = {
++static const struct snd_ac97_build_ops patch_it2646_ops = {
+       .build_specific = patch_it2646_specific,
+       .update_jacks = it2646_update_jacks
+ };
+@@ -3843,7 +3843,7 @@ static int patch_si3036_specific(struct 
+       return 0;
+ }
+-static struct snd_ac97_build_ops patch_si3036_ops = {
++static const struct snd_ac97_build_ops patch_si3036_ops = {
+       .build_specific = patch_si3036_specific,
+ };
 @@ -3876,7 +3876,7 @@ static struct snd_ac97_res_table lm4550_
        { AC97_AUX, 0x1f1f },
        { AC97_PCM, 0x1f1f },
@@ -46519,9 +52176,18 @@ diff -urNp linux-2.6.31/sound/pci/ac97/ac97_patch.c linux-2.6.31/sound/pci/ac97/
  };
  
  static int patch_lm4550(struct snd_ac97 *ac97)
-diff -urNp linux-2.6.31/sound/pci/ens1370.c linux-2.6.31/sound/pci/ens1370.c
---- linux-2.6.31/sound/pci/ens1370.c   2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/sound/pci/ens1370.c   2009-09-06 15:29:12.617151740 -0400
+@@ -3910,7 +3910,7 @@ static int patch_ucb1400_specific(struct
+       return 0;
+ }
+-static struct snd_ac97_build_ops patch_ucb1400_ops = {
++static const struct snd_ac97_build_ops patch_ucb1400_ops = {
+       .build_specific = patch_ucb1400_specific,
+ };
+diff -urNp linux-2.6.32.1/sound/pci/ens1370.c linux-2.6.32.1/sound/pci/ens1370.c
+--- linux-2.6.32.1/sound/pci/ens1370.c 2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/sound/pci/ens1370.c 2009-12-14 18:34:00.020737821 -0500
 @@ -452,7 +452,7 @@ static struct pci_device_id snd_audiopci
        { PCI_VDEVICE(ENSONIQ, 0x5880), 0, },   /* ES1373 - CT5880 */
        { PCI_VDEVICE(ECTIVA, 0x8938), 0, },    /* Ectiva EV1938 */
@@ -46531,9 +52197,9 @@ diff -urNp linux-2.6.31/sound/pci/ens1370.c linux-2.6.31/sound/pci/ens1370.c
  };
  
  MODULE_DEVICE_TABLE(pci, snd_audiopci_ids);
-diff -urNp linux-2.6.31/sound/pci/intel8x0.c linux-2.6.31/sound/pci/intel8x0.c
---- linux-2.6.31/sound/pci/intel8x0.c  2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/sound/pci/intel8x0.c  2009-09-06 15:29:12.622167719 -0400
+diff -urNp linux-2.6.32.1/sound/pci/intel8x0.c linux-2.6.32.1/sound/pci/intel8x0.c
+--- linux-2.6.32.1/sound/pci/intel8x0.c        2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/sound/pci/intel8x0.c        2009-12-14 18:34:00.038929833 -0500
 @@ -444,7 +444,7 @@ static struct pci_device_id snd_intel8x0
        { PCI_VDEVICE(AMD, 0x746d), DEVICE_INTEL },     /* AMD8111 */
        { PCI_VDEVICE(AMD, 0x7445), DEVICE_INTEL },     /* AMD768 */
@@ -46543,7 +52209,7 @@ diff -urNp linux-2.6.31/sound/pci/intel8x0.c linux-2.6.31/sound/pci/intel8x0.c
  };
  
  MODULE_DEVICE_TABLE(pci, snd_intel8x0_ids);
-@@ -2105,7 +2105,7 @@ static struct ac97_quirk ac97_quirks[] _
+@@ -2123,7 +2123,7 @@ static struct ac97_quirk ac97_quirks[] _
                .type = AC97_TUNE_HP_ONLY
        },
  #endif
@@ -46552,9 +52218,9 @@ diff -urNp linux-2.6.31/sound/pci/intel8x0.c linux-2.6.31/sound/pci/intel8x0.c
  };
  
  static int __devinit snd_intel8x0_mixer(struct intel8x0 *chip, int ac97_clock,
-diff -urNp linux-2.6.31/sound/pci/intel8x0m.c linux-2.6.31/sound/pci/intel8x0m.c
---- linux-2.6.31/sound/pci/intel8x0m.c 2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/sound/pci/intel8x0m.c 2009-09-06 15:29:12.637303440 -0400
+diff -urNp linux-2.6.32.1/sound/pci/intel8x0m.c linux-2.6.32.1/sound/pci/intel8x0m.c
+--- linux-2.6.32.1/sound/pci/intel8x0m.c       2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/sound/pci/intel8x0m.c       2009-12-14 18:34:00.051044558 -0500
 @@ -239,7 +239,7 @@ static struct pci_device_id snd_intel8x0
        { PCI_VDEVICE(AMD, 0x746d), DEVICE_INTEL },     /* AMD8111 */
        { PCI_VDEVICE(AL, 0x5455), DEVICE_ALI },   /* Ali5455 */
@@ -46573,45 +52239,9 @@ diff -urNp linux-2.6.31/sound/pci/intel8x0m.c linux-2.6.31/sound/pci/intel8x0m.c
  };
  
  static int __devinit snd_intel8x0m_probe(struct pci_dev *pci,
-diff -urNp linux-2.6.31/sound/usb/usx2y/us122l.c linux-2.6.31/sound/usb/usx2y/us122l.c
---- linux-2.6.31/sound/usb/usx2y/us122l.c      2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/sound/usb/usx2y/us122l.c      2009-09-06 15:29:12.652955379 -0400
-@@ -154,7 +154,7 @@ static void usb_stream_hwdep_vm_close(st
-       snd_printdd(KERN_DEBUG "%i\n", atomic_read(&us122l->mmap_count));
- }
--static struct vm_operations_struct usb_stream_hwdep_vm_ops = {
-+static const struct vm_operations_struct usb_stream_hwdep_vm_ops = {
-       .open = usb_stream_hwdep_vm_open,
-       .fault = usb_stream_hwdep_vm_fault,
-       .close = usb_stream_hwdep_vm_close,
-diff -urNp linux-2.6.31/sound/usb/usx2y/usX2Yhwdep.c linux-2.6.31/sound/usb/usx2y/usX2Yhwdep.c
---- linux-2.6.31/sound/usb/usx2y/usX2Yhwdep.c  2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/sound/usb/usx2y/usX2Yhwdep.c  2009-09-06 15:29:12.662976917 -0400
-@@ -53,7 +53,7 @@ static int snd_us428ctls_vm_fault(struct
-       return 0;
- }
--static struct vm_operations_struct us428ctls_vm_ops = {
-+static const struct vm_operations_struct us428ctls_vm_ops = {
-       .fault = snd_us428ctls_vm_fault,
- };
-diff -urNp linux-2.6.31/sound/usb/usx2y/usx2yhwdeppcm.c linux-2.6.31/sound/usb/usx2y/usx2yhwdeppcm.c
---- linux-2.6.31/sound/usb/usx2y/usx2yhwdeppcm.c       2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/sound/usb/usx2y/usx2yhwdeppcm.c       2009-09-06 15:29:12.662976917 -0400
-@@ -697,7 +697,7 @@ static int snd_usX2Y_hwdep_pcm_vm_fault(
- }
--static struct vm_operations_struct snd_usX2Y_hwdep_pcm_vm_ops = {
-+static const struct vm_operations_struct snd_usX2Y_hwdep_pcm_vm_ops = {
-       .open = snd_usX2Y_hwdep_pcm_vm_open,
-       .close = snd_usX2Y_hwdep_pcm_vm_close,
-       .fault = snd_usX2Y_hwdep_pcm_vm_fault,
-diff -urNp linux-2.6.31/usr/gen_init_cpio.c linux-2.6.31/usr/gen_init_cpio.c
---- linux-2.6.31/usr/gen_init_cpio.c   2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/usr/gen_init_cpio.c   2009-09-06 15:29:12.664163728 -0400
+diff -urNp linux-2.6.32.1/usr/gen_init_cpio.c linux-2.6.32.1/usr/gen_init_cpio.c
+--- linux-2.6.32.1/usr/gen_init_cpio.c 2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/usr/gen_init_cpio.c 2009-12-14 18:34:00.051906262 -0500
 @@ -299,7 +299,7 @@ static int cpio_mkfile(const char *name,
        int retval;
        int rc = -1;
@@ -46634,10 +52264,34 @@ diff -urNp linux-2.6.31/usr/gen_init_cpio.c linux-2.6.31/usr/gen_init_cpio.c
                 } else
                         break;
         }
-diff -urNp linux-2.6.31/virt/kvm/kvm_main.c linux-2.6.31/virt/kvm/kvm_main.c
---- linux-2.6.31/virt/kvm/kvm_main.c   2009-08-27 20:59:04.000000000 -0400
-+++ linux-2.6.31/virt/kvm/kvm_main.c   2009-09-06 15:29:12.664163728 -0400
-@@ -2353,6 +2353,9 @@ static struct miscdevice kvm_dev = {
+diff -urNp linux-2.6.32.1/virt/kvm/kvm_main.c linux-2.6.32.1/virt/kvm/kvm_main.c
+--- linux-2.6.32.1/virt/kvm/kvm_main.c 2009-12-02 22:51:21.000000000 -0500
++++ linux-2.6.32.1/virt/kvm/kvm_main.c 2009-12-14 18:34:00.063810240 -0500
+@@ -1745,6 +1745,7 @@ static int kvm_vcpu_release(struct inode
+       return 0;
+ }
++/* cannot be const */
+ static struct file_operations kvm_vcpu_fops = {
+       .release        = kvm_vcpu_release,
+       .unlocked_ioctl = kvm_vcpu_ioctl,
+@@ -2341,6 +2342,7 @@ static int kvm_vm_mmap(struct file *file
+       return 0;
+ }
++/* cannot be const */
+ static struct file_operations kvm_vm_fops = {
+       .release        = kvm_vm_release,
+       .unlocked_ioctl = kvm_vm_ioctl,
+@@ -2428,6 +2430,7 @@ out:
+       return r;
+ }
++/* cannot be const */
+ static struct file_operations kvm_chardev_ops = {
+       .unlocked_ioctl = kvm_dev_ioctl,
+       .compat_ioctl   = kvm_dev_ioctl,
+@@ -2437,6 +2440,9 @@ static struct miscdevice kvm_dev = {
        KVM_MINOR,
        "kvm",
        &kvm_chardev_ops,
@@ -46647,16 +52301,7 @@ diff -urNp linux-2.6.31/virt/kvm/kvm_main.c linux-2.6.31/virt/kvm/kvm_main.c
  };
  
  static void hardware_enable(void *junk)
-@@ -2512,7 +2515,7 @@ static int vcpu_stat_get(void *_offset, 
- DEFINE_SIMPLE_ATTRIBUTE(vcpu_stat_fops, vcpu_stat_get, NULL, "%llu\n");
--static struct file_operations *stat_fops[] = {
-+static const struct file_operations *stat_fops[] = {
-       [KVM_STAT_VCPU] = &vcpu_stat_fops,
-       [KVM_STAT_VM]   = &vm_stat_fops,
- };
-@@ -2584,7 +2587,7 @@ static void kvm_sched_out(struct preempt
+@@ -2711,7 +2717,7 @@ static void kvm_sched_out(struct preempt
        kvm_arch_vcpu_put(vcpu);
  }
  
This page took 1.95611 seconds and 4 git commands to generate.