]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blobdiff - kernel/patches/grsecurity-2.2.2-3.0.4-201109261052.patch
kernel: Update to 3.0.4.
[people/ms/ipfire-3.x.git] / kernel / patches / grsecurity-2.2.2-3.0.4-201109261052.patch
similarity index 62%
rename from kernel/patches/grsecurity-2.2.2-2.6.39-201105231910.patch
rename to kernel/patches/grsecurity-2.2.2-3.0.4-201109261052.patch
index 14de0abb5fb478481eac2e130a72c1c83c33fb0b..cce98cf9edca949a2b539b93b10312b41fc41f6d 100644 (file)
@@ -1,21 +1,6 @@
-diff -urNp linux-2.6.39/arch/alpha/include/asm/dma-mapping.h linux-2.6.39/arch/alpha/include/asm/dma-mapping.h
---- linux-2.6.39/arch/alpha/include/asm/dma-mapping.h  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/alpha/include/asm/dma-mapping.h  2011-05-22 19:36:30.000000000 -0400
-@@ -3,9 +3,9 @@
- #include <linux/dma-attrs.h>
--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)
- {
-       return dma_ops;
- }
-diff -urNp linux-2.6.39/arch/alpha/include/asm/elf.h linux-2.6.39/arch/alpha/include/asm/elf.h
---- linux-2.6.39/arch/alpha/include/asm/elf.h  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/alpha/include/asm/elf.h  2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/alpha/include/asm/elf.h linux-3.0.4/arch/alpha/include/asm/elf.h
+--- linux-3.0.4/arch/alpha/include/asm/elf.h   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/alpha/include/asm/elf.h   2011-08-23 21:47:55.000000000 -0400
 @@ -90,6 +90,13 @@ typedef elf_fpreg_t elf_fpregset_t[ELF_N
  
  #define ELF_ET_DYN_BASE               (TASK_UNMAPPED_BASE + 0x1000000)
@@ -30,9 +15,9 @@ diff -urNp linux-2.6.39/arch/alpha/include/asm/elf.h linux-2.6.39/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.39/arch/alpha/include/asm/pgtable.h linux-2.6.39/arch/alpha/include/asm/pgtable.h
---- linux-2.6.39/arch/alpha/include/asm/pgtable.h      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/alpha/include/asm/pgtable.h      2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/alpha/include/asm/pgtable.h linux-3.0.4/arch/alpha/include/asm/pgtable.h
+--- linux-3.0.4/arch/alpha/include/asm/pgtable.h       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/alpha/include/asm/pgtable.h       2011-08-23 21:47:55.000000000 -0400
 @@ -101,6 +101,17 @@ struct vm_area_struct;
  #define PAGE_SHARED   __pgprot(_PAGE_VALID | __ACCESS_BITS)
  #define PAGE_COPY     __pgprot(_PAGE_VALID | __ACCESS_BITS | _PAGE_FOW)
@@ -51,141 +36,9 @@ diff -urNp linux-2.6.39/arch/alpha/include/asm/pgtable.h linux-2.6.39/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.39/arch/alpha/kernel/core_apecs.c linux-2.6.39/arch/alpha/kernel/core_apecs.c
---- linux-2.6.39/arch/alpha/kernel/core_apecs.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/alpha/kernel/core_apecs.c        2011-05-22 19:36:30.000000000 -0400
-@@ -305,7 +305,7 @@ apecs_write_config(struct pci_bus *bus, 
-       return PCIBIOS_SUCCESSFUL;
- }
--struct pci_ops apecs_pci_ops = 
-+const struct pci_ops apecs_pci_ops = 
- {
-       .read =         apecs_read_config,
-       .write =        apecs_write_config,
-diff -urNp linux-2.6.39/arch/alpha/kernel/core_cia.c linux-2.6.39/arch/alpha/kernel/core_cia.c
---- linux-2.6.39/arch/alpha/kernel/core_cia.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/alpha/kernel/core_cia.c  2011-05-22 19:36:30.000000000 -0400
-@@ -239,7 +239,7 @@ cia_write_config(struct pci_bus *bus, un
-       return PCIBIOS_SUCCESSFUL;
- }
--struct pci_ops cia_pci_ops = 
-+const struct pci_ops cia_pci_ops = 
- {
-       .read =         cia_read_config,
-       .write =        cia_write_config,
-diff -urNp linux-2.6.39/arch/alpha/kernel/core_irongate.c linux-2.6.39/arch/alpha/kernel/core_irongate.c
---- linux-2.6.39/arch/alpha/kernel/core_irongate.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/alpha/kernel/core_irongate.c     2011-05-22 19:36:30.000000000 -0400
-@@ -155,7 +155,7 @@ irongate_write_config(struct pci_bus *bu
-       return PCIBIOS_SUCCESSFUL;
- }
--struct pci_ops irongate_pci_ops =
-+const struct pci_ops irongate_pci_ops =
- {
-       .read =         irongate_read_config,
-       .write =        irongate_write_config,
-diff -urNp linux-2.6.39/arch/alpha/kernel/core_lca.c linux-2.6.39/arch/alpha/kernel/core_lca.c
---- linux-2.6.39/arch/alpha/kernel/core_lca.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/alpha/kernel/core_lca.c  2011-05-22 19:36:30.000000000 -0400
-@@ -231,7 +231,7 @@ lca_write_config(struct pci_bus *bus, un
-       return PCIBIOS_SUCCESSFUL;
- }
--struct pci_ops lca_pci_ops = 
-+const struct pci_ops lca_pci_ops = 
- {
-       .read =         lca_read_config,
-       .write =        lca_write_config,
-diff -urNp linux-2.6.39/arch/alpha/kernel/core_marvel.c linux-2.6.39/arch/alpha/kernel/core_marvel.c
---- linux-2.6.39/arch/alpha/kernel/core_marvel.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/alpha/kernel/core_marvel.c       2011-05-22 19:36:30.000000000 -0400
-@@ -588,7 +588,7 @@ marvel_write_config(struct pci_bus *bus,
-       return PCIBIOS_SUCCESSFUL;
- }
--struct pci_ops marvel_pci_ops =
-+const struct pci_ops marvel_pci_ops =
- {
-       .read =         marvel_read_config,
-       .write =        marvel_write_config,
-diff -urNp linux-2.6.39/arch/alpha/kernel/core_mcpcia.c linux-2.6.39/arch/alpha/kernel/core_mcpcia.c
---- linux-2.6.39/arch/alpha/kernel/core_mcpcia.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/alpha/kernel/core_mcpcia.c       2011-05-22 19:36:30.000000000 -0400
-@@ -235,7 +235,7 @@ mcpcia_write_config(struct pci_bus *bus,
-       return PCIBIOS_SUCCESSFUL;
- }
--struct pci_ops mcpcia_pci_ops = 
-+const struct pci_ops mcpcia_pci_ops = 
- {
-       .read =         mcpcia_read_config,
-       .write =        mcpcia_write_config,
-diff -urNp linux-2.6.39/arch/alpha/kernel/core_polaris.c linux-2.6.39/arch/alpha/kernel/core_polaris.c
---- linux-2.6.39/arch/alpha/kernel/core_polaris.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/alpha/kernel/core_polaris.c      2011-05-22 19:36:30.000000000 -0400
-@@ -136,7 +136,7 @@ polaris_write_config(struct pci_bus *bus
-       return PCIBIOS_SUCCESSFUL;
- }
--struct pci_ops polaris_pci_ops = 
-+const struct pci_ops polaris_pci_ops = 
- {
-       .read =         polaris_read_config,
-       .write =        polaris_write_config,
-diff -urNp linux-2.6.39/arch/alpha/kernel/core_t2.c linux-2.6.39/arch/alpha/kernel/core_t2.c
---- linux-2.6.39/arch/alpha/kernel/core_t2.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/alpha/kernel/core_t2.c   2011-05-22 19:36:30.000000000 -0400
-@@ -314,7 +314,7 @@ t2_write_config(struct pci_bus *bus, uns
-       return PCIBIOS_SUCCESSFUL;
- }
--struct pci_ops t2_pci_ops = 
-+const struct pci_ops t2_pci_ops = 
- {
-       .read =         t2_read_config,
-       .write =        t2_write_config,
-diff -urNp linux-2.6.39/arch/alpha/kernel/core_titan.c linux-2.6.39/arch/alpha/kernel/core_titan.c
---- linux-2.6.39/arch/alpha/kernel/core_titan.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/alpha/kernel/core_titan.c        2011-05-22 19:36:30.000000000 -0400
-@@ -191,7 +191,7 @@ titan_write_config(struct pci_bus *bus, 
-       return PCIBIOS_SUCCESSFUL;
- }
--struct pci_ops titan_pci_ops = 
-+const struct pci_ops titan_pci_ops = 
- {
-       .read =         titan_read_config,
-       .write =        titan_write_config,
-diff -urNp linux-2.6.39/arch/alpha/kernel/core_tsunami.c linux-2.6.39/arch/alpha/kernel/core_tsunami.c
---- linux-2.6.39/arch/alpha/kernel/core_tsunami.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/alpha/kernel/core_tsunami.c      2011-05-22 19:36:30.000000000 -0400
-@@ -166,7 +166,7 @@ tsunami_write_config(struct pci_bus *bus
-       return PCIBIOS_SUCCESSFUL;
- }
--struct pci_ops tsunami_pci_ops = 
-+const struct pci_ops tsunami_pci_ops = 
- {
-       .read =         tsunami_read_config,
-       .write =        tsunami_write_config,
-diff -urNp linux-2.6.39/arch/alpha/kernel/core_wildfire.c linux-2.6.39/arch/alpha/kernel/core_wildfire.c
---- linux-2.6.39/arch/alpha/kernel/core_wildfire.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/alpha/kernel/core_wildfire.c     2011-05-22 19:36:30.000000000 -0400
-@@ -431,7 +431,7 @@ wildfire_write_config(struct pci_bus *bu
-       return PCIBIOS_SUCCESSFUL;
- }
--struct pci_ops wildfire_pci_ops = 
-+const struct pci_ops wildfire_pci_ops = 
- {
-       .read =         wildfire_read_config,
-       .write =        wildfire_write_config,
-diff -urNp linux-2.6.39/arch/alpha/kernel/module.c linux-2.6.39/arch/alpha/kernel/module.c
---- linux-2.6.39/arch/alpha/kernel/module.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/alpha/kernel/module.c    2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/alpha/kernel/module.c linux-3.0.4/arch/alpha/kernel/module.c
+--- linux-3.0.4/arch/alpha/kernel/module.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/alpha/kernel/module.c     2011-08-23 21:47:55.000000000 -0400
 @@ -182,7 +182,7 @@ apply_relocate_add(Elf64_Shdr *sechdrs, 
  
        /* The small sections were sorted to the end of the segment.
@@ -195,10 +48,10 @@ diff -urNp linux-2.6.39/arch/alpha/kernel/module.c linux-2.6.39/arch/alpha/kerne
        got = sechdrs[me->arch.gotsecindex].sh_addr;
  
        for (i = 0; i < n; i++) {
-diff -urNp linux-2.6.39/arch/alpha/kernel/osf_sys.c linux-2.6.39/arch/alpha/kernel/osf_sys.c
---- linux-2.6.39/arch/alpha/kernel/osf_sys.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/alpha/kernel/osf_sys.c   2011-05-22 19:36:30.000000000 -0400
-@@ -1142,7 +1142,7 @@ arch_get_unmapped_area_1(unsigned long a
+diff -urNp linux-3.0.4/arch/alpha/kernel/osf_sys.c linux-3.0.4/arch/alpha/kernel/osf_sys.c
+--- linux-3.0.4/arch/alpha/kernel/osf_sys.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/alpha/kernel/osf_sys.c    2011-08-23 21:47:55.000000000 -0400
+@@ -1145,7 +1145,7 @@ arch_get_unmapped_area_1(unsigned long a
                /* At this point:  (!vma || addr < vma->vm_end). */
                if (limit - len < addr)
                        return -ENOMEM;
@@ -207,7 +60,7 @@ diff -urNp linux-2.6.39/arch/alpha/kernel/osf_sys.c linux-2.6.39/arch/alpha/kern
                        return addr;
                addr = vma->vm_end;
                vma = vma->vm_next;
-@@ -1178,6 +1178,10 @@ arch_get_unmapped_area(struct file *filp
+@@ -1181,6 +1181,10 @@ arch_get_unmapped_area(struct file *filp
           merely specific addresses, but regions of memory -- perhaps
           this feature should be incorporated into all ports?  */
  
@@ -218,7 +71,7 @@ diff -urNp linux-2.6.39/arch/alpha/kernel/osf_sys.c linux-2.6.39/arch/alpha/kern
        if (addr) {
                addr = arch_get_unmapped_area_1 (PAGE_ALIGN(addr), len, limit);
                if (addr != (unsigned long) -ENOMEM)
-@@ -1185,8 +1189,8 @@ arch_get_unmapped_area(struct file *filp
+@@ -1188,8 +1192,8 @@ arch_get_unmapped_area(struct file *filp
        }
  
        /* Next, try allocating at TASK_UNMAPPED_BASE.  */
@@ -229,143 +82,9 @@ diff -urNp linux-2.6.39/arch/alpha/kernel/osf_sys.c linux-2.6.39/arch/alpha/kern
        if (addr != (unsigned long) -ENOMEM)
                return addr;
  
-diff -urNp linux-2.6.39/arch/alpha/kernel/pci_iommu.c linux-2.6.39/arch/alpha/kernel/pci_iommu.c
---- linux-2.6.39/arch/alpha/kernel/pci_iommu.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/alpha/kernel/pci_iommu.c 2011-05-22 19:36:30.000000000 -0400
-@@ -950,7 +950,7 @@ static int alpha_pci_set_mask(struct dev
-       return 0;
- }
--struct dma_map_ops alpha_pci_ops = {
-+const struct dma_map_ops alpha_pci_ops = {
-       .alloc_coherent         = alpha_pci_alloc_coherent,
-       .free_coherent          = alpha_pci_free_coherent,
-       .map_page               = alpha_pci_map_page,
-@@ -962,5 +962,5 @@ struct dma_map_ops alpha_pci_ops = {
-       .set_dma_mask           = alpha_pci_set_mask,
- };
--struct dma_map_ops *dma_ops = &alpha_pci_ops;
-+const struct dma_map_ops *dma_ops = &alpha_pci_ops;
- EXPORT_SYMBOL(dma_ops);
-diff -urNp linux-2.6.39/arch/alpha/kernel/pci-noop.c linux-2.6.39/arch/alpha/kernel/pci-noop.c
---- linux-2.6.39/arch/alpha/kernel/pci-noop.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/alpha/kernel/pci-noop.c  2011-05-22 19:36:30.000000000 -0400
-@@ -173,7 +173,7 @@ static int alpha_noop_set_mask(struct de
-       return 0;
- }
--struct dma_map_ops alpha_noop_ops = {
-+const struct dma_map_ops alpha_noop_ops = {
-       .alloc_coherent         = alpha_noop_alloc_coherent,
-       .free_coherent          = alpha_noop_free_coherent,
-       .map_page               = alpha_noop_map_page,
-@@ -183,7 +183,7 @@ struct dma_map_ops alpha_noop_ops = {
-       .set_dma_mask           = alpha_noop_set_mask,
- };
--struct dma_map_ops *dma_ops = &alpha_noop_ops;
-+const struct dma_map_ops *dma_ops = &alpha_noop_ops;
- EXPORT_SYMBOL(dma_ops);
- void __iomem *pci_iomap(struct pci_dev *dev, int bar, unsigned long maxlen)
-diff -urNp linux-2.6.39/arch/alpha/kernel/proto.h linux-2.6.39/arch/alpha/kernel/proto.h
---- linux-2.6.39/arch/alpha/kernel/proto.h     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/alpha/kernel/proto.h     2011-05-22 19:36:30.000000000 -0400
-@@ -17,14 +17,14 @@ struct pci_dev;
- struct pci_controller;
- /* core_apecs.c */
--extern struct pci_ops apecs_pci_ops;
-+extern const struct pci_ops apecs_pci_ops;
- extern void apecs_init_arch(void);
- extern void apecs_pci_clr_err(void);
- extern void apecs_machine_check(unsigned long vector, unsigned long la_ptr);
- extern void apecs_pci_tbi(struct pci_controller *, dma_addr_t, dma_addr_t);
- /* core_cia.c */
--extern struct pci_ops cia_pci_ops;
-+extern const struct pci_ops cia_pci_ops;
- extern void cia_init_pci(void);
- extern void cia_init_arch(void);
- extern void pyxis_init_arch(void);
-@@ -33,19 +33,19 @@ extern void cia_machine_check(unsigned l
- extern void cia_pci_tbi(struct pci_controller *, dma_addr_t, dma_addr_t);
- /* core_irongate.c */
--extern struct pci_ops irongate_pci_ops;
-+extern const struct pci_ops irongate_pci_ops;
- extern int irongate_pci_clr_err(void);
- extern void irongate_init_arch(void);
- #define irongate_pci_tbi ((void *)0)
- /* core_lca.c */
--extern struct pci_ops lca_pci_ops;
-+extern const struct pci_ops lca_pci_ops;
- extern void lca_init_arch(void);
- extern void lca_machine_check(unsigned long vector, unsigned long la_ptr);
- extern void lca_pci_tbi(struct pci_controller *, dma_addr_t, dma_addr_t);
- /* core_marvel.c */
--extern struct pci_ops marvel_pci_ops;
-+extern const struct pci_ops marvel_pci_ops;
- extern void marvel_init_arch(void);
- extern void marvel_kill_arch(int);
- extern void marvel_machine_check(unsigned long, unsigned long);
-@@ -60,14 +60,14 @@ struct io7 *marvel_next_io7(struct io7 *
- void io7_clear_errors(struct io7 *io7);
- /* core_mcpcia.c */
--extern struct pci_ops mcpcia_pci_ops;
-+extern const struct pci_ops mcpcia_pci_ops;
- extern void mcpcia_init_arch(void);
- extern void mcpcia_init_hoses(void);
- extern void mcpcia_machine_check(unsigned long vector, unsigned long la_ptr);
- extern void mcpcia_pci_tbi(struct pci_controller *, dma_addr_t, dma_addr_t);
- /* core_polaris.c */
--extern struct pci_ops polaris_pci_ops;
-+extern const struct pci_ops polaris_pci_ops;
- extern int polaris_read_config_dword(struct pci_dev *, int, u32 *);
- extern int polaris_write_config_dword(struct pci_dev *, int, u32);
- extern void polaris_init_arch(void);
-@@ -75,14 +75,14 @@ extern void polaris_machine_check(unsign
- #define polaris_pci_tbi ((void *)0)
- /* core_t2.c */
--extern struct pci_ops t2_pci_ops;
-+extern const struct pci_ops t2_pci_ops;
- extern void t2_init_arch(void);
- extern void t2_kill_arch(int);
- extern void t2_machine_check(unsigned long vector, unsigned long la_ptr);
- extern void t2_pci_tbi(struct pci_controller *, dma_addr_t, dma_addr_t);
- /* core_titan.c */
--extern struct pci_ops titan_pci_ops;
-+extern const struct pci_ops titan_pci_ops;
- extern void titan_init_arch(void);
- extern void titan_kill_arch(int);
- extern void titan_machine_check(unsigned long, unsigned long);
-@@ -90,14 +90,14 @@ extern void titan_pci_tbi(struct pci_con
- extern struct _alpha_agp_info *titan_agp_info(void);
- /* core_tsunami.c */
--extern struct pci_ops tsunami_pci_ops;
-+extern const struct pci_ops tsunami_pci_ops;
- extern void tsunami_init_arch(void);
- extern void tsunami_kill_arch(int);
- extern void tsunami_machine_check(unsigned long vector, unsigned long la_ptr);
- extern void tsunami_pci_tbi(struct pci_controller *, dma_addr_t, dma_addr_t);
- /* core_wildfire.c */
--extern struct pci_ops wildfire_pci_ops;
-+extern const struct pci_ops wildfire_pci_ops;
- extern void wildfire_init_arch(void);
- extern void wildfire_kill_arch(int);
- extern void wildfire_machine_check(unsigned long vector, unsigned long la_ptr);
-diff -urNp linux-2.6.39/arch/alpha/mm/fault.c linux-2.6.39/arch/alpha/mm/fault.c
---- linux-2.6.39/arch/alpha/mm/fault.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/alpha/mm/fault.c 2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/alpha/mm/fault.c linux-3.0.4/arch/alpha/mm/fault.c
+--- linux-3.0.4/arch/alpha/mm/fault.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/alpha/mm/fault.c  2011-08-23 21:47:55.000000000 -0400
 @@ -54,6 +54,124 @@ __load_new_mm_context(struct mm_struct *
        __reload_thread(pcb);
  }
@@ -522,46 +241,10 @@ diff -urNp linux-2.6.39/arch/alpha/mm/fault.c linux-2.6.39/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.39/arch/arm/common/it8152.c linux-2.6.39/arch/arm/common/it8152.c
---- linux-2.6.39/arch/arm/common/it8152.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/arm/common/it8152.c      2011-05-22 19:36:30.000000000 -0400
-@@ -221,7 +221,7 @@ static int it8152_pci_write_config(struc
-       return PCIBIOS_SUCCESSFUL;
- }
--static struct pci_ops it8152_ops = {
-+static const struct pci_ops it8152_ops = {
-       .read = it8152_pci_read_config,
-       .write = it8152_pci_write_config,
- };
-diff -urNp linux-2.6.39/arch/arm/common/via82c505.c linux-2.6.39/arch/arm/common/via82c505.c
---- linux-2.6.39/arch/arm/common/via82c505.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/arm/common/via82c505.c   2011-05-22 19:36:30.000000000 -0400
-@@ -52,7 +52,7 @@ via82c505_write_config(struct pci_bus *b
-       return PCIBIOS_SUCCESSFUL;
- }
--static struct pci_ops via82c505_ops = {
-+static const struct pci_ops via82c505_ops = {
-       .read   = via82c505_read_config,
-       .write  = via82c505_write_config,
- };
-diff -urNp linux-2.6.39/arch/arm/include/asm/cacheflush.h linux-2.6.39/arch/arm/include/asm/cacheflush.h
---- linux-2.6.39/arch/arm/include/asm/cacheflush.h     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/arm/include/asm/cacheflush.h     2011-05-22 19:36:30.000000000 -0400
-@@ -115,7 +115,7 @@ struct cpu_cache_fns {
-  */
- #ifdef MULTI_CACHE
--extern struct cpu_cache_fns cpu_cache;
-+extern const struct cpu_cache_fns cpu_cache;
- #define __cpuc_flush_icache_all               cpu_cache.flush_icache_all
- #define __cpuc_flush_kern_all         cpu_cache.flush_kern_all
-diff -urNp linux-2.6.39/arch/arm/include/asm/elf.h linux-2.6.39/arch/arm/include/asm/elf.h
---- linux-2.6.39/arch/arm/include/asm/elf.h    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/arm/include/asm/elf.h    2011-05-22 19:36:30.000000000 -0400
-@@ -115,7 +115,14 @@ int dump_task_regs(struct task_struct *t
+diff -urNp linux-3.0.4/arch/arm/include/asm/elf.h linux-3.0.4/arch/arm/include/asm/elf.h
+--- linux-3.0.4/arch/arm/include/asm/elf.h     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/arm/include/asm/elf.h     2011-08-23 21:47:55.000000000 -0400
+@@ -116,7 +116,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.  */
  
@@ -577,7 +260,7 @@ diff -urNp linux-2.6.39/arch/arm/include/asm/elf.h linux-2.6.39/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 
-@@ -125,10 +132,6 @@ int dump_task_regs(struct task_struct *t
+@@ -126,10 +133,6 @@ int dump_task_regs(struct task_struct *t
  extern void elf_set_personality(const struct elf32_hdr *);
  #define SET_PERSONALITY(ex)   elf_set_personality(&(ex))
  
@@ -588,9 +271,9 @@ diff -urNp linux-2.6.39/arch/arm/include/asm/elf.h linux-2.6.39/arch/arm/include
  extern int vectors_user_mapping(void);
  #define arch_setup_additional_pages(bprm, uses_interp) vectors_user_mapping()
  #define ARCH_HAS_SETUP_ADDITIONAL_PAGES
-diff -urNp linux-2.6.39/arch/arm/include/asm/kmap_types.h linux-2.6.39/arch/arm/include/asm/kmap_types.h
---- linux-2.6.39/arch/arm/include/asm/kmap_types.h     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/arm/include/asm/kmap_types.h     2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/arm/include/asm/kmap_types.h linux-3.0.4/arch/arm/include/asm/kmap_types.h
+--- linux-3.0.4/arch/arm/include/asm/kmap_types.h      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/arm/include/asm/kmap_types.h      2011-08-23 21:47:55.000000000 -0400
 @@ -21,6 +21,7 @@ enum km_type {
        KM_L1_CACHE,
        KM_L2_CACHE,
@@ -599,34 +282,45 @@ diff -urNp linux-2.6.39/arch/arm/include/asm/kmap_types.h linux-2.6.39/arch/arm/
        KM_TYPE_NR
  };
  
-diff -urNp linux-2.6.39/arch/arm/include/asm/outercache.h linux-2.6.39/arch/arm/include/asm/outercache.h
---- linux-2.6.39/arch/arm/include/asm/outercache.h     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/arm/include/asm/outercache.h     2011-05-22 19:36:30.000000000 -0400
-@@ -38,7 +38,7 @@ struct outer_cache_fns {
- #ifdef CONFIG_OUTER_CACHE
--extern struct outer_cache_fns outer_cache;
-+extern const struct outer_cache_fns outer_cache;
+diff -urNp linux-3.0.4/arch/arm/include/asm/uaccess.h linux-3.0.4/arch/arm/include/asm/uaccess.h
+--- linux-3.0.4/arch/arm/include/asm/uaccess.h 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/arm/include/asm/uaccess.h 2011-08-23 21:47:55.000000000 -0400
+@@ -22,6 +22,8 @@
+ #define VERIFY_READ 0
+ #define VERIFY_WRITE 1
  
- static inline void outer_inv_range(phys_addr_t start, phys_addr_t end)
- {
-diff -urNp linux-2.6.39/arch/arm/include/asm/page.h linux-2.6.39/arch/arm/include/asm/page.h
---- linux-2.6.39/arch/arm/include/asm/page.h   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/arm/include/asm/page.h   2011-05-22 19:36:30.000000000 -0400
-@@ -126,7 +126,7 @@ struct cpu_user_fns {
- };
++extern void check_object_size(const void *ptr, unsigned long n, bool to);
++
+ /*
+  * The exception table consists of pairs of addresses: the first is the
+  * address of an instruction that is allowed to fault, and the second is
+@@ -387,8 +389,23 @@ do {                                                                      \
  
- #ifdef MULTI_USER
--extern struct cpu_user_fns cpu_user;
-+extern const struct cpu_user_fns cpu_user;
  
- #define __cpu_clear_user_highpage     cpu_user.cpu_clear_user_highpage
- #define __cpu_copy_user_highpage      cpu_user.cpu_copy_user_highpage
-diff -urNp linux-2.6.39/arch/arm/include/asm/uaccess.h linux-2.6.39/arch/arm/include/asm/uaccess.h
---- linux-2.6.39/arch/arm/include/asm/uaccess.h        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/arm/include/asm/uaccess.h        2011-05-22 19:36:30.000000000 -0400
-@@ -403,6 +403,9 @@ extern unsigned long __must_check __strn
+ #ifdef CONFIG_MMU
+-extern unsigned long __must_check __copy_from_user(void *to, const void __user *from, unsigned long n);
+-extern unsigned long __must_check __copy_to_user(void __user *to, const void *from, unsigned long n);
++extern unsigned long __must_check ___copy_from_user(void *to, const void __user *from, unsigned long n);
++extern unsigned long __must_check ___copy_to_user(void __user *to, const void *from, unsigned long n);
++
++static inline unsigned long __must_check __copy_from_user(void *to, const void __user *from, unsigned long n)
++{
++      if (!__builtin_constant_p(n))
++              check_object_size(to, n, false);
++      return ___copy_from_user(to, from, n);
++}
++
++static inline unsigned long __must_check __copy_to_user(void __user *to, const void *from, unsigned long n)
++{
++      if (!__builtin_constant_p(n))
++              check_object_size(from, n, true);
++      return ___copy_to_user(to, from, n);
++}
++
+ extern unsigned long __must_check __copy_to_user_std(void __user *to, const void *from, unsigned long n);
+ extern unsigned long __must_check __clear_user(void __user *addr, unsigned long n);
+ extern unsigned long __must_check __clear_user_std(void __user *addr, unsigned long n);
+@@ -403,6 +420,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)
  {
@@ -636,7 +330,7 @@ diff -urNp linux-2.6.39/arch/arm/include/asm/uaccess.h linux-2.6.39/arch/arm/inc
        if (access_ok(VERIFY_READ, from, n))
                n = __copy_from_user(to, from, n);
        else /* security hole - plug it */
-@@ -412,6 +415,9 @@ static inline unsigned long __must_check
+@@ -412,6 +432,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)
  {
@@ -646,21 +340,23 @@ diff -urNp linux-2.6.39/arch/arm/include/asm/uaccess.h linux-2.6.39/arch/arm/inc
        if (access_ok(VERIFY_WRITE, to, n))
                n = __copy_to_user(to, from, n);
        return n;
-diff -urNp linux-2.6.39/arch/arm/kernel/kgdb.c linux-2.6.39/arch/arm/kernel/kgdb.c
---- linux-2.6.39/arch/arm/kernel/kgdb.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/arm/kernel/kgdb.c        2011-05-22 19:36:30.000000000 -0400
-@@ -246,7 +246,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.39/arch/arm/kernel/process.c linux-2.6.39/arch/arm/kernel/process.c
---- linux-2.6.39/arch/arm/kernel/process.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/arm/kernel/process.c     2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/arm/kernel/armksyms.c linux-3.0.4/arch/arm/kernel/armksyms.c
+--- linux-3.0.4/arch/arm/kernel/armksyms.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/arm/kernel/armksyms.c     2011-08-23 21:47:55.000000000 -0400
+@@ -98,8 +98,8 @@ EXPORT_SYMBOL(__strncpy_from_user);
+ #ifdef CONFIG_MMU
+ EXPORT_SYMBOL(copy_page);
+-EXPORT_SYMBOL(__copy_from_user);
+-EXPORT_SYMBOL(__copy_to_user);
++EXPORT_SYMBOL(___copy_from_user);
++EXPORT_SYMBOL(___copy_to_user);
+ EXPORT_SYMBOL(__clear_user);
+ EXPORT_SYMBOL(__get_user_1);
+diff -urNp linux-3.0.4/arch/arm/kernel/process.c linux-3.0.4/arch/arm/kernel/process.c
+--- linux-3.0.4/arch/arm/kernel/process.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/arm/kernel/process.c      2011-08-23 21:47:55.000000000 -0400
 @@ -28,7 +28,6 @@
  #include <linux/tick.h>
  #include <linux/utsname.h>
@@ -682,251 +378,151 @@ diff -urNp linux-2.6.39/arch/arm/kernel/process.c linux-2.6.39/arch/arm/kernel/p
  #ifdef CONFIG_MMU
  /*
   * The vectors page is always readable from user space for the
-diff -urNp linux-2.6.39/arch/arm/mach-cns3xxx/pcie.c linux-2.6.39/arch/arm/mach-cns3xxx/pcie.c
---- linux-2.6.39/arch/arm/mach-cns3xxx/pcie.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/arm/mach-cns3xxx/pcie.c  2011-05-22 19:36:30.000000000 -0400
-@@ -162,7 +162,7 @@ static int cns3xxx_pci_setup(int nr, str
-       return 1;
- }
--static struct pci_ops cns3xxx_pcie_ops = {
-+static const struct pci_ops cns3xxx_pcie_ops = {
-       .read = cns3xxx_pci_read_config,
-       .write = cns3xxx_pci_write_config,
- };
-diff -urNp linux-2.6.39/arch/arm/mach-dove/pcie.c linux-2.6.39/arch/arm/mach-dove/pcie.c
---- linux-2.6.39/arch/arm/mach-dove/pcie.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/arm/mach-dove/pcie.c     2011-05-22 19:36:30.000000000 -0400
-@@ -155,7 +155,7 @@ static int pcie_wr_conf(struct pci_bus *
-       return ret;
- }
--static struct pci_ops pcie_ops = {
-+static const struct pci_ops pcie_ops = {
-       .read = pcie_rd_conf,
-       .write = pcie_wr_conf,
- };
-diff -urNp linux-2.6.39/arch/arm/mach-footbridge/dc21285.c linux-2.6.39/arch/arm/mach-footbridge/dc21285.c
---- linux-2.6.39/arch/arm/mach-footbridge/dc21285.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/arm/mach-footbridge/dc21285.c    2011-05-22 19:36:30.000000000 -0400
-@@ -129,7 +129,7 @@ dc21285_write_config(struct pci_bus *bus
-       return PCIBIOS_SUCCESSFUL;
- }
--static struct pci_ops dc21285_ops = {
-+static const struct pci_ops dc21285_ops = {
-       .read   = dc21285_read_config,
-       .write  = dc21285_write_config,
- };
-diff -urNp linux-2.6.39/arch/arm/mach-integrator/pci_v3.c linux-2.6.39/arch/arm/mach-integrator/pci_v3.c
---- linux-2.6.39/arch/arm/mach-integrator/pci_v3.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/arm/mach-integrator/pci_v3.c     2011-05-22 19:36:30.000000000 -0400
-@@ -340,7 +340,7 @@ static int v3_write_config(struct pci_bu
-       return PCIBIOS_SUCCESSFUL;
- }
--static struct pci_ops pci_v3_ops = {
-+static const struct pci_ops pci_v3_ops = {
-       .read   = v3_read_config,
-       .write  = v3_write_config,
- };
-diff -urNp linux-2.6.39/arch/arm/mach-iop13xx/pci.c linux-2.6.39/arch/arm/mach-iop13xx/pci.c
---- linux-2.6.39/arch/arm/mach-iop13xx/pci.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/arm/mach-iop13xx/pci.c   2011-05-22 19:36:30.000000000 -0400
-@@ -324,7 +324,7 @@ iop13xx_atux_write_config(struct pci_bus
-       return PCIBIOS_SUCCESSFUL;
- }
--static struct pci_ops iop13xx_atux_ops = {
-+static const struct pci_ops iop13xx_atux_ops = {
-       .read   = iop13xx_atux_read_config,
-       .write  = iop13xx_atux_write_config,
- };
-@@ -471,7 +471,7 @@ iop13xx_atue_write_config(struct pci_bus
-       return PCIBIOS_SUCCESSFUL;
- }
--static struct pci_ops iop13xx_atue_ops = {
-+static const struct pci_ops iop13xx_atue_ops = {
-       .read   = iop13xx_atue_read_config,
-       .write  = iop13xx_atue_write_config,
- };
-diff -urNp linux-2.6.39/arch/arm/mach-ixp2000/enp2611.c linux-2.6.39/arch/arm/mach-ixp2000/enp2611.c
---- linux-2.6.39/arch/arm/mach-ixp2000/enp2611.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/arm/mach-ixp2000/enp2611.c       2011-05-22 19:36:30.000000000 -0400
-@@ -137,7 +137,7 @@ static int enp2611_pci_write_config(stru
-       return PCIBIOS_DEVICE_NOT_FOUND;
- }
+diff -urNp linux-3.0.4/arch/arm/kernel/traps.c linux-3.0.4/arch/arm/kernel/traps.c
+--- linux-3.0.4/arch/arm/kernel/traps.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/arm/kernel/traps.c        2011-08-23 21:48:14.000000000 -0400
+@@ -257,6 +257,8 @@ static int __die(const char *str, int er
  
--static struct pci_ops enp2611_pci_ops = {
-+static const struct pci_ops enp2611_pci_ops = {
-       .read   = enp2611_pci_read_config,
-       .write  = enp2611_pci_write_config
- };
-diff -urNp linux-2.6.39/arch/arm/mach-ixp2000/pci.c linux-2.6.39/arch/arm/mach-ixp2000/pci.c
---- linux-2.6.39/arch/arm/mach-ixp2000/pci.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/arm/mach-ixp2000/pci.c   2011-05-22 19:36:30.000000000 -0400
-@@ -125,7 +125,7 @@ int ixp2000_pci_write_config(struct pci_
- }
--static struct pci_ops ixp2000_pci_ops = {
-+static const struct pci_ops ixp2000_pci_ops = {
-       .read   = ixp2000_pci_read_config,
-       .write  = ixp2000_pci_write_config
- };
-diff -urNp linux-2.6.39/arch/arm/mach-ixp23xx/pci.c linux-2.6.39/arch/arm/mach-ixp23xx/pci.c
---- linux-2.6.39/arch/arm/mach-ixp23xx/pci.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/arm/mach-ixp23xx/pci.c   2011-05-22 19:36:30.000000000 -0400
-@@ -136,7 +136,7 @@ static int ixp23xx_pci_write_config(stru
-       return PCIBIOS_SUCCESSFUL;
- }
--struct pci_ops ixp23xx_pci_ops = {
-+const struct pci_ops ixp23xx_pci_ops = {
-       .read   = ixp23xx_pci_read_config,
-       .write  = ixp23xx_pci_write_config,
- };
-diff -urNp linux-2.6.39/arch/arm/mach-ixp4xx/common-pci.c linux-2.6.39/arch/arm/mach-ixp4xx/common-pci.c
---- linux-2.6.39/arch/arm/mach-ixp4xx/common-pci.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/arm/mach-ixp4xx/common-pci.c     2011-05-22 19:36:30.000000000 -0400
-@@ -283,7 +283,7 @@ static int ixp4xx_pci_write_config(struc
-       return PCIBIOS_SUCCESSFUL;
- }
+ static DEFINE_SPINLOCK(die_lock);
  
--struct pci_ops ixp4xx_ops = {
-+const struct pci_ops ixp4xx_ops = {
-       .read =  ixp4xx_pci_read_config,
-       .write = ixp4xx_pci_write_config,
- };
-diff -urNp linux-2.6.39/arch/arm/mach-kirkwood/pcie.c linux-2.6.39/arch/arm/mach-kirkwood/pcie.c
---- linux-2.6.39/arch/arm/mach-kirkwood/pcie.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/arm/mach-kirkwood/pcie.c 2011-05-22 19:36:30.000000000 -0400
-@@ -111,7 +111,7 @@ static int pcie_wr_conf(struct pci_bus *
-       return ret;
++extern void gr_handle_kernel_exploit(void);
++
+ /*
+  * This function is protected against re-entrancy.
+  */
+@@ -284,6 +286,9 @@ void die(const char *str, struct pt_regs
+               panic("Fatal exception in interrupt");
+       if (panic_on_oops)
+               panic("Fatal exception");
++
++      gr_handle_kernel_exploit();
++
+       if (ret != NOTIFY_STOP)
+               do_exit(SIGSEGV);
  }
+diff -urNp linux-3.0.4/arch/arm/lib/copy_from_user.S linux-3.0.4/arch/arm/lib/copy_from_user.S
+--- linux-3.0.4/arch/arm/lib/copy_from_user.S  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/arm/lib/copy_from_user.S  2011-08-23 21:47:55.000000000 -0400
+@@ -16,7 +16,7 @@
+ /*
+  * Prototype:
+  *
+- *    size_t __copy_from_user(void *to, const void *from, size_t n)
++ *    size_t ___copy_from_user(void *to, const void *from, size_t n)
+  *
+  * Purpose:
+  *
+@@ -84,11 +84,11 @@
  
--static struct pci_ops pcie_ops = {
-+static const struct pci_ops pcie_ops = {
-       .read = pcie_rd_conf,
-       .write = pcie_wr_conf,
- };
-diff -urNp linux-2.6.39/arch/arm/mach-ks8695/pci.c linux-2.6.39/arch/arm/mach-ks8695/pci.c
---- linux-2.6.39/arch/arm/mach-ks8695/pci.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/arm/mach-ks8695/pci.c    2011-05-22 19:36:30.000000000 -0400
-@@ -136,7 +136,7 @@ static void ks8695_local_writeconfig(int
-       __raw_writel(value, KS8695_PCI_VA + KS8695_PBCD);
- }
+       .text
  
--static struct pci_ops ks8695_pci_ops = {
-+static const struct pci_ops ks8695_pci_ops = {
-       .read   = ks8695_pci_readconfig,
-       .write  = ks8695_pci_writeconfig,
- };
-diff -urNp linux-2.6.39/arch/arm/mach-mmp/clock.c linux-2.6.39/arch/arm/mach-mmp/clock.c
---- linux-2.6.39/arch/arm/mach-mmp/clock.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/arm/mach-mmp/clock.c     2011-05-22 19:36:30.000000000 -0400
-@@ -29,7 +29,7 @@ static void apbc_clk_disable(struct clk 
-       __raw_writel(0, clk->clk_rst);
- }
+-ENTRY(__copy_from_user)
++ENTRY(___copy_from_user)
  
--struct clkops apbc_clk_ops = {
-+const struct clkops apbc_clk_ops = {
-       .enable         = apbc_clk_enable,
-       .disable        = apbc_clk_disable,
- };
-@@ -44,7 +44,7 @@ static void apmu_clk_disable(struct clk 
-       __raw_writel(0, clk->clk_rst);
- }
+ #include "copy_template.S"
  
--struct clkops apmu_clk_ops = {
-+const struct clkops apmu_clk_ops = {
-       .enable         = apmu_clk_enable,
-       .disable        = apmu_clk_disable,
- };
-diff -urNp linux-2.6.39/arch/arm/mach-msm/iommu.c linux-2.6.39/arch/arm/mach-msm/iommu.c
---- linux-2.6.39/arch/arm/mach-msm/iommu.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/arm/mach-msm/iommu.c     2011-05-22 19:36:30.000000000 -0400
-@@ -669,7 +669,7 @@ fail:
-       return 0;
- }
+-ENDPROC(__copy_from_user)
++ENDPROC(___copy_from_user)
  
--static struct iommu_ops msm_iommu_ops = {
-+static const struct iommu_ops msm_iommu_ops = {
-       .domain_init = msm_iommu_domain_init,
-       .domain_destroy = msm_iommu_domain_destroy,
-       .attach_dev = msm_iommu_attach_dev,
-diff -urNp linux-2.6.39/arch/arm/mach-msm/last_radio_log.c linux-2.6.39/arch/arm/mach-msm/last_radio_log.c
---- linux-2.6.39/arch/arm/mach-msm/last_radio_log.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/arm/mach-msm/last_radio_log.c    2011-05-22 19:36:30.000000000 -0400
-@@ -48,6 +48,7 @@ static ssize_t last_radio_log_read(struc
- }
+       .pushsection .fixup,"ax"
+       .align 0
+diff -urNp linux-3.0.4/arch/arm/lib/copy_to_user.S linux-3.0.4/arch/arm/lib/copy_to_user.S
+--- linux-3.0.4/arch/arm/lib/copy_to_user.S    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/arm/lib/copy_to_user.S    2011-08-23 21:47:55.000000000 -0400
+@@ -16,7 +16,7 @@
+ /*
+  * Prototype:
+  *
+- *    size_t __copy_to_user(void *to, const void *from, size_t n)
++ *    size_t ___copy_to_user(void *to, const void *from, size_t n)
+  *
+  * Purpose:
+  *
+@@ -88,11 +88,11 @@
+       .text
  
- static struct file_operations last_radio_log_fops = {
-+      /* cannot be const, see msm_init_last_radio_log */
-       .read = last_radio_log_read,
-       .llseek = default_llseek,
- };
-diff -urNp linux-2.6.39/arch/arm/mach-mv78xx0/pcie.c linux-2.6.39/arch/arm/mach-mv78xx0/pcie.c
---- linux-2.6.39/arch/arm/mach-mv78xx0/pcie.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/arm/mach-mv78xx0/pcie.c  2011-05-22 19:36:30.000000000 -0400
-@@ -222,7 +222,7 @@ static int pcie_wr_conf(struct pci_bus *
-       return ret;
- }
+ ENTRY(__copy_to_user_std)
+-WEAK(__copy_to_user)
++WEAK(___copy_to_user)
  
--static struct pci_ops pcie_ops = {
-+static const struct pci_ops pcie_ops = {
-       .read = pcie_rd_conf,
-       .write = pcie_wr_conf,
- };
-diff -urNp linux-2.6.39/arch/arm/mach-orion5x/pci.c linux-2.6.39/arch/arm/mach-orion5x/pci.c
---- linux-2.6.39/arch/arm/mach-orion5x/pci.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/arm/mach-orion5x/pci.c   2011-05-22 19:36:30.000000000 -0400
-@@ -130,7 +130,7 @@ static int pcie_wr_conf(struct pci_bus *
-       return ret;
- }
+ #include "copy_template.S"
  
--static struct pci_ops pcie_ops = {
-+static const struct pci_ops pcie_ops = {
-       .read = pcie_rd_conf,
-       .write = pcie_wr_conf,
- };
-@@ -368,7 +368,7 @@ static int orion5x_pci_wr_conf(struct pc
-                                       PCI_FUNC(devfn), where, size, val);
- }
+-ENDPROC(__copy_to_user)
++ENDPROC(___copy_to_user)
+ ENDPROC(__copy_to_user_std)
  
--static struct pci_ops pci_ops = {
-+static const struct pci_ops pci_ops = {
-       .read = orion5x_pci_rd_conf,
-       .write = orion5x_pci_wr_conf,
- };
-diff -urNp linux-2.6.39/arch/arm/mach-sa1100/pci-nanoengine.c linux-2.6.39/arch/arm/mach-sa1100/pci-nanoengine.c
---- linux-2.6.39/arch/arm/mach-sa1100/pci-nanoengine.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/arm/mach-sa1100/pci-nanoengine.c 2011-05-22 19:36:30.000000000 -0400
-@@ -117,7 +117,7 @@ static int nanoengine_write_config(struc
-       return PCIBIOS_SUCCESSFUL;
- }
+       .pushsection .fixup,"ax"
+diff -urNp linux-3.0.4/arch/arm/lib/uaccess.S linux-3.0.4/arch/arm/lib/uaccess.S
+--- linux-3.0.4/arch/arm/lib/uaccess.S 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/arm/lib/uaccess.S 2011-08-23 21:47:55.000000000 -0400
+@@ -20,7 +20,7 @@
  
--static struct pci_ops pci_nano_ops = {
-+static const struct pci_ops pci_nano_ops = {
-       .read   = nanoengine_read_config,
-       .write  = nanoengine_write_config,
- };
-diff -urNp linux-2.6.39/arch/arm/mach-tegra/pcie.c linux-2.6.39/arch/arm/mach-tegra/pcie.c
---- linux-2.6.39/arch/arm/mach-tegra/pcie.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/arm/mach-tegra/pcie.c    2011-05-22 19:36:30.000000000 -0400
-@@ -336,7 +336,7 @@ static int tegra_pcie_write_conf(struct 
-       return PCIBIOS_SUCCESSFUL;
+ #define PAGE_SHIFT 12
+-/* Prototype: int __copy_to_user(void *to, const char *from, size_t n)
++/* Prototype: int ___copy_to_user(void *to, const char *from, size_t n)
+  * Purpose  : copy a block to user memory from kernel memory
+  * Params   : to   - user memory
+  *          : from - kernel memory
+@@ -40,7 +40,7 @@ USER(                T(strgtb) r3, [r0], #1)                 @ May f
+               sub     r2, r2, ip
+               b       .Lc2u_dest_aligned
+-ENTRY(__copy_to_user)
++ENTRY(___copy_to_user)
+               stmfd   sp!, {r2, r4 - r7, lr}
+               cmp     r2, #4
+               blt     .Lc2u_not_enough
+@@ -278,14 +278,14 @@ USER(            T(strgeb) r3, [r0], #1)                 @ May f
+               ldrgtb  r3, [r1], #0
+ USER(         T(strgtb) r3, [r0], #1)                 @ May fault
+               b       .Lc2u_finished
+-ENDPROC(__copy_to_user)
++ENDPROC(___copy_to_user)
+               .pushsection .fixup,"ax"
+               .align  0
+ 9001:         ldmfd   sp!, {r0, r4 - r7, pc}
+               .popsection
+-/* Prototype: unsigned long __copy_from_user(void *to,const void *from,unsigned long n);
++/* Prototype: unsigned long ___copy_from_user(void *to,const void *from,unsigned long n);
+  * Purpose  : copy a block from user memory to kernel memory
+  * Params   : to   - kernel memory
+  *          : from - user memory
+@@ -304,7 +304,7 @@ USER(              T(ldrgtb) r3, [r1], #1)                 @ May f
+               sub     r2, r2, ip
+               b       .Lcfu_dest_aligned
+-ENTRY(__copy_from_user)
++ENTRY(___copy_from_user)
+               stmfd   sp!, {r0, r2, r4 - r7, lr}
+               cmp     r2, #4
+               blt     .Lcfu_not_enough
+@@ -544,7 +544,7 @@ USER(              T(ldrgeb) r3, [r1], #1)                 @ May f
+ USER(         T(ldrgtb) r3, [r1], #1)                 @ May fault
+               strgtb  r3, [r0], #1
+               b       .Lcfu_finished
+-ENDPROC(__copy_from_user)
++ENDPROC(___copy_from_user)
+               .pushsection .fixup,"ax"
+               .align  0
+diff -urNp linux-3.0.4/arch/arm/lib/uaccess_with_memcpy.c linux-3.0.4/arch/arm/lib/uaccess_with_memcpy.c
+--- linux-3.0.4/arch/arm/lib/uaccess_with_memcpy.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/arm/lib/uaccess_with_memcpy.c     2011-08-23 21:47:55.000000000 -0400
+@@ -103,7 +103,7 @@ out:
  }
  
--static struct pci_ops tegra_pcie_ops = {
-+static const struct pci_ops tegra_pcie_ops = {
-       .read   = tegra_pcie_read_conf,
-       .write  = tegra_pcie_write_conf,
- };
-diff -urNp linux-2.6.39/arch/arm/mach-ux500/mbox-db5500.c linux-2.6.39/arch/arm/mach-ux500/mbox-db5500.c
---- linux-2.6.39/arch/arm/mach-ux500/mbox-db5500.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/arm/mach-ux500/mbox-db5500.c     2011-05-22 19:41:32.000000000 -0400
+ unsigned long
+-__copy_to_user(void __user *to, const void *from, unsigned long n)
++___copy_to_user(void __user *to, const void *from, unsigned long n)
+ {
+       /*
+        * This test is stubbed out of the main function above to keep
+diff -urNp linux-3.0.4/arch/arm/mach-ux500/mbox-db5500.c linux-3.0.4/arch/arm/mach-ux500/mbox-db5500.c
+--- linux-3.0.4/arch/arm/mach-ux500/mbox-db5500.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/arm/mach-ux500/mbox-db5500.c      2011-08-23 21:48:14.000000000 -0400
 @@ -168,7 +168,7 @@ static ssize_t mbox_read_fifo(struct dev
        return sprintf(buf, "0x%X\n", mbox_value);
  }
@@ -936,21 +532,9 @@ diff -urNp linux-2.6.39/arch/arm/mach-ux500/mbox-db5500.c linux-2.6.39/arch/arm/
  
  static int mbox_show(struct seq_file *s, void *data)
  {
-diff -urNp linux-2.6.39/arch/arm/mach-versatile/pci.c linux-2.6.39/arch/arm/mach-versatile/pci.c
---- linux-2.6.39/arch/arm/mach-versatile/pci.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/arm/mach-versatile/pci.c 2011-05-22 19:36:30.000000000 -0400
-@@ -165,7 +165,7 @@ static int versatile_write_config(struct
-       return PCIBIOS_SUCCESSFUL;
- }
--static struct pci_ops pci_versatile_ops = {
-+static const struct pci_ops pci_versatile_ops = {
-       .read   = versatile_read_config,
-       .write  = versatile_write_config,
- };
-diff -urNp linux-2.6.39/arch/arm/mm/fault.c linux-2.6.39/arch/arm/mm/fault.c
---- linux-2.6.39/arch/arm/mm/fault.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/arm/mm/fault.c   2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/arm/mm/fault.c linux-3.0.4/arch/arm/mm/fault.c
+--- linux-3.0.4/arch/arm/mm/fault.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/arm/mm/fault.c    2011-08-23 21:47:55.000000000 -0400
 @@ -182,6 +182,13 @@ __do_user_fault(struct task_struct *tsk,
        }
  #endif
@@ -999,9 +583,9 @@ diff -urNp linux-2.6.39/arch/arm/mm/fault.c linux-2.6.39/arch/arm/mm/fault.c
  /*
   * First Level Translation Fault Handler
   *
-diff -urNp linux-2.6.39/arch/arm/mm/mmap.c linux-2.6.39/arch/arm/mm/mmap.c
---- linux-2.6.39/arch/arm/mm/mmap.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/arm/mm/mmap.c    2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/arm/mm/mmap.c linux-3.0.4/arch/arm/mm/mmap.c
+--- linux-3.0.4/arch/arm/mm/mmap.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/arm/mm/mmap.c     2011-08-23 21:47:55.000000000 -0400
 @@ -65,6 +65,10 @@ arch_get_unmapped_area(struct file *filp
        if (len > TASK_SIZE)
                return -ENOMEM;
@@ -1051,21 +635,9 @@ diff -urNp linux-2.6.39/arch/arm/mm/mmap.c linux-2.6.39/arch/arm/mm/mmap.c
                        /*
                         * Remember the place where we stopped the search:
                         */
-diff -urNp linux-2.6.39/arch/arm/plat-iop/pci.c linux-2.6.39/arch/arm/plat-iop/pci.c
---- linux-2.6.39/arch/arm/plat-iop/pci.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/arm/plat-iop/pci.c       2011-05-22 19:36:30.000000000 -0400
-@@ -161,7 +161,7 @@ iop3xx_write_config(struct pci_bus *bus,
-       return PCIBIOS_SUCCESSFUL;
- }
--static struct pci_ops iop3xx_ops = {
-+static const struct pci_ops iop3xx_ops = {
-       .read   = iop3xx_read_config,
-       .write  = iop3xx_write_config,
- };
-diff -urNp linux-2.6.39/arch/avr32/include/asm/elf.h linux-2.6.39/arch/avr32/include/asm/elf.h
---- linux-2.6.39/arch/avr32/include/asm/elf.h  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/avr32/include/asm/elf.h  2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/avr32/include/asm/elf.h linux-3.0.4/arch/avr32/include/asm/elf.h
+--- linux-3.0.4/arch/avr32/include/asm/elf.h   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/avr32/include/asm/elf.h   2011-08-23 21:47:55.000000000 -0400
 @@ -84,8 +84,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.  */
@@ -1082,9 +654,9 @@ diff -urNp linux-2.6.39/arch/avr32/include/asm/elf.h linux-2.6.39/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.39/arch/avr32/include/asm/kmap_types.h linux-2.6.39/arch/avr32/include/asm/kmap_types.h
---- linux-2.6.39/arch/avr32/include/asm/kmap_types.h   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/avr32/include/asm/kmap_types.h   2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/avr32/include/asm/kmap_types.h linux-3.0.4/arch/avr32/include/asm/kmap_types.h
+--- linux-3.0.4/arch/avr32/include/asm/kmap_types.h    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/avr32/include/asm/kmap_types.h    2011-08-23 21:47:55.000000000 -0400
 @@ -22,7 +22,8 @@ D(10)        KM_IRQ0,
  D(11) KM_IRQ1,
  D(12) KM_SOFTIRQ0,
@@ -1095,9 +667,9 @@ diff -urNp linux-2.6.39/arch/avr32/include/asm/kmap_types.h linux-2.6.39/arch/av
  };
  
  #undef D
-diff -urNp linux-2.6.39/arch/avr32/mm/fault.c linux-2.6.39/arch/avr32/mm/fault.c
---- linux-2.6.39/arch/avr32/mm/fault.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/avr32/mm/fault.c 2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/avr32/mm/fault.c linux-3.0.4/arch/avr32/mm/fault.c
+--- linux-3.0.4/arch/avr32/mm/fault.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/avr32/mm/fault.c  2011-08-23 21:47:55.000000000 -0400
 @@ -41,6 +41,23 @@ static inline int notify_page_fault(stru
  
  int exception_trace = 1;
@@ -1139,42 +711,9 @@ diff -urNp linux-2.6.39/arch/avr32/mm/fault.c linux-2.6.39/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.39/arch/blackfin/kernel/kgdb.c linux-2.6.39/arch/blackfin/kernel/kgdb.c
---- linux-2.6.39/arch/blackfin/kernel/kgdb.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/blackfin/kernel/kgdb.c   2011-05-22 19:36:30.000000000 -0400
-@@ -420,7 +420,7 @@ int kgdb_arch_handle_exception(int vecto
-       return -1;              /* this means that we do not want to exit from the handler */
- }
--struct kgdb_arch arch_kgdb_ops = {
-+const struct kgdb_arch arch_kgdb_ops = {
-       .gdb_bpt_instr = {0xa1},
-       .flags = KGDB_HW_BREAKPOINT,
-       .set_hw_breakpoint = bfin_set_hw_break,
-diff -urNp linux-2.6.39/arch/blackfin/mm/maccess.c linux-2.6.39/arch/blackfin/mm/maccess.c
---- linux-2.6.39/arch/blackfin/mm/maccess.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/blackfin/mm/maccess.c    2011-05-22 19:36:30.000000000 -0400
-@@ -16,7 +16,7 @@ static int validate_memory_access_addres
-       return bfin_mem_access_type(addr, size);
- }
--long probe_kernel_read(void *dst, void *src, size_t size)
-+long probe_kernel_read(void *dst, const void *src, size_t size)
- {
-       unsigned long lsrc = (unsigned long)src;
-       int mem_type;
-@@ -55,7 +55,7 @@ long probe_kernel_read(void *dst, void *
-       return -EFAULT;
- }
--long probe_kernel_write(void *dst, void *src, size_t size)
-+long probe_kernel_write(void *dst, const void *src, size_t size)
- {
-       unsigned long ldst = (unsigned long)dst;
-       int mem_type;
-diff -urNp linux-2.6.39/arch/frv/include/asm/kmap_types.h linux-2.6.39/arch/frv/include/asm/kmap_types.h
---- linux-2.6.39/arch/frv/include/asm/kmap_types.h     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/frv/include/asm/kmap_types.h     2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/frv/include/asm/kmap_types.h linux-3.0.4/arch/frv/include/asm/kmap_types.h
+--- linux-3.0.4/arch/frv/include/asm/kmap_types.h      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/frv/include/asm/kmap_types.h      2011-08-23 21:47:55.000000000 -0400
 @@ -23,6 +23,7 @@ enum km_type {
        KM_IRQ1,
        KM_SOFTIRQ0,
@@ -1183,51 +722,9 @@ diff -urNp linux-2.6.39/arch/frv/include/asm/kmap_types.h linux-2.6.39/arch/frv/
        KM_TYPE_NR
  };
  
-diff -urNp linux-2.6.39/arch/frv/mb93090-mb00/pci-frv.h linux-2.6.39/arch/frv/mb93090-mb00/pci-frv.h
---- linux-2.6.39/arch/frv/mb93090-mb00/pci-frv.h       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/frv/mb93090-mb00/pci-frv.h       2011-05-22 19:36:30.000000000 -0400
-@@ -34,7 +34,7 @@ void pcibios_resource_survey(void);
- extern int __nongpreldata pcibios_last_bus;
- extern struct pci_bus *__nongpreldata pci_root_bus;
--extern struct pci_ops *__nongpreldata pci_root_ops;
-+extern const struct pci_ops *__nongpreldata pci_root_ops;
- /* pci-irq.c */
- extern unsigned int pcibios_irq_mask;
-diff -urNp linux-2.6.39/arch/frv/mb93090-mb00/pci-vdk.c linux-2.6.39/arch/frv/mb93090-mb00/pci-vdk.c
---- linux-2.6.39/arch/frv/mb93090-mb00/pci-vdk.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/frv/mb93090-mb00/pci-vdk.c       2011-05-22 19:36:30.000000000 -0400
-@@ -27,7 +27,7 @@ unsigned int __nongpreldata pci_probe = 
- int  __nongpreldata pcibios_last_bus = -1;
- struct pci_bus *__nongpreldata pci_root_bus;
--struct pci_ops *__nongpreldata pci_root_ops;
-+const struct pci_ops *__nongpreldata pci_root_ops;
- /*
-  * The accessible PCI window does not cover the entire CPU address space, but
-@@ -169,7 +169,7 @@ static int pci_frv_write_config(struct p
-       return PCIBIOS_SUCCESSFUL;
- }
--static struct pci_ops pci_direct_frv = {
-+static const struct pci_ops pci_direct_frv = {
-       pci_frv_read_config,
-       pci_frv_write_config,
- };
-@@ -356,7 +356,7 @@ void __init pcibios_fixup_bus(struct pci
- int __init pcibios_init(void)
- {
--      struct pci_ops *dir = NULL;
-+      const struct pci_ops *dir = NULL;
-       if (!mb93090_mb00_detected)
-               return -ENXIO;
-diff -urNp linux-2.6.39/arch/frv/mm/elf-fdpic.c linux-2.6.39/arch/frv/mm/elf-fdpic.c
---- linux-2.6.39/arch/frv/mm/elf-fdpic.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/frv/mm/elf-fdpic.c       2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/frv/mm/elf-fdpic.c linux-3.0.4/arch/frv/mm/elf-fdpic.c
+--- linux-3.0.4/arch/frv/mm/elf-fdpic.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/frv/mm/elf-fdpic.c        2011-08-23 21:47:55.000000000 -0400
 @@ -73,8 +73,7 @@ unsigned long arch_get_unmapped_area(str
        if (addr) {
                addr = PAGE_ALIGN(addr);
@@ -1256,97 +753,9 @@ diff -urNp linux-2.6.39/arch/frv/mm/elf-fdpic.c linux-2.6.39/arch/frv/mm/elf-fdp
                                goto success;
                        addr = vma->vm_end;
                }
-diff -urNp linux-2.6.39/arch/ia64/hp/common/hwsw_iommu.c linux-2.6.39/arch/ia64/hp/common/hwsw_iommu.c
---- linux-2.6.39/arch/ia64/hp/common/hwsw_iommu.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/ia64/hp/common/hwsw_iommu.c      2011-05-22 19:36:30.000000000 -0400
-@@ -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.39/arch/ia64/hp/common/sba_iommu.c linux-2.6.39/arch/ia64/hp/common/sba_iommu.c
---- linux-2.6.39/arch/ia64/hp/common/sba_iommu.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/ia64/hp/common/sba_iommu.c       2011-05-22 19:36:30.000000000 -0400
-@@ -2097,7 +2097,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)
-@@ -2211,7 +2211,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.39/arch/ia64/include/asm/dma-mapping.h linux-2.6.39/arch/ia64/include/asm/dma-mapping.h
---- linux-2.6.39/arch/ia64/include/asm/dma-mapping.h   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/ia64/include/asm/dma-mapping.h   2011-05-22 19:36:30.000000000 -0400
-@@ -14,7 +14,7 @@
- #define DMA_ERROR_CODE 0
--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);
-@@ -26,7 +26,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);
-@@ -37,7 +37,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);
- }
-@@ -51,13 +51,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.39/arch/ia64/include/asm/elf.h linux-2.6.39/arch/ia64/include/asm/elf.h
---- linux-2.6.39/arch/ia64/include/asm/elf.h   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/ia64/include/asm/elf.h   2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/ia64/include/asm/elf.h linux-3.0.4/arch/ia64/include/asm/elf.h
+--- linux-3.0.4/arch/ia64/include/asm/elf.h    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/ia64/include/asm/elf.h    2011-08-23 21:47:55.000000000 -0400
 @@ -42,6 +42,13 @@
   */
  #define ELF_ET_DYN_BASE               (TASK_UNMAPPED_BASE + 0x800000000UL)
@@ -1361,30 +770,9 @@ diff -urNp linux-2.6.39/arch/ia64/include/asm/elf.h linux-2.6.39/arch/ia64/inclu
  #define PT_IA_64_UNWIND               0x70000001
  
  /* IA-64 relocations: */
-diff -urNp linux-2.6.39/arch/ia64/include/asm/machvec.h linux-2.6.39/arch/ia64/include/asm/machvec.h
---- linux-2.6.39/arch/ia64/include/asm/machvec.h       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/ia64/include/asm/machvec.h       2011-05-22 19:36:30.000000000 -0400
-@@ -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.39/arch/ia64/include/asm/pgtable.h linux-2.6.39/arch/ia64/include/asm/pgtable.h
---- linux-2.6.39/arch/ia64/include/asm/pgtable.h       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/ia64/include/asm/pgtable.h       2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/ia64/include/asm/pgtable.h linux-3.0.4/arch/ia64/include/asm/pgtable.h
+--- linux-3.0.4/arch/ia64/include/asm/pgtable.h        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/ia64/include/asm/pgtable.h        2011-08-23 21:47:55.000000000 -0400
 @@ -12,7 +12,7 @@
   *    David Mosberger-Tang <davidm@hpl.hp.com>
   */
@@ -1412,9 +800,9 @@ diff -urNp linux-2.6.39/arch/ia64/include/asm/pgtable.h linux-2.6.39/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.39/arch/ia64/include/asm/spinlock.h linux-2.6.39/arch/ia64/include/asm/spinlock.h
---- linux-2.6.39/arch/ia64/include/asm/spinlock.h      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/ia64/include/asm/spinlock.h      2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/ia64/include/asm/spinlock.h linux-3.0.4/arch/ia64/include/asm/spinlock.h
+--- linux-3.0.4/arch/ia64/include/asm/spinlock.h       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/ia64/include/asm/spinlock.h       2011-08-23 21:47:55.000000000 -0400
 @@ -72,7 +72,7 @@ static __always_inline void __ticket_spi
        unsigned short  *p = (unsigned short *)&lock->lock + 1, tmp;
  
@@ -1424,9 +812,9 @@ diff -urNp linux-2.6.39/arch/ia64/include/asm/spinlock.h linux-2.6.39/arch/ia64/
  }
  
  static __always_inline void __ticket_spin_unlock_wait(arch_spinlock_t *lock)
-diff -urNp linux-2.6.39/arch/ia64/include/asm/uaccess.h linux-2.6.39/arch/ia64/include/asm/uaccess.h
---- linux-2.6.39/arch/ia64/include/asm/uaccess.h       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/ia64/include/asm/uaccess.h       2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/ia64/include/asm/uaccess.h linux-3.0.4/arch/ia64/include/asm/uaccess.h
+--- linux-3.0.4/arch/ia64/include/asm/uaccess.h        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/ia64/include/asm/uaccess.h        2011-08-23 21:47:55.000000000 -0400
 @@ -257,7 +257,7 @@ __copy_from_user (void *to, const void _
        const void *__cu_from = (from);                                                 \
        long __cu_len = (n);                                                            \
@@ -1445,30 +833,9 @@ diff -urNp linux-2.6.39/arch/ia64/include/asm/uaccess.h linux-2.6.39/arch/ia64/i
                __cu_len = __copy_user((__force void __user *) __cu_to, __cu_from, __cu_len);   \
        __cu_len;                                                                       \
  })
-diff -urNp linux-2.6.39/arch/ia64/kernel/dma-mapping.c linux-2.6.39/arch/ia64/kernel/dma-mapping.c
---- linux-2.6.39/arch/ia64/kernel/dma-mapping.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/ia64/kernel/dma-mapping.c        2011-05-22 19:36:30.000000000 -0400
-@@ -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.39/arch/ia64/kernel/module.c linux-2.6.39/arch/ia64/kernel/module.c
---- linux-2.6.39/arch/ia64/kernel/module.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/ia64/kernel/module.c     2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/ia64/kernel/module.c linux-3.0.4/arch/ia64/kernel/module.c
+--- linux-3.0.4/arch/ia64/kernel/module.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/ia64/kernel/module.c      2011-08-23 21:47:55.000000000 -0400
 @@ -315,8 +315,7 @@ module_alloc (unsigned long size)
  void
  module_free (struct module *mod, void *module_region)
@@ -1557,33 +924,9 @@ diff -urNp linux-2.6.39/arch/ia64/kernel/module.c linux-2.6.39/arch/ia64/kernel/
                mod->arch.gp = gp;
                DEBUGP("%s: placing gp at 0x%lx\n", __func__, gp);
        }
-diff -urNp linux-2.6.39/arch/ia64/kernel/pci-dma.c linux-2.6.39/arch/ia64/kernel/pci-dma.c
---- linux-2.6.39/arch/ia64/kernel/pci-dma.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/ia64/kernel/pci-dma.c    2011-05-22 19:36:30.000000000 -0400
-@@ -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.39/arch/ia64/kernel/pci-swiotlb.c linux-2.6.39/arch/ia64/kernel/pci-swiotlb.c
---- linux-2.6.39/arch/ia64/kernel/pci-swiotlb.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/ia64/kernel/pci-swiotlb.c        2011-05-22 19:36:30.000000000 -0400
-@@ -22,7 +22,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.39/arch/ia64/kernel/sys_ia64.c linux-2.6.39/arch/ia64/kernel/sys_ia64.c
---- linux-2.6.39/arch/ia64/kernel/sys_ia64.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/ia64/kernel/sys_ia64.c   2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/ia64/kernel/sys_ia64.c linux-3.0.4/arch/ia64/kernel/sys_ia64.c
+--- linux-3.0.4/arch/ia64/kernel/sys_ia64.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/ia64/kernel/sys_ia64.c    2011-08-23 21:47:55.000000000 -0400
 @@ -43,6 +43,13 @@ arch_get_unmapped_area (struct file *fil
        if (REGION_NUMBER(addr) == RGN_HPAGE)
                addr = 0;
@@ -1616,9 +959,9 @@ diff -urNp linux-2.6.39/arch/ia64/kernel/sys_ia64.c linux-2.6.39/arch/ia64/kerne
                        /* Remember the address where we stopped this search:  */
                        mm->free_area_cache = addr + len;
                        return addr;
-diff -urNp linux-2.6.39/arch/ia64/kernel/vmlinux.lds.S linux-2.6.39/arch/ia64/kernel/vmlinux.lds.S
---- linux-2.6.39/arch/ia64/kernel/vmlinux.lds.S        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/ia64/kernel/vmlinux.lds.S        2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/ia64/kernel/vmlinux.lds.S linux-3.0.4/arch/ia64/kernel/vmlinux.lds.S
+--- linux-3.0.4/arch/ia64/kernel/vmlinux.lds.S 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/ia64/kernel/vmlinux.lds.S 2011-08-23 21:47:55.000000000 -0400
 @@ -199,7 +199,7 @@ SECTIONS {
        /* Per-cpu data: */
        . = ALIGN(PERCPU_PAGE_SIZE);
@@ -1628,10 +971,10 @@ diff -urNp linux-2.6.39/arch/ia64/kernel/vmlinux.lds.S linux-2.6.39/arch/ia64/ke
        /*
         * ensure percpu data fits
         * into percpu page size
-diff -urNp linux-2.6.39/arch/ia64/mm/fault.c linux-2.6.39/arch/ia64/mm/fault.c
---- linux-2.6.39/arch/ia64/mm/fault.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/ia64/mm/fault.c  2011-05-22 19:36:30.000000000 -0400
-@@ -72,6 +72,23 @@ mapped_kernel_page_is_present (unsigned 
+diff -urNp linux-3.0.4/arch/ia64/mm/fault.c linux-3.0.4/arch/ia64/mm/fault.c
+--- linux-3.0.4/arch/ia64/mm/fault.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/ia64/mm/fault.c   2011-08-23 21:47:55.000000000 -0400
+@@ -73,6 +73,23 @@ mapped_kernel_page_is_present (unsigned 
        return pte_present(pte);
  }
  
@@ -1655,7 +998,7 @@ diff -urNp linux-2.6.39/arch/ia64/mm/fault.c linux-2.6.39/arch/ia64/mm/fault.c
  void __kprobes
  ia64_do_page_fault (unsigned long address, unsigned long isr, struct pt_regs *regs)
  {
-@@ -145,9 +162,23 @@ ia64_do_page_fault (unsigned long addres
+@@ -146,9 +163,23 @@ ia64_do_page_fault (unsigned long addres
        mask = (  (((isr >> IA64_ISR_X_BIT) & 1UL) << VM_EXEC_BIT)
                | (((isr >> IA64_ISR_W_BIT) & 1UL) << VM_WRITE_BIT));
  
@@ -1680,9 +1023,9 @@ diff -urNp linux-2.6.39/arch/ia64/mm/fault.c linux-2.6.39/arch/ia64/mm/fault.c
        /*
         * If for any reason at all we couldn't handle the fault, make
         * sure we exit gracefully rather than endlessly redo the
-diff -urNp linux-2.6.39/arch/ia64/mm/hugetlbpage.c linux-2.6.39/arch/ia64/mm/hugetlbpage.c
---- linux-2.6.39/arch/ia64/mm/hugetlbpage.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/ia64/mm/hugetlbpage.c    2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/ia64/mm/hugetlbpage.c linux-3.0.4/arch/ia64/mm/hugetlbpage.c
+--- linux-3.0.4/arch/ia64/mm/hugetlbpage.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/ia64/mm/hugetlbpage.c     2011-08-23 21:47:55.000000000 -0400
 @@ -171,7 +171,7 @@ unsigned long hugetlb_get_unmapped_area(
                /* At this point:  (!vmm || addr < vmm->vm_end). */
                if (REGION_OFFSET(addr) + len > RGN_MAP_LIMIT)
@@ -1692,10 +1035,10 @@ diff -urNp linux-2.6.39/arch/ia64/mm/hugetlbpage.c linux-2.6.39/arch/ia64/mm/hug
                        return addr;
                addr = ALIGN(vmm->vm_end, HPAGE_SIZE);
        }
-diff -urNp linux-2.6.39/arch/ia64/mm/init.c linux-2.6.39/arch/ia64/mm/init.c
---- linux-2.6.39/arch/ia64/mm/init.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/ia64/mm/init.c   2011-05-22 19:36:30.000000000 -0400
-@@ -122,6 +122,19 @@ ia64_init_addr_space (void)
+diff -urNp linux-3.0.4/arch/ia64/mm/init.c linux-3.0.4/arch/ia64/mm/init.c
+--- linux-3.0.4/arch/ia64/mm/init.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/ia64/mm/init.c    2011-08-23 21:47:55.000000000 -0400
+@@ -120,6 +120,19 @@ ia64_init_addr_space (void)
                vma->vm_start = current->thread.rbs_bot & PAGE_MASK;
                vma->vm_end = vma->vm_start + PAGE_SIZE;
                vma->vm_flags = VM_DATA_DEFAULT_FLAGS|VM_GROWSUP|VM_ACCOUNT;
@@ -1715,33 +1058,9 @@ diff -urNp linux-2.6.39/arch/ia64/mm/init.c linux-2.6.39/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.39/arch/ia64/pci/pci.c linux-2.6.39/arch/ia64/pci/pci.c
---- linux-2.6.39/arch/ia64/pci/pci.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/ia64/pci/pci.c   2011-05-22 19:36:30.000000000 -0400
-@@ -109,7 +109,7 @@ static int pci_write(struct pci_bus *bus
-                                 devfn, where, size, value);
- }
--struct pci_ops pci_root_ops = {
-+const struct pci_ops pci_root_ops = {
-       .read = pci_read,
-       .write = pci_write,
- };
-diff -urNp linux-2.6.39/arch/ia64/sn/pci/pci_dma.c linux-2.6.39/arch/ia64/sn/pci/pci_dma.c
---- linux-2.6.39/arch/ia64/sn/pci/pci_dma.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/ia64/sn/pci/pci_dma.c    2011-05-22 19:36:30.000000000 -0400
-@@ -465,7 +465,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.39/arch/m32r/lib/usercopy.c linux-2.6.39/arch/m32r/lib/usercopy.c
---- linux-2.6.39/arch/m32r/lib/usercopy.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/m32r/lib/usercopy.c      2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/m32r/lib/usercopy.c linux-3.0.4/arch/m32r/lib/usercopy.c
+--- linux-3.0.4/arch/m32r/lib/usercopy.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/m32r/lib/usercopy.c       2011-08-23 21:47:55.000000000 -0400
 @@ -14,6 +14,9 @@
  unsigned long
  __generic_copy_to_user(void __user *to, const void *from, unsigned long n)
@@ -1762,281 +1081,9 @@ diff -urNp linux-2.6.39/arch/m32r/lib/usercopy.c linux-2.6.39/arch/m32r/lib/user
        prefetchw(to);
        if (access_ok(VERIFY_READ, from, n))
                __copy_user_zeroing(to,from,n);
-diff -urNp linux-2.6.39/arch/microblaze/include/asm/device.h linux-2.6.39/arch/microblaze/include/asm/device.h
---- linux-2.6.39/arch/microblaze/include/asm/device.h  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/microblaze/include/asm/device.h  2011-05-22 19:36:30.000000000 -0400
-@@ -13,7 +13,7 @@ struct device_node;
- struct dev_archdata {
-       /* DMA operations on that device */
--      struct dma_map_ops      *dma_ops;
-+      const struct dma_map_ops        *dma_ops;
-       void                    *dma_data;
- };
-diff -urNp linux-2.6.39/arch/microblaze/include/asm/dma-mapping.h linux-2.6.39/arch/microblaze/include/asm/dma-mapping.h
---- linux-2.6.39/arch/microblaze/include/asm/dma-mapping.h     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/microblaze/include/asm/dma-mapping.h     2011-05-22 19:36:30.000000000 -0400
-@@ -43,14 +43,14 @@ static inline unsigned long device_to_ma
-       return 0xfffffffful;
- }
--extern struct dma_map_ops *dma_ops;
-+extern const struct dma_map_ops *dma_ops;
- /*
-  * Available generic sets of operations
-  */
--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
-@@ -63,14 +63,14 @@ 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;
- }
- static inline 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);
-       if (unlikely(!ops))
-               return 0;
-@@ -81,7 +81,7 @@ static inline int dma_supported(struct d
- static inline int dma_set_mask(struct device *dev, u64 dma_mask)
- {
--      struct dma_map_ops *ops = get_dma_ops(dev);
-+      const struct dma_map_ops *ops = get_dma_ops(dev);
-       if (unlikely(ops == NULL))
-               return -EIO;
-@@ -97,7 +97,7 @@ static inline int dma_set_mask(struct de
- 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);
-@@ -110,7 +110,7 @@ static inline int dma_mapping_error(stru
- 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 *memory;
-       BUG_ON(!ops);
-@@ -124,7 +124,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);
-       BUG_ON(!ops);
-       debug_dma_free_coherent(dev, size, cpu_addr, dma_handle);
-diff -urNp linux-2.6.39/arch/microblaze/include/asm/pci.h linux-2.6.39/arch/microblaze/include/asm/pci.h
---- linux-2.6.39/arch/microblaze/include/asm/pci.h     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/microblaze/include/asm/pci.h     2011-05-22 19:36:30.000000000 -0400
-@@ -54,8 +54,8 @@ static inline void pcibios_penalize_isa_
- }
- #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.39/arch/microblaze/kernel/dma.c linux-2.6.39/arch/microblaze/kernel/dma.c
---- linux-2.6.39/arch/microblaze/kernel/dma.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/microblaze/kernel/dma.c  2011-05-22 19:36:30.000000000 -0400
-@@ -134,7 +134,7 @@ static inline void dma_direct_unmap_page
-       __dma_sync_page(dma_address, 0 , size, direction);
- }
--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.39/arch/microblaze/kernel/kgdb.c linux-2.6.39/arch/microblaze/kernel/kgdb.c
---- linux-2.6.39/arch/microblaze/kernel/kgdb.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/microblaze/kernel/kgdb.c 2011-05-22 19:36:30.000000000 -0400
-@@ -141,7 +141,7 @@ void kgdb_arch_exit(void)
- /*
-  * Global data
-  */
--struct kgdb_arch arch_kgdb_ops = {
-+const struct kgdb_arch arch_kgdb_ops = {
- #ifdef __MICROBLAZEEL__
-       .gdb_bpt_instr = {0x18, 0x00, 0x0c, 0xba}, /* brki r16, 0x18 */
- #else
-diff -urNp linux-2.6.39/arch/microblaze/pci/indirect_pci.c linux-2.6.39/arch/microblaze/pci/indirect_pci.c
---- linux-2.6.39/arch/microblaze/pci/indirect_pci.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/microblaze/pci/indirect_pci.c    2011-05-22 19:36:30.000000000 -0400
-@@ -140,7 +140,7 @@ indirect_write_config(struct pci_bus *bu
-       return PCIBIOS_SUCCESSFUL;
- }
--static struct pci_ops indirect_pci_ops = {
-+static const struct pci_ops indirect_pci_ops = {
-       .read = indirect_read_config,
-       .write = indirect_write_config,
- };
-diff -urNp linux-2.6.39/arch/microblaze/pci/pci-common.c linux-2.6.39/arch/microblaze/pci/pci-common.c
---- linux-2.6.39/arch/microblaze/pci/pci-common.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/microblaze/pci/pci-common.c      2011-05-22 19:36:30.000000000 -0400
-@@ -48,14 +48,14 @@ resource_size_t isa_mem_base;
- /* Default PCI flags is 0 on ppc32, modified at boot on ppc64 */
- unsigned int pci_flags;
--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;
- }
-@@ -1583,7 +1583,7 @@ null_write_config(struct pci_bus *bus, u
-       return PCIBIOS_DEVICE_NOT_FOUND;
- }
--static struct pci_ops null_pci_ops = {
-+static const struct pci_ops null_pci_ops = {
-       .read = null_read_config,
-       .write = null_write_config,
- };
-diff -urNp linux-2.6.39/arch/mips/alchemy/common/pci.c linux-2.6.39/arch/mips/alchemy/common/pci.c
---- linux-2.6.39/arch/mips/alchemy/common/pci.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/mips/alchemy/common/pci.c        2011-05-22 19:36:30.000000000 -0400
-@@ -51,7 +51,7 @@ static struct resource pci_mem_resource 
-       .flags  = IORESOURCE_MEM
- };
--extern struct pci_ops au1x_pci_ops;
-+extern const struct pci_ops au1x_pci_ops;
- static struct pci_controller au1x_controller = {
-       .pci_ops        = &au1x_pci_ops,
-diff -urNp linux-2.6.39/arch/mips/cavium-octeon/dma-octeon.c linux-2.6.39/arch/mips/cavium-octeon/dma-octeon.c
---- linux-2.6.39/arch/mips/cavium-octeon/dma-octeon.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/mips/cavium-octeon/dma-octeon.c  2011-05-22 19:36:30.000000000 -0400
-@@ -202,7 +202,7 @@ static phys_addr_t octeon_unity_dma_to_p
- }
- struct octeon_dma_map_ops {
--      struct dma_map_ops dma_map_ops;
-+      const struct dma_map_ops dma_map_ops;
-       dma_addr_t (*phys_to_dma)(struct device *dev, phys_addr_t paddr);
-       phys_addr_t (*dma_to_phys)(struct device *dev, dma_addr_t daddr);
- };
-@@ -324,7 +324,7 @@ static struct octeon_dma_map_ops _octeon
-       },
- };
--struct dma_map_ops *octeon_pci_dma_map_ops;
-+const struct dma_map_ops *octeon_pci_dma_map_ops;
- void __init octeon_pci_dma_init(void)
- {
-diff -urNp linux-2.6.39/arch/mips/cobalt/pci.c linux-2.6.39/arch/mips/cobalt/pci.c
---- linux-2.6.39/arch/mips/cobalt/pci.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/mips/cobalt/pci.c        2011-05-22 19:36:30.000000000 -0400
-@@ -14,7 +14,7 @@
- #include <asm/gt64120.h>
--extern struct pci_ops gt64xxx_pci0_ops;
-+extern const struct pci_ops gt64xxx_pci0_ops;
- static struct resource cobalt_mem_resource = {
-       .start  = GT_DEF_PCI0_MEM0_BASE,
-diff -urNp linux-2.6.39/arch/mips/include/asm/device.h linux-2.6.39/arch/mips/include/asm/device.h
---- linux-2.6.39/arch/mips/include/asm/device.h        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/mips/include/asm/device.h        2011-05-22 19:36:30.000000000 -0400
-@@ -10,7 +10,7 @@ struct dma_map_ops;
- struct dev_archdata {
-       /* DMA operations on that device */
--      struct dma_map_ops *dma_ops;
-+      const struct dma_map_ops *dma_ops;
- };
- struct pdev_archdata {
-diff -urNp linux-2.6.39/arch/mips/include/asm/dma-mapping.h linux-2.6.39/arch/mips/include/asm/dma-mapping.h
---- linux-2.6.39/arch/mips/include/asm/dma-mapping.h   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/mips/include/asm/dma-mapping.h   2011-05-22 19:36:30.000000000 -0400
-@@ -9,9 +9,9 @@
- #include <dma-coherence.h>
- #endif
--extern struct dma_map_ops *mips_dma_map_ops;
-+extern const struct dma_map_ops *mips_dma_map_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)
- {
-       if (dev && dev->archdata.dma_ops)
-               return dev->archdata.dma_ops;
-@@ -33,13 +33,13 @@ static inline void dma_mark_clean(void *
- static inline 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);
-       return ops->dma_supported(dev, mask);
- }
- static inline int dma_mapping_error(struct device *dev, u64 mask)
- {
--      struct dma_map_ops *ops = get_dma_ops(dev);
-+      const struct dma_map_ops *ops = get_dma_ops(dev);
-       return ops->mapping_error(dev, mask);
- }
-@@ -61,7 +61,7 @@ static inline void *dma_alloc_coherent(s
-                                      dma_addr_t *dma_handle, gfp_t gfp)
- {
-       void *ret;
--      struct dma_map_ops *ops = get_dma_ops(dev);
-+      const struct dma_map_ops *ops = get_dma_ops(dev);
-       ret = ops->alloc_coherent(dev, size, dma_handle, gfp);
-@@ -73,7 +73,7 @@ static inline void *dma_alloc_coherent(s
- static inline void dma_free_coherent(struct device *dev, size_t size,
-                                    void *vaddr, dma_addr_t dma_handle)
- {
--      struct dma_map_ops *ops = get_dma_ops(dev);
-+      const struct dma_map_ops *ops = get_dma_ops(dev);
-       ops->free_coherent(dev, size, vaddr, dma_handle);
-diff -urNp linux-2.6.39/arch/mips/include/asm/elf.h linux-2.6.39/arch/mips/include/asm/elf.h
---- linux-2.6.39/arch/mips/include/asm/elf.h   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/mips/include/asm/elf.h   2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/mips/include/asm/elf.h linux-3.0.4/arch/mips/include/asm/elf.h
+--- linux-3.0.4/arch/mips/include/asm/elf.h    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/mips/include/asm/elf.h    2011-08-23 21:47:55.000000000 -0400
 @@ -372,13 +372,16 @@ extern const char *__elf_platform;
  #define ELF_ET_DYN_BASE         (TASK_SIZE / 3 * 2)
  #endif
@@ -2058,21 +1105,9 @@ diff -urNp linux-2.6.39/arch/mips/include/asm/elf.h linux-2.6.39/arch/mips/inclu
 -#define arch_randomize_brk arch_randomize_brk
 -
  #endif /* _ASM_ELF_H */
-diff -urNp linux-2.6.39/arch/mips/include/asm/mach-cavium-octeon/dma-coherence.h linux-2.6.39/arch/mips/include/asm/mach-cavium-octeon/dma-coherence.h
---- linux-2.6.39/arch/mips/include/asm/mach-cavium-octeon/dma-coherence.h      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/mips/include/asm/mach-cavium-octeon/dma-coherence.h      2011-05-22 19:36:30.000000000 -0400
-@@ -66,7 +66,7 @@ dma_addr_t phys_to_dma(struct device *de
- phys_addr_t dma_to_phys(struct device *dev, dma_addr_t daddr);
- struct dma_map_ops;
--extern struct dma_map_ops *octeon_pci_dma_map_ops;
-+extern const struct dma_map_ops *octeon_pci_dma_map_ops;
- extern char *octeon_swiotlb;
- #endif /* __ASM_MACH_CAVIUM_OCTEON_DMA_COHERENCE_H */
-diff -urNp linux-2.6.39/arch/mips/include/asm/page.h linux-2.6.39/arch/mips/include/asm/page.h
---- linux-2.6.39/arch/mips/include/asm/page.h  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/mips/include/asm/page.h  2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/mips/include/asm/page.h linux-3.0.4/arch/mips/include/asm/page.h
+--- linux-3.0.4/arch/mips/include/asm/page.h   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/mips/include/asm/page.h   2011-08-23 21:47:55.000000000 -0400
 @@ -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;
@@ -2082,20 +1117,9 @@ diff -urNp linux-2.6.39/arch/mips/include/asm/page.h linux-2.6.39/arch/mips/incl
    #else
       typedef struct { unsigned long long pte; } pte_t;
       #define pte_val(x)       ((x).pte)
-diff -urNp linux-2.6.39/arch/mips/include/asm/pci/bridge.h linux-2.6.39/arch/mips/include/asm/pci/bridge.h
---- linux-2.6.39/arch/mips/include/asm/pci/bridge.h    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/mips/include/asm/pci/bridge.h    2011-05-22 19:36:30.000000000 -0400
-@@ -849,6 +849,6 @@ struct bridge_controller {
- extern void register_bridge_irq(unsigned int irq);
- extern int request_bridge_irq(struct bridge_controller *bc);
--extern struct pci_ops bridge_pci_ops;
-+extern const struct pci_ops bridge_pci_ops;
- #endif /* _ASM_PCI_BRIDGE_H */
-diff -urNp linux-2.6.39/arch/mips/include/asm/system.h linux-2.6.39/arch/mips/include/asm/system.h
---- linux-2.6.39/arch/mips/include/asm/system.h        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/mips/include/asm/system.h        2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/mips/include/asm/system.h linux-3.0.4/arch/mips/include/asm/system.h
+--- linux-3.0.4/arch/mips/include/asm/system.h 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/mips/include/asm/system.h 2011-08-23 21:47:55.000000000 -0400
 @@ -230,6 +230,6 @@ extern void per_cpu_trap_init(void);
   */
  #define __ARCH_WANT_UNLOCKED_CTXSW
@@ -2104,9 +1128,9 @@ diff -urNp linux-2.6.39/arch/mips/include/asm/system.h linux-2.6.39/arch/mips/in
 +#define arch_align_stack(x) ((x) & ~0xfUL)
  
  #endif /* _ASM_SYSTEM_H */
-diff -urNp linux-2.6.39/arch/mips/kernel/binfmt_elfn32.c linux-2.6.39/arch/mips/kernel/binfmt_elfn32.c
---- linux-2.6.39/arch/mips/kernel/binfmt_elfn32.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/mips/kernel/binfmt_elfn32.c      2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/mips/kernel/binfmt_elfn32.c linux-3.0.4/arch/mips/kernel/binfmt_elfn32.c
+--- linux-3.0.4/arch/mips/kernel/binfmt_elfn32.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/mips/kernel/binfmt_elfn32.c       2011-08-23 21:47:55.000000000 -0400
 @@ -50,6 +50,13 @@ typedef elf_fpreg_t elf_fpregset_t[ELF_N
  #undef ELF_ET_DYN_BASE
  #define ELF_ET_DYN_BASE         (TASK32_SIZE / 3 * 2)
@@ -2121,9 +1145,9 @@ diff -urNp linux-2.6.39/arch/mips/kernel/binfmt_elfn32.c linux-2.6.39/arch/mips/
  #include <asm/processor.h>
  #include <linux/module.h>
  #include <linux/elfcore.h>
-diff -urNp linux-2.6.39/arch/mips/kernel/binfmt_elfo32.c linux-2.6.39/arch/mips/kernel/binfmt_elfo32.c
---- linux-2.6.39/arch/mips/kernel/binfmt_elfo32.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/mips/kernel/binfmt_elfo32.c      2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/mips/kernel/binfmt_elfo32.c linux-3.0.4/arch/mips/kernel/binfmt_elfo32.c
+--- linux-3.0.4/arch/mips/kernel/binfmt_elfo32.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/mips/kernel/binfmt_elfo32.c       2011-08-23 21:47:55.000000000 -0400
 @@ -52,6 +52,13 @@ typedef elf_fpreg_t elf_fpregset_t[ELF_N
  #undef ELF_ET_DYN_BASE
  #define ELF_ET_DYN_BASE         (TASK32_SIZE / 3 * 2)
@@ -2138,21 +1162,9 @@ diff -urNp linux-2.6.39/arch/mips/kernel/binfmt_elfo32.c linux-2.6.39/arch/mips/
  #include <asm/processor.h>
  
  /*
-diff -urNp linux-2.6.39/arch/mips/kernel/kgdb.c linux-2.6.39/arch/mips/kernel/kgdb.c
---- linux-2.6.39/arch/mips/kernel/kgdb.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/mips/kernel/kgdb.c       2011-05-22 19:36:30.000000000 -0400
-@@ -351,7 +351,7 @@ int kgdb_arch_handle_exception(int vecto
-       return -1;
- }
--struct kgdb_arch arch_kgdb_ops;
-+struct kgdb_arch arch_kgdb_ops;       /* cannot be const, see kgdb_arch_init */
- /*
-  * We use kgdb_early_setup so that functions we need to call now don't
-diff -urNp linux-2.6.39/arch/mips/kernel/process.c linux-2.6.39/arch/mips/kernel/process.c
---- linux-2.6.39/arch/mips/kernel/process.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/mips/kernel/process.c    2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/mips/kernel/process.c linux-3.0.4/arch/mips/kernel/process.c
+--- linux-3.0.4/arch/mips/kernel/process.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/mips/kernel/process.c     2011-08-23 21:47:55.000000000 -0400
 @@ -473,15 +473,3 @@ unsigned long get_wchan(struct task_stru
  out:
        return pc;
@@ -2169,10 +1181,37 @@ diff -urNp linux-2.6.39/arch/mips/kernel/process.c linux-2.6.39/arch/mips/kernel
 -
 -      return sp & ALMASK;
 -}
-diff -urNp linux-2.6.39/arch/mips/kernel/syscall.c linux-2.6.39/arch/mips/kernel/syscall.c
---- linux-2.6.39/arch/mips/kernel/syscall.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/mips/kernel/syscall.c    2011-05-22 19:36:30.000000000 -0400
-@@ -108,14 +108,18 @@ unsigned long arch_get_unmapped_area(str
+diff -urNp linux-3.0.4/arch/mips/mm/fault.c linux-3.0.4/arch/mips/mm/fault.c
+--- linux-3.0.4/arch/mips/mm/fault.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/mips/mm/fault.c   2011-08-23 21:47:55.000000000 -0400
+@@ -28,6 +28,23 @@
+ #include <asm/highmem.h>              /* For VMALLOC_END */
+ #include <linux/kdebug.h>
++#ifdef CONFIG_PAX_PAGEEXEC
++void pax_report_insns(void *pc, void *sp)
++{
++      unsigned long i;
++
++      printk(KERN_ERR "PAX: bytes at PC: ");
++      for (i = 0; i < 5; i++) {
++              unsigned int c;
++              if (get_user(c, (unsigned int *)pc+i))
++                      printk(KERN_CONT "???????? ");
++              else
++                      printk(KERN_CONT "%08x ", c);
++      }
++      printk("\n");
++}
++#endif
++
+ /*
+  * 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-3.0.4/arch/mips/mm/mmap.c linux-3.0.4/arch/mips/mm/mmap.c
+--- linux-3.0.4/arch/mips/mm/mmap.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/mips/mm/mmap.c    2011-08-23 21:47:55.000000000 -0400
+@@ -48,14 +48,18 @@ unsigned long arch_get_unmapped_area(str
        do_color_align = 0;
        if (filp || (flags & MAP_SHARED))
                do_color_align = 1;
@@ -2187,25 +1226,26 @@ diff -urNp linux-2.6.39/arch/mips/kernel/syscall.c linux-2.6.39/arch/mips/kernel
                else
                        addr = PAGE_ALIGN(addr);
                vmm = find_vma(current->mm, addr);
--              if (task_size - len >= addr &&
+-              if (TASK_SIZE - len >= addr &&
 -                  (!vmm || addr + len <= vmm->vm_start))
-+              if (task_size - len >= addr && check_heap_stack_gap(vmm, addr, len))
++              if (TASK_SIZE - len >= addr && check_heap_stack_gap(vmm, addr, len))
                        return addr;
        }
        addr = current->mm->mmap_base;
-@@ -128,7 +132,7 @@ unsigned long arch_get_unmapped_area(str
+@@ -68,7 +72,7 @@ unsigned long arch_get_unmapped_area(str
                /* At this point:  (!vmm || addr < vmm->vm_end). */
-               if (task_size - len < addr)
+               if (TASK_SIZE - len < addr)
                        return -ENOMEM;
 -              if (!vmm || addr + len <= vmm->vm_start)
 +              if (check_heap_stack_gap(vmm, addr, len))
                        return addr;
                addr = vmm->vm_end;
                if (do_color_align)
-@@ -154,33 +158,6 @@ void arch_pick_mmap_layout(struct mm_str
+@@ -93,30 +97,3 @@ void arch_pick_mmap_layout(struct mm_str
+       mm->get_unmapped_area = arch_get_unmapped_area;
        mm->unmap_area = arch_unmap_area;
  }
+-
 -static inline unsigned long brk_rnd(void)
 -{
 -      unsigned long rnd = get_random_int();
@@ -2232,594 +1272,9 @@ diff -urNp linux-2.6.39/arch/mips/kernel/syscall.c linux-2.6.39/arch/mips/kernel
 -
 -      return ret;
 -}
--
- SYSCALL_DEFINE6(mips_mmap, unsigned long, addr, unsigned long, len,
-       unsigned long, prot, unsigned long, flags, unsigned long,
-       fd, off_t, offset)
-diff -urNp linux-2.6.39/arch/mips/mm/dma-default.c linux-2.6.39/arch/mips/mm/dma-default.c
---- linux-2.6.39/arch/mips/mm/dma-default.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/mips/mm/dma-default.c    2011-05-22 19:36:30.000000000 -0400
-@@ -300,7 +300,7 @@ void dma_cache_sync(struct device *dev, 
- EXPORT_SYMBOL(dma_cache_sync);
--static struct dma_map_ops mips_default_dma_map_ops = {
-+static const struct dma_map_ops mips_default_dma_map_ops = {
-       .alloc_coherent = mips_dma_alloc_coherent,
-       .free_coherent = mips_dma_free_coherent,
-       .map_page = mips_dma_map_page,
-@@ -315,7 +315,7 @@ static struct dma_map_ops mips_default_d
-       .dma_supported = mips_dma_supported
- };
--struct dma_map_ops *mips_dma_map_ops = &mips_default_dma_map_ops;
-+const struct dma_map_ops *mips_dma_map_ops = &mips_default_dma_map_ops;
- EXPORT_SYMBOL(mips_dma_map_ops);
- #define PREALLOC_DMA_DEBUG_ENTRIES (1 << 16)
-diff -urNp linux-2.6.39/arch/mips/mm/fault.c linux-2.6.39/arch/mips/mm/fault.c
---- linux-2.6.39/arch/mips/mm/fault.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/mips/mm/fault.c  2011-05-22 19:36:30.000000000 -0400
-@@ -28,6 +28,23 @@
- #include <asm/highmem.h>              /* For VMALLOC_END */
- #include <linux/kdebug.h>
-+#ifdef CONFIG_PAX_PAGEEXEC
-+void pax_report_insns(void *pc, void *sp)
-+{
-+      unsigned long i;
-+
-+      printk(KERN_ERR "PAX: bytes at PC: ");
-+      for (i = 0; i < 5; i++) {
-+              unsigned int c;
-+              if (get_user(c, (unsigned int *)pc+i))
-+                      printk(KERN_CONT "???????? ");
-+              else
-+                      printk(KERN_CONT "%08x ", c);
-+      }
-+      printk("\n");
-+}
-+#endif
-+
- /*
-  * 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.39/arch/mips/mti-malta/malta-pci.c linux-2.6.39/arch/mips/mti-malta/malta-pci.c
---- linux-2.6.39/arch/mips/mti-malta/malta-pci.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/mips/mti-malta/malta-pci.c       2011-05-22 19:36:30.000000000 -0400
-@@ -64,9 +64,9 @@ static struct resource msc_io_resource =
-       .flags  = IORESOURCE_IO,
- };
--extern struct pci_ops bonito64_pci_ops;
--extern struct pci_ops gt64xxx_pci0_ops;
--extern struct pci_ops msc_pci_ops;
-+extern const struct pci_ops bonito64_pci_ops;
-+extern const struct pci_ops gt64xxx_pci0_ops;
-+extern const struct pci_ops msc_pci_ops;
- static struct pci_controller bonito64_controller = {
-       .pci_ops        = &bonito64_pci_ops,
-diff -urNp linux-2.6.39/arch/mips/nxp/pnx8550/common/pci.c linux-2.6.39/arch/mips/nxp/pnx8550/common/pci.c
---- linux-2.6.39/arch/mips/nxp/pnx8550/common/pci.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/mips/nxp/pnx8550/common/pci.c    2011-05-22 19:36:30.000000000 -0400
-@@ -40,7 +40,7 @@ static struct resource pci_mem_resource 
-       .flags  = IORESOURCE_MEM
- };
--extern struct pci_ops pnx8550_pci_ops;
-+extern const struct pci_ops pnx8550_pci_ops;
- static struct pci_controller pnx8550_controller = {
-       .pci_ops        = &pnx8550_pci_ops,
-diff -urNp linux-2.6.39/arch/mips/pci/ops-au1000.c linux-2.6.39/arch/mips/pci/ops-au1000.c
---- linux-2.6.39/arch/mips/pci/ops-au1000.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/mips/pci/ops-au1000.c    2011-05-22 19:36:30.000000000 -0400
-@@ -302,7 +302,7 @@ static int config_write(struct pci_bus *
-       }
- }
--struct pci_ops au1x_pci_ops = {
-+const struct pci_ops au1x_pci_ops = {
-       config_read,
-       config_write
- };
-diff -urNp linux-2.6.39/arch/mips/pci/ops-bcm63xx.c linux-2.6.39/arch/mips/pci/ops-bcm63xx.c
---- linux-2.6.39/arch/mips/pci/ops-bcm63xx.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/mips/pci/ops-bcm63xx.c   2011-05-22 19:36:30.000000000 -0400
-@@ -173,7 +173,7 @@ static int bcm63xx_pci_write(struct pci_
-                                    where, size, val);
- }
--struct pci_ops bcm63xx_pci_ops = {
-+const struct pci_ops bcm63xx_pci_ops = {
-       .read   = bcm63xx_pci_read,
-       .write  = bcm63xx_pci_write
- };
-@@ -402,7 +402,7 @@ static int bcm63xx_cb_write(struct pci_b
-       return PCIBIOS_DEVICE_NOT_FOUND;
- }
--struct pci_ops bcm63xx_cb_ops = {
-+const struct pci_ops bcm63xx_cb_ops = {
-       .read   = bcm63xx_cb_read,
-       .write   = bcm63xx_cb_write,
- };
-diff -urNp linux-2.6.39/arch/mips/pci/ops-bonito64.c linux-2.6.39/arch/mips/pci/ops-bonito64.c
---- linux-2.6.39/arch/mips/pci/ops-bonito64.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/mips/pci/ops-bonito64.c  2011-05-22 19:36:30.000000000 -0400
-@@ -155,7 +155,7 @@ static int bonito64_pcibios_write(struct
-       return PCIBIOS_SUCCESSFUL;
- }
--struct pci_ops bonito64_pci_ops = {
-+const struct pci_ops bonito64_pci_ops = {
-       .read = bonito64_pcibios_read,
-       .write = bonito64_pcibios_write
- };
-diff -urNp linux-2.6.39/arch/mips/pci/ops-bridge.c linux-2.6.39/arch/mips/pci/ops-bridge.c
---- linux-2.6.39/arch/mips/pci/ops-bridge.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/mips/pci/ops-bridge.c    2011-05-22 19:36:30.000000000 -0400
-@@ -316,7 +316,7 @@ static int pci_write_config(struct pci_b
-       return pci_conf0_write_config(bus, devfn, where, size, value);
- }
--struct pci_ops bridge_pci_ops = {
-+const struct pci_ops bridge_pci_ops = {
-       .read   = pci_read_config,
-       .write  = pci_write_config,
- };
-diff -urNp linux-2.6.39/arch/mips/pci/ops-emma2rh.c linux-2.6.39/arch/mips/pci/ops-emma2rh.c
---- linux-2.6.39/arch/mips/pci/ops-emma2rh.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/mips/pci/ops-emma2rh.c   2011-05-22 19:36:30.000000000 -0400
-@@ -176,7 +176,7 @@ static int pci_config_write(struct pci_b
-       return PCIBIOS_SUCCESSFUL;
- }
--struct pci_ops emma2rh_pci_ops = {
-+const struct pci_ops emma2rh_pci_ops = {
-       .read = pci_config_read,
-       .write = pci_config_write,
- };
-diff -urNp linux-2.6.39/arch/mips/pci/ops-gt64xxx_pci0.c linux-2.6.39/arch/mips/pci/ops-gt64xxx_pci0.c
---- linux-2.6.39/arch/mips/pci/ops-gt64xxx_pci0.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/mips/pci/ops-gt64xxx_pci0.c      2011-05-22 19:36:30.000000000 -0400
-@@ -146,7 +146,7 @@ static int gt64xxx_pci0_pcibios_write(st
-       return PCIBIOS_SUCCESSFUL;
- }
--struct pci_ops gt64xxx_pci0_ops = {
-+const struct pci_ops gt64xxx_pci0_ops = {
-       .read   = gt64xxx_pci0_pcibios_read,
-       .write  = gt64xxx_pci0_pcibios_write
- };
-diff -urNp linux-2.6.39/arch/mips/pci/ops-loongson2.c linux-2.6.39/arch/mips/pci/ops-loongson2.c
---- linux-2.6.39/arch/mips/pci/ops-loongson2.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/mips/pci/ops-loongson2.c 2011-05-22 19:36:30.000000000 -0400
-@@ -174,7 +174,7 @@ static int loongson_pcibios_write(struct
-       return PCIBIOS_SUCCESSFUL;
- }
--struct pci_ops loongson_pci_ops = {
-+const struct pci_ops loongson_pci_ops = {
-       .read = loongson_pcibios_read,
-       .write = loongson_pcibios_write
- };
-diff -urNp linux-2.6.39/arch/mips/pci/ops-mace.c linux-2.6.39/arch/mips/pci/ops-mace.c
---- linux-2.6.39/arch/mips/pci/ops-mace.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/mips/pci/ops-mace.c      2011-05-22 19:36:30.000000000 -0400
-@@ -96,7 +96,7 @@ mace_pci_write_config(struct pci_bus *bu
-       return PCIBIOS_SUCCESSFUL;
- }
--struct pci_ops mace_pci_ops = {
-+const struct pci_ops mace_pci_ops = {
-       .read = mace_pci_read_config,
-       .write = mace_pci_write_config,
- };
-diff -urNp linux-2.6.39/arch/mips/pci/ops-msc.c linux-2.6.39/arch/mips/pci/ops-msc.c
---- linux-2.6.39/arch/mips/pci/ops-msc.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/mips/pci/ops-msc.c       2011-05-22 19:36:30.000000000 -0400
-@@ -142,7 +142,7 @@ static int msc_pcibios_write(struct pci_
-       return PCIBIOS_SUCCESSFUL;
- }
--struct pci_ops msc_pci_ops = {
-+const struct pci_ops msc_pci_ops = {
-       .read = msc_pcibios_read,
-       .write = msc_pcibios_write
- };
-diff -urNp linux-2.6.39/arch/mips/pci/ops-nile4.c linux-2.6.39/arch/mips/pci/ops-nile4.c
---- linux-2.6.39/arch/mips/pci/ops-nile4.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/mips/pci/ops-nile4.c     2011-05-22 19:36:30.000000000 -0400
-@@ -141,7 +141,7 @@ static int nile4_pcibios_write(struct pc
-       return PCIBIOS_SUCCESSFUL;
- }
--struct pci_ops nile4_pci_ops = {
-+const struct pci_ops nile4_pci_ops = {
-       .read = nile4_pcibios_read,
-       .write = nile4_pcibios_write,
- };
-diff -urNp linux-2.6.39/arch/mips/pci/ops-pmcmsp.c linux-2.6.39/arch/mips/pci/ops-pmcmsp.c
---- linux-2.6.39/arch/mips/pci/ops-pmcmsp.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/mips/pci/ops-pmcmsp.c    2011-05-22 19:36:30.000000000 -0400
-@@ -904,7 +904,7 @@ msp_pcibios_write_config(struct pci_bus 
-  *    write     - function for Linux to generate PCI Configuration writes.
-  *
-  ****************************************************************************/
--struct pci_ops msp_pci_ops = {
-+const struct pci_ops msp_pci_ops = {
-       .read = msp_pcibios_read_config,
-       .write = msp_pcibios_write_config
- };
-diff -urNp linux-2.6.39/arch/mips/pci/ops-pnx8550.c linux-2.6.39/arch/mips/pci/ops-pnx8550.c
---- linux-2.6.39/arch/mips/pci/ops-pnx8550.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/mips/pci/ops-pnx8550.c   2011-05-22 19:36:30.000000000 -0400
-@@ -276,7 +276,7 @@ static int config_write(struct pci_bus *
-       }
- }
--struct pci_ops pnx8550_pci_ops = {
-+const struct pci_ops pnx8550_pci_ops = {
-       config_read,
-       config_write
- };
-diff -urNp linux-2.6.39/arch/mips/pci/ops-rc32434.c linux-2.6.39/arch/mips/pci/ops-rc32434.c
---- linux-2.6.39/arch/mips/pci/ops-rc32434.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/mips/pci/ops-rc32434.c   2011-05-22 19:36:30.000000000 -0400
-@@ -201,7 +201,7 @@ static int pci_config_write(struct pci_b
-       }
- }
--struct pci_ops rc32434_pci_ops = {
-+const struct pci_ops rc32434_pci_ops = {
-       .read = pci_config_read,
-       .write = pci_config_write,
- };
-diff -urNp linux-2.6.39/arch/mips/pci/ops-sni.c linux-2.6.39/arch/mips/pci/ops-sni.c
---- linux-2.6.39/arch/mips/pci/ops-sni.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/mips/pci/ops-sni.c       2011-05-22 19:36:30.000000000 -0400
-@@ -83,7 +83,7 @@ static int pcimt_write(struct pci_bus *b
-       return 0;
- }
--struct pci_ops sni_pcimt_ops = {
-+const struct pci_ops sni_pcimt_ops = {
-       .read = pcimt_read,
-       .write = pcimt_write,
- };
-@@ -158,7 +158,7 @@ static int pcit_write(struct pci_bus *bu
- }
--struct pci_ops sni_pcit_ops = {
-+const struct pci_ops sni_pcit_ops = {
-       .read = pcit_read,
-       .write = pcit_write,
- };
-diff -urNp linux-2.6.39/arch/mips/pci/ops-titan.c linux-2.6.39/arch/mips/pci/ops-titan.c
---- linux-2.6.39/arch/mips/pci/ops-titan.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/mips/pci/ops-titan.c     2011-05-22 19:36:30.000000000 -0400
-@@ -105,7 +105,7 @@ static int titan_write_config(struct pci
- /*
-  * Titan PCI structure
-  */
--struct pci_ops titan_pci_ops = {
-+const struct pci_ops titan_pci_ops = {
-       titan_read_config,
-       titan_write_config,
- };
-diff -urNp linux-2.6.39/arch/mips/pci/ops-titan-ht.c linux-2.6.39/arch/mips/pci/ops-titan-ht.c
---- linux-2.6.39/arch/mips/pci/ops-titan-ht.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/mips/pci/ops-titan-ht.c  2011-05-22 19:36:30.000000000 -0400
-@@ -118,7 +118,7 @@ static int titan_ht_config_write(struct 
-       return PCIBIOS_SUCCESSFUL;
- }
--struct pci_ops titan_ht_pci_ops = {
-+const struct pci_ops titan_ht_pci_ops = {
-       .read   = titan_ht_config_read,
-       .write  = titan_ht_config_write,
- };
-diff -urNp linux-2.6.39/arch/mips/pci/ops-tx3927.c linux-2.6.39/arch/mips/pci/ops-tx3927.c
---- linux-2.6.39/arch/mips/pci/ops-tx3927.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/mips/pci/ops-tx3927.c    2011-05-22 19:36:30.000000000 -0400
-@@ -121,7 +121,7 @@ static int tx3927_pci_write_config(struc
-       return check_abort();
- }
--static struct pci_ops tx3927_pci_ops = {
-+static const struct pci_ops tx3927_pci_ops = {
-       .read = tx3927_pci_read_config,
-       .write = tx3927_pci_write_config,
- };
-diff -urNp linux-2.6.39/arch/mips/pci/ops-vr41xx.c linux-2.6.39/arch/mips/pci/ops-vr41xx.c
---- linux-2.6.39/arch/mips/pci/ops-vr41xx.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/mips/pci/ops-vr41xx.c    2011-05-22 19:36:30.000000000 -0400
-@@ -120,7 +120,7 @@ static int pci_config_write(struct pci_b
-       return PCIBIOS_SUCCESSFUL;
- }
--struct pci_ops vr41xx_pci_ops = {
-+const struct pci_ops vr41xx_pci_ops = {
-       .read   = pci_config_read,
-       .write  = pci_config_write,
- };
-diff -urNp linux-2.6.39/arch/mips/pci/pci-bcm1480.c linux-2.6.39/arch/mips/pci/pci-bcm1480.c
---- linux-2.6.39/arch/mips/pci/pci-bcm1480.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/mips/pci/pci-bcm1480.c   2011-05-22 19:36:30.000000000 -0400
-@@ -171,7 +171,7 @@ static int bcm1480_pcibios_write(struct 
-       return PCIBIOS_SUCCESSFUL;
- }
--struct pci_ops bcm1480_pci_ops = {
-+const struct pci_ops bcm1480_pci_ops = {
-       bcm1480_pcibios_read,
-       bcm1480_pcibios_write,
- };
-diff -urNp linux-2.6.39/arch/mips/pci/pci-bcm1480ht.c linux-2.6.39/arch/mips/pci/pci-bcm1480ht.c
---- linux-2.6.39/arch/mips/pci/pci-bcm1480ht.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/mips/pci/pci-bcm1480ht.c 2011-05-22 19:36:30.000000000 -0400
-@@ -166,7 +166,7 @@ static int bcm1480ht_pcibios_get_busno(v
-       return 0;
- }
--struct pci_ops bcm1480ht_pci_ops = {
-+const struct pci_ops bcm1480ht_pci_ops = {
-       .read   = bcm1480ht_pcibios_read,
-       .write  = bcm1480ht_pcibios_write,
- };
-diff -urNp linux-2.6.39/arch/mips/pci/pci-bcm63xx.h linux-2.6.39/arch/mips/pci/pci-bcm63xx.h
---- linux-2.6.39/arch/mips/pci/pci-bcm63xx.h   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/mips/pci/pci-bcm63xx.h   2011-05-22 19:36:30.000000000 -0400
-@@ -16,8 +16,8 @@
- /*
-  * defined in ops-bcm63xx.c
-  */
--extern struct pci_ops bcm63xx_pci_ops;
--extern struct pci_ops bcm63xx_cb_ops;
-+extern const struct pci_ops bcm63xx_pci_ops;
-+extern const struct pci_ops bcm63xx_cb_ops;
- /*
-  * defined in pci-bcm63xx.c
-diff -urNp linux-2.6.39/arch/mips/pci/pci-emma2rh.c linux-2.6.39/arch/mips/pci/pci-emma2rh.c
---- linux-2.6.39/arch/mips/pci/pci-emma2rh.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/mips/pci/pci-emma2rh.c   2011-05-22 19:36:30.000000000 -0400
-@@ -43,7 +43,7 @@ static struct resource pci_mem_resource 
-       .flags = IORESOURCE_MEM,
- };
--extern struct pci_ops emma2rh_pci_ops;
-+extern const struct pci_ops emma2rh_pci_ops;
- static struct pci_controller emma2rh_pci_controller = {
-       .pci_ops = &emma2rh_pci_ops,
-diff -urNp linux-2.6.39/arch/mips/pci/pcie-octeon.c linux-2.6.39/arch/mips/pci/pcie-octeon.c
---- linux-2.6.39/arch/mips/pci/pcie-octeon.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/mips/pci/pcie-octeon.c   2011-05-22 19:36:30.000000000 -0400
-@@ -1237,7 +1237,7 @@ static int octeon_pcie1_write_config(str
-       return octeon_pcie_write_config(1, bus, devfn, reg, size, val);
- }
--static struct pci_ops octeon_pcie0_ops = {
-+static const struct pci_ops octeon_pcie0_ops = {
-       octeon_pcie0_read_config,
-       octeon_pcie0_write_config,
- };
-@@ -1258,7 +1258,7 @@ static struct pci_controller octeon_pcie
-       .io_resource = &octeon_pcie0_io_resource,
- };
--static struct pci_ops octeon_pcie1_ops = {
-+static const struct pci_ops octeon_pcie1_ops = {
-       octeon_pcie1_read_config,
-       octeon_pcie1_write_config,
- };
-diff -urNp linux-2.6.39/arch/mips/pci/pci-ip27.c linux-2.6.39/arch/mips/pci/pci-ip27.c
---- linux-2.6.39/arch/mips/pci/pci-ip27.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/mips/pci/pci-ip27.c      2011-05-22 19:36:30.000000000 -0400
-@@ -39,7 +39,7 @@ static struct bridge_controller bridges[
- struct bridge_controller *irq_to_bridge[MAX_PCI_BUSSES * MAX_DEVICES_PER_PCIBUS];
- int irq_to_slot[MAX_PCI_BUSSES * MAX_DEVICES_PER_PCIBUS];
--extern struct pci_ops bridge_pci_ops;
-+extern const struct pci_ops bridge_pci_ops;
- int __cpuinit bridge_probe(nasid_t nasid, int widget_id, int masterwid)
- {
-diff -urNp linux-2.6.39/arch/mips/pci/pci-ip32.c linux-2.6.39/arch/mips/pci/pci-ip32.c
---- linux-2.6.39/arch/mips/pci/pci-ip32.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/mips/pci/pci-ip32.c      2011-05-22 19:36:30.000000000 -0400
-@@ -82,7 +82,7 @@ static irqreturn_t macepci_error(int irq
- }
--extern struct pci_ops mace_pci_ops;
-+extern const struct pci_ops mace_pci_ops;
- #ifdef CONFIG_64BIT
- static struct resource mace_pci_mem_resource = {
-       .name   = "SGI O2 PCI MEM",
-diff -urNp linux-2.6.39/arch/mips/pci/pci-lasat.c linux-2.6.39/arch/mips/pci/pci-lasat.c
---- linux-2.6.39/arch/mips/pci/pci-lasat.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/mips/pci/pci-lasat.c     2011-05-22 19:36:30.000000000 -0400
-@@ -14,8 +14,8 @@
- #include <irq.h>
--extern struct pci_ops nile4_pci_ops;
--extern struct pci_ops gt64xxx_pci0_ops;
-+extern const struct pci_ops nile4_pci_ops;
-+extern const struct pci_ops gt64xxx_pci0_ops;
- static struct resource lasat_pci_mem_resource = {
-       .name   = "LASAT PCI MEM",
-       .start  = 0x18000000,
-diff -urNp linux-2.6.39/arch/mips/pci/pci-octeon.c linux-2.6.39/arch/mips/pci/pci-octeon.c
---- linux-2.6.39/arch/mips/pci/pci-octeon.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/mips/pci/pci-octeon.c    2011-05-22 19:36:30.000000000 -0400
-@@ -334,7 +334,7 @@ static int octeon_write_config(struct pc
- }
--static struct pci_ops octeon_pci_ops = {
-+static const struct pci_ops octeon_pci_ops = {
-       octeon_read_config,
-       octeon_write_config,
- };
-diff -urNp linux-2.6.39/arch/mips/pci/pci-rc32434.c linux-2.6.39/arch/mips/pci/pci-rc32434.c
---- linux-2.6.39/arch/mips/pci/pci-rc32434.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/mips/pci/pci-rc32434.c   2011-05-22 19:36:30.000000000 -0400
-@@ -75,7 +75,7 @@ static struct resource rc32434_res_pci_i
-       .flags = IORESOURCE_IO,
- };
--extern struct pci_ops rc32434_pci_ops;
-+extern const struct pci_ops rc32434_pci_ops;
- #define PCI_MEM1_START        PCI_ADDR_START
- #define PCI_MEM1_END  (PCI_ADDR_START + CPUTOPCI_MEM_WIN - 1)
-diff -urNp linux-2.6.39/arch/mips/pci/pci-sb1250.c linux-2.6.39/arch/mips/pci/pci-sb1250.c
---- linux-2.6.39/arch/mips/pci/pci-sb1250.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/mips/pci/pci-sb1250.c    2011-05-22 19:36:30.000000000 -0400
-@@ -181,7 +181,7 @@ static int sb1250_pcibios_write(struct p
-       return PCIBIOS_SUCCESSFUL;
- }
--struct pci_ops sb1250_pci_ops = {
-+const struct pci_ops sb1250_pci_ops = {
-       .read   = sb1250_pcibios_read,
-       .write  = sb1250_pcibios_write,
- };
-diff -urNp linux-2.6.39/arch/mips/pci/pci-vr41xx.c linux-2.6.39/arch/mips/pci/pci-vr41xx.c
---- linux-2.6.39/arch/mips/pci/pci-vr41xx.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/mips/pci/pci-vr41xx.c    2011-05-22 19:36:30.000000000 -0400
-@@ -36,7 +36,7 @@
- #include "pci-vr41xx.h"
--extern struct pci_ops vr41xx_pci_ops;
-+extern const struct pci_ops vr41xx_pci_ops;
- static void __iomem *pciu_base;
-diff -urNp linux-2.6.39/arch/mips/pci/pci-yosemite.c linux-2.6.39/arch/mips/pci/pci-yosemite.c
---- linux-2.6.39/arch/mips/pci/pci-yosemite.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/mips/pci/pci-yosemite.c  2011-05-22 19:36:30.000000000 -0400
-@@ -11,7 +11,7 @@
- #include <linux/pci.h>
- #include <asm/titan_dep.h>
--extern struct pci_ops titan_pci_ops;
-+extern const struct pci_ops titan_pci_ops;
- static struct resource py_mem_resource = {
-       .start  = 0xe0000000UL,
-diff -urNp linux-2.6.39/arch/mips/pmc-sierra/yosemite/ht.c linux-2.6.39/arch/mips/pmc-sierra/yosemite/ht.c
---- linux-2.6.39/arch/mips/pmc-sierra/yosemite/ht.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/mips/pmc-sierra/yosemite/ht.c    2011-05-22 19:36:30.000000000 -0400
-@@ -366,7 +366,7 @@ resource_size_t pcibios_align_resource(v
-       return start;
- }
--struct pci_ops titan_pci_ops = {
-+const struct pci_ops titan_pci_ops = {
-         titan_ht_config_read_byte,
-         titan_ht_config_read_word,
-         titan_ht_config_read_dword,
-diff -urNp linux-2.6.39/arch/mips/pnx8550/common/pci.c linux-2.6.39/arch/mips/pnx8550/common/pci.c
---- linux-2.6.39/arch/mips/pnx8550/common/pci.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/mips/pnx8550/common/pci.c        2011-05-22 19:36:30.000000000 -0400
-@@ -40,7 +40,7 @@ static struct resource pci_mem_resource 
-       .flags  = IORESOURCE_MEM
- };
--extern struct pci_ops pnx8550_pci_ops;
-+extern const struct pci_ops pnx8550_pci_ops;
- static struct pci_controller pnx8550_controller = {
-       .pci_ops        = &pnx8550_pci_ops,
-diff -urNp linux-2.6.39/arch/mips/sni/pcimt.c linux-2.6.39/arch/mips/sni/pcimt.c
---- linux-2.6.39/arch/mips/sni/pcimt.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/mips/sni/pcimt.c 2011-05-22 19:36:30.000000000 -0400
-@@ -183,7 +183,7 @@ static void __init sni_pcimt_resource_in
-               request_resource(&sni_mem_resource, pcimt_mem_resources + i);
- }
--extern struct pci_ops sni_pcimt_ops;
-+extern const struct pci_ops sni_pcimt_ops;
- static struct pci_controller sni_controller = {
-       .pci_ops        = &sni_pcimt_ops,
-diff -urNp linux-2.6.39/arch/mips/sni/pcit.c linux-2.6.39/arch/mips/sni/pcit.c
---- linux-2.6.39/arch/mips/sni/pcit.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/mips/sni/pcit.c  2011-05-22 19:36:30.000000000 -0400
-@@ -145,7 +145,7 @@ static void __init sni_pcit_resource_ini
- }
--extern struct pci_ops sni_pcit_ops;
-+extern const struct pci_ops sni_pcit_ops;
- static struct pci_controller sni_pcit_controller = {
-       .pci_ops        = &sni_pcit_ops,
-diff -urNp linux-2.6.39/arch/mips/wrppmc/pci.c linux-2.6.39/arch/mips/wrppmc/pci.c
---- linux-2.6.39/arch/mips/wrppmc/pci.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/mips/wrppmc/pci.c        2011-05-22 19:36:30.000000000 -0400
-@@ -14,7 +14,7 @@
- #include <asm/gt64120.h>
--extern struct pci_ops gt64xxx_pci0_ops;
-+extern const struct pci_ops gt64xxx_pci0_ops;
- static struct resource pci0_io_resource = {
-       .name  = "pci_0 io",
-diff -urNp linux-2.6.39/arch/mn10300/unit-asb2305/pci-asb2305.h linux-2.6.39/arch/mn10300/unit-asb2305/pci-asb2305.h
---- linux-2.6.39/arch/mn10300/unit-asb2305/pci-asb2305.h       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/mn10300/unit-asb2305/pci-asb2305.h       2011-05-22 19:36:30.000000000 -0400
-@@ -39,7 +39,7 @@ extern void pcibios_resource_survey(void
- extern int pcibios_last_bus;
- extern struct pci_bus *pci_root_bus;
--extern struct pci_ops *pci_root_ops;
-+extern const struct pci_ops *pci_root_ops;
- extern struct irq_routing_table *pcibios_get_irq_routing_table(void);
- extern int pcibios_set_irq_routing(struct pci_dev *dev, int pin, int irq);
-diff -urNp linux-2.6.39/arch/mn10300/unit-asb2305/pci.c linux-2.6.39/arch/mn10300/unit-asb2305/pci.c
---- linux-2.6.39/arch/mn10300/unit-asb2305/pci.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/mn10300/unit-asb2305/pci.c       2011-05-22 19:36:30.000000000 -0400
-@@ -24,7 +24,7 @@ unsigned int pci_probe = 1;
- int pcibios_last_bus = -1;
- struct pci_bus *pci_root_bus;
--struct pci_ops *pci_root_ops;
-+const struct pci_ops *pci_root_ops;
- /*
-  * The accessible PCI window does not cover the entire CPU address space, but
-@@ -274,7 +274,7 @@ static int pci_ampci_write_config(struct
-       }
- }
--static struct pci_ops pci_direct_ampci = {
-+static const struct pci_ops pci_direct_ampci = {
-       pci_ampci_read_config,
-       pci_ampci_write_config,
- };
-@@ -289,7 +289,7 @@ static struct pci_ops pci_direct_ampci =
-  * 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_ops *o)
-+static int __init pci_sanity_check(const struct pci_ops *o)
- {
-       struct pci_bus bus;             /* Fake bus and device */
-       u32 x;
-diff -urNp linux-2.6.39/arch/parisc/include/asm/elf.h linux-2.6.39/arch/parisc/include/asm/elf.h
---- linux-2.6.39/arch/parisc/include/asm/elf.h 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/parisc/include/asm/elf.h 2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/parisc/include/asm/elf.h linux-3.0.4/arch/parisc/include/asm/elf.h
+--- linux-3.0.4/arch/parisc/include/asm/elf.h  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/parisc/include/asm/elf.h  2011-08-23 21:47:55.000000000 -0400
 @@ -342,6 +342,13 @@ struct pt_regs;   /* forward declaration..
  
  #define ELF_ET_DYN_BASE         (TASK_UNMAPPED_BASE + 0x01000000)
@@ -2834,10 +1289,10 @@ diff -urNp linux-2.6.39/arch/parisc/include/asm/elf.h linux-2.6.39/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.39/arch/parisc/include/asm/pgtable.h linux-2.6.39/arch/parisc/include/asm/pgtable.h
---- linux-2.6.39/arch/parisc/include/asm/pgtable.h     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/parisc/include/asm/pgtable.h     2011-05-22 19:36:30.000000000 -0400
-@@ -207,6 +207,17 @@ struct vm_area_struct;
+diff -urNp linux-3.0.4/arch/parisc/include/asm/pgtable.h linux-3.0.4/arch/parisc/include/asm/pgtable.h
+--- linux-3.0.4/arch/parisc/include/asm/pgtable.h      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/parisc/include/asm/pgtable.h      2011-08-23 21:47:55.000000000 -0400
+@@ -210,6 +210,17 @@ struct vm_area_struct;
  #define PAGE_EXECREAD   __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_READ | _PAGE_EXEC |_PAGE_ACCESSED)
  #define PAGE_COPY       PAGE_EXECREAD
  #define PAGE_RWX        __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_READ | _PAGE_WRITE | _PAGE_EXEC |_PAGE_ACCESSED)
@@ -2853,12 +1308,12 @@ diff -urNp linux-2.6.39/arch/parisc/include/asm/pgtable.h linux-2.6.39/arch/pari
 +#endif
 +
  #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.39/arch/parisc/kernel/module.c linux-2.6.39/arch/parisc/kernel/module.c
---- linux-2.6.39/arch/parisc/kernel/module.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/parisc/kernel/module.c   2011-05-22 19:36:30.000000000 -0400
-@@ -96,16 +96,38 @@
+ #define PAGE_KERNEL_EXEC      __pgprot(_PAGE_KERNEL_EXEC)
+ #define PAGE_KERNEL_RWX       __pgprot(_PAGE_KERNEL_RWX)
+diff -urNp linux-3.0.4/arch/parisc/kernel/module.c linux-3.0.4/arch/parisc/kernel/module.c
+--- linux-3.0.4/arch/parisc/kernel/module.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/parisc/kernel/module.c    2011-08-23 21:47:55.000000000 -0400
+@@ -98,16 +98,38 @@
  
  /* three functions to determine where in the module core
   * or init pieces the location is */
@@ -2901,7 +1356,7 @@ diff -urNp linux-2.6.39/arch/parisc/kernel/module.c linux-2.6.39/arch/parisc/ker
  }
  
  static inline int in_local(struct module *me, void *loc)
-@@ -365,13 +387,13 @@ int module_frob_arch_sections(CONST Elf_
+@@ -373,13 +395,13 @@ int module_frob_arch_sections(CONST Elf_
        }
  
        /* align things a bit */
@@ -2922,7 +1377,7 @@ diff -urNp linux-2.6.39/arch/parisc/kernel/module.c linux-2.6.39/arch/parisc/ker
  
        me->arch.got_max = gots;
        me->arch.fdesc_max = fdescs;
-@@ -389,7 +411,7 @@ static Elf64_Word get_got(struct module 
+@@ -397,7 +419,7 @@ static Elf64_Word get_got(struct module 
  
        BUG_ON(value == 0);
  
@@ -2931,7 +1386,7 @@ diff -urNp linux-2.6.39/arch/parisc/kernel/module.c linux-2.6.39/arch/parisc/ker
        for (i = 0; got[i].addr; i++)
                if (got[i].addr == value)
                        goto out;
-@@ -407,7 +429,7 @@ static Elf64_Word get_got(struct module 
+@@ -415,7 +437,7 @@ static Elf64_Word get_got(struct module 
  #ifdef CONFIG_64BIT
  static Elf_Addr get_fdesc(struct module *me, unsigned long value)
  {
@@ -2940,7 +1395,7 @@ diff -urNp linux-2.6.39/arch/parisc/kernel/module.c linux-2.6.39/arch/parisc/ker
  
        if (!value) {
                printk(KERN_ERR "%s: zero OPD requested!\n", me->name);
-@@ -425,7 +447,7 @@ static Elf_Addr get_fdesc(struct module 
+@@ -433,7 +455,7 @@ static Elf_Addr get_fdesc(struct module 
  
        /* Create new one */
        fdesc->addr = value;
@@ -2949,7 +1404,7 @@ diff -urNp linux-2.6.39/arch/parisc/kernel/module.c linux-2.6.39/arch/parisc/ker
        return (Elf_Addr)fdesc;
  }
  #endif /* CONFIG_64BIT */
-@@ -849,7 +871,7 @@ register_unwind_table(struct module *me,
+@@ -857,7 +879,7 @@ register_unwind_table(struct module *me,
  
        table = (unsigned char *)sechdrs[me->arch.unwind_section].sh_addr;
        end = table + sechdrs[me->arch.unwind_section].sh_size;
@@ -2958,9 +1413,9 @@ diff -urNp linux-2.6.39/arch/parisc/kernel/module.c linux-2.6.39/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.39/arch/parisc/kernel/sys_parisc.c linux-2.6.39/arch/parisc/kernel/sys_parisc.c
---- linux-2.6.39/arch/parisc/kernel/sys_parisc.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/parisc/kernel/sys_parisc.c       2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/parisc/kernel/sys_parisc.c linux-3.0.4/arch/parisc/kernel/sys_parisc.c
+--- linux-3.0.4/arch/parisc/kernel/sys_parisc.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/parisc/kernel/sys_parisc.c        2011-08-23 21:47:55.000000000 -0400
 @@ -43,7 +43,7 @@ static unsigned long get_unshared_area(u
                /* At this point:  (!vma || addr < vma->vm_end). */
                if (TASK_SIZE - len < addr)
@@ -2988,9 +1443,9 @@ diff -urNp linux-2.6.39/arch/parisc/kernel/sys_parisc.c linux-2.6.39/arch/parisc
  
        if (filp) {
                addr = get_shared_area(filp->f_mapping, addr, len, pgoff);
-diff -urNp linux-2.6.39/arch/parisc/kernel/traps.c linux-2.6.39/arch/parisc/kernel/traps.c
---- linux-2.6.39/arch/parisc/kernel/traps.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/parisc/kernel/traps.c    2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/parisc/kernel/traps.c linux-3.0.4/arch/parisc/kernel/traps.c
+--- linux-3.0.4/arch/parisc/kernel/traps.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/parisc/kernel/traps.c     2011-08-23 21:47:55.000000000 -0400
 @@ -733,9 +733,7 @@ void notrace handle_interruption(int cod
  
                        down_read(&current->mm->mmap_sem);
@@ -3002,9 +1457,9 @@ diff -urNp linux-2.6.39/arch/parisc/kernel/traps.c linux-2.6.39/arch/parisc/kern
                                fault_address = regs->iaoq[0];
                                fault_space = regs->iasq[0];
  
-diff -urNp linux-2.6.39/arch/parisc/mm/fault.c linux-2.6.39/arch/parisc/mm/fault.c
---- linux-2.6.39/arch/parisc/mm/fault.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/parisc/mm/fault.c        2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/parisc/mm/fault.c linux-3.0.4/arch/parisc/mm/fault.c
+--- linux-3.0.4/arch/parisc/mm/fault.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/parisc/mm/fault.c 2011-08-23 21:47:55.000000000 -0400
 @@ -15,6 +15,7 @@
  #include <linux/sched.h>
  #include <linux/interrupt.h>
@@ -3174,86 +1629,9 @@ diff -urNp linux-2.6.39/arch/parisc/mm/fault.c linux-2.6.39/arch/parisc/mm/fault
  
        /*
         * If for any reason at all we couldn't handle the fault, make
-diff -urNp linux-2.6.39/arch/powerpc/include/asm/device.h linux-2.6.39/arch/powerpc/include/asm/device.h
---- linux-2.6.39/arch/powerpc/include/asm/device.h     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/powerpc/include/asm/device.h     2011-05-22 19:36:30.000000000 -0400
-@@ -17,7 +17,7 @@ struct device_node;
-  */
- struct dev_archdata {
-       /* 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.39/arch/powerpc/include/asm/dma-mapping.h linux-2.6.39/arch/powerpc/include/asm/dma-mapping.h
---- linux-2.6.39/arch/powerpc/include/asm/dma-mapping.h        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/powerpc/include/asm/dma-mapping.h        2011-05-22 19:36:30.000000000 -0400
-@@ -67,12 +67,13 @@ static inline unsigned long device_to_ma
- /*
-  * Available generic sets of operations
-  */
-+/* cannot be const */
- #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
-@@ -85,7 +86,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;
- }
-@@ -119,7 +120,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;
-@@ -133,7 +134,7 @@ extern int dma_set_mask(struct device *d
- 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);
-@@ -148,7 +149,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);
-@@ -159,7 +160,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.39/arch/powerpc/include/asm/elf.h linux-2.6.39/arch/powerpc/include/asm/elf.h
---- linux-2.6.39/arch/powerpc/include/asm/elf.h        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/powerpc/include/asm/elf.h        2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/powerpc/include/asm/elf.h linux-3.0.4/arch/powerpc/include/asm/elf.h
+--- linux-3.0.4/arch/powerpc/include/asm/elf.h 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/powerpc/include/asm/elf.h 2011-08-23 21:47:55.000000000 -0400
 @@ -178,8 +178,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.  */
@@ -3286,22 +1664,9 @@ diff -urNp linux-2.6.39/arch/powerpc/include/asm/elf.h linux-2.6.39/arch/powerpc
  #endif /* __KERNEL__ */
  
  /*
-diff -urNp linux-2.6.39/arch/powerpc/include/asm/iommu.h linux-2.6.39/arch/powerpc/include/asm/iommu.h
---- linux-2.6.39/arch/powerpc/include/asm/iommu.h      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/powerpc/include/asm/iommu.h      2011-05-22 19:36:30.000000000 -0400
-@@ -116,6 +116,9 @@ extern void iommu_init_early_iSeries(voi
- extern void iommu_init_early_dart(void);
- extern void iommu_init_early_pasemi(void);
-+/* dma-iommu.c */
-+extern int dma_iommu_dma_supported(struct device *dev, u64 mask);
-+
- #ifdef CONFIG_PCI
- extern void pci_iommu_init(void);
- extern void pci_direct_iommu_init(void);
-diff -urNp linux-2.6.39/arch/powerpc/include/asm/kmap_types.h linux-2.6.39/arch/powerpc/include/asm/kmap_types.h
---- linux-2.6.39/arch/powerpc/include/asm/kmap_types.h 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/powerpc/include/asm/kmap_types.h 2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/powerpc/include/asm/kmap_types.h linux-3.0.4/arch/powerpc/include/asm/kmap_types.h
+--- linux-3.0.4/arch/powerpc/include/asm/kmap_types.h  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/powerpc/include/asm/kmap_types.h  2011-08-23 21:47:55.000000000 -0400
 @@ -27,6 +27,7 @@ enum km_type {
        KM_PPC_SYNC_PAGE,
        KM_PPC_SYNC_ICACHE,
@@ -3310,10 +1675,22 @@ diff -urNp linux-2.6.39/arch/powerpc/include/asm/kmap_types.h linux-2.6.39/arch/
        KM_TYPE_NR
  };
  
-diff -urNp linux-2.6.39/arch/powerpc/include/asm/page_64.h linux-2.6.39/arch/powerpc/include/asm/page_64.h
---- linux-2.6.39/arch/powerpc/include/asm/page_64.h    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/powerpc/include/asm/page_64.h    2011-05-22 19:36:30.000000000 -0400
-@@ -172,15 +172,18 @@ do {                                             \
+diff -urNp linux-3.0.4/arch/powerpc/include/asm/mman.h linux-3.0.4/arch/powerpc/include/asm/mman.h
+--- linux-3.0.4/arch/powerpc/include/asm/mman.h        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/powerpc/include/asm/mman.h        2011-08-23 21:47:55.000000000 -0400
+@@ -44,7 +44,7 @@ static inline unsigned long arch_calc_vm
+ }
+ #define arch_calc_vm_prot_bits(prot) arch_calc_vm_prot_bits(prot)
+-static inline pgprot_t arch_vm_get_page_prot(unsigned long vm_flags)
++static inline pgprot_t arch_vm_get_page_prot(vm_flags_t vm_flags)
+ {
+       return (vm_flags & VM_SAO) ? __pgprot(_PAGE_SAO) : __pgprot(0);
+ }
+diff -urNp linux-3.0.4/arch/powerpc/include/asm/page_64.h linux-3.0.4/arch/powerpc/include/asm/page_64.h
+--- linux-3.0.4/arch/powerpc/include/asm/page_64.h     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/powerpc/include/asm/page_64.h     2011-08-23 21:47:55.000000000 -0400
+@@ -155,15 +155,18 @@ do {                                             \
   * stack by default, so in the absence of a PT_GNU_STACK program header
   * we turn execute permission off.
   */
@@ -3334,9 +1711,9 @@ diff -urNp linux-2.6.39/arch/powerpc/include/asm/page_64.h linux-2.6.39/arch/pow
  
  #include <asm-generic/getorder.h>
  
-diff -urNp linux-2.6.39/arch/powerpc/include/asm/page.h linux-2.6.39/arch/powerpc/include/asm/page.h
---- linux-2.6.39/arch/powerpc/include/asm/page.h       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/powerpc/include/asm/page.h       2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/powerpc/include/asm/page.h linux-3.0.4/arch/powerpc/include/asm/page.h
+--- linux-3.0.4/arch/powerpc/include/asm/page.h        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/powerpc/include/asm/page.h        2011-08-23 21:47:55.000000000 -0400
 @@ -129,8 +129,9 @@ extern phys_addr_t kernstart_addr;
   * and needs to be executable.  This means the whole heap ends
   * up being executable.
@@ -3359,23 +1736,9 @@ diff -urNp linux-2.6.39/arch/powerpc/include/asm/page.h linux-2.6.39/arch/powerp
  #ifndef __ASSEMBLY__
  
  #undef STRICT_MM_TYPECHECKS
-diff -urNp linux-2.6.39/arch/powerpc/include/asm/pci.h linux-2.6.39/arch/powerpc/include/asm/pci.h
---- linux-2.6.39/arch/powerpc/include/asm/pci.h        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/powerpc/include/asm/pci.h        2011-05-22 19:36:30.000000000 -0400
-@@ -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.39/arch/powerpc/include/asm/pgtable.h linux-2.6.39/arch/powerpc/include/asm/pgtable.h
---- linux-2.6.39/arch/powerpc/include/asm/pgtable.h    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/powerpc/include/asm/pgtable.h    2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/powerpc/include/asm/pgtable.h linux-3.0.4/arch/powerpc/include/asm/pgtable.h
+--- linux-3.0.4/arch/powerpc/include/asm/pgtable.h     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/powerpc/include/asm/pgtable.h     2011-08-23 21:47:55.000000000 -0400
 @@ -2,6 +2,7 @@
  #define _ASM_POWERPC_PGTABLE_H
  #ifdef __KERNEL__
@@ -3384,9 +1747,9 @@ diff -urNp linux-2.6.39/arch/powerpc/include/asm/pgtable.h linux-2.6.39/arch/pow
  #ifndef __ASSEMBLY__
  #include <asm/processor.h>            /* For TASK_SIZE */
  #include <asm/mmu.h>
-diff -urNp linux-2.6.39/arch/powerpc/include/asm/pte-hash32.h linux-2.6.39/arch/powerpc/include/asm/pte-hash32.h
---- linux-2.6.39/arch/powerpc/include/asm/pte-hash32.h 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/powerpc/include/asm/pte-hash32.h 2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/powerpc/include/asm/pte-hash32.h linux-3.0.4/arch/powerpc/include/asm/pte-hash32.h
+--- linux-3.0.4/arch/powerpc/include/asm/pte-hash32.h  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/powerpc/include/asm/pte-hash32.h  2011-08-23 21:47:55.000000000 -0400
 @@ -21,6 +21,7 @@
  #define _PAGE_FILE    0x004   /* when !present: nonlinear file mapping */
  #define _PAGE_USER    0x004   /* usermode access allowed */
@@ -3395,10 +1758,10 @@ diff -urNp linux-2.6.39/arch/powerpc/include/asm/pte-hash32.h linux-2.6.39/arch/
  #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.39/arch/powerpc/include/asm/reg.h linux-2.6.39/arch/powerpc/include/asm/reg.h
---- linux-2.6.39/arch/powerpc/include/asm/reg.h        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/powerpc/include/asm/reg.h        2011-05-22 19:36:30.000000000 -0400
-@@ -201,6 +201,7 @@
+diff -urNp linux-3.0.4/arch/powerpc/include/asm/reg.h linux-3.0.4/arch/powerpc/include/asm/reg.h
+--- linux-3.0.4/arch/powerpc/include/asm/reg.h 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/powerpc/include/asm/reg.h 2011-08-23 21:47:55.000000000 -0400
+@@ -209,6 +209,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 */
@@ -3406,22 +1769,10 @@ diff -urNp linux-2.6.39/arch/powerpc/include/asm/reg.h linux-2.6.39/arch/powerpc
  #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.39/arch/powerpc/include/asm/swiotlb.h linux-2.6.39/arch/powerpc/include/asm/swiotlb.h
---- linux-2.6.39/arch/powerpc/include/asm/swiotlb.h    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/powerpc/include/asm/swiotlb.h    2011-05-22 19:36:30.000000000 -0400
-@@ -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.39/arch/powerpc/include/asm/system.h linux-2.6.39/arch/powerpc/include/asm/system.h
---- linux-2.6.39/arch/powerpc/include/asm/system.h     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/powerpc/include/asm/system.h     2011-05-22 19:36:30.000000000 -0400
-@@ -533,7 +533,7 @@ __cmpxchg_local(volatile void *ptr, unsi
+diff -urNp linux-3.0.4/arch/powerpc/include/asm/system.h linux-3.0.4/arch/powerpc/include/asm/system.h
+--- linux-3.0.4/arch/powerpc/include/asm/system.h      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/powerpc/include/asm/system.h      2011-08-23 21:47:55.000000000 -0400
+@@ -531,7 +531,7 @@ __cmpxchg_local(volatile void *ptr, unsi
  #define cmpxchg64_local(ptr, o, n) __cmpxchg64_local_generic((ptr), (o), (n))
  #endif
  
@@ -3430,9 +1781,9 @@ diff -urNp linux-2.6.39/arch/powerpc/include/asm/system.h linux-2.6.39/arch/powe
  
  /* Used in very early kernel initialization. */
  extern unsigned long reloc_offset(void);
-diff -urNp linux-2.6.39/arch/powerpc/include/asm/uaccess.h linux-2.6.39/arch/powerpc/include/asm/uaccess.h
---- linux-2.6.39/arch/powerpc/include/asm/uaccess.h    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/powerpc/include/asm/uaccess.h    2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/powerpc/include/asm/uaccess.h linux-3.0.4/arch/powerpc/include/asm/uaccess.h
+--- linux-3.0.4/arch/powerpc/include/asm/uaccess.h     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/powerpc/include/asm/uaccess.h     2011-08-23 21:47:55.000000000 -0400
 @@ -13,6 +13,8 @@
  #define VERIFY_READ   0
  #define VERIFY_WRITE  1
@@ -3610,64 +1961,10 @@ diff -urNp linux-2.6.39/arch/powerpc/include/asm/uaccess.h linux-2.6.39/arch/pow
  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.39/arch/powerpc/kernel/dma.c linux-2.6.39/arch/powerpc/kernel/dma.c
---- linux-2.6.39/arch/powerpc/kernel/dma.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/powerpc/kernel/dma.c     2011-05-22 19:36:30.000000000 -0400
-@@ -136,7 +136,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,
-@@ -157,7 +157,7 @@ EXPORT_SYMBOL(dma_direct_ops);
- 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 (ppc_md.dma_set_mask)
-               return ppc_md.dma_set_mask(dev, dma_mask);
-diff -urNp linux-2.6.39/arch/powerpc/kernel/dma-iommu.c linux-2.6.39/arch/powerpc/kernel/dma-iommu.c
---- linux-2.6.39/arch/powerpc/kernel/dma-iommu.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/powerpc/kernel/dma-iommu.c       2011-05-22 19:36:30.000000000 -0400
-@@ -70,7 +70,7 @@ static void dma_iommu_unmap_sg(struct de
- }
- /* We support DMA to/from any memory page via the iommu */
--static int dma_iommu_dma_supported(struct device *dev, u64 mask)
-+int dma_iommu_dma_supported(struct device *dev, u64 mask)
- {
-       struct iommu_table *tbl = get_iommu_table_base(dev);
-@@ -90,7 +90,7 @@ static int dma_iommu_dma_supported(struc
-               return 1;
- }
--struct dma_map_ops dma_iommu_ops = {
-+struct dma_map_ops dma_iommu_ops = {  /* cannot be const, see arch/powerpc/platforms/cell/iommu.c */
-       .alloc_coherent = dma_iommu_alloc_coherent,
-       .free_coherent  = dma_iommu_free_coherent,
-       .map_sg         = dma_iommu_map_sg,
-diff -urNp linux-2.6.39/arch/powerpc/kernel/dma-swiotlb.c linux-2.6.39/arch/powerpc/kernel/dma-swiotlb.c
---- linux-2.6.39/arch/powerpc/kernel/dma-swiotlb.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/powerpc/kernel/dma-swiotlb.c     2011-05-22 19:36:30.000000000 -0400
-@@ -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.39/arch/powerpc/kernel/exceptions-64e.S linux-2.6.39/arch/powerpc/kernel/exceptions-64e.S
---- linux-2.6.39/arch/powerpc/kernel/exceptions-64e.S  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/powerpc/kernel/exceptions-64e.S  2011-05-22 19:36:30.000000000 -0400
-@@ -495,6 +495,7 @@ storage_fault_common:
+diff -urNp linux-3.0.4/arch/powerpc/kernel/exceptions-64e.S linux-3.0.4/arch/powerpc/kernel/exceptions-64e.S
+--- linux-3.0.4/arch/powerpc/kernel/exceptions-64e.S   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/powerpc/kernel/exceptions-64e.S   2011-08-23 21:47:55.000000000 -0400
+@@ -567,6 +567,7 @@ storage_fault_common:
        std     r14,_DAR(r1)
        std     r15,_DSISR(r1)
        addi    r3,r1,STACK_FRAME_OVERHEAD
@@ -3675,7 +1972,7 @@ diff -urNp linux-2.6.39/arch/powerpc/kernel/exceptions-64e.S linux-2.6.39/arch/p
        mr      r4,r14
        mr      r5,r15
        ld      r14,PACA_EXGEN+EX_R14(r13)
-@@ -504,8 +505,7 @@ storage_fault_common:
+@@ -576,8 +577,7 @@ storage_fault_common:
        cmpdi   r3,0
        bne-    1f
        b       .ret_from_except_lite
@@ -3685,10 +1982,10 @@ diff -urNp linux-2.6.39/arch/powerpc/kernel/exceptions-64e.S linux-2.6.39/arch/p
        addi    r3,r1,STACK_FRAME_OVERHEAD
        ld      r4,_DAR(r1)
        bl      .bad_page_fault
-diff -urNp linux-2.6.39/arch/powerpc/kernel/exceptions-64s.S linux-2.6.39/arch/powerpc/kernel/exceptions-64s.S
---- linux-2.6.39/arch/powerpc/kernel/exceptions-64s.S  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/powerpc/kernel/exceptions-64s.S  2011-05-22 19:36:30.000000000 -0400
-@@ -848,10 +848,10 @@ handle_page_fault:
+diff -urNp linux-3.0.4/arch/powerpc/kernel/exceptions-64s.S linux-3.0.4/arch/powerpc/kernel/exceptions-64s.S
+--- linux-3.0.4/arch/powerpc/kernel/exceptions-64s.S   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/powerpc/kernel/exceptions-64s.S   2011-08-23 21:47:55.000000000 -0400
+@@ -956,10 +956,10 @@ handle_page_fault:
  11:   ld      r4,_DAR(r1)
        ld      r5,_DSISR(r1)
        addi    r3,r1,STACK_FRAME_OVERHEAD
@@ -3700,33 +1997,9 @@ diff -urNp linux-2.6.39/arch/powerpc/kernel/exceptions-64s.S linux-2.6.39/arch/p
        mr      r5,r3
        addi    r3,r1,STACK_FRAME_OVERHEAD
        lwz     r4,_DAR(r1)
-diff -urNp linux-2.6.39/arch/powerpc/kernel/ibmebus.c linux-2.6.39/arch/powerpc/kernel/ibmebus.c
---- linux-2.6.39/arch/powerpc/kernel/ibmebus.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/powerpc/kernel/ibmebus.c 2011-05-22 19:36:30.000000000 -0400
-@@ -128,7 +128,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.39/arch/powerpc/kernel/kgdb.c linux-2.6.39/arch/powerpc/kernel/kgdb.c
---- linux-2.6.39/arch/powerpc/kernel/kgdb.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/powerpc/kernel/kgdb.c    2011-05-22 19:36:30.000000000 -0400
-@@ -422,7 +422,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.39/arch/powerpc/kernel/module_32.c linux-2.6.39/arch/powerpc/kernel/module_32.c
---- linux-2.6.39/arch/powerpc/kernel/module_32.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/powerpc/kernel/module_32.c       2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/powerpc/kernel/module_32.c linux-3.0.4/arch/powerpc/kernel/module_32.c
+--- linux-3.0.4/arch/powerpc/kernel/module_32.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/powerpc/kernel/module_32.c        2011-08-23 21:47:55.000000000 -0400
 @@ -162,7 +162,7 @@ int module_frob_arch_sections(Elf32_Ehdr
                        me->arch.core_plt_section = i;
        }
@@ -3756,9 +2029,9 @@ diff -urNp linux-2.6.39/arch/powerpc/kernel/module_32.c linux-2.6.39/arch/powerp
  
        /* Find this entry, or if that fails, the next avail. entry */
        while (entry->jump[0]) {
-diff -urNp linux-2.6.39/arch/powerpc/kernel/module.c linux-2.6.39/arch/powerpc/kernel/module.c
---- linux-2.6.39/arch/powerpc/kernel/module.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/powerpc/kernel/module.c  2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/powerpc/kernel/module.c linux-3.0.4/arch/powerpc/kernel/module.c
+--- linux-3.0.4/arch/powerpc/kernel/module.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/powerpc/kernel/module.c   2011-08-23 21:47:55.000000000 -0400
 @@ -31,11 +31,24 @@
  
  LIST_HEAD(module_bug_list);
@@ -3798,40 +2071,10 @@ diff -urNp linux-2.6.39/arch/powerpc/kernel/module.c linux-2.6.39/arch/powerpc/k
  static const Elf_Shdr *find_section(const Elf_Ehdr *hdr,
                                    const Elf_Shdr *sechdrs,
                                    const char *name)
-diff -urNp linux-2.6.39/arch/powerpc/kernel/pci-common.c linux-2.6.39/arch/powerpc/kernel/pci-common.c
---- linux-2.6.39/arch/powerpc/kernel/pci-common.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/powerpc/kernel/pci-common.c      2011-05-22 19:36:30.000000000 -0400
-@@ -53,14 +53,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;
- }
-@@ -1639,7 +1639,7 @@ null_write_config(struct pci_bus *bus, u
-       return PCIBIOS_DEVICE_NOT_FOUND;
- }
--static struct pci_ops null_pci_ops =
-+static const struct pci_ops null_pci_ops =
- {
-       .read = null_read_config,
-       .write = null_write_config,
-diff -urNp linux-2.6.39/arch/powerpc/kernel/process.c linux-2.6.39/arch/powerpc/kernel/process.c
---- linux-2.6.39/arch/powerpc/kernel/process.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/powerpc/kernel/process.c 2011-05-22 19:41:32.000000000 -0400
-@@ -655,8 +655,8 @@ void show_regs(struct pt_regs * regs)
+diff -urNp linux-3.0.4/arch/powerpc/kernel/process.c linux-3.0.4/arch/powerpc/kernel/process.c
+--- linux-3.0.4/arch/powerpc/kernel/process.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/powerpc/kernel/process.c  2011-08-23 21:48:14.000000000 -0400
+@@ -676,8 +676,8 @@ void show_regs(struct pt_regs * regs)
         * Lookup NIP late so we have the best change of getting the
         * above info out without failing
         */
@@ -3842,7 +2085,7 @@ diff -urNp linux-2.6.39/arch/powerpc/kernel/process.c linux-2.6.39/arch/powerpc/
  #endif
        show_stack(current, (unsigned long *) regs->gpr[1]);
        if (!user_mode(regs))
-@@ -1146,10 +1146,10 @@ void show_stack(struct task_struct *tsk,
+@@ -1183,10 +1183,10 @@ void show_stack(struct task_struct *tsk,
                newsp = stack[0];
                ip = stack[STACK_FRAME_LR_SAVE];
                if (!firstframe || ip != lr) {
@@ -3855,7 +2098,7 @@ diff -urNp linux-2.6.39/arch/powerpc/kernel/process.c linux-2.6.39/arch/powerpc/
                                       (void *)current->ret_stack[curr_frame].ret);
                                curr_frame--;
                        }
-@@ -1169,7 +1169,7 @@ void show_stack(struct task_struct *tsk,
+@@ -1206,7 +1206,7 @@ void show_stack(struct task_struct *tsk,
                        struct pt_regs *regs = (struct pt_regs *)
                                (sp + STACK_FRAME_OVERHEAD);
                        lr = regs->link;
@@ -3864,7 +2107,7 @@ diff -urNp linux-2.6.39/arch/powerpc/kernel/process.c linux-2.6.39/arch/powerpc/
                               regs->trap, (void *)regs->nip, (void *)lr);
                        firstframe = 1;
                }
-@@ -1244,58 +1244,3 @@ void thread_info_cache_init(void)
+@@ -1281,58 +1281,3 @@ void thread_info_cache_init(void)
  }
  
  #endif /* THREAD_SHIFT < PAGE_SHIFT */
@@ -3923,22 +2166,10 @@ diff -urNp linux-2.6.39/arch/powerpc/kernel/process.c linux-2.6.39/arch/powerpc/
 -
 -      return ret;
 -}
-diff -urNp linux-2.6.39/arch/powerpc/kernel/rtas_pci.c linux-2.6.39/arch/powerpc/kernel/rtas_pci.c
---- linux-2.6.39/arch/powerpc/kernel/rtas_pci.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/powerpc/kernel/rtas_pci.c        2011-05-22 19:36:30.000000000 -0400
-@@ -149,7 +149,7 @@ static int rtas_pci_write_config(struct 
-       return PCIBIOS_DEVICE_NOT_FOUND;
- }
--static struct pci_ops rtas_pci_ops = {
-+static const struct pci_ops rtas_pci_ops = {
-       .read = rtas_pci_read_config,
-       .write = rtas_pci_write_config,
- };
-diff -urNp linux-2.6.39/arch/powerpc/kernel/signal_32.c linux-2.6.39/arch/powerpc/kernel/signal_32.c
---- linux-2.6.39/arch/powerpc/kernel/signal_32.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/powerpc/kernel/signal_32.c       2011-05-22 19:36:30.000000000 -0400
-@@ -858,7 +858,7 @@ int handle_rt_signal32(unsigned long sig
+diff -urNp linux-3.0.4/arch/powerpc/kernel/signal_32.c linux-3.0.4/arch/powerpc/kernel/signal_32.c
+--- linux-3.0.4/arch/powerpc/kernel/signal_32.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/powerpc/kernel/signal_32.c        2011-08-23 21:47:55.000000000 -0400
+@@ -859,7 +859,7 @@ int handle_rt_signal32(unsigned long sig
        /* Save user registers on the stack */
        frame = &rt_sf->uc.uc_mcontext;
        addr = frame;
@@ -3947,10 +2178,10 @@ diff -urNp linux-2.6.39/arch/powerpc/kernel/signal_32.c linux-2.6.39/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.39/arch/powerpc/kernel/signal_64.c linux-2.6.39/arch/powerpc/kernel/signal_64.c
---- linux-2.6.39/arch/powerpc/kernel/signal_64.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/powerpc/kernel/signal_64.c       2011-05-22 19:36:30.000000000 -0400
-@@ -429,7 +429,7 @@ int handle_rt_signal64(int signr, struct
+diff -urNp linux-3.0.4/arch/powerpc/kernel/signal_64.c linux-3.0.4/arch/powerpc/kernel/signal_64.c
+--- linux-3.0.4/arch/powerpc/kernel/signal_64.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/powerpc/kernel/signal_64.c        2011-08-23 21:47:55.000000000 -0400
+@@ -430,7 +430,7 @@ int handle_rt_signal64(int signr, struct
        current->thread.fpscr.val = 0;
  
        /* Set up to return from userspace. */
@@ -3959,9 +2190,30 @@ diff -urNp linux-2.6.39/arch/powerpc/kernel/signal_64.c linux-2.6.39/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.39/arch/powerpc/kernel/vdso.c linux-2.6.39/arch/powerpc/kernel/vdso.c
---- linux-2.6.39/arch/powerpc/kernel/vdso.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/powerpc/kernel/vdso.c    2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/powerpc/kernel/traps.c linux-3.0.4/arch/powerpc/kernel/traps.c
+--- linux-3.0.4/arch/powerpc/kernel/traps.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/powerpc/kernel/traps.c    2011-08-23 21:48:14.000000000 -0400
+@@ -98,6 +98,8 @@ static void pmac_backlight_unblank(void)
+ static inline void pmac_backlight_unblank(void) { }
+ #endif
++extern void gr_handle_kernel_exploit(void);
++
+ int die(const char *str, struct pt_regs *regs, long err)
+ {
+       static struct {
+@@ -171,6 +173,8 @@ int die(const char *str, struct pt_regs 
+       if (panic_on_oops)
+               panic("Fatal exception");
++      gr_handle_kernel_exploit();
++
+       oops_exit();
+       do_exit(err);
+diff -urNp linux-3.0.4/arch/powerpc/kernel/vdso.c linux-3.0.4/arch/powerpc/kernel/vdso.c
+--- linux-3.0.4/arch/powerpc/kernel/vdso.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/powerpc/kernel/vdso.c     2011-08-23 21:47:55.000000000 -0400
 @@ -36,6 +36,7 @@
  #include <asm/firmware.h>
  #include <asm/vdso.h>
@@ -3988,26 +2240,9 @@ diff -urNp linux-2.6.39/arch/powerpc/kernel/vdso.c linux-2.6.39/arch/powerpc/ker
        if (IS_ERR_VALUE(vdso_base)) {
                rc = vdso_base;
                goto fail_mmapsem;
-diff -urNp linux-2.6.39/arch/powerpc/kernel/vio.c linux-2.6.39/arch/powerpc/kernel/vio.c
---- linux-2.6.39/arch/powerpc/kernel/vio.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/powerpc/kernel/vio.c     2011-05-22 19:36:30.000000000 -0400
-@@ -605,11 +605,12 @@ static int vio_dma_iommu_dma_supported(s
-         return dma_iommu_ops.dma_supported(dev, mask);
- }
--struct dma_map_ops vio_dma_mapping_ops = {
-+const struct dma_map_ops vio_dma_mapping_ops = {
-       .alloc_coherent = vio_dma_iommu_alloc_coherent,
-       .free_coherent  = vio_dma_iommu_free_coherent,
-       .map_sg         = vio_dma_iommu_map_sg,
-       .unmap_sg       = vio_dma_iommu_unmap_sg,
-+      .dma_supported  = dma_iommu_dma_supported,
-       .map_page       = vio_dma_iommu_map_page,
-       .unmap_page     = vio_dma_iommu_unmap_page,
-       .dma_supported  = vio_dma_iommu_dma_supported,
-diff -urNp linux-2.6.39/arch/powerpc/lib/usercopy_64.c linux-2.6.39/arch/powerpc/lib/usercopy_64.c
---- linux-2.6.39/arch/powerpc/lib/usercopy_64.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/powerpc/lib/usercopy_64.c        2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/powerpc/lib/usercopy_64.c linux-3.0.4/arch/powerpc/lib/usercopy_64.c
+--- linux-3.0.4/arch/powerpc/lib/usercopy_64.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/powerpc/lib/usercopy_64.c 2011-08-23 21:47:55.000000000 -0400
 @@ -9,22 +9,6 @@
  #include <linux/module.h>
  #include <asm/uaccess.h>
@@ -4039,13 +2274,13 @@ diff -urNp linux-2.6.39/arch/powerpc/lib/usercopy_64.c linux-2.6.39/arch/powerpc
 -EXPORT_SYMBOL(copy_to_user);
  EXPORT_SYMBOL(copy_in_user);
  
-diff -urNp linux-2.6.39/arch/powerpc/mm/fault.c linux-2.6.39/arch/powerpc/mm/fault.c
---- linux-2.6.39/arch/powerpc/mm/fault.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/powerpc/mm/fault.c       2011-05-22 19:36:30.000000000 -0400
-@@ -31,6 +31,10 @@
- #include <linux/kdebug.h>
+diff -urNp linux-3.0.4/arch/powerpc/mm/fault.c linux-3.0.4/arch/powerpc/mm/fault.c
+--- linux-3.0.4/arch/powerpc/mm/fault.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/powerpc/mm/fault.c        2011-08-23 21:47:55.000000000 -0400
+@@ -32,6 +32,10 @@
  #include <linux/perf_event.h>
  #include <linux/magic.h>
+ #include <linux/ratelimit.h>
 +#include <linux/slab.h>
 +#include <linux/pagemap.h>
 +#include <linux/compiler.h>
@@ -4053,7 +2288,7 @@ diff -urNp linux-2.6.39/arch/powerpc/mm/fault.c linux-2.6.39/arch/powerpc/mm/fau
  
  #include <asm/firmware.h>
  #include <asm/page.h>
-@@ -42,6 +46,7 @@
+@@ -43,6 +47,7 @@
  #include <asm/tlbflush.h>
  #include <asm/siginfo.h>
  #include <mm/mmu_decl.h>
@@ -4061,7 +2296,7 @@ diff -urNp linux-2.6.39/arch/powerpc/mm/fault.c linux-2.6.39/arch/powerpc/mm/fau
  
  #ifdef CONFIG_KPROBES
  static inline int notify_page_fault(struct pt_regs *regs)
-@@ -65,6 +70,33 @@ static inline int notify_page_fault(stru
+@@ -66,6 +71,33 @@ static inline int notify_page_fault(stru
  }
  #endif
  
@@ -4095,7 +2330,7 @@ diff -urNp linux-2.6.39/arch/powerpc/mm/fault.c linux-2.6.39/arch/powerpc/mm/fau
  /*
   * Check whether the instruction at regs->nip is a store using
   * an update addressing form which will update r1.
-@@ -135,7 +167,7 @@ int __kprobes do_page_fault(struct pt_re
+@@ -136,7 +168,7 @@ int __kprobes do_page_fault(struct pt_re
         * indicate errors in DSISR but can validly be set in SRR1.
         */
        if (trap == 0x400)
@@ -4104,7 +2339,7 @@ diff -urNp linux-2.6.39/arch/powerpc/mm/fault.c linux-2.6.39/arch/powerpc/mm/fau
        else
                is_write = error_code & DSISR_ISSTORE;
  #else
-@@ -258,7 +290,7 @@ good_area:
+@@ -259,7 +291,7 @@ good_area:
           * "undefined".  Of those that can be set, this is the only
           * one which seems bad.
           */
@@ -4113,7 +2348,7 @@ diff -urNp linux-2.6.39/arch/powerpc/mm/fault.c linux-2.6.39/arch/powerpc/mm/fau
                  /* Guarded storage error. */
                goto bad_area;
  #endif /* CONFIG_8xx */
-@@ -273,7 +305,7 @@ good_area:
+@@ -274,7 +306,7 @@ good_area:
                 * processors use the same I/D cache coherency mechanism
                 * as embedded.
                 */
@@ -4122,7 +2357,7 @@ diff -urNp linux-2.6.39/arch/powerpc/mm/fault.c linux-2.6.39/arch/powerpc/mm/fau
                        goto bad_area;
  #endif /* CONFIG_PPC_STD_MMU */
  
-@@ -342,6 +374,23 @@ bad_area:
+@@ -343,6 +375,23 @@ bad_area:
  bad_area_nosemaphore:
        /* User mode accesses cause a SIGSEGV */
        if (user_mode(regs)) {
@@ -4146,9 +2381,9 @@ diff -urNp linux-2.6.39/arch/powerpc/mm/fault.c linux-2.6.39/arch/powerpc/mm/fau
                _exception(SIGSEGV, regs, code, address);
                return 0;
        }
-diff -urNp linux-2.6.39/arch/powerpc/mm/mmap_64.c linux-2.6.39/arch/powerpc/mm/mmap_64.c
---- linux-2.6.39/arch/powerpc/mm/mmap_64.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/powerpc/mm/mmap_64.c     2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/powerpc/mm/mmap_64.c linux-3.0.4/arch/powerpc/mm/mmap_64.c
+--- linux-3.0.4/arch/powerpc/mm/mmap_64.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/powerpc/mm/mmap_64.c      2011-08-23 21:47:55.000000000 -0400
 @@ -99,10 +99,22 @@ void arch_pick_mmap_layout(struct mm_str
         */
        if (mmap_is_legacy()) {
@@ -4172,9 +2407,9 @@ diff -urNp linux-2.6.39/arch/powerpc/mm/mmap_64.c linux-2.6.39/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.39/arch/powerpc/mm/slice.c linux-2.6.39/arch/powerpc/mm/slice.c
---- linux-2.6.39/arch/powerpc/mm/slice.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/powerpc/mm/slice.c       2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/powerpc/mm/slice.c linux-3.0.4/arch/powerpc/mm/slice.c
+--- linux-3.0.4/arch/powerpc/mm/slice.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/powerpc/mm/slice.c        2011-08-23 21:47:55.000000000 -0400
 @@ -98,7 +98,7 @@ static int slice_area_is_free(struct mm_
        if ((mm->task_size - len) < addr)
                return 0;
@@ -4241,234 +2476,9 @@ diff -urNp linux-2.6.39/arch/powerpc/mm/slice.c linux-2.6.39/arch/powerpc/mm/sli
        /* If hint, make sure it matches our alignment restrictions */
        if (!fixed && addr) {
                addr = _ALIGN_UP(addr, 1ul << pshift);
-diff -urNp linux-2.6.39/arch/powerpc/platforms/52xx/efika.c linux-2.6.39/arch/powerpc/platforms/52xx/efika.c
---- linux-2.6.39/arch/powerpc/platforms/52xx/efika.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/powerpc/platforms/52xx/efika.c   2011-05-22 19:36:30.000000000 -0400
-@@ -60,7 +60,7 @@ static int rtas_write_config(struct pci_
-       return rval ? PCIBIOS_DEVICE_NOT_FOUND : PCIBIOS_SUCCESSFUL;
- }
--static struct pci_ops rtas_pci_ops = {
-+static const struct pci_ops rtas_pci_ops = {
-       .read = rtas_read_config,
-       .write = rtas_write_config,
- };
-diff -urNp linux-2.6.39/arch/powerpc/platforms/cell/celleb_pci.c linux-2.6.39/arch/powerpc/platforms/cell/celleb_pci.c
---- linux-2.6.39/arch/powerpc/platforms/cell/celleb_pci.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/powerpc/platforms/cell/celleb_pci.c      2011-05-22 19:36:30.000000000 -0400
-@@ -234,7 +234,7 @@ static int celleb_fake_pci_write_config(
-       return PCIBIOS_SUCCESSFUL;
- }
--static struct pci_ops celleb_fake_pci_ops = {
-+static const struct pci_ops celleb_fake_pci_ops = {
-       .read = celleb_fake_pci_read_config,
-       .write = celleb_fake_pci_write_config,
- };
-diff -urNp linux-2.6.39/arch/powerpc/platforms/cell/celleb_scc_epci.c linux-2.6.39/arch/powerpc/platforms/cell/celleb_scc_epci.c
---- linux-2.6.39/arch/powerpc/platforms/cell/celleb_scc_epci.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/powerpc/platforms/cell/celleb_scc_epci.c 2011-05-22 19:36:30.000000000 -0400
-@@ -245,7 +245,7 @@ static int celleb_epci_write_config(stru
-       return celleb_epci_check_abort(hose, addr);
- }
--struct pci_ops celleb_epci_ops = {
-+const struct pci_ops celleb_epci_ops = {
-       .read = celleb_epci_read_config,
-       .write = celleb_epci_write_config,
- };
-diff -urNp linux-2.6.39/arch/powerpc/platforms/cell/celleb_scc_pciex.c linux-2.6.39/arch/powerpc/platforms/cell/celleb_scc_pciex.c
---- linux-2.6.39/arch/powerpc/platforms/cell/celleb_scc_pciex.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/powerpc/platforms/cell/celleb_scc_pciex.c        2011-05-22 19:36:30.000000000 -0400
-@@ -399,7 +399,7 @@ static int scc_pciex_write_config(struct
-       return PCIBIOS_SUCCESSFUL;
- }
--static struct pci_ops scc_pciex_pci_ops = {
-+static const struct pci_ops scc_pciex_pci_ops = {
-       scc_pciex_read_config,
-       scc_pciex_write_config,
- };
-diff -urNp linux-2.6.39/arch/powerpc/platforms/cell/iommu.c linux-2.6.39/arch/powerpc/platforms/cell/iommu.c
---- linux-2.6.39/arch/powerpc/platforms/cell/iommu.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/powerpc/platforms/cell/iommu.c   2011-05-22 19:36:30.000000000 -0400
-@@ -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.39/arch/powerpc/platforms/chrp/pci.c linux-2.6.39/arch/powerpc/platforms/chrp/pci.c
---- linux-2.6.39/arch/powerpc/platforms/chrp/pci.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/powerpc/platforms/chrp/pci.c     2011-05-22 19:36:30.000000000 -0400
-@@ -84,7 +84,7 @@ int gg2_write_config(struct pci_bus *bus
-       return PCIBIOS_SUCCESSFUL;
- }
--static struct pci_ops gg2_pci_ops =
-+static const struct pci_ops gg2_pci_ops =
- {
-       .read = gg2_read_config,
-       .write = gg2_write_config,
-@@ -122,7 +122,7 @@ int rtas_write_config(struct pci_bus *bu
-       return rval? PCIBIOS_DEVICE_NOT_FOUND: PCIBIOS_SUCCESSFUL;
- }
--static struct pci_ops rtas_pci_ops =
-+static const struct pci_ops rtas_pci_ops =
- {
-       .read = rtas_read_config,
-       .write = rtas_write_config,
-diff -urNp linux-2.6.39/arch/powerpc/platforms/iseries/pci.c linux-2.6.39/arch/powerpc/platforms/iseries/pci.c
---- linux-2.6.39/arch/powerpc/platforms/iseries/pci.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/powerpc/platforms/iseries/pci.c  2011-05-22 19:36:30.000000000 -0400
-@@ -533,7 +533,7 @@ static int iSeries_pci_write_config(stru
-       return 0;
- }
--static struct pci_ops iSeries_pci_ops = {
-+static const struct pci_ops iSeries_pci_ops = {
-       .read = iSeries_pci_read_config,
-       .write = iSeries_pci_write_config
- };
-diff -urNp linux-2.6.39/arch/powerpc/platforms/maple/pci.c linux-2.6.39/arch/powerpc/platforms/maple/pci.c
---- linux-2.6.39/arch/powerpc/platforms/maple/pci.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/powerpc/platforms/maple/pci.c    2011-05-22 19:36:30.000000000 -0400
-@@ -180,7 +180,7 @@ static int u3_agp_write_config(struct pc
-       return PCIBIOS_SUCCESSFUL;
- }
--static struct pci_ops u3_agp_pci_ops =
-+static const struct pci_ops u3_agp_pci_ops =
- {
-       .read = u3_agp_read_config,
-       .write = u3_agp_write_config,
-@@ -276,7 +276,7 @@ static int u3_ht_write_config(struct pci
-       return PCIBIOS_SUCCESSFUL;
- }
--static struct pci_ops u3_ht_pci_ops =
-+static const struct pci_ops u3_ht_pci_ops =
- {
-       .read = u3_ht_read_config,
-       .write = u3_ht_write_config,
-@@ -381,7 +381,7 @@ static int u4_pcie_write_config(struct p
-         return PCIBIOS_SUCCESSFUL;
- }
--static struct pci_ops u4_pcie_pci_ops =
-+static const struct pci_ops u4_pcie_pci_ops =
- {
-       .read = u4_pcie_read_config,
-       .write = u4_pcie_write_config,
-diff -urNp linux-2.6.39/arch/powerpc/platforms/pasemi/pci.c linux-2.6.39/arch/powerpc/platforms/pasemi/pci.c
---- linux-2.6.39/arch/powerpc/platforms/pasemi/pci.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/powerpc/platforms/pasemi/pci.c   2011-05-22 19:36:30.000000000 -0400
-@@ -176,7 +176,7 @@ static int pa_pxp_write_config(struct pc
-       return PCIBIOS_SUCCESSFUL;
- }
--static struct pci_ops pa_pxp_ops = {
-+static const struct pci_ops pa_pxp_ops = {
-       .read = pa_pxp_read_config,
-       .write = pa_pxp_write_config,
- };
-diff -urNp linux-2.6.39/arch/powerpc/platforms/powermac/pci.c linux-2.6.39/arch/powerpc/platforms/powermac/pci.c
---- linux-2.6.39/arch/powerpc/platforms/powermac/pci.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/powerpc/platforms/powermac/pci.c 2011-05-22 19:36:30.000000000 -0400
-@@ -218,7 +218,7 @@ static int macrisc_write_config(struct p
-       return PCIBIOS_SUCCESSFUL;
- }
--static struct pci_ops macrisc_pci_ops =
-+static const struct pci_ops macrisc_pci_ops =
- {
-       .read = macrisc_read_config,
-       .write = macrisc_write_config,
-@@ -273,7 +273,7 @@ chaos_write_config(struct pci_bus *bus, 
-       return macrisc_write_config(bus, devfn, offset, len, val);
- }
--static struct pci_ops chaos_pci_ops =
-+static const struct pci_ops chaos_pci_ops =
- {
-       .read = chaos_read_config,
-       .write = chaos_write_config,
-diff -urNp linux-2.6.39/arch/powerpc/platforms/ps3/system-bus.c linux-2.6.39/arch/powerpc/platforms/ps3/system-bus.c
---- linux-2.6.39/arch/powerpc/platforms/ps3/system-bus.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/powerpc/platforms/ps3/system-bus.c       2011-05-22 19:36:30.000000000 -0400
-@@ -695,7 +695,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,
-@@ -705,7 +705,7 @@ static struct dma_map_ops ps3_sb_dma_ops
-       .unmap_page = ps3_unmap_page,
- };
--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.39/arch/powerpc/sysdev/fsl_pci.c linux-2.6.39/arch/powerpc/sysdev/fsl_pci.c
---- linux-2.6.39/arch/powerpc/sysdev/fsl_pci.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/powerpc/sysdev/fsl_pci.c 2011-05-22 19:36:30.000000000 -0400
-@@ -573,7 +573,7 @@ static int mpc83xx_pcie_write_config(str
-       return PCIBIOS_SUCCESSFUL;
- }
--static struct pci_ops mpc83xx_pcie_ops = {
-+static const struct pci_ops mpc83xx_pcie_ops = {
-       .read = mpc83xx_pcie_read_config,
-       .write = mpc83xx_pcie_write_config,
- };
-diff -urNp linux-2.6.39/arch/powerpc/sysdev/indirect_pci.c linux-2.6.39/arch/powerpc/sysdev/indirect_pci.c
---- linux-2.6.39/arch/powerpc/sysdev/indirect_pci.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/powerpc/sysdev/indirect_pci.c    2011-05-22 19:36:30.000000000 -0400
-@@ -148,7 +148,7 @@ indirect_write_config(struct pci_bus *bu
-       return PCIBIOS_SUCCESSFUL;
- }
--static struct pci_ops indirect_pci_ops =
-+static const struct pci_ops indirect_pci_ops =
- {
-       .read = indirect_read_config,
-       .write = indirect_write_config,
-diff -urNp linux-2.6.39/arch/powerpc/sysdev/ppc4xx_pci.c linux-2.6.39/arch/powerpc/sysdev/ppc4xx_pci.c
---- linux-2.6.39/arch/powerpc/sysdev/ppc4xx_pci.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/powerpc/sysdev/ppc4xx_pci.c      2011-05-22 19:36:30.000000000 -0400
-@@ -1514,7 +1514,7 @@ static int ppc4xx_pciex_write_config(str
-       return PCIBIOS_SUCCESSFUL;
- }
--static struct pci_ops ppc4xx_pciex_pci_ops =
-+static const struct pci_ops ppc4xx_pciex_pci_ops =
- {
-       .read  = ppc4xx_pciex_read_config,
-       .write = ppc4xx_pciex_write_config,
-diff -urNp linux-2.6.39/arch/powerpc/sysdev/tsi108_pci.c linux-2.6.39/arch/powerpc/sysdev/tsi108_pci.c
---- linux-2.6.39/arch/powerpc/sysdev/tsi108_pci.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/powerpc/sysdev/tsi108_pci.c      2011-05-22 19:36:30.000000000 -0400
-@@ -190,7 +190,7 @@ void tsi108_clear_pci_cfg_error(void)
-       tsi108_clear_pci_error(tsi108_pci_cfg_phys);
- }
--static struct pci_ops tsi108_direct_pci_ops = {
-+static const struct pci_ops tsi108_direct_pci_ops = {
-       .read = tsi108_direct_read_config,
-       .write = tsi108_direct_write_config,
- };
-diff -urNp linux-2.6.39/arch/s390/include/asm/elf.h linux-2.6.39/arch/s390/include/asm/elf.h
---- linux-2.6.39/arch/s390/include/asm/elf.h   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/s390/include/asm/elf.h   2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/s390/include/asm/elf.h linux-3.0.4/arch/s390/include/asm/elf.h
+--- linux-3.0.4/arch/s390/include/asm/elf.h    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/s390/include/asm/elf.h    2011-08-23 21:47:55.000000000 -0400
 @@ -162,8 +162,14 @@ extern unsigned int vdso_enabled;
     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.  */
@@ -4486,7 +2496,7 @@ diff -urNp linux-2.6.39/arch/s390/include/asm/elf.h linux-2.6.39/arch/s390/inclu
  
  /* This yields a mask that user programs can use to figure out what
     instruction set this CPU supports. */
-@@ -222,7 +228,4 @@ struct linux_binprm;
+@@ -210,7 +216,4 @@ struct linux_binprm;
  #define ARCH_HAS_SETUP_ADDITIONAL_PAGES 1
  int arch_setup_additional_pages(struct linux_binprm *, int);
  
@@ -4494,9 +2504,9 @@ diff -urNp linux-2.6.39/arch/s390/include/asm/elf.h linux-2.6.39/arch/s390/inclu
 -#define arch_randomize_brk arch_randomize_brk
 -
  #endif
-diff -urNp linux-2.6.39/arch/s390/include/asm/system.h linux-2.6.39/arch/s390/include/asm/system.h
---- linux-2.6.39/arch/s390/include/asm/system.h        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/s390/include/asm/system.h        2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/s390/include/asm/system.h linux-3.0.4/arch/s390/include/asm/system.h
+--- linux-3.0.4/arch/s390/include/asm/system.h 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/s390/include/asm/system.h 2011-08-23 21:47:55.000000000 -0400
 @@ -255,7 +255,7 @@ extern void (*_machine_restart)(char *co
  extern void (*_machine_halt)(void);
  extern void (*_machine_power_off)(void);
@@ -4506,10 +2516,10 @@ diff -urNp linux-2.6.39/arch/s390/include/asm/system.h linux-2.6.39/arch/s390/in
  
  static inline int tprot(unsigned long addr)
  {
-diff -urNp linux-2.6.39/arch/s390/include/asm/uaccess.h linux-2.6.39/arch/s390/include/asm/uaccess.h
---- linux-2.6.39/arch/s390/include/asm/uaccess.h       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/s390/include/asm/uaccess.h       2011-05-22 19:36:30.000000000 -0400
-@@ -234,6 +234,10 @@ static inline unsigned long __must_check
+diff -urNp linux-3.0.4/arch/s390/include/asm/uaccess.h linux-3.0.4/arch/s390/include/asm/uaccess.h
+--- linux-3.0.4/arch/s390/include/asm/uaccess.h        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/s390/include/asm/uaccess.h        2011-08-23 21:47:55.000000000 -0400
+@@ -235,6 +235,10 @@ static inline unsigned long __must_check
  copy_to_user(void __user *to, const void *from, unsigned long n)
  {
        might_fault();
@@ -4520,7 +2530,7 @@ diff -urNp linux-2.6.39/arch/s390/include/asm/uaccess.h linux-2.6.39/arch/s390/i
        if (access_ok(VERIFY_WRITE, to, n))
                n = __copy_to_user(to, from, n);
        return n;
-@@ -259,6 +263,9 @@ copy_to_user(void __user *to, const void
+@@ -260,6 +264,9 @@ copy_to_user(void __user *to, const void
  static inline unsigned long __must_check
  __copy_from_user(void *to, const void __user *from, unsigned long n)
  {
@@ -4530,7 +2540,7 @@ diff -urNp linux-2.6.39/arch/s390/include/asm/uaccess.h linux-2.6.39/arch/s390/i
        if (__builtin_constant_p(n) && (n <= 256))
                return uaccess.copy_from_user_small(n, from, to);
        else
-@@ -293,6 +300,10 @@ copy_from_user(void *to, const void __us
+@@ -294,6 +301,10 @@ copy_from_user(void *to, const void __us
        unsigned int sz = __compiletime_object_size(to);
  
        might_fault();
@@ -4541,27 +2551,9 @@ diff -urNp linux-2.6.39/arch/s390/include/asm/uaccess.h linux-2.6.39/arch/s390/i
        if (unlikely(sz != -1 && sz < n)) {
                copy_from_user_overflow();
                return n;
-diff -urNp linux-2.6.39/arch/s390/Kconfig linux-2.6.39/arch/s390/Kconfig
---- linux-2.6.39/arch/s390/Kconfig     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/s390/Kconfig     2011-05-22 19:36:30.000000000 -0400
-@@ -234,11 +234,9 @@ config S390_EXEC_PROTECT
-       prompt "Data execute protection"
-       help
-         This option allows to enable a buffer overflow protection for user
--        space programs and it also selects the addressing mode option above.
--        The kernel parameter noexec=on will enable this feature and also
--        switch the addressing modes, default is disabled. Enabling this (via
--        kernel parameter) on machines earlier than IBM System z9 this will
--        reduce system performance.
-+        space programs.
-+        Enabling this (via kernel parameter) on machines earlier than IBM
-+        System z9 this will reduce system performance.
- comment "Code generation options"
-diff -urNp linux-2.6.39/arch/s390/kernel/module.c linux-2.6.39/arch/s390/kernel/module.c
---- linux-2.6.39/arch/s390/kernel/module.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/s390/kernel/module.c     2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/s390/kernel/module.c linux-3.0.4/arch/s390/kernel/module.c
+--- linux-3.0.4/arch/s390/kernel/module.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/s390/kernel/module.c      2011-08-23 21:47:55.000000000 -0400
 @@ -168,11 +168,11 @@ module_frob_arch_sections(Elf_Ehdr *hdr,
  
        /* Increase core size by size of got & plt and set start
@@ -4633,10 +2625,10 @@ diff -urNp linux-2.6.39/arch/s390/kernel/module.c linux-2.6.39/arch/s390/kernel/
                        rela->r_addend - loc;
                if (r_type == R_390_GOTPC)
                        *(unsigned int *) loc = val;
-diff -urNp linux-2.6.39/arch/s390/kernel/process.c linux-2.6.39/arch/s390/kernel/process.c
---- linux-2.6.39/arch/s390/kernel/process.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/s390/kernel/process.c    2011-05-22 19:36:30.000000000 -0400
-@@ -334,39 +334,3 @@ unsigned long get_wchan(struct task_stru
+diff -urNp linux-3.0.4/arch/s390/kernel/process.c linux-3.0.4/arch/s390/kernel/process.c
+--- linux-3.0.4/arch/s390/kernel/process.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/s390/kernel/process.c     2011-08-23 21:47:55.000000000 -0400
+@@ -319,39 +319,3 @@ unsigned long get_wchan(struct task_stru
        }
        return 0;
  }
@@ -4676,9 +2668,9 @@ diff -urNp linux-2.6.39/arch/s390/kernel/process.c linux-2.6.39/arch/s390/kernel
 -              return base;
 -      return ret;
 -}
-diff -urNp linux-2.6.39/arch/s390/kernel/setup.c linux-2.6.39/arch/s390/kernel/setup.c
---- linux-2.6.39/arch/s390/kernel/setup.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/s390/kernel/setup.c      2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/s390/kernel/setup.c linux-3.0.4/arch/s390/kernel/setup.c
+--- linux-3.0.4/arch/s390/kernel/setup.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/s390/kernel/setup.c       2011-08-23 21:47:55.000000000 -0400
 @@ -271,7 +271,7 @@ static int __init early_parse_mem(char *
  }
  early_param("mem", early_parse_mem);
@@ -4688,60 +2680,9 @@ diff -urNp linux-2.6.39/arch/s390/kernel/setup.c linux-2.6.39/arch/s390/kernel/s
  EXPORT_SYMBOL_GPL(user_mode);
  
  static int set_amode_and_uaccess(unsigned long user_amode,
-@@ -300,17 +300,6 @@ static int set_amode_and_uaccess(unsigne
-       }
- }
--/*
-- * Switch kernel/user addressing modes?
-- */
--static int __init early_parse_switch_amode(char *p)
--{
--      if (user_mode != SECONDARY_SPACE_MODE)
--              user_mode = PRIMARY_SPACE_MODE;
--      return 0;
--}
--early_param("switch_amode", early_parse_switch_amode);
--
- static int __init early_parse_user_mode(char *p)
- {
-       if (p && strcmp(p, "primary") == 0)
-@@ -327,20 +316,6 @@ static int __init early_parse_user_mode(
- }
- early_param("user_mode", early_parse_user_mode);
--#ifdef CONFIG_S390_EXEC_PROTECT
--/*
-- * Enable execute protection?
-- */
--static int __init early_parse_noexec(char *p)
--{
--      if (!strncmp(p, "off", 3))
--              return 0;
--      user_mode = SECONDARY_SPACE_MODE;
--      return 0;
--}
--early_param("noexec", early_parse_noexec);
--#endif /* CONFIG_S390_EXEC_PROTECT */
--
- static void setup_addressing_mode(void)
- {
-       if (user_mode == SECONDARY_SPACE_MODE) {
-diff -urNp linux-2.6.39/arch/s390/mm/maccess.c linux-2.6.39/arch/s390/mm/maccess.c
---- linux-2.6.39/arch/s390/mm/maccess.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/s390/mm/maccess.c        2011-05-22 19:36:30.000000000 -0400
-@@ -45,7 +45,7 @@ static long probe_kernel_write_odd(void 
-       return rc ? rc : count;
- }
--long probe_kernel_write(void *dst, void *src, size_t size)
-+long probe_kernel_write(void *dst, const void *src, size_t size)
- {
-       long copied = 0;
-diff -urNp linux-2.6.39/arch/s390/mm/mmap.c linux-2.6.39/arch/s390/mm/mmap.c
---- linux-2.6.39/arch/s390/mm/mmap.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/s390/mm/mmap.c   2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/s390/mm/mmap.c linux-3.0.4/arch/s390/mm/mmap.c
+--- linux-3.0.4/arch/s390/mm/mmap.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/s390/mm/mmap.c    2011-08-23 21:47:55.000000000 -0400
 @@ -91,10 +91,22 @@ void arch_pick_mmap_layout(struct mm_str
         */
        if (mmap_is_legacy()) {
@@ -4788,9 +2729,9 @@ diff -urNp linux-2.6.39/arch/s390/mm/mmap.c linux-2.6.39/arch/s390/mm/mmap.c
                mm->get_unmapped_area = s390_get_unmapped_area_topdown;
                mm->unmap_area = arch_unmap_area_topdown;
        }
-diff -urNp linux-2.6.39/arch/score/include/asm/system.h linux-2.6.39/arch/score/include/asm/system.h
---- linux-2.6.39/arch/score/include/asm/system.h       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/score/include/asm/system.h       2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/score/include/asm/system.h linux-3.0.4/arch/score/include/asm/system.h
+--- linux-3.0.4/arch/score/include/asm/system.h        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/score/include/asm/system.h        2011-08-23 21:47:55.000000000 -0400
 @@ -17,7 +17,7 @@ do {                                                         \
  #define finish_arch_switch(prev)      do {} while (0)
  
@@ -4800,9 +2741,9 @@ diff -urNp linux-2.6.39/arch/score/include/asm/system.h linux-2.6.39/arch/score/
  
  #define mb()          barrier()
  #define rmb()         barrier()
-diff -urNp linux-2.6.39/arch/score/kernel/process.c linux-2.6.39/arch/score/kernel/process.c
---- linux-2.6.39/arch/score/kernel/process.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/score/kernel/process.c   2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/score/kernel/process.c linux-3.0.4/arch/score/kernel/process.c
+--- linux-3.0.4/arch/score/kernel/process.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/score/kernel/process.c    2011-08-23 21:47:55.000000000 -0400
 @@ -161,8 +161,3 @@ unsigned long get_wchan(struct task_stru
  
        return task_pt_regs(task)->cp0_epc;
@@ -4812,189 +2753,9 @@ diff -urNp linux-2.6.39/arch/score/kernel/process.c linux-2.6.39/arch/score/kern
 -{
 -      return sp;
 -}
-diff -urNp linux-2.6.39/arch/sh/drivers/pci/ops-dreamcast.c linux-2.6.39/arch/sh/drivers/pci/ops-dreamcast.c
---- linux-2.6.39/arch/sh/drivers/pci/ops-dreamcast.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/sh/drivers/pci/ops-dreamcast.c   2011-05-22 19:36:30.000000000 -0400
-@@ -76,7 +76,7 @@ static int gapspci_write(struct pci_bus 
-         return PCIBIOS_SUCCESSFUL;
- }
--struct pci_ops gapspci_pci_ops = {
-+const struct pci_ops gapspci_pci_ops = {
-       .read   = gapspci_read,
-       .write  = gapspci_write,
- };
-diff -urNp linux-2.6.39/arch/sh/drivers/pci/ops-sh4.c linux-2.6.39/arch/sh/drivers/pci/ops-sh4.c
---- linux-2.6.39/arch/sh/drivers/pci/ops-sh4.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/sh/drivers/pci/ops-sh4.c 2011-05-22 19:36:30.000000000 -0400
-@@ -96,7 +96,7 @@ static int sh4_pci_write(struct pci_bus 
-       return PCIBIOS_SUCCESSFUL;
- }
--struct pci_ops sh4_pci_ops = {
-+const struct pci_ops sh4_pci_ops = {
-       .read           = sh4_pci_read,
-       .write          = sh4_pci_write,
- };
-diff -urNp linux-2.6.39/arch/sh/drivers/pci/ops-sh5.c linux-2.6.39/arch/sh/drivers/pci/ops-sh5.c
---- linux-2.6.39/arch/sh/drivers/pci/ops-sh5.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/sh/drivers/pci/ops-sh5.c 2011-05-22 19:36:30.000000000 -0400
-@@ -62,7 +62,7 @@ static int sh5pci_write(struct pci_bus *
-       return PCIBIOS_SUCCESSFUL;
- }
--struct pci_ops sh5_pci_ops = {
-+const struct pci_ops sh5_pci_ops = {
-       .read           = sh5pci_read,
-       .write          = sh5pci_write,
- };
-diff -urNp linux-2.6.39/arch/sh/drivers/pci/ops-sh7786.c linux-2.6.39/arch/sh/drivers/pci/ops-sh7786.c
---- linux-2.6.39/arch/sh/drivers/pci/ops-sh7786.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/sh/drivers/pci/ops-sh7786.c      2011-05-22 19:36:30.000000000 -0400
-@@ -165,7 +165,7 @@ out:
-       return ret;
- }
--struct pci_ops sh7786_pci_ops = {
-+const struct pci_ops sh7786_pci_ops = {
-       .read   = sh7786_pcie_read,
-       .write  = sh7786_pcie_write,
- };
-diff -urNp linux-2.6.39/arch/sh/drivers/pci/pcie-sh7786.c linux-2.6.39/arch/sh/drivers/pci/pcie-sh7786.c
---- linux-2.6.39/arch/sh/drivers/pci/pcie-sh7786.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/sh/drivers/pci/pcie-sh7786.c     2011-05-22 19:36:30.000000000 -0400
-@@ -109,7 +109,7 @@ static struct resource sh7786_pci2_resou
-       },
- };
--extern struct pci_ops sh7786_pci_ops;
-+extern const struct pci_ops sh7786_pci_ops;
- #define DEFINE_CONTROLLER(start, idx)                                 \
- {                                                                     \
-diff -urNp linux-2.6.39/arch/sh/drivers/pci/pci-sh4.h linux-2.6.39/arch/sh/drivers/pci/pci-sh4.h
---- linux-2.6.39/arch/sh/drivers/pci/pci-sh4.h 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/sh/drivers/pci/pci-sh4.h 2011-05-22 19:36:30.000000000 -0400
-@@ -161,7 +161,7 @@
- #define SH4_PCIPDR            0x220           /* Port IO Data Register */
- /* arch/sh/kernel/drivers/pci/ops-sh4.c */
--extern struct pci_ops sh4_pci_ops;
-+extern const struct pci_ops sh4_pci_ops;
- int pci_fixup_pcic(struct pci_channel *chan);
- struct sh4_pci_address_space {
-diff -urNp linux-2.6.39/arch/sh/drivers/pci/pci-sh5.h linux-2.6.39/arch/sh/drivers/pci/pci-sh5.h
---- linux-2.6.39/arch/sh/drivers/pci/pci-sh5.h 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/sh/drivers/pci/pci-sh5.h 2011-05-22 19:36:30.000000000 -0400
-@@ -105,6 +105,6 @@ extern unsigned long pcicr_virt;
- #define PCISH5_MEM_SIZCONV(x)           (((x / 0x40000) - 1) << 18)
- #define PCISH5_IO_SIZCONV(x)            (((x / 0x40000) - 1) << 18)
--extern struct pci_ops sh5_pci_ops;
-+extern const struct pci_ops sh5_pci_ops;
- #endif /* __PCI_SH5_H */
-diff -urNp linux-2.6.39/arch/sh/include/asm/dma-mapping.h linux-2.6.39/arch/sh/include/asm/dma-mapping.h
---- linux-2.6.39/arch/sh/include/asm/dma-mapping.h     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/sh/include/asm/dma-mapping.h     2011-05-22 19:36:30.000000000 -0400
-@@ -1,10 +1,10 @@
- #ifndef __ASM_SH_DMA_MAPPING_H
- #define __ASM_SH_DMA_MAPPING_H
--extern struct dma_map_ops *dma_ops;
-+extern const struct dma_map_ops *dma_ops;
- extern void no_iommu_init(void);
--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)
- {
-       return dma_ops;
- }
-@@ -14,7 +14,7 @@ static inline struct dma_map_ops *get_dm
- static inline 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);
-       if (ops->dma_supported)
-               return ops->dma_supported(dev, mask);
-@@ -24,7 +24,7 @@ static inline int dma_supported(struct d
- static inline int dma_set_mask(struct device *dev, u64 mask)
- {
--      struct dma_map_ops *ops = get_dma_ops(dev);
-+      const struct dma_map_ops *ops = get_dma_ops(dev);
-       if (!dev->dma_mask || !dma_supported(dev, mask))
-               return -EIO;
-@@ -44,7 +44,7 @@ void dma_cache_sync(struct device *dev, 
- 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);
-@@ -55,7 +55,7 @@ static inline int dma_mapping_error(stru
- 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;
-       if (dma_alloc_from_coherent(dev, size, dma_handle, &memory))
-@@ -72,7 +72,7 @@ static inline void *dma_alloc_coherent(s
- static inline void dma_free_coherent(struct device *dev, size_t size,
-                                    void *vaddr, dma_addr_t dma_handle)
- {
--      struct dma_map_ops *ops = get_dma_ops(dev);
-+      const struct dma_map_ops *ops = get_dma_ops(dev);
-       if (dma_release_from_coherent(dev, get_order(size), vaddr))
-               return;
-diff -urNp linux-2.6.39/arch/sh/kernel/dma-nommu.c linux-2.6.39/arch/sh/kernel/dma-nommu.c
---- linux-2.6.39/arch/sh/kernel/dma-nommu.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/sh/kernel/dma-nommu.c    2011-05-22 19:36:30.000000000 -0400
-@@ -62,7 +62,7 @@ static void nommu_sync_sg(struct device 
- }
- #endif
--struct dma_map_ops nommu_dma_ops = {
-+const struct dma_map_ops nommu_dma_ops = {
-       .alloc_coherent         = dma_generic_alloc_coherent,
-       .free_coherent          = dma_generic_free_coherent,
-       .map_page               = nommu_map_page,
-diff -urNp linux-2.6.39/arch/sh/kernel/kgdb.c linux-2.6.39/arch/sh/kernel/kgdb.c
---- linux-2.6.39/arch/sh/kernel/kgdb.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/sh/kernel/kgdb.c 2011-05-22 19:36:30.000000000 -0400
-@@ -319,7 +319,7 @@ void kgdb_arch_exit(void)
-       unregister_die_notifier(&kgdb_notifier);
- }
--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.39/arch/sh/mm/consistent.c linux-2.6.39/arch/sh/mm/consistent.c
---- linux-2.6.39/arch/sh/mm/consistent.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/sh/mm/consistent.c       2011-05-22 19:36:30.000000000 -0400
-@@ -22,7 +22,7 @@
- #define PREALLOC_DMA_DEBUG_ENTRIES    4096
--struct dma_map_ops *dma_ops;
-+const struct dma_map_ops *dma_ops;
- EXPORT_SYMBOL(dma_ops);
- static int __init dma_init(void)
-diff -urNp linux-2.6.39/arch/sh/mm/mmap.c linux-2.6.39/arch/sh/mm/mmap.c
---- linux-2.6.39/arch/sh/mm/mmap.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/sh/mm/mmap.c     2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/sh/mm/mmap.c linux-3.0.4/arch/sh/mm/mmap.c
+--- linux-3.0.4/arch/sh/mm/mmap.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/sh/mm/mmap.c      2011-08-23 21:47:55.000000000 -0400
 @@ -74,8 +74,7 @@ unsigned long arch_get_unmapped_area(str
                        addr = PAGE_ALIGN(addr);
  
@@ -5069,9 +2830,9 @@ diff -urNp linux-2.6.39/arch/sh/mm/mmap.c linux-2.6.39/arch/sh/mm/mmap.c
  
  bottomup:
        /*
-diff -urNp linux-2.6.39/arch/sparc/include/asm/atomic_64.h linux-2.6.39/arch/sparc/include/asm/atomic_64.h
---- linux-2.6.39/arch/sparc/include/asm/atomic_64.h    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/sparc/include/asm/atomic_64.h    2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/sparc/include/asm/atomic_64.h linux-3.0.4/arch/sparc/include/asm/atomic_64.h
+--- linux-3.0.4/arch/sparc/include/asm/atomic_64.h     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/sparc/include/asm/atomic_64.h     2011-08-23 21:48:14.000000000 -0400
 @@ -14,18 +14,40 @@
  #define ATOMIC64_INIT(i)      { (i) }
  
@@ -5113,7 +2874,7 @@ diff -urNp linux-2.6.39/arch/sparc/include/asm/atomic_64.h linux-2.6.39/arch/spa
  extern int atomic_sub_ret(int, atomic_t *);
  extern long atomic64_sub_ret(long, atomic64_t *);
  
-@@ -33,12 +55,24 @@ extern long atomic64_sub_ret(long, atomi
+@@ -33,13 +55,29 @@ extern long atomic64_sub_ret(long, atomi
  #define atomic64_dec_return(v) atomic64_sub_ret(1, v)
  
  #define atomic_inc_return(v) atomic_add_ret(1, v)
@@ -5136,17 +2897,25 @@ diff -urNp linux-2.6.39/arch/sparc/include/asm/atomic_64.h linux-2.6.39/arch/spa
 +      return atomic_add_ret_unchecked(i, v);
 +}
  #define atomic64_add_return(i, v) atomic64_add_ret(i, v)
++static inline long atomic64_add_return_unchecked(long i, atomic64_unchecked_t *v)
++{
++      return atomic64_add_ret_unchecked(i, v);
++}
  
  /*
-@@ -50,6 +84,7 @@ extern long atomic64_sub_ret(long, atomi
+  * atomic_inc_and_test - increment and test
+@@ -50,6 +88,10 @@ extern long atomic64_sub_ret(long, atomi
   * other cases.
   */
  #define atomic_inc_and_test(v) (atomic_inc_return(v) == 0)
-+#define atomic_inc_and_test_unchecked(v) (atomic_inc_return_unchecked(v) == 0)
++static inline int atomic_inc_and_test_unchecked(atomic_unchecked_t *v)
++{
++      return atomic_inc_return_unchecked(v) == 0;
++}
  #define atomic64_inc_and_test(v) (atomic64_inc_return(v) == 0)
  
  #define atomic_sub_and_test(i, v) (atomic_sub_ret(i, v) == 0)
-@@ -59,30 +94,59 @@ extern long atomic64_sub_ret(long, atomi
+@@ -59,30 +101,65 @@ extern long atomic64_sub_ret(long, atomi
  #define atomic64_dec_and_test(v) (atomic64_sub_ret(1, v) == 0)
  
  #define atomic_inc(v) atomic_add(1, v)
@@ -5175,9 +2944,15 @@ diff -urNp linux-2.6.39/arch/sparc/include/asm/atomic_64.h linux-2.6.39/arch/spa
  #define atomic64_add_negative(i, v) (atomic64_add_ret(i, v) < 0)
  
  #define atomic_cmpxchg(v, o, n) (cmpxchg(&((v)->counter), (o), (n)))
-+#define atomic_cmpxchg_unchecked(v, o, n) (cmpxchg(&((v)->counter), (o), (n)))
++static inline int atomic_cmpxchg_unchecked(atomic_unchecked_t *v, int old, int new)
++{
++      return cmpxchg(&v->counter, old, new);
++}
  #define atomic_xchg(v, new) (xchg(&((v)->counter), new))
-+#define atomic_xchg_unchecked(v, new) (xchg(&((v)->counter), new))
++static inline int atomic_xchg_unchecked(atomic_unchecked_t *v, int new)
++{
++      return xchg(&v->counter, new);
++}
  
  static inline int atomic_add_unless(atomic_t *v, int a, int u)
  {
@@ -5210,7 +2985,14 @@ diff -urNp linux-2.6.39/arch/sparc/include/asm/atomic_64.h linux-2.6.39/arch/spa
  }
  
  #define atomic_inc_not_zero(v) atomic_add_unless((v), 1, 0)
-@@ -93,17 +157,28 @@ static inline int atomic_add_unless(atom
+@@ -90,20 +167,35 @@ static inline int atomic_add_unless(atom
+ #define atomic64_cmpxchg(v, o, n) \
+       ((__typeof__((v)->counter))cmpxchg(&((v)->counter), (o), (n)))
+ #define atomic64_xchg(v, new) (xchg(&((v)->counter), new))
++static inline long atomic64_xchg_unchecked(atomic64_unchecked_t *v, long new)
++{
++      return xchg(&v->counter, new);
++}
  
  static inline long atomic64_add_unless(atomic64_t *v, long a, long u)
  {
@@ -5243,55 +3025,21 @@ diff -urNp linux-2.6.39/arch/sparc/include/asm/atomic_64.h linux-2.6.39/arch/spa
  }
  
  #define atomic64_inc_not_zero(v) atomic64_add_unless((v), 1, 0)
-diff -urNp linux-2.6.39/arch/sparc/include/asm/cache.h linux-2.6.39/arch/sparc/include/asm/cache.h
---- linux-2.6.39/arch/sparc/include/asm/cache.h        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/sparc/include/asm/cache.h        2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/sparc/include/asm/cache.h linux-3.0.4/arch/sparc/include/asm/cache.h
+--- linux-3.0.4/arch/sparc/include/asm/cache.h 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/sparc/include/asm/cache.h 2011-08-23 21:47:55.000000000 -0400
 @@ -10,7 +10,7 @@
  #define ARCH_SLAB_MINALIGN    __alignof__(unsigned long long)
  
  #define L1_CACHE_SHIFT 5
 -#define L1_CACHE_BYTES 32
-+#define L1_CACHE_BYTES 32U
++#define L1_CACHE_BYTES 32UL
  
  #ifdef CONFIG_SPARC32
  #define SMP_CACHE_BYTES_SHIFT 5
-diff -urNp linux-2.6.39/arch/sparc/include/asm/dma-mapping.h linux-2.6.39/arch/sparc/include/asm/dma-mapping.h
---- linux-2.6.39/arch/sparc/include/asm/dma-mapping.h  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/sparc/include/asm/dma-mapping.h  2011-05-22 19:36:30.000000000 -0400
-@@ -12,10 +12,10 @@ extern int dma_supported(struct device *
- #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f)
- #define dma_free_noncoherent(d, s, v, h) dma_free_coherent(d, s, v, h)
--extern struct dma_map_ops *dma_ops, pci32_dma_ops;
-+extern const struct 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)
-@@ -29,7 +29,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);
-@@ -40,7 +40,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.39/arch/sparc/include/asm/elf_32.h linux-2.6.39/arch/sparc/include/asm/elf_32.h
---- linux-2.6.39/arch/sparc/include/asm/elf_32.h       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/sparc/include/asm/elf_32.h       2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/sparc/include/asm/elf_32.h linux-3.0.4/arch/sparc/include/asm/elf_32.h
+--- linux-3.0.4/arch/sparc/include/asm/elf_32.h        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/sparc/include/asm/elf_32.h        2011-08-23 21:47:55.000000000 -0400
 @@ -114,6 +114,13 @@ typedef struct {
  
  #define ELF_ET_DYN_BASE         (TASK_UNMAPPED_BASE)
@@ -5306,10 +3054,10 @@ diff -urNp linux-2.6.39/arch/sparc/include/asm/elf_32.h linux-2.6.39/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.39/arch/sparc/include/asm/elf_64.h linux-2.6.39/arch/sparc/include/asm/elf_64.h
---- linux-2.6.39/arch/sparc/include/asm/elf_64.h       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/sparc/include/asm/elf_64.h       2011-05-22 19:36:30.000000000 -0400
-@@ -162,6 +162,12 @@ typedef struct {
+diff -urNp linux-3.0.4/arch/sparc/include/asm/elf_64.h linux-3.0.4/arch/sparc/include/asm/elf_64.h
+--- linux-3.0.4/arch/sparc/include/asm/elf_64.h        2011-09-02 18:11:21.000000000 -0400
++++ linux-3.0.4/arch/sparc/include/asm/elf_64.h        2011-08-23 21:47:55.000000000 -0400
+@@ -180,6 +180,13 @@ typedef struct {
  #define ELF_ET_DYN_BASE               0x0000010000000000UL
  #define COMPAT_ELF_ET_DYN_BASE        0x0000000070000000UL
  
@@ -5319,13 +3067,14 @@ diff -urNp linux-2.6.39/arch/sparc/include/asm/elf_64.h linux-2.6.39/arch/sparc/
 +#define PAX_DELTA_MMAP_LEN    (test_thread_flag(TIF_32BIT) ? 14 : 28)
 +#define PAX_DELTA_STACK_LEN   (test_thread_flag(TIF_32BIT) ? 15 : 29)
 +#endif
++
+ extern unsigned long sparc64_elf_hwcap;
+ #define ELF_HWCAP     sparc64_elf_hwcap
  
- /* This yields a mask that user programs can use to figure out what
-    instruction set this cpu supports.  */
-diff -urNp linux-2.6.39/arch/sparc/include/asm/pgtable_32.h linux-2.6.39/arch/sparc/include/asm/pgtable_32.h
---- linux-2.6.39/arch/sparc/include/asm/pgtable_32.h   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/sparc/include/asm/pgtable_32.h   2011-05-22 19:36:30.000000000 -0400
-@@ -43,6 +43,13 @@ BTFIXUPDEF_SIMM13(user_ptrs_per_pgd)
+diff -urNp linux-3.0.4/arch/sparc/include/asm/pgtable_32.h linux-3.0.4/arch/sparc/include/asm/pgtable_32.h
+--- linux-3.0.4/arch/sparc/include/asm/pgtable_32.h    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/sparc/include/asm/pgtable_32.h    2011-08-23 21:47:55.000000000 -0400
+@@ -45,6 +45,13 @@ BTFIXUPDEF_SIMM13(user_ptrs_per_pgd)
  BTFIXUPDEF_INT(page_none)
  BTFIXUPDEF_INT(page_copy)
  BTFIXUPDEF_INT(page_readonly)
@@ -5339,7 +3088,7 @@ diff -urNp linux-2.6.39/arch/sparc/include/asm/pgtable_32.h linux-2.6.39/arch/sp
  BTFIXUPDEF_INT(page_kernel)
  
  #define PMD_SHIFT             SUN4C_PMD_SHIFT
-@@ -64,6 +71,16 @@ extern pgprot_t PAGE_SHARED;
+@@ -66,6 +73,16 @@ extern pgprot_t PAGE_SHARED;
  #define PAGE_COPY      __pgprot(BTFIXUP_INT(page_copy))
  #define PAGE_READONLY  __pgprot(BTFIXUP_INT(page_readonly))
  
@@ -5356,9 +3105,9 @@ diff -urNp linux-2.6.39/arch/sparc/include/asm/pgtable_32.h linux-2.6.39/arch/sp
  extern unsigned long page_kernel;
  
  #ifdef MODULE
-diff -urNp linux-2.6.39/arch/sparc/include/asm/pgtsrmmu.h linux-2.6.39/arch/sparc/include/asm/pgtsrmmu.h
---- linux-2.6.39/arch/sparc/include/asm/pgtsrmmu.h     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/sparc/include/asm/pgtsrmmu.h     2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/sparc/include/asm/pgtsrmmu.h linux-3.0.4/arch/sparc/include/asm/pgtsrmmu.h
+--- linux-3.0.4/arch/sparc/include/asm/pgtsrmmu.h      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/sparc/include/asm/pgtsrmmu.h      2011-08-23 21:47:55.000000000 -0400
 @@ -115,6 +115,13 @@
                                    SRMMU_EXEC | SRMMU_REF)
  #define SRMMU_PAGE_RDONLY  __pgprot(SRMMU_VALID | SRMMU_CACHE | \
@@ -5373,9 +3122,9 @@ diff -urNp linux-2.6.39/arch/sparc/include/asm/pgtsrmmu.h linux-2.6.39/arch/spar
  #define SRMMU_PAGE_KERNEL  __pgprot(SRMMU_VALID | SRMMU_CACHE | SRMMU_PRIV | \
                                    SRMMU_DIRTY | SRMMU_REF)
  
-diff -urNp linux-2.6.39/arch/sparc/include/asm/spinlock_64.h linux-2.6.39/arch/sparc/include/asm/spinlock_64.h
---- linux-2.6.39/arch/sparc/include/asm/spinlock_64.h  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/sparc/include/asm/spinlock_64.h  2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/sparc/include/asm/spinlock_64.h linux-3.0.4/arch/sparc/include/asm/spinlock_64.h
+--- linux-3.0.4/arch/sparc/include/asm/spinlock_64.h   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/sparc/include/asm/spinlock_64.h   2011-08-23 21:47:55.000000000 -0400
 @@ -92,14 +92,19 @@ static inline void arch_spin_lock_flags(
  
  /* Multi-reader locks, these are much saner than the 32-bit Sparc ones... */
@@ -5473,9 +3222,33 @@ diff -urNp linux-2.6.39/arch/sparc/include/asm/spinlock_64.h linux-2.6.39/arch/s
  {
        unsigned long mask, tmp1, tmp2, result;
  
-diff -urNp linux-2.6.39/arch/sparc/include/asm/uaccess_32.h linux-2.6.39/arch/sparc/include/asm/uaccess_32.h
---- linux-2.6.39/arch/sparc/include/asm/uaccess_32.h   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/sparc/include/asm/uaccess_32.h   2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/sparc/include/asm/thread_info_32.h linux-3.0.4/arch/sparc/include/asm/thread_info_32.h
+--- linux-3.0.4/arch/sparc/include/asm/thread_info_32.h        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/sparc/include/asm/thread_info_32.h        2011-08-23 21:47:55.000000000 -0400
+@@ -50,6 +50,8 @@ struct thread_info {
+       unsigned long           w_saved;
+       struct restart_block    restart_block;
++
++      unsigned long           lowest_stack;
+ };
+ /*
+diff -urNp linux-3.0.4/arch/sparc/include/asm/thread_info_64.h linux-3.0.4/arch/sparc/include/asm/thread_info_64.h
+--- linux-3.0.4/arch/sparc/include/asm/thread_info_64.h        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/sparc/include/asm/thread_info_64.h        2011-08-23 21:47:55.000000000 -0400
+@@ -63,6 +63,8 @@ struct thread_info {
+       struct pt_regs          *kern_una_regs;
+       unsigned int            kern_una_insn;
++      unsigned long           lowest_stack;
++
+       unsigned long           fpregs[0] __attribute__ ((aligned(64)));
+ };
+diff -urNp linux-3.0.4/arch/sparc/include/asm/uaccess_32.h linux-3.0.4/arch/sparc/include/asm/uaccess_32.h
+--- linux-3.0.4/arch/sparc/include/asm/uaccess_32.h    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/sparc/include/asm/uaccess_32.h    2011-08-23 21:47:55.000000000 -0400
 @@ -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)
@@ -5527,9 +3300,9 @@ diff -urNp linux-2.6.39/arch/sparc/include/asm/uaccess_32.h linux-2.6.39/arch/sp
        return __copy_user((__force void __user *) to, from, n);
  }
  
-diff -urNp linux-2.6.39/arch/sparc/include/asm/uaccess_64.h linux-2.6.39/arch/sparc/include/asm/uaccess_64.h
---- linux-2.6.39/arch/sparc/include/asm/uaccess_64.h   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/sparc/include/asm/uaccess_64.h   2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/sparc/include/asm/uaccess_64.h linux-3.0.4/arch/sparc/include/asm/uaccess_64.h
+--- linux-3.0.4/arch/sparc/include/asm/uaccess_64.h    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/sparc/include/asm/uaccess_64.h    2011-08-23 21:47:55.000000000 -0400
 @@ -10,6 +10,7 @@
  #include <linux/compiler.h>
  #include <linux/string.h>
@@ -5572,9 +3345,9 @@ diff -urNp linux-2.6.39/arch/sparc/include/asm/uaccess_64.h linux-2.6.39/arch/sp
        if (unlikely(ret))
                ret = copy_to_user_fixup(to, from, size);
        return ret;
-diff -urNp linux-2.6.39/arch/sparc/include/asm/uaccess.h linux-2.6.39/arch/sparc/include/asm/uaccess.h
---- linux-2.6.39/arch/sparc/include/asm/uaccess.h      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/sparc/include/asm/uaccess.h      2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/sparc/include/asm/uaccess.h linux-3.0.4/arch/sparc/include/asm/uaccess.h
+--- linux-3.0.4/arch/sparc/include/asm/uaccess.h       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/sparc/include/asm/uaccess.h       2011-08-23 21:47:55.000000000 -0400
 @@ -1,5 +1,13 @@
  #ifndef ___ASM_SPARC_UACCESS_H
  #define ___ASM_SPARC_UACCESS_H
@@ -5589,75 +3362,9 @@ diff -urNp linux-2.6.39/arch/sparc/include/asm/uaccess.h linux-2.6.39/arch/sparc
  #if defined(__sparc__) && defined(__arch64__)
  #include <asm/uaccess_64.h>
  #else
-diff -urNp linux-2.6.39/arch/sparc/kernel/iommu.c linux-2.6.39/arch/sparc/kernel/iommu.c
---- linux-2.6.39/arch/sparc/kernel/iommu.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/sparc/kernel/iommu.c     2011-05-22 19:36:30.000000000 -0400
-@@ -824,7 +824,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,
-@@ -835,7 +835,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.39/arch/sparc/kernel/ioport.c linux-2.6.39/arch/sparc/kernel/ioport.c
---- linux-2.6.39/arch/sparc/kernel/ioport.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/sparc/kernel/ioport.c    2011-05-22 19:36:30.000000000 -0400
-@@ -402,7 +402,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,
-@@ -653,7 +653,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.39/arch/sparc/kernel/kgdb_32.c linux-2.6.39/arch/sparc/kernel/kgdb_32.c
---- linux-2.6.39/arch/sparc/kernel/kgdb_32.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/sparc/kernel/kgdb_32.c   2011-05-22 19:36:30.000000000 -0400
-@@ -164,7 +164,7 @@ void kgdb_arch_set_pc(struct pt_regs *re
-       regs->npc = regs->pc + 4;
- }
--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.39/arch/sparc/kernel/kgdb_64.c linux-2.6.39/arch/sparc/kernel/kgdb_64.c
---- linux-2.6.39/arch/sparc/kernel/kgdb_64.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/sparc/kernel/kgdb_64.c   2011-05-22 19:36:30.000000000 -0400
-@@ -187,7 +187,7 @@ void kgdb_arch_set_pc(struct pt_regs *re
-       regs->tnpc = regs->tpc + 4;
- }
--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.39/arch/sparc/kernel/Makefile linux-2.6.39/arch/sparc/kernel/Makefile
---- linux-2.6.39/arch/sparc/kernel/Makefile    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/sparc/kernel/Makefile    2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/sparc/kernel/Makefile linux-3.0.4/arch/sparc/kernel/Makefile
+--- linux-3.0.4/arch/sparc/kernel/Makefile     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/sparc/kernel/Makefile     2011-08-23 21:47:55.000000000 -0400
 @@ -3,7 +3,7 @@
  #
  
@@ -5667,69 +3374,10 @@ diff -urNp linux-2.6.39/arch/sparc/kernel/Makefile linux-2.6.39/arch/sparc/kerne
  
  extra-y     := head_$(BITS).o
  extra-y     += init_task.o
-diff -urNp linux-2.6.39/arch/sparc/kernel/pcic.c linux-2.6.39/arch/sparc/kernel/pcic.c
---- linux-2.6.39/arch/sparc/kernel/pcic.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/sparc/kernel/pcic.c      2011-05-22 19:36:30.000000000 -0400
-@@ -268,7 +268,7 @@ static int pcic_write_config(struct pci_
-       return -EINVAL;
- }
--static struct pci_ops pcic_ops = {
-+static const struct pci_ops pcic_ops = {
-       .read =         pcic_read_config,
-       .write =        pcic_write_config,
- };
-diff -urNp linux-2.6.39/arch/sparc/kernel/pci_common.c linux-2.6.39/arch/sparc/kernel/pci_common.c
---- linux-2.6.39/arch/sparc/kernel/pci_common.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/sparc/kernel/pci_common.c        2011-05-22 19:36:30.000000000 -0400
-@@ -249,7 +249,7 @@ static int sun4u_write_pci_cfg(struct pc
-       return PCIBIOS_SUCCESSFUL;
- }
--struct pci_ops sun4u_pci_ops = {
-+const struct pci_ops sun4u_pci_ops = {
-       .read =         sun4u_read_pci_cfg,
-       .write =        sun4u_write_pci_cfg,
- };
-@@ -310,7 +310,7 @@ static int sun4v_write_pci_cfg(struct pc
-       return PCIBIOS_SUCCESSFUL;
- }
--struct pci_ops sun4v_pci_ops = {
-+const struct pci_ops sun4v_pci_ops = {
-       .read =         sun4v_read_pci_cfg,
-       .write =        sun4v_write_pci_cfg,
- };
-diff -urNp linux-2.6.39/arch/sparc/kernel/pci_impl.h linux-2.6.39/arch/sparc/kernel/pci_impl.h
---- linux-2.6.39/arch/sparc/kernel/pci_impl.h  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/sparc/kernel/pci_impl.h  2011-05-22 19:36:30.000000000 -0400
-@@ -175,8 +175,8 @@ extern void pci_config_write8(u8 *addr, 
- extern void pci_config_write16(u16 *addr, u16 val);
- extern void pci_config_write32(u32 *addr, u32 val);
--extern struct pci_ops sun4u_pci_ops;
--extern struct pci_ops sun4v_pci_ops;
-+extern const struct pci_ops sun4u_pci_ops;
-+extern const struct pci_ops sun4v_pci_ops;
- extern volatile int pci_poke_in_progress;
- extern volatile int pci_poke_cpu;
-diff -urNp linux-2.6.39/arch/sparc/kernel/pci_sun4v.c linux-2.6.39/arch/sparc/kernel/pci_sun4v.c
---- linux-2.6.39/arch/sparc/kernel/pci_sun4v.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/sparc/kernel/pci_sun4v.c 2011-05-22 19:36:30.000000000 -0400
-@@ -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.39/arch/sparc/kernel/process_32.c linux-2.6.39/arch/sparc/kernel/process_32.c
---- linux-2.6.39/arch/sparc/kernel/process_32.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/sparc/kernel/process_32.c        2011-05-22 19:41:32.000000000 -0400
-@@ -196,7 +196,7 @@ void __show_backtrace(unsigned long fp)
+diff -urNp linux-3.0.4/arch/sparc/kernel/process_32.c linux-3.0.4/arch/sparc/kernel/process_32.c
+--- linux-3.0.4/arch/sparc/kernel/process_32.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/sparc/kernel/process_32.c 2011-08-23 21:48:14.000000000 -0400
+@@ -204,7 +204,7 @@ void __show_backtrace(unsigned long fp)
                       rw->ins[4], rw->ins[5],
                       rw->ins[6],
                       rw->ins[7]);
@@ -5738,7 +3386,7 @@ diff -urNp linux-2.6.39/arch/sparc/kernel/process_32.c linux-2.6.39/arch/sparc/k
                rw = (struct reg_window32 *) rw->ins[6];
        }
        spin_unlock_irqrestore(&sparc_backtrace_lock, flags);
-@@ -263,14 +263,14 @@ void show_regs(struct pt_regs *r)
+@@ -271,14 +271,14 @@ void show_regs(struct pt_regs *r)
  
          printk("PSR: %08lx PC: %08lx NPC: %08lx Y: %08lx    %s\n",
               r->psr, r->pc, r->npc, r->y, print_tainted());
@@ -5755,7 +3403,7 @@ diff -urNp linux-2.6.39/arch/sparc/kernel/process_32.c linux-2.6.39/arch/sparc/k
  
        printk("%%L: %08lx %08lx  %08lx %08lx  %08lx %08lx  %08lx %08lx\n",
               rw->locals[0], rw->locals[1], rw->locals[2], rw->locals[3],
-@@ -305,7 +305,7 @@ void show_stack(struct task_struct *tsk,
+@@ -313,7 +313,7 @@ void show_stack(struct task_struct *tsk,
                rw = (struct reg_window32 *) fp;
                pc = rw->ins[7];
                printk("[%08lx : ", pc);
@@ -5764,9 +3412,9 @@ diff -urNp linux-2.6.39/arch/sparc/kernel/process_32.c linux-2.6.39/arch/sparc/k
                fp = rw->ins[6];
        } while (++count < 16);
        printk("\n");
-diff -urNp linux-2.6.39/arch/sparc/kernel/process_64.c linux-2.6.39/arch/sparc/kernel/process_64.c
---- linux-2.6.39/arch/sparc/kernel/process_64.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/sparc/kernel/process_64.c        2011-05-22 19:41:32.000000000 -0400
+diff -urNp linux-3.0.4/arch/sparc/kernel/process_64.c linux-3.0.4/arch/sparc/kernel/process_64.c
+--- linux-3.0.4/arch/sparc/kernel/process_64.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/sparc/kernel/process_64.c 2011-08-23 21:48:14.000000000 -0400
 @@ -180,14 +180,14 @@ static void show_regwindow(struct pt_reg
        printk("i4: %016lx i5: %016lx i6: %016lx i7: %016lx\n",
               rwk->ins[4], rwk->ins[5], rwk->ins[6], rwk->ins[7]);
@@ -5802,9 +3450,9 @@ diff -urNp linux-2.6.39/arch/sparc/kernel/process_64.c linux-2.6.39/arch/sparc/k
                               (void *) gp->tpc,
                               (void *) gp->o7,
                               (void *) gp->i7,
-diff -urNp linux-2.6.39/arch/sparc/kernel/sys_sparc_32.c linux-2.6.39/arch/sparc/kernel/sys_sparc_32.c
---- linux-2.6.39/arch/sparc/kernel/sys_sparc_32.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/sparc/kernel/sys_sparc_32.c      2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/sparc/kernel/sys_sparc_32.c linux-3.0.4/arch/sparc/kernel/sys_sparc_32.c
+--- linux-3.0.4/arch/sparc/kernel/sys_sparc_32.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/sparc/kernel/sys_sparc_32.c       2011-08-23 21:47:55.000000000 -0400
 @@ -56,7 +56,7 @@ unsigned long arch_get_unmapped_area(str
        if (ARCH_SUN4C && len > 0x20000000)
                return -ENOMEM;
@@ -5823,9 +3471,9 @@ diff -urNp linux-2.6.39/arch/sparc/kernel/sys_sparc_32.c linux-2.6.39/arch/sparc
                        return addr;
                addr = vmm->vm_end;
                if (flags & MAP_SHARED)
-diff -urNp linux-2.6.39/arch/sparc/kernel/sys_sparc_64.c linux-2.6.39/arch/sparc/kernel/sys_sparc_64.c
---- linux-2.6.39/arch/sparc/kernel/sys_sparc_64.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/sparc/kernel/sys_sparc_64.c      2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/sparc/kernel/sys_sparc_64.c linux-3.0.4/arch/sparc/kernel/sys_sparc_64.c
+--- linux-3.0.4/arch/sparc/kernel/sys_sparc_64.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/sparc/kernel/sys_sparc_64.c       2011-08-23 21:47:55.000000000 -0400
 @@ -124,7 +124,7 @@ unsigned long arch_get_unmapped_area(str
                /* We do not accept a shared mapping if it would violate
                 * cache aliasing constraints.
@@ -5973,10 +3621,19 @@ diff -urNp linux-2.6.39/arch/sparc/kernel/sys_sparc_64.c linux-2.6.39/arch/sparc
                mm->get_unmapped_area = arch_get_unmapped_area_topdown;
                mm->unmap_area = arch_unmap_area_topdown;
        }
-diff -urNp linux-2.6.39/arch/sparc/kernel/traps_32.c linux-2.6.39/arch/sparc/kernel/traps_32.c
---- linux-2.6.39/arch/sparc/kernel/traps_32.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/sparc/kernel/traps_32.c  2011-05-22 19:41:32.000000000 -0400
-@@ -76,7 +76,7 @@ void die_if_kernel(char *str, struct pt_
+diff -urNp linux-3.0.4/arch/sparc/kernel/traps_32.c linux-3.0.4/arch/sparc/kernel/traps_32.c
+--- linux-3.0.4/arch/sparc/kernel/traps_32.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/sparc/kernel/traps_32.c   2011-08-23 21:48:14.000000000 -0400
+@@ -44,6 +44,8 @@ static void instruction_dump(unsigned lo
+ #define __SAVE __asm__ __volatile__("save %sp, -0x40, %sp\n\t")
+ #define __RESTORE __asm__ __volatile__("restore %g0, %g0, %g0\n\t")
++extern void gr_handle_kernel_exploit(void);
++
+ void die_if_kernel(char *str, struct pt_regs *regs)
+ {
+       static int die_counter;
+@@ -76,15 +78,17 @@ void die_if_kernel(char *str, struct pt_
                      count++ < 30                              &&
                        (((unsigned long) rw) >= PAGE_OFFSET)   &&
                      !(((unsigned long) rw) & 0x7)) {
@@ -5985,9 +3642,20 @@ diff -urNp linux-2.6.39/arch/sparc/kernel/traps_32.c linux-2.6.39/arch/sparc/ker
                               (void *) rw->ins[7]);
                        rw = (struct reg_window32 *)rw->ins[6];
                }
-diff -urNp linux-2.6.39/arch/sparc/kernel/traps_64.c linux-2.6.39/arch/sparc/kernel/traps_64.c
---- linux-2.6.39/arch/sparc/kernel/traps_64.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/sparc/kernel/traps_64.c  2011-05-22 19:41:32.000000000 -0400
+       }
+       printk("Instruction DUMP:");
+       instruction_dump ((unsigned long *) regs->pc);
+-      if(regs->psr & PSR_PS)
++      if(regs->psr & PSR_PS) {
++              gr_handle_kernel_exploit();
+               do_exit(SIGKILL);
++      }
+       do_exit(SIGSEGV);
+ }
+diff -urNp linux-3.0.4/arch/sparc/kernel/traps_64.c linux-3.0.4/arch/sparc/kernel/traps_64.c
+--- linux-3.0.4/arch/sparc/kernel/traps_64.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/sparc/kernel/traps_64.c   2011-08-23 21:48:14.000000000 -0400
 @@ -75,7 +75,7 @@ static void dump_tl1_traplog(struct tl1_
                       i + 1,
                       p->trapstack[i].tstate, p->trapstack[i].tpc,
@@ -6095,7 +3763,16 @@ diff -urNp linux-2.6.39/arch/sparc/kernel/traps_64.c linux-2.6.39/arch/sparc/ker
                                graph++;
                        }
                }
-@@ -2254,7 +2265,7 @@ void die_if_kernel(char *str, struct pt_
+@@ -2226,6 +2237,8 @@ static inline struct reg_window *kernel_
+       return (struct reg_window *) (fp + STACK_BIAS);
+ }
++extern void gr_handle_kernel_exploit(void);
++
+ void die_if_kernel(char *str, struct pt_regs *regs)
+ {
+       static int die_counter;
+@@ -2254,7 +2267,7 @@ void die_if_kernel(char *str, struct pt_
                while (rw &&
                       count++ < 30 &&
                       kstack_valid(tp, (unsigned long) rw)) {
@@ -6104,10 +3781,22 @@ diff -urNp linux-2.6.39/arch/sparc/kernel/traps_64.c linux-2.6.39/arch/sparc/ker
                               (void *) rw->ins[7]);
  
                        rw = kernel_stack_up(rw);
-diff -urNp linux-2.6.39/arch/sparc/kernel/unaligned_64.c linux-2.6.39/arch/sparc/kernel/unaligned_64.c
---- linux-2.6.39/arch/sparc/kernel/unaligned_64.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/sparc/kernel/unaligned_64.c      2011-05-22 19:41:32.000000000 -0400
-@@ -278,7 +278,7 @@ static void log_unaligned(struct pt_regs
+@@ -2267,8 +2280,10 @@ void die_if_kernel(char *str, struct pt_
+               }
+               user_instruction_dump ((unsigned int __user *) regs->tpc);
+       }
+-      if (regs->tstate & TSTATE_PRIV)
++      if (regs->tstate & TSTATE_PRIV) {
++              gr_handle_kernel_exploit();
+               do_exit(SIGKILL);
++      }
+       do_exit(SIGSEGV);
+ }
+ EXPORT_SYMBOL(die_if_kernel);
+diff -urNp linux-3.0.4/arch/sparc/kernel/unaligned_64.c linux-3.0.4/arch/sparc/kernel/unaligned_64.c
+--- linux-3.0.4/arch/sparc/kernel/unaligned_64.c       2011-09-02 18:11:21.000000000 -0400
++++ linux-3.0.4/arch/sparc/kernel/unaligned_64.c       2011-08-23 21:48:14.000000000 -0400
+@@ -279,7 +279,7 @@ static void log_unaligned(struct pt_regs
        static DEFINE_RATELIMIT_STATE(ratelimit, 5 * HZ, 5);
  
        if (__ratelimit(&ratelimit)) {
@@ -6116,9 +3805,9 @@ diff -urNp linux-2.6.39/arch/sparc/kernel/unaligned_64.c linux-2.6.39/arch/sparc
                       regs->tpc, (void *) regs->tpc);
        }
  }
-diff -urNp linux-2.6.39/arch/sparc/lib/atomic_64.S linux-2.6.39/arch/sparc/lib/atomic_64.S
---- linux-2.6.39/arch/sparc/lib/atomic_64.S    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/sparc/lib/atomic_64.S    2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/sparc/lib/atomic_64.S linux-3.0.4/arch/sparc/lib/atomic_64.S
+--- linux-3.0.4/arch/sparc/lib/atomic_64.S     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/sparc/lib/atomic_64.S     2011-08-23 21:47:55.000000000 -0400
 @@ -18,7 +18,12 @@
  atomic_add: /* %o0 = increment, %o1 = atomic_ptr */
        BACKOFF_SETUP(%o2)
@@ -6353,15 +4042,16 @@ diff -urNp linux-2.6.39/arch/sparc/lib/atomic_64.S linux-2.6.39/arch/sparc/lib/a
        casx    [%o1], %g1, %g7
        cmp     %g1, %g7
        bne,pn  %xcc, BACKOFF_LABEL(2f, 1b)
-diff -urNp linux-2.6.39/arch/sparc/lib/ksyms.c linux-2.6.39/arch/sparc/lib/ksyms.c
---- linux-2.6.39/arch/sparc/lib/ksyms.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/sparc/lib/ksyms.c        2011-05-22 19:36:30.000000000 -0400
-@@ -142,12 +142,17 @@ EXPORT_SYMBOL(__downgrade_write);
+diff -urNp linux-3.0.4/arch/sparc/lib/ksyms.c linux-3.0.4/arch/sparc/lib/ksyms.c
+--- linux-3.0.4/arch/sparc/lib/ksyms.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/sparc/lib/ksyms.c 2011-08-23 21:48:14.000000000 -0400
+@@ -142,12 +142,18 @@ EXPORT_SYMBOL(__downgrade_write);
  
  /* Atomic counter implementation. */
  EXPORT_SYMBOL(atomic_add);
 +EXPORT_SYMBOL(atomic_add_unchecked);
  EXPORT_SYMBOL(atomic_add_ret);
++EXPORT_SYMBOL(atomic_add_ret_unchecked);
  EXPORT_SYMBOL(atomic_sub);
 +EXPORT_SYMBOL(atomic_sub_unchecked);
  EXPORT_SYMBOL(atomic_sub_ret);
@@ -6374,9 +4064,9 @@ diff -urNp linux-2.6.39/arch/sparc/lib/ksyms.c linux-2.6.39/arch/sparc/lib/ksyms
  EXPORT_SYMBOL(atomic64_sub_ret);
  
  /* Atomic bit operations. */
-diff -urNp linux-2.6.39/arch/sparc/lib/Makefile linux-2.6.39/arch/sparc/lib/Makefile
---- linux-2.6.39/arch/sparc/lib/Makefile       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/sparc/lib/Makefile       2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/sparc/lib/Makefile linux-3.0.4/arch/sparc/lib/Makefile
+--- linux-3.0.4/arch/sparc/lib/Makefile        2011-09-02 18:11:21.000000000 -0400
++++ linux-3.0.4/arch/sparc/lib/Makefile        2011-08-23 21:47:55.000000000 -0400
 @@ -2,7 +2,7 @@
  #
  
@@ -6386,9 +4076,9 @@ diff -urNp linux-2.6.39/arch/sparc/lib/Makefile linux-2.6.39/arch/sparc/lib/Make
  
  lib-$(CONFIG_SPARC32) += mul.o rem.o sdiv.o udiv.o umul.o urem.o ashrdi3.o
  lib-$(CONFIG_SPARC32) += memcpy.o memset.o
-diff -urNp linux-2.6.39/arch/sparc/Makefile linux-2.6.39/arch/sparc/Makefile
---- linux-2.6.39/arch/sparc/Makefile   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/sparc/Makefile   2011-05-22 19:41:32.000000000 -0400
+diff -urNp linux-3.0.4/arch/sparc/Makefile linux-3.0.4/arch/sparc/Makefile
+--- linux-3.0.4/arch/sparc/Makefile    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/sparc/Makefile    2011-08-23 21:48:14.000000000 -0400
 @@ -75,7 +75,7 @@ drivers-$(CONFIG_OPROFILE)   += arch/sparc
  # Export what is needed by arch/sparc/boot/Makefile
  export VMLINUX_INIT VMLINUX_MAIN
@@ -6398,9 +4088,9 @@ diff -urNp linux-2.6.39/arch/sparc/Makefile linux-2.6.39/arch/sparc/Makefile
  VMLINUX_MAIN += $(patsubst %/, %/lib.a, $(libs-y)) $(libs-y)
  VMLINUX_MAIN += $(drivers-y) $(net-y)
  
-diff -urNp linux-2.6.39/arch/sparc/mm/fault_32.c linux-2.6.39/arch/sparc/mm/fault_32.c
---- linux-2.6.39/arch/sparc/mm/fault_32.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/sparc/mm/fault_32.c      2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/sparc/mm/fault_32.c linux-3.0.4/arch/sparc/mm/fault_32.c
+--- linux-3.0.4/arch/sparc/mm/fault_32.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/sparc/mm/fault_32.c       2011-08-23 21:47:55.000000000 -0400
 @@ -22,6 +22,9 @@
  #include <linux/interrupt.h>
  #include <linux/module.h>
@@ -6705,9 +4395,9 @@ diff -urNp linux-2.6.39/arch/sparc/mm/fault_32.c linux-2.6.39/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.39/arch/sparc/mm/fault_64.c linux-2.6.39/arch/sparc/mm/fault_64.c
---- linux-2.6.39/arch/sparc/mm/fault_64.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/sparc/mm/fault_64.c      2011-05-22 19:41:32.000000000 -0400
+diff -urNp linux-3.0.4/arch/sparc/mm/fault_64.c linux-3.0.4/arch/sparc/mm/fault_64.c
+--- linux-3.0.4/arch/sparc/mm/fault_64.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/sparc/mm/fault_64.c       2011-08-23 21:48:14.000000000 -0400
 @@ -21,6 +21,9 @@
  #include <linux/kprobes.h>
  #include <linux/kdebug.h>
@@ -7215,9 +4905,9 @@ diff -urNp linux-2.6.39/arch/sparc/mm/fault_64.c linux-2.6.39/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.39/arch/sparc/mm/hugetlbpage.c linux-2.6.39/arch/sparc/mm/hugetlbpage.c
---- linux-2.6.39/arch/sparc/mm/hugetlbpage.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/sparc/mm/hugetlbpage.c   2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/sparc/mm/hugetlbpage.c linux-3.0.4/arch/sparc/mm/hugetlbpage.c
+--- linux-3.0.4/arch/sparc/mm/hugetlbpage.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/sparc/mm/hugetlbpage.c    2011-08-23 21:47:55.000000000 -0400
 @@ -68,7 +68,7 @@ full_search:
                        }
                        return -ENOMEM;
@@ -7277,10 +4967,10 @@ diff -urNp linux-2.6.39/arch/sparc/mm/hugetlbpage.c linux-2.6.39/arch/sparc/mm/h
                        return addr;
        }
        if (mm->get_unmapped_area == arch_get_unmapped_area)
-diff -urNp linux-2.6.39/arch/sparc/mm/init_32.c linux-2.6.39/arch/sparc/mm/init_32.c
---- linux-2.6.39/arch/sparc/mm/init_32.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/sparc/mm/init_32.c       2011-05-22 19:36:30.000000000 -0400
-@@ -318,6 +318,9 @@ extern void device_scan(void);
+diff -urNp linux-3.0.4/arch/sparc/mm/init_32.c linux-3.0.4/arch/sparc/mm/init_32.c
+--- linux-3.0.4/arch/sparc/mm/init_32.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/sparc/mm/init_32.c        2011-08-23 21:47:55.000000000 -0400
+@@ -316,6 +316,9 @@ extern void device_scan(void);
  pgprot_t PAGE_SHARED __read_mostly;
  EXPORT_SYMBOL(PAGE_SHARED);
  
@@ -7290,7 +4980,7 @@ diff -urNp linux-2.6.39/arch/sparc/mm/init_32.c linux-2.6.39/arch/sparc/mm/init_
  void __init paging_init(void)
  {
        switch(sparc_cpu_model) {
-@@ -346,17 +349,17 @@ void __init paging_init(void)
+@@ -344,17 +347,17 @@ void __init paging_init(void)
  
        /* Initialize the protection map with non-constant, MMU dependent values. */
        protection_map[0] = PAGE_NONE;
@@ -7314,9 +5004,9 @@ diff -urNp linux-2.6.39/arch/sparc/mm/init_32.c linux-2.6.39/arch/sparc/mm/init_
        protection_map[12] = PAGE_READONLY;
        protection_map[13] = PAGE_READONLY;
        protection_map[14] = PAGE_SHARED;
-diff -urNp linux-2.6.39/arch/sparc/mm/Makefile linux-2.6.39/arch/sparc/mm/Makefile
---- linux-2.6.39/arch/sparc/mm/Makefile        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/sparc/mm/Makefile        2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/sparc/mm/Makefile linux-3.0.4/arch/sparc/mm/Makefile
+--- linux-3.0.4/arch/sparc/mm/Makefile 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/sparc/mm/Makefile 2011-08-23 21:47:55.000000000 -0400
 @@ -2,7 +2,7 @@
  #
  
@@ -7326,9 +5016,9 @@ diff -urNp linux-2.6.39/arch/sparc/mm/Makefile linux-2.6.39/arch/sparc/mm/Makefi
  
  obj-$(CONFIG_SPARC64)   += ultra.o tlb.o tsb.o
  obj-y                   += fault_$(BITS).o
-diff -urNp linux-2.6.39/arch/sparc/mm/srmmu.c linux-2.6.39/arch/sparc/mm/srmmu.c
---- linux-2.6.39/arch/sparc/mm/srmmu.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/sparc/mm/srmmu.c 2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/sparc/mm/srmmu.c linux-3.0.4/arch/sparc/mm/srmmu.c
+--- linux-3.0.4/arch/sparc/mm/srmmu.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/sparc/mm/srmmu.c  2011-08-23 21:47:55.000000000 -0400
 @@ -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));
@@ -7343,30 +5033,9 @@ diff -urNp linux-2.6.39/arch/sparc/mm/srmmu.c linux-2.6.39/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.39/arch/tile/kernel/pci.c linux-2.6.39/arch/tile/kernel/pci.c
---- linux-2.6.39/arch/tile/kernel/pci.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/tile/kernel/pci.c        2011-05-22 19:36:30.000000000 -0400
-@@ -60,7 +60,7 @@ int __write_once tile_plx_gen1;
- static struct pci_controller controllers[TILE_NUM_PCIE];
- static int num_controllers;
--static struct pci_ops tile_cfg_ops;
-+static const struct pci_ops tile_cfg_ops;
- /*
-@@ -564,7 +564,7 @@ static int __devinit tile_cfg_write(stru
- }
--static struct pci_ops tile_cfg_ops = {
-+static const struct pci_ops tile_cfg_ops = {
-       .read =         tile_cfg_read,
-       .write =        tile_cfg_write,
- };
-diff -urNp linux-2.6.39/arch/um/include/asm/kmap_types.h linux-2.6.39/arch/um/include/asm/kmap_types.h
---- linux-2.6.39/arch/um/include/asm/kmap_types.h      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/um/include/asm/kmap_types.h      2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/um/include/asm/kmap_types.h linux-3.0.4/arch/um/include/asm/kmap_types.h
+--- linux-3.0.4/arch/um/include/asm/kmap_types.h       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/um/include/asm/kmap_types.h       2011-08-23 21:47:55.000000000 -0400
 @@ -23,6 +23,7 @@ enum km_type {
        KM_IRQ1,
        KM_SOFTIRQ0,
@@ -7375,9 +5044,9 @@ diff -urNp linux-2.6.39/arch/um/include/asm/kmap_types.h linux-2.6.39/arch/um/in
        KM_TYPE_NR
  };
  
-diff -urNp linux-2.6.39/arch/um/include/asm/page.h linux-2.6.39/arch/um/include/asm/page.h
---- linux-2.6.39/arch/um/include/asm/page.h    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/um/include/asm/page.h    2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/um/include/asm/page.h linux-3.0.4/arch/um/include/asm/page.h
+--- linux-3.0.4/arch/um/include/asm/page.h     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/um/include/asm/page.h     2011-08-23 21:47:55.000000000 -0400
 @@ -14,6 +14,9 @@
  #define PAGE_SIZE     (_AC(1, UL) << PAGE_SHIFT)
  #define PAGE_MASK     (~(PAGE_SIZE-1))
@@ -7388,9 +5057,9 @@ diff -urNp linux-2.6.39/arch/um/include/asm/page.h linux-2.6.39/arch/um/include/
  #ifndef __ASSEMBLY__
  
  struct page;
-diff -urNp linux-2.6.39/arch/um/kernel/process.c linux-2.6.39/arch/um/kernel/process.c
---- linux-2.6.39/arch/um/kernel/process.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/um/kernel/process.c      2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/um/kernel/process.c linux-3.0.4/arch/um/kernel/process.c
+--- linux-3.0.4/arch/um/kernel/process.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/um/kernel/process.c       2011-08-23 21:47:55.000000000 -0400
 @@ -404,22 +404,6 @@ int singlestepping(void * t)
        return 2;
  }
@@ -7414,9 +5083,9 @@ diff -urNp linux-2.6.39/arch/um/kernel/process.c linux-2.6.39/arch/um/kernel/pro
  unsigned long get_wchan(struct task_struct *p)
  {
        unsigned long stack_page, sp, ip;
-diff -urNp linux-2.6.39/arch/um/sys-i386/syscalls.c linux-2.6.39/arch/um/sys-i386/syscalls.c
---- linux-2.6.39/arch/um/sys-i386/syscalls.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/um/sys-i386/syscalls.c   2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/um/sys-i386/syscalls.c linux-3.0.4/arch/um/sys-i386/syscalls.c
+--- linux-3.0.4/arch/um/sys-i386/syscalls.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/um/sys-i386/syscalls.c    2011-08-23 21:47:55.000000000 -0400
 @@ -11,6 +11,21 @@
  #include "asm/uaccess.h"
  #include "asm/unistd.h"
@@ -7439,21 +5108,9 @@ diff -urNp linux-2.6.39/arch/um/sys-i386/syscalls.c linux-2.6.39/arch/um/sys-i38
  /*
   * The prototype on i386 is:
   *
-diff -urNp linux-2.6.39/arch/unicore32/kernel/pci.c linux-2.6.39/arch/unicore32/kernel/pci.c
---- linux-2.6.39/arch/unicore32/kernel/pci.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/unicore32/kernel/pci.c   2011-05-22 19:36:30.000000000 -0400
-@@ -66,7 +66,7 @@ puv3_write_config(struct pci_bus *bus, u
-       return PCIBIOS_SUCCESSFUL;
- }
--struct pci_ops pci_puv3_ops = {
-+const struct pci_ops pci_puv3_ops = {
-       .read  = puv3_read_config,
-       .write = puv3_write_config,
- };
-diff -urNp linux-2.6.39/arch/x86/boot/bitops.h linux-2.6.39/arch/x86/boot/bitops.h
---- linux-2.6.39/arch/x86/boot/bitops.h        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/boot/bitops.h        2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/boot/bitops.h linux-3.0.4/arch/x86/boot/bitops.h
+--- linux-3.0.4/arch/x86/boot/bitops.h 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/boot/bitops.h 2011-08-23 21:47:55.000000000 -0400
 @@ -26,7 +26,7 @@ static inline int variable_test_bit(int 
        u8 v;
        const u32 *p = (const u32 *)addr;
@@ -7472,9 +5129,9 @@ diff -urNp linux-2.6.39/arch/x86/boot/bitops.h linux-2.6.39/arch/x86/boot/bitops
  }
  
  #endif /* BOOT_BITOPS_H */
-diff -urNp linux-2.6.39/arch/x86/boot/boot.h linux-2.6.39/arch/x86/boot/boot.h
---- linux-2.6.39/arch/x86/boot/boot.h  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/boot/boot.h  2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/boot/boot.h linux-3.0.4/arch/x86/boot/boot.h
+--- linux-3.0.4/arch/x86/boot/boot.h   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/boot/boot.h   2011-08-23 21:47:55.000000000 -0400
 @@ -85,7 +85,7 @@ static inline void io_delay(void)
  static inline u16 ds(void)
  {
@@ -7493,9 +5150,9 @@ diff -urNp linux-2.6.39/arch/x86/boot/boot.h linux-2.6.39/arch/x86/boot/boot.h
            : "=qm" (diff), "+D" (s1), "+S" (s2), "+c" (len));
        return diff;
  }
-diff -urNp linux-2.6.39/arch/x86/boot/compressed/head_32.S linux-2.6.39/arch/x86/boot/compressed/head_32.S
---- linux-2.6.39/arch/x86/boot/compressed/head_32.S    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/boot/compressed/head_32.S    2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/boot/compressed/head_32.S linux-3.0.4/arch/x86/boot/compressed/head_32.S
+--- linux-3.0.4/arch/x86/boot/compressed/head_32.S     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/boot/compressed/head_32.S     2011-08-23 21:47:55.000000000 -0400
 @@ -76,7 +76,7 @@ ENTRY(startup_32)
        notl    %eax
        andl    %eax, %ebx
@@ -7524,9 +5181,9 @@ diff -urNp linux-2.6.39/arch/x86/boot/compressed/head_32.S linux-2.6.39/arch/x86
        addl    %ebx, -__PAGE_OFFSET(%ebx, %ecx)
        jmp     1b
  2:
-diff -urNp linux-2.6.39/arch/x86/boot/compressed/head_64.S linux-2.6.39/arch/x86/boot/compressed/head_64.S
---- linux-2.6.39/arch/x86/boot/compressed/head_64.S    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/boot/compressed/head_64.S    2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/boot/compressed/head_64.S linux-3.0.4/arch/x86/boot/compressed/head_64.S
+--- linux-3.0.4/arch/x86/boot/compressed/head_64.S     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/boot/compressed/head_64.S     2011-08-23 21:47:55.000000000 -0400
 @@ -91,7 +91,7 @@ ENTRY(startup_32)
        notl    %eax
        andl    %eax, %ebx
@@ -7545,9 +5202,22 @@ diff -urNp linux-2.6.39/arch/x86/boot/compressed/head_64.S linux-2.6.39/arch/x86
  #endif
  
        /* Target address to relocate to for decompression */
-diff -urNp linux-2.6.39/arch/x86/boot/compressed/misc.c linux-2.6.39/arch/x86/boot/compressed/misc.c
---- linux-2.6.39/arch/x86/boot/compressed/misc.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/boot/compressed/misc.c       2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/boot/compressed/Makefile linux-3.0.4/arch/x86/boot/compressed/Makefile
+--- linux-3.0.4/arch/x86/boot/compressed/Makefile      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/boot/compressed/Makefile      2011-08-23 21:47:55.000000000 -0400
+@@ -14,6 +14,9 @@ cflags-$(CONFIG_X86_64) := -mcmodel=smal
+ KBUILD_CFLAGS += $(cflags-y)
+ KBUILD_CFLAGS += $(call cc-option,-ffreestanding)
+ KBUILD_CFLAGS += $(call cc-option,-fno-stack-protector)
++ifdef CONSTIFY_PLUGIN
++KBUILD_CFLAGS += $(CONSTIFY_PLUGIN) -fplugin-arg-constify_plugin-no-constify
++endif
+ KBUILD_AFLAGS  := $(KBUILD_CFLAGS) -D__ASSEMBLY__
+ GCOV_PROFILE := n
+diff -urNp linux-3.0.4/arch/x86/boot/compressed/misc.c linux-3.0.4/arch/x86/boot/compressed/misc.c
+--- linux-3.0.4/arch/x86/boot/compressed/misc.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/boot/compressed/misc.c        2011-08-23 21:47:55.000000000 -0400
 @@ -310,7 +310,7 @@ static void parse_elf(void *output)
                case PT_LOAD:
  #ifdef CONFIG_RELOCATABLE
@@ -7566,9 +5236,9 @@ diff -urNp linux-2.6.39/arch/x86/boot/compressed/misc.c linux-2.6.39/arch/x86/bo
                error("Wrong destination address");
  #endif
  
-diff -urNp linux-2.6.39/arch/x86/boot/compressed/relocs.c linux-2.6.39/arch/x86/boot/compressed/relocs.c
---- linux-2.6.39/arch/x86/boot/compressed/relocs.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/boot/compressed/relocs.c     2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/boot/compressed/relocs.c linux-3.0.4/arch/x86/boot/compressed/relocs.c
+--- linux-3.0.4/arch/x86/boot/compressed/relocs.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/boot/compressed/relocs.c      2011-08-23 21:47:55.000000000 -0400
 @@ -13,8 +13,11 @@
  
  static void die(char *fmt, ...);
@@ -7761,9 +5431,9 @@ diff -urNp linux-2.6.39/arch/x86/boot/compressed/relocs.c linux-2.6.39/arch/x86/
        read_shdrs(fp);
        read_strtabs(fp);
        read_symtabs(fp);
-diff -urNp linux-2.6.39/arch/x86/boot/cpucheck.c linux-2.6.39/arch/x86/boot/cpucheck.c
---- linux-2.6.39/arch/x86/boot/cpucheck.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/boot/cpucheck.c      2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/boot/cpucheck.c linux-3.0.4/arch/x86/boot/cpucheck.c
+--- linux-3.0.4/arch/x86/boot/cpucheck.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/boot/cpucheck.c       2011-08-23 21:47:55.000000000 -0400
 @@ -74,7 +74,7 @@ static int has_fpu(void)
        u16 fcw = -1, fsw = -1;
        u32 cr0;
@@ -7859,9 +5529,9 @@ diff -urNp linux-2.6.39/arch/x86/boot/cpucheck.c linux-2.6.39/arch/x86/boot/cpuc
  
                err = check_flags();
        }
-diff -urNp linux-2.6.39/arch/x86/boot/header.S linux-2.6.39/arch/x86/boot/header.S
---- linux-2.6.39/arch/x86/boot/header.S        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/boot/header.S        2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/boot/header.S linux-3.0.4/arch/x86/boot/header.S
+--- linux-3.0.4/arch/x86/boot/header.S 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/boot/header.S 2011-08-23 21:47:55.000000000 -0400
 @@ -224,7 +224,7 @@ setup_data:                .quad 0                 # 64-bit physical
                                                # single linked list of
                                                # struct setup_data
@@ -7871,9 +5541,22 @@ diff -urNp linux-2.6.39/arch/x86/boot/header.S linux-2.6.39/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.39/arch/x86/boot/memory.c linux-2.6.39/arch/x86/boot/memory.c
---- linux-2.6.39/arch/x86/boot/memory.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/boot/memory.c        2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/boot/Makefile linux-3.0.4/arch/x86/boot/Makefile
+--- linux-3.0.4/arch/x86/boot/Makefile 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/boot/Makefile 2011-08-23 21:47:55.000000000 -0400
+@@ -69,6 +69,9 @@ KBUILD_CFLAGS        := $(LINUXINCLUDE) -g -Os 
+                  $(call cc-option, -fno-stack-protector) \
+                  $(call cc-option, -mpreferred-stack-boundary=2)
+ KBUILD_CFLAGS += $(call cc-option, -m32)
++ifdef CONSTIFY_PLUGIN
++KBUILD_CFLAGS += $(CONSTIFY_PLUGIN) -fplugin-arg-constify_plugin-no-constify
++endif
+ KBUILD_AFLAGS := $(KBUILD_CFLAGS) -D__ASSEMBLY__
+ GCOV_PROFILE := n
+diff -urNp linux-3.0.4/arch/x86/boot/memory.c linux-3.0.4/arch/x86/boot/memory.c
+--- linux-3.0.4/arch/x86/boot/memory.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/boot/memory.c 2011-08-23 21:47:55.000000000 -0400
 @@ -19,7 +19,7 @@
  
  static int detect_memory_e820(void)
@@ -7883,9 +5566,9 @@ diff -urNp linux-2.6.39/arch/x86/boot/memory.c linux-2.6.39/arch/x86/boot/memory
        struct biosregs ireg, oreg;
        struct e820entry *desc = boot_params.e820_map;
        static struct e820entry buf; /* static so it is zeroed */
-diff -urNp linux-2.6.39/arch/x86/boot/video.c linux-2.6.39/arch/x86/boot/video.c
---- linux-2.6.39/arch/x86/boot/video.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/boot/video.c 2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/boot/video.c linux-3.0.4/arch/x86/boot/video.c
+--- linux-3.0.4/arch/x86/boot/video.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/boot/video.c  2011-08-23 21:47:55.000000000 -0400
 @@ -96,7 +96,7 @@ static void store_mode_params(void)
  static unsigned int get_entry(void)
  {
@@ -7895,9 +5578,9 @@ diff -urNp linux-2.6.39/arch/x86/boot/video.c linux-2.6.39/arch/x86/boot/video.c
        int key;
        unsigned int v;
  
-diff -urNp linux-2.6.39/arch/x86/boot/video-vesa.c linux-2.6.39/arch/x86/boot/video-vesa.c
---- linux-2.6.39/arch/x86/boot/video-vesa.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/boot/video-vesa.c    2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/boot/video-vesa.c linux-3.0.4/arch/x86/boot/video-vesa.c
+--- linux-3.0.4/arch/x86/boot/video-vesa.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/boot/video-vesa.c     2011-08-23 21:47:55.000000000 -0400
 @@ -200,6 +200,7 @@ static void vesa_store_pm_info(void)
  
        boot_params.screen_info.vesapm_seg = oreg.es;
@@ -7906,9 +5589,77 @@ diff -urNp linux-2.6.39/arch/x86/boot/video-vesa.c linux-2.6.39/arch/x86/boot/vi
  }
  
  /*
-diff -urNp linux-2.6.39/arch/x86/ia32/ia32_aout.c linux-2.6.39/arch/x86/ia32/ia32_aout.c
---- linux-2.6.39/arch/x86/ia32/ia32_aout.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/ia32/ia32_aout.c     2011-05-22 19:41:32.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/crypto/aes-x86_64-asm_64.S linux-3.0.4/arch/x86/crypto/aes-x86_64-asm_64.S
+--- linux-3.0.4/arch/x86/crypto/aes-x86_64-asm_64.S    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/crypto/aes-x86_64-asm_64.S    2011-09-17 18:31:51.000000000 -0400
+@@ -71,6 +71,12 @@ FUNC:       movq    r1,r2;                  \
+       je      B192;                   \
+       leaq    32(r9),r9;
++#ifdef CONFIG_PAX_KERNEXEC_PLUGIN
++#define ret   orb $0x80, 0x7(%rsp); ret
++#else
++#define ret   ret
++#endif
++
+ #define epilogue(r1,r2,r3,r4,r5,r6,r7,r8,r9) \
+       movq    r1,r2;                  \
+       movq    r3,r4;                  \
+diff -urNp linux-3.0.4/arch/x86/crypto/salsa20-x86_64-asm_64.S linux-3.0.4/arch/x86/crypto/salsa20-x86_64-asm_64.S
+--- linux-3.0.4/arch/x86/crypto/salsa20-x86_64-asm_64.S        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/crypto/salsa20-x86_64-asm_64.S        2011-09-17 18:31:51.000000000 -0400
+@@ -790,6 +790,9 @@ ECRYPT_encrypt_bytes:
+       add     %r11,%rsp
+       mov     %rdi,%rax
+       mov     %rsi,%rdx
++#ifdef CONFIG_PAX_KERNEXEC_PLUGIN
++      orb $0x80, 0x7(%rsp)
++#endif
+       ret
+ #   bytesatleast65:
+ ._bytesatleast65:
+@@ -891,6 +894,9 @@ ECRYPT_keysetup:
+       add     %r11,%rsp
+       mov     %rdi,%rax
+       mov     %rsi,%rdx
++#ifdef CONFIG_PAX_KERNEXEC_PLUGIN
++      orb $0x80, 0x7(%rsp)
++#endif
+       ret
+ # enter ECRYPT_ivsetup
+ .text
+@@ -917,4 +923,7 @@ ECRYPT_ivsetup:
+       add     %r11,%rsp
+       mov     %rdi,%rax
+       mov     %rsi,%rdx
++#ifdef CONFIG_PAX_KERNEXEC_PLUGIN
++      orb $0x80, 0x7(%rsp)
++#endif
+       ret
+diff -urNp linux-3.0.4/arch/x86/crypto/twofish-x86_64-asm_64.S linux-3.0.4/arch/x86/crypto/twofish-x86_64-asm_64.S
+--- linux-3.0.4/arch/x86/crypto/twofish-x86_64-asm_64.S        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/crypto/twofish-x86_64-asm_64.S        2011-09-17 18:31:51.000000000 -0400
+@@ -269,6 +269,9 @@ twofish_enc_blk:
+       popq    R1
+       movq    $1,%rax
++#ifdef CONFIG_PAX_KERNEXEC_PLUGIN
++      orb $0x80, 0x7(%rsp)
++#endif
+       ret
+ twofish_dec_blk:
+@@ -321,4 +324,7 @@ twofish_dec_blk:
+       popq    R1
+       movq    $1,%rax
++#ifdef CONFIG_PAX_KERNEXEC_PLUGIN
++      orb $0x80, 0x7(%rsp)
++#endif
+       ret
+diff -urNp linux-3.0.4/arch/x86/ia32/ia32_aout.c linux-3.0.4/arch/x86/ia32/ia32_aout.c
+--- linux-3.0.4/arch/x86/ia32/ia32_aout.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/ia32/ia32_aout.c      2011-08-23 21:48:14.000000000 -0400
 @@ -162,6 +162,8 @@ static int aout_core_dump(long signr, st
        unsigned long dump_start, dump_size;
        struct user32 dump;
@@ -7918,9 +5669,9 @@ diff -urNp linux-2.6.39/arch/x86/ia32/ia32_aout.c linux-2.6.39/arch/x86/ia32/ia3
        fs = get_fs();
        set_fs(KERNEL_DS);
        has_dumped = 1;
-diff -urNp linux-2.6.39/arch/x86/ia32/ia32entry.S linux-2.6.39/arch/x86/ia32/ia32entry.S
---- linux-2.6.39/arch/x86/ia32/ia32entry.S     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/ia32/ia32entry.S     2011-05-23 17:16:01.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/ia32/ia32entry.S linux-3.0.4/arch/x86/ia32/ia32entry.S
+--- linux-3.0.4/arch/x86/ia32/ia32entry.S      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/ia32/ia32entry.S      2011-08-25 17:36:37.000000000 -0400
 @@ -13,6 +13,7 @@
  #include <asm/thread_info.h>  
  #include <asm/segment.h>
@@ -7929,7 +5680,7 @@ diff -urNp linux-2.6.39/arch/x86/ia32/ia32entry.S linux-2.6.39/arch/x86/ia32/ia3
  #include <linux/linkage.h>
  
  /* Avoid __ASSEMBLER__'ifying <linux/audit.h> just for this.  */
-@@ -95,6 +96,32 @@ ENTRY(native_irq_enable_sysexit)
+@@ -95,6 +96,29 @@ ENTRY(native_irq_enable_sysexit)
  ENDPROC(native_irq_enable_sysexit)
  #endif
  
@@ -7948,9 +5699,6 @@ diff -urNp linux-2.6.39/arch/x86/ia32/ia32entry.S linux-2.6.39/arch/x86/ia32/ia3
 +      call pax_randomize_kstack
 +      popq %rax
 +#endif
-+#ifdef CONFIG_PAX_MEMORY_STACKLEAK
-+      call pax_erase_kstack
-+#endif
 +      .endm
 +
 +      .macro pax_erase_kstack
@@ -7962,7 +5710,7 @@ diff -urNp linux-2.6.39/arch/x86/ia32/ia32entry.S linux-2.6.39/arch/x86/ia32/ia3
  /*
   * 32bit SYSENTER instruction entry.
   *
-@@ -121,7 +148,7 @@ ENTRY(ia32_sysenter_target)
+@@ -121,7 +145,7 @@ ENTRY(ia32_sysenter_target)
        CFI_REGISTER    rsp,rbp
        SWAPGS_UNSAFE_STACK
        movq    PER_CPU_VAR(kernel_stack), %rsp
@@ -7971,7 +5719,7 @@ diff -urNp linux-2.6.39/arch/x86/ia32/ia32entry.S linux-2.6.39/arch/x86/ia32/ia3
        /*
         * No need to follow this irqs on/off section: the syscall
         * disabled irqs, here we enable it straight after entry:
-@@ -134,7 +161,8 @@ ENTRY(ia32_sysenter_target)
+@@ -134,7 +158,8 @@ ENTRY(ia32_sysenter_target)
        CFI_REL_OFFSET rsp,0
        pushfq_cfi
        /*CFI_REL_OFFSET rflags,0*/
@@ -7981,7 +5729,7 @@ diff -urNp linux-2.6.39/arch/x86/ia32/ia32entry.S linux-2.6.39/arch/x86/ia32/ia3
        CFI_REGISTER rip,r10
        pushq_cfi $__USER32_CS
        /*CFI_REL_OFFSET cs,0*/
-@@ -146,6 +174,12 @@ ENTRY(ia32_sysenter_target)
+@@ -146,6 +171,12 @@ ENTRY(ia32_sysenter_target)
        SAVE_ARGS 0,0,1
        /* no need to do an access_ok check here because rbp has been
           32bit zero extended */ 
@@ -7994,15 +5742,16 @@ diff -urNp linux-2.6.39/arch/x86/ia32/ia32entry.S linux-2.6.39/arch/x86/ia32/ia3
  1:    movl    (%rbp),%ebp
        .section __ex_table,"a"
        .quad 1b,ia32_badarg
-@@ -168,6 +202,7 @@ sysenter_dispatch:
+@@ -168,6 +199,8 @@ sysenter_dispatch:
        testl   $_TIF_ALLWORK_MASK,TI_flags(%r10)
        jnz     sysexit_audit
  sysexit_from_sys_call:
 +      pax_exit_kernel_user
++      pax_erase_kstack
        andl    $~TS_COMPAT,TI_status(%r10)
        /* clear IF, that popfq doesn't enable interrupts early */
        andl  $~0x200,EFLAGS-R11(%rsp) 
-@@ -194,6 +229,9 @@ sysexit_from_sys_call:
+@@ -194,6 +227,9 @@ sysexit_from_sys_call:
        movl %eax,%esi                  /* 2nd arg: syscall number */
        movl $AUDIT_ARCH_I386,%edi      /* 1st arg: audit arch */
        call audit_syscall_entry
@@ -8012,7 +5761,7 @@ diff -urNp linux-2.6.39/arch/x86/ia32/ia32entry.S linux-2.6.39/arch/x86/ia32/ia3
        movl RAX-ARGOFFSET(%rsp),%eax   /* reload syscall number */
        cmpq $(IA32_NR_syscalls-1),%rax
        ja ia32_badsys
-@@ -246,6 +284,9 @@ sysenter_tracesys:
+@@ -246,6 +282,9 @@ sysenter_tracesys:
        movq    $-ENOSYS,RAX(%rsp)/* ptrace can change this for a bad syscall */
        movq    %rsp,%rdi        /* &pt_regs -> arg1 */
        call    syscall_trace_enter
@@ -8022,7 +5771,7 @@ diff -urNp linux-2.6.39/arch/x86/ia32/ia32entry.S linux-2.6.39/arch/x86/ia32/ia3
        LOAD_ARGS32 ARGOFFSET  /* reload args from stack in case ptrace changed it */
        RESTORE_REST
        cmpq    $(IA32_NR_syscalls-1),%rax
-@@ -277,19 +318,24 @@ ENDPROC(ia32_sysenter_target)
+@@ -277,19 +316,24 @@ ENDPROC(ia32_sysenter_target)
  ENTRY(ia32_cstar_target)
        CFI_STARTPROC32 simple
        CFI_SIGNAL_FRAME
@@ -8049,7 +5798,7 @@ diff -urNp linux-2.6.39/arch/x86/ia32/ia32entry.S linux-2.6.39/arch/x86/ia32/ia3
        movl    %eax,%eax       /* zero extension */
        movq    %rax,ORIG_RAX-ARGOFFSET(%rsp)
        movq    %rcx,RIP-ARGOFFSET(%rsp)
-@@ -305,6 +351,12 @@ ENTRY(ia32_cstar_target)
+@@ -305,6 +349,12 @@ ENTRY(ia32_cstar_target)
        /* no need to do an access_ok check here because r8 has been
           32bit zero extended */ 
        /* hardware stack frame is complete now */      
@@ -8062,15 +5811,16 @@ diff -urNp linux-2.6.39/arch/x86/ia32/ia32entry.S linux-2.6.39/arch/x86/ia32/ia3
  1:    movl    (%r8),%r9d
        .section __ex_table,"a"
        .quad 1b,ia32_badarg
-@@ -327,6 +379,7 @@ cstar_dispatch:
+@@ -327,6 +377,8 @@ cstar_dispatch:
        testl $_TIF_ALLWORK_MASK,TI_flags(%r10)
        jnz sysretl_audit
  sysretl_from_sys_call:
 +      pax_exit_kernel_user
++      pax_erase_kstack
        andl $~TS_COMPAT,TI_status(%r10)
        RESTORE_ARGS 1,-ARG_SKIP,1,1,1
        movl RIP-ARGOFFSET(%rsp),%ecx
-@@ -364,6 +417,9 @@ cstar_tracesys:
+@@ -364,6 +416,9 @@ cstar_tracesys:
        movq $-ENOSYS,RAX(%rsp) /* ptrace can change this for a bad syscall */
        movq %rsp,%rdi        /* &pt_regs -> arg1 */
        call syscall_trace_enter
@@ -8080,7 +5830,7 @@ diff -urNp linux-2.6.39/arch/x86/ia32/ia32entry.S linux-2.6.39/arch/x86/ia32/ia3
        LOAD_ARGS32 ARGOFFSET, 1  /* reload args from stack in case ptrace changed it */
        RESTORE_REST
        xchgl %ebp,%r9d
-@@ -409,6 +465,7 @@ ENTRY(ia32_syscall)
+@@ -409,6 +464,7 @@ ENTRY(ia32_syscall)
        CFI_REL_OFFSET  rip,RIP-RIP
        PARAVIRT_ADJUST_EXCEPTION_FRAME
        SWAPGS
@@ -8088,7 +5838,7 @@ diff -urNp linux-2.6.39/arch/x86/ia32/ia32entry.S linux-2.6.39/arch/x86/ia32/ia3
        /*
         * No need to follow this irqs on/off section: the syscall
         * disabled irqs and here we enable it straight after entry:
-@@ -441,6 +498,9 @@ ia32_tracesys:                      
+@@ -441,6 +497,9 @@ ia32_tracesys:                      
        movq $-ENOSYS,RAX(%rsp) /* ptrace can change this for a bad syscall */
        movq %rsp,%rdi        /* &pt_regs -> arg1 */
        call syscall_trace_enter
@@ -8098,9 +5848,9 @@ diff -urNp linux-2.6.39/arch/x86/ia32/ia32entry.S linux-2.6.39/arch/x86/ia32/ia3
        LOAD_ARGS32 ARGOFFSET  /* reload args from stack in case ptrace changed it */
        RESTORE_REST
        cmpq $(IA32_NR_syscalls-1),%rax
-diff -urNp linux-2.6.39/arch/x86/ia32/ia32_signal.c linux-2.6.39/arch/x86/ia32/ia32_signal.c
---- linux-2.6.39/arch/x86/ia32/ia32_signal.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/ia32/ia32_signal.c   2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/ia32/ia32_signal.c linux-3.0.4/arch/x86/ia32/ia32_signal.c
+--- linux-3.0.4/arch/x86/ia32/ia32_signal.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/ia32/ia32_signal.c    2011-08-23 21:47:55.000000000 -0400
 @@ -403,7 +403,7 @@ static void __user *get_sigframe(struct 
        sp -= frame_size;
        /* Align the stack pointer according to the i386 ABI,
@@ -8150,10 +5900,10 @@ diff -urNp linux-2.6.39/arch/x86/ia32/ia32_signal.c linux-2.6.39/arch/x86/ia32/i
        } put_user_catch(err);
  
        if (err)
-diff -urNp linux-2.6.39/arch/x86/include/asm/alternative.h linux-2.6.39/arch/x86/include/asm/alternative.h
---- linux-2.6.39/arch/x86/include/asm/alternative.h    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/include/asm/alternative.h    2011-05-22 19:36:30.000000000 -0400
-@@ -94,7 +94,7 @@ static inline int alternatives_text_rese
+diff -urNp linux-3.0.4/arch/x86/include/asm/alternative.h linux-3.0.4/arch/x86/include/asm/alternative.h
+--- linux-3.0.4/arch/x86/include/asm/alternative.h     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/include/asm/alternative.h     2011-08-23 21:47:55.000000000 -0400
+@@ -93,7 +93,7 @@ static inline int alternatives_text_rese
        ".section .discard,\"aw\",@progbits\n"                          \
        "        .byte 0xff + (664f-663f) - (662b-661b)\n" /* rlen <= slen */   \
        ".previous\n"                                                   \
@@ -8162,9 +5912,21 @@ diff -urNp linux-2.6.39/arch/x86/include/asm/alternative.h linux-2.6.39/arch/x86
        "663:\n\t" newinstr "\n664:\n"          /* replacement     */   \
        ".previous"
  
-diff -urNp linux-2.6.39/arch/x86/include/asm/apm.h linux-2.6.39/arch/x86/include/asm/apm.h
---- linux-2.6.39/arch/x86/include/asm/apm.h    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/include/asm/apm.h    2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/include/asm/apic.h linux-3.0.4/arch/x86/include/asm/apic.h
+--- linux-3.0.4/arch/x86/include/asm/apic.h    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/include/asm/apic.h    2011-08-23 21:48:14.000000000 -0400
+@@ -45,7 +45,7 @@ static inline void generic_apic_probe(vo
+ #ifdef CONFIG_X86_LOCAL_APIC
+-extern unsigned int apic_verbosity;
++extern int apic_verbosity;
+ extern int local_apic_timer_c2_ok;
+ extern int disable_apic;
+diff -urNp linux-3.0.4/arch/x86/include/asm/apm.h linux-3.0.4/arch/x86/include/asm/apm.h
+--- linux-3.0.4/arch/x86/include/asm/apm.h     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/include/asm/apm.h     2011-08-23 21:47:55.000000000 -0400
 @@ -34,7 +34,7 @@ static inline void apm_bios_call_asm(u32
        __asm__ __volatile__(APM_DO_ZERO_SEGS
                "pushl %%edi\n\t"
@@ -8183,9 +5945,9 @@ diff -urNp linux-2.6.39/arch/x86/include/asm/apm.h linux-2.6.39/arch/x86/include
                "setc %%bl\n\t"
                "popl %%ebp\n\t"
                "popl %%edi\n\t"
-diff -urNp linux-2.6.39/arch/x86/include/asm/atomic64_32.h linux-2.6.39/arch/x86/include/asm/atomic64_32.h
---- linux-2.6.39/arch/x86/include/asm/atomic64_32.h    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/include/asm/atomic64_32.h    2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/include/asm/atomic64_32.h linux-3.0.4/arch/x86/include/asm/atomic64_32.h
+--- linux-3.0.4/arch/x86/include/asm/atomic64_32.h     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/include/asm/atomic64_32.h     2011-08-23 21:47:55.000000000 -0400
 @@ -12,6 +12,14 @@ typedef struct {
        u64 __aligned(8) counter;
  } atomic64_t;
@@ -8335,9 +6097,9 @@ diff -urNp linux-2.6.39/arch/x86/include/asm/atomic64_32.h linux-2.6.39/arch/x86
   * atomic64_sub - subtract the atomic64 variable
   * @i: integer value to subtract
   * @v: pointer to type atomic64_t
-diff -urNp linux-2.6.39/arch/x86/include/asm/atomic64_64.h linux-2.6.39/arch/x86/include/asm/atomic64_64.h
---- linux-2.6.39/arch/x86/include/asm/atomic64_64.h    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/include/asm/atomic64_64.h    2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/include/asm/atomic64_64.h linux-3.0.4/arch/x86/include/asm/atomic64_64.h
+--- linux-3.0.4/arch/x86/include/asm/atomic64_64.h     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/include/asm/atomic64_64.h     2011-08-23 21:47:55.000000000 -0400
 @@ -18,7 +18,19 @@
   */
  static inline long atomic64_read(const atomic64_t *v)
@@ -8659,9 +6421,9 @@ diff -urNp linux-2.6.39/arch/x86/include/asm/atomic64_64.h linux-2.6.39/arch/x86
  }
  
  #define atomic64_inc_not_zero(v) atomic64_add_unless((v), 1, 0)
-diff -urNp linux-2.6.39/arch/x86/include/asm/atomic.h linux-2.6.39/arch/x86/include/asm/atomic.h
---- linux-2.6.39/arch/x86/include/asm/atomic.h 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/include/asm/atomic.h 2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/include/asm/atomic.h linux-3.0.4/arch/x86/include/asm/atomic.h
+--- linux-3.0.4/arch/x86/include/asm/atomic.h  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/include/asm/atomic.h  2011-08-23 21:47:55.000000000 -0400
 @@ -22,7 +22,18 @@
   */
  static inline int atomic_read(const atomic_t *v)
@@ -9074,9 +6836,9 @@ diff -urNp linux-2.6.39/arch/x86/include/asm/atomic.h linux-2.6.39/arch/x86/incl
  /*
   * atomic_dec_if_positive - decrement by 1 if old value positive
   * @v: pointer of type atomic_t
-diff -urNp linux-2.6.39/arch/x86/include/asm/bitops.h linux-2.6.39/arch/x86/include/asm/bitops.h
---- linux-2.6.39/arch/x86/include/asm/bitops.h 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/include/asm/bitops.h 2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/include/asm/bitops.h linux-3.0.4/arch/x86/include/asm/bitops.h
+--- linux-3.0.4/arch/x86/include/asm/bitops.h  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/include/asm/bitops.h  2011-08-23 21:47:55.000000000 -0400
 @@ -38,7 +38,7 @@
   * a mask operation on a byte.
   */
@@ -9086,9 +6848,9 @@ diff -urNp linux-2.6.39/arch/x86/include/asm/bitops.h linux-2.6.39/arch/x86/incl
  #define CONST_MASK(nr)                        (1 << ((nr) & 7))
  
  /**
-diff -urNp linux-2.6.39/arch/x86/include/asm/boot.h linux-2.6.39/arch/x86/include/asm/boot.h
---- linux-2.6.39/arch/x86/include/asm/boot.h   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/include/asm/boot.h   2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/include/asm/boot.h linux-3.0.4/arch/x86/include/asm/boot.h
+--- linux-3.0.4/arch/x86/include/asm/boot.h    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/include/asm/boot.h    2011-08-23 21:47:55.000000000 -0400
 @@ -11,10 +11,15 @@
  #include <asm/pgtable_types.h>
  
@@ -9106,9 +6868,9 @@ diff -urNp linux-2.6.39/arch/x86/include/asm/boot.h linux-2.6.39/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.39/arch/x86/include/asm/cacheflush.h linux-2.6.39/arch/x86/include/asm/cacheflush.h
---- linux-2.6.39/arch/x86/include/asm/cacheflush.h     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/include/asm/cacheflush.h     2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/include/asm/cacheflush.h linux-3.0.4/arch/x86/include/asm/cacheflush.h
+--- linux-3.0.4/arch/x86/include/asm/cacheflush.h      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/include/asm/cacheflush.h      2011-08-23 21:47:55.000000000 -0400
 @@ -26,7 +26,7 @@ static inline unsigned long get_page_mem
        unsigned long pg_flags = pg->flags & _PGMT_MASK;
  
@@ -9118,28 +6880,28 @@ diff -urNp linux-2.6.39/arch/x86/include/asm/cacheflush.h linux-2.6.39/arch/x86/
        else if (pg_flags == _PGMT_WC)
                return _PAGE_CACHE_WC;
        else if (pg_flags == _PGMT_UC_MINUS)
-diff -urNp linux-2.6.39/arch/x86/include/asm/cache.h linux-2.6.39/arch/x86/include/asm/cache.h
---- linux-2.6.39/arch/x86/include/asm/cache.h  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/include/asm/cache.h  2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/include/asm/cache.h linux-3.0.4/arch/x86/include/asm/cache.h
+--- linux-3.0.4/arch/x86/include/asm/cache.h   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/include/asm/cache.h   2011-08-23 21:47:55.000000000 -0400
 @@ -5,12 +5,13 @@
  
  /* L1 cache line size */
  #define L1_CACHE_SHIFT        (CONFIG_X86_L1_CACHE_SHIFT)
 -#define L1_CACHE_BYTES        (1 << L1_CACHE_SHIFT)
-+#define L1_CACHE_BYTES        (_AC(1,U) << L1_CACHE_SHIFT)
++#define L1_CACHE_BYTES        (_AC(1,UL) << L1_CACHE_SHIFT)
  
  #define __read_mostly __attribute__((__section__(".data..read_mostly")))
 +#define __read_only __attribute__((__section__(".data..read_only")))
  
  #define INTERNODE_CACHE_SHIFT CONFIG_X86_INTERNODE_CACHE_SHIFT
 -#define INTERNODE_CACHE_BYTES (1 << INTERNODE_CACHE_SHIFT)
-+#define INTERNODE_CACHE_BYTES (_AC(1,U) << INTERNODE_CACHE_SHIFT)
++#define INTERNODE_CACHE_BYTES (_AC(1,UL) << INTERNODE_CACHE_SHIFT)
  
  #ifdef CONFIG_X86_VSMP
  #ifdef CONFIG_SMP
-diff -urNp linux-2.6.39/arch/x86/include/asm/checksum_32.h linux-2.6.39/arch/x86/include/asm/checksum_32.h
---- linux-2.6.39/arch/x86/include/asm/checksum_32.h    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/include/asm/checksum_32.h    2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/include/asm/checksum_32.h linux-3.0.4/arch/x86/include/asm/checksum_32.h
+--- linux-3.0.4/arch/x86/include/asm/checksum_32.h     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/include/asm/checksum_32.h     2011-08-23 21:47:55.000000000 -0400
 @@ -31,6 +31,14 @@ asmlinkage __wsum csum_partial_copy_gene
                                            int len, __wsum sum,
                                            int *src_err_ptr, int *dst_err_ptr);
@@ -9173,10 +6935,10 @@ diff -urNp linux-2.6.39/arch/x86/include/asm/checksum_32.h linux-2.6.39/arch/x86
                                                 len, sum, NULL, err_ptr);
  
        if (len)
-diff -urNp linux-2.6.39/arch/x86/include/asm/cpufeature.h linux-2.6.39/arch/x86/include/asm/cpufeature.h
---- linux-2.6.39/arch/x86/include/asm/cpufeature.h     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/include/asm/cpufeature.h     2011-05-22 19:36:30.000000000 -0400
-@@ -351,7 +351,7 @@ static __always_inline __pure bool __sta
+diff -urNp linux-3.0.4/arch/x86/include/asm/cpufeature.h linux-3.0.4/arch/x86/include/asm/cpufeature.h
+--- linux-3.0.4/arch/x86/include/asm/cpufeature.h      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/include/asm/cpufeature.h      2011-08-23 21:47:55.000000000 -0400
+@@ -358,7 +358,7 @@ static __always_inline __pure bool __sta
                             ".section .discard,\"aw\",@progbits\n"
                             " .byte 0xff + (4f-3f) - (2b-1b)\n" /* size check */
                             ".previous\n"
@@ -9185,9 +6947,9 @@ diff -urNp linux-2.6.39/arch/x86/include/asm/cpufeature.h linux-2.6.39/arch/x86/
                             "3: movb $1,%0\n"
                             "4:\n"
                             ".previous\n"
-diff -urNp linux-2.6.39/arch/x86/include/asm/desc_defs.h linux-2.6.39/arch/x86/include/asm/desc_defs.h
---- linux-2.6.39/arch/x86/include/asm/desc_defs.h      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/include/asm/desc_defs.h      2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/include/asm/desc_defs.h linux-3.0.4/arch/x86/include/asm/desc_defs.h
+--- linux-3.0.4/arch/x86/include/asm/desc_defs.h       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/include/asm/desc_defs.h       2011-08-23 21:47:55.000000000 -0400
 @@ -31,6 +31,12 @@ struct desc_struct {
                        unsigned base1: 8, type: 4, s: 1, dpl: 2, p: 1;
                        unsigned limit: 4, avl: 1, l: 1, d: 1, g: 1, base2: 8;
@@ -9201,26 +6963,26 @@ diff -urNp linux-2.6.39/arch/x86/include/asm/desc_defs.h linux-2.6.39/arch/x86/i
        };
  } __attribute__((packed));
  
-diff -urNp linux-2.6.39/arch/x86/include/asm/desc.h linux-2.6.39/arch/x86/include/asm/desc.h
---- linux-2.6.39/arch/x86/include/asm/desc.h   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/include/asm/desc.h   2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/include/asm/desc.h linux-3.0.4/arch/x86/include/asm/desc.h
+--- linux-3.0.4/arch/x86/include/asm/desc.h    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/include/asm/desc.h    2011-08-23 21:47:55.000000000 -0400
 @@ -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;
-+      desc->type |= info->seg_not_present ^ 1;
-       desc->s = 1;
-       desc->dpl = 0x3;
-       desc->p = info->seg_not_present ^ 1;
-@@ -31,16 +33,12 @@ static inline void fill_ldt(struct desc_
+@@ -16,6 +17,7 @@ static inline void fill_ldt(struct desc_
+       desc->type              = (info->read_exec_only ^ 1) << 1;
+       desc->type             |= info->contents << 2;
++      desc->type             |= info->seg_not_present ^ 1;
+       desc->s                 = 1;
+       desc->dpl               = 0x3;
+@@ -34,17 +36,12 @@ static inline void fill_ldt(struct desc_
  }
  
  extern struct desc_ptr idt_descr;
@@ -9229,6 +6991,7 @@ diff -urNp linux-2.6.39/arch/x86/include/asm/desc.h linux-2.6.39/arch/x86/includ
 -struct gdt_page {
 -      struct desc_struct gdt[GDT_ENTRIES];
 -} __attribute__((aligned(PAGE_SIZE)));
+-
 -DECLARE_PER_CPU_PAGE_ALIGNED(struct gdt_page, gdt_page);
 +extern gate_desc idt_table[256];
  
@@ -9240,54 +7003,51 @@ diff -urNp linux-2.6.39/arch/x86/include/asm/desc.h linux-2.6.39/arch/x86/includ
  }
  
  #ifdef CONFIG_X86_64
-@@ -65,9 +63,14 @@ static inline void pack_gate(gate_desc *
+@@ -69,8 +66,14 @@ static inline void pack_gate(gate_desc *
                             unsigned long base, unsigned dpl, unsigned flags,
                             unsigned short seg)
  {
 -      gate->a = (seg << 16) | (base & 0xffff);
--      gate->b = (base & 0xffff0000) |
--                (((0x80 | type | (dpl << 5)) & 0xff) << 8);
-+      gate->gate.offset_low = base;
-+      gate->gate.seg = seg;
-+      gate->gate.reserved = 0;
-+      gate->gate.type = type;
-+      gate->gate.s = 0;
-+      gate->gate.dpl = dpl;
-+      gate->gate.p = 1;
-+      gate->gate.offset_high = base >> 16;
+-      gate->b = (base & 0xffff0000) | (((0x80 | type | (dpl << 5)) & 0xff) << 8);
++      gate->gate.offset_low   = base;
++      gate->gate.seg          = seg;
++      gate->gate.reserved     = 0;
++      gate->gate.type         = type;
++      gate->gate.s            = 0;
++      gate->gate.dpl          = dpl;
++      gate->gate.p            = 1;
++      gate->gate.offset_high  = base >> 16;
  }
  
  #endif
-@@ -115,13 +118,17 @@ static inline void paravirt_free_ldt(str
- static inline void native_write_idt_entry(gate_desc *idt, int entry,
                                        const gate_desc *gate)
+@@ -115,12 +118,16 @@ static inline void paravirt_free_ldt(str
static inline void native_write_idt_entry(gate_desc *idt, int entry, const gate_desc *gate)
  {
 +      pax_open_kernel();
        memcpy(&idt[entry], gate, sizeof(*gate));
 +      pax_close_kernel();
  }
  
- static inline void native_write_ldt_entry(struct desc_struct *ldt, int entry,
-                                         const void *desc)
+ static inline void native_write_ldt_entry(struct desc_struct *ldt, int entry, const void *desc)
  {
 +      pax_open_kernel();
        memcpy(&ldt[entry], desc, 8);
 +      pax_close_kernel();
  }
  
- static inline void native_write_gdt_entry(struct desc_struct *gdt, int entry,
-@@ -139,7 +146,10 @@ static inline void native_write_gdt_entr
-               size = sizeof(struct desc_struct);
-               break;
+ static inline void
+@@ -134,7 +141,9 @@ native_write_gdt_entry(struct desc_struc
+       default:        size = sizeof(*gdt);            break;
        }
-+
 +      pax_open_kernel();
        memcpy(&gdt[entry], desc, size);
 +      pax_close_kernel();
  }
  
  static inline void pack_descriptor(struct desc_struct *desc, unsigned long base,
-@@ -211,7 +221,9 @@ static inline void native_set_ldt(const 
+@@ -207,7 +216,9 @@ static inline void native_set_ldt(const 
  
  static inline void native_load_tr_desc(void)
  {
@@ -9297,9 +7057,9 @@ diff -urNp linux-2.6.39/arch/x86/include/asm/desc.h linux-2.6.39/arch/x86/includ
  }
  
  static inline void native_load_gdt(const struct desc_ptr *dtr)
-@@ -246,8 +258,10 @@ static inline void native_load_tls(struc
-       unsigned int i;
+@@ -244,8 +255,10 @@ static inline void native_load_tls(struc
        struct desc_struct *gdt = get_cpu_gdt_table(cpu);
+       unsigned int i;
  
 +      pax_open_kernel();
        for (i = 0; i < GDT_ENTRY_TLS_ENTRIES; i++)
@@ -9308,7 +7068,7 @@ diff -urNp linux-2.6.39/arch/x86/include/asm/desc.h linux-2.6.39/arch/x86/includ
  }
  
  #define _LDT_empty(info)                              \
-@@ -309,7 +323,7 @@ static inline void set_desc_limit(struct
+@@ -307,7 +320,7 @@ static inline void set_desc_limit(struct
        desc->limit = (limit >> 16) & 0xf;
  }
  
@@ -9317,7 +7077,7 @@ diff -urNp linux-2.6.39/arch/x86/include/asm/desc.h linux-2.6.39/arch/x86/includ
                             unsigned dpl, unsigned ist, unsigned seg)
  {
        gate_desc s;
-@@ -327,7 +341,7 @@ static inline void _set_gate(int gate, u
+@@ -326,7 +339,7 @@ static inline void _set_gate(int gate, u
   * Pentium F0 0F bugfix can have resulted in the mapped
   * IDT being write-protected.
   */
@@ -9326,7 +7086,7 @@ diff -urNp linux-2.6.39/arch/x86/include/asm/desc.h linux-2.6.39/arch/x86/includ
  {
        BUG_ON((unsigned)n > 0xFF);
        _set_gate(n, GATE_INTERRUPT, addr, 0, 0, __KERNEL_CS);
-@@ -356,19 +370,19 @@ static inline void alloc_intr_gate(unsig
+@@ -356,19 +369,19 @@ static inline void alloc_intr_gate(unsig
  /*
   * This routine sets up an interrupt gate at directory privilege level 3.
   */
@@ -9349,7 +7109,7 @@ diff -urNp linux-2.6.39/arch/x86/include/asm/desc.h linux-2.6.39/arch/x86/includ
  {
        BUG_ON((unsigned)n > 0xFF);
        _set_gate(n, GATE_TRAP, addr, 0, 0, __KERNEL_CS);
-@@ -377,19 +391,31 @@ static inline void set_trap_gate(unsigne
+@@ -377,19 +390,31 @@ static inline void set_trap_gate(unsigne
  static inline void set_task_gate(unsigned int n, unsigned int gdt_entry)
  {
        BUG_ON((unsigned)n > 0xFF);
@@ -9384,63 +7144,9 @@ diff -urNp linux-2.6.39/arch/x86/include/asm/desc.h linux-2.6.39/arch/x86/includ
 +#endif
 +
  #endif /* _ASM_X86_DESC_H */
-diff -urNp linux-2.6.39/arch/x86/include/asm/device.h linux-2.6.39/arch/x86/include/asm/device.h
---- linux-2.6.39/arch/x86/include/asm/device.h 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/include/asm/device.h 2011-05-22 19:36:30.000000000 -0400
-@@ -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
- #if defined(CONFIG_DMAR) || defined(CONFIG_AMD_IOMMU)
-       void *iommu; /* hook for IOMMU specific extension */
-diff -urNp linux-2.6.39/arch/x86/include/asm/dma-mapping.h linux-2.6.39/arch/x86/include/asm/dma-mapping.h
---- linux-2.6.39/arch/x86/include/asm/dma-mapping.h    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/include/asm/dma-mapping.h    2011-05-22 19:36:30.000000000 -0400
-@@ -26,9 +26,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;
-@@ -45,7 +45,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);
-@@ -115,7 +115,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);
-@@ -142,7 +142,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.39/arch/x86/include/asm/e820.h linux-2.6.39/arch/x86/include/asm/e820.h
---- linux-2.6.39/arch/x86/include/asm/e820.h   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/include/asm/e820.h   2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/include/asm/e820.h linux-3.0.4/arch/x86/include/asm/e820.h
+--- linux-3.0.4/arch/x86/include/asm/e820.h    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/include/asm/e820.h    2011-08-23 21:47:55.000000000 -0400
 @@ -69,7 +69,7 @@ struct e820map {
  #define ISA_START_ADDRESS     0xa0000
  #define ISA_END_ADDRESS               0x100000
@@ -9450,9 +7156,9 @@ diff -urNp linux-2.6.39/arch/x86/include/asm/e820.h linux-2.6.39/arch/x86/includ
  #define BIOS_END              0x00100000
  
  #define BIOS_ROM_BASE         0xffe00000
-diff -urNp linux-2.6.39/arch/x86/include/asm/elf.h linux-2.6.39/arch/x86/include/asm/elf.h
---- linux-2.6.39/arch/x86/include/asm/elf.h    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/include/asm/elf.h    2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/include/asm/elf.h linux-3.0.4/arch/x86/include/asm/elf.h
+--- linux-3.0.4/arch/x86/include/asm/elf.h     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/include/asm/elf.h     2011-08-23 21:47:55.000000000 -0400
 @@ -237,7 +237,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.  */
@@ -9479,17 +7185,18 @@ diff -urNp linux-2.6.39/arch/x86/include/asm/elf.h linux-2.6.39/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,
-@@ -291,8 +309,7 @@ do {                                                                       \
+@@ -290,9 +308,7 @@ do {                                                                       \
  #define ARCH_DLINFO                                                   \
  do {                                                                  \
-       if (vdso_enabled)                                               \
+-      if (vdso_enabled)                                               \
 -              NEW_AUX_ENT(AT_SYSINFO_EHDR,                            \
 -                          (unsigned long)current->mm->context.vdso);  \
-+              NEW_AUX_ENT(AT_SYSINFO_EHDR, current->mm->context.vdso);\
++      NEW_AUX_ENT(AT_SYSINFO_EHDR, current->mm->context.vdso);        \
  } while (0)
  
  #define AT_SYSINFO            32
-@@ -303,7 +320,7 @@ do {                                                                       \
+@@ -303,7 +319,7 @@ do {                                                                       \
  
  #endif /* !CONFIG_X86_32 */
  
@@ -9498,7 +7205,7 @@ diff -urNp linux-2.6.39/arch/x86/include/asm/elf.h linux-2.6.39/arch/x86/include
  
  #define VDSO_ENTRY                                                    \
        ((unsigned long)VDSO32_SYMBOL(VDSO_CURRENT_BASE, vsyscall))
-@@ -317,7 +334,4 @@ extern int arch_setup_additional_pages(s
+@@ -317,7 +333,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
  
@@ -9506,9 +7213,9 @@ diff -urNp linux-2.6.39/arch/x86/include/asm/elf.h linux-2.6.39/arch/x86/include
 -#define arch_randomize_brk arch_randomize_brk
 -
  #endif /* _ASM_X86_ELF_H */
-diff -urNp linux-2.6.39/arch/x86/include/asm/emergency-restart.h linux-2.6.39/arch/x86/include/asm/emergency-restart.h
---- linux-2.6.39/arch/x86/include/asm/emergency-restart.h      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/include/asm/emergency-restart.h      2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/include/asm/emergency-restart.h linux-3.0.4/arch/x86/include/asm/emergency-restart.h
+--- linux-3.0.4/arch/x86/include/asm/emergency-restart.h       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/include/asm/emergency-restart.h       2011-08-23 21:47:55.000000000 -0400
 @@ -15,6 +15,6 @@ enum reboot_type {
  
  extern enum reboot_type reboot_type;
@@ -9517,9 +7224,9 @@ diff -urNp linux-2.6.39/arch/x86/include/asm/emergency-restart.h linux-2.6.39/ar
 +extern void machine_emergency_restart(void) __noreturn;
  
  #endif /* _ASM_X86_EMERGENCY_RESTART_H */
-diff -urNp linux-2.6.39/arch/x86/include/asm/futex.h linux-2.6.39/arch/x86/include/asm/futex.h
---- linux-2.6.39/arch/x86/include/asm/futex.h  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/include/asm/futex.h  2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/include/asm/futex.h linux-3.0.4/arch/x86/include/asm/futex.h
+--- linux-3.0.4/arch/x86/include/asm/futex.h   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/include/asm/futex.h   2011-08-23 21:47:55.000000000 -0400
 @@ -12,16 +12,18 @@
  #include <asm/system.h>
  
@@ -9578,9 +7285,9 @@ diff -urNp linux-2.6.39/arch/x86/include/asm/futex.h linux-2.6.39/arch/x86/inclu
                     : "i" (-EFAULT), "r" (newval), "1" (oldval)
                     : "memory"
        );
-diff -urNp linux-2.6.39/arch/x86/include/asm/hw_irq.h linux-2.6.39/arch/x86/include/asm/hw_irq.h
---- linux-2.6.39/arch/x86/include/asm/hw_irq.h 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/include/asm/hw_irq.h 2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/include/asm/hw_irq.h linux-3.0.4/arch/x86/include/asm/hw_irq.h
+--- linux-3.0.4/arch/x86/include/asm/hw_irq.h  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/include/asm/hw_irq.h  2011-08-23 21:47:55.000000000 -0400
 @@ -137,8 +137,8 @@ extern void setup_ioapic_dest(void);
  extern void enable_IO_APIC(void);
  
@@ -9592,9 +7299,9 @@ diff -urNp linux-2.6.39/arch/x86/include/asm/hw_irq.h linux-2.6.39/arch/x86/incl
  
  /* EISA */
  extern void eisa_set_level_irq(unsigned int irq);
-diff -urNp linux-2.6.39/arch/x86/include/asm/i387.h linux-2.6.39/arch/x86/include/asm/i387.h
---- linux-2.6.39/arch/x86/include/asm/i387.h   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/include/asm/i387.h   2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/include/asm/i387.h linux-3.0.4/arch/x86/include/asm/i387.h
+--- linux-3.0.4/arch/x86/include/asm/i387.h    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/include/asm/i387.h    2011-08-23 21:47:55.000000000 -0400
 @@ -92,6 +92,11 @@ static inline int fxrstor_checking(struc
  {
        int err;
@@ -9644,10 +7351,10 @@ diff -urNp linux-2.6.39/arch/x86/include/asm/i387.h linux-2.6.39/arch/x86/includ
        else
                clts();
  }
-diff -urNp linux-2.6.39/arch/x86/include/asm/io.h linux-2.6.39/arch/x86/include/asm/io.h
---- linux-2.6.39/arch/x86/include/asm/io.h     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/include/asm/io.h     2011-05-22 19:36:30.000000000 -0400
-@@ -216,6 +216,17 @@ extern void set_iounmap_nonlazy(void);
+diff -urNp linux-3.0.4/arch/x86/include/asm/io.h linux-3.0.4/arch/x86/include/asm/io.h
+--- linux-3.0.4/arch/x86/include/asm/io.h      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/include/asm/io.h      2011-08-23 21:47:55.000000000 -0400
+@@ -196,6 +196,17 @@ extern void set_iounmap_nonlazy(void);
  
  #include <linux/vmalloc.h>
  
@@ -9665,21 +7372,9 @@ diff -urNp linux-2.6.39/arch/x86/include/asm/io.h linux-2.6.39/arch/x86/include/
  /*
   * Convert a virtual cached pointer to an uncached pointer
   */
-diff -urNp linux-2.6.39/arch/x86/include/asm/iommu.h linux-2.6.39/arch/x86/include/asm/iommu.h
---- linux-2.6.39/arch/x86/include/asm/iommu.h  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/include/asm/iommu.h  2011-05-22 19:36:30.000000000 -0400
-@@ -1,7 +1,7 @@
- #ifndef _ASM_X86_IOMMU_H
- #define _ASM_X86_IOMMU_H
--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.39/arch/x86/include/asm/irqflags.h linux-2.6.39/arch/x86/include/asm/irqflags.h
---- linux-2.6.39/arch/x86/include/asm/irqflags.h       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/include/asm/irqflags.h       2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/include/asm/irqflags.h linux-3.0.4/arch/x86/include/asm/irqflags.h
+--- linux-3.0.4/arch/x86/include/asm/irqflags.h        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/include/asm/irqflags.h        2011-08-23 21:47:55.000000000 -0400
 @@ -140,6 +140,11 @@ static inline unsigned long arch_local_i
        sti;                                    \
        sysexit
@@ -9692,9 +7387,9 @@ diff -urNp linux-2.6.39/arch/x86/include/asm/irqflags.h linux-2.6.39/arch/x86/in
  #else
  #define INTERRUPT_RETURN              iret
  #define ENABLE_INTERRUPTS_SYSEXIT     sti; sysexit
-diff -urNp linux-2.6.39/arch/x86/include/asm/kprobes.h linux-2.6.39/arch/x86/include/asm/kprobes.h
---- linux-2.6.39/arch/x86/include/asm/kprobes.h        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/include/asm/kprobes.h        2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/include/asm/kprobes.h linux-3.0.4/arch/x86/include/asm/kprobes.h
+--- linux-3.0.4/arch/x86/include/asm/kprobes.h 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/include/asm/kprobes.h 2011-08-23 21:47:55.000000000 -0400
 @@ -37,13 +37,8 @@ typedef u8 kprobe_opcode_t;
  #define RELATIVEJUMP_SIZE 5
  #define RELATIVECALL_OPCODE 0xe8
@@ -9711,10 +7406,10 @@ diff -urNp linux-2.6.39/arch/x86/include/asm/kprobes.h linux-2.6.39/arch/x86/inc
  
  #define flush_insn_slot(p)    do { } while (0)
  
-diff -urNp linux-2.6.39/arch/x86/include/asm/kvm_host.h linux-2.6.39/arch/x86/include/asm/kvm_host.h
---- linux-2.6.39/arch/x86/include/asm/kvm_host.h       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/include/asm/kvm_host.h       2011-05-22 19:36:30.000000000 -0400
-@@ -419,7 +419,7 @@ struct kvm_arch {
+diff -urNp linux-3.0.4/arch/x86/include/asm/kvm_host.h linux-3.0.4/arch/x86/include/asm/kvm_host.h
+--- linux-3.0.4/arch/x86/include/asm/kvm_host.h        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/include/asm/kvm_host.h        2011-08-26 19:49:56.000000000 -0400
+@@ -441,7 +441,7 @@ struct kvm_arch {
        unsigned int n_used_mmu_pages;
        unsigned int n_requested_mmu_pages;
        unsigned int n_max_mmu_pages;
@@ -9723,18 +7418,18 @@ diff -urNp linux-2.6.39/arch/x86/include/asm/kvm_host.h linux-2.6.39/arch/x86/in
        struct hlist_head mmu_page_hash[KVM_NUM_MMU_PAGES];
        /*
         * Hash table of struct kvm_mmu_page.
-@@ -599,7 +599,7 @@ struct kvm_arch_async_pf {
-       bool direct_map;
- };
--extern struct kvm_x86_ops *kvm_x86_ops;
-+extern const struct kvm_x86_ops *kvm_x86_ops;
- int kvm_mmu_module_init(void);
void kvm_mmu_module_exit(void);
-diff -urNp linux-2.6.39/arch/x86/include/asm/local.h linux-2.6.39/arch/x86/include/asm/local.h
---- linux-2.6.39/arch/x86/include/asm/local.h  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/include/asm/local.h  2011-05-22 19:36:30.000000000 -0400
+@@ -619,7 +619,7 @@ struct kvm_x86_ops {
+                              enum x86_intercept_stage stage);
+       const struct trace_print_flags *exit_reasons_str;
+-};
++} __do_const;
+ struct kvm_arch_async_pf {
      u32 token;
+diff -urNp linux-3.0.4/arch/x86/include/asm/local.h linux-3.0.4/arch/x86/include/asm/local.h
+--- linux-3.0.4/arch/x86/include/asm/local.h   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/include/asm/local.h   2011-08-23 21:47:55.000000000 -0400
 @@ -18,26 +18,58 @@ typedef struct {
  
  static inline void local_inc(local_t *l)
@@ -9887,70 +7582,9 @@ diff -urNp linux-2.6.39/arch/x86/include/asm/local.h linux-2.6.39/arch/x86/inclu
                     : "+r" (i), "+m" (l->a.counter)
                     : : "memory");
        return i + __i;
-diff -urNp linux-2.6.39/arch/x86/include/asm/mce.h linux-2.6.39/arch/x86/include/asm/mce.h
---- linux-2.6.39/arch/x86/include/asm/mce.h    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/include/asm/mce.h    2011-05-22 19:36:30.000000000 -0400
-@@ -198,7 +198,7 @@ int mce_notify_irq(void);
- void mce_notify_process(void);
- DECLARE_PER_CPU(struct mce, injectm);
--extern struct file_operations mce_chrdev_ops;
-+extern struct file_operations mce_chrdev_ops; /* cannot be const, see arch/x86/kernel/cpu/mcheck/mce. */
- /*
-  * Exception handler
-diff -urNp linux-2.6.39/arch/x86/include/asm/microcode.h linux-2.6.39/arch/x86/include/asm/microcode.h
---- linux-2.6.39/arch/x86/include/asm/microcode.h      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/include/asm/microcode.h      2011-05-22 19:36:30.000000000 -0400
-@@ -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,16 +38,16 @@ 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);
- static inline void get_ucode_data(void *to, const u8 *from, size_t n)
- {
-@@ -55,7 +55,7 @@ static inline void get_ucode_data(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.39/arch/x86/include/asm/mman.h linux-2.6.39/arch/x86/include/asm/mman.h
---- linux-2.6.39/arch/x86/include/asm/mman.h   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/include/asm/mman.h   2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/include/asm/mman.h linux-3.0.4/arch/x86/include/asm/mman.h
+--- linux-3.0.4/arch/x86/include/asm/mman.h    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/include/asm/mman.h    2011-08-23 21:47:55.000000000 -0400
 @@ -5,4 +5,14 @@
  
  #include <asm-generic/mman.h>
@@ -9966,10 +7600,10 @@ diff -urNp linux-2.6.39/arch/x86/include/asm/mman.h linux-2.6.39/arch/x86/includ
 +#endif
 +
  #endif /* _ASM_X86_MMAN_H */
-diff -urNp linux-2.6.39/arch/x86/include/asm/mmu_context.h linux-2.6.39/arch/x86/include/asm/mmu_context.h
---- linux-2.6.39/arch/x86/include/asm/mmu_context.h    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/include/asm/mmu_context.h    2011-05-22 19:36:30.000000000 -0400
-@@ -24,6 +24,21 @@ void destroy_context(struct mm_struct *m
+diff -urNp linux-3.0.4/arch/x86/include/asm/mmu_context.h linux-3.0.4/arch/x86/include/asm/mmu_context.h
+--- linux-3.0.4/arch/x86/include/asm/mmu_context.h     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/include/asm/mmu_context.h     2011-08-23 21:48:14.000000000 -0400
+@@ -24,6 +24,18 @@ void destroy_context(struct mm_struct *m
  
  static inline void enter_lazy_tlb(struct mm_struct *mm, struct task_struct *tsk)
  {
@@ -9981,27 +7615,24 @@ diff -urNp linux-2.6.39/arch/x86/include/asm/mmu_context.h linux-2.6.39/arch/x86
 +      pax_open_kernel();
 +      pgd = get_cpu_pgd(smp_processor_id());
 +      for (i = USER_PGD_PTRS; i < 2 * USER_PGD_PTRS; ++i)
-+              if (paravirt_enabled())
-+                      set_pgd(pgd+i, native_make_pgd(0));
-+              else
-+                      pgd[i] = native_make_pgd(0);
++              set_pgd_batched(pgd+i, native_make_pgd(0));
 +      pax_close_kernel();
 +#endif
 +
  #ifdef CONFIG_SMP
        if (percpu_read(cpu_tlbstate.state) == TLBSTATE_OK)
                percpu_write(cpu_tlbstate.state, TLBSTATE_LAZY);
-@@ -34,16 +49,30 @@ static inline void switch_mm(struct mm_s
+@@ -34,16 +46,30 @@ static inline void switch_mm(struct mm_s
                             struct task_struct *tsk)
  {
        unsigned cpu = smp_processor_id();
-+#if defined(CONFIG_X86_32) && defined(CONFIG_SMP)
++#if defined(CONFIG_X86_32) && defined(CONFIG_SMP) && (defined(CONFIG_PAX_PAGEEXEC) || defined(CONFIG_PAX_SEGMEXEC))
 +      int tlbstate = TLBSTATE_OK;
 +#endif
  
        if (likely(prev != next)) {
  #ifdef CONFIG_SMP
-+#ifdef CONFIG_X86_32
++#if defined(CONFIG_X86_32) && (defined(CONFIG_PAX_PAGEEXEC) || defined(CONFIG_PAX_SEGMEXEC))
 +              tlbstate = percpu_read(cpu_tlbstate.state);
 +#endif
                percpu_write(cpu_tlbstate.state, TLBSTATE_OK);
@@ -10022,7 +7653,7 @@ diff -urNp linux-2.6.39/arch/x86/include/asm/mmu_context.h linux-2.6.39/arch/x86
  
                /* stop flush ipis for the previous mm */
                cpumask_clear_cpu(cpu, mm_cpumask(prev));
-@@ -53,9 +82,38 @@ static inline void switch_mm(struct mm_s
+@@ -53,9 +79,38 @@ static inline void switch_mm(struct mm_s
                 */
                if (unlikely(prev->context.ldt != next->context.ldt))
                        load_LDT_nolock(&next->context);
@@ -10062,7 +7693,7 @@ diff -urNp linux-2.6.39/arch/x86/include/asm/mmu_context.h linux-2.6.39/arch/x86
                percpu_write(cpu_tlbstate.state, TLBSTATE_OK);
                BUG_ON(percpu_read(cpu_tlbstate.active_mm) != next);
  
-@@ -64,11 +122,28 @@ static inline void switch_mm(struct mm_s
+@@ -64,11 +119,28 @@ static inline void switch_mm(struct mm_s
                         * tlb flush IPI delivery. We must reload CR3
                         * to make sure to use no freed page tables.
                         */
@@ -10092,16 +7723,21 @@ diff -urNp linux-2.6.39/arch/x86/include/asm/mmu_context.h linux-2.6.39/arch/x86
  }
  
  #define activate_mm(prev, next)                       \
-diff -urNp linux-2.6.39/arch/x86/include/asm/mmu.h linux-2.6.39/arch/x86/include/asm/mmu.h
---- linux-2.6.39/arch/x86/include/asm/mmu.h    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/include/asm/mmu.h    2011-05-22 19:36:30.000000000 -0400
-@@ -9,10 +9,22 @@
+diff -urNp linux-3.0.4/arch/x86/include/asm/mmu.h linux-3.0.4/arch/x86/include/asm/mmu.h
+--- linux-3.0.4/arch/x86/include/asm/mmu.h     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/include/asm/mmu.h     2011-08-23 21:47:55.000000000 -0400
+@@ -9,7 +9,7 @@
   * we put the segment information here.
   */
  typedef struct {
 -      void *ldt;
 +      struct desc_struct *ldt;
        int size;
+ #ifdef CONFIG_X86_64
+@@ -18,7 +18,19 @@ typedef struct {
+ #endif
        struct mutex lock;
 -      void *vdso;
 +      unsigned long vdso;
@@ -10117,12 +7753,12 @@ diff -urNp linux-2.6.39/arch/x86/include/asm/mmu.h linux-2.6.39/arch/x86/include
 +
 +#endif
 +#endif
+ } mm_context_t;
  
- #ifdef CONFIG_X86_64
-       /* True if mm supports a task running in 32 bit compatibility mode. */
-diff -urNp linux-2.6.39/arch/x86/include/asm/module.h linux-2.6.39/arch/x86/include/asm/module.h
---- linux-2.6.39/arch/x86/include/asm/module.h 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/include/asm/module.h 2011-05-22 19:41:32.000000000 -0400
+ #ifdef CONFIG_SMP
+diff -urNp linux-3.0.4/arch/x86/include/asm/module.h linux-3.0.4/arch/x86/include/asm/module.h
+--- linux-3.0.4/arch/x86/include/asm/module.h  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/include/asm/module.h  2011-08-23 21:48:14.000000000 -0400
 @@ -5,6 +5,7 @@
  
  #ifdef CONFIG_X86_64
@@ -10164,9 +7800,9 @@ diff -urNp linux-2.6.39/arch/x86/include/asm/module.h linux-2.6.39/arch/x86/incl
 +#define MODULE_ARCH_VERMAGIC MODULE_PROC_FAMILY MODULE_GRSEC MODULE_PAX_KERNEXEC MODULE_PAX_UDEREF MODULE_PAX_REFCOUNT
 +
  #endif /* _ASM_X86_MODULE_H */
-diff -urNp linux-2.6.39/arch/x86/include/asm/page_64_types.h linux-2.6.39/arch/x86/include/asm/page_64_types.h
---- linux-2.6.39/arch/x86/include/asm/page_64_types.h  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/include/asm/page_64_types.h  2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/include/asm/page_64_types.h linux-3.0.4/arch/x86/include/asm/page_64_types.h
+--- linux-3.0.4/arch/x86/include/asm/page_64_types.h   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/include/asm/page_64_types.h   2011-08-23 21:47:55.000000000 -0400
 @@ -56,7 +56,7 @@ void copy_page(void *to, void *from);
  
  /* duplicated to the one in bootmem.h */
@@ -10176,10 +7812,29 @@ diff -urNp linux-2.6.39/arch/x86/include/asm/page_64_types.h linux-2.6.39/arch/x
  
  extern unsigned long __phys_addr(unsigned long);
  #define __phys_reloc_hide(x)  (x)
-diff -urNp linux-2.6.39/arch/x86/include/asm/paravirt.h linux-2.6.39/arch/x86/include/asm/paravirt.h
---- linux-2.6.39/arch/x86/include/asm/paravirt.h       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/include/asm/paravirt.h       2011-05-22 19:36:30.000000000 -0400
-@@ -739,6 +739,21 @@ static inline void __set_fixmap(unsigned
+diff -urNp linux-3.0.4/arch/x86/include/asm/paravirt.h linux-3.0.4/arch/x86/include/asm/paravirt.h
+--- linux-3.0.4/arch/x86/include/asm/paravirt.h        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/include/asm/paravirt.h        2011-08-23 21:47:55.000000000 -0400
+@@ -658,6 +658,18 @@ static inline void set_pgd(pgd_t *pgdp, 
+                           val);
+ }
++static inline void set_pgd_batched(pgd_t *pgdp, pgd_t pgd)
++{
++      pgdval_t val = native_pgd_val(pgd);
++
++      if (sizeof(pgdval_t) > sizeof(long))
++              PVOP_VCALL3(pv_mmu_ops.set_pgd_batched, pgdp,
++                          val, (u64)val >> 32);
++      else
++              PVOP_VCALL2(pv_mmu_ops.set_pgd_batched, pgdp,
++                          val);
++}
++
+ static inline void pgd_clear(pgd_t *pgdp)
+ {
+       set_pgd(pgdp, __pgd(0));
+@@ -739,6 +751,21 @@ static inline void __set_fixmap(unsigned
        pv_mmu_ops.set_fixmap(idx, phys, flags);
  }
  
@@ -10201,7 +7856,7 @@ diff -urNp linux-2.6.39/arch/x86/include/asm/paravirt.h linux-2.6.39/arch/x86/in
  #if defined(CONFIG_SMP) && defined(CONFIG_PARAVIRT_SPINLOCKS)
  
  static inline int arch_spin_is_locked(struct arch_spinlock *lock)
-@@ -955,7 +970,7 @@ extern void default_banner(void);
+@@ -955,7 +982,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)
@@ -10210,7 +7865,7 @@ diff -urNp linux-2.6.39/arch/x86/include/asm/paravirt.h linux-2.6.39/arch/x86/in
  #endif
  
  #define INTERRUPT_RETURN                                              \
-@@ -1032,6 +1047,21 @@ extern void default_banner(void);
+@@ -1032,6 +1059,21 @@ extern void default_banner(void);
        PARA_SITE(PARA_PATCH(pv_cpu_ops, PV_CPU_irq_enable_sysexit),    \
                  CLBR_NONE,                                            \
                  jmp PARA_INDIRECT(pv_cpu_ops+PV_CPU_irq_enable_sysexit))
@@ -10232,10 +7887,59 @@ diff -urNp linux-2.6.39/arch/x86/include/asm/paravirt.h linux-2.6.39/arch/x86/in
  #endif        /* CONFIG_X86_32 */
  
  #endif /* __ASSEMBLY__ */
-diff -urNp linux-2.6.39/arch/x86/include/asm/paravirt_types.h linux-2.6.39/arch/x86/include/asm/paravirt_types.h
---- linux-2.6.39/arch/x86/include/asm/paravirt_types.h 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/include/asm/paravirt_types.h 2011-05-22 19:36:30.000000000 -0400
-@@ -317,6 +317,12 @@ struct pv_mmu_ops {
+diff -urNp linux-3.0.4/arch/x86/include/asm/paravirt_types.h linux-3.0.4/arch/x86/include/asm/paravirt_types.h
+--- linux-3.0.4/arch/x86/include/asm/paravirt_types.h  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/include/asm/paravirt_types.h  2011-08-23 21:47:55.000000000 -0400
+@@ -78,19 +78,19 @@ struct pv_init_ops {
+        */
+       unsigned (*patch)(u8 type, u16 clobber, void *insnbuf,
+                         unsigned long addr, unsigned len);
+-};
++} __no_const;
+ struct pv_lazy_ops {
+       /* Set deferred update mode, used for batching operations. */
+       void (*enter)(void);
+       void (*leave)(void);
+-};
++} __no_const;
+ struct pv_time_ops {
+       unsigned long long (*sched_clock)(void);
+       unsigned long (*get_tsc_khz)(void);
+-};
++} __no_const;
+ struct pv_cpu_ops {
+       /* hooks for various privileged instructions */
+@@ -186,7 +186,7 @@ struct pv_cpu_ops {
+       void (*start_context_switch)(struct task_struct *prev);
+       void (*end_context_switch)(struct task_struct *next);
+-};
++} __no_const;
+ struct pv_irq_ops {
+       /*
+@@ -217,7 +217,7 @@ struct pv_apic_ops {
+                                unsigned long start_eip,
+                                unsigned long start_esp);
+ #endif
+-};
++} __no_const;
+ struct pv_mmu_ops {
+       unsigned long (*read_cr2)(void);
+@@ -306,6 +306,7 @@ struct pv_mmu_ops {
+       struct paravirt_callee_save make_pud;
+       void (*set_pgd)(pgd_t *pudp, pgd_t pgdval);
++      void (*set_pgd_batched)(pgd_t *pudp, pgd_t pgdval);
+ #endif        /* PAGETABLE_LEVELS == 4 */
+ #endif        /* PAGETABLE_LEVELS >= 3 */
+@@ -317,6 +318,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);
@@ -10248,34 +7952,18 @@ diff -urNp linux-2.6.39/arch/x86/include/asm/paravirt_types.h linux-2.6.39/arch/
  };
  
  struct arch_spinlock;
-diff -urNp linux-2.6.39/arch/x86/include/asm/pci_x86.h linux-2.6.39/arch/x86/include/asm/pci_x86.h
---- linux-2.6.39/arch/x86/include/asm/pci_x86.h        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/include/asm/pci_x86.h        2011-05-22 19:36:30.000000000 -0400
-@@ -93,16 +93,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.39/arch/x86/include/asm/pgalloc.h linux-2.6.39/arch/x86/include/asm/pgalloc.h
---- linux-2.6.39/arch/x86/include/asm/pgalloc.h        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/include/asm/pgalloc.h        2011-05-22 19:36:30.000000000 -0400
+@@ -327,7 +334,7 @@ struct pv_lock_ops {
+       void (*spin_lock_flags)(struct arch_spinlock *lock, unsigned long flags);
+       int (*spin_trylock)(struct arch_spinlock *lock);
+       void (*spin_unlock)(struct arch_spinlock *lock);
+-};
++} __no_const;
+ /* This contains all the paravirt structures: we get a convenient
+  * number for each function using the offset which we use to indicate
+diff -urNp linux-3.0.4/arch/x86/include/asm/pgalloc.h linux-3.0.4/arch/x86/include/asm/pgalloc.h
+--- linux-3.0.4/arch/x86/include/asm/pgalloc.h 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/include/asm/pgalloc.h 2011-08-23 21:47:55.000000000 -0400
 @@ -63,6 +63,13 @@ static inline void pmd_populate_kernel(s
                                       pmd_t *pmd, pte_t *pte)
  {
@@ -10290,9 +7978,9 @@ diff -urNp linux-2.6.39/arch/x86/include/asm/pgalloc.h linux-2.6.39/arch/x86/inc
        set_pmd(pmd, __pmd(__pa(pte) | _PAGE_TABLE));
  }
  
-diff -urNp linux-2.6.39/arch/x86/include/asm/pgtable-2level.h linux-2.6.39/arch/x86/include/asm/pgtable-2level.h
---- linux-2.6.39/arch/x86/include/asm/pgtable-2level.h 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/include/asm/pgtable-2level.h 2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/include/asm/pgtable-2level.h linux-3.0.4/arch/x86/include/asm/pgtable-2level.h
+--- linux-3.0.4/arch/x86/include/asm/pgtable-2level.h  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/include/asm/pgtable-2level.h  2011-08-23 21:47:55.000000000 -0400
 @@ -18,7 +18,9 @@ static inline void native_set_pte(pte_t 
  
  static inline void native_set_pmd(pmd_t *pmdp, pmd_t pmd)
@@ -10303,9 +7991,9 @@ diff -urNp linux-2.6.39/arch/x86/include/asm/pgtable-2level.h linux-2.6.39/arch/
  }
  
  static inline void native_set_pte_atomic(pte_t *ptep, pte_t pte)
-diff -urNp linux-2.6.39/arch/x86/include/asm/pgtable_32.h linux-2.6.39/arch/x86/include/asm/pgtable_32.h
---- linux-2.6.39/arch/x86/include/asm/pgtable_32.h     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/include/asm/pgtable_32.h     2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/include/asm/pgtable_32.h linux-3.0.4/arch/x86/include/asm/pgtable_32.h
+--- linux-3.0.4/arch/x86/include/asm/pgtable_32.h      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/include/asm/pgtable_32.h      2011-08-23 21:47:55.000000000 -0400
 @@ -25,9 +25,6 @@
  struct mm_struct;
  struct vm_area_struct;
@@ -10349,9 +8037,9 @@ diff -urNp linux-2.6.39/arch/x86/include/asm/pgtable_32.h linux-2.6.39/arch/x86/
  /*
   * kern_addr_valid() is (1) for FLATMEM and (0) for
   * SPARSEMEM and DISCONTIGMEM
-diff -urNp linux-2.6.39/arch/x86/include/asm/pgtable_32_types.h linux-2.6.39/arch/x86/include/asm/pgtable_32_types.h
---- linux-2.6.39/arch/x86/include/asm/pgtable_32_types.h       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/include/asm/pgtable_32_types.h       2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/include/asm/pgtable_32_types.h linux-3.0.4/arch/x86/include/asm/pgtable_32_types.h
+--- linux-3.0.4/arch/x86/include/asm/pgtable_32_types.h        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/include/asm/pgtable_32_types.h        2011-08-23 21:47:55.000000000 -0400
 @@ -8,7 +8,7 @@
   */
  #ifdef CONFIG_X86_PAE
@@ -10381,9 +8069,9 @@ diff -urNp linux-2.6.39/arch/x86/include/asm/pgtable_32_types.h linux-2.6.39/arc
  #define MODULES_VADDR VMALLOC_START
  #define MODULES_END   VMALLOC_END
  #define MODULES_LEN   (MODULES_VADDR - MODULES_END)
-diff -urNp linux-2.6.39/arch/x86/include/asm/pgtable-3level.h linux-2.6.39/arch/x86/include/asm/pgtable-3level.h
---- linux-2.6.39/arch/x86/include/asm/pgtable-3level.h 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/include/asm/pgtable-3level.h 2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/include/asm/pgtable-3level.h linux-3.0.4/arch/x86/include/asm/pgtable-3level.h
+--- linux-3.0.4/arch/x86/include/asm/pgtable-3level.h  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/include/asm/pgtable-3level.h  2011-08-23 21:47:55.000000000 -0400
 @@ -38,12 +38,16 @@ static inline void native_set_pte_atomic
  
  static inline void native_set_pmd(pmd_t *pmdp, pmd_t pmd)
@@ -10401,9 +8089,9 @@ diff -urNp linux-2.6.39/arch/x86/include/asm/pgtable-3level.h linux-2.6.39/arch/
  }
  
  /*
-diff -urNp linux-2.6.39/arch/x86/include/asm/pgtable_64.h linux-2.6.39/arch/x86/include/asm/pgtable_64.h
---- linux-2.6.39/arch/x86/include/asm/pgtable_64.h     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/include/asm/pgtable_64.h     2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/include/asm/pgtable_64.h linux-3.0.4/arch/x86/include/asm/pgtable_64.h
+--- linux-3.0.4/arch/x86/include/asm/pgtable_64.h      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/include/asm/pgtable_64.h      2011-08-23 21:47:55.000000000 -0400
 @@ -16,10 +16,13 @@
  
  extern pud_t level3_kernel_pgt[512];
@@ -10430,19 +8118,23 @@ diff -urNp linux-2.6.39/arch/x86/include/asm/pgtable_64.h linux-2.6.39/arch/x86/
  }
  
  static inline void native_pmd_clear(pmd_t *pmd)
-@@ -107,7 +112,9 @@ static inline void native_pud_clear(pud_
+@@ -107,6 +112,13 @@ static inline void native_pud_clear(pud_
  
  static inline void native_set_pgd(pgd_t *pgdp, pgd_t pgd)
  {
 +      pax_open_kernel();
-       *pgdp = pgd;
++      *pgdp = pgd;
 +      pax_close_kernel();
++}
++
++static inline void native_set_pgd_batched(pgd_t *pgdp, pgd_t pgd)
++{
+       *pgdp = pgd;
  }
  
- static inline void native_pgd_clear(pgd_t *pgd)
-diff -urNp linux-2.6.39/arch/x86/include/asm/pgtable_64_types.h linux-2.6.39/arch/x86/include/asm/pgtable_64_types.h
---- linux-2.6.39/arch/x86/include/asm/pgtable_64_types.h       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/include/asm/pgtable_64_types.h       2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/include/asm/pgtable_64_types.h linux-3.0.4/arch/x86/include/asm/pgtable_64_types.h
+--- linux-3.0.4/arch/x86/include/asm/pgtable_64_types.h        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/include/asm/pgtable_64_types.h        2011-08-23 21:47:55.000000000 -0400
 @@ -59,5 +59,10 @@ typedef struct { pteval_t pte; } pte_t;
  #define MODULES_VADDR    _AC(0xffffffffa0000000, UL)
  #define MODULES_END      _AC(0xffffffffff000000, UL)
@@ -10454,10 +8146,18 @@ diff -urNp linux-2.6.39/arch/x86/include/asm/pgtable_64_types.h linux-2.6.39/arc
 +#define ktva_ktla(addr)               (addr)
  
  #endif /* _ASM_X86_PGTABLE_64_DEFS_H */
-diff -urNp linux-2.6.39/arch/x86/include/asm/pgtable.h linux-2.6.39/arch/x86/include/asm/pgtable.h
---- linux-2.6.39/arch/x86/include/asm/pgtable.h        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/include/asm/pgtable.h        2011-05-22 19:36:30.000000000 -0400
-@@ -81,12 +81,51 @@ extern struct mm_struct *pgd_page_get_mm
+diff -urNp linux-3.0.4/arch/x86/include/asm/pgtable.h linux-3.0.4/arch/x86/include/asm/pgtable.h
+--- linux-3.0.4/arch/x86/include/asm/pgtable.h 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/include/asm/pgtable.h 2011-08-23 21:47:55.000000000 -0400
+@@ -44,6 +44,7 @@ extern struct mm_struct *pgd_page_get_mm
+ #ifndef __PAGETABLE_PUD_FOLDED
+ #define set_pgd(pgdp, pgd)            native_set_pgd(pgdp, pgd)
++#define set_pgd_batched(pgdp, pgd)    native_set_pgd_batched(pgdp, pgd)
+ #define pgd_clear(pgd)                        native_pgd_clear(pgd)
+ #endif
+@@ -81,12 +82,51 @@ extern struct mm_struct *pgd_page_get_mm
  
  #define arch_end_context_switch(prev) do {} while(0)
  
@@ -10509,7 +8209,7 @@ diff -urNp linux-2.6.39/arch/x86/include/asm/pgtable.h linux-2.6.39/arch/x86/inc
  static inline int pte_dirty(pte_t pte)
  {
        return pte_flags(pte) & _PAGE_DIRTY;
-@@ -196,9 +235,29 @@ static inline pte_t pte_wrprotect(pte_t 
+@@ -196,9 +236,29 @@ static inline pte_t pte_wrprotect(pte_t 
        return pte_clear_flags(pte, _PAGE_RW);
  }
  
@@ -10540,7 +8240,7 @@ diff -urNp linux-2.6.39/arch/x86/include/asm/pgtable.h linux-2.6.39/arch/x86/inc
  }
  
  static inline pte_t pte_mkdirty(pte_t pte)
-@@ -390,6 +449,15 @@ pte_t *populate_extra_pte(unsigned long 
+@@ -390,6 +450,15 @@ pte_t *populate_extra_pte(unsigned long 
  #endif
  
  #ifndef __ASSEMBLY__
@@ -10556,7 +8256,7 @@ diff -urNp linux-2.6.39/arch/x86/include/asm/pgtable.h linux-2.6.39/arch/x86/inc
  #include <linux/mm_types.h>
  
  static inline int pte_none(pte_t pte)
-@@ -560,7 +628,7 @@ static inline pud_t *pud_offset(pgd_t *p
+@@ -560,7 +629,7 @@ static inline pud_t *pud_offset(pgd_t *p
  
  static inline int pgd_bad(pgd_t pgd)
  {
@@ -10565,7 +8265,7 @@ diff -urNp linux-2.6.39/arch/x86/include/asm/pgtable.h linux-2.6.39/arch/x86/inc
  }
  
  static inline int pgd_none(pgd_t pgd)
-@@ -583,7 +651,12 @@ static inline int pgd_none(pgd_t pgd)
+@@ -583,7 +652,12 @@ static inline int pgd_none(pgd_t pgd)
   * pgd_offset() returns a (pgd_t *)
   * pgd_index() is used get the offset into the pgd page's array of pgd_t's;
   */
@@ -10579,7 +8279,7 @@ diff -urNp linux-2.6.39/arch/x86/include/asm/pgtable.h linux-2.6.39/arch/x86/inc
  /*
   * a shortcut which implies the use of the kernel's pgd, instead
   * of a process's
-@@ -594,6 +667,20 @@ static inline int pgd_none(pgd_t pgd)
+@@ -594,6 +668,20 @@ static inline int pgd_none(pgd_t pgd)
  #define KERNEL_PGD_BOUNDARY   pgd_index(PAGE_OFFSET)
  #define KERNEL_PGD_PTRS               (PTRS_PER_PGD - KERNEL_PGD_BOUNDARY)
  
@@ -10600,7 +8300,7 @@ diff -urNp linux-2.6.39/arch/x86/include/asm/pgtable.h linux-2.6.39/arch/x86/inc
  #ifndef __ASSEMBLY__
  
  extern int direct_gbpages;
-@@ -758,11 +845,23 @@ static inline void pmdp_set_wrprotect(st
+@@ -758,11 +846,23 @@ static inline void pmdp_set_wrprotect(st
   * dst and src can be on the same page, but the range must not overlap,
   * and must not cross a page boundary.
   */
@@ -10626,9 +8326,9 @@ diff -urNp linux-2.6.39/arch/x86/include/asm/pgtable.h linux-2.6.39/arch/x86/inc
  
  #include <asm-generic/pgtable.h>
  #endif        /* __ASSEMBLY__ */
-diff -urNp linux-2.6.39/arch/x86/include/asm/pgtable_types.h linux-2.6.39/arch/x86/include/asm/pgtable_types.h
---- linux-2.6.39/arch/x86/include/asm/pgtable_types.h  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/include/asm/pgtable_types.h  2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/include/asm/pgtable_types.h linux-3.0.4/arch/x86/include/asm/pgtable_types.h
+--- linux-3.0.4/arch/x86/include/asm/pgtable_types.h   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/include/asm/pgtable_types.h   2011-08-23 21:47:55.000000000 -0400
 @@ -16,13 +16,12 @@
  #define _PAGE_BIT_PSE         7       /* 4 MB (or 2MB) page */
  #define _PAGE_BIT_PAT         7       /* on 4KB pages */
@@ -10742,9 +8442,9 @@ diff -urNp linux-2.6.39/arch/x86/include/asm/pgtable_types.h linux-2.6.39/arch/x
  
  #define pgprot_writecombine   pgprot_writecombine
  extern pgprot_t pgprot_writecombine(pgprot_t prot);
-diff -urNp linux-2.6.39/arch/x86/include/asm/processor.h linux-2.6.39/arch/x86/include/asm/processor.h
---- linux-2.6.39/arch/x86/include/asm/processor.h      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/include/asm/processor.h      2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/include/asm/processor.h linux-3.0.4/arch/x86/include/asm/processor.h
+--- linux-3.0.4/arch/x86/include/asm/processor.h       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/include/asm/processor.h       2011-08-23 21:47:55.000000000 -0400
 @@ -266,7 +266,7 @@ struct tss_struct {
  
  } ____cacheline_aligned;
@@ -10847,10 +8547,10 @@ diff -urNp linux-2.6.39/arch/x86/include/asm/processor.h linux-2.6.39/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.39/arch/x86/include/asm/ptrace.h linux-2.6.39/arch/x86/include/asm/ptrace.h
---- linux-2.6.39/arch/x86/include/asm/ptrace.h 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/include/asm/ptrace.h 2011-05-22 19:36:30.000000000 -0400
-@@ -152,28 +152,29 @@ static inline unsigned long regs_return_
+diff -urNp linux-3.0.4/arch/x86/include/asm/ptrace.h linux-3.0.4/arch/x86/include/asm/ptrace.h
+--- linux-3.0.4/arch/x86/include/asm/ptrace.h  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/include/asm/ptrace.h  2011-08-23 21:47:55.000000000 -0400
+@@ -153,28 +153,29 @@ static inline unsigned long regs_return_
  }
  
  /*
@@ -10886,9 +8586,9 @@ diff -urNp linux-2.6.39/arch/x86/include/asm/ptrace.h linux-2.6.39/arch/x86/incl
  #endif
  }
  
-diff -urNp linux-2.6.39/arch/x86/include/asm/reboot.h linux-2.6.39/arch/x86/include/asm/reboot.h
---- linux-2.6.39/arch/x86/include/asm/reboot.h 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/include/asm/reboot.h 2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/include/asm/reboot.h linux-3.0.4/arch/x86/include/asm/reboot.h
+--- linux-3.0.4/arch/x86/include/asm/reboot.h  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/include/asm/reboot.h  2011-08-23 21:47:55.000000000 -0400
 @@ -6,19 +6,19 @@
  struct pt_regs;
  
@@ -10902,8 +8602,9 @@ diff -urNp linux-2.6.39/arch/x86/include/asm/reboot.h linux-2.6.39/arch/x86/incl
        void (*shutdown)(void);
        void (*crash_shutdown)(struct pt_regs *);
 -      void (*emergency_restart)(void);
+-};
 +      void (* __noreturn emergency_restart)(void);
- };
++} __no_const;
  
  extern struct machine_ops machine_ops;
  
@@ -10914,9 +8615,9 @@ diff -urNp linux-2.6.39/arch/x86/include/asm/reboot.h linux-2.6.39/arch/x86/incl
  /* These must match dispatch_table in reboot_32.S */
  #define MRR_BIOS      0
  #define MRR_APM               1
-diff -urNp linux-2.6.39/arch/x86/include/asm/rwsem.h linux-2.6.39/arch/x86/include/asm/rwsem.h
---- linux-2.6.39/arch/x86/include/asm/rwsem.h  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/include/asm/rwsem.h  2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/include/asm/rwsem.h linux-3.0.4/arch/x86/include/asm/rwsem.h
+--- linux-3.0.4/arch/x86/include/asm/rwsem.h   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/include/asm/rwsem.h   2011-08-23 21:47:55.000000000 -0400
 @@ -64,6 +64,14 @@ static inline void __down_read(struct rw
  {
        asm volatile("# beginning down_read\n\t"
@@ -11041,10 +8742,10 @@ diff -urNp linux-2.6.39/arch/x86/include/asm/rwsem.h linux-2.6.39/arch/x86/inclu
                     : "+r" (tmp), "+m" (sem->count)
                     : : "memory");
  
-diff -urNp linux-2.6.39/arch/x86/include/asm/segment.h linux-2.6.39/arch/x86/include/asm/segment.h
---- linux-2.6.39/arch/x86/include/asm/segment.h        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/include/asm/segment.h        2011-05-22 19:36:30.000000000 -0400
-@@ -64,8 +64,8 @@
+diff -urNp linux-3.0.4/arch/x86/include/asm/segment.h linux-3.0.4/arch/x86/include/asm/segment.h
+--- linux-3.0.4/arch/x86/include/asm/segment.h 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/include/asm/segment.h 2011-09-17 00:53:42.000000000 -0400
+@@ -64,10 +64,15 @@
   *  26 - ESPFIX small SS
   *  27 - per-cpu                      [ offset to per-cpu data area ]
   *  28 - stack_canary-20              [ for stack protector ]
@@ -11054,8 +8755,15 @@ diff -urNp linux-2.6.39/arch/x86/include/asm/segment.h linux-2.6.39/arch/x86/inc
 + *  30 - PCI BIOS DS
   *  31 - TSS for double fault handler
   */
++#define GDT_ENTRY_KERNEXEC_EFI_CS     (1)
++#define GDT_ENTRY_KERNEXEC_EFI_DS     (2)
++#define __KERNEXEC_EFI_CS     (GDT_ENTRY_KERNEXEC_EFI_CS*8)
++#define __KERNEXEC_EFI_DS     (GDT_ENTRY_KERNEXEC_EFI_DS*8)
++
  #define GDT_ENTRY_TLS_MIN     6
-@@ -79,6 +79,8 @@
+ #define GDT_ENTRY_TLS_MAX     (GDT_ENTRY_TLS_MIN + GDT_ENTRY_TLS_ENTRIES - 1)
+@@ -79,6 +84,8 @@
  
  #define GDT_ENTRY_KERNEL_CS           (GDT_ENTRY_KERNEL_BASE+0)
  
@@ -11064,7 +8772,7 @@ diff -urNp linux-2.6.39/arch/x86/include/asm/segment.h linux-2.6.39/arch/x86/inc
  #define GDT_ENTRY_KERNEL_DS           (GDT_ENTRY_KERNEL_BASE+1)
  
  #define GDT_ENTRY_TSS                 (GDT_ENTRY_KERNEL_BASE+4)
-@@ -104,6 +106,12 @@
+@@ -104,6 +111,12 @@
  #define __KERNEL_STACK_CANARY         0
  #endif
  
@@ -11077,7 +8785,7 @@ diff -urNp linux-2.6.39/arch/x86/include/asm/segment.h linux-2.6.39/arch/x86/inc
  #define GDT_ENTRY_DOUBLEFAULT_TSS     31
  
  /*
-@@ -141,7 +149,7 @@
+@@ -141,7 +154,7 @@
   */
  
  /* Matches PNP_CS32 and PNP_CS16 (they must be consecutive) */
@@ -11086,7 +8794,7 @@ diff -urNp linux-2.6.39/arch/x86/include/asm/segment.h linux-2.6.39/arch/x86/inc
  
  
  #else
-@@ -165,6 +173,8 @@
+@@ -165,6 +178,8 @@
  #define __USER32_CS   (GDT_ENTRY_DEFAULT_USER32_CS * 8 + 3)
  #define __USER32_DS   __USER_DS
  
@@ -11095,7 +8803,7 @@ diff -urNp linux-2.6.39/arch/x86/include/asm/segment.h linux-2.6.39/arch/x86/inc
  #define GDT_ENTRY_TSS 8       /* needs two entries */
  #define GDT_ENTRY_LDT 10 /* needs two entries */
  #define GDT_ENTRY_TLS_MIN 12
-@@ -185,6 +195,7 @@
+@@ -185,6 +200,7 @@
  #endif
  
  #define __KERNEL_CS   (GDT_ENTRY_KERNEL_CS*8)
@@ -11103,9 +8811,9 @@ diff -urNp linux-2.6.39/arch/x86/include/asm/segment.h linux-2.6.39/arch/x86/inc
  #define __KERNEL_DS   (GDT_ENTRY_KERNEL_DS*8)
  #define __USER_DS     (GDT_ENTRY_DEFAULT_USER_DS*8+3)
  #define __USER_CS     (GDT_ENTRY_DEFAULT_USER_CS*8+3)
-diff -urNp linux-2.6.39/arch/x86/include/asm/smp.h linux-2.6.39/arch/x86/include/asm/smp.h
---- linux-2.6.39/arch/x86/include/asm/smp.h    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/include/asm/smp.h    2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/include/asm/smp.h linux-3.0.4/arch/x86/include/asm/smp.h
+--- linux-3.0.4/arch/x86/include/asm/smp.h     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/include/asm/smp.h     2011-08-23 21:47:55.000000000 -0400
 @@ -36,7 +36,7 @@ DECLARE_PER_CPU(cpumask_var_t, cpu_core_
  /* cpus sharing the last level cache: */
  DECLARE_PER_CPU(cpumask_var_t, cpu_llc_shared_map);
@@ -11115,6 +8823,15 @@ diff -urNp linux-2.6.39/arch/x86/include/asm/smp.h linux-2.6.39/arch/x86/include
  
  static inline struct cpumask *cpu_sibling_mask(int cpu)
  {
+@@ -77,7 +77,7 @@ struct smp_ops {
+       void (*send_call_func_ipi)(const struct cpumask *mask);
+       void (*send_call_func_single_ipi)(int cpu);
+-};
++} __no_const;
+ /* Globals due to paravirt */
+ extern void set_cpu_sibling_map(int cpu);
 @@ -192,14 +192,8 @@ extern unsigned disabled_cpus __cpuinitd
  extern int safe_smp_processor_id(void);
  
@@ -11132,9 +8849,9 @@ diff -urNp linux-2.6.39/arch/x86/include/asm/smp.h linux-2.6.39/arch/x86/include
  #define safe_smp_processor_id()               smp_processor_id()
  
  #endif
-diff -urNp linux-2.6.39/arch/x86/include/asm/spinlock.h linux-2.6.39/arch/x86/include/asm/spinlock.h
---- linux-2.6.39/arch/x86/include/asm/spinlock.h       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/include/asm/spinlock.h       2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/include/asm/spinlock.h linux-3.0.4/arch/x86/include/asm/spinlock.h
+--- linux-3.0.4/arch/x86/include/asm/spinlock.h        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/include/asm/spinlock.h        2011-08-23 21:47:55.000000000 -0400
 @@ -249,6 +249,14 @@ static inline int arch_write_can_lock(ar
  static inline void arch_read_lock(arch_rwlock_t *rw)
  {
@@ -11197,9 +8914,18 @@ diff -urNp linux-2.6.39/arch/x86/include/asm/spinlock.h linux-2.6.39/arch/x86/in
                     : "+m" (rw->lock) : "i" (RW_LOCK_BIAS) : "memory");
  }
  
-diff -urNp linux-2.6.39/arch/x86/include/asm/stackprotector.h linux-2.6.39/arch/x86/include/asm/stackprotector.h
---- linux-2.6.39/arch/x86/include/asm/stackprotector.h 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/include/asm/stackprotector.h 2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/include/asm/stackprotector.h linux-3.0.4/arch/x86/include/asm/stackprotector.h
+--- linux-3.0.4/arch/x86/include/asm/stackprotector.h  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/include/asm/stackprotector.h  2011-08-23 21:47:55.000000000 -0400
+@@ -48,7 +48,7 @@
+  * head_32 for boot CPU and setup_per_cpu_areas() for others.
+  */
+ #define GDT_STACK_CANARY_INIT                                         \
+-      [GDT_ENTRY_STACK_CANARY] = GDT_ENTRY_INIT(0x4090, 0, 0x18),
++      [GDT_ENTRY_STACK_CANARY] = GDT_ENTRY_INIT(0x4090, 0, 0x17),
+ /*
+  * Initialize the stackprotector canary value.
 @@ -113,7 +113,7 @@ static inline void setup_stack_canary_se
  
  static inline void load_stack_canary_segment(void)
@@ -11209,9 +8935,9 @@ diff -urNp linux-2.6.39/arch/x86/include/asm/stackprotector.h linux-2.6.39/arch/
        asm volatile ("mov %0, %%gs" : : "r" (0));
  #endif
  }
-diff -urNp linux-2.6.39/arch/x86/include/asm/stacktrace.h linux-2.6.39/arch/x86/include/asm/stacktrace.h
---- linux-2.6.39/arch/x86/include/asm/stacktrace.h     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/include/asm/stacktrace.h     2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/include/asm/stacktrace.h linux-3.0.4/arch/x86/include/asm/stacktrace.h
+--- linux-3.0.4/arch/x86/include/asm/stacktrace.h      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/include/asm/stacktrace.h      2011-08-23 21:47:55.000000000 -0400
 @@ -11,28 +11,20 @@
  
  extern int kstack_depth_to_print;
@@ -11253,7 +8979,7 @@ diff -urNp linux-2.6.39/arch/x86/include/asm/stacktrace.h linux-2.6.39/arch/x86/
  
  /* Generic stack tracer with callbacks */
  
-@@ -43,7 +35,7 @@ struct stacktrace_ops {
+@@ -40,7 +32,7 @@ struct stacktrace_ops {
        void (*address)(void *data, unsigned long address, int reliable);
        /* On negative return stop dumping */
        int (*stack)(void *data, char *name);
@@ -11262,9 +8988,9 @@ diff -urNp linux-2.6.39/arch/x86/include/asm/stacktrace.h linux-2.6.39/arch/x86/
  };
  
  void dump_trace(struct task_struct *tsk, struct pt_regs *regs,
-diff -urNp linux-2.6.39/arch/x86/include/asm/system.h linux-2.6.39/arch/x86/include/asm/system.h
---- linux-2.6.39/arch/x86/include/asm/system.h 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/include/asm/system.h 2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/include/asm/system.h linux-3.0.4/arch/x86/include/asm/system.h
+--- linux-3.0.4/arch/x86/include/asm/system.h  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/include/asm/system.h  2011-08-23 21:47:55.000000000 -0400
 @@ -129,7 +129,7 @@ do {                                                                       \
             "call __switch_to\n\t"                                       \
             "movq "__percpu_arg([current_task])",%%rsi\n\t"              \
@@ -11292,7 +9018,7 @@ diff -urNp linux-2.6.39/arch/x86/include/asm/system.h linux-2.6.39/arch/x86/incl
  }
  
  static inline void native_clts(void)
-@@ -340,12 +340,12 @@ void enable_hlt(void);
+@@ -397,12 +397,12 @@ void enable_hlt(void);
  
  void cpu_idle_wait(void);
  
@@ -11307,9 +9033,9 @@ diff -urNp linux-2.6.39/arch/x86/include/asm/system.h linux-2.6.39/arch/x86/incl
  
  /*
   * Force strict CPU ordering.
-diff -urNp linux-2.6.39/arch/x86/include/asm/thread_info.h linux-2.6.39/arch/x86/include/asm/thread_info.h
---- linux-2.6.39/arch/x86/include/asm/thread_info.h    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/include/asm/thread_info.h    2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/include/asm/thread_info.h linux-3.0.4/arch/x86/include/asm/thread_info.h
+--- linux-3.0.4/arch/x86/include/asm/thread_info.h     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/include/asm/thread_info.h     2011-08-23 21:47:55.000000000 -0400
 @@ -10,6 +10,7 @@
  #include <linux/compiler.h>
  #include <asm/page.h>
@@ -11457,10 +9183,10 @@ diff -urNp linux-2.6.39/arch/x86/include/asm/thread_info.h linux-2.6.39/arch/x86
 +
  #endif
  #endif /* _ASM_X86_THREAD_INFO_H */
-diff -urNp linux-2.6.39/arch/x86/include/asm/uaccess_32.h linux-2.6.39/arch/x86/include/asm/uaccess_32.h
---- linux-2.6.39/arch/x86/include/asm/uaccess_32.h     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/include/asm/uaccess_32.h     2011-05-22 19:36:30.000000000 -0400
-@@ -44,6 +44,11 @@ unsigned long __must_check __copy_from_u
+diff -urNp linux-3.0.4/arch/x86/include/asm/uaccess_32.h linux-3.0.4/arch/x86/include/asm/uaccess_32.h
+--- linux-3.0.4/arch/x86/include/asm/uaccess_32.h      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/include/asm/uaccess_32.h      2011-08-23 21:48:14.000000000 -0400
+@@ -43,6 +43,11 @@ 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)
  {
@@ -11472,7 +9198,7 @@ diff -urNp linux-2.6.39/arch/x86/include/asm/uaccess_32.h linux-2.6.39/arch/x86/
        if (__builtin_constant_p(n)) {
                unsigned long ret;
  
-@@ -62,6 +67,8 @@ __copy_to_user_inatomic(void __user *to,
+@@ -61,6 +66,8 @@ __copy_to_user_inatomic(void __user *to,
                        return ret;
                }
        }
@@ -11481,7 +9207,7 @@ diff -urNp linux-2.6.39/arch/x86/include/asm/uaccess_32.h linux-2.6.39/arch/x86/
        return __copy_to_user_ll(to, from, n);
  }
  
-@@ -83,12 +90,16 @@ static __always_inline unsigned long __m
+@@ -82,12 +89,16 @@ static __always_inline unsigned long __m
  __copy_to_user(void __user *to, const void *from, unsigned long n)
  {
        might_fault();
@@ -11498,7 +9224,7 @@ diff -urNp linux-2.6.39/arch/x86/include/asm/uaccess_32.h linux-2.6.39/arch/x86/
        /* Avoid zeroing the tail if the copy fails..
         * If 'n' is constant and 1, 2, or 4, we do still zero on a failure,
         * but as the zeroing behaviour is only significant when n is not
-@@ -138,6 +149,12 @@ static __always_inline unsigned long
+@@ -137,6 +148,12 @@ static __always_inline unsigned long
  __copy_from_user(void *to, const void __user *from, unsigned long n)
  {
        might_fault();
@@ -11511,7 +9237,7 @@ diff -urNp linux-2.6.39/arch/x86/include/asm/uaccess_32.h linux-2.6.39/arch/x86/
        if (__builtin_constant_p(n)) {
                unsigned long ret;
  
-@@ -153,6 +170,8 @@ __copy_from_user(void *to, const void __
+@@ -152,6 +169,8 @@ __copy_from_user(void *to, const void __
                        return ret;
                }
        }
@@ -11520,7 +9246,7 @@ diff -urNp linux-2.6.39/arch/x86/include/asm/uaccess_32.h linux-2.6.39/arch/x86/
        return __copy_from_user_ll(to, from, n);
  }
  
-@@ -160,6 +179,10 @@ static __always_inline unsigned long __c
+@@ -159,6 +178,10 @@ static __always_inline unsigned long __c
                                const void __user *from, unsigned long n)
  {
        might_fault();
@@ -11531,7 +9257,7 @@ diff -urNp linux-2.6.39/arch/x86/include/asm/uaccess_32.h linux-2.6.39/arch/x86/
        if (__builtin_constant_p(n)) {
                unsigned long ret;
  
-@@ -182,15 +205,19 @@ static __always_inline unsigned long
+@@ -181,15 +204,19 @@ static __always_inline unsigned long
  __copy_from_user_inatomic_nocache(void *to, const void __user *from,
                                  unsigned long n)
  {
@@ -11558,7 +9284,7 @@ diff -urNp linux-2.6.39/arch/x86/include/asm/uaccess_32.h linux-2.6.39/arch/x86/
  
  extern void copy_from_user_overflow(void)
  #ifdef CONFIG_DEBUG_STRICT_USER_COPY_CHECKS
-@@ -200,17 +227,61 @@ extern void copy_from_user_overflow(void
+@@ -199,17 +226,61 @@ extern void copy_from_user_overflow(void
  #endif
  ;
  
@@ -11627,10 +9353,10 @@ diff -urNp linux-2.6.39/arch/x86/include/asm/uaccess_32.h linux-2.6.39/arch/x86/
        return n;
  }
  
-diff -urNp linux-2.6.39/arch/x86/include/asm/uaccess_64.h linux-2.6.39/arch/x86/include/asm/uaccess_64.h
---- linux-2.6.39/arch/x86/include/asm/uaccess_64.h     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/include/asm/uaccess_64.h     2011-05-22 19:36:30.000000000 -0400
-@@ -11,6 +11,9 @@
+diff -urNp linux-3.0.4/arch/x86/include/asm/uaccess_64.h linux-3.0.4/arch/x86/include/asm/uaccess_64.h
+--- linux-3.0.4/arch/x86/include/asm/uaccess_64.h      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/include/asm/uaccess_64.h      2011-08-23 21:48:14.000000000 -0400
+@@ -10,6 +10,9 @@
  #include <asm/alternative.h>
  #include <asm/cpufeature.h>
  #include <asm/page.h>
@@ -11640,7 +9366,7 @@ diff -urNp linux-2.6.39/arch/x86/include/asm/uaccess_64.h linux-2.6.39/arch/x86/
  
  /*
   * Copy To/From Userspace
-@@ -37,26 +40,26 @@ copy_user_generic(void *to, const void *
+@@ -36,26 +39,26 @@ copy_user_generic(void *to, const void *
        return ret;
  }
  
@@ -11680,7 +9406,7 @@ diff -urNp linux-2.6.39/arch/x86/include/asm/uaccess_64.h linux-2.6.39/arch/x86/
        return n;
  }
  
-@@ -65,110 +68,198 @@ int copy_to_user(void __user *dst, const
+@@ -64,110 +67,198 @@ int copy_to_user(void __user *dst, const
  {
        might_fault();
  
@@ -11909,7 +9635,7 @@ diff -urNp linux-2.6.39/arch/x86/include/asm/uaccess_64.h linux-2.6.39/arch/x86/
                               ret, "b", "b", "=q", 1);
                if (likely(!ret))
                        __put_user_asm(tmp, (u8 __user *)dst,
-@@ -177,7 +268,7 @@ int __copy_in_user(void __user *dst, con
+@@ -176,7 +267,7 @@ int __copy_in_user(void __user *dst, con
        }
        case 2: {
                u16 tmp;
@@ -11918,7 +9644,7 @@ diff -urNp linux-2.6.39/arch/x86/include/asm/uaccess_64.h linux-2.6.39/arch/x86/
                               ret, "w", "w", "=r", 2);
                if (likely(!ret))
                        __put_user_asm(tmp, (u16 __user *)dst,
-@@ -187,7 +278,7 @@ int __copy_in_user(void __user *dst, con
+@@ -186,7 +277,7 @@ int __copy_in_user(void __user *dst, con
  
        case 4: {
                u32 tmp;
@@ -11927,7 +9653,7 @@ diff -urNp linux-2.6.39/arch/x86/include/asm/uaccess_64.h linux-2.6.39/arch/x86/
                               ret, "l", "k", "=r", 4);
                if (likely(!ret))
                        __put_user_asm(tmp, (u32 __user *)dst,
-@@ -196,7 +287,7 @@ int __copy_in_user(void __user *dst, con
+@@ -195,7 +286,7 @@ int __copy_in_user(void __user *dst, con
        }
        case 8: {
                u64 tmp;
@@ -11936,7 +9662,7 @@ diff -urNp linux-2.6.39/arch/x86/include/asm/uaccess_64.h linux-2.6.39/arch/x86/
                               ret, "q", "", "=r", 8);
                if (likely(!ret))
                        __put_user_asm(tmp, (u64 __user *)dst,
-@@ -204,8 +295,16 @@ int __copy_in_user(void __user *dst, con
+@@ -203,8 +294,16 @@ int __copy_in_user(void __user *dst, con
                return ret;
        }
        default:
@@ -11954,7 +9680,7 @@ diff -urNp linux-2.6.39/arch/x86/include/asm/uaccess_64.h linux-2.6.39/arch/x86/
        }
  }
  
-@@ -222,33 +321,72 @@ __must_check unsigned long __clear_user(
+@@ -221,33 +320,72 @@ __must_check unsigned long __clear_user(
  static __must_check __always_inline int
  __copy_from_user_inatomic(void *dst, const void __user *src, unsigned size)
  {
@@ -12034,12 +9760,12 @@ diff -urNp linux-2.6.39/arch/x86/include/asm/uaccess_64.h linux-2.6.39/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.39/arch/x86/include/asm/uaccess.h linux-2.6.39/arch/x86/include/asm/uaccess.h
---- linux-2.6.39/arch/x86/include/asm/uaccess.h        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/include/asm/uaccess.h        2011-05-22 19:36:30.000000000 -0400
-@@ -8,12 +8,15 @@
+diff -urNp linux-3.0.4/arch/x86/include/asm/uaccess.h linux-3.0.4/arch/x86/include/asm/uaccess.h
+--- linux-3.0.4/arch/x86/include/asm/uaccess.h 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/include/asm/uaccess.h 2011-08-23 21:47:55.000000000 -0400
+@@ -7,12 +7,15 @@
+ #include <linux/compiler.h>
  #include <linux/thread_info.h>
- #include <linux/prefetch.h>
  #include <linux/string.h>
 +#include <linux/sched.h>
  #include <asm/asm.h>
@@ -12053,7 +9779,7 @@ diff -urNp linux-2.6.39/arch/x86/include/asm/uaccess.h linux-2.6.39/arch/x86/inc
  /*
   * The fs value determines whether argument validity checking should be
   * performed or not.  If get_fs() == USER_DS, checking is performed, with
-@@ -29,7 +32,12 @@
+@@ -28,7 +31,12 @@
  
  #define get_ds()      (KERNEL_DS)
  #define get_fs()      (current_thread_info()->addr_limit)
@@ -12066,7 +9792,7 @@ diff -urNp linux-2.6.39/arch/x86/include/asm/uaccess.h linux-2.6.39/arch/x86/inc
  
  #define segment_eq(a, b)      ((a).seg == (b).seg)
  
-@@ -77,7 +85,33 @@
+@@ -76,7 +84,33 @@
   * checks that the pointer is in the user space range - after calling
   * this function, memory access functions may still return -EFAULT.
   */
@@ -12101,7 +9827,7 @@ diff -urNp linux-2.6.39/arch/x86/include/asm/uaccess.h linux-2.6.39/arch/x86/inc
  
  /*
   * The exception table consists of pairs of addresses: the first is the
-@@ -183,12 +217,20 @@ extern int __get_user_bad(void);
+@@ -182,12 +216,20 @@ extern int __get_user_bad(void);
        asm volatile("call __put_user_" #size : "=a" (__ret_pu) \
                     : "0" ((typeof(*(ptr)))(x)), "c" (ptr) : "ebx")
  
@@ -12125,7 +9851,7 @@ diff -urNp linux-2.6.39/arch/x86/include/asm/uaccess.h linux-2.6.39/arch/x86/inc
                     "3:\n"                                             \
                     ".section .fixup,\"ax\"\n"                         \
                     "4:        movl %3,%0\n"                           \
-@@ -200,8 +242,8 @@ extern int __get_user_bad(void);
+@@ -199,8 +241,8 @@ extern int __get_user_bad(void);
                     : "A" (x), "r" (addr), "i" (errret), "0" (err))
  
  #define __put_user_asm_ex_u64(x, addr)                                        \
@@ -12136,7 +9862,7 @@ diff -urNp linux-2.6.39/arch/x86/include/asm/uaccess.h linux-2.6.39/arch/x86/inc
                     "3:\n"                                             \
                     _ASM_EXTABLE(1b, 2b - 1b)                          \
                     _ASM_EXTABLE(2b, 3b - 2b)                          \
-@@ -374,7 +416,7 @@ do {                                                                       \
+@@ -373,7 +415,7 @@ do {                                                                       \
  } while (0)
  
  #define __get_user_asm(x, addr, err, itype, rtype, ltype, errret)     \
@@ -12145,7 +9871,7 @@ diff -urNp linux-2.6.39/arch/x86/include/asm/uaccess.h linux-2.6.39/arch/x86/inc
                     "2:\n"                                             \
                     ".section .fixup,\"ax\"\n"                         \
                     "3:        mov %3,%0\n"                            \
-@@ -382,7 +424,7 @@ do {                                                                       \
+@@ -381,7 +423,7 @@ do {                                                                       \
                     "  jmp 2b\n"                                       \
                     ".previous\n"                                      \
                     _ASM_EXTABLE(1b, 3b)                               \
@@ -12154,7 +9880,7 @@ diff -urNp linux-2.6.39/arch/x86/include/asm/uaccess.h linux-2.6.39/arch/x86/inc
                     : "m" (__m(addr)), "i" (errret), "0" (err))
  
  #define __get_user_size_ex(x, ptr, size)                              \
-@@ -407,7 +449,7 @@ do {                                                                       \
+@@ -406,7 +448,7 @@ do {                                                                       \
  } while (0)
  
  #define __get_user_asm_ex(x, addr, itype, rtype, ltype)                       \
@@ -12163,7 +9889,7 @@ diff -urNp linux-2.6.39/arch/x86/include/asm/uaccess.h linux-2.6.39/arch/x86/inc
                     "2:\n"                                             \
                     _ASM_EXTABLE(1b, 2b - 1b)                          \
                     : ltype(x) : "m" (__m(addr)))
-@@ -424,13 +466,24 @@ do {                                                                     \
+@@ -423,13 +465,24 @@ do {                                                                     \
        int __gu_err;                                                   \
        unsigned long __gu_val;                                         \
        __get_user_size(__gu_val, (ptr), (size), __gu_err, -EFAULT);    \
@@ -12190,7 +9916,7 @@ diff -urNp linux-2.6.39/arch/x86/include/asm/uaccess.h linux-2.6.39/arch/x86/inc
  
  /*
   * Tell gcc we read from memory instead of writing: this is because
-@@ -438,7 +491,7 @@ struct __large_struct { unsigned long bu
+@@ -437,7 +490,7 @@ struct __large_struct { unsigned long bu
   * aliasing issues.
   */
  #define __put_user_asm(x, addr, err, itype, rtype, ltype, errret)     \
@@ -12199,7 +9925,7 @@ diff -urNp linux-2.6.39/arch/x86/include/asm/uaccess.h linux-2.6.39/arch/x86/inc
                     "2:\n"                                             \
                     ".section .fixup,\"ax\"\n"                         \
                     "3:        mov %3,%0\n"                            \
-@@ -446,10 +499,10 @@ struct __large_struct { unsigned long bu
+@@ -445,10 +498,10 @@ struct __large_struct { unsigned long bu
                     ".previous\n"                                      \
                     _ASM_EXTABLE(1b, 3b)                               \
                     : "=r"(err)                                        \
@@ -12212,7 +9938,7 @@ diff -urNp linux-2.6.39/arch/x86/include/asm/uaccess.h linux-2.6.39/arch/x86/inc
                     "2:\n"                                             \
                     _ASM_EXTABLE(1b, 2b - 1b)                          \
                     : : ltype(x), "m" (__m(addr)))
-@@ -488,8 +541,12 @@ struct __large_struct { unsigned long bu
+@@ -487,8 +540,12 @@ struct __large_struct { unsigned long bu
   * On error, the variable @x is set to zero.
   */
  
@@ -12225,7 +9951,7 @@ diff -urNp linux-2.6.39/arch/x86/include/asm/uaccess.h linux-2.6.39/arch/x86/inc
  
  /**
   * __put_user: - Write a simple value into user space, with less checking.
-@@ -511,8 +568,12 @@ struct __large_struct { unsigned long bu
+@@ -510,8 +567,12 @@ struct __large_struct { unsigned long bu
   * Returns zero on success, or -EFAULT on error.
   */
  
@@ -12238,7 +9964,7 @@ diff -urNp linux-2.6.39/arch/x86/include/asm/uaccess.h linux-2.6.39/arch/x86/inc
  
  #define __get_user_unaligned __get_user
  #define __put_user_unaligned __put_user
-@@ -530,7 +591,7 @@ struct __large_struct { unsigned long bu
+@@ -529,7 +590,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))));       \
@@ -12247,73 +9973,129 @@ diff -urNp linux-2.6.39/arch/x86/include/asm/uaccess.h linux-2.6.39/arch/x86/inc
  } while (0)
  
  #ifdef CONFIG_X86_WP_WORKS_OK
-@@ -567,6 +628,7 @@ extern struct movsl_mask {
- #define ARCH_HAS_NOCACHE_UACCESS 1
+diff -urNp linux-3.0.4/arch/x86/include/asm/x86_init.h linux-3.0.4/arch/x86/include/asm/x86_init.h
+--- linux-3.0.4/arch/x86/include/asm/x86_init.h        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/include/asm/x86_init.h        2011-08-23 21:47:55.000000000 -0400
+@@ -28,7 +28,7 @@ struct x86_init_mpparse {
+       void (*mpc_oem_bus_info)(struct mpc_bus *m, char *name);
+       void (*find_smp_config)(void);
+       void (*get_smp_config)(unsigned int early);
+-};
++} __no_const;
  
-+#define ARCH_HAS_SORT_EXTABLE
- #ifdef CONFIG_X86_32
- # include "uaccess_32.h"
- #else
-diff -urNp linux-2.6.39/arch/x86/include/asm/vgtod.h linux-2.6.39/arch/x86/include/asm/vgtod.h
---- linux-2.6.39/arch/x86/include/asm/vgtod.h  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/include/asm/vgtod.h  2011-05-22 19:36:30.000000000 -0400
-@@ -14,6 +14,7 @@ struct vsyscall_gtod_data {
-       int             sysctl_enabled;
-       struct timezone sys_tz;
-       struct { /* extract of a clocksource struct */
-+              char    name[8];
-               cycle_t (*vread)(void);
-               cycle_t cycle_last;
-               cycle_t mask;
-diff -urNp linux-2.6.39/arch/x86/include/asm/vsyscall.h linux-2.6.39/arch/x86/include/asm/vsyscall.h
---- linux-2.6.39/arch/x86/include/asm/vsyscall.h       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/include/asm/vsyscall.h       2011-05-22 19:36:30.000000000 -0400
-@@ -15,9 +15,10 @@ enum vsyscall_num {
+ /**
+  * struct x86_init_resources - platform specific resource related ops
+@@ -42,7 +42,7 @@ struct x86_init_resources {
+       void (*probe_roms)(void);
+       void (*reserve_resources)(void);
+       char *(*memory_setup)(void);
+-};
++} __no_const;
  
- #ifdef __KERNEL__
- #include <linux/seqlock.h>
-+#include <linux/getcpu.h>
-+#include <linux/time.h>
+ /**
+  * struct x86_init_irqs - platform specific interrupt setup
+@@ -55,7 +55,7 @@ struct x86_init_irqs {
+       void (*pre_vector_init)(void);
+       void (*intr_init)(void);
+       void (*trap_init)(void);
+-};
++} __no_const;
  
- #define __section_vgetcpu_mode __attribute__ ((unused, __section__ (".vgetcpu_mode"), aligned(16)))
--#define __section_jiffies __attribute__ ((unused, __section__ (".jiffies"), aligned(16)))
+ /**
+  * struct x86_init_oem - oem platform specific customizing functions
+@@ -65,7 +65,7 @@ struct x86_init_irqs {
+ struct x86_init_oem {
+       void (*arch_setup)(void);
+       void (*banner)(void);
+-};
++} __no_const;
  
- /* Definitions for CONFIG_GENERIC_TIME definitions */
- #define __section_vsyscall_gtod_data __attribute__ \
-@@ -31,7 +32,6 @@ enum vsyscall_num {
- #define VGETCPU_LSL   2
+ /**
+  * struct x86_init_mapping - platform specific initial kernel pagetable setup
+@@ -76,7 +76,7 @@ struct x86_init_oem {
+  */
+ struct x86_init_mapping {
+       void (*pagetable_reserve)(u64 start, u64 end);
+-};
++} __no_const;
  
- extern int __vgetcpu_mode;
--extern volatile unsigned long __jiffies;
+ /**
+  * struct x86_init_paging - platform specific paging functions
+@@ -86,7 +86,7 @@ struct x86_init_mapping {
+ struct x86_init_paging {
+       void (*pagetable_setup_start)(pgd_t *base);
+       void (*pagetable_setup_done)(pgd_t *base);
+-};
++} __no_const;
  
- /* kernel space (writeable) */
- extern int vgetcpu_mode;
-@@ -39,6 +39,9 @@ extern struct timezone sys_tz;
+ /**
+  * struct x86_init_timers - platform specific timer setup
+@@ -101,7 +101,7 @@ struct x86_init_timers {
+       void (*tsc_pre_init)(void);
+       void (*timer_init)(void);
+       void (*wallclock_init)(void);
+-};
++} __no_const;
  
- extern void map_vsyscall(void);
+ /**
+  * struct x86_init_iommu - platform specific iommu setup
+@@ -109,7 +109,7 @@ struct x86_init_timers {
+  */
+ struct x86_init_iommu {
+       int (*iommu_init)(void);
+-};
++} __no_const;
  
-+extern int vgettimeofday(struct timeval * tv, struct timezone * tz);
-+extern time_t vtime(time_t *t);
-+extern long vgetcpu(unsigned *cpu, unsigned *node, struct getcpu_cache *tcache);
- #endif /* __KERNEL__ */
+ /**
+  * struct x86_init_pci - platform specific pci init functions
+@@ -123,7 +123,7 @@ struct x86_init_pci {
+       int (*init)(void);
+       void (*init_irq)(void);
+       void (*fixup_irqs)(void);
+-};
++} __no_const;
  
- #endif /* _ASM_X86_VSYSCALL_H */
-diff -urNp linux-2.6.39/arch/x86/include/asm/xen/pci.h linux-2.6.39/arch/x86/include/asm/xen/pci.h
---- linux-2.6.39/arch/x86/include/asm/xen/pci.h        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/include/asm/xen/pci.h        2011-05-22 19:36:30.000000000 -0400
-@@ -33,7 +33,7 @@ struct xen_pci_frontend_ops {
-       void (*disable_msix)(struct pci_dev *dev);
- };
+ /**
+  * struct x86_init_ops - functions for platform specific setup
+@@ -139,7 +139,7 @@ struct x86_init_ops {
+       struct x86_init_timers          timers;
+       struct x86_init_iommu           iommu;
+       struct x86_init_pci             pci;
+-};
++} __no_const;
  
--extern struct xen_pci_frontend_ops *xen_pci_frontend;
-+extern const struct xen_pci_frontend_ops *xen_pci_frontend;
+ /**
+  * struct x86_cpuinit_ops - platform specific cpu hotplug setups
+@@ -147,7 +147,7 @@ struct x86_init_ops {
+  */
+ struct x86_cpuinit_ops {
+       void (*setup_percpu_clockev)(void);
+-};
++} __no_const;
  
- static inline int xen_pci_frontend_enable_msi(struct pci_dev *dev,
-                                             int vectors[])
-diff -urNp linux-2.6.39/arch/x86/include/asm/xsave.h linux-2.6.39/arch/x86/include/asm/xsave.h
---- linux-2.6.39/arch/x86/include/asm/xsave.h  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/include/asm/xsave.h  2011-05-22 19:36:30.000000000 -0400
+ /**
+  * struct x86_platform_ops - platform specific runtime functions
+@@ -166,7 +166,7 @@ struct x86_platform_ops {
+       bool (*is_untracked_pat_range)(u64 start, u64 end);
+       void (*nmi_init)(void);
+       int (*i8042_detect)(void);
+-};
++} __no_const;
+ struct pci_dev;
+@@ -174,7 +174,7 @@ struct x86_msi_ops {
+       int (*setup_msi_irqs)(struct pci_dev *dev, int nvec, int type);
+       void (*teardown_msi_irq)(unsigned int irq);
+       void (*teardown_msi_irqs)(struct pci_dev *dev);
+-};
++} __no_const;
+ extern struct x86_init_ops x86_init;
+ extern struct x86_cpuinit_ops x86_cpuinit;
+diff -urNp linux-3.0.4/arch/x86/include/asm/xsave.h linux-3.0.4/arch/x86/include/asm/xsave.h
+--- linux-3.0.4/arch/x86/include/asm/xsave.h   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/include/asm/xsave.h   2011-08-23 21:47:55.000000000 -0400
 @@ -65,6 +65,11 @@ static inline int xsave_user(struct xsav
  {
        int err;
@@ -12338,10 +10120,10 @@ diff -urNp linux-2.6.39/arch/x86/include/asm/xsave.h linux-2.6.39/arch/x86/inclu
        __asm__ __volatile__("1: .byte " REX_PREFIX "0x0f,0xae,0x2f\n"
                             "2:\n"
                             ".section .fixup,\"ax\"\n"
-diff -urNp linux-2.6.39/arch/x86/Kconfig linux-2.6.39/arch/x86/Kconfig
---- linux-2.6.39/arch/x86/Kconfig      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/Kconfig      2011-05-22 19:41:32.000000000 -0400
-@@ -224,7 +224,7 @@ config X86_HT
+diff -urNp linux-3.0.4/arch/x86/Kconfig linux-3.0.4/arch/x86/Kconfig
+--- linux-3.0.4/arch/x86/Kconfig       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/Kconfig       2011-09-17 00:58:36.000000000 -0400
+@@ -229,7 +229,7 @@ config X86_HT
  
  config X86_32_LAZY_GS
        def_bool y
@@ -12350,7 +10132,7 @@ diff -urNp linux-2.6.39/arch/x86/Kconfig linux-2.6.39/arch/x86/Kconfig
  
  config ARCH_HWEIGHT_CFLAGS
        string
-@@ -1022,7 +1022,7 @@ choice
+@@ -1018,7 +1018,7 @@ choice
  
  config NOHIGHMEM
        bool "off"
@@ -12359,7 +10141,7 @@ diff -urNp linux-2.6.39/arch/x86/Kconfig linux-2.6.39/arch/x86/Kconfig
        ---help---
          Linux can use up to 64 Gigabytes of physical memory on x86 systems.
          However, the address space of 32-bit x86 processors is only 4
-@@ -1059,7 +1059,7 @@ config NOHIGHMEM
+@@ -1055,7 +1055,7 @@ config NOHIGHMEM
  
  config HIGHMEM4G
        bool "4GB"
@@ -12368,7 +10150,7 @@ diff -urNp linux-2.6.39/arch/x86/Kconfig linux-2.6.39/arch/x86/Kconfig
        ---help---
          Select this if you have a 32-bit processor and between 1 and 4
          gigabytes of physical RAM.
-@@ -1113,7 +1113,7 @@ config PAGE_OFFSET
+@@ -1109,7 +1109,7 @@ config PAGE_OFFSET
        hex
        default 0xB0000000 if VMSPLIT_3G_OPT
        default 0x80000000 if VMSPLIT_2G
@@ -12377,16 +10159,7 @@ diff -urNp linux-2.6.39/arch/x86/Kconfig linux-2.6.39/arch/x86/Kconfig
        default 0x40000000 if VMSPLIT_1G
        default 0xC0000000
        depends on X86_32
-@@ -1457,7 +1457,7 @@ config ARCH_USES_PG_UNCACHED
- config EFI
-       bool "EFI runtime service support"
--      depends on ACPI
-+      depends on ACPI && !PAX_KERNEXEC
-       ---help---
-         This enables the kernel to use EFI runtime services that are
-         available (such as the EFI variable services).
-@@ -1487,6 +1487,7 @@ config SECCOMP
+@@ -1483,6 +1483,7 @@ config SECCOMP
  
  config CC_STACKPROTECTOR
        bool "Enable -fstack-protector buffer overflow detection (EXPERIMENTAL)"
@@ -12394,7 +10167,7 @@ diff -urNp linux-2.6.39/arch/x86/Kconfig linux-2.6.39/arch/x86/Kconfig
        ---help---
          This option turns on the -fstack-protector GCC feature. This
          feature puts, at the beginning of functions, a canary value on
-@@ -1544,6 +1545,7 @@ config KEXEC_JUMP
+@@ -1540,6 +1541,7 @@ config KEXEC_JUMP
  config PHYSICAL_START
        hex "Physical address where the kernel is loaded" if (EXPERT || CRASH_DUMP)
        default "0x1000000"
@@ -12402,7 +10175,7 @@ diff -urNp linux-2.6.39/arch/x86/Kconfig linux-2.6.39/arch/x86/Kconfig
        ---help---
          This gives the physical address where the kernel is loaded.
  
-@@ -1607,6 +1609,7 @@ config X86_NEED_RELOCS
+@@ -1603,6 +1605,7 @@ config X86_NEED_RELOCS
  config PHYSICAL_ALIGN
        hex "Alignment value to which kernel should be aligned" if X86_32
        default "0x1000000"
@@ -12410,7 +10183,7 @@ diff -urNp linux-2.6.39/arch/x86/Kconfig linux-2.6.39/arch/x86/Kconfig
        range 0x2000 0x1000000
        ---help---
          This value puts the alignment restrictions on physical address
-@@ -1638,9 +1641,10 @@ config HOTPLUG_CPU
+@@ -1634,9 +1637,10 @@ config HOTPLUG_CPU
          Say N if you want to disable CPU hotplug.
  
  config COMPAT_VDSO
@@ -12422,10 +10195,10 @@ diff -urNp linux-2.6.39/arch/x86/Kconfig linux-2.6.39/arch/x86/Kconfig
        ---help---
          Map the 32-bit VDSO to the predictable old-style address too.
  
-diff -urNp linux-2.6.39/arch/x86/Kconfig.cpu linux-2.6.39/arch/x86/Kconfig.cpu
---- linux-2.6.39/arch/x86/Kconfig.cpu  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/Kconfig.cpu  2011-05-22 19:36:30.000000000 -0400
-@@ -334,7 +334,7 @@ config X86_PPRO_FENCE
+diff -urNp linux-3.0.4/arch/x86/Kconfig.cpu linux-3.0.4/arch/x86/Kconfig.cpu
+--- linux-3.0.4/arch/x86/Kconfig.cpu   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/Kconfig.cpu   2011-08-23 21:47:55.000000000 -0400
+@@ -338,7 +338,7 @@ config X86_PPRO_FENCE
  
  config X86_F00F_BUG
        def_bool y
@@ -12434,16 +10207,16 @@ diff -urNp linux-2.6.39/arch/x86/Kconfig.cpu linux-2.6.39/arch/x86/Kconfig.cpu
  
  config X86_INVD_BUG
        def_bool y
-@@ -358,7 +358,7 @@ config X86_POPAD_OK
+@@ -362,7 +362,7 @@ config X86_POPAD_OK
  
  config X86_ALIGNMENT_16
        def_bool y
--      depends on MWINCHIP3D || MWINCHIPC6 || MCYRIXIII || X86_ELAN || MK6 || M586MMX || M586TSC || M586 || M486 || MVIAC3_2 || MGEODEGX1
+-      depends on MWINCHIP3D || MWINCHIPC6 || MCYRIXIII || MELAN || MK6 || M586MMX || M586TSC || M586 || M486 || MVIAC3_2 || MGEODEGX1
 +      depends on MWINCHIP3D || MWINCHIPC6 || MCYRIXIII || X86_ELAN || MK8 || MK7 || MK6 || MCORE2 || MPENTIUM4 || MPENTIUMIII || MPENTIUMII || M686 || M586MMX || M586TSC || M586 || M486 || MVIAC3_2 || MGEODEGX1
  
  config X86_INTEL_USERCOPY
        def_bool y
-@@ -404,7 +404,7 @@ config X86_CMPXCHG64
+@@ -408,7 +408,7 @@ config X86_CMPXCHG64
  # generates cmov.
  config X86_CMOV
        def_bool y
@@ -12452,10 +10225,10 @@ diff -urNp linux-2.6.39/arch/x86/Kconfig.cpu linux-2.6.39/arch/x86/Kconfig.cpu
  
  config X86_MINIMUM_CPU_FAMILY
        int
-diff -urNp linux-2.6.39/arch/x86/Kconfig.debug linux-2.6.39/arch/x86/Kconfig.debug
---- linux-2.6.39/arch/x86/Kconfig.debug        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/Kconfig.debug        2011-05-22 19:36:30.000000000 -0400
-@@ -101,7 +101,7 @@ config X86_PTDUMP
+diff -urNp linux-3.0.4/arch/x86/Kconfig.debug linux-3.0.4/arch/x86/Kconfig.debug
+--- linux-3.0.4/arch/x86/Kconfig.debug 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/Kconfig.debug 2011-08-23 21:47:55.000000000 -0400
+@@ -81,7 +81,7 @@ config X86_PTDUMP
  config DEBUG_RODATA
        bool "Write protect kernel read-only data structures"
        default y
@@ -12464,7 +10237,7 @@ diff -urNp linux-2.6.39/arch/x86/Kconfig.debug linux-2.6.39/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
-@@ -119,7 +119,7 @@ config DEBUG_RODATA_TEST
+@@ -99,7 +99,7 @@ config DEBUG_RODATA_TEST
  
  config DEBUG_SET_MODULE_RONX
        bool "Set loadable kernel module data as NX and text as RO"
@@ -12473,10 +10246,44 @@ diff -urNp linux-2.6.39/arch/x86/Kconfig.debug linux-2.6.39/arch/x86/Kconfig.deb
        ---help---
          This option helps catch unintended modifications to loadable
          kernel module's text and read-only data. It also prevents execution
-diff -urNp linux-2.6.39/arch/x86/kernel/acpi/sleep.c linux-2.6.39/arch/x86/kernel/acpi/sleep.c
---- linux-2.6.39/arch/x86/kernel/acpi/sleep.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/kernel/acpi/sleep.c  2011-05-22 19:36:30.000000000 -0400
-@@ -88,8 +88,12 @@ int acpi_suspend_lowlevel(void)
+diff -urNp linux-3.0.4/arch/x86/kernel/acpi/realmode/Makefile linux-3.0.4/arch/x86/kernel/acpi/realmode/Makefile
+--- linux-3.0.4/arch/x86/kernel/acpi/realmode/Makefile 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/kernel/acpi/realmode/Makefile 2011-08-23 21:47:55.000000000 -0400
+@@ -41,6 +41,9 @@ KBUILD_CFLAGS        := $(LINUXINCLUDE) -g -Os 
+                  $(call cc-option, -fno-stack-protector) \
+                  $(call cc-option, -mpreferred-stack-boundary=2)
+ KBUILD_CFLAGS += $(call cc-option, -m32)
++ifdef CONSTIFY_PLUGIN
++KBUILD_CFLAGS += $(CONSTIFY_PLUGIN) -fplugin-arg-constify_plugin-no-constify
++endif
+ KBUILD_AFLAGS := $(KBUILD_CFLAGS) -D__ASSEMBLY__
+ GCOV_PROFILE := n
+diff -urNp linux-3.0.4/arch/x86/kernel/acpi/realmode/wakeup.S linux-3.0.4/arch/x86/kernel/acpi/realmode/wakeup.S
+--- linux-3.0.4/arch/x86/kernel/acpi/realmode/wakeup.S 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/kernel/acpi/realmode/wakeup.S 2011-08-23 21:48:14.000000000 -0400
+@@ -108,6 +108,9 @@ wakeup_code:
+       /* Do any other stuff... */
+ #ifndef CONFIG_64BIT
++      /* Recheck NX bit overrides (64bit path does this in trampoline */
++      call    verify_cpu
++
+       /* This could also be done in C code... */
+       movl    pmode_cr3, %eax
+       movl    %eax, %cr3
+@@ -131,6 +134,7 @@ wakeup_code:
+       movl    pmode_cr0, %eax
+       movl    %eax, %cr0
+       jmp     pmode_return
++# include "../../verify_cpu.S"
+ #else
+       pushw   $0
+       pushw   trampoline_segment
+diff -urNp linux-3.0.4/arch/x86/kernel/acpi/sleep.c linux-3.0.4/arch/x86/kernel/acpi/sleep.c
+--- linux-3.0.4/arch/x86/kernel/acpi/sleep.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/kernel/acpi/sleep.c   2011-08-23 21:47:55.000000000 -0400
+@@ -94,8 +94,12 @@ int acpi_suspend_lowlevel(void)
        header->trampoline_segment = trampoline_address() >> 4;
  #ifdef CONFIG_SMP
        stack_start = (unsigned long)temp_stack + sizeof(temp_stack);
@@ -12489,9 +10296,9 @@ diff -urNp linux-2.6.39/arch/x86/kernel/acpi/sleep.c linux-2.6.39/arch/x86/kerne
        initial_gs = per_cpu_offset(smp_processor_id());
  #endif
        initial_code = (unsigned long)wakeup_long64;
-diff -urNp linux-2.6.39/arch/x86/kernel/acpi/wakeup_32.S linux-2.6.39/arch/x86/kernel/acpi/wakeup_32.S
---- linux-2.6.39/arch/x86/kernel/acpi/wakeup_32.S      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/kernel/acpi/wakeup_32.S      2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/kernel/acpi/wakeup_32.S linux-3.0.4/arch/x86/kernel/acpi/wakeup_32.S
+--- linux-3.0.4/arch/x86/kernel/acpi/wakeup_32.S       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/kernel/acpi/wakeup_32.S       2011-08-23 21:47:55.000000000 -0400
 @@ -30,13 +30,11 @@ wakeup_pmode_return:
        # and restore the stack ... but you need gdt for this to work
        movl    saved_context_esp, %esp
@@ -12508,10 +10315,10 @@ diff -urNp linux-2.6.39/arch/x86/kernel/acpi/wakeup_32.S linux-2.6.39/arch/x86/k
  
  bogus_magic:
        jmp     bogus_magic
-diff -urNp linux-2.6.39/arch/x86/kernel/alternative.c linux-2.6.39/arch/x86/kernel/alternative.c
---- linux-2.6.39/arch/x86/kernel/alternative.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/kernel/alternative.c 2011-05-22 19:36:30.000000000 -0400
-@@ -248,7 +248,7 @@ static void alternatives_smp_lock(const 
+diff -urNp linux-3.0.4/arch/x86/kernel/alternative.c linux-3.0.4/arch/x86/kernel/alternative.c
+--- linux-3.0.4/arch/x86/kernel/alternative.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/kernel/alternative.c  2011-08-23 21:47:55.000000000 -0400
+@@ -313,7 +313,7 @@ static void alternatives_smp_lock(const 
                if (!*poff || ptr < text || ptr >= text_end)
                        continue;
                /* turn DS segment override prefix into lock prefix */
@@ -12520,7 +10327,7 @@ diff -urNp linux-2.6.39/arch/x86/kernel/alternative.c linux-2.6.39/arch/x86/kern
                        text_poke(ptr, ((unsigned char []){0xf0}), 1);
        };
        mutex_unlock(&text_mutex);
-@@ -269,7 +269,7 @@ static void alternatives_smp_unlock(cons
+@@ -334,7 +334,7 @@ static void alternatives_smp_unlock(cons
                if (!*poff || ptr < text || ptr >= text_end)
                        continue;
                /* turn lock prefix into DS segment override prefix */
@@ -12529,7 +10336,7 @@ diff -urNp linux-2.6.39/arch/x86/kernel/alternative.c linux-2.6.39/arch/x86/kern
                        text_poke(ptr, ((unsigned char []){0x3E}), 1);
        };
        mutex_unlock(&text_mutex);
-@@ -438,7 +438,7 @@ void __init_or_module apply_paravirt(str
+@@ -503,7 +503,7 @@ void __init_or_module apply_paravirt(str
  
                BUG_ON(p->len > MAX_PATCH_LEN);
                /* prep the buffer with the original instructions */
@@ -12538,7 +10345,7 @@ diff -urNp linux-2.6.39/arch/x86/kernel/alternative.c linux-2.6.39/arch/x86/kern
                used = pv_init_ops.patch(p->instrtype, p->clobbers, insnbuf,
                                         (unsigned long)p->instr, p->len);
  
-@@ -506,7 +506,7 @@ void __init alternative_instructions(voi
+@@ -571,7 +571,7 @@ void __init alternative_instructions(voi
        if (smp_alt_once)
                free_init_pages("SMP alternatives",
                                (unsigned long)__smp_locks,
@@ -12547,7 +10354,7 @@ diff -urNp linux-2.6.39/arch/x86/kernel/alternative.c linux-2.6.39/arch/x86/kern
  
        restart_nmi();
  }
-@@ -523,13 +523,17 @@ void __init alternative_instructions(voi
+@@ -588,13 +588,17 @@ 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.
   */
@@ -12567,7 +10374,7 @@ diff -urNp linux-2.6.39/arch/x86/kernel/alternative.c linux-2.6.39/arch/x86/kern
        local_irq_restore(flags);
        /* Could also do a CLFLUSH here to speed up CPU recovery; but
           that causes hangs on some VIA CPUs. */
-@@ -551,36 +555,22 @@ void *__init_or_module text_poke_early(v
+@@ -616,36 +620,22 @@ void *__init_or_module text_poke_early(v
   */
  void *__kprobes text_poke(void *addr, const void *opcode, size_t len)
  {
@@ -12612,61 +10419,28 @@ diff -urNp linux-2.6.39/arch/x86/kernel/alternative.c linux-2.6.39/arch/x86/kern
        return addr;
  }
  
-@@ -682,9 +672,9 @@ void __kprobes text_poke_smp_batch(struc
- #if defined(CONFIG_DYNAMIC_FTRACE) || defined(HAVE_JUMP_LABEL)
- #ifdef CONFIG_X86_64
--unsigned char ideal_nop5[5] = { 0x66, 0x66, 0x66, 0x66, 0x90 };
-+unsigned char ideal_nop5[5] __read_only = { 0x66, 0x66, 0x66, 0x66, 0x90 };
- #else
--unsigned char ideal_nop5[5] = { 0x3e, 0x8d, 0x74, 0x26, 0x00 };
-+unsigned char ideal_nop5[5] __read_only = { 0x3e, 0x8d, 0x74, 0x26, 0x00 };
- #endif
- void __init arch_init_ideal_nop5(void)
-diff -urNp linux-2.6.39/arch/x86/kernel/amd_iommu.c linux-2.6.39/arch/x86/kernel/amd_iommu.c
---- linux-2.6.39/arch/x86/kernel/amd_iommu.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/kernel/amd_iommu.c   2011-05-22 19:36:30.000000000 -0400
-@@ -48,7 +48,7 @@ static DEFINE_SPINLOCK(iommu_pd_list_loc
-  */
- static struct protection_domain *pt_domain;
--static struct iommu_ops amd_iommu_ops;
-+static const struct iommu_ops amd_iommu_ops;
+diff -urNp linux-3.0.4/arch/x86/kernel/apic/apic.c linux-3.0.4/arch/x86/kernel/apic/apic.c
+--- linux-3.0.4/arch/x86/kernel/apic/apic.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/kernel/apic/apic.c    2011-08-23 21:48:14.000000000 -0400
+@@ -173,7 +173,7 @@ int first_system_vector = 0xfe;
  /*
-  * general struct to manage commands send to an IOMMU
-@@ -2286,7 +2286,7 @@ static void prealloc_protection_domains(
-       }
- }
+  * Debug level, exported for io_apic.c
+  */
+-unsigned int apic_verbosity;
++int apic_verbosity;
  
--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,
-@@ -2582,7 +2582,7 @@ static int amd_iommu_domain_has_cap(stru
-       return 0;
- }
+ int pic_mode;
  
--static struct iommu_ops amd_iommu_ops = {
-+static const struct iommu_ops amd_iommu_ops = {
-       .domain_init = amd_iommu_domain_init,
-       .domain_destroy = amd_iommu_domain_destroy,
-       .attach_dev = amd_iommu_attach_device,
-diff -urNp linux-2.6.39/arch/x86/kernel/apic/apic.c linux-2.6.39/arch/x86/kernel/apic/apic.c
---- linux-2.6.39/arch/x86/kernel/apic/apic.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/kernel/apic/apic.c   2011-05-22 19:36:30.000000000 -0400
-@@ -1821,7 +1821,7 @@ void smp_error_interrupt(struct pt_regs 
+@@ -1834,7 +1834,7 @@ void smp_error_interrupt(struct pt_regs 
        apic_write(APIC_ESR, 0);
        v1 = apic_read(APIC_ESR);
        ack_APIC_irq();
 -      atomic_inc(&irq_err_count);
 +      atomic_inc_unchecked(&irq_err_count);
  
-       /*
-        * Here is what the APIC error bits mean:
-@@ -2204,6 +2204,8 @@ static int __cpuinit apic_cluster_num(vo
+       apic_printk(APIC_DEBUG, KERN_DEBUG "APIC error on CPU%d: %02x(%02x)",
+                   smp_processor_id(), v0 , v1);
+@@ -2190,6 +2190,8 @@ static int __cpuinit apic_cluster_num(vo
        u16 *bios_cpu_apicid;
        DECLARE_BITMAP(clustermap, NUM_APIC_CLUSTERS);
  
@@ -12675,28 +10449,10 @@ diff -urNp linux-2.6.39/arch/x86/kernel/apic/apic.c linux-2.6.39/arch/x86/kernel
        bios_cpu_apicid = early_per_cpu_ptr(x86_bios_cpu_apicid);
        bitmap_zero(clustermap, NUM_APIC_CLUSTERS);
  
-diff -urNp linux-2.6.39/arch/x86/kernel/apic/io_apic.c linux-2.6.39/arch/x86/kernel/apic/io_apic.c
---- linux-2.6.39/arch/x86/kernel/apic/io_apic.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/kernel/apic/io_apic.c        2011-05-22 19:36:30.000000000 -0400
-@@ -623,7 +623,7 @@ struct IO_APIC_route_entry **alloc_ioapi
-       ioapic_entries = kzalloc(sizeof(*ioapic_entries) * nr_ioapics,
-                               GFP_KERNEL);
-       if (!ioapic_entries)
--              return 0;
-+              return NULL;
-       for (apic = 0; apic < nr_ioapics; apic++) {
-               ioapic_entries[apic] =
-@@ -640,7 +640,7 @@ nomem:
-               kfree(ioapic_entries[apic]);
-       kfree(ioapic_entries);
--      return 0;
-+      return NULL;
- }
- /*
-@@ -1040,7 +1040,7 @@ int IO_APIC_get_PCI_irq_vector(int bus, 
+diff -urNp linux-3.0.4/arch/x86/kernel/apic/io_apic.c linux-3.0.4/arch/x86/kernel/apic/io_apic.c
+--- linux-3.0.4/arch/x86/kernel/apic/io_apic.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/kernel/apic/io_apic.c 2011-08-23 21:47:55.000000000 -0400
+@@ -1028,7 +1028,7 @@ int IO_APIC_get_PCI_irq_vector(int bus, 
  }
  EXPORT_SYMBOL(IO_APIC_get_PCI_irq_vector);
  
@@ -12705,7 +10461,7 @@ diff -urNp linux-2.6.39/arch/x86/kernel/apic/io_apic.c linux-2.6.39/arch/x86/ker
  {
        /* Used to the online set of cpus does not change
         * during assign_irq_vector.
-@@ -1048,7 +1048,7 @@ void lock_vector_lock(void)
+@@ -1036,7 +1036,7 @@ void lock_vector_lock(void)
        raw_spin_lock(&vector_lock);
  }
  
@@ -12714,7 +10470,7 @@ diff -urNp linux-2.6.39/arch/x86/kernel/apic/io_apic.c linux-2.6.39/arch/x86/ker
  {
        raw_spin_unlock(&vector_lock);
  }
-@@ -2379,7 +2379,7 @@ static void ack_apic_edge(struct irq_dat
+@@ -2364,7 +2364,7 @@ static void ack_apic_edge(struct irq_dat
        ack_APIC_irq();
  }
  
@@ -12723,7 +10479,7 @@ diff -urNp linux-2.6.39/arch/x86/kernel/apic/io_apic.c linux-2.6.39/arch/x86/ker
  
  /*
   * IO-APIC versions below 0x20 don't support EOI register.
-@@ -2487,7 +2487,7 @@ static void ack_apic_level(struct irq_da
+@@ -2472,7 +2472,7 @@ static void ack_apic_level(struct irq_da
         * at the cpu.
         */
        if (!(v & (1 << (i & 0x1f)))) {
@@ -12732,10 +10488,10 @@ diff -urNp linux-2.6.39/arch/x86/kernel/apic/io_apic.c linux-2.6.39/arch/x86/ker
  
                eoi_ioapic_irq(irq, cfg);
        }
-diff -urNp linux-2.6.39/arch/x86/kernel/apm_32.c linux-2.6.39/arch/x86/kernel/apm_32.c
---- linux-2.6.39/arch/x86/kernel/apm_32.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/kernel/apm_32.c      2011-05-22 19:36:30.000000000 -0400
-@@ -412,7 +412,7 @@ static DEFINE_MUTEX(apm_mutex);
+diff -urNp linux-3.0.4/arch/x86/kernel/apm_32.c linux-3.0.4/arch/x86/kernel/apm_32.c
+--- linux-3.0.4/arch/x86/kernel/apm_32.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/kernel/apm_32.c       2011-08-23 21:47:55.000000000 -0400
+@@ -413,7 +413,7 @@ static DEFINE_MUTEX(apm_mutex);
   * This is for buggy BIOS's that refer to (real mode) segment 0x40
   * even though they are called in protected mode.
   */
@@ -12744,7 +10500,7 @@ diff -urNp linux-2.6.39/arch/x86/kernel/apm_32.c linux-2.6.39/arch/x86/kernel/ap
                        (unsigned long)__va(0x400UL), PAGE_SIZE - 0x400 - 1);
  
  static const char driver_version[] = "1.16ac";        /* no spaces */
-@@ -590,7 +590,10 @@ static long __apm_bios_call(void *_call)
+@@ -591,7 +591,10 @@ static long __apm_bios_call(void *_call)
        BUG_ON(cpu != 0);
        gdt = get_cpu_gdt_table(cpu);
        save_desc_40 = gdt[0x40 / 8];
@@ -12755,7 +10511,7 @@ diff -urNp linux-2.6.39/arch/x86/kernel/apm_32.c linux-2.6.39/arch/x86/kernel/ap
  
        apm_irq_save(flags);
        APM_DO_SAVE_SEGS;
-@@ -599,7 +602,11 @@ static long __apm_bios_call(void *_call)
+@@ -600,7 +603,11 @@ static long __apm_bios_call(void *_call)
                          &call->esi);
        APM_DO_RESTORE_SEGS;
        apm_irq_restore(flags);
@@ -12767,7 +10523,7 @@ diff -urNp linux-2.6.39/arch/x86/kernel/apm_32.c linux-2.6.39/arch/x86/kernel/ap
        put_cpu();
  
        return call->eax & 0xff;
-@@ -666,7 +673,10 @@ static long __apm_bios_call_simple(void 
+@@ -667,7 +674,10 @@ static long __apm_bios_call_simple(void 
        BUG_ON(cpu != 0);
        gdt = get_cpu_gdt_table(cpu);
        save_desc_40 = gdt[0x40 / 8];
@@ -12778,7 +10534,7 @@ diff -urNp linux-2.6.39/arch/x86/kernel/apm_32.c linux-2.6.39/arch/x86/kernel/ap
  
        apm_irq_save(flags);
        APM_DO_SAVE_SEGS;
-@@ -674,7 +684,11 @@ static long __apm_bios_call_simple(void 
+@@ -675,7 +685,11 @@ static long __apm_bios_call_simple(void 
                                         &call->eax);
        APM_DO_RESTORE_SEGS;
        apm_irq_restore(flags);
@@ -12790,7 +10546,7 @@ diff -urNp linux-2.6.39/arch/x86/kernel/apm_32.c linux-2.6.39/arch/x86/kernel/ap
        put_cpu();
        return error;
  }
-@@ -2351,12 +2365,15 @@ static int __init apm_init(void)
+@@ -2349,12 +2363,15 @@ static int __init apm_init(void)
         * code to that CPU.
         */
        gdt = get_cpu_gdt_table(0);
@@ -12806,9 +10562,9 @@ diff -urNp linux-2.6.39/arch/x86/kernel/apm_32.c linux-2.6.39/arch/x86/kernel/ap
  
        proc_create("apm", 0, NULL, &apm_file_ops);
  
-diff -urNp linux-2.6.39/arch/x86/kernel/asm-offsets_64.c linux-2.6.39/arch/x86/kernel/asm-offsets_64.c
---- linux-2.6.39/arch/x86/kernel/asm-offsets_64.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/kernel/asm-offsets_64.c      2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/kernel/asm-offsets_64.c linux-3.0.4/arch/x86/kernel/asm-offsets_64.c
+--- linux-3.0.4/arch/x86/kernel/asm-offsets_64.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/kernel/asm-offsets_64.c       2011-08-23 21:47:55.000000000 -0400
 @@ -69,6 +69,7 @@ int main(void)
        BLANK();
  #undef ENTRY
@@ -12817,9 +10573,9 @@ diff -urNp linux-2.6.39/arch/x86/kernel/asm-offsets_64.c linux-2.6.39/arch/x86/k
        OFFSET(TSS_ist, tss_struct, x86_tss.ist);
        BLANK();
  
-diff -urNp linux-2.6.39/arch/x86/kernel/asm-offsets.c linux-2.6.39/arch/x86/kernel/asm-offsets.c
---- linux-2.6.39/arch/x86/kernel/asm-offsets.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/kernel/asm-offsets.c 2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/kernel/asm-offsets.c linux-3.0.4/arch/x86/kernel/asm-offsets.c
+--- linux-3.0.4/arch/x86/kernel/asm-offsets.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/kernel/asm-offsets.c  2011-08-23 21:47:55.000000000 -0400
 @@ -33,6 +33,8 @@ void common(void) {
        OFFSET(TI_status, thread_info, status);
        OFFSET(TI_addr_limit, thread_info, addr_limit);
@@ -12829,7 +10585,7 @@ diff -urNp linux-2.6.39/arch/x86/kernel/asm-offsets.c linux-2.6.39/arch/x86/kern
  
        BLANK();
        OFFSET(crypto_tfm_ctx_offset, crypto_tfm, __crt_ctx);
-@@ -53,8 +55,24 @@ void common(void) {
+@@ -53,8 +55,26 @@ void common(void) {
        OFFSET(PV_CPU_irq_enable_sysexit, pv_cpu_ops, irq_enable_sysexit);
        OFFSET(PV_CPU_read_cr0, pv_cpu_ops, read_cr0);
        OFFSET(PV_MMU_read_cr2, pv_mmu_ops, read_cr2);
@@ -12841,7 +10597,9 @@ diff -urNp linux-2.6.39/arch/x86/kernel/asm-offsets.c linux-2.6.39/arch/x86/kern
 +#ifdef CONFIG_PAX_MEMORY_UDEREF
 +      OFFSET(PV_MMU_read_cr3, pv_mmu_ops, read_cr3);
 +      OFFSET(PV_MMU_write_cr3, pv_mmu_ops, write_cr3);
-+      OFFSET(PV_MMU_set_pgd, pv_mmu_ops, set_pgd);
++#ifdef CONFIG_X86_64
++      OFFSET(PV_MMU_set_pgd_batched, pv_mmu_ops, set_pgd_batched);
++#endif
  #endif
  
 +#endif
@@ -12854,10 +10612,10 @@ diff -urNp linux-2.6.39/arch/x86/kernel/asm-offsets.c linux-2.6.39/arch/x86/kern
  #ifdef CONFIG_XEN
        BLANK();
        OFFSET(XEN_vcpu_info_mask, vcpu_info, evtchn_upcall_mask);
-diff -urNp linux-2.6.39/arch/x86/kernel/cpu/amd.c linux-2.6.39/arch/x86/kernel/cpu/amd.c
---- linux-2.6.39/arch/x86/kernel/cpu/amd.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/kernel/cpu/amd.c     2011-05-22 19:36:30.000000000 -0400
-@@ -641,7 +641,7 @@ static unsigned int __cpuinit amd_size_c
+diff -urNp linux-3.0.4/arch/x86/kernel/cpu/amd.c linux-3.0.4/arch/x86/kernel/cpu/amd.c
+--- linux-3.0.4/arch/x86/kernel/cpu/amd.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/kernel/cpu/amd.c      2011-08-23 21:47:55.000000000 -0400
+@@ -647,7 +647,7 @@ static unsigned int __cpuinit amd_size_c
                                                        unsigned int size)
  {
        /* AMD errata T13 (order #21922) */
@@ -12866,9 +10624,9 @@ diff -urNp linux-2.6.39/arch/x86/kernel/cpu/amd.c linux-2.6.39/arch/x86/kernel/c
                /* Duron Rev A0 */
                if (c->x86_model == 3 && c->x86_mask == 0)
                        size = 64;
-diff -urNp linux-2.6.39/arch/x86/kernel/cpu/common.c linux-2.6.39/arch/x86/kernel/cpu/common.c
---- linux-2.6.39/arch/x86/kernel/cpu/common.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/kernel/cpu/common.c  2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/kernel/cpu/common.c linux-3.0.4/arch/x86/kernel/cpu/common.c
+--- linux-3.0.4/arch/x86/kernel/cpu/common.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/kernel/cpu/common.c   2011-08-23 21:47:55.000000000 -0400
 @@ -83,60 +83,6 @@ static const struct cpu_dev __cpuinitcon
  
  static const struct cpu_dev *this_cpu __cpuinitdata = &default_cpu;
@@ -12930,7 +10688,7 @@ diff -urNp linux-2.6.39/arch/x86/kernel/cpu/common.c linux-2.6.39/arch/x86/kerne
  static int __init x86_xsave_setup(char *s)
  {
        setup_clear_cpu_cap(X86_FEATURE_XSAVE);
-@@ -352,7 +298,7 @@ void switch_to_new_gdt(int cpu)
+@@ -371,7 +317,7 @@ void switch_to_new_gdt(int cpu)
  {
        struct desc_ptr gdt_descr;
  
@@ -12939,7 +10697,7 @@ diff -urNp linux-2.6.39/arch/x86/kernel/cpu/common.c linux-2.6.39/arch/x86/kerne
        gdt_descr.size = GDT_SIZE - 1;
        load_gdt(&gdt_descr);
        /* Reload the per-cpu base */
-@@ -825,6 +771,10 @@ static void __cpuinit identify_cpu(struc
+@@ -840,6 +786,10 @@ static void __cpuinit identify_cpu(struc
        /* Filter out anything that depends on CPUID levels we don't have */
        filter_cpuid_features(c, true);
  
@@ -12950,7 +10708,7 @@ diff -urNp linux-2.6.39/arch/x86/kernel/cpu/common.c linux-2.6.39/arch/x86/kerne
        /* If the model name is still unset, do table lookup. */
        if (!c->x86_model_id[0]) {
                const char *p;
-@@ -1004,6 +954,9 @@ static __init int setup_disablecpuid(cha
+@@ -1019,6 +969,9 @@ static __init int setup_disablecpuid(cha
  }
  __setup("clearcpuid=", setup_disablecpuid);
  
@@ -12960,7 +10718,7 @@ diff -urNp linux-2.6.39/arch/x86/kernel/cpu/common.c linux-2.6.39/arch/x86/kerne
  #ifdef CONFIG_X86_64
  struct desc_ptr idt_descr = { NR_VECTORS * 16 - 1, (unsigned long) idt_table };
  
-@@ -1019,7 +972,7 @@ DEFINE_PER_CPU(struct task_struct *, cur
+@@ -1034,7 +987,7 @@ DEFINE_PER_CPU(struct task_struct *, cur
  EXPORT_PER_CPU_SYMBOL(current_task);
  
  DEFINE_PER_CPU(unsigned long, kernel_stack) =
@@ -12969,7 +10727,7 @@ diff -urNp linux-2.6.39/arch/x86/kernel/cpu/common.c linux-2.6.39/arch/x86/kerne
  EXPORT_PER_CPU_SYMBOL(kernel_stack);
  
  DEFINE_PER_CPU(char *, irq_stack_ptr) =
-@@ -1084,7 +1037,7 @@ struct pt_regs * __cpuinit idle_regs(str
+@@ -1099,7 +1052,7 @@ struct pt_regs * __cpuinit idle_regs(str
  {
        memset(regs, 0, sizeof(struct pt_regs));
        regs->fs = __KERNEL_PERCPU;
@@ -12978,7 +10736,7 @@ diff -urNp linux-2.6.39/arch/x86/kernel/cpu/common.c linux-2.6.39/arch/x86/kerne
  
        return regs;
  }
-@@ -1139,7 +1092,7 @@ void __cpuinit cpu_init(void)
+@@ -1154,7 +1107,7 @@ void __cpuinit cpu_init(void)
        int i;
  
        cpu = stack_smp_processor_id();
@@ -12987,7 +10745,7 @@ diff -urNp linux-2.6.39/arch/x86/kernel/cpu/common.c linux-2.6.39/arch/x86/kerne
        oist = &per_cpu(orig_ist, cpu);
  
  #ifdef CONFIG_NUMA
-@@ -1165,7 +1118,7 @@ void __cpuinit cpu_init(void)
+@@ -1180,7 +1133,7 @@ void __cpuinit cpu_init(void)
        switch_to_new_gdt(cpu);
        loadsegment(fs, 0);
  
@@ -12996,7 +10754,7 @@ diff -urNp linux-2.6.39/arch/x86/kernel/cpu/common.c linux-2.6.39/arch/x86/kerne
  
        memset(me->thread.tls_array, 0, GDT_ENTRY_TLS_ENTRIES * 8);
        syscall_init();
-@@ -1174,7 +1127,6 @@ void __cpuinit cpu_init(void)
+@@ -1189,7 +1142,6 @@ void __cpuinit cpu_init(void)
        wrmsrl(MSR_KERNEL_GS_BASE, 0);
        barrier();
  
@@ -13004,7 +10762,7 @@ diff -urNp linux-2.6.39/arch/x86/kernel/cpu/common.c linux-2.6.39/arch/x86/kerne
        if (cpu != 0)
                enable_x2apic();
  
-@@ -1228,7 +1180,7 @@ void __cpuinit cpu_init(void)
+@@ -1243,7 +1195,7 @@ void __cpuinit cpu_init(void)
  {
        int cpu = smp_processor_id();
        struct task_struct *curr = current;
@@ -13013,10 +10771,10 @@ diff -urNp linux-2.6.39/arch/x86/kernel/cpu/common.c linux-2.6.39/arch/x86/kerne
        struct thread_struct *thread = &curr->thread;
  
        if (cpumask_test_and_set_cpu(cpu, cpu_initialized_mask)) {
-diff -urNp linux-2.6.39/arch/x86/kernel/cpu/intel.c linux-2.6.39/arch/x86/kernel/cpu/intel.c
---- linux-2.6.39/arch/x86/kernel/cpu/intel.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/kernel/cpu/intel.c   2011-05-22 19:36:30.000000000 -0400
-@@ -161,7 +161,7 @@ static void __cpuinit trap_init_f00f_bug
+diff -urNp linux-3.0.4/arch/x86/kernel/cpu/intel.c linux-3.0.4/arch/x86/kernel/cpu/intel.c
+--- linux-3.0.4/arch/x86/kernel/cpu/intel.c    2011-09-02 18:11:26.000000000 -0400
++++ linux-3.0.4/arch/x86/kernel/cpu/intel.c    2011-08-29 23:30:14.000000000 -0400
+@@ -172,7 +172,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.
         */
@@ -13025,9 +10783,9 @@ diff -urNp linux-2.6.39/arch/x86/kernel/cpu/intel.c linux-2.6.39/arch/x86/kernel
        load_idt(&idt_descr);
  }
  #endif
-diff -urNp linux-2.6.39/arch/x86/kernel/cpu/Makefile linux-2.6.39/arch/x86/kernel/cpu/Makefile
---- linux-2.6.39/arch/x86/kernel/cpu/Makefile  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/kernel/cpu/Makefile  2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/kernel/cpu/Makefile linux-3.0.4/arch/x86/kernel/cpu/Makefile
+--- linux-3.0.4/arch/x86/kernel/cpu/Makefile   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/kernel/cpu/Makefile   2011-08-23 21:47:55.000000000 -0400
 @@ -8,10 +8,6 @@ CFLAGS_REMOVE_common.o = -pg
  CFLAGS_REMOVE_perf_event.o = -pg
  endif
@@ -13039,9 +10797,9 @@ diff -urNp linux-2.6.39/arch/x86/kernel/cpu/Makefile linux-2.6.39/arch/x86/kerne
  obj-y                 := intel_cacheinfo.o scattered.o topology.o
  obj-y                 += proc.o capflags.o powerflags.o common.o
  obj-y                 += vmware.o hypervisor.o sched.o mshyperv.o
-diff -urNp linux-2.6.39/arch/x86/kernel/cpu/mcheck/mce.c linux-2.6.39/arch/x86/kernel/cpu/mcheck/mce.c
---- linux-2.6.39/arch/x86/kernel/cpu/mcheck/mce.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/kernel/cpu/mcheck/mce.c      2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/kernel/cpu/mcheck/mce.c linux-3.0.4/arch/x86/kernel/cpu/mcheck/mce.c
+--- linux-3.0.4/arch/x86/kernel/cpu/mcheck/mce.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/kernel/cpu/mcheck/mce.c       2011-08-23 21:47:55.000000000 -0400
 @@ -46,6 +46,7 @@
  #include <asm/ipi.h>
  #include <asm/mce.h>
@@ -13050,7 +10808,7 @@ diff -urNp linux-2.6.39/arch/x86/kernel/cpu/mcheck/mce.c linux-2.6.39/arch/x86/k
  
  #include "mce-internal.h"
  
-@@ -220,7 +221,7 @@ static void print_mce(struct mce *m)
+@@ -208,7 +209,7 @@ static void print_mce(struct mce *m)
                        !(m->mcgstatus & MCG_STATUS_EIPV) ? " !INEXACT!" : "",
                                m->cs, m->ip);
  
@@ -13059,7 +10817,7 @@ diff -urNp linux-2.6.39/arch/x86/kernel/cpu/mcheck/mce.c linux-2.6.39/arch/x86/k
                        print_symbol("{%s}", m->ip);
                pr_cont("\n");
        }
-@@ -244,10 +245,10 @@ static void print_mce(struct mce *m)
+@@ -236,10 +237,10 @@ static void print_mce(struct mce *m)
  
  #define PANIC_TIMEOUT 5 /* 5 seconds */
  
@@ -13072,7 +10830,7 @@ diff -urNp linux-2.6.39/arch/x86/kernel/cpu/mcheck/mce.c linux-2.6.39/arch/x86/k
  
  /* Panic in progress. Enable interrupts and wait for final IPI */
  static void wait_for_panic(void)
-@@ -271,7 +272,7 @@ static void mce_panic(char *msg, struct 
+@@ -263,7 +264,7 @@ static void mce_panic(char *msg, struct 
                /*
                 * Make sure only one CPU runs in machine check panic
                 */
@@ -13081,7 +10839,7 @@ diff -urNp linux-2.6.39/arch/x86/kernel/cpu/mcheck/mce.c linux-2.6.39/arch/x86/k
                        wait_for_panic();
                barrier();
  
-@@ -279,7 +280,7 @@ static void mce_panic(char *msg, struct 
+@@ -271,7 +272,7 @@ static void mce_panic(char *msg, struct 
                console_verbose();
        } else {
                /* Don't log too much for fake panic */
@@ -13090,7 +10848,7 @@ diff -urNp linux-2.6.39/arch/x86/kernel/cpu/mcheck/mce.c linux-2.6.39/arch/x86/k
                        return;
        }
        /* First print corrected ones that are still unlogged */
-@@ -647,7 +648,7 @@ static int mce_timed_out(u64 *t)
+@@ -638,7 +639,7 @@ static int mce_timed_out(u64 *t)
         * might have been modified by someone else.
         */
        rmb();
@@ -13099,7 +10857,7 @@ diff -urNp linux-2.6.39/arch/x86/kernel/cpu/mcheck/mce.c linux-2.6.39/arch/x86/k
                wait_for_panic();
        if (!monarch_timeout)
                goto out;
-@@ -1461,14 +1462,14 @@ void __cpuinit mcheck_cpu_init(struct cp
+@@ -1452,14 +1453,14 @@ void __cpuinit mcheck_cpu_init(struct cp
   */
  
  static DEFINE_SPINLOCK(mce_state_lock);
@@ -13116,7 +10874,7 @@ diff -urNp linux-2.6.39/arch/x86/kernel/cpu/mcheck/mce.c linux-2.6.39/arch/x86/k
                spin_unlock(&mce_state_lock);
  
                return -EBUSY;
-@@ -1476,7 +1477,7 @@ static int mce_open(struct inode *inode,
+@@ -1467,7 +1468,7 @@ static int mce_open(struct inode *inode,
  
        if (file->f_flags & O_EXCL)
                open_exclu = 1;
@@ -13125,7 +10883,7 @@ diff -urNp linux-2.6.39/arch/x86/kernel/cpu/mcheck/mce.c linux-2.6.39/arch/x86/k
  
        spin_unlock(&mce_state_lock);
  
-@@ -1487,7 +1488,7 @@ static int mce_release(struct inode *ino
+@@ -1478,7 +1479,7 @@ static int mce_release(struct inode *ino
  {
        spin_lock(&mce_state_lock);
  
@@ -13134,7 +10892,7 @@ diff -urNp linux-2.6.39/arch/x86/kernel/cpu/mcheck/mce.c linux-2.6.39/arch/x86/k
        open_exclu = 0;
  
        spin_unlock(&mce_state_lock);
-@@ -2174,7 +2175,7 @@ struct dentry *mce_get_debugfs_dir(void)
+@@ -2163,7 +2164,7 @@ struct dentry *mce_get_debugfs_dir(void)
  static void mce_reset(void)
  {
        cpu_missing = 0;
@@ -13143,9 +10901,23 @@ diff -urNp linux-2.6.39/arch/x86/kernel/cpu/mcheck/mce.c linux-2.6.39/arch/x86/k
        atomic_set(&mce_executing, 0);
        atomic_set(&mce_callin, 0);
        atomic_set(&global_nwo, 0);
-diff -urNp linux-2.6.39/arch/x86/kernel/cpu/mtrr/main.c linux-2.6.39/arch/x86/kernel/cpu/mtrr/main.c
---- linux-2.6.39/arch/x86/kernel/cpu/mtrr/main.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/kernel/cpu/mtrr/main.c       2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/kernel/cpu/mcheck/mce-inject.c linux-3.0.4/arch/x86/kernel/cpu/mcheck/mce-inject.c
+--- linux-3.0.4/arch/x86/kernel/cpu/mcheck/mce-inject.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/kernel/cpu/mcheck/mce-inject.c        2011-08-23 21:47:55.000000000 -0400
+@@ -215,7 +215,9 @@ static int inject_init(void)
+       if (!alloc_cpumask_var(&mce_inject_cpumask, GFP_KERNEL))
+               return -ENOMEM;
+       printk(KERN_INFO "Machine check injector initialized\n");
+-      mce_chrdev_ops.write = mce_write;
++      pax_open_kernel();
++      *(void **)&mce_chrdev_ops.write = mce_write;
++      pax_close_kernel();
+       register_die_notifier(&mce_raise_nb);
+       return 0;
+ }
+diff -urNp linux-3.0.4/arch/x86/kernel/cpu/mtrr/main.c linux-3.0.4/arch/x86/kernel/cpu/mtrr/main.c
+--- linux-3.0.4/arch/x86/kernel/cpu/mtrr/main.c        2011-09-02 18:11:26.000000000 -0400
++++ linux-3.0.4/arch/x86/kernel/cpu/mtrr/main.c        2011-08-29 23:26:21.000000000 -0400
 @@ -62,7 +62,7 @@ static DEFINE_MUTEX(mtrr_mutex);
  u64 size_or_mask, size_and_mask;
  static bool mtrr_aps_delayed_init;
@@ -13155,41 +10927,22 @@ diff -urNp linux-2.6.39/arch/x86/kernel/cpu/mtrr/main.c linux-2.6.39/arch/x86/ke
  
  const struct mtrr_ops *mtrr_if;
  
-diff -urNp linux-2.6.39/arch/x86/kernel/cpu/mtrr/mtrr.h linux-2.6.39/arch/x86/kernel/cpu/mtrr/mtrr.h
---- linux-2.6.39/arch/x86/kernel/cpu/mtrr/mtrr.h       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/kernel/cpu/mtrr/mtrr.h       2011-05-22 19:36:30.000000000 -0400
-@@ -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,
+diff -urNp linux-3.0.4/arch/x86/kernel/cpu/mtrr/mtrr.h linux-3.0.4/arch/x86/kernel/cpu/mtrr/mtrr.h
+--- linux-3.0.4/arch/x86/kernel/cpu/mtrr/mtrr.h        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/kernel/cpu/mtrr/mtrr.h        2011-08-26 19:49:56.000000000 -0400
+@@ -25,7 +25,7 @@ struct mtrr_ops {
+       int     (*validate_add_page)(unsigned long base, unsigned long size,
                                     unsigned int type);
--      int     (*have_wrcomb)(void);
-+      int     (* const have_wrcomb)(void);
- };
+       int     (*have_wrcomb)(void);
+-};
++} __do_const;
  
  extern int generic_get_free_region(unsigned long base, unsigned long size,
-diff -urNp linux-2.6.39/arch/x86/kernel/cpu/perf_event.c linux-2.6.39/arch/x86/kernel/cpu/perf_event.c
---- linux-2.6.39/arch/x86/kernel/cpu/perf_event.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/kernel/cpu/perf_event.c      2011-05-22 19:36:30.000000000 -0400
-@@ -774,6 +774,8 @@ static int x86_schedule_events(struct cp
+                                  int replace_reg);
+diff -urNp linux-3.0.4/arch/x86/kernel/cpu/perf_event.c linux-3.0.4/arch/x86/kernel/cpu/perf_event.c
+--- linux-3.0.4/arch/x86/kernel/cpu/perf_event.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/kernel/cpu/perf_event.c       2011-08-23 21:48:14.000000000 -0400
+@@ -781,6 +781,8 @@ static int x86_schedule_events(struct cp
        int i, j, w, wmax, num = 0;
        struct hw_perf_event *hwc;
  
@@ -13198,7 +10951,7 @@ diff -urNp linux-2.6.39/arch/x86/kernel/cpu/perf_event.c linux-2.6.39/arch/x86/k
        bitmap_zero(used_mask, X86_PMC_IDX_MAX);
  
        for (i = 0; i < n; i++) {
-@@ -1878,7 +1880,7 @@ perf_callchain_user(struct perf_callchai
+@@ -1872,7 +1874,7 @@ perf_callchain_user(struct perf_callchai
                        break;
  
                perf_callchain_store(entry, frame.return_address);
@@ -13207,9 +10960,9 @@ diff -urNp linux-2.6.39/arch/x86/kernel/cpu/perf_event.c linux-2.6.39/arch/x86/k
        }
  }
  
-diff -urNp linux-2.6.39/arch/x86/kernel/crash.c linux-2.6.39/arch/x86/kernel/crash.c
---- linux-2.6.39/arch/x86/kernel/crash.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/kernel/crash.c       2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/kernel/crash.c linux-3.0.4/arch/x86/kernel/crash.c
+--- linux-3.0.4/arch/x86/kernel/crash.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/kernel/crash.c        2011-08-23 21:47:55.000000000 -0400
 @@ -42,7 +42,7 @@ static void kdump_nmi_callback(int cpu, 
        regs = args->regs;
  
@@ -13219,9 +10972,9 @@ diff -urNp linux-2.6.39/arch/x86/kernel/crash.c linux-2.6.39/arch/x86/kernel/cra
                crash_fixup_ss_esp(&fixed_regs, regs);
                regs = &fixed_regs;
        }
-diff -urNp linux-2.6.39/arch/x86/kernel/doublefault_32.c linux-2.6.39/arch/x86/kernel/doublefault_32.c
---- linux-2.6.39/arch/x86/kernel/doublefault_32.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/kernel/doublefault_32.c      2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/kernel/doublefault_32.c linux-3.0.4/arch/x86/kernel/doublefault_32.c
+--- linux-3.0.4/arch/x86/kernel/doublefault_32.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/kernel/doublefault_32.c       2011-08-23 21:47:55.000000000 -0400
 @@ -11,7 +11,7 @@
  
  #define DOUBLEFAULT_STACKSIZE (1024)
@@ -13253,9 +11006,9 @@ diff -urNp linux-2.6.39/arch/x86/kernel/doublefault_32.c linux-2.6.39/arch/x86/k
                .fs             = __KERNEL_PERCPU,
  
                .__cr3          = __pa_nodebug(swapper_pg_dir),
-diff -urNp linux-2.6.39/arch/x86/kernel/dumpstack_32.c linux-2.6.39/arch/x86/kernel/dumpstack_32.c
---- linux-2.6.39/arch/x86/kernel/dumpstack_32.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/kernel/dumpstack_32.c        2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/kernel/dumpstack_32.c linux-3.0.4/arch/x86/kernel/dumpstack_32.c
+--- linux-3.0.4/arch/x86/kernel/dumpstack_32.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/kernel/dumpstack_32.c 2011-08-23 21:47:55.000000000 -0400
 @@ -38,15 +38,13 @@ void dump_trace(struct task_struct *task
                bp = stack_frame(task, regs);
  
@@ -13319,9 +11072,9 @@ diff -urNp linux-2.6.39/arch/x86/kernel/dumpstack_32.c linux-2.6.39/arch/x86/ker
        if (ip < PAGE_OFFSET)
                return 0;
        if (probe_kernel_address((unsigned short *)ip, ud2))
-diff -urNp linux-2.6.39/arch/x86/kernel/dumpstack_64.c linux-2.6.39/arch/x86/kernel/dumpstack_64.c
---- linux-2.6.39/arch/x86/kernel/dumpstack_64.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/kernel/dumpstack_64.c        2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/kernel/dumpstack_64.c linux-3.0.4/arch/x86/kernel/dumpstack_64.c
+--- linux-3.0.4/arch/x86/kernel/dumpstack_64.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/kernel/dumpstack_64.c 2011-08-23 21:47:55.000000000 -0400
 @@ -147,9 +147,9 @@ void dump_trace(struct task_struct *task
        unsigned long *irq_stack_end =
                (unsigned long *)per_cpu(irq_stack_ptr, cpu);
@@ -13373,9 +11126,9 @@ diff -urNp linux-2.6.39/arch/x86/kernel/dumpstack_64.c linux-2.6.39/arch/x86/ker
        put_cpu();
  }
  EXPORT_SYMBOL(dump_trace);
-diff -urNp linux-2.6.39/arch/x86/kernel/dumpstack.c linux-2.6.39/arch/x86/kernel/dumpstack.c
---- linux-2.6.39/arch/x86/kernel/dumpstack.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/kernel/dumpstack.c   2011-05-22 19:41:32.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/kernel/dumpstack.c linux-3.0.4/arch/x86/kernel/dumpstack.c
+--- linux-3.0.4/arch/x86/kernel/dumpstack.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/kernel/dumpstack.c    2011-08-23 21:48:14.000000000 -0400
 @@ -2,6 +2,9 @@
   *  Copyright (C) 1991, 1992  Linus Torvalds
   *  Copyright (C) 2000, 2001, 2002 Andi Kleen, SuSE Labs
@@ -13471,7 +11224,7 @@ diff -urNp linux-2.6.39/arch/x86/kernel/dumpstack.c linux-2.6.39/arch/x86/kernel
        }
  
        return (unsigned long)frame;
-@@ -202,7 +202,7 @@ void dump_stack(void)
+@@ -186,7 +186,7 @@ void dump_stack(void)
  
        bp = stack_frame(current, NULL);
        printk("Pid: %d, comm: %.20s %s %s %.*s\n",
@@ -13480,7 +11233,7 @@ diff -urNp linux-2.6.39/arch/x86/kernel/dumpstack.c linux-2.6.39/arch/x86/kernel
                init_utsname()->release,
                (int)strcspn(init_utsname()->version, " "),
                init_utsname()->version);
-@@ -238,6 +238,8 @@ unsigned __kprobes long oops_begin(void)
+@@ -222,6 +222,8 @@ unsigned __kprobes long oops_begin(void)
  }
  EXPORT_SYMBOL_GPL(oops_begin);
  
@@ -13489,7 +11242,7 @@ diff -urNp linux-2.6.39/arch/x86/kernel/dumpstack.c linux-2.6.39/arch/x86/kernel
  void __kprobes oops_end(unsigned long flags, struct pt_regs *regs, int signr)
  {
        if (regs && kexec_should_crash(current))
-@@ -259,7 +261,10 @@ void __kprobes oops_end(unsigned long fl
+@@ -243,7 +245,10 @@ void __kprobes oops_end(unsigned long fl
                panic("Fatal exception in interrupt");
        if (panic_on_oops)
                panic("Fatal exception");
@@ -13501,7 +11254,7 @@ diff -urNp linux-2.6.39/arch/x86/kernel/dumpstack.c linux-2.6.39/arch/x86/kernel
  }
  
  int __kprobes __die(const char *str, struct pt_regs *regs, long err)
-@@ -286,7 +291,7 @@ int __kprobes __die(const char *str, str
+@@ -269,7 +274,7 @@ int __kprobes __die(const char *str, str
  
        show_registers(regs);
  #ifdef CONFIG_X86_32
@@ -13510,7 +11263,7 @@ diff -urNp linux-2.6.39/arch/x86/kernel/dumpstack.c linux-2.6.39/arch/x86/kernel
                sp = regs->sp;
                ss = regs->ss & 0xffff;
        } else {
-@@ -314,7 +319,7 @@ void die(const char *str, struct pt_regs
+@@ -297,7 +302,7 @@ void die(const char *str, struct pt_regs
        unsigned long flags = oops_begin();
        int sig = SIGSEGV;
  
@@ -13519,9 +11272,9 @@ diff -urNp linux-2.6.39/arch/x86/kernel/dumpstack.c linux-2.6.39/arch/x86/kernel
                report_bug(regs->ip, regs);
  
        if (__die(str, regs, err))
-diff -urNp linux-2.6.39/arch/x86/kernel/early_printk.c linux-2.6.39/arch/x86/kernel/early_printk.c
---- linux-2.6.39/arch/x86/kernel/early_printk.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/kernel/early_printk.c        2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/kernel/early_printk.c linux-3.0.4/arch/x86/kernel/early_printk.c
+--- linux-3.0.4/arch/x86/kernel/early_printk.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/kernel/early_printk.c 2011-08-23 21:48:14.000000000 -0400
 @@ -7,6 +7,7 @@
  #include <linux/pci_regs.h>
  #include <linux/pci_ids.h>
@@ -13539,9 +11292,9 @@ diff -urNp linux-2.6.39/arch/x86/kernel/early_printk.c linux-2.6.39/arch/x86/ker
        va_start(ap, fmt);
        n = vscnprintf(buf, sizeof(buf), fmt, ap);
        early_console->write(early_console, buf, n);
-diff -urNp linux-2.6.39/arch/x86/kernel/entry_32.S linux-2.6.39/arch/x86/kernel/entry_32.S
---- linux-2.6.39/arch/x86/kernel/entry_32.S    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/kernel/entry_32.S    2011-05-23 17:07:00.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/kernel/entry_32.S linux-3.0.4/arch/x86/kernel/entry_32.S
+--- linux-3.0.4/arch/x86/kernel/entry_32.S     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/kernel/entry_32.S     2011-08-30 18:23:52.000000000 -0400
 @@ -185,13 +185,146 @@
        /*CFI_REL_OFFSET gs, PT_GS*/
  .endm
@@ -13778,13 +11531,14 @@ diff -urNp linux-2.6.39/arch/x86/kernel/entry_32.S linux-2.6.39/arch/x86/kernel/
        movl %ebp,PT_EBP(%esp)
  .section __ex_table,"a"
        .align 4
-@@ -433,12 +594,23 @@ sysenter_do_call:
+@@ -433,12 +594,24 @@ sysenter_do_call:
        testl $_TIF_ALLWORK_MASK, %ecx
        jne sysexit_audit
  sysenter_exit:
 +
 +#ifdef CONFIG_PAX_RANDKSTACK
 +      pushl_cfi %eax
++      movl %esp, %eax
 +      call pax_randomize_kstack
 +      popl_cfi %eax
 +#endif
@@ -13802,7 +11556,7 @@ diff -urNp linux-2.6.39/arch/x86/kernel/entry_32.S linux-2.6.39/arch/x86/kernel/
        PTGS_TO_GS
        ENABLE_INTERRUPTS_SYSEXIT
  
-@@ -455,6 +627,9 @@ sysenter_audit:
+@@ -455,6 +628,9 @@ sysenter_audit:
        movl %eax,%edx                  /* 2nd arg: syscall number */
        movl $AUDIT_ARCH_I386,%eax      /* 1st arg: audit arch */
        call audit_syscall_entry
@@ -13812,7 +11566,7 @@ diff -urNp linux-2.6.39/arch/x86/kernel/entry_32.S linux-2.6.39/arch/x86/kernel/
        pushl_cfi %ebx
        movl PT_EAX(%esp),%eax          /* reload syscall number */
        jmp sysenter_do_call
-@@ -481,11 +656,17 @@ sysexit_audit:
+@@ -481,11 +657,17 @@ sysexit_audit:
  
        CFI_ENDPROC
  .pushsection .fixup,"ax"
@@ -13832,13 +11586,14 @@ diff -urNp linux-2.6.39/arch/x86/kernel/entry_32.S linux-2.6.39/arch/x86/kernel/
  .popsection
        PTGS_TO_GS_EX
  ENDPROC(ia32_sysenter_target)
-@@ -518,6 +699,14 @@ syscall_exit:
+@@ -518,6 +700,15 @@ syscall_exit:
        testl $_TIF_ALLWORK_MASK, %ecx  # current->work
        jne syscall_exit_work
  
 +restore_all_pax:
 +
 +#ifdef CONFIG_PAX_RANDKSTACK
++      movl %esp, %eax
 +      call pax_randomize_kstack
 +#endif
 +
@@ -13847,7 +11602,7 @@ diff -urNp linux-2.6.39/arch/x86/kernel/entry_32.S linux-2.6.39/arch/x86/kernel/
  restore_all:
        TRACE_IRQS_IRET
  restore_all_notrace:
-@@ -577,14 +766,21 @@ ldt_ss:
+@@ -577,14 +768,34 @@ ldt_ss:
   * compensating for the offset by changing to the ESPFIX segment with
   * a base address that matches for the difference.
   */
@@ -13867,12 +11622,25 @@ diff -urNp linux-2.6.39/arch/x86/kernel/entry_32.S linux-2.6.39/arch/x86/kernel/
        shr $16, %edx
 -      mov %dl, GDT_ESPFIX_SS + 4 /* bits 16..23 */
 -      mov %dh, GDT_ESPFIX_SS + 7 /* bits 24..31 */
++
++#ifdef CONFIG_PAX_KERNEXEC
++      mov %cr0, %esi
++      btr $16, %esi
++      mov %esi, %cr0
++#endif
++
 +      mov %dl, 4 + GDT_ESPFIX_SS /* bits 16..23 */
 +      mov %dh, 7 + GDT_ESPFIX_SS /* bits 24..31 */
++
++#ifdef CONFIG_PAX_KERNEXEC
++      bts $16, %esi
++      mov %esi, %cr0
++#endif
++
        pushl_cfi $__ESPFIX_SS
        pushl_cfi %eax                  /* new kernel esp */
        /* Disable interrupts, but do not irqtrace this section: we
-@@ -613,29 +809,23 @@ work_resched:
+@@ -613,29 +824,23 @@ work_resched:
        movl TI_flags(%ebp), %ecx
        andl $_TIF_WORK_MASK, %ecx      # is there any work to be done other
                                        # than syscall tracing?
@@ -13906,7 +11674,7 @@ diff -urNp linux-2.6.39/arch/x86/kernel/entry_32.S linux-2.6.39/arch/x86/kernel/
  #endif
        xorl %edx, %edx
        call do_notify_resume
-@@ -648,6 +838,9 @@ syscall_trace_entry:
+@@ -648,6 +853,9 @@ syscall_trace_entry:
        movl $-ENOSYS,PT_EAX(%esp)
        movl %esp, %eax
        call syscall_trace_enter
@@ -13916,7 +11684,7 @@ diff -urNp linux-2.6.39/arch/x86/kernel/entry_32.S linux-2.6.39/arch/x86/kernel/
        /* What it returned is what we'll actually use.  */
        cmpl $(nr_syscalls), %eax
        jnae syscall_call
-@@ -670,6 +863,10 @@ END(syscall_exit_work)
+@@ -670,6 +878,10 @@ END(syscall_exit_work)
  
        RING0_INT_FRAME                 # can't unwind into user space anyway
  syscall_fault:
@@ -13927,7 +11695,7 @@ diff -urNp linux-2.6.39/arch/x86/kernel/entry_32.S linux-2.6.39/arch/x86/kernel/
        GET_THREAD_INFO(%ebp)
        movl $-EFAULT,PT_EAX(%esp)
        jmp resume_userspace
-@@ -752,6 +949,36 @@ ptregs_clone:
+@@ -752,6 +964,36 @@ ptregs_clone:
        CFI_ENDPROC
  ENDPROC(ptregs_clone)
  
@@ -13964,7 +11732,7 @@ diff -urNp linux-2.6.39/arch/x86/kernel/entry_32.S linux-2.6.39/arch/x86/kernel/
  .macro FIXUP_ESPFIX_STACK
  /*
   * Switch back for ESPFIX stack to the normal zerobased stack
-@@ -761,8 +988,15 @@ ENDPROC(ptregs_clone)
+@@ -761,8 +1003,15 @@ ENDPROC(ptregs_clone)
   * normal stack and adjusts ESP with the matching offset.
   */
        /* fixup the stack */
@@ -13982,7 +11750,7 @@ diff -urNp linux-2.6.39/arch/x86/kernel/entry_32.S linux-2.6.39/arch/x86/kernel/
        shl $16, %eax
        addl %esp, %eax                 /* the adjusted stack pointer */
        pushl_cfi $__KERNEL_DS
-@@ -1213,7 +1447,6 @@ return_to_handler:
+@@ -1213,7 +1462,6 @@ return_to_handler:
        jmp *%ecx
  #endif
  
@@ -13990,7 +11758,7 @@ diff -urNp linux-2.6.39/arch/x86/kernel/entry_32.S linux-2.6.39/arch/x86/kernel/
  #include "syscall_table_32.S"
  
  syscall_table_size=(.-sys_call_table)
-@@ -1259,9 +1492,12 @@ error_code:
+@@ -1259,9 +1507,12 @@ error_code:
        movl $-1, PT_ORIG_EAX(%esp)     # no syscall to restart
        REG_TO_PTGS %ecx
        SET_KERNEL_GS %ecx
@@ -14004,7 +11772,7 @@ diff -urNp linux-2.6.39/arch/x86/kernel/entry_32.S linux-2.6.39/arch/x86/kernel/
        TRACE_IRQS_OFF
        movl %esp,%eax                  # pt_regs pointer
        call *%edi
-@@ -1346,6 +1582,9 @@ nmi_stack_correct:
+@@ -1346,6 +1597,9 @@ nmi_stack_correct:
        xorl %edx,%edx          # zero error code
        movl %esp,%eax          # pt_regs pointer
        call do_nmi
@@ -14014,7 +11782,7 @@ diff -urNp linux-2.6.39/arch/x86/kernel/entry_32.S linux-2.6.39/arch/x86/kernel/
        jmp restore_all_notrace
        CFI_ENDPROC
  
-@@ -1382,6 +1621,9 @@ nmi_espfix_stack:
+@@ -1382,6 +1636,9 @@ nmi_espfix_stack:
        FIXUP_ESPFIX_STACK              # %eax == %esp
        xorl %edx,%edx                  # zero error code
        call do_nmi
@@ -14024,9 +11792,9 @@ diff -urNp linux-2.6.39/arch/x86/kernel/entry_32.S linux-2.6.39/arch/x86/kernel/
        RESTORE_REGS
        lss 12+4(%esp), %esp            # back to espfix stack
        CFI_ADJUST_CFA_OFFSET -24
-diff -urNp linux-2.6.39/arch/x86/kernel/entry_64.S linux-2.6.39/arch/x86/kernel/entry_64.S
---- linux-2.6.39/arch/x86/kernel/entry_64.S    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/kernel/entry_64.S    2011-05-23 17:10:49.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/kernel/entry_64.S linux-3.0.4/arch/x86/kernel/entry_64.S
+--- linux-3.0.4/arch/x86/kernel/entry_64.S     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/kernel/entry_64.S     2011-09-17 18:31:51.000000000 -0400
 @@ -53,6 +53,7 @@
  #include <asm/paravirt.h>
  #include <asm/ftrace.h>
@@ -14035,7 +11803,7 @@ diff -urNp linux-2.6.39/arch/x86/kernel/entry_64.S linux-2.6.39/arch/x86/kernel/
  
  /* Avoid __ASSEMBLER__'ifying <linux/audit.h> just for this.  */
  #include <linux/elf-em.h>
-@@ -176,6 +177,259 @@ ENTRY(native_usergs_sysret64)
+@@ -176,6 +177,264 @@ ENTRY(native_usergs_sysret64)
  ENDPROC(native_usergs_sysret64)
  #endif /* CONFIG_PARAVIRT */
  
@@ -14132,9 +11900,6 @@ diff -urNp linux-2.6.39/arch/x86/kernel/entry_64.S linux-2.6.39/arch/x86/kernel/
 +      call pax_randomize_kstack
 +      pop %rax
 +#endif
-+#ifdef CONFIG_PAX_MEMORY_STACKLEAK
-+      call pax_erase_kstack
-+#endif
 +      .endm
 +
 +#ifdef CONFIG_PAX_MEMORY_UDEREF
@@ -14160,7 +11925,7 @@ diff -urNp linux-2.6.39/arch/x86/kernel/entry_64.S linux-2.6.39/arch/x86/kernel/
 +      mov i*8(%rbx),%rsi
 +      mov $0,%sil
 +      lea i*8(%rbx),%rdi
-+      call PARA_INDIRECT(pv_mmu_ops+PV_MMU_set_pgd)
++      call PARA_INDIRECT(pv_mmu_ops+PV_MMU_set_pgd_batched)
 +      i = i + 1
 +      .endr
 +      jmp 2f
@@ -14220,7 +11985,7 @@ diff -urNp linux-2.6.39/arch/x86/kernel/entry_64.S linux-2.6.39/arch/x86/kernel/
 +      mov i*8(%rbx),%rsi
 +      mov $0x67,%sil
 +      lea i*8(%rbx),%rdi
-+      call PARA_INDIRECT(pv_mmu_ops+PV_MMU_set_pgd)
++      call PARA_INDIRECT(pv_mmu_ops+PV_MMU_set_pgd_batched)
 +      i = i + 1
 +      .endr
 +      jmp 2f
@@ -14257,6 +12022,7 @@ diff -urNp linux-2.6.39/arch/x86/kernel/entry_64.S linux-2.6.39/arch/x86/kernel/
 +ENTRY(pax_erase_kstack)
 +      pushq %rdi
 +      pushq %rax
++      pushq %r10
 +
 +      GET_THREAD_INFO(%r10)
 +      mov TI_lowest_stack(%r10), %rdi
@@ -14280,6 +12046,12 @@ diff -urNp linux-2.6.39/arch/x86/kernel/entry_64.S linux-2.6.39/arch/x86/kernel/
 +2:    cld
 +      mov %esp, %ecx
 +      sub %edi, %ecx
++
++      cmp $THREAD_SIZE_asm, %rcx
++      jb 3f
++      ud2
++3:
++
 +      shr $3, %ecx
 +      rep stosq
 +
@@ -14287,6 +12059,7 @@ diff -urNp linux-2.6.39/arch/x86/kernel/entry_64.S linux-2.6.39/arch/x86/kernel/
 +      sub $256, %rdi
 +      mov %rdi, TI_lowest_stack(%r10)
 +
++      popq %r10
 +      popq %rax
 +      popq %rdi
 +      ret
@@ -14295,7 +12068,7 @@ diff -urNp linux-2.6.39/arch/x86/kernel/entry_64.S linux-2.6.39/arch/x86/kernel/
  
  .macro TRACE_IRQS_IRETQ offset=ARGOFFSET
  #ifdef CONFIG_TRACE_IRQFLAGS
-@@ -318,7 +572,7 @@ ENTRY(save_args)
+@@ -318,7 +577,7 @@ ENTRY(save_args)
        leaq -RBP+8(%rsp),%rdi  /* arg1 for handler */
        movq_cfi rbp, 8         /* push %rbp */
        leaq 8(%rsp), %rbp              /* mov %rsp, %ebp */
@@ -14304,7 +12077,7 @@ diff -urNp linux-2.6.39/arch/x86/kernel/entry_64.S linux-2.6.39/arch/x86/kernel/
        je 1f
        SWAPGS
        /*
-@@ -409,7 +663,7 @@ ENTRY(ret_from_fork)
+@@ -409,7 +668,7 @@ ENTRY(ret_from_fork)
  
        RESTORE_REST
  
@@ -14313,7 +12086,7 @@ diff -urNp linux-2.6.39/arch/x86/kernel/entry_64.S linux-2.6.39/arch/x86/kernel/
        je   int_ret_from_sys_call
  
        testl $_TIF_IA32, TI_flags(%rcx)        # 32-bit compat task needs IRET
-@@ -455,7 +709,7 @@ END(ret_from_fork)
+@@ -455,7 +714,7 @@ END(ret_from_fork)
  ENTRY(system_call)
        CFI_STARTPROC   simple
        CFI_SIGNAL_FRAME
@@ -14322,7 +12095,7 @@ diff -urNp linux-2.6.39/arch/x86/kernel/entry_64.S linux-2.6.39/arch/x86/kernel/
        CFI_REGISTER    rip,rcx
        /*CFI_REGISTER  rflags,r11*/
        SWAPGS_UNSAFE_STACK
-@@ -468,12 +722,13 @@ ENTRY(system_call_after_swapgs)
+@@ -468,12 +727,13 @@ ENTRY(system_call_after_swapgs)
  
        movq    %rsp,PER_CPU_VAR(old_rsp)
        movq    PER_CPU_VAR(kernel_stack),%rsp
@@ -14337,15 +12110,16 @@ diff -urNp linux-2.6.39/arch/x86/kernel/entry_64.S linux-2.6.39/arch/x86/kernel/
        movq  %rax,ORIG_RAX-ARGOFFSET(%rsp)
        movq  %rcx,RIP-ARGOFFSET(%rsp)
        CFI_REL_OFFSET rip,RIP-ARGOFFSET
-@@ -502,6 +757,7 @@ sysret_check:
+@@ -502,6 +762,8 @@ sysret_check:
        andl %edi,%edx
        jnz  sysret_careful
        CFI_REMEMBER_STATE
 +      pax_exit_kernel_user
++      pax_erase_kstack
        /*
         * sysretq will re-enable interrupts:
         */
-@@ -560,6 +816,9 @@ auditsys:
+@@ -560,6 +822,9 @@ auditsys:
        movq %rax,%rsi                  /* 2nd arg: syscall number */
        movl $AUDIT_ARCH_X86_64,%edi    /* 1st arg: audit arch */
        call audit_syscall_entry
@@ -14355,7 +12129,7 @@ diff -urNp linux-2.6.39/arch/x86/kernel/entry_64.S linux-2.6.39/arch/x86/kernel/
        LOAD_ARGS 0             /* reload call-clobbered registers */
        jmp system_call_fastpath
  
-@@ -590,6 +849,9 @@ tracesys:
+@@ -590,6 +855,9 @@ tracesys:
        FIXUP_TOP_OF_STACK %rdi
        movq %rsp,%rdi
        call syscall_trace_enter
@@ -14365,7 +12139,7 @@ diff -urNp linux-2.6.39/arch/x86/kernel/entry_64.S linux-2.6.39/arch/x86/kernel/
        /*
         * Reload arg registers from stack in case ptrace changed them.
         * We don't reload %rax because syscall_trace_enter() returned
-@@ -611,7 +873,7 @@ tracesys:
+@@ -611,7 +879,7 @@ tracesys:
  GLOBAL(int_ret_from_sys_call)
        DISABLE_INTERRUPTS(CLBR_NONE)
        TRACE_IRQS_OFF
@@ -14374,7 +12148,7 @@ diff -urNp linux-2.6.39/arch/x86/kernel/entry_64.S linux-2.6.39/arch/x86/kernel/
        je retint_restore_args
        movl $_TIF_ALLWORK_MASK,%edi
        /* edi: mask to check */
-@@ -793,6 +1055,16 @@ END(interrupt)
+@@ -793,6 +1061,16 @@ END(interrupt)
        CFI_ADJUST_CFA_OFFSET ORIG_RAX-RBP
        call save_args
        PARTIAL_FRAME 0
@@ -14391,7 +12165,7 @@ diff -urNp linux-2.6.39/arch/x86/kernel/entry_64.S linux-2.6.39/arch/x86/kernel/
        call \func
        .endm
  
-@@ -825,7 +1097,7 @@ ret_from_intr:
+@@ -825,7 +1103,7 @@ ret_from_intr:
        CFI_ADJUST_CFA_OFFSET   -8
  exit_intr:
        GET_THREAD_INFO(%rcx)
@@ -14400,11 +12174,12 @@ diff -urNp linux-2.6.39/arch/x86/kernel/entry_64.S linux-2.6.39/arch/x86/kernel/
        je retint_kernel
  
        /* Interrupt came from user space */
-@@ -847,12 +1119,14 @@ retint_swapgs:          /* return to user-space 
+@@ -847,12 +1125,18 @@ retint_swapgs:          /* return to user-space 
         * The iretq could re-enable interrupts:
         */
        DISABLE_INTERRUPTS(CLBR_ANY)
 +      pax_exit_kernel_user
++      pax_erase_kstack
        TRACE_IRQS_IRETQ
        SWAPGS
        jmp restore_args
@@ -14412,10 +12187,13 @@ diff -urNp linux-2.6.39/arch/x86/kernel/entry_64.S linux-2.6.39/arch/x86/kernel/
  retint_restore_args:  /* return to kernel space */
        DISABLE_INTERRUPTS(CLBR_ANY)
 +      pax_exit_kernel
++#ifdef CONFIG_PAX_KERNEXEC_PLUGIN
++      orb $0x80,0x7+RIP-ARGOFFSET(%rsp)
++#endif
        /*
         * The iretq could re-enable interrupts:
         */
-@@ -1027,6 +1301,16 @@ ENTRY(\sym)
+@@ -1027,6 +1311,16 @@ ENTRY(\sym)
        CFI_ADJUST_CFA_OFFSET ORIG_RAX-R15
        call error_entry
        DEFAULT_FRAME 0
@@ -14432,7 +12210,7 @@ diff -urNp linux-2.6.39/arch/x86/kernel/entry_64.S linux-2.6.39/arch/x86/kernel/
        movq %rsp,%rdi          /* pt_regs pointer */
        xorl %esi,%esi          /* no error code */
        call \do_sym
-@@ -1044,6 +1328,16 @@ ENTRY(\sym)
+@@ -1044,6 +1338,16 @@ ENTRY(\sym)
        CFI_ADJUST_CFA_OFFSET ORIG_RAX-R15
        call save_paranoid
        TRACE_IRQS_OFF
@@ -14449,7 +12227,7 @@ diff -urNp linux-2.6.39/arch/x86/kernel/entry_64.S linux-2.6.39/arch/x86/kernel/
        movq %rsp,%rdi          /* pt_regs pointer */
        xorl %esi,%esi          /* no error code */
        call \do_sym
-@@ -1052,7 +1346,7 @@ ENTRY(\sym)
+@@ -1052,7 +1356,7 @@ ENTRY(\sym)
  END(\sym)
  .endm
  
@@ -14458,7 +12236,7 @@ diff -urNp linux-2.6.39/arch/x86/kernel/entry_64.S linux-2.6.39/arch/x86/kernel/
  .macro paranoidzeroentry_ist sym do_sym ist
  ENTRY(\sym)
        INTR_FRAME
-@@ -1062,8 +1356,24 @@ ENTRY(\sym)
+@@ -1062,8 +1366,24 @@ ENTRY(\sym)
        CFI_ADJUST_CFA_OFFSET ORIG_RAX-R15
        call save_paranoid
        TRACE_IRQS_OFF
@@ -14483,7 +12261,7 @@ diff -urNp linux-2.6.39/arch/x86/kernel/entry_64.S linux-2.6.39/arch/x86/kernel/
        subq $EXCEPTION_STKSZ, INIT_TSS_IST(\ist)
        call \do_sym
        addq $EXCEPTION_STKSZ, INIT_TSS_IST(\ist)
-@@ -1080,6 +1390,16 @@ ENTRY(\sym)
+@@ -1080,6 +1400,16 @@ ENTRY(\sym)
        CFI_ADJUST_CFA_OFFSET ORIG_RAX-R15
        call error_entry
        DEFAULT_FRAME 0
@@ -14500,7 +12278,7 @@ diff -urNp linux-2.6.39/arch/x86/kernel/entry_64.S linux-2.6.39/arch/x86/kernel/
        movq %rsp,%rdi                  /* pt_regs pointer */
        movq ORIG_RAX(%rsp),%rsi        /* get error code */
        movq $-1,ORIG_RAX(%rsp)         /* no syscall to restart */
-@@ -1099,6 +1419,16 @@ ENTRY(\sym)
+@@ -1099,6 +1429,16 @@ ENTRY(\sym)
        call save_paranoid
        DEFAULT_FRAME 0
        TRACE_IRQS_OFF
@@ -14517,7 +12295,7 @@ diff -urNp linux-2.6.39/arch/x86/kernel/entry_64.S linux-2.6.39/arch/x86/kernel/
        movq %rsp,%rdi                  /* pt_regs pointer */
        movq ORIG_RAX(%rsp),%rsi        /* get error code */
        movq $-1,ORIG_RAX(%rsp)         /* no syscall to restart */
-@@ -1361,14 +1691,27 @@ ENTRY(paranoid_exit)
+@@ -1361,16 +1701,35 @@ ENTRY(paranoid_exit)
        TRACE_IRQS_OFF
        testl %ebx,%ebx                         /* swapgs needed? */
        jnz paranoid_restore
@@ -14529,6 +12307,9 @@ diff -urNp linux-2.6.39/arch/x86/kernel/entry_64.S linux-2.6.39/arch/x86/kernel/
 +      TRACE_IRQS_IRETQ 0
 +      SWAPGS_UNSAFE_STACK
 +      RESTORE_ALL 8
++#ifdef CONFIG_PAX_KERNEXEC_PLUGIN
++      orb $0x80,0x7(%rsp)
++#endif
 +      jmp irq_return
 +#endif
  paranoid_swapgs:
@@ -14545,8 +12326,13 @@ diff -urNp linux-2.6.39/arch/x86/kernel/entry_64.S linux-2.6.39/arch/x86/kernel/
 +      pax_exit_kernel
        TRACE_IRQS_IRETQ 0
        RESTORE_ALL 8
++#ifdef CONFIG_PAX_KERNEXEC_PLUGIN
++      orb $0x80,0x7(%rsp)
++#endif
        jmp irq_return
-@@ -1426,7 +1769,7 @@ ENTRY(error_entry)
+ paranoid_userspace:
+       GET_THREAD_INFO(%rcx)
+@@ -1426,7 +1785,7 @@ ENTRY(error_entry)
        movq_cfi r14, R14+8
        movq_cfi r15, R15+8
        xorl %ebx,%ebx
@@ -14555,7 +12341,7 @@ diff -urNp linux-2.6.39/arch/x86/kernel/entry_64.S linux-2.6.39/arch/x86/kernel/
        je error_kernelspace
  error_swapgs:
        SWAPGS
-@@ -1490,6 +1833,16 @@ ENTRY(nmi)
+@@ -1490,6 +1849,16 @@ ENTRY(nmi)
        CFI_ADJUST_CFA_OFFSET ORIG_RAX-R15
        call save_paranoid
        DEFAULT_FRAME 0
@@ -14572,7 +12358,7 @@ diff -urNp linux-2.6.39/arch/x86/kernel/entry_64.S linux-2.6.39/arch/x86/kernel/
        /* paranoidentry do_nmi, 0; without TRACE_IRQS_OFF */
        movq %rsp,%rdi
        movq $-1,%rsi
-@@ -1500,11 +1853,25 @@ ENTRY(nmi)
+@@ -1500,12 +1869,32 @@ ENTRY(nmi)
        DISABLE_INTERRUPTS(CLBR_NONE)
        testl %ebx,%ebx                         /* swapgs needed? */
        jnz nmi_restore
@@ -14583,6 +12369,9 @@ diff -urNp linux-2.6.39/arch/x86/kernel/entry_64.S linux-2.6.39/arch/x86/kernel/
 +      pax_exit_kernel
 +      SWAPGS_UNSAFE_STACK
 +      RESTORE_ALL 8
++#ifdef CONFIG_PAX_KERNEXEC_PLUGIN
++      orb $0x80,0x7(%rsp)
++#endif
 +      jmp irq_return
 +#endif
  nmi_swapgs:
@@ -14597,13 +12386,17 @@ diff -urNp linux-2.6.39/arch/x86/kernel/entry_64.S linux-2.6.39/arch/x86/kernel/
  nmi_restore:
 +      pax_exit_kernel
        RESTORE_ALL 8
++#ifdef CONFIG_PAX_KERNEXEC_PLUGIN
++      orb $0x80,0x7(%rsp)
++#endif
        jmp irq_return
  nmi_userspace:
-diff -urNp linux-2.6.39/arch/x86/kernel/ftrace.c linux-2.6.39/arch/x86/kernel/ftrace.c
---- linux-2.6.39/arch/x86/kernel/ftrace.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/kernel/ftrace.c      2011-05-22 19:36:30.000000000 -0400
+       GET_THREAD_INFO(%rcx)
+diff -urNp linux-3.0.4/arch/x86/kernel/ftrace.c linux-3.0.4/arch/x86/kernel/ftrace.c
+--- linux-3.0.4/arch/x86/kernel/ftrace.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/kernel/ftrace.c       2011-08-23 21:47:55.000000000 -0400
 @@ -126,7 +126,7 @@ static void *mod_code_ip;          /* holds the 
- static void *mod_code_newcode;                /* holds the text to write to the IP */
+ static const void *mod_code_newcode;  /* holds the text to write to the IP */
  
  static unsigned nmi_wait_count;
 -static atomic_t nmi_update_count = ATOMIC_INIT(0);
@@ -14659,9 +12452,9 @@ diff -urNp linux-2.6.39/arch/x86/kernel/ftrace.c linux-2.6.39/arch/x86/kernel/ft
        if (probe_kernel_read(code, (void *)ip, MCOUNT_INSN_SIZE))
                return -EFAULT;
  
-diff -urNp linux-2.6.39/arch/x86/kernel/head32.c linux-2.6.39/arch/x86/kernel/head32.c
---- linux-2.6.39/arch/x86/kernel/head32.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/kernel/head32.c      2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/kernel/head32.c linux-3.0.4/arch/x86/kernel/head32.c
+--- linux-3.0.4/arch/x86/kernel/head32.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/kernel/head32.c       2011-08-23 21:47:55.000000000 -0400
 @@ -19,6 +19,7 @@
  #include <asm/io_apic.h>
  #include <asm/bios_ebda.h>
@@ -14670,7 +12463,7 @@ diff -urNp linux-2.6.39/arch/x86/kernel/head32.c linux-2.6.39/arch/x86/kernel/he
  
  static void __init i386_default_early_setup(void)
  {
-@@ -34,7 +35,7 @@ void __init i386_start_kernel(void)
+@@ -33,7 +34,7 @@ void __init i386_start_kernel(void)
  {
        memblock_init();
  
@@ -14679,9 +12472,9 @@ diff -urNp linux-2.6.39/arch/x86/kernel/head32.c linux-2.6.39/arch/x86/kernel/he
  
  #ifdef CONFIG_BLK_DEV_INITRD
        /* Reserve INITRD */
-diff -urNp linux-2.6.39/arch/x86/kernel/head_32.S linux-2.6.39/arch/x86/kernel/head_32.S
---- linux-2.6.39/arch/x86/kernel/head_32.S     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/kernel/head_32.S     2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/kernel/head_32.S linux-3.0.4/arch/x86/kernel/head_32.S
+--- linux-3.0.4/arch/x86/kernel/head_32.S      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/kernel/head_32.S      2011-08-23 21:47:55.000000000 -0400
 @@ -25,6 +25,12 @@
  /* Physical address */
  #define pa(X) ((X) - __PAGE_OFFSET)
@@ -15108,7 +12901,7 @@ diff -urNp linux-2.6.39/arch/x86/kernel/head_32.S linux-2.6.39/arch/x86/kernel/h
 +
 +      .quad 0x00c0930000000000        /* 0xd0 - ESPFIX SS */
 +      .quad 0x0040930000000000        /* 0xd8 - PERCPU */
-+      .quad 0x0040910000000018        /* 0xe0 - STACK_CANARY */
++      .quad 0x0040910000000017        /* 0xe0 - STACK_CANARY */
 +      .quad 0x0000000000000000        /* 0xe8 - PCIBIOS_CS */
 +      .quad 0x0000000000000000        /* 0xf0 - PCIBIOS_DS */
 +      .quad 0x0000000000000000        /* 0xf8 - GDT entry 31: double-fault TSS */
@@ -15116,9 +12909,9 @@ diff -urNp linux-2.6.39/arch/x86/kernel/head_32.S linux-2.6.39/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.39/arch/x86/kernel/head_64.S linux-2.6.39/arch/x86/kernel/head_64.S
---- linux-2.6.39/arch/x86/kernel/head_64.S     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/kernel/head_64.S     2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/kernel/head_64.S linux-3.0.4/arch/x86/kernel/head_64.S
+--- linux-3.0.4/arch/x86/kernel/head_64.S      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/kernel/head_64.S      2011-08-23 21:47:55.000000000 -0400
 @@ -19,6 +19,7 @@
  #include <asm/cache.h>
  #include <asm/processor-flags.h>
@@ -15388,9 +13181,9 @@ diff -urNp linux-2.6.39/arch/x86/kernel/head_64.S linux-2.6.39/arch/x86/kernel/h
  
        __PAGE_ALIGNED_BSS
        .align PAGE_SIZE
-diff -urNp linux-2.6.39/arch/x86/kernel/i386_ksyms_32.c linux-2.6.39/arch/x86/kernel/i386_ksyms_32.c
---- linux-2.6.39/arch/x86/kernel/i386_ksyms_32.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/kernel/i386_ksyms_32.c       2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/kernel/i386_ksyms_32.c linux-3.0.4/arch/x86/kernel/i386_ksyms_32.c
+--- linux-3.0.4/arch/x86/kernel/i386_ksyms_32.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/kernel/i386_ksyms_32.c        2011-08-23 21:47:55.000000000 -0400
 @@ -20,8 +20,12 @@ extern void cmpxchg8b_emu(void);
  EXPORT_SYMBOL(cmpxchg8b_emu);
  #endif
@@ -15412,9 +13205,9 @@ diff -urNp linux-2.6.39/arch/x86/kernel/i386_ksyms_32.c linux-2.6.39/arch/x86/ke
 +#ifdef CONFIG_PAX_KERNEXEC
 +EXPORT_SYMBOL(__LOAD_PHYSICAL_ADDR);
 +#endif
-diff -urNp linux-2.6.39/arch/x86/kernel/i8259.c linux-2.6.39/arch/x86/kernel/i8259.c
---- linux-2.6.39/arch/x86/kernel/i8259.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/kernel/i8259.c       2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/kernel/i8259.c linux-3.0.4/arch/x86/kernel/i8259.c
+--- linux-3.0.4/arch/x86/kernel/i8259.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/kernel/i8259.c        2011-08-23 21:47:55.000000000 -0400
 @@ -210,7 +210,7 @@ spurious_8259A_irq:
                               "spurious 8259A interrupt: IRQ%d.\n", irq);
                        spurious_irq_mask |= irqmask;
@@ -15424,9 +13217,9 @@ diff -urNp linux-2.6.39/arch/x86/kernel/i8259.c linux-2.6.39/arch/x86/kernel/i82
                /*
                 * Theoretically we do not have to handle this IRQ,
                 * but in Linux this does not cause problems and is
-diff -urNp linux-2.6.39/arch/x86/kernel/init_task.c linux-2.6.39/arch/x86/kernel/init_task.c
---- linux-2.6.39/arch/x86/kernel/init_task.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/kernel/init_task.c   2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/kernel/init_task.c linux-3.0.4/arch/x86/kernel/init_task.c
+--- linux-3.0.4/arch/x86/kernel/init_task.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/kernel/init_task.c    2011-08-23 21:47:55.000000000 -0400
 @@ -20,8 +20,7 @@ static struct sighand_struct init_sighan
   * way process stacks are handled. This is done by having a special
   * "init_task" linker map entry..
@@ -15445,9 +13238,9 @@ diff -urNp linux-2.6.39/arch/x86/kernel/init_task.c linux-2.6.39/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.39/arch/x86/kernel/ioport.c linux-2.6.39/arch/x86/kernel/ioport.c
---- linux-2.6.39/arch/x86/kernel/ioport.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/kernel/ioport.c      2011-05-22 19:41:32.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/kernel/ioport.c linux-3.0.4/arch/x86/kernel/ioport.c
+--- linux-3.0.4/arch/x86/kernel/ioport.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/kernel/ioport.c       2011-08-23 21:48:14.000000000 -0400
 @@ -6,6 +6,7 @@
  #include <linux/sched.h>
  #include <linux/kernel.h>
@@ -15491,9 +13284,9 @@ diff -urNp linux-2.6.39/arch/x86/kernel/ioport.c linux-2.6.39/arch/x86/kernel/io
                if (!capable(CAP_SYS_RAWIO))
                        return -EPERM;
        }
-diff -urNp linux-2.6.39/arch/x86/kernel/irq_32.c linux-2.6.39/arch/x86/kernel/irq_32.c
---- linux-2.6.39/arch/x86/kernel/irq_32.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/kernel/irq_32.c      2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/kernel/irq_32.c linux-3.0.4/arch/x86/kernel/irq_32.c
+--- linux-3.0.4/arch/x86/kernel/irq_32.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/kernel/irq_32.c       2011-08-23 21:47:55.000000000 -0400
 @@ -36,7 +36,7 @@ static int check_stack_overflow(void)
        __asm__ __volatile__("andl %%esp,%0" :
                             "=r" (sp) : "0" (THREAD_SIZE - 1));
@@ -15526,7 +13319,7 @@ diff -urNp linux-2.6.39/arch/x86/kernel/irq_32.c linux-2.6.39/arch/x86/kernel/ir
        irqctx = __this_cpu_read(hardirq_ctx);
  
        /*
-@@ -87,21 +86,17 @@ execute_on_irq_stack(int overflow, struc
+@@ -87,21 +86,16 @@ execute_on_irq_stack(int overflow, struc
         * handler) we can't do that and just have to keep using the
         * current stack (which is the irq stack already after all)
         */
@@ -15540,7 +13333,6 @@ diff -urNp linux-2.6.39/arch/x86/kernel/irq_32.c linux-2.6.39/arch/x86/kernel/ir
 -      irqctx->tinfo.previous_esp = current_stack_pointer;
 +      isp = (u32 *) ((char *)irqctx + sizeof(*irqctx) - 8);
 +      irqctx->previous_esp = current_stack_pointer;
-+      add_preempt_count(HARDIRQ_OFFSET);
  
 -      /*
 -       * Copy the softirq bits in preempt_count so that the
@@ -15555,7 +13347,7 @@ diff -urNp linux-2.6.39/arch/x86/kernel/irq_32.c linux-2.6.39/arch/x86/kernel/ir
  
        if (unlikely(overflow))
                call_on_stack(print_stack_overflow, isp);
-@@ -113,6 +108,12 @@ execute_on_irq_stack(int overflow, struc
+@@ -113,6 +107,11 @@ execute_on_irq_stack(int overflow, struc
                     :  "0" (irq),   "1" (desc),  "2" (isp),
                        "D" (desc->handle_irq)
                     : "memory", "cc", "ecx");
@@ -15564,11 +13356,10 @@ diff -urNp linux-2.6.39/arch/x86/kernel/irq_32.c linux-2.6.39/arch/x86/kernel/ir
 +      __set_fs(current_thread_info()->addr_limit);
 +#endif
 +
-+      sub_preempt_count(HARDIRQ_OFFSET);
        return 1;
  }
  
-@@ -121,29 +122,11 @@ execute_on_irq_stack(int overflow, struc
+@@ -121,29 +120,11 @@ execute_on_irq_stack(int overflow, struc
   */
  void __cpuinit irq_ctx_init(int cpu)
  {
@@ -15600,7 +13391,7 @@ diff -urNp linux-2.6.39/arch/x86/kernel/irq_32.c linux-2.6.39/arch/x86/kernel/ir
  
        printk(KERN_DEBUG "CPU %u irqstacks, hard=%p soft=%p\n",
               cpu, per_cpu(hardirq_ctx, cpu),  per_cpu(softirq_ctx, cpu));
-@@ -152,7 +135,6 @@ void __cpuinit irq_ctx_init(int cpu)
+@@ -152,7 +133,6 @@ void __cpuinit irq_ctx_init(int cpu)
  asmlinkage void do_softirq(void)
  {
        unsigned long flags;
@@ -15608,7 +13399,7 @@ diff -urNp linux-2.6.39/arch/x86/kernel/irq_32.c linux-2.6.39/arch/x86/kernel/ir
        union irq_ctx *irqctx;
        u32 *isp;
  
-@@ -162,15 +144,22 @@ asmlinkage void do_softirq(void)
+@@ -162,15 +142,22 @@ asmlinkage void do_softirq(void)
        local_irq_save(flags);
  
        if (local_softirq_pending()) {
@@ -15635,9 +13426,9 @@ diff -urNp linux-2.6.39/arch/x86/kernel/irq_32.c linux-2.6.39/arch/x86/kernel/ir
                /*
                 * Shouldn't happen, we returned above if in_interrupt():
                 */
-diff -urNp linux-2.6.39/arch/x86/kernel/irq.c linux-2.6.39/arch/x86/kernel/irq.c
---- linux-2.6.39/arch/x86/kernel/irq.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/kernel/irq.c 2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/kernel/irq.c linux-3.0.4/arch/x86/kernel/irq.c
+--- linux-3.0.4/arch/x86/kernel/irq.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/kernel/irq.c  2011-08-23 21:47:55.000000000 -0400
 @@ -17,7 +17,7 @@
  #include <asm/mce.h>
  #include <asm/hw_irq.h>
@@ -15672,9 +13463,9 @@ diff -urNp linux-2.6.39/arch/x86/kernel/irq.c linux-2.6.39/arch/x86/kernel/irq.c
  #endif
        return sum;
  }
-diff -urNp linux-2.6.39/arch/x86/kernel/kgdb.c linux-2.6.39/arch/x86/kernel/kgdb.c
---- linux-2.6.39/arch/x86/kernel/kgdb.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/kernel/kgdb.c        2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/kernel/kgdb.c linux-3.0.4/arch/x86/kernel/kgdb.c
+--- linux-3.0.4/arch/x86/kernel/kgdb.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/kernel/kgdb.c 2011-08-23 21:47:55.000000000 -0400
 @@ -124,11 +124,11 @@ char *dbg_get_reg(int regno, void *mem, 
  #ifdef CONFIG_X86_32
        switch (regno) {
@@ -15713,18 +13504,9 @@ diff -urNp linux-2.6.39/arch/x86/kernel/kgdb.c linux-2.6.39/arch/x86/kernel/kgdb
                        if (user_mode(regs))
                                return single_step_cont(regs, args);
                        break;
-@@ -710,7 +710,7 @@ void kgdb_arch_set_pc(struct pt_regs *re
-       regs->ip = ip;
- }
--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.39/arch/x86/kernel/kprobes.c linux-2.6.39/arch/x86/kernel/kprobes.c
---- linux-2.6.39/arch/x86/kernel/kprobes.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/kernel/kprobes.c     2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/kernel/kprobes.c linux-3.0.4/arch/x86/kernel/kprobes.c
+--- linux-3.0.4/arch/x86/kernel/kprobes.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/kernel/kprobes.c      2011-08-23 21:47:55.000000000 -0400
 @@ -115,8 +115,11 @@ static void __kprobes __synthesize_relat
        } __attribute__((packed)) *insn;
  
@@ -15858,9 +13640,20 @@ diff -urNp linux-2.6.39/arch/x86/kernel/kprobes.c linux-2.6.39/arch/x86/kernel/k
               RELATIVE_ADDR_SIZE);
  
        insn_buf[0] = RELATIVEJUMP_OPCODE;
-diff -urNp linux-2.6.39/arch/x86/kernel/ldt.c linux-2.6.39/arch/x86/kernel/ldt.c
---- linux-2.6.39/arch/x86/kernel/ldt.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/kernel/ldt.c 2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/kernel/kvm.c linux-3.0.4/arch/x86/kernel/kvm.c
+--- linux-3.0.4/arch/x86/kernel/kvm.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/kernel/kvm.c  2011-08-24 18:10:12.000000000 -0400
+@@ -426,6 +426,7 @@ static void __init paravirt_ops_setup(vo
+               pv_mmu_ops.set_pud = kvm_set_pud;
+ #if PAGETABLE_LEVELS == 4
+               pv_mmu_ops.set_pgd = kvm_set_pgd;
++              pv_mmu_ops.set_pgd_batched = kvm_set_pgd;
+ #endif
+ #endif
+               pv_mmu_ops.flush_tlb_user = kvm_flush_tlb;
+diff -urNp linux-3.0.4/arch/x86/kernel/ldt.c linux-3.0.4/arch/x86/kernel/ldt.c
+--- linux-3.0.4/arch/x86/kernel/ldt.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/kernel/ldt.c  2011-08-23 21:47:55.000000000 -0400
 @@ -67,13 +67,13 @@ static int alloc_ldt(mm_context_t *pc, i
        if (reload) {
  #ifdef CONFIG_SMP
@@ -15925,9 +13718,9 @@ diff -urNp linux-2.6.39/arch/x86/kernel/ldt.c linux-2.6.39/arch/x86/kernel/ldt.c
        fill_ldt(&ldt, &ldt_info);
        if (oldmode)
                ldt.avl = 0;
-diff -urNp linux-2.6.39/arch/x86/kernel/machine_kexec_32.c linux-2.6.39/arch/x86/kernel/machine_kexec_32.c
---- linux-2.6.39/arch/x86/kernel/machine_kexec_32.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/kernel/machine_kexec_32.c    2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/kernel/machine_kexec_32.c linux-3.0.4/arch/x86/kernel/machine_kexec_32.c
+--- linux-3.0.4/arch/x86/kernel/machine_kexec_32.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/kernel/machine_kexec_32.c     2011-08-23 21:47:55.000000000 -0400
 @@ -27,7 +27,7 @@
  #include <asm/cacheflush.h>
  #include <asm/debugreg.h>
@@ -15955,42 +13748,9 @@ diff -urNp linux-2.6.39/arch/x86/kernel/machine_kexec_32.c linux-2.6.39/arch/x86
  
        relocate_kernel_ptr = control_page;
        page_list[PA_CONTROL_PAGE] = __pa(control_page);
-diff -urNp linux-2.6.39/arch/x86/kernel/microcode_amd.c linux-2.6.39/arch/x86/kernel/microcode_amd.c
---- linux-2.6.39/arch/x86/kernel/microcode_amd.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/kernel/microcode_amd.c       2011-05-22 19:36:30.000000000 -0400
-@@ -339,7 +339,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_amd,
-       .collect_cpu_info                 = collect_cpu_info_amd,
-@@ -347,7 +347,7 @@ static struct microcode_ops microcode_am
-       .microcode_fini_cpu               = microcode_fini_cpu_amd,
- };
--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.39/arch/x86/kernel/microcode_core.c linux-2.6.39/arch/x86/kernel/microcode_core.c
---- linux-2.6.39/arch/x86/kernel/microcode_core.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/kernel/microcode_core.c      2011-05-22 19:36:30.000000000 -0400
-@@ -93,7 +93,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.39/arch/x86/kernel/microcode_intel.c linux-2.6.39/arch/x86/kernel/microcode_intel.c
---- linux-2.6.39/arch/x86/kernel/microcode_intel.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/kernel/microcode_intel.c     2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/kernel/microcode_intel.c linux-3.0.4/arch/x86/kernel/microcode_intel.c
+--- linux-3.0.4/arch/x86/kernel/microcode_intel.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/kernel/microcode_intel.c      2011-08-23 21:47:55.000000000 -0400
 @@ -440,13 +440,13 @@ static enum ucode_state request_microcod
  
  static int get_ucode_user(void *to, const void *from, size_t n)
@@ -16007,28 +13767,10 @@ diff -urNp linux-2.6.39/arch/x86/kernel/microcode_intel.c linux-2.6.39/arch/x86/
  }
  
  static void microcode_fini_cpu(int cpu)
-@@ -457,7 +457,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,
-@@ -465,7 +465,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.39/arch/x86/kernel/module.c linux-2.6.39/arch/x86/kernel/module.c
---- linux-2.6.39/arch/x86/kernel/module.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/kernel/module.c      2011-05-22 19:36:30.000000000 -0400
-@@ -35,21 +35,66 @@
+diff -urNp linux-3.0.4/arch/x86/kernel/module.c linux-3.0.4/arch/x86/kernel/module.c
+--- linux-3.0.4/arch/x86/kernel/module.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/kernel/module.c       2011-08-23 21:47:55.000000000 -0400
+@@ -36,21 +36,66 @@
  #define DEBUGP(fmt...)
  #endif
  
@@ -16097,7 +13839,7 @@ diff -urNp linux-2.6.39/arch/x86/kernel/module.c linux-2.6.39/arch/x86/kernel/mo
  /* We don't need anything special. */
  int module_frob_arch_sections(Elf_Ehdr *hdr,
                              Elf_Shdr *sechdrs,
-@@ -69,14 +114,16 @@ int apply_relocate(Elf32_Shdr *sechdrs,
+@@ -70,14 +115,16 @@ int apply_relocate(Elf32_Shdr *sechdrs,
        unsigned int i;
        Elf32_Rel *rel = (void *)sechdrs[relsec].sh_addr;
        Elf32_Sym *sym;
@@ -16117,7 +13859,7 @@ diff -urNp linux-2.6.39/arch/x86/kernel/module.c linux-2.6.39/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
-@@ -85,11 +132,15 @@ int apply_relocate(Elf32_Shdr *sechdrs,
+@@ -86,11 +133,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 */
@@ -16135,7 +13877,7 @@ diff -urNp linux-2.6.39/arch/x86/kernel/module.c linux-2.6.39/arch/x86/kernel/mo
                        break;
                default:
                        printk(KERN_ERR "module %s: Unknown relocation: %u\n",
-@@ -145,21 +196,30 @@ int apply_relocate_add(Elf64_Shdr *sechd
+@@ -146,21 +197,30 @@ int apply_relocate_add(Elf64_Shdr *sechd
                case R_X86_64_NONE:
                        break;
                case R_X86_64_64:
@@ -16166,10 +13908,20 @@ diff -urNp linux-2.6.39/arch/x86/kernel/module.c linux-2.6.39/arch/x86/kernel/mo
  #if 0
                        if ((s64)val != *(s32 *)loc)
                                goto overflow;
-diff -urNp linux-2.6.39/arch/x86/kernel/paravirt.c linux-2.6.39/arch/x86/kernel/paravirt.c
---- linux-2.6.39/arch/x86/kernel/paravirt.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/kernel/paravirt.c    2011-05-22 19:36:30.000000000 -0400
-@@ -122,7 +122,7 @@ unsigned paravirt_patch_jmp(void *insnbu
+diff -urNp linux-3.0.4/arch/x86/kernel/paravirt.c linux-3.0.4/arch/x86/kernel/paravirt.c
+--- linux-3.0.4/arch/x86/kernel/paravirt.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/kernel/paravirt.c     2011-08-23 21:48:14.000000000 -0400
+@@ -53,6 +53,9 @@ u64 _paravirt_ident_64(u64 x)
+ {
+       return x;
+ }
++#if defined(CONFIG_X86_32) && defined(CONFIG_X86_PAE)
++PV_CALLEE_SAVE_REGS_THUNK(_paravirt_ident_64);
++#endif
+ void __init default_banner(void)
+ {
+@@ -122,7 +125,7 @@ unsigned paravirt_patch_jmp(void *insnbu
   * corresponding structure. */
  static void *get_call_destination(u8 type)
  {
@@ -16178,7 +13930,7 @@ diff -urNp linux-2.6.39/arch/x86/kernel/paravirt.c linux-2.6.39/arch/x86/kernel/
                .pv_init_ops = pv_init_ops,
                .pv_time_ops = pv_time_ops,
                .pv_cpu_ops = pv_cpu_ops,
-@@ -133,6 +133,9 @@ static void *get_call_destination(u8 typ
+@@ -133,6 +136,9 @@ static void *get_call_destination(u8 typ
                .pv_lock_ops = pv_lock_ops,
  #endif
        };
@@ -16188,7 +13940,7 @@ diff -urNp linux-2.6.39/arch/x86/kernel/paravirt.c linux-2.6.39/arch/x86/kernel/
        return *((void **)&tmpl + type);
  }
  
-@@ -145,14 +148,14 @@ unsigned paravirt_patch_default(u8 type,
+@@ -145,15 +151,19 @@ unsigned paravirt_patch_default(u8 type,
        if (opfunc == NULL)
                /* If there's no function, patch it with a ud2a (BUG) */
                ret = paravirt_patch_insns(insnbuf, len, ud2a, ud2a+sizeof(ud2a));
@@ -16204,9 +13956,14 @@ diff -urNp linux-2.6.39/arch/x86/kernel/paravirt.c linux-2.6.39/arch/x86/kernel/
 -      else if (opfunc == _paravirt_ident_64)
 +      else if (opfunc == (void *)_paravirt_ident_64)
                ret = paravirt_patch_ident_64(insnbuf, len);
++#if defined(CONFIG_X86_32) && defined(CONFIG_X86_PAE)
++      else if (opfunc == (void *)__raw_callee_save__paravirt_ident_64)
++              ret = paravirt_patch_ident_64(insnbuf, len);
++#endif
  
        else if (type == PARAVIRT_PATCH(pv_cpu_ops.iret) ||
-@@ -178,7 +181,7 @@ unsigned paravirt_patch_insns(void *insn
+                type == PARAVIRT_PATCH(pv_cpu_ops.irq_enable_sysexit) ||
+@@ -178,7 +188,7 @@ unsigned paravirt_patch_insns(void *insn
        if (insn_len > len || start == NULL)
                insn_len = len;
        else
@@ -16215,7 +13972,7 @@ diff -urNp linux-2.6.39/arch/x86/kernel/paravirt.c linux-2.6.39/arch/x86/kernel/
  
        return insn_len;
  }
-@@ -294,22 +297,22 @@ void arch_flush_lazy_mmu_mode(void)
+@@ -294,22 +304,22 @@ void arch_flush_lazy_mmu_mode(void)
        preempt_enable();
  }
  
@@ -16242,7 +13999,7 @@ diff -urNp linux-2.6.39/arch/x86/kernel/paravirt.c linux-2.6.39/arch/x86/kernel/
        .save_fl = __PV_IS_CALLEE_SAVE(native_save_fl),
        .restore_fl = __PV_IS_CALLEE_SAVE(native_restore_fl),
        .irq_disable = __PV_IS_CALLEE_SAVE(native_irq_disable),
-@@ -321,7 +324,7 @@ struct pv_irq_ops pv_irq_ops = {
+@@ -321,7 +331,7 @@ struct pv_irq_ops pv_irq_ops = {
  #endif
  };
  
@@ -16251,7 +14008,7 @@ diff -urNp linux-2.6.39/arch/x86/kernel/paravirt.c linux-2.6.39/arch/x86/kernel/
        .cpuid = native_cpuid,
        .get_debugreg = native_get_debugreg,
        .set_debugreg = native_set_debugreg,
-@@ -382,7 +385,7 @@ struct pv_cpu_ops pv_cpu_ops = {
+@@ -382,21 +392,26 @@ struct pv_cpu_ops pv_cpu_ops = {
        .end_context_switch = paravirt_nop,
  };
  
@@ -16260,7 +14017,19 @@ diff -urNp linux-2.6.39/arch/x86/kernel/paravirt.c linux-2.6.39/arch/x86/kernel/
  #ifdef CONFIG_X86_LOCAL_APIC
        .startup_ipi_hook = paravirt_nop,
  #endif
-@@ -396,7 +399,7 @@ struct pv_apic_ops pv_apic_ops = {
+ };
+-#if defined(CONFIG_X86_32) && !defined(CONFIG_X86_PAE)
++#ifdef CONFIG_X86_32
++#ifdef CONFIG_X86_PAE
++/* 64-bit pagetable entries */
++#define PTE_IDENT     PV_CALLEE_SAVE(_paravirt_ident_64)
++#else
+ /* 32-bit pagetable entries */
+ #define PTE_IDENT     __PV_IS_CALLEE_SAVE(_paravirt_ident_32)
++#endif
+ #else
+ /* 64-bit pagetable entries */
  #define PTE_IDENT     __PV_IS_CALLEE_SAVE(_paravirt_ident_64)
  #endif
  
@@ -16269,7 +14038,15 @@ diff -urNp linux-2.6.39/arch/x86/kernel/paravirt.c linux-2.6.39/arch/x86/kernel/
  
        .read_cr2 = native_read_cr2,
        .write_cr2 = native_write_cr2,
-@@ -465,6 +468,12 @@ struct pv_mmu_ops pv_mmu_ops = {
+@@ -446,6 +461,7 @@ struct pv_mmu_ops pv_mmu_ops = {
+       .make_pud = PTE_IDENT,
+       .set_pgd = native_set_pgd,
++      .set_pgd_batched = native_set_pgd_batched,
+ #endif
+ #endif /* PAGETABLE_LEVELS >= 3 */
+@@ -465,6 +481,12 @@ struct pv_mmu_ops pv_mmu_ops = {
        },
  
        .set_fixmap = native_set_fixmap,
@@ -16282,9 +14059,9 @@ diff -urNp linux-2.6.39/arch/x86/kernel/paravirt.c linux-2.6.39/arch/x86/kernel/
  };
  
  EXPORT_SYMBOL_GPL(pv_time_ops);
-diff -urNp linux-2.6.39/arch/x86/kernel/paravirt-spinlocks.c linux-2.6.39/arch/x86/kernel/paravirt-spinlocks.c
---- linux-2.6.39/arch/x86/kernel/paravirt-spinlocks.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/kernel/paravirt-spinlocks.c  2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/kernel/paravirt-spinlocks.c linux-3.0.4/arch/x86/kernel/paravirt-spinlocks.c
+--- linux-3.0.4/arch/x86/kernel/paravirt-spinlocks.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/kernel/paravirt-spinlocks.c   2011-08-23 21:47:55.000000000 -0400
 @@ -13,7 +13,7 @@ default_spin_lock_flags(arch_spinlock_t 
        arch_spin_lock(lock);
  }
@@ -16294,70 +14071,9 @@ diff -urNp linux-2.6.39/arch/x86/kernel/paravirt-spinlocks.c linux-2.6.39/arch/x
  #ifdef CONFIG_SMP
        .spin_is_locked = __ticket_spin_is_locked,
        .spin_is_contended = __ticket_spin_is_contended,
-diff -urNp linux-2.6.39/arch/x86/kernel/pci-calgary_64.c linux-2.6.39/arch/x86/kernel/pci-calgary_64.c
---- linux-2.6.39/arch/x86/kernel/pci-calgary_64.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/kernel/pci-calgary_64.c      2011-05-22 19:36:30.000000000 -0400
-@@ -179,13 +179,13 @@ static void calioc2_dump_error_regs(stru
- static void calgary_init_bitmap_from_tce_table(struct iommu_table *tbl);
- static void get_tce_space_from_tar(void);
--static struct cal_chipset_ops calgary_chip_ops = {
-+static const struct cal_chipset_ops calgary_chip_ops = {
-       .handle_quirks = calgary_handle_quirks,
-       .tce_cache_blast = calgary_tce_cache_blast,
-       .dump_error_regs = calgary_dump_error_regs
- };
--static struct cal_chipset_ops calioc2_chip_ops = {
-+static const struct cal_chipset_ops calioc2_chip_ops = {
-       .handle_quirks = calioc2_handle_quirks,
-       .tce_cache_blast = calioc2_tce_cache_blast,
-       .dump_error_regs = calioc2_dump_error_regs
-@@ -476,7 +476,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.39/arch/x86/kernel/pci-dma.c linux-2.6.39/arch/x86/kernel/pci-dma.c
---- linux-2.6.39/arch/x86/kernel/pci-dma.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/kernel/pci-dma.c     2011-05-22 19:36:30.000000000 -0400
-@@ -16,7 +16,7 @@
- static int forbid_dac __read_mostly;
--struct dma_map_ops *dma_ops = &nommu_dma_ops;
-+const struct dma_map_ops *dma_ops = &nommu_dma_ops;
- EXPORT_SYMBOL(dma_ops);
- static int iommu_sac_force __read_mostly;
-@@ -250,7 +250,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.39/arch/x86/kernel/pci-gart_64.c linux-2.6.39/arch/x86/kernel/pci-gart_64.c
---- linux-2.6.39/arch/x86/kernel/pci-gart_64.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/kernel/pci-gart_64.c 2011-05-22 19:36:30.000000000 -0400
-@@ -695,7 +695,7 @@ static __init int init_amd_gatt(struct a
-       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.39/arch/x86/kernel/pci-iommu_table.c linux-2.6.39/arch/x86/kernel/pci-iommu_table.c
---- linux-2.6.39/arch/x86/kernel/pci-iommu_table.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/kernel/pci-iommu_table.c     2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/kernel/pci-iommu_table.c linux-3.0.4/arch/x86/kernel/pci-iommu_table.c
+--- linux-3.0.4/arch/x86/kernel/pci-iommu_table.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/kernel/pci-iommu_table.c      2011-08-23 21:48:14.000000000 -0400
 @@ -2,7 +2,7 @@
  #include <asm/iommu_table.h>
  #include <linux/string.h>
@@ -16367,42 +14083,18 @@ diff -urNp linux-2.6.39/arch/x86/kernel/pci-iommu_table.c linux-2.6.39/arch/x86/
  
  #define DEBUG 1
  
-@@ -53,6 +53,8 @@ void __init check_iommu_entries(struct i
-       char sym_p[KSYM_SYMBOL_LEN];
-       char sym_q[KSYM_SYMBOL_LEN];
+@@ -51,6 +51,8 @@ void __init check_iommu_entries(struct i
+ {
+       struct iommu_table_entry *p, *q, *x;
  
 +      pax_track_stack();
 +
        /* Simple cyclic dependency checker. */
        for (p = start; p < finish; p++) {
                q = find_dependents_of(start, finish, p);
-diff -urNp linux-2.6.39/arch/x86/kernel/pci-nommu.c linux-2.6.39/arch/x86/kernel/pci-nommu.c
---- linux-2.6.39/arch/x86/kernel/pci-nommu.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/kernel/pci-nommu.c   2011-05-22 19:36:30.000000000 -0400
-@@ -95,7 +95,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.39/arch/x86/kernel/pci-swiotlb.c linux-2.6.39/arch/x86/kernel/pci-swiotlb.c
---- linux-2.6.39/arch/x86/kernel/pci-swiotlb.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/kernel/pci-swiotlb.c 2011-05-22 19:36:30.000000000 -0400
-@@ -26,7 +26,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.39/arch/x86/kernel/process_32.c linux-2.6.39/arch/x86/kernel/process_32.c
---- linux-2.6.39/arch/x86/kernel/process_32.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/kernel/process_32.c  2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/kernel/process_32.c linux-3.0.4/arch/x86/kernel/process_32.c
+--- linux-3.0.4/arch/x86/kernel/process_32.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/kernel/process_32.c   2011-08-23 21:47:55.000000000 -0400
 @@ -65,6 +65,7 @@ asmlinkage void ret_from_fork(void) __as
  unsigned long thread_saved_pc(struct task_struct *tsk)
  {
@@ -16445,7 +14137,7 @@ diff -urNp linux-2.6.39/arch/x86/kernel/process_32.c linux-2.6.39/arch/x86/kerne
  
        p->thread.ip = (unsigned long) ret_from_fork;
  
-@@ -293,7 +294,7 @@ __switch_to(struct task_struct *prev_p, 
+@@ -292,7 +293,7 @@ __switch_to(struct task_struct *prev_p, 
        struct thread_struct *prev = &prev_p->thread,
                                 *next = &next_p->thread;
        int cpu = smp_processor_id();
@@ -16454,7 +14146,7 @@ diff -urNp linux-2.6.39/arch/x86/kernel/process_32.c linux-2.6.39/arch/x86/kerne
        bool preload_fpu;
  
        /* never put a printk in __switch_to... printk() calls wake_up*() indirectly */
-@@ -328,6 +329,10 @@ __switch_to(struct task_struct *prev_p, 
+@@ -327,6 +328,10 @@ __switch_to(struct task_struct *prev_p, 
         */
        lazy_save_gs(prev->gs);
  
@@ -16465,7 +14157,7 @@ diff -urNp linux-2.6.39/arch/x86/kernel/process_32.c linux-2.6.39/arch/x86/kerne
        /*
         * Load the per-thread Thread-Local Storage descriptor.
         */
-@@ -363,6 +368,9 @@ __switch_to(struct task_struct *prev_p, 
+@@ -362,6 +367,9 @@ __switch_to(struct task_struct *prev_p, 
         */
        arch_end_context_switch(next_p);
  
@@ -16475,7 +14167,7 @@ diff -urNp linux-2.6.39/arch/x86/kernel/process_32.c linux-2.6.39/arch/x86/kerne
        if (preload_fpu)
                __math_state_restore();
  
-@@ -372,8 +380,6 @@ __switch_to(struct task_struct *prev_p, 
+@@ -371,8 +379,6 @@ __switch_to(struct task_struct *prev_p, 
        if (prev->gs | next->gs)
                lazy_load_gs(next->gs);
  
@@ -16484,14 +14176,14 @@ diff -urNp linux-2.6.39/arch/x86/kernel/process_32.c linux-2.6.39/arch/x86/kerne
        return prev_p;
  }
  
-@@ -403,4 +409,3 @@ unsigned long get_wchan(struct task_stru
+@@ -402,4 +408,3 @@ unsigned long get_wchan(struct task_stru
        } while (count++ < 16);
        return 0;
  }
 -
-diff -urNp linux-2.6.39/arch/x86/kernel/process_64.c linux-2.6.39/arch/x86/kernel/process_64.c
---- linux-2.6.39/arch/x86/kernel/process_64.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/kernel/process_64.c  2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/kernel/process_64.c linux-3.0.4/arch/x86/kernel/process_64.c
+--- linux-3.0.4/arch/x86/kernel/process_64.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/kernel/process_64.c   2011-08-23 21:47:55.000000000 -0400
 @@ -87,7 +87,7 @@ static void __exit_idle(void)
  void exit_idle(void)
  {
@@ -16519,7 +14211,7 @@ diff -urNp linux-2.6.39/arch/x86/kernel/process_64.c linux-2.6.39/arch/x86/kerne
  
        set_tsk_thread_flag(p, TIF_FORK);
  
-@@ -376,7 +376,7 @@ __switch_to(struct task_struct *prev_p, 
+@@ -375,7 +375,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();
@@ -16528,7 +14220,7 @@ diff -urNp linux-2.6.39/arch/x86/kernel/process_64.c linux-2.6.39/arch/x86/kerne
        unsigned fsindex, gsindex;
        bool preload_fpu;
  
-@@ -472,10 +472,9 @@ __switch_to(struct task_struct *prev_p, 
+@@ -471,10 +471,9 @@ __switch_to(struct task_struct *prev_p, 
        prev->usersp = percpu_read(old_rsp);
        percpu_write(old_rsp, next->usersp);
        percpu_write(current_task, next_p);
@@ -16541,7 +14233,7 @@ diff -urNp linux-2.6.39/arch/x86/kernel/process_64.c linux-2.6.39/arch/x86/kerne
  
        /*
         * Now maybe reload the debug registers and handle I/O bitmaps
-@@ -537,12 +536,11 @@ unsigned long get_wchan(struct task_stru
+@@ -536,12 +535,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);
@@ -16556,9 +14248,9 @@ diff -urNp linux-2.6.39/arch/x86/kernel/process_64.c linux-2.6.39/arch/x86/kerne
                        return 0;
                ip = *(u64 *)(fp+8);
                if (!in_sched_functions(ip))
-diff -urNp linux-2.6.39/arch/x86/kernel/process.c linux-2.6.39/arch/x86/kernel/process.c
---- linux-2.6.39/arch/x86/kernel/process.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/kernel/process.c     2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/kernel/process.c linux-3.0.4/arch/x86/kernel/process.c
+--- linux-3.0.4/arch/x86/kernel/process.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/kernel/process.c      2011-08-30 18:23:52.000000000 -0400
 @@ -48,16 +48,33 @@ void free_thread_xstate(struct task_stru
  
  void free_thread_info(struct thread_info *ti)
@@ -16639,7 +14331,7 @@ diff -urNp linux-2.6.39/arch/x86/kernel/process.c linux-2.6.39/arch/x86/kernel/p
  #else
        regs.ss = __KERNEL_DS;
  #endif
-@@ -401,7 +421,7 @@ void default_idle(void)
+@@ -403,7 +423,7 @@ void default_idle(void)
  EXPORT_SYMBOL(default_idle);
  #endif
  
@@ -16648,13 +14340,13 @@ diff -urNp linux-2.6.39/arch/x86/kernel/process.c linux-2.6.39/arch/x86/kernel/p
  {
        local_irq_disable();
        /*
-@@ -665,16 +685,34 @@ static int __init idle_setup(char *str)
+@@ -668,16 +688,37 @@ static int __init idle_setup(char *str)
  }
  early_param("idle", idle_setup);
  
 -unsigned long arch_align_stack(unsigned long sp)
 +#ifdef CONFIG_PAX_RANDKSTACK
-+asmlinkage void pax_randomize_kstack(void)
++void pax_randomize_kstack(struct pt_regs *regs)
  {
 -      if (!(current->personality & ADDR_NO_RANDOMIZE) && randomize_va_space)
 -              sp -= get_random_int() % 8192;
@@ -16671,6 +14363,9 @@ diff -urNp linux-2.6.39/arch/x86/kernel/process.c linux-2.6.39/arch/x86/kernel/p
 +      if (!randomize_va_space)
 +              return;
 +
++      if (v8086_mode(regs))
++              return;
 +      rdtscl(time);
 +
 +      /* P4 seems to return a 0 LSB, ignore it */
@@ -16687,15 +14382,15 @@ diff -urNp linux-2.6.39/arch/x86/kernel/process.c linux-2.6.39/arch/x86/kernel/p
 +
 +      thread->sp0 ^= time;
 +      load_sp0(init_tss + smp_processor_id(), thread);
++
 +#ifdef CONFIG_X86_64
 +      percpu_write(kernel_stack, thread->sp0);
 +#endif
 +}
 +#endif
-diff -urNp linux-2.6.39/arch/x86/kernel/ptrace.c linux-2.6.39/arch/x86/kernel/ptrace.c
---- linux-2.6.39/arch/x86/kernel/ptrace.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/kernel/ptrace.c      2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/kernel/ptrace.c linux-3.0.4/arch/x86/kernel/ptrace.c
+--- linux-3.0.4/arch/x86/kernel/ptrace.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/kernel/ptrace.c       2011-08-23 21:47:55.000000000 -0400
 @@ -821,7 +821,7 @@ long arch_ptrace(struct task_struct *chi
                 unsigned long addr, unsigned long data)
  {
@@ -16731,27 +14426,9 @@ diff -urNp linux-2.6.39/arch/x86/kernel/ptrace.c linux-2.6.39/arch/x86/kernel/pt
  }
  
  void user_single_step_siginfo(struct task_struct *tsk,
-@@ -1363,7 +1363,7 @@ void send_sigtrap(struct task_struct *ts
-  * We must return the syscall number to actually look up in the table.
-  * This can be -1L to skip running any syscall at all.
-  */
--asmregparm long syscall_trace_enter(struct pt_regs *regs)
-+long syscall_trace_enter(struct pt_regs *regs)
- {
-       long ret = 0;
-@@ -1408,7 +1408,7 @@ asmregparm long syscall_trace_enter(stru
-       return ret ?: regs->orig_ax;
- }
--asmregparm void syscall_trace_leave(struct pt_regs *regs)
-+void syscall_trace_leave(struct pt_regs *regs)
- {
-       bool step;
-diff -urNp linux-2.6.39/arch/x86/kernel/pvclock.c linux-2.6.39/arch/x86/kernel/pvclock.c
---- linux-2.6.39/arch/x86/kernel/pvclock.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/kernel/pvclock.c     2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/kernel/pvclock.c linux-3.0.4/arch/x86/kernel/pvclock.c
+--- linux-3.0.4/arch/x86/kernel/pvclock.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/kernel/pvclock.c      2011-08-23 21:47:55.000000000 -0400
 @@ -81,11 +81,11 @@ unsigned long pvclock_tsc_khz(struct pvc
        return pv_tsc_khz;
  }
@@ -16780,19 +14457,19 @@ diff -urNp linux-2.6.39/arch/x86/kernel/pvclock.c linux-2.6.39/arch/x86/kernel/p
        } while (unlikely(last != ret));
  
        return ret;
-diff -urNp linux-2.6.39/arch/x86/kernel/reboot.c linux-2.6.39/arch/x86/kernel/reboot.c
---- linux-2.6.39/arch/x86/kernel/reboot.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/kernel/reboot.c      2011-05-23 17:07:00.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/kernel/reboot.c linux-3.0.4/arch/x86/kernel/reboot.c
+--- linux-3.0.4/arch/x86/kernel/reboot.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/kernel/reboot.c       2011-08-23 21:47:55.000000000 -0400
 @@ -35,7 +35,7 @@ void (*pm_power_off)(void);
  EXPORT_SYMBOL(pm_power_off);
  
  static const struct desc_ptr no_idt = {};
 -static int reboot_mode;
 +static unsigned short reboot_mode;
- enum reboot_type reboot_type = BOOT_KBD;
+ enum reboot_type reboot_type = BOOT_ACPI;
  int reboot_force;
  
-@@ -307,13 +307,17 @@ core_initcall(reboot_init);
+@@ -315,13 +315,17 @@ core_initcall(reboot_init);
  extern const unsigned char machine_real_restart_asm[];
  extern const u64 machine_real_restart_gdt[3];
  
@@ -16812,7 +14489,7 @@ diff -urNp linux-2.6.39/arch/x86/kernel/reboot.c linux-2.6.39/arch/x86/kernel/re
        local_irq_disable();
  
        /* Write zero to CMOS register number 0x0f, which the BIOS POST
-@@ -339,14 +343,14 @@ void machine_real_restart(unsigned int t
+@@ -347,14 +351,14 @@ void machine_real_restart(unsigned int t
           boot)".  This seems like a fairly standard thing that gets set by
           REBOOT.COM programs, and the previous reset routine did this
           too. */
@@ -16829,7 +14506,7 @@ diff -urNp linux-2.6.39/arch/x86/kernel/reboot.c linux-2.6.39/arch/x86/kernel/re
  
        /* GDT[0]: GDT self-pointer */
        lowmem_gdt[0] =
-@@ -357,7 +361,33 @@ void machine_real_restart(unsigned int t
+@@ -365,7 +369,33 @@ void machine_real_restart(unsigned int t
                GDT_ENTRY(0x009b, restart_pa, 0xffff);
  
        /* Jump to the identity-mapped low memory code */
@@ -16863,16 +14540,16 @@ diff -urNp linux-2.6.39/arch/x86/kernel/reboot.c linux-2.6.39/arch/x86/kernel/re
  }
  #ifdef CONFIG_APM_MODULE
  EXPORT_SYMBOL(machine_real_restart);
-@@ -478,7 +508,7 @@ void __attribute__((weak)) mach_reboot_f
- {
- }
+@@ -523,7 +553,7 @@ void __attribute__((weak)) mach_reboot_f
+  * try to force a triple fault and then cycle between hitting the keyboard
+  * controller and doing that
+  */
 -static void native_machine_emergency_restart(void)
 +__noreturn static void native_machine_emergency_restart(void)
  {
        int i;
-@@ -593,13 +623,13 @@ void native_machine_shutdown(void)
+       int attempt = 0;
+@@ -647,13 +677,13 @@ void native_machine_shutdown(void)
  #endif
  }
  
@@ -16888,7 +14565,7 @@ diff -urNp linux-2.6.39/arch/x86/kernel/reboot.c linux-2.6.39/arch/x86/kernel/re
  {
        printk("machine restart\n");
  
-@@ -608,7 +638,7 @@ static void native_machine_restart(char 
+@@ -662,7 +692,7 @@ static void native_machine_restart(char 
        __machine_emergency_restart(0);
  }
  
@@ -16897,7 +14574,7 @@ diff -urNp linux-2.6.39/arch/x86/kernel/reboot.c linux-2.6.39/arch/x86/kernel/re
  {
        /* stop other cpus and apics */
        machine_shutdown();
-@@ -619,7 +649,7 @@ static void native_machine_halt(void)
+@@ -673,7 +703,7 @@ static void native_machine_halt(void)
        stop_this_cpu(NULL);
  }
  
@@ -16906,7 +14583,7 @@ diff -urNp linux-2.6.39/arch/x86/kernel/reboot.c linux-2.6.39/arch/x86/kernel/re
  {
        if (pm_power_off) {
                if (!reboot_force)
-@@ -628,6 +658,7 @@ static void native_machine_power_off(voi
+@@ -682,6 +712,7 @@ static void native_machine_power_off(voi
        }
        /* a fallback in case there is no PM info available */
        tboot_shutdown(TB_SHUTDOWN_HALT);
@@ -16914,9 +14591,9 @@ diff -urNp linux-2.6.39/arch/x86/kernel/reboot.c linux-2.6.39/arch/x86/kernel/re
  }
  
  struct machine_ops machine_ops = {
-diff -urNp linux-2.6.39/arch/x86/kernel/setup.c linux-2.6.39/arch/x86/kernel/setup.c
---- linux-2.6.39/arch/x86/kernel/setup.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/kernel/setup.c       2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/kernel/setup.c linux-3.0.4/arch/x86/kernel/setup.c
+--- linux-3.0.4/arch/x86/kernel/setup.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/kernel/setup.c        2011-08-23 21:47:55.000000000 -0400
 @@ -650,7 +650,7 @@ static void __init trim_bios_range(void)
         * area (640->1Mb) as ram even though it is not.
         * take them out.
@@ -16926,7 +14603,7 @@ diff -urNp linux-2.6.39/arch/x86/kernel/setup.c linux-2.6.39/arch/x86/kernel/set
        sanitize_e820_map(e820.map, ARRAY_SIZE(e820.map), &e820.nr_map);
  }
  
-@@ -775,14 +775,14 @@ void __init setup_arch(char **cmdline_p)
+@@ -773,14 +773,14 @@ void __init setup_arch(char **cmdline_p)
  
        if (!boot_params.hdr.root_flags)
                root_mountflags &= ~MS_RDONLY;
@@ -16946,9 +14623,9 @@ diff -urNp linux-2.6.39/arch/x86/kernel/setup.c linux-2.6.39/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.39/arch/x86/kernel/setup_percpu.c linux-2.6.39/arch/x86/kernel/setup_percpu.c
---- linux-2.6.39/arch/x86/kernel/setup_percpu.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/kernel/setup_percpu.c        2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/kernel/setup_percpu.c linux-3.0.4/arch/x86/kernel/setup_percpu.c
+--- linux-3.0.4/arch/x86/kernel/setup_percpu.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/kernel/setup_percpu.c 2011-08-23 21:47:55.000000000 -0400
 @@ -21,19 +21,17 @@
  #include <asm/cpu.h>
  #include <asm/stackprotector.h>
@@ -16992,8 +14669,8 @@ diff -urNp linux-2.6.39/arch/x86/kernel/setup_percpu.c linux-2.6.39/arch/x86/ker
        delta = (unsigned long)pcpu_base_addr - (unsigned long)__per_cpu_start;
        for_each_possible_cpu(cpu) {
 +#ifdef CONFIG_CC_STACKPROTECTOR
-+#ifdef CONFIG_x86_32
-+              unsigned long canary = per_cpu(stack_canary, cpu);
++#ifdef CONFIG_X86_32
++              unsigned long canary = per_cpu(stack_canary.canary, cpu);
 +#endif
 +#endif
                per_cpu_offset(cpu) = delta + pcpu_unit_offsets[cpu];
@@ -17004,17 +14681,17 @@ diff -urNp linux-2.6.39/arch/x86/kernel/setup_percpu.c linux-2.6.39/arch/x86/ker
                set_cpu_numa_node(cpu, early_cpu_to_node(cpu));
  #endif
 +#ifdef CONFIG_CC_STACKPROTECTOR
-+#ifdef CONFIG_x86_32
-+              if (cpu == boot_cpu_id)
-+                      per_cpu(stack_canary, cpu) = canary;
++#ifdef CONFIG_X86_32
++              if (!cpu)
++                      per_cpu(stack_canary.canary, cpu) = canary;
 +#endif
 +#endif
                /*
                 * Up to this point, the boot CPU has been using .init.data
                 * area.  Reload any changed state for the boot CPU.
-diff -urNp linux-2.6.39/arch/x86/kernel/signal.c linux-2.6.39/arch/x86/kernel/signal.c
---- linux-2.6.39/arch/x86/kernel/signal.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/kernel/signal.c      2011-05-23 17:07:00.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/kernel/signal.c linux-3.0.4/arch/x86/kernel/signal.c
+--- linux-3.0.4/arch/x86/kernel/signal.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/kernel/signal.c       2011-08-23 21:48:14.000000000 -0400
 @@ -198,7 +198,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.
@@ -17080,7 +14757,7 @@ diff -urNp linux-2.6.39/arch/x86/kernel/signal.c linux-2.6.39/arch/x86/kernel/si
        } put_user_catch(err);
  
        if (err)
-@@ -773,6 +776,8 @@ static void do_signal(struct pt_regs *re
+@@ -769,6 +772,8 @@ static void do_signal(struct pt_regs *re
        int signr;
        sigset_t *oldset;
  
@@ -17089,7 +14766,7 @@ diff -urNp linux-2.6.39/arch/x86/kernel/signal.c linux-2.6.39/arch/x86/kernel/si
        /*
         * We want the common case to go fast, which is why we may in certain
         * cases get here from kernel mode. Just return without doing anything
-@@ -780,7 +785,7 @@ static void do_signal(struct pt_regs *re
+@@ -776,7 +781,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.
         */
@@ -17098,10 +14775,10 @@ diff -urNp linux-2.6.39/arch/x86/kernel/signal.c linux-2.6.39/arch/x86/kernel/si
                return;
  
        if (current_thread_info()->status & TS_RESTORE_SIGMASK)
-diff -urNp linux-2.6.39/arch/x86/kernel/smpboot.c linux-2.6.39/arch/x86/kernel/smpboot.c
---- linux-2.6.39/arch/x86/kernel/smpboot.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/kernel/smpboot.c     2011-05-22 19:36:30.000000000 -0400
-@@ -696,17 +696,20 @@ static int __cpuinit do_boot_cpu(int api
+diff -urNp linux-3.0.4/arch/x86/kernel/smpboot.c linux-3.0.4/arch/x86/kernel/smpboot.c
+--- linux-3.0.4/arch/x86/kernel/smpboot.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/kernel/smpboot.c      2011-08-23 21:47:55.000000000 -0400
+@@ -709,17 +709,20 @@ static int __cpuinit do_boot_cpu(int api
        set_idle_for_cpu(cpu, c_idle.idle);
  do_rest:
        per_cpu(current_task, cpu) = c_idle.idle;
@@ -17125,7 +14802,7 @@ diff -urNp linux-2.6.39/arch/x86/kernel/smpboot.c linux-2.6.39/arch/x86/kernel/s
        initial_code = (unsigned long)start_secondary;
        stack_start  = c_idle.idle->thread.sp;
  
-@@ -848,6 +851,12 @@ int __cpuinit native_cpu_up(unsigned int
+@@ -861,6 +864,12 @@ int __cpuinit native_cpu_up(unsigned int
  
        per_cpu(cpu_state, cpu) = CPU_UP_PREPARE;
  
@@ -17138,9 +14815,9 @@ diff -urNp linux-2.6.39/arch/x86/kernel/smpboot.c linux-2.6.39/arch/x86/kernel/s
        err = do_boot_cpu(apicid, cpu);
        if (err) {
                pr_debug("do_boot_cpu failed %d\n", err);
-diff -urNp linux-2.6.39/arch/x86/kernel/step.c linux-2.6.39/arch/x86/kernel/step.c
---- linux-2.6.39/arch/x86/kernel/step.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/kernel/step.c        2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/kernel/step.c linux-3.0.4/arch/x86/kernel/step.c
+--- linux-3.0.4/arch/x86/kernel/step.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/kernel/step.c 2011-08-23 21:47:55.000000000 -0400
 @@ -27,10 +27,10 @@ unsigned long convert_ip_to_linear(struc
                struct desc_struct *desc;
                unsigned long base;
@@ -17183,17 +14860,17 @@ diff -urNp linux-2.6.39/arch/x86/kernel/step.c linux-2.6.39/arch/x86/kernel/step
                                /* 32-bit mode: register increment */
                                return 0;
                        /* 64-bit mode: REX prefix */
-diff -urNp linux-2.6.39/arch/x86/kernel/syscall_table_32.S linux-2.6.39/arch/x86/kernel/syscall_table_32.S
---- linux-2.6.39/arch/x86/kernel/syscall_table_32.S    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/kernel/syscall_table_32.S    2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/kernel/syscall_table_32.S linux-3.0.4/arch/x86/kernel/syscall_table_32.S
+--- linux-3.0.4/arch/x86/kernel/syscall_table_32.S     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/kernel/syscall_table_32.S     2011-08-23 21:47:55.000000000 -0400
 @@ -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.39/arch/x86/kernel/sys_i386_32.c linux-2.6.39/arch/x86/kernel/sys_i386_32.c
---- linux-2.6.39/arch/x86/kernel/sys_i386_32.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/kernel/sys_i386_32.c 2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/kernel/sys_i386_32.c linux-3.0.4/arch/x86/kernel/sys_i386_32.c
+--- linux-3.0.4/arch/x86/kernel/sys_i386_32.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/kernel/sys_i386_32.c  2011-08-23 21:47:55.000000000 -0400
 @@ -24,17 +24,224 @@
  
  #include <asm/syscalls.h>
@@ -17431,9 +15108,9 @@ diff -urNp linux-2.6.39/arch/x86/kernel/sys_i386_32.c linux-2.6.39/arch/x86/kern
 +
 +      return addr;
  }
-diff -urNp linux-2.6.39/arch/x86/kernel/sys_x86_64.c linux-2.6.39/arch/x86/kernel/sys_x86_64.c
---- linux-2.6.39/arch/x86/kernel/sys_x86_64.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/kernel/sys_x86_64.c  2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/kernel/sys_x86_64.c linux-3.0.4/arch/x86/kernel/sys_x86_64.c
+--- linux-3.0.4/arch/x86/kernel/sys_x86_64.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/kernel/sys_x86_64.c   2011-08-23 21:47:55.000000000 -0400
 @@ -32,8 +32,8 @@ out:
        return error;
  }
@@ -17571,10 +15248,10 @@ diff -urNp linux-2.6.39/arch/x86/kernel/sys_x86_64.c linux-2.6.39/arch/x86/kerne
        mm->cached_hole_size = ~0UL;
  
        return addr;
-diff -urNp linux-2.6.39/arch/x86/kernel/tboot.c linux-2.6.39/arch/x86/kernel/tboot.c
---- linux-2.6.39/arch/x86/kernel/tboot.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/kernel/tboot.c       2011-05-22 19:36:30.000000000 -0400
-@@ -218,7 +218,7 @@ static int tboot_setup_sleep(void)
+diff -urNp linux-3.0.4/arch/x86/kernel/tboot.c linux-3.0.4/arch/x86/kernel/tboot.c
+--- linux-3.0.4/arch/x86/kernel/tboot.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/kernel/tboot.c        2011-08-23 21:47:55.000000000 -0400
+@@ -217,7 +217,7 @@ static int tboot_setup_sleep(void)
  
  void tboot_shutdown(u32 shutdown_type)
  {
@@ -17583,7 +15260,7 @@ diff -urNp linux-2.6.39/arch/x86/kernel/tboot.c linux-2.6.39/arch/x86/kernel/tbo
  
        if (!tboot_enabled())
                return;
-@@ -240,7 +240,7 @@ void tboot_shutdown(u32 shutdown_type)
+@@ -239,7 +239,7 @@ void tboot_shutdown(u32 shutdown_type)
  
        switch_to_tboot_pt();
  
@@ -17592,7 +15269,7 @@ diff -urNp linux-2.6.39/arch/x86/kernel/tboot.c linux-2.6.39/arch/x86/kernel/tbo
        shutdown();
  
        /* should not reach here */
-@@ -297,7 +297,7 @@ void tboot_sleep(u8 sleep_state, u32 pm1
+@@ -296,7 +296,7 @@ void tboot_sleep(u8 sleep_state, u32 pm1
        tboot_shutdown(acpi_shutdown_map[sleep_state]);
  }
  
@@ -17601,7 +15278,7 @@ diff -urNp linux-2.6.39/arch/x86/kernel/tboot.c linux-2.6.39/arch/x86/kernel/tbo
  
  static int tboot_wait_for_aps(int num_aps)
  {
-@@ -321,9 +321,9 @@ static int __cpuinit tboot_cpu_callback(
+@@ -320,9 +320,9 @@ static int __cpuinit tboot_cpu_callback(
  {
        switch (action) {
        case CPU_DYING:
@@ -17613,7 +15290,7 @@ diff -urNp linux-2.6.39/arch/x86/kernel/tboot.c linux-2.6.39/arch/x86/kernel/tbo
                                return NOTIFY_BAD;
                break;
        }
-@@ -342,7 +342,7 @@ static __init int tboot_late_init(void)
+@@ -341,7 +341,7 @@ static __init int tboot_late_init(void)
  
        tboot_create_trampoline();
  
@@ -17622,18 +15299,10 @@ diff -urNp linux-2.6.39/arch/x86/kernel/tboot.c linux-2.6.39/arch/x86/kernel/tbo
        register_hotcpu_notifier(&tboot_cpu_notifier);
        return 0;
  }
-diff -urNp linux-2.6.39/arch/x86/kernel/time.c linux-2.6.39/arch/x86/kernel/time.c
---- linux-2.6.39/arch/x86/kernel/time.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/kernel/time.c        2011-05-22 19:36:30.000000000 -0400
-@@ -22,17 +22,13 @@
- #include <asm/hpet.h>
- #include <asm/time.h>
--#ifdef CONFIG_X86_64
--volatile unsigned long __jiffies __section_jiffies = INITIAL_JIFFIES;
--#endif
--
- unsigned long profile_pc(struct pt_regs *regs)
+diff -urNp linux-3.0.4/arch/x86/kernel/time.c linux-3.0.4/arch/x86/kernel/time.c
+--- linux-3.0.4/arch/x86/kernel/time.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/kernel/time.c 2011-08-23 21:47:55.000000000 -0400
+@@ -30,9 +30,9 @@ unsigned long profile_pc(struct pt_regs 
  {
        unsigned long pc = instruction_pointer(regs);
  
@@ -17645,7 +15314,7 @@ diff -urNp linux-2.6.39/arch/x86/kernel/time.c linux-2.6.39/arch/x86/kernel/time
  #else
                unsigned long *sp =
                        (unsigned long *)kernel_stack_pointer(regs);
-@@ -41,11 +37,17 @@ unsigned long profile_pc(struct pt_regs 
+@@ -41,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.
                 */
@@ -17663,9 +15332,9 @@ diff -urNp linux-2.6.39/arch/x86/kernel/time.c linux-2.6.39/arch/x86/kernel/time
        }
        return pc;
  }
-diff -urNp linux-2.6.39/arch/x86/kernel/tls.c linux-2.6.39/arch/x86/kernel/tls.c
---- linux-2.6.39/arch/x86/kernel/tls.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/kernel/tls.c 2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/kernel/tls.c linux-3.0.4/arch/x86/kernel/tls.c
+--- linux-3.0.4/arch/x86/kernel/tls.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/kernel/tls.c  2011-08-23 21:47:55.000000000 -0400
 @@ -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;
@@ -17678,9 +15347,9 @@ diff -urNp linux-2.6.39/arch/x86/kernel/tls.c linux-2.6.39/arch/x86/kernel/tls.c
        set_tls_desc(p, idx, &info, 1);
  
        return 0;
-diff -urNp linux-2.6.39/arch/x86/kernel/trampoline_32.S linux-2.6.39/arch/x86/kernel/trampoline_32.S
---- linux-2.6.39/arch/x86/kernel/trampoline_32.S       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/kernel/trampoline_32.S       2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/kernel/trampoline_32.S linux-3.0.4/arch/x86/kernel/trampoline_32.S
+--- linux-3.0.4/arch/x86/kernel/trampoline_32.S        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/kernel/trampoline_32.S        2011-08-23 21:47:55.000000000 -0400
 @@ -32,6 +32,12 @@
  #include <asm/segment.h>
  #include <asm/page_types.h>
@@ -17703,9 +15372,9 @@ diff -urNp linux-2.6.39/arch/x86/kernel/trampoline_32.S linux-2.6.39/arch/x86/ke
  
        # 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.39/arch/x86/kernel/trampoline_64.S linux-2.6.39/arch/x86/kernel/trampoline_64.S
---- linux-2.6.39/arch/x86/kernel/trampoline_64.S       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/kernel/trampoline_64.S       2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/kernel/trampoline_64.S linux-3.0.4/arch/x86/kernel/trampoline_64.S
+--- linux-3.0.4/arch/x86/kernel/trampoline_64.S        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/kernel/trampoline_64.S        2011-08-23 21:47:55.000000000 -0400
 @@ -90,7 +90,7 @@ startup_32:
        movl    $__KERNEL_DS, %eax      # Initialize the %ds segment register
        movl    %eax, %ds
@@ -17724,9 +15393,9 @@ diff -urNp linux-2.6.39/arch/x86/kernel/trampoline_64.S linux-2.6.39/arch/x86/ke
        .long   tgdt - r_base
        .short 0
        .quad   0x00cf9b000000ffff      # __KERNEL32_CS
-diff -urNp linux-2.6.39/arch/x86/kernel/traps.c linux-2.6.39/arch/x86/kernel/traps.c
---- linux-2.6.39/arch/x86/kernel/traps.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/kernel/traps.c       2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/kernel/traps.c linux-3.0.4/arch/x86/kernel/traps.c
+--- linux-3.0.4/arch/x86/kernel/traps.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/kernel/traps.c        2011-08-23 21:47:55.000000000 -0400
 @@ -70,12 +70,6 @@ asmlinkage int system_call(void);
  
  /* Do we ignore FPU interrupts ? */
@@ -17842,7 +15511,25 @@ diff -urNp linux-2.6.39/arch/x86/kernel/traps.c linux-2.6.39/arch/x86/kernel/tra
        die("general protection fault", regs, error_code);
  }
  
-@@ -569,7 +598,7 @@ dotraplinkage void __kprobes do_debug(st
+@@ -433,6 +462,17 @@ static notrace __kprobes void default_do
+ dotraplinkage notrace __kprobes void
+ do_nmi(struct pt_regs *regs, long error_code)
+ {
++
++#if defined(CONFIG_X86_32) && defined(CONFIG_PAX_KERNEXEC)
++      if (!user_mode(regs)) {
++              unsigned long cs = regs->cs & 0xFFFF;
++              unsigned long ip = ktva_ktla(regs->ip);
++
++              if ((cs == __KERNEL_CS || cs == __KERNEXEC_KERNEL_CS) && ip <= (unsigned long)_etext)
++                      regs->ip = ip;
++      }
++#endif
++
+       nmi_enter();
+       inc_irq_stat(__nmi_count);
+@@ -569,7 +609,7 @@ dotraplinkage void __kprobes do_debug(st
        /* It's safe to allow irq's after DR6 has been saved */
        preempt_conditional_sti(regs);
  
@@ -17851,7 +15538,7 @@ diff -urNp linux-2.6.39/arch/x86/kernel/traps.c linux-2.6.39/arch/x86/kernel/tra
                handle_vm86_trap((struct kernel_vm86_regs *) regs,
                                error_code, 1);
                preempt_conditional_cli(regs);
-@@ -583,7 +612,7 @@ dotraplinkage void __kprobes do_debug(st
+@@ -583,7 +623,7 @@ dotraplinkage void __kprobes do_debug(st
         * We already checked v86 mode above, so we can check for kernel mode
         * by just checking the CPL of CS.
         */
@@ -17860,7 +15547,7 @@ diff -urNp linux-2.6.39/arch/x86/kernel/traps.c linux-2.6.39/arch/x86/kernel/tra
                tsk->thread.debugreg6 &= ~DR_STEP;
                set_tsk_thread_flag(tsk, TIF_SINGLESTEP);
                regs->flags &= ~X86_EFLAGS_TF;
-@@ -612,7 +641,7 @@ void math_error(struct pt_regs *regs, in
+@@ -612,7 +652,7 @@ void math_error(struct pt_regs *regs, in
                return;
        conditional_sti(regs);
  
@@ -17869,7 +15556,7 @@ diff -urNp linux-2.6.39/arch/x86/kernel/traps.c linux-2.6.39/arch/x86/kernel/tra
        {
                if (!fixup_exception(regs)) {
                        task->thread.error_code = error_code;
-@@ -723,7 +752,7 @@ asmlinkage void __attribute__((weak)) sm
+@@ -723,7 +763,7 @@ asmlinkage void __attribute__((weak)) sm
  void __math_state_restore(void)
  {
        struct thread_info *thread = current_thread_info();
@@ -17878,7 +15565,7 @@ diff -urNp linux-2.6.39/arch/x86/kernel/traps.c linux-2.6.39/arch/x86/kernel/tra
  
        /*
         * Paranoid restore. send a SIGSEGV if we fail to restore the state.
-@@ -750,8 +779,7 @@ void __math_state_restore(void)
+@@ -750,8 +790,7 @@ void __math_state_restore(void)
   */
  asmlinkage void math_state_restore(void)
  {
@@ -17888,9 +15575,20 @@ diff -urNp linux-2.6.39/arch/x86/kernel/traps.c linux-2.6.39/arch/x86/kernel/tra
  
        if (!tsk_used_math(tsk)) {
                local_irq_enable();
-diff -urNp linux-2.6.39/arch/x86/kernel/vm86_32.c linux-2.6.39/arch/x86/kernel/vm86_32.c
---- linux-2.6.39/arch/x86/kernel/vm86_32.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/kernel/vm86_32.c     2011-05-22 19:41:32.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/kernel/verify_cpu.S linux-3.0.4/arch/x86/kernel/verify_cpu.S
+--- linux-3.0.4/arch/x86/kernel/verify_cpu.S   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/kernel/verify_cpu.S   2011-08-23 21:48:14.000000000 -0400
+@@ -20,6 +20,7 @@
+  *    arch/x86/boot/compressed/head_64.S: Boot cpu verification
+  *    arch/x86/kernel/trampoline_64.S: secondary processor verification
+  *    arch/x86/kernel/head_32.S: processor startup
++ *    arch/x86/kernel/acpi/realmode/wakeup.S: 32bit processor resume
+  *
+  *    verify_cpu, returns the status of longmode and SSE in register %eax.
+  *            0: Success    1: Failure
+diff -urNp linux-3.0.4/arch/x86/kernel/vm86_32.c linux-3.0.4/arch/x86/kernel/vm86_32.c
+--- linux-3.0.4/arch/x86/kernel/vm86_32.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/kernel/vm86_32.c      2011-08-23 21:48:14.000000000 -0400
 @@ -41,6 +41,7 @@
  #include <linux/ptrace.h>
  #include <linux/audit.h>
@@ -17955,9 +15653,9 @@ diff -urNp linux-2.6.39/arch/x86/kernel/vm86_32.c linux-2.6.39/arch/x86/kernel/v
        if (get_user(segoffs, intr_ptr))
                goto cannot_handle;
        if ((segoffs >> 16) == BIOSSEG)
-diff -urNp linux-2.6.39/arch/x86/kernel/vmlinux.lds.S linux-2.6.39/arch/x86/kernel/vmlinux.lds.S
---- linux-2.6.39/arch/x86/kernel/vmlinux.lds.S 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/kernel/vmlinux.lds.S 2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/kernel/vmlinux.lds.S linux-3.0.4/arch/x86/kernel/vmlinux.lds.S
+--- linux-3.0.4/arch/x86/kernel/vmlinux.lds.S  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/kernel/vmlinux.lds.S  2011-08-23 21:47:55.000000000 -0400
 @@ -26,6 +26,13 @@
  #include <asm/page_types.h>
  #include <asm/cache.h>
@@ -17972,19 +15670,7 @@ diff -urNp linux-2.6.39/arch/x86/kernel/vmlinux.lds.S linux-2.6.39/arch/x86/kern
  
  #undef i386     /* in case the preprocessor is a 32bit one */
  
-@@ -34,11 +41,9 @@ OUTPUT_FORMAT(CONFIG_OUTPUT_FORMAT, CONF
- #ifdef CONFIG_X86_32
- OUTPUT_ARCH(i386)
- ENTRY(phys_startup_32)
--jiffies = jiffies_64;
- #else
- OUTPUT_ARCH(i386:x86-64)
- ENTRY(phys_startup_64)
--jiffies_64 = jiffies;
- #endif
- #if defined(CONFIG_X86_64) && defined(CONFIG_DEBUG_RODATA)
-@@ -69,31 +74,46 @@ jiffies_64 = jiffies;
+@@ -69,31 +76,46 @@ jiffies_64 = jiffies;
  
  PHDRS {
        text PT_LOAD FLAGS(5);          /* R_E */
@@ -18038,7 +15724,7 @@ diff -urNp linux-2.6.39/arch/x86/kernel/vmlinux.lds.S linux-2.6.39/arch/x86/kern
                HEAD_TEXT
  #ifdef CONFIG_X86_32
                . = ALIGN(PAGE_SIZE);
-@@ -109,13 +129,47 @@ SECTIONS
+@@ -109,13 +131,47 @@ SECTIONS
                IRQENTRY_TEXT
                *(.fixup)
                *(.gnu.warning)
@@ -18068,8 +15754,7 @@ diff -urNp linux-2.6.39/arch/x86/kernel/vmlinux.lds.S linux-2.6.39/arch/x86/kern
 +              /* End of text section */
 +              _etext = . - __KERNEL_TEXT_OFFSET;
 +      }
--      EXCEPTION_TABLE(16) :text = 0x9090
++
 +#ifdef CONFIG_X86_32
 +      . = ALIGN(PAGE_SIZE);
 +      .rodata.page_aligned : AT(ADDR(.rodata.page_aligned) - LOAD_OFFSET) {
@@ -18085,12 +15770,13 @@ diff -urNp linux-2.6.39/arch/x86/kernel/vmlinux.lds.S linux-2.6.39/arch/x86/kern
 +
 +      . = ALIGN(PAGE_SIZE);
 +      NOTES :rodata :note
-+
+-      EXCEPTION_TABLE(16) :text = 0x9090
 +      EXCEPTION_TABLE(16) :rodata
  
  #if defined(CONFIG_DEBUG_RODATA)
        /* .text should occupy whole number of pages */
-@@ -127,16 +181,20 @@ SECTIONS
+@@ -127,16 +183,20 @@ SECTIONS
  
        /* Data */
        .data : AT(ADDR(.data) - LOAD_OFFSET) {
@@ -18114,29 +15800,7 @@ diff -urNp linux-2.6.39/arch/x86/kernel/vmlinux.lds.S linux-2.6.39/arch/x86/kern
  
                PAGE_ALIGNED_DATA(PAGE_SIZE)
  
-@@ -145,6 +203,8 @@ SECTIONS
-               DATA_DATA
-               CONSTRUCTORS
-+              jiffies = jiffies_64;
-+
-               /* rarely changed data like cpu maps */
-               READ_MOSTLY_DATA(INTERNODE_CACHE_BYTES)
-@@ -199,12 +259,6 @@ SECTIONS
-       }
-       vgetcpu_mode = VVIRT(.vgetcpu_mode);
--      . = ALIGN(L1_CACHE_BYTES);
--      .jiffies : AT(VLOAD(.jiffies)) {
--              *(.jiffies)
--      }
--      jiffies = VVIRT(.jiffies);
--
-       .vsyscall_3 ADDR(.vsyscall_0) + 3072: AT(VLOAD(.vsyscall_3)) {
-               *(.vsyscall_3)
-       }
-@@ -220,12 +274,19 @@ SECTIONS
+@@ -208,12 +268,19 @@ SECTIONS
  #endif /* CONFIG_X86_64 */
  
        /* Init code and data - will be freed after init */
@@ -18159,7 +15823,7 @@ diff -urNp linux-2.6.39/arch/x86/kernel/vmlinux.lds.S linux-2.6.39/arch/x86/kern
        /*
         * percpu offsets are zero-based on SMP.  PERCPU_VADDR() changes the
         * output PHDR, so the next output section - .init.text - should
-@@ -234,12 +295,27 @@ SECTIONS
+@@ -222,12 +289,27 @@ SECTIONS
        PERCPU_VADDR(INTERNODE_CACHE_BYTES, 0, :percpu)
  #endif
  
@@ -18192,7 +15856,7 @@ diff -urNp linux-2.6.39/arch/x86/kernel/vmlinux.lds.S linux-2.6.39/arch/x86/kern
  
        /*
         * Code and data for a variety of lowlevel trampolines, to be
-@@ -306,19 +382,12 @@ SECTIONS
+@@ -301,19 +383,12 @@ SECTIONS
        }
  
        . = ALIGN(8);
@@ -18210,10 +15874,10 @@ diff -urNp linux-2.6.39/arch/x86/kernel/vmlinux.lds.S linux-2.6.39/arch/x86/kern
  
 -#if !defined(CONFIG_X86_64) || !defined(CONFIG_SMP)
 +#ifndef CONFIG_SMP
-       PERCPU(INTERNODE_CACHE_BYTES, PAGE_SIZE)
+       PERCPU_SECTION(INTERNODE_CACHE_BYTES)
  #endif
  
-@@ -337,16 +406,10 @@ SECTIONS
+@@ -332,16 +407,10 @@ SECTIONS
        .smp_locks : AT(ADDR(.smp_locks) - LOAD_OFFSET) {
                __smp_locks = .;
                *(.smp_locks)
@@ -18231,7 +15895,7 @@ diff -urNp linux-2.6.39/arch/x86/kernel/vmlinux.lds.S linux-2.6.39/arch/x86/kern
        /* BSS */
        . = ALIGN(PAGE_SIZE);
        .bss : AT(ADDR(.bss) - LOAD_OFFSET) {
-@@ -362,6 +425,7 @@ SECTIONS
+@@ -357,6 +426,7 @@ SECTIONS
                __brk_base = .;
                . += 64 * 1024;         /* 64k alignment slop space */
                *(.brk_reservation)     /* areas brk users have reserved */
@@ -18239,7 +15903,7 @@ diff -urNp linux-2.6.39/arch/x86/kernel/vmlinux.lds.S linux-2.6.39/arch/x86/kern
                __brk_limit = .;
        }
  
-@@ -388,13 +452,12 @@ SECTIONS
+@@ -383,13 +453,12 @@ SECTIONS
   * for the boot processor.
   */
  #define INIT_PER_CPU(x) init_per_cpu__##x = x + __per_cpu_load
@@ -18254,29 +15918,30 @@ diff -urNp linux-2.6.39/arch/x86/kernel/vmlinux.lds.S linux-2.6.39/arch/x86/kern
           "kernel image bigger than KERNEL_IMAGE_SIZE");
  
  #ifdef CONFIG_SMP
-diff -urNp linux-2.6.39/arch/x86/kernel/vsyscall_64.c linux-2.6.39/arch/x86/kernel/vsyscall_64.c
---- linux-2.6.39/arch/x86/kernel/vsyscall_64.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/kernel/vsyscall_64.c 2011-05-22 19:36:30.000000000 -0400
-@@ -80,6 +80,7 @@ void update_vsyscall(struct timespec *wa
-       write_seqlock_irqsave(&vsyscall_gtod_data.lock, flags);
-       /* copy vsyscall data */
-+      strlcpy(vsyscall_gtod_data.clock.name, clock->name, sizeof vsyscall_gtod_data.clock.name);
-       vsyscall_gtod_data.clock.vread = clock->vread;
-       vsyscall_gtod_data.clock.cycle_last = clock->cycle_last;
-       vsyscall_gtod_data.clock.mask = clock->mask;
-@@ -208,7 +209,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. */
--      if (tcache && tcache->blob[0] == (j = __jiffies)) {
-+      if (tcache && tcache->blob[0] == (j = jiffies)) {
-               p = tcache->blob[1];
-       } else if (__vgetcpu_mode == VGETCPU_RDTSCP) {
-               /* Load per CPU data from RDTSCP */
-diff -urNp linux-2.6.39/arch/x86/kernel/x8664_ksyms_64.c linux-2.6.39/arch/x86/kernel/x8664_ksyms_64.c
---- linux-2.6.39/arch/x86/kernel/x8664_ksyms_64.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/kernel/x8664_ksyms_64.c      2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/kernel/vsyscall_64.c linux-3.0.4/arch/x86/kernel/vsyscall_64.c
+--- linux-3.0.4/arch/x86/kernel/vsyscall_64.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/kernel/vsyscall_64.c  2011-08-23 21:47:55.000000000 -0400
+@@ -53,7 +53,7 @@ DEFINE_VVAR(int, vgetcpu_mode);
+ DEFINE_VVAR(struct vsyscall_gtod_data, vsyscall_gtod_data) =
+ {
+       .lock = __SEQLOCK_UNLOCKED(__vsyscall_gtod_data.lock),
+-      .sysctl_enabled = 1,
++      .sysctl_enabled = 0,
+ };
+ void update_vsyscall_tz(void)
+@@ -231,7 +231,7 @@ static long __vsyscall(3) venosys_1(void
+ static ctl_table kernel_table2[] = {
+       { .procname = "vsyscall64",
+         .data = &vsyscall_gtod_data.sysctl_enabled, .maxlen = sizeof(int),
+-        .mode = 0644,
++        .mode = 0444,
+         .proc_handler = proc_dointvec },
+       {}
+ };
+diff -urNp linux-3.0.4/arch/x86/kernel/x8664_ksyms_64.c linux-3.0.4/arch/x86/kernel/x8664_ksyms_64.c
+--- linux-3.0.4/arch/x86/kernel/x8664_ksyms_64.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/kernel/x8664_ksyms_64.c       2011-08-23 21:47:55.000000000 -0400
 @@ -29,8 +29,6 @@ EXPORT_SYMBOL(__put_user_8);
  EXPORT_SYMBOL(copy_user_generic_string);
  EXPORT_SYMBOL(copy_user_generic_unrolled);
@@ -18286,9 +15951,9 @@ diff -urNp linux-2.6.39/arch/x86/kernel/x8664_ksyms_64.c linux-2.6.39/arch/x86/k
  
  EXPORT_SYMBOL(copy_page);
  EXPORT_SYMBOL(clear_page);
-diff -urNp linux-2.6.39/arch/x86/kernel/xsave.c linux-2.6.39/arch/x86/kernel/xsave.c
---- linux-2.6.39/arch/x86/kernel/xsave.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/kernel/xsave.c       2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/kernel/xsave.c linux-3.0.4/arch/x86/kernel/xsave.c
+--- linux-3.0.4/arch/x86/kernel/xsave.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/kernel/xsave.c        2011-08-23 21:47:55.000000000 -0400
 @@ -130,7 +130,7 @@ int check_for_xstate(struct i387_fxsave_
            fx_sw_user->xstate_size > fx_sw_user->extended_size)
                return -EINVAL;
@@ -18316,10 +15981,10 @@ diff -urNp linux-2.6.39/arch/x86/kernel/xsave.c linux-2.6.39/arch/x86/kernel/xsa
                                       buf);
        if (unlikely(err)) {
                /*
-diff -urNp linux-2.6.39/arch/x86/kvm/emulate.c linux-2.6.39/arch/x86/kvm/emulate.c
---- linux-2.6.39/arch/x86/kvm/emulate.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/kvm/emulate.c        2011-05-22 19:36:30.000000000 -0400
-@@ -89,7 +89,7 @@
+diff -urNp linux-3.0.4/arch/x86/kvm/emulate.c linux-3.0.4/arch/x86/kvm/emulate.c
+--- linux-3.0.4/arch/x86/kvm/emulate.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/kvm/emulate.c 2011-08-23 21:47:55.000000000 -0400
+@@ -96,7 +96,7 @@
  #define Src2ImmByte (2<<29)
  #define Src2One     (3<<29)
  #define Src2Imm     (4<<29)
@@ -18328,7 +15993,7 @@ diff -urNp linux-2.6.39/arch/x86/kvm/emulate.c linux-2.6.39/arch/x86/kvm/emulate
  
  #define X2(x...) x, x
  #define X3(x...) X2(x), x
-@@ -190,6 +190,7 @@ struct group_dual {
+@@ -207,6 +207,7 @@ struct gprefix {
  
  #define ____emulate_2op(_op, _src, _dst, _eflags, _x, _y, _suffix, _dsttype) \
        do {                                                            \
@@ -18336,7 +16001,7 @@ diff -urNp linux-2.6.39/arch/x86/kvm/emulate.c linux-2.6.39/arch/x86/kvm/emulate
                __asm__ __volatile__ (                                  \
                        _PRE_EFLAGS("0", "4", "2")                      \
                        _op _suffix " %"_x"3,%1; "                      \
-@@ -203,8 +204,6 @@ struct group_dual {
+@@ -220,8 +221,6 @@ struct gprefix {
  /* Raw emulation: instruction has two explicit operands. */
  #define __emulate_2op_nobyte(_op,_src,_dst,_eflags,_wx,_wy,_lx,_ly,_qx,_qy) \
        do {                                                            \
@@ -18345,7 +16010,7 @@ diff -urNp linux-2.6.39/arch/x86/kvm/emulate.c linux-2.6.39/arch/x86/kvm/emulate
                switch ((_dst).bytes) {                                 \
                case 2:                                                 \
                        ____emulate_2op(_op,_src,_dst,_eflags,_wx,_wy,"w",u16);\
-@@ -220,7 +219,6 @@ struct group_dual {
+@@ -237,7 +236,6 @@ struct gprefix {
  
  #define __emulate_2op(_op,_src,_dst,_eflags,_bx,_by,_wx,_wy,_lx,_ly,_qx,_qy) \
        do {                                                                 \
@@ -18353,9 +16018,9 @@ diff -urNp linux-2.6.39/arch/x86/kvm/emulate.c linux-2.6.39/arch/x86/kvm/emulate
                switch ((_dst).bytes) {                                      \
                case 1:                                                      \
                        ____emulate_2op(_op,_src,_dst,_eflags,_bx,_by,"b",u8); \
-diff -urNp linux-2.6.39/arch/x86/kvm/lapic.c linux-2.6.39/arch/x86/kvm/lapic.c
---- linux-2.6.39/arch/x86/kvm/lapic.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/kvm/lapic.c  2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/kvm/lapic.c linux-3.0.4/arch/x86/kvm/lapic.c
+--- linux-3.0.4/arch/x86/kvm/lapic.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/kvm/lapic.c   2011-08-23 21:47:55.000000000 -0400
 @@ -53,7 +53,7 @@
  #define APIC_BUS_CYCLE_NS 1
  
@@ -18365,10 +16030,10 @@ diff -urNp linux-2.6.39/arch/x86/kvm/lapic.c linux-2.6.39/arch/x86/kvm/lapic.c
  
  #define APIC_LVT_NUM                  6
  /* 14 is the version for Xeon and Pentium 8.4.8*/
-diff -urNp linux-2.6.39/arch/x86/kvm/mmu.c linux-2.6.39/arch/x86/kvm/mmu.c
---- linux-2.6.39/arch/x86/kvm/mmu.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/kvm/mmu.c    2011-05-22 19:36:30.000000000 -0400
-@@ -3240,7 +3240,7 @@ void kvm_mmu_pte_write(struct kvm_vcpu *
+diff -urNp linux-3.0.4/arch/x86/kvm/mmu.c linux-3.0.4/arch/x86/kvm/mmu.c
+--- linux-3.0.4/arch/x86/kvm/mmu.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/kvm/mmu.c     2011-08-23 21:47:55.000000000 -0400
+@@ -3238,7 +3238,7 @@ void kvm_mmu_pte_write(struct kvm_vcpu *
  
        pgprintk("%s: gpa %llx bytes %d\n", __func__, gpa, bytes);
  
@@ -18377,8 +16042,8 @@ diff -urNp linux-2.6.39/arch/x86/kvm/mmu.c linux-2.6.39/arch/x86/kvm/mmu.c
  
        /*
         * Assume that the pte write on a page table of the same type
-@@ -3275,7 +3275,7 @@ void kvm_mmu_pte_write(struct kvm_vcpu *
-       smp_rmb();
+@@ -3270,7 +3270,7 @@ void kvm_mmu_pte_write(struct kvm_vcpu *
+       }
  
        spin_lock(&vcpu->kvm->mmu_lock);
 -      if (atomic_read(&vcpu->kvm->arch.invlpg_counter) != invlpg_counter)
@@ -18386,10 +16051,10 @@ diff -urNp linux-2.6.39/arch/x86/kvm/mmu.c linux-2.6.39/arch/x86/kvm/mmu.c
                gentry = 0;
        kvm_mmu_free_some_pages(vcpu);
        ++vcpu->kvm->stat.mmu_pte_write;
-diff -urNp linux-2.6.39/arch/x86/kvm/paging_tmpl.h linux-2.6.39/arch/x86/kvm/paging_tmpl.h
---- linux-2.6.39/arch/x86/kvm/paging_tmpl.h    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/kvm/paging_tmpl.h    2011-05-22 19:36:30.000000000 -0400
-@@ -552,6 +552,8 @@ static int FNAME(page_fault)(struct kvm_
+diff -urNp linux-3.0.4/arch/x86/kvm/paging_tmpl.h linux-3.0.4/arch/x86/kvm/paging_tmpl.h
+--- linux-3.0.4/arch/x86/kvm/paging_tmpl.h     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/kvm/paging_tmpl.h     2011-08-23 21:48:14.000000000 -0400
+@@ -583,6 +583,8 @@ static int FNAME(page_fault)(struct kvm_
        unsigned long mmu_seq;
        bool map_writable;
  
@@ -18398,7 +16063,7 @@ diff -urNp linux-2.6.39/arch/x86/kvm/paging_tmpl.h linux-2.6.39/arch/x86/kvm/pag
        pgprintk("%s: addr %lx err %x\n", __func__, addr, error_code);
  
        r = mmu_topup_memory_caches(vcpu);
-@@ -672,7 +674,7 @@ static void FNAME(invlpg)(struct kvm_vcp
+@@ -703,7 +705,7 @@ static void FNAME(invlpg)(struct kvm_vcp
        if (need_flush)
                kvm_flush_remote_tlbs(vcpu->kvm);
  
@@ -18407,10 +16072,10 @@ diff -urNp linux-2.6.39/arch/x86/kvm/paging_tmpl.h linux-2.6.39/arch/x86/kvm/pag
  
        spin_unlock(&vcpu->kvm->mmu_lock);
  
-diff -urNp linux-2.6.39/arch/x86/kvm/svm.c linux-2.6.39/arch/x86/kvm/svm.c
---- linux-2.6.39/arch/x86/kvm/svm.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/kvm/svm.c    2011-05-22 19:36:30.000000000 -0400
-@@ -3278,7 +3278,11 @@ static void reload_tss(struct kvm_vcpu *
+diff -urNp linux-3.0.4/arch/x86/kvm/svm.c linux-3.0.4/arch/x86/kvm/svm.c
+--- linux-3.0.4/arch/x86/kvm/svm.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/kvm/svm.c     2011-08-23 21:47:55.000000000 -0400
+@@ -3377,7 +3377,11 @@ static void reload_tss(struct kvm_vcpu *
        int cpu = raw_smp_processor_id();
  
        struct svm_cpu_data *sd = per_cpu(svm_data, cpu);
@@ -18422,7 +16087,7 @@ diff -urNp linux-2.6.39/arch/x86/kvm/svm.c linux-2.6.39/arch/x86/kvm/svm.c
        load_TR_desc();
  }
  
-@@ -3656,6 +3660,10 @@ static void svm_vcpu_run(struct kvm_vcpu
+@@ -3755,6 +3759,10 @@ static void svm_vcpu_run(struct kvm_vcpu
  #endif
  #endif
  
@@ -18433,19 +16098,10 @@ diff -urNp linux-2.6.39/arch/x86/kvm/svm.c linux-2.6.39/arch/x86/kvm/svm.c
        reload_tss(vcpu);
  
        local_irq_disable();
-@@ -3871,7 +3879,7 @@ static void svm_fpu_deactivate(struct kv
-       update_cr0_intercept(svm);
- }
--static struct kvm_x86_ops svm_x86_ops = {
-+static const struct kvm_x86_ops svm_x86_ops = {
-       .cpu_has_kvm_support = has_svm,
-       .disabled_by_bios = is_disabled,
-       .hardware_setup = svm_hardware_setup,
-diff -urNp linux-2.6.39/arch/x86/kvm/vmx.c linux-2.6.39/arch/x86/kvm/vmx.c
---- linux-2.6.39/arch/x86/kvm/vmx.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/kvm/vmx.c    2011-05-22 19:36:30.000000000 -0400
-@@ -725,7 +725,11 @@ static void reload_tss(void)
+diff -urNp linux-3.0.4/arch/x86/kvm/vmx.c linux-3.0.4/arch/x86/kvm/vmx.c
+--- linux-3.0.4/arch/x86/kvm/vmx.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/kvm/vmx.c     2011-08-23 21:47:55.000000000 -0400
+@@ -797,7 +797,11 @@ static void reload_tss(void)
        struct desc_struct *descs;
  
        descs = (void *)gdt->address;
@@ -18457,7 +16113,7 @@ diff -urNp linux-2.6.39/arch/x86/kvm/vmx.c linux-2.6.39/arch/x86/kvm/vmx.c
        load_TR_desc();
  }
  
-@@ -1648,8 +1652,11 @@ static __init int hardware_setup(void)
+@@ -1747,8 +1751,11 @@ static __init int hardware_setup(void)
        if (!cpu_has_vmx_flexpriority())
                flexpriority_enabled = 0;
  
@@ -18471,7 +16127,7 @@ diff -urNp linux-2.6.39/arch/x86/kvm/vmx.c linux-2.6.39/arch/x86/kvm/vmx.c
  
        if (enable_ept && !cpu_has_vmx_ept_2m_page())
                kvm_disable_largepages();
-@@ -2693,7 +2700,7 @@ static int vmx_vcpu_setup(struct vcpu_vm
+@@ -2814,7 +2821,7 @@ static int vmx_vcpu_setup(struct vcpu_vm
        vmcs_writel(HOST_IDTR_BASE, dt.address);   /* 22.2.4 */
  
        asm("mov $.Lkvm_vmx_return, %0" : "=r"(kvm_vmx_return));
@@ -18480,7 +16136,7 @@ diff -urNp linux-2.6.39/arch/x86/kvm/vmx.c linux-2.6.39/arch/x86/kvm/vmx.c
        vmcs_write32(VM_EXIT_MSR_STORE_COUNT, 0);
        vmcs_write32(VM_EXIT_MSR_LOAD_COUNT, 0);
        vmcs_write64(VM_EXIT_MSR_LOAD_ADDR, __pa(vmx->msr_autoload.host));
-@@ -4068,6 +4075,12 @@ static void __noclone vmx_vcpu_run(struc
+@@ -4211,6 +4218,12 @@ static void __noclone vmx_vcpu_run(struc
                "jmp .Lkvm_vmx_return \n\t"
                ".Llaunched: " __ex(ASM_VMX_VMRESUME) "\n\t"
                ".Lkvm_vmx_return: "
@@ -18493,7 +16149,7 @@ diff -urNp linux-2.6.39/arch/x86/kvm/vmx.c linux-2.6.39/arch/x86/kvm/vmx.c
                /* Save guest registers, load host registers, keep flags */
                "mov %0, %c[wordsize](%%"R"sp) \n\t"
                "pop %0 \n\t"
-@@ -4116,6 +4129,11 @@ static void __noclone vmx_vcpu_run(struc
+@@ -4259,6 +4272,11 @@ static void __noclone vmx_vcpu_run(struc
  #endif
                [cr2]"i"(offsetof(struct vcpu_vmx, vcpu.arch.cr2)),
                [wordsize]"i"(sizeof(ulong))
@@ -18505,7 +16161,7 @@ diff -urNp linux-2.6.39/arch/x86/kvm/vmx.c linux-2.6.39/arch/x86/kvm/vmx.c
              : "cc", "memory"
                , R"ax", R"bx", R"di", R"si"
  #ifdef CONFIG_X86_64
-@@ -4130,7 +4148,16 @@ static void __noclone vmx_vcpu_run(struc
+@@ -4276,7 +4294,16 @@ static void __noclone vmx_vcpu_run(struc
  
        vmx->idt_vectoring_info = vmcs_read32(IDT_VECTORING_INFO_FIELD);
  
@@ -18523,28 +16179,10 @@ diff -urNp linux-2.6.39/arch/x86/kvm/vmx.c linux-2.6.39/arch/x86/kvm/vmx.c
        vmx->launched = 1;
  
        vmx->exit_reason = vmcs_read32(VM_EXIT_REASON);
-@@ -4368,7 +4395,7 @@ static void vmx_set_supported_cpuid(u32 
- {
- }
--static struct kvm_x86_ops vmx_x86_ops = {
-+static const struct kvm_x86_ops vmx_x86_ops = {
-       .cpu_has_kvm_support = cpu_has_kvm_support,
-       .disabled_by_bios = vmx_disabled_by_bios,
-       .hardware_setup = hardware_setup,
-diff -urNp linux-2.6.39/arch/x86/kvm/x86.c linux-2.6.39/arch/x86/kvm/x86.c
---- linux-2.6.39/arch/x86/kvm/x86.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/kvm/x86.c    2011-05-22 19:36:30.000000000 -0400
-@@ -94,7 +94,7 @@ 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;
-@@ -2050,6 +2050,8 @@ long kvm_arch_dev_ioctl(struct file *fil
+diff -urNp linux-3.0.4/arch/x86/kvm/x86.c linux-3.0.4/arch/x86/kvm/x86.c
+--- linux-3.0.4/arch/x86/kvm/x86.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/kvm/x86.c     2011-08-23 21:47:55.000000000 -0400
+@@ -2057,6 +2057,8 @@ long kvm_arch_dev_ioctl(struct file *fil
                if (n < msr_list.nmsrs)
                        goto out;
                r = -EFAULT;
@@ -18553,7 +16191,7 @@ diff -urNp linux-2.6.39/arch/x86/kvm/x86.c linux-2.6.39/arch/x86/kvm/x86.c
                if (copy_to_user(user_msr_list->indices, &msrs_to_save,
                                 num_msrs_to_save * sizeof(u32)))
                        goto out;
-@@ -2217,15 +2219,20 @@ static int kvm_vcpu_ioctl_set_cpuid2(str
+@@ -2229,15 +2231,20 @@ static int kvm_vcpu_ioctl_set_cpuid2(str
                                     struct kvm_cpuid2 *cpuid,
                                     struct kvm_cpuid_entry2 __user *entries)
  {
@@ -18577,7 +16215,7 @@ diff -urNp linux-2.6.39/arch/x86/kvm/x86.c linux-2.6.39/arch/x86/kvm/x86.c
        vcpu->arch.cpuid_nent = cpuid->nent;
        kvm_apic_set_version(vcpu);
        kvm_x86_ops->cpuid_update(vcpu);
-@@ -2240,15 +2247,19 @@ static int kvm_vcpu_ioctl_get_cpuid2(str
+@@ -2252,15 +2259,19 @@ static int kvm_vcpu_ioctl_get_cpuid2(str
                                     struct kvm_cpuid2 *cpuid,
                                     struct kvm_cpuid_entry2 __user *entries)
  {
@@ -18600,7 +16238,7 @@ diff -urNp linux-2.6.39/arch/x86/kvm/x86.c linux-2.6.39/arch/x86/kvm/x86.c
        return 0;
  
  out:
-@@ -2526,7 +2537,7 @@ static int kvm_vcpu_ioctl_set_lapic(stru
+@@ -2579,7 +2590,7 @@ static int kvm_vcpu_ioctl_set_lapic(stru
  static int kvm_vcpu_ioctl_interrupt(struct kvm_vcpu *vcpu,
                                    struct kvm_interrupt *irq)
  {
@@ -18609,16 +16247,7 @@ diff -urNp linux-2.6.39/arch/x86/kvm/x86.c linux-2.6.39/arch/x86/kvm/x86.c
                return -EINVAL;
        if (irqchip_in_kernel(vcpu->kvm))
                return -ENXIO;
-@@ -4672,7 +4683,7 @@ static unsigned long kvm_get_guest_ip(vo
-       return ip;
- }
--static struct perf_guest_info_callbacks kvm_guest_cbs = {
-+static const struct perf_guest_info_callbacks kvm_guest_cbs = {
-       .is_in_guest            = kvm_is_in_guest,
-       .is_user_mode           = kvm_is_user_mode,
-       .get_guest_ip           = kvm_get_guest_ip,
-@@ -4690,10 +4701,10 @@ void kvm_after_handle_nmi(struct kvm_vcp
+@@ -4878,7 +4889,7 @@ void kvm_after_handle_nmi(struct kvm_vcp
  }
  EXPORT_SYMBOL_GPL(kvm_after_handle_nmi);
  
@@ -18626,14 +16255,25 @@ diff -urNp linux-2.6.39/arch/x86/kvm/x86.c linux-2.6.39/arch/x86/kvm/x86.c
 +int kvm_arch_init(const void *opaque)
  {
        int r;
--      struct kvm_x86_ops *ops = (struct kvm_x86_ops *)opaque;
-+      const struct kvm_x86_ops *ops = (const struct kvm_x86_ops *)opaque;
-       if (kvm_x86_ops) {
-               printk(KERN_ERR "kvm: already loaded the other module\n");
-diff -urNp linux-2.6.39/arch/x86/lib/atomic64_32.c linux-2.6.39/arch/x86/lib/atomic64_32.c
---- linux-2.6.39/arch/x86/lib/atomic64_32.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/lib/atomic64_32.c    2011-05-22 19:36:30.000000000 -0400
+       struct kvm_x86_ops *ops = (struct kvm_x86_ops *)opaque;
+diff -urNp linux-3.0.4/arch/x86/lguest/boot.c linux-3.0.4/arch/x86/lguest/boot.c
+--- linux-3.0.4/arch/x86/lguest/boot.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/lguest/boot.c 2011-08-23 21:47:55.000000000 -0400
+@@ -1176,9 +1176,10 @@ static __init int early_put_chars(u32 vt
+  * Rebooting also tells the Host we're finished, but the RESTART flag tells the
+  * Launcher to reboot us.
+  */
+-static void lguest_restart(char *reason)
++static __noreturn void lguest_restart(char *reason)
+ {
+       hcall(LHCALL_SHUTDOWN, __pa(reason), LGUEST_SHUTDOWN_RESTART, 0, 0);
++      BUG();
+ }
+ /*G:050
+diff -urNp linux-3.0.4/arch/x86/lib/atomic64_32.c linux-3.0.4/arch/x86/lib/atomic64_32.c
+--- linux-3.0.4/arch/x86/lib/atomic64_32.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/lib/atomic64_32.c     2011-08-23 21:47:55.000000000 -0400
 @@ -8,18 +8,30 @@
  
  long long atomic64_read_cx8(long long, const atomic64_t *v);
@@ -18712,9 +16352,9 @@ diff -urNp linux-2.6.39/arch/x86/lib/atomic64_32.c linux-2.6.39/arch/x86/lib/ato
  long long atomic64_dec_if_positive_386(atomic64_t *v);
  EXPORT_SYMBOL(atomic64_dec_if_positive_386);
  int atomic64_inc_not_zero_386(atomic64_t *v);
-diff -urNp linux-2.6.39/arch/x86/lib/atomic64_386_32.S linux-2.6.39/arch/x86/lib/atomic64_386_32.S
---- linux-2.6.39/arch/x86/lib/atomic64_386_32.S        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/lib/atomic64_386_32.S        2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/lib/atomic64_386_32.S linux-3.0.4/arch/x86/lib/atomic64_386_32.S
+--- linux-3.0.4/arch/x86/lib/atomic64_386_32.S 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/lib/atomic64_386_32.S 2011-08-23 21:47:55.000000000 -0400
 @@ -48,6 +48,10 @@ BEGIN(read)
        movl  (v), %eax
        movl 4(v), %edx
@@ -18970,10 +16610,17 @@ diff -urNp linux-2.6.39/arch/x86/lib/atomic64_386_32.S linux-2.6.39/arch/x86/lib
        js 1f
        movl %eax,  (v)
        movl %edx, 4(v)
-diff -urNp linux-2.6.39/arch/x86/lib/atomic64_cx8_32.S linux-2.6.39/arch/x86/lib/atomic64_cx8_32.S
---- linux-2.6.39/arch/x86/lib/atomic64_cx8_32.S        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/lib/atomic64_cx8_32.S        2011-05-22 19:36:30.000000000 -0400
-@@ -39,6 +39,14 @@ ENTRY(atomic64_read_cx8)
+diff -urNp linux-3.0.4/arch/x86/lib/atomic64_cx8_32.S linux-3.0.4/arch/x86/lib/atomic64_cx8_32.S
+--- linux-3.0.4/arch/x86/lib/atomic64_cx8_32.S 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/lib/atomic64_cx8_32.S 2011-09-17 18:31:51.000000000 -0400
+@@ -35,10 +35,24 @@ ENTRY(atomic64_read_cx8)
+       CFI_STARTPROC
+       read64 %ecx
++#ifdef CONFIG_PAX_KERNEXEC_PLUGIN
++      orb $0x80, 0x7(%rsp)
++#endif
+       ret
        CFI_ENDPROC
  ENDPROC(atomic64_read_cx8)
  
@@ -18981,6 +16628,9 @@ diff -urNp linux-2.6.39/arch/x86/lib/atomic64_cx8_32.S linux-2.6.39/arch/x86/lib
 +      CFI_STARTPROC
 +
 +      read64 %ecx
++#ifdef CONFIG_PAX_KERNEXEC_PLUGIN
++      orb $0x80, 0x7(%rsp)
++#endif
 +      ret
 +      CFI_ENDPROC
 +ENDPROC(atomic64_read_unchecked_cx8)
@@ -18988,7 +16638,14 @@ diff -urNp linux-2.6.39/arch/x86/lib/atomic64_cx8_32.S linux-2.6.39/arch/x86/lib
  ENTRY(atomic64_set_cx8)
        CFI_STARTPROC
  
-@@ -52,6 +60,19 @@ ENTRY(atomic64_set_cx8)
+@@ -48,10 +62,29 @@ ENTRY(atomic64_set_cx8)
+       cmpxchg8b (%esi)
+       jne 1b
++#ifdef CONFIG_PAX_KERNEXEC_PLUGIN
++      orb $0x80, 0x7(%rsp)
++#endif
+       ret
        CFI_ENDPROC
  ENDPROC(atomic64_set_cx8)
  
@@ -19001,6 +16658,9 @@ diff -urNp linux-2.6.39/arch/x86/lib/atomic64_cx8_32.S linux-2.6.39/arch/x86/lib
 +      cmpxchg8b (%esi)
 +      jne 1b
 +
++#ifdef CONFIG_PAX_KERNEXEC_PLUGIN
++      orb $0x80, 0x7(%rsp)
++#endif
 +      ret
 +      CFI_ENDPROC
 +ENDPROC(atomic64_set_unchecked_cx8)
@@ -19008,7 +16668,14 @@ diff -urNp linux-2.6.39/arch/x86/lib/atomic64_cx8_32.S linux-2.6.39/arch/x86/lib
  ENTRY(atomic64_xchg_cx8)
        CFI_STARTPROC
  
-@@ -66,8 +87,8 @@ ENTRY(atomic64_xchg_cx8)
+@@ -62,12 +95,15 @@ ENTRY(atomic64_xchg_cx8)
+       cmpxchg8b (%esi)
+       jne 1b
++#ifdef CONFIG_PAX_KERNEXEC_PLUGIN
++      orb $0x80, 0x7(%rsp)
++#endif
+       ret
        CFI_ENDPROC
  ENDPROC(atomic64_xchg_cx8)
  
@@ -19019,7 +16686,7 @@ diff -urNp linux-2.6.39/arch/x86/lib/atomic64_cx8_32.S linux-2.6.39/arch/x86/lib
        CFI_STARTPROC
        SAVE ebp
        SAVE ebx
-@@ -84,27 +105,43 @@ ENTRY(atomic64_\func\()_return_cx8)
+@@ -84,27 +120,46 @@ ENTRY(atomic64_\func\()_return_cx8)
        movl %edx, %ecx
        \ins\()l %esi, %ebx
        \insc\()l %edi, %ecx
@@ -19050,6 +16717,9 @@ diff -urNp linux-2.6.39/arch/x86/lib/atomic64_cx8_32.S linux-2.6.39/arch/x86/lib
        RESTORE esi
        RESTORE ebx
        RESTORE ebp
++#ifdef CONFIG_PAX_KERNEXEC_PLUGIN
++      orb $0x80, 0x7(%rsp)
++#endif
        ret
        CFI_ENDPROC
 -ENDPROC(atomic64_\func\()_return_cx8)
@@ -19068,7 +16738,7 @@ diff -urNp linux-2.6.39/arch/x86/lib/atomic64_cx8_32.S linux-2.6.39/arch/x86/lib
        CFI_STARTPROC
        SAVE ebx
  
-@@ -114,21 +151,38 @@ ENTRY(atomic64_\func\()_return_cx8)
+@@ -114,21 +169,41 @@ ENTRY(atomic64_\func\()_return_cx8)
        movl %edx, %ecx
        \ins\()l $1, %ebx
        \insc\()l $0, %ecx
@@ -19096,6 +16766,9 @@ diff -urNp linux-2.6.39/arch/x86/lib/atomic64_cx8_32.S linux-2.6.39/arch/x86/lib
 +.endif
 +
        RESTORE ebx
++#ifdef CONFIG_PAX_KERNEXEC_PLUGIN
++      orb $0x80, 0x7(%rsp)
++#endif
        ret
        CFI_ENDPROC
 -ENDPROC(atomic64_\func\()_return_cx8)
@@ -19109,7 +16782,7 @@ diff -urNp linux-2.6.39/arch/x86/lib/atomic64_cx8_32.S linux-2.6.39/arch/x86/lib
  
  ENTRY(atomic64_dec_if_positive_cx8)
        CFI_STARTPROC
-@@ -140,6 +194,13 @@ ENTRY(atomic64_dec_if_positive_cx8)
+@@ -140,6 +215,13 @@ ENTRY(atomic64_dec_if_positive_cx8)
        movl %edx, %ecx
        subl $1, %ebx
        sbb $0, %ecx
@@ -19123,7 +16796,17 @@ diff -urNp linux-2.6.39/arch/x86/lib/atomic64_cx8_32.S linux-2.6.39/arch/x86/lib
        js 2f
        LOCK_PREFIX
        cmpxchg8b (%esi)
-@@ -174,6 +235,13 @@ ENTRY(atomic64_add_unless_cx8)
+@@ -149,6 +231,9 @@ ENTRY(atomic64_dec_if_positive_cx8)
+       movl %ebx, %eax
+       movl %ecx, %edx
+       RESTORE ebx
++#ifdef CONFIG_PAX_KERNEXEC_PLUGIN
++      orb $0x80, 0x7(%rsp)
++#endif
+       ret
+       CFI_ENDPROC
+ ENDPROC(atomic64_dec_if_positive_cx8)
+@@ -174,6 +259,13 @@ ENTRY(atomic64_add_unless_cx8)
        movl %edx, %ecx
        addl %esi, %ebx
        adcl %edi, %ecx
@@ -19137,7 +16820,17 @@ diff -urNp linux-2.6.39/arch/x86/lib/atomic64_cx8_32.S linux-2.6.39/arch/x86/lib
        LOCK_PREFIX
        cmpxchg8b (%ebp)
        jne 1b
-@@ -206,6 +274,13 @@ ENTRY(atomic64_inc_not_zero_cx8)
+@@ -184,6 +276,9 @@ ENTRY(atomic64_add_unless_cx8)
+       CFI_ADJUST_CFA_OFFSET -8
+       RESTORE ebx
+       RESTORE ebp
++#ifdef CONFIG_PAX_KERNEXEC_PLUGIN
++      orb $0x80, 0x7(%rsp)
++#endif
+       ret
+ 4:
+       cmpl %edx, 4(%esp)
+@@ -206,6 +301,13 @@ ENTRY(atomic64_inc_not_zero_cx8)
        movl %edx, %ecx
        addl $1, %ebx
        adcl $0, %ecx
@@ -19151,9 +16844,19 @@ diff -urNp linux-2.6.39/arch/x86/lib/atomic64_cx8_32.S linux-2.6.39/arch/x86/lib
        LOCK_PREFIX
        cmpxchg8b (%esi)
        jne 1b
-diff -urNp linux-2.6.39/arch/x86/lib/checksum_32.S linux-2.6.39/arch/x86/lib/checksum_32.S
---- linux-2.6.39/arch/x86/lib/checksum_32.S    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/lib/checksum_32.S    2011-05-22 19:36:30.000000000 -0400
+@@ -213,6 +315,9 @@ ENTRY(atomic64_inc_not_zero_cx8)
+       movl $1, %eax
+ 3:
+       RESTORE ebx
++#ifdef CONFIG_PAX_KERNEXEC_PLUGIN
++      orb $0x80, 0x7(%rsp)
++#endif
+       ret
+ 4:
+       testl %edx, %edx
+diff -urNp linux-3.0.4/arch/x86/lib/checksum_32.S linux-3.0.4/arch/x86/lib/checksum_32.S
+--- linux-3.0.4/arch/x86/lib/checksum_32.S     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/lib/checksum_32.S     2011-08-23 21:47:55.000000000 -0400
 @@ -28,7 +28,8 @@
  #include <linux/linkage.h>
  #include <asm/dwarf2.h>
@@ -19398,10 +17101,40 @@ diff -urNp linux-2.6.39/arch/x86/lib/checksum_32.S linux-2.6.39/arch/x86/lib/che
                                
  #undef ROUND
  #undef ROUND1         
-diff -urNp linux-2.6.39/arch/x86/lib/clear_page_64.S linux-2.6.39/arch/x86/lib/clear_page_64.S
---- linux-2.6.39/arch/x86/lib/clear_page_64.S  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/lib/clear_page_64.S  2011-05-22 19:36:30.000000000 -0400
-@@ -43,7 +43,7 @@ ENDPROC(clear_page)
+diff -urNp linux-3.0.4/arch/x86/lib/clear_page_64.S linux-3.0.4/arch/x86/lib/clear_page_64.S
+--- linux-3.0.4/arch/x86/lib/clear_page_64.S   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/lib/clear_page_64.S   2011-09-17 18:31:51.000000000 -0400
+@@ -11,6 +11,9 @@ ENTRY(clear_page_c)
+       movl $4096/8,%ecx
+       xorl %eax,%eax
+       rep stosq
++#ifdef CONFIG_PAX_KERNEXEC_PLUGIN
++      orb $0x80, 0x7(%rsp)
++#endif
+       ret
+       CFI_ENDPROC
+ ENDPROC(clear_page_c)
+@@ -20,6 +23,9 @@ ENTRY(clear_page_c_e)
+       movl $4096,%ecx
+       xorl %eax,%eax
+       rep stosb
++#ifdef CONFIG_PAX_KERNEXEC_PLUGIN
++      orb $0x80, 0x7(%rsp)
++#endif
+       ret
+       CFI_ENDPROC
+ ENDPROC(clear_page_c_e)
+@@ -43,6 +49,9 @@ ENTRY(clear_page)
+       leaq    64(%rdi),%rdi
+       jnz     .Lloop
+       nop
++#ifdef CONFIG_PAX_KERNEXEC_PLUGIN
++      orb $0x80, 0x7(%rsp)
++#endif
+       ret
+       CFI_ENDPROC
+ .Lclear_page_end:
+@@ -58,7 +67,7 @@ ENDPROC(clear_page)
  
  #include <asm/cpufeature.h>
  
@@ -19409,11 +17142,31 @@ diff -urNp linux-2.6.39/arch/x86/lib/clear_page_64.S linux-2.6.39/arch/x86/lib/c
 +      .section .altinstr_replacement,"a"
  1:    .byte 0xeb                                      /* jmp <disp8> */
        .byte (clear_page_c - clear_page) - (2f - 1b)   /* offset */
- 2:
-diff -urNp linux-2.6.39/arch/x86/lib/copy_page_64.S linux-2.6.39/arch/x86/lib/copy_page_64.S
---- linux-2.6.39/arch/x86/lib/copy_page_64.S   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/lib/copy_page_64.S   2011-05-22 19:36:30.000000000 -0400
-@@ -104,7 +104,7 @@ ENDPROC(copy_page)
+ 2:    .byte 0xeb                                      /* jmp <disp8> */
+diff -urNp linux-3.0.4/arch/x86/lib/copy_page_64.S linux-3.0.4/arch/x86/lib/copy_page_64.S
+--- linux-3.0.4/arch/x86/lib/copy_page_64.S    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/lib/copy_page_64.S    2011-09-17 18:31:51.000000000 -0400
+@@ -8,6 +8,9 @@ copy_page_c:
+       CFI_STARTPROC
+       movl $4096/8,%ecx
+       rep movsq
++#ifdef CONFIG_PAX_KERNEXEC_PLUGIN
++      orb $0x80, 0x7(%rsp)
++#endif
+       ret
+       CFI_ENDPROC
+ ENDPROC(copy_page_c)
+@@ -94,6 +97,9 @@ ENTRY(copy_page)
+       CFI_RESTORE r13
+       addq    $3*8,%rsp
+       CFI_ADJUST_CFA_OFFSET -3*8
++#ifdef CONFIG_PAX_KERNEXEC_PLUGIN
++      orb $0x80, 0x7(%rsp)
++#endif
+       ret
+ .Lcopy_page_end:
+       CFI_ENDPROC
+@@ -104,7 +110,7 @@ ENDPROC(copy_page)
  
  #include <asm/cpufeature.h>
  
@@ -19422,26 +17175,27 @@ diff -urNp linux-2.6.39/arch/x86/lib/copy_page_64.S linux-2.6.39/arch/x86/lib/co
  1:    .byte 0xeb                                      /* jmp <disp8> */
        .byte (copy_page_c - copy_page) - (2f - 1b)     /* offset */
  2:
-diff -urNp linux-2.6.39/arch/x86/lib/copy_user_64.S linux-2.6.39/arch/x86/lib/copy_user_64.S
---- linux-2.6.39/arch/x86/lib/copy_user_64.S   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/lib/copy_user_64.S   2011-05-22 19:36:30.000000000 -0400
-@@ -15,13 +15,14 @@
- #include <asm/asm-offsets.h>
+diff -urNp linux-3.0.4/arch/x86/lib/copy_user_64.S linux-3.0.4/arch/x86/lib/copy_user_64.S
+--- linux-3.0.4/arch/x86/lib/copy_user_64.S    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/lib/copy_user_64.S    2011-09-17 18:31:51.000000000 -0400
+@@ -16,6 +16,7 @@
  #include <asm/thread_info.h>
  #include <asm/cpufeature.h>
+ #include <asm/alternative-asm.h>
 +#include <asm/pgtable.h>
  
-       .macro ALTERNATIVE_JUMP feature,orig,alt
- 0:
+ /*
+  * By placing feature2 after feature1 in altinstructions section, we logically
+@@ -29,7 +30,7 @@
        .byte 0xe9      /* 32bit jump */
        .long \orig-1f  /* by default jump to orig */
  1:
 -      .section .altinstr_replacement,"ax"
 +      .section .altinstr_replacement,"a"
  2:    .byte 0xe9                      /* near jump with 32bit immediate */
-       .long \alt-1b /* offset */   /* or alternatively to alt */
-       .previous
-@@ -64,37 +65,13 @@
+       .long \alt1-1b /* offset */   /* or alternatively to alt1 */
+ 3:    .byte 0xe9                      /* near jump with 32bit immediate */
+@@ -71,47 +72,22 @@
  #endif
        .endm
  
@@ -19453,8 +17207,10 @@ diff -urNp linux-2.6.39/arch/x86/lib/copy_user_64.S linux-2.6.39/arch/x86/lib/co
 -      addq %rdx,%rcx
 -      jc bad_to_user
 -      cmpq TI_addr_limit(%rax),%rcx
--      jae bad_to_user
--      ALTERNATIVE_JUMP X86_FEATURE_REP_GOOD,copy_user_generic_unrolled,copy_user_generic_string
+-      ja bad_to_user
+-      ALTERNATIVE_JUMP X86_FEATURE_REP_GOOD,X86_FEATURE_ERMS, \
+-              copy_user_generic_unrolled,copy_user_generic_string,    \
+-              copy_user_enhanced_fast_string
 -      CFI_ENDPROC
 -ENDPROC(_copy_to_user)
 -
@@ -19466,8 +17222,10 @@ diff -urNp linux-2.6.39/arch/x86/lib/copy_user_64.S linux-2.6.39/arch/x86/lib/co
 -      addq %rdx,%rcx
 -      jc bad_from_user
 -      cmpq TI_addr_limit(%rax),%rcx
--      jae bad_from_user
--      ALTERNATIVE_JUMP X86_FEATURE_REP_GOOD,copy_user_generic_unrolled,copy_user_generic_string
+-      ja bad_from_user
+-      ALTERNATIVE_JUMP X86_FEATURE_REP_GOOD,X86_FEATURE_ERMS, \
+-              copy_user_generic_unrolled,copy_user_generic_string,    \
+-              copy_user_enhanced_fast_string
 -      CFI_ENDPROC
 -ENDPROC(_copy_from_user)
 -
@@ -19481,9 +17239,48 @@ diff -urNp linux-2.6.39/arch/x86/lib/copy_user_64.S linux-2.6.39/arch/x86/lib/co
        movl %edx,%ecx
        xorl %eax,%eax
        rep
-diff -urNp linux-2.6.39/arch/x86/lib/copy_user_nocache_64.S linux-2.6.39/arch/x86/lib/copy_user_nocache_64.S
---- linux-2.6.39/arch/x86/lib/copy_user_nocache_64.S   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/lib/copy_user_nocache_64.S   2011-05-22 19:36:30.000000000 -0400
+       stosb
+ bad_to_user:
+       movl %edx,%eax
++#ifdef CONFIG_PAX_KERNEXEC_PLUGIN
++      orb $0x80, 0x7(%rsp)
++#endif
+       ret
+       CFI_ENDPROC
+ ENDPROC(bad_from_user)
+@@ -179,6 +155,9 @@ ENTRY(copy_user_generic_unrolled)
+       decl %ecx
+       jnz 21b
+ 23:   xor %eax,%eax
++#ifdef CONFIG_PAX_KERNEXEC_PLUGIN
++      orb $0x80, 0x7(%rsp)
++#endif
+       ret
+       .section .fixup,"ax"
+@@ -251,6 +230,9 @@ ENTRY(copy_user_generic_string)
+ 3:    rep
+       movsb
+ 4:    xorl %eax,%eax
++#ifdef CONFIG_PAX_KERNEXEC_PLUGIN
++      orb $0x80, 0x7(%rsp)
++#endif
+       ret
+       .section .fixup,"ax"
+@@ -287,6 +269,9 @@ ENTRY(copy_user_enhanced_fast_string)
+ 1:    rep
+       movsb
+ 2:    xorl %eax,%eax
++#ifdef CONFIG_PAX_KERNEXEC_PLUGIN
++      orb $0x80, 0x7(%rsp)
++#endif
+       ret
+       .section .fixup,"ax"
+diff -urNp linux-3.0.4/arch/x86/lib/copy_user_nocache_64.S linux-3.0.4/arch/x86/lib/copy_user_nocache_64.S
+--- linux-3.0.4/arch/x86/lib/copy_user_nocache_64.S    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/lib/copy_user_nocache_64.S    2011-09-17 18:31:51.000000000 -0400
 @@ -14,6 +14,7 @@
  #include <asm/current.h>
  #include <asm/asm-offsets.h>
@@ -19508,9 +17305,32 @@ diff -urNp linux-2.6.39/arch/x86/lib/copy_user_nocache_64.S linux-2.6.39/arch/x8
        cmpl $8,%edx
        jb 20f          /* less then 8 bytes, go to byte copy loop */
        ALIGN_DESTINATION
-diff -urNp linux-2.6.39/arch/x86/lib/csum-wrappers_64.c linux-2.6.39/arch/x86/lib/csum-wrappers_64.c
---- linux-2.6.39/arch/x86/lib/csum-wrappers_64.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/lib/csum-wrappers_64.c       2011-05-22 19:36:30.000000000 -0400
+@@ -98,6 +108,9 @@ ENTRY(__copy_user_nocache)
+       jnz 21b
+ 23:   xorl %eax,%eax
+       sfence
++#ifdef CONFIG_PAX_KERNEXEC_PLUGIN
++      orb $0x80, 0x7(%rsp)
++#endif
+       ret
+       .section .fixup,"ax"
+diff -urNp linux-3.0.4/arch/x86/lib/csum-copy_64.S linux-3.0.4/arch/x86/lib/csum-copy_64.S
+--- linux-3.0.4/arch/x86/lib/csum-copy_64.S    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/lib/csum-copy_64.S    2011-09-17 18:31:51.000000000 -0400
+@@ -228,6 +228,9 @@ ENTRY(csum_partial_copy_generic)
+       CFI_RESTORE rbp
+       addq $7*8, %rsp
+       CFI_ADJUST_CFA_OFFSET -7*8
++#ifdef CONFIG_PAX_KERNEXEC_PLUGIN
++      orb $0x80, 0x7(%rsp)
++#endif
+       ret
+       CFI_RESTORE_STATE
+diff -urNp linux-3.0.4/arch/x86/lib/csum-wrappers_64.c linux-3.0.4/arch/x86/lib/csum-wrappers_64.c
+--- linux-3.0.4/arch/x86/lib/csum-wrappers_64.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/lib/csum-wrappers_64.c        2011-08-23 21:47:55.000000000 -0400
 @@ -52,6 +52,12 @@ csum_partial_copy_from_user(const void _
                        len -= 2;
                }
@@ -19537,9 +17357,9 @@ diff -urNp linux-2.6.39/arch/x86/lib/csum-wrappers_64.c linux-2.6.39/arch/x86/li
        return csum_partial_copy_generic(src, (void __force *)dst,
                                         len, isum, NULL, errp);
  }
-diff -urNp linux-2.6.39/arch/x86/lib/getuser.S linux-2.6.39/arch/x86/lib/getuser.S
---- linux-2.6.39/arch/x86/lib/getuser.S        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/lib/getuser.S        2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/lib/getuser.S linux-3.0.4/arch/x86/lib/getuser.S
+--- linux-3.0.4/arch/x86/lib/getuser.S 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/lib/getuser.S 2011-08-23 21:47:55.000000000 -0400
 @@ -33,14 +33,35 @@
  #include <asm/asm-offsets.h>
  #include <asm/thread_info.h>
@@ -19645,9 +17465,9 @@ diff -urNp linux-2.6.39/arch/x86/lib/getuser.S linux-2.6.39/arch/x86/lib/getuser
  4:    movq -7(%_ASM_AX),%_ASM_DX
        xor %eax,%eax
        ret
-diff -urNp linux-2.6.39/arch/x86/lib/insn.c linux-2.6.39/arch/x86/lib/insn.c
---- linux-2.6.39/arch/x86/lib/insn.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/lib/insn.c   2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/lib/insn.c linux-3.0.4/arch/x86/lib/insn.c
+--- linux-3.0.4/arch/x86/lib/insn.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/lib/insn.c    2011-08-23 21:47:55.000000000 -0400
 @@ -21,6 +21,11 @@
  #include <linux/string.h>
  #include <asm/inat.h>
@@ -19671,9 +17491,141 @@ diff -urNp linux-2.6.39/arch/x86/lib/insn.c linux-2.6.39/arch/x86/lib/insn.c
        insn->x86_64 = x86_64 ? 1 : 0;
        insn->opnd_bytes = 4;
        if (x86_64)
-diff -urNp linux-2.6.39/arch/x86/lib/mmx_32.c linux-2.6.39/arch/x86/lib/mmx_32.c
---- linux-2.6.39/arch/x86/lib/mmx_32.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/lib/mmx_32.c 2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/lib/iomap_copy_64.S linux-3.0.4/arch/x86/lib/iomap_copy_64.S
+--- linux-3.0.4/arch/x86/lib/iomap_copy_64.S   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/lib/iomap_copy_64.S   2011-09-17 18:31:51.000000000 -0400
+@@ -25,6 +25,9 @@ ENTRY(__iowrite32_copy)
+       CFI_STARTPROC
+       movl %edx,%ecx
+       rep movsd
++#ifdef CONFIG_PAX_KERNEXEC_PLUGIN
++      orb $0x80, 0x7(%rsp)
++#endif
+       ret
+       CFI_ENDPROC
+ ENDPROC(__iowrite32_copy)
+diff -urNp linux-3.0.4/arch/x86/lib/memcpy_64.S linux-3.0.4/arch/x86/lib/memcpy_64.S
+--- linux-3.0.4/arch/x86/lib/memcpy_64.S       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/lib/memcpy_64.S       2011-09-17 18:31:51.000000000 -0400
+@@ -34,6 +34,9 @@
+       rep movsq
+       movl %edx, %ecx
+       rep movsb
++#ifdef CONFIG_PAX_KERNEXEC_PLUGIN
++      orb $0x80, 0x7(%rsp)
++#endif
+       ret
+ .Lmemcpy_e:
+       .previous
+@@ -51,6 +54,9 @@
+       movl %edx, %ecx
+       rep movsb
++#ifdef CONFIG_PAX_KERNEXEC_PLUGIN
++      orb $0x80, 0x7(%rsp)
++#endif
+       ret
+ .Lmemcpy_e_e:
+       .previous
+@@ -141,6 +147,9 @@ ENTRY(memcpy)
+       movq %r9,       1*8(%rdi)
+       movq %r10,      -2*8(%rdi, %rdx)
+       movq %r11,      -1*8(%rdi, %rdx)
++#ifdef CONFIG_PAX_KERNEXEC_PLUGIN
++      orb $0x80, 0x7(%rsp)
++#endif
+       retq
+       .p2align 4
+ .Lless_16bytes:
+@@ -153,6 +162,9 @@ ENTRY(memcpy)
+       movq -1*8(%rsi, %rdx),  %r9
+       movq %r8,       0*8(%rdi)
+       movq %r9,       -1*8(%rdi, %rdx)
++#ifdef CONFIG_PAX_KERNEXEC_PLUGIN
++      orb $0x80, 0x7(%rsp)
++#endif
+       retq
+       .p2align 4
+ .Lless_8bytes:
+@@ -166,6 +178,9 @@ ENTRY(memcpy)
+       movl -4(%rsi, %rdx), %r8d
+       movl %ecx, (%rdi)
+       movl %r8d, -4(%rdi, %rdx)
++#ifdef CONFIG_PAX_KERNEXEC_PLUGIN
++      orb $0x80, 0x7(%rsp)
++#endif
+       retq
+       .p2align 4
+ .Lless_3bytes:
+@@ -183,6 +198,9 @@ ENTRY(memcpy)
+       jnz .Lloop_1
+ .Lend:
++#ifdef CONFIG_PAX_KERNEXEC_PLUGIN
++      orb $0x80, 0x7(%rsp)
++#endif
+       retq
+       CFI_ENDPROC
+ ENDPROC(memcpy)
+diff -urNp linux-3.0.4/arch/x86/lib/memmove_64.S linux-3.0.4/arch/x86/lib/memmove_64.S
+--- linux-3.0.4/arch/x86/lib/memmove_64.S      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/lib/memmove_64.S      2011-09-17 18:31:51.000000000 -0400
+@@ -201,6 +201,9 @@ ENTRY(memmove)
+       movb (%rsi), %r11b
+       movb %r11b, (%rdi)
+ 13:
++#ifdef CONFIG_PAX_KERNEXEC_PLUGIN
++      orb $0x80, 0x7(%rsp)
++#endif
+       retq
+       CFI_ENDPROC
+@@ -209,6 +212,9 @@ ENTRY(memmove)
+       /* Forward moving data. */
+       movq %rdx, %rcx
+       rep movsb
++#ifdef CONFIG_PAX_KERNEXEC_PLUGIN
++      orb $0x80, 0x7(%rsp)
++#endif
+       retq
+ .Lmemmove_end_forward_efs:
+       .previous
+diff -urNp linux-3.0.4/arch/x86/lib/memset_64.S linux-3.0.4/arch/x86/lib/memset_64.S
+--- linux-3.0.4/arch/x86/lib/memset_64.S       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/lib/memset_64.S       2011-09-17 18:31:51.000000000 -0400
+@@ -31,6 +31,9 @@
+       movl %r8d,%ecx
+       rep stosb
+       movq %r9,%rax
++#ifdef CONFIG_PAX_KERNEXEC_PLUGIN
++      orb $0x80, 0x7(%rsp)
++#endif
+       ret
+ .Lmemset_e:
+       .previous
+@@ -53,6 +56,9 @@
+       movl %edx,%ecx
+       rep stosb
+       movq %r9,%rax
++#ifdef CONFIG_PAX_KERNEXEC_PLUGIN
++      orb $0x80, 0x7(%rsp)
++#endif
+       ret
+ .Lmemset_e_e:
+       .previous
+@@ -121,6 +127,9 @@ ENTRY(__memset)
+ .Lende:
+       movq    %r10,%rax
++#ifdef CONFIG_PAX_KERNEXEC_PLUGIN
++      orb $0x80, 0x7(%rsp)
++#endif
+       ret
+       CFI_RESTORE_STATE
+diff -urNp linux-3.0.4/arch/x86/lib/mmx_32.c linux-3.0.4/arch/x86/lib/mmx_32.c
+--- linux-3.0.4/arch/x86/lib/mmx_32.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/lib/mmx_32.c  2011-08-23 21:47:55.000000000 -0400
 @@ -29,6 +29,7 @@ void *_mmx_memcpy(void *to, const void *
  {
        void *p;
@@ -19989,9 +17941,9 @@ diff -urNp linux-2.6.39/arch/x86/lib/mmx_32.c linux-2.6.39/arch/x86/lib/mmx_32.c
  
                from += 64;
                to += 64;
-diff -urNp linux-2.6.39/arch/x86/lib/putuser.S linux-2.6.39/arch/x86/lib/putuser.S
---- linux-2.6.39/arch/x86/lib/putuser.S        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/lib/putuser.S        2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/lib/putuser.S linux-3.0.4/arch/x86/lib/putuser.S
+--- linux-3.0.4/arch/x86/lib/putuser.S 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/lib/putuser.S 2011-08-23 21:47:55.000000000 -0400
 @@ -15,7 +15,8 @@
  #include <asm/thread_info.h>
  #include <asm/errno.h>
@@ -20129,9 +18081,87 @@ diff -urNp linux-2.6.39/arch/x86/lib/putuser.S linux-2.6.39/arch/x86/lib/putuser
  #endif
        xor %eax,%eax
        EXIT
-diff -urNp linux-2.6.39/arch/x86/lib/usercopy_32.c linux-2.6.39/arch/x86/lib/usercopy_32.c
---- linux-2.6.39/arch/x86/lib/usercopy_32.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/lib/usercopy_32.c    2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/lib/rwlock_64.S linux-3.0.4/arch/x86/lib/rwlock_64.S
+--- linux-3.0.4/arch/x86/lib/rwlock_64.S       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/lib/rwlock_64.S       2011-09-17 18:31:51.000000000 -0400
+@@ -17,6 +17,9 @@ ENTRY(__write_lock_failed)
+       LOCK_PREFIX
+       subl $RW_LOCK_BIAS,(%rdi)
+       jnz  __write_lock_failed
++#ifdef CONFIG_PAX_KERNEXEC_PLUGIN
++      orb $0x80, 0x7(%rsp)
++#endif
+       ret
+       CFI_ENDPROC
+ END(__write_lock_failed)
+@@ -33,6 +36,9 @@ ENTRY(__read_lock_failed)
+       LOCK_PREFIX
+       decl (%rdi)
+       js __read_lock_failed
++#ifdef CONFIG_PAX_KERNEXEC_PLUGIN
++      orb $0x80, 0x7(%rsp)
++#endif
+       ret
+       CFI_ENDPROC
+ END(__read_lock_failed)
+diff -urNp linux-3.0.4/arch/x86/lib/rwsem_64.S linux-3.0.4/arch/x86/lib/rwsem_64.S
+--- linux-3.0.4/arch/x86/lib/rwsem_64.S        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/lib/rwsem_64.S        2011-09-17 18:31:51.000000000 -0400
+@@ -51,6 +51,9 @@ ENTRY(call_rwsem_down_read_failed)
+       popq_cfi %rdx
+       CFI_RESTORE rdx
+       restore_common_regs
++#ifdef CONFIG_PAX_KERNEXEC_PLUGIN
++      orb $0x80, 0x7(%rsp)
++#endif
+       ret
+       CFI_ENDPROC
+ ENDPROC(call_rwsem_down_read_failed)
+@@ -61,6 +64,9 @@ ENTRY(call_rwsem_down_write_failed)
+       movq %rax,%rdi
+       call rwsem_down_write_failed
+       restore_common_regs
++#ifdef CONFIG_PAX_KERNEXEC_PLUGIN
++      orb $0x80, 0x7(%rsp)
++#endif
+       ret
+       CFI_ENDPROC
+ ENDPROC(call_rwsem_down_write_failed)
+@@ -73,6 +79,9 @@ ENTRY(call_rwsem_wake)
+       movq %rax,%rdi
+       call rwsem_wake
+       restore_common_regs
++#ifdef CONFIG_PAX_KERNEXEC_PLUGIN
++      orb $0x80, 0x7(%rsp)
++#endif
+ 1:    ret
+       CFI_ENDPROC
+ ENDPROC(call_rwsem_wake)
+@@ -88,6 +97,9 @@ ENTRY(call_rwsem_downgrade_wake)
+       popq_cfi %rdx
+       CFI_RESTORE rdx
+       restore_common_regs
++#ifdef CONFIG_PAX_KERNEXEC_PLUGIN
++      orb $0x80, 0x7(%rsp)
++#endif
+       ret
+       CFI_ENDPROC
+ ENDPROC(call_rwsem_downgrade_wake)
+diff -urNp linux-3.0.4/arch/x86/lib/thunk_64.S linux-3.0.4/arch/x86/lib/thunk_64.S
+--- linux-3.0.4/arch/x86/lib/thunk_64.S        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/lib/thunk_64.S        2011-09-17 18:31:51.000000000 -0400
+@@ -50,5 +50,8 @@
+       SAVE_ARGS
+ restore:
+       RESTORE_ARGS
++#ifdef CONFIG_PAX_KERNEXEC_PLUGIN
++      orb $0x80, 0x7(%rsp)
++#endif
+       ret     
+       CFI_ENDPROC
+diff -urNp linux-3.0.4/arch/x86/lib/usercopy_32.c linux-3.0.4/arch/x86/lib/usercopy_32.c
+--- linux-3.0.4/arch/x86/lib/usercopy_32.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/lib/usercopy_32.c     2011-08-23 21:47:55.000000000 -0400
 @@ -43,7 +43,7 @@ do {                                                                    \
        __asm__ __volatile__(                                              \
                "       testl %1,%1\n"                                     \
@@ -20752,9 +18782,9 @@ diff -urNp linux-2.6.39/arch/x86/lib/usercopy_32.c linux-2.6.39/arch/x86/lib/use
 +}
 +EXPORT_SYMBOL(set_fs);
 +#endif
-diff -urNp linux-2.6.39/arch/x86/lib/usercopy_64.c linux-2.6.39/arch/x86/lib/usercopy_64.c
---- linux-2.6.39/arch/x86/lib/usercopy_64.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/lib/usercopy_64.c    2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/lib/usercopy_64.c linux-3.0.4/arch/x86/lib/usercopy_64.c
+--- linux-3.0.4/arch/x86/lib/usercopy_64.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/lib/usercopy_64.c     2011-08-23 21:47:55.000000000 -0400
 @@ -42,6 +42,12 @@ long
  __strncpy_from_user(char *dst, const char __user *src, long count)
  {
@@ -20803,10 +18833,18 @@ diff -urNp linux-2.6.39/arch/x86/lib/usercopy_64.c linux-2.6.39/arch/x86/lib/use
  }
  EXPORT_SYMBOL(copy_in_user);
  
-diff -urNp linux-2.6.39/arch/x86/Makefile linux-2.6.39/arch/x86/Makefile
---- linux-2.6.39/arch/x86/Makefile     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/Makefile     2011-05-22 19:36:30.000000000 -0400
-@@ -195,3 +195,12 @@ define archhelp
+diff -urNp linux-3.0.4/arch/x86/Makefile linux-3.0.4/arch/x86/Makefile
+--- linux-3.0.4/arch/x86/Makefile      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/Makefile      2011-08-23 21:48:14.000000000 -0400
+@@ -44,6 +44,7 @@ ifeq ($(CONFIG_X86_32),y)
+ else
+         BITS := 64
+         UTS_MACHINE := x86_64
++        biarch := $(call cc-option,-m64)
+         CHECKFLAGS += -D__x86_64__ -m64
+         KBUILD_AFLAGS += -m64
+@@ -195,3 +196,12 @@ define archhelp
    echo  '                  FDARGS="..."  arguments for the booted kernel'
    echo  '                  FDINITRD=file initrd for the booted kernel'
  endef
@@ -20819,74 +18857,10 @@ diff -urNp linux-2.6.39/arch/x86/Makefile linux-2.6.39/arch/x86/Makefile
 +
 +archprepare:
 +      $(if $(LDFLAGS_BUILD_ID),,$(error $(OLD_LD)))
-diff -urNp linux-2.6.39/arch/x86/mm/extable.c linux-2.6.39/arch/x86/mm/extable.c
---- linux-2.6.39/arch/x86/mm/extable.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/mm/extable.c 2011-05-22 19:36:30.000000000 -0400
-@@ -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
-+ * search that we use to find entries in it works properly.
-+ * This is used both for the kernel exception table and for
-+ * the exception tables of modules that get loaded.
-+ */
-+static int cmp_ex(const void *a, const void *b)
-+{
-+      const struct exception_table_entry *x = a, *y = b;
-+
-+      /* avoid overflow */
-+      if (x->insn > y->insn)
-+              return 1;
-+      if (x->insn < y->insn)
-+              return -1;
-+      return 0;
-+}
-+
-+static void swap_ex(void *a, void *b, int size)
-+{
-+      struct exception_table_entry t, *x = a, *y = b;
-+
-+      t = *x;
-+
-+      pax_open_kernel();
-+      *x = *y;
-+      *y = t;
-+      pax_close_kernel();
-+}
-+
-+void sort_extable(struct exception_table_entry *start,
-+                struct exception_table_entry *finish)
-+{
-+      sort(start, finish - start, sizeof(struct exception_table_entry),
-+           cmp_ex, swap_ex);
-+}
-+
-+#ifdef CONFIG_MODULES
-+/*
-+ * If the exception table is sorted, any referring to the module init
-+ * will be at the beginning or the end.
-+ */
-+void trim_init_extable(struct module *m)
-+{
-+      /*trim the beginning*/
-+      while (m->num_exentries && within_module_init(m->extable[0].insn, m)) {
-+              m->extable++;
-+              m->num_exentries--;
-+      }
-+      /*trim the end*/
-+      while (m->num_exentries &&
-+              within_module_init(m->extable[m->num_exentries-1].insn, m))
-+              m->num_exentries--;
-+}
-+#endif /* CONFIG_MODULES */
- int fixup_exception(struct pt_regs *regs)
- {
+diff -urNp linux-3.0.4/arch/x86/mm/extable.c linux-3.0.4/arch/x86/mm/extable.c
+--- linux-3.0.4/arch/x86/mm/extable.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/mm/extable.c  2011-08-23 21:47:55.000000000 -0400
+@@ -8,7 +8,7 @@ int fixup_exception(struct pt_regs *regs
        const struct exception_table_entry *fixup;
  
  #ifdef CONFIG_PNPBIOS
@@ -20895,13 +18869,13 @@ diff -urNp linux-2.6.39/arch/x86/mm/extable.c linux-2.6.39/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.39/arch/x86/mm/fault.c linux-2.6.39/arch/x86/mm/fault.c
---- linux-2.6.39/arch/x86/mm/fault.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/mm/fault.c   2011-05-22 20:33:41.000000000 -0400
-@@ -12,10 +12,18 @@
- #include <linux/mmiotrace.h>          /* kmmio_handler, ...           */
+diff -urNp linux-3.0.4/arch/x86/mm/fault.c linux-3.0.4/arch/x86/mm/fault.c
+--- linux-3.0.4/arch/x86/mm/fault.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/mm/fault.c    2011-08-23 21:48:14.000000000 -0400
+@@ -13,10 +13,18 @@
  #include <linux/perf_event.h>         /* perf_sw_event                */
  #include <linux/hugetlb.h>            /* hstate_index_to_shift        */
+ #include <linux/prefetch.h>           /* prefetchw                    */
 +#include <linux/unistd.h>
 +#include <linux/compiler.h>
  
@@ -20917,7 +18891,7 @@ diff -urNp linux-2.6.39/arch/x86/mm/fault.c linux-2.6.39/arch/x86/mm/fault.c
  
  /*
   * Page fault error code bits:
-@@ -53,7 +61,7 @@ static inline int __kprobes notify_page_
+@@ -54,7 +62,7 @@ static inline int __kprobes notify_page_
        int ret = 0;
  
        /* kprobe_running() needs smp_processor_id() */
@@ -20926,7 +18900,7 @@ diff -urNp linux-2.6.39/arch/x86/mm/fault.c linux-2.6.39/arch/x86/mm/fault.c
                preempt_disable();
                if (kprobe_running() && kprobe_fault_handler(regs, 14))
                        ret = 1;
-@@ -114,7 +122,10 @@ check_prefetch_opcode(struct pt_regs *re
+@@ -115,7 +123,10 @@ check_prefetch_opcode(struct pt_regs *re
                return !instr_lo || (instr_lo>>1) == 1;
        case 0x00:
                /* Prefetch instruction is 0x0F0D or 0x0F18 */
@@ -20938,7 +18912,7 @@ diff -urNp linux-2.6.39/arch/x86/mm/fault.c linux-2.6.39/arch/x86/mm/fault.c
                        return 0;
  
                *prefetch = (instr_lo == 0xF) &&
-@@ -148,7 +159,10 @@ is_prefetch(struct pt_regs *regs, unsign
+@@ -149,7 +160,10 @@ is_prefetch(struct pt_regs *regs, unsign
        while (instr < max_instr) {
                unsigned char opcode;
  
@@ -20950,7 +18924,7 @@ diff -urNp linux-2.6.39/arch/x86/mm/fault.c linux-2.6.39/arch/x86/mm/fault.c
                        break;
  
                instr++;
-@@ -179,6 +193,30 @@ force_sig_info_fault(int si_signo, int s
+@@ -180,6 +194,30 @@ force_sig_info_fault(int si_signo, int s
        force_sig_info(si_signo, &info, tsk);
  }
  
@@ -20981,7 +18955,7 @@ diff -urNp linux-2.6.39/arch/x86/mm/fault.c linux-2.6.39/arch/x86/mm/fault.c
  DEFINE_SPINLOCK(pgd_lock);
  LIST_HEAD(pgd_list);
  
-@@ -229,10 +267,22 @@ void vmalloc_sync_all(void)
+@@ -230,10 +268,22 @@ void vmalloc_sync_all(void)
        for (address = VMALLOC_START & PMD_MASK;
             address >= TASK_SIZE && address < FIXADDR_TOP;
             address += PMD_SIZE) {
@@ -21004,7 +18978,7 @@ diff -urNp linux-2.6.39/arch/x86/mm/fault.c linux-2.6.39/arch/x86/mm/fault.c
                        spinlock_t *pgt_lock;
                        pmd_t *ret;
  
-@@ -240,8 +290,13 @@ void vmalloc_sync_all(void)
+@@ -241,8 +291,13 @@ void vmalloc_sync_all(void)
                        pgt_lock = &pgd_page_get_mm(page)->page_table_lock;
  
                        spin_lock(pgt_lock);
@@ -21019,7 +18993,7 @@ diff -urNp linux-2.6.39/arch/x86/mm/fault.c linux-2.6.39/arch/x86/mm/fault.c
  
                        if (!ret)
                                break;
-@@ -275,6 +330,11 @@ static noinline __kprobes int vmalloc_fa
+@@ -276,6 +331,11 @@ static noinline __kprobes int vmalloc_fa
         * an interrupt in the middle of a task switch..
         */
        pgd_paddr = read_cr3();
@@ -21031,7 +19005,7 @@ diff -urNp linux-2.6.39/arch/x86/mm/fault.c linux-2.6.39/arch/x86/mm/fault.c
        pmd_k = vmalloc_sync_one(__va(pgd_paddr), address);
        if (!pmd_k)
                return -1;
-@@ -370,7 +430,14 @@ static noinline __kprobes int vmalloc_fa
+@@ -371,7 +431,14 @@ static noinline __kprobes int vmalloc_fa
         * happen within a race in page table update. In the later
         * case just flush:
         */
@@ -21046,7 +19020,7 @@ diff -urNp linux-2.6.39/arch/x86/mm/fault.c linux-2.6.39/arch/x86/mm/fault.c
        pgd_ref = pgd_offset_k(address);
        if (pgd_none(*pgd_ref))
                return -1;
-@@ -532,7 +599,7 @@ static int is_errata93(struct pt_regs *r
+@@ -533,7 +600,7 @@ static int is_errata93(struct pt_regs *r
  static int is_errata100(struct pt_regs *regs, unsigned long address)
  {
  #ifdef CONFIG_X86_64
@@ -21055,7 +19029,7 @@ diff -urNp linux-2.6.39/arch/x86/mm/fault.c linux-2.6.39/arch/x86/mm/fault.c
                return 1;
  #endif
        return 0;
-@@ -559,7 +626,7 @@ static int is_f00f_bug(struct pt_regs *r
+@@ -560,7 +627,7 @@ static int is_f00f_bug(struct pt_regs *r
  }
  
  static const char nx_warning[] = KERN_CRIT
@@ -21064,7 +19038,7 @@ diff -urNp linux-2.6.39/arch/x86/mm/fault.c linux-2.6.39/arch/x86/mm/fault.c
  
  static void
  show_fault_oops(struct pt_regs *regs, unsigned long error_code,
-@@ -568,15 +635,26 @@ show_fault_oops(struct pt_regs *regs, un
+@@ -569,14 +636,25 @@ show_fault_oops(struct pt_regs *regs, un
        if (!oops_may_print())
                return;
  
@@ -21077,8 +19051,8 @@ diff -urNp linux-2.6.39/arch/x86/mm/fault.c linux-2.6.39/arch/x86/mm/fault.c
                if (pte && pte_present(*pte) && !pte_exec(*pte))
 -                      printk(nx_warning, current_uid());
 +                      printk(nx_warning, current_uid(), current->comm, task_pid_nr(current));
-       }
++      }
++
 +#ifdef CONFIG_PAX_KERNEXEC
 +      if (init_mm.start_code <= address && address < init_mm.end_code) {
 +              if (current->signal->curr_ip)
@@ -21087,28 +19061,25 @@ diff -urNp linux-2.6.39/arch/x86/mm/fault.c linux-2.6.39/arch/x86/mm/fault.c
 +              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());
-+      }
+       }
 +#endif
-+
        printk(KERN_ALERT "BUG: unable to handle kernel ");
        if (address < PAGE_SIZE)
-               printk(KERN_CONT "NULL pointer dereference");
-@@ -701,6 +779,68 @@ __bad_area_nosemaphore(struct pt_regs *r
+@@ -702,6 +780,66 @@ __bad_area_nosemaphore(struct pt_regs *r
                       unsigned long address, int si_code)
  {
        struct task_struct *tsk = current;
++#if defined(CONFIG_X86_64) || defined(CONFIG_PAX_PAGEEXEC) || defined(CONFIG_PAX_SEGMEXEC)
 +      struct mm_struct *mm = tsk->mm;
++#endif
 +
 +#ifdef CONFIG_X86_64
 +      if (mm && (error_code & PF_INSTR) && mm->context.vdso) {
-+              if (regs->ip == (unsigned long)vgettimeofday) {
-+                      regs->ip = (unsigned long)VDSO64_SYMBOL(mm->context.vdso, fallback_gettimeofday);
-+                      return;
-+              } else if (regs->ip == (unsigned long)vtime) {
-+                      regs->ip = (unsigned long)VDSO64_SYMBOL(mm->context.vdso, fallback_time);
-+                      return;
-+              } else if (regs->ip == (unsigned long)vgetcpu) {
-+                      regs->ip = (unsigned long)VDSO64_SYMBOL(mm->context.vdso, getcpu);
++              if (regs->ip == VSYSCALL_ADDR(__NR_vgettimeofday) ||
++                  regs->ip == VSYSCALL_ADDR(__NR_vtime) ||
++                  regs->ip == VSYSCALL_ADDR(__NR_vgetcpu)) {
++                      regs->ip += mm->context.vdso - PAGE_SIZE - VSYSCALL_START;
 +                      return;
 +              }
 +      }
@@ -21162,7 +19133,7 @@ diff -urNp linux-2.6.39/arch/x86/mm/fault.c linux-2.6.39/arch/x86/mm/fault.c
  
        /* User mode accesses just cause a SIGSEGV */
        if (error_code & PF_USER) {
-@@ -855,6 +995,99 @@ static int spurious_fault_check(unsigned
+@@ -871,6 +1009,99 @@ static int spurious_fault_check(unsigned
        return 1;
  }
  
@@ -21262,7 +19233,7 @@ diff -urNp linux-2.6.39/arch/x86/mm/fault.c linux-2.6.39/arch/x86/mm/fault.c
  /*
   * Handle a spurious fault caused by a stale TLB entry.
   *
-@@ -927,6 +1160,9 @@ int show_unhandled_signals = 1;
+@@ -943,6 +1174,9 @@ int show_unhandled_signals = 1;
  static inline int
  access_error(unsigned long error_code, struct vm_area_struct *vma)
  {
@@ -21272,7 +19243,7 @@ diff -urNp linux-2.6.39/arch/x86/mm/fault.c linux-2.6.39/arch/x86/mm/fault.c
        if (error_code & PF_WRITE) {
                /* write, present and write, not present: */
                if (unlikely(!(vma->vm_flags & VM_WRITE)))
-@@ -960,19 +1196,33 @@ do_page_fault(struct pt_regs *regs, unsi
+@@ -976,19 +1210,33 @@ do_page_fault(struct pt_regs *regs, unsi
  {
        struct vm_area_struct *vma;
        struct task_struct *tsk;
@@ -21280,7 +19251,7 @@ diff -urNp linux-2.6.39/arch/x86/mm/fault.c linux-2.6.39/arch/x86/mm/fault.c
        struct mm_struct *mm;
        int fault;
        int write = error_code & PF_WRITE;
-       unsigned int flags = FAULT_FLAG_ALLOW_RETRY |
+       unsigned int flags = FAULT_FLAG_ALLOW_RETRY | FAULT_FLAG_KILLABLE |
                                        (write ? FAULT_FLAG_WRITE : 0);
  
 +      /* Get the faulting address: */
@@ -21310,7 +19281,7 @@ diff -urNp linux-2.6.39/arch/x86/mm/fault.c linux-2.6.39/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.
-@@ -1032,7 +1282,7 @@ do_page_fault(struct pt_regs *regs, unsi
+@@ -1048,7 +1296,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:
         */
@@ -21319,7 +19290,7 @@ diff -urNp linux-2.6.39/arch/x86/mm/fault.c linux-2.6.39/arch/x86/mm/fault.c
                local_irq_enable();
                error_code |= PF_USER;
        } else {
-@@ -1087,6 +1337,11 @@ retry:
+@@ -1103,6 +1351,11 @@ retry:
                might_sleep();
        }
  
@@ -21331,7 +19302,7 @@ diff -urNp linux-2.6.39/arch/x86/mm/fault.c linux-2.6.39/arch/x86/mm/fault.c
        vma = find_vma(mm, address);
        if (unlikely(!vma)) {
                bad_area(regs, error_code, address);
-@@ -1098,18 +1353,24 @@ retry:
+@@ -1114,18 +1367,24 @@ retry:
                bad_area(regs, error_code, address);
                return;
        }
@@ -21367,7 +19338,7 @@ diff -urNp linux-2.6.39/arch/x86/mm/fault.c linux-2.6.39/arch/x86/mm/fault.c
        if (unlikely(expand_stack(vma, address))) {
                bad_area(regs, error_code, address);
                return;
-@@ -1164,3 +1425,199 @@ good_area:
+@@ -1180,3 +1439,199 @@ good_area:
  
        up_read(&mm->mmap_sem);
  }
@@ -21567,9 +19538,9 @@ diff -urNp linux-2.6.39/arch/x86/mm/fault.c linux-2.6.39/arch/x86/mm/fault.c
 +
 +      return ret ? -EFAULT : 0;
 +}
-diff -urNp linux-2.6.39/arch/x86/mm/gup.c linux-2.6.39/arch/x86/mm/gup.c
---- linux-2.6.39/arch/x86/mm/gup.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/mm/gup.c     2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/mm/gup.c linux-3.0.4/arch/x86/mm/gup.c
+--- linux-3.0.4/arch/x86/mm/gup.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/mm/gup.c      2011-08-23 21:47:55.000000000 -0400
 @@ -263,7 +263,7 @@ int __get_user_pages_fast(unsigned long 
        addr = start;
        len = (unsigned long) nr_pages << PAGE_SHIFT;
@@ -21579,9 +19550,9 @@ diff -urNp linux-2.6.39/arch/x86/mm/gup.c linux-2.6.39/arch/x86/mm/gup.c
                                        (void __user *)start, len)))
                return 0;
  
-diff -urNp linux-2.6.39/arch/x86/mm/highmem_32.c linux-2.6.39/arch/x86/mm/highmem_32.c
---- linux-2.6.39/arch/x86/mm/highmem_32.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/mm/highmem_32.c      2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/mm/highmem_32.c linux-3.0.4/arch/x86/mm/highmem_32.c
+--- linux-3.0.4/arch/x86/mm/highmem_32.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/mm/highmem_32.c       2011-08-23 21:47:55.000000000 -0400
 @@ -44,7 +44,10 @@ void *kmap_atomic_prot(struct page *page
        idx = type + KM_TYPE_NR*smp_processor_id();
        vaddr = __fix_to_virt(FIX_KMAP_BEGIN + idx);
@@ -21593,9 +19564,9 @@ diff -urNp linux-2.6.39/arch/x86/mm/highmem_32.c linux-2.6.39/arch/x86/mm/highme
  
        return (void *)vaddr;
  }
-diff -urNp linux-2.6.39/arch/x86/mm/hugetlbpage.c linux-2.6.39/arch/x86/mm/hugetlbpage.c
---- linux-2.6.39/arch/x86/mm/hugetlbpage.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/mm/hugetlbpage.c     2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/mm/hugetlbpage.c linux-3.0.4/arch/x86/mm/hugetlbpage.c
+--- linux-3.0.4/arch/x86/mm/hugetlbpage.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/mm/hugetlbpage.c      2011-08-23 21:47:55.000000000 -0400
 @@ -266,13 +266,20 @@ static unsigned long hugetlb_get_unmappe
        struct hstate *h = hstate_file(file);
        struct mm_struct *mm = current->mm;
@@ -21803,9 +19774,9 @@ diff -urNp linux-2.6.39/arch/x86/mm/hugetlbpage.c linux-2.6.39/arch/x86/mm/huget
                        return addr;
        }
        if (mm->get_unmapped_area == arch_get_unmapped_area)
-diff -urNp linux-2.6.39/arch/x86/mm/init_32.c linux-2.6.39/arch/x86/mm/init_32.c
---- linux-2.6.39/arch/x86/mm/init_32.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/mm/init_32.c 2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/mm/init_32.c linux-3.0.4/arch/x86/mm/init_32.c
+--- linux-3.0.4/arch/x86/mm/init_32.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/mm/init_32.c  2011-08-23 21:47:55.000000000 -0400
 @@ -74,36 +74,6 @@ static __init void *alloc_low_page(void)
  }
  
@@ -22020,7 +19991,7 @@ diff -urNp linux-2.6.39/arch/x86/mm/init_32.c linux-2.6.39/arch/x86/mm/init_32.c
  EXPORT_SYMBOL_GPL(__supported_pte_mask);
  
  /* user-defined highmem size */
-@@ -754,6 +753,12 @@ void __init mem_init(void)
+@@ -757,6 +756,12 @@ void __init mem_init(void)
  
        pci_iommu_alloc();
  
@@ -22033,7 +20004,7 @@ diff -urNp linux-2.6.39/arch/x86/mm/init_32.c linux-2.6.39/arch/x86/mm/init_32.c
  #ifdef CONFIG_FLATMEM
        BUG_ON(!mem_map);
  #endif
-@@ -771,7 +776,7 @@ void __init mem_init(void)
+@@ -774,7 +779,7 @@ void __init mem_init(void)
        set_highmem_pages_init();
  
        codesize =  (unsigned long) &_etext - (unsigned long) &_text;
@@ -22042,7 +20013,7 @@ diff -urNp linux-2.6.39/arch/x86/mm/init_32.c linux-2.6.39/arch/x86/mm/init_32.c
        initsize =  (unsigned long) &__init_end - (unsigned long) &__init_begin;
  
        printk(KERN_INFO "Memory: %luk/%luk available (%dk kernel code, "
-@@ -812,10 +817,10 @@ void __init mem_init(void)
+@@ -815,10 +820,10 @@ void __init mem_init(void)
                ((unsigned long)&__init_end -
                 (unsigned long)&__init_begin) >> 10,
  
@@ -22056,7 +20027,7 @@ diff -urNp linux-2.6.39/arch/x86/mm/init_32.c linux-2.6.39/arch/x86/mm/init_32.c
                ((unsigned long)&_etext - (unsigned long)&_text) >> 10);
  
        /*
-@@ -893,6 +898,7 @@ void set_kernel_text_rw(void)
+@@ -896,6 +901,7 @@ void set_kernel_text_rw(void)
        if (!kernel_set_to_readonly)
                return;
  
@@ -22064,7 +20035,7 @@ diff -urNp linux-2.6.39/arch/x86/mm/init_32.c linux-2.6.39/arch/x86/mm/init_32.c
        pr_debug("Set kernel text: %lx - %lx for read write\n",
                 start, start+size);
  
-@@ -907,6 +913,7 @@ void set_kernel_text_ro(void)
+@@ -910,6 +916,7 @@ void set_kernel_text_ro(void)
        if (!kernel_set_to_readonly)
                return;
  
@@ -22072,7 +20043,7 @@ diff -urNp linux-2.6.39/arch/x86/mm/init_32.c linux-2.6.39/arch/x86/mm/init_32.c
        pr_debug("Set kernel text: %lx - %lx for read only\n",
                 start, start+size);
  
-@@ -935,6 +942,7 @@ void mark_rodata_ro(void)
+@@ -938,6 +945,7 @@ void mark_rodata_ro(void)
        unsigned long start = PFN_ALIGN(_text);
        unsigned long size = PFN_ALIGN(_etext) - start;
  
@@ -22080,10 +20051,10 @@ diff -urNp linux-2.6.39/arch/x86/mm/init_32.c linux-2.6.39/arch/x86/mm/init_32.c
        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.39/arch/x86/mm/init_64.c linux-2.6.39/arch/x86/mm/init_64.c
---- linux-2.6.39/arch/x86/mm/init_64.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/mm/init_64.c 2011-05-22 19:36:30.000000000 -0400
-@@ -74,7 +74,7 @@ early_param("gbpages", parse_direct_gbpa
+diff -urNp linux-3.0.4/arch/x86/mm/init_64.c linux-3.0.4/arch/x86/mm/init_64.c
+--- linux-3.0.4/arch/x86/mm/init_64.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/mm/init_64.c  2011-08-23 21:47:55.000000000 -0400
+@@ -75,7 +75,7 @@ early_param("gbpages", parse_direct_gbpa
   * around without checking the pgd every time.
   */
  
@@ -22092,7 +20063,7 @@ diff -urNp linux-2.6.39/arch/x86/mm/init_64.c linux-2.6.39/arch/x86/mm/init_64.c
  EXPORT_SYMBOL_GPL(__supported_pte_mask);
  
  int force_personality32;
-@@ -107,12 +107,22 @@ void sync_global_pgds(unsigned long star
+@@ -108,12 +108,22 @@ void sync_global_pgds(unsigned long star
  
        for (address = start; address <= end; address += PGDIR_SIZE) {
                const pgd_t *pgd_ref = pgd_offset_k(address);
@@ -22115,7 +20086,7 @@ diff -urNp linux-2.6.39/arch/x86/mm/init_64.c linux-2.6.39/arch/x86/mm/init_64.c
                list_for_each_entry(page, &pgd_list, lru) {
                        pgd_t *pgd;
                        spinlock_t *pgt_lock;
-@@ -121,6 +131,7 @@ void sync_global_pgds(unsigned long star
+@@ -122,6 +132,7 @@ void sync_global_pgds(unsigned long star
                        /* the pgt_lock only for Xen */
                        pgt_lock = &pgd_page_get_mm(page)->page_table_lock;
                        spin_lock(pgt_lock);
@@ -22123,7 +20094,7 @@ diff -urNp linux-2.6.39/arch/x86/mm/init_64.c linux-2.6.39/arch/x86/mm/init_64.c
  
                        if (pgd_none(*pgd))
                                set_pgd(pgd, *pgd_ref);
-@@ -128,7 +139,10 @@ void sync_global_pgds(unsigned long star
+@@ -129,7 +140,10 @@ void sync_global_pgds(unsigned long star
                                BUG_ON(pgd_page_vaddr(*pgd)
                                       != pgd_page_vaddr(*pgd_ref));
  
@@ -22134,7 +20105,7 @@ diff -urNp linux-2.6.39/arch/x86/mm/init_64.c linux-2.6.39/arch/x86/mm/init_64.c
                }
                spin_unlock(&pgd_lock);
        }
-@@ -202,7 +216,9 @@ void set_pte_vaddr_pud(pud_t *pud_page, 
+@@ -203,7 +217,9 @@ void set_pte_vaddr_pud(pud_t *pud_page, 
        pmd = fill_pmd(pud, vaddr);
        pte = fill_pte(pmd, vaddr);
  
@@ -22144,7 +20115,7 @@ diff -urNp linux-2.6.39/arch/x86/mm/init_64.c linux-2.6.39/arch/x86/mm/init_64.c
  
        /*
         * It's enough to flush this one mapping.
-@@ -261,14 +277,12 @@ static void __init __init_extra_mapping(
+@@ -262,14 +278,12 @@ static void __init __init_extra_mapping(
                pgd = pgd_offset_k((unsigned long)__va(phys));
                if (pgd_none(*pgd)) {
                        pud = (pud_t *) spp_getpage();
@@ -22161,7 +20132,7 @@ diff -urNp linux-2.6.39/arch/x86/mm/init_64.c linux-2.6.39/arch/x86/mm/init_64.c
                }
                pmd = pmd_offset(pud, phys);
                BUG_ON(!pmd_none(*pmd));
-@@ -698,6 +712,12 @@ void __init mem_init(void)
+@@ -693,6 +707,12 @@ void __init mem_init(void)
  
        pci_iommu_alloc();
  
@@ -22174,7 +20145,7 @@ diff -urNp linux-2.6.39/arch/x86/mm/init_64.c linux-2.6.39/arch/x86/mm/init_64.c
        /* clear_bss() already clear the empty_zero_page */
  
        reservedpages = 0;
-@@ -858,8 +878,8 @@ int kern_addr_valid(unsigned long addr)
+@@ -853,8 +873,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),
@@ -22185,7 +20156,7 @@ diff -urNp linux-2.6.39/arch/x86/mm/init_64.c linux-2.6.39/arch/x86/mm/init_64.c
  };
  
  struct vm_area_struct *get_gate_vma(struct mm_struct *mm)
-@@ -893,7 +913,7 @@ int in_gate_area_no_mm(unsigned long add
+@@ -888,7 +908,7 @@ int in_gate_area_no_mm(unsigned long add
  
  const char *arch_vma_name(struct vm_area_struct *vma)
  {
@@ -22194,10 +20165,10 @@ diff -urNp linux-2.6.39/arch/x86/mm/init_64.c linux-2.6.39/arch/x86/mm/init_64.c
                return "[vdso]";
        if (vma == &gate_vma)
                return "[vsyscall]";
-diff -urNp linux-2.6.39/arch/x86/mm/init.c linux-2.6.39/arch/x86/mm/init.c
---- linux-2.6.39/arch/x86/mm/init.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/mm/init.c    2011-05-23 19:01:08.000000000 -0400
-@@ -33,7 +33,7 @@ int direct_gbpages
+diff -urNp linux-3.0.4/arch/x86/mm/init.c linux-3.0.4/arch/x86/mm/init.c
+--- linux-3.0.4/arch/x86/mm/init.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/mm/init.c     2011-08-23 21:48:14.000000000 -0400
+@@ -31,7 +31,7 @@ int direct_gbpages
  static void __init find_early_table_space(unsigned long end, int use_pse,
                                          int use_gbpages)
  {
@@ -22206,25 +20177,34 @@ diff -urNp linux-2.6.39/arch/x86/mm/init.c linux-2.6.39/arch/x86/mm/init.c
        phys_addr_t base;
  
        puds = (end + PUD_SIZE - 1) >> PUD_SHIFT;
-@@ -315,12 +315,25 @@ unsigned long __init_refok init_memory_m
+@@ -313,12 +313,34 @@ unsigned long __init_refok init_memory_m
   */
  int devmem_is_allowed(unsigned long pagenr)
  {
 -      if (pagenr <= 256)
-+#ifndef CONFIG_GRKERNSEC_KMEM
++#ifdef CONFIG_GRKERNSEC_KMEM
++      /* allow BDA */
++      if (!pagenr)
++              return 1;
++      /* allow EBDA */
++      if ((0x9f000 >> PAGE_SHIFT) == pagenr)
++              return 1;
++#else
 +      if (!pagenr)
 +              return 1;
 +#ifdef CONFIG_VM86
 +      if (pagenr < (ISA_START_ADDRESS >> PAGE_SHIFT))
 +              return 1;
 +#endif
-+#else
-+      if (pagenr < (ISA_START_ADDRESS >> PAGE_SHIFT))
-+              return 0;
 +#endif
 +
 +      if ((ISA_START_ADDRESS >> PAGE_SHIFT) <= pagenr && pagenr < (ISA_END_ADDRESS >> PAGE_SHIFT))
                return 1;
++#ifdef CONFIG_GRKERNSEC_KMEM
++      /* throw out everything else below 1MB */
++      if (pagenr <= 256)
++              return 0;
++#endif
        if (iomem_is_exclusive(pagenr << PAGE_SHIFT))
                return 0;
        if (!page_is_ram(pagenr))
@@ -22233,7 +20213,7 @@ diff -urNp linux-2.6.39/arch/x86/mm/init.c linux-2.6.39/arch/x86/mm/init.c
        return 0;
  }
  
-@@ -375,6 +388,86 @@ void free_init_pages(char *what, unsigne
+@@ -373,6 +395,86 @@ void free_init_pages(char *what, unsigne
  
  void free_initmem(void)
  {
@@ -22320,9 +20300,9 @@ diff -urNp linux-2.6.39/arch/x86/mm/init.c linux-2.6.39/arch/x86/mm/init.c
        free_init_pages("unused kernel memory",
                        (unsigned long)(&__init_begin),
                        (unsigned long)(&__init_end));
-diff -urNp linux-2.6.39/arch/x86/mm/iomap_32.c linux-2.6.39/arch/x86/mm/iomap_32.c
---- linux-2.6.39/arch/x86/mm/iomap_32.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/mm/iomap_32.c        2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/mm/iomap_32.c linux-3.0.4/arch/x86/mm/iomap_32.c
+--- linux-3.0.4/arch/x86/mm/iomap_32.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/mm/iomap_32.c 2011-08-23 21:47:55.000000000 -0400
 @@ -64,7 +64,11 @@ void *kmap_atomic_prot_pfn(unsigned long
        type = kmap_atomic_idx_push();
        idx = type + KM_TYPE_NR * smp_processor_id();
@@ -22335,10 +20315,10 @@ diff -urNp linux-2.6.39/arch/x86/mm/iomap_32.c linux-2.6.39/arch/x86/mm/iomap_32
        arch_flush_lazy_mmu_mode();
  
        return (void *)vaddr;
-diff -urNp linux-2.6.39/arch/x86/mm/ioremap.c linux-2.6.39/arch/x86/mm/ioremap.c
---- linux-2.6.39/arch/x86/mm/ioremap.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/mm/ioremap.c 2011-05-22 19:36:30.000000000 -0400
-@@ -104,7 +104,7 @@ static void __iomem *__ioremap_caller(re
+diff -urNp linux-3.0.4/arch/x86/mm/ioremap.c linux-3.0.4/arch/x86/mm/ioremap.c
+--- linux-3.0.4/arch/x86/mm/ioremap.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/mm/ioremap.c  2011-08-23 21:47:55.000000000 -0400
+@@ -97,7 +97,7 @@ static void __iomem *__ioremap_caller(re
        for (pfn = phys_addr >> PAGE_SHIFT; pfn <= last_pfn; pfn++) {
                int is_ram = page_is_ram(pfn);
  
@@ -22366,9 +20346,9 @@ diff -urNp linux-2.6.39/arch/x86/mm/ioremap.c linux-2.6.39/arch/x86/mm/ioremap.c
  
        /*
         * The boot-ioremap range spans multiple pmds, for which
-diff -urNp linux-2.6.39/arch/x86/mm/kmemcheck/kmemcheck.c linux-2.6.39/arch/x86/mm/kmemcheck/kmemcheck.c
---- linux-2.6.39/arch/x86/mm/kmemcheck/kmemcheck.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/mm/kmemcheck/kmemcheck.c     2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/mm/kmemcheck/kmemcheck.c linux-3.0.4/arch/x86/mm/kmemcheck/kmemcheck.c
+--- linux-3.0.4/arch/x86/mm/kmemcheck/kmemcheck.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/mm/kmemcheck/kmemcheck.c      2011-08-23 21:47:55.000000000 -0400
 @@ -622,9 +622,9 @@ bool kmemcheck_fault(struct pt_regs *reg
         * memory (e.g. tracked pages)? For now, we need this to avoid
         * invoking kmemcheck for PnP BIOS calls.
@@ -22381,9 +20361,9 @@ diff -urNp linux-2.6.39/arch/x86/mm/kmemcheck/kmemcheck.c linux-2.6.39/arch/x86/
                return false;
  
        pte = kmemcheck_pte_lookup(address);
-diff -urNp linux-2.6.39/arch/x86/mm/mmap.c linux-2.6.39/arch/x86/mm/mmap.c
---- linux-2.6.39/arch/x86/mm/mmap.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/mm/mmap.c    2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/mm/mmap.c linux-3.0.4/arch/x86/mm/mmap.c
+--- linux-3.0.4/arch/x86/mm/mmap.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/mm/mmap.c     2011-08-23 21:47:55.000000000 -0400
 @@ -49,7 +49,7 @@ static unsigned int stack_maxrandom_size
   * Leave an at least ~128 MB hole with possible stack randomization.
   */
@@ -22465,9 +20445,18 @@ diff -urNp linux-2.6.39/arch/x86/mm/mmap.c linux-2.6.39/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.39/arch/x86/mm/mmio-mod.c linux-2.6.39/arch/x86/mm/mmio-mod.c
---- linux-2.6.39/arch/x86/mm/mmio-mod.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/mm/mmio-mod.c        2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/mm/mmio-mod.c linux-3.0.4/arch/x86/mm/mmio-mod.c
+--- linux-3.0.4/arch/x86/mm/mmio-mod.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/mm/mmio-mod.c 2011-08-23 21:47:55.000000000 -0400
+@@ -195,7 +195,7 @@ static void pre(struct kmmio_probe *p, s
+               break;
+       default:
+               {
+-                      unsigned char *ip = (unsigned char *)instptr;
++                      unsigned char *ip = (unsigned char *)ktla_ktva(instptr);
+                       my_trace->opcode = MMIO_UNKNOWN_OP;
+                       my_trace->width = 0;
+                       my_trace->value = (*ip) << 16 | *(ip + 1) << 8 |
 @@ -235,7 +235,7 @@ static void post(struct kmmio_probe *p, 
  static void ioremap_trace_core(resource_size_t offset, unsigned long size,
                                                        void __iomem *addr)
@@ -22486,20 +20475,9 @@ diff -urNp linux-2.6.39/arch/x86/mm/mmio-mod.c linux-2.6.39/arch/x86/mm/mmio-mod
        };
        map.map_id = trace->id;
  
-diff -urNp linux-2.6.39/arch/x86/mm/numa_32.c linux-2.6.39/arch/x86/mm/numa_32.c
---- linux-2.6.39/arch/x86/mm/numa_32.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/mm/numa_32.c 2011-05-22 19:36:30.000000000 -0400
-@@ -99,7 +99,6 @@ unsigned long node_memmap_size_bytes(int
- }
- #endif
--extern unsigned long find_max_low_pfn(void);
- extern unsigned long highend_pfn, highstart_pfn;
- #define LARGE_PAGE_BYTES (PTRS_PER_PTE * PAGE_SIZE)
-diff -urNp linux-2.6.39/arch/x86/mm/pageattr.c linux-2.6.39/arch/x86/mm/pageattr.c
---- linux-2.6.39/arch/x86/mm/pageattr.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/mm/pageattr.c        2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/mm/pageattr.c linux-3.0.4/arch/x86/mm/pageattr.c
+--- linux-3.0.4/arch/x86/mm/pageattr.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/mm/pageattr.c 2011-08-23 21:47:55.000000000 -0400
 @@ -261,7 +261,7 @@ static inline pgprot_t static_protection
         */
  #ifdef CONFIG_PCI_BIOS
@@ -22584,9 +20562,9 @@ diff -urNp linux-2.6.39/arch/x86/mm/pageattr.c linux-2.6.39/arch/x86/mm/pageattr
  }
  
  static int
-diff -urNp linux-2.6.39/arch/x86/mm/pageattr-test.c linux-2.6.39/arch/x86/mm/pageattr-test.c
---- linux-2.6.39/arch/x86/mm/pageattr-test.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/mm/pageattr-test.c   2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/mm/pageattr-test.c linux-3.0.4/arch/x86/mm/pageattr-test.c
+--- linux-3.0.4/arch/x86/mm/pageattr-test.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/mm/pageattr-test.c    2011-08-23 21:47:55.000000000 -0400
 @@ -36,7 +36,7 @@ enum {
  
  static int pte_testbit(pte_t pte)
@@ -22596,9 +20574,9 @@ diff -urNp linux-2.6.39/arch/x86/mm/pageattr-test.c linux-2.6.39/arch/x86/mm/pag
  }
  
  struct split_state {
-diff -urNp linux-2.6.39/arch/x86/mm/pat.c linux-2.6.39/arch/x86/mm/pat.c
---- linux-2.6.39/arch/x86/mm/pat.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/mm/pat.c     2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/mm/pat.c linux-3.0.4/arch/x86/mm/pat.c
+--- linux-3.0.4/arch/x86/mm/pat.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/mm/pat.c      2011-08-23 21:47:55.000000000 -0400
 @@ -361,7 +361,7 @@ int free_memtype(u64 start, u64 end)
  
        if (!entry) {
@@ -22646,9 +20624,57 @@ diff -urNp linux-2.6.39/arch/x86/mm/pat.c linux-2.6.39/arch/x86/mm/pat.c
                                cattr_name(want_flags),
                                (unsigned long long)paddr,
                                (unsigned long long)(paddr + size),
-diff -urNp linux-2.6.39/arch/x86/mm/pgtable_32.c linux-2.6.39/arch/x86/mm/pgtable_32.c
---- linux-2.6.39/arch/x86/mm/pgtable_32.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/mm/pgtable_32.c      2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/mm/pf_in.c linux-3.0.4/arch/x86/mm/pf_in.c
+--- linux-3.0.4/arch/x86/mm/pf_in.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/mm/pf_in.c    2011-08-23 21:47:55.000000000 -0400
+@@ -148,7 +148,7 @@ enum reason_type get_ins_type(unsigned l
+       int i;
+       enum reason_type rv = OTHERS;
+-      p = (unsigned char *)ins_addr;
++      p = (unsigned char *)ktla_ktva(ins_addr);
+       p += skip_prefix(p, &prf);
+       p += get_opcode(p, &opcode);
+@@ -168,7 +168,7 @@ static unsigned int get_ins_reg_width(un
+       struct prefix_bits prf;
+       int i;
+-      p = (unsigned char *)ins_addr;
++      p = (unsigned char *)ktla_ktva(ins_addr);
+       p += skip_prefix(p, &prf);
+       p += get_opcode(p, &opcode);
+@@ -191,7 +191,7 @@ unsigned int get_ins_mem_width(unsigned 
+       struct prefix_bits prf;
+       int i;
+-      p = (unsigned char *)ins_addr;
++      p = (unsigned char *)ktla_ktva(ins_addr);
+       p += skip_prefix(p, &prf);
+       p += get_opcode(p, &opcode);
+@@ -415,7 +415,7 @@ unsigned long get_ins_reg_val(unsigned l
+       struct prefix_bits prf;
+       int i;
+-      p = (unsigned char *)ins_addr;
++      p = (unsigned char *)ktla_ktva(ins_addr);
+       p += skip_prefix(p, &prf);
+       p += get_opcode(p, &opcode);
+       for (i = 0; i < ARRAY_SIZE(reg_rop); i++)
+@@ -470,7 +470,7 @@ unsigned long get_ins_imm_val(unsigned l
+       struct prefix_bits prf;
+       int i;
+-      p = (unsigned char *)ins_addr;
++      p = (unsigned char *)ktla_ktva(ins_addr);
+       p += skip_prefix(p, &prf);
+       p += get_opcode(p, &opcode);
+       for (i = 0; i < ARRAY_SIZE(imm_wop); i++)
+diff -urNp linux-3.0.4/arch/x86/mm/pgtable_32.c linux-3.0.4/arch/x86/mm/pgtable_32.c
+--- linux-3.0.4/arch/x86/mm/pgtable_32.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/mm/pgtable_32.c       2011-08-23 21:47:55.000000000 -0400
 @@ -48,10 +48,13 @@ void set_pte_vaddr(unsigned long vaddr, 
                return;
        }
@@ -22663,9 +20689,9 @@ diff -urNp linux-2.6.39/arch/x86/mm/pgtable_32.c linux-2.6.39/arch/x86/mm/pgtabl
  
        /*
         * It's enough to flush this one mapping.
-diff -urNp linux-2.6.39/arch/x86/mm/pgtable.c linux-2.6.39/arch/x86/mm/pgtable.c
---- linux-2.6.39/arch/x86/mm/pgtable.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/mm/pgtable.c 2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/mm/pgtable.c linux-3.0.4/arch/x86/mm/pgtable.c
+--- linux-3.0.4/arch/x86/mm/pgtable.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/mm/pgtable.c  2011-08-23 21:47:55.000000000 -0400
 @@ -84,10 +84,52 @@ static inline void pgd_list_del(pgd_t *p
        list_del(&page->lru);
  }
@@ -22911,9 +20937,9 @@ diff -urNp linux-2.6.39/arch/x86/mm/pgtable.c linux-2.6.39/arch/x86/mm/pgtable.c
        pgd_dtor(pgd);
        paravirt_pgd_free(mm, pgd);
        free_page((unsigned long)pgd);
-diff -urNp linux-2.6.39/arch/x86/mm/setup_nx.c linux-2.6.39/arch/x86/mm/setup_nx.c
---- linux-2.6.39/arch/x86/mm/setup_nx.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/mm/setup_nx.c        2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/mm/setup_nx.c linux-3.0.4/arch/x86/mm/setup_nx.c
+--- linux-3.0.4/arch/x86/mm/setup_nx.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/mm/setup_nx.c 2011-08-23 21:47:55.000000000 -0400
 @@ -5,8 +5,10 @@
  #include <asm/pgtable.h>
  #include <asm/proto.h>
@@ -22943,9 +20969,9 @@ diff -urNp linux-2.6.39/arch/x86/mm/setup_nx.c linux-2.6.39/arch/x86/mm/setup_nx
                __supported_pte_mask &= ~_PAGE_NX;
  }
  
-diff -urNp linux-2.6.39/arch/x86/mm/tlb.c linux-2.6.39/arch/x86/mm/tlb.c
---- linux-2.6.39/arch/x86/mm/tlb.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/mm/tlb.c     2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/mm/tlb.c linux-3.0.4/arch/x86/mm/tlb.c
+--- linux-3.0.4/arch/x86/mm/tlb.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/mm/tlb.c      2011-08-23 21:47:55.000000000 -0400
 @@ -65,7 +65,11 @@ void leave_mm(int cpu)
                BUG();
        cpumask_clear_cpu(cpu,
@@ -22958,19 +20984,32 @@ diff -urNp linux-2.6.39/arch/x86/mm/tlb.c linux-2.6.39/arch/x86/mm/tlb.c
  }
  EXPORT_SYMBOL_GPL(leave_mm);
  
-diff -urNp linux-2.6.39/arch/x86/oprofile/backtrace.c linux-2.6.39/arch/x86/oprofile/backtrace.c
---- linux-2.6.39/arch/x86/oprofile/backtrace.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/oprofile/backtrace.c 2011-05-22 19:36:30.000000000 -0400
-@@ -57,7 +57,7 @@ dump_user_backtrace_32(struct stack_fram
-       struct stack_frame_ia32 *fp;
-       /* 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;
-@@ -123,7 +123,7 @@ x86_backtrace(struct pt_regs * const reg
+diff -urNp linux-3.0.4/arch/x86/net/bpf_jit_comp.c linux-3.0.4/arch/x86/net/bpf_jit_comp.c
+--- linux-3.0.4/arch/x86/net/bpf_jit_comp.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/net/bpf_jit_comp.c    2011-08-23 21:47:55.000000000 -0400
+@@ -589,7 +589,9 @@ cond_branch:                       f_offset = addrs[i + filt
+                                       module_free(NULL, image);
+                                       return;
+                               }
++                              pax_open_kernel();
+                               memcpy(image + proglen, temp, ilen);
++                              pax_close_kernel();
+                       }
+                       proglen += ilen;
+                       addrs[i] = proglen;
+@@ -609,7 +611,7 @@ cond_branch:                       f_offset = addrs[i + filt
+                       break;
+               }
+               if (proglen == oldproglen) {
+-                      image = module_alloc(max_t(unsigned int,
++                      image = module_alloc_exec(max_t(unsigned int,
+                                                  proglen,
+                                                  sizeof(struct work_struct)));
+                       if (!image)
+diff -urNp linux-3.0.4/arch/x86/oprofile/backtrace.c linux-3.0.4/arch/x86/oprofile/backtrace.c
+--- linux-3.0.4/arch/x86/oprofile/backtrace.c  2011-09-02 18:11:21.000000000 -0400
++++ linux-3.0.4/arch/x86/oprofile/backtrace.c  2011-08-23 21:47:55.000000000 -0400
+@@ -148,7 +148,7 @@ x86_backtrace(struct pt_regs * const reg
  {
        struct stack_frame *head = (struct stack_frame *)frame_pointer(regs);
  
@@ -22979,137 +21018,23 @@ diff -urNp linux-2.6.39/arch/x86/oprofile/backtrace.c linux-2.6.39/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.39/arch/x86/pci/ce4100.c linux-2.6.39/arch/x86/pci/ce4100.c
---- linux-2.6.39/arch/x86/pci/ce4100.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/pci/ce4100.c 2011-05-22 19:36:30.000000000 -0400
-@@ -302,7 +302,7 @@ static int ce4100_conf_write(unsigned in
-       return pci_direct_conf1.write(seg, bus, devfn, reg, len, value);
- }
--struct pci_raw_ops ce4100_pci_conf = {
-+const struct pci_raw_ops ce4100_pci_conf = {
-       .read = ce4100_conf_read,
-       .write = ce4100_conf_write,
- };
-diff -urNp linux-2.6.39/arch/x86/pci/common.c linux-2.6.39/arch/x86/pci/common.c
---- linux-2.6.39/arch/x86/pci/common.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/pci/common.c 2011-05-22 19:36:30.000000000 -0400
-@@ -33,8 +33,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)
-diff -urNp linux-2.6.39/arch/x86/pci/direct.c linux-2.6.39/arch/x86/pci/direct.c
---- linux-2.6.39/arch/x86/pci/direct.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/pci/direct.c 2011-05-22 19:36:30.000000000 -0400
-@@ -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.39/arch/x86/pci/fixup.c linux-2.6.39/arch/x86/pci/fixup.c
---- linux-2.6.39/arch/x86/pci/fixup.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/pci/fixup.c  2011-05-22 19:36:30.000000000 -0400
-@@ -435,7 +435,7 @@ static const struct dmi_system_id __devi
-                       DMI_MATCH(DMI_PRODUCT_VERSION, "PSA40U"),
-               },
-       },
--      { }
-+      {}
- };
- static void __devinit pci_pre_fixup_toshiba_ohci1394(struct pci_dev *dev)
-diff -urNp linux-2.6.39/arch/x86/pci/mmconfig_32.c linux-2.6.39/arch/x86/pci/mmconfig_32.c
---- linux-2.6.39/arch/x86/pci/mmconfig_32.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/pci/mmconfig_32.c    2011-05-22 19:36:30.000000000 -0400
-@@ -117,7 +117,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.39/arch/x86/pci/mmconfig_64.c linux-2.6.39/arch/x86/pci/mmconfig_64.c
---- linux-2.6.39/arch/x86/pci/mmconfig_64.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/pci/mmconfig_64.c    2011-05-22 19:36:30.000000000 -0400
-@@ -81,7 +81,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.39/arch/x86/pci/mrst.c linux-2.6.39/arch/x86/pci/mrst.c
---- linux-2.6.39/arch/x86/pci/mrst.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/pci/mrst.c   2011-05-22 19:36:30.000000000 -0400
-@@ -218,7 +218,7 @@ static int mrst_pci_irq_enable(struct pc
-       return 0;
- }
--struct pci_ops pci_mrst_ops = {
-+const struct pci_ops pci_mrst_ops = {
-       .read = pci_read,
-       .write = pci_write,
- };
-diff -urNp linux-2.6.39/arch/x86/pci/numaq_32.c linux-2.6.39/arch/x86/pci/numaq_32.c
---- linux-2.6.39/arch/x86/pci/numaq_32.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/pci/numaq_32.c       2011-05-22 19:36:30.000000000 -0400
-@@ -108,7 +108,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.39/arch/x86/pci/olpc.c linux-2.6.39/arch/x86/pci/olpc.c
---- linux-2.6.39/arch/x86/pci/olpc.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/pci/olpc.c   2011-05-22 19:36:30.000000000 -0400
-@@ -297,7 +297,7 @@ static int pci_olpc_write(unsigned int s
-       return 0;
+diff -urNp linux-3.0.4/arch/x86/pci/mrst.c linux-3.0.4/arch/x86/pci/mrst.c
+--- linux-3.0.4/arch/x86/pci/mrst.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/pci/mrst.c    2011-08-23 21:47:55.000000000 -0400
+@@ -234,7 +234,9 @@ int __init pci_mrst_init(void)
+       printk(KERN_INFO "Moorestown platform detected, using MRST PCI ops\n");
+       pci_mmcfg_late_init();
+       pcibios_enable_irq = mrst_pci_irq_enable;
+-      pci_root_ops = pci_mrst_ops;
++      pax_open_kernel();
++      memcpy((void *)&pci_root_ops, &pci_mrst_ops, sizeof(pci_mrst_ops));
++      pax_close_kernel();
+       /* Continue with standard init */
+       return 1;
  }
--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.39/arch/x86/pci/pcbios.c linux-2.6.39/arch/x86/pci/pcbios.c
---- linux-2.6.39/arch/x86/pci/pcbios.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/pci/pcbios.c 2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/pci/pcbios.c linux-3.0.4/arch/x86/pci/pcbios.c
+--- linux-3.0.4/arch/x86/pci/pcbios.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/pci/pcbios.c  2011-08-23 21:47:55.000000000 -0400
 @@ -79,50 +79,93 @@ union bios32 {
  static struct {
        unsigned long address;
@@ -23367,24 +21292,6 @@ diff -urNp linux-2.6.39/arch/x86/pci/pcbios.c linux-2.6.39/arch/x86/pci/pcbios.c
                break;
        }
  
-@@ -301,7 +371,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
- };
-@@ -310,7 +380,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;
 @@ -392,10 +462,13 @@ struct irq_routing_table * pcibios_get_i
  
        DBG("PCI: Fetching IRQ routing table... ");
@@ -23432,22 +21339,10 @@ diff -urNp linux-2.6.39/arch/x86/pci/pcbios.c linux-2.6.39/arch/x86/pci/pcbios.c
        return !(ret & 0xff00);
  }
  EXPORT_SYMBOL(pcibios_set_irq_routing);
-diff -urNp linux-2.6.39/arch/x86/pci/xen.c linux-2.6.39/arch/x86/pci/xen.c
---- linux-2.6.39/arch/x86/pci/xen.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/pci/xen.c    2011-05-22 19:36:30.000000000 -0400
-@@ -62,7 +62,7 @@ static int acpi_register_gsi_xen_hvm(str
- #include <linux/msi.h>
- #include <asm/msidef.h>
--struct xen_pci_frontend_ops *xen_pci_frontend;
-+const struct xen_pci_frontend_ops *xen_pci_frontend;
- EXPORT_SYMBOL_GPL(xen_pci_frontend);
- #define XEN_PIRQ_MSI_DATA  (MSI_DATA_TRIGGER_EDGE | \
-diff -urNp linux-2.6.39/arch/x86/platform/efi/efi_32.c linux-2.6.39/arch/x86/platform/efi/efi_32.c
---- linux-2.6.39/arch/x86/platform/efi/efi_32.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/platform/efi/efi_32.c        2011-05-22 19:36:30.000000000 -0400
-@@ -38,70 +38,37 @@
+diff -urNp linux-3.0.4/arch/x86/platform/efi/efi_32.c linux-3.0.4/arch/x86/platform/efi/efi_32.c
+--- linux-3.0.4/arch/x86/platform/efi/efi_32.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/platform/efi/efi_32.c 2011-09-19 09:16:58.000000000 -0400
+@@ -38,70 +38,56 @@
   */
  
  static unsigned long efi_rt_eflags;
@@ -23461,7 +21356,10 @@ diff -urNp linux-2.6.39/arch/x86/platform/efi/efi_32.c linux-2.6.39/arch/x86/pla
 -      unsigned long temp;
        struct desc_ptr gdt_descr;
  
-       local_irq_save(efi_rt_eflags);
+-      local_irq_save(efi_rt_eflags);
++#ifdef CONFIG_PAX_KERNEXEC
++      struct desc_struct d;
++#endif
  
 -      /*
 -       * If I don't have PAE, I should just duplicate two entries in page
@@ -23469,7 +21367,8 @@ diff -urNp linux-2.6.39/arch/x86/platform/efi/efi_32.c linux-2.6.39/arch/x86/pla
 -       * page directory.
 -       */
 -      cr4 = read_cr4_safe();
--
++      local_irq_save(efi_rt_eflags);
 -      if (cr4 & X86_CR4_PAE) {
 -              efi_bak_pg_dir_pointer[0].pgd =
 -                  swapper_pg_dir[pgd_index(0)].pgd;
@@ -23495,8 +21394,14 @@ diff -urNp linux-2.6.39/arch/x86/platform/efi/efi_32.c linux-2.6.39/arch/x86/pla
         */
        __flush_tlb_all();
  
--      gdt_descr.address = __pa(get_cpu_gdt_table(0));
-+      gdt_descr.address = (struct desc_struct *)__pa(get_cpu_gdt_table(0));
++#ifdef CONFIG_PAX_KERNEXEC
++      pack_descriptor(&d, 0, 0xFFFFF, 0x9B, 0xC);
++      write_gdt_entry(get_cpu_gdt_table(0), GDT_ENTRY_EFI_CS, &d, DESCTYPE_S);
++      pack_descriptor(&d, 0, 0xFFFFF, 0x93, 0xC);
++      write_gdt_entry(get_cpu_gdt_table(0), GDT_ENTRY_EFI_DS, &d, DESCTYPE_S);
++#endif
++
+       gdt_descr.address = __pa(get_cpu_gdt_table(0));
        gdt_descr.size = GDT_SIZE - 1;
        load_gdt(&gdt_descr);
  }
@@ -23507,8 +21412,15 @@ diff -urNp linux-2.6.39/arch/x86/platform/efi/efi_32.c linux-2.6.39/arch/x86/pla
 -      unsigned long cr4;
        struct desc_ptr gdt_descr;
  
--      gdt_descr.address = (unsigned long)get_cpu_gdt_table(0);
-+      gdt_descr.address = get_cpu_gdt_table(0);
++#ifdef CONFIG_PAX_KERNEXEC
++      struct desc_struct d;
++
++      memset(&d, 0, sizeof d);
++      write_gdt_entry(get_cpu_gdt_table(0), GDT_ENTRY_EFI_CS, &d, DESCTYPE_S);
++      write_gdt_entry(get_cpu_gdt_table(0), GDT_ENTRY_EFI_DS, &d, DESCTYPE_S);
++#endif
++
+       gdt_descr.address = (unsigned long)get_cpu_gdt_table(0);
        gdt_descr.size = GDT_SIZE - 1;
        load_gdt(&gdt_descr);
  
@@ -23527,18 +21439,20 @@ diff -urNp linux-2.6.39/arch/x86/platform/efi/efi_32.c linux-2.6.39/arch/x86/pla
  
        /*
         * After the lock is released, the original page table is restored.
-diff -urNp linux-2.6.39/arch/x86/platform/efi/efi_stub_32.S linux-2.6.39/arch/x86/platform/efi/efi_stub_32.S
---- linux-2.6.39/arch/x86/platform/efi/efi_stub_32.S   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/platform/efi/efi_stub_32.S   2011-05-22 19:36:30.000000000 -0400
-@@ -6,6 +6,7 @@
+diff -urNp linux-3.0.4/arch/x86/platform/efi/efi_stub_32.S linux-3.0.4/arch/x86/platform/efi/efi_stub_32.S
+--- linux-3.0.4/arch/x86/platform/efi/efi_stub_32.S    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/platform/efi/efi_stub_32.S    2011-09-19 09:16:58.000000000 -0400
+@@ -6,7 +6,9 @@
   */
  
  #include <linux/linkage.h>
 +#include <linux/init.h>
  #include <asm/page_types.h>
++#include <asm/segment.h>
  
  /*
-@@ -20,7 +21,7 @@
+  * efi_call_phys(void *, ...) is a function with variable parameters.
+@@ -20,7 +22,7 @@
   * service functions will comply with gcc calling convention, too.
   */
  
@@ -23547,18 +21461,22 @@ diff -urNp linux-2.6.39/arch/x86/platform/efi/efi_stub_32.S linux-2.6.39/arch/x8
  ENTRY(efi_call_phys)
        /*
         * 0. The function can only be called in Linux kernel. So CS has been
-@@ -36,9 +37,7 @@ ENTRY(efi_call_phys)
+@@ -36,9 +38,11 @@ ENTRY(efi_call_phys)
         * The mapping of lower virtual memory has been created in prelog and
         * epilog.
         */
 -      movl    $1f, %edx
 -      subl    $__PAGE_OFFSET, %edx
 -      jmp     *%edx
-+      jmp     1f-__PAGE_OFFSET
++      movl    $(__KERNEXEC_EFI_DS), %edx
++      mov     %edx, %ds
++      mov     %edx, %es
++      mov     %edx, %ss
++      ljmp $(__KERNEXEC_EFI_CS),$1f-__PAGE_OFFSET
  1:
  
        /*
-@@ -47,14 +46,8 @@ ENTRY(efi_call_phys)
+@@ -47,14 +51,8 @@ ENTRY(efi_call_phys)
         * parameter 2, ..., param n. To make things easy, we save the return
         * address of efi_call_phys in a global variable.
         */
@@ -23575,7 +21493,7 @@ diff -urNp linux-2.6.39/arch/x86/platform/efi/efi_stub_32.S linux-2.6.39/arch/x8
  
        /*
         * 3. Clear PG bit in %CR0.
-@@ -73,9 +66,8 @@ ENTRY(efi_call_phys)
+@@ -73,9 +71,8 @@ ENTRY(efi_call_phys)
        /*
         * 5. Call the physical function.
         */
@@ -23586,7 +21504,7 @@ diff -urNp linux-2.6.39/arch/x86/platform/efi/efi_stub_32.S linux-2.6.39/arch/x8
        /*
         * 6. After EFI runtime service returns, control will return to
         * following instruction. We'd better readjust stack pointer first.
-@@ -88,35 +80,28 @@ ENTRY(efi_call_phys)
+@@ -88,35 +85,32 @@ ENTRY(efi_call_phys)
        movl    %cr0, %edx
        orl     $0x80000000, %edx
        movl    %edx, %cr0
@@ -23599,8 +21517,12 @@ diff -urNp linux-2.6.39/arch/x86/platform/efi/efi_stub_32.S linux-2.6.39/arch/x8
         */
 -      movl    $1f, %edx
 -      jmp     *%edx
-+      jmp     1f+__PAGE_OFFSET
++      ljmp $(__KERNEL_CS),$1f+__PAGE_OFFSET
  1:
++      movl    $(__KERNEL_DS), %edx
++      mov     %edx, %ds
++      mov     %edx, %es
++      mov     %edx, %ss
  
        /*
         * 9. Balance the stack. And because EAX contain the return value,
@@ -23628,33 +21550,115 @@ diff -urNp linux-2.6.39/arch/x86/platform/efi/efi_stub_32.S linux-2.6.39/arch/x8
  saved_return_addr:
        .long 0
  efi_rt_function_ptr:
-diff -urNp linux-2.6.39/arch/x86/platform/olpc/olpc_dt.c linux-2.6.39/arch/x86/platform/olpc/olpc_dt.c
---- linux-2.6.39/arch/x86/platform/olpc/olpc_dt.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/platform/olpc/olpc_dt.c      2011-05-22 19:36:30.000000000 -0400
-@@ -154,7 +154,7 @@ void * __init prom_early_alloc(unsigned 
-       return res;
+diff -urNp linux-3.0.4/arch/x86/platform/efi/efi_stub_64.S linux-3.0.4/arch/x86/platform/efi/efi_stub_64.S
+--- linux-3.0.4/arch/x86/platform/efi/efi_stub_64.S    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/platform/efi/efi_stub_64.S    2011-09-17 18:31:51.000000000 -0400
+@@ -40,6 +40,9 @@ ENTRY(efi_call0)
+       call *%rdi
+       addq $32, %rsp
+       RESTORE_XMM
++#ifdef CONFIG_PAX_KERNEXEC_PLUGIN
++      orb $0x80, 0x7(%rsp)
++#endif
+       ret
+ ENDPROC(efi_call0)
+@@ -50,6 +53,9 @@ ENTRY(efi_call1)
+       call *%rdi
+       addq $32, %rsp
+       RESTORE_XMM
++#ifdef CONFIG_PAX_KERNEXEC_PLUGIN
++      orb $0x80, 0x7(%rsp)
++#endif
+       ret
+ ENDPROC(efi_call1)
+@@ -60,6 +66,9 @@ ENTRY(efi_call2)
+       call *%rdi
+       addq $32, %rsp
+       RESTORE_XMM
++#ifdef CONFIG_PAX_KERNEXEC_PLUGIN
++      orb $0x80, 0x7(%rsp)
++#endif
+       ret
+ ENDPROC(efi_call2)
+@@ -71,6 +80,9 @@ ENTRY(efi_call3)
+       call *%rdi
+       addq $32, %rsp
+       RESTORE_XMM
++#ifdef CONFIG_PAX_KERNEXEC_PLUGIN
++      orb $0x80, 0x7(%rsp)
++#endif
+       ret
+ ENDPROC(efi_call3)
+@@ -83,6 +95,9 @@ ENTRY(efi_call4)
+       call *%rdi
+       addq $32, %rsp
+       RESTORE_XMM
++#ifdef CONFIG_PAX_KERNEXEC_PLUGIN
++      orb $0x80, 0x7(%rsp)
++#endif
+       ret
+ ENDPROC(efi_call4)
+@@ -96,6 +111,9 @@ ENTRY(efi_call5)
+       call *%rdi
+       addq $48, %rsp
+       RESTORE_XMM
++#ifdef CONFIG_PAX_KERNEXEC_PLUGIN
++      orb $0x80, 0x7(%rsp)
++#endif
+       ret
+ ENDPROC(efi_call5)
+@@ -112,5 +130,8 @@ ENTRY(efi_call6)
+       call *%rdi
+       addq $48, %rsp
+       RESTORE_XMM
++#ifdef CONFIG_PAX_KERNEXEC_PLUGIN
++      orb $0x80, 0x7(%rsp)
++#endif
+       ret
+ ENDPROC(efi_call6)
+diff -urNp linux-3.0.4/arch/x86/platform/mrst/mrst.c linux-3.0.4/arch/x86/platform/mrst/mrst.c
+--- linux-3.0.4/arch/x86/platform/mrst/mrst.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/platform/mrst/mrst.c  2011-08-23 21:47:55.000000000 -0400
+@@ -239,14 +239,16 @@ static int mrst_i8042_detect(void)
+ }
+ /* Reboot and power off are handled by the SCU on a MID device */
+-static void mrst_power_off(void)
++static __noreturn void mrst_power_off(void)
+ {
+       intel_scu_ipc_simple_command(0xf1, 1);
++      BUG();
+ }
+-static void mrst_reboot(void)
++static __noreturn void mrst_reboot(void)
+ {
+       intel_scu_ipc_simple_command(0xf1, 0);
++      BUG();
  }
  
--static struct of_pdt_ops prom_olpc_ops __initdata = {
-+static const struct of_pdt_ops prom_olpc_ops = {
-       .nextprop = olpc_dt_nextprop,
-       .getproplen = olpc_dt_getproplen,
-       .getproperty = olpc_dt_getproperty,
-diff -urNp linux-2.6.39/arch/x86/platform/uv/tlb_uv.c linux-2.6.39/arch/x86/platform/uv/tlb_uv.c
---- linux-2.6.39/arch/x86/platform/uv/tlb_uv.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/platform/uv/tlb_uv.c 2011-05-22 19:36:30.000000000 -0400
-@@ -342,6 +342,8 @@ static void uv_reset_with_ipi(struct bau
+ /*
+diff -urNp linux-3.0.4/arch/x86/platform/uv/tlb_uv.c linux-3.0.4/arch/x86/platform/uv/tlb_uv.c
+--- linux-3.0.4/arch/x86/platform/uv/tlb_uv.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/platform/uv/tlb_uv.c  2011-08-23 21:48:14.000000000 -0400
+@@ -373,6 +373,8 @@ static void reset_with_ipi(struct bau_ta
        cpumask_t mask;
        struct reset_args reset_args;
  
 +      pax_track_stack();
 +
        reset_args.sender = sender;
        cpus_clear(mask);
-diff -urNp linux-2.6.39/arch/x86/power/cpu.c linux-2.6.39/arch/x86/power/cpu.c
---- linux-2.6.39/arch/x86/power/cpu.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/power/cpu.c  2011-05-22 19:36:30.000000000 -0400
+       /* find a single cpu for each uvhub in this distribution mask */
+diff -urNp linux-3.0.4/arch/x86/power/cpu.c linux-3.0.4/arch/x86/power/cpu.c
+--- linux-3.0.4/arch/x86/power/cpu.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/power/cpu.c   2011-08-23 21:47:55.000000000 -0400
 @@ -130,7 +130,7 @@ static void do_fpu_end(void)
  static void fix_processor_context(void)
  {
@@ -23674,10 +21678,10 @@ diff -urNp linux-2.6.39/arch/x86/power/cpu.c linux-2.6.39/arch/x86/power/cpu.c
  
        syscall_init();                         /* This sets MSR_*STAR and related */
  #endif
-diff -urNp linux-2.6.39/arch/x86/vdso/Makefile linux-2.6.39/arch/x86/vdso/Makefile
---- linux-2.6.39/arch/x86/vdso/Makefile        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/vdso/Makefile        2011-05-22 19:36:30.000000000 -0400
-@@ -123,7 +123,7 @@ quiet_cmd_vdso = VDSO    $@
+diff -urNp linux-3.0.4/arch/x86/vdso/Makefile linux-3.0.4/arch/x86/vdso/Makefile
+--- linux-3.0.4/arch/x86/vdso/Makefile 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/vdso/Makefile 2011-08-23 21:47:55.000000000 -0400
+@@ -136,7 +136,7 @@ quiet_cmd_vdso = VDSO    $@
                       -Wl,-T,$(filter %.lds,$^) $(filter %.o,$^) && \
                 sh $(srctree)/$(src)/checkundef.sh '$(NM)' '$@'
  
@@ -23686,110 +21690,9 @@ diff -urNp linux-2.6.39/arch/x86/vdso/Makefile linux-2.6.39/arch/x86/vdso/Makefi
  GCOV_PROFILE := n
  
  #
-diff -urNp linux-2.6.39/arch/x86/vdso/vclock_gettime.c linux-2.6.39/arch/x86/vdso/vclock_gettime.c
---- linux-2.6.39/arch/x86/vdso/vclock_gettime.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/vdso/vclock_gettime.c        2011-05-22 19:36:30.000000000 -0400
-@@ -22,24 +22,48 @@
- #include <asm/hpet.h>
- #include <asm/unistd.h>
- #include <asm/io.h>
-+#include <asm/fixmap.h>
- #include "vextern.h"
- #define gtod vdso_vsyscall_gtod_data
-+notrace noinline long __vdso_fallback_time(long *t)
-+{
-+      long secs;
-+      asm volatile("syscall"
-+              : "=a" (secs)
-+              : "0" (__NR_time),"D" (t) : "r11", "cx", "memory");
-+      return secs;
-+}
-+
- notrace static long vdso_fallback_gettime(long clock, struct timespec *ts)
- {
-       long ret;
-       asm("syscall" : "=a" (ret) :
--          "0" (__NR_clock_gettime),"D" (clock), "S" (ts) : "memory");
-+          "0" (__NR_clock_gettime),"D" (clock), "S" (ts) : "r11", "cx", "memory");
-       return ret;
- }
-+notrace static inline cycle_t __vdso_vread_hpet(void)
-+{
-+      return readl((const void __iomem *)fix_to_virt(VSYSCALL_HPET) + 0xf0);
-+}
-+
-+notrace static inline cycle_t __vdso_vread_tsc(void)
-+{
-+      cycle_t ret = (cycle_t)vget_cycles();
-+
-+      return ret >= gtod->clock.cycle_last ? ret : gtod->clock.cycle_last;
-+}
-+
- notrace static inline long vgetns(void)
- {
-       long v;
--      cycles_t (*vread)(void);
--      vread = gtod->clock.vread;
--      v = (vread() - gtod->clock.cycle_last) & gtod->clock.mask;
-+      if (gtod->clock.name[0] == 't' && gtod->clock.name[1] == 's' && gtod->clock.name[2] == 'c' && !gtod->clock.name[3])
-+              v = __vdso_vread_tsc();
-+      else
-+              v = __vdso_vread_hpet();
-+      v = (v - gtod->clock.cycle_last) & gtod->clock.mask;
-       return (v * gtod->clock.mult) >> gtod->clock.shift;
- }
-@@ -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))
-+      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:
-                       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")));
--notrace int __vdso_gettimeofday(struct timeval *tv, struct timezone *tz)
-+notrace noinline int __vdso_fallback_gettimeofday(struct timeval *tv, struct timezone *tz)
- {
-       long ret;
--      if (likely(gtod->sysctl_enabled && gtod->clock.vread)) {
-+      asm("syscall" : "=a" (ret) :
-+          "0" (__NR_gettimeofday), "D" (tv), "S" (tz) : "r11", "cx", "memory");
-+      return ret;
-+}
-+
-+notrace int __vdso_gettimeofday(struct timeval *tv, struct timezone *tz)
-+{
-+      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]))))
-+      {
-               if (likely(tv != NULL)) {
-                       BUILD_BUG_ON(offsetof(struct timeval, tv_usec) !=
-                                    offsetof(struct timespec, tv_nsec) ||
-@@ -151,9 +187,7 @@ notrace int __vdso_gettimeofday(struct t
-               }
-               return 0;
-       }
--      asm("syscall" : "=a" (ret) :
--          "0" (__NR_gettimeofday), "D" (tv), "S" (tz) : "memory");
--      return ret;
-+      return __vdso_fallback_gettimeofday(tv, tz);
- }
- int gettimeofday(struct timeval *, struct timezone *)
-       __attribute__((weak, alias("__vdso_gettimeofday")));
-diff -urNp linux-2.6.39/arch/x86/vdso/vdso32-setup.c linux-2.6.39/arch/x86/vdso/vdso32-setup.c
---- linux-2.6.39/arch/x86/vdso/vdso32-setup.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/vdso/vdso32-setup.c  2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/vdso/vdso32-setup.c linux-3.0.4/arch/x86/vdso/vdso32-setup.c
+--- linux-3.0.4/arch/x86/vdso/vdso32-setup.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/vdso/vdso32-setup.c   2011-08-23 21:47:55.000000000 -0400
 @@ -25,6 +25,7 @@
  #include <asm/tlbflush.h>
  #include <asm/vdso.h>
@@ -23872,60 +21775,101 @@ diff -urNp linux-2.6.39/arch/x86/vdso/vdso32-setup.c linux-2.6.39/arch/x86/vdso/
                return &gate_vma;
        return NULL;
  }
-diff -urNp linux-2.6.39/arch/x86/vdso/vdso.lds.S linux-2.6.39/arch/x86/vdso/vdso.lds.S
---- linux-2.6.39/arch/x86/vdso/vdso.lds.S      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/vdso/vdso.lds.S      2011-05-22 19:36:30.000000000 -0400
-@@ -35,3 +35,9 @@ VDSO64_PRELINK = VDSO_PRELINK;
- #define VEXTERN(x)    VDSO64_ ## x = vdso_ ## x;
- #include "vextern.h"
- #undef        VEXTERN
-+
-+#define VEXTERN(x)    VDSO64_ ## x = __vdso_ ## x;
-+VEXTERN(fallback_gettimeofday)
-+VEXTERN(fallback_time)
-+VEXTERN(getcpu)
-+#undef        VEXTERN
-diff -urNp linux-2.6.39/arch/x86/vdso/vextern.h linux-2.6.39/arch/x86/vdso/vextern.h
---- linux-2.6.39/arch/x86/vdso/vextern.h       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/vdso/vextern.h       2011-05-22 19:36:30.000000000 -0400
-@@ -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.   */
--VEXTERN(jiffies)
- VEXTERN(vgetcpu_mode)
- VEXTERN(vsyscall_gtod_data)
-diff -urNp linux-2.6.39/arch/x86/vdso/vma.c linux-2.6.39/arch/x86/vdso/vma.c
---- linux-2.6.39/arch/x86/vdso/vma.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/vdso/vma.c   2011-05-22 19:36:30.000000000 -0400
-@@ -58,7 +58,7 @@ static int __init init_vdso_vars(void)
-       if (!vbase)
-               goto oom;
+diff -urNp linux-3.0.4/arch/x86/vdso/vma.c linux-3.0.4/arch/x86/vdso/vma.c
+--- linux-3.0.4/arch/x86/vdso/vma.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/vdso/vma.c    2011-08-23 21:47:55.000000000 -0400
+@@ -15,18 +15,19 @@
+ #include <asm/proto.h>
+ #include <asm/vdso.h>
+-unsigned int __read_mostly vdso_enabled = 1;
+-
+ extern char vdso_start[], vdso_end[];
+ extern unsigned short vdso_sync_cpuid;
++extern char __vsyscall_0;
+ static struct page **vdso_pages;
++static struct page *vsyscall_page;
+ static unsigned vdso_size;
+ static int __init init_vdso_vars(void)
+ {
+-      int npages = (vdso_end - vdso_start + PAGE_SIZE - 1) / PAGE_SIZE;
+-      int i;
++      size_t nbytes = vdso_end - vdso_start;
++      size_t npages = (nbytes + PAGE_SIZE - 1) / PAGE_SIZE;
++      size_t i;
  
--      if (memcmp(vbase, "\177ELF", 4)) {
-+      if (memcmp(vbase, ELFMAG, SELFMAG)) {
-               printk("VDSO: I'm broken; not ELF\n");
-               vdso_enabled = 0;
+       vdso_size = npages << PAGE_SHIFT;
+       vdso_pages = kmalloc(sizeof(struct page *) * npages, GFP_KERNEL);
+@@ -34,19 +35,19 @@ static int __init init_vdso_vars(void)
+               goto oom;
+       for (i = 0; i < npages; i++) {
+               struct page *p;
+-              p = alloc_page(GFP_KERNEL);
++              p = alloc_page(GFP_KERNEL | __GFP_ZERO);
+               if (!p)
+                       goto oom;
+               vdso_pages[i] = p;
+-              copy_page(page_address(p), vdso_start + i*PAGE_SIZE);
++              memcpy(page_address(p), vdso_start + i*PAGE_SIZE, nbytes > PAGE_SIZE ? PAGE_SIZE : nbytes);
++              nbytes -= PAGE_SIZE;
        }
-@@ -118,7 +118,7 @@ int arch_setup_additional_pages(struct l
++      vsyscall_page = pfn_to_page((__pa_symbol(&__vsyscall_0)) >> PAGE_SHIFT);
+       return 0;
+  oom:
+-      printk("Cannot allocate vdso\n");
+-      vdso_enabled = 0;
+-      return -ENOMEM;
++      panic("Cannot allocate vdso\n");
+ }
+ subsys_initcall(init_vdso_vars);
+@@ -80,37 +81,35 @@ int arch_setup_additional_pages(struct l
+       unsigned long addr;
+       int ret;
+-      if (!vdso_enabled)
+-              return 0;
+-
+       down_write(&mm->mmap_sem);
+-      addr = vdso_addr(mm->start_stack, vdso_size);
+-      addr = get_unmapped_area(NULL, addr, vdso_size, 0, 0);
++      addr = vdso_addr(mm->start_stack, vdso_size + PAGE_SIZE);
++      addr = get_unmapped_area(NULL, addr, vdso_size + PAGE_SIZE, 0, 0);
+       if (IS_ERR_VALUE(addr)) {
+               ret = addr;
                goto up_fail;
        }
  
 -      current->mm->context.vdso = (void *)addr;
-+      current->mm->context.vdso = addr;
++      mm->context.vdso = addr + PAGE_SIZE;
  
-       ret = install_special_mapping(mm, addr, vdso_size,
+-      ret = install_special_mapping(mm, addr, vdso_size,
++      ret = install_special_mapping(mm, addr, PAGE_SIZE,
                                      VM_READ|VM_EXEC|
-@@ -126,7 +126,7 @@ int arch_setup_additional_pages(struct l
+-                                    VM_MAYREAD|VM_MAYWRITE|VM_MAYEXEC|
++                                    VM_MAYREAD|VM_MAYEXEC|
                                      VM_ALWAYSDUMP,
-                                     vdso_pages);
+-                                    vdso_pages);
++                                    &vsyscall_page);
        if (ret) {
 -              current->mm->context.vdso = NULL;
-+              current->mm->context.vdso = 0;
++              mm->context.vdso = 0;
                goto up_fail;
        }
  
-@@ -134,10 +134,3 @@ up_fail:
++      ret = install_special_mapping(mm, addr + PAGE_SIZE, vdso_size,
++                                    VM_READ|VM_EXEC|
++                                    VM_MAYREAD|VM_MAYWRITE|VM_MAYEXEC|
++                                    VM_ALWAYSDUMP,
++                                    vdso_pages);
++      if (ret)
++              mm->context.vdso = 0;
++
+ up_fail:
        up_write(&mm->mmap_sem);
        return ret;
  }
@@ -23936,9 +21880,9 @@ diff -urNp linux-2.6.39/arch/x86/vdso/vma.c linux-2.6.39/arch/x86/vdso/vma.c
 -      return 0;
 -}
 -__setup("vdso=", vdso_setup);
-diff -urNp linux-2.6.39/arch/x86/xen/enlighten.c linux-2.6.39/arch/x86/xen/enlighten.c
---- linux-2.6.39/arch/x86/xen/enlighten.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/xen/enlighten.c      2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/xen/enlighten.c linux-3.0.4/arch/x86/xen/enlighten.c
+--- linux-3.0.4/arch/x86/xen/enlighten.c       2011-09-02 18:11:26.000000000 -0400
++++ linux-3.0.4/arch/x86/xen/enlighten.c       2011-08-29 23:26:21.000000000 -0400
 @@ -85,8 +85,6 @@ EXPORT_SYMBOL_GPL(xen_start_info);
  
  struct shared_info xen_dummy_shared_info;
@@ -23978,7 +21922,7 @@ diff -urNp linux-2.6.39/arch/x86/xen/enlighten.c linux-2.6.39/arch/x86/xen/enlig
  {
        xen_reboot(SHUTDOWN_poweroff);
  }
-@@ -1127,7 +1125,17 @@ asmlinkage void __init xen_start_kernel(
+@@ -1134,7 +1132,17 @@ asmlinkage void __init xen_start_kernel(
        __userpte_alloc_gfp &= ~__GFP_HIGHMEM;
  
        /* Work out if we support NX */
@@ -23997,7 +21941,7 @@ diff -urNp linux-2.6.39/arch/x86/xen/enlighten.c linux-2.6.39/arch/x86/xen/enlig
  
        xen_setup_features();
  
-@@ -1158,13 +1166,6 @@ asmlinkage void __init xen_start_kernel(
+@@ -1165,13 +1173,6 @@ asmlinkage void __init xen_start_kernel(
  
        machine_ops = xen_machine_ops;
  
@@ -24011,10 +21955,10 @@ diff -urNp linux-2.6.39/arch/x86/xen/enlighten.c linux-2.6.39/arch/x86/xen/enlig
        xen_smp_init();
  
  #ifdef CONFIG_ACPI_NUMA
-diff -urNp linux-2.6.39/arch/x86/xen/mmu.c linux-2.6.39/arch/x86/xen/mmu.c
---- linux-2.6.39/arch/x86/xen/mmu.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/xen/mmu.c    2011-05-22 19:36:30.000000000 -0400
-@@ -1791,6 +1791,8 @@ __init pgd_t *xen_setup_kernel_pagetable
+diff -urNp linux-3.0.4/arch/x86/xen/mmu.c linux-3.0.4/arch/x86/xen/mmu.c
+--- linux-3.0.4/arch/x86/xen/mmu.c     2011-09-02 18:11:26.000000000 -0400
++++ linux-3.0.4/arch/x86/xen/mmu.c     2011-08-29 23:26:21.000000000 -0400
+@@ -1683,6 +1683,8 @@ pgd_t * __init xen_setup_kernel_pagetabl
        convert_pfn_mfn(init_level4_pgt);
        convert_pfn_mfn(level3_ident_pgt);
        convert_pfn_mfn(level3_kernel_pgt);
@@ -24023,7 +21967,7 @@ diff -urNp linux-2.6.39/arch/x86/xen/mmu.c linux-2.6.39/arch/x86/xen/mmu.c
  
        l3 = m2v(pgd[pgd_index(__START_KERNEL_map)].pgd);
        l2 = m2v(l3[pud_index(__START_KERNEL_map)].pud);
-@@ -1809,7 +1811,10 @@ __init pgd_t *xen_setup_kernel_pagetable
+@@ -1701,7 +1703,10 @@ pgd_t * __init xen_setup_kernel_pagetabl
        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);
@@ -24034,22 +21978,26 @@ diff -urNp linux-2.6.39/arch/x86/xen/mmu.c linux-2.6.39/arch/x86/xen/mmu.c
        set_page_prot(level2_kernel_pgt, PAGE_KERNEL_RO);
        set_page_prot(level2_fixmap_pgt, PAGE_KERNEL_RO);
  
-diff -urNp linux-2.6.39/arch/x86/xen/pci-swiotlb-xen.c linux-2.6.39/arch/x86/xen/pci-swiotlb-xen.c
---- linux-2.6.39/arch/x86/xen/pci-swiotlb-xen.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/xen/pci-swiotlb-xen.c        2011-05-22 19:36:30.000000000 -0400
-@@ -10,7 +10,7 @@
+@@ -1913,6 +1918,7 @@ static void __init xen_post_allocator_in
+       pv_mmu_ops.set_pud = xen_set_pud;
+ #if PAGETABLE_LEVELS == 4
+       pv_mmu_ops.set_pgd = xen_set_pgd;
++      pv_mmu_ops.set_pgd_batched = xen_set_pgd;
+ #endif
  
- int xen_swiotlb __read_mostly;
+       /* This will work as long as patching hasn't happened yet
+@@ -1994,6 +2000,7 @@ static const struct pv_mmu_ops xen_mmu_o
+       .pud_val = PV_CALLEE_SAVE(xen_pud_val),
+       .make_pud = PV_CALLEE_SAVE(xen_make_pud),
+       .set_pgd = xen_set_pgd_hyper,
++      .set_pgd_batched = xen_set_pgd_hyper,
  
--static struct dma_map_ops xen_swiotlb_dma_ops = {
-+static const struct dma_map_ops xen_swiotlb_dma_ops = {
-       .mapping_error = xen_swiotlb_dma_mapping_error,
-       .alloc_coherent = xen_swiotlb_alloc_coherent,
-       .free_coherent = xen_swiotlb_free_coherent,
-diff -urNp linux-2.6.39/arch/x86/xen/smp.c linux-2.6.39/arch/x86/xen/smp.c
---- linux-2.6.39/arch/x86/xen/smp.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/xen/smp.c    2011-05-22 19:36:30.000000000 -0400
-@@ -194,11 +194,6 @@ static void __init xen_smp_prepare_boot_
+       .alloc_pud = xen_alloc_pmd_init,
+       .release_pud = xen_release_pmd_init,
+diff -urNp linux-3.0.4/arch/x86/xen/smp.c linux-3.0.4/arch/x86/xen/smp.c
+--- linux-3.0.4/arch/x86/xen/smp.c     2011-09-02 18:11:26.000000000 -0400
++++ linux-3.0.4/arch/x86/xen/smp.c     2011-08-29 23:26:21.000000000 -0400
+@@ -193,11 +193,6 @@ static void __init xen_smp_prepare_boot_
  {
        BUG_ON(smp_processor_id() != 0);
        native_smp_prepare_boot_cpu();
@@ -24061,7 +22009,7 @@ diff -urNp linux-2.6.39/arch/x86/xen/smp.c linux-2.6.39/arch/x86/xen/smp.c
        xen_filter_cpu_maps();
        xen_setup_vcpu_info_placement();
  }
-@@ -259,12 +254,12 @@ cpu_initialize_context(unsigned int cpu,
+@@ -265,12 +260,12 @@ cpu_initialize_context(unsigned int cpu,
        gdt = get_cpu_gdt_table(cpu);
  
        ctxt->flags = VGCF_IN_KERNEL;
@@ -24077,7 +22025,7 @@ diff -urNp linux-2.6.39/arch/x86/xen/smp.c linux-2.6.39/arch/x86/xen/smp.c
  #else
        ctxt->gs_base_kernel = per_cpu_offset(cpu);
  #endif
-@@ -315,13 +310,12 @@ static int __cpuinit xen_cpu_up(unsigned
+@@ -321,13 +316,12 @@ static int __cpuinit xen_cpu_up(unsigned
        int rc;
  
        per_cpu(current_task, cpu) = idle;
@@ -24093,9 +22041,9 @@ diff -urNp linux-2.6.39/arch/x86/xen/smp.c linux-2.6.39/arch/x86/xen/smp.c
  #endif
        xen_setup_runstate_info(cpu);
        xen_setup_timer(cpu);
-diff -urNp linux-2.6.39/arch/x86/xen/xen-asm_32.S linux-2.6.39/arch/x86/xen/xen-asm_32.S
---- linux-2.6.39/arch/x86/xen/xen-asm_32.S     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/xen/xen-asm_32.S     2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/xen/xen-asm_32.S linux-3.0.4/arch/x86/xen/xen-asm_32.S
+--- linux-3.0.4/arch/x86/xen/xen-asm_32.S      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/xen/xen-asm_32.S      2011-08-23 21:47:55.000000000 -0400
 @@ -83,14 +83,14 @@ ENTRY(xen_iret)
        ESP_OFFSET=4    # bytes pushed onto stack
  
@@ -24117,9 +22065,9 @@ diff -urNp linux-2.6.39/arch/x86/xen/xen-asm_32.S linux-2.6.39/arch/x86/xen/xen-
  #else
        movl xen_vcpu, %eax
  #endif
-diff -urNp linux-2.6.39/arch/x86/xen/xen-head.S linux-2.6.39/arch/x86/xen/xen-head.S
---- linux-2.6.39/arch/x86/xen/xen-head.S       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/xen/xen-head.S       2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/xen/xen-head.S linux-3.0.4/arch/x86/xen/xen-head.S
+--- linux-3.0.4/arch/x86/xen/xen-head.S        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/arch/x86/xen/xen-head.S        2011-08-23 21:47:55.000000000 -0400
 @@ -19,6 +19,17 @@ ENTRY(startup_xen)
  #ifdef CONFIG_X86_32
        mov %esi,xen_start_info
@@ -24138,9 +22086,9 @@ diff -urNp linux-2.6.39/arch/x86/xen/xen-head.S linux-2.6.39/arch/x86/xen/xen-he
  #else
        mov %rsi,xen_start_info
        mov $init_thread_union+THREAD_SIZE,%rsp
-diff -urNp linux-2.6.39/arch/x86/xen/xen-ops.h linux-2.6.39/arch/x86/xen/xen-ops.h
---- linux-2.6.39/arch/x86/xen/xen-ops.h        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/arch/x86/xen/xen-ops.h        2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/arch/x86/xen/xen-ops.h linux-3.0.4/arch/x86/xen/xen-ops.h
+--- linux-3.0.4/arch/x86/xen/xen-ops.h 2011-09-02 18:11:21.000000000 -0400
++++ linux-3.0.4/arch/x86/xen/xen-ops.h 2011-08-23 21:47:55.000000000 -0400
 @@ -10,8 +10,6 @@
  extern const char xen_hypervisor_callback[];
  extern const char xen_failsafe_callback[];
@@ -24150,9 +22098,9 @@ diff -urNp linux-2.6.39/arch/x86/xen/xen-ops.h linux-2.6.39/arch/x86/xen/xen-ops
  struct trap_info;
  void xen_copy_trap_info(struct trap_info *traps);
  
-diff -urNp linux-2.6.39/block/blk-iopoll.c linux-2.6.39/block/blk-iopoll.c
---- linux-2.6.39/block/blk-iopoll.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/block/blk-iopoll.c    2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/block/blk-iopoll.c linux-3.0.4/block/blk-iopoll.c
+--- linux-3.0.4/block/blk-iopoll.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/block/blk-iopoll.c     2011-08-23 21:47:55.000000000 -0400
 @@ -77,7 +77,7 @@ void blk_iopoll_complete(struct blk_iopo
  }
  EXPORT_SYMBOL(blk_iopoll_complete);
@@ -24162,9 +22110,9 @@ diff -urNp linux-2.6.39/block/blk-iopoll.c linux-2.6.39/block/blk-iopoll.c
  {
        struct list_head *list = &__get_cpu_var(blk_cpu_iopoll);
        int rearm = 0, budget = blk_iopoll_budget;
-diff -urNp linux-2.6.39/block/blk-map.c linux-2.6.39/block/blk-map.c
---- linux-2.6.39/block/blk-map.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/block/blk-map.c       2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/block/blk-map.c linux-3.0.4/block/blk-map.c
+--- linux-3.0.4/block/blk-map.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/block/blk-map.c        2011-08-23 21:47:55.000000000 -0400
 @@ -301,7 +301,7 @@ int blk_rq_map_kern(struct request_queue
        if (!len || !kbuf)
                return -EINVAL;
@@ -24174,9 +22122,9 @@ diff -urNp linux-2.6.39/block/blk-map.c linux-2.6.39/block/blk-map.c
        if (do_copy)
                bio = bio_copy_kern(q, kbuf, len, gfp_mask, reading);
        else
-diff -urNp linux-2.6.39/block/blk-softirq.c linux-2.6.39/block/blk-softirq.c
---- linux-2.6.39/block/blk-softirq.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/block/blk-softirq.c   2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/block/blk-softirq.c linux-3.0.4/block/blk-softirq.c
+--- linux-3.0.4/block/blk-softirq.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/block/blk-softirq.c    2011-08-23 21:47:55.000000000 -0400
 @@ -17,7 +17,7 @@ static DEFINE_PER_CPU(struct list_head, 
   * Softirq action handler - move entries to local list and loop over them
   * while passing them to the queue registered handler.
@@ -24186,9 +22134,9 @@ diff -urNp linux-2.6.39/block/blk-softirq.c linux-2.6.39/block/blk-softirq.c
  {
        struct list_head *cpu_list, local_list;
  
-diff -urNp linux-2.6.39/block/bsg.c linux-2.6.39/block/bsg.c
---- linux-2.6.39/block/bsg.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/block/bsg.c   2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/block/bsg.c linux-3.0.4/block/bsg.c
+--- linux-3.0.4/block/bsg.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/block/bsg.c    2011-08-23 21:47:55.000000000 -0400
 @@ -176,16 +176,24 @@ static int blk_fill_sgv4_hdr_rq(struct r
                                struct sg_io_v4 *hdr, struct bsg_device *bd,
                                fmode_t has_write_perm)
@@ -24216,9 +22164,9 @@ diff -urNp linux-2.6.39/block/bsg.c linux-2.6.39/block/bsg.c
        if (hdr->subprotocol == BSG_SUB_PROTOCOL_SCSI_CMD) {
                if (blk_verify_command(rq->cmd, has_write_perm))
                        return -EPERM;
-diff -urNp linux-2.6.39/block/scsi_ioctl.c linux-2.6.39/block/scsi_ioctl.c
---- linux-2.6.39/block/scsi_ioctl.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/block/scsi_ioctl.c    2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/block/scsi_ioctl.c linux-3.0.4/block/scsi_ioctl.c
+--- linux-3.0.4/block/scsi_ioctl.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/block/scsi_ioctl.c     2011-08-23 21:47:55.000000000 -0400
 @@ -222,8 +222,20 @@ EXPORT_SYMBOL(blk_verify_command);
  static int blk_fill_sghdr_rq(struct request_queue *q, struct request *rq,
                             struct sg_io_hdr *hdr, fmode_t mode)
@@ -24270,9 +22218,51 @@ diff -urNp linux-2.6.39/block/scsi_ioctl.c linux-2.6.39/block/scsi_ioctl.c
        if (in_len && copy_from_user(buffer, sic->data + cmdlen, in_len))
                goto error;
  
-diff -urNp linux-2.6.39/crypto/serpent.c linux-2.6.39/crypto/serpent.c
---- linux-2.6.39/crypto/serpent.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/crypto/serpent.c      2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/crypto/cryptd.c linux-3.0.4/crypto/cryptd.c
+--- linux-3.0.4/crypto/cryptd.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/crypto/cryptd.c        2011-08-23 21:47:55.000000000 -0400
+@@ -63,7 +63,7 @@ struct cryptd_blkcipher_ctx {
+ struct cryptd_blkcipher_request_ctx {
+       crypto_completion_t complete;
+-};
++} __no_const;
+ struct cryptd_hash_ctx {
+       struct crypto_shash *child;
+@@ -80,7 +80,7 @@ struct cryptd_aead_ctx {
+ struct cryptd_aead_request_ctx {
+       crypto_completion_t complete;
+-};
++} __no_const;
+ static void cryptd_queue_worker(struct work_struct *work);
+diff -urNp linux-3.0.4/crypto/gf128mul.c linux-3.0.4/crypto/gf128mul.c
+--- linux-3.0.4/crypto/gf128mul.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/crypto/gf128mul.c      2011-08-23 21:47:55.000000000 -0400
+@@ -182,7 +182,7 @@ void gf128mul_lle(be128 *r, const be128 
+       for (i = 0; i < 7; ++i)
+               gf128mul_x_lle(&p[i + 1], &p[i]);
+-      memset(r, 0, sizeof(r));
++      memset(r, 0, sizeof(*r));
+       for (i = 0;;) {
+               u8 ch = ((u8 *)b)[15 - i];
+@@ -220,7 +220,7 @@ void gf128mul_bbe(be128 *r, const be128 
+       for (i = 0; i < 7; ++i)
+               gf128mul_x_bbe(&p[i + 1], &p[i]);
+-      memset(r, 0, sizeof(r));
++      memset(r, 0, sizeof(*r));
+       for (i = 0;;) {
+               u8 ch = ((u8 *)b)[i];
+diff -urNp linux-3.0.4/crypto/serpent.c linux-3.0.4/crypto/serpent.c
+--- linux-3.0.4/crypto/serpent.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/crypto/serpent.c       2011-08-23 21:48:14.000000000 -0400
 @@ -224,6 +224,8 @@ static int serpent_setkey(struct crypto_
        u32 r0,r1,r2,r3,r4;
        int i;
@@ -24282,47 +22272,30 @@ diff -urNp linux-2.6.39/crypto/serpent.c linux-2.6.39/crypto/serpent.c
        /* Copy key, add padding */
  
        for (i = 0; i < keylen; ++i)
-diff -urNp linux-2.6.39/Documentation/dontdiff linux-2.6.39/Documentation/dontdiff
---- linux-2.6.39/Documentation/dontdiff        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/Documentation/dontdiff        2011-05-22 19:36:30.000000000 -0400
-@@ -1,13 +1,16 @@
- *.a
- *.aux
- *.bin
-+*.cis
+diff -urNp linux-3.0.4/Documentation/dontdiff linux-3.0.4/Documentation/dontdiff
+--- linux-3.0.4/Documentation/dontdiff 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/Documentation/dontdiff 2011-08-23 21:47:55.000000000 -0400
+@@ -5,6 +5,7 @@
+ *.cis
  *.cpio
  *.csp
 +*.dbg
  *.dsp
  *.dvi
  *.elf
- *.eps
- *.fw
-+*.gcno
- *.gen.S
- *.gif
- *.grep
-@@ -38,8 +41,10 @@
+@@ -48,9 +49,11 @@
  *.tab.h
  *.tex
  *.ver
 +*.vim
  *.xml
+ *.xz
  *_MODULES
 +*_reg_safe.h
  *_vga16.c
  *~
- *.9
-@@ -49,11 +54,16 @@
- 53c700_d.h
- CVS
- ChangeSet
-+GPATH
-+GRTAGS
-+GSYMS
-+GTAGS
- Image
- Kerntypes
+ \#*#
+@@ -70,6 +73,7 @@ Kerntypes
  Module.markers
  Module.symvers
  PENDING
@@ -24330,11 +22303,8 @@ diff -urNp linux-2.6.39/Documentation/dontdiff linux-2.6.39/Documentation/dontdi
  SCCS
  System.map*
  TAGS
-@@ -80,8 +90,11 @@ btfixupprep
- build
- bvmlinux
- bzImage*
-+capability_names.h
+@@ -98,6 +102,8 @@ bzImage*
+ capability_names.h
  capflags.c
  classlist.h*
 +clut_vga16.c
@@ -24342,9 +22312,9 @@ diff -urNp linux-2.6.39/Documentation/dontdiff linux-2.6.39/Documentation/dontdi
  comp*.log
  compile.h*
  conf
-@@ -106,16 +119,19 @@ fore200e_mkfirm
- fore200e_pca_fw.c*
+@@ -126,12 +132,14 @@ fore200e_pca_fw.c*
  gconf
+ gconf.glade.h
  gen-devlist
 +gen-kdb_cmds.c
  gen_crc32table
@@ -24354,15 +22324,10 @@ diff -urNp linux-2.6.39/Documentation/dontdiff linux-2.6.39/Documentation/dontdi
  genksyms
  *_gray256.c
 +hash
- ihex2fw
- ikconfig.h*
- inat-tables.c
- initramfs_data.cpio
-+initramfs_data.cpio.bz2
- initramfs_data.cpio.gz
- initramfs_list
- int16.c
-@@ -125,7 +141,6 @@ int32.c
+ hpet_example
+ hugepage-mmap
+ hugepage-shm
+@@ -146,7 +154,6 @@ int32.c
  int4.c
  int8.c
  kallsyms
@@ -24370,35 +22335,31 @@ diff -urNp linux-2.6.39/Documentation/dontdiff linux-2.6.39/Documentation/dontdi
  keywords.c
  ksym.c*
  ksym.h*
-@@ -149,7 +164,9 @@ mkboot
+@@ -154,7 +161,6 @@ kxgettext
+ lkc_defs.h
+ lex.c
+ lex.*.c
+-linux
+ logo_*.c
+ logo_*_clut224.c
+ logo_*_mono.c
+@@ -174,6 +180,7 @@ mkboot
  mkbugboot
  mkcpustr
  mkdep
 +mkpiggy
  mkprep
-+mkregtable
+ mkregtable
  mktables
- mktree
- modpost
-@@ -165,6 +182,7 @@ parse.h
- patches*
- pca200e.bin
- pca200e_ecd.bin2
-+perf-archive
- piggy.gz
- piggyback
- piggy.S
-@@ -180,7 +198,9 @@ r600_reg_safe.h
- raid6altivec*.c
- raid6int*.c
- raid6tables.c
+@@ -209,6 +216,7 @@ r300_reg_safe.h
+ r420_reg_safe.h
+ r600_reg_safe.h
+ recordmcount
 +regdb.c
  relocs
-+rlim_names.h
+ rlim_names.h
  rn50_reg_safe.h
- rs600_reg_safe.h
- rv515_reg_safe.h
-@@ -189,6 +209,7 @@ setup
+@@ -219,6 +227,7 @@ setup
  setup.bin
  setup.elf
  sImage
@@ -24406,17 +22367,17 @@ diff -urNp linux-2.6.39/Documentation/dontdiff linux-2.6.39/Documentation/dontdi
  sm_tbl*
  split-include
  syscalltab.h
-@@ -213,13 +234,17 @@ version.h*
- vmlinux
+@@ -246,7 +255,9 @@ vmlinux
  vmlinux-*
  vmlinux.aout
-+vmlinux.bin.all
+ vmlinux.bin.all
 +vmlinux.bin.bz2
  vmlinux.lds
 +vmlinux.relocs
+ vmlinuz
  voffset.h
  vsyscall.lds
- vsyscall_32.lds
+@@ -254,6 +265,7 @@ vsyscall_32.lds
  wanxlfw.inc
  uImage
  unifdef
@@ -24424,36 +22385,10 @@ diff -urNp linux-2.6.39/Documentation/dontdiff linux-2.6.39/Documentation/dontdi
  wakeup.bin
  wakeup.elf
  wakeup.lds
-diff -urNp linux-2.6.39/Documentation/filesystems/configfs/configfs_example_macros.c linux-2.6.39/Documentation/filesystems/configfs/configfs_example_macros.c
---- linux-2.6.39/Documentation/filesystems/configfs/configfs_example_macros.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/Documentation/filesystems/configfs/configfs_example_macros.c  2011-05-22 19:36:30.000000000 -0400
-@@ -368,7 +368,7 @@ static struct configfs_item_operations g
-  * Note that, since no extra work is required on ->drop_item(),
-  * no ->drop_item() is provided.
-  */
--static struct configfs_group_operations group_children_group_ops = {
-+static const struct configfs_group_operations group_children_group_ops = {
-       .make_group     = group_children_make_group,
- };
-diff -urNp linux-2.6.39/Documentation/filesystems/sysfs.txt linux-2.6.39/Documentation/filesystems/sysfs.txt
---- linux-2.6.39/Documentation/filesystems/sysfs.txt   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/Documentation/filesystems/sysfs.txt   2011-05-22 19:36:30.000000000 -0400
-@@ -125,8 +125,8 @@ set of sysfs operations for forwarding r
- show and store methods of the attribute owners. 
- 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);
- };
- [ Subsystems should have already defined a struct kobj_type as a
-diff -urNp linux-2.6.39/Documentation/kernel-parameters.txt linux-2.6.39/Documentation/kernel-parameters.txt
---- linux-2.6.39/Documentation/kernel-parameters.txt   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/Documentation/kernel-parameters.txt   2011-05-22 19:36:30.000000000 -0400
-@@ -1879,6 +1879,13 @@ bytes respectively. Such letter suffixes
+diff -urNp linux-3.0.4/Documentation/kernel-parameters.txt linux-3.0.4/Documentation/kernel-parameters.txt
+--- linux-3.0.4/Documentation/kernel-parameters.txt    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/Documentation/kernel-parameters.txt    2011-08-23 21:47:55.000000000 -0400
+@@ -1883,6 +1883,13 @@ bytes respectively. Such letter suffixes
                        the specified number of seconds.  This is to be used if
                        your oopses keep scrolling off the screen.
  
@@ -24467,21 +22402,9 @@ diff -urNp linux-2.6.39/Documentation/kernel-parameters.txt linux-2.6.39/Documen
        pcbit=          [HW,ISDN]
  
        pcd.            [PARIDE]
-diff -urNp linux-2.6.39/drivers/acpi/acpi_ipmi.c linux-2.6.39/drivers/acpi/acpi_ipmi.c
---- linux-2.6.39/drivers/acpi/acpi_ipmi.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/acpi/acpi_ipmi.c      2011-05-22 19:36:30.000000000 -0400
-@@ -70,7 +70,7 @@ struct acpi_ipmi_device {
- struct ipmi_driver_data {
-       struct list_head        ipmi_devices;
-       struct ipmi_smi_watcher bmc_events;
--      struct ipmi_user_hndl   ipmi_hndlrs;
-+      const struct ipmi_user_hndl ipmi_hndlrs;
-       struct mutex            ipmi_lock;
- };
-diff -urNp linux-2.6.39/drivers/acpi/apei/cper.c linux-2.6.39/drivers/acpi/apei/cper.c
---- linux-2.6.39/drivers/acpi/apei/cper.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/acpi/apei/cper.c      2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/drivers/acpi/apei/cper.c linux-3.0.4/drivers/acpi/apei/cper.c
+--- linux-3.0.4/drivers/acpi/apei/cper.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/acpi/apei/cper.c       2011-08-23 21:47:55.000000000 -0400
 @@ -38,12 +38,12 @@
   */
  u64 cper_next_record_id(void)
@@ -24499,78 +22422,61 @@ diff -urNp linux-2.6.39/drivers/acpi/apei/cper.c linux-2.6.39/drivers/acpi/apei/
  }
  EXPORT_SYMBOL_GPL(cper_next_record_id);
  
-diff -urNp linux-2.6.39/drivers/acpi/battery.c linux-2.6.39/drivers/acpi/battery.c
---- linux-2.6.39/drivers/acpi/battery.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/acpi/battery.c        2011-05-22 19:36:30.000000000 -0400
-@@ -864,7 +864,7 @@ DECLARE_FILE_FUNCTIONS(alarm);
-       }
+diff -urNp linux-3.0.4/drivers/acpi/ec_sys.c linux-3.0.4/drivers/acpi/ec_sys.c
+--- linux-3.0.4/drivers/acpi/ec_sys.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/acpi/ec_sys.c  2011-08-24 19:06:55.000000000 -0400
+@@ -11,6 +11,7 @@
+ #include <linux/kernel.h>
+ #include <linux/acpi.h>
+ #include <linux/debugfs.h>
++#include <asm/uaccess.h>
+ #include "internal.h"
  
- 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.39/drivers/acpi/dock.c linux-2.6.39/drivers/acpi/dock.c
---- linux-2.6.39/drivers/acpi/dock.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/acpi/dock.c   2011-05-22 19:36:30.000000000 -0400
-@@ -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;
- };
+ MODULE_AUTHOR("Thomas Renninger <trenn@suse.de>");
+@@ -39,7 +40,7 @@ static ssize_t acpi_ec_read_io(struct fi
+        * struct acpi_ec *ec = ((struct seq_file *)f->private_data)->private;
+        */
+       unsigned int size = EC_SPACE_SIZE;
+-      u8 *data = (u8 *) buf;
++      u8 data;
+       loff_t init_off = *off;
+       int err = 0;
  
-@@ -589,7 +589,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.39/drivers/acpi/ec_sys.c linux-2.6.39/drivers/acpi/ec_sys.c
---- linux-2.6.39/drivers/acpi/ec_sys.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/acpi/ec_sys.c 2011-05-22 19:36:30.000000000 -0400
-@@ -92,7 +92,7 @@ static ssize_t acpi_ec_write_io(struct f
-       return count;
- }
+@@ -52,9 +53,11 @@ static ssize_t acpi_ec_read_io(struct fi
+               size = count;
  
--static struct file_operations acpi_ec_io_ops = {
-+static const struct file_operations acpi_ec_io_ops = {
-       .owner = THIS_MODULE,
-       .open  = acpi_ec_open_io,
-       .read  = acpi_ec_read_io,
-diff -urNp linux-2.6.39/drivers/acpi/fan.c linux-2.6.39/drivers/acpi/fan.c
---- linux-2.6.39/drivers/acpi/fan.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/acpi/fan.c    2011-05-22 19:36:30.000000000 -0400
-@@ -110,7 +110,7 @@ fan_set_cur_state(struct thermal_cooling
-       return result;
- }
+       while (size) {
+-              err = ec_read(*off, &data[*off - init_off]);
++              err = ec_read(*off, &data);
+               if (err)
+                       return err;
++              if (put_user(data, &buf[*off - init_off]))
++                      return -EFAULT;
+               *off += 1;
+               size--;
+       }
+@@ -70,7 +73,6 @@ static ssize_t acpi_ec_write_io(struct f
  
--static struct thermal_cooling_device_ops fan_cooling_ops = {
-+static const struct thermal_cooling_device_ops fan_cooling_ops = {
-       .get_max_state = fan_get_max_state,
-       .get_cur_state = fan_get_cur_state,
-       .set_cur_state = fan_set_cur_state,
-diff -urNp linux-2.6.39/drivers/acpi/power_meter.c linux-2.6.39/drivers/acpi/power_meter.c
---- linux-2.6.39/drivers/acpi/power_meter.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/acpi/power_meter.c    2011-05-22 19:36:30.000000000 -0400
-@@ -316,8 +316,6 @@ static ssize_t set_trip(struct device *d
-               return res;
+       unsigned int size = count;
+       loff_t init_off = *off;
+-      u8 *data = (u8 *) buf;
+       int err = 0;
  
-       temp /= 1000;
--      if (temp < 0)
--              return -EINVAL;
+       if (*off >= EC_SPACE_SIZE)
+@@ -81,7 +83,9 @@ static ssize_t acpi_ec_write_io(struct f
+       }
  
-       mutex_lock(&resource->lock);
-       resource->trip[attr->index - 7] = temp;
-diff -urNp linux-2.6.39/drivers/acpi/proc.c linux-2.6.39/drivers/acpi/proc.c
---- linux-2.6.39/drivers/acpi/proc.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/acpi/proc.c   2011-05-22 19:36:30.000000000 -0400
+       while (size) {
+-              u8 byte_write = data[*off - init_off];
++              u8 byte_write;
++              if (get_user(byte_write, &buf[*off - init_off]))
++                      return -EFAULT;
+               err = ec_write(*off, byte_write);
+               if (err)
+                       return err;
+diff -urNp linux-3.0.4/drivers/acpi/proc.c linux-3.0.4/drivers/acpi/proc.c
+--- linux-3.0.4/drivers/acpi/proc.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/acpi/proc.c    2011-08-23 21:47:55.000000000 -0400
 @@ -342,19 +342,13 @@ acpi_system_write_wakeup_device(struct f
                                size_t count, loff_t * ppos)
  {
@@ -24605,9 +22511,9 @@ diff -urNp linux-2.6.39/drivers/acpi/proc.c linux-2.6.39/drivers/acpi/proc.c
                        if (device_can_wakeup(&dev->dev)) {
                                bool enable = !device_may_wakeup(&dev->dev);
                                device_set_wakeup_enable(&dev->dev, enable);
-diff -urNp linux-2.6.39/drivers/acpi/processor_driver.c linux-2.6.39/drivers/acpi/processor_driver.c
---- linux-2.6.39/drivers/acpi/processor_driver.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/acpi/processor_driver.c       2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/drivers/acpi/processor_driver.c linux-3.0.4/drivers/acpi/processor_driver.c
+--- linux-3.0.4/drivers/acpi/processor_driver.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/acpi/processor_driver.c        2011-08-23 21:47:55.000000000 -0400
 @@ -473,7 +473,7 @@ static int __cpuinit acpi_processor_add(
                return 0;
  #endif
@@ -24617,208 +22523,10 @@ diff -urNp linux-2.6.39/drivers/acpi/processor_driver.c linux-2.6.39/drivers/acp
  
        /*
         * Buggy BIOS check
-diff -urNp linux-2.6.39/drivers/acpi/processor_idle.c linux-2.6.39/drivers/acpi/processor_idle.c
---- linux-2.6.39/drivers/acpi/processor_idle.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/acpi/processor_idle.c 2011-05-22 19:36:30.000000000 -0400
-@@ -121,7 +121,7 @@ static struct dmi_system_id __cpuinitdat
-         DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK Computer Inc."),
-         DMI_MATCH(DMI_PRODUCT_NAME,"L8400B series Notebook PC")},
-        (void *)1},
--      {},
-+      {}
- };
-diff -urNp linux-2.6.39/drivers/acpi/processor_thermal.c linux-2.6.39/drivers/acpi/processor_thermal.c
---- linux-2.6.39/drivers/acpi/processor_thermal.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/acpi/processor_thermal.c      2011-05-22 19:36:30.000000000 -0400
-@@ -244,7 +244,7 @@ processor_set_cur_state(struct thermal_c
-       return result;
- }
--struct thermal_cooling_device_ops processor_cooling_ops = {
-+const struct thermal_cooling_device_ops processor_cooling_ops = {
-       .get_max_state = processor_get_max_state,
-       .get_cur_state = processor_get_cur_state,
-       .set_cur_state = processor_set_cur_state,
-diff -urNp linux-2.6.39/drivers/acpi/sysfs.c linux-2.6.39/drivers/acpi/sysfs.c
---- linux-2.6.39/drivers/acpi/sysfs.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/acpi/sysfs.c  2011-05-22 19:36:30.000000000 -0400
-@@ -149,12 +149,12 @@ static int param_get_debug_level(char *b
-       return result;
- }
--static struct kernel_param_ops param_ops_debug_layer = {
-+static const struct kernel_param_ops param_ops_debug_layer = {
-       .set = param_set_uint,
-       .get = param_get_debug_layer,
- };
--static struct kernel_param_ops param_ops_debug_level = {
-+static const struct kernel_param_ops param_ops_debug_level = {
-       .set = param_set_uint,
-       .get = param_get_debug_level,
- };
-diff -urNp linux-2.6.39/drivers/acpi/thermal.c linux-2.6.39/drivers/acpi/thermal.c
---- linux-2.6.39/drivers/acpi/thermal.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/acpi/thermal.c        2011-05-22 19:36:30.000000000 -0400
-@@ -812,7 +812,7 @@ acpi_thermal_unbind_cooling_device(struc
-                               thermal_zone_unbind_cooling_device);
- }
--static struct thermal_zone_device_ops acpi_thermal_zone_ops = {
-+static const struct thermal_zone_device_ops acpi_thermal_zone_ops = {
-       .bind = acpi_thermal_bind_cooling_device,
-       .unbind = acpi_thermal_unbind_cooling_device,
-       .get_temp = thermal_get_temp,
-diff -urNp linux-2.6.39/drivers/acpi/video.c linux-2.6.39/drivers/acpi/video.c
---- linux-2.6.39/drivers/acpi/video.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/acpi/video.c  2011-05-22 19:36:30.000000000 -0400
-@@ -308,7 +308,7 @@ video_set_cur_state(struct thermal_cooli
-       return acpi_video_device_lcd_set_level(video, level);
- }
--static struct thermal_cooling_device_ops video_cooling_ops = {
-+static const struct thermal_cooling_device_ops video_cooling_ops = {
-       .get_max_state = video_get_max_state,
-       .get_cur_state = video_get_cur_state,
-       .set_cur_state = video_set_cur_state,
-diff -urNp linux-2.6.39/drivers/ata/acard-ahci.c linux-2.6.39/drivers/ata/acard-ahci.c
---- linux-2.6.39/drivers/ata/acard-ahci.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/ata/acard-ahci.c      2011-05-22 19:36:30.000000000 -0400
-@@ -87,7 +87,7 @@ static struct scsi_host_template acard_a
-       AHCI_SHT("acard-ahci"),
- };
--static struct ata_port_operations acard_ops = {
-+static const struct ata_port_operations acard_ops = {
-       .inherits               = &ahci_ops,
-       .qc_prep                = acard_ahci_qc_prep,
-       .qc_fill_rtf            = acard_ahci_qc_fill_rtf,
-diff -urNp linux-2.6.39/drivers/ata/ahci.c linux-2.6.39/drivers/ata/ahci.c
---- linux-2.6.39/drivers/ata/ahci.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/ata/ahci.c    2011-05-22 19:36:30.000000000 -0400
-@@ -94,17 +94,17 @@ static struct scsi_host_template ahci_sh
-       AHCI_SHT("ahci"),
- };
--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,
-diff -urNp linux-2.6.39/drivers/ata/ahci.h linux-2.6.39/drivers/ata/ahci.h
---- linux-2.6.39/drivers/ata/ahci.h    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/ata/ahci.h    2011-05-22 19:36:30.000000000 -0400
-@@ -311,7 +311,7 @@ extern struct device_attribute *ahci_sde
-       .shost_attrs            = ahci_shost_attrs,                     \
-       .sdev_attrs             = ahci_sdev_attrs
--extern struct ata_port_operations ahci_ops;
-+extern const struct ata_port_operations ahci_ops;
- void ahci_fill_cmd_slot(struct ahci_port_priv *pp, unsigned int tag,
-                       u32 opts);
-diff -urNp linux-2.6.39/drivers/ata/ata_generic.c linux-2.6.39/drivers/ata/ata_generic.c
---- linux-2.6.39/drivers/ata/ata_generic.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/ata/ata_generic.c     2011-05-22 19:36:30.000000000 -0400
-@@ -101,7 +101,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.39/drivers/ata/ata_piix.c linux-2.6.39/drivers/ata/ata_piix.c
---- linux-2.6.39/drivers/ata/ata_piix.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/ata/ata_piix.c        2011-05-22 19:36:30.000000000 -0400
-@@ -335,12 +335,12 @@ static struct scsi_host_template piix_sh
-       ATA_BMDMA_SHT(DRV_NAME),
- };
--static struct ata_port_operations piix_sata_ops = {
-+static const struct ata_port_operations piix_sata_ops = {
-       .inherits               = &ata_bmdma32_port_ops,
-       .sff_irq_check          = piix_irq_check,
- };
--static struct ata_port_operations piix_pata_ops = {
-+static const struct ata_port_operations piix_pata_ops = {
-       .inherits               = &piix_sata_ops,
-       .cable_detect           = ata_cable_40wire,
-       .set_piomode            = piix_set_piomode,
-@@ -348,12 +348,12 @@ 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,
-@@ -369,7 +369,7 @@ static struct scsi_host_template piix_si
-       .shost_attrs            = piix_sidpr_shost_attrs,
- };
--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,
-diff -urNp linux-2.6.39/drivers/ata/libahci.c linux-2.6.39/drivers/ata/libahci.c
---- linux-2.6.39/drivers/ata/libahci.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/ata/libahci.c 2011-05-22 19:36:30.000000000 -0400
-@@ -141,7 +141,7 @@ struct device_attribute *ahci_sdev_attrs
- };
- EXPORT_SYMBOL_GPL(ahci_sdev_attrs);
--struct ata_port_operations ahci_ops = {
-+const struct ata_port_operations ahci_ops = {
-       .inherits               = &sata_pmp_port_ops,
-       .qc_defer               = ahci_pmp_qc_defer,
-diff -urNp linux-2.6.39/drivers/ata/libata-acpi.c linux-2.6.39/drivers/ata/libata-acpi.c
---- linux-2.6.39/drivers/ata/libata-acpi.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/ata/libata-acpi.c     2011-05-22 19:36:30.000000000 -0400
-@@ -218,12 +218,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.39/drivers/ata/libata-core.c linux-2.6.39/drivers/ata/libata-core.c
---- linux-2.6.39/drivers/ata/libata-core.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/ata/libata-core.c     2011-05-22 19:36:30.000000000 -0400
-@@ -4747,7 +4747,7 @@ void ata_qc_free(struct ata_queued_cmd *
+diff -urNp linux-3.0.4/drivers/ata/libata-core.c linux-3.0.4/drivers/ata/libata-core.c
+--- linux-3.0.4/drivers/ata/libata-core.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/ata/libata-core.c      2011-08-23 21:47:55.000000000 -0400
+@@ -4753,7 +4753,7 @@ void ata_qc_free(struct ata_queued_cmd *
        struct ata_port *ap;
        unsigned int tag;
  
@@ -24827,7 +22535,7 @@ diff -urNp linux-2.6.39/drivers/ata/libata-core.c linux-2.6.39/drivers/ata/libat
        ap = qc->ap;
  
        qc->flags = 0;
-@@ -4763,7 +4763,7 @@ void __ata_qc_complete(struct ata_queued
+@@ -4769,7 +4769,7 @@ void __ata_qc_complete(struct ata_queued
        struct ata_port *ap;
        struct ata_link *link;
  
@@ -24836,16 +22544,7 @@ diff -urNp linux-2.6.39/drivers/ata/libata-core.c linux-2.6.39/drivers/ata/libat
        WARN_ON_ONCE(!(qc->flags & ATA_QCFLAG_ACTIVE));
        ap = qc->ap;
        link = qc->dev->link;
-@@ -5756,7 +5756,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;
-@@ -5768,6 +5768,7 @@ static void ata_finalize_port_ops(struct
+@@ -5774,6 +5774,7 @@ static void ata_finalize_port_ops(struct
                return;
  
        spin_lock(&lock);
@@ -24853,38 +22552,20 @@ diff -urNp linux-2.6.39/drivers/ata/libata-core.c linux-2.6.39/drivers/ata/libat
  
        for (cur = ops->inherits; cur; cur = cur->inherits) {
                void **inherit = (void **)cur;
-@@ -5781,8 +5782,9 @@ static void ata_finalize_port_ops(struct
+@@ -5787,8 +5788,9 @@ static void ata_finalize_port_ops(struct
                if (IS_ERR(*pp))
                        *pp = NULL;
  
 -      ops->inherits = NULL;
-+      ((struct ata_port_operations *)ops)->inherits = NULL;
++      *(struct ata_port_operations **)&ops->inherits = NULL;
  
 +      pax_close_kernel();
        spin_unlock(&lock);
  }
  
-@@ -5879,7 +5881,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);
-       mutex_init(&host->eh_mutex);
-@@ -6583,7 +6585,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.39/drivers/ata/libata-eh.c linux-2.6.39/drivers/ata/libata-eh.c
---- linux-2.6.39/drivers/ata/libata-eh.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/ata/libata-eh.c       2011-05-22 19:36:30.000000000 -0400
+diff -urNp linux-3.0.4/drivers/ata/libata-eh.c linux-3.0.4/drivers/ata/libata-eh.c
+--- linux-3.0.4/drivers/ata/libata-eh.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/ata/libata-eh.c        2011-08-23 21:48:14.000000000 -0400
 @@ -2518,6 +2518,8 @@ void ata_eh_report(struct ata_port *ap)
  {
        struct ata_link *link;
@@ -24894,1992 +22575,532 @@ diff -urNp linux-2.6.39/drivers/ata/libata-eh.c linux-2.6.39/drivers/ata/libata-
        ata_for_each_link(link, ap, HOST_FIRST)
                ata_eh_link_report(link);
  }
-@@ -3922,7 +3924,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.39/drivers/ata/libata-pmp.c linux-2.6.39/drivers/ata/libata-pmp.c
---- linux-2.6.39/drivers/ata/libata-pmp.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/ata/libata-pmp.c      2011-05-22 19:36:30.000000000 -0400
-@@ -912,7 +912,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.39/drivers/ata/pata_acpi.c linux-2.6.39/drivers/ata/pata_acpi.c
---- linux-2.6.39/drivers/ata/pata_acpi.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/ata/pata_acpi.c       2011-05-22 19:36:30.000000000 -0400
-@@ -216,7 +216,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.39/drivers/ata/pata_ali.c linux-2.6.39/drivers/ata/pata_ali.c
---- linux-2.6.39/drivers/ata/pata_ali.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/ata/pata_ali.c        2011-05-22 19:36:30.000000000 -0400
-@@ -363,7 +363,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,
-@@ -380,7 +380,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,
-@@ -391,7 +391,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,
-@@ -402,7 +402,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,
-@@ -412,7 +412,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.39/drivers/ata/pata_amd.c linux-2.6.39/drivers/ata/pata_amd.c
---- linux-2.6.39/drivers/ata/pata_amd.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/ata/pata_amd.c        2011-05-22 19:36:31.000000000 -0400
-@@ -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.39/drivers/ata/pata_arasan_cf.c linux-2.6.39/drivers/ata/pata_arasan_cf.c
---- linux-2.6.39/drivers/ata/pata_arasan_cf.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/ata/pata_arasan_cf.c  2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/ata/pata_arasan_cf.c linux-3.0.4/drivers/ata/pata_arasan_cf.c
+--- linux-3.0.4/drivers/ata/pata_arasan_cf.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/ata/pata_arasan_cf.c   2011-08-23 21:47:55.000000000 -0400
 @@ -862,7 +862,9 @@ static int __devinit arasan_cf_probe(str
        /* Handle platform specific quirks */
        if (pdata->quirk) {
                if (pdata->quirk & CF_BROKEN_PIO) {
 -                      ap->ops->set_piomode = NULL;
 +                      pax_open_kernel();
-+                      *(void**)&ap->ops->set_piomode = NULL;
++                      *(void **)&ap->ops->set_piomode = NULL;
 +                      pax_close_kernel();
                        ap->pio_mask = 0;
                }
                if (pdata->quirk & CF_BROKEN_MWDMA)
-diff -urNp linux-2.6.39/drivers/ata/pata_artop.c linux-2.6.39/drivers/ata/pata_artop.c
---- linux-2.6.39/drivers/ata/pata_artop.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/ata/pata_artop.c      2011-05-22 19:36:31.000000000 -0400
-@@ -312,7 +312,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,
-@@ -321,7 +321,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.39/drivers/ata/pata_at32.c linux-2.6.39/drivers/ata/pata_at32.c
---- linux-2.6.39/drivers/ata/pata_at32.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/ata/pata_at32.c       2011-05-22 19:36:31.000000000 -0400
-@@ -173,7 +173,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.39/drivers/ata/pata_at91.c linux-2.6.39/drivers/ata/pata_at91.c
---- linux-2.6.39/drivers/ata/pata_at91.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/ata/pata_at91.c       2011-05-22 19:36:31.000000000 -0400
-@@ -212,7 +212,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.39/drivers/ata/pata_atiixp.c linux-2.6.39/drivers/ata/pata_atiixp.c
---- linux-2.6.39/drivers/ata/pata_atiixp.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/ata/pata_atiixp.c     2011-05-22 19:36:31.000000000 -0400
-@@ -214,7 +214,7 @@ static struct scsi_host_template atiixp_
-       .sg_tablesize           = LIBATA_DUMB_MAX_PRD,
- };
+diff -urNp linux-3.0.4/drivers/atm/adummy.c linux-3.0.4/drivers/atm/adummy.c
+--- linux-3.0.4/drivers/atm/adummy.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/atm/adummy.c   2011-08-23 21:47:55.000000000 -0400
+@@ -114,7 +114,7 @@ adummy_send(struct atm_vcc *vcc, struct 
+               vcc->pop(vcc, skb);
+       else
+               dev_kfree_skb_any(skb);
+-      atomic_inc(&vcc->stats->tx);
++      atomic_inc_unchecked(&vcc->stats->tx);
  
--static struct ata_port_operations atiixp_port_ops = {
-+static const struct ata_port_operations atiixp_port_ops = {
-       .inherits       = &ata_bmdma_port_ops,
+       return 0;
+ }
+diff -urNp linux-3.0.4/drivers/atm/ambassador.c linux-3.0.4/drivers/atm/ambassador.c
+--- linux-3.0.4/drivers/atm/ambassador.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/atm/ambassador.c       2011-08-23 21:47:55.000000000 -0400
+@@ -454,7 +454,7 @@ static void tx_complete (amb_dev * dev, 
+   PRINTD (DBG_FLOW|DBG_TX, "tx_complete %p %p", dev, tx);
+   
+   // VC layer stats
+-  atomic_inc(&ATM_SKB(skb)->vcc->stats->tx);
++  atomic_inc_unchecked(&ATM_SKB(skb)->vcc->stats->tx);
+   
+   // free the descriptor
+   kfree (tx_descr);
+@@ -495,7 +495,7 @@ static void rx_complete (amb_dev * dev, 
+         dump_skb ("<<<", vc, skb);
+         
+         // VC layer stats
+-        atomic_inc(&atm_vcc->stats->rx);
++        atomic_inc_unchecked(&atm_vcc->stats->rx);
+         __net_timestamp(skb);
+         // end of our responsibility
+         atm_vcc->push (atm_vcc, skb);
+@@ -510,7 +510,7 @@ static void rx_complete (amb_dev * dev, 
+       } else {
+               PRINTK (KERN_INFO, "dropped over-size frame");
+       // should we count this?
+-      atomic_inc(&atm_vcc->stats->rx_drop);
++      atomic_inc_unchecked(&atm_vcc->stats->rx_drop);
+       }
+       
+     } else {
+@@ -1342,7 +1342,7 @@ static int amb_send (struct atm_vcc * at
+   }
+   
+   if (check_area (skb->data, skb->len)) {
+-    atomic_inc(&atm_vcc->stats->tx_err);
++    atomic_inc_unchecked(&atm_vcc->stats->tx_err);
+     return -ENOMEM; // ?
+   }
+   
+diff -urNp linux-3.0.4/drivers/atm/atmtcp.c linux-3.0.4/drivers/atm/atmtcp.c
+--- linux-3.0.4/drivers/atm/atmtcp.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/atm/atmtcp.c   2011-08-23 21:47:55.000000000 -0400
+@@ -207,7 +207,7 @@ static int atmtcp_v_send(struct atm_vcc 
+               if (vcc->pop) vcc->pop(vcc,skb);
+               else dev_kfree_skb(skb);
+               if (dev_data) return 0;
+-              atomic_inc(&vcc->stats->tx_err);
++              atomic_inc_unchecked(&vcc->stats->tx_err);
+               return -ENOLINK;
+       }
+       size = skb->len+sizeof(struct atmtcp_hdr);
+@@ -215,7 +215,7 @@ static int atmtcp_v_send(struct atm_vcc 
+       if (!new_skb) {
+               if (vcc->pop) vcc->pop(vcc,skb);
+               else dev_kfree_skb(skb);
+-              atomic_inc(&vcc->stats->tx_err);
++              atomic_inc_unchecked(&vcc->stats->tx_err);
+               return -ENOBUFS;
+       }
+       hdr = (void *) skb_put(new_skb,sizeof(struct atmtcp_hdr));
+@@ -226,8 +226,8 @@ static int atmtcp_v_send(struct atm_vcc 
+       if (vcc->pop) vcc->pop(vcc,skb);
+       else dev_kfree_skb(skb);
+       out_vcc->push(out_vcc,new_skb);
+-      atomic_inc(&vcc->stats->tx);
+-      atomic_inc(&out_vcc->stats->rx);
++      atomic_inc_unchecked(&vcc->stats->tx);
++      atomic_inc_unchecked(&out_vcc->stats->rx);
+       return 0;
+ }
  
-       .qc_prep        = ata_bmdma_dumb_qc_prep,
-diff -urNp linux-2.6.39/drivers/ata/pata_atp867x.c linux-2.6.39/drivers/ata/pata_atp867x.c
---- linux-2.6.39/drivers/ata/pata_atp867x.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/ata/pata_atp867x.c    2011-05-22 19:36:31.000000000 -0400
-@@ -275,7 +275,7 @@ static struct scsi_host_template atp867x
-       ATA_BMDMA_SHT(DRV_NAME),
- };
+@@ -301,7 +301,7 @@ static int atmtcp_c_send(struct atm_vcc 
+       out_vcc = find_vcc(dev, ntohs(hdr->vpi), ntohs(hdr->vci));
+       read_unlock(&vcc_sklist_lock);
+       if (!out_vcc) {
+-              atomic_inc(&vcc->stats->tx_err);
++              atomic_inc_unchecked(&vcc->stats->tx_err);
+               goto done;
+       }
+       skb_pull(skb,sizeof(struct atmtcp_hdr));
+@@ -313,8 +313,8 @@ static int atmtcp_c_send(struct atm_vcc 
+       __net_timestamp(new_skb);
+       skb_copy_from_linear_data(skb, skb_put(new_skb, skb->len), skb->len);
+       out_vcc->push(out_vcc,new_skb);
+-      atomic_inc(&vcc->stats->tx);
+-      atomic_inc(&out_vcc->stats->rx);
++      atomic_inc_unchecked(&vcc->stats->tx);
++      atomic_inc_unchecked(&out_vcc->stats->rx);
+ done:
+       if (vcc->pop) vcc->pop(vcc,skb);
+       else dev_kfree_skb(skb);
+diff -urNp linux-3.0.4/drivers/atm/eni.c linux-3.0.4/drivers/atm/eni.c
+--- linux-3.0.4/drivers/atm/eni.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/atm/eni.c      2011-08-23 21:47:55.000000000 -0400
+@@ -526,7 +526,7 @@ static int rx_aal0(struct atm_vcc *vcc)
+               DPRINTK(DEV_LABEL "(itf %d): trashing empty cell\n",
+                   vcc->dev->number);
+               length = 0;
+-              atomic_inc(&vcc->stats->rx_err);
++              atomic_inc_unchecked(&vcc->stats->rx_err);
+       }
+       else {
+               length = ATM_CELL_SIZE-1; /* no HEC */
+@@ -581,7 +581,7 @@ static int rx_aal5(struct atm_vcc *vcc)
+                           size);
+               }
+               eff = length = 0;
+-              atomic_inc(&vcc->stats->rx_err);
++              atomic_inc_unchecked(&vcc->stats->rx_err);
+       }
+       else {
+               size = (descr & MID_RED_COUNT)*(ATM_CELL_PAYLOAD >> 2);
+@@ -598,7 +598,7 @@ static int rx_aal5(struct atm_vcc *vcc)
+                           "(VCI=%d,length=%ld,size=%ld (descr 0x%lx))\n",
+                           vcc->dev->number,vcc->vci,length,size << 2,descr);
+                       length = eff = 0;
+-                      atomic_inc(&vcc->stats->rx_err);
++                      atomic_inc_unchecked(&vcc->stats->rx_err);
+               }
+       }
+       skb = eff ? atm_alloc_charge(vcc,eff << 2,GFP_ATOMIC) : NULL;
+@@ -771,7 +771,7 @@ rx_dequeued++;
+                       vcc->push(vcc,skb);
+                       pushed++;
+               }
+-              atomic_inc(&vcc->stats->rx);
++              atomic_inc_unchecked(&vcc->stats->rx);
+       }
+       wake_up(&eni_dev->rx_wait);
+ }
+@@ -1228,7 +1228,7 @@ static void dequeue_tx(struct atm_dev *d
+                   PCI_DMA_TODEVICE);
+               if (vcc->pop) vcc->pop(vcc,skb);
+               else dev_kfree_skb_irq(skb);
+-              atomic_inc(&vcc->stats->tx);
++              atomic_inc_unchecked(&vcc->stats->tx);
+               wake_up(&eni_dev->tx_wait);
+ dma_complete++;
+       }
+diff -urNp linux-3.0.4/drivers/atm/firestream.c linux-3.0.4/drivers/atm/firestream.c
+--- linux-3.0.4/drivers/atm/firestream.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/atm/firestream.c       2011-08-23 21:47:55.000000000 -0400
+@@ -749,7 +749,7 @@ static void process_txdone_queue (struct
+                               }
+                       }
  
--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.39/drivers/ata/pata_bf54x.c linux-2.6.39/drivers/ata/pata_bf54x.c
---- linux-2.6.39/drivers/ata/pata_bf54x.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/ata/pata_bf54x.c      2011-05-22 19:36:31.000000000 -0400
-@@ -1420,7 +1420,7 @@ static struct scsi_host_template bfin_sh
-       .dma_boundary           = ATA_DMA_BOUNDARY,
- };
+-                      atomic_inc(&ATM_SKB(skb)->vcc->stats->tx);
++                      atomic_inc_unchecked(&ATM_SKB(skb)->vcc->stats->tx);
  
--static struct ata_port_operations bfin_pata_ops = {
-+static const struct ata_port_operations bfin_pata_ops = {
-       .inherits               = &ata_bmdma_port_ops,
+                       fs_dprintk (FS_DEBUG_TXMEM, "i");
+                       fs_dprintk (FS_DEBUG_ALLOC, "Free t-skb: %p\n", skb);
+@@ -816,7 +816,7 @@ static void process_incoming (struct fs_
+ #endif
+                               skb_put (skb, qe->p1 & 0xffff); 
+                               ATM_SKB(skb)->vcc = atm_vcc;
+-                              atomic_inc(&atm_vcc->stats->rx);
++                              atomic_inc_unchecked(&atm_vcc->stats->rx);
+                               __net_timestamp(skb);
+                               fs_dprintk (FS_DEBUG_ALLOC, "Free rec-skb: %p (pushed)\n", skb);
+                               atm_vcc->push (atm_vcc, skb);
+@@ -837,12 +837,12 @@ static void process_incoming (struct fs_
+                               kfree (pe);
+                       }
+                       if (atm_vcc)
+-                              atomic_inc(&atm_vcc->stats->rx_drop);
++                              atomic_inc_unchecked(&atm_vcc->stats->rx_drop);
+                       break;
+               case 0x1f: /*  Reassembly abort: no buffers. */
+                       /* Silently increment error counter. */
+                       if (atm_vcc)
+-                              atomic_inc(&atm_vcc->stats->rx_drop);
++                              atomic_inc_unchecked(&atm_vcc->stats->rx_drop);
+                       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-3.0.4/drivers/atm/fore200e.c linux-3.0.4/drivers/atm/fore200e.c
+--- linux-3.0.4/drivers/atm/fore200e.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/atm/fore200e.c 2011-08-23 21:47:55.000000000 -0400
+@@ -933,9 +933,9 @@ fore200e_tx_irq(struct fore200e* fore200
+ #endif
+               /* check error condition */
+               if (*entry->status & STATUS_ERROR)
+-                  atomic_inc(&vcc->stats->tx_err);
++                  atomic_inc_unchecked(&vcc->stats->tx_err);
+               else
+-                  atomic_inc(&vcc->stats->tx);
++                  atomic_inc_unchecked(&vcc->stats->tx);
+           }
+       }
  
-       .set_piomode            = bfin_set_piomode,
-diff -urNp linux-2.6.39/drivers/ata/pata_cmd640.c linux-2.6.39/drivers/ata/pata_cmd640.c
---- linux-2.6.39/drivers/ata/pata_cmd640.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/ata/pata_cmd640.c     2011-05-22 19:36:31.000000000 -0400
-@@ -176,7 +176,7 @@ static struct scsi_host_template cmd640_
-       ATA_PIO_SHT(DRV_NAME),
- };
+@@ -1084,7 +1084,7 @@ fore200e_push_rpd(struct fore200e* fore2
+     if (skb == NULL) {
+       DPRINTK(2, "unable to alloc new skb, rx PDU length = %d\n", pdu_len);
  
--static struct ata_port_operations cmd640_port_ops = {
-+static const struct ata_port_operations cmd640_port_ops = {
-       .inherits       = &ata_sff_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.39/drivers/ata/pata_cmd64x.c linux-2.6.39/drivers/ata/pata_cmd64x.c
---- linux-2.6.39/drivers/ata/pata_cmd64x.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/ata/pata_cmd64x.c     2011-05-22 19:36:31.000000000 -0400
-@@ -268,18 +268,18 @@ static const struct ata_port_operations 
-       .set_dmamode    = cmd64x_set_dmamode,
- };
+-      atomic_inc(&vcc->stats->rx_drop);
++      atomic_inc_unchecked(&vcc->stats->rx_drop);
+       return -ENOMEM;
+     } 
  
--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,
- };
+@@ -1127,14 +1127,14 @@ fore200e_push_rpd(struct fore200e* fore2
  
--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,
- };
+       dev_kfree_skb_any(skb);
  
--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.39/drivers/ata/pata_cs5520.c linux-2.6.39/drivers/ata/pata_cs5520.c
---- linux-2.6.39/drivers/ata/pata_cs5520.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/ata/pata_cs5520.c     2011-05-22 19:36:31.000000000 -0400
-@@ -108,7 +108,7 @@ static struct scsi_host_template cs5520_
-       .sg_tablesize           = LIBATA_DUMB_MAX_PRD,
- };
+-      atomic_inc(&vcc->stats->rx_drop);
++      atomic_inc_unchecked(&vcc->stats->rx_drop);
+       return -ENOMEM;
+     }
  
--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_bmdma_dumb_qc_prep,
-       .cable_detect           = ata_cable_40wire,
-diff -urNp linux-2.6.39/drivers/ata/pata_cs5530.c linux-2.6.39/drivers/ata/pata_cs5530.c
---- linux-2.6.39/drivers/ata/pata_cs5530.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/ata/pata_cs5530.c     2011-05-22 19:36:31.000000000 -0400
-@@ -164,7 +164,7 @@ static struct scsi_host_template cs5530_
-       .sg_tablesize   = LIBATA_DUMB_MAX_PRD,
- };
+     ASSERT(atomic_read(&sk_atm(vcc)->sk_wmem_alloc) >= 0);
  
--static struct ata_port_operations cs5530_port_ops = {
-+static const struct ata_port_operations cs5530_port_ops = {
-       .inherits       = &ata_bmdma_port_ops,
+     vcc->push(vcc, skb);
+-    atomic_inc(&vcc->stats->rx);
++    atomic_inc_unchecked(&vcc->stats->rx);
  
-       .qc_prep        = ata_bmdma_dumb_qc_prep,
-diff -urNp linux-2.6.39/drivers/ata/pata_cs5535.c linux-2.6.39/drivers/ata/pata_cs5535.c
---- linux-2.6.39/drivers/ata/pata_cs5535.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/ata/pata_cs5535.c     2011-05-22 19:36:31.000000000 -0400
-@@ -160,7 +160,7 @@ static struct scsi_host_template cs5535_
-       ATA_BMDMA_SHT(DRV_NAME),
- };
+     ASSERT(atomic_read(&sk_atm(vcc)->sk_wmem_alloc) >= 0);
  
--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.39/drivers/ata/pata_cs5536.c linux-2.6.39/drivers/ata/pata_cs5536.c
---- linux-2.6.39/drivers/ata/pata_cs5536.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/ata/pata_cs5536.c     2011-05-22 19:36:31.000000000 -0400
-@@ -233,7 +233,7 @@ static struct scsi_host_template cs5536_
-       ATA_BMDMA_SHT(DRV_NAME),
- };
+@@ -1212,7 +1212,7 @@ fore200e_rx_irq(struct fore200e* fore200
+               DPRINTK(2, "damaged PDU on %d.%d.%d\n",
+                       fore200e->atm_dev->number,
+                       entry->rpd->atm_header.vpi, entry->rpd->atm_header.vci);
+-              atomic_inc(&vcc->stats->rx_err);
++              atomic_inc_unchecked(&vcc->stats->rx_err);
+           }
+       }
  
--static struct ata_port_operations cs5536_port_ops = {
-+static const struct ata_port_operations cs5536_port_ops = {
-       .inherits               = &ata_bmdma32_port_ops,
-       .cable_detect           = cs5536_cable_detect,
-       .set_piomode            = cs5536_set_piomode,
-diff -urNp linux-2.6.39/drivers/ata/pata_cypress.c linux-2.6.39/drivers/ata/pata_cypress.c
---- linux-2.6.39/drivers/ata/pata_cypress.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/ata/pata_cypress.c    2011-05-22 19:36:31.000000000 -0400
-@@ -115,7 +115,7 @@ static struct scsi_host_template cy82c69
-       ATA_BMDMA_SHT(DRV_NAME),
- };
+@@ -1657,7 +1657,7 @@ fore200e_send(struct atm_vcc *vcc, struc
+               goto retry_here;
+           }
  
--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.39/drivers/ata/pata_efar.c linux-2.6.39/drivers/ata/pata_efar.c
---- linux-2.6.39/drivers/ata/pata_efar.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/ata/pata_efar.c       2011-05-22 19:36:31.000000000 -0400
-@@ -238,7 +238,7 @@ static struct scsi_host_template efar_sh
-       ATA_BMDMA_SHT(DRV_NAME),
- };
+-          atomic_inc(&vcc->stats->tx_err);
++          atomic_inc_unchecked(&vcc->stats->tx_err);
  
--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.39/drivers/ata/pata_hpt366.c linux-2.6.39/drivers/ata/pata_hpt366.c
---- linux-2.6.39/drivers/ata/pata_hpt366.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/ata/pata_hpt366.c     2011-05-22 19:36:31.000000000 -0400
-@@ -276,7 +276,7 @@ static struct scsi_host_template hpt36x_
-  *    Configuration for HPT366/68
-  */
+           fore200e->tx_sat++;
+           DPRINTK(2, "tx queue of device %s is saturated, PDU dropped - heartbeat is %08x\n",
+diff -urNp linux-3.0.4/drivers/atm/he.c linux-3.0.4/drivers/atm/he.c
+--- linux-3.0.4/drivers/atm/he.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/atm/he.c       2011-08-23 21:47:55.000000000 -0400
+@@ -1709,7 +1709,7 @@ he_service_rbrq(struct he_dev *he_dev, i
  
--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.39/drivers/ata/pata_hpt37x.c linux-2.6.39/drivers/ata/pata_hpt37x.c
---- linux-2.6.39/drivers/ata/pata_hpt37x.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/ata/pata_hpt37x.c     2011-05-22 19:36:31.000000000 -0400
-@@ -589,7 +589,7 @@ static struct scsi_host_template hpt37x_
-  *    Configuration for HPT370
-  */
+               if (RBRQ_HBUF_ERR(he_dev->rbrq_head)) {
+                       hprintk("HBUF_ERR!  (cid 0x%x)\n", cid);
+-                              atomic_inc(&vcc->stats->rx_drop);
++                              atomic_inc_unchecked(&vcc->stats->rx_drop);
+                       goto return_host_buffers;
+               }
  
--static struct ata_port_operations hpt370_port_ops = {
-+static const struct ata_port_operations hpt370_port_ops = {
-       .inherits       = &ata_bmdma_port_ops,
+@@ -1736,7 +1736,7 @@ he_service_rbrq(struct he_dev *he_dev, i
+                               RBRQ_LEN_ERR(he_dev->rbrq_head)
+                                                       ? "LEN_ERR" : "",
+                                                       vcc->vpi, vcc->vci);
+-                      atomic_inc(&vcc->stats->rx_err);
++                      atomic_inc_unchecked(&vcc->stats->rx_err);
+                       goto return_host_buffers;
+               }
  
-       .bmdma_stop     = hpt370_bmdma_stop,
-@@ -605,7 +605,7 @@ static struct ata_port_operations hpt370
-  *    Configuration for HPT370A. Close to 370 but less filters
-  */
+@@ -1788,7 +1788,7 @@ he_service_rbrq(struct he_dev *he_dev, i
+               vcc->push(vcc, skb);
+               spin_lock(&he_dev->global_lock);
  
--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,
- };
-@@ -615,7 +615,7 @@ static struct ata_port_operations hpt370
-  *    mode setting functionality.
-  */
+-              atomic_inc(&vcc->stats->rx);
++              atomic_inc_unchecked(&vcc->stats->rx);
  
--static struct ata_port_operations hpt302_port_ops = {
-+static const struct ata_port_operations hpt302_port_ops = {
-       .inherits       = &ata_bmdma_port_ops,
+ return_host_buffers:
+               ++pdus_assembled;
+@@ -2114,7 +2114,7 @@ __enqueue_tpd(struct he_dev *he_dev, str
+                                       tpd->vcc->pop(tpd->vcc, tpd->skb);
+                               else
+                                       dev_kfree_skb_any(tpd->skb);
+-                              atomic_inc(&tpd->vcc->stats->tx_err);
++                              atomic_inc_unchecked(&tpd->vcc->stats->tx_err);
+                       }
+                       pci_pool_free(he_dev->tpd_pool, tpd, TPD_ADDR(tpd->status));
+                       return;
+@@ -2526,7 +2526,7 @@ he_send(struct atm_vcc *vcc, struct sk_b
+                       vcc->pop(vcc, skb);
+               else
+                       dev_kfree_skb_any(skb);
+-              atomic_inc(&vcc->stats->tx_err);
++              atomic_inc_unchecked(&vcc->stats->tx_err);
+               return -EINVAL;
+       }
  
-       .bmdma_stop     = hpt37x_bmdma_stop,
-@@ -631,7 +631,7 @@ static struct ata_port_operations hpt302
-  *    but we have a mode filter.
-  */
--static struct ata_port_operations hpt372_port_ops = {
-+static const struct ata_port_operations hpt372_port_ops = {
-       .inherits       = &hpt302_port_ops,
-       .mode_filter    = hpt372_filter,
- };
-@@ -641,7 +641,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,
-       .cable_detect   = hpt374_fn1_cable_detect,
- };
-diff -urNp linux-2.6.39/drivers/ata/pata_hpt3x2n.c linux-2.6.39/drivers/ata/pata_hpt3x2n.c
---- linux-2.6.39/drivers/ata/pata_hpt3x2n.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/ata/pata_hpt3x2n.c    2011-05-22 19:36:31.000000000 -0400
-@@ -350,7 +350,7 @@ static struct scsi_host_template hpt3x2n
-  *    Configuration for HPT302N/371N.
-  */
--static struct ata_port_operations hpt3xxn_port_ops = {
-+static const struct ata_port_operations hpt3xxn_port_ops = {
-       .inherits       = &ata_bmdma_port_ops,
-       .bmdma_stop     = hpt3x2n_bmdma_stop,
-@@ -368,7 +368,7 @@ static struct ata_port_operations hpt3xx
-  *    Configuration for HPT372N. Same as 302N/371N but we have a mode filter.
-  */
--static struct ata_port_operations hpt372n_port_ops = {
-+static const struct ata_port_operations hpt372n_port_ops = {
-       .inherits       = &hpt3xxn_port_ops,
-       .mode_filter    = &hpt372n_filter,
- };
-diff -urNp linux-2.6.39/drivers/ata/pata_hpt3x3.c linux-2.6.39/drivers/ata/pata_hpt3x3.c
---- linux-2.6.39/drivers/ata/pata_hpt3x3.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/ata/pata_hpt3x3.c     2011-05-22 19:36:31.000000000 -0400
-@@ -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.39/drivers/ata/pata_icside.c linux-2.6.39/drivers/ata/pata_icside.c
---- linux-2.6.39/drivers/ata/pata_icside.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/ata/pata_icside.c     2011-05-22 19:36:31.000000000 -0400
-@@ -320,7 +320,7 @@ static void pata_icside_postreset(struct
+@@ -2537,7 +2537,7 @@ he_send(struct atm_vcc *vcc, struct sk_b
+                       vcc->pop(vcc, skb);
+               else
+                       dev_kfree_skb_any(skb);
+-              atomic_inc(&vcc->stats->tx_err);
++              atomic_inc_unchecked(&vcc->stats->tx_err);
+               return -EINVAL;
        }
- }
--static struct ata_port_operations pata_icside_port_ops = {
-+static const struct ata_port_operations pata_icside_port_ops = {
-       .inherits               = &ata_bmdma_port_ops,
-       /* no need to build any PRD tables for DMA */
-       .qc_prep                = ata_noop_qc_prep,
-diff -urNp linux-2.6.39/drivers/ata/pata_isapnp.c linux-2.6.39/drivers/ata/pata_isapnp.c
---- linux-2.6.39/drivers/ata/pata_isapnp.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/ata/pata_isapnp.c     2011-05-22 19:36:31.000000000 -0400
-@@ -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.39/drivers/ata/pata_it8213.c linux-2.6.39/drivers/ata/pata_it8213.c
---- linux-2.6.39/drivers/ata/pata_it8213.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/ata/pata_it8213.c     2011-05-22 19:36:31.000000000 -0400
-@@ -233,7 +233,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.39/drivers/ata/pata_it821x.c linux-2.6.39/drivers/ata/pata_it821x.c
---- linux-2.6.39/drivers/ata/pata_it821x.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/ata/pata_it821x.c     2011-05-22 19:36:31.000000000 -0400
-@@ -801,7 +801,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,
-@@ -815,7 +815,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,
-@@ -831,7 +831,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.39/drivers/ata/pata_ixp4xx_cf.c linux-2.6.39/drivers/ata/pata_ixp4xx_cf.c
---- linux-2.6.39/drivers/ata/pata_ixp4xx_cf.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/ata/pata_ixp4xx_cf.c  2011-05-22 19:36:31.000000000 -0400
-@@ -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.39/drivers/ata/pata_jmicron.c linux-2.6.39/drivers/ata/pata_jmicron.c
---- linux-2.6.39/drivers/ata/pata_jmicron.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/ata/pata_jmicron.c    2011-05-22 19:36:31.000000000 -0400
-@@ -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.39/drivers/ata/pata_legacy.c linux-2.6.39/drivers/ata/pata_legacy.c
---- linux-2.6.39/drivers/ata/pata_legacy.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/ata/pata_legacy.c     2011-05-22 19:36:31.000000000 -0400
-@@ -116,7 +116,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;
-@@ -239,12 +239,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,
-@@ -340,7 +340,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,
-@@ -373,7 +373,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,
- };
-@@ -416,7 +416,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,
- };
-@@ -515,7 +515,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,
- };
-@@ -625,7 +625,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,
-@@ -787,20 +787,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,
-       .qc_issue       = qdi_qc_issue,
-@@ -872,7 +872,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,
-@@ -995,7 +995,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.39/drivers/ata/pata_macio.c linux-2.6.39/drivers/ata/pata_macio.c
---- linux-2.6.39/drivers/ata/pata_macio.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/ata/pata_macio.c      2011-05-22 19:36:31.000000000 -0400
-@@ -918,9 +918,8 @@ static struct scsi_host_template pata_ma
-       .slave_configure        = pata_macio_slave_config,
- };
--static struct ata_port_operations pata_macio_ops = {
-+static const struct ata_port_operations pata_macio_ops = {
-       .inherits               = &ata_bmdma_port_ops,
--
-       .freeze                 = pata_macio_freeze,
-       .set_piomode            = pata_macio_set_timings,
-       .set_dmamode            = pata_macio_set_timings,
-diff -urNp linux-2.6.39/drivers/ata/pata_marvell.c linux-2.6.39/drivers/ata/pata_marvell.c
---- linux-2.6.39/drivers/ata/pata_marvell.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/ata/pata_marvell.c    2011-05-22 19:36:31.000000000 -0400
-@@ -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.39/drivers/ata/pata_mpc52xx.c linux-2.6.39/drivers/ata/pata_mpc52xx.c
---- linux-2.6.39/drivers/ata/pata_mpc52xx.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/ata/pata_mpc52xx.c    2011-05-22 19:36:31.000000000 -0400
-@@ -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_bmdma_port_ops,
-       .sff_dev_select         = mpc52xx_ata_dev_select,
-       .set_piomode            = mpc52xx_ata_set_piomode,
-diff -urNp linux-2.6.39/drivers/ata/pata_mpiix.c linux-2.6.39/drivers/ata/pata_mpiix.c
---- linux-2.6.39/drivers/ata/pata_mpiix.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/ata/pata_mpiix.c      2011-05-22 19:36:31.000000000 -0400
-@@ -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.39/drivers/ata/pata_netcell.c linux-2.6.39/drivers/ata/pata_netcell.c
---- linux-2.6.39/drivers/ata/pata_netcell.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/ata/pata_netcell.c    2011-05-22 19:36:31.000000000 -0400
-@@ -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.39/drivers/ata/pata_ninja32.c linux-2.6.39/drivers/ata/pata_ninja32.c
---- linux-2.6.39/drivers/ata/pata_ninja32.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/ata/pata_ninja32.c    2011-05-22 19:36:31.000000000 -0400
-@@ -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.39/drivers/ata/pata_ns87410.c linux-2.6.39/drivers/ata/pata_ns87410.c
---- linux-2.6.39/drivers/ata/pata_ns87410.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/ata/pata_ns87410.c    2011-05-22 19:36:31.000000000 -0400
-@@ -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.39/drivers/ata/pata_ns87415.c linux-2.6.39/drivers/ata/pata_ns87415.c
---- linux-2.6.39/drivers/ata/pata_ns87415.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/ata/pata_ns87415.c    2011-05-22 19:36:31.000000000 -0400
-@@ -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.39/drivers/ata/pata_octeon_cf.c linux-2.6.39/drivers/ata/pata_octeon_cf.c
---- linux-2.6.39/drivers/ata/pata_octeon_cf.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/ata/pata_octeon_cf.c  2011-05-22 19:36:31.000000000 -0400
-@@ -780,7 +780,7 @@ static unsigned int octeon_cf_qc_issue(s
-       return 0;
- }
--static struct ata_port_operations octeon_cf_ops = {
-+static struct ata_port_operations octeon_cf_ops = {   /* cannot be const */
-       .inherits               = &ata_sff_port_ops,
-       .check_atapi_dma        = octeon_cf_check_atapi_dma,
-       .qc_prep                = ata_noop_qc_prep,
-diff -urNp linux-2.6.39/drivers/ata/pata_oldpiix.c linux-2.6.39/drivers/ata/pata_oldpiix.c
---- linux-2.6.39/drivers/ata/pata_oldpiix.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/ata/pata_oldpiix.c    2011-05-22 19:36:31.000000000 -0400
-@@ -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.39/drivers/ata/pata_opti.c linux-2.6.39/drivers/ata/pata_opti.c
---- linux-2.6.39/drivers/ata/pata_opti.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/ata/pata_opti.c       2011-05-22 19:36:31.000000000 -0400
-@@ -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.39/drivers/ata/pata_optidma.c linux-2.6.39/drivers/ata/pata_optidma.c
---- linux-2.6.39/drivers/ata/pata_optidma.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/ata/pata_optidma.c    2011-05-22 19:36:31.000000000 -0400
-@@ -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.39/drivers/ata/pata_palmld.c linux-2.6.39/drivers/ata/pata_palmld.c
---- linux-2.6.39/drivers/ata/pata_palmld.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/ata/pata_palmld.c     2011-05-22 19:36:31.000000000 -0400
-@@ -42,7 +42,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.39/drivers/ata/pata_pcmcia.c linux-2.6.39/drivers/ata/pata_pcmcia.c
---- linux-2.6.39/drivers/ata/pata_pcmcia.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/ata/pata_pcmcia.c     2011-05-22 19:36:31.000000000 -0400
-@@ -151,14 +151,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,
-@@ -205,7 +205,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;
-       /* Set up attributes in order to probe card and get resources */
-       pdev->config_flags |= CONF_ENABLE_IRQ | CONF_AUTO_SET_IO |
-diff -urNp linux-2.6.39/drivers/ata/pata_pdc2027x.c linux-2.6.39/drivers/ata/pata_pdc2027x.c
---- linux-2.6.39/drivers/ata/pata_pdc2027x.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/ata/pata_pdc2027x.c   2011-05-22 19:36:31.000000000 -0400
-@@ -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.39/drivers/ata/pata_pdc202xx_old.c linux-2.6.39/drivers/ata/pata_pdc202xx_old.c
---- linux-2.6.39/drivers/ata/pata_pdc202xx_old.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/ata/pata_pdc202xx_old.c       2011-05-22 19:36:31.000000000 -0400
-@@ -295,7 +295,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,
-@@ -306,7 +306,7 @@ static struct ata_port_operations pdc202
-       .sff_irq_check          = pdc202xx_irq_check,
- };
--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.39/drivers/ata/pata_piccolo.c linux-2.6.39/drivers/ata/pata_piccolo.c
---- linux-2.6.39/drivers/ata/pata_piccolo.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/ata/pata_piccolo.c    2011-05-22 19:36:31.000000000 -0400
-@@ -67,7 +67,7 @@ static struct scsi_host_template tosh_sh
-       ATA_BMDMA_SHT(DRV_NAME),
- };
--static struct ata_port_operations tosh_port_ops = {
-+static const struct ata_port_operations tosh_port_ops = {
-       .inherits       = &ata_bmdma_port_ops,
-       .cable_detect   = ata_cable_unknown,
-       .set_piomode    = tosh_set_piomode,
-diff -urNp linux-2.6.39/drivers/ata/pata_platform.c linux-2.6.39/drivers/ata/pata_platform.c
---- linux-2.6.39/drivers/ata/pata_platform.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/ata/pata_platform.c   2011-05-22 19:36:31.000000000 -0400
-@@ -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.39/drivers/ata/pata_pxa.c linux-2.6.39/drivers/ata/pata_pxa.c
---- linux-2.6.39/drivers/ata/pata_pxa.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/ata/pata_pxa.c        2011-05-22 19:36:31.000000000 -0400
-@@ -198,7 +198,7 @@ static struct scsi_host_template pxa_ata
-       ATA_BMDMA_SHT(DRV_NAME),
- };
--static struct ata_port_operations pxa_ata_port_ops = {
-+static const struct ata_port_operations pxa_ata_port_ops = {
-       .inherits               = &ata_bmdma_port_ops,
-       .cable_detect           = ata_cable_40wire,
-diff -urNp linux-2.6.39/drivers/ata/pata_qdi.c linux-2.6.39/drivers/ata/pata_qdi.c
---- linux-2.6.39/drivers/ata/pata_qdi.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/ata/pata_qdi.c        2011-05-22 19:36:31.000000000 -0400
-@@ -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.39/drivers/ata/pata_radisys.c linux-2.6.39/drivers/ata/pata_radisys.c
---- linux-2.6.39/drivers/ata/pata_radisys.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/ata/pata_radisys.c    2011-05-22 19:36:31.000000000 -0400
-@@ -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.39/drivers/ata/pata_rb532_cf.c linux-2.6.39/drivers/ata/pata_rb532_cf.c
---- linux-2.6.39/drivers/ata/pata_rb532_cf.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/ata/pata_rb532_cf.c   2011-05-22 19:36:31.000000000 -0400
-@@ -69,7 +69,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.39/drivers/ata/pata_rdc.c linux-2.6.39/drivers/ata/pata_rdc.c
---- linux-2.6.39/drivers/ata/pata_rdc.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/ata/pata_rdc.c        2011-05-22 19:36:31.000000000 -0400
-@@ -273,7 +273,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.39/drivers/ata/pata_rz1000.c linux-2.6.39/drivers/ata/pata_rz1000.c
---- linux-2.6.39/drivers/ata/pata_rz1000.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/ata/pata_rz1000.c     2011-05-22 19:36:31.000000000 -0400
-@@ -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.39/drivers/ata/pata_samsung_cf.c linux-2.6.39/drivers/ata/pata_samsung_cf.c
---- linux-2.6.39/drivers/ata/pata_samsung_cf.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/ata/pata_samsung_cf.c 2011-05-22 19:36:31.000000000 -0400
-@@ -399,7 +399,7 @@ static struct scsi_host_template pata_s3
-       ATA_PIO_SHT(DRV_NAME),
- };
--static struct ata_port_operations pata_s3c_port_ops = {
-+static const struct ata_port_operations pata_s3c_port_ops = {
-       .inherits               = &ata_sff_port_ops,
-       .sff_check_status       = pata_s3c_check_status,
-       .sff_check_altstatus    = pata_s3c_check_altstatus,
-@@ -413,7 +413,7 @@ static struct ata_port_operations pata_s
-       .set_piomode            = pata_s3c_set_piomode,
- };
--static struct ata_port_operations pata_s5p_port_ops = {
-+static const struct ata_port_operations pata_s5p_port_ops = {
-       .inherits               = &ata_sff_port_ops,
-       .set_piomode            = pata_s3c_set_piomode,
- };
-diff -urNp linux-2.6.39/drivers/ata/pata_sc1200.c linux-2.6.39/drivers/ata/pata_sc1200.c
---- linux-2.6.39/drivers/ata/pata_sc1200.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/ata/pata_sc1200.c     2011-05-22 19:36:31.000000000 -0400
-@@ -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_bmdma_dumb_qc_prep,
-       .qc_issue       = sc1200_qc_issue,
-diff -urNp linux-2.6.39/drivers/ata/pata_scc.c linux-2.6.39/drivers/ata/pata_scc.c
---- linux-2.6.39/drivers/ata/pata_scc.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/ata/pata_scc.c        2011-05-22 19:36:31.000000000 -0400
-@@ -926,7 +926,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.39/drivers/ata/pata_sch.c linux-2.6.39/drivers/ata/pata_sch.c
---- linux-2.6.39/drivers/ata/pata_sch.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/ata/pata_sch.c        2011-05-22 19:36:31.000000000 -0400
-@@ -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.39/drivers/ata/pata_serverworks.c linux-2.6.39/drivers/ata/pata_serverworks.c
---- linux-2.6.39/drivers/ata/pata_serverworks.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/ata/pata_serverworks.c        2011-05-22 19:36:31.000000000 -0400
-@@ -300,7 +300,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,
-@@ -308,7 +308,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.39/drivers/ata/pata_sil680.c linux-2.6.39/drivers/ata/pata_sil680.c
---- linux-2.6.39/drivers/ata/pata_sil680.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/ata/pata_sil680.c     2011-05-22 19:36:31.000000000 -0400
-@@ -225,8 +225,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,
-       .sff_exec_command       = sil680_sff_exec_command,
-       .sff_irq_check          = sil680_sff_irq_check,
-diff -urNp linux-2.6.39/drivers/ata/pata_sis.c linux-2.6.39/drivers/ata/pata_sis.c
---- linux-2.6.39/drivers/ata/pata_sis.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/ata/pata_sis.c        2011-05-22 19:36:31.000000000 -0400
-@@ -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.39/drivers/ata/pata_sl82c105.c linux-2.6.39/drivers/ata/pata_sl82c105.c
---- linux-2.6.39/drivers/ata/pata_sl82c105.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/ata/pata_sl82c105.c   2011-05-22 19:36:31.000000000 -0400
-@@ -241,7 +241,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.39/drivers/ata/pata_triflex.c linux-2.6.39/drivers/ata/pata_triflex.c
---- linux-2.6.39/drivers/ata/pata_triflex.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/ata/pata_triflex.c    2011-05-22 19:36:31.000000000 -0400
-@@ -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.39/drivers/ata/pata_via.c linux-2.6.39/drivers/ata/pata_via.c
---- linux-2.6.39/drivers/ata/pata_via.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/ata/pata_via.c        2011-05-22 19:36:31.000000000 -0400
-@@ -441,7 +441,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,
-@@ -452,7 +452,7 @@ static struct ata_port_operations via_po
-       .mode_filter    = via_mode_filter,
- };
--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.39/drivers/ata/pdc_adma.c linux-2.6.39/drivers/ata/pdc_adma.c
---- linux-2.6.39/drivers/ata/pdc_adma.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/ata/pdc_adma.c        2011-05-22 19:36:31.000000000 -0400
-@@ -146,7 +146,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.39/drivers/ata/sata_dwc_460ex.c linux-2.6.39/drivers/ata/sata_dwc_460ex.c
---- linux-2.6.39/drivers/ata/sata_dwc_460ex.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/ata/sata_dwc_460ex.c  2011-05-22 19:36:31.000000000 -0400
-@@ -1598,7 +1598,7 @@ static struct scsi_host_template sata_dw
-       .dma_boundary           = ATA_DMA_BOUNDARY,
- };
--static struct ata_port_operations sata_dwc_ops = {
-+static const struct ata_port_operations sata_dwc_ops = {
-       .inherits               = &ata_sff_port_ops,
-       .error_handler          = sata_dwc_error_handler,
-diff -urNp linux-2.6.39/drivers/ata/sata_fsl.c linux-2.6.39/drivers/ata/sata_fsl.c
---- linux-2.6.39/drivers/ata/sata_fsl.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/ata/sata_fsl.c        2011-05-22 19:36:31.000000000 -0400
-@@ -1268,7 +1268,7 @@ static struct scsi_host_template sata_fs
-       .dma_boundary = ATA_DMA_BOUNDARY,
- };
+ #endif
+@@ -2549,7 +2549,7 @@ he_send(struct atm_vcc *vcc, struct sk_b
+                       vcc->pop(vcc, skb);
+               else
+                       dev_kfree_skb_any(skb);
+-              atomic_inc(&vcc->stats->tx_err);
++              atomic_inc_unchecked(&vcc->stats->tx_err);
+               spin_unlock_irqrestore(&he_dev->global_lock, flags);
+               return -ENOMEM;
+       }
+@@ -2591,7 +2591,7 @@ he_send(struct atm_vcc *vcc, struct sk_b
+                                       vcc->pop(vcc, skb);
+                               else
+                                       dev_kfree_skb_any(skb);
+-                              atomic_inc(&vcc->stats->tx_err);
++                              atomic_inc_unchecked(&vcc->stats->tx_err);
+                               spin_unlock_irqrestore(&he_dev->global_lock, flags);
+                               return -ENOMEM;
+                       }
+@@ -2622,7 +2622,7 @@ he_send(struct atm_vcc *vcc, struct sk_b
+       __enqueue_tpd(he_dev, tpd, cid);
+       spin_unlock_irqrestore(&he_dev->global_lock, flags);
  
--static struct ata_port_operations sata_fsl_ops = {
-+static const struct ata_port_operations sata_fsl_ops = {
-       .inherits               = &sata_pmp_port_ops,
+-      atomic_inc(&vcc->stats->tx);
++      atomic_inc_unchecked(&vcc->stats->tx);
  
-       .qc_defer = ata_std_qc_defer,
-diff -urNp linux-2.6.39/drivers/ata/sata_inic162x.c linux-2.6.39/drivers/ata/sata_inic162x.c
---- linux-2.6.39/drivers/ata/sata_inic162x.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/ata/sata_inic162x.c   2011-05-22 19:36:31.000000000 -0400
-@@ -705,7 +705,7 @@ static int inic_port_start(struct ata_po
        return 0;
  }
+diff -urNp linux-3.0.4/drivers/atm/horizon.c linux-3.0.4/drivers/atm/horizon.c
+--- linux-3.0.4/drivers/atm/horizon.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/atm/horizon.c  2011-08-23 21:47:55.000000000 -0400
+@@ -1034,7 +1034,7 @@ static void rx_schedule (hrz_dev * dev, 
+       {
+         struct atm_vcc * vcc = ATM_SKB(skb)->vcc;
+         // VC layer stats
+-        atomic_inc(&vcc->stats->rx);
++        atomic_inc_unchecked(&vcc->stats->rx);
+         __net_timestamp(skb);
+         // end of our responsibility
+         vcc->push (vcc, skb);
+@@ -1186,7 +1186,7 @@ static void tx_schedule (hrz_dev * const
+       dev->tx_iovec = NULL;
+       
+       // VC layer stats
+-      atomic_inc(&ATM_SKB(skb)->vcc->stats->tx);
++      atomic_inc_unchecked(&ATM_SKB(skb)->vcc->stats->tx);
+       
+       // free the skb
+       hrz_kfree_skb (skb);
+diff -urNp linux-3.0.4/drivers/atm/idt77252.c linux-3.0.4/drivers/atm/idt77252.c
+--- linux-3.0.4/drivers/atm/idt77252.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/atm/idt77252.c 2011-08-23 21:47:55.000000000 -0400
+@@ -811,7 +811,7 @@ drain_scq(struct idt77252_dev *card, str
+               else
+                       dev_kfree_skb(skb);
  
--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.39/drivers/ata/sata_mv.c linux-2.6.39/drivers/ata/sata_mv.c
---- linux-2.6.39/drivers/ata/sata_mv.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/ata/sata_mv.c 2011-05-22 19:36:31.000000000 -0400
-@@ -662,7 +662,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,
-@@ -682,7 +682,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               = &ata_bmdma_port_ops,
-       .lost_interrupt         = ATA_OP_NULL,
-@@ -716,7 +716,7 @@ static struct ata_port_operations mv6_op
-       .port_stop              = mv_port_stop,
- };
--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.39/drivers/ata/sata_nv.c linux-2.6.39/drivers/ata/sata_nv.c
---- linux-2.6.39/drivers/ata/sata_nv.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/ata/sata_nv.c 2011-05-22 19:36:31.000000000 -0400
-@@ -465,7 +465,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,
-@@ -473,20 +473,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,
-@@ -510,7 +510,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.39/drivers/ata/sata_promise.c linux-2.6.39/drivers/ata/sata_promise.c
---- linux-2.6.39/drivers/ata/sata_promise.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/ata/sata_promise.c    2011-05-22 19:36:31.000000000 -0400
-@@ -194,7 +194,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,
-@@ -207,14 +207,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.39/drivers/ata/sata_qstor.c linux-2.6.39/drivers/ata/sata_qstor.c
---- linux-2.6.39/drivers/ata/sata_qstor.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/ata/sata_qstor.c      2011-05-22 19:36:31.000000000 -0400
-@@ -131,7 +131,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.39/drivers/ata/sata_sil24.c linux-2.6.39/drivers/ata/sata_sil24.c
---- linux-2.6.39/drivers/ata/sata_sil24.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/ata/sata_sil24.c      2011-05-22 19:36:31.000000000 -0400
-@@ -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.39/drivers/ata/sata_sil.c linux-2.6.39/drivers/ata/sata_sil.c
---- linux-2.6.39/drivers/ata/sata_sil.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/ata/sata_sil.c        2011-05-22 19:36:31.000000000 -0400
-@@ -181,7 +181,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.39/drivers/ata/sata_sis.c linux-2.6.39/drivers/ata/sata_sis.c
---- linux-2.6.39/drivers/ata/sata_sis.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/ata/sata_sis.c        2011-05-22 19:36:31.000000000 -0400
-@@ -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.39/drivers/ata/sata_svw.c linux-2.6.39/drivers/ata/sata_svw.c
---- linux-2.6.39/drivers/ata/sata_svw.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/ata/sata_svw.c        2011-05-22 19:36:31.000000000 -0400
-@@ -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.39/drivers/ata/sata_sx4.c linux-2.6.39/drivers/ata/sata_sx4.c
---- linux-2.6.39/drivers/ata/sata_sx4.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/ata/sata_sx4.c        2011-05-22 19:36:31.000000000 -0400
-@@ -249,7 +249,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.39/drivers/ata/sata_uli.c linux-2.6.39/drivers/ata/sata_uli.c
---- linux-2.6.39/drivers/ata/sata_uli.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/ata/sata_uli.c        2011-05-22 19:36:31.000000000 -0400
-@@ -80,7 +80,7 @@ static struct scsi_host_template uli_sht
-       ATA_BMDMA_SHT(DRV_NAME),
- };
+-              atomic_inc(&vcc->stats->tx);
++              atomic_inc_unchecked(&vcc->stats->tx);
+       }
  
--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.39/drivers/ata/sata_via.c linux-2.6.39/drivers/ata/sata_via.c
---- linux-2.6.39/drivers/ata/sata_via.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/ata/sata_via.c        2011-05-22 19:36:31.000000000 -0400
-@@ -115,32 +115,32 @@ static struct scsi_host_template svia_sh
-       ATA_BMDMA_SHT(DRV_NAME),
- };
+       atomic_dec(&scq->used);
+@@ -1074,13 +1074,13 @@ dequeue_rx(struct idt77252_dev *card, st
+                       if ((sb = dev_alloc_skb(64)) == NULL) {
+                               printk("%s: Can't allocate buffers for aal0.\n",
+                                      card->name);
+-                              atomic_add(i, &vcc->stats->rx_drop);
++                              atomic_add_unchecked(i, &vcc->stats->rx_drop);
+                               break;
+                       }
+                       if (!atm_charge(vcc, sb->truesize)) {
+                               RXPRINTK("%s: atm_charge() dropped aal0 packets.\n",
+                                        card->name);
+-                              atomic_add(i - 1, &vcc->stats->rx_drop);
++                              atomic_add_unchecked(i - 1, &vcc->stats->rx_drop);
+                               dev_kfree_skb(sb);
+                               break;
+                       }
+@@ -1097,7 +1097,7 @@ dequeue_rx(struct idt77252_dev *card, st
+                       ATM_SKB(sb)->vcc = vcc;
+                       __net_timestamp(sb);
+                       vcc->push(vcc, sb);
+-                      atomic_inc(&vcc->stats->rx);
++                      atomic_inc_unchecked(&vcc->stats->rx);
  
--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,
- };
+                       cell += ATM_CELL_PAYLOAD;
+               }
+@@ -1134,13 +1134,13 @@ dequeue_rx(struct idt77252_dev *card, st
+                                "(CDC: %08x)\n",
+                                card->name, len, rpp->len, readl(SAR_REG_CDC));
+                       recycle_rx_pool_skb(card, rpp);
+-                      atomic_inc(&vcc->stats->rx_err);
++                      atomic_inc_unchecked(&vcc->stats->rx_err);
+                       return;
+               }
+               if (stat & SAR_RSQE_CRC) {
+                       RXPRINTK("%s: AAL5 CRC error.\n", card->name);
+                       recycle_rx_pool_skb(card, rpp);
+-                      atomic_inc(&vcc->stats->rx_err);
++                      atomic_inc_unchecked(&vcc->stats->rx_err);
+                       return;
+               }
+               if (skb_queue_len(&rpp->queue) > 1) {
+@@ -1151,7 +1151,7 @@ dequeue_rx(struct idt77252_dev *card, st
+                               RXPRINTK("%s: Can't alloc RX skb.\n",
+                                        card->name);
+                               recycle_rx_pool_skb(card, rpp);
+-                              atomic_inc(&vcc->stats->rx_err);
++                              atomic_inc_unchecked(&vcc->stats->rx_err);
+                               return;
+                       }
+                       if (!atm_charge(vcc, skb->truesize)) {
+@@ -1170,7 +1170,7 @@ dequeue_rx(struct idt77252_dev *card, st
+                       __net_timestamp(skb);
  
--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,
-       .bmdma_start            = vt6420_bmdma_start,
- };
+                       vcc->push(vcc, skb);
+-                      atomic_inc(&vcc->stats->rx);
++                      atomic_inc_unchecked(&vcc->stats->rx);
  
--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,
- };
+                       return;
+               }
+@@ -1192,7 +1192,7 @@ dequeue_rx(struct idt77252_dev *card, st
+               __net_timestamp(skb);
  
--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,
- };
+               vcc->push(vcc, skb);
+-              atomic_inc(&vcc->stats->rx);
++              atomic_inc_unchecked(&vcc->stats->rx);
  
--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.39/drivers/ata/sata_vsc.c linux-2.6.39/drivers/ata/sata_vsc.c
---- linux-2.6.39/drivers/ata/sata_vsc.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/ata/sata_vsc.c        2011-05-22 19:36:31.000000000 -0400
-@@ -300,7 +300,7 @@ static struct scsi_host_template vsc_sat
- };
+               if (skb->truesize > SAR_FB_SIZE_3)
+                       add_rx_skb(card, 3, SAR_FB_SIZE_3, 1);
+@@ -1303,14 +1303,14 @@ idt77252_rx_raw(struct idt77252_dev *car
+               if (vcc->qos.aal != ATM_AAL0) {
+                       RPRINTK("%s: raw cell for non AAL0 vc %u.%u\n",
+                               card->name, vpi, vci);
+-                      atomic_inc(&vcc->stats->rx_drop);
++                      atomic_inc_unchecked(&vcc->stats->rx_drop);
+                       goto drop;
+               }
+       
+               if ((sb = dev_alloc_skb(64)) == NULL) {
+                       printk("%s: Can't allocate buffers for AAL0.\n",
+                              card->name);
+-                      atomic_inc(&vcc->stats->rx_err);
++                      atomic_inc_unchecked(&vcc->stats->rx_err);
+                       goto drop;
+               }
  
+@@ -1329,7 +1329,7 @@ idt77252_rx_raw(struct idt77252_dev *car
+               ATM_SKB(sb)->vcc = vcc;
+               __net_timestamp(sb);
+               vcc->push(vcc, sb);
+-              atomic_inc(&vcc->stats->rx);
++              atomic_inc_unchecked(&vcc->stats->rx);
  
--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.39/drivers/atm/adummy.c linux-2.6.39/drivers/atm/adummy.c
---- linux-2.6.39/drivers/atm/adummy.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/atm/adummy.c  2011-05-22 19:36:31.000000000 -0400
-@@ -114,7 +114,7 @@ adummy_send(struct atm_vcc *vcc, struct 
-               vcc->pop(vcc, skb);
-       else
-               dev_kfree_skb_any(skb);
--      atomic_inc(&vcc->stats->tx);
-+      atomic_inc_unchecked(&vcc->stats->tx);
+ drop:
+               skb_pull(queue, 64);
+@@ -1954,13 +1954,13 @@ idt77252_send_skb(struct atm_vcc *vcc, s
  
-       return 0;
- }
-diff -urNp linux-2.6.39/drivers/atm/ambassador.c linux-2.6.39/drivers/atm/ambassador.c
---- linux-2.6.39/drivers/atm/ambassador.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/atm/ambassador.c      2011-05-22 19:36:31.000000000 -0400
-@@ -454,7 +454,7 @@ static void tx_complete (amb_dev * dev, 
-   PRINTD (DBG_FLOW|DBG_TX, "tx_complete %p %p", dev, tx);
-   
-   // VC layer stats
--  atomic_inc(&ATM_SKB(skb)->vcc->stats->tx);
-+  atomic_inc_unchecked(&ATM_SKB(skb)->vcc->stats->tx);
-   
-   // free the descriptor
-   kfree (tx_descr);
-@@ -495,7 +495,7 @@ static void rx_complete (amb_dev * dev, 
-         dump_skb ("<<<", vc, skb);
-         
-         // VC layer stats
--        atomic_inc(&atm_vcc->stats->rx);
-+        atomic_inc_unchecked(&atm_vcc->stats->rx);
-         __net_timestamp(skb);
-         // end of our responsibility
-         atm_vcc->push (atm_vcc, skb);
-@@ -510,7 +510,7 @@ static void rx_complete (amb_dev * dev, 
-       } else {
-               PRINTK (KERN_INFO, "dropped over-size frame");
-       // should we count this?
--      atomic_inc(&atm_vcc->stats->rx_drop);
-+      atomic_inc_unchecked(&atm_vcc->stats->rx_drop);
-       }
-       
-     } else {
-@@ -1342,7 +1342,7 @@ static int amb_send (struct atm_vcc * at
-   }
-   
-   if (check_area (skb->data, skb->len)) {
--    atomic_inc(&atm_vcc->stats->tx_err);
-+    atomic_inc_unchecked(&atm_vcc->stats->tx_err);
-     return -ENOMEM; // ?
-   }
-   
-diff -urNp linux-2.6.39/drivers/atm/atmtcp.c linux-2.6.39/drivers/atm/atmtcp.c
---- linux-2.6.39/drivers/atm/atmtcp.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/atm/atmtcp.c  2011-05-22 19:36:31.000000000 -0400
-@@ -207,7 +207,7 @@ static int atmtcp_v_send(struct atm_vcc 
-               if (vcc->pop) vcc->pop(vcc,skb);
-               else dev_kfree_skb(skb);
-               if (dev_data) return 0;
+       if (vc == NULL) {
+               printk("%s: NULL connection in send().\n", card->name);
 -              atomic_inc(&vcc->stats->tx_err);
 +              atomic_inc_unchecked(&vcc->stats->tx_err);
-               return -ENOLINK;
+               dev_kfree_skb(skb);
+               return -EINVAL;
        }
-       size = skb->len+sizeof(struct atmtcp_hdr);
-@@ -215,7 +215,7 @@ static int atmtcp_v_send(struct atm_vcc 
-       if (!new_skb) {
-               if (vcc->pop) vcc->pop(vcc,skb);
-               else dev_kfree_skb(skb);
+       if (!test_bit(VCF_TX, &vc->flags)) {
+               printk("%s: Trying to transmit on a non-tx VC.\n", card->name);
 -              atomic_inc(&vcc->stats->tx_err);
 +              atomic_inc_unchecked(&vcc->stats->tx_err);
-               return -ENOBUFS;
+               dev_kfree_skb(skb);
+               return -EINVAL;
        }
-       hdr = (void *) skb_put(new_skb,sizeof(struct atmtcp_hdr));
-@@ -226,8 +226,8 @@ static int atmtcp_v_send(struct atm_vcc 
-       if (vcc->pop) vcc->pop(vcc,skb);
-       else dev_kfree_skb(skb);
-       out_vcc->push(out_vcc,new_skb);
--      atomic_inc(&vcc->stats->tx);
--      atomic_inc(&out_vcc->stats->rx);
-+      atomic_inc_unchecked(&vcc->stats->tx);
-+      atomic_inc_unchecked(&out_vcc->stats->rx);
-       return 0;
- }
-@@ -301,7 +301,7 @@ static int atmtcp_c_send(struct atm_vcc 
-       out_vcc = find_vcc(dev, ntohs(hdr->vpi), ntohs(hdr->vci));
-       read_unlock(&vcc_sklist_lock);
-       if (!out_vcc) {
+@@ -1972,14 +1972,14 @@ idt77252_send_skb(struct atm_vcc *vcc, s
+               break;
+       default:
+               printk("%s: Unsupported AAL: %d\n", card->name, vcc->qos.aal);
 -              atomic_inc(&vcc->stats->tx_err);
 +              atomic_inc_unchecked(&vcc->stats->tx_err);
-               goto done;
+               dev_kfree_skb(skb);
+               return -EINVAL;
        }
-       skb_pull(skb,sizeof(struct atmtcp_hdr));
-@@ -313,8 +313,8 @@ static int atmtcp_c_send(struct atm_vcc 
-       __net_timestamp(new_skb);
-       skb_copy_from_linear_data(skb, skb_put(new_skb, skb->len), skb->len);
-       out_vcc->push(out_vcc,new_skb);
--      atomic_inc(&vcc->stats->tx);
--      atomic_inc(&out_vcc->stats->rx);
-+      atomic_inc_unchecked(&vcc->stats->tx);
-+      atomic_inc_unchecked(&out_vcc->stats->rx);
- done:
-       if (vcc->pop) vcc->pop(vcc,skb);
-       else dev_kfree_skb(skb);
-diff -urNp linux-2.6.39/drivers/atm/eni.c linux-2.6.39/drivers/atm/eni.c
---- linux-2.6.39/drivers/atm/eni.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/atm/eni.c     2011-05-22 19:36:31.000000000 -0400
-@@ -526,7 +526,7 @@ static int rx_aal0(struct atm_vcc *vcc)
-               DPRINTK(DEV_LABEL "(itf %d): trashing empty cell\n",
-                   vcc->dev->number);
-               length = 0;
--              atomic_inc(&vcc->stats->rx_err);
-+              atomic_inc_unchecked(&vcc->stats->rx_err);
+       if (skb_shinfo(skb)->nr_frags != 0) {
+               printk("%s: No scatter-gather yet.\n", card->name);
+-              atomic_inc(&vcc->stats->tx_err);
++              atomic_inc_unchecked(&vcc->stats->tx_err);
+               dev_kfree_skb(skb);
+               return -EINVAL;
        }
-       else {
-               length = ATM_CELL_SIZE-1; /* no HEC */
-@@ -581,7 +581,7 @@ static int rx_aal5(struct atm_vcc *vcc)
-                           size);
-               }
-               eff = length = 0;
--              atomic_inc(&vcc->stats->rx_err);
-+              atomic_inc_unchecked(&vcc->stats->rx_err);
+@@ -1987,7 +1987,7 @@ idt77252_send_skb(struct atm_vcc *vcc, s
+       err = queue_skb(card, vc, skb, oam);
+       if (err) {
+-              atomic_inc(&vcc->stats->tx_err);
++              atomic_inc_unchecked(&vcc->stats->tx_err);
+               dev_kfree_skb(skb);
+               return err;
        }
-       else {
-               size = (descr & MID_RED_COUNT)*(ATM_CELL_PAYLOAD >> 2);
-@@ -598,7 +598,7 @@ static int rx_aal5(struct atm_vcc *vcc)
-                           "(VCI=%d,length=%ld,size=%ld (descr 0x%lx))\n",
-                           vcc->dev->number,vcc->vci,length,size << 2,descr);
-                       length = eff = 0;
--                      atomic_inc(&vcc->stats->rx_err);
-+                      atomic_inc_unchecked(&vcc->stats->rx_err);
-               }
-       }
-       skb = eff ? atm_alloc_charge(vcc,eff << 2,GFP_ATOMIC) : NULL;
-@@ -771,7 +771,7 @@ rx_dequeued++;
-                       vcc->push(vcc,skb);
-                       pushed++;
-               }
--              atomic_inc(&vcc->stats->rx);
-+              atomic_inc_unchecked(&vcc->stats->rx);
-       }
-       wake_up(&eni_dev->rx_wait);
- }
-@@ -1228,7 +1228,7 @@ static void dequeue_tx(struct atm_dev *d
-                   PCI_DMA_TODEVICE);
-               if (vcc->pop) vcc->pop(vcc,skb);
-               else dev_kfree_skb_irq(skb);
--              atomic_inc(&vcc->stats->tx);
-+              atomic_inc_unchecked(&vcc->stats->tx);
-               wake_up(&eni_dev->tx_wait);
- dma_complete++;
-       }
-diff -urNp linux-2.6.39/drivers/atm/firestream.c linux-2.6.39/drivers/atm/firestream.c
---- linux-2.6.39/drivers/atm/firestream.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/atm/firestream.c      2011-05-22 19:36:31.000000000 -0400
-@@ -749,7 +749,7 @@ static void process_txdone_queue (struct
-                               }
-                       }
--                      atomic_inc(&ATM_SKB(skb)->vcc->stats->tx);
-+                      atomic_inc_unchecked(&ATM_SKB(skb)->vcc->stats->tx);
-                       fs_dprintk (FS_DEBUG_TXMEM, "i");
-                       fs_dprintk (FS_DEBUG_ALLOC, "Free t-skb: %p\n", skb);
-@@ -816,7 +816,7 @@ static void process_incoming (struct fs_
- #endif
-                               skb_put (skb, qe->p1 & 0xffff); 
-                               ATM_SKB(skb)->vcc = atm_vcc;
--                              atomic_inc(&atm_vcc->stats->rx);
-+                              atomic_inc_unchecked(&atm_vcc->stats->rx);
-                               __net_timestamp(skb);
-                               fs_dprintk (FS_DEBUG_ALLOC, "Free rec-skb: %p (pushed)\n", skb);
-                               atm_vcc->push (atm_vcc, skb);
-@@ -837,12 +837,12 @@ static void process_incoming (struct fs_
-                               kfree (pe);
-                       }
-                       if (atm_vcc)
--                              atomic_inc(&atm_vcc->stats->rx_drop);
-+                              atomic_inc_unchecked(&atm_vcc->stats->rx_drop);
-                       break;
-               case 0x1f: /*  Reassembly abort: no buffers. */
-                       /* Silently increment error counter. */
-                       if (atm_vcc)
--                              atomic_inc(&atm_vcc->stats->rx_drop);
-+                              atomic_inc_unchecked(&atm_vcc->stats->rx_drop);
-                       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.39/drivers/atm/fore200e.c linux-2.6.39/drivers/atm/fore200e.c
---- linux-2.6.39/drivers/atm/fore200e.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/atm/fore200e.c        2011-05-22 19:36:31.000000000 -0400
-@@ -933,9 +933,9 @@ fore200e_tx_irq(struct fore200e* fore200
- #endif
-               /* check error condition */
-               if (*entry->status & STATUS_ERROR)
--                  atomic_inc(&vcc->stats->tx_err);
-+                  atomic_inc_unchecked(&vcc->stats->tx_err);
-               else
--                  atomic_inc(&vcc->stats->tx);
-+                  atomic_inc_unchecked(&vcc->stats->tx);
-           }
-       }
-@@ -1084,7 +1084,7 @@ fore200e_push_rpd(struct fore200e* fore2
-     if (skb == NULL) {
-       DPRINTK(2, "unable to alloc new skb, rx PDU length = %d\n", pdu_len);
--      atomic_inc(&vcc->stats->rx_drop);
-+      atomic_inc_unchecked(&vcc->stats->rx_drop);
-       return -ENOMEM;
-     } 
-@@ -1127,14 +1127,14 @@ fore200e_push_rpd(struct fore200e* fore2
-       dev_kfree_skb_any(skb);
--      atomic_inc(&vcc->stats->rx_drop);
-+      atomic_inc_unchecked(&vcc->stats->rx_drop);
-       return -ENOMEM;
-     }
-     ASSERT(atomic_read(&sk_atm(vcc)->sk_wmem_alloc) >= 0);
-     vcc->push(vcc, skb);
--    atomic_inc(&vcc->stats->rx);
-+    atomic_inc_unchecked(&vcc->stats->rx);
-     ASSERT(atomic_read(&sk_atm(vcc)->sk_wmem_alloc) >= 0);
-@@ -1212,7 +1212,7 @@ fore200e_rx_irq(struct fore200e* fore200
-               DPRINTK(2, "damaged PDU on %d.%d.%d\n",
-                       fore200e->atm_dev->number,
-                       entry->rpd->atm_header.vpi, entry->rpd->atm_header.vci);
--              atomic_inc(&vcc->stats->rx_err);
-+              atomic_inc_unchecked(&vcc->stats->rx_err);
-           }
-       }
-@@ -1657,7 +1657,7 @@ fore200e_send(struct atm_vcc *vcc, struc
-               goto retry_here;
-           }
--          atomic_inc(&vcc->stats->tx_err);
-+          atomic_inc_unchecked(&vcc->stats->tx_err);
-           fore200e->tx_sat++;
-           DPRINTK(2, "tx queue of device %s is saturated, PDU dropped - heartbeat is %08x\n",
-diff -urNp linux-2.6.39/drivers/atm/he.c linux-2.6.39/drivers/atm/he.c
---- linux-2.6.39/drivers/atm/he.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/atm/he.c      2011-05-22 19:36:31.000000000 -0400
-@@ -1709,7 +1709,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);
--                              atomic_inc(&vcc->stats->rx_drop);
-+                              atomic_inc_unchecked(&vcc->stats->rx_drop);
-                       goto return_host_buffers;
-               }
-@@ -1736,7 +1736,7 @@ he_service_rbrq(struct he_dev *he_dev, i
-                               RBRQ_LEN_ERR(he_dev->rbrq_head)
-                                                       ? "LEN_ERR" : "",
-                                                       vcc->vpi, vcc->vci);
--                      atomic_inc(&vcc->stats->rx_err);
-+                      atomic_inc_unchecked(&vcc->stats->rx_err);
-                       goto return_host_buffers;
-               }
-@@ -1788,7 +1788,7 @@ he_service_rbrq(struct he_dev *he_dev, i
-               vcc->push(vcc, skb);
-               spin_lock(&he_dev->global_lock);
--              atomic_inc(&vcc->stats->rx);
-+              atomic_inc_unchecked(&vcc->stats->rx);
- return_host_buffers:
-               ++pdus_assembled;
-@@ -2114,7 +2114,7 @@ __enqueue_tpd(struct he_dev *he_dev, str
-                                       tpd->vcc->pop(tpd->vcc, tpd->skb);
-                               else
-                                       dev_kfree_skb_any(tpd->skb);
--                              atomic_inc(&tpd->vcc->stats->tx_err);
-+                              atomic_inc_unchecked(&tpd->vcc->stats->tx_err);
-                       }
-                       pci_pool_free(he_dev->tpd_pool, tpd, TPD_ADDR(tpd->status));
-                       return;
-@@ -2526,7 +2526,7 @@ he_send(struct atm_vcc *vcc, struct sk_b
-                       vcc->pop(vcc, skb);
-               else
-                       dev_kfree_skb_any(skb);
--              atomic_inc(&vcc->stats->tx_err);
-+              atomic_inc_unchecked(&vcc->stats->tx_err);
-               return -EINVAL;
-       }
-@@ -2537,7 +2537,7 @@ he_send(struct atm_vcc *vcc, struct sk_b
-                       vcc->pop(vcc, skb);
-               else
-                       dev_kfree_skb_any(skb);
--              atomic_inc(&vcc->stats->tx_err);
-+              atomic_inc_unchecked(&vcc->stats->tx_err);
-               return -EINVAL;
-       }
- #endif
-@@ -2549,7 +2549,7 @@ he_send(struct atm_vcc *vcc, struct sk_b
-                       vcc->pop(vcc, skb);
-               else
-                       dev_kfree_skb_any(skb);
--              atomic_inc(&vcc->stats->tx_err);
-+              atomic_inc_unchecked(&vcc->stats->tx_err);
-               spin_unlock_irqrestore(&he_dev->global_lock, flags);
-               return -ENOMEM;
-       }
-@@ -2591,7 +2591,7 @@ he_send(struct atm_vcc *vcc, struct sk_b
-                                       vcc->pop(vcc, skb);
-                               else
-                                       dev_kfree_skb_any(skb);
--                              atomic_inc(&vcc->stats->tx_err);
-+                              atomic_inc_unchecked(&vcc->stats->tx_err);
-                               spin_unlock_irqrestore(&he_dev->global_lock, flags);
-                               return -ENOMEM;
-                       }
-@@ -2622,7 +2622,7 @@ he_send(struct atm_vcc *vcc, struct sk_b
-       __enqueue_tpd(he_dev, tpd, cid);
-       spin_unlock_irqrestore(&he_dev->global_lock, flags);
--      atomic_inc(&vcc->stats->tx);
-+      atomic_inc_unchecked(&vcc->stats->tx);
-       return 0;
- }
-diff -urNp linux-2.6.39/drivers/atm/horizon.c linux-2.6.39/drivers/atm/horizon.c
---- linux-2.6.39/drivers/atm/horizon.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/atm/horizon.c 2011-05-22 19:36:31.000000000 -0400
-@@ -1034,7 +1034,7 @@ static void rx_schedule (hrz_dev * dev, 
-       {
-         struct atm_vcc * vcc = ATM_SKB(skb)->vcc;
-         // VC layer stats
--        atomic_inc(&vcc->stats->rx);
-+        atomic_inc_unchecked(&vcc->stats->rx);
-         __net_timestamp(skb);
-         // end of our responsibility
-         vcc->push (vcc, skb);
-@@ -1186,7 +1186,7 @@ static void tx_schedule (hrz_dev * const
-       dev->tx_iovec = NULL;
-       
-       // VC layer stats
--      atomic_inc(&ATM_SKB(skb)->vcc->stats->tx);
-+      atomic_inc_unchecked(&ATM_SKB(skb)->vcc->stats->tx);
-       
-       // free the skb
-       hrz_kfree_skb (skb);
-diff -urNp linux-2.6.39/drivers/atm/idt77252.c linux-2.6.39/drivers/atm/idt77252.c
---- linux-2.6.39/drivers/atm/idt77252.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/atm/idt77252.c        2011-05-22 19:36:31.000000000 -0400
-@@ -811,7 +811,7 @@ drain_scq(struct idt77252_dev *card, str
-               else
-                       dev_kfree_skb(skb);
--              atomic_inc(&vcc->stats->tx);
-+              atomic_inc_unchecked(&vcc->stats->tx);
-       }
-       atomic_dec(&scq->used);
-@@ -1074,13 +1074,13 @@ dequeue_rx(struct idt77252_dev *card, st
-                       if ((sb = dev_alloc_skb(64)) == NULL) {
-                               printk("%s: Can't allocate buffers for aal0.\n",
-                                      card->name);
--                              atomic_add(i, &vcc->stats->rx_drop);
-+                              atomic_add_unchecked(i, &vcc->stats->rx_drop);
-                               break;
-                       }
-                       if (!atm_charge(vcc, sb->truesize)) {
-                               RXPRINTK("%s: atm_charge() dropped aal0 packets.\n",
-                                        card->name);
--                              atomic_add(i - 1, &vcc->stats->rx_drop);
-+                              atomic_add_unchecked(i - 1, &vcc->stats->rx_drop);
-                               dev_kfree_skb(sb);
-                               break;
-                       }
-@@ -1097,7 +1097,7 @@ dequeue_rx(struct idt77252_dev *card, st
-                       ATM_SKB(sb)->vcc = vcc;
-                       __net_timestamp(sb);
-                       vcc->push(vcc, sb);
--                      atomic_inc(&vcc->stats->rx);
-+                      atomic_inc_unchecked(&vcc->stats->rx);
-                       cell += ATM_CELL_PAYLOAD;
-               }
-@@ -1134,13 +1134,13 @@ dequeue_rx(struct idt77252_dev *card, st
-                                "(CDC: %08x)\n",
-                                card->name, len, rpp->len, readl(SAR_REG_CDC));
-                       recycle_rx_pool_skb(card, rpp);
--                      atomic_inc(&vcc->stats->rx_err);
-+                      atomic_inc_unchecked(&vcc->stats->rx_err);
-                       return;
-               }
-               if (stat & SAR_RSQE_CRC) {
-                       RXPRINTK("%s: AAL5 CRC error.\n", card->name);
-                       recycle_rx_pool_skb(card, rpp);
--                      atomic_inc(&vcc->stats->rx_err);
-+                      atomic_inc_unchecked(&vcc->stats->rx_err);
-                       return;
-               }
-               if (skb_queue_len(&rpp->queue) > 1) {
-@@ -1151,7 +1151,7 @@ dequeue_rx(struct idt77252_dev *card, st
-                               RXPRINTK("%s: Can't alloc RX skb.\n",
-                                        card->name);
-                               recycle_rx_pool_skb(card, rpp);
--                              atomic_inc(&vcc->stats->rx_err);
-+                              atomic_inc_unchecked(&vcc->stats->rx_err);
-                               return;
-                       }
-                       if (!atm_charge(vcc, skb->truesize)) {
-@@ -1170,7 +1170,7 @@ dequeue_rx(struct idt77252_dev *card, st
-                       __net_timestamp(skb);
-                       vcc->push(vcc, skb);
--                      atomic_inc(&vcc->stats->rx);
-+                      atomic_inc_unchecked(&vcc->stats->rx);
-                       return;
-               }
-@@ -1192,7 +1192,7 @@ dequeue_rx(struct idt77252_dev *card, st
-               __net_timestamp(skb);
-               vcc->push(vcc, skb);
--              atomic_inc(&vcc->stats->rx);
-+              atomic_inc_unchecked(&vcc->stats->rx);
-               if (skb->truesize > SAR_FB_SIZE_3)
-                       add_rx_skb(card, 3, SAR_FB_SIZE_3, 1);
-@@ -1304,14 +1304,14 @@ idt77252_rx_raw(struct idt77252_dev *car
-               if (vcc->qos.aal != ATM_AAL0) {
-                       RPRINTK("%s: raw cell for non AAL0 vc %u.%u\n",
-                               card->name, vpi, vci);
--                      atomic_inc(&vcc->stats->rx_drop);
-+                      atomic_inc_unchecked(&vcc->stats->rx_drop);
-                       goto drop;
-               }
-       
-               if ((sb = dev_alloc_skb(64)) == NULL) {
-                       printk("%s: Can't allocate buffers for AAL0.\n",
-                              card->name);
--                      atomic_inc(&vcc->stats->rx_err);
-+                      atomic_inc_unchecked(&vcc->stats->rx_err);
-                       goto drop;
-               }
-@@ -1330,7 +1330,7 @@ idt77252_rx_raw(struct idt77252_dev *car
-               ATM_SKB(sb)->vcc = vcc;
-               __net_timestamp(sb);
-               vcc->push(vcc, sb);
--              atomic_inc(&vcc->stats->rx);
-+              atomic_inc_unchecked(&vcc->stats->rx);
- drop:
-               skb_pull(queue, 64);
-@@ -1955,13 +1955,13 @@ idt77252_send_skb(struct atm_vcc *vcc, s
-       if (vc == NULL) {
-               printk("%s: NULL connection in send().\n", card->name);
--              atomic_inc(&vcc->stats->tx_err);
-+              atomic_inc_unchecked(&vcc->stats->tx_err);
-               dev_kfree_skb(skb);
-               return -EINVAL;
-       }
-       if (!test_bit(VCF_TX, &vc->flags)) {
-               printk("%s: Trying to transmit on a non-tx VC.\n", card->name);
--              atomic_inc(&vcc->stats->tx_err);
-+              atomic_inc_unchecked(&vcc->stats->tx_err);
-               dev_kfree_skb(skb);
-               return -EINVAL;
-       }
-@@ -1973,14 +1973,14 @@ idt77252_send_skb(struct atm_vcc *vcc, s
-               break;
-       default:
-               printk("%s: Unsupported AAL: %d\n", card->name, vcc->qos.aal);
--              atomic_inc(&vcc->stats->tx_err);
-+              atomic_inc_unchecked(&vcc->stats->tx_err);
-               dev_kfree_skb(skb);
-               return -EINVAL;
-       }
-       if (skb_shinfo(skb)->nr_frags != 0) {
-               printk("%s: No scatter-gather yet.\n", card->name);
--              atomic_inc(&vcc->stats->tx_err);
-+              atomic_inc_unchecked(&vcc->stats->tx_err);
-               dev_kfree_skb(skb);
-               return -EINVAL;
-       }
-@@ -1988,7 +1988,7 @@ idt77252_send_skb(struct atm_vcc *vcc, s
-       err = queue_skb(card, vc, skb, oam);
-       if (err) {
--              atomic_inc(&vcc->stats->tx_err);
-+              atomic_inc_unchecked(&vcc->stats->tx_err);
-               dev_kfree_skb(skb);
-               return err;
-       }
-@@ -2011,7 +2011,7 @@ idt77252_send_oam(struct atm_vcc *vcc, v
-       skb = dev_alloc_skb(64);
-       if (!skb) {
-               printk("%s: Out of memory in send_oam().\n", card->name);
--              atomic_inc(&vcc->stats->tx_err);
-+              atomic_inc_unchecked(&vcc->stats->tx_err);
-               return -ENOMEM;
+@@ -2010,7 +2010,7 @@ idt77252_send_oam(struct atm_vcc *vcc, v
+       skb = dev_alloc_skb(64);
+       if (!skb) {
+               printk("%s: Out of memory in send_oam().\n", card->name);
+-              atomic_inc(&vcc->stats->tx_err);
++              atomic_inc_unchecked(&vcc->stats->tx_err);
+               return -ENOMEM;
        }
        atomic_add(skb->truesize, &sk_atm(vcc)->sk_wmem_alloc);
-diff -urNp linux-2.6.39/drivers/atm/iphase.c linux-2.6.39/drivers/atm/iphase.c
---- linux-2.6.39/drivers/atm/iphase.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/atm/iphase.c  2011-05-22 19:36:31.000000000 -0400
-@@ -1124,7 +1124,7 @@ static int rx_pkt(struct atm_dev *dev)  
+diff -urNp linux-3.0.4/drivers/atm/iphase.c linux-3.0.4/drivers/atm/iphase.c
+--- linux-3.0.4/drivers/atm/iphase.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/atm/iphase.c   2011-08-23 21:47:55.000000000 -0400
+@@ -1120,7 +1120,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))  
        {  
@@ -26888,7 +23109,7 @@ diff -urNp linux-2.6.39/drivers/atm/iphase.c linux-2.6.39/drivers/atm/iphase.c
                IF_ERR(printk("IA: bad packet, dropping it");)  
                  if (status & RX_CER) { 
                      IF_ERR(printk(" cause: packet CRC error\n");)
-@@ -1147,7 +1147,7 @@ static int rx_pkt(struct atm_dev *dev)  
+@@ -1143,7 +1143,7 @@ static int rx_pkt(struct atm_dev *dev)  
        len = dma_addr - buf_addr;  
          if (len > iadev->rx_buf_sz) {
             printk("Over %d bytes sdu received, dropped!!!\n", iadev->rx_buf_sz);
@@ -26897,7 +23118,7 @@ diff -urNp linux-2.6.39/drivers/atm/iphase.c linux-2.6.39/drivers/atm/iphase.c
           goto out_free_desc;
          }
                  
-@@ -1297,7 +1297,7 @@ static void rx_dle_intr(struct atm_dev *
+@@ -1293,7 +1293,7 @@ static void rx_dle_intr(struct atm_dev *
            ia_vcc = INPH_IA_VCC(vcc);
            if (ia_vcc == NULL)
            {
@@ -26906,7 +23127,7 @@ diff -urNp linux-2.6.39/drivers/atm/iphase.c linux-2.6.39/drivers/atm/iphase.c
               dev_kfree_skb_any(skb);
               atm_return(vcc, atm_guess_pdu2truesize(len));
               goto INCR_DLE;
-@@ -1309,7 +1309,7 @@ static void rx_dle_intr(struct atm_dev *
+@@ -1305,7 +1305,7 @@ static void rx_dle_intr(struct atm_dev *
            if ((length > iadev->rx_buf_sz) || (length > 
                                (skb->len - sizeof(struct cpcs_trailer))))
            {
@@ -26915,7 +23136,7 @@ diff -urNp linux-2.6.39/drivers/atm/iphase.c linux-2.6.39/drivers/atm/iphase.c
               IF_ERR(printk("rx_dle_intr: Bad  AAL5 trailer %d (skb len %d)", 
                                                              length, skb->len);)
               dev_kfree_skb_any(skb);
-@@ -1325,7 +1325,7 @@ static void rx_dle_intr(struct atm_dev *
+@@ -1321,7 +1321,7 @@ static void rx_dle_intr(struct atm_dev *
  
          IF_RX(printk("rx_dle_intr: skb push");)  
          vcc->push(vcc,skb);  
@@ -26924,7 +23145,7 @@ diff -urNp linux-2.6.39/drivers/atm/iphase.c linux-2.6.39/drivers/atm/iphase.c
            iadev->rx_pkt_cnt++;
        }  
  INCR_DLE:
-@@ -2807,15 +2807,15 @@ static int ia_ioctl(struct atm_dev *dev,
+@@ -2801,15 +2801,15 @@ static int ia_ioctl(struct atm_dev *dev,
           {
               struct k_sonet_stats *stats;
               stats = &PRIV(_ia_dev[board])->sonet_stats;
@@ -26949,7 +23170,7 @@ diff -urNp linux-2.6.39/drivers/atm/iphase.c linux-2.6.39/drivers/atm/iphase.c
           }
              ia_cmds.status = 0;
              break;
-@@ -2920,7 +2920,7 @@ static int ia_pkt_tx (struct atm_vcc *vc
+@@ -2914,7 +2914,7 @@ static int ia_pkt_tx (struct atm_vcc *vc
        if ((desc == 0) || (desc > iadev->num_tx_desc))  
        {  
                IF_ERR(printk(DEV_LABEL "invalid desc for send: %d\n", desc);) 
@@ -26958,7 +23179,7 @@ diff -urNp linux-2.6.39/drivers/atm/iphase.c linux-2.6.39/drivers/atm/iphase.c
                if (vcc->pop)   
                    vcc->pop(vcc, skb);   
                else  
-@@ -3025,14 +3025,14 @@ static int ia_pkt_tx (struct atm_vcc *vc
+@@ -3019,14 +3019,14 @@ static int ia_pkt_tx (struct atm_vcc *vc
          ATM_DESC(skb) = vcc->vci;
          skb_queue_tail(&iadev->tx_dma_q, skb);
  
@@ -26975,9 +23196,9 @@ diff -urNp linux-2.6.39/drivers/atm/iphase.c linux-2.6.39/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.39/drivers/atm/lanai.c linux-2.6.39/drivers/atm/lanai.c
---- linux-2.6.39/drivers/atm/lanai.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/atm/lanai.c   2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/atm/lanai.c linux-3.0.4/drivers/atm/lanai.c
+--- linux-3.0.4/drivers/atm/lanai.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/atm/lanai.c    2011-08-23 21:47:55.000000000 -0400
 @@ -1303,7 +1303,7 @@ static void lanai_send_one_aal5(struct l
        vcc_tx_add_aal5_trailer(lvcc, skb->len, 0, 0);
        lanai_endtx(lanai, lvcc);
@@ -27032,9 +23253,9 @@ diff -urNp linux-2.6.39/drivers/atm/lanai.c linux-2.6.39/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.39/drivers/atm/nicstar.c linux-2.6.39/drivers/atm/nicstar.c
---- linux-2.6.39/drivers/atm/nicstar.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/atm/nicstar.c 2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/atm/nicstar.c linux-3.0.4/drivers/atm/nicstar.c
+--- linux-3.0.4/drivers/atm/nicstar.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/atm/nicstar.c  2011-08-23 21:47:55.000000000 -0400
 @@ -1654,7 +1654,7 @@ static int ns_send(struct atm_vcc *vcc, 
        if ((vc = (vc_map *) vcc->dev_data) == NULL) {
                printk("nicstar%d: vcc->dev_data == NULL on ns_send().\n",
@@ -27236,10 +23457,10 @@ diff -urNp linux-2.6.39/drivers/atm/nicstar.c linux-2.6.39/drivers/atm/nicstar.c
                        }
                }
  
-diff -urNp linux-2.6.39/drivers/atm/solos-pci.c linux-2.6.39/drivers/atm/solos-pci.c
---- linux-2.6.39/drivers/atm/solos-pci.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/atm/solos-pci.c       2011-05-22 19:36:31.000000000 -0400
-@@ -715,7 +715,7 @@ void solos_bh(unsigned long card_arg)
+diff -urNp linux-3.0.4/drivers/atm/solos-pci.c linux-3.0.4/drivers/atm/solos-pci.c
+--- linux-3.0.4/drivers/atm/solos-pci.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/atm/solos-pci.c        2011-08-23 21:48:14.000000000 -0400
+@@ -714,7 +714,7 @@ void solos_bh(unsigned long card_arg)
                                }
                                atm_charge(vcc, skb->truesize);
                                vcc->push(vcc, skb);
@@ -27248,7 +23469,7 @@ diff -urNp linux-2.6.39/drivers/atm/solos-pci.c linux-2.6.39/drivers/atm/solos-p
                                break;
  
                        case PKT_STATUS:
-@@ -900,6 +900,8 @@ static int print_buffer(struct sk_buff *
+@@ -899,6 +899,8 @@ static int print_buffer(struct sk_buff *
        char msg[500];
        char item[10];
  
@@ -27257,7 +23478,7 @@ diff -urNp linux-2.6.39/drivers/atm/solos-pci.c linux-2.6.39/drivers/atm/solos-p
        len = buf->len;
        for (i = 0; i < len; i++){
                if(i % 8 == 0)
-@@ -1009,7 +1011,7 @@ static uint32_t fpga_tx(struct solos_car
+@@ -1008,7 +1010,7 @@ static uint32_t fpga_tx(struct solos_car
                        vcc = SKB_CB(oldskb)->vcc;
  
                        if (vcc) {
@@ -27266,9 +23487,9 @@ diff -urNp linux-2.6.39/drivers/atm/solos-pci.c linux-2.6.39/drivers/atm/solos-p
                                solos_pop(vcc, oldskb);
                        } else
                                dev_kfree_skb_irq(oldskb);
-diff -urNp linux-2.6.39/drivers/atm/suni.c linux-2.6.39/drivers/atm/suni.c
---- linux-2.6.39/drivers/atm/suni.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/atm/suni.c    2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/atm/suni.c linux-3.0.4/drivers/atm/suni.c
+--- linux-3.0.4/drivers/atm/suni.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/atm/suni.c     2011-08-23 21:47:55.000000000 -0400
 @@ -50,8 +50,8 @@ static DEFINE_SPINLOCK(sunis_lock);
  
  
@@ -27280,9 +23501,9 @@ diff -urNp linux-2.6.39/drivers/atm/suni.c linux-2.6.39/drivers/atm/suni.c
  
  
  static void suni_hz(unsigned long from_timer)
-diff -urNp linux-2.6.39/drivers/atm/uPD98402.c linux-2.6.39/drivers/atm/uPD98402.c
---- linux-2.6.39/drivers/atm/uPD98402.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/atm/uPD98402.c        2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/atm/uPD98402.c linux-3.0.4/drivers/atm/uPD98402.c
+--- linux-3.0.4/drivers/atm/uPD98402.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/atm/uPD98402.c 2011-08-23 21:47:55.000000000 -0400
 @@ -42,7 +42,7 @@ static int fetch_stats(struct atm_dev *d
        struct sonet_stats tmp;
        int error = 0;
@@ -27327,9 +23548,9 @@ diff -urNp linux-2.6.39/drivers/atm/uPD98402.c linux-2.6.39/drivers/atm/uPD98402
        return 0;
  }
  
-diff -urNp linux-2.6.39/drivers/atm/zatm.c linux-2.6.39/drivers/atm/zatm.c
---- linux-2.6.39/drivers/atm/zatm.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/atm/zatm.c    2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/atm/zatm.c linux-3.0.4/drivers/atm/zatm.c
+--- linux-3.0.4/drivers/atm/zatm.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/atm/zatm.c     2011-08-23 21:47:55.000000000 -0400
 @@ -459,7 +459,7 @@ printk("dummy: 0x%08lx, 0x%08lx\n",dummy
                }
                if (!size) {
@@ -27357,36 +23578,9 @@ diff -urNp linux-2.6.39/drivers/atm/zatm.c linux-2.6.39/drivers/atm/zatm.c
        wake_up(&zatm_vcc->tx_wait);
  }
  
-diff -urNp linux-2.6.39/drivers/base/iommu.c linux-2.6.39/drivers/base/iommu.c
---- linux-2.6.39/drivers/base/iommu.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/base/iommu.c  2011-05-22 19:36:31.000000000 -0400
-@@ -23,9 +23,8 @@
- #include <linux/errno.h>
- #include <linux/iommu.h>
--static struct iommu_ops *iommu_ops;
--
--void register_iommu(struct iommu_ops *ops)
-+static const struct iommu_ops *iommu_ops;
-+void register_iommu(const struct iommu_ops *ops)
- {
-       if (iommu_ops)
-               BUG();
-diff -urNp linux-2.6.39/drivers/base/power/generic_ops.c linux-2.6.39/drivers/base/power/generic_ops.c
---- linux-2.6.39/drivers/base/power/generic_ops.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/base/power/generic_ops.c      2011-05-22 19:36:31.000000000 -0400
-@@ -215,7 +215,7 @@ int pm_generic_restore(struct device *de
- EXPORT_SYMBOL_GPL(pm_generic_restore);
- #endif /* CONFIG_PM_SLEEP */
--struct dev_pm_ops generic_subsys_pm_ops = {
-+const struct dev_pm_ops generic_subsys_pm_ops = {
- #ifdef CONFIG_PM_SLEEP
-       .suspend = pm_generic_suspend,
-       .resume = pm_generic_resume,
-diff -urNp linux-2.6.39/drivers/base/power/wakeup.c linux-2.6.39/drivers/base/power/wakeup.c
---- linux-2.6.39/drivers/base/power/wakeup.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/base/power/wakeup.c   2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/base/power/wakeup.c linux-3.0.4/drivers/base/power/wakeup.c
+--- linux-3.0.4/drivers/base/power/wakeup.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/base/power/wakeup.c    2011-08-23 21:47:55.000000000 -0400
 @@ -29,14 +29,14 @@ bool events_check_enabled;
   * They need to be modified together atomically, so it's better to use one
   * atomic variable to hold them both.
@@ -27404,7 +23598,7 @@ diff -urNp linux-2.6.39/drivers/base/power/wakeup.c linux-2.6.39/drivers/base/po
  
        *cnt = (comb >> IN_PROGRESS_BITS);
        *inpr = comb & MAX_IN_PROGRESS;
-@@ -351,7 +351,7 @@ static void wakeup_source_activate(struc
+@@ -350,7 +350,7 @@ static void wakeup_source_activate(struc
        ws->last_time = ktime_get();
  
        /* Increment the counter of events in progress. */
@@ -27413,7 +23607,7 @@ diff -urNp linux-2.6.39/drivers/base/power/wakeup.c linux-2.6.39/drivers/base/po
  }
  
  /**
-@@ -441,7 +441,7 @@ static void wakeup_source_deactivate(str
+@@ -440,7 +440,7 @@ static void wakeup_source_deactivate(str
         * Increment the counter of registered wakeup events and decrement the
         * couter of wakeup events in progress simultaneously.
         */
@@ -27422,19 +23616,10 @@ diff -urNp linux-2.6.39/drivers/base/power/wakeup.c linux-2.6.39/drivers/base/po
  }
  
  /**
-diff -urNp linux-2.6.39/drivers/block/cciss.c linux-2.6.39/drivers/block/cciss.c
---- linux-2.6.39/drivers/block/cciss.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/block/cciss.c 2011-05-22 19:41:32.000000000 -0400
-@@ -103,7 +103,7 @@ MODULE_DEVICE_TABLE(pci, cciss_pci_devic
-  *  product = Marketing Name for the board
-  *  access = Address of the struct of function pointers
-  */
--static struct board_type products[] = {
-+static const struct board_type products[] = {
-       {0x40700E11, "Smart Array 5300", &SA5_access},
-       {0x40800E11, "Smart Array 5i", &SA5B_access},
-       {0x40820E11, "Smart Array 532", &SA5B_access},
-@@ -1151,6 +1151,8 @@ static int cciss_ioctl32_passthru(struct
+diff -urNp linux-3.0.4/drivers/block/cciss.c linux-3.0.4/drivers/block/cciss.c
+--- linux-3.0.4/drivers/block/cciss.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/block/cciss.c  2011-08-23 21:48:14.000000000 -0400
+@@ -1179,6 +1179,8 @@ static int cciss_ioctl32_passthru(struct
        int err;
        u32 cp;
  
@@ -27443,57 +23628,171 @@ diff -urNp linux-2.6.39/drivers/block/cciss.c linux-2.6.39/drivers/block/cciss.c
        err = 0;
        err |=
            copy_from_user(&arg64.LUN_info, &arg32->LUN_info,
-diff -urNp linux-2.6.39/drivers/block/cciss.h linux-2.6.39/drivers/block/cciss.h
---- linux-2.6.39/drivers/block/cciss.h 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/block/cciss.h 2011-05-22 19:36:31.000000000 -0400
-@@ -393,7 +393,7 @@ static bool SA5_performant_intr_pending(
-       return register_value & SA5_OUTDB_STATUS_PERF_BIT;
- }
--static struct access_method SA5_access = {
-+static const struct access_method SA5_access = {
-       SA5_submit_command,
-       SA5_intr_mask,
-       SA5_fifo_full,
-@@ -401,7 +401,7 @@ static struct access_method SA5_access =
-       SA5_completed,
- };
+@@ -2986,7 +2988,7 @@ static void start_io(ctlr_info_t *h)
+       while (!list_empty(&h->reqQ)) {
+               c = list_entry(h->reqQ.next, CommandList_struct, list);
+               /* can't do anything if fifo is full */
+-              if ((h->access.fifo_full(h))) {
++              if ((h->access->fifo_full(h))) {
+                       dev_warn(&h->pdev->dev, "fifo full\n");
+                       break;
+               }
+@@ -2996,7 +2998,7 @@ static void start_io(ctlr_info_t *h)
+               h->Qdepth--;
  
--static struct access_method SA5B_access = {
-+static const struct access_method SA5B_access = {
-         SA5_submit_command,
-         SA5B_intr_mask,
-         SA5_fifo_full,
-@@ -409,7 +409,7 @@ static struct access_method SA5B_access 
-         SA5_completed,
- };
+               /* Tell the controller execute command */
+-              h->access.submit_command(h, c);
++              h->access->submit_command(h, c);
  
--static struct access_method SA5_performant_access = {
-+static const struct access_method SA5_performant_access = {
-       SA5_submit_command,
-       SA5_performant_intr_mask,
-       SA5_fifo_full,
-@@ -420,7 +420,7 @@ static struct access_method SA5_performa
- struct board_type {
-       __u32   board_id;
-       char    *product_name;
--      struct access_method *access;
-+      const struct access_method *access;
-       int nr_cmds; /* Max cmds this kind of ctlr can handle. */
- };
+               /* Put job onto the completed Q */
+               addQ(&h->cmpQ, c);
+@@ -3422,17 +3424,17 @@ startio:
  
-diff -urNp linux-2.6.39/drivers/block/cpqarray.c linux-2.6.39/drivers/block/cpqarray.c
---- linux-2.6.39/drivers/block/cpqarray.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/block/cpqarray.c      2011-05-22 19:36:31.000000000 -0400
-@@ -80,7 +80,7 @@ static int eisa[8];
-  *  product = Marketing Name for the board
-  *  access = Address of the struct of function pointers
-  */
--static struct board_type products[] = {
-+static const struct board_type products[] = {
-       { 0x0040110E, "IDA",                    &smart1_access },
-       { 0x0140110E, "IDA-2",                  &smart1_access },
-       { 0x1040110E, "IAES",                   &smart1_access },
+ static inline unsigned long get_next_completion(ctlr_info_t *h)
+ {
+-      return h->access.command_completed(h);
++      return h->access->command_completed(h);
+ }
+ static inline int interrupt_pending(ctlr_info_t *h)
+ {
+-      return h->access.intr_pending(h);
++      return h->access->intr_pending(h);
+ }
+ static inline long interrupt_not_for_us(ctlr_info_t *h)
+ {
+-      return ((h->access.intr_pending(h) == 0) ||
++      return ((h->access->intr_pending(h) == 0) ||
+               (h->interrupts_enabled == 0));
+ }
+@@ -3465,7 +3467,7 @@ static inline u32 next_command(ctlr_info
+       u32 a;
+       if (unlikely(!(h->transMethod & CFGTBL_Trans_Performant)))
+-              return h->access.command_completed(h);
++              return h->access->command_completed(h);
+       if ((*(h->reply_pool_head) & 1) == (h->reply_pool_wraparound)) {
+               a = *(h->reply_pool_head); /* Next cmd in ring buffer */
+@@ -4020,7 +4022,7 @@ static void __devinit cciss_put_controll
+               trans_support & CFGTBL_Trans_use_short_tags);
+       /* Change the access methods to the performant access methods */
+-      h->access = SA5_performant_access;
++      h->access = &SA5_performant_access;
+       h->transMethod = CFGTBL_Trans_Performant;
+       return;
+@@ -4292,7 +4294,7 @@ static int __devinit cciss_pci_init(ctlr
+       if (prod_index < 0)
+               return -ENODEV;
+       h->product_name = products[prod_index].product_name;
+-      h->access = *(products[prod_index].access);
++      h->access = products[prod_index].access;
+       if (cciss_board_disabled(h)) {
+               dev_warn(&h->pdev->dev, "controller appears to be disabled\n");
+@@ -5002,7 +5004,7 @@ reinit_after_soft_reset:
+       }
+       /* make sure the board interrupts are off */
+-      h->access.set_intr_mask(h, CCISS_INTR_OFF);
++      h->access->set_intr_mask(h, CCISS_INTR_OFF);
+       rc = cciss_request_irq(h, do_cciss_msix_intr, do_cciss_intx);
+       if (rc)
+               goto clean2;
+@@ -5054,7 +5056,7 @@ reinit_after_soft_reset:
+                * fake ones to scoop up any residual completions.
+                */
+               spin_lock_irqsave(&h->lock, flags);
+-              h->access.set_intr_mask(h, CCISS_INTR_OFF);
++              h->access->set_intr_mask(h, CCISS_INTR_OFF);
+               spin_unlock_irqrestore(&h->lock, flags);
+               free_irq(h->intr[PERF_MODE_INT], h);
+               rc = cciss_request_irq(h, cciss_msix_discard_completions,
+@@ -5074,9 +5076,9 @@ reinit_after_soft_reset:
+               dev_info(&h->pdev->dev, "Board READY.\n");
+               dev_info(&h->pdev->dev,
+                       "Waiting for stale completions to drain.\n");
+-              h->access.set_intr_mask(h, CCISS_INTR_ON);
++              h->access->set_intr_mask(h, CCISS_INTR_ON);
+               msleep(10000);
+-              h->access.set_intr_mask(h, CCISS_INTR_OFF);
++              h->access->set_intr_mask(h, CCISS_INTR_OFF);
+               rc = controller_reset_failed(h->cfgtable);
+               if (rc)
+@@ -5099,7 +5101,7 @@ reinit_after_soft_reset:
+       cciss_scsi_setup(h);
+       /* Turn the interrupts on so we can service requests */
+-      h->access.set_intr_mask(h, CCISS_INTR_ON);
++      h->access->set_intr_mask(h, CCISS_INTR_ON);
+       /* Get the firmware version */
+       inq_buff = kzalloc(sizeof(InquiryData_struct), GFP_KERNEL);
+@@ -5171,7 +5173,7 @@ static void cciss_shutdown(struct pci_de
+       kfree(flush_buf);
+       if (return_code != IO_OK)
+               dev_warn(&h->pdev->dev, "Error flushing cache\n");
+-      h->access.set_intr_mask(h, CCISS_INTR_OFF);
++      h->access->set_intr_mask(h, CCISS_INTR_OFF);
+       free_irq(h->intr[PERF_MODE_INT], h);
+ }
+diff -urNp linux-3.0.4/drivers/block/cciss.h linux-3.0.4/drivers/block/cciss.h
+--- linux-3.0.4/drivers/block/cciss.h  2011-09-02 18:11:21.000000000 -0400
++++ linux-3.0.4/drivers/block/cciss.h  2011-08-23 21:47:55.000000000 -0400
+@@ -100,7 +100,7 @@ struct ctlr_info
+       /* information about each logical volume */
+       drive_info_struct *drv[CISS_MAX_LUN];
+-      struct access_method access;
++      struct access_method *access;
+       /* queue and queue Info */ 
+       struct list_head reqQ;
+diff -urNp linux-3.0.4/drivers/block/cpqarray.c linux-3.0.4/drivers/block/cpqarray.c
+--- linux-3.0.4/drivers/block/cpqarray.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/block/cpqarray.c       2011-08-23 21:48:14.000000000 -0400
+@@ -404,7 +404,7 @@ static int __devinit cpqarray_register_c
+       if (register_blkdev(COMPAQ_SMART2_MAJOR+i, hba[i]->devname)) {
+               goto Enomem4;
+       }
+-      hba[i]->access.set_intr_mask(hba[i], 0);
++      hba[i]->access->set_intr_mask(hba[i], 0);
+       if (request_irq(hba[i]->intr, do_ida_intr,
+               IRQF_DISABLED|IRQF_SHARED, hba[i]->devname, hba[i]))
+       {
+@@ -459,7 +459,7 @@ static int __devinit cpqarray_register_c
+       add_timer(&hba[i]->timer);
+       /* Enable IRQ now that spinlock and rate limit timer are set up */
+-      hba[i]->access.set_intr_mask(hba[i], FIFO_NOT_EMPTY);
++      hba[i]->access->set_intr_mask(hba[i], FIFO_NOT_EMPTY);
+       for(j=0; j<NWD; j++) {
+               struct gendisk *disk = ida_gendisk[i][j];
+@@ -694,7 +694,7 @@ DBGINFO(
+       for(i=0; i<NR_PRODUCTS; i++) {
+               if (board_id == products[i].board_id) {
+                       c->product_name = products[i].product_name;
+-                      c->access = *(products[i].access);
++                      c->access = products[i].access;
+                       break;
+               }
+       }
+@@ -792,7 +792,7 @@ static int __devinit cpqarray_eisa_detec
+               hba[ctlr]->intr = intr;
+               sprintf(hba[ctlr]->devname, "ida%d", nr_ctlr);
+               hba[ctlr]->product_name = products[j].product_name;
+-              hba[ctlr]->access = *(products[j].access);
++              hba[ctlr]->access = products[j].access;
+               hba[ctlr]->ctlr = ctlr;
+               hba[ctlr]->board_id = board_id;
+               hba[ctlr]->pci_dev = NULL; /* not PCI */
 @@ -911,6 +911,8 @@ static void do_ida_request(struct reques
        struct scatterlist tmp_sg[SG_MAX];
        int i, dir, seg;
@@ -27503,21 +23802,101 @@ diff -urNp linux-2.6.39/drivers/block/cpqarray.c linux-2.6.39/drivers/block/cpqa
  queue_next:
        creq = blk_peek_request(q);
        if (!creq)
-diff -urNp linux-2.6.39/drivers/block/cpqarray.h linux-2.6.39/drivers/block/cpqarray.h
---- linux-2.6.39/drivers/block/cpqarray.h      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/block/cpqarray.h      2011-05-22 19:36:31.000000000 -0400
-@@ -69,7 +69,7 @@ struct access_method {
- struct board_type {
-       __u32   board_id;
-       char    *product_name;
--      struct access_method *access;
-+      const struct access_method *access;
- };
+@@ -980,7 +982,7 @@ static void start_io(ctlr_info_t *h)
+       while((c = h->reqQ) != NULL) {
+               /* Can't do anything if we're busy */
+-              if (h->access.fifo_full(h) == 0)
++              if (h->access->fifo_full(h) == 0)
+                       return;
  
- struct ctlr_info {
-diff -urNp linux-2.6.39/drivers/block/DAC960.c linux-2.6.39/drivers/block/DAC960.c
---- linux-2.6.39/drivers/block/DAC960.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/block/DAC960.c        2011-05-22 19:36:31.000000000 -0400
+               /* Get the first entry from the request Q */
+@@ -988,7 +990,7 @@ static void start_io(ctlr_info_t *h)
+               h->Qdepth--;
+       
+               /* Tell the controller to do our bidding */
+-              h->access.submit_command(h, c);
++              h->access->submit_command(h, c);
+               /* Get onto the completion Q */
+               addQ(&h->cmpQ, c);
+@@ -1050,7 +1052,7 @@ static irqreturn_t do_ida_intr(int irq, 
+       unsigned long flags;
+       __u32 a,a1;
+-      istat = h->access.intr_pending(h);
++      istat = h->access->intr_pending(h);
+       /* Is this interrupt for us? */
+       if (istat == 0)
+               return IRQ_NONE;
+@@ -1061,7 +1063,7 @@ static irqreturn_t do_ida_intr(int irq, 
+        */
+       spin_lock_irqsave(IDA_LOCK(h->ctlr), flags);
+       if (istat & FIFO_NOT_EMPTY) {
+-              while((a = h->access.command_completed(h))) {
++              while((a = h->access->command_completed(h))) {
+                       a1 = a; a &= ~3;
+                       if ((c = h->cmpQ) == NULL)
+                       {  
+@@ -1449,11 +1451,11 @@ static int sendcmd(
+       /*
+        * Disable interrupt
+        */
+-      info_p->access.set_intr_mask(info_p, 0);
++      info_p->access->set_intr_mask(info_p, 0);
+       /* Make sure there is room in the command FIFO */
+       /* Actually it should be completely empty at this time. */
+       for (i = 200000; i > 0; i--) {
+-              temp = info_p->access.fifo_full(info_p);
++              temp = info_p->access->fifo_full(info_p);
+               if (temp != 0) {
+                       break;
+               }
+@@ -1466,7 +1468,7 @@ DBG(
+       /*
+        * Send the cmd
+        */
+-      info_p->access.submit_command(info_p, c);
++      info_p->access->submit_command(info_p, c);
+       complete = pollcomplete(ctlr);
+       
+       pci_unmap_single(info_p->pci_dev, (dma_addr_t) c->req.sg[0].addr, 
+@@ -1549,9 +1551,9 @@ static int revalidate_allvol(ctlr_info_t
+        * we check the new geometry.  Then turn interrupts back on when
+        * we're done.
+        */
+-      host->access.set_intr_mask(host, 0);
++      host->access->set_intr_mask(host, 0);
+       getgeometry(ctlr);
+-      host->access.set_intr_mask(host, FIFO_NOT_EMPTY);
++      host->access->set_intr_mask(host, FIFO_NOT_EMPTY);
+       for(i=0; i<NWD; i++) {
+               struct gendisk *disk = ida_gendisk[ctlr][i];
+@@ -1591,7 +1593,7 @@ static int pollcomplete(int ctlr)
+       /* Wait (up to 2 seconds) for a command to complete */
+       for (i = 200000; i > 0; i--) {
+-              done = hba[ctlr]->access.command_completed(hba[ctlr]);
++              done = hba[ctlr]->access->command_completed(hba[ctlr]);
+               if (done == 0) {
+                       udelay(10);     /* a short fixed delay */
+               } else
+diff -urNp linux-3.0.4/drivers/block/cpqarray.h linux-3.0.4/drivers/block/cpqarray.h
+--- linux-3.0.4/drivers/block/cpqarray.h       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/block/cpqarray.h       2011-08-23 21:47:55.000000000 -0400
+@@ -99,7 +99,7 @@ struct ctlr_info {
+       drv_info_t      drv[NWD];
+       struct proc_dir_entry *proc;
+-      struct access_method access;
++      struct access_method *access;
+       cmdlist_t *reqQ;
+       cmdlist_t *cmpQ;
+diff -urNp linux-3.0.4/drivers/block/DAC960.c linux-3.0.4/drivers/block/DAC960.c
+--- linux-3.0.4/drivers/block/DAC960.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/block/DAC960.c 2011-08-23 21:48:14.000000000 -0400
 @@ -1980,6 +1980,8 @@ static bool DAC960_V1_ReadDeviceConfigur
    unsigned long flags;
    int Channel, TargetID;
@@ -27527,10 +23906,10 @@ diff -urNp linux-2.6.39/drivers/block/DAC960.c linux-2.6.39/drivers/block/DAC960
    if (!init_dma_loaf(Controller->PCIDevice, &local_dma, 
                DAC960_V1_MaxChannels*(sizeof(DAC960_V1_DCDB_T) +
                        sizeof(DAC960_SCSI_Inquiry_T) +
-diff -urNp linux-2.6.39/drivers/block/drbd/drbd_int.h linux-2.6.39/drivers/block/drbd/drbd_int.h
---- linux-2.6.39/drivers/block/drbd/drbd_int.h 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/block/drbd/drbd_int.h 2011-05-22 19:36:31.000000000 -0400
-@@ -736,7 +736,7 @@ struct drbd_request;
+diff -urNp linux-3.0.4/drivers/block/drbd/drbd_int.h linux-3.0.4/drivers/block/drbd/drbd_int.h
+--- linux-3.0.4/drivers/block/drbd/drbd_int.h  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/block/drbd/drbd_int.h  2011-08-23 21:47:55.000000000 -0400
+@@ -737,7 +737,7 @@ struct drbd_request;
  struct drbd_epoch {
        struct list_head list;
        unsigned int barrier_nr;
@@ -27539,7 +23918,7 @@ diff -urNp linux-2.6.39/drivers/block/drbd/drbd_int.h linux-2.6.39/drivers/block
        atomic_t active;     /* increased on every req. added, and dec on every finished. */
        unsigned long flags;
  };
-@@ -1108,7 +1108,7 @@ struct drbd_conf {
+@@ -1109,7 +1109,7 @@ struct drbd_conf {
        void *int_dig_in;
        void *int_dig_vv;
        wait_queue_head_t seq_wait;
@@ -27548,10 +23927,10 @@ diff -urNp linux-2.6.39/drivers/block/drbd/drbd_int.h linux-2.6.39/drivers/block
        unsigned int peer_seq;
        spinlock_t peer_seq_lock;
        unsigned int minor;
-diff -urNp linux-2.6.39/drivers/block/drbd/drbd_main.c linux-2.6.39/drivers/block/drbd/drbd_main.c
---- linux-2.6.39/drivers/block/drbd/drbd_main.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/block/drbd/drbd_main.c        2011-05-22 19:36:31.000000000 -0400
-@@ -2387,7 +2387,7 @@ static int _drbd_send_ack(struct drbd_co
+diff -urNp linux-3.0.4/drivers/block/drbd/drbd_main.c linux-3.0.4/drivers/block/drbd/drbd_main.c
+--- linux-3.0.4/drivers/block/drbd/drbd_main.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/block/drbd/drbd_main.c 2011-08-23 21:47:55.000000000 -0400
+@@ -2397,7 +2397,7 @@ static int _drbd_send_ack(struct drbd_co
        p.sector   = sector;
        p.block_id = block_id;
        p.blksize  = blksize;
@@ -27560,7 +23939,7 @@ diff -urNp linux-2.6.39/drivers/block/drbd/drbd_main.c linux-2.6.39/drivers/bloc
  
        if (!mdev->meta.socket || mdev->state.conn < C_CONNECTED)
                return false;
-@@ -2686,7 +2686,7 @@ int drbd_send_dblock(struct drbd_conf *m
+@@ -2696,7 +2696,7 @@ int drbd_send_dblock(struct drbd_conf *m
        p.sector   = cpu_to_be64(req->sector);
        p.block_id = (unsigned long)req;
        p.seq_num  = cpu_to_be32(req->seq_num =
@@ -27569,7 +23948,7 @@ diff -urNp linux-2.6.39/drivers/block/drbd/drbd_main.c linux-2.6.39/drivers/bloc
  
        dp_flags = bio_flags_to_wire(mdev, req->master_bio->bi_rw);
  
-@@ -2971,7 +2971,7 @@ void drbd_init_set_defaults(struct drbd_
+@@ -2981,7 +2981,7 @@ void drbd_init_set_defaults(struct drbd_
        atomic_set(&mdev->unacked_cnt, 0);
        atomic_set(&mdev->local_cnt, 0);
        atomic_set(&mdev->net_cnt, 0);
@@ -27578,7 +23957,7 @@ diff -urNp linux-2.6.39/drivers/block/drbd/drbd_main.c linux-2.6.39/drivers/bloc
        atomic_set(&mdev->pp_in_use, 0);
        atomic_set(&mdev->pp_in_use_by_net, 0);
        atomic_set(&mdev->rs_sect_in, 0);
-@@ -3051,8 +3051,8 @@ void drbd_mdev_cleanup(struct drbd_conf 
+@@ -3063,8 +3063,8 @@ void drbd_mdev_cleanup(struct drbd_conf 
                                mdev->receiver.t_state);
  
        /* no need to lock it, I'm the only thread alive */
@@ -27589,10 +23968,10 @@ diff -urNp linux-2.6.39/drivers/block/drbd/drbd_main.c linux-2.6.39/drivers/bloc
        mdev->al_writ_cnt  =
        mdev->bm_writ_cnt  =
        mdev->read_cnt     =
-diff -urNp linux-2.6.39/drivers/block/drbd/drbd_nl.c linux-2.6.39/drivers/block/drbd/drbd_nl.c
---- linux-2.6.39/drivers/block/drbd/drbd_nl.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/block/drbd/drbd_nl.c  2011-05-22 19:36:31.000000000 -0400
-@@ -2298,7 +2298,7 @@ static void drbd_connector_callback(stru
+diff -urNp linux-3.0.4/drivers/block/drbd/drbd_nl.c linux-3.0.4/drivers/block/drbd/drbd_nl.c
+--- linux-3.0.4/drivers/block/drbd/drbd_nl.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/block/drbd/drbd_nl.c   2011-08-23 21:47:55.000000000 -0400
+@@ -2359,7 +2359,7 @@ static void drbd_connector_callback(stru
        module_put(THIS_MODULE);
  }
  
@@ -27601,7 +23980,7 @@ diff -urNp linux-2.6.39/drivers/block/drbd/drbd_nl.c linux-2.6.39/drivers/block/
  
  static unsigned short *
  __tl_add_blob(unsigned short *tl, enum drbd_tags tag, const void *data,
-@@ -2369,7 +2369,7 @@ void drbd_bcast_state(struct drbd_conf *
+@@ -2430,7 +2430,7 @@ void drbd_bcast_state(struct drbd_conf *
        cn_reply->id.idx = CN_IDX_DRBD;
        cn_reply->id.val = CN_VAL_DRBD;
  
@@ -27610,7 +23989,7 @@ diff -urNp linux-2.6.39/drivers/block/drbd/drbd_nl.c linux-2.6.39/drivers/block/
        cn_reply->ack = 0; /* not used here. */
        cn_reply->len = sizeof(struct drbd_nl_cfg_reply) +
                (int)((char *)tl - (char *)reply->tag_list);
-@@ -2401,7 +2401,7 @@ void drbd_bcast_ev_helper(struct drbd_co
+@@ -2462,7 +2462,7 @@ void drbd_bcast_ev_helper(struct drbd_co
        cn_reply->id.idx = CN_IDX_DRBD;
        cn_reply->id.val = CN_VAL_DRBD;
  
@@ -27619,7 +23998,7 @@ diff -urNp linux-2.6.39/drivers/block/drbd/drbd_nl.c linux-2.6.39/drivers/block/
        cn_reply->ack = 0; /* not used here. */
        cn_reply->len = sizeof(struct drbd_nl_cfg_reply) +
                (int)((char *)tl - (char *)reply->tag_list);
-@@ -2479,7 +2479,7 @@ void drbd_bcast_ee(struct drbd_conf *mde
+@@ -2540,7 +2540,7 @@ void drbd_bcast_ee(struct drbd_conf *mde
        cn_reply->id.idx = CN_IDX_DRBD;
        cn_reply->id.val = CN_VAL_DRBD;
  
@@ -27628,7 +24007,7 @@ diff -urNp linux-2.6.39/drivers/block/drbd/drbd_nl.c linux-2.6.39/drivers/block/
        cn_reply->ack = 0; // not used here.
        cn_reply->len = sizeof(struct drbd_nl_cfg_reply) +
                (int)((char*)tl - (char*)reply->tag_list);
-@@ -2518,7 +2518,7 @@ void drbd_bcast_sync_progress(struct drb
+@@ -2579,7 +2579,7 @@ void drbd_bcast_sync_progress(struct drb
        cn_reply->id.idx = CN_IDX_DRBD;
        cn_reply->id.val = CN_VAL_DRBD;
  
@@ -27637,9 +24016,9 @@ diff -urNp linux-2.6.39/drivers/block/drbd/drbd_nl.c linux-2.6.39/drivers/block/
        cn_reply->ack = 0; /* not used here. */
        cn_reply->len = sizeof(struct drbd_nl_cfg_reply) +
                (int)((char *)tl - (char *)reply->tag_list);
-diff -urNp linux-2.6.39/drivers/block/drbd/drbd_receiver.c linux-2.6.39/drivers/block/drbd/drbd_receiver.c
---- linux-2.6.39/drivers/block/drbd/drbd_receiver.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/block/drbd/drbd_receiver.c    2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/block/drbd/drbd_receiver.c linux-3.0.4/drivers/block/drbd/drbd_receiver.c
+--- linux-3.0.4/drivers/block/drbd/drbd_receiver.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/block/drbd/drbd_receiver.c     2011-08-23 21:47:55.000000000 -0400
 @@ -894,7 +894,7 @@ retry:
        sock->sk->sk_sndtimeo = mdev->net_conf->timeout*HZ/10;
        sock->sk->sk_rcvtimeo = MAX_SCHEDULE_TIMEOUT;
@@ -27649,7 +24028,7 @@ diff -urNp linux-2.6.39/drivers/block/drbd/drbd_receiver.c linux-2.6.39/drivers/
        mdev->peer_seq = 0;
  
        drbd_thread_start(&mdev->asender);
-@@ -990,7 +990,7 @@ static enum finish_epoch drbd_may_finish
+@@ -985,7 +985,7 @@ static enum finish_epoch drbd_may_finish
        do {
                next_epoch = NULL;
  
@@ -27658,7 +24037,7 @@ diff -urNp linux-2.6.39/drivers/block/drbd/drbd_receiver.c linux-2.6.39/drivers/
  
                switch (ev & ~EV_CLEANUP) {
                case EV_PUT:
-@@ -1025,7 +1025,7 @@ static enum finish_epoch drbd_may_finish
+@@ -1020,7 +1020,7 @@ static enum finish_epoch drbd_may_finish
                                        rv = FE_DESTROYED;
                        } else {
                                epoch->flags = 0;
@@ -27667,7 +24046,7 @@ diff -urNp linux-2.6.39/drivers/block/drbd/drbd_receiver.c linux-2.6.39/drivers/
                                /* atomic_set(&epoch->active, 0); is already zero */
                                if (rv == FE_STILL_LIVE)
                                        rv = FE_RECYCLED;
-@@ -1196,14 +1196,14 @@ static int receive_Barrier(struct drbd_c
+@@ -1191,14 +1191,14 @@ static int receive_Barrier(struct drbd_c
                drbd_wait_ee_list_empty(mdev, &mdev->active_ee);
                drbd_flush(mdev);
  
@@ -27684,7 +24063,7 @@ diff -urNp linux-2.6.39/drivers/block/drbd/drbd_receiver.c linux-2.6.39/drivers/
  
                D_ASSERT(atomic_read(&epoch->active) == 0);
                D_ASSERT(epoch->flags == 0);
-@@ -1215,11 +1215,11 @@ static int receive_Barrier(struct drbd_c
+@@ -1210,11 +1210,11 @@ static int receive_Barrier(struct drbd_c
        }
  
        epoch->flags = 0;
@@ -27698,7 +24077,7 @@ diff -urNp linux-2.6.39/drivers/block/drbd/drbd_receiver.c linux-2.6.39/drivers/
                list_add(&epoch->list, &mdev->current_epoch->list);
                mdev->current_epoch = epoch;
                mdev->epochs++;
-@@ -1668,7 +1668,7 @@ static int receive_Data(struct drbd_conf
+@@ -1663,7 +1663,7 @@ static int receive_Data(struct drbd_conf
                spin_unlock(&mdev->peer_seq_lock);
  
                drbd_send_ack_dp(mdev, P_NEG_ACK, p, data_size);
@@ -27707,7 +24086,7 @@ diff -urNp linux-2.6.39/drivers/block/drbd/drbd_receiver.c linux-2.6.39/drivers/
                return drbd_drain_block(mdev, data_size);
        }
  
-@@ -1694,7 +1694,7 @@ static int receive_Data(struct drbd_conf
+@@ -1689,7 +1689,7 @@ static int receive_Data(struct drbd_conf
  
        spin_lock(&mdev->epoch_lock);
        e->epoch = mdev->current_epoch;
@@ -27716,7 +24095,7 @@ diff -urNp linux-2.6.39/drivers/block/drbd/drbd_receiver.c linux-2.6.39/drivers/
        atomic_inc(&e->epoch->active);
        spin_unlock(&mdev->epoch_lock);
  
-@@ -3905,7 +3905,7 @@ static void drbd_disconnect(struct drbd_
+@@ -3885,7 +3885,7 @@ static void drbd_disconnect(struct drbd_
        D_ASSERT(list_empty(&mdev->done_ee));
  
        /* ok, no more ee's on the fly, it is safe to reset the epoch_size */
@@ -27725,9 +24104,9 @@ diff -urNp linux-2.6.39/drivers/block/drbd/drbd_receiver.c linux-2.6.39/drivers/
        D_ASSERT(list_empty(&mdev->current_epoch->list));
  }
  
-diff -urNp linux-2.6.39/drivers/block/nbd.c linux-2.6.39/drivers/block/nbd.c
---- linux-2.6.39/drivers/block/nbd.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/block/nbd.c   2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/block/nbd.c linux-3.0.4/drivers/block/nbd.c
+--- linux-3.0.4/drivers/block/nbd.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/block/nbd.c    2011-08-23 21:48:14.000000000 -0400
 @@ -157,6 +157,8 @@ static int sock_xmit(struct nbd_device *
        struct kvec iov;
        sigset_t blocked, oldset;
@@ -27737,7 +24116,7 @@ diff -urNp linux-2.6.39/drivers/block/nbd.c linux-2.6.39/drivers/block/nbd.c
        if (unlikely(!sock)) {
                printk(KERN_ERR "%s: Attempted %s on closed socket in sock_xmit\n",
                       lo->disk->disk_name, (send ? "send" : "recv"));
-@@ -571,6 +573,8 @@ static void do_nbd_request(struct reques
+@@ -572,6 +574,8 @@ static void do_nbd_request(struct reques
  static int __nbd_ioctl(struct block_device *bdev, struct nbd_device *lo,
                       unsigned int cmd, unsigned long arg)
  {
@@ -27746,77 +24125,9 @@ diff -urNp linux-2.6.39/drivers/block/nbd.c linux-2.6.39/drivers/block/nbd.c
        switch (cmd) {
        case NBD_DISCONNECT: {
                struct request sreq;
-diff -urNp linux-2.6.39/drivers/block/smart1,2.h linux-2.6.39/drivers/block/smart1,2.h
---- linux-2.6.39/drivers/block/smart1,2.h      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/block/smart1,2.h      2011-05-22 19:36:31.000000000 -0400
-@@ -107,7 +107,7 @@ static unsigned long smart4_intr_pending
-       return 0 ;
- }
--static struct access_method smart4_access = {
-+static const struct access_method smart4_access = {
-       smart4_submit_command,
-       smart4_intr_mask,
-       smart4_fifo_full,
-@@ -143,7 +143,7 @@ static unsigned long smart2_intr_pending
-       return readl(h->vaddr + INTR_PENDING);
- }
--static struct access_method smart2_access = {
-+static const struct access_method smart2_access = {
-       smart2_submit_command,
-       smart2_intr_mask,
-       smart2_fifo_full,
-@@ -179,7 +179,7 @@ static unsigned long smart2e_intr_pendin
-       return inl(h->io_mem_addr + INTR_PENDING);
- }
--static struct access_method smart2e_access = {
-+static const struct access_method smart2e_access = {
-       smart2e_submit_command,
-       smart2e_intr_mask,
-       smart2e_fifo_full,
-@@ -269,7 +269,7 @@ static unsigned long smart1_intr_pending
-       return chan;
- }
--static struct access_method smart1_access = {
-+static const struct access_method smart1_access = {
-       smart1_submit_command,
-       smart1_intr_mask,
-       smart1_fifo_full,
-diff -urNp linux-2.6.39/drivers/block/xsysace.c linux-2.6.39/drivers/block/xsysace.c
---- linux-2.6.39/drivers/block/xsysace.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/block/xsysace.c       2011-05-22 19:36:31.000000000 -0400
-@@ -262,7 +262,7 @@ static void ace_dataout_8(struct ace_dev
-       ace->data_ptr = src;
- }
--static struct ace_reg_ops ace_reg_8_ops = {
-+static const struct ace_reg_ops ace_reg_8_ops = {
-       .in = ace_in_8,
-       .out = ace_out_8,
-       .datain = ace_datain_8,
-@@ -327,14 +327,14 @@ static void ace_dataout_le16(struct ace_
-       ace->data_ptr = src;
- }
--static struct ace_reg_ops ace_reg_be16_ops = {
-+static const struct ace_reg_ops ace_reg_be16_ops = {
-       .in = ace_in_be16,
-       .out = ace_out_be16,
-       .datain = ace_datain_be16,
-       .dataout = ace_dataout_be16,
- };
--static struct ace_reg_ops ace_reg_le16_ops = {
-+static const struct ace_reg_ops ace_reg_le16_ops = {
-       .in = ace_in_le16,
-       .out = ace_out_le16,
-       .datain = ace_datain_le16,
-diff -urNp linux-2.6.39/drivers/char/agp/frontend.c linux-2.6.39/drivers/char/agp/frontend.c
---- linux-2.6.39/drivers/char/agp/frontend.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/char/agp/frontend.c   2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/char/agp/frontend.c linux-3.0.4/drivers/char/agp/frontend.c
+--- linux-3.0.4/drivers/char/agp/frontend.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/char/agp/frontend.c    2011-08-23 21:47:55.000000000 -0400
 @@ -817,7 +817,7 @@ static int agpioc_reserve_wrap(struct ag
        if (copy_from_user(&reserve, arg, sizeof(struct agp_region)))
                return -EFAULT;
@@ -27826,9 +24137,9 @@ diff -urNp linux-2.6.39/drivers/char/agp/frontend.c linux-2.6.39/drivers/char/ag
                return -EFAULT;
  
        client = agp_find_client_by_pid(reserve.pid);
-diff -urNp linux-2.6.39/drivers/char/briq_panel.c linux-2.6.39/drivers/char/briq_panel.c
---- linux-2.6.39/drivers/char/briq_panel.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/char/briq_panel.c     2011-05-22 19:41:32.000000000 -0400
+diff -urNp linux-3.0.4/drivers/char/briq_panel.c linux-3.0.4/drivers/char/briq_panel.c
+--- linux-3.0.4/drivers/char/briq_panel.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/char/briq_panel.c      2011-08-23 21:48:14.000000000 -0400
 @@ -9,6 +9,7 @@
  #include <linux/types.h>
  #include <linux/errno.h>
@@ -27870,9 +24181,9 @@ diff -urNp linux-2.6.39/drivers/char/briq_panel.c linux-2.6.39/drivers/char/briq
  
        return len;
  }
-diff -urNp linux-2.6.39/drivers/char/genrtc.c linux-2.6.39/drivers/char/genrtc.c
---- linux-2.6.39/drivers/char/genrtc.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/char/genrtc.c 2011-05-22 19:41:32.000000000 -0400
+diff -urNp linux-3.0.4/drivers/char/genrtc.c linux-3.0.4/drivers/char/genrtc.c
+--- linux-3.0.4/drivers/char/genrtc.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/char/genrtc.c  2011-08-23 21:48:14.000000000 -0400
 @@ -273,6 +273,7 @@ static int gen_rtc_ioctl(struct file *fi
        switch (cmd) {
  
@@ -27881,10 +24192,10 @@ diff -urNp linux-2.6.39/drivers/char/genrtc.c linux-2.6.39/drivers/char/genrtc.c
            if (get_rtc_pll(&pll))
                    return -EINVAL;
            else
-diff -urNp linux-2.6.39/drivers/char/hpet.c linux-2.6.39/drivers/char/hpet.c
---- linux-2.6.39/drivers/char/hpet.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/char/hpet.c   2011-05-22 19:36:31.000000000 -0400
-@@ -553,7 +553,7 @@ static inline unsigned long hpet_time_di
+diff -urNp linux-3.0.4/drivers/char/hpet.c linux-3.0.4/drivers/char/hpet.c
+--- linux-3.0.4/drivers/char/hpet.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/char/hpet.c    2011-08-23 21:47:55.000000000 -0400
+@@ -572,7 +572,7 @@ static inline unsigned long hpet_time_di
  }
  
  static int
@@ -27893,32 +24204,10 @@ diff -urNp linux-2.6.39/drivers/char/hpet.c linux-2.6.39/drivers/char/hpet.c
                  struct hpet_info *info)
  {
        struct hpet_timer __iomem *timer;
-diff -urNp linux-2.6.39/drivers/char/ipmi/ipmi_devintf.c linux-2.6.39/drivers/char/ipmi/ipmi_devintf.c
---- linux-2.6.39/drivers/char/ipmi/ipmi_devintf.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/char/ipmi/ipmi_devintf.c      2011-05-22 19:36:31.000000000 -0400
-@@ -109,8 +109,7 @@ static int ipmi_fasync(int fd, struct fi
-       return (result);
- }
--static struct ipmi_user_hndl ipmi_hndlrs =
--{
-+static const struct ipmi_user_hndl ipmi_hndlrs = {
-       .ipmi_recv_hndl = file_receive_handler,
- };
-diff -urNp linux-2.6.39/drivers/char/ipmi/ipmi_msghandler.c linux-2.6.39/drivers/char/ipmi/ipmi_msghandler.c
---- linux-2.6.39/drivers/char/ipmi/ipmi_msghandler.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/char/ipmi/ipmi_msghandler.c   2011-05-22 19:36:31.000000000 -0400
-@@ -82,7 +82,7 @@ struct ipmi_user {
-       struct kref refcount;
-       /* The upper layer that handles receive messages. */
--      struct ipmi_user_hndl *handler;
-+      const struct ipmi_user_hndl *handler;
-       void             *handler_data;
-       /* The interface this user is bound to. */
-@@ -414,7 +414,7 @@ struct ipmi_smi {
+diff -urNp linux-3.0.4/drivers/char/ipmi/ipmi_msghandler.c linux-3.0.4/drivers/char/ipmi/ipmi_msghandler.c
+--- linux-3.0.4/drivers/char/ipmi/ipmi_msghandler.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/char/ipmi/ipmi_msghandler.c    2011-08-23 21:48:14.000000000 -0400
+@@ -415,7 +415,7 @@ struct ipmi_smi {
        struct proc_dir_entry *proc_dir;
        char                  proc_dir_name[10];
  
@@ -27927,7 +24216,7 @@ diff -urNp linux-2.6.39/drivers/char/ipmi/ipmi_msghandler.c linux-2.6.39/drivers
  
        /*
         * run_to_completion duplicate of smb_info, smi_info
-@@ -447,9 +447,9 @@ static DEFINE_MUTEX(smi_watchers_mutex);
+@@ -448,9 +448,9 @@ static DEFINE_MUTEX(smi_watchers_mutex);
  
  
  #define ipmi_inc_stat(intf, stat) \
@@ -27939,16 +24228,7 @@ diff -urNp linux-2.6.39/drivers/char/ipmi/ipmi_msghandler.c linux-2.6.39/drivers
  
  static int is_lan_addr(struct ipmi_addr *addr)
  {
-@@ -875,7 +875,7 @@ static int intf_err_seq(ipmi_smi_t   int
- int ipmi_create_user(unsigned int          if_num,
--                   struct ipmi_user_hndl *handler,
-+                   const struct ipmi_user_hndl *handler,
-                    void                  *handler_data,
-                    ipmi_user_t           *user)
- {
-@@ -2844,7 +2844,7 @@ int ipmi_register_smi(struct ipmi_smi_ha
+@@ -2868,7 +2868,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++)
@@ -27957,7 +24237,7 @@ diff -urNp linux-2.6.39/drivers/char/ipmi/ipmi_msghandler.c linux-2.6.39/drivers
  
        intf->proc_dir = NULL;
  
-@@ -4196,6 +4196,8 @@ static void send_panic_events(char *str)
+@@ -4220,6 +4220,8 @@ static void send_panic_events(char *str)
        struct ipmi_smi_msg               smi_msg;
        struct ipmi_recv_msg              recv_msg;
  
@@ -27966,22 +24246,10 @@ diff -urNp linux-2.6.39/drivers/char/ipmi/ipmi_msghandler.c linux-2.6.39/drivers
        si = (struct ipmi_system_interface_addr *) &addr;
        si->addr_type = IPMI_SYSTEM_INTERFACE_ADDR_TYPE;
        si->channel = IPMI_BMC_CHANNEL;
-diff -urNp linux-2.6.39/drivers/char/ipmi/ipmi_poweroff.c linux-2.6.39/drivers/char/ipmi/ipmi_poweroff.c
---- linux-2.6.39/drivers/char/ipmi/ipmi_poweroff.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/char/ipmi/ipmi_poweroff.c     2011-05-22 19:36:31.000000000 -0400
-@@ -133,7 +133,7 @@ static void receive_handler(struct ipmi_
-               complete(comp);
- }
--static struct ipmi_user_hndl ipmi_poweroff_handler = {
-+static const struct ipmi_user_hndl ipmi_poweroff_handler = {
-       .ipmi_recv_hndl = receive_handler
- };
-diff -urNp linux-2.6.39/drivers/char/ipmi/ipmi_si_intf.c linux-2.6.39/drivers/char/ipmi/ipmi_si_intf.c
---- linux-2.6.39/drivers/char/ipmi/ipmi_si_intf.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/char/ipmi/ipmi_si_intf.c      2011-05-22 19:36:31.000000000 -0400
-@@ -276,7 +276,7 @@ struct smi_info {
+diff -urNp linux-3.0.4/drivers/char/ipmi/ipmi_si_intf.c linux-3.0.4/drivers/char/ipmi/ipmi_si_intf.c
+--- linux-3.0.4/drivers/char/ipmi/ipmi_si_intf.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/char/ipmi/ipmi_si_intf.c       2011-08-23 21:47:55.000000000 -0400
+@@ -277,7 +277,7 @@ struct smi_info {
        unsigned char slave_addr;
  
        /* Counters and things for the proc filesystem. */
@@ -27990,7 +24258,7 @@ diff -urNp linux-2.6.39/drivers/char/ipmi/ipmi_si_intf.c linux-2.6.39/drivers/ch
  
        struct task_struct *thread;
  
-@@ -285,9 +285,9 @@ struct smi_info {
+@@ -286,9 +286,9 @@ struct smi_info {
  };
  
  #define smi_inc_stat(smi, stat) \
@@ -28002,7 +24270,7 @@ diff -urNp linux-2.6.39/drivers/char/ipmi/ipmi_si_intf.c linux-2.6.39/drivers/ch
  
  #define SI_MAX_PARMS 4
  
-@@ -3198,7 +3198,7 @@ static int try_smi_init(struct smi_info 
+@@ -3230,7 +3230,7 @@ static int try_smi_init(struct smi_info 
        atomic_set(&new_smi->req_events, 0);
        new_smi->run_to_completion = 0;
        for (i = 0; i < SI_NUM_STATS; i++)
@@ -28011,47 +24279,9 @@ diff -urNp linux-2.6.39/drivers/char/ipmi/ipmi_si_intf.c linux-2.6.39/drivers/ch
  
        new_smi->interrupt_disabled = 1;
        atomic_set(&new_smi->stop_operation, 0);
-diff -urNp linux-2.6.39/drivers/char/ipmi/ipmi_watchdog.c linux-2.6.39/drivers/char/ipmi/ipmi_watchdog.c
---- linux-2.6.39/drivers/char/ipmi/ipmi_watchdog.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/char/ipmi/ipmi_watchdog.c     2011-05-22 19:36:31.000000000 -0400
-@@ -216,7 +216,7 @@ static int set_param_timeout(const char 
-       return rv;
- }
--static struct kernel_param_ops param_ops_timeout = {
-+static const struct kernel_param_ops param_ops_timeout = {
-       .set = set_param_timeout,
-       .get = param_get_int,
- };
-@@ -278,14 +278,14 @@ static int set_param_wdog_ifnum(const ch
-       return 0;
- }
--static struct kernel_param_ops param_ops_wdog_ifnum = {
-+static const struct kernel_param_ops param_ops_wdog_ifnum = {
-       .set = set_param_wdog_ifnum,
-       .get = param_get_int,
- };
- #define param_check_wdog_ifnum param_check_int
--static struct kernel_param_ops param_ops_str = {
-+static const struct kernel_param_ops param_ops_str = {
-       .set = set_param_str,
-       .get = get_param_str,
- };
-@@ -953,7 +953,7 @@ static void ipmi_wdog_pretimeout_handler
-       pretimeout_since_last_heartbeat = 1;
- }
--static struct ipmi_user_hndl ipmi_hndlrs = {
-+static const struct ipmi_user_hndl ipmi_hndlrs = {
-       .ipmi_recv_hndl           = ipmi_wdog_msg_handler,
-       .ipmi_watchdog_pretimeout = ipmi_wdog_pretimeout_handler
- };
-diff -urNp linux-2.6.39/drivers/char/Kconfig linux-2.6.39/drivers/char/Kconfig
---- linux-2.6.39/drivers/char/Kconfig  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/char/Kconfig  2011-05-22 19:41:37.000000000 -0400
+diff -urNp linux-3.0.4/drivers/char/Kconfig linux-3.0.4/drivers/char/Kconfig
+--- linux-3.0.4/drivers/char/Kconfig   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/char/Kconfig   2011-08-23 21:48:14.000000000 -0400
 @@ -8,7 +8,8 @@ source "drivers/tty/Kconfig"
  
  config DEVKMEM
@@ -28070,9 +24300,9 @@ diff -urNp linux-2.6.39/drivers/char/Kconfig linux-2.6.39/drivers/char/Kconfig
        default y
  
  source "drivers/s390/char/Kconfig"
-diff -urNp linux-2.6.39/drivers/char/mem.c linux-2.6.39/drivers/char/mem.c
---- linux-2.6.39/drivers/char/mem.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/char/mem.c    2011-05-22 19:41:37.000000000 -0400
+diff -urNp linux-3.0.4/drivers/char/mem.c linux-3.0.4/drivers/char/mem.c
+--- linux-3.0.4/drivers/char/mem.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/char/mem.c     2011-08-23 21:48:14.000000000 -0400
 @@ -18,6 +18,7 @@
  #include <linux/raw.h>
  #include <linux/tty.h>
@@ -28195,7 +24425,7 @@ diff -urNp linux-2.6.39/drivers/char/mem.c linux-2.6.39/drivers/char/mem.c
                                return -EFAULT;
                        buf += sz;
                        p += sz;
-@@ -854,6 +901,9 @@ static const struct memdev {
+@@ -866,6 +913,9 @@ static const struct memdev {
  #ifdef CONFIG_CRASH_DUMP
        [12] = { "oldmem", 0, &oldmem_fops, NULL },
  #endif
@@ -28205,30 +24435,9 @@ diff -urNp linux-2.6.39/drivers/char/mem.c linux-2.6.39/drivers/char/mem.c
  };
  
  static int memory_open(struct inode *inode, struct file *filp)
-diff -urNp linux-2.6.39/drivers/char/mmtimer.c linux-2.6.39/drivers/char/mmtimer.c
---- linux-2.6.39/drivers/char/mmtimer.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/char/mmtimer.c        2011-05-22 19:36:31.000000000 -0400
-@@ -53,7 +53,7 @@ MODULE_LICENSE("GPL");
- #define RTC_BITS 55 /* 55 bits for this implementation */
--static struct k_clock sgi_clock;
-+static const struct k_clock sgi_clock;
- extern unsigned long sn_rtc_cycles_per_second;
-@@ -772,7 +772,7 @@ static int sgi_clock_getres(const clocki
-       return 0;
- }
--static struct k_clock sgi_clock = {
-+static const struct k_clock sgi_clock = {
-       .clock_set      = sgi_clock_set,
-       .clock_get      = sgi_clock_get,
-       .clock_getres   = sgi_clock_getres,
-diff -urNp linux-2.6.39/drivers/char/nvram.c linux-2.6.39/drivers/char/nvram.c
---- linux-2.6.39/drivers/char/nvram.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/char/nvram.c  2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/char/nvram.c linux-3.0.4/drivers/char/nvram.c
+--- linux-3.0.4/drivers/char/nvram.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/char/nvram.c   2011-08-23 21:47:55.000000000 -0400
 @@ -246,7 +246,7 @@ static ssize_t nvram_read(struct file *f
  
        spin_unlock_irq(&rtc_lock);
@@ -28238,9 +24447,9 @@ diff -urNp linux-2.6.39/drivers/char/nvram.c linux-2.6.39/drivers/char/nvram.c
                return -EFAULT;
  
        *ppos = i;
-diff -urNp linux-2.6.39/drivers/char/random.c linux-2.6.39/drivers/char/random.c
---- linux-2.6.39/drivers/char/random.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/char/random.c 2011-05-22 19:41:37.000000000 -0400
+diff -urNp linux-3.0.4/drivers/char/random.c linux-3.0.4/drivers/char/random.c
+--- linux-3.0.4/drivers/char/random.c  2011-09-02 18:11:21.000000000 -0400
++++ linux-3.0.4/drivers/char/random.c  2011-08-23 21:48:14.000000000 -0400
 @@ -261,8 +261,13 @@
  /*
   * Configuration information
@@ -28291,9 +24500,9 @@ diff -urNp linux-2.6.39/drivers/char/random.c linux-2.6.39/drivers/char/random.c
  static int max_write_thresh = INPUT_POOL_WORDS * 32;
  static char sysctl_bootid[16];
  
-diff -urNp linux-2.6.39/drivers/char/sonypi.c linux-2.6.39/drivers/char/sonypi.c
---- linux-2.6.39/drivers/char/sonypi.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/char/sonypi.c 2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/char/sonypi.c linux-3.0.4/drivers/char/sonypi.c
+--- linux-3.0.4/drivers/char/sonypi.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/char/sonypi.c  2011-08-23 21:47:55.000000000 -0400
 @@ -55,6 +55,7 @@
  #include <asm/uaccess.h>
  #include <asm/io.h>
@@ -28332,9 +24541,9 @@ diff -urNp linux-2.6.39/drivers/char/sonypi.c linux-2.6.39/drivers/char/sonypi.c
        mutex_unlock(&sonypi_device.lock);
  
        return 0;
-diff -urNp linux-2.6.39/drivers/char/tpm/tpm_bios.c linux-2.6.39/drivers/char/tpm/tpm_bios.c
---- linux-2.6.39/drivers/char/tpm/tpm_bios.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/char/tpm/tpm_bios.c   2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/char/tpm/tpm_bios.c linux-3.0.4/drivers/char/tpm/tpm_bios.c
+--- linux-3.0.4/drivers/char/tpm/tpm_bios.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/char/tpm/tpm_bios.c    2011-08-23 21:47:55.000000000 -0400
 @@ -173,7 +173,7 @@ static void *tpm_bios_measurements_start
        event = addr;
  
@@ -28375,9 +24584,9 @@ diff -urNp linux-2.6.39/drivers/char/tpm/tpm_bios.c linux-2.6.39/drivers/char/tp
  
        memcpy(log->bios_event_log, virt, len);
  
-diff -urNp linux-2.6.39/drivers/char/tpm/tpm.c linux-2.6.39/drivers/char/tpm/tpm.c
---- linux-2.6.39/drivers/char/tpm/tpm.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/char/tpm/tpm.c        2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/char/tpm/tpm.c linux-3.0.4/drivers/char/tpm/tpm.c
+--- linux-3.0.4/drivers/char/tpm/tpm.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/char/tpm/tpm.c 2011-08-23 21:48:14.000000000 -0400
 @@ -411,7 +411,7 @@ static ssize_t tpm_transmit(struct tpm_c
                    chip->vendor.req_complete_val)
                        goto out_recv;
@@ -28396,41 +24605,9 @@ diff -urNp linux-2.6.39/drivers/char/tpm/tpm.c linux-2.6.39/drivers/char/tpm/tpm
        tpm_cmd.header.in = tpm_readpubek_header;
        err = transmit_cmd(chip, &tpm_cmd, READ_PUBEK_RESULT_SIZE,
                        "attempting to read the PUBEK");
-diff -urNp linux-2.6.39/drivers/char/ttyprintk.c linux-2.6.39/drivers/char/ttyprintk.c
---- linux-2.6.39/drivers/char/ttyprintk.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/char/ttyprintk.c      2011-05-22 19:36:31.000000000 -0400
-@@ -170,7 +170,7 @@ static const struct tty_operations ttypr
-       .ioctl = tpk_ioctl,
- };
--struct tty_port_operations null_ops = { };
-+const struct tty_port_operations null_ops = { };
- static struct tty_driver *ttyprintk_driver;
-diff -urNp linux-2.6.39/drivers/char/xilinx_hwicap/xilinx_hwicap.c linux-2.6.39/drivers/char/xilinx_hwicap/xilinx_hwicap.c
---- linux-2.6.39/drivers/char/xilinx_hwicap/xilinx_hwicap.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/char/xilinx_hwicap/xilinx_hwicap.c    2011-05-22 19:36:31.000000000 -0400
-@@ -678,14 +678,14 @@ static int __devinit hwicap_setup(struct
-       return retval;
- }
--static struct hwicap_driver_config buffer_icap_config = {
-+static const struct hwicap_driver_config buffer_icap_config = {
-       .get_configuration = buffer_icap_get_configuration,
-       .set_configuration = buffer_icap_set_configuration,
-       .get_status = buffer_icap_get_status,
-       .reset = buffer_icap_reset,
- };
--static struct hwicap_driver_config fifo_icap_config = {
-+static const struct hwicap_driver_config fifo_icap_config = {
-       .get_configuration = fifo_icap_get_configuration,
-       .set_configuration = fifo_icap_set_configuration,
-       .get_status = fifo_icap_get_status,
-diff -urNp linux-2.6.39/drivers/crypto/hifn_795x.c linux-2.6.39/drivers/crypto/hifn_795x.c
---- linux-2.6.39/drivers/crypto/hifn_795x.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/crypto/hifn_795x.c    2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/crypto/hifn_795x.c linux-3.0.4/drivers/crypto/hifn_795x.c
+--- linux-3.0.4/drivers/crypto/hifn_795x.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/crypto/hifn_795x.c     2011-08-23 21:48:14.000000000 -0400
 @@ -1655,6 +1655,8 @@ static int hifn_test(struct hifn_device 
                0xCA, 0x34, 0x2B, 0x2E};
        struct scatterlist sg;
@@ -28440,9 +24617,9 @@ diff -urNp linux-2.6.39/drivers/crypto/hifn_795x.c linux-2.6.39/drivers/crypto/h
        memset(src, 0, sizeof(src));
        memset(ctx.key, 0, sizeof(ctx.key));
  
-diff -urNp linux-2.6.39/drivers/crypto/padlock-aes.c linux-2.6.39/drivers/crypto/padlock-aes.c
---- linux-2.6.39/drivers/crypto/padlock-aes.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/crypto/padlock-aes.c  2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/crypto/padlock-aes.c linux-3.0.4/drivers/crypto/padlock-aes.c
+--- linux-3.0.4/drivers/crypto/padlock-aes.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/crypto/padlock-aes.c   2011-08-23 21:48:14.000000000 -0400
 @@ -109,6 +109,8 @@ static int aes_set_key(struct crypto_tfm
        struct crypto_aes_ctx gen_aes;
        int cpu;
@@ -28452,84 +24629,9 @@ diff -urNp linux-2.6.39/drivers/crypto/padlock-aes.c linux-2.6.39/drivers/crypto
        if (key_len % 8) {
                *flags |= CRYPTO_TFM_RES_BAD_KEY_LEN;
                return -EINVAL;
-diff -urNp linux-2.6.39/drivers/dca/dca-core.c linux-2.6.39/drivers/dca/dca-core.c
---- linux-2.6.39/drivers/dca/dca-core.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/dca/dca-core.c        2011-05-22 19:36:31.000000000 -0400
-@@ -325,7 +325,7 @@ EXPORT_SYMBOL_GPL(dca_get_tag);
-  * @ops - pointer to struct of dca operation function pointers
-  * @priv_size - size of extra mem to be added for provider's needs
-  */
--struct dca_provider *alloc_dca_provider(struct dca_ops *ops, int priv_size)
-+struct dca_provider *alloc_dca_provider(const struct dca_ops *ops, int priv_size)
- {
-       struct dca_provider *dca;
-       int alloc_size;
-diff -urNp linux-2.6.39/drivers/dma/ioat/dca.c linux-2.6.39/drivers/dma/ioat/dca.c
---- linux-2.6.39/drivers/dma/ioat/dca.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/dma/ioat/dca.c        2011-05-22 19:36:31.000000000 -0400
-@@ -234,7 +234,7 @@ static int ioat_dca_dev_managed(struct d
-       return 0;
- }
--static struct dca_ops ioat_dca_ops = {
-+static const struct dca_ops ioat_dca_ops = {
-       .add_requester          = ioat_dca_add_requester,
-       .remove_requester       = ioat_dca_remove_requester,
-       .get_tag                = ioat_dca_get_tag,
-@@ -384,7 +384,7 @@ static u8 ioat2_dca_get_tag(struct dca_p
-       return tag;
- }
--static struct dca_ops ioat2_dca_ops = {
-+static const struct dca_ops ioat2_dca_ops = {
-       .add_requester          = ioat2_dca_add_requester,
-       .remove_requester       = ioat2_dca_remove_requester,
-       .get_tag                = ioat2_dca_get_tag,
-@@ -579,7 +579,7 @@ static u8 ioat3_dca_get_tag(struct dca_p
-       return tag;
- }
--static struct dca_ops ioat3_dca_ops = {
-+static const struct dca_ops ioat3_dca_ops = {
-       .add_requester          = ioat3_dca_add_requester,
-       .remove_requester       = ioat3_dca_remove_requester,
-       .get_tag                = ioat3_dca_get_tag,
-diff -urNp linux-2.6.39/drivers/edac/amd64_edac.h linux-2.6.39/drivers/edac/amd64_edac.h
---- linux-2.6.39/drivers/edac/amd64_edac.h     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/edac/amd64_edac.h     2011-05-22 19:36:31.000000000 -0400
-@@ -333,7 +333,7 @@ struct chip_select {
- };
- struct amd64_pvt {
--      struct low_ops *ops;
-+      const struct low_ops *ops;
-       /* pci_device handles which we utilize */
-       struct pci_dev *F1, *F2, *F3;
-@@ -443,7 +443,7 @@ struct low_ops {
- struct amd64_family_type {
-       const char *ctl_name;
-       u16 f1_id, f3_id;
--      struct low_ops ops;
-+      const struct low_ops ops;
- };
- int __amd64_write_pci_cfg_dword(struct pci_dev *pdev, int offset,
-diff -urNp linux-2.6.39/drivers/edac/edac_mc_sysfs.c linux-2.6.39/drivers/edac/edac_mc_sysfs.c
---- linux-2.6.39/drivers/edac/edac_mc_sysfs.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/edac/edac_mc_sysfs.c  2011-05-22 19:36:31.000000000 -0400
-@@ -760,7 +760,7 @@ static void edac_inst_grp_release(struct
- }
- /* Intermediate show/store table */
--static struct sysfs_ops inst_grp_ops = {
-+static const struct sysfs_ops inst_grp_ops = {
-       .show = inst_grp_show,
-       .store = inst_grp_store
- };
-diff -urNp linux-2.6.39/drivers/edac/edac_pci_sysfs.c linux-2.6.39/drivers/edac/edac_pci_sysfs.c
---- linux-2.6.39/drivers/edac/edac_pci_sysfs.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/edac/edac_pci_sysfs.c 2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/edac/edac_pci_sysfs.c linux-3.0.4/drivers/edac/edac_pci_sysfs.c
+--- linux-3.0.4/drivers/edac/edac_pci_sysfs.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/edac/edac_pci_sysfs.c  2011-08-23 21:47:55.000000000 -0400
 @@ -26,8 +26,8 @@ static int edac_pci_log_pe = 1;              /* log 
  static int edac_pci_log_npe = 1;      /* log PCI non-parity error errors */
  static int edac_pci_poll_msec = 1000; /* one second workq period */
@@ -28613,10 +24715,34 @@ diff -urNp linux-2.6.39/drivers/edac/edac_pci_sysfs.c linux-2.6.39/drivers/edac/
                        panic("EDAC: PCI Parity Error");
        }
  }
-diff -urNp linux-2.6.39/drivers/firewire/core-cdev.c linux-2.6.39/drivers/firewire/core-cdev.c
---- linux-2.6.39/drivers/firewire/core-cdev.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/firewire/core-cdev.c  2011-05-22 19:36:31.000000000 -0400
-@@ -1312,8 +1312,7 @@ static int init_iso_resource(struct clie
+diff -urNp linux-3.0.4/drivers/edac/mce_amd.h linux-3.0.4/drivers/edac/mce_amd.h
+--- linux-3.0.4/drivers/edac/mce_amd.h 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/edac/mce_amd.h 2011-08-23 21:47:55.000000000 -0400
+@@ -83,7 +83,7 @@ struct amd_decoder_ops {
+       bool (*dc_mce)(u16, u8);
+       bool (*ic_mce)(u16, u8);
+       bool (*nb_mce)(u16, u8);
+-};
++} __no_const;
+ void amd_report_gart_errors(bool);
+ void amd_register_ecc_decoder(void (*f)(int, struct mce *, u32));
+diff -urNp linux-3.0.4/drivers/firewire/core-card.c linux-3.0.4/drivers/firewire/core-card.c
+--- linux-3.0.4/drivers/firewire/core-card.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/firewire/core-card.c   2011-08-23 21:47:55.000000000 -0400
+@@ -657,7 +657,7 @@ void fw_card_release(struct kref *kref)
+ void fw_core_remove_card(struct fw_card *card)
+ {
+-      struct fw_card_driver dummy_driver = dummy_driver_template;
++      fw_card_driver_no_const dummy_driver = dummy_driver_template;
+       card->driver->update_phy_reg(card, 4,
+                                    PHY_LINK_ACTIVE | PHY_CONTENDER, 0);
+diff -urNp linux-3.0.4/drivers/firewire/core-cdev.c linux-3.0.4/drivers/firewire/core-cdev.c
+--- linux-3.0.4/drivers/firewire/core-cdev.c   2011-09-02 18:11:21.000000000 -0400
++++ linux-3.0.4/drivers/firewire/core-cdev.c   2011-08-23 21:47:55.000000000 -0400
+@@ -1313,8 +1313,7 @@ static int init_iso_resource(struct clie
        int ret;
  
        if ((request->channels == 0 && request->bandwidth == 0) ||
@@ -28626,18 +24752,29 @@ diff -urNp linux-2.6.39/drivers/firewire/core-cdev.c linux-2.6.39/drivers/firewi
                return -EINVAL;
  
        r  = kmalloc(sizeof(*r), GFP_KERNEL);
-diff -urNp linux-2.6.39/drivers/firewire/core-transaction.c linux-2.6.39/drivers/firewire/core-transaction.c
---- linux-2.6.39/drivers/firewire/core-transaction.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/firewire/core-transaction.c   2011-05-22 19:36:31.000000000 -0400
-@@ -36,6 +36,7 @@
- #include <linux/string.h>
+diff -urNp linux-3.0.4/drivers/firewire/core.h linux-3.0.4/drivers/firewire/core.h
+--- linux-3.0.4/drivers/firewire/core.h        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/firewire/core.h        2011-08-23 21:47:55.000000000 -0400
+@@ -101,6 +101,7 @@ struct fw_card_driver {
+       int (*stop_iso)(struct fw_iso_context *ctx);
+ };
++typedef struct fw_card_driver __no_const fw_card_driver_no_const;
+ void fw_card_initialize(struct fw_card *card,
+               const struct fw_card_driver *driver, struct device *device);
+diff -urNp linux-3.0.4/drivers/firewire/core-transaction.c linux-3.0.4/drivers/firewire/core-transaction.c
+--- linux-3.0.4/drivers/firewire/core-transaction.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/firewire/core-transaction.c    2011-08-23 21:48:14.000000000 -0400
+@@ -37,6 +37,7 @@
  #include <linux/timer.h>
  #include <linux/types.h>
+ #include <linux/workqueue.h>
 +#include <linux/sched.h>
  
  #include <asm/byteorder.h>
  
-@@ -420,6 +421,8 @@ int fw_run_transaction(struct fw_card *c
+@@ -422,6 +423,8 @@ int fw_run_transaction(struct fw_card *c
        struct transaction_callback_data d;
        struct fw_transaction t;
  
@@ -28646,9 +24783,9 @@ diff -urNp linux-2.6.39/drivers/firewire/core-transaction.c linux-2.6.39/drivers
        init_timer_on_stack(&t.split_timeout_timer);
        init_completion(&d.done);
        d.payload = payload;
-diff -urNp linux-2.6.39/drivers/firmware/dmi_scan.c linux-2.6.39/drivers/firmware/dmi_scan.c
---- linux-2.6.39/drivers/firmware/dmi_scan.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/firmware/dmi_scan.c   2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/firmware/dmi_scan.c linux-3.0.4/drivers/firmware/dmi_scan.c
+--- linux-3.0.4/drivers/firmware/dmi_scan.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/firmware/dmi_scan.c    2011-08-23 21:47:55.000000000 -0400
 @@ -449,11 +449,6 @@ void __init dmi_scan_machine(void)
                }
        }
@@ -28661,9 +24798,9 @@ diff -urNp linux-2.6.39/drivers/firmware/dmi_scan.c linux-2.6.39/drivers/firmwar
                p = dmi_ioremap(0xF0000, 0x10000);
                if (p == NULL)
                        goto error;
-diff -urNp linux-2.6.39/drivers/gpio/vr41xx_giu.c linux-2.6.39/drivers/gpio/vr41xx_giu.c
---- linux-2.6.39/drivers/gpio/vr41xx_giu.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/gpio/vr41xx_giu.c     2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/gpio/vr41xx_giu.c linux-3.0.4/drivers/gpio/vr41xx_giu.c
+--- linux-3.0.4/drivers/gpio/vr41xx_giu.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/gpio/vr41xx_giu.c      2011-08-23 21:47:55.000000000 -0400
 @@ -204,7 +204,7 @@ static int giu_get_irq(unsigned int irq)
        printk(KERN_ERR "spurious GIU interrupt: %04x(%04x),%04x(%04x)\n",
               maskl, pendl, maskh, pendh);
@@ -28673,9 +24810,9 @@ diff -urNp linux-2.6.39/drivers/gpio/vr41xx_giu.c linux-2.6.39/drivers/gpio/vr41
  
        return -EINVAL;
  }
-diff -urNp linux-2.6.39/drivers/gpu/drm/drm_crtc_helper.c linux-2.6.39/drivers/gpu/drm/drm_crtc_helper.c
---- linux-2.6.39/drivers/gpu/drm/drm_crtc_helper.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/gpu/drm/drm_crtc_helper.c     2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/gpu/drm/drm_crtc_helper.c linux-3.0.4/drivers/gpu/drm/drm_crtc_helper.c
+--- linux-3.0.4/drivers/gpu/drm/drm_crtc_helper.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/gpu/drm/drm_crtc_helper.c      2011-08-23 21:48:14.000000000 -0400
 @@ -276,7 +276,7 @@ static bool drm_encoder_crtc_ok(struct d
        struct drm_crtc *tmp;
        int crtc_mask = 1;
@@ -28694,9 +24831,9 @@ diff -urNp linux-2.6.39/drivers/gpu/drm/drm_crtc_helper.c linux-2.6.39/drivers/g
        crtc->enabled = drm_helper_crtc_in_use(crtc);
        if (!crtc->enabled)
                return true;
-diff -urNp linux-2.6.39/drivers/gpu/drm/drm_drv.c linux-2.6.39/drivers/gpu/drm/drm_drv.c
---- linux-2.6.39/drivers/gpu/drm/drm_drv.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/gpu/drm/drm_drv.c     2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/gpu/drm/drm_drv.c linux-3.0.4/drivers/gpu/drm/drm_drv.c
+--- linux-3.0.4/drivers/gpu/drm/drm_drv.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/gpu/drm/drm_drv.c      2011-08-23 21:47:55.000000000 -0400
 @@ -386,7 +386,7 @@ long drm_ioctl(struct file *filp,
  
        dev = file_priv->minor->dev;
@@ -28706,9 +24843,9 @@ diff -urNp linux-2.6.39/drivers/gpu/drm/drm_drv.c linux-2.6.39/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.39/drivers/gpu/drm/drm_fops.c linux-2.6.39/drivers/gpu/drm/drm_fops.c
---- linux-2.6.39/drivers/gpu/drm/drm_fops.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/gpu/drm/drm_fops.c    2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/gpu/drm/drm_fops.c linux-3.0.4/drivers/gpu/drm/drm_fops.c
+--- linux-3.0.4/drivers/gpu/drm/drm_fops.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/gpu/drm/drm_fops.c     2011-08-23 21:47:55.000000000 -0400
 @@ -70,7 +70,7 @@ static int drm_setup(struct drm_device *
        }
  
@@ -28758,9 +24895,9 @@ diff -urNp linux-2.6.39/drivers/gpu/drm/drm_fops.c linux-2.6.39/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.39/drivers/gpu/drm/drm_global.c linux-2.6.39/drivers/gpu/drm/drm_global.c
---- linux-2.6.39/drivers/gpu/drm/drm_global.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/gpu/drm/drm_global.c  2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/gpu/drm/drm_global.c linux-3.0.4/drivers/gpu/drm/drm_global.c
+--- linux-3.0.4/drivers/gpu/drm/drm_global.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/gpu/drm/drm_global.c   2011-08-23 21:47:55.000000000 -0400
 @@ -36,7 +36,7 @@
  struct drm_global_item {
        struct mutex mutex;
@@ -28818,9 +24955,9 @@ diff -urNp linux-2.6.39/drivers/gpu/drm/drm_global.c linux-2.6.39/drivers/gpu/dr
                ref->release(ref);
                item->object = NULL;
        }
-diff -urNp linux-2.6.39/drivers/gpu/drm/drm_info.c linux-2.6.39/drivers/gpu/drm/drm_info.c
---- linux-2.6.39/drivers/gpu/drm/drm_info.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/gpu/drm/drm_info.c    2011-05-22 19:41:37.000000000 -0400
+diff -urNp linux-3.0.4/drivers/gpu/drm/drm_info.c linux-3.0.4/drivers/gpu/drm/drm_info.c
+--- linux-3.0.4/drivers/gpu/drm/drm_info.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/gpu/drm/drm_info.c     2011-08-23 21:48:14.000000000 -0400
 @@ -75,10 +75,14 @@ int drm_vm_info(struct seq_file *m, void
        struct drm_local_map *map;
        struct drm_map_list *r_list;
@@ -28861,9 +24998,9 @@ diff -urNp linux-2.6.39/drivers/gpu/drm/drm_info.c linux-2.6.39/drivers/gpu/drm/
  
  #if defined(__i386__)
                pgprot = pgprot_val(vma->vm_page_prot);
-diff -urNp linux-2.6.39/drivers/gpu/drm/drm_ioctl.c linux-2.6.39/drivers/gpu/drm/drm_ioctl.c
---- linux-2.6.39/drivers/gpu/drm/drm_ioctl.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/gpu/drm/drm_ioctl.c   2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/gpu/drm/drm_ioctl.c linux-3.0.4/drivers/gpu/drm/drm_ioctl.c
+--- linux-3.0.4/drivers/gpu/drm/drm_ioctl.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/gpu/drm/drm_ioctl.c    2011-08-23 21:47:55.000000000 -0400
 @@ -256,7 +256,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);
@@ -28873,9 +25010,9 @@ diff -urNp linux-2.6.39/drivers/gpu/drm/drm_ioctl.c linux-2.6.39/drivers/gpu/drm
                stats->data[i].type = dev->types[i];
        }
  
-diff -urNp linux-2.6.39/drivers/gpu/drm/drm_lock.c linux-2.6.39/drivers/gpu/drm/drm_lock.c
---- linux-2.6.39/drivers/gpu/drm/drm_lock.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/gpu/drm/drm_lock.c    2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/gpu/drm/drm_lock.c linux-3.0.4/drivers/gpu/drm/drm_lock.c
+--- linux-3.0.4/drivers/gpu/drm/drm_lock.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/gpu/drm/drm_lock.c     2011-08-23 21:47:55.000000000 -0400
 @@ -89,7 +89,7 @@ int drm_lock(struct drm_device *dev, voi
                if (drm_lock_take(&master->lock, lock->context)) {
                        master->lock.file_priv = file_priv;
@@ -28894,9 +25031,9 @@ diff -urNp linux-2.6.39/drivers/gpu/drm/drm_lock.c linux-2.6.39/drivers/gpu/drm/
  
        if (drm_lock_free(&master->lock, lock->context)) {
                /* FIXME: Should really bail out here. */
-diff -urNp linux-2.6.39/drivers/gpu/drm/i810/i810_dma.c linux-2.6.39/drivers/gpu/drm/i810/i810_dma.c
---- linux-2.6.39/drivers/gpu/drm/i810/i810_dma.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/gpu/drm/i810/i810_dma.c       2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/gpu/drm/i810/i810_dma.c linux-3.0.4/drivers/gpu/drm/i810/i810_dma.c
+--- linux-3.0.4/drivers/gpu/drm/i810/i810_dma.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/gpu/drm/i810/i810_dma.c        2011-08-23 21:47:55.000000000 -0400
 @@ -950,8 +950,8 @@ static int i810_dma_vertex(struct drm_de
                                 dma->buflist[vertex->idx],
                                 vertex->discard, vertex->used);
@@ -28919,9 +25056,9 @@ diff -urNp linux-2.6.39/drivers/gpu/drm/i810/i810_dma.c linux-2.6.39/drivers/gpu
        sarea_priv->last_enqueue = dev_priv->counter - 1;
        sarea_priv->last_dispatch = (int)hw_status[5];
  
-diff -urNp linux-2.6.39/drivers/gpu/drm/i810/i810_drv.h linux-2.6.39/drivers/gpu/drm/i810/i810_drv.h
---- linux-2.6.39/drivers/gpu/drm/i810/i810_drv.h       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/gpu/drm/i810/i810_drv.h       2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/gpu/drm/i810/i810_drv.h linux-3.0.4/drivers/gpu/drm/i810/i810_drv.h
+--- linux-3.0.4/drivers/gpu/drm/i810/i810_drv.h        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/gpu/drm/i810/i810_drv.h        2011-08-23 21:47:55.000000000 -0400
 @@ -108,8 +108,8 @@ typedef struct drm_i810_private {
        int page_flipping;
  
@@ -28933,105 +25070,10 @@ diff -urNp linux-2.6.39/drivers/gpu/drm/i810/i810_drv.h linux-2.6.39/drivers/gpu
  
        int front_offset;
  } drm_i810_private_t;
-diff -urNp linux-2.6.39/drivers/gpu/drm/i915/dvo_ch7017.c linux-2.6.39/drivers/gpu/drm/i915/dvo_ch7017.c
---- linux-2.6.39/drivers/gpu/drm/i915/dvo_ch7017.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/gpu/drm/i915/dvo_ch7017.c     2011-05-22 19:36:31.000000000 -0400
-@@ -390,7 +390,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.39/drivers/gpu/drm/i915/dvo_ch7xxx.c linux-2.6.39/drivers/gpu/drm/i915/dvo_ch7xxx.c
---- linux-2.6.39/drivers/gpu/drm/i915/dvo_ch7xxx.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/gpu/drm/i915/dvo_ch7xxx.c     2011-05-22 19:36:31.000000000 -0400
-@@ -320,7 +320,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.39/drivers/gpu/drm/i915/dvo.h linux-2.6.39/drivers/gpu/drm/i915/dvo.h
---- linux-2.6.39/drivers/gpu/drm/i915/dvo.h    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/gpu/drm/i915/dvo.h    2011-05-22 19:36:31.000000000 -0400
-@@ -122,23 +122,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.39/drivers/gpu/drm/i915/dvo_ivch.c linux-2.6.39/drivers/gpu/drm/i915/dvo_ivch.c
---- linux-2.6.39/drivers/gpu/drm/i915/dvo_ivch.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/gpu/drm/i915/dvo_ivch.c       2011-05-22 19:36:31.000000000 -0400
-@@ -410,7 +410,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,
-       .mode_valid = ivch_mode_valid,
-diff -urNp linux-2.6.39/drivers/gpu/drm/i915/dvo_sil164.c linux-2.6.39/drivers/gpu/drm/i915/dvo_sil164.c
---- linux-2.6.39/drivers/gpu/drm/i915/dvo_sil164.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/gpu/drm/i915/dvo_sil164.c     2011-05-22 19:36:31.000000000 -0400
-@@ -252,7 +252,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.39/drivers/gpu/drm/i915/dvo_tfp410.c linux-2.6.39/drivers/gpu/drm/i915/dvo_tfp410.c
---- linux-2.6.39/drivers/gpu/drm/i915/dvo_tfp410.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/gpu/drm/i915/dvo_tfp410.c     2011-05-22 19:36:31.000000000 -0400
-@@ -293,7 +293,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.39/drivers/gpu/drm/i915/i915_debugfs.c linux-2.6.39/drivers/gpu/drm/i915/i915_debugfs.c
---- linux-2.6.39/drivers/gpu/drm/i915/i915_debugfs.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/gpu/drm/i915/i915_debugfs.c   2011-05-22 19:36:31.000000000 -0400
-@@ -496,7 +496,7 @@ static int i915_interrupt_info(struct se
+diff -urNp linux-3.0.4/drivers/gpu/drm/i915/i915_debugfs.c linux-3.0.4/drivers/gpu/drm/i915/i915_debugfs.c
+--- linux-3.0.4/drivers/gpu/drm/i915/i915_debugfs.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/gpu/drm/i915/i915_debugfs.c    2011-08-23 21:47:55.000000000 -0400
+@@ -497,7 +497,7 @@ static int i915_interrupt_info(struct se
                           I915_READ(GTIMR));
        }
        seq_printf(m, "Interrupts received: %d\n",
@@ -29040,10 +25082,10 @@ diff -urNp linux-2.6.39/drivers/gpu/drm/i915/i915_debugfs.c linux-2.6.39/drivers
        for (i = 0; i < I915_NUM_RINGS; i++) {
                if (IS_GEN6(dev)) {
                        seq_printf(m, "Graphics Interrupt mask (%s):    %08x\n",
-diff -urNp linux-2.6.39/drivers/gpu/drm/i915/i915_dma.c linux-2.6.39/drivers/gpu/drm/i915/i915_dma.c
---- linux-2.6.39/drivers/gpu/drm/i915/i915_dma.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/gpu/drm/i915/i915_dma.c       2011-05-22 19:36:31.000000000 -0400
-@@ -1171,7 +1171,7 @@ static bool i915_switcheroo_can_switch(s
+diff -urNp linux-3.0.4/drivers/gpu/drm/i915/i915_dma.c linux-3.0.4/drivers/gpu/drm/i915/i915_dma.c
+--- linux-3.0.4/drivers/gpu/drm/i915/i915_dma.c        2011-09-02 18:11:21.000000000 -0400
++++ linux-3.0.4/drivers/gpu/drm/i915/i915_dma.c        2011-08-23 21:47:55.000000000 -0400
+@@ -1169,7 +1169,7 @@ static bool i915_switcheroo_can_switch(s
        bool can_switch;
  
        spin_lock(&dev->count_lock);
@@ -29052,22 +25094,19 @@ diff -urNp linux-2.6.39/drivers/gpu/drm/i915/i915_dma.c linux-2.6.39/drivers/gpu
        spin_unlock(&dev->count_lock);
        return can_switch;
  }
-diff -urNp linux-2.6.39/drivers/gpu/drm/i915/i915_drv.c linux-2.6.39/drivers/gpu/drm/i915/i915_drv.c
---- linux-2.6.39/drivers/gpu/drm/i915/i915_drv.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/gpu/drm/i915/i915_drv.c       2011-05-22 19:36:31.000000000 -0400
-@@ -679,7 +679,7 @@ static const struct dev_pm_ops i915_pm_o
-      .restore = i915_pm_resume,
- };
--static struct vm_operations_struct i915_gem_vm_ops = {
-+static const struct vm_operations_struct i915_gem_vm_ops = {
-       .fault = i915_gem_fault,
-       .open = drm_gem_vm_open,
-       .close = drm_gem_vm_close,
-diff -urNp linux-2.6.39/drivers/gpu/drm/i915/i915_drv.h linux-2.6.39/drivers/gpu/drm/i915/i915_drv.h
---- linux-2.6.39/drivers/gpu/drm/i915/i915_drv.h       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/gpu/drm/i915/i915_drv.h       2011-05-22 19:36:31.000000000 -0400
-@@ -287,7 +287,7 @@ typedef struct drm_i915_private {
+diff -urNp linux-3.0.4/drivers/gpu/drm/i915/i915_drv.h linux-3.0.4/drivers/gpu/drm/i915/i915_drv.h
+--- linux-3.0.4/drivers/gpu/drm/i915/i915_drv.h        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/gpu/drm/i915/i915_drv.h        2011-08-23 21:47:55.000000000 -0400
+@@ -219,7 +219,7 @@ struct drm_i915_display_funcs {
+       /* render clock increase/decrease */
+       /* display clock increase/decrease */
+       /* pll clock increase/decrease */
+-};
++} __no_const;
+ struct intel_device_info {
+       u8 gen;
+@@ -300,7 +300,7 @@ typedef struct drm_i915_private {
        int current_page;
        int page_flipping;
  
@@ -29076,7 +25115,7 @@ diff -urNp linux-2.6.39/drivers/gpu/drm/i915/i915_drv.h linux-2.6.39/drivers/gpu
  
        /* protects the irq masks */
        spinlock_t irq_lock;
-@@ -848,7 +848,7 @@ struct drm_i915_gem_object {
+@@ -874,7 +874,7 @@ struct drm_i915_gem_object {
         * will be page flipped away on the next vblank.  When it
         * reaches 0, dev_priv->pending_flip_queue will be woken up.
         */
@@ -29085,7 +25124,7 @@ diff -urNp linux-2.6.39/drivers/gpu/drm/i915/i915_drv.h linux-2.6.39/drivers/gpu
  };
  
  #define to_intel_bo(x) container_of(x, struct drm_i915_gem_object, base)
-@@ -1232,7 +1232,7 @@ extern int intel_setup_gmbus(struct drm_
+@@ -1247,7 +1247,7 @@ extern int intel_setup_gmbus(struct drm_
  extern void intel_teardown_gmbus(struct drm_device *dev);
  extern void intel_gmbus_set_speed(struct i2c_adapter *adapter, int speed);
  extern void intel_gmbus_force_bit(struct i2c_adapter *adapter, bool force_bit);
@@ -29094,11 +25133,11 @@ diff -urNp linux-2.6.39/drivers/gpu/drm/i915/i915_drv.h linux-2.6.39/drivers/gpu
  {
        return container_of(adapter, struct intel_gmbus, adapter)->force_bit;
  }
-diff -urNp linux-2.6.39/drivers/gpu/drm/i915/i915_gem_execbuffer.c linux-2.6.39/drivers/gpu/drm/i915/i915_gem_execbuffer.c
---- linux-2.6.39/drivers/gpu/drm/i915/i915_gem_execbuffer.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/gpu/drm/i915/i915_gem_execbuffer.c    2011-05-22 19:36:31.000000000 -0400
-@@ -192,7 +192,7 @@ i915_gem_object_set_to_gpu_domain(struct
-               i915_gem_release_mmap(obj);
+diff -urNp linux-3.0.4/drivers/gpu/drm/i915/i915_gem_execbuffer.c linux-3.0.4/drivers/gpu/drm/i915/i915_gem_execbuffer.c
+--- linux-3.0.4/drivers/gpu/drm/i915/i915_gem_execbuffer.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/gpu/drm/i915/i915_gem_execbuffer.c     2011-08-23 21:47:55.000000000 -0400
+@@ -188,7 +188,7 @@ i915_gem_object_set_to_gpu_domain(struct
+               i915_gem_clflush_object(obj);
  
        if (obj->base.pending_write_domain)
 -              cd->flips |= atomic_read(&obj->pending_flip);
@@ -29106,19 +25145,46 @@ diff -urNp linux-2.6.39/drivers/gpu/drm/i915/i915_gem_execbuffer.c linux-2.6.39/
  
        /* The actual obj->write_domain will be updated with
         * pending_write_domain after we emit the accumulated flush for all
-diff -urNp linux-2.6.39/drivers/gpu/drm/i915/i915_irq.c linux-2.6.39/drivers/gpu/drm/i915/i915_irq.c
---- linux-2.6.39/drivers/gpu/drm/i915/i915_irq.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/gpu/drm/i915/i915_irq.c       2011-05-22 19:36:31.000000000 -0400
-@@ -1101,7 +1101,7 @@ irqreturn_t i915_driver_irq_handler(DRM_
+diff -urNp linux-3.0.4/drivers/gpu/drm/i915/i915_irq.c linux-3.0.4/drivers/gpu/drm/i915/i915_irq.c
+--- linux-3.0.4/drivers/gpu/drm/i915/i915_irq.c        2011-09-02 18:11:21.000000000 -0400
++++ linux-3.0.4/drivers/gpu/drm/i915/i915_irq.c        2011-08-23 21:47:55.000000000 -0400
+@@ -473,7 +473,7 @@ static irqreturn_t ivybridge_irq_handler
+       u32 de_iir, gt_iir, de_ier, pch_iir, pm_iir;
+       struct drm_i915_master_private *master_priv;
+-      atomic_inc(&dev_priv->irq_received);
++      atomic_inc_unchecked(&dev_priv->irq_received);
+       /* disable master interrupt before clearing iir  */
+       de_ier = I915_READ(DEIER);
+@@ -563,7 +563,7 @@ static irqreturn_t ironlake_irq_handler(
+       struct drm_i915_master_private *master_priv;
+       u32 bsd_usr_interrupt = GT_BSD_USER_INTERRUPT;
+-      atomic_inc(&dev_priv->irq_received);
++      atomic_inc_unchecked(&dev_priv->irq_received);
+       if (IS_GEN6(dev))
+               bsd_usr_interrupt = GT_GEN6_BSD_USER_INTERRUPT;
+@@ -1226,7 +1226,7 @@ static irqreturn_t i915_driver_irq_handl
        int ret = IRQ_NONE, pipe;
        bool blc_event = false;
  
 -      atomic_inc(&dev_priv->irq_received);
 +      atomic_inc_unchecked(&dev_priv->irq_received);
  
-       if (HAS_PCH_SPLIT(dev))
-               return ironlake_irq_handler(dev);
-@@ -1655,7 +1655,7 @@ void i915_driver_irq_preinstall(struct d
+       iir = I915_READ(IIR);
+@@ -1735,7 +1735,7 @@ static void ironlake_irq_preinstall(stru
+ {
+       drm_i915_private_t *dev_priv = (drm_i915_private_t *) dev->dev_private;
+-      atomic_set(&dev_priv->irq_received, 0);
++      atomic_set_unchecked(&dev_priv->irq_received, 0);
+       INIT_WORK(&dev_priv->hotplug_work, i915_hotplug_work_func);
+       INIT_WORK(&dev_priv->error_work, i915_error_work_func);
+@@ -1899,7 +1899,7 @@ static void i915_driver_irq_preinstall(s
        drm_i915_private_t *dev_priv = (drm_i915_private_t *) dev->dev_private;
        int pipe;
  
@@ -29127,10 +25193,10 @@ diff -urNp linux-2.6.39/drivers/gpu/drm/i915/i915_irq.c linux-2.6.39/drivers/gpu
  
        INIT_WORK(&dev_priv->hotplug_work, i915_hotplug_work_func);
        INIT_WORK(&dev_priv->error_work, i915_error_work_func);
-diff -urNp linux-2.6.39/drivers/gpu/drm/i915/intel_display.c linux-2.6.39/drivers/gpu/drm/i915/intel_display.c
---- linux-2.6.39/drivers/gpu/drm/i915/intel_display.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/gpu/drm/i915/intel_display.c  2011-05-22 19:36:31.000000000 -0400
-@@ -2244,7 +2244,7 @@ intel_pipe_set_base(struct drm_crtc *crt
+diff -urNp linux-3.0.4/drivers/gpu/drm/i915/intel_display.c linux-3.0.4/drivers/gpu/drm/i915/intel_display.c
+--- linux-3.0.4/drivers/gpu/drm/i915/intel_display.c   2011-09-02 18:11:21.000000000 -0400
++++ linux-3.0.4/drivers/gpu/drm/i915/intel_display.c   2011-08-23 21:47:55.000000000 -0400
+@@ -1961,7 +1961,7 @@ intel_pipe_set_base(struct drm_crtc *crt
  
                wait_event(dev_priv->pending_flip_queue,
                           atomic_read(&dev_priv->mm.wedged) ||
@@ -29139,7 +25205,7 @@ diff -urNp linux-2.6.39/drivers/gpu/drm/i915/intel_display.c linux-2.6.39/driver
  
                /* Big Hammer, we also need to ensure that any pending
                 * MI_WAIT_FOR_EVENT inside a user batch buffer on the
-@@ -2712,7 +2712,7 @@ static void intel_crtc_wait_for_pending_
+@@ -2548,7 +2548,7 @@ static void intel_crtc_wait_for_pending_
        obj = to_intel_framebuffer(crtc->fb)->obj;
        dev_priv = crtc->dev->dev_private;
        wait_event(dev_priv->pending_flip_queue,
@@ -29148,7 +25214,7 @@ diff -urNp linux-2.6.39/drivers/gpu/drm/i915/intel_display.c linux-2.6.39/driver
  }
  
  static bool intel_crtc_driving_pch(struct drm_crtc *crtc)
-@@ -6016,7 +6016,7 @@ static void do_intel_finish_page_flip(st
+@@ -6225,7 +6225,7 @@ static void do_intel_finish_page_flip(st
  
        atomic_clear_mask(1 << intel_crtc->plane,
                          &obj->pending_flip.counter);
@@ -29157,18 +25223,27 @@ diff -urNp linux-2.6.39/drivers/gpu/drm/i915/intel_display.c linux-2.6.39/driver
                wake_up(&dev_priv->pending_flip_queue);
  
        schedule_work(&work->work);
-@@ -6145,7 +6145,7 @@ static int intel_crtc_page_flip(struct d
+@@ -6514,7 +6514,7 @@ static int intel_crtc_page_flip(struct d
        /* Block clients from rendering to the new back buffer until
         * the flip occurs and the object is no longer visible.
         */
 -      atomic_add(1 << intel_crtc->plane, &work->old_fb_obj->pending_flip);
 +      atomic_add_unchecked(1 << intel_crtc->plane, &work->old_fb_obj->pending_flip);
  
-       switch (INTEL_INFO(dev)->gen) {
-       case 2:
-diff -urNp linux-2.6.39/drivers/gpu/drm/mga/mga_drv.h linux-2.6.39/drivers/gpu/drm/mga/mga_drv.h
---- linux-2.6.39/drivers/gpu/drm/mga/mga_drv.h 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/gpu/drm/mga/mga_drv.h 2011-05-22 19:36:31.000000000 -0400
+       ret = dev_priv->display.queue_flip(dev, crtc, fb, obj);
+       if (ret)
+@@ -6527,7 +6527,7 @@ static int intel_crtc_page_flip(struct d
+       return 0;
+ cleanup_pending:
+-      atomic_sub(1 << intel_crtc->plane, &work->old_fb_obj->pending_flip);
++      atomic_sub_unchecked(1 << intel_crtc->plane, &work->old_fb_obj->pending_flip);
+ cleanup_objs:
+       drm_gem_object_unreference(&work->old_fb_obj->base);
+       drm_gem_object_unreference(&obj->base);
+diff -urNp linux-3.0.4/drivers/gpu/drm/mga/mga_drv.h linux-3.0.4/drivers/gpu/drm/mga/mga_drv.h
+--- linux-3.0.4/drivers/gpu/drm/mga/mga_drv.h  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/gpu/drm/mga/mga_drv.h  2011-08-23 21:47:55.000000000 -0400
 @@ -120,9 +120,9 @@ typedef struct drm_mga_private {
        u32 clear_cmd;
        u32 maccess;
@@ -29181,9 +25256,9 @@ diff -urNp linux-2.6.39/drivers/gpu/drm/mga/mga_drv.h linux-2.6.39/drivers/gpu/d
        u32 next_fence_to_post;
  
        unsigned int fb_cpp;
-diff -urNp linux-2.6.39/drivers/gpu/drm/mga/mga_irq.c linux-2.6.39/drivers/gpu/drm/mga/mga_irq.c
---- linux-2.6.39/drivers/gpu/drm/mga/mga_irq.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/gpu/drm/mga/mga_irq.c 2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/gpu/drm/mga/mga_irq.c linux-3.0.4/drivers/gpu/drm/mga/mga_irq.c
+--- linux-3.0.4/drivers/gpu/drm/mga/mga_irq.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/gpu/drm/mga/mga_irq.c  2011-08-23 21:47:55.000000000 -0400
 @@ -44,7 +44,7 @@ u32 mga_get_vblank_counter(struct drm_de
        if (crtc != 0)
                return 0;
@@ -29220,22 +25295,31 @@ diff -urNp linux-2.6.39/drivers/gpu/drm/mga/mga_irq.c linux-2.6.39/drivers/gpu/d
                      - *sequence) <= (1 << 23)));
  
        *sequence = cur_fence;
-diff -urNp linux-2.6.39/drivers/gpu/drm/nouveau/nouveau_acpi.c linux-2.6.39/drivers/gpu/drm/nouveau/nouveau_acpi.c
---- linux-2.6.39/drivers/gpu/drm/nouveau/nouveau_acpi.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/gpu/drm/nouveau/nouveau_acpi.c        2011-05-22 19:36:31.000000000 -0400
-@@ -141,7 +141,7 @@ static int nouveau_dsm_get_client_id(str
-       return VGA_SWITCHEROO_DIS;
- }
--static struct vga_switcheroo_handler nouveau_dsm_handler = {
-+static const struct vga_switcheroo_handler nouveau_dsm_handler = {
-       .switchto = nouveau_dsm_switchto,
-       .power_state = nouveau_dsm_power_state,
-       .init = nouveau_dsm_init,
-diff -urNp linux-2.6.39/drivers/gpu/drm/nouveau/nouveau_drv.h linux-2.6.39/drivers/gpu/drm/nouveau/nouveau_drv.h
---- linux-2.6.39/drivers/gpu/drm/nouveau/nouveau_drv.h 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/gpu/drm/nouveau/nouveau_drv.h 2011-05-23 17:07:00.000000000 -0400
-@@ -228,7 +228,7 @@ struct nouveau_channel {
+diff -urNp linux-3.0.4/drivers/gpu/drm/nouveau/nouveau_bios.c linux-3.0.4/drivers/gpu/drm/nouveau/nouveau_bios.c
+--- linux-3.0.4/drivers/gpu/drm/nouveau/nouveau_bios.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/gpu/drm/nouveau/nouveau_bios.c 2011-08-26 19:49:56.000000000 -0400
+@@ -200,7 +200,7 @@ struct methods {
+       const char desc[8];
+       void (*loadbios)(struct drm_device *, uint8_t *);
+       const bool rw;
+-};
++} __do_const;
+ static struct methods shadow_methods[] = {
+       { "PRAMIN", load_vbios_pramin, true },
+@@ -5488,7 +5488,7 @@ parse_bit_displayport_tbl_entry(struct d
+ struct bit_table {
+       const char id;
+       int (* const parse_fn)(struct drm_device *, struct nvbios *, struct bit_entry *);
+-};
++} __no_const;
+ #define BIT_TABLE(id, funcid) ((struct bit_table){ id, parse_bit_##funcid##_tbl_entry })
+diff -urNp linux-3.0.4/drivers/gpu/drm/nouveau/nouveau_drv.h linux-3.0.4/drivers/gpu/drm/nouveau/nouveau_drv.h
+--- linux-3.0.4/drivers/gpu/drm/nouveau/nouveau_drv.h  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/gpu/drm/nouveau/nouveau_drv.h  2011-08-23 21:47:55.000000000 -0400
+@@ -227,7 +227,7 @@ struct nouveau_channel {
                struct list_head pending;
                uint32_t sequence;
                uint32_t sequence_ack;
@@ -29244,27 +25328,41 @@ diff -urNp linux-2.6.39/drivers/gpu/drm/nouveau/nouveau_drv.h linux-2.6.39/drive
        } fence;
  
        /* DMA push buffer */
-@@ -520,8 +520,8 @@ struct nouveau_vram_engine {
+@@ -304,7 +304,7 @@ struct nouveau_exec_engine {
+                          u32 handle, u16 class);
+       void (*set_tile_region)(struct drm_device *dev, int i);
+       void (*tlb_flush)(struct drm_device *, int engine);
+-};
++} __no_const;
+ struct nouveau_instmem_engine {
+       void    *priv;
+@@ -325,13 +325,13 @@ struct nouveau_instmem_engine {
+ struct nouveau_mc_engine {
+       int  (*init)(struct drm_device *dev);
+       void (*takedown)(struct drm_device *dev);
+-};
++} __no_const;
+ struct nouveau_timer_engine {
+       int      (*init)(struct drm_device *dev);
+       void     (*takedown)(struct drm_device *dev);
+       uint64_t (*read)(struct drm_device *dev);
+-};
++} __no_const;
+ struct nouveau_fb_engine {
+       int num_tiles;
+@@ -494,7 +494,7 @@ struct nouveau_vram_engine {
+       void (*put)(struct drm_device *, struct nouveau_mem **);
+       bool (*flags_valid)(struct drm_device *, u32 tile_flags);
+-};
++} __no_const;
  
  struct nouveau_engine {
        struct nouveau_instmem_engine instmem;
--      struct nouveau_mc_engine      mc;
--      struct nouveau_timer_engine   timer;
-+      struct nouveau_mc_engine mc;
-+      struct nouveau_timer_engine timer;
-       struct nouveau_fb_engine      fb;
-       struct nouveau_pgraph_engine  graph;
-       struct nouveau_fifo_engine    fifo;
-@@ -529,7 +529,7 @@ struct nouveau_engine {
-       struct nouveau_gpio_engine    gpio;
-       struct nouveau_pm_engine      pm;
-       struct nouveau_crypt_engine   crypt;
--      struct nouveau_vram_engine    vram;
-+      struct nouveau_vram_engine vram;
- };
- struct nouveau_pll_vals {
-@@ -662,7 +662,7 @@ struct drm_nouveau_private {
+@@ -640,7 +640,7 @@ struct drm_nouveau_private {
                struct drm_global_reference mem_global_ref;
                struct ttm_bo_global_ref bo_global_ref;
                struct ttm_bo_device bdev;
@@ -29273,9 +25371,9 @@ diff -urNp linux-2.6.39/drivers/gpu/drm/nouveau/nouveau_drv.h linux-2.6.39/drive
        } ttm;
  
        struct {
-diff -urNp linux-2.6.39/drivers/gpu/drm/nouveau/nouveau_fence.c linux-2.6.39/drivers/gpu/drm/nouveau/nouveau_fence.c
---- linux-2.6.39/drivers/gpu/drm/nouveau/nouveau_fence.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/gpu/drm/nouveau/nouveau_fence.c       2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/gpu/drm/nouveau/nouveau_fence.c linux-3.0.4/drivers/gpu/drm/nouveau/nouveau_fence.c
+--- linux-3.0.4/drivers/gpu/drm/nouveau/nouveau_fence.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/gpu/drm/nouveau/nouveau_fence.c        2011-08-23 21:47:55.000000000 -0400
 @@ -85,7 +85,7 @@ nouveau_fence_update(struct nouveau_chan
                if (USE_REFCNT(dev))
                        sequence = nvchan_rd32(chan, 0x48);
@@ -29285,8 +25383,8 @@ diff -urNp linux-2.6.39/drivers/gpu/drm/nouveau/nouveau_fence.c linux-2.6.39/dri
  
                if (chan->fence.sequence_ack == sequence)
                        goto out;
-@@ -553,7 +553,7 @@ nouveau_fence_channel_init(struct nouvea
- out_initialised:
+@@ -544,7 +544,7 @@ nouveau_fence_channel_init(struct nouvea
        INIT_LIST_HEAD(&chan->fence.pending);
        spin_lock_init(&chan->fence.lock);
 -      atomic_set(&chan->fence.last_sequence_irq, 0);
@@ -29294,9 +25392,9 @@ diff -urNp linux-2.6.39/drivers/gpu/drm/nouveau/nouveau_fence.c linux-2.6.39/dri
        return 0;
  }
  
-diff -urNp linux-2.6.39/drivers/gpu/drm/nouveau/nouveau_gem.c linux-2.6.39/drivers/gpu/drm/nouveau/nouveau_gem.c
---- linux-2.6.39/drivers/gpu/drm/nouveau/nouveau_gem.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/gpu/drm/nouveau/nouveau_gem.c 2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/gpu/drm/nouveau/nouveau_gem.c linux-3.0.4/drivers/gpu/drm/nouveau/nouveau_gem.c
+--- linux-3.0.4/drivers/gpu/drm/nouveau/nouveau_gem.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/gpu/drm/nouveau/nouveau_gem.c  2011-08-23 21:47:55.000000000 -0400
 @@ -249,7 +249,7 @@ validate_init(struct nouveau_channel *ch
        int trycnt = 0;
        int ret, i;
@@ -29306,10 +25404,10 @@ diff -urNp linux-2.6.39/drivers/gpu/drm/nouveau/nouveau_gem.c linux-2.6.39/drive
  retry:
        if (++trycnt > 100000) {
                NV_ERROR(dev, "%s failed and gave up.\n", __func__);
-diff -urNp linux-2.6.39/drivers/gpu/drm/nouveau/nouveau_state.c linux-2.6.39/drivers/gpu/drm/nouveau/nouveau_state.c
---- linux-2.6.39/drivers/gpu/drm/nouveau/nouveau_state.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/gpu/drm/nouveau/nouveau_state.c       2011-05-22 19:36:31.000000000 -0400
-@@ -583,7 +583,7 @@ static bool nouveau_switcheroo_can_switc
+diff -urNp linux-3.0.4/drivers/gpu/drm/nouveau/nouveau_state.c linux-3.0.4/drivers/gpu/drm/nouveau/nouveau_state.c
+--- linux-3.0.4/drivers/gpu/drm/nouveau/nouveau_state.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/gpu/drm/nouveau/nouveau_state.c        2011-08-23 21:47:55.000000000 -0400
+@@ -488,7 +488,7 @@ static bool nouveau_switcheroo_can_switc
        bool can_switch;
  
        spin_lock(&dev->count_lock);
@@ -29318,10 +25416,10 @@ diff -urNp linux-2.6.39/drivers/gpu/drm/nouveau/nouveau_state.c linux-2.6.39/dri
        spin_unlock(&dev->count_lock);
        return can_switch;
  }
-diff -urNp linux-2.6.39/drivers/gpu/drm/nouveau/nv04_graph.c linux-2.6.39/drivers/gpu/drm/nouveau/nv04_graph.c
---- linux-2.6.39/drivers/gpu/drm/nouveau/nv04_graph.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/gpu/drm/nouveau/nv04_graph.c  2011-05-22 19:36:31.000000000 -0400
-@@ -552,7 +552,7 @@ static int
+diff -urNp linux-3.0.4/drivers/gpu/drm/nouveau/nv04_graph.c linux-3.0.4/drivers/gpu/drm/nouveau/nv04_graph.c
+--- linux-3.0.4/drivers/gpu/drm/nouveau/nv04_graph.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/gpu/drm/nouveau/nv04_graph.c   2011-08-23 21:47:55.000000000 -0400
+@@ -560,7 +560,7 @@ static int
  nv04_graph_mthd_set_ref(struct nouveau_channel *chan,
                        u32 class, u32 mthd, u32 data)
  {
@@ -29330,9 +25428,9 @@ diff -urNp linux-2.6.39/drivers/gpu/drm/nouveau/nv04_graph.c linux-2.6.39/driver
        return 0;
  }
  
-diff -urNp linux-2.6.39/drivers/gpu/drm/r128/r128_cce.c linux-2.6.39/drivers/gpu/drm/r128/r128_cce.c
---- linux-2.6.39/drivers/gpu/drm/r128/r128_cce.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/gpu/drm/r128/r128_cce.c       2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/gpu/drm/r128/r128_cce.c linux-3.0.4/drivers/gpu/drm/r128/r128_cce.c
+--- linux-3.0.4/drivers/gpu/drm/r128/r128_cce.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/gpu/drm/r128/r128_cce.c        2011-08-23 21:47:55.000000000 -0400
 @@ -377,7 +377,7 @@ static int r128_do_init_cce(struct drm_d
  
        /* GH: Simple idle check.
@@ -29342,9 +25440,9 @@ diff -urNp linux-2.6.39/drivers/gpu/drm/r128/r128_cce.c linux-2.6.39/drivers/gpu
  
        /* We don't support anything other than bus-mastering ring mode,
         * but the ring can be in either AGP or PCI space for the ring
-diff -urNp linux-2.6.39/drivers/gpu/drm/r128/r128_drv.h linux-2.6.39/drivers/gpu/drm/r128/r128_drv.h
---- linux-2.6.39/drivers/gpu/drm/r128/r128_drv.h       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/gpu/drm/r128/r128_drv.h       2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/gpu/drm/r128/r128_drv.h linux-3.0.4/drivers/gpu/drm/r128/r128_drv.h
+--- linux-3.0.4/drivers/gpu/drm/r128/r128_drv.h        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/gpu/drm/r128/r128_drv.h        2011-08-23 21:47:55.000000000 -0400
 @@ -90,14 +90,14 @@ typedef struct drm_r128_private {
        int is_pci;
        unsigned long cce_buffers_offset;
@@ -29362,9 +25460,9 @@ diff -urNp linux-2.6.39/drivers/gpu/drm/r128/r128_drv.h linux-2.6.39/drivers/gpu
  
        u32 color_fmt;
        unsigned int front_offset;
-diff -urNp linux-2.6.39/drivers/gpu/drm/r128/r128_irq.c linux-2.6.39/drivers/gpu/drm/r128/r128_irq.c
---- linux-2.6.39/drivers/gpu/drm/r128/r128_irq.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/gpu/drm/r128/r128_irq.c       2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/gpu/drm/r128/r128_irq.c linux-3.0.4/drivers/gpu/drm/r128/r128_irq.c
+--- linux-3.0.4/drivers/gpu/drm/r128/r128_irq.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/gpu/drm/r128/r128_irq.c        2011-08-23 21:47:55.000000000 -0400
 @@ -42,7 +42,7 @@ u32 r128_get_vblank_counter(struct drm_d
        if (crtc != 0)
                return 0;
@@ -29383,9 +25481,9 @@ diff -urNp linux-2.6.39/drivers/gpu/drm/r128/r128_irq.c linux-2.6.39/drivers/gpu
                drm_handle_vblank(dev, 0);
                return IRQ_HANDLED;
        }
-diff -urNp linux-2.6.39/drivers/gpu/drm/r128/r128_state.c linux-2.6.39/drivers/gpu/drm/r128/r128_state.c
---- linux-2.6.39/drivers/gpu/drm/r128/r128_state.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/gpu/drm/r128/r128_state.c     2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/gpu/drm/r128/r128_state.c linux-3.0.4/drivers/gpu/drm/r128/r128_state.c
+--- linux-3.0.4/drivers/gpu/drm/r128/r128_state.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/gpu/drm/r128/r128_state.c      2011-08-23 21:47:55.000000000 -0400
 @@ -321,10 +321,10 @@ static void r128_clear_box(drm_r128_priv
  
  static void r128_cce_performance_boxes(drm_r128_private_t *dev_priv)
@@ -29399,9 +25497,9 @@ diff -urNp linux-2.6.39/drivers/gpu/drm/r128/r128_state.c linux-2.6.39/drivers/g
  }
  
  #endif
-diff -urNp linux-2.6.39/drivers/gpu/drm/radeon/atom.c linux-2.6.39/drivers/gpu/drm/radeon/atom.c
---- linux-2.6.39/drivers/gpu/drm/radeon/atom.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/gpu/drm/radeon/atom.c 2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/gpu/drm/radeon/atom.c linux-3.0.4/drivers/gpu/drm/radeon/atom.c
+--- linux-3.0.4/drivers/gpu/drm/radeon/atom.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/gpu/drm/radeon/atom.c  2011-08-23 21:48:14.000000000 -0400
 @@ -1245,6 +1245,8 @@ struct atom_context *atom_parse(struct c
        char name[512];
        int i;
@@ -29411,9 +25509,9 @@ diff -urNp linux-2.6.39/drivers/gpu/drm/radeon/atom.c linux-2.6.39/drivers/gpu/d
        ctx->card = card;
        ctx->bios = bios;
  
-diff -urNp linux-2.6.39/drivers/gpu/drm/radeon/mkregtable.c linux-2.6.39/drivers/gpu/drm/radeon/mkregtable.c
---- linux-2.6.39/drivers/gpu/drm/radeon/mkregtable.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/gpu/drm/radeon/mkregtable.c   2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/gpu/drm/radeon/mkregtable.c linux-3.0.4/drivers/gpu/drm/radeon/mkregtable.c
+--- linux-3.0.4/drivers/gpu/drm/radeon/mkregtable.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/gpu/drm/radeon/mkregtable.c    2011-08-23 21:47:55.000000000 -0400
 @@ -637,14 +637,14 @@ static int parser_auth(struct table *t, 
        regex_t mask_rex;
        regmatch_t match[4];
@@ -29431,9 +25529,9 @@ diff -urNp linux-2.6.39/drivers/gpu/drm/radeon/mkregtable.c linux-2.6.39/drivers
  
        if (regcomp
            (&mask_rex, "(0x[0-9a-fA-F]*) *([_a-zA-Z0-9]*)", REG_EXTENDED)) {
-diff -urNp linux-2.6.39/drivers/gpu/drm/radeon/radeon_atombios.c linux-2.6.39/drivers/gpu/drm/radeon/radeon_atombios.c
---- linux-2.6.39/drivers/gpu/drm/radeon/radeon_atombios.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/gpu/drm/radeon/radeon_atombios.c      2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/gpu/drm/radeon/radeon_atombios.c linux-3.0.4/drivers/gpu/drm/radeon/radeon_atombios.c
+--- linux-3.0.4/drivers/gpu/drm/radeon/radeon_atombios.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/gpu/drm/radeon/radeon_atombios.c       2011-08-23 21:48:14.000000000 -0400
 @@ -545,6 +545,8 @@ bool radeon_get_atom_connector_info_from
        struct radeon_gpio_rec gpio;
        struct radeon_hpd hpd;
@@ -29443,22 +25541,10 @@ diff -urNp linux-2.6.39/drivers/gpu/drm/radeon/radeon_atombios.c linux-2.6.39/dr
        if (!atom_parse_data_header(ctx, index, &size, &frev, &crev, &data_offset))
                return false;
  
-diff -urNp linux-2.6.39/drivers/gpu/drm/radeon/radeon_atpx_handler.c linux-2.6.39/drivers/gpu/drm/radeon/radeon_atpx_handler.c
---- linux-2.6.39/drivers/gpu/drm/radeon/radeon_atpx_handler.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/gpu/drm/radeon/radeon_atpx_handler.c  2011-05-22 19:36:31.000000000 -0400
-@@ -234,7 +234,7 @@ static int radeon_atpx_get_client_id(str
-               return VGA_SWITCHEROO_DIS;
- }
--static struct vga_switcheroo_handler radeon_atpx_handler = {
-+static const struct vga_switcheroo_handler radeon_atpx_handler = {
-       .switchto = radeon_atpx_switchto,
-       .power_state = radeon_atpx_power_state,
-       .init = radeon_atpx_init,
-diff -urNp linux-2.6.39/drivers/gpu/drm/radeon/radeon_device.c linux-2.6.39/drivers/gpu/drm/radeon/radeon_device.c
---- linux-2.6.39/drivers/gpu/drm/radeon/radeon_device.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/gpu/drm/radeon/radeon_device.c        2011-05-22 19:36:31.000000000 -0400
-@@ -674,7 +674,7 @@ static bool radeon_switcheroo_can_switch
+diff -urNp linux-3.0.4/drivers/gpu/drm/radeon/radeon_device.c linux-3.0.4/drivers/gpu/drm/radeon/radeon_device.c
+--- linux-3.0.4/drivers/gpu/drm/radeon/radeon_device.c 2011-09-02 18:11:21.000000000 -0400
++++ linux-3.0.4/drivers/gpu/drm/radeon/radeon_device.c 2011-08-23 21:47:55.000000000 -0400
+@@ -678,7 +678,7 @@ static bool radeon_switcheroo_can_switch
        bool can_switch;
  
        spin_lock(&dev->count_lock);
@@ -29467,10 +25553,10 @@ diff -urNp linux-2.6.39/drivers/gpu/drm/radeon/radeon_device.c linux-2.6.39/driv
        spin_unlock(&dev->count_lock);
        return can_switch;
  }
-diff -urNp linux-2.6.39/drivers/gpu/drm/radeon/radeon_display.c linux-2.6.39/drivers/gpu/drm/radeon/radeon_display.c
---- linux-2.6.39/drivers/gpu/drm/radeon/radeon_display.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/gpu/drm/radeon/radeon_display.c       2011-05-22 19:36:31.000000000 -0400
-@@ -934,6 +934,8 @@ void radeon_compute_pll_legacy(struct ra
+diff -urNp linux-3.0.4/drivers/gpu/drm/radeon/radeon_display.c linux-3.0.4/drivers/gpu/drm/radeon/radeon_display.c
+--- linux-3.0.4/drivers/gpu/drm/radeon/radeon_display.c        2011-09-02 18:11:21.000000000 -0400
++++ linux-3.0.4/drivers/gpu/drm/radeon/radeon_display.c        2011-08-23 21:48:14.000000000 -0400
+@@ -946,6 +946,8 @@ void radeon_compute_pll_legacy(struct ra
        uint32_t post_div;
        u32 pll_out_min, pll_out_max;
  
@@ -29479,9 +25565,9 @@ diff -urNp linux-2.6.39/drivers/gpu/drm/radeon/radeon_display.c linux-2.6.39/dri
        DRM_DEBUG_KMS("PLL freq %llu %u %u\n", freq, pll->min_ref_div, pll->max_ref_div);
        freq = freq * 1000;
  
-diff -urNp linux-2.6.39/drivers/gpu/drm/radeon/radeon_drv.h linux-2.6.39/drivers/gpu/drm/radeon/radeon_drv.h
---- linux-2.6.39/drivers/gpu/drm/radeon/radeon_drv.h   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/gpu/drm/radeon/radeon_drv.h   2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/gpu/drm/radeon/radeon_drv.h linux-3.0.4/drivers/gpu/drm/radeon/radeon_drv.h
+--- linux-3.0.4/drivers/gpu/drm/radeon/radeon_drv.h    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/gpu/drm/radeon/radeon_drv.h    2011-08-23 21:47:55.000000000 -0400
 @@ -255,7 +255,7 @@ typedef struct drm_radeon_private {
  
        /* SW interrupt */
@@ -29491,31 +25577,31 @@ diff -urNp linux-2.6.39/drivers/gpu/drm/radeon/radeon_drv.h linux-2.6.39/drivers
        int vblank_crtc;
        uint32_t irq_enable_reg;
        uint32_t r500_disp_irq_reg;
-diff -urNp linux-2.6.39/drivers/gpu/drm/radeon/radeon_fence.c linux-2.6.39/drivers/gpu/drm/radeon/radeon_fence.c
---- linux-2.6.39/drivers/gpu/drm/radeon/radeon_fence.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/gpu/drm/radeon/radeon_fence.c 2011-05-22 19:36:31.000000000 -0400
-@@ -49,7 +49,7 @@ int radeon_fence_emit(struct radeon_devi
+diff -urNp linux-3.0.4/drivers/gpu/drm/radeon/radeon_fence.c linux-3.0.4/drivers/gpu/drm/radeon/radeon_fence.c
+--- linux-3.0.4/drivers/gpu/drm/radeon/radeon_fence.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/gpu/drm/radeon/radeon_fence.c  2011-08-23 21:47:55.000000000 -0400
+@@ -78,7 +78,7 @@ int radeon_fence_emit(struct radeon_devi
                write_unlock_irqrestore(&rdev->fence_drv.lock, irq_flags);
                return 0;
        }
 -      fence->seq = atomic_add_return(1, &rdev->fence_drv.seq);
 +      fence->seq = atomic_add_return_unchecked(1, &rdev->fence_drv.seq);
-       if (!rdev->cp.ready) {
+       if (!rdev->cp.ready)
                /* FIXME: cp is not running assume everythings is done right
                 * away
-@@ -352,7 +352,7 @@ int radeon_fence_driver_init(struct rade
+@@ -373,7 +373,7 @@ int radeon_fence_driver_init(struct rade
                return r;
        }
-       WREG32(rdev->fence_drv.scratch_reg, 0);
+       radeon_fence_write(rdev, 0);
 -      atomic_set(&rdev->fence_drv.seq, 0);
 +      atomic_set_unchecked(&rdev->fence_drv.seq, 0);
        INIT_LIST_HEAD(&rdev->fence_drv.created);
        INIT_LIST_HEAD(&rdev->fence_drv.emited);
        INIT_LIST_HEAD(&rdev->fence_drv.signaled);
-diff -urNp linux-2.6.39/drivers/gpu/drm/radeon/radeon.h linux-2.6.39/drivers/gpu/drm/radeon/radeon.h
---- linux-2.6.39/drivers/gpu/drm/radeon/radeon.h       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/gpu/drm/radeon/radeon.h       2011-05-22 19:36:31.000000000 -0400
-@@ -189,7 +189,7 @@ extern int sumo_get_temp(struct radeon_d
+diff -urNp linux-3.0.4/drivers/gpu/drm/radeon/radeon.h linux-3.0.4/drivers/gpu/drm/radeon/radeon.h
+--- linux-3.0.4/drivers/gpu/drm/radeon/radeon.h        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/gpu/drm/radeon/radeon.h        2011-08-23 21:47:55.000000000 -0400
+@@ -191,7 +191,7 @@ extern int sumo_get_temp(struct radeon_d
   */
  struct radeon_fence_driver {
        uint32_t                        scratch_reg;
@@ -29524,9 +25610,18 @@ diff -urNp linux-2.6.39/drivers/gpu/drm/radeon/radeon.h linux-2.6.39/drivers/gpu
        uint32_t                        last_seq;
        unsigned long                   last_jiffies;
        unsigned long                   last_timeout;
-diff -urNp linux-2.6.39/drivers/gpu/drm/radeon/radeon_ioc32.c linux-2.6.39/drivers/gpu/drm/radeon/radeon_ioc32.c
---- linux-2.6.39/drivers/gpu/drm/radeon/radeon_ioc32.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/gpu/drm/radeon/radeon_ioc32.c 2011-05-22 19:36:31.000000000 -0400
+@@ -960,7 +960,7 @@ struct radeon_asic {
+       void (*pre_page_flip)(struct radeon_device *rdev, int crtc);
+       u32 (*page_flip)(struct radeon_device *rdev, int crtc, u64 crtc_base);
+       void (*post_page_flip)(struct radeon_device *rdev, int crtc);
+-};
++} __no_const;
+ /*
+  * Asic structures
+diff -urNp linux-3.0.4/drivers/gpu/drm/radeon/radeon_ioc32.c linux-3.0.4/drivers/gpu/drm/radeon/radeon_ioc32.c
+--- linux-3.0.4/drivers/gpu/drm/radeon/radeon_ioc32.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/gpu/drm/radeon/radeon_ioc32.c  2011-08-23 21:47:55.000000000 -0400
 @@ -359,7 +359,7 @@ static int compat_radeon_cp_setparam(str
        request = compat_alloc_user_space(sizeof(*request));
        if (!access_ok(VERIFY_WRITE, request, sizeof(*request))
@@ -29536,9 +25631,9 @@ diff -urNp linux-2.6.39/drivers/gpu/drm/radeon/radeon_ioc32.c linux-2.6.39/drive
                          &request->value))
                return -EFAULT;
  
-diff -urNp linux-2.6.39/drivers/gpu/drm/radeon/radeon_irq.c linux-2.6.39/drivers/gpu/drm/radeon/radeon_irq.c
---- linux-2.6.39/drivers/gpu/drm/radeon/radeon_irq.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/gpu/drm/radeon/radeon_irq.c   2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/gpu/drm/radeon/radeon_irq.c linux-3.0.4/drivers/gpu/drm/radeon/radeon_irq.c
+--- linux-3.0.4/drivers/gpu/drm/radeon/radeon_irq.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/gpu/drm/radeon/radeon_irq.c    2011-08-23 21:47:55.000000000 -0400
 @@ -225,8 +225,8 @@ static int radeon_emit_irq(struct drm_de
        unsigned int ret;
        RING_LOCALS;
@@ -29559,9 +25654,9 @@ diff -urNp linux-2.6.39/drivers/gpu/drm/radeon/radeon_irq.c linux-2.6.39/drivers
        DRM_INIT_WAITQUEUE(&dev_priv->swi_queue);
  
        dev->max_vblank_count = 0x001fffff;
-diff -urNp linux-2.6.39/drivers/gpu/drm/radeon/radeon_state.c linux-2.6.39/drivers/gpu/drm/radeon/radeon_state.c
---- linux-2.6.39/drivers/gpu/drm/radeon/radeon_state.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/gpu/drm/radeon/radeon_state.c 2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/gpu/drm/radeon/radeon_state.c linux-3.0.4/drivers/gpu/drm/radeon/radeon_state.c
+--- linux-3.0.4/drivers/gpu/drm/radeon/radeon_state.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/gpu/drm/radeon/radeon_state.c  2011-08-23 21:47:55.000000000 -0400
 @@ -2168,7 +2168,7 @@ static int radeon_cp_clear(struct drm_de
        if (sarea_priv->nbox > RADEON_NR_SAREA_CLIPRECTS)
                sarea_priv->nbox = RADEON_NR_SAREA_CLIPRECTS;
@@ -29580,72 +25675,25 @@ diff -urNp linux-2.6.39/drivers/gpu/drm/radeon/radeon_state.c linux-2.6.39/drive
  
        DRM_DEBUG("pid=%d\n", DRM_CURRENTPID);
  
-diff -urNp linux-2.6.39/drivers/gpu/drm/radeon/radeon_ttm.c linux-2.6.39/drivers/gpu/drm/radeon/radeon_ttm.c
---- linux-2.6.39/drivers/gpu/drm/radeon/radeon_ttm.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/gpu/drm/radeon/radeon_ttm.c   2011-05-22 19:36:31.000000000 -0400
-@@ -603,8 +603,9 @@ void radeon_ttm_set_active_vram_size(str
-       man->size = size >> PAGE_SHIFT;
- }
--static struct vm_operations_struct radeon_ttm_vm_ops;
--static const struct vm_operations_struct *ttm_vm_ops = NULL;
-+extern int ttm_bo_vm_fault(struct vm_area_struct *vma, struct vm_fault *vmf);
-+extern void ttm_bo_vm_open(struct vm_area_struct *vma);
-+extern void ttm_bo_vm_close(struct vm_area_struct *vma);
- static int radeon_ttm_fault(struct vm_area_struct *vma, struct vm_fault *vmf)
- {
-@@ -612,17 +613,22 @@ static int radeon_ttm_fault(struct vm_ar
-       struct radeon_device *rdev;
-       int r;
--      bo = (struct ttm_buffer_object *)vma->vm_private_data;  
--      if (bo == NULL) {
-+      bo = (struct ttm_buffer_object *)vma->vm_private_data;
-+      if (!bo)
-               return VM_FAULT_NOPAGE;
--      }
-       rdev = radeon_get_rdev(bo->bdev);
-       mutex_lock(&rdev->vram_mutex);
--      r = ttm_vm_ops->fault(vma, vmf);
-+      r = ttm_bo_vm_fault(vma, vmf);
-       mutex_unlock(&rdev->vram_mutex);
-       return r;
- }
-+static const struct vm_operations_struct radeon_ttm_vm_ops = {
-+      .fault = radeon_ttm_fault,
-+      .open = ttm_bo_vm_open,
-+      .close = ttm_bo_vm_close
-+};
-+
- int radeon_mmap(struct file *filp, struct vm_area_struct *vma)
- {
-       struct drm_file *file_priv;
-@@ -635,18 +641,11 @@ int radeon_mmap(struct file *filp, struc
-       file_priv = filp->private_data;
-       rdev = file_priv->minor->dev->dev_private;
--      if (rdev == NULL) {
-+      if (!rdev)
-               return -EINVAL;
--      }
-       r = ttm_bo_mmap(filp, vma, &rdev->mman.bdev);
--      if (unlikely(r != 0)) {
-+      if (r)
-               return r;
--      }
--      if (unlikely(ttm_vm_ops == NULL)) {
--              ttm_vm_ops = vma->vm_ops;
+diff -urNp linux-3.0.4/drivers/gpu/drm/radeon/radeon_ttm.c linux-3.0.4/drivers/gpu/drm/radeon/radeon_ttm.c
+--- linux-3.0.4/drivers/gpu/drm/radeon/radeon_ttm.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/gpu/drm/radeon/radeon_ttm.c    2011-08-23 21:47:55.000000000 -0400
+@@ -644,8 +644,10 @@ int radeon_mmap(struct file *filp, struc
+       }
+       if (unlikely(ttm_vm_ops == NULL)) {
+               ttm_vm_ops = vma->vm_ops;
 -              radeon_ttm_vm_ops = *ttm_vm_ops;
 -              radeon_ttm_vm_ops.fault = &radeon_ttm_fault;
--      }
++              pax_open_kernel();
++              memcpy((void *)&radeon_ttm_vm_ops, ttm_vm_ops, sizeof(radeon_ttm_vm_ops));
++              *(void **)&radeon_ttm_vm_ops.fault = &radeon_ttm_fault;
++              pax_close_kernel();
+       }
        vma->vm_ops = &radeon_ttm_vm_ops;
        return 0;
- }
-diff -urNp linux-2.6.39/drivers/gpu/drm/radeon/rs690.c linux-2.6.39/drivers/gpu/drm/radeon/rs690.c
---- linux-2.6.39/drivers/gpu/drm/radeon/rs690.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/gpu/drm/radeon/rs690.c        2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/gpu/drm/radeon/rs690.c linux-3.0.4/drivers/gpu/drm/radeon/rs690.c
+--- linux-3.0.4/drivers/gpu/drm/radeon/rs690.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/gpu/drm/radeon/rs690.c 2011-08-23 21:47:55.000000000 -0400
 @@ -304,9 +304,11 @@ void rs690_crtc_bandwidth_compute(struct
                if (rdev->pm.max_bandwidth.full > rdev->pm.sideport_bandwidth.full &&
                        rdev->pm.sideport_bandwidth.full)
@@ -29659,72 +25707,12 @@ diff -urNp linux-2.6.39/drivers/gpu/drm/radeon/rs690.c linux-2.6.39/drivers/gpu/
        } else {
                if (rdev->pm.max_bandwidth.full > rdev->pm.k8_bandwidth.full &&
                        rdev->pm.k8_bandwidth.full)
-diff -urNp linux-2.6.39/drivers/gpu/drm/ttm/ttm_bo_vm.c linux-2.6.39/drivers/gpu/drm/ttm/ttm_bo_vm.c
---- linux-2.6.39/drivers/gpu/drm/ttm/ttm_bo_vm.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/gpu/drm/ttm/ttm_bo_vm.c       2011-05-22 19:36:31.000000000 -0400
-@@ -69,11 +69,11 @@ static struct ttm_buffer_object *ttm_bo_
-       return best_bo;
- }
--static int ttm_bo_vm_fault(struct vm_area_struct *vma, struct vm_fault *vmf)
-+int ttm_bo_vm_fault(struct vm_area_struct *vma, struct vm_fault *vmf)
- {
-       struct ttm_buffer_object *bo = (struct ttm_buffer_object *)
-           vma->vm_private_data;
--      struct ttm_bo_device *bdev = bo->bdev;
-+      struct ttm_bo_device *bdev;
-       unsigned long page_offset;
-       unsigned long page_last;
-       unsigned long pfn;
-@@ -83,8 +83,12 @@ static int ttm_bo_vm_fault(struct vm_are
-       int i;
-       unsigned long address = (unsigned long)vmf->virtual_address;
-       int retval = VM_FAULT_NOPAGE;
--      struct ttm_mem_type_manager *man =
--              &bdev->man[bo->mem.mem_type];
-+      struct ttm_mem_type_manager *man;
-+
-+      if (!bo)
-+              return VM_FAULT_NOPAGE;
-+      bdev = bo->bdev;
-+      man = &bdev->man[bo->mem.mem_type];
-       /*
-        * Work around locking order reversal in fault / nopfn
-@@ -219,22 +223,25 @@ out_unlock:
-       ttm_bo_unreserve(bo);
-       return retval;
- }
-+EXPORT_SYMBOL(ttm_bo_vm_fault);
--static void ttm_bo_vm_open(struct vm_area_struct *vma)
-+void ttm_bo_vm_open(struct vm_area_struct *vma)
- {
-       struct ttm_buffer_object *bo =
-           (struct ttm_buffer_object *)vma->vm_private_data;
-       (void)ttm_bo_reference(bo);
- }
-+EXPORT_SYMBOL(ttm_bo_vm_open);
--static void ttm_bo_vm_close(struct vm_area_struct *vma)
-+void ttm_bo_vm_close(struct vm_area_struct *vma)
- {
-       struct ttm_buffer_object *bo = (struct ttm_buffer_object *)vma->vm_private_data;
-       ttm_bo_unref(&bo);
-       vma->vm_private_data = NULL;
- }
-+EXPORT_SYMBOL(ttm_bo_vm_close);
- static const struct vm_operations_struct ttm_bo_vm_ops = {
-       .fault = ttm_bo_vm_fault,
-diff -urNp linux-2.6.39/drivers/gpu/drm/ttm/ttm_page_alloc.c linux-2.6.39/drivers/gpu/drm/ttm/ttm_page_alloc.c
---- linux-2.6.39/drivers/gpu/drm/ttm/ttm_page_alloc.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/gpu/drm/ttm/ttm_page_alloc.c  2011-05-22 19:36:31.000000000 -0400
-@@ -397,9 +397,9 @@ static int ttm_pool_get_num_unused_pages
-  */
- static int ttm_pool_mm_shrink(struct shrinker *shrink, int shrink_pages, gfp_t gfp_mask)
+diff -urNp linux-3.0.4/drivers/gpu/drm/ttm/ttm_page_alloc.c linux-3.0.4/drivers/gpu/drm/ttm/ttm_page_alloc.c
+--- linux-3.0.4/drivers/gpu/drm/ttm/ttm_page_alloc.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/gpu/drm/ttm/ttm_page_alloc.c   2011-08-23 21:47:55.000000000 -0400
+@@ -398,9 +398,9 @@ static int ttm_pool_get_num_unused_pages
+ static int ttm_pool_mm_shrink(struct shrinker *shrink,
+                             struct shrink_control *sc)
  {
 -      static atomic_t start_pool = ATOMIC_INIT(0);
 +      static atomic_unchecked_t start_pool = ATOMIC_INIT(0);
@@ -29732,11 +25720,11 @@ diff -urNp linux-2.6.39/drivers/gpu/drm/ttm/ttm_page_alloc.c linux-2.6.39/driver
 -      unsigned pool_offset = atomic_add_return(1, &start_pool);
 +      unsigned pool_offset = atomic_add_return_unchecked(1, &start_pool);
        struct ttm_page_pool *pool;
+       int shrink_pages = sc->nr_to_scan;
  
-       pool_offset = pool_offset % NUM_POOLS;
-diff -urNp linux-2.6.39/drivers/gpu/drm/via/via_drv.h linux-2.6.39/drivers/gpu/drm/via/via_drv.h
---- linux-2.6.39/drivers/gpu/drm/via/via_drv.h 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/gpu/drm/via/via_drv.h 2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/gpu/drm/via/via_drv.h linux-3.0.4/drivers/gpu/drm/via/via_drv.h
+--- linux-3.0.4/drivers/gpu/drm/via/via_drv.h  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/gpu/drm/via/via_drv.h  2011-08-23 21:47:55.000000000 -0400
 @@ -51,7 +51,7 @@ typedef struct drm_via_ring_buffer {
  typedef uint32_t maskarray_t[5];
  
@@ -29755,9 +25743,9 @@ diff -urNp linux-2.6.39/drivers/gpu/drm/via/via_drv.h linux-2.6.39/drivers/gpu/d
        drm_via_state_t hc_state;
        char pci_buf[VIA_PCI_BUF_SIZE];
        const uint32_t *fire_offsets[VIA_FIRE_BUF_SIZE];
-diff -urNp linux-2.6.39/drivers/gpu/drm/via/via_irq.c linux-2.6.39/drivers/gpu/drm/via/via_irq.c
---- linux-2.6.39/drivers/gpu/drm/via/via_irq.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/gpu/drm/via/via_irq.c 2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/gpu/drm/via/via_irq.c linux-3.0.4/drivers/gpu/drm/via/via_irq.c
+--- linux-3.0.4/drivers/gpu/drm/via/via_irq.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/gpu/drm/via/via_irq.c  2011-08-23 21:47:55.000000000 -0400
 @@ -102,7 +102,7 @@ u32 via_get_vblank_counter(struct drm_de
        if (crtc != 0)
                return 0;
@@ -29828,9 +25816,9 @@ diff -urNp linux-2.6.39/drivers/gpu/drm/via/via_irq.c linux-2.6.39/drivers/gpu/d
                irqwait->request.type &= ~_DRM_VBLANK_RELATIVE;
        case VIA_IRQ_ABSOLUTE:
                break;
-diff -urNp linux-2.6.39/drivers/gpu/drm/vmwgfx/vmwgfx_drv.h linux-2.6.39/drivers/gpu/drm/vmwgfx/vmwgfx_drv.h
---- linux-2.6.39/drivers/gpu/drm/vmwgfx/vmwgfx_drv.h   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/gpu/drm/vmwgfx/vmwgfx_drv.h   2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/gpu/drm/vmwgfx/vmwgfx_drv.h linux-3.0.4/drivers/gpu/drm/vmwgfx/vmwgfx_drv.h
+--- linux-3.0.4/drivers/gpu/drm/vmwgfx/vmwgfx_drv.h    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/gpu/drm/vmwgfx/vmwgfx_drv.h    2011-08-23 21:47:55.000000000 -0400
 @@ -240,7 +240,7 @@ struct vmw_private {
         * Fencing and IRQs.
         */
@@ -29840,9 +25828,9 @@ diff -urNp linux-2.6.39/drivers/gpu/drm/vmwgfx/vmwgfx_drv.h linux-2.6.39/drivers
        wait_queue_head_t fence_queue;
        wait_queue_head_t fifo_queue;
        atomic_t fence_queue_waiters;
-diff -urNp linux-2.6.39/drivers/gpu/drm/vmwgfx/vmwgfx_fence.c linux-2.6.39/drivers/gpu/drm/vmwgfx/vmwgfx_fence.c
---- linux-2.6.39/drivers/gpu/drm/vmwgfx/vmwgfx_fence.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/gpu/drm/vmwgfx/vmwgfx_fence.c 2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/gpu/drm/vmwgfx/vmwgfx_fence.c linux-3.0.4/drivers/gpu/drm/vmwgfx/vmwgfx_fence.c
+--- linux-3.0.4/drivers/gpu/drm/vmwgfx/vmwgfx_fence.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/gpu/drm/vmwgfx/vmwgfx_fence.c  2011-08-23 21:47:55.000000000 -0400
 @@ -151,7 +151,7 @@ int vmw_wait_lag(struct vmw_private *dev
        while (!vmw_lag_lt(queue, us)) {
                spin_lock(&queue->lock);
@@ -29852,9 +25840,9 @@ diff -urNp linux-2.6.39/drivers/gpu/drm/vmwgfx/vmwgfx_fence.c linux-2.6.39/drive
                else {
                        fence = list_first_entry(&queue->head,
                                                 struct vmw_fence, head);
-diff -urNp linux-2.6.39/drivers/gpu/drm/vmwgfx/vmwgfx_fifo.c linux-2.6.39/drivers/gpu/drm/vmwgfx/vmwgfx_fifo.c
---- linux-2.6.39/drivers/gpu/drm/vmwgfx/vmwgfx_fifo.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/gpu/drm/vmwgfx/vmwgfx_fifo.c  2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/gpu/drm/vmwgfx/vmwgfx_fifo.c linux-3.0.4/drivers/gpu/drm/vmwgfx/vmwgfx_fifo.c
+--- linux-3.0.4/drivers/gpu/drm/vmwgfx/vmwgfx_fifo.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/gpu/drm/vmwgfx/vmwgfx_fifo.c   2011-08-23 21:47:55.000000000 -0400
 @@ -137,7 +137,7 @@ int vmw_fifo_init(struct vmw_private *de
                 (unsigned int) min,
                 (unsigned int) fifo->capabilities);
@@ -29882,18 +25870,9 @@ diff -urNp linux-2.6.39/drivers/gpu/drm/vmwgfx/vmwgfx_fifo.c linux-2.6.39/driver
        } while (*sequence == 0);
  
        if (!(fifo_state->capabilities & SVGA_FIFO_CAP_FENCE)) {
-@@ -534,7 +534,7 @@ static int vmw_fifo_vm_fault(struct vm_a
-       return VM_FAULT_SIGBUS;
- }
--static struct vm_operations_struct vmw_fifo_vm_ops = {
-+static const struct vm_operations_struct vmw_fifo_vm_ops = {
-       .fault = vmw_fifo_vm_fault,
-       .open = NULL,
-       .close = NULL
-diff -urNp linux-2.6.39/drivers/gpu/drm/vmwgfx/vmwgfx_irq.c linux-2.6.39/drivers/gpu/drm/vmwgfx/vmwgfx_irq.c
---- linux-2.6.39/drivers/gpu/drm/vmwgfx/vmwgfx_irq.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/gpu/drm/vmwgfx/vmwgfx_irq.c   2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/gpu/drm/vmwgfx/vmwgfx_irq.c linux-3.0.4/drivers/gpu/drm/vmwgfx/vmwgfx_irq.c
+--- linux-3.0.4/drivers/gpu/drm/vmwgfx/vmwgfx_irq.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/gpu/drm/vmwgfx/vmwgfx_irq.c    2011-08-23 21:47:55.000000000 -0400
 @@ -100,7 +100,7 @@ bool vmw_fence_signaled(struct vmw_priva
         * emitted. Then the fence is stale and signaled.
         */
@@ -29912,31 +25891,10 @@ diff -urNp linux-2.6.39/drivers/gpu/drm/vmwgfx/vmwgfx_irq.c linux-2.6.39/drivers
        ret = 0;
  
        for (;;) {
-diff -urNp linux-2.6.39/drivers/gpu/vga/vga_switcheroo.c linux-2.6.39/drivers/gpu/vga/vga_switcheroo.c
---- linux-2.6.39/drivers/gpu/vga/vga_switcheroo.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/gpu/vga/vga_switcheroo.c      2011-05-22 19:36:31.000000000 -0400
-@@ -53,7 +53,7 @@ struct vgasr_priv {
-       int registered_clients;
-       struct vga_switcheroo_client clients[VGA_SWITCHEROO_MAX_CLIENTS];
--      struct vga_switcheroo_handler *handler;
-+      const struct vga_switcheroo_handler *handler;
- };
- static int vga_switcheroo_debugfs_init(struct vgasr_priv *priv);
-@@ -62,7 +62,7 @@ static void vga_switcheroo_debugfs_fini(
- /* only one switcheroo per system */
- static struct vgasr_priv vgasr_priv;
--int vga_switcheroo_register_handler(struct vga_switcheroo_handler *handler)
-+int vga_switcheroo_register_handler(const struct vga_switcheroo_handler *handler)
- {
-       mutex_lock(&vgasr_mutex);
-       if (vgasr_priv.handler) {
-diff -urNp linux-2.6.39/drivers/hid/hid-core.c linux-2.6.39/drivers/hid/hid-core.c
---- linux-2.6.39/drivers/hid/hid-core.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/hid/hid-core.c        2011-05-22 19:36:31.000000000 -0400
-@@ -1888,7 +1888,7 @@ static bool hid_ignore(struct hid_device
+diff -urNp linux-3.0.4/drivers/hid/hid-core.c linux-3.0.4/drivers/hid/hid-core.c
+--- linux-3.0.4/drivers/hid/hid-core.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/hid/hid-core.c 2011-08-23 21:47:55.000000000 -0400
+@@ -1923,7 +1923,7 @@ static bool hid_ignore(struct hid_device
  
  int hid_add_device(struct hid_device *hdev)
  {
@@ -29945,7 +25903,7 @@ diff -urNp linux-2.6.39/drivers/hid/hid-core.c linux-2.6.39/drivers/hid/hid-core
        int ret;
  
        if (WARN_ON(hdev->status & HID_STAT_ADDED))
-@@ -1903,7 +1903,7 @@ int hid_add_device(struct hid_device *hd
+@@ -1938,7 +1938,7 @@ int hid_add_device(struct hid_device *hd
        /* XXX hack, any other cleaner solution after the driver core
         * is converted to allow more than 20 bytes as the device name? */
        dev_set_name(&hdev->dev, "%04X:%04X:%04X.%04X", hdev->bus,
@@ -29954,22 +25912,10 @@ diff -urNp linux-2.6.39/drivers/hid/hid-core.c linux-2.6.39/drivers/hid/hid-core
  
        hid_debug_register(hdev, dev_name(&hdev->dev));
        ret = device_add(&hdev->dev);
-diff -urNp linux-2.6.39/drivers/hid/hid-picolcd.c linux-2.6.39/drivers/hid/hid-picolcd.c
---- linux-2.6.39/drivers/hid/hid-picolcd.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/hid/hid-picolcd.c     2011-05-22 19:36:31.000000000 -0400
-@@ -1037,7 +1037,7 @@ static int picolcd_check_lcd_fb(struct l
-       return fb && fb == picolcd_fbinfo((struct picolcd_data *)lcd_get_data(ldev));
- }
--static struct lcd_ops picolcd_lcdops = {
-+static const struct lcd_ops picolcd_lcdops = {
-       .get_contrast   = picolcd_get_contrast,
-       .set_contrast   = picolcd_set_contrast,
-       .check_fb       = picolcd_check_lcd_fb,
-diff -urNp linux-2.6.39/drivers/hid/usbhid/hiddev.c linux-2.6.39/drivers/hid/usbhid/hiddev.c
---- linux-2.6.39/drivers/hid/usbhid/hiddev.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/hid/usbhid/hiddev.c   2011-05-22 19:36:31.000000000 -0400
-@@ -613,7 +613,7 @@ static long hiddev_ioctl(struct file *fi
+diff -urNp linux-3.0.4/drivers/hid/usbhid/hiddev.c linux-3.0.4/drivers/hid/usbhid/hiddev.c
+--- linux-3.0.4/drivers/hid/usbhid/hiddev.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/hid/usbhid/hiddev.c    2011-08-23 21:47:55.000000000 -0400
+@@ -624,7 +624,7 @@ static long hiddev_ioctl(struct file *fi
                break;
  
        case HIDIOCAPPLICATION:
@@ -29978,43 +25924,31 @@ diff -urNp linux-2.6.39/drivers/hid/usbhid/hiddev.c linux-2.6.39/drivers/hid/usb
                        break;
  
                for (i = 0; i < hid->maxcollection; i++)
-diff -urNp linux-2.6.39/drivers/hwmon/ibmaem.c linux-2.6.39/drivers/hwmon/ibmaem.c
---- linux-2.6.39/drivers/hwmon/ibmaem.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/hwmon/ibmaem.c        2011-05-22 19:36:31.000000000 -0400
-@@ -238,7 +238,7 @@ struct aem_read_sensor_resp {
- struct aem_driver_data {
-       struct list_head        aem_devices;
-       struct ipmi_smi_watcher bmc_events;
--      struct ipmi_user_hndl   ipmi_hndlrs;
-+      const struct ipmi_user_hndl ipmi_hndlrs;
- };
+diff -urNp linux-3.0.4/drivers/hwmon/acpi_power_meter.c linux-3.0.4/drivers/hwmon/acpi_power_meter.c
+--- linux-3.0.4/drivers/hwmon/acpi_power_meter.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/hwmon/acpi_power_meter.c       2011-08-23 21:47:55.000000000 -0400
+@@ -316,8 +316,6 @@ static ssize_t set_trip(struct device *d
+               return res;
  
- static void aem_register_bmc(int iface, struct device *dev);
-diff -urNp linux-2.6.39/drivers/hwmon/ibmpex.c linux-2.6.39/drivers/hwmon/ibmpex.c
---- linux-2.6.39/drivers/hwmon/ibmpex.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/hwmon/ibmpex.c        2011-05-22 19:36:31.000000000 -0400
-@@ -110,7 +110,7 @@ struct ibmpex_bmc_data {
- struct ibmpex_driver_data {
-       struct list_head        bmc_data;
-       struct ipmi_smi_watcher bmc_events;
--      struct ipmi_user_hndl   ipmi_hndlrs;
-+      const struct ipmi_user_hndl ipmi_hndlrs;
- };
+       temp /= 1000;
+-      if (temp < 0)
+-              return -EINVAL;
  
- static struct ibmpex_driver_data driver_data = {
-diff -urNp linux-2.6.39/drivers/hwmon/sht15.c linux-2.6.39/drivers/hwmon/sht15.c
---- linux-2.6.39/drivers/hwmon/sht15.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/hwmon/sht15.c 2011-05-22 19:36:31.000000000 -0400
-@@ -113,7 +113,7 @@ struct sht15_data {
+       mutex_lock(&resource->lock);
+       resource->trip[attr->index - 7] = temp;
+diff -urNp linux-3.0.4/drivers/hwmon/sht15.c linux-3.0.4/drivers/hwmon/sht15.c
+--- linux-3.0.4/drivers/hwmon/sht15.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/hwmon/sht15.c  2011-08-23 21:47:55.000000000 -0400
+@@ -166,7 +166,7 @@ struct sht15_data {
        int                             supply_uV;
-       int                             supply_uV_valid;
+       bool                            supply_uV_valid;
        struct work_struct              update_supply_work;
 -      atomic_t                        interrupt_handled;
 +      atomic_unchecked_t              interrupt_handled;
  };
  
  /**
-@@ -246,13 +246,13 @@ static inline int sht15_update_single_va
+@@ -509,13 +509,13 @@ static int sht15_measurement(struct sht1
                return ret;
  
        gpio_direction_input(data->pdata->gpio_data);
@@ -30030,19 +25964,19 @@ diff -urNp linux-2.6.39/drivers/hwmon/sht15.c linux-2.6.39/drivers/hwmon/sht15.c
                        schedule_work(&data->read_work);
        }
        ret = wait_event_timeout(data->wait_queue,
-@@ -399,7 +399,7 @@ static irqreturn_t sht15_interrupt_fired
-       struct sht15_data *data = d;
+@@ -782,7 +782,7 @@ static irqreturn_t sht15_interrupt_fired
        /* First disable the interrupt */
        disable_irq_nosync(irq);
 -      atomic_inc(&data->interrupt_handled);
 +      atomic_inc_unchecked(&data->interrupt_handled);
        /* Then schedule a reading work struct */
-       if (data->flag != SHT15_READING_NOTHING)
+       if (data->state != SHT15_READING_NOTHING)
                schedule_work(&data->read_work);
-@@ -450,11 +450,11 @@ static void sht15_bh_read_data(struct wo
-                  here as could have gone low in meantime so verify
-                  it hasn't!
-               */
+@@ -804,11 +804,11 @@ static void sht15_bh_read_data(struct wo
+                * If not, then start the interrupt again - care here as could
+                * have gone low in meantime so verify it hasn't!
+                */
 -              atomic_set(&data->interrupt_handled, 0);
 +              atomic_set_unchecked(&data->interrupt_handled, 0);
                enable_irq(gpio_to_irq(data->pdata->gpio_data));
@@ -30052,10 +25986,10 @@ diff -urNp linux-2.6.39/drivers/hwmon/sht15.c linux-2.6.39/drivers/hwmon/sht15.c
 +                  || atomic_read_unchecked(&data->interrupt_handled))
                        return;
        }
-       /* Read the data back from the device */
-diff -urNp linux-2.6.39/drivers/hwmon/w83791d.c linux-2.6.39/drivers/hwmon/w83791d.c
---- linux-2.6.39/drivers/hwmon/w83791d.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/hwmon/w83791d.c       2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/hwmon/w83791d.c linux-3.0.4/drivers/hwmon/w83791d.c
+--- linux-3.0.4/drivers/hwmon/w83791d.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/hwmon/w83791d.c        2011-08-23 21:47:55.000000000 -0400
 @@ -329,8 +329,8 @@ static int w83791d_detect(struct i2c_cli
                          struct i2c_board_info *info);
  static int w83791d_remove(struct i2c_client *client);
@@ -30067,165 +26001,45 @@ diff -urNp linux-2.6.39/drivers/hwmon/w83791d.c linux-2.6.39/drivers/hwmon/w8379
  static struct w83791d_data *w83791d_update_device(struct device *dev);
  
  #ifdef DEBUG
-diff -urNp linux-2.6.39/drivers/i2c/busses/i2c-at91.c linux-2.6.39/drivers/i2c/busses/i2c-at91.c
---- linux-2.6.39/drivers/i2c/busses/i2c-at91.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/i2c/busses/i2c-at91.c 2011-05-22 19:36:31.000000000 -0400
-@@ -181,7 +181,7 @@ static u32 at91_func(struct i2c_adapter 
-       return I2C_FUNC_I2C | I2C_FUNC_SMBUS_EMUL;
- }
--static struct i2c_algorithm at91_algorithm = {
-+static const struct i2c_algorithm at91_algorithm = {
-       .master_xfer    = at91_xfer,
-       .functionality  = at91_func,
- };
-diff -urNp linux-2.6.39/drivers/i2c/busses/i2c-bfin-twi.c linux-2.6.39/drivers/i2c/busses/i2c-bfin-twi.c
---- linux-2.6.39/drivers/i2c/busses/i2c-bfin-twi.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/i2c/busses/i2c-bfin-twi.c     2011-05-22 19:36:31.000000000 -0400
-@@ -599,7 +599,7 @@ static u32 bfin_twi_functionality(struct
-              I2C_FUNC_I2C | I2C_FUNC_SMBUS_I2C_BLOCK;
- }
--static struct i2c_algorithm bfin_twi_algorithm = {
-+static const struct i2c_algorithm bfin_twi_algorithm = {
-       .master_xfer   = bfin_twi_master_xfer,
-       .smbus_xfer    = bfin_twi_smbus_xfer,
-       .functionality = bfin_twi_functionality,
-diff -urNp linux-2.6.39/drivers/i2c/busses/i2c-davinci.c linux-2.6.39/drivers/i2c/busses/i2c-davinci.c
---- linux-2.6.39/drivers/i2c/busses/i2c-davinci.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/i2c/busses/i2c-davinci.c      2011-05-22 19:36:31.000000000 -0400
-@@ -630,7 +630,7 @@ static inline void i2c_davinci_cpufreq_d
- }
- #endif
--static struct i2c_algorithm i2c_davinci_algo = {
-+static const struct i2c_algorithm i2c_davinci_algo = {
-       .master_xfer    = i2c_davinci_xfer,
-       .functionality  = i2c_davinci_func,
- };
-diff -urNp linux-2.6.39/drivers/i2c/busses/i2c-designware.c linux-2.6.39/drivers/i2c/busses/i2c-designware.c
---- linux-2.6.39/drivers/i2c/busses/i2c-designware.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/i2c/busses/i2c-designware.c   2011-05-22 19:36:31.000000000 -0400
-@@ -689,7 +689,7 @@ tx_aborted:
-       return IRQ_HANDLED;
- }
--static struct i2c_algorithm i2c_dw_algo = {
-+static const struct i2c_algorithm i2c_dw_algo = {
-       .master_xfer    = i2c_dw_xfer,
-       .functionality  = i2c_dw_func,
- };
-diff -urNp linux-2.6.39/drivers/i2c/busses/i2c-eg20t.c linux-2.6.39/drivers/i2c/busses/i2c-eg20t.c
---- linux-2.6.39/drivers/i2c/busses/i2c-eg20t.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/i2c/busses/i2c-eg20t.c        2011-05-22 19:36:31.000000000 -0400
-@@ -708,7 +708,7 @@ static u32 pch_i2c_func(struct i2c_adapt
-       return I2C_FUNC_I2C | I2C_FUNC_SMBUS_EMUL | I2C_FUNC_10BIT_ADDR;
- }
--static struct i2c_algorithm pch_algorithm = {
-+static const struct i2c_algorithm pch_algorithm = {
-       .master_xfer = pch_i2c_xfer,
-       .functionality = pch_i2c_func
- };
-diff -urNp linux-2.6.39/drivers/i2c/busses/i2c-imx.c linux-2.6.39/drivers/i2c/busses/i2c-imx.c
---- linux-2.6.39/drivers/i2c/busses/i2c-imx.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/i2c/busses/i2c-imx.c  2011-05-22 19:36:31.000000000 -0400
-@@ -457,7 +457,7 @@ static u32 i2c_imx_func(struct i2c_adapt
-       return I2C_FUNC_I2C | I2C_FUNC_SMBUS_EMUL;
- }
--static struct i2c_algorithm i2c_imx_algo = {
-+static const struct i2c_algorithm i2c_imx_algo = {
-       .master_xfer    = i2c_imx_xfer,
-       .functionality  = i2c_imx_func,
- };
-diff -urNp linux-2.6.39/drivers/i2c/busses/i2c-intel-mid.c linux-2.6.39/drivers/i2c/busses/i2c-intel-mid.c
---- linux-2.6.39/drivers/i2c/busses/i2c-intel-mid.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/i2c/busses/i2c-intel-mid.c    2011-05-22 19:36:31.000000000 -0400
-@@ -917,7 +917,7 @@ err:
-       return IRQ_HANDLED;
- }
--static struct i2c_algorithm intel_mid_i2c_algorithm = {
-+static const struct i2c_algorithm intel_mid_i2c_algorithm = {
-       .master_xfer    = intel_mid_i2c_xfer,
-       .functionality  = intel_mid_i2c_func,
- };
-diff -urNp linux-2.6.39/drivers/i2c/busses/i2c-nforce2.c linux-2.6.39/drivers/i2c/busses/i2c-nforce2.c
---- linux-2.6.39/drivers/i2c/busses/i2c-nforce2.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/i2c/busses/i2c-nforce2.c      2011-05-22 19:36:31.000000000 -0400
-@@ -303,7 +303,7 @@ static u32 nforce2_func(struct i2c_adapt
-               I2C_FUNC_SMBUS_BLOCK_DATA : 0);
- }
--static struct i2c_algorithm smbus_algorithm = {
-+static const struct i2c_algorithm smbus_algorithm = {
-       .smbus_xfer     = nforce2_access,
-       .functionality  = nforce2_func,
- };
-diff -urNp linux-2.6.39/drivers/i2c/busses/i2c-pmcmsp.c linux-2.6.39/drivers/i2c/busses/i2c-pmcmsp.c
---- linux-2.6.39/drivers/i2c/busses/i2c-pmcmsp.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/i2c/busses/i2c-pmcmsp.c       2011-05-22 19:36:31.000000000 -0400
-@@ -615,7 +615,7 @@ static u32 pmcmsptwi_i2c_func(struct i2c
- /* -- Initialization -- */
--static struct i2c_algorithm pmcmsptwi_algo = {
-+static const struct i2c_algorithm pmcmsptwi_algo = {
-       .master_xfer    = pmcmsptwi_master_xfer,
-       .functionality  = pmcmsptwi_i2c_func,
- };
-diff -urNp linux-2.6.39/drivers/i2c/busses/i2c-pnx.c linux-2.6.39/drivers/i2c/busses/i2c-pnx.c
---- linux-2.6.39/drivers/i2c/busses/i2c-pnx.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/i2c/busses/i2c-pnx.c  2011-05-22 19:36:31.000000000 -0400
-@@ -535,7 +535,7 @@ static u32 i2c_pnx_func(struct i2c_adapt
-       return I2C_FUNC_I2C | I2C_FUNC_SMBUS_EMUL;
- }
--static struct i2c_algorithm pnx_algorithm = {
-+static const struct i2c_algorithm pnx_algorithm = {
-       .master_xfer = i2c_pnx_xfer,
-       .functionality = i2c_pnx_func,
- };
-diff -urNp linux-2.6.39/drivers/i2c/busses/i2c-puv3.c linux-2.6.39/drivers/i2c/busses/i2c-puv3.c
---- linux-2.6.39/drivers/i2c/busses/i2c-puv3.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/i2c/busses/i2c-puv3.c 2011-05-22 19:36:31.000000000 -0400
-@@ -176,7 +176,7 @@ static u32 puv3_i2c_func(struct i2c_adap
-       return I2C_FUNC_I2C | I2C_FUNC_SMBUS_EMUL;
- }
--static struct i2c_algorithm puv3_i2c_algorithm = {
-+static const struct i2c_algorithm puv3_i2c_algorithm = {
-       .master_xfer    = puv3_i2c_xfer,
-       .functionality  = puv3_i2c_func,
- };
-diff -urNp linux-2.6.39/drivers/i2c/busses/i2c-s6000.c linux-2.6.39/drivers/i2c/busses/i2c-s6000.c
---- linux-2.6.39/drivers/i2c/busses/i2c-s6000.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/i2c/busses/i2c-s6000.c        2011-05-22 19:36:31.000000000 -0400
-@@ -243,7 +243,7 @@ static u32 s6i2c_functionality(struct i2
-       return I2C_FUNC_I2C | I2C_FUNC_SMBUS_EMUL;
- }
+diff -urNp linux-3.0.4/drivers/i2c/busses/i2c-amd756-s4882.c linux-3.0.4/drivers/i2c/busses/i2c-amd756-s4882.c
+--- linux-3.0.4/drivers/i2c/busses/i2c-amd756-s4882.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/i2c/busses/i2c-amd756-s4882.c  2011-08-23 21:47:55.000000000 -0400
+@@ -43,7 +43,7 @@
+ extern struct i2c_adapter amd756_smbus;
+ static struct i2c_adapter *s4882_adapter;
+-static struct i2c_algorithm *s4882_algo;
++static i2c_algorithm_no_const *s4882_algo;
+ /* Wrapper access functions for multiplexed SMBus */
+ static DEFINE_MUTEX(amd756_lock);
+diff -urNp linux-3.0.4/drivers/i2c/busses/i2c-nforce2-s4985.c linux-3.0.4/drivers/i2c/busses/i2c-nforce2-s4985.c
+--- linux-3.0.4/drivers/i2c/busses/i2c-nforce2-s4985.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/i2c/busses/i2c-nforce2-s4985.c 2011-08-23 21:47:55.000000000 -0400
+@@ -41,7 +41,7 @@
+ extern struct i2c_adapter *nforce2_smbus;
  
--static struct i2c_algorithm s6i2c_algorithm = {
-+static const struct i2c_algorithm s6i2c_algorithm = {
-       .master_xfer   = s6i2c_master_xfer,
-       .functionality = s6i2c_functionality,
- };
-diff -urNp linux-2.6.39/drivers/i2c/busses/i2c-sh_mobile.c linux-2.6.39/drivers/i2c/busses/i2c-sh_mobile.c
---- linux-2.6.39/drivers/i2c/busses/i2c-sh_mobile.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/i2c/busses/i2c-sh_mobile.c    2011-05-22 19:36:31.000000000 -0400
-@@ -529,7 +529,7 @@ static u32 sh_mobile_i2c_func(struct i2c
-       return I2C_FUNC_I2C | I2C_FUNC_SMBUS_EMUL;
- }
+ static struct i2c_adapter *s4985_adapter;
+-static struct i2c_algorithm *s4985_algo;
++static i2c_algorithm_no_const *s4985_algo;
  
--static struct i2c_algorithm sh_mobile_i2c_algorithm = {
-+static const struct i2c_algorithm sh_mobile_i2c_algorithm = {
-       .functionality  = sh_mobile_i2c_func,
-       .master_xfer    = sh_mobile_i2c_xfer,
- };
-diff -urNp linux-2.6.39/drivers/ide/ide-cd.c linux-2.6.39/drivers/ide/ide-cd.c
---- linux-2.6.39/drivers/ide/ide-cd.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/ide/ide-cd.c  2011-05-22 19:36:31.000000000 -0400
+ /* Wrapper access functions for multiplexed SMBus */
+ static DEFINE_MUTEX(nforce2_lock);
+diff -urNp linux-3.0.4/drivers/i2c/i2c-mux.c linux-3.0.4/drivers/i2c/i2c-mux.c
+--- linux-3.0.4/drivers/i2c/i2c-mux.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/i2c/i2c-mux.c  2011-08-23 21:47:55.000000000 -0400
+@@ -28,7 +28,7 @@
+ /* multiplexer per channel data */
+ struct i2c_mux_priv {
+       struct i2c_adapter adap;
+-      struct i2c_algorithm algo;
++      i2c_algorithm_no_const algo;
+       struct i2c_adapter *parent;
+       void *mux_dev;  /* the mux chip/device */
+diff -urNp linux-3.0.4/drivers/ide/ide-cd.c linux-3.0.4/drivers/ide/ide-cd.c
+--- linux-3.0.4/drivers/ide/ide-cd.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/ide/ide-cd.c   2011-08-23 21:47:55.000000000 -0400
 @@ -769,7 +769,7 @@ static void cdrom_do_block_pc(ide_drive_
                alignment = queue_dma_alignment(q) | q->dma_pad_mask;
                if ((unsigned long)buf & alignment
@@ -30235,9 +26049,9 @@ diff -urNp linux-2.6.39/drivers/ide/ide-cd.c linux-2.6.39/drivers/ide/ide-cd.c
                        drive->dma = 0;
        }
  }
-diff -urNp linux-2.6.39/drivers/ide/ide-floppy.c linux-2.6.39/drivers/ide/ide-floppy.c
---- linux-2.6.39/drivers/ide/ide-floppy.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/ide/ide-floppy.c      2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/ide/ide-floppy.c linux-3.0.4/drivers/ide/ide-floppy.c
+--- linux-3.0.4/drivers/ide/ide-floppy.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/ide/ide-floppy.c       2011-08-23 21:48:14.000000000 -0400
 @@ -379,6 +379,8 @@ static int ide_floppy_get_capacity(ide_d
        u8 pc_buf[256], header_len, desc_cnt;
        int i, rc = 1, blocks, length;
@@ -30247,21 +26061,9 @@ diff -urNp linux-2.6.39/drivers/ide/ide-floppy.c linux-2.6.39/drivers/ide/ide-fl
        ide_debug_log(IDE_DBG_FUNC, "enter");
  
        drive->bios_cyl = 0;
-diff -urNp linux-2.6.39/drivers/ide/it821x.c linux-2.6.39/drivers/ide/it821x.c
---- linux-2.6.39/drivers/ide/it821x.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/ide/it821x.c  2011-05-22 19:36:31.000000000 -0400
-@@ -508,7 +508,7 @@ static void it821x_quirkproc(ide_drive_t
- }
--static struct ide_dma_ops it821x_pass_through_dma_ops = {
-+static const struct ide_dma_ops it821x_pass_through_dma_ops = {
-       .dma_host_set           = ide_dma_host_set,
-       .dma_setup              = ide_dma_setup,
-       .dma_start              = it821x_dma_start,
-diff -urNp linux-2.6.39/drivers/ide/setup-pci.c linux-2.6.39/drivers/ide/setup-pci.c
---- linux-2.6.39/drivers/ide/setup-pci.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/ide/setup-pci.c       2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/ide/setup-pci.c linux-3.0.4/drivers/ide/setup-pci.c
+--- linux-3.0.4/drivers/ide/setup-pci.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/ide/setup-pci.c        2011-08-23 21:48:14.000000000 -0400
 @@ -542,6 +542,8 @@ int ide_pci_init_two(struct pci_dev *dev
        int ret, i, n_ports = dev2 ? 4 : 2;
        struct ide_hw hw[4], *hws[] = { NULL, NULL, NULL, NULL };
@@ -30271,21 +26073,9 @@ diff -urNp linux-2.6.39/drivers/ide/setup-pci.c linux-2.6.39/drivers/ide/setup-p
        for (i = 0; i < n_ports / 2; i++) {
                ret = ide_setup_pci_controller(pdev[i], d, !i);
                if (ret < 0)
-diff -urNp linux-2.6.39/drivers/ide/trm290.c linux-2.6.39/drivers/ide/trm290.c
---- linux-2.6.39/drivers/ide/trm290.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/ide/trm290.c  2011-05-22 19:36:31.000000000 -0400
-@@ -314,7 +314,7 @@ static const struct ide_tp_ops trm290_tp
-       .output_data            = ide_output_data,
- };
--static struct ide_dma_ops trm290_dma_ops = {
-+static const struct ide_dma_ops trm290_dma_ops = {
-       .dma_host_set           = trm290_dma_host_set,
-       .dma_setup              = trm290_dma_setup,
-       .dma_start              = trm290_dma_start,
-diff -urNp linux-2.6.39/drivers/infiniband/core/cm.c linux-2.6.39/drivers/infiniband/core/cm.c
---- linux-2.6.39/drivers/infiniband/core/cm.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/infiniband/core/cm.c  2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/infiniband/core/cm.c linux-3.0.4/drivers/infiniband/core/cm.c
+--- linux-3.0.4/drivers/infiniband/core/cm.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/infiniband/core/cm.c   2011-08-23 21:47:55.000000000 -0400
 @@ -113,7 +113,7 @@ static char const counter_group_names[CM
  
  struct cm_counter_group {
@@ -30425,9 +26215,9 @@ diff -urNp linux-2.6.39/drivers/infiniband/core/cm.c linux-2.6.39/drivers/infini
  }
  
  static const struct sysfs_ops cm_counter_ops = {
-diff -urNp linux-2.6.39/drivers/infiniband/core/fmr_pool.c linux-2.6.39/drivers/infiniband/core/fmr_pool.c
---- linux-2.6.39/drivers/infiniband/core/fmr_pool.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/infiniband/core/fmr_pool.c    2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/infiniband/core/fmr_pool.c linux-3.0.4/drivers/infiniband/core/fmr_pool.c
+--- linux-3.0.4/drivers/infiniband/core/fmr_pool.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/infiniband/core/fmr_pool.c     2011-08-23 21:47:55.000000000 -0400
 @@ -97,8 +97,8 @@ struct ib_fmr_pool {
  
        struct task_struct       *thread;
@@ -30495,9 +26285,9 @@ diff -urNp linux-2.6.39/drivers/infiniband/core/fmr_pool.c linux-2.6.39/drivers/
                                wake_up_process(pool->thread);
                        }
                }
-diff -urNp linux-2.6.39/drivers/infiniband/hw/cxgb4/mem.c linux-2.6.39/drivers/infiniband/hw/cxgb4/mem.c
---- linux-2.6.39/drivers/infiniband/hw/cxgb4/mem.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/infiniband/hw/cxgb4/mem.c     2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/infiniband/hw/cxgb4/mem.c linux-3.0.4/drivers/infiniband/hw/cxgb4/mem.c
+--- linux-3.0.4/drivers/infiniband/hw/cxgb4/mem.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/infiniband/hw/cxgb4/mem.c      2011-08-23 21:47:55.000000000 -0400
 @@ -122,7 +122,7 @@ static int write_tpt_entry(struct c4iw_r
        int err;
        struct fw_ri_tpte tpt;
@@ -30516,21 +26306,9 @@ diff -urNp linux-2.6.39/drivers/infiniband/hw/cxgb4/mem.c linux-2.6.39/drivers/i
        }
        PDBG("%s stag_state 0x%0x type 0x%0x pdid 0x%0x, stag_idx 0x%x\n",
             __func__, stag_state, type, pdid, stag_idx);
-diff -urNp linux-2.6.39/drivers/infiniband/hw/ipath/ipath_dma.c linux-2.6.39/drivers/infiniband/hw/ipath/ipath_dma.c
---- linux-2.6.39/drivers/infiniband/hw/ipath/ipath_dma.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/infiniband/hw/ipath/ipath_dma.c       2011-05-22 19:36:31.000000000 -0400
-@@ -175,7 +175,7 @@ static void ipath_dma_free_coherent(stru
-       free_pages((unsigned long) cpu_addr, get_order(size));
- }
--struct ib_dma_mapping_ops ipath_dma_mapping_ops = {
-+const struct ib_dma_mapping_ops ipath_dma_mapping_ops = {
-       ipath_mapping_error,
-       ipath_dma_map_single,
-       ipath_dma_unmap_single,
-diff -urNp linux-2.6.39/drivers/infiniband/hw/ipath/ipath_fs.c linux-2.6.39/drivers/infiniband/hw/ipath/ipath_fs.c
---- linux-2.6.39/drivers/infiniband/hw/ipath/ipath_fs.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/infiniband/hw/ipath/ipath_fs.c        2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/infiniband/hw/ipath/ipath_fs.c linux-3.0.4/drivers/infiniband/hw/ipath/ipath_fs.c
+--- linux-3.0.4/drivers/infiniband/hw/ipath/ipath_fs.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/infiniband/hw/ipath/ipath_fs.c 2011-08-23 21:48:14.000000000 -0400
 @@ -113,6 +113,8 @@ static ssize_t atomic_counters_read(stru
        struct infinipath_counters counters;
        struct ipath_devdata *dd;
@@ -30540,9 +26318,9 @@ diff -urNp linux-2.6.39/drivers/infiniband/hw/ipath/ipath_fs.c linux-2.6.39/driv
        dd = file->f_path.dentry->d_inode->i_private;
        dd->ipath_f_read_counters(dd, &counters);
  
-diff -urNp linux-2.6.39/drivers/infiniband/hw/ipath/ipath_rc.c linux-2.6.39/drivers/infiniband/hw/ipath/ipath_rc.c
---- linux-2.6.39/drivers/infiniband/hw/ipath/ipath_rc.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/infiniband/hw/ipath/ipath_rc.c        2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/infiniband/hw/ipath/ipath_rc.c linux-3.0.4/drivers/infiniband/hw/ipath/ipath_rc.c
+--- linux-3.0.4/drivers/infiniband/hw/ipath/ipath_rc.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/infiniband/hw/ipath/ipath_rc.c 2011-08-23 21:47:55.000000000 -0400
 @@ -1868,7 +1868,7 @@ void ipath_rc_rcv(struct ipath_ibdev *de
                struct ib_atomic_eth *ateth;
                struct ipath_ack_entry *e;
@@ -30566,9 +26344,9 @@ diff -urNp linux-2.6.39/drivers/infiniband/hw/ipath/ipath_rc.c linux-2.6.39/driv
                        (u64) cmpxchg((u64 *) qp->r_sge.sge.vaddr,
                                      be64_to_cpu(ateth->compare_data),
                                      sdata);
-diff -urNp linux-2.6.39/drivers/infiniband/hw/ipath/ipath_ruc.c linux-2.6.39/drivers/infiniband/hw/ipath/ipath_ruc.c
---- linux-2.6.39/drivers/infiniband/hw/ipath/ipath_ruc.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/infiniband/hw/ipath/ipath_ruc.c       2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/infiniband/hw/ipath/ipath_ruc.c linux-3.0.4/drivers/infiniband/hw/ipath/ipath_ruc.c
+--- linux-3.0.4/drivers/infiniband/hw/ipath/ipath_ruc.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/infiniband/hw/ipath/ipath_ruc.c        2011-08-23 21:47:55.000000000 -0400
 @@ -266,7 +266,7 @@ static void ipath_ruc_loopback(struct ip
        unsigned long flags;
        struct ib_wc wc;
@@ -30592,20 +26370,9 @@ diff -urNp linux-2.6.39/drivers/infiniband/hw/ipath/ipath_ruc.c linux-2.6.39/dri
                        (u64) cmpxchg((u64 *) qp->r_sge.sge.vaddr,
                                      sdata, wqe->wr.wr.atomic.swap);
                goto send_comp;
-diff -urNp linux-2.6.39/drivers/infiniband/hw/ipath/ipath_verbs.h linux-2.6.39/drivers/infiniband/hw/ipath/ipath_verbs.h
---- linux-2.6.39/drivers/infiniband/hw/ipath/ipath_verbs.h     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/infiniband/hw/ipath/ipath_verbs.h     2011-05-22 19:36:31.000000000 -0400
-@@ -931,6 +931,6 @@ extern unsigned int ib_ipath_max_srq_wrs
- extern const u32 ib_ipath_rnr_table[];
--extern struct ib_dma_mapping_ops ipath_dma_mapping_ops;
-+extern const struct ib_dma_mapping_ops ipath_dma_mapping_ops;
- #endif                                /* IPATH_VERBS_H */
-diff -urNp linux-2.6.39/drivers/infiniband/hw/nes/nes.c linux-2.6.39/drivers/infiniband/hw/nes/nes.c
---- linux-2.6.39/drivers/infiniband/hw/nes/nes.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/infiniband/hw/nes/nes.c       2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/infiniband/hw/nes/nes.c linux-3.0.4/drivers/infiniband/hw/nes/nes.c
+--- linux-3.0.4/drivers/infiniband/hw/nes/nes.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/infiniband/hw/nes/nes.c        2011-08-23 21:47:55.000000000 -0400
 @@ -103,7 +103,7 @@ MODULE_PARM_DESC(limit_maxrdreqsz, "Limi
  LIST_HEAD(nes_adapter_list);
  static LIST_HEAD(nes_dev_list);
@@ -30624,9 +26391,9 @@ diff -urNp linux-2.6.39/drivers/infiniband/hw/nes/nes.c linux-2.6.39/drivers/inf
  
        /* Free the control structures */
  
-diff -urNp linux-2.6.39/drivers/infiniband/hw/nes/nes_cm.c linux-2.6.39/drivers/infiniband/hw/nes/nes_cm.c
---- linux-2.6.39/drivers/infiniband/hw/nes/nes_cm.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/infiniband/hw/nes/nes_cm.c    2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/infiniband/hw/nes/nes_cm.c linux-3.0.4/drivers/infiniband/hw/nes/nes_cm.c
+--- linux-3.0.4/drivers/infiniband/hw/nes/nes_cm.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/infiniband/hw/nes/nes_cm.c     2011-08-23 21:47:55.000000000 -0400
 @@ -68,14 +68,14 @@ u32 cm_packets_dropped;
  u32 cm_packets_retrans;
  u32 cm_packets_created;
@@ -30803,7 +26570,7 @@ diff -urNp linux-2.6.39/drivers/infiniband/hw/nes/nes_cm.c linux-2.6.39/drivers/
 -      atomic_inc(&cm_closes);
 +      atomic_inc_unchecked(&cm_closes);
        cm_event.event = IW_CM_EVENT_CLOSE;
-       cm_event.status = IW_CM_EVENT_STATUS_OK;
+       cm_event.status = 0;
        cm_event.provider_data = cm_id->provider_data;
 @@ -3529,7 +3529,7 @@ static void cm_event_mpa_req(struct nes_
                return;
@@ -30823,9 +26590,9 @@ diff -urNp linux-2.6.39/drivers/infiniband/hw/nes/nes_cm.c linux-2.6.39/drivers/
        nes_debug(NES_DBG_CM, "cm_node = %p - cm_id = %p, jiffies = %lu\n",
                        cm_node, cm_id, jiffies);
  
-diff -urNp linux-2.6.39/drivers/infiniband/hw/nes/nes.h linux-2.6.39/drivers/infiniband/hw/nes/nes.h
---- linux-2.6.39/drivers/infiniband/hw/nes/nes.h       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/infiniband/hw/nes/nes.h       2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/infiniband/hw/nes/nes.h linux-3.0.4/drivers/infiniband/hw/nes/nes.h
+--- linux-3.0.4/drivers/infiniband/hw/nes/nes.h        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/infiniband/hw/nes/nes.h        2011-08-23 21:47:55.000000000 -0400
 @@ -175,17 +175,17 @@ extern unsigned int nes_debug_level;
  extern unsigned int wqm_quanta;
  extern struct list_head nes_adapter_list;
@@ -30877,10 +26644,10 @@ diff -urNp linux-2.6.39/drivers/infiniband/hw/nes/nes.h linux-2.6.39/drivers/inf
  
  extern u32 int_mod_timer_init;
  extern u32 int_mod_cq_depth_256;
-diff -urNp linux-2.6.39/drivers/infiniband/hw/nes/nes_nic.c linux-2.6.39/drivers/infiniband/hw/nes/nes_nic.c
---- linux-2.6.39/drivers/infiniband/hw/nes/nes_nic.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/infiniband/hw/nes/nes_nic.c   2011-05-22 19:36:31.000000000 -0400
-@@ -1302,31 +1302,31 @@ static void nes_netdev_get_ethtool_stats
+diff -urNp linux-3.0.4/drivers/infiniband/hw/nes/nes_nic.c linux-3.0.4/drivers/infiniband/hw/nes/nes_nic.c
+--- linux-3.0.4/drivers/infiniband/hw/nes/nes_nic.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/infiniband/hw/nes/nes_nic.c    2011-08-23 21:47:55.000000000 -0400
+@@ -1274,31 +1274,31 @@ static void nes_netdev_get_ethtool_stats
        target_stat_values[++index] = mh_detected;
        target_stat_values[++index] = mh_pauses_sent;
        target_stat_values[++index] = nesvnic->endnode_ipv4_tcp_retransmits;
@@ -30930,9 +26697,9 @@ diff -urNp linux-2.6.39/drivers/infiniband/hw/nes/nes_nic.c linux-2.6.39/drivers
        target_stat_values[++index] = nesadapter->free_4kpbl;
        target_stat_values[++index] = nesadapter->free_256pbl;
        target_stat_values[++index] = int_mod_timer_init;
-diff -urNp linux-2.6.39/drivers/infiniband/hw/nes/nes_verbs.c linux-2.6.39/drivers/infiniband/hw/nes/nes_verbs.c
---- linux-2.6.39/drivers/infiniband/hw/nes/nes_verbs.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/infiniband/hw/nes/nes_verbs.c 2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/infiniband/hw/nes/nes_verbs.c linux-3.0.4/drivers/infiniband/hw/nes/nes_verbs.c
+--- linux-3.0.4/drivers/infiniband/hw/nes/nes_verbs.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/infiniband/hw/nes/nes_verbs.c  2011-08-23 21:47:55.000000000 -0400
 @@ -46,9 +46,9 @@
  
  #include <rdma/ib_umem.h>
@@ -30964,9 +26731,9 @@ diff -urNp linux-2.6.39/drivers/infiniband/hw/nes/nes_verbs.c linux-2.6.39/drive
        nesqp->destroyed = 1;
  
        /* Blow away the connection if it exists. */
-diff -urNp linux-2.6.39/drivers/infiniband/hw/qib/qib.h linux-2.6.39/drivers/infiniband/hw/qib/qib.h
---- linux-2.6.39/drivers/infiniband/hw/qib/qib.h       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/infiniband/hw/qib/qib.h       2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/infiniband/hw/qib/qib.h linux-3.0.4/drivers/infiniband/hw/qib/qib.h
+--- linux-3.0.4/drivers/infiniband/hw/qib/qib.h        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/infiniband/hw/qib/qib.h        2011-08-23 21:47:55.000000000 -0400
 @@ -51,6 +51,7 @@
  #include <linux/completion.h>
  #include <linux/kref.h>
@@ -30975,42 +26742,9 @@ diff -urNp linux-2.6.39/drivers/infiniband/hw/qib/qib.h linux-2.6.39/drivers/inf
  
  #include "qib_common.h"
  #include "qib_verbs.h"
-@@ -87,7 +88,7 @@ struct qlogic_ib_stats {
- };
- extern struct qlogic_ib_stats qib_stats;
--extern struct pci_error_handlers qib_pci_err_handler;
-+extern const struct pci_error_handlers qib_pci_err_handler;
- extern struct pci_driver qib_driver;
- #define QIB_CHIP_SWVERSION QIB_CHIP_VERS_MAJ
-diff -urNp linux-2.6.39/drivers/infiniband/hw/qib/qib_mmap.c linux-2.6.39/drivers/infiniband/hw/qib/qib_mmap.c
---- linux-2.6.39/drivers/infiniband/hw/qib/qib_mmap.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/infiniband/hw/qib/qib_mmap.c  2011-05-22 19:36:31.000000000 -0400
-@@ -75,7 +75,7 @@ static void qib_vma_close(struct vm_area
-       kref_put(&ip->ref, qib_release_mmap_info);
- }
--static struct vm_operations_struct qib_vm_ops = {
-+static const struct vm_operations_struct qib_vm_ops = {
-       .open =     qib_vma_open,
-       .close =    qib_vma_close,
- };
-diff -urNp linux-2.6.39/drivers/infiniband/hw/qib/qib_pcie.c linux-2.6.39/drivers/infiniband/hw/qib/qib_pcie.c
---- linux-2.6.39/drivers/infiniband/hw/qib/qib_pcie.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/infiniband/hw/qib/qib_pcie.c  2011-05-22 19:36:31.000000000 -0400
-@@ -735,7 +735,7 @@ qib_pci_resume(struct pci_dev *pdev)
-       qib_init(dd, 1); /* same as re-init after reset */
- }
--struct pci_error_handlers qib_pci_err_handler = {
-+const struct pci_error_handlers qib_pci_err_handler = {
-       .error_detected = qib_pci_error_detected,
-       .mmio_enabled = qib_pci_mmio_enabled,
-       .link_reset = qib_pci_link_reset,
-diff -urNp linux-2.6.39/drivers/input/gameport/gameport.c linux-2.6.39/drivers/input/gameport/gameport.c
---- linux-2.6.39/drivers/input/gameport/gameport.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/input/gameport/gameport.c     2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/input/gameport/gameport.c linux-3.0.4/drivers/input/gameport/gameport.c
+--- linux-3.0.4/drivers/input/gameport/gameport.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/input/gameport/gameport.c      2011-08-23 21:47:55.000000000 -0400
 @@ -488,14 +488,14 @@ EXPORT_SYMBOL(gameport_set_phys);
   */
  static void gameport_init_port(struct gameport *gameport)
@@ -31028,10 +26762,10 @@ diff -urNp linux-2.6.39/drivers/input/gameport/gameport.c linux-2.6.39/drivers/i
        gameport->dev.bus = &gameport_bus;
        gameport->dev.release = gameport_release_port;
        if (gameport->parent)
-diff -urNp linux-2.6.39/drivers/input/input.c linux-2.6.39/drivers/input/input.c
---- linux-2.6.39/drivers/input/input.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/input/input.c 2011-05-22 19:36:31.000000000 -0400
-@@ -1815,7 +1815,7 @@ static void input_cleanse_bitmasks(struc
+diff -urNp linux-3.0.4/drivers/input/input.c linux-3.0.4/drivers/input/input.c
+--- linux-3.0.4/drivers/input/input.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/input/input.c  2011-08-23 21:47:55.000000000 -0400
+@@ -1814,7 +1814,7 @@ static void input_cleanse_bitmasks(struc
   */
  int input_register_device(struct input_dev *dev)
  {
@@ -31040,7 +26774,7 @@ diff -urNp linux-2.6.39/drivers/input/input.c linux-2.6.39/drivers/input/input.c
        struct input_handler *handler;
        const char *path;
        int error;
-@@ -1852,7 +1852,7 @@ int input_register_device(struct input_d
+@@ -1851,7 +1851,7 @@ int input_register_device(struct input_d
                dev->setkeycode = input_default_setkeycode;
  
        dev_set_name(&dev->dev, "input%ld",
@@ -31049,9 +26783,9 @@ diff -urNp linux-2.6.39/drivers/input/input.c linux-2.6.39/drivers/input/input.c
  
        error = device_add(&dev->dev);
        if (error)
-diff -urNp linux-2.6.39/drivers/input/joystick/sidewinder.c linux-2.6.39/drivers/input/joystick/sidewinder.c
---- linux-2.6.39/drivers/input/joystick/sidewinder.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/input/joystick/sidewinder.c   2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/input/joystick/sidewinder.c linux-3.0.4/drivers/input/joystick/sidewinder.c
+--- linux-3.0.4/drivers/input/joystick/sidewinder.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/input/joystick/sidewinder.c    2011-08-23 21:48:14.000000000 -0400
 @@ -30,6 +30,7 @@
  #include <linux/kernel.h>
  #include <linux/module.h>
@@ -31069,9 +26803,9 @@ diff -urNp linux-2.6.39/drivers/input/joystick/sidewinder.c linux-2.6.39/drivers
        i = sw_read_packet(sw->gameport, buf, sw->length, 0);
  
        if (sw->type == SW_ID_3DP && sw->length == 66 && i != 66) {             /* Broken packet, try to fix */
-diff -urNp linux-2.6.39/drivers/input/joystick/xpad.c linux-2.6.39/drivers/input/joystick/xpad.c
---- linux-2.6.39/drivers/input/joystick/xpad.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/input/joystick/xpad.c 2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/input/joystick/xpad.c linux-3.0.4/drivers/input/joystick/xpad.c
+--- linux-3.0.4/drivers/input/joystick/xpad.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/input/joystick/xpad.c  2011-08-23 21:47:55.000000000 -0400
 @@ -689,7 +689,7 @@ static void xpad_led_set(struct led_clas
  
  static int xpad_led_probe(struct usb_xpad *xpad)
@@ -31090,10 +26824,10 @@ diff -urNp linux-2.6.39/drivers/input/joystick/xpad.c linux-2.6.39/drivers/input
  
        snprintf(led->name, sizeof(led->name), "xpad%ld", led_no);
        led->xpad = xpad;
-diff -urNp linux-2.6.39/drivers/input/mousedev.c linux-2.6.39/drivers/input/mousedev.c
---- linux-2.6.39/drivers/input/mousedev.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/input/mousedev.c      2011-05-22 19:36:31.000000000 -0400
-@@ -764,7 +764,7 @@ static ssize_t mousedev_read(struct file
+diff -urNp linux-3.0.4/drivers/input/mousedev.c linux-3.0.4/drivers/input/mousedev.c
+--- linux-3.0.4/drivers/input/mousedev.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/input/mousedev.c       2011-08-23 21:47:55.000000000 -0400
+@@ -763,7 +763,7 @@ static ssize_t mousedev_read(struct file
  
        spin_unlock_irq(&client->packet_lock);
  
@@ -31102,9 +26836,9 @@ diff -urNp linux-2.6.39/drivers/input/mousedev.c linux-2.6.39/drivers/input/mous
                return -EFAULT;
  
        return count;
-diff -urNp linux-2.6.39/drivers/input/serio/serio.c linux-2.6.39/drivers/input/serio/serio.c
---- linux-2.6.39/drivers/input/serio/serio.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/input/serio/serio.c   2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/input/serio/serio.c linux-3.0.4/drivers/input/serio/serio.c
+--- linux-3.0.4/drivers/input/serio/serio.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/input/serio/serio.c    2011-08-23 21:47:55.000000000 -0400
 @@ -497,7 +497,7 @@ static void serio_release_port(struct de
   */
  static void serio_init_port(struct serio *serio)
@@ -31123,10 +26857,10 @@ diff -urNp linux-2.6.39/drivers/input/serio/serio.c linux-2.6.39/drivers/input/s
        serio->dev.bus = &serio_bus;
        serio->dev.release = serio_release_port;
        serio->dev.groups = serio_device_attr_groups;
-diff -urNp linux-2.6.39/drivers/isdn/capi/capi.c linux-2.6.39/drivers/isdn/capi/capi.c
---- linux-2.6.39/drivers/isdn/capi/capi.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/isdn/capi/capi.c      2011-05-22 19:36:31.000000000 -0400
-@@ -89,8 +89,8 @@ struct capiminor {
+diff -urNp linux-3.0.4/drivers/isdn/capi/capi.c linux-3.0.4/drivers/isdn/capi/capi.c
+--- linux-3.0.4/drivers/isdn/capi/capi.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/isdn/capi/capi.c       2011-08-23 21:47:55.000000000 -0400
+@@ -83,8 +83,8 @@ struct capiminor {
  
        struct capi20_appl      *ap;
        u32                     ncci;
@@ -31137,7 +26871,7 @@ diff -urNp linux-2.6.39/drivers/isdn/capi/capi.c linux-2.6.39/drivers/isdn/capi/
  
        struct tty_port port;
        int                ttyinstop;
-@@ -414,7 +414,7 @@ gen_data_b3_resp_for(struct capiminor *m
+@@ -397,7 +397,7 @@ gen_data_b3_resp_for(struct capiminor *m
                capimsg_setu16(s, 2, mp->ap->applid);
                capimsg_setu8 (s, 4, CAPI_DATA_B3);
                capimsg_setu8 (s, 5, CAPI_RESP);
@@ -31146,7 +26880,7 @@ diff -urNp linux-2.6.39/drivers/isdn/capi/capi.c linux-2.6.39/drivers/isdn/capi/
                capimsg_setu32(s, 8, mp->ncci);
                capimsg_setu16(s, 12, datahandle);
        }
-@@ -547,14 +547,14 @@ static void handle_minor_send(struct cap
+@@ -518,14 +518,14 @@ static void handle_minor_send(struct cap
                mp->outbytes -= len;
                spin_unlock_bh(&mp->outlock);
  
@@ -31163,9 +26897,9 @@ diff -urNp linux-2.6.39/drivers/isdn/capi/capi.c linux-2.6.39/drivers/isdn/capi/
                capimsg_setu32(skb->data, 8, mp->ncci); /* NCCI */
                capimsg_setu32(skb->data, 12, (u32)(long)skb->data);/* Data32 */
                capimsg_setu16(skb->data, 16, len);     /* Data length */
-diff -urNp linux-2.6.39/drivers/isdn/gigaset/common.c linux-2.6.39/drivers/isdn/gigaset/common.c
---- linux-2.6.39/drivers/isdn/gigaset/common.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/isdn/gigaset/common.c 2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/isdn/gigaset/common.c linux-3.0.4/drivers/isdn/gigaset/common.c
+--- linux-3.0.4/drivers/isdn/gigaset/common.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/isdn/gigaset/common.c  2011-08-23 21:47:55.000000000 -0400
 @@ -723,7 +723,7 @@ struct cardstate *gigaset_initcs(struct 
        cs->commands_pending = 0;
        cs->cur_at_seq = 0;
@@ -31175,9 +26909,9 @@ diff -urNp linux-2.6.39/drivers/isdn/gigaset/common.c linux-2.6.39/drivers/isdn/
        cs->dev = NULL;
        cs->tty = NULL;
        cs->tty_dev = NULL;
-diff -urNp linux-2.6.39/drivers/isdn/gigaset/gigaset.h linux-2.6.39/drivers/isdn/gigaset/gigaset.h
---- linux-2.6.39/drivers/isdn/gigaset/gigaset.h        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/isdn/gigaset/gigaset.h        2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/isdn/gigaset/gigaset.h linux-3.0.4/drivers/isdn/gigaset/gigaset.h
+--- linux-3.0.4/drivers/isdn/gigaset/gigaset.h 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/isdn/gigaset/gigaset.h 2011-08-23 21:47:55.000000000 -0400
 @@ -35,6 +35,7 @@
  #include <linux/tty_driver.h>
  #include <linux/list.h>
@@ -31195,11 +26929,11 @@ diff -urNp linux-2.6.39/drivers/isdn/gigaset/gigaset.h linux-2.6.39/drivers/isdn
        struct tty_struct *tty;
        struct tasklet_struct if_wake_tasklet;
        unsigned control_state;
-diff -urNp linux-2.6.39/drivers/isdn/gigaset/interface.c linux-2.6.39/drivers/isdn/gigaset/interface.c
---- linux-2.6.39/drivers/isdn/gigaset/interface.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/isdn/gigaset/interface.c      2011-05-22 19:36:31.000000000 -0400
-@@ -160,9 +160,7 @@ static int if_open(struct tty_struct *tt
-               return -ERESTARTSYS;
+diff -urNp linux-3.0.4/drivers/isdn/gigaset/interface.c linux-3.0.4/drivers/isdn/gigaset/interface.c
+--- linux-3.0.4/drivers/isdn/gigaset/interface.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/isdn/gigaset/interface.c       2011-08-23 21:47:55.000000000 -0400
+@@ -162,9 +162,7 @@ static int if_open(struct tty_struct *tt
+       }
        tty->driver_data = cs;
  
 -      ++cs->open_count;
@@ -31209,7 +26943,7 @@ diff -urNp linux-2.6.39/drivers/isdn/gigaset/interface.c linux-2.6.39/drivers/is
                spin_lock_irqsave(&cs->lock, flags);
                cs->tty = tty;
                spin_unlock_irqrestore(&cs->lock, flags);
-@@ -190,10 +188,10 @@ static void if_close(struct tty_struct *
+@@ -192,10 +190,10 @@ static void if_close(struct tty_struct *
  
        if (!cs->connected)
                gig_dbg(DEBUG_IF, "not connected");     /* nothing to do */
@@ -31222,7 +26956,7 @@ diff -urNp linux-2.6.39/drivers/isdn/gigaset/interface.c linux-2.6.39/drivers/is
                        spin_lock_irqsave(&cs->lock, flags);
                        cs->tty = NULL;
                        spin_unlock_irqrestore(&cs->lock, flags);
-@@ -228,7 +226,7 @@ static int if_ioctl(struct tty_struct *t
+@@ -230,7 +228,7 @@ static int if_ioctl(struct tty_struct *t
        if (!cs->connected) {
                gig_dbg(DEBUG_IF, "not connected");
                retval = -ENODEV;
@@ -31231,7 +26965,7 @@ diff -urNp linux-2.6.39/drivers/isdn/gigaset/interface.c linux-2.6.39/drivers/is
                dev_warn(cs->dev, "%s: device not opened\n", __func__);
        else {
                retval = 0;
-@@ -358,7 +356,7 @@ static int if_write(struct tty_struct *t
+@@ -360,7 +358,7 @@ static int if_write(struct tty_struct *t
                retval = -ENODEV;
                goto done;
        }
@@ -31240,7 +26974,7 @@ diff -urNp linux-2.6.39/drivers/isdn/gigaset/interface.c linux-2.6.39/drivers/is
                dev_warn(cs->dev, "%s: device not opened\n", __func__);
                retval = -ENODEV;
                goto done;
-@@ -411,7 +409,7 @@ static int if_write_room(struct tty_stru
+@@ -413,7 +411,7 @@ static int if_write_room(struct tty_stru
        if (!cs->connected) {
                gig_dbg(DEBUG_IF, "not connected");
                retval = -ENODEV;
@@ -31249,7 +26983,7 @@ diff -urNp linux-2.6.39/drivers/isdn/gigaset/interface.c linux-2.6.39/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");
-@@ -441,7 +439,7 @@ static int if_chars_in_buffer(struct tty
+@@ -443,7 +441,7 @@ static int if_chars_in_buffer(struct tty
  
        if (!cs->connected)
                gig_dbg(DEBUG_IF, "not connected");
@@ -31258,7 +26992,7 @@ diff -urNp linux-2.6.39/drivers/isdn/gigaset/interface.c linux-2.6.39/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");
-@@ -469,7 +467,7 @@ static void if_throttle(struct tty_struc
+@@ -471,7 +469,7 @@ static void if_throttle(struct tty_struc
  
        if (!cs->connected)
                gig_dbg(DEBUG_IF, "not connected");     /* nothing to do */
@@ -31267,7 +27001,7 @@ diff -urNp linux-2.6.39/drivers/isdn/gigaset/interface.c linux-2.6.39/drivers/is
                dev_warn(cs->dev, "%s: device not opened\n", __func__);
        else
                gig_dbg(DEBUG_IF, "%s: not implemented\n", __func__);
-@@ -493,7 +491,7 @@ static void if_unthrottle(struct tty_str
+@@ -495,7 +493,7 @@ static void if_unthrottle(struct tty_str
  
        if (!cs->connected)
                gig_dbg(DEBUG_IF, "not connected");     /* nothing to do */
@@ -31276,7 +27010,7 @@ diff -urNp linux-2.6.39/drivers/isdn/gigaset/interface.c linux-2.6.39/drivers/is
                dev_warn(cs->dev, "%s: device not opened\n", __func__);
        else
                gig_dbg(DEBUG_IF, "%s: not implemented\n", __func__);
-@@ -524,7 +522,7 @@ static void if_set_termios(struct tty_st
+@@ -526,7 +524,7 @@ static void if_set_termios(struct tty_st
                goto out;
        }
  
@@ -31285,9 +27019,9 @@ diff -urNp linux-2.6.39/drivers/isdn/gigaset/interface.c linux-2.6.39/drivers/is
                dev_warn(cs->dev, "%s: device not opened\n", __func__);
                goto out;
        }
-diff -urNp linux-2.6.39/drivers/isdn/hardware/avm/b1.c linux-2.6.39/drivers/isdn/hardware/avm/b1.c
---- linux-2.6.39/drivers/isdn/hardware/avm/b1.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/isdn/hardware/avm/b1.c        2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/isdn/hardware/avm/b1.c linux-3.0.4/drivers/isdn/hardware/avm/b1.c
+--- linux-3.0.4/drivers/isdn/hardware/avm/b1.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/isdn/hardware/avm/b1.c 2011-08-23 21:47:55.000000000 -0400
 @@ -176,7 +176,7 @@ int b1_load_t4file(avmcard *card, capilo
        }
        if (left) {
@@ -31306,9 +27040,9 @@ diff -urNp linux-2.6.39/drivers/isdn/hardware/avm/b1.c linux-2.6.39/drivers/isdn
                                return -EFAULT;
                } else {
                        memcpy(buf, dp, left);
-diff -urNp linux-2.6.39/drivers/isdn/hardware/eicon/capidtmf.c linux-2.6.39/drivers/isdn/hardware/eicon/capidtmf.c
---- linux-2.6.39/drivers/isdn/hardware/eicon/capidtmf.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/isdn/hardware/eicon/capidtmf.c        2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/isdn/hardware/eicon/capidtmf.c linux-3.0.4/drivers/isdn/hardware/eicon/capidtmf.c
+--- linux-3.0.4/drivers/isdn/hardware/eicon/capidtmf.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/isdn/hardware/eicon/capidtmf.c 2011-08-23 21:48:14.000000000 -0400
 @@ -498,6 +498,7 @@ void capidtmf_recv_block (t_capidtmf_sta
    byte goertzel_result_buffer[CAPIDTMF_RECV_TOTAL_FREQUENCY_COUNT];
      short windowed_sample_buffer[CAPIDTMF_RECV_WINDOWED_SAMPLES];
@@ -31317,9 +27051,9 @@ diff -urNp linux-2.6.39/drivers/isdn/hardware/eicon/capidtmf.c linux-2.6.39/driv
  
    if (p_state->recv.state & CAPIDTMF_RECV_STATE_DTMF_ACTIVE)
    {
-diff -urNp linux-2.6.39/drivers/isdn/hardware/eicon/capifunc.c linux-2.6.39/drivers/isdn/hardware/eicon/capifunc.c
---- linux-2.6.39/drivers/isdn/hardware/eicon/capifunc.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/isdn/hardware/eicon/capifunc.c        2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/isdn/hardware/eicon/capifunc.c linux-3.0.4/drivers/isdn/hardware/eicon/capifunc.c
+--- linux-3.0.4/drivers/isdn/hardware/eicon/capifunc.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/isdn/hardware/eicon/capifunc.c 2011-08-23 21:48:14.000000000 -0400
 @@ -1055,6 +1055,8 @@ static int divacapi_connect_didd(void)
        IDI_SYNC_REQ req;
        DESCRIPTOR DIDD_Table[MAX_DESCRIPTORS];
@@ -31329,9 +27063,9 @@ diff -urNp linux-2.6.39/drivers/isdn/hardware/eicon/capifunc.c linux-2.6.39/driv
        DIVA_DIDD_Read(DIDD_Table, sizeof(DIDD_Table));
  
        for (x = 0; x < MAX_DESCRIPTORS; x++) {
-diff -urNp linux-2.6.39/drivers/isdn/hardware/eicon/diddfunc.c linux-2.6.39/drivers/isdn/hardware/eicon/diddfunc.c
---- linux-2.6.39/drivers/isdn/hardware/eicon/diddfunc.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/isdn/hardware/eicon/diddfunc.c        2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/isdn/hardware/eicon/diddfunc.c linux-3.0.4/drivers/isdn/hardware/eicon/diddfunc.c
+--- linux-3.0.4/drivers/isdn/hardware/eicon/diddfunc.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/isdn/hardware/eicon/diddfunc.c 2011-08-23 21:48:14.000000000 -0400
 @@ -54,6 +54,8 @@ static int DIVA_INIT_FUNCTION connect_di
        IDI_SYNC_REQ req;
        DESCRIPTOR DIDD_Table[MAX_DESCRIPTORS];
@@ -31341,10 +27075,10 @@ diff -urNp linux-2.6.39/drivers/isdn/hardware/eicon/diddfunc.c linux-2.6.39/driv
        DIVA_DIDD_Read(DIDD_Table, sizeof(DIDD_Table));
  
        for (x = 0; x < MAX_DESCRIPTORS; x++) {
-diff -urNp linux-2.6.39/drivers/isdn/hardware/eicon/divasfunc.c linux-2.6.39/drivers/isdn/hardware/eicon/divasfunc.c
---- linux-2.6.39/drivers/isdn/hardware/eicon/divasfunc.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/isdn/hardware/eicon/divasfunc.c       2011-05-22 19:36:31.000000000 -0400
-@@ -161,6 +161,8 @@ static int DIVA_INIT_FUNCTION connect_di
+diff -urNp linux-3.0.4/drivers/isdn/hardware/eicon/divasfunc.c linux-3.0.4/drivers/isdn/hardware/eicon/divasfunc.c
+--- linux-3.0.4/drivers/isdn/hardware/eicon/divasfunc.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/isdn/hardware/eicon/divasfunc.c        2011-08-23 21:48:14.000000000 -0400
+@@ -160,6 +160,8 @@ static int DIVA_INIT_FUNCTION connect_di
        IDI_SYNC_REQ req;
        DESCRIPTOR DIDD_Table[MAX_DESCRIPTORS];
  
@@ -31353,9 +27087,21 @@ diff -urNp linux-2.6.39/drivers/isdn/hardware/eicon/divasfunc.c linux-2.6.39/dri
        DIVA_DIDD_Read(DIDD_Table, sizeof(DIDD_Table));
  
        for (x = 0; x < MAX_DESCRIPTORS; x++) {
-diff -urNp linux-2.6.39/drivers/isdn/hardware/eicon/idifunc.c linux-2.6.39/drivers/isdn/hardware/eicon/idifunc.c
---- linux-2.6.39/drivers/isdn/hardware/eicon/idifunc.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/isdn/hardware/eicon/idifunc.c 2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/isdn/hardware/eicon/divasync.h linux-3.0.4/drivers/isdn/hardware/eicon/divasync.h
+--- linux-3.0.4/drivers/isdn/hardware/eicon/divasync.h 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/isdn/hardware/eicon/divasync.h 2011-08-23 21:47:55.000000000 -0400
+@@ -146,7 +146,7 @@ typedef struct _diva_didd_add_adapter {
+ } diva_didd_add_adapter_t;
+ typedef struct _diva_didd_remove_adapter {
+  IDI_CALL p_request;
+-} diva_didd_remove_adapter_t;
++} __no_const diva_didd_remove_adapter_t;
+ typedef struct _diva_didd_read_adapter_array {
+  void   * buffer;
+  dword length;
+diff -urNp linux-3.0.4/drivers/isdn/hardware/eicon/idifunc.c linux-3.0.4/drivers/isdn/hardware/eicon/idifunc.c
+--- linux-3.0.4/drivers/isdn/hardware/eicon/idifunc.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/isdn/hardware/eicon/idifunc.c  2011-08-23 21:48:14.000000000 -0400
 @@ -188,6 +188,8 @@ static int DIVA_INIT_FUNCTION connect_di
        IDI_SYNC_REQ req;
        DESCRIPTOR DIDD_Table[MAX_DESCRIPTORS];
@@ -31365,10 +27111,10 @@ diff -urNp linux-2.6.39/drivers/isdn/hardware/eicon/idifunc.c linux-2.6.39/drive
        DIVA_DIDD_Read(DIDD_Table, sizeof(DIDD_Table));
  
        for (x = 0; x < MAX_DESCRIPTORS; x++) {
-diff -urNp linux-2.6.39/drivers/isdn/hardware/eicon/message.c linux-2.6.39/drivers/isdn/hardware/eicon/message.c
---- linux-2.6.39/drivers/isdn/hardware/eicon/message.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/isdn/hardware/eicon/message.c 2011-05-22 19:36:31.000000000 -0400
-@@ -4889,6 +4889,8 @@ static void sig_ind(PLCI *plci)
+diff -urNp linux-3.0.4/drivers/isdn/hardware/eicon/message.c linux-3.0.4/drivers/isdn/hardware/eicon/message.c
+--- linux-3.0.4/drivers/isdn/hardware/eicon/message.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/isdn/hardware/eicon/message.c  2011-08-23 21:48:14.000000000 -0400
+@@ -4886,6 +4886,8 @@ static void sig_ind(PLCI *plci)
    dword d;
    word w;
  
@@ -31377,7 +27123,7 @@ diff -urNp linux-2.6.39/drivers/isdn/hardware/eicon/message.c linux-2.6.39/drive
    a = plci->adapter;
    Id = ((word)plci->Id<<8)|a->Id;
    PUT_WORD(&SS_Ind[4],0x0000);
-@@ -7484,6 +7486,8 @@ static word add_b1(PLCI *plci, API_PARSE
+@@ -7480,6 +7482,8 @@ static word add_b1(PLCI *plci, API_PARSE
    word j, n, w;
    dword d;
  
@@ -31386,7 +27132,7 @@ diff -urNp linux-2.6.39/drivers/isdn/hardware/eicon/message.c linux-2.6.39/drive
  
    for(i=0;i<8;i++) bp_parms[i].length = 0;
    for(i=0;i<2;i++) global_config[i].length = 0;
-@@ -7958,6 +7962,8 @@ static word add_b23(PLCI *plci, API_PARS
+@@ -7954,6 +7958,8 @@ static word add_b23(PLCI *plci, API_PARS
    const byte llc3[] = {4,3,2,2,6,6,0};
    const byte header[] = {0,2,3,3,0,0,0};
  
@@ -31395,7 +27141,7 @@ diff -urNp linux-2.6.39/drivers/isdn/hardware/eicon/message.c linux-2.6.39/drive
    for(i=0;i<8;i++) bp_parms[i].length = 0;
    for(i=0;i<6;i++) b2_config_parms[i].length = 0;
    for(i=0;i<5;i++) b3_config_parms[i].length = 0;
-@@ -14760,6 +14766,8 @@ static void group_optimization(DIVA_CAPI
+@@ -14741,6 +14747,8 @@ static void group_optimization(DIVA_CAPI
    word appl_number_group_type[MAX_APPL];
    PLCI   *auxplci;
  
@@ -31404,9 +27150,9 @@ diff -urNp linux-2.6.39/drivers/isdn/hardware/eicon/message.c linux-2.6.39/drive
    set_group_ind_mask (plci); /* all APPLs within this inc. call are allowed to dial in */
  
    if(!a->group_optimization_enabled)
-diff -urNp linux-2.6.39/drivers/isdn/hardware/eicon/mntfunc.c linux-2.6.39/drivers/isdn/hardware/eicon/mntfunc.c
---- linux-2.6.39/drivers/isdn/hardware/eicon/mntfunc.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/isdn/hardware/eicon/mntfunc.c 2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/isdn/hardware/eicon/mntfunc.c linux-3.0.4/drivers/isdn/hardware/eicon/mntfunc.c
+--- linux-3.0.4/drivers/isdn/hardware/eicon/mntfunc.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/isdn/hardware/eicon/mntfunc.c  2011-08-23 21:48:14.000000000 -0400
 @@ -79,6 +79,8 @@ static int DIVA_INIT_FUNCTION connect_di
        IDI_SYNC_REQ req;
        DESCRIPTOR DIDD_Table[MAX_DESCRIPTORS];
@@ -31416,10 +27162,22 @@ diff -urNp linux-2.6.39/drivers/isdn/hardware/eicon/mntfunc.c linux-2.6.39/drive
        DIVA_DIDD_Read(DIDD_Table, sizeof(DIDD_Table));
  
        for (x = 0; x < MAX_DESCRIPTORS; x++) {
-diff -urNp linux-2.6.39/drivers/isdn/i4l/isdn_common.c linux-2.6.39/drivers/isdn/i4l/isdn_common.c
---- linux-2.6.39/drivers/isdn/i4l/isdn_common.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/isdn/i4l/isdn_common.c        2011-05-22 19:36:31.000000000 -0400
-@@ -1292,6 +1292,8 @@ isdn_ioctl(struct file *file, uint cmd, 
+diff -urNp linux-3.0.4/drivers/isdn/hardware/eicon/xdi_adapter.h linux-3.0.4/drivers/isdn/hardware/eicon/xdi_adapter.h
+--- linux-3.0.4/drivers/isdn/hardware/eicon/xdi_adapter.h      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/isdn/hardware/eicon/xdi_adapter.h      2011-08-23 21:47:55.000000000 -0400
+@@ -44,7 +44,7 @@ typedef struct _xdi_mbox_t {
+ typedef struct _diva_os_idi_adapter_interface {
+       diva_init_card_proc_t cleanup_adapter_proc;
+       diva_cmd_card_proc_t cmd_proc;
+-} diva_os_idi_adapter_interface_t;
++} __no_const diva_os_idi_adapter_interface_t;
+ typedef struct _diva_os_xdi_adapter {
+       struct list_head link;
+diff -urNp linux-3.0.4/drivers/isdn/i4l/isdn_common.c linux-3.0.4/drivers/isdn/i4l/isdn_common.c
+--- linux-3.0.4/drivers/isdn/i4l/isdn_common.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/isdn/i4l/isdn_common.c 2011-08-23 21:48:14.000000000 -0400
+@@ -1286,6 +1286,8 @@ isdn_ioctl(struct file *file, uint cmd, 
        } iocpar;
        void __user *argp = (void __user *)arg;
  
@@ -31428,54 +27186,9 @@ diff -urNp linux-2.6.39/drivers/isdn/i4l/isdn_common.c linux-2.6.39/drivers/isdn
  #define name  iocpar.name
  #define bname iocpar.bname
  #define iocts iocpar.iocts
-diff -urNp linux-2.6.39/drivers/isdn/i4l/isdn_net.c linux-2.6.39/drivers/isdn/i4l/isdn_net.c
---- linux-2.6.39/drivers/isdn/i4l/isdn_net.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/isdn/i4l/isdn_net.c   2011-05-22 19:36:31.000000000 -0400
-@@ -400,7 +400,7 @@ isdn_net_stat_callback(int idx, isdn_ctr
-               isdn_net_local *lp = p->local;
- #ifdef CONFIG_ISDN_X25
-               struct concap_proto *cprot = lp->netdev->cprot;
--              struct concap_proto_ops *pops = cprot ? cprot->pops : NULL;
-+              const struct concap_proto_ops *pops = cprot ? cprot->pops : NULL;
- #endif
-               switch (cmd) {
-                       case ISDN_STAT_BSENT:
-@@ -831,7 +831,7 @@ isdn_net_hangup(struct net_device *d)
-       isdn_ctrl cmd;
- #ifdef CONFIG_ISDN_X25
-       struct concap_proto *cprot = lp->netdev->cprot;
--      struct concap_proto_ops *pops = cprot ? cprot->pops : NULL;
-+      const struct concap_proto_ops *pops = cprot ? cprot->pops : NULL;
- #endif
-       if (lp->flags & ISDN_NET_CONNECTED) {
-diff -urNp linux-2.6.39/drivers/isdn/i4l/isdn_x25iface.c linux-2.6.39/drivers/isdn/i4l/isdn_x25iface.c
---- linux-2.6.39/drivers/isdn/i4l/isdn_x25iface.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/isdn/i4l/isdn_x25iface.c      2011-05-22 19:36:31.000000000 -0400
-@@ -52,7 +52,7 @@ static int isdn_x25iface_connect_ind( st
- static int isdn_x25iface_disconn_ind( struct concap_proto * );
--static struct concap_proto_ops ix25_pops = {
-+static const struct concap_proto_ops ix25_pops = {
-       &isdn_x25iface_proto_new,
-       &isdn_x25iface_proto_del,
-       &isdn_x25iface_proto_restart,
-diff -urNp linux-2.6.39/drivers/isdn/i4l/isdn_x25iface.h linux-2.6.39/drivers/isdn/i4l/isdn_x25iface.h
---- linux-2.6.39/drivers/isdn/i4l/isdn_x25iface.h      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/isdn/i4l/isdn_x25iface.h      2011-05-22 19:36:31.000000000 -0400
-@@ -23,7 +23,7 @@
- #include <linux/isdn.h>
- #include <linux/concap.h>
--extern struct concap_proto_ops * isdn_x25iface_concap_proto_ops_pt;
-+extern const struct concap_proto_ops *isdn_x25iface_concap_proto_ops_pt;
- extern struct concap_proto     * isdn_x25iface_proto_new(void);
-diff -urNp linux-2.6.39/drivers/isdn/icn/icn.c linux-2.6.39/drivers/isdn/icn/icn.c
---- linux-2.6.39/drivers/isdn/icn/icn.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/isdn/icn/icn.c        2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/isdn/icn/icn.c linux-3.0.4/drivers/isdn/icn/icn.c
+--- linux-3.0.4/drivers/isdn/icn/icn.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/isdn/icn/icn.c 2011-08-23 21:47:55.000000000 -0400
 @@ -1045,7 +1045,7 @@ icn_writecmd(const u_char * buf, int len
                if (count > len)
                        count = len;
@@ -31485,9 +27198,9 @@ diff -urNp linux-2.6.39/drivers/isdn/icn/icn.c linux-2.6.39/drivers/isdn/icn/icn
                                return -EFAULT;
                } else
                        memcpy(msg, buf, count);
-diff -urNp linux-2.6.39/drivers/lguest/core.c linux-2.6.39/drivers/lguest/core.c
---- linux-2.6.39/drivers/lguest/core.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/lguest/core.c 2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/lguest/core.c linux-3.0.4/drivers/lguest/core.c
+--- linux-3.0.4/drivers/lguest/core.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/lguest/core.c  2011-08-23 21:47:55.000000000 -0400
 @@ -92,9 +92,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.
@@ -31515,21 +27228,9 @@ diff -urNp linux-2.6.39/drivers/lguest/core.c linux-2.6.39/drivers/lguest/core.c
               end_switcher_text - start_switcher_text);
  
        printk(KERN_INFO "lguest: mapped switcher at %p\n",
-diff -urNp linux-2.6.39/drivers/lguest/lguest_device.c linux-2.6.39/drivers/lguest/lguest_device.c
---- linux-2.6.39/drivers/lguest/lguest_device.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/lguest/lguest_device.c        2011-05-22 19:36:31.000000000 -0400
-@@ -374,7 +374,7 @@ error:
- }
- /* The ops structure which hooks everything together. */
--static struct virtio_config_ops lguest_config_ops = {
-+static const struct virtio_config_ops lguest_config_ops = {
-       .get_features = lg_get_features,
-       .finalize_features = lg_finalize_features,
-       .get = lg_get,
-diff -urNp linux-2.6.39/drivers/lguest/x86/core.c linux-2.6.39/drivers/lguest/x86/core.c
---- linux-2.6.39/drivers/lguest/x86/core.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/lguest/x86/core.c     2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/lguest/x86/core.c linux-3.0.4/drivers/lguest/x86/core.c
+--- linux-3.0.4/drivers/lguest/x86/core.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/lguest/x86/core.c      2011-08-23 21:47:55.000000000 -0400
 @@ -59,7 +59,7 @@ static struct {
  /* Offset from where switcher.S was compiled to where we've copied it */
  static unsigned long switcher_offset(void)
@@ -31571,9 +27272,9 @@ diff -urNp linux-2.6.39/drivers/lguest/x86/core.c linux-2.6.39/drivers/lguest/x8
        lguest_entry.segment = LGUEST_CS;
  
        /*
-diff -urNp linux-2.6.39/drivers/lguest/x86/switcher_32.S linux-2.6.39/drivers/lguest/x86/switcher_32.S
---- linux-2.6.39/drivers/lguest/x86/switcher_32.S      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/lguest/x86/switcher_32.S      2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/lguest/x86/switcher_32.S linux-3.0.4/drivers/lguest/x86/switcher_32.S
+--- linux-3.0.4/drivers/lguest/x86/switcher_32.S       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/lguest/x86/switcher_32.S       2011-08-23 21:47:55.000000000 -0400
 @@ -87,6 +87,7 @@
  #include <asm/page.h>
  #include <asm/segment.h>
@@ -31632,10 +27333,10 @@ diff -urNp linux-2.6.39/drivers/lguest/x86/switcher_32.S linux-2.6.39/drivers/lg
  
  // Every interrupt can come to us here
  // But we must truly tell each apart.
-diff -urNp linux-2.6.39/drivers/md/dm.c linux-2.6.39/drivers/md/dm.c
---- linux-2.6.39/drivers/md/dm.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/md/dm.c       2011-05-22 19:36:31.000000000 -0400
-@@ -162,9 +162,9 @@ struct mapped_device {
+diff -urNp linux-3.0.4/drivers/md/dm.c linux-3.0.4/drivers/md/dm.c
+--- linux-3.0.4/drivers/md/dm.c        2011-09-02 18:11:21.000000000 -0400
++++ linux-3.0.4/drivers/md/dm.c        2011-08-23 21:47:55.000000000 -0400
+@@ -164,9 +164,9 @@ struct mapped_device {
        /*
         * Event handling.
         */
@@ -31647,7 +27348,7 @@ diff -urNp linux-2.6.39/drivers/md/dm.c linux-2.6.39/drivers/md/dm.c
        struct list_head uevent_list;
        spinlock_t uevent_lock; /* Protect access to uevent_list */
  
-@@ -1836,8 +1836,8 @@ static struct mapped_device *alloc_dev(i
+@@ -1842,8 +1842,8 @@ static struct mapped_device *alloc_dev(i
        rwlock_init(&md->map_lock);
        atomic_set(&md->holders, 1);
        atomic_set(&md->open_count, 0);
@@ -31658,7 +27359,7 @@ diff -urNp linux-2.6.39/drivers/md/dm.c linux-2.6.39/drivers/md/dm.c
        INIT_LIST_HEAD(&md->uevent_list);
        spin_lock_init(&md->uevent_lock);
  
-@@ -1971,7 +1971,7 @@ static void event_callback(void *context
+@@ -1977,7 +1977,7 @@ static void event_callback(void *context
  
        dm_send_uevents(&uevents, &disk_to_dev(md->disk)->kobj);
  
@@ -31667,7 +27368,7 @@ diff -urNp linux-2.6.39/drivers/md/dm.c linux-2.6.39/drivers/md/dm.c
        wake_up(&md->eventq);
  }
  
-@@ -2547,18 +2547,18 @@ int dm_kobject_uevent(struct mapped_devi
+@@ -2553,18 +2553,18 @@ int dm_kobject_uevent(struct mapped_devi
  
  uint32_t dm_next_uevent_seq(struct mapped_device *md)
  {
@@ -31689,61 +27390,9 @@ diff -urNp linux-2.6.39/drivers/md/dm.c linux-2.6.39/drivers/md/dm.c
  }
  
  void dm_uevent_add(struct mapped_device *md, struct list_head *elist)
-diff -urNp linux-2.6.39/drivers/md/dm-crypt.c linux-2.6.39/drivers/md/dm-crypt.c
---- linux-2.6.39/drivers/md/dm-crypt.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/md/dm-crypt.c 2011-05-22 19:36:31.000000000 -0400
-@@ -138,7 +138,7 @@ struct crypt_config {
-       char *cipher;
-       char *cipher_string;
--      struct crypt_iv_operations *iv_gen_ops;
-+      const struct crypt_iv_operations *iv_gen_ops;
-       union {
-               struct iv_essiv_private essiv;
-               struct iv_benbi_private benbi;
-@@ -620,15 +620,15 @@ static int crypt_iv_lmk_post(struct cryp
-       return r;
- }
--static struct crypt_iv_operations crypt_iv_plain_ops = {
-+static const struct crypt_iv_operations crypt_iv_plain_ops = {
-       .generator = crypt_iv_plain_gen
- };
--static struct crypt_iv_operations crypt_iv_plain64_ops = {
-+static const struct crypt_iv_operations crypt_iv_plain64_ops = {
-       .generator = crypt_iv_plain64_gen
- };
--static struct crypt_iv_operations crypt_iv_essiv_ops = {
-+static const struct crypt_iv_operations crypt_iv_essiv_ops = {
-       .ctr       = crypt_iv_essiv_ctr,
-       .dtr       = crypt_iv_essiv_dtr,
-       .init      = crypt_iv_essiv_init,
-@@ -636,17 +636,17 @@ static struct crypt_iv_operations crypt_
-       .generator = crypt_iv_essiv_gen
- };
--static struct crypt_iv_operations crypt_iv_benbi_ops = {
-+static const struct crypt_iv_operations crypt_iv_benbi_ops = {
-       .ctr       = crypt_iv_benbi_ctr,
-       .dtr       = crypt_iv_benbi_dtr,
-       .generator = crypt_iv_benbi_gen
- };
--static struct crypt_iv_operations crypt_iv_null_ops = {
-+static const struct crypt_iv_operations crypt_iv_null_ops = {
-       .generator = crypt_iv_null_gen
- };
--static struct crypt_iv_operations crypt_iv_lmk_ops = {
-+static const struct crypt_iv_operations crypt_iv_lmk_ops = {
-       .ctr       = crypt_iv_lmk_ctr,
-       .dtr       = crypt_iv_lmk_dtr,
-       .init      = crypt_iv_lmk_init,
-diff -urNp linux-2.6.39/drivers/md/dm-ioctl.c linux-2.6.39/drivers/md/dm-ioctl.c
---- linux-2.6.39/drivers/md/dm-ioctl.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/md/dm-ioctl.c 2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/md/dm-ioctl.c linux-3.0.4/drivers/md/dm-ioctl.c
+--- linux-3.0.4/drivers/md/dm-ioctl.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/md/dm-ioctl.c  2011-08-23 21:47:55.000000000 -0400
 @@ -1551,7 +1551,7 @@ static int validate_params(uint cmd, str
            cmd == DM_LIST_VERSIONS_CMD)
                return 0;
@@ -31753,10 +27402,10 @@ diff -urNp linux-2.6.39/drivers/md/dm-ioctl.c linux-2.6.39/drivers/md/dm-ioctl.c
                if (!*param->name) {
                        DMWARN("name not supplied when creating device");
                        return -EINVAL;
-diff -urNp linux-2.6.39/drivers/md/dm-raid1.c linux-2.6.39/drivers/md/dm-raid1.c
---- linux-2.6.39/drivers/md/dm-raid1.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/md/dm-raid1.c 2011-05-22 19:36:31.000000000 -0400
-@@ -42,7 +42,7 @@ enum dm_raid1_error {
+diff -urNp linux-3.0.4/drivers/md/dm-raid1.c linux-3.0.4/drivers/md/dm-raid1.c
+--- linux-3.0.4/drivers/md/dm-raid1.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/md/dm-raid1.c  2011-08-23 21:47:55.000000000 -0400
+@@ -40,7 +40,7 @@ enum dm_raid1_error {
  
  struct mirror {
        struct mirror_set *ms;
@@ -31765,7 +27414,7 @@ diff -urNp linux-2.6.39/drivers/md/dm-raid1.c linux-2.6.39/drivers/md/dm-raid1.c
        unsigned long error_type;
        struct dm_dev *dev;
        sector_t offset;
-@@ -187,7 +187,7 @@ static struct mirror *get_valid_mirror(s
+@@ -185,7 +185,7 @@ static struct mirror *get_valid_mirror(s
        struct mirror *m;
  
        for (m = ms->mirror; m < ms->mirror + ms->nr_mirrors; m++)
@@ -31774,7 +27423,7 @@ diff -urNp linux-2.6.39/drivers/md/dm-raid1.c linux-2.6.39/drivers/md/dm-raid1.c
                        return m;
  
        return NULL;
-@@ -219,7 +219,7 @@ static void fail_mirror(struct mirror *m
+@@ -217,7 +217,7 @@ static void fail_mirror(struct mirror *m
         * simple way to tell if a device has encountered
         * errors.
         */
@@ -31783,7 +27432,7 @@ diff -urNp linux-2.6.39/drivers/md/dm-raid1.c linux-2.6.39/drivers/md/dm-raid1.c
  
        if (test_and_set_bit(error_type, &m->error_type))
                return;
-@@ -410,7 +410,7 @@ static struct mirror *choose_mirror(stru
+@@ -408,7 +408,7 @@ static struct mirror *choose_mirror(stru
        struct mirror *m = get_default_mirror(ms);
  
        do {
@@ -31792,7 +27441,7 @@ diff -urNp linux-2.6.39/drivers/md/dm-raid1.c linux-2.6.39/drivers/md/dm-raid1.c
                        return m;
  
                if (m-- == ms->mirror)
-@@ -424,7 +424,7 @@ static int default_ok(struct mirror *m)
+@@ -422,7 +422,7 @@ static int default_ok(struct mirror *m)
  {
        struct mirror *default_mirror = get_default_mirror(m->ms);
  
@@ -31801,7 +27450,7 @@ diff -urNp linux-2.6.39/drivers/md/dm-raid1.c linux-2.6.39/drivers/md/dm-raid1.c
  }
  
  static int mirror_available(struct mirror_set *ms, struct bio *bio)
-@@ -561,7 +561,7 @@ static void do_reads(struct mirror_set *
+@@ -559,7 +559,7 @@ static void do_reads(struct mirror_set *
                 */
                if (likely(region_in_sync(ms, region, 1)))
                        m = choose_mirror(ms, bio->bi_sector);
@@ -31810,7 +27459,7 @@ diff -urNp linux-2.6.39/drivers/md/dm-raid1.c linux-2.6.39/drivers/md/dm-raid1.c
                        m = NULL;
  
                if (likely(m))
-@@ -939,7 +939,7 @@ static int get_mirror(struct mirror_set 
+@@ -937,7 +937,7 @@ static int get_mirror(struct mirror_set 
        }
  
        ms->mirror[mirror].ms = ms;
@@ -31828,9 +27477,9 @@ diff -urNp linux-2.6.39/drivers/md/dm-raid1.c linux-2.6.39/drivers/md/dm-raid1.c
                return 'A';
  
        return (test_bit(DM_RAID1_FLUSH_ERROR, &(m->error_type))) ? 'F' :
-diff -urNp linux-2.6.39/drivers/md/dm-stripe.c linux-2.6.39/drivers/md/dm-stripe.c
---- linux-2.6.39/drivers/md/dm-stripe.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/md/dm-stripe.c        2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/md/dm-stripe.c linux-3.0.4/drivers/md/dm-stripe.c
+--- linux-3.0.4/drivers/md/dm-stripe.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/md/dm-stripe.c 2011-08-23 21:47:55.000000000 -0400
 @@ -20,7 +20,7 @@ struct stripe {
        struct dm_dev *dev;
        sector_t physical_start;
@@ -31869,10 +27518,10 @@ diff -urNp linux-2.6.39/drivers/md/dm-stripe.c linux-2.6.39/drivers/md/dm-stripe
                            DM_IO_ERROR_THRESHOLD)
                                schedule_work(&sc->trigger_event);
                }
-diff -urNp linux-2.6.39/drivers/md/dm-table.c linux-2.6.39/drivers/md/dm-table.c
---- linux-2.6.39/drivers/md/dm-table.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/md/dm-table.c 2011-05-22 19:36:31.000000000 -0400
-@@ -373,7 +373,7 @@ static int device_area_is_invalid(struct
+diff -urNp linux-3.0.4/drivers/md/dm-table.c linux-3.0.4/drivers/md/dm-table.c
+--- linux-3.0.4/drivers/md/dm-table.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/md/dm-table.c  2011-08-23 21:47:55.000000000 -0400
+@@ -390,7 +390,7 @@ static int device_area_is_invalid(struct
        if (!dev_size)
                return 0;
  
@@ -31881,9 +27530,9 @@ diff -urNp linux-2.6.39/drivers/md/dm-table.c linux-2.6.39/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.39/drivers/md/md.c linux-2.6.39/drivers/md/md.c
---- linux-2.6.39/drivers/md/md.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/md/md.c       2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/md/md.c linux-3.0.4/drivers/md/md.c
+--- linux-3.0.4/drivers/md/md.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/md/md.c        2011-08-23 21:47:55.000000000 -0400
 @@ -226,10 +226,10 @@ EXPORT_SYMBOL_GPL(bio_clone_mddev);
   *  start build, activate spare
   */
@@ -31906,7 +27555,7 @@ diff -urNp linux-2.6.39/drivers/md/md.c linux-2.6.39/drivers/md/md.c
        wake_up(&md_event_waiters);
  }
  
-@@ -1454,7 +1454,7 @@ static int super_1_load(mdk_rdev_t *rdev
+@@ -1457,7 +1457,7 @@ static int super_1_load(mdk_rdev_t *rdev
  
        rdev->preferred_minor = 0xffff;
        rdev->data_offset = le64_to_cpu(sb->data_offset);
@@ -31915,7 +27564,7 @@ diff -urNp linux-2.6.39/drivers/md/md.c linux-2.6.39/drivers/md/md.c
  
        rdev->sb_size = le32_to_cpu(sb->max_dev) * 2 + 256;
        bmask = queue_logical_block_size(rdev->bdev->bd_disk->queue)-1;
-@@ -1632,7 +1632,7 @@ static void super_1_sync(mddev_t *mddev,
+@@ -1635,7 +1635,7 @@ static void super_1_sync(mddev_t *mddev,
        else
                sb->resync_offset = cpu_to_le64(0);
  
@@ -31924,7 +27573,7 @@ diff -urNp linux-2.6.39/drivers/md/md.c linux-2.6.39/drivers/md/md.c
  
        sb->raid_disks = cpu_to_le32(mddev->raid_disks);
        sb->size = cpu_to_le64(mddev->dev_sectors);
-@@ -2414,7 +2414,7 @@ __ATTR(state, S_IRUGO|S_IWUSR, state_sho
+@@ -2428,7 +2428,7 @@ __ATTR(state, S_IRUGO|S_IWUSR, state_sho
  static ssize_t
  errors_show(mdk_rdev_t *rdev, char *page)
  {
@@ -31933,7 +27582,7 @@ diff -urNp linux-2.6.39/drivers/md/md.c linux-2.6.39/drivers/md/md.c
  }
  
  static ssize_t
-@@ -2423,7 +2423,7 @@ errors_store(mdk_rdev_t *rdev, const cha
+@@ -2437,7 +2437,7 @@ errors_store(mdk_rdev_t *rdev, const cha
        char *e;
        unsigned long n = simple_strtoul(buf, &e, 10);
        if (*buf && (*e == 0 || *e == '\n')) {
@@ -31942,7 +27591,7 @@ diff -urNp linux-2.6.39/drivers/md/md.c linux-2.6.39/drivers/md/md.c
                return len;
        }
        return -EINVAL;
-@@ -2779,8 +2779,8 @@ void md_rdev_init(mdk_rdev_t *rdev)
+@@ -2793,8 +2793,8 @@ void md_rdev_init(mdk_rdev_t *rdev)
        rdev->last_read_error.tv_sec  = 0;
        rdev->last_read_error.tv_nsec = 0;
        atomic_set(&rdev->nr_pending, 0);
@@ -31953,7 +27602,7 @@ diff -urNp linux-2.6.39/drivers/md/md.c linux-2.6.39/drivers/md/md.c
  
        INIT_LIST_HEAD(&rdev->same_set);
        init_waitqueue_head(&rdev->blocked_wait);
-@@ -6383,7 +6383,7 @@ static int md_seq_show(struct seq_file *
+@@ -6415,7 +6415,7 @@ static int md_seq_show(struct seq_file *
  
                spin_unlock(&pers_lock);
                seq_printf(seq, "\n");
@@ -31962,7 +27611,7 @@ diff -urNp linux-2.6.39/drivers/md/md.c linux-2.6.39/drivers/md/md.c
                return 0;
        }
        if (v == (void*)2) {
-@@ -6472,7 +6472,7 @@ static int md_seq_show(struct seq_file *
+@@ -6504,7 +6504,7 @@ static int md_seq_show(struct seq_file *
                                chunk_kb ? "KB" : "B");
                        if (bitmap->file) {
                                seq_printf(seq, ", file: ");
@@ -31971,7 +27620,7 @@ diff -urNp linux-2.6.39/drivers/md/md.c linux-2.6.39/drivers/md/md.c
                        }
  
                        seq_printf(seq, "\n");
-@@ -6506,7 +6506,7 @@ static int md_seq_open(struct inode *ino
+@@ -6538,7 +6538,7 @@ static int md_seq_open(struct inode *ino
        else {
                struct seq_file *p = file->private_data;
                p->private = mi;
@@ -31980,7 +27629,7 @@ diff -urNp linux-2.6.39/drivers/md/md.c linux-2.6.39/drivers/md/md.c
        }
        return error;
  }
-@@ -6522,7 +6522,7 @@ static unsigned int mdstat_poll(struct f
+@@ -6554,7 +6554,7 @@ static unsigned int mdstat_poll(struct f
        /* always allow read */
        mask = POLLIN | POLLRDNORM;
  
@@ -31989,7 +27638,7 @@ diff -urNp linux-2.6.39/drivers/md/md.c linux-2.6.39/drivers/md/md.c
                mask |= POLLERR | POLLPRI;
        return mask;
  }
-@@ -6566,7 +6566,7 @@ static int is_mddev_idle(mddev_t *mddev,
+@@ -6598,7 +6598,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]) -
@@ -31998,9 +27647,9 @@ diff -urNp linux-2.6.39/drivers/md/md.c linux-2.6.39/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.39/drivers/md/md.h linux-2.6.39/drivers/md/md.h
---- linux-2.6.39/drivers/md/md.h       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/md/md.h       2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/md/md.h linux-3.0.4/drivers/md/md.h
+--- linux-3.0.4/drivers/md/md.h        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/md/md.h        2011-08-23 21:47:55.000000000 -0400
 @@ -97,13 +97,13 @@ struct mdk_rdev_s
                                         * only maintained for arrays that
                                         * support hot removal
@@ -32017,7 +27666,7 @@ diff -urNp linux-2.6.39/drivers/md/md.h linux-2.6.39/drivers/md/md.h
                                           * for reporting to userspace and storing
                                           * in superblock.
                                           */
-@@ -342,7 +342,7 @@ static inline void rdev_dec_pending(mdk_
+@@ -344,7 +344,7 @@ static inline void rdev_dec_pending(mdk_
  
  static inline void md_sync_acct(struct block_device *bdev, unsigned long nr_sectors)
  {
@@ -32026,10 +27675,10 @@ diff -urNp linux-2.6.39/drivers/md/md.h linux-2.6.39/drivers/md/md.h
  }
  
  struct mdk_personality
-diff -urNp linux-2.6.39/drivers/md/raid10.c linux-2.6.39/drivers/md/raid10.c
---- linux-2.6.39/drivers/md/raid10.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/md/raid10.c   2011-05-22 19:36:31.000000000 -0400
-@@ -1209,7 +1209,7 @@ static void end_sync_read(struct bio *bi
+diff -urNp linux-3.0.4/drivers/md/raid10.c linux-3.0.4/drivers/md/raid10.c
+--- linux-3.0.4/drivers/md/raid10.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/md/raid10.c    2011-08-23 21:47:55.000000000 -0400
+@@ -1186,7 +1186,7 @@ static void end_sync_read(struct bio *bi
        if (test_bit(BIO_UPTODATE, &bio->bi_flags))
                set_bit(R10BIO_Uptodate, &r10_bio->state);
        else {
@@ -32038,7 +27687,7 @@ diff -urNp linux-2.6.39/drivers/md/raid10.c linux-2.6.39/drivers/md/raid10.c
                           &conf->mirrors[d].rdev->corrected_errors);
                if (!test_bit(MD_RECOVERY_SYNC, &conf->mddev->recovery))
                        md_error(r10_bio->mddev,
-@@ -1417,7 +1417,7 @@ static void check_decay_read_errors(mdde
+@@ -1394,7 +1394,7 @@ static void check_decay_read_errors(mdde
  {
        struct timespec cur_time_mon;
        unsigned long hours_since_last;
@@ -32047,7 +27696,7 @@ diff -urNp linux-2.6.39/drivers/md/raid10.c linux-2.6.39/drivers/md/raid10.c
  
        ktime_get_ts(&cur_time_mon);
  
-@@ -1439,9 +1439,9 @@ static void check_decay_read_errors(mdde
+@@ -1416,9 +1416,9 @@ static void check_decay_read_errors(mdde
         * overflowing the shift of read_errors by hours_since_last.
         */
        if (hours_since_last >= 8 * sizeof(read_errors))
@@ -32059,18 +27708,27 @@ diff -urNp linux-2.6.39/drivers/md/raid10.c linux-2.6.39/drivers/md/raid10.c
  }
  
  /*
-@@ -1476,8 +1476,8 @@ static void fix_read_error(conf_t *conf,
-               }
+@@ -1448,8 +1448,8 @@ static void fix_read_error(conf_t *conf,
+               return;
  
-               check_decay_read_errors(mddev, rdev);
--              atomic_inc(&rdev->read_errors);
--              cur_read_error_count = atomic_read(&rdev->read_errors);
-+              atomic_inc_unchecked(&rdev->read_errors);
-+              cur_read_error_count = atomic_read_unchecked(&rdev->read_errors);
-               if (cur_read_error_count > max_read_errors) {
-                       rcu_read_unlock();
-                       printk(KERN_NOTICE
-@@ -1550,7 +1550,7 @@ static void fix_read_error(conf_t *conf,
+       check_decay_read_errors(mddev, rdev);
+-      atomic_inc(&rdev->read_errors);
+-      if (atomic_read(&rdev->read_errors) > max_read_errors) {
++      atomic_inc_unchecked(&rdev->read_errors);
++      if (atomic_read_unchecked(&rdev->read_errors) > max_read_errors) {
+               char b[BDEVNAME_SIZE];
+               bdevname(rdev->bdev, b);
+@@ -1457,7 +1457,7 @@ static void fix_read_error(conf_t *conf,
+                      "md/raid10:%s: %s: Raid device exceeded "
+                      "read_error threshold [cur %d:max %d]\n",
+                      mdname(mddev), b,
+-                     atomic_read(&rdev->read_errors), max_read_errors);
++                     atomic_read_unchecked(&rdev->read_errors), max_read_errors);
+               printk(KERN_NOTICE
+                      "md/raid10:%s: %s: Failing raid device\n",
+                      mdname(mddev), b);
+@@ -1520,7 +1520,7 @@ static void fix_read_error(conf_t *conf,
                            test_bit(In_sync, &rdev->flags)) {
                                atomic_inc(&rdev->nr_pending);
                                rcu_read_unlock();
@@ -32079,19 +27737,19 @@ diff -urNp linux-2.6.39/drivers/md/raid10.c linux-2.6.39/drivers/md/raid10.c
                                if (sync_page_io(rdev,
                                                 r10_bio->devs[sl].addr +
                                                 sect,
-diff -urNp linux-2.6.39/drivers/md/raid1.c linux-2.6.39/drivers/md/raid1.c
---- linux-2.6.39/drivers/md/raid1.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/md/raid1.c    2011-05-22 19:36:31.000000000 -0400
-@@ -1342,7 +1342,7 @@ static void sync_request_write(mddev_t *
-                                       if (r1_bio->bios[d]->bi_end_io != end_sync_read)
-                                               continue;
-                                       rdev = conf->mirrors[d].rdev;
--                                      atomic_add(s, &rdev->corrected_errors);
-+                                      atomic_add_unchecked(s, &rdev->corrected_errors);
-                                       if (sync_page_io(rdev,
-                                                        sect,
-                                                        s<<9,
-@@ -1488,7 +1488,7 @@ static void fix_read_error(conf_t *conf,
+diff -urNp linux-3.0.4/drivers/md/raid1.c linux-3.0.4/drivers/md/raid1.c
+--- linux-3.0.4/drivers/md/raid1.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/md/raid1.c     2011-08-23 21:47:55.000000000 -0400
+@@ -1263,7 +1263,7 @@ static int fix_sync_read_error(r1bio_t *
+                               rdev_dec_pending(rdev, mddev);
+                               md_error(mddev, rdev);
+                       } else
+-                              atomic_add(s, &rdev->corrected_errors);
++                              atomic_add_unchecked(s, &rdev->corrected_errors);
+               }
+               d = start;
+               while (d != r1_bio->read_disk) {
+@@ -1492,7 +1492,7 @@ static void fix_read_error(conf_t *conf,
                                        /* Well, this device is dead */
                                        md_error(mddev, rdev);
                                else {
@@ -32100,12 +27758,12 @@ diff -urNp linux-2.6.39/drivers/md/raid1.c linux-2.6.39/drivers/md/raid1.c
                                        printk(KERN_INFO
                                               "md/raid1:%s: read error corrected "
                                               "(%d sectors at %llu on %s)\n",
-diff -urNp linux-2.6.39/drivers/md/raid5.c linux-2.6.39/drivers/md/raid5.c
---- linux-2.6.39/drivers/md/raid5.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/md/raid5.c    2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/md/raid5.c linux-3.0.4/drivers/md/raid5.c
+--- linux-3.0.4/drivers/md/raid5.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/md/raid5.c     2011-08-23 21:48:14.000000000 -0400
 @@ -550,7 +550,7 @@ static void ops_run_io(struct stripe_hea
                        bi->bi_next = NULL;
-                       if (rw == WRITE &&
+                       if ((rw & WRITE) &&
                            test_bit(R5_ReWrite, &sh->dev[i].flags))
 -                              atomic_add(STRIPE_SECTORS,
 +                              atomic_add_unchecked(STRIPE_SECTORS,
@@ -32140,7 +27798,7 @@ diff -urNp linux-2.6.39/drivers/md/raid5.c linux-2.6.39/drivers/md/raid5.c
                         > conf->max_nr_stripes)
                        printk(KERN_WARNING
                               "md/raid:%s: Too many read errors, failing device %s.\n",
-@@ -1947,6 +1947,7 @@ static sector_t compute_blocknr(struct s
+@@ -1945,6 +1945,7 @@ static sector_t compute_blocknr(struct s
        sector_t r_sector;
        struct stripe_head sh2;
  
@@ -32148,9 +27806,9 @@ diff -urNp linux-2.6.39/drivers/md/raid5.c linux-2.6.39/drivers/md/raid5.c
  
        chunk_offset = sector_div(new_sector, sectors_per_chunk);
        stripe = new_sector;
-diff -urNp linux-2.6.39/drivers/media/common/saa7146_hlp.c linux-2.6.39/drivers/media/common/saa7146_hlp.c
---- linux-2.6.39/drivers/media/common/saa7146_hlp.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/media/common/saa7146_hlp.c    2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/media/common/saa7146_hlp.c linux-3.0.4/drivers/media/common/saa7146_hlp.c
+--- linux-3.0.4/drivers/media/common/saa7146_hlp.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/media/common/saa7146_hlp.c     2011-08-23 21:48:14.000000000 -0400
 @@ -353,6 +353,8 @@ static void calculate_clipping_registers
  
        int x[32], y[32], w[32], h[32];
@@ -32160,45 +27818,9 @@ diff -urNp linux-2.6.39/drivers/media/common/saa7146_hlp.c linux-2.6.39/drivers/
        /* clear out memory */
        memset(&line_list[0],  0x00, sizeof(u32)*32);
        memset(&pixel_list[0], 0x00, sizeof(u32)*32);
-diff -urNp linux-2.6.39/drivers/media/common/saa7146_vbi.c linux-2.6.39/drivers/media/common/saa7146_vbi.c
---- linux-2.6.39/drivers/media/common/saa7146_vbi.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/media/common/saa7146_vbi.c    2011-05-22 19:36:31.000000000 -0400
-@@ -501,7 +501,7 @@ static ssize_t vbi_read(struct file *fil
-       return ret;
- }
--struct saa7146_use_ops saa7146_vbi_uops = {
-+const struct saa7146_use_ops saa7146_vbi_uops = {
-       .init           = vbi_init,
-       .open           = vbi_open,
-       .release        = vbi_close,
-diff -urNp linux-2.6.39/drivers/media/common/saa7146_video.c linux-2.6.39/drivers/media/common/saa7146_video.c
---- linux-2.6.39/drivers/media/common/saa7146_video.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/media/common/saa7146_video.c  2011-05-22 19:36:31.000000000 -0400
-@@ -1420,7 +1420,7 @@ out:
-       return ret;
- }
--struct saa7146_use_ops saa7146_video_uops = {
-+const struct saa7146_use_ops saa7146_video_uops = {
-       .init = video_init,
-       .open = video_open,
-       .release = video_close,
-diff -urNp linux-2.6.39/drivers/media/dvb/dm1105/dm1105.c linux-2.6.39/drivers/media/dvb/dm1105/dm1105.c
---- linux-2.6.39/drivers/media/dvb/dm1105/dm1105.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/media/dvb/dm1105/dm1105.c     2011-05-22 19:36:31.000000000 -0400
-@@ -418,7 +418,7 @@ static u32 functionality(struct i2c_adap
-       return I2C_FUNC_I2C;
- }
--static struct i2c_algorithm dm1105_algo = {
-+static const struct i2c_algorithm dm1105_algo = {
-       .master_xfer   = dm1105_i2c_xfer,
-       .functionality = functionality,
- };
-diff -urNp linux-2.6.39/drivers/media/dvb/dvb-core/dvb_ca_en50221.c linux-2.6.39/drivers/media/dvb/dvb-core/dvb_ca_en50221.c
---- linux-2.6.39/drivers/media/dvb/dvb-core/dvb_ca_en50221.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/media/dvb/dvb-core/dvb_ca_en50221.c   2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/media/dvb/dvb-core/dvb_ca_en50221.c linux-3.0.4/drivers/media/dvb/dvb-core/dvb_ca_en50221.c
+--- linux-3.0.4/drivers/media/dvb/dvb-core/dvb_ca_en50221.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/media/dvb/dvb-core/dvb_ca_en50221.c    2011-08-23 21:48:14.000000000 -0400
 @@ -590,6 +590,8 @@ static int dvb_ca_en50221_read_data(stru
        u8 buf[HOST_LINK_BUF_SIZE];
        int i;
@@ -32217,42 +27839,96 @@ diff -urNp linux-2.6.39/drivers/media/dvb/dvb-core/dvb_ca_en50221.c linux-2.6.39
        dprintk("%s\n", __func__);
  
        /* Incoming packet has a 2 byte header. hdr[0] = slot_id, hdr[1] = connection_id */
-diff -urNp linux-2.6.39/drivers/media/dvb/dvb-core/dvbdev.c linux-2.6.39/drivers/media/dvb/dvb-core/dvbdev.c
---- linux-2.6.39/drivers/media/dvb/dvb-core/dvbdev.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/media/dvb/dvb-core/dvbdev.c   2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/media/dvb/dvb-core/dvb_demux.h linux-3.0.4/drivers/media/dvb/dvb-core/dvb_demux.h
+--- linux-3.0.4/drivers/media/dvb/dvb-core/dvb_demux.h 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/media/dvb/dvb-core/dvb_demux.h 2011-08-24 18:24:40.000000000 -0400
+@@ -68,12 +68,12 @@ struct dvb_demux_feed {
+       union {
+               struct dmx_ts_feed ts;
+               struct dmx_section_feed sec;
+-      } feed;
++      } __no_const feed;
+       union {
+               dmx_ts_cb ts;
+               dmx_section_cb sec;
+-      } cb;
++      } __no_const cb;
+       struct dvb_demux *demux;
+       void *priv;
+diff -urNp linux-3.0.4/drivers/media/dvb/dvb-core/dvbdev.c linux-3.0.4/drivers/media/dvb/dvb-core/dvbdev.c
+--- linux-3.0.4/drivers/media/dvb/dvb-core/dvbdev.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/media/dvb/dvb-core/dvbdev.c    2011-08-24 18:24:19.000000000 -0400
 @@ -192,7 +192,7 @@ int dvb_register_device(struct dvb_adapt
                        const struct dvb_device *template, void *priv, int type)
  {
        struct dvb_device *dvbdev;
 -      struct file_operations *dvbdevfops;
-+      struct file_operations *dvbdevfops;     /* cannot be const, see this function */
++      file_operations_no_const *dvbdevfops;
        struct device *clsdev;
        int minor;
        int id;
-diff -urNp linux-2.6.39/drivers/media/dvb/dvb-usb/dib0700_core.c linux-2.6.39/drivers/media/dvb/dvb-usb/dib0700_core.c
---- linux-2.6.39/drivers/media/dvb/dvb-usb/dib0700_core.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/media/dvb/dvb-usb/dib0700_core.c      2011-05-22 19:36:31.000000000 -0400
-@@ -391,6 +391,8 @@ int dib0700_download_firmware(struct usb
-       u8 buf[260];
+diff -urNp linux-3.0.4/drivers/media/dvb/dvb-usb/cxusb.c linux-3.0.4/drivers/media/dvb/dvb-usb/cxusb.c
+--- linux-3.0.4/drivers/media/dvb/dvb-usb/cxusb.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/media/dvb/dvb-usb/cxusb.c      2011-08-24 18:26:33.000000000 -0400
+@@ -1059,7 +1059,7 @@ static struct dib0070_config dib7070p_di
+ struct dib0700_adapter_state {
+       int (*set_param_save) (struct dvb_frontend *,
+                              struct dvb_frontend_parameters *);
+-};
++} __no_const;
+ static int dib7070_set_param_override(struct dvb_frontend *fe,
+                                     struct dvb_frontend_parameters *fep)
+diff -urNp linux-3.0.4/drivers/media/dvb/dvb-usb/dib0700_core.c linux-3.0.4/drivers/media/dvb/dvb-usb/dib0700_core.c
+--- linux-3.0.4/drivers/media/dvb/dvb-usb/dib0700_core.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/media/dvb/dvb-usb/dib0700_core.c       2011-08-23 21:48:14.000000000 -0400
+@@ -434,6 +434,8 @@ int dib0700_download_firmware(struct usb
+       if (!buf)
+               return -ENOMEM;
  
 +      pax_track_stack();
 +
        while ((ret = dvb_usb_get_hexline(fw, &hx, &pos)) > 0) {
                deb_fwdata("writing to address 0x%08x (buffer: 0x%02x %02x)\n",
                                hx.addr, hx.len, hx.chk);
-diff -urNp linux-2.6.39/drivers/media/dvb/dvb-usb/lmedm04.c linux-2.6.39/drivers/media/dvb/dvb-usb/lmedm04.c
---- linux-2.6.39/drivers/media/dvb/dvb-usb/lmedm04.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/media/dvb/dvb-usb/lmedm04.c   2011-05-22 19:36:31.000000000 -0400
-@@ -663,6 +663,7 @@ static int lme2510_download_firmware(str
-       packet_size = 0x31;
-       len_in = 1;
+diff -urNp linux-3.0.4/drivers/media/dvb/dvb-usb/dibusb.h linux-3.0.4/drivers/media/dvb/dvb-usb/dibusb.h
+--- linux-3.0.4/drivers/media/dvb/dvb-usb/dibusb.h     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/media/dvb/dvb-usb/dibusb.h     2011-08-24 18:27:27.000000000 -0400
+@@ -97,7 +97,7 @@
+ #define DIBUSB_IOCTL_CMD_DISABLE_STREAM       0x02
+ struct dibusb_state {
+-      struct dib_fe_xfer_ops ops;
++      dib_fe_xfer_ops_no_const ops;
+       int mt2060_present;
+       u8 tuner_addr;
+ };
+diff -urNp linux-3.0.4/drivers/media/dvb/dvb-usb/dw2102.c linux-3.0.4/drivers/media/dvb/dvb-usb/dw2102.c
+--- linux-3.0.4/drivers/media/dvb/dvb-usb/dw2102.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/media/dvb/dvb-usb/dw2102.c     2011-08-24 18:27:45.000000000 -0400
+@@ -95,7 +95,7 @@ struct su3000_state {
+ struct s6x0_state {
+       int (*old_set_voltage)(struct dvb_frontend *f, fe_sec_voltage_t v);
+-};
++} __no_const;
+ /* debug */
+ static int dvb_usb_dw2102_debug;
+diff -urNp linux-3.0.4/drivers/media/dvb/dvb-usb/lmedm04.c linux-3.0.4/drivers/media/dvb/dvb-usb/lmedm04.c
+--- linux-3.0.4/drivers/media/dvb/dvb-usb/lmedm04.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/media/dvb/dvb-usb/lmedm04.c    2011-08-23 21:48:14.000000000 -0400
+@@ -742,6 +742,7 @@ static int lme2510_download_firmware(str
+       usb_control_msg(dev, usb_rcvctrlpipe(dev, 0),
+                       0x06, 0x80, 0x0200, 0x00, data, 0x0109, 1000);
  
 +      pax_track_stack();
  
-       info("FRM Starting Firmware Download");
-@@ -715,6 +716,8 @@ static void lme_coldreset(struct usb_dev
+       data[0] = 0x8a;
+       len_in = 1;
+@@ -764,6 +765,8 @@ static void lme_coldreset(struct usb_dev
        int ret = 0, len_in;
        u8 data[512] = {0};
  
@@ -32261,84 +27937,37 @@ diff -urNp linux-2.6.39/drivers/media/dvb/dvb-usb/lmedm04.c linux-2.6.39/drivers
        data[0] = 0x0a;
        len_in = 1;
        info("FRM Firmware Cold Reset");
-diff -urNp linux-2.6.39/drivers/media/dvb/frontends/dib7000p.c linux-2.6.39/drivers/media/dvb/frontends/dib7000p.c
---- linux-2.6.39/drivers/media/dvb/frontends/dib7000p.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/media/dvb/frontends/dib7000p.c        2011-05-22 19:36:31.000000000 -0400
-@@ -1913,7 +1913,7 @@ static u32 dib7000p_i2c_func(struct i2c_
-       return I2C_FUNC_I2C;
- }
--static struct i2c_algorithm dib7090_tuner_xfer_algo = {
-+static const struct i2c_algorithm dib7090_tuner_xfer_algo = {
-       .master_xfer = dib7090_tuner_xfer,
-       .functionality = dib7000p_i2c_func,
- };
-diff -urNp linux-2.6.39/drivers/media/dvb/frontends/dib9000.c linux-2.6.39/drivers/media/dvb/frontends/dib9000.c
---- linux-2.6.39/drivers/media/dvb/frontends/dib9000.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/media/dvb/frontends/dib9000.c 2011-05-22 19:36:31.000000000 -0400
-@@ -1649,12 +1649,12 @@ static u32 dib9000_i2c_func(struct i2c_a
-       return I2C_FUNC_I2C;
- }
--static struct i2c_algorithm dib9000_tuner_algo = {
-+static const struct i2c_algorithm dib9000_tuner_algo = {
-       .master_xfer = dib9000_tuner_xfer,
-       .functionality = dib9000_i2c_func,
- };
--static struct i2c_algorithm dib9000_component_bus_algo = {
-+static const struct i2c_algorithm dib9000_component_bus_algo = {
-       .master_xfer = dib9000_fw_component_bus_xfer,
-       .functionality = dib9000_i2c_func,
- };
-diff -urNp linux-2.6.39/drivers/media/dvb/frontends/dibx000_common.c linux-2.6.39/drivers/media/dvb/frontends/dibx000_common.c
---- linux-2.6.39/drivers/media/dvb/frontends/dibx000_common.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/media/dvb/frontends/dibx000_common.c  2011-05-22 19:36:31.000000000 -0400
-@@ -212,12 +212,12 @@ static int dibx000_i2c_master_xfer_gpio3
-       return num;
- }
--static struct i2c_algorithm dibx000_i2c_master_gpio12_xfer_algo = {
-+static const struct i2c_algorithm dibx000_i2c_master_gpio12_xfer_algo = {
-       .master_xfer = dibx000_i2c_master_xfer_gpio12,
-       .functionality = dibx000_i2c_func,
- };
--static struct i2c_algorithm dibx000_i2c_master_gpio34_xfer_algo = {
-+static const struct i2c_algorithm dibx000_i2c_master_gpio34_xfer_algo = {
-       .master_xfer = dibx000_i2c_master_xfer_gpio34,
-       .functionality = dibx000_i2c_func,
- };
-@@ -270,7 +270,7 @@ static int dibx000_i2c_gated_gpio67_xfer
-       return i2c_transfer(mst->i2c_adap, m, 2 + num) == 2 + num ? num : -EIO;
- }
--static struct i2c_algorithm dibx000_i2c_gated_gpio67_algo = {
-+static const struct i2c_algorithm dibx000_i2c_gated_gpio67_algo = {
-       .master_xfer = dibx000_i2c_gated_gpio67_xfer,
-       .functionality = dibx000_i2c_func,
- };
-@@ -301,7 +301,7 @@ static int dibx000_i2c_gated_tuner_xfer(
-       return i2c_transfer(mst->i2c_adap, m, 2 + num) == 2 + num ? num : -EIO;
- }
--static struct i2c_algorithm dibx000_i2c_gated_tuner_algo = {
-+static const struct i2c_algorithm dibx000_i2c_gated_tuner_algo = {
-       .master_xfer = dibx000_i2c_gated_tuner_xfer,
-       .functionality = dibx000_i2c_func,
- };
-@@ -354,7 +354,7 @@ void dibx000_reset_i2c_master(struct dib
- EXPORT_SYMBOL(dibx000_reset_i2c_master);
- static int i2c_adapter_init(struct i2c_adapter *i2c_adap,
--                              struct i2c_algorithm *algo, const char *name,
-+                              const struct i2c_algorithm *algo, const char *name,
-                               struct dibx000_i2c_master *mst)
- {
-       strncpy(i2c_adap->name, name, sizeof(i2c_adap->name));
-diff -urNp linux-2.6.39/drivers/media/dvb/frontends/mb86a16.c linux-2.6.39/drivers/media/dvb/frontends/mb86a16.c
---- linux-2.6.39/drivers/media/dvb/frontends/mb86a16.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/media/dvb/frontends/mb86a16.c 2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/media/dvb/frontends/dib3000.h linux-3.0.4/drivers/media/dvb/frontends/dib3000.h
+--- linux-3.0.4/drivers/media/dvb/frontends/dib3000.h  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/media/dvb/frontends/dib3000.h  2011-08-24 18:28:18.000000000 -0400
+@@ -40,10 +40,11 @@ struct dib_fe_xfer_ops
+       int (*pid_ctrl)(struct dvb_frontend *fe, int index, int pid, int onoff);
+       int (*tuner_pass_ctrl)(struct dvb_frontend *fe, int onoff, u8 pll_ctrl);
+ };
++typedef struct dib_fe_xfer_ops __no_const dib_fe_xfer_ops_no_const;
+ #if defined(CONFIG_DVB_DIB3000MB) || (defined(CONFIG_DVB_DIB3000MB_MODULE) && defined(MODULE))
+ extern struct dvb_frontend* dib3000mb_attach(const struct dib3000_config* config,
+-                                           struct i2c_adapter* i2c, struct dib_fe_xfer_ops *xfer_ops);
++                                           struct i2c_adapter* i2c, dib_fe_xfer_ops_no_const *xfer_ops);
+ #else
+ static inline struct dvb_frontend* dib3000mb_attach(const struct dib3000_config* config,
+                                            struct i2c_adapter* i2c, struct dib_fe_xfer_ops *xfer_ops)
+diff -urNp linux-3.0.4/drivers/media/dvb/frontends/dib3000mb.c linux-3.0.4/drivers/media/dvb/frontends/dib3000mb.c
+--- linux-3.0.4/drivers/media/dvb/frontends/dib3000mb.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/media/dvb/frontends/dib3000mb.c        2011-08-24 18:28:42.000000000 -0400
+@@ -756,7 +756,7 @@ static int dib3000mb_tuner_pass_ctrl(str
+ static struct dvb_frontend_ops dib3000mb_ops;
+ struct dvb_frontend* dib3000mb_attach(const struct dib3000_config* config,
+-                                    struct i2c_adapter* i2c, struct dib_fe_xfer_ops *xfer_ops)
++                                    struct i2c_adapter* i2c, dib_fe_xfer_ops_no_const *xfer_ops)
+ {
+       struct dib3000_state* state = NULL;
+diff -urNp linux-3.0.4/drivers/media/dvb/frontends/mb86a16.c linux-3.0.4/drivers/media/dvb/frontends/mb86a16.c
+--- linux-3.0.4/drivers/media/dvb/frontends/mb86a16.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/media/dvb/frontends/mb86a16.c  2011-08-23 21:48:14.000000000 -0400
 @@ -1060,6 +1060,8 @@ static int mb86a16_set_fe(struct mb86a16
        int ret = -1;
        int sync;
@@ -32348,9 +27977,9 @@ diff -urNp linux-2.6.39/drivers/media/dvb/frontends/mb86a16.c linux-2.6.39/drive
        dprintk(verbose, MB86A16_INFO, 1, "freq=%d Mhz, symbrt=%d Ksps", state->frequency, state->srate);
  
        fcp = 3000;
-diff -urNp linux-2.6.39/drivers/media/dvb/frontends/or51211.c linux-2.6.39/drivers/media/dvb/frontends/or51211.c
---- linux-2.6.39/drivers/media/dvb/frontends/or51211.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/media/dvb/frontends/or51211.c 2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/media/dvb/frontends/or51211.c linux-3.0.4/drivers/media/dvb/frontends/or51211.c
+--- linux-3.0.4/drivers/media/dvb/frontends/or51211.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/media/dvb/frontends/or51211.c  2011-08-23 21:48:14.000000000 -0400
 @@ -113,6 +113,8 @@ static int or51211_load_firmware (struct
        u8 tudata[585];
        int i;
@@ -32360,159 +27989,9 @@ diff -urNp linux-2.6.39/drivers/media/dvb/frontends/or51211.c linux-2.6.39/drive
        dprintk("Firmware is %zd bytes\n",fw->size);
  
        /* Get eprom data */
-diff -urNp linux-2.6.39/drivers/media/dvb/frontends/s5h1420.c linux-2.6.39/drivers/media/dvb/frontends/s5h1420.c
---- linux-2.6.39/drivers/media/dvb/frontends/s5h1420.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/media/dvb/frontends/s5h1420.c 2011-05-22 19:36:31.000000000 -0400
-@@ -870,7 +870,7 @@ static int s5h1420_tuner_i2c_tuner_xfer(
-       return i2c_transfer(state->i2c, m, 1+num) == 1 + num ? num : -EIO;
- }
--static struct i2c_algorithm s5h1420_tuner_i2c_algo = {
-+static const struct i2c_algorithm s5h1420_tuner_i2c_algo = {
-       .master_xfer   = s5h1420_tuner_i2c_tuner_xfer,
-       .functionality = s5h1420_tuner_i2c_func,
- };
-diff -urNp linux-2.6.39/drivers/media/dvb/mantis/mantis_i2c.c linux-2.6.39/drivers/media/dvb/mantis/mantis_i2c.c
---- linux-2.6.39/drivers/media/dvb/mantis/mantis_i2c.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/media/dvb/mantis/mantis_i2c.c 2011-05-22 19:36:31.000000000 -0400
-@@ -212,7 +212,7 @@ static u32 mantis_i2c_func(struct i2c_ad
-       return I2C_FUNC_SMBUS_EMUL;
- }
--static struct i2c_algorithm mantis_algo = {
-+static const struct i2c_algorithm mantis_algo = {
-       .master_xfer            = mantis_i2c_xfer,
-       .functionality          = mantis_i2c_func,
- };
-diff -urNp linux-2.6.39/drivers/media/dvb/ttusb-dec/ttusb_dec.c linux-2.6.39/drivers/media/dvb/ttusb-dec/ttusb_dec.c
---- linux-2.6.39/drivers/media/dvb/ttusb-dec/ttusb_dec.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/media/dvb/ttusb-dec/ttusb_dec.c       2011-05-22 19:36:31.000000000 -0400
-@@ -1614,7 +1614,7 @@ static int fe_send_command(struct dvb_fr
-       return ttusb_dec_send_command(dec, command, param_length, params, result_length, cmd_result);
- }
--static struct ttusbdecfe_config fe_config = {
-+static const struct ttusbdecfe_config fe_config = {
-       .send_command = fe_send_command
- };
-diff -urNp linux-2.6.39/drivers/media/radio/radio-cadet.c linux-2.6.39/drivers/media/radio/radio-cadet.c
---- linux-2.6.39/drivers/media/radio/radio-cadet.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/media/radio/radio-cadet.c     2011-05-22 19:36:31.000000000 -0400
-@@ -349,7 +349,7 @@ static ssize_t cadet_read(struct file *f
-               readbuf[i++] = dev->rdsbuf[dev->rdsout++];
-       mutex_unlock(&dev->lock);
--      if (copy_to_user(data, readbuf, i))
-+      if (i > sizeof readbuf || copy_to_user(data, readbuf, i))
-               return -EFAULT;
-       return i;
- }
-diff -urNp linux-2.6.39/drivers/media/radio/radio-si4713.c linux-2.6.39/drivers/media/radio/radio-si4713.c
---- linux-2.6.39/drivers/media/radio/radio-si4713.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/media/radio/radio-si4713.c    2011-05-22 19:36:31.000000000 -0400
-@@ -231,7 +231,7 @@ static long radio_si4713_default(struct 
-                                                       ioctl, cmd, arg);
- }
--static struct v4l2_ioctl_ops radio_si4713_ioctl_ops = {
-+static const struct v4l2_ioctl_ops radio_si4713_ioctl_ops = {
-       .vidioc_enumaudout      = radio_si4713_enumaudout,
-       .vidioc_g_audout        = radio_si4713_g_audout,
-       .vidioc_s_audout        = radio_si4713_s_audout,
-diff -urNp linux-2.6.39/drivers/media/rc/ir-lirc-codec.c linux-2.6.39/drivers/media/rc/ir-lirc-codec.c
---- linux-2.6.39/drivers/media/rc/ir-lirc-codec.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/media/rc/ir-lirc-codec.c      2011-05-22 19:36:31.000000000 -0400
-@@ -277,7 +277,7 @@ static void ir_lirc_close(void *data)
-       return;
- }
--static struct file_operations lirc_fops = {
-+static const struct file_operations lirc_fops = {
-       .owner          = THIS_MODULE,
-       .write          = ir_lirc_transmit_ir,
-       .unlocked_ioctl = ir_lirc_ioctl,
-diff -urNp linux-2.6.39/drivers/media/rc/lirc_dev.c linux-2.6.39/drivers/media/rc/lirc_dev.c
---- linux-2.6.39/drivers/media/rc/lirc_dev.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/media/rc/lirc_dev.c   2011-05-22 19:36:31.000000000 -0400
-@@ -151,7 +151,7 @@ static int lirc_thread(void *irctl)
- }
--static struct file_operations lirc_dev_fops = {
-+static const struct file_operations lirc_dev_fops = {
-       .owner          = THIS_MODULE,
-       .read           = lirc_dev_fop_read,
-       .write          = lirc_dev_fop_write,
-diff -urNp linux-2.6.39/drivers/media/rc/rc-main.c linux-2.6.39/drivers/media/rc/rc-main.c
---- linux-2.6.39/drivers/media/rc/rc-main.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/media/rc/rc-main.c    2011-05-22 19:36:31.000000000 -0400
-@@ -996,7 +996,7 @@ EXPORT_SYMBOL_GPL(rc_free_device);
- int rc_register_device(struct rc_dev *dev)
- {
--      static atomic_t devno = ATOMIC_INIT(0);
-+      static atomic_unchecked_t devno = ATOMIC_INIT(0);
-       struct rc_map *rc_map;
-       const char *path;
-       int rc;
-@@ -1019,7 +1019,7 @@ int rc_register_device(struct rc_dev *de
-       if (dev->close)
-               dev->input_dev->close = ir_close;
--      dev->devno = (unsigned long)(atomic_inc_return(&devno) - 1);
-+      dev->devno = (unsigned long)(atomic_inc_return_unchecked(&devno) - 1);
-       dev_set_name(&dev->dev, "rc%ld", dev->devno);
-       dev_set_drvdata(&dev->dev, dev);
-       rc = device_add(&dev->dev);
-diff -urNp linux-2.6.39/drivers/media/video/au0828/au0828.h linux-2.6.39/drivers/media/video/au0828/au0828.h
---- linux-2.6.39/drivers/media/video/au0828/au0828.h   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/media/video/au0828/au0828.h   2011-05-22 19:36:31.000000000 -0400
-@@ -191,7 +191,7 @@ struct au0828_dev {
-       /* I2C */
-       struct i2c_adapter              i2c_adap;
--      struct i2c_algorithm            i2c_algo;
-+      struct i2c_algorithm i2c_algo;
-       struct i2c_client               i2c_client;
-       u32                             i2c_rc;
-diff -urNp linux-2.6.39/drivers/media/video/cafe_ccic.c linux-2.6.39/drivers/media/video/cafe_ccic.c
---- linux-2.6.39/drivers/media/video/cafe_ccic.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/media/video/cafe_ccic.c       2011-05-22 19:36:31.000000000 -0400
-@@ -520,7 +520,7 @@ static u32 cafe_smbus_func(struct i2c_ad
-              I2C_FUNC_SMBUS_WRITE_BYTE_DATA;
- }
--static struct i2c_algorithm cafe_smbus_algo = {
-+static const struct i2c_algorithm cafe_smbus_algo = {
-       .smbus_xfer = cafe_smbus_xfer,
-       .functionality = cafe_smbus_func
- };
-diff -urNp linux-2.6.39/drivers/media/video/cx18/cx18-alsa-pcm.c linux-2.6.39/drivers/media/video/cx18/cx18-alsa-pcm.c
---- linux-2.6.39/drivers/media/video/cx18/cx18-alsa-pcm.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/media/video/cx18/cx18-alsa-pcm.c      2011-05-22 19:36:31.000000000 -0400
-@@ -314,7 +314,7 @@ static struct page *snd_pcm_get_vmalloc_
-       return vmalloc_to_page(pageptr);
- }
--static struct snd_pcm_ops snd_cx18_pcm_capture_ops = {
-+static const struct snd_pcm_ops snd_cx18_pcm_capture_ops = {
-       .open           = snd_cx18_pcm_capture_open,
-       .close          = snd_cx18_pcm_capture_close,
-       .ioctl          = snd_cx18_pcm_ioctl,
-diff -urNp linux-2.6.39/drivers/media/video/cx18/cx18-driver.c linux-2.6.39/drivers/media/video/cx18/cx18-driver.c
---- linux-2.6.39/drivers/media/video/cx18/cx18-driver.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/media/video/cx18/cx18-driver.c        2011-05-22 19:36:31.000000000 -0400
-@@ -61,7 +61,7 @@ static struct pci_device_id cx18_pci_tbl
- MODULE_DEVICE_TABLE(pci, cx18_pci_tbl);
--static atomic_t cx18_instance = ATOMIC_INIT(0);
-+static atomic_unchecked_t cx18_instance = ATOMIC_INIT(0);
- /* Parameter declarations */
- static int cardtype[CX18_MAX_CARDS];
+diff -urNp linux-3.0.4/drivers/media/video/cx18/cx18-driver.c linux-3.0.4/drivers/media/video/cx18/cx18-driver.c
+--- linux-3.0.4/drivers/media/video/cx18/cx18-driver.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/media/video/cx18/cx18-driver.c 2011-08-23 21:48:14.000000000 -0400
 @@ -327,6 +327,8 @@ void cx18_read_eeprom(struct cx18 *cx, s
        struct i2c_client c;
        u8 eedata[256];
@@ -32522,42 +28001,9 @@ diff -urNp linux-2.6.39/drivers/media/video/cx18/cx18-driver.c linux-2.6.39/driv
        memset(&c, 0, sizeof(c));
        strlcpy(c.name, "cx18 tveeprom tmp", sizeof(c.name));
        c.adapter = &cx->i2c_adap[0];
-@@ -892,7 +894,7 @@ static int __devinit cx18_probe(struct p
-       struct cx18 *cx;
-       /* FIXME - module parameter arrays constrain max instances */
--      i = atomic_inc_return(&cx18_instance) - 1;
-+      i = atomic_inc_return_unchecked(&cx18_instance) - 1;
-       if (i >= CX18_MAX_CARDS) {
-               printk(KERN_ERR "cx18: cannot manage card %d, driver has a "
-                      "limit of 0 - %d\n", i, CX18_MAX_CARDS - 1);
-diff -urNp linux-2.6.39/drivers/media/video/cx231xx/cx231xx-audio.c linux-2.6.39/drivers/media/video/cx231xx/cx231xx-audio.c
---- linux-2.6.39/drivers/media/video/cx231xx/cx231xx-audio.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/media/video/cx231xx/cx231xx-audio.c   2011-05-22 19:36:31.000000000 -0400
-@@ -613,7 +613,7 @@ static struct page *snd_pcm_get_vmalloc_
-       return vmalloc_to_page(pageptr);
- }
--static struct snd_pcm_ops snd_cx231xx_pcm_capture = {
-+static const struct snd_pcm_ops snd_cx231xx_pcm_capture = {
-       .open = snd_cx231xx_capture_open,
-       .close = snd_cx231xx_pcm_close,
-       .ioctl = snd_pcm_lib_ioctl,
-diff -urNp linux-2.6.39/drivers/media/video/cx231xx/cx231xx-i2c.c linux-2.6.39/drivers/media/video/cx231xx/cx231xx-i2c.c
---- linux-2.6.39/drivers/media/video/cx231xx/cx231xx-i2c.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/media/video/cx231xx/cx231xx-i2c.c     2011-05-22 19:36:31.000000000 -0400
-@@ -435,7 +435,7 @@ static u32 functionality(struct i2c_adap
-       return I2C_FUNC_SMBUS_EMUL | I2C_FUNC_I2C;
- }
--static struct i2c_algorithm cx231xx_algo = {
-+static const struct i2c_algorithm cx231xx_algo = {
-       .master_xfer = cx231xx_i2c_xfer,
-       .functionality = functionality,
- };
-diff -urNp linux-2.6.39/drivers/media/video/cx23885/cx23885-input.c linux-2.6.39/drivers/media/video/cx23885/cx23885-input.c
---- linux-2.6.39/drivers/media/video/cx23885/cx23885-input.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/media/video/cx23885/cx23885-input.c   2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/media/video/cx23885/cx23885-input.c linux-3.0.4/drivers/media/video/cx23885/cx23885-input.c
+--- linux-3.0.4/drivers/media/video/cx23885/cx23885-input.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/media/video/cx23885/cx23885-input.c    2011-08-23 21:48:14.000000000 -0400
 @@ -53,6 +53,8 @@ static void cx23885_input_process_measur
        bool handle = false;
        struct ir_raw_event ir_core_event[64];
@@ -32567,303 +28013,9 @@ diff -urNp linux-2.6.39/drivers/media/video/cx23885/cx23885-input.c linux-2.6.39
        do {
                num = 0;
                v4l2_subdev_call(dev->sd_ir, ir, rx_read, (u8 *) ir_core_event,
-diff -urNp linux-2.6.39/drivers/media/video/cx88/cx88-alsa.c linux-2.6.39/drivers/media/video/cx88/cx88-alsa.c
---- linux-2.6.39/drivers/media/video/cx88/cx88-alsa.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/media/video/cx88/cx88-alsa.c  2011-05-22 19:36:31.000000000 -0400
-@@ -519,7 +519,7 @@ static struct page *snd_cx88_page(struct
- /*
-  * operators
-  */
--static struct snd_pcm_ops snd_cx88_pcm_ops = {
-+static const struct snd_pcm_ops snd_cx88_pcm_ops = {
-       .open = snd_cx88_pcm_open,
-       .close = snd_cx88_close,
-       .ioctl = snd_pcm_lib_ioctl,
-diff -urNp linux-2.6.39/drivers/media/video/davinci/ccdc_hw_device.h linux-2.6.39/drivers/media/video/davinci/ccdc_hw_device.h
---- linux-2.6.39/drivers/media/video/davinci/ccdc_hw_device.h  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/media/video/davinci/ccdc_hw_device.h  2011-05-22 19:36:31.000000000 -0400
-@@ -99,7 +99,7 @@ struct ccdc_hw_device {
-       /* module owner */
-       struct module *owner;
-       /* hw ops */
--      struct ccdc_hw_ops hw_ops;
-+      const struct ccdc_hw_ops hw_ops;
- };
- /* Used by CCDC module to register & unregister with vpfe capture driver */
-diff -urNp linux-2.6.39/drivers/media/video/davinci/vpss.c linux-2.6.39/drivers/media/video/davinci/vpss.c
---- linux-2.6.39/drivers/media/video/davinci/vpss.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/media/video/davinci/vpss.c    2011-05-22 19:36:31.000000000 -0400
-@@ -103,7 +103,7 @@ struct vpss_oper_config {
-       __iomem void *vpss_regs_base1;
-       enum vpss_platform_type platform;
-       spinlock_t vpss_lock;
--      struct vpss_hw_ops hw_ops;
-+      const struct vpss_hw_ops hw_ops;
- };
- static struct vpss_oper_config oper_cfg;
-diff -urNp linux-2.6.39/drivers/media/video/em28xx/em28xx-audio.c linux-2.6.39/drivers/media/video/em28xx/em28xx-audio.c
---- linux-2.6.39/drivers/media/video/em28xx/em28xx-audio.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/media/video/em28xx/em28xx-audio.c     2011-05-22 19:36:31.000000000 -0400
-@@ -432,7 +432,7 @@ static struct page *snd_pcm_get_vmalloc_
-       return vmalloc_to_page(pageptr);
- }
--static struct snd_pcm_ops snd_em28xx_pcm_capture = {
-+static const struct snd_pcm_ops snd_em28xx_pcm_capture = {
-       .open      = snd_em28xx_capture_open,
-       .close     = snd_em28xx_pcm_close,
-       .ioctl     = snd_pcm_lib_ioctl,
-diff -urNp linux-2.6.39/drivers/media/video/em28xx/em28xx-i2c.c linux-2.6.39/drivers/media/video/em28xx/em28xx-i2c.c
---- linux-2.6.39/drivers/media/video/em28xx/em28xx-i2c.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/media/video/em28xx/em28xx-i2c.c       2011-05-22 19:36:31.000000000 -0400
-@@ -451,7 +451,7 @@ static u32 functionality(struct i2c_adap
-       return I2C_FUNC_SMBUS_EMUL;
- }
--static struct i2c_algorithm em28xx_algo = {
-+static const struct i2c_algorithm em28xx_algo = {
-       .master_xfer   = em28xx_i2c_xfer,
-       .functionality = functionality,
- };
-diff -urNp linux-2.6.39/drivers/media/video/hdpvr/hdpvr-i2c.c linux-2.6.39/drivers/media/video/hdpvr/hdpvr-i2c.c
---- linux-2.6.39/drivers/media/video/hdpvr/hdpvr-i2c.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/media/video/hdpvr/hdpvr-i2c.c 2011-05-22 19:36:31.000000000 -0400
-@@ -179,7 +179,7 @@ static u32 hdpvr_functionality(struct i2
-       return I2C_FUNC_I2C | I2C_FUNC_SMBUS_EMUL;
- }
--static struct i2c_algorithm hdpvr_algo = {
-+static const struct i2c_algorithm hdpvr_algo = {
-       .master_xfer   = hdpvr_transfer,
-       .functionality = hdpvr_functionality,
- };
-diff -urNp linux-2.6.39/drivers/media/video/imx074.c linux-2.6.39/drivers/media/video/imx074.c
---- linux-2.6.39/drivers/media/video/imx074.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/media/video/imx074.c  2011-05-22 19:36:31.000000000 -0400
-@@ -267,7 +267,7 @@ static int imx074_g_chip_ident(struct v4
-       return 0;
- }
--static struct v4l2_subdev_video_ops imx074_subdev_video_ops = {
-+static const struct v4l2_subdev_video_ops imx074_subdev_video_ops = {
-       .s_stream       = imx074_s_stream,
-       .s_mbus_fmt     = imx074_s_fmt,
-       .g_mbus_fmt     = imx074_g_fmt,
-@@ -277,7 +277,7 @@ static struct v4l2_subdev_video_ops imx0
-       .cropcap        = imx074_cropcap,
- };
--static struct v4l2_subdev_core_ops imx074_subdev_core_ops = {
-+static const struct v4l2_subdev_core_ops imx074_subdev_core_ops = {
-       .g_chip_ident   = imx074_g_chip_ident,
- };
-diff -urNp linux-2.6.39/drivers/media/video/ivtv/ivtv-driver.c linux-2.6.39/drivers/media/video/ivtv/ivtv-driver.c
---- linux-2.6.39/drivers/media/video/ivtv/ivtv-driver.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/media/video/ivtv/ivtv-driver.c        2011-05-22 19:36:31.000000000 -0400
-@@ -80,7 +80,7 @@ static struct pci_device_id ivtv_pci_tbl
- MODULE_DEVICE_TABLE(pci,ivtv_pci_tbl);
- /* ivtv instance counter */
--static atomic_t ivtv_instance = ATOMIC_INIT(0);
-+static atomic_unchecked_t ivtv_instance = ATOMIC_INIT(0);
- /* Parameter declarations */
- static int cardtype[IVTV_MAX_CARDS];
-diff -urNp linux-2.6.39/drivers/media/video/mt9m001.c linux-2.6.39/drivers/media/video/mt9m001.c
---- linux-2.6.39/drivers/media/video/mt9m001.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/media/video/mt9m001.c 2011-05-22 19:36:31.000000000 -0400
-@@ -691,7 +691,7 @@ static int mt9m001_g_skip_top_lines(stru
-       return 0;
- }
--static struct v4l2_subdev_core_ops mt9m001_subdev_core_ops = {
-+static const struct v4l2_subdev_core_ops mt9m001_subdev_core_ops = {
-       .g_ctrl         = mt9m001_g_ctrl,
-       .s_ctrl         = mt9m001_s_ctrl,
-       .g_chip_ident   = mt9m001_g_chip_ident,
-@@ -714,7 +714,7 @@ static int mt9m001_enum_fmt(struct v4l2_
-       return 0;
- }
--static struct v4l2_subdev_video_ops mt9m001_subdev_video_ops = {
-+static const struct v4l2_subdev_video_ops mt9m001_subdev_video_ops = {
-       .s_stream       = mt9m001_s_stream,
-       .s_mbus_fmt     = mt9m001_s_fmt,
-       .g_mbus_fmt     = mt9m001_g_fmt,
-@@ -725,7 +725,7 @@ static struct v4l2_subdev_video_ops mt9m
-       .enum_mbus_fmt  = mt9m001_enum_fmt,
- };
--static struct v4l2_subdev_sensor_ops mt9m001_subdev_sensor_ops = {
-+static const struct v4l2_subdev_sensor_ops mt9m001_subdev_sensor_ops = {
-       .g_skip_top_lines       = mt9m001_g_skip_top_lines,
- };
-diff -urNp linux-2.6.39/drivers/media/video/mt9t031.c linux-2.6.39/drivers/media/video/mt9t031.c
---- linux-2.6.39/drivers/media/video/mt9t031.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/media/video/mt9t031.c 2011-05-22 19:36:31.000000000 -0400
-@@ -725,7 +725,7 @@ static int mt9t031_runtime_resume(struct
-       return 0;
- }
--static struct dev_pm_ops mt9t031_dev_pm_ops = {
-+static const struct dev_pm_ops mt9t031_dev_pm_ops = {
-       .runtime_suspend        = mt9t031_runtime_suspend,
-       .runtime_resume         = mt9t031_runtime_resume,
- };
-@@ -788,7 +788,7 @@ static int mt9t031_g_skip_top_lines(stru
-       return 0;
- }
--static struct v4l2_subdev_core_ops mt9t031_subdev_core_ops = {
-+static const struct v4l2_subdev_core_ops mt9t031_subdev_core_ops = {
-       .g_ctrl         = mt9t031_g_ctrl,
-       .s_ctrl         = mt9t031_s_ctrl,
-       .g_chip_ident   = mt9t031_g_chip_ident,
-@@ -808,7 +808,7 @@ static int mt9t031_enum_fmt(struct v4l2_
-       return 0;
- }
--static struct v4l2_subdev_video_ops mt9t031_subdev_video_ops = {
-+static const struct v4l2_subdev_video_ops mt9t031_subdev_video_ops = {
-       .s_stream       = mt9t031_s_stream,
-       .s_mbus_fmt     = mt9t031_s_fmt,
-       .g_mbus_fmt     = mt9t031_g_fmt,
-@@ -819,7 +819,7 @@ static struct v4l2_subdev_video_ops mt9t
-       .enum_mbus_fmt  = mt9t031_enum_fmt,
- };
--static struct v4l2_subdev_sensor_ops mt9t031_subdev_sensor_ops = {
-+static const struct v4l2_subdev_sensor_ops mt9t031_subdev_sensor_ops = {
-       .g_skip_top_lines       = mt9t031_g_skip_top_lines,
- };
-diff -urNp linux-2.6.39/drivers/media/video/mt9v022.c linux-2.6.39/drivers/media/video/mt9v022.c
---- linux-2.6.39/drivers/media/video/mt9v022.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/media/video/mt9v022.c 2011-05-22 19:36:31.000000000 -0400
-@@ -825,7 +825,7 @@ static int mt9v022_g_skip_top_lines(stru
-       return 0;
- }
--static struct v4l2_subdev_core_ops mt9v022_subdev_core_ops = {
-+static const struct v4l2_subdev_core_ops mt9v022_subdev_core_ops = {
-       .g_ctrl         = mt9v022_g_ctrl,
-       .s_ctrl         = mt9v022_s_ctrl,
-       .g_chip_ident   = mt9v022_g_chip_ident,
-@@ -848,7 +848,7 @@ static int mt9v022_enum_fmt(struct v4l2_
-       return 0;
- }
--static struct v4l2_subdev_video_ops mt9v022_subdev_video_ops = {
-+static const struct v4l2_subdev_video_ops mt9v022_subdev_video_ops = {
-       .s_stream       = mt9v022_s_stream,
-       .s_mbus_fmt     = mt9v022_s_fmt,
-       .g_mbus_fmt     = mt9v022_g_fmt,
-@@ -859,7 +859,7 @@ static struct v4l2_subdev_video_ops mt9v
-       .enum_mbus_fmt  = mt9v022_enum_fmt,
- };
--static struct v4l2_subdev_sensor_ops mt9v022_subdev_sensor_ops = {
-+static const struct v4l2_subdev_sensor_ops mt9v022_subdev_sensor_ops = {
-       .g_skip_top_lines       = mt9v022_g_skip_top_lines,
- };
-diff -urNp linux-2.6.39/drivers/media/video/mx2_camera.c linux-2.6.39/drivers/media/video/mx2_camera.c
---- linux-2.6.39/drivers/media/video/mx2_camera.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/media/video/mx2_camera.c      2011-05-22 19:36:31.000000000 -0400
-@@ -668,7 +668,7 @@ static void mx2_videobuf_release(struct 
-       free_buffer(vq, buf);
- }
--static struct videobuf_queue_ops mx2_videobuf_ops = {
-+static const struct videobuf_queue_ops mx2_videobuf_ops = {
-       .buf_setup      = mx2_videobuf_setup,
-       .buf_prepare    = mx2_videobuf_prepare,
-       .buf_queue      = mx2_videobuf_queue,
-diff -urNp linux-2.6.39/drivers/media/video/omap24xxcam.c linux-2.6.39/drivers/media/video/omap24xxcam.c
---- linux-2.6.39/drivers/media/video/omap24xxcam.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/media/video/omap24xxcam.c     2011-05-22 19:36:31.000000000 -0400
-@@ -403,7 +403,7 @@ static void omap24xxcam_vbq_complete(str
-       spin_unlock_irqrestore(&cam->core_enable_disable_lock, flags);
-       do_gettimeofday(&vb->ts);
--      vb->field_count = atomic_add_return(2, &fh->field_count);
-+      vb->field_count = atomic_add_return_unchecked(2, &fh->field_count);
-       if (csr & csr_error) {
-               vb->state = VIDEOBUF_ERROR;
-               if (!atomic_read(&fh->cam->in_reset)) {
-diff -urNp linux-2.6.39/drivers/media/video/omap24xxcam.h linux-2.6.39/drivers/media/video/omap24xxcam.h
---- linux-2.6.39/drivers/media/video/omap24xxcam.h     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/media/video/omap24xxcam.h     2011-05-22 19:36:31.000000000 -0400
-@@ -533,7 +533,7 @@ struct omap24xxcam_fh {
-       spinlock_t vbq_lock; /* spinlock for the videobuf queue */
-       struct videobuf_queue vbq;
-       struct v4l2_pix_format pix; /* serialise pix by vbq->lock */
--      atomic_t field_count; /* field counter for videobuf_buffer */
-+      atomic_unchecked_t field_count; /* field counter for videobuf_buffer */
-       /* accessing cam here doesn't need serialisation: it's constant */
-       struct omap24xxcam_device *cam;
- };
-diff -urNp linux-2.6.39/drivers/media/video/omap3isp/isp.h linux-2.6.39/drivers/media/video/omap3isp/isp.h
---- linux-2.6.39/drivers/media/video/omap3isp/isp.h    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/media/video/omap3isp/isp.h    2011-05-22 19:36:31.000000000 -0400
-@@ -290,7 +290,7 @@ struct isp_device {
-       struct iommu *iommu;
--      struct isp_platform_callback platform_cb;
-+      const struct isp_platform_callback platform_cb;
- };
- #define v4l2_dev_to_isp_device(dev) \
-diff -urNp linux-2.6.39/drivers/media/video/ov2640.c linux-2.6.39/drivers/media/video/ov2640.c
---- linux-2.6.39/drivers/media/video/ov2640.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/media/video/ov2640.c  2011-05-22 19:36:31.000000000 -0400
-@@ -1080,7 +1080,7 @@ static struct soc_camera_ops ov2640_ops 
-       .num_controls           = ARRAY_SIZE(ov2640_controls),
- };
--static struct v4l2_subdev_core_ops ov2640_subdev_core_ops = {
-+static const struct v4l2_subdev_core_ops ov2640_subdev_core_ops = {
-       .g_ctrl         = ov2640_g_ctrl,
-       .s_ctrl         = ov2640_s_ctrl,
-       .g_chip_ident   = ov2640_g_chip_ident,
-@@ -1090,7 +1090,7 @@ static struct v4l2_subdev_core_ops ov264
- #endif
- };
--static struct v4l2_subdev_video_ops ov2640_subdev_video_ops = {
-+static const struct v4l2_subdev_video_ops ov2640_subdev_video_ops = {
-       .s_stream       = ov2640_s_stream,
-       .g_mbus_fmt     = ov2640_g_fmt,
-       .s_mbus_fmt     = ov2640_s_fmt,
-diff -urNp linux-2.6.39/drivers/media/video/ov772x.c linux-2.6.39/drivers/media/video/ov772x.c
---- linux-2.6.39/drivers/media/video/ov772x.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/media/video/ov772x.c  2011-05-22 19:36:31.000000000 -0400
-@@ -1079,7 +1079,7 @@ static struct soc_camera_ops ov772x_ops 
-       .num_controls           = ARRAY_SIZE(ov772x_controls),
- };
--static struct v4l2_subdev_core_ops ov772x_subdev_core_ops = {
-+static const struct v4l2_subdev_core_ops ov772x_subdev_core_ops = {
-       .g_ctrl         = ov772x_g_ctrl,
-       .s_ctrl         = ov772x_s_ctrl,
-       .g_chip_ident   = ov772x_g_chip_ident,
-@@ -1099,7 +1099,7 @@ static int ov772x_enum_fmt(struct v4l2_s
-       return 0;
- }
--static struct v4l2_subdev_video_ops ov772x_subdev_video_ops = {
-+static const struct v4l2_subdev_video_ops ov772x_subdev_video_ops = {
-       .s_stream       = ov772x_s_stream,
-       .g_mbus_fmt     = ov772x_g_fmt,
-       .s_mbus_fmt     = ov772x_s_fmt,
-diff -urNp linux-2.6.39/drivers/media/video/pvrusb2/pvrusb2-eeprom.c linux-2.6.39/drivers/media/video/pvrusb2/pvrusb2-eeprom.c
---- linux-2.6.39/drivers/media/video/pvrusb2/pvrusb2-eeprom.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/media/video/pvrusb2/pvrusb2-eeprom.c  2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/media/video/pvrusb2/pvrusb2-eeprom.c linux-3.0.4/drivers/media/video/pvrusb2/pvrusb2-eeprom.c
+--- linux-3.0.4/drivers/media/video/pvrusb2/pvrusb2-eeprom.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/media/video/pvrusb2/pvrusb2-eeprom.c   2011-08-23 21:48:14.000000000 -0400
 @@ -120,6 +120,8 @@ int pvr2_eeprom_analyze(struct pvr2_hdw 
        u8 *eeprom;
        struct tveeprom tvdata;
@@ -32873,66 +28025,9 @@ diff -urNp linux-2.6.39/drivers/media/video/pvrusb2/pvrusb2-eeprom.c linux-2.6.3
        memset(&tvdata,0,sizeof(tvdata));
  
        eeprom = pvr2_eeprom_fetch(hdw);
-diff -urNp linux-2.6.39/drivers/media/video/pvrusb2/pvrusb2-i2c-core.c linux-2.6.39/drivers/media/video/pvrusb2/pvrusb2-i2c-core.c
---- linux-2.6.39/drivers/media/video/pvrusb2/pvrusb2-i2c-core.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/media/video/pvrusb2/pvrusb2-i2c-core.c        2011-05-22 19:36:31.000000000 -0400
-@@ -527,7 +527,7 @@ static u32 pvr2_i2c_functionality(struct
-       return I2C_FUNC_SMBUS_EMUL | I2C_FUNC_I2C;
- }
--static struct i2c_algorithm pvr2_i2c_algo_template = {
-+static const struct i2c_algorithm pvr2_i2c_algo_template = {
-       .master_xfer   = pvr2_i2c_xfer,
-       .functionality = pvr2_i2c_functionality,
- };
-diff -urNp linux-2.6.39/drivers/media/video/rj54n1cb0c.c linux-2.6.39/drivers/media/video/rj54n1cb0c.c
---- linux-2.6.39/drivers/media/video/rj54n1cb0c.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/media/video/rj54n1cb0c.c      2011-05-22 19:36:31.000000000 -0400
-@@ -1327,7 +1327,7 @@ static int rj54n1_s_ctrl(struct v4l2_sub
-       return 0;
- }
--static struct v4l2_subdev_core_ops rj54n1_subdev_core_ops = {
-+static const struct v4l2_subdev_core_ops rj54n1_subdev_core_ops = {
-       .g_ctrl         = rj54n1_g_ctrl,
-       .s_ctrl         = rj54n1_s_ctrl,
-       .g_chip_ident   = rj54n1_g_chip_ident,
-@@ -1337,7 +1337,7 @@ static struct v4l2_subdev_core_ops rj54n
- #endif
- };
--static struct v4l2_subdev_video_ops rj54n1_subdev_video_ops = {
-+static const struct v4l2_subdev_video_ops rj54n1_subdev_video_ops = {
-       .s_stream       = rj54n1_s_stream,
-       .s_mbus_fmt     = rj54n1_s_fmt,
-       .g_mbus_fmt     = rj54n1_g_fmt,
-diff -urNp linux-2.6.39/drivers/media/video/s5p-fimc/fimc-capture.c linux-2.6.39/drivers/media/video/s5p-fimc/fimc-capture.c
---- linux-2.6.39/drivers/media/video/s5p-fimc/fimc-capture.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/media/video/s5p-fimc/fimc-capture.c   2011-05-22 19:36:31.000000000 -0400
-@@ -376,7 +376,7 @@ static void fimc_unlock(struct vb2_queue
-       mutex_unlock(&ctx->fimc_dev->lock);
- }
--static struct vb2_ops fimc_capture_qops = {
-+static const struct vb2_ops fimc_capture_qops = {
-       .queue_setup            = queue_setup,
-       .buf_prepare            = buffer_prepare,
-       .buf_queue              = buffer_queue,
-diff -urNp linux-2.6.39/drivers/media/video/s5p-fimc/fimc-core.c linux-2.6.39/drivers/media/video/s5p-fimc/fimc-core.c
---- linux-2.6.39/drivers/media/video/s5p-fimc/fimc-core.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/media/video/s5p-fimc/fimc-core.c      2011-05-22 19:36:31.000000000 -0400
-@@ -768,7 +768,7 @@ static void fimc_unlock(struct vb2_queue
-       mutex_unlock(&ctx->fimc_dev->lock);
- }
--static struct vb2_ops fimc_qops = {
-+static const struct vb2_ops fimc_qops = {
-       .queue_setup     = fimc_queue_setup,
-       .buf_prepare     = fimc_buf_prepare,
-       .buf_queue       = fimc_buf_queue,
-diff -urNp linux-2.6.39/drivers/media/video/saa7134/saa6752hs.c linux-2.6.39/drivers/media/video/saa7134/saa6752hs.c
---- linux-2.6.39/drivers/media/video/saa7134/saa6752hs.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/media/video/saa7134/saa6752hs.c       2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/media/video/saa7134/saa6752hs.c linux-3.0.4/drivers/media/video/saa7134/saa6752hs.c
+--- linux-3.0.4/drivers/media/video/saa7134/saa6752hs.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/media/video/saa7134/saa6752hs.c        2011-08-23 21:48:14.000000000 -0400
 @@ -682,6 +682,8 @@ static int saa6752hs_init(struct v4l2_su
        unsigned char localPAT[256];
        unsigned char localPMT[256];
@@ -32942,21 +28037,9 @@ diff -urNp linux-2.6.39/drivers/media/video/saa7134/saa6752hs.c linux-2.6.39/dri
        /* Set video format - must be done first as it resets other settings */
        set_reg8(client, 0x41, h->video_format);
  
-diff -urNp linux-2.6.39/drivers/media/video/saa7134/saa7134-alsa.c linux-2.6.39/drivers/media/video/saa7134/saa7134-alsa.c
---- linux-2.6.39/drivers/media/video/saa7134/saa7134-alsa.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/media/video/saa7134/saa7134-alsa.c    2011-05-22 19:36:31.000000000 -0400
-@@ -808,7 +808,7 @@ static struct page *snd_card_saa7134_pag
-  * ALSA capture callbacks definition
-  */
--static struct snd_pcm_ops snd_card_saa7134_capture_ops = {
-+static const struct snd_pcm_ops snd_card_saa7134_capture_ops = {
-       .open =                 snd_card_saa7134_capture_open,
-       .close =                snd_card_saa7134_capture_close,
-       .ioctl =                snd_pcm_lib_ioctl,
-diff -urNp linux-2.6.39/drivers/media/video/saa7164/saa7164-cmd.c linux-2.6.39/drivers/media/video/saa7164/saa7164-cmd.c
---- linux-2.6.39/drivers/media/video/saa7164/saa7164-cmd.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/media/video/saa7164/saa7164-cmd.c     2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/media/video/saa7164/saa7164-cmd.c linux-3.0.4/drivers/media/video/saa7164/saa7164-cmd.c
+--- linux-3.0.4/drivers/media/video/saa7164/saa7164-cmd.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/media/video/saa7164/saa7164-cmd.c      2011-08-23 21:48:14.000000000 -0400
 @@ -88,6 +88,8 @@ int saa7164_irq_dequeue(struct saa7164_d
        u8 tmp[512];
        dprintk(DBGLVL_CMD, "%s()\n", __func__);
@@ -32975,82 +28058,22 @@ diff -urNp linux-2.6.39/drivers/media/video/saa7164/saa7164-cmd.c linux-2.6.39/d
        while (loop) {
  
                struct tmComResInfo tRsp = { 0, 0, 0, 0, 0, 0 };
-diff -urNp linux-2.6.39/drivers/media/video/sh_mobile_csi2.c linux-2.6.39/drivers/media/video/sh_mobile_csi2.c
---- linux-2.6.39/drivers/media/video/sh_mobile_csi2.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/media/video/sh_mobile_csi2.c  2011-05-22 19:36:31.000000000 -0400
-@@ -127,12 +127,12 @@ static int sh_csi2_s_fmt(struct v4l2_sub
-       return 0;
- }
--static struct v4l2_subdev_video_ops sh_csi2_subdev_video_ops = {
-+static const struct v4l2_subdev_video_ops sh_csi2_subdev_video_ops = {
-       .s_mbus_fmt     = sh_csi2_s_fmt,
-       .try_mbus_fmt   = sh_csi2_try_fmt,
- };
--static struct v4l2_subdev_core_ops sh_csi2_subdev_core_ops;
-+static const struct v4l2_subdev_core_ops sh_csi2_subdev_core_ops;
- static struct v4l2_subdev_ops sh_csi2_subdev_ops = {
-       .core   = &sh_csi2_subdev_core_ops,
-diff -urNp linux-2.6.39/drivers/media/video/soc_camera_platform.c linux-2.6.39/drivers/media/video/soc_camera_platform.c
---- linux-2.6.39/drivers/media/video/soc_camera_platform.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/media/video/soc_camera_platform.c     2011-05-22 19:36:31.000000000 -0400
-@@ -70,7 +70,7 @@ static int soc_camera_platform_fill_fmt(
-       return 0;
- }
--static struct v4l2_subdev_core_ops platform_subdev_core_ops;
-+static const struct v4l2_subdev_core_ops platform_subdev_core_ops;
- static int soc_camera_platform_enum_fmt(struct v4l2_subdev *sd, unsigned int index,
-                                       enum v4l2_mbus_pixelcode *code)
-@@ -115,7 +115,7 @@ static int soc_camera_platform_cropcap(s
-       return 0;
- }
--static struct v4l2_subdev_video_ops platform_subdev_video_ops = {
-+static const struct v4l2_subdev_video_ops platform_subdev_video_ops = {
-       .s_stream       = soc_camera_platform_s_stream,
-       .enum_mbus_fmt  = soc_camera_platform_enum_fmt,
-       .cropcap        = soc_camera_platform_cropcap,
-diff -urNp linux-2.6.39/drivers/media/video/tlg2300/pd-alsa.c linux-2.6.39/drivers/media/video/tlg2300/pd-alsa.c
---- linux-2.6.39/drivers/media/video/tlg2300/pd-alsa.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/media/video/tlg2300/pd-alsa.c 2011-05-22 19:36:31.000000000 -0400
-@@ -265,7 +265,7 @@ static struct page *snd_pcm_pd_get_page(
-       return vmalloc_to_page(pageptr);
- }
--static struct snd_pcm_ops pcm_capture_ops = {
-+static const struct snd_pcm_ops pcm_capture_ops = {
-       .open      = snd_pd_capture_open,
-       .close     = snd_pd_pcm_close,
-       .ioctl     = snd_pcm_lib_ioctl,
-diff -urNp linux-2.6.39/drivers/media/video/tw9910.c linux-2.6.39/drivers/media/video/tw9910.c
---- linux-2.6.39/drivers/media/video/tw9910.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/media/video/tw9910.c  2011-05-22 19:36:31.000000000 -0400
-@@ -894,7 +894,7 @@ static struct soc_camera_ops tw9910_ops 
-       .enum_input             = tw9910_enum_input,
- };
--static struct v4l2_subdev_core_ops tw9910_subdev_core_ops = {
-+static const struct v4l2_subdev_core_ops tw9910_subdev_core_ops = {
-       .g_chip_ident   = tw9910_g_chip_ident,
-       .s_std          = tw9910_s_std,
- #ifdef CONFIG_VIDEO_ADV_DEBUG
-@@ -913,7 +913,7 @@ static int tw9910_enum_fmt(struct v4l2_s
-       return 0;
- }
--static struct v4l2_subdev_video_ops tw9910_subdev_video_ops = {
-+static const struct v4l2_subdev_video_ops tw9910_subdev_video_ops = {
-       .s_stream       = tw9910_s_stream,
-       .g_mbus_fmt     = tw9910_g_fmt,
-       .s_mbus_fmt     = tw9910_s_fmt,
-diff -urNp linux-2.6.39/drivers/media/video/usbvision/usbvision-core.c linux-2.6.39/drivers/media/video/usbvision/usbvision-core.c
---- linux-2.6.39/drivers/media/video/usbvision/usbvision-core.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/media/video/usbvision/usbvision-core.c        2011-05-22 19:36:31.000000000 -0400
-@@ -799,6 +799,8 @@ static enum parse_state usbvision_parse_
+diff -urNp linux-3.0.4/drivers/media/video/timblogiw.c linux-3.0.4/drivers/media/video/timblogiw.c
+--- linux-3.0.4/drivers/media/video/timblogiw.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/media/video/timblogiw.c        2011-08-24 18:29:20.000000000 -0400
+@@ -745,7 +745,7 @@ static int timblogiw_mmap(struct file *f
+ /* Platform device functions */
+-static __devinitconst struct v4l2_ioctl_ops timblogiw_ioctl_ops = {
++static __devinitconst v4l2_ioctl_ops_no_const timblogiw_ioctl_ops = {
+       .vidioc_querycap                = timblogiw_querycap,
+       .vidioc_enum_fmt_vid_cap        = timblogiw_enum_fmt,
+       .vidioc_g_fmt_vid_cap           = timblogiw_g_fmt,
+diff -urNp linux-3.0.4/drivers/media/video/usbvision/usbvision-core.c linux-3.0.4/drivers/media/video/usbvision/usbvision-core.c
+--- linux-3.0.4/drivers/media/video/usbvision/usbvision-core.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/media/video/usbvision/usbvision-core.c 2011-08-23 21:48:14.000000000 -0400
+@@ -707,6 +707,8 @@ static enum parse_state usbvision_parse_
        unsigned char rv, gv, bv;
        static unsigned char *Y, *U, *V;
  
@@ -33059,36 +28082,9 @@ diff -urNp linux-2.6.39/drivers/media/video/usbvision/usbvision-core.c linux-2.6
        frame = usbvision->cur_frame;
        image_size = frame->frmwidth * frame->frmheight;
        if ((frame->v4l2_format.format == V4L2_PIX_FMT_YUV422P) ||
-diff -urNp linux-2.6.39/drivers/media/video/usbvision/usbvision-i2c.c linux-2.6.39/drivers/media/video/usbvision/usbvision-i2c.c
---- linux-2.6.39/drivers/media/video/usbvision/usbvision-i2c.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/media/video/usbvision/usbvision-i2c.c 2011-05-22 19:36:31.000000000 -0400
-@@ -189,7 +189,7 @@ static u32 functionality(struct i2c_adap
- /* -----exported algorithm data: -------------------------------------        */
--static struct i2c_algorithm usbvision_algo = {
-+static const struct i2c_algorithm usbvision_algo = {
-       .master_xfer   = usbvision_i2c_xfer,
-       .smbus_xfer    = NULL,
-       .functionality = functionality,
-diff -urNp linux-2.6.39/drivers/media/video/v4l2-device.c linux-2.6.39/drivers/media/video/v4l2-device.c
---- linux-2.6.39/drivers/media/video/v4l2-device.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/media/video/v4l2-device.c     2011-05-22 19:36:31.000000000 -0400
-@@ -71,9 +71,9 @@ int v4l2_device_put(struct v4l2_device *
- EXPORT_SYMBOL_GPL(v4l2_device_put);
- int v4l2_device_set_name(struct v4l2_device *v4l2_dev, const char *basename,
--                                              atomic_t *instance)
-+                                              atomic_unchecked_t *instance)
- {
--      int num = atomic_inc_return(instance) - 1;
-+      int num = atomic_inc_return_unchecked(instance) - 1;
-       int len = strlen(basename);
-       if (basename[len - 1] >= '0' && basename[len - 1] <= '9')
-diff -urNp linux-2.6.39/drivers/media/video/videobuf-dma-sg.c linux-2.6.39/drivers/media/video/videobuf-dma-sg.c
---- linux-2.6.39/drivers/media/video/videobuf-dma-sg.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/media/video/videobuf-dma-sg.c 2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/media/video/videobuf-dma-sg.c linux-3.0.4/drivers/media/video/videobuf-dma-sg.c
+--- linux-3.0.4/drivers/media/video/videobuf-dma-sg.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/media/video/videobuf-dma-sg.c  2011-08-23 21:48:14.000000000 -0400
 @@ -606,6 +606,8 @@ void *videobuf_sg_alloc(size_t size)
  {
        struct videobuf_queue q;
@@ -33098,37 +28094,10 @@ diff -urNp linux-2.6.39/drivers/media/video/videobuf-dma-sg.c linux-2.6.39/drive
        /* Required to make generic handler to call __videobuf_alloc */
        q.int_ops = &sg_ops;
  
-diff -urNp linux-2.6.39/drivers/message/fusion/mptbase.c linux-2.6.39/drivers/message/fusion/mptbase.c
---- linux-2.6.39/drivers/message/fusion/mptbase.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/message/fusion/mptbase.c      2011-05-22 19:41:37.000000000 -0400
-@@ -143,7 +143,7 @@ static int                  MptDriverClass[MPT_MAX_PRO
- static MPT_EVHANDLER           MptEvHandlers[MPT_MAX_PROTOCOL_DRIVERS];
-                                       /* Reset handler lookup table */
- static MPT_RESETHANDLER                MptResetHandlers[MPT_MAX_PROTOCOL_DRIVERS];
--static struct mpt_pci_driver  *MptDeviceDriverHandlers[MPT_MAX_PROTOCOL_DRIVERS];
-+static const struct mpt_pci_driver    *MptDeviceDriverHandlers[MPT_MAX_PROTOCOL_DRIVERS];
- #ifdef CONFIG_PROC_FS
- static struct proc_dir_entry  *mpt_proc_root_dir;
-@@ -772,7 +772,7 @@ mpt_reset_deregister(u8 cb_idx)
-  *    @cb_idx: MPT protocol driver index
-  */
- int
--mpt_device_driver_register(struct mpt_pci_driver * dd_cbfunc, u8 cb_idx)
-+mpt_device_driver_register(const struct mpt_pci_driver * dd_cbfunc, u8 cb_idx)
- {
-       MPT_ADAPTER     *ioc;
-       const struct pci_device_id *id;
-@@ -801,7 +801,7 @@ mpt_device_driver_register(struct mpt_pc
- void
- mpt_device_driver_deregister(u8 cb_idx)
- {
--      struct mpt_pci_driver *dd_cbfunc;
-+      const struct mpt_pci_driver *dd_cbfunc;
-       MPT_ADAPTER     *ioc;
-       if (!cb_idx || cb_idx >= MPT_MAX_PROTOCOL_DRIVERS)
-@@ -6683,8 +6683,13 @@ static int mpt_iocinfo_proc_show(struct 
+diff -urNp linux-3.0.4/drivers/message/fusion/mptbase.c linux-3.0.4/drivers/message/fusion/mptbase.c
+--- linux-3.0.4/drivers/message/fusion/mptbase.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/message/fusion/mptbase.c       2011-08-23 21:48:14.000000000 -0400
+@@ -6681,8 +6681,13 @@ static int mpt_iocinfo_proc_show(struct 
        seq_printf(m, "  MaxChainDepth = 0x%02x frames\n", ioc->facts.MaxChainDepth);
        seq_printf(m, "  MinBlockSize = 0x%02x bytes\n", 4*ioc->facts.BlockSize);
  
@@ -33142,33 +28111,9 @@ diff -urNp linux-2.6.39/drivers/message/fusion/mptbase.c linux-2.6.39/drivers/me
        /*
         *  Rounding UP to nearest 4-kB boundary here...
         */
-diff -urNp linux-2.6.39/drivers/message/fusion/mptbase.h linux-2.6.39/drivers/message/fusion/mptbase.h
---- linux-2.6.39/drivers/message/fusion/mptbase.h      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/message/fusion/mptbase.h      2011-05-22 19:36:31.000000000 -0400
-@@ -908,7 +908,7 @@ extern int  mpt_event_register(u8 cb_idx
- extern void    mpt_event_deregister(u8 cb_idx);
- extern int     mpt_reset_register(u8 cb_idx, MPT_RESETHANDLER reset_func);
- extern void    mpt_reset_deregister(u8 cb_idx);
--extern int     mpt_device_driver_register(struct mpt_pci_driver * dd_cbfunc, u8 cb_idx);
-+extern int     mpt_device_driver_register(const struct mpt_pci_driver * dd_cbfunc, u8 cb_idx);
- extern void    mpt_device_driver_deregister(u8 cb_idx);
- extern MPT_FRAME_HDR  *mpt_get_msg_frame(u8 cb_idx, MPT_ADAPTER *ioc);
- extern void    mpt_free_msg_frame(MPT_ADAPTER *ioc, MPT_FRAME_HDR *mf);
-diff -urNp linux-2.6.39/drivers/message/fusion/mptctl.c linux-2.6.39/drivers/message/fusion/mptctl.c
---- linux-2.6.39/drivers/message/fusion/mptctl.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/message/fusion/mptctl.c       2011-05-22 19:36:31.000000000 -0400
-@@ -3000,7 +3000,7 @@ mptctl_remove(struct pci_dev *pdev)
- {
- }
--static struct mpt_pci_driver mptctl_driver = {
-+static const struct mpt_pci_driver mptctl_driver = {
-   .probe              = mptctl_probe,
-   .remove             = mptctl_remove,
- };
-diff -urNp linux-2.6.39/drivers/message/fusion/mptsas.c linux-2.6.39/drivers/message/fusion/mptsas.c
---- linux-2.6.39/drivers/message/fusion/mptsas.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/message/fusion/mptsas.c       2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/message/fusion/mptsas.c linux-3.0.4/drivers/message/fusion/mptsas.c
+--- linux-3.0.4/drivers/message/fusion/mptsas.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/message/fusion/mptsas.c        2011-08-23 21:47:55.000000000 -0400
 @@ -439,6 +439,23 @@ mptsas_is_end_device(struct mptsas_devin
                return 0;
  }
@@ -33217,9 +28162,9 @@ diff -urNp linux-2.6.39/drivers/message/fusion/mptsas.c linux-2.6.39/drivers/mes
  static inline struct sas_port *
  mptsas_get_port(struct mptsas_phyinfo *phy_info)
  {
-diff -urNp linux-2.6.39/drivers/message/fusion/mptscsih.c linux-2.6.39/drivers/message/fusion/mptscsih.c
---- linux-2.6.39/drivers/message/fusion/mptscsih.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/message/fusion/mptscsih.c     2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/message/fusion/mptscsih.c linux-3.0.4/drivers/message/fusion/mptscsih.c
+--- linux-3.0.4/drivers/message/fusion/mptscsih.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/message/fusion/mptscsih.c      2011-08-23 21:47:55.000000000 -0400
 @@ -1268,15 +1268,16 @@ mptscsih_info(struct Scsi_Host *SChost)
  
        h = shost_priv(SChost);
@@ -33245,9 +28190,9 @@ diff -urNp linux-2.6.39/drivers/message/fusion/mptscsih.c linux-2.6.39/drivers/m
  
        return h->info_kbuf;
  }
-diff -urNp linux-2.6.39/drivers/message/i2o/i2o_config.c linux-2.6.39/drivers/message/i2o/i2o_config.c
---- linux-2.6.39/drivers/message/i2o/i2o_config.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/message/i2o/i2o_config.c      2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/message/i2o/i2o_config.c linux-3.0.4/drivers/message/i2o/i2o_config.c
+--- linux-3.0.4/drivers/message/i2o/i2o_config.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/message/i2o/i2o_config.c       2011-08-23 21:48:14.000000000 -0400
 @@ -781,6 +781,8 @@ static int i2o_cfg_passthru(unsigned lon
        struct i2o_message *msg;
        unsigned int iop;
@@ -33257,9 +28202,9 @@ diff -urNp linux-2.6.39/drivers/message/i2o/i2o_config.c linux-2.6.39/drivers/me
        if (get_user(iop, &cmd->iop) || get_user(user_msg, &cmd->msg))
                return -EFAULT;
  
-diff -urNp linux-2.6.39/drivers/message/i2o/i2o_proc.c linux-2.6.39/drivers/message/i2o/i2o_proc.c
---- linux-2.6.39/drivers/message/i2o/i2o_proc.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/message/i2o/i2o_proc.c        2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/message/i2o/i2o_proc.c linux-3.0.4/drivers/message/i2o/i2o_proc.c
+--- linux-3.0.4/drivers/message/i2o/i2o_proc.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/message/i2o/i2o_proc.c 2011-08-23 21:47:55.000000000 -0400
 @@ -255,13 +255,6 @@ static char *scsi_devices[] = {
        "Array Controller Device"
  };
@@ -33346,9 +28291,9 @@ diff -urNp linux-2.6.39/drivers/message/i2o/i2o_proc.c linux-2.6.39/drivers/mess
  
        return 0;
  }
-diff -urNp linux-2.6.39/drivers/message/i2o/iop.c linux-2.6.39/drivers/message/i2o/iop.c
---- linux-2.6.39/drivers/message/i2o/iop.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/message/i2o/iop.c     2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/message/i2o/iop.c linux-3.0.4/drivers/message/i2o/iop.c
+--- linux-3.0.4/drivers/message/i2o/iop.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/message/i2o/iop.c      2011-08-23 21:47:55.000000000 -0400
 @@ -111,10 +111,10 @@ u32 i2o_cntxt_list_add(struct i2o_contro
  
        spin_lock_irqsave(&c->context_list_lock, flags);
@@ -33372,129 +28317,21 @@ diff -urNp linux-2.6.39/drivers/message/i2o/iop.c linux-2.6.39/drivers/message/i
        INIT_LIST_HEAD(&c->context_list);
  #endif
  
-diff -urNp linux-2.6.39/drivers/mfd/ab3100-core.c linux-2.6.39/drivers/mfd/ab3100-core.c
---- linux-2.6.39/drivers/mfd/ab3100-core.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/mfd/ab3100-core.c     2011-05-22 19:36:31.000000000 -0400
-@@ -385,7 +385,7 @@ static int ab3100_event_registers_startu
-       return 0;
- }
+diff -urNp linux-3.0.4/drivers/mfd/abx500-core.c linux-3.0.4/drivers/mfd/abx500-core.c
+--- linux-3.0.4/drivers/mfd/abx500-core.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/mfd/abx500-core.c      2011-08-23 21:47:55.000000000 -0400
+@@ -14,7 +14,7 @@ static LIST_HEAD(abx500_list);
  
--static struct abx500_ops ab3100_ops = {
-+static const struct abx500_ops ab3100_ops = {
-       .get_chip_id = ab3100_get_chip_id,
-       .set_register = set_register_interruptible,
-       .get_register = get_register_interruptible,
-diff -urNp linux-2.6.39/drivers/mfd/ab3550-core.c linux-2.6.39/drivers/mfd/ab3550-core.c
---- linux-2.6.39/drivers/mfd/ab3550-core.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/mfd/ab3550-core.c     2011-05-22 19:36:31.000000000 -0400
-@@ -676,7 +676,7 @@ static int ab3550_startup_irq_enabled(st
-       return val;
- }
--static struct abx500_ops ab3550_ops = {
-+static const struct abx500_ops ab3550_ops = {
-       .get_chip_id = ab3550_get_chip_id,
-       .get_register = ab3550_get_register_interruptible,
-       .set_register = ab3550_set_register_interruptible,
-diff -urNp linux-2.6.39/drivers/mfd/ab8500-core.c linux-2.6.39/drivers/mfd/ab8500-core.c
---- linux-2.6.39/drivers/mfd/ab8500-core.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/mfd/ab8500-core.c     2011-05-22 19:36:31.000000000 -0400
-@@ -223,7 +223,7 @@ static int ab8500_mask_and_set_register(
- }
--static struct abx500_ops ab8500_ops = {
-+static const struct abx500_ops ab8500_ops = {
-       .get_chip_id = ab8500_get_chip_id,
-       .get_register = ab8500_get_register,
-       .set_register = ab8500_set_register,
-diff -urNp linux-2.6.39/drivers/mfd/abx500-core.c linux-2.6.39/drivers/mfd/abx500-core.c
---- linux-2.6.39/drivers/mfd/abx500-core.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/mfd/abx500-core.c     2011-05-22 19:36:31.000000000 -0400
-@@ -18,7 +18,7 @@ struct abx500_device_entry {
+ struct abx500_device_entry {
+       struct list_head list;
+-      struct abx500_ops ops;
++      abx500_ops_no_const ops;
        struct device *dev;
  };
  
--static void lookup_ops(struct device *dev, struct abx500_ops **ops)
-+static void lookup_ops(struct device *dev, const struct abx500_ops **ops)
- {
-       struct abx500_device_entry *dev_entry;
-@@ -31,7 +31,7 @@ static void lookup_ops(struct device *de
-       }
- }
--int abx500_register_ops(struct device *dev, struct abx500_ops *ops)
-+int abx500_register_ops(struct device *dev, const struct abx500_ops *ops)
- {
-       struct abx500_device_entry *dev_entry;
-@@ -65,7 +65,7 @@ EXPORT_SYMBOL(abx500_remove_ops);
- int abx500_set_register_interruptible(struct device *dev, u8 bank, u8 reg,
-       u8 value)
- {
--      struct abx500_ops *ops;
-+      const struct abx500_ops *ops;
-       lookup_ops(dev->parent, &ops);
-       if ((ops != NULL) && (ops->set_register != NULL))
-@@ -78,7 +78,7 @@ EXPORT_SYMBOL(abx500_set_register_interr
- int abx500_get_register_interruptible(struct device *dev, u8 bank, u8 reg,
-       u8 *value)
- {
--      struct abx500_ops *ops;
-+      const struct abx500_ops *ops;
-       lookup_ops(dev->parent, &ops);
-       if ((ops != NULL) && (ops->get_register != NULL))
-@@ -91,7 +91,7 @@ EXPORT_SYMBOL(abx500_get_register_interr
- int abx500_get_register_page_interruptible(struct device *dev, u8 bank,
-       u8 first_reg, u8 *regvals, u8 numregs)
- {
--      struct abx500_ops *ops;
-+      const struct abx500_ops *ops;
-       lookup_ops(dev->parent, &ops);
-       if ((ops != NULL) && (ops->get_register_page != NULL))
-@@ -105,7 +105,7 @@ EXPORT_SYMBOL(abx500_get_register_page_i
- int abx500_mask_and_set_register_interruptible(struct device *dev, u8 bank,
-       u8 reg, u8 bitmask, u8 bitvalues)
- {
--      struct abx500_ops *ops;
-+      const struct abx500_ops *ops;
-       lookup_ops(dev->parent, &ops);
-       if ((ops != NULL) && (ops->mask_and_set_register != NULL))
-@@ -118,7 +118,7 @@ EXPORT_SYMBOL(abx500_mask_and_set_regist
- int abx500_get_chip_id(struct device *dev)
- {
--      struct abx500_ops *ops;
-+      const struct abx500_ops *ops;
-       lookup_ops(dev->parent, &ops);
-       if ((ops != NULL) && (ops->get_chip_id != NULL))
-@@ -130,7 +130,7 @@ EXPORT_SYMBOL(abx500_get_chip_id);
- int abx500_event_registers_startup_state_get(struct device *dev, u8 *event)
- {
--      struct abx500_ops *ops;
-+      const struct abx500_ops *ops;
-       lookup_ops(dev->parent, &ops);
-       if ((ops != NULL) && (ops->event_registers_startup_state_get != NULL))
-@@ -142,7 +142,7 @@ EXPORT_SYMBOL(abx500_event_registers_sta
- int abx500_startup_irq_enabled(struct device *dev, unsigned int irq)
- {
--      struct abx500_ops *ops;
-+      const struct abx500_ops *ops;
-       lookup_ops(dev->parent, &ops);
-       if ((ops != NULL) && (ops->startup_irq_enabled != NULL))
-diff -urNp linux-2.6.39/drivers/mfd/janz-cmodio.c linux-2.6.39/drivers/mfd/janz-cmodio.c
---- linux-2.6.39/drivers/mfd/janz-cmodio.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/mfd/janz-cmodio.c     2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/mfd/janz-cmodio.c linux-3.0.4/drivers/mfd/janz-cmodio.c
+--- linux-3.0.4/drivers/mfd/janz-cmodio.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/mfd/janz-cmodio.c      2011-08-23 21:47:55.000000000 -0400
 @@ -13,6 +13,7 @@
  
  #include <linux/kernel.h>
@@ -33503,21 +28340,9 @@ diff -urNp linux-2.6.39/drivers/mfd/janz-cmodio.c linux-2.6.39/drivers/mfd/janz-
  #include <linux/init.h>
  #include <linux/pci.h>
  #include <linux/interrupt.h>
-diff -urNp linux-2.6.39/drivers/mfd/mcp-sa11x0.c linux-2.6.39/drivers/mfd/mcp-sa11x0.c
---- linux-2.6.39/drivers/mfd/mcp-sa11x0.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/mfd/mcp-sa11x0.c      2011-05-22 19:36:31.000000000 -0400
-@@ -128,7 +128,7 @@ static void mcp_sa11x0_disable(struct mc
- /*
-  * Our methods.
-  */
--static struct mcp_ops mcp_sa11x0 = {
-+static const struct mcp_ops mcp_sa11x0 = {
-       .set_telecom_divisor    = mcp_sa11x0_set_telecom_divisor,
-       .set_audio_divisor      = mcp_sa11x0_set_audio_divisor,
-       .reg_write              = mcp_sa11x0_write,
-diff -urNp linux-2.6.39/drivers/mfd/wm8350-i2c.c linux-2.6.39/drivers/mfd/wm8350-i2c.c
---- linux-2.6.39/drivers/mfd/wm8350-i2c.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/mfd/wm8350-i2c.c      2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/mfd/wm8350-i2c.c linux-3.0.4/drivers/mfd/wm8350-i2c.c
+--- linux-3.0.4/drivers/mfd/wm8350-i2c.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/mfd/wm8350-i2c.c       2011-08-23 21:48:14.000000000 -0400
 @@ -44,6 +44,8 @@ static int wm8350_i2c_write_device(struc
        u8 msg[(WM8350_MAX_REGISTER << 1) + 1];
        int ret;
@@ -33527,42 +28352,9 @@ diff -urNp linux-2.6.39/drivers/mfd/wm8350-i2c.c linux-2.6.39/drivers/mfd/wm8350
        if (bytes > ((WM8350_MAX_REGISTER << 1) + 1))
                return -EINVAL;
  
-diff -urNp linux-2.6.39/drivers/misc/enclosure.c linux-2.6.39/drivers/misc/enclosure.c
---- linux-2.6.39/drivers/misc/enclosure.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/misc/enclosure.c      2011-05-22 19:36:31.000000000 -0400
-@@ -161,7 +161,7 @@ enclosure_register(struct device *dev, c
- }
- EXPORT_SYMBOL_GPL(enclosure_register);
--static struct enclosure_component_callbacks enclosure_null_callbacks;
-+static const struct enclosure_component_callbacks enclosure_null_callbacks;
- /**
-  * enclosure_unregister - remove an enclosure
-diff -urNp linux-2.6.39/drivers/misc/kgdbts.c linux-2.6.39/drivers/misc/kgdbts.c
---- linux-2.6.39/drivers/misc/kgdbts.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/misc/kgdbts.c 2011-05-22 19:36:31.000000000 -0400
-@@ -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];
-@@ -1103,7 +1103,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.39/drivers/misc/lis3lv02d/lis3lv02d.c linux-2.6.39/drivers/misc/lis3lv02d/lis3lv02d.c
---- linux-2.6.39/drivers/misc/lis3lv02d/lis3lv02d.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/misc/lis3lv02d/lis3lv02d.c    2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/misc/lis3lv02d/lis3lv02d.c linux-3.0.4/drivers/misc/lis3lv02d/lis3lv02d.c
+--- linux-3.0.4/drivers/misc/lis3lv02d/lis3lv02d.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/misc/lis3lv02d/lis3lv02d.c     2011-08-23 21:47:55.000000000 -0400
 @@ -435,7 +435,7 @@ static irqreturn_t lis302dl_interrupt(in
         * the lid is closed. This leads to interrupts as soon as a little move
         * is done.
@@ -33599,9 +28391,9 @@ diff -urNp linux-2.6.39/drivers/misc/lis3lv02d/lis3lv02d.c linux-2.6.39/drivers/
                return POLLIN | POLLRDNORM;
        return 0;
  }
-diff -urNp linux-2.6.39/drivers/misc/lis3lv02d/lis3lv02d.h linux-2.6.39/drivers/misc/lis3lv02d/lis3lv02d.h
---- linux-2.6.39/drivers/misc/lis3lv02d/lis3lv02d.h    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/misc/lis3lv02d/lis3lv02d.h    2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/misc/lis3lv02d/lis3lv02d.h linux-3.0.4/drivers/misc/lis3lv02d/lis3lv02d.h
+--- linux-3.0.4/drivers/misc/lis3lv02d/lis3lv02d.h     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/misc/lis3lv02d/lis3lv02d.h     2011-08-23 21:47:55.000000000 -0400
 @@ -265,7 +265,7 @@ struct lis3lv02d {
        struct input_polled_dev *idev;     /* input device */
        struct platform_device  *pdev;     /* platform device */
@@ -33611,9 +28403,9 @@ diff -urNp linux-2.6.39/drivers/misc/lis3lv02d/lis3lv02d.h linux-2.6.39/drivers/
        union axis_conversion   ac;        /* hw -> logical axis */
        int                     mapped_btns[3];
  
-diff -urNp linux-2.6.39/drivers/misc/sgi-gru/gruhandles.c linux-2.6.39/drivers/misc/sgi-gru/gruhandles.c
---- linux-2.6.39/drivers/misc/sgi-gru/gruhandles.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/misc/sgi-gru/gruhandles.c     2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/misc/sgi-gru/gruhandles.c linux-3.0.4/drivers/misc/sgi-gru/gruhandles.c
+--- linux-3.0.4/drivers/misc/sgi-gru/gruhandles.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/misc/sgi-gru/gruhandles.c      2011-08-23 21:47:55.000000000 -0400
 @@ -44,8 +44,8 @@ static void update_mcs_stats(enum mcs_op
        unsigned long nsec;
  
@@ -33625,9 +28417,9 @@ diff -urNp linux-2.6.39/drivers/misc/sgi-gru/gruhandles.c linux-2.6.39/drivers/m
        if (mcs_op_statistics[op].max < nsec)
                mcs_op_statistics[op].max = nsec;
  }
-diff -urNp linux-2.6.39/drivers/misc/sgi-gru/gruprocfs.c linux-2.6.39/drivers/misc/sgi-gru/gruprocfs.c
---- linux-2.6.39/drivers/misc/sgi-gru/gruprocfs.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/misc/sgi-gru/gruprocfs.c      2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/misc/sgi-gru/gruprocfs.c linux-3.0.4/drivers/misc/sgi-gru/gruprocfs.c
+--- linux-3.0.4/drivers/misc/sgi-gru/gruprocfs.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/misc/sgi-gru/gruprocfs.c       2011-08-23 21:47:55.000000000 -0400
 @@ -32,9 +32,9 @@
  
  #define printstat(s, f)               printstat_val(s, &gru_stats.f, #f)
@@ -33651,9 +28443,9 @@ diff -urNp linux-2.6.39/drivers/misc/sgi-gru/gruprocfs.c linux-2.6.39/drivers/mi
                max = mcs_op_statistics[op].max;
                seq_printf(s, "%-20s%12ld%12ld%12ld\n", id[op], count,
                           count ? total / count : 0, max);
-diff -urNp linux-2.6.39/drivers/misc/sgi-gru/grutables.h linux-2.6.39/drivers/misc/sgi-gru/grutables.h
---- linux-2.6.39/drivers/misc/sgi-gru/grutables.h      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/misc/sgi-gru/grutables.h      2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/misc/sgi-gru/grutables.h linux-3.0.4/drivers/misc/sgi-gru/grutables.h
+--- linux-3.0.4/drivers/misc/sgi-gru/grutables.h       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/misc/sgi-gru/grutables.h       2011-08-23 21:47:55.000000000 -0400
 @@ -167,82 +167,82 @@ extern unsigned int gru_max_gids;
   * GRU statistics.
   */
@@ -33833,225 +28625,21 @@ diff -urNp linux-2.6.39/drivers/misc/sgi-gru/grutables.h linux-2.6.39/drivers/mi
                        } while (0)
  
  #ifdef CONFIG_SGI_GRU_DEBUG
-diff -urNp linux-2.6.39/drivers/misc/sgi-xp/xpc_sn2.c linux-2.6.39/drivers/misc/sgi-xp/xpc_sn2.c
---- linux-2.6.39/drivers/misc/sgi-xp/xpc_sn2.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/misc/sgi-xp/xpc_sn2.c 2011-05-22 19:36:31.000000000 -0400
-@@ -2351,7 +2351,7 @@ xpc_received_payload_sn2(struct xpc_chan
-               xpc_acknowledge_msgs_sn2(ch, get, msg->flags);
- }
--static struct xpc_arch_operations xpc_arch_ops_sn2 = {
-+static const struct xpc_arch_operations xpc_arch_ops_sn2 = {
-       .setup_partitions = xpc_setup_partitions_sn2,
-       .teardown_partitions = xpc_teardown_partitions_sn2,
-       .process_activate_IRQ_rcvd = xpc_process_activate_IRQ_rcvd_sn2,
-diff -urNp linux-2.6.39/drivers/misc/sgi-xp/xpc_uv.c linux-2.6.39/drivers/misc/sgi-xp/xpc_uv.c
---- linux-2.6.39/drivers/misc/sgi-xp/xpc_uv.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/misc/sgi-xp/xpc_uv.c  2011-05-22 19:36:31.000000000 -0400
-@@ -1674,7 +1674,7 @@ xpc_received_payload_uv(struct xpc_chann
-               XPC_DEACTIVATE_PARTITION(&xpc_partitions[ch->partid], ret);
- }
--static struct xpc_arch_operations xpc_arch_ops_uv = {
-+static const struct xpc_arch_operations xpc_arch_ops_uv = {
-       .setup_partitions = xpc_setup_partitions_uv,
-       .teardown_partitions = xpc_teardown_partitions_uv,
-       .process_activate_IRQ_rcvd = xpc_process_activate_IRQ_rcvd_uv,
-diff -urNp linux-2.6.39/drivers/misc/spear13xx_pcie_gadget.c linux-2.6.39/drivers/misc/spear13xx_pcie_gadget.c
---- linux-2.6.39/drivers/misc/spear13xx_pcie_gadget.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/misc/spear13xx_pcie_gadget.c  2011-05-22 19:36:31.000000000 -0400
-@@ -644,7 +644,7 @@ static ssize_t pcie_gadget_target_attr_s
-       return ret;
- }
--static struct configfs_item_operations pcie_gadget_target_item_ops = {
-+static const struct configfs_item_operations pcie_gadget_target_item_ops = {
-       .show_attribute         = pcie_gadget_target_attr_show,
-       .store_attribute        = pcie_gadget_target_attr_store,
- };
-diff -urNp linux-2.6.39/drivers/mmc/host/davinci_mmc.c linux-2.6.39/drivers/mmc/host/davinci_mmc.c
---- linux-2.6.39/drivers/mmc/host/davinci_mmc.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/mmc/host/davinci_mmc.c        2011-05-22 19:36:31.000000000 -0400
-@@ -1133,7 +1133,7 @@ static void mmc_davinci_enable_sdio_irq(
-       }
- }
--static struct mmc_host_ops mmc_davinci_ops = {
-+static const struct mmc_host_ops mmc_davinci_ops = {
-       .request        = mmc_davinci_request,
-       .set_ios        = mmc_davinci_set_ios,
-       .get_cd         = mmc_davinci_get_cd,
-diff -urNp linux-2.6.39/drivers/mmc/host/dw_mmc.c linux-2.6.39/drivers/mmc/host/dw_mmc.c
---- linux-2.6.39/drivers/mmc/host/dw_mmc.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/mmc/host/dw_mmc.c     2011-05-22 19:36:31.000000000 -0400
-@@ -417,7 +417,7 @@ static int dw_mci_idmac_init(struct dw_m
-       return 0;
- }
--static struct dw_mci_dma_ops dw_mci_idmac_ops = {
-+static const struct dw_mci_dma_ops dw_mci_idmac_ops = {
-       .init = dw_mci_idmac_init,
-       .start = dw_mci_idmac_start_dma,
-       .stop = dw_mci_idmac_stop_dma,
-diff -urNp linux-2.6.39/drivers/mmc/host/s3cmci.c linux-2.6.39/drivers/mmc/host/s3cmci.c
---- linux-2.6.39/drivers/mmc/host/s3cmci.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/mmc/host/s3cmci.c     2011-05-22 19:36:31.000000000 -0400
-@@ -1349,7 +1349,7 @@ static void s3cmci_enable_sdio_irq(struc
-       s3cmci_check_sdio_irq(host);
- }
--static struct mmc_host_ops s3cmci_ops = {
-+static const struct mmc_host_ops s3cmci_ops = {
-       .request        = s3cmci_request,
-       .set_ios        = s3cmci_set_ios,
-       .get_ro         = s3cmci_get_ro,
-diff -urNp linux-2.6.39/drivers/mmc/host/sdhci-cns3xxx.c linux-2.6.39/drivers/mmc/host/sdhci-cns3xxx.c
---- linux-2.6.39/drivers/mmc/host/sdhci-cns3xxx.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/mmc/host/sdhci-cns3xxx.c      2011-05-22 19:36:31.000000000 -0400
-@@ -81,7 +81,7 @@ out:
-       host->clock = clock;
- }
--static struct sdhci_ops sdhci_cns3xxx_ops = {
-+static const struct sdhci_ops sdhci_cns3xxx_ops = {
-       .get_max_clock  = sdhci_cns3xxx_get_max_clk,
-       .set_clock      = sdhci_cns3xxx_set_clock,
- };
-diff -urNp linux-2.6.39/drivers/mmc/host/sdhci-dove.c linux-2.6.39/drivers/mmc/host/sdhci-dove.c
---- linux-2.6.39/drivers/mmc/host/sdhci-dove.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/mmc/host/sdhci-dove.c 2011-05-22 19:36:31.000000000 -0400
-@@ -56,7 +56,7 @@ static u32 sdhci_dove_readl(struct sdhci
-       return ret;
- }
--static struct sdhci_ops sdhci_dove_ops = {
-+static const struct sdhci_ops sdhci_dove_ops = {
-       .read_w = sdhci_dove_readw,
-       .read_l = sdhci_dove_readl,
- };
-diff -urNp linux-2.6.39/drivers/mmc/host/sdhci-esdhc-imx.c linux-2.6.39/drivers/mmc/host/sdhci-esdhc-imx.c
---- linux-2.6.39/drivers/mmc/host/sdhci-esdhc-imx.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/mmc/host/sdhci-esdhc-imx.c    2011-05-22 19:36:31.000000000 -0400
-@@ -201,7 +201,7 @@ static unsigned int esdhc_pltfm_get_ro(s
-               return -ENOSYS;
- }
--static struct sdhci_ops sdhci_esdhc_ops = {
-+static const struct sdhci_ops sdhci_esdhc_ops = {
-       .read_l = esdhc_readl_le,
-       .read_w = esdhc_readw_le,
-       .write_l = esdhc_writel_le,
-diff -urNp linux-2.6.39/drivers/mmc/host/sdhci-of.h linux-2.6.39/drivers/mmc/host/sdhci-of.h
---- linux-2.6.39/drivers/mmc/host/sdhci-of.h   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/mmc/host/sdhci-of.h   2011-05-22 19:36:31.000000000 -0400
-@@ -21,7 +21,7 @@
- struct sdhci_of_data {
-       unsigned int quirks;
--      struct sdhci_ops ops;
-+      const struct sdhci_ops ops;
- };
- struct sdhci_of_host {
-diff -urNp linux-2.6.39/drivers/mmc/host/sdhci-pci.c linux-2.6.39/drivers/mmc/host/sdhci-pci.c
---- linux-2.6.39/drivers/mmc/host/sdhci-pci.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/mmc/host/sdhci-pci.c  2011-05-22 19:36:31.000000000 -0400
-@@ -786,7 +786,7 @@ static int sdhci_pci_enable_dma(struct s
-       return 0;
- }
--static struct sdhci_ops sdhci_pci_ops = {
-+static const struct sdhci_ops sdhci_pci_ops = {
-       .enable_dma     = sdhci_pci_enable_dma,
- };
-diff -urNp linux-2.6.39/drivers/mmc/host/sdhci-pltfm.c linux-2.6.39/drivers/mmc/host/sdhci-pltfm.c
---- linux-2.6.39/drivers/mmc/host/sdhci-pltfm.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/mmc/host/sdhci-pltfm.c        2011-05-22 19:36:31.000000000 -0400
-@@ -41,7 +41,7 @@
-  *                                                                           *
- \*****************************************************************************/
--static struct sdhci_ops sdhci_pltfm_ops = {
-+static const struct sdhci_ops sdhci_pltfm_ops = {
- };
- /*****************************************************************************\
-diff -urNp linux-2.6.39/drivers/mmc/host/sdhci-pxa.c linux-2.6.39/drivers/mmc/host/sdhci-pxa.c
---- linux-2.6.39/drivers/mmc/host/sdhci-pxa.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/mmc/host/sdhci-pxa.c  2011-05-22 19:36:31.000000000 -0400
-@@ -69,7 +69,7 @@ static void set_clock(struct sdhci_host 
-       }
- }
--static struct sdhci_ops sdhci_pxa_ops = {
-+static const struct sdhci_ops sdhci_pxa_ops = {
-       .set_clock = set_clock,
- };
-diff -urNp linux-2.6.39/drivers/mmc/host/sdhci-s3c.c linux-2.6.39/drivers/mmc/host/sdhci-s3c.c
---- linux-2.6.39/drivers/mmc/host/sdhci-s3c.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/mmc/host/sdhci-s3c.c  2011-05-22 19:36:31.000000000 -0400
-@@ -309,7 +309,7 @@ static int sdhci_s3c_platform_8bit_width
-       return 0;
- }
--static struct sdhci_ops sdhci_s3c_ops = {
-+static const struct sdhci_ops sdhci_s3c_ops = {
-       .get_max_clock          = sdhci_s3c_get_max_clk,
-       .set_clock              = sdhci_s3c_set_clock,
-       .get_min_clock          = sdhci_s3c_get_min_clock,
-diff -urNp linux-2.6.39/drivers/mmc/host/sdhci-spear.c linux-2.6.39/drivers/mmc/host/sdhci-spear.c
---- linux-2.6.39/drivers/mmc/host/sdhci-spear.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/mmc/host/sdhci-spear.c        2011-05-22 19:36:31.000000000 -0400
-@@ -32,7 +32,7 @@ struct spear_sdhci {
- };
- /* sdhci ops */
--static struct sdhci_ops sdhci_pltfm_ops = {
-+static const struct sdhci_ops sdhci_pltfm_ops = {
-       /* Nothing to do for now. */
- };
-diff -urNp linux-2.6.39/drivers/mmc/host/sdhci-tegra.c linux-2.6.39/drivers/mmc/host/sdhci-tegra.c
---- linux-2.6.39/drivers/mmc/host/sdhci-tegra.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/mmc/host/sdhci-tegra.c        2011-05-22 19:36:31.000000000 -0400
-@@ -242,7 +242,7 @@ static void tegra_sdhci_pltfm_exit(struc
-       clk_put(pltfm_host->clk);
- }
--static struct sdhci_ops tegra_sdhci_ops = {
-+static const struct sdhci_ops tegra_sdhci_ops = {
-       .get_ro     = tegra_sdhci_get_ro,
-       .read_l     = tegra_sdhci_readl,
-       .read_w     = tegra_sdhci_readw,
-diff -urNp linux-2.6.39/drivers/mmc/host/sdricoh_cs.c linux-2.6.39/drivers/mmc/host/sdricoh_cs.c
---- linux-2.6.39/drivers/mmc/host/sdricoh_cs.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/mmc/host/sdricoh_cs.c 2011-05-22 19:36:31.000000000 -0400
-@@ -387,7 +387,7 @@ static int sdricoh_get_ro(struct mmc_hos
-       return (status & STATUS_CARD_LOCKED);
- }
--static struct mmc_host_ops sdricoh_ops = {
-+static const struct mmc_host_ops sdricoh_ops = {
-       .request = sdricoh_request,
-       .set_ios = sdricoh_set_ios,
-       .get_ro = sdricoh_get_ro,
-diff -urNp linux-2.6.39/drivers/mmc/host/sh_mmcif.c linux-2.6.39/drivers/mmc/host/sh_mmcif.c
---- linux-2.6.39/drivers/mmc/host/sh_mmcif.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/mmc/host/sh_mmcif.c   2011-05-22 19:36:31.000000000 -0400
-@@ -872,7 +872,7 @@ static int sh_mmcif_get_cd(struct mmc_ho
-               return p->get_cd(host->pd);
- }
--static struct mmc_host_ops sh_mmcif_ops = {
-+static const struct mmc_host_ops sh_mmcif_ops = {
-       .request        = sh_mmcif_request,
-       .set_ios        = sh_mmcif_set_ios,
-       .get_cd         = sh_mmcif_get_cd,
-diff -urNp linux-2.6.39/drivers/mtd/chips/cfi_cmdset_0001.c linux-2.6.39/drivers/mtd/chips/cfi_cmdset_0001.c
---- linux-2.6.39/drivers/mtd/chips/cfi_cmdset_0001.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/mtd/chips/cfi_cmdset_0001.c   2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/misc/sgi-xp/xp.h linux-3.0.4/drivers/misc/sgi-xp/xp.h
+--- linux-3.0.4/drivers/misc/sgi-xp/xp.h       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/misc/sgi-xp/xp.h       2011-08-23 21:47:55.000000000 -0400
+@@ -289,7 +289,7 @@ struct xpc_interface {
+                                       xpc_notify_func, void *);
+       void (*received) (short, int, void *);
+       enum xp_retval (*partid_to_nasids) (short, void *);
+-};
++} __no_const;
+ extern struct xpc_interface xpc_interface;
+diff -urNp linux-3.0.4/drivers/mtd/chips/cfi_cmdset_0001.c linux-3.0.4/drivers/mtd/chips/cfi_cmdset_0001.c
+--- linux-3.0.4/drivers/mtd/chips/cfi_cmdset_0001.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/mtd/chips/cfi_cmdset_0001.c    2011-08-23 21:48:14.000000000 -0400
 @@ -757,6 +757,8 @@ static int chip_ready (struct map_info *
        struct cfi_pri_intelext *cfip = cfi->cmdset_priv;
        unsigned long timeo = jiffies + HZ;
@@ -34061,7 +28649,7 @@ diff -urNp linux-2.6.39/drivers/mtd/chips/cfi_cmdset_0001.c linux-2.6.39/drivers
        /* Prevent setting state FL_SYNCING for chip in suspended state. */
        if (mode == FL_SYNCING && chip->oldstate != FL_READY)
                goto sleep;
-@@ -1657,6 +1659,8 @@ static int __xipram do_write_buffer(stru
+@@ -1653,6 +1655,8 @@ static int __xipram do_write_buffer(stru
        unsigned long initial_adr;
        int initial_len = len;
  
@@ -34070,7 +28658,7 @@ diff -urNp linux-2.6.39/drivers/mtd/chips/cfi_cmdset_0001.c linux-2.6.39/drivers
        wbufsize = cfi_interleave(cfi) << cfi->cfiq->MaxBufWriteSize;
        adr += chip->start;
        initial_adr = adr;
-@@ -1875,6 +1879,8 @@ static int __xipram do_erase_oneblock(st
+@@ -1871,6 +1875,8 @@ static int __xipram do_erase_oneblock(st
        int retries = 3;
        int ret;
  
@@ -34079,9 +28667,9 @@ diff -urNp linux-2.6.39/drivers/mtd/chips/cfi_cmdset_0001.c linux-2.6.39/drivers
        adr += chip->start;
  
   retry:
-diff -urNp linux-2.6.39/drivers/mtd/chips/cfi_cmdset_0020.c linux-2.6.39/drivers/mtd/chips/cfi_cmdset_0020.c
---- linux-2.6.39/drivers/mtd/chips/cfi_cmdset_0020.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/mtd/chips/cfi_cmdset_0020.c   2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/mtd/chips/cfi_cmdset_0020.c linux-3.0.4/drivers/mtd/chips/cfi_cmdset_0020.c
+--- linux-3.0.4/drivers/mtd/chips/cfi_cmdset_0020.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/mtd/chips/cfi_cmdset_0020.c    2011-08-23 21:48:14.000000000 -0400
 @@ -255,6 +255,8 @@ static inline int do_read_onechip(struct
        unsigned long cmd_addr;
        struct cfi_private *cfi = map->fldrv_priv;
@@ -34091,7 +28679,7 @@ diff -urNp linux-2.6.39/drivers/mtd/chips/cfi_cmdset_0020.c linux-2.6.39/drivers
        adr += chip->start;
  
        /* Ensure cmd read/writes are aligned. */
-@@ -428,6 +430,8 @@ static inline int do_write_buffer(struct
+@@ -429,6 +431,8 @@ static inline int do_write_buffer(struct
        DECLARE_WAITQUEUE(wait, current);
        int wbufsize, z;
  
@@ -34100,7 +28688,7 @@ diff -urNp linux-2.6.39/drivers/mtd/chips/cfi_cmdset_0020.c linux-2.6.39/drivers
          /* M58LW064A requires bus alignment for buffer wriets -- saw */
          if (adr & (map_bankwidth(map)-1))
              return -EINVAL;
-@@ -742,6 +746,8 @@ static inline int do_erase_oneblock(stru
+@@ -743,6 +747,8 @@ static inline int do_erase_oneblock(stru
        DECLARE_WAITQUEUE(wait, current);
        int ret = 0;
  
@@ -34109,7 +28697,7 @@ diff -urNp linux-2.6.39/drivers/mtd/chips/cfi_cmdset_0020.c linux-2.6.39/drivers
        adr += chip->start;
  
        /* Let's determine this according to the interleave only once */
-@@ -1047,6 +1053,8 @@ static inline int do_lock_oneblock(struc
+@@ -1048,6 +1054,8 @@ static inline int do_lock_oneblock(struc
        unsigned long timeo = jiffies + HZ;
        DECLARE_WAITQUEUE(wait, current);
  
@@ -34118,7 +28706,7 @@ diff -urNp linux-2.6.39/drivers/mtd/chips/cfi_cmdset_0020.c linux-2.6.39/drivers
        adr += chip->start;
  
        /* Let's determine this according to the interleave only once */
-@@ -1196,6 +1204,8 @@ static inline int do_unlock_oneblock(str
+@@ -1197,6 +1205,8 @@ static inline int do_unlock_oneblock(str
        unsigned long timeo = jiffies + HZ;
        DECLARE_WAITQUEUE(wait, current);
  
@@ -34127,9 +28715,9 @@ diff -urNp linux-2.6.39/drivers/mtd/chips/cfi_cmdset_0020.c linux-2.6.39/drivers
        adr += chip->start;
  
        /* Let's determine this according to the interleave only once */
-diff -urNp linux-2.6.39/drivers/mtd/devices/doc2000.c linux-2.6.39/drivers/mtd/devices/doc2000.c
---- linux-2.6.39/drivers/mtd/devices/doc2000.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/mtd/devices/doc2000.c 2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/mtd/devices/doc2000.c linux-3.0.4/drivers/mtd/devices/doc2000.c
+--- linux-3.0.4/drivers/mtd/devices/doc2000.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/mtd/devices/doc2000.c  2011-08-23 21:47:55.000000000 -0400
 @@ -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 */
@@ -34139,9 +28727,9 @@ diff -urNp linux-2.6.39/drivers/mtd/devices/doc2000.c linux-2.6.39/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.39/drivers/mtd/devices/doc2001.c linux-2.6.39/drivers/mtd/devices/doc2001.c
---- linux-2.6.39/drivers/mtd/devices/doc2001.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/mtd/devices/doc2001.c 2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/mtd/devices/doc2001.c linux-3.0.4/drivers/mtd/devices/doc2001.c
+--- linux-3.0.4/drivers/mtd/devices/doc2001.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/mtd/devices/doc2001.c  2011-08-23 21:47:55.000000000 -0400
 @@ -393,7 +393,7 @@ static int doc_read (struct mtd_info *mt
        struct Nand *mychip = &this->chips[from >> (this->chipshift)];
  
@@ -34151,9 +28739,9 @@ diff -urNp linux-2.6.39/drivers/mtd/devices/doc2001.c linux-2.6.39/drivers/mtd/d
                return -EINVAL;
  
        /* Don't allow a single read to cross a 512-byte block boundary */
-diff -urNp linux-2.6.39/drivers/mtd/ftl.c linux-2.6.39/drivers/mtd/ftl.c
---- linux-2.6.39/drivers/mtd/ftl.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/mtd/ftl.c     2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/mtd/ftl.c linux-3.0.4/drivers/mtd/ftl.c
+--- linux-3.0.4/drivers/mtd/ftl.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/mtd/ftl.c      2011-08-23 21:48:14.000000000 -0400
 @@ -474,6 +474,8 @@ static int copy_erase_unit(partition_t *
      loff_t offset;
      uint16_t srcunitswap = cpu_to_le16(srcunit);
@@ -34163,9 +28751,9 @@ diff -urNp linux-2.6.39/drivers/mtd/ftl.c linux-2.6.39/drivers/mtd/ftl.c
      eun = &part->EUNInfo[srcunit];
      xfer = &part->XferInfo[xferunit];
      DEBUG(2, "ftl_cs: copying block 0x%x to 0x%x\n",
-diff -urNp linux-2.6.39/drivers/mtd/inftlcore.c linux-2.6.39/drivers/mtd/inftlcore.c
---- linux-2.6.39/drivers/mtd/inftlcore.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/mtd/inftlcore.c       2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/mtd/inftlcore.c linux-3.0.4/drivers/mtd/inftlcore.c
+--- linux-3.0.4/drivers/mtd/inftlcore.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/mtd/inftlcore.c        2011-08-23 21:48:14.000000000 -0400
 @@ -259,6 +259,8 @@ static u16 INFTL_foldchain(struct INFTLr
        struct inftl_oob oob;
        size_t retlen;
@@ -34175,9 +28763,9 @@ diff -urNp linux-2.6.39/drivers/mtd/inftlcore.c linux-2.6.39/drivers/mtd/inftlco
        DEBUG(MTD_DEBUG_LEVEL3, "INFTL: INFTL_foldchain(inftl=%p,thisVUC=%d,"
                "pending=%d)\n", inftl, thisVUC, pendingblock);
  
-diff -urNp linux-2.6.39/drivers/mtd/inftlmount.c linux-2.6.39/drivers/mtd/inftlmount.c
---- linux-2.6.39/drivers/mtd/inftlmount.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/mtd/inftlmount.c      2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/mtd/inftlmount.c linux-3.0.4/drivers/mtd/inftlmount.c
+--- linux-3.0.4/drivers/mtd/inftlmount.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/mtd/inftlmount.c       2011-08-23 21:48:14.000000000 -0400
 @@ -53,6 +53,8 @@ static int find_boot_record(struct INFTL
        struct INFTLPartition *ip;
        size_t retlen;
@@ -34187,9 +28775,9 @@ diff -urNp linux-2.6.39/drivers/mtd/inftlmount.c linux-2.6.39/drivers/mtd/inftlm
        DEBUG(MTD_DEBUG_LEVEL3, "INFTL: find_boot_record(inftl=%p)\n", inftl);
  
          /*
-diff -urNp linux-2.6.39/drivers/mtd/lpddr/qinfo_probe.c linux-2.6.39/drivers/mtd/lpddr/qinfo_probe.c
---- linux-2.6.39/drivers/mtd/lpddr/qinfo_probe.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/mtd/lpddr/qinfo_probe.c       2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/mtd/lpddr/qinfo_probe.c linux-3.0.4/drivers/mtd/lpddr/qinfo_probe.c
+--- linux-3.0.4/drivers/mtd/lpddr/qinfo_probe.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/mtd/lpddr/qinfo_probe.c        2011-08-23 21:48:14.000000000 -0400
 @@ -106,6 +106,8 @@ static int lpddr_pfow_present(struct map
  {
        map_word pfow_val[4];
@@ -34199,10 +28787,10 @@ diff -urNp linux-2.6.39/drivers/mtd/lpddr/qinfo_probe.c linux-2.6.39/drivers/mtd
        /* Check identification string */
        pfow_val[0] = map_read(map, map->pfow_base + PFOW_QUERY_STRING_P);
        pfow_val[1] = map_read(map, map->pfow_base + PFOW_QUERY_STRING_F);
-diff -urNp linux-2.6.39/drivers/mtd/mtdchar.c linux-2.6.39/drivers/mtd/mtdchar.c
---- linux-2.6.39/drivers/mtd/mtdchar.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/mtd/mtdchar.c 2011-05-22 19:36:31.000000000 -0400
-@@ -560,6 +560,8 @@ static int mtd_ioctl(struct file *file, 
+diff -urNp linux-3.0.4/drivers/mtd/mtdchar.c linux-3.0.4/drivers/mtd/mtdchar.c
+--- linux-3.0.4/drivers/mtd/mtdchar.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/mtd/mtdchar.c  2011-08-23 21:48:14.000000000 -0400
+@@ -553,6 +553,8 @@ static int mtd_ioctl(struct file *file, 
        u_long size;
        struct mtd_info_user info;
  
@@ -34211,10 +28799,10 @@ diff -urNp linux-2.6.39/drivers/mtd/mtdchar.c linux-2.6.39/drivers/mtd/mtdchar.c
        DEBUG(MTD_DEBUG_LEVEL0, "MTD_ioctl\n");
  
        size = (cmd & IOCSIZE_MASK) >> IOCSIZE_SHIFT;
-diff -urNp linux-2.6.39/drivers/mtd/nand/denali.c linux-2.6.39/drivers/mtd/nand/denali.c
---- linux-2.6.39/drivers/mtd/nand/denali.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/mtd/nand/denali.c     2011-05-22 19:36:31.000000000 -0400
-@@ -25,6 +25,7 @@
+diff -urNp linux-3.0.4/drivers/mtd/nand/denali.c linux-3.0.4/drivers/mtd/nand/denali.c
+--- linux-3.0.4/drivers/mtd/nand/denali.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/mtd/nand/denali.c      2011-08-23 21:47:55.000000000 -0400
+@@ -26,6 +26,7 @@
  #include <linux/pci.h>
  #include <linux/mtd/mtd.h>
  #include <linux/module.h>
@@ -34222,9 +28810,9 @@ diff -urNp linux-2.6.39/drivers/mtd/nand/denali.c linux-2.6.39/drivers/mtd/nand/
  
  #include "denali.h"
  
-diff -urNp linux-2.6.39/drivers/mtd/nftlcore.c linux-2.6.39/drivers/mtd/nftlcore.c
---- linux-2.6.39/drivers/mtd/nftlcore.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/mtd/nftlcore.c        2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/mtd/nftlcore.c linux-3.0.4/drivers/mtd/nftlcore.c
+--- linux-3.0.4/drivers/mtd/nftlcore.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/mtd/nftlcore.c 2011-08-23 21:48:14.000000000 -0400
 @@ -264,6 +264,8 @@ static u16 NFTL_foldchain (struct NFTLre
        int inplace = 1;
        size_t retlen;
@@ -34234,9 +28822,9 @@ diff -urNp linux-2.6.39/drivers/mtd/nftlcore.c linux-2.6.39/drivers/mtd/nftlcore
        memset(BlockMap, 0xff, sizeof(BlockMap));
        memset(BlockFreeFound, 0, sizeof(BlockFreeFound));
  
-diff -urNp linux-2.6.39/drivers/mtd/nftlmount.c linux-2.6.39/drivers/mtd/nftlmount.c
---- linux-2.6.39/drivers/mtd/nftlmount.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/mtd/nftlmount.c       2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/mtd/nftlmount.c linux-3.0.4/drivers/mtd/nftlmount.c
+--- linux-3.0.4/drivers/mtd/nftlmount.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/mtd/nftlmount.c        2011-08-23 21:48:14.000000000 -0400
 @@ -24,6 +24,7 @@
  #include <asm/errno.h>
  #include <linux/delay.h>
@@ -34254,9 +28842,9 @@ diff -urNp linux-2.6.39/drivers/mtd/nftlmount.c linux-2.6.39/drivers/mtd/nftlmou
          /* Assume logical EraseSize == physical erasesize for starting the scan.
           We'll sort it out later if we find a MediaHeader which says otherwise */
        /* Actually, we won't.  The new DiskOnChip driver has already scanned
-diff -urNp linux-2.6.39/drivers/mtd/ubi/build.c linux-2.6.39/drivers/mtd/ubi/build.c
---- linux-2.6.39/drivers/mtd/ubi/build.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/mtd/ubi/build.c       2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/mtd/ubi/build.c linux-3.0.4/drivers/mtd/ubi/build.c
+--- linux-3.0.4/drivers/mtd/ubi/build.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/mtd/ubi/build.c        2011-08-23 21:47:55.000000000 -0400
 @@ -1287,7 +1287,7 @@ module_exit(ubi_exit);
  static int __init bytes_str_to_int(const char *str)
  {
@@ -34296,33 +28884,120 @@ diff -urNp linux-2.6.39/drivers/mtd/ubi/build.c linux-2.6.39/drivers/mtd/ubi/bui
  }
  
  /**
-diff -urNp linux-2.6.39/drivers/net/bcm63xx_enet.c linux-2.6.39/drivers/net/bcm63xx_enet.c
---- linux-2.6.39/drivers/net/bcm63xx_enet.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/net/bcm63xx_enet.c    2011-05-22 19:36:31.000000000 -0400
-@@ -1469,7 +1469,7 @@ static int bcm_enet_set_pauseparam(struc
-       return 0;
- }
+diff -urNp linux-3.0.4/drivers/net/bna/bfa_ioc_ct.c linux-3.0.4/drivers/net/bna/bfa_ioc_ct.c
+--- linux-3.0.4/drivers/net/bna/bfa_ioc_ct.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/net/bna/bfa_ioc_ct.c   2011-08-23 21:47:55.000000000 -0400
+@@ -48,7 +48,21 @@ static void bfa_ioc_ct_sync_ack(struct b
+ static bool bfa_ioc_ct_sync_complete(struct bfa_ioc *ioc);
+ static enum bfa_status bfa_ioc_ct_pll_init(void __iomem *rb, bool fcmode);
+-static struct bfa_ioc_hwif nw_hwif_ct;
++static struct bfa_ioc_hwif nw_hwif_ct = {
++      .ioc_pll_init = bfa_ioc_ct_pll_init,
++      .ioc_firmware_lock = bfa_ioc_ct_firmware_lock,
++      .ioc_firmware_unlock = bfa_ioc_ct_firmware_unlock,
++      .ioc_reg_init = bfa_ioc_ct_reg_init,
++      .ioc_map_port = bfa_ioc_ct_map_port,
++      .ioc_isr_mode_set = bfa_ioc_ct_isr_mode_set,
++      .ioc_notify_fail = bfa_ioc_ct_notify_fail,
++      .ioc_ownership_reset = bfa_ioc_ct_ownership_reset,
++      .ioc_sync_start = bfa_ioc_ct_sync_start,
++      .ioc_sync_join = bfa_ioc_ct_sync_join,
++      .ioc_sync_leave = bfa_ioc_ct_sync_leave,
++      .ioc_sync_ack = bfa_ioc_ct_sync_ack,
++      .ioc_sync_complete = bfa_ioc_ct_sync_complete
++};
  
--static struct ethtool_ops bcm_enet_ethtool_ops = {
-+static const struct ethtool_ops bcm_enet_ethtool_ops = {
-       .get_strings            = bcm_enet_get_strings,
-       .get_sset_count         = bcm_enet_get_sset_count,
-       .get_ethtool_stats      = bcm_enet_get_ethtool_stats,
-diff -urNp linux-2.6.39/drivers/net/bna/bnad_ethtool.c linux-2.6.39/drivers/net/bna/bnad_ethtool.c
---- linux-2.6.39/drivers/net/bna/bnad_ethtool.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/net/bna/bnad_ethtool.c        2011-05-22 19:36:31.000000000 -0400
-@@ -1242,7 +1242,7 @@ bnad_get_sset_count(struct net_device *n
-       }
- }
+ /**
+  * Called from bfa_ioc_attach() to map asic specific calls.
+@@ -56,20 +70,6 @@ static struct bfa_ioc_hwif nw_hwif_ct;
+ void
+ bfa_nw_ioc_set_ct_hwif(struct bfa_ioc *ioc)
+ {
+-      nw_hwif_ct.ioc_pll_init = bfa_ioc_ct_pll_init;
+-      nw_hwif_ct.ioc_firmware_lock = bfa_ioc_ct_firmware_lock;
+-      nw_hwif_ct.ioc_firmware_unlock = bfa_ioc_ct_firmware_unlock;
+-      nw_hwif_ct.ioc_reg_init = bfa_ioc_ct_reg_init;
+-      nw_hwif_ct.ioc_map_port = bfa_ioc_ct_map_port;
+-      nw_hwif_ct.ioc_isr_mode_set = bfa_ioc_ct_isr_mode_set;
+-      nw_hwif_ct.ioc_notify_fail = bfa_ioc_ct_notify_fail;
+-      nw_hwif_ct.ioc_ownership_reset = bfa_ioc_ct_ownership_reset;
+-      nw_hwif_ct.ioc_sync_start = bfa_ioc_ct_sync_start;
+-      nw_hwif_ct.ioc_sync_join = bfa_ioc_ct_sync_join;
+-      nw_hwif_ct.ioc_sync_leave = bfa_ioc_ct_sync_leave;
+-      nw_hwif_ct.ioc_sync_ack = bfa_ioc_ct_sync_ack;
+-      nw_hwif_ct.ioc_sync_complete = bfa_ioc_ct_sync_complete;
+-
+       ioc->ioc_hwif = &nw_hwif_ct;
+ }
+diff -urNp linux-3.0.4/drivers/net/bna/bnad.c linux-3.0.4/drivers/net/bna/bnad.c
+--- linux-3.0.4/drivers/net/bna/bnad.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/net/bna/bnad.c 2011-08-23 21:47:55.000000000 -0400
+@@ -1681,7 +1681,14 @@ bnad_setup_tx(struct bnad *bnad, uint tx
+       struct bna_intr_info *intr_info =
+                       &res_info[BNA_TX_RES_INTR_T_TXCMPL].res_u.intr_info;
+       struct bna_tx_config *tx_config = &bnad->tx_config[tx_id];
+-      struct bna_tx_event_cbfn tx_cbfn;
++      static struct bna_tx_event_cbfn tx_cbfn = {
++              /* Initialize the tx event handlers */
++              .tcb_setup_cbfn = bnad_cb_tcb_setup,
++              .tcb_destroy_cbfn = bnad_cb_tcb_destroy,
++              .tx_stall_cbfn = bnad_cb_tx_stall,
++              .tx_resume_cbfn = bnad_cb_tx_resume,
++              .tx_cleanup_cbfn = bnad_cb_tx_cleanup
++      };
+       struct bna_tx *tx;
+       unsigned long flags;
+@@ -1690,13 +1697,6 @@ bnad_setup_tx(struct bnad *bnad, uint tx
+       tx_config->txq_depth = bnad->txq_depth;
+       tx_config->tx_type = BNA_TX_T_REGULAR;
+-      /* Initialize the tx event handlers */
+-      tx_cbfn.tcb_setup_cbfn = bnad_cb_tcb_setup;
+-      tx_cbfn.tcb_destroy_cbfn = bnad_cb_tcb_destroy;
+-      tx_cbfn.tx_stall_cbfn = bnad_cb_tx_stall;
+-      tx_cbfn.tx_resume_cbfn = bnad_cb_tx_resume;
+-      tx_cbfn.tx_cleanup_cbfn = bnad_cb_tx_cleanup;
+-
+       /* Get BNA's resource requirement for one tx object */
+       spin_lock_irqsave(&bnad->bna_lock, flags);
+       bna_tx_res_req(bnad->num_txq_per_tx,
+@@ -1827,21 +1827,21 @@ bnad_setup_rx(struct bnad *bnad, uint rx
+       struct bna_intr_info *intr_info =
+                       &res_info[BNA_RX_RES_T_INTR].res_u.intr_info;
+       struct bna_rx_config *rx_config = &bnad->rx_config[rx_id];
+-      struct bna_rx_event_cbfn rx_cbfn;
++      static struct bna_rx_event_cbfn rx_cbfn = {
++              /* Initialize the Rx event handlers */
++              .rcb_setup_cbfn = bnad_cb_rcb_setup,
++              .rcb_destroy_cbfn = bnad_cb_rcb_destroy,
++              .ccb_setup_cbfn = bnad_cb_ccb_setup,
++              .ccb_destroy_cbfn = bnad_cb_ccb_destroy,
++              .rx_cleanup_cbfn = bnad_cb_rx_cleanup,
++              .rx_post_cbfn = bnad_cb_rx_post
++      };
+       struct bna_rx *rx;
+       unsigned long flags;
+       /* Initialize the Rx object configuration */
+       bnad_init_rx_config(bnad, rx_config);
  
--static struct ethtool_ops bnad_ethtool_ops = {
-+static const struct ethtool_ops bnad_ethtool_ops = {
-       .get_settings = bnad_get_settings,
-       .set_settings = bnad_set_settings,
-       .get_drvinfo = bnad_get_drvinfo,
-diff -urNp linux-2.6.39/drivers/net/bnx2.c linux-2.6.39/drivers/net/bnx2.c
---- linux-2.6.39/drivers/net/bnx2.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/net/bnx2.c    2011-05-22 19:36:31.000000000 -0400
+-      /* Initialize the Rx event handlers */
+-      rx_cbfn.rcb_setup_cbfn = bnad_cb_rcb_setup;
+-      rx_cbfn.rcb_destroy_cbfn = bnad_cb_rcb_destroy;
+-      rx_cbfn.ccb_setup_cbfn = bnad_cb_ccb_setup;
+-      rx_cbfn.ccb_destroy_cbfn = bnad_cb_ccb_destroy;
+-      rx_cbfn.rx_cleanup_cbfn = bnad_cb_rx_cleanup;
+-      rx_cbfn.rx_post_cbfn = bnad_cb_rx_post;
+-
+       /* Get BNA's resource requirement for one Rx object */
+       spin_lock_irqsave(&bnad->bna_lock, flags);
+       bna_rx_res_req(rx_config, res_info);
+diff -urNp linux-3.0.4/drivers/net/bnx2.c linux-3.0.4/drivers/net/bnx2.c
+--- linux-3.0.4/drivers/net/bnx2.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/net/bnx2.c     2011-08-23 21:48:14.000000000 -0400
 @@ -5828,6 +5828,8 @@ bnx2_test_nvram(struct bnx2 *bp)
        int rc = 0;
        u32 magic, csum;
@@ -34332,10 +29007,10 @@ diff -urNp linux-2.6.39/drivers/net/bnx2.c linux-2.6.39/drivers/net/bnx2.c
        if ((rc = bnx2_nvram_read(bp, 0, data, 4)) != 0)
                goto test_nvram_done;
  
-diff -urNp linux-2.6.39/drivers/net/bnx2x/bnx2x_ethtool.c linux-2.6.39/drivers/net/bnx2x/bnx2x_ethtool.c
---- linux-2.6.39/drivers/net/bnx2x/bnx2x_ethtool.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/net/bnx2x/bnx2x_ethtool.c     2011-05-22 19:36:31.000000000 -0400
-@@ -1788,6 +1788,8 @@ static int bnx2x_test_nvram(struct bnx2x
+diff -urNp linux-3.0.4/drivers/net/bnx2x/bnx2x_ethtool.c linux-3.0.4/drivers/net/bnx2x/bnx2x_ethtool.c
+--- linux-3.0.4/drivers/net/bnx2x/bnx2x_ethtool.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/net/bnx2x/bnx2x_ethtool.c      2011-08-23 21:48:14.000000000 -0400
+@@ -1705,6 +1705,8 @@ static int bnx2x_test_nvram(struct bnx2x
        int i, rc;
        u32 magic, crc;
  
@@ -34344,34 +29019,22 @@ diff -urNp linux-2.6.39/drivers/net/bnx2x/bnx2x_ethtool.c linux-2.6.39/drivers/n
        if (BP_NOMCP(bp))
                return 0;
  
-diff -urNp linux-2.6.39/drivers/net/chelsio/pm3393.c linux-2.6.39/drivers/net/chelsio/pm3393.c
---- linux-2.6.39/drivers/net/chelsio/pm3393.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/net/chelsio/pm3393.c  2011-05-22 19:36:31.000000000 -0400
-@@ -571,7 +571,7 @@ static void pm3393_destroy(struct cmac *
-       kfree(cmac);
- }
--static struct cmac_ops pm3393_ops = {
-+static const struct cmac_ops pm3393_ops = {
-       .destroy                 = pm3393_destroy,
-       .reset                   = pm3393_reset,
-       .interrupt_enable        = pm3393_interrupt_enable,
-diff -urNp linux-2.6.39/drivers/net/chelsio/vsc7326.c linux-2.6.39/drivers/net/chelsio/vsc7326.c
---- linux-2.6.39/drivers/net/chelsio/vsc7326.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/net/chelsio/vsc7326.c 2011-05-22 19:36:31.000000000 -0400
-@@ -666,7 +666,7 @@ static void mac_destroy(struct cmac *mac
-       kfree(mac);
- }
--static struct cmac_ops vsc7326_ops = {
-+static const struct cmac_ops vsc7326_ops = {
-       .destroy                  = mac_destroy,
-       .reset                    = mac_reset,
-       .interrupt_handler        = mac_intr_handler,
-diff -urNp linux-2.6.39/drivers/net/cxgb4/cxgb4_main.c linux-2.6.39/drivers/net/cxgb4/cxgb4_main.c
---- linux-2.6.39/drivers/net/cxgb4/cxgb4_main.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/net/cxgb4/cxgb4_main.c        2011-05-22 19:36:31.000000000 -0400
-@@ -3428,6 +3428,8 @@ static int __devinit enable_msix(struct 
+diff -urNp linux-3.0.4/drivers/net/cxgb3/l2t.h linux-3.0.4/drivers/net/cxgb3/l2t.h
+--- linux-3.0.4/drivers/net/cxgb3/l2t.h        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/net/cxgb3/l2t.h        2011-08-23 21:47:55.000000000 -0400
+@@ -86,7 +86,7 @@ typedef void (*arp_failure_handler_func)
+  */
+ struct l2t_skb_cb {
+       arp_failure_handler_func arp_failure_handler;
+-};
++} __no_const;
+ #define L2T_SKB_CB(skb) ((struct l2t_skb_cb *)(skb)->cb)
+diff -urNp linux-3.0.4/drivers/net/cxgb4/cxgb4_main.c linux-3.0.4/drivers/net/cxgb4/cxgb4_main.c
+--- linux-3.0.4/drivers/net/cxgb4/cxgb4_main.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/net/cxgb4/cxgb4_main.c 2011-08-23 21:48:14.000000000 -0400
+@@ -3396,6 +3396,8 @@ static int __devinit enable_msix(struct 
        unsigned int nchan = adap->params.nports;
        struct msix_entry entries[MAX_INGQ + 1];
  
@@ -34380,9 +29043,9 @@ diff -urNp linux-2.6.39/drivers/net/cxgb4/cxgb4_main.c linux-2.6.39/drivers/net/
        for (i = 0; i < ARRAY_SIZE(entries); ++i)
                entries[i].entry = i;
  
-diff -urNp linux-2.6.39/drivers/net/cxgb4/t4_hw.c linux-2.6.39/drivers/net/cxgb4/t4_hw.c
---- linux-2.6.39/drivers/net/cxgb4/t4_hw.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/net/cxgb4/t4_hw.c     2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/net/cxgb4/t4_hw.c linux-3.0.4/drivers/net/cxgb4/t4_hw.c
+--- linux-3.0.4/drivers/net/cxgb4/t4_hw.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/net/cxgb4/t4_hw.c      2011-08-23 21:48:14.000000000 -0400
 @@ -362,6 +362,8 @@ static int get_vpd_params(struct adapter
        u8 vpd[VPD_LEN], csum;
        unsigned int vpdr_len, kw_offset, id_len;
@@ -34392,202 +29055,82 @@ diff -urNp linux-2.6.39/drivers/net/cxgb4/t4_hw.c linux-2.6.39/drivers/net/cxgb4
        ret = pci_read_vpd(adapter->pdev, VPD_BASE, sizeof(vpd), vpd);
        if (ret < 0)
                return ret;
-diff -urNp linux-2.6.39/drivers/net/cxgb4vf/cxgb4vf_main.c linux-2.6.39/drivers/net/cxgb4vf/cxgb4vf_main.c
---- linux-2.6.39/drivers/net/cxgb4vf/cxgb4vf_main.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/net/cxgb4vf/cxgb4vf_main.c    2011-05-22 19:36:31.000000000 -0400
-@@ -1572,7 +1572,7 @@ static int cxgb4vf_set_tso(struct net_de
-       return 0;
- }
--static struct ethtool_ops cxgb4vf_ethtool_ops = {
-+static const struct ethtool_ops cxgb4vf_ethtool_ops = {
-       .get_settings           = cxgb4vf_get_settings,
-       .get_drvinfo            = cxgb4vf_get_drvinfo,
-       .get_msglevel           = cxgb4vf_get_msglevel,
-diff -urNp linux-2.6.39/drivers/net/e1000e/82571.c linux-2.6.39/drivers/net/e1000e/82571.c
---- linux-2.6.39/drivers/net/e1000e/82571.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/net/e1000e/82571.c    2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/net/e1000e/82571.c linux-3.0.4/drivers/net/e1000e/82571.c
+--- linux-3.0.4/drivers/net/e1000e/82571.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/net/e1000e/82571.c     2011-08-23 21:47:55.000000000 -0400
 @@ -239,7 +239,7 @@ static s32 e1000_init_mac_params_82571(s
  {
        struct e1000_hw *hw = &adapter->hw;
        struct e1000_mac_info *mac = &hw->mac;
 -      struct e1000_mac_operations *func = &mac->ops;
-+      struct e1000_mac_operations *func = &mac->ops;  /* cannot be const */
++      e1000_mac_operations_no_const *func = &mac->ops;
        u32 swsm = 0;
        u32 swsm2 = 0;
        bool force_clear_smbi = false;
-@@ -1930,7 +1930,7 @@ static void e1000_clear_hw_cntrs_82571(s
-       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,
-@@ -1952,7 +1952,7 @@ static struct e1000_mac_operations e8257
-       .read_mac_addr          = e1000_read_mac_addr_82571,
- };
--static struct e1000_phy_operations e82_phy_ops_igp = {
-+static const struct e1000_phy_operations e82_phy_ops_igp = {
-       .acquire                = e1000_get_hw_semaphore_82571,
-       .check_polarity         = e1000_check_polarity_igp,
-       .check_reset_block      = e1000e_check_reset_block_generic,
-@@ -1970,7 +1970,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                = e1000_get_hw_semaphore_82571,
-       .check_polarity         = e1000_check_polarity_m88,
-       .check_reset_block      = e1000e_check_reset_block_generic,
-@@ -1988,7 +1988,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                = e1000_get_hw_semaphore_82571,
-       .check_polarity         = e1000_check_polarity_m88,
-       .check_reset_block      = e1000e_check_reset_block_generic,
-@@ -2006,7 +2006,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                = e1000_acquire_nvm_82571,
-       .read                   = e1000e_read_nvm_eerd,
-       .release                = e1000_release_nvm_82571,
-diff -urNp linux-2.6.39/drivers/net/e1000e/e1000.h linux-2.6.39/drivers/net/e1000e/e1000.h
---- linux-2.6.39/drivers/net/e1000e/e1000.h    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/net/e1000e/e1000.h    2011-05-22 19:36:31.000000000 -0400
-@@ -409,9 +409,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.39/drivers/net/e1000e/es2lan.c linux-2.6.39/drivers/net/e1000e/es2lan.c
---- linux-2.6.39/drivers/net/e1000e/es2lan.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/net/e1000e/es2lan.c   2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/net/e1000e/es2lan.c linux-3.0.4/drivers/net/e1000e/es2lan.c
+--- linux-3.0.4/drivers/net/e1000e/es2lan.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/net/e1000e/es2lan.c    2011-08-23 21:47:55.000000000 -0400
 @@ -205,7 +205,7 @@ static s32 e1000_init_mac_params_80003es
  {
        struct e1000_hw *hw = &adapter->hw;
        struct e1000_mac_info *mac = &hw->mac;
 -      struct e1000_mac_operations *func = &mac->ops;
-+      struct e1000_mac_operations *func = &mac->ops;  /* cannot be const */
++      e1000_mac_operations_no_const *func = &mac->ops;
  
        /* Set media type */
        switch (adapter->pdev->device) {
-@@ -1431,7 +1431,7 @@ static void e1000_clear_hw_cntrs_80003es
-       er32(ICRXDMTC);
- }
--static struct e1000_mac_operations es2_mac_ops = {
-+static const struct e1000_mac_operations es2_mac_ops = {
-       .read_mac_addr          = e1000_read_mac_addr_80003es2lan,
-       .id_led_init            = e1000e_id_led_init,
-       .check_mng_mode         = e1000e_check_mng_mode_generic,
-@@ -1453,7 +1453,7 @@ static struct e1000_mac_operations es2_m
-       .setup_led              = e1000e_setup_led_generic,
+diff -urNp linux-3.0.4/drivers/net/e1000e/hw.h linux-3.0.4/drivers/net/e1000e/hw.h
+--- linux-3.0.4/drivers/net/e1000e/hw.h        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/net/e1000e/hw.h        2011-08-23 21:47:55.000000000 -0400
+@@ -776,6 +776,7 @@ struct e1000_mac_operations {
+       void (*write_vfta)(struct e1000_hw *, u32, u32);
+       s32  (*read_mac_addr)(struct e1000_hw *);
  };
++typedef struct e1000_mac_operations __no_const e1000_mac_operations_no_const;
  
--static struct e1000_phy_operations es2_phy_ops = {
-+static const struct e1000_phy_operations es2_phy_ops = {
-       .acquire                = e1000_acquire_phy_80003es2lan,
-       .check_polarity         = e1000_check_polarity_m88,
-       .check_reset_block      = e1000e_check_reset_block_generic,
-@@ -1471,7 +1471,7 @@ static struct e1000_phy_operations es2_p
-       .cfg_on_link_up         = e1000_cfg_on_link_up_80003es2lan,
+ /* Function pointers for the PHY. */
+ struct e1000_phy_operations {
+@@ -799,6 +800,7 @@ struct e1000_phy_operations {
+       void (*power_up)(struct e1000_hw *);
+       void (*power_down)(struct e1000_hw *);
  };
++typedef struct e1000_phy_operations __no_const e1000_phy_operations_no_const;
  
--static struct e1000_nvm_operations es2_nvm_ops = {
-+static const struct e1000_nvm_operations es2_nvm_ops = {
-       .acquire                = e1000_acquire_nvm_80003es2lan,
-       .read                   = e1000e_read_nvm_eerd,
-       .release                = e1000_release_nvm_80003es2lan,
-diff -urNp linux-2.6.39/drivers/net/e1000e/hw.h linux-2.6.39/drivers/net/e1000e/hw.h
---- linux-2.6.39/drivers/net/e1000e/hw.h       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/net/e1000e/hw.h       2011-05-22 19:36:31.000000000 -0400
-@@ -811,6 +811,7 @@ struct e1000_nvm_operations {
+ /* Function pointers for the NVM. */
+ struct e1000_nvm_operations {
+@@ -810,9 +812,10 @@ struct e1000_nvm_operations {
+       s32  (*validate)(struct e1000_hw *);
+       s32  (*write)(struct e1000_hw *, u16, u16, u16 *);
  };
++typedef struct e1000_nvm_operations __no_const e1000_nvm_operations_no_const;
  
  struct e1000_mac_info {
-+      /* cannot be const see e1000_init_mac_params_ich8lan */
-       struct e1000_mac_operations ops;
+-      struct e1000_mac_operations ops;
++      e1000_mac_operations_no_const ops;
        u8 addr[ETH_ALEN];
        u8 perm_addr[ETH_ALEN];
-@@ -852,6 +853,7 @@ struct e1000_mac_info {
+@@ -853,7 +856,7 @@ struct e1000_mac_info {
  };
  
  struct e1000_phy_info {
-+      /* Cannot be const see e1000_init_phy_params_82571() */
-       struct e1000_phy_operations ops;
+-      struct e1000_phy_operations ops;
++      e1000_phy_operations_no_const ops;
  
        enum e1000_phy_type type;
-@@ -886,6 +888,7 @@ struct e1000_phy_info {
+@@ -887,7 +890,7 @@ struct e1000_phy_info {
  };
  
  struct e1000_nvm_info {
-+      /* cannot be const */
-       struct e1000_nvm_operations ops;
+-      struct e1000_nvm_operations ops;
++      e1000_nvm_operations_no_const ops;
  
        enum e1000_nvm_type type;
-diff -urNp linux-2.6.39/drivers/net/e1000e/ich8lan.c linux-2.6.39/drivers/net/e1000e/ich8lan.c
---- linux-2.6.39/drivers/net/e1000e/ich8lan.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/net/e1000e/ich8lan.c  2011-05-22 19:36:31.000000000 -0400
-@@ -3866,7 +3866,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 dependent on mac type */
-       .check_for_link         = e1000_check_for_copper_link_ich8lan,
-@@ -3885,7 +3885,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                = e1000_acquire_swflag_ich8lan,
-       .check_reset_block      = e1000_check_reset_block_ich8lan,
-       .commit                 = NULL,
-@@ -3899,7 +3899,7 @@ static struct e1000_phy_operations ich8_
-       .write_reg              = e1000e_write_phy_reg_igp,
- };
--static struct e1000_nvm_operations ich8_nvm_ops = {
-+static const struct e1000_nvm_operations ich8_nvm_ops = {
-       .acquire                = e1000_acquire_nvm_ich8lan,
-       .read                   = e1000_read_nvm_ich8lan,
-       .release                = e1000_release_nvm_ich8lan,
-diff -urNp linux-2.6.39/drivers/net/greth.c linux-2.6.39/drivers/net/greth.c
---- linux-2.6.39/drivers/net/greth.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/net/greth.c   2011-05-22 19:36:31.000000000 -0400
-@@ -1192,7 +1192,7 @@ static const struct ethtool_ops greth_et
-       .get_link               = ethtool_op_get_link,
- };
--static struct net_device_ops greth_netdev_ops = {
-+static const struct net_device_ops greth_netdev_ops = {
-       .ndo_open               = greth_open,
-       .ndo_stop               = greth_close,
-       .ndo_start_xmit         = greth_start_xmit,
-diff -urNp linux-2.6.39/drivers/net/hamradio/6pack.c linux-2.6.39/drivers/net/hamradio/6pack.c
---- linux-2.6.39/drivers/net/hamradio/6pack.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/net/hamradio/6pack.c  2011-05-22 19:36:31.000000000 -0400
+       enum e1000_nvm_override override;
+diff -urNp linux-3.0.4/drivers/net/hamradio/6pack.c linux-3.0.4/drivers/net/hamradio/6pack.c
+--- linux-3.0.4/drivers/net/hamradio/6pack.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/net/hamradio/6pack.c   2011-08-23 21:48:14.000000000 -0400
 @@ -463,6 +463,8 @@ static void sixpack_receive_buf(struct t
        unsigned char buf[512];
        int count1;
@@ -34597,186 +29140,113 @@ diff -urNp linux-2.6.39/drivers/net/hamradio/6pack.c linux-2.6.39/drivers/net/ha
        if (!count)
                return;
  
-diff -urNp linux-2.6.39/drivers/net/ibm_newemac/phy.c linux-2.6.39/drivers/net/ibm_newemac/phy.c
---- linux-2.6.39/drivers/net/ibm_newemac/phy.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/net/ibm_newemac/phy.c 2011-05-22 19:36:31.000000000 -0400
-@@ -273,7 +273,7 @@ static int genmii_read_link(struct mii_p
- }
- /* Generic implementation for most 10/100/1000 PHYs */
--static struct mii_phy_ops generic_phy_ops = {
-+static const struct mii_phy_ops generic_phy_ops = {
-       .setup_aneg     = genmii_setup_aneg,
-       .setup_forced   = genmii_setup_forced,
-       .poll_link      = genmii_poll_link,
-@@ -337,7 +337,7 @@ static int cis8201_init(struct mii_phy *
-       return 0;
- }
--static struct mii_phy_ops cis8201_phy_ops = {
-+static const struct mii_phy_ops cis8201_phy_ops = {
-       .init           = cis8201_init,
-       .setup_aneg     = genmii_setup_aneg,
-       .setup_forced   = genmii_setup_forced,
-@@ -417,7 +417,7 @@ static int et1011c_init(struct mii_phy *
-       return 0;
- }
--static struct mii_phy_ops et1011c_phy_ops = {
-+static const struct mii_phy_ops et1011c_phy_ops = {
-       .init           = et1011c_init,
-       .setup_aneg     = genmii_setup_aneg,
-       .setup_forced   = genmii_setup_forced,
-@@ -436,7 +436,7 @@ static struct mii_phy_def et1011c_phy_de
--static struct mii_phy_ops m88e1111_phy_ops = {
-+static const struct mii_phy_ops m88e1111_phy_ops = {
-       .init           = m88e1111_init,
-       .setup_aneg     = genmii_setup_aneg,
-       .setup_forced   = genmii_setup_forced,
-@@ -452,7 +452,7 @@ static struct mii_phy_def m88e1111_phy_d
-       .ops            = &m88e1111_phy_ops,
+diff -urNp linux-3.0.4/drivers/net/igb/e1000_hw.h linux-3.0.4/drivers/net/igb/e1000_hw.h
+--- linux-3.0.4/drivers/net/igb/e1000_hw.h     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/net/igb/e1000_hw.h     2011-08-23 21:47:55.000000000 -0400
+@@ -314,6 +314,7 @@ struct e1000_mac_operations {
+       s32  (*read_mac_addr)(struct e1000_hw *);
+       s32  (*get_speed_and_duplex)(struct e1000_hw *, u16 *, u16 *);
  };
++typedef struct e1000_mac_operations __no_const e1000_mac_operations_no_const;
  
--static struct mii_phy_ops m88e1112_phy_ops = {
-+static const struct mii_phy_ops m88e1112_phy_ops = {
-       .init           = m88e1112_init,
-       .setup_aneg     = genmii_setup_aneg,
-       .setup_forced   = genmii_setup_forced,
-diff -urNp linux-2.6.39/drivers/net/ibmveth.c linux-2.6.39/drivers/net/ibmveth.c
---- linux-2.6.39/drivers/net/ibmveth.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/net/ibmveth.c 2011-05-22 19:36:31.000000000 -0400
-@@ -1625,7 +1625,7 @@ static struct vio_device_id ibmveth_devi
+ struct e1000_phy_operations {
+       s32  (*acquire)(struct e1000_hw *);
+@@ -330,6 +331,7 @@ struct e1000_phy_operations {
+       s32  (*set_d3_lplu_state)(struct e1000_hw *, bool);
+       s32  (*write_reg)(struct e1000_hw *, u32, u16);
  };
- MODULE_DEVICE_TABLE(vio, ibmveth_device_table);
++typedef struct e1000_phy_operations __no_const e1000_phy_operations_no_const;
  
--static struct dev_pm_ops ibmveth_pm_ops = {
-+static const struct dev_pm_ops ibmveth_pm_ops = {
-       .resume = ibmveth_resume
+ struct e1000_nvm_operations {
+       s32  (*acquire)(struct e1000_hw *);
+@@ -339,6 +341,7 @@ struct e1000_nvm_operations {
+       s32  (*update)(struct e1000_hw *);
+       s32  (*validate)(struct e1000_hw *);
  };
-diff -urNp linux-2.6.39/drivers/net/igb/e1000_82575.c linux-2.6.39/drivers/net/igb/e1000_82575.c
---- linux-2.6.39/drivers/net/igb/e1000_82575.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/net/igb/e1000_82575.c 2011-05-22 19:36:31.000000000 -0400
-@@ -2029,7 +2029,7 @@ out:
-       return ret_val;
- }
--static struct e1000_mac_operations e1000_mac_ops_82575 = {
-+static const struct e1000_mac_operations e1000_mac_ops_82575 = {
-       .init_hw              = igb_init_hw_82575,
-       .check_for_link       = igb_check_for_link_82575,
-       .rar_set              = igb_rar_set,
-@@ -2037,13 +2037,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.39/drivers/net/igb/e1000_hw.h linux-2.6.39/drivers/net/igb/e1000_hw.h
---- linux-2.6.39/drivers/net/igb/e1000_hw.h    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/net/igb/e1000_hw.h    2011-05-22 19:36:31.000000000 -0400
-@@ -342,14 +342,15 @@ struct e1000_nvm_operations {
++typedef struct e1000_nvm_operations __no_const e1000_nvm_operations_no_const;
  
  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;
- };
+@@ -350,7 +353,7 @@ struct e1000_info {
  extern const struct e1000_info e1000_82575_info;
  
  struct e1000_mac_info {
-+      /* cannot be const see igb_get_invariants_82575() */
-       struct e1000_mac_operations ops;
+-      struct e1000_mac_operations ops;
++      e1000_mac_operations_no_const ops;
  
        u8 addr[6];
-@@ -388,6 +389,7 @@ struct e1000_mac_info {
+       u8 perm_addr[6];
+@@ -388,7 +391,7 @@ struct e1000_mac_info {
  };
  
  struct e1000_phy_info {
-+      /* cannot be const see igb_get_invariants_82575() */
-       struct e1000_phy_operations ops;
+-      struct e1000_phy_operations ops;
++      e1000_phy_operations_no_const ops;
  
        enum e1000_phy_type type;
-@@ -423,6 +425,7 @@ struct e1000_phy_info {
+@@ -423,7 +426,7 @@ struct e1000_phy_info {
  };
  
  struct e1000_nvm_info {
-+      /* cannot be const */
-       struct e1000_nvm_operations ops;
+-      struct e1000_nvm_operations ops;
++      e1000_nvm_operations_no_const ops;
        enum e1000_nvm_type type;
        enum e1000_nvm_override override;
-diff -urNp linux-2.6.39/drivers/net/igbvf/vf.h linux-2.6.39/drivers/net/igbvf/vf.h
---- linux-2.6.39/drivers/net/igbvf/vf.h        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/net/igbvf/vf.h        2011-05-22 19:36:31.000000000 -0400
-@@ -191,6 +191,7 @@ struct e1000_mac_operations {
+@@ -468,6 +471,7 @@ struct e1000_mbx_operations {
+       s32 (*check_for_ack)(struct e1000_hw *, u16);
+       s32 (*check_for_rst)(struct e1000_hw *, u16);
+ };
++typedef struct e1000_mbx_operations __no_const e1000_mbx_operations_no_const;
+ struct e1000_mbx_stats {
+       u32 msgs_tx;
+@@ -479,7 +483,7 @@ struct e1000_mbx_stats {
  };
  
+ struct e1000_mbx_info {
+-      struct e1000_mbx_operations ops;
++      e1000_mbx_operations_no_const ops;
+       struct e1000_mbx_stats stats;
+       u32 timeout;
+       u32 usec_delay;
+diff -urNp linux-3.0.4/drivers/net/igbvf/vf.h linux-3.0.4/drivers/net/igbvf/vf.h
+--- linux-3.0.4/drivers/net/igbvf/vf.h 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/net/igbvf/vf.h 2011-08-23 21:47:55.000000000 -0400
+@@ -189,9 +189,10 @@ struct e1000_mac_operations {
+       s32  (*read_mac_addr)(struct e1000_hw *);
+       s32  (*set_vfta)(struct e1000_hw *, u16, bool);
+ };
++typedef struct e1000_mac_operations __no_const e1000_mac_operations_no_const;
  struct e1000_mac_info {
-+      /* cannot be const see e1000_init_mac_params_vf() */
-       struct e1000_mac_operations ops;
+-      struct e1000_mac_operations ops;
++      e1000_mac_operations_no_const ops;
        u8 addr[6];
        u8 perm_addr[6];
-diff -urNp linux-2.6.39/drivers/net/irda/sh_irda.c linux-2.6.39/drivers/net/irda/sh_irda.c
---- linux-2.6.39/drivers/net/irda/sh_irda.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/net/irda/sh_irda.c    2011-05-22 19:36:31.000000000 -0400
-@@ -307,7 +307,7 @@ static int xir_fte(struct sh_irda_self *
-       return 0;
- }
  
--static struct sh_irda_xir_func xir_func = {
-+static const struct sh_irda_xir_func xir_func = {
-       .xir_fre        = xir_fre,
-       .xir_trov       = xir_trov,
-       .xir_9          = xir_9,
-@@ -321,7 +321,7 @@ static struct sh_irda_xir_func xir_func 
-  *
-  * MIR/FIR are not supported now
-  *=====================================*/
--static struct sh_irda_xir_func mfir_func = {
-+static const struct sh_irda_xir_func mfir_func = {
-       .xir_fre        = xir_fre,
-       .xir_trov       = xir_trov,
-       .xir_9          = xir_9,
-@@ -400,7 +400,7 @@ static int sir_fte(struct sh_irda_self *
-       return 0;
- }
+@@ -213,6 +214,7 @@ struct e1000_mbx_operations {
+       s32 (*check_for_ack)(struct e1000_hw *);
+       s32 (*check_for_rst)(struct e1000_hw *);
+ };
++typedef struct e1000_mbx_operations __no_const e1000_mbx_operations_no_const;
  
--static struct sh_irda_xir_func sir_func = {
-+static const struct sh_irda_xir_func sir_func = {
-       .xir_fre        = sir_fre,
-       .xir_trov       = sir_trov,
-       .xir_9          = sir_tot,
-@@ -411,7 +411,7 @@ static struct sh_irda_xir_func sir_func 
- static void sh_irda_set_mode(struct sh_irda_self *self, enum sh_irda_mode mode)
- {
-       struct device *dev = &self->ndev->dev;
--      struct sh_irda_xir_func *func;
-+      const struct sh_irda_xir_func *func;
-       const char *name;
-       u16 data;
+ struct e1000_mbx_stats {
+       u32 msgs_tx;
+@@ -224,7 +226,7 @@ struct e1000_mbx_stats {
+ };
  
-diff -urNp linux-2.6.39/drivers/net/ixgb/ixgb_main.c linux-2.6.39/drivers/net/ixgb/ixgb_main.c
---- linux-2.6.39/drivers/net/ixgb/ixgb_main.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/net/ixgb/ixgb_main.c  2011-05-22 19:36:31.000000000 -0400
-@@ -1069,6 +1069,8 @@ ixgb_set_multi(struct net_device *netdev
+ struct e1000_mbx_info {
+-      struct e1000_mbx_operations ops;
++      e1000_mbx_operations_no_const ops;
+       struct e1000_mbx_stats stats;
+       u32 timeout;
+       u32 usec_delay;
+diff -urNp linux-3.0.4/drivers/net/ixgb/ixgb_main.c linux-3.0.4/drivers/net/ixgb/ixgb_main.c
+--- linux-3.0.4/drivers/net/ixgb/ixgb_main.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/net/ixgb/ixgb_main.c   2011-08-23 21:48:14.000000000 -0400
+@@ -1070,6 +1070,8 @@ ixgb_set_multi(struct net_device *netdev
        u32 rctl;
        int i;
  
@@ -34785,9 +29255,9 @@ diff -urNp linux-2.6.39/drivers/net/ixgb/ixgb_main.c linux-2.6.39/drivers/net/ix
        /* Check for Promiscuous and All Multicast modes */
  
        rctl = IXGB_READ_REG(hw, RCTL);
-diff -urNp linux-2.6.39/drivers/net/ixgb/ixgb_param.c linux-2.6.39/drivers/net/ixgb/ixgb_param.c
---- linux-2.6.39/drivers/net/ixgb/ixgb_param.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/net/ixgb/ixgb_param.c 2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/net/ixgb/ixgb_param.c linux-3.0.4/drivers/net/ixgb/ixgb_param.c
+--- linux-3.0.4/drivers/net/ixgb/ixgb_param.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/net/ixgb/ixgb_param.c  2011-08-23 21:48:14.000000000 -0400
 @@ -261,6 +261,9 @@ void __devinit
  ixgb_check_options(struct ixgb_adapter *adapter)
  {
@@ -34798,141 +29268,113 @@ diff -urNp linux-2.6.39/drivers/net/ixgb/ixgb_param.c linux-2.6.39/drivers/net/i
        if (bd >= IXGB_MAX_NIC) {
                pr_notice("Warning: no configuration for board #%i\n", bd);
                pr_notice("Using defaults for all values\n");
-diff -urNp linux-2.6.39/drivers/net/ixgbe/ixgbe_82599.c linux-2.6.39/drivers/net/ixgbe/ixgbe_82599.c
---- linux-2.6.39/drivers/net/ixgbe/ixgbe_82599.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/net/ixgbe/ixgbe_82599.c       2011-05-22 19:36:31.000000000 -0400
-@@ -2099,7 +2099,7 @@ static struct ixgbe_phy_operations phy_o
-       .check_overtemp         = &ixgbe_tn_check_overtemp,
+diff -urNp linux-3.0.4/drivers/net/ixgbe/ixgbe_type.h linux-3.0.4/drivers/net/ixgbe/ixgbe_type.h
+--- linux-3.0.4/drivers/net/ixgbe/ixgbe_type.h 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/net/ixgbe/ixgbe_type.h 2011-08-23 21:47:55.000000000 -0400
+@@ -2584,6 +2584,7 @@ struct ixgbe_eeprom_operations {
+       s32 (*update_checksum)(struct ixgbe_hw *);
+       u16 (*calc_checksum)(struct ixgbe_hw *);
  };
++typedef struct ixgbe_eeprom_operations __no_const ixgbe_eeprom_operations_no_const;
  
--struct ixgbe_info ixgbe_82599_info = {
-+const struct ixgbe_info ixgbe_82599_info = {
-       .mac                    = ixgbe_mac_82599EB,
-       .get_invariants         = &ixgbe_get_invariants_82599,
-       .mac_ops                = &mac_ops_82599,
-diff -urNp linux-2.6.39/drivers/net/ixgbe/ixgbe.h linux-2.6.39/drivers/net/ixgbe/ixgbe.h
---- linux-2.6.39/drivers/net/ixgbe/ixgbe.h     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/net/ixgbe/ixgbe.h     2011-05-22 19:36:31.000000000 -0400
-@@ -493,8 +493,8 @@ enum ixgbe_boards {
+ struct ixgbe_mac_operations {
+       s32 (*init_hw)(struct ixgbe_hw *);
+@@ -2639,6 +2640,7 @@ struct ixgbe_mac_operations {
+       /* Flow Control */
+       s32 (*fc_enable)(struct ixgbe_hw *, s32);
  };
++typedef struct ixgbe_mac_operations __no_const ixgbe_mac_operations_no_const;
  
- extern struct ixgbe_info ixgbe_82598_info;
--extern struct ixgbe_info ixgbe_82599_info;
--extern struct ixgbe_info ixgbe_X540_info;
-+extern const struct ixgbe_info ixgbe_82599_info;
-+extern const struct ixgbe_info ixgbe_X540_info;
- #ifdef CONFIG_IXGBE_DCB
- extern const struct dcbnl_rtnl_ops dcbnl_ops;
- extern int ixgbe_copy_dcb_cfg(struct ixgbe_dcb_config *src_dcb_cfg,
-diff -urNp linux-2.6.39/drivers/net/ixgbe/ixgbe_type.h linux-2.6.39/drivers/net/ixgbe/ixgbe_type.h
---- linux-2.6.39/drivers/net/ixgbe/ixgbe_type.h        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/net/ixgbe/ixgbe_type.h        2011-05-22 19:36:31.000000000 -0400
-@@ -2572,7 +2572,7 @@ struct ixgbe_phy_operations {
+ struct ixgbe_phy_operations {
+       s32 (*identify)(struct ixgbe_hw *);
+@@ -2658,9 +2660,10 @@ struct ixgbe_phy_operations {
+       s32 (*write_i2c_eeprom)(struct ixgbe_hw *, u8, u8);
+       s32 (*check_overtemp)(struct ixgbe_hw *);
  };
++typedef struct ixgbe_phy_operations __no_const ixgbe_phy_operations_no_const;
  
  struct ixgbe_eeprom_info {
 -      struct ixgbe_eeprom_operations  ops;
-+      struct ixgbe_eeprom_operations ops;
++      ixgbe_eeprom_operations_no_const ops;
        enum ixgbe_eeprom_type          type;
        u32                             semaphore_delay;
        u16                             word_size;
-@@ -2581,7 +2581,7 @@ struct ixgbe_eeprom_info {
+@@ -2670,7 +2673,7 @@ struct ixgbe_eeprom_info {
  
  #define IXGBE_FLAGS_DOUBLE_RESET_REQUIRED     0x01
  struct ixgbe_mac_info {
 -      struct ixgbe_mac_operations     ops;
-+      struct ixgbe_mac_operations ops;
++      ixgbe_mac_operations_no_const   ops;
        enum ixgbe_mac_type             type;
        u8                              addr[IXGBE_ETH_LENGTH_OF_ADDRESS];
        u8                              perm_addr[IXGBE_ETH_LENGTH_OF_ADDRESS];
-@@ -2608,7 +2608,7 @@ struct ixgbe_mac_info {
+@@ -2698,7 +2701,7 @@ struct ixgbe_mac_info {
  };
  
  struct ixgbe_phy_info {
 -      struct ixgbe_phy_operations     ops;
-+      struct ixgbe_phy_operations ops;
++      ixgbe_phy_operations_no_const   ops;
        struct mdio_if_info             mdio;
        enum ixgbe_phy_type             type;
        u32                             id;
-diff -urNp linux-2.6.39/drivers/net/ixgbe/ixgbe_x540.c linux-2.6.39/drivers/net/ixgbe/ixgbe_x540.c
---- linux-2.6.39/drivers/net/ixgbe/ixgbe_x540.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/net/ixgbe/ixgbe_x540.c        2011-05-22 19:36:31.000000000 -0400
-@@ -727,7 +727,7 @@ static struct ixgbe_phy_operations phy_o
-       .check_overtemp         = &ixgbe_tn_check_overtemp,
+@@ -2726,6 +2729,7 @@ struct ixgbe_mbx_operations {
+       s32 (*check_for_ack)(struct ixgbe_hw *, u16);
+       s32 (*check_for_rst)(struct ixgbe_hw *, u16);
  };
++typedef struct ixgbe_mbx_operations __no_const ixgbe_mbx_operations_no_const;
  
--struct ixgbe_info ixgbe_X540_info = {
-+const struct ixgbe_info ixgbe_X540_info = {
-       .mac                    = ixgbe_mac_X540,
-       .get_invariants         = &ixgbe_get_invariants_X540,
-       .mac_ops                = &mac_ops_X540,
-diff -urNp linux-2.6.39/drivers/net/ixgbevf/ethtool.c linux-2.6.39/drivers/net/ixgbevf/ethtool.c
---- linux-2.6.39/drivers/net/ixgbevf/ethtool.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/net/ixgbevf/ethtool.c 2011-05-22 19:36:31.000000000 -0400
-@@ -709,7 +709,7 @@ static int ixgbevf_nway_reset(struct net
-       return 0;
- }
--static struct ethtool_ops ixgbevf_ethtool_ops = {
-+static const struct ethtool_ops ixgbevf_ethtool_ops = {
-       .get_settings           = ixgbevf_get_settings,
-       .get_drvinfo            = ixgbevf_get_drvinfo,
-       .get_regs_len           = ixgbevf_get_regs_len,
-diff -urNp linux-2.6.39/drivers/net/ixgbevf/ixgbevf.h linux-2.6.39/drivers/net/ixgbevf/ixgbevf.h
---- linux-2.6.39/drivers/net/ixgbevf/ixgbevf.h 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/net/ixgbevf/ixgbevf.h 2011-05-22 19:36:31.000000000 -0400
-@@ -279,7 +279,7 @@ enum ixgbevf_boards {
- extern struct ixgbevf_info ixgbevf_82599_vf_info;
- extern struct ixgbevf_info ixgbevf_X540_vf_info;
--extern struct ixgbe_mac_operations ixgbevf_mbx_ops;
-+extern const struct ixgbe_mac_operations ixgbevf_mbx_ops;
- /* needed by ethtool.c */
- extern char ixgbevf_driver_name[];
-diff -urNp linux-2.6.39/drivers/net/ixgbevf/vf.c linux-2.6.39/drivers/net/ixgbevf/vf.c
---- linux-2.6.39/drivers/net/ixgbevf/vf.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/net/ixgbevf/vf.c      2011-05-22 19:36:31.000000000 -0400
-@@ -368,7 +368,7 @@ static s32 ixgbevf_check_mac_link_vf(str
-       return 0;
- }
+ struct ixgbe_mbx_stats {
+       u32 msgs_tx;
+@@ -2737,7 +2741,7 @@ struct ixgbe_mbx_stats {
+ };
  
--static struct ixgbe_mac_operations ixgbevf_mac_ops = {
-+static const struct ixgbe_mac_operations ixgbevf_mac_ops = {
-       .init_hw             = ixgbevf_init_hw_vf,
-       .reset_hw            = ixgbevf_reset_hw_vf,
-       .start_hw            = ixgbevf_start_hw_vf,
-@@ -381,12 +381,12 @@ static struct ixgbe_mac_operations ixgbe
-       .set_vfta            = ixgbevf_set_vfta_vf,
+ struct ixgbe_mbx_info {
+-      struct ixgbe_mbx_operations ops;
++      ixgbe_mbx_operations_no_const ops;
+       struct ixgbe_mbx_stats stats;
+       u32 timeout;
+       u32 usec_delay;
+diff -urNp linux-3.0.4/drivers/net/ixgbevf/vf.h linux-3.0.4/drivers/net/ixgbevf/vf.h
+--- linux-3.0.4/drivers/net/ixgbevf/vf.h       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/net/ixgbevf/vf.h       2011-08-23 21:47:55.000000000 -0400
+@@ -70,6 +70,7 @@ struct ixgbe_mac_operations {
+       s32 (*clear_vfta)(struct ixgbe_hw *);
+       s32 (*set_vfta)(struct ixgbe_hw *, u32, u32, bool);
  };
++typedef struct ixgbe_mac_operations __no_const ixgbe_mac_operations_no_const;
  
--struct ixgbevf_info ixgbevf_82599_vf_info = {
-+const struct ixgbevf_info ixgbevf_82599_vf_info = {
-       .mac = ixgbe_mac_82599_vf,
-       .mac_ops = &ixgbevf_mac_ops,
+ enum ixgbe_mac_type {
+       ixgbe_mac_unknown = 0,
+@@ -79,7 +80,7 @@ enum ixgbe_mac_type {
  };
  
--struct ixgbevf_info ixgbevf_X540_vf_info = {
-+const struct ixgbevf_info ixgbevf_X540_vf_info = {
-       .mac = ixgbe_mac_X540_vf,
-       .mac_ops = &ixgbevf_mac_ops,
+ struct ixgbe_mac_info {
+-      struct ixgbe_mac_operations ops;
++      ixgbe_mac_operations_no_const ops;
+       u8 addr[6];
+       u8 perm_addr[6];
+@@ -103,6 +104,7 @@ struct ixgbe_mbx_operations {
+       s32 (*check_for_ack)(struct ixgbe_hw *);
+       s32 (*check_for_rst)(struct ixgbe_hw *);
  };
-diff -urNp linux-2.6.39/drivers/net/ixgbevf/vf.h linux-2.6.39/drivers/net/ixgbevf/vf.h
---- linux-2.6.39/drivers/net/ixgbevf/vf.h      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/net/ixgbevf/vf.h      2011-05-22 19:36:31.000000000 -0400
-@@ -166,7 +166,7 @@ struct ixgbevf_hw_stats {
- struct ixgbevf_info {
-       enum ixgbe_mac_type             mac;
--      struct ixgbe_mac_operations     *mac_ops;
-+      const struct ixgbe_mac_operations       *mac_ops;
++typedef struct ixgbe_mbx_operations __no_const ixgbe_mbx_operations_no_const;
+ struct ixgbe_mbx_stats {
+       u32 msgs_tx;
+@@ -114,7 +116,7 @@ struct ixgbe_mbx_stats {
  };
  
- #endif /* __IXGBE_VF_H__ */
-diff -urNp linux-2.6.39/drivers/net/ksz884x.c linux-2.6.39/drivers/net/ksz884x.c
---- linux-2.6.39/drivers/net/ksz884x.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/net/ksz884x.c 2011-05-22 19:36:31.000000000 -0400
-@@ -6536,6 +6536,8 @@ static void netdev_get_ethtool_stats(str
+ struct ixgbe_mbx_info {
+-      struct ixgbe_mbx_operations ops;
++      ixgbe_mbx_operations_no_const ops;
+       struct ixgbe_mbx_stats stats;
+       u32 timeout;
+       u32 udelay;
+diff -urNp linux-3.0.4/drivers/net/ksz884x.c linux-3.0.4/drivers/net/ksz884x.c
+--- linux-3.0.4/drivers/net/ksz884x.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/net/ksz884x.c  2011-08-23 21:48:14.000000000 -0400
+@@ -6534,6 +6534,8 @@ static void netdev_get_ethtool_stats(str
        int rc;
        u64 counter[TOTAL_PORT_COUNTER_NUM];
  
@@ -34941,18 +29383,9 @@ diff -urNp linux-2.6.39/drivers/net/ksz884x.c linux-2.6.39/drivers/net/ksz884x.c
        mutex_lock(&hw_priv->lock);
        n = SWITCH_PORT_NUM;
        for (i = 0, p = port->first_port; i < port->mib_port_cnt; i++, p++) {
-@@ -6637,7 +6639,7 @@ static int netdev_set_rx_csum(struct net
-       return 0;
- }
--static struct ethtool_ops netdev_ethtool_ops = {
-+static const struct ethtool_ops netdev_ethtool_ops = {
-       .get_settings           = netdev_get_settings,
-       .set_settings           = netdev_set_settings,
-       .nway_reset             = netdev_nway_reset,
-diff -urNp linux-2.6.39/drivers/net/mlx4/main.c linux-2.6.39/drivers/net/mlx4/main.c
---- linux-2.6.39/drivers/net/mlx4/main.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/net/mlx4/main.c       2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/net/mlx4/main.c linux-3.0.4/drivers/net/mlx4/main.c
+--- linux-3.0.4/drivers/net/mlx4/main.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/net/mlx4/main.c        2011-08-23 21:48:14.000000000 -0400
 @@ -40,6 +40,7 @@
  #include <linux/dma-mapping.h>
  #include <linux/slab.h>
@@ -34970,22 +29403,10 @@ diff -urNp linux-2.6.39/drivers/net/mlx4/main.c linux-2.6.39/drivers/net/mlx4/ma
        err = mlx4_QUERY_FW(dev);
        if (err) {
                if (err == -EACCES)
-diff -urNp linux-2.6.39/drivers/net/netconsole.c linux-2.6.39/drivers/net/netconsole.c
---- linux-2.6.39/drivers/net/netconsole.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/net/netconsole.c      2011-05-22 19:36:31.000000000 -0400
-@@ -634,7 +634,7 @@ static void drop_netconsole_target(struc
-       config_item_put(&nt->item);
- }
--static struct configfs_group_operations netconsole_subsys_group_ops = {
-+static const struct configfs_group_operations netconsole_subsys_group_ops = {
-       .make_item      = make_netconsole_target,
-       .drop_item      = drop_netconsole_target,
- };
-diff -urNp linux-2.6.39/drivers/net/niu.c linux-2.6.39/drivers/net/niu.c
---- linux-2.6.39/drivers/net/niu.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/net/niu.c     2011-05-22 19:36:31.000000000 -0400
-@@ -9067,6 +9067,8 @@ static void __devinit niu_try_msix(struc
+diff -urNp linux-3.0.4/drivers/net/niu.c linux-3.0.4/drivers/net/niu.c
+--- linux-3.0.4/drivers/net/niu.c      2011-09-02 18:11:21.000000000 -0400
++++ linux-3.0.4/drivers/net/niu.c      2011-08-23 21:48:14.000000000 -0400
+@@ -9056,6 +9056,8 @@ static void __devinit niu_try_msix(struc
        int i, num_irqs, err;
        u8 first_ldg;
  
@@ -34994,9 +29415,9 @@ diff -urNp linux-2.6.39/drivers/net/niu.c linux-2.6.39/drivers/net/niu.c
        first_ldg = (NIU_NUM_LDG / parent->num_ports) * np->port;
        for (i = 0; i < (NIU_NUM_LDG / parent->num_ports); i++)
                ldg_num_map[i] = first_ldg + i;
-diff -urNp linux-2.6.39/drivers/net/pcnet32.c linux-2.6.39/drivers/net/pcnet32.c
---- linux-2.6.39/drivers/net/pcnet32.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/net/pcnet32.c 2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/net/pcnet32.c linux-3.0.4/drivers/net/pcnet32.c
+--- linux-3.0.4/drivers/net/pcnet32.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/net/pcnet32.c  2011-08-23 21:47:55.000000000 -0400
 @@ -82,7 +82,7 @@ static int cards_found;
  /*
   * VLB I/O addresses
@@ -35006,333 +29427,662 @@ diff -urNp linux-2.6.39/drivers/net/pcnet32.c linux-2.6.39/drivers/net/pcnet32.c
      { 0x300, 0x320, 0x340, 0x360, 0 };
  
  static int pcnet32_debug;
-@@ -379,7 +379,7 @@ static int pcnet32_wio_check(unsigned lo
-       return inw(addr + PCNET32_WIO_RAP) == 88;
- }
--static struct pcnet32_access pcnet32_wio = {
-+static const struct pcnet32_access pcnet32_wio = {
-       .read_csr = pcnet32_wio_read_csr,
-       .write_csr = pcnet32_wio_write_csr,
-       .read_bcr = pcnet32_wio_read_bcr,
-@@ -434,7 +434,7 @@ static int pcnet32_dwio_check(unsigned l
-       return (inl(addr + PCNET32_DWIO_RAP) & 0xffff) == 88;
- }
--static struct pcnet32_access pcnet32_dwio = {
-+static const struct pcnet32_access pcnet32_dwio = {
-       .read_csr = pcnet32_dwio_read_csr,
-       .write_csr = pcnet32_dwio_write_csr,
-       .read_bcr = pcnet32_dwio_read_bcr,
-@@ -1546,7 +1546,7 @@ pcnet32_probe1(unsigned long ioaddr, int
-       int chip_version;
-       char *chipname;
-       struct net_device *dev;
--      struct pcnet32_access *a = NULL;
-+      const struct pcnet32_access *a = NULL;
-       u8 promaddr[6];
-       int ret = -ENODEV;
-diff -urNp linux-2.6.39/drivers/net/ppp_generic.c linux-2.6.39/drivers/net/ppp_generic.c
---- linux-2.6.39/drivers/net/ppp_generic.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/net/ppp_generic.c     2011-05-22 19:36:31.000000000 -0400
-@@ -987,7 +987,6 @@ ppp_net_ioctl(struct net_device *dev, st
-       void __user *addr = (void __user *) ifr->ifr_ifru.ifru_data;
-       struct ppp_stats stats;
-       struct ppp_comp_stats cstats;
--      char *vers;
+@@ -270,7 +270,7 @@ struct pcnet32_private {
+       struct sk_buff          **rx_skbuff;
+       dma_addr_t              *tx_dma_addr;
+       dma_addr_t              *rx_dma_addr;
+-      struct pcnet32_access   a;
++      struct pcnet32_access   *a;
+       spinlock_t              lock;           /* Guard lock */
+       unsigned int            cur_rx, cur_tx; /* The next free ring entry */
+       unsigned int            rx_ring_size;   /* current rx ring size */
+@@ -460,9 +460,9 @@ static void pcnet32_netif_start(struct n
+       u16 val;
+       netif_wake_queue(dev);
+-      val = lp->a.read_csr(ioaddr, CSR3);
++      val = lp->a->read_csr(ioaddr, CSR3);
+       val &= 0x00ff;
+-      lp->a.write_csr(ioaddr, CSR3, val);
++      lp->a->write_csr(ioaddr, CSR3, val);
+       napi_enable(&lp->napi);
+ }
+@@ -730,7 +730,7 @@ static u32 pcnet32_get_link(struct net_d
+               r = mii_link_ok(&lp->mii_if);
+       } else if (lp->chip_version >= PCNET32_79C970A) {
+               ulong ioaddr = dev->base_addr;  /* card base I/O address */
+-              r = (lp->a.read_bcr(ioaddr, 4) != 0xc0);
++              r = (lp->a->read_bcr(ioaddr, 4) != 0xc0);
+       } else {        /* can not detect link on really old chips */
+               r = 1;
+       }
+@@ -792,7 +792,7 @@ static int pcnet32_set_ringparam(struct 
+               pcnet32_netif_stop(dev);
  
-       switch (cmd) {
-       case SIOCGPPPSTATS:
-@@ -1009,8 +1008,7 @@ ppp_net_ioctl(struct net_device *dev, st
-               break;
+       spin_lock_irqsave(&lp->lock, flags);
+-      lp->a.write_csr(ioaddr, CSR0, CSR0_STOP);       /* stop the chip */
++      lp->a->write_csr(ioaddr, CSR0, CSR0_STOP);      /* stop the chip */
  
-       case SIOCGPPPVER:
--              vers = PPP_VERSION;
--              if (copy_to_user(addr, vers, strlen(vers) + 1))
-+              if (copy_to_user(addr, PPP_VERSION, sizeof(PPP_VERSION)))
-                       break;
-               err = 0;
-               break;
-diff -urNp linux-2.6.39/drivers/net/qlcnic/qlcnic.h linux-2.6.39/drivers/net/qlcnic/qlcnic.h
---- linux-2.6.39/drivers/net/qlcnic/qlcnic.h   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/net/qlcnic/qlcnic.h   2011-05-22 19:36:31.000000000 -0400
-@@ -1037,7 +1037,7 @@ struct qlcnic_adapter {
-       struct vlan_group *vlgrp;
-       struct qlcnic_npar_info *npars;
-       struct qlcnic_eswitch *eswitch;
--      struct qlcnic_nic_template *nic_ops;
-+      const struct qlcnic_nic_template *nic_ops;
-       struct qlcnic_adapter_stats stats;
-diff -urNp linux-2.6.39/drivers/net/qlcnic/qlcnic_main.c linux-2.6.39/drivers/net/qlcnic/qlcnic_main.c
---- linux-2.6.39/drivers/net/qlcnic/qlcnic_main.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/net/qlcnic/qlcnic_main.c      2011-05-22 19:36:31.000000000 -0400
-@@ -340,13 +340,13 @@ static const struct net_device_ops qlcni
+       size = min(ering->tx_pending, (unsigned int)TX_MAX_RING_SIZE);
+@@ -868,7 +868,7 @@ static void pcnet32_ethtool_test(struct 
+ static int pcnet32_loopback_test(struct net_device *dev, uint64_t * data1)
+ {
+       struct pcnet32_private *lp = netdev_priv(dev);
+-      struct pcnet32_access *a = &lp->a;      /* access to registers */
++      struct pcnet32_access *a = lp->a;       /* access to registers */
+       ulong ioaddr = dev->base_addr;  /* card base I/O address */
+       struct sk_buff *skb;    /* sk buff */
+       int x, i;               /* counters */
+@@ -888,21 +888,21 @@ static int pcnet32_loopback_test(struct 
+               pcnet32_netif_stop(dev);
+       spin_lock_irqsave(&lp->lock, flags);
+-      lp->a.write_csr(ioaddr, CSR0, CSR0_STOP);       /* stop the chip */
++      lp->a->write_csr(ioaddr, CSR0, CSR0_STOP);      /* stop the chip */
+       numbuffs = min(numbuffs, (int)min(lp->rx_ring_size, lp->tx_ring_size));
+       /* Reset the PCNET32 */
+-      lp->a.reset(ioaddr);
+-      lp->a.write_csr(ioaddr, CSR4, 0x0915);  /* auto tx pad */
++      lp->a->reset(ioaddr);
++      lp->a->write_csr(ioaddr, CSR4, 0x0915); /* auto tx pad */
+       /* switch pcnet32 to 32bit mode */
+-      lp->a.write_bcr(ioaddr, 20, 2);
++      lp->a->write_bcr(ioaddr, 20, 2);
+       /* purge & init rings but don't actually restart */
+       pcnet32_restart(dev, 0x0000);
+-      lp->a.write_csr(ioaddr, CSR0, CSR0_STOP);       /* Set STOP bit */
++      lp->a->write_csr(ioaddr, CSR0, CSR0_STOP);      /* Set STOP bit */
+       /* Initialize Transmit buffers. */
+       size = data_len + 15;
+@@ -947,10 +947,10 @@ static int pcnet32_loopback_test(struct 
+       /* set int loopback in CSR15 */
+       x = a->read_csr(ioaddr, CSR15) & 0xfffc;
+-      lp->a.write_csr(ioaddr, CSR15, x | 0x0044);
++      lp->a->write_csr(ioaddr, CSR15, x | 0x0044);
+       teststatus = cpu_to_le16(0x8000);
+-      lp->a.write_csr(ioaddr, CSR0, CSR0_START);      /* Set STRT bit */
++      lp->a->write_csr(ioaddr, CSR0, CSR0_START);     /* Set STRT bit */
+       /* Check status of descriptors */
+       for (x = 0; x < numbuffs; x++) {
+@@ -969,7 +969,7 @@ static int pcnet32_loopback_test(struct 
+               }
+       }
+-      lp->a.write_csr(ioaddr, CSR0, CSR0_STOP);       /* Set STOP bit */
++      lp->a->write_csr(ioaddr, CSR0, CSR0_STOP);      /* Set STOP bit */
+       wmb();
+       if (netif_msg_hw(lp) && netif_msg_pktdata(lp)) {
+               netdev_printk(KERN_DEBUG, dev, "RX loopback packets:\n");
+@@ -1015,7 +1015,7 @@ clean_up:
+               pcnet32_restart(dev, CSR0_NORMAL);
+       } else {
+               pcnet32_purge_rx_ring(dev);
+-              lp->a.write_bcr(ioaddr, 20, 4); /* return to 16bit mode */
++              lp->a->write_bcr(ioaddr, 20, 4);        /* return to 16bit mode */
+       }
+       spin_unlock_irqrestore(&lp->lock, flags);
+@@ -1026,7 +1026,7 @@ static int pcnet32_set_phys_id(struct ne
+                              enum ethtool_phys_id_state state)
+ {
+       struct pcnet32_private *lp = netdev_priv(dev);
+-      struct pcnet32_access *a = &lp->a;
++      struct pcnet32_access *a = lp->a;
+       ulong ioaddr = dev->base_addr;
+       unsigned long flags;
+       int i;
+@@ -1067,7 +1067,7 @@ static int pcnet32_suspend(struct net_de
+ {
+       int csr5;
+       struct pcnet32_private *lp = netdev_priv(dev);
+-      struct pcnet32_access *a = &lp->a;
++      struct pcnet32_access *a = lp->a;
+       ulong ioaddr = dev->base_addr;
+       int ticks;
+@@ -1324,8 +1324,8 @@ static int pcnet32_poll(struct napi_stru
+       spin_lock_irqsave(&lp->lock, flags);
+       if (pcnet32_tx(dev)) {
+               /* reset the chip to clear the error condition, then restart */
+-              lp->a.reset(ioaddr);
+-              lp->a.write_csr(ioaddr, CSR4, 0x0915);  /* auto tx pad */
++              lp->a->reset(ioaddr);
++              lp->a->write_csr(ioaddr, CSR4, 0x0915); /* auto tx pad */
+               pcnet32_restart(dev, CSR0_START);
+               netif_wake_queue(dev);
+       }
+@@ -1337,12 +1337,12 @@ static int pcnet32_poll(struct napi_stru
+               __napi_complete(napi);
+               /* clear interrupt masks */
+-              val = lp->a.read_csr(ioaddr, CSR3);
++              val = lp->a->read_csr(ioaddr, CSR3);
+               val &= 0x00ff;
+-              lp->a.write_csr(ioaddr, CSR3, val);
++              lp->a->write_csr(ioaddr, CSR3, val);
+               /* Set interrupt enable. */
+-              lp->a.write_csr(ioaddr, CSR0, CSR0_INTEN);
++              lp->a->write_csr(ioaddr, CSR0, CSR0_INTEN);
+               spin_unlock_irqrestore(&lp->lock, flags);
+       }
+@@ -1365,7 +1365,7 @@ static void pcnet32_get_regs(struct net_
+       int i, csr0;
+       u16 *buff = ptr;
+       struct pcnet32_private *lp = netdev_priv(dev);
+-      struct pcnet32_access *a = &lp->a;
++      struct pcnet32_access *a = lp->a;
+       ulong ioaddr = dev->base_addr;
+       unsigned long flags;
+@@ -1401,9 +1401,9 @@ static void pcnet32_get_regs(struct net_
+               for (j = 0; j < PCNET32_MAX_PHYS; j++) {
+                       if (lp->phymask & (1 << j)) {
+                               for (i = 0; i < PCNET32_REGS_PER_PHY; i++) {
+-                                      lp->a.write_bcr(ioaddr, 33,
++                                      lp->a->write_bcr(ioaddr, 33,
+                                                       (j << 5) | i);
+-                                      *buff++ = lp->a.read_bcr(ioaddr, 34);
++                                      *buff++ = lp->a->read_bcr(ioaddr, 34);
+                               }
+                       }
+               }
+@@ -1785,7 +1785,7 @@ pcnet32_probe1(unsigned long ioaddr, int
+           ((cards_found >= MAX_UNITS) || full_duplex[cards_found]))
+               lp->options |= PCNET32_PORT_FD;
+-      lp->a = *a;
++      lp->a = a;
+       /* prior to register_netdev, dev->name is not yet correct */
+       if (pcnet32_alloc_ring(dev, pci_name(lp->pci_dev))) {
+@@ -1844,7 +1844,7 @@ pcnet32_probe1(unsigned long ioaddr, int
+       if (lp->mii) {
+               /* lp->phycount and lp->phymask are set to 0 by memset above */
+-              lp->mii_if.phy_id = ((lp->a.read_bcr(ioaddr, 33)) >> 5) & 0x1f;
++              lp->mii_if.phy_id = ((lp->a->read_bcr(ioaddr, 33)) >> 5) & 0x1f;
+               /* scan for PHYs */
+               for (i = 0; i < PCNET32_MAX_PHYS; i++) {
+                       unsigned short id1, id2;
+@@ -1864,7 +1864,7 @@ pcnet32_probe1(unsigned long ioaddr, int
+                               pr_info("Found PHY %04x:%04x at address %d\n",
+                                       id1, id2, i);
+               }
+-              lp->a.write_bcr(ioaddr, 33, (lp->mii_if.phy_id) << 5);
++              lp->a->write_bcr(ioaddr, 33, (lp->mii_if.phy_id) << 5);
+               if (lp->phycount > 1)
+                       lp->options |= PCNET32_PORT_MII;
+       }
+@@ -2020,10 +2020,10 @@ static int pcnet32_open(struct net_devic
+       }
+       /* Reset the PCNET32 */
+-      lp->a.reset(ioaddr);
++      lp->a->reset(ioaddr);
+       /* switch pcnet32 to 32bit mode */
+-      lp->a.write_bcr(ioaddr, 20, 2);
++      lp->a->write_bcr(ioaddr, 20, 2);
+       netif_printk(lp, ifup, KERN_DEBUG, dev,
+                    "%s() irq %d tx/rx rings %#x/%#x init %#x\n",
+@@ -2032,14 +2032,14 @@ static int pcnet32_open(struct net_devic
+                    (u32) (lp->init_dma_addr));
+       /* set/reset autoselect bit */
+-      val = lp->a.read_bcr(ioaddr, 2) & ~2;
++      val = lp->a->read_bcr(ioaddr, 2) & ~2;
+       if (lp->options & PCNET32_PORT_ASEL)
+               val |= 2;
+-      lp->a.write_bcr(ioaddr, 2, val);
++      lp->a->write_bcr(ioaddr, 2, val);
+       /* handle full duplex setting */
+       if (lp->mii_if.full_duplex) {
+-              val = lp->a.read_bcr(ioaddr, 9) & ~3;
++              val = lp->a->read_bcr(ioaddr, 9) & ~3;
+               if (lp->options & PCNET32_PORT_FD) {
+                       val |= 1;
+                       if (lp->options == (PCNET32_PORT_FD | PCNET32_PORT_AUI))
+@@ -2049,14 +2049,14 @@ static int pcnet32_open(struct net_devic
+                       if (lp->chip_version == 0x2627)
+                               val |= 3;
+               }
+-              lp->a.write_bcr(ioaddr, 9, val);
++              lp->a->write_bcr(ioaddr, 9, val);
+       }
+       /* set/reset GPSI bit in test register */
+-      val = lp->a.read_csr(ioaddr, 124) & ~0x10;
++      val = lp->a->read_csr(ioaddr, 124) & ~0x10;
+       if ((lp->options & PCNET32_PORT_PORTSEL) == PCNET32_PORT_GPSI)
+               val |= 0x10;
+-      lp->a.write_csr(ioaddr, 124, val);
++      lp->a->write_csr(ioaddr, 124, val);
+       /* Allied Telesyn AT 2700/2701 FX are 100Mbit only and do not negotiate */
+       if (pdev && pdev->subsystem_vendor == PCI_VENDOR_ID_AT &&
+@@ -2075,24 +2075,24 @@ static int pcnet32_open(struct net_devic
+                * duplex, and/or enable auto negotiation, and clear DANAS
+                */
+               if (lp->mii && !(lp->options & PCNET32_PORT_ASEL)) {
+-                      lp->a.write_bcr(ioaddr, 32,
+-                                      lp->a.read_bcr(ioaddr, 32) | 0x0080);
++                      lp->a->write_bcr(ioaddr, 32,
++                                      lp->a->read_bcr(ioaddr, 32) | 0x0080);
+                       /* disable Auto Negotiation, set 10Mpbs, HD */
+-                      val = lp->a.read_bcr(ioaddr, 32) & ~0xb8;
++                      val = lp->a->read_bcr(ioaddr, 32) & ~0xb8;
+                       if (lp->options & PCNET32_PORT_FD)
+                               val |= 0x10;
+                       if (lp->options & PCNET32_PORT_100)
+                               val |= 0x08;
+-                      lp->a.write_bcr(ioaddr, 32, val);
++                      lp->a->write_bcr(ioaddr, 32, val);
+               } else {
+                       if (lp->options & PCNET32_PORT_ASEL) {
+-                              lp->a.write_bcr(ioaddr, 32,
+-                                              lp->a.read_bcr(ioaddr,
++                              lp->a->write_bcr(ioaddr, 32,
++                                              lp->a->read_bcr(ioaddr,
+                                                              32) | 0x0080);
+                               /* enable auto negotiate, setup, disable fd */
+-                              val = lp->a.read_bcr(ioaddr, 32) & ~0x98;
++                              val = lp->a->read_bcr(ioaddr, 32) & ~0x98;
+                               val |= 0x20;
+-                              lp->a.write_bcr(ioaddr, 32, val);
++                              lp->a->write_bcr(ioaddr, 32, val);
+                       }
+               }
+       } else {
+@@ -2105,10 +2105,10 @@ static int pcnet32_open(struct net_devic
+                * There is really no good other way to handle multiple PHYs
+                * other than turning off all automatics
+                */
+-              val = lp->a.read_bcr(ioaddr, 2);
+-              lp->a.write_bcr(ioaddr, 2, val & ~2);
+-              val = lp->a.read_bcr(ioaddr, 32);
+-              lp->a.write_bcr(ioaddr, 32, val & ~(1 << 7));   /* stop MII manager */
++              val = lp->a->read_bcr(ioaddr, 2);
++              lp->a->write_bcr(ioaddr, 2, val & ~2);
++              val = lp->a->read_bcr(ioaddr, 32);
++              lp->a->write_bcr(ioaddr, 32, val & ~(1 << 7));  /* stop MII manager */
+               if (!(lp->options & PCNET32_PORT_ASEL)) {
+                       /* setup ecmd */
+@@ -2118,7 +2118,7 @@ static int pcnet32_open(struct net_devic
+                       ethtool_cmd_speed_set(&ecmd,
+                                             (lp->options & PCNET32_PORT_100) ?
+                                             SPEED_100 : SPEED_10);
+-                      bcr9 = lp->a.read_bcr(ioaddr, 9);
++                      bcr9 = lp->a->read_bcr(ioaddr, 9);
+                       if (lp->options & PCNET32_PORT_FD) {
+                               ecmd.duplex = DUPLEX_FULL;
+@@ -2127,7 +2127,7 @@ static int pcnet32_open(struct net_devic
+                               ecmd.duplex = DUPLEX_HALF;
+                               bcr9 |= ~(1 << 0);
+                       }
+-                      lp->a.write_bcr(ioaddr, 9, bcr9);
++                      lp->a->write_bcr(ioaddr, 9, bcr9);
+               }
+               for (i = 0; i < PCNET32_MAX_PHYS; i++) {
+@@ -2158,9 +2158,9 @@ static int pcnet32_open(struct net_devic
+ #ifdef DO_DXSUFLO
+       if (lp->dxsuflo) {      /* Disable transmit stop on underflow */
+-              val = lp->a.read_csr(ioaddr, CSR3);
++              val = lp->a->read_csr(ioaddr, CSR3);
+               val |= 0x40;
+-              lp->a.write_csr(ioaddr, CSR3, val);
++              lp->a->write_csr(ioaddr, CSR3, val);
+       }
  #endif
- };
  
--static struct qlcnic_nic_template qlcnic_ops = {
-+static const struct qlcnic_nic_template qlcnic_ops = {
-       .config_bridged_mode = qlcnic_config_bridged_mode,
-       .config_led = qlcnic_config_led,
-       .start_firmware = qlcnic_start_firmware
- };
+@@ -2176,11 +2176,11 @@ static int pcnet32_open(struct net_devic
+       napi_enable(&lp->napi);
  
--static struct qlcnic_nic_template qlcnic_vf_ops = {
-+static const struct qlcnic_nic_template qlcnic_vf_ops = {
-       .config_bridged_mode = qlcnicvf_config_bridged_mode,
-       .config_led = qlcnicvf_config_led,
-       .start_firmware = qlcnicvf_start_firmware
-diff -urNp linux-2.6.39/drivers/net/qlge/qlge.h linux-2.6.39/drivers/net/qlge/qlge.h
---- linux-2.6.39/drivers/net/qlge/qlge.h       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/net/qlge/qlge.h       2011-05-22 19:36:31.000000000 -0400
-@@ -2134,7 +2134,7 @@ struct ql_adapter {
-       struct delayed_work mpi_idc_work;
-       struct delayed_work mpi_core_to_log;
-       struct completion ide_completion;
--      struct nic_operations *nic_ops;
-+      const struct nic_operations *nic_ops;
-       u16 device_id;
-       struct timer_list timer;
-       atomic_t lb_count;
-diff -urNp linux-2.6.39/drivers/net/qlge/qlge_main.c linux-2.6.39/drivers/net/qlge/qlge_main.c
---- linux-2.6.39/drivers/net/qlge/qlge_main.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/net/qlge/qlge_main.c  2011-05-22 19:36:31.000000000 -0400
-@@ -4412,12 +4412,12 @@ error:
-       rtnl_unlock();
- }
--static struct nic_operations qla8012_nic_ops = {
-+static const struct nic_operations qla8012_nic_ops = {
-       .get_flash              = ql_get_8012_flash_params,
-       .port_initialize        = ql_8012_port_initialize,
- };
+       /* Re-initialize the PCNET32, and start it when done. */
+-      lp->a.write_csr(ioaddr, 1, (lp->init_dma_addr & 0xffff));
+-      lp->a.write_csr(ioaddr, 2, (lp->init_dma_addr >> 16));
++      lp->a->write_csr(ioaddr, 1, (lp->init_dma_addr & 0xffff));
++      lp->a->write_csr(ioaddr, 2, (lp->init_dma_addr >> 16));
  
--static struct nic_operations qla8000_nic_ops = {
-+static const struct nic_operations qla8000_nic_ops = {
-       .get_flash              = ql_get_8000_flash_params,
-       .port_initialize        = ql_8000_port_initialize,
- };
-diff -urNp linux-2.6.39/drivers/net/sfc/falcon.c linux-2.6.39/drivers/net/sfc/falcon.c
---- linux-2.6.39/drivers/net/sfc/falcon.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/net/sfc/falcon.c      2011-05-22 19:36:31.000000000 -0400
-@@ -1703,7 +1703,7 @@ static int falcon_set_wol(struct efx_nic
-  **************************************************************************
-  */
+-      lp->a.write_csr(ioaddr, CSR4, 0x0915);  /* auto tx pad */
+-      lp->a.write_csr(ioaddr, CSR0, CSR0_INIT);
++      lp->a->write_csr(ioaddr, CSR4, 0x0915); /* auto tx pad */
++      lp->a->write_csr(ioaddr, CSR0, CSR0_INIT);
  
--struct efx_nic_type falcon_a1_nic_type = {
-+const struct efx_nic_type falcon_a1_nic_type = {
-       .probe = falcon_probe_nic,
-       .remove = falcon_remove_nic,
-       .init = falcon_init_nic,
-@@ -1744,7 +1744,7 @@ struct efx_nic_type falcon_a1_nic_type =
-       .reset_world_flags = ETH_RESET_IRQ,
- };
+       netif_start_queue(dev);
  
--struct efx_nic_type falcon_b0_nic_type = {
-+const struct efx_nic_type falcon_b0_nic_type = {
-       .probe = falcon_probe_nic,
-       .remove = falcon_remove_nic,
-       .init = falcon_init_nic,
-diff -urNp linux-2.6.39/drivers/net/sfc/mtd.c linux-2.6.39/drivers/net/sfc/mtd.c
---- linux-2.6.39/drivers/net/sfc/mtd.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/net/sfc/mtd.c 2011-05-22 19:36:31.000000000 -0400
-@@ -382,7 +382,7 @@ static int falcon_mtd_sync(struct mtd_in
-       return rc;
- }
+@@ -2192,19 +2192,19 @@ static int pcnet32_open(struct net_devic
  
--static struct efx_mtd_ops falcon_mtd_ops = {
-+static const struct efx_mtd_ops falcon_mtd_ops = {
-       .read   = falcon_mtd_read,
-       .erase  = falcon_mtd_erase,
-       .write  = falcon_mtd_write,
-@@ -560,7 +560,7 @@ static int siena_mtd_sync(struct mtd_inf
-       return rc;
- }
+       i = 0;
+       while (i++ < 100)
+-              if (lp->a.read_csr(ioaddr, CSR0) & CSR0_IDON)
++              if (lp->a->read_csr(ioaddr, CSR0) & CSR0_IDON)
+                       break;
+       /*
+        * We used to clear the InitDone bit, 0x0100, here but Mark Stockton
+        * reports that doing so triggers a bug in the '974.
+        */
+-      lp->a.write_csr(ioaddr, CSR0, CSR0_NORMAL);
++      lp->a->write_csr(ioaddr, CSR0, CSR0_NORMAL);
  
--static struct efx_mtd_ops siena_mtd_ops = {
-+static const struct efx_mtd_ops siena_mtd_ops = {
-       .read   = siena_mtd_read,
-       .erase  = siena_mtd_erase,
-       .write  = siena_mtd_write,
-diff -urNp linux-2.6.39/drivers/net/sfc/nic.h linux-2.6.39/drivers/net/sfc/nic.h
---- linux-2.6.39/drivers/net/sfc/nic.h 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/net/sfc/nic.h 2011-05-22 19:36:31.000000000 -0400
-@@ -152,9 +152,9 @@ struct siena_nic_data {
-       int wol_filter_id;
- };
+       netif_printk(lp, ifup, KERN_DEBUG, dev,
+                    "pcnet32 open after %d ticks, init block %#x csr0 %4.4x\n",
+                    i,
+                    (u32) (lp->init_dma_addr),
+-                   lp->a.read_csr(ioaddr, CSR0));
++                   lp->a->read_csr(ioaddr, CSR0));
  
--extern struct efx_nic_type falcon_a1_nic_type;
--extern struct efx_nic_type falcon_b0_nic_type;
--extern struct efx_nic_type siena_a0_nic_type;
-+extern const struct efx_nic_type falcon_a1_nic_type;
-+extern const struct efx_nic_type falcon_b0_nic_type;
-+extern const struct efx_nic_type siena_a0_nic_type;
+       spin_unlock_irqrestore(&lp->lock, flags);
  
- /**************************************************************************
-  *
-diff -urNp linux-2.6.39/drivers/net/sfc/siena.c linux-2.6.39/drivers/net/sfc/siena.c
---- linux-2.6.39/drivers/net/sfc/siena.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/net/sfc/siena.c       2011-05-22 19:36:31.000000000 -0400
-@@ -599,7 +599,7 @@ static void siena_init_wol(struct efx_ni
-  **************************************************************************
-  */
+@@ -2218,7 +2218,7 @@ err_free_ring:
+        * Switch back to 16bit mode to avoid problems with dumb
+        * DOS packet driver after a warm reboot
+        */
+-      lp->a.write_bcr(ioaddr, 20, 4);
++      lp->a->write_bcr(ioaddr, 20, 4);
  
--struct efx_nic_type siena_a0_nic_type = {
-+const struct efx_nic_type siena_a0_nic_type = {
-       .probe = siena_probe_nic,
-       .remove = siena_remove_nic,
-       .init = siena_init_nic,
-diff -urNp linux-2.6.39/drivers/net/sh_eth.c linux-2.6.39/drivers/net/sh_eth.c
---- linux-2.6.39/drivers/net/sh_eth.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/net/sh_eth.c  2011-05-22 19:36:31.000000000 -0400
-@@ -1360,7 +1360,7 @@ static void sh_eth_get_strings(struct ne
-       }
- }
--static struct ethtool_ops sh_eth_ethtool_ops = {
-+static const struct ethtool_ops sh_eth_ethtool_ops = {
-       .get_settings   = sh_eth_get_settings,
-       .set_settings   = sh_eth_set_settings,
-       .nway_reset             = sh_eth_nway_reset,
-diff -urNp linux-2.6.39/drivers/net/stmmac/stmmac_ethtool.c linux-2.6.39/drivers/net/stmmac/stmmac_ethtool.c
---- linux-2.6.39/drivers/net/stmmac/stmmac_ethtool.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/net/stmmac/stmmac_ethtool.c   2011-05-22 19:36:31.000000000 -0400
-@@ -348,7 +348,7 @@ static int stmmac_set_wol(struct net_dev
-       return 0;
- }
+ err_free_irq:
+       spin_unlock_irqrestore(&lp->lock, flags);
+@@ -2323,7 +2323,7 @@ static void pcnet32_restart(struct net_d
  
--static struct ethtool_ops stmmac_ethtool_ops = {
-+static const struct ethtool_ops stmmac_ethtool_ops = {
-       .begin = stmmac_check_if_running,
-       .get_drvinfo = stmmac_ethtool_getdrvinfo,
-       .get_settings = stmmac_ethtool_getsettings,
-diff -urNp linux-2.6.39/drivers/net/sungem_phy.c linux-2.6.39/drivers/net/sungem_phy.c
---- linux-2.6.39/drivers/net/sungem_phy.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/net/sungem_phy.c      2011-05-22 19:36:31.000000000 -0400
-@@ -886,7 +886,7 @@ static int marvell_read_link(struct mii_
-        SUPPORTED_1000baseT_Half | SUPPORTED_1000baseT_Full)
- /* Broadcom BCM 5201 */
--static struct mii_phy_ops bcm5201_phy_ops = {
-+static const struct mii_phy_ops bcm5201_phy_ops = {
-       .init           = bcm5201_init,
-       .suspend        = bcm5201_suspend,
-       .setup_aneg     = genmii_setup_aneg,
-@@ -905,7 +905,7 @@ static struct mii_phy_def bcm5201_phy_de
- };
+       /* wait for stop */
+       for (i = 0; i < 100; i++)
+-              if (lp->a.read_csr(ioaddr, CSR0) & CSR0_STOP)
++              if (lp->a->read_csr(ioaddr, CSR0) & CSR0_STOP)
+                       break;
  
- /* Broadcom BCM 5221 */
--static struct mii_phy_ops bcm5221_phy_ops = {
-+static const struct mii_phy_ops bcm5221_phy_ops = {
-       .suspend        = bcm5221_suspend,
-       .init           = bcm5221_init,
-       .setup_aneg     = genmii_setup_aneg,
-@@ -924,7 +924,7 @@ static struct mii_phy_def bcm5221_phy_de
- };
+       if (i >= 100)
+@@ -2335,13 +2335,13 @@ static void pcnet32_restart(struct net_d
+               return;
  
/* Broadcom BCM 5241 */
--static struct mii_phy_ops bcm5241_phy_ops = {
-+static const struct mii_phy_ops bcm5241_phy_ops = {
-       .suspend        = bcm5241_suspend,
-       .init           = bcm5241_init,
-       .setup_aneg     = genmii_setup_aneg,
-@@ -942,7 +942,7 @@ static struct mii_phy_def bcm5241_phy_de
};
      /* ReInit Ring */
+-      lp->a.write_csr(ioaddr, CSR0, CSR0_INIT);
++      lp->a->write_csr(ioaddr, CSR0, CSR0_INIT);
+       i = 0;
+       while (i++ < 1000)
+-              if (lp->a.read_csr(ioaddr, CSR0) & CSR0_IDON)
++              if (lp->a->read_csr(ioaddr, CSR0) & CSR0_IDON)
                      break;
  
- /* Broadcom BCM 5400 */
--static struct mii_phy_ops bcm5400_phy_ops = {
-+static const struct mii_phy_ops bcm5400_phy_ops = {
-       .init           = bcm5400_init,
-       .suspend        = bcm5400_suspend,
-       .setup_aneg     = bcm54xx_setup_aneg,
-@@ -961,7 +961,7 @@ static struct mii_phy_def bcm5400_phy_de
- };
+-      lp->a.write_csr(ioaddr, CSR0, csr0_bits);
++      lp->a->write_csr(ioaddr, CSR0, csr0_bits);
+ }
+ static void pcnet32_tx_timeout(struct net_device *dev)
+@@ -2353,8 +2353,8 @@ static void pcnet32_tx_timeout(struct ne
+       /* Transmitter timeout, serious problems. */
+       if (pcnet32_debug & NETIF_MSG_DRV)
+               pr_err("%s: transmit timed out, status %4.4x, resetting\n",
+-                     dev->name, lp->a.read_csr(ioaddr, CSR0));
+-      lp->a.write_csr(ioaddr, CSR0, CSR0_STOP);
++                     dev->name, lp->a->read_csr(ioaddr, CSR0));
++      lp->a->write_csr(ioaddr, CSR0, CSR0_STOP);
+       dev->stats.tx_errors++;
+       if (netif_msg_tx_err(lp)) {
+               int i;
+@@ -2397,7 +2397,7 @@ static netdev_tx_t pcnet32_start_xmit(st
+       netif_printk(lp, tx_queued, KERN_DEBUG, dev,
+                    "%s() called, csr0 %4.4x\n",
+-                   __func__, lp->a.read_csr(ioaddr, CSR0));
++                   __func__, lp->a->read_csr(ioaddr, CSR0));
+       /* Default status -- will not enable Successful-TxDone
+        * interrupt when that option is available to us.
+@@ -2427,7 +2427,7 @@ static netdev_tx_t pcnet32_start_xmit(st
+       dev->stats.tx_bytes += skb->len;
+       /* Trigger an immediate send poll. */
+-      lp->a.write_csr(ioaddr, CSR0, CSR0_INTEN | CSR0_TXPOLL);
++      lp->a->write_csr(ioaddr, CSR0, CSR0_INTEN | CSR0_TXPOLL);
+       if (lp->tx_ring[(entry + 1) & lp->tx_mod_mask].base != 0) {
+               lp->tx_full = 1;
+@@ -2452,16 +2452,16 @@ pcnet32_interrupt(int irq, void *dev_id)
+       spin_lock(&lp->lock);
+-      csr0 = lp->a.read_csr(ioaddr, CSR0);
++      csr0 = lp->a->read_csr(ioaddr, CSR0);
+       while ((csr0 & 0x8f00) && --boguscnt >= 0) {
+               if (csr0 == 0xffff)
+                       break;  /* PCMCIA remove happened */
+               /* Acknowledge all of the current interrupt sources ASAP. */
+-              lp->a.write_csr(ioaddr, CSR0, csr0 & ~0x004f);
++              lp->a->write_csr(ioaddr, CSR0, csr0 & ~0x004f);
+               netif_printk(lp, intr, KERN_DEBUG, dev,
+                            "interrupt  csr0=%#2.2x new csr=%#2.2x\n",
+-                           csr0, lp->a.read_csr(ioaddr, CSR0));
++                           csr0, lp->a->read_csr(ioaddr, CSR0));
+               /* Log misc errors. */
+               if (csr0 & 0x4000)
+@@ -2488,19 +2488,19 @@ pcnet32_interrupt(int irq, void *dev_id)
+               if (napi_schedule_prep(&lp->napi)) {
+                       u16 val;
+                       /* set interrupt masks */
+-                      val = lp->a.read_csr(ioaddr, CSR3);
++                      val = lp->a->read_csr(ioaddr, CSR3);
+                       val |= 0x5f00;
+-                      lp->a.write_csr(ioaddr, CSR3, val);
++                      lp->a->write_csr(ioaddr, CSR3, val);
+                       __napi_schedule(&lp->napi);
+                       break;
+               }
+-              csr0 = lp->a.read_csr(ioaddr, CSR0);
++              csr0 = lp->a->read_csr(ioaddr, CSR0);
+       }
  
- /* Broadcom BCM 5401 */
--static struct mii_phy_ops bcm5401_phy_ops = {
-+static const struct mii_phy_ops bcm5401_phy_ops = {
-       .init           = bcm5401_init,
-       .suspend        = bcm5401_suspend,
-       .setup_aneg     = bcm54xx_setup_aneg,
-@@ -980,7 +980,7 @@ static struct mii_phy_def bcm5401_phy_de
- };
+       netif_printk(lp, intr, KERN_DEBUG, dev,
+                    "exiting interrupt, csr0=%#4.4x\n",
+-                   lp->a.read_csr(ioaddr, CSR0));
++                   lp->a->read_csr(ioaddr, CSR0));
  
- /* Broadcom BCM 5411 */
--static struct mii_phy_ops bcm5411_phy_ops = {
-+static const struct mii_phy_ops bcm5411_phy_ops = {
-       .init           = bcm5411_init,
-       .suspend        = generic_suspend,
-       .setup_aneg     = bcm54xx_setup_aneg,
-@@ -999,7 +999,7 @@ static struct mii_phy_def bcm5411_phy_de
- };
+       spin_unlock(&lp->lock);
  
- /* Broadcom BCM 5421 */
--static struct mii_phy_ops bcm5421_phy_ops = {
-+static const struct mii_phy_ops bcm5421_phy_ops = {
-       .init           = bcm5421_init,
-       .suspend        = generic_suspend,
-       .setup_aneg     = bcm54xx_setup_aneg,
-@@ -1019,7 +1019,7 @@ static struct mii_phy_def bcm5421_phy_de
- };
+@@ -2520,20 +2520,20 @@ static int pcnet32_close(struct net_devi
  
- /* Broadcom BCM 5421 built-in K2 */
--static struct mii_phy_ops bcm5421k2_phy_ops = {
-+static const struct mii_phy_ops bcm5421k2_phy_ops = {
-       .init           = bcm5421_init,
-       .suspend        = generic_suspend,
-       .setup_aneg     = bcm54xx_setup_aneg,
-@@ -1037,7 +1037,7 @@ static struct mii_phy_def bcm5421k2_phy_
-       .ops            = &bcm5421k2_phy_ops
- };
+       spin_lock_irqsave(&lp->lock, flags);
  
--static struct mii_phy_ops bcm5461_phy_ops = {
-+static const struct mii_phy_ops bcm5461_phy_ops = {
-       .init           = bcm5421_init,
-       .suspend        = generic_suspend,
-       .setup_aneg     = bcm54xx_setup_aneg,
-@@ -1057,7 +1057,7 @@ static struct mii_phy_def bcm5461_phy_de
- };
+-      dev->stats.rx_missed_errors = lp->a.read_csr(ioaddr, 112);
++      dev->stats.rx_missed_errors = lp->a->read_csr(ioaddr, 112);
  
- /* Broadcom BCM 5462 built-in Vesta */
--static struct mii_phy_ops bcm5462V_phy_ops = {
-+static const struct mii_phy_ops bcm5462V_phy_ops = {
-       .init           = bcm5421_init,
-       .suspend        = generic_suspend,
-       .setup_aneg     = bcm54xx_setup_aneg,
-@@ -1076,7 +1076,7 @@ static struct mii_phy_def bcm5462V_phy_d
- };
+       netif_printk(lp, ifdown, KERN_DEBUG, dev,
+                    "Shutting down ethercard, status was %2.2x\n",
+-                   lp->a.read_csr(ioaddr, CSR0));
++                   lp->a->read_csr(ioaddr, CSR0));
  
- /* Marvell 88E1101 amd 88E1111 */
--static struct mii_phy_ops marvell88e1101_phy_ops = {
-+static const struct mii_phy_ops marvell88e1101_phy_ops = {
-       .suspend        = generic_suspend,
-       .setup_aneg     = marvell_setup_aneg,
-       .setup_forced   = marvell_setup_forced,
-@@ -1084,7 +1084,7 @@ static struct mii_phy_ops marvell88e1101
-       .read_link      = marvell_read_link
- };
+       /* We stop the PCNET32 here -- it occasionally polls memory if we don't. */
+-      lp->a.write_csr(ioaddr, CSR0, CSR0_STOP);
++      lp->a->write_csr(ioaddr, CSR0, CSR0_STOP);
  
--static struct mii_phy_ops marvell88e1111_phy_ops = {
-+static const struct mii_phy_ops marvell88e1111_phy_ops = {
-       .init           = marvell88e1111_init,
-       .suspend        = generic_suspend,
-       .setup_aneg     = marvell_setup_aneg,
-@@ -1122,7 +1122,7 @@ static struct mii_phy_def marvell88e1111
- };
+       /*
+        * Switch back to 16bit mode to avoid problems with dumb
+        * DOS packet driver after a warm reboot
+        */
+-      lp->a.write_bcr(ioaddr, 20, 4);
++      lp->a->write_bcr(ioaddr, 20, 4);
+       spin_unlock_irqrestore(&lp->lock, flags);
+@@ -2556,7 +2556,7 @@ static struct net_device_stats *pcnet32_
+       unsigned long flags;
+       spin_lock_irqsave(&lp->lock, flags);
+-      dev->stats.rx_missed_errors = lp->a.read_csr(ioaddr, 112);
++      dev->stats.rx_missed_errors = lp->a->read_csr(ioaddr, 112);
+       spin_unlock_irqrestore(&lp->lock, flags);
+       return &dev->stats;
+@@ -2578,10 +2578,10 @@ static void pcnet32_load_multicast(struc
+       if (dev->flags & IFF_ALLMULTI) {
+               ib->filter[0] = cpu_to_le32(~0U);
+               ib->filter[1] = cpu_to_le32(~0U);
+-              lp->a.write_csr(ioaddr, PCNET32_MC_FILTER, 0xffff);
+-              lp->a.write_csr(ioaddr, PCNET32_MC_FILTER+1, 0xffff);
+-              lp->a.write_csr(ioaddr, PCNET32_MC_FILTER+2, 0xffff);
+-              lp->a.write_csr(ioaddr, PCNET32_MC_FILTER+3, 0xffff);
++              lp->a->write_csr(ioaddr, PCNET32_MC_FILTER, 0xffff);
++              lp->a->write_csr(ioaddr, PCNET32_MC_FILTER+1, 0xffff);
++              lp->a->write_csr(ioaddr, PCNET32_MC_FILTER+2, 0xffff);
++              lp->a->write_csr(ioaddr, PCNET32_MC_FILTER+3, 0xffff);
+               return;
+       }
+       /* clear the multicast filter */
+@@ -2601,7 +2601,7 @@ static void pcnet32_load_multicast(struc
+               mcast_table[crc >> 4] |= cpu_to_le16(1 << (crc & 0xf));
+       }
+       for (i = 0; i < 4; i++)
+-              lp->a.write_csr(ioaddr, PCNET32_MC_FILTER + i,
++              lp->a->write_csr(ioaddr, PCNET32_MC_FILTER + i,
+                               le16_to_cpu(mcast_table[i]));
+ }
+@@ -2616,28 +2616,28 @@ static void pcnet32_set_multicast_list(s
+       spin_lock_irqsave(&lp->lock, flags);
+       suspended = pcnet32_suspend(dev, &flags, 0);
+-      csr15 = lp->a.read_csr(ioaddr, CSR15);
++      csr15 = lp->a->read_csr(ioaddr, CSR15);
+       if (dev->flags & IFF_PROMISC) {
+               /* Log any net taps. */
+               netif_info(lp, hw, dev, "Promiscuous mode enabled\n");
+               lp->init_block->mode =
+                   cpu_to_le16(0x8000 | (lp->options & PCNET32_PORT_PORTSEL) <<
+                               7);
+-              lp->a.write_csr(ioaddr, CSR15, csr15 | 0x8000);
++              lp->a->write_csr(ioaddr, CSR15, csr15 | 0x8000);
+       } else {
+               lp->init_block->mode =
+                   cpu_to_le16((lp->options & PCNET32_PORT_PORTSEL) << 7);
+-              lp->a.write_csr(ioaddr, CSR15, csr15 & 0x7fff);
++              lp->a->write_csr(ioaddr, CSR15, csr15 & 0x7fff);
+               pcnet32_load_multicast(dev);
+       }
+       if (suspended) {
+               int csr5;
+               /* clear SUSPEND (SPND) - CSR5 bit 0 */
+-              csr5 = lp->a.read_csr(ioaddr, CSR5);
+-              lp->a.write_csr(ioaddr, CSR5, csr5 & (~CSR5_SUSPEND));
++              csr5 = lp->a->read_csr(ioaddr, CSR5);
++              lp->a->write_csr(ioaddr, CSR5, csr5 & (~CSR5_SUSPEND));
+       } else {
+-              lp->a.write_csr(ioaddr, CSR0, CSR0_STOP);
++              lp->a->write_csr(ioaddr, CSR0, CSR0_STOP);
+               pcnet32_restart(dev, CSR0_NORMAL);
+               netif_wake_queue(dev);
+       }
+@@ -2655,8 +2655,8 @@ static int mdio_read(struct net_device *
+       if (!lp->mii)
+               return 0;
+-      lp->a.write_bcr(ioaddr, 33, ((phy_id & 0x1f) << 5) | (reg_num & 0x1f));
+-      val_out = lp->a.read_bcr(ioaddr, 34);
++      lp->a->write_bcr(ioaddr, 33, ((phy_id & 0x1f) << 5) | (reg_num & 0x1f));
++      val_out = lp->a->read_bcr(ioaddr, 34);
+       return val_out;
+ }
+@@ -2670,8 +2670,8 @@ static void mdio_write(struct net_device
+       if (!lp->mii)
+               return;
+-      lp->a.write_bcr(ioaddr, 33, ((phy_id & 0x1f) << 5) | (reg_num & 0x1f));
+-      lp->a.write_bcr(ioaddr, 34, val);
++      lp->a->write_bcr(ioaddr, 33, ((phy_id & 0x1f) << 5) | (reg_num & 0x1f));
++      lp->a->write_bcr(ioaddr, 34, val);
+ }
+ static int pcnet32_ioctl(struct net_device *dev, struct ifreq *rq, int cmd)
+@@ -2748,7 +2748,7 @@ static void pcnet32_check_media(struct n
+               curr_link = mii_link_ok(&lp->mii_if);
+       } else {
+               ulong ioaddr = dev->base_addr;  /* card base I/O address */
+-              curr_link = (lp->a.read_bcr(ioaddr, 4) != 0xc0);
++              curr_link = (lp->a->read_bcr(ioaddr, 4) != 0xc0);
+       }
+       if (!curr_link) {
+               if (prev_link || verbose) {
+@@ -2771,13 +2771,13 @@ static void pcnet32_check_media(struct n
+                                           (ecmd.duplex == DUPLEX_FULL)
+                                           ? "full" : "half");
+                       }
+-                      bcr9 = lp->a.read_bcr(dev->base_addr, 9);
++                      bcr9 = lp->a->read_bcr(dev->base_addr, 9);
+                       if ((bcr9 & (1 << 0)) != lp->mii_if.full_duplex) {
+                               if (lp->mii_if.full_duplex)
+                                       bcr9 |= (1 << 0);
+                               else
+                                       bcr9 &= ~(1 << 0);
+-                              lp->a.write_bcr(dev->base_addr, 9, bcr9);
++                              lp->a->write_bcr(dev->base_addr, 9, bcr9);
+                       }
+               } else {
+                       netif_info(lp, link, dev, "link up\n");
+diff -urNp linux-3.0.4/drivers/net/ppp_generic.c linux-3.0.4/drivers/net/ppp_generic.c
+--- linux-3.0.4/drivers/net/ppp_generic.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/net/ppp_generic.c      2011-08-23 21:47:55.000000000 -0400
+@@ -987,7 +987,6 @@ ppp_net_ioctl(struct net_device *dev, st
+       void __user *addr = (void __user *) ifr->ifr_ifru.ifru_data;
+       struct ppp_stats stats;
+       struct ppp_comp_stats cstats;
+-      char *vers;
+       switch (cmd) {
+       case SIOCGPPPSTATS:
+@@ -1009,8 +1008,7 @@ ppp_net_ioctl(struct net_device *dev, st
+               break;
  
- /* Generic implementation for most 10/100 PHYs */
--static struct mii_phy_ops generic_phy_ops = {
-+static const struct mii_phy_ops generic_phy_ops = {
-       .setup_aneg     = genmii_setup_aneg,
-       .setup_forced   = genmii_setup_forced,
-       .poll_link      = genmii_poll_link,
-diff -urNp linux-2.6.39/drivers/net/tg3.h linux-2.6.39/drivers/net/tg3.h
---- linux-2.6.39/drivers/net/tg3.h     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/net/tg3.h     2011-05-22 19:36:31.000000000 -0400
-@@ -131,6 +131,7 @@
+       case SIOCGPPPVER:
+-              vers = PPP_VERSION;
+-              if (copy_to_user(addr, vers, strlen(vers) + 1))
++              if (copy_to_user(addr, PPP_VERSION, sizeof(PPP_VERSION)))
+                       break;
+               err = 0;
+               break;
+diff -urNp linux-3.0.4/drivers/net/r8169.c linux-3.0.4/drivers/net/r8169.c
+--- linux-3.0.4/drivers/net/r8169.c    2011-09-02 18:11:21.000000000 -0400
++++ linux-3.0.4/drivers/net/r8169.c    2011-08-23 21:47:55.000000000 -0400
+@@ -645,12 +645,12 @@ struct rtl8169_private {
+       struct mdio_ops {
+               void (*write)(void __iomem *, int, int);
+               int (*read)(void __iomem *, int);
+-      } mdio_ops;
++      } __no_const mdio_ops;
+       struct pll_power_ops {
+               void (*down)(struct rtl8169_private *);
+               void (*up)(struct rtl8169_private *);
+-      } pll_power_ops;
++      } __no_const pll_power_ops;
+       int (*set_speed)(struct net_device *, u8 aneg, u16 sp, u8 dpx, u32 adv);
+       int (*get_settings)(struct net_device *, struct ethtool_cmd *);
+diff -urNp linux-3.0.4/drivers/net/tg3.h linux-3.0.4/drivers/net/tg3.h
+--- linux-3.0.4/drivers/net/tg3.h      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/net/tg3.h      2011-08-23 21:47:55.000000000 -0400
+@@ -134,6 +134,7 @@
  #define  CHIPREV_ID_5750_A0            0x4000
  #define  CHIPREV_ID_5750_A1            0x4001
  #define  CHIPREV_ID_5750_A3            0x4003
@@ -35340,22 +30090,83 @@ diff -urNp linux-2.6.39/drivers/net/tg3.h linux-2.6.39/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.39/drivers/net/tile/tilepro.c linux-2.6.39/drivers/net/tile/tilepro.c
---- linux-2.6.39/drivers/net/tile/tilepro.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/net/tile/tilepro.c    2011-05-22 19:36:31.000000000 -0400
-@@ -2263,7 +2263,7 @@ static int tile_net_get_mac(struct net_d
- }
--static struct net_device_ops tile_net_ops = {
-+static const struct net_device_ops tile_net_ops = {
-       .ndo_open = tile_net_open,
-       .ndo_stop = tile_net_stop,
-       .ndo_start_xmit = tile_net_tx,
-diff -urNp linux-2.6.39/drivers/net/tulip/de2104x.c linux-2.6.39/drivers/net/tulip/de2104x.c
---- linux-2.6.39/drivers/net/tulip/de2104x.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/net/tulip/de2104x.c   2011-05-22 19:36:31.000000000 -0400
-@@ -1817,6 +1817,8 @@ static void __devinit de21041_get_srom_i
+diff -urNp linux-3.0.4/drivers/net/tokenring/abyss.c linux-3.0.4/drivers/net/tokenring/abyss.c
+--- linux-3.0.4/drivers/net/tokenring/abyss.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/net/tokenring/abyss.c  2011-08-23 21:47:55.000000000 -0400
+@@ -451,10 +451,12 @@ static struct pci_driver abyss_driver = 
+ static int __init abyss_init (void)
+ {
+-      abyss_netdev_ops = tms380tr_netdev_ops;
++      pax_open_kernel();
++      memcpy((void *)&abyss_netdev_ops, &tms380tr_netdev_ops, sizeof(tms380tr_netdev_ops));
+-      abyss_netdev_ops.ndo_open = abyss_open;
+-      abyss_netdev_ops.ndo_stop = abyss_close;
++      *(void **)&abyss_netdev_ops.ndo_open = abyss_open;
++      *(void **)&abyss_netdev_ops.ndo_stop = abyss_close;
++      pax_close_kernel();
+       return pci_register_driver(&abyss_driver);
+ }
+diff -urNp linux-3.0.4/drivers/net/tokenring/madgemc.c linux-3.0.4/drivers/net/tokenring/madgemc.c
+--- linux-3.0.4/drivers/net/tokenring/madgemc.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/net/tokenring/madgemc.c        2011-08-23 21:47:55.000000000 -0400
+@@ -744,9 +744,11 @@ static struct mca_driver madgemc_driver 
+ static int __init madgemc_init (void)
+ {
+-      madgemc_netdev_ops = tms380tr_netdev_ops;
+-      madgemc_netdev_ops.ndo_open = madgemc_open;
+-      madgemc_netdev_ops.ndo_stop = madgemc_close;
++      pax_open_kernel();
++      memcpy((void *)&madgemc_netdev_ops, &tms380tr_netdev_ops, sizeof(tms380tr_netdev_ops));
++      *(void **)&madgemc_netdev_ops.ndo_open = madgemc_open;
++      *(void **)&madgemc_netdev_ops.ndo_stop = madgemc_close;
++      pax_close_kernel();
+       return mca_register_driver (&madgemc_driver);
+ }
+diff -urNp linux-3.0.4/drivers/net/tokenring/proteon.c linux-3.0.4/drivers/net/tokenring/proteon.c
+--- linux-3.0.4/drivers/net/tokenring/proteon.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/net/tokenring/proteon.c        2011-08-23 21:47:55.000000000 -0400
+@@ -353,9 +353,11 @@ static int __init proteon_init(void)
+       struct platform_device *pdev;
+       int i, num = 0, err = 0;
+-      proteon_netdev_ops = tms380tr_netdev_ops;
+-      proteon_netdev_ops.ndo_open = proteon_open;
+-      proteon_netdev_ops.ndo_stop = tms380tr_close;
++      pax_open_kernel();
++      memcpy((void *)&proteon_netdev_ops, &tms380tr_netdev_ops, sizeof(tms380tr_netdev_ops));
++      *(void **)&proteon_netdev_ops.ndo_open = proteon_open;
++      *(void **)&proteon_netdev_ops.ndo_stop = tms380tr_close;
++      pax_close_kernel();
+       err = platform_driver_register(&proteon_driver);
+       if (err)
+diff -urNp linux-3.0.4/drivers/net/tokenring/skisa.c linux-3.0.4/drivers/net/tokenring/skisa.c
+--- linux-3.0.4/drivers/net/tokenring/skisa.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/net/tokenring/skisa.c  2011-08-23 21:47:55.000000000 -0400
+@@ -363,9 +363,11 @@ static int __init sk_isa_init(void)
+       struct platform_device *pdev;
+       int i, num = 0, err = 0;
+-      sk_isa_netdev_ops = tms380tr_netdev_ops;
+-      sk_isa_netdev_ops.ndo_open = sk_isa_open;
+-      sk_isa_netdev_ops.ndo_stop = tms380tr_close;
++      pax_open_kernel();
++      memcpy((void *)&sk_isa_netdev_ops, &tms380tr_netdev_ops, sizeof(tms380tr_netdev_ops));
++      *(void **)&sk_isa_netdev_ops.ndo_open = sk_isa_open;
++      *(void **)&sk_isa_netdev_ops.ndo_stop = tms380tr_close;
++      pax_close_kernel();
+       err = platform_driver_register(&sk_isa_driver);
+       if (err)
+diff -urNp linux-3.0.4/drivers/net/tulip/de2104x.c linux-3.0.4/drivers/net/tulip/de2104x.c
+--- linux-3.0.4/drivers/net/tulip/de2104x.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/net/tulip/de2104x.c    2011-08-23 21:48:14.000000000 -0400
+@@ -1794,6 +1794,8 @@ static void __devinit de21041_get_srom_i
        struct de_srom_info_leaf *il;
        void *bufp;
  
@@ -35364,9 +30175,9 @@ diff -urNp linux-2.6.39/drivers/net/tulip/de2104x.c linux-2.6.39/drivers/net/tul
        /* download entire eeprom */
        for (i = 0; i < DE_EEPROM_WORDS; i++)
                ((__le16 *)ee_data)[i] =
-diff -urNp linux-2.6.39/drivers/net/tulip/de4x5.c linux-2.6.39/drivers/net/tulip/de4x5.c
---- linux-2.6.39/drivers/net/tulip/de4x5.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/net/tulip/de4x5.c     2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/net/tulip/de4x5.c linux-3.0.4/drivers/net/tulip/de4x5.c
+--- linux-3.0.4/drivers/net/tulip/de4x5.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/net/tulip/de4x5.c      2011-08-23 21:47:55.000000000 -0400
 @@ -5401,7 +5401,7 @@ de4x5_ioctl(struct net_device *dev, stru
        for (i=0; i<ETH_ALEN; i++) {
            tmp.addr[i] = dev->dev_addr[i];
@@ -35385,42 +30196,9 @@ diff -urNp linux-2.6.39/drivers/net/tulip/de4x5.c linux-2.6.39/drivers/net/tulip
                return -EFAULT;
        break;
      }
-diff -urNp linux-2.6.39/drivers/net/usb/asix.c linux-2.6.39/drivers/net/usb/asix.c
---- linux-2.6.39/drivers/net/usb/asix.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/net/usb/asix.c        2011-05-22 19:36:31.000000000 -0400
-@@ -1098,7 +1098,7 @@ out:
-       return ret;
- }
--static struct ethtool_ops ax88178_ethtool_ops = {
-+static const struct ethtool_ops ax88178_ethtool_ops = {
-       .get_drvinfo            = asix_get_drvinfo,
-       .get_link               = asix_get_link,
-       .get_msglevel           = usbnet_get_msglevel,
-diff -urNp linux-2.6.39/drivers/net/usb/cdc_ncm.c linux-2.6.39/drivers/net/usb/cdc_ncm.c
---- linux-2.6.39/drivers/net/usb/cdc_ncm.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/net/usb/cdc_ncm.c     2011-05-22 19:36:31.000000000 -0400
-@@ -141,7 +141,7 @@ struct cdc_ncm_ctx {
- static void cdc_ncm_tx_timeout(unsigned long arg);
- static const struct driver_info cdc_ncm_info;
- static struct usb_driver cdc_ncm_driver;
--static struct ethtool_ops cdc_ncm_ethtool_ops;
-+static const struct ethtool_ops cdc_ncm_ethtool_ops;
- static const struct usb_device_id cdc_devs[] = {
-       { USB_INTERFACE_INFO(USB_CLASS_COMM,
-@@ -1257,7 +1257,7 @@ static struct usb_driver cdc_ncm_driver 
-       .supports_autosuspend = 1,
- };
--static struct ethtool_ops cdc_ncm_ethtool_ops = {
-+static const struct ethtool_ops cdc_ncm_ethtool_ops = {
-       .get_drvinfo = cdc_ncm_get_drvinfo,
-       .get_link = usbnet_get_link,
-       .get_msglevel = usbnet_get_msglevel,
-diff -urNp linux-2.6.39/drivers/net/usb/hso.c linux-2.6.39/drivers/net/usb/hso.c
---- linux-2.6.39/drivers/net/usb/hso.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/net/usb/hso.c 2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/net/usb/hso.c linux-3.0.4/drivers/net/usb/hso.c
+--- linux-3.0.4/drivers/net/usb/hso.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/net/usb/hso.c  2011-08-23 21:47:55.000000000 -0400
 @@ -71,7 +71,7 @@
  #include <asm/byteorder.h>
  #include <linux/serial_core.h>
@@ -35508,7 +30286,7 @@ diff -urNp linux-2.6.39/drivers/net/usb/hso.c linux-2.6.39/drivers/net/usb/hso.c
                                        /* Setup and send a ctrl req read on
                                         * port i */
                                        if (!serial->rx_urb_filled[0]) {
-@@ -3097,7 +3096,7 @@ static int hso_resume(struct usb_interfa
+@@ -3098,7 +3097,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)) {
@@ -35517,34 +30295,10 @@ diff -urNp linux-2.6.39/drivers/net/usb/hso.c linux-2.6.39/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.39/drivers/net/usb/ipheth.c linux-2.6.39/drivers/net/usb/ipheth.c
---- linux-2.6.39/drivers/net/usb/ipheth.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/net/usb/ipheth.c      2011-05-22 19:36:31.000000000 -0400
-@@ -421,7 +421,7 @@ static u32 ipheth_ethtool_op_get_link(st
-       return netif_carrier_ok(dev->net);
- }
--static struct ethtool_ops ops = {
-+static const struct ethtool_ops ops = {
-       .get_link = ipheth_ethtool_op_get_link
- };
-diff -urNp linux-2.6.39/drivers/net/usb/sierra_net.c linux-2.6.39/drivers/net/usb/sierra_net.c
---- linux-2.6.39/drivers/net/usb/sierra_net.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/net/usb/sierra_net.c  2011-05-22 19:36:31.000000000 -0400
-@@ -618,7 +618,7 @@ static u32 sierra_net_get_link(struct ne
-       return sierra_net_get_private(dev)->link_up && netif_running(net);
- }
--static struct ethtool_ops sierra_net_ethtool_ops = {
-+static const struct ethtool_ops sierra_net_ethtool_ops = {
-       .get_drvinfo = sierra_net_get_drvinfo,
-       .get_link = sierra_net_get_link,
-       .get_msglevel = usbnet_get_msglevel,
-diff -urNp linux-2.6.39/drivers/net/vmxnet3/vmxnet3_ethtool.c linux-2.6.39/drivers/net/vmxnet3/vmxnet3_ethtool.c
---- linux-2.6.39/drivers/net/vmxnet3/vmxnet3_ethtool.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/net/vmxnet3/vmxnet3_ethtool.c 2011-05-22 19:36:31.000000000 -0400
-@@ -631,8 +631,7 @@ vmxnet3_set_rss_indir(struct net_device 
+diff -urNp linux-3.0.4/drivers/net/vmxnet3/vmxnet3_ethtool.c linux-3.0.4/drivers/net/vmxnet3/vmxnet3_ethtool.c
+--- linux-3.0.4/drivers/net/vmxnet3/vmxnet3_ethtool.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/net/vmxnet3/vmxnet3_ethtool.c  2011-08-23 21:47:55.000000000 -0400
+@@ -594,8 +594,7 @@ vmxnet3_set_rss_indir(struct net_device 
                 * Return with error code if any of the queue indices
                 * is out of range
                 */
@@ -35554,22 +30308,22 @@ diff -urNp linux-2.6.39/drivers/net/vmxnet3/vmxnet3_ethtool.c linux-2.6.39/drive
                        return -EINVAL;
        }
  
-diff -urNp linux-2.6.39/drivers/net/vxge/vxge-config.h linux-2.6.39/drivers/net/vxge/vxge-config.h
---- linux-2.6.39/drivers/net/vxge/vxge-config.h        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/net/vxge/vxge-config.h        2011-05-22 19:36:31.000000000 -0400
-@@ -834,7 +834,7 @@ struct vxge_hw_device_hw_info {
- struct vxge_hw_device_attr {
-       void __iomem            *bar0;
-       struct pci_dev          *pdev;
--      struct vxge_hw_uld_cbs  uld_callbacks;
-+      struct vxge_hw_uld_cbs uld_callbacks;
- };
+diff -urNp linux-3.0.4/drivers/net/vxge/vxge-config.h linux-3.0.4/drivers/net/vxge/vxge-config.h
+--- linux-3.0.4/drivers/net/vxge/vxge-config.h 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/net/vxge/vxge-config.h 2011-08-23 21:47:55.000000000 -0400
+@@ -512,7 +512,7 @@ struct vxge_hw_uld_cbs {
+       void (*link_down)(struct __vxge_hw_device *devh);
+       void (*crit_err)(struct __vxge_hw_device *devh,
+                       enum vxge_hw_event type, u64 ext_data);
+-};
++} __no_const;
  
- #define VXGE_HW_DEVICE_LINK_STATE_SET(hldev, ls)      (hldev->link_state = ls)
-diff -urNp linux-2.6.39/drivers/net/vxge/vxge-main.c linux-2.6.39/drivers/net/vxge/vxge-main.c
---- linux-2.6.39/drivers/net/vxge/vxge-main.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/net/vxge/vxge-main.c  2011-05-22 19:36:31.000000000 -0400
-@@ -97,6 +97,8 @@ static inline void VXGE_COMPLETE_VPATH_T
+ /*
+  * struct __vxge_hw_blockpool_entry - Block private data structure
+diff -urNp linux-3.0.4/drivers/net/vxge/vxge-main.c linux-3.0.4/drivers/net/vxge/vxge-main.c
+--- linux-3.0.4/drivers/net/vxge/vxge-main.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/net/vxge/vxge-main.c   2011-08-23 21:48:14.000000000 -0400
+@@ -98,6 +98,8 @@ static inline void VXGE_COMPLETE_VPATH_T
        struct sk_buff *completed[NR_SKB_COMPLETED];
        int more;
  
@@ -35578,7 +30332,7 @@ diff -urNp linux-2.6.39/drivers/net/vxge/vxge-main.c linux-2.6.39/drivers/net/vx
        do {
                more = 0;
                skb_ptr = completed;
-@@ -1927,6 +1929,8 @@ static enum vxge_hw_status vxge_rth_conf
+@@ -1920,6 +1922,8 @@ static enum vxge_hw_status vxge_rth_conf
        u8 mtable[256] = {0}; /* CPU to vpath mapping  */
        int index;
  
@@ -35587,9 +30341,21 @@ diff -urNp linux-2.6.39/drivers/net/vxge/vxge-main.c linux-2.6.39/drivers/net/vx
        /*
         * Filling
         *      - itable with bucket numbers
-diff -urNp linux-2.6.39/drivers/net/wan/cycx_x25.c linux-2.6.39/drivers/net/wan/cycx_x25.c
---- linux-2.6.39/drivers/net/wan/cycx_x25.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/net/wan/cycx_x25.c    2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/net/vxge/vxge-traffic.h linux-3.0.4/drivers/net/vxge/vxge-traffic.h
+--- linux-3.0.4/drivers/net/vxge/vxge-traffic.h        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/net/vxge/vxge-traffic.h        2011-08-23 21:47:55.000000000 -0400
+@@ -2088,7 +2088,7 @@ struct vxge_hw_mempool_cbs {
+                       struct vxge_hw_mempool_dma      *dma_object,
+                       u32                     index,
+                       u32                     is_last);
+-};
++} __no_const;
+ #define VXGE_HW_VIRTUAL_PATH_HANDLE(vpath)                            \
+               ((struct __vxge_hw_vpath_handle *)(vpath)->vpath_handles.next)
+diff -urNp linux-3.0.4/drivers/net/wan/cycx_x25.c linux-3.0.4/drivers/net/wan/cycx_x25.c
+--- linux-3.0.4/drivers/net/wan/cycx_x25.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/net/wan/cycx_x25.c     2011-08-23 21:48:14.000000000 -0400
 @@ -1018,6 +1018,8 @@ static void hex_dump(char *msg, unsigned
        unsigned char hex[1024],
                * phex = hex;
@@ -35599,33 +30365,37 @@ diff -urNp linux-2.6.39/drivers/net/wan/cycx_x25.c linux-2.6.39/drivers/net/wan/
        if (len >= (sizeof(hex) / 2))
                len = (sizeof(hex) / 2) - 1;
  
-diff -urNp linux-2.6.39/drivers/net/wan/lapbether.c linux-2.6.39/drivers/net/wan/lapbether.c
---- linux-2.6.39/drivers/net/wan/lapbether.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/net/wan/lapbether.c   2011-05-22 19:36:31.000000000 -0400
-@@ -259,7 +259,7 @@ static int lapbeth_set_mac_address(struc
- }
--static struct lapb_register_struct lapbeth_callbacks = {
-+static const struct lapb_register_struct lapbeth_callbacks = {
-       .connect_confirmation    = lapbeth_connected,
-       .connect_indication      = lapbeth_connected,
-       .disconnect_confirmation = lapbeth_disconnected,
-diff -urNp linux-2.6.39/drivers/net/wan/x25_asy.c linux-2.6.39/drivers/net/wan/x25_asy.c
---- linux-2.6.39/drivers/net/wan/x25_asy.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/net/wan/x25_asy.c     2011-05-22 19:36:31.000000000 -0400
-@@ -434,7 +434,7 @@ static void x25_asy_disconnected(struct 
-       netif_rx(skb);
- }
--static struct lapb_register_struct x25_asy_callbacks = {
-+static const struct lapb_register_struct x25_asy_callbacks = {
-       .connect_confirmation = x25_asy_connected,
-       .connect_indication = x25_asy_connected,
-       .disconnect_confirmation = x25_asy_disconnected,
-diff -urNp linux-2.6.39/drivers/net/wimax/i2400m/usb-fw.c linux-2.6.39/drivers/net/wimax/i2400m/usb-fw.c
---- linux-2.6.39/drivers/net/wimax/i2400m/usb-fw.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/net/wimax/i2400m/usb-fw.c     2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/net/wan/hdlc_x25.c linux-3.0.4/drivers/net/wan/hdlc_x25.c
+--- linux-3.0.4/drivers/net/wan/hdlc_x25.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/net/wan/hdlc_x25.c     2011-08-23 21:47:55.000000000 -0400
+@@ -136,16 +136,16 @@ static netdev_tx_t x25_xmit(struct sk_bu
+ static int x25_open(struct net_device *dev)
+ {
+-      struct lapb_register_struct cb;
++      static struct lapb_register_struct cb = {
++              .connect_confirmation = x25_connected,
++              .connect_indication = x25_connected,
++              .disconnect_confirmation = x25_disconnected,
++              .disconnect_indication = x25_disconnected,
++              .data_indication = x25_data_indication,
++              .data_transmit = x25_data_transmit
++      };
+       int result;
+-      cb.connect_confirmation = x25_connected;
+-      cb.connect_indication = x25_connected;
+-      cb.disconnect_confirmation = x25_disconnected;
+-      cb.disconnect_indication = x25_disconnected;
+-      cb.data_indication = x25_data_indication;
+-      cb.data_transmit = x25_data_transmit;
+-
+       result = lapb_register(dev, &cb);
+       if (result != LAPB_OK)
+               return result;
+diff -urNp linux-3.0.4/drivers/net/wimax/i2400m/usb-fw.c linux-3.0.4/drivers/net/wimax/i2400m/usb-fw.c
+--- linux-3.0.4/drivers/net/wimax/i2400m/usb-fw.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/net/wimax/i2400m/usb-fw.c      2011-08-23 21:48:14.000000000 -0400
 @@ -287,6 +287,8 @@ ssize_t i2400mu_bus_bm_wait_for_ack(stru
        int do_autopm = 1;
        DECLARE_COMPLETION_ONSTACK(notif_completion);
@@ -35635,10 +30405,10 @@ diff -urNp linux-2.6.39/drivers/net/wimax/i2400m/usb-fw.c linux-2.6.39/drivers/n
        d_fnstart(8, dev, "(i2400m %p ack %p size %zu)\n",
                  i2400m, ack, ack_size);
        BUG_ON(_ack == i2400m->bm_ack_buf);
-diff -urNp linux-2.6.39/drivers/net/wireless/airo.c linux-2.6.39/drivers/net/wireless/airo.c
---- linux-2.6.39/drivers/net/wireless/airo.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/net/wireless/airo.c   2011-05-22 19:36:31.000000000 -0400
-@@ -3001,6 +3001,8 @@ static void airo_process_scan_results (s
+diff -urNp linux-3.0.4/drivers/net/wireless/airo.c linux-3.0.4/drivers/net/wireless/airo.c
+--- linux-3.0.4/drivers/net/wireless/airo.c    2011-09-02 18:11:21.000000000 -0400
++++ linux-3.0.4/drivers/net/wireless/airo.c    2011-08-23 21:48:14.000000000 -0400
+@@ -3003,6 +3003,8 @@ static void airo_process_scan_results (s
        BSSListElement * loop_net;
        BSSListElement * tmp_net;
  
@@ -35647,7 +30417,7 @@ diff -urNp linux-2.6.39/drivers/net/wireless/airo.c linux-2.6.39/drivers/net/wir
        /* Blow away current list of scan results */
        list_for_each_entry_safe (loop_net, tmp_net, &ai->network_list, list) {
                list_move_tail (&loop_net->list, &ai->network_free_list);
-@@ -3792,6 +3794,8 @@ static u16 setup_card(struct airo_info *
+@@ -3794,6 +3796,8 @@ static u16 setup_card(struct airo_info *
        WepKeyRid wkr;
        int rc;
  
@@ -35656,7 +30426,7 @@ diff -urNp linux-2.6.39/drivers/net/wireless/airo.c linux-2.6.39/drivers/net/wir
        memset( &mySsid, 0, sizeof( mySsid ) );
        kfree (ai->flash);
        ai->flash = NULL;
-@@ -4760,6 +4764,8 @@ static int proc_stats_rid_open( struct i
+@@ -4753,6 +4757,8 @@ static int proc_stats_rid_open( struct i
        __le32 *vals = stats.vals;
        int len;
  
@@ -35665,7 +30435,7 @@ diff -urNp linux-2.6.39/drivers/net/wireless/airo.c linux-2.6.39/drivers/net/wir
        if ((file->private_data = kzalloc(sizeof(struct proc_data ), GFP_KERNEL)) == NULL)
                return -ENOMEM;
        data = file->private_data;
-@@ -5483,6 +5489,8 @@ static int proc_BSSList_open( struct ino
+@@ -5476,6 +5482,8 @@ static int proc_BSSList_open( struct ino
        /* If doLoseSync is not 1, we won't do a Lose Sync */
        int doLoseSync = -1;
  
@@ -35674,7 +30444,7 @@ diff -urNp linux-2.6.39/drivers/net/wireless/airo.c linux-2.6.39/drivers/net/wir
        if ((file->private_data = kzalloc(sizeof(struct proc_data ), GFP_KERNEL)) == NULL)
                return -ENOMEM;
        data = file->private_data;
-@@ -7190,6 +7198,8 @@ static int airo_get_aplist(struct net_de
+@@ -7181,6 +7189,8 @@ static int airo_get_aplist(struct net_de
        int i;
        int loseSync = capable(CAP_NET_ADMIN) ? 1: -1;
  
@@ -35683,7 +30453,7 @@ diff -urNp linux-2.6.39/drivers/net/wireless/airo.c linux-2.6.39/drivers/net/wir
        qual = kmalloc(IW_MAX_AP * sizeof(*qual), GFP_KERNEL);
        if (!qual)
                return -ENOMEM;
-@@ -7750,6 +7760,8 @@ static void airo_read_wireless_stats(str
+@@ -7741,6 +7751,8 @@ static void airo_read_wireless_stats(str
        CapabilityRid cap_rid;
        __le32 *vals = stats_rid.vals;
  
@@ -35692,9 +30462,9 @@ diff -urNp linux-2.6.39/drivers/net/wireless/airo.c linux-2.6.39/drivers/net/wir
        /* Get stats out of the card */
        clear_bit(JOB_WSTATS, &local->jobs);
        if (local->power.event) {
-diff -urNp linux-2.6.39/drivers/net/wireless/ath/ath5k/debug.c linux-2.6.39/drivers/net/wireless/ath/ath5k/debug.c
---- linux-2.6.39/drivers/net/wireless/ath/ath5k/debug.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/net/wireless/ath/ath5k/debug.c        2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/net/wireless/ath/ath5k/debug.c linux-3.0.4/drivers/net/wireless/ath/ath5k/debug.c
+--- linux-3.0.4/drivers/net/wireless/ath/ath5k/debug.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/net/wireless/ath/ath5k/debug.c 2011-08-23 21:48:14.000000000 -0400
 @@ -204,6 +204,8 @@ static ssize_t read_file_beacon(struct f
        unsigned int v;
        u64 tsf;
@@ -35758,20 +30528,11 @@ diff -urNp linux-2.6.39/drivers/net/wireless/ath/ath5k/debug.c linux-2.6.39/driv
        len += snprintf(buf+len, sizeof(buf)-len,
                        "available txbuffers: %d\n", sc->txbuf_len);
  
-diff -urNp linux-2.6.39/drivers/net/wireless/ath/ath9k/ar9003_calib.c linux-2.6.39/drivers/net/wireless/ath/ath9k/ar9003_calib.c
---- linux-2.6.39/drivers/net/wireless/ath/ath9k/ar9003_calib.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/net/wireless/ath/ath9k/ar9003_calib.c 2011-05-22 19:36:31.000000000 -0400
-@@ -734,6 +734,8 @@ static void ar9003_hw_tx_iq_cal(struct a
-       s32 i, j, ip, im, nmeasurement;
-       u8 nchains = get_streams(common->tx_chainmask);
-+      pax_track_stack();
-+
-       for (ip = 0; ip < MPASS; ip++) {
-               REG_RMW_FIELD(ah, AR_PHY_TX_IQCAL_CONTROL_1,
-                             AR_PHY_TX_IQCAQL_CONTROL_1_IQCORR_I_Q_COFF_DELPT,
-@@ -856,6 +858,8 @@ static void ar9003_hw_tx_iq_cal_post_pro
-       int i, ip, im, j;
+diff -urNp linux-3.0.4/drivers/net/wireless/ath/ath9k/ar9003_calib.c linux-3.0.4/drivers/net/wireless/ath/ath9k/ar9003_calib.c
+--- linux-3.0.4/drivers/net/wireless/ath/ath9k/ar9003_calib.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/net/wireless/ath/ath9k/ar9003_calib.c  2011-08-23 21:48:14.000000000 -0400
+@@ -757,6 +757,8 @@ static void ar9003_hw_tx_iq_cal_post_pro
+       int i, im, j;
        int nmeasurement;
  
 +      pax_track_stack();
@@ -35779,9 +30540,9 @@ diff -urNp linux-2.6.39/drivers/net/wireless/ath/ath9k/ar9003_calib.c linux-2.6.
        for (i = 0; i < AR9300_MAX_CHAINS; i++) {
                if (ah->txchainmask & (1 << i))
                        num_chains++;
-diff -urNp linux-2.6.39/drivers/net/wireless/ath/ath9k/ar9003_paprd.c linux-2.6.39/drivers/net/wireless/ath/ath9k/ar9003_paprd.c
---- linux-2.6.39/drivers/net/wireless/ath/ath9k/ar9003_paprd.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/net/wireless/ath/ath9k/ar9003_paprd.c 2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/net/wireless/ath/ath9k/ar9003_paprd.c linux-3.0.4/drivers/net/wireless/ath/ath9k/ar9003_paprd.c
+--- linux-3.0.4/drivers/net/wireless/ath/ath9k/ar9003_paprd.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/net/wireless/ath/ath9k/ar9003_paprd.c  2011-08-23 21:48:14.000000000 -0400
 @@ -356,6 +356,8 @@ static bool create_pa_curve(u32 *data_L,
        int theta_low_bin = 0;
        int i;
@@ -35791,10 +30552,10 @@ diff -urNp linux-2.6.39/drivers/net/wireless/ath/ath9k/ar9003_paprd.c linux-2.6.
        /* disregard any bin that contains <= 16 samples */
        thresh_accum_cnt = 16;
        scale_factor = 5;
-diff -urNp linux-2.6.39/drivers/net/wireless/ath/ath9k/debug.c linux-2.6.39/drivers/net/wireless/ath/ath9k/debug.c
---- linux-2.6.39/drivers/net/wireless/ath/ath9k/debug.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/net/wireless/ath/ath9k/debug.c        2011-05-22 19:36:31.000000000 -0400
-@@ -335,6 +335,8 @@ static ssize_t read_file_interrupt(struc
+diff -urNp linux-3.0.4/drivers/net/wireless/ath/ath9k/debug.c linux-3.0.4/drivers/net/wireless/ath/ath9k/debug.c
+--- linux-3.0.4/drivers/net/wireless/ath/ath9k/debug.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/net/wireless/ath/ath9k/debug.c 2011-08-23 21:48:14.000000000 -0400
+@@ -337,6 +337,8 @@ static ssize_t read_file_interrupt(struc
        char buf[512];
        unsigned int len = 0;
  
@@ -35803,7 +30564,7 @@ diff -urNp linux-2.6.39/drivers/net/wireless/ath/ath9k/debug.c linux-2.6.39/driv
        if (sc->sc_ah->caps.hw_caps & ATH9K_HW_CAP_EDMA) {
                len += snprintf(buf + len, sizeof(buf) - len,
                        "%8s: %10u\n", "RXLP", sc->debug.stats.istats.rxlp);
-@@ -422,6 +424,8 @@ static ssize_t read_file_wiphy(struct fi
+@@ -427,6 +429,8 @@ static ssize_t read_file_wiphy(struct fi
        u8 addr[ETH_ALEN];
        u32 tmp;
  
@@ -35812,10 +30573,19 @@ diff -urNp linux-2.6.39/drivers/net/wireless/ath/ath9k/debug.c linux-2.6.39/driv
        len += snprintf(buf + len, sizeof(buf) - len,
                        "%s (chan=%d  center-freq: %d MHz  channel-type: %d (%s))\n",
                        wiphy_name(sc->hw->wiphy),
-diff -urNp linux-2.6.39/drivers/net/wireless/ath/ath9k/htc_drv_main.c linux-2.6.39/drivers/net/wireless/ath/ath9k/htc_drv_main.c
---- linux-2.6.39/drivers/net/wireless/ath/ath9k/htc_drv_main.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/net/wireless/ath/ath9k/htc_drv_main.c 2011-05-22 19:36:31.000000000 -0400
-@@ -737,6 +737,8 @@ static ssize_t read_file_tgt_stats(struc
+diff -urNp linux-3.0.4/drivers/net/wireless/ath/ath9k/htc_drv_debug.c linux-3.0.4/drivers/net/wireless/ath/ath9k/htc_drv_debug.c
+--- linux-3.0.4/drivers/net/wireless/ath/ath9k/htc_drv_debug.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/net/wireless/ath/ath9k/htc_drv_debug.c 2011-08-23 21:48:14.000000000 -0400
+@@ -31,6 +31,8 @@ static ssize_t read_file_tgt_int_stats(s
+       unsigned int len = 0;
+       int ret = 0;
++      pax_track_stack();
++
+       memset(&cmd_rsp, 0, sizeof(cmd_rsp));
+       ath9k_htc_ps_wakeup(priv);
+@@ -89,6 +91,8 @@ static ssize_t read_file_tgt_tx_stats(st
        unsigned int len = 0;
        int ret = 0;
  
@@ -35823,8 +30593,17 @@ diff -urNp linux-2.6.39/drivers/net/wireless/ath/ath9k/htc_drv_main.c linux-2.6.
 +
        memset(&cmd_rsp, 0, sizeof(cmd_rsp));
  
-       WMI_CMD(WMI_TGT_STATS_CMDID);
-@@ -782,6 +784,8 @@ static ssize_t read_file_xmit(struct fil
+       ath9k_htc_ps_wakeup(priv);
+@@ -159,6 +163,8 @@ static ssize_t read_file_tgt_rx_stats(st
+       unsigned int len = 0;
+       int ret = 0;
++      pax_track_stack();
++
+       memset(&cmd_rsp, 0, sizeof(cmd_rsp));
+       ath9k_htc_ps_wakeup(priv);
+@@ -203,6 +209,8 @@ static ssize_t read_file_xmit(struct fil
        char buf[512];
        unsigned int len = 0;
  
@@ -35833,77 +30612,68 @@ diff -urNp linux-2.6.39/drivers/net/wireless/ath/ath9k/htc_drv_main.c linux-2.6.
        len += snprintf(buf + len, sizeof(buf) - len,
                        "%20s : %10u\n", "Buffers queued",
                        priv->debug.tx_stats.buf_queued);
-@@ -831,6 +835,8 @@ static ssize_t read_file_recv(struct fil
+@@ -376,6 +384,8 @@ static ssize_t read_file_slot(struct fil
        char buf[512];
        unsigned int len = 0;
  
 +      pax_track_stack();
 +
-       len += snprintf(buf + len, sizeof(buf) - len,
-                       "%20s : %10u\n", "SKBs allocated",
-                       priv->debug.rx_stats.skb_allocated);
-@@ -1816,7 +1822,7 @@ static void ath9k_htc_set_coverage_class
-       mutex_unlock(&priv->mutex);
- }
--struct ieee80211_ops ath9k_htc_ops = {
-+const struct ieee80211_ops ath9k_htc_ops = {
-       .tx                 = ath9k_htc_tx,
-       .start              = ath9k_htc_start,
-       .stop               = ath9k_htc_stop,
-diff -urNp linux-2.6.39/drivers/net/wireless/ath/ath9k/htc.h linux-2.6.39/drivers/net/wireless/ath/ath9k/htc.h
---- linux-2.6.39/drivers/net/wireless/ath/ath9k/htc.h  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/net/wireless/ath/ath9k/htc.h  2011-05-22 19:36:31.000000000 -0400
-@@ -42,7 +42,7 @@
- #define TSF_TO_TU(_h, _l) \
-       ((((u32)(_h)) << 22) | (((u32)(_l)) >> 10))
--extern struct ieee80211_ops ath9k_htc_ops;
-+extern const struct ieee80211_ops ath9k_htc_ops;
- extern int htc_modparam_nohwcrypt;
- enum htc_phymode {
-diff -urNp linux-2.6.39/drivers/net/wireless/ath/ath9k/hw.h linux-2.6.39/drivers/net/wireless/ath/ath9k/hw.h
---- linux-2.6.39/drivers/net/wireless/ath/ath9k/hw.h   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/net/wireless/ath/ath9k/hw.h   2011-05-22 19:36:31.000000000 -0400
-@@ -753,9 +753,7 @@ struct ath_hw {
-       } enable_32kHz_clock;
-       /* Private to hardware code */
--      struct ath_hw_private_ops private_ops;
--      /* Accessed by the lower level driver */
--      struct ath_hw_ops ops;
-+      struct ath_hw_private_ops private_ops;struct ath_hw_ops ops;
-       /* Used to program the radio on non single-chip devices */
-       u32 *analogBank0Data;
-diff -urNp linux-2.6.39/drivers/net/wireless/b43/debugfs.c linux-2.6.39/drivers/net/wireless/b43/debugfs.c
---- linux-2.6.39/drivers/net/wireless/b43/debugfs.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/net/wireless/b43/debugfs.c    2011-05-22 19:36:31.000000000 -0400
-@@ -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.39/drivers/net/wireless/b43legacy/debugfs.c linux-2.6.39/drivers/net/wireless/b43legacy/debugfs.c
---- linux-2.6.39/drivers/net/wireless/b43legacy/debugfs.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/net/wireless/b43legacy/debugfs.c      2011-05-22 19:36:31.000000000 -0400
-@@ -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.39/drivers/net/wireless/ipw2x00/ipw2100.c linux-2.6.39/drivers/net/wireless/ipw2x00/ipw2100.c
---- linux-2.6.39/drivers/net/wireless/ipw2x00/ipw2100.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/net/wireless/ipw2x00/ipw2100.c        2011-05-22 19:36:31.000000000 -0400
+       spin_lock_bh(&priv->tx.tx_lock);
+       len += snprintf(buf + len, sizeof(buf) - len, "TX slot bitmap : ");
+@@ -411,6 +421,8 @@ static ssize_t read_file_queue(struct fi
+       char buf[512];
+       unsigned int len = 0;
++      pax_track_stack();
++
+       len += snprintf(buf + len, sizeof(buf) - len, "%20s : %10u\n",
+                       "Mgmt endpoint", skb_queue_len(&priv->tx.mgmt_ep_queue));
+diff -urNp linux-3.0.4/drivers/net/wireless/ath/ath9k/hw.h linux-3.0.4/drivers/net/wireless/ath/ath9k/hw.h
+--- linux-3.0.4/drivers/net/wireless/ath/ath9k/hw.h    2011-09-02 18:11:21.000000000 -0400
++++ linux-3.0.4/drivers/net/wireless/ath/ath9k/hw.h    2011-08-23 21:47:55.000000000 -0400
+@@ -585,7 +585,7 @@ struct ath_hw_private_ops {
+       /* ANI */
+       void (*ani_cache_ini_regs)(struct ath_hw *ah);
+-};
++} __no_const;
+ /**
+  * struct ath_hw_ops - callbacks used by hardware code and driver code
+@@ -637,7 +637,7 @@ struct ath_hw_ops {
+       void (*antdiv_comb_conf_set)(struct ath_hw *ah,
+                       struct ath_hw_antcomb_conf *antconf);
+-};
++} __no_const;
+ struct ath_nf_limits {
+       s16 max;
+@@ -650,7 +650,7 @@ struct ath_nf_limits {
+ #define AH_UNPLUGGED    0x2 /* The card has been physically removed. */
+ struct ath_hw {
+-      struct ath_ops reg_ops;
++      ath_ops_no_const reg_ops;
+       struct ieee80211_hw *hw;
+       struct ath_common common;
+diff -urNp linux-3.0.4/drivers/net/wireless/ath/ath.h linux-3.0.4/drivers/net/wireless/ath/ath.h
+--- linux-3.0.4/drivers/net/wireless/ath/ath.h 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/net/wireless/ath/ath.h 2011-08-23 21:47:55.000000000 -0400
+@@ -121,6 +121,7 @@ struct ath_ops {
+       void (*write_flush) (void *);
+       u32 (*rmw)(void *, u32 reg_offset, u32 set, u32 clr);
+ };
++typedef struct ath_ops __no_const ath_ops_no_const;
+ struct ath_common;
+ struct ath_bus_ops;
+diff -urNp linux-3.0.4/drivers/net/wireless/ipw2x00/ipw2100.c linux-3.0.4/drivers/net/wireless/ipw2x00/ipw2100.c
+--- linux-3.0.4/drivers/net/wireless/ipw2x00/ipw2100.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/net/wireless/ipw2x00/ipw2100.c 2011-08-23 21:48:14.000000000 -0400
 @@ -2100,6 +2100,8 @@ static int ipw2100_set_essid(struct ipw2
        int err;
        DECLARE_SSID_BUF(ssid);
@@ -35922,9 +30692,9 @@ diff -urNp linux-2.6.39/drivers/net/wireless/ipw2x00/ipw2100.c linux-2.6.39/driv
        IPW_DEBUG_HC("WEP_KEY_INFO: index = %d, len = %d/%d\n",
                     idx, keylen, len);
  
-diff -urNp linux-2.6.39/drivers/net/wireless/ipw2x00/libipw_rx.c linux-2.6.39/drivers/net/wireless/ipw2x00/libipw_rx.c
---- linux-2.6.39/drivers/net/wireless/ipw2x00/libipw_rx.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/net/wireless/ipw2x00/libipw_rx.c      2011-05-22 19:36:31.000000000 -0400
+diff -urNp linux-3.0.4/drivers/net/wireless/ipw2x00/libipw_rx.c linux-3.0.4/drivers/net/wireless/ipw2x00/libipw_rx.c
+--- linux-3.0.4/drivers/net/wireless/ipw2x00/libipw_rx.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/net/wireless/ipw2x00/libipw_rx.c       2011-08-23 21:48:14.000000000 -0400
 @@ -1565,6 +1565,8 @@ static void libipw_process_probe_respons
        unsigned long flags;
        DECLARE_SSID_BUF(ssid);
@@ -35934,163 +30704,24 @@ diff -urNp linux-2.6.39/drivers/net/wireless/ipw2x00/libipw_rx.c linux-2.6.39/dr
        LIBIPW_DEBUG_SCAN("'%s' (%pM"
                     "): %c%c%c%c %c%c%c%c-%c%c%c%c %c%c%c%c\n",
                     print_ssid(ssid, info_element->data, info_element->len),
-diff -urNp linux-2.6.39/drivers/net/wireless/iwlegacy/iwl-3945.c linux-2.6.39/drivers/net/wireless/iwlegacy/iwl-3945.c
---- linux-2.6.39/drivers/net/wireless/iwlegacy/iwl-3945.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/net/wireless/iwlegacy/iwl-3945.c      2011-05-22 19:36:31.000000000 -0400
-@@ -2630,7 +2630,7 @@ static int iwl3945_load_bsm(struct iwl_p
-       return 0;
- }
--static struct iwl_hcmd_ops iwl3945_hcmd = {
-+static const struct iwl_hcmd_ops iwl3945_hcmd = {
-       .rxon_assoc = iwl3945_send_rxon_assoc,
-       .commit_rxon = iwl3945_commit_rxon,
- };
-@@ -2675,7 +2675,7 @@ static const struct iwl_legacy_ops iwl39
-       .manage_ibss_station = iwl3945_manage_ibss_station,
- };
--static struct iwl_hcmd_utils_ops iwl3945_hcmd_utils = {
-+static const struct iwl_hcmd_utils_ops iwl3945_hcmd_utils = {
-       .get_hcmd_size = iwl3945_get_hcmd_size,
-       .build_addsta_hcmd = iwl3945_build_addsta_hcmd,
-       .request_scan = iwl3945_request_scan,
-diff -urNp linux-2.6.39/drivers/net/wireless/iwlegacy/iwl-4965.c linux-2.6.39/drivers/net/wireless/iwlegacy/iwl-4965.c
---- linux-2.6.39/drivers/net/wireless/iwlegacy/iwl-4965.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/net/wireless/iwlegacy/iwl-4965.c      2011-05-22 19:36:32.000000000 -0400
-@@ -1904,7 +1904,7 @@ static void iwl4965_rx_handler_setup(str
-       priv->rx_handlers[BEACON_NOTIFICATION] = iwl4965_rx_beacon_notif;
- }
--static struct iwl_hcmd_ops iwl4965_hcmd = {
-+static const struct iwl_hcmd_ops iwl4965_hcmd = {
-       .rxon_assoc = iwl4965_send_rxon_assoc,
-       .commit_rxon = iwl4965_commit_rxon,
-       .set_rxon_chain = iwl4965_set_rxon_chain,
-@@ -2056,7 +2056,7 @@ static void iwl4965_config_ap(struct iwl
-       iwl4965_send_beacon_cmd(priv);
- }
--static struct iwl_hcmd_utils_ops iwl4965_hcmd_utils = {
-+static const struct iwl_hcmd_utils_ops iwl4965_hcmd_utils = {
-       .get_hcmd_size = iwl4965_get_hcmd_size,
-       .build_addsta_hcmd = iwl4965_build_addsta_hcmd,
-       .request_scan = iwl4965_request_scan,
-@@ -2114,7 +2114,7 @@ static const struct iwl_legacy_ops iwl49
-       .update_bcast_stations = iwl4965_update_bcast_stations,
- };
--struct ieee80211_ops iwl4965_hw_ops = {
-+const struct ieee80211_ops iwl4965_hw_ops = {
-       .tx = iwl4965_mac_tx,
-       .start = iwl4965_mac_start,
-       .stop = iwl4965_mac_stop,
-diff -urNp linux-2.6.39/drivers/net/wireless/iwlegacy/iwl-4965.h linux-2.6.39/drivers/net/wireless/iwlegacy/iwl-4965.h
---- linux-2.6.39/drivers/net/wireless/iwlegacy/iwl-4965.h      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/net/wireless/iwlegacy/iwl-4965.h      2011-05-22 19:36:32.000000000 -0400
-@@ -70,7 +70,7 @@ extern struct iwl_cfg iwl4965_cfg;
- extern struct iwl_mod_params iwl4965_mod_params;
--extern struct ieee80211_ops iwl4965_hw_ops;
-+extern const struct ieee80211_ops iwl4965_hw_ops;
- /* tx queue */
- void iwl4965_free_tfds_in_queue(struct iwl_priv *priv,
-diff -urNp linux-2.6.39/drivers/net/wireless/iwlegacy/iwl-core.h linux-2.6.39/drivers/net/wireless/iwlegacy/iwl-core.h
---- linux-2.6.39/drivers/net/wireless/iwlegacy/iwl-core.h      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/net/wireless/iwlegacy/iwl-core.h      2011-05-22 19:36:32.000000000 -0400
-@@ -150,7 +150,7 @@ struct iwl_lib_ops {
-       int (*set_channel_switch)(struct iwl_priv *priv,
-                                 struct ieee80211_channel_switch *ch_switch);
-       /* power management */
--      struct iwl_apm_ops apm_ops;
-+      const struct iwl_apm_ops apm_ops;
-       /* power */
-       int (*send_tx_power) (struct iwl_priv *priv);
-@@ -160,12 +160,12 @@ struct iwl_lib_ops {
-       struct iwl_eeprom_ops eeprom_ops;
-       /* temperature */
--      struct iwl_temp_ops temp_ops;
-+      const struct iwl_temp_ops temp_ops;
-       /* check for plcp health */
-       bool (*check_plcp_health)(struct iwl_priv *priv,
-                                       struct iwl_rx_packet *pkt);
--      struct iwl_debugfs_ops debugfs_ops;
-+      const struct iwl_debugfs_ops debugfs_ops;
- };
-diff -urNp linux-2.6.39/drivers/net/wireless/iwlwifi/iwl-6000.c linux-2.6.39/drivers/net/wireless/iwlwifi/iwl-6000.c
---- linux-2.6.39/drivers/net/wireless/iwlwifi/iwl-6000.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/net/wireless/iwlwifi/iwl-6000.c       2011-05-22 19:36:32.000000000 -0400
-@@ -422,11 +422,11 @@ static struct iwl_lib_ops iwl6030_lib = 
+diff -urNp linux-3.0.4/drivers/net/wireless/iwlegacy/iwl3945-base.c linux-3.0.4/drivers/net/wireless/iwlegacy/iwl3945-base.c
+--- linux-3.0.4/drivers/net/wireless/iwlegacy/iwl3945-base.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/net/wireless/iwlegacy/iwl3945-base.c   2011-08-23 21:47:55.000000000 -0400
+@@ -3962,7 +3962,9 @@ static int iwl3945_pci_probe(struct pci_
+        */
+       if (iwl3945_mod_params.disable_hw_scan) {
+               IWL_DEBUG_INFO(priv, "Disabling hw_scan\n");
+-              iwl3945_hw_ops.hw_scan = NULL;
++              pax_open_kernel();
++              *(void **)&iwl3945_hw_ops.hw_scan = NULL;
++              pax_close_kernel();
        }
- };
--static struct iwl_nic_ops iwl6050_nic_ops = {
-+static const struct iwl_nic_ops iwl6050_nic_ops = {
-       .additional_nic_config = &iwl6050_additional_nic_config,
- };
--static struct iwl_nic_ops iwl6150_nic_ops = {
-+static const struct iwl_nic_ops iwl6150_nic_ops = {
-       .additional_nic_config = &iwl6150_additional_nic_config,
- };
-diff -urNp linux-2.6.39/drivers/net/wireless/iwlwifi/iwl-agn.h linux-2.6.39/drivers/net/wireless/iwlwifi/iwl-agn.h
---- linux-2.6.39/drivers/net/wireless/iwlwifi/iwl-agn.h        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/net/wireless/iwlwifi/iwl-agn.h        2011-05-22 19:36:32.000000000 -0400
-@@ -109,9 +109,9 @@ extern struct iwl_cfg iwl230_bg_cfg;
- extern struct iwl_cfg iwl230_bgn_cfg;
- extern struct iwl_mod_params iwlagn_mod_params;
--extern struct iwl_hcmd_ops iwlagn_hcmd;
--extern struct iwl_hcmd_ops iwlagn_bt_hcmd;
--extern struct iwl_hcmd_utils_ops iwlagn_hcmd_utils;
-+extern const struct iwl_hcmd_ops iwlagn_hcmd;
-+extern const struct iwl_hcmd_ops iwlagn_bt_hcmd;
-+extern const struct iwl_hcmd_utils_ops iwlagn_hcmd_utils;
- extern struct ieee80211_ops iwlagn_hw_ops;
- extern struct ieee80211_ops iwl4965_hw_ops;
-diff -urNp linux-2.6.39/drivers/net/wireless/iwlwifi/iwl-agn-hcmd.c linux-2.6.39/drivers/net/wireless/iwlwifi/iwl-agn-hcmd.c
---- linux-2.6.39/drivers/net/wireless/iwlwifi/iwl-agn-hcmd.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/net/wireless/iwlwifi/iwl-agn-hcmd.c   2011-05-22 19:36:32.000000000 -0400
-@@ -363,7 +363,7 @@ static int iwlagn_set_pan_params(struct 
-       return ret;
- }
--struct iwl_hcmd_ops iwlagn_hcmd = {
-+const struct iwl_hcmd_ops iwlagn_hcmd = {
-       .rxon_assoc = iwlagn_send_rxon_assoc,
-       .commit_rxon = iwlagn_commit_rxon,
-       .set_rxon_chain = iwlagn_set_rxon_chain,
-@@ -372,7 +372,7 @@ struct iwl_hcmd_ops iwlagn_hcmd = {
-       .set_pan_params = iwlagn_set_pan_params,
- };
  
--struct iwl_hcmd_ops iwlagn_bt_hcmd = {
-+const struct iwl_hcmd_ops iwlagn_bt_hcmd = {
-       .rxon_assoc = iwlagn_send_rxon_assoc,
-       .commit_rxon = iwlagn_commit_rxon,
-       .set_rxon_chain = iwlagn_set_rxon_chain,
-@@ -381,7 +381,7 @@ struct iwl_hcmd_ops iwlagn_bt_hcmd = {
-       .set_pan_params = iwlagn_set_pan_params,
- };
--struct iwl_hcmd_utils_ops iwlagn_hcmd_utils = {
-+const struct iwl_hcmd_utils_ops iwlagn_hcmd_utils = {
-       .get_hcmd_size = iwlagn_get_hcmd_size,
-       .build_addsta_hcmd = iwlagn_build_addsta_hcmd,
-       .gain_computation = iwlagn_gain_computation,
-diff -urNp linux-2.6.39/drivers/net/wireless/iwlwifi/iwl-agn-rs.c linux-2.6.39/drivers/net/wireless/iwlwifi/iwl-agn-rs.c
---- linux-2.6.39/drivers/net/wireless/iwlwifi/iwl-agn-rs.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/net/wireless/iwlwifi/iwl-agn-rs.c     2011-05-22 19:36:32.000000000 -0400
-@@ -883,6 +883,8 @@ static void rs_tx_status(void *priv_r, s
+       IWL_DEBUG_INFO(priv, "*** LOAD DRIVER ***\n");
+diff -urNp linux-3.0.4/drivers/net/wireless/iwlwifi/iwl-agn-rs.c linux-3.0.4/drivers/net/wireless/iwlwifi/iwl-agn-rs.c
+--- linux-3.0.4/drivers/net/wireless/iwlwifi/iwl-agn-rs.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/net/wireless/iwlwifi/iwl-agn-rs.c      2011-08-23 21:48:14.000000000 -0400
+@@ -910,6 +910,8 @@ static void rs_tx_status(void *priv_r, s
        struct iwl_station_priv *sta_priv = (void *)sta->drv_priv;
        struct iwl_rxon_context *ctx = sta_priv->common.ctx;
  
@@ -36099,7 +30730,7 @@ diff -urNp linux-2.6.39/drivers/net/wireless/iwlwifi/iwl-agn-rs.c linux-2.6.39/d
        IWL_DEBUG_RATE_LIMIT(priv, "get frame ack response, update rate scale window\n");
  
        /* Treat uninitialized rate scaling data same as non-existing. */
-@@ -2894,6 +2896,8 @@ static void rs_fill_link_cmd(struct iwl_
+@@ -2918,6 +2920,8 @@ static void rs_fill_link_cmd(struct iwl_
                container_of(lq_sta, struct iwl_station_priv, lq_sta);
        struct iwl_link_quality_cmd *lq_cmd = &lq_sta->lq;
  
@@ -36108,46 +30739,10 @@ diff -urNp linux-2.6.39/drivers/net/wireless/iwlwifi/iwl-agn-rs.c linux-2.6.39/d
        /* Override starting rate (index 0) if needed for debug purposes */
        rs_dbgfs_set_mcs(lq_sta, &new_rate, index);
  
-diff -urNp linux-2.6.39/drivers/net/wireless/iwlwifi/iwl-core.h linux-2.6.39/drivers/net/wireless/iwlwifi/iwl-core.h
---- linux-2.6.39/drivers/net/wireless/iwlwifi/iwl-core.h       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/net/wireless/iwlwifi/iwl-core.h       2011-05-22 19:36:32.000000000 -0400
-@@ -198,28 +198,25 @@ struct iwl_lib_ops {
-       int (*set_channel_switch)(struct iwl_priv *priv,
-                                 struct ieee80211_channel_switch *ch_switch);
-       /* power management */
--      struct iwl_apm_ops apm_ops;
-+      const struct iwl_apm_ops apm_ops;
-       /* power */
-       int (*send_tx_power) (struct iwl_priv *priv);
-       void (*update_chain_flags)(struct iwl_priv *priv);
-       /* isr */
--      struct iwl_isr_ops isr_ops;
-+      const struct iwl_isr_ops isr_ops;
-       /* eeprom operations (as defined in iwl-eeprom.h) */
-       struct iwl_eeprom_ops eeprom_ops;
-       /* temperature */
--      struct iwl_temp_ops temp_ops;
-+      const struct iwl_temp_ops temp_ops;
-       int (*txfifo_flush)(struct iwl_priv *priv, u16 flush_control);
-       void (*dev_txfifo_flush)(struct iwl_priv *priv, u16 flush_control);
--      struct iwl_debugfs_ops debugfs_ops;
--
--      /* thermal throttling */
--      struct iwl_tt_ops tt_ops;
-+      const struct iwl_debugfs_ops debugfs_ops;const struct iwl_tt_ops tt_ops;
- };
- struct iwl_led_ops {
-diff -urNp linux-2.6.39/drivers/net/wireless/iwlwifi/iwl-debugfs.c linux-2.6.39/drivers/net/wireless/iwlwifi/iwl-debugfs.c
---- linux-2.6.39/drivers/net/wireless/iwlwifi/iwl-debugfs.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/net/wireless/iwlwifi/iwl-debugfs.c    2011-05-22 19:36:32.000000000 -0400
-@@ -549,6 +549,8 @@ static ssize_t iwl_dbgfs_status_read(str
+diff -urNp linux-3.0.4/drivers/net/wireless/iwlwifi/iwl-debugfs.c linux-3.0.4/drivers/net/wireless/iwlwifi/iwl-debugfs.c
+--- linux-3.0.4/drivers/net/wireless/iwlwifi/iwl-debugfs.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/net/wireless/iwlwifi/iwl-debugfs.c     2011-08-23 21:48:14.000000000 -0400
+@@ -548,6 +548,8 @@ static ssize_t iwl_dbgfs_status_read(str
        int pos = 0;
        const size_t bufsz = sizeof(buf);
  
@@ -36156,7 +30751,7 @@ diff -urNp linux-2.6.39/drivers/net/wireless/iwlwifi/iwl-debugfs.c linux-2.6.39/
        pos += scnprintf(buf + pos, bufsz - pos, "STATUS_HCMD_ACTIVE:\t %d\n",
                test_bit(STATUS_HCMD_ACTIVE, &priv->status));
        pos += scnprintf(buf + pos, bufsz - pos, "STATUS_INT_ENABLED:\t %d\n",
-@@ -681,6 +683,8 @@ static ssize_t iwl_dbgfs_qos_read(struct
+@@ -680,6 +682,8 @@ static ssize_t iwl_dbgfs_qos_read(struct
        char buf[256 * NUM_IWL_RXON_CTX];
        const size_t bufsz = sizeof(buf);
  
@@ -36165,9 +30760,9 @@ diff -urNp linux-2.6.39/drivers/net/wireless/iwlwifi/iwl-debugfs.c linux-2.6.39/
        for_each_context(priv, ctx) {
                pos += scnprintf(buf + pos, bufsz - pos, "context %d:\n",
                                 ctx->ctxid);
-diff -urNp linux-2.6.39/drivers/net/wireless/iwlwifi/iwl-debug.h linux-2.6.39/drivers/net/wireless/iwlwifi/iwl-debug.h
---- linux-2.6.39/drivers/net/wireless/iwlwifi/iwl-debug.h      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/net/wireless/iwlwifi/iwl-debug.h      2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/drivers/net/wireless/iwlwifi/iwl-debug.h linux-3.0.4/drivers/net/wireless/iwlwifi/iwl-debug.h
+--- linux-3.0.4/drivers/net/wireless/iwlwifi/iwl-debug.h       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/net/wireless/iwlwifi/iwl-debug.h       2011-08-23 21:47:55.000000000 -0400
 @@ -68,8 +68,8 @@ do {                                    
  } while (0)
  
@@ -36179,21 +30774,9 @@ diff -urNp linux-2.6.39/drivers/net/wireless/iwlwifi/iwl-debug.h linux-2.6.39/dr
  static inline void iwl_print_hex_dump(struct iwl_priv *priv, int level,
                                      const void *p, u32 len)
  {}
-diff -urNp linux-2.6.39/drivers/net/wireless/iwmc3200wifi/cfg80211.c linux-2.6.39/drivers/net/wireless/iwmc3200wifi/cfg80211.c
---- linux-2.6.39/drivers/net/wireless/iwmc3200wifi/cfg80211.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/net/wireless/iwmc3200wifi/cfg80211.c  2011-05-22 19:36:32.000000000 -0400
-@@ -763,7 +763,7 @@ static int iwm_cfg80211_flush_pmksa(stru
- }
--static struct cfg80211_ops iwm_cfg80211_ops = {
-+static const struct cfg80211_ops iwm_cfg80211_ops = {
-       .change_virtual_intf = iwm_cfg80211_change_iface,
-       .add_key = iwm_cfg80211_add_key,
-       .get_key = iwm_cfg80211_get_key,
-diff -urNp linux-2.6.39/drivers/net/wireless/iwmc3200wifi/debugfs.c linux-2.6.39/drivers/net/wireless/iwmc3200wifi/debugfs.c
---- linux-2.6.39/drivers/net/wireless/iwmc3200wifi/debugfs.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/net/wireless/iwmc3200wifi/debugfs.c   2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/drivers/net/wireless/iwmc3200wifi/debugfs.c linux-3.0.4/drivers/net/wireless/iwmc3200wifi/debugfs.c
+--- linux-3.0.4/drivers/net/wireless/iwmc3200wifi/debugfs.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/net/wireless/iwmc3200wifi/debugfs.c    2011-08-23 21:48:14.000000000 -0400
 @@ -327,6 +327,8 @@ static ssize_t iwm_debugfs_fw_err_read(s
        int buf_len = 512;
        size_t len = 0;
@@ -36203,33 +30786,27 @@ diff -urNp linux-2.6.39/drivers/net/wireless/iwmc3200wifi/debugfs.c linux-2.6.39
        if (*ppos != 0)
                return 0;
        if (count < sizeof(buf))
-diff -urNp linux-2.6.39/drivers/net/wireless/libertas/cfg.c linux-2.6.39/drivers/net/wireless/libertas/cfg.c
---- linux-2.6.39/drivers/net/wireless/libertas/cfg.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/net/wireless/libertas/cfg.c   2011-05-22 19:36:32.000000000 -0400
-@@ -2003,7 +2003,7 @@ static int lbs_leave_ibss(struct wiphy *
-  * Initialization
-  */
+diff -urNp linux-3.0.4/drivers/net/wireless/mac80211_hwsim.c linux-3.0.4/drivers/net/wireless/mac80211_hwsim.c
+--- linux-3.0.4/drivers/net/wireless/mac80211_hwsim.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/net/wireless/mac80211_hwsim.c  2011-08-23 21:47:55.000000000 -0400
+@@ -1260,9 +1260,11 @@ static int __init init_mac80211_hwsim(vo
+               return -EINVAL;
  
--static struct cfg80211_ops lbs_cfg80211_ops = {
-+static const struct cfg80211_ops lbs_cfg80211_ops = {
-       .set_channel = lbs_cfg_set_channel,
-       .scan = lbs_cfg_scan,
-       .connect = lbs_cfg_connect,
-diff -urNp linux-2.6.39/drivers/net/wireless/libertas/debugfs.c linux-2.6.39/drivers/net/wireless/libertas/debugfs.c
---- linux-2.6.39/drivers/net/wireless/libertas/debugfs.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/net/wireless/libertas/debugfs.c       2011-05-22 19:36:32.000000000 -0400
-@@ -702,7 +702,7 @@ out_unlock:
- struct lbs_debugfs_files {
-       const char *name;
-       int perm;
--      struct file_operations fops;
-+      const struct file_operations fops;
- };
+       if (fake_hw_scan) {
+-              mac80211_hwsim_ops.hw_scan = mac80211_hwsim_hw_scan;
+-              mac80211_hwsim_ops.sw_scan_start = NULL;
+-              mac80211_hwsim_ops.sw_scan_complete = NULL;
++              pax_open_kernel();
++              *(void **)&mac80211_hwsim_ops.hw_scan = mac80211_hwsim_hw_scan;
++              *(void **)&mac80211_hwsim_ops.sw_scan_start = NULL;
++              *(void **)&mac80211_hwsim_ops.sw_scan_complete = NULL;
++              pax_close_kernel();
+       }
  
- static const struct lbs_debugfs_files debugfs_files[] = {
-diff -urNp linux-2.6.39/drivers/net/wireless/rndis_wlan.c linux-2.6.39/drivers/net/wireless/rndis_wlan.c
---- linux-2.6.39/drivers/net/wireless/rndis_wlan.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/net/wireless/rndis_wlan.c     2011-05-22 19:36:32.000000000 -0400
+       spin_lock_init(&hwsim_radio_lock);
+diff -urNp linux-3.0.4/drivers/net/wireless/rndis_wlan.c linux-3.0.4/drivers/net/wireless/rndis_wlan.c
+--- linux-3.0.4/drivers/net/wireless/rndis_wlan.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/net/wireless/rndis_wlan.c      2011-08-23 21:47:55.000000000 -0400
 @@ -1277,7 +1277,7 @@ static int set_rts_threshold(struct usbn
  
        netdev_dbg(usbdev->net, "%s(): %i\n", __func__, rts_threshold);
@@ -36239,34 +30816,10 @@ diff -urNp linux-2.6.39/drivers/net/wireless/rndis_wlan.c linux-2.6.39/drivers/n
                rts_threshold = 2347;
  
        tmp = cpu_to_le32(rts_threshold);
-diff -urNp linux-2.6.39/drivers/net/wireless/rtlwifi/pci.c linux-2.6.39/drivers/net/wireless/rtlwifi/pci.c
---- linux-2.6.39/drivers/net/wireless/rtlwifi/pci.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/net/wireless/rtlwifi/pci.c    2011-05-22 19:36:32.000000000 -0400
-@@ -1869,7 +1869,7 @@ int rtl_pci_resume(struct pci_dev *pdev)
- }
- EXPORT_SYMBOL(rtl_pci_resume);
--struct rtl_intf_ops rtl_pci_ops = {
-+const struct rtl_intf_ops rtl_pci_ops = {
-       .adapter_start = rtl_pci_start,
-       .adapter_stop = rtl_pci_stop,
-       .adapter_tx = rtl_pci_tx,
-diff -urNp linux-2.6.39/drivers/net/wireless/rtlwifi/pci.h linux-2.6.39/drivers/net/wireless/rtlwifi/pci.h
---- linux-2.6.39/drivers/net/wireless/rtlwifi/pci.h    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/net/wireless/rtlwifi/pci.h    2011-05-22 19:36:32.000000000 -0400
-@@ -234,7 +234,7 @@ struct rtl_pci_priv {
- int rtl_pci_reset_trx_ring(struct ieee80211_hw *hw);
--extern struct rtl_intf_ops rtl_pci_ops;
-+extern const struct rtl_intf_ops rtl_pci_ops;
- int __devinit rtl_pci_probe(struct pci_dev *pdev,
-                           const struct pci_device_id *id);
-diff -urNp linux-2.6.39/drivers/net/wireless/rtlwifi/rtl8192c/phy_common.c linux-2.6.39/drivers/net/wireless/rtlwifi/rtl8192c/phy_common.c
---- linux-2.6.39/drivers/net/wireless/rtlwifi/rtl8192c/phy_common.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/net/wireless/rtlwifi/rtl8192c/phy_common.c    2011-05-22 19:36:32.000000000 -0400
-@@ -827,6 +827,8 @@ static bool _rtl92c_phy_sw_chnl_step_by_
+diff -urNp linux-3.0.4/drivers/net/wireless/rtlwifi/rtl8192c/phy_common.c linux-3.0.4/drivers/net/wireless/rtlwifi/rtl8192c/phy_common.c
+--- linux-3.0.4/drivers/net/wireless/rtlwifi/rtl8192c/phy_common.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/net/wireless/rtlwifi/rtl8192c/phy_common.c     2011-08-23 21:48:14.000000000 -0400
+@@ -837,6 +837,8 @@ bool _rtl92c_phy_sw_chnl_step_by_step(st
        u8 rfpath;
        u8 num_total_rfpath = rtlphy->num_total_rfpath;
  
@@ -36275,84 +30828,21 @@ diff -urNp linux-2.6.39/drivers/net/wireless/rtlwifi/rtl8192c/phy_common.c linux
        precommoncmdcnt = 0;
        _rtl92c_phy_set_sw_chnl_cmdarray(precommoncmd, precommoncmdcnt++,
                                         MAX_PRECMD_CNT,
-diff -urNp linux-2.6.39/drivers/net/wireless/rtlwifi/rtl8192ce/sw.c linux-2.6.39/drivers/net/wireless/rtlwifi/rtl8192ce/sw.c
---- linux-2.6.39/drivers/net/wireless/rtlwifi/rtl8192ce/sw.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/net/wireless/rtlwifi/rtl8192ce/sw.c   2011-05-22 19:36:32.000000000 -0400
-@@ -96,7 +96,7 @@ void rtl92c_deinit_sw_vars(struct ieee80
-       }
- }
--static struct rtl_hal_ops rtl8192ce_hal_ops = {
-+static const struct rtl_hal_ops rtl8192ce_hal_ops = {
-       .init_sw_vars = rtl92c_init_sw_vars,
-       .deinit_sw_vars = rtl92c_deinit_sw_vars,
-       .read_eeprom_info = rtl92ce_read_eeprom_info,
-@@ -151,7 +151,7 @@ static struct rtl_mod_params rtl92ce_mod
-       .sw_crypto = 0,
- };
--static struct rtl_hal_cfg rtl92ce_hal_cfg = {
-+static const struct rtl_hal_cfg rtl92ce_hal_cfg = {
-       .name = "rtl92c_pci",
-       .fw_name = "rtlwifi/rtl8192cfw.bin",
-       .ops = &rtl8192ce_hal_ops,
-diff -urNp linux-2.6.39/drivers/net/wireless/rtlwifi/rtl8192cu/sw.c linux-2.6.39/drivers/net/wireless/rtlwifi/rtl8192cu/sw.c
---- linux-2.6.39/drivers/net/wireless/rtlwifi/rtl8192cu/sw.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/net/wireless/rtlwifi/rtl8192cu/sw.c   2011-05-22 19:36:32.000000000 -0400
-@@ -77,7 +77,7 @@ static void rtl92cu_deinit_sw_vars(struc
-       }
- }
--static struct rtl_hal_ops rtl8192cu_hal_ops = {
-+static const struct rtl_hal_ops rtl8192cu_hal_ops = {
-       .init_sw_vars = rtl92cu_init_sw_vars,
-       .deinit_sw_vars = rtl92cu_deinit_sw_vars,
-       .read_chip_version = rtl92c_read_chip_version,
-@@ -147,7 +147,7 @@ static struct rtl_hal_usbint_cfg rtl92cu
-       .usb_mq_to_hwq = rtl8192cu_mq_to_hwq,
- };
--static struct rtl_hal_cfg rtl92cu_hal_cfg = {
-+static const struct rtl_hal_cfg rtl92cu_hal_cfg = {
-       .name = "rtl92c_usb",
-       .fw_name = "rtlwifi/rtl8192cufw.bin",
-       .ops = &rtl8192cu_hal_ops,
-diff -urNp linux-2.6.39/drivers/net/wireless/rtlwifi/usb.c linux-2.6.39/drivers/net/wireless/rtlwifi/usb.c
---- linux-2.6.39/drivers/net/wireless/rtlwifi/usb.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/net/wireless/rtlwifi/usb.c    2011-05-22 19:36:32.000000000 -0400
-@@ -913,7 +913,7 @@ static bool rtl_usb_tx_chk_waitq_insert(
-       return false;
- }
--static struct rtl_intf_ops rtl_usb_ops = {
-+static const struct rtl_intf_ops rtl_usb_ops = {
-       .adapter_start = rtl_usb_start,
-       .adapter_stop = rtl_usb_stop,
-       .adapter_tx = rtl_usb_tx,
-diff -urNp linux-2.6.39/drivers/net/wireless/rtlwifi/wifi.h linux-2.6.39/drivers/net/wireless/rtlwifi/wifi.h
---- linux-2.6.39/drivers/net/wireless/rtlwifi/wifi.h   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/net/wireless/rtlwifi/wifi.h   2011-05-22 19:36:32.000000000 -0400
-@@ -1447,7 +1447,7 @@ struct rtl_hal_cfg {
-       u8 bar_id;
-       char *name;
-       char *fw_name;
--      struct rtl_hal_ops *ops;
-+      const struct rtl_hal_ops *ops;
-       struct rtl_mod_params *mod_params;
-       struct rtl_hal_usbint_cfg *usb_interface_cfg;
-@@ -1533,7 +1533,7 @@ struct rtl_priv {
-        *intf_ops : for diff interrface usb/pcie
-        */
-       struct rtl_hal_cfg *cfg;
--      struct rtl_intf_ops *intf_ops;
-+      const struct rtl_intf_ops *intf_ops;
-       /*this var will be set by set_bit,
-          and was used to indicate status of
-diff -urNp linux-2.6.39/drivers/net/wireless/wl12xx/spi.c linux-2.6.39/drivers/net/wireless/wl12xx/spi.c
---- linux-2.6.39/drivers/net/wireless/wl12xx/spi.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/net/wireless/wl12xx/spi.c     2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/drivers/net/wireless/wl1251/wl1251.h linux-3.0.4/drivers/net/wireless/wl1251/wl1251.h
+--- linux-3.0.4/drivers/net/wireless/wl1251/wl1251.h   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/net/wireless/wl1251/wl1251.h   2011-08-23 21:47:55.000000000 -0400
+@@ -266,7 +266,7 @@ struct wl1251_if_operations {
+       void (*reset)(struct wl1251 *wl);
+       void (*enable_irq)(struct wl1251 *wl);
+       void (*disable_irq)(struct wl1251 *wl);
+-};
++} __no_const;
+ struct wl1251 {
+       struct ieee80211_hw *hw;
+diff -urNp linux-3.0.4/drivers/net/wireless/wl12xx/spi.c linux-3.0.4/drivers/net/wireless/wl12xx/spi.c
+--- linux-3.0.4/drivers/net/wireless/wl12xx/spi.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/net/wireless/wl12xx/spi.c      2011-08-23 21:48:14.000000000 -0400
 @@ -280,6 +280,8 @@ static void wl1271_spi_raw_write(struct 
        u32 chunk_len;
        int i;
@@ -36362,94 +30852,10 @@ diff -urNp linux-2.6.39/drivers/net/wireless/wl12xx/spi.c linux-2.6.39/drivers/n
        WARN_ON(len > WL1271_AGGR_BUFFER_SIZE);
  
        spi_message_init(&m);
-diff -urNp linux-2.6.39/drivers/net/xen-netback/interface.c linux-2.6.39/drivers/net/xen-netback/interface.c
---- linux-2.6.39/drivers/net/xen-netback/interface.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/net/xen-netback/interface.c   2011-05-22 19:36:32.000000000 -0400
-@@ -273,7 +273,7 @@ static void xenvif_get_strings(struct ne
-       }
- }
--static struct ethtool_ops xenvif_ethtool_ops = {
-+static const struct ethtool_ops xenvif_ethtool_ops = {
-       .get_tx_csum    = ethtool_op_get_tx_csum,
-       .set_tx_csum    = xenvif_set_tx_csum,
-       .get_sg         = ethtool_op_get_sg,
-diff -urNp linux-2.6.39/drivers/net/xilinx_emaclite.c linux-2.6.39/drivers/net/xilinx_emaclite.c
---- linux-2.6.39/drivers/net/xilinx_emaclite.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/net/xilinx_emaclite.c 2011-05-22 19:36:32.000000000 -0400
-@@ -1085,7 +1085,7 @@ static bool get_bool(struct platform_dev
-       }
- }
--static struct net_device_ops xemaclite_netdev_ops;
-+static const struct net_device_ops xemaclite_netdev_ops;
- /**
-  * xemaclite_of_probe - Probe method for the Emaclite device.
-@@ -1264,7 +1264,7 @@ xemaclite_poll_controller(struct net_dev
- }
- #endif
--static struct net_device_ops xemaclite_netdev_ops = {
-+static const struct net_device_ops xemaclite_netdev_ops = {
-       .ndo_open               = xemaclite_open,
-       .ndo_stop               = xemaclite_close,
-       .ndo_start_xmit         = xemaclite_send,
-diff -urNp linux-2.6.39/drivers/nfc/pn544.c linux-2.6.39/drivers/nfc/pn544.c
---- linux-2.6.39/drivers/nfc/pn544.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/nfc/pn544.c   2011-05-22 19:36:32.000000000 -0400
-@@ -89,7 +89,7 @@ static ssize_t pn544_test(struct device 
- static int pn544_enable(struct pn544_info *info, int mode)
- {
--      struct pn544_nfc_platform_data *pdata;
-+      const struct pn544_nfc_platform_data *pdata;
-       struct i2c_client *client = info->i2c_dev;
-       int r;
-@@ -118,7 +118,7 @@ static int pn544_enable(struct pn544_inf
- static void pn544_disable(struct pn544_info *info)
- {
--      struct pn544_nfc_platform_data *pdata;
-+      const struct pn544_nfc_platform_data *pdata;
-       struct i2c_client *client = info->i2c_dev;
-       pdata = client->dev.platform_data;
-@@ -509,7 +509,7 @@ static long pn544_ioctl(struct file *fil
-       struct pn544_info *info = container_of(file->private_data,
-                                              struct pn544_info, miscdev);
-       struct i2c_client *client = info->i2c_dev;
--      struct pn544_nfc_platform_data *pdata;
-+      const struct pn544_nfc_platform_data *pdata;
-       unsigned int val;
-       int r = 0;
-@@ -715,7 +715,7 @@ static int __devinit pn544_probe(struct 
-                                const struct i2c_device_id *id)
- {
-       struct pn544_info *info;
--      struct pn544_nfc_platform_data *pdata;
-+      const struct pn544_nfc_platform_data *pdata;
-       int r = 0;
-       dev_dbg(&client->dev, "%s\n", __func__);
-diff -urNp linux-2.6.39/drivers/of/pdt.c linux-2.6.39/drivers/of/pdt.c
---- linux-2.6.39/drivers/of/pdt.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/of/pdt.c      2011-05-22 19:36:32.000000000 -0400
-@@ -24,7 +24,7 @@
- #include <linux/of_pdt.h>
- #include <asm/prom.h>
--static struct of_pdt_ops *of_pdt_prom_ops __initdata;
-+static const struct of_pdt_ops *of_pdt_prom_ops;
- void __initdata (*of_pdt_build_more)(struct device_node *dp,
-               struct device_node ***nextp);
-diff -urNp linux-2.6.39/drivers/oprofile/buffer_sync.c linux-2.6.39/drivers/oprofile/buffer_sync.c
---- linux-2.6.39/drivers/oprofile/buffer_sync.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/oprofile/buffer_sync.c        2011-05-22 19:36:32.000000000 -0400
-@@ -342,7 +342,7 @@ static void add_data(struct op_entry *en
+diff -urNp linux-3.0.4/drivers/oprofile/buffer_sync.c linux-3.0.4/drivers/oprofile/buffer_sync.c
+--- linux-3.0.4/drivers/oprofile/buffer_sync.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/oprofile/buffer_sync.c 2011-08-23 21:47:55.000000000 -0400
+@@ -343,7 +343,7 @@ static void add_data(struct op_entry *en
                if (cookie == NO_COOKIE)
                        offset = pc;
                if (cookie == INVALID_COOKIE) {
@@ -36458,7 +30864,7 @@ diff -urNp linux-2.6.39/drivers/oprofile/buffer_sync.c linux-2.6.39/drivers/opro
                        offset = pc;
                }
                if (cookie != last_cookie) {
-@@ -386,14 +386,14 @@ add_sample(struct mm_struct *mm, struct 
+@@ -387,14 +387,14 @@ add_sample(struct mm_struct *mm, struct 
        /* add userspace sample */
  
        if (!mm) {
@@ -36475,7 +30881,7 @@ diff -urNp linux-2.6.39/drivers/oprofile/buffer_sync.c linux-2.6.39/drivers/opro
                return 0;
        }
  
-@@ -562,7 +562,7 @@ void sync_buffer(int cpu)
+@@ -563,7 +563,7 @@ void sync_buffer(int cpu)
                /* ignore backtraces if failed to add a sample */
                if (state == sb_bt_start) {
                        state = sb_bt_ignore;
@@ -36484,9 +30890,9 @@ diff -urNp linux-2.6.39/drivers/oprofile/buffer_sync.c linux-2.6.39/drivers/opro
                }
        }
        release_mm(mm);
-diff -urNp linux-2.6.39/drivers/oprofile/event_buffer.c linux-2.6.39/drivers/oprofile/event_buffer.c
---- linux-2.6.39/drivers/oprofile/event_buffer.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/oprofile/event_buffer.c       2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/drivers/oprofile/event_buffer.c linux-3.0.4/drivers/oprofile/event_buffer.c
+--- linux-3.0.4/drivers/oprofile/event_buffer.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/oprofile/event_buffer.c        2011-08-23 21:47:55.000000000 -0400
 @@ -53,7 +53,7 @@ void add_event_entry(unsigned long value
        }
  
@@ -36496,9 +30902,9 @@ diff -urNp linux-2.6.39/drivers/oprofile/event_buffer.c linux-2.6.39/drivers/opr
                return;
        }
  
-diff -urNp linux-2.6.39/drivers/oprofile/oprof.c linux-2.6.39/drivers/oprofile/oprof.c
---- linux-2.6.39/drivers/oprofile/oprof.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/oprofile/oprof.c      2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/drivers/oprofile/oprof.c linux-3.0.4/drivers/oprofile/oprof.c
+--- linux-3.0.4/drivers/oprofile/oprof.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/oprofile/oprof.c       2011-08-23 21:47:55.000000000 -0400
 @@ -110,7 +110,7 @@ static void switch_worker(struct work_st
        if (oprofile_ops.switch_events())
                return;
@@ -36508,9 +30914,9 @@ diff -urNp linux-2.6.39/drivers/oprofile/oprof.c linux-2.6.39/drivers/oprofile/o
        start_switch_worker();
  }
  
-diff -urNp linux-2.6.39/drivers/oprofile/oprofilefs.c linux-2.6.39/drivers/oprofile/oprofilefs.c
---- linux-2.6.39/drivers/oprofile/oprofilefs.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/oprofile/oprofilefs.c 2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/drivers/oprofile/oprofilefs.c linux-3.0.4/drivers/oprofile/oprofilefs.c
+--- linux-3.0.4/drivers/oprofile/oprofilefs.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/oprofile/oprofilefs.c  2011-08-23 21:47:55.000000000 -0400
 @@ -186,7 +186,7 @@ static const struct file_operations atom
  
  
@@ -36520,9 +30926,9 @@ diff -urNp linux-2.6.39/drivers/oprofile/oprofilefs.c linux-2.6.39/drivers/oprof
  {
        return __oprofilefs_create_file(sb, root, name,
                                        &atomic_ro_fops, 0444, val);
-diff -urNp linux-2.6.39/drivers/oprofile/oprofile_stats.c linux-2.6.39/drivers/oprofile/oprofile_stats.c
---- linux-2.6.39/drivers/oprofile/oprofile_stats.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/oprofile/oprofile_stats.c     2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/drivers/oprofile/oprofile_stats.c linux-3.0.4/drivers/oprofile/oprofile_stats.c
+--- linux-3.0.4/drivers/oprofile/oprofile_stats.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/oprofile/oprofile_stats.c      2011-08-23 21:47:55.000000000 -0400
 @@ -30,11 +30,11 @@ void oprofile_reset_stats(void)
                cpu_buf->sample_invalid_eip = 0;
        }
@@ -36540,9 +30946,9 @@ diff -urNp linux-2.6.39/drivers/oprofile/oprofile_stats.c linux-2.6.39/drivers/o
  }
  
  
-diff -urNp linux-2.6.39/drivers/oprofile/oprofile_stats.h linux-2.6.39/drivers/oprofile/oprofile_stats.h
---- linux-2.6.39/drivers/oprofile/oprofile_stats.h     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/oprofile/oprofile_stats.h     2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/drivers/oprofile/oprofile_stats.h linux-3.0.4/drivers/oprofile/oprofile_stats.h
+--- linux-3.0.4/drivers/oprofile/oprofile_stats.h      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/oprofile/oprofile_stats.h      2011-08-23 21:47:55.000000000 -0400
 @@ -13,11 +13,11 @@
  #include <asm/atomic.h>
  
@@ -36560,51 +30966,9 @@ diff -urNp linux-2.6.39/drivers/oprofile/oprofile_stats.h linux-2.6.39/drivers/o
  };
  
  extern struct oprofile_stat_struct oprofile_stats;
-diff -urNp linux-2.6.39/drivers/parisc/dino.c linux-2.6.39/drivers/parisc/dino.c
---- linux-2.6.39/drivers/parisc/dino.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/parisc/dino.c 2011-05-22 19:36:32.000000000 -0400
-@@ -238,7 +238,7 @@ static int dino_cfg_write(struct pci_bus
-       return 0;
- }
--static struct pci_ops dino_cfg_ops = {
-+static const struct pci_ops dino_cfg_ops = {
-       .read =         dino_cfg_read,
-       .write =        dino_cfg_write,
- };
-diff -urNp linux-2.6.39/drivers/parisc/lba_pci.c linux-2.6.39/drivers/parisc/lba_pci.c
---- linux-2.6.39/drivers/parisc/lba_pci.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/parisc/lba_pci.c      2011-05-22 19:36:32.000000000 -0400
-@@ -468,7 +468,7 @@ static int elroy_cfg_write(struct pci_bu
- }
--static struct pci_ops elroy_cfg_ops = {
-+static const struct pci_ops elroy_cfg_ops = {
-       .read =         elroy_cfg_read,
-       .write =        elroy_cfg_write,
- };
-@@ -541,7 +541,7 @@ static int mercury_cfg_write(struct pci_
-       return 0;
- }
--static struct pci_ops mercury_cfg_ops = {
-+static const struct pci_ops mercury_cfg_ops = {
-       .read =         mercury_cfg_read,
-       .write =        mercury_cfg_write,
- };
-@@ -1405,7 +1405,7 @@ lba_driver_probe(struct parisc_device *d
- {
-       struct lba_device *lba_dev;
-       struct pci_bus *lba_bus;
--      struct pci_ops *cfg_ops;
-+      const struct pci_ops *cfg_ops;
-       u32 func_class;
-       void *tmp_obj;
-       char *version;
-diff -urNp linux-2.6.39/drivers/parport/procfs.c linux-2.6.39/drivers/parport/procfs.c
---- linux-2.6.39/drivers/parport/procfs.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/parport/procfs.c      2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/drivers/parport/procfs.c linux-3.0.4/drivers/parport/procfs.c
+--- linux-3.0.4/drivers/parport/procfs.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/parport/procfs.c       2011-08-23 21:47:55.000000000 -0400
 @@ -64,7 +64,7 @@ static int do_active_device(ctl_table *t
  
        *ppos += len;
@@ -36623,36 +30987,21 @@ diff -urNp linux-2.6.39/drivers/parport/procfs.c linux-2.6.39/drivers/parport/pr
  }
  #endif /* IEEE1284.3 support. */
  
-diff -urNp linux-2.6.39/drivers/pci/access.c linux-2.6.39/drivers/pci/access.c
---- linux-2.6.39/drivers/pci/access.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/pci/access.c  2011-05-22 19:36:32.000000000 -0400
-@@ -74,9 +74,9 @@ EXPORT_SYMBOL(pci_bus_write_config_dword
-  *
-  * Return previous raw operations
-  */
--struct pci_ops *pci_bus_set_ops(struct pci_bus *bus, struct pci_ops *ops)
-+const struct pci_ops *pci_bus_set_ops(struct pci_bus *bus, const struct pci_ops *ops)
- {
--      struct pci_ops *old_ops;
-+      const struct pci_ops *old_ops;
-       unsigned long flags;
-       raw_spin_lock_irqsave(&pci_lock, flags);
-diff -urNp linux-2.6.39/drivers/pci/hotplug/acpiphp_glue.c linux-2.6.39/drivers/pci/hotplug/acpiphp_glue.c
---- linux-2.6.39/drivers/pci/hotplug/acpiphp_glue.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/pci/hotplug/acpiphp_glue.c    2011-05-22 19:36:32.000000000 -0400
-@@ -110,7 +110,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.39/drivers/pci/hotplug/cpqphp_nvram.c linux-2.6.39/drivers/pci/hotplug/cpqphp_nvram.c
---- linux-2.6.39/drivers/pci/hotplug/cpqphp_nvram.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/pci/hotplug/cpqphp_nvram.c    2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/drivers/pci/hotplug/cpci_hotplug.h linux-3.0.4/drivers/pci/hotplug/cpci_hotplug.h
+--- linux-3.0.4/drivers/pci/hotplug/cpci_hotplug.h     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/pci/hotplug/cpci_hotplug.h     2011-08-23 21:47:55.000000000 -0400
+@@ -59,7 +59,7 @@ struct cpci_hp_controller_ops {
+       int (*hardware_test) (struct slot* slot, u32 value);
+       u8  (*get_power) (struct slot* slot);
+       int (*set_power) (struct slot* slot, int value);
+-};
++} __no_const;
+ struct cpci_hp_controller {
+       unsigned int irq;
+diff -urNp linux-3.0.4/drivers/pci/hotplug/cpqphp_nvram.c linux-3.0.4/drivers/pci/hotplug/cpqphp_nvram.c
+--- linux-3.0.4/drivers/pci/hotplug/cpqphp_nvram.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/pci/hotplug/cpqphp_nvram.c     2011-08-23 21:47:55.000000000 -0400
 @@ -428,9 +428,13 @@ static u32 store_HRT (void __iomem *rom_
  
  void compaq_nvram_init (void __iomem *rom_start)
@@ -36667,195 +31016,9 @@ diff -urNp linux-2.6.39/drivers/pci/hotplug/cpqphp_nvram.c linux-2.6.39/drivers/
        dbg("int15 entry  = %p\n", compaq_int15_entry_point);
  
        /* initialize our int15 lock */
-diff -urNp linux-2.6.39/drivers/pci/hotplug/shpchp.h linux-2.6.39/drivers/pci/hotplug/shpchp.h
---- linux-2.6.39/drivers/pci/hotplug/shpchp.h  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/pci/hotplug/shpchp.h  2011-05-22 19:36:32.000000000 -0400
-@@ -86,7 +86,7 @@ struct slot {
-       u8 presence_save;
-       u8 pwr_save;
-       struct controller *ctrl;
--      struct hpc_ops *hpc_ops;
-+      const struct hpc_ops *hpc_ops;
-       struct hotplug_slot *hotplug_slot;
-       struct list_head        slot_list;
-       struct delayed_work work;       /* work for button event */
-@@ -107,7 +107,7 @@ struct controller {
-       int slot_num_inc;               /* 1 or -1 */
-       struct pci_dev *pci_dev;
-       struct list_head slot_list;
--      struct hpc_ops *hpc_ops;
-+      const struct hpc_ops *hpc_ops;
-       wait_queue_head_t queue;        /* sleep & wake process */
-       u8 slot_device_offset;
-       u32 pcix_misc2_reg;     /* for amd pogo errata */
-diff -urNp linux-2.6.39/drivers/pci/hotplug/shpchp_hpc.c linux-2.6.39/drivers/pci/hotplug/shpchp_hpc.c
---- linux-2.6.39/drivers/pci/hotplug/shpchp_hpc.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/pci/hotplug/shpchp_hpc.c      2011-05-22 19:36:32.000000000 -0400
-@@ -910,7 +910,7 @@ static int shpc_get_max_bus_speed(struct
-       return retval;
- }
--static struct hpc_ops shpchp_hpc_ops = {
-+static const struct hpc_ops shpchp_hpc_ops = {
-       .power_on_slot                  = hpc_power_on_slot,
-       .slot_enable                    = hpc_slot_enable,
-       .slot_disable                   = hpc_slot_disable,
-diff -urNp linux-2.6.39/drivers/pci/intel-iommu.c linux-2.6.39/drivers/pci/intel-iommu.c
---- linux-2.6.39/drivers/pci/intel-iommu.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/pci/intel-iommu.c     2011-05-22 19:36:32.000000000 -0400
-@@ -391,7 +391,7 @@ static int intel_iommu_strict;
- static DEFINE_SPINLOCK(device_domain_lock);
- static LIST_HEAD(device_domain_list);
--static struct iommu_ops intel_iommu_ops;
-+static const struct iommu_ops intel_iommu_ops;
- static int __init intel_iommu_setup(char *str)
- {
-@@ -2945,7 +2945,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,
-@@ -3739,7 +3739,7 @@ static int intel_iommu_domain_has_cap(st
-       return 0;
- }
--static struct iommu_ops intel_iommu_ops = {
-+static const struct iommu_ops intel_iommu_ops = {
-       .domain_init    = intel_iommu_domain_init,
-       .domain_destroy = intel_iommu_domain_destroy,
-       .attach_dev     = intel_iommu_attach_device,
-diff -urNp linux-2.6.39/drivers/pci/pci-acpi.c linux-2.6.39/drivers/pci/pci-acpi.c
---- linux-2.6.39/drivers/pci/pci-acpi.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/pci/pci-acpi.c        2011-05-22 19:36:32.000000000 -0400
-@@ -332,7 +332,7 @@ static int acpi_pci_run_wake(struct pci_
-       return 0;
- }
--static struct pci_platform_pm_ops acpi_pci_platform_pm = {
-+static const struct pci_platform_pm_ops acpi_pci_platform_pm = {
-       .is_manageable = acpi_pci_power_manageable,
-       .set_state = acpi_pci_set_power_state,
-       .choose_state = acpi_pci_choose_state,
-diff -urNp linux-2.6.39/drivers/pci/pci.c linux-2.6.39/drivers/pci/pci.c
---- linux-2.6.39/drivers/pci/pci.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/pci/pci.c     2011-05-22 19:36:32.000000000 -0400
-@@ -480,9 +480,9 @@ pci_restore_bars(struct pci_dev *dev)
-               pci_update_resource(dev, i);
- }
--static struct pci_platform_pm_ops *pci_platform_pm;
-+static const struct pci_platform_pm_ops *pci_platform_pm;
--int pci_set_platform_pm(struct pci_platform_pm_ops *ops)
-+int pci_set_platform_pm(const struct pci_platform_pm_ops *ops)
- {
-       if (!ops->is_manageable || !ops->set_state || !ops->choose_state
-           || !ops->sleep_wake || !ops->can_wakeup)
-diff -urNp linux-2.6.39/drivers/pci/pcie/aer/aerdrv_core.c linux-2.6.39/drivers/pci/pcie/aer/aerdrv_core.c
---- linux-2.6.39/drivers/pci/pcie/aer/aerdrv_core.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/pci/pcie/aer/aerdrv_core.c    2011-05-22 19:36:32.000000000 -0400
-@@ -239,7 +239,7 @@ static bool find_source_device(struct pc
- static int report_error_detected(struct pci_dev *dev, void *data)
- {
-       pci_ers_result_t vote;
--      struct pci_error_handlers *err_handler;
-+      const struct pci_error_handlers *err_handler;
-       struct aer_broadcast_data *result_data;
-       result_data = (struct aer_broadcast_data *) data;
-@@ -273,7 +273,7 @@ static int report_error_detected(struct 
- static int report_mmio_enabled(struct pci_dev *dev, void *data)
- {
-       pci_ers_result_t vote;
--      struct pci_error_handlers *err_handler;
-+      const struct pci_error_handlers *err_handler;
-       struct aer_broadcast_data *result_data;
-       result_data = (struct aer_broadcast_data *) data;
-@@ -291,7 +291,7 @@ static int report_mmio_enabled(struct pc
- static int report_slot_reset(struct pci_dev *dev, void *data)
- {
-       pci_ers_result_t vote;
--      struct pci_error_handlers *err_handler;
-+      const struct pci_error_handlers *err_handler;
-       struct aer_broadcast_data *result_data;
-       result_data = (struct aer_broadcast_data *) data;
-@@ -308,7 +308,7 @@ static int report_slot_reset(struct pci_
- static int report_resume(struct pci_dev *dev, void *data)
- {
--      struct pci_error_handlers *err_handler;
-+      const struct pci_error_handlers *err_handler;
-       dev->error_state = pci_channel_io_normal;
-diff -urNp linux-2.6.39/drivers/pci/pcie/aer/aer_inject.c linux-2.6.39/drivers/pci/pcie/aer/aer_inject.c
---- linux-2.6.39/drivers/pci/pcie/aer/aer_inject.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/pci/pcie/aer/aer_inject.c     2011-05-22 19:36:32.000000000 -0400
-@@ -64,7 +64,7 @@ struct aer_error {
- struct pci_bus_ops {
-       struct list_head list;
-       struct pci_bus *bus;
--      struct pci_ops *ops;
-+      const struct pci_ops *ops;
- };
- static LIST_HEAD(einjected);
-@@ -110,7 +110,7 @@ static struct aer_error *__find_aer_erro
- }
- /* inject_lock must be held before calling */
--static struct pci_ops *__find_pci_bus_ops(struct pci_bus *bus)
-+static const struct pci_ops *__find_pci_bus_ops(struct pci_bus *bus)
- {
-       struct pci_bus_ops *bus_ops;
-@@ -187,7 +187,7 @@ static int pci_read_aer(struct pci_bus *
-       u32 *sim;
-       struct aer_error *err;
-       unsigned long flags;
--      struct pci_ops *ops;
-+      const struct pci_ops *ops;
-       int domain;
-       spin_lock_irqsave(&inject_lock, flags);
-@@ -219,7 +219,7 @@ int pci_write_aer(struct pci_bus *bus, u
-       struct aer_error *err;
-       unsigned long flags;
-       int rw1cs;
--      struct pci_ops *ops;
-+      const struct pci_ops *ops;
-       int domain;
-       spin_lock_irqsave(&inject_lock, flags);
-@@ -254,7 +254,7 @@ static struct pci_ops pci_ops_aer = {
- static void pci_bus_ops_init(struct pci_bus_ops *bus_ops,
-                            struct pci_bus *bus,
--                           struct pci_ops *ops)
-+                           const struct pci_ops *ops)
- {
-       INIT_LIST_HEAD(&bus_ops->list);
-       bus_ops->bus = bus;
-@@ -263,7 +263,7 @@ static void pci_bus_ops_init(struct pci_
- static int pci_bus_set_aer_ops(struct pci_bus *bus)
- {
--      struct pci_ops *ops;
-+      const struct pci_ops *ops;
-       struct pci_bus_ops *bus_ops;
-       unsigned long flags;
-diff -urNp linux-2.6.39/drivers/pci/pcie/aspm.c linux-2.6.39/drivers/pci/pcie/aspm.c
---- linux-2.6.39/drivers/pci/pcie/aspm.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/pci/pcie/aspm.c       2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/drivers/pci/pcie/aspm.c linux-3.0.4/drivers/pci/pcie/aspm.c
+--- linux-3.0.4/drivers/pci/pcie/aspm.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/pci/pcie/aspm.c        2011-08-23 21:47:55.000000000 -0400
 @@ -27,9 +27,9 @@
  #define MODULE_PARAM_PREFIX "pcie_aspm."
  
@@ -36869,39 +31032,10 @@ diff -urNp linux-2.6.39/drivers/pci/pcie/aspm.c linux-2.6.39/drivers/pci/pcie/as
  #define ASPM_STATE_L0S                (ASPM_STATE_L0S_UP | ASPM_STATE_L0S_DW)
  #define ASPM_STATE_ALL                (ASPM_STATE_L0S | ASPM_STATE_L1)
  
-diff -urNp linux-2.6.39/drivers/pci/pci.h linux-2.6.39/drivers/pci/pci.h
---- linux-2.6.39/drivers/pci/pci.h     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/pci/pci.h     2011-05-22 19:36:32.000000000 -0400
-@@ -65,7 +65,7 @@ struct pci_platform_pm_ops {
-       int (*run_wake)(struct pci_dev *dev, bool enable);
- };
--extern int pci_set_platform_pm(struct pci_platform_pm_ops *ops);
-+extern int pci_set_platform_pm(const struct pci_platform_pm_ops *ops);
- extern void pci_update_current_state(struct pci_dev *dev, pci_power_t state);
- extern void pci_disable_enabled_device(struct pci_dev *dev);
- extern int pci_finish_runtime_suspend(struct pci_dev *dev);
-diff -urNp linux-2.6.39/drivers/pci/probe.c linux-2.6.39/drivers/pci/probe.c
---- linux-2.6.39/drivers/pci/probe.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/pci/probe.c   2011-05-22 19:36:32.000000000 -0400
-@@ -62,14 +62,14 @@ static ssize_t pci_bus_show_cpuaffinity(
-       return ret;
- }
--static ssize_t inline pci_bus_show_cpumaskaffinity(struct device *dev,
-+static inline ssize_t pci_bus_show_cpumaskaffinity(struct device *dev,
-                                       struct device_attribute *attr,
-                                       char *buf)
- {
-       return pci_bus_show_cpuaffinity(dev, 0, attr, buf);
- }
--static ssize_t inline pci_bus_show_cpulistaffinity(struct device *dev,
-+static inline ssize_t pci_bus_show_cpulistaffinity(struct device *dev,
-                                       struct device_attribute *attr,
-                                       char *buf)
- {
-@@ -165,7 +165,7 @@ int __pci_read_base(struct pci_dev *dev,
+diff -urNp linux-3.0.4/drivers/pci/probe.c linux-3.0.4/drivers/pci/probe.c
+--- linux-3.0.4/drivers/pci/probe.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/pci/probe.c    2011-08-23 21:47:55.000000000 -0400
+@@ -129,7 +129,7 @@ int __pci_read_base(struct pci_dev *dev,
        u32 l, sz, mask;
        u16 orig_cmd;
  
@@ -36910,27 +31044,9 @@ diff -urNp linux-2.6.39/drivers/pci/probe.c linux-2.6.39/drivers/pci/probe.c
  
        if (!dev->mmio_always_on) {
                pci_read_config_word(dev, PCI_COMMAND, &orig_cmd);
-@@ -1407,7 +1407,7 @@ unsigned int __devinit pci_scan_child_bu
- }
- struct pci_bus * pci_create_bus(struct device *parent,
--              int bus, struct pci_ops *ops, void *sysdata)
-+              int bus, const struct pci_ops *ops, void *sysdata)
- {
-       int error;
-       struct pci_bus *b, *b2;
-@@ -1483,7 +1483,7 @@ err_out:
- }
- struct pci_bus * __devinit pci_scan_bus_parented(struct device *parent,
--              int bus, struct pci_ops *ops, void *sysdata)
-+              int bus, const struct pci_ops *ops, void *sysdata)
- {
-       struct pci_bus *b;
-diff -urNp linux-2.6.39/drivers/pci/proc.c linux-2.6.39/drivers/pci/proc.c
---- linux-2.6.39/drivers/pci/proc.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/pci/proc.c    2011-05-22 19:41:37.000000000 -0400
+diff -urNp linux-3.0.4/drivers/pci/proc.c linux-3.0.4/drivers/pci/proc.c
+--- linux-3.0.4/drivers/pci/proc.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/pci/proc.c     2011-08-23 21:48:14.000000000 -0400
 @@ -476,7 +476,16 @@ static const struct file_operations proc
  static int __init pci_proc_init(void)
  {
@@ -36948,9 +31064,9 @@ diff -urNp linux-2.6.39/drivers/pci/proc.c linux-2.6.39/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.39/drivers/pci/xen-pcifront.c linux-2.6.39/drivers/pci/xen-pcifront.c
---- linux-2.6.39/drivers/pci/xen-pcifront.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/pci/xen-pcifront.c    2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/drivers/pci/xen-pcifront.c linux-3.0.4/drivers/pci/xen-pcifront.c
+--- linux-3.0.4/drivers/pci/xen-pcifront.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/pci/xen-pcifront.c     2011-08-23 21:48:14.000000000 -0400
 @@ -187,6 +187,8 @@ static int pcifront_bus_read(struct pci_
        struct pcifront_sd *sd = bus->sysdata;
        struct pcifront_device *pdev = pcifront_get_pdev(sd);
@@ -36969,15 +31085,6 @@ diff -urNp linux-2.6.39/drivers/pci/xen-pcifront.c linux-2.6.39/drivers/pci/xen-
        if (verbose_request)
                dev_info(&pdev->xdev->dev,
                         "write dev=%04x:%02x:%02x.%01x - "
-@@ -236,7 +240,7 @@ static int pcifront_bus_write(struct pci
-       return errno_to_pcibios_err(do_pci_op(pdev, &op));
- }
--struct pci_ops pcifront_bus_ops = {
-+const struct pci_ops pcifront_bus_ops = {
-       .read = pcifront_bus_read,
-       .write = pcifront_bus_write,
- };
 @@ -258,6 +262,8 @@ static int pci_frontend_enable_msix(stru
        struct pcifront_device *pdev = pcifront_get_pdev(sd);
        struct msi_desc *entry;
@@ -37005,243 +31112,21 @@ diff -urNp linux-2.6.39/drivers/pci/xen-pcifront.c linux-2.6.39/drivers/pci/xen-
        err = do_pci_op(pdev, &op);
        if (likely(!err)) {
                vector[0] = op.value;
-@@ -368,7 +378,7 @@ static void pci_frontend_disable_msi(str
-               printk(KERN_DEBUG "get fake response frombackend\n");
- }
--static struct xen_pci_frontend_ops pci_frontend_ops = {
-+static const struct xen_pci_frontend_ops pci_frontend_ops = {
-       .enable_msi = pci_frontend_enable_msi,
-       .disable_msi = pci_frontend_disable_msi,
-       .enable_msix = pci_frontend_enable_msix,
-diff -urNp linux-2.6.39/drivers/pcmcia/at91_cf.c linux-2.6.39/drivers/pcmcia/at91_cf.c
---- linux-2.6.39/drivers/pcmcia/at91_cf.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/pcmcia/at91_cf.c      2011-05-22 19:36:32.000000000 -0400
-@@ -203,7 +203,7 @@ at91_cf_set_mem_map(struct pcmcia_socket
+diff -urNp linux-3.0.4/drivers/platform/x86/thinkpad_acpi.c linux-3.0.4/drivers/platform/x86/thinkpad_acpi.c
+--- linux-3.0.4/drivers/platform/x86/thinkpad_acpi.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/platform/x86/thinkpad_acpi.c   2011-08-23 21:47:55.000000000 -0400
+@@ -2094,7 +2094,7 @@ static int hotkey_mask_get(void)
        return 0;
  }
  
--static struct pccard_operations at91_cf_ops = {
-+static const struct pccard_operations at91_cf_ops = {
-       .init                   = at91_cf_ss_init,
-       .suspend                = at91_cf_ss_suspend,
-       .get_status             = at91_cf_get_status,
-diff -urNp linux-2.6.39/drivers/pcmcia/bfin_cf_pcmcia.c linux-2.6.39/drivers/pcmcia/bfin_cf_pcmcia.c
---- linux-2.6.39/drivers/pcmcia/bfin_cf_pcmcia.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/pcmcia/bfin_cf_pcmcia.c       2011-05-22 19:36:32.000000000 -0400
-@@ -184,7 +184,7 @@ bfin_cf_set_mem_map(struct pcmcia_socket
-       return 0;
- }
--static struct pccard_operations bfin_cf_ops = {
-+static const struct pccard_operations bfin_cf_ops = {
-       .init = bfin_cf_ss_init,
-       .suspend = bfin_cf_ss_suspend,
-       .get_status = bfin_cf_get_status,
-diff -urNp linux-2.6.39/drivers/pcmcia/db1xxx_ss.c linux-2.6.39/drivers/pcmcia/db1xxx_ss.c
---- linux-2.6.39/drivers/pcmcia/db1xxx_ss.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/pcmcia/db1xxx_ss.c    2011-05-22 19:36:32.000000000 -0400
-@@ -384,7 +384,7 @@ static int au1x00_pcmcia_set_mem_map(str
-       return 0;
- }
--static struct pccard_operations db1x_pcmcia_operations = {
-+static const struct pccard_operations db1x_pcmcia_operations = {
-       .init                   = db1x_pcmcia_sock_init,
-       .suspend                = db1x_pcmcia_sock_suspend,
-       .get_status             = db1x_pcmcia_get_status,
-diff -urNp linux-2.6.39/drivers/pcmcia/electra_cf.c linux-2.6.39/drivers/pcmcia/electra_cf.c
---- linux-2.6.39/drivers/pcmcia/electra_cf.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/pcmcia/electra_cf.c   2011-05-22 19:36:32.000000000 -0400
-@@ -173,7 +173,7 @@ static int electra_cf_set_mem_map(struct
-       return 0;
- }
--static struct pccard_operations electra_cf_ops = {
-+static const struct pccard_operations electra_cf_ops = {
-       .init                   = electra_cf_ss_init,
-       .get_status             = electra_cf_get_status,
-       .set_socket             = electra_cf_set_socket,
-diff -urNp linux-2.6.39/drivers/pcmcia/m32r_cfc.c linux-2.6.39/drivers/pcmcia/m32r_cfc.c
---- linux-2.6.39/drivers/pcmcia/m32r_cfc.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/pcmcia/m32r_cfc.c     2011-05-22 19:36:32.000000000 -0400
-@@ -674,7 +674,7 @@ static int pcc_init(struct pcmcia_socket
-       return 0;
- }
--static struct pccard_operations pcc_operations = {
-+static const struct pccard_operations pcc_operations = {
-       .init                   = pcc_init,
-       .get_status             = pcc_get_status,
-       .set_socket             = pcc_set_socket,
-diff -urNp linux-2.6.39/drivers/pcmcia/m32r_pcc.c linux-2.6.39/drivers/pcmcia/m32r_pcc.c
---- linux-2.6.39/drivers/pcmcia/m32r_pcc.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/pcmcia/m32r_pcc.c     2011-05-22 19:36:32.000000000 -0400
-@@ -652,7 +652,7 @@ static int pcc_init(struct pcmcia_socket
-       return 0;
- }
--static struct pccard_operations pcc_operations = {
-+static const struct pccard_operations pcc_operations = {
-       .init                   = pcc_init,
-       .get_status             = pcc_get_status,
-       .set_socket             = pcc_set_socket,
-diff -urNp linux-2.6.39/drivers/pcmcia/m8xx_pcmcia.c linux-2.6.39/drivers/pcmcia/m8xx_pcmcia.c
---- linux-2.6.39/drivers/pcmcia/m8xx_pcmcia.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/pcmcia/m8xx_pcmcia.c  2011-05-22 19:36:32.000000000 -0400
-@@ -1139,7 +1139,7 @@ static int m8xx_sock_suspend(struct pcmc
-       return m8xx_set_socket(sock, &dead_socket);
- }
--static struct pccard_operations m8xx_services = {
-+static const struct pccard_operations m8xx_services = {
-       .init = m8xx_sock_init,
-       .suspend = m8xx_sock_suspend,
-       .get_status = m8xx_get_status,
-diff -urNp linux-2.6.39/drivers/pcmcia/omap_cf.c linux-2.6.39/drivers/pcmcia/omap_cf.c
---- linux-2.6.39/drivers/pcmcia/omap_cf.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/pcmcia/omap_cf.c      2011-05-22 19:36:32.000000000 -0400
-@@ -185,7 +185,7 @@ omap_cf_set_mem_map(struct pcmcia_socket
-       return 0;
- }
--static struct pccard_operations omap_cf_ops = {
-+static const struct pccard_operations omap_cf_ops = {
-       .init                   = omap_cf_ss_init,
-       .suspend                = omap_cf_ss_suspend,
-       .get_status             = omap_cf_get_status,
-diff -urNp linux-2.6.39/drivers/pcmcia/rsrc_iodyn.c linux-2.6.39/drivers/pcmcia/rsrc_iodyn.c
---- linux-2.6.39/drivers/pcmcia/rsrc_iodyn.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/pcmcia/rsrc_iodyn.c   2011-05-22 19:36:32.000000000 -0400
-@@ -161,7 +161,7 @@ static int iodyn_find_io(struct pcmcia_s
- }
--struct pccard_resource_ops pccard_iodyn_ops = {
-+const struct pccard_resource_ops pccard_iodyn_ops = {
-       .validate_mem = NULL,
-       .find_io = iodyn_find_io,
-       .find_mem = NULL,
-diff -urNp linux-2.6.39/drivers/pcmcia/rsrc_mgr.c linux-2.6.39/drivers/pcmcia/rsrc_mgr.c
---- linux-2.6.39/drivers/pcmcia/rsrc_mgr.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/pcmcia/rsrc_mgr.c     2011-05-22 19:36:32.000000000 -0400
-@@ -57,7 +57,7 @@ static int static_find_io(struct pcmcia_
- }
--struct pccard_resource_ops pccard_static_ops = {
-+const struct pccard_resource_ops pccard_static_ops = {
-       .validate_mem = NULL,
-       .find_io = static_find_io,
-       .find_mem = NULL,
-diff -urNp linux-2.6.39/drivers/pcmcia/vrc4171_card.c linux-2.6.39/drivers/pcmcia/vrc4171_card.c
---- linux-2.6.39/drivers/pcmcia/vrc4171_card.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/pcmcia/vrc4171_card.c 2011-05-22 19:36:32.000000000 -0400
-@@ -479,7 +479,7 @@ static int pccard_set_mem_map(struct pcm
-       return 0;
- }
--static struct pccard_operations vrc4171_pccard_operations = {
-+static const struct pccard_operations vrc4171_pccard_operations = {
-       .init                   = pccard_init,
-       .get_status             = pccard_get_status,
-       .set_socket             = pccard_set_socket,
-diff -urNp linux-2.6.39/drivers/pcmcia/vrc4173_cardu.c linux-2.6.39/drivers/pcmcia/vrc4173_cardu.c
---- linux-2.6.39/drivers/pcmcia/vrc4173_cardu.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/pcmcia/vrc4173_cardu.c        2011-05-22 19:36:32.000000000 -0400
-@@ -384,7 +384,7 @@ static void cardu_proc_setup(unsigned in
+-void static hotkey_mask_warn_incomplete_mask(void)
++static void hotkey_mask_warn_incomplete_mask(void)
  {
- }
--static struct pccard_operations cardu_operations = {
-+static const struct pccard_operations cardu_operations = {
-       .init                   = cardu_init,
-       .register_callback      = cardu_register_callback,
-       .inquire_socket         = cardu_inquire_socket,
-diff -urNp linux-2.6.39/drivers/pcmcia/xxs1500_ss.c linux-2.6.39/drivers/pcmcia/xxs1500_ss.c
---- linux-2.6.39/drivers/pcmcia/xxs1500_ss.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/pcmcia/xxs1500_ss.c   2011-05-22 19:36:32.000000000 -0400
-@@ -196,7 +196,7 @@ static int au1x00_pcmcia_set_mem_map(str
-       return 0;
- }
--static struct pccard_operations xxs1500_pcmcia_operations = {
-+static const struct pccard_operations xxs1500_pcmcia_operations = {
-       .init                   = xxs1500_pcmcia_sock_init,
-       .suspend                = xxs1500_pcmcia_sock_suspend,
-       .get_status             = xxs1500_pcmcia_get_status,
-diff -urNp linux-2.6.39/drivers/platform/x86/acerhdf.c linux-2.6.39/drivers/platform/x86/acerhdf.c
---- linux-2.6.39/drivers/platform/x86/acerhdf.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/platform/x86/acerhdf.c        2011-05-22 19:36:32.000000000 -0400
-@@ -406,7 +406,7 @@ static int acerhdf_get_crit_temp(struct 
- }
- /* bind callback functions to thermalzone */
--static struct thermal_zone_device_ops acerhdf_dev_ops = {
-+static const struct thermal_zone_device_ops acerhdf_dev_ops = {
-       .bind = acerhdf_bind,
-       .unbind = acerhdf_unbind,
-       .get_temp = acerhdf_get_ec_temp,
-@@ -481,7 +481,7 @@ err_out:
- }
- /* bind fan callbacks to fan device */
--static struct thermal_cooling_device_ops acerhdf_cooling_ops = {
-+static const struct thermal_cooling_device_ops acerhdf_cooling_ops = {
-       .get_max_state = acerhdf_get_max_state,
-       .get_cur_state = acerhdf_get_cur_state,
-       .set_cur_state = acerhdf_set_cur_state,
-diff -urNp linux-2.6.39/drivers/platform/x86/ideapad-laptop.c linux-2.6.39/drivers/platform/x86/ideapad-laptop.c
---- linux-2.6.39/drivers/platform/x86/ideapad-laptop.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/platform/x86/ideapad-laptop.c 2011-05-22 19:36:32.000000000 -0400
-@@ -207,7 +207,7 @@ static int ideapad_rfk_set(void *data, b
-       return write_ec_cmd(ideapad_handle, opcode, !blocked);
- }
--static struct rfkill_ops ideapad_rfk_ops = {
-+static const struct rfkill_ops ideapad_rfk_ops = {
-       .set_block = ideapad_rfk_set,
- };
-diff -urNp linux-2.6.39/drivers/platform/x86/intel_menlow.c linux-2.6.39/drivers/platform/x86/intel_menlow.c
---- linux-2.6.39/drivers/platform/x86/intel_menlow.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/platform/x86/intel_menlow.c   2011-05-22 19:36:32.000000000 -0400
-@@ -143,7 +143,7 @@ static int memory_set_cur_bandwidth(stru
-       return 0;
- }
--static struct thermal_cooling_device_ops memory_cooling_ops = {
-+static const struct thermal_cooling_device_ops memory_cooling_ops = {
-       .get_max_state = memory_get_max_bandwidth,
-       .get_cur_state = memory_get_cur_bandwidth,
-       .set_cur_state = memory_set_cur_bandwidth,
-diff -urNp linux-2.6.39/drivers/platform/x86/intel_mid_thermal.c linux-2.6.39/drivers/platform/x86/intel_mid_thermal.c
---- linux-2.6.39/drivers/platform/x86/intel_mid_thermal.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/platform/x86/intel_mid_thermal.c      2011-05-22 19:36:32.000000000 -0400
-@@ -458,7 +458,7 @@ static int read_curr_temp(struct thermal
- }
- /* Can't be const */
--static struct thermal_zone_device_ops tzd_ops = {
-+static const struct thermal_zone_device_ops tzd_ops = {
-        .get_temp = read_curr_temp,
- };
-diff -urNp linux-2.6.39/drivers/platform/x86/samsung-laptop.c linux-2.6.39/drivers/platform/x86/samsung-laptop.c
---- linux-2.6.39/drivers/platform/x86/samsung-laptop.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/platform/x86/samsung-laptop.c 2011-05-22 19:36:32.000000000 -0400
-@@ -419,7 +419,7 @@ static int rfkill_set(void *data, bool b
-       return 0;
- }
--static struct rfkill_ops rfkill_ops = {
-+static const struct rfkill_ops rfkill_ops = {
-       .set_block = rfkill_set,
- };
-diff -urNp linux-2.6.39/drivers/pnp/pnpbios/bioscalls.c linux-2.6.39/drivers/pnp/pnpbios/bioscalls.c
---- linux-2.6.39/drivers/pnp/pnpbios/bioscalls.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/pnp/pnpbios/bioscalls.c       2011-05-22 19:36:32.000000000 -0400
+       /* log only what the user can fix... */
+       const u32 wantedmask = hotkey_driver_mask &
+diff -urNp linux-3.0.4/drivers/pnp/pnpbios/bioscalls.c linux-3.0.4/drivers/pnp/pnpbios/bioscalls.c
+--- linux-3.0.4/drivers/pnp/pnpbios/bioscalls.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/pnp/pnpbios/bioscalls.c        2011-08-23 21:47:55.000000000 -0400
 @@ -59,7 +59,7 @@ do { \
        set_desc_limit(&gdt[(selname) >> 3], (size) - 1); \
  } while(0)
@@ -37298,9 +31183,9 @@ diff -urNp linux-2.6.39/drivers/pnp/pnpbios/bioscalls.c linux-2.6.39/drivers/pnp
 +
 +      pax_close_kernel();
  }
-diff -urNp linux-2.6.39/drivers/pnp/resource.c linux-2.6.39/drivers/pnp/resource.c
---- linux-2.6.39/drivers/pnp/resource.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/pnp/resource.c        2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/drivers/pnp/resource.c linux-3.0.4/drivers/pnp/resource.c
+--- linux-3.0.4/drivers/pnp/resource.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/pnp/resource.c 2011-08-23 21:47:55.000000000 -0400
 @@ -360,7 +360,7 @@ int pnp_check_irq(struct pnp_dev *dev, s
                return 1;
  
@@ -37319,93 +31204,55 @@ diff -urNp linux-2.6.39/drivers/pnp/resource.c linux-2.6.39/drivers/pnp/resource
                return 0;
  
        /* check if the resource is reserved */
-diff -urNp linux-2.6.39/drivers/power/max8925_power.c linux-2.6.39/drivers/power/max8925_power.c
---- linux-2.6.39/drivers/power/max8925_power.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/power/max8925_power.c 2011-05-22 19:36:32.000000000 -0400
-@@ -426,7 +426,7 @@ static __devinit int max8925_power_probe
- {
-       struct max8925_chip *chip = dev_get_drvdata(pdev->dev.parent);
-       struct max8925_platform_data *max8925_pdata;
--      struct max8925_power_pdata *pdata = NULL;
-+      const struct max8925_power_pdata *pdata = NULL;
-       struct max8925_power_info *info;
-       int ret;
-diff -urNp linux-2.6.39/drivers/regulator/core.c linux-2.6.39/drivers/regulator/core.c
---- linux-2.6.39/drivers/regulator/core.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/regulator/core.c      2011-05-22 19:36:32.000000000 -0400
-@@ -2883,7 +2883,7 @@ core_initcall(regulator_init);
- static int __init regulator_init_complete(void)
- {
-       struct regulator_dev *rdev;
--      struct regulator_ops *ops;
-+      const struct regulator_ops *ops;
-       struct regulation_constraints *c;
-       int enabled, ret;
-diff -urNp linux-2.6.39/drivers/rtc/rtc-at32ap700x.c linux-2.6.39/drivers/rtc/rtc-at32ap700x.c
---- linux-2.6.39/drivers/rtc/rtc-at32ap700x.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/rtc/rtc-at32ap700x.c  2011-05-22 19:36:32.000000000 -0400
-@@ -187,7 +187,7 @@ static irqreturn_t at32_rtc_interrupt(in
-       return ret;
- }
--static struct rtc_class_ops at32_rtc_ops = {
-+static const struct rtc_class_ops at32_rtc_ops = {
-       .read_time      = at32_rtc_readtime,
-       .set_time       = at32_rtc_settime,
-       .read_alarm     = at32_rtc_readalarm,
-diff -urNp linux-2.6.39/drivers/rtc/rtc-au1xxx.c linux-2.6.39/drivers/rtc/rtc-au1xxx.c
---- linux-2.6.39/drivers/rtc/rtc-au1xxx.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/rtc/rtc-au1xxx.c      2011-05-22 19:36:32.000000000 -0400
-@@ -57,7 +57,7 @@ static int au1xtoy_rtc_set_time(struct d
-       return 0;
- }
--static struct rtc_class_ops au1xtoy_rtc_ops = {
-+static const struct rtc_class_ops au1xtoy_rtc_ops = {
-       .read_time      = au1xtoy_rtc_read_time,
-       .set_time       = au1xtoy_rtc_set_time,
- };
-diff -urNp linux-2.6.39/drivers/rtc/rtc-bfin.c linux-2.6.39/drivers/rtc/rtc-bfin.c
---- linux-2.6.39/drivers/rtc/rtc-bfin.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/rtc/rtc-bfin.c        2011-05-22 19:36:32.000000000 -0400
-@@ -333,7 +333,7 @@ static int bfin_rtc_proc(struct device *
- #undef yesno
- }
--static struct rtc_class_ops bfin_rtc_ops = {
-+static const struct rtc_class_ops bfin_rtc_ops = {
-       .read_time     = bfin_rtc_read_time,
-       .set_time      = bfin_rtc_set_time,
-       .read_alarm    = bfin_rtc_read_alarm,
-diff -urNp linux-2.6.39/drivers/rtc/rtc-coh901331.c linux-2.6.39/drivers/rtc/rtc-coh901331.c
---- linux-2.6.39/drivers/rtc/rtc-coh901331.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/rtc/rtc-coh901331.c   2011-05-22 19:36:32.000000000 -0400
-@@ -142,7 +142,7 @@ static int coh901331_alarm_irq_enable(st
-       return 0;
- }
+diff -urNp linux-3.0.4/drivers/power/bq27x00_battery.c linux-3.0.4/drivers/power/bq27x00_battery.c
+--- linux-3.0.4/drivers/power/bq27x00_battery.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/power/bq27x00_battery.c        2011-08-23 21:47:55.000000000 -0400
+@@ -67,7 +67,7 @@
+ struct bq27x00_device_info;
+ struct bq27x00_access_methods {
+       int (*read)(struct bq27x00_device_info *di, u8 reg, bool single);
+-};
++} __no_const;
+ enum bq27x00_chip { BQ27000, BQ27500 };
+diff -urNp linux-3.0.4/drivers/regulator/max8660.c linux-3.0.4/drivers/regulator/max8660.c
+--- linux-3.0.4/drivers/regulator/max8660.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/regulator/max8660.c    2011-08-23 21:47:55.000000000 -0400
+@@ -383,8 +383,10 @@ static int __devinit max8660_probe(struc
+               max8660->shadow_regs[MAX8660_OVER1] = 5;
+       } else {
+               /* Otherwise devices can be toggled via software */
+-              max8660_dcdc_ops.enable = max8660_dcdc_enable;
+-              max8660_dcdc_ops.disable = max8660_dcdc_disable;
++              pax_open_kernel();
++              *(void **)&max8660_dcdc_ops.enable = max8660_dcdc_enable;
++              *(void **)&max8660_dcdc_ops.disable = max8660_dcdc_disable;
++              pax_close_kernel();
+       }
  
--static struct rtc_class_ops coh901331_ops = {
-+static const struct rtc_class_ops coh901331_ops = {
-       .read_time = coh901331_read_time,
-       .set_mmss = coh901331_set_mmss,
-       .read_alarm = coh901331_read_alarm,
-diff -urNp linux-2.6.39/drivers/rtc/rtc-davinci.c linux-2.6.39/drivers/rtc/rtc-davinci.c
---- linux-2.6.39/drivers/rtc/rtc-davinci.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/rtc/rtc-davinci.c     2011-05-22 19:36:32.000000000 -0400
-@@ -469,7 +469,7 @@ static int davinci_rtc_set_alarm(struct 
-       return 0;
- }
+       /*
+diff -urNp linux-3.0.4/drivers/regulator/mc13892-regulator.c linux-3.0.4/drivers/regulator/mc13892-regulator.c
+--- linux-3.0.4/drivers/regulator/mc13892-regulator.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/regulator/mc13892-regulator.c  2011-08-23 21:47:55.000000000 -0400
+@@ -564,10 +564,12 @@ static int __devinit mc13892_regulator_p
+       }
+       mc13xxx_unlock(mc13892);
  
--static struct rtc_class_ops davinci_rtc_ops = {
-+static const struct rtc_class_ops davinci_rtc_ops = {
-       .ioctl                  = davinci_rtc_ioctl,
-       .read_time              = davinci_rtc_read_time,
-       .set_time               = davinci_rtc_set_time,
-diff -urNp linux-2.6.39/drivers/rtc/rtc-dev.c linux-2.6.39/drivers/rtc/rtc-dev.c
---- linux-2.6.39/drivers/rtc/rtc-dev.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/rtc/rtc-dev.c 2011-05-22 19:41:37.000000000 -0400
+-      mc13892_regulators[MC13892_VCAM].desc.ops->set_mode
++      pax_open_kernel();
++      *(void **)&mc13892_regulators[MC13892_VCAM].desc.ops->set_mode
+               = mc13892_vcam_set_mode;
+-      mc13892_regulators[MC13892_VCAM].desc.ops->get_mode
++      *(void **)&mc13892_regulators[MC13892_VCAM].desc.ops->get_mode
+               = mc13892_vcam_get_mode;
++      pax_close_kernel();
+       for (i = 0; i < pdata->num_regulators; i++) {
+               init_data = &pdata->regulators[i];
+               priv->regulators[i] = regulator_register(
+diff -urNp linux-3.0.4/drivers/rtc/rtc-dev.c linux-3.0.4/drivers/rtc/rtc-dev.c
+--- linux-3.0.4/drivers/rtc/rtc-dev.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/rtc/rtc-dev.c  2011-08-23 21:48:14.000000000 -0400
 @@ -14,6 +14,7 @@
  #include <linux/module.h>
  #include <linux/rtc.h>
@@ -37423,415 +31270,21 @@ diff -urNp linux-2.6.39/drivers/rtc/rtc-dev.c linux-2.6.39/drivers/rtc/rtc-dev.c
                return rtc_set_time(rtc, &tm);
  
        case RTC_PIE_ON:
-diff -urNp linux-2.6.39/drivers/rtc/rtc-dm355evm.c linux-2.6.39/drivers/rtc/rtc-dm355evm.c
---- linux-2.6.39/drivers/rtc/rtc-dm355evm.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/rtc/rtc-dm355evm.c    2011-05-22 19:36:32.000000000 -0400
-@@ -115,7 +115,7 @@ static int dm355evm_rtc_set_time(struct 
-       return 0;
- }
--static struct rtc_class_ops dm355evm_rtc_ops = {
-+static const struct rtc_class_ops dm355evm_rtc_ops = {
-       .read_time      = dm355evm_rtc_read_time,
-       .set_time       = dm355evm_rtc_set_time,
- };
-diff -urNp linux-2.6.39/drivers/rtc/rtc-ds1302.c linux-2.6.39/drivers/rtc/rtc-ds1302.c
---- linux-2.6.39/drivers/rtc/rtc-ds1302.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/rtc/rtc-ds1302.c      2011-05-22 19:36:32.000000000 -0400
-@@ -199,7 +199,7 @@ static int ds1302_rtc_ioctl(struct devic
-       return -ENOIOCTLCMD;
- }
--static struct rtc_class_ops ds1302_rtc_ops = {
-+static const struct rtc_class_ops ds1302_rtc_ops = {
-       .read_time      = ds1302_rtc_read_time,
-       .set_time       = ds1302_rtc_set_time,
-       .ioctl          = ds1302_rtc_ioctl,
-diff -urNp linux-2.6.39/drivers/rtc/rtc-imxdi.c linux-2.6.39/drivers/rtc/rtc-imxdi.c
---- linux-2.6.39/drivers/rtc/rtc-imxdi.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/rtc/rtc-imxdi.c       2011-05-22 19:36:32.000000000 -0400
-@@ -290,7 +290,7 @@ static int dryice_rtc_set_alarm(struct d
-       return 0;
- }
--static struct rtc_class_ops dryice_rtc_ops = {
-+static const struct rtc_class_ops dryice_rtc_ops = {
-       .read_time              = dryice_rtc_read_time,
-       .set_mmss               = dryice_rtc_set_mmss,
-       .alarm_irq_enable       = dryice_rtc_alarm_irq_enable,
-diff -urNp linux-2.6.39/drivers/rtc/rtc-jz4740.c linux-2.6.39/drivers/rtc/rtc-jz4740.c
---- linux-2.6.39/drivers/rtc/rtc-jz4740.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/rtc/rtc-jz4740.c      2011-05-22 19:36:32.000000000 -0400
-@@ -174,7 +174,7 @@ static int jz4740_rtc_alarm_irq_enable(s
-       return jz4740_rtc_ctrl_set_bits(rtc, JZ_RTC_CTRL_AF_IRQ, enable);
- }
--static struct rtc_class_ops jz4740_rtc_ops = {
-+static const struct rtc_class_ops jz4740_rtc_ops = {
-       .read_time      = jz4740_rtc_read_time,
-       .set_mmss       = jz4740_rtc_set_mmss,
-       .read_alarm     = jz4740_rtc_read_alarm,
-diff -urNp linux-2.6.39/drivers/rtc/rtc-m41t80.c linux-2.6.39/drivers/rtc/rtc-m41t80.c
---- linux-2.6.39/drivers/rtc/rtc-m41t80.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/rtc/rtc-m41t80.c      2011-05-22 19:36:32.000000000 -0400
-@@ -354,7 +354,7 @@ static int m41t80_rtc_read_alarm(struct 
-       return 0;
- }
--static struct rtc_class_ops m41t80_rtc_ops = {
-+static const struct rtc_class_ops m41t80_rtc_ops = {
-       .read_time = m41t80_rtc_read_time,
-       .set_time = m41t80_rtc_set_time,
-       .read_alarm = m41t80_rtc_read_alarm,
-diff -urNp linux-2.6.39/drivers/rtc/rtc-mxc.c linux-2.6.39/drivers/rtc/rtc-mxc.c
---- linux-2.6.39/drivers/rtc/rtc-mxc.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/rtc/rtc-mxc.c 2011-05-22 19:36:32.000000000 -0400
-@@ -355,7 +355,7 @@ static int mxc_rtc_set_alarm(struct devi
- }
- /* RTC layer */
--static struct rtc_class_ops mxc_rtc_ops = {
-+static const struct rtc_class_ops mxc_rtc_ops = {
-       .release                = mxc_rtc_release,
-       .read_time              = mxc_rtc_read_time,
-       .set_mmss               = mxc_rtc_set_mmss,
-diff -urNp linux-2.6.39/drivers/rtc/rtc-nuc900.c linux-2.6.39/drivers/rtc/rtc-nuc900.c
---- linux-2.6.39/drivers/rtc/rtc-nuc900.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/rtc/rtc-nuc900.c      2011-05-22 19:36:32.000000000 -0400
-@@ -214,7 +214,7 @@ static int nuc900_rtc_set_alarm(struct d
-       return 0;
- }
--static struct rtc_class_ops nuc900_rtc_ops = {
-+static const struct rtc_class_ops nuc900_rtc_ops = {
-       .read_time = nuc900_rtc_read_time,
-       .set_time = nuc900_rtc_set_time,
-       .read_alarm = nuc900_rtc_read_alarm,
-diff -urNp linux-2.6.39/drivers/rtc/rtc-omap.c linux-2.6.39/drivers/rtc/rtc-omap.c
---- linux-2.6.39/drivers/rtc/rtc-omap.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/rtc/rtc-omap.c        2011-05-22 19:36:32.000000000 -0400
-@@ -274,7 +274,7 @@ static int omap_rtc_set_alarm(struct dev
-       return 0;
- }
--static struct rtc_class_ops omap_rtc_ops = {
-+static const struct rtc_class_ops omap_rtc_ops = {
-       .read_time      = omap_rtc_read_time,
-       .set_time       = omap_rtc_set_time,
-       .read_alarm     = omap_rtc_read_alarm,
-diff -urNp linux-2.6.39/drivers/rtc/rtc-pcf50633.c linux-2.6.39/drivers/rtc/rtc-pcf50633.c
---- linux-2.6.39/drivers/rtc/rtc-pcf50633.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/rtc/rtc-pcf50633.c    2011-05-22 19:36:32.000000000 -0400
-@@ -238,7 +238,7 @@ static int pcf50633_rtc_set_alarm(struct
-       return ret;
- }
--static struct rtc_class_ops pcf50633_rtc_ops = {
-+static const struct rtc_class_ops pcf50633_rtc_ops = {
-       .read_time              = pcf50633_rtc_read_time,
-       .set_time               = pcf50633_rtc_set_time,
-       .read_alarm             = pcf50633_rtc_read_alarm,
-diff -urNp linux-2.6.39/drivers/rtc/rtc-pl031.c linux-2.6.39/drivers/rtc/rtc-pl031.c
---- linux-2.6.39/drivers/rtc/rtc-pl031.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/rtc/rtc-pl031.c       2011-05-22 19:36:32.000000000 -0400
-@@ -374,7 +374,7 @@ err_req:
- }
- /* Operations for the original ARM version */
--static struct rtc_class_ops arm_pl031_ops = {
-+static const struct rtc_class_ops arm_pl031_ops = {
-       .read_time = pl031_read_time,
-       .set_time = pl031_set_time,
-       .read_alarm = pl031_read_alarm,
-@@ -383,7 +383,7 @@ static struct rtc_class_ops arm_pl031_op
- };
- /* The First ST derivative */
--static struct rtc_class_ops stv1_pl031_ops = {
-+static const struct rtc_class_ops stv1_pl031_ops = {
-       .read_time = pl031_read_time,
-       .set_time = pl031_set_time,
-       .read_alarm = pl031_read_alarm,
-@@ -392,7 +392,7 @@ static struct rtc_class_ops stv1_pl031_o
- };
- /* And the second ST derivative */
--static struct rtc_class_ops stv2_pl031_ops = {
-+static const struct rtc_class_ops stv2_pl031_ops = {
-       .read_time = pl031_stv2_read_time,
-       .set_time = pl031_stv2_set_time,
-       .read_alarm = pl031_stv2_read_alarm,
-diff -urNp linux-2.6.39/drivers/rtc/rtc-rx8025.c linux-2.6.39/drivers/rtc/rtc-rx8025.c
---- linux-2.6.39/drivers/rtc/rtc-rx8025.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/rtc/rtc-rx8025.c      2011-05-22 19:36:32.000000000 -0400
-@@ -424,7 +424,7 @@ static int rx8025_alarm_irq_enable(struc
-       return 0;
- }
--static struct rtc_class_ops rx8025_rtc_ops = {
-+static const struct rtc_class_ops rx8025_rtc_ops = {
-       .read_time = rx8025_get_time,
-       .set_time = rx8025_set_time,
-       .read_alarm = rx8025_read_alarm,
-diff -urNp linux-2.6.39/drivers/rtc/rtc-sh.c linux-2.6.39/drivers/rtc/rtc-sh.c
---- linux-2.6.39/drivers/rtc/rtc-sh.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/rtc/rtc-sh.c  2011-05-22 19:36:32.000000000 -0400
-@@ -576,7 +576,7 @@ static int sh_rtc_set_alarm(struct devic
-       return 0;
- }
--static struct rtc_class_ops sh_rtc_ops = {
-+static const struct rtc_class_ops sh_rtc_ops = {
-       .read_time      = sh_rtc_read_time,
-       .set_time       = sh_rtc_set_time,
-       .read_alarm     = sh_rtc_read_alarm,
-diff -urNp linux-2.6.39/drivers/rtc/rtc-stmp3xxx.c linux-2.6.39/drivers/rtc/rtc-stmp3xxx.c
---- linux-2.6.39/drivers/rtc/rtc-stmp3xxx.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/rtc/rtc-stmp3xxx.c    2011-05-22 19:36:32.000000000 -0400
-@@ -133,7 +133,7 @@ static int stmp3xxx_rtc_set_alarm(struct
-       return 0;
- }
--static struct rtc_class_ops stmp3xxx_rtc_ops = {
-+static const struct rtc_class_ops stmp3xxx_rtc_ops = {
-       .alarm_irq_enable =
-                         stmp3xxx_alarm_irq_enable,
-       .read_time      = stmp3xxx_rtc_gettime,
-diff -urNp linux-2.6.39/drivers/rtc/rtc-tegra.c linux-2.6.39/drivers/rtc/rtc-tegra.c
---- linux-2.6.39/drivers/rtc/rtc-tegra.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/rtc/rtc-tegra.c       2011-05-22 19:36:32.000000000 -0400
-@@ -294,7 +294,7 @@ static irqreturn_t tegra_rtc_irq_handler
-       return IRQ_HANDLED;
- }
--static struct rtc_class_ops tegra_rtc_ops = {
-+static const struct rtc_class_ops tegra_rtc_ops = {
-       .read_time      = tegra_rtc_read_time,
-       .set_time       = tegra_rtc_set_time,
-       .read_alarm     = tegra_rtc_read_alarm,
-diff -urNp linux-2.6.39/drivers/rtc/rtc-twl.c linux-2.6.39/drivers/rtc/rtc-twl.c
---- linux-2.6.39/drivers/rtc/rtc-twl.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/rtc/rtc-twl.c 2011-05-22 19:36:32.000000000 -0400
-@@ -415,7 +415,7 @@ out:
-       return ret;
- }
--static struct rtc_class_ops twl_rtc_ops = {
-+static const struct rtc_class_ops twl_rtc_ops = {
-       .read_time      = twl_rtc_read_time,
-       .set_time       = twl_rtc_set_time,
-       .read_alarm     = twl_rtc_read_alarm,
-diff -urNp linux-2.6.39/drivers/rtc/rtc-v3020.c linux-2.6.39/drivers/rtc/rtc-v3020.c
---- linux-2.6.39/drivers/rtc/rtc-v3020.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/rtc/rtc-v3020.c       2011-05-22 19:36:32.000000000 -0400
-@@ -62,7 +62,7 @@ struct v3020 {
-       /* GPIO access */
-       struct v3020_gpio *gpio;
--      struct v3020_chip_ops *ops;
-+      const struct v3020_chip_ops *ops;
-       struct rtc_device *rtc;
- };
-@@ -100,7 +100,7 @@ static unsigned char v3020_mmio_read_bit
-       return !!(readl(chip->ioaddress) & (1 << chip->leftshift));
- }
--static struct v3020_chip_ops v3020_mmio_ops = {
-+static const struct v3020_chip_ops v3020_mmio_ops = {
-       .map_io         = v3020_mmio_map,
-       .unmap_io       = v3020_mmio_unmap,
-       .read_bit       = v3020_mmio_read_bit,
-@@ -177,7 +177,7 @@ static unsigned char v3020_gpio_read_bit
-       return bit;
- }
--static struct v3020_chip_ops v3020_gpio_ops = {
-+static const struct v3020_chip_ops v3020_gpio_ops = {
-       .map_io         = v3020_gpio_map,
-       .unmap_io       = v3020_gpio_unmap,
-       .read_bit       = v3020_gpio_read_bit,
-diff -urNp linux-2.6.39/drivers/s390/char/con3270.c linux-2.6.39/drivers/s390/char/con3270.c
---- linux-2.6.39/drivers/s390/char/con3270.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/s390/char/con3270.c   2011-05-22 19:36:32.000000000 -0400
-@@ -28,7 +28,7 @@
- #define CON3270_OUTPUT_BUFFER_SIZE 1024
- #define CON3270_STRING_PAGES 4
--static struct raw3270_fn con3270_fn;
-+static const struct raw3270_fn con3270_fn;
+diff -urNp linux-3.0.4/drivers/scsi/aacraid/aacraid.h linux-3.0.4/drivers/scsi/aacraid/aacraid.h
+--- linux-3.0.4/drivers/scsi/aacraid/aacraid.h 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/scsi/aacraid/aacraid.h 2011-08-23 21:47:55.000000000 -0400
+@@ -492,7 +492,7 @@ struct adapter_ops
+       int  (*adapter_scsi)(struct fib * fib, struct scsi_cmnd * cmd);
+       /* Administrative operations */
+       int  (*adapter_comm)(struct aac_dev * dev, int comm);
+-};
++} __no_const;
  
  /*
-  * Main 3270 console view data structure.
-@@ -413,7 +413,7 @@ con3270_irq(struct con3270 *cp, struct r
- }
- /* Console view to a 3270 device. */
--static struct raw3270_fn con3270_fn = {
-+static const struct raw3270_fn con3270_fn = {
-       .activate = con3270_activate,
-       .deactivate = con3270_deactivate,
-       .intv = (void *) con3270_irq
-diff -urNp linux-2.6.39/drivers/s390/char/fs3270.c linux-2.6.39/drivers/s390/char/fs3270.c
---- linux-2.6.39/drivers/s390/char/fs3270.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/s390/char/fs3270.c    2011-05-22 19:36:32.000000000 -0400
-@@ -24,7 +24,7 @@
- #include "raw3270.h"
- #include "ctrlchar.h"
--static struct raw3270_fn fs3270_fn;
-+static const struct raw3270_fn fs3270_fn;
- struct fs3270 {
-       struct raw3270_view view;
-@@ -413,7 +413,7 @@ fs3270_release(struct raw3270_view *view
- }
- /* View to a 3270 device. Can be console, tty or fullscreen. */
--static struct raw3270_fn fs3270_fn = {
-+static const struct raw3270_fn fs3270_fn = {
-       .activate = fs3270_activate,
-       .deactivate = fs3270_deactivate,
-       .intv = (void *) fs3270_irq,
-diff -urNp linux-2.6.39/drivers/s390/char/raw3270.c linux-2.6.39/drivers/s390/char/raw3270.c
---- linux-2.6.39/drivers/s390/char/raw3270.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/s390/char/raw3270.c   2011-05-22 19:36:32.000000000 -0400
-@@ -488,7 +488,7 @@ raw3270_init_irq(struct raw3270_view *vi
-       return RAW3270_IO_DONE;
- }
--static struct raw3270_fn raw3270_init_fn = {
-+static const struct raw3270_fn raw3270_init_fn = {
-       .intv = raw3270_init_irq
- };
-diff -urNp linux-2.6.39/drivers/s390/char/tty3270.c linux-2.6.39/drivers/s390/char/tty3270.c
---- linux-2.6.39/drivers/s390/char/tty3270.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/s390/char/tty3270.c   2011-05-22 19:36:32.000000000 -0400
-@@ -37,7 +37,7 @@
- struct tty_driver *tty3270_driver;
- static int tty3270_max_index;
--static struct raw3270_fn tty3270_fn;
-+static const struct raw3270_fn tty3270_fn;
- struct tty3270_cell {
-       unsigned char character;
-@@ -834,7 +834,7 @@ tty3270_del_views(void)
-       }
- }
--static struct raw3270_fn tty3270_fn = {
-+static const struct raw3270_fn tty3270_fn = {
-       .activate = tty3270_activate,
-       .deactivate = tty3270_deactivate,
-       .intv = (void *) tty3270_irq,
-diff -urNp linux-2.6.39/drivers/s390/cio/qdio_debug.c linux-2.6.39/drivers/s390/cio/qdio_debug.c
---- linux-2.6.39/drivers/s390/cio/qdio_debug.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/s390/cio/qdio_debug.c 2011-05-22 19:36:32.000000000 -0400
-@@ -225,7 +225,7 @@ static int qperf_seq_open(struct inode *
-                          filp->f_path.dentry->d_inode->i_private);
- }
--static struct file_operations debugfs_perf_fops = {
-+static const struct file_operations debugfs_perf_fops = {
-       .owner   = THIS_MODULE,
-       .open    = qperf_seq_open,
-       .read    = seq_read,
-diff -urNp linux-2.6.39/drivers/s390/crypto/zcrypt_cex2a.c linux-2.6.39/drivers/s390/crypto/zcrypt_cex2a.c
---- linux-2.6.39/drivers/s390/crypto/zcrypt_cex2a.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/s390/crypto/zcrypt_cex2a.c    2011-05-22 19:36:32.000000000 -0400
-@@ -415,7 +415,7 @@ out_free:
- /**
-  * The crypto operations for a CEX2A card.
-  */
--static struct zcrypt_ops zcrypt_cex2a_ops = {
-+static const struct zcrypt_ops zcrypt_cex2a_ops = {
-       .rsa_modexpo = zcrypt_cex2a_modexpo,
-       .rsa_modexpo_crt = zcrypt_cex2a_modexpo_crt,
- };
-diff -urNp linux-2.6.39/drivers/s390/crypto/zcrypt_pcica.c linux-2.6.39/drivers/s390/crypto/zcrypt_pcica.c
---- linux-2.6.39/drivers/s390/crypto/zcrypt_pcica.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/s390/crypto/zcrypt_pcica.c    2011-05-22 19:36:32.000000000 -0400
-@@ -347,7 +347,7 @@ out_free:
- /**
-  * The crypto operations for a PCICA card.
-  */
--static struct zcrypt_ops zcrypt_pcica_ops = {
-+static const struct zcrypt_ops zcrypt_pcica_ops = {
-       .rsa_modexpo = zcrypt_pcica_modexpo,
-       .rsa_modexpo_crt = zcrypt_pcica_modexpo_crt,
- };
-diff -urNp linux-2.6.39/drivers/s390/crypto/zcrypt_pcicc.c linux-2.6.39/drivers/s390/crypto/zcrypt_pcicc.c
---- linux-2.6.39/drivers/s390/crypto/zcrypt_pcicc.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/s390/crypto/zcrypt_pcicc.c    2011-05-22 19:36:32.000000000 -0400
-@@ -553,7 +553,7 @@ out_free:
- /**
-  * The crypto operations for a PCICC card.
-  */
--static struct zcrypt_ops zcrypt_pcicc_ops = {
-+static const struct zcrypt_ops zcrypt_pcicc_ops = {
-       .rsa_modexpo = zcrypt_pcicc_modexpo,
-       .rsa_modexpo_crt = zcrypt_pcicc_modexpo_crt,
- };
-diff -urNp linux-2.6.39/drivers/s390/crypto/zcrypt_pcixcc.c linux-2.6.39/drivers/s390/crypto/zcrypt_pcixcc.c
---- linux-2.6.39/drivers/s390/crypto/zcrypt_pcixcc.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/s390/crypto/zcrypt_pcixcc.c   2011-05-22 19:36:32.000000000 -0400
-@@ -851,13 +851,13 @@ static long zcrypt_pcixcc_rng(struct zcr
- /**
-  * The crypto operations for a PCIXCC/CEX2C card.
-  */
--static struct zcrypt_ops zcrypt_pcixcc_ops = {
-+static const struct zcrypt_ops zcrypt_pcixcc_ops = {
-       .rsa_modexpo = zcrypt_pcixcc_modexpo,
-       .rsa_modexpo_crt = zcrypt_pcixcc_modexpo_crt,
-       .send_cprb = zcrypt_pcixcc_send_cprb,
- };
--static struct zcrypt_ops zcrypt_pcixcc_with_rng_ops = {
-+static const struct zcrypt_ops zcrypt_pcixcc_with_rng_ops = {
-       .rsa_modexpo = zcrypt_pcixcc_modexpo,
-       .rsa_modexpo_crt = zcrypt_pcixcc_modexpo_crt,
-       .send_cprb = zcrypt_pcixcc_send_cprb,
-diff -urNp linux-2.6.39/drivers/s390/kvm/kvm_virtio.c linux-2.6.39/drivers/s390/kvm/kvm_virtio.c
---- linux-2.6.39/drivers/s390/kvm/kvm_virtio.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/s390/kvm/kvm_virtio.c 2011-05-22 19:36:32.000000000 -0400
-@@ -266,7 +266,7 @@ error:
- /*
-  * The config ops structure as defined by virtio config
-  */
--static struct virtio_config_ops kvm_vq_configspace_ops = {
-+static const struct virtio_config_ops kvm_vq_configspace_ops = {
-       .get_features = kvm_get_features,
-       .finalize_features = kvm_finalize_features,
-       .get = kvm_get,
-diff -urNp linux-2.6.39/drivers/s390/net/qeth_core.h linux-2.6.39/drivers/s390/net/qeth_core.h
---- linux-2.6.39/drivers/s390/net/qeth_core.h  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/s390/net/qeth_core.h  2011-05-22 19:36:32.000000000 -0400
-@@ -743,7 +743,7 @@ struct qeth_card {
-       struct qeth_qdio_info qdio;
-       struct qeth_perf_stats perf_stats;
-       int read_or_write_problem;
--      struct qeth_osn_info osn_info;
-+      const struct qeth_osn_info osn_info;
-       struct qeth_discipline discipline;
-       atomic_t force_alloc_skb;
-       struct service_level qeth_service_level;
-diff -urNp linux-2.6.39/drivers/scsi/53c700.c linux-2.6.39/drivers/scsi/53c700.c
---- linux-2.6.39/drivers/scsi/53c700.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/scsi/53c700.c 2011-05-22 19:36:32.000000000 -0400
-@@ -2153,7 +2153,7 @@ EXPORT_SYMBOL(NCR_700_detect);
- EXPORT_SYMBOL(NCR_700_release);
- EXPORT_SYMBOL(NCR_700_intr);
--static struct spi_function_template NCR_700_transport_functions =  {
-+static struct spi_function_template NCR_700_transport_functions = {
-       .set_period     = NCR_700_set_period,
-       .show_period    = 1,
-       .set_offset     = NCR_700_set_offset,
-diff -urNp linux-2.6.39/drivers/scsi/aacraid/commctrl.c linux-2.6.39/drivers/scsi/aacraid/commctrl.c
---- linux-2.6.39/drivers/scsi/aacraid/commctrl.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/scsi/aacraid/commctrl.c       2011-05-22 19:36:32.000000000 -0400
+  *    Define which interrupt handler needs to be installed
+diff -urNp linux-3.0.4/drivers/scsi/aacraid/commctrl.c linux-3.0.4/drivers/scsi/aacraid/commctrl.c
+--- linux-3.0.4/drivers/scsi/aacraid/commctrl.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/scsi/aacraid/commctrl.c        2011-08-23 21:48:14.000000000 -0400
 @@ -482,6 +482,7 @@ static int aac_send_raw_srb(struct aac_d
        u32 actual_fibsize64, actual_fibsize = 0;
        int i;
@@ -37840,34 +31293,10 @@ diff -urNp linux-2.6.39/drivers/scsi/aacraid/commctrl.c linux-2.6.39/drivers/scs
  
        if (dev->in_reset) {
                dprintk((KERN_DEBUG"aacraid: send raw srb -EBUSY\n"));
-diff -urNp linux-2.6.39/drivers/scsi/aic94xx/aic94xx_init.c linux-2.6.39/drivers/scsi/aic94xx/aic94xx_init.c
---- linux-2.6.39/drivers/scsi/aic94xx/aic94xx_init.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/scsi/aic94xx/aic94xx_init.c   2011-05-22 19:41:37.000000000 -0400
-@@ -486,7 +486,7 @@ static ssize_t asd_show_update_bios(stru
-                       flash_error_table[i].reason);
- }
--static DEVICE_ATTR(update_bios, S_IRUGO|S_IWUGO,
-+static DEVICE_ATTR(update_bios, S_IRUGO|S_IWUSR,
-       asd_show_update_bios, asd_store_update_bios);
- static int asd_create_dev_attrs(struct asd_ha_struct *asd_ha)
-diff -urNp linux-2.6.39/drivers/scsi/bfa/bfa_core.c linux-2.6.39/drivers/scsi/bfa/bfa_core.c
---- linux-2.6.39/drivers/scsi/bfa/bfa_core.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/scsi/bfa/bfa_core.c   2011-05-22 19:36:32.000000000 -0400
-@@ -24,7 +24,7 @@ BFA_TRC_FILE(HAL, CORE);
- /*
-  * BFA module list terminated by NULL
-  */
--static struct bfa_module_s *hal_mods[] = {
-+static const struct bfa_module_s *hal_mods[] = {
-       &hal_mod_sgpg,
-       &hal_mod_fcport,
-       &hal_mod_fcxp,
-diff -urNp linux-2.6.39/drivers/scsi/bfa/bfad.c linux-2.6.39/drivers/scsi/bfa/bfad.c
---- linux-2.6.39/drivers/scsi/bfa/bfad.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/scsi/bfa/bfad.c       2011-05-22 19:36:32.000000000 -0400
-@@ -1027,6 +1027,8 @@ bfad_start_ops(struct bfad_s *bfad) {
+diff -urNp linux-3.0.4/drivers/scsi/bfa/bfad.c linux-3.0.4/drivers/scsi/bfa/bfad.c
+--- linux-3.0.4/drivers/scsi/bfa/bfad.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/scsi/bfa/bfad.c        2011-08-23 21:48:14.000000000 -0400
+@@ -1032,6 +1032,8 @@ bfad_start_ops(struct bfad_s *bfad) {
        struct bfad_vport_s *vport, *vport_new;
        struct bfa_fcs_driver_info_s driver_info;
  
@@ -37876,39 +31305,9 @@ diff -urNp linux-2.6.39/drivers/scsi/bfa/bfad.c linux-2.6.39/drivers/scsi/bfa/bf
        /* Fill the driver_info info to fcs*/
        memset(&driver_info, 0, sizeof(driver_info));
        strncpy(driver_info.version, BFAD_DRIVER_VERSION,
-diff -urNp linux-2.6.39/drivers/scsi/bfa/bfa_fcs.c linux-2.6.39/drivers/scsi/bfa/bfa_fcs.c
---- linux-2.6.39/drivers/scsi/bfa/bfa_fcs.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/scsi/bfa/bfa_fcs.c    2011-05-22 19:36:32.000000000 -0400
-@@ -70,7 +70,7 @@ bfa_fcs_attach(struct bfa_fcs_s *fcs, st
-              bfa_boolean_t min_cfg)
- {
-       int             i;
--      struct bfa_fcs_mod_s  *mod;
-+      const struct bfa_fcs_mod_s *mod;
-       fcs->bfa = bfa;
-       fcs->bfad = bfad;
-@@ -93,7 +93,7 @@ void
- bfa_fcs_init(struct bfa_fcs_s *fcs)
- {
-       int             i, npbc_vports;
--      struct bfa_fcs_mod_s  *mod;
-+      const struct bfa_fcs_mod_s *mod;
-       struct bfi_pbc_vport_s pbc_vports[BFI_PBC_MAX_VPORTS];
-       for (i = 0; i < sizeof(fcs_modules) / sizeof(fcs_modules[0]); i++) {
-@@ -140,7 +140,7 @@ bfa_fcs_driver_info_init(struct bfa_fcs_
- void
- bfa_fcs_exit(struct bfa_fcs_s *fcs)
- {
--      struct bfa_fcs_mod_s  *mod;
-+      const struct bfa_fcs_mod_s *mod;
-       int             nmods, i;
-       bfa_wc_init(&fcs->wc, bfa_fcs_exit_comp, fcs);
-diff -urNp linux-2.6.39/drivers/scsi/bfa/bfa_fcs_lport.c linux-2.6.39/drivers/scsi/bfa/bfa_fcs_lport.c
---- linux-2.6.39/drivers/scsi/bfa/bfa_fcs_lport.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/scsi/bfa/bfa_fcs_lport.c      2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/drivers/scsi/bfa/bfa_fcs_lport.c linux-3.0.4/drivers/scsi/bfa/bfa_fcs_lport.c
+--- linux-3.0.4/drivers/scsi/bfa/bfa_fcs_lport.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/scsi/bfa/bfa_fcs_lport.c       2011-08-23 21:48:14.000000000 -0400
 @@ -1559,6 +1559,8 @@ bfa_fcs_lport_fdmi_build_rhba_pyld(struc
        u16        len, count;
        u16     templen;
@@ -37927,9 +31326,9 @@ diff -urNp linux-2.6.39/drivers/scsi/bfa/bfa_fcs_lport.c linux-2.6.39/drivers/sc
        /*
         * get port attributes
         */
-diff -urNp linux-2.6.39/drivers/scsi/bfa/bfa_fcs_rport.c linux-2.6.39/drivers/scsi/bfa/bfa_fcs_rport.c
---- linux-2.6.39/drivers/scsi/bfa/bfa_fcs_rport.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/scsi/bfa/bfa_fcs_rport.c      2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/drivers/scsi/bfa/bfa_fcs_rport.c linux-3.0.4/drivers/scsi/bfa/bfa_fcs_rport.c
+--- linux-3.0.4/drivers/scsi/bfa/bfa_fcs_rport.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/scsi/bfa/bfa_fcs_rport.c       2011-08-23 21:48:14.000000000 -0400
 @@ -1844,6 +1844,8 @@ bfa_fcs_rport_process_rpsc(struct bfa_fc
        struct fc_rpsc_speed_info_s speeds;
        struct bfa_port_attr_s pport_attr;
@@ -37939,43 +31338,42 @@ diff -urNp linux-2.6.39/drivers/scsi/bfa/bfa_fcs_rport.c linux-2.6.39/drivers/sc
        bfa_trc(port->fcs, rx_fchs->s_id);
        bfa_trc(port->fcs, rx_fchs->d_id);
  
-diff -urNp linux-2.6.39/drivers/scsi/bfa/bfa_modules.h linux-2.6.39/drivers/scsi/bfa/bfa_modules.h
---- linux-2.6.39/drivers/scsi/bfa/bfa_modules.h        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/scsi/bfa/bfa_modules.h        2011-05-22 19:36:32.000000000 -0400
-@@ -68,8 +68,8 @@ enum {
-       static void bfa_ ## __mod ## _stop(struct bfa_s *bfa);      \
-       static void bfa_ ## __mod ## _iocdisable(struct bfa_s *bfa);      \
-                                                                       \
--      extern struct bfa_module_s hal_mod_ ## __mod;                   \
--      struct bfa_module_s hal_mod_ ## __mod = {                       \
-+      extern  const struct bfa_module_s hal_mod_ ## __mod;                    \
-+       const struct bfa_module_s hal_mod_ ## __mod = {                        \
-               bfa_ ## __mod ## _meminfo,                              \
-               bfa_ ## __mod ## _attach,                               \
-               bfa_ ## __mod ## _detach,                               \
-@@ -116,12 +116,12 @@ struct bfa_s {
- };
+diff -urNp linux-3.0.4/drivers/scsi/bfa/bfa.h linux-3.0.4/drivers/scsi/bfa/bfa.h
+--- linux-3.0.4/drivers/scsi/bfa/bfa.h 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/scsi/bfa/bfa.h 2011-08-23 21:47:55.000000000 -0400
+@@ -238,7 +238,7 @@ struct bfa_hwif_s {
+                               u32 *nvecs, u32 *maxvec);
+       void (*hw_msix_get_rme_range) (struct bfa_s *bfa, u32 *start,
+                                      u32 *end);
+-};
++} __no_const;
+ typedef void (*bfa_cb_iocfc_t) (void *cbarg, enum bfa_status status);
+ struct bfa_iocfc_s {
+diff -urNp linux-3.0.4/drivers/scsi/bfa/bfa_ioc.h linux-3.0.4/drivers/scsi/bfa/bfa_ioc.h
+--- linux-3.0.4/drivers/scsi/bfa/bfa_ioc.h     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/scsi/bfa/bfa_ioc.h     2011-08-23 21:47:55.000000000 -0400
+@@ -196,7 +196,7 @@ struct bfa_ioc_cbfn_s {
+       bfa_ioc_disable_cbfn_t  disable_cbfn;
+       bfa_ioc_hbfail_cbfn_t   hbfail_cbfn;
+       bfa_ioc_reset_cbfn_t    reset_cbfn;
+-};
++} __no_const;
  
- extern bfa_boolean_t bfa_auto_recover;
--extern struct bfa_module_s hal_mod_sgpg;
--extern struct bfa_module_s hal_mod_fcport;
--extern struct bfa_module_s hal_mod_fcxp;
--extern struct bfa_module_s hal_mod_lps;
--extern struct bfa_module_s hal_mod_uf;
--extern struct bfa_module_s hal_mod_rport;
--extern struct bfa_module_s hal_mod_fcpim;
-+extern const struct bfa_module_s hal_mod_sgpg;
-+extern const struct bfa_module_s hal_mod_fcport;
-+extern const struct bfa_module_s hal_mod_fcxp;
-+extern const struct bfa_module_s hal_mod_lps;
-+extern const struct bfa_module_s hal_mod_uf;
-+extern const struct bfa_module_s hal_mod_rport;
-+extern const struct bfa_module_s hal_mod_fcpim;
- #endif /* __BFA_MODULES_H__ */
-diff -urNp linux-2.6.39/drivers/scsi/BusLogic.c linux-2.6.39/drivers/scsi/BusLogic.c
---- linux-2.6.39/drivers/scsi/BusLogic.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/scsi/BusLogic.c       2011-05-22 19:36:32.000000000 -0400
+ /*
+  * Heartbeat failure notification queue element.
+@@ -268,7 +268,7 @@ struct bfa_ioc_hwif_s {
+       void            (*ioc_sync_leave)       (struct bfa_ioc_s *ioc);
+       void            (*ioc_sync_ack)         (struct bfa_ioc_s *ioc);
+       bfa_boolean_t   (*ioc_sync_complete)    (struct bfa_ioc_s *ioc);
+-};
++} __no_const;
+ #define bfa_ioc_pcifn(__ioc)          ((__ioc)->pcidev.pci_func)
+ #define bfa_ioc_devid(__ioc)          ((__ioc)->pcidev.device_id)
+diff -urNp linux-3.0.4/drivers/scsi/BusLogic.c linux-3.0.4/drivers/scsi/BusLogic.c
+--- linux-3.0.4/drivers/scsi/BusLogic.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/scsi/BusLogic.c        2011-08-23 21:48:14.000000000 -0400
 @@ -962,6 +962,8 @@ static int __init BusLogic_InitializeFla
  static void __init BusLogic_InitializeProbeInfoList(struct BusLogic_HostAdapter
                                                    *PrototypeHostAdapter)
@@ -37985,9 +31383,9 @@ diff -urNp linux-2.6.39/drivers/scsi/BusLogic.c linux-2.6.39/drivers/scsi/BusLog
        /*
           If a PCI BIOS is present, interrogate it for MultiMaster and FlashPoint
           Host Adapters; otherwise, default to the standard ISA MultiMaster probe.
-diff -urNp linux-2.6.39/drivers/scsi/dpt_i2o.c linux-2.6.39/drivers/scsi/dpt_i2o.c
---- linux-2.6.39/drivers/scsi/dpt_i2o.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/scsi/dpt_i2o.c        2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/drivers/scsi/dpt_i2o.c linux-3.0.4/drivers/scsi/dpt_i2o.c
+--- linux-3.0.4/drivers/scsi/dpt_i2o.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/scsi/dpt_i2o.c 2011-08-23 21:48:14.000000000 -0400
 @@ -1811,6 +1811,8 @@ static int adpt_i2o_passthru(adpt_hba* p
        dma_addr_t addr;
        ulong flags = 0;
@@ -38006,9 +31404,9 @@ diff -urNp linux-2.6.39/drivers/scsi/dpt_i2o.c linux-2.6.39/drivers/scsi/dpt_i2o
        memset(msg, 0 , sizeof(msg));
        len = scsi_bufflen(cmd);
        direction = 0x00000000; 
-diff -urNp linux-2.6.39/drivers/scsi/eata.c linux-2.6.39/drivers/scsi/eata.c
---- linux-2.6.39/drivers/scsi/eata.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/scsi/eata.c   2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/drivers/scsi/eata.c linux-3.0.4/drivers/scsi/eata.c
+--- linux-3.0.4/drivers/scsi/eata.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/scsi/eata.c    2011-08-23 21:48:14.000000000 -0400
 @@ -1087,6 +1087,8 @@ static int port_detect(unsigned long por
        struct hostdata *ha;
        char name[16];
@@ -38018,43 +31416,10 @@ diff -urNp linux-2.6.39/drivers/scsi/eata.c linux-2.6.39/drivers/scsi/eata.c
        sprintf(name, "%s%d", driver_name, j);
  
        if (!request_region(port_base, REGION_SIZE, driver_name)) {
-diff -urNp linux-2.6.39/drivers/scsi/esp_scsi.c linux-2.6.39/drivers/scsi/esp_scsi.c
---- linux-2.6.39/drivers/scsi/esp_scsi.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/scsi/esp_scsi.c       2011-05-22 19:36:32.000000000 -0400
-@@ -2680,7 +2680,7 @@ static void esp_set_width(struct scsi_ta
-       tp->flags |= ESP_TGT_CHECK_NEGO;
- }
--static struct spi_function_template esp_transport_ops = {
-+static const struct spi_function_template esp_transport_ops = {
-       .set_offset             = esp_set_offset,
-       .show_offset            = 1,
-       .set_period             = esp_set_period,
-diff -urNp linux-2.6.39/drivers/scsi/fcoe/fcoe.c linux-2.6.39/drivers/scsi/fcoe/fcoe.c
---- linux-2.6.39/drivers/scsi/fcoe/fcoe.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/scsi/fcoe/fcoe.c      2011-05-22 19:36:32.000000000 -0400
-@@ -138,7 +138,7 @@ static int fcoe_vport_disable(struct fc_
- static void fcoe_set_vport_symbolic_name(struct fc_vport *);
- static void fcoe_set_port_id(struct fc_lport *, u32, struct fc_frame *);
--static struct libfc_function_template fcoe_libfc_fcn_templ = {
-+static const struct libfc_function_template fcoe_libfc_fcn_templ = {
-       .frame_send = fcoe_xmit,
-       .ddp_setup = fcoe_ddp_setup,
-       .ddp_done = fcoe_ddp_done,
-diff -urNp linux-2.6.39/drivers/scsi/fcoe/fcoe_ctlr.c linux-2.6.39/drivers/scsi/fcoe/fcoe_ctlr.c
---- linux-2.6.39/drivers/scsi/fcoe/fcoe_ctlr.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/scsi/fcoe/fcoe_ctlr.c 2011-05-22 19:36:32.000000000 -0400
-@@ -1912,7 +1912,7 @@ static void fcoe_ctlr_vn_rport_callback(
-       mutex_unlock(&fip->ctlr_mutex);
- }
--static struct fc_rport_operations fcoe_ctlr_vn_rport_ops = {
-+static const struct fc_rport_operations fcoe_ctlr_vn_rport_ops = {
-       .event_callback = fcoe_ctlr_vn_rport_callback,
- };
-@@ -2458,6 +2458,8 @@ static int fcoe_ctlr_vn_recv(struct fcoe
+diff -urNp linux-3.0.4/drivers/scsi/fcoe/fcoe_ctlr.c linux-3.0.4/drivers/scsi/fcoe/fcoe_ctlr.c
+--- linux-3.0.4/drivers/scsi/fcoe/fcoe_ctlr.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/scsi/fcoe/fcoe_ctlr.c  2011-08-23 21:48:14.000000000 -0400
+@@ -2503,6 +2503,8 @@ static int fcoe_ctlr_vn_recv(struct fcoe
        } buf;
        int rc;
  
@@ -38063,21 +31428,9 @@ diff -urNp linux-2.6.39/drivers/scsi/fcoe/fcoe_ctlr.c linux-2.6.39/drivers/scsi/
        fiph = (struct fip_header *)skb->data;
        sub = fiph->fip_subcode;
  
-diff -urNp linux-2.6.39/drivers/scsi/fnic/fnic_main.c linux-2.6.39/drivers/scsi/fnic/fnic_main.c
---- linux-2.6.39/drivers/scsi/fnic/fnic_main.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/scsi/fnic/fnic_main.c 2011-05-22 19:36:32.000000000 -0400
-@@ -69,7 +69,7 @@ module_param(fnic_log_level, int, S_IRUG
- MODULE_PARM_DESC(fnic_log_level, "bit mask of fnic logging levels");
--static struct libfc_function_template fnic_transport_template = {
-+static const struct libfc_function_template fnic_transport_template = {
-       .frame_send = fnic_send,
-       .lport_set_port_id = fnic_set_port_id,
-       .fcp_abort_io = fnic_empty_scsi_cleanup,
-diff -urNp linux-2.6.39/drivers/scsi/gdth.c linux-2.6.39/drivers/scsi/gdth.c
---- linux-2.6.39/drivers/scsi/gdth.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/scsi/gdth.c   2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/drivers/scsi/gdth.c linux-3.0.4/drivers/scsi/gdth.c
+--- linux-3.0.4/drivers/scsi/gdth.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/scsi/gdth.c    2011-08-23 21:48:14.000000000 -0400
 @@ -4107,6 +4107,8 @@ static int ioc_lockdrv(void __user *arg)
      unsigned long flags;
      gdth_ha_str *ha;
@@ -38115,9 +31468,9 @@ diff -urNp linux-2.6.39/drivers/scsi/gdth.c linux-2.6.39/drivers/scsi/gdth.c
      memset(cmnd, 0xff, MAX_COMMAND_SIZE);
  
      TRACE2(("gdth_flush() hanum %d\n", ha->hanum));
-diff -urNp linux-2.6.39/drivers/scsi/gdth_proc.c linux-2.6.39/drivers/scsi/gdth_proc.c
---- linux-2.6.39/drivers/scsi/gdth_proc.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/scsi/gdth_proc.c      2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/drivers/scsi/gdth_proc.c linux-3.0.4/drivers/scsi/gdth_proc.c
+--- linux-3.0.4/drivers/scsi/gdth_proc.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/scsi/gdth_proc.c       2011-08-23 21:48:14.000000000 -0400
 @@ -47,6 +47,9 @@ static int gdth_set_asc_info(struct Scsi
      u64         paddr;
  
@@ -38137,9 +31490,9 @@ diff -urNp linux-2.6.39/drivers/scsi/gdth_proc.c linux-2.6.39/drivers/scsi/gdth_
      gdtcmd = kmalloc(sizeof(*gdtcmd), GFP_KERNEL);
      estr = kmalloc(sizeof(*estr), GFP_KERNEL);
      if (!gdtcmd || !estr)
-diff -urNp linux-2.6.39/drivers/scsi/hosts.c linux-2.6.39/drivers/scsi/hosts.c
---- linux-2.6.39/drivers/scsi/hosts.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/scsi/hosts.c  2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/drivers/scsi/hosts.c linux-3.0.4/drivers/scsi/hosts.c
+--- linux-3.0.4/drivers/scsi/hosts.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/scsi/hosts.c   2011-08-23 21:47:55.000000000 -0400
 @@ -42,7 +42,7 @@
  #include "scsi_logging.h"
  
@@ -38158,145 +31511,150 @@ diff -urNp linux-2.6.39/drivers/scsi/hosts.c linux-2.6.39/drivers/scsi/hosts.c
        shost->dma_channel = 0xff;
  
        /* These three are default values which can be overridden */
-diff -urNp linux-2.6.39/drivers/scsi/hpsa.h linux-2.6.39/drivers/scsi/hpsa.h
---- linux-2.6.39/drivers/scsi/hpsa.h   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/scsi/hpsa.h   2011-05-22 19:36:32.000000000 -0400
-@@ -347,7 +347,7 @@ static struct access_method SA5_access =
-       SA5_completed,
- };
--static struct access_method SA5_performant_access = {
-+static const struct access_method SA5_performant_access = {
-       SA5_submit_command,
-       SA5_performant_intr_mask,
-       SA5_fifo_full,
-diff -urNp linux-2.6.39/drivers/scsi/hptiop.c linux-2.6.39/drivers/scsi/hptiop.c
---- linux-2.6.39/drivers/scsi/hptiop.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/scsi/hptiop.c 2011-05-22 19:36:32.000000000 -0400
-@@ -1226,7 +1226,7 @@ static void hptiop_remove(struct pci_dev
-       scsi_host_put(host);
- }
--static struct hptiop_adapter_ops hptiop_itl_ops = {
-+static const struct hptiop_adapter_ops hptiop_itl_ops = {
-       .iop_wait_ready    = iop_wait_ready_itl,
-       .internal_memalloc = NULL,
-       .internal_memfree  = NULL,
-@@ -1241,7 +1241,7 @@ static struct hptiop_adapter_ops hptiop_
-       .post_req          = hptiop_post_req_itl,
- };
--static struct hptiop_adapter_ops hptiop_mv_ops = {
-+static const struct hptiop_adapter_ops hptiop_mv_ops = {
-       .iop_wait_ready    = iop_wait_ready_mv,
-       .internal_memalloc = hptiop_internal_memalloc_mv,
-       .internal_memfree  = hptiop_internal_memfree_mv,
-diff -urNp linux-2.6.39/drivers/scsi/ibmvscsi/ibmvfc.c linux-2.6.39/drivers/scsi/ibmvscsi/ibmvfc.c
---- linux-2.6.39/drivers/scsi/ibmvscsi/ibmvfc.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/scsi/ibmvscsi/ibmvfc.c        2011-05-22 19:36:32.000000000 -0400
-@@ -4881,7 +4881,7 @@ static struct vio_device_id ibmvfc_devic
- };
- MODULE_DEVICE_TABLE(vio, ibmvfc_device_table);
+diff -urNp linux-3.0.4/drivers/scsi/hpsa.c linux-3.0.4/drivers/scsi/hpsa.c
+--- linux-3.0.4/drivers/scsi/hpsa.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/scsi/hpsa.c    2011-08-23 21:47:55.000000000 -0400
+@@ -498,7 +498,7 @@ static inline u32 next_command(struct ct
+       u32 a;
+       if (unlikely(!(h->transMethod & CFGTBL_Trans_Performant)))
+-              return h->access.command_completed(h);
++              return h->access->command_completed(h);
+       if ((*(h->reply_pool_head) & 1) == (h->reply_pool_wraparound)) {
+               a = *(h->reply_pool_head); /* Next cmd in ring buffer */
+@@ -2938,7 +2938,7 @@ static void start_io(struct ctlr_info *h
+       while (!list_empty(&h->reqQ)) {
+               c = list_entry(h->reqQ.next, struct CommandList, list);
+               /* can't do anything if fifo is full */
+-              if ((h->access.fifo_full(h))) {
++              if ((h->access->fifo_full(h))) {
+                       dev_warn(&h->pdev->dev, "fifo full\n");
+                       break;
+               }
+@@ -2948,7 +2948,7 @@ static void start_io(struct ctlr_info *h
+               h->Qdepth--;
  
--static struct dev_pm_ops ibmvfc_pm_ops = {
-+static const struct dev_pm_ops ibmvfc_pm_ops = {
-       .resume = ibmvfc_resume
- };
+               /* Tell the controller execute command */
+-              h->access.submit_command(h, c);
++              h->access->submit_command(h, c);
  
-diff -urNp linux-2.6.39/drivers/scsi/ibmvscsi/ibmvscsi.c linux-2.6.39/drivers/scsi/ibmvscsi/ibmvscsi.c
---- linux-2.6.39/drivers/scsi/ibmvscsi/ibmvscsi.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/scsi/ibmvscsi/ibmvscsi.c      2011-05-22 19:36:32.000000000 -0400
-@@ -104,7 +104,7 @@ static struct scsi_transport_template *i
+               /* Put job onto the completed Q */
+               addQ(&h->cmpQ, c);
+@@ -2957,17 +2957,17 @@ static void start_io(struct ctlr_info *h
  
- #define IBMVSCSI_VERSION "1.5.9"
+ static inline unsigned long get_next_completion(struct ctlr_info *h)
+ {
+-      return h->access.command_completed(h);
++      return h->access->command_completed(h);
+ }
  
--static struct ibmvscsi_ops *ibmvscsi_ops;
-+static const struct ibmvscsi_ops *ibmvscsi_ops;
+ static inline bool interrupt_pending(struct ctlr_info *h)
+ {
+-      return h->access.intr_pending(h);
++      return h->access->intr_pending(h);
+ }
  
- MODULE_DESCRIPTION("IBM Virtual SCSI");
- MODULE_AUTHOR("Dave Boutcher");
-@@ -2059,7 +2059,7 @@ static struct vio_device_id ibmvscsi_dev
- };
- MODULE_DEVICE_TABLE(vio, ibmvscsi_device_table);
+ static inline long interrupt_not_for_us(struct ctlr_info *h)
+ {
+-      return (h->access.intr_pending(h) == 0) ||
++      return (h->access->intr_pending(h) == 0) ||
+               (h->interrupts_enabled == 0);
+ }
  
--static struct dev_pm_ops ibmvscsi_pm_ops = {
-+static const struct dev_pm_ops ibmvscsi_pm_ops = {
-       .resume = ibmvscsi_resume
- };
+@@ -3857,7 +3857,7 @@ static int __devinit hpsa_pci_init(struc
+       if (prod_index < 0)
+               return -ENODEV;
+       h->product_name = products[prod_index].product_name;
+-      h->access = *(products[prod_index].access);
++      h->access = products[prod_index].access;
  
-@@ -2075,7 +2075,7 @@ static struct vio_driver ibmvscsi_driver
+       if (hpsa_board_disabled(h->pdev)) {
+               dev_warn(&h->pdev->dev, "controller appears to be disabled\n");
+@@ -4134,7 +4134,7 @@ reinit_after_soft_reset:
        }
- };
--static struct srp_function_template ibmvscsi_transport_functions = {
-+static const struct srp_function_template ibmvscsi_transport_functions = {
- };
- int __init ibmvscsi_module_init(void)
-diff -urNp linux-2.6.39/drivers/scsi/ibmvscsi/ibmvscsi.h linux-2.6.39/drivers/scsi/ibmvscsi/ibmvscsi.h
---- linux-2.6.39/drivers/scsi/ibmvscsi/ibmvscsi.h      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/scsi/ibmvscsi/ibmvscsi.h      2011-05-22 19:36:32.000000000 -0400
-@@ -127,7 +127,7 @@ struct ibmvscsi_ops {
-       int (*resume) (struct ibmvscsi_host_data *hostdata);
- };
  
--extern struct ibmvscsi_ops iseriesvscsi_ops;
--extern struct ibmvscsi_ops rpavscsi_ops;
-+extern const struct ibmvscsi_ops iseriesvscsi_ops;
-+extern const struct ibmvscsi_ops rpavscsi_ops;
+       /* make sure the board interrupts are off */
+-      h->access.set_intr_mask(h, HPSA_INTR_OFF);
++      h->access->set_intr_mask(h, HPSA_INTR_OFF);
  
- #endif                                /* IBMVSCSI_H */
-diff -urNp linux-2.6.39/drivers/scsi/ibmvscsi/ibmvstgt.c linux-2.6.39/drivers/scsi/ibmvscsi/ibmvstgt.c
---- linux-2.6.39/drivers/scsi/ibmvscsi/ibmvstgt.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/scsi/ibmvscsi/ibmvstgt.c      2011-05-22 19:36:32.000000000 -0400
-@@ -951,7 +951,7 @@ static int get_system_info(void)
-       return 0;
- }
--static struct srp_function_template ibmvstgt_transport_functions = {
-+static const struct srp_function_template ibmvstgt_transport_functions = {
-       .tsk_mgmt_response = ibmvstgt_tsk_mgmt_response,
-       .it_nexus_response = ibmvstgt_it_nexus_response,
- };
-diff -urNp linux-2.6.39/drivers/scsi/ibmvscsi/iseries_vscsi.c linux-2.6.39/drivers/scsi/ibmvscsi/iseries_vscsi.c
---- linux-2.6.39/drivers/scsi/ibmvscsi/iseries_vscsi.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/scsi/ibmvscsi/iseries_vscsi.c 2011-05-22 19:36:32.000000000 -0400
-@@ -163,7 +163,7 @@ static int iseriesvscsi_resume(struct ib
-       return 0;
- }
--struct ibmvscsi_ops iseriesvscsi_ops = {
-+const struct ibmvscsi_ops iseriesvscsi_ops = {
-       .init_crq_queue = iseriesvscsi_init_crq_queue,
-       .release_crq_queue = iseriesvscsi_release_crq_queue,
-       .reset_crq_queue = iseriesvscsi_reset_crq_queue,
-diff -urNp linux-2.6.39/drivers/scsi/ibmvscsi/rpa_vscsi.c linux-2.6.39/drivers/scsi/ibmvscsi/rpa_vscsi.c
---- linux-2.6.39/drivers/scsi/ibmvscsi/rpa_vscsi.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/scsi/ibmvscsi/rpa_vscsi.c     2011-05-22 19:36:32.000000000 -0400
-@@ -358,7 +358,7 @@ static int rpavscsi_resume(struct ibmvsc
-       return 0;
- }
--struct ibmvscsi_ops rpavscsi_ops = {
-+const struct ibmvscsi_ops rpavscsi_ops = {
-       .init_crq_queue = rpavscsi_init_crq_queue,
-       .release_crq_queue = rpavscsi_release_crq_queue,
-       .reset_crq_queue = rpavscsi_reset_crq_queue,
-diff -urNp linux-2.6.39/drivers/scsi/ipr.c linux-2.6.39/drivers/scsi/ipr.c
---- linux-2.6.39/drivers/scsi/ipr.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/scsi/ipr.c    2011-05-22 19:36:32.000000000 -0400
-@@ -6210,7 +6210,7 @@ static bool ipr_qc_fill_rtf(struct ata_q
-       return true;
- }
--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.39/drivers/scsi/libfc/fc_exch.c linux-2.6.39/drivers/scsi/libfc/fc_exch.c
---- linux-2.6.39/drivers/scsi/libfc/fc_exch.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/scsi/libfc/fc_exch.c  2011-05-22 19:36:32.000000000 -0400
+       if (hpsa_request_irq(h, do_hpsa_intr_msi, do_hpsa_intr_intx))
+               goto clean2;
+@@ -4168,7 +4168,7 @@ reinit_after_soft_reset:
+                * fake ones to scoop up any residual completions.
+                */
+               spin_lock_irqsave(&h->lock, flags);
+-              h->access.set_intr_mask(h, HPSA_INTR_OFF);
++              h->access->set_intr_mask(h, HPSA_INTR_OFF);
+               spin_unlock_irqrestore(&h->lock, flags);
+               free_irq(h->intr[h->intr_mode], h);
+               rc = hpsa_request_irq(h, hpsa_msix_discard_completions,
+@@ -4187,9 +4187,9 @@ reinit_after_soft_reset:
+               dev_info(&h->pdev->dev, "Board READY.\n");
+               dev_info(&h->pdev->dev,
+                       "Waiting for stale completions to drain.\n");
+-              h->access.set_intr_mask(h, HPSA_INTR_ON);
++              h->access->set_intr_mask(h, HPSA_INTR_ON);
+               msleep(10000);
+-              h->access.set_intr_mask(h, HPSA_INTR_OFF);
++              h->access->set_intr_mask(h, HPSA_INTR_OFF);
+               rc = controller_reset_failed(h->cfgtable);
+               if (rc)
+@@ -4210,7 +4210,7 @@ reinit_after_soft_reset:
+       }
+       /* Turn the interrupts on so we can service requests */
+-      h->access.set_intr_mask(h, HPSA_INTR_ON);
++      h->access->set_intr_mask(h, HPSA_INTR_ON);
+       hpsa_hba_inquiry(h);
+       hpsa_register_scsi(h);  /* hook ourselves into SCSI subsystem */
+@@ -4263,7 +4263,7 @@ static void hpsa_shutdown(struct pci_dev
+        * To write all data in the battery backed cache to disks
+        */
+       hpsa_flush_cache(h);
+-      h->access.set_intr_mask(h, HPSA_INTR_OFF);
++      h->access->set_intr_mask(h, HPSA_INTR_OFF);
+       free_irq(h->intr[h->intr_mode], h);
+ #ifdef CONFIG_PCI_MSI
+       if (h->msix_vector)
+@@ -4426,7 +4426,7 @@ static __devinit void hpsa_enter_perform
+               return;
+       }
+       /* Change the access methods to the performant access methods */
+-      h->access = SA5_performant_access;
++      h->access = &SA5_performant_access;
+       h->transMethod = CFGTBL_Trans_Performant;
+ }
+diff -urNp linux-3.0.4/drivers/scsi/hpsa.h linux-3.0.4/drivers/scsi/hpsa.h
+--- linux-3.0.4/drivers/scsi/hpsa.h    2011-09-02 18:11:21.000000000 -0400
++++ linux-3.0.4/drivers/scsi/hpsa.h    2011-08-23 21:47:55.000000000 -0400
+@@ -73,7 +73,7 @@ struct ctlr_info {
+       unsigned int msix_vector;
+       unsigned int msi_vector;
+       int intr_mode; /* either PERF_MODE_INT or SIMPLE_MODE_INT */
+-      struct access_method access;
++      struct access_method *access;
+       /* queue and queue Info */
+       struct list_head reqQ;
+diff -urNp linux-3.0.4/drivers/scsi/ips.h linux-3.0.4/drivers/scsi/ips.h
+--- linux-3.0.4/drivers/scsi/ips.h     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/scsi/ips.h     2011-08-23 21:47:55.000000000 -0400
+@@ -1027,7 +1027,7 @@ typedef struct {
+    int       (*intr)(struct ips_ha *);
+    void      (*enableint)(struct ips_ha *);
+    uint32_t (*statupd)(struct ips_ha *);
+-} ips_hw_func_t;
++} __no_const ips_hw_func_t;
+ typedef struct ips_ha {
+    uint8_t            ha_id[IPS_MAX_CHANNELS+1];
+diff -urNp linux-3.0.4/drivers/scsi/libfc/fc_exch.c linux-3.0.4/drivers/scsi/libfc/fc_exch.c
+--- linux-3.0.4/drivers/scsi/libfc/fc_exch.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/scsi/libfc/fc_exch.c   2011-08-23 21:47:55.000000000 -0400
 @@ -105,12 +105,12 @@ struct fc_exch_mgr {
         * all together if not used XXX
         */
@@ -38406,7 +31764,7 @@ diff -urNp linux-2.6.39/drivers/scsi/libfc/fc_exch.c linux-2.6.39/drivers/scsi/l
                goto rel;
        }
  
-@@ -1479,9 +1479,9 @@ static void fc_exch_recv_resp(struct fc_
+@@ -1480,9 +1480,9 @@ static void fc_exch_recv_resp(struct fc_
        sp = fc_seq_lookup_orig(mp, fp);        /* doesn't hold sequence */
  
        if (!sp)
@@ -38418,42 +31776,10 @@ diff -urNp linux-2.6.39/drivers/scsi/libfc/fc_exch.c linux-2.6.39/drivers/scsi/l
  
        fc_frame_free(fp);
  }
-diff -urNp linux-2.6.39/drivers/scsi/libfc/fc_lport.c linux-2.6.39/drivers/scsi/libfc/fc_lport.c
---- linux-2.6.39/drivers/scsi/libfc/fc_lport.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/scsi/libfc/fc_lport.c 2011-05-22 19:36:32.000000000 -0400
-@@ -1299,7 +1299,7 @@ static void fc_lport_enter_ns(struct fc_
-               fc_lport_error(lport, fp);
- }
--static struct fc_rport_operations fc_lport_rport_ops = {
-+static const struct fc_rport_operations fc_lport_rport_ops = {
-       .event_callback = fc_lport_rport_callback,
- };
-diff -urNp linux-2.6.39/drivers/scsi/libfc/fc_rport.c linux-2.6.39/drivers/scsi/libfc/fc_rport.c
---- linux-2.6.39/drivers/scsi/libfc/fc_rport.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/scsi/libfc/fc_rport.c 2011-05-22 19:36:32.000000000 -0400
-@@ -256,7 +256,7 @@ static void fc_rport_work(struct work_st
-       struct fc_rport_libfc_priv *rpriv;
-       enum fc_rport_event event;
-       struct fc_lport *lport = rdata->local_port;
--      struct fc_rport_operations *rport_ops;
-+      const struct fc_rport_operations *rport_ops;
-       struct fc_rport_identifiers ids;
-       struct fc_rport *rport;
-       struct fc4_prov *prov;
-diff -urNp linux-2.6.39/drivers/scsi/libsas/sas_ata.c linux-2.6.39/drivers/scsi/libsas/sas_ata.c
---- linux-2.6.39/drivers/scsi/libsas/sas_ata.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/scsi/libsas/sas_ata.c 2011-05-22 19:36:32.000000000 -0400
-@@ -307,14 +307,14 @@ static void sas_ata_post_internal(struct
-       }
- }
--static struct ata_port_operations sas_sata_ops = {
-+static const struct ata_port_operations sas_sata_ops = {
-       .prereset               = ata_std_prereset,
-       .softreset              = NULL,
-       .hardreset              = sas_ata_hard_reset,
+diff -urNp linux-3.0.4/drivers/scsi/libsas/sas_ata.c linux-3.0.4/drivers/scsi/libsas/sas_ata.c
+--- linux-3.0.4/drivers/scsi/libsas/sas_ata.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/scsi/libsas/sas_ata.c  2011-08-23 21:47:55.000000000 -0400
+@@ -368,7 +368,7 @@ static struct ata_port_operations sas_sa
        .postreset              = ata_std_postreset,
        .error_handler          = ata_std_error_handler,
        .post_internal_cmd      = sas_ata_post_internal,
@@ -38462,9 +31788,9 @@ diff -urNp linux-2.6.39/drivers/scsi/libsas/sas_ata.c linux-2.6.39/drivers/scsi/
        .qc_prep                = ata_noop_qc_prep,
        .qc_issue               = sas_ata_qc_issue,
        .qc_fill_rtf            = sas_ata_qc_fill_rtf,
-diff -urNp linux-2.6.39/drivers/scsi/lpfc/lpfc_debugfs.c linux-2.6.39/drivers/scsi/lpfc/lpfc_debugfs.c
---- linux-2.6.39/drivers/scsi/lpfc/lpfc_debugfs.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/scsi/lpfc/lpfc_debugfs.c      2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/drivers/scsi/lpfc/lpfc_debugfs.c linux-3.0.4/drivers/scsi/lpfc/lpfc_debugfs.c
+--- linux-3.0.4/drivers/scsi/lpfc/lpfc_debugfs.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/scsi/lpfc/lpfc_debugfs.c       2011-08-23 21:48:14.000000000 -0400
 @@ -104,7 +104,7 @@ MODULE_PARM_DESC(lpfc_debugfs_mask_disc_
  
  #include <linux/debugfs.h>
@@ -38535,7 +31861,7 @@ diff -urNp linux-2.6.39/drivers/scsi/lpfc/lpfc_debugfs.c linux-2.6.39/drivers/sc
        dtp->jif = jiffies;
  #endif
        return;
-@@ -2145,7 +2147,7 @@ lpfc_debugfs_initialize(struct lpfc_vpor
+@@ -2606,7 +2608,7 @@ lpfc_debugfs_initialize(struct lpfc_vpor
                                                 "slow_ring buffer\n");
                                goto debug_failed;
                        }
@@ -38544,7 +31870,7 @@ diff -urNp linux-2.6.39/drivers/scsi/lpfc/lpfc_debugfs.c linux-2.6.39/drivers/sc
                        memset(phba->slow_ring_trc, 0,
                                (sizeof(struct lpfc_debugfs_trc) *
                                lpfc_debugfs_max_slow_ring_trc));
-@@ -2191,7 +2193,7 @@ lpfc_debugfs_initialize(struct lpfc_vpor
+@@ -2652,7 +2654,7 @@ lpfc_debugfs_initialize(struct lpfc_vpor
                                 "buffer\n");
                goto debug_failed;
        }
@@ -38553,10 +31879,10 @@ diff -urNp linux-2.6.39/drivers/scsi/lpfc/lpfc_debugfs.c linux-2.6.39/drivers/sc
  
        snprintf(name, sizeof(name), "discovery_trace");
        vport->debug_disc_trc =
-diff -urNp linux-2.6.39/drivers/scsi/lpfc/lpfc.h linux-2.6.39/drivers/scsi/lpfc/lpfc.h
---- linux-2.6.39/drivers/scsi/lpfc/lpfc.h      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/scsi/lpfc/lpfc.h      2011-05-22 19:36:32.000000000 -0400
-@@ -419,7 +419,7 @@ struct lpfc_vport {
+diff -urNp linux-3.0.4/drivers/scsi/lpfc/lpfc.h linux-3.0.4/drivers/scsi/lpfc/lpfc.h
+--- linux-3.0.4/drivers/scsi/lpfc/lpfc.h       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/scsi/lpfc/lpfc.h       2011-08-23 21:47:55.000000000 -0400
+@@ -420,7 +420,7 @@ struct lpfc_vport {
        struct dentry *debug_nodelist;
        struct dentry *vport_debugfs_root;
        struct lpfc_debugfs_trc *disc_trc;
@@ -38565,7 +31891,7 @@ diff -urNp linux-2.6.39/drivers/scsi/lpfc/lpfc.h linux-2.6.39/drivers/scsi/lpfc/
  #endif
        uint8_t stat_data_enabled;
        uint8_t stat_data_blocked;
-@@ -785,8 +785,8 @@ struct lpfc_hba {
+@@ -826,8 +826,8 @@ struct lpfc_hba {
        struct timer_list fabric_block_timer;
        unsigned long bit_flags;
  #define       FABRIC_COMANDS_BLOCKED  0
@@ -38576,7 +31902,7 @@ diff -urNp linux-2.6.39/drivers/scsi/lpfc/lpfc.h linux-2.6.39/drivers/scsi/lpfc/
        unsigned long last_rsrc_error_time;
        unsigned long last_ramp_down_time;
        unsigned long last_ramp_up_time;
-@@ -800,7 +800,7 @@ struct lpfc_hba {
+@@ -841,7 +841,7 @@ struct lpfc_hba {
        struct dentry *debug_dumpDif;    /* BlockGuard BPL*/
        struct dentry *debug_slow_ring_trc;
        struct lpfc_debugfs_trc *slow_ring_trc;
@@ -38585,9 +31911,25 @@ diff -urNp linux-2.6.39/drivers/scsi/lpfc/lpfc.h linux-2.6.39/drivers/scsi/lpfc/
        /* iDiag debugfs sub-directory */
        struct dentry *idiag_root;
        struct dentry *idiag_pci_cfg;
-diff -urNp linux-2.6.39/drivers/scsi/lpfc/lpfc_scsi.c linux-2.6.39/drivers/scsi/lpfc/lpfc_scsi.c
---- linux-2.6.39/drivers/scsi/lpfc/lpfc_scsi.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/scsi/lpfc/lpfc_scsi.c 2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/drivers/scsi/lpfc/lpfc_init.c linux-3.0.4/drivers/scsi/lpfc/lpfc_init.c
+--- linux-3.0.4/drivers/scsi/lpfc/lpfc_init.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/scsi/lpfc/lpfc_init.c  2011-08-23 21:47:56.000000000 -0400
+@@ -9923,8 +9923,10 @@ lpfc_init(void)
+       printk(LPFC_COPYRIGHT "\n");
+       if (lpfc_enable_npiv) {
+-              lpfc_transport_functions.vport_create = lpfc_vport_create;
+-              lpfc_transport_functions.vport_delete = lpfc_vport_delete;
++              pax_open_kernel();
++              *(void **)&lpfc_transport_functions.vport_create = lpfc_vport_create;
++              *(void **)&lpfc_transport_functions.vport_delete = lpfc_vport_delete;
++              pax_close_kernel();
+       }
+       lpfc_transport_template =
+                               fc_attach_transport(&lpfc_transport_functions);
+diff -urNp linux-3.0.4/drivers/scsi/lpfc/lpfc_scsi.c linux-3.0.4/drivers/scsi/lpfc/lpfc_scsi.c
+--- linux-3.0.4/drivers/scsi/lpfc/lpfc_scsi.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/scsi/lpfc/lpfc_scsi.c  2011-08-23 21:47:56.000000000 -0400
 @@ -297,7 +297,7 @@ lpfc_rampdown_queue_depth(struct lpfc_hb
        uint32_t evt_posted;
  
@@ -38639,22 +31981,10 @@ diff -urNp linux-2.6.39/drivers/scsi/lpfc/lpfc_scsi.c linux-2.6.39/drivers/scsi/
  }
  
  /**
-diff -urNp linux-2.6.39/drivers/scsi/mac_esp.c linux-2.6.39/drivers/scsi/mac_esp.c
---- linux-2.6.39/drivers/scsi/mac_esp.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/scsi/mac_esp.c        2011-05-22 19:36:32.000000000 -0400
-@@ -473,7 +473,7 @@ static irqreturn_t mac_scsi_esp_intr(int
-       return IRQ_HANDLED;
- }
--static struct esp_driver_ops mac_esp_ops = {
-+static const struct esp_driver_ops mac_esp_ops = {
-       .esp_write8       = mac_esp_write8,
-       .esp_read8        = mac_esp_read8,
-       .map_single       = mac_esp_map_single,
-diff -urNp linux-2.6.39/drivers/scsi/megaraid/megaraid_mbox.c linux-2.6.39/drivers/scsi/megaraid/megaraid_mbox.c
---- linux-2.6.39/drivers/scsi/megaraid/megaraid_mbox.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/scsi/megaraid/megaraid_mbox.c 2011-05-22 19:36:32.000000000 -0400
-@@ -3510,6 +3510,8 @@ megaraid_cmm_register(adapter_t *adapter
+diff -urNp linux-3.0.4/drivers/scsi/megaraid/megaraid_mbox.c linux-3.0.4/drivers/scsi/megaraid/megaraid_mbox.c
+--- linux-3.0.4/drivers/scsi/megaraid/megaraid_mbox.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/scsi/megaraid/megaraid_mbox.c  2011-08-23 21:48:14.000000000 -0400
+@@ -3503,6 +3503,8 @@ megaraid_cmm_register(adapter_t *adapter
        int             rval;
        int             i;
  
@@ -38663,93 +31993,9 @@ diff -urNp linux-2.6.39/drivers/scsi/megaraid/megaraid_mbox.c linux-2.6.39/drive
        // Allocate memory for the base list of scb for management module.
        adapter->uscb_list = kcalloc(MBOX_MAX_USER_CMDS, sizeof(scb_t), GFP_KERNEL);
  
-diff -urNp linux-2.6.39/drivers/scsi/megaraid/megaraid_sas_base.c linux-2.6.39/drivers/scsi/megaraid/megaraid_sas_base.c
---- linux-2.6.39/drivers/scsi/megaraid/megaraid_sas_base.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/scsi/megaraid/megaraid_sas_base.c     2011-05-22 19:36:32.000000000 -0400
-@@ -366,7 +366,7 @@ megasas_check_reset_xscale(struct megasa
-       return 0;
- }
--static struct megasas_instance_template megasas_instance_template_xscale = {
-+static const struct megasas_instance_template megasas_instance_template_xscale = {
-       .fire_cmd = megasas_fire_cmd_xscale,
-       .enable_intr = megasas_enable_intr_xscale,
-@@ -497,7 +497,7 @@ megasas_check_reset_ppc(struct megasas_i
- {
-       return 0;
- }
--static struct megasas_instance_template megasas_instance_template_ppc = {
-+static const struct megasas_instance_template megasas_instance_template_ppc = {
-       .fire_cmd = megasas_fire_cmd_ppc,
-       .enable_intr = megasas_enable_intr_ppc,
-@@ -623,7 +623,7 @@ megasas_check_reset_skinny(struct megasa
-       return 0;
- }
--static struct megasas_instance_template megasas_instance_template_skinny = {
-+static const struct megasas_instance_template megasas_instance_template_skinny = {
-       .fire_cmd = megasas_fire_cmd_skinny,
-       .enable_intr = megasas_enable_intr_skinny,
-@@ -810,7 +810,7 @@ megasas_check_reset_gen2(struct megasas_
-       return 0;
- }
--static struct megasas_instance_template megasas_instance_template_gen2 = {
-+static const struct megasas_instance_template megasas_instance_template_gen2 = {
-       .fire_cmd = megasas_fire_cmd_gen2,
-       .enable_intr = megasas_enable_intr_gen2,
-@@ -834,7 +834,7 @@ static struct megasas_instance_template 
- /*
-  * Template added for TB (Fusion)
-  */
--extern struct megasas_instance_template megasas_instance_template_fusion;
-+extern const struct megasas_instance_template megasas_instance_template_fusion;
- /**
-  * megasas_issue_polled -     Issues a polling command
-diff -urNp linux-2.6.39/drivers/scsi/megaraid/megaraid_sas_fusion.c linux-2.6.39/drivers/scsi/megaraid/megaraid_sas_fusion.c
---- linux-2.6.39/drivers/scsi/megaraid/megaraid_sas_fusion.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/scsi/megaraid/megaraid_sas_fusion.c   2011-05-22 19:36:32.000000000 -0400
-@@ -2236,7 +2236,7 @@ void megasas_fusion_ocr_wq(struct work_s
-       megasas_reset_fusion(instance->host);
- }
--struct megasas_instance_template megasas_instance_template_fusion = {
-+const struct megasas_instance_template megasas_instance_template_fusion = {
-       .fire_cmd = megasas_fire_cmd_fusion,
-       .enable_intr = megasas_enable_intr_fusion,
-       .disable_intr = megasas_disable_intr_fusion,
-diff -urNp linux-2.6.39/drivers/scsi/megaraid/megaraid_sas.h linux-2.6.39/drivers/scsi/megaraid/megaraid_sas.h
---- linux-2.6.39/drivers/scsi/megaraid/megaraid_sas.h  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/scsi/megaraid/megaraid_sas.h  2011-05-22 19:36:32.000000000 -0400
-@@ -1330,7 +1330,7 @@ struct megasas_instance {
-       atomic_t fw_outstanding;
-       atomic_t fw_reset_no_pci_access;
--      struct megasas_instance_template *instancet;
-+      const struct megasas_instance_template *instancet;
-       struct tasklet_struct isr_tasklet;
-       struct work_struct work_init;
-diff -urNp linux-2.6.39/drivers/scsi/ncr53c8xx.c linux-2.6.39/drivers/scsi/ncr53c8xx.c
---- linux-2.6.39/drivers/scsi/ncr53c8xx.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/scsi/ncr53c8xx.c      2011-05-22 19:36:32.000000000 -0400
-@@ -8606,7 +8606,7 @@ static void ncr53c8xx_get_signalling(str
-       spi_signalling(shost) = type;
- }
--static struct spi_function_template ncr53c8xx_transport_functions =  {
-+static struct spi_function_template ncr53c8xx_transport_functions = {
-       .set_period     = ncr53c8xx_set_period,
-       .show_period    = 1,
-       .set_offset     = ncr53c8xx_set_offset,
-diff -urNp linux-2.6.39/drivers/scsi/osd/osd_initiator.c linux-2.6.39/drivers/scsi/osd/osd_initiator.c
---- linux-2.6.39/drivers/scsi/osd/osd_initiator.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/scsi/osd/osd_initiator.c      2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/drivers/scsi/osd/osd_initiator.c linux-3.0.4/drivers/scsi/osd/osd_initiator.c
+--- linux-3.0.4/drivers/scsi/osd/osd_initiator.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/scsi/osd/osd_initiator.c       2011-08-23 21:48:14.000000000 -0400
 @@ -97,6 +97,8 @@ static int _osd_get_print_system_info(st
        int nelem = ARRAY_SIZE(get_attrs), a = 0;
        int ret;
@@ -38759,9 +32005,9 @@ diff -urNp linux-2.6.39/drivers/scsi/osd/osd_initiator.c linux-2.6.39/drivers/sc
        or = osd_start_request(od, GFP_KERNEL);
        if (!or)
                return -ENOMEM;
-diff -urNp linux-2.6.39/drivers/scsi/pmcraid.c linux-2.6.39/drivers/scsi/pmcraid.c
---- linux-2.6.39/drivers/scsi/pmcraid.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/scsi/pmcraid.c        2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/drivers/scsi/pmcraid.c linux-3.0.4/drivers/scsi/pmcraid.c
+--- linux-3.0.4/drivers/scsi/pmcraid.c 2011-09-02 18:11:21.000000000 -0400
++++ linux-3.0.4/drivers/scsi/pmcraid.c 2011-08-23 21:47:56.000000000 -0400
 @@ -201,8 +201,8 @@ static int pmcraid_slave_alloc(struct sc
                res->scsi_dev = scsi_dev;
                scsi_dev->hostdata = res;
@@ -38803,7 +32049,7 @@ diff -urNp linux-2.6.39/drivers/scsi/pmcraid.c linux-2.6.39/drivers/scsi/pmcraid
                          pinstance->num_hrrq;
  
        if (request_size) {
-@@ -4495,7 +4495,7 @@ static void pmcraid_worker_function(stru
+@@ -4498,7 +4498,7 @@ static void pmcraid_worker_function(stru
  
        pinstance = container_of(workp, struct pmcraid_instance, worker_q);
        /* add resources only after host is added into system */
@@ -38812,7 +32058,7 @@ diff -urNp linux-2.6.39/drivers/scsi/pmcraid.c linux-2.6.39/drivers/scsi/pmcraid
                return;
  
        fw_version = be16_to_cpu(pinstance->inq_data->fw_version);
-@@ -5329,8 +5329,8 @@ static int __devinit pmcraid_init_instan
+@@ -5332,8 +5332,8 @@ static int __devinit pmcraid_init_instan
        init_waitqueue_head(&pinstance->reset_wait_q);
  
        atomic_set(&pinstance->outstanding_cmds, 0);
@@ -38823,7 +32069,7 @@ diff -urNp linux-2.6.39/drivers/scsi/pmcraid.c linux-2.6.39/drivers/scsi/pmcraid
  
        INIT_LIST_HEAD(&pinstance->free_res_q);
        INIT_LIST_HEAD(&pinstance->used_res_q);
-@@ -6045,7 +6045,7 @@ static int __devinit pmcraid_probe(
+@@ -6048,7 +6048,7 @@ static int __devinit pmcraid_probe(
        /* Schedule worker thread to handle CCN and take care of adding and
         * removing devices to OS
         */
@@ -38832,10 +32078,10 @@ diff -urNp linux-2.6.39/drivers/scsi/pmcraid.c linux-2.6.39/drivers/scsi/pmcraid
        schedule_work(&pinstance->worker_q);
        return rc;
  
-diff -urNp linux-2.6.39/drivers/scsi/pmcraid.h linux-2.6.39/drivers/scsi/pmcraid.h
---- linux-2.6.39/drivers/scsi/pmcraid.h        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/scsi/pmcraid.h        2011-05-22 19:36:32.000000000 -0400
-@@ -750,7 +750,7 @@ struct pmcraid_instance {
+diff -urNp linux-3.0.4/drivers/scsi/pmcraid.h linux-3.0.4/drivers/scsi/pmcraid.h
+--- linux-3.0.4/drivers/scsi/pmcraid.h 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/scsi/pmcraid.h 2011-08-23 21:47:56.000000000 -0400
+@@ -749,7 +749,7 @@ struct pmcraid_instance {
        struct pmcraid_isr_param hrrq_vector[PMCRAID_NUM_MSIX_VECTORS];
  
        /* Message id as filled in last fired IOARCB, used to identify HRRQ */
@@ -38844,7 +32090,7 @@ diff -urNp linux-2.6.39/drivers/scsi/pmcraid.h linux-2.6.39/drivers/scsi/pmcraid
  
        /* configuration table */
        struct pmcraid_config_table *cfg_table;
-@@ -779,7 +779,7 @@ struct pmcraid_instance {
+@@ -778,7 +778,7 @@ struct pmcraid_instance {
        atomic_t outstanding_cmds;
  
        /* should add/delete resources to mid-layer now ?*/
@@ -38853,7 +32099,7 @@ diff -urNp linux-2.6.39/drivers/scsi/pmcraid.h linux-2.6.39/drivers/scsi/pmcraid
  
  
  
-@@ -815,8 +815,8 @@ struct pmcraid_resource_entry {
+@@ -814,8 +814,8 @@ struct pmcraid_resource_entry {
                struct pmcraid_config_table_entry_ext cfg_entry_ext;
        };
        struct scsi_device *scsi_dev;   /* Link scsi_device structure */
@@ -38864,21 +32110,21 @@ diff -urNp linux-2.6.39/drivers/scsi/pmcraid.h linux-2.6.39/drivers/scsi/pmcraid
  
        /* To indicate add/delete/modify during CCN */
        u8 change_detected;
-diff -urNp linux-2.6.39/drivers/scsi/qla2xxx/qla_os.c linux-2.6.39/drivers/scsi/qla2xxx/qla_os.c
---- linux-2.6.39/drivers/scsi/qla2xxx/qla_os.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/scsi/qla2xxx/qla_os.c 2011-05-22 19:36:32.000000000 -0400
-@@ -4097,7 +4097,7 @@ static struct pci_driver qla2xxx_pci_dri
-       .err_handler    = &qla2xxx_err_handler,
};
--static struct file_operations apidev_fops = {
-+static const struct file_operations apidev_fops = {
-       .owner = THIS_MODULE,
-       .llseek = noop_llseek,
- };
-diff -urNp linux-2.6.39/drivers/scsi/qla4xxx/ql4_def.h linux-2.6.39/drivers/scsi/qla4xxx/ql4_def.h
---- linux-2.6.39/drivers/scsi/qla4xxx/ql4_def.h        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/scsi/qla4xxx/ql4_def.h        2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/drivers/scsi/qla2xxx/qla_def.h linux-3.0.4/drivers/scsi/qla2xxx/qla_def.h
+--- linux-3.0.4/drivers/scsi/qla2xxx/qla_def.h 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/scsi/qla2xxx/qla_def.h 2011-08-23 21:47:56.000000000 -0400
+@@ -2244,7 +2244,7 @@ struct isp_operations {
+       int (*get_flash_version) (struct scsi_qla_host *, void *);
      int (*start_scsi) (srb_t *);
+       int (*abort_isp) (struct scsi_qla_host *);
+-};
++} __no_const;
+ /* MSI-X Support *************************************************************/
+diff -urNp linux-3.0.4/drivers/scsi/qla4xxx/ql4_def.h linux-3.0.4/drivers/scsi/qla4xxx/ql4_def.h
+--- linux-3.0.4/drivers/scsi/qla4xxx/ql4_def.h 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/scsi/qla4xxx/ql4_def.h 2011-08-23 21:47:56.000000000 -0400
 @@ -256,7 +256,7 @@ struct ddb_entry {
        atomic_t retry_relogin_timer; /* Min Time between relogins
                                       * (4000 only) */
@@ -38888,9 +32134,9 @@ diff -urNp linux-2.6.39/drivers/scsi/qla4xxx/ql4_def.h linux-2.6.39/drivers/scsi
                                       * retried */
  
        uint16_t port;
-diff -urNp linux-2.6.39/drivers/scsi/qla4xxx/ql4_init.c linux-2.6.39/drivers/scsi/qla4xxx/ql4_init.c
---- linux-2.6.39/drivers/scsi/qla4xxx/ql4_init.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/scsi/qla4xxx/ql4_init.c       2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/drivers/scsi/qla4xxx/ql4_init.c linux-3.0.4/drivers/scsi/qla4xxx/ql4_init.c
+--- linux-3.0.4/drivers/scsi/qla4xxx/ql4_init.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/scsi/qla4xxx/ql4_init.c        2011-08-23 21:47:56.000000000 -0400
 @@ -680,7 +680,7 @@ static struct ddb_entry * qla4xxx_alloc_
        ddb_entry->fw_ddb_index = fw_ddb_index;
        atomic_set(&ddb_entry->retry_relogin_timer, INVALID_ENTRY);
@@ -38909,10 +32155,10 @@ diff -urNp linux-2.6.39/drivers/scsi/qla4xxx/ql4_init.c linux-2.6.39/drivers/scs
                atomic_set(&ddb_entry->relogin_timer, 0);
                clear_bit(DF_RELOGIN, &ddb_entry->flags);
                iscsi_unblock_session(ddb_entry->sess);
-diff -urNp linux-2.6.39/drivers/scsi/qla4xxx/ql4_os.c linux-2.6.39/drivers/scsi/qla4xxx/ql4_os.c
---- linux-2.6.39/drivers/scsi/qla4xxx/ql4_os.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/scsi/qla4xxx/ql4_os.c 2011-05-22 19:36:32.000000000 -0400
-@@ -802,13 +802,13 @@ static void qla4xxx_timer(struct scsi_ql
+diff -urNp linux-3.0.4/drivers/scsi/qla4xxx/ql4_os.c linux-3.0.4/drivers/scsi/qla4xxx/ql4_os.c
+--- linux-3.0.4/drivers/scsi/qla4xxx/ql4_os.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/scsi/qla4xxx/ql4_os.c  2011-08-23 21:47:56.000000000 -0400
+@@ -811,13 +811,13 @@ static void qla4xxx_timer(struct scsi_ql
                            ddb_entry->fw_ddb_device_state ==
                            DDB_DS_SESSION_FAILED) {
                                /* Reset retry relogin timer */
@@ -38928,9 +32174,9 @@ diff -urNp linux-2.6.39/drivers/scsi/qla4xxx/ql4_os.c linux-2.6.39/drivers/scsi/
                                                          relogin_retry_count))
                                        );
                                start_dpc++;
-diff -urNp linux-2.6.39/drivers/scsi/scsi.c linux-2.6.39/drivers/scsi/scsi.c
---- linux-2.6.39/drivers/scsi/scsi.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/scsi/scsi.c   2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/drivers/scsi/scsi.c linux-3.0.4/drivers/scsi/scsi.c
+--- linux-3.0.4/drivers/scsi/scsi.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/scsi/scsi.c    2011-08-23 21:47:56.000000000 -0400
 @@ -655,7 +655,7 @@ int scsi_dispatch_cmd(struct scsi_cmnd *
        unsigned long timeout;
        int rtn = 0;
@@ -38940,9 +32186,9 @@ diff -urNp linux-2.6.39/drivers/scsi/scsi.c linux-2.6.39/drivers/scsi/scsi.c
  
        /* check if the device is still usable */
        if (unlikely(cmd->device->sdev_state == SDEV_DEL)) {
-diff -urNp linux-2.6.39/drivers/scsi/scsi_debug.c linux-2.6.39/drivers/scsi/scsi_debug.c
---- linux-2.6.39/drivers/scsi/scsi_debug.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/scsi/scsi_debug.c     2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/drivers/scsi/scsi_debug.c linux-3.0.4/drivers/scsi/scsi_debug.c
+--- linux-3.0.4/drivers/scsi/scsi_debug.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/scsi/scsi_debug.c      2011-08-23 21:48:14.000000000 -0400
 @@ -1493,6 +1493,8 @@ static int resp_mode_select(struct scsi_
        unsigned char arr[SDEBUG_MAX_MSELECT_SZ];
        unsigned char *cmd = (unsigned char *)scp->cmnd;
@@ -38961,10 +32207,10 @@ diff -urNp linux-2.6.39/drivers/scsi/scsi_debug.c linux-2.6.39/drivers/scsi/scsi
        if ((errsts = check_readiness(scp, 1, devip)))
                return errsts;
        memset(arr, 0, sizeof(arr));
-diff -urNp linux-2.6.39/drivers/scsi/scsi_lib.c linux-2.6.39/drivers/scsi/scsi_lib.c
---- linux-2.6.39/drivers/scsi/scsi_lib.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/scsi/scsi_lib.c       2011-05-22 19:36:32.000000000 -0400
-@@ -1410,7 +1410,7 @@ static void scsi_kill_request(struct req
+diff -urNp linux-3.0.4/drivers/scsi/scsi_lib.c linux-3.0.4/drivers/scsi/scsi_lib.c
+--- linux-3.0.4/drivers/scsi/scsi_lib.c        2011-09-02 18:11:21.000000000 -0400
++++ linux-3.0.4/drivers/scsi/scsi_lib.c        2011-08-23 21:47:56.000000000 -0400
+@@ -1412,7 +1412,7 @@ static void scsi_kill_request(struct req
        shost = sdev->host;
        scsi_init_cmd_errh(cmd);
        cmd->result = DID_NO_CONNECT << 16;
@@ -38973,7 +32219,7 @@ diff -urNp linux-2.6.39/drivers/scsi/scsi_lib.c linux-2.6.39/drivers/scsi/scsi_l
  
        /*
         * SCSI request completion path will do scsi_device_unbusy(),
-@@ -1436,9 +1436,9 @@ static void scsi_softirq_done(struct req
+@@ -1438,9 +1438,9 @@ static void scsi_softirq_done(struct req
  
        INIT_LIST_HEAD(&cmd->eh_entry);
  
@@ -38985,10 +32231,10 @@ diff -urNp linux-2.6.39/drivers/scsi/scsi_lib.c linux-2.6.39/drivers/scsi/scsi_l
  
        disposition = scsi_decide_disposition(cmd);
        if (disposition != SUCCESS &&
-diff -urNp linux-2.6.39/drivers/scsi/scsi_sysfs.c linux-2.6.39/drivers/scsi/scsi_sysfs.c
---- linux-2.6.39/drivers/scsi/scsi_sysfs.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/scsi/scsi_sysfs.c     2011-05-22 19:36:32.000000000 -0400
-@@ -621,7 +621,7 @@ show_iostat_##field(struct device *dev, 
+diff -urNp linux-3.0.4/drivers/scsi/scsi_sysfs.c linux-3.0.4/drivers/scsi/scsi_sysfs.c
+--- linux-3.0.4/drivers/scsi/scsi_sysfs.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/scsi/scsi_sysfs.c      2011-08-23 21:47:56.000000000 -0400
+@@ -622,7 +622,7 @@ show_iostat_##field(struct device *dev, 
                    char *buf)                                          \
  {                                                                     \
        struct scsi_device *sdev = to_scsi_device(dev);                 \
@@ -38997,10 +32243,10 @@ diff -urNp linux-2.6.39/drivers/scsi/scsi_sysfs.c linux-2.6.39/drivers/scsi/scsi
        return snprintf(buf, 20, "0x%llx\n", count);                    \
  }                                                                     \
  static DEVICE_ATTR(field, S_IRUGO, show_iostat_##field, NULL)
-diff -urNp linux-2.6.39/drivers/scsi/scsi_transport_fc.c linux-2.6.39/drivers/scsi/scsi_transport_fc.c
---- linux-2.6.39/drivers/scsi/scsi_transport_fc.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/scsi/scsi_transport_fc.c      2011-05-22 19:36:32.000000000 -0400
-@@ -485,7 +485,7 @@ static DECLARE_TRANSPORT_CLASS(fc_vport_
+diff -urNp linux-3.0.4/drivers/scsi/scsi_transport_fc.c linux-3.0.4/drivers/scsi/scsi_transport_fc.c
+--- linux-3.0.4/drivers/scsi/scsi_transport_fc.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/scsi/scsi_transport_fc.c       2011-08-23 21:47:56.000000000 -0400
+@@ -484,7 +484,7 @@ static DECLARE_TRANSPORT_CLASS(fc_vport_
   * Netlink Infrastructure
   */
  
@@ -39009,7 +32255,7 @@ diff -urNp linux-2.6.39/drivers/scsi/scsi_transport_fc.c linux-2.6.39/drivers/sc
  
  /**
   * fc_get_event_number - Obtain the next sequential FC event number
-@@ -498,7 +498,7 @@ static atomic_t fc_event_seq;
+@@ -497,7 +497,7 @@ static atomic_t fc_event_seq;
  u32
  fc_get_event_number(void)
  {
@@ -39018,7 +32264,7 @@ diff -urNp linux-2.6.39/drivers/scsi/scsi_transport_fc.c linux-2.6.39/drivers/sc
  }
  EXPORT_SYMBOL(fc_get_event_number);
  
-@@ -646,7 +646,7 @@ static __init int fc_transport_init(void
+@@ -645,7 +645,7 @@ static __init int fc_transport_init(void
  {
        int error;
  
@@ -39027,7 +32273,7 @@ diff -urNp linux-2.6.39/drivers/scsi/scsi_transport_fc.c linux-2.6.39/drivers/sc
  
        error = transport_class_register(&fc_host_class);
        if (error)
-@@ -836,7 +836,7 @@ static int fc_str_to_dev_loss(const char
+@@ -835,7 +835,7 @@ static int fc_str_to_dev_loss(const char
        char *cp;
  
        *val = simple_strtoul(buf, &cp, 0);
@@ -39036,9 +32282,9 @@ diff -urNp linux-2.6.39/drivers/scsi/scsi_transport_fc.c linux-2.6.39/drivers/sc
                return -EINVAL;
        /*
         * Check for overflow; dev_loss_tmo is u32
-diff -urNp linux-2.6.39/drivers/scsi/scsi_transport_iscsi.c linux-2.6.39/drivers/scsi/scsi_transport_iscsi.c
---- linux-2.6.39/drivers/scsi/scsi_transport_iscsi.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/scsi/scsi_transport_iscsi.c   2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/drivers/scsi/scsi_transport_iscsi.c linux-3.0.4/drivers/scsi/scsi_transport_iscsi.c
+--- linux-3.0.4/drivers/scsi/scsi_transport_iscsi.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/scsi/scsi_transport_iscsi.c    2011-08-23 21:47:56.000000000 -0400
 @@ -83,7 +83,7 @@ struct iscsi_internal {
        struct device_attribute *session_attrs[ISCSI_SESSION_ATTRS + 1];
  };
@@ -39066,9 +32312,9 @@ diff -urNp linux-2.6.39/drivers/scsi/scsi_transport_iscsi.c linux-2.6.39/drivers
  
        err = class_register(&iscsi_transport_class);
        if (err)
-diff -urNp linux-2.6.39/drivers/scsi/scsi_transport_srp.c linux-2.6.39/drivers/scsi/scsi_transport_srp.c
---- linux-2.6.39/drivers/scsi/scsi_transport_srp.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/scsi/scsi_transport_srp.c     2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/drivers/scsi/scsi_transport_srp.c linux-3.0.4/drivers/scsi/scsi_transport_srp.c
+--- linux-3.0.4/drivers/scsi/scsi_transport_srp.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/scsi/scsi_transport_srp.c      2011-08-23 21:47:56.000000000 -0400
 @@ -33,7 +33,7 @@
  #include "scsi_transport_srp_internal.h"
  
@@ -39096,9 +32342,9 @@ diff -urNp linux-2.6.39/drivers/scsi/scsi_transport_srp.c linux-2.6.39/drivers/s
        dev_set_name(&rport->dev, "port-%d:%d", shost->host_no, id);
  
        transport_setup_device(&rport->dev);
-diff -urNp linux-2.6.39/drivers/scsi/sg.c linux-2.6.39/drivers/scsi/sg.c
---- linux-2.6.39/drivers/scsi/sg.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/scsi/sg.c     2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/drivers/scsi/sg.c linux-3.0.4/drivers/scsi/sg.c
+--- linux-3.0.4/drivers/scsi/sg.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/scsi/sg.c      2011-08-23 21:47:56.000000000 -0400
 @@ -2310,7 +2310,7 @@ struct sg_proc_leaf {
        const struct file_operations * fops;
  };
@@ -39117,9 +32363,9 @@ diff -urNp linux-2.6.39/drivers/scsi/sg.c linux-2.6.39/drivers/scsi/sg.c
  
        sg_proc_sgp = proc_mkdir(sg_proc_sg_dirname, NULL);
        if (!sg_proc_sgp)
-diff -urNp linux-2.6.39/drivers/scsi/sym53c8xx_2/sym_glue.c linux-2.6.39/drivers/scsi/sym53c8xx_2/sym_glue.c
---- linux-2.6.39/drivers/scsi/sym53c8xx_2/sym_glue.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/scsi/sym53c8xx_2/sym_glue.c   2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/drivers/scsi/sym53c8xx_2/sym_glue.c linux-3.0.4/drivers/scsi/sym53c8xx_2/sym_glue.c
+--- linux-3.0.4/drivers/scsi/sym53c8xx_2/sym_glue.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/scsi/sym53c8xx_2/sym_glue.c    2011-08-23 21:48:14.000000000 -0400
 @@ -1756,6 +1756,8 @@ static int __devinit sym2_probe(struct p
        int do_iounmap = 0;
        int do_disable_device = 1;
@@ -39129,9 +32375,9 @@ diff -urNp linux-2.6.39/drivers/scsi/sym53c8xx_2/sym_glue.c linux-2.6.39/drivers
        memset(&sym_dev, 0, sizeof(sym_dev));
        memset(&nvram, 0, sizeof(nvram));
        sym_dev.pdev = pdev;
-diff -urNp linux-2.6.39/drivers/scsi/vmw_pvscsi.c linux-2.6.39/drivers/scsi/vmw_pvscsi.c
---- linux-2.6.39/drivers/scsi/vmw_pvscsi.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/scsi/vmw_pvscsi.c     2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/drivers/scsi/vmw_pvscsi.c linux-3.0.4/drivers/scsi/vmw_pvscsi.c
+--- linux-3.0.4/drivers/scsi/vmw_pvscsi.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/scsi/vmw_pvscsi.c      2011-08-23 21:48:14.000000000 -0400
 @@ -447,6 +447,8 @@ static void pvscsi_setup_all_rings(const
        dma_addr_t base;
        unsigned i;
@@ -39141,126 +32387,46 @@ diff -urNp linux-2.6.39/drivers/scsi/vmw_pvscsi.c linux-2.6.39/drivers/scsi/vmw_
        cmd.ringsStatePPN   = adapter->ringStatePA >> PAGE_SHIFT;
        cmd.reqRingNumPages = adapter->req_pages;
        cmd.cmpRingNumPages = adapter->cmp_pages;
-diff -urNp linux-2.6.39/drivers/sh/clk/cpg.c linux-2.6.39/drivers/sh/clk/cpg.c
---- linux-2.6.39/drivers/sh/clk/cpg.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/sh/clk/cpg.c  2011-05-22 19:36:32.000000000 -0400
-@@ -26,7 +26,7 @@ static void sh_clk_mstp32_disable(struct
-                    clk->enable_reg);
- }
--static struct clk_ops sh_clk_mstp32_clk_ops = {
-+static const struct clk_ops sh_clk_mstp32_clk_ops = {
-       .enable         = sh_clk_mstp32_enable,
-       .disable        = sh_clk_mstp32_disable,
-       .recalc         = followparent_recalc,
-@@ -150,7 +150,7 @@ static void sh_clk_div6_disable(struct c
-       __raw_writel(value, clk->enable_reg);
- }
--static struct clk_ops sh_clk_div6_clk_ops = {
-+static const struct clk_ops sh_clk_div6_clk_ops = {
-       .recalc         = sh_clk_div6_recalc,
-       .round_rate     = sh_clk_div_round_rate,
-       .set_rate       = sh_clk_div6_set_rate,
-@@ -158,7 +158,7 @@ static struct clk_ops sh_clk_div6_clk_op
-       .disable        = sh_clk_div6_disable,
- };
--static struct clk_ops sh_clk_div6_reparent_clk_ops = {
-+static const struct clk_ops sh_clk_div6_reparent_clk_ops = {
-       .recalc         = sh_clk_div6_recalc,
-       .round_rate     = sh_clk_div_round_rate,
-       .set_rate       = sh_clk_div6_set_rate,
-@@ -282,13 +282,13 @@ static void sh_clk_div4_disable(struct c
-       __raw_writel(__raw_readl(clk->enable_reg) | (1 << 8), clk->enable_reg);
- }
--static struct clk_ops sh_clk_div4_clk_ops = {
-+static const struct clk_ops sh_clk_div4_clk_ops = {
-       .recalc         = sh_clk_div4_recalc,
-       .set_rate       = sh_clk_div4_set_rate,
-       .round_rate     = sh_clk_div_round_rate,
- };
--static struct clk_ops sh_clk_div4_enable_clk_ops = {
-+static const struct clk_ops sh_clk_div4_enable_clk_ops = {
-       .recalc         = sh_clk_div4_recalc,
-       .set_rate       = sh_clk_div4_set_rate,
-       .round_rate     = sh_clk_div_round_rate,
-@@ -296,7 +296,7 @@ static struct clk_ops sh_clk_div4_enable
-       .disable        = sh_clk_div4_disable,
- };
--static struct clk_ops sh_clk_div4_reparent_clk_ops = {
-+static const struct clk_ops sh_clk_div4_reparent_clk_ops = {
-       .recalc         = sh_clk_div4_recalc,
-       .set_rate       = sh_clk_div4_set_rate,
-       .round_rate     = sh_clk_div_round_rate,
-diff -urNp linux-2.6.39/drivers/spi/dw_spi.h linux-2.6.39/drivers/spi/dw_spi.h
---- linux-2.6.39/drivers/spi/dw_spi.h  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/spi/dw_spi.h  2011-05-22 19:36:32.000000000 -0400
-@@ -151,7 +151,7 @@ struct dw_spi {
-       int                     dma_chan_done;
-       struct device           *dma_dev;
-       dma_addr_t              dma_addr; /* phy address of the Data register */
--      struct dw_spi_dma_ops   *dma_ops;
-+      const struct dw_spi_dma_ops     *dma_ops;
-       void                    *dma_priv; /* platform relate info */
-       struct pci_dev          *dmac;
-diff -urNp linux-2.6.39/drivers/spi/dw_spi_mid.c linux-2.6.39/drivers/spi/dw_spi_mid.c
---- linux-2.6.39/drivers/spi/dw_spi_mid.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/spi/dw_spi_mid.c      2011-05-22 19:36:32.000000000 -0400
-@@ -180,7 +180,7 @@ static int mid_spi_dma_transfer(struct d
-       return 0;
- }
--static struct dw_spi_dma_ops mid_dma_ops = {
-+static const struct dw_spi_dma_ops mid_dma_ops = {
-       .dma_init       = mid_spi_dma_init,
-       .dma_exit       = mid_spi_dma_exit,
-       .dma_transfer   = mid_spi_dma_transfer,
-diff -urNp linux-2.6.39/drivers/spi/spi.c linux-2.6.39/drivers/spi/spi.c
---- linux-2.6.39/drivers/spi/spi.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/spi/spi.c     2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/drivers/spi/spi.c linux-3.0.4/drivers/spi/spi.c
+--- linux-3.0.4/drivers/spi/spi.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/spi/spi.c      2011-08-23 21:47:56.000000000 -0400
 @@ -1023,7 +1023,7 @@ int spi_bus_unlock(struct spi_master *ma
  EXPORT_SYMBOL_GPL(spi_bus_unlock);
  
  /* portable code must never pass more than 32 bytes */
 -#define       SPI_BUFSIZ      max(32,SMP_CACHE_BYTES)
-+#define       SPI_BUFSIZ      max(32U,SMP_CACHE_BYTES)
++#define       SPI_BUFSIZ      max(32UL,SMP_CACHE_BYTES)
  
  static u8     *buf;
  
-diff -urNp linux-2.6.39/drivers/ssb/driver_pcicore.c linux-2.6.39/drivers/ssb/driver_pcicore.c
---- linux-2.6.39/drivers/ssb/driver_pcicore.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/ssb/driver_pcicore.c  2011-05-22 19:36:32.000000000 -0400
-@@ -223,7 +223,7 @@ static int ssb_pcicore_write_config(stru
-       return err ? PCIBIOS_DEVICE_NOT_FOUND : PCIBIOS_SUCCESSFUL;
- }
--static struct pci_ops ssb_pcicore_pciops = {
-+static const struct pci_ops ssb_pcicore_pciops = {
-       .read   = ssb_pcicore_read_config,
-       .write  = ssb_pcicore_write_config,
- };
-diff -urNp linux-2.6.39/drivers/staging/ath6kl/os/linux/cfg80211.c linux-2.6.39/drivers/staging/ath6kl/os/linux/cfg80211.c
---- linux-2.6.39/drivers/staging/ath6kl/os/linux/cfg80211.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/staging/ath6kl/os/linux/cfg80211.c    2011-05-22 19:36:32.000000000 -0400
-@@ -1391,8 +1391,7 @@ u32 cipher_suites[] = {
-     WLAN_CIPHER_SUITE_CCMP,
- };
--static struct
--cfg80211_ops ar6k_cfg80211_ops = {
-+static const struct cfg80211_ops ar6k_cfg80211_ops = {
-     .change_virtual_intf = ar6k_cfg80211_change_iface,
-     .add_virtual_intf = ar6k_cfg80211_add_virtual_intf,
-     .del_virtual_intf = ar6k_cfg80211_del_virtual_intf,
-diff -urNp linux-2.6.39/drivers/staging/brcm80211/brcmfmac/dhd_linux.c linux-2.6.39/drivers/staging/brcm80211/brcmfmac/dhd_linux.c
---- linux-2.6.39/drivers/staging/brcm80211/brcmfmac/dhd_linux.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/staging/brcm80211/brcmfmac/dhd_linux.c        2011-05-22 19:36:32.000000000 -0400
-@@ -857,14 +857,14 @@ static void dhd_op_if(dhd_if_t *ifp)
+diff -urNp linux-3.0.4/drivers/staging/ath6kl/os/linux/ar6000_drv.c linux-3.0.4/drivers/staging/ath6kl/os/linux/ar6000_drv.c
+--- linux-3.0.4/drivers/staging/ath6kl/os/linux/ar6000_drv.c   2011-09-02 18:11:21.000000000 -0400
++++ linux-3.0.4/drivers/staging/ath6kl/os/linux/ar6000_drv.c   2011-08-23 21:48:14.000000000 -0400
+@@ -362,7 +362,7 @@ static struct ar_cookie s_ar_cookie_mem[
+         (((ar)->arTargetType == TARGET_TYPE_AR6003) ? AR6003_HOST_INTEREST_ITEM_ADDRESS(item) : 0))
+-static struct net_device_ops ar6000_netdev_ops = {
++static net_device_ops_no_const ar6000_netdev_ops = {
+     .ndo_init               = NULL,
+     .ndo_open               = ar6000_open,
+     .ndo_stop               = ar6000_close,
+diff -urNp linux-3.0.4/drivers/staging/ath6kl/os/linux/include/ar6k_pal.h linux-3.0.4/drivers/staging/ath6kl/os/linux/include/ar6k_pal.h
+--- linux-3.0.4/drivers/staging/ath6kl/os/linux/include/ar6k_pal.h     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/staging/ath6kl/os/linux/include/ar6k_pal.h     2011-08-23 21:47:56.000000000 -0400
+@@ -30,7 +30,7 @@ typedef bool (*ar6k_pal_recv_pkt_t)(void
+ typedef struct ar6k_pal_config_s
+ {
+       ar6k_pal_recv_pkt_t fpar6k_pal_recv_pkt;
+-}ar6k_pal_config_t;
++} __no_const ar6k_pal_config_t;
+ void register_pal_cb(ar6k_pal_config_t *palConfig_p);
+ #endif /* _AR6K_PAL_H_ */
+diff -urNp linux-3.0.4/drivers/staging/brcm80211/brcmfmac/dhd_linux.c linux-3.0.4/drivers/staging/brcm80211/brcmfmac/dhd_linux.c
+--- linux-3.0.4/drivers/staging/brcm80211/brcmfmac/dhd_linux.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/staging/brcm80211/brcmfmac/dhd_linux.c 2011-08-23 21:47:56.000000000 -0400
+@@ -853,14 +853,14 @@ static void dhd_op_if(dhd_if_t *ifp)
                        free_netdev(ifp->net);
                }
                /* Allocate etherdev, including space for private structure */
@@ -39277,16 +32443,7 @@ diff -urNp linux-2.6.39/drivers/staging/brcm80211/brcmfmac/dhd_linux.c linux-2.6
                        err = dhd_net_attach(&dhd->pub, ifp->idx);
                        if (err != 0) {
                                DHD_ERROR(("%s: dhd_net_attach failed, "
-@@ -1500,7 +1500,7 @@ static void dhd_ethtool_get_drvinfo(stru
-       sprintf(info->bus_info, "%s", dev_name(&wl_cfg80211_get_sdio_func()->dev));
- }
--struct ethtool_ops dhd_ethtool_ops = {
-+const struct ethtool_ops dhd_ethtool_ops = {
-       .get_drvinfo = dhd_ethtool_get_drvinfo
- };
-@@ -1923,7 +1923,7 @@ dhd_pub_t *dhd_attach(struct dhd_bus *bu
+@@ -1872,7 +1872,7 @@ dhd_pub_t *dhd_attach(struct dhd_bus *bu
                strcpy(nv_path, nvram_path);
  
        /* Allocate etherdev, including space for private structure */
@@ -39295,7 +32452,7 @@ diff -urNp linux-2.6.39/drivers/staging/brcm80211/brcmfmac/dhd_linux.c linux-2.6
        if (!net) {
                DHD_ERROR(("%s: OOM - alloc_etherdev\n", __func__));
                goto fail;
-@@ -1939,7 +1939,7 @@ dhd_pub_t *dhd_attach(struct dhd_bus *bu
+@@ -1888,7 +1888,7 @@ dhd_pub_t *dhd_attach(struct dhd_bus *bu
        /*
         * Save the dhd_info into the priv
         */
@@ -39304,7 +32461,7 @@ diff -urNp linux-2.6.39/drivers/staging/brcm80211/brcmfmac/dhd_linux.c linux-2.6
  
        /* Set network interface name if it was provided as module parameter */
        if (iface_name[0]) {
-@@ -2056,7 +2056,7 @@ dhd_pub_t *dhd_attach(struct dhd_bus *bu
+@@ -2004,7 +2004,7 @@ dhd_pub_t *dhd_attach(struct dhd_bus *bu
        /*
         * Save the dhd_info into the priv
         */
@@ -39313,78 +32470,33 @@ diff -urNp linux-2.6.39/drivers/staging/brcm80211/brcmfmac/dhd_linux.c linux-2.6
  
  #if defined(CUSTOMER_HW2) && defined(CONFIG_WIFI_CONTROL_FUNC)
        g_bus = bus;
-@@ -2206,7 +2206,7 @@ dhd_iovar(dhd_pub_t *pub, int ifidx, cha
-       return ret;
- }
--static struct net_device_ops dhd_ops_pri = {
-+static const struct net_device_ops dhd_ops_pri = {
-       .ndo_open = dhd_open,
-       .ndo_stop = dhd_stop,
-       .ndo_get_stats = dhd_get_stats,
-diff -urNp linux-2.6.39/drivers/staging/brcm80211/brcmfmac/wl_cfg80211.c linux-2.6.39/drivers/staging/brcm80211/brcmfmac/wl_cfg80211.c
---- linux-2.6.39/drivers/staging/brcm80211/brcmfmac/wl_cfg80211.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/staging/brcm80211/brcmfmac/wl_cfg80211.c      2011-05-22 19:36:32.000000000 -0400
-@@ -2109,7 +2109,7 @@ wl_cfg80211_flush_pmksa(struct wiphy *wi
- }
--static struct cfg80211_ops wl_cfg80211_ops = {
-+static const struct cfg80211_ops wl_cfg80211_ops = {
-       .change_virtual_intf = wl_cfg80211_change_iface,
-       .scan = wl_cfg80211_scan,
-       .set_wiphy_params = wl_cfg80211_set_wiphy_params,
-diff -urNp linux-2.6.39/drivers/staging/brcm80211/brcmfmac/wl_iw.c linux-2.6.39/drivers/staging/brcm80211/brcmfmac/wl_iw.c
---- linux-2.6.39/drivers/staging/brcm80211/brcmfmac/wl_iw.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/staging/brcm80211/brcmfmac/wl_iw.c    2011-05-22 19:36:32.000000000 -0400
-@@ -495,7 +495,7 @@ wl_iw_get_range(struct net_device *dev,
-       list = (wl_u32_list_t *) channels;
-       dwrq->length = sizeof(struct iw_range);
--      memset(range, 0, sizeof(range));
-+      memset(range, 0, sizeof(*range));
-       range->min_nwid = range->max_nwid = 0;
-diff -urNp linux-2.6.39/drivers/staging/comedi/comedi_fops.c linux-2.6.39/drivers/staging/comedi/comedi_fops.c
---- linux-2.6.39/drivers/staging/comedi/comedi_fops.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/staging/comedi/comedi_fops.c  2011-05-22 19:36:32.000000000 -0400
-@@ -1445,7 +1445,7 @@ static void comedi_unmap(struct vm_area_
-       mutex_unlock(&dev->mutex);
- }
--static struct vm_operations_struct comedi_vm_ops = {
-+static const struct vm_operations_struct comedi_vm_ops = {
-       .close = comedi_unmap,
- };
-diff -urNp linux-2.6.39/drivers/staging/cx25821/cx25821-alsa.c linux-2.6.39/drivers/staging/cx25821/cx25821-alsa.c
---- linux-2.6.39/drivers/staging/cx25821/cx25821-alsa.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/staging/cx25821/cx25821-alsa.c        2011-05-22 19:36:32.000000000 -0400
-@@ -586,7 +586,7 @@ static struct page *snd_cx25821_page(str
- /*
-  * operators
-  */
--static struct snd_pcm_ops snd_cx25821_pcm_ops = {
-+static const struct snd_pcm_ops snd_cx25821_pcm_ops = {
-       .open = snd_cx25821_pcm_open,
-       .close = snd_cx25821_close,
-       .ioctl = snd_pcm_lib_ioctl,
-diff -urNp linux-2.6.39/drivers/staging/cx25821/cx25821-i2c.c linux-2.6.39/drivers/staging/cx25821/cx25821-i2c.c
---- linux-2.6.39/drivers/staging/cx25821/cx25821-i2c.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/staging/cx25821/cx25821-i2c.c 2011-05-22 19:36:32.000000000 -0400
-@@ -282,7 +282,7 @@ static u32 cx25821_functionality(struct 
-           I2C_FUNC_SMBUS_READ_WORD_DATA | I2C_FUNC_SMBUS_WRITE_WORD_DATA;
- }
--static struct i2c_algorithm cx25821_i2c_algo_template = {
-+static const struct i2c_algorithm cx25821_i2c_algo_template = {
-       .master_xfer = i2c_xfer,
-       .functionality = cx25821_functionality,
- #ifdef NEED_ALGO_CONTROL
-diff -urNp linux-2.6.39/drivers/staging/et131x/et1310_tx.c linux-2.6.39/drivers/staging/et131x/et1310_tx.c
---- linux-2.6.39/drivers/staging/et131x/et1310_tx.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/staging/et131x/et1310_tx.c    2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/drivers/staging/brcm80211/brcmsmac/phy/wlc_phy_int.h linux-3.0.4/drivers/staging/brcm80211/brcmsmac/phy/wlc_phy_int.h
+--- linux-3.0.4/drivers/staging/brcm80211/brcmsmac/phy/wlc_phy_int.h   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/staging/brcm80211/brcmsmac/phy/wlc_phy_int.h   2011-08-23 21:47:56.000000000 -0400
+@@ -593,7 +593,7 @@ struct phy_func_ptr {
+       initfn_t carrsuppr;
+       rxsigpwrfn_t rxsigpwr;
+       detachfn_t detach;
+-};
++} __no_const;
+ typedef struct phy_func_ptr phy_func_ptr_t;
+ struct phy_info {
+diff -urNp linux-3.0.4/drivers/staging/brcm80211/include/bcmsdh.h linux-3.0.4/drivers/staging/brcm80211/include/bcmsdh.h
+--- linux-3.0.4/drivers/staging/brcm80211/include/bcmsdh.h     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/staging/brcm80211/include/bcmsdh.h     2011-08-23 21:47:56.000000000 -0400
+@@ -185,7 +185,7 @@ typedef struct {
+                        u16 func, uint bustype, void *regsva, void *param);
+       /* detach from device */
+       void (*detach) (void *ch);
+-} bcmsdh_driver_t;
++} __no_const bcmsdh_driver_t;
+ /* platform specific/high level functions */
+ extern int bcmsdh_register(bcmsdh_driver_t *driver);
+diff -urNp linux-3.0.4/drivers/staging/et131x/et1310_tx.c linux-3.0.4/drivers/staging/et131x/et1310_tx.c
+--- linux-3.0.4/drivers/staging/et131x/et1310_tx.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/staging/et131x/et1310_tx.c     2011-08-23 21:47:56.000000000 -0400
 @@ -635,11 +635,11 @@ inline void et131x_free_send_packet(stru
        struct net_device_stats *stats = &etdev->net_stats;
  
@@ -39400,9 +32512,9 @@ diff -urNp linux-2.6.39/drivers/staging/et131x/et1310_tx.c linux-2.6.39/drivers/
  
        if (tcb->skb) {
                stats->tx_bytes += tcb->skb->len;
-diff -urNp linux-2.6.39/drivers/staging/et131x/et131x_adapter.h linux-2.6.39/drivers/staging/et131x/et131x_adapter.h
---- linux-2.6.39/drivers/staging/et131x/et131x_adapter.h       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/staging/et131x/et131x_adapter.h       2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/drivers/staging/et131x/et131x_adapter.h linux-3.0.4/drivers/staging/et131x/et131x_adapter.h
+--- linux-3.0.4/drivers/staging/et131x/et131x_adapter.h        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/staging/et131x/et131x_adapter.h        2011-08-23 21:47:56.000000000 -0400
 @@ -110,11 +110,11 @@ typedef struct _ce_stats_t {
         * operations
         */
@@ -39418,171 +32530,12 @@ diff -urNp linux-2.6.39/drivers/staging/et131x/et131x_adapter.h linux-2.6.39/dri
        u32 norcvbuf;   /* # Rx packets discarded */
        u32 noxmtbuf;   /* # Tx packets discarded */
  
-diff -urNp linux-2.6.39/drivers/staging/ft1000/ft1000-usb/ft1000_debug.c linux-2.6.39/drivers/staging/ft1000/ft1000-usb/ft1000_debug.c
---- linux-2.6.39/drivers/staging/ft1000/ft1000-usb/ft1000_debug.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/staging/ft1000/ft1000-usb/ft1000_debug.c      2011-05-22 19:36:32.000000000 -0400
-@@ -55,7 +55,7 @@ int numofmsgbuf = 0;
- //
- // Table of entry-point routines for char device
- //
--static struct file_operations ft1000fops =
-+static const struct file_operations ft1000fops =
- {
-       .unlocked_ioctl = ft1000_ioctl,
-       .poll           = ft1000_poll_dev,
-diff -urNp linux-2.6.39/drivers/staging/generic_serial/rio/rio_linux.c linux-2.6.39/drivers/staging/generic_serial/rio/rio_linux.c
---- linux-2.6.39/drivers/staging/generic_serial/rio/rio_linux.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/staging/generic_serial/rio/rio_linux.c        2011-05-22 19:36:32.000000000 -0400
-@@ -221,7 +221,7 @@ module_param(rio_poll, int, 0);
- module_param(rio_debug, int, 0644);
- module_param(rio_irqmask, long, 0);
--static struct real_driver rio_real_driver = {
-+static const struct real_driver rio_real_driver = {
-       rio_disable_tx_interrupts,
-       rio_enable_tx_interrupts,
-       rio_disable_rx_interrupts,
-diff -urNp linux-2.6.39/drivers/staging/generic_serial/ser_a2232.c linux-2.6.39/drivers/staging/generic_serial/ser_a2232.c
---- linux-2.6.39/drivers/staging/generic_serial/ser_a2232.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/staging/generic_serial/ser_a2232.c    2011-05-22 19:36:32.000000000 -0400
-@@ -144,7 +144,7 @@ static int  a2232_open(struct tty_struct
- /*---------------------------------------------------------------------------
-  * Interface from generic_serial.c back here
-  *--------------------------------------------------------------------------*/
--static struct real_driver a2232_real_driver = {
-+static const struct real_driver a2232_real_driver = {
-         a2232_disable_tx_interrupts,
-         a2232_enable_tx_interrupts,
-         a2232_disable_rx_interrupts,
-diff -urNp linux-2.6.39/drivers/staging/generic_serial/sx.c linux-2.6.39/drivers/staging/generic_serial/sx.c
---- linux-2.6.39/drivers/staging/generic_serial/sx.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/staging/generic_serial/sx.c   2011-05-22 19:36:32.000000000 -0400
-@@ -355,7 +355,7 @@ module_param(sx_irqmask, int, 0);
- MODULE_LICENSE("GPL");
--static struct real_driver sx_real_driver = {
-+static const struct real_driver sx_real_driver = {
-       sx_disable_tx_interrupts,
-       sx_enable_tx_interrupts,
-       sx_disable_rx_interrupts,
-diff -urNp linux-2.6.39/drivers/staging/generic_serial/vme_scc.c linux-2.6.39/drivers/staging/generic_serial/vme_scc.c
---- linux-2.6.39/drivers/staging/generic_serial/vme_scc.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/staging/generic_serial/vme_scc.c      2011-05-22 19:36:32.000000000 -0400
-@@ -94,7 +94,7 @@ static struct scc_port scc_ports[2];
-  * Interface from generic_serial.c back here
-  *--------------------------------------------------------------------------*/
--static struct real_driver scc_real_driver = {
-+static const struct real_driver scc_real_driver = {
-         scc_disable_tx_interrupts,
-         scc_enable_tx_interrupts,
-         scc_disable_rx_interrupts,
-diff -urNp linux-2.6.39/drivers/staging/gma500/psb_fb.c linux-2.6.39/drivers/staging/gma500/psb_fb.c
---- linux-2.6.39/drivers/staging/gma500/psb_fb.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/staging/gma500/psb_fb.c       2011-05-22 19:36:32.000000000 -0400
-@@ -230,7 +230,7 @@ static void psbfb_vm_close(struct vm_are
-       DRM_DEBUG("vm_close\n");
- }
--static struct vm_operations_struct psbfb_vm_ops = {
-+static const struct vm_operations_struct psbfb_vm_ops = {
-       .fault  = psbfb_vm_fault,
-       .open   = psbfb_vm_open,
-       .close  = psbfb_vm_close
-diff -urNp linux-2.6.39/drivers/staging/go7007/go7007-i2c.c linux-2.6.39/drivers/staging/go7007/go7007-i2c.c
---- linux-2.6.39/drivers/staging/go7007/go7007-i2c.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/staging/go7007/go7007-i2c.c   2011-05-22 19:36:32.000000000 -0400
-@@ -198,7 +198,7 @@ static u32 go7007_functionality(struct i
-       return I2C_FUNC_SMBUS_BYTE_DATA;
- }
--static struct i2c_algorithm go7007_algo = {
-+static const struct i2c_algorithm go7007_algo = {
-       .smbus_xfer     = go7007_smbus_xfer,
-       .master_xfer    = go7007_i2c_master_xfer,
-       .functionality  = go7007_functionality,
-diff -urNp linux-2.6.39/drivers/staging/go7007/go7007-usb.c linux-2.6.39/drivers/staging/go7007/go7007-usb.c
---- linux-2.6.39/drivers/staging/go7007/go7007-usb.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/staging/go7007/go7007-usb.c   2011-05-22 19:36:32.000000000 -0400
-@@ -849,7 +849,7 @@ static int go7007_usb_send_firmware(stru
-                                       &transferred, timeout);
- }
--static struct go7007_hpi_ops go7007_usb_ezusb_hpi_ops = {
-+static const struct go7007_hpi_ops go7007_usb_ezusb_hpi_ops = {
-       .interface_reset        = go7007_usb_interface_reset,
-       .write_interrupt        = go7007_usb_ezusb_write_interrupt,
-       .read_interrupt         = go7007_usb_read_interrupt,
-@@ -858,7 +858,7 @@ static struct go7007_hpi_ops go7007_usb_
-       .send_firmware          = go7007_usb_send_firmware,
- };
--static struct go7007_hpi_ops go7007_usb_onboard_hpi_ops = {
-+static const struct go7007_hpi_ops go7007_usb_onboard_hpi_ops = {
-       .interface_reset        = go7007_usb_interface_reset,
-       .write_interrupt        = go7007_usb_onboard_write_interrupt,
-       .read_interrupt         = go7007_usb_read_interrupt,
-@@ -950,7 +950,7 @@ static u32 go7007_usb_functionality(stru
-       return (I2C_FUNC_SMBUS_EMUL) & ~I2C_FUNC_SMBUS_QUICK;
- }
--static struct i2c_algorithm go7007_usb_algo = {
-+static const struct i2c_algorithm go7007_usb_algo = {
-       .master_xfer    = go7007_usb_i2c_master_xfer,
-       .functionality  = go7007_usb_functionality,
- };
-diff -urNp linux-2.6.39/drivers/staging/go7007/go7007-v4l2.c linux-2.6.39/drivers/staging/go7007/go7007-v4l2.c
---- linux-2.6.39/drivers/staging/go7007/go7007-v4l2.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/staging/go7007/go7007-v4l2.c  2011-05-22 19:36:32.000000000 -0400
-@@ -1672,7 +1672,7 @@ static int go7007_vm_fault(struct vm_are
-       return 0;
- }
--static struct vm_operations_struct go7007_vm_ops = {
-+static const struct vm_operations_struct go7007_vm_ops = {
-       .open   = go7007_vm_open,
-       .close  = go7007_vm_close,
-       .fault  = go7007_vm_fault,
-diff -urNp linux-2.6.39/drivers/staging/go7007/saa7134-go7007.c linux-2.6.39/drivers/staging/go7007/saa7134-go7007.c
---- linux-2.6.39/drivers/staging/go7007/saa7134-go7007.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/staging/go7007/saa7134-go7007.c       2011-05-22 19:36:32.000000000 -0400
-@@ -421,7 +421,7 @@ static int saa7134_go7007_send_command(s
- }
--static struct go7007_hpi_ops saa7134_go7007_hpi_ops = {
-+static const struct go7007_hpi_ops saa7134_go7007_hpi_ops = {
-       .interface_reset        = saa7134_go7007_interface_reset,
-       .write_interrupt        = saa7134_go7007_write_interrupt,
-       .read_interrupt         = saa7134_go7007_read_interrupt,
-diff -urNp linux-2.6.39/drivers/staging/go7007/snd-go7007.c linux-2.6.39/drivers/staging/go7007/snd-go7007.c
---- linux-2.6.39/drivers/staging/go7007/snd-go7007.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/staging/go7007/snd-go7007.c   2011-05-22 19:36:32.000000000 -0400
-@@ -204,7 +204,7 @@ static struct page *go7007_snd_pcm_page(
-       return vmalloc_to_page(substream->runtime->dma_area + offset);
- }
--static struct snd_pcm_ops go7007_snd_capture_ops = {
-+static const struct snd_pcm_ops go7007_snd_capture_ops = {
-       .open           = go7007_snd_capture_open,
-       .close          = go7007_snd_capture_close,
-       .ioctl          = snd_pcm_lib_ioctl,
-@@ -227,7 +227,7 @@ static int go7007_snd_free(struct snd_de
-       return 0;
- }
--static struct snd_device_ops go7007_snd_device_ops = {
-+static const struct snd_device_ops go7007_snd_device_ops = {
-       .dev_free       = go7007_snd_free,
- };
-diff -urNp linux-2.6.39/drivers/staging/hv/channel.c linux-2.6.39/drivers/staging/hv/channel.c
---- linux-2.6.39/drivers/staging/hv/channel.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/staging/hv/channel.c  2011-05-22 19:36:32.000000000 -0400
-@@ -509,8 +509,8 @@ int vmbus_establish_gpadl(struct vmbus_c
-       unsigned long flags;
+diff -urNp linux-3.0.4/drivers/staging/hv/channel.c linux-3.0.4/drivers/staging/hv/channel.c
+--- linux-3.0.4/drivers/staging/hv/channel.c   2011-09-02 18:11:21.000000000 -0400
++++ linux-3.0.4/drivers/staging/hv/channel.c   2011-08-23 21:47:56.000000000 -0400
+@@ -433,8 +433,8 @@ int vmbus_establish_gpadl(struct vmbus_c
        int ret = 0;
+       int t;
  
 -      next_gpadl_handle = atomic_read(&vmbus_connection.next_gpadl_handle);
 -      atomic_inc(&vmbus_connection.next_gpadl_handle);
@@ -39591,22 +32544,50 @@ diff -urNp linux-2.6.39/drivers/staging/hv/channel.c linux-2.6.39/drivers/stagin
  
        ret = create_gpadl_header(kbuffer, size, &msginfo, &msgcount);
        if (ret)
-diff -urNp linux-2.6.39/drivers/staging/hv/hv.c linux-2.6.39/drivers/staging/hv/hv.c
---- linux-2.6.39/drivers/staging/hv/hv.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/staging/hv/hv.c       2011-05-22 19:36:32.000000000 -0400
-@@ -163,7 +163,7 @@ static u64 do_hypercall(u64 control, voi
+diff -urNp linux-3.0.4/drivers/staging/hv/hv.c linux-3.0.4/drivers/staging/hv/hv.c
+--- linux-3.0.4/drivers/staging/hv/hv.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/staging/hv/hv.c        2011-08-23 21:47:56.000000000 -0400
+@@ -132,7 +132,7 @@ static u64 do_hypercall(u64 control, voi
        u64 output_address = (output) ? virt_to_phys(output) : 0;
        u32 output_address_hi = output_address >> 32;
        u32 output_address_lo = output_address & 0xFFFFFFFF;
 -      volatile void *hypercall_page = hv_context.hypercall_page;
 +      volatile void *hypercall_page = ktva_ktla(hv_context.hypercall_page);
  
-       DPRINT_DBG(VMBUS, "Hypercall <control %llx input %p output %p>",
-                  control, input, output);
-diff -urNp linux-2.6.39/drivers/staging/hv/rndis_filter.c linux-2.6.39/drivers/staging/hv/rndis_filter.c
---- linux-2.6.39/drivers/staging/hv/rndis_filter.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/staging/hv/rndis_filter.c     2011-05-22 19:36:32.000000000 -0400
-@@ -49,7 +49,7 @@ struct rndis_device {
+       __asm__ __volatile__ ("call *%8" : "=d"(hv_status_hi),
+                             "=a"(hv_status_lo) : "d" (control_hi),
+diff -urNp linux-3.0.4/drivers/staging/hv/hv_mouse.c linux-3.0.4/drivers/staging/hv/hv_mouse.c
+--- linux-3.0.4/drivers/staging/hv/hv_mouse.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/staging/hv/hv_mouse.c  2011-08-23 21:47:56.000000000 -0400
+@@ -879,8 +879,10 @@ static void reportdesc_callback(struct h
+       if (hid_dev) {
+               DPRINT_INFO(INPUTVSC_DRV, "hid_device created");
+-              hid_dev->ll_driver->open  = mousevsc_hid_open;
+-              hid_dev->ll_driver->close = mousevsc_hid_close;
++              pax_open_kernel();
++              *(void **)&hid_dev->ll_driver->open  = mousevsc_hid_open;
++              *(void **)&hid_dev->ll_driver->close = mousevsc_hid_close;
++              pax_close_kernel();
+               hid_dev->bus = BUS_VIRTUAL;
+               hid_dev->vendor = input_device_ctx->device_info.vendor;
+diff -urNp linux-3.0.4/drivers/staging/hv/hyperv_vmbus.h linux-3.0.4/drivers/staging/hv/hyperv_vmbus.h
+--- linux-3.0.4/drivers/staging/hv/hyperv_vmbus.h      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/staging/hv/hyperv_vmbus.h      2011-08-23 21:47:56.000000000 -0400
+@@ -559,7 +559,7 @@ enum vmbus_connect_state {
+ struct vmbus_connection {
+       enum vmbus_connect_state conn_state;
+-      atomic_t next_gpadl_handle;
++      atomic_unchecked_t next_gpadl_handle;
+       /*
+        * Represents channel interrupts. Each bit position represents a
+diff -urNp linux-3.0.4/drivers/staging/hv/rndis_filter.c linux-3.0.4/drivers/staging/hv/rndis_filter.c
+--- linux-3.0.4/drivers/staging/hv/rndis_filter.c      2011-09-02 18:11:21.000000000 -0400
++++ linux-3.0.4/drivers/staging/hv/rndis_filter.c      2011-08-23 21:47:56.000000000 -0400
+@@ -43,7 +43,7 @@ struct rndis_device {
  
        enum rndis_device_state state;
        u32 link_stat;
@@ -39615,7 +32596,7 @@ diff -urNp linux-2.6.39/drivers/staging/hv/rndis_filter.c linux-2.6.39/drivers/s
  
        spinlock_t request_lock;
        struct list_head req_list;
-@@ -144,7 +144,7 @@ static struct rndis_request *get_rndis_r
+@@ -117,7 +117,7 @@ static struct rndis_request *get_rndis_r
         * template
         */
        set = &rndis_msg->msg.set_req;
@@ -39624,7 +32605,7 @@ diff -urNp linux-2.6.39/drivers/staging/hv/rndis_filter.c linux-2.6.39/drivers/s
  
        /* Add to the request list */
        spin_lock_irqsave(&dev->request_lock, flags);
-@@ -709,7 +709,7 @@ static void rndis_filter_halt_device(str
+@@ -637,7 +637,7 @@ static void rndis_filter_halt_device(str
  
        /* Setup the rndis set */
        halt = &request->request_msg.msg.halt_req;
@@ -39633,178 +32614,38 @@ diff -urNp linux-2.6.39/drivers/staging/hv/rndis_filter.c linux-2.6.39/drivers/s
  
        /* Ignore return since this msg is optional. */
        rndis_filter_send_request(dev, request);
-diff -urNp linux-2.6.39/drivers/staging/hv/vmbus_drv.c linux-2.6.39/drivers/staging/hv/vmbus_drv.c
---- linux-2.6.39/drivers/staging/hv/vmbus_drv.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/staging/hv/vmbus_drv.c        2011-05-22 19:36:32.000000000 -0400
-@@ -661,14 +661,14 @@ int vmbus_child_device_register(struct h
+diff -urNp linux-3.0.4/drivers/staging/hv/vmbus_drv.c linux-3.0.4/drivers/staging/hv/vmbus_drv.c
+--- linux-3.0.4/drivers/staging/hv/vmbus_drv.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/staging/hv/vmbus_drv.c 2011-08-23 21:47:56.000000000 -0400
+@@ -668,11 +668,11 @@ int vmbus_child_device_register(struct h
  {
        int ret = 0;
  
 -      static atomic_t device_num = ATOMIC_INIT(0);
 +      static atomic_unchecked_t device_num = ATOMIC_INIT(0);
  
-       DPRINT_DBG(VMBUS_DRV, "child device (%p) registering",
-                  child_device_obj);
        /* Set the device name. Otherwise, device_register() will fail. */
        dev_set_name(&child_device_obj->device, "vmbus_0_%d",
 -                   atomic_inc_return(&device_num));
 +                   atomic_inc_return_unchecked(&device_num));
  
        /* The new device belongs to this bus */
-       child_device_obj->device.bus = &vmbus_drv.bus; /* device->dev.bus; */
-diff -urNp linux-2.6.39/drivers/staging/hv/vmbus_private.h linux-2.6.39/drivers/staging/hv/vmbus_private.h
---- linux-2.6.39/drivers/staging/hv/vmbus_private.h    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/staging/hv/vmbus_private.h    2011-05-22 19:36:32.000000000 -0400
-@@ -58,7 +58,7 @@ enum vmbus_connect_state {
- struct vmbus_connection {
-       enum vmbus_connect_state conn_state;
--      atomic_t next_gpadl_handle;
-+      atomic_unchecked_t next_gpadl_handle;
-       /*
-        * Represents channel interrupts. Each bit position represents a
-diff -urNp linux-2.6.39/drivers/staging/iio/ring_generic.h linux-2.6.39/drivers/staging/iio/ring_generic.h
---- linux-2.6.39/drivers/staging/iio/ring_generic.h    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/staging/iio/ring_generic.h    2011-05-22 19:36:32.000000000 -0400
-@@ -134,7 +134,7 @@ struct iio_ring_buffer {
-       struct iio_handler              access_handler;
-       struct iio_event_interface      ev_int;
-       struct iio_shared_ev_pointer    shared_ev_pointer;
--      struct iio_ring_access_funcs    access;
-+      const struct iio_ring_access_funcs access;
+       child_device_obj->device.bus = &hv_bus; /* device->dev.bus; */
+diff -urNp linux-3.0.4/drivers/staging/iio/ring_generic.h linux-3.0.4/drivers/staging/iio/ring_generic.h
+--- linux-3.0.4/drivers/staging/iio/ring_generic.h     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/staging/iio/ring_generic.h     2011-08-23 21:47:56.000000000 -0400
+@@ -62,7 +62,7 @@ struct iio_ring_access_funcs {
+       int (*is_enabled)(struct iio_ring_buffer *ring);
+       int (*enable)(struct iio_ring_buffer *ring);
+-};
++} __no_const;
+ struct iio_ring_setup_ops {
        int                             (*preenable)(struct iio_dev *);
-       int                             (*postenable)(struct iio_dev *);
-       int                             (*predisable)(struct iio_dev *);
-diff -urNp linux-2.6.39/drivers/staging/intel_sst/intelmid_ctrl.c linux-2.6.39/drivers/staging/intel_sst/intelmid_ctrl.c
---- linux-2.6.39/drivers/staging/intel_sst/intelmid_ctrl.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/staging/intel_sst/intelmid_ctrl.c     2011-05-22 19:36:32.000000000 -0400
-@@ -494,7 +494,7 @@ static int snd_intelmad_device_set(struc
-       struct snd_intelmad *intelmaddata;
-       struct snd_pmic_ops *scard_ops;
-       int ret_val = 0, vendor, status;
--      struct intel_sst_pcm_control *pcm_control;
-+      const struct intel_sst_pcm_control *pcm_control;
-       pr_debug("snd_intelmad_device_set called\n");
-diff -urNp linux-2.6.39/drivers/staging/intel_sst/intel_sst_drv_interface.c linux-2.6.39/drivers/staging/intel_sst/intel_sst_drv_interface.c
---- linux-2.6.39/drivers/staging/intel_sst/intel_sst_drv_interface.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/staging/intel_sst/intel_sst_drv_interface.c   2011-05-22 19:36:32.000000000 -0400
-@@ -470,7 +470,7 @@ int sst_device_control(int cmd, void *ar
- }
--struct intel_sst_pcm_control pcm_ops = {
-+const struct intel_sst_pcm_control pcm_ops = {
-       .open = sst_open_pcm_stream,
-       .device_control = sst_device_control,
-       .close = sst_close_pcm_stream,
-diff -urNp linux-2.6.39/drivers/staging/line6/capture.c linux-2.6.39/drivers/staging/line6/capture.c
---- linux-2.6.39/drivers/staging/line6/capture.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/staging/line6/capture.c       2011-05-22 19:36:32.000000000 -0400
-@@ -378,7 +378,7 @@ snd_line6_capture_pointer(struct snd_pcm
- }
- /* capture operators */
--struct snd_pcm_ops snd_line6_capture_ops = {
-+const struct snd_pcm_ops snd_line6_capture_ops = {
-       .open = snd_line6_capture_open,
-       .close = snd_line6_capture_close,
-       .ioctl = snd_pcm_lib_ioctl,
-diff -urNp linux-2.6.39/drivers/staging/line6/capture.h linux-2.6.39/drivers/staging/line6/capture.h
---- linux-2.6.39/drivers/staging/line6/capture.h       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/staging/line6/capture.h       2011-05-22 19:36:32.000000000 -0400
-@@ -17,7 +17,7 @@
- #include "driver.h"
- #include "pcm.h"
--extern struct snd_pcm_ops snd_line6_capture_ops;
-+extern const struct snd_pcm_ops snd_line6_capture_ops;
- extern void line6_capture_copy(struct snd_line6_pcm *line6pcm, char *fbuf,
-                              int fsize);
-diff -urNp linux-2.6.39/drivers/staging/line6/midi.c linux-2.6.39/drivers/staging/line6/midi.c
---- linux-2.6.39/drivers/staging/line6/midi.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/staging/line6/midi.c  2011-05-22 19:36:32.000000000 -0400
-@@ -239,14 +239,14 @@ static void line6_midi_input_trigger(str
-               line6->line6midi->substream_receive = 0;
- }
--static struct snd_rawmidi_ops line6_midi_output_ops = {
-+static const struct snd_rawmidi_ops line6_midi_output_ops = {
-       .open = line6_midi_output_open,
-       .close = line6_midi_output_close,
-       .trigger = line6_midi_output_trigger,
-       .drain = line6_midi_output_drain,
- };
--static struct snd_rawmidi_ops line6_midi_input_ops = {
-+static const struct snd_rawmidi_ops line6_midi_input_ops = {
-       .open = line6_midi_input_open,
-       .close = line6_midi_input_close,
-       .trigger = line6_midi_input_trigger,
-@@ -373,7 +373,7 @@ static int snd_line6_midi_free(struct sn
- */
- int line6_init_midi(struct usb_line6 *line6)
- {
--      static struct snd_device_ops midi_ops = {
-+      static const struct snd_device_ops midi_ops = {
-               .dev_free = snd_line6_midi_free,
-       };
-diff -urNp linux-2.6.39/drivers/staging/line6/pcm.c linux-2.6.39/drivers/staging/line6/pcm.c
---- linux-2.6.39/drivers/staging/line6/pcm.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/staging/line6/pcm.c   2011-05-22 19:36:32.000000000 -0400
-@@ -384,7 +384,7 @@ void line6_pcm_disconnect(struct snd_lin
- int line6_init_pcm(struct usb_line6 *line6,
-                  struct line6_pcm_properties *properties)
- {
--      static struct snd_device_ops pcm_ops = {
-+      static const struct snd_device_ops pcm_ops = {
-               .dev_free = snd_line6_pcm_free,
-       };
-diff -urNp linux-2.6.39/drivers/staging/line6/playback.c linux-2.6.39/drivers/staging/line6/playback.c
---- linux-2.6.39/drivers/staging/line6/playback.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/staging/line6/playback.c      2011-05-22 19:36:32.000000000 -0400
-@@ -536,7 +536,7 @@ snd_line6_playback_pointer(struct snd_pc
- }
- /* playback operators */
--struct snd_pcm_ops snd_line6_playback_ops = {
-+const struct snd_pcm_ops snd_line6_playback_ops = {
-       .open = snd_line6_playback_open,
-       .close = snd_line6_playback_close,
-       .ioctl = snd_pcm_lib_ioctl,
-diff -urNp linux-2.6.39/drivers/staging/line6/playback.h linux-2.6.39/drivers/staging/line6/playback.h
---- linux-2.6.39/drivers/staging/line6/playback.h      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/staging/line6/playback.h      2011-05-22 19:36:32.000000000 -0400
-@@ -27,7 +27,7 @@
-  */
- #define USE_CLEAR_BUFFER_WORKAROUND 1
--extern struct snd_pcm_ops snd_line6_playback_ops;
-+extern const struct snd_pcm_ops snd_line6_playback_ops;
- extern int line6_create_audio_out_urbs(struct snd_line6_pcm *line6pcm);
- extern int line6_submit_audio_out_all_urbs(struct snd_line6_pcm *line6pcm);
-diff -urNp linux-2.6.39/drivers/staging/msm/staging-devices.c linux-2.6.39/drivers/staging/msm/staging-devices.c
---- linux-2.6.39/drivers/staging/msm/staging-devices.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/staging/msm/staging-devices.c 2011-05-22 19:36:32.000000000 -0400
-@@ -211,7 +211,7 @@ static int msm_fb_lcdc_gpio_config(int o
- }
--static struct lcdc_platform_data lcdc_pdata = {
-+static const struct lcdc_platform_data lcdc_pdata = {
-       .lcdc_gpio_config = msm_fb_lcdc_gpio_config,
- };
-diff -urNp linux-2.6.39/drivers/staging/octeon/ethernet.c linux-2.6.39/drivers/staging/octeon/ethernet.c
---- linux-2.6.39/drivers/staging/octeon/ethernet.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/staging/octeon/ethernet.c     2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/drivers/staging/octeon/ethernet.c linux-3.0.4/drivers/staging/octeon/ethernet.c
+--- linux-3.0.4/drivers/staging/octeon/ethernet.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/staging/octeon/ethernet.c      2011-08-23 21:47:56.000000000 -0400
 @@ -258,11 +258,11 @@ static struct net_device_stats *cvm_oct_
                 * since the RX tasklet also increments it.
                 */
@@ -39821,9 +32662,9 @@ diff -urNp linux-2.6.39/drivers/staging/octeon/ethernet.c linux-2.6.39/drivers/s
  #endif
        }
  
-diff -urNp linux-2.6.39/drivers/staging/octeon/ethernet-rx.c linux-2.6.39/drivers/staging/octeon/ethernet-rx.c
---- linux-2.6.39/drivers/staging/octeon/ethernet-rx.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/staging/octeon/ethernet-rx.c  2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/drivers/staging/octeon/ethernet-rx.c linux-3.0.4/drivers/staging/octeon/ethernet-rx.c
+--- linux-3.0.4/drivers/staging/octeon/ethernet-rx.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/staging/octeon/ethernet-rx.c   2011-08-23 21:47:56.000000000 -0400
 @@ -417,11 +417,11 @@ static int cvm_oct_napi_poll(struct napi
                                /* Increment RX stats for virtual ports */
                                if (work->ipprt >= CVMX_PIP_NUM_INPUT_PORTS) {
@@ -39852,75 +32693,10 @@ diff -urNp linux-2.6.39/drivers/staging/octeon/ethernet-rx.c linux-2.6.39/driver
  #endif
                                dev_kfree_skb_irq(skb);
                        }
-diff -urNp linux-2.6.39/drivers/staging/olpc_dcon/olpc_dcon.c linux-2.6.39/drivers/staging/olpc_dcon/olpc_dcon.c
---- linux-2.6.39/drivers/staging/olpc_dcon/olpc_dcon.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/staging/olpc_dcon/olpc_dcon.c 2011-05-22 19:36:32.000000000 -0400
-@@ -43,7 +43,7 @@ module_param(noinit, int, 0444);
- static int useaa = 1;
- module_param(useaa, int, 0444);
--static struct dcon_platform_data *pdata;
-+static const struct dcon_platform_data *pdata;
- /* I2C structures */
-diff -urNp linux-2.6.39/drivers/staging/olpc_dcon/olpc_dcon.h linux-2.6.39/drivers/staging/olpc_dcon/olpc_dcon.h
---- linux-2.6.39/drivers/staging/olpc_dcon/olpc_dcon.h 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/staging/olpc_dcon/olpc_dcon.h 2011-05-22 19:36:32.000000000 -0400
-@@ -92,11 +92,11 @@ struct dcon_platform_data {
- extern irqreturn_t dcon_interrupt(int irq, void *id);
- #ifdef CONFIG_FB_OLPC_DCON_1
--extern struct dcon_platform_data dcon_pdata_xo_1;
-+extern const struct dcon_platform_data dcon_pdata_xo_1;
- #endif
- #ifdef CONFIG_FB_OLPC_DCON_1_5
--extern struct dcon_platform_data dcon_pdata_xo_1_5;
-+extern const struct dcon_platform_data dcon_pdata_xo_1_5;
- #endif
- #endif
-diff -urNp linux-2.6.39/drivers/staging/olpc_dcon/olpc_dcon_xo_1_5.c linux-2.6.39/drivers/staging/olpc_dcon/olpc_dcon_xo_1_5.c
---- linux-2.6.39/drivers/staging/olpc_dcon/olpc_dcon_xo_1_5.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/staging/olpc_dcon/olpc_dcon_xo_1_5.c  2011-05-22 19:36:32.000000000 -0400
-@@ -185,7 +185,7 @@ static u8 dcon_read_status_xo_1_5(void)
-       return status;
- }
--struct dcon_platform_data dcon_pdata_xo_1_5 = {
-+const struct dcon_platform_data dcon_pdata_xo_1_5 = {
-       .init = dcon_init_xo_1_5,
-       .bus_stabilize_wiggle = dcon_wiggle_xo_1_5,
-       .set_dconload = dcon_set_dconload_xo_1_5,
-diff -urNp linux-2.6.39/drivers/staging/olpc_dcon/olpc_dcon_xo_1.c linux-2.6.39/drivers/staging/olpc_dcon/olpc_dcon_xo_1.c
---- linux-2.6.39/drivers/staging/olpc_dcon/olpc_dcon_xo_1.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/staging/olpc_dcon/olpc_dcon_xo_1.c    2011-05-22 19:36:32.000000000 -0400
-@@ -196,7 +196,7 @@ static u8 dcon_read_status_xo_1(void)
-       return status;
- }
--struct dcon_platform_data dcon_pdata_xo_1 = {
-+const struct dcon_platform_data dcon_pdata_xo_1 = {
-       .init = dcon_init_xo_1,
-       .bus_stabilize_wiggle = dcon_wiggle_xo_1,
-       .set_dconload = dcon_set_dconload_1,
-diff -urNp linux-2.6.39/drivers/staging/phison/phison.c linux-2.6.39/drivers/staging/phison/phison.c
---- linux-2.6.39/drivers/staging/phison/phison.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/staging/phison/phison.c       2011-05-22 19:36:32.000000000 -0400
-@@ -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.39/drivers/staging/pohmelfs/inode.c linux-2.6.39/drivers/staging/pohmelfs/inode.c
---- linux-2.6.39/drivers/staging/pohmelfs/inode.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/staging/pohmelfs/inode.c      2011-05-22 19:36:32.000000000 -0400
-@@ -1855,7 +1855,7 @@ static int pohmelfs_fill_super(struct su
+diff -urNp linux-3.0.4/drivers/staging/pohmelfs/inode.c linux-3.0.4/drivers/staging/pohmelfs/inode.c
+--- linux-3.0.4/drivers/staging/pohmelfs/inode.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/staging/pohmelfs/inode.c       2011-08-23 21:47:56.000000000 -0400
+@@ -1856,7 +1856,7 @@ static int pohmelfs_fill_super(struct su
        mutex_init(&psb->mcache_lock);
        psb->mcache_root = RB_ROOT;
        psb->mcache_timeout = msecs_to_jiffies(5000);
@@ -39929,7 +32705,7 @@ diff -urNp linux-2.6.39/drivers/staging/pohmelfs/inode.c linux-2.6.39/drivers/st
  
        psb->trans_max_pages = 100;
  
-@@ -1870,7 +1870,7 @@ static int pohmelfs_fill_super(struct su
+@@ -1871,7 +1871,7 @@ static int pohmelfs_fill_super(struct su
        INIT_LIST_HEAD(&psb->crypto_ready_list);
        INIT_LIST_HEAD(&psb->crypto_active_list);
  
@@ -39938,9 +32714,9 @@ diff -urNp linux-2.6.39/drivers/staging/pohmelfs/inode.c linux-2.6.39/drivers/st
        atomic_long_set(&psb->total_inodes, 0);
  
        mutex_init(&psb->state_lock);
-diff -urNp linux-2.6.39/drivers/staging/pohmelfs/mcache.c linux-2.6.39/drivers/staging/pohmelfs/mcache.c
---- linux-2.6.39/drivers/staging/pohmelfs/mcache.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/staging/pohmelfs/mcache.c     2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/drivers/staging/pohmelfs/mcache.c linux-3.0.4/drivers/staging/pohmelfs/mcache.c
+--- linux-3.0.4/drivers/staging/pohmelfs/mcache.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/staging/pohmelfs/mcache.c      2011-08-23 21:47:56.000000000 -0400
 @@ -121,7 +121,7 @@ struct pohmelfs_mcache *pohmelfs_mcache_
        m->data = data;
        m->start = start;
@@ -39950,9 +32726,9 @@ diff -urNp linux-2.6.39/drivers/staging/pohmelfs/mcache.c linux-2.6.39/drivers/s
  
        mutex_lock(&psb->mcache_lock);
        err = pohmelfs_mcache_insert(psb, m);
-diff -urNp linux-2.6.39/drivers/staging/pohmelfs/netfs.h linux-2.6.39/drivers/staging/pohmelfs/netfs.h
---- linux-2.6.39/drivers/staging/pohmelfs/netfs.h      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/staging/pohmelfs/netfs.h      2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/drivers/staging/pohmelfs/netfs.h linux-3.0.4/drivers/staging/pohmelfs/netfs.h
+--- linux-3.0.4/drivers/staging/pohmelfs/netfs.h       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/staging/pohmelfs/netfs.h       2011-08-23 21:47:56.000000000 -0400
 @@ -571,14 +571,14 @@ struct pohmelfs_config;
  struct pohmelfs_sb {
        struct rb_root          mcache_root;
@@ -39970,9 +32746,9 @@ diff -urNp linux-2.6.39/drivers/staging/pohmelfs/netfs.h linux-2.6.39/drivers/st
  
        unsigned int            crypto_attached_size;
        unsigned int            crypto_align_size;
-diff -urNp linux-2.6.39/drivers/staging/pohmelfs/trans.c linux-2.6.39/drivers/staging/pohmelfs/trans.c
---- linux-2.6.39/drivers/staging/pohmelfs/trans.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/staging/pohmelfs/trans.c      2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/drivers/staging/pohmelfs/trans.c linux-3.0.4/drivers/staging/pohmelfs/trans.c
+--- linux-3.0.4/drivers/staging/pohmelfs/trans.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/staging/pohmelfs/trans.c       2011-08-23 21:47:56.000000000 -0400
 @@ -492,7 +492,7 @@ int netfs_trans_finish(struct netfs_tran
        int err;
        struct netfs_cmd *cmd = t->iovec.iov_base;
@@ -39982,124 +32758,33 @@ diff -urNp linux-2.6.39/drivers/staging/pohmelfs/trans.c linux-2.6.39/drivers/st
  
        cmd->size = t->iovec.iov_len - sizeof(struct netfs_cmd) +
                t->attached_size + t->attached_pages * sizeof(struct netfs_cmd);
-diff -urNp linux-2.6.39/drivers/staging/rtl8192u/ieee80211/proc.c linux-2.6.39/drivers/staging/rtl8192u/ieee80211/proc.c
---- linux-2.6.39/drivers/staging/rtl8192u/ieee80211/proc.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/staging/rtl8192u/ieee80211/proc.c     2011-05-22 19:36:32.000000000 -0400
-@@ -87,7 +87,7 @@ static int c_show(struct seq_file *m, vo
-       return 0;
- }
--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.39/drivers/staging/rtl8712/rtl871x_io.h linux-2.6.39/drivers/staging/rtl8712/rtl871x_io.h
---- linux-2.6.39/drivers/staging/rtl8712/rtl871x_io.h  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/staging/rtl8712/rtl871x_io.h  2011-05-22 19:36:32.000000000 -0400
-@@ -107,7 +107,7 @@ struct     intf_hdl {
-       void (*intf_hdl_unload)(u8 *priv);
-       void (*intf_hdl_open)(u8 *priv);
-       void (*intf_hdl_close)(u8 *priv);
--      struct  _io_ops io_ops;
-+      const struct _io_ops io_ops;
- };
+diff -urNp linux-3.0.4/drivers/staging/rtl8712/rtl871x_io.h linux-3.0.4/drivers/staging/rtl8712/rtl871x_io.h
+--- linux-3.0.4/drivers/staging/rtl8712/rtl871x_io.h   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/staging/rtl8712/rtl871x_io.h   2011-08-23 21:47:56.000000000 -0400
+@@ -83,7 +83,7 @@ struct       _io_ops {
+                         u8 *pmem);
+       u32 (*_write_port)(struct intf_hdl *pintfhdl, u32 addr, u32 cnt,
+                          u8 *pmem);
+-};
++} __no_const;
+ struct io_req {
+       struct list_head list;
+diff -urNp linux-3.0.4/drivers/staging/sbe-2t3e3/netdev.c linux-3.0.4/drivers/staging/sbe-2t3e3/netdev.c
+--- linux-3.0.4/drivers/staging/sbe-2t3e3/netdev.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/staging/sbe-2t3e3/netdev.c     2011-08-24 18:21:41.000000000 -0400
+@@ -51,7 +51,7 @@ int t3e3_ioctl(struct net_device *dev, s
+       t3e3_if_config(sc, cmd_2t3e3, (char *)&param, &resp, &rlen);
+       if (rlen)
+-              if (copy_to_user(data, &resp, rlen))
++              if (rlen > sizeof resp || copy_to_user(data, &resp, rlen))
+                       return -EFAULT;
  
- struct reg_protocol_rd {
-diff -urNp linux-2.6.39/drivers/staging/solo6x10/g723.c linux-2.6.39/drivers/staging/solo6x10/g723.c
---- linux-2.6.39/drivers/staging/solo6x10/g723.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/staging/solo6x10/g723.c       2011-05-22 19:36:32.000000000 -0400
-@@ -237,7 +237,7 @@ static int snd_solo_pcm_copy(struct snd_
        return 0;
- }
--static struct snd_pcm_ops snd_solo_pcm_ops = {
-+static const struct snd_pcm_ops snd_solo_pcm_ops = {
-       .open = snd_solo_pcm_open,
-       .close = snd_solo_pcm_close,
-       .ioctl = snd_pcm_lib_ioctl,
-@@ -334,7 +334,7 @@ static int solo_snd_pcm_init(struct solo
- int solo_g723_init(struct solo_dev *solo_dev)
- {
--      static struct snd_device_ops ops = { NULL };
-+      static const struct snd_device_ops ops = { NULL };
-       struct snd_card *card;
-       struct snd_kcontrol_new kctl;
-       char name[32];
-diff -urNp linux-2.6.39/drivers/staging/spectra/ffsport.c linux-2.6.39/drivers/staging/spectra/ffsport.c
---- linux-2.6.39/drivers/staging/spectra/ffsport.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/staging/spectra/ffsport.c     2011-05-22 19:36:32.000000000 -0400
-@@ -604,7 +604,7 @@ int GLOB_SBD_unlocked_ioctl(struct block
-       return ret;
- }
--static struct block_device_operations GLOB_SBD_ops = {
-+static const struct block_device_operations GLOB_SBD_ops = {
-       .owner = THIS_MODULE,
-       .open = GLOB_SBD_open,
-       .release = GLOB_SBD_release,
-diff -urNp linux-2.6.39/drivers/staging/tm6000/tm6000-alsa.c linux-2.6.39/drivers/staging/tm6000/tm6000-alsa.c
---- linux-2.6.39/drivers/staging/tm6000/tm6000-alsa.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/staging/tm6000/tm6000-alsa.c  2011-05-22 19:36:32.000000000 -0400
-@@ -380,7 +380,7 @@ static snd_pcm_uframes_t snd_tm6000_poin
- /*
-  * operators
-  */
--static struct snd_pcm_ops snd_tm6000_pcm_ops = {
-+static const struct snd_pcm_ops snd_tm6000_pcm_ops = {
-       .open = snd_tm6000_pcm_open,
-       .close = snd_tm6000_close,
-       .ioctl = snd_pcm_lib_ioctl,
-diff -urNp linux-2.6.39/drivers/staging/tty/istallion.c linux-2.6.39/drivers/staging/tty/istallion.c
---- linux-2.6.39/drivers/staging/tty/istallion.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/staging/tty/istallion.c       2011-05-22 20:49:07.000000000 -0400
-@@ -186,7 +186,6 @@ static struct ktermios             stli_deftermios 
-  *    re-used for each stats call.
-  */
- static comstats_t     stli_comstats;
--static combrd_t               stli_brdstats;
- static struct asystats        stli_cdkstats;
- /*****************************************************************************/
-@@ -4003,6 +4002,7 @@ out:
- static int stli_getbrdstats(combrd_t __user *bp)
- {
-+      combrd_t stli_brdstats;
-       struct stlibrd *brdp;
-       unsigned int i;
-@@ -4226,6 +4226,8 @@ static int stli_getportstruct(struct stl
-       struct stliport stli_dummyport;
-       struct stliport *portp;
-+      pax_track_stack();
-+
-       if (copy_from_user(&stli_dummyport, arg, sizeof(struct stliport)))
-               return -EFAULT;
-       portp = stli_getport(stli_dummyport.brdnr, stli_dummyport.panelnr,
-@@ -4248,6 +4250,8 @@ static int stli_getbrdstruct(struct stli
-       struct stlibrd stli_dummybrd;
-       struct stlibrd *brdp;
-+      pax_track_stack();
-+
-       if (copy_from_user(&stli_dummybrd, arg, sizeof(struct stlibrd)))
-               return -EFAULT;
-       if (stli_dummybrd.brdnr >= STL_MAXBRDS)
-diff -urNp linux-2.6.39/drivers/staging/tty/stallion.c linux-2.6.39/drivers/staging/tty/stallion.c
---- linux-2.6.39/drivers/staging/tty/stallion.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/staging/tty/stallion.c        2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/drivers/staging/tty/stallion.c linux-3.0.4/drivers/staging/tty/stallion.c
+--- linux-3.0.4/drivers/staging/tty/stallion.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/staging/tty/stallion.c 2011-08-23 21:48:14.000000000 -0400
 @@ -2406,6 +2406,8 @@ static int stl_getportstruct(struct stlp
        struct stlport  stl_dummyport;
        struct stlport  *portp;
@@ -40109,40 +32794,52 @@ diff -urNp linux-2.6.39/drivers/staging/tty/stallion.c linux-2.6.39/drivers/stag
        if (copy_from_user(&stl_dummyport, arg, sizeof(struct stlport)))
                return -EFAULT;
        portp = stl_getport(stl_dummyport.brdnr, stl_dummyport.panelnr,
-diff -urNp linux-2.6.39/drivers/staging/usbip/vhci.h linux-2.6.39/drivers/staging/usbip/vhci.h
---- linux-2.6.39/drivers/staging/usbip/vhci.h  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/staging/usbip/vhci.h  2011-05-22 19:36:32.000000000 -0400
-@@ -92,7 +92,7 @@ struct vhci_hcd {
-       unsigned        resuming:1;
-       unsigned long   re_timeout;
+diff -urNp linux-3.0.4/drivers/staging/usbip/usbip_common.h linux-3.0.4/drivers/staging/usbip/usbip_common.h
+--- linux-3.0.4/drivers/staging/usbip/usbip_common.h   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/staging/usbip/usbip_common.h   2011-08-23 21:47:56.000000000 -0400
+@@ -315,7 +315,7 @@ struct usbip_device {
+               void (*shutdown)(struct usbip_device *);
+               void (*reset)(struct usbip_device *);
+               void (*unusable)(struct usbip_device *);
+-      } eh_ops;
++      } __no_const eh_ops;
+ };
+ void usbip_pack_pdu(struct usbip_header *pdu, struct urb *urb, int cmd,
+diff -urNp linux-3.0.4/drivers/staging/usbip/vhci.h linux-3.0.4/drivers/staging/usbip/vhci.h
+--- linux-3.0.4/drivers/staging/usbip/vhci.h   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/staging/usbip/vhci.h   2011-08-23 21:47:56.000000000 -0400
+@@ -94,7 +94,7 @@ struct vhci_hcd {
+       unsigned resuming:1;
+       unsigned long re_timeout;
  
 -      atomic_t seqnum;
 +      atomic_unchecked_t seqnum;
  
        /*
         * NOTE:
-diff -urNp linux-2.6.39/drivers/staging/usbip/vhci_hcd.c linux-2.6.39/drivers/staging/usbip/vhci_hcd.c
---- linux-2.6.39/drivers/staging/usbip/vhci_hcd.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/staging/usbip/vhci_hcd.c      2011-05-22 19:36:32.000000000 -0400
-@@ -536,7 +536,7 @@ static void vhci_tx_urb(struct urb *urb)
+diff -urNp linux-3.0.4/drivers/staging/usbip/vhci_hcd.c linux-3.0.4/drivers/staging/usbip/vhci_hcd.c
+--- linux-3.0.4/drivers/staging/usbip/vhci_hcd.c       2011-09-02 18:11:21.000000000 -0400
++++ linux-3.0.4/drivers/staging/usbip/vhci_hcd.c       2011-08-23 21:47:56.000000000 -0400
+@@ -511,7 +511,7 @@ static void vhci_tx_urb(struct urb *urb)
                return;
        }
  
 -      priv->seqnum = atomic_inc_return(&the_controller->seqnum);
 +      priv->seqnum = atomic_inc_return_unchecked(&the_controller->seqnum);
        if (priv->seqnum == 0xffff)
-               usbip_uinfo("seqnum max\n");
+               dev_info(&urb->dev->dev, "seqnum max\n");
  
-@@ -795,7 +795,7 @@ static int vhci_urb_dequeue(struct usb_h
+@@ -765,7 +765,7 @@ static int vhci_urb_dequeue(struct usb_h
                        return -ENOMEM;
                }
  
 -              unlink->seqnum = atomic_inc_return(&the_controller->seqnum);
 +              unlink->seqnum = atomic_inc_return_unchecked(&the_controller->seqnum);
                if (unlink->seqnum == 0xffff)
-                       usbip_uinfo("seqnum max\n");
+                       pr_info("seqnum max\n");
  
-@@ -992,7 +992,7 @@ static int vhci_start(struct usb_hcd *hc
+@@ -955,7 +955,7 @@ static int vhci_start(struct usb_hcd *hc
                vdev->rhport = rhport;
        }
  
@@ -40150,94 +32847,98 @@ diff -urNp linux-2.6.39/drivers/staging/usbip/vhci_hcd.c linux-2.6.39/drivers/st
 +      atomic_set_unchecked(&vhci->seqnum, 0);
        spin_lock_init(&vhci->lock);
  
-diff -urNp linux-2.6.39/drivers/staging/usbip/vhci_rx.c linux-2.6.39/drivers/staging/usbip/vhci_rx.c
---- linux-2.6.39/drivers/staging/usbip/vhci_rx.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/staging/usbip/vhci_rx.c       2011-05-22 19:36:32.000000000 -0400
-@@ -81,7 +81,7 @@ static void vhci_recv_ret_submit(struct 
-               usbip_uerr("cannot find a urb of seqnum %u\n",
-                                                       pdu->base.seqnum);
-               usbip_uinfo("max seqnum %d\n",
--                                      atomic_read(&the_controller->seqnum));
-+                                      atomic_read_unchecked(&the_controller->seqnum));
+       hcd->power_budget = 0; /* no limit */
+diff -urNp linux-3.0.4/drivers/staging/usbip/vhci_rx.c linux-3.0.4/drivers/staging/usbip/vhci_rx.c
+--- linux-3.0.4/drivers/staging/usbip/vhci_rx.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/staging/usbip/vhci_rx.c        2011-08-23 21:47:56.000000000 -0400
+@@ -76,7 +76,7 @@ static void vhci_recv_ret_submit(struct 
+       if (!urb) {
+               pr_err("cannot find a urb of seqnum %u\n", pdu->base.seqnum);
+               pr_info("max seqnum %d\n",
+-                      atomic_read(&the_controller->seqnum));
++                      atomic_read_unchecked(&the_controller->seqnum));
                usbip_event_add(ud, VDEV_EVENT_ERROR_TCP);
                return;
        }
-diff -urNp linux-2.6.39/drivers/staging/vme/devices/vme_user.c linux-2.6.39/drivers/staging/vme/devices/vme_user.c
---- linux-2.6.39/drivers/staging/vme/devices/vme_user.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/staging/vme/devices/vme_user.c        2011-05-22 19:36:32.000000000 -0400
-@@ -138,7 +138,7 @@ static long vme_user_unlocked_ioctl(stru
- static int __devinit vme_user_probe(struct device *, int, int);
- static int __devexit 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.39/drivers/staging/westbridge/astoria/block/cyasblkdev_block.c linux-2.6.39/drivers/staging/westbridge/astoria/block/cyasblkdev_block.c
---- linux-2.6.39/drivers/staging/westbridge/astoria/block/cyasblkdev_block.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/staging/westbridge/astoria/block/cyasblkdev_block.c   2011-05-22 19:36:32.000000000 -0400
-@@ -426,7 +426,7 @@ int cyasblkdev_revalidate_disk(struct ge
- /*standard block device driver interface */
--static struct block_device_operations cyasblkdev_bdops = {
-+static const struct block_device_operations cyasblkdev_bdops = {
-       .open                   = cyasblkdev_blk_open,
-       .release                = cyasblkdev_blk_release,
-       .ioctl                  = cyasblkdev_blk_ioctl,
-diff -urNp linux-2.6.39/drivers/staging/wlags49_h2/wl_netdev.c linux-2.6.39/drivers/staging/wlags49_h2/wl_netdev.c
---- linux-2.6.39/drivers/staging/wlags49_h2/wl_netdev.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/staging/wlags49_h2/wl_netdev.c        2011-05-22 19:36:32.000000000 -0400
-@@ -474,7 +474,7 @@ static void wl_get_drvinfo(struct net_de
-     }
- } // wl_get_drvinfo
--static struct ethtool_ops wl_ethtool_ops = {
-+static const struct ethtool_ops wl_ethtool_ops = {
-     .get_drvinfo = wl_get_drvinfo,
-     .get_link = ethtool_op_get_link,
- };
-diff -urNp linux-2.6.39/drivers/staging/wlan-ng/hfa384x_usb.c linux-2.6.39/drivers/staging/wlan-ng/hfa384x_usb.c
---- linux-2.6.39/drivers/staging/wlan-ng/hfa384x_usb.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/staging/wlan-ng/hfa384x_usb.c 2011-05-22 19:36:32.000000000 -0400
-@@ -671,7 +671,7 @@ struct usbctlx_cmd_completor {
-       hfa384x_cmdresult_t *result;
- };
+diff -urNp linux-3.0.4/drivers/staging/vt6655/hostap.c linux-3.0.4/drivers/staging/vt6655/hostap.c
+--- linux-3.0.4/drivers/staging/vt6655/hostap.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/staging/vt6655/hostap.c        2011-08-23 21:47:56.000000000 -0400
+@@ -79,14 +79,13 @@ static int          msglevel            
+  *
+  */
  
--static inline int usbctlx_cmd_completor_fn(struct usbctlx_completor *head)
-+static inline int usbctlx_cmd_completor_fn(const struct usbctlx_completor *head)
++static net_device_ops_no_const apdev_netdev_ops;
++
+ static int hostap_enable_hostapd(PSDevice pDevice, int rtnl_locked)
  {
-       struct usbctlx_cmd_completor *complete;
+     PSDevice apdev_priv;
+       struct net_device *dev = pDevice->dev;
+       int ret;
+-      const struct net_device_ops apdev_netdev_ops = {
+-              .ndo_start_xmit         = pDevice->tx_80211,
+-      };
  
-@@ -705,7 +705,7 @@ struct usbctlx_rrid_completor {
-       unsigned int riddatalen;
- };
+     DBG_PRT(MSG_LEVEL_DEBUG, KERN_INFO "%s: Enabling hostapd mode\n", dev->name);
  
--static int usbctlx_rrid_completor_fn(struct usbctlx_completor *head)
-+static int usbctlx_rrid_completor_fn(const struct usbctlx_completor *head)
- {
-       struct usbctlx_rrid_completor *complete;
-       hfa384x_rridresult_t rridresult;
-@@ -768,7 +768,7 @@ struct usbctlx_rmem_completor {
- };
- typedef struct usbctlx_rmem_completor usbctlx_rmem_completor_t;
+@@ -98,6 +97,8 @@ static int hostap_enable_hostapd(PSDevic
+     *apdev_priv = *pDevice;
+       memcpy(pDevice->apdev->dev_addr, dev->dev_addr, ETH_ALEN);
++      /* only half broken now */
++      apdev_netdev_ops.ndo_start_xmit = pDevice->tx_80211;
+       pDevice->apdev->netdev_ops = &apdev_netdev_ops;
+       pDevice->apdev->type = ARPHRD_IEEE80211;
+diff -urNp linux-3.0.4/drivers/staging/vt6656/hostap.c linux-3.0.4/drivers/staging/vt6656/hostap.c
+--- linux-3.0.4/drivers/staging/vt6656/hostap.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/staging/vt6656/hostap.c        2011-08-23 21:47:56.000000000 -0400
+@@ -80,14 +80,13 @@ static int          msglevel            
+  *
+  */
  
--static int usbctlx_rmem_completor_fn(struct usbctlx_completor *head)
-+static int usbctlx_rmem_completor_fn(const struct usbctlx_completor *head)
++static net_device_ops_no_const apdev_netdev_ops;
++
+ static int hostap_enable_hostapd(PSDevice pDevice, int rtnl_locked)
  {
-       usbctlx_rmem_completor_t *complete = (usbctlx_rmem_completor_t *) head;
+     PSDevice apdev_priv;
+       struct net_device *dev = pDevice->dev;
+       int ret;
+-      const struct net_device_ops apdev_netdev_ops = {
+-              .ndo_start_xmit         = pDevice->tx_80211,
+-      };
+     DBG_PRT(MSG_LEVEL_DEBUG, KERN_INFO "%s: Enabling hostapd mode\n", dev->name);
  
-diff -urNp linux-2.6.39/drivers/staging/zcache/tmem.c linux-2.6.39/drivers/staging/zcache/tmem.c
---- linux-2.6.39/drivers/staging/zcache/tmem.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/staging/zcache/tmem.c 2011-05-22 19:36:32.000000000 -0400
+@@ -99,6 +98,8 @@ static int hostap_enable_hostapd(PSDevic
+     *apdev_priv = *pDevice;
+       memcpy(pDevice->apdev->dev_addr, dev->dev_addr, ETH_ALEN);
++      /* only half broken now */
++      apdev_netdev_ops.ndo_start_xmit = pDevice->tx_80211;
+       pDevice->apdev->netdev_ops = &apdev_netdev_ops;
+       pDevice->apdev->type = ARPHRD_IEEE80211;
+diff -urNp linux-3.0.4/drivers/staging/wlan-ng/hfa384x_usb.c linux-3.0.4/drivers/staging/wlan-ng/hfa384x_usb.c
+--- linux-3.0.4/drivers/staging/wlan-ng/hfa384x_usb.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/staging/wlan-ng/hfa384x_usb.c  2011-08-23 21:47:56.000000000 -0400
+@@ -204,7 +204,7 @@ static void unlocked_usbctlx_complete(hf
+ struct usbctlx_completor {
+       int (*complete) (struct usbctlx_completor *);
+-};
++} __no_const;
+ static int
+ hfa384x_usbctlx_complete_sync(hfa384x_t *hw,
+diff -urNp linux-3.0.4/drivers/staging/zcache/tmem.c linux-3.0.4/drivers/staging/zcache/tmem.c
+--- linux-3.0.4/drivers/staging/zcache/tmem.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/staging/zcache/tmem.c  2011-08-23 21:47:56.000000000 -0400
 @@ -39,7 +39,7 @@
   * A tmem host implementation must use this function to register callbacks
   * for memory allocation.
   */
 -static struct tmem_hostops tmem_hostops;
-+static const struct tmem_hostops tmem_hostops;
++static tmem_hostops_no_const tmem_hostops;
  
  static void tmem_objnode_tree_init(void);
  
@@ -40246,34 +32947,32 @@ diff -urNp linux-2.6.39/drivers/staging/zcache/tmem.c linux-2.6.39/drivers/stagi
   * callbacks for a page-accessible memory (PAM) implementation
   */
 -static struct tmem_pamops tmem_pamops;
-+static const struct tmem_pamops tmem_pamops;
++static tmem_pamops_no_const tmem_pamops;
  
  void tmem_register_pamops(struct tmem_pamops *m)
  {
-diff -urNp linux-2.6.39/drivers/staging/zcache/zcache.c linux-2.6.39/drivers/staging/zcache/zcache.c
---- linux-2.6.39/drivers/staging/zcache/zcache.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/staging/zcache/zcache.c       2011-05-22 19:36:32.000000000 -0400
-@@ -882,7 +882,7 @@ static void zcache_obj_free(struct tmem_
-       kmem_cache_free(zcache_obj_cache, obj);
- }
+diff -urNp linux-3.0.4/drivers/staging/zcache/tmem.h linux-3.0.4/drivers/staging/zcache/tmem.h
+--- linux-3.0.4/drivers/staging/zcache/tmem.h  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/staging/zcache/tmem.h  2011-08-23 21:47:56.000000000 -0400
+@@ -171,6 +171,7 @@ struct tmem_pamops {
+       int (*get_data)(struct page *, void *, struct tmem_pool *);
+       void (*free)(void *, struct tmem_pool *);
+ };
++typedef struct tmem_pamops __no_const tmem_pamops_no_const;
+ extern void tmem_register_pamops(struct tmem_pamops *m);
  
--static struct tmem_hostops zcache_hostops = {
-+static const struct tmem_hostops zcache_hostops = {
-       .obj_alloc = zcache_obj_alloc,
-       .obj_free = zcache_obj_free,
-       .objnode_alloc = zcache_objnode_alloc,
-@@ -987,7 +987,7 @@ static void zcache_pampd_free(void *pamp
-       }
- }
+ /* memory allocation methods provided by the host implementation */
+@@ -180,6 +181,7 @@ struct tmem_hostops {
+       struct tmem_objnode *(*objnode_alloc)(struct tmem_pool *);
+       void (*objnode_free)(struct tmem_objnode *, struct tmem_pool *);
+ };
++typedef struct tmem_hostops __no_const tmem_hostops_no_const;
+ extern void tmem_register_hostops(struct tmem_hostops *m);
  
--static struct tmem_pamops zcache_pamops = {
-+static const struct tmem_pamops zcache_pamops = {
-       .create = zcache_pampd_create,
-       .get_data = zcache_pampd_get_data,
-       .free = zcache_pampd_free,
-diff -urNp linux-2.6.39/drivers/target/target_core_alua.c linux-2.6.39/drivers/target/target_core_alua.c
---- linux-2.6.39/drivers/target/target_core_alua.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/target/target_core_alua.c     2011-05-22 19:36:32.000000000 -0400
+ /* core tmem accessor functions */
+diff -urNp linux-3.0.4/drivers/target/target_core_alua.c linux-3.0.4/drivers/target/target_core_alua.c
+--- linux-3.0.4/drivers/target/target_core_alua.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/target/target_core_alua.c      2011-08-23 21:48:14.000000000 -0400
 @@ -675,6 +675,8 @@ static int core_alua_update_tpg_primary_
        char path[ALUA_METADATA_PATH_LEN];
        int len;
@@ -40292,9 +32991,9 @@ diff -urNp linux-2.6.39/drivers/target/target_core_alua.c linux-2.6.39/drivers/t
        memset(path, 0, ALUA_METADATA_PATH_LEN);
        memset(wwn, 0, ALUA_SECONDARY_METADATA_WWN_LEN);
  
-diff -urNp linux-2.6.39/drivers/target/target_core_cdb.c linux-2.6.39/drivers/target/target_core_cdb.c
---- linux-2.6.39/drivers/target/target_core_cdb.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/target/target_core_cdb.c      2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/drivers/target/target_core_cdb.c linux-3.0.4/drivers/target/target_core_cdb.c
+--- linux-3.0.4/drivers/target/target_core_cdb.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/target/target_core_cdb.c       2011-08-23 21:48:14.000000000 -0400
 @@ -838,6 +838,8 @@ target_emulate_modesense(struct se_cmd *
        int length = 0;
        unsigned char buf[SE_MODE_PAGE_BUF];
@@ -40304,10 +33003,10 @@ diff -urNp linux-2.6.39/drivers/target/target_core_cdb.c linux-2.6.39/drivers/ta
        memset(buf, 0, SE_MODE_PAGE_BUF);
  
        switch (cdb[2] & 0x3f) {
-diff -urNp linux-2.6.39/drivers/target/target_core_configfs.c linux-2.6.39/drivers/target/target_core_configfs.c
---- linux-2.6.39/drivers/target/target_core_configfs.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/target/target_core_configfs.c 2011-05-22 19:36:32.000000000 -0400
-@@ -1280,6 +1280,8 @@ static ssize_t target_core_dev_pr_show_a
+diff -urNp linux-3.0.4/drivers/target/target_core_configfs.c linux-3.0.4/drivers/target/target_core_configfs.c
+--- linux-3.0.4/drivers/target/target_core_configfs.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/target/target_core_configfs.c  2011-08-23 21:48:14.000000000 -0400
+@@ -1276,6 +1276,8 @@ static ssize_t target_core_dev_pr_show_a
        ssize_t len = 0;
        int reg_count = 0, prf_isid;
  
@@ -40316,57 +33015,9 @@ diff -urNp linux-2.6.39/drivers/target/target_core_configfs.c linux-2.6.39/drive
        if (!(su_dev->se_dev_ptr))
                return -ENODEV;
  
-@@ -2682,7 +2684,7 @@ static void target_core_alua_drop_tg_pt_
-       config_item_put(item);
- }
--static struct configfs_group_operations target_core_alua_tg_pt_gps_group_ops = {
-+static const struct configfs_group_operations target_core_alua_tg_pt_gps_group_ops = {
-       .make_group             = &target_core_alua_create_tg_pt_gp,
-       .drop_item              = &target_core_alua_drop_tg_pt_gp,
- };
-@@ -2726,7 +2728,7 @@ static void target_core_stat_rmdir(
-       return;
- }
--static struct configfs_group_operations target_core_stat_group_ops = {
-+static const struct configfs_group_operations target_core_stat_group_ops = {
-       .make_group             = &target_core_stat_mkdir,
-       .drop_item              = &target_core_stat_rmdir,
- };
-@@ -2939,7 +2941,7 @@ static void target_core_drop_subdev(
-       mutex_unlock(&hba->hba_access_mutex);
- }
--static struct configfs_group_operations target_core_hba_group_ops = {
-+static const struct configfs_group_operations target_core_hba_group_ops = {
-       .make_group             = target_core_make_subdev,
-       .drop_item              = target_core_drop_subdev,
- };
-@@ -3117,7 +3119,7 @@ static void target_core_call_delhbafromt
-       config_item_put(item);
- }
--static struct configfs_group_operations target_core_group_ops = {
-+static const struct configfs_group_operations target_core_group_ops = {
-       .make_group     = target_core_call_addhbatotarget,
-       .drop_item      = target_core_call_delhbafromtarget,
- };
-diff -urNp linux-2.6.39/drivers/target/target_core_fabric_configfs.c linux-2.6.39/drivers/target/target_core_fabric_configfs.c
---- linux-2.6.39/drivers/target/target_core_fabric_configfs.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/target/target_core_fabric_configfs.c  2011-05-22 19:36:32.000000000 -0400
-@@ -1174,7 +1174,7 @@ static void target_fabric_drop_wwn(
-       config_item_put(item);
- }
--static struct configfs_group_operations target_fabric_wwn_group_ops = {
-+static const struct configfs_group_operations target_fabric_wwn_group_ops = {
-       .make_group     = target_fabric_make_wwn,
-       .drop_item      = target_fabric_drop_wwn,
- };
-diff -urNp linux-2.6.39/drivers/target/target_core_pr.c linux-2.6.39/drivers/target/target_core_pr.c
---- linux-2.6.39/drivers/target/target_core_pr.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/target/target_core_pr.c       2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/drivers/target/target_core_pr.c linux-3.0.4/drivers/target/target_core_pr.c
+--- linux-3.0.4/drivers/target/target_core_pr.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/target/target_core_pr.c        2011-08-23 21:48:14.000000000 -0400
 @@ -918,6 +918,8 @@ static int __core_scsi3_check_aptpl_regi
        unsigned char t_port[PR_APTPL_MAX_TPORT_LEN];
        u16 tpgt;
@@ -40394,10 +33045,10 @@ diff -urNp linux-2.6.39/drivers/target/target_core_pr.c linux-2.6.39/drivers/tar
        memset(iov, 0, sizeof(struct iovec));
        memset(path, 0, 512);
  
-diff -urNp linux-2.6.39/drivers/target/target_core_tmr.c linux-2.6.39/drivers/target/target_core_tmr.c
---- linux-2.6.39/drivers/target/target_core_tmr.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/target/target_core_tmr.c      2011-05-22 19:36:32.000000000 -0400
-@@ -262,7 +262,7 @@ int core_tmr_lun_reset(
+diff -urNp linux-3.0.4/drivers/target/target_core_tmr.c linux-3.0.4/drivers/target/target_core_tmr.c
+--- linux-3.0.4/drivers/target/target_core_tmr.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/target/target_core_tmr.c       2011-08-23 21:47:56.000000000 -0400
+@@ -269,7 +269,7 @@ int core_tmr_lun_reset(
                        CMD_TFO(cmd)->get_task_tag(cmd), cmd->pr_res_key,
                        T_TASK(cmd)->t_task_cdbs,
                        atomic_read(&T_TASK(cmd)->t_task_cdbs_left),
@@ -40406,7 +33057,7 @@ diff -urNp linux-2.6.39/drivers/target/target_core_tmr.c linux-2.6.39/drivers/ta
                        atomic_read(&T_TASK(cmd)->t_transport_active),
                        atomic_read(&T_TASK(cmd)->t_transport_stop),
                        atomic_read(&T_TASK(cmd)->t_transport_sent));
-@@ -304,7 +304,7 @@ int core_tmr_lun_reset(
+@@ -311,7 +311,7 @@ int core_tmr_lun_reset(
                        DEBUG_LR("LUN_RESET: got t_transport_active = 1 for"
                                " task: %p, t_fe_count: %d dev: %p\n", task,
                                fe_count, dev);
@@ -40415,7 +33066,7 @@ diff -urNp linux-2.6.39/drivers/target/target_core_tmr.c linux-2.6.39/drivers/ta
                        spin_unlock_irqrestore(&T_TASK(cmd)->t_state_lock,
                                                flags);
                        core_tmr_handle_tas_abort(tmr_nacl, cmd, tas, fe_count);
-@@ -314,7 +314,7 @@ int core_tmr_lun_reset(
+@@ -321,7 +321,7 @@ int core_tmr_lun_reset(
                }
                DEBUG_LR("LUN_RESET: Got t_transport_active = 0 for task: %p,"
                        " t_fe_count: %d dev: %p\n", task, fe_count, dev);
@@ -40424,10 +33075,10 @@ diff -urNp linux-2.6.39/drivers/target/target_core_tmr.c linux-2.6.39/drivers/ta
                spin_unlock_irqrestore(&T_TASK(cmd)->t_state_lock, flags);
                core_tmr_handle_tas_abort(tmr_nacl, cmd, tas, fe_count);
  
-diff -urNp linux-2.6.39/drivers/target/target_core_transport.c linux-2.6.39/drivers/target/target_core_transport.c
---- linux-2.6.39/drivers/target/target_core_transport.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/target/target_core_transport.c        2011-05-22 19:36:32.000000000 -0400
-@@ -1675,7 +1675,7 @@ struct se_device *transport_add_device_t
+diff -urNp linux-3.0.4/drivers/target/target_core_transport.c linux-3.0.4/drivers/target/target_core_transport.c
+--- linux-3.0.4/drivers/target/target_core_transport.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/target/target_core_transport.c 2011-08-23 21:47:56.000000000 -0400
+@@ -1681,7 +1681,7 @@ struct se_device *transport_add_device_t
  
        dev->queue_depth        = dev_limits->queue_depth;
        atomic_set(&dev->depth_left, dev->queue_depth);
@@ -40436,7 +33087,7 @@ diff -urNp linux-2.6.39/drivers/target/target_core_transport.c linux-2.6.39/driv
  
        se_dev_set_default_attribs(dev, dev_limits);
  
-@@ -1876,7 +1876,7 @@ static int transport_check_alloc_task_at
+@@ -1882,7 +1882,7 @@ static int transport_check_alloc_task_at
         * Used to determine when ORDERED commands should go from
         * Dormant to Active status.
         */
@@ -40445,7 +33096,7 @@ diff -urNp linux-2.6.39/drivers/target/target_core_transport.c linux-2.6.39/driv
        smp_mb__after_atomic_inc();
        DEBUG_STA("Allocated se_ordered_id: %u for Task Attr: 0x%02x on %s\n",
                        cmd->se_ordered_id, cmd->sam_task_attr,
-@@ -2156,7 +2156,7 @@ static void transport_generic_request_fa
+@@ -2169,7 +2169,7 @@ static void transport_generic_request_fa
                " t_transport_active: %d t_transport_stop: %d"
                " t_transport_sent: %d\n", T_TASK(cmd)->t_task_cdbs,
                atomic_read(&T_TASK(cmd)->t_task_cdbs_left),
@@ -40454,7 +33105,7 @@ diff -urNp linux-2.6.39/drivers/target/target_core_transport.c linux-2.6.39/driv
                atomic_read(&T_TASK(cmd)->t_task_cdbs_ex_left),
                atomic_read(&T_TASK(cmd)->t_transport_active),
                atomic_read(&T_TASK(cmd)->t_transport_stop),
-@@ -2660,9 +2660,9 @@ check_depth:
+@@ -2673,9 +2673,9 @@ check_depth:
        spin_lock_irqsave(&T_TASK(cmd)->t_state_lock, flags);
        atomic_set(&task->task_active, 1);
        atomic_set(&task->task_sent, 1);
@@ -40466,7 +33117,7 @@ diff -urNp linux-2.6.39/drivers/target/target_core_transport.c linux-2.6.39/driv
            T_TASK(cmd)->t_task_cdbs)
                atomic_set(&cmd->transport_sent, 1);
  
-@@ -5549,7 +5549,7 @@ static void transport_generic_wait_for_t
+@@ -5568,7 +5568,7 @@ static void transport_generic_wait_for_t
                atomic_set(&T_TASK(cmd)->transport_lun_stop, 0);
        }
        if (!atomic_read(&T_TASK(cmd)->t_transport_active) ||
@@ -40475,7 +33126,7 @@ diff -urNp linux-2.6.39/drivers/target/target_core_transport.c linux-2.6.39/driv
                goto remove;
  
        atomic_set(&T_TASK(cmd)->t_transport_stop, 1);
-@@ -5778,7 +5778,7 @@ int transport_check_aborted_status(struc
+@@ -5797,7 +5797,7 @@ int transport_check_aborted_status(struc
  {
        int ret = 0;
  
@@ -40484,7 +33135,7 @@ diff -urNp linux-2.6.39/drivers/target/target_core_transport.c linux-2.6.39/driv
                if (!(send_status) ||
                     (cmd->se_cmd_flags & SCF_SENT_DELAYED_TAS))
                        return 1;
-@@ -5806,7 +5806,7 @@ void transport_send_task_abort(struct se
+@@ -5825,7 +5825,7 @@ void transport_send_task_abort(struct se
         */
        if (cmd->data_direction == DMA_TO_DEVICE) {
                if (CMD_TFO(cmd)->write_pending_status(cmd) != 0) {
@@ -40493,7 +33144,7 @@ diff -urNp linux-2.6.39/drivers/target/target_core_transport.c linux-2.6.39/driv
                        smp_mb__after_atomic_inc();
                        cmd->scsi_status = SAM_STAT_TASK_ABORTED;
                        transport_new_cmd_failure(cmd);
-@@ -5930,7 +5930,7 @@ static void transport_processing_shutdow
+@@ -5949,7 +5949,7 @@ static void transport_processing_shutdow
                        CMD_TFO(cmd)->get_task_tag(cmd),
                        T_TASK(cmd)->t_task_cdbs,
                        atomic_read(&T_TASK(cmd)->t_task_cdbs_left),
@@ -40502,9 +33153,9 @@ diff -urNp linux-2.6.39/drivers/target/target_core_transport.c linux-2.6.39/driv
                        atomic_read(&T_TASK(cmd)->t_transport_active),
                        atomic_read(&T_TASK(cmd)->t_transport_stop),
                        atomic_read(&T_TASK(cmd)->t_transport_sent));
-diff -urNp linux-2.6.39/drivers/telephony/ixj.c linux-2.6.39/drivers/telephony/ixj.c
---- linux-2.6.39/drivers/telephony/ixj.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/telephony/ixj.c       2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/drivers/telephony/ixj.c linux-3.0.4/drivers/telephony/ixj.c
+--- linux-3.0.4/drivers/telephony/ixj.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/telephony/ixj.c        2011-08-23 21:48:14.000000000 -0400
 @@ -4976,6 +4976,8 @@ static int ixj_daa_cid_read(IXJ *j)
        bool mContinue;
        char *pIn, *pOut;
@@ -40514,32 +33165,9 @@ diff -urNp linux-2.6.39/drivers/telephony/ixj.c linux-2.6.39/drivers/telephony/i
        if (!SCI_Prepare(j))
                return 0;
  
-diff -urNp linux-2.6.39/drivers/tty/hvc/hvc_console.h linux-2.6.39/drivers/tty/hvc/hvc_console.h
---- linux-2.6.39/drivers/tty/hvc/hvc_console.h 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/tty/hvc/hvc_console.h 2011-05-22 19:36:32.000000000 -0400
-@@ -82,6 +82,7 @@ extern int hvc_instantiate(uint32_t vter
- /* register a vterm for hvc tty operation (module_init or hotplug add) */
- extern struct hvc_struct * hvc_alloc(uint32_t vtermno, int data,
-                                    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.39/drivers/tty/hvc/hvc_iucv.c linux-2.6.39/drivers/tty/hvc/hvc_iucv.c
---- linux-2.6.39/drivers/tty/hvc/hvc_iucv.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/tty/hvc/hvc_iucv.c    2011-05-22 19:36:32.000000000 -0400
-@@ -1203,7 +1203,7 @@ static int param_get_vmidfilter(char *bu
- #define param_check_vmidfilter(name, p) __param_check(name, p, void)
--static struct kernel_param_ops param_ops_vmidfilter = {
-+static const struct kernel_param_ops param_ops_vmidfilter = {
-       .set = param_set_vmidfilter,
-       .get = param_get_vmidfilter,
- };
-diff -urNp linux-2.6.39/drivers/tty/hvc/hvcs.c linux-2.6.39/drivers/tty/hvc/hvcs.c
---- linux-2.6.39/drivers/tty/hvc/hvcs.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/tty/hvc/hvcs.c        2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/drivers/tty/hvc/hvcs.c linux-3.0.4/drivers/tty/hvc/hvcs.c
+--- linux-3.0.4/drivers/tty/hvc/hvcs.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/tty/hvc/hvcs.c 2011-08-23 21:47:56.000000000 -0400
 @@ -83,6 +83,7 @@
  #include <asm/hvcserver.h>
  #include <asm/uaccess.h>
@@ -40642,48 +33270,9 @@ diff -urNp linux-2.6.39/drivers/tty/hvc/hvcs.c linux-2.6.39/drivers/tty/hvc/hvcs
                return 0;
  
        return HVCS_BUFF_LEN - hvcsd->chars_in_buffer;
-diff -urNp linux-2.6.39/drivers/tty/hvc/hvc_xen.c linux-2.6.39/drivers/tty/hvc/hvc_xen.c
---- linux-2.6.39/drivers/tty/hvc/hvc_xen.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/tty/hvc/hvc_xen.c     2011-05-22 19:36:32.000000000 -0400
-@@ -123,7 +123,7 @@ static int domU_read_console(uint32_t vt
-       return recv;
- }
--static struct hv_ops domU_hvc_ops = {
-+static const struct hv_ops domU_hvc_ops = {
-       .get_chars = domU_read_console,
-       .put_chars = domU_write_console,
-       .notifier_add = notifier_add_irq,
-@@ -149,7 +149,7 @@ static int dom0_write_console(uint32_t v
-       return len;
- }
--static struct hv_ops dom0_hvc_ops = {
-+static const struct hv_ops dom0_hvc_ops = {
-       .get_chars = dom0_read_console,
-       .put_chars = dom0_write_console,
-       .notifier_add = notifier_add_irq,
-@@ -160,7 +160,7 @@ static struct hv_ops dom0_hvc_ops = {
- static int __init xen_hvc_init(void)
- {
-       struct hvc_struct *hp;
--      struct hv_ops *ops;
-+      const struct hv_ops *ops;
-       if (!xen_pv_domain())
-               return -ENODEV;
-@@ -205,7 +205,7 @@ static void __exit xen_hvc_fini(void)
- static int xen_cons_init(void)
- {
--      struct hv_ops *ops;
-+      const struct hv_ops *ops;
-       if (!xen_pv_domain())
-               return 0;
-diff -urNp linux-2.6.39/drivers/tty/ipwireless/tty.c linux-2.6.39/drivers/tty/ipwireless/tty.c
---- linux-2.6.39/drivers/tty/ipwireless/tty.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/tty/ipwireless/tty.c  2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/drivers/tty/ipwireless/tty.c linux-3.0.4/drivers/tty/ipwireless/tty.c
+--- linux-3.0.4/drivers/tty/ipwireless/tty.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/tty/ipwireless/tty.c   2011-08-23 21:47:56.000000000 -0400
 @@ -29,6 +29,7 @@
  #include <linux/tty_driver.h>
  #include <linux/tty_flip.h>
@@ -40806,22 +33395,10 @@ diff -urNp linux-2.6.39/drivers/tty/ipwireless/tty.c linux-2.6.39/drivers/tty/ip
                                do_ipw_close(ttyj);
                        ipwireless_disassociate_network_ttys(network,
                                                             ttyj->channel_idx);
-diff -urNp linux-2.6.39/drivers/tty/mxser.c linux-2.6.39/drivers/tty/mxser.c
---- linux-2.6.39/drivers/tty/mxser.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/tty/mxser.c   2011-05-22 19:36:32.000000000 -0400
-@@ -2340,7 +2340,7 @@ static const struct tty_operations mxser
-       .get_icount = mxser_get_icount,
- };
--struct tty_port_operations mxser_port_ops = {
-+const struct tty_port_operations mxser_port_ops = {
-       .carrier_raised = mxser_carrier_raised,
-       .dtr_rts = mxser_dtr_rts,
-       .activate = mxser_activate,
-diff -urNp linux-2.6.39/drivers/tty/n_gsm.c linux-2.6.39/drivers/tty/n_gsm.c
---- linux-2.6.39/drivers/tty/n_gsm.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/tty/n_gsm.c   2011-05-22 19:36:32.000000000 -0400
-@@ -1588,7 +1588,7 @@ static struct gsm_dlci *gsm_dlci_alloc(s
+diff -urNp linux-3.0.4/drivers/tty/n_gsm.c linux-3.0.4/drivers/tty/n_gsm.c
+--- linux-3.0.4/drivers/tty/n_gsm.c    2011-09-02 18:11:21.000000000 -0400
++++ linux-3.0.4/drivers/tty/n_gsm.c    2011-08-23 21:47:56.000000000 -0400
+@@ -1589,7 +1589,7 @@ static struct gsm_dlci *gsm_dlci_alloc(s
                return NULL;
        spin_lock_init(&dlci->lock);
        dlci->fifo = &dlci->_fifo;
@@ -40830,10 +33407,10 @@ diff -urNp linux-2.6.39/drivers/tty/n_gsm.c linux-2.6.39/drivers/tty/n_gsm.c
                kfree(dlci);
                return NULL;
        }
-diff -urNp linux-2.6.39/drivers/tty/n_tty.c linux-2.6.39/drivers/tty/n_tty.c
---- linux-2.6.39/drivers/tty/n_tty.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/tty/n_tty.c   2011-05-22 19:36:32.000000000 -0400
-@@ -2122,6 +2122,7 @@ void n_tty_inherit_ops(struct tty_ldisc_
+diff -urNp linux-3.0.4/drivers/tty/n_tty.c linux-3.0.4/drivers/tty/n_tty.c
+--- linux-3.0.4/drivers/tty/n_tty.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/tty/n_tty.c    2011-08-23 21:47:56.000000000 -0400
+@@ -2123,6 +2123,7 @@ void n_tty_inherit_ops(struct tty_ldisc_
  {
        *ops = tty_ldisc_N_TTY;
        ops->owner = NULL;
@@ -40842,43 +33419,24 @@ diff -urNp linux-2.6.39/drivers/tty/n_tty.c linux-2.6.39/drivers/tty/n_tty.c
 +      ops->flags = 0;
  }
  EXPORT_SYMBOL_GPL(n_tty_inherit_ops);
-diff -urNp linux-2.6.39/drivers/tty/pty.c linux-2.6.39/drivers/tty/pty.c
---- linux-2.6.39/drivers/tty/pty.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/tty/pty.c     2011-05-22 19:36:32.000000000 -0400
-@@ -699,7 +699,18 @@ out:
-       return retval;
- }
--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)
- {
-@@ -752,10 +763,6 @@ static void __init unix98_pty_init(void)
+diff -urNp linux-3.0.4/drivers/tty/pty.c linux-3.0.4/drivers/tty/pty.c
+--- linux-3.0.4/drivers/tty/pty.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/tty/pty.c      2011-08-23 21:47:56.000000000 -0400
+@@ -754,8 +754,10 @@ 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);
+       /* Now create the /dev/ptmx special device */
++      pax_open_kernel();
+       tty_default_fops(&ptmx_fops);
 -      ptmx_fops.open = ptmx_open;
--
++      *(void **)&ptmx_fops.open = ptmx_open;
++      pax_close_kernel();
        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.39/drivers/tty/rocket.c linux-2.6.39/drivers/tty/rocket.c
---- linux-2.6.39/drivers/tty/rocket.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/tty/rocket.c  2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/drivers/tty/rocket.c linux-3.0.4/drivers/tty/rocket.c
+--- linux-3.0.4/drivers/tty/rocket.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/tty/rocket.c   2011-08-23 21:48:14.000000000 -0400
 @@ -1277,6 +1277,8 @@ static int get_ports(struct r_port *info
        struct rocket_ports tmp;
        int board;
@@ -40888,354 +33446,110 @@ diff -urNp linux-2.6.39/drivers/tty/rocket.c linux-2.6.39/drivers/tty/rocket.c
        if (!retports)
                return -EFAULT;
        memset(&tmp, 0, sizeof (tmp));
-diff -urNp linux-2.6.39/drivers/tty/serial/21285.c linux-2.6.39/drivers/tty/serial/21285.c
---- linux-2.6.39/drivers/tty/serial/21285.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/tty/serial/21285.c    2011-05-22 19:36:32.000000000 -0400
-@@ -340,7 +340,7 @@ static int serial21285_verify_port(struc
-       return ret;
- }
+diff -urNp linux-3.0.4/drivers/tty/serial/kgdboc.c linux-3.0.4/drivers/tty/serial/kgdboc.c
+--- linux-3.0.4/drivers/tty/serial/kgdboc.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/tty/serial/kgdboc.c    2011-08-23 21:47:56.000000000 -0400
+@@ -23,8 +23,9 @@
+ #define MAX_CONFIG_LEN                40
  
--static struct uart_ops serial21285_ops = {
-+static const struct uart_ops serial21285_ops = {
-       .tx_empty       = serial21285_tx_empty,
-       .get_mctrl      = serial21285_get_mctrl,
-       .set_mctrl      = serial21285_set_mctrl,
-diff -urNp linux-2.6.39/drivers/tty/serial/8250.c linux-2.6.39/drivers/tty/serial/8250.c
---- linux-2.6.39/drivers/tty/serial/8250.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/tty/serial/8250.c     2011-05-22 19:36:32.000000000 -0400
-@@ -2708,7 +2708,7 @@ serial8250_type(struct uart_port *port)
-       return uart_config[type].name;
- }
--static struct uart_ops serial8250_pops = {
-+static const struct uart_ops serial8250_pops = {
-       .tx_empty       = serial8250_tx_empty,
-       .set_mctrl      = serial8250_set_mctrl,
-       .get_mctrl      = serial8250_get_mctrl,
-diff -urNp linux-2.6.39/drivers/tty/serial/altera_jtaguart.c linux-2.6.39/drivers/tty/serial/altera_jtaguart.c
---- linux-2.6.39/drivers/tty/serial/altera_jtaguart.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/tty/serial/altera_jtaguart.c  2011-05-22 19:36:32.000000000 -0400
-@@ -281,7 +281,7 @@ static int altera_jtaguart_verify_port(s
- /*
-  *    Define the basic serial functions we support.
-  */
--static struct uart_ops altera_jtaguart_ops = {
-+static const struct uart_ops altera_jtaguart_ops = {
-       .tx_empty       = altera_jtaguart_tx_empty,
-       .get_mctrl      = altera_jtaguart_get_mctrl,
-       .set_mctrl      = altera_jtaguart_set_mctrl,
-diff -urNp linux-2.6.39/drivers/tty/serial/altera_uart.c linux-2.6.39/drivers/tty/serial/altera_uart.c
---- linux-2.6.39/drivers/tty/serial/altera_uart.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/tty/serial/altera_uart.c      2011-05-22 19:36:32.000000000 -0400
-@@ -380,7 +380,7 @@ static int altera_uart_verify_port(struc
- /*
-  *    Define the basic serial functions we support.
-  */
--static struct uart_ops altera_uart_ops = {
-+static const struct uart_ops altera_uart_ops = {
-       .tx_empty       = altera_uart_tx_empty,
-       .get_mctrl      = altera_uart_get_mctrl,
-       .set_mctrl      = altera_uart_set_mctrl,
-diff -urNp linux-2.6.39/drivers/tty/serial/amba-pl010.c linux-2.6.39/drivers/tty/serial/amba-pl010.c
---- linux-2.6.39/drivers/tty/serial/amba-pl010.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/tty/serial/amba-pl010.c       2011-05-22 19:36:32.000000000 -0400
-@@ -529,7 +529,7 @@ static int pl010_verify_port(struct uart
-       return ret;
- }
+ static struct kgdb_io         kgdboc_io_ops;
++static struct kgdb_io         kgdboc_io_ops_console;
  
--static struct uart_ops amba_pl010_pops = {
-+static const struct uart_ops amba_pl010_pops = {
-       .tx_empty       = pl010_tx_empty,
-       .set_mctrl      = pl010_set_mctrl,
-       .get_mctrl      = pl010_get_mctrl,
-diff -urNp linux-2.6.39/drivers/tty/serial/amba-pl011.c linux-2.6.39/drivers/tty/serial/amba-pl011.c
---- linux-2.6.39/drivers/tty/serial/amba-pl011.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/tty/serial/amba-pl011.c       2011-05-22 19:36:32.000000000 -0400
-@@ -1581,7 +1581,7 @@ static int pl010_verify_port(struct uart
-       return ret;
- }
+-/* -1 = init not run yet, 0 = unconfigured, 1 = configured. */
++/* -1 = init not run yet, 0 = unconfigured, 1/2 = configured. */
+ static int configured         = -1;
  
--static struct uart_ops amba_pl011_pops = {
-+static const struct uart_ops amba_pl011_pops = {
-       .tx_empty       = pl01x_tx_empty,
-       .set_mctrl      = pl011_set_mctrl,
-       .get_mctrl      = pl01x_get_mctrl,
-diff -urNp linux-2.6.39/drivers/tty/serial/apbuart.c linux-2.6.39/drivers/tty/serial/apbuart.c
---- linux-2.6.39/drivers/tty/serial/apbuart.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/tty/serial/apbuart.c  2011-05-22 19:36:32.000000000 -0400
-@@ -328,7 +328,7 @@ static int apbuart_verify_port(struct ua
-       return ret;
+ static char config[MAX_CONFIG_LEN];
+@@ -147,6 +148,8 @@ static void cleanup_kgdboc(void)
+       kgdboc_unregister_kbd();
+       if (configured == 1)
+               kgdb_unregister_io_module(&kgdboc_io_ops);
++      else if (configured == 2)
++              kgdb_unregister_io_module(&kgdboc_io_ops_console);
  }
  
--static struct uart_ops grlib_apbuart_ops = {
-+static const struct uart_ops grlib_apbuart_ops = {
-       .tx_empty = apbuart_tx_empty,
-       .set_mctrl = apbuart_set_mctrl,
-       .get_mctrl = apbuart_get_mctrl,
-diff -urNp linux-2.6.39/drivers/tty/serial/atmel_serial.c linux-2.6.39/drivers/tty/serial/atmel_serial.c
---- linux-2.6.39/drivers/tty/serial/atmel_serial.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/tty/serial/atmel_serial.c     2011-05-22 19:36:32.000000000 -0400
-@@ -1382,7 +1382,7 @@ atmel_ioctl(struct uart_port *port, unsi
--static struct uart_ops atmel_pops = {
-+static const struct uart_ops atmel_pops = {
-       .tx_empty       = atmel_tx_empty,
-       .set_mctrl      = atmel_set_mctrl,
-       .get_mctrl      = atmel_get_mctrl,
-diff -urNp linux-2.6.39/drivers/tty/serial/bcm63xx_uart.c linux-2.6.39/drivers/tty/serial/bcm63xx_uart.c
---- linux-2.6.39/drivers/tty/serial/bcm63xx_uart.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/tty/serial/bcm63xx_uart.c     2011-05-22 19:36:32.000000000 -0400
-@@ -636,7 +636,7 @@ static int bcm_uart_verify_port(struct u
- }
- /* serial core callbacks */
--static struct uart_ops bcm_uart_ops = {
-+static const struct uart_ops bcm_uart_ops = {
-       .tx_empty       = bcm_uart_tx_empty,
-       .get_mctrl      = bcm_uart_get_mctrl,
-       .set_mctrl      = bcm_uart_set_mctrl,
-diff -urNp linux-2.6.39/drivers/tty/serial/bfin_5xx.c linux-2.6.39/drivers/tty/serial/bfin_5xx.c
---- linux-2.6.39/drivers/tty/serial/bfin_5xx.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/tty/serial/bfin_5xx.c 2011-05-22 19:36:32.000000000 -0400
-@@ -1036,7 +1036,7 @@ static int bfin_kgdboc_port_startup(stru
- }
- #endif
+ static int configure_kgdboc(void)
+@@ -156,13 +159,13 @@ static int configure_kgdboc(void)
+       int err;
+       char *cptr = config;
+       struct console *cons;
++      int is_console = 0;
+       err = kgdboc_option_setup(config);
+       if (err || !strlen(config) || isspace(config[0]))
+               goto noconfig;
+       err = -ENODEV;
+-      kgdboc_io_ops.is_console = 0;
+       kgdb_tty_driver = NULL;
+       kgdboc_use_kms = 0;
+@@ -183,7 +186,7 @@ static int configure_kgdboc(void)
+               int idx;
+               if (cons->device && cons->device(cons, &idx) == p &&
+                   idx == tty_line) {
+-                      kgdboc_io_ops.is_console = 1;
++                      is_console = 1;
+                       break;
+               }
+               cons = cons->next;
+@@ -193,12 +196,16 @@ static int configure_kgdboc(void)
+       kgdb_tty_line = tty_line;
+ do_register:
+-      err = kgdb_register_io_module(&kgdboc_io_ops);
++      if (is_console) {
++              err = kgdb_register_io_module(&kgdboc_io_ops_console);
++              configured = 2;
++      } else {
++              err = kgdb_register_io_module(&kgdboc_io_ops);
++              configured = 1;
++      }
+       if (err)
+               goto noconfig;
  
--static struct uart_ops bfin_serial_pops = {
-+static const struct uart_ops bfin_serial_pops = {
-       .tx_empty       = bfin_serial_tx_empty,
-       .set_mctrl      = bfin_serial_set_mctrl,
-       .get_mctrl      = bfin_serial_get_mctrl,
-diff -urNp linux-2.6.39/drivers/tty/serial/bfin_sport_uart.c linux-2.6.39/drivers/tty/serial/bfin_sport_uart.c
---- linux-2.6.39/drivers/tty/serial/bfin_sport_uart.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/tty/serial/bfin_sport_uart.c  2011-05-22 19:36:32.000000000 -0400
-@@ -571,7 +571,7 @@ static void sport_set_termios(struct uar
-       spin_unlock_irqrestore(&up->port.lock, flags);
- }
--struct uart_ops sport_uart_ops = {
-+const struct uart_ops sport_uart_ops = {
-       .tx_empty       = sport_tx_empty,
-       .set_mctrl      = sport_set_mctrl,
-       .get_mctrl      = sport_get_mctrl,
-diff -urNp linux-2.6.39/drivers/tty/serial/clps711x.c linux-2.6.39/drivers/tty/serial/clps711x.c
---- linux-2.6.39/drivers/tty/serial/clps711x.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/tty/serial/clps711x.c 2011-05-22 19:36:32.000000000 -0400
-@@ -380,7 +380,7 @@ static int clps711xuart_request_port(str
+-      configured = 1;
+-
        return 0;
- }
--static struct uart_ops clps711x_pops = {
-+static const struct uart_ops clps711x_pops = {
-       .tx_empty       = clps711xuart_tx_empty,
-       .set_mctrl      = clps711xuart_set_mctrl_null,
-       .get_mctrl      = clps711xuart_get_mctrl,
-diff -urNp linux-2.6.39/drivers/tty/serial/cpm_uart/cpm_uart_core.c linux-2.6.39/drivers/tty/serial/cpm_uart/cpm_uart_core.c
---- linux-2.6.39/drivers/tty/serial/cpm_uart/cpm_uart_core.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/tty/serial/cpm_uart/cpm_uart_core.c   2011-05-22 19:36:32.000000000 -0400
-@@ -1099,7 +1099,7 @@ static void cpm_put_poll_char(struct uar
- }
- #endif /* CONFIG_CONSOLE_POLL */
--static struct uart_ops cpm_uart_pops = {
-+static const struct uart_ops cpm_uart_pops = {
-       .tx_empty       = cpm_uart_tx_empty,
-       .set_mctrl      = cpm_uart_set_mctrl,
-       .get_mctrl      = cpm_uart_get_mctrl,
-diff -urNp linux-2.6.39/drivers/tty/serial/dz.c linux-2.6.39/drivers/tty/serial/dz.c
---- linux-2.6.39/drivers/tty/serial/dz.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/tty/serial/dz.c       2011-05-22 19:36:32.000000000 -0400
-@@ -746,7 +746,7 @@ static int dz_verify_port(struct uart_po
-       return ret;
- }
--static struct uart_ops dz_ops = {
-+static const struct uart_ops dz_ops = {
-       .tx_empty       = dz_tx_empty,
-       .get_mctrl      = dz_get_mctrl,
-       .set_mctrl      = dz_set_mctrl,
-diff -urNp linux-2.6.39/drivers/tty/serial/imx.c linux-2.6.39/drivers/tty/serial/imx.c
---- linux-2.6.39/drivers/tty/serial/imx.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/tty/serial/imx.c      2011-05-22 19:36:32.000000000 -0400
-@@ -1018,7 +1018,7 @@ imx_verify_port(struct uart_port *port, 
-       return ret;
- }
  
--static struct uart_ops imx_pops = {
-+static const struct uart_ops imx_pops = {
-       .tx_empty       = imx_tx_empty,
-       .set_mctrl      = imx_set_mctrl,
-       .get_mctrl      = imx_get_mctrl,
-diff -urNp linux-2.6.39/drivers/tty/serial/ioc3_serial.c linux-2.6.39/drivers/tty/serial/ioc3_serial.c
---- linux-2.6.39/drivers/tty/serial/ioc3_serial.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/tty/serial/ioc3_serial.c      2011-05-22 19:36:32.000000000 -0400
-@@ -1874,7 +1874,7 @@ static int ic3_request_port(struct uart_
- }
- /* Associate the uart functions above - given to serial core */
--static struct uart_ops ioc3_ops = {
-+static const struct uart_ops ioc3_ops = {
-       .tx_empty = ic3_tx_empty,
-       .set_mctrl = ic3_set_mctrl,
-       .get_mctrl = ic3_get_mctrl,
-diff -urNp linux-2.6.39/drivers/tty/serial/ioc4_serial.c linux-2.6.39/drivers/tty/serial/ioc4_serial.c
---- linux-2.6.39/drivers/tty/serial/ioc4_serial.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/tty/serial/ioc4_serial.c      2011-05-22 19:36:32.000000000 -0400
-@@ -2593,7 +2593,7 @@ static int ic4_request_port(struct uart_
- /* Associate the uart functions above - given to serial core */
--static struct uart_ops ioc4_ops = {
-+static const struct uart_ops ioc4_ops = {
-       .tx_empty       = ic4_tx_empty,
-       .set_mctrl      = ic4_set_mctrl,
-       .get_mctrl      = ic4_get_mctrl,
-diff -urNp linux-2.6.39/drivers/tty/serial/ip22zilog.c linux-2.6.39/drivers/tty/serial/ip22zilog.c
---- linux-2.6.39/drivers/tty/serial/ip22zilog.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/tty/serial/ip22zilog.c        2011-05-22 19:36:32.000000000 -0400
-@@ -928,7 +928,7 @@ static int ip22zilog_verify_port(struct 
-       return -EINVAL;
- }
--static struct uart_ops ip22zilog_pops = {
-+static const struct uart_ops ip22zilog_pops = {
-       .tx_empty       =       ip22zilog_tx_empty,
-       .set_mctrl      =       ip22zilog_set_mctrl,
-       .get_mctrl      =       ip22zilog_get_mctrl,
-diff -urNp linux-2.6.39/drivers/tty/serial/kgdboc.c linux-2.6.39/drivers/tty/serial/kgdboc.c
---- linux-2.6.39/drivers/tty/serial/kgdboc.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/tty/serial/kgdboc.c   2011-05-22 19:36:32.000000000 -0400
-@@ -22,7 +22,7 @@
- #define MAX_CONFIG_LEN                40
--static struct kgdb_io         kgdboc_io_ops;
-+static struct kgdb_io kgdboc_io_ops;  /* cannot be const, see configure_kgdboc() */
+ noconfig:
+@@ -212,7 +219,7 @@ noconfig:
+ static int __init init_kgdboc(void)
+ {
+       /* Already configured? */
+-      if (configured == 1)
++      if (configured >= 1)
+               return 0;
  
- /* -1 = init not run yet, 0 = unconfigured, 1 = configured. */
- static int configured         = -1;
-@@ -293,7 +293,7 @@ static void kgdboc_post_exp_handler(void
-       kgdboc_restore_input();
- }
--static struct kgdb_io kgdboc_io_ops = {
-+static struct kgdb_io kgdboc_io_ops = {       /* cannot be const, see configure_kgdboc() */
-       .name                   = "kgdboc",
-       .read_char              = kgdboc_get_char,
-       .write_char             = kgdboc_put_char,
-diff -urNp linux-2.6.39/drivers/tty/serial/m32r_sio.c linux-2.6.39/drivers/tty/serial/m32r_sio.c
---- linux-2.6.39/drivers/tty/serial/m32r_sio.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/tty/serial/m32r_sio.c 2011-05-22 19:36:32.000000000 -0400
-@@ -939,7 +939,7 @@ m32r_sio_type(struct uart_port *port)
-       return uart_config[type].name;
- }
--static struct uart_ops m32r_sio_pops = {
-+static const struct uart_ops m32r_sio_pops = {
-       .tx_empty       = m32r_sio_tx_empty,
-       .set_mctrl      = m32r_sio_set_mctrl,
-       .get_mctrl      = m32r_sio_get_mctrl,
-diff -urNp linux-2.6.39/drivers/tty/serial/max3100.c linux-2.6.39/drivers/tty/serial/max3100.c
---- linux-2.6.39/drivers/tty/serial/max3100.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/tty/serial/max3100.c  2011-05-22 19:36:32.000000000 -0400
-@@ -710,7 +710,7 @@ static void max3100_break_ctl(struct uar
-       dev_dbg(&s->spi->dev, "%s\n", __func__);
- }
--static struct uart_ops max3100_ops = {
-+static const struct uart_ops max3100_ops = {
-       .tx_empty       = max3100_tx_empty,
-       .set_mctrl      = max3100_set_mctrl,
-       .get_mctrl      = max3100_get_mctrl,
-diff -urNp linux-2.6.39/drivers/tty/serial/max3107.c linux-2.6.39/drivers/tty/serial/max3107.c
---- linux-2.6.39/drivers/tty/serial/max3107.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/tty/serial/max3107.c  2011-05-22 19:36:32.000000000 -0400
-@@ -910,7 +910,7 @@ static void max3107_break_ctl(struct uar
- /* Port functions */
--static struct uart_ops max3107_ops = {
-+static const struct uart_ops max3107_ops = {
-       .tx_empty       = max3107_tx_empty,
-       .set_mctrl      = max3107_set_mctrl,
-       .get_mctrl      = max3107_get_mctrl,
-diff -urNp linux-2.6.39/drivers/tty/serial/mfd.c linux-2.6.39/drivers/tty/serial/mfd.c
---- linux-2.6.39/drivers/tty/serial/mfd.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/tty/serial/mfd.c      2011-05-22 19:36:32.000000000 -0400
-@@ -1178,7 +1178,7 @@ static struct console serial_hsu_console
- };
- #endif
+       return configure_kgdboc();
+@@ -261,7 +268,7 @@ static int param_set_kgdboc_var(const ch
+       if (config[len - 1] == '\n')
+               config[len - 1] = '\0';
  
--struct uart_ops serial_hsu_pops = {
-+const struct uart_ops serial_hsu_pops = {
-       .tx_empty       = serial_hsu_tx_empty,
-       .set_mctrl      = serial_hsu_set_mctrl,
-       .get_mctrl      = serial_hsu_get_mctrl,
-diff -urNp linux-2.6.39/drivers/tty/serial/mpc52xx_uart.c linux-2.6.39/drivers/tty/serial/mpc52xx_uart.c
---- linux-2.6.39/drivers/tty/serial/mpc52xx_uart.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/tty/serial/mpc52xx_uart.c     2011-05-22 19:36:32.000000000 -0400
-@@ -283,7 +283,7 @@ static irqreturn_t mpc52xx_psc_handle_ir
-       return mpc5xxx_uart_process_int(port);
- }
--static struct psc_ops mpc52xx_psc_ops = {
-+static const struct psc_ops mpc52xx_psc_ops = {
-       .fifo_init = mpc52xx_psc_fifo_init,
-       .raw_rx_rdy = mpc52xx_psc_raw_rx_rdy,
-       .raw_tx_rdy = mpc52xx_psc_raw_tx_rdy,
-@@ -304,7 +304,7 @@ static struct psc_ops mpc52xx_psc_ops = 
-       .handle_irq = mpc52xx_psc_handle_irq,
- };
+-      if (configured == 1)
++      if (configured >= 1)
+               cleanup_kgdboc();
  
--static struct psc_ops mpc5200b_psc_ops = {
-+static const struct psc_ops mpc5200b_psc_ops = {
-       .fifo_init = mpc52xx_psc_fifo_init,
-       .raw_rx_rdy = mpc52xx_psc_raw_rx_rdy,
-       .raw_tx_rdy = mpc52xx_psc_raw_tx_rdy,
-@@ -571,7 +571,7 @@ static void mpc512x_psc_get_irq(struct u
-       port->irq = psc_fifoc_irq;
- }
--static struct psc_ops mpc512x_psc_ops = {
-+static const struct psc_ops mpc512x_psc_ops = {
-       .fifo_init = mpc512x_psc_fifo_init,
-       .raw_rx_rdy = mpc512x_psc_raw_rx_rdy,
-       .raw_tx_rdy = mpc512x_psc_raw_tx_rdy,
-@@ -596,7 +596,7 @@ static struct psc_ops mpc512x_psc_ops = 
+       /* Go and configure with the new params. */
+@@ -301,6 +308,15 @@ static struct kgdb_io kgdboc_io_ops = {
+       .post_exception         = kgdboc_post_exp_handler,
  };
- #endif
--static struct psc_ops *psc_ops;
-+static const struct psc_ops *psc_ops;
- /* ======================================================================== */
- /* UART operations                                                          */
-@@ -905,7 +905,7 @@ mpc52xx_uart_verify_port(struct uart_por
- }
  
--static struct uart_ops mpc52xx_uart_ops = {
-+static const struct uart_ops mpc52xx_uart_ops = {
-       .tx_empty       = mpc52xx_uart_tx_empty,
-       .set_mctrl      = mpc52xx_uart_set_mctrl,
-       .get_mctrl      = mpc52xx_uart_get_mctrl,
-diff -urNp linux-2.6.39/drivers/tty/serial/mpsc.c linux-2.6.39/drivers/tty/serial/mpsc.c
---- linux-2.6.39/drivers/tty/serial/mpsc.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/tty/serial/mpsc.c     2011-05-22 19:36:32.000000000 -0400
-@@ -1663,7 +1663,7 @@ static void mpsc_put_poll_char(struct ua
- }
- #endif
--static struct uart_ops mpsc_pops = {
-+static const struct uart_ops mpsc_pops = {
-       .tx_empty       = mpsc_tx_empty,
-       .set_mctrl      = mpsc_set_mctrl,
-       .get_mctrl      = mpsc_get_mctrl,
-diff -urNp linux-2.6.39/drivers/tty/serial/mrst_max3110.c linux-2.6.39/drivers/tty/serial/mrst_max3110.c
---- linux-2.6.39/drivers/tty/serial/mrst_max3110.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/tty/serial/mrst_max3110.c     2011-05-22 19:36:32.000000000 -0400
++static struct kgdb_io kgdboc_io_ops_console = {
++      .name                   = "kgdboc",
++      .read_char              = kgdboc_get_char,
++      .write_char             = kgdboc_put_char,
++      .pre_exception          = kgdboc_pre_exp_handler,
++      .post_exception         = kgdboc_post_exp_handler,
++      .is_console             = 1
++};
++
+ #ifdef CONFIG_KGDB_SERIAL_CONSOLE
+ /* This is only available if kgdboc is a built in for early debugging */
+ static int __init kgdboc_early_init(char *opt)
+diff -urNp linux-3.0.4/drivers/tty/serial/mrst_max3110.c linux-3.0.4/drivers/tty/serial/mrst_max3110.c
+--- linux-3.0.4/drivers/tty/serial/mrst_max3110.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/tty/serial/mrst_max3110.c      2011-08-23 21:48:14.000000000 -0400
 @@ -393,6 +393,8 @@ static void max3110_con_receive(struct u
        int loop = 1, num, total = 0;
        u8 recv_buf[512], *pbuf;
@@ -41245,506 +33559,21 @@ diff -urNp linux-2.6.39/drivers/tty/serial/mrst_max3110.c linux-2.6.39/drivers/t
        pbuf = recv_buf;
        do {
                num = max3110_read_multi(max, pbuf);
-@@ -726,7 +728,7 @@ static void serial_m3110_enable_ms(struc
- {
- }
--struct uart_ops serial_m3110_ops = {
-+const struct uart_ops serial_m3110_ops = {
-       .tx_empty       = serial_m3110_tx_empty,
-       .set_mctrl      = serial_m3110_set_mctrl,
-       .get_mctrl      = serial_m3110_get_mctrl,
-diff -urNp linux-2.6.39/drivers/tty/serial/msm_serial.c linux-2.6.39/drivers/tty/serial/msm_serial.c
---- linux-2.6.39/drivers/tty/serial/msm_serial.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/tty/serial/msm_serial.c       2011-05-22 19:36:32.000000000 -0400
-@@ -702,7 +702,7 @@ static void msm_power(struct uart_port *
-       }
- }
--static struct uart_ops msm_uart_pops = {
-+static const struct uart_ops msm_uart_pops = {
-       .tx_empty = msm_tx_empty,
-       .set_mctrl = msm_set_mctrl,
-       .get_mctrl = msm_get_mctrl,
-diff -urNp linux-2.6.39/drivers/tty/serial/msm_serial_hs.c linux-2.6.39/drivers/tty/serial/msm_serial_hs.c
---- linux-2.6.39/drivers/tty/serial/msm_serial_hs.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/tty/serial/msm_serial_hs.c    2011-05-22 19:36:32.000000000 -0400
-@@ -360,7 +360,7 @@ struct msm_hs_port {
- static struct msm_hs_port q_uart_port[UARTDM_NR];
- static struct platform_driver msm_serial_hs_platform_driver;
- static struct uart_driver msm_hs_driver;
--static struct uart_ops msm_hs_ops;
-+static const struct uart_ops msm_hs_ops;
- static struct workqueue_struct *msm_hs_workqueue;
- #define UARTDM_TO_MSM(uart_port) \
-@@ -1856,7 +1856,7 @@ static struct uart_driver msm_hs_driver 
-       .cons = 0,
- };
--static struct uart_ops msm_hs_ops = {
-+static const struct uart_ops msm_hs_ops = {
-       .tx_empty = msm_hs_tx_empty,
-       .set_mctrl = msm_hs_set_mctrl_locked,
-       .get_mctrl = msm_hs_get_mctrl_locked,
-diff -urNp linux-2.6.39/drivers/tty/serial/mux.c linux-2.6.39/drivers/tty/serial/mux.c
---- linux-2.6.39/drivers/tty/serial/mux.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/tty/serial/mux.c      2011-05-22 19:36:32.000000000 -0400
-@@ -442,7 +442,7 @@ static struct console mux_console = {
- #define MUX_CONSOLE   NULL
- #endif
--static struct uart_ops mux_pops = {
-+static const struct uart_ops mux_pops = {
-       .tx_empty =             mux_tx_empty,
-       .set_mctrl =            mux_set_mctrl,
-       .get_mctrl =            mux_get_mctrl,
-diff -urNp linux-2.6.39/drivers/tty/serial/mxs-auart.c linux-2.6.39/drivers/tty/serial/mxs-auart.c
---- linux-2.6.39/drivers/tty/serial/mxs-auart.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/tty/serial/mxs-auart.c        2011-05-22 19:36:32.000000000 -0400
-@@ -499,7 +499,7 @@ static void mxs_auart_enable_ms(struct u
-       /* just empty */
- }
--static struct uart_ops mxs_auart_ops = {
-+static const struct uart_ops mxs_auart_ops = {
-       .tx_empty       = mxs_auart_tx_empty,
-       .start_tx       = mxs_auart_start_tx,
-       .stop_tx        = mxs_auart_stop_tx,
-diff -urNp linux-2.6.39/drivers/tty/serial/netx-serial.c linux-2.6.39/drivers/tty/serial/netx-serial.c
---- linux-2.6.39/drivers/tty/serial/netx-serial.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/tty/serial/netx-serial.c      2011-05-22 19:36:32.000000000 -0400
-@@ -464,7 +464,7 @@ netx_verify_port(struct uart_port *port,
-       return ret;
- }
+diff -urNp linux-3.0.4/drivers/tty/tty_io.c linux-3.0.4/drivers/tty/tty_io.c
+--- linux-3.0.4/drivers/tty/tty_io.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/tty/tty_io.c   2011-08-23 21:47:56.000000000 -0400
+@@ -3215,7 +3215,7 @@ EXPORT_SYMBOL_GPL(get_current_tty);
  
--static struct uart_ops netx_pops = {
-+static const struct uart_ops netx_pops = {
-       .tx_empty       = netx_tx_empty,
-       .set_mctrl      = netx_set_mctrl,
-       .get_mctrl      = netx_get_mctrl,
-diff -urNp linux-2.6.39/drivers/tty/serial/nwpserial.c linux-2.6.39/drivers/tty/serial/nwpserial.c
---- linux-2.6.39/drivers/tty/serial/nwpserial.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/tty/serial/nwpserial.c        2011-05-22 19:36:32.000000000 -0400
-@@ -303,7 +303,7 @@ static unsigned int nwpserial_tx_empty(s
-       return ret & UART_LSR_TEMT ? TIOCSER_TEMT : 0;
- }
--static struct uart_ops nwpserial_pops = {
-+static const struct uart_ops nwpserial_pops = {
-       .tx_empty     = nwpserial_tx_empty,
-       .set_mctrl    = nwpserial_set_mctrl,
-       .get_mctrl    = nwpserial_get_mctrl,
-diff -urNp linux-2.6.39/drivers/tty/serial/omap-serial.c linux-2.6.39/drivers/tty/serial/omap-serial.c
---- linux-2.6.39/drivers/tty/serial/omap-serial.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/tty/serial/omap-serial.c      2011-05-22 19:36:32.000000000 -0400
-@@ -1029,7 +1029,7 @@ static inline void serial_omap_add_conso
- #endif
--static struct uart_ops serial_omap_pops = {
-+static const struct uart_ops serial_omap_pops = {
-       .tx_empty       = serial_omap_tx_empty,
-       .set_mctrl      = serial_omap_set_mctrl,
-       .get_mctrl      = serial_omap_get_mctrl,
-diff -urNp linux-2.6.39/drivers/tty/serial/pch_uart.c linux-2.6.39/drivers/tty/serial/pch_uart.c
---- linux-2.6.39/drivers/tty/serial/pch_uart.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/tty/serial/pch_uart.c 2011-05-22 19:36:32.000000000 -0400
-@@ -1351,7 +1351,7 @@ static int pch_uart_verify_port(struct u
-       return 0;
- }
--static struct uart_ops pch_uart_ops = {
-+static const struct uart_ops pch_uart_ops = {
-       .tx_empty = pch_uart_tx_empty,
-       .set_mctrl = pch_uart_set_mctrl,
-       .get_mctrl = pch_uart_get_mctrl,
-diff -urNp linux-2.6.39/drivers/tty/serial/pmac_zilog.c linux-2.6.39/drivers/tty/serial/pmac_zilog.c
---- linux-2.6.39/drivers/tty/serial/pmac_zilog.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/tty/serial/pmac_zilog.c       2011-05-22 19:36:32.000000000 -0400
-@@ -1427,7 +1427,7 @@ static void pmz_poll_put_char(struct uar
- #endif /* CONFIG_CONSOLE_POLL */
--static struct uart_ops pmz_pops = {
-+static const struct uart_ops pmz_pops = {
-       .tx_empty       =       pmz_tx_empty,
-       .set_mctrl      =       pmz_set_mctrl,
-       .get_mctrl      =       pmz_get_mctrl,
-diff -urNp linux-2.6.39/drivers/tty/serial/pnx8xxx_uart.c linux-2.6.39/drivers/tty/serial/pnx8xxx_uart.c
---- linux-2.6.39/drivers/tty/serial/pnx8xxx_uart.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/tty/serial/pnx8xxx_uart.c     2011-05-22 19:36:32.000000000 -0400
-@@ -614,7 +614,7 @@ pnx8xxx_verify_port(struct uart_port *po
-       return ret;
- }
--static struct uart_ops pnx8xxx_pops = {
-+static const struct uart_ops pnx8xxx_pops = {
-       .tx_empty       = pnx8xxx_tx_empty,
-       .set_mctrl      = pnx8xxx_set_mctrl,
-       .get_mctrl      = pnx8xxx_get_mctrl,
-diff -urNp linux-2.6.39/drivers/tty/serial/pxa.c linux-2.6.39/drivers/tty/serial/pxa.c
---- linux-2.6.39/drivers/tty/serial/pxa.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/tty/serial/pxa.c      2011-05-22 19:36:32.000000000 -0400
-@@ -706,7 +706,7 @@ static struct console serial_pxa_console
- #define PXA_CONSOLE   NULL
- #endif
--struct uart_ops serial_pxa_pops = {
-+const struct uart_ops serial_pxa_pops = {
-       .tx_empty       = serial_pxa_tx_empty,
-       .set_mctrl      = serial_pxa_set_mctrl,
-       .get_mctrl      = serial_pxa_get_mctrl,
-diff -urNp linux-2.6.39/drivers/tty/serial/sa1100.c linux-2.6.39/drivers/tty/serial/sa1100.c
---- linux-2.6.39/drivers/tty/serial/sa1100.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/tty/serial/sa1100.c   2011-05-22 19:36:32.000000000 -0400
-@@ -577,7 +577,7 @@ sa1100_verify_port(struct uart_port *por
-       return ret;
- }
--static struct uart_ops sa1100_pops = {
-+static const struct uart_ops sa1100_pops = {
-       .tx_empty       = sa1100_tx_empty,
-       .set_mctrl      = sa1100_set_mctrl,
-       .get_mctrl      = sa1100_get_mctrl,
-diff -urNp linux-2.6.39/drivers/tty/serial/samsung.c linux-2.6.39/drivers/tty/serial/samsung.c
---- linux-2.6.39/drivers/tty/serial/samsung.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/tty/serial/samsung.c  2011-05-22 19:36:32.000000000 -0400
-@@ -860,7 +860,7 @@ static struct console s3c24xx_serial_con
- #define S3C24XX_SERIAL_CONSOLE NULL
- #endif
--static struct uart_ops s3c24xx_serial_ops = {
-+static const struct uart_ops s3c24xx_serial_ops = {
-       .pm             = s3c24xx_serial_pm,
-       .tx_empty       = s3c24xx_serial_tx_empty,
-       .get_mctrl      = s3c24xx_serial_get_mctrl,
-diff -urNp linux-2.6.39/drivers/tty/serial/sc26xx.c linux-2.6.39/drivers/tty/serial/sc26xx.c
---- linux-2.6.39/drivers/tty/serial/sc26xx.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/tty/serial/sc26xx.c   2011-05-22 19:36:32.000000000 -0400
-@@ -515,7 +515,7 @@ static int sc26xx_verify_port(struct uar
-       return -EINVAL;
- }
--static struct uart_ops sc26xx_ops = {
-+static const struct uart_ops sc26xx_ops = {
-       .tx_empty       = sc26xx_tx_empty,
-       .set_mctrl      = sc26xx_set_mctrl,
-       .get_mctrl      = sc26xx_get_mctrl,
-diff -urNp linux-2.6.39/drivers/tty/serial/serial_ks8695.c linux-2.6.39/drivers/tty/serial/serial_ks8695.c
---- linux-2.6.39/drivers/tty/serial/serial_ks8695.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/tty/serial/serial_ks8695.c    2011-05-22 19:36:32.000000000 -0400
-@@ -528,7 +528,7 @@ static int ks8695uart_verify_port(struct
-       return ret;
- }
--static struct uart_ops ks8695uart_pops = {
-+static const struct uart_ops ks8695uart_pops = {
-       .tx_empty       = ks8695uart_tx_empty,
-       .set_mctrl      = ks8695uart_set_mctrl,
-       .get_mctrl      = ks8695uart_get_mctrl,
-diff -urNp linux-2.6.39/drivers/tty/serial/serial_txx9.c linux-2.6.39/drivers/tty/serial/serial_txx9.c
---- linux-2.6.39/drivers/tty/serial/serial_txx9.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/tty/serial/serial_txx9.c      2011-05-22 19:36:32.000000000 -0400
-@@ -857,7 +857,7 @@ serial_txx9_type(struct uart_port *port)
-       return "txx9";
- }
--static struct uart_ops serial_txx9_pops = {
-+static const struct uart_ops serial_txx9_pops = {
-       .tx_empty       = serial_txx9_tx_empty,
-       .set_mctrl      = serial_txx9_set_mctrl,
-       .get_mctrl      = serial_txx9_get_mctrl,
-diff -urNp linux-2.6.39/drivers/tty/serial/sn_console.c linux-2.6.39/drivers/tty/serial/sn_console.c
---- linux-2.6.39/drivers/tty/serial/sn_console.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/tty/serial/sn_console.c       2011-05-22 19:36:32.000000000 -0400
-@@ -388,7 +388,7 @@ static void snp_config_port(struct uart_
- /* Associate the uart functions above - given to serial core */
--static struct uart_ops sn_console_ops = {
-+static const struct uart_ops sn_console_ops = {
-       .tx_empty = snp_tx_empty,
-       .set_mctrl = snp_set_mctrl,
-       .get_mctrl = snp_get_mctrl,
-diff -urNp linux-2.6.39/drivers/tty/serial/sunhv.c linux-2.6.39/drivers/tty/serial/sunhv.c
---- linux-2.6.39/drivers/tty/serial/sunhv.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/tty/serial/sunhv.c    2011-05-22 19:36:32.000000000 -0400
-@@ -168,12 +168,12 @@ struct sunhv_ops {
-       int (*receive_chars)(struct uart_port *port, struct tty_struct *tty);
- };
--static struct sunhv_ops bychar_ops = {
-+static const struct sunhv_ops bychar_ops = {
-       .transmit_chars = transmit_chars_putchar,
-       .receive_chars = receive_chars_getchar,
- };
--static struct sunhv_ops bywrite_ops = {
-+static const struct sunhv_ops bywrite_ops = {
-       .transmit_chars = transmit_chars_write,
-       .receive_chars = receive_chars_read,
- };
-@@ -370,7 +370,7 @@ static int sunhv_verify_port(struct uart
-       return -EINVAL;
- }
--static struct uart_ops sunhv_pops = {
-+static const struct uart_ops sunhv_pops = {
-       .tx_empty       = sunhv_tx_empty,
-       .set_mctrl      = sunhv_set_mctrl,
-       .get_mctrl      = sunhv_get_mctrl,
-diff -urNp linux-2.6.39/drivers/tty/serial/sunsab.c linux-2.6.39/drivers/tty/serial/sunsab.c
---- linux-2.6.39/drivers/tty/serial/sunsab.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/tty/serial/sunsab.c   2011-05-22 19:36:32.000000000 -0400
-@@ -804,7 +804,7 @@ static int sunsab_verify_port(struct uar
-       return -EINVAL;
- }
--static struct uart_ops sunsab_pops = {
-+static const struct uart_ops sunsab_pops = {
-       .tx_empty       = sunsab_tx_empty,
-       .set_mctrl      = sunsab_set_mctrl,
-       .get_mctrl      = sunsab_get_mctrl,
-diff -urNp linux-2.6.39/drivers/tty/serial/sunsu.c linux-2.6.39/drivers/tty/serial/sunsu.c
---- linux-2.6.39/drivers/tty/serial/sunsu.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/tty/serial/sunsu.c    2011-05-22 19:36:32.000000000 -0400
-@@ -946,7 +946,7 @@ sunsu_type(struct uart_port *port)
-       return uart_config[type].name;
- }
--static struct uart_ops sunsu_pops = {
-+static const struct uart_ops sunsu_pops = {
-       .tx_empty       = sunsu_tx_empty,
-       .set_mctrl      = sunsu_set_mctrl,
-       .get_mctrl      = sunsu_get_mctrl,
-diff -urNp linux-2.6.39/drivers/tty/serial/sunzilog.c linux-2.6.39/drivers/tty/serial/sunzilog.c
---- linux-2.6.39/drivers/tty/serial/sunzilog.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/tty/serial/sunzilog.c 2011-05-22 19:36:32.000000000 -0400
-@@ -1042,7 +1042,7 @@ static void sunzilog_put_poll_char(struc
- }
- #endif /* CONFIG_CONSOLE_POLL */
--static struct uart_ops sunzilog_pops = {
-+static const struct uart_ops sunzilog_pops = {
-       .tx_empty       =       sunzilog_tx_empty,
-       .set_mctrl      =       sunzilog_set_mctrl,
-       .get_mctrl      =       sunzilog_get_mctrl,
-diff -urNp linux-2.6.39/drivers/tty/serial/timbuart.c linux-2.6.39/drivers/tty/serial/timbuart.c
---- linux-2.6.39/drivers/tty/serial/timbuart.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/tty/serial/timbuart.c 2011-05-22 19:36:32.000000000 -0400
-@@ -394,7 +394,7 @@ static int timbuart_verify_port(struct u
-       return -EINVAL;
- }
--static struct uart_ops timbuart_ops = {
-+static const struct uart_ops timbuart_ops = {
-       .tx_empty = timbuart_tx_empty,
-       .set_mctrl = timbuart_set_mctrl,
-       .get_mctrl = timbuart_get_mctrl,
-diff -urNp linux-2.6.39/drivers/tty/serial/uartlite.c linux-2.6.39/drivers/tty/serial/uartlite.c
---- linux-2.6.39/drivers/tty/serial/uartlite.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/tty/serial/uartlite.c 2011-05-22 19:36:32.000000000 -0400
-@@ -331,7 +331,7 @@ static void ulite_put_poll_char(struct u
- }
- #endif
--static struct uart_ops ulite_ops = {
-+static const struct uart_ops ulite_ops = {
-       .tx_empty       = ulite_tx_empty,
-       .set_mctrl      = ulite_set_mctrl,
-       .get_mctrl      = ulite_get_mctrl,
-diff -urNp linux-2.6.39/drivers/tty/serial/ucc_uart.c linux-2.6.39/drivers/tty/serial/ucc_uart.c
---- linux-2.6.39/drivers/tty/serial/ucc_uart.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/tty/serial/ucc_uart.c 2011-05-22 19:36:32.000000000 -0400
-@@ -1088,7 +1088,7 @@ static int qe_uart_verify_port(struct ua
-  *
-  * Details on these functions can be found in Documentation/serial/driver
-  */
--static struct uart_ops qe_uart_pops = {
-+static const struct uart_ops qe_uart_pops = {
-       .tx_empty       = qe_uart_tx_empty,
-       .set_mctrl      = qe_uart_set_mctrl,
-       .get_mctrl      = qe_uart_get_mctrl,
-diff -urNp linux-2.6.39/drivers/tty/serial/vr41xx_siu.c linux-2.6.39/drivers/tty/serial/vr41xx_siu.c
---- linux-2.6.39/drivers/tty/serial/vr41xx_siu.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/tty/serial/vr41xx_siu.c       2011-05-22 19:36:32.000000000 -0400
-@@ -683,7 +683,7 @@ static int siu_verify_port(struct uart_p
-       return 0;
- }
--static struct uart_ops siu_uart_ops = {
-+static const struct uart_ops siu_uart_ops = {
-       .tx_empty       = siu_tx_empty,
-       .set_mctrl      = siu_set_mctrl,
-       .get_mctrl      = siu_get_mctrl,
-diff -urNp linux-2.6.39/drivers/tty/serial/vt8500_serial.c linux-2.6.39/drivers/tty/serial/vt8500_serial.c
---- linux-2.6.39/drivers/tty/serial/vt8500_serial.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/tty/serial/vt8500_serial.c    2011-05-22 19:36:32.000000000 -0400
-@@ -519,7 +519,7 @@ static struct console vt8500_console = {
- #define VT8500_CONSOLE        NULL
- #endif
--static struct uart_ops vt8500_uart_pops = {
-+static const struct uart_ops vt8500_uart_pops = {
-       .tx_empty       = vt8500_tx_empty,
-       .set_mctrl      = vt8500_set_mctrl,
-       .get_mctrl      = vt8500_get_mctrl,
-diff -urNp linux-2.6.39/drivers/tty/serial/zs.c linux-2.6.39/drivers/tty/serial/zs.c
---- linux-2.6.39/drivers/tty/serial/zs.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/tty/serial/zs.c       2011-05-22 19:36:32.000000000 -0400
-@@ -1044,7 +1044,7 @@ static int zs_verify_port(struct uart_po
- }
--static struct uart_ops zs_ops = {
-+static const struct uart_ops zs_ops = {
-       .tx_empty       = zs_tx_empty,
-       .set_mctrl      = zs_set_mctrl,
-       .get_mctrl      = zs_get_mctrl,
-diff -urNp linux-2.6.39/drivers/tty/tty_io.c linux-2.6.39/drivers/tty/tty_io.c
---- linux-2.6.39/drivers/tty/tty_io.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/tty/tty_io.c  2011-05-22 19:36:32.000000000 -0400
-@@ -139,21 +139,11 @@ EXPORT_SYMBOL(tty_mutex);
- /* Spinlock to protect the tty->tty_files list */
- DEFINE_SPINLOCK(tty_files_lock);
--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 *);
- 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 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);
-@@ -937,7 +927,7 @@ EXPORT_SYMBOL(start_tty);
-  *    read calls may be outstanding in parallel.
-  */
--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;
-@@ -963,6 +953,8 @@ static ssize_t tty_read(struct file *fil
-       return i;
- }
-+EXPORT_SYMBOL(tty_read);
-+
- void tty_write_unlock(struct tty_struct *tty)
+ void tty_default_fops(struct file_operations *fops)
  {
-       mutex_unlock(&tty->atomic_write_lock);
-@@ -1112,7 +1104,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 inode *inode = file->f_path.dentry->d_inode;
-@@ -1138,6 +1130,8 @@ static ssize_t tty_write(struct file *fi
-       return ret;
- }
-+EXPORT_SYMBOL(tty_write);
-+
- ssize_t redirected_tty_write(struct file *file, const char __user *buf,
-                                               size_t count, loff_t *ppos)
- {
-@@ -1777,6 +1771,8 @@ int tty_release(struct inode *inode, str
-       return 0;
- }
-+EXPORT_SYMBOL(tty_release);
-+
- /**
-  *    tty_open                -       open a tty device
-  *    @inode: inode of device file
-@@ -1968,7 +1964,7 @@ got_driver:
-  *    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 = file_tty(filp);
-       struct tty_ldisc *ld;
-@@ -1984,6 +1980,8 @@ static unsigned int tty_poll(struct file
-       return ret;
- }
-+EXPORT_SYMBOL(tty_poll);
-+
- static int __tty_fasync(int fd, struct file *filp, int on)
- {
-       struct tty_struct *tty = file_tty(filp);
-@@ -2025,7 +2023,7 @@ out:
-       return retval;
- }
--static int tty_fasync(int fd, struct file *filp, int on)
-+int tty_fasync(int fd, struct file *filp, int on)
- {
-       int retval;
-       tty_lock();
-@@ -2034,6 +2032,8 @@ static int tty_fasync(int fd, struct fil
-       return retval;
- }
-+EXPORT_SYMBOL(tty_fasync);
-+
- /**
-  *    tiocsti                 -       fake input character
-  *    @tty: tty to fake input into
-@@ -2695,8 +2695,10 @@ long tty_ioctl(struct file *file, unsign
-       return retval;
- }
-+EXPORT_SYMBOL(tty_ioctl);
-+
- #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;
-@@ -2720,6 +2722,9 @@ static long tty_compat_ioctl(struct file
-       return retval;
- }
-+
-+EXPORT_SYMBOL(tty_compat_ioctl);
-+
- #endif
- /*
-@@ -3198,11 +3203,6 @@ struct tty_struct *get_current_tty(void)
+-      *fops = tty_fops;
++      memcpy((void *)fops, &tty_fops, sizeof(tty_fops));
  }
- 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.39/drivers/tty/tty_ldisc.c linux-2.6.39/drivers/tty/tty_ldisc.c
---- linux-2.6.39/drivers/tty/tty_ldisc.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/tty/tty_ldisc.c       2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/drivers/tty/tty_ldisc.c linux-3.0.4/drivers/tty/tty_ldisc.c
+--- linux-3.0.4/drivers/tty/tty_ldisc.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/tty/tty_ldisc.c        2011-08-23 21:47:56.000000000 -0400
 @@ -74,7 +74,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;
@@ -41790,10 +33619,10 @@ diff -urNp linux-2.6.39/drivers/tty/tty_ldisc.c linux-2.6.39/drivers/tty/tty_ldi
        module_put(ldops->owner);
        spin_unlock_irqrestore(&tty_ldisc_lock, flags);
  }
-diff -urNp linux-2.6.39/drivers/tty/vt/keyboard.c linux-2.6.39/drivers/tty/vt/keyboard.c
---- linux-2.6.39/drivers/tty/vt/keyboard.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/tty/vt/keyboard.c     2011-05-22 20:32:43.000000000 -0400
-@@ -658,6 +658,16 @@ static void k_spec(struct vc_data *vc, u
+diff -urNp linux-3.0.4/drivers/tty/vt/keyboard.c linux-3.0.4/drivers/tty/vt/keyboard.c
+--- linux-3.0.4/drivers/tty/vt/keyboard.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/tty/vt/keyboard.c      2011-08-23 21:48:14.000000000 -0400
+@@ -656,6 +656,16 @@ static void k_spec(struct vc_data *vc, u
             kbd->kbdmode == VC_OFF) &&
             value != KVAL(K_SAK))
                return;         /* SAK is allowed even in raw mode */
@@ -41810,10 +33639,10 @@ diff -urNp linux-2.6.39/drivers/tty/vt/keyboard.c linux-2.6.39/drivers/tty/vt/ke
        fn_handler[value](vc);
  }
  
-diff -urNp linux-2.6.39/drivers/tty/vt/vt.c linux-2.6.39/drivers/tty/vt/vt.c
---- linux-2.6.39/drivers/tty/vt/vt.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/tty/vt/vt.c   2011-05-22 19:36:32.000000000 -0400
-@@ -261,7 +261,7 @@ EXPORT_SYMBOL_GPL(unregister_vt_notifier
+diff -urNp linux-3.0.4/drivers/tty/vt/vt.c linux-3.0.4/drivers/tty/vt/vt.c
+--- linux-3.0.4/drivers/tty/vt/vt.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/tty/vt/vt.c    2011-08-23 21:47:56.000000000 -0400
+@@ -259,7 +259,7 @@ EXPORT_SYMBOL_GPL(unregister_vt_notifier
  
  static void notify_write(struct vc_data *vc, unsigned int unicode)
  {
@@ -41822,10 +33651,10 @@ diff -urNp linux-2.6.39/drivers/tty/vt/vt.c linux-2.6.39/drivers/tty/vt/vt.c
        atomic_notifier_call_chain(&vt_notifier_list, VT_WRITE, &param);
  }
  
-diff -urNp linux-2.6.39/drivers/tty/vt/vt_ioctl.c linux-2.6.39/drivers/tty/vt/vt_ioctl.c
---- linux-2.6.39/drivers/tty/vt/vt_ioctl.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/tty/vt/vt_ioctl.c     2011-05-22 19:41:37.000000000 -0400
-@@ -209,9 +209,6 @@ do_kdsk_ioctl(int cmd, struct kbentry __
+diff -urNp linux-3.0.4/drivers/tty/vt/vt_ioctl.c linux-3.0.4/drivers/tty/vt/vt_ioctl.c
+--- linux-3.0.4/drivers/tty/vt/vt_ioctl.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/tty/vt/vt_ioctl.c      2011-08-23 21:48:14.000000000 -0400
+@@ -207,9 +207,6 @@ do_kdsk_ioctl(int cmd, struct kbentry __
        if (copy_from_user(&tmp, user_kbe, sizeof(struct kbentry)))
                return -EFAULT;
  
@@ -41835,7 +33664,7 @@ diff -urNp linux-2.6.39/drivers/tty/vt/vt_ioctl.c linux-2.6.39/drivers/tty/vt/vt
        switch (cmd) {
        case KDGKBENT:
                key_map = key_maps[s];
-@@ -223,6 +220,9 @@ do_kdsk_ioctl(int cmd, struct kbentry __
+@@ -221,6 +218,9 @@ do_kdsk_ioctl(int cmd, struct kbentry __
                    val = (i ? K_HOLE : K_NOSUCHMAP);
                return put_user(val, &user_kbe->kb_value);
        case KDSKBENT:
@@ -41845,7 +33674,7 @@ diff -urNp linux-2.6.39/drivers/tty/vt/vt_ioctl.c linux-2.6.39/drivers/tty/vt/vt
                if (!perm)
                        return -EPERM;
                if (!i && v == K_NOSUCHMAP) {
-@@ -324,9 +324,6 @@ do_kdgkb_ioctl(int cmd, struct kbsentry 
+@@ -322,9 +322,6 @@ do_kdgkb_ioctl(int cmd, struct kbsentry 
        int i, j, k;
        int ret;
  
@@ -41855,7 +33684,7 @@ diff -urNp linux-2.6.39/drivers/tty/vt/vt_ioctl.c linux-2.6.39/drivers/tty/vt/vt
        kbs = kmalloc(sizeof(*kbs), GFP_KERNEL);
        if (!kbs) {
                ret = -ENOMEM;
-@@ -360,6 +357,9 @@ do_kdgkb_ioctl(int cmd, struct kbsentry 
+@@ -358,6 +355,9 @@ do_kdgkb_ioctl(int cmd, struct kbsentry 
                kfree(kbs);
                return ((p && *p) ? -EOVERFLOW : 0);
        case KDSKBSENT:
@@ -41865,9 +33694,9 @@ diff -urNp linux-2.6.39/drivers/tty/vt/vt_ioctl.c linux-2.6.39/drivers/tty/vt/vt
                if (!perm) {
                        ret = -EPERM;
                        goto reterr;
-diff -urNp linux-2.6.39/drivers/uio/uio.c linux-2.6.39/drivers/uio/uio.c
---- linux-2.6.39/drivers/uio/uio.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/uio/uio.c     2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/drivers/uio/uio.c linux-3.0.4/drivers/uio/uio.c
+--- linux-3.0.4/drivers/uio/uio.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/uio/uio.c      2011-08-23 21:47:56.000000000 -0400
 @@ -25,6 +25,7 @@
  #include <linux/kobject.h>
  #include <linux/cdev.h>
@@ -41898,7 +33727,7 @@ diff -urNp linux-2.6.39/drivers/uio/uio.c linux-2.6.39/drivers/uio/uio.c
  }
  
  static struct device_attribute uio_class_attributes[] = {
-@@ -402,7 +403,7 @@ void uio_event_notify(struct uio_info *i
+@@ -408,7 +409,7 @@ void uio_event_notify(struct uio_info *i
  {
        struct uio_device *idev = info->uio_dev;
  
@@ -41907,7 +33736,7 @@ diff -urNp linux-2.6.39/drivers/uio/uio.c linux-2.6.39/drivers/uio/uio.c
        wake_up_interruptible(&idev->wait);
        kill_fasync(&idev->async_queue, SIGIO, POLL_IN);
  }
-@@ -455,7 +456,7 @@ static int uio_open(struct inode *inode,
+@@ -461,7 +462,7 @@ static int uio_open(struct inode *inode,
        }
  
        listener->dev = idev;
@@ -41916,7 +33745,7 @@ diff -urNp linux-2.6.39/drivers/uio/uio.c linux-2.6.39/drivers/uio/uio.c
        filep->private_data = listener;
  
        if (idev->info->open) {
-@@ -506,7 +507,7 @@ static unsigned int uio_poll(struct file
+@@ -512,7 +513,7 @@ static unsigned int uio_poll(struct file
                return -EIO;
  
        poll_wait(filep, &idev->wait, wait);
@@ -41925,7 +33754,7 @@ diff -urNp linux-2.6.39/drivers/uio/uio.c linux-2.6.39/drivers/uio/uio.c
                return POLLIN | POLLRDNORM;
        return 0;
  }
-@@ -531,7 +532,7 @@ static ssize_t uio_read(struct file *fil
+@@ -537,7 +538,7 @@ static ssize_t uio_read(struct file *fil
        do {
                set_current_state(TASK_INTERRUPTIBLE);
  
@@ -41934,7 +33763,7 @@ diff -urNp linux-2.6.39/drivers/uio/uio.c linux-2.6.39/drivers/uio/uio.c
                if (event_count != listener->event_count) {
                        if (copy_to_user(buf, &event_count, count))
                                retval = -EFAULT;
-@@ -602,13 +603,13 @@ static int uio_find_mem_index(struct vm_
+@@ -606,13 +607,13 @@ static int uio_find_mem_index(struct vm_
  static void uio_vma_open(struct vm_area_struct *vma)
  {
        struct uio_device *idev = vma->vm_private_data;
@@ -41950,7 +33779,7 @@ diff -urNp linux-2.6.39/drivers/uio/uio.c linux-2.6.39/drivers/uio/uio.c
  }
  
  static int uio_vma_fault(struct vm_area_struct *vma, struct vm_fault *vmf)
-@@ -819,7 +820,7 @@ int __uio_register_device(struct module 
+@@ -823,7 +824,7 @@ int __uio_register_device(struct module 
        idev->owner = owner;
        idev->info = info;
        init_waitqueue_head(&idev->wait);
@@ -41959,9 +33788,9 @@ diff -urNp linux-2.6.39/drivers/uio/uio.c linux-2.6.39/drivers/uio/uio.c
  
        ret = uio_get_minor(idev);
        if (ret)
-diff -urNp linux-2.6.39/drivers/usb/atm/cxacru.c linux-2.6.39/drivers/usb/atm/cxacru.c
---- linux-2.6.39/drivers/usb/atm/cxacru.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/usb/atm/cxacru.c      2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/drivers/usb/atm/cxacru.c linux-3.0.4/drivers/usb/atm/cxacru.c
+--- linux-3.0.4/drivers/usb/atm/cxacru.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/usb/atm/cxacru.c       2011-08-23 21:47:56.000000000 -0400
 @@ -473,7 +473,7 @@ static ssize_t cxacru_sysfs_store_adsl_c
                ret = sscanf(buf + pos, "%x=%x%n", &index, &value, &tmp);
                if (ret < 2)
@@ -41971,9 +33800,9 @@ diff -urNp linux-2.6.39/drivers/usb/atm/cxacru.c linux-2.6.39/drivers/usb/atm/cx
                        return -EINVAL;
                pos += tmp;
  
-diff -urNp linux-2.6.39/drivers/usb/atm/usbatm.c linux-2.6.39/drivers/usb/atm/usbatm.c
---- linux-2.6.39/drivers/usb/atm/usbatm.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/usb/atm/usbatm.c      2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/drivers/usb/atm/usbatm.c linux-3.0.4/drivers/usb/atm/usbatm.c
+--- linux-3.0.4/drivers/usb/atm/usbatm.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/usb/atm/usbatm.c       2011-08-23 21:47:56.000000000 -0400
 @@ -332,7 +332,7 @@ static void usbatm_extract_one_cell(stru
                if (printk_ratelimit())
                        atm_warn(instance, "%s: OAM not supported (vpi %d, vci %d)!\n",
@@ -42053,10 +33882,10 @@ diff -urNp linux-2.6.39/drivers/usb/atm/usbatm.c linux-2.6.39/drivers/usb/atm/us
  
        if (!left--) {
                if (instance->disconnected)
-diff -urNp linux-2.6.39/drivers/usb/core/devices.c linux-2.6.39/drivers/usb/core/devices.c
---- linux-2.6.39/drivers/usb/core/devices.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/usb/core/devices.c    2011-05-22 19:36:32.000000000 -0400
-@@ -126,7 +126,7 @@ static const char *format_endpt =
+diff -urNp linux-3.0.4/drivers/usb/core/devices.c linux-3.0.4/drivers/usb/core/devices.c
+--- linux-3.0.4/drivers/usb/core/devices.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/usb/core/devices.c     2011-08-23 21:47:56.000000000 -0400
+@@ -126,7 +126,7 @@ static const char format_endpt[] =
   * time it gets called.
   */
  static struct device_connect_event {
@@ -42083,30 +33912,9 @@ diff -urNp linux-2.6.39/drivers/usb/core/devices.c linux-2.6.39/drivers/usb/core
        if (file->f_version != event_count) {
                file->f_version = event_count;
                return POLLIN | POLLRDNORM;
-diff -urNp linux-2.6.39/drivers/usb/core/hcd.c linux-2.6.39/drivers/usb/core/hcd.c
---- linux-2.6.39/drivers/usb/core/hcd.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/usb/core/hcd.c        2011-05-22 19:36:32.000000000 -0400
-@@ -2577,7 +2577,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.
-@@ -2587,7 +2587,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.39/drivers/usb/core/message.c linux-2.6.39/drivers/usb/core/message.c
---- linux-2.6.39/drivers/usb/core/message.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/usb/core/message.c    2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/drivers/usb/core/message.c linux-3.0.4/drivers/usb/core/message.c
+--- linux-3.0.4/drivers/usb/core/message.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/usb/core/message.c     2011-08-23 21:47:56.000000000 -0400
 @@ -869,8 +869,8 @@ char *usb_cache_string(struct usb_device
        buf = kmalloc(MAX_USB_STRING_SIZE, GFP_NOIO);
        if (buf) {
@@ -42118,262 +33926,50 @@ diff -urNp linux-2.6.39/drivers/usb/core/message.c linux-2.6.39/drivers/usb/core
                        if (!smallbuf)
                                return buf;
                        memcpy(smallbuf, buf, len);
-diff -urNp linux-2.6.39/drivers/usb/early/ehci-dbgp.c linux-2.6.39/drivers/usb/early/ehci-dbgp.c
---- linux-2.6.39/drivers/usb/early/ehci-dbgp.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/usb/early/ehci-dbgp.c 2011-05-22 19:36:32.000000000 -0400
-@@ -96,7 +96,7 @@ static inline u32 dbgp_len_update(u32 x,
- }
+diff -urNp linux-3.0.4/drivers/usb/early/ehci-dbgp.c linux-3.0.4/drivers/usb/early/ehci-dbgp.c
+--- linux-3.0.4/drivers/usb/early/ehci-dbgp.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/usb/early/ehci-dbgp.c  2011-08-23 21:47:56.000000000 -0400
+@@ -97,7 +97,8 @@ static inline u32 dbgp_len_update(u32 x,
  
  #ifdef CONFIG_KGDB
--static struct kgdb_io kgdbdbgp_io_ops;
-+static struct kgdb_io kgdbdbgp_io_ops;        /* cannot be const, see kgdbdbgp_parse_config */
- #define dbgp_kgdb_mode (dbg_io_ops == &kgdbdbgp_io_ops)
+ static struct kgdb_io kgdbdbgp_io_ops;
+-#define dbgp_kgdb_mode (dbg_io_ops == &kgdbdbgp_io_ops)
++static struct kgdb_io kgdbdbgp_io_ops_console;
++#define dbgp_kgdb_mode (dbg_io_ops == &kgdbdbgp_io_ops || dbg_io_ops == &kgdbdbgp_io_ops_console)
  #else
  #define dbgp_kgdb_mode (0)
-@@ -1026,7 +1026,7 @@ static void kgdbdbgp_write_char(u8 chr)
-       early_dbgp_write(NULL, &chr, 1);
- }
--static struct kgdb_io kgdbdbgp_io_ops = {
-+static struct kgdb_io kgdbdbgp_io_ops = {     /* cannot be const, see kgdbdbgp_parse_config() */
-       .name = "kgdbdbgp",
-       .read_char = kgdbdbgp_read_char,
+ #endif
+@@ -1035,6 +1036,13 @@ static struct kgdb_io kgdbdbgp_io_ops = 
        .write_char = kgdbdbgp_write_char,
-diff -urNp linux-2.6.39/drivers/usb/gadget/fsl_qe_udc.c linux-2.6.39/drivers/usb/gadget/fsl_qe_udc.c
---- linux-2.6.39/drivers/usb/gadget/fsl_qe_udc.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/usb/gadget/fsl_qe_udc.c       2011-05-22 19:36:32.000000000 -0400
-@@ -1859,7 +1859,7 @@ out:
-       return status;
- }
--static struct usb_ep_ops qe_ep_ops = {
-+static const struct usb_ep_ops qe_ep_ops = {
-       .enable = qe_ep_enable,
-       .disable = qe_ep_disable,
-@@ -1928,7 +1928,7 @@ static int qe_pullup(struct usb_gadget *
- }
- /* defined in usb_gadget.h */
--static struct usb_gadget_ops qe_gadget_ops = {
-+static const struct usb_gadget_ops qe_gadget_ops = {
-       .get_frame = qe_get_frame,
-       .wakeup = qe_wakeup,
- /*    .set_selfpowered = qe_set_selfpowered,*/ /* always selfpowered */
-diff -urNp linux-2.6.39/drivers/usb/gadget/fsl_udc_core.c linux-2.6.39/drivers/usb/gadget/fsl_udc_core.c
---- linux-2.6.39/drivers/usb/gadget/fsl_udc_core.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/usb/gadget/fsl_udc_core.c     2011-05-22 19:36:32.000000000 -0400
-@@ -1003,7 +1003,7 @@ static void fsl_ep_fifo_flush(struct usb
-       } while (fsl_readl(&dr_regs->endptstatus) & bits);
- }
--static struct usb_ep_ops fsl_ep_ops = {
-+static const struct usb_ep_ops fsl_ep_ops = {
-       .enable = fsl_ep_enable,
-       .disable = fsl_ep_disable,
-@@ -1114,7 +1114,7 @@ static int fsl_pullup(struct usb_gadget 
- }
- /* defined in gadget.h */
--static struct usb_gadget_ops fsl_gadget_ops = {
-+static const struct usb_gadget_ops fsl_gadget_ops = {
-       .get_frame = fsl_get_frame,
-       .wakeup = fsl_wakeup,
- /*    .set_selfpowered = fsl_set_selfpowered, */ /* Always selfpowered */
-diff -urNp linux-2.6.39/drivers/usb/gadget/fusb300_udc.c linux-2.6.39/drivers/usb/gadget/fusb300_udc.c
---- linux-2.6.39/drivers/usb/gadget/fusb300_udc.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/usb/gadget/fusb300_udc.c      2011-05-22 19:36:32.000000000 -0400
-@@ -527,7 +527,7 @@ static void fusb300_fifo_flush(struct us
- {
- }
--static struct usb_ep_ops fusb300_ep_ops = {
-+static const struct usb_ep_ops fusb300_ep_ops = {
-       .enable         = fusb300_enable,
-       .disable        = fusb300_disable,
-@@ -1570,7 +1570,7 @@ static int fusb300_udc_pullup(struct usb
-       return 0;
- }
--static struct usb_gadget_ops fusb300_gadget_ops = {
-+static const struct usb_gadget_ops fusb300_gadget_ops = {
-       .pullup         = fusb300_udc_pullup,
- };
-diff -urNp linux-2.6.39/drivers/usb/gadget/goku_udc.c linux-2.6.39/drivers/usb/gadget/goku_udc.c
---- linux-2.6.39/drivers/usb/gadget/goku_udc.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/usb/gadget/goku_udc.c 2011-05-22 19:36:32.000000000 -0400
-@@ -973,7 +973,7 @@ static void goku_fifo_flush(struct usb_e
-               command(regs, COMMAND_FIFO_CLEAR, ep->num);
- }
--static struct usb_ep_ops goku_ep_ops = {
-+static const struct usb_ep_ops goku_ep_ops = {
-       .enable         = goku_ep_enable,
-       .disable        = goku_ep_disable,
-diff -urNp linux-2.6.39/drivers/usb/gadget/imx_udc.c linux-2.6.39/drivers/usb/gadget/imx_udc.c
---- linux-2.6.39/drivers/usb/gadget/imx_udc.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/usb/gadget/imx_udc.c  2011-05-22 19:36:32.000000000 -0400
-@@ -937,7 +937,7 @@ static void imx_ep_fifo_flush(struct usb
-       local_irq_restore(flags);
- }
--static struct usb_ep_ops imx_ep_ops = {
-+static const struct usb_ep_ops imx_ep_ops = {
-       .enable         = imx_ep_enable,
-       .disable        = imx_ep_disable,
-diff -urNp linux-2.6.39/drivers/usb/gadget/m66592-udc.c linux-2.6.39/drivers/usb/gadget/m66592-udc.c
---- linux-2.6.39/drivers/usb/gadget/m66592-udc.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/usb/gadget/m66592-udc.c       2011-05-22 19:36:32.000000000 -0400
-@@ -1437,7 +1437,7 @@ static void m66592_fifo_flush(struct usb
-       spin_unlock_irqrestore(&ep->m66592->lock, flags);
- }
--static struct usb_ep_ops m66592_ep_ops = {
-+static const struct usb_ep_ops m66592_ep_ops = {
-       .enable         = m66592_enable,
-       .disable        = m66592_disable,
-@@ -1542,7 +1542,7 @@ static int m66592_get_frame(struct usb_g
-       return m66592_read(m66592, M66592_FRMNUM) & 0x03FF;
- }
--static struct usb_gadget_ops m66592_gadget_ops = {
-+static const struct usb_gadget_ops m66592_gadget_ops = {
-       .get_frame              = m66592_get_frame,
  };
  
-diff -urNp linux-2.6.39/drivers/usb/gadget/mv_udc_core.c linux-2.6.39/drivers/usb/gadget/mv_udc_core.c
---- linux-2.6.39/drivers/usb/gadget/mv_udc_core.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/usb/gadget/mv_udc_core.c      2011-05-22 19:36:32.000000000 -0400
-@@ -972,7 +972,7 @@ static int mv_ep_set_wedge(struct usb_ep
-       return mv_ep_set_halt_wedge(_ep, 1, 1);
- }
--static struct usb_ep_ops mv_ep_ops = {
-+static const struct usb_ep_ops mv_ep_ops = {
-       .enable         = mv_ep_enable,
-       .disable        = mv_ep_disable,
-diff -urNp linux-2.6.39/drivers/usb/gadget/omap_udc.c linux-2.6.39/drivers/usb/gadget/omap_udc.c
---- linux-2.6.39/drivers/usb/gadget/omap_udc.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/usb/gadget/omap_udc.c 2011-05-22 19:36:32.000000000 -0400
-@@ -1177,7 +1177,7 @@ done:
-       return status;
- }
--static struct usb_ep_ops omap_ep_ops = {
-+static const struct usb_ep_ops omap_ep_ops = {
-       .enable         = omap_ep_enable,
-       .disable        = omap_ep_disable,
-@@ -1374,7 +1374,7 @@ static int omap_pullup(struct usb_gadget
-       return 0;
- }
--static struct usb_gadget_ops omap_gadget_ops = {
-+static const struct usb_gadget_ops omap_gadget_ops = {
-       .get_frame              = omap_get_frame,
-       .wakeup                 = omap_wakeup,
-       .set_selfpowered        = omap_set_selfpowered,
-diff -urNp linux-2.6.39/drivers/usb/gadget/pxa25x_udc.c linux-2.6.39/drivers/usb/gadget/pxa25x_udc.c
---- linux-2.6.39/drivers/usb/gadget/pxa25x_udc.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/usb/gadget/pxa25x_udc.c       2011-05-22 19:36:32.000000000 -0400
-@@ -896,7 +896,7 @@ static void pxa25x_ep_fifo_flush(struct 
- }
--static struct usb_ep_ops pxa25x_ep_ops = {
-+static const struct usb_ep_ops pxa25x_ep_ops = {
-       .enable         = pxa25x_ep_enable,
-       .disable        = pxa25x_ep_disable,
-diff -urNp linux-2.6.39/drivers/usb/gadget/pxa27x_udc.c linux-2.6.39/drivers/usb/gadget/pxa27x_udc.c
---- linux-2.6.39/drivers/usb/gadget/pxa27x_udc.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/usb/gadget/pxa27x_udc.c       2011-05-22 19:36:32.000000000 -0400
-@@ -1491,7 +1491,7 @@ static int pxa_ep_disable(struct usb_ep 
-       return 0;
- }
--static struct usb_ep_ops pxa_ep_ops = {
-+static const struct usb_ep_ops pxa_ep_ops = {
-       .enable         = pxa_ep_enable,
-       .disable        = pxa_ep_disable,
-diff -urNp linux-2.6.39/drivers/usb/gadget/r8a66597-udc.c linux-2.6.39/drivers/usb/gadget/r8a66597-udc.c
---- linux-2.6.39/drivers/usb/gadget/r8a66597-udc.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/usb/gadget/r8a66597-udc.c     2011-05-22 19:36:32.000000000 -0400
-@@ -1392,7 +1392,7 @@ static void r8a66597_fifo_flush(struct u
-       spin_unlock_irqrestore(&ep->r8a66597->lock, flags);
- }
--static struct usb_ep_ops r8a66597_ep_ops = {
-+static const struct usb_ep_ops r8a66597_ep_ops = {
-       .enable         = r8a66597_enable,
-       .disable        = r8a66597_disable,
-@@ -1497,7 +1497,7 @@ static int r8a66597_get_frame(struct usb
-       return r8a66597_read(r8a66597, FRMNUM) & 0x03FF;
- }
--static struct usb_gadget_ops r8a66597_gadget_ops = {
-+static const struct usb_gadget_ops r8a66597_gadget_ops = {
-       .get_frame              = r8a66597_get_frame,
- };
-diff -urNp linux-2.6.39/drivers/usb/gadget/s3c-hsotg.c linux-2.6.39/drivers/usb/gadget/s3c-hsotg.c
---- linux-2.6.39/drivers/usb/gadget/s3c-hsotg.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/usb/gadget/s3c-hsotg.c        2011-05-22 19:36:32.000000000 -0400
-@@ -2461,7 +2461,7 @@ static int s3c_hsotg_ep_sethalt(struct u
-       return 0;
- }
--static struct usb_ep_ops s3c_hsotg_ep_ops = {
-+static const struct usb_ep_ops s3c_hsotg_ep_ops = {
-       .enable         = s3c_hsotg_ep_enable,
-       .disable        = s3c_hsotg_ep_disable,
-       .alloc_request  = s3c_hsotg_ep_alloc_request,
-@@ -2725,7 +2725,7 @@ static int s3c_hsotg_gadget_getframe(str
-       return s3c_hsotg_read_frameno(to_hsotg(gadget));
- }
--static struct usb_gadget_ops s3c_hsotg_gadget_ops = {
-+static const struct usb_gadget_ops s3c_hsotg_gadget_ops = {
-       .get_frame      = s3c_hsotg_gadget_getframe,
- };
++static struct kgdb_io kgdbdbgp_io_ops_console = {
++      .name = "kgdbdbgp",
++      .read_char = kgdbdbgp_read_char,
++      .write_char = kgdbdbgp_write_char,
++      .is_console = 1
++};
++
+ static int kgdbdbgp_wait_time;
  
-diff -urNp linux-2.6.39/drivers/usb/gadget/uvc_queue.c linux-2.6.39/drivers/usb/gadget/uvc_queue.c
---- linux-2.6.39/drivers/usb/gadget/uvc_queue.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/usb/gadget/uvc_queue.c        2011-05-22 19:36:32.000000000 -0400
-@@ -400,7 +400,7 @@ static void uvc_vm_close(struct vm_area_
-       buffer->vma_use_count--;
- }
+ static int __init kgdbdbgp_parse_config(char *str)
+@@ -1050,8 +1058,10 @@ static int __init kgdbdbgp_parse_config(
+               ptr++;
+               kgdbdbgp_wait_time = simple_strtoul(ptr, &ptr, 10);
+       }
+-      kgdb_register_io_module(&kgdbdbgp_io_ops);
+-      kgdbdbgp_io_ops.is_console = early_dbgp_console.index != -1;
++      if (early_dbgp_console.index != -1)
++              kgdb_register_io_module(&kgdbdbgp_io_ops_console);
++      else
++              kgdb_register_io_module(&kgdbdbgp_io_ops);
  
--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.39/drivers/usb/host/ehci-fsl.c linux-2.6.39/drivers/usb/host/ehci-fsl.c
---- linux-2.6.39/drivers/usb/host/ehci-fsl.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/usb/host/ehci-fsl.c   2011-05-22 19:36:32.000000000 -0400
-@@ -380,7 +380,7 @@ static int ehci_fsl_drv_restore(struct d
        return 0;
  }
--static struct dev_pm_ops ehci_fsl_pm_ops = {
-+static const struct dev_pm_ops ehci_fsl_pm_ops = {
-       .suspend = ehci_fsl_drv_suspend,
-       .resume = ehci_fsl_drv_resume,
-       .restore = ehci_fsl_drv_restore,
-diff -urNp linux-2.6.39/drivers/usb/host/xhci-mem.c linux-2.6.39/drivers/usb/host/xhci-mem.c
---- linux-2.6.39/drivers/usb/host/xhci-mem.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/usb/host/xhci-mem.c   2011-05-22 19:36:32.000000000 -0400
-@@ -1671,6 +1671,8 @@ static int xhci_check_trb_in_td_math(str
+diff -urNp linux-3.0.4/drivers/usb/host/xhci-mem.c linux-3.0.4/drivers/usb/host/xhci-mem.c
+--- linux-3.0.4/drivers/usb/host/xhci-mem.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/usb/host/xhci-mem.c    2011-08-23 21:48:14.000000000 -0400
+@@ -1685,6 +1685,8 @@ static int xhci_check_trb_in_td_math(str
        unsigned int num_tests;
        int i, ret;
  
@@ -42382,94 +33978,9 @@ diff -urNp linux-2.6.39/drivers/usb/host/xhci-mem.c linux-2.6.39/drivers/usb/hos
        num_tests = ARRAY_SIZE(simple_test_vector);
        for (i = 0; i < num_tests; i++) {
                ret = xhci_test_trb_in_td(xhci,
-diff -urNp linux-2.6.39/drivers/usb/mon/mon_main.c linux-2.6.39/drivers/usb/mon/mon_main.c
---- linux-2.6.39/drivers/usb/mon/mon_main.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/usb/mon/mon_main.c    2011-05-22 19:36:32.000000000 -0400
-@@ -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.39/drivers/usb/musb/cppi_dma.h linux-2.6.39/drivers/usb/musb/cppi_dma.h
---- linux-2.6.39/drivers/usb/musb/cppi_dma.h   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/usb/musb/cppi_dma.h   2011-05-22 19:36:32.000000000 -0400
-@@ -113,7 +113,7 @@ struct cppi_channel {
- /* CPPI DMA controller object */
- struct cppi {
--      struct dma_controller           controller;
-+      const struct dma_controller controller;
-       struct musb                     *musb;
-       void __iomem                    *mregs;         /* Mentor regs */
-       void __iomem                    *tibase;        /* TI/CPPI regs */
-diff -urNp linux-2.6.39/drivers/usb/otg/msm_otg.c linux-2.6.39/drivers/usb/otg/msm_otg.c
---- linux-2.6.39/drivers/usb/otg/msm_otg.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/usb/otg/msm_otg.c     2011-05-22 19:36:32.000000000 -0400
-@@ -95,7 +95,7 @@ static int ulpi_write(struct otg_transce
-       return 0;
- }
--static struct otg_io_access_ops msm_otg_io_ops = {
-+static const struct otg_io_access_ops msm_otg_io_ops = {
-       .read = ulpi_read,
-       .write = ulpi_write,
- };
-diff -urNp linux-2.6.39/drivers/usb/otg/ulpi_viewport.c linux-2.6.39/drivers/usb/otg/ulpi_viewport.c
---- linux-2.6.39/drivers/usb/otg/ulpi_viewport.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/usb/otg/ulpi_viewport.c       2011-05-22 19:36:32.000000000 -0400
-@@ -74,7 +74,7 @@ static int ulpi_viewport_write(struct ot
-       return ulpi_viewport_wait(view, ULPI_VIEW_RUN);
- }
--struct otg_io_access_ops ulpi_viewport_access_ops = {
-+const struct otg_io_access_ops ulpi_viewport_access_ops = {
-       .read   = ulpi_viewport_read,
-       .write  = ulpi_viewport_write,
- };
-diff -urNp linux-2.6.39/drivers/usb/serial/ftdi_sio.c linux-2.6.39/drivers/usb/serial/ftdi_sio.c
---- linux-2.6.39/drivers/usb/serial/ftdi_sio.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/usb/serial/ftdi_sio.c 2011-05-22 19:36:32.000000000 -0400
-@@ -104,27 +104,27 @@ static int   ftdi_stmclite_probe(struct 
- static void  ftdi_USB_UIRT_setup(struct ftdi_private *priv);
- static void  ftdi_HE_TIRA1_setup(struct ftdi_private *priv);
--static struct ftdi_sio_quirk ftdi_jtag_quirk = {
-+static const struct ftdi_sio_quirk ftdi_jtag_quirk = {
-       .probe  = ftdi_jtag_probe,
- };
--static struct ftdi_sio_quirk ftdi_mtxorb_hack_quirk = {
-+static const struct ftdi_sio_quirk ftdi_mtxorb_hack_quirk = {
-       .probe  = ftdi_mtxorb_hack_setup,
- };
--static struct ftdi_sio_quirk ftdi_NDI_device_quirk = {
-+static const struct ftdi_sio_quirk ftdi_NDI_device_quirk = {
-       .probe  = ftdi_NDI_device_setup,
- };
--static struct ftdi_sio_quirk ftdi_USB_UIRT_quirk = {
-+static const struct ftdi_sio_quirk ftdi_USB_UIRT_quirk = {
-       .port_probe = ftdi_USB_UIRT_setup,
- };
--static struct ftdi_sio_quirk ftdi_HE_TIRA1_quirk = {
-+static const struct ftdi_sio_quirk ftdi_HE_TIRA1_quirk = {
-       .port_probe = ftdi_HE_TIRA1_setup,
- };
--static struct ftdi_sio_quirk ftdi_stmclite_quirk = {
-+static const struct ftdi_sio_quirk ftdi_stmclite_quirk = {
-       .probe  = ftdi_stmclite_probe,
- };
-diff -urNp linux-2.6.39/drivers/usb/wusbcore/wa-hc.h linux-2.6.39/drivers/usb/wusbcore/wa-hc.h
---- linux-2.6.39/drivers/usb/wusbcore/wa-hc.h  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/usb/wusbcore/wa-hc.h  2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/drivers/usb/wusbcore/wa-hc.h linux-3.0.4/drivers/usb/wusbcore/wa-hc.h
+--- linux-3.0.4/drivers/usb/wusbcore/wa-hc.h   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/usb/wusbcore/wa-hc.h   2011-08-23 21:47:56.000000000 -0400
 @@ -192,7 +192,7 @@ struct wahc {
        struct list_head xfer_delayed_list;
        spinlock_t xfer_list_lock;
@@ -42488,9 +33999,9 @@ diff -urNp linux-2.6.39/drivers/usb/wusbcore/wa-hc.h linux-2.6.39/drivers/usb/wu
  }
  
  /**
-diff -urNp linux-2.6.39/drivers/usb/wusbcore/wa-xfer.c linux-2.6.39/drivers/usb/wusbcore/wa-xfer.c
---- linux-2.6.39/drivers/usb/wusbcore/wa-xfer.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/usb/wusbcore/wa-xfer.c        2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/drivers/usb/wusbcore/wa-xfer.c linux-3.0.4/drivers/usb/wusbcore/wa-xfer.c
+--- linux-3.0.4/drivers/usb/wusbcore/wa-xfer.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/usb/wusbcore/wa-xfer.c 2011-08-23 21:47:56.000000000 -0400
 @@ -294,7 +294,7 @@ out:
   */
  static void wa_xfer_id_init(struct wa_xfer *xfer)
@@ -42500,10 +34011,10 @@ diff -urNp linux-2.6.39/drivers/usb/wusbcore/wa-xfer.c linux-2.6.39/drivers/usb/
  }
  
  /*
-diff -urNp linux-2.6.39/drivers/vhost/vhost.c linux-2.6.39/drivers/vhost/vhost.c
---- linux-2.6.39/drivers/vhost/vhost.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/vhost/vhost.c 2011-05-22 19:36:32.000000000 -0400
-@@ -580,7 +580,7 @@ static int init_used(struct vhost_virtqu
+diff -urNp linux-3.0.4/drivers/vhost/vhost.c linux-3.0.4/drivers/vhost/vhost.c
+--- linux-3.0.4/drivers/vhost/vhost.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/vhost/vhost.c  2011-08-23 21:47:56.000000000 -0400
+@@ -589,7 +589,7 @@ static int init_used(struct vhost_virtqu
        return get_user(vq->last_used_idx, &used->idx);
  }
  
@@ -42512,201 +34023,9 @@ diff -urNp linux-2.6.39/drivers/vhost/vhost.c linux-2.6.39/drivers/vhost/vhost.c
  {
        struct file *eventfp, *filep = NULL,
                    *pollstart = NULL, *pollstop = NULL;
-diff -urNp linux-2.6.39/drivers/video/backlight/corgi_lcd.c linux-2.6.39/drivers/video/backlight/corgi_lcd.c
---- linux-2.6.39/drivers/video/backlight/corgi_lcd.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/video/backlight/corgi_lcd.c   2011-05-22 19:36:32.000000000 -0400
-@@ -383,7 +383,7 @@ static int corgi_lcd_get_power(struct lc
-       return lcd->power;
- }
--static struct lcd_ops corgi_lcd_ops = {
-+static const struct lcd_ops corgi_lcd_ops = {
-       .get_power      = corgi_lcd_get_power,
-       .set_power      = corgi_lcd_set_power,
-       .set_mode       = corgi_lcd_set_mode,
-diff -urNp linux-2.6.39/drivers/video/backlight/cr_bllcd.c linux-2.6.39/drivers/video/backlight/cr_bllcd.c
---- linux-2.6.39/drivers/video/backlight/cr_bllcd.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/video/backlight/cr_bllcd.c    2011-05-22 19:36:32.000000000 -0400
-@@ -165,7 +165,7 @@ static int cr_lcd_set_power(struct lcd_d
-       return 0;
- }
--static struct lcd_ops cr_lcd_ops = {
-+static const struct lcd_ops cr_lcd_ops = {
-       .set_power = cr_lcd_set_power,
- };
-diff -urNp linux-2.6.39/drivers/video/backlight/ili9320.c linux-2.6.39/drivers/video/backlight/ili9320.c
---- linux-2.6.39/drivers/video/backlight/ili9320.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/video/backlight/ili9320.c     2011-05-22 19:36:32.000000000 -0400
-@@ -166,7 +166,7 @@ static int ili9320_get_power(struct lcd_
-       return lcd->power;
- }
--static struct lcd_ops ili9320_ops = {
-+static const struct lcd_ops ili9320_ops = {
-       .get_power      = ili9320_get_power,
-       .set_power      = ili9320_set_power,
- };
-diff -urNp linux-2.6.39/drivers/video/backlight/jornada720_lcd.c linux-2.6.39/drivers/video/backlight/jornada720_lcd.c
---- linux-2.6.39/drivers/video/backlight/jornada720_lcd.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/video/backlight/jornada720_lcd.c      2011-05-22 19:36:32.000000000 -0400
-@@ -87,7 +87,7 @@ static int jornada_lcd_set_power(struct 
-       return 0;
- }
--static struct lcd_ops jornada_lcd_props = {
-+static const struct lcd_ops jornada_lcd_props = {
-       .get_contrast = jornada_lcd_get_contrast,
-       .set_contrast = jornada_lcd_set_contrast,
-       .get_power = jornada_lcd_get_power,
-diff -urNp linux-2.6.39/drivers/video/backlight/l4f00242t03.c linux-2.6.39/drivers/video/backlight/l4f00242t03.c
---- linux-2.6.39/drivers/video/backlight/l4f00242t03.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/video/backlight/l4f00242t03.c 2011-05-22 19:36:32.000000000 -0400
-@@ -149,7 +149,7 @@ static int l4f00242t03_lcd_power_set(str
-       return 0;
- }
--static struct lcd_ops l4f_ops = {
-+static const struct lcd_ops l4f_ops = {
-       .set_power      = l4f00242t03_lcd_power_set,
-       .get_power      = l4f00242t03_lcd_power_get,
- };
-diff -urNp linux-2.6.39/drivers/video/backlight/lcd.c linux-2.6.39/drivers/video/backlight/lcd.c
---- linux-2.6.39/drivers/video/backlight/lcd.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/video/backlight/lcd.c 2011-05-22 19:36:32.000000000 -0400
-@@ -192,7 +192,7 @@ static struct device_attribute lcd_devic
-  * or a pointer to the newly allocated device.
-  */
- struct lcd_device *lcd_device_register(const char *name, struct device *parent,
--              void *devdata, struct lcd_ops *ops)
-+              void *devdata, const struct lcd_ops *ops)
- {
-       struct lcd_device *new_ld;
-       int rc;
-diff -urNp linux-2.6.39/drivers/video/backlight/ld9040.c linux-2.6.39/drivers/video/backlight/ld9040.c
---- linux-2.6.39/drivers/video/backlight/ld9040.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/video/backlight/ld9040.c      2011-05-22 19:36:32.000000000 -0400
-@@ -651,7 +651,7 @@ static int ld9040_set_brightness(struct 
-       return ret;
- }
--static struct lcd_ops ld9040_lcd_ops = {
-+static const struct lcd_ops ld9040_lcd_ops = {
-       .set_power = ld9040_set_power,
-       .get_power = ld9040_get_power,
- };
-diff -urNp linux-2.6.39/drivers/video/backlight/lms283gf05.c linux-2.6.39/drivers/video/backlight/lms283gf05.c
---- linux-2.6.39/drivers/video/backlight/lms283gf05.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/video/backlight/lms283gf05.c  2011-05-22 19:36:32.000000000 -0400
-@@ -144,7 +144,7 @@ static int lms283gf05_power_set(struct l
-       return 0;
- }
--static struct lcd_ops lms_ops = {
-+static const struct lcd_ops lms_ops = {
-       .set_power      = lms283gf05_power_set,
-       .get_power      = NULL,
- };
-diff -urNp linux-2.6.39/drivers/video/backlight/ltv350qv.c linux-2.6.39/drivers/video/backlight/ltv350qv.c
---- linux-2.6.39/drivers/video/backlight/ltv350qv.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/video/backlight/ltv350qv.c    2011-05-22 19:36:32.000000000 -0400
-@@ -221,7 +221,7 @@ static int ltv350qv_get_power(struct lcd
-       return lcd->power;
- }
--static struct lcd_ops ltv_ops = {
-+static const struct lcd_ops ltv_ops = {
-       .get_power      = ltv350qv_get_power,
-       .set_power      = ltv350qv_set_power,
- };
-diff -urNp linux-2.6.39/drivers/video/backlight/platform_lcd.c linux-2.6.39/drivers/video/backlight/platform_lcd.c
---- linux-2.6.39/drivers/video/backlight/platform_lcd.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/video/backlight/platform_lcd.c        2011-05-22 19:36:32.000000000 -0400
-@@ -66,7 +66,7 @@ static int platform_lcd_match(struct lcd
-       return plcd->us->parent == info->device;
- }
--static struct lcd_ops platform_lcd_ops = {
-+static const struct lcd_ops platform_lcd_ops = {
-       .get_power      = platform_lcd_get_power,
-       .set_power      = platform_lcd_set_power,
-       .check_fb       = platform_lcd_match,
-diff -urNp linux-2.6.39/drivers/video/backlight/s6e63m0.c linux-2.6.39/drivers/video/backlight/s6e63m0.c
---- linux-2.6.39/drivers/video/backlight/s6e63m0.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/video/backlight/s6e63m0.c     2011-05-22 19:36:32.000000000 -0400
-@@ -644,7 +644,7 @@ static int s6e63m0_set_brightness(struct
-       return ret;
- }
--static struct lcd_ops s6e63m0_lcd_ops = {
-+static const struct lcd_ops s6e63m0_lcd_ops = {
-       .set_power = s6e63m0_set_power,
-       .get_power = s6e63m0_get_power,
- };
-diff -urNp linux-2.6.39/drivers/video/backlight/tdo24m.c linux-2.6.39/drivers/video/backlight/tdo24m.c
---- linux-2.6.39/drivers/video/backlight/tdo24m.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/video/backlight/tdo24m.c      2011-05-22 19:36:32.000000000 -0400
-@@ -322,7 +322,7 @@ static int tdo24m_set_mode(struct lcd_de
-       return lcd->adj_mode(lcd, mode);
- }
--static struct lcd_ops tdo24m_ops = {
-+static const struct lcd_ops tdo24m_ops = {
-       .get_power      = tdo24m_get_power,
-       .set_power      = tdo24m_set_power,
-       .set_mode       = tdo24m_set_mode,
-diff -urNp linux-2.6.39/drivers/video/backlight/tosa_lcd.c linux-2.6.39/drivers/video/backlight/tosa_lcd.c
---- linux-2.6.39/drivers/video/backlight/tosa_lcd.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/video/backlight/tosa_lcd.c    2011-05-22 19:36:32.000000000 -0400
-@@ -163,7 +163,7 @@ static int tosa_lcd_set_mode(struct lcd_
-       return 0;
- }
--static struct lcd_ops tosa_lcd_ops = {
-+static const struct lcd_ops tosa_lcd_ops = {
-       .set_power = tosa_lcd_set_power,
-       .get_power = tosa_lcd_get_power,
-       .set_mode = tosa_lcd_set_mode,
-diff -urNp linux-2.6.39/drivers/video/bf537-lq035.c linux-2.6.39/drivers/video/bf537-lq035.c
---- linux-2.6.39/drivers/video/bf537-lq035.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/video/bf537-lq035.c   2011-05-22 19:36:32.000000000 -0400
-@@ -682,7 +682,7 @@ static int bfin_lcd_check_fb(struct lcd_
-       return 0;
- }
--static struct lcd_ops bfin_lcd_ops = {
-+static const struct lcd_ops bfin_lcd_ops = {
-       .get_power      = bfin_lcd_get_power,
-       .set_power      = bfin_lcd_set_power,
-       .get_contrast   = bfin_lcd_get_contrast,
-diff -urNp linux-2.6.39/drivers/video/bf54x-lq043fb.c linux-2.6.39/drivers/video/bf54x-lq043fb.c
---- linux-2.6.39/drivers/video/bf54x-lq043fb.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/video/bf54x-lq043fb.c 2011-05-22 19:36:32.000000000 -0400
-@@ -467,7 +467,7 @@ static int bfin_lcd_check_fb(struct lcd_
-       return 0;
- }
--static struct lcd_ops bfin_lcd_ops = {
-+static const struct lcd_ops bfin_lcd_ops = {
-       .get_power = bfin_lcd_get_power,
-       .set_power = bfin_lcd_set_power,
-       .get_contrast = bfin_lcd_get_contrast,
-diff -urNp linux-2.6.39/drivers/video/bfin-t350mcqb-fb.c linux-2.6.39/drivers/video/bfin-t350mcqb-fb.c
---- linux-2.6.39/drivers/video/bfin-t350mcqb-fb.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/video/bfin-t350mcqb-fb.c      2011-05-22 19:36:32.000000000 -0400
-@@ -387,7 +387,7 @@ static int bfin_lcd_check_fb(struct lcd_
-       return 0;
- }
--static struct lcd_ops bfin_lcd_ops = {
-+static const struct lcd_ops bfin_lcd_ops = {
-       .get_power = bfin_lcd_get_power,
-       .set_power = bfin_lcd_set_power,
-       .get_contrast = bfin_lcd_get_contrast,
-diff -urNp linux-2.6.39/drivers/video/fbcmap.c linux-2.6.39/drivers/video/fbcmap.c
---- linux-2.6.39/drivers/video/fbcmap.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/video/fbcmap.c        2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/drivers/video/fbcmap.c linux-3.0.4/drivers/video/fbcmap.c
+--- linux-3.0.4/drivers/video/fbcmap.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/video/fbcmap.c 2011-08-23 21:47:56.000000000 -0400
 @@ -285,8 +285,7 @@ int fb_set_user_cmap(struct fb_cmap_user
                rc = -ENODEV;
                goto out;
@@ -42717,9 +34036,9 @@ diff -urNp linux-2.6.39/drivers/video/fbcmap.c linux-2.6.39/drivers/video/fbcmap
                rc = -EINVAL;
                goto out1;
        }
-diff -urNp linux-2.6.39/drivers/video/fbmem.c linux-2.6.39/drivers/video/fbmem.c
---- linux-2.6.39/drivers/video/fbmem.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/video/fbmem.c 2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/drivers/video/fbmem.c linux-3.0.4/drivers/video/fbmem.c
+--- linux-3.0.4/drivers/video/fbmem.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/video/fbmem.c  2011-08-23 21:48:14.000000000 -0400
 @@ -428,7 +428,7 @@ static void fb_do_show_logo(struct fb_in
                        image->dx += image->width + 8;
                }
@@ -42765,71 +34084,9 @@ diff -urNp linux-2.6.39/drivers/video/fbmem.c linux-2.6.39/drivers/video/fbmem.c
                        return -EINVAL;
                if (!registered_fb[con2fb.framebuffer])
                        request_module("fb%d", con2fb.framebuffer);
-diff -urNp linux-2.6.39/drivers/video/geode/display_gx1.c linux-2.6.39/drivers/video/geode/display_gx1.c
---- linux-2.6.39/drivers/video/geode/display_gx1.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/video/geode/display_gx1.c     2011-05-22 19:36:32.000000000 -0400
-@@ -208,7 +208,7 @@ static void gx1_set_hw_palette_reg(struc
-       writel(val, par->dc_regs + DC_PAL_DATA);
- }
--struct geode_dc_ops gx1_dc_ops = {
-+const struct geode_dc_ops gx1_dc_ops = {
-       .set_mode        = gx1_set_mode,
-       .set_palette_reg = gx1_set_hw_palette_reg,
- };
-diff -urNp linux-2.6.39/drivers/video/geode/display_gx1.h linux-2.6.39/drivers/video/geode/display_gx1.h
---- linux-2.6.39/drivers/video/geode/display_gx1.h     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/video/geode/display_gx1.h     2011-05-22 19:36:32.000000000 -0400
-@@ -18,7 +18,7 @@
- unsigned gx1_gx_base(void);
- int gx1_frame_buffer_size(void);
--extern struct geode_dc_ops gx1_dc_ops;
-+extern const struct geode_dc_ops gx1_dc_ops;
- /* GX1 configuration I/O registers */
-diff -urNp linux-2.6.39/drivers/video/geode/geodefb.h linux-2.6.39/drivers/video/geode/geodefb.h
---- linux-2.6.39/drivers/video/geode/geodefb.h 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/video/geode/geodefb.h 2011-05-22 19:36:32.000000000 -0400
-@@ -31,8 +31,8 @@ struct geodefb_par {
-       int panel_y;
-       void __iomem *dc_regs;
-       void __iomem *vid_regs;
--      struct geode_dc_ops  *dc_ops;
--      struct geode_vid_ops *vid_ops;
-+      const struct geode_dc_ops  *dc_ops;
-+      const struct geode_vid_ops *vid_ops;
- };
- #endif /* !__GEODEFB_H__ */
-diff -urNp linux-2.6.39/drivers/video/geode/video_cs5530.c linux-2.6.39/drivers/video/geode/video_cs5530.c
---- linux-2.6.39/drivers/video/geode/video_cs5530.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/video/geode/video_cs5530.c    2011-05-22 19:36:32.000000000 -0400
-@@ -186,7 +186,7 @@ static int cs5530_blank_display(struct f
-       return 0;
- }
--struct geode_vid_ops cs5530_vid_ops = {
-+const struct geode_vid_ops cs5530_vid_ops = {
-       .set_dclk          = cs5530_set_dclk_frequency,
-       .configure_display = cs5530_configure_display,
-       .blank_display     = cs5530_blank_display,
-diff -urNp linux-2.6.39/drivers/video/geode/video_cs5530.h linux-2.6.39/drivers/video/geode/video_cs5530.h
---- linux-2.6.39/drivers/video/geode/video_cs5530.h    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/video/geode/video_cs5530.h    2011-05-22 19:36:32.000000000 -0400
-@@ -15,7 +15,7 @@
- #ifndef __VIDEO_CS5530_H__
- #define __VIDEO_CS5530_H__
--extern struct geode_vid_ops cs5530_vid_ops;
-+extern const struct geode_vid_ops cs5530_vid_ops;
- /* CS5530 Video device registers */
-diff -urNp linux-2.6.39/drivers/video/i810/i810_accel.c linux-2.6.39/drivers/video/i810/i810_accel.c
---- linux-2.6.39/drivers/video/i810/i810_accel.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/video/i810/i810_accel.c       2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/drivers/video/i810/i810_accel.c linux-3.0.4/drivers/video/i810/i810_accel.c
+--- linux-3.0.4/drivers/video/i810/i810_accel.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/video/i810/i810_accel.c        2011-08-23 21:47:56.000000000 -0400
 @@ -73,6 +73,7 @@ static inline int wait_for_space(struct 
                }
        }
@@ -42838,58 +34095,2738 @@ diff -urNp linux-2.6.39/drivers/video/i810/i810_accel.c linux-2.6.39/drivers/vid
        i810_report_error(mmio); 
        par->dev_flags |= LOCKUP;
        info->pixmap.scan_align = 1;
-diff -urNp linux-2.6.39/drivers/video/matrox/matroxfb_base.c linux-2.6.39/drivers/video/matrox/matroxfb_base.c
---- linux-2.6.39/drivers/video/matrox/matroxfb_base.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/video/matrox/matroxfb_base.c  2011-05-22 19:36:32.000000000 -0400
-@@ -1232,7 +1232,7 @@ static struct fb_ops matroxfb_ops = {
- #define RSText                0x7
- #define RSText8               0x8
- /* 9-F */
--static struct { struct fb_bitfield red, green, blue, transp; int bits_per_pixel; } colors[] = {
-+static const struct { struct fb_bitfield red, green, blue, transp; int bits_per_pixel; } colors[] = {
-       { {  0, 8, 0}, { 0, 8, 0}, { 0, 8, 0}, {  0, 0, 0},  8 },
-       { { 10, 5, 0}, { 5, 5, 0}, { 0, 5, 0}, { 15, 1, 0}, 16 },
-       { { 11, 5, 0}, { 5, 6, 0}, { 0, 5, 0}, {  0, 0, 0}, 16 },
-diff -urNp linux-2.6.39/drivers/video/omap/lcd_ams_delta.c linux-2.6.39/drivers/video/omap/lcd_ams_delta.c
---- linux-2.6.39/drivers/video/omap/lcd_ams_delta.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/video/omap/lcd_ams_delta.c    2011-05-22 19:36:32.000000000 -0400
-@@ -87,7 +87,7 @@ static int ams_delta_lcd_get_contrast(st
-       return ams_delta_lcd & AMS_DELTA_MAX_CONTRAST;
- }
--static struct lcd_ops ams_delta_lcd_ops = {
-+static const struct lcd_ops ams_delta_lcd_ops = {
-       .get_power = ams_delta_lcd_get_power,
-       .set_power = ams_delta_lcd_set_power,
-       .get_contrast = ams_delta_lcd_get_contrast,
-diff -urNp linux-2.6.39/drivers/video/pxa3xx-gcu.c linux-2.6.39/drivers/video/pxa3xx-gcu.c
---- linux-2.6.39/drivers/video/pxa3xx-gcu.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/video/pxa3xx-gcu.c    2011-05-22 19:36:32.000000000 -0400
-@@ -103,7 +103,7 @@ struct pxa3xx_gcu_priv {
-       dma_addr_t                shared_phys;
-       struct resource          *resource_mem;
-       struct miscdevice         misc_dev;
--      struct file_operations    misc_fops;
-+      const struct file_operations      misc_fops;
-       wait_queue_head_t         wait_idle;
-       wait_queue_head_t         wait_free;
-       spinlock_t                spinlock;
-diff -urNp linux-2.6.39/drivers/video/sh_mobile_lcdcfb.c linux-2.6.39/drivers/video/sh_mobile_lcdcfb.c
---- linux-2.6.39/drivers/video/sh_mobile_lcdcfb.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/video/sh_mobile_lcdcfb.c      2011-05-22 19:36:32.000000000 -0400
-@@ -245,7 +245,7 @@ static unsigned long lcdc_sys_read_data(
-       return lcdc_read(ch->lcdc, _LDDRDR) & 0x3ffff;
- }
--struct sh_mobile_lcdc_sys_bus_ops sh_mobile_lcdc_sys_bus_ops = {
-+const struct sh_mobile_lcdc_sys_bus_ops sh_mobile_lcdc_sys_bus_ops = {
-       lcdc_sys_write_index,
-       lcdc_sys_write_data,
-       lcdc_sys_read_data,
-diff -urNp linux-2.6.39/drivers/video/udlfb.c linux-2.6.39/drivers/video/udlfb.c
---- linux-2.6.39/drivers/video/udlfb.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/video/udlfb.c 2011-05-22 19:36:32.000000000 -0400
-@@ -584,11 +584,11 @@ int dlfb_handle_damage(struct dlfb_data 
+diff -urNp linux-3.0.4/drivers/video/logo/logo_linux_clut224.ppm linux-3.0.4/drivers/video/logo/logo_linux_clut224.ppm
+--- linux-3.0.4/drivers/video/logo/logo_linux_clut224.ppm      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/video/logo/logo_linux_clut224.ppm      2011-08-29 23:49:40.000000000 -0400
+@@ -1,1604 +1,1123 @@
+ P3
+-# Standard 224-color Linux logo
+ 80 80
+ 255
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  6   6   6   6   6   6  10  10  10  10  10  10
+- 10  10  10   6   6   6   6   6   6   6   6   6
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   6   6   6  10  10  10  14  14  14
+- 22  22  22  26  26  26  30  30  30  34  34  34
+- 30  30  30  30  30  30  26  26  26  18  18  18
+- 14  14  14  10  10  10   6   6   6   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   1   0   0   1   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  6   6   6  14  14  14  26  26  26  42  42  42
+- 54  54  54  66  66  66  78  78  78  78  78  78
+- 78  78  78  74  74  74  66  66  66  54  54  54
+- 42  42  42  26  26  26  18  18  18  10  10  10
+-  6   6   6   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   1   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0  10  10  10
+- 22  22  22  42  42  42  66  66  66  86  86  86
+- 66  66  66  38  38  38  38  38  38  22  22  22
+- 26  26  26  34  34  34  54  54  54  66  66  66
+- 86  86  86  70  70  70  46  46  46  26  26  26
+- 14  14  14   6   6   6   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   1   0   0   1   0   0   1   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0  10  10  10  26  26  26
+- 50  50  50  82  82  82  58  58  58   6   6   6
+-  2   2   6   2   2   6   2   2   6   2   2   6
+-  2   2   6   2   2   6   2   2   6   2   2   6
+-  6   6   6  54  54  54  86  86  86  66  66  66
+- 38  38  38  18  18  18   6   6   6   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   6   6   6  22  22  22  50  50  50
+- 78  78  78  34  34  34   2   2   6   2   2   6
+-  2   2   6   2   2   6   2   2   6   2   2   6
+-  2   2   6   2   2   6   2   2   6   2   2   6
+-  2   2   6   2   2   6   6   6   6  70  70  70
+- 78  78  78  46  46  46  22  22  22   6   6   6
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   1   0   0   1   0   0   1   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  6   6   6  18  18  18  42  42  42  82  82  82
+- 26  26  26   2   2   6   2   2   6   2   2   6
+-  2   2   6   2   2   6   2   2   6   2   2   6
+-  2   2   6   2   2   6   2   2   6  14  14  14
+- 46  46  46  34  34  34   6   6   6   2   2   6
+- 42  42  42  78  78  78  42  42  42  18  18  18
+-  6   6   6   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   1   0   0   0   0   0   1   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+- 10  10  10  30  30  30  66  66  66  58  58  58
+-  2   2   6   2   2   6   2   2   6   2   2   6
+-  2   2   6   2   2   6   2   2   6   2   2   6
+-  2   2   6   2   2   6   2   2   6  26  26  26
+- 86  86  86 101 101 101  46  46  46  10  10  10
+-  2   2   6  58  58  58  70  70  70  34  34  34
+- 10  10  10   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   1   0   0   1   0   0   1   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+- 14  14  14  42  42  42  86  86  86  10  10  10
+-  2   2   6   2   2   6   2   2   6   2   2   6
+-  2   2   6   2   2   6   2   2   6   2   2   6
+-  2   2   6   2   2   6   2   2   6  30  30  30
+- 94  94  94  94  94  94  58  58  58  26  26  26
+-  2   2   6   6   6   6  78  78  78  54  54  54
+- 22  22  22   6   6   6   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   6   6   6
+- 22  22  22  62  62  62  62  62  62   2   2   6
+-  2   2   6   2   2   6   2   2   6   2   2   6
+-  2   2   6   2   2   6   2   2   6   2   2   6
+-  2   2   6   2   2   6   2   2   6  26  26  26
+- 54  54  54  38  38  38  18  18  18  10  10  10
+-  2   2   6   2   2   6  34  34  34  82  82  82
+- 38  38  38  14  14  14   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   1   0   0   1   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   6   6   6
+- 30  30  30  78  78  78  30  30  30   2   2   6
+-  2   2   6   2   2   6   2   2   6   2   2   6
+-  2   2   6   2   2   6   2   2   6   2   2   6
+-  2   2   6   2   2   6   2   2   6  10  10  10
+- 10  10  10   2   2   6   2   2   6   2   2   6
+-  2   2   6   2   2   6   2   2   6  78  78  78
+- 50  50  50  18  18  18   6   6   6   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   1   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0  10  10  10
+- 38  38  38  86  86  86  14  14  14   2   2   6
+-  2   2   6   2   2   6   2   2   6   2   2   6
+-  2   2   6   2   2   6   2   2   6   2   2   6
+-  2   2   6   2   2   6   2   2   6   2   2   6
+-  2   2   6   2   2   6   2   2   6   2   2   6
+-  2   2   6   2   2   6   2   2   6  54  54  54
+- 66  66  66  26  26  26   6   6   6   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   1   0   0   1   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0  14  14  14
+- 42  42  42  82  82  82   2   2   6   2   2   6
+-  2   2   6   6   6   6  10  10  10   2   2   6
+-  2   2   6   2   2   6   2   2   6   2   2   6
+-  2   2   6   2   2   6   2   2   6   6   6   6
+- 14  14  14  10  10  10   2   2   6   2   2   6
+-  2   2   6   2   2   6   2   2   6  18  18  18
+- 82  82  82  34  34  34  10  10  10   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   1   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0  14  14  14
+- 46  46  46  86  86  86   2   2   6   2   2   6
+-  6   6   6   6   6   6  22  22  22  34  34  34
+-  6   6   6   2   2   6   2   2   6   2   2   6
+-  2   2   6   2   2   6  18  18  18  34  34  34
+- 10  10  10  50  50  50  22  22  22   2   2   6
+-  2   2   6   2   2   6   2   2   6  10  10  10
+- 86  86  86  42  42  42  14  14  14   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   1   0   0   1   0   0   1   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0  14  14  14
+- 46  46  46  86  86  86   2   2   6   2   2   6
+- 38  38  38 116 116 116  94  94  94  22  22  22
+- 22  22  22   2   2   6   2   2   6   2   2   6
+- 14  14  14  86  86  86 138 138 138 162 162 162
+-154 154 154  38  38  38  26  26  26   6   6   6
+-  2   2   6   2   2   6   2   2   6   2   2   6
+- 86  86  86  46  46  46  14  14  14   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0  14  14  14
+- 46  46  46  86  86  86   2   2   6  14  14  14
+-134 134 134 198 198 198 195 195 195 116 116 116
+- 10  10  10   2   2   6   2   2   6   6   6   6
+-101  98  89 187 187 187 210 210 210 218 218 218
+-214 214 214 134 134 134  14  14  14   6   6   6
+-  2   2   6   2   2   6   2   2   6   2   2   6
+- 86  86  86  50  50  50  18  18  18   6   6   6
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   1   0   0   0
+-  0   0   1   0   0   1   0   0   1   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0  14  14  14
+- 46  46  46  86  86  86   2   2   6  54  54  54
+-218 218 218 195 195 195 226 226 226 246 246 246
+- 58  58  58   2   2   6   2   2   6  30  30  30
+-210 210 210 253 253 253 174 174 174 123 123 123
+-221 221 221 234 234 234  74  74  74   2   2   6
+-  2   2   6   2   2   6   2   2   6   2   2   6
+- 70  70  70  58  58  58  22  22  22   6   6   6
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0  14  14  14
+- 46  46  46  82  82  82   2   2   6 106 106 106
+-170 170 170  26  26  26  86  86  86 226 226 226
+-123 123 123  10  10  10  14  14  14  46  46  46
+-231 231 231 190 190 190   6   6   6  70  70  70
+- 90  90  90 238 238 238 158 158 158   2   2   6
+-  2   2   6   2   2   6   2   2   6   2   2   6
+- 70  70  70  58  58  58  22  22  22   6   6   6
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   1   0   0   0
+-  0   0   1   0   0   1   0   0   1   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0  14  14  14
+- 42  42  42  86  86  86   6   6   6 116 116 116
+-106 106 106   6   6   6  70  70  70 149 149 149
+-128 128 128  18  18  18  38  38  38  54  54  54
+-221 221 221 106 106 106   2   2   6  14  14  14
+- 46  46  46 190 190 190 198 198 198   2   2   6
+-  2   2   6   2   2   6   2   2   6   2   2   6
+- 74  74  74  62  62  62  22  22  22   6   6   6
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   1   0   0   0
+-  0   0   1   0   0   0   0   0   1   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0  14  14  14
+- 42  42  42  94  94  94  14  14  14 101 101 101
+-128 128 128   2   2   6  18  18  18 116 116 116
+-118  98  46 121  92   8 121  92   8  98  78  10
+-162 162 162 106 106 106   2   2   6   2   2   6
+-  2   2   6 195 195 195 195 195 195   6   6   6
+-  2   2   6   2   2   6   2   2   6   2   2   6
+- 74  74  74  62  62  62  22  22  22   6   6   6
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   1   0   0   1
+-  0   0   1   0   0   0   0   0   1   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0  10  10  10
+- 38  38  38  90  90  90  14  14  14  58  58  58
+-210 210 210  26  26  26  54  38   6 154 114  10
+-226 170  11 236 186  11 225 175  15 184 144  12
+-215 174  15 175 146  61  37  26   9   2   2   6
+- 70  70  70 246 246 246 138 138 138   2   2   6
+-  2   2   6   2   2   6   2   2   6   2   2   6
+- 70  70  70  66  66  66  26  26  26   6   6   6
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0  10  10  10
+- 38  38  38  86  86  86  14  14  14  10  10  10
+-195 195 195 188 164 115 192 133   9 225 175  15
+-239 182  13 234 190  10 232 195  16 232 200  30
+-245 207  45 241 208  19 232 195  16 184 144  12
+-218 194 134 211 206 186  42  42  42   2   2   6
+-  2   2   6   2   2   6   2   2   6   2   2   6
+- 50  50  50  74  74  74  30  30  30   6   6   6
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0  10  10  10
+- 34  34  34  86  86  86  14  14  14   2   2   6
+-121  87  25 192 133   9 219 162  10 239 182  13
+-236 186  11 232 195  16 241 208  19 244 214  54
+-246 218  60 246 218  38 246 215  20 241 208  19
+-241 208  19 226 184  13 121  87  25   2   2   6
+-  2   2   6   2   2   6   2   2   6   2   2   6
+- 50  50  50  82  82  82  34  34  34  10  10  10
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0  10  10  10
+- 34  34  34  82  82  82  30  30  30  61  42   6
+-180 123   7 206 145  10 230 174  11 239 182  13
+-234 190  10 238 202  15 241 208  19 246 218  74
+-246 218  38 246 215  20 246 215  20 246 215  20
+-226 184  13 215 174  15 184 144  12   6   6   6
+-  2   2   6   2   2   6   2   2   6   2   2   6
+- 26  26  26  94  94  94  42  42  42  14  14  14
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0  10  10  10
+- 30  30  30  78  78  78  50  50  50 104  69   6
+-192 133   9 216 158  10 236 178  12 236 186  11
+-232 195  16 241 208  19 244 214  54 245 215  43
+-246 215  20 246 215  20 241 208  19 198 155  10
+-200 144  11 216 158  10 156 118  10   2   2   6
+-  2   2   6   2   2   6   2   2   6   2   2   6
+-  6   6   6  90  90  90  54  54  54  18  18  18
+-  6   6   6   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0  10  10  10
+- 30  30  30  78  78  78  46  46  46  22  22  22
+-137  92   6 210 162  10 239 182  13 238 190  10
+-238 202  15 241 208  19 246 215  20 246 215  20
+-241 208  19 203 166  17 185 133  11 210 150  10
+-216 158  10 210 150  10 102  78  10   2   2   6
+-  6   6   6  54  54  54  14  14  14   2   2   6
+-  2   2   6  62  62  62  74  74  74  30  30  30
+- 10  10  10   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0  10  10  10
+- 34  34  34  78  78  78  50  50  50   6   6   6
+- 94  70  30 139 102  15 190 146  13 226 184  13
+-232 200  30 232 195  16 215 174  15 190 146  13
+-168 122  10 192 133   9 210 150  10 213 154  11
+-202 150  34 182 157 106 101  98  89   2   2   6
+-  2   2   6  78  78  78 116 116 116  58  58  58
+-  2   2   6  22  22  22  90  90  90  46  46  46
+- 18  18  18   6   6   6   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0  10  10  10
+- 38  38  38  86  86  86  50  50  50   6   6   6
+-128 128 128 174 154 114 156 107  11 168 122  10
+-198 155  10 184 144  12 197 138  11 200 144  11
+-206 145  10 206 145  10 197 138  11 188 164 115
+-195 195 195 198 198 198 174 174 174  14  14  14
+-  2   2   6  22  22  22 116 116 116 116 116 116
+- 22  22  22   2   2   6  74  74  74  70  70  70
+- 30  30  30  10  10  10   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   6   6   6  18  18  18
+- 50  50  50 101 101 101  26  26  26  10  10  10
+-138 138 138 190 190 190 174 154 114 156 107  11
+-197 138  11 200 144  11 197 138  11 192 133   9
+-180 123   7 190 142  34 190 178 144 187 187 187
+-202 202 202 221 221 221 214 214 214  66  66  66
+-  2   2   6   2   2   6  50  50  50  62  62  62
+-  6   6   6   2   2   6  10  10  10  90  90  90
+- 50  50  50  18  18  18   6   6   6   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0  10  10  10  34  34  34
+- 74  74  74  74  74  74   2   2   6   6   6   6
+-144 144 144 198 198 198 190 190 190 178 166 146
+-154 121  60 156 107  11 156 107  11 168 124  44
+-174 154 114 187 187 187 190 190 190 210 210 210
+-246 246 246 253 253 253 253 253 253 182 182 182
+-  6   6   6   2   2   6   2   2   6   2   2   6
+-  2   2   6   2   2   6   2   2   6  62  62  62
+- 74  74  74  34  34  34  14  14  14   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0  10  10  10  22  22  22  54  54  54
+- 94  94  94  18  18  18   2   2   6  46  46  46
+-234 234 234 221 221 221 190 190 190 190 190 190
+-190 190 190 187 187 187 187 187 187 190 190 190
+-190 190 190 195 195 195 214 214 214 242 242 242
+-253 253 253 253 253 253 253 253 253 253 253 253
+- 82  82  82   2   2   6   2   2   6   2   2   6
+-  2   2   6   2   2   6   2   2   6  14  14  14
+- 86  86  86  54  54  54  22  22  22   6   6   6
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  6   6   6  18  18  18  46  46  46  90  90  90
+- 46  46  46  18  18  18   6   6   6 182 182 182
+-253 253 253 246 246 246 206 206 206 190 190 190
+-190 190 190 190 190 190 190 190 190 190 190 190
+-206 206 206 231 231 231 250 250 250 253 253 253
+-253 253 253 253 253 253 253 253 253 253 253 253
+-202 202 202  14  14  14   2   2   6   2   2   6
+-  2   2   6   2   2   6   2   2   6   2   2   6
+- 42  42  42  86  86  86  42  42  42  18  18  18
+-  6   6   6   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   6   6   6
+- 14  14  14  38  38  38  74  74  74  66  66  66
+-  2   2   6   6   6   6  90  90  90 250 250 250
+-253 253 253 253 253 253 238 238 238 198 198 198
+-190 190 190 190 190 190 195 195 195 221 221 221
+-246 246 246 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253  82  82  82   2   2   6   2   2   6
+-  2   2   6   2   2   6   2   2   6   2   2   6
+-  2   2   6  78  78  78  70  70  70  34  34  34
+- 14  14  14   6   6   6   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0  14  14  14
+- 34  34  34  66  66  66  78  78  78   6   6   6
+-  2   2   6  18  18  18 218 218 218 253 253 253
+-253 253 253 253 253 253 253 253 253 246 246 246
+-226 226 226 231 231 231 246 246 246 253 253 253
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 178 178 178   2   2   6   2   2   6
+-  2   2   6   2   2   6   2   2   6   2   2   6
+-  2   2   6  18  18  18  90  90  90  62  62  62
+- 30  30  30  10  10  10   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0  10  10  10  26  26  26
+- 58  58  58  90  90  90  18  18  18   2   2   6
+-  2   2   6 110 110 110 253 253 253 253 253 253
+-253 253 253 253 253 253 253 253 253 253 253 253
+-250 250 250 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 231 231 231  18  18  18   2   2   6
+-  2   2   6   2   2   6   2   2   6   2   2   6
+-  2   2   6   2   2   6  18  18  18  94  94  94
+- 54  54  54  26  26  26  10  10  10   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   6   6   6  22  22  22  50  50  50
+- 90  90  90  26  26  26   2   2   6   2   2   6
+- 14  14  14 195 195 195 250 250 250 253 253 253
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 253 253 253 253 253 253
+-250 250 250 242 242 242  54  54  54   2   2   6
+-  2   2   6   2   2   6   2   2   6   2   2   6
+-  2   2   6   2   2   6   2   2   6  38  38  38
+- 86  86  86  50  50  50  22  22  22   6   6   6
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  6   6   6  14  14  14  38  38  38  82  82  82
+- 34  34  34   2   2   6   2   2   6   2   2   6
+- 42  42  42 195 195 195 246 246 246 253 253 253
+-253 253 253 253 253 253 253 253 253 250 250 250
+-242 242 242 242 242 242 250 250 250 253 253 253
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 250 250 250 246 246 246 238 238 238
+-226 226 226 231 231 231 101 101 101   6   6   6
+-  2   2   6   2   2   6   2   2   6   2   2   6
+-  2   2   6   2   2   6   2   2   6   2   2   6
+- 38  38  38  82  82  82  42  42  42  14  14  14
+-  6   6   6   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+- 10  10  10  26  26  26  62  62  62  66  66  66
+-  2   2   6   2   2   6   2   2   6   6   6   6
+- 70  70  70 170 170 170 206 206 206 234 234 234
+-246 246 246 250 250 250 250 250 250 238 238 238
+-226 226 226 231 231 231 238 238 238 250 250 250
+-250 250 250 250 250 250 246 246 246 231 231 231
+-214 214 214 206 206 206 202 202 202 202 202 202
+-198 198 198 202 202 202 182 182 182  18  18  18
+-  2   2   6   2   2   6   2   2   6   2   2   6
+-  2   2   6   2   2   6   2   2   6   2   2   6
+-  2   2   6  62  62  62  66  66  66  30  30  30
+- 10  10  10   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+- 14  14  14  42  42  42  82  82  82  18  18  18
+-  2   2   6   2   2   6   2   2   6  10  10  10
+- 94  94  94 182 182 182 218 218 218 242 242 242
+-250 250 250 253 253 253 253 253 253 250 250 250
+-234 234 234 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 253 253 253 246 246 246
+-238 238 238 226 226 226 210 210 210 202 202 202
+-195 195 195 195 195 195 210 210 210 158 158 158
+-  6   6   6  14  14  14  50  50  50  14  14  14
+-  2   2   6   2   2   6   2   2   6   2   2   6
+-  2   2   6   6   6   6  86  86  86  46  46  46
+- 18  18  18   6   6   6   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   6   6   6
+- 22  22  22  54  54  54  70  70  70   2   2   6
+-  2   2   6  10  10  10   2   2   6  22  22  22
+-166 166 166 231 231 231 250 250 250 253 253 253
+-253 253 253 253 253 253 253 253 253 250 250 250
+-242 242 242 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 253 253 253 246 246 246
+-231 231 231 206 206 206 198 198 198 226 226 226
+- 94  94  94   2   2   6   6   6   6  38  38  38
+- 30  30  30   2   2   6   2   2   6   2   2   6
+-  2   2   6   2   2   6  62  62  62  66  66  66
+- 26  26  26  10  10  10   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0  10  10  10
+- 30  30  30  74  74  74  50  50  50   2   2   6
+- 26  26  26  26  26  26   2   2   6 106 106 106
+-238 238 238 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 246 246 246 218 218 218 202 202 202
+-210 210 210  14  14  14   2   2   6   2   2   6
+- 30  30  30  22  22  22   2   2   6   2   2   6
+-  2   2   6   2   2   6  18  18  18  86  86  86
+- 42  42  42  14  14  14   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0  14  14  14
+- 42  42  42  90  90  90  22  22  22   2   2   6
+- 42  42  42   2   2   6  18  18  18 218 218 218
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 250 250 250 221 221 221
+-218 218 218 101 101 101   2   2   6  14  14  14
+- 18  18  18  38  38  38  10  10  10   2   2   6
+-  2   2   6   2   2   6   2   2   6  78  78  78
+- 58  58  58  22  22  22   6   6   6   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   6   6   6  18  18  18
+- 54  54  54  82  82  82   2   2   6  26  26  26
+- 22  22  22   2   2   6 123 123 123 253 253 253
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 253 253 253 250 250 250
+-238 238 238 198 198 198   6   6   6  38  38  38
+- 58  58  58  26  26  26  38  38  38   2   2   6
+-  2   2   6   2   2   6   2   2   6  46  46  46
+- 78  78  78  30  30  30  10  10  10   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0  10  10  10  30  30  30
+- 74  74  74  58  58  58   2   2   6  42  42  42
+-  2   2   6  22  22  22 231 231 231 253 253 253
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 253 253 253 250 250 250
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 246 246 246  46  46  46  38  38  38
+- 42  42  42  14  14  14  38  38  38  14  14  14
+-  2   2   6   2   2   6   2   2   6   6   6   6
+- 86  86  86  46  46  46  14  14  14   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   6   6   6  14  14  14  42  42  42
+- 90  90  90  18  18  18  18  18  18  26  26  26
+-  2   2   6 116 116 116 253 253 253 253 253 253
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 250 250 250 238 238 238
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253  94  94  94   6   6   6
+-  2   2   6   2   2   6  10  10  10  34  34  34
+-  2   2   6   2   2   6   2   2   6   2   2   6
+- 74  74  74  58  58  58  22  22  22   6   6   6
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0  10  10  10  26  26  26  66  66  66
+- 82  82  82   2   2   6  38  38  38   6   6   6
+- 14  14  14 210 210 210 253 253 253 253 253 253
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 246 246 246 242 242 242
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 144 144 144   2   2   6
+-  2   2   6   2   2   6   2   2   6  46  46  46
+-  2   2   6   2   2   6   2   2   6   2   2   6
+- 42  42  42  74  74  74  30  30  30  10  10  10
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  6   6   6  14  14  14  42  42  42  90  90  90
+- 26  26  26   6   6   6  42  42  42   2   2   6
+- 74  74  74 250 250 250 253 253 253 253 253 253
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 242 242 242 242 242 242
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 182 182 182   2   2   6
+-  2   2   6   2   2   6   2   2   6  46  46  46
+-  2   2   6   2   2   6   2   2   6   2   2   6
+- 10  10  10  86  86  86  38  38  38  10  10  10
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+- 10  10  10  26  26  26  66  66  66  82  82  82
+-  2   2   6  22  22  22  18  18  18   2   2   6
+-149 149 149 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 234 234 234 242 242 242
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 206 206 206   2   2   6
+-  2   2   6   2   2   6   2   2   6  38  38  38
+-  2   2   6   2   2   6   2   2   6   2   2   6
+-  6   6   6  86  86  86  46  46  46  14  14  14
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   6   6   6
+- 18  18  18  46  46  46  86  86  86  18  18  18
+-  2   2   6  34  34  34  10  10  10   6   6   6
+-210 210 210 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 234 234 234 242 242 242
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 221 221 221   6   6   6
+-  2   2   6   2   2   6   6   6   6  30  30  30
+-  2   2   6   2   2   6   2   2   6   2   2   6
+-  2   2   6  82  82  82  54  54  54  18  18  18
+-  6   6   6   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0  10  10  10
+- 26  26  26  66  66  66  62  62  62   2   2   6
+-  2   2   6  38  38  38  10  10  10  26  26  26
+-238 238 238 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 231 231 231 238 238 238
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 231 231 231   6   6   6
+-  2   2   6   2   2   6  10  10  10  30  30  30
+-  2   2   6   2   2   6   2   2   6   2   2   6
+-  2   2   6  66  66  66  58  58  58  22  22  22
+-  6   6   6   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0  10  10  10
+- 38  38  38  78  78  78   6   6   6   2   2   6
+-  2   2   6  46  46  46  14  14  14  42  42  42
+-246 246 246 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 231 231 231 242 242 242
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 234 234 234  10  10  10
+-  2   2   6   2   2   6  22  22  22  14  14  14
+-  2   2   6   2   2   6   2   2   6   2   2   6
+-  2   2   6  66  66  66  62  62  62  22  22  22
+-  6   6   6   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   6   6   6  18  18  18
+- 50  50  50  74  74  74   2   2   6   2   2   6
+- 14  14  14  70  70  70  34  34  34  62  62  62
+-250 250 250 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 231 231 231 246 246 246
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 234 234 234  14  14  14
+-  2   2   6   2   2   6  30  30  30   2   2   6
+-  2   2   6   2   2   6   2   2   6   2   2   6
+-  2   2   6  66  66  66  62  62  62  22  22  22
+-  6   6   6   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   6   6   6  18  18  18
+- 54  54  54  62  62  62   2   2   6   2   2   6
+-  2   2   6  30  30  30  46  46  46  70  70  70
+-250 250 250 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 231 231 231 246 246 246
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 226 226 226  10  10  10
+-  2   2   6   6   6   6  30  30  30   2   2   6
+-  2   2   6   2   2   6   2   2   6   2   2   6
+-  2   2   6  66  66  66  58  58  58  22  22  22
+-  6   6   6   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   6   6   6  22  22  22
+- 58  58  58  62  62  62   2   2   6   2   2   6
+-  2   2   6   2   2   6  30  30  30  78  78  78
+-250 250 250 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 231 231 231 246 246 246
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 206 206 206   2   2   6
+- 22  22  22  34  34  34  18  14   6  22  22  22
+- 26  26  26  18  18  18   6   6   6   2   2   6
+-  2   2   6  82  82  82  54  54  54  18  18  18
+-  6   6   6   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   6   6   6  26  26  26
+- 62  62  62 106 106 106  74  54  14 185 133  11
+-210 162  10 121  92   8   6   6   6  62  62  62
+-238 238 238 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 231 231 231 246 246 246
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 158 158 158  18  18  18
+- 14  14  14   2   2   6   2   2   6   2   2   6
+-  6   6   6  18  18  18  66  66  66  38  38  38
+-  6   6   6  94  94  94  50  50  50  18  18  18
+-  6   6   6   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   6   6   6
+- 10  10  10  10  10  10  18  18  18  38  38  38
+- 78  78  78 142 134 106 216 158  10 242 186  14
+-246 190  14 246 190  14 156 118  10  10  10  10
+- 90  90  90 238 238 238 253 253 253 253 253 253
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 231 231 231 250 250 250
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 253 253 253 246 230 190
+-238 204  91 238 204  91 181 142  44  37  26   9
+-  2   2   6   2   2   6   2   2   6   2   2   6
+-  2   2   6   2   2   6  38  38  38  46  46  46
+- 26  26  26 106 106 106  54  54  54  18  18  18
+-  6   6   6   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   6   6   6  14  14  14  22  22  22
+- 30  30  30  38  38  38  50  50  50  70  70  70
+-106 106 106 190 142  34 226 170  11 242 186  14
+-246 190  14 246 190  14 246 190  14 154 114  10
+-  6   6   6  74  74  74 226 226 226 253 253 253
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 231 231 231 250 250 250
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 253 253 253 228 184  62
+-241 196  14 241 208  19 232 195  16  38  30  10
+-  2   2   6   2   2   6   2   2   6   2   2   6
+-  2   2   6   6   6   6  30  30  30  26  26  26
+-203 166  17 154 142  90  66  66  66  26  26  26
+-  6   6   6   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  6   6   6  18  18  18  38  38  38  58  58  58
+- 78  78  78  86  86  86 101 101 101 123 123 123
+-175 146  61 210 150  10 234 174  13 246 186  14
+-246 190  14 246 190  14 246 190  14 238 190  10
+-102  78  10   2   2   6  46  46  46 198 198 198
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 234 234 234 242 242 242
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 253 253 253 224 178  62
+-242 186  14 241 196  14 210 166  10  22  18   6
+-  2   2   6   2   2   6   2   2   6   2   2   6
+-  2   2   6   2   2   6   6   6   6 121  92   8
+-238 202  15 232 195  16  82  82  82  34  34  34
+- 10  10  10   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+- 14  14  14  38  38  38  70  70  70 154 122  46
+-190 142  34 200 144  11 197 138  11 197 138  11
+-213 154  11 226 170  11 242 186  14 246 190  14
+-246 190  14 246 190  14 246 190  14 246 190  14
+-225 175  15  46  32   6   2   2   6  22  22  22
+-158 158 158 250 250 250 253 253 253 253 253 253
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 250 250 250 242 242 242 224 178  62
+-239 182  13 236 186  11 213 154  11  46  32   6
+-  2   2   6   2   2   6   2   2   6   2   2   6
+-  2   2   6   2   2   6  61  42   6 225 175  15
+-238 190  10 236 186  11 112 100  78  42  42  42
+- 14  14  14   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   6   6   6
+- 22  22  22  54  54  54 154 122  46 213 154  11
+-226 170  11 230 174  11 226 170  11 226 170  11
+-236 178  12 242 186  14 246 190  14 246 190  14
+-246 190  14 246 190  14 246 190  14 246 190  14
+-241 196  14 184 144  12  10  10  10   2   2   6
+-  6   6   6 116 116 116 242 242 242 253 253 253
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 231 231 231 198 198 198 214 170  54
+-236 178  12 236 178  12 210 150  10 137  92   6
+- 18  14   6   2   2   6   2   2   6   2   2   6
+-  6   6   6  70  47   6 200 144  11 236 178  12
+-239 182  13 239 182  13 124 112  88  58  58  58
+- 22  22  22   6   6   6   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0  10  10  10
+- 30  30  30  70  70  70 180 133  36 226 170  11
+-239 182  13 242 186  14 242 186  14 246 186  14
+-246 190  14 246 190  14 246 190  14 246 190  14
+-246 190  14 246 190  14 246 190  14 246 190  14
+-246 190  14 232 195  16  98  70   6   2   2   6
+-  2   2   6   2   2   6  66  66  66 221 221 221
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 206 206 206 198 198 198 214 166  58
+-230 174  11 230 174  11 216 158  10 192 133   9
+-163 110   8 116  81   8 102  78  10 116  81   8
+-167 114   7 197 138  11 226 170  11 239 182  13
+-242 186  14 242 186  14 162 146  94  78  78  78
+- 34  34  34  14  14  14   6   6   6   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   6   6   6
+- 30  30  30  78  78  78 190 142  34 226 170  11
+-239 182  13 246 190  14 246 190  14 246 190  14
+-246 190  14 246 190  14 246 190  14 246 190  14
+-246 190  14 246 190  14 246 190  14 246 190  14
+-246 190  14 241 196  14 203 166  17  22  18   6
+-  2   2   6   2   2   6   2   2   6  38  38  38
+-218 218 218 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 253 253 253 253 253 253
+-250 250 250 206 206 206 198 198 198 202 162  69
+-226 170  11 236 178  12 224 166  10 210 150  10
+-200 144  11 197 138  11 192 133   9 197 138  11
+-210 150  10 226 170  11 242 186  14 246 190  14
+-246 190  14 246 186  14 225 175  15 124 112  88
+- 62  62  62  30  30  30  14  14  14   6   6   6
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0  10  10  10
+- 30  30  30  78  78  78 174 135  50 224 166  10
+-239 182  13 246 190  14 246 190  14 246 190  14
+-246 190  14 246 190  14 246 190  14 246 190  14
+-246 190  14 246 190  14 246 190  14 246 190  14
+-246 190  14 246 190  14 241 196  14 139 102  15
+-  2   2   6   2   2   6   2   2   6   2   2   6
+- 78  78  78 250 250 250 253 253 253 253 253 253
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 253 253 253 253 253 253
+-250 250 250 214 214 214 198 198 198 190 150  46
+-219 162  10 236 178  12 234 174  13 224 166  10
+-216 158  10 213 154  11 213 154  11 216 158  10
+-226 170  11 239 182  13 246 190  14 246 190  14
+-246 190  14 246 190  14 242 186  14 206 162  42
+-101 101 101  58  58  58  30  30  30  14  14  14
+-  6   6   6   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0  10  10  10
+- 30  30  30  74  74  74 174 135  50 216 158  10
+-236 178  12 246 190  14 246 190  14 246 190  14
+-246 190  14 246 190  14 246 190  14 246 190  14
+-246 190  14 246 190  14 246 190  14 246 190  14
+-246 190  14 246 190  14 241 196  14 226 184  13
+- 61  42   6   2   2   6   2   2   6   2   2   6
+- 22  22  22 238 238 238 253 253 253 253 253 253
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 226 226 226 187 187 187 180 133  36
+-216 158  10 236 178  12 239 182  13 236 178  12
+-230 174  11 226 170  11 226 170  11 230 174  11
+-236 178  12 242 186  14 246 190  14 246 190  14
+-246 190  14 246 190  14 246 186  14 239 182  13
+-206 162  42 106 106 106  66  66  66  34  34  34
+- 14  14  14   6   6   6   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   6   6   6
+- 26  26  26  70  70  70 163 133  67 213 154  11
+-236 178  12 246 190  14 246 190  14 246 190  14
+-246 190  14 246 190  14 246 190  14 246 190  14
+-246 190  14 246 190  14 246 190  14 246 190  14
+-246 190  14 246 190  14 246 190  14 241 196  14
+-190 146  13  18  14   6   2   2   6   2   2   6
+- 46  46  46 246 246 246 253 253 253 253 253 253
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 221 221 221  86  86  86 156 107  11
+-216 158  10 236 178  12 242 186  14 246 186  14
+-242 186  14 239 182  13 239 182  13 242 186  14
+-242 186  14 246 186  14 246 190  14 246 190  14
+-246 190  14 246 190  14 246 190  14 246 190  14
+-242 186  14 225 175  15 142 122  72  66  66  66
+- 30  30  30  10  10  10   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   6   6   6
+- 26  26  26  70  70  70 163 133  67 210 150  10
+-236 178  12 246 190  14 246 190  14 246 190  14
+-246 190  14 246 190  14 246 190  14 246 190  14
+-246 190  14 246 190  14 246 190  14 246 190  14
+-246 190  14 246 190  14 246 190  14 246 190  14
+-232 195  16 121  92   8  34  34  34 106 106 106
+-221 221 221 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 253 253 253 253 253 253
+-242 242 242  82  82  82  18  14   6 163 110   8
+-216 158  10 236 178  12 242 186  14 246 190  14
+-246 190  14 246 190  14 246 190  14 246 190  14
+-246 190  14 246 190  14 246 190  14 246 190  14
+-246 190  14 246 190  14 246 190  14 246 190  14
+-246 190  14 246 190  14 242 186  14 163 133  67
+- 46  46  46  18  18  18   6   6   6   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0  10  10  10
+- 30  30  30  78  78  78 163 133  67 210 150  10
+-236 178  12 246 186  14 246 190  14 246 190  14
+-246 190  14 246 190  14 246 190  14 246 190  14
+-246 190  14 246 190  14 246 190  14 246 190  14
+-246 190  14 246 190  14 246 190  14 246 190  14
+-241 196  14 215 174  15 190 178 144 253 253 253
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 253 253 253 218 218 218
+- 58  58  58   2   2   6  22  18   6 167 114   7
+-216 158  10 236 178  12 246 186  14 246 190  14
+-246 190  14 246 190  14 246 190  14 246 190  14
+-246 190  14 246 190  14 246 190  14 246 190  14
+-246 190  14 246 190  14 246 190  14 246 190  14
+-246 190  14 246 186  14 242 186  14 190 150  46
+- 54  54  54  22  22  22   6   6   6   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0  14  14  14
+- 38  38  38  86  86  86 180 133  36 213 154  11
+-236 178  12 246 186  14 246 190  14 246 190  14
+-246 190  14 246 190  14 246 190  14 246 190  14
+-246 190  14 246 190  14 246 190  14 246 190  14
+-246 190  14 246 190  14 246 190  14 246 190  14
+-246 190  14 232 195  16 190 146  13 214 214 214
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 250 250 250 170 170 170  26  26  26
+-  2   2   6   2   2   6  37  26   9 163 110   8
+-219 162  10 239 182  13 246 186  14 246 190  14
+-246 190  14 246 190  14 246 190  14 246 190  14
+-246 190  14 246 190  14 246 190  14 246 190  14
+-246 190  14 246 190  14 246 190  14 246 190  14
+-246 186  14 236 178  12 224 166  10 142 122  72
+- 46  46  46  18  18  18   6   6   6   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   6   6   6  18  18  18
+- 50  50  50 109 106  95 192 133   9 224 166  10
+-242 186  14 246 190  14 246 190  14 246 190  14
+-246 190  14 246 190  14 246 190  14 246 190  14
+-246 190  14 246 190  14 246 190  14 246 190  14
+-246 190  14 246 190  14 246 190  14 246 190  14
+-242 186  14 226 184  13 210 162  10 142 110  46
+-226 226 226 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 253 253 253 253 253 253
+-253 253 253 253 253 253 253 253 253 253 253 253
+-198 198 198  66  66  66   2   2   6   2   2   6
+-  2   2   6   2   2   6  50  34   6 156 107  11
+-219 162  10 239 182  13 246 186  14 246 190  14
+-246 190  14 246 190  14 246 190  14 246 190  14
+-246 190  14 246 190  14 246 190  14 246 190  14
+-246 190  14 246 190  14 246 190  14 242 186  14
+-234 174  13 213 154  11 154 122  46  66  66  66
+- 30  30  30  10  10  10   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   6   6   6  22  22  22
+- 58  58  58 154 121  60 206 145  10 234 174  13
+-242 186  14 246 186  14 246 190  14 246 190  14
+-246 190  14 246 190  14 246 190  14 246 190  14
+-246 190  14 246 190  14 246 190  14 246 190  14
+-246 190  14 246 190  14 246 190  14 246 190  14
+-246 186  14 236 178  12 210 162  10 163 110   8
+- 61  42   6 138 138 138 218 218 218 250 250 250
+-253 253 253 253 253 253 253 253 253 250 250 250
+-242 242 242 210 210 210 144 144 144  66  66  66
+-  6   6   6   2   2   6   2   2   6   2   2   6
+-  2   2   6   2   2   6  61  42   6 163 110   8
+-216 158  10 236 178  12 246 190  14 246 190  14
+-246 190  14 246 190  14 246 190  14 246 190  14
+-246 190  14 246 190  14 246 190  14 246 190  14
+-246 190  14 239 182  13 230 174  11 216 158  10
+-190 142  34 124 112  88  70  70  70  38  38  38
+- 18  18  18   6   6   6   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   6   6   6  22  22  22
+- 62  62  62 168 124  44 206 145  10 224 166  10
+-236 178  12 239 182  13 242 186  14 242 186  14
+-246 186  14 246 190  14 246 190  14 246 190  14
+-246 190  14 246 190  14 246 190  14 246 190  14
+-246 190  14 246 190  14 246 190  14 246 190  14
+-246 190  14 236 178  12 216 158  10 175 118   6
+- 80  54   7   2   2   6   6   6   6  30  30  30
+- 54  54  54  62  62  62  50  50  50  38  38  38
+- 14  14  14   2   2   6   2   2   6   2   2   6
+-  2   2   6   2   2   6   2   2   6   2   2   6
+-  2   2   6   6   6   6  80  54   7 167 114   7
+-213 154  11 236 178  12 246 190  14 246 190  14
+-246 190  14 246 190  14 246 190  14 246 190  14
+-246 190  14 242 186  14 239 182  13 239 182  13
+-230 174  11 210 150  10 174 135  50 124 112  88
+- 82  82  82  54  54  54  34  34  34  18  18  18
+-  6   6   6   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   6   6   6  18  18  18
+- 50  50  50 158 118  36 192 133   9 200 144  11
+-216 158  10 219 162  10 224 166  10 226 170  11
+-230 174  11 236 178  12 239 182  13 239 182  13
+-242 186  14 246 186  14 246 190  14 246 190  14
+-246 190  14 246 190  14 246 190  14 246 190  14
+-246 186  14 230 174  11 210 150  10 163 110   8
+-104  69   6  10  10  10   2   2   6   2   2   6
+-  2   2   6   2   2   6   2   2   6   2   2   6
+-  2   2   6   2   2   6   2   2   6   2   2   6
+-  2   2   6   2   2   6   2   2   6   2   2   6
+-  2   2   6   6   6   6  91  60   6 167 114   7
+-206 145  10 230 174  11 242 186  14 246 190  14
+-246 190  14 246 190  14 246 186  14 242 186  14
+-239 182  13 230 174  11 224 166  10 213 154  11
+-180 133  36 124 112  88  86  86  86  58  58  58
+- 38  38  38  22  22  22  10  10  10   6   6   6
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0  14  14  14
+- 34  34  34  70  70  70 138 110  50 158 118  36
+-167 114   7 180 123   7 192 133   9 197 138  11
+-200 144  11 206 145  10 213 154  11 219 162  10
+-224 166  10 230 174  11 239 182  13 242 186  14
+-246 186  14 246 186  14 246 186  14 246 186  14
+-239 182  13 216 158  10 185 133  11 152  99   6
+-104  69   6  18  14   6   2   2   6   2   2   6
+-  2   2   6   2   2   6   2   2   6   2   2   6
+-  2   2   6   2   2   6   2   2   6   2   2   6
+-  2   2   6   2   2   6   2   2   6   2   2   6
+-  2   2   6   6   6   6  80  54   7 152  99   6
+-192 133   9 219 162  10 236 178  12 239 182  13
+-246 186  14 242 186  14 239 182  13 236 178  12
+-224 166  10 206 145  10 192 133   9 154 121  60
+- 94  94  94  62  62  62  42  42  42  22  22  22
+- 14  14  14   6   6   6   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   6   6   6
+- 18  18  18  34  34  34  58  58  58  78  78  78
+-101  98  89 124 112  88 142 110  46 156 107  11
+-163 110   8 167 114   7 175 118   6 180 123   7
+-185 133  11 197 138  11 210 150  10 219 162  10
+-226 170  11 236 178  12 236 178  12 234 174  13
+-219 162  10 197 138  11 163 110   8 130  83   6
+- 91  60   6  10  10  10   2   2   6   2   2   6
+- 18  18  18  38  38  38  38  38  38  38  38  38
+- 38  38  38  38  38  38  38  38  38  38  38  38
+- 38  38  38  38  38  38  26  26  26   2   2   6
+-  2   2   6   6   6   6  70  47   6 137  92   6
+-175 118   6 200 144  11 219 162  10 230 174  11
+-234 174  13 230 174  11 219 162  10 210 150  10
+-192 133   9 163 110   8 124 112  88  82  82  82
+- 50  50  50  30  30  30  14  14  14   6   6   6
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  6   6   6  14  14  14  22  22  22  34  34  34
+- 42  42  42  58  58  58  74  74  74  86  86  86
+-101  98  89 122 102  70 130  98  46 121  87  25
+-137  92   6 152  99   6 163 110   8 180 123   7
+-185 133  11 197 138  11 206 145  10 200 144  11
+-180 123   7 156 107  11 130  83   6 104  69   6
+- 50  34   6  54  54  54 110 110 110 101  98  89
+- 86  86  86  82  82  82  78  78  78  78  78  78
+- 78  78  78  78  78  78  78  78  78  78  78  78
+- 78  78  78  82  82  82  86  86  86  94  94  94
+-106 106 106 101 101 101  86  66  34 124  80   6
+-156 107  11 180 123   7 192 133   9 200 144  11
+-206 145  10 200 144  11 192 133   9 175 118   6
+-139 102  15 109 106  95  70  70  70  42  42  42
+- 22  22  22  10  10  10   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   6   6   6  10  10  10
+- 14  14  14  22  22  22  30  30  30  38  38  38
+- 50  50  50  62  62  62  74  74  74  90  90  90
+-101  98  89 112 100  78 121  87  25 124  80   6
+-137  92   6 152  99   6 152  99   6 152  99   6
+-138  86   6 124  80   6  98  70   6  86  66  30
+-101  98  89  82  82  82  58  58  58  46  46  46
+- 38  38  38  34  34  34  34  34  34  34  34  34
+- 34  34  34  34  34  34  34  34  34  34  34  34
+- 34  34  34  34  34  34  38  38  38  42  42  42
+- 54  54  54  82  82  82  94  86  76  91  60   6
+-134  86   6 156 107  11 167 114   7 175 118   6
+-175 118   6 167 114   7 152  99   6 121  87  25
+-101  98  89  62  62  62  34  34  34  18  18  18
+-  6   6   6   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   6   6   6   6   6   6  10  10  10
+- 18  18  18  22  22  22  30  30  30  42  42  42
+- 50  50  50  66  66  66  86  86  86 101  98  89
+-106  86  58  98  70   6 104  69   6 104  69   6
+-104  69   6  91  60   6  82  62  34  90  90  90
+- 62  62  62  38  38  38  22  22  22  14  14  14
+- 10  10  10  10  10  10  10  10  10  10  10  10
+- 10  10  10  10  10  10   6   6   6  10  10  10
+- 10  10  10  10  10  10  10  10  10  14  14  14
+- 22  22  22  42  42  42  70  70  70  89  81  66
+- 80  54   7 104  69   6 124  80   6 137  92   6
+-134  86   6 116  81   8 100  82  52  86  86  86
+- 58  58  58  30  30  30  14  14  14   6   6   6
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   6   6   6  10  10  10  14  14  14
+- 18  18  18  26  26  26  38  38  38  54  54  54
+- 70  70  70  86  86  86  94  86  76  89  81  66
+- 89  81  66  86  86  86  74  74  74  50  50  50
+- 30  30  30  14  14  14   6   6   6   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  6   6   6  18  18  18  34  34  34  58  58  58
+- 82  82  82  89  81  66  89  81  66  89  81  66
+- 94  86  66  94  86  76  74  74  74  50  50  50
+- 26  26  26  14  14  14   6   6   6   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  6   6   6   6   6   6  14  14  14  18  18  18
+- 30  30  30  38  38  38  46  46  46  54  54  54
+- 50  50  50  42  42  42  30  30  30  18  18  18
+- 10  10  10   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   6   6   6  14  14  14  26  26  26
+- 38  38  38  50  50  50  58  58  58  58  58  58
+- 54  54  54  42  42  42  30  30  30  18  18  18
+- 10  10  10   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   6   6   6
+-  6   6   6  10  10  10  14  14  14  18  18  18
+- 18  18  18  14  14  14  10  10  10   6   6   6
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   6   6   6
+- 14  14  14  18  18  18  22  22  22  22  22  22
+- 18  18  18  14  14  14  10  10  10   6   6   6
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  3 3 3  0 0 0  0 0 0
++0 0 0  0 0 0  0 0 0  0 0 0  3 3 3  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  1 1 1  0 0 0
++0 0 0  3 3 3  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  2 1 0  2 1 0  3 2 2
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  2 2 2  0 0 0  3 4 3  26 28 28
++37 38 37  37 38 37  14 17 19  2 2 2  0 0 0  2 2 2
++5 5 5  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  3 3 3  0 0 0  1 1 1  6 6 6
++2 2 2  0 0 0  3 3 3  4 4 4  4 4 4  4 4 4
++4 4 5  3 3 3  1 0 0  0 0 0  1 0 0  0 0 0
++1 1 1  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++2 2 2  0 0 0  0 0 0  14 17 19  60 74 84  137 136 137
++153 152 153  137 136 137  125 124 125  60 73 81  6 6 6  3 1 0
++0 0 0  3 3 3  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  0 0 0  4 4 4  41 54 63  125 124 125
++60 73 81  6 6 6  4 0 0  3 3 3  4 4 4  4 4 4
++4 4 4  0 0 0  6 9 11  41 54 63  41 65 82  22 30 35
++2 2 2  2 1 0  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  5 5 5  5 5 5  2 2 2  0 0 0
++4 0 0  6 6 6  41 54 63  137 136 137  174 174 174  167 166 167
++165 164 165  165 164 165  163 162 163  163 162 163  125 124 125  41 54 63
++1 1 1  0 0 0  0 0 0  3 3 3  5 5 5  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  5 5 5  5 5 5
++3 3 3  2 0 0  4 0 0  60 73 81  156 155 156  167 166 167
++163 162 163  85 115 134  5 7 8  0 0 0  4 4 4  5 5 5
++0 0 0  2 5 5  55 98 126  90 154 193  90 154 193  72 125 159
++37 51 59  2 0 0  1 1 1  4 5 5  4 4 4  4 4 4
++4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  5 5 5  4 4 4  1 1 1  0 0 0  3 3 3
++37 38 37  125 124 125  163 162 163  174 174 174  158 157 158  158 157 158
++156 155 156  156 155 156  158 157 158  165 164 165  174 174 174  166 165 166
++125 124 125  16 19 21  1 0 0  0 0 0  0 0 0  4 4 4
++5 5 5  5 5 5  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  5 5 5  5 5 5  1 1 1
++0 0 0  0 0 0  37 38 37  153 152 153  174 174 174  158 157 158
++174 174 174  163 162 163  37 38 37  4 3 3  4 0 0  1 1 1
++0 0 0  22 40 52  101 161 196  101 161 196  90 154 193  101 161 196
++64 123 161  14 17 19  0 0 0  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  5 5 5
++5 5 5  2 2 2  0 0 0  4 0 0  24 26 27  85 115 134
++156 155 156  174 174 174  167 166 167  156 155 156  154 153 154  157 156 157
++156 155 156  156 155 156  155 154 155  153 152 153  158 157 158  167 166 167
++174 174 174  156 155 156  60 74 84  16 19 21  0 0 0  0 0 0
++1 1 1  5 5 5  5 5 5  4 4 4  4 4 4  4 4 4
++4 4 4  5 5 5  6 6 6  3 3 3  0 0 0  4 0 0
++13 16 17  60 73 81  137 136 137  165 164 165  156 155 156  153 152 153
++174 174 174  177 184 187  60 73 81  3 1 0  0 0 0  1 1 2
++22 30 35  64 123 161  136 185 209  90 154 193  90 154 193  90 154 193
++90 154 193  21 29 34  0 0 0  3 2 2  4 4 5  4 4 4
++4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  5 5 5  3 3 3
++0 0 0  0 0 0  10 13 16  60 74 84  157 156 157  174 174 174
++174 174 174  158 157 158  153 152 153  154 153 154  156 155 156  155 154 155
++156 155 156  155 154 155  154 153 154  157 156 157  154 153 154  153 152 153
++163 162 163  174 174 174  177 184 187  137 136 137  60 73 81  13 16 17
++4 0 0  0 0 0  3 3 3  5 5 5  4 4 4  4 4 4
++5 5 5  4 4 4  1 1 1  0 0 0  3 3 3  41 54 63
++131 129 131  174 174 174  174 174 174  174 174 174  167 166 167  174 174 174
++190 197 201  137 136 137  24 26 27  4 0 0  16 21 25  50 82 103
++90 154 193  136 185 209  90 154 193  101 161 196  101 161 196  101 161 196
++31 91 132  3 6 7  0 0 0  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  2 2 2  0 0 0  4 0 0
++4 0 0  43 57 68  137 136 137  177 184 187  174 174 174  163 162 163
++155 154 155  155 154 155  156 155 156  155 154 155  158 157 158  165 164 165
++167 166 167  166 165 166  163 162 163  157 156 157  155 154 155  155 154 155
++153 152 153  156 155 156  167 166 167  174 174 174  174 174 174  131 129 131
++41 54 63  5 5 5  0 0 0  0 0 0  3 3 3  4 4 4
++1 1 1  0 0 0  1 0 0  26 28 28  125 124 125  174 174 174
++177 184 187  174 174 174  174 174 174  156 155 156  131 129 131  137 136 137
++125 124 125  24 26 27  4 0 0  41 65 82  90 154 193  136 185 209
++136 185 209  101 161 196  53 118 160  37 112 160  90 154 193  34 86 122
++7 12 15  0 0 0  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  3 3 3  0 0 0  0 0 0  5 5 5  37 38 37
++125 124 125  167 166 167  174 174 174  167 166 167  158 157 158  155 154 155
++156 155 156  156 155 156  156 155 156  163 162 163  167 166 167  155 154 155
++137 136 137  153 152 153  156 155 156  165 164 165  163 162 163  156 155 156
++156 155 156  156 155 156  155 154 155  158 157 158  166 165 166  174 174 174
++167 166 167  125 124 125  37 38 37  1 0 0  0 0 0  0 0 0
++0 0 0  24 26 27  60 74 84  158 157 158  174 174 174  174 174 174
++166 165 166  158 157 158  125 124 125  41 54 63  13 16 17  6 6 6
++6 6 6  37 38 37  80 127 157  136 185 209  101 161 196  101 161 196
++90 154 193  28 67 93  6 10 14  13 20 25  13 20 25  6 10 14
++1 1 2  4 3 3  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++1 1 1  1 0 0  4 3 3  37 38 37  60 74 84  153 152 153
++167 166 167  167 166 167  158 157 158  154 153 154  155 154 155  156 155 156
++157 156 157  158 157 158  167 166 167  167 166 167  131 129 131  43 57 68
++26 28 28  37 38 37  60 73 81  131 129 131  165 164 165  166 165 166
++158 157 158  155 154 155  156 155 156  156 155 156  156 155 156  158 157 158
++165 164 165  174 174 174  163 162 163  60 74 84  16 19 21  13 16 17
++60 73 81  131 129 131  174 174 174  174 174 174  167 166 167  165 164 165
++137 136 137  60 73 81  24 26 27  4 0 0  4 0 0  16 19 21
++52 104 138  101 161 196  136 185 209  136 185 209  90 154 193  27 99 146
++13 20 25  4 5 7  2 5 5  4 5 7  1 1 2  0 0 0
++4 4 4  4 4 4  3 3 3  2 2 2  2 2 2  4 4 4
++4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  3 3 3  0 0 0
++0 0 0  13 16 17  60 73 81  137 136 137  174 174 174  166 165 166
++158 157 158  156 155 156  157 156 157  156 155 156  155 154 155  158 157 158
++167 166 167  174 174 174  153 152 153  60 73 81  16 19 21  4 0 0
++4 0 0  4 0 0  6 6 6  26 28 28  60 74 84  158 157 158
++174 174 174  166 165 166  157 156 157  155 154 155  156 155 156  156 155 156
++155 154 155  158 157 158  167 166 167  167 166 167  131 129 131  125 124 125
++137 136 137  167 166 167  167 166 167  174 174 174  158 157 158  125 124 125
++16 19 21  4 0 0  4 0 0  10 13 16  49 76 92  107 159 188
++136 185 209  136 185 209  90 154 193  26 108 161  22 40 52  6 10 14
++2 3 3  1 1 2  1 1 2  4 4 5  4 4 5  4 4 5
++4 4 5  2 2 1  0 0 0  0 0 0  0 0 0  2 2 2
++4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  5 5 5  3 3 3  0 0 0  1 0 0  4 0 0
++37 51 59  131 129 131  167 166 167  167 166 167  163 162 163  157 156 157
++157 156 157  155 154 155  153 152 153  157 156 157  167 166 167  174 174 174
++153 152 153  125 124 125  37 38 37  4 0 0  4 0 0  4 0 0
++4 3 3  4 3 3  4 0 0  6 6 6  4 0 0  37 38 37
++125 124 125  174 174 174  174 174 174  165 164 165  156 155 156  154 153 154
++156 155 156  156 155 156  155 154 155  163 162 163  158 157 158  163 162 163
++174 174 174  174 174 174  174 174 174  125 124 125  37 38 37  0 0 0
++4 0 0  6 9 11  41 54 63  90 154 193  136 185 209  146 190 211
++136 185 209  37 112 160  22 40 52  6 10 14  3 6 7  1 1 2
++1 1 2  3 3 3  1 1 2  3 3 3  4 4 4  4 4 4
++2 2 2  2 0 0  16 19 21  37 38 37  24 26 27  0 0 0
++0 0 0  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  5 5 5  5 5 5
++4 4 4  0 0 0  0 0 0  0 0 0  26 28 28  120 125 127
++158 157 158  174 174 174  165 164 165  157 156 157  155 154 155  156 155 156
++153 152 153  153 152 153  167 166 167  174 174 174  174 174 174  125 124 125
++37 38 37  4 0 0  0 0 0  4 0 0  4 3 3  4 4 4
++4 4 4  4 4 4  5 5 5  4 0 0  4 0 0  4 0 0
++4 3 3  43 57 68  137 136 137  174 174 174  174 174 174  165 164 165
++154 153 154  153 152 153  153 152 153  153 152 153  163 162 163  174 174 174
++174 174 174  153 152 153  60 73 81  6 6 6  4 0 0  4 3 3
++32 43 50  80 127 157  136 185 209  146 190 211  146 190 211  90 154 193
++28 67 93  28 67 93  40 71 93  3 6 7  1 1 2  2 5 5
++50 82 103  79 117 143  26 37 45  0 0 0  3 3 3  1 1 1
++0 0 0  41 54 63  137 136 137  174 174 174  153 152 153  60 73 81
++2 0 0  0 0 0
++4 4 4  4 4 4  4 4 4  4 4 4  6 6 6  2 2 2
++0 0 0  2 0 0  24 26 27  60 74 84  153 152 153  174 174 174
++174 174 174  157 156 157  154 153 154  156 155 156  154 153 154  153 152 153
++165 164 165  174 174 174  177 184 187  137 136 137  43 57 68  6 6 6
++4 0 0  2 0 0  3 3 3  5 5 5  5 5 5  4 4 4
++4 4 4  4 4 4  4 4 4  5 5 5  6 6 6  4 3 3
++4 0 0  4 0 0  24 26 27  60 73 81  153 152 153  174 174 174
++174 174 174  158 157 158  158 157 158  174 174 174  174 174 174  158 157 158
++60 74 84  24 26 27  4 0 0  4 0 0  17 23 27  59 113 148
++136 185 209  191 222 234  146 190 211  136 185 209  31 91 132  7 11 13
++22 40 52  101 161 196  90 154 193  6 9 11  3 4 4  43 95 132
++136 185 209  172 205 220  55 98 126  0 0 0  0 0 0  2 0 0
++26 28 28  153 152 153  177 184 187  167 166 167  177 184 187  165 164 165
++37 38 37  0 0 0
++4 4 4  4 4 4  5 5 5  5 5 5  1 1 1  0 0 0
++13 16 17  60 73 81  137 136 137  174 174 174  174 174 174  165 164 165
++153 152 153  153 152 153  155 154 155  154 153 154  158 157 158  174 174 174
++177 184 187  163 162 163  60 73 81  16 19 21  4 0 0  4 0 0
++4 3 3  4 4 4  5 5 5  5 5 5  4 4 4  5 5 5
++5 5 5  5 5 5  5 5 5  4 4 4  4 4 4  5 5 5
++6 6 6  4 0 0  4 0 0  4 0 0  24 26 27  60 74 84
++166 165 166  174 174 174  177 184 187  165 164 165  125 124 125  24 26 27
++4 0 0  4 0 0  5 5 5  50 82 103  136 185 209  172 205 220
++146 190 211  136 185 209  26 108 161  22 40 52  7 12 15  44 81 103
++71 116 144  28 67 93  37 51 59  41 65 82  100 139 164  101 161 196
++90 154 193  90 154 193  28 67 93  0 0 0  0 0 0  26 28 28
++125 124 125  167 166 167  163 162 163  153 152 153  163 162 163  174 174 174
++85 115 134  4 0 0
++4 4 4  5 5 5  4 4 4  1 0 0  4 0 0  34 47 55
++125 124 125  174 174 174  174 174 174  167 166 167  157 156 157  153 152 153
++155 154 155  155 154 155  158 157 158  166 165 166  167 166 167  154 153 154
++125 124 125  26 28 28  4 0 0  4 0 0  4 0 0  5 5 5
++5 5 5  4 4 4  4 4 4  4 4 4  4 4 4  1 1 1
++0 0 0  0 0 0  1 1 1  4 4 4  4 4 4  4 4 4
++5 5 5  5 5 5  4 3 3  4 0 0  4 0 0  6 6 6
++37 38 37  131 129 131  137 136 137  37 38 37  0 0 0  4 0 0
++4 5 5  43 61 72  90 154 193  172 205 220  146 190 211  136 185 209
++90 154 193  28 67 93  13 20 25  43 61 72  71 116 144  44 81 103
++2 5 5  7 11 13  59 113 148  101 161 196  90 154 193  28 67 93
++13 20 25  6 10 14  0 0 0  13 16 17  60 73 81  137 136 137
++166 165 166  158 157 158  156 155 156  154 153 154  167 166 167  174 174 174
++60 73 81  4 0 0
++4 4 4  4 4 4  0 0 0  3 3 3  60 74 84  174 174 174
++174 174 174  167 166 167  163 162 163  155 154 155  157 156 157  155 154 155
++156 155 156  163 162 163  167 166 167  158 157 158  125 124 125  37 38 37
++4 3 3  4 0 0  4 0 0  6 6 6  6 6 6  5 5 5
++4 4 4  4 4 4  4 4 4  1 1 1  0 0 0  2 3 3
++10 13 16  7 11 13  1 0 0  0 0 0  2 2 1  4 4 4
++4 4 4  4 4 4  4 4 4  5 5 5  4 3 3  4 0 0
++4 0 0  7 11 13  13 16 17  4 0 0  3 3 3  34 47 55
++80 127 157  146 190 211  172 205 220  136 185 209  136 185 209  136 185 209
++28 67 93  22 40 52  55 98 126  55 98 126  21 29 34  7 11 13
++50 82 103  101 161 196  101 161 196  35 83 115  13 20 25  2 2 1
++1 1 2  1 1 2  37 51 59  131 129 131  174 174 174  174 174 174
++167 166 167  163 162 163  163 162 163  167 166 167  174 174 174  125 124 125
++16 19 21  4 0 0
++4 4 4  4 0 0  4 0 0  60 74 84  174 174 174  174 174 174
++158 157 158  155 154 155  155 154 155  156 155 156  155 154 155  158 157 158
++167 166 167  165 164 165  131 129 131  60 73 81  13 16 17  4 0 0
++4 0 0  4 3 3  6 6 6  4 3 3  5 5 5  4 4 4
++4 4 4  3 2 2  0 0 0  0 0 0  7 11 13  45 69 86
++80 127 157  71 116 144  43 61 72  7 11 13  0 0 0  1 1 1
++4 3 3  4 4 4  4 4 4  4 4 4  6 6 6  5 5 5
++3 2 2  4 0 0  1 0 0  21 29 34  59 113 148  136 185 209
++146 190 211  136 185 209  136 185 209  136 185 209  136 185 209  136 185 209
++68 124 159  44 81 103  22 40 52  13 16 17  43 61 72  90 154 193
++136 185 209  59 113 148  21 29 34  3 4 3  1 1 1  0 0 0
++24 26 27  125 124 125  163 162 163  174 174 174  166 165 166  165 164 165
++163 162 163  125 124 125  125 124 125  125 124 125  125 124 125  26 28 28
++4 0 0  4 3 3
++3 3 3  0 0 0  24 26 27  153 152 153  177 184 187  158 157 158
++156 155 156  156 155 156  155 154 155  155 154 155  165 164 165  174 174 174
++155 154 155  60 74 84  26 28 28  4 0 0  4 0 0  3 1 0
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 3 3
++2 0 0  0 0 0  0 0 0  32 43 50  72 125 159  101 161 196
++136 185 209  101 161 196  101 161 196  79 117 143  32 43 50  0 0 0
++0 0 0  2 2 2  4 4 4  4 4 4  3 3 3  1 0 0
++0 0 0  4 5 5  49 76 92  101 161 196  146 190 211  146 190 211
++136 185 209  136 185 209  136 185 209  136 185 209  136 185 209  90 154 193
++28 67 93  13 16 17  37 51 59  80 127 157  136 185 209  90 154 193
++22 40 52  6 9 11  3 4 3  2 2 1  16 19 21  60 73 81
++137 136 137  163 162 163  158 157 158  166 165 166  167 166 167  153 152 153
++60 74 84  37 38 37  6 6 6  13 16 17  4 0 0  1 0 0
++3 2 2  4 4 4
++3 2 2  4 0 0  37 38 37  137 136 137  167 166 167  158 157 158
++157 156 157  154 153 154  157 156 157  167 166 167  174 174 174  125 124 125
++37 38 37  4 0 0  4 0 0  4 0 0  4 3 3  4 4 4
++4 4 4  4 4 4  5 5 5  5 5 5  1 1 1  0 0 0
++0 0 0  16 21 25  55 98 126  90 154 193  136 185 209  101 161 196
++101 161 196  101 161 196  136 185 209  136 185 209  101 161 196  55 98 126
++14 17 19  0 0 0  0 0 0  0 0 0  0 0 0  0 0 0
++22 40 52  90 154 193  146 190 211  146 190 211  136 185 209  136 185 209
++136 185 209  136 185 209  136 185 209  101 161 196  35 83 115  7 11 13
++17 23 27  59 113 148  136 185 209  101 161 196  34 86 122  7 12 15
++2 5 5  3 4 3  6 6 6  60 73 81  131 129 131  163 162 163
++166 165 166  174 174 174  174 174 174  163 162 163  125 124 125  41 54 63
++13 16 17  4 0 0  4 0 0  4 0 0  1 0 0  2 2 2
++4 4 4  4 4 4
++1 1 1  2 1 0  43 57 68  137 136 137  153 152 153  153 152 153
++163 162 163  156 155 156  165 164 165  167 166 167  60 74 84  6 6 6
++4 0 0  4 0 0  5 5 5  4 4 4  4 4 4  4 4 4
++4 5 5  6 6 6  4 3 3  0 0 0  0 0 0  11 15 18
++40 71 93  100 139 164  101 161 196  101 161 196  101 161 196  101 161 196
++101 161 196  101 161 196  101 161 196  101 161 196  136 185 209  136 185 209
++101 161 196  45 69 86  6 6 6  0 0 0  17 23 27  55 98 126
++136 185 209  146 190 211  136 185 209  136 185 209  136 185 209  136 185 209
++136 185 209  136 185 209  90 154 193  22 40 52  7 11 13  50 82 103
++136 185 209  136 185 209  53 118 160  22 40 52  7 11 13  2 5 5
++3 4 3  37 38 37  125 124 125  157 156 157  166 165 166  167 166 167
++174 174 174  174 174 174  137 136 137  60 73 81  4 0 0  4 0 0
++4 0 0  4 0 0  5 5 5  3 3 3  3 3 3  4 4 4
++4 4 4  4 4 4
++4 0 0  4 0 0  41 54 63  137 136 137  125 124 125  131 129 131
++155 154 155  167 166 167  174 174 174  60 74 84  6 6 6  4 0 0
++4 3 3  6 6 6  4 4 4  4 4 4  4 4 4  5 5 5
++4 4 4  1 1 1  0 0 0  3 6 7  41 65 82  72 125 159
++101 161 196  101 161 196  101 161 196  90 154 193  90 154 193  101 161 196
++101 161 196  101 161 196  101 161 196  101 161 196  101 161 196  136 185 209
++136 185 209  136 185 209  80 127 157  55 98 126  101 161 196  146 190 211
++136 185 209  136 185 209  136 185 209  101 161 196  136 185 209  101 161 196
++136 185 209  101 161 196  35 83 115  22 30 35  101 161 196  172 205 220
++90 154 193  28 67 93  7 11 13  2 5 5  3 4 3  13 16 17
++85 115 134  167 166 167  174 174 174  174 174 174  174 174 174  174 174 174
++167 166 167  60 74 84  13 16 17  4 0 0  4 0 0  4 3 3
++6 6 6  5 5 5  4 4 4  5 5 5  4 4 4  5 5 5
++5 5 5  5 5 5
++1 1 1  4 0 0  41 54 63  137 136 137  137 136 137  125 124 125
++131 129 131  167 166 167  157 156 157  37 38 37  6 6 6  4 0 0
++6 6 6  5 5 5  4 4 4  4 4 4  4 5 5  2 2 1
++0 0 0  0 0 0  26 37 45  58 111 146  101 161 196  101 161 196
++101 161 196  90 154 193  90 154 193  90 154 193  101 161 196  101 161 196
++101 161 196  101 161 196  101 161 196  101 161 196  101 161 196  101 161 196
++101 161 196  136 185 209  136 185 209  136 185 209  146 190 211  136 185 209
++136 185 209  101 161 196  136 185 209  136 185 209  101 161 196  136 185 209
++101 161 196  136 185 209  136 185 209  136 185 209  136 185 209  16 89 141
++7 11 13  2 5 5  2 5 5  13 16 17  60 73 81  154 154 154
++174 174 174  174 174 174  174 174 174  174 174 174  163 162 163  125 124 125
++24 26 27  4 0 0  4 0 0  4 0 0  5 5 5  5 5 5
++4 4 4  4 4 4  4 4 4  5 5 5  5 5 5  5 5 5
++5 5 5  4 4 4
++4 0 0  6 6 6  37 38 37  137 136 137  137 136 137  131 129 131
++131 129 131  153 152 153  131 129 131  26 28 28  4 0 0  4 3 3
++6 6 6  4 4 4  4 4 4  4 4 4  0 0 0  0 0 0
++13 20 25  51 88 114  90 154 193  101 161 196  101 161 196  90 154 193
++90 154 193  90 154 193  90 154 193  90 154 193  90 154 193  101 161 196
++101 161 196  101 161 196  101 161 196  101 161 196  136 185 209  101 161 196
++101 161 196  136 185 209  101 161 196  136 185 209  136 185 209  101 161 196
++136 185 209  101 161 196  136 185 209  101 161 196  101 161 196  101 161 196
++136 185 209  136 185 209  136 185 209  37 112 160  21 29 34  5 7 8
++2 5 5  13 16 17  43 57 68  131 129 131  174 174 174  174 174 174
++174 174 174  167 166 167  157 156 157  125 124 125  37 38 37  4 0 0
++4 0 0  4 0 0  5 5 5  5 5 5  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4
++1 1 1  4 0 0  41 54 63  153 152 153  137 136 137  137 136 137
++137 136 137  153 152 153  125 124 125  24 26 27  4 0 0  3 2 2
++4 4 4  4 4 4  4 3 3  4 0 0  3 6 7  43 61 72
++64 123 161  101 161 196  90 154 193  90 154 193  90 154 193  90 154 193
++90 154 193  90 154 193  90 154 193  90 154 193  101 161 196  90 154 193
++101 161 196  101 161 196  101 161 196  101 161 196  101 161 196  101 161 196
++101 161 196  101 161 196  101 161 196  101 161 196  101 161 196  101 161 196
++136 185 209  101 161 196  101 161 196  136 185 209  136 185 209  101 161 196
++101 161 196  90 154 193  28 67 93  13 16 17  7 11 13  3 6 7
++37 51 59  125 124 125  163 162 163  174 174 174  167 166 167  166 165 166
++167 166 167  131 129 131  60 73 81  4 0 0  4 0 0  4 0 0
++3 3 3  5 5 5  6 6 6  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4
++4 0 0  4 0 0  41 54 63  137 136 137  153 152 153  137 136 137
++153 152 153  157 156 157  125 124 125  24 26 27  0 0 0  2 2 2
++4 4 4  4 4 4  2 0 0  0 0 0  28 67 93  90 154 193
++90 154 193  90 154 193  90 154 193  90 154 193  64 123 161  90 154 193
++90 154 193  90 154 193  90 154 193  90 154 193  90 154 193  101 161 196
++90 154 193  101 161 196  101 161 196  101 161 196  90 154 193  136 185 209
++101 161 196  101 161 196  136 185 209  101 161 196  136 185 209  101 161 196
++101 161 196  101 161 196  136 185 209  101 161 196  101 161 196  90 154 193
++35 83 115  13 16 17  3 6 7  2 5 5  13 16 17  60 74 84
++154 154 154  166 165 166  165 164 165  158 157 158  163 162 163  157 156 157
++60 74 84  13 16 17  4 0 0  4 0 0  3 2 2  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4
++1 1 1  4 0 0  41 54 63  157 156 157  155 154 155  137 136 137
++153 152 153  158 157 158  137 136 137  26 28 28  2 0 0  2 2 2
++4 4 4  4 4 4  1 0 0  6 10 14  34 86 122  90 154 193
++64 123 161  90 154 193  64 123 161  90 154 193  90 154 193  90 154 193
++64 123 161  90 154 193  90 154 193  90 154 193  90 154 193  90 154 193
++101 161 196  101 161 196  101 161 196  101 161 196  101 161 196  101 161 196
++101 161 196  101 161 196  101 161 196  101 161 196  101 161 196  101 161 196
++136 185 209  101 161 196  136 185 209  90 154 193  26 108 161  22 40 52
++13 16 17  5 7 8  2 5 5  2 5 5  37 38 37  165 164 165
++174 174 174  163 162 163  154 154 154  165 164 165  167 166 167  60 73 81
++6 6 6  4 0 0  4 0 0  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4
++4 0 0  6 6 6  41 54 63  156 155 156  158 157 158  153 152 153
++156 155 156  165 164 165  137 136 137  26 28 28  0 0 0  2 2 2
++4 4 5  4 4 4  2 0 0  7 12 15  31 96 139  64 123 161
++90 154 193  64 123 161  90 154 193  90 154 193  64 123 161  90 154 193
++90 154 193  90 154 193  90 154 193  90 154 193  90 154 193  90 154 193
++90 154 193  90 154 193  90 154 193  101 161 196  101 161 196  101 161 196
++101 161 196  101 161 196  101 161 196  101 161 196  101 161 196  136 185 209
++101 161 196  136 185 209  26 108 161  22 40 52  7 11 13  5 7 8
++2 5 5  2 5 5  2 5 5  2 2 1  37 38 37  158 157 158
++174 174 174  154 154 154  156 155 156  167 166 167  165 164 165  37 38 37
++4 0 0  4 3 3  5 5 5  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4
++3 1 0  4 0 0  60 73 81  157 156 157  163 162 163  153 152 153
++158 157 158  167 166 167  137 136 137  26 28 28  2 0 0  2 2 2
++4 5 5  4 4 4  4 0 0  7 12 15  24 86 132  26 108 161
++37 112 160  64 123 161  90 154 193  64 123 161  90 154 193  90 154 193
++90 154 193  90 154 193  90 154 193  90 154 193  90 154 193  90 154 193
++90 154 193  101 161 196  90 154 193  101 161 196  101 161 196  101 161 196
++101 161 196  101 161 196  101 161 196  136 185 209  101 161 196  136 185 209
++90 154 193  35 83 115  13 16 17  13 16 17  7 11 13  3 6 7
++5 7 8  6 6 6  3 4 3  2 2 1  30 32 34  154 154 154
++167 166 167  154 154 154  154 154 154  174 174 174  165 164 165  37 38 37
++6 6 6  4 0 0  6 6 6  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4
++4 0 0  4 0 0  41 54 63  163 162 163  166 165 166  154 154 154
++163 162 163  174 174 174  137 136 137  26 28 28  0 0 0  2 2 2
++4 5 5  4 4 5  1 1 2  6 10 14  28 67 93  18 97 151
++18 97 151  18 97 151  26 108 161  37 112 160  37 112 160  90 154 193
++64 123 161  90 154 193  90 154 193  90 154 193  90 154 193  101 161 196
++90 154 193  101 161 196  101 161 196  90 154 193  101 161 196  101 161 196
++101 161 196  101 161 196  101 161 196  136 185 209  90 154 193  16 89 141
++13 20 25  7 11 13  5 7 8  5 7 8  2 5 5  4 5 5
++3 4 3  4 5 5  3 4 3  0 0 0  37 38 37  158 157 158
++174 174 174  158 157 158  158 157 158  167 166 167  174 174 174  41 54 63
++4 0 0  3 2 2  5 5 5  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4
++1 1 1  4 0 0  60 73 81  165 164 165  174 174 174  158 157 158
++167 166 167  174 174 174  153 152 153  26 28 28  2 0 0  2 2 2
++4 5 5  4 4 4  4 0 0  7 12 15  10 87 144  10 87 144
++18 97 151  18 97 151  18 97 151  26 108 161  26 108 161  26 108 161
++26 108 161  37 112 160  53 118 160  90 154 193  90 154 193  90 154 193
++90 154 193  90 154 193  101 161 196  101 161 196  101 161 196  101 161 196
++101 161 196  136 185 209  90 154 193  26 108 161  22 40 52  13 16 17
++7 11 13  3 6 7  5 7 8  5 7 8  2 5 5  4 5 5
++4 5 5  6 6 6  3 4 3  0 0 0  30 32 34  158 157 158
++174 174 174  156 155 156  155 154 155  165 164 165  154 153 154  37 38 37
++4 0 0  4 3 3  5 5 5  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4
++4 0 0  4 0 0  60 73 81  167 166 167  174 174 174  163 162 163
++174 174 174  174 174 174  153 152 153  26 28 28  0 0 0  3 3 3
++5 5 5  4 4 4  1 1 2  7 12 15  28 67 93  18 97 151
++18 97 151  18 97 151  18 97 151  18 97 151  18 97 151  26 108 161
++26 108 161  26 108 161  26 108 161  26 108 161  26 108 161  26 108 161
++90 154 193  26 108 161  90 154 193  90 154 193  90 154 193  101 161 196
++101 161 196  26 108 161  22 40 52  13 16 17  7 11 13  2 5 5
++2 5 5  6 6 6  2 5 5  4 5 5  4 5 5  4 5 5
++3 4 3  5 5 5  3 4 3  2 0 0  30 32 34  137 136 137
++153 152 153  137 136 137  131 129 131  137 136 137  131 129 131  37 38 37
++4 0 0  4 3 3  5 5 5  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4
++1 1 1  4 0 0  60 73 81  167 166 167  174 174 174  166 165 166
++174 174 174  177 184 187  153 152 153  30 32 34  1 0 0  3 3 3
++5 5 5  4 3 3  4 0 0  7 12 15  10 87 144  10 87 144
++18 97 151  18 97 151  18 97 151  26 108 161  26 108 161  26 108 161
++26 108 161  26 108 161  26 108 161  26 108 161  26 108 161  26 108 161
++26 108 161  26 108 161  26 108 161  90 154 193  90 154 193  26 108 161
++35 83 115  13 16 17  7 11 13  5 7 8  3 6 7  5 7 8
++2 5 5  6 6 6  4 5 5  4 5 5  3 4 3  4 5 5
++3 4 3  6 6 6  3 4 3  0 0 0  26 28 28  125 124 125
++131 129 131  125 124 125  125 124 125  131 129 131  131 129 131  37 38 37
++4 0 0  3 3 3  5 5 5  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4
++3 1 0  4 0 0  60 73 81  174 174 174  177 184 187  167 166 167
++174 174 174  177 184 187  153 152 153  30 32 34  0 0 0  3 3 3
++5 5 5  4 4 4  1 1 2  6 10 14  28 67 93  18 97 151
++18 97 151  18 97 151  18 97 151  18 97 151  18 97 151  26 108 161
++26 108 161  26 108 161  26 108 161  26 108 161  26 108 161  26 108 161
++26 108 161  90 154 193  26 108 161  26 108 161  24 86 132  13 20 25
++7 11 13  13 20 25  22 40 52  5 7 8  3 4 3  3 4 3
++4 5 5  3 4 3  4 5 5  3 4 3  4 5 5  3 4 3
++4 4 4  5 5 5  3 3 3  2 0 0  26 28 28  125 124 125
++137 136 137  125 124 125  125 124 125  137 136 137  131 129 131  37 38 37
++0 0 0  3 3 3  5 5 5  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4
++1 1 1  4 0 0  60 73 81  174 174 174  177 184 187  174 174 174
++174 174 174  190 197 201  157 156 157  30 32 34  1 0 0  3 3 3
++5 5 5  4 3 3  4 0 0  7 12 15  10 87 144  10 87 144
++18 97 151  19 95 150  19 95 150  18 97 151  18 97 151  26 108 161
++18 97 151  26 108 161  26 108 161  26 108 161  26 108 161  90 154 193
++26 108 161  26 108 161  26 108 161  22 40 52  2 5 5  3 4 3
++28 67 93  37 112 160  34 86 122  2 5 5  3 4 3  3 4 3
++3 4 3  3 4 3  3 4 3  2 2 1  3 4 3  4 4 4
++4 5 5  5 5 5  3 3 3  0 0 0  26 28 28  131 129 131
++137 136 137  125 124 125  125 124 125  137 136 137  131 129 131  37 38 37
++0 0 0  3 3 3  5 5 5  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4
++4 0 0  4 0 0  60 73 81  174 174 174  177 184 187  174 174 174
++174 174 174  190 197 201  158 157 158  30 32 34  0 0 0  2 2 2
++5 5 5  4 4 4  1 1 2  6 10 14  28 67 93  18 97 151
++10 87 144  19 95 150  19 95 150  18 97 151  18 97 151  18 97 151
++26 108 161  26 108 161  26 108 161  26 108 161  26 108 161  26 108 161
++18 97 151  22 40 52  2 5 5  2 2 1  22 40 52  26 108 161
++90 154 193  37 112 160  22 40 52  3 4 3  13 20 25  22 30 35
++3 6 7  1 1 1  2 2 2  6 9 11  5 5 5  4 3 3
++4 4 4  5 5 5  3 3 3  2 0 0  26 28 28  131 129 131
++137 136 137  125 124 125  125 124 125  137 136 137  131 129 131  37 38 37
++0 0 0  3 3 3  5 5 5  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4
++1 1 1  4 0 0  60 73 81  177 184 187  193 200 203  174 174 174
++177 184 187  193 200 203  163 162 163  30 32 34  4 0 0  2 2 2
++5 5 5  4 3 3  4 0 0  6 10 14  24 86 132  10 87 144
++10 87 144  10 87 144  19 95 150  19 95 150  19 95 150  18 97 151
++26 108 161  26 108 161  26 108 161  90 154 193  26 108 161  28 67 93
++6 10 14  2 5 5  13 20 25  24 86 132  37 112 160  90 154 193
++10 87 144  7 12 15  2 5 5  28 67 93  37 112 160  28 67 93
++2 2 1  7 12 15  35 83 115  28 67 93  3 6 7  1 0 0
++4 4 4  5 5 5  3 3 3  0 0 0  26 28 28  131 129 131
++137 136 137  125 124 125  125 124 125  137 136 137  131 129 131  37 38 37
++0 0 0  3 3 3  5 5 5  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4
++4 0 0  4 0 0  60 73 81  174 174 174  190 197 201  174 174 174
++177 184 187  193 200 203  163 162 163  30 32 34  0 0 0  2 2 2
++5 5 5  4 4 4  1 1 2  6 10 14  28 67 93  10 87 144
++10 87 144  16 89 141  19 95 150  10 87 144  26 108 161  26 108 161
++26 108 161  26 108 161  26 108 161  28 67 93  6 10 14  1 1 2
++7 12 15  28 67 93  26 108 161  16 89 141  24 86 132  21 29 34
++3 4 3  21 29 34  37 112 160  37 112 160  27 99 146  21 29 34
++21 29 34  26 108 161  90 154 193  35 83 115  1 1 2  2 0 0
++4 4 4  5 5 5  3 3 3  2 0 0  26 28 28  125 124 125
++137 136 137  125 124 125  125 124 125  137 136 137  131 129 131  37 38 37
++0 0 0  3 3 3  5 5 5  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4
++3 1 0  4 0 0  60 73 81  193 200 203  193 200 203  174 174 174
++190 197 201  193 200 203  165 164 165  37 38 37  4 0 0  2 2 2
++5 5 5  4 3 3  4 0 0  6 10 14  24 86 132  10 87 144
++10 87 144  10 87 144  16 89 141  18 97 151  18 97 151  10 87 144
++24 86 132  24 86 132  13 20 25  4 5 7  4 5 7  22 40 52
++18 97 151  37 112 160  26 108 161  7 12 15  1 1 1  0 0 0
++28 67 93  37 112 160  26 108 161  28 67 93  22 40 52  28 67 93
++26 108 161  90 154 193  26 108 161  10 87 144  0 0 0  2 0 0
++4 4 4  5 5 5  3 3 3  0 0 0  26 28 28  131 129 131
++137 136 137  125 124 125  125 124 125  137 136 137  131 129 131  37 38 37
++0 0 0  3 3 3  5 5 5  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4
++4 0 0  6 6 6  60 73 81  174 174 174  193 200 203  174 174 174
++190 197 201  193 200 203  165 164 165  30 32 34  0 0 0  2 2 2
++5 5 5  4 4 4  1 1 2  6 10 14  28 67 93  10 87 144
++10 87 144  10 87 144  10 87 144  18 97 151  28 67 93  6 10 14
++0 0 0  1 1 2  4 5 7  13 20 25  16 89 141  26 108 161
++26 108 161  26 108 161  24 86 132  6 9 11  2 3 3  22 40 52
++37 112 160  16 89 141  22 40 52  28 67 93  26 108 161  26 108 161
++90 154 193  26 108 161  26 108 161  28 67 93  1 1 1  4 0 0
++4 4 4  5 5 5  3 3 3  4 0 0  26 28 28  124 126 130
++137 136 137  125 124 125  125 124 125  137 136 137  131 129 131  37 38 37
++0 0 0  3 3 3  5 5 5  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4
++4 0 0  4 0 0  60 73 81  193 200 203  193 200 203  174 174 174
++193 200 203  193 200 203  167 166 167  37 38 37  4 0 0  2 2 2
++5 5 5  4 4 4  4 0 0  6 10 14  28 67 93  10 87 144
++10 87 144  10 87 144  18 97 151  10 87 144  13 20 25  4 5 7
++1 1 2  1 1 1  22 40 52  26 108 161  26 108 161  26 108 161
++26 108 161  26 108 161  26 108 161  24 86 132  22 40 52  22 40 52
++22 40 52  22 40 52  10 87 144  26 108 161  26 108 161  26 108 161
++26 108 161  26 108 161  90 154 193  10 87 144  0 0 0  4 0 0
++4 4 4  5 5 5  3 3 3  0 0 0  26 28 28  131 129 131
++137 136 137  125 124 125  125 124 125  137 136 137  131 129 131  37 38 37
++0 0 0  3 3 3  5 5 5  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4
++4 0 0  6 6 6  60 73 81  174 174 174  220 221 221  174 174 174
++190 197 201  205 212 215  167 166 167  30 32 34  0 0 0  2 2 2
++5 5 5  4 4 4  1 1 2  6 10 14  28 67 93  10 87 144
++10 87 144  10 87 144  10 87 144  10 87 144  22 40 52  1 1 2
++2 0 0  1 1 2  24 86 132  26 108 161  26 108 161  26 108 161
++26 108 161  19 95 150  16 89 141  10 87 144  22 40 52  22 40 52
++10 87 144  26 108 161  37 112 160  26 108 161  26 108 161  26 108 161
++26 108 161  26 108 161  26 108 161  28 67 93  2 0 0  3 1 0
++4 4 4  5 5 5  3 3 3  2 0 0  26 28 28  131 129 131
++137 136 137  125 124 125  125 124 125  137 136 137  131 129 131  37 38 37
++0 0 0  3 3 3  5 5 5  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4
++4 0 0  4 0 0  60 73 81  220 221 221  190 197 201  174 174 174
++193 200 203  193 200 203  174 174 174  37 38 37  4 0 0  2 2 2
++5 5 5  4 4 4  3 2 2  1 1 2  13 20 25  10 87 144
++10 87 144  10 87 144  10 87 144  10 87 144  10 87 144  13 20 25
++13 20 25  22 40 52  10 87 144  18 97 151  18 97 151  26 108 161
++10 87 144  13 20 25  6 10 14  21 29 34  24 86 132  18 97 151
++26 108 161  26 108 161  26 108 161  26 108 161  26 108 161  26 108 161
++26 108 161  90 154 193  18 97 151  13 20 25  0 0 0  4 3 3
++4 4 4  5 5 5  3 3 3  0 0 0  26 28 28  131 129 131
++137 136 137  125 124 125  125 124 125  137 136 137  131 129 131  37 38 37
++0 0 0  3 3 3  5 5 5  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4
++4 0 0  6 6 6  60 73 81  174 174 174  220 221 221  174 174 174
++190 197 201  220 221 221  167 166 167  30 32 34  1 0 0  2 2 2
++5 5 5  4 4 4  4 4 5  2 5 5  4 5 7  13 20 25
++28 67 93  10 87 144  10 87 144  10 87 144  10 87 144  10 87 144
++10 87 144  10 87 144  18 97 151  10 87 144  18 97 151  18 97 151
++28 67 93  2 3 3  0 0 0  28 67 93  26 108 161  26 108 161
++26 108 161  26 108 161  26 108 161  26 108 161  26 108 161  26 108 161
++26 108 161  10 87 144  13 20 25  1 1 2  3 2 2  4 4 4
++4 4 4  5 5 5  3 3 3  2 0 0  26 28 28  131 129 131
++137 136 137  125 124 125  125 124 125  137 136 137  131 129 131  37 38 37
++0 0 0  3 3 3  5 5 5  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4
++4 0 0  4 0 0  60 73 81  220 221 221  190 197 201  174 174 174
++193 200 203  193 200 203  174 174 174  26 28 28  4 0 0  4 3 3
++5 5 5  4 4 4  4 4 4  4 4 5  1 1 2  2 5 5
++4 5 7  22 40 52  10 87 144  10 87 144  18 97 151  10 87 144
++10 87 144  10 87 144  10 87 144  10 87 144  10 87 144  18 97 151
++10 87 144  28 67 93  22 40 52  10 87 144  26 108 161  18 97 151
++18 97 151  18 97 151  26 108 161  26 108 161  26 108 161  26 108 161
++22 40 52  1 1 2  0 0 0  2 3 3  4 4 4  4 4 4
++4 4 4  5 5 5  4 4 4  0 0 0  26 28 28  131 129 131
++137 136 137  125 124 125  125 124 125  137 136 137  131 129 131  37 38 37
++0 0 0  3 3 3  5 5 5  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4
++4 0 0  6 6 6  60 73 81  174 174 174  220 221 221  174 174 174
++190 197 201  220 221 221  190 197 201  41 54 63  4 0 0  2 2 2
++6 6 6  4 4 4  4 4 4  4 4 5  4 4 5  3 3 3
++1 1 2  1 1 2  6 10 14  22 40 52  10 87 144  18 97 151
++18 97 151  10 87 144  10 87 144  10 87 144  18 97 151  10 87 144
++10 87 144  18 97 151  26 108 161  18 97 151  18 97 151  10 87 144
++26 108 161  26 108 161  26 108 161  10 87 144  28 67 93  6 10 14
++1 1 2  1 1 2  4 3 3  4 4 5  4 4 4  4 4 4
++5 5 5  5 5 5  1 1 1  4 0 0  37 51 59  137 136 137
++137 136 137  125 124 125  125 124 125  137 136 137  131 129 131  37 38 37
++0 0 0  3 3 3  5 5 5  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4
++4 0 0  4 0 0  60 73 81  220 221 221  193 200 203  174 174 174
++193 200 203  193 200 203  220 221 221  137 136 137  13 16 17  4 0 0
++2 2 2  4 4 4  4 4 4  4 4 4  4 4 4  4 4 5
++4 4 5  4 3 3  1 1 2  4 5 7  13 20 25  28 67 93
++10 87 144  10 87 144  10 87 144  10 87 144  10 87 144  10 87 144
++10 87 144  18 97 151  18 97 151  10 87 144  18 97 151  26 108 161
++26 108 161  18 97 151  28 67 93  6 10 14  0 0 0  0 0 0
++2 3 3  4 5 5  4 4 5  4 4 4  4 4 4  5 5 5
++3 3 3  1 1 1  0 0 0  16 19 21  125 124 125  137 136 137
++131 129 131  125 124 125  125 124 125  137 136 137  131 129 131  37 38 37
++0 0 0  3 3 3  5 5 5  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4
++4 0 0  6 6 6  60 73 81  174 174 174  220 221 221  174 174 174
++193 200 203  190 197 201  220 221 221  220 221 221  153 152 153  30 32 34
++0 0 0  0 0 0  2 2 2  4 4 4  4 4 4  4 4 4
++4 4 4  4 5 5  4 5 7  1 1 2  1 1 2  4 5 7
++13 20 25  28 67 93  10 87 144  18 97 151  10 87 144  10 87 144
++10 87 144  10 87 144  10 87 144  18 97 151  26 108 161  18 97 151
++28 67 93  7 12 15  0 0 0  0 0 0  2 2 1  4 4 4
++4 5 5  4 5 5  4 4 4  4 4 4  3 3 3  0 0 0
++0 0 0  0 0 0  37 38 37  125 124 125  158 157 158  131 129 131
++125 124 125  125 124 125  125 124 125  137 136 137  131 129 131  37 38 37
++0 0 0  3 3 3  5 5 5  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4
++4 3 3  4 0 0  41 54 63  193 200 203  220 221 221  174 174 174
++193 200 203  193 200 203  193 200 203  220 221 221  244 246 246  193 200 203
++120 125 127  5 5 5  1 0 0  0 0 0  1 1 1  4 4 4
++4 4 4  4 4 4  4 5 5  4 5 5  4 4 5  1 1 2
++4 5 7  4 5 7  22 40 52  10 87 144  10 87 144  10 87 144
++10 87 144  10 87 144  18 97 151  10 87 144  10 87 144  13 20 25
++4 5 7  2 3 3  1 1 2  4 4 4  4 5 5  4 4 4
++4 4 4  4 4 4  4 4 4  1 1 1  0 0 0  1 1 2
++24 26 27  60 74 84  153 152 153  163 162 163  137 136 137  125 124 125
++125 124 125  125 124 125  125 124 125  137 136 137  125 124 125  26 28 28
++0 0 0  3 3 3  5 5 5  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4
++4 0 0  6 6 6  26 28 28  156 155 156  220 221 221  220 221 221
++174 174 174  193 200 203  193 200 203  193 200 203  205 212 215  220 221 221
++220 221 221  167 166 167  60 73 81  7 11 13  0 0 0  0 0 0
++3 3 3  4 4 4  4 4 4  4 4 4  4 4 5  4 4 5
++4 4 5  1 1 2  1 1 2  4 5 7  22 40 52  10 87 144
++10 87 144  10 87 144  10 87 144  22 40 52  4 5 7  1 1 2
++1 1 2  4 4 5  4 4 4  4 4 4  4 4 4  4 4 4
++5 5 5  2 2 2  0 0 0  4 0 0  16 19 21  60 73 81
++137 136 137  167 166 167  158 157 158  137 136 137  131 129 131  131 129 131
++125 124 125  125 124 125  131 129 131  155 154 155  60 74 84  5 7 8
++0 0 0  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4
++5 5 5  4 0 0  4 0 0  60 73 81  193 200 203  220 221 221
++193 200 203  193 200 203  193 200 203  193 200 203  205 212 215  220 221 221
++220 221 221  220 221 221  220 221 221  137 136 137  43 57 68  6 6 6
++4 0 0  1 1 1  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 5  4 4 5  3 2 2  1 1 2  2 5 5  13 20 25
++22 40 52  22 40 52  13 20 25  2 3 3  1 1 2  3 3 3
++4 5 7  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++1 1 1  0 0 0  2 3 3  41 54 63  131 129 131  166 165 166
++166 165 166  155 154 155  153 152 153  137 136 137  137 136 137  125 124 125
++125 124 125  137 136 137  137 136 137  125 124 125  37 38 37  4 3 3
++4 3 3  5 5 5  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4
++4 3 3  6 6 6  6 6 6  13 16 17  60 73 81  167 166 167
++220 221 221  220 221 221  220 221 221  193 200 203  193 200 203  193 200 203
++205 212 215  220 221 221  220 221 221  244 246 246  205 212 215  125 124 125
++24 26 27  0 0 0  0 0 0  2 2 2  5 5 5  5 5 5
++4 4 4  4 4 4  4 4 4  4 4 5  1 1 2  4 5 7
++4 5 7  4 5 7  1 1 2  3 2 2  4 4 5  4 4 4
++4 4 4  4 4 4  5 5 5  4 4 4  0 0 0  0 0 0
++2 0 0  26 28 28  125 124 125  174 174 174  174 174 174  166 165 166
++156 155 156  153 152 153  137 136 137  137 136 137  131 129 131  137 136 137
++137 136 137  137 136 137  60 74 84  30 32 34  4 0 0  4 0 0
++5 5 5  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4
++5 5 5  6 6 6  4 0 0  4 0 0  6 6 6  26 28 28
++125 124 125  174 174 174  220 221 221  220 221 221  220 221 221  193 200 203
++205 212 215  220 221 221  205 212 215  220 221 221  220 221 221  244 246 246
++193 200 203  60 74 84  13 16 17  4 0 0  0 0 0  3 3 3
++5 5 5  5 5 5  4 4 4  4 4 4  4 4 5  3 3 3
++1 1 2  3 3 3  4 4 5  4 4 5  4 4 4  4 4 4
++5 5 5  5 5 5  2 2 2  0 0 0  0 0 0  13 16 17
++60 74 84  174 174 174  193 200 203  174 174 174  167 166 167  163 162 163
++153 152 153  153 152 153  137 136 137  137 136 137  153 152 153  137 136 137
++125 124 125  41 54 63  24 26 27  4 0 0  4 0 0  5 5 5
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4
++4 3 3  6 6 6  6 6 6  6 6 6  6 6 6  6 6 6
++6 6 6  37 38 37  131 129 131  220 221 221  220 221 221  220 221 221
++193 200 203  193 200 203  220 221 221  205 212 215  220 221 221  244 246 246
++244 246 246  244 246 246  174 174 174  41 54 63  0 0 0  0 0 0
++0 0 0  4 4 4  5 5 5  5 5 5  4 4 4  4 4 5
++4 4 5  4 4 5  4 4 4  4 4 4  6 6 6  6 6 6
++3 3 3  0 0 0  2 0 0  13 16 17  60 73 81  156 155 156
++220 221 221  193 200 203  174 174 174  165 164 165  163 162 163  154 153 154
++153 152 153  153 152 153  158 157 158  163 162 163  137 136 137  60 73 81
++13 16 17  4 0 0  4 0 0  4 3 3  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4
++5 5 5  4 3 3  4 3 3  6 6 6  6 6 6  6 6 6
++6 6 6  6 6 6  6 6 6  37 38 37  167 166 167  244 246 246
++244 246 246  220 221 221  205 212 215  205 212 215  220 221 221  193 200 203
++220 221 221  244 246 246  244 246 246  244 246 246  137 136 137  37 38 37
++3 2 2  0 0 0  1 1 1  5 5 5  5 5 5  4 4 4
++4 4 4  4 4 4  4 4 4  5 5 5  4 4 4  1 1 1
++0 0 0  5 5 5  43 57 68  153 152 153  193 200 203  220 221 221
++177 184 187  174 174 174  167 166 167  166 165 166  158 157 158  157 156 157
++158 157 158  166 165 166  156 155 156  85 115 134  13 16 17  4 0 0
++4 0 0  4 0 0  5 5 5  5 5 5  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4
++5 5 5  4 3 3  6 6 6  6 6 6  4 0 0  6 6 6
++6 6 6  6 6 6  6 6 6  6 6 6  13 16 17  60 73 81
++177 184 187  220 221 221  220 221 221  220 221 221  205 212 215  220 221 221
++220 221 221  205 212 215  220 221 221  244 246 246  244 246 246  205 212 215
++125 124 125  30 32 34  0 0 0  0 0 0  2 2 2  5 5 5
++4 4 4  4 4 4  4 4 4  1 1 1  0 0 0  1 0 0
++37 38 37  131 129 131  205 212 215  220 221 221  193 200 203  174 174 174
++174 174 174  174 174 174  167 166 167  165 164 165  166 165 166  167 166 167
++158 157 158  125 124 125  37 38 37  4 0 0  4 0 0  4 0 0
++4 3 3  5 5 5  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4
++4 4 4  5 5 5  4 3 3  4 3 3  6 6 6  6 6 6
++4 0 0  6 6 6  6 6 6  6 6 6  6 6 6  6 6 6
++26 28 28  125 124 125  205 212 215  220 221 221  220 221 221  220 221 221
++205 212 215  220 221 221  205 212 215  220 221 221  220 221 221  244 246 246
++244 246 246  190 197 201  60 74 84  16 19 21  4 0 0  0 0 0
++0 0 0  0 0 0  0 0 0  0 0 0  16 19 21  120 125 127
++177 184 187  220 221 221  205 212 215  177 184 187  174 174 174  177 184 187
++174 174 174  174 174 174  167 166 167  174 174 174  166 165 166  137 136 137
++60 73 81  13 16 17  4 0 0  4 0 0  4 3 3  6 6 6
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4
++5 5 5  4 3 3  5 5 5  4 3 3  6 6 6  4 0 0
++6 6 6  6 6 6  4 0 0  6 6 6  4 0 0  6 6 6
++6 6 6  6 6 6  37 38 37  137 136 137  193 200 203  220 221 221
++220 221 221  205 212 215  220 221 221  205 212 215  205 212 215  220 221 221
++220 221 221  220 221 221  244 246 246  166 165 166  43 57 68  2 2 2
++0 0 0  4 0 0  16 19 21  60 73 81  157 156 157  202 210 214
++220 221 221  193 200 203  177 184 187  177 184 187  177 184 187  174 174 174
++174 174 174  174 174 174  174 174 174  157 156 157  60 74 84  24 26 27
++4 0 0  4 0 0  4 0 0  6 6 6  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4
++4 4 4  4 4 4  5 5 5  4 3 3  5 5 5  6 6 6
++6 6 6  4 0 0  6 6 6  6 6 6  6 6 6  4 0 0
++4 0 0  4 0 0  6 6 6  24 26 27  60 73 81  167 166 167
++220 221 221  220 221 221  220 221 221  205 212 215  205 212 215  205 212 215
++205 212 215  220 221 221  220 221 221  220 221 221  205 212 215  137 136 137
++60 74 84  125 124 125  137 136 137  190 197 201  220 221 221  193 200 203
++177 184 187  177 184 187  177 184 187  174 174 174  174 174 174  177 184 187
++190 197 201  174 174 174  125 124 125  37 38 37  6 6 6  4 0 0
++4 0 0  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4
++4 4 4  4 4 4  5 5 5  5 5 5  4 3 3  6 6 6
++4 0 0  6 6 6  6 6 6  6 6 6  4 0 0  6 6 6
++6 6 6  6 6 6  4 0 0  4 0 0  6 6 6  6 6 6
++125 124 125  193 200 203  244 246 246  220 221 221  205 212 215  205 212 215
++205 212 215  193 200 203  205 212 215  205 212 215  220 221 221  220 221 221
++193 200 203  193 200 203  205 212 215  193 200 203  193 200 203  177 184 187
++190 197 201  190 197 201  174 174 174  190 197 201  193 200 203  190 197 201
++153 152 153  60 73 81  4 0 0  4 0 0  4 0 0  3 2 2
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  5 5 5  4 3 3
++6 6 6  4 3 3  4 3 3  4 3 3  6 6 6  6 6 6
++4 0 0  6 6 6  6 6 6  6 6 6  4 0 0  4 0 0
++4 0 0  26 28 28  131 129 131  220 221 221  244 246 246  220 221 221
++205 212 215  193 200 203  205 212 215  193 200 203  193 200 203  205 212 215
++220 221 221  193 200 203  193 200 203  193 200 203  190 197 201  174 174 174
++174 174 174  190 197 201  193 200 203  193 200 203  167 166 167  125 124 125
++6 6 6  4 0 0  4 0 0  4 3 3  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  5 5 5
++5 5 5  4 3 3  5 5 5  6 6 6  4 3 3  5 5 5
++6 6 6  6 6 6  4 0 0  6 6 6  6 6 6  6 6 6
++4 0 0  4 0 0  6 6 6  41 54 63  158 157 158  220 221 221
++220 221 221  220 221 221  193 200 203  193 200 203  193 200 203  190 197 201
++190 197 201  190 197 201  190 197 201  190 197 201  174 174 174  193 200 203
++193 200 203  220 221 221  174 174 174  125 124 125  37 38 37  4 0 0
++4 0 0  4 3 3  6 6 6  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  5 5 5  4 3 3  4 3 3  4 3 3  5 5 5
++4 3 3  6 6 6  5 5 5  4 3 3  6 6 6  6 6 6
++6 6 6  6 6 6  4 0 0  4 0 0  13 16 17  60 73 81
++174 174 174  220 221 221  220 221 221  205 212 215  190 197 201  174 174 174
++193 200 203  174 174 174  190 197 201  174 174 174  193 200 203  220 221 221
++193 200 203  131 129 131  37 38 37  6 6 6  4 0 0  4 0 0
++6 6 6  6 6 6  4 3 3  5 5 5  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  5 5 5  5 5 5  5 5 5
++5 5 5  4 3 3  4 3 3  5 5 5  4 3 3  4 3 3
++5 5 5  6 6 6  6 6 6  4 0 0  6 6 6  6 6 6
++6 6 6  125 124 125  174 174 174  220 221 221  220 221 221  193 200 203
++193 200 203  193 200 203  193 200 203  193 200 203  220 221 221  158 157 158
++60 73 81  6 6 6  4 0 0  4 0 0  5 5 5  6 6 6
++5 5 5  5 5 5  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  5 5 5  5 5 5  4 3 3  5 5 5  4 3 3
++5 5 5  5 5 5  6 6 6  6 6 6  4 0 0  4 0 0
++4 0 0  4 0 0  26 28 28  125 124 125  174 174 174  193 200 203
++193 200 203  174 174 174  193 200 203  167 166 167  125 124 125  6 6 6
++6 6 6  6 6 6  4 0 0  6 6 6  6 6 6  5 5 5
++4 3 3  5 5 5  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  5 5 5
++4 3 3  6 6 6  4 0 0  6 6 6  6 6 6  6 6 6
++6 6 6  4 0 0  4 0 0  6 6 6  37 38 37  125 124 125
++153 152 153  131 129 131  125 124 125  37 38 37  6 6 6  6 6 6
++6 6 6  4 0 0  6 6 6  6 6 6  4 3 3  5 5 5
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  5 5 5  5 5 5  4 3 3  5 5 5  4 3 3
++6 6 6  6 6 6  4 0 0  4 0 0  6 6 6  6 6 6
++24 26 27  24 26 27  6 6 6  6 6 6  6 6 6  4 0 0
++6 6 6  6 6 6  4 0 0  6 6 6  5 5 5  4 3 3
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  5 5 5  4 3 3  5 5 5  6 6 6
++4 0 0  6 6 6  6 6 6  6 6 6  6 6 6  6 6 6
++6 6 6  6 6 6  6 6 6  4 0 0  6 6 6  6 6 6
++4 0 0  6 6 6  6 6 6  4 3 3  5 5 5  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  5 5 5  4 3 3  5 5 5
++5 5 5  5 5 5  4 0 0  6 6 6  4 0 0  6 6 6
++6 6 6  6 6 6  6 6 6  4 0 0  6 6 6  4 0 0
++6 6 6  4 3 3  5 5 5  4 3 3  5 5 5  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  5 5 5
++4 3 3  6 6 6  4 3 3  6 6 6  6 6 6  6 6 6
++4 0 0  6 6 6  4 0 0  6 6 6  6 6 6  6 6 6
++6 6 6  4 3 3  5 5 5  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  5 5 5  4 3 3  5 5 5  4 0 0  6 6 6
++6 6 6  4 0 0  6 6 6  6 6 6  4 0 0  6 6 6
++4 3 3  5 5 5  5 5 5  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  5 5 5  4 3 3  5 5 5  6 6 6  4 3 3
++4 3 3  6 6 6  6 6 6  4 3 3  6 6 6  4 3 3
++5 5 5  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  5 5 5  4 3 3  6 6 6
++5 5 5  4 3 3  4 3 3  4 3 3  5 5 5  5 5 5
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  5 5 5  4 3 3
++5 5 5  4 3 3  5 5 5  5 5 5  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4
+diff -urNp linux-3.0.4/drivers/video/udlfb.c linux-3.0.4/drivers/video/udlfb.c
+--- linux-3.0.4/drivers/video/udlfb.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/video/udlfb.c  2011-08-23 21:47:56.000000000 -0400
+@@ -586,11 +586,11 @@ int dlfb_handle_damage(struct dlfb_data 
                dlfb_urb_completion(urb);
  
  error:
@@ -42905,7 +36842,7 @@ diff -urNp linux-2.6.39/drivers/video/udlfb.c linux-2.6.39/drivers/video/udlfb.c
                    >> 10)), /* Kcycles */
                   &dev->cpu_kcycles_used);
  
-@@ -709,11 +709,11 @@ static void dlfb_dpy_deferred_io(struct 
+@@ -711,11 +711,11 @@ static void dlfb_dpy_deferred_io(struct 
                dlfb_urb_completion(urb);
  
  error:
@@ -42921,7 +36858,7 @@ diff -urNp linux-2.6.39/drivers/video/udlfb.c linux-2.6.39/drivers/video/udlfb.c
                    >> 10)), /* Kcycles */
                   &dev->cpu_kcycles_used);
  }
-@@ -1301,7 +1301,7 @@ static ssize_t metrics_bytes_rendered_sh
+@@ -1307,7 +1307,7 @@ static ssize_t metrics_bytes_rendered_sh
        struct fb_info *fb_info = dev_get_drvdata(fbdev);
        struct dlfb_data *dev = fb_info->par;
        return snprintf(buf, PAGE_SIZE, "%u\n",
@@ -42930,7 +36867,7 @@ diff -urNp linux-2.6.39/drivers/video/udlfb.c linux-2.6.39/drivers/video/udlfb.c
  }
  
  static ssize_t metrics_bytes_identical_show(struct device *fbdev,
-@@ -1309,7 +1309,7 @@ static ssize_t metrics_bytes_identical_s
+@@ -1315,7 +1315,7 @@ static ssize_t metrics_bytes_identical_s
        struct fb_info *fb_info = dev_get_drvdata(fbdev);
        struct dlfb_data *dev = fb_info->par;
        return snprintf(buf, PAGE_SIZE, "%u\n",
@@ -42939,7 +36876,7 @@ diff -urNp linux-2.6.39/drivers/video/udlfb.c linux-2.6.39/drivers/video/udlfb.c
  }
  
  static ssize_t metrics_bytes_sent_show(struct device *fbdev,
-@@ -1317,7 +1317,7 @@ static ssize_t metrics_bytes_sent_show(s
+@@ -1323,7 +1323,7 @@ static ssize_t metrics_bytes_sent_show(s
        struct fb_info *fb_info = dev_get_drvdata(fbdev);
        struct dlfb_data *dev = fb_info->par;
        return snprintf(buf, PAGE_SIZE, "%u\n",
@@ -42948,7 +36885,7 @@ diff -urNp linux-2.6.39/drivers/video/udlfb.c linux-2.6.39/drivers/video/udlfb.c
  }
  
  static ssize_t metrics_cpu_kcycles_used_show(struct device *fbdev,
-@@ -1325,7 +1325,7 @@ static ssize_t metrics_cpu_kcycles_used_
+@@ -1331,7 +1331,7 @@ static ssize_t metrics_cpu_kcycles_used_
        struct fb_info *fb_info = dev_get_drvdata(fbdev);
        struct dlfb_data *dev = fb_info->par;
        return snprintf(buf, PAGE_SIZE, "%u\n",
@@ -42957,7 +36894,7 @@ diff -urNp linux-2.6.39/drivers/video/udlfb.c linux-2.6.39/drivers/video/udlfb.c
  }
  
  static ssize_t edid_show(
-@@ -1382,10 +1382,10 @@ static ssize_t metrics_reset_store(struc
+@@ -1388,10 +1388,10 @@ static ssize_t metrics_reset_store(struc
        struct fb_info *fb_info = dev_get_drvdata(fbdev);
        struct dlfb_data *dev = fb_info->par;
  
@@ -42972,9 +36909,9 @@ diff -urNp linux-2.6.39/drivers/video/udlfb.c linux-2.6.39/drivers/video/udlfb.c
  
        return count;
  }
-diff -urNp linux-2.6.39/drivers/video/uvesafb.c linux-2.6.39/drivers/video/uvesafb.c
---- linux-2.6.39/drivers/video/uvesafb.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/video/uvesafb.c       2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/drivers/video/uvesafb.c linux-3.0.4/drivers/video/uvesafb.c
+--- linux-3.0.4/drivers/video/uvesafb.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/video/uvesafb.c        2011-08-23 21:47:56.000000000 -0400
 @@ -19,6 +19,7 @@
  #include <linux/io.h>
  #include <linux/mutex.h>
@@ -43050,18 +36987,9 @@ diff -urNp linux-2.6.39/drivers/video/uvesafb.c linux-2.6.39/drivers/video/uvesa
                }
  
                framebuffer_release(info);
-@@ -2013,7 +2047,7 @@ static int param_set_scroll(const char *
-       return 0;
- }
--static struct kernel_param_ops param_ops_scroll = {
-+static const struct kernel_param_ops param_ops_scroll = {
-       .set = param_set_scroll,
- };
- #define param_check_scroll(name, p) __param_check(name, p, void)
-diff -urNp linux-2.6.39/drivers/video/vesafb.c linux-2.6.39/drivers/video/vesafb.c
---- linux-2.6.39/drivers/video/vesafb.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/video/vesafb.c        2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/drivers/video/vesafb.c linux-3.0.4/drivers/video/vesafb.c
+--- linux-3.0.4/drivers/video/vesafb.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/video/vesafb.c 2011-08-23 21:47:56.000000000 -0400
 @@ -9,6 +9,7 @@
   */
  
@@ -43081,7 +37009,7 @@ diff -urNp linux-2.6.39/drivers/video/vesafb.c linux-2.6.39/drivers/video/vesafb
  static int   depth      __read_mostly;
  static int   vga_compat __read_mostly;
  /* --------------------------------------------------------------------- */
-@@ -232,6 +233,7 @@ static int __init vesafb_probe(struct pl
+@@ -233,6 +234,7 @@ static int __init vesafb_probe(struct pl
        unsigned int size_vmode;
        unsigned int size_remap;
        unsigned int size_total;
@@ -43089,7 +37017,7 @@ diff -urNp linux-2.6.39/drivers/video/vesafb.c linux-2.6.39/drivers/video/vesafb
  
        if (screen_info.orig_video_isVGA != VIDEO_TYPE_VLFB)
                return -ENODEV;
-@@ -274,10 +276,6 @@ static int __init vesafb_probe(struct pl
+@@ -275,10 +277,6 @@ static int __init vesafb_probe(struct pl
                size_remap = size_total;
        vesafb_fix.smem_len = size_remap;
  
@@ -43100,7 +37028,7 @@ diff -urNp linux-2.6.39/drivers/video/vesafb.c linux-2.6.39/drivers/video/vesafb
        if (!request_mem_region(vesafb_fix.smem_start, size_total, "vesafb")) {
                printk(KERN_WARNING
                       "vesafb: cannot reserve video memory at 0x%lx\n",
-@@ -306,9 +304,21 @@ static int __init vesafb_probe(struct pl
+@@ -307,9 +305,21 @@ static int __init vesafb_probe(struct pl
        printk(KERN_INFO "vesafb: mode is %dx%dx%d, linelength=%d, pages=%d\n",
               vesafb_defined.xres, vesafb_defined.yres, vesafb_defined.bits_per_pixel, vesafb_fix.line_length, screen_info.pages);
  
@@ -43124,21 +37052,20 @@ diff -urNp linux-2.6.39/drivers/video/vesafb.c linux-2.6.39/drivers/video/vesafb
        }
  
        if (screen_info.vesapm_seg < 0xc000)
-@@ -316,9 +326,25 @@ static int __init vesafb_probe(struct pl
+@@ -317,9 +327,25 @@ static int __init vesafb_probe(struct pl
  
        if (ypan || pmi_setpal) {
                unsigned short *pmi_base;
--              pmi_base  = (unsigned short*)phys_to_virt(((unsigned long)screen_info.vesapm_seg << 4) + screen_info.vesapm_off);
++
+               pmi_base  = (unsigned short*)phys_to_virt(((unsigned long)screen_info.vesapm_seg << 4) + screen_info.vesapm_off);
 -              pmi_start = (void*)((char*)pmi_base + pmi_base[1]);
 -              pmi_pal   = (void*)((char*)pmi_base + pmi_base[2]);
 +
-+              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();
 +              memcpy(pmi_code, pmi_base, screen_info.vesapm_size);
 +#else
-+              pmi_code = pmi_base;
++              pmi_code  = pmi_base;
 +#endif
 +
 +              pmi_start = (void*)((char*)pmi_code + pmi_base[1]);
@@ -43153,7 +37080,7 @@ diff -urNp linux-2.6.39/drivers/video/vesafb.c linux-2.6.39/drivers/video/vesafb
                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 = ");
-@@ -487,6 +513,11 @@ static int __init vesafb_probe(struct pl
+@@ -488,6 +514,11 @@ static int __init vesafb_probe(struct pl
               info->node, info->fix.id);
        return 0;
  err:
@@ -43165,10 +37092,22 @@ diff -urNp linux-2.6.39/drivers/video/vesafb.c linux-2.6.39/drivers/video/vesafb
        if (info->screen_base)
                iounmap(info->screen_base);
        framebuffer_release(info);
-diff -urNp linux-2.6.39/drivers/virtio/virtio_balloon.c linux-2.6.39/drivers/virtio/virtio_balloon.c
---- linux-2.6.39/drivers/virtio/virtio_balloon.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/virtio/virtio_balloon.c       2011-05-22 19:36:32.000000000 -0400
-@@ -176,6 +176,8 @@ static void update_balloon_stats(struct 
+diff -urNp linux-3.0.4/drivers/video/via/via_clock.h linux-3.0.4/drivers/video/via/via_clock.h
+--- linux-3.0.4/drivers/video/via/via_clock.h  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/video/via/via_clock.h  2011-08-23 21:47:56.000000000 -0400
+@@ -56,7 +56,7 @@ struct via_clock {
+       void (*set_engine_pll_state)(u8 state);
+       void (*set_engine_pll)(struct via_pll_config config);
+-};
++} __no_const;
+ static inline u32 get_pll_internal_frequency(u32 ref_freq,
+diff -urNp linux-3.0.4/drivers/virtio/virtio_balloon.c linux-3.0.4/drivers/virtio/virtio_balloon.c
+--- linux-3.0.4/drivers/virtio/virtio_balloon.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/drivers/virtio/virtio_balloon.c        2011-08-23 21:48:14.000000000 -0400
+@@ -174,6 +174,8 @@ static void update_balloon_stats(struct 
        struct sysinfo i;
        int idx = 0;
  
@@ -43177,63 +37116,9 @@ diff -urNp linux-2.6.39/drivers/virtio/virtio_balloon.c linux-2.6.39/drivers/vir
        all_vm_events(events);
        si_meminfo(&i);
  
-diff -urNp linux-2.6.39/drivers/xen/gntalloc.c linux-2.6.39/drivers/xen/gntalloc.c
---- linux-2.6.39/drivers/xen/gntalloc.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/xen/gntalloc.c        2011-05-22 19:36:32.000000000 -0400
-@@ -440,7 +440,7 @@ static void gntalloc_vma_close(struct vm
-       spin_unlock(&gref_lock);
- }
--static struct vm_operations_struct gntalloc_vmops = {
-+static const struct vm_operations_struct gntalloc_vmops = {
-       .close = gntalloc_vma_close,
- };
-diff -urNp linux-2.6.39/drivers/xen/gntdev.c linux-2.6.39/drivers/xen/gntdev.c
---- linux-2.6.39/drivers/xen/gntdev.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/xen/gntdev.c  2011-05-22 19:36:32.000000000 -0400
-@@ -340,7 +340,7 @@ static void gntdev_vma_close(struct vm_a
-       gntdev_put_map(map);
- }
--static struct vm_operations_struct gntdev_vmops = {
-+static const struct vm_operations_struct gntdev_vmops = {
-       .close = gntdev_vma_close,
- };
-@@ -404,7 +404,7 @@ static void mn_release(struct mmu_notifi
-       spin_unlock(&priv->lock);
- }
--struct mmu_notifier_ops gntdev_mmu_ops = {
-+const struct mmu_notifier_ops gntdev_mmu_ops = {
-       .release                = mn_release,
-       .invalidate_page        = mn_invl_page,
-       .invalidate_range_start = mn_invl_range_start,
-diff -urNp linux-2.6.39/drivers/xen/xenfs/privcmd.c linux-2.6.39/drivers/xen/xenfs/privcmd.c
---- linux-2.6.39/drivers/xen/xenfs/privcmd.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/drivers/xen/xenfs/privcmd.c   2011-05-22 19:36:32.000000000 -0400
-@@ -268,7 +268,7 @@ static int mmap_return_errors(void *data
-       return put_user(*mfnp, st->user++);
- }
--static struct vm_operations_struct privcmd_vm_ops;
-+static const struct vm_operations_struct privcmd_vm_ops;
- static long privcmd_ioctl_mmap_batch(void __user *udata)
- {
-@@ -369,7 +369,7 @@ static int privcmd_fault(struct vm_area_
-       return VM_FAULT_SIGBUS;
- }
--static struct vm_operations_struct privcmd_vm_ops = {
-+static const struct vm_operations_struct privcmd_vm_ops = {
-       .fault = privcmd_fault
- };
-diff -urNp linux-2.6.39/fs/9p/vfs_inode.c linux-2.6.39/fs/9p/vfs_inode.c
---- linux-2.6.39/fs/9p/vfs_inode.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/9p/vfs_inode.c     2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/fs/9p/vfs_inode.c linux-3.0.4/fs/9p/vfs_inode.c
+--- linux-3.0.4/fs/9p/vfs_inode.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/9p/vfs_inode.c      2011-08-23 21:47:56.000000000 -0400
 @@ -1210,7 +1210,7 @@ static void *v9fs_vfs_follow_link(struct
  void
  v9fs_vfs_put_link(struct dentry *dentry, struct nameidata *nd, void *p)
@@ -43243,9 +37128,9 @@ diff -urNp linux-2.6.39/fs/9p/vfs_inode.c linux-2.6.39/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.39/fs/aio.c linux-2.6.39/fs/aio.c
---- linux-2.6.39/fs/aio.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/aio.c      2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/fs/aio.c linux-3.0.4/fs/aio.c
+--- linux-3.0.4/fs/aio.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/aio.c       2011-08-23 21:48:14.000000000 -0400
 @@ -119,7 +119,7 @@ static int aio_setup_ring(struct kioctx 
        size += sizeof(struct io_event) * nr_events;
        nr_pages = (size + PAGE_SIZE-1) >> PAGE_SHIFT;
@@ -43264,9 +37149,39 @@ diff -urNp linux-2.6.39/fs/aio.c linux-2.6.39/fs/aio.c
        /* needed to zero any padding within an entry (there shouldn't be 
         * any, but C is fun!
         */
-diff -urNp linux-2.6.39/fs/attr.c linux-2.6.39/fs/attr.c
---- linux-2.6.39/fs/attr.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/attr.c     2011-05-22 19:41:37.000000000 -0400
+@@ -1381,22 +1383,27 @@ static ssize_t aio_fsync(struct kiocb *i
+ static ssize_t aio_setup_vectored_rw(int type, struct kiocb *kiocb, bool compat)
+ {
+       ssize_t ret;
++      struct iovec iovstack;
+ #ifdef CONFIG_COMPAT
+       if (compat)
+               ret = compat_rw_copy_check_uvector(type,
+                               (struct compat_iovec __user *)kiocb->ki_buf,
+-                              kiocb->ki_nbytes, 1, &kiocb->ki_inline_vec,
++                              kiocb->ki_nbytes, 1, &iovstack,
+                               &kiocb->ki_iovec);
+       else
+ #endif
+               ret = rw_copy_check_uvector(type,
+                               (struct iovec __user *)kiocb->ki_buf,
+-                              kiocb->ki_nbytes, 1, &kiocb->ki_inline_vec,
++                              kiocb->ki_nbytes, 1, &iovstack,
+                               &kiocb->ki_iovec);
+       if (ret < 0)
+               goto out;
++      if (kiocb->ki_iovec == &iovstack) {
++              kiocb->ki_inline_vec = iovstack;
++              kiocb->ki_iovec = &kiocb->ki_inline_vec;
++      }
+       kiocb->ki_nr_segs = kiocb->ki_nbytes;
+       kiocb->ki_cur_seg = 0;
+       /* ki_nbytes/left now reflect bytes instead of segs */
+diff -urNp linux-3.0.4/fs/attr.c linux-3.0.4/fs/attr.c
+--- linux-3.0.4/fs/attr.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/attr.c      2011-08-23 21:48:14.000000000 -0400
 @@ -98,6 +98,7 @@ int inode_newsize_ok(const struct inode 
                unsigned long limit;
  
@@ -43275,10 +37190,10 @@ diff -urNp linux-2.6.39/fs/attr.c linux-2.6.39/fs/attr.c
                if (limit != RLIM_INFINITY && offset > limit)
                        goto out_sig;
                if (offset > inode->i_sb->s_maxbytes)
-diff -urNp linux-2.6.39/fs/befs/linuxvfs.c linux-2.6.39/fs/befs/linuxvfs.c
---- linux-2.6.39/fs/befs/linuxvfs.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/befs/linuxvfs.c    2011-05-22 19:36:32.000000000 -0400
-@@ -498,7 +498,7 @@ static void befs_put_link(struct dentry 
+diff -urNp linux-3.0.4/fs/befs/linuxvfs.c linux-3.0.4/fs/befs/linuxvfs.c
+--- linux-3.0.4/fs/befs/linuxvfs.c     2011-09-02 18:11:26.000000000 -0400
++++ linux-3.0.4/fs/befs/linuxvfs.c     2011-08-29 23:26:27.000000000 -0400
+@@ -503,7 +503,7 @@ static void befs_put_link(struct dentry 
  {
        befs_inode_info *befs_ino = BEFS_I(dentry->d_inode);
        if (befs_ino->i_flags & BEFS_LONG_SYMLINK) {
@@ -43287,9 +37202,9 @@ diff -urNp linux-2.6.39/fs/befs/linuxvfs.c linux-2.6.39/fs/befs/linuxvfs.c
                if (!IS_ERR(link))
                        kfree(link);
        }
-diff -urNp linux-2.6.39/fs/binfmt_aout.c linux-2.6.39/fs/binfmt_aout.c
---- linux-2.6.39/fs/binfmt_aout.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/binfmt_aout.c      2011-05-22 19:41:37.000000000 -0400
+diff -urNp linux-3.0.4/fs/binfmt_aout.c linux-3.0.4/fs/binfmt_aout.c
+--- linux-3.0.4/fs/binfmt_aout.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/binfmt_aout.c       2011-08-23 21:48:14.000000000 -0400
 @@ -16,6 +16,7 @@
  #include <linux/string.h>
  #include <linux/fs.h>
@@ -43366,9 +37281,9 @@ diff -urNp linux-2.6.39/fs/binfmt_aout.c linux-2.6.39/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.39/fs/binfmt_elf.c linux-2.6.39/fs/binfmt_elf.c
---- linux-2.6.39/fs/binfmt_elf.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/binfmt_elf.c       2011-05-22 19:41:37.000000000 -0400
+diff -urNp linux-3.0.4/fs/binfmt_elf.c linux-3.0.4/fs/binfmt_elf.c
+--- linux-3.0.4/fs/binfmt_elf.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/binfmt_elf.c        2011-08-23 21:48:14.000000000 -0400
 @@ -51,6 +51,10 @@ static int elf_core_dump(struct coredump
  #define elf_core_dump NULL
  #endif
@@ -44072,9 +37987,9 @@ diff -urNp linux-2.6.39/fs/binfmt_elf.c linux-2.6.39/fs/binfmt_elf.c
  static int __init init_elf_binfmt(void)
  {
        return register_binfmt(&elf_format);
-diff -urNp linux-2.6.39/fs/binfmt_flat.c linux-2.6.39/fs/binfmt_flat.c
---- linux-2.6.39/fs/binfmt_flat.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/binfmt_flat.c      2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/fs/binfmt_flat.c linux-3.0.4/fs/binfmt_flat.c
+--- linux-3.0.4/fs/binfmt_flat.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/binfmt_flat.c       2011-08-23 21:47:56.000000000 -0400
 @@ -567,7 +567,9 @@ static int load_flat_file(struct linux_b
                                realdatastart = (unsigned long) -ENOMEM;
                        printk("Unable to allocate RAM for process data, errno %d\n",
@@ -44107,9 +38022,9 @@ diff -urNp linux-2.6.39/fs/binfmt_flat.c linux-2.6.39/fs/binfmt_flat.c
                        ret = result;
                        goto err;
                }
-diff -urNp linux-2.6.39/fs/bio.c linux-2.6.39/fs/bio.c
---- linux-2.6.39/fs/bio.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/bio.c      2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/fs/bio.c linux-3.0.4/fs/bio.c
+--- linux-3.0.4/fs/bio.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/bio.c       2011-08-23 21:47:56.000000000 -0400
 @@ -1233,7 +1233,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;
@@ -44119,9 +38034,9 @@ diff -urNp linux-2.6.39/fs/bio.c linux-2.6.39/fs/bio.c
  
        __bio_for_each_segment(bvec, bio, i, 0) {
                char *addr = page_address(bvec->bv_page);
-diff -urNp linux-2.6.39/fs/block_dev.c linux-2.6.39/fs/block_dev.c
---- linux-2.6.39/fs/block_dev.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/block_dev.c        2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/fs/block_dev.c linux-3.0.4/fs/block_dev.c
+--- linux-3.0.4/fs/block_dev.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/block_dev.c 2011-08-23 21:47:56.000000000 -0400
 @@ -671,7 +671,7 @@ static bool bd_may_claim(struct block_de
        else if (bdev->bd_contains == bdev)
                return true;     /* is a whole device which isn't held */
@@ -44131,35 +38046,10 @@ diff -urNp linux-2.6.39/fs/block_dev.c linux-2.6.39/fs/block_dev.c
                return true;     /* is a partition of a device that is being partitioned */
        else if (whole->bd_holder != NULL)
                return false;    /* is a partition of a held device */
-diff -urNp linux-2.6.39/fs/btrfs/compression.c linux-2.6.39/fs/btrfs/compression.c
---- linux-2.6.39/fs/btrfs/compression.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/btrfs/compression.c        2011-05-22 19:36:32.000000000 -0400
-@@ -719,7 +719,7 @@ static int comp_num_workspace[BTRFS_COMP
- static atomic_t comp_alloc_workspace[BTRFS_COMPRESS_TYPES];
- static wait_queue_head_t comp_workspace_wait[BTRFS_COMPRESS_TYPES];
--struct btrfs_compress_op *btrfs_compress_op[] = {
-+const struct btrfs_compress_op *btrfs_compress_op[] = {
-       &btrfs_zlib_compress,
-       &btrfs_lzo_compress,
- };
-diff -urNp linux-2.6.39/fs/btrfs/compression.h linux-2.6.39/fs/btrfs/compression.h
---- linux-2.6.39/fs/btrfs/compression.h        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/btrfs/compression.h        2011-05-22 19:36:32.000000000 -0400
-@@ -77,7 +77,7 @@ struct btrfs_compress_op {
-                         size_t srclen, size_t destlen);
- };
--extern struct btrfs_compress_op btrfs_zlib_compress;
--extern struct btrfs_compress_op btrfs_lzo_compress;
-+extern const struct btrfs_compress_op btrfs_zlib_compress;
-+extern const struct btrfs_compress_op btrfs_lzo_compress;
- #endif
-diff -urNp linux-2.6.39/fs/btrfs/ctree.c linux-2.6.39/fs/btrfs/ctree.c
---- linux-2.6.39/fs/btrfs/ctree.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/btrfs/ctree.c      2011-05-22 19:36:32.000000000 -0400
-@@ -461,9 +461,12 @@ static noinline int __btrfs_cow_block(st
+diff -urNp linux-3.0.4/fs/btrfs/ctree.c linux-3.0.4/fs/btrfs/ctree.c
+--- linux-3.0.4/fs/btrfs/ctree.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/btrfs/ctree.c       2011-08-23 21:47:56.000000000 -0400
+@@ -454,9 +454,12 @@ static noinline int __btrfs_cow_block(st
                free_extent_buffer(buf);
                add_root_to_dirty_list(root);
        } else {
@@ -44175,131 +38065,10 @@ diff -urNp linux-2.6.39/fs/btrfs/ctree.c linux-2.6.39/fs/btrfs/ctree.c
                        parent_start = 0;
  
                WARN_ON(trans->transid != btrfs_header_generation(parent));
-@@ -3647,7 +3650,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.39/fs/btrfs/disk-io.c linux-2.6.39/fs/btrfs/disk-io.c
---- linux-2.6.39/fs/btrfs/disk-io.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/btrfs/disk-io.c    2011-05-22 19:36:32.000000000 -0400
-@@ -42,7 +42,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);
- static void btrfs_check_super_valid(struct btrfs_fs_info *fs_info,
-@@ -3070,7 +3070,7 @@ static int btrfs_cleanup_transaction(str
-       return 0;
- }
--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.39/fs/btrfs/extent_io.h linux-2.6.39/fs/btrfs/extent_io.h
---- linux-2.6.39/fs/btrfs/extent_io.h  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/btrfs/extent_io.h  2011-05-22 19:36:32.000000000 -0400
-@@ -56,36 +56,36 @@ typedef    int (extent_submit_bio_hook_t)(s
-                                      struct bio *bio, int mirror_num,
-                                      unsigned long bio_flags, u64 bio_offset);
- 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, struct extent_state *state,
-+      int (* const set_bit_hook)(struct inode *inode, struct extent_state *state,
-                           int *bits);
--      int (*clear_bit_hook)(struct inode *inode, struct extent_state *state,
-+      int (* const clear_bit_hook)(struct inode *inode, struct extent_state *state,
-                             int *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 {
-@@ -95,7 +95,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.39/fs/btrfs/free-space-cache.c linux-2.6.39/fs/btrfs/free-space-cache.c
---- linux-2.6.39/fs/btrfs/free-space-cache.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/btrfs/free-space-cache.c   2011-05-22 19:36:32.000000000 -0400
-@@ -1910,8 +1910,6 @@ u64 btrfs_alloc_from_cluster(struct btrf
-       while(1) {
-               if (entry->bytes < bytes ||
-                   (!entry->bitmap && entry->offset < min_start)) {
--                      struct rb_node *node;
--
-                       node = rb_next(&entry->offset_index);
-                       if (!node)
-                               break;
-@@ -1925,7 +1923,6 @@ u64 btrfs_alloc_from_cluster(struct btrf
-                                                     cluster, entry, bytes,
-                                                     min_start);
-                       if (ret == 0) {
--                              struct rb_node *node;
-                               node = rb_next(&entry->offset_index);
-                               if (!node)
-                                       break;
-diff -urNp linux-2.6.39/fs/btrfs/inode.c linux-2.6.39/fs/btrfs/inode.c
---- linux-2.6.39/fs/btrfs/inode.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/btrfs/inode.c      2011-05-22 20:42:42.000000000 -0400
-@@ -65,7 +65,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;
- struct kmem_cache *btrfs_trans_handle_cachep;
-@@ -6947,7 +6947,7 @@ fail:
+diff -urNp linux-3.0.4/fs/btrfs/inode.c linux-3.0.4/fs/btrfs/inode.c
+--- linux-3.0.4/fs/btrfs/inode.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/btrfs/inode.c       2011-08-23 21:48:14.000000000 -0400
+@@ -6895,7 +6895,7 @@ fail:
        return -ENOMEM;
  }
  
@@ -44308,7 +38077,7 @@ diff -urNp linux-2.6.39/fs/btrfs/inode.c linux-2.6.39/fs/btrfs/inode.c
                         struct dentry *dentry, struct kstat *stat)
  {
        struct inode *inode = dentry->d_inode;
-@@ -6959,6 +6959,14 @@ static int btrfs_getattr(struct vfsmount
+@@ -6907,6 +6907,14 @@ static int btrfs_getattr(struct vfsmount
        return 0;
  }
  
@@ -44323,19 +38092,10 @@ diff -urNp linux-2.6.39/fs/btrfs/inode.c linux-2.6.39/fs/btrfs/inode.c
  /*
   * If a file is moved, it will inherit the cow and compression flags of the new
   * directory.
-@@ -7488,7 +7496,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.39/fs/btrfs/ioctl.c linux-2.6.39/fs/btrfs/ioctl.c
---- linux-2.6.39/fs/btrfs/ioctl.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/btrfs/ioctl.c      2011-05-22 19:41:37.000000000 -0400
-@@ -2361,9 +2361,12 @@ long btrfs_ioctl_space_info(struct btrfs
+diff -urNp linux-3.0.4/fs/btrfs/ioctl.c linux-3.0.4/fs/btrfs/ioctl.c
+--- linux-3.0.4/fs/btrfs/ioctl.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/btrfs/ioctl.c       2011-08-23 21:48:14.000000000 -0400
+@@ -2676,9 +2676,12 @@ long btrfs_ioctl_space_info(struct btrfs
        for (i = 0; i < num_types; i++) {
                struct btrfs_space_info *tmp;
  
@@ -44348,7 +38108,7 @@ diff -urNp linux-2.6.39/fs/btrfs/ioctl.c linux-2.6.39/fs/btrfs/ioctl.c
                info = NULL;
                rcu_read_lock();
                list_for_each_entry_rcu(tmp, &root->fs_info->space_info,
-@@ -2385,10 +2388,7 @@ long btrfs_ioctl_space_info(struct btrfs
+@@ -2700,10 +2703,7 @@ long btrfs_ioctl_space_info(struct btrfs
                                memcpy(dest, &space, sizeof(space));
                                dest++;
                                space_args.total_spaces++;
@@ -44359,22 +38119,10 @@ diff -urNp linux-2.6.39/fs/btrfs/ioctl.c linux-2.6.39/fs/btrfs/ioctl.c
                }
                up_read(&info->groups_sem);
        }
-diff -urNp linux-2.6.39/fs/btrfs/lzo.c linux-2.6.39/fs/btrfs/lzo.c
---- linux-2.6.39/fs/btrfs/lzo.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/btrfs/lzo.c        2011-05-22 19:36:32.000000000 -0400
-@@ -418,7 +418,7 @@ out:
-       return ret;
- }
--struct btrfs_compress_op btrfs_lzo_compress = {
-+const struct btrfs_compress_op btrfs_lzo_compress = {
-       .alloc_workspace        = lzo_alloc_workspace,
-       .free_workspace         = lzo_free_workspace,
-       .compress_pages         = lzo_compress_pages,
-diff -urNp linux-2.6.39/fs/btrfs/relocation.c linux-2.6.39/fs/btrfs/relocation.c
---- linux-2.6.39/fs/btrfs/relocation.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/btrfs/relocation.c 2011-05-22 19:36:32.000000000 -0400
-@@ -1239,7 +1239,7 @@ static int __update_reloc_root(struct bt
+diff -urNp linux-3.0.4/fs/btrfs/relocation.c linux-3.0.4/fs/btrfs/relocation.c
+--- linux-3.0.4/fs/btrfs/relocation.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/btrfs/relocation.c  2011-08-23 21:47:56.000000000 -0400
+@@ -1242,7 +1242,7 @@ static int __update_reloc_root(struct bt
        }
        spin_unlock(&rc->reloc_root_tree.lock);
  
@@ -44383,21 +38131,9 @@ diff -urNp linux-2.6.39/fs/btrfs/relocation.c linux-2.6.39/fs/btrfs/relocation.c
  
        if (!del) {
                spin_lock(&rc->reloc_root_tree.lock);
-diff -urNp linux-2.6.39/fs/btrfs/zlib.c linux-2.6.39/fs/btrfs/zlib.c
---- linux-2.6.39/fs/btrfs/zlib.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/btrfs/zlib.c       2011-05-22 19:36:32.000000000 -0400
-@@ -390,7 +390,7 @@ next:
-       return ret;
- }
--struct btrfs_compress_op btrfs_zlib_compress = {
-+const struct btrfs_compress_op btrfs_zlib_compress = {
-       .alloc_workspace        = zlib_alloc_workspace,
-       .free_workspace         = zlib_free_workspace,
-       .compress_pages         = zlib_compress_pages,
-diff -urNp linux-2.6.39/fs/cachefiles/bind.c linux-2.6.39/fs/cachefiles/bind.c
---- linux-2.6.39/fs/cachefiles/bind.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/cachefiles/bind.c  2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/fs/cachefiles/bind.c linux-3.0.4/fs/cachefiles/bind.c
+--- linux-3.0.4/fs/cachefiles/bind.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/cachefiles/bind.c   2011-08-23 21:47:56.000000000 -0400
 @@ -39,13 +39,11 @@ int cachefiles_daemon_bind(struct cachef
               args);
  
@@ -44414,9 +38150,9 @@ diff -urNp linux-2.6.39/fs/cachefiles/bind.c linux-2.6.39/fs/cachefiles/bind.c
               cache->bcull_percent < cache->brun_percent &&
               cache->brun_percent  < 100);
  
-diff -urNp linux-2.6.39/fs/cachefiles/daemon.c linux-2.6.39/fs/cachefiles/daemon.c
---- linux-2.6.39/fs/cachefiles/daemon.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/cachefiles/daemon.c        2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/fs/cachefiles/daemon.c linux-3.0.4/fs/cachefiles/daemon.c
+--- linux-3.0.4/fs/cachefiles/daemon.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/cachefiles/daemon.c 2011-08-23 21:47:56.000000000 -0400
 @@ -196,7 +196,7 @@ static ssize_t cachefiles_daemon_read(st
        if (n > buflen)
                return -EMSGSIZE;
@@ -44453,9 +38189,9 @@ diff -urNp linux-2.6.39/fs/cachefiles/daemon.c linux-2.6.39/fs/cachefiles/daemon
                return cachefiles_daemon_range_error(cache, args);
  
        cache->bstop_percent = bstop;
-diff -urNp linux-2.6.39/fs/cachefiles/internal.h linux-2.6.39/fs/cachefiles/internal.h
---- linux-2.6.39/fs/cachefiles/internal.h      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/cachefiles/internal.h      2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/fs/cachefiles/internal.h linux-3.0.4/fs/cachefiles/internal.h
+--- linux-3.0.4/fs/cachefiles/internal.h       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/cachefiles/internal.h       2011-08-23 21:47:56.000000000 -0400
 @@ -57,7 +57,7 @@ struct cachefiles_cache {
        wait_queue_head_t               daemon_pollwq;  /* poll waitqueue for daemon */
        struct rb_root                  active_nodes;   /* active nodes (can't be culled) */
@@ -44490,9 +38226,9 @@ diff -urNp linux-2.6.39/fs/cachefiles/internal.h linux-2.6.39/fs/cachefiles/inte
  }
  
  #else
-diff -urNp linux-2.6.39/fs/cachefiles/namei.c linux-2.6.39/fs/cachefiles/namei.c
---- linux-2.6.39/fs/cachefiles/namei.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/cachefiles/namei.c 2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/fs/cachefiles/namei.c linux-3.0.4/fs/cachefiles/namei.c
+--- linux-3.0.4/fs/cachefiles/namei.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/cachefiles/namei.c  2011-08-23 21:47:56.000000000 -0400
 @@ -318,7 +318,7 @@ try_again:
        /* first step is to make up a grave dentry in the graveyard */
        sprintf(nbuffer, "%08x%08x",
@@ -44502,9 +38238,9 @@ diff -urNp linux-2.6.39/fs/cachefiles/namei.c linux-2.6.39/fs/cachefiles/namei.c
  
        /* do the multiway lock magic */
        trap = lock_rename(cache->graveyard, dir);
-diff -urNp linux-2.6.39/fs/cachefiles/proc.c linux-2.6.39/fs/cachefiles/proc.c
---- linux-2.6.39/fs/cachefiles/proc.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/cachefiles/proc.c  2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/fs/cachefiles/proc.c linux-3.0.4/fs/cachefiles/proc.c
+--- linux-3.0.4/fs/cachefiles/proc.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/cachefiles/proc.c   2011-08-23 21:47:56.000000000 -0400
 @@ -14,9 +14,9 @@
  #include <linux/seq_file.h>
  #include "internal.h"
@@ -44531,9 +38267,9 @@ diff -urNp linux-2.6.39/fs/cachefiles/proc.c linux-2.6.39/fs/cachefiles/proc.c
                if (x == 0 && y == 0 && z == 0)
                        return 0;
  
-diff -urNp linux-2.6.39/fs/cachefiles/rdwr.c linux-2.6.39/fs/cachefiles/rdwr.c
---- linux-2.6.39/fs/cachefiles/rdwr.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/cachefiles/rdwr.c  2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/fs/cachefiles/rdwr.c linux-3.0.4/fs/cachefiles/rdwr.c
+--- linux-3.0.4/fs/cachefiles/rdwr.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/cachefiles/rdwr.c   2011-08-23 21:47:56.000000000 -0400
 @@ -945,7 +945,7 @@ int cachefiles_write_page(struct fscache
                        old_fs = get_fs();
                        set_fs(KERNEL_DS);
@@ -44543,21 +38279,9 @@ diff -urNp linux-2.6.39/fs/cachefiles/rdwr.c linux-2.6.39/fs/cachefiles/rdwr.c
                        set_fs(old_fs);
                        kunmap(page);
                        if (ret != len)
-diff -urNp linux-2.6.39/fs/ceph/addr.c linux-2.6.39/fs/ceph/addr.c
---- linux-2.6.39/fs/ceph/addr.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/ceph/addr.c        2011-05-22 19:36:32.000000000 -0400
-@@ -1164,7 +1164,7 @@ out:
-       return ret;
- }
--static struct vm_operations_struct ceph_vmops = {
-+static const struct vm_operations_struct ceph_vmops = {
-       .fault          = filemap_fault,
-       .page_mkwrite   = ceph_page_mkwrite,
- };
-diff -urNp linux-2.6.39/fs/ceph/dir.c linux-2.6.39/fs/ceph/dir.c
---- linux-2.6.39/fs/ceph/dir.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/ceph/dir.c 2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/fs/ceph/dir.c linux-3.0.4/fs/ceph/dir.c
+--- linux-3.0.4/fs/ceph/dir.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/ceph/dir.c  2011-08-23 21:47:56.000000000 -0400
 @@ -226,7 +226,7 @@ static int ceph_readdir(struct file *fil
        struct ceph_fs_client *fsc = ceph_inode_to_client(inode);
        struct ceph_mds_client *mdsc = fsc->mdsc;
@@ -44567,21 +38291,23 @@ diff -urNp linux-2.6.39/fs/ceph/dir.c linux-2.6.39/fs/ceph/dir.c
        int err;
        u32 ftype;
        struct ceph_mds_reply_info_parsed *rinfo;
-@@ -360,7 +360,7 @@ more:
-       rinfo = &fi->last_readdir->r_reply_info;
-       dout("readdir frag %x num %d off %d chunkoff %d\n", frag,
-            rinfo->dir_nr, off, fi->offset);
--      while (off - fi->offset >= 0 && off - fi->offset < rinfo->dir_nr) {
-+      while (off >= fi->offset && off - fi->offset < rinfo->dir_nr) {
-               u64 pos = ceph_make_fpos(frag, off);
-               struct ceph_mds_reply_inode *in =
-                       rinfo->dir_in[off - fi->offset].in;
-diff -urNp linux-2.6.39/fs/cifs/cifs_debug.c linux-2.6.39/fs/cifs/cifs_debug.c
---- linux-2.6.39/fs/cifs/cifs_debug.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/cifs/cifs_debug.c  2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/fs/cifs/cifs_debug.c linux-3.0.4/fs/cifs/cifs_debug.c
+--- linux-3.0.4/fs/cifs/cifs_debug.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/cifs/cifs_debug.c   2011-08-25 17:18:05.000000000 -0400
+@@ -265,8 +265,8 @@ static ssize_t cifs_stats_proc_write(str
+       if (c == '1' || c == 'y' || c == 'Y' || c == '0') {
+ #ifdef CONFIG_CIFS_STATS2
+-              atomic_set(&totBufAllocCount, 0);
+-              atomic_set(&totSmBufAllocCount, 0);
++              atomic_set_unchecked(&totBufAllocCount, 0);
++              atomic_set_unchecked(&totSmBufAllocCount, 0);
+ #endif /* CONFIG_CIFS_STATS2 */
+               spin_lock(&cifs_tcp_ses_lock);
+               list_for_each(tmp1, &cifs_tcp_ses_list) {
 @@ -279,25 +279,25 @@ static ssize_t cifs_stats_proc_write(str
                                        tcon = list_entry(tmp3,
-                                                         struct cifsTconInfo,
+                                                         struct cifs_tcon,
                                                          tcon_list);
 -                                      atomic_set(&tcon->num_smbs_sent, 0);
 -                                      atomic_set(&tcon->num_writes, 0);
@@ -44624,6 +38350,17 @@ diff -urNp linux-2.6.39/fs/cifs/cifs_debug.c linux-2.6.39/fs/cifs/cifs_debug.c
                                }
                        }
                }
+@@ -327,8 +327,8 @@ static int cifs_stats_proc_show(struct s
+                       smBufAllocCount.counter, cifs_min_small);
+ #ifdef CONFIG_CIFS_STATS2
+       seq_printf(m, "Total Large %d Small %d Allocations\n",
+-                              atomic_read(&totBufAllocCount),
+-                              atomic_read(&totSmBufAllocCount));
++                              atomic_read_unchecked(&totBufAllocCount),
++                              atomic_read_unchecked(&totSmBufAllocCount));
+ #endif /* CONFIG_CIFS_STATS2 */
+       seq_printf(m, "Operations (MIDs): %d\n", atomic_read(&midCount));
 @@ -357,41 +357,41 @@ static int cifs_stats_proc_show(struct s
                                if (tcon->need_reconnect)
                                        seq_puts(m, "\tDISCONNECTED ");
@@ -44686,10 +38423,42 @@ diff -urNp linux-2.6.39/fs/cifs/cifs_debug.c linux-2.6.39/fs/cifs/cifs_debug.c
                        }
                }
        }
-diff -urNp linux-2.6.39/fs/cifs/cifsglob.h linux-2.6.39/fs/cifs/cifsglob.h
---- linux-2.6.39/fs/cifs/cifsglob.h    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/cifs/cifsglob.h    2011-05-22 19:36:32.000000000 -0400
-@@ -305,28 +305,28 @@ struct cifsTconInfo {
+diff -urNp linux-3.0.4/fs/cifs/cifsfs.c linux-3.0.4/fs/cifs/cifsfs.c
+--- linux-3.0.4/fs/cifs/cifsfs.c       2011-09-02 18:11:21.000000000 -0400
++++ linux-3.0.4/fs/cifs/cifsfs.c       2011-08-25 17:18:05.000000000 -0400
+@@ -994,7 +994,7 @@ cifs_init_request_bufs(void)
+       cifs_req_cachep = kmem_cache_create("cifs_request",
+                                           CIFSMaxBufSize +
+                                           MAX_CIFS_HDR_SIZE, 0,
+-                                          SLAB_HWCACHE_ALIGN, NULL);
++                                          SLAB_HWCACHE_ALIGN | SLAB_USERCOPY, NULL);
+       if (cifs_req_cachep == NULL)
+               return -ENOMEM;
+@@ -1021,7 +1021,7 @@ cifs_init_request_bufs(void)
+       efficient to alloc 1 per page off the slab compared to 17K (5page)
+       alloc of large cifs buffers even when page debugging is on */
+       cifs_sm_req_cachep = kmem_cache_create("cifs_small_rq",
+-                      MAX_CIFS_SMALL_BUFFER_SIZE, 0, SLAB_HWCACHE_ALIGN,
++                      MAX_CIFS_SMALL_BUFFER_SIZE, 0, SLAB_HWCACHE_ALIGN | SLAB_USERCOPY,
+                       NULL);
+       if (cifs_sm_req_cachep == NULL) {
+               mempool_destroy(cifs_req_poolp);
+@@ -1106,8 +1106,8 @@ init_cifs(void)
+       atomic_set(&bufAllocCount, 0);
+       atomic_set(&smBufAllocCount, 0);
+ #ifdef CONFIG_CIFS_STATS2
+-      atomic_set(&totBufAllocCount, 0);
+-      atomic_set(&totSmBufAllocCount, 0);
++      atomic_set_unchecked(&totBufAllocCount, 0);
++      atomic_set_unchecked(&totSmBufAllocCount, 0);
+ #endif /* CONFIG_CIFS_STATS2 */
+       atomic_set(&midCount, 0);
+diff -urNp linux-3.0.4/fs/cifs/cifsglob.h linux-3.0.4/fs/cifs/cifsglob.h
+--- linux-3.0.4/fs/cifs/cifsglob.h     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/cifs/cifsglob.h     2011-08-25 17:18:05.000000000 -0400
+@@ -381,28 +381,28 @@ struct cifs_tcon {
        __u16 Flags;            /* optional support bits */
        enum statusEnum tidStatus;
  #ifdef CONFIG_CIFS_STATS
@@ -44740,19 +38509,30 @@ diff -urNp linux-2.6.39/fs/cifs/cifsglob.h linux-2.6.39/fs/cifs/cifsglob.h
  #ifdef CONFIG_CIFS_STATS2
        unsigned long long time_writes;
        unsigned long long time_reads;
-@@ -509,7 +509,7 @@ static inline char CIFS_DIR_SEP(const st
+@@ -613,7 +613,7 @@ convert_delimiter(char *path, char delim
  }
  
  #ifdef CONFIG_CIFS_STATS
 -#define cifs_stats_inc atomic_inc
 +#define cifs_stats_inc atomic_inc_unchecked
  
- static inline void cifs_stats_bytes_written(struct cifsTconInfo *tcon,
+ static inline void cifs_stats_bytes_written(struct cifs_tcon *tcon,
                                            unsigned int bytes)
-diff -urNp linux-2.6.39/fs/cifs/link.c linux-2.6.39/fs/cifs/link.c
---- linux-2.6.39/fs/cifs/link.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/cifs/link.c        2011-05-22 19:36:32.000000000 -0400
-@@ -577,7 +577,7 @@ symlink_exit:
+@@ -911,8 +911,8 @@ GLOBAL_EXTERN atomic_t tconInfoReconnect
+ /* Various Debug counters */
+ GLOBAL_EXTERN atomic_t bufAllocCount;    /* current number allocated  */
+ #ifdef CONFIG_CIFS_STATS2
+-GLOBAL_EXTERN atomic_t totBufAllocCount; /* total allocated over all time */
+-GLOBAL_EXTERN atomic_t totSmBufAllocCount;
++GLOBAL_EXTERN atomic_unchecked_t totBufAllocCount; /* total allocated over all time */
++GLOBAL_EXTERN atomic_unchecked_t totSmBufAllocCount;
+ #endif
+ GLOBAL_EXTERN atomic_t smBufAllocCount;
+ GLOBAL_EXTERN atomic_t midCount;
+diff -urNp linux-3.0.4/fs/cifs/link.c linux-3.0.4/fs/cifs/link.c
+--- linux-3.0.4/fs/cifs/link.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/cifs/link.c 2011-08-23 21:47:56.000000000 -0400
+@@ -587,7 +587,7 @@ symlink_exit:
  
  void cifs_put_link(struct dentry *direntry, struct nameidata *nd, void *cookie)
  {
@@ -44761,9 +38541,30 @@ diff -urNp linux-2.6.39/fs/cifs/link.c linux-2.6.39/fs/cifs/link.c
        if (!IS_ERR(p))
                kfree(p);
  }
-diff -urNp linux-2.6.39/fs/coda/cache.c linux-2.6.39/fs/coda/cache.c
---- linux-2.6.39/fs/coda/cache.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/coda/cache.c       2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/fs/cifs/misc.c linux-3.0.4/fs/cifs/misc.c
+--- linux-3.0.4/fs/cifs/misc.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/cifs/misc.c 2011-08-25 17:18:05.000000000 -0400
+@@ -156,7 +156,7 @@ cifs_buf_get(void)
+               memset(ret_buf, 0, sizeof(struct smb_hdr) + 3);
+               atomic_inc(&bufAllocCount);
+ #ifdef CONFIG_CIFS_STATS2
+-              atomic_inc(&totBufAllocCount);
++              atomic_inc_unchecked(&totBufAllocCount);
+ #endif /* CONFIG_CIFS_STATS2 */
+       }
+@@ -191,7 +191,7 @@ cifs_small_buf_get(void)
+       /*      memset(ret_buf, 0, sizeof(struct smb_hdr) + 27);*/
+               atomic_inc(&smBufAllocCount);
+ #ifdef CONFIG_CIFS_STATS2
+-              atomic_inc(&totSmBufAllocCount);
++              atomic_inc_unchecked(&totSmBufAllocCount);
+ #endif /* CONFIG_CIFS_STATS2 */
+       }
+diff -urNp linux-3.0.4/fs/coda/cache.c linux-3.0.4/fs/coda/cache.c
+--- linux-3.0.4/fs/coda/cache.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/coda/cache.c        2011-08-23 21:47:56.000000000 -0400
 @@ -24,7 +24,7 @@
  #include "coda_linux.h"
  #include "coda_cache.h"
@@ -44808,9 +38609,9 @@ diff -urNp linux-2.6.39/fs/coda/cache.c linux-2.6.39/fs/coda/cache.c
        spin_unlock(&cii->c_lock);
  
        return hit;
-diff -urNp linux-2.6.39/fs/compat_binfmt_elf.c linux-2.6.39/fs/compat_binfmt_elf.c
---- linux-2.6.39/fs/compat_binfmt_elf.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/compat_binfmt_elf.c        2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/fs/compat_binfmt_elf.c linux-3.0.4/fs/compat_binfmt_elf.c
+--- linux-3.0.4/fs/compat_binfmt_elf.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/compat_binfmt_elf.c 2011-08-23 21:47:56.000000000 -0400
 @@ -30,11 +30,13 @@
  #undef        elf_phdr
  #undef        elf_shdr
@@ -44825,9 +38626,9 @@ diff -urNp linux-2.6.39/fs/compat_binfmt_elf.c linux-2.6.39/fs/compat_binfmt_elf
  #define elf_addr_t    Elf32_Addr
  
  /*
-diff -urNp linux-2.6.39/fs/compat.c linux-2.6.39/fs/compat.c
---- linux-2.6.39/fs/compat.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/compat.c   2011-05-22 19:41:37.000000000 -0400
+diff -urNp linux-3.0.4/fs/compat.c linux-3.0.4/fs/compat.c
+--- linux-3.0.4/fs/compat.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/compat.c    2011-08-23 22:49:33.000000000 -0400
 @@ -566,7 +566,7 @@ ssize_t compat_rw_copy_check_uvector(int
                goto out;
  
@@ -44918,96 +38719,7 @@ diff -urNp linux-2.6.39/fs/compat.c linux-2.6.39/fs/compat.c
  
        error = vfs_readdir(file, compat_filldir64, &buf);
        if (error >= 0)
-@@ -1436,6 +1454,11 @@ int compat_do_execve(char * filename,
-       compat_uptr_t __user *envp,
-       struct pt_regs * regs)
- {
-+#ifdef CONFIG_GRKERNSEC
-+      struct file *old_exec_file;
-+      struct acl_subject_label *old_acl;
-+      struct rlimit old_rlim[RLIM_NLIMITS];
-+#endif
-       struct linux_binprm *bprm;
-       struct file *file;
-       struct files_struct *displaced;
-@@ -1472,6 +1495,19 @@ int compat_do_execve(char * filename,
-       bprm->filename = filename;
-       bprm->interp = filename;
-+      if (gr_process_user_ban()) {
-+              retval = -EPERM;
-+              goto out_file;
-+      }
-+
-+      gr_learn_resource(current, RLIMIT_NPROC, atomic_read(&current->cred->user->processes), 1);
-+      retval = -EAGAIN;
-+      if (gr_handle_nproc())
-+              goto out_file;
-+      retval = -EACCES;
-+      if (!gr_acl_handle_execve(file->f_dentry, file->f_vfsmnt))
-+              goto out_file;
-+
-       retval = bprm_mm_init(bprm);
-       if (retval)
-               goto out_file;
-@@ -1501,9 +1537,40 @@ int compat_do_execve(char * filename,
-       if (retval < 0)
-               goto out;
-+      if (!gr_tpe_allow(file)) {
-+              retval = -EACCES;
-+              goto out;
-+      }
-+
-+      if (gr_check_crash_exec(file)) {
-+              retval = -EACCES;
-+              goto out;
-+      }
-+
-+      gr_log_chroot_exec(file->f_dentry, file->f_vfsmnt);
-+
-+      gr_handle_exec_args_compat(bprm, argv);
-+
-+#ifdef CONFIG_GRKERNSEC
-+      old_acl = current->acl;
-+      memcpy(old_rlim, current->signal->rlim, sizeof(old_rlim));
-+      old_exec_file = current->exec_file;
-+      get_file(file);
-+      current->exec_file = file;
-+#endif
-+
-+      retval = gr_set_proc_label(file->f_dentry, file->f_vfsmnt,
-+                                 bprm->unsafe & LSM_UNSAFE_SHARE);
-+      if (retval < 0)
-+              goto out_fail;
-+
-       retval = search_binary_handler(bprm, regs);
-       if (retval < 0)
--              goto out;
-+              goto out_fail;
-+#ifdef CONFIG_GRKERNSEC
-+      if (old_exec_file)
-+              fput(old_exec_file);
-+#endif
-       /* execve succeeded */
-       current->fs->in_exec = 0;
-@@ -1514,6 +1581,14 @@ int compat_do_execve(char * filename,
-               put_files_struct(displaced);
-       return retval;
-+out_fail:
-+#ifdef CONFIG_GRKERNSEC
-+      current->acl = old_acl;
-+      memcpy(current->signal->rlim, old_rlim, sizeof(old_rlim));
-+      fput(current->exec_file);
-+      current->exec_file = old_exec_file;
-+#endif
-+
- out:
-       if (bprm->mm) {
-               acct_arg_size(bprm, 0);
-@@ -1681,6 +1756,8 @@ int compat_core_sys_select(int n, compat
+@@ -1446,6 +1464,8 @@ int compat_core_sys_select(int n, compat
        struct fdtable *fdt;
        long stack_fds[SELECT_STACK_ALLOC/sizeof(long)];
  
@@ -45016,9 +38728,9 @@ diff -urNp linux-2.6.39/fs/compat.c linux-2.6.39/fs/compat.c
        if (n < 0)
                goto out_nofds;
  
-diff -urNp linux-2.6.39/fs/compat_ioctl.c linux-2.6.39/fs/compat_ioctl.c
---- linux-2.6.39/fs/compat_ioctl.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/compat_ioctl.c     2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/fs/compat_ioctl.c linux-3.0.4/fs/compat_ioctl.c
+--- linux-3.0.4/fs/compat_ioctl.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/compat_ioctl.c      2011-08-23 21:47:56.000000000 -0400
 @@ -208,6 +208,8 @@ static int do_video_set_spu_palette(unsi
  
        err  = get_user(palp, &up->palette);
@@ -45039,9 +38751,9 @@ diff -urNp linux-2.6.39/fs/compat_ioctl.c linux-2.6.39/fs/compat_ioctl.c
        if (a > b)
                return 1;
        if (a < b)
-diff -urNp linux-2.6.39/fs/configfs/dir.c linux-2.6.39/fs/configfs/dir.c
---- linux-2.6.39/fs/configfs/dir.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/configfs/dir.c     2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/fs/configfs/dir.c linux-3.0.4/fs/configfs/dir.c
+--- linux-3.0.4/fs/configfs/dir.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/configfs/dir.c      2011-08-23 21:47:56.000000000 -0400
 @@ -1575,7 +1575,8 @@ static int configfs_readdir(struct file 
                        }
                        for (p=q->next; p!= &parent_sd->s_children; p=p->next) {
@@ -45066,34 +38778,10 @@ diff -urNp linux-2.6.39/fs/configfs/dir.c linux-2.6.39/fs/configfs/dir.c
  
                                /*
                                 * We'll have a dentry and an inode for
-diff -urNp linux-2.6.39/fs/configfs/file.c linux-2.6.39/fs/configfs/file.c
---- linux-2.6.39/fs/configfs/file.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/configfs/file.c    2011-05-22 19:36:32.000000000 -0400
-@@ -215,7 +215,7 @@ static int check_perm(struct inode * ino
-       struct config_item *item = configfs_get_config_item(file->f_path.dentry->d_parent);
-       struct configfs_attribute * attr = to_attr(file->f_path.dentry);
-       struct configfs_buffer * buffer;
--      struct configfs_item_operations * ops = NULL;
-+      struct configfs_item_operations *ops = NULL;
-       int error = 0;
-       if (!item || !attr)
-diff -urNp linux-2.6.39/fs/configfs/item.c linux-2.6.39/fs/configfs/item.c
---- linux-2.6.39/fs/configfs/item.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/configfs/item.c    2011-05-22 19:36:32.000000000 -0400
-@@ -123,7 +123,7 @@ void config_item_init_type_name(struct c
- EXPORT_SYMBOL(config_item_init_type_name);
- void config_group_init_type_name(struct config_group *group, const char *name,
--                       struct config_item_type *type)
-+                      struct config_item_type *type)
- {
-       config_item_set_name(&group->cg_item, name);
-       group->cg_item.ci_type = type;
-diff -urNp linux-2.6.39/fs/dcache.c linux-2.6.39/fs/dcache.c
---- linux-2.6.39/fs/dcache.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/dcache.c   2011-05-22 19:36:32.000000000 -0400
-@@ -3069,7 +3069,7 @@ void __init vfs_caches_init(unsigned lon
+diff -urNp linux-3.0.4/fs/dcache.c linux-3.0.4/fs/dcache.c
+--- linux-3.0.4/fs/dcache.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/dcache.c    2011-08-23 21:47:56.000000000 -0400
+@@ -3089,7 +3089,7 @@ void __init vfs_caches_init(unsigned lon
        mempages -= reserve;
  
        names_cachep = kmem_cache_create("names_cache", PATH_MAX, 0,
@@ -45102,22 +38790,10 @@ diff -urNp linux-2.6.39/fs/dcache.c linux-2.6.39/fs/dcache.c
  
        dcache_init();
        inode_init();
-diff -urNp linux-2.6.39/fs/dlm/lockspace.c linux-2.6.39/fs/dlm/lockspace.c
---- linux-2.6.39/fs/dlm/lockspace.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/dlm/lockspace.c    2011-05-22 19:36:32.000000000 -0400
-@@ -200,7 +200,7 @@ static int dlm_uevent(struct kset *kset,
-       return 0;
- }
--static struct kset_uevent_ops dlm_uevent_ops = {
-+static const struct kset_uevent_ops dlm_uevent_ops = {
-       .uevent = dlm_uevent,
- };
-diff -urNp linux-2.6.39/fs/ecryptfs/inode.c linux-2.6.39/fs/ecryptfs/inode.c
---- linux-2.6.39/fs/ecryptfs/inode.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/ecryptfs/inode.c   2011-05-22 19:36:32.000000000 -0400
-@@ -621,7 +621,7 @@ static int ecryptfs_readlink_lower(struc
+diff -urNp linux-3.0.4/fs/ecryptfs/inode.c linux-3.0.4/fs/ecryptfs/inode.c
+--- linux-3.0.4/fs/ecryptfs/inode.c    2011-09-02 18:11:21.000000000 -0400
++++ linux-3.0.4/fs/ecryptfs/inode.c    2011-08-23 21:47:56.000000000 -0400
+@@ -704,7 +704,7 @@ static int ecryptfs_readlink_lower(struc
        old_fs = get_fs();
        set_fs(get_ds());
        rc = lower_dentry->d_inode->i_op->readlink(lower_dentry,
@@ -45126,7 +38802,7 @@ diff -urNp linux-2.6.39/fs/ecryptfs/inode.c linux-2.6.39/fs/ecryptfs/inode.c
                                                   lower_bufsiz);
        set_fs(old_fs);
        if (rc < 0)
-@@ -667,7 +667,7 @@ static void *ecryptfs_follow_link(struct
+@@ -750,7 +750,7 @@ static void *ecryptfs_follow_link(struct
        }
        old_fs = get_fs();
        set_fs(get_ds());
@@ -45135,7 +38811,7 @@ diff -urNp linux-2.6.39/fs/ecryptfs/inode.c linux-2.6.39/fs/ecryptfs/inode.c
        set_fs(old_fs);
        if (rc < 0) {
                kfree(buf);
-@@ -682,7 +682,7 @@ out:
+@@ -765,7 +765,7 @@ out:
  static void
  ecryptfs_put_link(struct dentry *dentry, struct nameidata *nd, void *ptr)
  {
@@ -45144,9 +38820,9 @@ diff -urNp linux-2.6.39/fs/ecryptfs/inode.c linux-2.6.39/fs/ecryptfs/inode.c
        if (!IS_ERR(buf)) {
                /* Free the char* */
                kfree(buf);
-diff -urNp linux-2.6.39/fs/ecryptfs/miscdev.c linux-2.6.39/fs/ecryptfs/miscdev.c
---- linux-2.6.39/fs/ecryptfs/miscdev.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/ecryptfs/miscdev.c 2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/fs/ecryptfs/miscdev.c linux-3.0.4/fs/ecryptfs/miscdev.c
+--- linux-3.0.4/fs/ecryptfs/miscdev.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/ecryptfs/miscdev.c  2011-08-23 21:47:56.000000000 -0400
 @@ -328,7 +328,7 @@ check_list:
                goto out_unlock_msg_ctx;
        i = 5;
@@ -45156,13 +38832,13 @@ diff -urNp linux-2.6.39/fs/ecryptfs/miscdev.c linux-2.6.39/fs/ecryptfs/miscdev.c
                        goto out_unlock_msg_ctx;
                i += packet_length_size;
                if (copy_to_user(&buf[i], msg_ctx->msg, msg_ctx->msg_size))
-diff -urNp linux-2.6.39/fs/exec.c linux-2.6.39/fs/exec.c
---- linux-2.6.39/fs/exec.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/exec.c     2011-05-22 20:44:52.000000000 -0400
+diff -urNp linux-3.0.4/fs/exec.c linux-3.0.4/fs/exec.c
+--- linux-3.0.4/fs/exec.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/exec.c      2011-08-25 17:26:58.000000000 -0400
 @@ -55,12 +55,24 @@
- #include <linux/fs_struct.h>
  #include <linux/pipe_fs_i.h>
  #include <linux/oom.h>
+ #include <linux/compat.h>
 +#include <linux/random.h>
 +#include <linux/seq_file.h>
 +
@@ -45202,7 +38878,7 @@ diff -urNp linux-2.6.39/fs/exec.c linux-2.6.39/fs/exec.c
                .acc_mode = MAY_READ | MAY_EXEC | MAY_OPEN,
                .intent = LOOKUP_OPEN
        };
-@@ -190,18 +202,10 @@ struct page *get_arg_page(struct linux_b
+@@ -195,18 +207,10 @@ static struct page *get_arg_page(struct 
                int write)
  {
        struct page *page;
@@ -45210,7 +38886,7 @@ diff -urNp linux-2.6.39/fs/exec.c linux-2.6.39/fs/exec.c
  
 -#ifdef CONFIG_STACK_GROWSUP
 -      if (write) {
--              ret = expand_stack_downwards(bprm->vma, pos);
+-              ret = expand_downwards(bprm->vma, pos);
 -              if (ret < 0)
 -                      return NULL;
 -      }
@@ -45218,13 +38894,13 @@ diff -urNp linux-2.6.39/fs/exec.c linux-2.6.39/fs/exec.c
 -      ret = get_user_pages(current, bprm->mm, pos,
 -                      1, write, 1, &page, NULL);
 -      if (ret <= 0)
-+      if (0 > expand_stack_downwards(bprm->vma, pos))
++      if (0 > expand_downwards(bprm->vma, pos))
 +              return NULL;
 +      if (0 >= get_user_pages(current, bprm->mm, pos, 1, write, 1, &page, NULL))
                return NULL;
  
        if (write) {
-@@ -276,6 +280,11 @@ static int __bprm_mm_init(struct linux_b
+@@ -281,6 +285,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 | VM_STACK_INCOMPLETE_SETUP;
@@ -45236,7 +38912,7 @@ diff -urNp linux-2.6.39/fs/exec.c linux-2.6.39/fs/exec.c
        vma->vm_page_prot = vm_get_page_prot(vma->vm_flags);
        INIT_LIST_HEAD(&vma->anon_vma_chain);
  
-@@ -290,6 +299,12 @@ static int __bprm_mm_init(struct linux_b
+@@ -295,6 +304,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 *);
@@ -45249,18 +38925,39 @@ diff -urNp linux-2.6.39/fs/exec.c linux-2.6.39/fs/exec.c
        return 0;
  err:
        up_write(&mm->mmap_sem);
-@@ -525,7 +540,7 @@ int copy_strings_kernel(int argc, const 
+@@ -403,19 +418,7 @@ err:
+       return err;
+ }
+-struct user_arg_ptr {
+-#ifdef CONFIG_COMPAT
+-      bool is_compat;
+-#endif
+-      union {
+-              const char __user *const __user *native;
+-#ifdef CONFIG_COMPAT
+-              compat_uptr_t __user *compat;
+-#endif
+-      } ptr;
+-};
+-
+-static const char __user *get_user_arg_ptr(struct user_arg_ptr argv, int nr)
++const char __user *get_user_arg_ptr(struct user_arg_ptr argv, int nr)
+ {
+       const char __user *native;
+@@ -566,7 +569,7 @@ int copy_strings_kernel(int argc, const 
        int r;
        mm_segment_t oldfs = get_fs();
+       struct user_arg_ptr argv = {
+-              .ptr.native = (const char __user *const  __user *)__argv,
++              .ptr.native = (__force const char __user *const  __user *)__argv,
+       };
        set_fs(KERNEL_DS);
--      r = copy_strings(argc, (const char __user *const  __user *)argv, bprm);
-+      r = copy_strings(argc, (__force const char __user *const __user *)argv, bprm);
-       set_fs(oldfs);
-       return r;
- }
-@@ -555,7 +570,8 @@ static int shift_arg_pages(struct vm_are
+@@ -601,7 +604,8 @@ static int shift_arg_pages(struct vm_are
        unsigned long new_end = old_end - shift;
-       struct mmu_gather *tlb;
+       struct mmu_gather tlb;
  
 -      BUG_ON(new_start > new_end);
 +      if (new_start >= new_end || new_start < mmap_min_addr)
@@ -45268,7 +38965,7 @@ diff -urNp linux-2.6.39/fs/exec.c linux-2.6.39/fs/exec.c
  
        /*
         * ensure there are no vmas between where we want to go
-@@ -564,6 +580,10 @@ static int shift_arg_pages(struct vm_are
+@@ -610,6 +614,10 @@ static int shift_arg_pages(struct vm_are
        if (vma != find_vma(mm, new_start))
                return -EFAULT;
  
@@ -45279,7 +38976,7 @@ diff -urNp linux-2.6.39/fs/exec.c linux-2.6.39/fs/exec.c
        /*
         * cover the whole range: [new_start, old_end)
         */
-@@ -644,10 +664,6 @@ int setup_arg_pages(struct linux_binprm 
+@@ -690,10 +698,6 @@ int setup_arg_pages(struct linux_binprm 
        stack_top = arch_align_stack(stack_top);
        stack_top = PAGE_ALIGN(stack_top);
  
@@ -45290,7 +38987,7 @@ diff -urNp linux-2.6.39/fs/exec.c linux-2.6.39/fs/exec.c
        stack_shift = vma->vm_end - stack_top;
  
        bprm->p -= stack_shift;
-@@ -659,8 +675,28 @@ int setup_arg_pages(struct linux_binprm 
+@@ -705,8 +709,28 @@ int setup_arg_pages(struct linux_binprm 
        bprm->exec -= stack_shift;
  
        down_write(&mm->mmap_sem);
@@ -45319,7 +39016,7 @@ diff -urNp linux-2.6.39/fs/exec.c linux-2.6.39/fs/exec.c
        /*
         * Adjust stack execute permissions; explicitly enable for
         * EXSTACK_ENABLE_X, disable for EXSTACK_DISABLE_X and leave alone
-@@ -679,13 +715,6 @@ int setup_arg_pages(struct linux_binprm 
+@@ -725,13 +749,6 @@ int setup_arg_pages(struct linux_binprm 
                goto out_unlock;
        BUG_ON(prev != vma);
  
@@ -45333,7 +39030,7 @@ diff -urNp linux-2.6.39/fs/exec.c linux-2.6.39/fs/exec.c
        /* mprotect_fixup is overkill to remove the temporary stack flags */
        vma->vm_flags &= ~VM_STACK_INCOMPLETE_SETUP;
  
-@@ -725,7 +754,7 @@ struct file *open_exec(const char *name)
+@@ -771,7 +788,7 @@ struct file *open_exec(const char *name)
        struct file *file;
        int err;
        static const struct open_flags open_exec_flags = {
@@ -45342,7 +39039,7 @@ diff -urNp linux-2.6.39/fs/exec.c linux-2.6.39/fs/exec.c
                .acc_mode = MAY_EXEC | MAY_OPEN,
                .intent = LOOKUP_OPEN
        };
-@@ -766,7 +795,7 @@ int kernel_read(struct file *file, loff_
+@@ -812,7 +829,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() */
@@ -45351,7 +39048,7 @@ diff -urNp linux-2.6.39/fs/exec.c linux-2.6.39/fs/exec.c
        set_fs(old_fs);
        return result;
  }
-@@ -1188,7 +1217,7 @@ int check_unsafe_exec(struct linux_binpr
+@@ -1236,7 +1253,7 @@ int check_unsafe_exec(struct linux_binpr
        }
        rcu_read_unlock();
  
@@ -45360,9 +39057,9 @@ diff -urNp linux-2.6.39/fs/exec.c linux-2.6.39/fs/exec.c
                bprm->unsafe |= LSM_UNSAFE_SHARE;
        } else {
                res = -EAGAIN;
-@@ -1384,6 +1413,11 @@ int do_execve(const char * filename,
-       const char __user *const __user *envp,
-       struct pt_regs * regs)
+@@ -1428,11 +1445,35 @@ static int do_execve_common(const char *
+                               struct user_arg_ptr envp,
+                               struct pt_regs *regs)
  {
 +#ifdef CONFIG_GRKERNSEC
 +      struct file *old_exec_file;
@@ -45372,7 +39069,31 @@ diff -urNp linux-2.6.39/fs/exec.c linux-2.6.39/fs/exec.c
        struct linux_binprm *bprm;
        struct file *file;
        struct files_struct *displaced;
-@@ -1420,6 +1454,23 @@ int do_execve(const char * filename,
+       bool clear_in_exec;
+       int retval;
++      const struct cred *cred = current_cred();
++
++      gr_learn_resource(current, RLIMIT_NPROC, atomic_read(&current->cred->user->processes), 1);
++
++      /*
++       * We move the actual failure in case of RLIMIT_NPROC excess from
++       * set*uid() to execve() because too many poorly written programs
++       * don't check setuid() return code.  Here we additionally recheck
++       * whether NPROC limit is still exceeded.
++       */
++      if ((current->flags & PF_NPROC_EXCEEDED) &&
++          atomic_read(&cred->user->processes) > rlimit(RLIMIT_NPROC)) {
++              retval = -EAGAIN;
++              goto out_ret;
++      }
++
++      /* We're below the limit (still or again), so we don't want to make
++       * further execve() calls fail. */
++      current->flags &= ~PF_NPROC_EXCEEDED;
+       retval = unshare_files(&displaced);
+       if (retval)
+@@ -1464,6 +1505,16 @@ static int do_execve_common(const char *
        bprm->filename = filename;
        bprm->interp = filename;
  
@@ -45381,13 +39102,6 @@ diff -urNp linux-2.6.39/fs/exec.c linux-2.6.39/fs/exec.c
 +              goto out_file;
 +      }
 +
-+      gr_learn_resource(current, RLIMIT_NPROC, atomic_read(&current->cred->user->processes), 1);
-+
-+      if (gr_handle_nproc()) {
-+              retval = -EAGAIN;
-+              goto out_file;
-+      }
-+
 +      if (!gr_acl_handle_execve(file->f_dentry, file->f_vfsmnt)) {
 +              retval = -EACCES;
 +              goto out_file;
@@ -45396,7 +39110,7 @@ diff -urNp linux-2.6.39/fs/exec.c linux-2.6.39/fs/exec.c
        retval = bprm_mm_init(bprm);
        if (retval)
                goto out_file;
-@@ -1449,9 +1500,40 @@ int do_execve(const char * filename,
+@@ -1493,9 +1544,40 @@ static int do_execve_common(const char *
        if (retval < 0)
                goto out;
  
@@ -45438,7 +39152,7 @@ diff -urNp linux-2.6.39/fs/exec.c linux-2.6.39/fs/exec.c
  
        /* execve succeeded */
        current->fs->in_exec = 0;
-@@ -1462,6 +1544,14 @@ int do_execve(const char * filename,
+@@ -1506,6 +1588,14 @@ static int do_execve_common(const char *
                put_files_struct(displaced);
        return retval;
  
@@ -45453,7 +39167,7 @@ diff -urNp linux-2.6.39/fs/exec.c linux-2.6.39/fs/exec.c
  out:
        if (bprm->mm) {
                acct_arg_size(bprm, 0);
-@@ -1507,7 +1597,7 @@ static int expand_corename(struct core_n
+@@ -1579,7 +1669,7 @@ static int expand_corename(struct core_n
  {
        char *old_corename = cn->corename;
  
@@ -45462,7 +39176,7 @@ diff -urNp linux-2.6.39/fs/exec.c linux-2.6.39/fs/exec.c
        cn->corename = krealloc(old_corename, cn->size, GFP_KERNEL);
  
        if (!cn->corename) {
-@@ -1560,7 +1650,7 @@ static int format_corename(struct core_n
+@@ -1667,7 +1757,7 @@ static int format_corename(struct core_n
        int pid_in_pattern = 0;
        int err = 0;
  
@@ -45471,7 +39185,7 @@ diff -urNp linux-2.6.39/fs/exec.c linux-2.6.39/fs/exec.c
        cn->corename = kmalloc(cn->size, GFP_KERNEL);
        cn->used = 0;
  
-@@ -1648,6 +1738,208 @@ out:
+@@ -1758,6 +1848,219 @@ out:
        return ispipe;
  }
  
@@ -45663,7 +39377,7 @@ diff -urNp linux-2.6.39/fs/exec.c linux-2.6.39/fs/exec.c
 +}
 +
 +
-+void pax_report_usercopy(const void *ptr, unsigned long len, bool to, const char *type)
++NORET_TYPE void pax_report_usercopy(const void *ptr, unsigned long len, bool to, const char *type)
 +{
 +      if (current->signal->curr_ip)
 +              printk(KERN_ERR "PAX: From %pI4: kernel memory %s attempt detected %s %p (%s) (%lu bytes)\n",
@@ -45676,11 +39390,22 @@ diff -urNp linux-2.6.39/fs/exec.c linux-2.6.39/fs/exec.c
 +      do_group_exit(SIGKILL);
 +}
 +#endif
++
++#ifdef CONFIG_PAX_MEMORY_STACKLEAK
++void pax_track_stack(void)
++{
++      unsigned long sp = (unsigned long)&sp;
++      if (sp < current_thread_info()->lowest_stack &&
++          sp > (unsigned long)task_stack_page(current))
++              current_thread_info()->lowest_stack = sp;
++}
++EXPORT_SYMBOL(pax_track_stack);
++#endif
 +
  static int zap_process(struct task_struct *start, int exit_code)
  {
        struct task_struct *t;
-@@ -1858,17 +2150,17 @@ static void wait_for_dump_helpers(struct
+@@ -1969,17 +2272,17 @@ static void wait_for_dump_helpers(struct
        pipe = file->f_path.dentry->d_inode->i_pipe;
  
        pipe_lock(pipe);
@@ -45703,7 +39428,7 @@ diff -urNp linux-2.6.39/fs/exec.c linux-2.6.39/fs/exec.c
        pipe_unlock(pipe);
  
  }
-@@ -1929,7 +2221,7 @@ void do_coredump(long signr, int exit_co
+@@ -2040,7 +2343,7 @@ void do_coredump(long signr, int exit_co
        int retval = 0;
        int flag = 0;
        int ispipe;
@@ -45712,7 +39437,7 @@ diff -urNp linux-2.6.39/fs/exec.c linux-2.6.39/fs/exec.c
        struct coredump_params cprm = {
                .signr = signr,
                .regs = regs,
-@@ -1944,6 +2236,9 @@ void do_coredump(long signr, int exit_co
+@@ -2055,6 +2358,9 @@ void do_coredump(long signr, int exit_co
  
        audit_core_dumps(signr);
  
@@ -45722,7 +39447,7 @@ diff -urNp linux-2.6.39/fs/exec.c linux-2.6.39/fs/exec.c
        binfmt = mm->binfmt;
        if (!binfmt || !binfmt->core_dump)
                goto fail;
-@@ -1984,6 +2279,8 @@ void do_coredump(long signr, int exit_co
+@@ -2095,6 +2401,8 @@ void do_coredump(long signr, int exit_co
                goto fail_corename;
        }
  
@@ -45731,7 +39456,7 @@ diff -urNp linux-2.6.39/fs/exec.c linux-2.6.39/fs/exec.c
        if (ispipe) {
                int dump_count;
                char **helper_argv;
-@@ -2011,7 +2308,7 @@ void do_coredump(long signr, int exit_co
+@@ -2122,7 +2430,7 @@ void do_coredump(long signr, int exit_co
                }
                cprm.limit = RLIM_INFINITY;
  
@@ -45740,7 +39465,7 @@ diff -urNp linux-2.6.39/fs/exec.c linux-2.6.39/fs/exec.c
                if (core_pipe_limit && (core_pipe_limit < dump_count)) {
                        printk(KERN_WARNING "Pid %d(%s) over core_pipe_limit\n",
                               task_tgid_vnr(current), current->comm);
-@@ -2081,7 +2378,7 @@ close_fail:
+@@ -2192,7 +2500,7 @@ close_fail:
                filp_close(cprm.file, NULL);
  fail_dropcount:
        if (ispipe)
@@ -45749,9 +39474,9 @@ diff -urNp linux-2.6.39/fs/exec.c linux-2.6.39/fs/exec.c
  fail_unlock:
        kfree(cn.corename);
  fail_corename:
-diff -urNp linux-2.6.39/fs/ext2/balloc.c linux-2.6.39/fs/ext2/balloc.c
---- linux-2.6.39/fs/ext2/balloc.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/ext2/balloc.c      2011-05-22 19:41:37.000000000 -0400
+diff -urNp linux-3.0.4/fs/ext2/balloc.c linux-3.0.4/fs/ext2/balloc.c
+--- linux-3.0.4/fs/ext2/balloc.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/ext2/balloc.c       2011-08-23 21:48:14.000000000 -0400
 @@ -1192,7 +1192,7 @@ static int ext2_has_free_blocks(struct e
  
        free_blocks = percpu_counter_read_positive(&sbi->s_freeblocks_counter);
@@ -45761,9 +39486,9 @@ diff -urNp linux-2.6.39/fs/ext2/balloc.c linux-2.6.39/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.39/fs/ext3/balloc.c linux-2.6.39/fs/ext3/balloc.c
---- linux-2.6.39/fs/ext3/balloc.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/ext3/balloc.c      2011-05-22 19:41:37.000000000 -0400
+diff -urNp linux-3.0.4/fs/ext3/balloc.c linux-3.0.4/fs/ext3/balloc.c
+--- linux-3.0.4/fs/ext3/balloc.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/ext3/balloc.c       2011-08-23 21:48:14.000000000 -0400
 @@ -1441,7 +1441,7 @@ static int ext3_has_free_blocks(struct e
  
        free_blocks = percpu_counter_read_positive(&sbi->s_freeblocks_counter);
@@ -45773,22 +39498,24 @@ diff -urNp linux-2.6.39/fs/ext3/balloc.c linux-2.6.39/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.39/fs/ext4/balloc.c linux-2.6.39/fs/ext4/balloc.c
---- linux-2.6.39/fs/ext4/balloc.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/ext4/balloc.c      2011-05-22 19:41:37.000000000 -0400
-@@ -522,7 +522,7 @@ static int ext4_has_free_blocks(struct e
+diff -urNp linux-3.0.4/fs/ext4/balloc.c linux-3.0.4/fs/ext4/balloc.c
+--- linux-3.0.4/fs/ext4/balloc.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/ext4/balloc.c       2011-08-23 21:48:14.000000000 -0400
+@@ -394,8 +394,8 @@ static int ext4_has_free_blocks(struct e
        /* Hm, nope.  Are (enough) root reserved blocks available? */
        if (sbi->s_resuid == current_fsuid() ||
            ((sbi->s_resgid != 0) && in_group_p(sbi->s_resgid)) ||
--          capable(CAP_SYS_RESOURCE)) {
-+          capable_nolog(CAP_SYS_RESOURCE)) {
+-          capable(CAP_SYS_RESOURCE) ||
+-              (flags & EXT4_MB_USE_ROOT_BLOCKS)) {
++              (flags & EXT4_MB_USE_ROOT_BLOCKS) ||
++              capable_nolog(CAP_SYS_RESOURCE)) {
                if (free_blocks >= (nblocks + dirty_blocks))
                        return 1;
-       }
-diff -urNp linux-2.6.39/fs/ext4/ext4.h linux-2.6.39/fs/ext4/ext4.h
---- linux-2.6.39/fs/ext4/ext4.h        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/ext4/ext4.h        2011-05-22 19:36:32.000000000 -0400
-@@ -1166,19 +1166,19 @@ struct ext4_sb_info {
+diff -urNp linux-3.0.4/fs/ext4/ext4.h linux-3.0.4/fs/ext4/ext4.h
+--- linux-3.0.4/fs/ext4/ext4.h 2011-09-02 18:11:21.000000000 -0400
++++ linux-3.0.4/fs/ext4/ext4.h 2011-08-23 21:47:56.000000000 -0400
+@@ -1177,19 +1177,19 @@ struct ext4_sb_info {
        unsigned long s_mb_last_start;
  
        /* stats for buddy allocator */
@@ -45818,10 +39545,10 @@ diff -urNp linux-2.6.39/fs/ext4/ext4.h linux-2.6.39/fs/ext4/ext4.h
        atomic_t s_lock_busy;
  
        /* locality groups */
-diff -urNp linux-2.6.39/fs/ext4/mballoc.c linux-2.6.39/fs/ext4/mballoc.c
---- linux-2.6.39/fs/ext4/mballoc.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/ext4/mballoc.c     2011-05-22 19:36:32.000000000 -0400
-@@ -1851,7 +1851,7 @@ void ext4_mb_simple_scan_group(struct ex
+diff -urNp linux-3.0.4/fs/ext4/mballoc.c linux-3.0.4/fs/ext4/mballoc.c
+--- linux-3.0.4/fs/ext4/mballoc.c      2011-09-02 18:11:21.000000000 -0400
++++ linux-3.0.4/fs/ext4/mballoc.c      2011-08-23 21:48:14.000000000 -0400
+@@ -1793,7 +1793,7 @@ void ext4_mb_simple_scan_group(struct ex
                BUG_ON(ac->ac_b_ex.fe_len != ac->ac_g_ex.fe_len);
  
                if (EXT4_SB(sb)->s_mb_stats)
@@ -45830,7 +39557,7 @@ diff -urNp linux-2.6.39/fs/ext4/mballoc.c linux-2.6.39/fs/ext4/mballoc.c
  
                break;
        }
-@@ -2145,7 +2145,7 @@ repeat:
+@@ -2087,7 +2087,7 @@ repeat:
                        ac->ac_status = AC_STATUS_CONTINUE;
                        ac->ac_flags |= EXT4_MB_HINT_FIRST;
                        cr = 3;
@@ -45839,7 +39566,7 @@ diff -urNp linux-2.6.39/fs/ext4/mballoc.c linux-2.6.39/fs/ext4/mballoc.c
                        goto repeat;
                }
        }
-@@ -2188,6 +2188,8 @@ static int ext4_mb_seq_groups_show(struc
+@@ -2130,6 +2130,8 @@ static int ext4_mb_seq_groups_show(struc
                ext4_grpblk_t counters[16];
        } sg;
  
@@ -45848,7 +39575,7 @@ diff -urNp linux-2.6.39/fs/ext4/mballoc.c linux-2.6.39/fs/ext4/mballoc.c
        group--;
        if (group == 0)
                seq_printf(seq, "#%-5s: %-5s %-5s %-5s "
-@@ -2611,25 +2613,25 @@ int ext4_mb_release(struct super_block *
+@@ -2553,25 +2555,25 @@ int ext4_mb_release(struct super_block *
        if (sbi->s_mb_stats) {
                printk(KERN_INFO
                       "EXT4-fs: mballoc: %u blocks %u reqs (%u success)\n",
@@ -45884,7 +39611,7 @@ diff -urNp linux-2.6.39/fs/ext4/mballoc.c linux-2.6.39/fs/ext4/mballoc.c
        }
  
        free_percpu(sbi->s_locality_groups);
-@@ -3105,16 +3107,16 @@ static void ext4_mb_collect_stats(struct
+@@ -3041,16 +3043,16 @@ static void ext4_mb_collect_stats(struct
        struct ext4_sb_info *sbi = EXT4_SB(ac->ac_sb);
  
        if (sbi->s_mb_stats && ac->ac_g_ex.fe_len > 1) {
@@ -45907,7 +39634,7 @@ diff -urNp linux-2.6.39/fs/ext4/mballoc.c linux-2.6.39/fs/ext4/mballoc.c
        }
  
        if (ac->ac_op == EXT4_MB_HISTORY_ALLOC)
-@@ -3512,7 +3514,7 @@ ext4_mb_new_inode_pa(struct ext4_allocat
+@@ -3448,7 +3450,7 @@ ext4_mb_new_inode_pa(struct ext4_allocat
        trace_ext4_mb_new_inode_pa(ac, pa);
  
        ext4_mb_use_inode_pa(ac, pa);
@@ -45916,7 +39643,7 @@ diff -urNp linux-2.6.39/fs/ext4/mballoc.c linux-2.6.39/fs/ext4/mballoc.c
  
        ei = EXT4_I(ac->ac_inode);
        grp = ext4_get_group_info(sb, ac->ac_b_ex.fe_group);
-@@ -3572,7 +3574,7 @@ ext4_mb_new_group_pa(struct ext4_allocat
+@@ -3508,7 +3510,7 @@ ext4_mb_new_group_pa(struct ext4_allocat
        trace_ext4_mb_new_group_pa(ac, pa);
  
        ext4_mb_use_group_pa(ac, pa);
@@ -45925,7 +39652,7 @@ diff -urNp linux-2.6.39/fs/ext4/mballoc.c linux-2.6.39/fs/ext4/mballoc.c
  
        grp = ext4_get_group_info(sb, ac->ac_b_ex.fe_group);
        lg = ac->ac_lg;
-@@ -3659,7 +3661,7 @@ ext4_mb_release_inode_pa(struct ext4_bud
+@@ -3595,7 +3597,7 @@ ext4_mb_release_inode_pa(struct ext4_bud
                 * from the bitmap and continue.
                 */
        }
@@ -45934,7 +39661,7 @@ diff -urNp linux-2.6.39/fs/ext4/mballoc.c linux-2.6.39/fs/ext4/mballoc.c
  
        return err;
  }
-@@ -3677,7 +3679,7 @@ ext4_mb_release_group_pa(struct ext4_bud
+@@ -3613,7 +3615,7 @@ ext4_mb_release_group_pa(struct ext4_bud
        ext4_get_group_no_and_offset(sb, pa->pa_pstart, &group, &bit);
        BUG_ON(group != e4b->bd_group && pa->pa_len != 0);
        mb_free_blocks(pa->pa_inode, e4b, bit, pa->pa_len);
@@ -45943,9 +39670,9 @@ diff -urNp linux-2.6.39/fs/ext4/mballoc.c linux-2.6.39/fs/ext4/mballoc.c
        trace_ext4_mballoc_discard(sb, NULL, group, bit, pa->pa_len);
  
        return 0;
-diff -urNp linux-2.6.39/fs/fcntl.c linux-2.6.39/fs/fcntl.c
---- linux-2.6.39/fs/fcntl.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/fcntl.c    2011-05-22 20:45:50.000000000 -0400
+diff -urNp linux-3.0.4/fs/fcntl.c linux-3.0.4/fs/fcntl.c
+--- linux-3.0.4/fs/fcntl.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/fcntl.c     2011-08-23 21:48:14.000000000 -0400
 @@ -224,6 +224,11 @@ int __f_setown(struct file *filp, struct
        if (err)
                return err;
@@ -45983,9 +39710,9 @@ diff -urNp linux-2.6.39/fs/fcntl.c linux-2.6.39/fs/fcntl.c
                ));
  
        fasync_cache = kmem_cache_create("fasync_cache",
-diff -urNp linux-2.6.39/fs/fifo.c linux-2.6.39/fs/fifo.c
---- linux-2.6.39/fs/fifo.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/fifo.c     2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/fs/fifo.c linux-3.0.4/fs/fifo.c
+--- linux-3.0.4/fs/fifo.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/fifo.c      2011-08-23 21:47:56.000000000 -0400
 @@ -58,10 +58,10 @@ static int fifo_open(struct inode *inode
         */
                filp->f_op = &read_pipefifo_fops;
@@ -46056,9 +39783,9 @@ diff -urNp linux-2.6.39/fs/fifo.c linux-2.6.39/fs/fifo.c
                free_pipe_info(inode);
  
  err_nocleanup:
-diff -urNp linux-2.6.39/fs/file.c linux-2.6.39/fs/file.c
---- linux-2.6.39/fs/file.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/file.c     2011-05-22 19:41:37.000000000 -0400
+diff -urNp linux-3.0.4/fs/file.c linux-3.0.4/fs/file.c
+--- linux-3.0.4/fs/file.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/file.c      2011-08-23 21:48:14.000000000 -0400
 @@ -15,6 +15,7 @@
  #include <linux/slab.h>
  #include <linux/vmalloc.h>
@@ -46075,9 +39802,9 @@ diff -urNp linux-2.6.39/fs/file.c linux-2.6.39/fs/file.c
        if (nr >= rlimit(RLIMIT_NOFILE))
                return -EMFILE;
  
-diff -urNp linux-2.6.39/fs/filesystems.c linux-2.6.39/fs/filesystems.c
---- linux-2.6.39/fs/filesystems.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/filesystems.c      2011-05-22 19:41:37.000000000 -0400
+diff -urNp linux-3.0.4/fs/filesystems.c linux-3.0.4/fs/filesystems.c
+--- linux-3.0.4/fs/filesystems.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/filesystems.c       2011-08-23 21:48:14.000000000 -0400
 @@ -274,7 +274,12 @@ struct file_system_type *get_fs_type(con
        int len = dot ? dot - name : strlen(name);
  
@@ -46091,9 +39818,9 @@ diff -urNp linux-2.6.39/fs/filesystems.c linux-2.6.39/fs/filesystems.c
                fs = __get_fs_type(name, len);
  
        if (dot && fs && !(fs->fs_flags & FS_HAS_SUBTYPE)) {
-diff -urNp linux-2.6.39/fs/fscache/cookie.c linux-2.6.39/fs/fscache/cookie.c
---- linux-2.6.39/fs/fscache/cookie.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/fscache/cookie.c   2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/fs/fscache/cookie.c linux-3.0.4/fs/fscache/cookie.c
+--- linux-3.0.4/fs/fscache/cookie.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/fscache/cookie.c    2011-08-23 21:47:56.000000000 -0400
 @@ -68,11 +68,11 @@ struct fscache_cookie *__fscache_acquire
               parent ? (char *) parent->def->name : "<no-parent>",
               def->name, netfs_data);
@@ -46212,9 +39939,9 @@ diff -urNp linux-2.6.39/fs/fscache/cookie.c linux-2.6.39/fs/fscache/cookie.c
                wait_on_bit(&cookie->flags, FSCACHE_COOKIE_CREATING,
                            fscache_wait_bit, TASK_UNINTERRUPTIBLE);
        }
-diff -urNp linux-2.6.39/fs/fscache/internal.h linux-2.6.39/fs/fscache/internal.h
---- linux-2.6.39/fs/fscache/internal.h 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/fscache/internal.h 2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/fs/fscache/internal.h linux-3.0.4/fs/fscache/internal.h
+--- linux-3.0.4/fs/fscache/internal.h  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/fscache/internal.h  2011-08-23 21:47:56.000000000 -0400
 @@ -144,94 +144,94 @@ extern void fscache_proc_cleanup(void);
  extern atomic_t fscache_n_ops_processed[FSCACHE_MAX_THREADS];
  extern atomic_t fscache_n_objs_processed[FSCACHE_MAX_THREADS];
@@ -46418,9 +40145,9 @@ diff -urNp linux-2.6.39/fs/fscache/internal.h linux-2.6.39/fs/fscache/internal.h
  #define fscache_stat_d(stat) do {} while (0)
  #endif
  
-diff -urNp linux-2.6.39/fs/fscache/object.c linux-2.6.39/fs/fscache/object.c
---- linux-2.6.39/fs/fscache/object.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/fscache/object.c   2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/fs/fscache/object.c linux-3.0.4/fs/fscache/object.c
+--- linux-3.0.4/fs/fscache/object.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/fscache/object.c    2011-08-23 21:47:56.000000000 -0400
 @@ -128,7 +128,7 @@ static void fscache_object_state_machine
                /* update the object metadata on disk */
        case FSCACHE_OBJECT_UPDATING:
@@ -46532,9 +40259,9 @@ diff -urNp linux-2.6.39/fs/fscache/object.c linux-2.6.39/fs/fscache/object.c
                break;
  
        default:
-diff -urNp linux-2.6.39/fs/fscache/operation.c linux-2.6.39/fs/fscache/operation.c
---- linux-2.6.39/fs/fscache/operation.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/fscache/operation.c        2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/fs/fscache/operation.c linux-3.0.4/fs/fscache/operation.c
+--- linux-3.0.4/fs/fscache/operation.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/fscache/operation.c 2011-08-23 21:47:56.000000000 -0400
 @@ -17,7 +17,7 @@
  #include <linux/slab.h>
  #include "internal.h"
@@ -46544,7 +40271,7 @@ diff -urNp linux-2.6.39/fs/fscache/operation.c linux-2.6.39/fs/fscache/operation
  EXPORT_SYMBOL(fscache_op_debug_id);
  
  /**
-@@ -40,7 +40,7 @@ void fscache_enqueue_operation(struct fs
+@@ -38,7 +38,7 @@ void fscache_enqueue_operation(struct fs
        ASSERTCMP(op->object->state, >=, FSCACHE_OBJECT_AVAILABLE);
        ASSERTCMP(atomic_read(&op->usage), >, 0);
  
@@ -46553,7 +40280,7 @@ diff -urNp linux-2.6.39/fs/fscache/operation.c linux-2.6.39/fs/fscache/operation
        switch (op->flags & FSCACHE_OP_TYPE) {
        case FSCACHE_OP_ASYNC:
                _debug("queue async");
-@@ -73,7 +73,7 @@ static void fscache_run_op(struct fscach
+@@ -69,7 +69,7 @@ static void fscache_run_op(struct fscach
                wake_up_bit(&op->flags, FSCACHE_OP_WAITING);
        if (op->processor)
                fscache_enqueue_operation(op);
@@ -46562,7 +40289,7 @@ diff -urNp linux-2.6.39/fs/fscache/operation.c linux-2.6.39/fs/fscache/operation
  }
  
  /*
-@@ -104,11 +104,11 @@ int fscache_submit_exclusive_op(struct f
+@@ -98,11 +98,11 @@ int fscache_submit_exclusive_op(struct f
                if (object->n_ops > 1) {
                        atomic_inc(&op->usage);
                        list_add_tail(&op->pend_link, &object->pending_ops);
@@ -46576,7 +40303,7 @@ diff -urNp linux-2.6.39/fs/fscache/operation.c linux-2.6.39/fs/fscache/operation
                        fscache_start_operations(object);
                } else {
                        ASSERTCMP(object->n_in_progress, ==, 0);
-@@ -124,7 +124,7 @@ int fscache_submit_exclusive_op(struct f
+@@ -118,7 +118,7 @@ int fscache_submit_exclusive_op(struct f
                object->n_exclusive++;  /* reads and writes must wait */
                atomic_inc(&op->usage);
                list_add_tail(&op->pend_link, &object->pending_ops);
@@ -46585,7 +40312,7 @@ diff -urNp linux-2.6.39/fs/fscache/operation.c linux-2.6.39/fs/fscache/operation
                ret = 0;
        } else {
                /* not allowed to submit ops in any other state */
-@@ -211,11 +211,11 @@ int fscache_submit_op(struct fscache_obj
+@@ -203,11 +203,11 @@ int fscache_submit_op(struct fscache_obj
                if (object->n_exclusive > 0) {
                        atomic_inc(&op->usage);
                        list_add_tail(&op->pend_link, &object->pending_ops);
@@ -46599,7 +40326,7 @@ diff -urNp linux-2.6.39/fs/fscache/operation.c linux-2.6.39/fs/fscache/operation
                        fscache_start_operations(object);
                } else {
                        ASSERTCMP(object->n_exclusive, ==, 0);
-@@ -227,12 +227,12 @@ int fscache_submit_op(struct fscache_obj
+@@ -219,12 +219,12 @@ int fscache_submit_op(struct fscache_obj
                object->n_ops++;
                atomic_inc(&op->usage);
                list_add_tail(&op->pend_link, &object->pending_ops);
@@ -46614,7 +40341,7 @@ diff -urNp linux-2.6.39/fs/fscache/operation.c linux-2.6.39/fs/fscache/operation
                ret = -ENOBUFS;
        } else if (!test_bit(FSCACHE_IOERROR, &object->cache->flags)) {
                fscache_report_unexpected_submission(object, op, ostate);
-@@ -302,7 +302,7 @@ int fscache_cancel_op(struct fscache_ope
+@@ -294,7 +294,7 @@ int fscache_cancel_op(struct fscache_ope
  
        ret = -EBUSY;
        if (!list_empty(&op->pend_link)) {
@@ -46623,7 +40350,7 @@ diff -urNp linux-2.6.39/fs/fscache/operation.c linux-2.6.39/fs/fscache/operation
                list_del_init(&op->pend_link);
                object->n_ops--;
                if (test_bit(FSCACHE_OP_EXCLUSIVE, &op->flags))
-@@ -341,7 +341,7 @@ void fscache_put_operation(struct fscach
+@@ -331,7 +331,7 @@ void fscache_put_operation(struct fscach
        if (test_and_set_bit(FSCACHE_OP_DEAD, &op->flags))
                BUG();
  
@@ -46632,7 +40359,7 @@ diff -urNp linux-2.6.39/fs/fscache/operation.c linux-2.6.39/fs/fscache/operation
  
        if (op->release) {
                op->release(op);
-@@ -358,7 +358,7 @@ void fscache_put_operation(struct fscach
+@@ -348,7 +348,7 @@ void fscache_put_operation(struct fscach
         * lock, and defer it otherwise */
        if (!spin_trylock(&object->lock)) {
                _debug("defer put");
@@ -46641,7 +40368,7 @@ diff -urNp linux-2.6.39/fs/fscache/operation.c linux-2.6.39/fs/fscache/operation
  
                cache = object->cache;
                spin_lock(&cache->op_gc_list_lock);
-@@ -420,7 +420,7 @@ void fscache_operation_gc(struct work_st
+@@ -410,7 +410,7 @@ void fscache_operation_gc(struct work_st
  
                _debug("GC DEFERRED REL OBJ%x OP%x",
                       object->debug_id, op->debug_id);
@@ -46650,9 +40377,9 @@ diff -urNp linux-2.6.39/fs/fscache/operation.c linux-2.6.39/fs/fscache/operation
  
                ASSERTCMP(atomic_read(&op->usage), ==, 0);
  
-diff -urNp linux-2.6.39/fs/fscache/page.c linux-2.6.39/fs/fscache/page.c
---- linux-2.6.39/fs/fscache/page.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/fscache/page.c     2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/fs/fscache/page.c linux-3.0.4/fs/fscache/page.c
+--- linux-3.0.4/fs/fscache/page.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/fscache/page.c      2011-08-23 21:47:56.000000000 -0400
 @@ -60,7 +60,7 @@ bool __fscache_maybe_release_page(struct
        val = radix_tree_lookup(&cookie->stores, page->index);
        if (!val) {
@@ -46703,8 +40430,8 @@ diff -urNp linux-2.6.39/fs/fscache/page.c linux-2.6.39/fs/fscache/page.c
 +      fscache_stat_unchecked(&fscache_n_attr_changed_calls);
  
        if (fscache_object_is_active(object)) {
-               fscache_set_op_state(op, "CallFS");
-@@ -179,11 +179,11 @@ int __fscache_attr_changed(struct fscach
+               fscache_stat(&fscache_n_cop_attr_changed);
+@@ -177,11 +177,11 @@ int __fscache_attr_changed(struct fscach
  
        ASSERTCMP(cookie->def->type, !=, FSCACHE_COOKIE_TYPE_INDEX);
  
@@ -46718,7 +40445,7 @@ diff -urNp linux-2.6.39/fs/fscache/page.c linux-2.6.39/fs/fscache/page.c
                _leave(" = -ENOMEM");
                return -ENOMEM;
        }
-@@ -202,7 +202,7 @@ int __fscache_attr_changed(struct fscach
+@@ -199,7 +199,7 @@ int __fscache_attr_changed(struct fscach
        if (fscache_submit_exclusive_op(object, op) < 0)
                goto nobufs;
        spin_unlock(&cookie->lock);
@@ -46727,7 +40454,7 @@ diff -urNp linux-2.6.39/fs/fscache/page.c linux-2.6.39/fs/fscache/page.c
        fscache_put_operation(op);
        _leave(" = 0");
        return 0;
-@@ -210,7 +210,7 @@ int __fscache_attr_changed(struct fscach
+@@ -207,7 +207,7 @@ int __fscache_attr_changed(struct fscach
  nobufs:
        spin_unlock(&cookie->lock);
        kfree(op);
@@ -46736,7 +40463,7 @@ diff -urNp linux-2.6.39/fs/fscache/page.c linux-2.6.39/fs/fscache/page.c
        _leave(" = %d", -ENOBUFS);
        return -ENOBUFS;
  }
-@@ -246,7 +246,7 @@ static struct fscache_retrieval *fscache
+@@ -243,7 +243,7 @@ static struct fscache_retrieval *fscache
        /* allocate a retrieval operation and attempt to submit it */
        op = kzalloc(sizeof(*op), GFP_NOIO);
        if (!op) {
@@ -46745,7 +40472,7 @@ diff -urNp linux-2.6.39/fs/fscache/page.c linux-2.6.39/fs/fscache/page.c
                return NULL;
        }
  
-@@ -275,13 +275,13 @@ static int fscache_wait_for_deferred_loo
+@@ -271,13 +271,13 @@ static int fscache_wait_for_deferred_loo
                return 0;
        }
  
@@ -46761,7 +40488,7 @@ diff -urNp linux-2.6.39/fs/fscache/page.c linux-2.6.39/fs/fscache/page.c
                _leave(" = -ERESTARTSYS");
                return -ERESTARTSYS;
        }
-@@ -299,8 +299,8 @@ static int fscache_wait_for_deferred_loo
+@@ -295,8 +295,8 @@ static int fscache_wait_for_deferred_loo
   */
  static int fscache_wait_for_retrieval_activation(struct fscache_object *object,
                                                 struct fscache_retrieval *op,
@@ -46772,7 +40499,7 @@ diff -urNp linux-2.6.39/fs/fscache/page.c linux-2.6.39/fs/fscache/page.c
  {
        int ret;
  
-@@ -308,7 +308,7 @@ static int fscache_wait_for_retrieval_ac
+@@ -304,7 +304,7 @@ static int fscache_wait_for_retrieval_ac
                goto check_if_dead;
  
        _debug(">>> WT");
@@ -46781,7 +40508,7 @@ diff -urNp linux-2.6.39/fs/fscache/page.c linux-2.6.39/fs/fscache/page.c
        if (wait_on_bit(&op->op.flags, FSCACHE_OP_WAITING,
                        fscache_wait_bit_interruptible,
                        TASK_INTERRUPTIBLE) < 0) {
-@@ -325,7 +325,7 @@ static int fscache_wait_for_retrieval_ac
+@@ -321,7 +321,7 @@ static int fscache_wait_for_retrieval_ac
  
  check_if_dead:
        if (unlikely(fscache_object_is_dead(object))) {
@@ -46790,7 +40517,7 @@ diff -urNp linux-2.6.39/fs/fscache/page.c linux-2.6.39/fs/fscache/page.c
                return -ENOBUFS;
        }
        return 0;
-@@ -352,7 +352,7 @@ int __fscache_read_or_alloc_page(struct 
+@@ -348,7 +348,7 @@ int __fscache_read_or_alloc_page(struct 
  
        _enter("%p,%p,,,", cookie, page);
  
@@ -46799,7 +40526,7 @@ diff -urNp linux-2.6.39/fs/fscache/page.c linux-2.6.39/fs/fscache/page.c
  
        if (hlist_empty(&cookie->backing_objects))
                goto nobufs;
-@@ -386,7 +386,7 @@ int __fscache_read_or_alloc_page(struct 
+@@ -381,7 +381,7 @@ int __fscache_read_or_alloc_page(struct 
                goto nobufs_unlock;
        spin_unlock(&cookie->lock);
  
@@ -46808,7 +40535,7 @@ diff -urNp linux-2.6.39/fs/fscache/page.c linux-2.6.39/fs/fscache/page.c
  
        /* pin the netfs read context in case we need to do the actual netfs
         * read because we've encountered a cache read failure */
-@@ -416,15 +416,15 @@ int __fscache_read_or_alloc_page(struct 
+@@ -411,15 +411,15 @@ int __fscache_read_or_alloc_page(struct 
  
  error:
        if (ret == -ENOMEM)
@@ -46829,7 +40556,7 @@ diff -urNp linux-2.6.39/fs/fscache/page.c linux-2.6.39/fs/fscache/page.c
  
        fscache_put_retrieval(op);
        _leave(" = %d", ret);
-@@ -434,7 +434,7 @@ nobufs_unlock:
+@@ -429,7 +429,7 @@ nobufs_unlock:
        spin_unlock(&cookie->lock);
        kfree(op);
  nobufs:
@@ -46838,7 +40565,7 @@ diff -urNp linux-2.6.39/fs/fscache/page.c linux-2.6.39/fs/fscache/page.c
        _leave(" = -ENOBUFS");
        return -ENOBUFS;
  }
-@@ -472,7 +472,7 @@ int __fscache_read_or_alloc_pages(struct
+@@ -467,7 +467,7 @@ int __fscache_read_or_alloc_pages(struct
  
        _enter("%p,,%d,,,", cookie, *nr_pages);
  
@@ -46847,7 +40574,7 @@ diff -urNp linux-2.6.39/fs/fscache/page.c linux-2.6.39/fs/fscache/page.c
  
        if (hlist_empty(&cookie->backing_objects))
                goto nobufs;
-@@ -503,7 +503,7 @@ int __fscache_read_or_alloc_pages(struct
+@@ -497,7 +497,7 @@ int __fscache_read_or_alloc_pages(struct
                goto nobufs_unlock;
        spin_unlock(&cookie->lock);
  
@@ -46856,7 +40583,7 @@ diff -urNp linux-2.6.39/fs/fscache/page.c linux-2.6.39/fs/fscache/page.c
  
        /* pin the netfs read context in case we need to do the actual netfs
         * read because we've encountered a cache read failure */
-@@ -533,15 +533,15 @@ int __fscache_read_or_alloc_pages(struct
+@@ -527,15 +527,15 @@ int __fscache_read_or_alloc_pages(struct
  
  error:
        if (ret == -ENOMEM)
@@ -46877,7 +40604,7 @@ diff -urNp linux-2.6.39/fs/fscache/page.c linux-2.6.39/fs/fscache/page.c
  
        fscache_put_retrieval(op);
        _leave(" = %d", ret);
-@@ -551,7 +551,7 @@ nobufs_unlock:
+@@ -545,7 +545,7 @@ nobufs_unlock:
        spin_unlock(&cookie->lock);
        kfree(op);
  nobufs:
@@ -46886,7 +40613,7 @@ diff -urNp linux-2.6.39/fs/fscache/page.c linux-2.6.39/fs/fscache/page.c
        _leave(" = -ENOBUFS");
        return -ENOBUFS;
  }
-@@ -575,7 +575,7 @@ int __fscache_alloc_page(struct fscache_
+@@ -569,7 +569,7 @@ int __fscache_alloc_page(struct fscache_
  
        _enter("%p,%p,,,", cookie, page);
  
@@ -46895,7 +40622,7 @@ diff -urNp linux-2.6.39/fs/fscache/page.c linux-2.6.39/fs/fscache/page.c
  
        if (hlist_empty(&cookie->backing_objects))
                goto nobufs;
-@@ -602,7 +602,7 @@ int __fscache_alloc_page(struct fscache_
+@@ -595,7 +595,7 @@ int __fscache_alloc_page(struct fscache_
                goto nobufs_unlock;
        spin_unlock(&cookie->lock);
  
@@ -46904,7 +40631,7 @@ diff -urNp linux-2.6.39/fs/fscache/page.c linux-2.6.39/fs/fscache/page.c
  
        ret = fscache_wait_for_retrieval_activation(
                object, op,
-@@ -618,11 +618,11 @@ int __fscache_alloc_page(struct fscache_
+@@ -611,11 +611,11 @@ int __fscache_alloc_page(struct fscache_
  
  error:
        if (ret == -ERESTARTSYS)
@@ -46919,7 +40646,7 @@ diff -urNp linux-2.6.39/fs/fscache/page.c linux-2.6.39/fs/fscache/page.c
  
        fscache_put_retrieval(op);
        _leave(" = %d", ret);
-@@ -632,7 +632,7 @@ nobufs_unlock:
+@@ -625,7 +625,7 @@ nobufs_unlock:
        spin_unlock(&cookie->lock);
        kfree(op);
  nobufs:
@@ -46928,7 +40655,7 @@ diff -urNp linux-2.6.39/fs/fscache/page.c linux-2.6.39/fs/fscache/page.c
        _leave(" = -ENOBUFS");
        return -ENOBUFS;
  }
-@@ -675,7 +675,7 @@ static void fscache_write_op(struct fsca
+@@ -666,7 +666,7 @@ static void fscache_write_op(struct fsca
  
        spin_lock(&cookie->stores_lock);
  
@@ -46937,7 +40664,7 @@ diff -urNp linux-2.6.39/fs/fscache/page.c linux-2.6.39/fs/fscache/page.c
  
        /* find a page to store */
        page = NULL;
-@@ -686,7 +686,7 @@ static void fscache_write_op(struct fsca
+@@ -677,7 +677,7 @@ static void fscache_write_op(struct fsca
        page = results[0];
        _debug("gang %d [%lx]", n, page->index);
        if (page->index > op->store_limit) {
@@ -46946,16 +40673,16 @@ diff -urNp linux-2.6.39/fs/fscache/page.c linux-2.6.39/fs/fscache/page.c
                goto superseded;
        }
  
-@@ -699,7 +699,7 @@ static void fscache_write_op(struct fsca
+@@ -689,7 +689,7 @@ static void fscache_write_op(struct fsca
+       spin_unlock(&cookie->stores_lock);
        spin_unlock(&object->lock);
  
-       fscache_set_op_state(&op->op, "Store");
 -      fscache_stat(&fscache_n_store_pages);
 +      fscache_stat_unchecked(&fscache_n_store_pages);
        fscache_stat(&fscache_n_cop_write_page);
        ret = object->cache->ops->write_page(op, page);
        fscache_stat_d(&fscache_n_cop_write_page);
-@@ -769,7 +769,7 @@ int __fscache_write_page(struct fscache_
+@@ -757,7 +757,7 @@ int __fscache_write_page(struct fscache_
        ASSERTCMP(cookie->def->type, !=, FSCACHE_COOKIE_TYPE_INDEX);
        ASSERT(PageFsCache(page));
  
@@ -46964,7 +40691,7 @@ diff -urNp linux-2.6.39/fs/fscache/page.c linux-2.6.39/fs/fscache/page.c
  
        op = kzalloc(sizeof(*op), GFP_NOIO);
        if (!op)
-@@ -821,7 +821,7 @@ int __fscache_write_page(struct fscache_
+@@ -808,7 +808,7 @@ int __fscache_write_page(struct fscache_
        spin_unlock(&cookie->stores_lock);
        spin_unlock(&object->lock);
  
@@ -46973,7 +40700,7 @@ diff -urNp linux-2.6.39/fs/fscache/page.c linux-2.6.39/fs/fscache/page.c
        op->store_limit = object->store_limit;
  
        if (fscache_submit_op(object, &op->op) < 0)
-@@ -829,8 +829,8 @@ int __fscache_write_page(struct fscache_
+@@ -816,8 +816,8 @@ int __fscache_write_page(struct fscache_
  
        spin_unlock(&cookie->lock);
        radix_tree_preload_end();
@@ -46984,7 +40711,7 @@ diff -urNp linux-2.6.39/fs/fscache/page.c linux-2.6.39/fs/fscache/page.c
  
        /* the work queue now carries its own ref on the object */
        fscache_put_operation(&op->op);
-@@ -838,14 +838,14 @@ int __fscache_write_page(struct fscache_
+@@ -825,14 +825,14 @@ int __fscache_write_page(struct fscache_
        return 0;
  
  already_queued:
@@ -47001,7 +40728,7 @@ diff -urNp linux-2.6.39/fs/fscache/page.c linux-2.6.39/fs/fscache/page.c
        _leave(" = 0");
        return 0;
  
-@@ -864,14 +864,14 @@ nobufs:
+@@ -851,14 +851,14 @@ nobufs:
        spin_unlock(&cookie->lock);
        radix_tree_preload_end();
        kfree(op);
@@ -47018,7 +40745,7 @@ diff -urNp linux-2.6.39/fs/fscache/page.c linux-2.6.39/fs/fscache/page.c
        _leave(" = -ENOMEM");
        return -ENOMEM;
  }
-@@ -889,7 +889,7 @@ void __fscache_uncache_page(struct fscac
+@@ -876,7 +876,7 @@ void __fscache_uncache_page(struct fscac
        ASSERTCMP(cookie->def->type, !=, FSCACHE_COOKIE_TYPE_INDEX);
        ASSERTCMP(page, !=, NULL);
  
@@ -47027,7 +40754,7 @@ diff -urNp linux-2.6.39/fs/fscache/page.c linux-2.6.39/fs/fscache/page.c
  
        /* cache withdrawal may beat us to it */
        if (!PageFsCache(page))
-@@ -942,7 +942,7 @@ void fscache_mark_pages_cached(struct fs
+@@ -929,7 +929,7 @@ void fscache_mark_pages_cached(struct fs
        unsigned long loop;
  
  #ifdef CONFIG_FSCACHE_STATS
@@ -47036,9 +40763,9 @@ diff -urNp linux-2.6.39/fs/fscache/page.c linux-2.6.39/fs/fscache/page.c
  #endif
  
        for (loop = 0; loop < pagevec->nr; loop++) {
-diff -urNp linux-2.6.39/fs/fscache/stats.c linux-2.6.39/fs/fscache/stats.c
---- linux-2.6.39/fs/fscache/stats.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/fscache/stats.c    2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/fs/fscache/stats.c linux-3.0.4/fs/fscache/stats.c
+--- linux-3.0.4/fs/fscache/stats.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/fscache/stats.c     2011-08-23 21:47:56.000000000 -0400
 @@ -18,95 +18,95 @@
  /*
   * operation counters
@@ -47414,9 +41141,9 @@ diff -urNp linux-2.6.39/fs/fscache/stats.c linux-2.6.39/fs/fscache/stats.c
  
        seq_printf(m, "CacheOp: alo=%d luo=%d luc=%d gro=%d\n",
                   atomic_read(&fscache_n_cop_alloc_object),
-diff -urNp linux-2.6.39/fs/fs_struct.c linux-2.6.39/fs/fs_struct.c
---- linux-2.6.39/fs/fs_struct.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/fs_struct.c        2011-05-22 19:41:37.000000000 -0400
+diff -urNp linux-3.0.4/fs/fs_struct.c linux-3.0.4/fs/fs_struct.c
+--- linux-3.0.4/fs/fs_struct.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/fs_struct.c 2011-08-23 21:48:14.000000000 -0400
 @@ -4,6 +4,7 @@
  #include <linux/path.h>
  #include <linux/slab.h>
@@ -47506,65 +41233,30 @@ diff -urNp linux-2.6.39/fs/fs_struct.c linux-2.6.39/fs/fs_struct.c
                spin_unlock(&fs->lock);
  
                task_unlock(current);
-diff -urNp linux-2.6.39/fs/fuse/cuse.c linux-2.6.39/fs/fuse/cuse.c
---- linux-2.6.39/fs/fuse/cuse.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/fuse/cuse.c        2011-05-22 19:36:32.000000000 -0400
-@@ -538,8 +538,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
-@@ -585,12 +595,6 @@ static int __init cuse_init(void)
-       for (i = 0; i < CUSE_CONNTBL_LEN; i++)
+diff -urNp linux-3.0.4/fs/fuse/cuse.c linux-3.0.4/fs/fuse/cuse.c
+--- linux-3.0.4/fs/fuse/cuse.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/fuse/cuse.c 2011-08-23 21:47:56.000000000 -0400
+@@ -586,10 +586,12 @@ static int __init cuse_init(void)
                INIT_LIST_HEAD(&cuse_conntbl[i]);
  
--      /* inherit and extend fuse_dev_operations */
+       /* 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;
--
++      pax_open_kernel();
++      memcpy((void *)&cuse_channel_fops, &fuse_dev_operations, sizeof(fuse_dev_operations));
++      *(void **)&cuse_channel_fops.owner      = THIS_MODULE;
++      *(void **)&cuse_channel_fops.open       = cuse_channel_open;
++      *(void **)&cuse_channel_fops.release    = cuse_channel_release;
++      pax_close_kernel();
        cuse_class = class_create(THIS_MODULE, "cuse");
        if (IS_ERR(cuse_class))
-               return PTR_ERR(cuse_class);
-diff -urNp linux-2.6.39/fs/fuse/dev.c linux-2.6.39/fs/fuse/dev.c
---- linux-2.6.39/fs/fuse/dev.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/fuse/dev.c 2011-05-22 19:36:32.000000000 -0400
-@@ -1181,7 +1181,7 @@ static ssize_t fuse_dev_do_read(struct f
-       return err;
- }
--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)
- {
-       struct fuse_copy_state cs;
-@@ -1195,6 +1195,8 @@ static ssize_t fuse_dev_read(struct kioc
-       return fuse_dev_do_read(fc, file, &cs, iov_length(iov, nr_segs));
- }
-+EXPORT_SYMBOL_GPL(fuse_dev_read);
-+
- static int fuse_dev_pipe_buf_steal(struct pipe_inode_info *pipe,
-                                  struct pipe_buffer *buf)
- {
-@@ -1238,7 +1240,7 @@ static ssize_t fuse_dev_splice_read(stru
+diff -urNp linux-3.0.4/fs/fuse/dev.c linux-3.0.4/fs/fuse/dev.c
+--- linux-3.0.4/fs/fuse/dev.c  2011-09-02 18:11:26.000000000 -0400
++++ linux-3.0.4/fs/fuse/dev.c  2011-08-29 23:26:27.000000000 -0400
+@@ -1238,7 +1238,7 @@ static ssize_t fuse_dev_splice_read(stru
        ret = 0;
        pipe_lock(pipe);
  
@@ -47573,64 +41265,10 @@ diff -urNp linux-2.6.39/fs/fuse/dev.c linux-2.6.39/fs/fuse/dev.c
                send_sig(SIGPIPE, current, 0);
                if (!ret)
                        ret = -EPIPE;
-@@ -1731,7 +1733,7 @@ static ssize_t fuse_dev_do_write(struct 
-       return err;
- }
--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)
- {
-       struct fuse_copy_state cs;
-@@ -1744,6 +1746,8 @@ static ssize_t fuse_dev_write(struct kio
-       return fuse_dev_do_write(fc, &cs, iov_length(iov, nr_segs));
- }
-+EXPORT_SYMBOL_GPL(fuse_dev_write);
-+
- static ssize_t fuse_dev_splice_write(struct pipe_inode_info *pipe,
-                                    struct file *out, loff_t *ppos,
-                                    size_t len, unsigned int flags)
-@@ -1822,7 +1826,7 @@ out:
-       return ret;
- }
--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);
-@@ -1841,6 +1845,8 @@ static unsigned fuse_dev_poll(struct fil
-       return mask;
- }
-+EXPORT_SYMBOL_GPL(fuse_dev_poll);
-+
- /*
-  * Abort all requests on the given list (pending or processing)
-  *
-@@ -1977,7 +1983,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)
-@@ -1987,6 +1993,8 @@ static int fuse_dev_fasync(int fd, struc
-       return fasync_helper(fd, file, on, &fc->fasync);
- }
-+EXPORT_SYMBOL_GPL(fuse_dev_fasync);
-+
- const struct file_operations fuse_dev_operations = {
-       .owner          = THIS_MODULE,
-       .llseek         = no_llseek,
-diff -urNp linux-2.6.39/fs/fuse/dir.c linux-2.6.39/fs/fuse/dir.c
---- linux-2.6.39/fs/fuse/dir.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/fuse/dir.c 2011-05-22 19:36:32.000000000 -0400
-@@ -1147,7 +1147,7 @@ static char *read_link(struct dentry *de
+diff -urNp linux-3.0.4/fs/fuse/dir.c linux-3.0.4/fs/fuse/dir.c
+--- linux-3.0.4/fs/fuse/dir.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/fuse/dir.c  2011-08-23 21:47:56.000000000 -0400
+@@ -1148,7 +1148,7 @@ static char *read_link(struct dentry *de
        return link;
  }
  
@@ -47639,39 +41277,10 @@ diff -urNp linux-2.6.39/fs/fuse/dir.c linux-2.6.39/fs/fuse/dir.c
  {
        if (!IS_ERR(link))
                free_page((unsigned long) link);
-diff -urNp linux-2.6.39/fs/fuse/fuse_i.h linux-2.6.39/fs/fuse/fuse_i.h
---- linux-2.6.39/fs/fuse/fuse_i.h      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/fuse/fuse_i.h      2011-05-22 19:36:32.000000000 -0400
-@@ -540,6 +540,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.39/fs/gfs2/ops_inode.c linux-2.6.39/fs/gfs2/ops_inode.c
---- linux-2.6.39/fs/gfs2/ops_inode.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/gfs2/ops_inode.c   2011-05-22 19:36:32.000000000 -0400
-@@ -740,6 +740,8 @@ static int gfs2_rename(struct inode *odi
-       unsigned int x;
-       int error;
-+      pax_track_stack();
-+
-       if (ndentry->d_inode) {
-               nip = GFS2_I(ndentry->d_inode);
-               if (ip == nip)
-@@ -1019,7 +1021,7 @@ out:
+diff -urNp linux-3.0.4/fs/gfs2/inode.c linux-3.0.4/fs/gfs2/inode.c
+--- linux-3.0.4/fs/gfs2/inode.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/gfs2/inode.c        2011-08-23 21:47:56.000000000 -0400
+@@ -1525,7 +1525,7 @@ out:
  
  static void gfs2_put_link(struct dentry *dentry, struct nameidata *nd, void *p)
  {
@@ -47680,9 +41289,9 @@ diff -urNp linux-2.6.39/fs/gfs2/ops_inode.c linux-2.6.39/fs/gfs2/ops_inode.c
        if (!IS_ERR(s))
                kfree(s);
  }
-diff -urNp linux-2.6.39/fs/hfsplus/catalog.c linux-2.6.39/fs/hfsplus/catalog.c
---- linux-2.6.39/fs/hfsplus/catalog.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/hfsplus/catalog.c  2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/fs/hfsplus/catalog.c linux-3.0.4/fs/hfsplus/catalog.c
+--- linux-3.0.4/fs/hfsplus/catalog.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/hfsplus/catalog.c   2011-08-23 21:48:14.000000000 -0400
 @@ -179,6 +179,8 @@ int hfsplus_find_cat(struct super_block 
        int err;
        u16 type;
@@ -47710,9 +41319,9 @@ diff -urNp linux-2.6.39/fs/hfsplus/catalog.c linux-2.6.39/fs/hfsplus/catalog.c
        dprint(DBG_CAT_MOD, "rename_cat: %u - %lu,%s - %lu,%s\n",
                cnid, src_dir->i_ino, src_name->name,
                dst_dir->i_ino, dst_name->name);
-diff -urNp linux-2.6.39/fs/hfsplus/dir.c linux-2.6.39/fs/hfsplus/dir.c
---- linux-2.6.39/fs/hfsplus/dir.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/hfsplus/dir.c      2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/fs/hfsplus/dir.c linux-3.0.4/fs/hfsplus/dir.c
+--- linux-3.0.4/fs/hfsplus/dir.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/hfsplus/dir.c       2011-08-23 21:48:14.000000000 -0400
 @@ -129,6 +129,8 @@ static int hfsplus_readdir(struct file *
        struct hfsplus_readdir_data *rd;
        u16 type;
@@ -47722,9 +41331,9 @@ diff -urNp linux-2.6.39/fs/hfsplus/dir.c linux-2.6.39/fs/hfsplus/dir.c
        if (filp->f_pos >= inode->i_size)
                return 0;
  
-diff -urNp linux-2.6.39/fs/hfsplus/inode.c linux-2.6.39/fs/hfsplus/inode.c
---- linux-2.6.39/fs/hfsplus/inode.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/hfsplus/inode.c    2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/fs/hfsplus/inode.c linux-3.0.4/fs/hfsplus/inode.c
+--- linux-3.0.4/fs/hfsplus/inode.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/hfsplus/inode.c     2011-08-23 21:48:14.000000000 -0400
 @@ -489,6 +489,8 @@ int hfsplus_cat_read_inode(struct inode 
        int res = 0;
        u16 type;
@@ -47743,9 +41352,9 @@ diff -urNp linux-2.6.39/fs/hfsplus/inode.c linux-2.6.39/fs/hfsplus/inode.c
        if (HFSPLUS_IS_RSRC(inode))
                main_inode = HFSPLUS_I(inode)->rsrc_inode;
  
-diff -urNp linux-2.6.39/fs/hfsplus/ioctl.c linux-2.6.39/fs/hfsplus/ioctl.c
---- linux-2.6.39/fs/hfsplus/ioctl.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/hfsplus/ioctl.c    2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/fs/hfsplus/ioctl.c linux-3.0.4/fs/hfsplus/ioctl.c
+--- linux-3.0.4/fs/hfsplus/ioctl.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/hfsplus/ioctl.c     2011-08-23 21:48:14.000000000 -0400
 @@ -122,6 +122,8 @@ int hfsplus_setxattr(struct dentry *dent
        struct hfsplus_cat_file *file;
        int res;
@@ -47764,9 +41373,9 @@ diff -urNp linux-2.6.39/fs/hfsplus/ioctl.c linux-2.6.39/fs/hfsplus/ioctl.c
        if (!S_ISREG(inode->i_mode) || HFSPLUS_IS_RSRC(inode))
                return -EOPNOTSUPP;
  
-diff -urNp linux-2.6.39/fs/hfsplus/super.c linux-2.6.39/fs/hfsplus/super.c
---- linux-2.6.39/fs/hfsplus/super.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/hfsplus/super.c    2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/fs/hfsplus/super.c linux-3.0.4/fs/hfsplus/super.c
+--- linux-3.0.4/fs/hfsplus/super.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/hfsplus/super.c     2011-08-23 21:48:14.000000000 -0400
 @@ -340,6 +340,8 @@ static int hfsplus_fill_super(struct sup
        struct nls_table *nls = NULL;
        int err;
@@ -47776,9 +41385,9 @@ diff -urNp linux-2.6.39/fs/hfsplus/super.c linux-2.6.39/fs/hfsplus/super.c
        err = -EINVAL;
        sbi = kzalloc(sizeof(*sbi), GFP_KERNEL);
        if (!sbi)
-diff -urNp linux-2.6.39/fs/hugetlbfs/inode.c linux-2.6.39/fs/hugetlbfs/inode.c
---- linux-2.6.39/fs/hugetlbfs/inode.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/hugetlbfs/inode.c  2011-05-22 19:41:37.000000000 -0400
+diff -urNp linux-3.0.4/fs/hugetlbfs/inode.c linux-3.0.4/fs/hugetlbfs/inode.c
+--- linux-3.0.4/fs/hugetlbfs/inode.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/hugetlbfs/inode.c   2011-08-23 21:48:14.000000000 -0400
 @@ -914,7 +914,7 @@ static struct file_system_type hugetlbfs
        .kill_sb        = kill_litter_super,
  };
@@ -47788,10 +41397,10 @@ diff -urNp linux-2.6.39/fs/hugetlbfs/inode.c linux-2.6.39/fs/hugetlbfs/inode.c
  
  static int can_do_hugetlb_shm(void)
  {
-diff -urNp linux-2.6.39/fs/inode.c linux-2.6.39/fs/inode.c
---- linux-2.6.39/fs/inode.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/inode.c    2011-05-22 19:36:32.000000000 -0400
-@@ -862,8 +862,8 @@ unsigned int get_next_ino(void)
+diff -urNp linux-3.0.4/fs/inode.c linux-3.0.4/fs/inode.c
+--- linux-3.0.4/fs/inode.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/inode.c     2011-08-23 21:47:56.000000000 -0400
+@@ -829,8 +829,8 @@ unsigned int get_next_ino(void)
  
  #ifdef CONFIG_SMP
        if (unlikely((res & (LAST_INO_BATCH-1)) == 0)) {
@@ -47802,9 +41411,9 @@ diff -urNp linux-2.6.39/fs/inode.c linux-2.6.39/fs/inode.c
  
                res = next - LAST_INO_BATCH;
        }
-diff -urNp linux-2.6.39/fs/jbd/checkpoint.c linux-2.6.39/fs/jbd/checkpoint.c
---- linux-2.6.39/fs/jbd/checkpoint.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/jbd/checkpoint.c   2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/fs/jbd/checkpoint.c linux-3.0.4/fs/jbd/checkpoint.c
+--- linux-3.0.4/fs/jbd/checkpoint.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/jbd/checkpoint.c    2011-08-23 21:48:14.000000000 -0400
 @@ -350,6 +350,8 @@ int log_do_checkpoint(journal_t *journal
        tid_t this_tid;
        int result;
@@ -47814,9 +41423,9 @@ diff -urNp linux-2.6.39/fs/jbd/checkpoint.c linux-2.6.39/fs/jbd/checkpoint.c
        jbd_debug(1, "Start checkpoint\n");
  
        /*
-diff -urNp linux-2.6.39/fs/jffs2/compr_rtime.c linux-2.6.39/fs/jffs2/compr_rtime.c
---- linux-2.6.39/fs/jffs2/compr_rtime.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/jffs2/compr_rtime.c        2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/fs/jffs2/compr_rtime.c linux-3.0.4/fs/jffs2/compr_rtime.c
+--- linux-3.0.4/fs/jffs2/compr_rtime.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/jffs2/compr_rtime.c 2011-08-23 21:48:14.000000000 -0400
 @@ -37,6 +37,8 @@ static int jffs2_rtime_compress(unsigned
        int outpos = 0;
        int pos=0;
@@ -47835,9 +41444,9 @@ diff -urNp linux-2.6.39/fs/jffs2/compr_rtime.c linux-2.6.39/fs/jffs2/compr_rtime
        memset(positions,0,sizeof(positions));
  
        while (outpos<destlen) {
-diff -urNp linux-2.6.39/fs/jffs2/compr_rubin.c linux-2.6.39/fs/jffs2/compr_rubin.c
---- linux-2.6.39/fs/jffs2/compr_rubin.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/jffs2/compr_rubin.c        2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/fs/jffs2/compr_rubin.c linux-3.0.4/fs/jffs2/compr_rubin.c
+--- linux-3.0.4/fs/jffs2/compr_rubin.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/jffs2/compr_rubin.c 2011-08-23 21:48:14.000000000 -0400
 @@ -314,6 +314,8 @@ static int jffs2_dynrubin_compress(unsig
        int ret;
        uint32_t mysrclen, mydstlen;
@@ -47847,9 +41456,9 @@ diff -urNp linux-2.6.39/fs/jffs2/compr_rubin.c linux-2.6.39/fs/jffs2/compr_rubin
        mysrclen = *sourcelen;
        mydstlen = *dstlen - 8;
  
-diff -urNp linux-2.6.39/fs/jffs2/erase.c linux-2.6.39/fs/jffs2/erase.c
---- linux-2.6.39/fs/jffs2/erase.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/jffs2/erase.c      2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/fs/jffs2/erase.c linux-3.0.4/fs/jffs2/erase.c
+--- linux-3.0.4/fs/jffs2/erase.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/jffs2/erase.c       2011-08-23 21:47:56.000000000 -0400
 @@ -439,7 +439,8 @@ static void jffs2_mark_erased_block(stru
                struct jffs2_unknown_node marker = {
                        .magic =        cpu_to_je16(JFFS2_MAGIC_BITMASK),
@@ -47860,9 +41469,9 @@ diff -urNp linux-2.6.39/fs/jffs2/erase.c linux-2.6.39/fs/jffs2/erase.c
                };
  
                jffs2_prealloc_raw_node_refs(c, jeb, 1);
-diff -urNp linux-2.6.39/fs/jffs2/wbuf.c linux-2.6.39/fs/jffs2/wbuf.c
---- linux-2.6.39/fs/jffs2/wbuf.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/jffs2/wbuf.c       2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/fs/jffs2/wbuf.c linux-3.0.4/fs/jffs2/wbuf.c
+--- linux-3.0.4/fs/jffs2/wbuf.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/jffs2/wbuf.c        2011-08-23 21:47:56.000000000 -0400
 @@ -1012,7 +1012,8 @@ static const struct jffs2_unknown_node o
  {
        .magic = constant_cpu_to_je16(JFFS2_MAGIC_BITMASK),
@@ -47873,9 +41482,9 @@ diff -urNp linux-2.6.39/fs/jffs2/wbuf.c linux-2.6.39/fs/jffs2/wbuf.c
  };
  
  /*
-diff -urNp linux-2.6.39/fs/jffs2/xattr.c linux-2.6.39/fs/jffs2/xattr.c
---- linux-2.6.39/fs/jffs2/xattr.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/jffs2/xattr.c      2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/fs/jffs2/xattr.c linux-3.0.4/fs/jffs2/xattr.c
+--- linux-3.0.4/fs/jffs2/xattr.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/jffs2/xattr.c       2011-08-23 21:48:14.000000000 -0400
 @@ -773,6 +773,8 @@ void jffs2_build_xattr_subsystem(struct 
  
        BUG_ON(!(c->flags & JFFS2_SB_FLAG_BUILDING));
@@ -47885,9 +41494,21 @@ diff -urNp linux-2.6.39/fs/jffs2/xattr.c linux-2.6.39/fs/jffs2/xattr.c
        /* Phase.1 : Merge same xref */
        for (i=0; i < XREF_TMPHASH_SIZE; i++)
                xref_tmphash[i] = NULL;
-diff -urNp linux-2.6.39/fs/Kconfig.binfmt linux-2.6.39/fs/Kconfig.binfmt
---- linux-2.6.39/fs/Kconfig.binfmt     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/Kconfig.binfmt     2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/fs/jfs/super.c linux-3.0.4/fs/jfs/super.c
+--- linux-3.0.4/fs/jfs/super.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/jfs/super.c 2011-08-23 21:47:56.000000000 -0400
+@@ -803,7 +803,7 @@ static int __init init_jfs_fs(void)
+       jfs_inode_cachep =
+           kmem_cache_create("jfs_ip", sizeof(struct jfs_inode_info), 0,
+-                          SLAB_RECLAIM_ACCOUNT|SLAB_MEM_SPREAD,
++                          SLAB_RECLAIM_ACCOUNT|SLAB_MEM_SPREAD|SLAB_USERCOPY,
+                           init_once);
+       if (jfs_inode_cachep == NULL)
+               return -ENOMEM;
+diff -urNp linux-3.0.4/fs/Kconfig.binfmt linux-3.0.4/fs/Kconfig.binfmt
+--- linux-3.0.4/fs/Kconfig.binfmt      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/Kconfig.binfmt      2011-08-23 21:47:56.000000000 -0400
 @@ -86,7 +86,7 @@ config HAVE_AOUT
  
  config BINFMT_AOUT
@@ -47897,9 +41518,9 @@ diff -urNp linux-2.6.39/fs/Kconfig.binfmt linux-2.6.39/fs/Kconfig.binfmt
        ---help---
          A.out (Assembler.OUTput) is a set of formats for libraries and
          executables used in the earliest versions of UNIX.  Linux used
-diff -urNp linux-2.6.39/fs/libfs.c linux-2.6.39/fs/libfs.c
---- linux-2.6.39/fs/libfs.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/libfs.c    2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/fs/libfs.c linux-3.0.4/fs/libfs.c
+--- linux-3.0.4/fs/libfs.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/libfs.c     2011-08-23 21:47:56.000000000 -0400
 @@ -163,6 +163,9 @@ int dcache_readdir(struct file * filp, v
  
                        for (p=q->next; p != &dentry->d_subdirs; p=p->next) {
@@ -47924,9 +41545,9 @@ diff -urNp linux-2.6.39/fs/libfs.c linux-2.6.39/fs/libfs.c
                                            next->d_name.len, filp->f_pos, 
                                            next->d_inode->i_ino, 
                                            dt_type(next->d_inode)) < 0)
-diff -urNp linux-2.6.39/fs/lockd/clntproc.c linux-2.6.39/fs/lockd/clntproc.c
---- linux-2.6.39/fs/lockd/clntproc.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/lockd/clntproc.c   2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/fs/lockd/clntproc.c linux-3.0.4/fs/lockd/clntproc.c
+--- linux-3.0.4/fs/lockd/clntproc.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/lockd/clntproc.c    2011-08-23 21:48:14.000000000 -0400
 @@ -36,11 +36,11 @@ static const struct rpc_call_ops nlmclnt
  /*
   * Cookie counter for NLM requests
@@ -47950,22 +41571,10 @@ diff -urNp linux-2.6.39/fs/lockd/clntproc.c linux-2.6.39/fs/lockd/clntproc.c
        req = &reqst;
        memset(req, 0, sizeof(*req));
        locks_init_lock(&req->a_args.lock.fl);
-diff -urNp linux-2.6.39/fs/lockd/svc.c linux-2.6.39/fs/lockd/svc.c
---- linux-2.6.39/fs/lockd/svc.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/lockd/svc.c        2011-05-22 19:36:32.000000000 -0400
-@@ -41,7 +41,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.39/fs/locks.c linux-2.6.39/fs/locks.c
---- linux-2.6.39/fs/locks.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/locks.c    2011-05-22 19:36:32.000000000 -0400
-@@ -2033,16 +2033,16 @@ void locks_remove_flock(struct file *fil
+diff -urNp linux-3.0.4/fs/locks.c linux-3.0.4/fs/locks.c
+--- linux-3.0.4/fs/locks.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/locks.c     2011-08-23 21:47:56.000000000 -0400
+@@ -2043,16 +2043,16 @@ void locks_remove_flock(struct file *fil
                return;
  
        if (filp->f_op && filp->f_op->flock) {
@@ -47986,9 +41595,9 @@ diff -urNp linux-2.6.39/fs/locks.c linux-2.6.39/fs/locks.c
        }
  
        lock_flocks();
-diff -urNp linux-2.6.39/fs/logfs/super.c linux-2.6.39/fs/logfs/super.c
---- linux-2.6.39/fs/logfs/super.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/logfs/super.c      2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/fs/logfs/super.c linux-3.0.4/fs/logfs/super.c
+--- linux-3.0.4/fs/logfs/super.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/logfs/super.c       2011-08-23 21:48:14.000000000 -0400
 @@ -266,6 +266,8 @@ static int logfs_recover_sb(struct super
        struct logfs_disk_super _ds1, *ds1 = &_ds1;
        int err, valid0, valid1;
@@ -47998,15 +41607,16 @@ diff -urNp linux-2.6.39/fs/logfs/super.c linux-2.6.39/fs/logfs/super.c
        /* read first superblock */
        err = wbuf_read(sb, super->s_sb_ofs[0], sizeof(*ds0), ds0);
        if (err)
-diff -urNp linux-2.6.39/fs/namei.c linux-2.6.39/fs/namei.c
---- linux-2.6.39/fs/namei.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/namei.c    2011-05-23 18:21:41.000000000 -0400
-@@ -237,20 +237,30 @@ int generic_permission(struct inode *ino
+diff -urNp linux-3.0.4/fs/namei.c linux-3.0.4/fs/namei.c
+--- linux-3.0.4/fs/namei.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/namei.c     2011-08-23 21:48:14.000000000 -0400
+@@ -237,21 +237,31 @@ int generic_permission(struct inode *ino
                return ret;
  
        /*
 -       * Read/write DACs are always overridable.
--       * Executable DACs are overridable if at least one exec bit is set.
+-       * Executable DACs are overridable for all directories and
+-       * for non-directories that have least one exec bit set.
 +       * Searching includes executable on directories, else just read.
         */
 -      if (!(mask & MAY_EXEC) || execute_ok(inode))
@@ -48024,7 +41634,8 @@ diff -urNp linux-2.6.39/fs/namei.c linux-2.6.39/fs/namei.c
        /*
 -       * Searching includes executable on directories, else just read.
 +       * Read/write DACs are always overridable.
-+       * Executable DACs are overridable if at least one exec bit is set.
++       * Executable DACs are overridable for all directories and
++       * for non-directories that have least one exec bit set.
         */
 -      mask &= MAY_READ | MAY_WRITE | MAY_EXEC;
 -      if (mask == MAY_READ || (S_ISDIR(inode->i_mode) && !(mask & MAY_WRITE)))
@@ -48040,9 +41651,9 @@ diff -urNp linux-2.6.39/fs/namei.c linux-2.6.39/fs/namei.c
  
        return -EACCES;
  }
-@@ -626,6 +636,9 @@ static inline int handle_reval_path(stru
-       struct dentry *dentry = nd->path.dentry;
-       int status;
+@@ -547,6 +557,9 @@ static int complete_walk(struct nameidat
+               br_read_unlock(vfsmount_lock);
+       }
  
 +      if (!(nd->flags & LOOKUP_PARENT) && !gr_acl_handle_hidden_file(nd->path.dentry, nd->path.mnt))
 +              return -ENOENT;
@@ -48050,7 +41661,7 @@ diff -urNp linux-2.6.39/fs/namei.c linux-2.6.39/fs/namei.c
        if (likely(!(nd->flags & LOOKUP_JUMPED)))
                return 0;
  
-@@ -671,9 +684,16 @@ static inline int exec_permission(struct
+@@ -593,9 +606,16 @@ static inline int exec_permission(struct
        if (ret == -ECHILD)
                return ret;
  
@@ -48069,7 +41680,7 @@ diff -urNp linux-2.6.39/fs/namei.c linux-2.6.39/fs/namei.c
  
        return ret;
  ok:
-@@ -781,11 +801,19 @@ follow_link(struct path *link, struct na
+@@ -703,11 +723,19 @@ follow_link(struct path *link, struct na
                return error;
        }
  
@@ -48090,7 +41701,7 @@ diff -urNp linux-2.6.39/fs/namei.c linux-2.6.39/fs/namei.c
                error = 0;
                if (s)
                        error = __vfs_follow_link(nd, s);
-@@ -1697,6 +1725,9 @@ static int do_path_lookup(int dfd, const
+@@ -1625,6 +1653,9 @@ static int do_path_lookup(int dfd, const
                retval = path_lookupat(dfd, name, flags | LOOKUP_REVAL, nd);
  
        if (likely(!retval)) {
@@ -48100,7 +41711,7 @@ diff -urNp linux-2.6.39/fs/namei.c linux-2.6.39/fs/namei.c
                if (unlikely(!audit_dummy_context())) {
                        if (nd->path.dentry && nd->inode)
                                audit_inode(name, nd->path.dentry);
-@@ -2007,6 +2038,30 @@ int vfs_create(struct inode *dir, struct
+@@ -1935,6 +1966,30 @@ int vfs_create(struct inode *dir, struct
        return error;
  }
  
@@ -48131,7 +41742,7 @@ diff -urNp linux-2.6.39/fs/namei.c linux-2.6.39/fs/namei.c
  static int may_open(struct path *path, int acc_mode, int flag)
  {
        struct dentry *dentry = path->dentry;
-@@ -2059,7 +2114,27 @@ static int may_open(struct path *path, i
+@@ -1987,7 +2042,27 @@ static int may_open(struct path *path, i
        /*
         * Ensure there are no outstanding leases on the file.
         */
@@ -48160,7 +41771,7 @@ diff -urNp linux-2.6.39/fs/namei.c linux-2.6.39/fs/namei.c
  }
  
  static int handle_truncate(struct file *filp)
-@@ -2085,30 +2160,6 @@ static int handle_truncate(struct file *
+@@ -2013,30 +2088,6 @@ static int handle_truncate(struct file *
  }
  
  /*
@@ -48191,7 +41802,7 @@ diff -urNp linux-2.6.39/fs/namei.c linux-2.6.39/fs/namei.c
   * Handle the last step of open()
   */
  static struct file *do_last(struct nameidata *nd, struct path *path,
-@@ -2117,6 +2168,7 @@ static struct file *do_last(struct namei
+@@ -2045,6 +2096,7 @@ static struct file *do_last(struct namei
        struct dentry *dir = nd->path.dentry;
        struct dentry *dentry;
        int open_flag = op->open_flag;
@@ -48199,7 +41810,7 @@ diff -urNp linux-2.6.39/fs/namei.c linux-2.6.39/fs/namei.c
        int will_truncate = open_flag & O_TRUNC;
        int want_write = 0;
        int acc_mode = op->acc_mode;
-@@ -2212,6 +2264,12 @@ static struct file *do_last(struct namei
+@@ -2132,6 +2184,12 @@ static struct file *do_last(struct namei
        /* Negative dentry, just create the file */
        if (!dentry->d_inode) {
                int mode = op->mode;
@@ -48212,7 +41823,7 @@ diff -urNp linux-2.6.39/fs/namei.c linux-2.6.39/fs/namei.c
                if (!IS_POSIXACL(dir->d_inode))
                        mode &= ~current_umask();
                /*
-@@ -2235,6 +2293,8 @@ static struct file *do_last(struct namei
+@@ -2155,6 +2213,8 @@ static struct file *do_last(struct namei
                error = vfs_create(dir->d_inode, dentry, mode, nd);
                if (error)
                        goto exit_mutex_unlock;
@@ -48221,7 +41832,7 @@ diff -urNp linux-2.6.39/fs/namei.c linux-2.6.39/fs/namei.c
                mutex_unlock(&dir->d_inode->i_mutex);
                dput(nd->path.dentry);
                nd->path.dentry = dentry;
-@@ -2244,6 +2304,14 @@ static struct file *do_last(struct namei
+@@ -2164,6 +2224,14 @@ static struct file *do_last(struct namei
        /*
         * It already exists.
         */
@@ -48236,7 +41847,7 @@ diff -urNp linux-2.6.39/fs/namei.c linux-2.6.39/fs/namei.c
        mutex_unlock(&dir->d_inode->i_mutex);
        audit_inode(pathname, path->dentry);
  
-@@ -2530,6 +2598,17 @@ SYSCALL_DEFINE4(mknodat, int, dfd, const
+@@ -2450,6 +2518,17 @@ SYSCALL_DEFINE4(mknodat, int, dfd, const
        error = may_mknod(mode);
        if (error)
                goto out_dput;
@@ -48254,7 +41865,7 @@ diff -urNp linux-2.6.39/fs/namei.c linux-2.6.39/fs/namei.c
        error = mnt_want_write(nd.path.mnt);
        if (error)
                goto out_dput;
-@@ -2550,6 +2629,9 @@ SYSCALL_DEFINE4(mknodat, int, dfd, const
+@@ -2470,6 +2549,9 @@ SYSCALL_DEFINE4(mknodat, int, dfd, const
        }
  out_drop_write:
        mnt_drop_write(nd.path.mnt);
@@ -48264,7 +41875,7 @@ diff -urNp linux-2.6.39/fs/namei.c linux-2.6.39/fs/namei.c
  out_dput:
        dput(dentry);
  out_unlock:
-@@ -2602,6 +2684,11 @@ SYSCALL_DEFINE3(mkdirat, int, dfd, const
+@@ -2522,6 +2604,11 @@ SYSCALL_DEFINE3(mkdirat, int, dfd, const
        if (IS_ERR(dentry))
                goto out_unlock;
  
@@ -48276,7 +41887,7 @@ diff -urNp linux-2.6.39/fs/namei.c linux-2.6.39/fs/namei.c
        if (!IS_POSIXACL(nd.path.dentry->d_inode))
                mode &= ~current_umask();
        error = mnt_want_write(nd.path.mnt);
-@@ -2613,6 +2700,10 @@ SYSCALL_DEFINE3(mkdirat, int, dfd, const
+@@ -2533,6 +2620,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);
@@ -48287,7 +41898,7 @@ diff -urNp linux-2.6.39/fs/namei.c linux-2.6.39/fs/namei.c
  out_dput:
        dput(dentry);
  out_unlock:
-@@ -2692,6 +2783,8 @@ static long do_rmdir(int dfd, const char
+@@ -2613,6 +2704,8 @@ static long do_rmdir(int dfd, const char
        char * name;
        struct dentry *dentry;
        struct nameidata nd;
@@ -48296,27 +41907,25 @@ diff -urNp linux-2.6.39/fs/namei.c linux-2.6.39/fs/namei.c
  
        error = user_path_parent(dfd, pathname, &nd, &name);
        if (error)
-@@ -2716,6 +2809,19 @@ static long do_rmdir(int dfd, const char
-       error = PTR_ERR(dentry);
-       if (IS_ERR(dentry))
-               goto exit2;
+@@ -2641,6 +2734,17 @@ static long do_rmdir(int dfd, const char
+               error = -ENOENT;
+               goto exit3;
+       }
 +
-+      if (dentry->d_inode != NULL) {
-+              if (dentry->d_inode->i_nlink <= 1) {
-+                      saved_ino = dentry->d_inode->i_ino;
-+                      saved_dev = gr_get_dev_from_dentry(dentry);
-+              }
++      if (dentry->d_inode->i_nlink <= 1) {
++              saved_ino = dentry->d_inode->i_ino;
++              saved_dev = gr_get_dev_from_dentry(dentry);
++      }
 +
-+              if (!gr_acl_handle_rmdir(dentry, nd.path.mnt)) {
-+                      error = -EACCES;
-+                      goto exit3;
-+              }
++      if (!gr_acl_handle_rmdir(dentry, nd.path.mnt)) {
++              error = -EACCES;
++              goto exit3;
 +      }
 +
        error = mnt_want_write(nd.path.mnt);
        if (error)
                goto exit3;
-@@ -2723,6 +2829,8 @@ static long do_rmdir(int dfd, const char
+@@ -2648,6 +2752,8 @@ static long do_rmdir(int dfd, const char
        if (error)
                goto exit4;
        error = vfs_rmdir(nd.path.dentry->d_inode, dentry);
@@ -48325,7 +41934,7 @@ diff -urNp linux-2.6.39/fs/namei.c linux-2.6.39/fs/namei.c
  exit4:
        mnt_drop_write(nd.path.mnt);
  exit3:
-@@ -2785,6 +2893,8 @@ static long do_unlinkat(int dfd, const c
+@@ -2710,6 +2816,8 @@ static long do_unlinkat(int dfd, const c
        struct dentry *dentry;
        struct nameidata nd;
        struct inode *inode = NULL;
@@ -48334,26 +41943,24 @@ diff -urNp linux-2.6.39/fs/namei.c linux-2.6.39/fs/namei.c
  
        error = user_path_parent(dfd, pathname, &nd, &name);
        if (error)
-@@ -2804,8 +2914,17 @@ static long do_unlinkat(int dfd, const c
-               if (nd.last.name[nd.last.len])
+@@ -2732,6 +2840,16 @@ static long do_unlinkat(int dfd, const c
+               if (!inode)
                        goto slashes;
-               inode = dentry->d_inode;
--              if (inode)
-+              if (inode) {
-                       ihold(inode);
-+                      if (inode->i_nlink <= 1) {
-+                              saved_ino = inode->i_ino;
-+                              saved_dev = gr_get_dev_from_dentry(dentry);
-+                      }
-+                      if (!gr_acl_handle_unlink(dentry, nd.path.mnt)) {
-+                              error = -EACCES;
-+                              goto exit2;
-+                      }
+               ihold(inode);
++
++              if (inode->i_nlink <= 1) {
++                      saved_ino = inode->i_ino;
++                      saved_dev = gr_get_dev_from_dentry(dentry);
++              }
++              if (!gr_acl_handle_unlink(dentry, nd.path.mnt)) {
++                      error = -EACCES;
++                      goto exit2;
 +              }
++
                error = mnt_want_write(nd.path.mnt);
                if (error)
                        goto exit2;
-@@ -2813,6 +2932,8 @@ static long do_unlinkat(int dfd, const c
+@@ -2739,6 +2857,8 @@ static long do_unlinkat(int dfd, const c
                if (error)
                        goto exit3;
                error = vfs_unlink(nd.path.dentry->d_inode, dentry);
@@ -48362,7 +41969,7 @@ diff -urNp linux-2.6.39/fs/namei.c linux-2.6.39/fs/namei.c
  exit3:
                mnt_drop_write(nd.path.mnt);
        exit2:
-@@ -2890,6 +3011,11 @@ SYSCALL_DEFINE3(symlinkat, const char __
+@@ -2816,6 +2936,11 @@ SYSCALL_DEFINE3(symlinkat, const char __
        if (IS_ERR(dentry))
                goto out_unlock;
  
@@ -48374,7 +41981,7 @@ diff -urNp linux-2.6.39/fs/namei.c linux-2.6.39/fs/namei.c
        error = mnt_want_write(nd.path.mnt);
        if (error)
                goto out_dput;
-@@ -2897,6 +3023,8 @@ SYSCALL_DEFINE3(symlinkat, const char __
+@@ -2823,6 +2948,8 @@ SYSCALL_DEFINE3(symlinkat, const char __
        if (error)
                goto out_drop_write;
        error = vfs_symlink(nd.path.dentry->d_inode, dentry, from);
@@ -48383,7 +41990,7 @@ diff -urNp linux-2.6.39/fs/namei.c linux-2.6.39/fs/namei.c
  out_drop_write:
        mnt_drop_write(nd.path.mnt);
  out_dput:
-@@ -3005,6 +3133,20 @@ SYSCALL_DEFINE5(linkat, int, olddfd, con
+@@ -2931,6 +3058,20 @@ SYSCALL_DEFINE5(linkat, int, olddfd, con
        error = PTR_ERR(new_dentry);
        if (IS_ERR(new_dentry))
                goto out_unlock;
@@ -48404,7 +42011,7 @@ diff -urNp linux-2.6.39/fs/namei.c linux-2.6.39/fs/namei.c
        error = mnt_want_write(nd.path.mnt);
        if (error)
                goto out_dput;
-@@ -3012,6 +3154,8 @@ SYSCALL_DEFINE5(linkat, int, olddfd, con
+@@ -2938,6 +3079,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);
@@ -48413,7 +42020,7 @@ diff -urNp linux-2.6.39/fs/namei.c linux-2.6.39/fs/namei.c
  out_drop_write:
        mnt_drop_write(nd.path.mnt);
  out_dput:
-@@ -3189,6 +3333,8 @@ SYSCALL_DEFINE4(renameat, int, olddfd, c
+@@ -3113,6 +3256,8 @@ SYSCALL_DEFINE4(renameat, int, olddfd, c
        char *to;
        int error;
  
@@ -48422,7 +42029,7 @@ diff -urNp linux-2.6.39/fs/namei.c linux-2.6.39/fs/namei.c
        error = user_path_parent(olddfd, oldname, &oldnd, &from);
        if (error)
                goto exit;
-@@ -3245,6 +3391,12 @@ SYSCALL_DEFINE4(renameat, int, olddfd, c
+@@ -3169,6 +3314,12 @@ SYSCALL_DEFINE4(renameat, int, olddfd, c
        if (new_dentry == trap)
                goto exit5;
  
@@ -48435,7 +42042,7 @@ diff -urNp linux-2.6.39/fs/namei.c linux-2.6.39/fs/namei.c
        error = mnt_want_write(oldnd.path.mnt);
        if (error)
                goto exit5;
-@@ -3254,6 +3406,9 @@ SYSCALL_DEFINE4(renameat, int, olddfd, c
+@@ -3178,6 +3329,9 @@ SYSCALL_DEFINE4(renameat, int, olddfd, c
                goto exit6;
        error = vfs_rename(old_dir->d_inode, old_dentry,
                                   new_dir->d_inode, new_dentry);
@@ -48445,7 +42052,7 @@ diff -urNp linux-2.6.39/fs/namei.c linux-2.6.39/fs/namei.c
  exit6:
        mnt_drop_write(oldnd.path.mnt);
  exit5:
-@@ -3279,6 +3434,8 @@ SYSCALL_DEFINE2(rename, const char __use
+@@ -3203,6 +3357,8 @@ SYSCALL_DEFINE2(rename, const char __use
  
  int vfs_readlink(struct dentry *dentry, char __user *buffer, int buflen, const char *link)
  {
@@ -48454,7 +42061,7 @@ diff -urNp linux-2.6.39/fs/namei.c linux-2.6.39/fs/namei.c
        int len;
  
        len = PTR_ERR(link);
-@@ -3288,7 +3445,14 @@ int vfs_readlink(struct dentry *dentry, 
+@@ -3212,7 +3368,14 @@ int vfs_readlink(struct dentry *dentry, 
        len = strlen(link);
        if (len > (unsigned) buflen)
                len = buflen;
@@ -48470,9 +42077,9 @@ diff -urNp linux-2.6.39/fs/namei.c linux-2.6.39/fs/namei.c
                len = -EFAULT;
  out:
        return len;
-diff -urNp linux-2.6.39/fs/namespace.c linux-2.6.39/fs/namespace.c
---- linux-2.6.39/fs/namespace.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/namespace.c        2011-05-22 20:43:58.000000000 -0400
+diff -urNp linux-3.0.4/fs/namespace.c linux-3.0.4/fs/namespace.c
+--- linux-3.0.4/fs/namespace.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/namespace.c 2011-08-23 21:48:14.000000000 -0400
 @@ -1328,6 +1328,9 @@ static int do_umount(struct vfsmount *mn
                if (!(sb->s_flags & MS_RDONLY))
                        retval = do_remount_sb(sb, MS_RDONLY, NULL, 0);
@@ -48532,9 +42139,9 @@ diff -urNp linux-2.6.39/fs/namespace.c linux-2.6.39/fs/namespace.c
        get_fs_root(current->fs, &root);
        error = lock_mount(&old);
        if (error)
-diff -urNp linux-2.6.39/fs/ncpfs/dir.c linux-2.6.39/fs/ncpfs/dir.c
---- linux-2.6.39/fs/ncpfs/dir.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/ncpfs/dir.c        2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/fs/ncpfs/dir.c linux-3.0.4/fs/ncpfs/dir.c
+--- linux-3.0.4/fs/ncpfs/dir.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/ncpfs/dir.c 2011-08-23 21:48:14.000000000 -0400
 @@ -299,6 +299,8 @@ ncp_lookup_validate(struct dentry *dentr
        int res, val = 0, len;
        __u8 __name[NCP_MAXPATHLEN + 1];
@@ -48571,7 +42178,7 @@ diff -urNp linux-2.6.39/fs/ncpfs/dir.c linux-2.6.39/fs/ncpfs/dir.c
        DPRINTK("ncp_mkdir: making %s/%s\n",
                dentry->d_parent->d_name.name, dentry->d_name.name);
  
-@@ -1135,6 +1143,8 @@ static int ncp_rename(struct inode *old_
+@@ -1140,6 +1148,8 @@ static int ncp_rename(struct inode *old_
        int old_len, new_len;
        __u8 __old_name[NCP_MAXPATHLEN + 1], __new_name[NCP_MAXPATHLEN + 1];
  
@@ -48580,22 +42187,31 @@ diff -urNp linux-2.6.39/fs/ncpfs/dir.c linux-2.6.39/fs/ncpfs/dir.c
        DPRINTK("ncp_rename: %s/%s to %s/%s\n",
                old_dentry->d_parent->d_name.name, old_dentry->d_name.name,
                new_dentry->d_parent->d_name.name, new_dentry->d_name.name);
-diff -urNp linux-2.6.39/fs/ncpfs/inode.c linux-2.6.39/fs/ncpfs/inode.c
---- linux-2.6.39/fs/ncpfs/inode.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/ncpfs/inode.c      2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/fs/ncpfs/inode.c linux-3.0.4/fs/ncpfs/inode.c
+--- linux-3.0.4/fs/ncpfs/inode.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/ncpfs/inode.c       2011-08-23 21:48:14.000000000 -0400
 @@ -461,6 +461,8 @@ static int ncp_fill_super(struct super_b
  #endif
        struct ncp_entry_info finfo;
  
 +      pax_track_stack();
 +
-       data.wdog_pid = NULL;
+       memset(&data, 0, sizeof(data));
        server = kzalloc(sizeof(struct ncp_server), GFP_KERNEL);
        if (!server)
-diff -urNp linux-2.6.39/fs/nfs/inode.c linux-2.6.39/fs/nfs/inode.c
---- linux-2.6.39/fs/nfs/inode.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/nfs/inode.c        2011-05-22 19:36:32.000000000 -0400
-@@ -999,16 +999,16 @@ static int nfs_size_need_update(const st
+diff -urNp linux-3.0.4/fs/nfs/inode.c linux-3.0.4/fs/nfs/inode.c
+--- linux-3.0.4/fs/nfs/inode.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/nfs/inode.c 2011-08-23 21:47:56.000000000 -0400
+@@ -150,7 +150,7 @@ static void nfs_zap_caches_locked(struct
+       nfsi->attrtimeo = NFS_MINATTRTIMEO(inode);
+       nfsi->attrtimeo_timestamp = jiffies;
+-      memset(NFS_COOKIEVERF(inode), 0, sizeof(NFS_COOKIEVERF(inode)));
++      memset(NFS_COOKIEVERF(inode), 0, sizeof(NFS_I(inode)->cookieverf));
+       if (S_ISREG(mode) || S_ISDIR(mode) || S_ISLNK(mode))
+               nfsi->cache_validity |= NFS_INO_INVALID_ATTR|NFS_INO_INVALID_DATA|NFS_INO_INVALID_ACCESS|NFS_INO_INVALID_ACL|NFS_INO_REVAL_PAGECACHE;
+       else
+@@ -1000,16 +1000,16 @@ static int nfs_size_need_update(const st
        return nfs_size_to_loff_t(fattr->size) > i_size_read(inode);
  }
  
@@ -48615,42 +42231,10 @@ diff -urNp linux-2.6.39/fs/nfs/inode.c linux-2.6.39/fs/nfs/inode.c
  }
  
  void nfs_fattr_init(struct nfs_fattr *fattr)
-diff -urNp linux-2.6.39/fs/nfs/nfs4proc.c linux-2.6.39/fs/nfs/nfs4proc.c
---- linux-2.6.39/fs/nfs/nfs4proc.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/nfs/nfs4proc.c     2011-05-22 19:36:32.000000000 -0400
-@@ -5840,14 +5840,14 @@ struct nfs4_state_recovery_ops nfs41_nog
- };
- #endif /* CONFIG_NFS_V4_1 */
--struct nfs4_state_maintenance_ops nfs40_state_renewal_ops = {
-+const struct nfs4_state_maintenance_ops nfs40_state_renewal_ops = {
-       .sched_state_renewal = nfs4_proc_async_renew,
-       .get_state_renewal_cred_locked = nfs4_get_renew_cred_locked,
-       .renew_lease = nfs4_proc_renew,
- };
- #if defined(CONFIG_NFS_V4_1)
--struct nfs4_state_maintenance_ops nfs41_state_renewal_ops = {
-+const struct nfs4_state_maintenance_ops nfs41_state_renewal_ops = {
-       .sched_state_renewal = nfs41_proc_async_sequence,
-       .get_state_renewal_cred_locked = nfs4_get_machine_cred_locked,
-       .renew_lease = nfs4_proc_sequence,
-diff -urNp linux-2.6.39/fs/nfsd/lockd.c linux-2.6.39/fs/nfsd/lockd.c
---- linux-2.6.39/fs/nfsd/lockd.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/nfsd/lockd.c       2011-05-22 19:36:32.000000000 -0400
-@@ -60,7 +60,7 @@ nlm_fclose(struct file *filp)
-       fput(filp);
- }
--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.39/fs/nfsd/nfs4state.c linux-2.6.39/fs/nfsd/nfs4state.c
---- linux-2.6.39/fs/nfsd/nfs4state.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/nfsd/nfs4state.c   2011-05-22 19:36:32.000000000 -0400
-@@ -3784,6 +3784,8 @@ nfsd4_lock(struct svc_rqst *rqstp, struc
+diff -urNp linux-3.0.4/fs/nfsd/nfs4state.c linux-3.0.4/fs/nfsd/nfs4state.c
+--- linux-3.0.4/fs/nfsd/nfs4state.c    2011-09-02 18:11:21.000000000 -0400
++++ linux-3.0.4/fs/nfsd/nfs4state.c    2011-08-23 21:48:14.000000000 -0400
+@@ -3794,6 +3794,8 @@ nfsd4_lock(struct svc_rqst *rqstp, struc
        unsigned int strhashval;
        int err;
  
@@ -48659,10 +42243,10 @@ diff -urNp linux-2.6.39/fs/nfsd/nfs4state.c linux-2.6.39/fs/nfsd/nfs4state.c
        dprintk("NFSD: nfsd4_lock: start=%Ld length=%Ld\n",
                (long long) lock->lk_offset,
                (long long) lock->lk_length);
-diff -urNp linux-2.6.39/fs/nfsd/nfs4xdr.c linux-2.6.39/fs/nfsd/nfs4xdr.c
---- linux-2.6.39/fs/nfsd/nfs4xdr.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/nfsd/nfs4xdr.c     2011-05-22 19:36:32.000000000 -0400
-@@ -1793,6 +1793,8 @@ nfsd4_encode_fattr(struct svc_fh *fhp, s
+diff -urNp linux-3.0.4/fs/nfsd/nfs4xdr.c linux-3.0.4/fs/nfsd/nfs4xdr.c
+--- linux-3.0.4/fs/nfsd/nfs4xdr.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/nfsd/nfs4xdr.c      2011-08-23 21:48:14.000000000 -0400
+@@ -1788,6 +1788,8 @@ nfsd4_encode_fattr(struct svc_fh *fhp, s
                .dentry = dentry,
        };
  
@@ -48671,22 +42255,10 @@ diff -urNp linux-2.6.39/fs/nfsd/nfs4xdr.c linux-2.6.39/fs/nfsd/nfs4xdr.c
        BUG_ON(bmval1 & NFSD_WRITEONLY_ATTRS_WORD1);
        BUG_ON(bmval0 & ~nfsd_suppattrs0(minorversion));
        BUG_ON(bmval1 & ~nfsd_suppattrs1(minorversion));
-diff -urNp linux-2.6.39/fs/nfsd/nfsctl.c linux-2.6.39/fs/nfsd/nfsctl.c
---- linux-2.6.39/fs/nfsd/nfsctl.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/nfsd/nfsctl.c      2011-05-22 19:36:32.000000000 -0400
-@@ -182,7 +182,7 @@ static int export_features_open(struct i
-       return single_open(file, export_features_show, NULL);
- }
--static struct file_operations export_features_operations = {
-+static const struct file_operations export_features_operations = {
-       .open           = export_features_open,
-       .read           = seq_read,
-       .llseek         = seq_lseek,
-diff -urNp linux-2.6.39/fs/nfsd/vfs.c linux-2.6.39/fs/nfsd/vfs.c
---- linux-2.6.39/fs/nfsd/vfs.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/nfsd/vfs.c 2011-05-22 19:36:32.000000000 -0400
-@@ -898,7 +898,7 @@ nfsd_vfs_read(struct svc_rqst *rqstp, st
+diff -urNp linux-3.0.4/fs/nfsd/vfs.c linux-3.0.4/fs/nfsd/vfs.c
+--- linux-3.0.4/fs/nfsd/vfs.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/nfsd/vfs.c  2011-08-23 21:47:56.000000000 -0400
+@@ -896,7 +896,7 @@ nfsd_vfs_read(struct svc_rqst *rqstp, st
        } else {
                oldfs = get_fs();
                set_fs(KERNEL_DS);
@@ -48695,7 +42267,7 @@ diff -urNp linux-2.6.39/fs/nfsd/vfs.c linux-2.6.39/fs/nfsd/vfs.c
                set_fs(oldfs);
        }
  
-@@ -1002,7 +1002,7 @@ nfsd_vfs_write(struct svc_rqst *rqstp, s
+@@ -1000,7 +1000,7 @@ nfsd_vfs_write(struct svc_rqst *rqstp, s
  
        /* Write the data. */
        oldfs = get_fs(); set_fs(KERNEL_DS);
@@ -48704,7 +42276,7 @@ diff -urNp linux-2.6.39/fs/nfsd/vfs.c linux-2.6.39/fs/nfsd/vfs.c
        set_fs(oldfs);
        if (host_err < 0)
                goto out_nfserr;
-@@ -1525,7 +1525,7 @@ nfsd_readlink(struct svc_rqst *rqstp, st
+@@ -1535,7 +1535,7 @@ nfsd_readlink(struct svc_rqst *rqstp, st
         */
  
        oldfs = get_fs(); set_fs(KERNEL_DS);
@@ -48713,69 +42285,22 @@ diff -urNp linux-2.6.39/fs/nfsd/vfs.c linux-2.6.39/fs/nfsd/vfs.c
        set_fs(oldfs);
  
        if (host_err < 0)
-diff -urNp linux-2.6.39/fs/nilfs2/segment.c linux-2.6.39/fs/nilfs2/segment.c
---- linux-2.6.39/fs/nilfs2/segment.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/nilfs2/segment.c   2011-05-22 19:36:32.000000000 -0400
-@@ -555,7 +555,7 @@ static void nilfs_write_file_node_binfo(
-       *vblocknr = binfo->bi_v.bi_vblocknr;
- }
--static struct nilfs_sc_operations nilfs_sc_file_ops = {
-+static const struct nilfs_sc_operations nilfs_sc_file_ops = {
-       .collect_data = nilfs_collect_file_data,
-       .collect_node = nilfs_collect_file_node,
-       .collect_bmap = nilfs_collect_file_bmap,
-@@ -604,7 +604,7 @@ static void nilfs_write_dat_node_binfo(s
-       *binfo_dat = binfo->bi_dat;
- }
--static struct nilfs_sc_operations nilfs_sc_dat_ops = {
-+static const struct nilfs_sc_operations nilfs_sc_dat_ops = {
-       .collect_data = nilfs_collect_dat_data,
-       .collect_node = nilfs_collect_file_node,
-       .collect_bmap = nilfs_collect_dat_bmap,
-@@ -612,7 +612,7 @@ static struct nilfs_sc_operations nilfs_
-       .write_node_binfo = nilfs_write_dat_node_binfo,
- };
+diff -urNp linux-3.0.4/fs/notify/fanotify/fanotify_user.c linux-3.0.4/fs/notify/fanotify/fanotify_user.c
+--- linux-3.0.4/fs/notify/fanotify/fanotify_user.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/notify/fanotify/fanotify_user.c     2011-08-23 21:48:14.000000000 -0400
+@@ -276,7 +276,8 @@ static ssize_t copy_event_to_user(struct
+               goto out_close_fd;
  
--static struct nilfs_sc_operations nilfs_sc_dsync_ops = {
-+static const struct nilfs_sc_operations nilfs_sc_dsync_ops = {
-       .collect_data = nilfs_collect_file_data,
-       .collect_node = NULL,
-       .collect_bmap = NULL,
-@@ -971,7 +971,7 @@ static size_t nilfs_segctor_buffer_rest(
- static int nilfs_segctor_scan_file(struct nilfs_sc_info *sci,
-                                  struct inode *inode,
--                                 struct nilfs_sc_operations *sc_ops)
-+                                 const struct nilfs_sc_operations *sc_ops)
- {
-       LIST_HEAD(data_buffers);
-       LIST_HEAD(node_buffers);
-@@ -1475,7 +1475,7 @@ nilfs_segctor_update_payload_blocknr(str
-       sector_t blocknr;
-       unsigned long nfinfo = segbuf->sb_sum.nfinfo;
-       unsigned long nblocks = 0, ndatablk = 0;
--      struct nilfs_sc_operations *sc_op = NULL;
-+      const struct nilfs_sc_operations *sc_op = NULL;
-       struct nilfs_segsum_pointer ssp;
-       struct nilfs_finfo *finfo = NULL;
-       union nilfs_binfo binfo;
-diff -urNp linux-2.6.39/fs/notify/dnotify/dnotify.c linux-2.6.39/fs/notify/dnotify/dnotify.c
---- linux-2.6.39/fs/notify/dnotify/dnotify.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/notify/dnotify/dnotify.c   2011-05-22 19:36:32.000000000 -0400
-@@ -151,7 +151,7 @@ static void dnotify_free_mark(struct fsn
-       kmem_cache_free(dnotify_mark_cache, dn_mark);
- }
--static struct fsnotify_ops dnotify_fsnotify_ops = {
-+static const struct fsnotify_ops dnotify_fsnotify_ops = {
-       .handle_event = dnotify_handle_event,
-       .should_send_event = dnotify_should_send_event,
-       .free_group_priv = NULL,
-diff -urNp linux-2.6.39/fs/notify/notification.c linux-2.6.39/fs/notify/notification.c
---- linux-2.6.39/fs/notify/notification.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/notify/notification.c      2011-05-22 19:36:32.000000000 -0400
+       ret = -EFAULT;
+-      if (copy_to_user(buf, &fanotify_event_metadata,
++      if (fanotify_event_metadata.event_len > sizeof fanotify_event_metadata ||
++          copy_to_user(buf, &fanotify_event_metadata,
+                        fanotify_event_metadata.event_len))
+               goto out_kill_access_response;
+diff -urNp linux-3.0.4/fs/notify/notification.c linux-3.0.4/fs/notify/notification.c
+--- linux-3.0.4/fs/notify/notification.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/notify/notification.c       2011-08-23 21:47:56.000000000 -0400
 @@ -57,7 +57,7 @@ static struct kmem_cache *fsnotify_event
   * get set to 0 so it will never get 'freed'
   */
@@ -48794,9 +42319,9 @@ diff -urNp linux-2.6.39/fs/notify/notification.c linux-2.6.39/fs/notify/notifica
  }
  EXPORT_SYMBOL_GPL(fsnotify_get_cookie);
  
-diff -urNp linux-2.6.39/fs/ntfs/dir.c linux-2.6.39/fs/ntfs/dir.c
---- linux-2.6.39/fs/ntfs/dir.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/ntfs/dir.c 2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/fs/ntfs/dir.c linux-3.0.4/fs/ntfs/dir.c
+--- linux-3.0.4/fs/ntfs/dir.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/ntfs/dir.c  2011-08-23 21:47:56.000000000 -0400
 @@ -1329,7 +1329,7 @@ find_next_index_buffer:
        ia = (INDEX_ALLOCATION*)(kaddr + (ia_pos & ~PAGE_CACHE_MASK &
                        ~(s64)(ndir->itype.index.block_size - 1)));
@@ -48806,9 +42331,9 @@ diff -urNp linux-2.6.39/fs/ntfs/dir.c linux-2.6.39/fs/ntfs/dir.c
                ntfs_error(sb, "Out of bounds check failed. Corrupt directory "
                                "inode 0x%lx or driver bug.", vdir->i_ino);
                goto err_out;
-diff -urNp linux-2.6.39/fs/ntfs/file.c linux-2.6.39/fs/ntfs/file.c
---- linux-2.6.39/fs/ntfs/file.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/ntfs/file.c        2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/fs/ntfs/file.c linux-3.0.4/fs/ntfs/file.c
+--- linux-3.0.4/fs/ntfs/file.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/ntfs/file.c 2011-08-23 21:47:56.000000000 -0400
 @@ -2222,6 +2222,6 @@ const struct inode_operations ntfs_file_
  #endif /* NTFS_RW */
  };
@@ -48818,42 +42343,9 @@ diff -urNp linux-2.6.39/fs/ntfs/file.c linux-2.6.39/fs/ntfs/file.c
  
 -const struct inode_operations ntfs_empty_inode_ops = {};
 +const struct inode_operations ntfs_empty_inode_ops __read_only;
-diff -urNp linux-2.6.39/fs/ocfs2/cluster/heartbeat.c linux-2.6.39/fs/ocfs2/cluster/heartbeat.c
---- linux-2.6.39/fs/ocfs2/cluster/heartbeat.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/ocfs2/cluster/heartbeat.c  2011-05-22 19:36:32.000000000 -0400
-@@ -2261,7 +2261,7 @@ static struct configfs_item_operations o
-       .store_attribute        = o2hb_heartbeat_group_store,
- };
--static struct configfs_group_operations o2hb_heartbeat_group_group_ops = {
-+static const struct configfs_group_operations o2hb_heartbeat_group_group_ops = {
-       .make_item      = o2hb_heartbeat_group_make_item,
-       .drop_item      = o2hb_heartbeat_group_drop_item,
- };
-diff -urNp linux-2.6.39/fs/ocfs2/cluster/nodemanager.c linux-2.6.39/fs/ocfs2/cluster/nodemanager.c
---- linux-2.6.39/fs/ocfs2/cluster/nodemanager.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/ocfs2/cluster/nodemanager.c        2011-05-22 19:36:32.000000000 -0400
-@@ -752,7 +752,7 @@ static void o2nm_node_group_drop_item(st
-       config_item_put(item);
- }
--static struct configfs_group_operations o2nm_node_group_group_ops = {
-+static const struct configfs_group_operations o2nm_node_group_group_ops = {
-       .make_item      = o2nm_node_group_make_item,
-       .drop_item      = o2nm_node_group_drop_item,
- };
-@@ -869,7 +869,7 @@ static void o2nm_cluster_group_drop_item
-       config_item_put(item);
- }
--static struct configfs_group_operations o2nm_cluster_group_group_ops = {
-+static const struct configfs_group_operations o2nm_cluster_group_group_ops = {
-       .make_group     = o2nm_cluster_group_make_group,
-       .drop_item      = o2nm_cluster_group_drop_item,
- };
-diff -urNp linux-2.6.39/fs/ocfs2/localalloc.c linux-2.6.39/fs/ocfs2/localalloc.c
---- linux-2.6.39/fs/ocfs2/localalloc.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/ocfs2/localalloc.c 2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/fs/ocfs2/localalloc.c linux-3.0.4/fs/ocfs2/localalloc.c
+--- linux-3.0.4/fs/ocfs2/localalloc.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/ocfs2/localalloc.c  2011-08-23 21:47:56.000000000 -0400
 @@ -1283,7 +1283,7 @@ static int ocfs2_local_alloc_slide_windo
                goto bail;
        }
@@ -48863,9 +42355,9 @@ diff -urNp linux-2.6.39/fs/ocfs2/localalloc.c linux-2.6.39/fs/ocfs2/localalloc.c
  
  bail:
        if (handle)
-diff -urNp linux-2.6.39/fs/ocfs2/namei.c linux-2.6.39/fs/ocfs2/namei.c
---- linux-2.6.39/fs/ocfs2/namei.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/ocfs2/namei.c      2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/fs/ocfs2/namei.c linux-3.0.4/fs/ocfs2/namei.c
+--- linux-3.0.4/fs/ocfs2/namei.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/ocfs2/namei.c       2011-08-23 21:48:14.000000000 -0400
 @@ -1063,6 +1063,8 @@ static int ocfs2_rename(struct inode *ol
        struct ocfs2_dir_lookup_result orphan_insert = { NULL, };
        struct ocfs2_dir_lookup_result target_insert = { NULL, };
@@ -48875,9 +42367,9 @@ diff -urNp linux-2.6.39/fs/ocfs2/namei.c linux-2.6.39/fs/ocfs2/namei.c
        /* At some point it might be nice to break this function up a
         * bit. */
  
-diff -urNp linux-2.6.39/fs/ocfs2/ocfs2.h linux-2.6.39/fs/ocfs2/ocfs2.h
---- linux-2.6.39/fs/ocfs2/ocfs2.h      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/ocfs2/ocfs2.h      2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/fs/ocfs2/ocfs2.h linux-3.0.4/fs/ocfs2/ocfs2.h
+--- linux-3.0.4/fs/ocfs2/ocfs2.h       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/ocfs2/ocfs2.h       2011-08-23 21:47:56.000000000 -0400
 @@ -235,11 +235,11 @@ enum ocfs2_vol_state
  
  struct ocfs2_alloc_stats
@@ -48895,69 +42387,9 @@ diff -urNp linux-2.6.39/fs/ocfs2/ocfs2.h linux-2.6.39/fs/ocfs2/ocfs2.h
  };
  
  enum ocfs2_local_alloc_state
-diff -urNp linux-2.6.39/fs/ocfs2/stackglue.h linux-2.6.39/fs/ocfs2/stackglue.h
---- linux-2.6.39/fs/ocfs2/stackglue.h  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/ocfs2/stackglue.h  2011-05-22 19:36:32.000000000 -0400
-@@ -221,13 +221,13 @@ struct ocfs2_stack_operations {
- };
- /*
-- * Each stack plugin must describe itself by registering a
-+ * Each stack plugin must describe itself by registerin const g a
-  * ocfs2_stack_plugin structure.  This is only seen by stackglue and the
-  * stack driver.
-  */
- struct ocfs2_stack_plugin {
-       char *sp_name;
--      struct ocfs2_stack_operations *sp_ops;
-+      const struct ocfs2_stack_operations *sp_ops;
-       struct module *sp_owner;
-       /* These are managed by the stackglue code. */
-diff -urNp linux-2.6.39/fs/ocfs2/stack_o2cb.c linux-2.6.39/fs/ocfs2/stack_o2cb.c
---- linux-2.6.39/fs/ocfs2/stack_o2cb.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/ocfs2/stack_o2cb.c 2011-05-22 19:36:32.000000000 -0400
-@@ -358,7 +358,7 @@ static int o2cb_cluster_this_node(unsign
-       return 0;
- }
--static struct ocfs2_stack_operations o2cb_stack_ops = {
-+static const struct ocfs2_stack_operations o2cb_stack_ops = {
-       .connect        = o2cb_cluster_connect,
-       .disconnect     = o2cb_cluster_disconnect,
-       .this_node      = o2cb_cluster_this_node,
-@@ -369,7 +369,6 @@ static struct ocfs2_stack_operations o2c
-       .lock_lvb       = o2cb_dlm_lvb,
-       .dump_lksb      = o2cb_dump_lksb,
- };
--
- static struct ocfs2_stack_plugin o2cb_stack = {
-       .sp_name        = "o2cb",
-       .sp_ops         = &o2cb_stack_ops,
-diff -urNp linux-2.6.39/fs/ocfs2/stack_user.c linux-2.6.39/fs/ocfs2/stack_user.c
---- linux-2.6.39/fs/ocfs2/stack_user.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/ocfs2/stack_user.c 2011-05-22 19:36:32.000000000 -0400
-@@ -399,7 +399,7 @@ static int ocfs2_control_do_setversion_m
-       long major, minor;
-       char *ptr = NULL;
-       struct ocfs2_control_private *p = file->private_data;
--      struct ocfs2_protocol_version *max =
-+      const struct ocfs2_protocol_version *max =
-               &ocfs2_user_plugin.sp_max_proto;
-       if (ocfs2_control_get_handshake_state(file) !=
-@@ -861,7 +861,7 @@ static int user_cluster_this_node(unsign
-       return 0;
- }
--static struct ocfs2_stack_operations ocfs2_user_plugin_ops = {
-+static const struct ocfs2_stack_operations ocfs2_user_plugin_ops = {
-       .connect        = user_cluster_connect,
-       .disconnect     = user_cluster_disconnect,
-       .this_node      = user_cluster_this_node,
-diff -urNp linux-2.6.39/fs/ocfs2/suballoc.c linux-2.6.39/fs/ocfs2/suballoc.c
---- linux-2.6.39/fs/ocfs2/suballoc.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/ocfs2/suballoc.c   2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/fs/ocfs2/suballoc.c linux-3.0.4/fs/ocfs2/suballoc.c
+--- linux-3.0.4/fs/ocfs2/suballoc.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/ocfs2/suballoc.c    2011-08-23 21:47:56.000000000 -0400
 @@ -872,7 +872,7 @@ static int ocfs2_reserve_suballoc_bits(s
                                mlog_errno(status);
                        goto bail;
@@ -49012,10 +42444,10 @@ diff -urNp linux-2.6.39/fs/ocfs2/suballoc.c linux-2.6.39/fs/ocfs2/suballoc.c
                        *num_clusters = res.sr_bits;
                }
        }
-diff -urNp linux-2.6.39/fs/ocfs2/super.c linux-2.6.39/fs/ocfs2/super.c
---- linux-2.6.39/fs/ocfs2/super.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/ocfs2/super.c      2011-05-22 19:36:32.000000000 -0400
-@@ -299,11 +299,11 @@ static int ocfs2_osb_dump(struct ocfs2_s
+diff -urNp linux-3.0.4/fs/ocfs2/super.c linux-3.0.4/fs/ocfs2/super.c
+--- linux-3.0.4/fs/ocfs2/super.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/ocfs2/super.c       2011-08-23 21:47:56.000000000 -0400
+@@ -300,11 +300,11 @@ static int ocfs2_osb_dump(struct ocfs2_s
                        "%10s => GlobalAllocs: %d  LocalAllocs: %d  "
                        "SubAllocs: %d  LAWinMoves: %d  SAExtends: %d\n",
                        "Stats",
@@ -49032,7 +42464,7 @@ diff -urNp linux-2.6.39/fs/ocfs2/super.c linux-2.6.39/fs/ocfs2/super.c
  
        out += snprintf(buf + out, len - out,
                        "%10s => State: %u  Descriptor: %llu  Size: %u bits  "
-@@ -2111,11 +2111,11 @@ static int ocfs2_initialize_super(struct
+@@ -2112,11 +2112,11 @@ static int ocfs2_initialize_super(struct
        spin_lock_init(&osb->osb_xattr_lock);
        ocfs2_init_steal_slots(osb);
  
@@ -49049,9 +42481,9 @@ diff -urNp linux-2.6.39/fs/ocfs2/super.c linux-2.6.39/fs/ocfs2/super.c
  
        /* Copy the blockcheck stats from the superblock probe */
        osb->osb_ecc_stats = *stats;
-diff -urNp linux-2.6.39/fs/ocfs2/symlink.c linux-2.6.39/fs/ocfs2/symlink.c
---- linux-2.6.39/fs/ocfs2/symlink.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/ocfs2/symlink.c    2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/fs/ocfs2/symlink.c linux-3.0.4/fs/ocfs2/symlink.c
+--- linux-3.0.4/fs/ocfs2/symlink.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/ocfs2/symlink.c     2011-08-23 21:47:56.000000000 -0400
 @@ -142,7 +142,7 @@ bail:
  
  static void ocfs2_fast_put_link(struct dentry *dentry, struct nameidata *nd, void *cookie)
@@ -49061,9 +42493,9 @@ diff -urNp linux-2.6.39/fs/ocfs2/symlink.c linux-2.6.39/fs/ocfs2/symlink.c
        if (!IS_ERR(link))
                kfree(link);
  }
-diff -urNp linux-2.6.39/fs/open.c linux-2.6.39/fs/open.c
---- linux-2.6.39/fs/open.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/open.c     2011-05-22 20:46:51.000000000 -0400
+diff -urNp linux-3.0.4/fs/open.c linux-3.0.4/fs/open.c
+--- linux-3.0.4/fs/open.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/open.c      2011-09-14 09:16:46.000000000 -0400
 @@ -112,6 +112,10 @@ static long do_sys_truncate(const char _
        error = locks_verify_truncate(inode, NULL, length);
        if (!error)
@@ -49108,17 +42540,12 @@ diff -urNp linux-2.6.39/fs/open.c linux-2.6.39/fs/open.c
        if (!error)
                set_fs_pwd(current->fs, &file->f_path);
  out_putf:
-@@ -438,7 +454,18 @@ SYSCALL_DEFINE1(chroot, const char __use
+@@ -438,7 +454,13 @@ SYSCALL_DEFINE1(chroot, const char __use
        if (error)
                goto dput_and_out;
  
 +      if (gr_handle_chroot_chroot(path.dentry, path.mnt))
 +              goto dput_and_out;
-+
-+      if (gr_handle_chroot_caps(&path)) {
-+              error = -ENOMEM;
-+              goto dput_and_out;
-+      }
 +
        set_fs_root(current->fs, &path);
 +
@@ -49127,7 +42554,7 @@ diff -urNp linux-2.6.39/fs/open.c linux-2.6.39/fs/open.c
        error = 0;
  dput_and_out:
        path_put(&path);
-@@ -466,12 +493,25 @@ SYSCALL_DEFINE2(fchmod, unsigned int, fd
+@@ -466,12 +488,25 @@ SYSCALL_DEFINE2(fchmod, unsigned int, fd
        err = mnt_want_write_file(file);
        if (err)
                goto out_putf;
@@ -49153,7 +42580,7 @@ diff -urNp linux-2.6.39/fs/open.c linux-2.6.39/fs/open.c
        newattrs.ia_mode = (mode & S_IALLUGO) | (inode->i_mode & ~S_IALLUGO);
        newattrs.ia_valid = ATTR_MODE | ATTR_CTIME;
        err = notify_change(dentry, &newattrs);
-@@ -499,12 +539,25 @@ SYSCALL_DEFINE3(fchmodat, int, dfd, cons
+@@ -499,12 +534,25 @@ SYSCALL_DEFINE3(fchmodat, int, dfd, cons
        error = mnt_want_write(path.mnt);
        if (error)
                goto dput_and_out;
@@ -49179,7 +42606,7 @@ diff -urNp linux-2.6.39/fs/open.c linux-2.6.39/fs/open.c
        newattrs.ia_mode = (mode & S_IALLUGO) | (inode->i_mode & ~S_IALLUGO);
        newattrs.ia_valid = ATTR_MODE | ATTR_CTIME;
        error = notify_change(path.dentry, &newattrs);
-@@ -528,6 +581,9 @@ static int chown_common(struct path *pat
+@@ -528,6 +576,9 @@ static int chown_common(struct path *pat
        int error;
        struct iattr newattrs;
  
@@ -49189,7 +42616,7 @@ diff -urNp linux-2.6.39/fs/open.c linux-2.6.39/fs/open.c
        newattrs.ia_valid =  ATTR_CTIME;
        if (user != (uid_t) -1) {
                newattrs.ia_valid |= ATTR_UID;
-@@ -998,7 +1054,10 @@ long do_sys_open(int dfd, const char __u
+@@ -998,7 +1049,10 @@ long do_sys_open(int dfd, const char __u
        if (!IS_ERR(tmp)) {
                fd = get_unused_fd_flags(flags);
                if (fd >= 0) {
@@ -49201,9 +42628,9 @@ diff -urNp linux-2.6.39/fs/open.c linux-2.6.39/fs/open.c
                        if (IS_ERR(f)) {
                                put_unused_fd(fd);
                                fd = PTR_ERR(f);
-diff -urNp linux-2.6.39/fs/partitions/ldm.c linux-2.6.39/fs/partitions/ldm.c
---- linux-2.6.39/fs/partitions/ldm.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/partitions/ldm.c   2011-05-22 19:41:37.000000000 -0400
+diff -urNp linux-3.0.4/fs/partitions/ldm.c linux-3.0.4/fs/partitions/ldm.c
+--- linux-3.0.4/fs/partitions/ldm.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/partitions/ldm.c    2011-08-23 21:48:14.000000000 -0400
 @@ -1311,6 +1311,7 @@ static bool ldm_frag_add (const u8 *data
                ldm_error ("A VBLK claims to have %d parts.", num);
                return false;
@@ -49221,9 +42648,9 @@ diff -urNp linux-2.6.39/fs/partitions/ldm.c linux-2.6.39/fs/partitions/ldm.c
        if (!f) {
                ldm_crit ("Out of memory.");
                return false;
-diff -urNp linux-2.6.39/fs/pipe.c linux-2.6.39/fs/pipe.c
---- linux-2.6.39/fs/pipe.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/pipe.c     2011-05-22 19:41:37.000000000 -0400
+diff -urNp linux-3.0.4/fs/pipe.c linux-3.0.4/fs/pipe.c
+--- linux-3.0.4/fs/pipe.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/pipe.c      2011-08-23 21:48:14.000000000 -0400
 @@ -420,9 +420,9 @@ redo:
                }
                if (bufs)       /* More to do? */
@@ -49347,9 +42774,9 @@ diff -urNp linux-2.6.39/fs/pipe.c linux-2.6.39/fs/pipe.c
        inode->i_fop = &rdwr_pipefifo_fops;
  
        /*
-diff -urNp linux-2.6.39/fs/proc/array.c linux-2.6.39/fs/proc/array.c
---- linux-2.6.39/fs/proc/array.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/proc/array.c       2011-05-22 19:41:37.000000000 -0400
+diff -urNp linux-3.0.4/fs/proc/array.c linux-3.0.4/fs/proc/array.c
+--- linux-3.0.4/fs/proc/array.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/proc/array.c        2011-08-23 21:48:14.000000000 -0400
 @@ -60,6 +60,7 @@
  #include <linux/tty.h>
  #include <linux/string.h>
@@ -49473,10 +42900,10 @@ diff -urNp linux-2.6.39/fs/proc/array.c linux-2.6.39/fs/proc/array.c
 +      return sprintf(buffer, "%pI4\n", &curr_ip);
 +}
 +#endif
-diff -urNp linux-2.6.39/fs/proc/base.c linux-2.6.39/fs/proc/base.c
---- linux-2.6.39/fs/proc/base.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/proc/base.c        2011-05-22 21:50:17.000000000 -0400
-@@ -104,6 +104,22 @@ struct pid_entry {
+diff -urNp linux-3.0.4/fs/proc/base.c linux-3.0.4/fs/proc/base.c
+--- linux-3.0.4/fs/proc/base.c 2011-09-02 18:11:21.000000000 -0400
++++ linux-3.0.4/fs/proc/base.c 2011-09-13 14:50:28.000000000 -0400
+@@ -107,6 +107,22 @@ struct pid_entry {
        union proc_op op;
  };
  
@@ -49499,7 +42926,7 @@ diff -urNp linux-2.6.39/fs/proc/base.c linux-2.6.39/fs/proc/base.c
  #define NOD(NAME, MODE, IOP, FOP, OP) {                       \
        .name = (NAME),                                 \
        .len  = sizeof(NAME) - 1,                       \
-@@ -206,6 +222,9 @@ static struct mm_struct *__check_mem_per
+@@ -209,6 +225,9 @@ static struct mm_struct *__check_mem_per
        if (task == current)
                return mm;
  
@@ -49509,7 +42936,7 @@ diff -urNp linux-2.6.39/fs/proc/base.c linux-2.6.39/fs/proc/base.c
        /*
         * If current is actively ptrace'ing, and would also be
         * permitted to freshly attach with ptrace now, permit it.
-@@ -279,6 +298,9 @@ static int proc_pid_cmdline(struct task_
+@@ -282,6 +301,9 @@ static int proc_pid_cmdline(struct task_
        if (!mm->arg_end)
                goto out_mm;    /* Shh! No looking before we're done */
  
@@ -49519,7 +42946,7 @@ diff -urNp linux-2.6.39/fs/proc/base.c linux-2.6.39/fs/proc/base.c
        len = mm->arg_end - mm->arg_start;
   
        if (len > PAGE_SIZE)
-@@ -306,12 +328,28 @@ out:
+@@ -309,12 +331,28 @@ out:
        return res;
  }
  
@@ -49541,14 +42968,14 @@ diff -urNp linux-2.6.39/fs/proc/base.c linux-2.6.39/fs/proc/base.c
 +              if (PAX_RAND_FLAGS(mm) &&
 +                  (!(task->ptrace & PT_PTRACED) || (task->parent != current))) {
 +                      mmput(mm);
-+                      return res;
++                      return 0;
 +              }
 +#endif
 +
                do {
                        nwords += 2;
                } while (mm->saved_auxv[nwords - 2] != 0); /* AT_NULL */
-@@ -325,7 +363,7 @@ static int proc_pid_auxv(struct task_str
+@@ -328,7 +366,7 @@ static int proc_pid_auxv(struct task_str
  }
  
  
@@ -49557,7 +42984,7 @@ diff -urNp linux-2.6.39/fs/proc/base.c linux-2.6.39/fs/proc/base.c
  /*
   * Provides a wchan file via kallsyms in a proper one-value-per-file format.
   * Returns the resolved symbol.  If that fails, simply return the address.
-@@ -364,7 +402,7 @@ static void unlock_trace(struct task_str
+@@ -367,7 +405,7 @@ static void unlock_trace(struct task_str
        mutex_unlock(&task->signal->cred_guard_mutex);
  }
  
@@ -49566,7 +42993,7 @@ diff -urNp linux-2.6.39/fs/proc/base.c linux-2.6.39/fs/proc/base.c
  
  #define MAX_STACK_TRACE_DEPTH 64
  
-@@ -555,7 +593,7 @@ static int proc_pid_limits(struct task_s
+@@ -558,7 +596,7 @@ static int proc_pid_limits(struct task_s
        return count;
  }
  
@@ -49575,7 +43002,7 @@ diff -urNp linux-2.6.39/fs/proc/base.c linux-2.6.39/fs/proc/base.c
  static int proc_pid_syscall(struct task_struct *task, char *buffer)
  {
        long nr;
-@@ -584,7 +622,7 @@ static int proc_pid_syscall(struct task_
+@@ -587,7 +625,7 @@ static int proc_pid_syscall(struct task_
  /************************************************************************/
  
  /* permission checks */
@@ -49584,7 +43011,7 @@ diff -urNp linux-2.6.39/fs/proc/base.c linux-2.6.39/fs/proc/base.c
  {
        struct task_struct *task;
        int allowed = 0;
-@@ -594,7 +632,10 @@ static int proc_fd_access_allowed(struct
+@@ -597,7 +635,10 @@ static int proc_fd_access_allowed(struct
         */
        task = get_proc_task(inode);
        if (task) {
@@ -49596,7 +43023,7 @@ diff -urNp linux-2.6.39/fs/proc/base.c linux-2.6.39/fs/proc/base.c
                put_task_struct(task);
        }
        return allowed;
-@@ -973,6 +1014,9 @@ static ssize_t environ_read(struct file 
+@@ -978,6 +1019,9 @@ static ssize_t environ_read(struct file 
        if (!task)
                goto out_no_task;
  
@@ -49606,7 +43033,7 @@ diff -urNp linux-2.6.39/fs/proc/base.c linux-2.6.39/fs/proc/base.c
        ret = -ENOMEM;
        page = (char *)__get_free_page(GFP_TEMPORARY);
        if (!page)
-@@ -1660,7 +1704,7 @@ static void *proc_pid_follow_link(struct
+@@ -1614,7 +1658,7 @@ static void *proc_pid_follow_link(struct
        path_put(&nd->path);
  
        /* Are we allowed to snoop on the tasks file descriptors? */
@@ -49615,7 +43042,7 @@ diff -urNp linux-2.6.39/fs/proc/base.c linux-2.6.39/fs/proc/base.c
                goto out;
  
        error = PROC_I(inode)->op.proc_get_link(inode, &nd->path);
-@@ -1699,8 +1743,18 @@ static int proc_pid_readlink(struct dent
+@@ -1653,8 +1697,18 @@ static int proc_pid_readlink(struct dent
        struct path path;
  
        /* Are we allowed to snoop on the tasks file descriptors? */
@@ -49636,7 +43063,7 @@ diff -urNp linux-2.6.39/fs/proc/base.c linux-2.6.39/fs/proc/base.c
  
        error = PROC_I(inode)->op.proc_get_link(inode, &path);
        if (error)
-@@ -1766,7 +1820,11 @@ static struct inode *proc_pid_make_inode
+@@ -1719,7 +1773,11 @@ struct inode *proc_pid_make_inode(struct
                rcu_read_lock();
                cred = __task_cred(task);
                inode->i_uid = cred->euid;
@@ -49648,7 +43075,7 @@ diff -urNp linux-2.6.39/fs/proc/base.c linux-2.6.39/fs/proc/base.c
                rcu_read_unlock();
        }
        security_task_to_inode(task, inode);
-@@ -1784,6 +1842,9 @@ static int pid_getattr(struct vfsmount *
+@@ -1737,6 +1795,9 @@ int pid_getattr(struct vfsmount *mnt, st
        struct inode *inode = dentry->d_inode;
        struct task_struct *task;
        const struct cred *cred;
@@ -49658,7 +43085,7 @@ diff -urNp linux-2.6.39/fs/proc/base.c linux-2.6.39/fs/proc/base.c
  
        generic_fillattr(inode, stat);
  
-@@ -1791,12 +1852,34 @@ static int pid_getattr(struct vfsmount *
+@@ -1744,13 +1805,41 @@ int pid_getattr(struct vfsmount *mnt, st
        stat->uid = 0;
        stat->gid = 0;
        task = pid_task(proc_pid(inode), PIDTYPE_PID);
@@ -49675,7 +43102,7 @@ diff -urNp linux-2.6.39/fs/proc/base.c linux-2.6.39/fs/proc/base.c
 +#ifdef CONFIG_GRKERNSEC_PROC_USERGROUP
 +                  || in_group_p(CONFIG_GRKERNSEC_PROC_GID)
 +#endif
-+              )
++              ) {
 +#endif
                if ((inode->i_mode == (S_IFDIR|S_IRUGO|S_IXUGO)) ||
 +#ifdef CONFIG_GRKERNSEC_PROC_USER
@@ -49692,9 +43119,16 @@ diff -urNp linux-2.6.39/fs/proc/base.c linux-2.6.39/fs/proc/base.c
                        stat->gid = cred->egid;
 +#endif
                }
++#if defined(CONFIG_GRKERNSEC_PROC_USER) || defined(CONFIG_GRKERNSEC_PROC_USERGROUP)
++              } else {
++                      rcu_read_unlock();
++                      return -ENOENT;
++              }
++#endif
        }
        rcu_read_unlock();
-@@ -1834,11 +1917,20 @@ static int pid_revalidate(struct dentry 
+       return 0;
+@@ -1787,11 +1876,20 @@ int pid_revalidate(struct dentry *dentry
  
        if (task) {
                if ((inode->i_mode == (S_IFDIR|S_IRUGO|S_IXUGO)) ||
@@ -49715,7 +43149,7 @@ diff -urNp linux-2.6.39/fs/proc/base.c linux-2.6.39/fs/proc/base.c
                        rcu_read_unlock();
                } else {
                        inode->i_uid = 0;
-@@ -1959,7 +2051,8 @@ static int proc_fd_info(struct inode *in
+@@ -1909,7 +2007,8 @@ static int proc_fd_info(struct inode *in
        int fd = proc_fd(inode);
  
        if (task) {
@@ -49725,16 +43159,12 @@ diff -urNp linux-2.6.39/fs/proc/base.c linux-2.6.39/fs/proc/base.c
                put_task_struct(task);
        }
        if (files) {
-@@ -2219,15 +2312,25 @@ static const struct file_operations proc
+@@ -2169,11 +2268,21 @@ static const struct file_operations proc
   */
  static int proc_fd_permission(struct inode *inode, int mask, unsigned int flags)
  {
 +      struct task_struct *task;
-       int rv;
-       if (flags & IPERM_FLAG_RCU)
-               return -ECHILD;
-       rv = generic_permission(inode, mask, flags, NULL);
+       int rv = generic_permission(inode, mask, flags, NULL);
 -      if (rv == 0)
 -              return 0;
 +
@@ -49753,7 +43183,7 @@ diff -urNp linux-2.6.39/fs/proc/base.c linux-2.6.39/fs/proc/base.c
        return rv;
  }
  
-@@ -2337,6 +2440,9 @@ static struct dentry *proc_pident_lookup
+@@ -2283,6 +2392,9 @@ static struct dentry *proc_pident_lookup
        if (!task)
                goto out_no_task;
  
@@ -49763,7 +43193,7 @@ diff -urNp linux-2.6.39/fs/proc/base.c linux-2.6.39/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.
-@@ -2381,6 +2487,9 @@ static int proc_pident_readdir(struct fi
+@@ -2327,6 +2439,9 @@ static int proc_pident_readdir(struct fi
        if (!task)
                goto out_no_task;
  
@@ -49773,7 +43203,7 @@ diff -urNp linux-2.6.39/fs/proc/base.c linux-2.6.39/fs/proc/base.c
        ret = 0;
        i = filp->f_pos;
        switch (i) {
-@@ -2651,7 +2760,7 @@ static void *proc_self_follow_link(struc
+@@ -2597,7 +2712,7 @@ static void *proc_self_follow_link(struc
  static void proc_self_put_link(struct dentry *dentry, struct nameidata *nd,
                                void *cookie)
  {
@@ -49782,7 +43212,7 @@ diff -urNp linux-2.6.39/fs/proc/base.c linux-2.6.39/fs/proc/base.c
        if (!IS_ERR(s))
                __putname(s);
  }
-@@ -2835,7 +2944,7 @@ static const struct pid_entry tgid_base_
+@@ -2795,7 +2910,7 @@ static const struct pid_entry tgid_base_
        REG("autogroup",  S_IRUGO|S_IWUSR, proc_pid_sched_autogroup_operations),
  #endif
        REG("comm",      S_IRUGO|S_IWUSR, proc_pid_set_comm_operations),
@@ -49791,7 +43221,7 @@ diff -urNp linux-2.6.39/fs/proc/base.c linux-2.6.39/fs/proc/base.c
        INF("syscall",    S_IRUGO, proc_pid_syscall),
  #endif
        INF("cmdline",    S_IRUGO, proc_pid_cmdline),
-@@ -2860,10 +2969,10 @@ static const struct pid_entry tgid_base_
+@@ -2820,10 +2935,10 @@ static const struct pid_entry tgid_base_
  #ifdef CONFIG_SECURITY
        DIR("attr",       S_IRUGO|S_IXUGO, proc_attr_dir_inode_operations, proc_attr_dir_operations),
  #endif
@@ -49804,9 +43234,9 @@ diff -urNp linux-2.6.39/fs/proc/base.c linux-2.6.39/fs/proc/base.c
        ONE("stack",      S_IRUGO, proc_pid_stack),
  #endif
  #ifdef CONFIG_SCHEDSTATS
-@@ -2894,6 +3003,9 @@ static const struct pid_entry tgid_base_
- #ifdef CONFIG_TASK_IO_ACCOUNTING
-       INF("io",       S_IRUGO, proc_tgid_io_accounting),
+@@ -2857,6 +2972,9 @@ static const struct pid_entry tgid_base_
+ #ifdef CONFIG_HARDWALL
+       INF("hardwall",   S_IRUGO, proc_pid_hardwall),
  #endif
 +#ifdef CONFIG_GRKERNSEC_PROC_IPADDR
 +      INF("ipaddr",     S_IRUSR, proc_pid_ipaddr),
@@ -49814,7 +43244,7 @@ diff -urNp linux-2.6.39/fs/proc/base.c linux-2.6.39/fs/proc/base.c
  };
  
  static int proc_tgid_base_readdir(struct file * filp,
-@@ -3019,7 +3131,14 @@ static struct dentry *proc_pid_instantia
+@@ -2982,7 +3100,14 @@ static struct dentry *proc_pid_instantia
        if (!inode)
                goto out;
  
@@ -49829,7 +43259,7 @@ diff -urNp linux-2.6.39/fs/proc/base.c linux-2.6.39/fs/proc/base.c
        inode->i_op = &proc_tgid_base_inode_operations;
        inode->i_fop = &proc_tgid_base_operations;
        inode->i_flags|=S_IMMUTABLE;
-@@ -3061,7 +3180,11 @@ struct dentry *proc_pid_lookup(struct in
+@@ -3024,7 +3149,11 @@ struct dentry *proc_pid_lookup(struct in
        if (!task)
                goto out;
  
@@ -49841,7 +43271,7 @@ diff -urNp linux-2.6.39/fs/proc/base.c linux-2.6.39/fs/proc/base.c
        put_task_struct(task);
  out:
        return result;
-@@ -3126,6 +3249,11 @@ int proc_pid_readdir(struct file * filp,
+@@ -3089,6 +3218,11 @@ int proc_pid_readdir(struct file * filp,
  {
        unsigned int nr;
        struct task_struct *reaper;
@@ -49853,7 +43283,7 @@ diff -urNp linux-2.6.39/fs/proc/base.c linux-2.6.39/fs/proc/base.c
        struct tgid_iter iter;
        struct pid_namespace *ns;
  
-@@ -3149,8 +3277,27 @@ int proc_pid_readdir(struct file * filp,
+@@ -3112,8 +3246,27 @@ int proc_pid_readdir(struct file * filp,
        for (iter = next_tgid(ns, iter);
             iter.task;
             iter.tgid += 1, iter = next_tgid(ns, iter)) {
@@ -49882,7 +43312,7 @@ diff -urNp linux-2.6.39/fs/proc/base.c linux-2.6.39/fs/proc/base.c
                        put_task_struct(iter.task);
                        goto out;
                }
-@@ -3177,7 +3324,7 @@ static const struct pid_entry tid_base_s
+@@ -3141,7 +3294,7 @@ static const struct pid_entry tid_base_s
        REG("sched",     S_IRUGO|S_IWUSR, proc_pid_sched_operations),
  #endif
        REG("comm",      S_IRUGO|S_IWUSR, proc_pid_set_comm_operations),
@@ -49891,7 +43321,7 @@ diff -urNp linux-2.6.39/fs/proc/base.c linux-2.6.39/fs/proc/base.c
        INF("syscall",   S_IRUGO, proc_pid_syscall),
  #endif
        INF("cmdline",   S_IRUGO, proc_pid_cmdline),
-@@ -3201,10 +3348,10 @@ static const struct pid_entry tid_base_s
+@@ -3165,10 +3318,10 @@ static const struct pid_entry tid_base_s
  #ifdef CONFIG_SECURITY
        DIR("attr",      S_IRUGO|S_IXUGO, proc_attr_dir_inode_operations, proc_attr_dir_operations),
  #endif
@@ -49904,9 +43334,9 @@ diff -urNp linux-2.6.39/fs/proc/base.c linux-2.6.39/fs/proc/base.c
        ONE("stack",      S_IRUGO, proc_pid_stack),
  #endif
  #ifdef CONFIG_SCHEDSTATS
-diff -urNp linux-2.6.39/fs/proc/cmdline.c linux-2.6.39/fs/proc/cmdline.c
---- linux-2.6.39/fs/proc/cmdline.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/proc/cmdline.c     2011-05-22 19:41:37.000000000 -0400
+diff -urNp linux-3.0.4/fs/proc/cmdline.c linux-3.0.4/fs/proc/cmdline.c
+--- linux-3.0.4/fs/proc/cmdline.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/proc/cmdline.c      2011-08-23 21:48:14.000000000 -0400
 @@ -23,7 +23,11 @@ static const struct file_operations cmdl
  
  static int __init proc_cmdline_init(void)
@@ -49919,9 +43349,9 @@ diff -urNp linux-2.6.39/fs/proc/cmdline.c linux-2.6.39/fs/proc/cmdline.c
        return 0;
  }
  module_init(proc_cmdline_init);
-diff -urNp linux-2.6.39/fs/proc/devices.c linux-2.6.39/fs/proc/devices.c
---- linux-2.6.39/fs/proc/devices.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/proc/devices.c     2011-05-22 19:41:37.000000000 -0400
+diff -urNp linux-3.0.4/fs/proc/devices.c linux-3.0.4/fs/proc/devices.c
+--- linux-3.0.4/fs/proc/devices.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/proc/devices.c      2011-08-23 21:48:14.000000000 -0400
 @@ -64,7 +64,11 @@ static const struct file_operations proc
  
  static int __init proc_devices_init(void)
@@ -49934,10 +43364,10 @@ diff -urNp linux-2.6.39/fs/proc/devices.c linux-2.6.39/fs/proc/devices.c
        return 0;
  }
  module_init(proc_devices_init);
-diff -urNp linux-2.6.39/fs/proc/inode.c linux-2.6.39/fs/proc/inode.c
---- linux-2.6.39/fs/proc/inode.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/proc/inode.c       2011-05-22 19:41:37.000000000 -0400
-@@ -433,7 +433,11 @@ struct inode *proc_get_inode(struct supe
+diff -urNp linux-3.0.4/fs/proc/inode.c linux-3.0.4/fs/proc/inode.c
+--- linux-3.0.4/fs/proc/inode.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/proc/inode.c        2011-08-23 21:48:14.000000000 -0400
+@@ -440,7 +440,11 @@ struct inode *proc_get_inode(struct supe
                if (de->mode) {
                        inode->i_mode = de->mode;
                        inode->i_uid = de->uid;
@@ -49949,9 +43379,9 @@ diff -urNp linux-2.6.39/fs/proc/inode.c linux-2.6.39/fs/proc/inode.c
                }
                if (de->size)
                        inode->i_size = de->size;
-diff -urNp linux-2.6.39/fs/proc/internal.h linux-2.6.39/fs/proc/internal.h
---- linux-2.6.39/fs/proc/internal.h    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/proc/internal.h    2011-05-22 19:41:37.000000000 -0400
+diff -urNp linux-3.0.4/fs/proc/internal.h linux-3.0.4/fs/proc/internal.h
+--- linux-3.0.4/fs/proc/internal.h     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/proc/internal.h     2011-08-23 21:48:14.000000000 -0400
 @@ -51,6 +51,9 @@ extern int proc_pid_status(struct seq_fi
                                struct pid *pid, struct task_struct *task);
  extern int proc_pid_statm(struct seq_file *m, struct pid_namespace *ns,
@@ -49962,9 +43392,9 @@ diff -urNp linux-2.6.39/fs/proc/internal.h linux-2.6.39/fs/proc/internal.h
  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.39/fs/proc/Kconfig linux-2.6.39/fs/proc/Kconfig
---- linux-2.6.39/fs/proc/Kconfig       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/proc/Kconfig       2011-05-22 19:41:37.000000000 -0400
+diff -urNp linux-3.0.4/fs/proc/Kconfig linux-3.0.4/fs/proc/Kconfig
+--- linux-3.0.4/fs/proc/Kconfig        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/proc/Kconfig        2011-08-23 21:48:14.000000000 -0400
 @@ -30,12 +30,12 @@ config PROC_FS
  
  config PROC_KCORE
@@ -49992,9 +43422,9 @@ diff -urNp linux-2.6.39/fs/proc/Kconfig linux-2.6.39/fs/proc/Kconfig
        bool "Enable /proc page monitoring" if EXPERT
        help
          Various /proc files exist to monitor process memory utilization:
-diff -urNp linux-2.6.39/fs/proc/kcore.c linux-2.6.39/fs/proc/kcore.c
---- linux-2.6.39/fs/proc/kcore.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/proc/kcore.c       2011-05-22 19:41:37.000000000 -0400
+diff -urNp linux-3.0.4/fs/proc/kcore.c linux-3.0.4/fs/proc/kcore.c
+--- linux-3.0.4/fs/proc/kcore.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/proc/kcore.c        2011-08-23 21:48:14.000000000 -0400
 @@ -321,6 +321,8 @@ static void elf_kcore_store_hdr(char *bu
        off_t offset = 0;
        struct kcore_list *m;
@@ -50062,9 +43492,9 @@ diff -urNp linux-2.6.39/fs/proc/kcore.c linux-2.6.39/fs/proc/kcore.c
        if (!capable(CAP_SYS_RAWIO))
                return -EPERM;
        if (kcore_need_update)
-diff -urNp linux-2.6.39/fs/proc/meminfo.c linux-2.6.39/fs/proc/meminfo.c
---- linux-2.6.39/fs/proc/meminfo.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/proc/meminfo.c     2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/fs/proc/meminfo.c linux-3.0.4/fs/proc/meminfo.c
+--- linux-3.0.4/fs/proc/meminfo.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/proc/meminfo.c      2011-08-23 21:48:14.000000000 -0400
 @@ -29,6 +29,8 @@ static int meminfo_proc_show(struct seq_
        unsigned long pages[NR_LRU_LISTS];
        int lru;
@@ -50083,9 +43513,9 @@ diff -urNp linux-2.6.39/fs/proc/meminfo.c linux-2.6.39/fs/proc/meminfo.c
  #endif
  #ifdef CONFIG_TRANSPARENT_HUGEPAGE
                ,K(global_page_state(NR_ANON_TRANSPARENT_HUGEPAGES) *
-diff -urNp linux-2.6.39/fs/proc/nommu.c linux-2.6.39/fs/proc/nommu.c
---- linux-2.6.39/fs/proc/nommu.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/proc/nommu.c       2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/fs/proc/nommu.c linux-3.0.4/fs/proc/nommu.c
+--- linux-3.0.4/fs/proc/nommu.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/proc/nommu.c        2011-08-23 21:47:56.000000000 -0400
 @@ -66,7 +66,7 @@ static int nommu_region_show(struct seq_
                if (len < 1)
                        len = 1;
@@ -50095,9 +43525,9 @@ diff -urNp linux-2.6.39/fs/proc/nommu.c linux-2.6.39/fs/proc/nommu.c
        }
  
        seq_putc(m, '\n');
-diff -urNp linux-2.6.39/fs/proc/proc_net.c linux-2.6.39/fs/proc/proc_net.c
---- linux-2.6.39/fs/proc/proc_net.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/proc/proc_net.c    2011-05-22 19:41:37.000000000 -0400
+diff -urNp linux-3.0.4/fs/proc/proc_net.c linux-3.0.4/fs/proc/proc_net.c
+--- linux-3.0.4/fs/proc/proc_net.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/proc/proc_net.c     2011-08-23 21:48:14.000000000 -0400
 @@ -105,6 +105,17 @@ static struct net *get_proc_task_net(str
        struct task_struct *task;
        struct nsproxy *ns;
@@ -50116,9 +43546,9 @@ diff -urNp linux-2.6.39/fs/proc/proc_net.c linux-2.6.39/fs/proc/proc_net.c
  
        rcu_read_lock();
        task = pid_task(proc_pid(dir), PIDTYPE_PID);
-diff -urNp linux-2.6.39/fs/proc/proc_sysctl.c linux-2.6.39/fs/proc/proc_sysctl.c
---- linux-2.6.39/fs/proc/proc_sysctl.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/proc/proc_sysctl.c 2011-05-22 19:41:37.000000000 -0400
+diff -urNp linux-3.0.4/fs/proc/proc_sysctl.c linux-3.0.4/fs/proc/proc_sysctl.c
+--- linux-3.0.4/fs/proc/proc_sysctl.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/proc/proc_sysctl.c  2011-08-23 21:48:14.000000000 -0400
 @@ -8,6 +8,8 @@
  #include <linux/namei.h>
  #include "internal.h"
@@ -50148,7 +43578,7 @@ diff -urNp linux-2.6.39/fs/proc/proc_sysctl.c linux-2.6.39/fs/proc/proc_sysctl.c
                res = proc_sys_fill_cache(file, dirent, filldir, head, table);
                if (res)
                        return res;
-@@ -358,6 +366,9 @@ static int proc_sys_getattr(struct vfsmo
+@@ -355,6 +363,9 @@ static int proc_sys_getattr(struct vfsmo
        if (IS_ERR(head))
                return PTR_ERR(head);
  
@@ -50158,10 +43588,10 @@ diff -urNp linux-2.6.39/fs/proc/proc_sysctl.c linux-2.6.39/fs/proc/proc_sysctl.c
        generic_fillattr(inode, stat);
        if (table)
                stat->mode = (stat->mode & S_IFMT) | table->mode;
-diff -urNp linux-2.6.39/fs/proc/root.c linux-2.6.39/fs/proc/root.c
---- linux-2.6.39/fs/proc/root.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/proc/root.c        2011-05-22 19:41:37.000000000 -0400
-@@ -122,7 +122,15 @@ void __init proc_root_init(void)
+diff -urNp linux-3.0.4/fs/proc/root.c linux-3.0.4/fs/proc/root.c
+--- linux-3.0.4/fs/proc/root.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/proc/root.c 2011-08-23 21:48:14.000000000 -0400
+@@ -123,7 +123,15 @@ void __init proc_root_init(void)
  #ifdef CONFIG_PROC_DEVICETREE
        proc_device_tree_init();
  #endif
@@ -50177,9 +43607,9 @@ diff -urNp linux-2.6.39/fs/proc/root.c linux-2.6.39/fs/proc/root.c
        proc_sys_init();
  }
  
-diff -urNp linux-2.6.39/fs/proc/task_mmu.c linux-2.6.39/fs/proc/task_mmu.c
---- linux-2.6.39/fs/proc/task_mmu.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/proc/task_mmu.c    2011-05-22 22:43:29.000000000 -0400
+diff -urNp linux-3.0.4/fs/proc/task_mmu.c linux-3.0.4/fs/proc/task_mmu.c
+--- linux-3.0.4/fs/proc/task_mmu.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/proc/task_mmu.c     2011-08-23 21:48:14.000000000 -0400
 @@ -51,8 +51,13 @@ void task_mem(struct seq_file *m, struct
                "VmExe:\t%8lu kB\n"
                "VmLib:\t%8lu kB\n"
@@ -50310,9 +43740,18 @@ diff -urNp linux-2.6.39/fs/proc/task_mmu.c linux-2.6.39/fs/proc/task_mmu.c
                   mss.resident >> 10,
                   (unsigned long)(mss.pss >> (10 + PSS_SHIFT)),
                   mss.shared_clean  >> 10,
-diff -urNp linux-2.6.39/fs/proc/task_nommu.c linux-2.6.39/fs/proc/task_nommu.c
---- linux-2.6.39/fs/proc/task_nommu.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/proc/task_nommu.c  2011-05-22 19:36:32.000000000 -0400
+@@ -1001,7 +1032,7 @@ static int show_numa_map(struct seq_file
+       if (file) {
+               seq_printf(m, " file=");
+-              seq_path(m, &file->f_path, "\n\t= ");
++              seq_path(m, &file->f_path, "\n\t\\= ");
+       } 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-3.0.4/fs/proc/task_nommu.c linux-3.0.4/fs/proc/task_nommu.c
+--- linux-3.0.4/fs/proc/task_nommu.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/proc/task_nommu.c   2011-08-23 21:47:56.000000000 -0400
 @@ -51,7 +51,7 @@ void task_mem(struct seq_file *m, struct
        else
                bytes += kobjsize(mm);
@@ -50331,9 +43770,9 @@ diff -urNp linux-2.6.39/fs/proc/task_nommu.c linux-2.6.39/fs/proc/task_nommu.c
        } else if (mm) {
                if (vma->vm_start <= mm->start_stack &&
                        vma->vm_end >= mm->start_stack) {
-diff -urNp linux-2.6.39/fs/quota/netlink.c linux-2.6.39/fs/quota/netlink.c
---- linux-2.6.39/fs/quota/netlink.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/quota/netlink.c    2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/fs/quota/netlink.c linux-3.0.4/fs/quota/netlink.c
+--- linux-3.0.4/fs/quota/netlink.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/quota/netlink.c     2011-08-23 21:47:56.000000000 -0400
 @@ -33,7 +33,7 @@ static struct genl_family quota_genl_fam
  void quota_send_warning(short type, unsigned int id, dev_t dev,
                        const char warntype)
@@ -50352,9 +43791,9 @@ diff -urNp linux-2.6.39/fs/quota/netlink.c linux-2.6.39/fs/quota/netlink.c
                        &quota_genl_family, 0, QUOTA_NL_C_WARNING);
        if (!msg_head) {
                printk(KERN_ERR
-diff -urNp linux-2.6.39/fs/readdir.c linux-2.6.39/fs/readdir.c
---- linux-2.6.39/fs/readdir.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/readdir.c  2011-05-22 19:41:42.000000000 -0400
+diff -urNp linux-3.0.4/fs/readdir.c linux-3.0.4/fs/readdir.c
+--- linux-3.0.4/fs/readdir.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/readdir.c   2011-08-23 21:48:14.000000000 -0400
 @@ -17,6 +17,7 @@
  #include <linux/security.h>
  #include <linux/syscalls.h>
@@ -50444,9 +43883,9 @@ diff -urNp linux-2.6.39/fs/readdir.c linux-2.6.39/fs/readdir.c
        buf.count = count;
        buf.error = 0;
  
-diff -urNp linux-2.6.39/fs/reiserfs/dir.c linux-2.6.39/fs/reiserfs/dir.c
---- linux-2.6.39/fs/reiserfs/dir.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/reiserfs/dir.c     2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/fs/reiserfs/dir.c linux-3.0.4/fs/reiserfs/dir.c
+--- linux-3.0.4/fs/reiserfs/dir.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/reiserfs/dir.c      2011-08-23 21:48:14.000000000 -0400
 @@ -66,6 +66,8 @@ int reiserfs_readdir_dentry(struct dentr
        struct reiserfs_dir_entry de;
        int ret = 0;
@@ -50456,9 +43895,9 @@ diff -urNp linux-2.6.39/fs/reiserfs/dir.c linux-2.6.39/fs/reiserfs/dir.c
        reiserfs_write_lock(inode->i_sb);
  
        reiserfs_check_lock_depth(inode->i_sb, "readdir");
-diff -urNp linux-2.6.39/fs/reiserfs/do_balan.c linux-2.6.39/fs/reiserfs/do_balan.c
---- linux-2.6.39/fs/reiserfs/do_balan.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/reiserfs/do_balan.c        2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/fs/reiserfs/do_balan.c linux-3.0.4/fs/reiserfs/do_balan.c
+--- linux-3.0.4/fs/reiserfs/do_balan.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/reiserfs/do_balan.c 2011-08-23 21:47:56.000000000 -0400
 @@ -2051,7 +2051,7 @@ void do_balance(struct tree_balance *tb,
                return;
        }
@@ -50468,66 +43907,9 @@ diff -urNp linux-2.6.39/fs/reiserfs/do_balan.c linux-2.6.39/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.39/fs/reiserfs/item_ops.c linux-2.6.39/fs/reiserfs/item_ops.c
---- linux-2.6.39/fs/reiserfs/item_ops.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/reiserfs/item_ops.c        2011-05-22 19:36:32.000000000 -0400
-@@ -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.39/fs/reiserfs/journal.c linux-2.6.39/fs/reiserfs/journal.c
---- linux-2.6.39/fs/reiserfs/journal.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/reiserfs/journal.c 2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/fs/reiserfs/journal.c linux-3.0.4/fs/reiserfs/journal.c
+--- linux-3.0.4/fs/reiserfs/journal.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/reiserfs/journal.c  2011-08-23 21:48:14.000000000 -0400
 @@ -2299,6 +2299,8 @@ static struct buffer_head *reiserfs_brea
        struct buffer_head *bh;
        int i, j;
@@ -50537,9 +43919,9 @@ diff -urNp linux-2.6.39/fs/reiserfs/journal.c linux-2.6.39/fs/reiserfs/journal.c
        bh = __getblk(dev, block, bufsize);
        if (buffer_uptodate(bh))
                return (bh);
-diff -urNp linux-2.6.39/fs/reiserfs/namei.c linux-2.6.39/fs/reiserfs/namei.c
---- linux-2.6.39/fs/reiserfs/namei.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/reiserfs/namei.c   2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/fs/reiserfs/namei.c linux-3.0.4/fs/reiserfs/namei.c
+--- linux-3.0.4/fs/reiserfs/namei.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/reiserfs/namei.c    2011-08-23 21:48:14.000000000 -0400
 @@ -1225,6 +1225,8 @@ static int reiserfs_rename(struct inode 
        unsigned long savelink = 1;
        struct timespec ctime;
@@ -50549,9 +43931,9 @@ diff -urNp linux-2.6.39/fs/reiserfs/namei.c linux-2.6.39/fs/reiserfs/namei.c
        /* three balancings: (1) old name removal, (2) new name insertion
           and (3) maybe "save" link insertion
           stat data updates: (1) old directory,
-diff -urNp linux-2.6.39/fs/reiserfs/procfs.c linux-2.6.39/fs/reiserfs/procfs.c
---- linux-2.6.39/fs/reiserfs/procfs.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/reiserfs/procfs.c  2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/fs/reiserfs/procfs.c linux-3.0.4/fs/reiserfs/procfs.c
+--- linux-3.0.4/fs/reiserfs/procfs.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/reiserfs/procfs.c   2011-08-23 21:48:14.000000000 -0400
 @@ -113,7 +113,7 @@ static int show_super(struct seq_file *m
                   "SMALL_TAILS " : "NO_TAILS ",
                   replay_only(sb) ? "REPLAY_ONLY " : "",
@@ -50570,9 +43952,9 @@ diff -urNp linux-2.6.39/fs/reiserfs/procfs.c linux-2.6.39/fs/reiserfs/procfs.c
        seq_printf(m,           /* on-disk fields */
                   "jp_journal_1st_block: \t%i\n"
                   "jp_journal_dev: \t%s[%x]\n"
-diff -urNp linux-2.6.39/fs/reiserfs/stree.c linux-2.6.39/fs/reiserfs/stree.c
---- linux-2.6.39/fs/reiserfs/stree.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/reiserfs/stree.c   2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/fs/reiserfs/stree.c linux-3.0.4/fs/reiserfs/stree.c
+--- linux-3.0.4/fs/reiserfs/stree.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/reiserfs/stree.c    2011-08-23 21:48:14.000000000 -0400
 @@ -1196,6 +1196,8 @@ int reiserfs_delete_item(struct reiserfs
        int iter = 0;
  #endif
@@ -50618,9 +44000,9 @@ diff -urNp linux-2.6.39/fs/reiserfs/stree.c linux-2.6.39/fs/reiserfs/stree.c
        BUG_ON(!th->t_trans_id);
  
        if (inode) {            /* Do we count quotas for item? */
-diff -urNp linux-2.6.39/fs/reiserfs/super.c linux-2.6.39/fs/reiserfs/super.c
---- linux-2.6.39/fs/reiserfs/super.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/reiserfs/super.c   2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/fs/reiserfs/super.c linux-3.0.4/fs/reiserfs/super.c
+--- linux-3.0.4/fs/reiserfs/super.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/reiserfs/super.c    2011-08-23 21:48:14.000000000 -0400
 @@ -927,6 +927,8 @@ static int reiserfs_parse_options(struct
                {.option_name = NULL}
        };
@@ -50630,9 +44012,9 @@ diff -urNp linux-2.6.39/fs/reiserfs/super.c linux-2.6.39/fs/reiserfs/super.c
        *blocks = 0;
        if (!options || !*options)
                /* use default configuration: create tails, journaling on, no
-diff -urNp linux-2.6.39/fs/select.c linux-2.6.39/fs/select.c
---- linux-2.6.39/fs/select.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/select.c   2011-05-22 19:41:42.000000000 -0400
+diff -urNp linux-3.0.4/fs/select.c linux-3.0.4/fs/select.c
+--- linux-3.0.4/fs/select.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/select.c    2011-08-23 21:48:14.000000000 -0400
 @@ -20,6 +20,7 @@
  #include <linux/module.h>
  #include <linux/slab.h>
@@ -50669,9 +44051,9 @@ diff -urNp linux-2.6.39/fs/select.c linux-2.6.39/fs/select.c
        if (nfds > rlimit(RLIMIT_NOFILE))
                return -EINVAL;
  
-diff -urNp linux-2.6.39/fs/seq_file.c linux-2.6.39/fs/seq_file.c
---- linux-2.6.39/fs/seq_file.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/seq_file.c 2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/fs/seq_file.c linux-3.0.4/fs/seq_file.c
+--- linux-3.0.4/fs/seq_file.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/seq_file.c  2011-08-23 21:47:56.000000000 -0400
 @@ -76,7 +76,8 @@ static int traverse(struct seq_file *m, 
                return 0;
        }
@@ -50712,10 +44094,19 @@ diff -urNp linux-2.6.39/fs/seq_file.c linux-2.6.39/fs/seq_file.c
                if (!m->buf)
                        goto Enomem;
                m->count = 0;
-diff -urNp linux-2.6.39/fs/splice.c linux-2.6.39/fs/splice.c
---- linux-2.6.39/fs/splice.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/splice.c   2011-05-22 19:36:32.000000000 -0400
-@@ -186,7 +186,7 @@ ssize_t splice_to_pipe(struct pipe_inode
+@@ -549,7 +553,7 @@ static void single_stop(struct seq_file 
+ int single_open(struct file *file, int (*show)(struct seq_file *, void *),
+               void *data)
+ {
+-      struct seq_operations *op = kmalloc(sizeof(*op), GFP_KERNEL);
++      seq_operations_no_const *op = kmalloc(sizeof(*op), GFP_KERNEL);
+       int res = -ENOMEM;
+       if (op) {
+diff -urNp linux-3.0.4/fs/splice.c linux-3.0.4/fs/splice.c
+--- linux-3.0.4/fs/splice.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/splice.c    2011-08-23 21:48:14.000000000 -0400
+@@ -194,7 +194,7 @@ ssize_t splice_to_pipe(struct pipe_inode
        pipe_lock(pipe);
  
        for (;;) {
@@ -50724,7 +44115,7 @@ diff -urNp linux-2.6.39/fs/splice.c linux-2.6.39/fs/splice.c
                        send_sig(SIGPIPE, current, 0);
                        if (!ret)
                                ret = -EPIPE;
-@@ -240,9 +240,9 @@ ssize_t splice_to_pipe(struct pipe_inode
+@@ -248,9 +248,9 @@ ssize_t splice_to_pipe(struct pipe_inode
                        do_wakeup = 0;
                }
  
@@ -50736,7 +44127,7 @@ diff -urNp linux-2.6.39/fs/splice.c linux-2.6.39/fs/splice.c
        }
  
        pipe_unlock(pipe);
-@@ -316,6 +316,8 @@ __generic_file_splice_read(struct file *
+@@ -320,6 +320,8 @@ __generic_file_splice_read(struct file *
                .spd_release = spd_release_page,
        };
  
@@ -50745,7 +44136,7 @@ diff -urNp linux-2.6.39/fs/splice.c linux-2.6.39/fs/splice.c
        if (splice_grow_spd(pipe, &spd))
                return -ENOMEM;
  
-@@ -556,7 +558,7 @@ static ssize_t kernel_readv(struct file 
+@@ -560,7 +562,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() */
@@ -50754,7 +44145,7 @@ diff -urNp linux-2.6.39/fs/splice.c linux-2.6.39/fs/splice.c
        set_fs(old_fs);
  
        return res;
-@@ -571,7 +573,7 @@ static ssize_t kernel_write(struct file 
+@@ -575,7 +577,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() */
@@ -50763,7 +44154,7 @@ diff -urNp linux-2.6.39/fs/splice.c linux-2.6.39/fs/splice.c
        set_fs(old_fs);
  
        return res;
-@@ -599,6 +601,8 @@ ssize_t default_file_splice_read(struct 
+@@ -603,6 +605,8 @@ ssize_t default_file_splice_read(struct 
                .spd_release = spd_release_page,
        };
  
@@ -50772,7 +44163,7 @@ diff -urNp linux-2.6.39/fs/splice.c linux-2.6.39/fs/splice.c
        if (splice_grow_spd(pipe, &spd))
                return -ENOMEM;
  
-@@ -622,7 +626,7 @@ ssize_t default_file_splice_read(struct 
+@@ -626,7 +630,7 @@ ssize_t default_file_splice_read(struct 
                        goto err;
  
                this_len = min_t(size_t, len, PAGE_CACHE_SIZE - offset);
@@ -50781,7 +44172,7 @@ diff -urNp linux-2.6.39/fs/splice.c linux-2.6.39/fs/splice.c
                vec[i].iov_len = this_len;
                spd.pages[i] = page;
                spd.nr_pages++;
-@@ -842,10 +846,10 @@ EXPORT_SYMBOL(splice_from_pipe_feed);
+@@ -846,10 +850,10 @@ EXPORT_SYMBOL(splice_from_pipe_feed);
  int splice_from_pipe_next(struct pipe_inode_info *pipe, struct splice_desc *sd)
  {
        while (!pipe->nrbufs) {
@@ -50794,7 +44185,7 @@ diff -urNp linux-2.6.39/fs/splice.c linux-2.6.39/fs/splice.c
                        return 0;
  
                if (sd->flags & SPLICE_F_NONBLOCK)
-@@ -1178,7 +1182,7 @@ ssize_t splice_direct_to_actor(struct fi
+@@ -1182,7 +1186,7 @@ ssize_t splice_direct_to_actor(struct fi
                 * out of the pipe right after the splice_to_pipe(). So set
                 * PIPE_READERS appropriately.
                 */
@@ -50803,7 +44194,7 @@ diff -urNp linux-2.6.39/fs/splice.c linux-2.6.39/fs/splice.c
  
                current->splice_pipe = pipe;
        }
-@@ -1615,6 +1619,8 @@ static long vmsplice_to_pipe(struct file
+@@ -1619,6 +1623,8 @@ static long vmsplice_to_pipe(struct file
        };
        long ret;
  
@@ -50812,7 +44203,7 @@ diff -urNp linux-2.6.39/fs/splice.c linux-2.6.39/fs/splice.c
        pipe = get_pipe_info(file);
        if (!pipe)
                return -EBADF;
-@@ -1730,9 +1736,9 @@ static int ipipe_prep(struct pipe_inode_
+@@ -1734,9 +1740,9 @@ static int ipipe_prep(struct pipe_inode_
                        ret = -ERESTARTSYS;
                        break;
                }
@@ -50824,7 +44215,7 @@ diff -urNp linux-2.6.39/fs/splice.c linux-2.6.39/fs/splice.c
                        if (flags & SPLICE_F_NONBLOCK) {
                                ret = -EAGAIN;
                                break;
-@@ -1764,7 +1770,7 @@ static int opipe_prep(struct pipe_inode_
+@@ -1768,7 +1774,7 @@ static int opipe_prep(struct pipe_inode_
        pipe_lock(pipe);
  
        while (pipe->nrbufs >= pipe->buffers) {
@@ -50833,7 +44224,7 @@ diff -urNp linux-2.6.39/fs/splice.c linux-2.6.39/fs/splice.c
                        send_sig(SIGPIPE, current, 0);
                        ret = -EPIPE;
                        break;
-@@ -1777,9 +1783,9 @@ static int opipe_prep(struct pipe_inode_
+@@ -1781,9 +1787,9 @@ static int opipe_prep(struct pipe_inode_
                        ret = -ERESTARTSYS;
                        break;
                }
@@ -50845,7 +44236,7 @@ diff -urNp linux-2.6.39/fs/splice.c linux-2.6.39/fs/splice.c
        }
  
        pipe_unlock(pipe);
-@@ -1815,14 +1821,14 @@ retry:
+@@ -1819,14 +1825,14 @@ retry:
        pipe_double_lock(ipipe, opipe);
  
        do {
@@ -50862,7 +44253,7 @@ diff -urNp linux-2.6.39/fs/splice.c linux-2.6.39/fs/splice.c
                        break;
  
                /*
-@@ -1922,7 +1928,7 @@ static int link_pipe(struct pipe_inode_i
+@@ -1923,7 +1929,7 @@ static int link_pipe(struct pipe_inode_i
        pipe_double_lock(ipipe, opipe);
  
        do {
@@ -50871,7 +44262,7 @@ diff -urNp linux-2.6.39/fs/splice.c linux-2.6.39/fs/splice.c
                        send_sig(SIGPIPE, current, 0);
                        if (!ret)
                                ret = -EPIPE;
-@@ -1967,7 +1973,7 @@ static int link_pipe(struct pipe_inode_i
+@@ -1968,7 +1974,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
         */
@@ -50880,10 +44271,10 @@ diff -urNp linux-2.6.39/fs/splice.c linux-2.6.39/fs/splice.c
                ret = -EAGAIN;
  
        pipe_unlock(ipipe);
-diff -urNp linux-2.6.39/fs/sysfs/file.c linux-2.6.39/fs/sysfs/file.c
---- linux-2.6.39/fs/sysfs/file.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/sysfs/file.c       2011-05-22 19:36:32.000000000 -0400
-@@ -44,7 +44,7 @@ static DEFINE_SPINLOCK(sysfs_open_dirent
+diff -urNp linux-3.0.4/fs/sysfs/file.c linux-3.0.4/fs/sysfs/file.c
+--- linux-3.0.4/fs/sysfs/file.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/sysfs/file.c        2011-08-23 21:47:56.000000000 -0400
+@@ -37,7 +37,7 @@ static DEFINE_SPINLOCK(sysfs_open_dirent
  
  struct sysfs_open_dirent {
        atomic_t                refcnt;
@@ -50892,7 +44283,7 @@ diff -urNp linux-2.6.39/fs/sysfs/file.c linux-2.6.39/fs/sysfs/file.c
        wait_queue_head_t       poll;
        struct list_head        buffers; /* goes through sysfs_buffer.list */
  };
-@@ -88,7 +88,7 @@ static int fill_read_buffer(struct dentr
+@@ -81,7 +81,7 @@ static int fill_read_buffer(struct dentr
        if (!sysfs_get_active(attr_sd))
                return -ENODEV;
  
@@ -50901,7 +44292,7 @@ diff -urNp linux-2.6.39/fs/sysfs/file.c linux-2.6.39/fs/sysfs/file.c
        count = ops->show(kobj, attr_sd->s_attr.attr, buffer->page);
  
        sysfs_put_active(attr_sd);
-@@ -294,7 +294,7 @@ static int sysfs_get_open_dirent(struct 
+@@ -287,7 +287,7 @@ static int sysfs_get_open_dirent(struct 
                return -ENOMEM;
  
        atomic_set(&new_od->refcnt, 0);
@@ -50910,7 +44301,7 @@ diff -urNp linux-2.6.39/fs/sysfs/file.c linux-2.6.39/fs/sysfs/file.c
        init_waitqueue_head(&new_od->poll);
        INIT_LIST_HEAD(&new_od->buffers);
        goto retry;
-@@ -444,7 +444,7 @@ static unsigned int sysfs_poll(struct fi
+@@ -432,7 +432,7 @@ static unsigned int sysfs_poll(struct fi
  
        sysfs_put_active(attr_sd);
  
@@ -50919,7 +44310,7 @@ diff -urNp linux-2.6.39/fs/sysfs/file.c linux-2.6.39/fs/sysfs/file.c
                goto trigger;
  
        return DEFAULT_POLLMASK;
-@@ -463,7 +463,7 @@ void sysfs_notify_dirent(struct sysfs_di
+@@ -451,7 +451,7 @@ void sysfs_notify_dirent(struct sysfs_di
  
        od = sd->s_attr.open;
        if (od) {
@@ -50928,9 +44319,9 @@ diff -urNp linux-2.6.39/fs/sysfs/file.c linux-2.6.39/fs/sysfs/file.c
                wake_up_interruptible(&od->poll);
        }
  
-diff -urNp linux-2.6.39/fs/sysfs/mount.c linux-2.6.39/fs/sysfs/mount.c
---- linux-2.6.39/fs/sysfs/mount.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/sysfs/mount.c      2011-05-22 19:41:42.000000000 -0400
+diff -urNp linux-3.0.4/fs/sysfs/mount.c linux-3.0.4/fs/sysfs/mount.c
+--- linux-3.0.4/fs/sysfs/mount.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/sysfs/mount.c       2011-08-23 21:48:14.000000000 -0400
 @@ -36,7 +36,11 @@ struct sysfs_dirent sysfs_root = {
        .s_name         = "",
        .s_count        = ATOMIC_INIT(1),
@@ -50943,9 +44334,9 @@ diff -urNp linux-2.6.39/fs/sysfs/mount.c linux-2.6.39/fs/sysfs/mount.c
        .s_ino          = 1,
  };
  
-diff -urNp linux-2.6.39/fs/sysfs/symlink.c linux-2.6.39/fs/sysfs/symlink.c
---- linux-2.6.39/fs/sysfs/symlink.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/sysfs/symlink.c    2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/fs/sysfs/symlink.c linux-3.0.4/fs/sysfs/symlink.c
+--- linux-3.0.4/fs/sysfs/symlink.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/sysfs/symlink.c     2011-08-23 21:47:56.000000000 -0400
 @@ -286,7 +286,7 @@ static void *sysfs_follow_link(struct de
  
  static void sysfs_put_link(struct dentry *dentry, struct nameidata *nd, void *cookie)
@@ -50955,9 +44346,9 @@ diff -urNp linux-2.6.39/fs/sysfs/symlink.c linux-2.6.39/fs/sysfs/symlink.c
        if (!IS_ERR(page))
                free_page((unsigned long)page);
  }
-diff -urNp linux-2.6.39/fs/udf/inode.c linux-2.6.39/fs/udf/inode.c
---- linux-2.6.39/fs/udf/inode.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/udf/inode.c        2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/fs/udf/inode.c linux-3.0.4/fs/udf/inode.c
+--- linux-3.0.4/fs/udf/inode.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/udf/inode.c 2011-08-23 21:48:14.000000000 -0400
 @@ -560,6 +560,8 @@ static struct buffer_head *inode_getblk(
        int goal = 0, pgoal = iinfo->i_location.logicalBlockNum;
        int lastblock = 0;
@@ -50967,9 +44358,9 @@ diff -urNp linux-2.6.39/fs/udf/inode.c linux-2.6.39/fs/udf/inode.c
        prev_epos.offset = udf_file_entry_alloc_offset(inode);
        prev_epos.block = iinfo->i_location;
        prev_epos.bh = NULL;
-diff -urNp linux-2.6.39/fs/udf/misc.c linux-2.6.39/fs/udf/misc.c
---- linux-2.6.39/fs/udf/misc.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/udf/misc.c 2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/fs/udf/misc.c linux-3.0.4/fs/udf/misc.c
+--- linux-3.0.4/fs/udf/misc.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/udf/misc.c  2011-08-23 21:47:56.000000000 -0400
 @@ -286,7 +286,7 @@ void udf_new_tag(char *data, uint16_t id
  
  u8 udf_tag_checksum(const struct tag *t)
@@ -50979,9 +44370,9 @@ diff -urNp linux-2.6.39/fs/udf/misc.c linux-2.6.39/fs/udf/misc.c
        u8 checksum = 0;
        int i;
        for (i = 0; i < sizeof(struct tag); ++i)
-diff -urNp linux-2.6.39/fs/utimes.c linux-2.6.39/fs/utimes.c
---- linux-2.6.39/fs/utimes.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/utimes.c   2011-05-22 19:41:42.000000000 -0400
+diff -urNp linux-3.0.4/fs/utimes.c linux-3.0.4/fs/utimes.c
+--- linux-3.0.4/fs/utimes.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/utimes.c    2011-08-23 21:48:14.000000000 -0400
 @@ -1,6 +1,7 @@
  #include <linux/compiler.h>
  #include <linux/file.h>
@@ -51003,9 +44394,9 @@ diff -urNp linux-2.6.39/fs/utimes.c linux-2.6.39/fs/utimes.c
        mutex_lock(&inode->i_mutex);
        error = notify_change(path->dentry, &newattrs);
        mutex_unlock(&inode->i_mutex);
-diff -urNp linux-2.6.39/fs/xattr_acl.c linux-2.6.39/fs/xattr_acl.c
---- linux-2.6.39/fs/xattr_acl.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/xattr_acl.c        2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/fs/xattr_acl.c linux-3.0.4/fs/xattr_acl.c
+--- linux-3.0.4/fs/xattr_acl.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/xattr_acl.c 2011-08-23 21:47:56.000000000 -0400
 @@ -17,8 +17,8 @@
  struct posix_acl *
  posix_acl_from_xattr(const void *value, size_t size)
@@ -51017,10 +44408,10 @@ diff -urNp linux-2.6.39/fs/xattr_acl.c linux-2.6.39/fs/xattr_acl.c
        int count;
        struct posix_acl *acl;
        struct posix_acl_entry *acl_e;
-diff -urNp linux-2.6.39/fs/xattr.c linux-2.6.39/fs/xattr.c
---- linux-2.6.39/fs/xattr.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/xattr.c    2011-05-22 19:41:42.000000000 -0400
-@@ -247,7 +247,7 @@ EXPORT_SYMBOL_GPL(vfs_removexattr);
+diff -urNp linux-3.0.4/fs/xattr.c linux-3.0.4/fs/xattr.c
+--- linux-3.0.4/fs/xattr.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/xattr.c     2011-08-23 21:48:14.000000000 -0400
+@@ -254,7 +254,7 @@ EXPORT_SYMBOL_GPL(vfs_removexattr);
   * Extended attribute SET operations
   */
  static long
@@ -51029,7 +44420,7 @@ diff -urNp linux-2.6.39/fs/xattr.c linux-2.6.39/fs/xattr.c
         size_t size, int flags)
  {
        int error;
-@@ -271,7 +271,13 @@ setxattr(struct dentry *d, const char __
+@@ -278,7 +278,13 @@ setxattr(struct dentry *d, const char __
                        return PTR_ERR(kvalue);
        }
  
@@ -51044,7 +44435,7 @@ diff -urNp linux-2.6.39/fs/xattr.c linux-2.6.39/fs/xattr.c
        kfree(kvalue);
        return error;
  }
-@@ -288,7 +294,7 @@ SYSCALL_DEFINE5(setxattr, const char __u
+@@ -295,7 +301,7 @@ SYSCALL_DEFINE5(setxattr, const char __u
                return error;
        error = mnt_want_write(path.mnt);
        if (!error) {
@@ -51053,7 +44444,7 @@ diff -urNp linux-2.6.39/fs/xattr.c linux-2.6.39/fs/xattr.c
                mnt_drop_write(path.mnt);
        }
        path_put(&path);
-@@ -307,7 +313,7 @@ SYSCALL_DEFINE5(lsetxattr, const char __
+@@ -314,7 +320,7 @@ SYSCALL_DEFINE5(lsetxattr, const char __
                return error;
        error = mnt_want_write(path.mnt);
        if (!error) {
@@ -51062,7 +44453,7 @@ diff -urNp linux-2.6.39/fs/xattr.c linux-2.6.39/fs/xattr.c
                mnt_drop_write(path.mnt);
        }
        path_put(&path);
-@@ -318,17 +324,15 @@ SYSCALL_DEFINE5(fsetxattr, int, fd, cons
+@@ -325,17 +331,15 @@ SYSCALL_DEFINE5(fsetxattr, int, fd, cons
                const void __user *,value, size_t, size, int, flags)
  {
        struct file *f;
@@ -51082,9 +44473,9 @@ diff -urNp linux-2.6.39/fs/xattr.c linux-2.6.39/fs/xattr.c
                mnt_drop_write(f->f_path.mnt);
        }
        fput(f);
-diff -urNp linux-2.6.39/fs/xfs/linux-2.6/xfs_ioctl32.c linux-2.6.39/fs/xfs/linux-2.6/xfs_ioctl32.c
---- linux-2.6.39/fs/xfs/linux-2.6/xfs_ioctl32.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/xfs/linux-2.6/xfs_ioctl32.c        2011-05-22 19:41:42.000000000 -0400
+diff -urNp linux-3.0.4/fs/xfs/linux-2.6/xfs_ioctl32.c linux-3.0.4/fs/xfs/linux-2.6/xfs_ioctl32.c
+--- linux-3.0.4/fs/xfs/linux-2.6/xfs_ioctl32.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/xfs/linux-2.6/xfs_ioctl32.c 2011-08-23 21:48:14.000000000 -0400
 @@ -73,6 +73,7 @@ xfs_compat_ioc_fsgeometry_v1(
        xfs_fsop_geom_t           fsgeo;
        int                       error;
@@ -51093,9 +44484,9 @@ diff -urNp linux-2.6.39/fs/xfs/linux-2.6/xfs_ioctl32.c linux-2.6.39/fs/xfs/linux
        error = xfs_fs_geometry(mp, &fsgeo, 3);
        if (error)
                return -error;
-diff -urNp linux-2.6.39/fs/xfs/linux-2.6/xfs_ioctl.c linux-2.6.39/fs/xfs/linux-2.6/xfs_ioctl.c
---- linux-2.6.39/fs/xfs/linux-2.6/xfs_ioctl.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/xfs/linux-2.6/xfs_ioctl.c  2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/fs/xfs/linux-2.6/xfs_ioctl.c linux-3.0.4/fs/xfs/linux-2.6/xfs_ioctl.c
+--- linux-3.0.4/fs/xfs/linux-2.6/xfs_ioctl.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/xfs/linux-2.6/xfs_ioctl.c   2011-08-23 21:47:56.000000000 -0400
 @@ -128,7 +128,7 @@ xfs_find_handle(
        }
  
@@ -51105,9 +44496,9 @@ diff -urNp linux-2.6.39/fs/xfs/linux-2.6/xfs_ioctl.c linux-2.6.39/fs/xfs/linux-2
            copy_to_user(hreq->ohandlen, &hsize, sizeof(__s32)))
                goto out_put;
  
-diff -urNp linux-2.6.39/fs/xfs/linux-2.6/xfs_iops.c linux-2.6.39/fs/xfs/linux-2.6/xfs_iops.c
---- linux-2.6.39/fs/xfs/linux-2.6/xfs_iops.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/xfs/linux-2.6/xfs_iops.c   2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/fs/xfs/linux-2.6/xfs_iops.c linux-3.0.4/fs/xfs/linux-2.6/xfs_iops.c
+--- linux-3.0.4/fs/xfs/linux-2.6/xfs_iops.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/xfs/linux-2.6/xfs_iops.c    2011-08-23 21:47:56.000000000 -0400
 @@ -437,7 +437,7 @@ xfs_vn_put_link(
        struct nameidata *nd,
        void            *p)
@@ -51117,10 +44508,10 @@ diff -urNp linux-2.6.39/fs/xfs/linux-2.6/xfs_iops.c linux-2.6.39/fs/xfs/linux-2.
  
        if (!IS_ERR(s))
                kfree(s);
-diff -urNp linux-2.6.39/fs/xfs/xfs_bmap.c linux-2.6.39/fs/xfs/xfs_bmap.c
---- linux-2.6.39/fs/xfs/xfs_bmap.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/xfs/xfs_bmap.c     2011-05-22 19:36:32.000000000 -0400
-@@ -287,7 +287,7 @@ xfs_bmap_validate_ret(
+diff -urNp linux-3.0.4/fs/xfs/xfs_bmap.c linux-3.0.4/fs/xfs/xfs_bmap.c
+--- linux-3.0.4/fs/xfs/xfs_bmap.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/xfs/xfs_bmap.c      2011-08-23 21:47:56.000000000 -0400
+@@ -253,7 +253,7 @@ xfs_bmap_validate_ret(
        int                     nmap,
        int                     ret_nmap);
  #else
@@ -51129,21 +44520,9 @@ diff -urNp linux-2.6.39/fs/xfs/xfs_bmap.c linux-2.6.39/fs/xfs/xfs_bmap.c
  #endif /* DEBUG */
  
  STATIC int
-diff -urNp linux-2.6.39/fs/xfs/xfs_dir2.c linux-2.6.39/fs/xfs/xfs_dir2.c
---- linux-2.6.39/fs/xfs/xfs_dir2.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/xfs/xfs_dir2.c     2011-05-22 19:36:32.000000000 -0400
-@@ -85,7 +85,7 @@ xfs_ascii_ci_compname(
-       return result;
- }
--static struct xfs_nameops xfs_ascii_ci_nameops = {
-+static const struct xfs_nameops xfs_ascii_ci_nameops = {
-       .hashname       = xfs_ascii_ci_hashname,
-       .compname       = xfs_ascii_ci_compname,
- };
-diff -urNp linux-2.6.39/fs/xfs/xfs_dir2_sf.c linux-2.6.39/fs/xfs/xfs_dir2_sf.c
---- linux-2.6.39/fs/xfs/xfs_dir2_sf.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/fs/xfs/xfs_dir2_sf.c  2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/fs/xfs/xfs_dir2_sf.c linux-3.0.4/fs/xfs/xfs_dir2_sf.c
+--- linux-3.0.4/fs/xfs/xfs_dir2_sf.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/fs/xfs/xfs_dir2_sf.c   2011-08-23 21:47:56.000000000 -0400
 @@ -780,7 +780,15 @@ xfs_dir2_sf_getdents(
                }
  
@@ -51161,9 +44540,9 @@ diff -urNp linux-2.6.39/fs/xfs/xfs_dir2_sf.c linux-2.6.39/fs/xfs/xfs_dir2_sf.c
                            off & 0x7fffffff, ino, DT_UNKNOWN)) {
                        *offset = off & 0x7fffffff;
                        return 0;
-diff -urNp linux-2.6.39/grsecurity/gracl_alloc.c linux-2.6.39/grsecurity/gracl_alloc.c
---- linux-2.6.39/grsecurity/gracl_alloc.c      1969-12-31 19:00:00.000000000 -0500
-+++ linux-2.6.39/grsecurity/gracl_alloc.c      2011-05-22 19:41:42.000000000 -0400
+diff -urNp linux-3.0.4/grsecurity/gracl_alloc.c linux-3.0.4/grsecurity/gracl_alloc.c
+--- linux-3.0.4/grsecurity/gracl_alloc.c       1969-12-31 19:00:00.000000000 -0500
++++ linux-3.0.4/grsecurity/gracl_alloc.c       2011-08-23 21:48:14.000000000 -0400
 @@ -0,0 +1,105 @@
 +#include <linux/kernel.h>
 +#include <linux/mm.h>
@@ -51270,10 +44649,10 @@ diff -urNp linux-2.6.39/grsecurity/gracl_alloc.c linux-2.6.39/grsecurity/gracl_a
 +      else
 +              return 1;
 +}
-diff -urNp linux-2.6.39/grsecurity/gracl.c linux-2.6.39/grsecurity/gracl.c
---- linux-2.6.39/grsecurity/gracl.c    1969-12-31 19:00:00.000000000 -0500
-+++ linux-2.6.39/grsecurity/gracl.c    2011-05-22 22:47:25.000000000 -0400
-@@ -0,0 +1,4097 @@
+diff -urNp linux-3.0.4/grsecurity/gracl.c linux-3.0.4/grsecurity/gracl.c
+--- linux-3.0.4/grsecurity/gracl.c     1969-12-31 19:00:00.000000000 -0500
++++ linux-3.0.4/grsecurity/gracl.c     2011-08-23 21:48:14.000000000 -0400
+@@ -0,0 +1,4106 @@
 +#include <linux/kernel.h>
 +#include <linux/module.h>
 +#include <linux/sched.h>
@@ -51348,14 +44727,18 @@ diff -urNp linux-2.6.39/grsecurity/gracl.c linux-2.6.39/grsecurity/gracl.c
 +static unsigned int gr_auth_attempts = 0;
 +static unsigned long gr_auth_expires = 0UL;
 +
++#ifdef CONFIG_NET
 +extern struct vfsmount *sock_mnt;
++#endif
++
 +extern struct vfsmount *pipe_mnt;
 +extern struct vfsmount *shm_mnt;
 +#ifdef CONFIG_HUGETLBFS
 +extern struct vfsmount *hugetlbfs_vfsmount;
 +#endif
 +
-+static struct acl_object_label *fakefs_obj;
++static struct acl_object_label *fakefs_obj_rw;
++static struct acl_object_label *fakefs_obj_rwx;
 +
 +extern int gr_init_uidset(void);
 +extern void gr_free_uidset(void);
@@ -52099,10 +45482,15 @@ diff -urNp linux-2.6.39/grsecurity/gracl.c linux-2.6.39/grsecurity/gracl.c
 +      printk(KERN_ALERT "Obtained real root device=%d, inode=%lu\n", __get_dev(real_root.dentry), real_root.dentry->d_inode->i_ino);
 +#endif
 +
-+      fakefs_obj = acl_alloc(sizeof(struct acl_object_label));
-+      if (fakefs_obj == NULL)
++      fakefs_obj_rw = acl_alloc(sizeof(struct acl_object_label));
++      if (fakefs_obj_rw == NULL)
++              return 1;
++      fakefs_obj_rw->mode = GR_FIND | GR_READ | GR_WRITE;
++
++      fakefs_obj_rwx = acl_alloc(sizeof(struct acl_object_label));
++      if (fakefs_obj_rwx == NULL)
 +              return 1;
-+      fakefs_obj->mode = GR_FIND | GR_READ | GR_WRITE | GR_EXEC;
++      fakefs_obj_rwx->mode = GR_FIND | GR_READ | GR_WRITE | GR_EXEC;
 +
 +      subj_map_set.s_hash =
 +          (struct subject_map **) create_table(&subj_map_set.s_size, sizeof(void *));
@@ -53102,13 +46490,16 @@ diff -urNp linux-2.6.39/grsecurity/gracl.c linux-2.6.39/grsecurity/gracl.c
 +      write_seqlock(&rename_lock);
 +      br_read_lock(vfsmount_lock);
 +
-+      if (unlikely((mnt == shm_mnt && dentry->d_inode->i_nlink == 0) || mnt == pipe_mnt || mnt == sock_mnt ||
++      if (unlikely((mnt == shm_mnt && dentry->d_inode->i_nlink == 0) || mnt == pipe_mnt ||
++#ifdef CONFIG_NET
++          mnt == sock_mnt ||
++#endif
 +#ifdef CONFIG_HUGETLBFS
 +          (mnt == hugetlbfs_vfsmount && dentry->d_inode->i_nlink == 0) ||
 +#endif
 +              /* ignore Eric Biederman */
 +          IS_PRIVATE(l_dentry->d_inode))) {
-+              retval = fakefs_obj;
++              retval = (subj->mode & GR_SHMEXEC) ? fakefs_obj_rwx : fakefs_obj_rw;
 +              goto out;
 +      }
 +
@@ -54575,9 +47966,6 @@ diff -urNp linux-2.6.39/grsecurity/gracl.c linux-2.6.39/grsecurity/gracl.c
 +              task->acl = chk_subj_label(filp->f_path.dentry, filp->f_path.mnt,
 +                                         task->role);
 +      if (task->acl) {
-+              struct acl_subject_label *curr;
-+              curr = task->acl;
-+
 +              task->is_writable = 0;
 +              /* ignore additional mmap checks for processes that are writable 
 +                 by the default ACL */
@@ -55371,10 +48759,10 @@ diff -urNp linux-2.6.39/grsecurity/gracl.c linux-2.6.39/grsecurity/gracl.c
 +EXPORT_SYMBOL(gr_check_group_change);
 +#endif
 +
-diff -urNp linux-2.6.39/grsecurity/gracl_cap.c linux-2.6.39/grsecurity/gracl_cap.c
---- linux-2.6.39/grsecurity/gracl_cap.c        1969-12-31 19:00:00.000000000 -0500
-+++ linux-2.6.39/grsecurity/gracl_cap.c        2011-05-22 19:41:42.000000000 -0400
-@@ -0,0 +1,139 @@
+diff -urNp linux-3.0.4/grsecurity/gracl_cap.c linux-3.0.4/grsecurity/gracl_cap.c
+--- linux-3.0.4/grsecurity/gracl_cap.c 1969-12-31 19:00:00.000000000 -0500
++++ linux-3.0.4/grsecurity/gracl_cap.c 2011-09-14 09:21:24.000000000 -0400
+@@ -0,0 +1,101 @@
 +#include <linux/kernel.h>
 +#include <linux/module.h>
 +#include <linux/sched.h>
@@ -55382,49 +48770,11 @@ diff -urNp linux-2.6.39/grsecurity/gracl_cap.c linux-2.6.39/grsecurity/gracl_cap
 +#include <linux/grsecurity.h>
 +#include <linux/grinternal.h>
 +
-+static const char *captab_log[] = {
-+      "CAP_CHOWN",
-+      "CAP_DAC_OVERRIDE",
-+      "CAP_DAC_READ_SEARCH",
-+      "CAP_FOWNER",
-+      "CAP_FSETID",
-+      "CAP_KILL",
-+      "CAP_SETGID",
-+      "CAP_SETUID",
-+      "CAP_SETPCAP",
-+      "CAP_LINUX_IMMUTABLE",
-+      "CAP_NET_BIND_SERVICE",
-+      "CAP_NET_BROADCAST",
-+      "CAP_NET_ADMIN",
-+      "CAP_NET_RAW",
-+      "CAP_IPC_LOCK",
-+      "CAP_IPC_OWNER",
-+      "CAP_SYS_MODULE",
-+      "CAP_SYS_RAWIO",
-+      "CAP_SYS_CHROOT",
-+      "CAP_SYS_PTRACE",
-+      "CAP_SYS_PACCT",
-+      "CAP_SYS_ADMIN",
-+      "CAP_SYS_BOOT",
-+      "CAP_SYS_NICE",
-+      "CAP_SYS_RESOURCE",
-+      "CAP_SYS_TIME",
-+      "CAP_SYS_TTY_CONFIG",
-+      "CAP_MKNOD",
-+      "CAP_LEASE",
-+      "CAP_AUDIT_WRITE",
-+      "CAP_AUDIT_CONTROL",
-+      "CAP_SETFCAP",
-+      "CAP_MAC_OVERRIDE",
-+      "CAP_MAC_ADMIN",
-+      "CAP_SYSLOG"
-+};
-+
-+EXPORT_SYMBOL(gr_is_capable);
-+EXPORT_SYMBOL(gr_is_capable_nolog);
++extern const char *captab_log[];
++extern int captab_log_entries;
 +
 +int
-+gr_is_capable(const int cap)
++gr_acl_is_capable(const int cap)
 +{
 +      struct task_struct *task = current;
 +      const struct cred *cred = current_cred();
@@ -55476,13 +48826,13 @@ diff -urNp linux-2.6.39/grsecurity/gracl_cap.c linux-2.6.39/grsecurity/gracl_cap
 +              return 1;
 +      }
 +
-+      if ((cap >= 0) && (cap < (sizeof(captab_log)/sizeof(captab_log[0]))) && cap_raised(cred->cap_effective, cap) && !cap_raised(cap_audit, cap))
++      if ((cap >= 0) && (cap < captab_log_entries) && cap_raised(cred->cap_effective, cap) && !cap_raised(cap_audit, cap))
 +              gr_log_cap(GR_DONT_AUDIT, GR_CAP_ACL_MSG, task, captab_log[cap]);
 +      return 0;
 +}
 +
 +int
-+gr_is_capable_nolog(const int cap)
++gr_acl_is_capable_nolog(const int cap)
 +{
 +      struct acl_subject_label *curracl;
 +      kernel_cap_t cap_drop = __cap_empty_set, cap_mask = __cap_empty_set;
@@ -55514,9 +48864,9 @@ diff -urNp linux-2.6.39/grsecurity/gracl_cap.c linux-2.6.39/grsecurity/gracl_cap
 +      return 0;
 +}
 +
-diff -urNp linux-2.6.39/grsecurity/gracl_fs.c linux-2.6.39/grsecurity/gracl_fs.c
---- linux-2.6.39/grsecurity/gracl_fs.c 1969-12-31 19:00:00.000000000 -0500
-+++ linux-2.6.39/grsecurity/gracl_fs.c 2011-05-22 19:41:42.000000000 -0400
+diff -urNp linux-3.0.4/grsecurity/gracl_fs.c linux-3.0.4/grsecurity/gracl_fs.c
+--- linux-3.0.4/grsecurity/gracl_fs.c  1969-12-31 19:00:00.000000000 -0500
++++ linux-3.0.4/grsecurity/gracl_fs.c  2011-08-23 21:48:14.000000000 -0400
 @@ -0,0 +1,431 @@
 +#include <linux/kernel.h>
 +#include <linux/sched.h>
@@ -55949,9 +49299,9 @@ diff -urNp linux-2.6.39/grsecurity/gracl_fs.c linux-2.6.39/grsecurity/gracl_fs.c
 +
 +      return 0;
 +}
-diff -urNp linux-2.6.39/grsecurity/gracl_ip.c linux-2.6.39/grsecurity/gracl_ip.c
---- linux-2.6.39/grsecurity/gracl_ip.c 1969-12-31 19:00:00.000000000 -0500
-+++ linux-2.6.39/grsecurity/gracl_ip.c 2011-05-22 22:47:31.000000000 -0400
+diff -urNp linux-3.0.4/grsecurity/gracl_ip.c linux-3.0.4/grsecurity/gracl_ip.c
+--- linux-3.0.4/grsecurity/gracl_ip.c  1969-12-31 19:00:00.000000000 -0500
++++ linux-3.0.4/grsecurity/gracl_ip.c  2011-08-23 21:48:14.000000000 -0400
 @@ -0,0 +1,381 @@
 +#include <linux/kernel.h>
 +#include <asm/uaccess.h>
@@ -56334,10 +49684,10 @@ diff -urNp linux-2.6.39/grsecurity/gracl_ip.c linux-2.6.39/grsecurity/gracl_ip.c
 +
 +      return gr_search_connectbind(GR_CONNECT | GR_CONNECTOVERRIDE, sk, &sin, SOCK_DGRAM);
 +}
-diff -urNp linux-2.6.39/grsecurity/gracl_learn.c linux-2.6.39/grsecurity/gracl_learn.c
---- linux-2.6.39/grsecurity/gracl_learn.c      1969-12-31 19:00:00.000000000 -0500
-+++ linux-2.6.39/grsecurity/gracl_learn.c      2011-05-22 22:47:45.000000000 -0400
-@@ -0,0 +1,210 @@
+diff -urNp linux-3.0.4/grsecurity/gracl_learn.c linux-3.0.4/grsecurity/gracl_learn.c
+--- linux-3.0.4/grsecurity/gracl_learn.c       1969-12-31 19:00:00.000000000 -0500
++++ linux-3.0.4/grsecurity/gracl_learn.c       2011-08-23 21:48:14.000000000 -0400
+@@ -0,0 +1,207 @@
 +#include <linux/kernel.h>
 +#include <linux/mm.h>
 +#include <linux/sched.h>
@@ -56431,13 +49781,12 @@ diff -urNp linux-2.6.39/grsecurity/gracl_learn.c linux-2.6.39/grsecurity/gracl_l
 +      char *tmp;
 +
 +      mutex_lock(&gr_learn_user_mutex);
-+      if (learn_buffer != NULL) {
-+              spin_lock(&gr_learn_lock);
-+              tmp = learn_buffer;
-+              learn_buffer = NULL;
-+              spin_unlock(&gr_learn_lock);
-+              vfree(learn_buffer);
-+      }
++      spin_lock(&gr_learn_lock);
++      tmp = learn_buffer;
++      learn_buffer = NULL;
++      spin_unlock(&gr_learn_lock);
++      if (tmp)
++              vfree(tmp);
 +      if (learn_buffer_user != NULL) {
 +              vfree(learn_buffer_user);
 +              learn_buffer_user = NULL;
@@ -56517,17 +49866,15 @@ diff -urNp linux-2.6.39/grsecurity/gracl_learn.c linux-2.6.39/grsecurity/gracl_l
 +static int
 +close_learn(struct inode *inode, struct file *file)
 +{
-+      char *tmp;
-+
 +      if (file->f_mode & FMODE_READ) {
++              char *tmp = NULL;
 +              mutex_lock(&gr_learn_user_mutex);
-+              if (learn_buffer != NULL) {
-+                      spin_lock(&gr_learn_lock);
-+                      tmp = learn_buffer;
-+                      learn_buffer = NULL;
-+                      spin_unlock(&gr_learn_lock);
++              spin_lock(&gr_learn_lock);
++              tmp = learn_buffer;
++              learn_buffer = NULL;
++              spin_unlock(&gr_learn_lock);
++              if (tmp)
 +                      vfree(tmp);
-+              }
 +              if (learn_buffer_user != NULL) {
 +                      vfree(learn_buffer_user);
 +                      learn_buffer_user = NULL;
@@ -56548,9 +49895,9 @@ diff -urNp linux-2.6.39/grsecurity/gracl_learn.c linux-2.6.39/grsecurity/gracl_l
 +      .release        = close_learn,
 +      .poll           = poll_learn,
 +};
-diff -urNp linux-2.6.39/grsecurity/gracl_res.c linux-2.6.39/grsecurity/gracl_res.c
---- linux-2.6.39/grsecurity/gracl_res.c        1969-12-31 19:00:00.000000000 -0500
-+++ linux-2.6.39/grsecurity/gracl_res.c        2011-05-22 19:41:42.000000000 -0400
+diff -urNp linux-3.0.4/grsecurity/gracl_res.c linux-3.0.4/grsecurity/gracl_res.c
+--- linux-3.0.4/grsecurity/gracl_res.c 1969-12-31 19:00:00.000000000 -0500
++++ linux-3.0.4/grsecurity/gracl_res.c 2011-08-23 21:48:14.000000000 -0400
 @@ -0,0 +1,68 @@
 +#include <linux/kernel.h>
 +#include <linux/sched.h>
@@ -56620,9 +49967,9 @@ diff -urNp linux-2.6.39/grsecurity/gracl_res.c linux-2.6.39/grsecurity/gracl_res
 +      rcu_read_unlock();
 +      return;
 +}
-diff -urNp linux-2.6.39/grsecurity/gracl_segv.c linux-2.6.39/grsecurity/gracl_segv.c
---- linux-2.6.39/grsecurity/gracl_segv.c       1969-12-31 19:00:00.000000000 -0500
-+++ linux-2.6.39/grsecurity/gracl_segv.c       2011-05-22 22:47:39.000000000 -0400
+diff -urNp linux-3.0.4/grsecurity/gracl_segv.c linux-3.0.4/grsecurity/gracl_segv.c
+--- linux-3.0.4/grsecurity/gracl_segv.c        1969-12-31 19:00:00.000000000 -0500
++++ linux-3.0.4/grsecurity/gracl_segv.c        2011-08-23 21:48:14.000000000 -0400
 @@ -0,0 +1,299 @@
 +#include <linux/kernel.h>
 +#include <linux/mm.h>
@@ -56923,9 +50270,9 @@ diff -urNp linux-2.6.39/grsecurity/gracl_segv.c linux-2.6.39/grsecurity/gracl_se
 +
 +      return;
 +}
-diff -urNp linux-2.6.39/grsecurity/gracl_shm.c linux-2.6.39/grsecurity/gracl_shm.c
---- linux-2.6.39/grsecurity/gracl_shm.c        1969-12-31 19:00:00.000000000 -0500
-+++ linux-2.6.39/grsecurity/gracl_shm.c        2011-05-22 19:41:42.000000000 -0400
+diff -urNp linux-3.0.4/grsecurity/gracl_shm.c linux-3.0.4/grsecurity/gracl_shm.c
+--- linux-3.0.4/grsecurity/gracl_shm.c 1969-12-31 19:00:00.000000000 -0500
++++ linux-3.0.4/grsecurity/gracl_shm.c 2011-08-23 21:48:14.000000000 -0400
 @@ -0,0 +1,40 @@
 +#include <linux/kernel.h>
 +#include <linux/mm.h>
@@ -56967,9 +50314,9 @@ diff -urNp linux-2.6.39/grsecurity/gracl_shm.c linux-2.6.39/grsecurity/gracl_shm
 +
 +      return 1;
 +}
-diff -urNp linux-2.6.39/grsecurity/grsec_chdir.c linux-2.6.39/grsecurity/grsec_chdir.c
---- linux-2.6.39/grsecurity/grsec_chdir.c      1969-12-31 19:00:00.000000000 -0500
-+++ linux-2.6.39/grsecurity/grsec_chdir.c      2011-05-22 19:41:42.000000000 -0400
+diff -urNp linux-3.0.4/grsecurity/grsec_chdir.c linux-3.0.4/grsecurity/grsec_chdir.c
+--- linux-3.0.4/grsecurity/grsec_chdir.c       1969-12-31 19:00:00.000000000 -0500
++++ linux-3.0.4/grsecurity/grsec_chdir.c       2011-08-23 21:48:14.000000000 -0400
 @@ -0,0 +1,19 @@
 +#include <linux/kernel.h>
 +#include <linux/sched.h>
@@ -56990,10 +50337,10 @@ diff -urNp linux-2.6.39/grsecurity/grsec_chdir.c linux-2.6.39/grsecurity/grsec_c
 +#endif
 +      return;
 +}
-diff -urNp linux-2.6.39/grsecurity/grsec_chroot.c linux-2.6.39/grsecurity/grsec_chroot.c
---- linux-2.6.39/grsecurity/grsec_chroot.c     1969-12-31 19:00:00.000000000 -0500
-+++ linux-2.6.39/grsecurity/grsec_chroot.c     2011-05-22 19:41:42.000000000 -0400
-@@ -0,0 +1,355 @@
+diff -urNp linux-3.0.4/grsecurity/grsec_chroot.c linux-3.0.4/grsecurity/grsec_chroot.c
+--- linux-3.0.4/grsecurity/grsec_chroot.c      1969-12-31 19:00:00.000000000 -0500
++++ linux-3.0.4/grsecurity/grsec_chroot.c      2011-09-15 06:47:48.000000000 -0400
+@@ -0,0 +1,351 @@
 +#include <linux/kernel.h>
 +#include <linux/module.h>
 +#include <linux/sched.h>
@@ -57029,7 +50376,7 @@ diff -urNp linux-2.6.39/grsecurity/grsec_chroot.c linux-2.6.39/grsecurity/grsec_
 +}     
 +
 +int
-+gr_handle_chroot_unix(struct pid *pid)
++gr_handle_chroot_unix(const pid_t pid)
 +{
 +#ifdef CONFIG_GRKERNSEC_CHROOT_UNIX
 +      struct task_struct *p;
@@ -57042,7 +50389,7 @@ diff -urNp linux-2.6.39/grsecurity/grsec_chroot.c linux-2.6.39/grsecurity/grsec_
 +
 +      rcu_read_lock();
 +      read_lock(&tasklist_lock);
-+      p = pid_task(pid, PIDTYPE_PID);
++      p = find_task_by_vpid_unrestricted(pid);
 +      if (unlikely(p && !have_same_root(current, p))) {
 +              read_unlock(&tasklist_lock);
 +              rcu_read_unlock();
@@ -57170,7 +50517,7 @@ diff -urNp linux-2.6.39/grsecurity/grsec_chroot.c linux-2.6.39/grsecurity/grsec_
 +              const time_t shm_createtime)
 +{
 +#ifdef CONFIG_GRKERNSEC_CHROOT_SHMAT
-+      struct pid *pid = NULL;
++      struct task_struct *p;
 +      time_t starttime;
 +
 +      if (unlikely(!grsec_enable_chroot_shmat))
@@ -57182,36 +50529,30 @@ diff -urNp linux-2.6.39/grsecurity/grsec_chroot.c linux-2.6.39/grsecurity/grsec_
 +      rcu_read_lock();
 +      read_lock(&tasklist_lock);
 +
-+      pid = find_vpid(shm_cprid);
-+      if (pid) {
-+              struct task_struct *p;
-+              p = pid_task(pid, PIDTYPE_PID);
-+              if (p == NULL)
-+                      goto unlock;
++      if ((p = find_task_by_vpid_unrestricted(shm_cprid))) {
 +              starttime = p->start_time.tv_sec;
-+              if (unlikely(!have_same_root(current, p) &&
-+                           time_before_eq((unsigned long)starttime, (unsigned long)shm_createtime))) {
-+                      read_unlock(&tasklist_lock);
-+                      rcu_read_unlock();
-+                      gr_log_noargs(GR_DONT_AUDIT, GR_SHMAT_CHROOT_MSG);
-+                      return 0;
-+              }
-+      } else {
-+              pid = find_vpid(shm_lapid);
-+              if (pid) {
-+                      struct task_struct *p;
-+                      p = pid_task(pid, PIDTYPE_PID);
-+                      if (p == NULL)
-+                              goto unlock;
-+                      if (unlikely(!have_same_root(current, p))) {
++              if (time_before_eq((unsigned long)starttime, (unsigned long)shm_createtime)) {
++                      if (have_same_root(current, p)) {
++                              goto allow;
++                      } else {
 +                              read_unlock(&tasklist_lock);
 +                              rcu_read_unlock();
 +                              gr_log_noargs(GR_DONT_AUDIT, GR_SHMAT_CHROOT_MSG);
 +                              return 0;
 +                      }
 +              }
++              /* creator exited, pid reuse, fall through to next check */
 +      }
-+unlock:
++      if ((p = find_task_by_vpid_unrestricted(shm_lapid))) {
++              if (unlikely(!have_same_root(current, p))) {
++                      read_unlock(&tasklist_lock);
++                      rcu_read_unlock();
++                      gr_log_noargs(GR_DONT_AUDIT, GR_SHMAT_CHROOT_MSG);
++                      return 0;
++              }
++      }
++
++allow:
 +      read_unlock(&tasklist_lock);
 +      rcu_read_unlock();
 +#endif
@@ -57248,7 +50589,7 @@ diff -urNp linux-2.6.39/grsecurity/grsec_chroot.c linux-2.6.39/grsecurity/grsec_
 +{
 +#ifdef CONFIG_GRKERNSEC_CHROOT_MOUNT
 +      if (grsec_enable_chroot_mount && proc_is_chrooted(current)) {
-+              gr_log_str_fs(GR_DONT_AUDIT, GR_MOUNT_CHROOT_MSG, dev_name, dentry, mnt);
++              gr_log_str_fs(GR_DONT_AUDIT, GR_MOUNT_CHROOT_MSG, dev_name ? dev_name : "none", dentry, mnt);
 +              return -EPERM;
 +      }
 +#endif
@@ -57280,33 +50621,39 @@ diff -urNp linux-2.6.39/grsecurity/grsec_chroot.c linux-2.6.39/grsecurity/grsec_
 +      return 0;
 +}
 +
++extern const char *captab_log[];
++extern int captab_log_entries;
++
 +int
-+gr_handle_chroot_caps(struct path *path)
++gr_chroot_is_capable(const int cap)
 +{
 +#ifdef CONFIG_GRKERNSEC_CHROOT_CAPS
-+      if (grsec_enable_chroot_caps && current->pid > 1 && current->fs != NULL &&
-+              (init_task.fs->root.dentry != path->dentry) &&
-+              (current->nsproxy->mnt_ns->root->mnt_root != path->dentry)) {
-+
++      if (grsec_enable_chroot_caps && proc_is_chrooted(current)) {
 +              kernel_cap_t chroot_caps = GR_CHROOT_CAPS;
-+              const struct cred *old = current_cred();
-+              struct cred *new = prepare_creds();
-+              if (new == NULL)
-+                      return 1;
-+
-+              new->cap_permitted = cap_drop(old->cap_permitted, 
-+                                            chroot_caps);
-+              new->cap_inheritable = cap_drop(old->cap_inheritable, 
-+                                              chroot_caps);
-+              new->cap_effective = cap_drop(old->cap_effective,
-+                                            chroot_caps);
-+
-+              commit_creds(new);
++              if (cap_raised(chroot_caps, cap)) {
++                      const struct cred *creds = current_cred();
++                      if (cap_raised(creds->cap_effective, cap) && cap < captab_log_entries) {
++                              gr_log_cap(GR_DONT_AUDIT, GR_CAP_CHROOT_MSG, current, captab_log[cap]);
++                      }
++                      return 0;
++              }
++      }
++#endif
++      return 1;
++}
 +
-+              return 0;
++int
++gr_chroot_is_capable_nolog(const int cap)
++{
++#ifdef CONFIG_GRKERNSEC_CHROOT_CAPS
++      if (grsec_enable_chroot_caps && proc_is_chrooted(current)) {
++              kernel_cap_t chroot_caps = GR_CHROOT_CAPS;
++              if (cap_raised(chroot_caps, cap)) {
++                      return 0;
++              }
 +      }
 +#endif
-+      return 0;
++      return 1;
 +}
 +
 +int
@@ -57345,14 +50692,10 @@ diff -urNp linux-2.6.39/grsecurity/grsec_chroot.c linux-2.6.39/grsecurity/grsec_
 +#endif
 +      return 0;
 +}
-+
-+#ifdef CONFIG_SECURITY
-+EXPORT_SYMBOL(gr_handle_chroot_caps);
-+#endif
-diff -urNp linux-2.6.39/grsecurity/grsec_disabled.c linux-2.6.39/grsecurity/grsec_disabled.c
---- linux-2.6.39/grsecurity/grsec_disabled.c   1969-12-31 19:00:00.000000000 -0500
-+++ linux-2.6.39/grsecurity/grsec_disabled.c   2011-05-22 19:41:42.000000000 -0400
-@@ -0,0 +1,447 @@
+diff -urNp linux-3.0.4/grsecurity/grsec_disabled.c linux-3.0.4/grsecurity/grsec_disabled.c
+--- linux-3.0.4/grsecurity/grsec_disabled.c    1969-12-31 19:00:00.000000000 -0500
++++ linux-3.0.4/grsecurity/grsec_disabled.c    2011-09-24 08:13:01.000000000 -0400
+@@ -0,0 +1,433 @@
 +#include <linux/kernel.h>
 +#include <linux/module.h>
 +#include <linux/sched.h>
@@ -57520,18 +50863,6 @@ diff -urNp linux-2.6.39/grsecurity/grsec_disabled.c linux-2.6.39/grsecurity/grse
 +      return 0;
 +}
 +
-+int
-+gr_is_capable(const int cap)
-+{
-+      return 1;
-+}
-+
-+int
-+gr_is_capable_nolog(const int cap)
-+{
-+      return 1;
-+}
-+
 +void
 +gr_handle_alertkill(struct task_struct *task)
 +{
@@ -57792,18 +51123,16 @@ diff -urNp linux-2.6.39/grsecurity/grsec_disabled.c linux-2.6.39/grsecurity/grse
 +      return dentry->d_inode->i_sb->s_dev;
 +}
 +
-+EXPORT_SYMBOL(gr_is_capable);
-+EXPORT_SYMBOL(gr_is_capable_nolog);
 +EXPORT_SYMBOL(gr_learn_resource);
 +EXPORT_SYMBOL(gr_set_kernel_label);
 +#ifdef CONFIG_SECURITY
 +EXPORT_SYMBOL(gr_check_user_change);
 +EXPORT_SYMBOL(gr_check_group_change);
 +#endif
-diff -urNp linux-2.6.39/grsecurity/grsec_exec.c linux-2.6.39/grsecurity/grsec_exec.c
---- linux-2.6.39/grsecurity/grsec_exec.c       1969-12-31 19:00:00.000000000 -0500
-+++ linux-2.6.39/grsecurity/grsec_exec.c       2011-05-22 22:41:29.000000000 -0400
-@@ -0,0 +1,146 @@
+diff -urNp linux-3.0.4/grsecurity/grsec_exec.c linux-3.0.4/grsecurity/grsec_exec.c
+--- linux-3.0.4/grsecurity/grsec_exec.c        1969-12-31 19:00:00.000000000 -0500
++++ linux-3.0.4/grsecurity/grsec_exec.c        2011-09-14 09:20:28.000000000 -0400
+@@ -0,0 +1,145 @@
 +#include <linux/kernel.h>
 +#include <linux/sched.h>
 +#include <linux/file.h>
@@ -57811,9 +51140,10 @@ diff -urNp linux-2.6.39/grsecurity/grsec_exec.c linux-2.6.39/grsecurity/grsec_ex
 +#include <linux/fs.h>
 +#include <linux/types.h>
 +#include <linux/grdefs.h>
++#include <linux/grsecurity.h>
 +#include <linux/grinternal.h>
 +#include <linux/capability.h>
-+#include <linux/compat.h>
++#include <linux/module.h>
 +
 +#include <asm/uaccess.h>
 +
@@ -57822,23 +51152,10 @@ diff -urNp linux-2.6.39/grsecurity/grsec_exec.c linux-2.6.39/grsecurity/grsec_ex
 +static DEFINE_MUTEX(gr_exec_arg_mutex);
 +#endif
 +
-+int
-+gr_handle_nproc(void)
-+{
-+#ifdef CONFIG_GRKERNSEC_EXECVE
-+      const struct cred *cred = current_cred();
-+      if (grsec_enable_execve && cred->user &&
-+          (atomic_read(&cred->user->processes) > rlimit(RLIMIT_NPROC)) &&
-+          !capable(CAP_SYS_ADMIN) && !capable(CAP_SYS_RESOURCE)) {
-+              gr_log_noargs(GR_DONT_AUDIT, GR_NPROC_MSG);
-+              return -EAGAIN;
-+      }
-+#endif
-+      return 0;
-+}
++extern const char __user *get_user_arg_ptr(struct user_arg_ptr argv, int nr);
 +
 +void
-+gr_handle_exec_args(struct linux_binprm *bprm, const char __user *const __user *argv)
++gr_handle_exec_args(struct linux_binprm *bprm, struct user_arg_ptr argv)
 +{
 +#ifdef CONFIG_GRKERNSEC_EXECLOG
 +      char *grarg = gr_exec_arg_buf;
@@ -57853,17 +51170,14 @@ diff -urNp linux-2.6.39/grsecurity/grsec_exec.c linux-2.6.39/grsecurity/grsec_ex
 +      mutex_lock(&gr_exec_arg_mutex);
 +      memset(grarg, 0, sizeof(gr_exec_arg_buf));
 +
-+      if (unlikely(argv == NULL))
-+              goto log;
-+
 +      for (i = 0; i < bprm->argc && execlen < 128; i++) {
 +              const char __user *p;
 +              unsigned int len;
 +
-+              if (copy_from_user(&p, argv + i, sizeof(p)))
-+                      goto log;
-+              if (!p)
++              p = get_user_arg_ptr(argv, i);
++              if (IS_ERR(p))
 +                      goto log;
++
 +              len = strnlen_user(p, 128 - execlen);
 +              if (len > 128 - execlen)
 +                      len = 128 - execlen;
@@ -57893,66 +51207,80 @@ diff -urNp linux-2.6.39/grsecurity/grsec_exec.c linux-2.6.39/grsecurity/grsec_ex
 +      return;
 +}
 +
-+#ifdef CONFIG_COMPAT
-+void
-+gr_handle_exec_args_compat(struct linux_binprm *bprm, compat_uptr_t __user *argv)
-+{
-+#ifdef CONFIG_GRKERNSEC_EXECLOG
-+      char *grarg = gr_exec_arg_buf;
-+      unsigned int i, x, execlen = 0;
-+      char c;
-+
-+      if (!((grsec_enable_execlog && grsec_enable_group &&
-+             in_group_p(grsec_audit_gid))
-+            || (grsec_enable_execlog && !grsec_enable_group)))
-+              return;
-+
-+      mutex_lock(&gr_exec_arg_mutex);
-+      memset(grarg, 0, sizeof(gr_exec_arg_buf));
-+
-+      if (unlikely(argv == NULL))
-+              goto log;
-+
-+      for (i = 0; i < bprm->argc && execlen < 128; i++) {
-+              compat_uptr_t p;
-+              unsigned int len;
-+
-+              if (get_user(p, argv + i))
-+                      goto log;
-+              len = strnlen_user(compat_ptr(p), 128 - execlen);
-+              if (len > 128 - execlen)
-+                      len = 128 - execlen;
-+              else if (len > 0)
-+                      len--;
-+              else
-+                      goto log;
-+              if (copy_from_user(grarg + execlen, compat_ptr(p), len))
-+                      goto log;
++#ifdef CONFIG_GRKERNSEC
++extern int gr_acl_is_capable(const int cap);
++extern int gr_acl_is_capable_nolog(const int cap);
++extern int gr_chroot_is_capable(const int cap);
++extern int gr_chroot_is_capable_nolog(const int cap);
++#endif
 +
-+              /* rewrite unprintable characters */
-+              for (x = 0; x < len; x++) {
-+                      c = *(grarg + execlen + x);
-+                      if (c < 32 || c > 126)
-+                              *(grarg + execlen + x) = ' ';
-+              }
++const char *captab_log[] = {
++      "CAP_CHOWN",
++      "CAP_DAC_OVERRIDE",
++      "CAP_DAC_READ_SEARCH",
++      "CAP_FOWNER",
++      "CAP_FSETID",
++      "CAP_KILL",
++      "CAP_SETGID",
++      "CAP_SETUID",
++      "CAP_SETPCAP",
++      "CAP_LINUX_IMMUTABLE",
++      "CAP_NET_BIND_SERVICE",
++      "CAP_NET_BROADCAST",
++      "CAP_NET_ADMIN",
++      "CAP_NET_RAW",
++      "CAP_IPC_LOCK",
++      "CAP_IPC_OWNER",
++      "CAP_SYS_MODULE",
++      "CAP_SYS_RAWIO",
++      "CAP_SYS_CHROOT",
++      "CAP_SYS_PTRACE",
++      "CAP_SYS_PACCT",
++      "CAP_SYS_ADMIN",
++      "CAP_SYS_BOOT",
++      "CAP_SYS_NICE",
++      "CAP_SYS_RESOURCE",
++      "CAP_SYS_TIME",
++      "CAP_SYS_TTY_CONFIG",
++      "CAP_MKNOD",
++      "CAP_LEASE",
++      "CAP_AUDIT_WRITE",
++      "CAP_AUDIT_CONTROL",
++      "CAP_SETFCAP",
++      "CAP_MAC_OVERRIDE",
++      "CAP_MAC_ADMIN",
++      "CAP_SYSLOG"
++};
 +
-+              execlen += len;
-+              *(grarg + execlen) = ' ';
-+              *(grarg + execlen + 1) = '\0';
-+              execlen++;
-+      }
++int captab_log_entries = sizeof(captab_log)/sizeof(captab_log[0]);
 +
-+      log:
-+      gr_log_fs_str(GR_DO_AUDIT, GR_EXEC_AUDIT_MSG, bprm->file->f_path.dentry,
-+                      bprm->file->f_path.mnt, grarg);
-+      mutex_unlock(&gr_exec_arg_mutex);
++int gr_is_capable(const int cap)
++{
++#ifdef CONFIG_GRKERNSEC
++      if (gr_acl_is_capable(cap) && gr_chroot_is_capable(cap))
++              return 1;
++      return 0;
++#else
++      return 1;
 +#endif
-+      return;
 +}
++
++int gr_is_capable_nolog(const int cap)
++{
++#ifdef CONFIG_GRKERNSEC
++      if (gr_acl_is_capable_nolog(cap) && gr_chroot_is_capable_nolog(cap))
++              return 1;
++      return 0;
++#else
++      return 1;
 +#endif
-diff -urNp linux-2.6.39/grsecurity/grsec_fifo.c linux-2.6.39/grsecurity/grsec_fifo.c
---- linux-2.6.39/grsecurity/grsec_fifo.c       1969-12-31 19:00:00.000000000 -0500
-+++ linux-2.6.39/grsecurity/grsec_fifo.c       2011-05-22 19:41:42.000000000 -0400
++}
++
++EXPORT_SYMBOL(gr_is_capable);
++EXPORT_SYMBOL(gr_is_capable_nolog);
+diff -urNp linux-3.0.4/grsecurity/grsec_fifo.c linux-3.0.4/grsecurity/grsec_fifo.c
+--- linux-3.0.4/grsecurity/grsec_fifo.c        1969-12-31 19:00:00.000000000 -0500
++++ linux-3.0.4/grsecurity/grsec_fifo.c        2011-08-23 21:48:14.000000000 -0400
 @@ -0,0 +1,24 @@
 +#include <linux/kernel.h>
 +#include <linux/sched.h>
@@ -57978,9 +51306,9 @@ diff -urNp linux-2.6.39/grsecurity/grsec_fifo.c linux-2.6.39/grsecurity/grsec_fi
 +#endif
 +      return 0;
 +}
-diff -urNp linux-2.6.39/grsecurity/grsec_fork.c linux-2.6.39/grsecurity/grsec_fork.c
---- linux-2.6.39/grsecurity/grsec_fork.c       1969-12-31 19:00:00.000000000 -0500
-+++ linux-2.6.39/grsecurity/grsec_fork.c       2011-05-22 19:41:42.000000000 -0400
+diff -urNp linux-3.0.4/grsecurity/grsec_fork.c linux-3.0.4/grsecurity/grsec_fork.c
+--- linux-3.0.4/grsecurity/grsec_fork.c        1969-12-31 19:00:00.000000000 -0500
++++ linux-3.0.4/grsecurity/grsec_fork.c        2011-08-23 21:48:14.000000000 -0400
 @@ -0,0 +1,23 @@
 +#include <linux/kernel.h>
 +#include <linux/sched.h>
@@ -58005,9 +51333,9 @@ diff -urNp linux-2.6.39/grsecurity/grsec_fork.c linux-2.6.39/grsecurity/grsec_fo
 +#endif
 +      return;
 +}
-diff -urNp linux-2.6.39/grsecurity/grsec_init.c linux-2.6.39/grsecurity/grsec_init.c
---- linux-2.6.39/grsecurity/grsec_init.c       1969-12-31 19:00:00.000000000 -0500
-+++ linux-2.6.39/grsecurity/grsec_init.c       2011-05-22 22:47:15.000000000 -0400
+diff -urNp linux-3.0.4/grsecurity/grsec_init.c linux-3.0.4/grsecurity/grsec_init.c
+--- linux-3.0.4/grsecurity/grsec_init.c        1969-12-31 19:00:00.000000000 -0500
++++ linux-3.0.4/grsecurity/grsec_init.c        2011-08-25 17:25:12.000000000 -0400
 @@ -0,0 +1,269 @@
 +#include <linux/kernel.h>
 +#include <linux/sched.h>
@@ -58018,11 +51346,11 @@ diff -urNp linux-2.6.39/grsecurity/grsec_init.c linux-2.6.39/grsecurity/grsec_in
 +#include <linux/percpu.h>
 +#include <linux/module.h>
 +
++int grsec_enable_brute;
 +int grsec_enable_link;
 +int grsec_enable_dmesg;
 +int grsec_enable_harden_ptrace;
 +int grsec_enable_fifo;
-+int grsec_enable_execve;
 +int grsec_enable_execlog;
 +int grsec_enable_signal;
 +int grsec_enable_forkfail;
@@ -58182,6 +51510,9 @@ diff -urNp linux-2.6.39/grsecurity/grsec_init.c linux-2.6.39/grsecurity/grsec_in
 +#ifdef CONFIG_GRKERNSEC_LINK
 +      grsec_enable_link = 1;
 +#endif
++#ifdef CONFIG_GRKERNSEC_BRUTE
++      grsec_enable_brute = 1;
++#endif
 +#ifdef CONFIG_GRKERNSEC_DMESG
 +      grsec_enable_dmesg = 1;
 +#endif
@@ -58192,9 +51523,6 @@ diff -urNp linux-2.6.39/grsecurity/grsec_init.c linux-2.6.39/grsecurity/grsec_in
 +#ifdef CONFIG_GRKERNSEC_FIFO
 +      grsec_enable_fifo = 1;
 +#endif
-+#ifdef CONFIG_GRKERNSEC_EXECVE
-+      grsec_enable_execve = 1;
-+#endif
 +#ifdef CONFIG_GRKERNSEC_EXECLOG
 +      grsec_enable_execlog = 1;
 +#endif
@@ -58278,9 +51606,9 @@ diff -urNp linux-2.6.39/grsecurity/grsec_init.c linux-2.6.39/grsecurity/grsec_in
 +
 +      return;
 +}
-diff -urNp linux-2.6.39/grsecurity/grsec_link.c linux-2.6.39/grsecurity/grsec_link.c
---- linux-2.6.39/grsecurity/grsec_link.c       1969-12-31 19:00:00.000000000 -0500
-+++ linux-2.6.39/grsecurity/grsec_link.c       2011-05-22 19:41:42.000000000 -0400
+diff -urNp linux-3.0.4/grsecurity/grsec_link.c linux-3.0.4/grsecurity/grsec_link.c
+--- linux-3.0.4/grsecurity/grsec_link.c        1969-12-31 19:00:00.000000000 -0500
++++ linux-3.0.4/grsecurity/grsec_link.c        2011-08-23 21:48:14.000000000 -0400
 @@ -0,0 +1,43 @@
 +#include <linux/kernel.h>
 +#include <linux/sched.h>
@@ -58325,10 +51653,10 @@ diff -urNp linux-2.6.39/grsecurity/grsec_link.c linux-2.6.39/grsecurity/grsec_li
 +#endif
 +      return 0;
 +}
-diff -urNp linux-2.6.39/grsecurity/grsec_log.c linux-2.6.39/grsecurity/grsec_log.c
---- linux-2.6.39/grsecurity/grsec_log.c        1969-12-31 19:00:00.000000000 -0500
-+++ linux-2.6.39/grsecurity/grsec_log.c        2011-05-22 19:41:42.000000000 -0400
-@@ -0,0 +1,310 @@
+diff -urNp linux-3.0.4/grsecurity/grsec_log.c linux-3.0.4/grsecurity/grsec_log.c
+--- linux-3.0.4/grsecurity/grsec_log.c 1969-12-31 19:00:00.000000000 -0500
++++ linux-3.0.4/grsecurity/grsec_log.c 2011-09-26 10:46:21.000000000 -0400
+@@ -0,0 +1,315 @@
 +#include <linux/kernel.h>
 +#include <linux/sched.h>
 +#include <linux/file.h>
@@ -58381,23 +51709,28 @@ diff -urNp linux-2.6.39/grsecurity/grsec_log.c linux-2.6.39/grsecurity/grsec_log
 +      char *loglevel = (audit == GR_DO_AUDIT) ? KERN_INFO : KERN_ALERT;
 +      char *fmt = (audit == GR_DO_AUDIT) ? gr_audit_log_fmt : gr_alert_log_fmt;
 +      char *buf = (audit == GR_DO_AUDIT) ? gr_audit_log_buf : gr_alert_log_buf;
++#if (CONFIG_GRKERNSEC_FLOODTIME > 0 && CONFIG_GRKERNSEC_FLOODBURST > 0)
++      unsigned long curr_secs = get_seconds();
 +
 +      if (audit == GR_DO_AUDIT)
 +              goto set_fmt;
 +
-+      if (!grsec_alert_wtime || jiffies - grsec_alert_wtime > CONFIG_GRKERNSEC_FLOODTIME * HZ) {
-+              grsec_alert_wtime = jiffies;
++      if (!grsec_alert_wtime || time_after(curr_secs, grsec_alert_wtime + CONFIG_GRKERNSEC_FLOODTIME)) {
++              grsec_alert_wtime = curr_secs;
 +              grsec_alert_fyet = 0;
-+      } else if ((jiffies - grsec_alert_wtime < CONFIG_GRKERNSEC_FLOODTIME * HZ) && (grsec_alert_fyet < CONFIG_GRKERNSEC_FLOODBURST)) {
++      } else if (time_before_eq(curr_secs, grsec_alert_wtime + CONFIG_GRKERNSEC_FLOODTIME)
++                  && (grsec_alert_fyet < CONFIG_GRKERNSEC_FLOODBURST)) {
 +              grsec_alert_fyet++;
 +      } else if (grsec_alert_fyet == CONFIG_GRKERNSEC_FLOODBURST) {
-+              grsec_alert_wtime = jiffies;
++              grsec_alert_wtime = curr_secs;
 +              grsec_alert_fyet++;
 +              printk(KERN_ALERT "grsec: more alerts, logging disabled for %d seconds\n", CONFIG_GRKERNSEC_FLOODTIME);
 +              return FLOODING;
-+      } else return FLOODING;
++      }
++      else return FLOODING;
 +
 +set_fmt:
++#endif
 +      memset(buf, 0, PAGE_SIZE);
 +      if (current->signal->curr_ip && gr_acl_is_enabled()) {
 +              sprintf(fmt, "%s%s", loglevel, "grsec: From %pI4: (%.64s:%c:%.950s) ");
@@ -58639,9 +51972,9 @@ diff -urNp linux-2.6.39/grsecurity/grsec_log.c linux-2.6.39/grsecurity/grsec_log
 +      gr_log_end(audit);
 +      END_LOCKS(audit);
 +}
-diff -urNp linux-2.6.39/grsecurity/grsec_mem.c linux-2.6.39/grsecurity/grsec_mem.c
---- linux-2.6.39/grsecurity/grsec_mem.c        1969-12-31 19:00:00.000000000 -0500
-+++ linux-2.6.39/grsecurity/grsec_mem.c        2011-05-22 19:41:42.000000000 -0400
+diff -urNp linux-3.0.4/grsecurity/grsec_mem.c linux-3.0.4/grsecurity/grsec_mem.c
+--- linux-3.0.4/grsecurity/grsec_mem.c 1969-12-31 19:00:00.000000000 -0500
++++ linux-3.0.4/grsecurity/grsec_mem.c 2011-08-23 21:48:14.000000000 -0400
 @@ -0,0 +1,33 @@
 +#include <linux/kernel.h>
 +#include <linux/sched.h>
@@ -58676,9 +52009,9 @@ diff -urNp linux-2.6.39/grsecurity/grsec_mem.c linux-2.6.39/grsecurity/grsec_mem
 +      gr_log_noargs(GR_DONT_AUDIT, GR_VM86_MSG);
 +      return;
 +}
-diff -urNp linux-2.6.39/grsecurity/grsec_mount.c linux-2.6.39/grsecurity/grsec_mount.c
---- linux-2.6.39/grsecurity/grsec_mount.c      1969-12-31 19:00:00.000000000 -0500
-+++ linux-2.6.39/grsecurity/grsec_mount.c      2011-05-22 19:41:42.000000000 -0400
+diff -urNp linux-3.0.4/grsecurity/grsec_mount.c linux-3.0.4/grsecurity/grsec_mount.c
+--- linux-3.0.4/grsecurity/grsec_mount.c       1969-12-31 19:00:00.000000000 -0500
++++ linux-3.0.4/grsecurity/grsec_mount.c       2011-08-23 21:48:14.000000000 -0400
 @@ -0,0 +1,62 @@
 +#include <linux/kernel.h>
 +#include <linux/sched.h>
@@ -58711,7 +52044,7 @@ diff -urNp linux-2.6.39/grsecurity/grsec_mount.c linux-2.6.39/grsecurity/grsec_m
 +{
 +#ifdef CONFIG_GRKERNSEC_AUDIT_MOUNT
 +      if (grsec_enable_mount && (retval >= 0))
-+              gr_log_str_str(GR_DO_AUDIT, GR_MOUNT_AUDIT_MSG, from, to);
++              gr_log_str_str(GR_DO_AUDIT, GR_MOUNT_AUDIT_MSG, from ? from : "none", to);
 +#endif
 +      return;
 +}
@@ -58742,9 +52075,9 @@ diff -urNp linux-2.6.39/grsecurity/grsec_mount.c linux-2.6.39/grsecurity/grsec_m
 +#endif
 +      return 0;
 +}
-diff -urNp linux-2.6.39/grsecurity/grsec_pax.c linux-2.6.39/grsecurity/grsec_pax.c
---- linux-2.6.39/grsecurity/grsec_pax.c        1969-12-31 19:00:00.000000000 -0500
-+++ linux-2.6.39/grsecurity/grsec_pax.c        2011-05-22 19:41:42.000000000 -0400
+diff -urNp linux-3.0.4/grsecurity/grsec_pax.c linux-3.0.4/grsecurity/grsec_pax.c
+--- linux-3.0.4/grsecurity/grsec_pax.c 1969-12-31 19:00:00.000000000 -0500
++++ linux-3.0.4/grsecurity/grsec_pax.c 2011-08-23 21:48:14.000000000 -0400
 @@ -0,0 +1,36 @@
 +#include <linux/kernel.h>
 +#include <linux/sched.h>
@@ -58782,9 +52115,9 @@ diff -urNp linux-2.6.39/grsecurity/grsec_pax.c linux-2.6.39/grsecurity/grsec_pax
 +#endif
 +      return;
 +}
-diff -urNp linux-2.6.39/grsecurity/grsec_ptrace.c linux-2.6.39/grsecurity/grsec_ptrace.c
---- linux-2.6.39/grsecurity/grsec_ptrace.c     1969-12-31 19:00:00.000000000 -0500
-+++ linux-2.6.39/grsecurity/grsec_ptrace.c     2011-05-22 19:41:42.000000000 -0400
+diff -urNp linux-3.0.4/grsecurity/grsec_ptrace.c linux-3.0.4/grsecurity/grsec_ptrace.c
+--- linux-3.0.4/grsecurity/grsec_ptrace.c      1969-12-31 19:00:00.000000000 -0500
++++ linux-3.0.4/grsecurity/grsec_ptrace.c      2011-08-23 21:48:14.000000000 -0400
 @@ -0,0 +1,14 @@
 +#include <linux/kernel.h>
 +#include <linux/sched.h>
@@ -58800,10 +52133,10 @@ diff -urNp linux-2.6.39/grsecurity/grsec_ptrace.c linux-2.6.39/grsecurity/grsec_
 +#endif
 +      return;
 +}
-diff -urNp linux-2.6.39/grsecurity/grsec_sig.c linux-2.6.39/grsecurity/grsec_sig.c
---- linux-2.6.39/grsecurity/grsec_sig.c        1969-12-31 19:00:00.000000000 -0500
-+++ linux-2.6.39/grsecurity/grsec_sig.c        2011-05-22 19:41:42.000000000 -0400
-@@ -0,0 +1,203 @@
+diff -urNp linux-3.0.4/grsecurity/grsec_sig.c linux-3.0.4/grsecurity/grsec_sig.c
+--- linux-3.0.4/grsecurity/grsec_sig.c 1969-12-31 19:00:00.000000000 -0500
++++ linux-3.0.4/grsecurity/grsec_sig.c 2011-08-23 21:48:14.000000000 -0400
+@@ -0,0 +1,206 @@
 +#include <linux/kernel.h>
 +#include <linux/sched.h>
 +#include <linux/delay.h>
@@ -58895,6 +52228,9 @@ diff -urNp linux-2.6.39/grsecurity/grsec_sig.c linux-2.6.39/grsecurity/grsec_sig
 +#ifdef CONFIG_GRKERNSEC_BRUTE
 +      uid_t uid = 0;
 +
++      if (!grsec_enable_brute)
++              return;
++
 +      rcu_read_lock();
 +      read_lock(&tasklist_lock);
 +      read_lock(&grsec_exec_file_lock);
@@ -59007,9 +52343,9 @@ diff -urNp linux-2.6.39/grsecurity/grsec_sig.c linux-2.6.39/grsecurity/grsec_sig
 +#endif
 +      return 0;
 +}
-diff -urNp linux-2.6.39/grsecurity/grsec_sock.c linux-2.6.39/grsecurity/grsec_sock.c
---- linux-2.6.39/grsecurity/grsec_sock.c       1969-12-31 19:00:00.000000000 -0500
-+++ linux-2.6.39/grsecurity/grsec_sock.c       2011-05-22 20:29:21.000000000 -0400
+diff -urNp linux-3.0.4/grsecurity/grsec_sock.c linux-3.0.4/grsecurity/grsec_sock.c
+--- linux-3.0.4/grsecurity/grsec_sock.c        1969-12-31 19:00:00.000000000 -0500
++++ linux-3.0.4/grsecurity/grsec_sock.c        2011-08-23 21:48:14.000000000 -0400
 @@ -0,0 +1,244 @@
 +#include <linux/kernel.h>
 +#include <linux/module.h>
@@ -59255,9 +52591,9 @@ diff -urNp linux-2.6.39/grsecurity/grsec_sock.c linux-2.6.39/grsecurity/grsec_so
 +#endif
 +      return 0;
 +}
-diff -urNp linux-2.6.39/grsecurity/grsec_sysctl.c linux-2.6.39/grsecurity/grsec_sysctl.c
---- linux-2.6.39/grsecurity/grsec_sysctl.c     1969-12-31 19:00:00.000000000 -0500
-+++ linux-2.6.39/grsecurity/grsec_sysctl.c     2011-05-22 19:41:42.000000000 -0400
+diff -urNp linux-3.0.4/grsecurity/grsec_sysctl.c linux-3.0.4/grsecurity/grsec_sysctl.c
+--- linux-3.0.4/grsecurity/grsec_sysctl.c      1969-12-31 19:00:00.000000000 -0500
++++ linux-3.0.4/grsecurity/grsec_sysctl.c      2011-08-25 17:26:15.000000000 -0400
 @@ -0,0 +1,433 @@
 +#include <linux/kernel.h>
 +#include <linux/sched.h>
@@ -59304,19 +52640,19 @@ diff -urNp linux-2.6.39/grsecurity/grsec_sysctl.c linux-2.6.39/grsecurity/grsec_
 +              .proc_handler   = &proc_dointvec,
 +      },
 +#endif
-+#ifdef CONFIG_GRKERNSEC_FIFO
++#ifdef CONFIG_GRKERNSEC_BRUTE
 +      {
-+              .procname       = "fifo_restrictions",
-+              .data           = &grsec_enable_fifo,
++              .procname       = "deter_bruteforce",
++              .data           = &grsec_enable_brute,
 +              .maxlen         = sizeof(int),
 +              .mode           = 0600,
 +              .proc_handler   = &proc_dointvec,
 +      },
 +#endif
-+#ifdef CONFIG_GRKERNSEC_EXECVE
++#ifdef CONFIG_GRKERNSEC_FIFO
 +      {
-+              .procname       = "execve_limiting",
-+              .data           = &grsec_enable_execve,
++              .procname       = "fifo_restrictions",
++              .data           = &grsec_enable_fifo,
 +              .maxlen         = sizeof(int),
 +              .mode           = 0600,
 +              .proc_handler   = &proc_dointvec,
@@ -59692,9 +53028,9 @@ diff -urNp linux-2.6.39/grsecurity/grsec_sysctl.c linux-2.6.39/grsecurity/grsec_
 +      { }
 +};
 +#endif
-diff -urNp linux-2.6.39/grsecurity/grsec_time.c linux-2.6.39/grsecurity/grsec_time.c
---- linux-2.6.39/grsecurity/grsec_time.c       1969-12-31 19:00:00.000000000 -0500
-+++ linux-2.6.39/grsecurity/grsec_time.c       2011-05-22 19:41:42.000000000 -0400
+diff -urNp linux-3.0.4/grsecurity/grsec_time.c linux-3.0.4/grsecurity/grsec_time.c
+--- linux-3.0.4/grsecurity/grsec_time.c        1969-12-31 19:00:00.000000000 -0500
++++ linux-3.0.4/grsecurity/grsec_time.c        2011-08-23 21:48:14.000000000 -0400
 @@ -0,0 +1,16 @@
 +#include <linux/kernel.h>
 +#include <linux/sched.h>
@@ -59712,9 +53048,9 @@ diff -urNp linux-2.6.39/grsecurity/grsec_time.c linux-2.6.39/grsecurity/grsec_ti
 +}
 +
 +EXPORT_SYMBOL(gr_log_timechange);
-diff -urNp linux-2.6.39/grsecurity/grsec_tpe.c linux-2.6.39/grsecurity/grsec_tpe.c
---- linux-2.6.39/grsecurity/grsec_tpe.c        1969-12-31 19:00:00.000000000 -0500
-+++ linux-2.6.39/grsecurity/grsec_tpe.c        2011-05-22 19:41:42.000000000 -0400
+diff -urNp linux-3.0.4/grsecurity/grsec_tpe.c linux-3.0.4/grsecurity/grsec_tpe.c
+--- linux-3.0.4/grsecurity/grsec_tpe.c 1969-12-31 19:00:00.000000000 -0500
++++ linux-3.0.4/grsecurity/grsec_tpe.c 2011-08-23 21:48:14.000000000 -0400
 @@ -0,0 +1,39 @@
 +#include <linux/kernel.h>
 +#include <linux/sched.h>
@@ -59755,9 +53091,9 @@ diff -urNp linux-2.6.39/grsecurity/grsec_tpe.c linux-2.6.39/grsecurity/grsec_tpe
 +#endif
 +      return 1;
 +}
-diff -urNp linux-2.6.39/grsecurity/grsum.c linux-2.6.39/grsecurity/grsum.c
---- linux-2.6.39/grsecurity/grsum.c    1969-12-31 19:00:00.000000000 -0500
-+++ linux-2.6.39/grsecurity/grsum.c    2011-05-22 19:41:42.000000000 -0400
+diff -urNp linux-3.0.4/grsecurity/grsum.c linux-3.0.4/grsecurity/grsum.c
+--- linux-3.0.4/grsecurity/grsum.c     1969-12-31 19:00:00.000000000 -0500
++++ linux-3.0.4/grsecurity/grsum.c     2011-08-23 21:48:14.000000000 -0400
 @@ -0,0 +1,61 @@
 +#include <linux/err.h>
 +#include <linux/kernel.h>
@@ -59820,10 +53156,10 @@ diff -urNp linux-2.6.39/grsecurity/grsum.c linux-2.6.39/grsecurity/grsum.c
 +
 +      return retval;
 +}
-diff -urNp linux-2.6.39/grsecurity/Kconfig linux-2.6.39/grsecurity/Kconfig
---- linux-2.6.39/grsecurity/Kconfig    1969-12-31 19:00:00.000000000 -0500
-+++ linux-2.6.39/grsecurity/Kconfig    2011-05-22 19:41:42.000000000 -0400
-@@ -0,0 +1,1045 @@
+diff -urNp linux-3.0.4/grsecurity/Kconfig linux-3.0.4/grsecurity/Kconfig
+--- linux-3.0.4/grsecurity/Kconfig     1969-12-31 19:00:00.000000000 -0500
++++ linux-3.0.4/grsecurity/Kconfig     2011-09-15 00:00:57.000000000 -0400
+@@ -0,0 +1,1038 @@
 +#
 +# grecurity configuration
 +#
@@ -59850,7 +53186,6 @@ diff -urNp linux-2.6.39/grsecurity/Kconfig linux-2.6.39/grsecurity/Kconfig
 +      bool "Low"
 +      select GRKERNSEC_LINK
 +      select GRKERNSEC_FIFO
-+      select GRKERNSEC_EXECVE
 +      select GRKERNSEC_RANDNET
 +      select GRKERNSEC_DMESG
 +      select GRKERNSEC_CHROOT
@@ -59867,7 +53202,6 @@ diff -urNp linux-2.6.39/grsecurity/Kconfig linux-2.6.39/grsecurity/Kconfig
 +
 +        - Linking restrictions
 +        - FIFO restrictions
-+        - Enforcing RLIMIT_NPROC on execve
 +        - Restricted dmesg
 +        - Enforced chdir("/") on chroot
 +        - Runtime module disabling
@@ -59883,7 +53217,6 @@ diff -urNp linux-2.6.39/grsecurity/Kconfig linux-2.6.39/grsecurity/Kconfig
 +      select GRKERNSEC_CHROOT_SYSCTL
 +      select GRKERNSEC_LINK
 +      select GRKERNSEC_FIFO
-+      select GRKERNSEC_EXECVE
 +      select GRKERNSEC_DMESG
 +      select GRKERNSEC_RANDNET
 +      select GRKERNSEC_FORKFAIL
@@ -59902,7 +53235,7 @@ diff -urNp linux-2.6.39/grsecurity/Kconfig linux-2.6.39/grsecurity/Kconfig
 +      select PAX_ASLR
 +      select PAX_RANDMMAP
 +      select PAX_REFCOUNT if (X86 || SPARC64)
-+      select PAX_USERCOPY if ((X86 || SPARC32 || SPARC64 || PPC) && (SLAB || SLUB || SLOB))
++      select PAX_USERCOPY if ((X86 || SPARC || PPC || ARM) && (SLAB || SLUB || SLOB))
 +
 +      help
 +        If you say Y here, several features in addition to those included
@@ -59933,7 +53266,6 @@ diff -urNp linux-2.6.39/grsecurity/Kconfig linux-2.6.39/grsecurity/Kconfig
 +      bool "High"
 +      select GRKERNSEC_LINK
 +      select GRKERNSEC_FIFO
-+      select GRKERNSEC_EXECVE
 +      select GRKERNSEC_DMESG
 +      select GRKERNSEC_FORKFAIL
 +      select GRKERNSEC_TIME
@@ -59966,7 +53298,7 @@ diff -urNp linux-2.6.39/grsecurity/Kconfig linux-2.6.39/grsecurity/Kconfig
 +      select GRKERNSEC_MODHARDEN if (MODULES)
 +      select GRKERNSEC_HARDEN_PTRACE
 +      select GRKERNSEC_VM86 if (X86_32)
-+      select GRKERNSEC_KERN_LOCKOUT if (X86)
++      select GRKERNSEC_KERN_LOCKOUT if (X86 || ARM || PPC || SPARC)
 +      select PAX
 +      select PAX_RANDUSTACK
 +      select PAX_ASLR
@@ -59981,13 +53313,13 @@ diff -urNp linux-2.6.39/grsecurity/Kconfig linux-2.6.39/grsecurity/Kconfig
 +      select PAX_RANDKSTACK if (X86_TSC && X86)
 +      select PAX_SEGMEXEC if (X86_32)
 +      select PAX_PAGEEXEC
-+      select PAX_EMUPLT if (ALPHA || PARISC || SPARC32 || SPARC64)
++      select PAX_EMUPLT if (ALPHA || PARISC || SPARC)
 +      select PAX_EMUTRAMP if (PARISC)
 +      select PAX_EMUSIGRT if (PARISC)
 +      select PAX_ETEXECRELOCS if (ALPHA || IA64 || PARISC)
 +      select PAX_ELFRELOCS if (PAX_ETEXECRELOCS || (IA64 || PPC || X86))
 +      select PAX_REFCOUNT if (X86 || SPARC64)
-+      select PAX_USERCOPY if ((X86 || PPC || SPARC32 || SPARC64) && (SLAB || SLUB || SLOB))
++      select PAX_USERCOPY if ((X86 || PPC || SPARC || ARM) && (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
@@ -60117,6 +53449,9 @@ diff -urNp linux-2.6.39/grsecurity/Kconfig linux-2.6.39/grsecurity/Kconfig
 +        It is recommended that you also enable signal logging in the auditing
 +        section so that logs are generated when a process triggers a suspicious
 +        signal.
++        If the sysctl option is enabled, a sysctl option with name
++        "deter_bruteforce" is created.
++
 +
 +config GRKERNSEC_MODHARDEN
 +      bool "Harden module auto-loading"
@@ -60166,7 +53501,7 @@ diff -urNp linux-2.6.39/grsecurity/Kconfig linux-2.6.39/grsecurity/Kconfig
 +
 +config GRKERNSEC_KERN_LOCKOUT
 +      bool "Active kernel exploit response"
-+      depends on X86
++      depends on X86 || ARM || PPC || SPARC
 +      help
 +        If you say Y here, when a PaX alert is triggered due to suspicious
 +        activity in the kernel (from KERNEXEC/UDEREF/USERCOPY)
@@ -60459,7 +53794,7 @@ diff -urNp linux-2.6.39/grsecurity/Kconfig linux-2.6.39/grsecurity/Kconfig
 +      bool "Capability restrictions"
 +      depends on GRKERNSEC_CHROOT
 +      help
-+        If you say Y here, the capabilities on all root processes within a
++        If you say Y here, the capabilities on all processes within a
 +        chroot jail will be lowered to stop module insertion, raw i/o,
 +        system and net admin tasks, rebooting the system, modifying immutable
 +        files, modifying IPC owned by another, and changing the system time.
@@ -60598,14 +53933,6 @@ diff -urNp linux-2.6.39/grsecurity/Kconfig linux-2.6.39/grsecurity/Kconfig
 +menu "Executable Protections"
 +depends on GRKERNSEC
 +
-+config GRKERNSEC_EXECVE
-+      bool "Enforce RLIMIT_NPROC on execs"
-+      help
-+        If you say Y here, users with a resource limit on processes will
-+        have the value checked during execve() calls.  The current system
-+        only checks the system limit during fork() calls.  If the sysctl option
-+        is enabled, a sysctl option with name "execve_limiting" is created.
-+
 +config GRKERNSEC_DMESG
 +      bool "Dmesg(8) restriction"
 +      help
@@ -60700,6 +54027,7 @@ diff -urNp linux-2.6.39/grsecurity/Kconfig linux-2.6.39/grsecurity/Kconfig
 +
 +config GRKERNSEC_BLACKHOLE
 +      bool "TCP/UDP blackhole and LAST_ACK DoS prevention"
++      depends on NET
 +      help
 +        If you say Y here, neither TCP resets nor ICMP
 +        destination-unreachable packets will be sent in response to packets
@@ -60732,6 +54060,7 @@ diff -urNp linux-2.6.39/grsecurity/Kconfig linux-2.6.39/grsecurity/Kconfig
 +
 +config GRKERNSEC_SOCKET
 +      bool "Socket restrictions"
++      depends on NET
 +      help
 +        If you say Y here, you will be able to choose from several options.
 +        If you assign a GID on your system and add it to the supplementary
@@ -60858,7 +54187,7 @@ diff -urNp linux-2.6.39/grsecurity/Kconfig linux-2.6.39/grsecurity/Kconfig
 +
 +config GRKERNSEC_FLOODBURST
 +      int "Number of messages in a burst (maximum)"
-+      default 4
++      default 6
 +      help
 +        This option allows you to choose the maximum number of messages allowed
 +        within the flood time interval you chose in a separate option.  The
@@ -60869,10 +54198,10 @@ diff -urNp linux-2.6.39/grsecurity/Kconfig linux-2.6.39/grsecurity/Kconfig
 +endmenu
 +
 +endmenu
-diff -urNp linux-2.6.39/grsecurity/Makefile linux-2.6.39/grsecurity/Makefile
---- linux-2.6.39/grsecurity/Makefile   1969-12-31 19:00:00.000000000 -0500
-+++ linux-2.6.39/grsecurity/Makefile   2011-05-22 19:41:42.000000000 -0400
-@@ -0,0 +1,29 @@
+diff -urNp linux-3.0.4/grsecurity/Makefile linux-3.0.4/grsecurity/Makefile
+--- linux-3.0.4/grsecurity/Makefile    1969-12-31 19:00:00.000000000 -0500
++++ linux-3.0.4/grsecurity/Makefile    2011-09-14 23:29:56.000000000 -0400
+@@ -0,0 +1,35 @@
 +# grsecurity's ACL system was originally written in 2001 by Michael Dalton
 +# during 2001-2009 it has been completely redesigned by Brad Spengler
 +# into an RBAC system
@@ -60882,14 +54211,19 @@ diff -urNp linux-2.6.39/grsecurity/Makefile linux-2.6.39/grsecurity/Makefile
 +# under the GPL v2 or higher
 +
 +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_mount.o grsec_sig.o grsec_sysctl.o \
 +      grsec_time.o grsec_tpe.o grsec_link.o grsec_pax.o grsec_ptrace.o
 +
-+obj-$(CONFIG_GRKERNSEC) += grsec_init.o grsum.o gracl.o gracl_ip.o gracl_segv.o \
++obj-$(CONFIG_GRKERNSEC) += grsec_init.o grsum.o gracl.o gracl_segv.o \
 +      gracl_cap.o gracl_alloc.o gracl_shm.o grsec_mem.o gracl_fs.o \
 +      gracl_learn.o grsec_log.o
 +obj-$(CONFIG_GRKERNSEC_RESLOG) += gracl_res.o
 +
++ifdef CONFIG_NET
++obj-y += grsec_sock.o
++obj-$(CONFIG_GRKERNSEC) += gracl_ip.o
++endif
++
 +ifndef CONFIG_GRKERNSEC
 +obj-y += grsec_disabled.o
 +endif
@@ -60899,56 +54233,25 @@ diff -urNp linux-2.6.39/grsecurity/Makefile linux-2.6.39/grsecurity/Makefile
 +$(obj)/grsec_hidesym.o:
 +      @-chmod -f 500 /boot
 +      @-chmod -f 500 /lib/modules
++      @-chmod -f 500 /lib64/modules
 +      @-chmod -f 700 .
 +      @echo '  grsec: protected kernel image paths'
 +endif
-diff -urNp linux-2.6.39/include/acpi/acpi_drivers.h linux-2.6.39/include/acpi/acpi_drivers.h
---- linux-2.6.39/include/acpi/acpi_drivers.h   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/acpi/acpi_drivers.h   2011-05-22 19:36:32.000000000 -0400
-@@ -119,8 +119,8 @@ void pci_acpi_crs_quirks(void);
-                                   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.39/include/acpi/processor.h linux-2.6.39/include/acpi/processor.h
---- linux-2.6.39/include/acpi/processor.h      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/acpi/processor.h      2011-05-22 19:36:32.000000000 -0400
-@@ -344,7 +344,7 @@ extern struct cpuidle_driver acpi_idle_d
- /* in processor_thermal.c */
- int acpi_processor_get_limit_info(struct acpi_processor *pr);
--extern struct thermal_cooling_device_ops processor_cooling_ops;
-+extern const struct thermal_cooling_device_ops processor_cooling_ops;
- #ifdef CONFIG_CPU_FREQ
- void acpi_thermal_cpufreq_init(void);
- void acpi_thermal_cpufreq_exit(void);
-diff -urNp linux-2.6.39/include/asm-generic/atomic-long.h linux-2.6.39/include/asm-generic/atomic-long.h
---- linux-2.6.39/include/asm-generic/atomic-long.h     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/asm-generic/atomic-long.h     2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/include/acpi/acpi_bus.h linux-3.0.4/include/acpi/acpi_bus.h
+--- linux-3.0.4/include/acpi/acpi_bus.h        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/acpi/acpi_bus.h        2011-08-23 21:47:56.000000000 -0400
+@@ -107,7 +107,7 @@ struct acpi_device_ops {
+       acpi_op_bind bind;
+       acpi_op_unbind unbind;
+       acpi_op_notify notify;
+-};
++} __no_const;
+ #define ACPI_DRIVER_ALL_NOTIFY_EVENTS 0x1     /* system AND device events */
+diff -urNp linux-3.0.4/include/asm-generic/atomic-long.h linux-3.0.4/include/asm-generic/atomic-long.h
+--- linux-3.0.4/include/asm-generic/atomic-long.h      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/asm-generic/atomic-long.h      2011-08-23 21:47:56.000000000 -0400
 @@ -22,6 +22,12 @@
  
  typedef atomic64_t atomic_long_t;
@@ -61211,12 +54514,12 @@ diff -urNp linux-2.6.39/include/asm-generic/atomic-long.h linux-2.6.39/include/a
 +      atomic_add_unchecked(0, (atomic_unchecked_t *)NULL);
 +      atomic_sub_unchecked(0, (atomic_unchecked_t *)NULL);
 +      atomic_inc_unchecked((atomic_unchecked_t *)NULL);
-+      atomic_inc_and_test_unchecked((atomic_unchecked_t *)NULL);
++      (void)atomic_inc_and_test_unchecked((atomic_unchecked_t *)NULL);
 +      atomic_inc_return_unchecked((atomic_unchecked_t *)NULL);
 +      atomic_add_return_unchecked(0, (atomic_unchecked_t *)NULL);
 +      atomic_dec_unchecked((atomic_unchecked_t *)NULL);
 +      atomic_cmpxchg_unchecked((atomic_unchecked_t *)NULL, 0, 0);
-+      atomic_xchg_unchecked((atomic_unchecked_t *)NULL, 0);
++      (void)atomic_xchg_unchecked((atomic_unchecked_t *)NULL, 0);
 +
 +      atomic_long_read_unchecked((atomic_long_unchecked_t *)NULL);
 +      atomic_long_set_unchecked((atomic_long_unchecked_t *)NULL, 0);
@@ -61249,115 +54552,22 @@ diff -urNp linux-2.6.39/include/asm-generic/atomic-long.h linux-2.6.39/include/a
 +#endif
 +
  #endif  /*  _ASM_GENERIC_ATOMIC_LONG_H  */
-diff -urNp linux-2.6.39/include/asm-generic/cache.h linux-2.6.39/include/asm-generic/cache.h
---- linux-2.6.39/include/asm-generic/cache.h   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/asm-generic/cache.h   2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/include/asm-generic/cache.h linux-3.0.4/include/asm-generic/cache.h
+--- linux-3.0.4/include/asm-generic/cache.h    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/asm-generic/cache.h    2011-08-23 21:47:56.000000000 -0400
 @@ -6,7 +6,7 @@
   * cache lines need to provide their own cache.h.
   */
  
 -#define L1_CACHE_SHIFT                5
 -#define L1_CACHE_BYTES                (1 << L1_CACHE_SHIFT)
-+#define L1_CACHE_SHIFT                5U
-+#define L1_CACHE_BYTES                (1U << L1_CACHE_SHIFT)
++#define L1_CACHE_SHIFT                5UL
++#define L1_CACHE_BYTES                (1UL << L1_CACHE_SHIFT)
  
  #endif /* __ASM_GENERIC_CACHE_H */
-diff -urNp linux-2.6.39/include/asm-generic/dma-mapping-common.h linux-2.6.39/include/asm-generic/dma-mapping-common.h
---- linux-2.6.39/include/asm-generic/dma-mapping-common.h      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/asm-generic/dma-mapping-common.h      2011-05-22 19:36:32.000000000 -0400
-@@ -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)
-@@ -139,7 +139,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)
-@@ -151,7 +151,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.39/include/asm-generic/int-l64.h linux-2.6.39/include/asm-generic/int-l64.h
---- linux-2.6.39/include/asm-generic/int-l64.h 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/asm-generic/int-l64.h 2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/include/asm-generic/int-l64.h linux-3.0.4/include/asm-generic/int-l64.h
+--- linux-3.0.4/include/asm-generic/int-l64.h  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/asm-generic/int-l64.h  2011-08-23 21:47:56.000000000 -0400
 @@ -46,6 +46,8 @@ typedef unsigned int u32;
  typedef signed long s64;
  typedef unsigned long u64;
@@ -61367,9 +54577,9 @@ diff -urNp linux-2.6.39/include/asm-generic/int-l64.h linux-2.6.39/include/asm-g
  #define S8_C(x)  x
  #define U8_C(x)  x ## U
  #define S16_C(x) x
-diff -urNp linux-2.6.39/include/asm-generic/int-ll64.h linux-2.6.39/include/asm-generic/int-ll64.h
---- linux-2.6.39/include/asm-generic/int-ll64.h        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/asm-generic/int-ll64.h        2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/include/asm-generic/int-ll64.h linux-3.0.4/include/asm-generic/int-ll64.h
+--- linux-3.0.4/include/asm-generic/int-ll64.h 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/asm-generic/int-ll64.h 2011-08-23 21:47:56.000000000 -0400
 @@ -51,6 +51,8 @@ typedef unsigned int u32;
  typedef signed long long s64;
  typedef unsigned long long u64;
@@ -61379,9 +54589,9 @@ diff -urNp linux-2.6.39/include/asm-generic/int-ll64.h linux-2.6.39/include/asm-
  #define S8_C(x)  x
  #define U8_C(x)  x ## U
  #define S16_C(x) x
-diff -urNp linux-2.6.39/include/asm-generic/kmap_types.h linux-2.6.39/include/asm-generic/kmap_types.h
---- linux-2.6.39/include/asm-generic/kmap_types.h      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/asm-generic/kmap_types.h      2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/include/asm-generic/kmap_types.h linux-3.0.4/include/asm-generic/kmap_types.h
+--- linux-3.0.4/include/asm-generic/kmap_types.h       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/asm-generic/kmap_types.h       2011-08-23 21:47:56.000000000 -0400
 @@ -29,10 +29,11 @@ KMAP_D(16) KM_IRQ_PTE,
  KMAP_D(17)    KM_NMI,
  KMAP_D(18)    KM_NMI_PTE,
@@ -61395,10 +54605,10 @@ diff -urNp linux-2.6.39/include/asm-generic/kmap_types.h linux-2.6.39/include/as
  };
  
  #undef KMAP_D
-diff -urNp linux-2.6.39/include/asm-generic/pgtable.h linux-2.6.39/include/asm-generic/pgtable.h
---- linux-2.6.39/include/asm-generic/pgtable.h 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/asm-generic/pgtable.h 2011-05-22 19:36:32.000000000 -0400
-@@ -447,6 +447,14 @@ static inline int pmd_write(pmd_t pmd)
+diff -urNp linux-3.0.4/include/asm-generic/pgtable.h linux-3.0.4/include/asm-generic/pgtable.h
+--- linux-3.0.4/include/asm-generic/pgtable.h  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/asm-generic/pgtable.h  2011-08-23 21:47:56.000000000 -0400
+@@ -443,6 +443,14 @@ static inline int pmd_write(pmd_t pmd)
  #endif /* __HAVE_ARCH_PMD_WRITE */
  #endif
  
@@ -61413,9 +54623,9 @@ diff -urNp linux-2.6.39/include/asm-generic/pgtable.h linux-2.6.39/include/asm-g
  #endif /* !__ASSEMBLY__ */
  
  #endif /* _ASM_GENERIC_PGTABLE_H */
-diff -urNp linux-2.6.39/include/asm-generic/pgtable-nopmd.h linux-2.6.39/include/asm-generic/pgtable-nopmd.h
---- linux-2.6.39/include/asm-generic/pgtable-nopmd.h   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/asm-generic/pgtable-nopmd.h   2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/include/asm-generic/pgtable-nopmd.h linux-3.0.4/include/asm-generic/pgtable-nopmd.h
+--- linux-3.0.4/include/asm-generic/pgtable-nopmd.h    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/asm-generic/pgtable-nopmd.h    2011-08-23 21:47:56.000000000 -0400
 @@ -1,14 +1,19 @@
  #ifndef _PGTABLE_NOPMD_H
  #define _PGTABLE_NOPMD_H
@@ -61452,9 +54662,9 @@ diff -urNp linux-2.6.39/include/asm-generic/pgtable-nopmd.h linux-2.6.39/include
  /*
   * The "pud_xxx()" functions here are trivial for a folded two-level
   * setup: the pmd is never bad, and a pmd always exists (as it's folded
-diff -urNp linux-2.6.39/include/asm-generic/pgtable-nopud.h linux-2.6.39/include/asm-generic/pgtable-nopud.h
---- linux-2.6.39/include/asm-generic/pgtable-nopud.h   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/asm-generic/pgtable-nopud.h   2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/include/asm-generic/pgtable-nopud.h linux-3.0.4/include/asm-generic/pgtable-nopud.h
+--- linux-3.0.4/include/asm-generic/pgtable-nopud.h    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/asm-generic/pgtable-nopud.h    2011-08-23 21:47:56.000000000 -0400
 @@ -1,10 +1,15 @@
  #ifndef _PGTABLE_NOPUD_H
  #define _PGTABLE_NOPUD_H
@@ -61485,10 +54695,10 @@ diff -urNp linux-2.6.39/include/asm-generic/pgtable-nopud.h linux-2.6.39/include
  /*
   * The "pgd_xxx()" functions here are trivial for a folded two-level
   * setup: the pud is never bad, and a pud always exists (as it's folded
-diff -urNp linux-2.6.39/include/asm-generic/vmlinux.lds.h linux-2.6.39/include/asm-generic/vmlinux.lds.h
---- linux-2.6.39/include/asm-generic/vmlinux.lds.h     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/asm-generic/vmlinux.lds.h     2011-05-22 19:36:32.000000000 -0400
-@@ -213,6 +213,7 @@
+diff -urNp linux-3.0.4/include/asm-generic/vmlinux.lds.h linux-3.0.4/include/asm-generic/vmlinux.lds.h
+--- linux-3.0.4/include/asm-generic/vmlinux.lds.h      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/asm-generic/vmlinux.lds.h      2011-08-23 21:47:56.000000000 -0400
+@@ -217,6 +217,7 @@
        .rodata           : AT(ADDR(.rodata) - LOAD_OFFSET) {           \
                VMLINUX_SYMBOL(__start_rodata) = .;                     \
                *(.rodata) *(.rodata.*)                                 \
@@ -61496,14 +54706,14 @@ diff -urNp linux-2.6.39/include/asm-generic/vmlinux.lds.h linux-2.6.39/include/a
                *(__vermagic)           /* Kernel version magic */      \
                . = ALIGN(8);                                           \
                VMLINUX_SYMBOL(__start___tracepoints_ptrs) = .;         \
-@@ -707,14 +708,15 @@
+@@ -723,17 +724,18 @@
   * section in the linker script will go there too.  @phdr should have
   * a leading colon.
   *
 - * Note that this macros defines __per_cpu_load as an absolute symbol.
 + * Note that this macros defines per_cpu_load as an absolute symbol.
   * If there is no need to put the percpu section at a predetermined
-  * address, use PERCPU().
+  * address, use PERCPU_SECTION.
   */
  #define PERCPU_VADDR(cacheline, vaddr, phdr)                          \
 -      VMLINUX_SYMBOL(__per_cpu_load) = .;                             \
@@ -61512,21 +54722,37 @@ diff -urNp linux-2.6.39/include/asm-generic/vmlinux.lds.h linux-2.6.39/include/a
 +      .data..percpu vaddr : AT(VMLINUX_SYMBOL(per_cpu_load)           \
                                - LOAD_OFFSET) {                        \
 +              VMLINUX_SYMBOL(__per_cpu_load) = . + per_cpu_load;      \
-               VMLINUX_SYMBOL(__per_cpu_start) = .;                    \
-               *(.data..percpu..first)                                 \
-               . = ALIGN(PAGE_SIZE);                                   \
-@@ -726,7 +728,7 @@
-               *(.data..percpu..shared_aligned)                        \
-               VMLINUX_SYMBOL(__per_cpu_end) = .;                      \
+               PERCPU_INPUT(cacheline)                                 \
        } phdr                                                          \
 -      . = VMLINUX_SYMBOL(__per_cpu_load) + SIZEOF(.data..percpu);
 +      . = VMLINUX_SYMBOL(per_cpu_load) + SIZEOF(.data..percpu);
  
  /**
-  * PERCPU - define output section for percpu area, simple version
-diff -urNp linux-2.6.39/include/drm/drmP.h linux-2.6.39/include/drm/drmP.h
---- linux-2.6.39/include/drm/drmP.h    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/drm/drmP.h    2011-05-22 19:41:42.000000000 -0400
+  * PERCPU_SECTION - define output section for percpu area, simple version
+diff -urNp linux-3.0.4/include/drm/drm_crtc_helper.h linux-3.0.4/include/drm/drm_crtc_helper.h
+--- linux-3.0.4/include/drm/drm_crtc_helper.h  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/drm/drm_crtc_helper.h  2011-08-23 21:47:56.000000000 -0400
+@@ -74,7 +74,7 @@ struct drm_crtc_helper_funcs {
+       /* disable crtc when not in use - more explicit than dpms off */
+       void (*disable)(struct drm_crtc *crtc);
+-};
++} __no_const;
+ struct drm_encoder_helper_funcs {
+       void (*dpms)(struct drm_encoder *encoder, int mode);
+@@ -95,7 +95,7 @@ struct drm_encoder_helper_funcs {
+                                           struct drm_connector *connector);
+       /* disable encoder when not in use - more explicit than dpms off */
+       void (*disable)(struct drm_encoder *encoder);
+-};
++} __no_const;
+ struct drm_connector_helper_funcs {
+       int (*get_modes)(struct drm_connector *connector);
+diff -urNp linux-3.0.4/include/drm/drmP.h linux-3.0.4/include/drm/drmP.h
+--- linux-3.0.4/include/drm/drmP.h     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/drm/drmP.h     2011-08-23 21:47:56.000000000 -0400
 @@ -73,6 +73,7 @@
  #include <linux/workqueue.h>
  #include <linux/poll.h>
@@ -61535,16 +54761,7 @@ diff -urNp linux-2.6.39/include/drm/drmP.h linux-2.6.39/include/drm/drmP.h
  #include "drm.h"
  
  #include <linux/idr.h>
-@@ -908,7 +909,7 @@ struct drm_driver {
-                           uint32_t handle);
-       /* Driver private ops for this object */
--      struct vm_operations_struct *gem_vm_ops;
-+      const struct vm_operations_struct *gem_vm_ops;
-       int major;
-       int minor;
-@@ -1023,7 +1024,7 @@ struct drm_device {
+@@ -1033,7 +1034,7 @@ struct drm_device {
  
        /** \name Usage Counters */
        /*@{ */
@@ -61553,7 +54770,7 @@ diff -urNp linux-2.6.39/include/drm/drmP.h linux-2.6.39/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 */
-@@ -1034,7 +1035,7 @@ struct drm_device {
+@@ -1044,7 +1045,7 @@ struct drm_device {
        /*@{ */
        unsigned long counters;
        enum drm_stat_type types[15];
@@ -61562,9 +54779,21 @@ diff -urNp linux-2.6.39/include/drm/drmP.h linux-2.6.39/include/drm/drmP.h
        /*@} */
  
        struct list_head filelist;
-diff -urNp linux-2.6.39/include/linux/a.out.h linux-2.6.39/include/linux/a.out.h
---- linux-2.6.39/include/linux/a.out.h 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/linux/a.out.h 2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/include/drm/ttm/ttm_memory.h linux-3.0.4/include/drm/ttm/ttm_memory.h
+--- linux-3.0.4/include/drm/ttm/ttm_memory.h   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/drm/ttm/ttm_memory.h   2011-08-23 21:47:56.000000000 -0400
+@@ -47,7 +47,7 @@
+ struct ttm_mem_shrink {
+       int (*do_shrink) (struct ttm_mem_shrink *);
+-};
++} __no_const;
+ /**
+  * struct ttm_mem_global - Global memory accounting structure.
+diff -urNp linux-3.0.4/include/linux/a.out.h linux-3.0.4/include/linux/a.out.h
+--- linux-3.0.4/include/linux/a.out.h  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/linux/a.out.h  2011-08-23 21:47:56.000000000 -0400
 @@ -39,6 +39,14 @@ enum machine_type {
    M_MIPS2 = 152               /* MIPS R6000/R4000 binary */
  };
@@ -61580,9 +54809,9 @@ diff -urNp linux-2.6.39/include/linux/a.out.h linux-2.6.39/include/linux/a.out.h
  #if !defined (N_MAGIC)
  #define N_MAGIC(exec) ((exec).a_info & 0xffff)
  #endif
-diff -urNp linux-2.6.39/include/linux/atmdev.h linux-2.6.39/include/linux/atmdev.h
---- linux-2.6.39/include/linux/atmdev.h        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/linux/atmdev.h        2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/include/linux/atmdev.h linux-3.0.4/include/linux/atmdev.h
+--- linux-3.0.4/include/linux/atmdev.h 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/linux/atmdev.h 2011-08-23 21:47:56.000000000 -0400
 @@ -237,7 +237,7 @@ struct compat_atm_iobuf {
  #endif
  
@@ -61592,10 +54821,10 @@ diff -urNp linux-2.6.39/include/linux/atmdev.h linux-2.6.39/include/linux/atmdev
        __AAL_STAT_ITEMS
  #undef __HANDLE_ITEM
  };
-diff -urNp linux-2.6.39/include/linux/binfmts.h linux-2.6.39/include/linux/binfmts.h
---- linux-2.6.39/include/linux/binfmts.h       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/linux/binfmts.h       2011-05-22 19:36:32.000000000 -0400
-@@ -92,6 +92,7 @@ struct linux_binfmt {
+diff -urNp linux-3.0.4/include/linux/binfmts.h linux-3.0.4/include/linux/binfmts.h
+--- linux-3.0.4/include/linux/binfmts.h        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/linux/binfmts.h        2011-08-23 21:47:56.000000000 -0400
+@@ -88,6 +88,7 @@ struct linux_binfmt {
        int (*load_binary)(struct linux_binprm *, struct  pt_regs * regs);
        int (*load_shlib)(struct file *);
        int (*core_dump)(struct coredump_params *cprm);
@@ -61603,47 +54832,21 @@ diff -urNp linux-2.6.39/include/linux/binfmts.h linux-2.6.39/include/linux/binfm
        unsigned long min_coredump;     /* minimal dump size */
  };
  
-diff -urNp linux-2.6.39/include/linux/blkdev.h linux-2.6.39/include/linux/blkdev.h
---- linux-2.6.39/include/linux/blkdev.h        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/linux/blkdev.h        2011-05-22 19:36:32.000000000 -0400
-@@ -1281,22 +1281,22 @@ queue_max_integrity_segments(struct requ
- #endif /* CONFIG_BLK_DEV_INTEGRITY */
- struct block_device_operations {
--      int (*open) (struct block_device *, fmode_t);
--      int (*release) (struct gendisk *, fmode_t);
--      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 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 *);
--      unsigned int (*check_events) (struct gendisk *disk,
-+      unsigned int (* const check_events) (struct gendisk *disk,
-                                     unsigned int clearing);
-       /* ->media_changed() is DEPRECATED, use ->check_events() instead */
--      int (*media_changed) (struct gendisk *);
--      void (*unlock_native_capacity) (struct gendisk *);
--      int (*revalidate_disk) (struct gendisk *);
--      int (*getgeo)(struct block_device *, struct hd_geometry *);
-+      int (* const media_changed) (struct gendisk *);
-+      void (* const unlock_native_capacity) (struct gendisk *);
-+      int (* const revalidate_disk) (struct gendisk *);
-+      int (* const getgeo)(struct block_device *, struct hd_geometry *);
+diff -urNp linux-3.0.4/include/linux/blkdev.h linux-3.0.4/include/linux/blkdev.h
+--- linux-3.0.4/include/linux/blkdev.h 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/linux/blkdev.h 2011-08-26 19:49:56.000000000 -0400
+@@ -1308,7 +1308,7 @@ struct block_device_operations {
        /* this callback is with swap_lock and sometimes page table lock held */
--      void (*swap_slot_free_notify) (struct block_device *, unsigned long);
--      struct module *owner;
-+      void (* const swap_slot_free_notify) (struct block_device *, unsigned long);
-+      struct module * const owner;
- };
+       void (*swap_slot_free_notify) (struct block_device *, unsigned long);
+       struct module *owner;
+-};
++} __do_const;
  
  extern int __blkdev_driver_ioctl(struct block_device *, fmode_t, unsigned int,
-diff -urNp linux-2.6.39/include/linux/blktrace_api.h linux-2.6.39/include/linux/blktrace_api.h
---- linux-2.6.39/include/linux/blktrace_api.h  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/linux/blktrace_api.h  2011-05-22 19:36:32.000000000 -0400
+                                unsigned long);
+diff -urNp linux-3.0.4/include/linux/blktrace_api.h linux-3.0.4/include/linux/blktrace_api.h
+--- linux-3.0.4/include/linux/blktrace_api.h   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/linux/blktrace_api.h   2011-08-23 21:47:56.000000000 -0400
 @@ -161,7 +161,7 @@ struct blk_trace {
        struct dentry *dir;
        struct dentry *dropped_file;
@@ -61653,9 +54856,9 @@ diff -urNp linux-2.6.39/include/linux/blktrace_api.h linux-2.6.39/include/linux/
  };
  
  extern int blk_trace_ioctl(struct block_device *, unsigned, char __user *);
-diff -urNp linux-2.6.39/include/linux/byteorder/little_endian.h linux-2.6.39/include/linux/byteorder/little_endian.h
---- linux-2.6.39/include/linux/byteorder/little_endian.h       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/linux/byteorder/little_endian.h       2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/include/linux/byteorder/little_endian.h linux-3.0.4/include/linux/byteorder/little_endian.h
+--- linux-3.0.4/include/linux/byteorder/little_endian.h        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/linux/byteorder/little_endian.h        2011-08-23 21:47:56.000000000 -0400
 @@ -42,51 +42,51 @@
  
  static inline __le64 __cpu_to_le64p(const __u64 *p)
@@ -61720,9 +54923,9 @@ diff -urNp linux-2.6.39/include/linux/byteorder/little_endian.h linux-2.6.39/inc
  }
  #define __cpu_to_le64s(x) do { (void)(x); } while (0)
  #define __le64_to_cpus(x) do { (void)(x); } while (0)
-diff -urNp linux-2.6.39/include/linux/cache.h linux-2.6.39/include/linux/cache.h
---- linux-2.6.39/include/linux/cache.h 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/linux/cache.h 2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/include/linux/cache.h linux-3.0.4/include/linux/cache.h
+--- linux-3.0.4/include/linux/cache.h  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/linux/cache.h  2011-08-23 21:47:56.000000000 -0400
 @@ -16,6 +16,10 @@
  #define __read_mostly
  #endif
@@ -61734,9 +54937,9 @@ diff -urNp linux-2.6.39/include/linux/cache.h linux-2.6.39/include/linux/cache.h
  #ifndef ____cacheline_aligned
  #define ____cacheline_aligned __attribute__((__aligned__(SMP_CACHE_BYTES)))
  #endif
-diff -urNp linux-2.6.39/include/linux/capability.h linux-2.6.39/include/linux/capability.h
---- linux-2.6.39/include/linux/capability.h    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/linux/capability.h    2011-05-22 21:02:47.000000000 -0400
+diff -urNp linux-3.0.4/include/linux/capability.h linux-3.0.4/include/linux/capability.h
+--- linux-3.0.4/include/linux/capability.h     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/linux/capability.h     2011-08-23 21:48:14.000000000 -0400
 @@ -547,6 +547,9 @@ extern bool capable(int cap);
  extern bool ns_capable(struct user_namespace *ns, int cap);
  extern bool task_ns_capable(struct task_struct *t, int cap);
@@ -61747,10 +54950,35 @@ diff -urNp linux-2.6.39/include/linux/capability.h linux-2.6.39/include/linux/ca
  
  /* audit system wants to get cap info from files as well */
  extern int get_vfs_caps_from_disk(const struct dentry *dentry, struct cpu_vfs_cap_data *cpu_caps);
-diff -urNp linux-2.6.39/include/linux/compiler-gcc4.h linux-2.6.39/include/linux/compiler-gcc4.h
---- linux-2.6.39/include/linux/compiler-gcc4.h 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/linux/compiler-gcc4.h 2011-05-22 19:36:32.000000000 -0400
-@@ -46,6 +46,11 @@
+diff -urNp linux-3.0.4/include/linux/cleancache.h linux-3.0.4/include/linux/cleancache.h
+--- linux-3.0.4/include/linux/cleancache.h     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/linux/cleancache.h     2011-08-23 21:47:56.000000000 -0400
+@@ -31,7 +31,7 @@ struct cleancache_ops {
+       void (*flush_page)(int, struct cleancache_filekey, pgoff_t);
+       void (*flush_inode)(int, struct cleancache_filekey);
+       void (*flush_fs)(int);
+-};
++} __no_const;
+ extern struct cleancache_ops
+       cleancache_register_ops(struct cleancache_ops *ops);
+diff -urNp linux-3.0.4/include/linux/compiler-gcc4.h linux-3.0.4/include/linux/compiler-gcc4.h
+--- linux-3.0.4/include/linux/compiler-gcc4.h  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/linux/compiler-gcc4.h  2011-08-26 19:49:56.000000000 -0400
+@@ -31,6 +31,12 @@
+ #if __GNUC_MINOR__ >= 5
++
++#ifdef CONSTIFY_PLUGIN
++#define __no_const __attribute__((no_const))
++#define __do_const __attribute__((do_const))
++#endif
++
+ /*
+  * Mark a position in code as unreachable.  This can be used to
+  * suppress control flow warnings after asm blocks that transfer
+@@ -46,6 +52,11 @@
  #define __noclone     __attribute__((__noclone__))
  
  #endif
@@ -61762,33 +54990,48 @@ diff -urNp linux-2.6.39/include/linux/compiler-gcc4.h linux-2.6.39/include/linux
  #endif
  
  #if __GNUC_MINOR__ > 0
-diff -urNp linux-2.6.39/include/linux/compiler.h linux-2.6.39/include/linux/compiler.h
---- linux-2.6.39/include/linux/compiler.h      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/linux/compiler.h      2011-05-22 19:36:32.000000000 -0400
-@@ -273,6 +273,22 @@ void ftrace_likely_update(struct ftrace_
+diff -urNp linux-3.0.4/include/linux/compiler.h linux-3.0.4/include/linux/compiler.h
+--- linux-3.0.4/include/linux/compiler.h       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/linux/compiler.h       2011-08-26 19:49:56.000000000 -0400
+@@ -264,6 +264,14 @@ void ftrace_likely_update(struct ftrace_
+ # define __attribute_const__  /* unimplemented */
+ #endif
++#ifndef __no_const
++# define __no_const
++#endif
++
++#ifndef __do_const
++# define __do_const
++#endif
++
+ /*
+  * Tell gcc if a function is cold. The compiler will assume any path
+  * directly leading to the call is unlikely.
+@@ -273,6 +281,22 @@ void ftrace_likely_update(struct ftrace_
  #define __cold
  #endif
  
 +#ifndef __alloc_size
-+#define __alloc_size
++#define __alloc_size(...)
 +#endif
 +
 +#ifndef __bos
-+#define __bos
++#define __bos(ptr, arg)
 +#endif
 +
 +#ifndef __bos0
-+#define __bos0
++#define __bos0(ptr)
 +#endif
 +
 +#ifndef __bos1
-+#define __bos1
++#define __bos1(ptr)
 +#endif
 +
  /* Simple shorthand for a section definition */
  #ifndef __section
  # define __section(S) __attribute__ ((__section__(#S)))
-@@ -306,6 +322,7 @@ void ftrace_likely_update(struct ftrace_
+@@ -306,6 +330,7 @@ void ftrace_likely_update(struct ftrace_
   * use is to mediate communication between process-level code and irq/NMI
   * handlers, all running on the same CPU.
   */
@@ -61797,33 +55040,9 @@ diff -urNp linux-2.6.39/include/linux/compiler.h linux-2.6.39/include/linux/comp
 +#define ACCESS_ONCE_RW(x) (*(volatile typeof(x) *)&(x))
  
  #endif /* __LINUX_COMPILER_H */
-diff -urNp linux-2.6.39/include/linux/concap.h linux-2.6.39/include/linux/concap.h
---- linux-2.6.39/include/linux/concap.h        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/linux/concap.h        2011-05-22 19:36:32.000000000 -0400
-@@ -30,7 +30,7 @@ struct concap_device_ops;
- struct concap_proto{
-       struct net_device *net_dev;     /* net device using our service  */
-       struct concap_device_ops *dops; /* callbacks provided by device */
--      struct concap_proto_ops  *pops; /* callbacks provided by us */
-+      const struct concap_proto_ops  *pops;   /* callbacks provided by us */
-       spinlock_t lock;
-       int flags;
-       void *proto_data;               /* protocol specific private data, to
-diff -urNp linux-2.6.39/include/linux/configfs.h linux-2.6.39/include/linux/configfs.h
---- linux-2.6.39/include/linux/configfs.h      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/linux/configfs.h      2011-05-22 19:36:32.000000000 -0400
-@@ -82,7 +82,7 @@ extern void config_item_put(struct confi
- struct config_item_type {
-       struct module                           *ct_owner;
-       struct configfs_item_operations         *ct_item_ops;
--      struct configfs_group_operations        *ct_group_ops;
-+      const struct configfs_group_operations  *ct_group_ops;
-       struct configfs_attribute               **ct_attrs;
- };
-diff -urNp linux-2.6.39/include/linux/cpuset.h linux-2.6.39/include/linux/cpuset.h
---- linux-2.6.39/include/linux/cpuset.h        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/linux/cpuset.h        2011-05-22 19:36:32.000000000 -0400
+diff -urNp linux-3.0.4/include/linux/cpuset.h linux-3.0.4/include/linux/cpuset.h
+--- linux-3.0.4/include/linux/cpuset.h 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/linux/cpuset.h 2011-08-23 21:47:56.000000000 -0400
 @@ -118,7 +118,7 @@ static inline void put_mems_allowed(void
         * nodemask.
         */
@@ -61833,30 +55052,37 @@ diff -urNp linux-2.6.39/include/linux/cpuset.h linux-2.6.39/include/linux/cpuset
  }
  
  static inline void set_mems_allowed(nodemask_t nodemask)
-diff -urNp linux-2.6.39/include/linux/dca.h linux-2.6.39/include/linux/dca.h
---- linux-2.6.39/include/linux/dca.h   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/linux/dca.h   2011-05-22 19:36:32.000000000 -0400
-@@ -34,7 +34,7 @@ void dca_unregister_notify(struct notifi
- struct dca_provider {
-       struct list_head        node;
--      struct dca_ops          *ops;
-+      const struct dca_ops            *ops;
-       struct device           *cd;
-       int                      id;
- };
-@@ -53,7 +53,7 @@ struct dca_ops {
-       int     (*dev_managed)      (struct dca_provider *, struct device *);
- };
--struct dca_provider *alloc_dca_provider(struct dca_ops *ops, int priv_size);
-+struct dca_provider *alloc_dca_provider(const struct dca_ops *ops, int priv_size);
- void free_dca_provider(struct dca_provider *dca);
- int register_dca_provider(struct dca_provider *dca, struct device *dev);
- void unregister_dca_provider(struct dca_provider *dca, struct device *dev);
-diff -urNp linux-2.6.39/include/linux/decompress/mm.h linux-2.6.39/include/linux/decompress/mm.h
---- linux-2.6.39/include/linux/decompress/mm.h 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/linux/decompress/mm.h 2011-05-22 19:36:33.000000000 -0400
+diff -urNp linux-3.0.4/include/linux/crypto.h linux-3.0.4/include/linux/crypto.h
+--- linux-3.0.4/include/linux/crypto.h 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/linux/crypto.h 2011-08-23 21:47:56.000000000 -0400
+@@ -361,7 +361,7 @@ struct cipher_tfm {
+                         const u8 *key, unsigned int keylen);
+       void (*cit_encrypt_one)(struct crypto_tfm *tfm, u8 *dst, const u8 *src);
+       void (*cit_decrypt_one)(struct crypto_tfm *tfm, u8 *dst, const u8 *src);
+-};
++} __no_const;
+ struct hash_tfm {
+       int (*init)(struct hash_desc *desc);
+@@ -382,13 +382,13 @@ struct compress_tfm {
+       int (*cot_decompress)(struct crypto_tfm *tfm,
+                             const u8 *src, unsigned int slen,
+                             u8 *dst, unsigned int *dlen);
+-};
++} __no_const;
+ struct rng_tfm {
+       int (*rng_gen_random)(struct crypto_rng *tfm, u8 *rdata,
+                             unsigned int dlen);
+       int (*rng_reset)(struct crypto_rng *tfm, u8 *seed, unsigned int slen);
+-};
++} __no_const;
+ #define crt_ablkcipher        crt_u.ablkcipher
+ #define crt_aead      crt_u.aead
+diff -urNp linux-3.0.4/include/linux/decompress/mm.h linux-3.0.4/include/linux/decompress/mm.h
+--- linux-3.0.4/include/linux/decompress/mm.h  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/linux/decompress/mm.h  2011-08-23 21:47:56.000000000 -0400
 @@ -77,7 +77,7 @@ static void free(void *where)
   * warnings when not needed (indeed large_malloc / large_free are not
   * needed by inflate */
@@ -61866,67 +55092,33 @@ diff -urNp linux-2.6.39/include/linux/decompress/mm.h linux-2.6.39/include/linux
  #define free(a) kfree(a)
  
  #define large_malloc(a) vmalloc(a)
-diff -urNp linux-2.6.39/include/linux/dma-mapping.h linux-2.6.39/include/linux/dma-mapping.h
---- linux-2.6.39/include/linux/dma-mapping.h   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/linux/dma-mapping.h   2011-05-22 19:36:33.000000000 -0400
-@@ -16,40 +16,40 @@ enum dma_data_direction {
- };
- struct dma_map_ops {
--      void* (*alloc_coherent)(struct device *dev, size_t size,
-+      void* (* const alloc_coherent)(struct device *dev, size_t size,
-                               dma_addr_t *dma_handle, gfp_t gfp);
--      void (*free_coherent)(struct device *dev, size_t size,
-+      void (* const free_coherent)(struct device *dev, size_t size,
-                             void *vaddr, dma_addr_t dma_handle);
--      dma_addr_t (*map_page)(struct device *dev, struct page *page,
-+      dma_addr_t (* const map_page)(struct device *dev, struct page *page,
-                              unsigned long offset, size_t size,
-                              enum dma_data_direction dir,
-                              struct dma_attrs *attrs);
--      void (*unmap_page)(struct device *dev, dma_addr_t dma_handle,
-+      void (* const unmap_page)(struct device *dev, dma_addr_t dma_handle,
-                          size_t size, enum dma_data_direction dir,
-                          struct dma_attrs *attrs);
--      int (*map_sg)(struct device *dev, struct scatterlist *sg,
-+      int (* const map_sg)(struct device *dev, struct scatterlist *sg,
-                     int nents, enum dma_data_direction dir,
-                     struct dma_attrs *attrs);
--      void (*unmap_sg)(struct device *dev,
-+      void (* const unmap_sg)(struct device *dev,
-                        struct scatterlist *sg, int nents,
-                        enum dma_data_direction dir,
-                        struct dma_attrs *attrs);
--      void (*sync_single_for_cpu)(struct device *dev,
-+      void (* const sync_single_for_cpu)(struct device *dev,
-                                   dma_addr_t dma_handle, size_t size,
-                                   enum dma_data_direction dir);
--      void (*sync_single_for_device)(struct device *dev,
-+      void (* const sync_single_for_device)(struct device *dev,
-                                      dma_addr_t dma_handle, size_t size,
-                                      enum dma_data_direction dir);
--      void (*sync_sg_for_cpu)(struct device *dev,
-+      void (* const sync_sg_for_cpu)(struct device *dev,
-                               struct scatterlist *sg, int nents,
-                               enum dma_data_direction dir);
--      void (*sync_sg_for_device)(struct device *dev,
-+      void (* const sync_sg_for_device)(struct device *dev,
-                                  struct scatterlist *sg, int nents,
-                                  enum dma_data_direction dir);
--      int (*mapping_error)(struct device *dev, dma_addr_t dma_addr);
--      int (*dma_supported)(struct device *dev, u64 mask);
--      int (*set_dma_mask)(struct device *dev, u64 mask);
--      int is_phys;
-+      int (* const mapping_error)(struct device *dev, dma_addr_t dma_addr);
-+      int (* const dma_supported)(struct device *dev, u64 mask);
-+      int (* set_dma_mask)(struct device *dev, u64 mask);
-+      const int is_phys;
- };
+diff -urNp linux-3.0.4/include/linux/dma-mapping.h linux-3.0.4/include/linux/dma-mapping.h
+--- linux-3.0.4/include/linux/dma-mapping.h    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/linux/dma-mapping.h    2011-08-26 19:49:56.000000000 -0400
+@@ -50,7 +50,7 @@ struct dma_map_ops {
+       int (*dma_supported)(struct device *dev, u64 mask);
+       int (*set_dma_mask)(struct device *dev, u64 mask);
+       int is_phys;
+-};
++} __do_const;
  
  #define DMA_BIT_MASK(n)       (((n) == 64) ? ~0ULL : ((1ULL<<(n))-1))
-diff -urNp linux-2.6.39/include/linux/elf.h linux-2.6.39/include/linux/elf.h
---- linux-2.6.39/include/linux/elf.h   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/linux/elf.h   2011-05-22 19:36:33.000000000 -0400
+diff -urNp linux-3.0.4/include/linux/efi.h linux-3.0.4/include/linux/efi.h
+--- linux-3.0.4/include/linux/efi.h    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/linux/efi.h    2011-08-23 21:47:56.000000000 -0400
+@@ -410,7 +410,7 @@ struct efivar_operations {
+       efi_get_variable_t *get_variable;
+       efi_get_next_variable_t *get_next_variable;
+       efi_set_variable_t *set_variable;
+-};
++} __no_const;
+ struct efivars {
+       /*
+diff -urNp linux-3.0.4/include/linux/elf.h linux-3.0.4/include/linux/elf.h
+--- linux-3.0.4/include/linux/elf.h    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/linux/elf.h    2011-08-23 21:47:56.000000000 -0400
 @@ -49,6 +49,17 @@ typedef __s64       Elf64_Sxword;
  #define PT_GNU_EH_FRAME               0x6474e550
  
@@ -61983,7 +55175,7 @@ diff -urNp linux-2.6.39/include/linux/elf.h linux-2.6.39/include/linux/elf.h
  #define       ELFMAG0         0x7f            /* EI_MAG */
  #define       ELFMAG1         'E'
  #define       ELFMAG2         'L'
-@@ -421,6 +449,7 @@ extern Elf32_Dyn _DYNAMIC [];
+@@ -422,6 +450,7 @@ extern Elf32_Dyn _DYNAMIC [];
  #define elf_note      elf32_note
  #define elf_addr_t    Elf32_Off
  #define Elf_Half      Elf32_Half
@@ -61991,7 +55183,7 @@ diff -urNp linux-2.6.39/include/linux/elf.h linux-2.6.39/include/linux/elf.h
  
  #else
  
-@@ -431,6 +460,7 @@ extern Elf64_Dyn _DYNAMIC [];
+@@ -432,6 +461,7 @@ extern Elf64_Dyn _DYNAMIC [];
  #define elf_note      elf64_note
  #define elf_addr_t    Elf64_Off
  #define Elf_Half      Elf64_Half
@@ -61999,23 +55191,23 @@ diff -urNp linux-2.6.39/include/linux/elf.h linux-2.6.39/include/linux/elf.h
  
  #endif
  
-diff -urNp linux-2.6.39/include/linux/enclosure.h linux-2.6.39/include/linux/enclosure.h
---- linux-2.6.39/include/linux/enclosure.h     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/linux/enclosure.h     2011-05-22 19:36:33.000000000 -0400
-@@ -98,7 +98,7 @@ struct enclosure_device {
-       void *scratch;
-       struct list_head node;
-       struct device edev;
--      struct enclosure_component_callbacks *cb;
-+      const struct enclosure_component_callbacks *cb;
-       int components;
-       struct enclosure_component component[0];
+diff -urNp linux-3.0.4/include/linux/firewire.h linux-3.0.4/include/linux/firewire.h
+--- linux-3.0.4/include/linux/firewire.h       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/linux/firewire.h       2011-08-23 21:47:56.000000000 -0400
+@@ -428,7 +428,7 @@ struct fw_iso_context {
+       union {
+               fw_iso_callback_t sc;
+               fw_iso_mc_callback_t mc;
+-      } callback;
++      } __no_const callback;
+       void *callback_data;
  };
-diff -urNp linux-2.6.39/include/linux/fscache-cache.h linux-2.6.39/include/linux/fscache-cache.h
---- linux-2.6.39/include/linux/fscache-cache.h 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/linux/fscache-cache.h 2011-05-22 19:36:33.000000000 -0400
-@@ -113,7 +113,7 @@ struct fscache_operation {
- #endif
+diff -urNp linux-3.0.4/include/linux/fscache-cache.h linux-3.0.4/include/linux/fscache-cache.h
+--- linux-3.0.4/include/linux/fscache-cache.h  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/linux/fscache-cache.h  2011-08-23 21:47:56.000000000 -0400
+@@ -102,7 +102,7 @@ struct fscache_operation {
+       fscache_operation_release_t release;
  };
  
 -extern atomic_t fscache_op_debug_id;
@@ -62023,7 +55215,7 @@ diff -urNp linux-2.6.39/include/linux/fscache-cache.h linux-2.6.39/include/linux
  extern void fscache_op_work_func(struct work_struct *work);
  
  extern void fscache_enqueue_operation(struct fscache_operation *);
-@@ -133,7 +133,7 @@ static inline void fscache_operation_ini
+@@ -122,7 +122,7 @@ static inline void fscache_operation_ini
  {
        INIT_WORK(&op->work, fscache_op_work_func);
        atomic_set(&op->usage, 1);
@@ -62032,10 +55224,10 @@ diff -urNp linux-2.6.39/include/linux/fscache-cache.h linux-2.6.39/include/linux
        op->processor = processor;
        op->release = release;
        INIT_LIST_HEAD(&op->pend_link);
-diff -urNp linux-2.6.39/include/linux/fs.h linux-2.6.39/include/linux/fs.h
---- linux-2.6.39/include/linux/fs.h    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/linux/fs.h    2011-05-22 19:41:42.000000000 -0400
-@@ -108,6 +108,11 @@ struct inodes_stat_t {
+diff -urNp linux-3.0.4/include/linux/fs.h linux-3.0.4/include/linux/fs.h
+--- linux-3.0.4/include/linux/fs.h     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/linux/fs.h     2011-08-26 19:49:56.000000000 -0400
+@@ -109,6 +109,11 @@ struct inodes_stat_t {
  /* File was opened by fanotify and shouldn't generate fanotify events */
  #define FMODE_NONOTIFY                ((__force fmode_t)0x1000000)
  
@@ -62047,148 +55239,31 @@ diff -urNp linux-2.6.39/include/linux/fs.h linux-2.6.39/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
-@@ -575,41 +580,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 *);
-+      int (* const writepage)(struct page *page, struct writeback_control *wbc);
-+      int (* const readpage)(struct file *, 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);
--      void (*freepage)(struct page *);
--      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);
-+      void (* const freepage)(struct page *);
-+      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 *);
- };
- extern const struct address_space_operations empty_aops;
-@@ -1060,17 +1065,17 @@ 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_release_private)(struct file_lock *);
--      void (*fl_break)(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_release_private)(struct file_lock *);
-+      void (* const fl_break)(struct file_lock *);
-+      int (* const fl_change)(struct file_lock **, int);
- };
- struct lock_manager {
-@@ -1611,31 +1616,31 @@ extern ssize_t vfs_writev(struct file *,
-               unsigned long, 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 *, struct writeback_control *wbc);
--      int (*drop_inode) (struct inode *);
--      void (*evict_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 (*umount_begin) (struct super_block *);
--
--      int (*show_options)(struct seq_file *, struct vfsmount *);
--      int (*show_devname)(struct seq_file *, struct vfsmount *);
--      int (*show_path)(struct seq_file *, struct vfsmount *);
--      int (*show_stats)(struct seq_file *, struct vfsmount *);
-+      void (* const dirty_inode) (struct inode *);
-+      int (* const write_inode) (struct inode *, struct writeback_control *wbc);
-+      int (* const drop_inode) (struct inode *);
-+      void (* const evict_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 umount_begin) (struct super_block *);
-+
-+      int (* const show_options)(struct seq_file *, struct vfsmount *);
-+      int (* const show_devname)(struct seq_file *, struct vfsmount *);
-+      int (* const show_path)(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);
- };
+@@ -1571,7 +1576,8 @@ struct file_operations {
+       int (*setlease)(struct file *, long, struct file_lock **);
+       long (*fallocate)(struct file *file, int mode, loff_t offset,
+                         loff_t len);
+-};
++} __do_const;
++typedef struct file_operations __no_const file_operations_no_const;
+ #define IPERM_FLAG_RCU        0x0001
+diff -urNp linux-3.0.4/include/linux/fsnotify.h linux-3.0.4/include/linux/fsnotify.h
+--- linux-3.0.4/include/linux/fsnotify.h       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/linux/fsnotify.h       2011-08-24 18:10:29.000000000 -0400
+@@ -314,7 +314,7 @@ static inline void fsnotify_change(struc
+  */
+ static inline const unsigned char *fsnotify_oldname_init(const unsigned char *name)
+ {
+-      return kstrdup(name, GFP_KERNEL);
++      return (const unsigned char *)kstrdup((const char *)name, GFP_KERNEL);
+ }
  
  /*
-diff -urNp linux-2.6.39/include/linux/fs_struct.h linux-2.6.39/include/linux/fs_struct.h
---- linux-2.6.39/include/linux/fs_struct.h     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/linux/fs_struct.h     2011-05-22 19:36:33.000000000 -0400
+diff -urNp linux-3.0.4/include/linux/fs_struct.h linux-3.0.4/include/linux/fs_struct.h
+--- linux-3.0.4/include/linux/fs_struct.h      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/linux/fs_struct.h      2011-08-23 21:47:56.000000000 -0400
 @@ -6,7 +6,7 @@
  #include <linux/seqlock.h>
  
@@ -62198,10 +55273,19 @@ diff -urNp linux-2.6.39/include/linux/fs_struct.h linux-2.6.39/include/linux/fs_
        spinlock_t lock;
        seqcount_t seq;
        int umask;
-diff -urNp linux-2.6.39/include/linux/ftrace_event.h linux-2.6.39/include/linux/ftrace_event.h
---- linux-2.6.39/include/linux/ftrace_event.h  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/linux/ftrace_event.h  2011-05-22 19:36:33.000000000 -0400
-@@ -235,7 +235,7 @@ extern int trace_define_field(struct ftr
+diff -urNp linux-3.0.4/include/linux/ftrace_event.h linux-3.0.4/include/linux/ftrace_event.h
+--- linux-3.0.4/include/linux/ftrace_event.h   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/linux/ftrace_event.h   2011-08-23 21:47:56.000000000 -0400
+@@ -96,7 +96,7 @@ struct trace_event_functions {
+       trace_print_func        raw;
+       trace_print_func        hex;
+       trace_print_func        binary;
+-};
++} __no_const;
+ struct trace_event {
+       struct hlist_node               node;
+@@ -247,7 +247,7 @@ extern int trace_define_field(struct ftr
  extern int trace_add_event_call(struct ftrace_event_call *call);
  extern void trace_remove_event_call(struct ftrace_event_call *call);
  
@@ -62210,22 +55294,10 @@ diff -urNp linux-2.6.39/include/linux/ftrace_event.h linux-2.6.39/include/linux/
  
  int trace_set_clr_event(const char *system, const char *event, int set);
  
-diff -urNp linux-2.6.39/include/linux/ftrace.h linux-2.6.39/include/linux/ftrace.h
---- linux-2.6.39/include/linux/ftrace.h        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/linux/ftrace.h        2011-05-22 19:36:33.000000000 -0400
-@@ -140,7 +140,7 @@ extern void
- unregister_ftrace_function_probe(char *glob, struct ftrace_probe_ops *ops,
-                               void *data);
- extern void
--unregister_ftrace_function_probe_func(char *glob, struct ftrace_probe_ops *ops);
-+unregister_ftrace_function_probe_func(char *glob, const struct ftrace_probe_ops *ops);
- extern void unregister_ftrace_function_probe_all(char *glob);
- extern int ftrace_text_reserved(void *start, void *end);
-diff -urNp linux-2.6.39/include/linux/genhd.h linux-2.6.39/include/linux/genhd.h
---- linux-2.6.39/include/linux/genhd.h 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/linux/genhd.h 2011-05-22 19:36:33.000000000 -0400
-@@ -183,7 +183,7 @@ struct gendisk {
+diff -urNp linux-3.0.4/include/linux/genhd.h linux-3.0.4/include/linux/genhd.h
+--- linux-3.0.4/include/linux/genhd.h  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/linux/genhd.h  2011-08-23 21:47:56.000000000 -0400
+@@ -184,7 +184,7 @@ struct gendisk {
        struct kobject *slave_dir;
  
        struct timer_rand_state *random;
@@ -62234,9 +55306,9 @@ diff -urNp linux-2.6.39/include/linux/genhd.h linux-2.6.39/include/linux/genhd.h
        struct disk_events *ev;
  #ifdef  CONFIG_BLK_DEV_INTEGRITY
        struct blk_integrity *integrity;
-diff -urNp linux-2.6.39/include/linux/gracl.h linux-2.6.39/include/linux/gracl.h
---- linux-2.6.39/include/linux/gracl.h 1969-12-31 19:00:00.000000000 -0500
-+++ linux-2.6.39/include/linux/gracl.h 2011-05-22 19:41:42.000000000 -0400
+diff -urNp linux-3.0.4/include/linux/gracl.h linux-3.0.4/include/linux/gracl.h
+--- linux-3.0.4/include/linux/gracl.h  1969-12-31 19:00:00.000000000 -0500
++++ linux-3.0.4/include/linux/gracl.h  2011-08-23 21:48:14.000000000 -0400
 @@ -0,0 +1,317 @@
 +#ifndef GR_ACL_H
 +#define GR_ACL_H
@@ -62555,9 +55627,9 @@ diff -urNp linux-2.6.39/include/linux/gracl.h linux-2.6.39/include/linux/gracl.h
 +
 +#endif
 +
-diff -urNp linux-2.6.39/include/linux/gralloc.h linux-2.6.39/include/linux/gralloc.h
---- linux-2.6.39/include/linux/gralloc.h       1969-12-31 19:00:00.000000000 -0500
-+++ linux-2.6.39/include/linux/gralloc.h       2011-05-22 19:41:42.000000000 -0400
+diff -urNp linux-3.0.4/include/linux/gralloc.h linux-3.0.4/include/linux/gralloc.h
+--- linux-3.0.4/include/linux/gralloc.h        1969-12-31 19:00:00.000000000 -0500
++++ linux-3.0.4/include/linux/gralloc.h        2011-08-23 21:48:14.000000000 -0400
 @@ -0,0 +1,9 @@
 +#ifndef __GRALLOC_H
 +#define __GRALLOC_H
@@ -62568,10 +55640,10 @@ diff -urNp linux-2.6.39/include/linux/gralloc.h linux-2.6.39/include/linux/grall
 +void *acl_alloc_num(unsigned long num, unsigned long len);
 +
 +#endif
-diff -urNp linux-2.6.39/include/linux/grdefs.h linux-2.6.39/include/linux/grdefs.h
---- linux-2.6.39/include/linux/grdefs.h        1969-12-31 19:00:00.000000000 -0500
-+++ linux-2.6.39/include/linux/grdefs.h        2011-05-22 19:41:42.000000000 -0400
-@@ -0,0 +1,139 @@
+diff -urNp linux-3.0.4/include/linux/grdefs.h linux-3.0.4/include/linux/grdefs.h
+--- linux-3.0.4/include/linux/grdefs.h 1969-12-31 19:00:00.000000000 -0500
++++ linux-3.0.4/include/linux/grdefs.h 2011-08-23 21:48:14.000000000 -0400
+@@ -0,0 +1,140 @@
 +#ifndef GRDEFS_H
 +#define GRDEFS_H
 +
@@ -62661,7 +55733,8 @@ diff -urNp linux-2.6.39/include/linux/grdefs.h linux-2.6.39/include/linux/grdefs
 +      GR_PROCFIND     = 0x00008000,
 +      GR_POVERRIDE    = 0x00010000,
 +      GR_KERNELAUTH   = 0x00020000,
-+      GR_ATSECURE     = 0x00040000
++      GR_ATSECURE     = 0x00040000,
++      GR_SHMEXEC      = 0x00080000
 +};
 +
 +enum {
@@ -62711,9 +55784,9 @@ diff -urNp linux-2.6.39/include/linux/grdefs.h linux-2.6.39/include/linux/grdefs
 +};
 +
 +#endif
-diff -urNp linux-2.6.39/include/linux/grinternal.h linux-2.6.39/include/linux/grinternal.h
---- linux-2.6.39/include/linux/grinternal.h    1969-12-31 19:00:00.000000000 -0500
-+++ linux-2.6.39/include/linux/grinternal.h    2011-05-22 19:41:42.000000000 -0400
+diff -urNp linux-3.0.4/include/linux/grinternal.h linux-3.0.4/include/linux/grinternal.h
+--- linux-3.0.4/include/linux/grinternal.h     1969-12-31 19:00:00.000000000 -0500
++++ linux-3.0.4/include/linux/grinternal.h     2011-09-24 08:43:45.000000000 -0400
 @@ -0,0 +1,219 @@
 +#ifndef __GRINTERNAL_H
 +#define __GRINTERNAL_H
@@ -62763,7 +55836,6 @@ diff -urNp linux-2.6.39/include/linux/grinternal.h linux-2.6.39/include/linux/gr
 +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;
 +extern int grsec_enable_chroot_double;
 +extern int grsec_enable_chroot_pivot;
@@ -62795,6 +55867,7 @@ diff -urNp linux-2.6.39/include/linux/grinternal.h linux-2.6.39/include/linux/gr
 +extern int grsec_resource_logging;
 +extern int grsec_enable_blackhole;
 +extern int grsec_lastack_retries;
++extern int grsec_enable_brute;
 +extern int grsec_lock;
 +
 +extern spinlock_t grsec_alert_lock;
@@ -62839,7 +55912,7 @@ diff -urNp linux-2.6.39/include/linux/grinternal.h linux-2.6.39/include/linux/gr
 +      CAP_TO_MASK(CAP_SYS_PACCT) | CAP_TO_MASK(CAP_SYS_ADMIN) | \
 +      CAP_TO_MASK(CAP_SYS_BOOT) | CAP_TO_MASK(CAP_SYS_TIME) | \
 +      CAP_TO_MASK(CAP_NET_RAW) | CAP_TO_MASK(CAP_SYS_TTY_CONFIG) | \
-+      CAP_TO_MASK(CAP_IPC_OWNER) , 0 }}
++      CAP_TO_MASK(CAP_IPC_OWNER) , CAP_TO_MASK(CAP_SYSLOG) }}
 +
 +#define security_learn(normal_msg,args...) \
 +({ \
@@ -62934,9 +56007,9 @@ diff -urNp linux-2.6.39/include/linux/grinternal.h linux-2.6.39/include/linux/gr
 +#endif
 +
 +#endif
-diff -urNp linux-2.6.39/include/linux/grmsg.h linux-2.6.39/include/linux/grmsg.h
---- linux-2.6.39/include/linux/grmsg.h 1969-12-31 19:00:00.000000000 -0500
-+++ linux-2.6.39/include/linux/grmsg.h 2011-05-22 19:41:42.000000000 -0400
+diff -urNp linux-3.0.4/include/linux/grmsg.h linux-3.0.4/include/linux/grmsg.h
+--- linux-3.0.4/include/linux/grmsg.h  1969-12-31 19:00:00.000000000 -0500
++++ linux-3.0.4/include/linux/grmsg.h  2011-09-14 09:16:54.000000000 -0400
 @@ -0,0 +1,108 @@
 +#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:%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"
@@ -62971,7 +56044,6 @@ diff -urNp linux-2.6.39/include/linux/grmsg.h linux-2.6.39/include/linux/grmsg.h
 +#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 "
 +#define GR_EXEC_TPE_MSG "denied untrusted exec of %.950s by "
 +#define GR_SEGVSTART_ACL_MSG "possible exploit bruteforcing on " DEFAULTSECMSG " banning uid %u from login for %lu seconds"
@@ -63031,6 +56103,7 @@ diff -urNp linux-2.6.39/include/linux/grmsg.h linux-2.6.39/include/linux/grmsg.h
 +#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_CAP_CHROOT_MSG "use of %s in chroot denied for "
 +#define GR_CAP_ACL_MSG2 "use of %s permitted for "
 +#define GR_USRCHANGE_ACL_MSG "change to uid %u denied for "
 +#define GR_GRPCHANGE_ACL_MSG "change to gid %u denied for "
@@ -63046,19 +56119,21 @@ diff -urNp linux-2.6.39/include/linux/grmsg.h linux-2.6.39/include/linux/grmsg.h
 +#define GR_VM86_MSG "denied use of vm86 by "
 +#define GR_PTRACE_AUDIT_MSG "process %.950s(%.16s:%d) attached to via ptrace by "
 +#define GR_INIT_TRANSFER_MSG "persistent special role transferred privilege to init by "
-diff -urNp linux-2.6.39/include/linux/grsecurity.h linux-2.6.39/include/linux/grsecurity.h
---- linux-2.6.39/include/linux/grsecurity.h    1969-12-31 19:00:00.000000000 -0500
-+++ linux-2.6.39/include/linux/grsecurity.h    2011-05-22 19:41:42.000000000 -0400
-@@ -0,0 +1,212 @@
+diff -urNp linux-3.0.4/include/linux/grsecurity.h linux-3.0.4/include/linux/grsecurity.h
+--- linux-3.0.4/include/linux/grsecurity.h     1969-12-31 19:00:00.000000000 -0500
++++ linux-3.0.4/include/linux/grsecurity.h     2011-09-14 09:16:54.000000000 -0400
+@@ -0,0 +1,226 @@
 +#ifndef GR_SECURITY_H
 +#define GR_SECURITY_H
 +#include <linux/fs.h>
 +#include <linux/fs_struct.h>
 +#include <linux/binfmts.h>
 +#include <linux/gracl.h>
-+#include <linux/compat.h>
 +
 +/* notify of brain-dead configs */
++#if defined(CONFIG_GRKERNSEC_PROC_USER) && defined(CONFIG_GRKERNSEC_PROC_USERGROUP)
++#error "CONFIG_GRKERNSEC_PROC_USER and CONFIG_GRKERNSEC_PROC_USERGROUP cannot both be enabled."
++#endif
 +#if defined(CONFIG_PAX_NOEXEC) && !defined(CONFIG_PAX_PAGEEXEC) && !defined(CONFIG_PAX_SEGMEXEC) && !defined(CONFIG_PAX_KERNEXEC)
 +#error "CONFIG_PAX_NOEXEC enabled, but PAGEEXEC, SEGMEXEC, and KERNEXEC are disabled."
 +#endif
@@ -63075,6 +56150,20 @@ diff -urNp linux-2.6.39/include/linux/grsecurity.h linux-2.6.39/include/linux/gr
 +#error "CONFIG_PAX enabled, but no PaX options are enabled."
 +#endif
 +
++#include <linux/compat.h>
++
++struct user_arg_ptr {
++#ifdef CONFIG_COMPAT
++      bool is_compat;
++#endif
++      union {
++              const char __user *const __user *native;
++#ifdef CONFIG_COMPAT
++              compat_uptr_t __user *compat;
++#endif
++      } ptr;
++};
++
 +void gr_handle_brute_attach(struct task_struct *p, unsigned long mm_flags);
 +void gr_handle_brute_check(void);
 +void gr_handle_kernel_exploit(void);
@@ -63098,7 +56187,6 @@ diff -urNp linux-2.6.39/include/linux/grsecurity.h linux-2.6.39/include/linux/gr
 +int gr_chroot_fchdir(struct dentry *u_dentry, struct vfsmount *u_mnt);
 +int gr_handle_chroot_chroot(const struct dentry *dentry,
 +                                 const struct vfsmount *mnt);
-+int gr_handle_chroot_caps(struct path *path);
 +void gr_handle_chroot_chdir(struct path *path);
 +int gr_handle_chroot_chmod(const struct dentry *dentry,
 +                                const struct vfsmount *mnt, const int mode);
@@ -63108,10 +56196,9 @@ diff -urNp linux-2.6.39/include/linux/grsecurity.h linux-2.6.39/include/linux/gr
 +                                const struct vfsmount *mnt,
 +                                const char *dev_name);
 +int gr_handle_chroot_pivot(void);
-+int gr_handle_chroot_unix(struct pid *pid);
++int gr_handle_chroot_unix(const pid_t pid);
 +
 +int gr_handle_rawio(const struct inode *inode);
-+int gr_handle_nproc(void);
 +
 +void gr_handle_ioperm(void);
 +void gr_handle_iopl(void);
@@ -63128,10 +56215,7 @@ diff -urNp linux-2.6.39/include/linux/grsecurity.h linux-2.6.39/include/linux/gr
 +                       const struct vfsmount *mnt);
 +void gr_log_chroot_exec(const struct dentry *dentry,
 +                             const struct vfsmount *mnt);
-+void gr_handle_exec_args(struct linux_binprm *bprm, const char __user *const __user *argv);
-+#ifdef CONFIG_COMPAT
-+void gr_handle_exec_args_compat(struct linux_binprm *bprm, compat_uptr_t __user *argv);
-+#endif
++void gr_handle_exec_args(struct linux_binprm *bprm, struct user_arg_ptr argv);
 +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);
@@ -63259,12 +56343,15 @@ diff -urNp linux-2.6.39/include/linux/grsecurity.h linux-2.6.39/include/linux/gr
 +
 +extern int grsec_enable_dmesg;
 +extern int grsec_disable_privio;
++#ifdef CONFIG_GRKERNSEC_CHROOT_FINDTASK
++extern int grsec_enable_chroot_findtask;
++#endif
 +#endif
 +
 +#endif
-diff -urNp linux-2.6.39/include/linux/grsock.h linux-2.6.39/include/linux/grsock.h
---- linux-2.6.39/include/linux/grsock.h        1969-12-31 19:00:00.000000000 -0500
-+++ linux-2.6.39/include/linux/grsock.h        2011-05-22 19:41:42.000000000 -0400
+diff -urNp linux-3.0.4/include/linux/grsock.h linux-3.0.4/include/linux/grsock.h
+--- linux-3.0.4/include/linux/grsock.h 1969-12-31 19:00:00.000000000 -0500
++++ linux-3.0.4/include/linux/grsock.h 2011-08-23 21:48:14.000000000 -0400
 @@ -0,0 +1,19 @@
 +#ifndef __GRSOCK_H
 +#define __GRSOCK_H
@@ -63285,9 +56372,21 @@ diff -urNp linux-2.6.39/include/linux/grsock.h linux-2.6.39/include/linux/grsock
 +                          const int protocol);
 +
 +#endif
-diff -urNp linux-2.6.39/include/linux/highmem.h linux-2.6.39/include/linux/highmem.h
---- linux-2.6.39/include/linux/highmem.h       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/linux/highmem.h       2011-05-22 19:36:33.000000000 -0400
+diff -urNp linux-3.0.4/include/linux/hid.h linux-3.0.4/include/linux/hid.h
+--- linux-3.0.4/include/linux/hid.h    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/linux/hid.h    2011-08-23 21:47:56.000000000 -0400
+@@ -675,7 +675,7 @@ struct hid_ll_driver {
+                       unsigned int code, int value);
+       int (*parse)(struct hid_device *hdev);
+-};
++} __no_const;
+ #define       PM_HINT_FULLON  1<<5
+ #define PM_HINT_NORMAL        1<<1
+diff -urNp linux-3.0.4/include/linux/highmem.h linux-3.0.4/include/linux/highmem.h
+--- linux-3.0.4/include/linux/highmem.h        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/linux/highmem.h        2011-08-23 21:47:56.000000000 -0400
 @@ -185,6 +185,18 @@ static inline void clear_highpage(struct
        kunmap_atomic(kaddr, KM_USER0);
  }
@@ -63307,9 +56406,20 @@ diff -urNp linux-2.6.39/include/linux/highmem.h linux-2.6.39/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.39/include/linux/i2o.h linux-2.6.39/include/linux/i2o.h
---- linux-2.6.39/include/linux/i2o.h   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/linux/i2o.h   2011-05-22 19:36:33.000000000 -0400
+diff -urNp linux-3.0.4/include/linux/i2c.h linux-3.0.4/include/linux/i2c.h
+--- linux-3.0.4/include/linux/i2c.h    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/linux/i2c.h    2011-08-23 21:47:56.000000000 -0400
+@@ -346,6 +346,7 @@ struct i2c_algorithm {
+       /* To determine what the adapter supports */
+       u32 (*functionality) (struct i2c_adapter *);
+ };
++typedef struct i2c_algorithm __no_const i2c_algorithm_no_const;
+ /*
+  * i2c_adapter is the structure used to identify a physical i2c bus along
+diff -urNp linux-3.0.4/include/linux/i2o.h linux-3.0.4/include/linux/i2o.h
+--- linux-3.0.4/include/linux/i2o.h    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/linux/i2o.h    2011-08-23 21:47:56.000000000 -0400
 @@ -564,7 +564,7 @@ struct i2o_controller {
        struct i2o_device *exec;        /* Executive */
  #if BITS_PER_LONG == 64
@@ -63319,21 +56429,9 @@ diff -urNp linux-2.6.39/include/linux/i2o.h linux-2.6.39/include/linux/i2o.h
        struct list_head context_list;  /* list of context id's
                                           and pointers */
  #endif
-diff -urNp linux-2.6.39/include/linux/if_phonet.h linux-2.6.39/include/linux/if_phonet.h
---- linux-2.6.39/include/linux/if_phonet.h     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/linux/if_phonet.h     2011-05-22 19:36:33.000000000 -0400
-@@ -13,7 +13,7 @@
- #define PHONET_DEV_MTU                PHONET_MAX_MTU
- #ifdef __KERNEL__
--extern struct header_ops phonet_header_ops;
-+extern const struct header_ops phonet_header_ops;
- #endif
- #endif
-diff -urNp linux-2.6.39/include/linux/init.h linux-2.6.39/include/linux/init.h
---- linux-2.6.39/include/linux/init.h  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/linux/init.h  2011-05-22 19:36:33.000000000 -0400
+diff -urNp linux-3.0.4/include/linux/init.h linux-3.0.4/include/linux/init.h
+--- linux-3.0.4/include/linux/init.h   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/linux/init.h   2011-08-23 21:47:56.000000000 -0400
 @@ -293,13 +293,13 @@ void __init parse_early_options(char *cm
  
  /* Each module must use one module_init(). */
@@ -63350,11 +56448,11 @@ diff -urNp linux-2.6.39/include/linux/init.h linux-2.6.39/include/linux/init.h
        { return exitfn; }                                      \
        void cleanup_module(void) __attribute__((alias(#exitfn)));
  
-diff -urNp linux-2.6.39/include/linux/init_task.h linux-2.6.39/include/linux/init_task.h
---- linux-2.6.39/include/linux/init_task.h     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/linux/init_task.h     2011-05-22 19:36:33.000000000 -0400
-@@ -83,6 +83,12 @@ extern struct group_info init_groups;
- #define INIT_IDS
+diff -urNp linux-3.0.4/include/linux/init_task.h linux-3.0.4/include/linux/init_task.h
+--- linux-3.0.4/include/linux/init_task.h      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/linux/init_task.h      2011-08-23 21:47:56.000000000 -0400
+@@ -126,6 +126,12 @@ extern struct cred init_cred;
+ # define INIT_PERF_EVENTS(tsk)
  #endif
  
 +#ifdef CONFIG_X86
@@ -63364,9 +56462,9 @@ diff -urNp linux-2.6.39/include/linux/init_task.h linux-2.6.39/include/linux/ini
 +#endif
 +
  /*
-  * Because of the reduced scope of CAP_SETPCAP when filesystem
-  * capabilities are in effect, it is safe to allow CAP_SETPCAP to
-@@ -163,6 +169,7 @@ extern struct cred init_cred;
+  *  INIT_TASK is used to set up the first task table, touch at
+  * your own risk!. Base=0, limit=0x1fffff (=2MB)
+@@ -164,6 +170,7 @@ extern struct cred init_cred;
        RCU_INIT_POINTER(.cred, &init_cred),                            \
        .comm           = "swapper",                                    \
        .thread         = INIT_THREAD,                                  \
@@ -63374,9 +56472,21 @@ diff -urNp linux-2.6.39/include/linux/init_task.h linux-2.6.39/include/linux/ini
        .fs             = &init_fs,                                     \
        .files          = &init_files,                                  \
        .signal         = &init_signals,                                \
-diff -urNp linux-2.6.39/include/linux/interrupt.h linux-2.6.39/include/linux/interrupt.h
---- linux-2.6.39/include/linux/interrupt.h     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/linux/interrupt.h     2011-05-22 19:36:33.000000000 -0400
+diff -urNp linux-3.0.4/include/linux/intel-iommu.h linux-3.0.4/include/linux/intel-iommu.h
+--- linux-3.0.4/include/linux/intel-iommu.h    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/linux/intel-iommu.h    2011-08-23 21:47:56.000000000 -0400
+@@ -296,7 +296,7 @@ struct iommu_flush {
+                             u8 fm, u64 type);
+       void (*flush_iotlb)(struct intel_iommu *iommu, u16 did, u64 addr,
+                           unsigned int size_order, u64 type);
+-};
++} __no_const;
+ enum {
+       SR_DMAR_FECTL_REG,
+diff -urNp linux-3.0.4/include/linux/interrupt.h linux-3.0.4/include/linux/interrupt.h
+--- linux-3.0.4/include/linux/interrupt.h      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/linux/interrupt.h      2011-08-23 21:47:56.000000000 -0400
 @@ -422,7 +422,7 @@ enum
  /* map softirq index to softirq name. update 'softirq_to_name' in
   * kernel/softirq.c when adding a new softirq.
@@ -63401,33 +56511,9 @@ diff -urNp linux-2.6.39/include/linux/interrupt.h linux-2.6.39/include/linux/int
  extern void softirq_init(void);
  static inline void __raise_softirq_irqoff(unsigned int nr)
  {
-diff -urNp linux-2.6.39/include/linux/iommu.h linux-2.6.39/include/linux/iommu.h
---- linux-2.6.39/include/linux/iommu.h 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/linux/iommu.h 2011-05-22 19:36:33.000000000 -0400
-@@ -49,7 +49,7 @@ struct iommu_ops {
- #ifdef CONFIG_IOMMU_API
--extern void register_iommu(struct iommu_ops *ops);
-+extern void register_iommu(const struct iommu_ops *ops);
- extern bool iommu_found(void);
- extern struct iommu_domain *iommu_domain_alloc(void);
- extern void iommu_domain_free(struct iommu_domain *domain);
-diff -urNp linux-2.6.39/include/linux/ipmi.h linux-2.6.39/include/linux/ipmi.h
---- linux-2.6.39/include/linux/ipmi.h  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/linux/ipmi.h  2011-05-22 19:36:33.000000000 -0400
-@@ -282,7 +282,7 @@ struct ipmi_user_hndl {
- /* Create a new user of the IPMI layer on the given interface number. */
- int ipmi_create_user(unsigned int          if_num,
--                   struct ipmi_user_hndl *handler,
-+                   const struct ipmi_user_hndl *handler,
-                    void                  *handler_data,
-                    ipmi_user_t           *user);
-diff -urNp linux-2.6.39/include/linux/kallsyms.h linux-2.6.39/include/linux/kallsyms.h
---- linux-2.6.39/include/linux/kallsyms.h      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/linux/kallsyms.h      2011-05-22 22:52:54.000000000 -0400
+diff -urNp linux-3.0.4/include/linux/kallsyms.h linux-3.0.4/include/linux/kallsyms.h
+--- linux-3.0.4/include/linux/kallsyms.h       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/linux/kallsyms.h       2011-08-23 21:48:14.000000000 -0400
 @@ -15,7 +15,8 @@
  
  struct module;
@@ -63455,9 +56541,9 @@ diff -urNp linux-2.6.39/include/linux/kallsyms.h linux-2.6.39/include/linux/kall
  
  /* This macro allows us to keep printk typechecking */
  static void __check_printsym_format(const char *fmt, ...)
-diff -urNp linux-2.6.39/include/linux/kgdb.h linux-2.6.39/include/linux/kgdb.h
---- linux-2.6.39/include/linux/kgdb.h  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/linux/kgdb.h  2011-05-22 19:36:33.000000000 -0400
+diff -urNp linux-3.0.4/include/linux/kgdb.h linux-3.0.4/include/linux/kgdb.h
+--- linux-3.0.4/include/linux/kgdb.h   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/linux/kgdb.h   2011-08-26 19:49:56.000000000 -0400
 @@ -53,7 +53,7 @@ extern int kgdb_connected;
  extern int kgdb_io_module_registered;
  
@@ -63467,43 +56553,28 @@ diff -urNp linux-2.6.39/include/linux/kgdb.h linux-2.6.39/include/linux/kgdb.h
  
  extern struct task_struct     *kgdb_usethread;
  extern struct task_struct     *kgdb_contthread;
-@@ -269,22 +269,22 @@ 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);
-       int                     is_console;
- };
--extern struct kgdb_arch               arch_kgdb_ops;
-+extern const struct kgdb_arch arch_kgdb_ops;
+@@ -251,7 +251,7 @@ struct kgdb_arch {
+       void    (*disable_hw_break)(struct pt_regs *regs);
+       void    (*remove_all_hw_break)(void);
+       void    (*correct_hw_break)(void);
+-};
++} __do_const;
  
- extern unsigned long __weak kgdb_arch_pc(int exception, struct pt_regs *regs);
+ /**
+  * struct kgdb_io - Describe the interface for an I/O driver to talk with KGDB.
+@@ -276,7 +276,7 @@ struct kgdb_io {
+       void                    (*pre_exception) (void);
+       void                    (*post_exception) (void);
+       int                     is_console;
+-};
++} __do_const;
  
--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 struct kgdb_io *dbg_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 const struct kgdb_io *dbg_io_ops;
+ extern struct kgdb_arch               arch_kgdb_ops;
  
- extern int kgdb_hex2long(char **ptr, unsigned long *long_val);
- extern char *kgdb_mem2hex(char *mem, char *buf, int count);
-diff -urNp linux-2.6.39/include/linux/kmod.h linux-2.6.39/include/linux/kmod.h
---- linux-2.6.39/include/linux/kmod.h  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/linux/kmod.h  2011-05-22 19:41:42.000000000 -0400
-@@ -33,6 +33,8 @@ extern char modprobe_path[]; /* for sysc
+diff -urNp linux-3.0.4/include/linux/kmod.h linux-3.0.4/include/linux/kmod.h
+--- linux-3.0.4/include/linux/kmod.h   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/linux/kmod.h   2011-08-23 21:48:14.000000000 -0400
+@@ -34,6 +34,8 @@ extern char modprobe_path[]; /* for sysc
   * usually useless though. */
  extern int __request_module(bool wait, const char *name, ...) \
        __attribute__((format(printf, 2, 3)));
@@ -63512,10 +56583,10 @@ diff -urNp linux-2.6.39/include/linux/kmod.h linux-2.6.39/include/linux/kmod.h
  #define request_module(mod...) __request_module(true, mod)
  #define request_module_nowait(mod...) __request_module(false, mod)
  #define try_then_request_module(x, mod...) \
-diff -urNp linux-2.6.39/include/linux/kvm_host.h linux-2.6.39/include/linux/kvm_host.h
---- linux-2.6.39/include/linux/kvm_host.h      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/linux/kvm_host.h      2011-05-22 19:36:33.000000000 -0400
-@@ -302,7 +302,7 @@ void kvm_vcpu_uninit(struct kvm_vcpu *vc
+diff -urNp linux-3.0.4/include/linux/kvm_host.h linux-3.0.4/include/linux/kvm_host.h
+--- linux-3.0.4/include/linux/kvm_host.h       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/linux/kvm_host.h       2011-08-23 21:47:56.000000000 -0400
+@@ -307,7 +307,7 @@ void kvm_vcpu_uninit(struct kvm_vcpu *vc
  void vcpu_load(struct kvm_vcpu *vcpu);
  void vcpu_put(struct kvm_vcpu *vcpu);
  
@@ -63524,7 +56595,7 @@ diff -urNp linux-2.6.39/include/linux/kvm_host.h linux-2.6.39/include/linux/kvm_
                  struct module *module);
  void kvm_exit(void);
  
-@@ -442,7 +442,7 @@ int kvm_arch_vcpu_ioctl_set_guest_debug(
+@@ -446,7 +446,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);
  
@@ -63533,126 +56604,56 @@ diff -urNp linux-2.6.39/include/linux/kvm_host.h linux-2.6.39/include/linux/kvm_
  void kvm_arch_exit(void);
  
  int kvm_arch_vcpu_init(struct kvm_vcpu *vcpu);
-diff -urNp linux-2.6.39/include/linux/lapb.h linux-2.6.39/include/linux/lapb.h
---- linux-2.6.39/include/linux/lapb.h  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/linux/lapb.h  2011-05-22 19:36:33.000000000 -0400
-@@ -44,7 +44,7 @@ struct lapb_parms_struct {
-       unsigned int mode;
- };
+diff -urNp linux-3.0.4/include/linux/libata.h linux-3.0.4/include/linux/libata.h
+--- linux-3.0.4/include/linux/libata.h 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/linux/libata.h 2011-08-26 19:49:56.000000000 -0400
+@@ -899,7 +899,7 @@ struct ata_port_operations {
+        * fields must be pointers.
+        */
+       const struct ata_port_operations        *inherits;
+-};
++} __do_const;
  
--extern int lapb_register(struct net_device *dev, struct lapb_register_struct *callbacks);
-+extern int lapb_register(struct net_device *dev, const struct lapb_register_struct *callbacks);
- extern int lapb_unregister(struct net_device *dev);
- extern int lapb_getparms(struct net_device *dev, struct lapb_parms_struct *parms);
- extern int lapb_setparms(struct net_device *dev, struct lapb_parms_struct *parms);
-diff -urNp linux-2.6.39/include/linux/lcd.h linux-2.6.39/include/linux/lcd.h
---- linux-2.6.39/include/linux/lcd.h   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/linux/lcd.h   2011-05-22 19:36:33.000000000 -0400
-@@ -60,7 +60,7 @@ struct lcd_device {
-          points to something in the body of that driver, it is also invalid. */
-       struct mutex ops_lock;
-       /* If this is NULL, the backing module is unloaded */
--      struct lcd_ops *ops;
-+      const struct lcd_ops *ops;
-       /* Serialise access to set_power method */
-       struct mutex update_lock;
-       /* The framebuffer notifier block */
-@@ -101,7 +101,7 @@ static inline void lcd_set_power(struct 
- }
- extern struct lcd_device *lcd_device_register(const char *name,
--      struct device *parent, void *devdata, struct lcd_ops *ops);
-+      struct device *parent, void *devdata, const struct lcd_ops *ops);
- extern void lcd_device_unregister(struct lcd_device *ld);
- #define to_lcd_device(obj) container_of(obj, struct lcd_device, dev)
-diff -urNp linux-2.6.39/include/linux/libata.h linux-2.6.39/include/linux/libata.h
---- linux-2.6.39/include/linux/libata.h        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/linux/libata.h        2011-05-22 19:36:33.000000000 -0400
-@@ -524,11 +524,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;
+ struct ata_port_info {
        unsigned long           flags;
-       struct mutex            eh_mutex;
-@@ -719,7 +719,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 */
-@@ -907,7 +907,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;
- };
-@@ -931,7 +931,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 *
-@@ -977,7 +977,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_Host *h, struct scsi_cmnd *cmd);
-diff -urNp linux-2.6.39/include/linux/lockd/bind.h linux-2.6.39/include/linux/lockd/bind.h
---- linux-2.6.39/include/linux/lockd/bind.h    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/linux/lockd/bind.h    2011-05-22 19:36:33.000000000 -0400
-@@ -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 *);
- };
--extern struct nlmsvc_binding *        nlmsvc_ops;
-+extern const struct nlmsvc_binding *  nlmsvc_ops;
+diff -urNp linux-3.0.4/include/linux/mca.h linux-3.0.4/include/linux/mca.h
+--- linux-3.0.4/include/linux/mca.h    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/linux/mca.h    2011-08-23 21:47:56.000000000 -0400
+@@ -80,7 +80,7 @@ struct mca_bus_accessor_functions {
+                                                 int region);
+       void *          (*mca_transform_memory)(struct mca_device *,
+                                               void *memory);
+-};
++} __no_const;
+ struct mca_bus {
+       u64                     default_dma_mask;
+diff -urNp linux-3.0.4/include/linux/memory.h linux-3.0.4/include/linux/memory.h
+--- linux-3.0.4/include/linux/memory.h 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/linux/memory.h 2011-08-23 21:47:56.000000000 -0400
+@@ -144,7 +144,7 @@ struct memory_accessor {
+                       size_t count);
+       ssize_t (*write)(struct memory_accessor *, const char *buf,
+                        off_t offset, size_t count);
+-};
++} __no_const;
  
  /*
-  * Similar to nfs_client_initdata, but without the NFS-specific
-diff -urNp linux-2.6.39/include/linux/mfd/abx500.h linux-2.6.39/include/linux/mfd/abx500.h
---- linux-2.6.39/include/linux/mfd/abx500.h    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/linux/mfd/abx500.h    2011-05-22 19:36:33.000000000 -0400
-@@ -227,6 +227,6 @@ struct abx500_ops {
+  * Kernel text modification mutex, used for code patching. Users of this lock
+diff -urNp linux-3.0.4/include/linux/mfd/abx500.h linux-3.0.4/include/linux/mfd/abx500.h
+--- linux-3.0.4/include/linux/mfd/abx500.h     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/linux/mfd/abx500.h     2011-08-23 21:47:56.000000000 -0400
+@@ -234,6 +234,7 @@ struct abx500_ops {
+       int (*event_registers_startup_state_get) (struct device *, u8 *);
        int (*startup_irq_enabled) (struct device *, unsigned int);
  };
++typedef struct abx500_ops __no_const abx500_ops_no_const;
  
--int abx500_register_ops(struct device *core_dev, struct abx500_ops *ops);
-+int abx500_register_ops(struct device *core_dev, const struct abx500_ops *ops);
+ int abx500_register_ops(struct device *core_dev, struct abx500_ops *ops);
  void abx500_remove_ops(struct device *dev);
- #endif
-diff -urNp linux-2.6.39/include/linux/mm.h linux-2.6.39/include/linux/mm.h
---- linux-2.6.39/include/linux/mm.h    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/linux/mm.h    2011-05-22 19:36:33.000000000 -0400
+diff -urNp linux-3.0.4/include/linux/mm.h linux-3.0.4/include/linux/mm.h
+--- linux-3.0.4/include/linux/mm.h     2011-09-02 18:11:21.000000000 -0400
++++ linux-3.0.4/include/linux/mm.h     2011-08-23 21:47:56.000000000 -0400
 @@ -113,7 +113,14 @@ extern unsigned int kobjsize(const void 
  
  #define VM_CAN_NONLINEAR 0x08000000   /* Has ->fault & does nonlinear pages */
@@ -63668,7 +56669,7 @@ diff -urNp linux-2.6.39/include/linux/mm.h linux-2.6.39/include/linux/mm.h
  #define VM_PFN_AT_MMAP        0x40000000      /* PFNMAP vma that is fully mapped at mmap time */
  #define VM_MERGEABLE  0x80000000      /* KSM may merge identical pages */
  
-@@ -1010,34 +1017,6 @@ int set_page_dirty(struct page *page);
+@@ -1009,34 +1016,6 @@ int set_page_dirty(struct page *page);
  int set_page_dirty_lock(struct page *page);
  int clear_page_dirty_for_io(struct page *page);
  
@@ -63703,14 +56704,14 @@ diff -urNp linux-2.6.39/include/linux/mm.h linux-2.6.39/include/linux/mm.h
  extern unsigned long move_page_tables(struct vm_area_struct *vma,
                unsigned long old_addr, struct vm_area_struct *new_vma,
                unsigned long new_addr, unsigned long len);
-@@ -1189,6 +1168,15 @@ struct shrinker {
+@@ -1169,6 +1148,15 @@ struct shrinker {
  extern void register_shrinker(struct shrinker *);
  extern void unregister_shrinker(struct shrinker *);
  
 +#ifdef CONFIG_MMU
-+pgprot_t vm_get_page_prot(unsigned long vm_flags);
++pgprot_t vm_get_page_prot(vm_flags_t vm_flags);
 +#else
-+static inline pgprot_t vm_get_page_prot(unsigned long vm_flags)
++static inline pgprot_t vm_get_page_prot(vm_flags_t vm_flags)
 +{
 +      return __pgprot(0);
 +}
@@ -63719,7 +56720,7 @@ diff -urNp linux-2.6.39/include/linux/mm.h linux-2.6.39/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,
-@@ -1476,6 +1464,7 @@ out:
+@@ -1452,6 +1440,7 @@ out:
  }
  
  extern int do_munmap(struct mm_struct *, unsigned long, size_t);
@@ -63727,7 +56728,7 @@ diff -urNp linux-2.6.39/include/linux/mm.h linux-2.6.39/include/linux/mm.h
  
  extern unsigned long do_brk(unsigned long, unsigned long);
  
-@@ -1532,6 +1521,10 @@ extern struct vm_area_struct * find_vma(
+@@ -1510,6 +1499,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);
  
@@ -63738,7 +56739,7 @@ diff -urNp linux-2.6.39/include/linux/mm.h linux-2.6.39/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)
-@@ -1548,15 +1541,6 @@ static inline unsigned long vma_pages(st
+@@ -1526,15 +1519,6 @@ static inline unsigned long vma_pages(st
        return (vma->vm_end - vma->vm_start) >> PAGE_SHIFT;
  }
  
@@ -63754,7 +56755,7 @@ diff -urNp linux-2.6.39/include/linux/mm.h linux-2.6.39/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);
-@@ -1668,7 +1652,7 @@ extern int unpoison_memory(unsigned long
+@@ -1647,7 +1631,7 @@ extern int unpoison_memory(unsigned long
  extern int sysctl_memory_failure_early_kill;
  extern int sysctl_memory_failure_recovery;
  extern void shake_page(struct page *p, int access);
@@ -63763,7 +56764,7 @@ diff -urNp linux-2.6.39/include/linux/mm.h linux-2.6.39/include/linux/mm.h
  extern int soft_offline_page(struct page *page, int flags);
  
  extern void dump_page(struct page *page);
-@@ -1682,5 +1666,11 @@ extern void copy_user_huge_page(struct p
+@@ -1661,5 +1645,11 @@ extern void copy_user_huge_page(struct p
                                unsigned int pages_per_huge_page);
  #endif /* CONFIG_TRANSPARENT_HUGEPAGE || CONFIG_HUGETLBFS */
  
@@ -63775,10 +56776,10 @@ diff -urNp linux-2.6.39/include/linux/mm.h linux-2.6.39/include/linux/mm.h
 +
  #endif /* __KERNEL__ */
  #endif /* _LINUX_MM_H */
-diff -urNp linux-2.6.39/include/linux/mm_types.h linux-2.6.39/include/linux/mm_types.h
---- linux-2.6.39/include/linux/mm_types.h      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/linux/mm_types.h      2011-05-22 19:36:33.000000000 -0400
-@@ -183,6 +183,8 @@ struct vm_area_struct {
+diff -urNp linux-3.0.4/include/linux/mm_types.h linux-3.0.4/include/linux/mm_types.h
+--- linux-3.0.4/include/linux/mm_types.h       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/linux/mm_types.h       2011-08-23 21:47:56.000000000 -0400
+@@ -184,6 +184,8 @@ struct vm_area_struct {
  #ifdef CONFIG_NUMA
        struct mempolicy *vm_policy;    /* NUMA policy for the VMA */
  #endif
@@ -63787,9 +56788,9 @@ diff -urNp linux-2.6.39/include/linux/mm_types.h linux-2.6.39/include/linux/mm_t
  };
  
  struct core_thread {
-@@ -317,6 +319,24 @@ struct mm_struct {
- #ifdef CONFIG_TRANSPARENT_HUGEPAGE
-       pgtable_t pmd_huge_pte; /* protected by page_table_lock */
+@@ -316,6 +318,24 @@ struct mm_struct {
+ #ifdef CONFIG_CPUMASK_OFFSTACK
+       struct cpumask cpumask_allocation;
  #endif
 +
 +#if defined(CONFIG_PAX_EI_PAX) || defined(CONFIG_PAX_PT_PAX_FLAGS) || defined(CONFIG_PAX_NOEXEC) || defined(CONFIG_PAX_ASLR)
@@ -63811,10 +56812,10 @@ diff -urNp linux-2.6.39/include/linux/mm_types.h linux-2.6.39/include/linux/mm_t
 +
  };
  
- /* Future-safe accessor for struct mm_struct's cpu_vm_mask. */
-diff -urNp linux-2.6.39/include/linux/mmu_notifier.h linux-2.6.39/include/linux/mmu_notifier.h
---- linux-2.6.39/include/linux/mmu_notifier.h  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/linux/mmu_notifier.h  2011-05-22 19:36:33.000000000 -0400
+ static inline void mm_init_cpumask(struct mm_struct *mm)
+diff -urNp linux-3.0.4/include/linux/mmu_notifier.h linux-3.0.4/include/linux/mmu_notifier.h
+--- linux-3.0.4/include/linux/mmu_notifier.h   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/linux/mmu_notifier.h   2011-08-23 21:47:56.000000000 -0400
 @@ -255,12 +255,12 @@ static inline void mmu_notifier_mm_destr
   */
  #define ptep_clear_flush_notify(__vma, __address, __ptep)             \
@@ -63831,10 +56832,10 @@ diff -urNp linux-2.6.39/include/linux/mmu_notifier.h linux-2.6.39/include/linux/
  })
  
  #define pmdp_clear_flush_notify(__vma, __address, __pmdp)             \
-diff -urNp linux-2.6.39/include/linux/mmzone.h linux-2.6.39/include/linux/mmzone.h
---- linux-2.6.39/include/linux/mmzone.h        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/linux/mmzone.h        2011-05-22 19:36:33.000000000 -0400
-@@ -355,7 +355,7 @@ struct zone {
+diff -urNp linux-3.0.4/include/linux/mmzone.h linux-3.0.4/include/linux/mmzone.h
+--- linux-3.0.4/include/linux/mmzone.h 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/linux/mmzone.h 2011-08-23 21:47:56.000000000 -0400
+@@ -350,7 +350,7 @@ struct zone {
        unsigned long           flags;             /* zone flags, see below */
  
        /* Zone statistics */
@@ -63843,9 +56844,9 @@ diff -urNp linux-2.6.39/include/linux/mmzone.h linux-2.6.39/include/linux/mmzone
  
        /*
         * The target ratio of ACTIVE_ANON to INACTIVE_ANON pages on
-diff -urNp linux-2.6.39/include/linux/mod_devicetable.h linux-2.6.39/include/linux/mod_devicetable.h
---- linux-2.6.39/include/linux/mod_devicetable.h       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/linux/mod_devicetable.h       2011-05-22 19:36:33.000000000 -0400
+diff -urNp linux-3.0.4/include/linux/mod_devicetable.h linux-3.0.4/include/linux/mod_devicetable.h
+--- linux-3.0.4/include/linux/mod_devicetable.h        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/linux/mod_devicetable.h        2011-08-23 21:47:56.000000000 -0400
 @@ -12,7 +12,7 @@
  typedef unsigned long kernel_ulong_t;
  #endif
@@ -63864,10 +56865,18 @@ diff -urNp linux-2.6.39/include/linux/mod_devicetable.h linux-2.6.39/include/lin
  
  struct hid_device_id {
        __u16 bus;
-diff -urNp linux-2.6.39/include/linux/module.h linux-2.6.39/include/linux/module.h
---- linux-2.6.39/include/linux/module.h        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/linux/module.h        2011-05-22 19:36:33.000000000 -0400
-@@ -324,19 +324,16 @@ struct module
+diff -urNp linux-3.0.4/include/linux/module.h linux-3.0.4/include/linux/module.h
+--- linux-3.0.4/include/linux/module.h 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/linux/module.h 2011-08-23 21:47:56.000000000 -0400
+@@ -16,6 +16,7 @@
+ #include <linux/kobject.h>
+ #include <linux/moduleparam.h>
+ #include <linux/tracepoint.h>
++#include <linux/fs.h>
+ #include <linux/percpu.h>
+ #include <asm/module.h>
+@@ -325,19 +326,16 @@ struct module
        int (*init)(void);
  
        /* If this is non-NULL, vfree after init() returns */
@@ -63891,7 +56900,18 @@ diff -urNp linux-2.6.39/include/linux/module.h linux-2.6.39/include/linux/module
  
        /* Arch-specific module values */
        struct mod_arch_specific arch;
-@@ -441,16 +438,46 @@ bool is_module_address(unsigned long add
+@@ -393,6 +391,10 @@ struct module
+ #ifdef CONFIG_EVENT_TRACING
+       struct ftrace_event_call **trace_events;
+       unsigned int num_trace_events;
++      struct file_operations trace_id;
++      struct file_operations trace_enable;
++      struct file_operations trace_format;
++      struct file_operations trace_filter;
+ #endif
+ #ifdef CONFIG_FTRACE_MCOUNT_RECORD
+       unsigned int num_ftrace_callsites;
+@@ -443,16 +445,46 @@ bool is_module_address(unsigned long add
  bool is_module_percpu_address(unsigned long addr);
  bool is_module_text_address(unsigned long addr);
  
@@ -63942,9 +56962,9 @@ diff -urNp linux-2.6.39/include/linux/module.h linux-2.6.39/include/linux/module
  }
  
  /* Search for module by name: must hold module_mutex. */
-diff -urNp linux-2.6.39/include/linux/moduleloader.h linux-2.6.39/include/linux/moduleloader.h
---- linux-2.6.39/include/linux/moduleloader.h  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/linux/moduleloader.h  2011-05-22 19:36:33.000000000 -0400
+diff -urNp linux-3.0.4/include/linux/moduleloader.h linux-3.0.4/include/linux/moduleloader.h
+--- linux-3.0.4/include/linux/moduleloader.h   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/linux/moduleloader.h   2011-08-23 21:47:56.000000000 -0400
 @@ -20,9 +20,21 @@ unsigned int arch_mod_section_prepend(st
     sections.  Returns NULL on failure. */
  void *module_alloc(unsigned long size);
@@ -63967,9 +56987,9 @@ diff -urNp linux-2.6.39/include/linux/moduleloader.h linux-2.6.39/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.39/include/linux/moduleparam.h linux-2.6.39/include/linux/moduleparam.h
---- linux-2.6.39/include/linux/moduleparam.h   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/linux/moduleparam.h   2011-05-22 19:36:33.000000000 -0400
+diff -urNp linux-3.0.4/include/linux/moduleparam.h linux-3.0.4/include/linux/moduleparam.h
+--- linux-3.0.4/include/linux/moduleparam.h    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/linux/moduleparam.h    2011-08-23 21:47:56.000000000 -0400
 @@ -255,7 +255,7 @@ static inline void __kernel_param_unlock
   * @len is usually just sizeof(string).
   */
@@ -63979,109 +56999,18 @@ diff -urNp linux-2.6.39/include/linux/moduleparam.h linux-2.6.39/include/linux/m
                = { len, string };                                      \
        __module_param_call(MODULE_PARAM_PREFIX, name,                  \
                            &param_ops_string,                          \
-@@ -285,48 +285,48 @@ static inline void destroy_params(const 
- #define __param_check(name, p, type) \
-       static inline type *__check_##name(void) { return(p); }
--extern struct kernel_param_ops param_ops_byte;
-+extern const struct kernel_param_ops param_ops_byte;
- extern int param_set_byte(const char *val, const struct kernel_param *kp);
- extern int param_get_byte(char *buffer, const struct kernel_param *kp);
- #define param_check_byte(name, p) __param_check(name, p, unsigned char)
--extern struct kernel_param_ops param_ops_short;
-+extern const struct kernel_param_ops param_ops_short;
- extern int param_set_short(const char *val, const struct kernel_param *kp);
- extern int param_get_short(char *buffer, const struct kernel_param *kp);
- #define param_check_short(name, p) __param_check(name, p, short)
--extern struct kernel_param_ops param_ops_ushort;
-+extern const struct kernel_param_ops param_ops_ushort;
- extern int param_set_ushort(const char *val, const struct kernel_param *kp);
- extern int param_get_ushort(char *buffer, const struct kernel_param *kp);
- #define param_check_ushort(name, p) __param_check(name, p, unsigned short)
--extern struct kernel_param_ops param_ops_int;
-+extern const struct kernel_param_ops param_ops_int;
- extern int param_set_int(const char *val, const struct kernel_param *kp);
- extern int param_get_int(char *buffer, const struct kernel_param *kp);
- #define param_check_int(name, p) __param_check(name, p, int)
--extern struct kernel_param_ops param_ops_uint;
-+extern const struct kernel_param_ops param_ops_uint;
- extern int param_set_uint(const char *val, const struct kernel_param *kp);
- extern int param_get_uint(char *buffer, const struct kernel_param *kp);
- #define param_check_uint(name, p) __param_check(name, p, unsigned int)
--extern struct kernel_param_ops param_ops_long;
-+extern const struct kernel_param_ops param_ops_long;
- extern int param_set_long(const char *val, const struct kernel_param *kp);
- extern int param_get_long(char *buffer, const struct kernel_param *kp);
- #define param_check_long(name, p) __param_check(name, p, long)
--extern struct kernel_param_ops param_ops_ulong;
-+extern const struct kernel_param_ops param_ops_ulong;
- extern int param_set_ulong(const char *val, const struct kernel_param *kp);
- extern int param_get_ulong(char *buffer, const struct kernel_param *kp);
- #define param_check_ulong(name, p) __param_check(name, p, unsigned long)
--extern struct kernel_param_ops param_ops_charp;
-+extern const struct kernel_param_ops param_ops_charp;
- extern int param_set_charp(const char *val, const struct kernel_param *kp);
- extern int param_get_charp(char *buffer, const struct kernel_param *kp);
- #define param_check_charp(name, p) __param_check(name, p, char *)
- /* For historical reasons "bool" parameters can be (unsigned) "int". */
--extern struct kernel_param_ops param_ops_bool;
-+extern const struct kernel_param_ops param_ops_bool;
- extern int param_set_bool(const char *val, const struct kernel_param *kp);
- extern int param_get_bool(char *buffer, const struct kernel_param *kp);
- #define param_check_bool(name, p)                                     \
-@@ -337,7 +337,7 @@ extern int param_get_bool(char *buffer, 
-                            !__same_type((p), int *));                 \
-       }
--extern struct kernel_param_ops param_ops_invbool;
-+extern const struct kernel_param_ops param_ops_invbool;
- extern int param_set_invbool(const char *val, const struct kernel_param *kp);
- extern int param_get_invbool(char *buffer, const struct kernel_param *kp);
- #define param_check_invbool(name, p) __param_check(name, p, bool)
 @@ -370,7 +370,7 @@ extern int param_get_invbool(char *buffe
   * module_param_named() for why this might be necessary.
   */
  #define module_param_array_named(name, array, type, nump, perm)               \
 -      static const struct kparam_array __param_arr_##name             \
 +      static const struct kparam_array __param_arr_##name __used      \
-       = { ARRAY_SIZE(array), nump, &param_ops_##type,                 \
-           sizeof(array[0]), array };                                  \
-       __module_param_call(MODULE_PARAM_PREFIX, name,                  \
-@@ -379,9 +379,9 @@ extern int param_get_invbool(char *buffe
-                           __same_type(array[0], bool), perm);         \
-       __MODULE_PARM_TYPE(name, "array of " #type)
--extern struct kernel_param_ops param_array_ops;
-+extern const struct kernel_param_ops param_array_ops;
--extern struct kernel_param_ops param_ops_string;
-+extern const struct kernel_param_ops param_ops_string;
- extern int param_set_copystring(const char *val, const struct kernel_param *);
- extern int param_get_string(char *buffer, const struct kernel_param *kp);
-diff -urNp linux-2.6.39/include/linux/mutex.h linux-2.6.39/include/linux/mutex.h
---- linux-2.6.39/include/linux/mutex.h 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/linux/mutex.h 2011-05-22 19:36:33.000000000 -0400
-@@ -51,7 +51,7 @@ struct mutex {
-       spinlock_t              wait_lock;
-       struct list_head        wait_list;
- #if defined(CONFIG_DEBUG_MUTEXES) || defined(CONFIG_SMP)
--      struct thread_info      *owner;
-+      struct task_struct      *owner;
- #endif
- #ifdef CONFIG_DEBUG_MUTEXES
-       const char              *name;
-diff -urNp linux-2.6.39/include/linux/namei.h linux-2.6.39/include/linux/namei.h
---- linux-2.6.39/include/linux/namei.h 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/linux/namei.h 2011-05-22 19:36:33.000000000 -0400
+       = { .max = ARRAY_SIZE(array), .num = nump,                      \
+           .ops = &param_ops_##type,                                   \
+           .elemsize = sizeof(array[0]), .elem = array };              \
+diff -urNp linux-3.0.4/include/linux/namei.h linux-3.0.4/include/linux/namei.h
+--- linux-3.0.4/include/linux/namei.h  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/linux/namei.h  2011-08-23 21:47:56.000000000 -0400
 @@ -24,7 +24,7 @@ struct nameidata {
        unsigned        seq;
        int             last_type;
@@ -64106,9 +57035,20 @@ diff -urNp linux-2.6.39/include/linux/namei.h linux-2.6.39/include/linux/namei.h
  {
        return nd->saved_names[nd->depth];
  }
-diff -urNp linux-2.6.39/include/linux/netfilter/xt_gradm.h linux-2.6.39/include/linux/netfilter/xt_gradm.h
---- linux-2.6.39/include/linux/netfilter/xt_gradm.h    1969-12-31 19:00:00.000000000 -0500
-+++ linux-2.6.39/include/linux/netfilter/xt_gradm.h    2011-05-22 19:41:42.000000000 -0400
+diff -urNp linux-3.0.4/include/linux/netdevice.h linux-3.0.4/include/linux/netdevice.h
+--- linux-3.0.4/include/linux/netdevice.h      2011-09-02 18:11:21.000000000 -0400
++++ linux-3.0.4/include/linux/netdevice.h      2011-08-23 21:47:56.000000000 -0400
+@@ -979,6 +979,7 @@ struct net_device_ops {
+       int                     (*ndo_set_features)(struct net_device *dev,
+                                                   u32 features);
+ };
++typedef struct net_device_ops __no_const net_device_ops_no_const;
+ /*
+  *    The DEVICE structure.
+diff -urNp linux-3.0.4/include/linux/netfilter/xt_gradm.h linux-3.0.4/include/linux/netfilter/xt_gradm.h
+--- linux-3.0.4/include/linux/netfilter/xt_gradm.h     1969-12-31 19:00:00.000000000 -0500
++++ linux-3.0.4/include/linux/netfilter/xt_gradm.h     2011-08-23 21:48:14.000000000 -0400
 @@ -0,0 +1,9 @@
 +#ifndef _LINUX_NETFILTER_XT_GRADM_H
 +#define _LINUX_NETFILTER_XT_GRADM_H 1
@@ -64119,9 +57059,21 @@ diff -urNp linux-2.6.39/include/linux/netfilter/xt_gradm.h linux-2.6.39/include/
 +};
 +
 +#endif
-diff -urNp linux-2.6.39/include/linux/oprofile.h linux-2.6.39/include/linux/oprofile.h
---- linux-2.6.39/include/linux/oprofile.h      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/linux/oprofile.h      2011-05-22 19:36:33.000000000 -0400
+diff -urNp linux-3.0.4/include/linux/of_pdt.h linux-3.0.4/include/linux/of_pdt.h
+--- linux-3.0.4/include/linux/of_pdt.h 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/linux/of_pdt.h 2011-08-30 06:20:11.000000000 -0400
+@@ -32,7 +32,7 @@ struct of_pdt_ops {
+       /* return 0 on success; fill in 'len' with number of bytes in path */
+       int (*pkg2path)(phandle node, char *buf, const int buflen, int *len);
+-};
++} __no_const;
+ extern void *prom_early_alloc(unsigned long size);
+diff -urNp linux-3.0.4/include/linux/oprofile.h linux-3.0.4/include/linux/oprofile.h
+--- linux-3.0.4/include/linux/oprofile.h       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/linux/oprofile.h       2011-08-23 21:47:56.000000000 -0400
 @@ -139,9 +139,9 @@ int oprofilefs_create_ulong(struct super
  int oprofilefs_create_ro_ulong(struct super_block * sb, struct dentry * root,
        char const * name, ulong * val);
@@ -64134,9 +57086,9 @@ diff -urNp linux-2.6.39/include/linux/oprofile.h linux-2.6.39/include/linux/opro
   
  /** create a directory */
  struct dentry * oprofilefs_mkdir(struct super_block * sb, struct dentry * root,
-diff -urNp linux-2.6.39/include/linux/padata.h linux-2.6.39/include/linux/padata.h
---- linux-2.6.39/include/linux/padata.h        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/linux/padata.h        2011-05-22 19:36:33.000000000 -0400
+diff -urNp linux-3.0.4/include/linux/padata.h linux-3.0.4/include/linux/padata.h
+--- linux-3.0.4/include/linux/padata.h 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/linux/padata.h 2011-08-23 21:47:56.000000000 -0400
 @@ -129,7 +129,7 @@ struct parallel_data {
        struct padata_instance          *pinst;
        struct padata_parallel_queue    __percpu *pqueue;
@@ -64146,58 +57098,10 @@ diff -urNp linux-2.6.39/include/linux/padata.h linux-2.6.39/include/linux/padata
        atomic_t                        reorder_objects;
        atomic_t                        refcnt;
        unsigned int                    max_seq_nr;
-diff -urNp linux-2.6.39/include/linux/pci.h linux-2.6.39/include/linux/pci.h
---- linux-2.6.39/include/linux/pci.h   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/linux/pci.h   2011-05-22 19:36:33.000000000 -0400
-@@ -411,7 +411,7 @@ struct pci_bus {
-       struct resource *resource[PCI_BRIDGE_RESOURCE_NUM];
-       struct list_head resources;     /* address space routed to this bus */
--      struct pci_ops  *ops;           /* configuration access functions */
-+      const struct pci_ops    *ops;   /* configuration access functions */
-       void            *sysdata;       /* hook for sys-specific extension */
-       struct proc_dir_entry *procdir; /* directory entry in /proc/bus/pci */
-@@ -550,7 +550,7 @@ struct pci_driver {
-       int  (*resume_early) (struct pci_dev *dev);
-       int  (*resume) (struct pci_dev *dev);                   /* Device woken up */
-       void (*shutdown) (struct pci_dev *dev);
--      struct pci_error_handlers *err_handler;
-+      const struct pci_error_handlers *err_handler;
-       struct device_driver    driver;
-       struct pci_dynids dynids;
- };
-@@ -639,7 +639,7 @@ void pcibios_scan_specific_bus(int busn)
- extern struct pci_bus *pci_find_bus(int domain, int busnr);
- void pci_bus_add_devices(const struct pci_bus *bus);
- struct pci_bus *pci_scan_bus_parented(struct device *parent, int bus,
--                                    struct pci_ops *ops, void *sysdata);
-+                                    const struct pci_ops *ops, void *sysdata);
- static inline struct pci_bus * __devinit pci_scan_bus(int bus, struct pci_ops *ops,
-                                          void *sysdata)
- {
-@@ -650,7 +650,7 @@ static inline struct pci_bus * __devinit
-       return root_bus;
- }
- struct pci_bus *pci_create_bus(struct device *parent, int bus,
--                             struct pci_ops *ops, void *sysdata);
-+                             const struct pci_ops *ops, void *sysdata);
- struct pci_bus *pci_add_new_bus(struct pci_bus *parent, struct pci_dev *dev,
-                               int busnr);
- void pcie_update_link_speed(struct pci_bus *bus, u16 link_status);
-@@ -727,7 +727,7 @@ int pci_bus_write_config_word(struct pci
-                             int where, u16 val);
- int pci_bus_write_config_dword(struct pci_bus *bus, unsigned int devfn,
-                              int where, u32 val);
--struct pci_ops *pci_bus_set_ops(struct pci_bus *bus, struct pci_ops *ops);
-+const struct pci_ops *pci_bus_set_ops(struct pci_bus *bus, const struct pci_ops *ops);
- static inline int pci_read_config_byte(struct pci_dev *dev, int where, u8 *val)
- {
-diff -urNp linux-2.6.39/include/linux/perf_event.h linux-2.6.39/include/linux/perf_event.h
---- linux-2.6.39/include/linux/perf_event.h    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/linux/perf_event.h    2011-05-22 19:36:33.000000000 -0400
-@@ -759,8 +759,8 @@ struct perf_event {
+diff -urNp linux-3.0.4/include/linux/perf_event.h linux-3.0.4/include/linux/perf_event.h
+--- linux-3.0.4/include/linux/perf_event.h     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/linux/perf_event.h     2011-08-23 21:47:56.000000000 -0400
+@@ -761,8 +761,8 @@ struct perf_event {
  
        enum perf_event_active_state    state;
        unsigned int                    attach_state;
@@ -64208,7 +57112,7 @@ diff -urNp linux-2.6.39/include/linux/perf_event.h linux-2.6.39/include/linux/pe
  
        /*
         * These are the total time in nanoseconds that the event
-@@ -811,8 +811,8 @@ struct perf_event {
+@@ -813,8 +813,8 @@ struct perf_event {
         * These accumulate total time (in nanoseconds) that children
         * events have been enabled and running, respectively.
         */
@@ -64219,22 +57123,9 @@ diff -urNp linux-2.6.39/include/linux/perf_event.h linux-2.6.39/include/linux/pe
  
        /*
         * Protect attach/detach and child_list:
-@@ -1090,9 +1090,9 @@ void perf_event_task_sched_out(struct ta
- }
- extern void perf_event_mmap(struct vm_area_struct *vma);
--extern struct perf_guest_info_callbacks *perf_guest_cbs;
--extern int perf_register_guest_info_callbacks(struct perf_guest_info_callbacks *callbacks);
--extern int perf_unregister_guest_info_callbacks(struct perf_guest_info_callbacks *callbacks);
-+extern const struct perf_guest_info_callbacks *perf_guest_cbs;
-+extern int perf_register_guest_info_callbacks(const struct perf_guest_info_callbacks *callbacks);
-+extern int perf_unregister_guest_info_callbacks(const struct perf_guest_info_callbacks *callbacks);
- extern void perf_event_comm(struct task_struct *tsk);
- extern void perf_event_fork(struct task_struct *tsk);
-diff -urNp linux-2.6.39/include/linux/pipe_fs_i.h linux-2.6.39/include/linux/pipe_fs_i.h
---- linux-2.6.39/include/linux/pipe_fs_i.h     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/linux/pipe_fs_i.h     2011-05-22 19:36:33.000000000 -0400
+diff -urNp linux-3.0.4/include/linux/pipe_fs_i.h linux-3.0.4/include/linux/pipe_fs_i.h
+--- linux-3.0.4/include/linux/pipe_fs_i.h      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/linux/pipe_fs_i.h      2011-08-23 21:47:56.000000000 -0400
 @@ -46,9 +46,9 @@ struct pipe_buffer {
  struct pipe_inode_info {
        wait_queue_head_t wait;
@@ -64248,30 +57139,9 @@ diff -urNp linux-2.6.39/include/linux/pipe_fs_i.h linux-2.6.39/include/linux/pip
        unsigned int r_counter;
        unsigned int w_counter;
        struct page *tmp_page;
-diff -urNp linux-2.6.39/include/linux/pm.h linux-2.6.39/include/linux/pm.h
---- linux-2.6.39/include/linux/pm.h    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/linux/pm.h    2011-05-22 19:36:33.000000000 -0400
-@@ -268,7 +268,7 @@ const struct dev_pm_ops name = { \
-  * runtime PM, make the pm member point to generic_subsys_pm_ops.
-  */
- #ifdef CONFIG_PM
--extern struct dev_pm_ops generic_subsys_pm_ops;
-+extern const struct dev_pm_ops generic_subsys_pm_ops;
- #define GENERIC_SUBSYS_PM_OPS (&generic_subsys_pm_ops)
- #else
- #define GENERIC_SUBSYS_PM_OPS NULL
-@@ -471,7 +471,7 @@ extern void update_pm_runtime_accounting
-  * subsystem-level and driver-level callbacks.
-  */
- struct dev_power_domain {
--      struct dev_pm_ops       ops;
-+      const struct dev_pm_ops ops;
- };
- /*
-diff -urNp linux-2.6.39/include/linux/pm_runtime.h linux-2.6.39/include/linux/pm_runtime.h
---- linux-2.6.39/include/linux/pm_runtime.h    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/linux/pm_runtime.h    2011-05-22 19:36:33.000000000 -0400
+diff -urNp linux-3.0.4/include/linux/pm_runtime.h linux-3.0.4/include/linux/pm_runtime.h
+--- linux-3.0.4/include/linux/pm_runtime.h     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/linux/pm_runtime.h     2011-08-23 21:47:56.000000000 -0400
 @@ -94,7 +94,7 @@ static inline bool pm_runtime_callbacks_
  
  static inline void pm_runtime_mark_last_busy(struct device *dev)
@@ -64281,9 +57151,9 @@ diff -urNp linux-2.6.39/include/linux/pm_runtime.h linux-2.6.39/include/linux/pm
  }
  
  #else /* !CONFIG_PM_RUNTIME */
-diff -urNp linux-2.6.39/include/linux/poison.h linux-2.6.39/include/linux/poison.h
---- linux-2.6.39/include/linux/poison.h        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/linux/poison.h        2011-05-22 19:36:33.000000000 -0400
+diff -urNp linux-3.0.4/include/linux/poison.h linux-3.0.4/include/linux/poison.h
+--- linux-3.0.4/include/linux/poison.h 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/linux/poison.h 2011-08-23 21:47:56.000000000 -0400
 @@ -19,8 +19,8 @@
   * under normal circumstances, used to verify that nobody uses
   * non-initialized list entries.
@@ -64295,26 +57165,21 @@ diff -urNp linux-2.6.39/include/linux/poison.h linux-2.6.39/include/linux/poison
  
  /********** include/linux/timer.h **********/
  /*
-diff -urNp linux-2.6.39/include/linux/posix-timers.h linux-2.6.39/include/linux/posix-timers.h
---- linux-2.6.39/include/linux/posix-timers.h  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/linux/posix-timers.h  2011-05-22 19:36:33.000000000 -0400
-@@ -102,10 +102,10 @@ struct k_clock {
-                          struct itimerspec * cur_setting);
- };
--extern struct k_clock clock_posix_cpu;
--extern struct k_clock clock_posix_dynamic;
-+extern const struct k_clock clock_posix_cpu;
-+extern const struct k_clock clock_posix_dynamic;
+diff -urNp linux-3.0.4/include/linux/preempt.h linux-3.0.4/include/linux/preempt.h
+--- linux-3.0.4/include/linux/preempt.h        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/linux/preempt.h        2011-08-23 21:47:56.000000000 -0400
+@@ -115,7 +115,7 @@ struct preempt_ops {
+       void (*sched_in)(struct preempt_notifier *notifier, int cpu);
+       void (*sched_out)(struct preempt_notifier *notifier,
+                         struct task_struct *next);
+-};
++} __no_const;
  
--void posix_timers_register_clock(const clockid_t clock_id, struct k_clock *new_clock);
-+void posix_timers_register_clock(const clockid_t clock_id, const struct k_clock *new_clock);
- /* function to call to trigger timer event */
- int posix_timer_event(struct k_itimer *timr, int si_private);
-diff -urNp linux-2.6.39/include/linux/proc_fs.h linux-2.6.39/include/linux/proc_fs.h
---- linux-2.6.39/include/linux/proc_fs.h       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/linux/proc_fs.h       2011-05-22 19:41:42.000000000 -0400
+ /**
+  * preempt_notifier - key for installing preemption notifiers
+diff -urNp linux-3.0.4/include/linux/proc_fs.h linux-3.0.4/include/linux/proc_fs.h
+--- linux-3.0.4/include/linux/proc_fs.h        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/linux/proc_fs.h        2011-08-23 21:48:14.000000000 -0400
 @@ -155,6 +155,19 @@ static inline struct proc_dir_entry *pro
        return proc_create_data(name, mode, parent, proc_fops, NULL);
  }
@@ -64335,9 +57200,18 @@ diff -urNp linux-2.6.39/include/linux/proc_fs.h linux-2.6.39/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.39/include/linux/ptrace.h linux-2.6.39/include/linux/ptrace.h
---- linux-2.6.39/include/linux/ptrace.h        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/linux/ptrace.h        2011-05-22 19:41:42.000000000 -0400
+@@ -258,7 +271,7 @@ union proc_op {
+       int (*proc_show)(struct seq_file *m,
+               struct pid_namespace *ns, struct pid *pid,
+               struct task_struct *task);
+-};
++} __no_const;
+ struct ctl_table_header;
+ struct ctl_table;
+diff -urNp linux-3.0.4/include/linux/ptrace.h linux-3.0.4/include/linux/ptrace.h
+--- linux-3.0.4/include/linux/ptrace.h 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/linux/ptrace.h 2011-08-23 21:48:14.000000000 -0400
 @@ -115,10 +115,10 @@ extern void __ptrace_unlink(struct task_
  extern void exit_ptrace(struct task_struct *tracer);
  #define PTRACE_MODE_READ   1
@@ -64351,10 +57225,10 @@ diff -urNp linux-2.6.39/include/linux/ptrace.h linux-2.6.39/include/linux/ptrace
  
  static inline int ptrace_reparented(struct task_struct *child)
  {
-diff -urNp linux-2.6.39/include/linux/random.h linux-2.6.39/include/linux/random.h
---- linux-2.6.39/include/linux/random.h        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/linux/random.h        2011-05-22 19:36:33.000000000 -0400
-@@ -80,12 +80,17 @@ void srandom32(u32 seed);
+diff -urNp linux-3.0.4/include/linux/random.h linux-3.0.4/include/linux/random.h
+--- linux-3.0.4/include/linux/random.h 2011-09-02 18:11:21.000000000 -0400
++++ linux-3.0.4/include/linux/random.h 2011-08-23 21:47:56.000000000 -0400
+@@ -69,12 +69,17 @@ void srandom32(u32 seed);
  
  u32 prandom32(struct rnd_state *);
  
@@ -64373,9 +57247,9 @@ diff -urNp linux-2.6.39/include/linux/random.h linux-2.6.39/include/linux/random
  }
  
  /**
-diff -urNp linux-2.6.39/include/linux/reboot.h linux-2.6.39/include/linux/reboot.h
---- linux-2.6.39/include/linux/reboot.h        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/linux/reboot.h        2011-05-22 19:36:33.000000000 -0400
+diff -urNp linux-3.0.4/include/linux/reboot.h linux-3.0.4/include/linux/reboot.h
+--- linux-3.0.4/include/linux/reboot.h 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/linux/reboot.h 2011-08-23 21:47:56.000000000 -0400
 @@ -47,9 +47,9 @@ extern int unregister_reboot_notifier(st
   * Architecture-specific implementations of sys_reboot commands.
   */
@@ -64411,9 +57285,9 @@ diff -urNp linux-2.6.39/include/linux/reboot.h linux-2.6.39/include/linux/reboot
  #include <asm/emergency-restart.h>
  
  #endif
-diff -urNp linux-2.6.39/include/linux/reiserfs_fs.h linux-2.6.39/include/linux/reiserfs_fs.h
---- linux-2.6.39/include/linux/reiserfs_fs.h   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/linux/reiserfs_fs.h   2011-05-22 19:36:33.000000000 -0400
+diff -urNp linux-3.0.4/include/linux/reiserfs_fs.h linux-3.0.4/include/linux/reiserfs_fs.h
+--- linux-3.0.4/include/linux/reiserfs_fs.h    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/linux/reiserfs_fs.h    2011-08-23 21:47:56.000000000 -0400
 @@ -1406,7 +1406,7 @@ static inline loff_t max_reiserfs_offset
  #define REISERFS_USER_MEM             1       /* reiserfs user memory mode            */
  
@@ -64423,46 +57297,9 @@ diff -urNp linux-2.6.39/include/linux/reiserfs_fs.h linux-2.6.39/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)             \
-@@ -1618,24 +1618,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.39/include/linux/reiserfs_fs_sb.h linux-2.6.39/include/linux/reiserfs_fs_sb.h
---- linux-2.6.39/include/linux/reiserfs_fs_sb.h        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/linux/reiserfs_fs_sb.h        2011-05-22 19:36:33.000000000 -0400
+diff -urNp linux-3.0.4/include/linux/reiserfs_fs_sb.h linux-3.0.4/include/linux/reiserfs_fs_sb.h
+--- linux-3.0.4/include/linux/reiserfs_fs_sb.h 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/linux/reiserfs_fs_sb.h 2011-08-23 21:47:56.000000000 -0400
 @@ -386,7 +386,7 @@ struct reiserfs_sb_info {
        /* Comment? -Hans */
        wait_queue_head_t s_wait;
@@ -64472,9 +57309,32 @@ diff -urNp linux-2.6.39/include/linux/reiserfs_fs_sb.h linux-2.6.39/include/linu
        // tree gets re-balanced
        unsigned long s_properties;     /* File system properties. Currently holds
                                           on-disk FS format */
-diff -urNp linux-2.6.39/include/linux/rmap.h linux-2.6.39/include/linux/rmap.h
---- linux-2.6.39/include/linux/rmap.h  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/linux/rmap.h  2011-05-22 19:36:33.000000000 -0400
+diff -urNp linux-3.0.4/include/linux/relay.h linux-3.0.4/include/linux/relay.h
+--- linux-3.0.4/include/linux/relay.h  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/linux/relay.h  2011-08-23 21:47:56.000000000 -0400
+@@ -159,7 +159,7 @@ struct rchan_callbacks
+        * The callback should return 0 if successful, negative if not.
+        */
+       int (*remove_buf_file)(struct dentry *dentry);
+-};
++} __no_const;
+ /*
+  * CONFIG_RELAY kernel API, kernel/relay.c
+diff -urNp linux-3.0.4/include/linux/rfkill.h linux-3.0.4/include/linux/rfkill.h
+--- linux-3.0.4/include/linux/rfkill.h 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/linux/rfkill.h 2011-08-23 21:47:56.000000000 -0400
+@@ -147,6 +147,7 @@ struct rfkill_ops {
+       void    (*query)(struct rfkill *rfkill, void *data);
+       int     (*set_block)(void *data, bool blocked);
+ };
++typedef struct rfkill_ops __no_const rfkill_ops_no_const;
+ #if defined(CONFIG_RFKILL) || defined(CONFIG_RFKILL_MODULE)
+ /**
+diff -urNp linux-3.0.4/include/linux/rmap.h linux-3.0.4/include/linux/rmap.h
+--- linux-3.0.4/include/linux/rmap.h   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/linux/rmap.h   2011-08-23 21:47:56.000000000 -0400
 @@ -119,8 +119,8 @@ static inline void anon_vma_unlock(struc
  void anon_vma_init(void);     /* create anon_vma_cachep */
  int  anon_vma_prepare(struct vm_area_struct *);
@@ -64486,9 +57346,9 @@ diff -urNp linux-2.6.39/include/linux/rmap.h linux-2.6.39/include/linux/rmap.h
  void __anon_vma_link(struct vm_area_struct *);
  
  static inline void anon_vma_merge(struct vm_area_struct *vma,
-diff -urNp linux-2.6.39/include/linux/sched.h linux-2.6.39/include/linux/sched.h
---- linux-2.6.39/include/linux/sched.h 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/linux/sched.h 2011-05-22 19:41:42.000000000 -0400
+diff -urNp linux-3.0.4/include/linux/sched.h linux-3.0.4/include/linux/sched.h
+--- linux-3.0.4/include/linux/sched.h  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/linux/sched.h  2011-08-25 17:22:27.000000000 -0400
 @@ -100,6 +100,7 @@ struct bio_list;
  struct fs_struct;
  struct perf_event_context;
@@ -64497,16 +57357,7 @@ diff -urNp linux-2.6.39/include/linux/sched.h linux-2.6.39/include/linux/sched.h
  
  /*
   * List of flags we want to share for kernel threads,
-@@ -360,7 +361,7 @@ extern signed long schedule_timeout_inte
- extern signed long schedule_timeout_killable(signed long timeout);
- extern signed long schedule_timeout_uninterruptible(signed long timeout);
- asmlinkage void schedule(void);
--extern int mutex_spin_on_owner(struct mutex *lock, struct thread_info *owner);
-+extern int mutex_spin_on_owner(struct mutex *lock, struct task_struct *owner);
- struct nsproxy;
- struct user_namespace;
-@@ -381,10 +382,13 @@ struct user_namespace;
+@@ -380,10 +381,13 @@ struct user_namespace;
  #define DEFAULT_MAX_MAP_COUNT (USHRT_MAX - MAPCOUNT_ELF_CORE_MARGIN)
  
  extern int sysctl_max_map_count;
@@ -64538,7 +57389,7 @@ diff -urNp linux-2.6.39/include/linux/sched.h linux-2.6.39/include/linux/sched.h
  #ifdef CONFIG_AUDIT
        unsigned audit_tty;
        struct tty_audit_buf *tty_audit_buf;
-@@ -701,6 +716,11 @@ struct user_struct {
+@@ -710,6 +725,11 @@ struct user_struct {
        struct key *session_keyring;    /* UID's default session keyring */
  #endif
  
@@ -64550,7 +57401,7 @@ diff -urNp linux-2.6.39/include/linux/sched.h linux-2.6.39/include/linux/sched.h
        /* Hash table maintenance information */
        struct hlist_node uidhash_node;
        uid_t uid;
-@@ -1310,8 +1330,8 @@ struct task_struct {
+@@ -1340,8 +1360,8 @@ struct task_struct {
        struct list_head thread_group;
  
        struct completion *vfork_done;          /* for vfork() */
@@ -64561,7 +57412,7 @@ diff -urNp linux-2.6.39/include/linux/sched.h linux-2.6.39/include/linux/sched.h
  
        cputime_t utime, stime, utimescaled, stimescaled;
        cputime_t gtime;
-@@ -1327,13 +1347,6 @@ struct task_struct {
+@@ -1357,13 +1377,6 @@ struct task_struct {
        struct task_cputime cputime_expires;
        struct list_head cpu_timers[3];
  
@@ -64575,7 +57426,7 @@ diff -urNp linux-2.6.39/include/linux/sched.h linux-2.6.39/include/linux/sched.h
        char comm[TASK_COMM_LEN]; /* executable name excluding path
                                     - access with [gs]et_task_comm (which lock
                                       it with task_lock())
-@@ -1350,8 +1363,16 @@ struct task_struct {
+@@ -1380,8 +1393,16 @@ struct task_struct {
  #endif
  /* CPU-specific state of this task */
        struct thread_struct thread;
@@ -64592,7 +57443,7 @@ diff -urNp linux-2.6.39/include/linux/sched.h linux-2.6.39/include/linux/sched.h
  /* open file information */
        struct files_struct *files;
  /* namespaces */
-@@ -1398,6 +1419,11 @@ struct task_struct {
+@@ -1428,6 +1449,11 @@ struct task_struct {
        struct rt_mutex_waiter *pi_blocked_on;
  #endif
  
@@ -64604,7 +57455,7 @@ diff -urNp linux-2.6.39/include/linux/sched.h linux-2.6.39/include/linux/sched.h
  #ifdef CONFIG_DEBUG_MUTEXES
        /* mutex deadlock detection */
        struct mutex_waiter *blocked_on;
-@@ -1508,6 +1534,21 @@ struct task_struct {
+@@ -1538,6 +1564,21 @@ struct task_struct {
        unsigned long default_timer_slack_ns;
  
        struct list_head        *scm_work_list;
@@ -64626,7 +57477,7 @@ diff -urNp linux-2.6.39/include/linux/sched.h linux-2.6.39/include/linux/sched.h
  #ifdef CONFIG_FUNCTION_GRAPH_TRACER
        /* Index of current stored address in ret_stack */
        int curr_ret_stack;
-@@ -1542,6 +1583,63 @@ struct task_struct {
+@@ -1572,6 +1613,57 @@ struct task_struct {
  #endif
  };
  
@@ -64638,7 +57489,7 @@ diff -urNp linux-2.6.39/include/linux/sched.h linux-2.6.39/include/linux/sched.h
 +#define MF_PAX_SEGMEXEC               0x20000000      /* Segmentation based non-executable pages */
 +
 +#ifdef CONFIG_PAX_SOFTMODE
-+extern unsigned int pax_softmode;
++extern int pax_softmode;
 +#endif
 +
 +extern int pax_check_flags(unsigned long *);
@@ -64670,27 +57521,29 @@ diff -urNp linux-2.6.39/include/linux/sched.h linux-2.6.39/include/linux/sched.h
 +extern void (*pax_set_initial_flags_func)(struct linux_binprm *bprm);
 +#endif
 +
-+void pax_report_fault(struct pt_regs *regs, void *pc, void *sp);
-+void pax_report_insns(void *pc, void *sp);
-+void pax_report_refcount_overflow(struct pt_regs *regs);
-+void pax_report_usercopy(const void *ptr, unsigned long len, bool to, const char *type);
-+
-+static inline void pax_track_stack(void)
-+{
++extern void pax_report_fault(struct pt_regs *regs, void *pc, void *sp);
++extern void pax_report_insns(void *pc, void *sp);
++extern void pax_report_refcount_overflow(struct pt_regs *regs);
++extern NORET_TYPE void pax_report_usercopy(const void *ptr, unsigned long len, bool to, const char *type) ATTRIB_NORET;
 +
 +#ifdef CONFIG_PAX_MEMORY_STACKLEAK
-+      unsigned long sp = current_stack_pointer;
-+      if (current_thread_info()->lowest_stack > sp &&
-+          (unsigned long)task_stack_page(current) < sp)
-+              current_thread_info()->lowest_stack = sp;
++extern void pax_track_stack(void);
++#else
++static inline void pax_track_stack(void) {}
 +#endif
-+
-+}
 +
  /* Future-safe accessor for struct task_struct's cpus_allowed. */
  #define tsk_cpus_allowed(tsk) (&(tsk)->cpus_allowed)
  
-@@ -2009,7 +2107,9 @@ void yield(void);
+@@ -1768,6 +1860,7 @@ extern void thread_group_times(struct ta
+ #define PF_DUMPCORE   0x00000200      /* dumped core */
+ #define PF_SIGNALED   0x00000400      /* killed by a signal */
+ #define PF_MEMALLOC   0x00000800      /* Allocating memory */
++#define PF_NPROC_EXCEEDED 0x00001000  /* set_user noticed that RLIMIT_NPROC was exceeded */
+ #define PF_USED_MATH  0x00002000      /* if unset the fpu must be initialized before use */
+ #define PF_FREEZING   0x00004000      /* freeze in progress. do not account to load */
+ #define PF_NOFREEZE   0x00008000      /* this thread should not be frozen */
+@@ -2056,7 +2149,9 @@ void yield(void);
  extern struct exec_domain     default_exec_domain;
  
  union thread_union {
@@ -64700,7 +57553,15 @@ diff -urNp linux-2.6.39/include/linux/sched.h linux-2.6.39/include/linux/sched.h
        unsigned long stack[THREAD_SIZE/sizeof(long)];
  };
  
-@@ -2179,7 +2279,7 @@ extern void __cleanup_sighand(struct sig
+@@ -2089,6 +2184,7 @@ extern struct pid_namespace init_pid_ns;
+  */
+ extern struct task_struct *find_task_by_vpid(pid_t nr);
++extern struct task_struct *find_task_by_vpid_unrestricted(pid_t nr);
+ extern struct task_struct *find_task_by_pid_ns(pid_t nr,
+               struct pid_namespace *ns);
+@@ -2225,7 +2321,7 @@ extern void __cleanup_sighand(struct sig
  extern void exit_itimers(struct signal_struct *);
  extern void flush_itimer_signals(void);
  
@@ -64709,7 +57570,7 @@ diff -urNp linux-2.6.39/include/linux/sched.h linux-2.6.39/include/linux/sched.h
  
  extern void daemonize(const char *, ...);
  extern int allow_signal(int);
-@@ -2320,13 +2420,17 @@ static inline unsigned long *end_of_stac
+@@ -2393,13 +2489,17 @@ static inline unsigned long *end_of_stac
  
  #endif
  
@@ -64729,9 +57590,9 @@ diff -urNp linux-2.6.39/include/linux/sched.h linux-2.6.39/include/linux/sched.h
  extern void thread_info_cache_init(void);
  
  #ifdef CONFIG_DEBUG_STACK_USAGE
-diff -urNp linux-2.6.39/include/linux/screen_info.h linux-2.6.39/include/linux/screen_info.h
---- linux-2.6.39/include/linux/screen_info.h   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/linux/screen_info.h   2011-05-22 19:36:33.000000000 -0400
+diff -urNp linux-3.0.4/include/linux/screen_info.h linux-3.0.4/include/linux/screen_info.h
+--- linux-3.0.4/include/linux/screen_info.h    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/linux/screen_info.h    2011-08-23 21:47:56.000000000 -0400
 @@ -43,7 +43,8 @@ struct screen_info {
        __u16 pages;            /* 0x32 */
        __u16 vesa_attributes;  /* 0x34 */
@@ -64742,9 +57603,9 @@ diff -urNp linux-2.6.39/include/linux/screen_info.h linux-2.6.39/include/linux/s
  } __attribute__((packed));
  
  #define VIDEO_TYPE_MDA                0x10    /* Monochrome Text Display      */
-diff -urNp linux-2.6.39/include/linux/security.h linux-2.6.39/include/linux/security.h
---- linux-2.6.39/include/linux/security.h      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/linux/security.h      2011-05-22 19:41:42.000000000 -0400
+diff -urNp linux-3.0.4/include/linux/security.h linux-3.0.4/include/linux/security.h
+--- linux-3.0.4/include/linux/security.h       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/linux/security.h       2011-08-23 21:48:14.000000000 -0400
 @@ -36,6 +36,7 @@
  #include <linux/key.h>
  #include <linux/xfrm.h>
@@ -64753,9 +57614,32 @@ diff -urNp linux-2.6.39/include/linux/security.h linux-2.6.39/include/linux/secu
  #include <net/flow.h>
  
  /* Maximum number of letters for an LSM name string */
-diff -urNp linux-2.6.39/include/linux/shm.h linux-2.6.39/include/linux/shm.h
---- linux-2.6.39/include/linux/shm.h   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/linux/shm.h   2011-05-22 19:41:42.000000000 -0400
+diff -urNp linux-3.0.4/include/linux/seq_file.h linux-3.0.4/include/linux/seq_file.h
+--- linux-3.0.4/include/linux/seq_file.h       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/linux/seq_file.h       2011-08-23 21:47:56.000000000 -0400
+@@ -32,6 +32,7 @@ struct seq_operations {
+       void * (*next) (struct seq_file *m, void *v, loff_t *pos);
+       int (*show) (struct seq_file *m, void *v);
+ };
++typedef struct seq_operations __no_const seq_operations_no_const;
+ #define SEQ_SKIP 1
+diff -urNp linux-3.0.4/include/linux/shmem_fs.h linux-3.0.4/include/linux/shmem_fs.h
+--- linux-3.0.4/include/linux/shmem_fs.h       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/linux/shmem_fs.h       2011-08-23 21:47:56.000000000 -0400
+@@ -10,7 +10,7 @@
+ #define SHMEM_NR_DIRECT 16
+-#define SHMEM_SYMLINK_INLINE_LEN (SHMEM_NR_DIRECT * sizeof(swp_entry_t))
++#define SHMEM_SYMLINK_INLINE_LEN 64
+ struct shmem_inode_info {
+       spinlock_t              lock;
+diff -urNp linux-3.0.4/include/linux/shm.h linux-3.0.4/include/linux/shm.h
+--- linux-3.0.4/include/linux/shm.h    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/linux/shm.h    2011-08-23 21:48:14.000000000 -0400
 @@ -95,6 +95,10 @@ struct shmid_kernel /* private to the ke
        pid_t                   shm_cprid;
        pid_t                   shm_lprid;
@@ -64767,9 +57651,9 @@ diff -urNp linux-2.6.39/include/linux/shm.h linux-2.6.39/include/linux/shm.h
  };
  
  /* shm_mode upper byte flags */
-diff -urNp linux-2.6.39/include/linux/skbuff.h linux-2.6.39/include/linux/skbuff.h
---- linux-2.6.39/include/linux/skbuff.h        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/linux/skbuff.h        2011-05-22 19:36:33.000000000 -0400
+diff -urNp linux-3.0.4/include/linux/skbuff.h linux-3.0.4/include/linux/skbuff.h
+--- linux-3.0.4/include/linux/skbuff.h 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/linux/skbuff.h 2011-08-23 21:47:56.000000000 -0400
 @@ -592,7 +592,7 @@ static inline struct skb_shared_hwtstamp
   */
  static inline int skb_queue_empty(const struct sk_buff_head *list)
@@ -64797,18 +57681,18 @@ diff -urNp linux-2.6.39/include/linux/skbuff.h linux-2.6.39/include/linux/skbuff
  }
  
  /**
-@@ -1435,7 +1435,7 @@ static inline int pskb_network_may_pull(
+@@ -1440,7 +1440,7 @@ static inline int pskb_network_may_pull(
   * NET_IP_ALIGN(2) + ethernet_header(14) + IP_header(20/40) + ports(8)
   */
  #ifndef NET_SKB_PAD
 -#define NET_SKB_PAD   max(32, L1_CACHE_BYTES)
-+#define NET_SKB_PAD   max(_AC(32,U), L1_CACHE_BYTES)
++#define NET_SKB_PAD   max(_AC(32,UL), L1_CACHE_BYTES)
  #endif
  
  extern int ___pskb_trim(struct sk_buff *skb, unsigned int len);
-diff -urNp linux-2.6.39/include/linux/slab_def.h linux-2.6.39/include/linux/slab_def.h
---- linux-2.6.39/include/linux/slab_def.h      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/linux/slab_def.h      2011-05-22 19:36:33.000000000 -0400
+diff -urNp linux-3.0.4/include/linux/slab_def.h linux-3.0.4/include/linux/slab_def.h
+--- linux-3.0.4/include/linux/slab_def.h       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/linux/slab_def.h       2011-08-23 21:47:56.000000000 -0400
 @@ -96,10 +96,10 @@ struct kmem_cache {
        unsigned long node_allocs;
        unsigned long node_frees;
@@ -64824,9 +57708,9 @@ diff -urNp linux-2.6.39/include/linux/slab_def.h linux-2.6.39/include/linux/slab
  
        /*
         * If debugging is enabled, then the allocator can add additional
-diff -urNp linux-2.6.39/include/linux/slab.h linux-2.6.39/include/linux/slab.h
---- linux-2.6.39/include/linux/slab.h  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/linux/slab.h  2011-05-23 17:07:00.000000000 -0400
+diff -urNp linux-3.0.4/include/linux/slab.h linux-3.0.4/include/linux/slab.h
+--- linux-3.0.4/include/linux/slab.h   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/linux/slab.h   2011-08-23 21:47:56.000000000 -0400
 @@ -11,12 +11,20 @@
  
  #include <linux/gfp.h>
@@ -64933,10 +57817,10 @@ diff -urNp linux-2.6.39/include/linux/slab.h linux-2.6.39/include/linux/slab.h
 +})
 +
  #endif        /* _LINUX_SLAB_H */
-diff -urNp linux-2.6.39/include/linux/slub_def.h linux-2.6.39/include/linux/slub_def.h
---- linux-2.6.39/include/linux/slub_def.h      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/linux/slub_def.h      2011-05-22 19:36:33.000000000 -0400
-@@ -84,7 +84,7 @@ struct kmem_cache {
+diff -urNp linux-3.0.4/include/linux/slub_def.h linux-3.0.4/include/linux/slub_def.h
+--- linux-3.0.4/include/linux/slub_def.h       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/linux/slub_def.h       2011-08-23 21:47:56.000000000 -0400
+@@ -82,7 +82,7 @@ struct kmem_cache {
        struct kmem_cache_order_objects max;
        struct kmem_cache_order_objects min;
        gfp_t allocflags;       /* gfp flags to use on each alloc */
@@ -64945,9 +57829,18 @@ diff -urNp linux-2.6.39/include/linux/slub_def.h linux-2.6.39/include/linux/slub
        void (*ctor)(void *);
        int inuse;              /* Offset to metadata */
        int align;              /* Alignment */
-diff -urNp linux-2.6.39/include/linux/sonet.h linux-2.6.39/include/linux/sonet.h
---- linux-2.6.39/include/linux/sonet.h 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/linux/sonet.h 2011-05-22 19:36:33.000000000 -0400
+@@ -218,7 +218,7 @@ static __always_inline struct kmem_cache
+ }
+ void *kmem_cache_alloc(struct kmem_cache *, gfp_t);
+-void *__kmalloc(size_t size, gfp_t flags);
++void *__kmalloc(size_t size, gfp_t flags) __alloc_size(1);
+ static __always_inline void *
+ kmalloc_order(size_t size, gfp_t flags, unsigned int order)
+diff -urNp linux-3.0.4/include/linux/sonet.h linux-3.0.4/include/linux/sonet.h
+--- linux-3.0.4/include/linux/sonet.h  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/linux/sonet.h  2011-08-23 21:47:56.000000000 -0400
 @@ -61,7 +61,7 @@ struct sonet_stats {
  #include <asm/atomic.h>
  
@@ -64957,21 +57850,9 @@ diff -urNp linux-2.6.39/include/linux/sonet.h linux-2.6.39/include/linux/sonet.h
        __SONET_ITEMS
  #undef __HANDLE_ITEM
  };
-diff -urNp linux-2.6.39/include/linux/ssb/ssb_driver_gige.h linux-2.6.39/include/linux/ssb/ssb_driver_gige.h
---- linux-2.6.39/include/linux/ssb/ssb_driver_gige.h   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/linux/ssb/ssb_driver_gige.h   2011-05-22 19:36:33.000000000 -0400
-@@ -44,7 +44,7 @@ struct ssb_gige {
-       /* The PCI controller device. */
-       struct pci_controller pci_controller;
--      struct pci_ops pci_ops;
-+      const struct pci_ops pci_ops;
-       struct resource mem_resource;
-       struct resource io_resource;
- };
-diff -urNp linux-2.6.39/include/linux/sunrpc/clnt.h linux-2.6.39/include/linux/sunrpc/clnt.h
---- linux-2.6.39/include/linux/sunrpc/clnt.h   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/linux/sunrpc/clnt.h   2011-05-22 19:36:33.000000000 -0400
+diff -urNp linux-3.0.4/include/linux/sunrpc/clnt.h linux-3.0.4/include/linux/sunrpc/clnt.h
+--- linux-3.0.4/include/linux/sunrpc/clnt.h    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/linux/sunrpc/clnt.h    2011-08-23 21:47:56.000000000 -0400
 @@ -169,9 +169,9 @@ static inline unsigned short rpc_get_por
  {
        switch (sap->sa_family) {
@@ -65002,9 +57883,9 @@ diff -urNp linux-2.6.39/include/linux/sunrpc/clnt.h linux-2.6.39/include/linux/s
  }
  
  #endif /* __KERNEL__ */
-diff -urNp linux-2.6.39/include/linux/sunrpc/svc_rdma.h linux-2.6.39/include/linux/sunrpc/svc_rdma.h
---- linux-2.6.39/include/linux/sunrpc/svc_rdma.h       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/linux/sunrpc/svc_rdma.h       2011-05-22 19:36:33.000000000 -0400
+diff -urNp linux-3.0.4/include/linux/sunrpc/svc_rdma.h linux-3.0.4/include/linux/sunrpc/svc_rdma.h
+--- linux-3.0.4/include/linux/sunrpc/svc_rdma.h        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/linux/sunrpc/svc_rdma.h        2011-08-23 21:47:56.000000000 -0400
 @@ -53,15 +53,15 @@ extern unsigned int svcrdma_ord;
  extern unsigned int svcrdma_max_requests;
  extern unsigned int svcrdma_max_req_size;
@@ -65030,64 +57911,9 @@ diff -urNp linux-2.6.39/include/linux/sunrpc/svc_rdma.h linux-2.6.39/include/lin
  
  #define RPCRDMA_VERSION 1
  
-diff -urNp linux-2.6.39/include/linux/suspend.h linux-2.6.39/include/linux/suspend.h
---- linux-2.6.39/include/linux/suspend.h       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/linux/suspend.h       2011-05-22 19:36:33.000000000 -0400
-@@ -106,15 +106,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
-@@ -217,16 +217,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
-diff -urNp linux-2.6.39/include/linux/sysctl.h linux-2.6.39/include/linux/sysctl.h
---- linux-2.6.39/include/linux/sysctl.h        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/linux/sysctl.h        2011-05-22 19:41:42.000000000 -0400
+diff -urNp linux-3.0.4/include/linux/sysctl.h linux-3.0.4/include/linux/sysctl.h
+--- linux-3.0.4/include/linux/sysctl.h 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/linux/sysctl.h 2011-08-23 21:48:14.000000000 -0400
 @@ -155,7 +155,11 @@ enum
        KERN_PANIC_ON_NMI=76, /* int: whether we will panic on an unrecovered */
  };
@@ -65110,61 +57936,9 @@ diff -urNp linux-2.6.39/include/linux/sysctl.h linux-2.6.39/include/linux/sysctl
  extern int proc_dointvec(struct ctl_table *, int,
                         void __user *, size_t *, loff_t *);
  extern int proc_dointvec_minmax(struct ctl_table *, int,
-diff -urNp linux-2.6.39/include/linux/sysfs.h linux-2.6.39/include/linux/sysfs.h
---- linux-2.6.39/include/linux/sysfs.h 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/linux/sysfs.h 2011-05-22 19:36:33.000000000 -0400
-@@ -110,8 +110,8 @@ struct bin_attribute {
- #define sysfs_bin_attr_init(bin_attr) sysfs_attr_init(&(bin_attr)->attr)
- 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.39/include/linux/tty.h linux-2.6.39/include/linux/tty.h
---- linux-2.6.39/include/linux/tty.h   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/linux/tty.h   2011-05-22 19:36:33.000000000 -0400
-@@ -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>
-@@ -466,7 +467,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 int tty_add_file(struct tty_struct *tty, struct file *file);
- extern void free_tty_struct(struct tty_struct *tty);
-@@ -529,6 +529,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.39/include/linux/tty_ldisc.h linux-2.6.39/include/linux/tty_ldisc.h
---- linux-2.6.39/include/linux/tty_ldisc.h     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/linux/tty_ldisc.h     2011-05-22 19:36:33.000000000 -0400
+diff -urNp linux-3.0.4/include/linux/tty_ldisc.h linux-3.0.4/include/linux/tty_ldisc.h
+--- linux-3.0.4/include/linux/tty_ldisc.h      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/linux/tty_ldisc.h      2011-08-23 21:47:56.000000000 -0400
 @@ -148,7 +148,7 @@ struct tty_ldisc_ops {
  
        struct  module *owner;
@@ -65174,9 +57948,9 @@ diff -urNp linux-2.6.39/include/linux/tty_ldisc.h linux-2.6.39/include/linux/tty
  };
  
  struct tty_ldisc {
-diff -urNp linux-2.6.39/include/linux/types.h linux-2.6.39/include/linux/types.h
---- linux-2.6.39/include/linux/types.h 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/linux/types.h 2011-05-22 19:36:33.000000000 -0400
+diff -urNp linux-3.0.4/include/linux/types.h linux-3.0.4/include/linux/types.h
+--- linux-3.0.4/include/linux/types.h  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/linux/types.h  2011-08-23 21:47:56.000000000 -0400
 @@ -213,10 +213,26 @@ typedef struct {
        int counter;
  } atomic_t;
@@ -65204,9 +57978,9 @@ diff -urNp linux-2.6.39/include/linux/types.h linux-2.6.39/include/linux/types.h
  #endif
  
  struct list_head {
-diff -urNp linux-2.6.39/include/linux/uaccess.h linux-2.6.39/include/linux/uaccess.h
---- linux-2.6.39/include/linux/uaccess.h       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/linux/uaccess.h       2011-05-22 19:36:33.000000000 -0400
+diff -urNp linux-3.0.4/include/linux/uaccess.h linux-3.0.4/include/linux/uaccess.h
+--- linux-3.0.4/include/linux/uaccess.h        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/linux/uaccess.h        2011-08-23 21:47:56.000000000 -0400
 @@ -76,11 +76,11 @@ static inline unsigned long __copy_from_
                long ret;                               \
                mm_segment_t old_fs = get_fs();         \
@@ -65221,30 +57995,9 @@ diff -urNp linux-2.6.39/include/linux/uaccess.h linux-2.6.39/include/linux/uacce
                ret;                                    \
        })
  
-@@ -93,8 +93,8 @@ 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, void *src, size_t size);
-+extern long probe_kernel_read(void *dst, const 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
-@@ -105,7 +105,7 @@ extern long __probe_kernel_read(void *ds
-  * Safely write to address @dst from the buffer at @src.  If a kernel fault
-  * happens, handle that and return -EFAULT.
-  */
--extern long notrace probe_kernel_write(void *dst, void *src, size_t size);
--extern long notrace __probe_kernel_write(void *dst, void *src, size_t size);
-+extern long notrace probe_kernel_write(void *dst, const void *src, size_t size);
-+extern long notrace __probe_kernel_write(void *dst, const void *src, size_t size);
- #endif                /* __LINUX_UACCESS_H__ */
-diff -urNp linux-2.6.39/include/linux/unaligned/access_ok.h linux-2.6.39/include/linux/unaligned/access_ok.h
---- linux-2.6.39/include/linux/unaligned/access_ok.h   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/linux/unaligned/access_ok.h   2011-05-22 19:36:33.000000000 -0400
+diff -urNp linux-3.0.4/include/linux/unaligned/access_ok.h linux-3.0.4/include/linux/unaligned/access_ok.h
+--- linux-3.0.4/include/linux/unaligned/access_ok.h    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/linux/unaligned/access_ok.h    2011-08-23 21:47:56.000000000 -0400
 @@ -6,32 +6,32 @@
  
  static inline u16 get_unaligned_le16(const void *p)
@@ -65284,87 +58037,9 @@ diff -urNp linux-2.6.39/include/linux/unaligned/access_ok.h linux-2.6.39/include
  }
  
  static inline void put_unaligned_le16(u16 val, void *p)
-diff -urNp linux-2.6.39/include/linux/usb/hcd.h linux-2.6.39/include/linux/usb/hcd.h
---- linux-2.6.39/include/linux/usb/hcd.h       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/linux/usb/hcd.h       2011-05-22 19:36:33.000000000 -0400
-@@ -615,7 +615,7 @@ struct usb_mon_operations {
-       /* 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)
- {
-@@ -637,7 +637,7 @@ static inline void usbmon_urb_complete(s
-               (*mon_ops->urb_complete)(bus, urb, status);
- }
--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.39/include/linux/usb/intel_mid_otg.h linux-2.6.39/include/linux/usb/intel_mid_otg.h
---- linux-2.6.39/include/linux/usb/intel_mid_otg.h     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/linux/usb/intel_mid_otg.h     2011-05-22 19:36:33.000000000 -0400
-@@ -115,7 +115,7 @@ struct intel_mid_otg_xceiv {
-       void __iomem            *base;
-       /* ops to access ulpi */
--      struct iotg_ulpi_access_ops     ulpi_ops;
-+      const struct iotg_ulpi_access_ops ulpi_ops;
-       /* atomic notifier for interrupt context */
-       struct atomic_notifier_head     iotg_notifier;
-diff -urNp linux-2.6.39/include/linux/usb/ulpi.h linux-2.6.39/include/linux/usb/ulpi.h
---- linux-2.6.39/include/linux/usb/ulpi.h      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/linux/usb/ulpi.h      2011-05-22 19:36:33.000000000 -0400
-@@ -186,7 +186,7 @@ struct otg_transceiver *otg_ulpi_create(
- #ifdef CONFIG_USB_ULPI_VIEWPORT
- /* access ops for controllers with a viewport register */
--extern struct otg_io_access_ops ulpi_viewport_access_ops;
-+extern const struct otg_io_access_ops ulpi_viewport_access_ops;
- #endif
- #endif /* __LINUX_USB_ULPI_H */
-diff -urNp linux-2.6.39/include/linux/vga_switcheroo.h linux-2.6.39/include/linux/vga_switcheroo.h
---- linux-2.6.39/include/linux/vga_switcheroo.h        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/linux/vga_switcheroo.h        2011-05-22 19:36:33.000000000 -0400
-@@ -39,7 +39,7 @@ int vga_switcheroo_register_client(struc
- void vga_switcheroo_client_fb_set(struct pci_dev *dev,
-                                 struct fb_info *info);
--int vga_switcheroo_register_handler(struct vga_switcheroo_handler *handler);
-+int vga_switcheroo_register_handler(const struct vga_switcheroo_handler *handler);
- void vga_switcheroo_unregister_handler(void);
- int vga_switcheroo_process_delayed_switch(void);
-@@ -52,7 +52,7 @@ static inline int vga_switcheroo_registe
-                                         void (*reprobe)(struct pci_dev *dev),
-                                         bool (*can_switch)(struct pci_dev *dev)) { return 0; }
- static inline void vga_switcheroo_client_fb_set(struct pci_dev *dev, struct fb_info *info) {}
--static inline int vga_switcheroo_register_handler(struct vga_switcheroo_handler *handler) { return 0; }
-+static inline int vga_switcheroo_register_handler(const struct vga_switcheroo_handler *handler) { return 0; }
- static inline void vga_switcheroo_unregister_handler(void) {}
- static inline int vga_switcheroo_process_delayed_switch(void) { return 0; }
-diff -urNp linux-2.6.39/include/linux/virtio.h linux-2.6.39/include/linux/virtio.h
---- linux-2.6.39/include/linux/virtio.h        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/linux/virtio.h        2011-05-22 19:36:33.000000000 -0400
-@@ -102,7 +102,7 @@ struct virtio_device {
-       int index;
-       struct device dev;
-       struct virtio_device_id id;
--      struct virtio_config_ops *config;
-+      const struct virtio_config_ops *config;
-       struct list_head vqs;
-       /* Note that this is a Linux set_bit-style bitmap. */
-       unsigned long features[1];
-diff -urNp linux-2.6.39/include/linux/vmalloc.h linux-2.6.39/include/linux/vmalloc.h
---- linux-2.6.39/include/linux/vmalloc.h       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/linux/vmalloc.h       2011-05-22 19:36:33.000000000 -0400
+diff -urNp linux-3.0.4/include/linux/vmalloc.h linux-3.0.4/include/linux/vmalloc.h
+--- linux-3.0.4/include/linux/vmalloc.h        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/linux/vmalloc.h        2011-08-23 21:47:56.000000000 -0400
 @@ -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 */
@@ -65481,10 +58156,10 @@ diff -urNp linux-2.6.39/include/linux/vmalloc.h linux-2.6.39/include/linux/vmall
 +})
 +
  #endif /* _LINUX_VMALLOC_H */
-diff -urNp linux-2.6.39/include/linux/vmstat.h linux-2.6.39/include/linux/vmstat.h
---- linux-2.6.39/include/linux/vmstat.h        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/linux/vmstat.h        2011-05-22 19:36:33.000000000 -0400
-@@ -147,18 +147,18 @@ static inline void vm_events_fold_cpu(in
+diff -urNp linux-3.0.4/include/linux/vmstat.h linux-3.0.4/include/linux/vmstat.h
+--- linux-3.0.4/include/linux/vmstat.h 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/linux/vmstat.h 2011-08-23 21:47:56.000000000 -0400
+@@ -87,18 +87,18 @@ static inline void vm_events_fold_cpu(in
  /*
   * Zone based page accounting with per cpu differentials.
   */
@@ -65507,7 +58182,7 @@ diff -urNp linux-2.6.39/include/linux/vmstat.h linux-2.6.39/include/linux/vmstat
  #ifdef CONFIG_SMP
        if (x < 0)
                x = 0;
-@@ -169,7 +169,7 @@ static inline unsigned long global_page_
+@@ -109,7 +109,7 @@ static inline unsigned long global_page_
  static inline unsigned long zone_page_state(struct zone *zone,
                                        enum zone_stat_item item)
  {
@@ -65516,7 +58191,7 @@ diff -urNp linux-2.6.39/include/linux/vmstat.h linux-2.6.39/include/linux/vmstat
  #ifdef CONFIG_SMP
        if (x < 0)
                x = 0;
-@@ -186,7 +186,7 @@ static inline unsigned long zone_page_st
+@@ -126,7 +126,7 @@ static inline unsigned long zone_page_st
  static inline unsigned long zone_page_state_snapshot(struct zone *zone,
                                        enum zone_stat_item item)
  {
@@ -65525,7 +58200,7 @@ diff -urNp linux-2.6.39/include/linux/vmstat.h linux-2.6.39/include/linux/vmstat
  
  #ifdef CONFIG_SMP
        int cpu;
-@@ -280,8 +280,8 @@ static inline void __mod_zone_page_state
+@@ -221,8 +221,8 @@ static inline void __mod_zone_page_state
  
  static inline void __inc_zone_state(struct zone *zone, enum zone_stat_item item)
  {
@@ -65536,7 +58211,7 @@ diff -urNp linux-2.6.39/include/linux/vmstat.h linux-2.6.39/include/linux/vmstat
  }
  
  static inline void __inc_zone_page_state(struct page *page,
-@@ -292,8 +292,8 @@ static inline void __inc_zone_page_state
+@@ -233,8 +233,8 @@ static inline void __inc_zone_page_state
  
  static inline void __dec_zone_state(struct zone *zone, enum zone_stat_item item)
  {
@@ -65547,40 +58222,41 @@ diff -urNp linux-2.6.39/include/linux/vmstat.h linux-2.6.39/include/linux/vmstat
  }
  
  static inline void __dec_zone_page_state(struct page *page,
-diff -urNp linux-2.6.39/include/media/saa7146_vv.h linux-2.6.39/include/media/saa7146_vv.h
---- linux-2.6.39/include/media/saa7146_vv.h    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/media/saa7146_vv.h    2011-05-22 19:36:33.000000000 -0400
-@@ -202,13 +202,13 @@ void saa7146_set_gpio(struct saa7146_dev
- /* from saa7146_video.c */
- extern const struct v4l2_ioctl_ops saa7146_video_ioctl_ops;
--extern struct saa7146_use_ops saa7146_video_uops;
-+extern const struct saa7146_use_ops saa7146_video_uops;
- int saa7146_start_preview(struct saa7146_fh *fh);
- int saa7146_stop_preview(struct saa7146_fh *fh);
- long saa7146_video_do_ioctl(struct file *file, unsigned int cmd, void *arg);
- /* from saa7146_vbi.c */
--extern struct saa7146_use_ops saa7146_vbi_uops;
-+extern const struct saa7146_use_ops saa7146_vbi_uops;
- /* resource management functions */
- int saa7146_res_get(struct saa7146_fh *fh, unsigned int bit);
-diff -urNp linux-2.6.39/include/media/v4l2-device.h linux-2.6.39/include/media/v4l2-device.h
---- linux-2.6.39/include/media/v4l2-device.h   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/media/v4l2-device.h   2011-05-22 19:36:33.000000000 -0400
-@@ -95,7 +95,7 @@ int __must_check v4l2_device_register(st
-    this function returns 0. If the name ends with a digit (e.g. cx18),
-    then the name will be set to cx18-0 since cx180 looks really odd. */
- int v4l2_device_set_name(struct v4l2_device *v4l2_dev, const char *basename,
--                                              atomic_t *instance);
-+                                              atomic_unchecked_t *instance);
- /* Set v4l2_dev->dev to NULL. Call when the USB parent disconnects.
-    Since the parent disappears this ensures that v4l2_dev doesn't have an
-diff -urNp linux-2.6.39/include/net/caif/cfctrl.h linux-2.6.39/include/net/caif/cfctrl.h
---- linux-2.6.39/include/net/caif/cfctrl.h     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/net/caif/cfctrl.h     2011-05-22 19:36:33.000000000 -0400
+diff -urNp linux-3.0.4/include/media/saa7146_vv.h linux-3.0.4/include/media/saa7146_vv.h
+--- linux-3.0.4/include/media/saa7146_vv.h     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/media/saa7146_vv.h     2011-08-24 18:26:09.000000000 -0400
+@@ -163,7 +163,7 @@ struct saa7146_ext_vv
+       int (*std_callback)(struct saa7146_dev*, struct saa7146_standard *);
+       /* the extension can override this */
+-      struct v4l2_ioctl_ops ops;
++      v4l2_ioctl_ops_no_const ops;
+       /* pointer to the saa7146 core ops */
+       const struct v4l2_ioctl_ops *core_ops;
+diff -urNp linux-3.0.4/include/media/v4l2-ioctl.h linux-3.0.4/include/media/v4l2-ioctl.h
+--- linux-3.0.4/include/media/v4l2-ioctl.h     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/media/v4l2-ioctl.h     2011-08-24 18:25:45.000000000 -0400
+@@ -272,6 +272,7 @@ struct v4l2_ioctl_ops {
+       long (*vidioc_default)         (struct file *file, void *fh,
+                                       bool valid_prio, int cmd, void *arg);
+ };
++typedef struct v4l2_ioctl_ops __no_const v4l2_ioctl_ops_no_const;
+ /* v4l debugging and diagnostics */
+diff -urNp linux-3.0.4/include/net/caif/cfctrl.h linux-3.0.4/include/net/caif/cfctrl.h
+--- linux-3.0.4/include/net/caif/cfctrl.h      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/net/caif/cfctrl.h      2011-08-23 21:47:56.000000000 -0400
+@@ -52,7 +52,7 @@ struct cfctrl_rsp {
+       void (*radioset_rsp)(void);
+       void (*reject_rsp)(struct cflayer *layer, u8 linkid,
+                               struct cflayer *client_layer);
+-};
++} __no_const;
+ /* Link Setup Parameters for CAIF-Links. */
+ struct cfctrl_link_param {
 @@ -101,8 +101,8 @@ struct cfctrl_request_info {
  struct cfctrl {
        struct cfsrvl serv;
@@ -65592,10 +58268,10 @@ diff -urNp linux-2.6.39/include/net/caif/cfctrl.h linux-2.6.39/include/net/caif/
        struct list_head list;
        /* Protects from simultaneous access to first_req list */
        spinlock_t info_list_lock;
-diff -urNp linux-2.6.39/include/net/flow.h linux-2.6.39/include/net/flow.h
---- linux-2.6.39/include/net/flow.h    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/net/flow.h    2011-05-22 19:36:33.000000000 -0400
-@@ -167,6 +167,6 @@ extern struct flow_cache_object *flow_ca
+diff -urNp linux-3.0.4/include/net/flow.h linux-3.0.4/include/net/flow.h
+--- linux-3.0.4/include/net/flow.h     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/net/flow.h     2011-08-23 21:47:56.000000000 -0400
+@@ -188,6 +188,6 @@ extern struct flow_cache_object *flow_ca
                u8 dir, flow_resolve_t resolver, void *ctx);
  
  extern void flow_cache_flush(void);
@@ -65603,9 +58279,9 @@ diff -urNp linux-2.6.39/include/net/flow.h linux-2.6.39/include/net/flow.h
 +extern atomic_unchecked_t flow_cache_genid;
  
  #endif
-diff -urNp linux-2.6.39/include/net/inetpeer.h linux-2.6.39/include/net/inetpeer.h
---- linux-2.6.39/include/net/inetpeer.h        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/net/inetpeer.h        2011-05-22 19:36:33.000000000 -0400
+diff -urNp linux-3.0.4/include/net/inetpeer.h linux-3.0.4/include/net/inetpeer.h
+--- linux-3.0.4/include/net/inetpeer.h 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/net/inetpeer.h 2011-08-23 21:47:56.000000000 -0400
 @@ -43,8 +43,8 @@ struct inet_peer {
         */
        union {
@@ -65626,9 +58302,9 @@ diff -urNp linux-2.6.39/include/net/inetpeer.h linux-2.6.39/include/net/inetpeer
  }
  
  #endif /* _NET_INETPEER_H */
-diff -urNp linux-2.6.39/include/net/ip_fib.h linux-2.6.39/include/net/ip_fib.h
---- linux-2.6.39/include/net/ip_fib.h  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/net/ip_fib.h  2011-05-22 19:36:33.000000000 -0400
+diff -urNp linux-3.0.4/include/net/ip_fib.h linux-3.0.4/include/net/ip_fib.h
+--- linux-3.0.4/include/net/ip_fib.h   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/net/ip_fib.h   2011-08-23 21:47:56.000000000 -0400
 @@ -146,7 +146,7 @@ extern __be32 fib_info_update_nh_saddr(s
  
  #define FIB_RES_SADDR(net, res)                               \
@@ -65638,10 +58314,10 @@ diff -urNp linux-2.6.39/include/net/ip_fib.h linux-2.6.39/include/net/ip_fib.h
         FIB_RES_NH(res).nh_saddr :                     \
         fib_info_update_nh_saddr((net), &FIB_RES_NH(res)))
  #define FIB_RES_GW(res)                       (FIB_RES_NH(res).nh_gw)
-diff -urNp linux-2.6.39/include/net/ip_vs.h linux-2.6.39/include/net/ip_vs.h
---- linux-2.6.39/include/net/ip_vs.h   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/net/ip_vs.h   2011-05-22 19:36:33.000000000 -0400
-@@ -512,7 +512,7 @@ struct ip_vs_conn {
+diff -urNp linux-3.0.4/include/net/ip_vs.h linux-3.0.4/include/net/ip_vs.h
+--- linux-3.0.4/include/net/ip_vs.h    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/net/ip_vs.h    2011-08-23 21:47:56.000000000 -0400
+@@ -509,7 +509,7 @@ struct ip_vs_conn {
        struct ip_vs_conn       *control;       /* Master control connection */
        atomic_t                n_control;      /* Number of controlled ones */
        struct ip_vs_dest       *dest;          /* real server */
@@ -65650,7 +58326,7 @@ diff -urNp linux-2.6.39/include/net/ip_vs.h linux-2.6.39/include/net/ip_vs.h
  
        /* packet transmitter for different forwarding methods.  If it
           mangles the packet, it must return NF_DROP or better NF_STOLEN,
-@@ -650,7 +650,7 @@ struct ip_vs_dest {
+@@ -647,7 +647,7 @@ struct ip_vs_dest {
        __be16                  port;           /* port number of the server */
        union nf_inet_addr      addr;           /* IP address of the server */
        volatile unsigned       flags;          /* dest status flags */
@@ -65659,9 +58335,21 @@ diff -urNp linux-2.6.39/include/net/ip_vs.h linux-2.6.39/include/net/ip_vs.h
        atomic_t                weight;         /* server weight */
  
        atomic_t                refcnt;         /* reference counter */
-diff -urNp linux-2.6.39/include/net/irda/ircomm_tty.h linux-2.6.39/include/net/irda/ircomm_tty.h
---- linux-2.6.39/include/net/irda/ircomm_tty.h 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/net/irda/ircomm_tty.h 2011-05-22 19:36:33.000000000 -0400
+diff -urNp linux-3.0.4/include/net/irda/ircomm_core.h linux-3.0.4/include/net/irda/ircomm_core.h
+--- linux-3.0.4/include/net/irda/ircomm_core.h 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/net/irda/ircomm_core.h 2011-08-23 21:47:56.000000000 -0400
+@@ -51,7 +51,7 @@ typedef struct {
+       int (*connect_response)(struct ircomm_cb *, struct sk_buff *);
+       int (*disconnect_request)(struct ircomm_cb *, struct sk_buff *, 
+                                 struct ircomm_info *);        
+-} call_t;
++} __no_const call_t;
+ struct ircomm_cb {
+       irda_queue_t queue;
+diff -urNp linux-3.0.4/include/net/irda/ircomm_tty.h linux-3.0.4/include/net/irda/ircomm_tty.h
+--- linux-3.0.4/include/net/irda/ircomm_tty.h  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/net/irda/ircomm_tty.h  2011-08-23 21:47:56.000000000 -0400
 @@ -35,6 +35,7 @@
  #include <linux/termios.h>
  #include <linux/timer.h>
@@ -65681,9 +58369,9 @@ diff -urNp linux-2.6.39/include/net/irda/ircomm_tty.h linux-2.6.39/include/net/i
  
        /* Protect concurent access to :
         *      o self->open_count
-diff -urNp linux-2.6.39/include/net/iucv/af_iucv.h linux-2.6.39/include/net/iucv/af_iucv.h
---- linux-2.6.39/include/net/iucv/af_iucv.h    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/net/iucv/af_iucv.h    2011-05-22 19:36:33.000000000 -0400
+diff -urNp linux-3.0.4/include/net/iucv/af_iucv.h linux-3.0.4/include/net/iucv/af_iucv.h
+--- linux-3.0.4/include/net/iucv/af_iucv.h     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/net/iucv/af_iucv.h     2011-08-23 21:47:56.000000000 -0400
 @@ -87,7 +87,7 @@ struct iucv_sock {
  struct iucv_sock_list {
        struct hlist_head head;
@@ -65693,52 +58381,33 @@ diff -urNp linux-2.6.39/include/net/iucv/af_iucv.h linux-2.6.39/include/net/iucv
  };
  
  unsigned int iucv_sock_poll(struct file *file, struct socket *sock,
-diff -urNp linux-2.6.39/include/net/neighbour.h linux-2.6.39/include/net/neighbour.h
---- linux-2.6.39/include/net/neighbour.h       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/net/neighbour.h       2011-05-22 19:36:33.000000000 -0400
-@@ -118,12 +118,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*);
- };
+diff -urNp linux-3.0.4/include/net/lapb.h linux-3.0.4/include/net/lapb.h
+--- linux-3.0.4/include/net/lapb.h     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/net/lapb.h     2011-08-23 21:47:56.000000000 -0400
+@@ -95,7 +95,7 @@ struct lapb_cb {
+       struct sk_buff_head     write_queue;
+       struct sk_buff_head     ack_queue;
+       unsigned char           window;
+-      struct lapb_register_struct callbacks;
++      struct lapb_register_struct *callbacks;
+       /* FRMR control information */
+       struct lapb_frame       frmr_data;
+diff -urNp linux-3.0.4/include/net/neighbour.h linux-3.0.4/include/net/neighbour.h
+--- linux-3.0.4/include/net/neighbour.h        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/net/neighbour.h        2011-08-31 18:39:25.000000000 -0400
+@@ -124,7 +124,7 @@ struct neigh_ops {
+       int                     (*connected_output)(struct sk_buff*);
+       int                     (*hh_output)(struct sk_buff*);
+       int                     (*queue_xmit)(struct sk_buff*);
+-};
++} __do_const;
  
  struct pneigh_entry {
-diff -urNp linux-2.6.39/include/net/netfilter/nf_conntrack_ecache.h linux-2.6.39/include/net/netfilter/nf_conntrack_ecache.h
---- linux-2.6.39/include/net/netfilter/nf_conntrack_ecache.h   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/net/netfilter/nf_conntrack_ecache.h   2011-05-22 19:36:33.000000000 -0400
-@@ -95,7 +95,7 @@ nf_conntrack_eventmask_report(unsigned i
-                             int report)
- {
-       int ret = 0;
--      struct nf_ct_event_notifier *notify;
-+      const struct nf_ct_event_notifier *notify;
-       struct nf_conntrack_ecache *e;
-       rcu_read_lock();
-@@ -174,7 +174,7 @@ nf_ct_expect_event_report(enum ip_conntr
-                         u32 pid,
-                         int report)
- {
--      struct nf_exp_event_notifier *notify;
-+      const struct nf_exp_event_notifier *notify;
-       struct nf_conntrack_ecache *e;
-       rcu_read_lock();
-diff -urNp linux-2.6.39/include/net/netlink.h linux-2.6.39/include/net/netlink.h
---- linux-2.6.39/include/net/netlink.h 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/net/netlink.h 2011-05-22 19:36:33.000000000 -0400
+       struct pneigh_entry     *next;
+diff -urNp linux-3.0.4/include/net/netlink.h linux-3.0.4/include/net/netlink.h
+--- linux-3.0.4/include/net/netlink.h  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/net/netlink.h  2011-08-23 21:47:56.000000000 -0400
 @@ -562,7 +562,7 @@ static inline void *nlmsg_get_pos(struct
  static inline void nlmsg_trim(struct sk_buff *skb, const void *mark)
  {
@@ -65748,12 +58417,12 @@ diff -urNp linux-2.6.39/include/net/netlink.h linux-2.6.39/include/net/netlink.h
  }
  
  /**
-diff -urNp linux-2.6.39/include/net/netns/ipv4.h linux-2.6.39/include/net/netns/ipv4.h
---- linux-2.6.39/include/net/netns/ipv4.h      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/net/netns/ipv4.h      2011-05-22 19:36:33.000000000 -0400
-@@ -54,8 +54,8 @@ struct netns_ipv4 {
-       int sysctl_rt_cache_rebuild_count;
-       int current_rt_cache_rebuild_count;
+diff -urNp linux-3.0.4/include/net/netns/ipv4.h linux-3.0.4/include/net/netns/ipv4.h
+--- linux-3.0.4/include/net/netns/ipv4.h       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/net/netns/ipv4.h       2011-08-23 21:47:56.000000000 -0400
+@@ -56,8 +56,8 @@ struct netns_ipv4 {
+       unsigned int sysctl_ping_group_range[2];
  
 -      atomic_t rt_genid;
 -      atomic_t dev_addr_genid;
@@ -65762,10 +58431,10 @@ diff -urNp linux-2.6.39/include/net/netns/ipv4.h linux-2.6.39/include/net/netns/
  
  #ifdef CONFIG_IP_MROUTE
  #ifndef CONFIG_IP_MROUTE_MULTIPLE_TABLES
-diff -urNp linux-2.6.39/include/net/sctp/sctp.h linux-2.6.39/include/net/sctp/sctp.h
---- linux-2.6.39/include/net/sctp/sctp.h       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/net/sctp/sctp.h       2011-05-22 19:36:33.000000000 -0400
-@@ -316,9 +316,9 @@ do {                                                                       \
+diff -urNp linux-3.0.4/include/net/sctp/sctp.h linux-3.0.4/include/net/sctp/sctp.h
+--- linux-3.0.4/include/net/sctp/sctp.h        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/net/sctp/sctp.h        2011-08-23 21:47:56.000000000 -0400
+@@ -315,9 +315,9 @@ do {                                                                       \
  
  #else /* SCTP_DEBUG */
  
@@ -65778,9 +58447,9 @@ diff -urNp linux-2.6.39/include/net/sctp/sctp.h linux-2.6.39/include/net/sctp/sc
  #define SCTP_ENABLE_DEBUG
  #define SCTP_DISABLE_DEBUG
  #define SCTP_ASSERT(expr, str, func)
-diff -urNp linux-2.6.39/include/net/sock.h linux-2.6.39/include/net/sock.h
---- linux-2.6.39/include/net/sock.h    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/net/sock.h    2011-05-22 19:36:33.000000000 -0400
+diff -urNp linux-3.0.4/include/net/sock.h linux-3.0.4/include/net/sock.h
+--- linux-3.0.4/include/net/sock.h     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/net/sock.h     2011-08-23 21:47:56.000000000 -0400
 @@ -277,7 +277,7 @@ struct sock {
  #ifdef CONFIG_RPS
        __u32                   sk_rxhash;
@@ -65790,33 +58459,46 @@ diff -urNp linux-2.6.39/include/net/sock.h linux-2.6.39/include/net/sock.h
        int                     sk_rcvbuf;
  
        struct sk_filter __rcu  *sk_filter;
-diff -urNp linux-2.6.39/include/net/tcp.h linux-2.6.39/include/net/tcp.h
---- linux-2.6.39/include/net/tcp.h     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/net/tcp.h     2011-05-22 19:36:33.000000000 -0400
-@@ -1374,7 +1374,7 @@ enum tcp_seq_states {
+@@ -1390,7 +1390,7 @@ static inline void sk_nocaps_add(struct 
+ }
+ static inline int skb_do_copy_data_nocache(struct sock *sk, struct sk_buff *skb,
+-                                         char __user *from, char *to,
++                                         char __user *from, unsigned char *to,
+                                          int copy, int offset)
+ {
+       if (skb->ip_summed == CHECKSUM_NONE) {
+diff -urNp linux-3.0.4/include/net/tcp.h linux-3.0.4/include/net/tcp.h
+--- linux-3.0.4/include/net/tcp.h      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/net/tcp.h      2011-08-23 21:47:56.000000000 -0400
+@@ -1374,8 +1374,8 @@ enum tcp_seq_states {
  struct tcp_seq_afinfo {
        char                    *name;
        sa_family_t             family;
 -      struct file_operations  seq_fops;
-+      struct file_operations  seq_fops;       /* cannot be const */
-       struct seq_operations   seq_ops;
+-      struct seq_operations   seq_ops;
++      file_operations_no_const        seq_fops;
++      seq_operations_no_const seq_ops;
  };
  
-diff -urNp linux-2.6.39/include/net/udp.h linux-2.6.39/include/net/udp.h
---- linux-2.6.39/include/net/udp.h     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/net/udp.h     2011-05-22 19:36:33.000000000 -0400
-@@ -234,7 +234,7 @@ struct udp_seq_afinfo {
+ struct tcp_iter_state {
+diff -urNp linux-3.0.4/include/net/udp.h linux-3.0.4/include/net/udp.h
+--- linux-3.0.4/include/net/udp.h      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/net/udp.h      2011-08-23 21:47:56.000000000 -0400
+@@ -234,8 +234,8 @@ struct udp_seq_afinfo {
        char                    *name;
        sa_family_t             family;
        struct udp_table        *udp_table;
 -      struct file_operations  seq_fops;
-+      struct file_operations  seq_fops;       /* cannot be const */
-       struct seq_operations   seq_ops;
+-      struct seq_operations   seq_ops;
++      file_operations_no_const        seq_fops;
++      seq_operations_no_const seq_ops;
  };
  
-diff -urNp linux-2.6.39/include/net/xfrm.h linux-2.6.39/include/net/xfrm.h
---- linux-2.6.39/include/net/xfrm.h    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/net/xfrm.h    2011-05-22 19:36:33.000000000 -0400
+ struct udp_iter_state {
+diff -urNp linux-3.0.4/include/net/xfrm.h linux-3.0.4/include/net/xfrm.h
+--- linux-3.0.4/include/net/xfrm.h     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/net/xfrm.h     2011-08-23 21:47:56.000000000 -0400
 @@ -505,7 +505,7 @@ struct xfrm_policy {
        struct timer_list       timer;
  
@@ -65826,48 +58508,41 @@ diff -urNp linux-2.6.39/include/net/xfrm.h linux-2.6.39/include/net/xfrm.h
        u32                     priority;
        u32                     index;
        struct xfrm_mark        mark;
-diff -urNp linux-2.6.39/include/pcmcia/ss.h linux-2.6.39/include/pcmcia/ss.h
---- linux-2.6.39/include/pcmcia/ss.h   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/pcmcia/ss.h   2011-05-22 19:36:33.000000000 -0400
-@@ -241,9 +241,9 @@ struct pcmcia_socket {
-  *                            "select PCCARD_NONSTATIC" in Kconfig.
-  *
-  */
--extern struct pccard_resource_ops pccard_static_ops;
-+extern const struct pccard_resource_ops pccard_static_ops;
- #if defined(CONFIG_PCMCIA) || defined(CONFIG_PCMCIA_MODULE)
--extern struct pccard_resource_ops pccard_iodyn_ops;
-+extern const struct pccard_resource_ops pccard_iodyn_ops;
- extern struct pccard_resource_ops pccard_nonstatic_ops;
- #else
- /* If PCMCIA is not used, but only CARDBUS, these functions are not used
-diff -urNp linux-2.6.39/include/rdma/ib_verbs.h linux-2.6.39/include/rdma/ib_verbs.h
---- linux-2.6.39/include/rdma/ib_verbs.h       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/rdma/ib_verbs.h       2011-05-22 19:36:33.000000000 -0400
-@@ -1149,7 +1149,7 @@ struct ib_device {
-                                                 struct ib_mad *in_mad,
-                                                 struct ib_mad *out_mad);
--      struct ib_dma_mapping_ops   *dma_ops;
-+      const struct ib_dma_mapping_ops   *dma_ops;
-       struct module               *owner;
-       struct device                dev;
-diff -urNp linux-2.6.39/include/scsi/libfc.h linux-2.6.39/include/scsi/libfc.h
---- linux-2.6.39/include/scsi/libfc.h  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/scsi/libfc.h  2011-05-22 19:36:33.000000000 -0400
-@@ -202,7 +202,7 @@ struct fc_rport_priv {
-       struct mutex                rp_mutex;
-       struct delayed_work         retry_work;
-       enum fc_rport_event         event;
--      struct fc_rport_operations  *ops;
-+      const struct fc_rport_operations  *ops;
-       struct list_head            peers;
-       struct work_struct          event_work;
-       u32                         supported_classes;
-diff -urNp linux-2.6.39/include/scsi/scsi_device.h linux-2.6.39/include/scsi/scsi_device.h
---- linux-2.6.39/include/scsi/scsi_device.h    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/scsi/scsi_device.h    2011-05-22 19:36:33.000000000 -0400
+diff -urNp linux-3.0.4/include/rdma/iw_cm.h linux-3.0.4/include/rdma/iw_cm.h
+--- linux-3.0.4/include/rdma/iw_cm.h   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/rdma/iw_cm.h   2011-08-23 21:47:56.000000000 -0400
+@@ -120,7 +120,7 @@ struct iw_cm_verbs {
+                                        int backlog);
+       int             (*destroy_listen)(struct iw_cm_id *cm_id);
+-};
++} __no_const;
+ /**
+  * iw_create_cm_id - Create an IW CM identifier.
+diff -urNp linux-3.0.4/include/scsi/libfc.h linux-3.0.4/include/scsi/libfc.h
+--- linux-3.0.4/include/scsi/libfc.h   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/scsi/libfc.h   2011-08-23 21:47:56.000000000 -0400
+@@ -750,6 +750,7 @@ struct libfc_function_template {
+        */
+       void (*disc_stop_final) (struct fc_lport *);
+ };
++typedef struct libfc_function_template __no_const libfc_function_template_no_const;
+ /**
+  * struct fc_disc - Discovery context
+@@ -853,7 +854,7 @@ struct fc_lport {
+       struct fc_vport                *vport;
+       /* Operational Information */
+-      struct libfc_function_template tt;
++      libfc_function_template_no_const tt;
+       u8                             link_up;
+       u8                             qfull;
+       enum fc_lport_state            state;
+diff -urNp linux-3.0.4/include/scsi/scsi_device.h linux-3.0.4/include/scsi/scsi_device.h
+--- linux-3.0.4/include/scsi/scsi_device.h     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/scsi/scsi_device.h     2011-08-23 21:47:56.000000000 -0400
 @@ -161,9 +161,9 @@ struct scsi_device {
        unsigned int max_device_blocked; /* what device_blocked counts down from  */
  #define SCSI_DEFAULT_DEVICE_BLOCKED   3
@@ -65881,163 +58556,92 @@ diff -urNp linux-2.6.39/include/scsi/scsi_device.h linux-2.6.39/include/scsi/scs
  
        struct device           sdev_gendev,
                                sdev_dev;
-diff -urNp linux-2.6.39/include/sound/ac97_codec.h linux-2.6.39/include/sound/ac97_codec.h
---- linux-2.6.39/include/sound/ac97_codec.h    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/sound/ac97_codec.h    2011-05-22 19:36:33.000000000 -0400
-@@ -424,15 +424,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 */
- };
- struct snd_ac97_bus_ops {
-@@ -446,7 +446,7 @@ struct snd_ac97_bus_ops {
- struct snd_ac97_bus {
-       /* -- lowlevel (hardware) driver specific -- */
--      struct snd_ac97_bus_ops *ops;
-+      const struct snd_ac97_bus_ops *ops;
-       void *private_data;
-       void (*private_free) (struct snd_ac97_bus *bus);
-       /* --- */
-@@ -556,7 +556,7 @@ static inline int ac97_can_spdif(struct 
- /* functions */
- /* create new AC97 bus */
--int snd_ac97_bus(struct snd_card *card, int num, struct snd_ac97_bus_ops *ops,
-+int snd_ac97_bus(struct snd_card *card, int num, const struct snd_ac97_bus_ops *ops,
-                void *private_data, struct snd_ac97_bus **rbus);
- /* create mixer controls */
- int snd_ac97_mixer(struct snd_ac97_bus *bus, struct snd_ac97_template *template,
-diff -urNp linux-2.6.39/include/sound/core.h linux-2.6.39/include/sound/core.h
---- linux-2.6.39/include/sound/core.h  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/sound/core.h  2011-05-22 19:36:33.000000000 -0400
-@@ -88,7 +88,7 @@ struct snd_device {
-       snd_device_state_t state;       /* state of the device */
-       snd_device_type_t type;         /* device type */
-       void *device_data;              /* device structure */
--      struct snd_device_ops *ops;     /* operations */
-+      const struct snd_device_ops *ops;       /* operations */
- };
- #define snd_device(n) list_entry(n, struct snd_device, list)
-@@ -301,7 +301,7 @@ int snd_card_file_remove(struct snd_card
- /* device.c */
- int snd_device_new(struct snd_card *card, snd_device_type_t type,
--                 void *device_data, struct snd_device_ops *ops);
-+                 void *device_data, const struct snd_device_ops *ops);
- int snd_device_register(struct snd_card *card, void *device_data);
- int snd_device_register_all(struct snd_card *card);
- int snd_device_disconnect(struct snd_card *card, void *device_data);
-diff -urNp linux-2.6.39/include/sound/pcm.h linux-2.6.39/include/sound/pcm.h
---- linux-2.6.39/include/sound/pcm.h   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/sound/pcm.h   2011-05-22 19:36:33.000000000 -0400
-@@ -379,7 +379,7 @@ struct snd_pcm_substream {
-       unsigned int dma_buf_id;
-       size_t dma_max;
-       /* -- hardware operations -- */
--      struct snd_pcm_ops *ops;
-+      const struct snd_pcm_ops *ops;
-       /* -- runtime information -- */
-       struct snd_pcm_runtime *runtime;
-         /* -- timer section -- */
-@@ -845,7 +845,7 @@ const unsigned char *snd_pcm_format_sile
- int snd_pcm_format_set_silence(snd_pcm_format_t format, void *buf, unsigned int frames);
- snd_pcm_format_t snd_pcm_build_linear_format(int width, int unsignd, int big_endian);
--void snd_pcm_set_ops(struct snd_pcm * pcm, int direction, struct snd_pcm_ops *ops);
-+void snd_pcm_set_ops(struct snd_pcm * pcm, int direction, const struct snd_pcm_ops *ops);
- void snd_pcm_set_sync(struct snd_pcm_substream *substream);
- int snd_pcm_lib_interleave_len(struct snd_pcm_substream *substream);
- int snd_pcm_lib_ioctl(struct snd_pcm_substream *substream,
-diff -urNp linux-2.6.39/include/sound/rawmidi.h linux-2.6.39/include/sound/rawmidi.h
---- linux-2.6.39/include/sound/rawmidi.h       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/sound/rawmidi.h       2011-05-22 19:36:33.000000000 -0400
-@@ -100,7 +100,7 @@ struct snd_rawmidi_substream {
-       struct snd_rawmidi_runtime *runtime;
-       struct pid *pid;
-       /* hardware layer */
--      struct snd_rawmidi_ops *ops;
-+      const struct snd_rawmidi_ops *ops;
- };
- struct snd_rawmidi_file {
-@@ -127,7 +127,7 @@ struct snd_rawmidi {
-       int ossreg;
- #endif
+diff -urNp linux-3.0.4/include/scsi/scsi_transport_fc.h linux-3.0.4/include/scsi/scsi_transport_fc.h
+--- linux-3.0.4/include/scsi/scsi_transport_fc.h       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/scsi/scsi_transport_fc.h       2011-08-26 19:49:56.000000000 -0400
+@@ -711,7 +711,7 @@ struct fc_function_template {
+       unsigned long   show_host_system_hostname:1;
  
--      struct snd_rawmidi_global_ops *ops;
-+      const struct snd_rawmidi_global_ops *ops;
+       unsigned long   disable_target_scan:1;
+-};
++} __do_const;
  
-       struct snd_rawmidi_str streams[2];
  
-@@ -151,7 +151,7 @@ int snd_rawmidi_new(struct snd_card *car
-                   int output_count, int input_count,
-                   struct snd_rawmidi **rmidi);
- void snd_rawmidi_set_ops(struct snd_rawmidi *rmidi, int stream,
--                       struct snd_rawmidi_ops *ops);
-+                       const struct snd_rawmidi_ops *ops);
+ /**
+diff -urNp linux-3.0.4/include/sound/ak4xxx-adda.h linux-3.0.4/include/sound/ak4xxx-adda.h
+--- linux-3.0.4/include/sound/ak4xxx-adda.h    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/sound/ak4xxx-adda.h    2011-08-23 21:47:56.000000000 -0400
+@@ -35,7 +35,7 @@ struct snd_ak4xxx_ops {
+       void (*write)(struct snd_akm4xxx *ak, int chip, unsigned char reg,
+                     unsigned char val);
+       void (*set_rate_val)(struct snd_akm4xxx *ak, unsigned int rate);
+-};
++} __no_const;
+ #define AK4XXX_IMAGE_SIZE     (AK4XXX_MAX_CHIPS * 16) /* 64 bytes */
+diff -urNp linux-3.0.4/include/sound/hwdep.h linux-3.0.4/include/sound/hwdep.h
+--- linux-3.0.4/include/sound/hwdep.h  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/sound/hwdep.h  2011-08-23 21:47:56.000000000 -0400
+@@ -49,7 +49,7 @@ struct snd_hwdep_ops {
+                         struct snd_hwdep_dsp_status *status);
+       int (*dsp_load)(struct snd_hwdep *hw,
+                       struct snd_hwdep_dsp_image *image);
+-};
++} __no_const;
+ struct snd_hwdep {
+       struct snd_card *card;
+diff -urNp linux-3.0.4/include/sound/info.h linux-3.0.4/include/sound/info.h
+--- linux-3.0.4/include/sound/info.h   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/sound/info.h   2011-08-23 21:47:56.000000000 -0400
+@@ -44,7 +44,7 @@ struct snd_info_entry_text {
+                    struct snd_info_buffer *buffer);
+       void (*write)(struct snd_info_entry *entry,
+                     struct snd_info_buffer *buffer);
+-};
++} __no_const;
+ struct snd_info_entry_ops {
+       int (*open)(struct snd_info_entry *entry,
+diff -urNp linux-3.0.4/include/sound/pcm.h linux-3.0.4/include/sound/pcm.h
+--- linux-3.0.4/include/sound/pcm.h    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/sound/pcm.h    2011-08-23 21:47:56.000000000 -0400
+@@ -81,6 +81,7 @@ struct snd_pcm_ops {
+       int (*mmap)(struct snd_pcm_substream *substream, struct vm_area_struct *vma);
+       int (*ack)(struct snd_pcm_substream *substream);
+ };
++typedef struct snd_pcm_ops __no_const snd_pcm_ops_no_const;
  
- /* callbacks */
+ /*
+  *
+diff -urNp linux-3.0.4/include/sound/sb16_csp.h linux-3.0.4/include/sound/sb16_csp.h
+--- linux-3.0.4/include/sound/sb16_csp.h       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/sound/sb16_csp.h       2011-08-23 21:47:56.000000000 -0400
+@@ -146,7 +146,7 @@ struct snd_sb_csp_ops {
+       int (*csp_start) (struct snd_sb_csp * p, int sample_width, int channels);
+       int (*csp_stop) (struct snd_sb_csp * p);
+       int (*csp_qsound_transfer) (struct snd_sb_csp * p);
+-};
++} __no_const;
  
-diff -urNp linux-2.6.39/include/sound/seq_device.h linux-2.6.39/include/sound/seq_device.h
---- linux-2.6.39/include/sound/seq_device.h    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/sound/seq_device.h    2011-05-22 19:36:33.000000000 -0400
-@@ -69,7 +69,7 @@ struct snd_seq_dev_ops {
-  */
- void snd_seq_device_load_drivers(void);
- int snd_seq_device_new(struct snd_card *card, int device, char *id, int argsize, struct snd_seq_device **result);
--int snd_seq_device_register_driver(char *id, struct snd_seq_dev_ops *entry, int argsize);
-+int snd_seq_device_register_driver(char *id, const struct snd_seq_dev_ops *entry, int argsize);
- int snd_seq_device_unregister_driver(char *id);
- #define SNDRV_SEQ_DEVICE_ARGPTR(dev) (void *)((char *)(dev) + sizeof(struct snd_seq_device))
-diff -urNp linux-2.6.39/include/sound/snd_wavefront.h linux-2.6.39/include/sound/snd_wavefront.h
---- linux-2.6.39/include/sound/snd_wavefront.h 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/sound/snd_wavefront.h 2011-05-22 19:36:33.000000000 -0400
-@@ -37,8 +37,8 @@ struct _snd_wavefront_midi {
- #define       MPU_ACK         0xFE
- #define       UART_MODE_ON    0x3F
--extern struct snd_rawmidi_ops snd_wavefront_midi_output;
--extern struct snd_rawmidi_ops snd_wavefront_midi_input;
-+extern const struct snd_rawmidi_ops snd_wavefront_midi_output;
-+extern const struct snd_rawmidi_ops snd_wavefront_midi_input;
- extern void   snd_wavefront_midi_enable_virtual (snd_wavefront_card_t *);
- extern void   snd_wavefront_midi_disable_virtual (snd_wavefront_card_t *);
-diff -urNp linux-2.6.39/include/sound/soc.h linux-2.6.39/include/sound/soc.h
---- linux-2.6.39/include/sound/soc.h   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/sound/soc.h   2011-05-22 19:36:33.000000000 -0400
-@@ -245,7 +245,7 @@ struct snd_soc_jack_gpio;
- typedef int (*hw_write_t)(void *,const char* ,int);
--extern struct snd_ac97_bus_ops soc_ac97_ops;
-+extern const struct snd_ac97_bus_ops soc_ac97_ops;
- enum snd_soc_control_type {
-       SND_SOC_CUSTOM,
-diff -urNp linux-2.6.39/include/sound/ymfpci.h linux-2.6.39/include/sound/ymfpci.h
---- linux-2.6.39/include/sound/ymfpci.h        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/sound/ymfpci.h        2011-05-22 19:36:33.000000000 -0400
+ /*
+  * CSP private data
+diff -urNp linux-3.0.4/include/sound/soc.h linux-3.0.4/include/sound/soc.h
+--- linux-3.0.4/include/sound/soc.h    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/sound/soc.h    2011-08-26 19:49:56.000000000 -0400
+@@ -636,7 +636,7 @@ struct snd_soc_platform_driver {
+       /* platform stream ops */
+       struct snd_pcm_ops *ops;
+-};
++} __do_const;
+ struct snd_soc_platform {
+       const char *name;
+diff -urNp linux-3.0.4/include/sound/ymfpci.h linux-3.0.4/include/sound/ymfpci.h
+--- linux-3.0.4/include/sound/ymfpci.h 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/sound/ymfpci.h 2011-08-23 21:47:56.000000000 -0400
 @@ -358,7 +358,7 @@ struct snd_ymfpci {
        spinlock_t reg_lock;
        spinlock_t voice_lock;
@@ -66047,10 +58651,19 @@ diff -urNp linux-2.6.39/include/sound/ymfpci.h linux-2.6.39/include/sound/ymfpci
        struct snd_info_entry *proc_entry;
        const struct firmware *dsp_microcode;
        const struct firmware *controller_microcode;
-diff -urNp linux-2.6.39/include/target/target_core_base.h linux-2.6.39/include/target/target_core_base.h
---- linux-2.6.39/include/target/target_core_base.h     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/target/target_core_base.h     2011-05-22 19:36:33.000000000 -0400
-@@ -431,8 +431,8 @@ struct se_transport_task {
+diff -urNp linux-3.0.4/include/target/target_core_base.h linux-3.0.4/include/target/target_core_base.h
+--- linux-3.0.4/include/target/target_core_base.h      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/target/target_core_base.h      2011-08-23 21:47:56.000000000 -0400
+@@ -364,7 +364,7 @@ struct t10_reservation_ops {
+       int (*t10_seq_non_holder)(struct se_cmd *, unsigned char *, u32);
+       int (*t10_pr_register)(struct se_cmd *);
+       int (*t10_pr_clear)(struct se_cmd *);
+-};
++} __no_const;
+ struct t10_reservation_template {
+       /* Reservation effects all target ports */
+@@ -432,8 +432,8 @@ struct se_transport_task {
        atomic_t                t_task_cdbs_left;
        atomic_t                t_task_cdbs_ex_left;
        atomic_t                t_task_cdbs_timeout_left;
@@ -66061,7 +58674,7 @@ diff -urNp linux-2.6.39/include/target/target_core_base.h linux-2.6.39/include/t
        atomic_t                t_transport_active;
        atomic_t                t_transport_complete;
        atomic_t                t_transport_queue_active;
-@@ -773,7 +773,7 @@ struct se_device {
+@@ -774,7 +774,7 @@ struct se_device {
        atomic_t                active_cmds;
        atomic_t                simple_cmds;
        atomic_t                depth_left;
@@ -66070,9 +58683,9 @@ diff -urNp linux-2.6.39/include/target/target_core_base.h linux-2.6.39/include/t
        atomic_t                dev_tur_active;
        atomic_t                execute_tasks;
        atomic_t                dev_status_thr_count;
-diff -urNp linux-2.6.39/include/trace/events/irq.h linux-2.6.39/include/trace/events/irq.h
---- linux-2.6.39/include/trace/events/irq.h    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/trace/events/irq.h    2011-05-22 19:36:33.000000000 -0400
+diff -urNp linux-3.0.4/include/trace/events/irq.h linux-3.0.4/include/trace/events/irq.h
+--- linux-3.0.4/include/trace/events/irq.h     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/trace/events/irq.h     2011-08-23 21:47:56.000000000 -0400
 @@ -36,7 +36,7 @@ struct softirq_action;
   */
  TRACE_EVENT(irq_handler_entry,
@@ -66091,9 +58704,9 @@ diff -urNp linux-2.6.39/include/trace/events/irq.h linux-2.6.39/include/trace/ev
  
        TP_ARGS(irq, action, ret),
  
-diff -urNp linux-2.6.39/include/video/udlfb.h linux-2.6.39/include/video/udlfb.h
---- linux-2.6.39/include/video/udlfb.h 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/video/udlfb.h 2011-05-22 19:36:33.000000000 -0400
+diff -urNp linux-3.0.4/include/video/udlfb.h linux-3.0.4/include/video/udlfb.h
+--- linux-3.0.4/include/video/udlfb.h  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/video/udlfb.h  2011-08-23 21:47:56.000000000 -0400
 @@ -51,10 +51,10 @@ struct dlfb_data {
        int base8;
        u32 pseudo_palette[256];
@@ -66109,9 +58722,9 @@ diff -urNp linux-2.6.39/include/video/udlfb.h linux-2.6.39/include/video/udlfb.h
  };
  
  #define NR_USB_REQUEST_I2C_SUB_IO 0x02
-diff -urNp linux-2.6.39/include/video/uvesafb.h linux-2.6.39/include/video/uvesafb.h
---- linux-2.6.39/include/video/uvesafb.h       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/include/video/uvesafb.h       2011-05-22 19:36:33.000000000 -0400
+diff -urNp linux-3.0.4/include/video/uvesafb.h linux-3.0.4/include/video/uvesafb.h
+--- linux-3.0.4/include/video/uvesafb.h        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/include/video/uvesafb.h        2011-08-23 21:47:56.000000000 -0400
 @@ -177,6 +177,7 @@ struct uvesafb_par {
        u8 ypan;                        /* 0 - nothing, 1 - ypan, 2 - ywrap */
        u8 pmi_setpal;                  /* PMI for palette changes */
@@ -66120,9 +58733,9 @@ diff -urNp linux-2.6.39/include/video/uvesafb.h linux-2.6.39/include/video/uvesa
        void *pmi_start;
        void *pmi_pal;
        u8 *vbe_state_orig;             /*
-diff -urNp linux-2.6.39/init/do_mounts.c linux-2.6.39/init/do_mounts.c
---- linux-2.6.39/init/do_mounts.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/init/do_mounts.c      2011-05-22 19:36:33.000000000 -0400
+diff -urNp linux-3.0.4/init/do_mounts.c linux-3.0.4/init/do_mounts.c
+--- linux-3.0.4/init/do_mounts.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/init/do_mounts.c       2011-08-23 21:47:56.000000000 -0400
 @@ -287,7 +287,7 @@ static void __init get_fs_names(char *pa
  
  static int __init do_mount_root(char *name, char *fs, int flags, void *data)
@@ -66162,9 +58775,9 @@ diff -urNp linux-2.6.39/init/do_mounts.c linux-2.6.39/init/do_mounts.c
 +      sys_mount((__force char __user *)".", (__force char __user *)"/", NULL, MS_MOVE, NULL);
        sys_chroot((const char __user __force *)".");
  }
-diff -urNp linux-2.6.39/init/do_mounts.h linux-2.6.39/init/do_mounts.h
---- linux-2.6.39/init/do_mounts.h      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/init/do_mounts.h      2011-05-22 19:36:33.000000000 -0400
+diff -urNp linux-3.0.4/init/do_mounts.h linux-3.0.4/init/do_mounts.h
+--- linux-3.0.4/init/do_mounts.h       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/init/do_mounts.h       2011-08-23 21:47:56.000000000 -0400
 @@ -15,15 +15,15 @@ extern int root_mountflags;
  
  static inline int create_dev(char *name, dev_t dev)
@@ -66184,9 +58797,9 @@ diff -urNp linux-2.6.39/init/do_mounts.h linux-2.6.39/init/do_mounts.h
                return 0;
        if (!S_ISBLK(stat.st_mode))
                return 0;
-diff -urNp linux-2.6.39/init/do_mounts_initrd.c linux-2.6.39/init/do_mounts_initrd.c
---- linux-2.6.39/init/do_mounts_initrd.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/init/do_mounts_initrd.c       2011-05-22 19:36:33.000000000 -0400
+diff -urNp linux-3.0.4/init/do_mounts_initrd.c linux-3.0.4/init/do_mounts_initrd.c
+--- linux-3.0.4/init/do_mounts_initrd.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/init/do_mounts_initrd.c        2011-08-23 21:47:56.000000000 -0400
 @@ -44,13 +44,13 @@ static void __init handle_initrd(void)
        create_dev("/dev/root.old", Root_RAM0);
        /* mount initrd on rootfs' /root */
@@ -66261,9 +58874,9 @@ diff -urNp linux-2.6.39/init/do_mounts_initrd.c linux-2.6.39/init/do_mounts_init
 +      sys_unlink((__force const char __user *)"/initrd.image");
        return 0;
  }
-diff -urNp linux-2.6.39/init/do_mounts_md.c linux-2.6.39/init/do_mounts_md.c
---- linux-2.6.39/init/do_mounts_md.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/init/do_mounts_md.c   2011-05-22 19:36:33.000000000 -0400
+diff -urNp linux-3.0.4/init/do_mounts_md.c linux-3.0.4/init/do_mounts_md.c
+--- linux-3.0.4/init/do_mounts_md.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/init/do_mounts_md.c    2011-08-23 21:47:56.000000000 -0400
 @@ -170,7 +170,7 @@ static void __init md_setup_drive(void)
                        partitioned ? "_d" : "", minor,
                        md_setup_args[ent].device_names);
@@ -66282,9 +58895,9 @@ diff -urNp linux-2.6.39/init/do_mounts_md.c linux-2.6.39/init/do_mounts_md.c
                        sys_ioctl(fd, BLKRRPART, 0);
                }
                sys_close(fd);
-diff -urNp linux-2.6.39/init/initramfs.c linux-2.6.39/init/initramfs.c
---- linux-2.6.39/init/initramfs.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/init/initramfs.c      2011-05-22 19:36:33.000000000 -0400
+diff -urNp linux-3.0.4/init/initramfs.c linux-3.0.4/init/initramfs.c
+--- linux-3.0.4/init/initramfs.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/init/initramfs.c       2011-08-23 21:47:56.000000000 -0400
 @@ -74,7 +74,7 @@ static void __init free_hash(void)
        }
  }
@@ -66393,10 +59006,10 @@ diff -urNp linux-2.6.39/init/initramfs.c linux-2.6.39/init/initramfs.c
        state = SkipIt;
        next_state = Reset;
        return 0;
-diff -urNp linux-2.6.39/init/Kconfig linux-2.6.39/init/Kconfig
---- linux-2.6.39/init/Kconfig  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/init/Kconfig  2011-05-22 19:36:33.000000000 -0400
-@@ -1202,7 +1202,7 @@ config SLUB_DEBUG
+diff -urNp linux-3.0.4/init/Kconfig linux-3.0.4/init/Kconfig
+--- linux-3.0.4/init/Kconfig   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/init/Kconfig   2011-08-23 21:47:56.000000000 -0400
+@@ -1195,7 +1195,7 @@ config SLUB_DEBUG
  
  config COMPAT_BRK
        bool "Disable heap randomization"
@@ -66405,9 +59018,9 @@ diff -urNp linux-2.6.39/init/Kconfig linux-2.6.39/init/Kconfig
        help
          Randomizing heap placement makes heap exploits harder, but it
          also breaks ancient binaries (including anything libc5 based).
-diff -urNp linux-2.6.39/init/main.c linux-2.6.39/init/main.c
---- linux-2.6.39/init/main.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/init/main.c   2011-05-22 19:41:42.000000000 -0400
+diff -urNp linux-3.0.4/init/main.c linux-3.0.4/init/main.c
+--- linux-3.0.4/init/main.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/init/main.c    2011-08-23 21:48:14.000000000 -0400
 @@ -96,6 +96,8 @@ static inline void mark_rodata_ro(void) 
  extern void tc_init(void);
  #endif
@@ -66454,7 +59067,7 @@ diff -urNp linux-2.6.39/init/main.c linux-2.6.39/init/main.c
 +#endif
 +
 +#ifdef CONFIG_PAX_SOFTMODE
-+unsigned int pax_softmode;
++int pax_softmode;
 +
 +static int __init setup_pax_softmode(char *str)
 +{
@@ -66467,7 +59080,7 @@ diff -urNp linux-2.6.39/init/main.c linux-2.6.39/init/main.c
  static const char * argv_init[MAX_INIT_ARGS+2] = { "init", NULL, };
  const char * envp_init[MAX_INIT_ENVS+2] = { "HOME=/", "TERM=linux", NULL, };
  static const char *panic_later, *panic_param;
-@@ -663,6 +708,7 @@ int __init_or_module do_one_initcall(ini
+@@ -667,6 +712,7 @@ int __init_or_module do_one_initcall(ini
  {
        int count = preempt_count();
        int ret;
@@ -66475,7 +59088,7 @@ diff -urNp linux-2.6.39/init/main.c linux-2.6.39/init/main.c
  
        if (initcall_debug)
                ret = do_one_initcall_debug(fn);
-@@ -675,15 +721,15 @@ int __init_or_module do_one_initcall(ini
+@@ -679,15 +725,15 @@ int __init_or_module do_one_initcall(ini
                sprintf(msgbuf, "error code %d ", ret);
  
        if (preempt_count() != count) {
@@ -66495,7 +59108,7 @@ diff -urNp linux-2.6.39/init/main.c linux-2.6.39/init/main.c
        }
  
        return ret;
-@@ -801,7 +847,7 @@ static int __init kernel_init(void * unu
+@@ -805,7 +851,7 @@ static int __init kernel_init(void * unu
        do_basic_setup();
  
        /* Open the /dev/console on the rootfs, this should never fail */
@@ -66504,7 +59117,7 @@ diff -urNp linux-2.6.39/init/main.c linux-2.6.39/init/main.c
                printk(KERN_WARNING "Warning: unable to open an initial console.\n");
  
        (void) sys_dup(0);
-@@ -814,11 +860,13 @@ static int __init kernel_init(void * unu
+@@ -818,11 +864,13 @@ static int __init kernel_init(void * unu
        if (!ramdisk_execute_command)
                ramdisk_execute_command = "/init";
  
@@ -66519,9 +59132,9 @@ diff -urNp linux-2.6.39/init/main.c linux-2.6.39/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.39/ipc/mqueue.c linux-2.6.39/ipc/mqueue.c
---- linux-2.6.39/ipc/mqueue.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/ipc/mqueue.c  2011-05-22 19:41:42.000000000 -0400
+diff -urNp linux-3.0.4/ipc/mqueue.c linux-3.0.4/ipc/mqueue.c
+--- linux-3.0.4/ipc/mqueue.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/ipc/mqueue.c   2011-08-23 21:48:14.000000000 -0400
 @@ -154,6 +154,7 @@ static struct inode *mqueue_get_inode(st
                        mq_bytes = (mq_msg_tblsz +
                                (info->attr.mq_maxmsg * info->attr.mq_msgsize));
@@ -66530,10 +59143,66 @@ diff -urNp linux-2.6.39/ipc/mqueue.c linux-2.6.39/ipc/mqueue.c
                        spin_lock(&mq_lock);
                        if (u->mq_bytes + mq_bytes < u->mq_bytes ||
                            u->mq_bytes + mq_bytes >
-diff -urNp linux-2.6.39/ipc/sem.c linux-2.6.39/ipc/sem.c
---- linux-2.6.39/ipc/sem.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/ipc/sem.c     2011-05-22 19:36:33.000000000 -0400
-@@ -854,6 +854,8 @@ static int semctl_main(struct ipc_namesp
+diff -urNp linux-3.0.4/ipc/msg.c linux-3.0.4/ipc/msg.c
+--- linux-3.0.4/ipc/msg.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/ipc/msg.c      2011-08-23 21:47:56.000000000 -0400
+@@ -309,18 +309,19 @@ static inline int msg_security(struct ke
+       return security_msg_queue_associate(msq, msgflg);
+ }
++static struct ipc_ops msg_ops = {
++      .getnew         = newque,
++      .associate      = msg_security,
++      .more_checks    = NULL
++};
++
+ SYSCALL_DEFINE2(msgget, key_t, key, int, msgflg)
+ {
+       struct ipc_namespace *ns;
+-      struct ipc_ops msg_ops;
+       struct ipc_params msg_params;
+       ns = current->nsproxy->ipc_ns;
+-      msg_ops.getnew = newque;
+-      msg_ops.associate = msg_security;
+-      msg_ops.more_checks = NULL;
+-
+       msg_params.key = key;
+       msg_params.flg = msgflg;
+diff -urNp linux-3.0.4/ipc/sem.c linux-3.0.4/ipc/sem.c
+--- linux-3.0.4/ipc/sem.c      2011-09-02 18:11:21.000000000 -0400
++++ linux-3.0.4/ipc/sem.c      2011-08-23 21:48:14.000000000 -0400
+@@ -318,10 +318,15 @@ static inline int sem_more_checks(struct
+       return 0;
+ }
++static struct ipc_ops sem_ops = {
++      .getnew         = newary,
++      .associate      = sem_security,
++      .more_checks    = sem_more_checks
++};
++
+ SYSCALL_DEFINE3(semget, key_t, key, int, nsems, int, semflg)
+ {
+       struct ipc_namespace *ns;
+-      struct ipc_ops sem_ops;
+       struct ipc_params sem_params;
+       ns = current->nsproxy->ipc_ns;
+@@ -329,10 +334,6 @@ SYSCALL_DEFINE3(semget, key_t, key, int,
+       if (nsems < 0 || nsems > ns->sc_semmsl)
+               return -EINVAL;
+-      sem_ops.getnew = newary;
+-      sem_ops.associate = sem_security;
+-      sem_ops.more_checks = sem_more_checks;
+-
+       sem_params.key = key;
+       sem_params.flg = semflg;
+       sem_params.u.nsems = nsems;
+@@ -854,6 +855,8 @@ static int semctl_main(struct ipc_namesp
        int nsems;
        struct list_head tasks;
  
@@ -66542,7 +59211,7 @@ diff -urNp linux-2.6.39/ipc/sem.c linux-2.6.39/ipc/sem.c
        sma = sem_lock_check(ns, semid);
        if (IS_ERR(sma))
                return PTR_ERR(sma);
-@@ -1301,6 +1303,8 @@ SYSCALL_DEFINE4(semtimedop, int, semid, 
+@@ -1301,6 +1304,8 @@ SYSCALL_DEFINE4(semtimedop, int, semid, 
        struct ipc_namespace *ns;
        struct list_head tasks;
  
@@ -66551,9 +59220,9 @@ diff -urNp linux-2.6.39/ipc/sem.c linux-2.6.39/ipc/sem.c
        ns = current->nsproxy->ipc_ns;
  
        if (nsops < 1 || semid < 0)
-diff -urNp linux-2.6.39/ipc/shm.c linux-2.6.39/ipc/shm.c
---- linux-2.6.39/ipc/shm.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/ipc/shm.c     2011-05-22 19:41:42.000000000 -0400
+diff -urNp linux-3.0.4/ipc/shm.c linux-3.0.4/ipc/shm.c
+--- linux-3.0.4/ipc/shm.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/ipc/shm.c      2011-08-23 21:48:14.000000000 -0400
 @@ -69,6 +69,14 @@ static void shm_destroy (struct ipc_name
  static int sysvipc_shm_proc_show(struct seq_file *s, void *it);
  #endif
@@ -66584,7 +59253,32 @@ diff -urNp linux-2.6.39/ipc/shm.c linux-2.6.39/ipc/shm.c
        shp->shm_segsz = size;
        shp->shm_nattch = 0;
        shp->shm_file = file;
-@@ -762,8 +778,6 @@ SYSCALL_DEFINE3(shmctl, int, shmid, int,
+@@ -451,18 +467,19 @@ static inline int shm_more_checks(struct
+       return 0;
+ }
++static struct ipc_ops shm_ops = {
++      .getnew         = newseg,
++      .associate      = shm_security,
++      .more_checks    = shm_more_checks
++};
++
+ SYSCALL_DEFINE3(shmget, key_t, key, size_t, size, int, shmflg)
+ {
+       struct ipc_namespace *ns;
+-      struct ipc_ops shm_ops;
+       struct ipc_params shm_params;
+       ns = current->nsproxy->ipc_ns;
+-      shm_ops.getnew = newseg;
+-      shm_ops.associate = shm_security;
+-      shm_ops.more_checks = shm_more_checks;
+-
+       shm_params.key = key;
+       shm_params.flg = shmflg;
+       shm_params.u.size = size;
+@@ -762,8 +779,6 @@ SYSCALL_DEFINE3(shmctl, int, shmid, int,
        case SHM_LOCK:
        case SHM_UNLOCK:
        {
@@ -66593,7 +59287,7 @@ diff -urNp linux-2.6.39/ipc/shm.c linux-2.6.39/ipc/shm.c
                lru_add_drain_all();  /* drain pagevecs to lru lists */
  
                shp = shm_lock_check(ns, shmid);
-@@ -896,9 +910,21 @@ long do_shmat(int shmid, char __user *sh
+@@ -896,9 +911,21 @@ long do_shmat(int shmid, char __user *sh
        if (err)
                goto out_unlock;
  
@@ -66615,9 +59309,9 @@ diff -urNp linux-2.6.39/ipc/shm.c linux-2.6.39/ipc/shm.c
        size = i_size_read(path.dentry->d_inode);
        shm_unlock(shp);
  
-diff -urNp linux-2.6.39/kernel/acct.c linux-2.6.39/kernel/acct.c
---- linux-2.6.39/kernel/acct.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/kernel/acct.c 2011-05-22 19:36:33.000000000 -0400
+diff -urNp linux-3.0.4/kernel/acct.c linux-3.0.4/kernel/acct.c
+--- linux-3.0.4/kernel/acct.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/kernel/acct.c  2011-08-23 21:47:56.000000000 -0400
 @@ -570,7 +570,7 @@ static void do_acct_process(struct bsd_a
         */
        flim = current->signal->rlim[RLIMIT_FSIZE].rlim_cur;
@@ -66627,9 +59321,9 @@ diff -urNp linux-2.6.39/kernel/acct.c linux-2.6.39/kernel/acct.c
                               sizeof(acct_t), &file->f_pos);
        current->signal->rlim[RLIMIT_FSIZE].rlim_cur = flim;
        set_fs(fs);
-diff -urNp linux-2.6.39/kernel/audit.c linux-2.6.39/kernel/audit.c
---- linux-2.6.39/kernel/audit.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/kernel/audit.c        2011-05-22 19:36:33.000000000 -0400
+diff -urNp linux-3.0.4/kernel/audit.c linux-3.0.4/kernel/audit.c
+--- linux-3.0.4/kernel/audit.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/kernel/audit.c 2011-08-23 21:47:56.000000000 -0400
 @@ -112,7 +112,7 @@ u32                audit_sig_sid = 0;
     3) suppressed due to audit_rate_limit
     4) suppressed due to audit_backlog_limit
@@ -66666,10 +59360,10 @@ diff -urNp linux-2.6.39/kernel/audit.c linux-2.6.39/kernel/audit.c
                status_set.backlog       = skb_queue_len(&audit_skb_queue);
                audit_send_reply(NETLINK_CB(skb).pid, seq, AUDIT_GET, 0, 0,
                                 &status_set, sizeof(status_set));
-diff -urNp linux-2.6.39/kernel/auditsc.c linux-2.6.39/kernel/auditsc.c
---- linux-2.6.39/kernel/auditsc.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/kernel/auditsc.c      2011-05-22 19:36:33.000000000 -0400
-@@ -2111,7 +2111,7 @@ int auditsc_get_stamp(struct audit_conte
+diff -urNp linux-3.0.4/kernel/auditsc.c linux-3.0.4/kernel/auditsc.c
+--- linux-3.0.4/kernel/auditsc.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/kernel/auditsc.c       2011-08-23 21:47:56.000000000 -0400
+@@ -2118,7 +2118,7 @@ int auditsc_get_stamp(struct audit_conte
  }
  
  /* global counter which is incremented every time something logs in */
@@ -66678,7 +59372,7 @@ diff -urNp linux-2.6.39/kernel/auditsc.c linux-2.6.39/kernel/auditsc.c
  
  /**
   * audit_set_loginuid - set a task's audit_context loginuid
-@@ -2124,7 +2124,7 @@ static atomic_t session_id = ATOMIC_INIT
+@@ -2131,7 +2131,7 @@ static atomic_t session_id = ATOMIC_INIT
   */
  int audit_set_loginuid(struct task_struct *task, uid_t loginuid)
  {
@@ -66687,10 +59381,10 @@ diff -urNp linux-2.6.39/kernel/auditsc.c linux-2.6.39/kernel/auditsc.c
        struct audit_context *context = task->audit_context;
  
        if (context && context->in_syscall) {
-diff -urNp linux-2.6.39/kernel/capability.c linux-2.6.39/kernel/capability.c
---- linux-2.6.39/kernel/capability.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/kernel/capability.c   2011-05-22 21:02:23.000000000 -0400
-@@ -206,6 +206,9 @@ SYSCALL_DEFINE2(capget, cap_user_header_
+diff -urNp linux-3.0.4/kernel/capability.c linux-3.0.4/kernel/capability.c
+--- linux-3.0.4/kernel/capability.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/kernel/capability.c    2011-08-23 21:48:14.000000000 -0400
+@@ -202,6 +202,9 @@ SYSCALL_DEFINE2(capget, cap_user_header_
                 * before modification is attempted and the application
                 * fails.
                 */
@@ -66700,7 +59394,7 @@ diff -urNp linux-2.6.39/kernel/capability.c linux-2.6.39/kernel/capability.c
                if (copy_to_user(dataptr, kdata, tocopy
                                 * sizeof(struct __user_cap_data_struct))) {
                        return -EFAULT;
-@@ -378,7 +381,7 @@ bool ns_capable(struct user_namespace *n
+@@ -374,7 +377,7 @@ bool ns_capable(struct user_namespace *n
                BUG();
        }
  
@@ -66709,7 +59403,7 @@ diff -urNp linux-2.6.39/kernel/capability.c linux-2.6.39/kernel/capability.c
                current->flags |= PF_SUPERPRIV;
                return true;
        }
-@@ -386,6 +389,27 @@ bool ns_capable(struct user_namespace *n
+@@ -382,6 +385,27 @@ bool ns_capable(struct user_namespace *n
  }
  EXPORT_SYMBOL(ns_capable);
  
@@ -66737,7 +59431,7 @@ diff -urNp linux-2.6.39/kernel/capability.c linux-2.6.39/kernel/capability.c
  /**
   * task_ns_capable - Determine whether current task has a superior
   * capability targeted at a specific task's user namespace.
-@@ -400,6 +424,12 @@ bool task_ns_capable(struct task_struct 
+@@ -396,6 +420,12 @@ bool task_ns_capable(struct task_struct 
  }
  EXPORT_SYMBOL(task_ns_capable);
  
@@ -66750,10 +59444,10 @@ diff -urNp linux-2.6.39/kernel/capability.c linux-2.6.39/kernel/capability.c
  /**
   * nsown_capable - Check superior capability to one's own user_ns
   * @cap: The capability in question
-diff -urNp linux-2.6.39/kernel/cgroup.c linux-2.6.39/kernel/cgroup.c
---- linux-2.6.39/kernel/cgroup.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/kernel/cgroup.c       2011-05-22 19:36:33.000000000 -0400
-@@ -598,6 +598,8 @@ static struct css_set *find_css_set(
+diff -urNp linux-3.0.4/kernel/cgroup.c linux-3.0.4/kernel/cgroup.c
+--- linux-3.0.4/kernel/cgroup.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/kernel/cgroup.c        2011-08-23 21:48:14.000000000 -0400
+@@ -593,6 +593,8 @@ static struct css_set *find_css_set(
        struct hlist_head *hhead;
        struct cg_cgroup_link *link;
  
@@ -66762,9 +59456,9 @@ diff -urNp linux-2.6.39/kernel/cgroup.c linux-2.6.39/kernel/cgroup.c
        /* First see if we already have a cgroup group that matches
         * the desired set */
        read_lock(&css_set_lock);
-diff -urNp linux-2.6.39/kernel/compat.c linux-2.6.39/kernel/compat.c
---- linux-2.6.39/kernel/compat.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/kernel/compat.c       2011-05-22 19:41:42.000000000 -0400
+diff -urNp linux-3.0.4/kernel/compat.c linux-3.0.4/kernel/compat.c
+--- linux-3.0.4/kernel/compat.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/kernel/compat.c        2011-08-23 21:48:14.000000000 -0400
 @@ -13,6 +13,7 @@
  
  #include <linux/linkage.h>
@@ -66773,9 +59467,9 @@ diff -urNp linux-2.6.39/kernel/compat.c linux-2.6.39/kernel/compat.c
  #include <linux/errno.h>
  #include <linux/time.h>
  #include <linux/signal.h>
-diff -urNp linux-2.6.39/kernel/configs.c linux-2.6.39/kernel/configs.c
---- linux-2.6.39/kernel/configs.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/kernel/configs.c      2011-05-22 19:41:42.000000000 -0400
+diff -urNp linux-3.0.4/kernel/configs.c linux-3.0.4/kernel/configs.c
+--- linux-3.0.4/kernel/configs.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/kernel/configs.c       2011-08-23 21:48:14.000000000 -0400
 @@ -74,8 +74,19 @@ static int __init ikconfig_init(void)
        struct proc_dir_entry *entry;
  
@@ -66796,9 +59490,9 @@ diff -urNp linux-2.6.39/kernel/configs.c linux-2.6.39/kernel/configs.c
        if (!entry)
                return -ENOMEM;
  
-diff -urNp linux-2.6.39/kernel/cred.c linux-2.6.39/kernel/cred.c
---- linux-2.6.39/kernel/cred.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/kernel/cred.c 2011-05-22 19:41:42.000000000 -0400
+diff -urNp linux-3.0.4/kernel/cred.c linux-3.0.4/kernel/cred.c
+--- linux-3.0.4/kernel/cred.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/kernel/cred.c  2011-08-25 17:23:03.000000000 -0400
 @@ -158,6 +158,8 @@ static void put_cred_rcu(struct rcu_head
   */
  void __put_cred(struct cred *cred)
@@ -66880,7 +59574,20 @@ diff -urNp linux-2.6.39/kernel/cred.c linux-2.6.39/kernel/cred.c
        /* dumpability changes */
        if (old->euid != new->euid ||
            old->egid != new->egid ||
-@@ -551,6 +569,8 @@ EXPORT_SYMBOL(commit_creds);
+@@ -508,10 +526,8 @@ int commit_creds(struct cred *new)
+               key_fsgid_changed(task);
+       /* do it
+-       * - What if a process setreuid()'s and this brings the
+-       *   new uid over his NPROC rlimit?  We can check this now
+-       *   cheaply with the new uid cache, so if it matters
+-       *   we should be checking for it.  -DaveM
++       * RLIMIT_NPROC limits on user->processes have already been checked
++       * in set_user().
+        */
+       alter_cred_subscribers(new, 2);
+       if (new->user != old->user)
+@@ -551,6 +567,8 @@ EXPORT_SYMBOL(commit_creds);
   */
  void abort_creds(struct cred *new)
  {
@@ -66889,7 +59596,7 @@ diff -urNp linux-2.6.39/kernel/cred.c linux-2.6.39/kernel/cred.c
        kdebug("abort_creds(%p{%d,%d})", new,
               atomic_read(&new->usage),
               read_cred_subscribers(new));
-@@ -574,6 +594,8 @@ const struct cred *override_creds(const 
+@@ -574,6 +592,8 @@ const struct cred *override_creds(const 
  {
        const struct cred *old = current->cred;
  
@@ -66898,7 +59605,7 @@ diff -urNp linux-2.6.39/kernel/cred.c linux-2.6.39/kernel/cred.c
        kdebug("override_creds(%p{%d,%d})", new,
               atomic_read(&new->usage),
               read_cred_subscribers(new));
-@@ -603,6 +625,8 @@ void revert_creds(const struct cred *old
+@@ -603,6 +623,8 @@ void revert_creds(const struct cred *old
  {
        const struct cred *override = current->cred;
  
@@ -66907,7 +59614,7 @@ diff -urNp linux-2.6.39/kernel/cred.c linux-2.6.39/kernel/cred.c
        kdebug("revert_creds(%p{%d,%d})", old,
               atomic_read(&old->usage),
               read_cred_subscribers(old));
-@@ -649,6 +673,8 @@ struct cred *prepare_kernel_cred(struct 
+@@ -649,6 +671,8 @@ struct cred *prepare_kernel_cred(struct 
        const struct cred *old;
        struct cred *new;
  
@@ -66916,7 +59623,7 @@ diff -urNp linux-2.6.39/kernel/cred.c linux-2.6.39/kernel/cred.c
        new = kmem_cache_alloc(cred_jar, GFP_KERNEL);
        if (!new)
                return NULL;
-@@ -703,6 +729,8 @@ EXPORT_SYMBOL(prepare_kernel_cred);
+@@ -703,6 +727,8 @@ EXPORT_SYMBOL(prepare_kernel_cred);
   */
  int set_security_override(struct cred *new, u32 secid)
  {
@@ -66925,7 +59632,7 @@ diff -urNp linux-2.6.39/kernel/cred.c linux-2.6.39/kernel/cred.c
        return security_kernel_act_as(new, secid);
  }
  EXPORT_SYMBOL(set_security_override);
-@@ -722,6 +750,8 @@ int set_security_override_from_ctx(struc
+@@ -722,6 +748,8 @@ int set_security_override_from_ctx(struc
        u32 secid;
        int ret;
  
@@ -66934,18 +59641,9 @@ diff -urNp linux-2.6.39/kernel/cred.c linux-2.6.39/kernel/cred.c
        ret = security_secctx_to_secid(secctx, strlen(secctx), &secid);
        if (ret < 0)
                return ret;
-diff -urNp linux-2.6.39/kernel/debug/debug_core.c linux-2.6.39/kernel/debug/debug_core.c
---- linux-2.6.39/kernel/debug/debug_core.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/kernel/debug/debug_core.c     2011-05-22 19:36:33.000000000 -0400
-@@ -72,7 +72,7 @@ int                  kgdb_io_module_registered;
- /* Guard for recursive entry */
- static int                    exception_level;
--struct kgdb_io                *dbg_io_ops;
-+const struct kgdb_io          *dbg_io_ops;
- static DEFINE_SPINLOCK(kgdb_registration_lock);
- /* kgdb console driver is loaded */
+diff -urNp linux-3.0.4/kernel/debug/debug_core.c linux-3.0.4/kernel/debug/debug_core.c
+--- linux-3.0.4/kernel/debug/debug_core.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/kernel/debug/debug_core.c      2011-08-23 21:47:56.000000000 -0400
 @@ -119,7 +119,7 @@ static DEFINE_RAW_SPINLOCK(dbg_slave_loc
   */
  static atomic_t                       masters_in_kgdb;
@@ -67006,27 +59704,9 @@ diff -urNp linux-2.6.39/kernel/debug/debug_core.c linux-2.6.39/kernel/debug/debu
        tasklet_schedule(&kgdb_tasklet_breakpoint);
  }
  EXPORT_SYMBOL_GPL(kgdb_schedule_breakpoint);
-@@ -864,7 +864,7 @@ static void kgdb_initial_breakpoint(void
-  *
-  *    Register it with the KGDB core.
-  */
--int kgdb_register_io_module(struct kgdb_io *new_dbg_io_ops)
-+int kgdb_register_io_module(const struct kgdb_io *new_dbg_io_ops)
- {
-       int err;
-@@ -909,7 +909,7 @@ EXPORT_SYMBOL_GPL(kgdb_register_io_modul
-  *
-  *    Unregister it with the KGDB core.
-  */
--void kgdb_unregister_io_module(struct kgdb_io *old_dbg_io_ops)
-+void kgdb_unregister_io_module(const struct kgdb_io *old_dbg_io_ops)
- {
-       BUG_ON(kgdb_connected);
-diff -urNp linux-2.6.39/kernel/debug/kdb/kdb_main.c linux-2.6.39/kernel/debug/kdb/kdb_main.c
---- linux-2.6.39/kernel/debug/kdb/kdb_main.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/kernel/debug/kdb/kdb_main.c   2011-05-22 19:36:33.000000000 -0400
+diff -urNp linux-3.0.4/kernel/debug/kdb/kdb_main.c linux-3.0.4/kernel/debug/kdb/kdb_main.c
+--- linux-3.0.4/kernel/debug/kdb/kdb_main.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/kernel/debug/kdb/kdb_main.c    2011-08-23 21:47:56.000000000 -0400
 @@ -1980,7 +1980,7 @@ static int kdb_lsmod(int argc, const cha
        list_for_each_entry(mod, kdb_modules, list) {
  
@@ -67045,9 +59725,107 @@ diff -urNp linux-2.6.39/kernel/debug/kdb/kdb_main.c linux-2.6.39/kernel/debug/kd
  
  #ifdef CONFIG_MODULE_UNLOAD
                {
-diff -urNp linux-2.6.39/kernel/exit.c linux-2.6.39/kernel/exit.c
---- linux-2.6.39/kernel/exit.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/kernel/exit.c 2011-05-22 20:02:30.000000000 -0400
+diff -urNp linux-3.0.4/kernel/events/core.c linux-3.0.4/kernel/events/core.c
+--- linux-3.0.4/kernel/events/core.c   2011-09-02 18:11:21.000000000 -0400
++++ linux-3.0.4/kernel/events/core.c   2011-09-14 09:08:05.000000000 -0400
+@@ -170,7 +170,7 @@ int perf_proc_update_handler(struct ctl_
+       return 0;
+ }
+-static atomic64_t perf_event_id;
++static atomic64_unchecked_t perf_event_id;
+ static void cpu_ctx_sched_out(struct perf_cpu_context *cpuctx,
+                             enum event_type_t event_type);
+@@ -2488,7 +2488,7 @@ static void __perf_event_read(void *info
+ static inline u64 perf_event_count(struct perf_event *event)
+ {
+-      return local64_read(&event->count) + atomic64_read(&event->child_count);
++      return local64_read(&event->count) + atomic64_read_unchecked(&event->child_count);
+ }
+ static u64 perf_event_read(struct perf_event *event)
+@@ -3023,9 +3023,9 @@ u64 perf_event_read_value(struct perf_ev
+       mutex_lock(&event->child_mutex);
+       total += perf_event_read(event);
+       *enabled += event->total_time_enabled +
+-                      atomic64_read(&event->child_total_time_enabled);
++                      atomic64_read_unchecked(&event->child_total_time_enabled);
+       *running += event->total_time_running +
+-                      atomic64_read(&event->child_total_time_running);
++                      atomic64_read_unchecked(&event->child_total_time_running);
+       list_for_each_entry(child, &event->child_list, child_list) {
+               total += perf_event_read(child);
+@@ -3388,10 +3388,10 @@ void perf_event_update_userpage(struct p
+               userpg->offset -= local64_read(&event->hw.prev_count);
+       userpg->time_enabled = event->total_time_enabled +
+-                      atomic64_read(&event->child_total_time_enabled);
++                      atomic64_read_unchecked(&event->child_total_time_enabled);
+       userpg->time_running = event->total_time_running +
+-                      atomic64_read(&event->child_total_time_running);
++                      atomic64_read_unchecked(&event->child_total_time_running);
+       barrier();
+       ++userpg->lock;
+@@ -4188,11 +4188,11 @@ static void perf_output_read_one(struct 
+       values[n++] = perf_event_count(event);
+       if (read_format & PERF_FORMAT_TOTAL_TIME_ENABLED) {
+               values[n++] = enabled +
+-                      atomic64_read(&event->child_total_time_enabled);
++                      atomic64_read_unchecked(&event->child_total_time_enabled);
+       }
+       if (read_format & PERF_FORMAT_TOTAL_TIME_RUNNING) {
+               values[n++] = running +
+-                      atomic64_read(&event->child_total_time_running);
++                      atomic64_read_unchecked(&event->child_total_time_running);
+       }
+       if (read_format & PERF_FORMAT_ID)
+               values[n++] = primary_event_id(event);
+@@ -4833,12 +4833,12 @@ static void perf_event_mmap_event(struct
+                * need to add enough zero bytes after the string to handle
+                * the 64bit alignment we do later.
+                */
+-              buf = kzalloc(PATH_MAX + sizeof(u64), GFP_KERNEL);
++              buf = kzalloc(PATH_MAX, GFP_KERNEL);
+               if (!buf) {
+                       name = strncpy(tmp, "//enomem", sizeof(tmp));
+                       goto got_name;
+               }
+-              name = d_path(&file->f_path, buf, PATH_MAX);
++              name = d_path(&file->f_path, buf, PATH_MAX - sizeof(u64));
+               if (IS_ERR(name)) {
+                       name = strncpy(tmp, "//toolong", sizeof(tmp));
+                       goto got_name;
+@@ -6190,7 +6190,7 @@ perf_event_alloc(struct perf_event_attr 
+       event->parent           = parent_event;
+       event->ns               = get_pid_ns(current->nsproxy->pid_ns);
+-      event->id               = atomic64_inc_return(&perf_event_id);
++      event->id               = atomic64_inc_return_unchecked(&perf_event_id);
+       event->state            = PERF_EVENT_STATE_INACTIVE;
+@@ -6713,10 +6713,10 @@ static void sync_child_event(struct perf
+       /*
+        * Add back the child's count to the parent's count:
+        */
+-      atomic64_add(child_val, &parent_event->child_count);
+-      atomic64_add(child_event->total_time_enabled,
++      atomic64_add_unchecked(child_val, &parent_event->child_count);
++      atomic64_add_unchecked(child_event->total_time_enabled,
+                    &parent_event->child_total_time_enabled);
+-      atomic64_add(child_event->total_time_running,
++      atomic64_add_unchecked(child_event->total_time_running,
+                    &parent_event->child_total_time_running);
+       /*
+diff -urNp linux-3.0.4/kernel/exit.c linux-3.0.4/kernel/exit.c
+--- linux-3.0.4/kernel/exit.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/kernel/exit.c  2011-08-23 21:48:14.000000000 -0400
 @@ -57,6 +57,10 @@
  #include <asm/pgtable.h>
  #include <asm/mmu_context.h>
@@ -67059,16 +59837,18 @@ diff -urNp linux-2.6.39/kernel/exit.c linux-2.6.39/kernel/exit.c
  static void exit_mm(struct task_struct * tsk);
  
  static void __unhash_process(struct task_struct *p, bool group_dead)
-@@ -169,6 +173,8 @@ void release_task(struct task_struct * p
+@@ -169,6 +173,10 @@ void release_task(struct task_struct * p
        struct task_struct *leader;
        int zap_leader;
  repeat:
++#ifdef CONFIG_NET
 +      gr_del_task_from_ip_table(p);
++#endif
 +
        tracehook_prepare_release_task(p);
        /* don't need to get the RCU readlock here - the process is dead and
         * can't be modifying its own credentials. But shut RCU-lockdep up */
-@@ -338,11 +344,22 @@ static void reparent_to_kthreadd(void)
+@@ -338,11 +346,22 @@ static void reparent_to_kthreadd(void)
  {
        write_lock_irq(&tasklist_lock);
  
@@ -67091,7 +59871,7 @@ diff -urNp linux-2.6.39/kernel/exit.c linux-2.6.39/kernel/exit.c
        /* Set the exit signal to SIGCHLD so we signal init on exit */
        current->exit_signal = SIGCHLD;
  
-@@ -394,7 +411,7 @@ int allow_signal(int sig)
+@@ -394,7 +413,7 @@ int allow_signal(int sig)
         * know it'll be handled, so that they don't get converted to
         * SIGKILL or just silently dropped.
         */
@@ -67100,7 +59880,7 @@ diff -urNp linux-2.6.39/kernel/exit.c linux-2.6.39/kernel/exit.c
        recalc_sigpending();
        spin_unlock_irq(&current->sighand->siglock);
        return 0;
-@@ -430,6 +447,17 @@ void daemonize(const char *name, ...)
+@@ -430,6 +449,17 @@ void daemonize(const char *name, ...)
        vsnprintf(current->comm, sizeof(current->comm), name, args);
        va_end(args);
  
@@ -67118,7 +59898,7 @@ diff -urNp linux-2.6.39/kernel/exit.c linux-2.6.39/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
-@@ -905,15 +933,8 @@ NORET_TYPE void do_exit(long code)
+@@ -904,15 +934,8 @@ NORET_TYPE void do_exit(long code)
        struct task_struct *tsk = current;
        int group_dead;
  
@@ -67134,7 +59914,7 @@ diff -urNp linux-2.6.39/kernel/exit.c linux-2.6.39/kernel/exit.c
  
        /*
         * If do_exit is called because this processes oopsed, it's possible
-@@ -924,6 +945,14 @@ NORET_TYPE void do_exit(long code)
+@@ -923,6 +946,14 @@ NORET_TYPE void do_exit(long code)
         */
        set_fs(USER_DS);
  
@@ -67149,7 +59929,7 @@ diff -urNp linux-2.6.39/kernel/exit.c linux-2.6.39/kernel/exit.c
        tracehook_report_exit(&code);
  
        validate_creds_for_do_exit(tsk);
-@@ -984,6 +1013,9 @@ NORET_TYPE void do_exit(long code)
+@@ -983,6 +1014,9 @@ NORET_TYPE void do_exit(long code)
        tsk->exit_code = code;
        taskstats_exit(tsk, group_dead);
  
@@ -67159,10 +59939,10 @@ diff -urNp linux-2.6.39/kernel/exit.c linux-2.6.39/kernel/exit.c
        exit_mm(tsk);
  
        if (group_dead)
-diff -urNp linux-2.6.39/kernel/fork.c linux-2.6.39/kernel/fork.c
---- linux-2.6.39/kernel/fork.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/kernel/fork.c 2011-05-22 19:41:42.000000000 -0400
-@@ -287,7 +287,7 @@ static struct task_struct *dup_task_stru
+diff -urNp linux-3.0.4/kernel/fork.c linux-3.0.4/kernel/fork.c
+--- linux-3.0.4/kernel/fork.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/kernel/fork.c  2011-08-25 17:23:36.000000000 -0400
+@@ -286,7 +286,7 @@ static struct task_struct *dup_task_stru
        *stackend = STACK_END_MAGIC;    /* for overflow detection */
  
  #ifdef CONFIG_CC_STACKPROTECTOR
@@ -67171,7 +59951,7 @@ diff -urNp linux-2.6.39/kernel/fork.c linux-2.6.39/kernel/fork.c
  #endif
  
        /* One for us, one for whoever does the "release_task()" (usually parent) */
-@@ -309,13 +309,78 @@ out:
+@@ -308,13 +308,77 @@ out:
  }
  
  #ifdef CONFIG_MMU
@@ -67212,15 +59992,14 @@ diff -urNp linux-2.6.39/kernel/fork.c linux-2.6.39/kernel/fork.c
 +              get_file(file);
 +              if (tmp->vm_flags & VM_DENYWRITE)
 +                      atomic_dec(&inode->i_writecount);
-+              spin_lock(&mapping->i_mmap_lock);
++              mutex_lock(&mapping->i_mmap_mutex);
 +              if (tmp->vm_flags & VM_SHARED)
 +                      mapping->i_mmap_writable++;
-+              tmp->vm_truncate_count = mpnt->vm_truncate_count;
 +              flush_dcache_mmap_lock(mapping);
 +              /* insert tmp into the share list, just after mpnt */
 +              vma_prio_tree_add(tmp, mpnt);
 +              flush_dcache_mmap_unlock(mapping);
-+              spin_unlock(&mapping->i_mmap_lock);
++              mutex_unlock(&mapping->i_mmap_mutex);
 +      }
 +
 +      /*
@@ -67252,7 +60031,7 @@ diff -urNp linux-2.6.39/kernel/fork.c linux-2.6.39/kernel/fork.c
  
        down_write(&oldmm->mmap_sem);
        flush_cache_dup_mm(oldmm);
-@@ -327,8 +392,8 @@ static int dup_mmap(struct mm_struct *mm
+@@ -326,8 +390,8 @@ static int dup_mmap(struct mm_struct *mm
        mm->locked_vm = 0;
        mm->mmap = NULL;
        mm->mmap_cache = NULL;
@@ -67263,7 +60042,7 @@ diff -urNp linux-2.6.39/kernel/fork.c linux-2.6.39/kernel/fork.c
        mm->map_count = 0;
        cpumask_clear(mm_cpumask(mm));
        mm->mm_rb = RB_ROOT;
-@@ -344,8 +409,6 @@ static int dup_mmap(struct mm_struct *mm
+@@ -343,8 +407,6 @@ static int dup_mmap(struct mm_struct *mm
  
        prev = NULL;
        for (mpnt = oldmm->mmap; mpnt; mpnt = mpnt->vm_next) {
@@ -67272,7 +60051,7 @@ diff -urNp linux-2.6.39/kernel/fork.c linux-2.6.39/kernel/fork.c
                if (mpnt->vm_flags & VM_DONTCOPY) {
                        long pages = vma_pages(mpnt);
                        mm->total_vm -= pages;
-@@ -353,56 +416,13 @@ static int dup_mmap(struct mm_struct *mm
+@@ -352,55 +414,13 @@ static int dup_mmap(struct mm_struct *mm
                                                                -pages);
                        continue;
                }
@@ -67306,15 +60085,14 @@ diff -urNp linux-2.6.39/kernel/fork.c linux-2.6.39/kernel/fork.c
 -                      get_file(file);
 -                      if (tmp->vm_flags & VM_DENYWRITE)
 -                              atomic_dec(&inode->i_writecount);
--                      spin_lock(&mapping->i_mmap_lock);
+-                      mutex_lock(&mapping->i_mmap_mutex);
 -                      if (tmp->vm_flags & VM_SHARED)
 -                              mapping->i_mmap_writable++;
--                      tmp->vm_truncate_count = mpnt->vm_truncate_count;
 -                      flush_dcache_mmap_lock(mapping);
 -                      /* insert tmp into the share list, just after mpnt */
 -                      vma_prio_tree_add(tmp, mpnt);
 -                      flush_dcache_mmap_unlock(mapping);
--                      spin_unlock(&mapping->i_mmap_lock);
+-                      mutex_unlock(&mapping->i_mmap_mutex);
 +              tmp = dup_vma(mm, mpnt);
 +              if (!tmp) {
 +                      retval = -ENOMEM;
@@ -67333,7 +60111,7 @@ diff -urNp linux-2.6.39/kernel/fork.c linux-2.6.39/kernel/fork.c
                 * Link in the new vma and copy the page table entries.
                 */
                *pprev = tmp;
-@@ -423,6 +443,31 @@ static int dup_mmap(struct mm_struct *mm
+@@ -421,6 +441,31 @@ static int dup_mmap(struct mm_struct *mm
                if (retval)
                        goto out;
        }
@@ -67365,7 +60143,7 @@ diff -urNp linux-2.6.39/kernel/fork.c linux-2.6.39/kernel/fork.c
        /* a new mm has just been created */
        arch_dup_mmap(oldmm, mm);
        retval = 0;
-@@ -431,14 +476,6 @@ out:
+@@ -429,14 +474,6 @@ out:
        flush_tlb_mm(oldmm);
        up_write(&oldmm->mmap_sem);
        return retval;
@@ -67380,7 +60158,7 @@ diff -urNp linux-2.6.39/kernel/fork.c linux-2.6.39/kernel/fork.c
  }
  
  static inline int mm_alloc_pgd(struct mm_struct * mm)
-@@ -785,13 +822,14 @@ static int copy_fs(unsigned long clone_f
+@@ -836,13 +873,14 @@ static int copy_fs(unsigned long clone_f
                        spin_unlock(&fs->lock);
                        return -EAGAIN;
                }
@@ -67396,7 +60174,7 @@ diff -urNp linux-2.6.39/kernel/fork.c linux-2.6.39/kernel/fork.c
        return 0;
  }
  
-@@ -1049,10 +1087,13 @@ static struct task_struct *copy_process(
+@@ -1104,12 +1142,16 @@ static struct task_struct *copy_process(
        DEBUG_LOCKS_WARN_ON(!p->softirqs_enabled);
  #endif
        retval = -EAGAIN;
@@ -67411,17 +60189,20 @@ diff -urNp linux-2.6.39/kernel/fork.c linux-2.6.39/kernel/fork.c
 +                  !capable(CAP_SYS_ADMIN) && !capable(CAP_SYS_RESOURCE))
                        goto bad_fork_free;
        }
++      current->flags &= ~PF_NPROC_EXCEEDED;
  
-@@ -1200,6 +1241,8 @@ static struct task_struct *copy_process(
-                       goto bad_fork_free_pid;
-       }
+       retval = copy_creds(p, clone_flags);
+       if (retval < 0)
+@@ -1250,6 +1292,8 @@ static struct task_struct *copy_process(
+       if (clone_flags & CLONE_THREAD)
+               p->tgid = current->tgid;
  
 +      gr_copy_label(p);
 +
        p->set_child_tid = (clone_flags & CLONE_CHILD_SETTID) ? child_tidptr : NULL;
        /*
         * Clear TID on mm_release()?
-@@ -1360,6 +1403,8 @@ bad_fork_cleanup_count:
+@@ -1414,6 +1458,8 @@ bad_fork_cleanup_count:
  bad_fork_free:
        free_task(p);
  fork_out:
@@ -67430,7 +60211,7 @@ diff -urNp linux-2.6.39/kernel/fork.c linux-2.6.39/kernel/fork.c
        return ERR_PTR(retval);
  }
  
-@@ -1448,6 +1493,8 @@ long do_fork(unsigned long clone_flags,
+@@ -1502,6 +1548,8 @@ long do_fork(unsigned long clone_flags,
                if (clone_flags & CLONE_PARENT_SETTID)
                        put_user(nr, parent_tidptr);
  
@@ -67439,7 +60220,7 @@ diff -urNp linux-2.6.39/kernel/fork.c linux-2.6.39/kernel/fork.c
                if (clone_flags & CLONE_VFORK) {
                        p->vfork_done = &vfork;
                        init_completion(&vfork);
-@@ -1549,7 +1596,7 @@ static int unshare_fs(unsigned long unsh
+@@ -1610,7 +1658,7 @@ static int unshare_fs(unsigned long unsh
                return 0;
  
        /* don't need lock here; in the worst case we'll do useless copy */
@@ -67448,7 +60229,7 @@ diff -urNp linux-2.6.39/kernel/fork.c linux-2.6.39/kernel/fork.c
                return 0;
  
        *new_fsp = copy_fs_struct(fs);
-@@ -1636,7 +1683,8 @@ SYSCALL_DEFINE1(unshare, unsigned long, 
+@@ -1697,7 +1745,8 @@ SYSCALL_DEFINE1(unshare, unsigned long, 
                        fs = current->fs;
                        spin_lock(&fs->lock);
                        current->fs = new_fs;
@@ -67458,9 +60239,9 @@ diff -urNp linux-2.6.39/kernel/fork.c linux-2.6.39/kernel/fork.c
                                new_fs = NULL;
                        else
                                new_fs = fs;
-diff -urNp linux-2.6.39/kernel/futex.c linux-2.6.39/kernel/futex.c
---- linux-2.6.39/kernel/futex.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/kernel/futex.c        2011-05-22 22:41:57.000000000 -0400
+diff -urNp linux-3.0.4/kernel/futex.c linux-3.0.4/kernel/futex.c
+--- linux-3.0.4/kernel/futex.c 2011-09-02 18:11:21.000000000 -0400
++++ linux-3.0.4/kernel/futex.c 2011-08-23 21:48:14.000000000 -0400
 @@ -54,6 +54,7 @@
  #include <linux/mount.h>
  #include <linux/pagemap.h>
@@ -67469,9 +60250,9 @@ diff -urNp linux-2.6.39/kernel/futex.c linux-2.6.39/kernel/futex.c
  #include <linux/signal.h>
  #include <linux/module.h>
  #include <linux/magic.h>
-@@ -236,6 +237,11 @@ get_futex_key(u32 __user *uaddr, int fsh
+@@ -238,6 +239,11 @@ get_futex_key(u32 __user *uaddr, int fsh
        struct page *page, *page_head;
-       int err;
+       int err, ro = 0;
  
 +#ifdef CONFIG_PAX_SEGMEXEC
 +      if ((mm->pax_flags & MF_PAX_SEGMEXEC) && address >= SEGMEXEC_TASK_SIZE)
@@ -67481,7 +60262,7 @@ diff -urNp linux-2.6.39/kernel/futex.c linux-2.6.39/kernel/futex.c
        /*
         * The futex address must be "naturally" aligned.
         */
-@@ -1833,6 +1839,8 @@ static int futex_wait(u32 __user *uaddr,
+@@ -1863,6 +1869,8 @@ static int futex_wait(u32 __user *uaddr,
        struct futex_q q = futex_q_init;
        int ret;
  
@@ -67490,7 +60271,7 @@ diff -urNp linux-2.6.39/kernel/futex.c linux-2.6.39/kernel/futex.c
        if (!bitset)
                return -EINVAL;
        q.bitset = bitset;
-@@ -2229,6 +2237,8 @@ static int futex_wait_requeue_pi(u32 __u
+@@ -2259,6 +2267,8 @@ static int futex_wait_requeue_pi(u32 __u
        struct futex_q q = futex_q_init;
        int res, ret;
  
@@ -67499,7 +60280,7 @@ diff -urNp linux-2.6.39/kernel/futex.c linux-2.6.39/kernel/futex.c
        if (!bitset)
                return -EINVAL;
  
-@@ -2401,7 +2411,9 @@ SYSCALL_DEFINE3(get_robust_list, int, pi
+@@ -2431,7 +2441,9 @@ SYSCALL_DEFINE3(get_robust_list, int, pi
  {
        struct robust_list_head __user *head;
        unsigned long ret;
@@ -67509,7 +60290,7 @@ diff -urNp linux-2.6.39/kernel/futex.c linux-2.6.39/kernel/futex.c
  
        if (!futex_cmpxchg_enabled)
                return -ENOSYS;
-@@ -2417,6 +2429,10 @@ SYSCALL_DEFINE3(get_robust_list, int, pi
+@@ -2447,6 +2459,10 @@ SYSCALL_DEFINE3(get_robust_list, int, pi
                if (!p)
                        goto err_unlock;
                ret = -EPERM;
@@ -67520,7 +60301,7 @@ diff -urNp linux-2.6.39/kernel/futex.c linux-2.6.39/kernel/futex.c
                pcred = __task_cred(p);
                /* If victim is in different user_ns, then uids are not
                   comparable, so we must have CAP_SYS_PTRACE */
-@@ -2431,6 +2447,7 @@ SYSCALL_DEFINE3(get_robust_list, int, pi
+@@ -2461,6 +2477,7 @@ SYSCALL_DEFINE3(get_robust_list, int, pi
                    !ns_capable(pcred->user->user_ns, CAP_SYS_PTRACE))
                        goto err_unlock;
  ok:
@@ -67528,7 +60309,7 @@ diff -urNp linux-2.6.39/kernel/futex.c linux-2.6.39/kernel/futex.c
                head = p->robust_list;
                rcu_read_unlock();
        }
-@@ -2682,6 +2699,7 @@ static int __init futex_init(void)
+@@ -2712,6 +2729,7 @@ static int __init futex_init(void)
  {
        u32 curval;
        int i;
@@ -67536,7 +60317,7 @@ diff -urNp linux-2.6.39/kernel/futex.c linux-2.6.39/kernel/futex.c
  
        /*
         * This will fail and we want it. Some arch implementations do
-@@ -2693,8 +2711,11 @@ static int __init futex_init(void)
+@@ -2723,8 +2741,11 @@ static int __init futex_init(void)
         * implementation, the non-functional ones will return
         * -ENOSYS.
         */
@@ -67548,9 +60329,9 @@ diff -urNp linux-2.6.39/kernel/futex.c linux-2.6.39/kernel/futex.c
  
        for (i = 0; i < ARRAY_SIZE(futex_queues); i++) {
                plist_head_init(&futex_queues[i].chain, &futex_queues[i].lock);
-diff -urNp linux-2.6.39/kernel/futex_compat.c linux-2.6.39/kernel/futex_compat.c
---- linux-2.6.39/kernel/futex_compat.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/kernel/futex_compat.c 2011-05-22 22:42:09.000000000 -0400
+diff -urNp linux-3.0.4/kernel/futex_compat.c linux-3.0.4/kernel/futex_compat.c
+--- linux-3.0.4/kernel/futex_compat.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/kernel/futex_compat.c  2011-08-23 21:48:14.000000000 -0400
 @@ -10,6 +10,7 @@
  #include <linux/compat.h>
  #include <linux/nsproxy.h>
@@ -67590,9 +60371,9 @@ diff -urNp linux-2.6.39/kernel/futex_compat.c linux-2.6.39/kernel/futex_compat.c
                head = p->compat_robust_list;
                rcu_read_unlock();
        }
-diff -urNp linux-2.6.39/kernel/gcov/base.c linux-2.6.39/kernel/gcov/base.c
---- linux-2.6.39/kernel/gcov/base.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/kernel/gcov/base.c    2011-05-22 19:36:33.000000000 -0400
+diff -urNp linux-3.0.4/kernel/gcov/base.c linux-3.0.4/kernel/gcov/base.c
+--- linux-3.0.4/kernel/gcov/base.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/kernel/gcov/base.c     2011-08-23 21:47:56.000000000 -0400
 @@ -102,11 +102,6 @@ void gcov_enable_events(void)
  }
  
@@ -67614,10 +60395,10 @@ diff -urNp linux-2.6.39/kernel/gcov/base.c linux-2.6.39/kernel/gcov/base.c
                        if (prev)
                                prev->next = info->next;
                        else
-diff -urNp linux-2.6.39/kernel/hrtimer.c linux-2.6.39/kernel/hrtimer.c
---- linux-2.6.39/kernel/hrtimer.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/kernel/hrtimer.c      2011-05-22 19:36:33.000000000 -0400
-@@ -1383,7 +1383,7 @@ void hrtimer_peek_ahead_timers(void)
+diff -urNp linux-3.0.4/kernel/hrtimer.c linux-3.0.4/kernel/hrtimer.c
+--- linux-3.0.4/kernel/hrtimer.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/kernel/hrtimer.c       2011-08-23 21:47:56.000000000 -0400
+@@ -1391,7 +1391,7 @@ void hrtimer_peek_ahead_timers(void)
        local_irq_restore(flags);
  }
  
@@ -67626,52 +60407,35 @@ diff -urNp linux-2.6.39/kernel/hrtimer.c linux-2.6.39/kernel/hrtimer.c
  {
        hrtimer_peek_ahead_timers();
  }
-diff -urNp linux-2.6.39/kernel/jump_label.c linux-2.6.39/kernel/jump_label.c
---- linux-2.6.39/kernel/jump_label.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/kernel/jump_label.c   2011-05-22 19:36:33.000000000 -0400
-@@ -49,6 +49,17 @@ void jump_label_unlock(void)
-       mutex_unlock(&jump_label_mutex);
+diff -urNp linux-3.0.4/kernel/jump_label.c linux-3.0.4/kernel/jump_label.c
+--- linux-3.0.4/kernel/jump_label.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/kernel/jump_label.c    2011-08-23 21:47:56.000000000 -0400
+@@ -55,7 +55,9 @@ jump_label_sort_entries(struct jump_entr
+       size = (((unsigned long)stop - (unsigned long)start)
+                                       / sizeof(struct jump_entry));
++      pax_open_kernel();
+       sort(start, size, sizeof(struct jump_entry), jump_label_cmp, NULL);
++      pax_close_kernel();
  }
  
-+static void jump_label_swap(void *a, void *b, int size)
-+{
-+      struct jump_entry t;
-+
-+      t = *(struct jump_entry *)a;
+ static void jump_label_update(struct jump_label_key *key, int enable);
+@@ -297,10 +299,12 @@ static void jump_label_invalidate_module
+       struct jump_entry *iter_stop = iter_start + mod->num_jump_entries;
+       struct jump_entry *iter;
 +      pax_open_kernel();
-+      *(struct jump_entry *)a = *(struct jump_entry *)b;
-+      *(struct jump_entry *)b = t;
+       for (iter = iter_start; iter < iter_stop; iter++) {
+               if (within_module_init(iter->code, mod))
+                       iter->code = 0;
+       }
 +      pax_close_kernel();
-+}
-+
- static int jump_label_cmp(const void *a, const void *b)
- {
-       const struct jump_entry *jea = a;
-@@ -70,7 +81,7 @@ sort_jump_label_entries(struct jump_entr
+ }
  
-       size = (((unsigned long)stop - (unsigned long)start)
-                                       / sizeof(struct jump_entry));
--      sort(start, size, sizeof(struct jump_entry), jump_label_cmp, NULL);
-+      sort(start, size, sizeof(struct jump_entry), jump_label_cmp, jump_label_swap);
- }
- static struct jump_label_entry *get_jump_label_entry(jump_label_t key)
-@@ -407,8 +418,11 @@ static void remove_jump_label_module_ini
-                               count = e_module->nr_entries;
-                               iter = e_module->table;
-                               while (count--) {
--                                      if (within_module_init(iter->code, mod))
-+                                      if (within_module_init(iter->code, mod)) {
-+                                              pax_open_kernel();
-                                               iter->key = 0;
-+                                              pax_close_kernel();
-+                                      }
-                                       iter++;
-                               }
-                       }
-diff -urNp linux-2.6.39/kernel/kallsyms.c linux-2.6.39/kernel/kallsyms.c
---- linux-2.6.39/kernel/kallsyms.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/kernel/kallsyms.c     2011-05-22 19:41:42.000000000 -0400
+ static int
+diff -urNp linux-3.0.4/kernel/kallsyms.c linux-3.0.4/kernel/kallsyms.c
+--- linux-3.0.4/kernel/kallsyms.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/kernel/kallsyms.c      2011-08-23 21:48:14.000000000 -0400
 @@ -11,6 +11,9 @@
   *      Changed the compression method from stem compression to "table lookup"
   *      compression (see scripts/kallsyms.c for a more complete description)
@@ -67774,10 +60538,10 @@ diff -urNp linux-2.6.39/kernel/kallsyms.c linux-2.6.39/kernel/kallsyms.c
        if (!iter)
                return -ENOMEM;
        reset_iter(iter, 0);
-diff -urNp linux-2.6.39/kernel/kmod.c linux-2.6.39/kernel/kmod.c
---- linux-2.6.39/kernel/kmod.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/kernel/kmod.c 2011-05-22 19:41:42.000000000 -0400
-@@ -65,13 +65,12 @@ char modprobe_path[KMOD_PATH_LEN] = "/sb
+diff -urNp linux-3.0.4/kernel/kmod.c linux-3.0.4/kernel/kmod.c
+--- linux-3.0.4/kernel/kmod.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/kernel/kmod.c  2011-08-23 21:48:14.000000000 -0400
+@@ -73,13 +73,12 @@ char modprobe_path[KMOD_PATH_LEN] = "/sb
   * If module auto-loading support is disabled then this function
   * becomes a no-operation.
   */
@@ -67793,7 +60557,7 @@ diff -urNp linux-2.6.39/kernel/kmod.c linux-2.6.39/kernel/kmod.c
        static char *envp[] = { "HOME=/",
                                "TERM=linux",
                                "PATH=/sbin:/usr/sbin:/bin:/usr/bin",
-@@ -80,9 +79,7 @@ int __request_module(bool wait, const ch
+@@ -88,9 +87,7 @@ int __request_module(bool wait, const ch
  #define MAX_KMOD_CONCURRENT 50        /* Completely arbitrary value - KAO */
        static int kmod_loop_msg;
  
@@ -67804,7 +60568,7 @@ diff -urNp linux-2.6.39/kernel/kmod.c linux-2.6.39/kernel/kmod.c
        if (ret >= MODULE_NAME_LEN)
                return -ENAMETOOLONG;
  
-@@ -90,6 +87,20 @@ int __request_module(bool wait, const ch
+@@ -98,6 +95,20 @@ int __request_module(bool wait, const ch
        if (ret)
                return ret;
  
@@ -67825,7 +60589,7 @@ diff -urNp linux-2.6.39/kernel/kmod.c linux-2.6.39/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
-@@ -123,6 +134,47 @@ int __request_module(bool wait, const ch
+@@ -131,6 +142,47 @@ int __request_module(bool wait, const ch
        atomic_dec(&kmod_concurrent);
        return ret;
  }
@@ -67873,9 +60637,9 @@ diff -urNp linux-2.6.39/kernel/kmod.c linux-2.6.39/kernel/kmod.c
  EXPORT_SYMBOL(__request_module);
  #endif /* CONFIG_MODULES */
  
-diff -urNp linux-2.6.39/kernel/kprobes.c linux-2.6.39/kernel/kprobes.c
---- linux-2.6.39/kernel/kprobes.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/kernel/kprobes.c      2011-05-22 19:36:33.000000000 -0400
+diff -urNp linux-3.0.4/kernel/kprobes.c linux-3.0.4/kernel/kprobes.c
+--- linux-3.0.4/kernel/kprobes.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/kernel/kprobes.c       2011-08-23 21:47:56.000000000 -0400
 @@ -185,7 +185,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.
@@ -67912,10 +60676,10 @@ diff -urNp linux-2.6.39/kernel/kprobes.c linux-2.6.39/kernel/kprobes.c
  
        head = &kprobe_table[i];
        preempt_disable();
-diff -urNp linux-2.6.39/kernel/lockdep.c linux-2.6.39/kernel/lockdep.c
---- linux-2.6.39/kernel/lockdep.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/kernel/lockdep.c      2011-05-22 19:36:33.000000000 -0400
-@@ -571,6 +571,10 @@ static int static_obj(void *obj)
+diff -urNp linux-3.0.4/kernel/lockdep.c linux-3.0.4/kernel/lockdep.c
+--- linux-3.0.4/kernel/lockdep.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/kernel/lockdep.c       2011-08-23 21:47:56.000000000 -0400
+@@ -583,6 +583,10 @@ static int static_obj(void *obj)
                      end   = (unsigned long) &_end,
                      addr  = (unsigned long) obj;
  
@@ -67926,7 +60690,7 @@ diff -urNp linux-2.6.39/kernel/lockdep.c linux-2.6.39/kernel/lockdep.c
        /*
         * static variable?
         */
-@@ -706,6 +710,7 @@ register_lock_class(struct lockdep_map *
+@@ -718,6 +722,7 @@ register_lock_class(struct lockdep_map *
        if (!static_obj(lock->key)) {
                debug_locks_off();
                printk("INFO: trying to register non-static key.\n");
@@ -67934,7 +60698,7 @@ diff -urNp linux-2.6.39/kernel/lockdep.c linux-2.6.39/kernel/lockdep.c
                printk("the code is fine but needs lockdep annotation.\n");
                printk("turning off the locking correctness validator.\n");
                dump_stack();
-@@ -2752,7 +2757,7 @@ static int __lock_acquire(struct lockdep
+@@ -2936,7 +2941,7 @@ static int __lock_acquire(struct lockdep
                if (!class)
                        return 0;
        }
@@ -67943,9 +60707,9 @@ diff -urNp linux-2.6.39/kernel/lockdep.c linux-2.6.39/kernel/lockdep.c
        if (very_verbose(class)) {
                printk("\nacquire class [%p] %s", class->key, class->name);
                if (class->name_version > 1)
-diff -urNp linux-2.6.39/kernel/lockdep_proc.c linux-2.6.39/kernel/lockdep_proc.c
---- linux-2.6.39/kernel/lockdep_proc.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/kernel/lockdep_proc.c 2011-05-22 19:36:33.000000000 -0400
+diff -urNp linux-3.0.4/kernel/lockdep_proc.c linux-3.0.4/kernel/lockdep_proc.c
+--- linux-3.0.4/kernel/lockdep_proc.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/kernel/lockdep_proc.c  2011-08-23 21:47:56.000000000 -0400
 @@ -39,7 +39,7 @@ static void l_stop(struct seq_file *m, v
  
  static void print_name(struct seq_file *m, struct lock_class *class)
@@ -67955,18 +60719,18 @@ diff -urNp linux-2.6.39/kernel/lockdep_proc.c linux-2.6.39/kernel/lockdep_proc.c
        const char *name = class->name;
  
        if (!name) {
-diff -urNp linux-2.6.39/kernel/module.c linux-2.6.39/kernel/module.c
---- linux-2.6.39/kernel/module.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/kernel/module.c       2011-05-22 19:41:42.000000000 -0400
-@@ -57,6 +57,7 @@
- #include <linux/kmemleak.h>
+diff -urNp linux-3.0.4/kernel/module.c linux-3.0.4/kernel/module.c
+--- linux-3.0.4/kernel/module.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/kernel/module.c        2011-08-23 21:48:14.000000000 -0400
+@@ -58,6 +58,7 @@
  #include <linux/jump_label.h>
  #include <linux/pfn.h>
+ #include <linux/bsearch.h>
 +#include <linux/grsecurity.h>
  
  #define CREATE_TRACE_POINTS
  #include <trace/events/module.h>
-@@ -118,7 +119,8 @@ static BLOCKING_NOTIFIER_HEAD(module_not
+@@ -119,7 +120,8 @@ static BLOCKING_NOTIFIER_HEAD(module_not
  
  /* Bounds of module allocation, for speeding __module_address.
   * Protected by module_mutex. */
@@ -67976,7 +60740,7 @@ diff -urNp linux-2.6.39/kernel/module.c linux-2.6.39/kernel/module.c
  
  int register_module_notifier(struct notifier_block * nb)
  {
-@@ -282,7 +284,7 @@ bool each_symbol(bool (*fn)(const struct
+@@ -284,7 +286,7 @@ bool each_symbol_section(bool (*fn)(cons
                return true;
  
        list_for_each_entry_rcu(mod, &modules, list) {
@@ -67985,7 +60749,7 @@ diff -urNp linux-2.6.39/kernel/module.c linux-2.6.39/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,
-@@ -304,7 +306,7 @@ bool each_symbol(bool (*fn)(const struct
+@@ -306,7 +308,7 @@ bool each_symbol_section(bool (*fn)(cons
  #endif
                };
  
@@ -67994,7 +60758,7 @@ diff -urNp linux-2.6.39/kernel/module.c linux-2.6.39/kernel/module.c
                        return true;
        }
        return false;
-@@ -415,7 +417,7 @@ static inline void __percpu *mod_percpu(
+@@ -438,7 +440,7 @@ static inline void __percpu *mod_percpu(
  static int percpu_modalloc(struct module *mod,
                           unsigned long size, unsigned long align)
  {
@@ -68003,7 +60767,7 @@ diff -urNp linux-2.6.39/kernel/module.c linux-2.6.39/kernel/module.c
                printk(KERN_WARNING "%s: per-cpu alignment %li > %li\n",
                       mod->name, align, PAGE_SIZE);
                align = PAGE_SIZE;
-@@ -1143,7 +1145,7 @@ resolve_symbol_wait(struct module *mod,
+@@ -1166,7 +1168,7 @@ resolve_symbol_wait(struct module *mod,
   */
  #ifdef CONFIG_SYSFS
  
@@ -68012,33 +60776,37 @@ diff -urNp linux-2.6.39/kernel/module.c linux-2.6.39/kernel/module.c
  static inline bool sect_empty(const Elf_Shdr *sect)
  {
        return !(sect->sh_flags & SHF_ALLOC) || sect->sh_size == 0;
-@@ -1612,17 +1614,17 @@ void unset_section_ro_nx(struct module *
- {
-       unsigned long total_pages;
+@@ -1632,21 +1634,21 @@ static void set_section_ro_nx(void *base
  
--      if (mod->module_core == module_region) {
-+      if (mod->module_core_rx == module_region) {
-               /* Set core as NX+RW */
--              total_pages = MOD_NUMBER_OF_PAGES(mod->module_core, mod->core_size);
--              set_memory_nx((unsigned long)mod->module_core, total_pages);
--              set_memory_rw((unsigned long)mod->module_core, total_pages);
-+              total_pages = MOD_NUMBER_OF_PAGES(mod->module_core_rx, mod->core_size_rx);
-+              set_memory_nx((unsigned long)mod->module_core_rx, total_pages);
-+              set_memory_rw((unsigned long)mod->module_core_rx, total_pages);
+ static void unset_module_core_ro_nx(struct module *mod)
+ {
+-      set_page_attributes(mod->module_core + mod->core_text_size,
+-              mod->module_core + mod->core_size,
++      set_page_attributes(mod->module_core_rw,
++              mod->module_core_rw + mod->core_size_rw,
+               set_memory_x);
+-      set_page_attributes(mod->module_core,
+-              mod->module_core + mod->core_ro_size,
++      set_page_attributes(mod->module_core_rx,
++              mod->module_core_rx + mod->core_size_rx,
+               set_memory_rw);
+ }
  
--      } else if (mod->module_init == module_region) {
-+      } else if (mod->module_init_rx == module_region) {
-               /* Set init as NX+RW */
--              total_pages = MOD_NUMBER_OF_PAGES(mod->module_init, mod->init_size);
--              set_memory_nx((unsigned long)mod->module_init, total_pages);
--              set_memory_rw((unsigned long)mod->module_init, total_pages);
-+              total_pages = MOD_NUMBER_OF_PAGES(mod->module_init_rx, mod->init_size_rx);
-+              set_memory_nx((unsigned long)mod->module_init_rx, total_pages);
-+              set_memory_rw((unsigned long)mod->module_init_rx, total_pages);
-       }
+ static void unset_module_init_ro_nx(struct module *mod)
+ {
+-      set_page_attributes(mod->module_init + mod->init_text_size,
+-              mod->module_init + mod->init_size,
++      set_page_attributes(mod->module_init_rw,
++              mod->module_init_rw + mod->init_size_rw,
+               set_memory_x);
+-      set_page_attributes(mod->module_init,
+-              mod->module_init + mod->init_ro_size,
++      set_page_attributes(mod->module_init_rx,
++              mod->module_init_rx + mod->init_size_rx,
+               set_memory_rw);
  }
  
-@@ -1633,14 +1635,14 @@ void set_all_modules_text_rw()
+@@ -1657,14 +1659,14 @@ void set_all_modules_text_rw(void)
  
        mutex_lock(&module_mutex);
        list_for_each_entry_rcu(mod, &modules, list) {
@@ -68059,7 +60827,7 @@ diff -urNp linux-2.6.39/kernel/module.c linux-2.6.39/kernel/module.c
                                                set_memory_rw);
                }
        }
-@@ -1654,14 +1656,14 @@ void set_all_modules_text_ro()
+@@ -1678,14 +1680,14 @@ void set_all_modules_text_ro(void)
  
        mutex_lock(&module_mutex);
        list_for_each_entry_rcu(mod, &modules, list) {
@@ -68080,13 +60848,11 @@ diff -urNp linux-2.6.39/kernel/module.c linux-2.6.39/kernel/module.c
                                                set_memory_ro);
                }
        }
-@@ -1696,17 +1698,20 @@ static void free_module(struct module *m
-       destroy_params(mod->kp, mod->num_kp);
+@@ -1722,16 +1724,19 @@ static void free_module(struct module *m
  
        /* This may be NULL, but that's OK */
--      unset_section_ro_nx(mod, mod->module_init);
+       unset_module_init_ro_nx(mod);
 -      module_free(mod, mod->module_init);
-+      unset_section_ro_nx(mod, mod->module_init_rx);
 +      module_free(mod, mod->module_init_rw);
 +      module_free_exec(mod, mod->module_init_rx);
        kfree(mod->args);
@@ -68098,15 +60864,14 @@ diff -urNp linux-2.6.39/kernel/module.c linux-2.6.39/kernel/module.c
 +      lockdep_free_key_range(mod->module_core_rw, mod->core_size_rw);
  
        /* Finally, free the core (containing the module structure) */
--      unset_section_ro_nx(mod, mod->module_core);
+       unset_module_core_ro_nx(mod);
 -      module_free(mod, mod->module_core);
-+      unset_section_ro_nx(mod, mod->module_core_rx);
 +      module_free_exec(mod, mod->module_core_rx);
 +      module_free(mod, mod->module_core_rw);
  
  #ifdef CONFIG_MPU
        update_protections(current->mm);
-@@ -1775,10 +1780,31 @@ static int simplify_symbols(struct modul
+@@ -1800,10 +1805,31 @@ static int simplify_symbols(struct modul
        unsigned int i;
        int ret = 0;
        const struct kernel_symbol *ksym;
@@ -68138,7 +60903,7 @@ diff -urNp linux-2.6.39/kernel/module.c linux-2.6.39/kernel/module.c
                switch (sym[i].st_shndx) {
                case SHN_COMMON:
                        /* We compiled with -fno-common.  These are not
-@@ -1799,7 +1825,9 @@ static int simplify_symbols(struct modul
+@@ -1824,7 +1850,9 @@ static int simplify_symbols(struct modul
                        ksym = resolve_symbol_wait(mod, info, name);
                        /* Ok if resolved.  */
                        if (ksym && !IS_ERR(ksym)) {
@@ -68148,7 +60913,7 @@ diff -urNp linux-2.6.39/kernel/module.c linux-2.6.39/kernel/module.c
                                break;
                        }
  
-@@ -1818,11 +1846,20 @@ static int simplify_symbols(struct modul
+@@ -1843,11 +1871,20 @@ static int simplify_symbols(struct modul
                                secbase = (unsigned long)mod_percpu(mod);
                        else
                                secbase = info->sechdrs[sym[i].st_shndx].sh_addr;
@@ -68169,7 +60934,7 @@ diff -urNp linux-2.6.39/kernel/module.c linux-2.6.39/kernel/module.c
        return ret;
  }
  
-@@ -1906,22 +1943,12 @@ static void layout_sections(struct modul
+@@ -1931,22 +1968,12 @@ static void layout_sections(struct modul
                            || s->sh_entsize != ~0UL
                            || strstarts(sname, ".init"))
                                continue;
@@ -68196,7 +60961,7 @@ diff -urNp linux-2.6.39/kernel/module.c linux-2.6.39/kernel/module.c
        }
  
        DEBUGP("Init section allocation order:\n");
-@@ -1935,23 +1962,13 @@ static void layout_sections(struct modul
+@@ -1960,23 +1987,13 @@ static void layout_sections(struct modul
                            || s->sh_entsize != ~0UL
                            || !strstarts(sname, ".init"))
                                continue;
@@ -68225,7 +60990,7 @@ diff -urNp linux-2.6.39/kernel/module.c linux-2.6.39/kernel/module.c
        }
  }
  
-@@ -2119,7 +2136,7 @@ static void layout_symtab(struct module 
+@@ -2141,7 +2158,7 @@ static void layout_symtab(struct module 
  
        /* Put symbol section at end of init part of module. */
        symsect->sh_flags |= SHF_ALLOC;
@@ -68234,7 +60999,7 @@ diff -urNp linux-2.6.39/kernel/module.c linux-2.6.39/kernel/module.c
                                         info->index.sym) | INIT_OFFSET_MASK;
        DEBUGP("\t%s\n", info->secstrings + symsect->sh_name);
  
-@@ -2136,19 +2153,19 @@ static void layout_symtab(struct module 
+@@ -2158,19 +2175,19 @@ static void layout_symtab(struct module 
                }
  
        /* Append room for core symbols at end of core part. */
@@ -68259,7 +61024,7 @@ diff -urNp linux-2.6.39/kernel/module.c linux-2.6.39/kernel/module.c
  }
  
  static void add_kallsyms(struct module *mod, const struct load_info *info)
-@@ -2164,11 +2181,13 @@ static void add_kallsyms(struct module *
+@@ -2186,11 +2203,13 @@ static void add_kallsyms(struct module *
        /* Make sure we get permanent strtab: don't use info->strtab. */
        mod->strtab = (void *)info->sechdrs[info->index.str].sh_addr;
  
@@ -68274,7 +61039,7 @@ diff -urNp linux-2.6.39/kernel/module.c linux-2.6.39/kernel/module.c
        src = mod->symtab;
        *dst = *src;
        for (ndst = i = 1; i < mod->num_symtab; ++i, ++src) {
-@@ -2181,10 +2200,12 @@ static void add_kallsyms(struct module *
+@@ -2203,10 +2222,12 @@ static void add_kallsyms(struct module *
        }
        mod->core_num_syms = ndst;
  
@@ -68288,7 +61053,7 @@ diff -urNp linux-2.6.39/kernel/module.c linux-2.6.39/kernel/module.c
  }
  #else
  static inline void layout_symtab(struct module *mod, struct load_info *info)
-@@ -2213,17 +2234,33 @@ static void dynamic_debug_remove(struct 
+@@ -2235,17 +2256,33 @@ static void dynamic_debug_remove(struct 
                ddebug_remove_module(debug->modname);
  }
  
@@ -68327,7 +61092,7 @@ diff -urNp linux-2.6.39/kernel/module.c linux-2.6.39/kernel/module.c
                mutex_unlock(&module_mutex);
        }
        return ret;
-@@ -2516,7 +2553,7 @@ static int move_module(struct module *mo
+@@ -2538,7 +2575,7 @@ static int move_module(struct module *mo
        void *ptr;
  
        /* Do the allocs. */
@@ -68336,7 +61101,7 @@ diff -urNp linux-2.6.39/kernel/module.c linux-2.6.39/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
-@@ -2526,23 +2563,50 @@ static int move_module(struct module *mo
+@@ -2548,23 +2585,50 @@ static int move_module(struct module *mo
        if (!ptr)
                return -ENOMEM;
  
@@ -68395,7 +61160,7 @@ diff -urNp linux-2.6.39/kernel/module.c linux-2.6.39/kernel/module.c
  
        /* Transfer each section which specifies SHF_ALLOC */
        DEBUGP("final section addresses:\n");
-@@ -2553,16 +2617,45 @@ static int move_module(struct module *mo
+@@ -2575,16 +2639,45 @@ static int move_module(struct module *mo
                if (!(shdr->sh_flags & SHF_ALLOC))
                        continue;
  
@@ -68448,7 +61213,7 @@ diff -urNp linux-2.6.39/kernel/module.c linux-2.6.39/kernel/module.c
                DEBUGP("\t0x%lx %s\n",
                       shdr->sh_addr, info->secstrings + shdr->sh_name);
        }
-@@ -2613,12 +2706,12 @@ static void flush_module_icache(const st
+@@ -2635,12 +2728,12 @@ static void flush_module_icache(const st
         * Do it before processing of module parameters, so the module
         * can provide parameter accessor functions of its own.
         */
@@ -68467,7 +61232,7 @@ diff -urNp linux-2.6.39/kernel/module.c linux-2.6.39/kernel/module.c
  
        set_fs(old_fs);
  }
-@@ -2690,8 +2783,10 @@ static void module_deallocate(struct mod
+@@ -2712,8 +2805,10 @@ static void module_deallocate(struct mod
  {
        kfree(info->strmap);
        percpu_modfree(mod);
@@ -68480,7 +61245,7 @@ diff -urNp linux-2.6.39/kernel/module.c linux-2.6.39/kernel/module.c
  }
  
  static int post_relocation(struct module *mod, const struct load_info *info)
-@@ -2748,9 +2843,38 @@ static struct module *load_module(void _
+@@ -2770,9 +2865,38 @@ static struct module *load_module(void _
        if (err)
                goto free_unload;
  
@@ -68519,7 +61284,7 @@ diff -urNp linux-2.6.39/kernel/module.c linux-2.6.39/kernel/module.c
        /* Fix up syms, so that st_value is a pointer to location. */
        err = simplify_symbols(mod, &info);
        if (err < 0)
-@@ -2766,13 +2890,6 @@ static struct module *load_module(void _
+@@ -2788,13 +2912,6 @@ static struct module *load_module(void _
  
        flush_module_icache(mod);
  
@@ -68533,7 +61298,7 @@ diff -urNp linux-2.6.39/kernel/module.c linux-2.6.39/kernel/module.c
        /* Mark state as coming so strong_try_module_get() ignores us. */
        mod->state = MODULE_STATE_COMING;
  
-@@ -2832,11 +2949,10 @@ static struct module *load_module(void _
+@@ -2854,11 +2971,10 @@ static struct module *load_module(void _
   unlock:
        mutex_unlock(&module_mutex);
        synchronize_sched();
@@ -68546,7 +61311,7 @@ diff -urNp linux-2.6.39/kernel/module.c linux-2.6.39/kernel/module.c
   free_unload:
        module_unload_free(mod);
   free_module:
-@@ -2877,16 +2993,16 @@ SYSCALL_DEFINE3(init_module, void __user
+@@ -2899,16 +3015,16 @@ SYSCALL_DEFINE3(init_module, void __user
                        MODULE_STATE_COMING, mod);
  
        /* Set RO and NX regions for core */
@@ -68571,16 +61336,15 @@ diff -urNp linux-2.6.39/kernel/module.c linux-2.6.39/kernel/module.c
  
        do_mod_ctors(mod);
        /* Start the module */
-@@ -2931,11 +3047,13 @@ SYSCALL_DEFINE3(init_module, void __user
-       mod->symtab = mod->core_symtab;
+@@ -2954,11 +3070,12 @@ SYSCALL_DEFINE3(init_module, void __user
        mod->strtab = mod->core_strtab;
  #endif
--      unset_section_ro_nx(mod, mod->module_init);
+       unset_module_init_ro_nx(mod);
 -      module_free(mod, mod->module_init);
 -      mod->module_init = NULL;
 -      mod->init_size = 0;
+-      mod->init_ro_size = 0;
 -      mod->init_text_size = 0;
-+      unset_section_ro_nx(mod, mod->module_init_rx);
 +      module_free(mod, mod->module_init_rw);
 +      module_free_exec(mod, mod->module_init_rx);
 +      mod->module_init_rw = NULL;
@@ -68590,7 +61354,7 @@ diff -urNp linux-2.6.39/kernel/module.c linux-2.6.39/kernel/module.c
        mutex_unlock(&module_mutex);
  
        return 0;
-@@ -2966,10 +3084,16 @@ static const char *get_ksymbol(struct mo
+@@ -2989,10 +3106,16 @@ static const char *get_ksymbol(struct mo
        unsigned long nextval;
  
        /* At worse, next value is at end of module */
@@ -68610,7 +61374,7 @@ diff -urNp linux-2.6.39/kernel/module.c linux-2.6.39/kernel/module.c
  
        /* Scan for closest preceding symbol, and next symbol. (ELF
           starts real symbols at 1). */
-@@ -3215,7 +3339,7 @@ static int m_show(struct seq_file *m, vo
+@@ -3238,7 +3361,7 @@ static int m_show(struct seq_file *m, vo
        char buf[8];
  
        seq_printf(m, "%s %u",
@@ -68619,7 +61383,7 @@ diff -urNp linux-2.6.39/kernel/module.c linux-2.6.39/kernel/module.c
        print_unload_info(m, mod);
  
        /* Informative for users. */
-@@ -3224,7 +3348,7 @@ static int m_show(struct seq_file *m, vo
+@@ -3247,7 +3370,7 @@ static int m_show(struct seq_file *m, vo
                   mod->state == MODULE_STATE_COMING ? "Loading":
                   "Live");
        /* Used by oprofile and other similar tools. */
@@ -68628,7 +61392,7 @@ diff -urNp linux-2.6.39/kernel/module.c linux-2.6.39/kernel/module.c
  
        /* Taints info */
        if (mod->taints)
-@@ -3260,7 +3384,17 @@ static const struct file_operations proc
+@@ -3283,7 +3406,17 @@ static const struct file_operations proc
  
  static int __init proc_modules_init(void)
  {
@@ -68646,7 +61410,7 @@ diff -urNp linux-2.6.39/kernel/module.c linux-2.6.39/kernel/module.c
        return 0;
  }
  module_init(proc_modules_init);
-@@ -3319,12 +3453,12 @@ struct module *__module_address(unsigned
+@@ -3342,12 +3475,12 @@ struct module *__module_address(unsigned
  {
        struct module *mod;
  
@@ -68662,7 +61426,7 @@ diff -urNp linux-2.6.39/kernel/module.c linux-2.6.39/kernel/module.c
                        return mod;
        return NULL;
  }
-@@ -3358,11 +3492,20 @@ bool is_module_text_address(unsigned lon
+@@ -3381,11 +3514,20 @@ bool is_module_text_address(unsigned lon
   */
  struct module *__module_text_address(unsigned long addr)
  {
@@ -68686,19 +61450,10 @@ diff -urNp linux-2.6.39/kernel/module.c linux-2.6.39/kernel/module.c
                        mod = NULL;
        }
        return mod;
-diff -urNp linux-2.6.39/kernel/mutex.c linux-2.6.39/kernel/mutex.c
---- linux-2.6.39/kernel/mutex.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/kernel/mutex.c        2011-05-22 19:36:33.000000000 -0400
-@@ -160,7 +160,7 @@ __mutex_lock_common(struct mutex *lock, 
-        */
-       for (;;) {
--              struct thread_info *owner;
-+              struct task_struct *owner;
-               /*
-                * If we own the BKL, then don't spin. The owner of
-@@ -205,7 +205,7 @@ __mutex_lock_common(struct mutex *lock, 
+diff -urNp linux-3.0.4/kernel/mutex.c linux-3.0.4/kernel/mutex.c
+--- linux-3.0.4/kernel/mutex.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/kernel/mutex.c 2011-08-23 21:47:56.000000000 -0400
+@@ -198,7 +198,7 @@ __mutex_lock_common(struct mutex *lock, 
        spin_lock_mutex(&lock->wait_lock, flags);
  
        debug_mutex_lock_common(lock, &waiter);
@@ -68707,7 +61462,7 @@ diff -urNp linux-2.6.39/kernel/mutex.c linux-2.6.39/kernel/mutex.c
  
        /* add waiting tasks to the end of the waitqueue (FIFO): */
        list_add_tail(&waiter.list, &lock->wait_list);
-@@ -234,8 +234,7 @@ __mutex_lock_common(struct mutex *lock, 
+@@ -227,8 +227,7 @@ __mutex_lock_common(struct mutex *lock, 
                 * TASK_UNINTERRUPTIBLE case.)
                 */
                if (unlikely(signal_pending_state(state, task))) {
@@ -68717,7 +61472,7 @@ diff -urNp linux-2.6.39/kernel/mutex.c linux-2.6.39/kernel/mutex.c
                        mutex_release(&lock->dep_map, 1, ip);
                        spin_unlock_mutex(&lock->wait_lock, flags);
  
-@@ -256,7 +255,7 @@ __mutex_lock_common(struct mutex *lock, 
+@@ -249,7 +248,7 @@ __mutex_lock_common(struct mutex *lock, 
  done:
        lock_acquired(&lock->dep_map, ip);
        /* got the lock - rejoice! */
@@ -68726,9 +61481,9 @@ diff -urNp linux-2.6.39/kernel/mutex.c linux-2.6.39/kernel/mutex.c
        mutex_set_owner(lock);
  
        /* set it to 0 if there are no waiters left: */
-diff -urNp linux-2.6.39/kernel/mutex-debug.c linux-2.6.39/kernel/mutex-debug.c
---- linux-2.6.39/kernel/mutex-debug.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/kernel/mutex-debug.c  2011-05-22 19:36:33.000000000 -0400
+diff -urNp linux-3.0.4/kernel/mutex-debug.c linux-3.0.4/kernel/mutex-debug.c
+--- linux-3.0.4/kernel/mutex-debug.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/kernel/mutex-debug.c   2011-08-23 21:47:56.000000000 -0400
 @@ -49,21 +49,21 @@ void debug_mutex_free_waiter(struct mute
  }
  
@@ -68757,19 +61512,10 @@ diff -urNp linux-2.6.39/kernel/mutex-debug.c linux-2.6.39/kernel/mutex-debug.c
  
        list_del_init(&waiter->list);
        waiter->task = NULL;
-@@ -75,7 +75,7 @@ void debug_mutex_unlock(struct mutex *lo
-               return;
-       DEBUG_LOCKS_WARN_ON(lock->magic != lock);
--      DEBUG_LOCKS_WARN_ON(lock->owner != current_thread_info());
-+      DEBUG_LOCKS_WARN_ON(lock->owner != current);
-       DEBUG_LOCKS_WARN_ON(!lock->wait_list.prev && !lock->wait_list.next);
-       mutex_clear_owner(lock);
- }
-diff -urNp linux-2.6.39/kernel/mutex-debug.h linux-2.6.39/kernel/mutex-debug.h
---- linux-2.6.39/kernel/mutex-debug.h  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/kernel/mutex-debug.h  2011-05-22 19:36:33.000000000 -0400
-@@ -20,16 +20,16 @@ extern void debug_mutex_wake_waiter(stru
+diff -urNp linux-3.0.4/kernel/mutex-debug.h linux-3.0.4/kernel/mutex-debug.h
+--- linux-3.0.4/kernel/mutex-debug.h   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/kernel/mutex-debug.h   2011-08-23 21:47:56.000000000 -0400
+@@ -20,9 +20,9 @@ extern void debug_mutex_wake_waiter(stru
  extern void debug_mutex_free_waiter(struct mutex_waiter *waiter);
  extern void debug_mutex_add_waiter(struct mutex *lock,
                                   struct mutex_waiter *waiter,
@@ -68781,29 +61527,9 @@ diff -urNp linux-2.6.39/kernel/mutex-debug.h linux-2.6.39/kernel/mutex-debug.h
  extern void debug_mutex_unlock(struct mutex *lock);
  extern void debug_mutex_init(struct mutex *lock, const char *name,
                             struct lock_class_key *key);
- static inline void mutex_set_owner(struct mutex *lock)
- {
--      lock->owner = current_thread_info();
-+      lock->owner = current;
- }
- static inline void mutex_clear_owner(struct mutex *lock)
-diff -urNp linux-2.6.39/kernel/mutex.h linux-2.6.39/kernel/mutex.h
---- linux-2.6.39/kernel/mutex.h        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/kernel/mutex.h        2011-05-22 19:36:33.000000000 -0400
-@@ -19,7 +19,7 @@
- #ifdef CONFIG_SMP
- static inline void mutex_set_owner(struct mutex *lock)
- {
--      lock->owner = current_thread_info();
-+      lock->owner = current;
- }
- static inline void mutex_clear_owner(struct mutex *lock)
-diff -urNp linux-2.6.39/kernel/padata.c linux-2.6.39/kernel/padata.c
---- linux-2.6.39/kernel/padata.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/kernel/padata.c       2011-05-22 19:36:33.000000000 -0400
+diff -urNp linux-3.0.4/kernel/padata.c linux-3.0.4/kernel/padata.c
+--- linux-3.0.4/kernel/padata.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/kernel/padata.c        2011-08-23 21:47:56.000000000 -0400
 @@ -132,10 +132,10 @@ int padata_do_parallel(struct padata_ins
        padata->pd = pd;
        padata->cb_cpu = cb_cpu;
@@ -68827,9 +61553,9 @@ diff -urNp linux-2.6.39/kernel/padata.c linux-2.6.39/kernel/padata.c
        atomic_set(&pd->reorder_objects, 0);
        atomic_set(&pd->refcnt, 0);
        pd->pinst = pinst;
-diff -urNp linux-2.6.39/kernel/panic.c linux-2.6.39/kernel/panic.c
---- linux-2.6.39/kernel/panic.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/kernel/panic.c        2011-05-22 19:41:42.000000000 -0400
+diff -urNp linux-3.0.4/kernel/panic.c linux-3.0.4/kernel/panic.c
+--- linux-3.0.4/kernel/panic.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/kernel/panic.c 2011-08-23 21:48:14.000000000 -0400
 @@ -369,7 +369,7 @@ static void warn_slowpath_common(const c
        const char *board;
  
@@ -68849,169 +61575,9 @@ diff -urNp linux-2.6.39/kernel/panic.c linux-2.6.39/kernel/panic.c
                __builtin_return_address(0));
  }
  EXPORT_SYMBOL(__stack_chk_fail);
-diff -urNp linux-2.6.39/kernel/params.c linux-2.6.39/kernel/params.c
---- linux-2.6.39/kernel/params.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/kernel/params.c       2011-05-22 19:36:33.000000000 -0400
-@@ -234,7 +234,7 @@ int parse_args(const char *name,
-       {                                                               \
-               return sprintf(buffer, format, *((type *)kp->arg));     \
-       }                                                               \
--      struct kernel_param_ops param_ops_##name = {                    \
-+       const struct kernel_param_ops param_ops_##name = {                     \
-               .set = param_set_##name,                                \
-               .get = param_get_##name,                                \
-       };                                                              \
-@@ -286,7 +286,7 @@ static void param_free_charp(void *arg)
-       maybe_kfree_parameter(*((char **)arg));
- }
--struct kernel_param_ops param_ops_charp = {
-+const struct kernel_param_ops param_ops_charp = {
-       .set = param_set_charp,
-       .get = param_get_charp,
-       .free = param_free_charp,
-@@ -334,7 +334,7 @@ int param_get_bool(char *buffer, const s
- }
- EXPORT_SYMBOL(param_get_bool);
--struct kernel_param_ops param_ops_bool = {
-+const struct kernel_param_ops param_ops_bool = {
-       .set = param_set_bool,
-       .get = param_get_bool,
- };
-@@ -362,7 +362,7 @@ int param_get_invbool(char *buffer, cons
- }
- EXPORT_SYMBOL(param_get_invbool);
--struct kernel_param_ops param_ops_invbool = {
-+const struct kernel_param_ops param_ops_invbool = {
-       .set = param_set_invbool,
-       .get = param_get_invbool,
- };
-@@ -460,7 +460,7 @@ static void param_array_free(void *arg)
-                       arr->ops->free(arr->elem + arr->elemsize * i);
- }
--struct kernel_param_ops param_array_ops = {
-+const struct kernel_param_ops param_array_ops = {
-       .set = param_array_set,
-       .get = param_array_get,
-       .free = param_array_free,
-@@ -488,7 +488,7 @@ int param_get_string(char *buffer, const
- }
- EXPORT_SYMBOL(param_get_string);
--struct kernel_param_ops param_ops_string = {
-+const struct kernel_param_ops param_ops_string = {
-       .set = param_set_copystring,
-       .get = param_get_string,
- };
-diff -urNp linux-2.6.39/kernel/perf_event.c linux-2.6.39/kernel/perf_event.c
---- linux-2.6.39/kernel/perf_event.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/kernel/perf_event.c   2011-05-22 19:36:33.000000000 -0400
-@@ -170,7 +170,7 @@ int perf_proc_update_handler(struct ctl_
-       return 0;
- }
--static atomic64_t perf_event_id;
-+static atomic64_unchecked_t perf_event_id;
- static void cpu_ctx_sched_out(struct perf_cpu_context *cpuctx,
-                             enum event_type_t event_type);
-@@ -2496,7 +2496,7 @@ static void __perf_event_read(void *info
- static inline u64 perf_event_count(struct perf_event *event)
- {
--      return local64_read(&event->count) + atomic64_read(&event->child_count);
-+      return local64_read(&event->count) + atomic64_read_unchecked(&event->child_count);
- }
- static u64 perf_event_read(struct perf_event *event)
-@@ -3031,9 +3031,9 @@ u64 perf_event_read_value(struct perf_ev
-       mutex_lock(&event->child_mutex);
-       total += perf_event_read(event);
-       *enabled += event->total_time_enabled +
--                      atomic64_read(&event->child_total_time_enabled);
-+                      atomic64_read_unchecked(&event->child_total_time_enabled);
-       *running += event->total_time_running +
--                      atomic64_read(&event->child_total_time_running);
-+                      atomic64_read_unchecked(&event->child_total_time_running);
-       list_for_each_entry(child, &event->child_list, child_list) {
-               total += perf_event_read(child);
-@@ -3396,10 +3396,10 @@ void perf_event_update_userpage(struct p
-               userpg->offset -= local64_read(&event->hw.prev_count);
-       userpg->time_enabled = event->total_time_enabled +
--                      atomic64_read(&event->child_total_time_enabled);
-+                      atomic64_read_unchecked(&event->child_total_time_enabled);
-       userpg->time_running = event->total_time_running +
--                      atomic64_read(&event->child_total_time_running);
-+                      atomic64_read_unchecked(&event->child_total_time_running);
-       barrier();
-       ++userpg->lock;
-@@ -3884,16 +3884,16 @@ static void perf_pending_event(struct ir
-  * Later on, we might change it to a list if there is
-  * another virtualization implementation supporting the callbacks.
-  */
--struct perf_guest_info_callbacks *perf_guest_cbs;
-+const struct perf_guest_info_callbacks *perf_guest_cbs;
--int perf_register_guest_info_callbacks(struct perf_guest_info_callbacks *cbs)
-+int perf_register_guest_info_callbacks(const struct perf_guest_info_callbacks *cbs)
- {
-       perf_guest_cbs = cbs;
-       return 0;
- }
- EXPORT_SYMBOL_GPL(perf_register_guest_info_callbacks);
--int perf_unregister_guest_info_callbacks(struct perf_guest_info_callbacks *cbs)
-+int perf_unregister_guest_info_callbacks(const struct perf_guest_info_callbacks *cbs)
- {
-       perf_guest_cbs = NULL;
-       return 0;
-@@ -4196,11 +4196,11 @@ static void perf_output_read_one(struct 
-       values[n++] = perf_event_count(event);
-       if (read_format & PERF_FORMAT_TOTAL_TIME_ENABLED) {
-               values[n++] = enabled +
--                      atomic64_read(&event->child_total_time_enabled);
-+                      atomic64_read_unchecked(&event->child_total_time_enabled);
-       }
-       if (read_format & PERF_FORMAT_TOTAL_TIME_RUNNING) {
-               values[n++] = running +
--                      atomic64_read(&event->child_total_time_running);
-+                      atomic64_read_unchecked(&event->child_total_time_running);
-       }
-       if (read_format & PERF_FORMAT_ID)
-               values[n++] = primary_event_id(event);
-@@ -6201,7 +6201,7 @@ perf_event_alloc(struct perf_event_attr 
-       event->parent           = parent_event;
-       event->ns               = get_pid_ns(current->nsproxy->pid_ns);
--      event->id               = atomic64_inc_return(&perf_event_id);
-+      event->id               = atomic64_inc_return_unchecked(&perf_event_id);
-       event->state            = PERF_EVENT_STATE_INACTIVE;
-@@ -6724,10 +6724,10 @@ static void sync_child_event(struct perf
-       /*
-        * Add back the child's count to the parent's count:
-        */
--      atomic64_add(child_val, &parent_event->child_count);
--      atomic64_add(child_event->total_time_enabled,
-+      atomic64_add_unchecked(child_val, &parent_event->child_count);
-+      atomic64_add_unchecked(child_event->total_time_enabled,
-                    &parent_event->child_total_time_enabled);
--      atomic64_add(child_event->total_time_running,
-+      atomic64_add_unchecked(child_event->total_time_running,
-                    &parent_event->child_total_time_running);
-       /*
-diff -urNp linux-2.6.39/kernel/pid.c linux-2.6.39/kernel/pid.c
---- linux-2.6.39/kernel/pid.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/kernel/pid.c  2011-05-22 19:41:42.000000000 -0400
+diff -urNp linux-3.0.4/kernel/pid.c linux-3.0.4/kernel/pid.c
+--- linux-3.0.4/kernel/pid.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/kernel/pid.c   2011-08-23 21:48:14.000000000 -0400
 @@ -33,6 +33,7 @@
  #include <linux/rculist.h>
  #include <linux/bootmem.h>
@@ -69046,9 +61612,22 @@ diff -urNp linux-2.6.39/kernel/pid.c linux-2.6.39/kernel/pid.c
  }
  
  struct task_struct *find_task_by_vpid(pid_t vnr)
-diff -urNp linux-2.6.39/kernel/posix-cpu-timers.c linux-2.6.39/kernel/posix-cpu-timers.c
---- linux-2.6.39/kernel/posix-cpu-timers.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/kernel/posix-cpu-timers.c     2011-05-22 19:41:42.000000000 -0400
+@@ -428,6 +436,12 @@ struct task_struct *find_task_by_vpid(pi
+       return find_task_by_pid_ns(vnr, current->nsproxy->pid_ns);
+ }
++struct task_struct *find_task_by_vpid_unrestricted(pid_t vnr)
++{
++      rcu_lockdep_assert(rcu_read_lock_held());       
++      return pid_task(find_pid_ns(vnr, current->nsproxy->pid_ns), PIDTYPE_PID);
++}
++
+ struct pid *get_task_pid(struct task_struct *task, enum pid_type type)
+ {
+       struct pid *pid;
+diff -urNp linux-3.0.4/kernel/posix-cpu-timers.c linux-3.0.4/kernel/posix-cpu-timers.c
+--- linux-3.0.4/kernel/posix-cpu-timers.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/kernel/posix-cpu-timers.c      2011-08-23 21:48:14.000000000 -0400
 @@ -6,6 +6,7 @@
  #include <linux/posix-timers.h>
  #include <linux/errno.h>
@@ -69057,21 +61636,12 @@ diff -urNp linux-2.6.39/kernel/posix-cpu-timers.c linux-2.6.39/kernel/posix-cpu-
  #include <asm/uaccess.h>
  #include <linux/kernel_stat.h>
  #include <trace/events/timer.h>
-@@ -1590,7 +1591,7 @@ static int thread_cpu_timer_create(struc
-       return posix_cpu_timer_create(timer);
- }
--struct k_clock clock_posix_cpu = {
-+const struct k_clock clock_posix_cpu = {
-       .clock_getres   = posix_cpu_clock_getres,
-       .clock_set      = posix_cpu_clock_set,
-       .clock_get      = posix_cpu_clock_get,
 @@ -1604,14 +1605,14 @@ struct k_clock clock_posix_cpu = {
  
  static __init int init_posix_cpu_timers(void)
  {
 -      struct k_clock process = {
-+      const struct k_clock process = {
++      static struct k_clock process = {
                .clock_getres   = process_cpu_clock_getres,
                .clock_get      = process_cpu_clock_get,
                .timer_create   = process_cpu_timer_create,
@@ -69079,13 +61649,13 @@ diff -urNp linux-2.6.39/kernel/posix-cpu-timers.c linux-2.6.39/kernel/posix-cpu-
                .nsleep_restart = process_cpu_nsleep_restart,
        };
 -      struct k_clock thread = {
-+      const struct k_clock thread = {
++      static struct k_clock thread = {
                .clock_getres   = thread_cpu_clock_getres,
                .clock_get      = thread_cpu_clock_get,
                .timer_create   = thread_cpu_timer_create,
-diff -urNp linux-2.6.39/kernel/posix-timers.c linux-2.6.39/kernel/posix-timers.c
---- linux-2.6.39/kernel/posix-timers.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/kernel/posix-timers.c 2011-05-22 20:13:41.000000000 -0400
+diff -urNp linux-3.0.4/kernel/posix-timers.c linux-3.0.4/kernel/posix-timers.c
+--- linux-3.0.4/kernel/posix-timers.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/kernel/posix-timers.c  2011-08-23 21:48:14.000000000 -0400
 @@ -43,6 +43,7 @@
  #include <linux/idr.h>
  #include <linux/posix-clock.h>
@@ -69094,12 +61664,21 @@ diff -urNp linux-2.6.39/kernel/posix-timers.c linux-2.6.39/kernel/posix-timers.c
  #include <linux/syscalls.h>
  #include <linux/wait.h>
  #include <linux/workqueue.h>
+@@ -129,7 +130,7 @@ static DEFINE_SPINLOCK(idr_lock);
+  *        which we beg off on and pass to do_sys_settimeofday().
+  */
+-static struct k_clock posix_clocks[MAX_CLOCKS];
++static struct k_clock *posix_clocks[MAX_CLOCKS];
+ /*
+  * These ones are defined below.
 @@ -227,7 +228,7 @@ static int posix_get_boottime(const cloc
   */
  static __init int init_posix_timers(void)
  {
 -      struct k_clock clock_realtime = {
-+      const struct k_clock clock_realtime = {
++      static struct k_clock clock_realtime = {
                .clock_getres   = hrtimer_get_res,
                .clock_get      = posix_clock_realtime_get,
                .clock_set      = posix_clock_realtime_set,
@@ -69108,7 +61687,7 @@ diff -urNp linux-2.6.39/kernel/posix-timers.c linux-2.6.39/kernel/posix-timers.c
                .timer_del      = common_timer_del,
        };
 -      struct k_clock clock_monotonic = {
-+      const struct k_clock clock_monotonic = {
++      static struct k_clock clock_monotonic = {
                .clock_getres   = hrtimer_get_res,
                .clock_get      = posix_ktime_get_ts,
                .nsleep         = common_nsleep,
@@ -69117,22 +61696,22 @@ diff -urNp linux-2.6.39/kernel/posix-timers.c linux-2.6.39/kernel/posix-timers.c
                .timer_del      = common_timer_del,
        };
 -      struct k_clock clock_monotonic_raw = {
-+      const struct k_clock clock_monotonic_raw = {
++      static struct k_clock clock_monotonic_raw = {
                .clock_getres   = hrtimer_get_res,
                .clock_get      = posix_get_monotonic_raw,
        };
 -      struct k_clock clock_realtime_coarse = {
-+      const struct k_clock clock_realtime_coarse = {
++      static struct k_clock clock_realtime_coarse = {
                .clock_getres   = posix_get_coarse_res,
                .clock_get      = posix_get_realtime_coarse,
        };
 -      struct k_clock clock_monotonic_coarse = {
-+      const struct k_clock clock_monotonic_coarse = {
++      static struct k_clock clock_monotonic_coarse = {
                .clock_getres   = posix_get_coarse_res,
                .clock_get      = posix_get_monotonic_coarse,
        };
 -      struct k_clock clock_boottime = {
-+      const struct k_clock clock_boottime = {
++      static struct k_clock clock_boottime = {
                .clock_getres   = hrtimer_get_res,
                .clock_get      = posix_get_boottime,
                .nsleep         = common_nsleep,
@@ -69145,70 +61724,28 @@ diff -urNp linux-2.6.39/kernel/posix-timers.c linux-2.6.39/kernel/posix-timers.c
        posix_timers_register_clock(CLOCK_REALTIME, &clock_realtime);
        posix_timers_register_clock(CLOCK_MONOTONIC, &clock_monotonic);
        posix_timers_register_clock(CLOCK_MONOTONIC_RAW, &clock_monotonic_raw);
-@@ -454,7 +457,7 @@ static struct pid *good_sigevent(sigeven
- }
+@@ -473,7 +476,7 @@ void posix_timers_register_clock(const c
+               return;
+       }
  
- void posix_timers_register_clock(const clockid_t clock_id,
--                               struct k_clock *new_clock)
-+                               const struct k_clock *new_clock)
- {
-       if ((unsigned) clock_id >= MAX_CLOCKS) {
-               printk(KERN_WARNING "POSIX clock register failed for clock_id %d\n",
-@@ -506,7 +509,7 @@ static void release_posix_timer(struct k
-       kmem_cache_free(posix_timers_cache, tmr);
+-      posix_clocks[clock_id] = *new_clock;
++      posix_clocks[clock_id] = new_clock;
  }
+ EXPORT_SYMBOL_GPL(posix_timers_register_clock);
  
--static struct k_clock *clockid_to_kclock(const clockid_t id)
-+static const struct k_clock *clockid_to_kclock(const clockid_t id)
- {
-       if (id < 0)
+@@ -519,9 +522,9 @@ static struct k_clock *clockid_to_kclock
                return (id & CLOCKFD_MASK) == CLOCKFD ?
-@@ -529,7 +532,7 @@ SYSCALL_DEFINE3(timer_create, const cloc
-               struct sigevent __user *, timer_event_spec,
-               timer_t __user *, created_timer_id)
- {
--      struct k_clock *kc = clockid_to_kclock(which_clock);
-+      const struct k_clock *kc = clockid_to_kclock(which_clock);
-       struct k_itimer *new_timer;
-       int error, new_timer_id;
-       sigevent_t event;
-@@ -714,7 +717,7 @@ SYSCALL_DEFINE2(timer_gettime, timer_t, 
- {
-       struct itimerspec cur_setting;
-       struct k_itimer *timr;
--      struct k_clock *kc;
-+      const struct k_clock *kc;
-       unsigned long flags;
-       int ret = 0;
+                       &clock_posix_dynamic : &clock_posix_cpu;
  
-@@ -822,7 +825,7 @@ SYSCALL_DEFINE4(timer_settime, timer_t, 
-       int error = 0;
-       unsigned long flag;
-       struct itimerspec *rtn = old_setting ? &old_spec : NULL;
--      struct k_clock *kc;
-+      const struct k_clock *kc;
-       if (!new_setting)
-               return -EINVAL;
-@@ -868,7 +871,7 @@ static int common_timer_del(struct k_iti
- static inline int timer_delete_hook(struct k_itimer *timer)
- {
--      struct k_clock *kc = clockid_to_kclock(timer->it_clock);
-+      const struct k_clock *kc = clockid_to_kclock(timer->it_clock);
-       if (WARN_ON_ONCE(!kc || !kc->timer_del))
-               return -EINVAL;
-@@ -947,7 +950,7 @@ void exit_itimers(struct signal_struct *
- SYSCALL_DEFINE2(clock_settime, const clockid_t, which_clock,
-               const struct timespec __user *, tp)
- {
--      struct k_clock *kc = clockid_to_kclock(which_clock);
-+      const struct k_clock *kc = clockid_to_kclock(which_clock);
-       struct timespec new_tp;
+-      if (id >= MAX_CLOCKS || !posix_clocks[id].clock_getres)
++      if (id >= MAX_CLOCKS || !posix_clocks[id] || !posix_clocks[id]->clock_getres)
+               return NULL;
+-      return &posix_clocks[id];
++      return posix_clocks[id];
+ }
  
      if (!kc || !kc->clock_set)
-@@ -956,13 +959,20 @@ SYSCALL_DEFINE2(clock_settime, const clo
static int common_timer_create(struct k_itimer *new_timer)
+@@ -959,6 +962,13 @@ SYSCALL_DEFINE2(clock_settime, const clo
        if (copy_from_user(&new_tp, tp, sizeof (*tp)))
                return -EFAULT;
  
@@ -69222,53 +61759,9 @@ diff -urNp linux-2.6.39/kernel/posix-timers.c linux-2.6.39/kernel/posix-timers.c
        return kc->clock_set(which_clock, &new_tp);
  }
  
- SYSCALL_DEFINE2(clock_gettime, const clockid_t, which_clock,
-               struct timespec __user *,tp)
- {
--      struct k_clock *kc = clockid_to_kclock(which_clock);
-+      const struct k_clock *kc = clockid_to_kclock(which_clock);
-       struct timespec kernel_tp;
-       int error;
-@@ -980,7 +990,7 @@ SYSCALL_DEFINE2(clock_gettime, const clo
- SYSCALL_DEFINE2(clock_adjtime, const clockid_t, which_clock,
-               struct timex __user *, utx)
- {
--      struct k_clock *kc = clockid_to_kclock(which_clock);
-+      const struct k_clock *kc = clockid_to_kclock(which_clock);
-       struct timex ktx;
-       int err;
-@@ -1003,7 +1013,7 @@ SYSCALL_DEFINE2(clock_adjtime, const clo
- SYSCALL_DEFINE2(clock_getres, const clockid_t, which_clock,
-               struct timespec __user *, tp)
- {
--      struct k_clock *kc = clockid_to_kclock(which_clock);
-+      const struct k_clock *kc = clockid_to_kclock(which_clock);
-       struct timespec rtn_tp;
-       int error;
-@@ -1033,7 +1043,7 @@ SYSCALL_DEFINE4(clock_nanosleep, const c
-               const struct timespec __user *, rqtp,
-               struct timespec __user *, rmtp)
- {
--      struct k_clock *kc = clockid_to_kclock(which_clock);
-+      const struct k_clock *kc = clockid_to_kclock(which_clock);
-       struct timespec t;
-       if (!kc)
-@@ -1057,7 +1067,7 @@ SYSCALL_DEFINE4(clock_nanosleep, const c
- long clock_nanosleep_restart(struct restart_block *restart_block)
- {
-       clockid_t which_clock = restart_block->nanosleep.index;
--      struct k_clock *kc = clockid_to_kclock(which_clock);
-+      const struct k_clock *kc = clockid_to_kclock(which_clock);
-       if (WARN_ON_ONCE(!kc || !kc->nsleep_restart))
-               return -EINVAL;
-diff -urNp linux-2.6.39/kernel/power/poweroff.c linux-2.6.39/kernel/power/poweroff.c
---- linux-2.6.39/kernel/power/poweroff.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/kernel/power/poweroff.c       2011-05-22 19:36:33.000000000 -0400
+diff -urNp linux-3.0.4/kernel/power/poweroff.c linux-3.0.4/kernel/power/poweroff.c
+--- linux-3.0.4/kernel/power/poweroff.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/kernel/power/poweroff.c        2011-08-23 21:47:56.000000000 -0400
 @@ -37,7 +37,7 @@ static struct sysrq_key_op   sysrq_powerof
        .enable_mask    = SYSRQ_ENABLE_BOOT,
  };
@@ -69278,9 +61771,9 @@ diff -urNp linux-2.6.39/kernel/power/poweroff.c linux-2.6.39/kernel/power/powero
  {
        register_sysrq_key('o', &sysrq_poweroff_op);
        return 0;
-diff -urNp linux-2.6.39/kernel/power/process.c linux-2.6.39/kernel/power/process.c
---- linux-2.6.39/kernel/power/process.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/kernel/power/process.c        2011-05-22 19:36:33.000000000 -0400
+diff -urNp linux-3.0.4/kernel/power/process.c linux-3.0.4/kernel/power/process.c
+--- linux-3.0.4/kernel/power/process.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/kernel/power/process.c 2011-08-23 21:47:56.000000000 -0400
 @@ -41,6 +41,7 @@ static int try_to_freeze_tasks(bool sig_
        u64 elapsed_csecs64;
        unsigned int elapsed_csecs;
@@ -69323,10 +61816,10 @@ diff -urNp linux-2.6.39/kernel/power/process.c linux-2.6.39/kernel/power/process
                        break;
  
                if (pm_wakeup_pending()) {
-diff -urNp linux-2.6.39/kernel/printk.c linux-2.6.39/kernel/printk.c
---- linux-2.6.39/kernel/printk.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/kernel/printk.c       2011-05-22 19:41:42.000000000 -0400
-@@ -284,12 +284,17 @@ static int check_syslog_permissions(int 
+diff -urNp linux-3.0.4/kernel/printk.c linux-3.0.4/kernel/printk.c
+--- linux-3.0.4/kernel/printk.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/kernel/printk.c        2011-08-23 21:48:14.000000000 -0400
+@@ -313,12 +313,17 @@ static int check_syslog_permissions(int 
        if (from_file && type != SYSLOG_ACTION_OPEN)
                return 0;
  
@@ -69345,9 +61838,9 @@ diff -urNp linux-2.6.39/kernel/printk.c linux-2.6.39/kernel/printk.c
                                 "but no CAP_SYSLOG (deprecated).\n");
                        return 0;
                }
-diff -urNp linux-2.6.39/kernel/profile.c linux-2.6.39/kernel/profile.c
---- linux-2.6.39/kernel/profile.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/kernel/profile.c      2011-05-22 19:36:33.000000000 -0400
+diff -urNp linux-3.0.4/kernel/profile.c linux-3.0.4/kernel/profile.c
+--- linux-3.0.4/kernel/profile.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/kernel/profile.c       2011-08-23 21:47:56.000000000 -0400
 @@ -39,7 +39,7 @@ struct profile_hit {
  /* Oprofile timer tick hook */
  static int (*timer_hook)(struct pt_regs *) __read_mostly;
@@ -69357,7 +61850,7 @@ diff -urNp linux-2.6.39/kernel/profile.c linux-2.6.39/kernel/profile.c
  static unsigned long prof_len, prof_shift;
  
  int prof_on __read_mostly;
-@@ -283,7 +283,7 @@ static void profile_flip_buffers(void)
+@@ -281,7 +281,7 @@ static void profile_flip_buffers(void)
                                        hits[i].pc = 0;
                                continue;
                        }
@@ -69366,7 +61859,7 @@ diff -urNp linux-2.6.39/kernel/profile.c linux-2.6.39/kernel/profile.c
                        hits[i].hits = hits[i].pc = 0;
                }
        }
-@@ -346,9 +346,9 @@ void profile_hits(int type, void *__pc, 
+@@ -342,9 +342,9 @@ static void do_profile_hits(int type, vo
         * Add the current hit(s) and flush the write-queue out
         * to the global buffer:
         */
@@ -69378,15 +61871,15 @@ diff -urNp linux-2.6.39/kernel/profile.c linux-2.6.39/kernel/profile.c
                hits[i].pc = hits[i].hits = 0;
        }
  out:
-@@ -426,7 +426,7 @@ void profile_hits(int type, void *__pc, 
-       if (prof_on != type || !prof_buffer)
-               return;
+@@ -419,7 +419,7 @@ static void do_profile_hits(int type, vo
+ {
+       unsigned long pc;
        pc = ((unsigned long)__pc - (unsigned long)_stext) >> prof_shift;
 -      atomic_add(nr_hits, &prof_buffer[min(pc, prof_len - 1)]);
 +      atomic_add_unchecked(nr_hits, &prof_buffer[min(pc, prof_len - 1)]);
  }
  #endif /* !CONFIG_SMP */
- EXPORT_SYMBOL_GPL(profile_hits);
 @@ -517,7 +517,7 @@ read_profile(struct file *file, char __u
                        return -EFAULT;
                buf++; p++; count--; read++;
@@ -69405,10 +61898,10 @@ diff -urNp linux-2.6.39/kernel/profile.c linux-2.6.39/kernel/profile.c
        return count;
  }
  
-diff -urNp linux-2.6.39/kernel/ptrace.c linux-2.6.39/kernel/ptrace.c
---- linux-2.6.39/kernel/ptrace.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/kernel/ptrace.c       2011-05-23 17:07:00.000000000 -0400
-@@ -117,7 +117,8 @@ int ptrace_check_attach(struct task_stru
+diff -urNp linux-3.0.4/kernel/ptrace.c linux-3.0.4/kernel/ptrace.c
+--- linux-3.0.4/kernel/ptrace.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/kernel/ptrace.c        2011-08-23 21:48:14.000000000 -0400
+@@ -132,7 +132,8 @@ int ptrace_check_attach(struct task_stru
        return ret;
  }
  
@@ -69418,7 +61911,7 @@ diff -urNp linux-2.6.39/kernel/ptrace.c linux-2.6.39/kernel/ptrace.c
  {
        const struct cred *cred = current_cred(), *tcred;
  
-@@ -143,7 +144,8 @@ int __ptrace_may_access(struct task_stru
+@@ -158,7 +159,8 @@ int __ptrace_may_access(struct task_stru
             cred->gid == tcred->sgid &&
             cred->gid == tcred->gid))
                goto ok;
@@ -69428,7 +61921,7 @@ diff -urNp linux-2.6.39/kernel/ptrace.c linux-2.6.39/kernel/ptrace.c
                goto ok;
        rcu_read_unlock();
        return -EPERM;
-@@ -152,7 +154,9 @@ ok:
+@@ -167,7 +169,9 @@ ok:
        smp_rmb();
        if (task->mm)
                dumpable = get_dumpable(task->mm);
@@ -69439,7 +61932,7 @@ diff -urNp linux-2.6.39/kernel/ptrace.c linux-2.6.39/kernel/ptrace.c
                return -EPERM;
  
        return security_ptrace_access_check(task, mode);
-@@ -162,7 +166,16 @@ bool ptrace_may_access(struct task_struc
+@@ -177,7 +181,16 @@ bool ptrace_may_access(struct task_struc
  {
        int err;
        task_lock(task);
@@ -69457,7 +61950,7 @@ diff -urNp linux-2.6.39/kernel/ptrace.c linux-2.6.39/kernel/ptrace.c
        task_unlock(task);
        return !err;
  }
-@@ -189,7 +202,7 @@ static int ptrace_attach(struct task_str
+@@ -205,7 +218,7 @@ static int ptrace_attach(struct task_str
                goto out;
  
        task_lock(task);
@@ -69466,7 +61959,7 @@ diff -urNp linux-2.6.39/kernel/ptrace.c linux-2.6.39/kernel/ptrace.c
        task_unlock(task);
        if (retval)
                goto unlock_creds;
-@@ -202,7 +215,7 @@ static int ptrace_attach(struct task_str
+@@ -218,7 +231,7 @@ static int ptrace_attach(struct task_str
                goto unlock_tasklist;
  
        task->ptrace = PT_PTRACED;
@@ -69475,7 +61968,7 @@ diff -urNp linux-2.6.39/kernel/ptrace.c linux-2.6.39/kernel/ptrace.c
                task->ptrace |= PT_PTRACE_CAP;
  
        __ptrace_link(task, current);
-@@ -362,6 +375,8 @@ int ptrace_readdata(struct task_struct *
+@@ -406,6 +419,8 @@ int ptrace_readdata(struct task_struct *
  {
        int copied = 0;
  
@@ -69484,7 +61977,7 @@ diff -urNp linux-2.6.39/kernel/ptrace.c linux-2.6.39/kernel/ptrace.c
        while (len > 0) {
                char buf[128];
                int this_len, retval;
-@@ -373,7 +388,7 @@ int ptrace_readdata(struct task_struct *
+@@ -417,7 +432,7 @@ int ptrace_readdata(struct task_struct *
                                break;
                        return -EIO;
                }
@@ -69493,7 +61986,7 @@ diff -urNp linux-2.6.39/kernel/ptrace.c linux-2.6.39/kernel/ptrace.c
                        return -EFAULT;
                copied += retval;
                src += retval;
-@@ -387,6 +402,8 @@ int ptrace_writedata(struct task_struct 
+@@ -431,6 +446,8 @@ int ptrace_writedata(struct task_struct 
  {
        int copied = 0;
  
@@ -69502,7 +61995,7 @@ diff -urNp linux-2.6.39/kernel/ptrace.c linux-2.6.39/kernel/ptrace.c
        while (len > 0) {
                char buf[128];
                int this_len, retval;
-@@ -569,9 +586,11 @@ int ptrace_request(struct task_struct *c
+@@ -613,9 +630,11 @@ int ptrace_request(struct task_struct *c
  {
        int ret = -EIO;
        siginfo_t siginfo;
@@ -69515,7 +62008,7 @@ diff -urNp linux-2.6.39/kernel/ptrace.c linux-2.6.39/kernel/ptrace.c
        switch (request) {
        case PTRACE_PEEKTEXT:
        case PTRACE_PEEKDATA:
-@@ -717,14 +736,21 @@ SYSCALL_DEFINE4(ptrace, long, request, l
+@@ -761,14 +780,21 @@ SYSCALL_DEFINE4(ptrace, long, request, l
                goto out;
        }
  
@@ -69538,7 +62031,7 @@ diff -urNp linux-2.6.39/kernel/ptrace.c linux-2.6.39/kernel/ptrace.c
                goto out_put_task_struct;
        }
  
-@@ -749,7 +775,7 @@ int generic_ptrace_peekdata(struct task_
+@@ -793,7 +819,7 @@ int generic_ptrace_peekdata(struct task_
        copied = access_process_vm(tsk, addr, &tmp, sizeof(tmp), 0);
        if (copied != sizeof(tmp))
                return -EIO;
@@ -69547,7 +62040,7 @@ diff -urNp linux-2.6.39/kernel/ptrace.c linux-2.6.39/kernel/ptrace.c
  }
  
  int generic_ptrace_pokedata(struct task_struct *tsk, unsigned long addr,
-@@ -772,6 +798,8 @@ int compat_ptrace_request(struct task_st
+@@ -816,6 +842,8 @@ int compat_ptrace_request(struct task_st
        siginfo_t siginfo;
        int ret;
  
@@ -69556,7 +62049,7 @@ diff -urNp linux-2.6.39/kernel/ptrace.c linux-2.6.39/kernel/ptrace.c
        switch (request) {
        case PTRACE_PEEKTEXT:
        case PTRACE_PEEKDATA:
-@@ -859,14 +887,21 @@ asmlinkage long compat_sys_ptrace(compat
+@@ -903,14 +931,21 @@ asmlinkage long compat_sys_ptrace(compat
                goto out;
        }
  
@@ -69579,9 +62072,9 @@ diff -urNp linux-2.6.39/kernel/ptrace.c linux-2.6.39/kernel/ptrace.c
                goto out_put_task_struct;
        }
  
-diff -urNp linux-2.6.39/kernel/rcutorture.c linux-2.6.39/kernel/rcutorture.c
---- linux-2.6.39/kernel/rcutorture.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/kernel/rcutorture.c   2011-05-22 19:36:33.000000000 -0400
+diff -urNp linux-3.0.4/kernel/rcutorture.c linux-3.0.4/kernel/rcutorture.c
+--- linux-3.0.4/kernel/rcutorture.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/kernel/rcutorture.c    2011-08-23 21:47:56.000000000 -0400
 @@ -138,12 +138,12 @@ static DEFINE_PER_CPU(long [RCU_TORTURE_
        { 0 };
  static DEFINE_PER_CPU(long [RCU_TORTURE_PIPE_LEN + 1], rcu_torture_batch) =
@@ -69600,8 +62093,8 @@ diff -urNp linux-2.6.39/kernel/rcutorture.c linux-2.6.39/kernel/rcutorture.c
 +static atomic_unchecked_t n_rcu_torture_error;
  static long n_rcu_torture_boost_ktrerror;
  static long n_rcu_torture_boost_rterror;
- static long n_rcu_torture_boost_allocerror;
-@@ -225,11 +225,11 @@ rcu_torture_alloc(void)
+ static long n_rcu_torture_boost_failure;
+@@ -223,11 +223,11 @@ rcu_torture_alloc(void)
  
        spin_lock_bh(&rcu_torture_lock);
        if (list_empty(&rcu_torture_freelist)) {
@@ -69615,7 +62108,7 @@ diff -urNp linux-2.6.39/kernel/rcutorture.c linux-2.6.39/kernel/rcutorture.c
        p = rcu_torture_freelist.next;
        list_del_init(p);
        spin_unlock_bh(&rcu_torture_lock);
-@@ -242,7 +242,7 @@ rcu_torture_alloc(void)
+@@ -240,7 +240,7 @@ rcu_torture_alloc(void)
  static void
  rcu_torture_free(struct rcu_torture *p)
  {
@@ -69624,7 +62117,7 @@ diff -urNp linux-2.6.39/kernel/rcutorture.c linux-2.6.39/kernel/rcutorture.c
        spin_lock_bh(&rcu_torture_lock);
        list_add_tail(&p->rtort_free, &rcu_torture_freelist);
        spin_unlock_bh(&rcu_torture_lock);
-@@ -362,7 +362,7 @@ rcu_torture_cb(struct rcu_head *p)
+@@ -360,7 +360,7 @@ rcu_torture_cb(struct rcu_head *p)
        i = rp->rtort_pipe_count;
        if (i > RCU_TORTURE_PIPE_LEN)
                i = RCU_TORTURE_PIPE_LEN;
@@ -69633,7 +62126,7 @@ diff -urNp linux-2.6.39/kernel/rcutorture.c linux-2.6.39/kernel/rcutorture.c
        if (++rp->rtort_pipe_count >= RCU_TORTURE_PIPE_LEN) {
                rp->rtort_mbtest = 0;
                rcu_torture_free(rp);
-@@ -409,7 +409,7 @@ static void rcu_sync_torture_deferred_fr
+@@ -407,7 +407,7 @@ static void rcu_sync_torture_deferred_fr
                i = rp->rtort_pipe_count;
                if (i > RCU_TORTURE_PIPE_LEN)
                        i = RCU_TORTURE_PIPE_LEN;
@@ -69669,7 +62162,7 @@ diff -urNp linux-2.6.39/kernel/rcutorture.c linux-2.6.39/kernel/rcutorture.c
                cur_ops->read_delay(&rand);
                preempt_disable();
                pipe_count = p->rtort_pipe_count;
-@@ -1072,10 +1072,10 @@ rcu_torture_printk(char *page)
+@@ -1072,16 +1072,16 @@ rcu_torture_printk(char *page)
                       rcu_torture_current,
                       rcu_torture_current_version,
                       list_empty(&rcu_torture_freelist),
@@ -69683,8 +62176,6 @@ diff -urNp linux-2.6.39/kernel/rcutorture.c linux-2.6.39/kernel/rcutorture.c
 +                     atomic_read_unchecked(&n_rcu_torture_mberror),
                       n_rcu_torture_boost_ktrerror,
                       n_rcu_torture_boost_rterror,
-                      n_rcu_torture_boost_allocerror,
-@@ -1083,7 +1083,7 @@ rcu_torture_printk(char *page)
                       n_rcu_torture_boost_failure,
                       n_rcu_torture_boosts,
                       n_rcu_torture_timers);
@@ -69692,8 +62183,8 @@ diff -urNp linux-2.6.39/kernel/rcutorture.c linux-2.6.39/kernel/rcutorture.c
 +      if (atomic_read_unchecked(&n_rcu_torture_mberror) != 0 ||
            n_rcu_torture_boost_ktrerror != 0 ||
            n_rcu_torture_boost_rterror != 0 ||
-           n_rcu_torture_boost_allocerror != 0 ||
-@@ -1093,7 +1093,7 @@ rcu_torture_printk(char *page)
+           n_rcu_torture_boost_failure != 0)
+@@ -1089,7 +1089,7 @@ rcu_torture_printk(char *page)
        cnt += sprintf(&page[cnt], "\n%s%s ", torture_type, TORTURE_FLAG);
        if (i > 1) {
                cnt += sprintf(&page[cnt], "!!! ");
@@ -69702,7 +62193,7 @@ diff -urNp linux-2.6.39/kernel/rcutorture.c linux-2.6.39/kernel/rcutorture.c
                WARN_ON_ONCE(1);
        }
        cnt += sprintf(&page[cnt], "Reader Pipe: ");
-@@ -1107,7 +1107,7 @@ rcu_torture_printk(char *page)
+@@ -1103,7 +1103,7 @@ rcu_torture_printk(char *page)
        cnt += sprintf(&page[cnt], "Free-Block Circulation: ");
        for (i = 0; i < RCU_TORTURE_PIPE_LEN + 1; i++) {
                cnt += sprintf(&page[cnt], " %d",
@@ -69711,7 +62202,7 @@ diff -urNp linux-2.6.39/kernel/rcutorture.c linux-2.6.39/kernel/rcutorture.c
        }
        cnt += sprintf(&page[cnt], "\n");
        if (cur_ops->stats)
-@@ -1415,7 +1415,7 @@ rcu_torture_cleanup(void)
+@@ -1412,7 +1412,7 @@ rcu_torture_cleanup(void)
  
        if (cur_ops->cleanup)
                cur_ops->cleanup();
@@ -69720,7 +62211,7 @@ diff -urNp linux-2.6.39/kernel/rcutorture.c linux-2.6.39/kernel/rcutorture.c
                rcu_torture_print_module_parms(cur_ops, "End of test: FAILURE");
        else
                rcu_torture_print_module_parms(cur_ops, "End of test: SUCCESS");
-@@ -1479,11 +1479,11 @@ rcu_torture_init(void)
+@@ -1476,17 +1476,17 @@ rcu_torture_init(void)
  
        rcu_torture_current = NULL;
        rcu_torture_current_version = 0;
@@ -69736,8 +62227,6 @@ diff -urNp linux-2.6.39/kernel/rcutorture.c linux-2.6.39/kernel/rcutorture.c
 +      atomic_set_unchecked(&n_rcu_torture_error, 0);
        n_rcu_torture_boost_ktrerror = 0;
        n_rcu_torture_boost_rterror = 0;
-       n_rcu_torture_boost_allocerror = 0;
-@@ -1491,7 +1491,7 @@ rcu_torture_init(void)
        n_rcu_torture_boost_failure = 0;
        n_rcu_torture_boosts = 0;
        for (i = 0; i < RCU_TORTURE_PIPE_LEN + 1; i++)
@@ -69746,22 +62235,107 @@ diff -urNp linux-2.6.39/kernel/rcutorture.c linux-2.6.39/kernel/rcutorture.c
        for_each_possible_cpu(cpu) {
                for (i = 0; i < RCU_TORTURE_PIPE_LEN + 1; i++) {
                        per_cpu(rcu_torture_count, cpu)[i] = 0;
-diff -urNp linux-2.6.39/kernel/rcutree.c linux-2.6.39/kernel/rcutree.c
---- linux-2.6.39/kernel/rcutree.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/kernel/rcutree.c      2011-05-22 19:36:33.000000000 -0400
-@@ -1389,7 +1389,7 @@ __rcu_process_callbacks(struct rcu_state
+diff -urNp linux-3.0.4/kernel/rcutree.c linux-3.0.4/kernel/rcutree.c
+--- linux-3.0.4/kernel/rcutree.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/kernel/rcutree.c       2011-09-14 09:08:05.000000000 -0400
+@@ -356,9 +356,9 @@ void rcu_enter_nohz(void)
+       }
+       /* CPUs seeing atomic_inc() must see prior RCU read-side crit sects */
+       smp_mb__before_atomic_inc();  /* See above. */
+-      atomic_inc(&rdtp->dynticks);
++      atomic_inc_unchecked(&rdtp->dynticks);
+       smp_mb__after_atomic_inc();  /* Force ordering with next sojourn. */
+-      WARN_ON_ONCE(atomic_read(&rdtp->dynticks) & 0x1);
++      WARN_ON_ONCE(atomic_read_unchecked(&rdtp->dynticks) & 0x1);
+       local_irq_restore(flags);
+       /* If the interrupt queued a callback, get out of dyntick mode. */
+@@ -387,10 +387,10 @@ void rcu_exit_nohz(void)
+               return;
+       }
+       smp_mb__before_atomic_inc();  /* Force ordering w/previous sojourn. */
+-      atomic_inc(&rdtp->dynticks);
++      atomic_inc_unchecked(&rdtp->dynticks);
+       /* CPUs seeing atomic_inc() must see later RCU read-side crit sects */
+       smp_mb__after_atomic_inc();  /* See above. */
+-      WARN_ON_ONCE(!(atomic_read(&rdtp->dynticks) & 0x1));
++      WARN_ON_ONCE(!(atomic_read_unchecked(&rdtp->dynticks) & 0x1));
+       local_irq_restore(flags);
+ }
+@@ -406,14 +406,14 @@ void rcu_nmi_enter(void)
+       struct rcu_dynticks *rdtp = &__get_cpu_var(rcu_dynticks);
+       if (rdtp->dynticks_nmi_nesting == 0 &&
+-          (atomic_read(&rdtp->dynticks) & 0x1))
++          (atomic_read_unchecked(&rdtp->dynticks) & 0x1))
+               return;
+       rdtp->dynticks_nmi_nesting++;
+       smp_mb__before_atomic_inc();  /* Force delay from prior write. */
+-      atomic_inc(&rdtp->dynticks);
++      atomic_inc_unchecked(&rdtp->dynticks);
+       /* CPUs seeing atomic_inc() must see later RCU read-side crit sects */
+       smp_mb__after_atomic_inc();  /* See above. */
+-      WARN_ON_ONCE(!(atomic_read(&rdtp->dynticks) & 0x1));
++      WARN_ON_ONCE(!(atomic_read_unchecked(&rdtp->dynticks) & 0x1));
+ }
+ /**
+@@ -432,9 +432,9 @@ void rcu_nmi_exit(void)
+               return;
+       /* CPUs seeing atomic_inc() must see prior RCU read-side crit sects */
+       smp_mb__before_atomic_inc();  /* See above. */
+-      atomic_inc(&rdtp->dynticks);
++      atomic_inc_unchecked(&rdtp->dynticks);
+       smp_mb__after_atomic_inc();  /* Force delay to next write. */
+-      WARN_ON_ONCE(atomic_read(&rdtp->dynticks) & 0x1);
++      WARN_ON_ONCE(atomic_read_unchecked(&rdtp->dynticks) & 0x1);
+ }
+ /**
+@@ -469,7 +469,7 @@ void rcu_irq_exit(void)
+  */
+ static int dyntick_save_progress_counter(struct rcu_data *rdp)
+ {
+-      rdp->dynticks_snap = atomic_add_return(0, &rdp->dynticks->dynticks);
++      rdp->dynticks_snap = atomic_add_return_unchecked(0, &rdp->dynticks->dynticks);
+       return 0;
+ }
+@@ -484,7 +484,7 @@ static int rcu_implicit_dynticks_qs(stru
+       unsigned long curr;
+       unsigned long snap;
+-      curr = (unsigned long)atomic_add_return(0, &rdp->dynticks->dynticks);
++      curr = (unsigned long)atomic_add_return_unchecked(0, &rdp->dynticks->dynticks);
+       snap = (unsigned long)rdp->dynticks_snap;
+       /*
+@@ -1470,7 +1470,7 @@ __rcu_process_callbacks(struct rcu_state
  /*
   * Do softirq processing for the current CPU.
   */
 -static void rcu_process_callbacks(struct softirq_action *unused)
 +static void rcu_process_callbacks(void)
  {
-       /*
-        * Memory references from any prior RCU read-side critical sections
-diff -urNp linux-2.6.39/kernel/rcutree_plugin.h linux-2.6.39/kernel/rcutree_plugin.h
---- linux-2.6.39/kernel/rcutree_plugin.h       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/kernel/rcutree_plugin.h       2011-05-22 19:36:33.000000000 -0400
-@@ -730,7 +730,7 @@ void synchronize_rcu_expedited(void)
+       __rcu_process_callbacks(&rcu_sched_state,
+                               &__get_cpu_var(rcu_sched_data));
+diff -urNp linux-3.0.4/kernel/rcutree.h linux-3.0.4/kernel/rcutree.h
+--- linux-3.0.4/kernel/rcutree.h       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/kernel/rcutree.h       2011-09-14 09:08:05.000000000 -0400
+@@ -86,7 +86,7 @@
+ struct rcu_dynticks {
+       int dynticks_nesting;   /* Track irq/process nesting level. */
+       int dynticks_nmi_nesting; /* Track NMI nesting level. */
+-      atomic_t dynticks;      /* Even value for dynticks-idle, else odd. */
++      atomic_unchecked_t dynticks;    /* Even value for dynticks-idle, else odd. */
+ };
+ /* RCU's kthread states for tracing. */
+diff -urNp linux-3.0.4/kernel/rcutree_plugin.h linux-3.0.4/kernel/rcutree_plugin.h
+--- linux-3.0.4/kernel/rcutree_plugin.h        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/kernel/rcutree_plugin.h        2011-08-23 21:47:56.000000000 -0400
+@@ -822,7 +822,7 @@ void synchronize_rcu_expedited(void)
  
        /* Clean up and exit. */
        smp_mb(); /* ensure expedited GP seen before counter increment. */
@@ -69770,7 +62344,7 @@ diff -urNp linux-2.6.39/kernel/rcutree_plugin.h linux-2.6.39/kernel/rcutree_plug
  unlock_mb_ret:
        mutex_unlock(&sync_rcu_preempt_exp_mutex);
  mb_ret:
-@@ -1025,8 +1025,8 @@ EXPORT_SYMBOL_GPL(synchronize_sched_expe
+@@ -1774,8 +1774,8 @@ EXPORT_SYMBOL_GPL(synchronize_sched_expe
  
  #else /* #ifndef CONFIG_SMP */
  
@@ -69781,7 +62355,7 @@ diff -urNp linux-2.6.39/kernel/rcutree_plugin.h linux-2.6.39/kernel/rcutree_plug
  
  static int synchronize_sched_expedited_cpu_stop(void *data)
  {
-@@ -1081,7 +1081,7 @@ void synchronize_sched_expedited(void)
+@@ -1830,7 +1830,7 @@ void synchronize_sched_expedited(void)
        int firstsnap, s, snap, trycount = 0;
  
        /* Note that atomic_inc_return() implies full memory barrier. */
@@ -69790,7 +62364,7 @@ diff -urNp linux-2.6.39/kernel/rcutree_plugin.h linux-2.6.39/kernel/rcutree_plug
        get_online_cpus();
  
        /*
-@@ -1102,7 +1102,7 @@ void synchronize_sched_expedited(void)
+@@ -1851,7 +1851,7 @@ void synchronize_sched_expedited(void)
                }
  
                /* Check to see if someone else did our work for us. */
@@ -69799,7 +62373,7 @@ diff -urNp linux-2.6.39/kernel/rcutree_plugin.h linux-2.6.39/kernel/rcutree_plug
                if (UINT_CMP_GE((unsigned)s, (unsigned)firstsnap)) {
                        smp_mb(); /* ensure test happens before caller kfree */
                        return;
-@@ -1117,7 +1117,7 @@ void synchronize_sched_expedited(void)
+@@ -1866,7 +1866,7 @@ void synchronize_sched_expedited(void)
                 * grace period works for us.
                 */
                get_online_cpus();
@@ -69808,7 +62382,7 @@ diff -urNp linux-2.6.39/kernel/rcutree_plugin.h linux-2.6.39/kernel/rcutree_plug
                smp_mb(); /* ensure read is before try_stop_cpus(). */
        }
  
-@@ -1128,12 +1128,12 @@ void synchronize_sched_expedited(void)
+@@ -1877,12 +1877,12 @@ void synchronize_sched_expedited(void)
         * than we did beat us to the punch.
         */
        do {
@@ -69823,9 +62397,9 @@ diff -urNp linux-2.6.39/kernel/rcutree_plugin.h linux-2.6.39/kernel/rcutree_plug
  
        put_online_cpus();
  }
-diff -urNp linux-2.6.39/kernel/relay.c linux-2.6.39/kernel/relay.c
---- linux-2.6.39/kernel/relay.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/kernel/relay.c        2011-05-22 19:36:33.000000000 -0400
+diff -urNp linux-3.0.4/kernel/relay.c linux-3.0.4/kernel/relay.c
+--- linux-3.0.4/kernel/relay.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/kernel/relay.c 2011-08-23 21:48:14.000000000 -0400
 @@ -1236,6 +1236,8 @@ static ssize_t subbuf_splice_actor(struc
        };
        ssize_t ret;
@@ -69835,10 +62409,10 @@ diff -urNp linux-2.6.39/kernel/relay.c linux-2.6.39/kernel/relay.c
        if (rbuf->subbufs_produced == rbuf->subbufs_consumed)
                return 0;
        if (splice_grow_spd(pipe, &spd))
-diff -urNp linux-2.6.39/kernel/resource.c linux-2.6.39/kernel/resource.c
---- linux-2.6.39/kernel/resource.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/kernel/resource.c     2011-05-22 19:41:42.000000000 -0400
-@@ -133,8 +133,18 @@ static const struct file_operations proc
+diff -urNp linux-3.0.4/kernel/resource.c linux-3.0.4/kernel/resource.c
+--- linux-3.0.4/kernel/resource.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/kernel/resource.c      2011-08-23 21:48:14.000000000 -0400
+@@ -141,8 +141,18 @@ static const struct file_operations proc
  
  static int __init ioresources_init(void)
  {
@@ -69857,9 +62431,9 @@ diff -urNp linux-2.6.39/kernel/resource.c linux-2.6.39/kernel/resource.c
        return 0;
  }
  __initcall(ioresources_init);
-diff -urNp linux-2.6.39/kernel/rtmutex-tester.c linux-2.6.39/kernel/rtmutex-tester.c
---- linux-2.6.39/kernel/rtmutex-tester.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/kernel/rtmutex-tester.c       2011-05-22 19:36:33.000000000 -0400
+diff -urNp linux-3.0.4/kernel/rtmutex-tester.c linux-3.0.4/kernel/rtmutex-tester.c
+--- linux-3.0.4/kernel/rtmutex-tester.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/kernel/rtmutex-tester.c        2011-08-23 21:47:56.000000000 -0400
 @@ -20,7 +20,7 @@
  #define MAX_RT_TEST_MUTEXES   8
  
@@ -69950,9 +62524,9 @@ diff -urNp linux-2.6.39/kernel/rtmutex-tester.c linux-2.6.39/kernel/rtmutex-test
                return;
  
        default:
-diff -urNp linux-2.6.39/kernel/sched_autogroup.c linux-2.6.39/kernel/sched_autogroup.c
---- linux-2.6.39/kernel/sched_autogroup.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/kernel/sched_autogroup.c      2011-05-22 19:36:33.000000000 -0400
+diff -urNp linux-3.0.4/kernel/sched_autogroup.c linux-3.0.4/kernel/sched_autogroup.c
+--- linux-3.0.4/kernel/sched_autogroup.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/kernel/sched_autogroup.c       2011-08-23 21:47:56.000000000 -0400
 @@ -7,7 +7,7 @@
  
  unsigned int __read_mostly sysctl_sched_autogroup_enabled = 1;
@@ -69971,10 +62545,10 @@ diff -urNp linux-2.6.39/kernel/sched_autogroup.c linux-2.6.39/kernel/sched_autog
        ag->tg = tg;
  #ifdef CONFIG_RT_GROUP_SCHED
        /*
-diff -urNp linux-2.6.39/kernel/sched.c linux-2.6.39/kernel/sched.c
---- linux-2.6.39/kernel/sched.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/kernel/sched.c        2011-05-23 17:07:00.000000000 -0400
-@@ -4078,6 +4078,8 @@ asmlinkage void __sched schedule(void)
+diff -urNp linux-3.0.4/kernel/sched.c linux-3.0.4/kernel/sched.c
+--- linux-3.0.4/kernel/sched.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/kernel/sched.c 2011-08-23 21:48:14.000000000 -0400
+@@ -4251,6 +4251,8 @@ asmlinkage void __sched schedule(void)
        struct rq *rq;
        int cpu;
  
@@ -69983,38 +62557,7 @@ diff -urNp linux-2.6.39/kernel/sched.c linux-2.6.39/kernel/sched.c
  need_resched:
        preempt_disable();
        cpu = smp_processor_id();
-@@ -4165,7 +4167,7 @@ EXPORT_SYMBOL(schedule);
-  * Look out! "owner" is an entirely speculative pointer
-  * access and not reliable.
-  */
--int mutex_spin_on_owner(struct mutex *lock, struct thread_info *owner)
-+int mutex_spin_on_owner(struct mutex *lock, struct task_struct *owner)
- {
-       unsigned int cpu;
-       struct rq *rq;
-@@ -4179,10 +4181,10 @@ int mutex_spin_on_owner(struct mutex *lo
-        * DEBUG_PAGEALLOC could have unmapped it if
-        * the mutex owner just released it and exited.
-        */
--      if (probe_kernel_address(&owner->cpu, cpu))
-+      if (probe_kernel_address(&task_thread_info(owner)->cpu, cpu))
-               return 0;
- #else
--      cpu = owner->cpu;
-+      cpu = task_thread_info(owner)->cpu;
- #endif
-       /*
-@@ -4219,7 +4221,7 @@ int mutex_spin_on_owner(struct mutex *lo
-               /*
-                * Is that owner really running on that cpu?
-                */
--              if (task_thread_info(rq->curr) != owner || need_resched())
-+              if (rq->curr != owner || need_resched())
-                       return 0;
-               arch_mutex_cpu_relax();
-@@ -4778,6 +4780,8 @@ int can_nice(const struct task_struct *p
+@@ -4934,6 +4936,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;
  
@@ -70023,7 +62566,7 @@ diff -urNp linux-2.6.39/kernel/sched.c linux-2.6.39/kernel/sched.c
        return (nice_rlim <= task_rlimit(p, RLIMIT_NICE) ||
                capable(CAP_SYS_NICE));
  }
-@@ -4811,7 +4815,8 @@ SYSCALL_DEFINE1(nice, int, increment)
+@@ -4967,7 +4971,8 @@ SYSCALL_DEFINE1(nice, int, increment)
        if (nice > 19)
                nice = 19;
  
@@ -70033,7 +62576,7 @@ diff -urNp linux-2.6.39/kernel/sched.c linux-2.6.39/kernel/sched.c
                return -EPERM;
  
        retval = security_task_setnice(current, nice);
-@@ -4957,6 +4962,7 @@ recheck:
+@@ -5111,6 +5116,7 @@ recheck:
                        unsigned long rlim_rtprio =
                                        task_rlimit(p, RLIMIT_RTPRIO);
  
@@ -70041,19 +62584,10 @@ diff -urNp linux-2.6.39/kernel/sched.c linux-2.6.39/kernel/sched.c
                        /* can't set/change the rt policy */
                        if (policy != p->policy && !rlim_rtprio)
                                return -EPERM;
-@@ -7164,7 +7170,7 @@ static void init_sched_groups_power(int 
-       long power;
-       int weight;
--      WARN_ON(!sd || !sd->groups);
-+      BUG_ON(!sd || !sd->groups);
-       if (cpu != group_first_cpu(sd->groups))
-               return;
-diff -urNp linux-2.6.39/kernel/sched_fair.c linux-2.6.39/kernel/sched_fair.c
---- linux-2.6.39/kernel/sched_fair.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/kernel/sched_fair.c   2011-05-22 19:36:33.000000000 -0400
-@@ -3999,7 +3999,7 @@ static void nohz_idle_balance(int this_c
+diff -urNp linux-3.0.4/kernel/sched_fair.c linux-3.0.4/kernel/sched_fair.c
+--- linux-3.0.4/kernel/sched_fair.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/kernel/sched_fair.c    2011-08-23 21:47:56.000000000 -0400
+@@ -4050,7 +4050,7 @@ static void nohz_idle_balance(int this_c
   * run_rebalance_domains is triggered when needed from the scheduler tick.
   * Also triggered for nohz idle balancing (with nohz_balancing_kick set).
   */
@@ -70062,9 +62596,9 @@ diff -urNp linux-2.6.39/kernel/sched_fair.c linux-2.6.39/kernel/sched_fair.c
  {
        int this_cpu = smp_processor_id();
        struct rq *this_rq = cpu_rq(this_cpu);
-diff -urNp linux-2.6.39/kernel/signal.c linux-2.6.39/kernel/signal.c
---- linux-2.6.39/kernel/signal.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/kernel/signal.c       2011-05-23 17:07:00.000000000 -0400
+diff -urNp linux-3.0.4/kernel/signal.c linux-3.0.4/kernel/signal.c
+--- linux-3.0.4/kernel/signal.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/kernel/signal.c        2011-08-23 21:48:14.000000000 -0400
 @@ -45,12 +45,12 @@ static struct kmem_cache *sigqueue_cache
  
  int print_fatal_signals __read_mostly;
@@ -70089,7 +62623,7 @@ diff -urNp linux-2.6.39/kernel/signal.c linux-2.6.39/kernel/signal.c
  
        handler = sig_handler(t, sig);
  
-@@ -243,6 +243,9 @@ __sigqueue_alloc(int sig, struct task_st
+@@ -320,6 +320,9 @@ __sigqueue_alloc(int sig, struct task_st
        atomic_inc(&user->sigpending);
        rcu_read_unlock();
  
@@ -70099,7 +62633,7 @@ diff -urNp linux-2.6.39/kernel/signal.c linux-2.6.39/kernel/signal.c
        if (override_rlimit ||
            atomic_read(&user->sigpending) <=
                        task_rlimit(t, RLIMIT_SIGPENDING)) {
-@@ -367,7 +370,7 @@ flush_signal_handlers(struct task_struct
+@@ -444,7 +447,7 @@ flush_signal_handlers(struct task_struct
  
  int unhandled_signal(struct task_struct *tsk, int sig)
  {
@@ -70108,17 +62642,21 @@ diff -urNp linux-2.6.39/kernel/signal.c linux-2.6.39/kernel/signal.c
        if (is_global_init(tsk))
                return 1;
        if (handler != SIG_IGN && handler != SIG_DFL)
-@@ -693,6 +696,9 @@ static int check_kill_permission(int sig
+@@ -770,6 +773,13 @@ static int check_kill_permission(int sig
                }
        }
  
-+      if (gr_handle_signal(t, sig))
++      /* allow glibc communication via tgkill to other threads in our
++         thread group */
++      if ((info == SEND_SIG_NOINFO || info->si_code != SI_TKILL ||
++           sig != (SIGRTMIN+1) || task_tgid_vnr(t) != info->si_pid)
++          && gr_handle_signal(t, sig))
 +              return -EPERM;
 +
        return security_task_kill(t, info, sig, 0);
  }
  
-@@ -1041,7 +1047,7 @@ __group_send_sig_info(int sig, struct si
+@@ -1092,7 +1102,7 @@ __group_send_sig_info(int sig, struct si
        return send_signal(sig, info, p, 1);
  }
  
@@ -70127,7 +62665,7 @@ diff -urNp linux-2.6.39/kernel/signal.c linux-2.6.39/kernel/signal.c
  specific_send_sig_info(int sig, struct siginfo *info, struct task_struct *t)
  {
        return send_signal(sig, info, t, 0);
-@@ -1078,6 +1084,7 @@ force_sig_info(int sig, struct siginfo *
+@@ -1129,6 +1139,7 @@ force_sig_info(int sig, struct siginfo *
        unsigned long int flags;
        int ret, blocked, ignored;
        struct k_sigaction *action;
@@ -70135,7 +62673,7 @@ diff -urNp linux-2.6.39/kernel/signal.c linux-2.6.39/kernel/signal.c
  
        spin_lock_irqsave(&t->sighand->siglock, flags);
        action = &t->sighand->action[sig-1];
-@@ -1092,9 +1099,18 @@ force_sig_info(int sig, struct siginfo *
+@@ -1143,9 +1154,18 @@ force_sig_info(int sig, struct siginfo *
        }
        if (action->sa.sa_handler == SIG_DFL)
                t->signal->flags &= ~SIGNAL_UNKILLABLE;
@@ -70154,7 +62692,7 @@ diff -urNp linux-2.6.39/kernel/signal.c linux-2.6.39/kernel/signal.c
        return ret;
  }
  
-@@ -1153,8 +1169,11 @@ int group_send_sig_info(int sig, struct 
+@@ -1212,8 +1232,11 @@ int group_send_sig_info(int sig, struct 
        ret = check_kill_permission(sig, info, p);
        rcu_read_unlock();
  
@@ -70167,7 +62705,7 @@ diff -urNp linux-2.6.39/kernel/signal.c linux-2.6.39/kernel/signal.c
  
        return ret;
  }
-@@ -1718,6 +1737,8 @@ void ptrace_notify(int exit_code)
+@@ -1839,6 +1862,8 @@ void ptrace_notify(int exit_code)
  {
        siginfo_t info;
  
@@ -70176,10 +62714,27 @@ diff -urNp linux-2.6.39/kernel/signal.c linux-2.6.39/kernel/signal.c
        BUG_ON((exit_code & (0x7f | ~0xffff)) != SIGTRAP);
  
        memset(&info, 0, sizeof info);
-diff -urNp linux-2.6.39/kernel/smp.c linux-2.6.39/kernel/smp.c
---- linux-2.6.39/kernel/smp.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/kernel/smp.c  2011-05-22 19:36:33.000000000 -0400
-@@ -583,22 +583,22 @@ int smp_call_function(smp_call_func_t fu
+@@ -2639,7 +2664,15 @@ do_send_specific(pid_t tgid, pid_t pid, 
+       int error = -ESRCH;
+       rcu_read_lock();
+-      p = find_task_by_vpid(pid);
++#ifdef CONFIG_GRKERNSEC_CHROOT_FINDTASK
++      /* allow glibc communication via tgkill to other threads in our
++         thread group */
++      if (grsec_enable_chroot_findtask && info->si_code == SI_TKILL &&
++          sig == (SIGRTMIN+1) && tgid == info->si_pid)            
++              p = find_task_by_vpid_unrestricted(pid);
++      else
++#endif
++              p = find_task_by_vpid(pid);
+       if (p && (tgid <= 0 || task_tgid_vnr(p) == tgid)) {
+               error = check_kill_permission(sig, info, p);
+               /*
+diff -urNp linux-3.0.4/kernel/smp.c linux-3.0.4/kernel/smp.c
+--- linux-3.0.4/kernel/smp.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/kernel/smp.c   2011-08-23 21:47:56.000000000 -0400
+@@ -580,22 +580,22 @@ int smp_call_function(smp_call_func_t fu
  }
  EXPORT_SYMBOL(smp_call_function);
  
@@ -70206,9 +62761,9 @@ diff -urNp linux-2.6.39/kernel/smp.c linux-2.6.39/kernel/smp.c
  {
        raw_spin_unlock_irq(&call_function.lock);
  }
-diff -urNp linux-2.6.39/kernel/softirq.c linux-2.6.39/kernel/softirq.c
---- linux-2.6.39/kernel/softirq.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/kernel/softirq.c      2011-05-22 19:36:33.000000000 -0400
+diff -urNp linux-3.0.4/kernel/softirq.c linux-3.0.4/kernel/softirq.c
+--- linux-3.0.4/kernel/softirq.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/kernel/softirq.c       2011-08-23 21:47:56.000000000 -0400
 @@ -56,7 +56,7 @@ static struct softirq_action softirq_vec
  
  DEFINE_PER_CPU(struct task_struct *, ksoftirqd);
@@ -70216,17 +62771,8 @@ diff -urNp linux-2.6.39/kernel/softirq.c linux-2.6.39/kernel/softirq.c
 -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"
+       "TASKLET", "SCHED", "HRTIMER", "RCU"
  };
-@@ -206,7 +206,7 @@ EXPORT_SYMBOL(local_bh_enable_ip);
- asmlinkage void __do_softirq(void)
- {
--      struct softirq_action *h;
-+      const struct softirq_action *h;
-       __u32 pending;
-       int max_restart = MAX_SOFTIRQ_RESTART;
-       int cpu;
 @@ -235,7 +235,7 @@ restart:
                        kstat_incr_softirqs_this_cpu(vec_nr);
  
@@ -70236,16 +62782,21 @@ diff -urNp linux-2.6.39/kernel/softirq.c linux-2.6.39/kernel/softirq.c
                        trace_softirq_exit(vec_nr);
                        if (unlikely(prev_count != preempt_count())) {
                                printk(KERN_ERR "huh, entered softirq %u %s %p"
-@@ -377,7 +377,7 @@ void raise_softirq(unsigned int nr)
+@@ -385,9 +385,11 @@ void raise_softirq(unsigned int nr)
        local_irq_restore(flags);
  }
  
 -void open_softirq(int nr, void (*action)(struct softirq_action *))
 +void open_softirq(int nr, void (*action)(void))
  {
-       softirq_vec[nr].action = action;
+-      softirq_vec[nr].action = action;
++      pax_open_kernel();
++      *(void **)&softirq_vec[nr].action = action;
++      pax_close_kernel();
  }
-@@ -433,7 +433,7 @@ void __tasklet_hi_schedule_first(struct 
+ /*
+@@ -441,7 +443,7 @@ void __tasklet_hi_schedule_first(struct 
  
  EXPORT_SYMBOL(__tasklet_hi_schedule_first);
  
@@ -70254,7 +62805,7 @@ diff -urNp linux-2.6.39/kernel/softirq.c linux-2.6.39/kernel/softirq.c
  {
        struct tasklet_struct *list;
  
-@@ -468,7 +468,7 @@ static void tasklet_action(struct softir
+@@ -476,7 +478,7 @@ static void tasklet_action(struct softir
        }
  }
  
@@ -70263,10 +62814,10 @@ diff -urNp linux-2.6.39/kernel/softirq.c linux-2.6.39/kernel/softirq.c
  {
        struct tasklet_struct *list;
  
-diff -urNp linux-2.6.39/kernel/sys.c linux-2.6.39/kernel/sys.c
---- linux-2.6.39/kernel/sys.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/kernel/sys.c  2011-05-22 21:08:10.000000000 -0400
-@@ -154,6 +154,12 @@ static int set_one_prio(struct task_stru
+diff -urNp linux-3.0.4/kernel/sys.c linux-3.0.4/kernel/sys.c
+--- linux-3.0.4/kernel/sys.c   2011-09-02 18:11:26.000000000 -0400
++++ linux-3.0.4/kernel/sys.c   2011-08-29 23:26:27.000000000 -0400
+@@ -158,6 +158,12 @@ static int set_one_prio(struct task_stru
                error = -EACCES;
                goto out;
        }
@@ -70279,7 +62830,7 @@ diff -urNp linux-2.6.39/kernel/sys.c linux-2.6.39/kernel/sys.c
        no_nice = security_task_setnice(p, niceval);
        if (no_nice) {
                error = no_nice;
-@@ -538,6 +544,9 @@ SYSCALL_DEFINE2(setregid, gid_t, rgid, g
+@@ -541,6 +547,9 @@ SYSCALL_DEFINE2(setregid, gid_t, rgid, g
                        goto error;
        }
  
@@ -70289,7 +62840,7 @@ diff -urNp linux-2.6.39/kernel/sys.c linux-2.6.39/kernel/sys.c
        if (rgid != (gid_t) -1 ||
            (egid != (gid_t) -1 && egid != old->gid))
                new->sgid = new->egid;
-@@ -567,6 +576,10 @@ SYSCALL_DEFINE1(setgid, gid_t, gid)
+@@ -570,6 +579,10 @@ SYSCALL_DEFINE1(setgid, gid_t, gid)
        old = current_cred();
  
        retval = -EPERM;
@@ -70300,7 +62851,30 @@ diff -urNp linux-2.6.39/kernel/sys.c linux-2.6.39/kernel/sys.c
        if (nsown_capable(CAP_SETGID))
                new->gid = new->egid = new->sgid = new->fsgid = gid;
        else if (gid == old->gid || gid == old->sgid)
-@@ -647,6 +660,9 @@ SYSCALL_DEFINE2(setreuid, uid_t, ruid, u
+@@ -595,11 +608,18 @@ static int set_user(struct cred *new)
+       if (!new_user)
+               return -EAGAIN;
++      /*
++       * We don't fail in case of NPROC limit excess here because too many
++       * poorly written programs don't check set*uid() return code, assuming
++       * it never fails if called by root.  We may still enforce NPROC limit
++       * for programs doing set*uid()+execve() by harmlessly deferring the
++       * failure to the execve() stage.
++       */
+       if (atomic_read(&new_user->processes) >= rlimit(RLIMIT_NPROC) &&
+-                      new_user != INIT_USER) {
+-              free_uid(new_user);
+-              return -EAGAIN;
+-      }
++                      new_user != INIT_USER)
++              current->flags |= PF_NPROC_EXCEEDED;
++      else
++              current->flags &= ~PF_NPROC_EXCEEDED;
+       free_uid(new->user);
+       new->user = new_user;
+@@ -650,6 +670,9 @@ SYSCALL_DEFINE2(setreuid, uid_t, ruid, u
                        goto error;
        }
  
@@ -70310,7 +62884,7 @@ diff -urNp linux-2.6.39/kernel/sys.c linux-2.6.39/kernel/sys.c
        if (new->uid != old->uid) {
                retval = set_user(new);
                if (retval < 0)
-@@ -691,6 +707,12 @@ SYSCALL_DEFINE1(setuid, uid_t, uid)
+@@ -694,6 +717,12 @@ SYSCALL_DEFINE1(setuid, uid_t, uid)
        old = current_cred();
  
        retval = -EPERM;
@@ -70323,7 +62897,7 @@ diff -urNp linux-2.6.39/kernel/sys.c linux-2.6.39/kernel/sys.c
        if (nsown_capable(CAP_SETUID)) {
                new->suid = new->uid = uid;
                if (uid != old->uid) {
-@@ -745,6 +767,9 @@ SYSCALL_DEFINE3(setresuid, uid_t, ruid, 
+@@ -748,6 +777,9 @@ SYSCALL_DEFINE3(setresuid, uid_t, ruid, 
                        goto error;
        }
  
@@ -70333,7 +62907,7 @@ diff -urNp linux-2.6.39/kernel/sys.c linux-2.6.39/kernel/sys.c
        if (ruid != (uid_t) -1) {
                new->uid = ruid;
                if (ruid != old->uid) {
-@@ -809,6 +834,9 @@ SYSCALL_DEFINE3(setresgid, gid_t, rgid, 
+@@ -812,6 +844,9 @@ SYSCALL_DEFINE3(setresgid, gid_t, rgid, 
                        goto error;
        }
  
@@ -70343,7 +62917,7 @@ diff -urNp linux-2.6.39/kernel/sys.c linux-2.6.39/kernel/sys.c
        if (rgid != (gid_t) -1)
                new->gid = rgid;
        if (egid != (gid_t) -1)
-@@ -855,6 +883,9 @@ SYSCALL_DEFINE1(setfsuid, uid_t, uid)
+@@ -858,6 +893,9 @@ SYSCALL_DEFINE1(setfsuid, uid_t, uid)
        old = current_cred();
        old_fsuid = old->fsuid;
  
@@ -70353,7 +62927,7 @@ diff -urNp linux-2.6.39/kernel/sys.c linux-2.6.39/kernel/sys.c
        if (uid == old->uid  || uid == old->euid  ||
            uid == old->suid || uid == old->fsuid ||
            nsown_capable(CAP_SETUID)) {
-@@ -865,6 +896,7 @@ SYSCALL_DEFINE1(setfsuid, uid_t, uid)
+@@ -868,6 +906,7 @@ SYSCALL_DEFINE1(setfsuid, uid_t, uid)
                }
        }
  
@@ -70361,7 +62935,7 @@ diff -urNp linux-2.6.39/kernel/sys.c linux-2.6.39/kernel/sys.c
        abort_creds(new);
        return old_fsuid;
  
-@@ -891,12 +923,16 @@ SYSCALL_DEFINE1(setfsgid, gid_t, gid)
+@@ -894,12 +933,16 @@ SYSCALL_DEFINE1(setfsgid, gid_t, gid)
        if (gid == old->gid  || gid == old->egid  ||
            gid == old->sgid || gid == old->fsgid ||
            nsown_capable(CAP_SETGID)) {
@@ -70378,7 +62952,7 @@ diff -urNp linux-2.6.39/kernel/sys.c linux-2.6.39/kernel/sys.c
        abort_creds(new);
        return old_fsgid;
  
-@@ -1643,7 +1679,7 @@ SYSCALL_DEFINE5(prctl, int, option, unsi
+@@ -1680,7 +1723,7 @@ SYSCALL_DEFINE5(prctl, int, option, unsi
                        error = get_dumpable(me->mm);
                        break;
                case PR_SET_DUMPABLE:
@@ -70387,10 +62961,10 @@ diff -urNp linux-2.6.39/kernel/sys.c linux-2.6.39/kernel/sys.c
                                error = -EINVAL;
                                break;
                        }
-diff -urNp linux-2.6.39/kernel/sysctl.c linux-2.6.39/kernel/sysctl.c
---- linux-2.6.39/kernel/sysctl.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/kernel/sysctl.c       2011-05-22 20:23:10.000000000 -0400
-@@ -84,6 +84,13 @@
+diff -urNp linux-3.0.4/kernel/sysctl.c linux-3.0.4/kernel/sysctl.c
+--- linux-3.0.4/kernel/sysctl.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/kernel/sysctl.c        2011-08-23 21:48:14.000000000 -0400
+@@ -85,6 +85,13 @@
  
  
  #if defined(CONFIG_SYSCTL)
@@ -70404,7 +62978,7 @@ diff -urNp linux-2.6.39/kernel/sysctl.c linux-2.6.39/kernel/sysctl.c
  
  /* External variables not in a header file. */
  extern int sysctl_overcommit_memory;
-@@ -196,6 +203,7 @@ static int sysrq_sysctl_handler(ctl_tabl
+@@ -197,6 +204,7 @@ static int sysrq_sysctl_handler(ctl_tabl
  }
  
  #endif
@@ -70412,7 +62986,7 @@ diff -urNp linux-2.6.39/kernel/sysctl.c linux-2.6.39/kernel/sysctl.c
  
  static struct ctl_table root_table[];
  static struct ctl_table_root sysctl_table_root;
-@@ -225,6 +233,20 @@ extern struct ctl_table epoll_table[];
+@@ -226,6 +234,20 @@ extern struct ctl_table epoll_table[];
  int sysctl_legacy_va_layout;
  #endif
  
@@ -70433,7 +63007,7 @@ diff -urNp linux-2.6.39/kernel/sysctl.c linux-2.6.39/kernel/sysctl.c
  /* The default sysctl tables: */
  
  static struct ctl_table root_table[] = {
-@@ -271,6 +293,22 @@ static int max_extfrag_threshold = 1000;
+@@ -272,6 +294,22 @@ static int max_extfrag_threshold = 1000;
  #endif
  
  static struct ctl_table kern_table[] = {
@@ -70456,7 +63030,7 @@ diff -urNp linux-2.6.39/kernel/sysctl.c linux-2.6.39/kernel/sysctl.c
        {
                .procname       = "sched_child_runs_first",
                .data           = &sysctl_sched_child_runs_first,
-@@ -545,7 +583,7 @@ static struct ctl_table kern_table[] = {
+@@ -546,7 +584,7 @@ static struct ctl_table kern_table[] = {
                .data           = &modprobe_path,
                .maxlen         = KMOD_PATH_LEN,
                .mode           = 0644,
@@ -70465,7 +63039,7 @@ diff -urNp linux-2.6.39/kernel/sysctl.c linux-2.6.39/kernel/sysctl.c
        },
        {
                .procname       = "modules_disabled",
-@@ -707,16 +745,20 @@ static struct ctl_table kern_table[] = {
+@@ -713,16 +751,20 @@ static struct ctl_table kern_table[] = {
                .extra1         = &zero,
                .extra2         = &one,
        },
@@ -70487,7 +63061,7 @@ diff -urNp linux-2.6.39/kernel/sysctl.c linux-2.6.39/kernel/sysctl.c
        {
                .procname       = "ngroups_max",
                .data           = &ngroups_max,
-@@ -1189,6 +1231,13 @@ static struct ctl_table vm_table[] = {
+@@ -1205,6 +1247,13 @@ static struct ctl_table vm_table[] = {
                .proc_handler   = proc_dointvec_minmax,
                .extra1         = &zero,
        },
@@ -70501,7 +63075,7 @@ diff -urNp linux-2.6.39/kernel/sysctl.c linux-2.6.39/kernel/sysctl.c
  #else
        {
                .procname       = "nr_trim_pages",
-@@ -1698,6 +1747,17 @@ static int test_perm(int mode, int op)
+@@ -1714,6 +1763,17 @@ static int test_perm(int mode, int op)
  int sysctl_perm(struct ctl_table_root *root, struct ctl_table *table, int op)
  {
        int mode;
@@ -70519,7 +63093,7 @@ diff -urNp linux-2.6.39/kernel/sysctl.c linux-2.6.39/kernel/sysctl.c
  
        if (root->permissions)
                mode = root->permissions(root, current->nsproxy, table);
-@@ -2102,6 +2162,16 @@ int proc_dostring(struct ctl_table *tabl
+@@ -2118,6 +2178,16 @@ int proc_dostring(struct ctl_table *tabl
                               buffer, lenp, ppos);
  }
  
@@ -70536,7 +63110,7 @@ diff -urNp linux-2.6.39/kernel/sysctl.c linux-2.6.39/kernel/sysctl.c
  static size_t proc_skip_spaces(char **buf)
  {
        size_t ret;
-@@ -2207,6 +2277,8 @@ static int proc_put_long(void __user **b
+@@ -2223,6 +2293,8 @@ static int proc_put_long(void __user **b
        len = strlen(tmp);
        if (len > *size)
                len = *size;
@@ -70545,7 +63119,7 @@ diff -urNp linux-2.6.39/kernel/sysctl.c linux-2.6.39/kernel/sysctl.c
        if (copy_to_user(*buf, tmp, len))
                return -EFAULT;
        *size -= len;
-@@ -2523,8 +2595,11 @@ static int __do_proc_doulongvec_minmax(v
+@@ -2539,8 +2611,11 @@ static int __do_proc_doulongvec_minmax(v
                        *i = val;
                } else {
                        val = convdiv * (*i) / convmul;
@@ -70558,7 +63132,7 @@ diff -urNp linux-2.6.39/kernel/sysctl.c linux-2.6.39/kernel/sysctl.c
                        err = proc_put_long(&buffer, &left, val, false);
                        if (err)
                                break;
-@@ -2919,6 +2994,12 @@ int proc_dostring(struct ctl_table *tabl
+@@ -2935,6 +3010,12 @@ int proc_dostring(struct ctl_table *tabl
        return -ENOSYS;
  }
  
@@ -70571,7 +63145,7 @@ diff -urNp linux-2.6.39/kernel/sysctl.c linux-2.6.39/kernel/sysctl.c
  int proc_dointvec(struct ctl_table *table, int write,
                  void __user *buffer, size_t *lenp, loff_t *ppos)
  {
-@@ -2975,6 +3056,7 @@ EXPORT_SYMBOL(proc_dointvec_minmax);
+@@ -2991,6 +3072,7 @@ EXPORT_SYMBOL(proc_dointvec_minmax);
  EXPORT_SYMBOL(proc_dointvec_userhz_jiffies);
  EXPORT_SYMBOL(proc_dointvec_ms_jiffies);
  EXPORT_SYMBOL(proc_dostring);
@@ -70579,9 +63153,9 @@ diff -urNp linux-2.6.39/kernel/sysctl.c linux-2.6.39/kernel/sysctl.c
  EXPORT_SYMBOL(proc_doulongvec_minmax);
  EXPORT_SYMBOL(proc_doulongvec_ms_jiffies_minmax);
  EXPORT_SYMBOL(register_sysctl_table);
-diff -urNp linux-2.6.39/kernel/sysctl_check.c linux-2.6.39/kernel/sysctl_check.c
---- linux-2.6.39/kernel/sysctl_check.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/kernel/sysctl_check.c 2011-05-22 19:41:42.000000000 -0400
+diff -urNp linux-3.0.4/kernel/sysctl_check.c linux-3.0.4/kernel/sysctl_check.c
+--- linux-3.0.4/kernel/sysctl_check.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/kernel/sysctl_check.c  2011-08-23 21:48:14.000000000 -0400
 @@ -129,6 +129,7 @@ int sysctl_check_table(struct nsproxy *n
                                set_fail(&fail, table, "Directory with extra2");
                } else {
@@ -70590,9 +63164,9 @@ diff -urNp linux-2.6.39/kernel/sysctl_check.c linux-2.6.39/kernel/sysctl_check.c
                            (table->proc_handler == proc_dointvec) ||
                            (table->proc_handler == proc_dointvec_minmax) ||
                            (table->proc_handler == proc_dointvec_jiffies) ||
-diff -urNp linux-2.6.39/kernel/taskstats.c linux-2.6.39/kernel/taskstats.c
---- linux-2.6.39/kernel/taskstats.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/kernel/taskstats.c    2011-05-22 19:41:42.000000000 -0400
+diff -urNp linux-3.0.4/kernel/taskstats.c linux-3.0.4/kernel/taskstats.c
+--- linux-3.0.4/kernel/taskstats.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/kernel/taskstats.c     2011-08-23 21:48:14.000000000 -0400
 @@ -27,9 +27,12 @@
  #include <linux/cgroup.h>
  #include <linux/fs.h>
@@ -70606,7 +63180,7 @@ diff -urNp linux-2.6.39/kernel/taskstats.c linux-2.6.39/kernel/taskstats.c
  /*
   * Maximum length of a cpumask that can be specified in
   * the TASKSTATS_CMD_ATTR_REGISTER/DEREGISTER_CPUMASK attribute
-@@ -549,6 +552,9 @@ err:
+@@ -558,6 +561,9 @@ err:
  
  static int taskstats_user_cmd(struct sk_buff *skb, struct genl_info *info)
  {
@@ -70616,21 +63190,21 @@ diff -urNp linux-2.6.39/kernel/taskstats.c linux-2.6.39/kernel/taskstats.c
        if (info->attrs[TASKSTATS_CMD_ATTR_REGISTER_CPUMASK])
                return cmd_attr_register_cpumask(info);
        else if (info->attrs[TASKSTATS_CMD_ATTR_DEREGISTER_CPUMASK])
-diff -urNp linux-2.6.39/kernel/time/posix-clock.c linux-2.6.39/kernel/time/posix-clock.c
---- linux-2.6.39/kernel/time/posix-clock.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/kernel/time/posix-clock.c     2011-05-22 19:36:33.000000000 -0400
-@@ -433,7 +433,7 @@ static int pc_timer_settime(struct k_iti
-       return err;
- }
--struct k_clock clock_posix_dynamic = {
-+const struct k_clock clock_posix_dynamic = {
-       .clock_getres   = pc_clock_getres,
-       .clock_set      = pc_clock_settime,
-       .clock_get      = pc_clock_gettime,
-diff -urNp linux-2.6.39/kernel/time/tick-broadcast.c linux-2.6.39/kernel/time/tick-broadcast.c
---- linux-2.6.39/kernel/time/tick-broadcast.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/kernel/time/tick-broadcast.c  2011-05-22 19:36:33.000000000 -0400
+diff -urNp linux-3.0.4/kernel/time/alarmtimer.c linux-3.0.4/kernel/time/alarmtimer.c
+--- linux-3.0.4/kernel/time/alarmtimer.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/kernel/time/alarmtimer.c       2011-08-23 21:47:56.000000000 -0400
+@@ -685,7 +685,7 @@ static int __init alarmtimer_init(void)
+ {
+       int error = 0;
+       int i;
+-      struct k_clock alarm_clock = {
++      static struct k_clock alarm_clock = {
+               .clock_getres   = alarm_clock_getres,
+               .clock_get      = alarm_clock_get,
+               .timer_create   = alarm_timer_create,
+diff -urNp linux-3.0.4/kernel/time/tick-broadcast.c linux-3.0.4/kernel/time/tick-broadcast.c
+--- linux-3.0.4/kernel/time/tick-broadcast.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/kernel/time/tick-broadcast.c   2011-08-23 21:47:56.000000000 -0400
 @@ -115,7 +115,7 @@ int tick_device_uses_broadcast(struct cl
                 * then clear the broadcast bit.
                 */
@@ -70640,9 +63214,9 @@ diff -urNp linux-2.6.39/kernel/time/tick-broadcast.c linux-2.6.39/kernel/time/ti
  
                        cpumask_clear_cpu(cpu, tick_get_broadcast_mask());
                        tick_broadcast_clear_oneshot(cpu);
-diff -urNp linux-2.6.39/kernel/time/timekeeping.c linux-2.6.39/kernel/time/timekeeping.c
---- linux-2.6.39/kernel/time/timekeeping.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/kernel/time/timekeeping.c     2011-05-22 20:40:50.000000000 -0400
+diff -urNp linux-3.0.4/kernel/time/timekeeping.c linux-3.0.4/kernel/time/timekeeping.c
+--- linux-3.0.4/kernel/time/timekeeping.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/kernel/time/timekeeping.c      2011-08-23 21:48:14.000000000 -0400
 @@ -14,6 +14,7 @@
  #include <linux/init.h>
  #include <linux/mm.h>
@@ -70660,9 +63234,9 @@ diff -urNp linux-2.6.39/kernel/time/timekeeping.c linux-2.6.39/kernel/time/timek
        write_seqlock_irqsave(&xtime_lock, flags);
  
        timekeeping_forward_now();
-diff -urNp linux-2.6.39/kernel/time/timer_list.c linux-2.6.39/kernel/time/timer_list.c
---- linux-2.6.39/kernel/time/timer_list.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/kernel/time/timer_list.c      2011-05-22 19:41:42.000000000 -0400
+diff -urNp linux-3.0.4/kernel/time/timer_list.c linux-3.0.4/kernel/time/timer_list.c
+--- linux-3.0.4/kernel/time/timer_list.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/kernel/time/timer_list.c       2011-08-23 21:48:14.000000000 -0400
 @@ -38,12 +38,16 @@ DECLARE_PER_CPU(struct hrtimer_cpu_base,
  
  static void print_name_offset(struct seq_file *m, void *sym)
@@ -70704,9 +63278,9 @@ diff -urNp linux-2.6.39/kernel/time/timer_list.c linux-2.6.39/kernel/time/timer_
        if (!pe)
                return -ENOMEM;
        return 0;
-diff -urNp linux-2.6.39/kernel/time/timer_stats.c linux-2.6.39/kernel/time/timer_stats.c
---- linux-2.6.39/kernel/time/timer_stats.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/kernel/time/timer_stats.c     2011-05-22 19:41:42.000000000 -0400
+diff -urNp linux-3.0.4/kernel/time/timer_stats.c linux-3.0.4/kernel/time/timer_stats.c
+--- linux-3.0.4/kernel/time/timer_stats.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/kernel/time/timer_stats.c      2011-08-23 21:48:14.000000000 -0400
 @@ -116,7 +116,7 @@ static ktime_t time_start, time_stop;
  static unsigned long nr_entries;
  static struct entry entries[MAX_ENTRIES];
@@ -70775,9 +63349,9 @@ diff -urNp linux-2.6.39/kernel/time/timer_stats.c linux-2.6.39/kernel/time/timer
        if (!pe)
                return -ENOMEM;
        return 0;
-diff -urNp linux-2.6.39/kernel/time.c linux-2.6.39/kernel/time.c
---- linux-2.6.39/kernel/time.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/kernel/time.c 2011-05-22 19:41:42.000000000 -0400
+diff -urNp linux-3.0.4/kernel/time.c linux-3.0.4/kernel/time.c
+--- linux-3.0.4/kernel/time.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/kernel/time.c  2011-08-23 21:48:14.000000000 -0400
 @@ -163,6 +163,11 @@ int do_sys_settimeofday(const struct tim
                return error;
  
@@ -70790,10 +63364,10 @@ diff -urNp linux-2.6.39/kernel/time.c linux-2.6.39/kernel/time.c
                /* SMP safe, global irq locking makes it work. */
                sys_tz = *tz;
                update_vsyscall_tz();
-diff -urNp linux-2.6.39/kernel/timer.c linux-2.6.39/kernel/timer.c
---- linux-2.6.39/kernel/timer.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/kernel/timer.c        2011-05-22 19:36:33.000000000 -0400
-@@ -1305,7 +1305,7 @@ void update_process_times(int user_tick)
+diff -urNp linux-3.0.4/kernel/timer.c linux-3.0.4/kernel/timer.c
+--- linux-3.0.4/kernel/timer.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/kernel/timer.c 2011-08-23 21:47:56.000000000 -0400
+@@ -1304,7 +1304,7 @@ void update_process_times(int user_tick)
  /*
   * This function runs timers and the timer-tq in bottom half context.
   */
@@ -70802,9 +63376,9 @@ diff -urNp linux-2.6.39/kernel/timer.c linux-2.6.39/kernel/timer.c
  {
        struct tvec_base *base = __this_cpu_read(tvec_bases);
  
-diff -urNp linux-2.6.39/kernel/trace/blktrace.c linux-2.6.39/kernel/trace/blktrace.c
---- linux-2.6.39/kernel/trace/blktrace.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/kernel/trace/blktrace.c       2011-05-22 19:36:33.000000000 -0400
+diff -urNp linux-3.0.4/kernel/trace/blktrace.c linux-3.0.4/kernel/trace/blktrace.c
+--- linux-3.0.4/kernel/trace/blktrace.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/kernel/trace/blktrace.c        2011-08-23 21:47:56.000000000 -0400
 @@ -321,7 +321,7 @@ static ssize_t blk_dropped_read(struct f
        struct blk_trace *bt = filp->private_data;
        char buf[16];
@@ -70832,12 +63406,12 @@ diff -urNp linux-2.6.39/kernel/trace/blktrace.c linux-2.6.39/kernel/trace/blktra
  
        ret = -EIO;
        bt->dropped_file = debugfs_create_file("dropped", 0444, dir, bt,
-diff -urNp linux-2.6.39/kernel/trace/ftrace.c linux-2.6.39/kernel/trace/ftrace.c
---- linux-2.6.39/kernel/trace/ftrace.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/kernel/trace/ftrace.c 2011-05-22 19:36:33.000000000 -0400
-@@ -1107,13 +1107,18 @@ ftrace_code_disable(struct module *mod, 
-       ip = rec->ip;
+diff -urNp linux-3.0.4/kernel/trace/ftrace.c linux-3.0.4/kernel/trace/ftrace.c
+--- linux-3.0.4/kernel/trace/ftrace.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/kernel/trace/ftrace.c  2011-08-23 21:47:56.000000000 -0400
+@@ -1566,12 +1566,17 @@ ftrace_code_disable(struct module *mod, 
+       if (unlikely(ftrace_disabled))
+               return 0;
  
 +      ret = ftrace_arch_code_modify_prepare();
 +      FTRACE_WARN_ON(ret);
@@ -70848,7 +63422,6 @@ diff -urNp linux-2.6.39/kernel/trace/ftrace.c linux-2.6.39/kernel/trace/ftrace.c
 +      FTRACE_WARN_ON(ftrace_arch_code_modify_post_process());
        if (ret) {
                ftrace_bug(ret, ip);
-               rec->flags |= FTRACE_FL_FAILED;
 -              return 0;
        }
 -      return 1;
@@ -70856,7 +63429,7 @@ diff -urNp linux-2.6.39/kernel/trace/ftrace.c linux-2.6.39/kernel/trace/ftrace.c
  }
  
  /*
-@@ -2011,7 +2016,7 @@ static void ftrace_free_entry_rcu(struct
+@@ -2550,7 +2555,7 @@ static void ftrace_free_entry_rcu(struct
  
  int
  register_ftrace_function_probe(char *glob, struct ftrace_probe_ops *ops,
@@ -70865,28 +63438,10 @@ diff -urNp linux-2.6.39/kernel/trace/ftrace.c linux-2.6.39/kernel/trace/ftrace.c
  {
        struct ftrace_func_probe *entry;
        struct ftrace_page *pg;
-@@ -2083,7 +2088,7 @@ enum {
- };
- static void
--__unregister_ftrace_function_probe(char *glob, struct ftrace_probe_ops *ops,
-+__unregister_ftrace_function_probe(char *glob, const struct ftrace_probe_ops *ops,
-                                 void *data, int flags)
- {
-       struct ftrace_func_probe *entry;
-@@ -2144,7 +2149,7 @@ unregister_ftrace_function_probe(char *g
- }
- void
--unregister_ftrace_function_probe_func(char *glob, struct ftrace_probe_ops *ops)
-+unregister_ftrace_function_probe_func(char *glob, const struct ftrace_probe_ops *ops)
- {
-       __unregister_ftrace_function_probe(glob, ops, NULL, PROBE_TEST_FUNC);
- }
-diff -urNp linux-2.6.39/kernel/trace/trace.c linux-2.6.39/kernel/trace/trace.c
---- linux-2.6.39/kernel/trace/trace.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/kernel/trace/trace.c  2011-05-22 19:36:33.000000000 -0400
-@@ -3330,6 +3330,8 @@ static ssize_t tracing_splice_read_pipe(
+diff -urNp linux-3.0.4/kernel/trace/trace.c linux-3.0.4/kernel/trace/trace.c
+--- linux-3.0.4/kernel/trace/trace.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/kernel/trace/trace.c   2011-08-23 21:48:14.000000000 -0400
+@@ -3339,6 +3339,8 @@ static ssize_t tracing_splice_read_pipe(
        size_t rem;
        unsigned int i;
  
@@ -70895,7 +63450,7 @@ diff -urNp linux-2.6.39/kernel/trace/trace.c linux-2.6.39/kernel/trace/trace.c
        if (splice_grow_spd(pipe, &spd))
                return -ENOMEM;
  
-@@ -3813,6 +3815,8 @@ tracing_buffers_splice_read(struct file 
+@@ -3822,6 +3824,8 @@ tracing_buffers_splice_read(struct file 
        int entries, size, i;
        size_t ret;
  
@@ -70904,7 +63459,7 @@ diff -urNp linux-2.6.39/kernel/trace/trace.c linux-2.6.39/kernel/trace/trace.c
        if (splice_grow_spd(pipe, &spd))
                return -ENOMEM;
  
-@@ -3981,10 +3985,9 @@ static const struct file_operations trac
+@@ -3990,10 +3994,9 @@ static const struct file_operations trac
  };
  #endif
  
@@ -70916,7 +63471,7 @@ diff -urNp linux-2.6.39/kernel/trace/trace.c linux-2.6.39/kernel/trace/trace.c
        static int once;
  
        if (d_tracer)
-@@ -4004,10 +4007,9 @@ struct dentry *tracing_init_dentry(void)
+@@ -4013,10 +4016,9 @@ struct dentry *tracing_init_dentry(void)
        return d_tracer;
  }
  
@@ -70928,10 +63483,10 @@ diff -urNp linux-2.6.39/kernel/trace/trace.c linux-2.6.39/kernel/trace/trace.c
        static int once;
        struct dentry *d_tracer;
  
-diff -urNp linux-2.6.39/kernel/trace/trace_events.c linux-2.6.39/kernel/trace/trace_events.c
---- linux-2.6.39/kernel/trace/trace_events.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/kernel/trace/trace_events.c   2011-05-22 19:36:33.000000000 -0400
-@@ -1241,10 +1241,10 @@ static LIST_HEAD(ftrace_module_file_list
+diff -urNp linux-3.0.4/kernel/trace/trace_events.c linux-3.0.4/kernel/trace/trace_events.c
+--- linux-3.0.4/kernel/trace/trace_events.c    2011-09-02 18:11:21.000000000 -0400
++++ linux-3.0.4/kernel/trace/trace_events.c    2011-08-23 21:47:56.000000000 -0400
+@@ -1318,10 +1318,6 @@ static LIST_HEAD(ftrace_module_file_list
  struct ftrace_module_file_ops {
        struct list_head                list;
        struct module                   *mod;
@@ -70939,28 +63494,47 @@ diff -urNp linux-2.6.39/kernel/trace/trace_events.c linux-2.6.39/kernel/trace/tr
 -      struct file_operations          enable;
 -      struct file_operations          format;
 -      struct file_operations          filter;
-+      struct file_operations          id;     /* cannot be const, see trace_create_file_ops() */
-+      struct file_operations          enable; /* cannot be const, see trace_create_file_ops() */
-+      struct file_operations          format; /* cannot be const, see trace_create_file_ops() */
-+      struct file_operations          filter; /* cannot be const, see trace_create_file_ops() */
  };
  
  static struct ftrace_module_file_ops *
-diff -urNp linux-2.6.39/kernel/trace/trace_functions.c linux-2.6.39/kernel/trace/trace_functions.c
---- linux-2.6.39/kernel/trace/trace_functions.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/kernel/trace/trace_functions.c        2011-05-22 19:36:33.000000000 -0400
-@@ -308,7 +308,7 @@ ftrace_trace_onoff_print(struct seq_file
- static int
- ftrace_trace_onoff_unreg(char *glob, char *cmd, char *param)
- {
--      struct ftrace_probe_ops *ops;
-+      const struct ftrace_probe_ops *ops;
+@@ -1342,17 +1338,12 @@ trace_create_file_ops(struct module *mod
+       file_ops->mod = mod;
  
-       /* we register both traceon and traceoff to this callback */
-       if (strcmp(cmd, "traceon") == 0)
-diff -urNp linux-2.6.39/kernel/trace/trace_mmiotrace.c linux-2.6.39/kernel/trace/trace_mmiotrace.c
---- linux-2.6.39/kernel/trace/trace_mmiotrace.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/kernel/trace/trace_mmiotrace.c        2011-05-22 19:36:33.000000000 -0400
+-      file_ops->id = ftrace_event_id_fops;
+-      file_ops->id.owner = mod;
+-
+-      file_ops->enable = ftrace_enable_fops;
+-      file_ops->enable.owner = mod;
+-
+-      file_ops->filter = ftrace_event_filter_fops;
+-      file_ops->filter.owner = mod;
+-
+-      file_ops->format = ftrace_event_format_fops;
+-      file_ops->format.owner = mod;
++      pax_open_kernel();
++      *(void **)&mod->trace_id.owner = mod;
++      *(void **)&mod->trace_enable.owner = mod;
++      *(void **)&mod->trace_filter.owner = mod;
++      *(void **)&mod->trace_format.owner = mod;
++      pax_close_kernel();
+       list_add(&file_ops->list, &ftrace_module_file_list);
+@@ -1376,8 +1367,8 @@ static void trace_module_add_events(stru
+       for_each_event(call, start, end) {
+               __trace_add_event_call(*call, mod,
+-                                     &file_ops->id, &file_ops->enable,
+-                                     &file_ops->filter, &file_ops->format);
++                                     &mod->trace_id, &mod->trace_enable,
++                                     &mod->trace_filter, &mod->trace_format);
+       }
+ }
+diff -urNp linux-3.0.4/kernel/trace/trace_mmiotrace.c linux-3.0.4/kernel/trace/trace_mmiotrace.c
+--- linux-3.0.4/kernel/trace/trace_mmiotrace.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/kernel/trace/trace_mmiotrace.c 2011-08-23 21:47:56.000000000 -0400
 @@ -24,7 +24,7 @@ struct header_iter {
  static struct trace_array *mmio_trace_array;
  static bool overrun_detected;
@@ -70997,9 +63571,9 @@ diff -urNp linux-2.6.39/kernel/trace/trace_mmiotrace.c linux-2.6.39/kernel/trace
                return;
        }
        entry   = ring_buffer_event_data(event);
-diff -urNp linux-2.6.39/kernel/trace/trace_output.c linux-2.6.39/kernel/trace/trace_output.c
---- linux-2.6.39/kernel/trace/trace_output.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/kernel/trace/trace_output.c   2011-05-22 19:36:33.000000000 -0400
+diff -urNp linux-3.0.4/kernel/trace/trace_output.c linux-3.0.4/kernel/trace/trace_output.c
+--- linux-3.0.4/kernel/trace/trace_output.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/kernel/trace/trace_output.c    2011-08-23 21:47:56.000000000 -0400
 @@ -278,7 +278,7 @@ int trace_seq_path(struct trace_seq *s, 
  
        p = d_path(path, s->buffer + s->len, PAGE_SIZE - s->len);
@@ -71009,9 +63583,9 @@ diff -urNp linux-2.6.39/kernel/trace/trace_output.c linux-2.6.39/kernel/trace/tr
                if (p) {
                        s->len = p - s->buffer;
                        return 1;
-diff -urNp linux-2.6.39/kernel/trace/trace_stack.c linux-2.6.39/kernel/trace/trace_stack.c
---- linux-2.6.39/kernel/trace/trace_stack.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/kernel/trace/trace_stack.c    2011-05-22 19:36:33.000000000 -0400
+diff -urNp linux-3.0.4/kernel/trace/trace_stack.c linux-3.0.4/kernel/trace/trace_stack.c
+--- linux-3.0.4/kernel/trace/trace_stack.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/kernel/trace/trace_stack.c     2011-08-23 21:47:56.000000000 -0400
 @@ -50,7 +50,7 @@ static inline void check_stack(void)
                return;
  
@@ -71021,9 +63595,9 @@ diff -urNp linux-2.6.39/kernel/trace/trace_stack.c linux-2.6.39/kernel/trace/tra
                return;
  
        local_irq_save(flags);
-diff -urNp linux-2.6.39/kernel/trace/trace_workqueue.c linux-2.6.39/kernel/trace/trace_workqueue.c
---- linux-2.6.39/kernel/trace/trace_workqueue.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/kernel/trace/trace_workqueue.c        2011-05-22 19:36:33.000000000 -0400
+diff -urNp linux-3.0.4/kernel/trace/trace_workqueue.c linux-3.0.4/kernel/trace/trace_workqueue.c
+--- linux-3.0.4/kernel/trace/trace_workqueue.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/kernel/trace/trace_workqueue.c 2011-08-23 21:47:56.000000000 -0400
 @@ -22,7 +22,7 @@ struct cpu_workqueue_stats {
        int                         cpu;
        pid_t                       pid;
@@ -71051,9 +63625,9 @@ diff -urNp linux-2.6.39/kernel/trace/trace_workqueue.c linux-2.6.39/kernel/trace
                                   tsk->comm);
                        put_task_struct(tsk);
                }
-diff -urNp linux-2.6.39/lib/bug.c linux-2.6.39/lib/bug.c
---- linux-2.6.39/lib/bug.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/lib/bug.c     2011-05-22 19:36:33.000000000 -0400
+diff -urNp linux-3.0.4/lib/bug.c linux-3.0.4/lib/bug.c
+--- linux-3.0.4/lib/bug.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/lib/bug.c      2011-08-23 21:47:56.000000000 -0400
 @@ -133,6 +133,8 @@ enum bug_trap_type report_bug(unsigned l
                return BUG_TRAP_TYPE_NONE;
  
@@ -71063,9 +63637,9 @@ diff -urNp linux-2.6.39/lib/bug.c linux-2.6.39/lib/bug.c
  
        file = NULL;
        line = 0;
-diff -urNp linux-2.6.39/lib/debugobjects.c linux-2.6.39/lib/debugobjects.c
---- linux-2.6.39/lib/debugobjects.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/lib/debugobjects.c    2011-05-22 19:36:33.000000000 -0400
+diff -urNp linux-3.0.4/lib/debugobjects.c linux-3.0.4/lib/debugobjects.c
+--- linux-3.0.4/lib/debugobjects.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/lib/debugobjects.c     2011-08-23 21:47:56.000000000 -0400
 @@ -284,7 +284,7 @@ static void debug_object_is_on_stack(voi
        if (limit > 4)
                return;
@@ -71075,10 +63649,10 @@ diff -urNp linux-2.6.39/lib/debugobjects.c linux-2.6.39/lib/debugobjects.c
        if (is_on_stack == onstack)
                return;
  
-diff -urNp linux-2.6.39/lib/dma-debug.c linux-2.6.39/lib/dma-debug.c
---- linux-2.6.39/lib/dma-debug.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/lib/dma-debug.c       2011-05-22 19:36:33.000000000 -0400
-@@ -862,7 +862,7 @@ out:
+diff -urNp linux-3.0.4/lib/dma-debug.c linux-3.0.4/lib/dma-debug.c
+--- linux-3.0.4/lib/dma-debug.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/lib/dma-debug.c        2011-08-23 21:47:56.000000000 -0400
+@@ -870,7 +870,7 @@ out:
  
  static void check_for_stack(struct device *dev, void *addr)
  {
@@ -71087,9 +63661,31 @@ diff -urNp linux-2.6.39/lib/dma-debug.c linux-2.6.39/lib/dma-debug.c
                err_printk(dev, NULL, "DMA-API: device driver maps memory from"
                                "stack [addr=%p]\n", addr);
  }
-diff -urNp linux-2.6.39/lib/inflate.c linux-2.6.39/lib/inflate.c
---- linux-2.6.39/lib/inflate.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/lib/inflate.c 2011-05-22 19:36:33.000000000 -0400
+diff -urNp linux-3.0.4/lib/extable.c linux-3.0.4/lib/extable.c
+--- linux-3.0.4/lib/extable.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/lib/extable.c  2011-08-23 21:47:56.000000000 -0400
+@@ -13,6 +13,7 @@
+ #include <linux/init.h>
+ #include <linux/sort.h>
+ #include <asm/uaccess.h>
++#include <asm/pgtable.h>
+ #ifndef ARCH_HAS_SORT_EXTABLE
+ /*
+@@ -36,8 +37,10 @@ static int cmp_ex(const void *a, const v
+ void sort_extable(struct exception_table_entry *start,
+                 struct exception_table_entry *finish)
+ {
++      pax_open_kernel();
+       sort(start, finish - start, sizeof(struct exception_table_entry),
+            cmp_ex, NULL);
++      pax_close_kernel();
+ }
+ #ifdef CONFIG_MODULES
+diff -urNp linux-3.0.4/lib/inflate.c linux-3.0.4/lib/inflate.c
+--- linux-3.0.4/lib/inflate.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/lib/inflate.c  2011-08-23 21:47:56.000000000 -0400
 @@ -269,7 +269,7 @@ static void free(void *where)
                malloc_ptr = free_mem_ptr;
  }
@@ -71099,10 +63695,10 @@ diff -urNp linux-2.6.39/lib/inflate.c linux-2.6.39/lib/inflate.c
  #define free(a) kfree(a)
  #endif
  
-diff -urNp linux-2.6.39/lib/Kconfig.debug linux-2.6.39/lib/Kconfig.debug
---- linux-2.6.39/lib/Kconfig.debug     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/lib/Kconfig.debug     2011-05-22 19:41:42.000000000 -0400
-@@ -1078,6 +1078,7 @@ config LATENCYTOP
+diff -urNp linux-3.0.4/lib/Kconfig.debug linux-3.0.4/lib/Kconfig.debug
+--- linux-3.0.4/lib/Kconfig.debug      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/lib/Kconfig.debug      2011-08-23 21:48:14.000000000 -0400
+@@ -1088,6 +1088,7 @@ config LATENCYTOP
        depends on DEBUG_KERNEL
        depends on STACKTRACE_SUPPORT
        depends on PROC_FS
@@ -71110,9 +63706,9 @@ diff -urNp linux-2.6.39/lib/Kconfig.debug linux-2.6.39/lib/Kconfig.debug
        select FRAME_POINTER if !MIPS && !PPC && !S390 && !MICROBLAZE
        select KALLSYMS
        select KALLSYMS_ALL
-diff -urNp linux-2.6.39/lib/kref.c linux-2.6.39/lib/kref.c
---- linux-2.6.39/lib/kref.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/lib/kref.c    2011-05-22 19:36:33.000000000 -0400
+diff -urNp linux-3.0.4/lib/kref.c linux-3.0.4/lib/kref.c
+--- linux-3.0.4/lib/kref.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/lib/kref.c     2011-08-23 21:47:56.000000000 -0400
 @@ -52,7 +52,7 @@ void kref_get(struct kref *kref)
   */
  int kref_put(struct kref *kref, void (*release)(struct kref *kref))
@@ -71122,9 +63718,9 @@ diff -urNp linux-2.6.39/lib/kref.c linux-2.6.39/lib/kref.c
        WARN_ON(release == (void (*)(struct kref *))kfree);
  
        if (atomic_dec_and_test(&kref->refcount)) {
-diff -urNp linux-2.6.39/lib/radix-tree.c linux-2.6.39/lib/radix-tree.c
---- linux-2.6.39/lib/radix-tree.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/lib/radix-tree.c      2011-05-22 19:36:33.000000000 -0400
+diff -urNp linux-3.0.4/lib/radix-tree.c linux-3.0.4/lib/radix-tree.c
+--- linux-3.0.4/lib/radix-tree.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/lib/radix-tree.c       2011-08-23 21:47:56.000000000 -0400
 @@ -80,7 +80,7 @@ struct radix_tree_preload {
        int nr;
        struct radix_tree_node *nodes[RADIX_TREE_MAX_PATH];
@@ -71134,9 +63730,9 @@ diff -urNp linux-2.6.39/lib/radix-tree.c linux-2.6.39/lib/radix-tree.c
  
  static inline void *ptr_to_indirect(void *ptr)
  {
-diff -urNp linux-2.6.39/lib/vsprintf.c linux-2.6.39/lib/vsprintf.c
---- linux-2.6.39/lib/vsprintf.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/lib/vsprintf.c        2011-05-22 20:54:59.000000000 -0400
+diff -urNp linux-3.0.4/lib/vsprintf.c linux-3.0.4/lib/vsprintf.c
+--- linux-3.0.4/lib/vsprintf.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/lib/vsprintf.c 2011-08-23 21:48:14.000000000 -0400
 @@ -16,6 +16,9 @@
   * - scnprintf and vscnprintf
   */
@@ -71156,7 +63752,7 @@ diff -urNp linux-2.6.39/lib/vsprintf.c linux-2.6.39/lib/vsprintf.c
                sprint_symbol(sym, value);
        else
                kallsyms_lookup(value, NULL, NULL, NULL, sym);
-@@ -797,7 +800,11 @@ char *uuid_string(char *buf, char *end, 
+@@ -799,7 +802,11 @@ char *uuid_string(char *buf, char *end, 
        return string(buf, end, uuid, spec);
  }
  
@@ -71168,7 +63764,7 @@ diff -urNp linux-2.6.39/lib/vsprintf.c linux-2.6.39/lib/vsprintf.c
  
  /*
   * Show a '%p' thing.  A kernel extension is that the '%p' is followed
-@@ -811,6 +818,8 @@ int kptr_restrict __read_mostly;
+@@ -813,6 +820,8 @@ int kptr_restrict __read_mostly;
   * - 'S' For symbolic direct pointers with offset
   * - 's' For symbolic direct pointers without offset
   * - 'B' For backtraced symbolic direct pointers with offset
@@ -71177,7 +63773,7 @@ diff -urNp linux-2.6.39/lib/vsprintf.c linux-2.6.39/lib/vsprintf.c
   * - 'R' For decoded struct resource, e.g., [mem 0x0-0x1f 64bit pref]
   * - 'r' For raw struct resource, e.g., [mem 0x0-0x1f flags 0x201]
   * - 'M' For a 6-byte MAC address, it prints the address in the
-@@ -855,12 +864,12 @@ char *pointer(const char *fmt, char *buf
+@@ -857,12 +866,12 @@ char *pointer(const char *fmt, char *buf
  {
        if (!ptr && *fmt != 'K') {
                /*
@@ -71192,7 +63788,7 @@ diff -urNp linux-2.6.39/lib/vsprintf.c linux-2.6.39/lib/vsprintf.c
        }
  
        switch (*fmt) {
-@@ -870,6 +879,13 @@ char *pointer(const char *fmt, char *buf
+@@ -872,6 +881,13 @@ char *pointer(const char *fmt, char *buf
                /* Fallthrough */
        case 'S':
        case 's':
@@ -71206,7 +63802,7 @@ diff -urNp linux-2.6.39/lib/vsprintf.c linux-2.6.39/lib/vsprintf.c
        case 'B':
                return symbol_string(buf, end, ptr, spec, *fmt);
        case 'R':
-@@ -1632,11 +1648,11 @@ int bstr_printf(char *buf, size_t size, 
+@@ -1631,11 +1647,11 @@ int bstr_printf(char *buf, size_t size, 
        typeof(type) value;                                             \
        if (sizeof(type) == 8) {                                        \
                args = PTR_ALIGN(args, sizeof(u32));                    \
@@ -71221,7 +63817,7 @@ diff -urNp linux-2.6.39/lib/vsprintf.c linux-2.6.39/lib/vsprintf.c
        }                                                               \
        args += sizeof(type);                                           \
        value;                                                          \
-@@ -1699,7 +1715,7 @@ int bstr_printf(char *buf, size_t size, 
+@@ -1698,7 +1714,7 @@ int bstr_printf(char *buf, size_t size, 
                case FORMAT_TYPE_STR: {
                        const char *str_arg = args;
                        args += strlen(str_arg) + 1;
@@ -71230,34 +63826,83 @@ diff -urNp linux-2.6.39/lib/vsprintf.c linux-2.6.39/lib/vsprintf.c
                        break;
                }
  
-diff -urNp linux-2.6.39/localversion-grsec linux-2.6.39/localversion-grsec
---- linux-2.6.39/localversion-grsec    1969-12-31 19:00:00.000000000 -0500
-+++ linux-2.6.39/localversion-grsec    2011-05-22 19:41:42.000000000 -0400
+diff -urNp linux-3.0.4/localversion-grsec linux-3.0.4/localversion-grsec
+--- linux-3.0.4/localversion-grsec     1969-12-31 19:00:00.000000000 -0500
++++ linux-3.0.4/localversion-grsec     2011-08-23 21:48:14.000000000 -0400
 @@ -0,0 +1 @@
 +-grsec
-diff -urNp linux-2.6.39/Makefile linux-2.6.39/Makefile
---- linux-2.6.39/Makefile      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/Makefile      2011-05-22 19:41:42.000000000 -0400
-@@ -237,8 +237,8 @@ CONFIG_SHELL := $(shell if [ -x "$$BASH"
+diff -urNp linux-3.0.4/Makefile linux-3.0.4/Makefile
+--- linux-3.0.4/Makefile       2011-09-02 18:11:26.000000000 -0400
++++ linux-3.0.4/Makefile       2011-09-17 00:56:07.000000000 -0400
+@@ -245,8 +245,9 @@ CONFIG_SHELL := $(shell if [ -x "$$BASH"
  
  HOSTCC       = gcc
  HOSTCXX      = g++
 -HOSTCFLAGS   = -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer
 -HOSTCXXFLAGS = -O2
-+HOSTCFLAGS   = -Wall -W -Wmissing-prototypes -Wstrict-prototypes -Wno-empty-body -Wno-unused-parameter -Wno-missing-field-initializers -O2 -fomit-frame-pointer -fno-delete-null-pointer-checks
++HOSTCFLAGS   = -Wall -W -Wmissing-prototypes -Wstrict-prototypes -Wno-unused-parameter -Wno-missing-field-initializers -O2 -fomit-frame-pointer -fno-delete-null-pointer-checks
++HOSTCFLAGS  += $(call cc-option, -Wno-empty-body)
 +HOSTCXXFLAGS = -O2 -fno-delete-null-pointer-checks
  
  # Decide whether to build built-in, modular, or both.
  # Normally, just do built-in.
-@@ -356,6 +356,7 @@ LINUXINCLUDE    := -I$(srctree)/arch/$(h
+@@ -365,10 +366,12 @@ LINUXINCLUDE    := -I$(srctree)/arch/$(h
  KBUILD_CPPFLAGS := -D__KERNEL__
  
  KBUILD_CFLAGS   := -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs \
-+                 -W -Wno-empty-body -Wno-unused-parameter -Wno-missing-field-initializers \
++                 -W -Wno-unused-parameter -Wno-missing-field-initializers \
                   -fno-strict-aliasing -fno-common \
                   -Werror-implicit-function-declaration \
                   -Wno-format-security \
-@@ -685,7 +686,7 @@ export mod_strip_cmd
+                  -fno-delete-null-pointer-checks
++KBUILD_CFLAGS   += $(call cc-option, -Wno-empty-body)
+ KBUILD_AFLAGS_KERNEL :=
+ KBUILD_CFLAGS_KERNEL :=
+ KBUILD_AFLAGS   := -D__ASSEMBLY__
+@@ -407,8 +410,8 @@ export RCS_TAR_IGNORE := --exclude SCCS 
+ # Rules shared between *config targets and build targets
+ # Basic helpers built in scripts/
+-PHONY += scripts_basic
+-scripts_basic:
++PHONY += scripts_basic gcc-plugins
++scripts_basic: gcc-plugins
+       $(Q)$(MAKE) $(build)=scripts/basic
+       $(Q)rm -f .tmp_quiet_recordmcount
+@@ -564,6 +567,31 @@ else
+ KBUILD_CFLAGS += -O2
+ endif
++ifeq ($(shell $(CONFIG_SHELL) $(srctree)/scripts/gcc-plugin.sh "$(HOSTCC)" "$(CC)"), y)
++CONSTIFY_PLUGIN := -fplugin=$(objtree)/tools/gcc/constify_plugin.so -DCONSTIFY_PLUGIN
++ifdef CONFIG_PAX_KERNEXEC_PLUGIN
++KERNEXEC_PLUGIN := -fplugin=$(objtree)/tools/gcc/kernexec_plugin.so
++endif
++ifdef CONFIG_KALLOCSTAT_PLUGIN
++KALLOCSTAT_PLUGIN := -fplugin=$(objtree)/tools/gcc/kallocstat_plugin.so
++endif
++ifdef CONFIG_PAX_MEMORY_STACKLEAK
++STACKLEAK_PLUGIN := -fplugin=$(objtree)/tools/gcc/stackleak_plugin.so -fplugin-arg-stackleak_plugin-track-lowest-sp=100
++endif
++GCC_PLUGINS := $(CONSTIFY_PLUGIN) $(STACKLEAK_PLUGIN) $(KALLOCSTAT_PLUGIN) $(KERNEXEC_PLUGIN)
++export CONSTIFY_PLUGIN STACKLEAK_PLUGIN KERNEXEC_PLUGIN
++gcc-plugins:
++      $(Q)$(MAKE) $(build)=tools/gcc
++else
++gcc-plugins:
++ifeq ($(call cc-ifversion, -ge, 0405, y), y)
++      $(error Your gcc installation does not support plugins.  If the necessary headers for plugin support are missing, they should be installed.  On Debian, apt-get install gcc-<ver>-plugin-dev.))
++else
++      $(Q)echo "warning, your gcc version does not support plugins, you should upgrade it to gcc 4.5 at least"
++endif
++      $(Q)echo "PAX_MEMORY_STACKLEAK and constification will be less secure"
++endif
++
+ include $(srctree)/arch/$(SRCARCH)/Makefile
+ ifneq ($(CONFIG_FRAME_WARN),0)
+@@ -708,7 +736,7 @@ export mod_strip_cmd
  
  
  ifeq ($(KBUILD_EXTMOD),)
@@ -71266,10 +63911,103 @@ diff -urNp linux-2.6.39/Makefile linux-2.6.39/Makefile
  
  vmlinux-dirs  := $(patsubst %/,%,$(filter %/, $(init-y) $(init-m) \
                     $(core-y) $(core-m) $(drivers-y) $(drivers-m) \
-diff -urNp linux-2.6.39/mm/filemap.c linux-2.6.39/mm/filemap.c
---- linux-2.6.39/mm/filemap.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/mm/filemap.c  2011-05-22 19:41:42.000000000 -0400
-@@ -1724,7 +1724,7 @@ int generic_file_mmap(struct file * file
+@@ -907,6 +935,8 @@ define rule_vmlinux-modpost
+ endef
+ # vmlinux image - including updated kernel symbols
++$(vmlinux-all): KBUILD_CFLAGS += $(GCC_PLUGINS)
++$(vmlinux-all): gcc-plugins
+ vmlinux: $(vmlinux-lds) $(vmlinux-init) $(vmlinux-main) vmlinux.o $(kallsyms.o) FORCE
+ ifdef CONFIG_HEADERS_CHECK
+       $(Q)$(MAKE) -f $(srctree)/Makefile headers_check
+@@ -941,7 +971,8 @@ $(sort $(vmlinux-init) $(vmlinux-main)) 
+ # Error messages still appears in the original language
+ PHONY += $(vmlinux-dirs)
+-$(vmlinux-dirs): prepare scripts
++$(vmlinux-dirs): KBUILD_CFLAGS += $(GCC_PLUGINS)
++$(vmlinux-dirs): gcc-plugins prepare scripts
+       $(Q)$(MAKE) $(build)=$@
+ # Store (new) KERNELRELASE string in include/config/kernel.release
+@@ -986,6 +1017,7 @@ prepare0: archprepare FORCE
+       $(Q)$(MAKE) $(build)=. missing-syscalls
+ # All the preparing..
++prepare: KBUILD_CFLAGS := $(filter-out $(GCC_PLUGINS),$(KBUILD_CFLAGS))
+ prepare: prepare0
+ # Generate some files
+@@ -1102,7 +1134,7 @@ modules.builtin: $(vmlinux-dirs:%=%/modu
+ # Target to prepare building external modules
+ PHONY += modules_prepare
+-modules_prepare: prepare scripts
++modules_prepare: gcc-plugins prepare scripts
+ # Target to install modules
+ PHONY += modules_install
+@@ -1198,7 +1230,7 @@ distclean: mrproper
+       @find $(srctree) $(RCS_FIND_IGNORE) \
+               \( -name '*.orig' -o -name '*.rej' -o -name '*~' \
+               -o -name '*.bak' -o -name '#*#' -o -name '.*.orig' \
+-              -o -name '.*.rej' -o -size 0 \
++              -o -name '.*.rej' -o -name '*.so' -o -size 0 \
+               -o -name '*%' -o -name '.*.cmd' -o -name 'core' \) \
+               -type f -print | xargs rm -f
+@@ -1359,6 +1391,7 @@ PHONY += $(module-dirs) modules
+ $(module-dirs): crmodverdir $(objtree)/Module.symvers
+       $(Q)$(MAKE) $(build)=$(patsubst _module_%,%,$@)
++modules: KBUILD_CFLAGS += $(GCC_PLUGINS)
+ modules: $(module-dirs)
+       @$(kecho) '  Building modules, stage 2.';
+       $(Q)$(MAKE) -f $(srctree)/scripts/Makefile.modpost
+@@ -1485,17 +1518,19 @@ else
+         target-dir = $(if $(KBUILD_EXTMOD),$(dir $<),$(dir $@))
+ endif
+-%.s: %.c prepare scripts FORCE
++%.s: KBUILD_CFLAGS += $(GCC_PLUGINS)
++%.s: %.c gcc-plugins prepare scripts FORCE
+       $(Q)$(MAKE) $(build)=$(build-dir) $(target-dir)$(notdir $@)
+ %.i: %.c prepare scripts FORCE
+       $(Q)$(MAKE) $(build)=$(build-dir) $(target-dir)$(notdir $@)
+-%.o: %.c prepare scripts FORCE
++%.o: KBUILD_CFLAGS += $(GCC_PLUGINS)
++%.o: %.c gcc-plugins prepare scripts FORCE
+       $(Q)$(MAKE) $(build)=$(build-dir) $(target-dir)$(notdir $@)
+ %.lst: %.c prepare scripts FORCE
+       $(Q)$(MAKE) $(build)=$(build-dir) $(target-dir)$(notdir $@)
+-%.s: %.S prepare scripts FORCE
++%.s: %.S gcc-plugins prepare scripts FORCE
+       $(Q)$(MAKE) $(build)=$(build-dir) $(target-dir)$(notdir $@)
+-%.o: %.S prepare scripts FORCE
++%.o: %.S gcc-plugins prepare scripts FORCE
+       $(Q)$(MAKE) $(build)=$(build-dir) $(target-dir)$(notdir $@)
+ %.symtypes: %.c prepare scripts FORCE
+       $(Q)$(MAKE) $(build)=$(build-dir) $(target-dir)$(notdir $@)
+@@ -1505,11 +1540,13 @@ endif
+       $(cmd_crmodverdir)
+       $(Q)$(MAKE) KBUILD_MODULES=$(if $(CONFIG_MODULES),1) \
+       $(build)=$(build-dir)
+-%/: prepare scripts FORCE
++%/: KBUILD_CFLAGS += $(GCC_PLUGINS)
++%/: gcc-plugins prepare scripts FORCE
+       $(cmd_crmodverdir)
+       $(Q)$(MAKE) KBUILD_MODULES=$(if $(CONFIG_MODULES),1) \
+       $(build)=$(build-dir)
+-%.ko: prepare scripts FORCE
++%.ko: KBUILD_CFLAGS += $(GCC_PLUGINS)
++%.ko: gcc-plugins prepare scripts FORCE
+       $(cmd_crmodverdir)
+       $(Q)$(MAKE) KBUILD_MODULES=$(if $(CONFIG_MODULES),1)   \
+       $(build)=$(build-dir) $(@:.ko=.o)
+diff -urNp linux-3.0.4/mm/filemap.c linux-3.0.4/mm/filemap.c
+--- linux-3.0.4/mm/filemap.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/mm/filemap.c   2011-08-23 21:48:14.000000000 -0400
+@@ -1763,7 +1763,7 @@ int generic_file_mmap(struct file * file
        struct address_space *mapping = file->f_mapping;
  
        if (!mapping->a_ops->readpage)
@@ -71278,7 +64016,7 @@ diff -urNp linux-2.6.39/mm/filemap.c linux-2.6.39/mm/filemap.c
        file_accessed(file);
        vma->vm_ops = &generic_file_vm_ops;
        vma->vm_flags |= VM_CAN_NONLINEAR;
-@@ -2120,6 +2120,7 @@ inline int generic_write_checks(struct f
+@@ -2169,6 +2169,7 @@ inline int generic_write_checks(struct f
                          *pos = i_size_read(inode);
  
                if (limit != RLIM_INFINITY) {
@@ -71286,9 +64024,9 @@ diff -urNp linux-2.6.39/mm/filemap.c linux-2.6.39/mm/filemap.c
                        if (*pos >= limit) {
                                send_sig(SIGXFSZ, current, 0);
                                return -EFBIG;
-diff -urNp linux-2.6.39/mm/fremap.c linux-2.6.39/mm/fremap.c
---- linux-2.6.39/mm/fremap.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/mm/fremap.c   2011-05-22 19:36:33.000000000 -0400
+diff -urNp linux-3.0.4/mm/fremap.c linux-3.0.4/mm/fremap.c
+--- linux-3.0.4/mm/fremap.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/mm/fremap.c    2011-08-23 21:47:56.000000000 -0400
 @@ -156,6 +156,11 @@ SYSCALL_DEFINE5(remap_file_pages, unsign
   retry:
        vma = find_vma(mm, start);
@@ -71301,18 +64039,9 @@ diff -urNp linux-2.6.39/mm/fremap.c linux-2.6.39/mm/fremap.c
        /*
         * Make sure the vma is shared, that it supports prefaulting,
         * and that the remapped range is valid and fully within
-@@ -224,7 +229,7 @@ SYSCALL_DEFINE5(remap_file_pages, unsign
-               /*
-                * drop PG_Mlocked flag for over-mapped range
-                */
--              unsigned int saved_flags = vma->vm_flags;
-+              unsigned long saved_flags = vma->vm_flags;
-               munlock_vma_pages_range(vma, start, start + size);
-               vma->vm_flags = saved_flags;
-       }
-diff -urNp linux-2.6.39/mm/highmem.c linux-2.6.39/mm/highmem.c
---- linux-2.6.39/mm/highmem.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/mm/highmem.c  2011-05-22 19:36:33.000000000 -0400
+diff -urNp linux-3.0.4/mm/highmem.c linux-3.0.4/mm/highmem.c
+--- linux-3.0.4/mm/highmem.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/mm/highmem.c   2011-08-23 21:47:56.000000000 -0400
 @@ -125,9 +125,10 @@ static void flush_all_zero_pkmaps(void)
                 * So no dangers, even with speculative execution.
                 */
@@ -71338,9 +64067,9 @@ diff -urNp linux-2.6.39/mm/highmem.c linux-2.6.39/mm/highmem.c
        pkmap_count[last_pkmap_nr] = 1;
        set_page_address(page, (void *)vaddr);
  
-diff -urNp linux-2.6.39/mm/huge_memory.c linux-2.6.39/mm/huge_memory.c
---- linux-2.6.39/mm/huge_memory.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/mm/huge_memory.c      2011-05-22 19:36:33.000000000 -0400
+diff -urNp linux-3.0.4/mm/huge_memory.c linux-3.0.4/mm/huge_memory.c
+--- linux-3.0.4/mm/huge_memory.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/mm/huge_memory.c       2011-08-23 21:47:56.000000000 -0400
 @@ -702,7 +702,7 @@ out:
         * run pte_offset_map on the pmd, if an huge pmd could
         * materialize from under us from a different thread.
@@ -71350,10 +64079,10 @@ diff -urNp linux-2.6.39/mm/huge_memory.c linux-2.6.39/mm/huge_memory.c
                return VM_FAULT_OOM;
        /* if an huge pmd materialized from under us just retry later */
        if (unlikely(pmd_trans_huge(*pmd)))
-diff -urNp linux-2.6.39/mm/hugetlb.c linux-2.6.39/mm/hugetlb.c
---- linux-2.6.39/mm/hugetlb.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/mm/hugetlb.c  2011-05-22 19:36:33.000000000 -0400
-@@ -2331,6 +2331,27 @@ static int unmap_ref_private(struct mm_s
+diff -urNp linux-3.0.4/mm/hugetlb.c linux-3.0.4/mm/hugetlb.c
+--- linux-3.0.4/mm/hugetlb.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/mm/hugetlb.c   2011-08-23 21:47:56.000000000 -0400
+@@ -2339,6 +2339,27 @@ static int unmap_ref_private(struct mm_s
        return 1;
  }
  
@@ -71381,7 +64110,7 @@ diff -urNp linux-2.6.39/mm/hugetlb.c linux-2.6.39/mm/hugetlb.c
  /*
   * Hugetlb_cow() should be called with page lock of the original hugepage held.
   */
-@@ -2432,6 +2453,11 @@ retry_avoidcopy:
+@@ -2440,6 +2461,11 @@ retry_avoidcopy:
                                make_huge_pte(vma, new_page, 1));
                page_remove_rmap(old_page);
                hugepage_add_new_anon_rmap(new_page, vma, address);
@@ -71393,7 +64122,7 @@ diff -urNp linux-2.6.39/mm/hugetlb.c linux-2.6.39/mm/hugetlb.c
                /* Make the old page be freed below */
                new_page = old_page;
                mmu_notifier_invalidate_range_end(mm,
-@@ -2583,6 +2609,10 @@ retry:
+@@ -2591,6 +2617,10 @@ retry:
                                && (vma->vm_flags & VM_SHARED)));
        set_huge_pte_at(mm, address, ptep, new_pte);
  
@@ -71404,7 +64133,7 @@ diff -urNp linux-2.6.39/mm/hugetlb.c linux-2.6.39/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);
-@@ -2612,6 +2642,10 @@ int hugetlb_fault(struct mm_struct *mm, 
+@@ -2620,6 +2650,10 @@ int hugetlb_fault(struct mm_struct *mm, 
        static DEFINE_MUTEX(hugetlb_instantiation_mutex);
        struct hstate *h = hstate_vma(vma);
  
@@ -71415,7 +64144,7 @@ diff -urNp linux-2.6.39/mm/hugetlb.c linux-2.6.39/mm/hugetlb.c
        ptep = huge_pte_offset(mm, address);
        if (ptep) {
                entry = huge_ptep_get(ptep);
-@@ -2623,6 +2657,26 @@ int hugetlb_fault(struct mm_struct *mm, 
+@@ -2631,6 +2665,26 @@ int hugetlb_fault(struct mm_struct *mm, 
                               VM_FAULT_SET_HINDEX(h - hstates);
        }
  
@@ -71442,9 +64171,20 @@ diff -urNp linux-2.6.39/mm/hugetlb.c linux-2.6.39/mm/hugetlb.c
        ptep = huge_pte_alloc(mm, address, huge_page_size(h));
        if (!ptep)
                return VM_FAULT_OOM;
-diff -urNp linux-2.6.39/mm/Kconfig linux-2.6.39/mm/Kconfig
---- linux-2.6.39/mm/Kconfig    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/mm/Kconfig    2011-05-22 19:41:42.000000000 -0400
+diff -urNp linux-3.0.4/mm/internal.h linux-3.0.4/mm/internal.h
+--- linux-3.0.4/mm/internal.h  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/mm/internal.h  2011-08-23 21:47:56.000000000 -0400
+@@ -49,6 +49,7 @@ extern void putback_lru_page(struct page
+  * in mm/page_alloc.c
+  */
+ extern void __free_pages_bootmem(struct page *page, unsigned int order);
++extern void free_compound_page(struct page *page);
+ extern void prep_compound_page(struct page *page, unsigned long order);
+ #ifdef CONFIG_MEMORY_FAILURE
+ extern bool is_free_buddy_page(struct page *page);
+diff -urNp linux-3.0.4/mm/Kconfig linux-3.0.4/mm/Kconfig
+--- linux-3.0.4/mm/Kconfig     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/mm/Kconfig     2011-08-23 21:48:14.000000000 -0400
 @@ -240,7 +240,7 @@ config KSM
  config DEFAULT_MMAP_MIN_ADDR
          int "Low address space to protect from user allocation"
@@ -71454,9 +64194,9 @@ diff -urNp linux-2.6.39/mm/Kconfig linux-2.6.39/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.39/mm/kmemleak.c linux-2.6.39/mm/kmemleak.c
---- linux-2.6.39/mm/kmemleak.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/mm/kmemleak.c 2011-05-22 19:41:42.000000000 -0400
+diff -urNp linux-3.0.4/mm/kmemleak.c linux-3.0.4/mm/kmemleak.c
+--- linux-3.0.4/mm/kmemleak.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/mm/kmemleak.c  2011-08-23 21:48:14.000000000 -0400
 @@ -357,7 +357,7 @@ static void print_unreferenced(struct se
  
        for (i = 0; i < object->trace_len; i++) {
@@ -71466,38 +64206,9 @@ diff -urNp linux-2.6.39/mm/kmemleak.c linux-2.6.39/mm/kmemleak.c
        }
  }
  
-diff -urNp linux-2.6.39/mm/maccess.c linux-2.6.39/mm/maccess.c
---- linux-2.6.39/mm/maccess.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/mm/maccess.c  2011-05-22 19:36:33.000000000 -0400
-@@ -15,10 +15,10 @@
-  * happens, handle that and return -EFAULT.
-  */
--long __weak probe_kernel_read(void *dst, void *src, size_t size)
-+long __weak probe_kernel_read(void *dst, const void *src, size_t size)
-     __attribute__((alias("__probe_kernel_read")));
--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();
-@@ -43,10 +43,10 @@ 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 __weak probe_kernel_write(void *dst, void *src, size_t size)
-+long __weak probe_kernel_write(void *dst, const void *src, size_t size)
-     __attribute__((alias("__probe_kernel_write")));
--long __probe_kernel_write(void *dst, void *src, size_t size)
-+long __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.39/mm/madvise.c linux-2.6.39/mm/madvise.c
---- linux-2.6.39/mm/madvise.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/mm/madvise.c  2011-05-22 19:36:33.000000000 -0400
+diff -urNp linux-3.0.4/mm/madvise.c linux-3.0.4/mm/madvise.c
+--- linux-3.0.4/mm/madvise.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/mm/madvise.c   2011-08-23 21:47:56.000000000 -0400
 @@ -45,6 +45,10 @@ static long madvise_behavior(struct vm_a
        pgoff_t pgoff;
        unsigned long new_flags = vma->vm_flags;
@@ -71574,10 +64285,10 @@ diff -urNp linux-2.6.39/mm/madvise.c linux-2.6.39/mm/madvise.c
        error = 0;
        if (end == start)
                goto out;
-diff -urNp linux-2.6.39/mm/memory.c linux-2.6.39/mm/memory.c
---- linux-2.6.39/mm/memory.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/mm/memory.c   2011-05-22 19:36:33.000000000 -0400
-@@ -259,8 +259,12 @@ static inline void free_pmd_range(struct
+diff -urNp linux-3.0.4/mm/memory.c linux-3.0.4/mm/memory.c
+--- linux-3.0.4/mm/memory.c    2011-09-02 18:11:21.000000000 -0400
++++ linux-3.0.4/mm/memory.c    2011-08-23 21:47:56.000000000 -0400
+@@ -457,8 +457,12 @@ static inline void free_pmd_range(struct
                return;
  
        pmd = pmd_offset(pud, start);
@@ -71590,7 +64301,7 @@ diff -urNp linux-2.6.39/mm/memory.c linux-2.6.39/mm/memory.c
  }
  
  static inline void free_pud_range(struct mmu_gather *tlb, pgd_t *pgd,
-@@ -291,9 +295,12 @@ static inline void free_pud_range(struct
+@@ -489,9 +493,12 @@ static inline void free_pud_range(struct
        if (end - 1 > ceiling - 1)
                return;
  
@@ -71603,7 +64314,7 @@ diff -urNp linux-2.6.39/mm/memory.c linux-2.6.39/mm/memory.c
  }
  
  /*
-@@ -1410,12 +1417,6 @@ no_page_table:
+@@ -1577,12 +1584,6 @@ no_page_table:
        return page;
  }
  
@@ -71616,7 +64327,7 @@ diff -urNp linux-2.6.39/mm/memory.c linux-2.6.39/mm/memory.c
  /**
   * __get_user_pages() - pin user pages in memory
   * @tsk:      task_struct of target task
-@@ -1488,10 +1489,10 @@ int __get_user_pages(struct task_struct 
+@@ -1655,10 +1656,10 @@ int __get_user_pages(struct task_struct 
                        (VM_MAYREAD | VM_MAYWRITE) : (VM_READ | VM_WRITE);
        i = 0;
  
@@ -71629,7 +64340,7 @@ diff -urNp linux-2.6.39/mm/memory.c linux-2.6.39/mm/memory.c
                if (!vma && in_gate_area(mm, start)) {
                        unsigned long pg = start & PAGE_MASK;
                        pgd_t *pgd;
-@@ -1539,7 +1540,7 @@ int __get_user_pages(struct task_struct 
+@@ -1706,7 +1707,7 @@ int __get_user_pages(struct task_struct 
                        goto next_page;
                }
  
@@ -71638,7 +64349,7 @@ diff -urNp linux-2.6.39/mm/memory.c linux-2.6.39/mm/memory.c
                    (vma->vm_flags & (VM_IO | VM_PFNMAP)) ||
                    !(vm_flags & vma->vm_flags))
                        return i ? : -EFAULT;
-@@ -1566,11 +1567,6 @@ int __get_user_pages(struct task_struct 
+@@ -1733,11 +1734,6 @@ int __get_user_pages(struct task_struct 
                                int ret;
                                unsigned int fault_flags = 0;
  
@@ -71650,7 +64361,7 @@ diff -urNp linux-2.6.39/mm/memory.c linux-2.6.39/mm/memory.c
                                if (foll_flags & FOLL_WRITE)
                                        fault_flags |= FAULT_FLAG_WRITE;
                                if (nonblocking)
-@@ -1644,7 +1640,7 @@ next_page:
+@@ -1811,7 +1807,7 @@ next_page:
                        start += PAGE_SIZE;
                        nr_pages--;
                } while (nr_pages && start < vma->vm_end);
@@ -71659,7 +64370,7 @@ diff -urNp linux-2.6.39/mm/memory.c linux-2.6.39/mm/memory.c
        return i;
  }
  EXPORT_SYMBOL(__get_user_pages);
-@@ -1795,6 +1791,10 @@ static int insert_page(struct vm_area_st
+@@ -2018,6 +2014,10 @@ static int insert_page(struct vm_area_st
        page_add_file_rmap(page);
        set_pte_at(mm, addr, pte, mk_pte(page, prot));
  
@@ -71670,7 +64381,7 @@ diff -urNp linux-2.6.39/mm/memory.c linux-2.6.39/mm/memory.c
        retval = 0;
        pte_unmap_unlock(pte, ptl);
        return retval;
-@@ -1829,10 +1829,22 @@ out:
+@@ -2052,10 +2052,22 @@ out:
  int vm_insert_page(struct vm_area_struct *vma, unsigned long addr,
                        struct page *page)
  {
@@ -71693,7 +64404,7 @@ diff -urNp linux-2.6.39/mm/memory.c linux-2.6.39/mm/memory.c
        vma->vm_flags |= VM_INSERTPAGE;
        return insert_page(vma, addr, page, vma->vm_page_prot);
  }
-@@ -1918,6 +1930,7 @@ int vm_insert_mixed(struct vm_area_struc
+@@ -2141,6 +2153,7 @@ int vm_insert_mixed(struct vm_area_struc
                        unsigned long pfn)
  {
        BUG_ON(!(vma->vm_flags & VM_MIXEDMAP));
@@ -71701,7 +64412,7 @@ diff -urNp linux-2.6.39/mm/memory.c linux-2.6.39/mm/memory.c
  
        if (addr < vma->vm_start || addr >= vma->vm_end)
                return -EFAULT;
-@@ -2233,6 +2246,186 @@ static inline void cow_user_page(struct 
+@@ -2456,6 +2469,186 @@ static inline void cow_user_page(struct 
                copy_user_highpage(dst, src, va, vma);
  }
  
@@ -71888,7 +64599,7 @@ diff -urNp linux-2.6.39/mm/memory.c linux-2.6.39/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
-@@ -2444,6 +2637,12 @@ gotten:
+@@ -2667,6 +2860,12 @@ gotten:
         */
        page_table = pte_offset_map_lock(mm, pmd, address, &ptl);
        if (likely(pte_same(*page_table, orig_pte))) {
@@ -71901,7 +64612,7 @@ diff -urNp linux-2.6.39/mm/memory.c linux-2.6.39/mm/memory.c
                if (old_page) {
                        if (!PageAnon(old_page)) {
                                dec_mm_counter_fast(mm, MM_FILEPAGES);
-@@ -2495,6 +2694,10 @@ gotten:
+@@ -2718,6 +2917,10 @@ gotten:
                        page_remove_rmap(old_page);
                }
  
@@ -71912,7 +64623,7 @@ diff -urNp linux-2.6.39/mm/memory.c linux-2.6.39/mm/memory.c
                /* Free the old page.. */
                new_page = old_page;
                ret |= VM_FAULT_WRITE;
-@@ -2905,6 +3108,11 @@ static int do_swap_page(struct mm_struct
+@@ -2997,6 +3200,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);
@@ -71924,7 +64635,7 @@ diff -urNp linux-2.6.39/mm/memory.c linux-2.6.39/mm/memory.c
        unlock_page(page);
        if (swapcache) {
                /*
-@@ -2928,6 +3136,11 @@ static int do_swap_page(struct mm_struct
+@@ -3020,6 +3228,11 @@ static int do_swap_page(struct mm_struct
  
        /* No need to invalidate - it was non-present before */
        update_mmu_cache(vma, address, page_table);
@@ -71936,7 +64647,7 @@ diff -urNp linux-2.6.39/mm/memory.c linux-2.6.39/mm/memory.c
  unlock:
        pte_unmap_unlock(page_table, ptl);
  out:
-@@ -2947,40 +3160,6 @@ out_release:
+@@ -3039,40 +3252,6 @@ out_release:
  }
  
  /*
@@ -71959,7 +64670,7 @@ diff -urNp linux-2.6.39/mm/memory.c linux-2.6.39/mm/memory.c
 -              if (prev && prev->vm_end == address)
 -                      return prev->vm_flags & VM_GROWSDOWN ? 0 : -ENOMEM;
 -
--              expand_stack(vma, address - PAGE_SIZE);
+-              expand_downwards(vma, address - PAGE_SIZE);
 -      }
 -      if ((vma->vm_flags & VM_GROWSUP) && address + PAGE_SIZE == vma->vm_end) {
 -              struct vm_area_struct *next = vma->vm_next;
@@ -71977,7 +64688,7 @@ diff -urNp linux-2.6.39/mm/memory.c linux-2.6.39/mm/memory.c
   * We enter with non-exclusive mmap_sem (to exclude vma changes,
   * but allow concurrent faults), and pte mapped but not yet locked.
   * We return with mmap_sem still held, but pte unmapped and unlocked.
-@@ -2989,27 +3168,23 @@ static int do_anonymous_page(struct mm_s
+@@ -3081,27 +3260,23 @@ static int do_anonymous_page(struct mm_s
                unsigned long address, pte_t *page_table, pmd_t *pmd,
                unsigned int flags)
  {
@@ -72010,7 +64721,7 @@ diff -urNp linux-2.6.39/mm/memory.c linux-2.6.39/mm/memory.c
        if (unlikely(anon_vma_prepare(vma)))
                goto oom;
        page = alloc_zeroed_user_highpage_movable(vma, address);
-@@ -3028,6 +3203,11 @@ static int do_anonymous_page(struct mm_s
+@@ -3120,6 +3295,11 @@ static int do_anonymous_page(struct mm_s
        if (!pte_none(*page_table))
                goto release;
  
@@ -72022,7 +64733,7 @@ diff -urNp linux-2.6.39/mm/memory.c linux-2.6.39/mm/memory.c
        inc_mm_counter_fast(mm, MM_ANONPAGES);
        page_add_new_anon_rmap(page, vma, address);
  setpte:
-@@ -3035,6 +3215,12 @@ setpte:
+@@ -3127,6 +3307,12 @@ setpte:
  
        /* No need to invalidate - it was non-present before */
        update_mmu_cache(vma, address, page_table);
@@ -72035,7 +64746,7 @@ diff -urNp linux-2.6.39/mm/memory.c linux-2.6.39/mm/memory.c
  unlock:
        pte_unmap_unlock(page_table, ptl);
        return 0;
-@@ -3172,6 +3358,12 @@ static int __do_fault(struct mm_struct *
+@@ -3264,6 +3450,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))) {
@@ -72048,7 +64759,7 @@ diff -urNp linux-2.6.39/mm/memory.c linux-2.6.39/mm/memory.c
                flush_icache_page(vma, page);
                entry = mk_pte(page, vma->vm_page_prot);
                if (flags & FAULT_FLAG_WRITE)
-@@ -3191,6 +3383,14 @@ static int __do_fault(struct mm_struct *
+@@ -3283,6 +3475,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, page_table);
@@ -72063,7 +64774,7 @@ diff -urNp linux-2.6.39/mm/memory.c linux-2.6.39/mm/memory.c
        } else {
                if (charged)
                        mem_cgroup_uncharge_page(page);
-@@ -3338,6 +3538,12 @@ int handle_pte_fault(struct mm_struct *m
+@@ -3430,6 +3630,12 @@ int handle_pte_fault(struct mm_struct *m
                if (flags & FAULT_FLAG_WRITE)
                        flush_tlb_fix_spurious_fault(vma, address);
        }
@@ -72076,7 +64787,7 @@ diff -urNp linux-2.6.39/mm/memory.c linux-2.6.39/mm/memory.c
  unlock:
        pte_unmap_unlock(pte, ptl);
        return 0;
-@@ -3354,6 +3560,10 @@ int handle_mm_fault(struct mm_struct *mm
+@@ -3446,6 +3652,10 @@ int handle_mm_fault(struct mm_struct *mm
        pmd_t *pmd;
        pte_t *pte;
  
@@ -72087,7 +64798,7 @@ diff -urNp linux-2.6.39/mm/memory.c linux-2.6.39/mm/memory.c
        __set_current_state(TASK_RUNNING);
  
        count_vm_event(PGFAULT);
-@@ -3364,6 +3574,34 @@ int handle_mm_fault(struct mm_struct *mm
+@@ -3457,6 +3667,34 @@ int handle_mm_fault(struct mm_struct *mm
        if (unlikely(is_vm_hugetlb_page(vma)))
                return hugetlb_fault(mm, vma, address, flags);
  
@@ -72122,7 +64833,7 @@ diff -urNp linux-2.6.39/mm/memory.c linux-2.6.39/mm/memory.c
        pgd = pgd_offset(mm, address);
        pud = pud_alloc(mm, pgd, address);
        if (!pud)
-@@ -3393,7 +3631,7 @@ int handle_mm_fault(struct mm_struct *mm
+@@ -3486,7 +3724,7 @@ int handle_mm_fault(struct mm_struct *mm
         * run pte_offset_map on the pmd, if an huge pmd could
         * materialize from under us from a different thread.
         */
@@ -72131,7 +64842,7 @@ diff -urNp linux-2.6.39/mm/memory.c linux-2.6.39/mm/memory.c
                return VM_FAULT_OOM;
        /* if an huge pmd materialized from under us just retry later */
        if (unlikely(pmd_trans_huge(*pmd)))
-@@ -3497,7 +3735,7 @@ static int __init gate_vma_init(void)
+@@ -3590,7 +3828,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;
@@ -72140,10 +64851,10 @@ diff -urNp linux-2.6.39/mm/memory.c linux-2.6.39/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.39/mm/memory-failure.c linux-2.6.39/mm/memory-failure.c
---- linux-2.6.39/mm/memory-failure.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/mm/memory-failure.c   2011-05-22 19:36:33.000000000 -0400
-@@ -58,7 +58,7 @@ int sysctl_memory_failure_early_kill __r
+diff -urNp linux-3.0.4/mm/memory-failure.c linux-3.0.4/mm/memory-failure.c
+--- linux-3.0.4/mm/memory-failure.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/mm/memory-failure.c    2011-08-23 21:47:56.000000000 -0400
+@@ -59,7 +59,7 @@ int sysctl_memory_failure_early_kill __r
  
  int sysctl_memory_failure_recovery __read_mostly = 1;
  
@@ -72152,7 +64863,7 @@ diff -urNp linux-2.6.39/mm/memory-failure.c linux-2.6.39/mm/memory-failure.c
  
  #if defined(CONFIG_HWPOISON_INJECT) || defined(CONFIG_HWPOISON_INJECT_MODULE)
  
-@@ -1012,7 +1012,7 @@ int __memory_failure(unsigned long pfn, 
+@@ -1008,7 +1008,7 @@ int __memory_failure(unsigned long pfn, 
        }
  
        nr_pages = 1 << compound_trans_order(hpage);
@@ -72161,7 +64872,7 @@ diff -urNp linux-2.6.39/mm/memory-failure.c linux-2.6.39/mm/memory-failure.c
  
        /*
         * We need/can do nothing about count=0 pages.
-@@ -1042,7 +1042,7 @@ int __memory_failure(unsigned long pfn, 
+@@ -1038,7 +1038,7 @@ int __memory_failure(unsigned long pfn, 
                        if (!PageHWPoison(hpage)
                            || (hwpoison_filter(p) && TestClearPageHWPoison(p))
                            || (p != hpage && TestSetPageHWPoison(hpage))) {
@@ -72170,7 +64881,7 @@ diff -urNp linux-2.6.39/mm/memory-failure.c linux-2.6.39/mm/memory-failure.c
                                return 0;
                        }
                        set_page_hwpoison_huge_page(hpage);
-@@ -1100,7 +1100,7 @@ int __memory_failure(unsigned long pfn, 
+@@ -1096,7 +1096,7 @@ int __memory_failure(unsigned long pfn, 
        }
        if (hwpoison_filter(p)) {
                if (TestClearPageHWPoison(p))
@@ -72179,7 +64890,7 @@ diff -urNp linux-2.6.39/mm/memory-failure.c linux-2.6.39/mm/memory-failure.c
                unlock_page(hpage);
                put_page(hpage);
                return 0;
-@@ -1226,7 +1226,7 @@ int unpoison_memory(unsigned long pfn)
+@@ -1222,7 +1222,7 @@ int unpoison_memory(unsigned long pfn)
                        return 0;
                }
                if (TestClearPageHWPoison(p))
@@ -72188,7 +64899,7 @@ diff -urNp linux-2.6.39/mm/memory-failure.c linux-2.6.39/mm/memory-failure.c
                pr_info("MCE: Software-unpoisoned free page %#lx\n", pfn);
                return 0;
        }
-@@ -1240,7 +1240,7 @@ int unpoison_memory(unsigned long pfn)
+@@ -1236,7 +1236,7 @@ int unpoison_memory(unsigned long pfn)
         */
        if (TestClearPageHWPoison(page)) {
                pr_info("MCE: Software-unpoisoned page %#lx\n", pfn);
@@ -72197,7 +64908,7 @@ diff -urNp linux-2.6.39/mm/memory-failure.c linux-2.6.39/mm/memory-failure.c
                freeit = 1;
                if (PageHuge(page))
                        clear_page_hwpoison_huge_page(page);
-@@ -1353,7 +1353,7 @@ static int soft_offline_huge_page(struct
+@@ -1349,7 +1349,7 @@ static int soft_offline_huge_page(struct
        }
  done:
        if (!PageHWPoison(hpage))
@@ -72206,7 +64917,7 @@ diff -urNp linux-2.6.39/mm/memory-failure.c linux-2.6.39/mm/memory-failure.c
        set_page_hwpoison_huge_page(hpage);
        dequeue_hwpoisoned_huge_page(hpage);
        /* keep elevated page count for bad page */
-@@ -1482,7 +1482,7 @@ int soft_offline_page(struct page *page,
+@@ -1480,7 +1480,7 @@ int soft_offline_page(struct page *page,
                return ret;
  
  done:
@@ -72215,10 +64926,10 @@ diff -urNp linux-2.6.39/mm/memory-failure.c linux-2.6.39/mm/memory-failure.c
        SetPageHWPoison(page);
        /* keep elevated page count for bad page */
        return ret;
-diff -urNp linux-2.6.39/mm/mempolicy.c linux-2.6.39/mm/mempolicy.c
---- linux-2.6.39/mm/mempolicy.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/mm/mempolicy.c        2011-05-22 19:41:42.000000000 -0400
-@@ -643,6 +643,10 @@ static int mbind_range(struct mm_struct 
+diff -urNp linux-3.0.4/mm/mempolicy.c linux-3.0.4/mm/mempolicy.c
+--- linux-3.0.4/mm/mempolicy.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/mm/mempolicy.c 2011-08-23 21:48:14.000000000 -0400
+@@ -639,6 +639,10 @@ static int mbind_range(struct mm_struct 
        unsigned long vmstart;
        unsigned long vmend;
  
@@ -72229,7 +64940,7 @@ diff -urNp linux-2.6.39/mm/mempolicy.c linux-2.6.39/mm/mempolicy.c
        vma = find_vma_prev(mm, start, &prev);
        if (!vma || vma->vm_start > start)
                return -EFAULT;
-@@ -673,6 +677,16 @@ static int mbind_range(struct mm_struct 
+@@ -669,6 +673,16 @@ static int mbind_range(struct mm_struct 
                err = policy_vma(vma, new_pol);
                if (err)
                        goto out;
@@ -72246,7 +64957,7 @@ diff -urNp linux-2.6.39/mm/mempolicy.c linux-2.6.39/mm/mempolicy.c
        }
  
   out:
-@@ -1106,6 +1120,17 @@ static long do_mbind(unsigned long start
+@@ -1102,6 +1116,17 @@ static long do_mbind(unsigned long start
  
        if (end < start)
                return -EINVAL;
@@ -72264,7 +64975,7 @@ diff -urNp linux-2.6.39/mm/mempolicy.c linux-2.6.39/mm/mempolicy.c
        if (end == start)
                return 0;
  
-@@ -1324,6 +1349,14 @@ SYSCALL_DEFINE4(migrate_pages, pid_t, pi
+@@ -1320,6 +1345,14 @@ SYSCALL_DEFINE4(migrate_pages, pid_t, pi
        if (!mm)
                goto out;
  
@@ -72279,7 +64990,7 @@ diff -urNp linux-2.6.39/mm/mempolicy.c linux-2.6.39/mm/mempolicy.c
        /*
         * Check if this process has the right to modify the specified
         * process. The right exists if the process has administrative
-@@ -1333,8 +1366,7 @@ SYSCALL_DEFINE4(migrate_pages, pid_t, pi
+@@ -1329,8 +1362,7 @@ SYSCALL_DEFINE4(migrate_pages, pid_t, pi
        rcu_read_lock();
        tcred = __task_cred(task);
        if (cred->euid != tcred->suid && cred->euid != tcred->uid &&
@@ -72289,19 +65000,10 @@ diff -urNp linux-2.6.39/mm/mempolicy.c linux-2.6.39/mm/mempolicy.c
                rcu_read_unlock();
                err = -EPERM;
                goto out;
-@@ -2634,7 +2666,7 @@ int show_numa_map(struct seq_file *m, vo
-       if (file) {
-               seq_printf(m, " file=");
--              seq_path(m, &file->f_path, "\n\t= ");
-+              seq_path(m, &file->f_path, "\n\t\\= ");
-       } 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.39/mm/migrate.c linux-2.6.39/mm/migrate.c
---- linux-2.6.39/mm/migrate.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/mm/migrate.c  2011-05-22 19:41:42.000000000 -0400
-@@ -1133,6 +1133,8 @@ static int do_pages_move(struct mm_struc
+diff -urNp linux-3.0.4/mm/migrate.c linux-3.0.4/mm/migrate.c
+--- linux-3.0.4/mm/migrate.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/mm/migrate.c   2011-08-23 21:48:14.000000000 -0400
+@@ -1124,6 +1124,8 @@ static int do_pages_move(struct mm_struc
        unsigned long chunk_start;
        int err;
  
@@ -72310,7 +65012,7 @@ diff -urNp linux-2.6.39/mm/migrate.c linux-2.6.39/mm/migrate.c
        task_nodes = cpuset_mems_allowed(task);
  
        err = -ENOMEM;
-@@ -1317,6 +1319,14 @@ SYSCALL_DEFINE6(move_pages, pid_t, pid, 
+@@ -1308,6 +1310,14 @@ SYSCALL_DEFINE6(move_pages, pid_t, pid, 
        if (!mm)
                return -EINVAL;
  
@@ -72325,7 +65027,7 @@ diff -urNp linux-2.6.39/mm/migrate.c linux-2.6.39/mm/migrate.c
        /*
         * Check if this process has the right to modify the specified
         * process. The right exists if the process has administrative
-@@ -1326,8 +1336,7 @@ SYSCALL_DEFINE6(move_pages, pid_t, pid, 
+@@ -1317,8 +1327,7 @@ SYSCALL_DEFINE6(move_pages, pid_t, pid, 
        rcu_read_lock();
        tcred = __task_cred(task);
        if (cred->euid != tcred->suid && cred->euid != tcred->uid &&
@@ -72335,9 +65037,9 @@ diff -urNp linux-2.6.39/mm/migrate.c linux-2.6.39/mm/migrate.c
                rcu_read_unlock();
                err = -EPERM;
                goto out;
-diff -urNp linux-2.6.39/mm/mlock.c linux-2.6.39/mm/mlock.c
---- linux-2.6.39/mm/mlock.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/mm/mlock.c    2011-05-22 19:41:42.000000000 -0400
+diff -urNp linux-3.0.4/mm/mlock.c linux-3.0.4/mm/mlock.c
+--- linux-3.0.4/mm/mlock.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/mm/mlock.c     2011-08-23 21:48:14.000000000 -0400
 @@ -13,6 +13,7 @@
  #include <linux/pagemap.h>
  #include <linux/mempolicy.h>
@@ -72358,7 +65060,7 @@ diff -urNp linux-2.6.39/mm/mlock.c linux-2.6.39/mm/mlock.c
                return -ENOMEM;
 @@ -387,6 +391,11 @@ static int do_mlock(unsigned long start,
        for (nstart = start ; ; ) {
-               unsigned int newflags;
+               vm_flags_t newflags;
  
 +#ifdef CONFIG_PAX_SEGMEXEC
 +              if ((current->mm->pax_flags & MF_PAX_SEGMEXEC) && (vma->vm_start >= SEGMEXEC_TASK_SIZE))
@@ -72392,14 +65094,13 @@ diff -urNp linux-2.6.39/mm/mlock.c linux-2.6.39/mm/mlock.c
                goto out;
  
        for (vma = current->mm->mmap; vma ; vma = prev->vm_next) {
--              unsigned int newflags;
-+              unsigned long newflags;
-+
+               vm_flags_t newflags;
 +#ifdef CONFIG_PAX_SEGMEXEC
 +              if ((current->mm->pax_flags & MF_PAX_SEGMEXEC) && (vma->vm_start >= SEGMEXEC_TASK_SIZE))
 +                      break;
 +#endif
++
 +              BUG_ON(vma->vm_end > TASK_SIZE);
                newflags = vma->vm_flags | VM_LOCKED;
                if (!(flags & MCL_CURRENT))
@@ -72412,9 +65113,9 @@ diff -urNp linux-2.6.39/mm/mlock.c linux-2.6.39/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.39/mm/mmap.c linux-2.6.39/mm/mmap.c
---- linux-2.6.39/mm/mmap.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/mm/mmap.c     2011-05-22 19:41:42.000000000 -0400
+diff -urNp linux-3.0.4/mm/mmap.c linux-3.0.4/mm/mmap.c
+--- linux-3.0.4/mm/mmap.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/mm/mmap.c      2011-08-23 21:48:14.000000000 -0400
 @@ -46,6 +46,16 @@
  #define arch_rebalance_pgtables(addr, len)            (addr)
  #endif
@@ -72442,7 +65143,8 @@ diff -urNp linux-2.6.39/mm/mmap.c linux-2.6.39/mm/mmap.c
        __S000, __S001, __S010, __S011, __S100, __S101, __S110, __S111
  };
  
- pgprot_t vm_get_page_prot(unsigned long vm_flags)
+-pgprot_t vm_get_page_prot(unsigned long vm_flags)
++pgprot_t vm_get_page_prot(vm_flags_t vm_flags)
  {
 -      return __pgprot(pgprot_val(protection_map[vm_flags &
 +      pgprot_t prot = __pgprot(pgprot_val(protection_map[vm_flags &
@@ -72460,14 +65162,14 @@ diff -urNp linux-2.6.39/mm/mmap.c linux-2.6.39/mm/mmap.c
  }
  EXPORT_SYMBOL(vm_get_page_prot);
  
- int sysctl_overcommit_memory = OVERCOMMIT_GUESS;  /* heuristic overcommit */
- int sysctl_overcommit_ratio = 50;     /* default is 50% */
+ int sysctl_overcommit_memory __read_mostly = OVERCOMMIT_GUESS;  /* heuristic overcommit */
+ int sysctl_overcommit_ratio __read_mostly = 50;       /* default is 50% */
  int sysctl_max_map_count __read_mostly = DEFAULT_MAX_MAP_COUNT;
 +unsigned long sysctl_heap_stack_gap __read_mostly = 64*1024;
- struct percpu_counter vm_committed_as;
  /*
-@@ -232,6 +252,7 @@ static struct vm_area_struct *remove_vma
+  * Make sure vm_committed_as in one cacheline and not cacheline shared with
+  * other variables. It can be updated by several CPUs frequently.
+@@ -236,6 +256,7 @@ static struct vm_area_struct *remove_vma
        struct vm_area_struct *next = vma->vm_next;
  
        might_sleep();
@@ -72475,7 +65177,7 @@ diff -urNp linux-2.6.39/mm/mmap.c linux-2.6.39/mm/mmap.c
        if (vma->vm_ops && vma->vm_ops->close)
                vma->vm_ops->close(vma);
        if (vma->vm_file) {
-@@ -276,6 +297,7 @@ SYSCALL_DEFINE1(brk, unsigned long, brk)
+@@ -280,6 +301,7 @@ SYSCALL_DEFINE1(brk, unsigned long, brk)
         * not page aligned -Ram Gupta
         */
        rlim = rlimit(RLIMIT_DATA);
@@ -72483,7 +65185,7 @@ diff -urNp linux-2.6.39/mm/mmap.c linux-2.6.39/mm/mmap.c
        if (rlim < RLIM_INFINITY && (brk - mm->start_brk) +
                        (mm->end_data - mm->start_data) > rlim)
                goto out;
-@@ -719,6 +741,12 @@ static int
+@@ -697,6 +719,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)
  {
@@ -72494,9 +65196,9 @@ diff -urNp linux-2.6.39/mm/mmap.c linux-2.6.39/mm/mmap.c
 +#endif
 +
        if (is_mergeable_vma(vma, file, vm_flags) &&
-           is_mergeable_anon_vma(anon_vma, vma->anon_vma)) {
+           is_mergeable_anon_vma(anon_vma, vma->anon_vma, vma)) {
                if (vma->vm_pgoff == vm_pgoff)
-@@ -738,6 +766,12 @@ static int
+@@ -716,6 +744,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)
  {
@@ -72507,9 +65209,9 @@ diff -urNp linux-2.6.39/mm/mmap.c linux-2.6.39/mm/mmap.c
 +#endif
 +
        if (is_mergeable_vma(vma, file, vm_flags) &&
-           is_mergeable_anon_vma(anon_vma, vma->anon_vma)) {
+           is_mergeable_anon_vma(anon_vma, vma->anon_vma, vma)) {
                pgoff_t vm_pglen;
-@@ -780,13 +814,20 @@ can_vma_merge_after(struct vm_area_struc
+@@ -758,13 +792,20 @@ 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,
@@ -72531,7 +65233,7 @@ diff -urNp linux-2.6.39/mm/mmap.c linux-2.6.39/mm/mmap.c
        /*
         * We later require that vma->vm_flags == vm_flags,
         * so this tests vma->vm_flags & VM_SPECIAL, too.
-@@ -802,6 +843,15 @@ struct vm_area_struct *vma_merge(struct 
+@@ -780,6 +821,15 @@ struct vm_area_struct *vma_merge(struct 
        if (next && next->vm_end == end)                /* cases 6, 7, 8 */
                next = next->vm_next;
  
@@ -72547,7 +65249,7 @@ diff -urNp linux-2.6.39/mm/mmap.c linux-2.6.39/mm/mmap.c
        /*
         * Can it merge with the predecessor?
         */
-@@ -821,9 +871,24 @@ struct vm_area_struct *vma_merge(struct 
+@@ -799,9 +849,24 @@ struct vm_area_struct *vma_merge(struct 
                                                        /* cases 1, 6 */
                        err = vma_adjust(prev, prev->vm_start,
                                next->vm_end, prev->vm_pgoff, NULL);
@@ -72573,7 +65275,7 @@ diff -urNp linux-2.6.39/mm/mmap.c linux-2.6.39/mm/mmap.c
                if (err)
                        return NULL;
                khugepaged_enter_vma_merge(prev);
-@@ -837,12 +902,27 @@ struct vm_area_struct *vma_merge(struct 
+@@ -815,12 +880,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)) {
@@ -72603,7 +65305,7 @@ diff -urNp linux-2.6.39/mm/mmap.c linux-2.6.39/mm/mmap.c
                if (err)
                        return NULL;
                khugepaged_enter_vma_merge(area);
-@@ -958,14 +1038,11 @@ none:
+@@ -929,14 +1009,11 @@ none:
  void vm_stat_account(struct mm_struct *mm, unsigned long flags,
                                                struct file *file, long pages)
  {
@@ -72619,7 +65321,7 @@ diff -urNp linux-2.6.39/mm/mmap.c linux-2.6.39/mm/mmap.c
                mm->stack_vm += pages;
        if (flags & (VM_RESERVED|VM_IO))
                mm->reserved_vm += pages;
-@@ -992,7 +1069,7 @@ unsigned long do_mmap_pgoff(struct file 
+@@ -963,7 +1040,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.)
         */
@@ -72628,7 +65330,7 @@ diff -urNp linux-2.6.39/mm/mmap.c linux-2.6.39/mm/mmap.c
                if (!(file && (file->f_path.mnt->mnt_flags & MNT_NOEXEC)))
                        prot |= PROT_EXEC;
  
-@@ -1018,7 +1095,7 @@ unsigned long do_mmap_pgoff(struct file 
+@@ -989,7 +1066,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.
         */
@@ -72637,7 +65339,7 @@ diff -urNp linux-2.6.39/mm/mmap.c linux-2.6.39/mm/mmap.c
        if (addr & ~PAGE_MASK)
                return addr;
  
-@@ -1029,6 +1106,36 @@ unsigned long do_mmap_pgoff(struct file 
+@@ -1000,6 +1077,36 @@ 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;
  
@@ -72674,7 +65376,7 @@ diff -urNp linux-2.6.39/mm/mmap.c linux-2.6.39/mm/mmap.c
        if (flags & MAP_LOCKED)
                if (!can_do_mlock())
                        return -EPERM;
-@@ -1040,6 +1147,7 @@ unsigned long do_mmap_pgoff(struct file 
+@@ -1011,6 +1118,7 @@ unsigned long do_mmap_pgoff(struct file 
                locked += mm->locked_vm;
                lock_limit = rlimit(RLIMIT_MEMLOCK);
                lock_limit >>= PAGE_SHIFT;
@@ -72682,7 +65384,7 @@ diff -urNp linux-2.6.39/mm/mmap.c linux-2.6.39/mm/mmap.c
                if (locked > lock_limit && !capable(CAP_IPC_LOCK))
                        return -EAGAIN;
        }
-@@ -1110,6 +1218,9 @@ unsigned long do_mmap_pgoff(struct file 
+@@ -1081,6 +1189,9 @@ unsigned long do_mmap_pgoff(struct file 
        if (error)
                return error;
  
@@ -72692,12 +65394,8 @@ diff -urNp linux-2.6.39/mm/mmap.c linux-2.6.39/mm/mmap.c
        return mmap_region(file, addr, len, flags, vm_flags, pgoff);
  }
  EXPORT_SYMBOL(do_mmap_pgoff);
-@@ -1187,10 +1298,10 @@ SYSCALL_DEFINE1(old_mmap, struct mmap_ar
-  */
- int vma_wants_writenotify(struct vm_area_struct *vma)
- {
--      unsigned int vm_flags = vma->vm_flags;
-+      unsigned long vm_flags = vma->vm_flags;
+@@ -1161,7 +1272,7 @@ int vma_wants_writenotify(struct vm_area
+       vm_flags_t vm_flags = vma->vm_flags;
  
        /* If it was private or non-writable, the write bit is already clear */
 -      if ((vm_flags & (VM_WRITE|VM_SHARED)) != ((VM_WRITE|VM_SHARED)))
@@ -72705,7 +65403,7 @@ diff -urNp linux-2.6.39/mm/mmap.c linux-2.6.39/mm/mmap.c
                return 0;
  
        /* The backer wishes to know when pages are first written to? */
-@@ -1239,14 +1350,24 @@ unsigned long mmap_region(struct file *f
+@@ -1210,14 +1321,24 @@ unsigned long mmap_region(struct file *f
        unsigned long charged = 0;
        struct inode *inode =  file ? file->f_path.dentry->d_inode : NULL;
  
@@ -72732,7 +65430,7 @@ diff -urNp linux-2.6.39/mm/mmap.c linux-2.6.39/mm/mmap.c
        }
  
        /* Check against address space limit. */
-@@ -1295,6 +1416,16 @@ munmap_back:
+@@ -1266,6 +1387,16 @@ munmap_back:
                goto unacct_error;
        }
  
@@ -72749,7 +65447,7 @@ diff -urNp linux-2.6.39/mm/mmap.c linux-2.6.39/mm/mmap.c
        vma->vm_mm = mm;
        vma->vm_start = addr;
        vma->vm_end = addr + len;
-@@ -1318,6 +1449,19 @@ munmap_back:
+@@ -1289,6 +1420,19 @@ munmap_back:
                error = file->f_op->mmap(file, vma);
                if (error)
                        goto unmap_and_free_vma;
@@ -72769,7 +65467,7 @@ diff -urNp linux-2.6.39/mm/mmap.c linux-2.6.39/mm/mmap.c
                if (vm_flags & VM_EXECUTABLE)
                        added_exe_file_vma(mm);
  
-@@ -1353,6 +1497,11 @@ munmap_back:
+@@ -1324,6 +1468,11 @@ munmap_back:
        vma_link(mm, vma, prev, rb_link, rb_parent);
        file = vma->vm_file;
  
@@ -72781,7 +65479,7 @@ diff -urNp linux-2.6.39/mm/mmap.c linux-2.6.39/mm/mmap.c
        /* Once vma denies write, undo our temporary denial count */
        if (correct_wcount)
                atomic_inc(&inode->i_writecount);
-@@ -1361,6 +1510,7 @@ out:
+@@ -1332,6 +1481,7 @@ out:
  
        mm->total_vm += len >> PAGE_SHIFT;
        vm_stat_account(mm, vm_flags, file, len >> PAGE_SHIFT);
@@ -72789,7 +65487,7 @@ diff -urNp linux-2.6.39/mm/mmap.c linux-2.6.39/mm/mmap.c
        if (vm_flags & VM_LOCKED) {
                if (!mlock_vma_pages_range(vma, addr, addr + len))
                        mm->locked_vm += (len >> PAGE_SHIFT);
-@@ -1378,6 +1528,12 @@ unmap_and_free_vma:
+@@ -1349,6 +1499,12 @@ unmap_and_free_vma:
        unmap_region(mm, vma, prev, vma->vm_start, vma->vm_end);
        charged = 0;
  free_vma:
@@ -72802,7 +65500,7 @@ diff -urNp linux-2.6.39/mm/mmap.c linux-2.6.39/mm/mmap.c
        kmem_cache_free(vm_area_cachep, vma);
  unacct_error:
        if (charged)
-@@ -1385,6 +1541,44 @@ unacct_error:
+@@ -1356,6 +1512,44 @@ unacct_error:
        return error;
  }
  
@@ -72847,7 +65545,7 @@ diff -urNp linux-2.6.39/mm/mmap.c linux-2.6.39/mm/mmap.c
  /* Get an address range which is currently unmapped.
   * For shmat() with addr=0.
   *
-@@ -1411,18 +1605,23 @@ arch_get_unmapped_area(struct file *filp
+@@ -1382,18 +1576,23 @@ arch_get_unmapped_area(struct file *filp
        if (flags & MAP_FIXED)
                return addr;
  
@@ -72878,7 +65576,7 @@ diff -urNp linux-2.6.39/mm/mmap.c linux-2.6.39/mm/mmap.c
        }
  
  full_search:
-@@ -1433,34 +1632,40 @@ full_search:
+@@ -1404,34 +1603,40 @@ full_search:
                         * Start a new search - just in case we missed
                         * some holes.
                         */
@@ -72930,7 +65628,7 @@ diff -urNp linux-2.6.39/mm/mmap.c linux-2.6.39/mm/mmap.c
                mm->free_area_cache = addr;
                mm->cached_hole_size = ~0UL;
        }
-@@ -1478,7 +1683,7 @@ arch_get_unmapped_area_topdown(struct fi
+@@ -1449,7 +1654,7 @@ arch_get_unmapped_area_topdown(struct fi
  {
        struct vm_area_struct *vma;
        struct mm_struct *mm = current->mm;
@@ -72939,7 +65637,7 @@ diff -urNp linux-2.6.39/mm/mmap.c linux-2.6.39/mm/mmap.c
  
        /* requested length too big for entire address space */
        if (len > TASK_SIZE)
-@@ -1487,13 +1692,18 @@ arch_get_unmapped_area_topdown(struct fi
+@@ -1458,13 +1663,18 @@ arch_get_unmapped_area_topdown(struct fi
        if (flags & MAP_FIXED)
                return addr;
  
@@ -72962,7 +65660,7 @@ diff -urNp linux-2.6.39/mm/mmap.c linux-2.6.39/mm/mmap.c
        }
  
        /* check if free_area_cache is useful for us */
-@@ -1508,7 +1718,7 @@ arch_get_unmapped_area_topdown(struct fi
+@@ -1479,7 +1689,7 @@ arch_get_unmapped_area_topdown(struct fi
        /* make sure it can fit in the remaining address space */
        if (addr > len) {
                vma = find_vma(mm, addr-len);
@@ -72971,7 +65669,7 @@ diff -urNp linux-2.6.39/mm/mmap.c linux-2.6.39/mm/mmap.c
                        /* remember the address as a hint for next time */
                        return (mm->free_area_cache = addr-len);
        }
-@@ -1525,7 +1735,7 @@ arch_get_unmapped_area_topdown(struct fi
+@@ -1496,7 +1706,7 @@ arch_get_unmapped_area_topdown(struct fi
                 * return with success:
                 */
                vma = find_vma(mm, addr);
@@ -72980,7 +65678,7 @@ diff -urNp linux-2.6.39/mm/mmap.c linux-2.6.39/mm/mmap.c
                        /* remember the address as a hint for next time */
                        return (mm->free_area_cache = addr);
  
-@@ -1534,8 +1744,8 @@ arch_get_unmapped_area_topdown(struct fi
+@@ -1505,8 +1715,8 @@ arch_get_unmapped_area_topdown(struct fi
                        mm->cached_hole_size = vma->vm_start - addr;
  
                /* try just below the current vma->vm_start */
@@ -72991,7 +65689,7 @@ diff -urNp linux-2.6.39/mm/mmap.c linux-2.6.39/mm/mmap.c
  
  bottomup:
        /*
-@@ -1544,13 +1754,21 @@ bottomup:
+@@ -1515,13 +1725,21 @@ bottomup:
         * can happen with large stack limits and large mmap()
         * allocations.
         */
@@ -73015,7 +65713,7 @@ diff -urNp linux-2.6.39/mm/mmap.c linux-2.6.39/mm/mmap.c
        mm->cached_hole_size = ~0UL;
  
        return addr;
-@@ -1559,6 +1777,12 @@ bottomup:
+@@ -1530,6 +1748,12 @@ bottomup:
  
  void arch_unmap_area_topdown(struct mm_struct *mm, unsigned long addr)
  {
@@ -73028,7 +65726,7 @@ diff -urNp linux-2.6.39/mm/mmap.c linux-2.6.39/mm/mmap.c
        /*
         * Is this a new hole at the highest possible address?
         */
-@@ -1566,8 +1790,10 @@ void arch_unmap_area_topdown(struct mm_s
+@@ -1537,8 +1761,10 @@ void arch_unmap_area_topdown(struct mm_s
                mm->free_area_cache = addr;
  
        /* dont allow allocations above current base */
@@ -73040,7 +65738,7 @@ diff -urNp linux-2.6.39/mm/mmap.c linux-2.6.39/mm/mmap.c
  }
  
  unsigned long
-@@ -1675,6 +1901,28 @@ out:
+@@ -1646,6 +1872,28 @@ out:
        return prev ? prev->vm_next : vma;
  }
  
@@ -73069,7 +65767,7 @@ diff -urNp linux-2.6.39/mm/mmap.c linux-2.6.39/mm/mmap.c
  /*
   * Verify that the stack growth is acceptable and
   * update accounting. This is shared with both the
-@@ -1691,6 +1939,7 @@ static int acct_stack_growth(struct vm_a
+@@ -1662,6 +1910,7 @@ static int acct_stack_growth(struct vm_a
                return -ENOMEM;
  
        /* Stack limit test */
@@ -73077,7 +65775,7 @@ diff -urNp linux-2.6.39/mm/mmap.c linux-2.6.39/mm/mmap.c
        if (size > ACCESS_ONCE(rlim[RLIMIT_STACK].rlim_cur))
                return -ENOMEM;
  
-@@ -1701,6 +1950,7 @@ static int acct_stack_growth(struct vm_a
+@@ -1672,6 +1921,7 @@ static int acct_stack_growth(struct vm_a
                locked = mm->locked_vm + grow;
                limit = ACCESS_ONCE(rlim[RLIMIT_MEMLOCK].rlim_cur);
                limit >>= PAGE_SHIFT;
@@ -73085,7 +65783,7 @@ diff -urNp linux-2.6.39/mm/mmap.c linux-2.6.39/mm/mmap.c
                if (locked > limit && !capable(CAP_IPC_LOCK))
                        return -ENOMEM;
        }
-@@ -1731,37 +1981,48 @@ static int acct_stack_growth(struct vm_a
+@@ -1702,37 +1952,48 @@ static int acct_stack_growth(struct vm_a
   * PA-RISC uses this for its stack; IA64 for its Register Backing Store.
   * vma is the last one with address > vma->vm_end.  Have to extend vma.
   */
@@ -73143,7 +65841,7 @@ diff -urNp linux-2.6.39/mm/mmap.c linux-2.6.39/mm/mmap.c
                unsigned long size, grow;
  
                size = address - vma->vm_start;
-@@ -1776,6 +2037,8 @@ int expand_upwards(struct vm_area_struct
+@@ -1747,6 +2008,8 @@ int expand_upwards(struct vm_area_struct
                        }
                }
        }
@@ -73152,7 +65850,7 @@ diff -urNp linux-2.6.39/mm/mmap.c linux-2.6.39/mm/mmap.c
        vma_unlock_anon_vma(vma);
        khugepaged_enter_vma_merge(vma);
        return error;
-@@ -1789,6 +2052,8 @@ static int expand_downwards(struct vm_ar
+@@ -1760,6 +2023,8 @@ int expand_downwards(struct vm_area_stru
                                   unsigned long address)
  {
        int error;
@@ -73161,7 +65859,7 @@ diff -urNp linux-2.6.39/mm/mmap.c linux-2.6.39/mm/mmap.c
  
        /*
         * We must make sure the anon_vma is allocated
-@@ -1802,6 +2067,15 @@ static int expand_downwards(struct vm_ar
+@@ -1773,6 +2038,15 @@ int expand_downwards(struct vm_area_stru
        if (error)
                return error;
  
@@ -73177,7 +65875,7 @@ diff -urNp linux-2.6.39/mm/mmap.c linux-2.6.39/mm/mmap.c
        vma_lock_anon_vma(vma);
  
        /*
-@@ -1811,9 +2085,17 @@ static int expand_downwards(struct vm_ar
+@@ -1782,9 +2056,17 @@ int expand_downwards(struct vm_area_stru
         */
  
        /* Somebody else might have raced and expanded it already */
@@ -73196,7 +65894,7 @@ diff -urNp linux-2.6.39/mm/mmap.c linux-2.6.39/mm/mmap.c
                size = vma->vm_end - address;
                grow = (vma->vm_start - address) >> PAGE_SHIFT;
  
-@@ -1823,11 +2105,22 @@ static int expand_downwards(struct vm_ar
+@@ -1794,11 +2076,22 @@ int expand_downwards(struct vm_area_stru
                        if (!error) {
                                vma->vm_start = address;
                                vma->vm_pgoff -= grow;
@@ -73219,7 +65917,7 @@ diff -urNp linux-2.6.39/mm/mmap.c linux-2.6.39/mm/mmap.c
        khugepaged_enter_vma_merge(vma);
        return error;
  }
-@@ -1902,6 +2195,13 @@ static void remove_vma_list(struct mm_st
+@@ -1868,6 +2161,13 @@ static void remove_vma_list(struct mm_st
        do {
                long nrpages = vma_pages(vma);
  
@@ -73233,7 +65931,7 @@ diff -urNp linux-2.6.39/mm/mmap.c linux-2.6.39/mm/mmap.c
                mm->total_vm -= nrpages;
                vm_stat_account(mm, vma->vm_flags, vma->vm_file, -nrpages);
                vma = remove_vma(vma);
-@@ -1947,6 +2247,16 @@ detach_vmas_to_be_unmapped(struct mm_str
+@@ -1913,6 +2213,16 @@ detach_vmas_to_be_unmapped(struct mm_str
        insertion_point = (prev ? &prev->vm_next : &mm->mmap);
        vma->vm_prev = NULL;
        do {
@@ -73250,7 +65948,7 @@ diff -urNp linux-2.6.39/mm/mmap.c linux-2.6.39/mm/mmap.c
                rb_erase(&vma->vm_rb, &mm->mm_rb);
                mm->map_count--;
                tail_vma = vma;
-@@ -1975,14 +2285,33 @@ static int __split_vma(struct mm_struct 
+@@ -1941,14 +2251,33 @@ static int __split_vma(struct mm_struct 
        struct vm_area_struct *new;
        int err = -ENOMEM;
  
@@ -73284,7 +65982,7 @@ diff -urNp linux-2.6.39/mm/mmap.c linux-2.6.39/mm/mmap.c
        /* most fields are the same, copy all, and then fixup */
        *new = *vma;
  
-@@ -1995,6 +2324,22 @@ static int __split_vma(struct mm_struct 
+@@ -1961,6 +2290,22 @@ static int __split_vma(struct mm_struct 
                new->vm_pgoff += ((addr - vma->vm_start) >> PAGE_SHIFT);
        }
  
@@ -73307,7 +66005,7 @@ diff -urNp linux-2.6.39/mm/mmap.c linux-2.6.39/mm/mmap.c
        pol = mpol_dup(vma_policy(vma));
        if (IS_ERR(pol)) {
                err = PTR_ERR(pol);
-@@ -2020,6 +2365,42 @@ static int __split_vma(struct mm_struct 
+@@ -1986,6 +2331,42 @@ static int __split_vma(struct mm_struct 
        else
                err = vma_adjust(vma, vma->vm_start, addr, vma->vm_pgoff, new);
  
@@ -73350,7 +66048,7 @@ diff -urNp linux-2.6.39/mm/mmap.c linux-2.6.39/mm/mmap.c
        /* Success. */
        if (!err)
                return 0;
-@@ -2032,10 +2413,18 @@ static int __split_vma(struct mm_struct 
+@@ -1998,10 +2379,18 @@ static int __split_vma(struct mm_struct 
                        removed_exe_file_vma(mm);
                fput(new->vm_file);
        }
@@ -73370,7 +66068,7 @@ diff -urNp linux-2.6.39/mm/mmap.c linux-2.6.39/mm/mmap.c
        kmem_cache_free(vm_area_cachep, new);
   out_err:
        return err;
-@@ -2048,6 +2437,15 @@ static int __split_vma(struct mm_struct 
+@@ -2014,6 +2403,15 @@ static int __split_vma(struct mm_struct 
  int split_vma(struct mm_struct *mm, struct vm_area_struct *vma,
              unsigned long addr, int new_below)
  {
@@ -73386,13 +66084,13 @@ diff -urNp linux-2.6.39/mm/mmap.c linux-2.6.39/mm/mmap.c
        if (mm->map_count >= sysctl_max_map_count)
                return -ENOMEM;
  
-@@ -2059,11 +2457,30 @@ int split_vma(struct mm_struct *mm, stru
+@@ -2025,11 +2423,30 @@ int split_vma(struct mm_struct *mm, stru
   * work.  This now handles partial unmappings.
   * Jeremy Fitzhardinge <jeremy@goop.org>
   */
 +#ifdef CONFIG_PAX_SEGMEXEC
-+int do_munmap(struct mm_struct *mm, unsigned long start, size_t len)
-+{
+ int do_munmap(struct mm_struct *mm, unsigned long start, size_t len)
+ {
 +      int ret = __do_munmap(mm, start, len);
 +      if (ret || !(mm->pax_flags & MF_PAX_SEGMEXEC))
 +              return ret;
@@ -73402,9 +66100,9 @@ diff -urNp linux-2.6.39/mm/mmap.c linux-2.6.39/mm/mmap.c
 +
 +int __do_munmap(struct mm_struct *mm, unsigned long start, size_t len)
 +#else
- int do_munmap(struct mm_struct *mm, unsigned long start, size_t len)
++int do_munmap(struct mm_struct *mm, unsigned long start, size_t len)
 +#endif
- {
++{
        unsigned long end;
        struct vm_area_struct *vma, *prev, *last;
  
@@ -73417,7 +66115,7 @@ diff -urNp linux-2.6.39/mm/mmap.c linux-2.6.39/mm/mmap.c
        if ((start & ~PAGE_MASK) || start > TASK_SIZE || len > TASK_SIZE-start)
                return -EINVAL;
  
-@@ -2137,6 +2554,8 @@ int do_munmap(struct mm_struct *mm, unsi
+@@ -2104,6 +2521,8 @@ int do_munmap(struct mm_struct *mm, unsi
        /* Fix up all other VM information */
        remove_vma_list(mm, vma);
  
@@ -73426,7 +66124,7 @@ diff -urNp linux-2.6.39/mm/mmap.c linux-2.6.39/mm/mmap.c
        return 0;
  }
  
-@@ -2149,22 +2568,18 @@ SYSCALL_DEFINE2(munmap, unsigned long, a
+@@ -2116,22 +2535,18 @@ SYSCALL_DEFINE2(munmap, unsigned long, a
  
        profile_munmap(addr);
  
@@ -73455,7 +66153,7 @@ diff -urNp linux-2.6.39/mm/mmap.c linux-2.6.39/mm/mmap.c
  /*
   *  this is really a simplified "do_mmap".  it only handles
   *  anonymous maps.  eventually we may be able to do some
-@@ -2178,6 +2593,7 @@ unsigned long do_brk(unsigned long addr,
+@@ -2145,6 +2560,7 @@ unsigned long do_brk(unsigned long addr,
        struct rb_node ** rb_link, * rb_parent;
        pgoff_t pgoff = addr >> PAGE_SHIFT;
        int error;
@@ -73463,7 +66161,7 @@ diff -urNp linux-2.6.39/mm/mmap.c linux-2.6.39/mm/mmap.c
  
        len = PAGE_ALIGN(len);
        if (!len)
-@@ -2189,16 +2605,30 @@ unsigned long do_brk(unsigned long addr,
+@@ -2156,16 +2572,30 @@ unsigned long do_brk(unsigned long addr,
  
        flags = VM_DATA_DEFAULT_FLAGS | VM_ACCOUNT | mm->def_flags;
  
@@ -73495,7 +66193,7 @@ diff -urNp linux-2.6.39/mm/mmap.c linux-2.6.39/mm/mmap.c
                locked += mm->locked_vm;
                lock_limit = rlimit(RLIMIT_MEMLOCK);
                lock_limit >>= PAGE_SHIFT;
-@@ -2215,22 +2645,22 @@ unsigned long do_brk(unsigned long addr,
+@@ -2182,22 +2612,22 @@ unsigned long do_brk(unsigned long addr,
        /*
         * Clear old maps.  this also does some error checking for us
         */
@@ -73522,7 +66220,7 @@ diff -urNp linux-2.6.39/mm/mmap.c linux-2.6.39/mm/mmap.c
                return -ENOMEM;
  
        /* Can we just expand an old private anonymous mapping? */
-@@ -2244,7 +2674,7 @@ unsigned long do_brk(unsigned long addr,
+@@ -2211,7 +2641,7 @@ unsigned long do_brk(unsigned long addr,
         */
        vma = kmem_cache_zalloc(vm_area_cachep, GFP_KERNEL);
        if (!vma) {
@@ -73531,7 +66229,7 @@ diff -urNp linux-2.6.39/mm/mmap.c linux-2.6.39/mm/mmap.c
                return -ENOMEM;
        }
  
-@@ -2258,11 +2688,12 @@ unsigned long do_brk(unsigned long addr,
+@@ -2225,11 +2655,12 @@ unsigned long do_brk(unsigned long addr,
        vma_link(mm, vma, prev, rb_link, rb_parent);
  out:
        perf_event_mmap(vma);
@@ -73546,7 +66244,7 @@ diff -urNp linux-2.6.39/mm/mmap.c linux-2.6.39/mm/mmap.c
        return addr;
  }
  
-@@ -2309,8 +2740,10 @@ void exit_mmap(struct mm_struct *mm)
+@@ -2276,8 +2707,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.
         */
@@ -73558,7 +66256,7 @@ diff -urNp linux-2.6.39/mm/mmap.c linux-2.6.39/mm/mmap.c
  
        BUG_ON(mm->nr_ptes > (FIRST_USER_ADDRESS+PMD_SIZE-1)>>PMD_SHIFT);
  }
-@@ -2324,6 +2757,13 @@ int insert_vm_struct(struct mm_struct * 
+@@ -2291,6 +2724,13 @@ int insert_vm_struct(struct mm_struct * 
        struct vm_area_struct * __vma, * prev;
        struct rb_node ** rb_link, * rb_parent;
  
@@ -73572,7 +66270,7 @@ diff -urNp linux-2.6.39/mm/mmap.c linux-2.6.39/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
-@@ -2346,7 +2786,22 @@ int insert_vm_struct(struct mm_struct * 
+@@ -2313,7 +2753,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;
@@ -73595,7 +66293,7 @@ diff -urNp linux-2.6.39/mm/mmap.c linux-2.6.39/mm/mmap.c
        return 0;
  }
  
-@@ -2364,6 +2819,8 @@ struct vm_area_struct *copy_vma(struct v
+@@ -2331,6 +2786,8 @@ struct vm_area_struct *copy_vma(struct v
        struct rb_node **rb_link, *rb_parent;
        struct mempolicy *pol;
  
@@ -73604,11 +66302,10 @@ diff -urNp linux-2.6.39/mm/mmap.c linux-2.6.39/mm/mmap.c
        /*
         * If anonymous vma has not yet been faulted, update new pgoff
         * to match new location, to increase its chance of merging.
-@@ -2413,6 +2870,39 @@ struct vm_area_struct *copy_vma(struct v
-       kmem_cache_free(vm_area_cachep, new_vma);
+@@ -2381,6 +2838,39 @@ struct vm_area_struct *copy_vma(struct v
        return NULL;
  }
-+ 
 +#ifdef CONFIG_PAX_SEGMEXEC
 +long pax_mirror_vma(struct vm_area_struct *vma_m, struct vm_area_struct *vma)
 +{
@@ -73641,10 +66338,11 @@ diff -urNp linux-2.6.39/mm/mmap.c linux-2.6.39/mm/mmap.c
 +      return 0;
 +}
 +#endif
++
  /*
   * Return true if the calling process may expand its vm space by the passed
-@@ -2424,7 +2914,7 @@ int may_expand_vm(struct mm_struct *mm, 
+  * number of pages
+@@ -2391,7 +2881,7 @@ int may_expand_vm(struct mm_struct *mm, 
        unsigned long lim;
  
        lim = rlimit(RLIMIT_AS) >> PAGE_SHIFT;
@@ -73653,7 +66351,7 @@ diff -urNp linux-2.6.39/mm/mmap.c linux-2.6.39/mm/mmap.c
        if (cur + npages > lim)
                return 0;
        return 1;
-@@ -2495,6 +2985,22 @@ int install_special_mapping(struct mm_st
+@@ -2462,6 +2952,22 @@ int install_special_mapping(struct mm_st
        vma->vm_start = addr;
        vma->vm_end = addr + len;
  
@@ -73676,9 +66374,9 @@ diff -urNp linux-2.6.39/mm/mmap.c linux-2.6.39/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.39/mm/mprotect.c linux-2.6.39/mm/mprotect.c
---- linux-2.6.39/mm/mprotect.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/mm/mprotect.c 2011-05-22 19:41:42.000000000 -0400
+diff -urNp linux-3.0.4/mm/mprotect.c linux-3.0.4/mm/mprotect.c
+--- linux-3.0.4/mm/mprotect.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/mm/mprotect.c  2011-08-23 21:48:14.000000000 -0400
 @@ -23,10 +23,16 @@
  #include <linux/mmu_notifier.h>
  #include <linux/migrate.h>
@@ -73905,10 +66603,10 @@ diff -urNp linux-2.6.39/mm/mprotect.c linux-2.6.39/mm/mprotect.c
                nstart = tmp;
  
                if (nstart < prev->vm_end)
-diff -urNp linux-2.6.39/mm/mremap.c linux-2.6.39/mm/mremap.c
---- linux-2.6.39/mm/mremap.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/mm/mremap.c   2011-05-22 19:36:33.000000000 -0400
-@@ -114,6 +114,12 @@ static void move_ptes(struct vm_area_str
+diff -urNp linux-3.0.4/mm/mremap.c linux-3.0.4/mm/mremap.c
+--- linux-3.0.4/mm/mremap.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/mm/mremap.c    2011-08-23 21:47:56.000000000 -0400
+@@ -113,6 +113,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);
@@ -73921,7 +66619,7 @@ diff -urNp linux-2.6.39/mm/mremap.c linux-2.6.39/mm/mremap.c
                set_pte_at(mm, new_addr, new_pte, pte);
        }
  
-@@ -273,6 +279,11 @@ static struct vm_area_struct *vma_to_res
+@@ -272,6 +278,11 @@ static struct vm_area_struct *vma_to_res
        if (is_vm_hugetlb_page(vma))
                goto Einval;
  
@@ -73933,7 +66631,7 @@ diff -urNp linux-2.6.39/mm/mremap.c linux-2.6.39/mm/mremap.c
        /* We can't remap across vm area boundaries */
        if (old_len > vma->vm_end - addr)
                goto Efault;
-@@ -329,20 +340,25 @@ static unsigned long mremap_to(unsigned 
+@@ -328,20 +339,25 @@ static unsigned long mremap_to(unsigned 
        unsigned long ret = -EINVAL;
        unsigned long charged = 0;
        unsigned long map_flags;
@@ -73964,7 +66662,7 @@ diff -urNp linux-2.6.39/mm/mremap.c linux-2.6.39/mm/mremap.c
                goto out;
  
        ret = security_file_mmap(NULL, 0, 0, 0, new_addr, 1);
-@@ -414,6 +430,7 @@ unsigned long do_mremap(unsigned long ad
+@@ -413,6 +429,7 @@ unsigned long do_mremap(unsigned long ad
        struct vm_area_struct *vma;
        unsigned long ret = -EINVAL;
        unsigned long charged = 0;
@@ -73972,7 +66670,7 @@ diff -urNp linux-2.6.39/mm/mremap.c linux-2.6.39/mm/mremap.c
  
        if (flags & ~(MREMAP_FIXED | MREMAP_MAYMOVE))
                goto out;
-@@ -432,6 +449,17 @@ unsigned long do_mremap(unsigned long ad
+@@ -431,6 +448,17 @@ unsigned long do_mremap(unsigned long ad
        if (!new_len)
                goto out;
  
@@ -73990,7 +66688,7 @@ diff -urNp linux-2.6.39/mm/mremap.c linux-2.6.39/mm/mremap.c
        if (flags & MREMAP_FIXED) {
                if (flags & MREMAP_MAYMOVE)
                        ret = mremap_to(addr, old_len, new_addr, new_len);
-@@ -481,6 +509,7 @@ unsigned long do_mremap(unsigned long ad
+@@ -480,6 +508,7 @@ unsigned long do_mremap(unsigned long ad
                                                   addr + new_len);
                        }
                        ret = addr;
@@ -73998,7 +66696,7 @@ diff -urNp linux-2.6.39/mm/mremap.c linux-2.6.39/mm/mremap.c
                        goto out;
                }
        }
-@@ -507,7 +536,13 @@ unsigned long do_mremap(unsigned long ad
+@@ -506,7 +535,13 @@ unsigned long do_mremap(unsigned long ad
                ret = security_file_mmap(NULL, 0, 0, 0, new_addr, 1);
                if (ret)
                        goto out;
@@ -74012,9 +66710,9 @@ diff -urNp linux-2.6.39/mm/mremap.c linux-2.6.39/mm/mremap.c
        }
  out:
        if (ret & ~PAGE_MASK)
-diff -urNp linux-2.6.39/mm/nobootmem.c linux-2.6.39/mm/nobootmem.c
---- linux-2.6.39/mm/nobootmem.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/mm/nobootmem.c        2011-05-22 19:36:33.000000000 -0400
+diff -urNp linux-3.0.4/mm/nobootmem.c linux-3.0.4/mm/nobootmem.c
+--- linux-3.0.4/mm/nobootmem.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/mm/nobootmem.c 2011-08-23 21:47:56.000000000 -0400
 @@ -110,19 +110,30 @@ static void __init __free_pages_memory(u
  unsigned long __init free_all_memory_core_early(int nodeid)
  {
@@ -74048,9 +66746,9 @@ diff -urNp linux-2.6.39/mm/nobootmem.c linux-2.6.39/mm/nobootmem.c
  
        return count;
  }
-diff -urNp linux-2.6.39/mm/nommu.c linux-2.6.39/mm/nommu.c
---- linux-2.6.39/mm/nommu.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/mm/nommu.c    2011-05-22 19:36:33.000000000 -0400
+diff -urNp linux-3.0.4/mm/nommu.c linux-3.0.4/mm/nommu.c
+--- linux-3.0.4/mm/nommu.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/mm/nommu.c     2011-08-23 21:47:56.000000000 -0400
 @@ -63,7 +63,6 @@ int sysctl_overcommit_memory = OVERCOMMI
  int sysctl_overcommit_ratio = 50; /* default is 50% */
  int sysctl_max_map_count = DEFAULT_MAX_MAP_COUNT;
@@ -74059,7 +66757,7 @@ diff -urNp linux-2.6.39/mm/nommu.c linux-2.6.39/mm/nommu.c
  
  atomic_long_t mmap_pages_allocated;
  
-@@ -833,15 +832,6 @@ struct vm_area_struct *find_vma(struct m
+@@ -826,15 +825,6 @@ struct vm_area_struct *find_vma(struct m
  EXPORT_SYMBOL(find_vma);
  
  /*
@@ -74075,7 +66773,7 @@ diff -urNp linux-2.6.39/mm/nommu.c linux-2.6.39/mm/nommu.c
   * expand a stack to a given address
   * - not supported under NOMMU conditions
   */
-@@ -1563,6 +1553,7 @@ int split_vma(struct mm_struct *mm, stru
+@@ -1554,6 +1544,7 @@ int split_vma(struct mm_struct *mm, stru
  
        /* most fields are the same, copy all, and then fixup */
        *new = *vma;
@@ -74083,10 +66781,19 @@ diff -urNp linux-2.6.39/mm/nommu.c linux-2.6.39/mm/nommu.c
        *region = *vma->vm_region;
        new->vm_region = region;
  
-diff -urNp linux-2.6.39/mm/page_alloc.c linux-2.6.39/mm/page_alloc.c
---- linux-2.6.39/mm/page_alloc.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/mm/page_alloc.c       2011-05-22 19:36:33.000000000 -0400
-@@ -650,6 +650,10 @@ static bool free_pages_prepare(struct pa
+diff -urNp linux-3.0.4/mm/page_alloc.c linux-3.0.4/mm/page_alloc.c
+--- linux-3.0.4/mm/page_alloc.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/mm/page_alloc.c        2011-08-23 21:48:14.000000000 -0400
+@@ -340,7 +340,7 @@ out:
+  * This usage means that zero-order pages may not be compound.
+  */
+-static void free_compound_page(struct page *page)
++void free_compound_page(struct page *page)
+ {
+       __free_pages_ok(page, compound_order(page));
+ }
+@@ -653,6 +653,10 @@ static bool free_pages_prepare(struct pa
        int i;
        int bad = 0;
  
@@ -74097,7 +66804,7 @@ diff -urNp linux-2.6.39/mm/page_alloc.c linux-2.6.39/mm/page_alloc.c
        trace_mm_page_free_direct(page, order);
        kmemcheck_free_shadow(page, order);
  
-@@ -665,6 +669,12 @@ static bool free_pages_prepare(struct pa
+@@ -668,6 +672,12 @@ static bool free_pages_prepare(struct pa
                debug_check_no_obj_freed(page_address(page),
                                           PAGE_SIZE << order);
        }
@@ -74110,7 +66817,7 @@ diff -urNp linux-2.6.39/mm/page_alloc.c linux-2.6.39/mm/page_alloc.c
        arch_free_page(page, order);
        kernel_map_pages(page, 1 << order, 0);
  
-@@ -780,8 +790,10 @@ static int prep_new_page(struct page *pa
+@@ -783,8 +793,10 @@ static int prep_new_page(struct page *pa
        arch_alloc_page(page, order);
        kernel_map_pages(page, 1 << order, 1);
  
@@ -74121,18 +66828,18 @@ diff -urNp linux-2.6.39/mm/page_alloc.c linux-2.6.39/mm/page_alloc.c
  
        if (order && (gfp_flags & __GFP_COMP))
                prep_compound_page(page, order);
-@@ -2504,6 +2516,8 @@ void __show_free_areas(unsigned int filt
+@@ -2525,6 +2537,8 @@ void show_free_areas(unsigned int filter
        int cpu;
        struct zone *zone;
  
 +      pax_track_stack();
 +
        for_each_populated_zone(zone) {
-               if (skip_free_areas_zone(filter, zone))
+               if (skip_free_areas_node(filter, zone_to_nid(zone)))
                        continue;
-diff -urNp linux-2.6.39/mm/percpu.c linux-2.6.39/mm/percpu.c
---- linux-2.6.39/mm/percpu.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/mm/percpu.c   2011-05-22 19:36:33.000000000 -0400
+diff -urNp linux-3.0.4/mm/percpu.c linux-3.0.4/mm/percpu.c
+--- linux-3.0.4/mm/percpu.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/mm/percpu.c    2011-08-23 21:47:56.000000000 -0400
 @@ -121,7 +121,7 @@ static unsigned int pcpu_first_unit_cpu 
  static unsigned int pcpu_last_unit_cpu __read_mostly;
  
@@ -74142,10 +66849,10 @@ diff -urNp linux-2.6.39/mm/percpu.c linux-2.6.39/mm/percpu.c
  EXPORT_SYMBOL_GPL(pcpu_base_addr);
  
  static const int *pcpu_unit_map __read_mostly;                /* cpu -> unit */
-diff -urNp linux-2.6.39/mm/rmap.c linux-2.6.39/mm/rmap.c
---- linux-2.6.39/mm/rmap.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/mm/rmap.c     2011-05-22 19:36:33.000000000 -0400
-@@ -131,6 +131,10 @@ int anon_vma_prepare(struct vm_area_stru
+diff -urNp linux-3.0.4/mm/rmap.c linux-3.0.4/mm/rmap.c
+--- linux-3.0.4/mm/rmap.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/mm/rmap.c      2011-08-23 21:47:56.000000000 -0400
+@@ -153,6 +153,10 @@ int anon_vma_prepare(struct vm_area_stru
        struct anon_vma *anon_vma = vma->anon_vma;
        struct anon_vma_chain *avc;
  
@@ -74156,12 +66863,12 @@ diff -urNp linux-2.6.39/mm/rmap.c linux-2.6.39/mm/rmap.c
        might_sleep();
        if (unlikely(!anon_vma)) {
                struct mm_struct *mm = vma->vm_mm;
-@@ -140,6 +144,12 @@ int anon_vma_prepare(struct vm_area_stru
+@@ -162,6 +166,12 @@ int anon_vma_prepare(struct vm_area_stru
                if (!avc)
                        goto out_enomem;
  
 +#ifdef CONFIG_PAX_SEGMEXEC
-+              avc_m = anon_vma_chain_alloc();
++              avc_m = anon_vma_chain_alloc(GFP_KERNEL);
 +              if (!avc_m)
 +                      goto out_enomem_free_avc;
 +#endif
@@ -74169,7 +66876,7 @@ diff -urNp linux-2.6.39/mm/rmap.c linux-2.6.39/mm/rmap.c
                anon_vma = find_mergeable_anon_vma(vma);
                allocated = NULL;
                if (!anon_vma) {
-@@ -153,6 +163,21 @@ int anon_vma_prepare(struct vm_area_stru
+@@ -175,6 +185,21 @@ 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)) {
@@ -74191,7 +66898,7 @@ diff -urNp linux-2.6.39/mm/rmap.c linux-2.6.39/mm/rmap.c
                        vma->anon_vma = anon_vma;
                        avc->anon_vma = anon_vma;
                        avc->vma = vma;
-@@ -166,12 +191,24 @@ int anon_vma_prepare(struct vm_area_stru
+@@ -188,12 +213,24 @@ int anon_vma_prepare(struct vm_area_stru
  
                if (unlikely(allocated))
                        put_anon_vma(allocated);
@@ -74216,7 +66923,7 @@ diff -urNp linux-2.6.39/mm/rmap.c linux-2.6.39/mm/rmap.c
        anon_vma_chain_free(avc);
   out_enomem:
        return -ENOMEM;
-@@ -198,7 +235,7 @@ static void anon_vma_chain_link(struct v
+@@ -244,7 +281,7 @@ static void anon_vma_chain_link(struct v
   * Attach the anon_vmas from src to dst.
   * Returns 0 on success, -ENOMEM on failure.
   */
@@ -74224,8 +66931,8 @@ diff -urNp linux-2.6.39/mm/rmap.c linux-2.6.39/mm/rmap.c
 +int anon_vma_clone(struct vm_area_struct *dst, const struct vm_area_struct *src)
  {
        struct anon_vma_chain *avc, *pavc;
-@@ -220,7 +257,7 @@ int anon_vma_clone(struct vm_area_struct
+       struct anon_vma *root = NULL;
+@@ -277,7 +314,7 @@ int anon_vma_clone(struct vm_area_struct
   * the corresponding VMA in the parent process is attached to.
   * Returns 0 on success, non-zero on failure.
   */
@@ -74234,9 +66941,9 @@ diff -urNp linux-2.6.39/mm/rmap.c linux-2.6.39/mm/rmap.c
  {
        struct anon_vma_chain *avc;
        struct anon_vma *anon_vma;
-diff -urNp linux-2.6.39/mm/shmem.c linux-2.6.39/mm/shmem.c
---- linux-2.6.39/mm/shmem.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/mm/shmem.c    2011-05-22 19:41:42.000000000 -0400
+diff -urNp linux-3.0.4/mm/shmem.c linux-3.0.4/mm/shmem.c
+--- linux-3.0.4/mm/shmem.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/mm/shmem.c     2011-08-23 21:48:14.000000000 -0400
 @@ -31,7 +31,7 @@
  #include <linux/percpu_counter.h>
  #include <linux/swap.h>
@@ -74246,7 +66953,7 @@ diff -urNp linux-2.6.39/mm/shmem.c linux-2.6.39/mm/shmem.c
  
  #ifdef CONFIG_SHMEM
  /*
-@@ -1086,6 +1086,8 @@ static int shmem_writepage(struct page *
+@@ -1101,6 +1101,8 @@ static int shmem_writepage(struct page *
                goto unlock;
        }
        entry = shmem_swp_entry(info, index, NULL);
@@ -74255,7 +66962,7 @@ diff -urNp linux-2.6.39/mm/shmem.c linux-2.6.39/mm/shmem.c
        if (entry->val) {
                /*
                 * The more uptodate page coming down from a stacked
-@@ -1157,6 +1159,8 @@ static struct page *shmem_swapin(swp_ent
+@@ -1172,6 +1174,8 @@ static struct page *shmem_swapin(swp_ent
        struct vm_area_struct pvma;
        struct page *page;
  
@@ -74264,16 +66971,7 @@ diff -urNp linux-2.6.39/mm/shmem.c linux-2.6.39/mm/shmem.c
        spol = mpol_cond_copy(&mpol,
                                mpol_shared_policy_lookup(&info->policy, idx));
  
-@@ -2013,7 +2017,7 @@ static int shmem_symlink(struct inode *d
-       info = SHMEM_I(inode);
-       inode->i_size = len-1;
--      if (len <= (char *)inode - (char *)info) {
-+      if (len <= (char *)inode - (char *)info && len <= 64) {
-               /* do it inline */
-               memcpy(info, symname, len);
-               inode->i_op = &shmem_symlink_inline_operations;
-@@ -2361,8 +2365,7 @@ int shmem_fill_super(struct super_block 
+@@ -2568,8 +2572,7 @@ int shmem_fill_super(struct super_block 
        int err = -ENOMEM;
  
        /* Round up to L1_CACHE_BYTES to resist false sharing */
@@ -74283,10 +66981,10 @@ diff -urNp linux-2.6.39/mm/shmem.c linux-2.6.39/mm/shmem.c
        if (!sbinfo)
                return -ENOMEM;
  
-diff -urNp linux-2.6.39/mm/slab.c linux-2.6.39/mm/slab.c
---- linux-2.6.39/mm/slab.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/mm/slab.c     2011-05-22 19:41:42.000000000 -0400
-@@ -150,7 +150,7 @@
+diff -urNp linux-3.0.4/mm/slab.c linux-3.0.4/mm/slab.c
+--- linux-3.0.4/mm/slab.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/mm/slab.c      2011-08-23 21:48:14.000000000 -0400
+@@ -151,7 +151,7 @@
  
  /* Legal flag mask for kmem_cache_create(). */
  #if DEBUG
@@ -74295,7 +66993,7 @@ diff -urNp linux-2.6.39/mm/slab.c linux-2.6.39/mm/slab.c
                         SLAB_POISON | SLAB_HWCACHE_ALIGN | \
                         SLAB_CACHE_DMA | \
                         SLAB_STORE_USER | \
-@@ -158,7 +158,7 @@
+@@ -159,7 +159,7 @@
                         SLAB_DESTROY_BY_RCU | SLAB_MEM_SPREAD | \
                         SLAB_DEBUG_OBJECTS | SLAB_NOLEAKTRACE | SLAB_NOTRACK)
  #else
@@ -74304,7 +67002,7 @@ diff -urNp linux-2.6.39/mm/slab.c linux-2.6.39/mm/slab.c
                         SLAB_CACHE_DMA | \
                         SLAB_RECLAIM_ACCOUNT | SLAB_PANIC | \
                         SLAB_DESTROY_BY_RCU | SLAB_MEM_SPREAD | \
-@@ -287,7 +287,7 @@ struct kmem_list3 {
+@@ -288,7 +288,7 @@ struct kmem_list3 {
   * Need this for bootstrapping a per node allocator.
   */
  #define NUM_INIT_LISTS (3 * MAX_NUMNODES)
@@ -74313,7 +67011,7 @@ diff -urNp linux-2.6.39/mm/slab.c linux-2.6.39/mm/slab.c
  #define       CACHE_CACHE 0
  #define       SIZE_AC MAX_NUMNODES
  #define       SIZE_L3 (2 * MAX_NUMNODES)
-@@ -388,10 +388,10 @@ static void kmem_list3_init(struct kmem_
+@@ -389,10 +389,10 @@ static void kmem_list3_init(struct kmem_
                if ((x)->max_freeable < i)                              \
                        (x)->max_freeable = i;                          \
        } while (0)
@@ -74328,7 +67026,7 @@ diff -urNp linux-2.6.39/mm/slab.c linux-2.6.39/mm/slab.c
  #else
  #define       STATS_INC_ACTIVE(x)     do { } while (0)
  #define       STATS_DEC_ACTIVE(x)     do { } while (0)
-@@ -537,7 +537,7 @@ static inline void *index_to_obj(struct 
+@@ -538,7 +538,7 @@ static inline void *index_to_obj(struct 
   *   reciprocal_divide(offset, cache->reciprocal_buffer_size)
   */
  static inline unsigned int obj_to_index(const struct kmem_cache *cache,
@@ -74337,7 +67035,7 @@ diff -urNp linux-2.6.39/mm/slab.c linux-2.6.39/mm/slab.c
  {
        u32 offset = (obj - slab->s_mem);
        return reciprocal_divide(offset, cache->reciprocal_buffer_size);
-@@ -563,7 +563,7 @@ struct cache_names {
+@@ -564,7 +564,7 @@ struct cache_names {
  static struct cache_names __initdata cache_names[] = {
  #define CACHE(x) { .name = "size-" #x, .name_dma = "size-" #x "(DMA)" },
  #include <linux/kmalloc_sizes.h>
@@ -74346,7 +67044,7 @@ diff -urNp linux-2.6.39/mm/slab.c linux-2.6.39/mm/slab.c
  #undef CACHE
  };
  
-@@ -1529,7 +1529,7 @@ void __init kmem_cache_init(void)
+@@ -1530,7 +1530,7 @@ void __init kmem_cache_init(void)
        sizes[INDEX_AC].cs_cachep = kmem_cache_create(names[INDEX_AC].name,
                                        sizes[INDEX_AC].cs_size,
                                        ARCH_KMALLOC_MINALIGN,
@@ -74355,7 +67053,7 @@ diff -urNp linux-2.6.39/mm/slab.c linux-2.6.39/mm/slab.c
                                        NULL);
  
        if (INDEX_AC != INDEX_L3) {
-@@ -1537,7 +1537,7 @@ void __init kmem_cache_init(void)
+@@ -1538,7 +1538,7 @@ void __init kmem_cache_init(void)
                        kmem_cache_create(names[INDEX_L3].name,
                                sizes[INDEX_L3].cs_size,
                                ARCH_KMALLOC_MINALIGN,
@@ -74364,7 +67062,7 @@ diff -urNp linux-2.6.39/mm/slab.c linux-2.6.39/mm/slab.c
                                NULL);
        }
  
-@@ -1555,7 +1555,7 @@ void __init kmem_cache_init(void)
+@@ -1556,7 +1556,7 @@ void __init kmem_cache_init(void)
                        sizes->cs_cachep = kmem_cache_create(names->name,
                                        sizes->cs_size,
                                        ARCH_KMALLOC_MINALIGN,
@@ -74373,7 +67071,7 @@ diff -urNp linux-2.6.39/mm/slab.c linux-2.6.39/mm/slab.c
                                        NULL);
                }
  #ifdef CONFIG_ZONE_DMA
-@@ -4270,10 +4270,10 @@ static int s_show(struct seq_file *m, vo
+@@ -4272,10 +4272,10 @@ static int s_show(struct seq_file *m, vo
        }
        /* cpu stats */
        {
@@ -74388,7 +67086,7 @@ diff -urNp linux-2.6.39/mm/slab.c linux-2.6.39/mm/slab.c
  
                seq_printf(m, " : cpustat %6lu %6lu %6lu %6lu",
                           allochit, allocmiss, freehit, freemiss);
-@@ -4530,15 +4530,66 @@ static const struct file_operations proc
+@@ -4532,15 +4532,66 @@ static const struct file_operations proc
  
  static int __init slab_proc_init(void)
  {
@@ -74457,9 +67155,9 @@ diff -urNp linux-2.6.39/mm/slab.c linux-2.6.39/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.39/mm/slob.c linux-2.6.39/mm/slob.c
---- linux-2.6.39/mm/slob.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/mm/slob.c     2011-05-22 19:36:33.000000000 -0400
+diff -urNp linux-3.0.4/mm/slob.c linux-3.0.4/mm/slob.c
+--- linux-3.0.4/mm/slob.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/mm/slob.c      2011-08-23 21:47:56.000000000 -0400
 @@ -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
@@ -74578,7 +67276,7 @@ diff -urNp linux-2.6.39/mm/slob.c linux-2.6.39/mm/slob.c
                ret = (void *)m + align;
  
                trace_kmalloc_node(_RET_IP_, ret,
-@@ -504,9 +509,9 @@ void *__kmalloc_node(size_t size, gfp_t 
+@@ -504,16 +509,25 @@ void *__kmalloc_node(size_t size, gfp_t 
                        gfp |= __GFP_COMP;
                ret = slob_new_pages(gfp, order, node);
                if (ret) {
@@ -74591,21 +67289,24 @@ diff -urNp linux-2.6.39/mm/slob.c linux-2.6.39/mm/slob.c
                }
  
                trace_kmalloc_node(_RET_IP_, ret,
-@@ -516,6 +521,13 @@ void *__kmalloc_node(size_t size, gfp_t 
-       kmemleak_alloc(ret, size, 1, gfp);
-       return ret;
- }
+                                  size, PAGE_SIZE << order, gfp, node);
+       }
+-      kmemleak_alloc(ret, size, 1, gfp);
++      return ret;
++}
 +
 +void *__kmalloc_node(size_t size, gfp_t gfp, int node)
 +{
 +      int align = max(ARCH_KMALLOC_MINALIGN, ARCH_SLAB_MINALIGN);
++      void *ret = __kmalloc_node_align(size, gfp, node, align);
 +
-+      return __kmalloc_node_align(size, gfp, node, align);
-+}
++      if (!ZERO_OR_NULL_PTR(ret))
++              kmemleak_alloc(ret, size, 1, gfp);
+       return ret;
+ }
  EXPORT_SYMBOL(__kmalloc_node);
- void kfree(const void *block)
-@@ -531,13 +543,81 @@ void kfree(const void *block)
+@@ -531,13 +545,88 @@ void kfree(const void *block)
        sp = slob_page(block);
        if (is_slob_page(sp)) {
                int align = max(ARCH_KMALLOC_MINALIGN, ARCH_SLAB_MINALIGN);
@@ -74630,6 +67331,7 @@ diff -urNp linux-2.6.39/mm/slob.c linux-2.6.39/mm/slob.c
 +      struct slob_page *sp;
 +      const slob_t *free;
 +      const void *base;
++      unsigned long flags;
 +
 +      if (!n)
 +              return;
@@ -74655,6 +67357,7 @@ diff -urNp linux-2.6.39/mm/slob.c linux-2.6.39/mm/slob.c
 +      }
 +
 +      /* some tricky double walking to find the chunk */
++      spin_lock_irqsave(&slob_lock, flags);
 +      base = (void *)((unsigned long)ptr & PAGE_MASK);
 +      free = sp->free;
 +
@@ -74669,17 +67372,22 @@ diff -urNp linux-2.6.39/mm/slob.c linux-2.6.39/mm/slob.c
 +              int offset;
 +
 +              if (ptr < base + align)
-+                      goto report;
++                      break;
 +
 +              offset = ptr - base - align;
-+              if (offset < m) {
-+                      if (n <= m - offset)
-+                              return;
-+                      goto report;
++              if (offset >= m) {
++                      base += size;
++                      continue;
 +              }
-+              base += size;
++
++              if (n > m - offset)
++                      break;
++
++              spin_unlock_irqrestore(&slob_lock, flags);
++              return;
 +      }
 +
++      spin_unlock_irqrestore(&slob_lock, flags);
 +report:
 +      pax_report_usercopy(ptr, n, to, NULL);
 +#endif
@@ -74690,7 +67398,7 @@ diff -urNp linux-2.6.39/mm/slob.c linux-2.6.39/mm/slob.c
  /* can't use ksize for kmem_cache_alloc memory, only kmalloc */
  size_t ksize(const void *block)
  {
-@@ -550,10 +630,10 @@ size_t ksize(const void *block)
+@@ -550,10 +639,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);
@@ -74704,7 +67412,21 @@ diff -urNp linux-2.6.39/mm/slob.c linux-2.6.39/mm/slob.c
  }
  EXPORT_SYMBOL(ksize);
  
-@@ -608,17 +688,25 @@ void *kmem_cache_alloc_node(struct kmem_
+@@ -569,8 +658,13 @@ struct kmem_cache *kmem_cache_create(con
+ {
+       struct kmem_cache *c;
++#ifdef CONFIG_PAX_USERCOPY
++      c = __kmalloc_node_align(sizeof(struct kmem_cache),
++              GFP_KERNEL, -1, ARCH_KMALLOC_MINALIGN);
++#else
+       c = slob_alloc(sizeof(struct kmem_cache),
+               GFP_KERNEL, ARCH_KMALLOC_MINALIGN, -1);
++#endif
+       if (c) {
+               c->name = name;
+@@ -608,17 +702,25 @@ void *kmem_cache_alloc_node(struct kmem_
  {
        void *b;
  
@@ -74730,7 +67452,7 @@ diff -urNp linux-2.6.39/mm/slob.c linux-2.6.39/mm/slob.c
  
        if (c->ctor)
                c->ctor(b);
-@@ -630,10 +718,16 @@ EXPORT_SYMBOL(kmem_cache_alloc_node);
+@@ -630,10 +732,16 @@ EXPORT_SYMBOL(kmem_cache_alloc_node);
  
  static void __kmem_cache_free(void *b, int size)
  {
@@ -74749,7 +67471,7 @@ diff -urNp linux-2.6.39/mm/slob.c linux-2.6.39/mm/slob.c
  }
  
  static void kmem_rcu_free(struct rcu_head *head)
-@@ -646,14 +740,23 @@ static void kmem_rcu_free(struct rcu_hea
+@@ -646,17 +754,31 @@ static void kmem_rcu_free(struct rcu_hea
  
  void kmem_cache_free(struct kmem_cache *c, void *b)
  {
@@ -74775,11 +67497,28 @@ diff -urNp linux-2.6.39/mm/slob.c linux-2.6.39/mm/slob.c
 +              __kmem_cache_free(b, size);
        }
  
++#ifdef CONFIG_PAX_USERCOPY
++      trace_kfree(_RET_IP_, b);
++#else
        trace_kmem_cache_free(_RET_IP_, b);
-diff -urNp linux-2.6.39/mm/slub.c linux-2.6.39/mm/slub.c
---- linux-2.6.39/mm/slub.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/mm/slub.c     2011-05-22 19:41:42.000000000 -0400
-@@ -419,7 +419,7 @@ static void print_track(const char *s, s
++#endif
++
+ }
+ EXPORT_SYMBOL(kmem_cache_free);
+diff -urNp linux-3.0.4/mm/slub.c linux-3.0.4/mm/slub.c
+--- linux-3.0.4/mm/slub.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/mm/slub.c      2011-09-25 22:15:40.000000000 -0400
+@@ -200,7 +200,7 @@ struct track {
+ enum track_item { TRACK_ALLOC, TRACK_FREE };
+-#ifdef CONFIG_SYSFS
++#if defined(CONFIG_SYSFS) && !defined(CONFIG_GRKERNSEC_PROC_ADD)
+ static int sysfs_slab_add(struct kmem_cache *);
+ static int sysfs_slab_alias(struct kmem_cache *, const char *);
+ static void sysfs_slab_remove(struct kmem_cache *);
+@@ -442,7 +442,7 @@ static void print_track(const char *s, s
        if (!t->addr)
                return;
  
@@ -74788,7 +67527,7 @@ diff -urNp linux-2.6.39/mm/slub.c linux-2.6.39/mm/slub.c
                s, (void *)t->addr, jiffies - t->when, t->cpu, t->pid);
  }
  
-@@ -2171,6 +2171,8 @@ void kmem_cache_free(struct kmem_cache *
+@@ -2137,6 +2137,8 @@ void kmem_cache_free(struct kmem_cache *
  
        page = virt_to_head_page(x);
  
@@ -74797,7 +67536,7 @@ diff -urNp linux-2.6.39/mm/slub.c linux-2.6.39/mm/slub.c
        slab_free(s, page, x, _RET_IP_);
  
        trace_kmem_cache_free(_RET_IP_, x);
-@@ -2204,7 +2206,7 @@ static int slub_min_objects;
+@@ -2170,7 +2172,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.)
   */
@@ -74806,7 +67545,7 @@ diff -urNp linux-2.6.39/mm/slub.c linux-2.6.39/mm/slub.c
  
  /*
   * Calculate the order of allocation given an slab object size.
-@@ -2632,7 +2634,7 @@ static int kmem_cache_open(struct kmem_c
+@@ -2594,7 +2596,7 @@ static int kmem_cache_open(struct kmem_c
         * list to avoid pounding the page allocator excessively.
         */
        set_min_partial(s, ilog2(s->size));
@@ -74815,7 +67554,7 @@ diff -urNp linux-2.6.39/mm/slub.c linux-2.6.39/mm/slub.c
  #ifdef CONFIG_NUMA
        s->remote_node_defrag_ratio = 1000;
  #endif
-@@ -2738,8 +2740,7 @@ static inline int kmem_cache_close(struc
+@@ -2699,8 +2701,7 @@ static inline int kmem_cache_close(struc
  void kmem_cache_destroy(struct kmem_cache *s)
  {
        down_write(&slub_lock);
@@ -74825,7 +67564,7 @@ diff -urNp linux-2.6.39/mm/slub.c linux-2.6.39/mm/slub.c
                list_del(&s->list);
                if (kmem_cache_close(s)) {
                        printk(KERN_ERR "SLUB %s: %s called for cache that "
-@@ -2949,6 +2950,46 @@ void *__kmalloc_node(size_t size, gfp_t 
+@@ -2910,6 +2911,46 @@ void *__kmalloc_node(size_t size, gfp_t 
  EXPORT_SYMBOL(__kmalloc_node);
  #endif
  
@@ -74872,7 +67611,7 @@ diff -urNp linux-2.6.39/mm/slub.c linux-2.6.39/mm/slub.c
  size_t ksize(const void *object)
  {
        struct page *page;
-@@ -3193,7 +3234,7 @@ static void __init kmem_cache_bootstrap_
+@@ -3154,7 +3195,7 @@ static void __init kmem_cache_bootstrap_
        int node;
  
        list_add(&s->list, &slab_caches);
@@ -74881,7 +67620,7 @@ diff -urNp linux-2.6.39/mm/slub.c linux-2.6.39/mm/slub.c
  
        for_each_node_state(node, N_NORMAL_MEMORY) {
                struct kmem_cache_node *n = get_node(s, node);
-@@ -3310,17 +3351,17 @@ void __init kmem_cache_init(void)
+@@ -3271,17 +3312,17 @@ void __init kmem_cache_init(void)
  
        /* Caches that are not of the two-to-the-power-of size */
        if (KMALLOC_MIN_SIZE <= 32) {
@@ -74902,7 +67641,7 @@ diff -urNp linux-2.6.39/mm/slub.c linux-2.6.39/mm/slub.c
                caches++;
        }
  
-@@ -3388,7 +3429,7 @@ static int slab_unmergeable(struct kmem_
+@@ -3349,7 +3390,7 @@ static int slab_unmergeable(struct kmem_
        /*
         * We may have set a slab to be unmergeable during bootstrap.
         */
@@ -74911,7 +67650,7 @@ diff -urNp linux-2.6.39/mm/slub.c linux-2.6.39/mm/slub.c
                return 1;
  
        return 0;
-@@ -3447,7 +3488,7 @@ struct kmem_cache *kmem_cache_create(con
+@@ -3408,7 +3449,7 @@ struct kmem_cache *kmem_cache_create(con
        down_write(&slub_lock);
        s = find_mergeable(size, align, flags, name, ctor);
        if (s) {
@@ -74920,7 +67659,7 @@ diff -urNp linux-2.6.39/mm/slub.c linux-2.6.39/mm/slub.c
                /*
                 * Adjust the object sizes so that we clear
                 * the complete object on kzalloc.
-@@ -3456,7 +3497,7 @@ struct kmem_cache *kmem_cache_create(con
+@@ -3417,7 +3458,7 @@ struct kmem_cache *kmem_cache_create(con
                s->inuse = max_t(int, s->inuse, ALIGN(size, sizeof(void *)));
  
                if (sysfs_slab_alias(s, name)) {
@@ -74929,7 +67668,31 @@ diff -urNp linux-2.6.39/mm/slub.c linux-2.6.39/mm/slub.c
                        goto err;
                }
                up_write(&slub_lock);
-@@ -4189,7 +4230,7 @@ SLAB_ATTR_RO(ctor);
+@@ -3545,7 +3586,7 @@ void *__kmalloc_node_track_caller(size_t
+ }
+ #endif
+-#ifdef CONFIG_SYSFS
++#if defined(CONFIG_SYSFS) && !defined(CONFIG_GRKERNSEC_PROC_ADD)
+ static int count_inuse(struct page *page)
+ {
+       return page->inuse;
+@@ -3935,12 +3976,12 @@ static void resiliency_test(void)
+       validate_slab_cache(kmalloc_caches[9]);
+ }
+ #else
+-#ifdef CONFIG_SYSFS
++#if defined(CONFIG_SYSFS) && !defined(CONFIG_GRKERNSEC_PROC_ADD)
+ static void resiliency_test(void) {};
+ #endif
+ #endif
+-#ifdef CONFIG_SYSFS
++#if defined(CONFIG_SYSFS) && !defined(CONFIG_GRKERNSEC_PROC_ADD)
+ enum slab_stat_type {
+       SL_ALL,                 /* All slabs */
+       SL_PARTIAL,             /* Only partially allocated slabs */
+@@ -4150,7 +4191,7 @@ SLAB_ATTR_RO(ctor);
  
  static ssize_t aliases_show(struct kmem_cache *s, char *buf)
  {
@@ -74938,7 +67701,39 @@ diff -urNp linux-2.6.39/mm/slub.c linux-2.6.39/mm/slub.c
  }
  SLAB_ATTR_RO(aliases);
  
-@@ -4933,7 +4974,13 @@ static const struct file_operations proc
+@@ -4662,6 +4703,7 @@ static char *create_unique_id(struct kme
+       return name;
+ }
++#if defined(CONFIG_SYSFS) && !defined(CONFIG_GRKERNSEC_PROC_ADD)
+ static int sysfs_slab_add(struct kmem_cache *s)
+ {
+       int err;
+@@ -4724,6 +4766,7 @@ static void sysfs_slab_remove(struct kme
+       kobject_del(&s->kobj);
+       kobject_put(&s->kobj);
+ }
++#endif
+ /*
+  * Need to buffer aliases during bootup until sysfs becomes
+@@ -4737,6 +4780,7 @@ struct saved_alias {
+ static struct saved_alias *alias_list;
++#if defined(CONFIG_SYSFS) && !defined(CONFIG_GRKERNSEC_PROC_ADD)
+ static int sysfs_slab_alias(struct kmem_cache *s, const char *name)
+ {
+       struct saved_alias *al;
+@@ -4759,6 +4803,7 @@ static int sysfs_slab_alias(struct kmem_
+       alias_list = al;
+       return 0;
+ }
++#endif
+ static int __init slab_sysfs_init(void)
+ {
+@@ -4894,7 +4939,13 @@ static const struct file_operations proc
  
  static int __init slab_proc_init(void)
  {
@@ -74953,10 +67748,30 @@ diff -urNp linux-2.6.39/mm/slub.c linux-2.6.39/mm/slub.c
        return 0;
  }
  module_init(slab_proc_init);
-diff -urNp linux-2.6.39/mm/swapfile.c linux-2.6.39/mm/swapfile.c
---- linux-2.6.39/mm/swapfile.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/mm/swapfile.c 2011-05-22 19:36:33.000000000 -0400
-@@ -61,7 +61,7 @@ static DEFINE_MUTEX(swapon_mutex);
+diff -urNp linux-3.0.4/mm/swap.c linux-3.0.4/mm/swap.c
+--- linux-3.0.4/mm/swap.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/mm/swap.c      2011-08-23 21:47:56.000000000 -0400
+@@ -31,6 +31,7 @@
+ #include <linux/backing-dev.h>
+ #include <linux/memcontrol.h>
+ #include <linux/gfp.h>
++#include <linux/hugetlb.h>
+ #include "internal.h"
+@@ -71,6 +72,8 @@ static void __put_compound_page(struct p
+       __page_cache_release(page);
+       dtor = get_compound_page_dtor(page);
++      if (!PageHuge(page))
++              BUG_ON(dtor != free_compound_page);
+       (*dtor)(page);
+ }
+diff -urNp linux-3.0.4/mm/swapfile.c linux-3.0.4/mm/swapfile.c
+--- linux-3.0.4/mm/swapfile.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/mm/swapfile.c  2011-08-23 21:47:56.000000000 -0400
+@@ -62,7 +62,7 @@ static DEFINE_MUTEX(swapon_mutex);
  
  static DECLARE_WAIT_QUEUE_HEAD(proc_poll_wait);
  /* Activity counter to indicate that a swapon or swapoff has occurred */
@@ -74965,7 +67780,7 @@ diff -urNp linux-2.6.39/mm/swapfile.c linux-2.6.39/mm/swapfile.c
  
  static inline unsigned char swap_count(unsigned char ent)
  {
-@@ -1669,7 +1669,7 @@ SYSCALL_DEFINE1(swapoff, const char __us
+@@ -1671,7 +1671,7 @@ SYSCALL_DEFINE1(swapoff, const char __us
        }
        filp_close(swap_file, NULL);
        err = 0;
@@ -74974,7 +67789,7 @@ diff -urNp linux-2.6.39/mm/swapfile.c linux-2.6.39/mm/swapfile.c
        wake_up_interruptible(&proc_poll_wait);
  
  out_dput:
-@@ -1690,8 +1690,8 @@ static unsigned swaps_poll(struct file *
+@@ -1692,8 +1692,8 @@ static unsigned swaps_poll(struct file *
  
        poll_wait(file, &proc_poll_wait, wait);
  
@@ -74985,7 +67800,7 @@ diff -urNp linux-2.6.39/mm/swapfile.c linux-2.6.39/mm/swapfile.c
                return POLLIN | POLLRDNORM | POLLERR | POLLPRI;
        }
  
-@@ -1797,7 +1797,7 @@ static int swaps_open(struct inode *inod
+@@ -1799,7 +1799,7 @@ static int swaps_open(struct inode *inod
        }
  
        s->seq.private = s;
@@ -74994,7 +67809,7 @@ diff -urNp linux-2.6.39/mm/swapfile.c linux-2.6.39/mm/swapfile.c
        return ret;
  }
  
-@@ -2131,7 +2131,7 @@ SYSCALL_DEFINE2(swapon, const char __use
+@@ -2133,7 +2133,7 @@ SYSCALL_DEFINE2(swapon, const char __use
                (p->flags & SWP_DISCARDABLE) ? "D" : "");
  
        mutex_unlock(&swapon_mutex);
@@ -75003,10 +67818,10 @@ diff -urNp linux-2.6.39/mm/swapfile.c linux-2.6.39/mm/swapfile.c
        wake_up_interruptible(&proc_poll_wait);
  
        if (S_ISREG(inode->i_mode))
-diff -urNp linux-2.6.39/mm/util.c linux-2.6.39/mm/util.c
---- linux-2.6.39/mm/util.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/mm/util.c     2011-05-23 17:07:00.000000000 -0400
-@@ -112,6 +112,7 @@ EXPORT_SYMBOL(memdup_user);
+diff -urNp linux-3.0.4/mm/util.c linux-3.0.4/mm/util.c
+--- linux-3.0.4/mm/util.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/mm/util.c      2011-08-23 21:47:56.000000000 -0400
+@@ -114,6 +114,7 @@ EXPORT_SYMBOL(memdup_user);
   * allocated buffer. Use this if you don't want to free the buffer immediately
   * like, for example, with RCU.
   */
@@ -75014,7 +67829,7 @@ diff -urNp linux-2.6.39/mm/util.c linux-2.6.39/mm/util.c
  void *__krealloc(const void *p, size_t new_size, gfp_t flags)
  {
        void *ret;
-@@ -145,6 +146,7 @@ EXPORT_SYMBOL(__krealloc);
+@@ -147,6 +148,7 @@ EXPORT_SYMBOL(__krealloc);
   * behaves exactly like kmalloc().  If @size is 0 and @p is not a
   * %NULL pointer, the object pointed to is freed.
   */
@@ -75022,7 +67837,7 @@ diff -urNp linux-2.6.39/mm/util.c linux-2.6.39/mm/util.c
  void *krealloc(const void *p, size_t new_size, gfp_t flags)
  {
        void *ret;
-@@ -219,6 +221,12 @@ EXPORT_SYMBOL(strndup_user);
+@@ -243,6 +245,12 @@ void __vma_link_list(struct mm_struct *m
  void arch_pick_mmap_layout(struct mm_struct *mm)
  {
        mm->mmap_base = TASK_UNMAPPED_BASE;
@@ -75035,9 +67850,9 @@ diff -urNp linux-2.6.39/mm/util.c linux-2.6.39/mm/util.c
        mm->get_unmapped_area = arch_get_unmapped_area;
        mm->unmap_area = arch_unmap_area;
  }
-diff -urNp linux-2.6.39/mm/vmalloc.c linux-2.6.39/mm/vmalloc.c
---- linux-2.6.39/mm/vmalloc.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/mm/vmalloc.c  2011-05-22 19:36:33.000000000 -0400
+diff -urNp linux-3.0.4/mm/vmalloc.c linux-3.0.4/mm/vmalloc.c
+--- linux-3.0.4/mm/vmalloc.c   2011-09-02 18:11:21.000000000 -0400
++++ linux-3.0.4/mm/vmalloc.c   2011-08-23 21:47:56.000000000 -0400
 @@ -39,8 +39,19 @@ static void vunmap_pte_range(pmd_t *pmd,
  
        pte = pte_offset_kernel(pmd, addr);
@@ -75141,7 +67956,7 @@ diff -urNp linux-2.6.39/mm/vmalloc.c linux-2.6.39/mm/vmalloc.c
                        if (!pmd_none(*pmd)) {
                                pte_t *ptep, pte;
  
-@@ -1296,6 +1336,16 @@ static struct vm_struct *__get_vm_area_n
+@@ -1297,6 +1337,16 @@ static struct vm_struct *__get_vm_area_n
        struct vm_struct *area;
  
        BUG_ON(in_interrupt());
@@ -75158,7 +67973,7 @@ diff -urNp linux-2.6.39/mm/vmalloc.c linux-2.6.39/mm/vmalloc.c
        if (flags & VM_IOREMAP) {
                int bit = fls(size);
  
-@@ -1514,6 +1564,11 @@ void *vmap(struct page **pages, unsigned
+@@ -1515,6 +1565,11 @@ void *vmap(struct page **pages, unsigned
        if (count > totalram_pages)
                return NULL;
  
@@ -75170,7 +67985,7 @@ diff -urNp linux-2.6.39/mm/vmalloc.c linux-2.6.39/mm/vmalloc.c
        area = get_vm_area_caller((count << PAGE_SHIFT), flags,
                                        __builtin_return_address(0));
        if (!area)
-@@ -1610,6 +1665,13 @@ void *__vmalloc_node_range(unsigned long
+@@ -1616,6 +1671,13 @@ void *__vmalloc_node_range(unsigned long
        if (!size || (size >> PAGE_SHIFT) > totalram_pages)
                return NULL;
  
@@ -75184,7 +67999,7 @@ diff -urNp linux-2.6.39/mm/vmalloc.c linux-2.6.39/mm/vmalloc.c
        area = __get_vm_area_node(size, align, VM_ALLOC, start, end, node,
                                  gfp_mask, caller);
  
-@@ -1649,6 +1711,7 @@ static void *__vmalloc_node(unsigned lon
+@@ -1655,6 +1717,7 @@ static void *__vmalloc_node(unsigned lon
                                gfp_mask, prot, node, caller);
  }
  
@@ -75192,7 +68007,7 @@ diff -urNp linux-2.6.39/mm/vmalloc.c linux-2.6.39/mm/vmalloc.c
  void *__vmalloc(unsigned long size, gfp_t gfp_mask, pgprot_t prot)
  {
        return __vmalloc_node(size, 1, gfp_mask, prot, -1,
-@@ -1672,6 +1735,7 @@ static inline void *__vmalloc_node_flags
+@@ -1678,6 +1741,7 @@ static inline void *__vmalloc_node_flags
   *    For tight control over page level allocator and protection flags
   *    use __vmalloc() instead.
   */
@@ -75200,7 +68015,7 @@ diff -urNp linux-2.6.39/mm/vmalloc.c linux-2.6.39/mm/vmalloc.c
  void *vmalloc(unsigned long size)
  {
        return __vmalloc_node_flags(size, -1, GFP_KERNEL | __GFP_HIGHMEM);
-@@ -1688,6 +1752,7 @@ EXPORT_SYMBOL(vmalloc);
+@@ -1694,6 +1758,7 @@ EXPORT_SYMBOL(vmalloc);
   *    For tight control over page level allocator and protection flags
   *    use __vmalloc() instead.
   */
@@ -75208,7 +68023,7 @@ diff -urNp linux-2.6.39/mm/vmalloc.c linux-2.6.39/mm/vmalloc.c
  void *vzalloc(unsigned long size)
  {
        return __vmalloc_node_flags(size, -1,
-@@ -1702,6 +1767,7 @@ EXPORT_SYMBOL(vzalloc);
+@@ -1708,6 +1773,7 @@ EXPORT_SYMBOL(vzalloc);
   * The resulting memory area is zeroed so it can be mapped to userspace
   * without leaking data.
   */
@@ -75216,7 +68031,7 @@ diff -urNp linux-2.6.39/mm/vmalloc.c linux-2.6.39/mm/vmalloc.c
  void *vmalloc_user(unsigned long size)
  {
        struct vm_struct *area;
-@@ -1729,6 +1795,7 @@ EXPORT_SYMBOL(vmalloc_user);
+@@ -1735,6 +1801,7 @@ EXPORT_SYMBOL(vmalloc_user);
   *    For tight control over page level allocator and protection flags
   *    use __vmalloc() instead.
   */
@@ -75224,7 +68039,7 @@ diff -urNp linux-2.6.39/mm/vmalloc.c linux-2.6.39/mm/vmalloc.c
  void *vmalloc_node(unsigned long size, int node)
  {
        return __vmalloc_node(size, 1, GFP_KERNEL | __GFP_HIGHMEM, PAGE_KERNEL,
-@@ -1748,6 +1815,7 @@ EXPORT_SYMBOL(vmalloc_node);
+@@ -1754,6 +1821,7 @@ EXPORT_SYMBOL(vmalloc_node);
   * For tight control over page level allocator and protection flags
   * use __vmalloc_node() instead.
   */
@@ -75232,7 +68047,7 @@ diff -urNp linux-2.6.39/mm/vmalloc.c linux-2.6.39/mm/vmalloc.c
  void *vzalloc_node(unsigned long size, int node)
  {
        return __vmalloc_node_flags(size, node,
-@@ -1770,10 +1838,10 @@ EXPORT_SYMBOL(vzalloc_node);
+@@ -1776,10 +1844,10 @@ EXPORT_SYMBOL(vzalloc_node);
   *    For tight control over page level allocator and protection flags
   *    use __vmalloc() instead.
   */
@@ -75245,7 +68060,7 @@ diff -urNp linux-2.6.39/mm/vmalloc.c linux-2.6.39/mm/vmalloc.c
                              -1, __builtin_return_address(0));
  }
  
-@@ -1792,6 +1860,7 @@ void *vmalloc_exec(unsigned long size)
+@@ -1798,6 +1866,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.
   */
@@ -75253,7 +68068,7 @@ diff -urNp linux-2.6.39/mm/vmalloc.c linux-2.6.39/mm/vmalloc.c
  void *vmalloc_32(unsigned long size)
  {
        return __vmalloc_node(size, 1, GFP_VMALLOC32, PAGE_KERNEL,
-@@ -1806,6 +1875,7 @@ EXPORT_SYMBOL(vmalloc_32);
+@@ -1812,6 +1881,7 @@ EXPORT_SYMBOL(vmalloc_32);
   * The resulting memory area is 32bit addressable and zeroed so it can be
   * mapped to userspace without leaking data.
   */
@@ -75261,7 +68076,7 @@ diff -urNp linux-2.6.39/mm/vmalloc.c linux-2.6.39/mm/vmalloc.c
  void *vmalloc_32_user(unsigned long size)
  {
        struct vm_struct *area;
-@@ -2068,6 +2138,8 @@ int remap_vmalloc_range(struct vm_area_s
+@@ -2074,6 +2144,8 @@ int remap_vmalloc_range(struct vm_area_s
        unsigned long uaddr = vma->vm_start;
        unsigned long usize = vma->vm_end - vma->vm_start;
  
@@ -75270,9 +68085,9 @@ diff -urNp linux-2.6.39/mm/vmalloc.c linux-2.6.39/mm/vmalloc.c
        if ((PAGE_SIZE-1) & (unsigned long)addr)
                return -EINVAL;
  
-diff -urNp linux-2.6.39/mm/vmstat.c linux-2.6.39/mm/vmstat.c
---- linux-2.6.39/mm/vmstat.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/mm/vmstat.c   2011-05-22 19:41:42.000000000 -0400
+diff -urNp linux-3.0.4/mm/vmstat.c linux-3.0.4/mm/vmstat.c
+--- linux-3.0.4/mm/vmstat.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/mm/vmstat.c    2011-08-23 21:48:14.000000000 -0400
 @@ -78,7 +78,7 @@ void vm_events_fold_cpu(int cpu)
   *
   * vm_stat contains the global counters
@@ -75300,7 +68115,7 @@ diff -urNp linux-2.6.39/mm/vmstat.c linux-2.6.39/mm/vmstat.c
  }
  
  #endif
-@@ -1205,10 +1205,20 @@ static int __init setup_vmstat(void)
+@@ -1207,10 +1207,20 @@ static int __init setup_vmstat(void)
                start_cpu_timer(cpu);
  #endif
  #ifdef CONFIG_PROC_FS
@@ -75325,10 +68140,10 @@ diff -urNp linux-2.6.39/mm/vmstat.c linux-2.6.39/mm/vmstat.c
  #endif
        return 0;
  }
-diff -urNp linux-2.6.39/net/8021q/vlan.c linux-2.6.39/net/8021q/vlan.c
---- linux-2.6.39/net/8021q/vlan.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/net/8021q/vlan.c      2011-05-22 19:36:33.000000000 -0400
-@@ -592,8 +592,7 @@ static int vlan_ioctl_handler(struct net
+diff -urNp linux-3.0.4/net/8021q/vlan.c linux-3.0.4/net/8021q/vlan.c
+--- linux-3.0.4/net/8021q/vlan.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/net/8021q/vlan.c       2011-08-23 21:47:56.000000000 -0400
+@@ -591,8 +591,7 @@ static int vlan_ioctl_handler(struct net
                err = -EPERM;
                if (!capable(CAP_NET_ADMIN))
                        break;
@@ -75338,9 +68153,9 @@ diff -urNp linux-2.6.39/net/8021q/vlan.c linux-2.6.39/net/8021q/vlan.c
                        struct vlan_net *vn;
  
                        vn = net_generic(net, vlan_net_id);
-diff -urNp linux-2.6.39/net/atm/atm_misc.c linux-2.6.39/net/atm/atm_misc.c
---- linux-2.6.39/net/atm/atm_misc.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/net/atm/atm_misc.c    2011-05-22 19:36:33.000000000 -0400
+diff -urNp linux-3.0.4/net/atm/atm_misc.c linux-3.0.4/net/atm/atm_misc.c
+--- linux-3.0.4/net/atm/atm_misc.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/net/atm/atm_misc.c     2011-08-23 21:47:56.000000000 -0400
 @@ -17,7 +17,7 @@ int atm_charge(struct atm_vcc *vcc, int 
        if (atomic_read(&sk_atm(vcc)->sk_rmem_alloc) <= sk_atm(vcc)->sk_rcvbuf)
                return 1;
@@ -75377,9 +68192,33 @@ diff -urNp linux-2.6.39/net/atm/atm_misc.c linux-2.6.39/net/atm/atm_misc.c
        __SONET_ITEMS
  #undef __HANDLE_ITEM
  }
-diff -urNp linux-2.6.39/net/atm/mpoa_caches.c linux-2.6.39/net/atm/mpoa_caches.c
---- linux-2.6.39/net/atm/mpoa_caches.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/net/atm/mpoa_caches.c 2011-05-22 19:36:33.000000000 -0400
+diff -urNp linux-3.0.4/net/atm/lec.h linux-3.0.4/net/atm/lec.h
+--- linux-3.0.4/net/atm/lec.h  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/net/atm/lec.h  2011-08-23 21:47:56.000000000 -0400
+@@ -48,7 +48,7 @@ struct lane2_ops {
+                             const u8 *tlvs, u32 sizeoftlvs);
+       void (*associate_indicator) (struct net_device *dev, const u8 *mac_addr,
+                                    const u8 *tlvs, u32 sizeoftlvs);
+-};
++} __no_const;
+ /*
+  * ATM LAN Emulation supports both LLC & Dix Ethernet EtherType
+diff -urNp linux-3.0.4/net/atm/mpc.h linux-3.0.4/net/atm/mpc.h
+--- linux-3.0.4/net/atm/mpc.h  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/net/atm/mpc.h  2011-08-23 21:47:56.000000000 -0400
+@@ -33,7 +33,7 @@ struct mpoa_client {
+       struct mpc_parameters parameters;  /* parameters for this client    */
+       const struct net_device_ops *old_ops;
+-      struct net_device_ops new_ops;
++      net_device_ops_no_const new_ops;
+ };
+diff -urNp linux-3.0.4/net/atm/mpoa_caches.c linux-3.0.4/net/atm/mpoa_caches.c
+--- linux-3.0.4/net/atm/mpoa_caches.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/net/atm/mpoa_caches.c  2011-08-23 21:48:14.000000000 -0400
 @@ -255,6 +255,8 @@ static void check_resolving_entries(stru
        struct timeval now;
        struct k_message msg;
@@ -75389,9 +68228,9 @@ diff -urNp linux-2.6.39/net/atm/mpoa_caches.c linux-2.6.39/net/atm/mpoa_caches.c
        do_gettimeofday(&now);
  
        read_lock_bh(&client->ingress_lock);
-diff -urNp linux-2.6.39/net/atm/proc.c linux-2.6.39/net/atm/proc.c
---- linux-2.6.39/net/atm/proc.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/net/atm/proc.c        2011-05-22 19:41:42.000000000 -0400
+diff -urNp linux-3.0.4/net/atm/proc.c linux-3.0.4/net/atm/proc.c
+--- linux-3.0.4/net/atm/proc.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/net/atm/proc.c 2011-08-23 21:47:56.000000000 -0400
 @@ -45,9 +45,9 @@ static void add_stats(struct seq_file *s
    const struct k_atm_aal_stats *stats)
  {
@@ -75405,34 +68244,9 @@ diff -urNp linux-2.6.39/net/atm/proc.c linux-2.6.39/net/atm/proc.c
  }
  
  static void atm_dev_info(struct seq_file *seq, const struct atm_dev *dev)
-@@ -191,7 +191,12 @@ static void vcc_info(struct seq_file *se
- {
-       struct sock *sk = sk_atm(vcc);
-+#ifdef CONFIG_GRKERNSEC_HIDESYM
-+      seq_printf(seq, "%p ", NULL);
-+#else
-       seq_printf(seq, "%p ", vcc);
-+#endif
-+
-       if (!vcc->dev)
-               seq_printf(seq, "Unassigned    ");
-       else
-@@ -218,7 +223,11 @@ static void svc_info(struct seq_file *se
- {
-       if (!vcc->dev)
-               seq_printf(seq, sizeof(void *) == 4 ?
-+#ifdef CONFIG_GRKERNSEC_HIDESYM
-+                         "N/A@%p%10s" : "N/A@%p%2s", NULL, "");
-+#else
-                          "N/A@%p%10s" : "N/A@%p%2s", vcc, "");
-+#endif
-       else
-               seq_printf(seq, "%3d %3d %5d         ",
-                          vcc->dev->number, vcc->vpi, vcc->vci);
-diff -urNp linux-2.6.39/net/atm/resources.c linux-2.6.39/net/atm/resources.c
---- linux-2.6.39/net/atm/resources.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/net/atm/resources.c   2011-05-22 19:36:33.000000000 -0400
+diff -urNp linux-3.0.4/net/atm/resources.c linux-3.0.4/net/atm/resources.c
+--- linux-3.0.4/net/atm/resources.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/net/atm/resources.c    2011-08-23 21:47:56.000000000 -0400
 @@ -160,7 +160,7 @@ EXPORT_SYMBOL(atm_dev_deregister);
  static void copy_aal_stats(struct k_atm_aal_stats *from,
      struct atm_aal_stats *to)
@@ -75451,10 +68265,10 @@ diff -urNp linux-2.6.39/net/atm/resources.c linux-2.6.39/net/atm/resources.c
        __AAL_STAT_ITEMS
  #undef __HANDLE_ITEM
  }
-diff -urNp linux-2.6.39/net/batman-adv/hard-interface.c linux-2.6.39/net/batman-adv/hard-interface.c
---- linux-2.6.39/net/batman-adv/hard-interface.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/net/batman-adv/hard-interface.c       2011-05-22 19:36:33.000000000 -0400
-@@ -339,8 +339,8 @@ int hardif_enable_interface(struct hard_
+diff -urNp linux-3.0.4/net/batman-adv/hard-interface.c linux-3.0.4/net/batman-adv/hard-interface.c
+--- linux-3.0.4/net/batman-adv/hard-interface.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/net/batman-adv/hard-interface.c        2011-08-23 21:47:56.000000000 -0400
+@@ -351,8 +351,8 @@ int hardif_enable_interface(struct hard_
        hard_iface->batman_adv_ptype.dev = hard_iface->net_dev;
        dev_add_pack(&hard_iface->batman_adv_ptype);
  
@@ -75465,10 +68279,10 @@ diff -urNp linux-2.6.39/net/batman-adv/hard-interface.c linux-2.6.39/net/batman-
        bat_info(hard_iface->soft_iface, "Adding interface: %s\n",
                 hard_iface->net_dev->name);
  
-diff -urNp linux-2.6.39/net/batman-adv/routing.c linux-2.6.39/net/batman-adv/routing.c
---- linux-2.6.39/net/batman-adv/routing.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/net/batman-adv/routing.c      2011-05-22 19:36:33.000000000 -0400
-@@ -625,7 +625,7 @@ void receive_bat_packet(struct ethhdr *e
+diff -urNp linux-3.0.4/net/batman-adv/routing.c linux-3.0.4/net/batman-adv/routing.c
+--- linux-3.0.4/net/batman-adv/routing.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/net/batman-adv/routing.c       2011-08-23 21:47:56.000000000 -0400
+@@ -627,7 +627,7 @@ void receive_bat_packet(struct ethhdr *e
                return;
  
        /* could be changed by schedule_own_packet() */
@@ -75477,10 +68291,10 @@ diff -urNp linux-2.6.39/net/batman-adv/routing.c linux-2.6.39/net/batman-adv/rou
  
        has_directlink_flag = (batman_packet->flags & DIRECTLINK ? 1 : 0);
  
-diff -urNp linux-2.6.39/net/batman-adv/send.c linux-2.6.39/net/batman-adv/send.c
---- linux-2.6.39/net/batman-adv/send.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/net/batman-adv/send.c 2011-05-22 19:36:33.000000000 -0400
-@@ -277,7 +277,7 @@ void schedule_own_packet(struct hard_ifa
+diff -urNp linux-3.0.4/net/batman-adv/send.c linux-3.0.4/net/batman-adv/send.c
+--- linux-3.0.4/net/batman-adv/send.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/net/batman-adv/send.c  2011-08-23 21:47:56.000000000 -0400
+@@ -279,7 +279,7 @@ void schedule_own_packet(struct hard_ifa
  
        /* change sequence number to network order */
        batman_packet->seqno =
@@ -75489,7 +68303,7 @@ diff -urNp linux-2.6.39/net/batman-adv/send.c linux-2.6.39/net/batman-adv/send.c
  
        if (vis_server == VIS_TYPE_SERVER_SYNC)
                batman_packet->flags |= VIS_SERVER;
-@@ -291,7 +291,7 @@ void schedule_own_packet(struct hard_ifa
+@@ -293,7 +293,7 @@ void schedule_own_packet(struct hard_ifa
        else
                batman_packet->gw_flags = 0;
  
@@ -75498,10 +68312,10 @@ diff -urNp linux-2.6.39/net/batman-adv/send.c linux-2.6.39/net/batman-adv/send.c
  
        slide_own_bcast_window(hard_iface);
        send_time = own_send_time(bat_priv);
-diff -urNp linux-2.6.39/net/batman-adv/soft-interface.c linux-2.6.39/net/batman-adv/soft-interface.c
---- linux-2.6.39/net/batman-adv/soft-interface.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/net/batman-adv/soft-interface.c       2011-05-22 19:36:33.000000000 -0400
-@@ -386,7 +386,7 @@ int interface_tx(struct sk_buff *skb, st
+diff -urNp linux-3.0.4/net/batman-adv/soft-interface.c linux-3.0.4/net/batman-adv/soft-interface.c
+--- linux-3.0.4/net/batman-adv/soft-interface.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/net/batman-adv/soft-interface.c        2011-08-23 21:47:56.000000000 -0400
+@@ -628,7 +628,7 @@ int interface_tx(struct sk_buff *skb, st
  
                /* set broadcast sequence number */
                bcast_packet->seqno =
@@ -75510,18 +68324,18 @@ diff -urNp linux-2.6.39/net/batman-adv/soft-interface.c linux-2.6.39/net/batman-
  
                add_bcast_packet_to_list(bat_priv, skb);
  
-@@ -579,7 +579,7 @@ struct net_device *softif_create(char *n
+@@ -830,7 +830,7 @@ struct net_device *softif_create(char *n
        atomic_set(&bat_priv->batman_queue_left, BATMAN_QUEUE_LEN);
  
        atomic_set(&bat_priv->mesh_state, MESH_INACTIVE);
 -      atomic_set(&bat_priv->bcast_seqno, 1);
 +      atomic_set_unchecked(&bat_priv->bcast_seqno, 1);
-       atomic_set(&bat_priv->hna_local_changed, 0);
+       atomic_set(&bat_priv->tt_local_changed, 0);
  
        bat_priv->primary_if = NULL;
-diff -urNp linux-2.6.39/net/batman-adv/types.h linux-2.6.39/net/batman-adv/types.h
---- linux-2.6.39/net/batman-adv/types.h        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/net/batman-adv/types.h        2011-05-22 19:36:33.000000000 -0400
+diff -urNp linux-3.0.4/net/batman-adv/types.h linux-3.0.4/net/batman-adv/types.h
+--- linux-3.0.4/net/batman-adv/types.h 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/net/batman-adv/types.h 2011-08-23 21:47:56.000000000 -0400
 @@ -38,8 +38,8 @@ struct hard_iface {
        int16_t if_num;
        char if_status;
@@ -75533,7 +68347,7 @@ diff -urNp linux-2.6.39/net/batman-adv/types.h linux-2.6.39/net/batman-adv/types
        unsigned char *packet_buff;
        int packet_len;
        struct kobject *hardif_obj;
-@@ -141,7 +141,7 @@ struct bat_priv {
+@@ -142,7 +142,7 @@ struct bat_priv {
        atomic_t orig_interval;         /* uint */
        atomic_t hop_penalty;           /* uint */
        atomic_t log_level;             /* uint */
@@ -75542,10 +68356,10 @@ diff -urNp linux-2.6.39/net/batman-adv/types.h linux-2.6.39/net/batman-adv/types
        atomic_t bcast_queue_left;
        atomic_t batman_queue_left;
        char num_ifaces;
-diff -urNp linux-2.6.39/net/batman-adv/unicast.c linux-2.6.39/net/batman-adv/unicast.c
---- linux-2.6.39/net/batman-adv/unicast.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/net/batman-adv/unicast.c      2011-05-22 19:36:33.000000000 -0400
-@@ -263,7 +263,7 @@ int frag_send_skb(struct sk_buff *skb, s
+diff -urNp linux-3.0.4/net/batman-adv/unicast.c linux-3.0.4/net/batman-adv/unicast.c
+--- linux-3.0.4/net/batman-adv/unicast.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/net/batman-adv/unicast.c       2011-08-23 21:47:56.000000000 -0400
+@@ -265,7 +265,7 @@ int frag_send_skb(struct sk_buff *skb, s
        frag1->flags = UNI_FRAG_HEAD | large_tail;
        frag2->flags = large_tail;
  
@@ -75554,10 +68368,10 @@ diff -urNp linux-2.6.39/net/batman-adv/unicast.c linux-2.6.39/net/batman-adv/uni
        frag1->seqno = htons(seqno - 1);
        frag2->seqno = htons(seqno);
  
-diff -urNp linux-2.6.39/net/bridge/br_multicast.c linux-2.6.39/net/bridge/br_multicast.c
---- linux-2.6.39/net/bridge/br_multicast.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/net/bridge/br_multicast.c     2011-05-22 19:36:33.000000000 -0400
-@@ -1482,7 +1482,7 @@ static int br_multicast_ipv6_rcv(struct 
+diff -urNp linux-3.0.4/net/bridge/br_multicast.c linux-3.0.4/net/bridge/br_multicast.c
+--- linux-3.0.4/net/bridge/br_multicast.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/net/bridge/br_multicast.c      2011-08-23 21:47:56.000000000 -0400
+@@ -1485,7 +1485,7 @@ static int br_multicast_ipv6_rcv(struct 
        nexthdr = ip6h->nexthdr;
        offset = ipv6_skip_exthdr(skb, sizeof(*ip6h), &nexthdr);
  
@@ -75566,9 +68380,9 @@ diff -urNp linux-2.6.39/net/bridge/br_multicast.c linux-2.6.39/net/bridge/br_mul
                return 0;
  
        /* Okay, we found ICMPv6 header */
-diff -urNp linux-2.6.39/net/bridge/netfilter/ebtables.c linux-2.6.39/net/bridge/netfilter/ebtables.c
---- linux-2.6.39/net/bridge/netfilter/ebtables.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/net/bridge/netfilter/ebtables.c       2011-05-22 19:36:33.000000000 -0400
+diff -urNp linux-3.0.4/net/bridge/netfilter/ebtables.c linux-3.0.4/net/bridge/netfilter/ebtables.c
+--- linux-3.0.4/net/bridge/netfilter/ebtables.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/net/bridge/netfilter/ebtables.c        2011-08-23 21:48:14.000000000 -0400
 @@ -1512,7 +1512,7 @@ static int do_ebt_get_ctl(struct sock *s
                        tmp.valid_hooks = t->table->valid_hooks;
                }
@@ -75587,13 +68401,14 @@ diff -urNp linux-2.6.39/net/bridge/netfilter/ebtables.c linux-2.6.39/net/bridge/
        memset(&tinfo, 0, sizeof(tinfo));
  
        if (cmd == EBT_SO_GET_ENTRIES) {
-diff -urNp linux-2.6.39/net/caif/caif_socket.c linux-2.6.39/net/caif/caif_socket.c
---- linux-2.6.39/net/caif/caif_socket.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/net/caif/caif_socket.c        2011-05-22 19:36:33.000000000 -0400
-@@ -48,18 +48,19 @@ static struct dentry *debugfsdir;
+diff -urNp linux-3.0.4/net/caif/caif_socket.c linux-3.0.4/net/caif/caif_socket.c
+--- linux-3.0.4/net/caif/caif_socket.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/net/caif/caif_socket.c 2011-08-23 21:47:56.000000000 -0400
+@@ -48,19 +48,20 @@ static struct dentry *debugfsdir;
  #ifdef CONFIG_DEBUG_FS
  struct debug_fs_counter {
        atomic_t caif_nr_socks;
+-      atomic_t caif_sock_create;
 -      atomic_t num_connect_req;
 -      atomic_t num_connect_resp;
 -      atomic_t num_connect_fail_resp;
@@ -75603,6 +68418,7 @@ diff -urNp linux-2.6.39/net/caif/caif_socket.c linux-2.6.39/net/caif/caif_socket
 -      atomic_t num_tx_flow_on_ind;
 -      atomic_t num_rx_flow_off;
 -      atomic_t num_rx_flow_on;
++      atomic_unchecked_t caif_sock_create;
 +      atomic_unchecked_t num_connect_req;
 +      atomic_unchecked_t num_connect_resp;
 +      atomic_unchecked_t num_connect_fail_resp;
@@ -75614,30 +68430,30 @@ diff -urNp linux-2.6.39/net/caif/caif_socket.c linux-2.6.39/net/caif/caif_socket
 +      atomic_unchecked_t num_rx_flow_on;
  };
  static struct debug_fs_counter cnt;
- #define       dbfs_atomic_inc(v) atomic_inc(v)
-+#define       dbfs_atomic_inc_unchecked(v) atomic_inc_unchecked(v)
- #define       dbfs_atomic_dec(v) atomic_dec(v)
+ #define       dbfs_atomic_inc(v) atomic_inc_return(v)
++#define       dbfs_atomic_inc_unchecked(v) atomic_inc_return_unchecked(v)
+ #define       dbfs_atomic_dec(v) atomic_dec_return(v)
  #else
- #define       dbfs_atomic_inc(v)
-@@ -159,7 +160,7 @@ static int caif_queue_rcv_skb(struct soc
-                       atomic_read(&cf_sk->sk.sk_rmem_alloc),
-                       sk_rcvbuf_lowwater(cf_sk));
+ #define       dbfs_atomic_inc(v) 0
+@@ -161,7 +162,7 @@ static int caif_queue_rcv_skb(struct soc
+                                       atomic_read(&cf_sk->sk.sk_rmem_alloc),
+                                       sk_rcvbuf_lowwater(cf_sk));
                set_rx_flow_off(cf_sk);
 -              dbfs_atomic_inc(&cnt.num_rx_flow_off);
 +              dbfs_atomic_inc_unchecked(&cnt.num_rx_flow_off);
                caif_flow_ctrl(sk, CAIF_MODEMCMD_FLOW_OFF_REQ);
        }
  
-@@ -169,7 +170,7 @@ static int caif_queue_rcv_skb(struct soc
-       if (!sk_rmem_schedule(sk, skb->truesize) && rx_flow_is_on(cf_sk)) {
+@@ -172,7 +173,7 @@ static int caif_queue_rcv_skb(struct soc
                set_rx_flow_off(cf_sk);
-               pr_debug("sending flow OFF due to rmem_schedule\n");
+               if (net_ratelimit())
+                       pr_debug("sending flow OFF due to rmem_schedule\n");
 -              dbfs_atomic_inc(&cnt.num_rx_flow_off);
 +              dbfs_atomic_inc_unchecked(&cnt.num_rx_flow_off);
                caif_flow_ctrl(sk, CAIF_MODEMCMD_FLOW_OFF_REQ);
        }
        skb->dev = NULL;
-@@ -218,21 +219,21 @@ static void caif_ctrl_cb(struct cflayer 
+@@ -233,14 +234,14 @@ static void caif_ctrl_cb(struct cflayer 
        switch (flow) {
        case CAIF_CTRLCMD_FLOW_ON_IND:
                /* OK from modem to start sending again */
@@ -75654,15 +68470,16 @@ diff -urNp linux-2.6.39/net/caif/caif_socket.c linux-2.6.39/net/caif/caif_socket
                set_tx_flow_off(cf_sk);
                cf_sk->sk.sk_state_change(&cf_sk->sk);
                break;
-       case CAIF_CTRLCMD_INIT_RSP:
+@@ -249,7 +250,7 @@ static void caif_ctrl_cb(struct cflayer 
                /* We're now connected */
+               caif_client_register_refcnt(&cf_sk->layer,
+                                               cfsk_hold, cfsk_put);
 -              dbfs_atomic_inc(&cnt.num_connect_resp);
 +              dbfs_atomic_inc_unchecked(&cnt.num_connect_resp);
                cf_sk->sk.sk_state = CAIF_CONNECTED;
                set_tx_flow_on(cf_sk);
                cf_sk->sk.sk_state_change(&cf_sk->sk);
-@@ -247,7 +248,7 @@ static void caif_ctrl_cb(struct cflayer 
+@@ -263,7 +264,7 @@ static void caif_ctrl_cb(struct cflayer 
  
        case CAIF_CTRLCMD_INIT_FAIL_RSP:
                /* Connect request failed */
@@ -75671,7 +68488,7 @@ diff -urNp linux-2.6.39/net/caif/caif_socket.c linux-2.6.39/net/caif/caif_socket
                cf_sk->sk.sk_err = ECONNREFUSED;
                cf_sk->sk.sk_state = CAIF_DISCONNECTED;
                cf_sk->sk.sk_shutdown = SHUTDOWN_MASK;
-@@ -261,7 +262,7 @@ static void caif_ctrl_cb(struct cflayer 
+@@ -277,7 +278,7 @@ static void caif_ctrl_cb(struct cflayer 
  
        case CAIF_CTRLCMD_REMOTE_SHUTDOWN_IND:
                /* Modem has closed this connection, or device is down. */
@@ -75680,7 +68497,7 @@ diff -urNp linux-2.6.39/net/caif/caif_socket.c linux-2.6.39/net/caif/caif_socket
                cf_sk->sk.sk_shutdown = SHUTDOWN_MASK;
                cf_sk->sk.sk_err = ECONNRESET;
                set_rx_flow_on(cf_sk);
-@@ -281,7 +282,7 @@ static void caif_check_flow_release(stru
+@@ -297,7 +298,7 @@ static void caif_check_flow_release(stru
                return;
  
        if (atomic_read(&sk->sk_rmem_alloc) <= sk_rcvbuf_lowwater(cf_sk)) {
@@ -75689,27 +68506,36 @@ diff -urNp linux-2.6.39/net/caif/caif_socket.c linux-2.6.39/net/caif/caif_socket
                        set_rx_flow_on(cf_sk);
                        caif_flow_ctrl(sk, CAIF_MODEMCMD_FLOW_ON_REQ);
        }
-@@ -864,7 +865,7 @@ static int caif_connect(struct socket *s
+@@ -854,7 +855,7 @@ static int caif_connect(struct socket *s
        /*ifindex = id of the interface.*/
        cf_sk->conn_req.ifindex = cf_sk->sk.sk_bound_dev_if;
  
 -      dbfs_atomic_inc(&cnt.num_connect_req);
 +      dbfs_atomic_inc_unchecked(&cnt.num_connect_req);
        cf_sk->layer.receive = caif_sktrecv_cb;
-       err = caif_connect_client(&cf_sk->conn_req,
-                               &cf_sk->layer, &ifindex, &headroom, &tailroom);
-@@ -952,7 +953,7 @@ static int caif_release(struct socket *s
-       spin_unlock(&sk->sk_receive_queue.lock);
+       err = caif_connect_client(sock_net(sk), &cf_sk->conn_req,
+@@ -943,7 +944,7 @@ static int caif_release(struct socket *s
+       spin_unlock_bh(&sk->sk_receive_queue.lock);
        sock->sk = NULL;
  
 -      dbfs_atomic_inc(&cnt.num_disconnect);
 +      dbfs_atomic_inc_unchecked(&cnt.num_disconnect);
  
+       WARN_ON(IS_ERR(cf_sk->debugfs_socket_dir));
        if (cf_sk->debugfs_socket_dir != NULL)
-               debugfs_remove_recursive(cf_sk->debugfs_socket_dir);
-diff -urNp linux-2.6.39/net/caif/cfctrl.c linux-2.6.39/net/caif/cfctrl.c
---- linux-2.6.39/net/caif/cfctrl.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/net/caif/cfctrl.c     2011-05-22 19:36:33.000000000 -0400
+@@ -1122,7 +1123,7 @@ static int caif_create(struct net *net, 
+       cf_sk->conn_req.protocol = protocol;
+       /* Increase the number of sockets created. */
+       dbfs_atomic_inc(&cnt.caif_nr_socks);
+-      num = dbfs_atomic_inc(&cnt.caif_sock_create);
++      num = dbfs_atomic_inc_unchecked(&cnt.caif_sock_create);
+ #ifdef CONFIG_DEBUG_FS
+       if (!IS_ERR(debugfsdir)) {
+diff -urNp linux-3.0.4/net/caif/cfctrl.c linux-3.0.4/net/caif/cfctrl.c
+--- linux-3.0.4/net/caif/cfctrl.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/net/caif/cfctrl.c      2011-08-23 21:48:14.000000000 -0400
 @@ -9,6 +9,7 @@
  #include <linux/stddef.h>
  #include <linux/spinlock.h>
@@ -75718,7 +68544,7 @@ diff -urNp linux-2.6.39/net/caif/cfctrl.c linux-2.6.39/net/caif/cfctrl.c
  #include <net/caif/caif_layer.h>
  #include <net/caif/cfpkt.h>
  #include <net/caif/cfctrl.h>
-@@ -46,8 +47,8 @@ struct cflayer *cfctrl_create(void)
+@@ -45,8 +46,8 @@ struct cflayer *cfctrl_create(void)
        dev_info.id = 0xff;
        memset(this, 0, sizeof(*this));
        cfsrvl_init(&this->serv, 0, &dev_info, false);
@@ -75729,18 +68555,18 @@ diff -urNp linux-2.6.39/net/caif/cfctrl.c linux-2.6.39/net/caif/cfctrl.c
        this->serv.layer.receive = cfctrl_recv;
        sprintf(this->serv.layer.name, "ctrl");
        this->serv.layer.ctrlcmd = cfctrl_ctrlcmd;
-@@ -116,8 +117,8 @@ void cfctrl_insert_req(struct cfctrl *ct
+@@ -132,8 +133,8 @@ static void cfctrl_insert_req(struct cfc
                              struct cfctrl_request_info *req)
  {
-       spin_lock(&ctrl->info_list_lock);
+       spin_lock_bh(&ctrl->info_list_lock);
 -      atomic_inc(&ctrl->req_seq_no);
 -      req->sequence_no = atomic_read(&ctrl->req_seq_no);
 +      atomic_inc_unchecked(&ctrl->req_seq_no);
 +      req->sequence_no = atomic_read_unchecked(&ctrl->req_seq_no);
        list_add_tail(&req->list, &ctrl->list);
-       spin_unlock(&ctrl->info_list_lock);
+       spin_unlock_bh(&ctrl->info_list_lock);
  }
-@@ -136,7 +137,7 @@ struct cfctrl_request_info *cfctrl_remov
+@@ -151,7 +152,7 @@ static struct cfctrl_request_info *cfctr
                        if (p != first)
                                pr_warn("Requests are not received in order\n");
  
@@ -75749,7 +68575,7 @@ diff -urNp linux-2.6.39/net/caif/cfctrl.c linux-2.6.39/net/caif/cfctrl.c
                                         p->sequence_no);
                        list_del(&p->list);
                        goto out;
-@@ -385,6 +386,7 @@ static int cfctrl_recv(struct cflayer *l
+@@ -364,6 +365,7 @@ static int cfctrl_recv(struct cflayer *l
        struct cfctrl *cfctrl = container_obj(layer);
        struct cfctrl_request_info rsp, *req;
  
@@ -75757,28 +68583,9 @@ diff -urNp linux-2.6.39/net/caif/cfctrl.c linux-2.6.39/net/caif/cfctrl.c
  
        cfpkt_extr_head(pkt, &cmdrsp, 1);
        cmd = cmdrsp & CFCTRL_CMD_MASK;
-diff -urNp linux-2.6.39/net/can/bcm.c linux-2.6.39/net/can/bcm.c
---- linux-2.6.39/net/can/bcm.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/net/can/bcm.c 2011-05-22 19:41:42.000000000 -0400
-@@ -165,9 +165,15 @@ static int bcm_proc_show(struct seq_file
-       struct bcm_sock *bo = bcm_sk(sk);
-       struct bcm_op *op;
-+#ifdef CONFIG_GRKERNSEC_HIDESYM
-+      seq_printf(m, ">>> socket %p", NULL);
-+      seq_printf(m, " / sk %p", NULL);
-+      seq_printf(m, " / bo %p", NULL);
-+#else
-       seq_printf(m, ">>> socket %p", sk->sk_socket);
-       seq_printf(m, " / sk %p", sk);
-       seq_printf(m, " / bo %p", bo);
-+#endif
-       seq_printf(m, " / dropped %lu", bo->dropped_usr_msgs);
-       seq_printf(m, " / bound %s", bcm_proc_getifname(ifname, bo->ifindex));
-       seq_printf(m, " <<<\n");
-diff -urNp linux-2.6.39/net/core/datagram.c linux-2.6.39/net/core/datagram.c
---- linux-2.6.39/net/core/datagram.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/net/core/datagram.c   2011-05-22 19:36:33.000000000 -0400
+diff -urNp linux-3.0.4/net/core/datagram.c linux-3.0.4/net/core/datagram.c
+--- linux-3.0.4/net/core/datagram.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/net/core/datagram.c    2011-08-23 21:47:56.000000000 -0400
 @@ -285,7 +285,7 @@ int skb_kill_datagram(struct sock *sk, s
        }
  
@@ -75788,9 +68595,9 @@ diff -urNp linux-2.6.39/net/core/datagram.c linux-2.6.39/net/core/datagram.c
        sk_mem_reclaim_partial(sk);
  
        return err;
-diff -urNp linux-2.6.39/net/core/dev.c linux-2.6.39/net/core/dev.c
---- linux-2.6.39/net/core/dev.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/net/core/dev.c        2011-05-22 19:41:42.000000000 -0400
+diff -urNp linux-3.0.4/net/core/dev.c linux-3.0.4/net/core/dev.c
+--- linux-3.0.4/net/core/dev.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/net/core/dev.c 2011-08-23 21:48:14.000000000 -0400
 @@ -1125,10 +1125,14 @@ void dev_load(struct net *net, const cha
        if (no_module && capable(CAP_NET_ADMIN))
                no_module = request_module("netdev-%s", name);
@@ -75806,16 +68613,16 @@ diff -urNp linux-2.6.39/net/core/dev.c linux-2.6.39/net/core/dev.c
        }
  }
  EXPORT_SYMBOL(dev_load);
-@@ -1957,7 +1961,7 @@ struct dev_gso_cb {
+@@ -1959,7 +1963,7 @@ static int illegal_highdma(struct net_de
  
- static void dev_gso_skb_destructor(struct sk_buff *skb)
- {
--      struct dev_gso_cb *cb;
-+      const struct dev_gso_cb *cb;
+ struct dev_gso_cb {
+       void (*destructor)(struct sk_buff *skb);
+-};
++} __no_const;
  
-       do {
-               struct sk_buff *nskb = skb->next;
-@@ -2901,7 +2905,7 @@ int netif_rx_ni(struct sk_buff *skb)
+ #define DEV_GSO_CB(skb) ((struct dev_gso_cb *)(skb)->cb)
+@@ -2912,7 +2916,7 @@ int netif_rx_ni(struct sk_buff *skb)
  }
  EXPORT_SYMBOL(netif_rx_ni);
  
@@ -75824,7 +68631,7 @@ diff -urNp linux-2.6.39/net/core/dev.c linux-2.6.39/net/core/dev.c
  {
        struct softnet_data *sd = &__get_cpu_var(softnet_data);
  
-@@ -3765,7 +3769,7 @@ void netif_napi_del(struct napi_struct *
+@@ -3761,7 +3765,7 @@ void netif_napi_del(struct napi_struct *
  }
  EXPORT_SYMBOL(netif_napi_del);
  
@@ -75833,9 +68640,9 @@ diff -urNp linux-2.6.39/net/core/dev.c linux-2.6.39/net/core/dev.c
  {
        struct softnet_data *sd = &__get_cpu_var(softnet_data);
        unsigned long time_limit = jiffies + 2;
-diff -urNp linux-2.6.39/net/core/flow.c linux-2.6.39/net/core/flow.c
---- linux-2.6.39/net/core/flow.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/net/core/flow.c       2011-05-22 19:36:34.000000000 -0400
+diff -urNp linux-3.0.4/net/core/flow.c linux-3.0.4/net/core/flow.c
+--- linux-3.0.4/net/core/flow.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/net/core/flow.c        2011-08-23 21:47:56.000000000 -0400
 @@ -60,7 +60,7 @@ struct flow_cache {
        struct timer_list               rnd_timer;
  };
@@ -75872,10 +68679,22 @@ diff -urNp linux-2.6.39/net/core/flow.c linux-2.6.39/net/core/flow.c
                if (!IS_ERR(flo))
                        fle->object = flo;
                else
-diff -urNp linux-2.6.39/net/core/skbuff.c linux-2.6.39/net/core/skbuff.c
---- linux-2.6.39/net/core/skbuff.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/net/core/skbuff.c     2011-05-22 19:36:34.000000000 -0400
-@@ -1542,6 +1542,8 @@ int skb_splice_bits(struct sk_buff *skb,
+diff -urNp linux-3.0.4/net/core/rtnetlink.c linux-3.0.4/net/core/rtnetlink.c
+--- linux-3.0.4/net/core/rtnetlink.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/net/core/rtnetlink.c   2011-08-23 21:47:56.000000000 -0400
+@@ -56,7 +56,7 @@
+ struct rtnl_link {
+       rtnl_doit_func          doit;
+       rtnl_dumpit_func        dumpit;
+-};
++} __no_const;
+ static DEFINE_MUTEX(rtnl_mutex);
+diff -urNp linux-3.0.4/net/core/skbuff.c linux-3.0.4/net/core/skbuff.c
+--- linux-3.0.4/net/core/skbuff.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/net/core/skbuff.c      2011-08-23 21:48:14.000000000 -0400
+@@ -1543,6 +1543,8 @@ int skb_splice_bits(struct sk_buff *skb,
        struct sock *sk = skb->sk;
        int ret = 0;
  
@@ -75884,9 +68703,9 @@ diff -urNp linux-2.6.39/net/core/skbuff.c linux-2.6.39/net/core/skbuff.c
        if (splice_grow_spd(pipe, &spd))
                return -ENOMEM;
  
-diff -urNp linux-2.6.39/net/core/sock.c linux-2.6.39/net/core/sock.c
---- linux-2.6.39/net/core/sock.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/net/core/sock.c       2011-05-22 19:36:34.000000000 -0400
+diff -urNp linux-3.0.4/net/core/sock.c linux-3.0.4/net/core/sock.c
+--- linux-3.0.4/net/core/sock.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/net/core/sock.c        2011-08-23 21:48:14.000000000 -0400
 @@ -291,7 +291,7 @@ int sock_queue_rcv_skb(struct sock *sk, 
         */
        if (atomic_read(&sk->sk_rmem_alloc) + skb->truesize >=
@@ -75932,6 +68751,15 @@ diff -urNp linux-2.6.39/net/core/sock.c linux-2.6.39/net/core/sock.c
                goto discard_and_relse;
        }
  
+@@ -921,7 +921,7 @@ int sock_getsockopt(struct socket *sock,
+               if (len > sizeof(peercred))
+                       len = sizeof(peercred);
+               cred_to_ucred(sk->sk_peer_pid, sk->sk_peer_cred, &peercred);
+-              if (copy_to_user(optval, &peercred, len))
++              if (len > sizeof(peercred) || copy_to_user(optval, &peercred, len))
+                       return -EFAULT;
+               goto lenout;
+       }
 @@ -934,7 +934,7 @@ int sock_getsockopt(struct socket *sock,
                        return -ENOTCONN;
                if (lv < len)
@@ -75959,9 +68787,9 @@ diff -urNp linux-2.6.39/net/core/sock.c linux-2.6.39/net/core/sock.c
  }
  EXPORT_SYMBOL(sock_init_data);
  
-diff -urNp linux-2.6.39/net/decnet/sysctl_net_decnet.c linux-2.6.39/net/decnet/sysctl_net_decnet.c
---- linux-2.6.39/net/decnet/sysctl_net_decnet.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/net/decnet/sysctl_net_decnet.c        2011-05-22 19:36:34.000000000 -0400
+diff -urNp linux-3.0.4/net/decnet/sysctl_net_decnet.c linux-3.0.4/net/decnet/sysctl_net_decnet.c
+--- linux-3.0.4/net/decnet/sysctl_net_decnet.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/net/decnet/sysctl_net_decnet.c 2011-08-23 21:47:56.000000000 -0400
 @@ -173,7 +173,7 @@ static int dn_node_address_handler(ctl_t
  
        if (len > *lenp) len = *lenp;
@@ -75980,9 +68808,9 @@ diff -urNp linux-2.6.39/net/decnet/sysctl_net_decnet.c linux-2.6.39/net/decnet/s
                return -EFAULT;
  
        *lenp = len;
-diff -urNp linux-2.6.39/net/econet/Kconfig linux-2.6.39/net/econet/Kconfig
---- linux-2.6.39/net/econet/Kconfig    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/net/econet/Kconfig    2011-05-22 19:41:42.000000000 -0400
+diff -urNp linux-3.0.4/net/econet/Kconfig linux-3.0.4/net/econet/Kconfig
+--- linux-3.0.4/net/econet/Kconfig     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/net/econet/Kconfig     2011-08-23 21:48:14.000000000 -0400
 @@ -4,7 +4,7 @@
  
  config ECONET
@@ -75992,10 +68820,10 @@ diff -urNp linux-2.6.39/net/econet/Kconfig linux-2.6.39/net/econet/Kconfig
        ---help---
          Econet is a fairly old and slow networking protocol mainly used by
          Acorn computers to access file and print servers. It uses native
-diff -urNp linux-2.6.39/net/ipv4/fib_frontend.c linux-2.6.39/net/ipv4/fib_frontend.c
---- linux-2.6.39/net/ipv4/fib_frontend.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/net/ipv4/fib_frontend.c       2011-05-22 19:36:34.000000000 -0400
-@@ -968,12 +968,12 @@ static int fib_inetaddr_event(struct not
+diff -urNp linux-3.0.4/net/ipv4/fib_frontend.c linux-3.0.4/net/ipv4/fib_frontend.c
+--- linux-3.0.4/net/ipv4/fib_frontend.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/net/ipv4/fib_frontend.c        2011-08-23 21:47:56.000000000 -0400
+@@ -970,12 +970,12 @@ static int fib_inetaddr_event(struct not
  #ifdef CONFIG_IP_ROUTE_MULTIPATH
                fib_sync_up(dev);
  #endif
@@ -76010,7 +68838,7 @@ diff -urNp linux-2.6.39/net/ipv4/fib_frontend.c linux-2.6.39/net/ipv4/fib_fronte
                if (ifa->ifa_dev->ifa_list == NULL) {
                        /* Last address was deleted from this interface.
                         * Disable IP.
-@@ -1009,7 +1009,7 @@ static int fib_netdev_event(struct notif
+@@ -1011,7 +1011,7 @@ static int fib_netdev_event(struct notif
  #ifdef CONFIG_IP_ROUTE_MULTIPATH
                fib_sync_up(dev);
  #endif
@@ -76019,10 +68847,10 @@ diff -urNp linux-2.6.39/net/ipv4/fib_frontend.c linux-2.6.39/net/ipv4/fib_fronte
                rt_cache_flush(dev_net(dev), -1);
                break;
        case NETDEV_DOWN:
-diff -urNp linux-2.6.39/net/ipv4/fib_semantics.c linux-2.6.39/net/ipv4/fib_semantics.c
---- linux-2.6.39/net/ipv4/fib_semantics.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/net/ipv4/fib_semantics.c      2011-05-22 19:36:34.000000000 -0400
-@@ -701,7 +701,7 @@ __be32 fib_info_update_nh_saddr(struct n
+diff -urNp linux-3.0.4/net/ipv4/fib_semantics.c linux-3.0.4/net/ipv4/fib_semantics.c
+--- linux-3.0.4/net/ipv4/fib_semantics.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/net/ipv4/fib_semantics.c       2011-08-23 21:47:56.000000000 -0400
+@@ -691,7 +691,7 @@ __be32 fib_info_update_nh_saddr(struct n
        nh->nh_saddr = inet_select_addr(nh->nh_dev,
                                        nh->nh_gw,
                                        nh->nh_parent->fib_scope);
@@ -76031,9 +68859,9 @@ diff -urNp linux-2.6.39/net/ipv4/fib_semantics.c linux-2.6.39/net/ipv4/fib_seman
  
        return nh->nh_saddr;
  }
-diff -urNp linux-2.6.39/net/ipv4/inet_diag.c linux-2.6.39/net/ipv4/inet_diag.c
---- linux-2.6.39/net/ipv4/inet_diag.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/net/ipv4/inet_diag.c  2011-05-22 19:41:42.000000000 -0400
+diff -urNp linux-3.0.4/net/ipv4/inet_diag.c linux-3.0.4/net/ipv4/inet_diag.c
+--- linux-3.0.4/net/ipv4/inet_diag.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/net/ipv4/inet_diag.c   2011-08-23 21:48:14.000000000 -0400
 @@ -114,8 +114,14 @@ static int inet_csk_diag_fill(struct soc
        r->idiag_retrans = 0;
  
@@ -76080,7 +68908,7 @@ diff -urNp linux-2.6.39/net/ipv4/inet_diag.c linux-2.6.39/net/ipv4/inet_diag.c
  
        err = -ENOMEM;
        rep = alloc_skb(NLMSG_SPACE((sizeof(struct inet_diag_msg) +
-@@ -582,8 +597,14 @@ static int inet_diag_fill_req(struct sk_
+@@ -580,8 +595,14 @@ static int inet_diag_fill_req(struct sk_
        r->idiag_retrans = req->retrans;
  
        r->id.idiag_if = sk->sk_bound_dev_if;
@@ -76095,10 +68923,10 @@ diff -urNp linux-2.6.39/net/ipv4/inet_diag.c linux-2.6.39/net/ipv4/inet_diag.c
  
        tmo = req->expires - jiffies;
        if (tmo < 0)
-diff -urNp linux-2.6.39/net/ipv4/inet_hashtables.c linux-2.6.39/net/ipv4/inet_hashtables.c
---- linux-2.6.39/net/ipv4/inet_hashtables.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/net/ipv4/inet_hashtables.c    2011-05-22 19:41:42.000000000 -0400
-@@ -18,11 +18,14 @@
+diff -urNp linux-3.0.4/net/ipv4/inet_hashtables.c linux-3.0.4/net/ipv4/inet_hashtables.c
+--- linux-3.0.4/net/ipv4/inet_hashtables.c     2011-09-02 18:11:21.000000000 -0400
++++ linux-3.0.4/net/ipv4/inet_hashtables.c     2011-08-23 21:55:24.000000000 -0400
+@@ -18,12 +18,15 @@
  #include <linux/sched.h>
  #include <linux/slab.h>
  #include <linux/wait.h>
@@ -76106,6 +68934,7 @@ diff -urNp linux-2.6.39/net/ipv4/inet_hashtables.c linux-2.6.39/net/ipv4/inet_ha
  
  #include <net/inet_connection_sock.h>
  #include <net/inet_hashtables.h>
+ #include <net/secure_seq.h>
  #include <net/ip.h>
  
 +extern void gr_update_task_in_ip_table(struct task_struct *task, const struct inet_sock *inet);
@@ -76113,7 +68942,7 @@ diff -urNp linux-2.6.39/net/ipv4/inet_hashtables.c linux-2.6.39/net/ipv4/inet_ha
  /*
   * Allocate and initialize a new local port bind bucket.
   * The bindhash mutex for snum's hash chain must be held here.
-@@ -529,6 +532,8 @@ ok:
+@@ -530,6 +533,8 @@ ok:
                        twrefcnt += inet_twsk_bind_unhash(tw, hinfo);
                spin_unlock(&head->lock);
  
@@ -76122,19 +68951,19 @@ diff -urNp linux-2.6.39/net/ipv4/inet_hashtables.c linux-2.6.39/net/ipv4/inet_ha
                if (tw) {
                        inet_twsk_deschedule(tw, death_row);
                        while (twrefcnt) {
-diff -urNp linux-2.6.39/net/ipv4/inetpeer.c linux-2.6.39/net/ipv4/inetpeer.c
---- linux-2.6.39/net/ipv4/inetpeer.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/net/ipv4/inetpeer.c   2011-05-22 19:36:34.000000000 -0400
-@@ -467,6 +467,8 @@ struct inet_peer *inet_getpeer(struct in
+diff -urNp linux-3.0.4/net/ipv4/inetpeer.c linux-3.0.4/net/ipv4/inetpeer.c
+--- linux-3.0.4/net/ipv4/inetpeer.c    2011-09-02 18:11:21.000000000 -0400
++++ linux-3.0.4/net/ipv4/inetpeer.c    2011-08-23 21:48:14.000000000 -0400
+@@ -481,6 +481,8 @@ struct inet_peer *inet_getpeer(struct in
        unsigned int sequence;
-       int invalidated;
+       int invalidated, newrefcnt = 0;
  
 +      pax_track_stack();
 +
        /* Look up for the address quickly, lockless.
         * Because of a concurrent writer, we might not find an existing entry.
         */
-@@ -504,8 +506,8 @@ struct inet_peer *inet_getpeer(struct in
+@@ -517,8 +519,8 @@ found:             /* The existing node has been fo
        if (p) {
                p->daddr = *daddr;
                atomic_set(&p->refcnt, 1);
@@ -76145,10 +68974,10 @@ diff -urNp linux-2.6.39/net/ipv4/inetpeer.c linux-2.6.39/net/ipv4/inetpeer.c
                p->tcp_ts_stamp = 0;
                p->metrics[RTAX_LOCK-1] = INETPEER_METRICS_NEW;
                p->rate_tokens = 0;
-diff -urNp linux-2.6.39/net/ipv4/ip_fragment.c linux-2.6.39/net/ipv4/ip_fragment.c
---- linux-2.6.39/net/ipv4/ip_fragment.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/net/ipv4/ip_fragment.c        2011-05-22 19:36:34.000000000 -0400
-@@ -297,7 +297,7 @@ static inline int ip_frag_too_far(struct
+diff -urNp linux-3.0.4/net/ipv4/ip_fragment.c linux-3.0.4/net/ipv4/ip_fragment.c
+--- linux-3.0.4/net/ipv4/ip_fragment.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/net/ipv4/ip_fragment.c 2011-08-23 21:47:56.000000000 -0400
+@@ -315,7 +315,7 @@ static inline int ip_frag_too_far(struct
                return 0;
  
        start = qp->rid;
@@ -76157,10 +68986,10 @@ diff -urNp linux-2.6.39/net/ipv4/ip_fragment.c linux-2.6.39/net/ipv4/ip_fragment
        qp->rid = end;
  
        rc = qp->q.fragments && (end - start) > max;
-diff -urNp linux-2.6.39/net/ipv4/ip_sockglue.c linux-2.6.39/net/ipv4/ip_sockglue.c
---- linux-2.6.39/net/ipv4/ip_sockglue.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/net/ipv4/ip_sockglue.c        2011-05-22 19:36:34.000000000 -0400
-@@ -1064,6 +1064,8 @@ static int do_ip_getsockopt(struct sock 
+diff -urNp linux-3.0.4/net/ipv4/ip_sockglue.c linux-3.0.4/net/ipv4/ip_sockglue.c
+--- linux-3.0.4/net/ipv4/ip_sockglue.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/net/ipv4/ip_sockglue.c 2011-08-23 21:48:14.000000000 -0400
+@@ -1073,6 +1073,8 @@ static int do_ip_getsockopt(struct sock 
        int val;
        int len;
  
@@ -76169,9 +68998,19 @@ diff -urNp linux-2.6.39/net/ipv4/ip_sockglue.c linux-2.6.39/net/ipv4/ip_sockglue
        if (level != SOL_IP)
                return -EOPNOTSUPP;
  
-diff -urNp linux-2.6.39/net/ipv4/netfilter/nf_nat_snmp_basic.c linux-2.6.39/net/ipv4/netfilter/nf_nat_snmp_basic.c
---- linux-2.6.39/net/ipv4/netfilter/nf_nat_snmp_basic.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/net/ipv4/netfilter/nf_nat_snmp_basic.c        2011-05-22 19:36:34.000000000 -0400
+@@ -1110,7 +1112,8 @@ static int do_ip_getsockopt(struct sock 
+               len = min_t(unsigned int, len, opt->optlen);
+               if (put_user(len, optlen))
+                       return -EFAULT;
+-              if (copy_to_user(optval, opt->__data, len))
++              if ((len > (sizeof(optbuf) - sizeof(struct ip_options))) ||
++                  copy_to_user(optval, opt->__data, len))
+                       return -EFAULT;
+               return 0;
+       }
+diff -urNp linux-3.0.4/net/ipv4/netfilter/nf_nat_snmp_basic.c linux-3.0.4/net/ipv4/netfilter/nf_nat_snmp_basic.c
+--- linux-3.0.4/net/ipv4/netfilter/nf_nat_snmp_basic.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/net/ipv4/netfilter/nf_nat_snmp_basic.c 2011-08-23 21:47:56.000000000 -0400
 @@ -399,7 +399,7 @@ static unsigned char asn1_octets_decode(
  
        *len = 0;
@@ -76181,9 +69020,21 @@ diff -urNp linux-2.6.39/net/ipv4/netfilter/nf_nat_snmp_basic.c linux-2.6.39/net/
        if (*octets == NULL) {
                if (net_ratelimit())
                        pr_notice("OOM in bsalg (%d)\n", __LINE__);
-diff -urNp linux-2.6.39/net/ipv4/raw.c linux-2.6.39/net/ipv4/raw.c
---- linux-2.6.39/net/ipv4/raw.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/net/ipv4/raw.c        2011-05-22 19:41:42.000000000 -0400
+diff -urNp linux-3.0.4/net/ipv4/ping.c linux-3.0.4/net/ipv4/ping.c
+--- linux-3.0.4/net/ipv4/ping.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/net/ipv4/ping.c        2011-08-23 21:47:56.000000000 -0400
+@@ -837,7 +837,7 @@ static void ping_format_sock(struct sock
+               sk_rmem_alloc_get(sp),
+               0, 0L, 0, sock_i_uid(sp), 0, sock_i_ino(sp),
+               atomic_read(&sp->sk_refcnt), sp,
+-              atomic_read(&sp->sk_drops), len);
++              atomic_read_unchecked(&sp->sk_drops), len);
+ }
+ static int ping_seq_show(struct seq_file *seq, void *v)
+diff -urNp linux-3.0.4/net/ipv4/raw.c linux-3.0.4/net/ipv4/raw.c
+--- linux-3.0.4/net/ipv4/raw.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/net/ipv4/raw.c 2011-08-23 21:48:14.000000000 -0400
 @@ -302,7 +302,7 @@ static int raw_rcv_skb(struct sock * sk,
  int raw_rcv(struct sock *sk, struct sk_buff *skb)
  {
@@ -76193,7 +69044,7 @@ diff -urNp linux-2.6.39/net/ipv4/raw.c linux-2.6.39/net/ipv4/raw.c
                kfree_skb(skb);
                return NET_RX_DROP;
        }
-@@ -730,15 +730,19 @@ static int raw_init(struct sock *sk)
+@@ -736,16 +736,20 @@ static int raw_init(struct sock *sk)
  
  static int raw_seticmpfilter(struct sock *sk, char __user *optval, int optlen)
  {
@@ -76204,28 +69055,30 @@ diff -urNp linux-2.6.39/net/ipv4/raw.c linux-2.6.39/net/ipv4/raw.c
 -      if (copy_from_user(&raw_sk(sk)->filter, optval, optlen))
 +      if (copy_from_user(&filter, optval, optlen))
                return -EFAULT;
-+      memcpy(&raw_sk(sk)->filter, &filter, sizeof(filter));
++      raw_sk(sk)->filter = filter;
        return 0;
  }
  
  static int raw_geticmpfilter(struct sock *sk, char __user *optval, int __user *optlen)
  {
-+      struct icmp_filter filter;
        int len, ret = -EFAULT;
++      struct icmp_filter filter;
  
        if (get_user(len, optlen))
-@@ -749,8 +753,9 @@ static int raw_geticmpfilter(struct sock
+               goto out;
+@@ -755,8 +759,9 @@ static int raw_geticmpfilter(struct sock
        if (len > sizeof(struct icmp_filter))
                len = sizeof(struct icmp_filter);
        ret = -EFAULT;
-+      memcpy(&filter, &raw_sk(sk)->filter, len);
-       if (put_user(len, optlen) ||
+-      if (put_user(len, optlen) ||
 -          copy_to_user(optval, &raw_sk(sk)->filter, len))
++      filter = raw_sk(sk)->filter;
++      if (put_user(len, optlen) || len > sizeof filter ||
 +          copy_to_user(optval, &filter, len))
                goto out;
        ret = 0;
  out:  return ret;
-@@ -978,7 +983,13 @@ static void raw_sock_seq_show(struct seq
+@@ -984,7 +989,13 @@ static void raw_sock_seq_show(struct seq
                sk_wmem_alloc_get(sp),
                sk_rmem_alloc_get(sp),
                0, 0L, 0, sock_i_uid(sp), 0, sock_i_ino(sp),
@@ -76240,10 +69093,10 @@ diff -urNp linux-2.6.39/net/ipv4/raw.c linux-2.6.39/net/ipv4/raw.c
  }
  
  static int raw_seq_show(struct seq_file *seq, void *v)
-diff -urNp linux-2.6.39/net/ipv4/route.c linux-2.6.39/net/ipv4/route.c
---- linux-2.6.39/net/ipv4/route.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/net/ipv4/route.c      2011-05-22 19:36:34.000000000 -0400
-@@ -303,7 +303,7 @@ static inline unsigned int rt_hash(__be3
+diff -urNp linux-3.0.4/net/ipv4/route.c linux-3.0.4/net/ipv4/route.c
+--- linux-3.0.4/net/ipv4/route.c       2011-09-02 18:11:21.000000000 -0400
++++ linux-3.0.4/net/ipv4/route.c       2011-08-23 21:47:56.000000000 -0400
+@@ -304,7 +304,7 @@ static inline unsigned int rt_hash(__be3
  
  static inline int rt_genid(struct net *net)
  {
@@ -76252,7 +69105,7 @@ diff -urNp linux-2.6.39/net/ipv4/route.c linux-2.6.39/net/ipv4/route.c
  }
  
  #ifdef CONFIG_PROC_FS
-@@ -831,7 +831,7 @@ static void rt_cache_invalidate(struct n
+@@ -833,7 +833,7 @@ static void rt_cache_invalidate(struct n
        unsigned char shuffle;
  
        get_random_bytes(&shuffle, sizeof(shuffle));
@@ -76261,19 +69114,19 @@ diff -urNp linux-2.6.39/net/ipv4/route.c linux-2.6.39/net/ipv4/route.c
  }
  
  /*
-@@ -2835,7 +2835,7 @@ static int rt_fill_info(struct net *net,
-               rt->peer->pmtu_expires - jiffies : 0;
-       if (rt->peer) {
+@@ -2834,7 +2834,7 @@ static int rt_fill_info(struct net *net,
+       error = rt->dst.error;
+       if (peer) {
                inet_peer_refcheck(rt->peer);
--              id = atomic_read(&rt->peer->ip_id_count) & 0xffff;
-+              id = atomic_read_unchecked(&rt->peer->ip_id_count) & 0xffff;
-               if (rt->peer->tcp_ts_stamp) {
-                       ts = rt->peer->tcp_ts;
-                       tsage = get_seconds() - rt->peer->tcp_ts_stamp;
-diff -urNp linux-2.6.39/net/ipv4/tcp.c linux-2.6.39/net/ipv4/tcp.c
---- linux-2.6.39/net/ipv4/tcp.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/net/ipv4/tcp.c        2011-05-22 19:36:34.000000000 -0400
-@@ -2121,6 +2121,8 @@ static int do_tcp_setsockopt(struct sock
+-              id = atomic_read(&peer->ip_id_count) & 0xffff;
++              id = atomic_read_unchecked(&peer->ip_id_count) & 0xffff;
+               if (peer->tcp_ts_stamp) {
+                       ts = peer->tcp_ts;
+                       tsage = get_seconds() - peer->tcp_ts_stamp;
+diff -urNp linux-3.0.4/net/ipv4/tcp.c linux-3.0.4/net/ipv4/tcp.c
+--- linux-3.0.4/net/ipv4/tcp.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/net/ipv4/tcp.c 2011-08-23 21:48:14.000000000 -0400
+@@ -2122,6 +2122,8 @@ static int do_tcp_setsockopt(struct sock
        int val;
        int err = 0;
  
@@ -76282,7 +69135,7 @@ diff -urNp linux-2.6.39/net/ipv4/tcp.c linux-2.6.39/net/ipv4/tcp.c
        /* These are data/string values, all the others are ints */
        switch (optname) {
        case TCP_CONGESTION: {
-@@ -2500,6 +2502,8 @@ static int do_tcp_getsockopt(struct sock
+@@ -2501,6 +2503,8 @@ static int do_tcp_getsockopt(struct sock
        struct tcp_sock *tp = tcp_sk(sk);
        int val, len;
  
@@ -76291,10 +69144,10 @@ diff -urNp linux-2.6.39/net/ipv4/tcp.c linux-2.6.39/net/ipv4/tcp.c
        if (get_user(len, optlen))
                return -EFAULT;
  
-diff -urNp linux-2.6.39/net/ipv4/tcp_ipv4.c linux-2.6.39/net/ipv4/tcp_ipv4.c
---- linux-2.6.39/net/ipv4/tcp_ipv4.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/net/ipv4/tcp_ipv4.c   2011-05-22 19:41:42.000000000 -0400
-@@ -86,6 +86,9 @@ int sysctl_tcp_tw_reuse __read_mostly;
+diff -urNp linux-3.0.4/net/ipv4/tcp_ipv4.c linux-3.0.4/net/ipv4/tcp_ipv4.c
+--- linux-3.0.4/net/ipv4/tcp_ipv4.c    2011-09-02 18:11:21.000000000 -0400
++++ linux-3.0.4/net/ipv4/tcp_ipv4.c    2011-08-23 21:48:14.000000000 -0400
+@@ -87,6 +87,9 @@ int sysctl_tcp_tw_reuse __read_mostly;
  int sysctl_tcp_low_latency __read_mostly;
  EXPORT_SYMBOL(sysctl_tcp_low_latency);
  
@@ -76304,7 +69157,7 @@ diff -urNp linux-2.6.39/net/ipv4/tcp_ipv4.c linux-2.6.39/net/ipv4/tcp_ipv4.c
  
  #ifdef CONFIG_TCP_MD5SIG
  static struct tcp_md5sig_key *tcp_v4_md5_do_lookup(struct sock *sk,
-@@ -1594,6 +1597,9 @@ int tcp_v4_do_rcv(struct sock *sk, struc
+@@ -1607,6 +1610,9 @@ int tcp_v4_do_rcv(struct sock *sk, struc
        return 0;
  
  reset:
@@ -76314,7 +69167,7 @@ diff -urNp linux-2.6.39/net/ipv4/tcp_ipv4.c linux-2.6.39/net/ipv4/tcp_ipv4.c
        tcp_v4_send_reset(rsk, skb);
  discard:
        kfree_skb(skb);
-@@ -1656,12 +1662,19 @@ int tcp_v4_rcv(struct sk_buff *skb)
+@@ -1669,12 +1675,19 @@ int tcp_v4_rcv(struct sk_buff *skb)
        TCP_SKB_CB(skb)->sacked  = 0;
  
        sk = __inet_lookup_skb(&tcp_hashinfo, skb, th->source, th->dest);
@@ -76337,7 +69190,7 @@ diff -urNp linux-2.6.39/net/ipv4/tcp_ipv4.c linux-2.6.39/net/ipv4/tcp_ipv4.c
  
        if (unlikely(iph->ttl < inet_sk(sk)->min_ttl)) {
                NET_INC_STATS_BH(net, LINUX_MIB_TCPMINTTLDROP);
-@@ -1711,6 +1724,10 @@ no_tcp_socket:
+@@ -1724,6 +1737,10 @@ no_tcp_socket:
  bad_packet:
                TCP_INC_STATS_BH(net, TCP_MIB_INERRS);
        } else {
@@ -76348,7 +69201,7 @@ diff -urNp linux-2.6.39/net/ipv4/tcp_ipv4.c linux-2.6.39/net/ipv4/tcp_ipv4.c
                tcp_v4_send_reset(NULL, skb);
        }
  
-@@ -2374,7 +2391,11 @@ static void get_openreq4(struct sock *sk
+@@ -2388,7 +2405,11 @@ static void get_openreq4(struct sock *sk
                0,  /* non standard timer */
                0, /* open_requests have no inode */
                atomic_read(&sk->sk_refcnt),
@@ -76360,7 +69213,7 @@ diff -urNp linux-2.6.39/net/ipv4/tcp_ipv4.c linux-2.6.39/net/ipv4/tcp_ipv4.c
                len);
  }
  
-@@ -2424,7 +2445,12 @@ static void get_tcp4_sock(struct sock *s
+@@ -2438,7 +2459,12 @@ static void get_tcp4_sock(struct sock *s
                sock_i_uid(sk),
                icsk->icsk_probes_out,
                sock_i_ino(sk),
@@ -76374,8 +69227,8 @@ diff -urNp linux-2.6.39/net/ipv4/tcp_ipv4.c linux-2.6.39/net/ipv4/tcp_ipv4.c
                jiffies_to_clock_t(icsk->icsk_rto),
                jiffies_to_clock_t(icsk->icsk_ack.ato),
                (icsk->icsk_ack.quick << 1) | icsk->icsk_ack.pingpong,
-@@ -2452,7 +2478,13 @@ static void get_timewait4_sock(struct in
-               " %02X %08X:%08X %02X:%08lX %08X %5d %8d %d %d %p%n",
+@@ -2466,7 +2492,13 @@ static void get_timewait4_sock(struct in
+               " %02X %08X:%08X %02X:%08lX %08X %5d %8d %d %d %pK%n",
                i, src, srcp, dest, destp, tw->tw_substate, 0, 0,
                3, jiffies_to_clock_t(ttd), 0, 0, 0, 0,
 -              atomic_read(&tw->tw_refcnt), tw, len);
@@ -76389,9 +69242,9 @@ diff -urNp linux-2.6.39/net/ipv4/tcp_ipv4.c linux-2.6.39/net/ipv4/tcp_ipv4.c
  }
  
  #define TMPSZ 150
-diff -urNp linux-2.6.39/net/ipv4/tcp_minisocks.c linux-2.6.39/net/ipv4/tcp_minisocks.c
---- linux-2.6.39/net/ipv4/tcp_minisocks.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/net/ipv4/tcp_minisocks.c      2011-05-22 19:41:42.000000000 -0400
+diff -urNp linux-3.0.4/net/ipv4/tcp_minisocks.c linux-3.0.4/net/ipv4/tcp_minisocks.c
+--- linux-3.0.4/net/ipv4/tcp_minisocks.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/net/ipv4/tcp_minisocks.c       2011-08-23 21:48:14.000000000 -0400
 @@ -27,6 +27,10 @@
  #include <net/inet_common.h>
  #include <net/xfrm.h>
@@ -76414,9 +69267,9 @@ diff -urNp linux-2.6.39/net/ipv4/tcp_minisocks.c linux-2.6.39/net/ipv4/tcp_minis
        if (!(flg & TCP_FLAG_RST))
                req->rsk_ops->send_reset(sk, skb);
  
-diff -urNp linux-2.6.39/net/ipv4/tcp_output.c linux-2.6.39/net/ipv4/tcp_output.c
---- linux-2.6.39/net/ipv4/tcp_output.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/net/ipv4/tcp_output.c 2011-05-22 19:36:34.000000000 -0400
+diff -urNp linux-3.0.4/net/ipv4/tcp_output.c linux-3.0.4/net/ipv4/tcp_output.c
+--- linux-3.0.4/net/ipv4/tcp_output.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/net/ipv4/tcp_output.c  2011-08-23 21:48:14.000000000 -0400
 @@ -2421,6 +2421,8 @@ struct sk_buff *tcp_make_synack(struct s
        int mss;
        int s_data_desired = 0;
@@ -76426,9 +69279,9 @@ diff -urNp linux-2.6.39/net/ipv4/tcp_output.c linux-2.6.39/net/ipv4/tcp_output.c
        if (cvp != NULL && cvp->s_data_constant && cvp->s_data_desired)
                s_data_desired = cvp->s_data_desired;
        skb = sock_wmalloc(sk, MAX_TCP_HEADER + 15 + s_data_desired, 1, GFP_ATOMIC);
-diff -urNp linux-2.6.39/net/ipv4/tcp_probe.c linux-2.6.39/net/ipv4/tcp_probe.c
---- linux-2.6.39/net/ipv4/tcp_probe.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/net/ipv4/tcp_probe.c  2011-05-22 19:36:34.000000000 -0400
+diff -urNp linux-3.0.4/net/ipv4/tcp_probe.c linux-3.0.4/net/ipv4/tcp_probe.c
+--- linux-3.0.4/net/ipv4/tcp_probe.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/net/ipv4/tcp_probe.c   2011-08-23 21:47:56.000000000 -0400
 @@ -202,7 +202,7 @@ static ssize_t tcpprobe_read(struct file
                if (cnt + width >= len)
                        break;
@@ -76438,9 +69291,9 @@ diff -urNp linux-2.6.39/net/ipv4/tcp_probe.c linux-2.6.39/net/ipv4/tcp_probe.c
                        return -EFAULT;
                cnt += width;
        }
-diff -urNp linux-2.6.39/net/ipv4/tcp_timer.c linux-2.6.39/net/ipv4/tcp_timer.c
---- linux-2.6.39/net/ipv4/tcp_timer.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/net/ipv4/tcp_timer.c  2011-05-22 19:41:42.000000000 -0400
+diff -urNp linux-3.0.4/net/ipv4/tcp_timer.c linux-3.0.4/net/ipv4/tcp_timer.c
+--- linux-3.0.4/net/ipv4/tcp_timer.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/net/ipv4/tcp_timer.c   2011-08-23 21:48:14.000000000 -0400
 @@ -22,6 +22,10 @@
  #include <linux/gfp.h>
  #include <net/tcp.h>
@@ -76466,9 +69319,9 @@ diff -urNp linux-2.6.39/net/ipv4/tcp_timer.c linux-2.6.39/net/ipv4/tcp_timer.c
        if (retransmits_timed_out(sk, retry_until,
                                  syn_set ? 0 : icsk->icsk_user_timeout, syn_set)) {
                /* Has it gone just too far? */
-diff -urNp linux-2.6.39/net/ipv4/udp.c linux-2.6.39/net/ipv4/udp.c
---- linux-2.6.39/net/ipv4/udp.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/net/ipv4/udp.c        2011-05-22 19:41:42.000000000 -0400
+diff -urNp linux-3.0.4/net/ipv4/udp.c linux-3.0.4/net/ipv4/udp.c
+--- linux-3.0.4/net/ipv4/udp.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/net/ipv4/udp.c 2011-08-23 21:48:14.000000000 -0400
 @@ -86,6 +86,7 @@
  #include <linux/types.h>
  #include <linux/fcntl.h>
@@ -76498,7 +69351,7 @@ diff -urNp linux-2.6.39/net/ipv4/udp.c linux-2.6.39/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
-@@ -853,9 +861,18 @@ int udp_sendmsg(struct kiocb *iocb, stru
+@@ -855,9 +863,18 @@ int udp_sendmsg(struct kiocb *iocb, stru
                dport = usin->sin_port;
                if (dport == 0)
                        return -EINVAL;
@@ -76517,7 +69370,7 @@ diff -urNp linux-2.6.39/net/ipv4/udp.c linux-2.6.39/net/ipv4/udp.c
                daddr = inet->inet_daddr;
                dport = inet->inet_dport;
                /* Open fast path for connected socket.
-@@ -1090,7 +1107,7 @@ static unsigned int first_packet_length(
+@@ -1098,7 +1115,7 @@ static unsigned int first_packet_length(
                udp_lib_checksum_complete(skb)) {
                UDP_INC_STATS_BH(sock_net(sk), UDP_MIB_INERRORS,
                                 IS_UDPLITE(sk));
@@ -76526,7 +69379,7 @@ diff -urNp linux-2.6.39/net/ipv4/udp.c linux-2.6.39/net/ipv4/udp.c
                __skb_unlink(skb, rcvq);
                __skb_queue_tail(&list_kill, skb);
        }
-@@ -1176,6 +1193,10 @@ try_again:
+@@ -1184,6 +1201,10 @@ try_again:
        if (!skb)
                goto out;
  
@@ -76537,7 +69390,7 @@ diff -urNp linux-2.6.39/net/ipv4/udp.c linux-2.6.39/net/ipv4/udp.c
        ulen = skb->len - sizeof(struct udphdr);
        if (len > ulen)
                len = ulen;
-@@ -1472,7 +1493,7 @@ int udp_queue_rcv_skb(struct sock *sk, s
+@@ -1483,7 +1504,7 @@ int udp_queue_rcv_skb(struct sock *sk, s
  
  drop:
        UDP_INC_STATS_BH(sock_net(sk), UDP_MIB_INERRORS, is_udplite);
@@ -76546,7 +69399,7 @@ diff -urNp linux-2.6.39/net/ipv4/udp.c linux-2.6.39/net/ipv4/udp.c
        kfree_skb(skb);
        return -1;
  }
-@@ -1491,7 +1512,7 @@ static void flush_stack(struct sock **st
+@@ -1502,7 +1523,7 @@ static void flush_stack(struct sock **st
                        skb1 = (i == final) ? skb : skb_clone(skb, GFP_ATOMIC);
  
                if (!skb1) {
@@ -76555,7 +69408,7 @@ diff -urNp linux-2.6.39/net/ipv4/udp.c linux-2.6.39/net/ipv4/udp.c
                        UDP_INC_STATS_BH(sock_net(sk), UDP_MIB_RCVBUFERRORS,
                                         IS_UDPLITE(sk));
                        UDP_INC_STATS_BH(sock_net(sk), UDP_MIB_INERRORS,
-@@ -1660,6 +1681,9 @@ int __udp4_lib_rcv(struct sk_buff *skb, 
+@@ -1671,6 +1692,9 @@ int __udp4_lib_rcv(struct sk_buff *skb, 
                goto csum_error;
  
        UDP_INC_STATS_BH(net, UDP_MIB_NOPORTS, proto == IPPROTO_UDPLITE);
@@ -76565,7 +69418,7 @@ diff -urNp linux-2.6.39/net/ipv4/udp.c linux-2.6.39/net/ipv4/udp.c
        icmp_send(skb, ICMP_DEST_UNREACH, ICMP_PORT_UNREACH, 0);
  
        /*
-@@ -2087,8 +2111,13 @@ static void udp4_format_sock(struct sock
+@@ -2098,8 +2122,13 @@ static void udp4_format_sock(struct sock
                sk_wmem_alloc_get(sp),
                sk_rmem_alloc_get(sp),
                0, 0L, 0, sock_i_uid(sp), 0, sock_i_ino(sp),
@@ -76581,9 +69434,9 @@ diff -urNp linux-2.6.39/net/ipv4/udp.c linux-2.6.39/net/ipv4/udp.c
  }
  
  int udp4_seq_show(struct seq_file *seq, void *v)
-diff -urNp linux-2.6.39/net/ipv6/inet6_connection_sock.c linux-2.6.39/net/ipv6/inet6_connection_sock.c
---- linux-2.6.39/net/ipv6/inet6_connection_sock.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/net/ipv6/inet6_connection_sock.c      2011-05-22 19:36:34.000000000 -0400
+diff -urNp linux-3.0.4/net/ipv6/inet6_connection_sock.c linux-3.0.4/net/ipv6/inet6_connection_sock.c
+--- linux-3.0.4/net/ipv6/inet6_connection_sock.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/net/ipv6/inet6_connection_sock.c       2011-08-23 21:47:56.000000000 -0400
 @@ -178,7 +178,7 @@ void __inet6_csk_dst_store(struct sock *
  #ifdef CONFIG_XFRM
        {
@@ -76602,9 +69455,9 @@ diff -urNp linux-2.6.39/net/ipv6/inet6_connection_sock.c linux-2.6.39/net/ipv6/i
                        __sk_dst_reset(sk);
                        dst = NULL;
                }
-diff -urNp linux-2.6.39/net/ipv6/ipv6_sockglue.c linux-2.6.39/net/ipv6/ipv6_sockglue.c
---- linux-2.6.39/net/ipv6/ipv6_sockglue.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/net/ipv6/ipv6_sockglue.c      2011-05-22 19:36:34.000000000 -0400
+diff -urNp linux-3.0.4/net/ipv6/ipv6_sockglue.c linux-3.0.4/net/ipv6/ipv6_sockglue.c
+--- linux-3.0.4/net/ipv6/ipv6_sockglue.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/net/ipv6/ipv6_sockglue.c       2011-08-23 21:48:14.000000000 -0400
 @@ -129,6 +129,8 @@ static int do_ipv6_setsockopt(struct soc
        int val, valbool;
        int retv = -ENOPROTOOPT;
@@ -76623,9 +69476,9 @@ diff -urNp linux-2.6.39/net/ipv6/ipv6_sockglue.c linux-2.6.39/net/ipv6/ipv6_sock
        if (ip6_mroute_opt(optname))
                return ip6_mroute_getsockopt(sk, optname, optval, optlen);
  
-diff -urNp linux-2.6.39/net/ipv6/raw.c linux-2.6.39/net/ipv6/raw.c
---- linux-2.6.39/net/ipv6/raw.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/net/ipv6/raw.c        2011-05-22 19:41:42.000000000 -0400
+diff -urNp linux-3.0.4/net/ipv6/raw.c linux-3.0.4/net/ipv6/raw.c
+--- linux-3.0.4/net/ipv6/raw.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/net/ipv6/raw.c 2011-08-23 21:48:14.000000000 -0400
 @@ -376,7 +376,7 @@ static inline int rawv6_rcv_skb(struct s
  {
        if ((raw6_sk(sk)->checksum || rcu_dereference_raw(sk->sk_filter)) &&
@@ -76684,25 +69537,25 @@ diff -urNp linux-2.6.39/net/ipv6/raw.c linux-2.6.39/net/ipv6/raw.c
 -              if (copy_from_user(&raw6_sk(sk)->filter, optval, optlen))
 +              if (copy_from_user(&filter, optval, optlen))
                        return -EFAULT;
-+              memcpy(&raw6_sk(sk)->filter, &filter, optlen);
++              raw6_sk(sk)->filter = filter;
                return 0;
        default:
                return -ENOPROTOOPT;
-@@ -926,6 +931,7 @@ static int rawv6_seticmpfilter(struct so
- static int rawv6_geticmpfilter(struct sock *sk, int level, int optname,
+@@ -927,6 +932,7 @@ static int rawv6_geticmpfilter(struct so
                               char __user *optval, int __user *optlen)
  {
-+      struct icmp6_filter filter;
        int len;
++      struct icmp6_filter filter;
  
        switch (optname) {
+       case ICMPV6_FILTER:
 @@ -938,7 +944,8 @@ static int rawv6_geticmpfilter(struct so
                        len = sizeof(struct icmp6_filter);
                if (put_user(len, optlen))
                        return -EFAULT;
 -              if (copy_to_user(optval, &raw6_sk(sk)->filter, len))
-+              memcpy(&filter, &raw6_sk(sk)->filter, len);
-+              if (copy_to_user(optval, &filter, len))
++              filter = raw6_sk(sk)->filter;
++              if (len > sizeof filter || copy_to_user(optval, &filter, len))
                        return -EFAULT;
                return 0;
        default:
@@ -76721,10 +69574,10 @@ diff -urNp linux-2.6.39/net/ipv6/raw.c linux-2.6.39/net/ipv6/raw.c
  }
  
  static int raw6_seq_show(struct seq_file *seq, void *v)
-diff -urNp linux-2.6.39/net/ipv6/tcp_ipv6.c linux-2.6.39/net/ipv6/tcp_ipv6.c
---- linux-2.6.39/net/ipv6/tcp_ipv6.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/net/ipv6/tcp_ipv6.c   2011-05-22 19:41:42.000000000 -0400
-@@ -92,6 +92,10 @@ static struct tcp_md5sig_key *tcp_v6_md5
+diff -urNp linux-3.0.4/net/ipv6/tcp_ipv6.c linux-3.0.4/net/ipv6/tcp_ipv6.c
+--- linux-3.0.4/net/ipv6/tcp_ipv6.c    2011-09-02 18:11:21.000000000 -0400
++++ linux-3.0.4/net/ipv6/tcp_ipv6.c    2011-08-23 21:48:14.000000000 -0400
+@@ -93,6 +93,10 @@ static struct tcp_md5sig_key *tcp_v6_md5
  }
  #endif
  
@@ -76735,7 +69588,7 @@ diff -urNp linux-2.6.39/net/ipv6/tcp_ipv6.c linux-2.6.39/net/ipv6/tcp_ipv6.c
  static void tcp_v6_hash(struct sock *sk)
  {
        if (sk->sk_state != TCP_CLOSE) {
-@@ -1660,6 +1664,9 @@ static int tcp_v6_do_rcv(struct sock *sk
+@@ -1662,6 +1666,9 @@ static int tcp_v6_do_rcv(struct sock *sk
        return 0;
  
  reset:
@@ -76745,7 +69598,7 @@ diff -urNp linux-2.6.39/net/ipv6/tcp_ipv6.c linux-2.6.39/net/ipv6/tcp_ipv6.c
        tcp_v6_send_reset(sk, skb);
  discard:
        if (opt_skb)
-@@ -1739,12 +1746,20 @@ static int tcp_v6_rcv(struct sk_buff *sk
+@@ -1741,12 +1748,20 @@ static int tcp_v6_rcv(struct sk_buff *sk
        TCP_SKB_CB(skb)->sacked = 0;
  
        sk = __inet6_lookup_skb(&tcp_hashinfo, skb, th->source, th->dest);
@@ -76768,7 +69621,7 @@ diff -urNp linux-2.6.39/net/ipv6/tcp_ipv6.c linux-2.6.39/net/ipv6/tcp_ipv6.c
  
        if (hdr->hop_limit < inet6_sk(sk)->min_hopcount) {
                NET_INC_STATS_BH(net, LINUX_MIB_TCPMINTTLDROP);
-@@ -1792,6 +1807,10 @@ no_tcp_socket:
+@@ -1794,6 +1809,10 @@ no_tcp_socket:
  bad_packet:
                TCP_INC_STATS_BH(net, TCP_MIB_INERRS);
        } else {
@@ -76779,7 +69632,7 @@ diff -urNp linux-2.6.39/net/ipv6/tcp_ipv6.c linux-2.6.39/net/ipv6/tcp_ipv6.c
                tcp_v6_send_reset(NULL, skb);
        }
  
-@@ -2052,7 +2071,13 @@ static void get_openreq6(struct seq_file
+@@ -2054,7 +2073,13 @@ static void get_openreq6(struct seq_file
                   uid,
                   0,  /* non standard timer */
                   0, /* open_requests have no inode */
@@ -76794,7 +69647,7 @@ diff -urNp linux-2.6.39/net/ipv6/tcp_ipv6.c linux-2.6.39/net/ipv6/tcp_ipv6.c
  }
  
  static void get_tcp6_sock(struct seq_file *seq, struct sock *sp, int i)
-@@ -2102,7 +2127,12 @@ static void get_tcp6_sock(struct seq_fil
+@@ -2104,7 +2129,12 @@ static void get_tcp6_sock(struct seq_fil
                   sock_i_uid(sp),
                   icsk->icsk_probes_out,
                   sock_i_ino(sp),
@@ -76808,7 +69661,7 @@ diff -urNp linux-2.6.39/net/ipv6/tcp_ipv6.c linux-2.6.39/net/ipv6/tcp_ipv6.c
                   jiffies_to_clock_t(icsk->icsk_rto),
                   jiffies_to_clock_t(icsk->icsk_ack.ato),
                   (icsk->icsk_ack.quick << 1 ) | icsk->icsk_ack.pingpong,
-@@ -2137,7 +2167,13 @@ static void get_timewait6_sock(struct se
+@@ -2139,7 +2169,13 @@ static void get_timewait6_sock(struct se
                   dest->s6_addr32[2], dest->s6_addr32[3], destp,
                   tw->tw_substate, 0, 0,
                   3, jiffies_to_clock_t(ttd), 0, 0, 0, 0,
@@ -76823,9 +69676,9 @@ diff -urNp linux-2.6.39/net/ipv6/tcp_ipv6.c linux-2.6.39/net/ipv6/tcp_ipv6.c
  }
  
  static int tcp6_seq_show(struct seq_file *seq, void *v)
-diff -urNp linux-2.6.39/net/ipv6/udp.c linux-2.6.39/net/ipv6/udp.c
---- linux-2.6.39/net/ipv6/udp.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/net/ipv6/udp.c        2011-05-22 19:41:42.000000000 -0400
+diff -urNp linux-3.0.4/net/ipv6/udp.c linux-3.0.4/net/ipv6/udp.c
+--- linux-3.0.4/net/ipv6/udp.c 2011-09-02 18:11:21.000000000 -0400
++++ linux-3.0.4/net/ipv6/udp.c 2011-08-23 21:48:14.000000000 -0400
 @@ -50,6 +50,10 @@
  #include <linux/seq_file.h>
  #include "udp_impl.h"
@@ -76837,7 +69690,7 @@ diff -urNp linux-2.6.39/net/ipv6/udp.c linux-2.6.39/net/ipv6/udp.c
  int ipv6_rcv_saddr_equal(const struct sock *sk, const struct sock *sk2)
  {
        const struct in6_addr *sk_rcv_saddr6 = &inet6_sk(sk)->rcv_saddr;
-@@ -545,7 +549,7 @@ int udpv6_queue_rcv_skb(struct sock * sk
+@@ -548,7 +552,7 @@ int udpv6_queue_rcv_skb(struct sock * sk
  
        return 0;
  drop:
@@ -76846,7 +69699,7 @@ diff -urNp linux-2.6.39/net/ipv6/udp.c linux-2.6.39/net/ipv6/udp.c
  drop_no_sk_drops_inc:
        UDP6_INC_STATS_BH(sock_net(sk), UDP_MIB_INERRORS, is_udplite);
        kfree_skb(skb);
-@@ -621,7 +625,7 @@ static void flush_stack(struct sock **st
+@@ -624,7 +628,7 @@ static void flush_stack(struct sock **st
                        continue;
                }
  drop:
@@ -76855,7 +69708,7 @@ diff -urNp linux-2.6.39/net/ipv6/udp.c linux-2.6.39/net/ipv6/udp.c
                UDP6_INC_STATS_BH(sock_net(sk),
                                UDP_MIB_RCVBUFERRORS, IS_UDPLITE(sk));
                UDP6_INC_STATS_BH(sock_net(sk),
-@@ -776,6 +780,9 @@ int __udp6_lib_rcv(struct sk_buff *skb, 
+@@ -779,6 +783,9 @@ int __udp6_lib_rcv(struct sk_buff *skb, 
                UDP6_INC_STATS_BH(net, UDP_MIB_NOPORTS,
                                proto == IPPROTO_UDPLITE);
  
@@ -76865,7 +69718,7 @@ diff -urNp linux-2.6.39/net/ipv6/udp.c linux-2.6.39/net/ipv6/udp.c
                icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0);
  
                kfree_skb(skb);
-@@ -792,7 +799,7 @@ int __udp6_lib_rcv(struct sk_buff *skb, 
+@@ -795,7 +802,7 @@ int __udp6_lib_rcv(struct sk_buff *skb, 
        if (!sock_owned_by_user(sk))
                udpv6_queue_rcv_skb(sk, skb);
        else if (sk_add_backlog(sk, skb)) {
@@ -76874,7 +69727,7 @@ diff -urNp linux-2.6.39/net/ipv6/udp.c linux-2.6.39/net/ipv6/udp.c
                bh_unlock_sock(sk);
                sock_put(sk);
                goto discard;
-@@ -1403,8 +1410,13 @@ static void udp6_sock_seq_show(struct se
+@@ -1406,8 +1413,13 @@ static void udp6_sock_seq_show(struct se
                   0, 0L, 0,
                   sock_i_uid(sp), 0,
                   sock_i_ino(sp),
@@ -76890,10 +69743,10 @@ diff -urNp linux-2.6.39/net/ipv6/udp.c linux-2.6.39/net/ipv6/udp.c
  }
  
  int udp6_seq_show(struct seq_file *seq, void *v)
-diff -urNp linux-2.6.39/net/irda/ircomm/ircomm_tty.c linux-2.6.39/net/irda/ircomm/ircomm_tty.c
---- linux-2.6.39/net/irda/ircomm/ircomm_tty.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/net/irda/ircomm/ircomm_tty.c  2011-05-22 19:36:34.000000000 -0400
-@@ -281,16 +281,16 @@ static int ircomm_tty_block_til_ready(st
+diff -urNp linux-3.0.4/net/irda/ircomm/ircomm_tty.c linux-3.0.4/net/irda/ircomm/ircomm_tty.c
+--- linux-3.0.4/net/irda/ircomm/ircomm_tty.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/net/irda/ircomm/ircomm_tty.c   2011-08-23 21:47:56.000000000 -0400
+@@ -282,16 +282,16 @@ static int ircomm_tty_block_til_ready(st
        add_wait_queue(&self->open_wait, &wait);
  
        IRDA_DEBUG(2, "%s(%d):block_til_ready before block on %s open_count=%d\n",
@@ -76913,7 +69766,7 @@ diff -urNp linux-2.6.39/net/irda/ircomm/ircomm_tty.c linux-2.6.39/net/irda/ircom
  
        while (1) {
                if (tty->termios->c_cflag & CBAUD) {
-@@ -330,7 +330,7 @@ static int ircomm_tty_block_til_ready(st
+@@ -331,7 +331,7 @@ static int ircomm_tty_block_til_ready(st
                }
  
                IRDA_DEBUG(1, "%s(%d):block_til_ready blocking on %s open_count=%d\n",
@@ -76922,7 +69775,7 @@ diff -urNp linux-2.6.39/net/irda/ircomm/ircomm_tty.c linux-2.6.39/net/irda/ircom
  
                schedule();
        }
-@@ -341,13 +341,13 @@ static int ircomm_tty_block_til_ready(st
+@@ -342,13 +342,13 @@ static int ircomm_tty_block_til_ready(st
        if (extra_count) {
                /* ++ is not atomic, so this should be protected - Jean II */
                spin_lock_irqsave(&self->spinlock, flags);
@@ -76939,7 +69792,7 @@ diff -urNp linux-2.6.39/net/irda/ircomm/ircomm_tty.c linux-2.6.39/net/irda/ircom
  
        if (!retval)
                self->flags |= ASYNC_NORMAL_ACTIVE;
-@@ -416,14 +416,14 @@ static int ircomm_tty_open(struct tty_st
+@@ -417,14 +417,14 @@ static int ircomm_tty_open(struct tty_st
        }
        /* ++ is not atomic, so this should be protected - Jean II */
        spin_lock_irqsave(&self->spinlock, flags);
@@ -76956,7 +69809,7 @@ diff -urNp linux-2.6.39/net/irda/ircomm/ircomm_tty.c linux-2.6.39/net/irda/ircom
  
        /* Not really used by us, but lets do it anyway */
        self->tty->low_latency = (self->flags & ASYNC_LOW_LATENCY) ? 1 : 0;
-@@ -509,7 +509,7 @@ static void ircomm_tty_close(struct tty_
+@@ -510,7 +510,7 @@ static void ircomm_tty_close(struct tty_
                return;
        }
  
@@ -76965,7 +69818,7 @@ diff -urNp linux-2.6.39/net/irda/ircomm/ircomm_tty.c linux-2.6.39/net/irda/ircom
                /*
                 * Uh, oh.  tty->count is 1, which means that the tty
                 * structure will be freed.  state->count should always
-@@ -519,16 +519,16 @@ static void ircomm_tty_close(struct tty_
+@@ -520,16 +520,16 @@ static void ircomm_tty_close(struct tty_
                 */
                IRDA_DEBUG(0, "%s(), bad serial port count; "
                           "tty->count is 1, state->count is %d\n", __func__ ,
@@ -76988,7 +69841,7 @@ diff -urNp linux-2.6.39/net/irda/ircomm/ircomm_tty.c linux-2.6.39/net/irda/ircom
                spin_unlock_irqrestore(&self->spinlock, flags);
  
                IRDA_DEBUG(0, "%s(), open count > 0\n", __func__ );
-@@ -560,7 +560,7 @@ static void ircomm_tty_close(struct tty_
+@@ -561,7 +561,7 @@ static void ircomm_tty_close(struct tty_
        tty->closing = 0;
        self->tty = NULL;
  
@@ -76997,7 +69850,7 @@ diff -urNp linux-2.6.39/net/irda/ircomm/ircomm_tty.c linux-2.6.39/net/irda/ircom
                if (self->close_delay)
                        schedule_timeout_interruptible(self->close_delay);
                wake_up_interruptible(&self->open_wait);
-@@ -1012,7 +1012,7 @@ static void ircomm_tty_hangup(struct tty
+@@ -1013,7 +1013,7 @@ static void ircomm_tty_hangup(struct tty
        spin_lock_irqsave(&self->spinlock, flags);
        self->flags &= ~ASYNC_NORMAL_ACTIVE;
        self->tty = NULL;
@@ -77006,7 +69859,7 @@ diff -urNp linux-2.6.39/net/irda/ircomm/ircomm_tty.c linux-2.6.39/net/irda/ircom
        spin_unlock_irqrestore(&self->spinlock, flags);
  
        wake_up_interruptible(&self->open_wait);
-@@ -1364,7 +1364,7 @@ static void ircomm_tty_line_info(struct 
+@@ -1360,7 +1360,7 @@ static void ircomm_tty_line_info(struct 
        seq_putc(m, '\n');
  
        seq_printf(m, "Role: %s\n", self->client ? "client" : "server");
@@ -77015,10 +69868,10 @@ diff -urNp linux-2.6.39/net/irda/ircomm/ircomm_tty.c linux-2.6.39/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.39/net/iucv/af_iucv.c linux-2.6.39/net/iucv/af_iucv.c
---- linux-2.6.39/net/iucv/af_iucv.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/net/iucv/af_iucv.c    2011-05-22 19:36:34.000000000 -0400
-@@ -653,10 +653,10 @@ static int iucv_sock_autobind(struct soc
+diff -urNp linux-3.0.4/net/iucv/af_iucv.c linux-3.0.4/net/iucv/af_iucv.c
+--- linux-3.0.4/net/iucv/af_iucv.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/net/iucv/af_iucv.c     2011-08-23 21:47:56.000000000 -0400
+@@ -648,10 +648,10 @@ static int iucv_sock_autobind(struct soc
  
        write_lock_bh(&iucv_sk_list.lock);
  
@@ -77031,9 +69884,9 @@ diff -urNp linux-2.6.39/net/iucv/af_iucv.c linux-2.6.39/net/iucv/af_iucv.c
        }
  
        write_unlock_bh(&iucv_sk_list.lock);
-diff -urNp linux-2.6.39/net/key/af_key.c linux-2.6.39/net/key/af_key.c
---- linux-2.6.39/net/key/af_key.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/net/key/af_key.c      2011-05-22 19:41:42.000000000 -0400
+diff -urNp linux-3.0.4/net/key/af_key.c linux-3.0.4/net/key/af_key.c
+--- linux-3.0.4/net/key/af_key.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/net/key/af_key.c       2011-08-23 21:48:14.000000000 -0400
 @@ -2481,6 +2481,8 @@ static int pfkey_migrate(struct sock *sk
        struct xfrm_migrate m[XFRM_MAX_DEPTH];
        struct xfrm_kmaddress k;
@@ -77056,70 +69909,76 @@ diff -urNp linux-2.6.39/net/key/af_key.c linux-2.6.39/net/key/af_key.c
        } while (!res);
        return res;
  }
-@@ -3657,7 +3659,11 @@ static int pfkey_seq_show(struct seq_fil
-               seq_printf(f ,"sk       RefCnt Rmem   Wmem   User   Inode\n");
-       else
-               seq_printf(f ,"%p %-6d %-6u %-6u %-6u %-6lu\n",
-+#ifdef CONFIG_GRKERNSEC_HIDESYM
-+                             NULL,
-+#else
-                              s,
-+#endif
-                              atomic_read(&s->sk_refcnt),
-                              sk_rmem_alloc_get(s),
-                              sk_wmem_alloc_get(s),
-diff -urNp linux-2.6.39/net/l2tp/l2tp_ip.c linux-2.6.39/net/l2tp/l2tp_ip.c
---- linux-2.6.39/net/l2tp/l2tp_ip.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/net/l2tp/l2tp_ip.c    2011-05-22 19:36:34.000000000 -0400
-@@ -625,7 +625,7 @@ static struct inet_protosw l2tp_ip_proto
-       .no_check       = 0,
- };
+diff -urNp linux-3.0.4/net/lapb/lapb_iface.c linux-3.0.4/net/lapb/lapb_iface.c
+--- linux-3.0.4/net/lapb/lapb_iface.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/net/lapb/lapb_iface.c  2011-08-23 21:47:56.000000000 -0400
+@@ -158,7 +158,7 @@ int lapb_register(struct net_device *dev
+               goto out;
  
--static struct net_protocol l2tp_ip_protocol __read_mostly = {
-+static const struct net_protocol l2tp_ip_protocol = {
-       .handler        = l2tp_ip_recv,
- };
+       lapb->dev       = dev;
+-      lapb->callbacks = *callbacks;
++      lapb->callbacks = callbacks;
  
-diff -urNp linux-2.6.39/net/lapb/lapb_iface.c linux-2.6.39/net/lapb/lapb_iface.c
---- linux-2.6.39/net/lapb/lapb_iface.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/net/lapb/lapb_iface.c 2011-05-22 19:36:34.000000000 -0400
-@@ -138,8 +138,7 @@ static struct lapb_cb *lapb_create_cb(vo
- out:
-       return lapb;
+       __lapb_insert_cb(lapb);
+@@ -380,32 +380,32 @@ int lapb_data_received(struct net_device
+ void lapb_connect_confirmation(struct lapb_cb *lapb, int reason)
+ {
+-      if (lapb->callbacks.connect_confirmation)
+-              lapb->callbacks.connect_confirmation(lapb->dev, reason);
++      if (lapb->callbacks->connect_confirmation)
++              lapb->callbacks->connect_confirmation(lapb->dev, reason);
  }
--
--int lapb_register(struct net_device *dev, struct lapb_register_struct *callbacks)
-+int lapb_register(struct net_device *dev, const struct lapb_register_struct *callbacks)
- {
-       struct lapb_cb *lapb;
-       int rc = LAPB_BADTOKEN;
-diff -urNp linux-2.6.39/net/mac80211/cfg.c linux-2.6.39/net/mac80211/cfg.c
---- linux-2.6.39/net/mac80211/cfg.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/net/mac80211/cfg.c    2011-05-22 19:36:34.000000000 -0400
-@@ -2029,7 +2029,7 @@ static void ieee80211_get_ringparam(stru
-       drv_get_ringparam(local, tx, tx_max, rx, rx_max);
- }
--struct cfg80211_ops mac80211_config_ops = {
-+const struct cfg80211_ops mac80211_config_ops = {
-       .add_virtual_intf = ieee80211_add_iface,
-       .del_virtual_intf = ieee80211_del_iface,
-       .change_virtual_intf = ieee80211_change_iface,
-diff -urNp linux-2.6.39/net/mac80211/cfg.h linux-2.6.39/net/mac80211/cfg.h
---- linux-2.6.39/net/mac80211/cfg.h    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/net/mac80211/cfg.h    2011-05-22 19:36:34.000000000 -0400
-@@ -4,6 +4,6 @@
- #ifndef __CFG_H
- #define __CFG_H
--extern struct cfg80211_ops mac80211_config_ops;
-+extern const struct cfg80211_ops mac80211_config_ops;
- #endif /* __CFG_H */
-diff -urNp linux-2.6.39/net/mac80211/debugfs_sta.c linux-2.6.39/net/mac80211/debugfs_sta.c
---- linux-2.6.39/net/mac80211/debugfs_sta.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/net/mac80211/debugfs_sta.c    2011-05-22 19:36:34.000000000 -0400
-@@ -115,6 +115,8 @@ static ssize_t sta_agg_status_read(struc
+ void lapb_connect_indication(struct lapb_cb *lapb, int reason)
+ {
+-      if (lapb->callbacks.connect_indication)
+-              lapb->callbacks.connect_indication(lapb->dev, reason);
++      if (lapb->callbacks->connect_indication)
++              lapb->callbacks->connect_indication(lapb->dev, reason);
+ }
+ void lapb_disconnect_confirmation(struct lapb_cb *lapb, int reason)
+ {
+-      if (lapb->callbacks.disconnect_confirmation)
+-              lapb->callbacks.disconnect_confirmation(lapb->dev, reason);
++      if (lapb->callbacks->disconnect_confirmation)
++              lapb->callbacks->disconnect_confirmation(lapb->dev, reason);
+ }
+ void lapb_disconnect_indication(struct lapb_cb *lapb, int reason)
+ {
+-      if (lapb->callbacks.disconnect_indication)
+-              lapb->callbacks.disconnect_indication(lapb->dev, reason);
++      if (lapb->callbacks->disconnect_indication)
++              lapb->callbacks->disconnect_indication(lapb->dev, reason);
+ }
+ int lapb_data_indication(struct lapb_cb *lapb, struct sk_buff *skb)
+ {
+-      if (lapb->callbacks.data_indication)
+-              return lapb->callbacks.data_indication(lapb->dev, skb);
++      if (lapb->callbacks->data_indication)
++              return lapb->callbacks->data_indication(lapb->dev, skb);
+       kfree_skb(skb);
+       return NET_RX_SUCCESS; /* For now; must be != NET_RX_DROP */
+@@ -415,8 +415,8 @@ int lapb_data_transmit(struct lapb_cb *l
+ {
+       int used = 0;
+-      if (lapb->callbacks.data_transmit) {
+-              lapb->callbacks.data_transmit(lapb->dev, skb);
++      if (lapb->callbacks->data_transmit) {
++              lapb->callbacks->data_transmit(lapb->dev, skb);
+               used = 1;
+       }
+diff -urNp linux-3.0.4/net/mac80211/debugfs_sta.c linux-3.0.4/net/mac80211/debugfs_sta.c
+--- linux-3.0.4/net/mac80211/debugfs_sta.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/net/mac80211/debugfs_sta.c     2011-08-23 21:48:14.000000000 -0400
+@@ -140,6 +140,8 @@ static ssize_t sta_agg_status_read(struc
        struct tid_ampdu_rx *tid_rx;
        struct tid_ampdu_tx *tid_tx;
  
@@ -77128,7 +69987,7 @@ diff -urNp linux-2.6.39/net/mac80211/debugfs_sta.c linux-2.6.39/net/mac80211/deb
        rcu_read_lock();
  
        p += scnprintf(p, sizeof(buf) + buf - p, "next dialog_token: %#02x\n",
-@@ -215,6 +217,8 @@ static ssize_t sta_ht_capa_read(struct f
+@@ -240,6 +242,8 @@ static ssize_t sta_ht_capa_read(struct f
        struct sta_info *sta = file->private_data;
        struct ieee80211_sta_ht_cap *htc = &sta->sta.ht_cap;
  
@@ -77137,9 +69996,9 @@ diff -urNp linux-2.6.39/net/mac80211/debugfs_sta.c linux-2.6.39/net/mac80211/deb
        p += scnprintf(p, sizeof(buf) + buf - p, "ht %ssupported\n",
                        htc->ht_supported ? "" : "not ");
        if (htc->ht_supported) {
-diff -urNp linux-2.6.39/net/mac80211/ieee80211_i.h linux-2.6.39/net/mac80211/ieee80211_i.h
---- linux-2.6.39/net/mac80211/ieee80211_i.h    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/net/mac80211/ieee80211_i.h    2011-05-22 19:36:34.000000000 -0400
+diff -urNp linux-3.0.4/net/mac80211/ieee80211_i.h linux-3.0.4/net/mac80211/ieee80211_i.h
+--- linux-3.0.4/net/mac80211/ieee80211_i.h     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/net/mac80211/ieee80211_i.h     2011-08-23 21:47:56.000000000 -0400
 @@ -27,6 +27,7 @@
  #include <net/ieee80211_radiotap.h>
  #include <net/cfg80211.h>
@@ -77148,7 +70007,7 @@ diff -urNp linux-2.6.39/net/mac80211/ieee80211_i.h linux-2.6.39/net/mac80211/iee
  #include "key.h"
  #include "sta_info.h"
  
-@@ -714,7 +715,7 @@ struct ieee80211_local {
+@@ -721,7 +722,7 @@ struct ieee80211_local {
        /* also used to protect ampdu_ac_queue and amdpu_ac_stop_refcnt */
        spinlock_t queue_stop_reason_lock;
  
@@ -77157,9 +70016,9 @@ diff -urNp linux-2.6.39/net/mac80211/ieee80211_i.h linux-2.6.39/net/mac80211/iee
        int monitors, cooked_mntrs;
        /* number of interfaces with corresponding FIF_ flags */
        int fif_fcsfail, fif_plcpfail, fif_control, fif_other_bss, fif_pspoll,
-diff -urNp linux-2.6.39/net/mac80211/iface.c linux-2.6.39/net/mac80211/iface.c
---- linux-2.6.39/net/mac80211/iface.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/net/mac80211/iface.c  2011-05-22 19:36:34.000000000 -0400
+diff -urNp linux-3.0.4/net/mac80211/iface.c linux-3.0.4/net/mac80211/iface.c
+--- linux-3.0.4/net/mac80211/iface.c   2011-09-02 18:11:21.000000000 -0400
++++ linux-3.0.4/net/mac80211/iface.c   2011-08-23 21:47:56.000000000 -0400
 @@ -211,7 +211,7 @@ static int ieee80211_do_open(struct net_
                break;
        }
@@ -77196,7 +70055,7 @@ diff -urNp linux-2.6.39/net/mac80211/iface.c linux-2.6.39/net/mac80211/iface.c
                drv_stop(local);
   err_del_bss:
        sdata->bss = NULL;
-@@ -474,7 +474,7 @@ static void ieee80211_do_stop(struct iee
+@@ -475,7 +475,7 @@ static void ieee80211_do_stop(struct iee
        }
  
        if (going_down)
@@ -77205,7 +70064,7 @@ diff -urNp linux-2.6.39/net/mac80211/iface.c linux-2.6.39/net/mac80211/iface.c
  
        switch (sdata->vif.type) {
        case NL80211_IFTYPE_AP_VLAN:
-@@ -533,7 +533,7 @@ static void ieee80211_do_stop(struct iee
+@@ -534,7 +534,7 @@ static void ieee80211_do_stop(struct iee
  
        ieee80211_recalc_ps(local, -1);
  
@@ -77214,10 +70073,10 @@ diff -urNp linux-2.6.39/net/mac80211/iface.c linux-2.6.39/net/mac80211/iface.c
                if (local->ops->napi_poll)
                        napi_disable(&local->napi);
                ieee80211_clear_tx_pending(local);
-diff -urNp linux-2.6.39/net/mac80211/main.c linux-2.6.39/net/mac80211/main.c
---- linux-2.6.39/net/mac80211/main.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/net/mac80211/main.c   2011-05-22 19:36:34.000000000 -0400
-@@ -215,7 +215,7 @@ int ieee80211_hw_config(struct ieee80211
+diff -urNp linux-3.0.4/net/mac80211/main.c linux-3.0.4/net/mac80211/main.c
+--- linux-3.0.4/net/mac80211/main.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/net/mac80211/main.c    2011-08-23 21:47:56.000000000 -0400
+@@ -209,7 +209,7 @@ int ieee80211_hw_config(struct ieee80211
                local->hw.conf.power_level = power;
        }
  
@@ -77226,10 +70085,10 @@ diff -urNp linux-2.6.39/net/mac80211/main.c linux-2.6.39/net/mac80211/main.c
                ret = drv_config(local, changed);
                /*
                 * Goal:
-diff -urNp linux-2.6.39/net/mac80211/mlme.c linux-2.6.39/net/mac80211/mlme.c
---- linux-2.6.39/net/mac80211/mlme.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/net/mac80211/mlme.c   2011-05-22 19:36:34.000000000 -0400
-@@ -1431,6 +1431,8 @@ static bool ieee80211_assoc_success(stru
+diff -urNp linux-3.0.4/net/mac80211/mlme.c linux-3.0.4/net/mac80211/mlme.c
+--- linux-3.0.4/net/mac80211/mlme.c    2011-09-02 18:11:21.000000000 -0400
++++ linux-3.0.4/net/mac80211/mlme.c    2011-08-23 21:48:14.000000000 -0400
+@@ -1444,6 +1444,8 @@ static bool ieee80211_assoc_success(stru
        bool have_higher_than_11mbit = false;
        u16 ap_ht_cap_flags;
  
@@ -77238,10 +70097,19 @@ diff -urNp linux-2.6.39/net/mac80211/mlme.c linux-2.6.39/net/mac80211/mlme.c
        /* AssocResp and ReassocResp have identical structure */
  
        aid = le16_to_cpu(mgmt->u.assoc_resp.aid);
-diff -urNp linux-2.6.39/net/mac80211/pm.c linux-2.6.39/net/mac80211/pm.c
---- linux-2.6.39/net/mac80211/pm.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/net/mac80211/pm.c     2011-05-22 19:36:34.000000000 -0400
-@@ -95,7 +95,7 @@ int __ieee80211_suspend(struct ieee80211
+diff -urNp linux-3.0.4/net/mac80211/pm.c linux-3.0.4/net/mac80211/pm.c
+--- linux-3.0.4/net/mac80211/pm.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/net/mac80211/pm.c      2011-08-23 21:47:56.000000000 -0400
+@@ -47,7 +47,7 @@ int __ieee80211_suspend(struct ieee80211
+       cancel_work_sync(&local->dynamic_ps_enable_work);
+       del_timer_sync(&local->dynamic_ps_timer);
+-      local->wowlan = wowlan && local->open_count;
++      local->wowlan = wowlan && local_read(&local->open_count);
+       if (local->wowlan) {
+               int err = drv_suspend(local, wowlan);
+               if (err) {
+@@ -111,7 +111,7 @@ int __ieee80211_suspend(struct ieee80211
        }
  
        /* stop hardware - this must stop RX */
@@ -77249,10 +70117,10 @@ diff -urNp linux-2.6.39/net/mac80211/pm.c linux-2.6.39/net/mac80211/pm.c
 +      if (local_read(&local->open_count))
                ieee80211_stop_device(local);
  
-       local->suspended = true;
-diff -urNp linux-2.6.39/net/mac80211/rate.c linux-2.6.39/net/mac80211/rate.c
---- linux-2.6.39/net/mac80211/rate.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/net/mac80211/rate.c   2011-05-22 19:36:34.000000000 -0400
+  suspend:
+diff -urNp linux-3.0.4/net/mac80211/rate.c linux-3.0.4/net/mac80211/rate.c
+--- linux-3.0.4/net/mac80211/rate.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/net/mac80211/rate.c    2011-08-23 21:47:56.000000000 -0400
 @@ -371,7 +371,7 @@ int ieee80211_init_rate_ctrl_alg(struct 
  
        ASSERT_RTNL();
@@ -77262,9 +70130,9 @@ diff -urNp linux-2.6.39/net/mac80211/rate.c linux-2.6.39/net/mac80211/rate.c
                return -EBUSY;
  
        if (local->hw.flags & IEEE80211_HW_HAS_RATE_CONTROL) {
-diff -urNp linux-2.6.39/net/mac80211/rc80211_pid_debugfs.c linux-2.6.39/net/mac80211/rc80211_pid_debugfs.c
---- linux-2.6.39/net/mac80211/rc80211_pid_debugfs.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/net/mac80211/rc80211_pid_debugfs.c    2011-05-22 19:36:34.000000000 -0400
+diff -urNp linux-3.0.4/net/mac80211/rc80211_pid_debugfs.c linux-3.0.4/net/mac80211/rc80211_pid_debugfs.c
+--- linux-3.0.4/net/mac80211/rc80211_pid_debugfs.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/net/mac80211/rc80211_pid_debugfs.c     2011-08-23 21:47:56.000000000 -0400
 @@ -192,7 +192,7 @@ static ssize_t rate_control_pid_events_r
  
        spin_unlock_irqrestore(&events->lock, status);
@@ -77274,11 +70142,11 @@ diff -urNp linux-2.6.39/net/mac80211/rc80211_pid_debugfs.c linux-2.6.39/net/mac8
                return -EFAULT;
  
        return p;
-diff -urNp linux-2.6.39/net/mac80211/util.c linux-2.6.39/net/mac80211/util.c
---- linux-2.6.39/net/mac80211/util.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/net/mac80211/util.c   2011-05-22 19:36:34.000000000 -0400
-@@ -1129,7 +1129,7 @@ int ieee80211_reconfig(struct ieee80211_
-               local->resuming = true;
+diff -urNp linux-3.0.4/net/mac80211/util.c linux-3.0.4/net/mac80211/util.c
+--- linux-3.0.4/net/mac80211/util.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/net/mac80211/util.c    2011-08-23 21:47:56.000000000 -0400
+@@ -1147,7 +1147,7 @@ int ieee80211_reconfig(struct ieee80211_
+ #endif
  
        /* restart hardware */
 -      if (local->open_count) {
@@ -77286,9 +70154,9 @@ diff -urNp linux-2.6.39/net/mac80211/util.c linux-2.6.39/net/mac80211/util.c
                /*
                 * Upon resume hardware can sometimes be goofy due to
                 * various platform / driver / bus issues, so restarting
-diff -urNp linux-2.6.39/net/netfilter/ipvs/ip_vs_conn.c linux-2.6.39/net/netfilter/ipvs/ip_vs_conn.c
---- linux-2.6.39/net/netfilter/ipvs/ip_vs_conn.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/net/netfilter/ipvs/ip_vs_conn.c       2011-05-22 19:36:34.000000000 -0400
+diff -urNp linux-3.0.4/net/netfilter/ipvs/ip_vs_conn.c linux-3.0.4/net/netfilter/ipvs/ip_vs_conn.c
+--- linux-3.0.4/net/netfilter/ipvs/ip_vs_conn.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/net/netfilter/ipvs/ip_vs_conn.c        2011-08-23 21:47:56.000000000 -0400
 @@ -556,7 +556,7 @@ ip_vs_bind_dest(struct ip_vs_conn *cp, s
        /* Increase the refcnt counter of the dest */
        atomic_inc(&dest->refcnt);
@@ -77298,7 +70166,7 @@ diff -urNp linux-2.6.39/net/netfilter/ipvs/ip_vs_conn.c linux-2.6.39/net/netfilt
        if (cp->protocol != IPPROTO_UDP)
                conn_flags &= ~IP_VS_CONN_F_ONE_PACKET;
        /* Bind with the destination and its corresponding transmitter */
-@@ -861,7 +861,7 @@ ip_vs_conn_new(const struct ip_vs_conn_p
+@@ -869,7 +869,7 @@ ip_vs_conn_new(const struct ip_vs_conn_p
        atomic_set(&cp->refcnt, 1);
  
        atomic_set(&cp->n_control, 0);
@@ -77307,7 +70175,7 @@ diff -urNp linux-2.6.39/net/netfilter/ipvs/ip_vs_conn.c linux-2.6.39/net/netfilt
  
        atomic_inc(&ipvs->conn_count);
        if (flags & IP_VS_CONN_F_NO_CPORT)
-@@ -1141,7 +1141,7 @@ static inline int todrop_entry(struct ip
+@@ -1149,7 +1149,7 @@ static inline int todrop_entry(struct ip
  
        /* Don't drop the entry if its number of incoming packets is not
           located in [0, 8] */
@@ -77316,9 +70184,9 @@ diff -urNp linux-2.6.39/net/netfilter/ipvs/ip_vs_conn.c linux-2.6.39/net/netfilt
        if (i > 8 || i < 0) return 0;
  
        if (!todrop_rate[i]) return 0;
-diff -urNp linux-2.6.39/net/netfilter/ipvs/ip_vs_core.c linux-2.6.39/net/netfilter/ipvs/ip_vs_core.c
---- linux-2.6.39/net/netfilter/ipvs/ip_vs_core.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/net/netfilter/ipvs/ip_vs_core.c       2011-05-22 19:36:34.000000000 -0400
+diff -urNp linux-3.0.4/net/netfilter/ipvs/ip_vs_core.c linux-3.0.4/net/netfilter/ipvs/ip_vs_core.c
+--- linux-3.0.4/net/netfilter/ipvs/ip_vs_core.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/net/netfilter/ipvs/ip_vs_core.c        2011-08-23 21:47:56.000000000 -0400
 @@ -563,7 +563,7 @@ int ip_vs_leave(struct ip_vs_service *sv
                ret = cp->packet_xmit(skb, cp, pd->pp);
                /* do not touch skb anymore */
@@ -77328,7 +70196,7 @@ diff -urNp linux-2.6.39/net/netfilter/ipvs/ip_vs_core.c linux-2.6.39/net/netfilt
                ip_vs_conn_put(cp);
                return ret;
        }
-@@ -1633,7 +1633,7 @@ ip_vs_in(unsigned int hooknum, struct sk
+@@ -1613,7 +1613,7 @@ ip_vs_in(unsigned int hooknum, struct sk
        if (cp->flags & IP_VS_CONN_F_ONE_PACKET)
                pkts = sysctl_sync_threshold(ipvs);
        else
@@ -77337,9 +70205,9 @@ diff -urNp linux-2.6.39/net/netfilter/ipvs/ip_vs_core.c linux-2.6.39/net/netfilt
  
        if ((ipvs->sync_state & IP_VS_STATE_MASTER) &&
            cp->protocol == IPPROTO_SCTP) {
-diff -urNp linux-2.6.39/net/netfilter/ipvs/ip_vs_ctl.c linux-2.6.39/net/netfilter/ipvs/ip_vs_ctl.c
---- linux-2.6.39/net/netfilter/ipvs/ip_vs_ctl.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/net/netfilter/ipvs/ip_vs_ctl.c        2011-05-22 19:36:34.000000000 -0400
+diff -urNp linux-3.0.4/net/netfilter/ipvs/ip_vs_ctl.c linux-3.0.4/net/netfilter/ipvs/ip_vs_ctl.c
+--- linux-3.0.4/net/netfilter/ipvs/ip_vs_ctl.c 2011-09-02 18:11:21.000000000 -0400
++++ linux-3.0.4/net/netfilter/ipvs/ip_vs_ctl.c 2011-08-23 21:48:14.000000000 -0400
 @@ -782,7 +782,7 @@ __ip_vs_update_dest(struct ip_vs_service
                ip_vs_rs_hash(ipvs, dest);
                write_unlock_bh(&ipvs->rs_lock);
@@ -77367,7 +70235,7 @@ diff -urNp linux-2.6.39/net/netfilter/ipvs/ip_vs_ctl.c linux-2.6.39/net/netfilte
                                           atomic_read(&dest->weight),
                                           atomic_read(&dest->activeconns),
                                           atomic_read(&dest->inactconns));
-@@ -2287,6 +2287,8 @@ do_ip_vs_set_ctl(struct sock *sk, int cm
+@@ -2284,6 +2284,8 @@ do_ip_vs_set_ctl(struct sock *sk, int cm
        struct ip_vs_dest_user *udest_compat;
        struct ip_vs_dest_user_kern udest;
  
@@ -77376,7 +70244,7 @@ diff -urNp linux-2.6.39/net/netfilter/ipvs/ip_vs_ctl.c linux-2.6.39/net/netfilte
        if (!capable(CAP_NET_ADMIN))
                return -EPERM;
  
-@@ -2501,7 +2503,7 @@ __ip_vs_get_dest_entries(struct net *net
+@@ -2498,7 +2500,7 @@ __ip_vs_get_dest_entries(struct net *net
  
                        entry.addr = dest->addr.ip;
                        entry.port = dest->port;
@@ -77385,7 +70253,7 @@ diff -urNp linux-2.6.39/net/netfilter/ipvs/ip_vs_ctl.c linux-2.6.39/net/netfilte
                        entry.weight = atomic_read(&dest->weight);
                        entry.u_threshold = dest->u_threshold;
                        entry.l_threshold = dest->l_threshold;
-@@ -3029,7 +3031,7 @@ static int ip_vs_genl_fill_dest(struct s
+@@ -3026,7 +3028,7 @@ static int ip_vs_genl_fill_dest(struct s
        NLA_PUT_U16(skb, IPVS_DEST_ATTR_PORT, dest->port);
  
        NLA_PUT_U32(skb, IPVS_DEST_ATTR_FWD_METHOD,
@@ -77394,9 +70262,9 @@ diff -urNp linux-2.6.39/net/netfilter/ipvs/ip_vs_ctl.c linux-2.6.39/net/netfilte
        NLA_PUT_U32(skb, IPVS_DEST_ATTR_WEIGHT, atomic_read(&dest->weight));
        NLA_PUT_U32(skb, IPVS_DEST_ATTR_U_THRESH, dest->u_threshold);
        NLA_PUT_U32(skb, IPVS_DEST_ATTR_L_THRESH, dest->l_threshold);
-diff -urNp linux-2.6.39/net/netfilter/ipvs/ip_vs_sync.c linux-2.6.39/net/netfilter/ipvs/ip_vs_sync.c
---- linux-2.6.39/net/netfilter/ipvs/ip_vs_sync.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/net/netfilter/ipvs/ip_vs_sync.c       2011-05-22 19:36:34.000000000 -0400
+diff -urNp linux-3.0.4/net/netfilter/ipvs/ip_vs_sync.c linux-3.0.4/net/netfilter/ipvs/ip_vs_sync.c
+--- linux-3.0.4/net/netfilter/ipvs/ip_vs_sync.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/net/netfilter/ipvs/ip_vs_sync.c        2011-08-23 21:47:56.000000000 -0400
 @@ -648,7 +648,7 @@ control:
         * i.e only increment in_pkts for Templates.
         */
@@ -77415,10 +70283,10 @@ diff -urNp linux-2.6.39/net/netfilter/ipvs/ip_vs_sync.c linux-2.6.39/net/netfilt
        cp->state = state;
        cp->old_state = cp->state;
        /*
-diff -urNp linux-2.6.39/net/netfilter/ipvs/ip_vs_xmit.c linux-2.6.39/net/netfilter/ipvs/ip_vs_xmit.c
---- linux-2.6.39/net/netfilter/ipvs/ip_vs_xmit.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/net/netfilter/ipvs/ip_vs_xmit.c       2011-05-22 19:36:34.000000000 -0400
-@@ -1127,7 +1127,7 @@ ip_vs_icmp_xmit(struct sk_buff *skb, str
+diff -urNp linux-3.0.4/net/netfilter/ipvs/ip_vs_xmit.c linux-3.0.4/net/netfilter/ipvs/ip_vs_xmit.c
+--- linux-3.0.4/net/netfilter/ipvs/ip_vs_xmit.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/net/netfilter/ipvs/ip_vs_xmit.c        2011-08-23 21:47:56.000000000 -0400
+@@ -1151,7 +1151,7 @@ ip_vs_icmp_xmit(struct sk_buff *skb, str
                else
                        rc = NF_ACCEPT;
                /* do not touch skb anymore */
@@ -77427,7 +70295,7 @@ diff -urNp linux-2.6.39/net/netfilter/ipvs/ip_vs_xmit.c linux-2.6.39/net/netfilt
                goto out;
        }
  
-@@ -1245,7 +1245,7 @@ ip_vs_icmp_xmit_v6(struct sk_buff *skb, 
+@@ -1272,7 +1272,7 @@ ip_vs_icmp_xmit_v6(struct sk_buff *skb, 
                else
                        rc = NF_ACCEPT;
                /* do not touch skb anymore */
@@ -77436,9 +70304,9 @@ diff -urNp linux-2.6.39/net/netfilter/ipvs/ip_vs_xmit.c linux-2.6.39/net/netfilt
                goto out;
        }
  
-diff -urNp linux-2.6.39/net/netfilter/Kconfig linux-2.6.39/net/netfilter/Kconfig
---- linux-2.6.39/net/netfilter/Kconfig 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/net/netfilter/Kconfig 2011-05-22 19:41:42.000000000 -0400
+diff -urNp linux-3.0.4/net/netfilter/Kconfig linux-3.0.4/net/netfilter/Kconfig
+--- linux-3.0.4/net/netfilter/Kconfig  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/net/netfilter/Kconfig  2011-08-23 21:48:14.000000000 -0400
 @@ -781,6 +781,16 @@ config NETFILTER_XT_MATCH_ESP
  
          To compile it as a module, choose M here.  If unsure, say N.
@@ -77456,9 +70324,9 @@ diff -urNp linux-2.6.39/net/netfilter/Kconfig linux-2.6.39/net/netfilter/Kconfig
  config NETFILTER_XT_MATCH_HASHLIMIT
        tristate '"hashlimit" match support'
        depends on (IP6_NF_IPTABLES || IP6_NF_IPTABLES=n)
-diff -urNp linux-2.6.39/net/netfilter/Makefile linux-2.6.39/net/netfilter/Makefile
---- linux-2.6.39/net/netfilter/Makefile        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/net/netfilter/Makefile        2011-05-22 20:40:16.000000000 -0400
+diff -urNp linux-3.0.4/net/netfilter/Makefile linux-3.0.4/net/netfilter/Makefile
+--- linux-3.0.4/net/netfilter/Makefile 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/net/netfilter/Makefile 2011-08-23 21:48:14.000000000 -0400
 @@ -81,6 +81,7 @@ obj-$(CONFIG_NETFILTER_XT_MATCH_DCCP) +=
  obj-$(CONFIG_NETFILTER_XT_MATCH_DEVGROUP) += xt_devgroup.o
  obj-$(CONFIG_NETFILTER_XT_MATCH_DSCP) += xt_dscp.o
@@ -77467,9 +70335,9 @@ diff -urNp linux-2.6.39/net/netfilter/Makefile linux-2.6.39/net/netfilter/Makefi
  obj-$(CONFIG_NETFILTER_XT_MATCH_HASHLIMIT) += xt_hashlimit.o
  obj-$(CONFIG_NETFILTER_XT_MATCH_HELPER) += xt_helper.o
  obj-$(CONFIG_NETFILTER_XT_MATCH_HL) += xt_hl.o
-diff -urNp linux-2.6.39/net/netfilter/nfnetlink_log.c linux-2.6.39/net/netfilter/nfnetlink_log.c
---- linux-2.6.39/net/netfilter/nfnetlink_log.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/net/netfilter/nfnetlink_log.c 2011-05-22 19:36:35.000000000 -0400
+diff -urNp linux-3.0.4/net/netfilter/nfnetlink_log.c linux-3.0.4/net/netfilter/nfnetlink_log.c
+--- linux-3.0.4/net/netfilter/nfnetlink_log.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/net/netfilter/nfnetlink_log.c  2011-08-23 21:47:56.000000000 -0400
 @@ -70,7 +70,7 @@ struct nfulnl_instance {
  };
  
@@ -77479,7 +70347,7 @@ diff -urNp linux-2.6.39/net/netfilter/nfnetlink_log.c linux-2.6.39/net/netfilter
  
  #define INSTANCE_BUCKETS      16
  static struct hlist_head instance_table[INSTANCE_BUCKETS];
-@@ -506,7 +506,7 @@ __build_packet_message(struct nfulnl_ins
+@@ -505,7 +505,7 @@ __build_packet_message(struct nfulnl_ins
        /* global sequence number */
        if (inst->flags & NFULNL_CFG_F_SEQ_GLOBAL)
                NLA_PUT_BE32(inst->skb, NFULA_SEQ_GLOBAL,
@@ -77488,9 +70356,9 @@ diff -urNp linux-2.6.39/net/netfilter/nfnetlink_log.c linux-2.6.39/net/netfilter
  
        if (data_len) {
                struct nlattr *nla;
-diff -urNp linux-2.6.39/net/netfilter/nfnetlink_queue.c linux-2.6.39/net/netfilter/nfnetlink_queue.c
---- linux-2.6.39/net/netfilter/nfnetlink_queue.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/net/netfilter/nfnetlink_queue.c       2011-05-22 19:36:35.000000000 -0400
+diff -urNp linux-3.0.4/net/netfilter/nfnetlink_queue.c linux-3.0.4/net/netfilter/nfnetlink_queue.c
+--- linux-3.0.4/net/netfilter/nfnetlink_queue.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/net/netfilter/nfnetlink_queue.c        2011-08-23 21:47:56.000000000 -0400
 @@ -58,7 +58,7 @@ struct nfqnl_instance {
   */
        spinlock_t      lock;
@@ -77509,7 +70377,7 @@ diff -urNp linux-2.6.39/net/netfilter/nfnetlink_queue.c linux-2.6.39/net/netfilt
        pmsg.packet_id          = htonl(entry->id);
        pmsg.hw_protocol        = entskb->protocol;
        pmsg.hook               = entry->hook;
-@@ -869,7 +869,7 @@ static int seq_show(struct seq_file *s, 
+@@ -870,7 +870,7 @@ static int seq_show(struct seq_file *s, 
                          inst->peer_pid, inst->queue_total,
                          inst->copy_mode, inst->copy_range,
                          inst->queue_dropped, inst->queue_user_dropped,
@@ -77518,9 +70386,9 @@ diff -urNp linux-2.6.39/net/netfilter/nfnetlink_queue.c linux-2.6.39/net/netfilt
  }
  
  static const struct seq_operations nfqnl_seq_ops = {
-diff -urNp linux-2.6.39/net/netfilter/xt_gradm.c linux-2.6.39/net/netfilter/xt_gradm.c
---- linux-2.6.39/net/netfilter/xt_gradm.c      1969-12-31 19:00:00.000000000 -0500
-+++ linux-2.6.39/net/netfilter/xt_gradm.c      2011-05-22 19:41:42.000000000 -0400
+diff -urNp linux-3.0.4/net/netfilter/xt_gradm.c linux-3.0.4/net/netfilter/xt_gradm.c
+--- linux-3.0.4/net/netfilter/xt_gradm.c       1969-12-31 19:00:00.000000000 -0500
++++ linux-3.0.4/net/netfilter/xt_gradm.c       2011-08-23 21:48:14.000000000 -0400
 @@ -0,0 +1,51 @@
 +/*
 + *    gradm match for netfilter
@@ -77573,9 +70441,9 @@ diff -urNp linux-2.6.39/net/netfilter/xt_gradm.c linux-2.6.39/net/netfilter/xt_g
 +MODULE_LICENSE("GPL");
 +MODULE_ALIAS("ipt_gradm");
 +MODULE_ALIAS("ip6t_gradm");
-diff -urNp linux-2.6.39/net/netfilter/xt_statistic.c linux-2.6.39/net/netfilter/xt_statistic.c
---- linux-2.6.39/net/netfilter/xt_statistic.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/net/netfilter/xt_statistic.c  2011-05-22 19:36:35.000000000 -0400
+diff -urNp linux-3.0.4/net/netfilter/xt_statistic.c linux-3.0.4/net/netfilter/xt_statistic.c
+--- linux-3.0.4/net/netfilter/xt_statistic.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/net/netfilter/xt_statistic.c   2011-08-23 21:47:56.000000000 -0400
 @@ -18,7 +18,7 @@
  #include <linux/netfilter/x_tables.h>
  
@@ -77606,9 +70474,9 @@ diff -urNp linux-2.6.39/net/netfilter/xt_statistic.c linux-2.6.39/net/netfilter/
  
        return 0;
  }
-diff -urNp linux-2.6.39/net/netlink/af_netlink.c linux-2.6.39/net/netlink/af_netlink.c
---- linux-2.6.39/net/netlink/af_netlink.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/net/netlink/af_netlink.c      2011-05-22 19:41:42.000000000 -0400
+diff -urNp linux-3.0.4/net/netlink/af_netlink.c linux-3.0.4/net/netlink/af_netlink.c
+--- linux-3.0.4/net/netlink/af_netlink.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/net/netlink/af_netlink.c       2011-08-23 21:47:56.000000000 -0400
 @@ -742,7 +742,7 @@ static void netlink_overrun(struct sock 
                        sk->sk_error_report(sk);
                }
@@ -77618,35 +70486,19 @@ diff -urNp linux-2.6.39/net/netlink/af_netlink.c linux-2.6.39/net/netlink/af_net
  }
  
  static struct sock *netlink_getsockbypid(struct sock *ssk, u32 pid)
-@@ -1992,15 +1992,23 @@ static int netlink_seq_show(struct seq_f
-               struct netlink_sock *nlk = nlk_sk(s);
-               seq_printf(seq, "%p %-3d %-6d %08x %-8d %-8d %p %-8d %-8d %-8lu\n",
-+#ifdef CONFIG_GRKERNSEC_HIDESYM
-+                         NULL,
-+#else
-                          s,
-+#endif
-                          s->sk_protocol,
-                          nlk->pid,
-                          nlk->groups ? (u32)nlk->groups[0] : 0,
-                          sk_rmem_alloc_get(s),
+@@ -1994,7 +1994,7 @@ static int netlink_seq_show(struct seq_f
                           sk_wmem_alloc_get(s),
-+#ifdef CONFIG_GRKERNSEC_HIDESYM
-+                         NULL,
-+#else
                           nlk->cb,
-+#endif
                           atomic_read(&s->sk_refcnt),
 -                         atomic_read(&s->sk_drops),
 +                         atomic_read_unchecked(&s->sk_drops),
                           sock_i_ino(s)
                        );
  
-diff -urNp linux-2.6.39/net/netrom/af_netrom.c linux-2.6.39/net/netrom/af_netrom.c
---- linux-2.6.39/net/netrom/af_netrom.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/net/netrom/af_netrom.c        2011-05-22 19:41:42.000000000 -0400
-@@ -840,6 +840,7 @@ static int nr_getname(struct socket *soc
+diff -urNp linux-3.0.4/net/netrom/af_netrom.c linux-3.0.4/net/netrom/af_netrom.c
+--- linux-3.0.4/net/netrom/af_netrom.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/net/netrom/af_netrom.c 2011-08-23 21:48:14.000000000 -0400
+@@ -839,6 +839,7 @@ static int nr_getname(struct socket *soc
        struct sock *sk = sock->sk;
        struct nr_sock *nr = nr_sk(sk);
  
@@ -77654,7 +70506,7 @@ diff -urNp linux-2.6.39/net/netrom/af_netrom.c linux-2.6.39/net/netrom/af_netrom
        lock_sock(sk);
        if (peer != 0) {
                if (sk->sk_state != TCP_ESTABLISHED) {
-@@ -854,7 +855,6 @@ static int nr_getname(struct socket *soc
+@@ -853,7 +854,6 @@ static int nr_getname(struct socket *soc
                *uaddr_len = sizeof(struct full_sockaddr_ax25);
        } else {
                sax->fsa_ax25.sax25_family = AF_NETROM;
@@ -77662,9 +70514,9 @@ diff -urNp linux-2.6.39/net/netrom/af_netrom.c linux-2.6.39/net/netrom/af_netrom
                sax->fsa_ax25.sax25_call   = nr->source_addr;
                *uaddr_len = sizeof(struct sockaddr_ax25);
        }
-diff -urNp linux-2.6.39/net/packet/af_packet.c linux-2.6.39/net/packet/af_packet.c
---- linux-2.6.39/net/packet/af_packet.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/net/packet/af_packet.c        2011-05-22 19:41:42.000000000 -0400
+diff -urNp linux-3.0.4/net/packet/af_packet.c linux-3.0.4/net/packet/af_packet.c
+--- linux-3.0.4/net/packet/af_packet.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/net/packet/af_packet.c 2011-08-23 21:47:56.000000000 -0400
 @@ -647,14 +647,14 @@ static int packet_rcv(struct sk_buff *sk
  
        spin_lock(&sk->sk_receive_queue.lock);
@@ -77682,7 +70534,7 @@ diff -urNp linux-2.6.39/net/packet/af_packet.c linux-2.6.39/net/packet/af_packet
  
  drop_n_restore:
        if (skb_head != skb->data && skb_shared(skb)) {
-@@ -2157,7 +2157,7 @@ static int packet_getsockopt(struct sock
+@@ -2168,7 +2168,7 @@ static int packet_getsockopt(struct sock
        case PACKET_HDRLEN:
                if (len > sizeof(int))
                        len = sizeof(int);
@@ -77691,7 +70543,7 @@ diff -urNp linux-2.6.39/net/packet/af_packet.c linux-2.6.39/net/packet/af_packet
                        return -EFAULT;
                switch (val) {
                case TPACKET_V1:
-@@ -2195,7 +2195,7 @@ static int packet_getsockopt(struct sock
+@@ -2206,7 +2206,7 @@ static int packet_getsockopt(struct sock
  
        if (put_user(len, optlen))
                return -EFAULT;
@@ -77700,21 +70552,9 @@ diff -urNp linux-2.6.39/net/packet/af_packet.c linux-2.6.39/net/packet/af_packet
                return -EFAULT;
        return 0;
  }
-@@ -2707,7 +2707,11 @@ static int packet_seq_show(struct seq_fi
-               seq_printf(seq,
-                          "%p %-6d %-4d %04x   %-5d %1d %-6u %-6u %-6lu\n",
-+#ifdef CONFIG_GRKERNSEC_HIDESYM
-+                         NULL,
-+#else
-                          s,
-+#endif
-                          atomic_read(&s->sk_refcnt),
-                          s->sk_type,
-                          ntohs(po->num),
-diff -urNp linux-2.6.39/net/phonet/af_phonet.c linux-2.6.39/net/phonet/af_phonet.c
---- linux-2.6.39/net/phonet/af_phonet.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/net/phonet/af_phonet.c        2011-05-22 19:41:42.000000000 -0400
+diff -urNp linux-3.0.4/net/phonet/af_phonet.c linux-3.0.4/net/phonet/af_phonet.c
+--- linux-3.0.4/net/phonet/af_phonet.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/net/phonet/af_phonet.c 2011-08-23 21:48:14.000000000 -0400
 @@ -41,7 +41,7 @@ static struct phonet_protocol *phonet_pr
  {
        struct phonet_protocol *pp;
@@ -77724,15 +70564,6 @@ diff -urNp linux-2.6.39/net/phonet/af_phonet.c linux-2.6.39/net/phonet/af_phonet
                return NULL;
  
        rcu_read_lock();
-@@ -149,7 +149,7 @@ static int pn_header_parse(const struct 
-       return 1;
- }
--struct header_ops phonet_header_ops = {
-+const struct header_ops phonet_header_ops = {
-       .create = pn_header_create,
-       .parse = pn_header_parse,
- };
 @@ -469,7 +469,7 @@ int __init_or_module phonet_proto_regist
  {
        int err = 0;
@@ -77742,9 +70573,9 @@ diff -urNp linux-2.6.39/net/phonet/af_phonet.c linux-2.6.39/net/phonet/af_phonet
                return -EINVAL;
  
        err = proto_register(pp->prot, 1);
-diff -urNp linux-2.6.39/net/phonet/pep.c linux-2.6.39/net/phonet/pep.c
---- linux-2.6.39/net/phonet/pep.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/net/phonet/pep.c      2011-05-22 19:36:35.000000000 -0400
+diff -urNp linux-3.0.4/net/phonet/pep.c linux-3.0.4/net/phonet/pep.c
+--- linux-3.0.4/net/phonet/pep.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/net/phonet/pep.c       2011-08-23 21:47:56.000000000 -0400
 @@ -387,7 +387,7 @@ static int pipe_do_rcv(struct sock *sk, 
  
        case PNS_PEP_CTRL_REQ:
@@ -77772,10 +70603,10 @@ diff -urNp linux-2.6.39/net/phonet/pep.c linux-2.6.39/net/phonet/pep.c
                        err = NET_RX_DROP;
                        break;
                }
-diff -urNp linux-2.6.39/net/phonet/socket.c linux-2.6.39/net/phonet/socket.c
---- linux-2.6.39/net/phonet/socket.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/net/phonet/socket.c   2011-05-22 20:39:26.000000000 -0400
-@@ -613,8 +613,13 @@ static int pn_sock_seq_show(struct seq_f
+diff -urNp linux-3.0.4/net/phonet/socket.c linux-3.0.4/net/phonet/socket.c
+--- linux-3.0.4/net/phonet/socket.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/net/phonet/socket.c    2011-08-23 21:48:14.000000000 -0400
+@@ -612,8 +612,13 @@ static int pn_sock_seq_show(struct seq_f
                        pn->resource, sk->sk_state,
                        sk_wmem_alloc_get(sk), sk_rmem_alloc_get(sk),
                        sock_i_uid(sk), sock_i_ino(sk),
@@ -77791,9 +70622,9 @@ diff -urNp linux-2.6.39/net/phonet/socket.c linux-2.6.39/net/phonet/socket.c
        }
        seq_printf(seq, "%*s\n", 127 - len, "");
        return 0;
-diff -urNp linux-2.6.39/net/rds/cong.c linux-2.6.39/net/rds/cong.c
---- linux-2.6.39/net/rds/cong.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/net/rds/cong.c        2011-05-22 19:36:35.000000000 -0400
+diff -urNp linux-3.0.4/net/rds/cong.c linux-3.0.4/net/rds/cong.c
+--- linux-3.0.4/net/rds/cong.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/net/rds/cong.c 2011-08-23 21:47:56.000000000 -0400
 @@ -77,7 +77,7 @@
   * finds that the saved generation number is smaller than the global generation
   * number, it wakes up the process.
@@ -77821,9 +70652,9 @@ diff -urNp linux-2.6.39/net/rds/cong.c linux-2.6.39/net/rds/cong.c
  
        if (likely(*recent == gen))
                return 0;
-diff -urNp linux-2.6.39/net/rds/ib_cm.c linux-2.6.39/net/rds/ib_cm.c
---- linux-2.6.39/net/rds/ib_cm.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/net/rds/ib_cm.c       2011-05-22 19:36:35.000000000 -0400
+diff -urNp linux-3.0.4/net/rds/ib_cm.c linux-3.0.4/net/rds/ib_cm.c
+--- linux-3.0.4/net/rds/ib_cm.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/net/rds/ib_cm.c        2011-08-23 21:47:56.000000000 -0400
 @@ -720,7 +720,7 @@ void rds_ib_conn_shutdown(struct rds_con
        /* Clear the ACK state */
        clear_bit(IB_ACK_IN_FLIGHT, &ic->i_ack_flags);
@@ -77833,9 +70664,9 @@ diff -urNp linux-2.6.39/net/rds/ib_cm.c linux-2.6.39/net/rds/ib_cm.c
  #else
        ic->i_ack_next = 0;
  #endif
-diff -urNp linux-2.6.39/net/rds/ib.h linux-2.6.39/net/rds/ib.h
---- linux-2.6.39/net/rds/ib.h  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/net/rds/ib.h  2011-05-22 19:36:35.000000000 -0400
+diff -urNp linux-3.0.4/net/rds/ib.h linux-3.0.4/net/rds/ib.h
+--- linux-3.0.4/net/rds/ib.h   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/net/rds/ib.h   2011-08-23 21:47:56.000000000 -0400
 @@ -127,7 +127,7 @@ struct rds_ib_connection {
        /* sending acks */
        unsigned long           i_ack_flags;
@@ -77845,9 +70676,9 @@ diff -urNp linux-2.6.39/net/rds/ib.h linux-2.6.39/net/rds/ib.h
  #else
        spinlock_t              i_ack_lock;     /* protect i_ack_next */
        u64                     i_ack_next;     /* next ACK to send */
-diff -urNp linux-2.6.39/net/rds/ib_recv.c linux-2.6.39/net/rds/ib_recv.c
---- linux-2.6.39/net/rds/ib_recv.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/net/rds/ib_recv.c     2011-05-22 19:36:35.000000000 -0400
+diff -urNp linux-3.0.4/net/rds/ib_recv.c linux-3.0.4/net/rds/ib_recv.c
+--- linux-3.0.4/net/rds/ib_recv.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/net/rds/ib_recv.c      2011-08-23 21:47:56.000000000 -0400
 @@ -592,7 +592,7 @@ static u64 rds_ib_get_ack(struct rds_ib_
  static void rds_ib_set_ack(struct rds_ib_connection *ic, u64 seq,
                                int ack_required)
@@ -77866,9 +70697,9 @@ diff -urNp linux-2.6.39/net/rds/ib_recv.c linux-2.6.39/net/rds/ib_recv.c
  }
  #endif
  
-diff -urNp linux-2.6.39/net/rds/iw_cm.c linux-2.6.39/net/rds/iw_cm.c
---- linux-2.6.39/net/rds/iw_cm.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/net/rds/iw_cm.c       2011-05-22 19:36:35.000000000 -0400
+diff -urNp linux-3.0.4/net/rds/iw_cm.c linux-3.0.4/net/rds/iw_cm.c
+--- linux-3.0.4/net/rds/iw_cm.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/net/rds/iw_cm.c        2011-08-23 21:47:56.000000000 -0400
 @@ -664,7 +664,7 @@ void rds_iw_conn_shutdown(struct rds_con
        /* Clear the ACK state */
        clear_bit(IB_ACK_IN_FLIGHT, &ic->i_ack_flags);
@@ -77878,9 +70709,9 @@ diff -urNp linux-2.6.39/net/rds/iw_cm.c linux-2.6.39/net/rds/iw_cm.c
  #else
        ic->i_ack_next = 0;
  #endif
-diff -urNp linux-2.6.39/net/rds/iw.h linux-2.6.39/net/rds/iw.h
---- linux-2.6.39/net/rds/iw.h  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/net/rds/iw.h  2011-05-22 19:36:35.000000000 -0400
+diff -urNp linux-3.0.4/net/rds/iw.h linux-3.0.4/net/rds/iw.h
+--- linux-3.0.4/net/rds/iw.h   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/net/rds/iw.h   2011-08-23 21:47:56.000000000 -0400
 @@ -133,7 +133,7 @@ struct rds_iw_connection {
        /* sending acks */
        unsigned long           i_ack_flags;
@@ -77890,9 +70721,9 @@ diff -urNp linux-2.6.39/net/rds/iw.h linux-2.6.39/net/rds/iw.h
  #else
        spinlock_t              i_ack_lock;     /* protect i_ack_next */
        u64                     i_ack_next;     /* next ACK to send */
-diff -urNp linux-2.6.39/net/rds/iw_rdma.c linux-2.6.39/net/rds/iw_rdma.c
---- linux-2.6.39/net/rds/iw_rdma.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/net/rds/iw_rdma.c     2011-05-22 19:36:35.000000000 -0400
+diff -urNp linux-3.0.4/net/rds/iw_rdma.c linux-3.0.4/net/rds/iw_rdma.c
+--- linux-3.0.4/net/rds/iw_rdma.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/net/rds/iw_rdma.c      2011-08-23 21:48:14.000000000 -0400
 @@ -182,6 +182,8 @@ int rds_iw_update_cm_id(struct rds_iw_de
        struct rdma_cm_id *pcm_id;
        int rc;
@@ -77902,9 +70733,9 @@ diff -urNp linux-2.6.39/net/rds/iw_rdma.c linux-2.6.39/net/rds/iw_rdma.c
        src_addr = (struct sockaddr_in *)&cm_id->route.addr.src_addr;
        dst_addr = (struct sockaddr_in *)&cm_id->route.addr.dst_addr;
  
-diff -urNp linux-2.6.39/net/rds/iw_recv.c linux-2.6.39/net/rds/iw_recv.c
---- linux-2.6.39/net/rds/iw_recv.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/net/rds/iw_recv.c     2011-05-22 19:36:35.000000000 -0400
+diff -urNp linux-3.0.4/net/rds/iw_recv.c linux-3.0.4/net/rds/iw_recv.c
+--- linux-3.0.4/net/rds/iw_recv.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/net/rds/iw_recv.c      2011-08-23 21:47:56.000000000 -0400
 @@ -427,7 +427,7 @@ static u64 rds_iw_get_ack(struct rds_iw_
  static void rds_iw_set_ack(struct rds_iw_connection *ic, u64 seq,
                                int ack_required)
@@ -77923,9 +70754,9 @@ diff -urNp linux-2.6.39/net/rds/iw_recv.c linux-2.6.39/net/rds/iw_recv.c
  }
  #endif
  
-diff -urNp linux-2.6.39/net/rxrpc/af_rxrpc.c linux-2.6.39/net/rxrpc/af_rxrpc.c
---- linux-2.6.39/net/rxrpc/af_rxrpc.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/net/rxrpc/af_rxrpc.c  2011-05-22 19:36:35.000000000 -0400
+diff -urNp linux-3.0.4/net/rxrpc/af_rxrpc.c linux-3.0.4/net/rxrpc/af_rxrpc.c
+--- linux-3.0.4/net/rxrpc/af_rxrpc.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/net/rxrpc/af_rxrpc.c   2011-08-23 21:47:56.000000000 -0400
 @@ -39,7 +39,7 @@ static const struct proto_ops rxrpc_rpc_
  __be32 rxrpc_epoch;
  
@@ -77935,9 +70766,9 @@ diff -urNp linux-2.6.39/net/rxrpc/af_rxrpc.c linux-2.6.39/net/rxrpc/af_rxrpc.c
  
  /* count of skbs currently in use */
  atomic_t rxrpc_n_skbs;
-diff -urNp linux-2.6.39/net/rxrpc/ar-ack.c linux-2.6.39/net/rxrpc/ar-ack.c
---- linux-2.6.39/net/rxrpc/ar-ack.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/net/rxrpc/ar-ack.c    2011-05-22 19:36:35.000000000 -0400
+diff -urNp linux-3.0.4/net/rxrpc/ar-ack.c linux-3.0.4/net/rxrpc/ar-ack.c
+--- linux-3.0.4/net/rxrpc/ar-ack.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/net/rxrpc/ar-ack.c     2011-08-23 21:48:14.000000000 -0400
 @@ -175,7 +175,7 @@ static void rxrpc_resend(struct rxrpc_ca
  
        _enter("{%d,%d,%d,%d},",
@@ -77956,7 +70787,7 @@ diff -urNp linux-2.6.39/net/rxrpc/ar-ack.c linux-2.6.39/net/rxrpc/ar-ack.c
  
                        hdr = (struct rxrpc_header *) txb->head;
                        hdr->serial = sp->hdr.serial;
-@@ -405,7 +405,7 @@ static void rxrpc_rotate_tx_window(struc
+@@ -403,7 +403,7 @@ static void rxrpc_rotate_tx_window(struc
   */
  static void rxrpc_clear_tx_window(struct rxrpc_call *call)
  {
@@ -77965,7 +70796,7 @@ diff -urNp linux-2.6.39/net/rxrpc/ar-ack.c linux-2.6.39/net/rxrpc/ar-ack.c
  }
  
  /*
-@@ -631,7 +631,7 @@ process_further:
+@@ -629,7 +629,7 @@ process_further:
  
                latest = ntohl(sp->hdr.serial);
                hard = ntohl(ack.firstPacket);
@@ -77974,7 +70805,7 @@ diff -urNp linux-2.6.39/net/rxrpc/ar-ack.c linux-2.6.39/net/rxrpc/ar-ack.c
  
                _proto("Rx ACK %%%u { m=%hu f=#%u p=#%u s=%%%u r=%s n=%u }",
                       latest,
-@@ -844,6 +844,8 @@ void rxrpc_process_call(struct work_stru
+@@ -842,6 +842,8 @@ void rxrpc_process_call(struct work_stru
        u32 abort_code = RX_PROTOCOL_ERROR;
        u8 *acks = NULL;
  
@@ -77983,7 +70814,7 @@ diff -urNp linux-2.6.39/net/rxrpc/ar-ack.c linux-2.6.39/net/rxrpc/ar-ack.c
        //printk("\n--------------------\n");
        _enter("{%d,%s,%lx} [%lu]",
               call->debug_id, rxrpc_call_states[call->state], call->events,
-@@ -1163,7 +1165,7 @@ void rxrpc_process_call(struct work_stru
+@@ -1161,7 +1163,7 @@ void rxrpc_process_call(struct work_stru
        goto maybe_reschedule;
  
  send_ACK_with_skew:
@@ -77992,7 +70823,7 @@ diff -urNp linux-2.6.39/net/rxrpc/ar-ack.c linux-2.6.39/net/rxrpc/ar-ack.c
                            ntohl(ack.serial));
  send_ACK:
        mtu = call->conn->trans->peer->if_mtu;
-@@ -1175,7 +1177,7 @@ send_ACK:
+@@ -1173,7 +1175,7 @@ send_ACK:
        ackinfo.rxMTU   = htonl(5692);
        ackinfo.jumbo_max = htonl(4);
  
@@ -78001,7 +70832,7 @@ diff -urNp linux-2.6.39/net/rxrpc/ar-ack.c linux-2.6.39/net/rxrpc/ar-ack.c
        _proto("Tx ACK %%%u { m=%hu f=#%u p=#%u s=%%%u r=%s n=%u }",
               ntohl(hdr.serial),
               ntohs(ack.maxSkew),
-@@ -1193,7 +1195,7 @@ send_ACK:
+@@ -1191,7 +1193,7 @@ send_ACK:
  send_message:
        _debug("send message");
  
@@ -78010,9 +70841,9 @@ diff -urNp linux-2.6.39/net/rxrpc/ar-ack.c linux-2.6.39/net/rxrpc/ar-ack.c
        _proto("Tx %s %%%u", rxrpc_pkts[hdr.type], ntohl(hdr.serial));
  send_message_2:
  
-diff -urNp linux-2.6.39/net/rxrpc/ar-call.c linux-2.6.39/net/rxrpc/ar-call.c
---- linux-2.6.39/net/rxrpc/ar-call.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/net/rxrpc/ar-call.c   2011-05-22 19:36:35.000000000 -0400
+diff -urNp linux-3.0.4/net/rxrpc/ar-call.c linux-3.0.4/net/rxrpc/ar-call.c
+--- linux-3.0.4/net/rxrpc/ar-call.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/net/rxrpc/ar-call.c    2011-08-23 21:47:56.000000000 -0400
 @@ -83,7 +83,7 @@ static struct rxrpc_call *rxrpc_alloc_ca
        spin_lock_init(&call->lock);
        rwlock_init(&call->state_lock);
@@ -78022,9 +70853,9 @@ diff -urNp linux-2.6.39/net/rxrpc/ar-call.c linux-2.6.39/net/rxrpc/ar-call.c
        call->state = RXRPC_CALL_CLIENT_SEND_REQUEST;
  
        memset(&call->sock_node, 0xed, sizeof(call->sock_node));
-diff -urNp linux-2.6.39/net/rxrpc/ar-connection.c linux-2.6.39/net/rxrpc/ar-connection.c
---- linux-2.6.39/net/rxrpc/ar-connection.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/net/rxrpc/ar-connection.c     2011-05-22 19:36:35.000000000 -0400
+diff -urNp linux-3.0.4/net/rxrpc/ar-connection.c linux-3.0.4/net/rxrpc/ar-connection.c
+--- linux-3.0.4/net/rxrpc/ar-connection.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/net/rxrpc/ar-connection.c      2011-08-23 21:47:56.000000000 -0400
 @@ -206,7 +206,7 @@ static struct rxrpc_connection *rxrpc_al
                rwlock_init(&conn->lock);
                spin_lock_init(&conn->state_lock);
@@ -78034,9 +70865,9 @@ diff -urNp linux-2.6.39/net/rxrpc/ar-connection.c linux-2.6.39/net/rxrpc/ar-conn
                conn->avail_calls = RXRPC_MAXCALLS;
                conn->size_align = 4;
                conn->header_size = sizeof(struct rxrpc_header);
-diff -urNp linux-2.6.39/net/rxrpc/ar-connevent.c linux-2.6.39/net/rxrpc/ar-connevent.c
---- linux-2.6.39/net/rxrpc/ar-connevent.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/net/rxrpc/ar-connevent.c      2011-05-22 19:36:35.000000000 -0400
+diff -urNp linux-3.0.4/net/rxrpc/ar-connevent.c linux-3.0.4/net/rxrpc/ar-connevent.c
+--- linux-3.0.4/net/rxrpc/ar-connevent.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/net/rxrpc/ar-connevent.c       2011-08-23 21:47:56.000000000 -0400
 @@ -109,7 +109,7 @@ static int rxrpc_abort_connection(struct
  
        len = iov[0].iov_len + iov[1].iov_len;
@@ -78046,9 +70877,9 @@ diff -urNp linux-2.6.39/net/rxrpc/ar-connevent.c linux-2.6.39/net/rxrpc/ar-conne
        _proto("Tx CONN ABORT %%%u { %d }", ntohl(hdr.serial), abort_code);
  
        ret = kernel_sendmsg(conn->trans->local->socket, &msg, iov, 2, len);
-diff -urNp linux-2.6.39/net/rxrpc/ar-input.c linux-2.6.39/net/rxrpc/ar-input.c
---- linux-2.6.39/net/rxrpc/ar-input.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/net/rxrpc/ar-input.c  2011-05-22 19:36:35.000000000 -0400
+diff -urNp linux-3.0.4/net/rxrpc/ar-input.c linux-3.0.4/net/rxrpc/ar-input.c
+--- linux-3.0.4/net/rxrpc/ar-input.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/net/rxrpc/ar-input.c   2011-08-23 21:47:56.000000000 -0400
 @@ -340,9 +340,9 @@ void rxrpc_fast_process_packet(struct rx
        /* track the latest serial number on this connection for ACK packet
         * information */
@@ -78061,9 +70892,9 @@ diff -urNp linux-2.6.39/net/rxrpc/ar-input.c linux-2.6.39/net/rxrpc/ar-input.c
                                           serial);
  
        /* request ACK generation for any ACK or DATA packet that requests
-diff -urNp linux-2.6.39/net/rxrpc/ar-internal.h linux-2.6.39/net/rxrpc/ar-internal.h
---- linux-2.6.39/net/rxrpc/ar-internal.h       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/net/rxrpc/ar-internal.h       2011-05-22 19:36:35.000000000 -0400
+diff -urNp linux-3.0.4/net/rxrpc/ar-internal.h linux-3.0.4/net/rxrpc/ar-internal.h
+--- linux-3.0.4/net/rxrpc/ar-internal.h        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/net/rxrpc/ar-internal.h        2011-08-23 21:47:56.000000000 -0400
 @@ -272,8 +272,8 @@ struct rxrpc_connection {
        int                     error;          /* error code for local abort */
        int                     debug_id;       /* debug ID for printks */
@@ -78093,9 +70924,9 @@ diff -urNp linux-2.6.39/net/rxrpc/ar-internal.h linux-2.6.39/net/rxrpc/ar-intern
  extern struct workqueue_struct *rxrpc_workqueue;
  
  /*
-diff -urNp linux-2.6.39/net/rxrpc/ar-local.c linux-2.6.39/net/rxrpc/ar-local.c
---- linux-2.6.39/net/rxrpc/ar-local.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/net/rxrpc/ar-local.c  2011-05-22 19:36:35.000000000 -0400
+diff -urNp linux-3.0.4/net/rxrpc/ar-local.c linux-3.0.4/net/rxrpc/ar-local.c
+--- linux-3.0.4/net/rxrpc/ar-local.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/net/rxrpc/ar-local.c   2011-08-23 21:47:56.000000000 -0400
 @@ -45,7 +45,7 @@ struct rxrpc_local *rxrpc_alloc_local(st
                spin_lock_init(&local->lock);
                rwlock_init(&local->services_lock);
@@ -78105,9 +70936,9 @@ diff -urNp linux-2.6.39/net/rxrpc/ar-local.c linux-2.6.39/net/rxrpc/ar-local.c
                memcpy(&local->srx, srx, sizeof(*srx));
        }
  
-diff -urNp linux-2.6.39/net/rxrpc/ar-output.c linux-2.6.39/net/rxrpc/ar-output.c
---- linux-2.6.39/net/rxrpc/ar-output.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/net/rxrpc/ar-output.c 2011-05-22 19:36:35.000000000 -0400
+diff -urNp linux-3.0.4/net/rxrpc/ar-output.c linux-3.0.4/net/rxrpc/ar-output.c
+--- linux-3.0.4/net/rxrpc/ar-output.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/net/rxrpc/ar-output.c  2011-08-23 21:47:56.000000000 -0400
 @@ -681,9 +681,9 @@ static int rxrpc_send_data(struct kiocb 
                        sp->hdr.cid = call->cid;
                        sp->hdr.callNumber = call->call_id;
@@ -78120,10 +70951,10 @@ diff -urNp linux-2.6.39/net/rxrpc/ar-output.c linux-2.6.39/net/rxrpc/ar-output.c
                        sp->hdr.type = RXRPC_PACKET_TYPE_DATA;
                        sp->hdr.userStatus = 0;
                        sp->hdr.securityIndex = conn->security_ix;
-diff -urNp linux-2.6.39/net/rxrpc/ar-peer.c linux-2.6.39/net/rxrpc/ar-peer.c
---- linux-2.6.39/net/rxrpc/ar-peer.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/net/rxrpc/ar-peer.c   2011-05-22 19:36:35.000000000 -0400
-@@ -71,7 +71,7 @@ static struct rxrpc_peer *rxrpc_alloc_pe
+diff -urNp linux-3.0.4/net/rxrpc/ar-peer.c linux-3.0.4/net/rxrpc/ar-peer.c
+--- linux-3.0.4/net/rxrpc/ar-peer.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/net/rxrpc/ar-peer.c    2011-08-23 21:47:56.000000000 -0400
+@@ -72,7 +72,7 @@ static struct rxrpc_peer *rxrpc_alloc_pe
                INIT_LIST_HEAD(&peer->error_targets);
                spin_lock_init(&peer->lock);
                atomic_set(&peer->usage, 1);
@@ -78132,9 +70963,9 @@ diff -urNp linux-2.6.39/net/rxrpc/ar-peer.c linux-2.6.39/net/rxrpc/ar-peer.c
                memcpy(&peer->srx, srx, sizeof(*srx));
  
                rxrpc_assess_MTU_size(peer);
-diff -urNp linux-2.6.39/net/rxrpc/ar-proc.c linux-2.6.39/net/rxrpc/ar-proc.c
---- linux-2.6.39/net/rxrpc/ar-proc.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/net/rxrpc/ar-proc.c   2011-05-22 19:36:35.000000000 -0400
+diff -urNp linux-3.0.4/net/rxrpc/ar-proc.c linux-3.0.4/net/rxrpc/ar-proc.c
+--- linux-3.0.4/net/rxrpc/ar-proc.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/net/rxrpc/ar-proc.c    2011-08-23 21:47:56.000000000 -0400
 @@ -164,8 +164,8 @@ static int rxrpc_connection_seq_show(str
                   atomic_read(&conn->usage),
                   rxrpc_conn_states[conn->state],
@@ -78146,9 +70977,9 @@ diff -urNp linux-2.6.39/net/rxrpc/ar-proc.c linux-2.6.39/net/rxrpc/ar-proc.c
  
        return 0;
  }
-diff -urNp linux-2.6.39/net/rxrpc/ar-transport.c linux-2.6.39/net/rxrpc/ar-transport.c
---- linux-2.6.39/net/rxrpc/ar-transport.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/net/rxrpc/ar-transport.c      2011-05-22 19:36:35.000000000 -0400
+diff -urNp linux-3.0.4/net/rxrpc/ar-transport.c linux-3.0.4/net/rxrpc/ar-transport.c
+--- linux-3.0.4/net/rxrpc/ar-transport.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/net/rxrpc/ar-transport.c       2011-08-23 21:47:56.000000000 -0400
 @@ -47,7 +47,7 @@ static struct rxrpc_transport *rxrpc_all
                spin_lock_init(&trans->client_lock);
                rwlock_init(&trans->conn_lock);
@@ -78158,9 +70989,9 @@ diff -urNp linux-2.6.39/net/rxrpc/ar-transport.c linux-2.6.39/net/rxrpc/ar-trans
  
                if (peer->srx.transport.family == AF_INET) {
                        switch (peer->srx.transport_type) {
-diff -urNp linux-2.6.39/net/rxrpc/rxkad.c linux-2.6.39/net/rxrpc/rxkad.c
---- linux-2.6.39/net/rxrpc/rxkad.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/net/rxrpc/rxkad.c     2011-05-22 19:36:35.000000000 -0400
+diff -urNp linux-3.0.4/net/rxrpc/rxkad.c linux-3.0.4/net/rxrpc/rxkad.c
+--- linux-3.0.4/net/rxrpc/rxkad.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/net/rxrpc/rxkad.c      2011-08-23 21:48:14.000000000 -0400
 @@ -211,6 +211,8 @@ static int rxkad_secure_packet_encrypt(c
        u16 check;
        int nsg;
@@ -78197,53 +71028,23 @@ diff -urNp linux-2.6.39/net/rxrpc/rxkad.c linux-2.6.39/net/rxrpc/rxkad.c
        _proto("Tx RESPONSE %%%u", ntohl(hdr->serial));
  
        ret = kernel_sendmsg(conn->trans->local->socket, &msg, iov, 3, len);
-diff -urNp linux-2.6.39/net/sched/em_meta.c linux-2.6.39/net/sched/em_meta.c
---- linux-2.6.39/net/sched/em_meta.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/net/sched/em_meta.c   2011-05-22 19:36:35.000000000 -0400
-@@ -832,7 +832,7 @@ static int em_meta_dump(struct sk_buff *
- {
-       struct meta_match *meta = (struct meta_match *) em->data;
-       struct tcf_meta_hdr hdr;
--      struct meta_type_ops *ops;
-+      const struct meta_type_ops *ops;
-       memset(&hdr, 0, sizeof(hdr));
-       memcpy(&hdr.left, &meta->lvalue.hdr, sizeof(hdr.left));
-diff -urNp linux-2.6.39/net/sctp/proc.c linux-2.6.39/net/sctp/proc.c
---- linux-2.6.39/net/sctp/proc.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/net/sctp/proc.c       2011-05-22 19:41:42.000000000 -0400
-@@ -212,7 +212,12 @@ static int sctp_eps_seq_show(struct seq_
-       sctp_for_each_hentry(epb, node, &head->chain) {
-               ep = sctp_ep(epb);
-               sk = epb->sk;
--              seq_printf(seq, "%8p %8p %-3d %-3d %-4d %-5d %5d %5lu ", ep, sk,
-+              seq_printf(seq, "%8p %8p %-3d %-3d %-4d %-5d %5d %5lu ",
-+#ifdef CONFIG_GRKERNSEC_HIDESYM
-+                         NULL, NULL,
-+#else
-+                         ep, sk,
-+#endif
-                          sctp_sk(sk)->type, sk->sk_state, hash,
-                          epb->bind_addr.port,
-                          sock_i_uid(sk), sock_i_ino(sk));
-@@ -318,7 +323,12 @@ static int sctp_assocs_seq_show(struct s
+diff -urNp linux-3.0.4/net/sctp/proc.c linux-3.0.4/net/sctp/proc.c
+--- linux-3.0.4/net/sctp/proc.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/net/sctp/proc.c        2011-08-23 21:48:14.000000000 -0400
+@@ -318,7 +318,8 @@ static int sctp_assocs_seq_show(struct s
                seq_printf(seq,
-                          "%8p %8p %-3d %-3d %-2d %-4d "
+                          "%8pK %8pK %-3d %-3d %-2d %-4d "
                           "%4d %8d %8d %7d %5lu %-5d %5d ",
 -                         assoc, sk, sctp_sk(sk)->type, sk->sk_state,
-+#ifdef CONFIG_GRKERNSEC_HIDESYM
-+                         NULL, NULL,
-+#else
 +                         assoc, sk,
-+#endif
 +                         sctp_sk(sk)->type, sk->sk_state,
                           assoc->state, hash,
                           assoc->assoc_id,
                           assoc->sndbuf_used,
-diff -urNp linux-2.6.39/net/sctp/socket.c linux-2.6.39/net/sctp/socket.c
---- linux-2.6.39/net/sctp/socket.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/net/sctp/socket.c     2011-05-22 19:36:35.000000000 -0400
-@@ -4433,7 +4433,7 @@ static int sctp_getsockopt_peer_addrs(st
+diff -urNp linux-3.0.4/net/sctp/socket.c linux-3.0.4/net/sctp/socket.c
+--- linux-3.0.4/net/sctp/socket.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/net/sctp/socket.c      2011-08-23 21:47:56.000000000 -0400
+@@ -4452,7 +4452,7 @@ static int sctp_getsockopt_peer_addrs(st
                addrlen = sctp_get_af_specific(temp.sa.sa_family)->sockaddr_len;
                if (space_left < addrlen)
                        return -ENOMEM;
@@ -78252,9 +71053,9 @@ diff -urNp linux-2.6.39/net/sctp/socket.c linux-2.6.39/net/sctp/socket.c
                        return -EFAULT;
                to += addrlen;
                cnt++;
-diff -urNp linux-2.6.39/net/socket.c linux-2.6.39/net/socket.c
---- linux-2.6.39/net/socket.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/net/socket.c  2011-05-22 19:41:42.000000000 -0400
+diff -urNp linux-3.0.4/net/socket.c linux-3.0.4/net/socket.c
+--- linux-3.0.4/net/socket.c   2011-09-02 18:11:21.000000000 -0400
++++ linux-3.0.4/net/socket.c   2011-08-23 21:48:14.000000000 -0400
 @@ -88,6 +88,7 @@
  #include <linux/nsproxy.h>
  #include <linux/magic.h>
@@ -78272,7 +71073,7 @@ diff -urNp linux-2.6.39/net/socket.c linux-2.6.39/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);
-@@ -330,7 +333,7 @@ static struct dentry *sockfs_mount(struc
+@@ -321,7 +324,7 @@ static struct dentry *sockfs_mount(struc
                &sockfs_dentry_operations, SOCKFS_MAGIC);
  }
  
@@ -78281,7 +71082,7 @@ diff -urNp linux-2.6.39/net/socket.c linux-2.6.39/net/socket.c
  
  static struct file_system_type sock_fs_type = {
        .name =         "sockfs",
-@@ -1179,6 +1182,8 @@ int __sock_create(struct net *net, int f
+@@ -1187,6 +1190,8 @@ int __sock_create(struct net *net, int f
                return -EAFNOSUPPORT;
        if (type < 0 || type >= SOCK_MAX)
                return -EINVAL;
@@ -78290,7 +71091,7 @@ diff -urNp linux-2.6.39/net/socket.c linux-2.6.39/net/socket.c
  
        /* Compatibility.
  
-@@ -1311,6 +1316,16 @@ SYSCALL_DEFINE3(socket, int, family, int
+@@ -1319,6 +1324,16 @@ SYSCALL_DEFINE3(socket, int, family, int
        if (SOCK_NONBLOCK != O_NONBLOCK && (flags & SOCK_NONBLOCK))
                flags = (flags & ~SOCK_NONBLOCK) | O_NONBLOCK;
  
@@ -78307,7 +71108,7 @@ diff -urNp linux-2.6.39/net/socket.c linux-2.6.39/net/socket.c
        retval = sock_create(family, type, protocol, &sock);
        if (retval < 0)
                goto out;
-@@ -1423,6 +1438,14 @@ SYSCALL_DEFINE3(bind, int, fd, struct so
+@@ -1431,6 +1446,14 @@ SYSCALL_DEFINE3(bind, int, fd, struct so
        if (sock) {
                err = move_addr_to_kernel(umyaddr, addrlen, (struct sockaddr *)&address);
                if (err >= 0) {
@@ -78322,7 +71123,7 @@ diff -urNp linux-2.6.39/net/socket.c linux-2.6.39/net/socket.c
                        err = security_socket_bind(sock,
                                                   (struct sockaddr *)&address,
                                                   addrlen);
-@@ -1431,6 +1454,7 @@ SYSCALL_DEFINE3(bind, int, fd, struct so
+@@ -1439,6 +1462,7 @@ SYSCALL_DEFINE3(bind, int, fd, struct so
                                                      (struct sockaddr *)
                                                      &address, addrlen);
                }
@@ -78330,7 +71131,7 @@ diff -urNp linux-2.6.39/net/socket.c linux-2.6.39/net/socket.c
                fput_light(sock->file, fput_needed);
        }
        return err;
-@@ -1454,10 +1478,20 @@ SYSCALL_DEFINE2(listen, int, fd, int, ba
+@@ -1462,10 +1486,20 @@ SYSCALL_DEFINE2(listen, int, fd, int, ba
                if ((unsigned)backlog > somaxconn)
                        backlog = somaxconn;
  
@@ -78351,7 +71152,7 @@ diff -urNp linux-2.6.39/net/socket.c linux-2.6.39/net/socket.c
                fput_light(sock->file, fput_needed);
        }
        return err;
-@@ -1501,6 +1535,18 @@ SYSCALL_DEFINE4(accept4, int, fd, struct
+@@ -1509,6 +1543,18 @@ SYSCALL_DEFINE4(accept4, int, fd, struct
        newsock->type = sock->type;
        newsock->ops = sock->ops;
  
@@ -78370,7 +71171,7 @@ diff -urNp linux-2.6.39/net/socket.c linux-2.6.39/net/socket.c
        /*
         * We don't need try_module_get here, as the listening socket (sock)
         * has the protocol module (sock->ops->owner) held.
-@@ -1539,6 +1585,8 @@ SYSCALL_DEFINE4(accept4, int, fd, struct
+@@ -1547,6 +1593,8 @@ SYSCALL_DEFINE4(accept4, int, fd, struct
        fd_install(newfd, newfile);
        err = newfd;
  
@@ -78379,7 +71180,7 @@ diff -urNp linux-2.6.39/net/socket.c linux-2.6.39/net/socket.c
  out_put:
        fput_light(sock->file, fput_needed);
  out:
-@@ -1571,6 +1619,7 @@ SYSCALL_DEFINE3(connect, int, fd, struct
+@@ -1579,6 +1627,7 @@ SYSCALL_DEFINE3(connect, int, fd, struct
                int, addrlen)
  {
        struct socket *sock;
@@ -78387,7 +71188,7 @@ diff -urNp linux-2.6.39/net/socket.c linux-2.6.39/net/socket.c
        struct sockaddr_storage address;
        int err, fput_needed;
  
-@@ -1581,6 +1630,17 @@ SYSCALL_DEFINE3(connect, int, fd, struct
+@@ -1589,6 +1638,17 @@ SYSCALL_DEFINE3(connect, int, fd, struct
        if (err < 0)
                goto out_put;
  
@@ -78405,18 +71206,18 @@ diff -urNp linux-2.6.39/net/socket.c linux-2.6.39/net/socket.c
        err =
            security_socket_connect(sock, (struct sockaddr *)&address, addrlen);
        if (err)
-@@ -1882,6 +1942,8 @@ SYSCALL_DEFINE3(sendmsg, int, fd, struct
+@@ -1890,6 +1950,8 @@ static int __sys_sendmsg(struct socket *
+       unsigned char *ctl_buf = ctl;
        int err, ctl_len, iov_size, total_len;
-       int fput_needed;
  
 +      pax_track_stack();
 +
        err = -EFAULT;
        if (MSG_CMSG_COMPAT & flags) {
-               if (get_compat_msghdr(&msg_sys, msg_compat))
-diff -urNp linux-2.6.39/net/sunrpc/sched.c linux-2.6.39/net/sunrpc/sched.c
---- linux-2.6.39/net/sunrpc/sched.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/net/sunrpc/sched.c    2011-05-22 19:36:35.000000000 -0400
+               if (get_compat_msghdr(msg_sys, msg_compat))
+diff -urNp linux-3.0.4/net/sunrpc/sched.c linux-3.0.4/net/sunrpc/sched.c
+--- linux-3.0.4/net/sunrpc/sched.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/net/sunrpc/sched.c     2011-08-23 21:47:56.000000000 -0400
 @@ -234,9 +234,9 @@ static int rpc_wait_bit_killable(void *w
  #ifdef RPC_DEBUG
  static void rpc_task_set_debuginfo(struct rpc_task *task)
@@ -78429,9 +71230,9 @@ diff -urNp linux-2.6.39/net/sunrpc/sched.c linux-2.6.39/net/sunrpc/sched.c
  }
  #else
  static inline void rpc_task_set_debuginfo(struct rpc_task *task)
-diff -urNp linux-2.6.39/net/sunrpc/xprtrdma/svc_rdma.c linux-2.6.39/net/sunrpc/xprtrdma/svc_rdma.c
---- linux-2.6.39/net/sunrpc/xprtrdma/svc_rdma.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/net/sunrpc/xprtrdma/svc_rdma.c        2011-05-22 19:36:35.000000000 -0400
+diff -urNp linux-3.0.4/net/sunrpc/xprtrdma/svc_rdma.c linux-3.0.4/net/sunrpc/xprtrdma/svc_rdma.c
+--- linux-3.0.4/net/sunrpc/xprtrdma/svc_rdma.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/net/sunrpc/xprtrdma/svc_rdma.c 2011-08-23 21:47:56.000000000 -0400
 @@ -61,15 +61,15 @@ unsigned int svcrdma_max_req_size = RPCR
  static unsigned int min_max_inline = 4096;
  static unsigned int max_max_inline = 65536;
@@ -78539,9 +71340,9 @@ diff -urNp linux-2.6.39/net/sunrpc/xprtrdma/svc_rdma.c linux-2.6.39/net/sunrpc/x
                .mode           = 0644,
                .proc_handler   = read_reset_stat,
        },
-diff -urNp linux-2.6.39/net/sunrpc/xprtrdma/svc_rdma_recvfrom.c linux-2.6.39/net/sunrpc/xprtrdma/svc_rdma_recvfrom.c
---- linux-2.6.39/net/sunrpc/xprtrdma/svc_rdma_recvfrom.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/net/sunrpc/xprtrdma/svc_rdma_recvfrom.c       2011-05-22 19:36:35.000000000 -0400
+diff -urNp linux-3.0.4/net/sunrpc/xprtrdma/svc_rdma_recvfrom.c linux-3.0.4/net/sunrpc/xprtrdma/svc_rdma_recvfrom.c
+--- linux-3.0.4/net/sunrpc/xprtrdma/svc_rdma_recvfrom.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/net/sunrpc/xprtrdma/svc_rdma_recvfrom.c        2011-08-23 21:47:56.000000000 -0400
 @@ -499,7 +499,7 @@ next_sge:
                        svc_rdma_put_context(ctxt, 0);
                        goto out;
@@ -78569,9 +71370,9 @@ diff -urNp linux-2.6.39/net/sunrpc/xprtrdma/svc_rdma_recvfrom.c linux-2.6.39/net
  
        /* Build up the XDR from the receive buffers. */
        rdma_build_arg_xdr(rqstp, ctxt, ctxt->byte_len);
-diff -urNp linux-2.6.39/net/sunrpc/xprtrdma/svc_rdma_sendto.c linux-2.6.39/net/sunrpc/xprtrdma/svc_rdma_sendto.c
---- linux-2.6.39/net/sunrpc/xprtrdma/svc_rdma_sendto.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/net/sunrpc/xprtrdma/svc_rdma_sendto.c 2011-05-22 19:36:35.000000000 -0400
+diff -urNp linux-3.0.4/net/sunrpc/xprtrdma/svc_rdma_sendto.c linux-3.0.4/net/sunrpc/xprtrdma/svc_rdma_sendto.c
+--- linux-3.0.4/net/sunrpc/xprtrdma/svc_rdma_sendto.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/net/sunrpc/xprtrdma/svc_rdma_sendto.c  2011-08-23 21:47:56.000000000 -0400
 @@ -362,7 +362,7 @@ static int send_write(struct svcxprt_rdm
        write_wr.wr.rdma.remote_addr = to;
  
@@ -78581,9 +71382,9 @@ diff -urNp linux-2.6.39/net/sunrpc/xprtrdma/svc_rdma_sendto.c linux-2.6.39/net/s
        if (svc_rdma_send(xprt, &write_wr))
                goto err;
        return 0;
-diff -urNp linux-2.6.39/net/sunrpc/xprtrdma/svc_rdma_transport.c linux-2.6.39/net/sunrpc/xprtrdma/svc_rdma_transport.c
---- linux-2.6.39/net/sunrpc/xprtrdma/svc_rdma_transport.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/net/sunrpc/xprtrdma/svc_rdma_transport.c      2011-05-22 19:36:35.000000000 -0400
+diff -urNp linux-3.0.4/net/sunrpc/xprtrdma/svc_rdma_transport.c linux-3.0.4/net/sunrpc/xprtrdma/svc_rdma_transport.c
+--- linux-3.0.4/net/sunrpc/xprtrdma/svc_rdma_transport.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/net/sunrpc/xprtrdma/svc_rdma_transport.c       2011-08-23 21:47:56.000000000 -0400
 @@ -298,7 +298,7 @@ static void rq_cq_reap(struct svcxprt_rd
                return;
  
@@ -78620,7 +71421,7 @@ diff -urNp linux-2.6.39/net/sunrpc/xprtrdma/svc_rdma_transport.c linux-2.6.39/ne
  }
  
  static void sq_comp_handler(struct ib_cq *cq, void *cq_context)
-@@ -1271,7 +1271,7 @@ int svc_rdma_send(struct svcxprt_rdma *x
+@@ -1272,7 +1272,7 @@ int svc_rdma_send(struct svcxprt_rdma *x
                spin_lock_bh(&xprt->sc_lock);
                if (xprt->sc_sq_depth < atomic_read(&xprt->sc_sq_count) + wr_count) {
                        spin_unlock_bh(&xprt->sc_lock);
@@ -78629,9 +71430,9 @@ diff -urNp linux-2.6.39/net/sunrpc/xprtrdma/svc_rdma_transport.c linux-2.6.39/ne
  
                        /* See if we can opportunistically reap SQ WR to make room */
                        sq_cq_reap(xprt);
-diff -urNp linux-2.6.39/net/sysctl_net.c linux-2.6.39/net/sysctl_net.c
---- linux-2.6.39/net/sysctl_net.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/net/sysctl_net.c      2011-05-22 19:41:42.000000000 -0400
+diff -urNp linux-3.0.4/net/sysctl_net.c linux-3.0.4/net/sysctl_net.c
+--- linux-3.0.4/net/sysctl_net.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/net/sysctl_net.c       2011-08-23 21:48:14.000000000 -0400
 @@ -46,7 +46,7 @@ static int net_ctl_permissions(struct ct
                               struct ctl_table *table)
  {
@@ -78641,9 +71442,9 @@ diff -urNp linux-2.6.39/net/sysctl_net.c linux-2.6.39/net/sysctl_net.c
                int mode = (table->mode >> 6) & 7;
                return (mode << 6) | (mode << 3) | mode;
        }
-diff -urNp linux-2.6.39/net/unix/af_unix.c linux-2.6.39/net/unix/af_unix.c
---- linux-2.6.39/net/unix/af_unix.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/net/unix/af_unix.c    2011-05-22 19:41:42.000000000 -0400
+diff -urNp linux-3.0.4/net/unix/af_unix.c linux-3.0.4/net/unix/af_unix.c
+--- linux-3.0.4/net/unix/af_unix.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/net/unix/af_unix.c     2011-08-23 21:48:14.000000000 -0400
 @@ -767,6 +767,12 @@ static struct sock *unix_find_other(stru
                err = -ECONNREFUSED;
                if (!S_ISSOCK(inode->i_mode))
@@ -78662,7 +71463,7 @@ diff -urNp linux-2.6.39/net/unix/af_unix.c linux-2.6.39/net/unix/af_unix.c
                        struct dentry *dentry;
                        dentry = unix_sk(u)->dentry;
 +
-+                      if (!gr_handle_chroot_unix(u->sk_peer_pid)) {
++                      if (!gr_handle_chroot_unix(pid_vnr(u->sk_peer_pid))) {
 +                              err = -EPERM;
 +                              sock_put(u);
 +                              goto fail;
@@ -78690,33 +71491,21 @@ diff -urNp linux-2.6.39/net/unix/af_unix.c linux-2.6.39/net/unix/af_unix.c
                mutex_unlock(&nd.path.dentry->d_inode->i_mutex);
                dput(nd.path.dentry);
                nd.path.dentry = dentry;
-@@ -894,6 +914,11 @@ out_mknod_drop_write:
-                       goto out_unlock;
-               }
-+#ifdef CONFIG_GRKERNSEC_CHROOT_UNIX
-+              put_pid(sk->sk_peer_pid);
-+              sk->sk_peer_pid = get_pid(task_tgid(current));
-+#endif
-+
-               list = &unix_socket_table[addr->hash];
-       } else {
-               list = &unix_socket_table[dentry->d_inode->i_ino & (UNIX_HASH_SIZE-1)];
-@@ -2255,7 +2280,11 @@ static int unix_seq_show(struct seq_file
-               unix_state_lock(s);
-               seq_printf(seq, "%p: %08X %08X %08X %04X %02X %5lu",
-+#ifdef CONFIG_GRKERNSEC_HIDESYM
-+                      NULL,
-+#else
-                       s,
-+#endif
-                       atomic_read(&s->sk_refcnt),
-                       0,
-                       s->sk_state == TCP_LISTEN ? __SO_ACCEPTCON : 0,
-diff -urNp linux-2.6.39/net/wireless/wext-core.c linux-2.6.39/net/wireless/wext-core.c
---- linux-2.6.39/net/wireless/wext-core.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/net/wireless/wext-core.c      2011-05-22 19:36:35.000000000 -0400
+diff -urNp linux-3.0.4/net/wireless/core.h linux-3.0.4/net/wireless/core.h
+--- linux-3.0.4/net/wireless/core.h    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/net/wireless/core.h    2011-08-23 21:47:56.000000000 -0400
+@@ -27,7 +27,7 @@ struct cfg80211_registered_device {
+       struct mutex mtx;
+       /* rfkill support */
+-      struct rfkill_ops rfkill_ops;
++      rfkill_ops_no_const rfkill_ops;
+       struct rfkill *rfkill;
+       struct work_struct rfkill_sync;
+diff -urNp linux-3.0.4/net/wireless/wext-core.c linux-3.0.4/net/wireless/wext-core.c
+--- linux-3.0.4/net/wireless/wext-core.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/net/wireless/wext-core.c       2011-08-23 21:47:56.000000000 -0400
 @@ -746,8 +746,7 @@ static int ioctl_standard_iw_point(struc
                 */
  
@@ -78750,9 +71539,9 @@ diff -urNp linux-2.6.39/net/wireless/wext-core.c linux-2.6.39/net/wireless/wext-
        err = handler(dev, info, (union iwreq_data *) iwp, extra);
  
        iwp->length += essid_compat;
-diff -urNp linux-2.6.39/net/xfrm/xfrm_policy.c linux-2.6.39/net/xfrm/xfrm_policy.c
---- linux-2.6.39/net/xfrm/xfrm_policy.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/net/xfrm/xfrm_policy.c        2011-05-22 19:36:35.000000000 -0400
+diff -urNp linux-3.0.4/net/xfrm/xfrm_policy.c linux-3.0.4/net/xfrm/xfrm_policy.c
+--- linux-3.0.4/net/xfrm/xfrm_policy.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/net/xfrm/xfrm_policy.c 2011-08-23 21:47:56.000000000 -0400
 @@ -299,7 +299,7 @@ static void xfrm_policy_kill(struct xfrm
  {
        policy->walk.dead = 1;
@@ -78771,7 +71560,7 @@ diff -urNp linux-2.6.39/net/xfrm/xfrm_policy.c linux-2.6.39/net/xfrm/xfrm_policy
        if (delpol)
                __xfrm_policy_unlink(delpol, dir);
        policy->index = delpol ? delpol->index : xfrm_gen_index(net, dir);
-@@ -1527,7 +1527,7 @@ free_dst:
+@@ -1528,7 +1528,7 @@ free_dst:
        goto out;
  }
  
@@ -78780,7 +71569,7 @@ diff -urNp linux-2.6.39/net/xfrm/xfrm_policy.c linux-2.6.39/net/xfrm/xfrm_policy
  xfrm_dst_alloc_copy(void **target, const void *src, int size)
  {
        if (!*target) {
-@@ -1539,7 +1539,7 @@ xfrm_dst_alloc_copy(void **target, const
+@@ -1540,7 +1540,7 @@ xfrm_dst_alloc_copy(void **target, const
        return 0;
  }
  
@@ -78789,7 +71578,7 @@ diff -urNp linux-2.6.39/net/xfrm/xfrm_policy.c linux-2.6.39/net/xfrm/xfrm_policy
  xfrm_dst_update_parent(struct dst_entry *dst, const struct xfrm_selector *sel)
  {
  #ifdef CONFIG_XFRM_SUB_POLICY
-@@ -1551,7 +1551,7 @@ xfrm_dst_update_parent(struct dst_entry 
+@@ -1552,7 +1552,7 @@ xfrm_dst_update_parent(struct dst_entry 
  #endif
  }
  
@@ -78798,7 +71587,7 @@ diff -urNp linux-2.6.39/net/xfrm/xfrm_policy.c linux-2.6.39/net/xfrm/xfrm_policy
  xfrm_dst_update_origin(struct dst_entry *dst, const struct flowi *fl)
  {
  #ifdef CONFIG_XFRM_SUB_POLICY
-@@ -1645,7 +1645,7 @@ xfrm_resolve_and_create_bundle(struct xf
+@@ -1646,7 +1646,7 @@ xfrm_resolve_and_create_bundle(struct xf
  
        xdst->num_pols = num_pols;
        memcpy(xdst->pols, pols, sizeof(struct xfrm_policy*) * num_pols);
@@ -78807,7 +71596,7 @@ diff -urNp linux-2.6.39/net/xfrm/xfrm_policy.c linux-2.6.39/net/xfrm/xfrm_policy
  
        return xdst;
  }
-@@ -2332,7 +2332,7 @@ static int xfrm_bundle_ok(struct xfrm_ds
+@@ -2333,7 +2333,7 @@ static int xfrm_bundle_ok(struct xfrm_ds
                if (xdst->xfrm_genid != dst->xfrm->genid)
                        return 0;
                if (xdst->num_pols > 0 &&
@@ -78816,7 +71605,7 @@ diff -urNp linux-2.6.39/net/xfrm/xfrm_policy.c linux-2.6.39/net/xfrm/xfrm_policy
                        return 0;
  
                mtu = dst_mtu(dst->child);
-@@ -2860,7 +2860,7 @@ static int xfrm_policy_migrate(struct xf
+@@ -2861,7 +2861,7 @@ static int xfrm_policy_migrate(struct xf
                               sizeof(pol->xfrm_vec[i].saddr));
                        pol->xfrm_vec[i].encap_family = mp->new_family;
                        /* flush bundles */
@@ -78825,9 +71614,9 @@ diff -urNp linux-2.6.39/net/xfrm/xfrm_policy.c linux-2.6.39/net/xfrm/xfrm_policy
                }
        }
  
-diff -urNp linux-2.6.39/net/xfrm/xfrm_user.c linux-2.6.39/net/xfrm/xfrm_user.c
---- linux-2.6.39/net/xfrm/xfrm_user.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/net/xfrm/xfrm_user.c  2011-05-22 19:36:35.000000000 -0400
+diff -urNp linux-3.0.4/net/xfrm/xfrm_user.c linux-3.0.4/net/xfrm/xfrm_user.c
+--- linux-3.0.4/net/xfrm/xfrm_user.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/net/xfrm/xfrm_user.c   2011-08-23 21:48:14.000000000 -0400
 @@ -1394,6 +1394,8 @@ static int copy_to_user_tmpl(struct xfrm
        struct xfrm_user_tmpl vec[XFRM_MAX_DEPTH];
        int i;
@@ -78846,9 +71635,9 @@ diff -urNp linux-2.6.39/net/xfrm/xfrm_user.c linux-2.6.39/net/xfrm/xfrm_user.c
        if (attrs[XFRMA_MIGRATE] == NULL)
                return -EINVAL;
  
-diff -urNp linux-2.6.39/scripts/basic/fixdep.c linux-2.6.39/scripts/basic/fixdep.c
---- linux-2.6.39/scripts/basic/fixdep.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/scripts/basic/fixdep.c        2011-05-22 19:36:35.000000000 -0400
+diff -urNp linux-3.0.4/scripts/basic/fixdep.c linux-3.0.4/scripts/basic/fixdep.c
+--- linux-3.0.4/scripts/basic/fixdep.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/scripts/basic/fixdep.c 2011-08-23 21:47:56.000000000 -0400
 @@ -235,9 +235,9 @@ static void use_config(const char *m, in
  
  static void parse_config_file(const char *map, size_t len)
@@ -78870,30 +71659,59 @@ diff -urNp linux-2.6.39/scripts/basic/fixdep.c linux-2.6.39/scripts/basic/fixdep
  
        if (*p != INT_CONF) {
                fprintf(stderr, "fixdep: sizeof(int) != 4 or wrong endianess? %#x\n",
-diff -urNp linux-2.6.39/scripts/dtc/flattree.c linux-2.6.39/scripts/dtc/flattree.c
---- linux-2.6.39/scripts/dtc/flattree.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/scripts/dtc/flattree.c        2011-05-22 19:36:35.000000000 -0400
-@@ -104,7 +104,7 @@ static void bin_emit_property(void *e, s
-       bin_emit_cell(e, FDT_PROP);
- }
--static struct emitter bin_emitter = {
-+static const struct emitter bin_emitter = {
-       .cell = bin_emit_cell,
-       .string = bin_emit_string,
-       .align = bin_emit_align,
-@@ -230,7 +230,7 @@ static void asm_emit_property(void *e, s
-       asm_emit_cell(e, FDT_PROP);
- }
--static struct emitter asm_emitter = {
-+static const struct emitter asm_emitter = {
-       .cell = asm_emit_cell,
-       .string = asm_emit_string,
-       .align = asm_emit_align,
-diff -urNp linux-2.6.39/scripts/mod/file2alias.c linux-2.6.39/scripts/mod/file2alias.c
---- linux-2.6.39/scripts/mod/file2alias.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/scripts/mod/file2alias.c      2011-05-22 19:36:35.000000000 -0400
+diff -urNp linux-3.0.4/scripts/gcc-plugin.sh linux-3.0.4/scripts/gcc-plugin.sh
+--- linux-3.0.4/scripts/gcc-plugin.sh  1969-12-31 19:00:00.000000000 -0500
++++ linux-3.0.4/scripts/gcc-plugin.sh  2011-09-14 09:08:05.000000000 -0400
+@@ -0,0 +1,2 @@
++#!/bin/sh
++echo "#include \"gcc-plugin.h\"\n#include \"rtl.h\"" | $1 -x c -shared - -o /dev/null -I`$2 -print-file-name=plugin`/include >/dev/null 2>&1 && echo "y"
+diff -urNp linux-3.0.4/scripts/Makefile.build linux-3.0.4/scripts/Makefile.build
+--- linux-3.0.4/scripts/Makefile.build 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/scripts/Makefile.build 2011-08-23 21:47:56.000000000 -0400
+@@ -109,7 +109,7 @@ endif
+ endif
+ # Do not include host rules unless needed
+-ifneq ($(hostprogs-y)$(hostprogs-m),)
++ifneq ($(hostprogs-y)$(hostprogs-m)$(hostlibs-y)$(hostlibs-m),)
+ include scripts/Makefile.host
+ endif
+diff -urNp linux-3.0.4/scripts/Makefile.clean linux-3.0.4/scripts/Makefile.clean
+--- linux-3.0.4/scripts/Makefile.clean 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/scripts/Makefile.clean 2011-08-23 21:47:56.000000000 -0400
+@@ -43,7 +43,8 @@ subdir-ymn   := $(addprefix $(obj)/,$(subd
+ __clean-files := $(extra-y) $(always)                  \
+                  $(targets) $(clean-files)             \
+                  $(host-progs)                         \
+-                 $(hostprogs-y) $(hostprogs-m) $(hostprogs-)
++                 $(hostprogs-y) $(hostprogs-m) $(hostprogs-) \
++                 $(hostlibs-y) $(hostlibs-m) $(hostlibs-)
+ __clean-files   := $(filter-out $(no-clean-files), $(__clean-files))
+diff -urNp linux-3.0.4/scripts/Makefile.host linux-3.0.4/scripts/Makefile.host
+--- linux-3.0.4/scripts/Makefile.host  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/scripts/Makefile.host  2011-08-23 21:47:56.000000000 -0400
+@@ -31,6 +31,7 @@
+ # Note: Shared libraries consisting of C++ files are not supported
+ __hostprogs := $(sort $(hostprogs-y) $(hostprogs-m))
++__hostlibs := $(sort $(hostlibs-y) $(hostlibs-m))
+ # C code
+ # Executables compiled from a single .c file
+@@ -54,6 +55,7 @@ host-cxxobjs := $(sort $(foreach m,$(hos
+ # Shared libaries (only .c supported)
+ # Shared libraries (.so) - all .so files referenced in "xxx-objs"
+ host-cshlib   := $(sort $(filter %.so, $(host-cobjs)))
++host-cshlib   += $(sort $(filter %.so, $(__hostlibs)))
+ # Remove .so files from "xxx-objs"
+ host-cobjs    := $(filter-out %.so,$(host-cobjs))
+diff -urNp linux-3.0.4/scripts/mod/file2alias.c linux-3.0.4/scripts/mod/file2alias.c
+--- linux-3.0.4/scripts/mod/file2alias.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/scripts/mod/file2alias.c       2011-08-23 21:47:56.000000000 -0400
 @@ -72,7 +72,7 @@ static void device_id_check(const char *
                            unsigned long size, unsigned long id_size,
                            void *symval)
@@ -78939,7 +71757,7 @@ diff -urNp linux-2.6.39/scripts/mod/file2alias.c linux-2.6.39/scripts/mod/file2a
  
                                buf_printf(&mod->dev_table_buf,
                                           "MODULE_ALIAS(\"pnp:d%s*\");\n", id);
-@@ -768,7 +768,7 @@ static void dmi_ascii_filter(char *d, co
+@@ -786,7 +786,7 @@ static void dmi_ascii_filter(char *d, co
  static int do_dmi_entry(const char *filename, struct dmi_system_id *id,
                        char *alias)
  {
@@ -78948,10 +71766,10 @@ diff -urNp linux-2.6.39/scripts/mod/file2alias.c linux-2.6.39/scripts/mod/file2a
  
        sprintf(alias, "dmi*");
  
-diff -urNp linux-2.6.39/scripts/mod/modpost.c linux-2.6.39/scripts/mod/modpost.c
---- linux-2.6.39/scripts/mod/modpost.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/scripts/mod/modpost.c 2011-05-22 19:36:35.000000000 -0400
-@@ -896,6 +896,7 @@ enum mismatch {
+diff -urNp linux-3.0.4/scripts/mod/modpost.c linux-3.0.4/scripts/mod/modpost.c
+--- linux-3.0.4/scripts/mod/modpost.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/scripts/mod/modpost.c  2011-08-23 21:47:56.000000000 -0400
+@@ -892,6 +892,7 @@ enum mismatch {
        ANY_INIT_TO_ANY_EXIT,
        ANY_EXIT_TO_ANY_INIT,
        EXPORT_TO_INIT_EXIT,
@@ -78959,7 +71777,7 @@ diff -urNp linux-2.6.39/scripts/mod/modpost.c linux-2.6.39/scripts/mod/modpost.c
  };
  
  struct sectioncheck {
-@@ -1004,6 +1005,12 @@ const struct sectioncheck sectioncheck[]
+@@ -1000,6 +1001,12 @@ const struct sectioncheck sectioncheck[]
        .tosec   = { INIT_SECTIONS, EXIT_SECTIONS, NULL },
        .mismatch = EXPORT_TO_INIT_EXIT,
        .symbol_white_list = { DEFAULT_SYMBOL_WHITE_LIST, NULL },
@@ -78972,7 +71790,7 @@ diff -urNp linux-2.6.39/scripts/mod/modpost.c linux-2.6.39/scripts/mod/modpost.c
  }
  };
  
-@@ -1126,10 +1133,10 @@ static Elf_Sym *find_elf_symbol(struct e
+@@ -1122,10 +1129,10 @@ static Elf_Sym *find_elf_symbol(struct e
                        continue;
                if (ELF_ST_TYPE(sym->st_info) == STT_SECTION)
                        continue;
@@ -78985,7 +71803,7 @@ diff -urNp linux-2.6.39/scripts/mod/modpost.c linux-2.6.39/scripts/mod/modpost.c
                if (d < 0)
                        d = addr - sym->st_value;
                if (d < distance) {
-@@ -1408,6 +1415,14 @@ static void report_sec_mismatch(const ch
+@@ -1404,6 +1411,14 @@ static void report_sec_mismatch(const ch
                tosym, prl_to, prl_to, tosym);
                free(prl_to);
                break;
@@ -79000,7 +71818,16 @@ diff -urNp linux-2.6.39/scripts/mod/modpost.c linux-2.6.39/scripts/mod/modpost.c
        }
        fprintf(stderr, "\n");
  }
-@@ -1731,7 +1746,7 @@ void __attribute__((format(printf, 2, 3)
+@@ -1629,7 +1644,7 @@ static void section_rel(const char *modn
+ static void check_sec_ref(struct module *mod, const char *modname,
+                           struct elf_info *elf)
+ {
+-      int i;
++      unsigned int i;
+       Elf_Shdr *sechdrs = elf->sechdrs;
+       /* Walk through all sections */
+@@ -1727,7 +1742,7 @@ void __attribute__((format(printf, 2, 3)
        va_end(ap);
  }
  
@@ -79009,7 +71836,7 @@ diff -urNp linux-2.6.39/scripts/mod/modpost.c linux-2.6.39/scripts/mod/modpost.c
  {
        if (buf->size - buf->pos < len) {
                buf->size += len + SZ;
-@@ -1943,7 +1958,7 @@ static void write_if_changed(struct buff
+@@ -1939,7 +1954,7 @@ static void write_if_changed(struct buff
        if (fstat(fileno(file), &st) < 0)
                goto close_write;
  
@@ -79018,9 +71845,9 @@ diff -urNp linux-2.6.39/scripts/mod/modpost.c linux-2.6.39/scripts/mod/modpost.c
                goto close_write;
  
        tmp = NOFAIL(malloc(b->pos));
-diff -urNp linux-2.6.39/scripts/mod/modpost.h linux-2.6.39/scripts/mod/modpost.h
---- linux-2.6.39/scripts/mod/modpost.h 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/scripts/mod/modpost.h 2011-05-22 19:36:35.000000000 -0400
+diff -urNp linux-3.0.4/scripts/mod/modpost.h linux-3.0.4/scripts/mod/modpost.h
+--- linux-3.0.4/scripts/mod/modpost.h  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/scripts/mod/modpost.h  2011-08-23 21:47:56.000000000 -0400
 @@ -92,15 +92,15 @@ void *do_nofail(void *ptr, const char *e
  
  struct buffer {
@@ -79040,9 +71867,9 @@ diff -urNp linux-2.6.39/scripts/mod/modpost.h linux-2.6.39/scripts/mod/modpost.h
  
  struct module {
        struct module *next;
-diff -urNp linux-2.6.39/scripts/mod/sumversion.c linux-2.6.39/scripts/mod/sumversion.c
---- linux-2.6.39/scripts/mod/sumversion.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/scripts/mod/sumversion.c      2011-05-22 19:36:35.000000000 -0400
+diff -urNp linux-3.0.4/scripts/mod/sumversion.c linux-3.0.4/scripts/mod/sumversion.c
+--- linux-3.0.4/scripts/mod/sumversion.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/scripts/mod/sumversion.c       2011-08-23 21:47:56.000000000 -0400
 @@ -470,7 +470,7 @@ static void write_version(const char *fi
                goto out;
        }
@@ -79052,9 +71879,9 @@ diff -urNp linux-2.6.39/scripts/mod/sumversion.c linux-2.6.39/scripts/mod/sumver
                warn("writing sum in %s failed: %s\n",
                        filename, strerror(errno));
                goto out;
-diff -urNp linux-2.6.39/scripts/pnmtologo.c linux-2.6.39/scripts/pnmtologo.c
---- linux-2.6.39/scripts/pnmtologo.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/scripts/pnmtologo.c   2011-05-22 19:36:35.000000000 -0400
+diff -urNp linux-3.0.4/scripts/pnmtologo.c linux-3.0.4/scripts/pnmtologo.c
+--- linux-3.0.4/scripts/pnmtologo.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/scripts/pnmtologo.c    2011-08-23 21:47:56.000000000 -0400
 @@ -237,14 +237,14 @@ static void write_header(void)
      fprintf(out, " *  Linux logo %s\n", logoname);
      fputs(" */\n\n", out);
@@ -79081,10 +71908,10 @@ diff -urNp linux-2.6.39/scripts/pnmtologo.c linux-2.6.39/scripts/pnmtologo.c
            logoname);
      write_hex_cnt = 0;
      for (i = 0; i < logo_clutsize; i++) {
-diff -urNp linux-2.6.39/security/apparmor/lsm.c linux-2.6.39/security/apparmor/lsm.c
---- linux-2.6.39/security/apparmor/lsm.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/security/apparmor/lsm.c       2011-05-22 19:41:42.000000000 -0400
-@@ -620,7 +620,7 @@ static int apparmor_task_setrlimit(struc
+diff -urNp linux-3.0.4/security/apparmor/lsm.c linux-3.0.4/security/apparmor/lsm.c
+--- linux-3.0.4/security/apparmor/lsm.c        2011-09-02 18:11:21.000000000 -0400
++++ linux-3.0.4/security/apparmor/lsm.c        2011-08-23 21:48:14.000000000 -0400
+@@ -621,7 +621,7 @@ static int apparmor_task_setrlimit(struc
        return error;
  }
  
@@ -79093,36 +71920,9 @@ diff -urNp linux-2.6.39/security/apparmor/lsm.c linux-2.6.39/security/apparmor/l
        .name =                         "apparmor",
  
        .ptrace_access_check =          apparmor_ptrace_access_check,
-@@ -671,7 +671,7 @@ static struct security_operations apparm
- static int param_set_aabool(const char *val, const struct kernel_param *kp);
- static int param_get_aabool(char *buffer, const struct kernel_param *kp);
- #define param_check_aabool(name, p) __param_check(name, p, int)
--static struct kernel_param_ops param_ops_aabool = {
-+static const struct kernel_param_ops param_ops_aabool = {
-       .set = param_set_aabool,
-       .get = param_get_aabool
- };
-@@ -679,7 +679,7 @@ static struct kernel_param_ops param_ops
- static int param_set_aauint(const char *val, const struct kernel_param *kp);
- static int param_get_aauint(char *buffer, const struct kernel_param *kp);
- #define param_check_aauint(name, p) __param_check(name, p, int)
--static struct kernel_param_ops param_ops_aauint = {
-+static const struct kernel_param_ops param_ops_aauint = {
-       .set = param_set_aauint,
-       .get = param_get_aauint
- };
-@@ -687,7 +687,7 @@ static struct kernel_param_ops param_ops
- static int param_set_aalockpolicy(const char *val, const struct kernel_param *kp);
- static int param_get_aalockpolicy(char *buffer, const struct kernel_param *kp);
- #define param_check_aalockpolicy(name, p) __param_check(name, p, int)
--static struct kernel_param_ops param_ops_aalockpolicy = {
-+static const struct kernel_param_ops param_ops_aalockpolicy = {
-       .set = param_set_aalockpolicy,
-       .get = param_get_aalockpolicy
- };
-diff -urNp linux-2.6.39/security/commoncap.c linux-2.6.39/security/commoncap.c
---- linux-2.6.39/security/commoncap.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/security/commoncap.c  2011-05-22 20:28:59.000000000 -0400
+diff -urNp linux-3.0.4/security/commoncap.c linux-3.0.4/security/commoncap.c
+--- linux-3.0.4/security/commoncap.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/security/commoncap.c   2011-08-23 21:48:14.000000000 -0400
 @@ -28,6 +28,7 @@
  #include <linux/prctl.h>
  #include <linux/securebits.h>
@@ -79140,7 +71940,7 @@ diff -urNp linux-2.6.39/security/commoncap.c linux-2.6.39/security/commoncap.c
                return -EPERM;
        return 0;
  }
-@@ -580,6 +581,9 @@ int cap_bprm_secureexec(struct linux_bin
+@@ -575,6 +576,9 @@ int cap_bprm_secureexec(struct linux_bin
  {
        const struct cred *cred = current_cred();
  
@@ -79150,9 +71950,9 @@ diff -urNp linux-2.6.39/security/commoncap.c linux-2.6.39/security/commoncap.c
        if (cred->uid != 0) {
                if (bprm->cap_effective)
                        return 1;
-diff -urNp linux-2.6.39/security/integrity/ima/ima_api.c linux-2.6.39/security/integrity/ima/ima_api.c
---- linux-2.6.39/security/integrity/ima/ima_api.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/security/integrity/ima/ima_api.c      2011-05-22 19:36:35.000000000 -0400
+diff -urNp linux-3.0.4/security/integrity/ima/ima_api.c linux-3.0.4/security/integrity/ima/ima_api.c
+--- linux-3.0.4/security/integrity/ima/ima_api.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/security/integrity/ima/ima_api.c       2011-08-23 21:47:56.000000000 -0400
 @@ -75,7 +75,7 @@ void ima_add_violation(struct inode *ino
        int result;
  
@@ -79162,9 +71962,9 @@ diff -urNp linux-2.6.39/security/integrity/ima/ima_api.c linux-2.6.39/security/i
  
        entry = kmalloc(sizeof(*entry), GFP_KERNEL);
        if (!entry) {
-diff -urNp linux-2.6.39/security/integrity/ima/ima_fs.c linux-2.6.39/security/integrity/ima/ima_fs.c
---- linux-2.6.39/security/integrity/ima/ima_fs.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/security/integrity/ima/ima_fs.c       2011-05-22 19:36:35.000000000 -0400
+diff -urNp linux-3.0.4/security/integrity/ima/ima_fs.c linux-3.0.4/security/integrity/ima/ima_fs.c
+--- linux-3.0.4/security/integrity/ima/ima_fs.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/security/integrity/ima/ima_fs.c        2011-08-23 21:47:56.000000000 -0400
 @@ -28,12 +28,12 @@
  static int valid_policy = 1;
  #define TMPBUFLEN 12
@@ -79180,9 +71980,9 @@ diff -urNp linux-2.6.39/security/integrity/ima/ima_fs.c linux-2.6.39/security/in
        return simple_read_from_buffer(buf, count, ppos, tmpbuf, len);
  }
  
-diff -urNp linux-2.6.39/security/integrity/ima/ima.h linux-2.6.39/security/integrity/ima/ima.h
---- linux-2.6.39/security/integrity/ima/ima.h  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/security/integrity/ima/ima.h  2011-05-22 19:36:35.000000000 -0400
+diff -urNp linux-3.0.4/security/integrity/ima/ima.h linux-3.0.4/security/integrity/ima/ima.h
+--- linux-3.0.4/security/integrity/ima/ima.h   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/security/integrity/ima/ima.h   2011-08-23 21:47:56.000000000 -0400
 @@ -85,8 +85,8 @@ void ima_add_violation(struct inode *ino
  extern spinlock_t ima_queue_lock;
  
@@ -79194,9 +71994,9 @@ diff -urNp linux-2.6.39/security/integrity/ima/ima.h linux-2.6.39/security/integ
        struct hlist_head queue[IMA_MEASURE_HTABLE_SIZE];
  };
  extern struct ima_h_table ima_htable;
-diff -urNp linux-2.6.39/security/integrity/ima/ima_queue.c linux-2.6.39/security/integrity/ima/ima_queue.c
---- linux-2.6.39/security/integrity/ima/ima_queue.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/security/integrity/ima/ima_queue.c    2011-05-22 19:36:35.000000000 -0400
+diff -urNp linux-3.0.4/security/integrity/ima/ima_queue.c linux-3.0.4/security/integrity/ima/ima_queue.c
+--- linux-3.0.4/security/integrity/ima/ima_queue.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/security/integrity/ima/ima_queue.c     2011-08-23 21:47:56.000000000 -0400
 @@ -79,7 +79,7 @@ static int ima_add_digest_entry(struct i
        INIT_LIST_HEAD(&qe->later);
        list_add_tail_rcu(&qe->later, &ima_measurements);
@@ -79206,10 +72006,10 @@ diff -urNp linux-2.6.39/security/integrity/ima/ima_queue.c linux-2.6.39/security
        key = ima_hash_key(entry->digest);
        hlist_add_head_rcu(&qe->hnext, &ima_htable.queue[key]);
        return 0;
-diff -urNp linux-2.6.39/security/Kconfig linux-2.6.39/security/Kconfig
---- linux-2.6.39/security/Kconfig      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/security/Kconfig      2011-05-22 19:41:42.000000000 -0400
-@@ -4,6 +4,548 @@
+diff -urNp linux-3.0.4/security/Kconfig linux-3.0.4/security/Kconfig
+--- linux-3.0.4/security/Kconfig       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/security/Kconfig       2011-09-17 00:58:04.000000000 -0400
+@@ -4,6 +4,558 @@
  
  menu "Security options"
  
@@ -79220,6 +72020,9 @@ diff -urNp linux-2.6.39/security/Kconfig linux-2.6.39/security/Kconfig
 +      config ARCH_TRACK_EXEC_LIMIT
 +      bool
 +
++      config PAX_KERNEXEC_PLUGIN
++      bool
++
 +      config PAX_PER_CPU_PGD
 +      bool
 +
@@ -79530,6 +72333,7 @@ diff -urNp linux-2.6.39/security/Kconfig linux-2.6.39/security/Kconfig
 +      bool "Enforce non-executable kernel pages"
 +      depends on PAX_NOEXEC && (PPC || X86) && (!X86_32 || X86_WP_WORKS_OK) && !XEN
 +      select PAX_PER_CPU_PGD if X86_64 || (X86_32 && X86_PAE)
++      select PAX_KERNEXEC_PLUGIN if X86_64
 +      help
 +        This is the kernel land equivalent of PAGEEXEC and MPROTECT,
 +        that is, enabling this option will make it harder to inject
@@ -79684,6 +72488,12 @@ diff -urNp linux-2.6.39/security/Kconfig linux-2.6.39/security/Kconfig
 +        and you are advised to test this feature on your expected workload
 +        before deploying it.
 +
++        Note: full support for this feature requires gcc with plugin support
++        so make sure your compiler is at least gcc 4.5.0 (cross compilation
++        is not supported).  Using older gcc versions means that functions
++        with large enough stack frames may leave uninitialized memory behind
++        that may be exposed to a later syscall leaking the stack.
++
 +config PAX_MEMORY_UDEREF
 +      bool "Prevent invalid userland pointer dereference"
 +      depends on X86 && !UML_X86 && !XEN
@@ -79724,8 +72534,8 @@ diff -urNp linux-2.6.39/security/Kconfig linux-2.6.39/security/Kconfig
 +
 +config PAX_USERCOPY
 +      bool "Harden heap object copies between kernel and userland"
-+      depends on X86 || PPC || SPARC
-+      depends on GRKERNSEC && (SLAB || SLUB)
++      depends on X86 || PPC || SPARC || ARM
++      depends on GRKERNSEC && (SLAB || SLUB || SLOB)
 +      help
 +        By saying Y here the kernel will enforce the size of heap objects
 +        when they are copied in either direction between the kernel and
@@ -79742,4879 +72552,1627 @@ diff -urNp linux-2.6.39/security/Kconfig linux-2.6.39/security/Kconfig
 +        Enabling this option also enables per-slab cache protection against
 +        data in a given cache being copied into/out of via userland
 +        accessors.  Though the whitelist of regions will be reduced over
-+        time, it notably protects important data structures like task structs.
-+
-+        If frame pointers are enabled on x86, this option will also restrict
-+        copies into and out of the kernel stack to local variables within a
-+        single frame.
-+
-+        Since this has a negligible performance impact, you should enable
-+        this feature.
-+
-+endmenu
-+
-+endmenu
-+
- config KEYS
-       bool "Enable access key retention support"
-       help
-@@ -167,7 +709,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.39/security/keys/keyring.c linux-2.6.39/security/keys/keyring.c
---- linux-2.6.39/security/keys/keyring.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/security/keys/keyring.c       2011-05-22 19:36:35.000000000 -0400
-@@ -213,15 +213,15 @@ static long keyring_read(const struct ke
-                       ret = -EFAULT;
-                       for (loop = 0; loop < klist->nkeys; loop++) {
-+                              key_serial_t serial;
-                               key = klist->keys[loop];
-+                              serial = key->serial;
-                               tmp = sizeof(key_serial_t);
-                               if (tmp > buflen)
-                                       tmp = buflen;
--                              if (copy_to_user(buffer,
--                                               &key->serial,
--                                               tmp) != 0)
-+                              if (copy_to_user(buffer, &serial, tmp))
-                                       goto error;
-                               buflen -= tmp;
-diff -urNp linux-2.6.39/security/min_addr.c linux-2.6.39/security/min_addr.c
---- linux-2.6.39/security/min_addr.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/security/min_addr.c   2011-05-22 19:41:42.000000000 -0400
-@@ -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
- }
- /*
-diff -urNp linux-2.6.39/security/security.c linux-2.6.39/security/security.c
---- linux-2.6.39/security/security.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/security/security.c   2011-05-22 19:41:42.000000000 -0400
-@@ -25,8 +25,8 @@ static __initdata char chosen_lsm[SECURI
- /* things that live in capability.c */
- extern void __init security_fixup_ops(struct security_operations *ops);
--static struct security_operations *security_ops;
--static struct security_operations default_security_ops = {
-+static struct security_operations *security_ops __read_only;
-+static struct security_operations default_security_ops __read_only = {
-       .name   = "default",
- };
-@@ -67,7 +67,9 @@ int __init security_init(void)
- void reset_security_ops(void)
- {
-+      pax_open_kernel();
-       security_ops = &default_security_ops;
-+      pax_close_kernel();
- }
- /* Save user chosen LSM */
-diff -urNp linux-2.6.39/security/selinux/hooks.c linux-2.6.39/security/selinux/hooks.c
---- linux-2.6.39/security/selinux/hooks.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/security/selinux/hooks.c      2011-05-22 19:41:42.000000000 -0400
-@@ -93,7 +93,6 @@
- #define NUM_SEL_MNT_OPTS 5
- extern int selinux_nlmsg_lookup(u16 sclass, u16 nlmsg_type, u32 *perm);
--extern struct security_operations *security_ops;
- /* SECMARK reference count */
- atomic_t selinux_secmark_refcount = ATOMIC_INIT(0);
-@@ -5431,7 +5430,7 @@ static int selinux_key_getsecurity(struc
- #endif
--static struct security_operations selinux_ops = {
-+static struct security_operations selinux_ops __read_only = {
-       .name =                         "selinux",
-       .ptrace_access_check =          selinux_ptrace_access_check,
-diff -urNp linux-2.6.39/security/selinux/include/xfrm.h linux-2.6.39/security/selinux/include/xfrm.h
---- linux-2.6.39/security/selinux/include/xfrm.h       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/security/selinux/include/xfrm.h       2011-05-22 19:36:35.000000000 -0400
-@@ -48,7 +48,7 @@ int selinux_xfrm_decode_session(struct s
- static inline void selinux_xfrm_notify_policyload(void)
- {
--      atomic_inc(&flow_cache_genid);
-+      atomic_inc_unchecked(&flow_cache_genid);
- }
- #else
- static inline int selinux_xfrm_enabled(void)
-diff -urNp linux-2.6.39/security/selinux/ss/services.c linux-2.6.39/security/selinux/ss/services.c
---- linux-2.6.39/security/selinux/ss/services.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/security/selinux/ss/services.c        2011-05-22 19:36:35.000000000 -0400
-@@ -1806,6 +1806,8 @@ int security_load_policy(void *data, siz
-       int rc = 0;
-       struct policy_file file = { data, len }, *fp = &file;
-+      pax_track_stack();
-+
-       if (!ss_initialized) {
-               avtab_cache_init();
-               rc = policydb_read(&policydb, fp);
-diff -urNp linux-2.6.39/security/smack/smack_lsm.c linux-2.6.39/security/smack/smack_lsm.c
---- linux-2.6.39/security/smack/smack_lsm.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/security/smack/smack_lsm.c    2011-05-22 19:36:35.000000000 -0400
-@@ -3386,7 +3386,7 @@ static int smack_inode_getsecctx(struct 
-       return 0;
- }
--struct security_operations smack_ops = {
-+struct security_operations smack_ops __read_only = {
-       .name =                         "smack",
-       .ptrace_access_check =          smack_ptrace_access_check,
-diff -urNp linux-2.6.39/security/tomoyo/tomoyo.c linux-2.6.39/security/tomoyo/tomoyo.c
---- linux-2.6.39/security/tomoyo/tomoyo.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/security/tomoyo/tomoyo.c      2011-05-22 19:36:35.000000000 -0400
-@@ -240,7 +240,7 @@ static int tomoyo_sb_pivotroot(struct pa
-  * tomoyo_security_ops is a "struct security_operations" which is used for
-  * registering TOMOYO.
-  */
--static struct security_operations tomoyo_security_ops = {
-+static struct security_operations tomoyo_security_ops __read_only = {
-       .name                = "tomoyo",
-       .cred_alloc_blank    = tomoyo_cred_alloc_blank,
-       .cred_prepare        = tomoyo_cred_prepare,
-diff -urNp linux-2.6.39/sound/aoa/aoa.h linux-2.6.39/sound/aoa/aoa.h
---- linux-2.6.39/sound/aoa/aoa.h       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/aoa/aoa.h       2011-05-22 19:36:35.000000000 -0400
-@@ -122,8 +122,8 @@ extern struct snd_card *aoa_get_card(voi
- extern int aoa_snd_ctl_add(struct snd_kcontrol* control);
- /* GPIO stuff */
--extern struct gpio_methods *pmf_gpio_methods;
--extern struct gpio_methods *ftr_gpio_methods;
-+extern const struct gpio_methods *pmf_gpio_methods;
-+extern const struct gpio_methods *ftr_gpio_methods;
- /* extern struct gpio_methods *map_gpio_methods; */
- #endif /* __AOA_H */
-diff -urNp linux-2.6.39/sound/aoa/codecs/onyx.c linux-2.6.39/sound/aoa/codecs/onyx.c
---- linux-2.6.39/sound/aoa/codecs/onyx.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/aoa/codecs/onyx.c       2011-05-22 19:36:35.000000000 -0400
-@@ -54,7 +54,7 @@ struct onyx {
-                               spdif_locked:1,
-                               analog_locked:1,
-                               original_mute:2;
--      int                     open_count;
-+      local_t                 open_count;
-       struct codec_info       *codec_info;
-       /* mutex serializes concurrent access to the device
-@@ -753,7 +753,7 @@ static int onyx_open(struct codec_info_i
-       struct onyx *onyx = cii->codec_data;
-       mutex_lock(&onyx->mutex);
--      onyx->open_count++;
-+      local_inc(&onyx->open_count);
-       mutex_unlock(&onyx->mutex);
-       return 0;
-@@ -765,8 +765,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 (local_dec_and_test(&onyx->open_count))
-               onyx->spdif_locked = onyx->analog_locked = 0;
-       mutex_unlock(&onyx->mutex);
-diff -urNp linux-2.6.39/sound/aoa/codecs/onyx.h linux-2.6.39/sound/aoa/codecs/onyx.h
---- linux-2.6.39/sound/aoa/codecs/onyx.h       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/aoa/codecs/onyx.h       2011-05-22 19:36:35.000000000 -0400
-@@ -11,6 +11,7 @@
- #include <linux/i2c.h>
- #include <asm/pmac_low_i2c.h>
- #include <asm/prom.h>
-+#include <asm/local.h>
- /* PCM3052 register definitions */
-diff -urNp linux-2.6.39/sound/arm/aaci.c linux-2.6.39/sound/arm/aaci.c
---- linux-2.6.39/sound/arm/aaci.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/arm/aaci.c      2011-05-22 19:36:35.000000000 -0400
-@@ -635,7 +635,7 @@ static int aaci_pcm_playback_trigger(str
-       return ret;
- }
--static struct snd_pcm_ops aaci_playback_ops = {
-+static const struct snd_pcm_ops aaci_playback_ops = {
-       .open           = aaci_pcm_open,
-       .close          = aaci_pcm_close,
-       .ioctl          = snd_pcm_lib_ioctl,
-@@ -738,7 +738,7 @@ static int aaci_pcm_capture_prepare(stru
-       return 0;
- }
--static struct snd_pcm_ops aaci_capture_ops = {
-+static const struct snd_pcm_ops aaci_capture_ops = {
-       .open           = aaci_pcm_open,
-       .close          = aaci_pcm_close,
-       .ioctl          = snd_pcm_lib_ioctl,
-@@ -827,7 +827,7 @@ static struct ac97_pcm ac97_defs[] __dev
-       }
- };
--static struct snd_ac97_bus_ops aaci_bus_ops = {
-+static const struct snd_ac97_bus_ops aaci_bus_ops = {
-       .write  = aaci_ac97_write,
-       .read   = aaci_ac97_read,
- };
-diff -urNp linux-2.6.39/sound/arm/pxa2xx-ac97.c linux-2.6.39/sound/arm/pxa2xx-ac97.c
---- linux-2.6.39/sound/arm/pxa2xx-ac97.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/arm/pxa2xx-ac97.c       2011-05-22 19:36:35.000000000 -0400
-@@ -34,7 +34,7 @@ static void pxa2xx_ac97_reset(struct snd
-       pxa2xx_ac97_finish_reset(ac97);
- }
--static struct snd_ac97_bus_ops pxa2xx_ac97_ops = {
-+static const struct snd_ac97_bus_ops pxa2xx_ac97_ops = {
-       .read   = pxa2xx_ac97_read,
-       .write  = pxa2xx_ac97_write,
-       .reset  = pxa2xx_ac97_reset,
-diff -urNp linux-2.6.39/sound/atmel/abdac.c linux-2.6.39/sound/atmel/abdac.c
---- linux-2.6.39/sound/atmel/abdac.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/atmel/abdac.c   2011-05-22 19:36:35.000000000 -0400
-@@ -297,7 +297,7 @@ static irqreturn_t abdac_interrupt(int i
-       return IRQ_HANDLED;
- }
--static struct snd_pcm_ops atmel_abdac_ops = {
-+static const struct snd_pcm_ops atmel_abdac_ops = {
-       .open           = atmel_abdac_open,
-       .close          = atmel_abdac_close,
-       .ioctl          = snd_pcm_lib_ioctl,
-diff -urNp linux-2.6.39/sound/atmel/ac97c.c linux-2.6.39/sound/atmel/ac97c.c
---- linux-2.6.39/sound/atmel/ac97c.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/atmel/ac97c.c   2011-05-22 19:36:35.000000000 -0400
-@@ -626,7 +626,7 @@ atmel_ac97c_capture_pointer(struct snd_p
-       return frames;
- }
--static struct snd_pcm_ops atmel_ac97_playback_ops = {
-+static const struct snd_pcm_ops atmel_ac97_playback_ops = {
-       .open           = atmel_ac97c_playback_open,
-       .close          = atmel_ac97c_playback_close,
-       .ioctl          = snd_pcm_lib_ioctl,
-@@ -637,7 +637,7 @@ static struct snd_pcm_ops atmel_ac97_pla
-       .pointer        = atmel_ac97c_playback_pointer,
- };
--static struct snd_pcm_ops atmel_ac97_capture_ops = {
-+static const struct snd_pcm_ops atmel_ac97_capture_ops = {
-       .open           = atmel_ac97c_capture_open,
-       .close          = atmel_ac97c_capture_close,
-       .ioctl          = snd_pcm_lib_ioctl,
-@@ -909,7 +909,7 @@ static int __devinit atmel_ac97c_probe(s
-       struct resource                 *regs;
-       struct ac97c_platform_data      *pdata;
-       struct clk                      *pclk;
--      static struct snd_ac97_bus_ops  ops = {
-+      static const struct snd_ac97_bus_ops ops = {
-               .write  = atmel_ac97c_write,
-               .read   = atmel_ac97c_read,
-       };
-diff -urNp linux-2.6.39/sound/core/control.c linux-2.6.39/sound/core/control.c
---- linux-2.6.39/sound/core/control.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/core/control.c  2011-05-22 19:36:35.000000000 -0400
-@@ -1520,7 +1520,7 @@ static int snd_ctl_dev_free(struct snd_d
-  */
- int snd_ctl_create(struct snd_card *card)
- {
--      static struct snd_device_ops ops = {
-+      static const struct snd_device_ops ops = {
-               .dev_free = snd_ctl_dev_free,
-               .dev_register = snd_ctl_dev_register,
-               .dev_disconnect = snd_ctl_dev_disconnect,
-diff -urNp linux-2.6.39/sound/core/device.c linux-2.6.39/sound/core/device.c
---- linux-2.6.39/sound/core/device.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/core/device.c   2011-05-22 19:36:35.000000000 -0400
-@@ -41,7 +41,7 @@
-  * Returns zero if successful, or a negative error code on failure.
-  */
- int snd_device_new(struct snd_card *card, snd_device_type_t type,
--                 void *device_data, struct snd_device_ops *ops)
-+                 void *device_data, const struct snd_device_ops *ops)
- {
-       struct snd_device *dev;
-diff -urNp linux-2.6.39/sound/core/hwdep.c linux-2.6.39/sound/core/hwdep.c
---- linux-2.6.39/sound/core/hwdep.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/core/hwdep.c    2011-05-22 19:36:35.000000000 -0400
-@@ -348,7 +348,7 @@ int snd_hwdep_new(struct snd_card *card,
- {
-       struct snd_hwdep *hwdep;
-       int err;
--      static struct snd_device_ops ops = {
-+      static const struct snd_device_ops ops = {
-               .dev_free = snd_hwdep_dev_free,
-               .dev_register = snd_hwdep_dev_register,
-               .dev_disconnect = snd_hwdep_dev_disconnect,
-diff -urNp linux-2.6.39/sound/core/info.c linux-2.6.39/sound/core/info.c
---- linux-2.6.39/sound/core/info.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/core/info.c     2011-05-22 19:36:35.000000000 -0400
-@@ -897,7 +897,7 @@ static int snd_info_dev_register_entry(s
- int snd_card_proc_new(struct snd_card *card, const char *name,
-                     struct snd_info_entry **entryp)
- {
--      static struct snd_device_ops ops = {
-+      static const struct snd_device_ops ops = {
-               .dev_free = snd_info_dev_free_entry,
-               .dev_register = snd_info_dev_register_entry,
-               /* disconnect is done via snd_info_card_disconnect() */
-diff -urNp linux-2.6.39/sound/core/jack.c linux-2.6.39/sound/core/jack.c
---- linux-2.6.39/sound/core/jack.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/core/jack.c     2011-05-22 19:36:35.000000000 -0400
-@@ -105,7 +105,7 @@ int snd_jack_new(struct snd_card *card, 
-       struct snd_jack *jack;
-       int err;
-       int i;
--      static struct snd_device_ops ops = {
-+      static const struct snd_device_ops ops = {
-               .dev_free = snd_jack_dev_free,
-               .dev_register = snd_jack_dev_register,
-       };
-diff -urNp linux-2.6.39/sound/core/pcm.c linux-2.6.39/sound/core/pcm.c
---- linux-2.6.39/sound/core/pcm.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/core/pcm.c      2011-05-22 19:36:35.000000000 -0400
-@@ -717,7 +717,7 @@ int snd_pcm_new(struct snd_card *card, c
- {
-       struct snd_pcm *pcm;
-       int err;
--      static struct snd_device_ops ops = {
-+      static const struct snd_device_ops ops = {
-               .dev_free = snd_pcm_dev_free,
-               .dev_register = snd_pcm_dev_register,
-               .dev_disconnect = snd_pcm_dev_disconnect,
-diff -urNp linux-2.6.39/sound/core/pcm_lib.c linux-2.6.39/sound/core/pcm_lib.c
---- linux-2.6.39/sound/core/pcm_lib.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/core/pcm_lib.c  2011-05-22 19:36:35.000000000 -0400
-@@ -505,7 +505,7 @@ int snd_pcm_update_hw_ptr(struct snd_pcm
-  *
-  * Sets the given PCM operators to the pcm instance.
-  */
--void snd_pcm_set_ops(struct snd_pcm *pcm, int direction, struct snd_pcm_ops *ops)
-+void snd_pcm_set_ops(struct snd_pcm *pcm, int direction, const struct snd_pcm_ops *ops)
- {
-       struct snd_pcm_str *stream = &pcm->streams[direction];
-       struct snd_pcm_substream *substream;
-diff -urNp linux-2.6.39/sound/core/pcm_native.c linux-2.6.39/sound/core/pcm_native.c
---- linux-2.6.39/sound/core/pcm_native.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/core/pcm_native.c       2011-05-22 19:36:35.000000000 -0400
-@@ -702,7 +702,7 @@ struct action_ops {
-  *  Note: the stream state might be changed also on failure
-  *  Note2: call with calling stream lock + link lock
-  */
--static int snd_pcm_action_group(struct action_ops *ops,
-+static int snd_pcm_action_group(const struct action_ops *ops,
-                               struct snd_pcm_substream *substream,
-                               int state, int do_lock)
- {
-@@ -751,7 +751,7 @@ static int snd_pcm_action_group(struct a
- /*
-  *  Note: call with stream lock
-  */
--static int snd_pcm_action_single(struct action_ops *ops,
-+static int snd_pcm_action_single(const struct action_ops *ops,
-                                struct snd_pcm_substream *substream,
-                                int state)
- {
-@@ -771,7 +771,7 @@ static int snd_pcm_action_single(struct 
- /*
-  *  Note: call with stream lock
-  */
--static int snd_pcm_action(struct action_ops *ops,
-+static int snd_pcm_action(const struct action_ops *ops,
-                         struct snd_pcm_substream *substream,
-                         int state)
- {
-@@ -794,7 +794,7 @@ static int snd_pcm_action(struct action_
- /*
-  *  Note: don't use any locks before
-  */
--static int snd_pcm_action_lock_irq(struct action_ops *ops,
-+static int snd_pcm_action_lock_irq(const struct action_ops *ops,
-                                  struct snd_pcm_substream *substream,
-                                  int state)
- {
-@@ -818,7 +818,7 @@ static int snd_pcm_action_lock_irq(struc
- /*
-  */
--static int snd_pcm_action_nonatomic(struct action_ops *ops,
-+static int snd_pcm_action_nonatomic(const struct action_ops *ops,
-                                   struct snd_pcm_substream *substream,
-                                   int state)
- {
-@@ -877,7 +877,7 @@ static void snd_pcm_post_start(struct sn
-                                &runtime->trigger_tstamp);
- }
--static struct action_ops snd_pcm_action_start = {
-+static const struct action_ops snd_pcm_action_start = {
-       .pre_action = snd_pcm_pre_start,
-       .do_action = snd_pcm_do_start,
-       .undo_action = snd_pcm_undo_start,
-@@ -928,7 +928,7 @@ static void snd_pcm_post_stop(struct snd
-       wake_up(&runtime->tsleep);
- }
--static struct action_ops snd_pcm_action_stop = {
-+static const struct action_ops snd_pcm_action_stop = {
-       .pre_action = snd_pcm_pre_stop,
-       .do_action = snd_pcm_do_stop,
-       .post_action = snd_pcm_post_stop
-@@ -1025,7 +1025,7 @@ static void snd_pcm_post_pause(struct sn
-       }
- }
--static struct action_ops snd_pcm_action_pause = {
-+static const struct action_ops snd_pcm_action_pause = {
-       .pre_action = snd_pcm_pre_pause,
-       .do_action = snd_pcm_do_pause,
-       .undo_action = snd_pcm_undo_pause,
-@@ -1076,7 +1076,7 @@ static void snd_pcm_post_suspend(struct 
-       wake_up(&runtime->tsleep);
- }
--static struct action_ops snd_pcm_action_suspend = {
-+static const struct action_ops snd_pcm_action_suspend = {
-       .pre_action = snd_pcm_pre_suspend,
-       .do_action = snd_pcm_do_suspend,
-       .post_action = snd_pcm_post_suspend
-@@ -1175,7 +1175,7 @@ static void snd_pcm_post_resume(struct s
-       runtime->status->state = runtime->status->suspended_state;
- }
--static struct action_ops snd_pcm_action_resume = {
-+static const struct action_ops snd_pcm_action_resume = {
-       .pre_action = snd_pcm_pre_resume,
-       .do_action = snd_pcm_do_resume,
-       .undo_action = snd_pcm_undo_resume,
-@@ -1278,7 +1278,7 @@ static void snd_pcm_post_reset(struct sn
-               snd_pcm_playback_silence(substream, ULONG_MAX);
- }
--static struct action_ops snd_pcm_action_reset = {
-+static const struct action_ops snd_pcm_action_reset = {
-       .pre_action = snd_pcm_pre_reset,
-       .do_action = snd_pcm_do_reset,
-       .post_action = snd_pcm_post_reset
-@@ -1322,7 +1322,7 @@ static void snd_pcm_post_prepare(struct 
-       runtime->status->state = SNDRV_PCM_STATE_PREPARED;
- }
--static struct action_ops snd_pcm_action_prepare = {
-+static const struct action_ops snd_pcm_action_prepare = {
-       .pre_action = snd_pcm_pre_prepare,
-       .do_action = snd_pcm_do_prepare,
-       .post_action = snd_pcm_post_prepare
-@@ -1397,7 +1397,7 @@ static void snd_pcm_post_drain_init(stru
- {
- }
--static struct action_ops snd_pcm_action_drain_init = {
-+static const struct action_ops snd_pcm_action_drain_init = {
-       .pre_action = snd_pcm_pre_drain_init,
-       .do_action = snd_pcm_do_drain_init,
-       .post_action = snd_pcm_post_drain_init
-diff -urNp linux-2.6.39/sound/core/rawmidi.c linux-2.6.39/sound/core/rawmidi.c
---- linux-2.6.39/sound/core/rawmidi.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/core/rawmidi.c  2011-05-22 19:36:35.000000000 -0400
-@@ -1449,7 +1449,7 @@ int snd_rawmidi_new(struct snd_card *car
- {
-       struct snd_rawmidi *rmidi;
-       int err;
--      static struct snd_device_ops ops = {
-+      static const struct snd_device_ops ops = {
-               .dev_free = snd_rawmidi_dev_free,
-               .dev_register = snd_rawmidi_dev_register,
-               .dev_disconnect = snd_rawmidi_dev_disconnect,
-@@ -1654,7 +1654,7 @@ static int snd_rawmidi_dev_disconnect(st
-  * Sets the rawmidi operators for the given stream direction.
-  */
- void snd_rawmidi_set_ops(struct snd_rawmidi *rmidi, int stream,
--                       struct snd_rawmidi_ops *ops)
-+                       const struct snd_rawmidi_ops *ops)
- {
-       struct snd_rawmidi_substream *substream;
-       
-diff -urNp linux-2.6.39/sound/core/seq/seq_device.c linux-2.6.39/sound/core/seq/seq_device.c
---- linux-2.6.39/sound/core/seq/seq_device.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/core/seq/seq_device.c   2011-05-22 19:36:35.000000000 -0400
-@@ -178,7 +178,7 @@ int snd_seq_device_new(struct snd_card *
-       struct snd_seq_device *dev;
-       struct ops_list *ops;
-       int err;
--      static struct snd_device_ops dops = {
-+      static const struct snd_device_ops dops = {
-               .dev_free = snd_seq_device_dev_free,
-               .dev_register = snd_seq_device_dev_register,
-               .dev_disconnect = snd_seq_device_dev_disconnect,
-@@ -307,7 +307,7 @@ static int snd_seq_device_dev_disconnect
-  * id = driver id
-  * entry = driver operators - duplicated to each instance
-  */
--int snd_seq_device_register_driver(char *id, struct snd_seq_dev_ops *entry,
-+int snd_seq_device_register_driver(char *id, const struct snd_seq_dev_ops *entry,
-                                  int argsize)
- {
-       struct ops_list *ops;
-diff -urNp linux-2.6.39/sound/core/seq/seq_midi.c linux-2.6.39/sound/core/seq/seq_midi.c
---- linux-2.6.39/sound/core/seq/seq_midi.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/core/seq/seq_midi.c     2011-05-22 19:36:35.000000000 -0400
-@@ -461,7 +461,7 @@ snd_seq_midisynth_unregister_port(struct
- static int __init alsa_seq_midi_init(void)
- {
--      static struct snd_seq_dev_ops ops = {
-+      static const struct snd_seq_dev_ops ops = {
-               snd_seq_midisynth_register_port,
-               snd_seq_midisynth_unregister_port,
-       };
-diff -urNp linux-2.6.39/sound/core/seq/seq_virmidi.c linux-2.6.39/sound/core/seq/seq_virmidi.c
---- linux-2.6.39/sound/core/seq/seq_virmidi.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/core/seq/seq_virmidi.c  2011-05-22 19:36:35.000000000 -0400
-@@ -337,13 +337,13 @@ static int snd_virmidi_unuse(void *priva
-  *  Register functions
-  */
--static struct snd_rawmidi_ops snd_virmidi_input_ops = {
-+static const struct snd_rawmidi_ops snd_virmidi_input_ops = {
-       .open = snd_virmidi_input_open,
-       .close = snd_virmidi_input_close,
-       .trigger = snd_virmidi_input_trigger,
- };
--static struct snd_rawmidi_ops snd_virmidi_output_ops = {
-+static const struct snd_rawmidi_ops snd_virmidi_output_ops = {
-       .open = snd_virmidi_output_open,
-       .close = snd_virmidi_output_close,
-       .trigger = snd_virmidi_output_trigger,
-@@ -467,7 +467,7 @@ static int snd_virmidi_dev_unregister(st
- /*
-  *
-  */
--static struct snd_rawmidi_global_ops snd_virmidi_global_ops = {
-+static const struct snd_rawmidi_global_ops snd_virmidi_global_ops = {
-       .dev_register = snd_virmidi_dev_register,
-       .dev_unregister = snd_virmidi_dev_unregister,
- };
-diff -urNp linux-2.6.39/sound/core/timer.c linux-2.6.39/sound/core/timer.c
---- linux-2.6.39/sound/core/timer.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/core/timer.c    2011-05-22 19:36:35.000000000 -0400
-@@ -756,7 +756,7 @@ int snd_timer_new(struct snd_card *card,
- {
-       struct snd_timer *timer;
-       int err;
--      static struct snd_device_ops ops = {
-+      static const struct snd_device_ops ops = {
-               .dev_free = snd_timer_dev_free,
-               .dev_register = snd_timer_dev_register,
-               .dev_disconnect = snd_timer_dev_disconnect,
-diff -urNp linux-2.6.39/sound/drivers/aloop.c linux-2.6.39/sound/drivers/aloop.c
---- linux-2.6.39/sound/drivers/aloop.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/drivers/aloop.c 2011-05-22 19:36:35.000000000 -0400
-@@ -731,7 +731,7 @@ static int loopback_close(struct snd_pcm
-       return 0;
- }
--static struct snd_pcm_ops loopback_playback_ops = {
-+static const struct snd_pcm_ops loopback_playback_ops = {
-       .open =         loopback_open,
-       .close =        loopback_close,
-       .ioctl =        snd_pcm_lib_ioctl,
-@@ -742,7 +742,7 @@ static struct snd_pcm_ops loopback_playb
-       .pointer =      loopback_pointer,
- };
--static struct snd_pcm_ops loopback_capture_ops = {
-+static const struct snd_pcm_ops loopback_capture_ops = {
-       .open =         loopback_open,
-       .close =        loopback_close,
-       .ioctl =        snd_pcm_lib_ioctl,
-diff -urNp linux-2.6.39/sound/drivers/dummy.c linux-2.6.39/sound/drivers/dummy.c
---- linux-2.6.39/sound/drivers/dummy.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/drivers/dummy.c 2011-05-22 19:36:35.000000000 -0400
-@@ -350,7 +350,7 @@ static void dummy_systimer_free(struct s
-       kfree(substream->runtime->private_data);
- }
--static struct dummy_timer_ops dummy_systimer_ops = {
-+static const struct dummy_timer_ops dummy_systimer_ops = {
-       .create =       dummy_systimer_create,
-       .free =         dummy_systimer_free,
-       .prepare =      dummy_systimer_prepare,
-@@ -474,7 +474,7 @@ static void dummy_hrtimer_free(struct sn
-       kfree(dpcm);
- }
--static struct dummy_timer_ops dummy_hrtimer_ops = {
-+static const struct dummy_timer_ops dummy_hrtimer_ops = {
-       .create =       dummy_hrtimer_create,
-       .free =         dummy_hrtimer_free,
-       .prepare =      dummy_hrtimer_prepare,
-@@ -660,7 +660,7 @@ static struct page *dummy_pcm_page(struc
-       return virt_to_page(dummy_page[substream->stream]); /* the same page */
- }
--static struct snd_pcm_ops dummy_pcm_ops = {
-+static const struct snd_pcm_ops dummy_pcm_ops = {
-       .open =         dummy_pcm_open,
-       .close =        dummy_pcm_close,
-       .ioctl =        snd_pcm_lib_ioctl,
-@@ -671,7 +671,7 @@ static struct snd_pcm_ops dummy_pcm_ops 
-       .pointer =      dummy_pcm_pointer,
- };
--static struct snd_pcm_ops dummy_pcm_ops_no_buf = {
-+static const struct snd_pcm_ops dummy_pcm_ops_no_buf = {
-       .open =         dummy_pcm_open,
-       .close =        dummy_pcm_close,
-       .ioctl =        snd_pcm_lib_ioctl,
-@@ -689,7 +689,7 @@ static int __devinit snd_card_dummy_pcm(
-                                       int substreams)
- {
-       struct snd_pcm *pcm;
--      struct snd_pcm_ops *ops;
-+      const struct snd_pcm_ops *ops;
-       int err;
-       err = snd_pcm_new(dummy->card, "Dummy PCM", device,
-diff -urNp linux-2.6.39/sound/drivers/ml403-ac97cr.c linux-2.6.39/sound/drivers/ml403-ac97cr.c
---- linux-2.6.39/sound/drivers/ml403-ac97cr.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/drivers/ml403-ac97cr.c  2011-05-22 19:36:35.000000000 -0400
-@@ -759,7 +759,7 @@ static int snd_ml403_ac97cr_capture_clos
-       return 0;
- }
--static struct snd_pcm_ops snd_ml403_ac97cr_playback_ops = {
-+static const struct snd_pcm_ops snd_ml403_ac97cr_playback_ops = {
-       .open = snd_ml403_ac97cr_playback_open,
-       .close = snd_ml403_ac97cr_playback_close,
-       .ioctl = snd_pcm_lib_ioctl,
-@@ -770,7 +770,7 @@ static struct snd_pcm_ops snd_ml403_ac97
-       .pointer = snd_ml403_ac97cr_pcm_pointer,
- };
--static struct snd_pcm_ops snd_ml403_ac97cr_capture_ops = {
-+static const struct snd_pcm_ops snd_ml403_ac97cr_capture_ops = {
-       .open = snd_ml403_ac97cr_capture_open,
-       .close = snd_ml403_ac97cr_capture_close,
-       .ioctl = snd_pcm_lib_ioctl,
-@@ -1114,7 +1114,7 @@ snd_ml403_ac97cr_create(struct snd_card 
- {
-       struct snd_ml403_ac97cr *ml403_ac97cr;
-       int err;
--      static struct snd_device_ops ops = {
-+      static const struct snd_device_ops ops = {
-               .dev_free = snd_ml403_ac97cr_dev_free,
-       };
-       struct resource *resource;
-@@ -1210,7 +1210,7 @@ snd_ml403_ac97cr_mixer(struct snd_ml403_
-       struct snd_ac97_bus *bus;
-       struct snd_ac97_template ac97;
-       int err;
--      static struct snd_ac97_bus_ops ops = {
-+      static const struct snd_ac97_bus_ops ops = {
-               .write = snd_ml403_ac97cr_codec_write,
-               .read = snd_ml403_ac97cr_codec_read,
-       };
-diff -urNp linux-2.6.39/sound/drivers/mtpav.c linux-2.6.39/sound/drivers/mtpav.c
---- linux-2.6.39/sound/drivers/mtpav.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/drivers/mtpav.c 2011-05-22 19:36:35.000000000 -0400
-@@ -601,13 +601,13 @@ static int __devinit snd_mtpav_get_ISA(s
- /*
-  */
--static struct snd_rawmidi_ops snd_mtpav_output = {
-+static const struct snd_rawmidi_ops snd_mtpav_output = {
-       .open =         snd_mtpav_output_open,
-       .close =        snd_mtpav_output_close,
-       .trigger =      snd_mtpav_output_trigger,
- };
--static struct snd_rawmidi_ops snd_mtpav_input = {
-+static const struct snd_rawmidi_ops snd_mtpav_input = {
-       .open =         snd_mtpav_input_open,
-       .close =        snd_mtpav_input_close,
-       .trigger =      snd_mtpav_input_trigger,
-diff -urNp linux-2.6.39/sound/drivers/mts64.c linux-2.6.39/sound/drivers/mts64.c
---- linux-2.6.39/sound/drivers/mts64.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/drivers/mts64.c 2011-05-22 19:36:35.000000000 -0400
-@@ -28,6 +28,7 @@
- #include <sound/initval.h>
- #include <sound/rawmidi.h>
- #include <sound/control.h>
-+#include <asm/local.h>
- #define CARD_NAME "Miditerminal 4140"
- #define DRIVER_NAME "MTS64"
-@@ -66,7 +67,7 @@ struct mts64 {
-       struct pardevice *pardev;
-       int pardev_claimed;
--      int open_count;
-+      local_t open_count;
-       int current_midi_output_port;
-       int current_midi_input_port;
-       u8 mode[MTS64_NUM_INPUT_PORTS];
-@@ -696,7 +697,7 @@ static int snd_mts64_rawmidi_open(struct
- {
-       struct mts64 *mts = substream->rmidi->private_data;
--      if (mts->open_count == 0) {
-+      if (local_read(&mts->open_count) == 0) {
-               /* We don't need a spinlock here, because this is just called 
-                  if the device has not been opened before. 
-                  So there aren't any IRQs from the device */
-@@ -704,7 +705,7 @@ static int snd_mts64_rawmidi_open(struct
-               msleep(50);
-       }
--      ++(mts->open_count);
-+      local_inc(&mts->open_count);
-       return 0;
- }
-@@ -714,8 +715,7 @@ static int snd_mts64_rawmidi_close(struc
-       struct mts64 *mts = substream->rmidi->private_data;
-       unsigned long flags;
--      --(mts->open_count);
--      if (mts->open_count == 0) {
-+      if (local_dec_return(&mts->open_count) == 0) {
-               /* We need the spinlock_irqsave here because we can still
-                  have IRQs at this point */
-               spin_lock_irqsave(&mts->lock, flags);
-@@ -724,8 +724,8 @@ static int snd_mts64_rawmidi_close(struc
-               msleep(500);
--      } else if (mts->open_count < 0)
--              mts->open_count = 0;
-+      } else if (local_read(&mts->open_count) < 0)
-+              local_set(&mts->open_count, 0);
-       return 0;
- }
-@@ -760,13 +760,13 @@ static void snd_mts64_rawmidi_input_trig
-       spin_unlock_irqrestore(&mts->lock, flags);
- }
--static struct snd_rawmidi_ops snd_mts64_rawmidi_output_ops = {
-+static const struct snd_rawmidi_ops snd_mts64_rawmidi_output_ops = {
-       .open    = snd_mts64_rawmidi_open,
-       .close   = snd_mts64_rawmidi_close,
-       .trigger = snd_mts64_rawmidi_output_trigger
- };
--static struct snd_rawmidi_ops snd_mts64_rawmidi_input_ops = {
-+static const struct snd_rawmidi_ops snd_mts64_rawmidi_input_ops = {
-       .open    = snd_mts64_rawmidi_open,
-       .close   = snd_mts64_rawmidi_close,
-       .trigger = snd_mts64_rawmidi_input_trigger
-diff -urNp linux-2.6.39/sound/drivers/pcsp/pcsp.c linux-2.6.39/sound/drivers/pcsp/pcsp.c
---- linux-2.6.39/sound/drivers/pcsp/pcsp.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/drivers/pcsp/pcsp.c     2011-05-22 19:36:35.000000000 -0400
-@@ -41,7 +41,7 @@ struct snd_pcsp pcsp_chip;
- static int __devinit snd_pcsp_create(struct snd_card *card)
- {
--      static struct snd_device_ops ops = { };
-+      static const struct snd_device_ops ops = { };
-       struct timespec tp;
-       int err;
-       int div, min_div, order;
-diff -urNp linux-2.6.39/sound/drivers/pcsp/pcsp_lib.c linux-2.6.39/sound/drivers/pcsp/pcsp_lib.c
---- linux-2.6.39/sound/drivers/pcsp/pcsp_lib.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/drivers/pcsp/pcsp_lib.c 2011-05-22 19:36:35.000000000 -0400
-@@ -323,7 +323,7 @@ static int snd_pcsp_playback_open(struct
-       return 0;
- }
--static struct snd_pcm_ops snd_pcsp_playback_ops = {
-+static const struct snd_pcm_ops snd_pcsp_playback_ops = {
-       .open = snd_pcsp_playback_open,
-       .close = snd_pcsp_playback_close,
-       .ioctl = snd_pcm_lib_ioctl,
-diff -urNp linux-2.6.39/sound/drivers/portman2x4.c linux-2.6.39/sound/drivers/portman2x4.c
---- linux-2.6.39/sound/drivers/portman2x4.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/drivers/portman2x4.c    2011-05-22 19:36:35.000000000 -0400
-@@ -47,6 +47,7 @@
- #include <sound/initval.h>
- #include <sound/rawmidi.h>
- #include <sound/control.h>
-+#include <asm/local.h>
- #define CARD_NAME "Portman 2x4"
- #define DRIVER_NAME "portman"
-@@ -84,7 +85,7 @@ struct portman {
-       struct pardevice *pardev;
-       int pardev_claimed;
--      int open_count;
-+      local_t open_count;
-       int mode[PORTMAN_NUM_INPUT_PORTS];
-       struct snd_rawmidi_substream *midi_input[PORTMAN_NUM_INPUT_PORTS];
- };
-@@ -547,13 +548,13 @@ static void snd_portman_midi_output_trig
-       spin_unlock_irqrestore(&pm->reg_lock, flags);
- }
--static struct snd_rawmidi_ops snd_portman_midi_output = {
-+static const struct snd_rawmidi_ops snd_portman_midi_output = {
-       .open =         snd_portman_midi_open,
-       .close =        snd_portman_midi_close,
-       .trigger =      snd_portman_midi_output_trigger,
- };
--static struct snd_rawmidi_ops snd_portman_midi_input = {
-+static const struct snd_rawmidi_ops snd_portman_midi_input = {
-       .open =         snd_portman_midi_open,
-       .close =        snd_portman_midi_close,
-       .trigger =      snd_portman_midi_input_trigger,
-diff -urNp linux-2.6.39/sound/drivers/serial-u16550.c linux-2.6.39/sound/drivers/serial-u16550.c
---- linux-2.6.39/sound/drivers/serial-u16550.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/drivers/serial-u16550.c 2011-05-22 19:36:35.000000000 -0400
-@@ -754,15 +754,13 @@ static void snd_uart16550_output_trigger
-               snd_uart16550_output_write(substream);
- }
--static struct snd_rawmidi_ops snd_uart16550_output =
--{
-+static const struct snd_rawmidi_ops snd_uart16550_output = {
-       .open =         snd_uart16550_output_open,
-       .close =        snd_uart16550_output_close,
-       .trigger =      snd_uart16550_output_trigger,
- };
--static struct snd_rawmidi_ops snd_uart16550_input =
--{
-+static const struct snd_rawmidi_ops snd_uart16550_input = {
-       .open =         snd_uart16550_input_open,
-       .close =        snd_uart16550_input_close,
-       .trigger =      snd_uart16550_input_trigger,
-@@ -792,7 +790,7 @@ static int __devinit snd_uart16550_creat
-                                      int droponfull,
-                                      struct snd_uart16550 **ruart)
- {
--      static struct snd_device_ops ops = {
-+      static const struct snd_device_ops ops = {
-               .dev_free =     snd_uart16550_dev_free,
-       };
-       struct snd_uart16550 *uart;
-diff -urNp linux-2.6.39/sound/drivers/vx/vx_pcm.c linux-2.6.39/sound/drivers/vx/vx_pcm.c
---- linux-2.6.39/sound/drivers/vx/vx_pcm.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/drivers/vx/vx_pcm.c     2011-05-22 19:36:35.000000000 -0400
-@@ -895,7 +895,7 @@ static int vx_pcm_prepare(struct snd_pcm
- /*
-  * operators for PCM playback
-  */
--static struct snd_pcm_ops vx_pcm_playback_ops = {
-+static const struct snd_pcm_ops vx_pcm_playback_ops = {
-       .open =         vx_pcm_playback_open,
-       .close =        vx_pcm_playback_close,
-       .ioctl =        snd_pcm_lib_ioctl,
-@@ -1116,7 +1116,7 @@ static snd_pcm_uframes_t vx_pcm_capture_
- /*
-  * operators for PCM capture
-  */
--static struct snd_pcm_ops vx_pcm_capture_ops = {
-+static const struct snd_pcm_ops vx_pcm_capture_ops = {
-       .open =         vx_pcm_capture_open,
-       .close =        vx_pcm_capture_close,
-       .ioctl =        snd_pcm_lib_ioctl,
-diff -urNp linux-2.6.39/sound/firewire/amdtp.c linux-2.6.39/sound/firewire/amdtp.c
---- linux-2.6.39/sound/firewire/amdtp.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/firewire/amdtp.c        2011-05-22 19:36:35.000000000 -0400
-@@ -371,7 +371,7 @@ static void queue_out_packet(struct amdt
-               ptr = s->pcm_buffer_pointer + data_blocks;
-               if (ptr >= pcm->runtime->buffer_size)
-                       ptr -= pcm->runtime->buffer_size;
--              ACCESS_ONCE(s->pcm_buffer_pointer) = ptr;
-+              ACCESS_ONCE_RW(s->pcm_buffer_pointer) = ptr;
-               s->pcm_period_pointer += data_blocks;
-               if (s->pcm_period_pointer >= pcm->runtime->period_size) {
-@@ -510,7 +510,7 @@ EXPORT_SYMBOL(amdtp_out_stream_start);
-  */
- void amdtp_out_stream_update(struct amdtp_out_stream *s)
- {
--      ACCESS_ONCE(s->source_node_id_field) =
-+      ACCESS_ONCE_RW(s->source_node_id_field) =
-               (fw_parent_device(s->unit)->card->node_id & 0x3f) << 24;
- }
- EXPORT_SYMBOL(amdtp_out_stream_update);
-diff -urNp linux-2.6.39/sound/firewire/amdtp.h linux-2.6.39/sound/firewire/amdtp.h
---- linux-2.6.39/sound/firewire/amdtp.h        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/firewire/amdtp.h        2011-05-22 19:36:35.000000000 -0400
-@@ -146,7 +146,7 @@ static inline void amdtp_out_stream_pcm_
- static inline void amdtp_out_stream_pcm_trigger(struct amdtp_out_stream *s,
-                                               struct snd_pcm_substream *pcm)
- {
--      ACCESS_ONCE(s->pcm) = pcm;
-+      ACCESS_ONCE_RW(s->pcm) = pcm;
- }
- /**
-diff -urNp linux-2.6.39/sound/i2c/i2c.c linux-2.6.39/sound/i2c/i2c.c
---- linux-2.6.39/sound/i2c/i2c.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/i2c/i2c.c       2011-05-22 19:36:35.000000000 -0400
-@@ -80,7 +80,7 @@ int snd_i2c_bus_create(struct snd_card *
- {
-       struct snd_i2c_bus *bus;
-       int err;
--      static struct snd_device_ops ops = {
-+      static const struct snd_device_ops ops = {
-               .dev_free =     snd_i2c_bus_dev_free,
-       };
-diff -urNp linux-2.6.39/sound/i2c/other/ak4113.c linux-2.6.39/sound/i2c/other/ak4113.c
---- linux-2.6.39/sound/i2c/other/ak4113.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/i2c/other/ak4113.c      2011-05-22 19:36:35.000000000 -0400
-@@ -75,7 +75,7 @@ int snd_ak4113_create(struct snd_card *c
-       struct ak4113 *chip;
-       int err = 0;
-       unsigned char reg;
--      static struct snd_device_ops ops = {
-+      static const struct snd_device_ops ops = {
-               .dev_free =     snd_ak4113_dev_free,
-       };
-diff -urNp linux-2.6.39/sound/i2c/other/ak4114.c linux-2.6.39/sound/i2c/other/ak4114.c
---- linux-2.6.39/sound/i2c/other/ak4114.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/i2c/other/ak4114.c      2011-05-22 19:36:35.000000000 -0400
-@@ -86,7 +86,7 @@ int snd_ak4114_create(struct snd_card *c
-       struct ak4114 *chip;
-       int err = 0;
-       unsigned char reg;
--      static struct snd_device_ops ops = {
-+      static const struct snd_device_ops ops = {
-               .dev_free =     snd_ak4114_dev_free,
-       };
-diff -urNp linux-2.6.39/sound/i2c/other/ak4117.c linux-2.6.39/sound/i2c/other/ak4117.c
---- linux-2.6.39/sound/i2c/other/ak4117.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/i2c/other/ak4117.c      2011-05-22 19:36:35.000000000 -0400
-@@ -78,7 +78,7 @@ int snd_ak4117_create(struct snd_card *c
-       struct ak4117 *chip;
-       int err = 0;
-       unsigned char reg;
--      static struct snd_device_ops ops = {
-+      static const struct snd_device_ops ops = {
-               .dev_free =     snd_ak4117_dev_free,
-       };
-diff -urNp linux-2.6.39/sound/isa/ad1816a/ad1816a_lib.c linux-2.6.39/sound/isa/ad1816a/ad1816a_lib.c
---- linux-2.6.39/sound/isa/ad1816a/ad1816a_lib.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/isa/ad1816a/ad1816a_lib.c       2011-05-22 19:36:35.000000000 -0400
-@@ -575,7 +575,7 @@ int __devinit snd_ad1816a_create(struct 
-                                unsigned long port, int irq, int dma1, int dma2,
-                                struct snd_ad1816a **rchip)
- {
--        static struct snd_device_ops ops = {
-+        static const struct snd_device_ops ops = {
-               .dev_free =     snd_ad1816a_dev_free,
-       };
-       int error;
-diff -urNp linux-2.6.39/sound/isa/es1688/es1688_lib.c linux-2.6.39/sound/isa/es1688/es1688_lib.c
---- linux-2.6.39/sound/isa/es1688/es1688_lib.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/isa/es1688/es1688_lib.c 2011-05-22 19:36:35.000000000 -0400
-@@ -646,7 +646,7 @@ int snd_es1688_create(struct snd_card *c
-                     int dma8,
-                     unsigned short hardware)
- {
--      static struct snd_device_ops ops = {
-+      static const struct snd_device_ops ops = {
-               .dev_free =     snd_es1688_dev_free,
-       };
-                                 
-diff -urNp linux-2.6.39/sound/isa/es18xx.c linux-2.6.39/sound/isa/es18xx.c
---- linux-2.6.39/sound/isa/es18xx.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/isa/es18xx.c    2011-05-22 19:36:35.000000000 -0400
-@@ -1658,7 +1658,7 @@ static int __devinit snd_es18xx_probe(st
-       return snd_es18xx_initialize(chip, mpu_port, fm_port);
- }
--static struct snd_pcm_ops snd_es18xx_playback_ops = {
-+static const struct snd_pcm_ops snd_es18xx_playback_ops = {
-       .open =         snd_es18xx_playback_open,
-       .close =        snd_es18xx_playback_close,
-       .ioctl =        snd_pcm_lib_ioctl,
-@@ -1669,7 +1669,7 @@ static struct snd_pcm_ops snd_es18xx_pla
-       .pointer =      snd_es18xx_playback_pointer,
- };
--static struct snd_pcm_ops snd_es18xx_capture_ops = {
-+static const struct snd_pcm_ops snd_es18xx_capture_ops = {
-       .open =         snd_es18xx_capture_open,
-       .close =        snd_es18xx_capture_close,
-       .ioctl =        snd_pcm_lib_ioctl,
-@@ -1784,7 +1784,7 @@ static int __devinit snd_es18xx_new_devi
-                                          int irq, int dma1, int dma2)
- {
-       struct snd_es18xx *chip = card->private_data;
--      static struct snd_device_ops ops = {
-+      static const struct snd_device_ops ops = {
-               .dev_free =     snd_es18xx_dev_free,
-         };
-       int err;
-diff -urNp linux-2.6.39/sound/isa/gus/gus_main.c linux-2.6.39/sound/isa/gus/gus_main.c
---- linux-2.6.39/sound/isa/gus/gus_main.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/isa/gus/gus_main.c      2011-05-22 19:36:35.000000000 -0400
-@@ -139,7 +139,7 @@ int snd_gus_create(struct snd_card *card
- {
-       struct snd_gus_card *gus;
-       int err;
--      static struct snd_device_ops ops = {
-+      static const struct snd_device_ops ops = {
-               .dev_free =     snd_gus_dev_free,
-       };
-diff -urNp linux-2.6.39/sound/isa/msnd/msnd.c linux-2.6.39/sound/isa/msnd/msnd.c
---- linux-2.6.39/sound/isa/msnd/msnd.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/isa/msnd/msnd.c 2011-05-22 19:36:35.000000000 -0400
-@@ -570,7 +570,7 @@ snd_msnd_playback_pointer(struct snd_pcm
- }
--static struct snd_pcm_ops snd_msnd_playback_ops = {
-+static const struct snd_pcm_ops snd_msnd_playback_ops = {
-       .open =         snd_msnd_playback_open,
-       .close =        snd_msnd_playback_close,
-       .ioctl =        snd_pcm_lib_ioctl,
-@@ -667,7 +667,7 @@ static int snd_msnd_capture_hw_params(st
- }
--static struct snd_pcm_ops snd_msnd_capture_ops = {
-+static const struct snd_pcm_ops snd_msnd_capture_ops = {
-       .open =         snd_msnd_capture_open,
-       .close =        snd_msnd_capture_close,
-       .ioctl =        snd_pcm_lib_ioctl,
-diff -urNp linux-2.6.39/sound/isa/msnd/msnd_midi.c linux-2.6.39/sound/isa/msnd/msnd_midi.c
---- linux-2.6.39/sound/isa/msnd/msnd_midi.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/isa/msnd/msnd_midi.c    2011-05-22 19:36:35.000000000 -0400
-@@ -141,7 +141,7 @@ void snd_msndmidi_input_read(void *mpuv)
- }
- EXPORT_SYMBOL(snd_msndmidi_input_read);
--static struct snd_rawmidi_ops snd_msndmidi_input = {
-+static const struct snd_rawmidi_ops snd_msndmidi_input = {
-       .open =         snd_msndmidi_input_open,
-       .close =        snd_msndmidi_input_close,
-       .trigger =      snd_msndmidi_input_trigger,
-diff -urNp linux-2.6.39/sound/isa/msnd/msnd_pinnacle.c linux-2.6.39/sound/isa/msnd/msnd_pinnacle.c
---- linux-2.6.39/sound/isa/msnd/msnd_pinnacle.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/isa/msnd/msnd_pinnacle.c        2011-05-22 19:36:35.000000000 -0400
-@@ -539,7 +539,7 @@ static int __devinit snd_msnd_attach(str
- {
-       struct snd_msnd *chip = card->private_data;
-       int err;
--      static struct snd_device_ops ops = {
-+      static const struct snd_device_ops ops = {
-               .dev_free =      snd_msnd_dev_free,
-               };
-diff -urNp linux-2.6.39/sound/isa/sb/emu8000.c linux-2.6.39/sound/isa/sb/emu8000.c
---- linux-2.6.39/sound/isa/sb/emu8000.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/isa/sb/emu8000.c        2011-05-22 19:36:35.000000000 -0400
-@@ -1079,7 +1079,7 @@ snd_emu8000_new(struct snd_card *card, i
-       struct snd_seq_device *awe;
-       struct snd_emu8000 *hw;
-       int err;
--      static struct snd_device_ops ops = {
-+      static const struct snd_device_ops ops = {
-               .dev_free = snd_emu8000_dev_free,
-       };
-diff -urNp linux-2.6.39/sound/isa/sb/emu8000_pcm.c linux-2.6.39/sound/isa/sb/emu8000_pcm.c
---- linux-2.6.39/sound/isa/sb/emu8000_pcm.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/isa/sb/emu8000_pcm.c    2011-05-22 19:36:35.000000000 -0400
-@@ -667,7 +667,7 @@ static snd_pcm_uframes_t emu8k_pcm_point
- }
--static struct snd_pcm_ops emu8k_pcm_ops = {
-+static const struct snd_pcm_ops emu8k_pcm_ops = {
-       .open =         emu8k_pcm_open,
-       .close =        emu8k_pcm_close,
-       .ioctl =        snd_pcm_lib_ioctl,
-diff -urNp linux-2.6.39/sound/isa/sb/sb_common.c linux-2.6.39/sound/isa/sb/sb_common.c
---- linux-2.6.39/sound/isa/sb/sb_common.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/isa/sb/sb_common.c      2011-05-22 19:36:35.000000000 -0400
-@@ -218,7 +218,7 @@ int snd_sbdsp_create(struct snd_card *ca
- {
-       struct snd_sb *chip;
-       int err;
--      static struct snd_device_ops ops = {
-+      static const struct snd_device_ops ops = {
-               .dev_free =     snd_sbdsp_dev_free,
-       };
-diff -urNp linux-2.6.39/sound/isa/wavefront/wavefront_midi.c linux-2.6.39/sound/isa/wavefront/wavefront_midi.c
---- linux-2.6.39/sound/isa/wavefront/wavefront_midi.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/isa/wavefront/wavefront_midi.c  2011-05-22 19:36:35.000000000 -0400
-@@ -561,14 +561,14 @@ snd_wavefront_midi_start (snd_wavefront_
-       return 0;
- }
--struct snd_rawmidi_ops snd_wavefront_midi_output =
-+const struct snd_rawmidi_ops snd_wavefront_midi_output =
- {
-       .open =         snd_wavefront_midi_output_open,
-       .close =        snd_wavefront_midi_output_close,
-       .trigger =      snd_wavefront_midi_output_trigger,
- };
--struct snd_rawmidi_ops snd_wavefront_midi_input =
-+const struct snd_rawmidi_ops snd_wavefront_midi_input =
- {
-       .open =         snd_wavefront_midi_input_open,
-       .close =        snd_wavefront_midi_input_close,
-diff -urNp linux-2.6.39/sound/isa/wss/wss_lib.c linux-2.6.39/sound/isa/wss/wss_lib.c
---- linux-2.6.39/sound/isa/wss/wss_lib.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/isa/wss/wss_lib.c       2011-05-22 19:36:35.000000000 -0400
-@@ -1801,7 +1801,7 @@ int snd_wss_create(struct snd_card *card
-                     unsigned short hwshare,
-                     struct snd_wss **rchip)
- {
--      static struct snd_device_ops ops = {
-+      static const struct snd_device_ops ops = {
-               .dev_free =     snd_wss_dev_free,
-       };
-       struct snd_wss *chip;
-diff -urNp linux-2.6.39/sound/mips/au1x00.c linux-2.6.39/sound/mips/au1x00.c
---- linux-2.6.39/sound/mips/au1x00.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/mips/au1x00.c   2011-05-22 19:36:35.000000000 -0400
-@@ -416,7 +416,7 @@ snd_au1000_pointer(struct snd_pcm_substr
-       return bytes_to_frames(runtime,location);
- }
--static struct snd_pcm_ops snd_card_au1000_playback_ops = {
-+static const struct snd_pcm_ops snd_card_au1000_playback_ops = {
-       .open                   = snd_au1000_playback_open,
-       .close                  = snd_au1000_playback_close,
-       .ioctl                  = snd_pcm_lib_ioctl,
-@@ -427,7 +427,7 @@ static struct snd_pcm_ops snd_card_au100
-       .pointer                = snd_au1000_pointer,
- };
--static struct snd_pcm_ops snd_card_au1000_capture_ops = {
-+static const struct snd_pcm_ops snd_card_au1000_capture_ops = {
-       .open                   = snd_au1000_capture_open,
-       .close                  = snd_au1000_capture_close,
-       .ioctl                  = snd_pcm_lib_ioctl,
-@@ -557,7 +557,7 @@ snd_au1000_ac97_new(struct snd_au1000 *a
-       int err;
-       struct snd_ac97_bus *pbus;
-       struct snd_ac97_template ac97;
--      static struct snd_ac97_bus_ops ops = {
-+      static const struct snd_ac97_bus_ops ops = {
-               .write = snd_au1000_ac97_write,
-               .read = snd_au1000_ac97_read,
-       };
-diff -urNp linux-2.6.39/sound/mips/hal2.c linux-2.6.39/sound/mips/hal2.c
---- linux-2.6.39/sound/mips/hal2.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/mips/hal2.c     2011-05-22 19:36:35.000000000 -0400
-@@ -708,7 +708,7 @@ static int hal2_capture_ack(struct snd_p
-       return 0;
- }
--static struct snd_pcm_ops hal2_playback_ops = {
-+static const struct snd_pcm_ops hal2_playback_ops = {
-       .open =        hal2_playback_open,
-       .close =       hal2_playback_close,
-       .ioctl =       snd_pcm_lib_ioctl,
-@@ -720,7 +720,7 @@ static struct snd_pcm_ops hal2_playback_
-       .ack =         hal2_playback_ack,
- };
--static struct snd_pcm_ops hal2_capture_ops = {
-+static const struct snd_pcm_ops hal2_capture_ops = {
-       .open =        hal2_capture_open,
-       .close =       hal2_capture_close,
-       .ioctl =       snd_pcm_lib_ioctl,
-@@ -766,7 +766,7 @@ static int hal2_dev_free(struct snd_devi
-       return 0;
- }
--static struct snd_device_ops hal2_ops = {
-+static const struct snd_device_ops hal2_ops = {
-       .dev_free = hal2_dev_free,
- };
-diff -urNp linux-2.6.39/sound/mips/sgio2audio.c linux-2.6.39/sound/mips/sgio2audio.c
---- linux-2.6.39/sound/mips/sgio2audio.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/mips/sgio2audio.c       2011-05-22 19:36:35.000000000 -0400
-@@ -681,7 +681,7 @@ snd_sgio2audio_pcm_pointer(struct snd_pc
- }
- /* operators */
--static struct snd_pcm_ops snd_sgio2audio_playback1_ops = {
-+static const struct snd_pcm_ops snd_sgio2audio_playback1_ops = {
-       .open =        snd_sgio2audio_playback1_open,
-       .close =       snd_sgio2audio_pcm_close,
-       .ioctl =       snd_pcm_lib_ioctl,
-@@ -694,7 +694,7 @@ static struct snd_pcm_ops snd_sgio2audio
-       .mmap =        snd_pcm_lib_mmap_vmalloc,
- };
--static struct snd_pcm_ops snd_sgio2audio_playback2_ops = {
-+static const struct snd_pcm_ops snd_sgio2audio_playback2_ops = {
-       .open =        snd_sgio2audio_playback2_open,
-       .close =       snd_sgio2audio_pcm_close,
-       .ioctl =       snd_pcm_lib_ioctl,
-@@ -707,7 +707,7 @@ static struct snd_pcm_ops snd_sgio2audio
-       .mmap =        snd_pcm_lib_mmap_vmalloc,
- };
--static struct snd_pcm_ops snd_sgio2audio_capture_ops = {
-+static const struct snd_pcm_ops snd_sgio2audio_capture_ops = {
-       .open =        snd_sgio2audio_capture_open,
-       .close =       snd_sgio2audio_pcm_close,
-       .ioctl =       snd_pcm_lib_ioctl,
-@@ -829,7 +829,7 @@ static int snd_sgio2audio_dev_free(struc
-       return snd_sgio2audio_free(chip);
- }
--static struct snd_device_ops ops = {
-+static const struct snd_device_ops ops = {
-       .dev_free = snd_sgio2audio_dev_free,
- };
-diff -urNp linux-2.6.39/sound/oss/ac97_codec.c linux-2.6.39/sound/oss/ac97_codec.c
---- linux-2.6.39/sound/oss/ac97_codec.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/oss/ac97_codec.c        2011-05-22 19:36:35.000000000 -0400
-@@ -99,23 +99,23 @@ static int generic_digital_control(struc
-  *    operations yet
-  */
-  
--static struct ac97_ops null_ops = { NULL, NULL, NULL };
--static struct ac97_ops default_ops = { NULL, eapd_control, NULL };
--static struct ac97_ops default_digital_ops = { NULL, eapd_control, generic_digital_control};
--static struct ac97_ops wolfson_ops03 = { wolfson_init03, NULL, NULL };
--static struct ac97_ops wolfson_ops04 = { wolfson_init04, NULL, NULL };
--static struct ac97_ops wolfson_ops05 = { wolfson_init05, NULL, NULL };
--static struct ac97_ops wolfson_ops11 = { wolfson_init11, NULL, NULL };
--static struct ac97_ops wolfson_ops13 = { wolfson_init13, NULL, NULL };
--static struct ac97_ops tritech_ops = { tritech_init, NULL, NULL };
--static struct ac97_ops tritech_m_ops = { tritech_maestro_init, NULL, NULL };
--static struct ac97_ops sigmatel_9708_ops = { sigmatel_9708_init, NULL, NULL };
--static struct ac97_ops sigmatel_9721_ops = { sigmatel_9721_init, NULL, NULL };
--static struct ac97_ops sigmatel_9744_ops = { sigmatel_9744_init, NULL, NULL };
--static struct ac97_ops crystal_digital_ops = { NULL, eapd_control, crystal_digital_control };
--static struct ac97_ops ad1886_ops = { ad1886_init, eapd_control, NULL };
--static struct ac97_ops cmedia_ops = { NULL, eapd_control, NULL};
--static struct ac97_ops cmedia_digital_ops = { cmedia_init, eapd_control, cmedia_digital_control};
-+static const struct ac97_ops null_ops = { NULL, NULL, NULL };
-+static const struct ac97_ops default_ops = { NULL, eapd_control, NULL };
-+static const struct ac97_ops default_digital_ops = { NULL, eapd_control, generic_digital_control};
-+static const struct ac97_ops wolfson_ops03 = { wolfson_init03, NULL, NULL };
-+static const struct ac97_ops wolfson_ops04 = { wolfson_init04, NULL, NULL };
-+static const struct ac97_ops wolfson_ops05 = { wolfson_init05, NULL, NULL };
-+static const struct ac97_ops wolfson_ops11 = { wolfson_init11, NULL, NULL };
-+static const struct ac97_ops wolfson_ops13 = { wolfson_init13, NULL, NULL };
-+static const struct ac97_ops tritech_ops = { tritech_init, NULL, NULL };
-+static const struct ac97_ops tritech_m_ops = { tritech_maestro_init, NULL, NULL };
-+static const struct ac97_ops sigmatel_9708_ops = { sigmatel_9708_init, NULL, NULL };
-+static const struct ac97_ops sigmatel_9721_ops = { sigmatel_9721_init, NULL, NULL };
-+static const struct ac97_ops sigmatel_9744_ops = { sigmatel_9744_init, NULL, NULL };
-+static const struct ac97_ops crystal_digital_ops = { NULL, eapd_control, crystal_digital_control };
-+static const struct ac97_ops ad1886_ops = { ad1886_init, eapd_control, NULL };
-+static const struct ac97_ops cmedia_ops = { NULL, eapd_control, NULL};
-+static const struct ac97_ops cmedia_digital_ops = { cmedia_init, eapd_control, cmedia_digital_control};
- /* sorted by vendor/device id */
- static const struct {
-diff -urNp linux-2.6.39/sound/oss/sb_audio.c linux-2.6.39/sound/oss/sb_audio.c
---- linux-2.6.39/sound/oss/sb_audio.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/oss/sb_audio.c  2011-05-22 19:36:35.000000000 -0400
-@@ -901,7 +901,7 @@ sb16_copy_from_user(int dev,
-               buf16 = (signed short *)(localbuf + localoffs);
-               while (c)
-               {
--                      locallen = (c >= LBUFCOPYSIZE ? LBUFCOPYSIZE : c);
-+                      locallen = ((unsigned)c >= LBUFCOPYSIZE ? LBUFCOPYSIZE : c);
-                       if (copy_from_user(lbuf8,
-                                          userbuf+useroffs + p,
-                                          locallen))
-diff -urNp linux-2.6.39/sound/oss/swarm_cs4297a.c linux-2.6.39/sound/oss/swarm_cs4297a.c
---- linux-2.6.39/sound/oss/swarm_cs4297a.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/oss/swarm_cs4297a.c     2011-05-22 19:36:35.000000000 -0400
-@@ -2606,7 +2606,6 @@ static int __init cs4297a_init(void)
- {
-       struct cs4297a_state *s;
-       u32 pwr, id;
--      mm_segment_t fs;
-       int rval;
- #ifndef CONFIG_BCM_CS4297A_CSWARM
-       u64 cfg;
-@@ -2696,22 +2695,23 @@ static int __init cs4297a_init(void)
-         if (!rval) {
-               char *sb1250_duart_present;
-+#if 0
-+                mm_segment_t fs;
-                 fs = get_fs();
-                 set_fs(KERNEL_DS);
--#if 0
-                 val = SOUND_MASK_LINE;
-                 mixer_ioctl(s, SOUND_MIXER_WRITE_RECSRC, (unsigned long) &val);
-                 for (i = 0; i < ARRAY_SIZE(initvol); i++) {
-                         val = initvol[i].vol;
-                         mixer_ioctl(s, initvol[i].mixch, (unsigned long) &val);
-                 }
-+                set_fs(fs);
- //                cs4297a_write_ac97(s, 0x18, 0x0808);
- #else
-                 //                cs4297a_write_ac97(s, 0x5e, 0x180);
-                 cs4297a_write_ac97(s, 0x02, 0x0808);
-                 cs4297a_write_ac97(s, 0x18, 0x0808);
- #endif
--                set_fs(fs);
-                 list_add(&s->list, &cs4297a_devs);
-diff -urNp linux-2.6.39/sound/parisc/harmony.c linux-2.6.39/sound/parisc/harmony.c
---- linux-2.6.39/sound/parisc/harmony.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/parisc/harmony.c        2011-05-22 19:36:35.000000000 -0400
-@@ -596,7 +596,7 @@ snd_harmony_hw_free(struct snd_pcm_subst
-       return snd_pcm_lib_free_pages(ss);
- }
--static struct snd_pcm_ops snd_harmony_playback_ops = {
-+static const struct snd_pcm_ops snd_harmony_playback_ops = {
-       .open = snd_harmony_playback_open,
-       .close = snd_harmony_playback_close,
-       .ioctl = snd_pcm_lib_ioctl,
-@@ -607,7 +607,7 @@ static struct snd_pcm_ops snd_harmony_pl
-       .pointer = snd_harmony_playback_pointer,
- };
--static struct snd_pcm_ops snd_harmony_capture_ops = {
-+static const struct snd_pcm_ops snd_harmony_capture_ops = {
-         .open = snd_harmony_capture_open,
-         .close = snd_harmony_capture_close,
-         .ioctl = snd_pcm_lib_ioctl,
-@@ -922,7 +922,7 @@ snd_harmony_create(struct snd_card *card
- {
-       int err;
-       struct snd_harmony *h;
--      static struct snd_device_ops ops = {
-+      static const struct snd_device_ops ops = {
-               .dev_free = snd_harmony_dev_free,
-       };
-diff -urNp linux-2.6.39/sound/pci/ac97/ac97_codec.c linux-2.6.39/sound/pci/ac97/ac97_codec.c
---- linux-2.6.39/sound/pci/ac97/ac97_codec.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/pci/ac97/ac97_codec.c   2011-05-22 19:36:35.000000000 -0400
-@@ -1910,12 +1910,12 @@ static int ac97_reset_wait(struct snd_ac
-  *
-  * Returns zero if successful, or a negative error code on failure.
-  */
--int snd_ac97_bus(struct snd_card *card, int num, struct snd_ac97_bus_ops *ops,
-+int snd_ac97_bus(struct snd_card *card, int num, const struct snd_ac97_bus_ops *ops,
-                void *private_data, struct snd_ac97_bus **rbus)
- {
-       int err;
-       struct snd_ac97_bus *bus;
--      static struct snd_device_ops dev_ops = {
-+      static const struct snd_device_ops dev_ops = {
-               .dev_free =     snd_ac97_bus_dev_free,
-       };
-@@ -2015,7 +2015,7 @@ int snd_ac97_mixer(struct snd_ac97_bus *
-       unsigned long end_time;
-       unsigned int reg;
-       const struct ac97_codec_id *pid;
--      static struct snd_device_ops ops = {
-+      static const struct snd_device_ops ops = {
-               .dev_free =     snd_ac97_dev_free,
-               .dev_register = snd_ac97_dev_register,
-               .dev_disconnect =       snd_ac97_dev_disconnect,
-diff -urNp linux-2.6.39/sound/pci/ad1889.c linux-2.6.39/sound/pci/ad1889.c
---- linux-2.6.39/sound/pci/ad1889.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/pci/ad1889.c    2011-05-22 19:36:35.000000000 -0400
-@@ -574,7 +574,7 @@ snd_ad1889_capture_pointer(struct snd_pc
-       return bytes_to_frames(ss->runtime, ptr);
- }
--static struct snd_pcm_ops snd_ad1889_playback_ops = {
-+static const struct snd_pcm_ops snd_ad1889_playback_ops = {
-       .open = snd_ad1889_playback_open,
-       .close = snd_ad1889_playback_close,
-       .ioctl = snd_pcm_lib_ioctl,
-@@ -585,7 +585,7 @@ static struct snd_pcm_ops snd_ad1889_pla
-       .pointer = snd_ad1889_playback_pointer, 
- };
--static struct snd_pcm_ops snd_ad1889_capture_ops = {
-+static const struct snd_pcm_ops snd_ad1889_capture_ops = {
-       .open = snd_ad1889_capture_open,
-       .close = snd_ad1889_capture_close,
-       .ioctl = snd_pcm_lib_ioctl,
-@@ -809,7 +809,7 @@ snd_ad1889_ac97_init(struct snd_ad1889 *
- {
-       int err;
-       struct snd_ac97_template ac97;
--      static struct snd_ac97_bus_ops ops = {
-+      static const struct snd_ac97_bus_ops ops = {
-               .write = snd_ad1889_ac97_write,
-               .read = snd_ad1889_ac97_read,
-       };
-@@ -899,7 +899,7 @@ snd_ad1889_create(struct snd_card *card,
-       int err;
-       struct snd_ad1889 *chip;
--      static struct snd_device_ops ops = {
-+      static const struct snd_device_ops ops = {
-               .dev_free = snd_ad1889_dev_free,
-       };
-diff -urNp linux-2.6.39/sound/pci/ak4531_codec.c linux-2.6.39/sound/pci/ak4531_codec.c
---- linux-2.6.39/sound/pci/ak4531_codec.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/pci/ak4531_codec.c      2011-05-22 19:36:35.000000000 -0400
-@@ -389,7 +389,7 @@ int __devinit snd_ak4531_mixer(struct sn
-       unsigned int idx;
-       int err;
-       struct snd_ak4531 *ak4531;
--      static struct snd_device_ops ops = {
-+      static const struct snd_device_ops ops = {
-               .dev_free =     snd_ak4531_dev_free,
-       };
-diff -urNp linux-2.6.39/sound/pci/ali5451/ali5451.c linux-2.6.39/sound/pci/ali5451/ali5451.c
---- linux-2.6.39/sound/pci/ali5451/ali5451.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/pci/ali5451/ali5451.c   2011-05-22 19:36:35.000000000 -0400
-@@ -1847,7 +1847,7 @@ static int __devinit snd_ali_mixer(struc
-       struct snd_ac97_template ac97;
-       unsigned int idx;
-       int i, err;
--      static struct snd_ac97_bus_ops ops = {
-+      static const struct snd_ac97_bus_ops ops = {
-               .write = snd_ali_codec_write,
-               .read = snd_ali_codec_read,
-       };
-@@ -2114,7 +2114,7 @@ static int __devinit snd_ali_create(stru
-       struct snd_ali *codec;
-       int i, err;
-       unsigned short cmdw;
--      static struct snd_device_ops ops = {
-+      static const struct snd_device_ops ops = {
-               .dev_free = snd_ali_dev_free,
-         };
-diff -urNp linux-2.6.39/sound/pci/als300.c linux-2.6.39/sound/pci/als300.c
---- linux-2.6.39/sound/pci/als300.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/pci/als300.c    2011-05-22 19:36:35.000000000 -0400
-@@ -319,7 +319,7 @@ static int snd_als300_ac97(struct snd_al
-       struct snd_ac97_bus *bus;
-       struct snd_ac97_template ac97;
-       int err;
--      static struct snd_ac97_bus_ops ops = {
-+      static const struct snd_ac97_bus_ops ops = {
-               .write = snd_als300_ac97_write,
-               .read = snd_als300_ac97_read,
-       };
-@@ -589,7 +589,7 @@ static snd_pcm_uframes_t snd_als300_poin
-       return bytes_to_frames(substream->runtime, current_ptr);
- }
--static struct snd_pcm_ops snd_als300_playback_ops = {
-+static const struct snd_pcm_ops snd_als300_playback_ops = {
-       .open =         snd_als300_playback_open,
-       .close =        snd_als300_playback_close,
-       .ioctl =        snd_pcm_lib_ioctl,
-@@ -600,7 +600,7 @@ static struct snd_pcm_ops snd_als300_pla
-       .pointer =      snd_als300_pointer,
- };
--static struct snd_pcm_ops snd_als300_capture_ops = {
-+static const struct snd_pcm_ops snd_als300_capture_ops = {
-       .open =         snd_als300_capture_open,
-       .close =        snd_als300_capture_close,
-       .ioctl =        snd_pcm_lib_ioctl,
-@@ -680,7 +680,7 @@ static int __devinit snd_als300_create(s
-       void *irq_handler;
-       int err;
--      static struct snd_device_ops ops = {
-+      static const struct snd_device_ops ops = {
-               .dev_free = snd_als300_dev_free,
-       };
-       *rchip = NULL;
-diff -urNp linux-2.6.39/sound/pci/als4000.c linux-2.6.39/sound/pci/als4000.c
---- linux-2.6.39/sound/pci/als4000.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/pci/als4000.c   2011-05-22 19:36:35.000000000 -0400
-@@ -672,7 +672,7 @@ static int snd_als4000_capture_close(str
- /******************************************************************/
--static struct snd_pcm_ops snd_als4000_playback_ops = {
-+static const struct snd_pcm_ops snd_als4000_playback_ops = {
-       .open =         snd_als4000_playback_open,
-       .close =        snd_als4000_playback_close,
-       .ioctl =        snd_pcm_lib_ioctl,
-@@ -683,7 +683,7 @@ static struct snd_pcm_ops snd_als4000_pl
-       .pointer =      snd_als4000_playback_pointer
- };
--static struct snd_pcm_ops snd_als4000_capture_ops = {
-+static const struct snd_pcm_ops snd_als4000_capture_ops = {
-       .open =         snd_als4000_capture_open,
-       .close =        snd_als4000_capture_close,
-       .ioctl =        snd_pcm_lib_ioctl,
-diff -urNp linux-2.6.39/sound/pci/asihpi/asihpi.c linux-2.6.39/sound/pci/asihpi/asihpi.c
---- linux-2.6.39/sound/pci/asihpi/asihpi.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/pci/asihpi/asihpi.c     2011-05-22 19:36:35.000000000 -0400
-@@ -1067,7 +1067,7 @@ static int snd_card_asihpi_playback_sile
-       return 0;
- }
--static struct snd_pcm_ops snd_card_asihpi_playback_ops = {
-+static const struct snd_pcm_ops snd_card_asihpi_playback_ops = {
-       .open = snd_card_asihpi_playback_open,
-       .close = snd_card_asihpi_playback_close,
-       .ioctl = snd_card_asihpi_playback_ioctl,
-@@ -1080,7 +1080,7 @@ static struct snd_pcm_ops snd_card_asihp
-       .silence = snd_card_asihpi_playback_silence,
- };
--static struct snd_pcm_ops snd_card_asihpi_playback_mmap_ops = {
-+static const struct snd_pcm_ops snd_card_asihpi_playback_mmap_ops = {
-       .open = snd_card_asihpi_playback_open,
-       .close = snd_card_asihpi_playback_close,
-       .ioctl = snd_card_asihpi_playback_ioctl,
-@@ -1268,7 +1268,7 @@ static int snd_card_asihpi_capture_copy(
-       return 0;
- }
--static struct snd_pcm_ops snd_card_asihpi_capture_mmap_ops = {
-+static const struct snd_pcm_ops snd_card_asihpi_capture_mmap_ops = {
-       .open = snd_card_asihpi_capture_open,
-       .close = snd_card_asihpi_capture_close,
-       .ioctl = snd_card_asihpi_capture_ioctl,
-@@ -1279,7 +1279,7 @@ static struct snd_pcm_ops snd_card_asihp
-       .pointer = snd_card_asihpi_capture_pointer,
- };
--static struct snd_pcm_ops snd_card_asihpi_capture_ops = {
-+static const struct snd_pcm_ops snd_card_asihpi_capture_ops = {
-       .open = snd_card_asihpi_capture_open,
-       .close = snd_card_asihpi_capture_close,
-       .ioctl = snd_card_asihpi_capture_ioctl,
-diff -urNp linux-2.6.39/sound/pci/atiixp.c linux-2.6.39/sound/pci/atiixp.c
---- linux-2.6.39/sound/pci/atiixp.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/pci/atiixp.c    2011-05-22 19:36:35.000000000 -0400
-@@ -1148,7 +1148,7 @@ static int snd_atiixp_spdif_close(struct
- }
- /* AC97 playback */
--static struct snd_pcm_ops snd_atiixp_playback_ops = {
-+static const struct snd_pcm_ops snd_atiixp_playback_ops = {
-       .open =         snd_atiixp_playback_open,
-       .close =        snd_atiixp_playback_close,
-       .ioctl =        snd_pcm_lib_ioctl,
-@@ -1160,7 +1160,7 @@ static struct snd_pcm_ops snd_atiixp_pla
- };
- /* AC97 capture */
--static struct snd_pcm_ops snd_atiixp_capture_ops = {
-+static const struct snd_pcm_ops snd_atiixp_capture_ops = {
-       .open =         snd_atiixp_capture_open,
-       .close =        snd_atiixp_capture_close,
-       .ioctl =        snd_pcm_lib_ioctl,
-@@ -1172,7 +1172,7 @@ static struct snd_pcm_ops snd_atiixp_cap
- };
- /* SPDIF playback */
--static struct snd_pcm_ops snd_atiixp_spdif_ops = {
-+static const struct snd_pcm_ops snd_atiixp_spdif_ops = {
-       .open =         snd_atiixp_spdif_open,
-       .close =        snd_atiixp_spdif_close,
-       .ioctl =        snd_pcm_lib_ioctl,
-@@ -1410,7 +1410,7 @@ static int __devinit snd_atiixp_mixer_ne
-       struct snd_ac97_template ac97;
-       int i, err;
-       int codec_count;
--      static struct snd_ac97_bus_ops ops = {
-+      static const struct snd_ac97_bus_ops ops = {
-               .write = snd_atiixp_ac97_write,
-               .read = snd_atiixp_ac97_read,
-       };
-@@ -1590,7 +1590,7 @@ static int __devinit snd_atiixp_create(s
-                                     struct pci_dev *pci,
-                                     struct atiixp **r_chip)
- {
--      static struct snd_device_ops ops = {
-+      static const struct snd_device_ops ops = {
-               .dev_free =     snd_atiixp_dev_free,
-       };
-       struct atiixp *chip;
-diff -urNp linux-2.6.39/sound/pci/atiixp_modem.c linux-2.6.39/sound/pci/atiixp_modem.c
---- linux-2.6.39/sound/pci/atiixp_modem.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/pci/atiixp_modem.c      2011-05-22 19:36:35.000000000 -0400
-@@ -947,7 +947,7 @@ static int snd_atiixp_capture_close(stru
- /* AC97 playback */
--static struct snd_pcm_ops snd_atiixp_playback_ops = {
-+static const struct snd_pcm_ops snd_atiixp_playback_ops = {
-       .open =         snd_atiixp_playback_open,
-       .close =        snd_atiixp_playback_close,
-       .ioctl =        snd_pcm_lib_ioctl,
-@@ -959,7 +959,7 @@ static struct snd_pcm_ops snd_atiixp_pla
- };
- /* AC97 capture */
--static struct snd_pcm_ops snd_atiixp_capture_ops = {
-+static const struct snd_pcm_ops snd_atiixp_capture_ops = {
-       .open =         snd_atiixp_capture_open,
-       .close =        snd_atiixp_capture_close,
-       .ioctl =        snd_pcm_lib_ioctl,
-@@ -1067,7 +1067,7 @@ static int __devinit snd_atiixp_mixer_ne
-       struct snd_ac97_template ac97;
-       int i, err;
-       int codec_count;
--      static struct snd_ac97_bus_ops ops = {
-+      static const struct snd_ac97_bus_ops ops = {
-               .write = snd_atiixp_ac97_write,
-               .read = snd_atiixp_ac97_read,
-       };
-@@ -1226,7 +1226,7 @@ static int __devinit snd_atiixp_create(s
-                                      struct pci_dev *pci,
-                                      struct atiixp_modem **r_chip)
- {
--      static struct snd_device_ops ops = {
-+      static const struct snd_device_ops ops = {
-               .dev_free =     snd_atiixp_dev_free,
-       };
-       struct atiixp_modem *chip;
-diff -urNp linux-2.6.39/sound/pci/au88x0/au88x0_pcm.c linux-2.6.39/sound/pci/au88x0/au88x0_pcm.c
---- linux-2.6.39/sound/pci/au88x0/au88x0_pcm.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/pci/au88x0/au88x0_pcm.c 2011-05-22 19:36:35.000000000 -0400
-@@ -409,7 +409,7 @@ static snd_pcm_uframes_t snd_vortex_pcm_
- }
- /* operators */
--static struct snd_pcm_ops snd_vortex_playback_ops = {
-+static const struct snd_pcm_ops snd_vortex_playback_ops = {
-       .open = snd_vortex_pcm_open,
-       .close = snd_vortex_pcm_close,
-       .ioctl = snd_pcm_lib_ioctl,
-diff -urNp linux-2.6.39/sound/pci/aw2/aw2-alsa.c linux-2.6.39/sound/pci/aw2/aw2-alsa.c
---- linux-2.6.39/sound/pci/aw2/aw2-alsa.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/pci/aw2/aw2-alsa.c      2011-05-22 19:36:35.000000000 -0400
-@@ -178,7 +178,7 @@ static struct pci_driver driver = {
- };
- /* operators for playback PCM alsa interface */
--static struct snd_pcm_ops snd_aw2_playback_ops = {
-+static const struct snd_pcm_ops snd_aw2_playback_ops = {
-       .open = snd_aw2_pcm_playback_open,
-       .close = snd_aw2_pcm_playback_close,
-       .ioctl = snd_pcm_lib_ioctl,
-@@ -190,7 +190,7 @@ static struct snd_pcm_ops snd_aw2_playba
- };
- /* operators for capture PCM alsa interface */
--static struct snd_pcm_ops snd_aw2_capture_ops = {
-+static const struct snd_pcm_ops snd_aw2_capture_ops = {
-       .open = snd_aw2_pcm_capture_open,
-       .close = snd_aw2_pcm_capture_close,
-       .ioctl = snd_pcm_lib_ioctl,
-@@ -263,7 +263,7 @@ static int __devinit snd_aw2_create(stru
- {
-       struct aw2 *chip;
-       int err;
--      static struct snd_device_ops ops = {
-+      static const struct snd_device_ops ops = {
-               .dev_free = snd_aw2_dev_free,
-       };
-diff -urNp linux-2.6.39/sound/pci/azt3328.c linux-2.6.39/sound/pci/azt3328.c
---- linux-2.6.39/sound/pci/azt3328.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/pci/azt3328.c   2011-05-22 19:36:35.000000000 -0400
-@@ -822,7 +822,7 @@ snd_azf3328_mixer_new(struct snd_azf3328
- {
-       struct snd_ac97_bus *bus;
-       struct snd_ac97_template ac97;
--      static struct snd_ac97_bus_ops ops = {
-+      static const struct snd_ac97_bus_ops ops = {
-               .write = snd_azf3328_mixer_ac97_write,
-               .read = snd_azf3328_mixer_ac97_read,
-       };
-@@ -2179,7 +2179,7 @@ snd_azf3328_pcm_close(struct snd_pcm_sub
- /******************************************************************/
--static struct snd_pcm_ops snd_azf3328_playback_ops = {
-+static const struct snd_pcm_ops snd_azf3328_playback_ops = {
-       .open =         snd_azf3328_pcm_playback_open,
-       .close =        snd_azf3328_pcm_close,
-       .ioctl =        snd_pcm_lib_ioctl,
-@@ -2190,7 +2190,7 @@ static struct snd_pcm_ops snd_azf3328_pl
-       .pointer =      snd_azf3328_pcm_pointer
- };
--static struct snd_pcm_ops snd_azf3328_capture_ops = {
-+static const struct snd_pcm_ops snd_azf3328_capture_ops = {
-       .open =         snd_azf3328_pcm_capture_open,
-       .close =        snd_azf3328_pcm_close,
-       .ioctl =        snd_pcm_lib_ioctl,
-@@ -2201,7 +2201,7 @@ static struct snd_pcm_ops snd_azf3328_ca
-       .pointer =      snd_azf3328_pcm_pointer
- };
--static struct snd_pcm_ops snd_azf3328_i2s_out_ops = {
-+static const struct snd_pcm_ops snd_azf3328_i2s_out_ops = {
-       .open =         snd_azf3328_pcm_i2s_out_open,
-       .close =        snd_azf3328_pcm_close,
-       .ioctl =        snd_pcm_lib_ioctl,
-@@ -2497,7 +2497,7 @@ snd_azf3328_create(struct snd_card *card
- {
-       struct snd_azf3328 *chip;
-       int err;
--      static struct snd_device_ops ops = {
-+      static const struct snd_device_ops ops = {
-               .dev_free =     snd_azf3328_dev_free,
-       };
-       u8 dma_init;
-diff -urNp linux-2.6.39/sound/pci/bt87x.c linux-2.6.39/sound/pci/bt87x.c
---- linux-2.6.39/sound/pci/bt87x.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/pci/bt87x.c     2011-05-22 19:36:35.000000000 -0400
-@@ -542,7 +542,7 @@ static snd_pcm_uframes_t snd_bt87x_point
-       return (snd_pcm_uframes_t)bytes_to_frames(runtime, chip->current_line * chip->line_bytes);
- }
--static struct snd_pcm_ops snd_bt87x_pcm_ops = {
-+static const struct snd_pcm_ops snd_bt87x_pcm_ops = {
-       .open = snd_bt87x_pcm_open,
-       .close = snd_bt87x_close,
-       .ioctl = snd_pcm_lib_ioctl,
-@@ -720,7 +720,7 @@ static int __devinit snd_bt87x_create(st
- {
-       struct snd_bt87x *chip;
-       int err;
--      static struct snd_device_ops ops = {
-+      static const struct snd_device_ops ops = {
-               .dev_free = snd_bt87x_dev_free
-       };
-diff -urNp linux-2.6.39/sound/pci/ca0106/ca0106_main.c linux-2.6.39/sound/pci/ca0106/ca0106_main.c
---- linux-2.6.39/sound/pci/ca0106/ca0106_main.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/pci/ca0106/ca0106_main.c        2011-05-22 19:36:35.000000000 -0400
-@@ -1103,7 +1103,7 @@ snd_ca0106_pcm_pointer_capture(struct sn
- }
- /* operators */
--static struct snd_pcm_ops snd_ca0106_playback_front_ops = {
-+static const struct snd_pcm_ops snd_ca0106_playback_front_ops = {
-       .open =        snd_ca0106_pcm_open_playback_front,
-       .close =       snd_ca0106_pcm_close_playback,
-       .ioctl =       snd_pcm_lib_ioctl,
-@@ -1114,7 +1114,7 @@ static struct snd_pcm_ops snd_ca0106_pla
-       .pointer =     snd_ca0106_pcm_pointer_playback,
- };
--static struct snd_pcm_ops snd_ca0106_capture_0_ops = {
-+static const struct snd_pcm_ops snd_ca0106_capture_0_ops = {
-       .open =        snd_ca0106_pcm_open_0_capture,
-       .close =       snd_ca0106_pcm_close_capture,
-       .ioctl =       snd_pcm_lib_ioctl,
-@@ -1125,7 +1125,7 @@ static struct snd_pcm_ops snd_ca0106_cap
-       .pointer =     snd_ca0106_pcm_pointer_capture,
- };
--static struct snd_pcm_ops snd_ca0106_capture_1_ops = {
-+static const struct snd_pcm_ops snd_ca0106_capture_1_ops = {
-       .open =        snd_ca0106_pcm_open_1_capture,
-       .close =       snd_ca0106_pcm_close_capture,
-       .ioctl =       snd_pcm_lib_ioctl,
-@@ -1136,7 +1136,7 @@ static struct snd_pcm_ops snd_ca0106_cap
-       .pointer =     snd_ca0106_pcm_pointer_capture,
- };
--static struct snd_pcm_ops snd_ca0106_capture_2_ops = {
-+static const struct snd_pcm_ops snd_ca0106_capture_2_ops = {
-       .open =        snd_ca0106_pcm_open_2_capture,
-       .close =       snd_ca0106_pcm_close_capture,
-       .ioctl =       snd_pcm_lib_ioctl,
-@@ -1147,7 +1147,7 @@ static struct snd_pcm_ops snd_ca0106_cap
-       .pointer =     snd_ca0106_pcm_pointer_capture,
- };
--static struct snd_pcm_ops snd_ca0106_capture_3_ops = {
-+static const struct snd_pcm_ops snd_ca0106_capture_3_ops = {
-       .open =        snd_ca0106_pcm_open_3_capture,
-       .close =       snd_ca0106_pcm_close_capture,
-       .ioctl =       snd_pcm_lib_ioctl,
-@@ -1158,7 +1158,7 @@ static struct snd_pcm_ops snd_ca0106_cap
-       .pointer =     snd_ca0106_pcm_pointer_capture,
- };
--static struct snd_pcm_ops snd_ca0106_playback_center_lfe_ops = {
-+static const struct snd_pcm_ops snd_ca0106_playback_center_lfe_ops = {
-         .open =         snd_ca0106_pcm_open_playback_center_lfe,
-         .close =        snd_ca0106_pcm_close_playback,
-         .ioctl =        snd_pcm_lib_ioctl,
-@@ -1169,7 +1169,7 @@ static struct snd_pcm_ops snd_ca0106_pla
-         .pointer =      snd_ca0106_pcm_pointer_playback, 
- };
--static struct snd_pcm_ops snd_ca0106_playback_unknown_ops = {
-+static const struct snd_pcm_ops snd_ca0106_playback_unknown_ops = {
-         .open =         snd_ca0106_pcm_open_playback_unknown,
-         .close =        snd_ca0106_pcm_close_playback,
-         .ioctl =        snd_pcm_lib_ioctl,
-@@ -1180,7 +1180,7 @@ static struct snd_pcm_ops snd_ca0106_pla
-         .pointer =      snd_ca0106_pcm_pointer_playback, 
- };
--static struct snd_pcm_ops snd_ca0106_playback_rear_ops = {
-+static const struct snd_pcm_ops snd_ca0106_playback_rear_ops = {
-         .open =         snd_ca0106_pcm_open_playback_rear,
-         .close =        snd_ca0106_pcm_close_playback,
-         .ioctl =        snd_pcm_lib_ioctl,
-@@ -1223,7 +1223,7 @@ static int snd_ca0106_ac97(struct snd_ca
-       struct snd_ac97_bus *pbus;
-       struct snd_ac97_template ac97;
-       int err;
--      static struct snd_ac97_bus_ops ops = {
-+      static const struct snd_ac97_bus_ops ops = {
-               .write = snd_ca0106_ac97_write,
-               .read = snd_ca0106_ac97_read,
-       };
-@@ -1629,7 +1629,7 @@ static int __devinit snd_ca0106_create(i
-       struct snd_ca0106 *chip;
-       struct snd_ca0106_details *c;
-       int err;
--      static struct snd_device_ops ops = {
-+      static const struct snd_device_ops ops = {
-               .dev_free = snd_ca0106_dev_free,
-       };
-diff -urNp linux-2.6.39/sound/pci/ca0106/ca_midi.c linux-2.6.39/sound/pci/ca0106/ca_midi.c
---- linux-2.6.39/sound/pci/ca0106/ca_midi.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/pci/ca0106/ca_midi.c    2011-05-22 19:36:35.000000000 -0400
-@@ -255,15 +255,13 @@ static void ca_midi_output_trigger(struc
-       }
- }
--static struct snd_rawmidi_ops ca_midi_output =
--{
-+static const struct snd_rawmidi_ops ca_midi_output = {
-       .open =         ca_midi_output_open,
-       .close =        ca_midi_output_close,
-       .trigger =      ca_midi_output_trigger,
- };
--static struct snd_rawmidi_ops ca_midi_input =
--{
-+static const struct snd_rawmidi_ops ca_midi_input = {
-       .open =         ca_midi_input_open,
-       .close =        ca_midi_input_close,
-       .trigger =      ca_midi_input_trigger,
-diff -urNp linux-2.6.39/sound/pci/cmipci.c linux-2.6.39/sound/pci/cmipci.c
---- linux-2.6.39/sound/pci/cmipci.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/pci/cmipci.c    2011-05-22 19:36:35.000000000 -0400
-@@ -1838,7 +1838,7 @@ static int snd_cmipci_capture_spdif_clos
- /*
-  */
--static struct snd_pcm_ops snd_cmipci_playback_ops = {
-+static const struct snd_pcm_ops snd_cmipci_playback_ops = {
-       .open =         snd_cmipci_playback_open,
-       .close =        snd_cmipci_playback_close,
-       .ioctl =        snd_pcm_lib_ioctl,
-@@ -1849,7 +1849,7 @@ static struct snd_pcm_ops snd_cmipci_pla
-       .pointer =      snd_cmipci_playback_pointer,
- };
--static struct snd_pcm_ops snd_cmipci_capture_ops = {
-+static const struct snd_pcm_ops snd_cmipci_capture_ops = {
-       .open =         snd_cmipci_capture_open,
-       .close =        snd_cmipci_capture_close,
-       .ioctl =        snd_pcm_lib_ioctl,
-@@ -1860,7 +1860,7 @@ static struct snd_pcm_ops snd_cmipci_cap
-       .pointer =      snd_cmipci_capture_pointer,
- };
--static struct snd_pcm_ops snd_cmipci_playback2_ops = {
-+static const struct snd_pcm_ops snd_cmipci_playback2_ops = {
-       .open =         snd_cmipci_playback2_open,
-       .close =        snd_cmipci_playback2_close,
-       .ioctl =        snd_pcm_lib_ioctl,
-@@ -1871,7 +1871,7 @@ static struct snd_pcm_ops snd_cmipci_pla
-       .pointer =      snd_cmipci_capture_pointer,     /* channel B */
- };
--static struct snd_pcm_ops snd_cmipci_playback_spdif_ops = {
-+static const struct snd_pcm_ops snd_cmipci_playback_spdif_ops = {
-       .open =         snd_cmipci_playback_spdif_open,
-       .close =        snd_cmipci_playback_spdif_close,
-       .ioctl =        snd_pcm_lib_ioctl,
-@@ -1882,7 +1882,7 @@ static struct snd_pcm_ops snd_cmipci_pla
-       .pointer =      snd_cmipci_playback_pointer,
- };
--static struct snd_pcm_ops snd_cmipci_capture_spdif_ops = {
-+static const struct snd_pcm_ops snd_cmipci_capture_spdif_ops = {
-       .open =         snd_cmipci_capture_spdif_open,
-       .close =        snd_cmipci_capture_spdif_close,
-       .ioctl =        snd_pcm_lib_ioctl,
-@@ -3011,7 +3011,7 @@ static int __devinit snd_cmipci_create(s
- {
-       struct cmipci *cm;
-       int err;
--      static struct snd_device_ops ops = {
-+      static const struct snd_device_ops ops = {
-               .dev_free =     snd_cmipci_dev_free,
-       };
-       unsigned int val;
-diff -urNp linux-2.6.39/sound/pci/cs4281.c linux-2.6.39/sound/pci/cs4281.c
---- linux-2.6.39/sound/pci/cs4281.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/pci/cs4281.c    2011-05-22 19:36:35.000000000 -0400
-@@ -947,7 +947,7 @@ static int snd_cs4281_capture_close(stru
-       return 0;
- }
--static struct snd_pcm_ops snd_cs4281_playback_ops = {
-+static const struct snd_pcm_ops snd_cs4281_playback_ops = {
-       .open =         snd_cs4281_playback_open,
-       .close =        snd_cs4281_playback_close,
-       .ioctl =        snd_pcm_lib_ioctl,
-@@ -958,7 +958,7 @@ static struct snd_pcm_ops snd_cs4281_pla
-       .pointer =      snd_cs4281_pointer,
- };
--static struct snd_pcm_ops snd_cs4281_capture_ops = {
-+static const struct snd_pcm_ops snd_cs4281_capture_ops = {
-       .open =         snd_cs4281_capture_open,
-       .close =        snd_cs4281_capture_close,
-       .ioctl =        snd_pcm_lib_ioctl,
-@@ -1098,7 +1098,7 @@ static int __devinit snd_cs4281_mixer(st
-       struct snd_card *card = chip->card;
-       struct snd_ac97_template ac97;
-       int err;
--      static struct snd_ac97_bus_ops ops = {
-+      static const struct snd_ac97_bus_ops ops = {
-               .write = snd_cs4281_ac97_write,
-               .read = snd_cs4281_ac97_read,
-       };
-@@ -1343,7 +1343,7 @@ static int __devinit snd_cs4281_create(s
-       struct cs4281 *chip;
-       unsigned int tmp;
-       int err;
--      static struct snd_device_ops ops = {
-+      static const struct snd_device_ops ops = {
-               .dev_free =     snd_cs4281_dev_free,
-       };
-@@ -1765,15 +1765,13 @@ static void snd_cs4281_midi_output_trigg
-       spin_unlock_irqrestore(&chip->reg_lock, flags);
- }
--static struct snd_rawmidi_ops snd_cs4281_midi_output =
--{
-+static const struct snd_rawmidi_ops snd_cs4281_midi_output = {
-       .open =         snd_cs4281_midi_output_open,
-       .close =        snd_cs4281_midi_output_close,
-       .trigger =      snd_cs4281_midi_output_trigger,
- };
--static struct snd_rawmidi_ops snd_cs4281_midi_input =
--{
-+static const struct snd_rawmidi_ops snd_cs4281_midi_input = {
-       .open =         snd_cs4281_midi_input_open,
-       .close =        snd_cs4281_midi_input_close,
-       .trigger =      snd_cs4281_midi_input_trigger,
-diff -urNp linux-2.6.39/sound/pci/cs46xx/cs46xx_lib.c linux-2.6.39/sound/pci/cs46xx/cs46xx_lib.c
---- linux-2.6.39/sound/pci/cs46xx/cs46xx_lib.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/pci/cs46xx/cs46xx_lib.c 2011-05-22 19:36:35.000000000 -0400
-@@ -3722,7 +3722,7 @@ int __devinit snd_cs46xx_create(struct s
-       struct snd_cs46xx_region *region;
-       struct cs_card_type *cp;
-       u16 ss_card, ss_vendor;
--      static struct snd_device_ops ops = {
-+      static const struct snd_device_ops ops = {
-               .dev_free =     snd_cs46xx_dev_free,
-       };
-       
-diff -urNp linux-2.6.39/sound/pci/cs5530.c linux-2.6.39/sound/pci/cs5530.c
---- linux-2.6.39/sound/pci/cs5530.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/pci/cs5530.c    2011-05-22 19:36:35.000000000 -0400
-@@ -107,7 +107,7 @@ static int __devinit snd_cs5530_create(s
-       void __iomem *mem;
-       int err;
--      static struct snd_device_ops ops = {
-+      static const struct snd_device_ops ops = {
-               .dev_free = snd_cs5530_dev_free,
-       };
-       *rchip = NULL;
-diff -urNp linux-2.6.39/sound/pci/cs5535audio/cs5535audio.c linux-2.6.39/sound/pci/cs5535audio/cs5535audio.c
---- linux-2.6.39/sound/pci/cs5535audio/cs5535audio.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/pci/cs5535audio/cs5535audio.c   2011-05-22 19:36:35.000000000 -0400
-@@ -150,7 +150,7 @@ static int __devinit snd_cs5535audio_mix
-       struct snd_ac97_bus *pbus;
-       struct snd_ac97_template ac97;
-       int err;
--      static struct snd_ac97_bus_ops ops = {
-+      static const struct snd_ac97_bus_ops ops = {
-               .write = snd_cs5535audio_ac97_codec_write,
-               .read = snd_cs5535audio_ac97_codec_read,
-       };
-@@ -277,7 +277,7 @@ static int __devinit snd_cs5535audio_cre
-       struct cs5535audio *cs5535au;
-       int err;
--      static struct snd_device_ops ops = {
-+      static const struct snd_device_ops ops = {
-               .dev_free =     snd_cs5535audio_dev_free,
-       };
-diff -urNp linux-2.6.39/sound/pci/cs5535audio/cs5535audio_pcm.c linux-2.6.39/sound/pci/cs5535audio/cs5535audio_pcm.c
---- linux-2.6.39/sound/pci/cs5535audio/cs5535audio_pcm.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/pci/cs5535audio/cs5535audio_pcm.c       2011-05-22 19:36:35.000000000 -0400
-@@ -380,7 +380,7 @@ static int snd_cs5535audio_capture_prepa
-                                substream->runtime->rate);
- }
--static struct snd_pcm_ops snd_cs5535audio_playback_ops = {
-+static const struct snd_pcm_ops snd_cs5535audio_playback_ops = {
-       .open =         snd_cs5535audio_playback_open,
-       .close =        snd_cs5535audio_playback_close,
-       .ioctl =        snd_pcm_lib_ioctl,
-@@ -391,7 +391,7 @@ static struct snd_pcm_ops snd_cs5535audi
-       .pointer =      snd_cs5535audio_pcm_pointer,
- };
--static struct snd_pcm_ops snd_cs5535audio_capture_ops = {
-+static const struct snd_pcm_ops snd_cs5535audio_capture_ops = {
-       .open =         snd_cs5535audio_capture_open,
-       .close =        snd_cs5535audio_capture_close,
-       .ioctl =        snd_pcm_lib_ioctl,
-diff -urNp linux-2.6.39/sound/pci/ctxfi/ctpcm.c linux-2.6.39/sound/pci/ctxfi/ctpcm.c
---- linux-2.6.39/sound/pci/ctxfi/ctpcm.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/pci/ctxfi/ctpcm.c       2011-05-22 19:36:35.000000000 -0400
-@@ -370,7 +370,7 @@ ct_pcm_capture_pointer(struct snd_pcm_su
- }
- /* PCM operators for playback */
--static struct snd_pcm_ops ct_pcm_playback_ops = {
-+static const struct snd_pcm_ops ct_pcm_playback_ops = {
-       .open           = ct_pcm_playback_open,
-       .close          = ct_pcm_playback_close,
-       .ioctl          = snd_pcm_lib_ioctl,
-@@ -383,7 +383,7 @@ static struct snd_pcm_ops ct_pcm_playbac
- };
- /* PCM operators for capture */
--static struct snd_pcm_ops ct_pcm_capture_ops = {
-+static const struct snd_pcm_ops ct_pcm_capture_ops = {
-       .open           = ct_pcm_capture_open,
-       .close          = ct_pcm_capture_close,
-       .ioctl          = snd_pcm_lib_ioctl,
-diff -urNp linux-2.6.39/sound/pci/echoaudio/echoaudio.c linux-2.6.39/sound/pci/echoaudio/echoaudio.c
---- linux-2.6.39/sound/pci/echoaudio/echoaudio.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/pci/echoaudio/echoaudio.c       2011-05-22 19:36:35.000000000 -0400
-@@ -831,7 +831,7 @@ static snd_pcm_uframes_t pcm_pointer(str
- /* pcm *_ops structures */
--static struct snd_pcm_ops analog_playback_ops = {
-+static const struct snd_pcm_ops analog_playback_ops = {
-       .open = pcm_analog_out_open,
-       .close = pcm_close,
-       .ioctl = snd_pcm_lib_ioctl,
-@@ -842,7 +842,7 @@ static struct snd_pcm_ops analog_playbac
-       .pointer = pcm_pointer,
-       .page = snd_pcm_sgbuf_ops_page,
- };
--static struct snd_pcm_ops analog_capture_ops = {
-+static const struct snd_pcm_ops analog_capture_ops = {
-       .open = pcm_analog_in_open,
-       .close = pcm_close,
-       .ioctl = snd_pcm_lib_ioctl,
-@@ -855,7 +855,7 @@ static struct snd_pcm_ops analog_capture
- };
- #ifdef ECHOCARD_HAS_DIGITAL_IO
- #ifndef ECHOCARD_HAS_VMIXER
--static struct snd_pcm_ops digital_playback_ops = {
-+static const struct snd_pcm_ops digital_playback_ops = {
-       .open = pcm_digital_out_open,
-       .close = pcm_close,
-       .ioctl = snd_pcm_lib_ioctl,
-@@ -867,7 +867,7 @@ static struct snd_pcm_ops digital_playba
-       .page = snd_pcm_sgbuf_ops_page,
- };
- #endif /* !ECHOCARD_HAS_VMIXER */
--static struct snd_pcm_ops digital_capture_ops = {
-+static const struct snd_pcm_ops digital_capture_ops = {
-       .open = pcm_digital_in_open,
-       .close = pcm_close,
-       .ioctl = snd_pcm_lib_ioctl,
-@@ -1945,7 +1945,7 @@ static __devinit int snd_echo_create(str
-       struct echoaudio *chip;
-       int err;
-       size_t sz;
--      static struct snd_device_ops ops = {
-+      static const struct snd_device_ops ops = {
-               .dev_free = snd_echo_dev_free,
-       };
-diff -urNp linux-2.6.39/sound/pci/echoaudio/midi.c linux-2.6.39/sound/pci/echoaudio/midi.c
---- linux-2.6.39/sound/pci/echoaudio/midi.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/pci/echoaudio/midi.c    2011-05-22 19:36:35.000000000 -0400
-@@ -292,13 +292,13 @@ static int snd_echo_midi_output_close(st
--static struct snd_rawmidi_ops snd_echo_midi_input = {
-+static const struct snd_rawmidi_ops snd_echo_midi_input = {
-       .open = snd_echo_midi_input_open,
-       .close = snd_echo_midi_input_close,
-       .trigger = snd_echo_midi_input_trigger,
- };
--static struct snd_rawmidi_ops snd_echo_midi_output = {
-+static const struct snd_rawmidi_ops snd_echo_midi_output = {
-       .open = snd_echo_midi_output_open,
-       .close = snd_echo_midi_output_close,
-       .trigger = snd_echo_midi_output_trigger,
-diff -urNp linux-2.6.39/sound/pci/emu10k1/emu10k1_main.c linux-2.6.39/sound/pci/emu10k1/emu10k1_main.c
---- linux-2.6.39/sound/pci/emu10k1/emu10k1_main.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/pci/emu10k1/emu10k1_main.c      2011-05-22 19:36:35.000000000 -0400
-@@ -1722,7 +1722,7 @@ int __devinit snd_emu10k1_create(struct 
-       int is_audigy;
-       unsigned int silent_page;
-       const struct snd_emu_chip_details *c;
--      static struct snd_device_ops ops = {
-+      static const struct snd_device_ops ops = {
-               .dev_free =     snd_emu10k1_dev_free,
-       };
-diff -urNp linux-2.6.39/sound/pci/emu10k1/emu10k1x.c linux-2.6.39/sound/pci/emu10k1/emu10k1x.c
---- linux-2.6.39/sound/pci/emu10k1/emu10k1x.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/pci/emu10k1/emu10k1x.c  2011-05-22 19:36:35.000000000 -0400
-@@ -543,7 +543,7 @@ snd_emu10k1x_pcm_pointer(struct snd_pcm_
- }
- /* operators */
--static struct snd_pcm_ops snd_emu10k1x_playback_ops = {
-+static const struct snd_pcm_ops snd_emu10k1x_playback_ops = {
-       .open =        snd_emu10k1x_playback_open,
-       .close =       snd_emu10k1x_playback_close,
-       .ioctl =       snd_pcm_lib_ioctl,
-@@ -689,7 +689,7 @@ snd_emu10k1x_pcm_pointer_capture(struct 
-       return ptr;
- }
--static struct snd_pcm_ops snd_emu10k1x_capture_ops = {
-+static const struct snd_pcm_ops snd_emu10k1x_capture_ops = {
-       .open =        snd_emu10k1x_pcm_open_capture,
-       .close =       snd_emu10k1x_pcm_close_capture,
-       .ioctl =       snd_pcm_lib_ioctl,
-@@ -731,7 +731,7 @@ static int snd_emu10k1x_ac97(struct emu1
-       struct snd_ac97_bus *pbus;
-       struct snd_ac97_template ac97;
-       int err;
--      static struct snd_ac97_bus_ops ops = {
-+      static const struct snd_ac97_bus_ops ops = {
-               .write = snd_emu10k1x_ac97_write,
-               .read = snd_emu10k1x_ac97_read,
-       };
-@@ -888,7 +888,7 @@ static int __devinit snd_emu10k1x_create
-       struct emu10k1x *chip;
-       int err;
-       int ch;
--      static struct snd_device_ops ops = {
-+      static const struct snd_device_ops ops = {
-               .dev_free = snd_emu10k1x_dev_free,
-       };
-@@ -1465,15 +1465,13 @@ static void snd_emu10k1x_midi_output_tri
-  */
--static struct snd_rawmidi_ops snd_emu10k1x_midi_output =
--{
-+static const struct snd_rawmidi_ops snd_emu10k1x_midi_output = {
-       .open =         snd_emu10k1x_midi_output_open,
-       .close =        snd_emu10k1x_midi_output_close,
-       .trigger =      snd_emu10k1x_midi_output_trigger,
- };
--static struct snd_rawmidi_ops snd_emu10k1x_midi_input =
--{
-+static const struct snd_rawmidi_ops snd_emu10k1x_midi_input = {
-       .open =         snd_emu10k1x_midi_input_open,
-       .close =        snd_emu10k1x_midi_input_close,
-       .trigger =      snd_emu10k1x_midi_input_trigger,
-diff -urNp linux-2.6.39/sound/pci/emu10k1/p16v.c linux-2.6.39/sound/pci/emu10k1/p16v.c
---- linux-2.6.39/sound/pci/emu10k1/p16v.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/pci/emu10k1/p16v.c      2011-05-22 19:36:35.000000000 -0400
-@@ -601,7 +601,7 @@ snd_p16v_pcm_pointer_capture(struct snd_
- }
- /* operators */
--static struct snd_pcm_ops snd_p16v_playback_front_ops = {
-+static const struct snd_pcm_ops snd_p16v_playback_front_ops = {
-       .open =        snd_p16v_pcm_open_playback_front,
-       .close =       snd_p16v_pcm_close_playback,
-       .ioctl =       snd_pcm_lib_ioctl,
-@@ -612,7 +612,7 @@ static struct snd_pcm_ops snd_p16v_playb
-       .pointer =     snd_p16v_pcm_pointer_playback,
- };
--static struct snd_pcm_ops snd_p16v_capture_ops = {
-+static const struct snd_pcm_ops snd_p16v_capture_ops = {
-       .open =        snd_p16v_pcm_open_capture,
-       .close =       snd_p16v_pcm_close_capture,
-       .ioctl =       snd_pcm_lib_ioctl,
-diff -urNp linux-2.6.39/sound/pci/ens1370.c linux-2.6.39/sound/pci/ens1370.c
---- linux-2.6.39/sound/pci/ens1370.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/pci/ens1370.c   2011-05-22 19:36:35.000000000 -0400
-@@ -1225,7 +1225,7 @@ static int snd_ensoniq_capture_close(str
-       return 0;
- }
--static struct snd_pcm_ops snd_ensoniq_playback1_ops = {
-+static const struct snd_pcm_ops snd_ensoniq_playback1_ops = {
-       .open =         snd_ensoniq_playback1_open,
-       .close =        snd_ensoniq_playback1_close,
-       .ioctl =        snd_pcm_lib_ioctl,
-@@ -1236,7 +1236,7 @@ static struct snd_pcm_ops snd_ensoniq_pl
-       .pointer =      snd_ensoniq_playback1_pointer,
- };
--static struct snd_pcm_ops snd_ensoniq_playback2_ops = {
-+static const struct snd_pcm_ops snd_ensoniq_playback2_ops = {
-       .open =         snd_ensoniq_playback2_open,
-       .close =        snd_ensoniq_playback2_close,
-       .ioctl =        snd_pcm_lib_ioctl,
-@@ -1247,7 +1247,7 @@ static struct snd_pcm_ops snd_ensoniq_pl
-       .pointer =      snd_ensoniq_playback2_pointer,
- };
--static struct snd_pcm_ops snd_ensoniq_capture_ops = {
-+static const struct snd_pcm_ops snd_ensoniq_capture_ops = {
-       .open =         snd_ensoniq_capture_open,
-       .close =        snd_ensoniq_capture_close,
-       .ioctl =        snd_pcm_lib_ioctl,
-@@ -1633,7 +1633,7 @@ static int __devinit snd_ensoniq_1371_mi
-       struct snd_ac97_bus *pbus;
-       struct snd_ac97_template ac97;
-       int err;
--      static struct snd_ac97_bus_ops ops = {
-+      static const struct snd_ac97_bus_ops ops = {
-               .write = snd_es1371_codec_write,
-               .read = snd_es1371_codec_read,
-               .wait = snd_es1371_codec_wait,
-@@ -2096,7 +2096,7 @@ static int __devinit snd_ensoniq_create(
- {
-       struct ensoniq *ensoniq;
-       int err;
--      static struct snd_device_ops ops = {
-+      static const struct snd_device_ops ops = {
-               .dev_free =     snd_ensoniq_dev_free,
-       };
-@@ -2331,15 +2331,13 @@ static void snd_ensoniq_midi_output_trig
-       spin_unlock_irqrestore(&ensoniq->reg_lock, flags);
- }
--static struct snd_rawmidi_ops snd_ensoniq_midi_output =
--{
-+static const struct snd_rawmidi_ops snd_ensoniq_midi_output = {
-       .open =         snd_ensoniq_midi_output_open,
-       .close =        snd_ensoniq_midi_output_close,
-       .trigger =      snd_ensoniq_midi_output_trigger,
- };
--static struct snd_rawmidi_ops snd_ensoniq_midi_input =
--{
-+static const struct snd_rawmidi_ops snd_ensoniq_midi_input = {
-       .open =         snd_ensoniq_midi_input_open,
-       .close =        snd_ensoniq_midi_input_close,
-       .trigger =      snd_ensoniq_midi_input_trigger,
-diff -urNp linux-2.6.39/sound/pci/es1938.c linux-2.6.39/sound/pci/es1938.c
---- linux-2.6.39/sound/pci/es1938.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/pci/es1938.c    2011-05-22 19:36:35.000000000 -0400
-@@ -1004,7 +1004,7 @@ static int snd_es1938_playback_close(str
-       return 0;
- }
--static struct snd_pcm_ops snd_es1938_playback_ops = {
-+static const struct snd_pcm_ops snd_es1938_playback_ops = {
-       .open =         snd_es1938_playback_open,
-       .close =        snd_es1938_playback_close,
-       .ioctl =        snd_pcm_lib_ioctl,
-@@ -1015,7 +1015,7 @@ static struct snd_pcm_ops snd_es1938_pla
-       .pointer =      snd_es1938_playback_pointer,
- };
--static struct snd_pcm_ops snd_es1938_capture_ops = {
-+static const struct snd_pcm_ops snd_es1938_capture_ops = {
-       .open =         snd_es1938_capture_open,
-       .close =        snd_es1938_capture_close,
-       .ioctl =        snd_pcm_lib_ioctl,
-@@ -1598,7 +1598,7 @@ static int __devinit snd_es1938_create(s
- {
-       struct es1938 *chip;
-       int err;
--      static struct snd_device_ops ops = {
-+      static const struct snd_device_ops ops = {
-               .dev_free =     snd_es1938_dev_free,
-       };
-diff -urNp linux-2.6.39/sound/pci/es1968.c linux-2.6.39/sound/pci/es1968.c
---- linux-2.6.39/sound/pci/es1968.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/pci/es1968.c    2011-05-22 19:36:35.000000000 -0400
-@@ -1682,7 +1682,7 @@ static int snd_es1968_capture_close(stru
-       return 0;
- }
--static struct snd_pcm_ops snd_es1968_playback_ops = {
-+static const struct snd_pcm_ops snd_es1968_playback_ops = {
-       .open =         snd_es1968_playback_open,
-       .close =        snd_es1968_playback_close,
-       .ioctl =        snd_pcm_lib_ioctl,
-@@ -1693,7 +1693,7 @@ static struct snd_pcm_ops snd_es1968_pla
-       .pointer =      snd_es1968_pcm_pointer,
- };
--static struct snd_pcm_ops snd_es1968_capture_ops = {
-+static const struct snd_pcm_ops snd_es1968_capture_ops = {
-       .open =         snd_es1968_capture_open,
-       .close =        snd_es1968_capture_close,
-       .ioctl =        snd_pcm_lib_ioctl,
-@@ -2053,7 +2053,7 @@ snd_es1968_mixer(struct es1968 *chip)
-       struct snd_ctl_elem_id elem_id;
- #endif
-       int err;
--      static struct snd_ac97_bus_ops ops = {
-+      static const struct snd_ac97_bus_ops ops = {
-               .write = snd_es1968_ac97_write,
-               .read = snd_es1968_ac97_read,
-       };
-@@ -2627,7 +2627,7 @@ static int __devinit snd_es1968_create(s
-                                      int do_pm,
-                                      struct es1968 **chip_ret)
- {
--      static struct snd_device_ops ops = {
-+      static const struct snd_device_ops ops = {
-               .dev_free =     snd_es1968_dev_free,
-       };
-       struct es1968 *chip;
-diff -urNp linux-2.6.39/sound/pci/fm801.c linux-2.6.39/sound/pci/fm801.c
---- linux-2.6.39/sound/pci/fm801.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/pci/fm801.c     2011-05-22 19:36:35.000000000 -0400
-@@ -662,7 +662,7 @@ static int snd_fm801_capture_close(struc
-       return 0;
- }
--static struct snd_pcm_ops snd_fm801_playback_ops = {
-+static const struct snd_pcm_ops snd_fm801_playback_ops = {
-       .open =         snd_fm801_playback_open,
-       .close =        snd_fm801_playback_close,
-       .ioctl =        snd_pcm_lib_ioctl,
-@@ -673,7 +673,7 @@ static struct snd_pcm_ops snd_fm801_play
-       .pointer =      snd_fm801_playback_pointer,
- };
--static struct snd_pcm_ops snd_fm801_capture_ops = {
-+static const struct snd_pcm_ops snd_fm801_capture_ops = {
-       .open =         snd_fm801_capture_open,
-       .close =        snd_fm801_capture_close,
-       .ioctl =        snd_pcm_lib_ioctl,
-@@ -1236,7 +1236,7 @@ static int __devinit snd_fm801_mixer(str
-       struct snd_ac97_template ac97;
-       unsigned int i;
-       int err;
--      static struct snd_ac97_bus_ops ops = {
-+      static const struct snd_ac97_bus_ops ops = {
-               .write = snd_fm801_codec_write,
-               .read = snd_fm801_codec_read,
-       };
-@@ -1396,7 +1396,7 @@ static int __devinit snd_fm801_create(st
- {
-       struct fm801 *chip;
-       int err;
--      static struct snd_device_ops ops = {
-+      static const struct snd_device_ops ops = {
-               .dev_free =     snd_fm801_dev_free,
-       };
-diff -urNp linux-2.6.39/sound/pci/hda/hda_generic.c linux-2.6.39/sound/pci/hda/hda_generic.c
---- linux-2.6.39/sound/pci/hda/hda_generic.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/pci/hda/hda_generic.c   2011-05-22 19:36:35.000000000 -0400
-@@ -1038,7 +1038,7 @@ static int generic_check_power_status(st
- /*
-  */
--static struct hda_codec_ops generic_patch_ops = {
-+static const struct hda_codec_ops generic_patch_ops = {
-       .build_controls = build_generic_controls,
-       .build_pcms = build_generic_pcms,
-       .free = snd_hda_generic_free,
-diff -urNp linux-2.6.39/sound/pci/hda/hda_intel.c linux-2.6.39/sound/pci/hda/hda_intel.c
---- linux-2.6.39/sound/pci/hda/hda_intel.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/pci/hda/hda_intel.c     2011-05-22 19:36:35.000000000 -0400
-@@ -2452,7 +2452,7 @@ static int __devinit azx_create(struct s
-       struct azx *chip;
-       int i, err;
-       unsigned short gcap;
--      static struct snd_device_ops ops = {
-+      static const struct snd_device_ops ops = {
-               .dev_free = azx_dev_free,
-       };
-diff -urNp linux-2.6.39/sound/pci/hda/patch_ca0110.c linux-2.6.39/sound/pci/hda/patch_ca0110.c
---- linux-2.6.39/sound/pci/hda/patch_ca0110.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/pci/hda/patch_ca0110.c  2011-05-22 19:36:35.000000000 -0400
-@@ -389,7 +389,7 @@ static void ca0110_free(struct hda_codec
-       kfree(codec->spec);
- }
--static struct hda_codec_ops ca0110_patch_ops = {
-+static const struct hda_codec_ops ca0110_patch_ops = {
-       .build_controls = ca0110_build_controls,
-       .build_pcms = ca0110_build_pcms,
-       .init = ca0110_init,
-diff -urNp linux-2.6.39/sound/pci/hda/patch_cirrus.c linux-2.6.39/sound/pci/hda/patch_cirrus.c
---- linux-2.6.39/sound/pci/hda/patch_cirrus.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/pci/hda/patch_cirrus.c  2011-05-22 19:36:35.000000000 -0400
-@@ -1126,7 +1126,7 @@ static void cs_unsol_event(struct hda_co
-       }
- }
--static struct hda_codec_ops cs_patch_ops = {
-+static const struct hda_codec_ops cs_patch_ops = {
-       .build_controls = cs_build_controls,
-       .build_pcms = cs_build_pcms,
-       .init = cs_init,
-diff -urNp linux-2.6.39/sound/pci/hda/patch_cmedia.c linux-2.6.39/sound/pci/hda/patch_cmedia.c
---- linux-2.6.39/sound/pci/hda/patch_cmedia.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/pci/hda/patch_cmedia.c  2011-05-22 19:36:35.000000000 -0400
-@@ -624,7 +624,7 @@ static struct snd_pci_quirk cmi9880_cfg_
-       {} /* terminator */
- };
--static struct hda_codec_ops cmi9880_patch_ops = {
-+static const struct hda_codec_ops cmi9880_patch_ops = {
-       .build_controls = cmi9880_build_controls,
-       .build_pcms = cmi9880_build_pcms,
-       .init = cmi9880_init,
-diff -urNp linux-2.6.39/sound/pci/hda/patch_conexant.c linux-2.6.39/sound/pci/hda/patch_conexant.c
---- linux-2.6.39/sound/pci/hda/patch_conexant.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/pci/hda/patch_conexant.c        2011-05-22 19:36:35.000000000 -0400
-@@ -546,7 +546,7 @@ static int conexant_suspend(struct hda_c
- }
- #endif
--static struct hda_codec_ops conexant_patch_ops = {
-+static const struct hda_codec_ops conexant_patch_ops = {
-       .build_controls = conexant_build_controls,
-       .build_pcms = conexant_build_pcms,
-       .init = conexant_init,
-@@ -3791,7 +3791,7 @@ static int cx_auto_build_controls(struct
-       return conexant_build_controls(codec);
- }
--static struct hda_codec_ops cx_auto_patch_ops = {
-+static const struct hda_codec_ops cx_auto_patch_ops = {
-       .build_controls = cx_auto_build_controls,
-       .build_pcms = conexant_build_pcms,
-       .init = cx_auto_init,
-diff -urNp linux-2.6.39/sound/pci/hda/patch_hdmi.c linux-2.6.39/sound/pci/hda/patch_hdmi.c
---- linux-2.6.39/sound/pci/hda/patch_hdmi.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/pci/hda/patch_hdmi.c    2011-05-22 19:36:35.000000000 -0400
-@@ -1124,7 +1124,7 @@ static void generic_hdmi_free(struct hda
-       kfree(spec);
- }
--static struct hda_codec_ops generic_hdmi_patch_ops = {
-+static const struct hda_codec_ops generic_hdmi_patch_ops = {
-       .init                   = generic_hdmi_init,
-       .free                   = generic_hdmi_free,
-       .build_pcms             = generic_hdmi_build_pcms,
-@@ -1465,14 +1465,14 @@ static struct hda_pcm_stream nvhdmi_pcm_
-       },
- };
--static struct hda_codec_ops nvhdmi_patch_ops_8ch_7x = {
-+static const struct hda_codec_ops nvhdmi_patch_ops_8ch_7x = {
-       .build_controls = generic_hdmi_build_controls,
-       .build_pcms = generic_hdmi_build_pcms,
-       .init = nvhdmi_7x_init,
-       .free = generic_hdmi_free,
- };
--static struct hda_codec_ops nvhdmi_patch_ops_2ch = {
-+static const struct hda_codec_ops nvhdmi_patch_ops_2ch = {
-       .build_controls = generic_hdmi_build_controls,
-       .build_pcms = generic_hdmi_build_pcms,
-       .init = nvhdmi_7x_init,
-@@ -1599,7 +1599,7 @@ static int atihdmi_init(struct hda_codec
-       return 0;
- }
--static struct hda_codec_ops atihdmi_patch_ops = {
-+static const struct hda_codec_ops atihdmi_patch_ops = {
-       .build_controls = generic_hdmi_build_controls,
-       .build_pcms = generic_hdmi_build_pcms,
-       .init = atihdmi_init,
-diff -urNp linux-2.6.39/sound/pci/hda/patch_realtek.c linux-2.6.39/sound/pci/hda/patch_realtek.c
---- linux-2.6.39/sound/pci/hda/patch_realtek.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/pci/hda/patch_realtek.c 2011-05-22 19:36:35.000000000 -0400
-@@ -4273,7 +4273,7 @@ static int alc_resume(struct hda_codec *
- /*
-  */
--static struct hda_codec_ops alc_patch_ops = {
-+static const struct hda_codec_ops alc_patch_ops = {
-       .build_controls = alc_build_controls,
-       .build_pcms = alc_build_pcms,
-       .init = alc_init,
-diff -urNp linux-2.6.39/sound/pci/hda/patch_si3054.c linux-2.6.39/sound/pci/hda/patch_si3054.c
---- linux-2.6.39/sound/pci/hda/patch_si3054.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/pci/hda/patch_si3054.c  2011-05-22 19:36:35.000000000 -0400
-@@ -263,7 +263,7 @@ static void si3054_free(struct hda_codec
- /*
-  */
--static struct hda_codec_ops si3054_patch_ops = {
-+static const struct hda_codec_ops si3054_patch_ops = {
-       .build_controls = si3054_build_controls,
-       .build_pcms = si3054_build_pcms,
-       .init = si3054_init,
-diff -urNp linux-2.6.39/sound/pci/hda/patch_sigmatel.c linux-2.6.39/sound/pci/hda/patch_sigmatel.c
---- linux-2.6.39/sound/pci/hda/patch_sigmatel.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/pci/hda/patch_sigmatel.c        2011-05-22 19:36:35.000000000 -0400
-@@ -4968,7 +4968,7 @@ static int stac92xx_suspend(struct hda_c
- }
- #endif
--static struct hda_codec_ops stac92xx_patch_ops = {
-+static const struct hda_codec_ops stac92xx_patch_ops = {
-       .build_controls = stac92xx_build_controls,
-       .build_pcms = stac92xx_build_pcms,
-       .init = stac92xx_init,
-diff -urNp linux-2.6.39/sound/pci/hda/patch_via.c linux-2.6.39/sound/pci/hda/patch_via.c
---- linux-2.6.39/sound/pci/hda/patch_via.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/pci/hda/patch_via.c     2011-05-22 19:36:35.000000000 -0400
-@@ -2254,7 +2254,7 @@ static int via_check_power_status(struct
- /*
-  */
--static struct hda_codec_ops via_patch_ops = {
-+static const struct hda_codec_ops via_patch_ops = {
-       .build_controls = via_build_controls,
-       .build_pcms = via_build_pcms,
-       .init = via_init,
-diff -urNp linux-2.6.39/sound/pci/ice1712/ice1712.c linux-2.6.39/sound/pci/ice1712/ice1712.c
---- linux-2.6.39/sound/pci/ice1712/ice1712.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/pci/ice1712/ice1712.c   2011-05-22 19:36:35.000000000 -0400
-@@ -2541,7 +2541,7 @@ static int __devinit snd_ice1712_create(
- {
-       struct snd_ice1712 *ice;
-       int err;
--      static struct snd_device_ops ops = {
-+      static const struct snd_device_ops ops = {
-               .dev_free =     snd_ice1712_dev_free,
-       };
-diff -urNp linux-2.6.39/sound/pci/ice1712/ice1724.c linux-2.6.39/sound/pci/ice1712/ice1724.c
---- linux-2.6.39/sound/pci/ice1712/ice1724.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/pci/ice1712/ice1724.c   2011-05-22 19:36:35.000000000 -0400
-@@ -367,7 +367,7 @@ static void vt1724_midi_output_drain(str
-       } while (time_after(timeout, jiffies));
- }
--static struct snd_rawmidi_ops vt1724_midi_output_ops = {
-+static const struct snd_rawmidi_ops vt1724_midi_output_ops = {
-       .open = vt1724_midi_output_open,
-       .close = vt1724_midi_output_close,
-       .trigger = vt1724_midi_output_trigger,
-@@ -402,7 +402,7 @@ static void vt1724_midi_input_trigger(st
-       spin_unlock_irqrestore(&ice->reg_lock, flags);
- }
--static struct snd_rawmidi_ops vt1724_midi_input_ops = {
-+static const struct snd_rawmidi_ops vt1724_midi_input_ops = {
-       .open = vt1724_midi_input_open,
-       .close = vt1724_midi_input_close,
-       .trigger = vt1724_midi_input_trigger,
-@@ -2463,7 +2463,7 @@ static int __devinit snd_vt1724_create(s
- {
-       struct snd_ice1712 *ice;
-       int err;
--      static struct snd_device_ops ops = {
-+      static const struct snd_device_ops ops = {
-               .dev_free =     snd_vt1724_dev_free,
-       };
-diff -urNp linux-2.6.39/sound/pci/intel8x0.c linux-2.6.39/sound/pci/intel8x0.c
---- linux-2.6.39/sound/pci/intel8x0.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/pci/intel8x0.c  2011-05-22 19:36:35.000000000 -0400
-@@ -2152,12 +2152,12 @@ static int __devinit snd_intel8x0_mixer(
-       int err;
-       unsigned int i, codecs;
-       unsigned int glob_sta = 0;
--      struct snd_ac97_bus_ops *ops;
--      static struct snd_ac97_bus_ops standard_bus_ops = {
-+      const struct snd_ac97_bus_ops *ops;
-+      static const struct snd_ac97_bus_ops standard_bus_ops = {
-               .write = snd_intel8x0_codec_write,
-               .read = snd_intel8x0_codec_read,
-       };
--      static struct snd_ac97_bus_ops ali_bus_ops = {
-+      static const struct snd_ac97_bus_ops ali_bus_ops = {
-               .write = snd_intel8x0_ali_codec_write,
-               .read = snd_intel8x0_ali_codec_read,
-       };
-@@ -2921,7 +2921,7 @@ static int __devinit snd_intel8x0_create
-       unsigned int i;
-       unsigned int int_sta_masks;
-       struct ichdev *ichdev;
--      static struct snd_device_ops ops = {
-+      static const struct snd_device_ops ops = {
-               .dev_free =     snd_intel8x0_dev_free,
-       };
-diff -urNp linux-2.6.39/sound/pci/intel8x0m.c linux-2.6.39/sound/pci/intel8x0m.c
---- linux-2.6.39/sound/pci/intel8x0m.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/pci/intel8x0m.c 2011-05-22 19:36:35.000000000 -0400
-@@ -826,7 +826,7 @@ static int __devinit snd_intel8x0m_mixer
-       struct snd_ac97 *x97;
-       int err;
-       unsigned int glob_sta = 0;
--      static struct snd_ac97_bus_ops ops = {
-+      static const struct snd_ac97_bus_ops ops = {
-               .write = snd_intel8x0m_codec_write,
-               .read = snd_intel8x0m_codec_read,
-       };
-@@ -1116,7 +1116,7 @@ static int __devinit snd_intel8x0m_creat
-       unsigned int i;
-       unsigned int int_sta_masks;
-       struct ichdev *ichdev;
--      static struct snd_device_ops ops = {
-+      static const struct snd_device_ops ops = {
-               .dev_free =     snd_intel8x0m_dev_free,
-       };
-       static struct ich_reg_info intel_regs[2] = {
-@@ -1265,7 +1265,7 @@ static struct shortname_table {
-       { 0x5455, "ALi M5455" },
-       { 0x746d, "AMD AMD8111" },
- #endif
--      { 0 },
-+      { 0, },
- };
- static int __devinit snd_intel8x0m_probe(struct pci_dev *pci,
-diff -urNp linux-2.6.39/sound/pci/korg1212/korg1212.c linux-2.6.39/sound/pci/korg1212/korg1212.c
---- linux-2.6.39/sound/pci/korg1212/korg1212.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/pci/korg1212/korg1212.c 2011-05-22 19:36:35.000000000 -0400
-@@ -1682,7 +1682,7 @@ static int snd_korg1212_capture_copy(str
-       return snd_korg1212_copy_to(korg1212, dst, pos, count, 0, korg1212->channels * 2);
- }
--static struct snd_pcm_ops snd_korg1212_playback_ops = {
-+static const struct snd_pcm_ops snd_korg1212_playback_ops = {
-         .open =               snd_korg1212_playback_open,
-         .close =      snd_korg1212_playback_close,
-         .ioctl =      snd_korg1212_ioctl,
-@@ -1694,7 +1694,7 @@ static struct snd_pcm_ops snd_korg1212_p
-         .silence =    snd_korg1212_playback_silence,
- };
--static struct snd_pcm_ops snd_korg1212_capture_ops = {
-+static const struct snd_pcm_ops snd_korg1212_capture_ops = {
-       .open =         snd_korg1212_capture_open,
-       .close =        snd_korg1212_capture_close,
-       .ioctl =        snd_korg1212_ioctl,
-@@ -2164,7 +2164,7 @@ static int __devinit snd_korg1212_create
-         struct snd_korg1212 * korg1212;
-       const struct firmware *dsp_code;
--        static struct snd_device_ops ops = {
-+        static const struct snd_device_ops ops = {
-                 .dev_free = snd_korg1212_dev_free,
-         };
-diff -urNp linux-2.6.39/sound/pci/maestro3.c linux-2.6.39/sound/pci/maestro3.c
---- linux-2.6.39/sound/pci/maestro3.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/pci/maestro3.c  2011-05-22 19:36:35.000000000 -0400
-@@ -1926,7 +1926,7 @@ snd_m3_capture_close(struct snd_pcm_subs
-  * create pcm instance
-  */
--static struct snd_pcm_ops snd_m3_playback_ops = {
-+static const struct snd_pcm_ops snd_m3_playback_ops = {
-       .open =         snd_m3_playback_open,
-       .close =        snd_m3_playback_close,
-       .ioctl =        snd_pcm_lib_ioctl,
-@@ -1937,7 +1937,7 @@ static struct snd_pcm_ops snd_m3_playbac
-       .pointer =      snd_m3_pcm_pointer,
- };
--static struct snd_pcm_ops snd_m3_capture_ops = {
-+static const struct snd_pcm_ops snd_m3_capture_ops = {
-       .open =         snd_m3_capture_open,
-       .close =        snd_m3_capture_close,
-       .ioctl =        snd_pcm_lib_ioctl,
-@@ -2150,7 +2150,7 @@ static int __devinit snd_m3_mixer(struct
-       struct snd_ctl_elem_id elem_id;
- #endif
-       int err;
--      static struct snd_ac97_bus_ops ops = {
-+      static const struct snd_ac97_bus_ops ops = {
-               .write = snd_m3_ac97_write,
-               .read = snd_m3_ac97_read,
-       };
-@@ -2643,7 +2643,7 @@ snd_m3_create(struct snd_card *card, str
-       struct snd_m3 *chip;
-       int i, err;
-       const struct snd_pci_quirk *quirk;
--      static struct snd_device_ops ops = {
-+      static const struct snd_device_ops ops = {
-               .dev_free =     snd_m3_dev_free,
-       };
-diff -urNp linux-2.6.39/sound/pci/mixart/mixart.c linux-2.6.39/sound/pci/mixart/mixart.c
---- linux-2.6.39/sound/pci/mixart/mixart.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/pci/mixart/mixart.c     2011-05-22 19:36:35.000000000 -0400
-@@ -887,7 +887,7 @@ static snd_pcm_uframes_t snd_mixart_stre
--static struct snd_pcm_ops snd_mixart_playback_ops = {
-+static const struct snd_pcm_ops snd_mixart_playback_ops = {
-       .open      = snd_mixart_playback_open,
-       .close     = snd_mixart_close,
-       .ioctl     = snd_pcm_lib_ioctl,
-@@ -898,7 +898,7 @@ static struct snd_pcm_ops snd_mixart_pla
-       .pointer   = snd_mixart_stream_pointer,
- };
--static struct snd_pcm_ops snd_mixart_capture_ops = {
-+static const struct snd_pcm_ops snd_mixart_capture_ops = {
-       .open      = snd_mixart_capture_open,
-       .close     = snd_mixart_close,
-       .ioctl     = snd_pcm_lib_ioctl,
-@@ -1008,7 +1008,7 @@ static int __devinit snd_mixart_create(s
- {
-       int err;
-       struct snd_mixart *chip;
--      static struct snd_device_ops ops = {
-+      static const struct snd_device_ops ops = {
-               .dev_free = snd_mixart_chip_dev_free,
-       };
-diff -urNp linux-2.6.39/sound/pci/nm256/nm256.c linux-2.6.39/sound/pci/nm256/nm256.c
---- linux-2.6.39/sound/pci/nm256/nm256.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/pci/nm256/nm256.c       2011-05-22 19:36:35.000000000 -0400
-@@ -899,7 +899,7 @@ snd_nm256_capture_close(struct snd_pcm_s
- /*
-  * create a pcm instance
-  */
--static struct snd_pcm_ops snd_nm256_playback_ops = {
-+static const struct snd_pcm_ops snd_nm256_playback_ops = {
-       .open =         snd_nm256_playback_open,
-       .close =        snd_nm256_playback_close,
-       .ioctl =        snd_pcm_lib_ioctl,
-@@ -914,7 +914,7 @@ static struct snd_pcm_ops snd_nm256_play
-       .mmap =         snd_pcm_lib_mmap_iomem,
- };
--static struct snd_pcm_ops snd_nm256_capture_ops = {
-+static const struct snd_pcm_ops snd_nm256_capture_ops = {
-       .open =         snd_nm256_capture_open,
-       .close =        snd_nm256_capture_close,
-       .ioctl =        snd_pcm_lib_ioctl,
-@@ -1301,7 +1301,7 @@ snd_nm256_mixer(struct nm256 *chip)
-       struct snd_ac97_bus *pbus;
-       struct snd_ac97_template ac97;
-       int err;
--      static struct snd_ac97_bus_ops ops = {
-+      static const struct snd_ac97_bus_ops ops = {
-               .reset = snd_nm256_ac97_reset,
-               .write = snd_nm256_ac97_write,
-               .read = snd_nm256_ac97_read,
-@@ -1471,7 +1471,7 @@ snd_nm256_create(struct snd_card *card, 
- {
-       struct nm256 *chip;
-       int err, pval;
--      static struct snd_device_ops ops = {
-+      static const struct snd_device_ops ops = {
-               .dev_free =     snd_nm256_dev_free,
-       };
-       u32 addr;
-diff -urNp linux-2.6.39/sound/pci/oxygen/oxygen_pcm.c linux-2.6.39/sound/pci/oxygen/oxygen_pcm.c
---- linux-2.6.39/sound/pci/oxygen/oxygen_pcm.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/pci/oxygen/oxygen_pcm.c 2011-05-22 19:36:35.000000000 -0400
-@@ -606,7 +606,7 @@ static snd_pcm_uframes_t oxygen_pointer(
-       return bytes_to_frames(runtime, curr_addr - (u32)runtime->dma_addr);
- }
--static struct snd_pcm_ops oxygen_rec_a_ops = {
-+static const struct snd_pcm_ops oxygen_rec_a_ops = {
-       .open      = oxygen_rec_a_open,
-       .close     = oxygen_close,
-       .ioctl     = snd_pcm_lib_ioctl,
-@@ -617,7 +617,7 @@ static struct snd_pcm_ops oxygen_rec_a_o
-       .pointer   = oxygen_pointer,
- };
--static struct snd_pcm_ops oxygen_rec_b_ops = {
-+static const struct snd_pcm_ops oxygen_rec_b_ops = {
-       .open      = oxygen_rec_b_open,
-       .close     = oxygen_close,
-       .ioctl     = snd_pcm_lib_ioctl,
-@@ -628,7 +628,7 @@ static struct snd_pcm_ops oxygen_rec_b_o
-       .pointer   = oxygen_pointer,
- };
--static struct snd_pcm_ops oxygen_rec_c_ops = {
-+static const struct snd_pcm_ops oxygen_rec_c_ops = {
-       .open      = oxygen_rec_c_open,
-       .close     = oxygen_close,
-       .ioctl     = snd_pcm_lib_ioctl,
-@@ -639,7 +639,7 @@ static struct snd_pcm_ops oxygen_rec_c_o
-       .pointer   = oxygen_pointer,
- };
--static struct snd_pcm_ops oxygen_spdif_ops = {
-+static const struct snd_pcm_ops oxygen_spdif_ops = {
-       .open      = oxygen_spdif_open,
-       .close     = oxygen_close,
-       .ioctl     = snd_pcm_lib_ioctl,
-@@ -650,7 +650,7 @@ static struct snd_pcm_ops oxygen_spdif_o
-       .pointer   = oxygen_pointer,
- };
--static struct snd_pcm_ops oxygen_multich_ops = {
-+static const struct snd_pcm_ops oxygen_multich_ops = {
-       .open      = oxygen_multich_open,
-       .close     = oxygen_close,
-       .ioctl     = snd_pcm_lib_ioctl,
-@@ -661,7 +661,7 @@ static struct snd_pcm_ops oxygen_multich
-       .pointer   = oxygen_pointer,
- };
--static struct snd_pcm_ops oxygen_ac97_ops = {
-+static const struct snd_pcm_ops oxygen_ac97_ops = {
-       .open      = oxygen_ac97_open,
-       .close     = oxygen_close,
-       .ioctl     = snd_pcm_lib_ioctl,
-diff -urNp linux-2.6.39/sound/pci/pcxhr/pcxhr.c linux-2.6.39/sound/pci/pcxhr/pcxhr.c
---- linux-2.6.39/sound/pci/pcxhr/pcxhr.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/pci/pcxhr/pcxhr.c       2011-05-22 19:36:35.000000000 -0400
-@@ -1121,7 +1121,7 @@ static snd_pcm_uframes_t pcxhr_stream_po
- }
--static struct snd_pcm_ops pcxhr_ops = {
-+static const struct snd_pcm_ops pcxhr_ops = {
-       .open      = pcxhr_open,
-       .close     = pcxhr_close,
-       .ioctl     = snd_pcm_lib_ioctl,
-@@ -1184,7 +1184,7 @@ static int __devinit pcxhr_create(struct
- {
-       int err;
-       struct snd_pcxhr *chip;
--      static struct snd_device_ops ops = {
-+      static const struct snd_device_ops ops = {
-               .dev_free = pcxhr_chip_dev_free,
-       };
-diff -urNp linux-2.6.39/sound/pci/riptide/riptide.c linux-2.6.39/sound/pci/riptide/riptide.c
---- linux-2.6.39/sound/pci/riptide/riptide.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/pci/riptide/riptide.c   2011-05-22 19:36:35.000000000 -0400
-@@ -1675,7 +1675,7 @@ static int snd_riptide_capture_close(str
-       return 0;
- }
--static struct snd_pcm_ops snd_riptide_playback_ops = {
-+static const struct snd_pcm_ops snd_riptide_playback_ops = {
-       .open = snd_riptide_playback_open,
-       .close = snd_riptide_playback_close,
-       .ioctl = snd_pcm_lib_ioctl,
-@@ -1686,7 +1686,7 @@ static struct snd_pcm_ops snd_riptide_pl
-       .trigger = snd_riptide_trigger,
-       .pointer = snd_riptide_pointer,
- };
--static struct snd_pcm_ops snd_riptide_capture_ops = {
-+static const struct snd_pcm_ops snd_riptide_capture_ops = {
-       .open = snd_riptide_capture_open,
-       .close = snd_riptide_capture_close,
-       .ioctl = snd_pcm_lib_ioctl,
-@@ -1857,7 +1857,7 @@ snd_riptide_create(struct snd_card *card
-       struct snd_riptide *chip;
-       struct riptideport *hwport;
-       int err;
--      static struct snd_device_ops ops = {
-+      static const struct snd_device_ops ops = {
-               .dev_free = snd_riptide_dev_free,
-       };
-@@ -1999,7 +1999,7 @@ static int __devinit snd_riptide_mixer(s
-       struct snd_ac97_bus *pbus;
-       struct snd_ac97_template ac97;
-       int err = 0;
--      static struct snd_ac97_bus_ops ops = {
-+      static const struct snd_ac97_bus_ops ops = {
-               .write = snd_riptide_codec_write,
-               .read = snd_riptide_codec_read,
-       };
-diff -urNp linux-2.6.39/sound/pci/rme32.c linux-2.6.39/sound/pci/rme32.c
---- linux-2.6.39/sound/pci/rme32.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/pci/rme32.c     2011-05-22 19:36:35.000000000 -0400
-@@ -1197,7 +1197,7 @@ snd_rme32_capture_fd_pointer(struct snd_
- }
- /* for halfduplex mode */
--static struct snd_pcm_ops snd_rme32_playback_spdif_ops = {
-+static const struct snd_pcm_ops snd_rme32_playback_spdif_ops = {
-       .open =         snd_rme32_playback_spdif_open,
-       .close =        snd_rme32_playback_close,
-       .ioctl =        snd_pcm_lib_ioctl,
-@@ -1211,7 +1211,7 @@ static struct snd_pcm_ops snd_rme32_play
-       .mmap =         snd_pcm_lib_mmap_iomem,
- };
--static struct snd_pcm_ops snd_rme32_capture_spdif_ops = {
-+static const struct snd_pcm_ops snd_rme32_capture_spdif_ops = {
-       .open =         snd_rme32_capture_spdif_open,
-       .close =        snd_rme32_capture_close,
-       .ioctl =        snd_pcm_lib_ioctl,
-@@ -1224,7 +1224,7 @@ static struct snd_pcm_ops snd_rme32_capt
-       .mmap =         snd_pcm_lib_mmap_iomem,
- };
--static struct snd_pcm_ops snd_rme32_playback_adat_ops = {
-+static const struct snd_pcm_ops snd_rme32_playback_adat_ops = {
-       .open =         snd_rme32_playback_adat_open,
-       .close =        snd_rme32_playback_close,
-       .ioctl =        snd_pcm_lib_ioctl,
-@@ -1237,7 +1237,7 @@ static struct snd_pcm_ops snd_rme32_play
-       .mmap =         snd_pcm_lib_mmap_iomem,
- };
--static struct snd_pcm_ops snd_rme32_capture_adat_ops = {
-+static const struct snd_pcm_ops snd_rme32_capture_adat_ops = {
-       .open =         snd_rme32_capture_adat_open,
-       .close =        snd_rme32_capture_close,
-       .ioctl =        snd_pcm_lib_ioctl,
-@@ -1250,7 +1250,7 @@ static struct snd_pcm_ops snd_rme32_capt
- };
- /* for fullduplex mode */
--static struct snd_pcm_ops snd_rme32_playback_spdif_fd_ops = {
-+static const struct snd_pcm_ops snd_rme32_playback_spdif_fd_ops = {
-       .open =         snd_rme32_playback_spdif_open,
-       .close =        snd_rme32_playback_close,
-       .ioctl =        snd_pcm_lib_ioctl,
-@@ -1262,7 +1262,7 @@ static struct snd_pcm_ops snd_rme32_play
-       .ack =          snd_rme32_playback_fd_ack,
- };
--static struct snd_pcm_ops snd_rme32_capture_spdif_fd_ops = {
-+static const struct snd_pcm_ops snd_rme32_capture_spdif_fd_ops = {
-       .open =         snd_rme32_capture_spdif_open,
-       .close =        snd_rme32_capture_close,
-       .ioctl =        snd_pcm_lib_ioctl,
-@@ -1274,7 +1274,7 @@ static struct snd_pcm_ops snd_rme32_capt
-       .ack =          snd_rme32_capture_fd_ack,
- };
--static struct snd_pcm_ops snd_rme32_playback_adat_fd_ops = {
-+static const struct snd_pcm_ops snd_rme32_playback_adat_fd_ops = {
-       .open =         snd_rme32_playback_adat_open,
-       .close =        snd_rme32_playback_close,
-       .ioctl =        snd_pcm_lib_ioctl,
-@@ -1285,7 +1285,7 @@ static struct snd_pcm_ops snd_rme32_play
-       .ack =          snd_rme32_playback_fd_ack,
- };
--static struct snd_pcm_ops snd_rme32_capture_adat_fd_ops = {
-+static const struct snd_pcm_ops snd_rme32_capture_adat_fd_ops = {
-       .open =         snd_rme32_capture_adat_open,
-       .close =        snd_rme32_capture_close,
-       .ioctl =        snd_pcm_lib_ioctl,
-diff -urNp linux-2.6.39/sound/pci/rme9652/hdsp.c linux-2.6.39/sound/pci/rme9652/hdsp.c
---- linux-2.6.39/sound/pci/rme9652/hdsp.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/pci/rme9652/hdsp.c      2011-05-22 19:36:35.000000000 -0400
-@@ -1469,15 +1469,13 @@ static int snd_hdsp_midi_output_close(st
-       return 0;
- }
--static struct snd_rawmidi_ops snd_hdsp_midi_output =
--{
-+static const struct snd_rawmidi_ops snd_hdsp_midi_output = {
-       .open =         snd_hdsp_midi_output_open,
-       .close =        snd_hdsp_midi_output_close,
-       .trigger =      snd_hdsp_midi_output_trigger,
- };
--static struct snd_rawmidi_ops snd_hdsp_midi_input =
--{
-+static const struct snd_rawmidi_ops snd_hdsp_midi_input = {
-       .open =         snd_hdsp_midi_input_open,
-       .close =        snd_hdsp_midi_input_close,
-       .trigger =      snd_hdsp_midi_input_trigger,
-@@ -5135,7 +5133,7 @@ static int snd_hdsp_hwdep_ioctl(struct s
-       return 0;
- }
--static struct snd_pcm_ops snd_hdsp_playback_ops = {
-+static const struct snd_pcm_ops snd_hdsp_playback_ops = {
-       .open =         snd_hdsp_playback_open,
-       .close =        snd_hdsp_playback_release,
-       .ioctl =        snd_hdsp_ioctl,
-@@ -5147,7 +5145,7 @@ static struct snd_pcm_ops snd_hdsp_playb
-       .silence =      snd_hdsp_hw_silence,
- };
--static struct snd_pcm_ops snd_hdsp_capture_ops = {
-+static const struct snd_pcm_ops snd_hdsp_capture_ops = {
-       .open =         snd_hdsp_capture_open,
-       .close =        snd_hdsp_capture_release,
-       .ioctl =        snd_hdsp_ioctl,
-diff -urNp linux-2.6.39/sound/pci/rme9652/hdspm.c linux-2.6.39/sound/pci/rme9652/hdspm.c
---- linux-2.6.39/sound/pci/rme9652/hdspm.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/pci/rme9652/hdspm.c     2011-05-22 19:36:35.000000000 -0400
-@@ -1773,15 +1773,13 @@ static int snd_hdspm_midi_output_close(s
-       return 0;
- }
--static struct snd_rawmidi_ops snd_hdspm_midi_output =
--{
-+static const struct snd_rawmidi_ops snd_hdspm_midi_output = {
-       .open =         snd_hdspm_midi_output_open,
-       .close =        snd_hdspm_midi_output_close,
-       .trigger =      snd_hdspm_midi_output_trigger,
- };
--static struct snd_rawmidi_ops snd_hdspm_midi_input =
--{
-+static const struct snd_rawmidi_ops snd_hdspm_midi_input = {
-       .open =         snd_hdspm_midi_input_open,
-       .close =        snd_hdspm_midi_input_close,
-       .trigger =      snd_hdspm_midi_input_trigger,
-@@ -6172,7 +6170,7 @@ static int snd_hdspm_hwdep_ioctl(struct 
-       return 0;
- }
--static struct snd_pcm_ops snd_hdspm_playback_ops = {
-+static const struct snd_pcm_ops snd_hdspm_playback_ops = {
-       .open = snd_hdspm_playback_open,
-       .close = snd_hdspm_playback_release,
-       .ioctl = snd_hdspm_ioctl,
-@@ -6184,7 +6182,7 @@ static struct snd_pcm_ops snd_hdspm_play
-       .page = snd_pcm_sgbuf_ops_page,
- };
--static struct snd_pcm_ops snd_hdspm_capture_ops = {
-+static const struct snd_pcm_ops snd_hdspm_capture_ops = {
-       .open = snd_hdspm_capture_open,
-       .close = snd_hdspm_capture_release,
-       .ioctl = snd_hdspm_ioctl,
-diff -urNp linux-2.6.39/sound/pci/rme9652/rme9652.c linux-2.6.39/sound/pci/rme9652/rme9652.c
---- linux-2.6.39/sound/pci/rme9652/rme9652.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/pci/rme9652/rme9652.c   2011-05-22 19:36:35.000000000 -0400
-@@ -2391,7 +2391,7 @@ static int snd_rme9652_capture_release(s
-       return 0;
- }
--static struct snd_pcm_ops snd_rme9652_playback_ops = {
-+static const struct snd_pcm_ops snd_rme9652_playback_ops = {
-       .open =         snd_rme9652_playback_open,
-       .close =        snd_rme9652_playback_release,
-       .ioctl =        snd_rme9652_ioctl,
-@@ -2403,7 +2403,7 @@ static struct snd_pcm_ops snd_rme9652_pl
-       .silence =      snd_rme9652_hw_silence,
- };
--static struct snd_pcm_ops snd_rme9652_capture_ops = {
-+static const struct snd_pcm_ops snd_rme9652_capture_ops = {
-       .open =         snd_rme9652_capture_open,
-       .close =        snd_rme9652_capture_release,
-       .ioctl =        snd_rme9652_ioctl,
-diff -urNp linux-2.6.39/sound/pci/rme96.c linux-2.6.39/sound/pci/rme96.c
---- linux-2.6.39/sound/pci/rme96.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/pci/rme96.c     2011-05-22 19:36:35.000000000 -0400
-@@ -1447,7 +1447,7 @@ snd_rme96_capture_pointer(struct snd_pcm
-       return snd_rme96_capture_ptr(rme96);
- }
--static struct snd_pcm_ops snd_rme96_playback_spdif_ops = {
-+static const struct snd_pcm_ops snd_rme96_playback_spdif_ops = {
-       .open =         snd_rme96_playback_spdif_open,
-       .close =        snd_rme96_playback_close,
-       .ioctl =        snd_pcm_lib_ioctl,
-@@ -1460,7 +1460,7 @@ static struct snd_pcm_ops snd_rme96_play
-       .mmap =         snd_pcm_lib_mmap_iomem,
- };
--static struct snd_pcm_ops snd_rme96_capture_spdif_ops = {
-+static const struct snd_pcm_ops snd_rme96_capture_spdif_ops = {
-       .open =         snd_rme96_capture_spdif_open,
-       .close =        snd_rme96_capture_close,
-       .ioctl =        snd_pcm_lib_ioctl,
-@@ -1472,7 +1472,7 @@ static struct snd_pcm_ops snd_rme96_capt
-       .mmap =         snd_pcm_lib_mmap_iomem,
- };
--static struct snd_pcm_ops snd_rme96_playback_adat_ops = {
-+static const struct snd_pcm_ops snd_rme96_playback_adat_ops = {
-       .open =         snd_rme96_playback_adat_open,
-       .close =        snd_rme96_playback_close,
-       .ioctl =        snd_pcm_lib_ioctl,
-@@ -1485,7 +1485,7 @@ static struct snd_pcm_ops snd_rme96_play
-       .mmap =         snd_pcm_lib_mmap_iomem,
- };
--static struct snd_pcm_ops snd_rme96_capture_adat_ops = {
-+static const struct snd_pcm_ops snd_rme96_capture_adat_ops = {
-       .open =         snd_rme96_capture_adat_open,
-       .close =        snd_rme96_capture_close,
-       .ioctl =        snd_pcm_lib_ioctl,
-diff -urNp linux-2.6.39/sound/pci/sis7019.c linux-2.6.39/sound/pci/sis7019.c
---- linux-2.6.39/sound/pci/sis7019.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/pci/sis7019.c   2011-05-22 19:36:35.000000000 -0400
-@@ -1011,7 +1011,7 @@ static int __devinit sis_mixer_create(st
- {
-       struct snd_ac97_bus *bus;
-       struct snd_ac97_template ac97;
--      static struct snd_ac97_bus_ops ops = {
-+      static const struct snd_ac97_bus_ops ops = {
-               .write = sis_ac97_write,
-               .read = sis_ac97_read,
-       };
-@@ -1293,7 +1293,7 @@ static int __devinit sis_chip_create(str
- {
-       struct sis7019 *sis = card->private_data;
-       struct voice *voice;
--      static struct snd_device_ops ops = {
-+      static const struct snd_device_ops ops = {
-               .dev_free = sis_dev_free,
-       };
-       int rc;
-diff -urNp linux-2.6.39/sound/pci/sonicvibes.c linux-2.6.39/sound/pci/sonicvibes.c
---- linux-2.6.39/sound/pci/sonicvibes.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/pci/sonicvibes.c        2011-05-22 19:36:35.000000000 -0400
-@@ -855,7 +855,7 @@ static int snd_sonicvibes_capture_close(
-       return 0;
- }
--static struct snd_pcm_ops snd_sonicvibes_playback_ops = {
-+static const struct snd_pcm_ops snd_sonicvibes_playback_ops = {
-       .open =         snd_sonicvibes_playback_open,
-       .close =        snd_sonicvibes_playback_close,
-       .ioctl =        snd_pcm_lib_ioctl,
-@@ -866,7 +866,7 @@ static struct snd_pcm_ops snd_sonicvibes
-       .pointer =      snd_sonicvibes_playback_pointer,
- };
--static struct snd_pcm_ops snd_sonicvibes_capture_ops = {
-+static const struct snd_pcm_ops snd_sonicvibes_capture_ops = {
-       .open =         snd_sonicvibes_capture_open,
-       .close =        snd_sonicvibes_capture_close,
-       .ioctl =        snd_pcm_lib_ioctl,
-@@ -1255,7 +1255,7 @@ static int __devinit snd_sonicvibes_crea
-       struct sonicvibes *sonic;
-       unsigned int dmaa, dmac;
-       int err;
--      static struct snd_device_ops ops = {
-+      static const struct snd_device_ops ops = {
-               .dev_free =     snd_sonicvibes_dev_free,
-       };
-diff -urNp linux-2.6.39/sound/pci/trident/trident_main.c linux-2.6.39/sound/pci/trident/trident_main.c
---- linux-2.6.39/sound/pci/trident/trident_main.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/pci/trident/trident_main.c      2011-05-22 19:36:35.000000000 -0400
-@@ -3549,7 +3549,7 @@ int __devinit snd_trident_create(struct 
-       int i, err;
-       struct snd_trident_voice *voice;
-       struct snd_trident_pcm_mixer *tmix;
--      static struct snd_device_ops ops = {
-+      static const struct snd_device_ops ops = {
-               .dev_free =     snd_trident_dev_free,
-       };
-diff -urNp linux-2.6.39/sound/pci/via82xx.c linux-2.6.39/sound/pci/via82xx.c
---- linux-2.6.39/sound/pci/via82xx.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/pci/via82xx.c   2011-05-22 19:36:35.000000000 -0400
-@@ -1352,7 +1352,7 @@ static int snd_via8233_playback_close(st
- /* via686 playback callbacks */
--static struct snd_pcm_ops snd_via686_playback_ops = {
-+static const struct snd_pcm_ops snd_via686_playback_ops = {
-       .open =         snd_via686_playback_open,
-       .close =        snd_via82xx_pcm_close,
-       .ioctl =        snd_pcm_lib_ioctl,
-@@ -1365,7 +1365,7 @@ static struct snd_pcm_ops snd_via686_pla
- };
- /* via686 capture callbacks */
--static struct snd_pcm_ops snd_via686_capture_ops = {
-+static const struct snd_pcm_ops snd_via686_capture_ops = {
-       .open =         snd_via82xx_capture_open,
-       .close =        snd_via82xx_pcm_close,
-       .ioctl =        snd_pcm_lib_ioctl,
-@@ -1378,7 +1378,7 @@ static struct snd_pcm_ops snd_via686_cap
- };
- /* via823x DSX playback callbacks */
--static struct snd_pcm_ops snd_via8233_playback_ops = {
-+static const struct snd_pcm_ops snd_via8233_playback_ops = {
-       .open =         snd_via8233_playback_open,
-       .close =        snd_via8233_playback_close,
-       .ioctl =        snd_pcm_lib_ioctl,
-@@ -1391,7 +1391,7 @@ static struct snd_pcm_ops snd_via8233_pl
- };
- /* via823x multi-channel playback callbacks */
--static struct snd_pcm_ops snd_via8233_multi_ops = {
-+static const struct snd_pcm_ops snd_via8233_multi_ops = {
-       .open =         snd_via8233_multi_open,
-       .close =        snd_via82xx_pcm_close,
-       .ioctl =        snd_pcm_lib_ioctl,
-@@ -1404,7 +1404,7 @@ static struct snd_pcm_ops snd_via8233_mu
- };
++        time, it notably protects important data structures like task structs.
++
++        If frame pointers are enabled on x86, this option will also restrict
++        copies into and out of the kernel stack to local variables within a
++        single frame.
++
++        Since this has a negligible performance impact, you should enable
++        this feature.
++
++endmenu
++
++endmenu
++
+ config KEYS
+       bool "Enable access key retention support"
+       help
+@@ -167,7 +719,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 32768 if ARM
++      default 32768 if ALPHA || ARM || PARISC || SPARC32
+       default 65536
+       help
+         This is the portion of low virtual memory which should be protected
+diff -urNp linux-3.0.4/security/keys/keyring.c linux-3.0.4/security/keys/keyring.c
+--- linux-3.0.4/security/keys/keyring.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/security/keys/keyring.c        2011-08-23 21:47:56.000000000 -0400
+@@ -215,15 +215,15 @@ static long keyring_read(const struct ke
+                       ret = -EFAULT;
  
- /* via823x capture callbacks */
--static struct snd_pcm_ops snd_via8233_capture_ops = {
-+static const struct snd_pcm_ops snd_via8233_capture_ops = {
-       .open =         snd_via82xx_capture_open,
-       .close =        snd_via82xx_pcm_close,
-       .ioctl =        snd_pcm_lib_ioctl,
-@@ -1868,7 +1868,7 @@ static int __devinit snd_via82xx_mixer_n
- {
-       struct snd_ac97_template ac97;
-       int err;
--      static struct snd_ac97_bus_ops ops = {
-+      static const struct snd_ac97_bus_ops ops = {
-               .write = snd_via82xx_codec_write,
-               .read = snd_via82xx_codec_read,
-               .wait = snd_via82xx_codec_wait,
-@@ -2340,7 +2340,7 @@ static int __devinit snd_via82xx_create(
- {
-       struct via82xx *chip;
-       int err;
--        static struct snd_device_ops ops = {
-+        static const struct snd_device_ops ops = {
-               .dev_free =     snd_via82xx_dev_free,
-         };
-diff -urNp linux-2.6.39/sound/pci/via82xx_modem.c linux-2.6.39/sound/pci/via82xx_modem.c
---- linux-2.6.39/sound/pci/via82xx_modem.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/pci/via82xx_modem.c     2011-05-22 19:36:35.000000000 -0400
-@@ -799,7 +799,7 @@ static int snd_via82xx_pcm_close(struct 
- /* via686 playback callbacks */
--static struct snd_pcm_ops snd_via686_playback_ops = {
-+static const struct snd_pcm_ops snd_via686_playback_ops = {
-       .open =         snd_via82xx_playback_open,
-       .close =        snd_via82xx_pcm_close,
-       .ioctl =        snd_pcm_lib_ioctl,
-@@ -812,7 +812,7 @@ static struct snd_pcm_ops snd_via686_pla
- };
+                       for (loop = 0; loop < klist->nkeys; loop++) {
++                              key_serial_t serial;
+                               key = klist->keys[loop];
++                              serial = key->serial;
  
- /* via686 capture callbacks */
--static struct snd_pcm_ops snd_via686_capture_ops = {
-+static const struct snd_pcm_ops snd_via686_capture_ops = {
-       .open =         snd_via82xx_capture_open,
-       .close =        snd_via82xx_pcm_close,
-       .ioctl =        snd_pcm_lib_ioctl,
-@@ -889,7 +889,7 @@ static int __devinit snd_via82xx_mixer_n
- {
-       struct snd_ac97_template ac97;
-       int err;
--      static struct snd_ac97_bus_ops ops = {
-+      static const struct snd_ac97_bus_ops ops = {
-               .write = snd_via82xx_codec_write,
-               .read = snd_via82xx_codec_read,
-               .wait = snd_via82xx_codec_wait,
-@@ -1105,7 +1105,7 @@ static int __devinit snd_via82xx_create(
- {
-       struct via82xx_modem *chip;
-       int err;
--        static struct snd_device_ops ops = {
-+        static const struct snd_device_ops ops = {
-               .dev_free =     snd_via82xx_dev_free,
-         };
-diff -urNp linux-2.6.39/sound/pci/vx222/vx222.c linux-2.6.39/sound/pci/vx222/vx222.c
---- linux-2.6.39/sound/pci/vx222/vx222.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/pci/vx222/vx222.c       2011-05-22 19:36:35.000000000 -0400
-@@ -141,7 +141,7 @@ static int __devinit snd_vx222_create(st
-       struct vx_core *chip;
-       struct snd_vx222 *vx;
-       int i, err;
--      static struct snd_device_ops ops = {
-+      static const struct snd_device_ops ops = {
-               .dev_free =     snd_vx222_dev_free,
-       };
-       struct snd_vx_ops *vx_ops;
-diff -urNp linux-2.6.39/sound/pci/ymfpci/ymfpci_main.c linux-2.6.39/sound/pci/ymfpci/ymfpci_main.c
---- linux-2.6.39/sound/pci/ymfpci/ymfpci_main.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/pci/ymfpci/ymfpci_main.c        2011-05-22 19:36:35.000000000 -0400
-@@ -202,8 +202,8 @@ static void snd_ymfpci_hw_stop(struct sn
-               if ((snd_ymfpci_readl(chip, YDSXGR_STATUS) & 2) == 0)
-                       break;
-       }
--      if (atomic_read(&chip->interrupt_sleep_count)) {
--              atomic_set(&chip->interrupt_sleep_count, 0);
-+      if (atomic_read_unchecked(&chip->interrupt_sleep_count)) {
-+              atomic_set_unchecked(&chip->interrupt_sleep_count, 0);
-               wake_up(&chip->interrupt_sleep);
-       }
-       __end:
-@@ -787,7 +787,7 @@ static void snd_ymfpci_irq_wait(struct s
-                       continue;
-               init_waitqueue_entry(&wait, current);
-               add_wait_queue(&chip->interrupt_sleep, &wait);
--              atomic_inc(&chip->interrupt_sleep_count);
-+              atomic_inc_unchecked(&chip->interrupt_sleep_count);
-               schedule_timeout_uninterruptible(msecs_to_jiffies(50));
-               remove_wait_queue(&chip->interrupt_sleep, &wait);
-       }
-@@ -825,8 +825,8 @@ static irqreturn_t snd_ymfpci_interrupt(
-               snd_ymfpci_writel(chip, YDSXGR_MODE, mode);
-               spin_unlock(&chip->reg_lock);
+                               tmp = sizeof(key_serial_t);
+                               if (tmp > buflen)
+                                       tmp = buflen;
  
--              if (atomic_read(&chip->interrupt_sleep_count)) {
--                      atomic_set(&chip->interrupt_sleep_count, 0);
-+              if (atomic_read_unchecked(&chip->interrupt_sleep_count)) {
-+                      atomic_set_unchecked(&chip->interrupt_sleep_count, 0);
-                       wake_up(&chip->interrupt_sleep);
-               }
-       }
-@@ -2344,7 +2344,7 @@ int __devinit snd_ymfpci_create(struct s
- {
-       struct snd_ymfpci *chip;
-       int err;
--      static struct snd_device_ops ops = {
-+      static const struct snd_device_ops ops = {
-               .dev_free =     snd_ymfpci_dev_free,
-       };
-       
-@@ -2363,7 +2363,7 @@ int __devinit snd_ymfpci_create(struct s
-       spin_lock_init(&chip->reg_lock);
-       spin_lock_init(&chip->voice_lock);
-       init_waitqueue_head(&chip->interrupt_sleep);
--      atomic_set(&chip->interrupt_sleep_count, 0);
-+      atomic_set_unchecked(&chip->interrupt_sleep_count, 0);
-       chip->card = card;
-       chip->pci = pci;
-       chip->irq = -1;
-diff -urNp linux-2.6.39/sound/pcmcia/pdaudiocf/pdaudiocf.c linux-2.6.39/sound/pcmcia/pdaudiocf/pdaudiocf.c
---- linux-2.6.39/sound/pcmcia/pdaudiocf/pdaudiocf.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/pcmcia/pdaudiocf/pdaudiocf.c    2011-05-22 19:36:35.000000000 -0400
-@@ -94,7 +94,7 @@ static int snd_pdacf_probe(struct pcmcia
-       int i, err;
-       struct snd_pdacf *pdacf;
-       struct snd_card *card;
--      static struct snd_device_ops ops = {
-+      static const struct snd_device_ops ops = {
-               .dev_free =     snd_pdacf_dev_free,
-       };
+-                              if (copy_to_user(buffer,
+-                                               &key->serial,
+-                                               tmp) != 0)
++                              if (copy_to_user(buffer, &serial, tmp))
+                                       goto error;
  
-diff -urNp linux-2.6.39/sound/pcmcia/vx/vxpocket.c linux-2.6.39/sound/pcmcia/vx/vxpocket.c
---- linux-2.6.39/sound/pcmcia/vx/vxpocket.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/pcmcia/vx/vxpocket.c    2011-05-22 19:36:35.000000000 -0400
-@@ -137,7 +137,7 @@ static int snd_vxpocket_new(struct snd_c
+                               buflen -= tmp;
+diff -urNp linux-3.0.4/security/min_addr.c linux-3.0.4/security/min_addr.c
+--- linux-3.0.4/security/min_addr.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/security/min_addr.c    2011-08-23 21:48:14.000000000 -0400
+@@ -14,6 +14,7 @@ unsigned long dac_mmap_min_addr = CONFIG
+  */
+ static void update_mmap_min_addr(void)
  {
-       struct vx_core *chip;
-       struct snd_vxpocket *vxp;
--      static struct snd_device_ops ops = {
-+      static const struct snd_device_ops ops = {
-               .dev_free =     snd_vxpocket_dev_free,
-       };
-       int err;
-diff -urNp linux-2.6.39/sound/ppc/pmac.c linux-2.6.39/sound/ppc/pmac.c
---- linux-2.6.39/sound/ppc/pmac.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/ppc/pmac.c      2011-05-22 19:36:35.000000000 -0400
-@@ -1186,7 +1186,7 @@ int __devinit snd_pmac_new(struct snd_ca
-       int i, err;
-       unsigned int irq;
-       unsigned long ctrl_addr, txdma_addr, rxdma_addr;
--      static struct snd_device_ops ops = {
-+      static const struct snd_device_ops ops = {
-               .dev_free =     snd_pmac_dev_free,
-       };
-diff -urNp linux-2.6.39/sound/ppc/snd_ps3.c linux-2.6.39/sound/ppc/snd_ps3.c
---- linux-2.6.39/sound/ppc/snd_ps3.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/ppc/snd_ps3.c   2011-05-22 19:36:35.000000000 -0400
-@@ -773,7 +773,7 @@ static struct snd_kcontrol_new spdif_ctl
-       },
- };
--static struct snd_pcm_ops snd_ps3_pcm_spdif_ops = {
-+static const struct snd_pcm_ops snd_ps3_pcm_spdif_ops = {
-       .open = snd_ps3_pcm_open,
-       .close = snd_ps3_pcm_close,
-       .ioctl = snd_pcm_lib_ioctl,
-diff -urNp linux-2.6.39/sound/sh/aica.c linux-2.6.39/sound/sh/aica.c
---- linux-2.6.39/sound/sh/aica.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/sh/aica.c       2011-05-22 19:36:35.000000000 -0400
-@@ -441,7 +441,7 @@ static unsigned long snd_aicapcm_pcm_poi
-       return readl(AICA_CONTROL_CHANNEL_SAMPLE_NUMBER);
- }
--static struct snd_pcm_ops snd_aicapcm_playback_ops = {
-+static const struct snd_pcm_ops snd_aicapcm_playback_ops = {
-       .open = snd_aicapcm_pcm_open,
-       .close = snd_aicapcm_pcm_close,
-       .ioctl = snd_pcm_lib_ioctl,
-diff -urNp linux-2.6.39/sound/sh/sh_dac_audio.c linux-2.6.39/sound/sh/sh_dac_audio.c
---- linux-2.6.39/sound/sh/sh_dac_audio.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/sh/sh_dac_audio.c       2011-05-22 19:36:35.000000000 -0400
-@@ -246,7 +246,7 @@ snd_pcm_uframes_t snd_sh_dac_pcm_pointer
- }
- /* pcm ops */
--static struct snd_pcm_ops snd_sh_dac_pcm_ops = {
-+static const struct snd_pcm_ops snd_sh_dac_pcm_ops = {
-       .open           = snd_sh_dac_pcm_open,
-       .close          = snd_sh_dac_pcm_close,
-       .ioctl          = snd_pcm_lib_ioctl,
-@@ -352,7 +352,7 @@ static int __devinit snd_sh_dac_create(s
-       struct snd_sh_dac *chip;
-       int err;
--      static struct snd_device_ops ops = {
-+      static const struct snd_device_ops ops = {
-                  .dev_free = snd_sh_dac_dev_free,
-       };
-diff -urNp linux-2.6.39/sound/soc/atmel/atmel-pcm.c linux-2.6.39/sound/soc/atmel/atmel-pcm.c
---- linux-2.6.39/sound/soc/atmel/atmel-pcm.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/soc/atmel/atmel-pcm.c   2011-05-22 19:36:35.000000000 -0400
-@@ -346,7 +346,7 @@ static int atmel_pcm_mmap(struct snd_pcm
-                      vma->vm_end - vma->vm_start, vma->vm_page_prot);
- }
--static struct snd_pcm_ops atmel_pcm_ops = {
-+static const struct snd_pcm_ops atmel_pcm_ops = {
-       .open           = atmel_pcm_open,
-       .close          = atmel_pcm_close,
-       .ioctl          = snd_pcm_lib_ioctl,
-diff -urNp linux-2.6.39/sound/soc/atmel/playpaq_wm8510.c linux-2.6.39/sound/soc/atmel/playpaq_wm8510.c
---- linux-2.6.39/sound/soc/atmel/playpaq_wm8510.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/soc/atmel/playpaq_wm8510.c      2011-05-22 19:36:35.000000000 -0400
-@@ -289,7 +289,7 @@ static int playpaq_wm8510_hw_params(stru
--static struct snd_soc_ops playpaq_wm8510_ops = {
-+static const struct snd_soc_ops playpaq_wm8510_ops = {
-       .hw_params = playpaq_wm8510_hw_params,
- };
-diff -urNp linux-2.6.39/sound/soc/atmel/sam9g20_wm8731.c linux-2.6.39/sound/soc/atmel/sam9g20_wm8731.c
---- linux-2.6.39/sound/soc/atmel/sam9g20_wm8731.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/soc/atmel/sam9g20_wm8731.c      2011-05-22 19:36:35.000000000 -0400
-@@ -87,7 +87,7 @@ static int at91sam9g20ek_hw_params(struc
-       return 0;
- }
--static struct snd_soc_ops at91sam9g20ek_ops = {
-+static const struct snd_soc_ops at91sam9g20ek_ops = {
-       .hw_params = at91sam9g20ek_hw_params,
- };
-diff -urNp linux-2.6.39/sound/soc/atmel/snd-soc-afeb9260.c linux-2.6.39/sound/soc/atmel/snd-soc-afeb9260.c
---- linux-2.6.39/sound/soc/atmel/snd-soc-afeb9260.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/soc/atmel/snd-soc-afeb9260.c    2011-05-22 19:36:35.000000000 -0400
-@@ -81,7 +81,7 @@ static int afeb9260_hw_params(struct snd
-       return err;
- }
--static struct snd_soc_ops afeb9260_ops = {
-+static const struct snd_soc_ops afeb9260_ops = {
-       .hw_params = afeb9260_hw_params,
- };
-diff -urNp linux-2.6.39/sound/soc/au1x/db1200.c linux-2.6.39/sound/soc/au1x/db1200.c
---- linux-2.6.39/sound/soc/au1x/db1200.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/soc/au1x/db1200.c       2011-05-22 19:36:35.000000000 -0400
-@@ -67,7 +67,7 @@ out:
-       return ret;
- }
--static struct snd_soc_ops db1200_i2s_wm8731_ops = {
-+static const struct snd_soc_ops db1200_i2s_wm8731_ops = {
-       .startup        = db1200_i2s_startup,
- };
-diff -urNp linux-2.6.39/sound/soc/au1x/dbdma2.c linux-2.6.39/sound/soc/au1x/dbdma2.c
---- linux-2.6.39/sound/soc/au1x/dbdma2.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/soc/au1x/dbdma2.c       2011-05-22 19:36:35.000000000 -0400
-@@ -303,7 +303,7 @@ static int au1xpsc_pcm_close(struct snd_
-       return 0;
- }
--static struct snd_pcm_ops au1xpsc_pcm_ops = {
-+static const struct snd_pcm_ops au1xpsc_pcm_ops = {
-       .open           = au1xpsc_pcm_open,
-       .close          = au1xpsc_pcm_close,
-       .ioctl          = snd_pcm_lib_ioctl,
-diff -urNp linux-2.6.39/sound/soc/blackfin/bf5xx-ac97.c linux-2.6.39/sound/soc/blackfin/bf5xx-ac97.c
---- linux-2.6.39/sound/soc/blackfin/bf5xx-ac97.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/soc/blackfin/bf5xx-ac97.c       2011-05-22 19:36:35.000000000 -0400
-@@ -244,7 +244,7 @@ static void bf5xx_ac97_cold_reset(struct
- #endif
- }
--struct snd_ac97_bus_ops soc_ac97_ops = {
-+const struct snd_ac97_bus_ops soc_ac97_ops = {
-       .read   = bf5xx_ac97_read,
-       .write  = bf5xx_ac97_write,
-       .warm_reset     = bf5xx_ac97_warm_reset,
-diff -urNp linux-2.6.39/sound/soc/blackfin/bf5xx-ac97.h linux-2.6.39/sound/soc/blackfin/bf5xx-ac97.h
---- linux-2.6.39/sound/soc/blackfin/bf5xx-ac97.h       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/soc/blackfin/bf5xx-ac97.h       2011-05-22 19:36:35.000000000 -0400
-@@ -9,7 +9,7 @@
- #ifndef _BF5XX_AC97_H
- #define _BF5XX_AC97_H
--extern struct snd_ac97_bus_ops bf5xx_ac97_ops;
-+extern const struct snd_ac97_bus_ops bf5xx_ac97_ops;
- extern struct snd_ac97 *ac97;
- /* Frame format in memory, only support stereo currently */
- struct ac97_frame {
-diff -urNp linux-2.6.39/sound/soc/blackfin/bf5xx-ac97-pcm.c linux-2.6.39/sound/soc/blackfin/bf5xx-ac97-pcm.c
---- linux-2.6.39/sound/soc/blackfin/bf5xx-ac97-pcm.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/soc/blackfin/bf5xx-ac97-pcm.c   2011-05-22 19:36:35.000000000 -0400
-@@ -297,7 +297,7 @@ static     int bf5xx_pcm_copy(struct snd_pcm
- }
- #endif
--static struct snd_pcm_ops bf5xx_pcm_ac97_ops = {
-+static const struct snd_pcm_ops bf5xx_pcm_ac97_ops = {
-       .open           = bf5xx_pcm_open,
-       .ioctl          = snd_pcm_lib_ioctl,
-       .hw_params      = bf5xx_pcm_hw_params,
-diff -urNp linux-2.6.39/sound/soc/blackfin/bf5xx-ad1836.c linux-2.6.39/sound/soc/blackfin/bf5xx-ad1836.c
---- linux-2.6.39/sound/soc/blackfin/bf5xx-ad1836.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/soc/blackfin/bf5xx-ad1836.c     2011-05-22 19:36:35.000000000 -0400
-@@ -74,7 +74,7 @@ static int bf5xx_ad1836_hw_params(struct
-       return 0;
- }
--static struct snd_soc_ops bf5xx_ad1836_ops = {
-+static const struct snd_soc_ops bf5xx_ad1836_ops = {
-       .startup = bf5xx_ad1836_startup,
-       .hw_params = bf5xx_ad1836_hw_params,
- };
-diff -urNp linux-2.6.39/sound/soc/blackfin/bf5xx-ad193x.c linux-2.6.39/sound/soc/blackfin/bf5xx-ad193x.c
---- linux-2.6.39/sound/soc/blackfin/bf5xx-ad193x.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/soc/blackfin/bf5xx-ad193x.c     2011-05-22 19:36:35.000000000 -0400
-@@ -88,7 +88,7 @@ static int bf5xx_ad193x_hw_params(struct
-       return 0;
- }
--static struct snd_soc_ops bf5xx_ad193x_ops = {
-+static const struct snd_soc_ops bf5xx_ad193x_ops = {
-       .startup = bf5xx_ad193x_startup,
-       .hw_params = bf5xx_ad193x_hw_params,
- };
-diff -urNp linux-2.6.39/sound/soc/blackfin/bf5xx-ad1980.c linux-2.6.39/sound/soc/blackfin/bf5xx-ad1980.c
---- linux-2.6.39/sound/soc/blackfin/bf5xx-ad1980.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/soc/blackfin/bf5xx-ad1980.c     2011-05-22 19:36:35.000000000 -0400
-@@ -63,7 +63,7 @@ static int bf5xx_board_startup(struct sn
-       return 0;
- }
--static struct snd_soc_ops bf5xx_board_ops = {
-+static const struct snd_soc_ops bf5xx_board_ops = {
-       .startup = bf5xx_board_startup,
- };
-diff -urNp linux-2.6.39/sound/soc/blackfin/bf5xx-ad73311.c linux-2.6.39/sound/soc/blackfin/bf5xx-ad73311.c
---- linux-2.6.39/sound/soc/blackfin/bf5xx-ad73311.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/soc/blackfin/bf5xx-ad73311.c    2011-05-22 19:36:35.000000000 -0400
-@@ -175,7 +175,7 @@ static int bf5xx_ad73311_hw_params(struc
- }
--static struct snd_soc_ops bf5xx_ad73311_ops = {
-+static const struct snd_soc_ops bf5xx_ad73311_ops = {
-       .startup = bf5xx_ad73311_startup,
-       .hw_params = bf5xx_ad73311_hw_params,
- };
-diff -urNp linux-2.6.39/sound/soc/blackfin/bf5xx-i2s-pcm.c linux-2.6.39/sound/soc/blackfin/bf5xx-i2s-pcm.c
---- linux-2.6.39/sound/soc/blackfin/bf5xx-i2s-pcm.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/soc/blackfin/bf5xx-i2s-pcm.c    2011-05-22 19:36:35.000000000 -0400
-@@ -183,7 +183,7 @@ static int bf5xx_pcm_mmap(struct snd_pcm
-       return 0 ;
- }
--static struct snd_pcm_ops bf5xx_pcm_i2s_ops = {
-+static const struct snd_pcm_ops bf5xx_pcm_i2s_ops = {
-       .open           = bf5xx_pcm_open,
-       .ioctl          = snd_pcm_lib_ioctl,
-       .hw_params      = bf5xx_pcm_hw_params,
-diff -urNp linux-2.6.39/sound/soc/blackfin/bf5xx-ssm2602.c linux-2.6.39/sound/soc/blackfin/bf5xx-ssm2602.c
---- linux-2.6.39/sound/soc/blackfin/bf5xx-ssm2602.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/soc/blackfin/bf5xx-ssm2602.c    2011-05-22 19:36:35.000000000 -0400
-@@ -108,7 +108,7 @@ static int bf5xx_ssm2602_hw_params(struc
-       return 0;
- }
--static struct snd_soc_ops bf5xx_ssm2602_ops = {
-+static const struct snd_soc_ops bf5xx_ssm2602_ops = {
-       .startup = bf5xx_ssm2602_startup,
-       .hw_params = bf5xx_ssm2602_hw_params,
- };
-diff -urNp linux-2.6.39/sound/soc/blackfin/bf5xx-tdm-pcm.c linux-2.6.39/sound/soc/blackfin/bf5xx-tdm-pcm.c
---- linux-2.6.39/sound/soc/blackfin/bf5xx-tdm-pcm.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/soc/blackfin/bf5xx-tdm-pcm.c    2011-05-22 19:36:35.000000000 -0400
-@@ -220,7 +220,7 @@ static int bf5xx_pcm_silence(struct snd_
- }
--struct snd_pcm_ops bf5xx_pcm_tdm_ops = {
-+const struct snd_pcm_ops bf5xx_pcm_tdm_ops = {
-       .open           = bf5xx_pcm_open,
-       .ioctl          = snd_pcm_lib_ioctl,
-       .hw_params      = bf5xx_pcm_hw_params,
-diff -urNp linux-2.6.39/sound/soc/davinci/davinci-evm.c linux-2.6.39/sound/soc/davinci/davinci-evm.c
---- linux-2.6.39/sound/soc/davinci/davinci-evm.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/soc/davinci/davinci-evm.c       2011-05-22 19:36:35.000000000 -0400
-@@ -88,11 +88,11 @@ static int evm_spdif_hw_params(struct sn
-       return snd_soc_dai_set_fmt(cpu_dai, AUDIO_FORMAT);
- }
--static struct snd_soc_ops evm_ops = {
-+static const struct snd_soc_ops evm_ops = {
-       .hw_params = evm_hw_params,
- };
--static struct snd_soc_ops evm_spdif_ops = {
-+static const struct snd_soc_ops evm_spdif_ops = {
-       .hw_params = evm_spdif_hw_params,
- };
-diff -urNp linux-2.6.39/sound/soc/davinci/davinci-pcm.c linux-2.6.39/sound/soc/davinci/davinci-pcm.c
---- linux-2.6.39/sound/soc/davinci/davinci-pcm.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/soc/davinci/davinci-pcm.c       2011-05-22 19:36:35.000000000 -0400
-@@ -748,7 +748,7 @@ static int davinci_pcm_mmap(struct snd_p
-                                    runtime->dma_bytes);
- }
--static struct snd_pcm_ops davinci_pcm_ops = {
-+static const struct snd_pcm_ops davinci_pcm_ops = {
-       .open =         davinci_pcm_open,
-       .close =        davinci_pcm_close,
-       .ioctl =        snd_pcm_lib_ioctl,
-diff -urNp linux-2.6.39/sound/soc/davinci/davinci-sffsdr.c linux-2.6.39/sound/soc/davinci/davinci-sffsdr.c
---- linux-2.6.39/sound/soc/davinci/davinci-sffsdr.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/soc/davinci/davinci-sffsdr.c    2011-05-22 19:36:35.000000000 -0400
-@@ -75,7 +75,7 @@ static int sffsdr_hw_params(struct snd_p
++#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
  }
  
--static struct snd_soc_ops sffsdr_ops = {
-+static const struct snd_soc_ops sffsdr_ops = {
-       .hw_params = sffsdr_hw_params,
- };
-diff -urNp linux-2.6.39/sound/soc/ep93xx/edb93xx.c linux-2.6.39/sound/soc/ep93xx/edb93xx.c
---- linux-2.6.39/sound/soc/ep93xx/edb93xx.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/soc/ep93xx/edb93xx.c    2011-05-22 19:36:35.000000000 -0400
-@@ -74,7 +74,7 @@ static int edb93xx_hw_params(struct snd_
-                                     SND_SOC_CLOCK_OUT);
- }
--static struct snd_soc_ops edb93xx_ops = {
-+static const struct snd_soc_ops edb93xx_ops = {
-       .hw_params      = edb93xx_hw_params,
- };
-diff -urNp linux-2.6.39/sound/soc/ep93xx/ep93xx-ac97.c linux-2.6.39/sound/soc/ep93xx/ep93xx-ac97.c
---- linux-2.6.39/sound/soc/ep93xx/ep93xx-ac97.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/soc/ep93xx/ep93xx-ac97.c        2011-05-22 19:36:35.000000000 -0400
-@@ -239,7 +239,7 @@ static irqreturn_t ep93xx_ac97_interrupt
-       return IRQ_HANDLED;
- }
--struct snd_ac97_bus_ops soc_ac97_ops = {
-+const struct snd_ac97_bus_ops soc_ac97_ops = {
-       .read           = ep93xx_ac97_read,
-       .write          = ep93xx_ac97_write,
-       .reset          = ep93xx_ac97_cold_reset,
-diff -urNp linux-2.6.39/sound/soc/ep93xx/ep93xx-pcm.c linux-2.6.39/sound/soc/ep93xx/ep93xx-pcm.c
---- linux-2.6.39/sound/soc/ep93xx/ep93xx-pcm.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/soc/ep93xx/ep93xx-pcm.c 2011-05-22 19:36:35.000000000 -0400
-@@ -216,7 +216,7 @@ static int ep93xx_pcm_mmap(struct snd_pc
-                                    runtime->dma_bytes);
- }
--static struct snd_pcm_ops ep93xx_pcm_ops = {
-+static const struct snd_pcm_ops ep93xx_pcm_ops = {
-       .open           = ep93xx_pcm_open,
-       .close          = ep93xx_pcm_close,
-       .ioctl          = snd_pcm_lib_ioctl,
-diff -urNp linux-2.6.39/sound/soc/ep93xx/snappercl15.c linux-2.6.39/sound/soc/ep93xx/snappercl15.c
---- linux-2.6.39/sound/soc/ep93xx/snappercl15.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/soc/ep93xx/snappercl15.c        2011-05-22 19:36:35.000000000 -0400
-@@ -55,7 +55,7 @@ static int snappercl15_hw_params(struct 
-       return 0;
- }
--static struct snd_soc_ops snappercl15_ops = {
-+static const struct snd_soc_ops snappercl15_ops = {
-       .hw_params      = snappercl15_hw_params,
- };
-diff -urNp linux-2.6.39/sound/soc/fsl/fsl_dma.c linux-2.6.39/sound/soc/fsl/fsl_dma.c
---- linux-2.6.39/sound/soc/fsl/fsl_dma.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/soc/fsl/fsl_dma.c       2011-05-22 19:36:35.000000000 -0400
-@@ -887,7 +887,7 @@ static struct device_node *find_ssi_node
-       return NULL;
- }
--static struct snd_pcm_ops fsl_dma_ops = {
-+static const struct snd_pcm_ops fsl_dma_ops = {
-       .open           = fsl_dma_open,
-       .close          = fsl_dma_close,
-       .ioctl          = snd_pcm_lib_ioctl,
-diff -urNp linux-2.6.39/sound/soc/fsl/mpc8610_hpcd.c linux-2.6.39/sound/soc/fsl/mpc8610_hpcd.c
---- linux-2.6.39/sound/soc/fsl/mpc8610_hpcd.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/soc/fsl/mpc8610_hpcd.c  2011-05-22 19:36:35.000000000 -0400
-@@ -175,7 +175,7 @@ static int mpc8610_hpcd_machine_remove(s
- /**
-  * mpc8610_hpcd_ops: ASoC machine driver operations
-  */
--static struct snd_soc_ops mpc8610_hpcd_ops = {
-+static const struct snd_soc_ops mpc8610_hpcd_ops = {
-       .startup = mpc8610_hpcd_startup,
- };
-diff -urNp linux-2.6.39/sound/soc/fsl/p1022_ds.c linux-2.6.39/sound/soc/fsl/p1022_ds.c
---- linux-2.6.39/sound/soc/fsl/p1022_ds.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/soc/fsl/p1022_ds.c      2011-05-22 19:36:35.000000000 -0400
-@@ -185,7 +185,7 @@ static int p1022_ds_machine_remove(struc
- /**
-  * p1022_ds_ops: ASoC machine driver operations
-  */
--static struct snd_soc_ops p1022_ds_ops = {
-+static const struct snd_soc_ops p1022_ds_ops = {
-       .startup = p1022_ds_startup,
- };
-diff -urNp linux-2.6.39/sound/soc/imx/eukrea-tlv320.c linux-2.6.39/sound/soc/imx/eukrea-tlv320.c
---- linux-2.6.39/sound/soc/imx/eukrea-tlv320.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/soc/imx/eukrea-tlv320.c 2011-05-22 19:36:35.000000000 -0400
-@@ -71,7 +71,7 @@ static int eukrea_tlv320_hw_params(struc
-       return 0;
- }
--static struct snd_soc_ops eukrea_tlv320_snd_ops = {
-+static const struct snd_soc_ops eukrea_tlv320_snd_ops = {
-       .hw_params      = eukrea_tlv320_hw_params,
- };
-diff -urNp linux-2.6.39/sound/soc/imx/imx-pcm-dma-mx2.c linux-2.6.39/sound/soc/imx/imx-pcm-dma-mx2.c
---- linux-2.6.39/sound/soc/imx/imx-pcm-dma-mx2.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/soc/imx/imx-pcm-dma-mx2.c       2011-05-22 19:36:35.000000000 -0400
-@@ -283,7 +283,7 @@ static int snd_imx_close(struct snd_pcm_
-       return 0;
- }
--static struct snd_pcm_ops imx_pcm_ops = {
-+static const struct snd_pcm_ops imx_pcm_ops = {
-       .open           = snd_imx_open,
-       .close          = snd_imx_close,
-       .ioctl          = snd_pcm_lib_ioctl,
-diff -urNp linux-2.6.39/sound/soc/imx/imx-pcm-fiq.c linux-2.6.39/sound/soc/imx/imx-pcm-fiq.c
---- linux-2.6.39/sound/soc/imx/imx-pcm-fiq.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/soc/imx/imx-pcm-fiq.c   2011-05-22 19:36:35.000000000 -0400
-@@ -225,7 +225,7 @@ static int snd_imx_close(struct snd_pcm_
-       return 0;
- }
--static struct snd_pcm_ops imx_pcm_ops = {
-+static const struct snd_pcm_ops imx_pcm_ops = {
-       .open           = snd_imx_open,
-       .close          = snd_imx_close,
-       .ioctl          = snd_pcm_lib_ioctl,
-diff -urNp linux-2.6.39/sound/soc/imx/mx27vis-aic32x4.c linux-2.6.39/sound/soc/imx/mx27vis-aic32x4.c
---- linux-2.6.39/sound/soc/imx/mx27vis-aic32x4.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/soc/imx/mx27vis-aic32x4.c       2011-05-22 19:36:35.000000000 -0400
-@@ -70,7 +70,7 @@ static int mx27vis_aic32x4_hw_params(str
-       return 0;
- }
--static struct snd_soc_ops mx27vis_aic32x4_snd_ops = {
-+static const struct snd_soc_ops mx27vis_aic32x4_snd_ops = {
-       .hw_params      = mx27vis_aic32x4_hw_params,
- };
-diff -urNp linux-2.6.39/sound/soc/imx/phycore-ac97.c linux-2.6.39/sound/soc/imx/phycore-ac97.c
---- linux-2.6.39/sound/soc/imx/phycore-ac97.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/soc/imx/phycore-ac97.c  2011-05-22 19:36:35.000000000 -0400
-@@ -21,7 +21,7 @@
- static struct snd_soc_card imx_phycore;
--static struct snd_soc_ops imx_phycore_hifi_ops = {
-+static const struct snd_soc_ops imx_phycore_hifi_ops = {
- };
- static struct snd_soc_dai_link imx_phycore_dai_ac97[] = {
-diff -urNp linux-2.6.39/sound/soc/imx/wm1133-ev1.c linux-2.6.39/sound/soc/imx/wm1133-ev1.c
---- linux-2.6.39/sound/soc/imx/wm1133-ev1.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/soc/imx/wm1133-ev1.c    2011-05-22 19:36:35.000000000 -0400
-@@ -149,7 +149,7 @@ static int wm1133_ev1_hw_params(struct s
-       return 0;
- }
--static struct snd_soc_ops wm1133_ev1_ops = {
-+static const struct snd_soc_ops wm1133_ev1_ops = {
-       .hw_params = wm1133_ev1_hw_params,
- };
-diff -urNp linux-2.6.39/sound/soc/jz4740/jz4740-pcm.c linux-2.6.39/sound/soc/jz4740/jz4740-pcm.c
---- linux-2.6.39/sound/soc/jz4740/jz4740-pcm.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/soc/jz4740/jz4740-pcm.c 2011-05-22 19:36:35.000000000 -0400
-@@ -244,7 +244,7 @@ static int jz4740_pcm_mmap(struct snd_pc
-                       vma->vm_end - vma->vm_start, vma->vm_page_prot);
- }
--static struct snd_pcm_ops jz4740_pcm_ops = {
-+static const struct snd_pcm_ops jz4740_pcm_ops = {
-       .open           = jz4740_pcm_open,
-       .close          = jz4740_pcm_close,
-       .ioctl          = snd_pcm_lib_ioctl,
-diff -urNp linux-2.6.39/sound/soc/kirkwood/kirkwood-openrd.c linux-2.6.39/sound/soc/kirkwood/kirkwood-openrd.c
---- linux-2.6.39/sound/soc/kirkwood/kirkwood-openrd.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/soc/kirkwood/kirkwood-openrd.c  2011-05-22 19:36:35.000000000 -0400
-@@ -56,7 +56,7 @@ static int openrd_client_hw_params(struc
- }
--static struct snd_soc_ops openrd_client_ops = {
-+static const struct snd_soc_ops openrd_client_ops = {
-       .hw_params = openrd_client_hw_params,
- };
-diff -urNp linux-2.6.39/sound/soc/kirkwood/kirkwood-t5325.c linux-2.6.39/sound/soc/kirkwood/kirkwood-t5325.c
---- linux-2.6.39/sound/soc/kirkwood/kirkwood-t5325.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/soc/kirkwood/kirkwood-t5325.c   2011-05-22 19:36:35.000000000 -0400
-@@ -44,7 +44,7 @@ static int t5325_hw_params(struct snd_pc
- }
--static struct snd_soc_ops t5325_ops = {
-+static const struct snd_soc_ops t5325_ops = {
-       .hw_params = t5325_hw_params,
- };
-diff -urNp linux-2.6.39/sound/soc/mid-x86/sst_platform.c linux-2.6.39/sound/soc/mid-x86/sst_platform.c
---- linux-2.6.39/sound/soc/mid-x86/sst_platform.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/soc/mid-x86/sst_platform.c      2011-05-22 19:36:35.000000000 -0400
-@@ -381,7 +381,7 @@ static int sst_platform_pcm_hw_free(stru
-       return snd_pcm_lib_free_pages(substream);
- }
--static struct snd_pcm_ops sst_platform_ops = {
-+static const struct snd_pcm_ops sst_platform_ops = {
-       .open = sst_platform_open,
-       .close = sst_platform_close,
-       .ioctl = snd_pcm_lib_ioctl,
-diff -urNp linux-2.6.39/sound/soc/nuc900/nuc900-pcm.c linux-2.6.39/sound/soc/nuc900/nuc900-pcm.c
---- linux-2.6.39/sound/soc/nuc900/nuc900-pcm.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/soc/nuc900/nuc900-pcm.c 2011-05-22 19:36:35.000000000 -0400
-@@ -297,7 +297,7 @@ static int nuc900_dma_mmap(struct snd_pc
-                                       runtime->dma_bytes);
- }
--static struct snd_pcm_ops nuc900_dma_ops = {
-+static const struct snd_pcm_ops nuc900_dma_ops = {
-       .open           = nuc900_dma_open,
-       .close          = nuc900_dma_close,
-       .ioctl          = snd_pcm_lib_ioctl,
-diff -urNp linux-2.6.39/sound/soc/omap/am3517evm.c linux-2.6.39/sound/soc/omap/am3517evm.c
---- linux-2.6.39/sound/soc/omap/am3517evm.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/soc/omap/am3517evm.c    2011-05-22 19:36:35.000000000 -0400
-@@ -88,7 +88,7 @@ static int am3517evm_hw_params(struct sn
-       return 0;
- }
--static struct snd_soc_ops am3517evm_ops = {
-+static const struct snd_soc_ops am3517evm_ops = {
-       .hw_params = am3517evm_hw_params,
- };
-diff -urNp linux-2.6.39/sound/soc/omap/ams-delta.c linux-2.6.39/sound/soc/omap/ams-delta.c
---- linux-2.6.39/sound/soc/omap/ams-delta.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/soc/omap/ams-delta.c    2011-05-22 19:36:35.000000000 -0400
-@@ -420,7 +420,7 @@ static int ams_delta_hw_params(struct sn
-                                  SND_SOC_DAIFMT_CBM_CFM);
- }
--static struct snd_soc_ops ams_delta_ops = {
-+static const struct snd_soc_ops ams_delta_ops = {
-       .hw_params = ams_delta_hw_params,
- };
-diff -urNp linux-2.6.39/sound/soc/omap/igep0020.c linux-2.6.39/sound/soc/omap/igep0020.c
---- linux-2.6.39/sound/soc/omap/igep0020.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/soc/omap/igep0020.c     2011-05-22 19:36:35.000000000 -0400
-@@ -72,7 +72,7 @@ static int igep2_hw_params(struct snd_pc
-       return 0;
- }
--static struct snd_soc_ops igep2_ops = {
-+static const struct snd_soc_ops igep2_ops = {
-       .hw_params = igep2_hw_params,
- };
-diff -urNp linux-2.6.39/sound/soc/omap/n810.c linux-2.6.39/sound/soc/omap/n810.c
---- linux-2.6.39/sound/soc/omap/n810.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/soc/omap/n810.c 2011-05-22 19:36:35.000000000 -0400
-@@ -141,7 +141,7 @@ static int n810_hw_params(struct snd_pcm
-       return err;
- }
--static struct snd_soc_ops n810_ops = {
-+static const struct snd_soc_ops n810_ops = {
-       .startup = n810_startup,
-       .hw_params = n810_hw_params,
-       .shutdown = n810_shutdown,
-diff -urNp linux-2.6.39/sound/soc/omap/omap2evm.c linux-2.6.39/sound/soc/omap/omap2evm.c
---- linux-2.6.39/sound/soc/omap/omap2evm.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/soc/omap/omap2evm.c     2011-05-22 19:36:35.000000000 -0400
-@@ -74,7 +74,7 @@ static int omap2evm_hw_params(struct snd
-       return 0;
- }
--static struct snd_soc_ops omap2evm_ops = {
-+static const struct snd_soc_ops omap2evm_ops = {
-       .hw_params = omap2evm_hw_params,
- };
-diff -urNp linux-2.6.39/sound/soc/omap/omap3beagle.c linux-2.6.39/sound/soc/omap/omap3beagle.c
---- linux-2.6.39/sound/soc/omap/omap3beagle.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/soc/omap/omap3beagle.c  2011-05-22 19:36:35.000000000 -0400
-@@ -82,7 +82,7 @@ static int omap3beagle_hw_params(struct 
-       return 0;
- }
--static struct snd_soc_ops omap3beagle_ops = {
-+static const struct snd_soc_ops omap3beagle_ops = {
-       .hw_params = omap3beagle_hw_params,
- };
-diff -urNp linux-2.6.39/sound/soc/omap/omap3evm.c linux-2.6.39/sound/soc/omap/omap3evm.c
---- linux-2.6.39/sound/soc/omap/omap3evm.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/soc/omap/omap3evm.c     2011-05-22 19:36:35.000000000 -0400
-@@ -70,7 +70,7 @@ static int omap3evm_hw_params(struct snd
-       return 0;
- }
--static struct snd_soc_ops omap3evm_ops = {
-+static const struct snd_soc_ops omap3evm_ops = {
-       .hw_params = omap3evm_hw_params,
- };
-diff -urNp linux-2.6.39/sound/soc/omap/omap3pandora.c linux-2.6.39/sound/soc/omap/omap3pandora.c
---- linux-2.6.39/sound/soc/omap/omap3pandora.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/soc/omap/omap3pandora.c 2011-05-22 19:36:35.000000000 -0400
-@@ -218,7 +218,7 @@ static int omap3pandora_in_init(struct s
-       return snd_soc_dapm_sync(dapm);
- }
--static struct snd_soc_ops omap3pandora_ops = {
-+static const struct snd_soc_ops omap3pandora_ops = {
-       .hw_params = omap3pandora_hw_params,
- };
-diff -urNp linux-2.6.39/sound/soc/omap/omap-pcm.c linux-2.6.39/sound/soc/omap/omap-pcm.c
---- linux-2.6.39/sound/soc/omap/omap-pcm.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/soc/omap/omap-pcm.c     2011-05-22 19:36:35.000000000 -0400
-@@ -311,7 +311,7 @@ static int omap_pcm_mmap(struct snd_pcm_
-                                    runtime->dma_bytes);
- }
--static struct snd_pcm_ops omap_pcm_ops = {
-+static const struct snd_pcm_ops omap_pcm_ops = {
-       .open           = omap_pcm_open,
-       .close          = omap_pcm_close,
-       .ioctl          = snd_pcm_lib_ioctl,
-diff -urNp linux-2.6.39/sound/soc/omap/osk5912.c linux-2.6.39/sound/soc/omap/osk5912.c
---- linux-2.6.39/sound/soc/omap/osk5912.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/soc/omap/osk5912.c      2011-05-22 19:36:35.000000000 -0400
-@@ -90,7 +90,7 @@ static int osk_hw_params(struct snd_pcm_
-       return err;
- }
--static struct snd_soc_ops osk_ops = {
-+static const struct snd_soc_ops osk_ops = {
-       .startup = osk_startup,
-       .hw_params = osk_hw_params,
-       .shutdown = osk_shutdown,
-diff -urNp linux-2.6.39/sound/soc/omap/overo.c linux-2.6.39/sound/soc/omap/overo.c
---- linux-2.6.39/sound/soc/omap/overo.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/soc/omap/overo.c        2011-05-22 19:36:35.000000000 -0400
-@@ -72,7 +72,7 @@ static int overo_hw_params(struct snd_pc
-       return 0;
- }
--static struct snd_soc_ops overo_ops = {
-+static const struct snd_soc_ops overo_ops = {
-       .hw_params = overo_hw_params,
- };
-diff -urNp linux-2.6.39/sound/soc/omap/rx51.c linux-2.6.39/sound/soc/omap/rx51.c
---- linux-2.6.39/sound/soc/omap/rx51.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/soc/omap/rx51.c 2011-05-22 19:36:35.000000000 -0400
-@@ -139,7 +139,7 @@ static int rx51_hw_params(struct snd_pcm
-                                     SND_SOC_CLOCK_IN);
- }
--static struct snd_soc_ops rx51_ops = {
-+static const struct snd_soc_ops rx51_ops = {
-       .startup = rx51_startup,
-       .hw_params = rx51_hw_params,
- };
-diff -urNp linux-2.6.39/sound/soc/omap/sdp3430.c linux-2.6.39/sound/soc/omap/sdp3430.c
---- linux-2.6.39/sound/soc/omap/sdp3430.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/soc/omap/sdp3430.c      2011-05-22 19:36:35.000000000 -0400
-@@ -87,7 +87,7 @@ static int sdp3430_hw_params(struct snd_
-       return 0;
- }
--static struct snd_soc_ops sdp3430_ops = {
-+static const struct snd_soc_ops sdp3430_ops = {
-       .hw_params = sdp3430_hw_params,
- };
-@@ -130,7 +130,7 @@ static int sdp3430_hw_voice_params(struc
-       return 0;
- }
--static struct snd_soc_ops sdp3430_voice_ops = {
-+static const struct snd_soc_ops sdp3430_voice_ops = {
-       .hw_params = sdp3430_hw_voice_params,
- };
-diff -urNp linux-2.6.39/sound/soc/omap/sdp4430.c linux-2.6.39/sound/soc/omap/sdp4430.c
---- linux-2.6.39/sound/soc/omap/sdp4430.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/soc/omap/sdp4430.c      2011-05-22 19:36:35.000000000 -0400
-@@ -62,7 +62,7 @@ static int sdp4430_hw_params(struct snd_
-       return ret;
- }
--static struct snd_soc_ops sdp4430_ops = {
-+static const struct snd_soc_ops sdp4430_ops = {
-       .hw_params = sdp4430_hw_params,
- };
-diff -urNp linux-2.6.39/sound/soc/omap/zoom2.c linux-2.6.39/sound/soc/omap/zoom2.c
---- linux-2.6.39/sound/soc/omap/zoom2.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/soc/omap/zoom2.c        2011-05-22 19:36:35.000000000 -0400
-@@ -78,7 +78,7 @@ static int zoom2_hw_params(struct snd_pc
-       return 0;
- }
--static struct snd_soc_ops zoom2_ops = {
-+static const struct snd_soc_ops zoom2_ops = {
-       .hw_params = zoom2_hw_params,
- };
-@@ -121,7 +121,7 @@ static int zoom2_hw_voice_params(struct 
-       return 0;
- }
--static struct snd_soc_ops zoom2_voice_ops = {
-+static const struct snd_soc_ops zoom2_voice_ops = {
-       .hw_params = zoom2_hw_voice_params,
- };
-diff -urNp linux-2.6.39/sound/soc/pxa/corgi.c linux-2.6.39/sound/soc/pxa/corgi.c
---- linux-2.6.39/sound/soc/pxa/corgi.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/soc/pxa/corgi.c 2011-05-22 19:36:35.000000000 -0400
-@@ -169,7 +169,7 @@ static int corgi_hw_params(struct snd_pc
-       return 0;
- }
--static struct snd_soc_ops corgi_ops = {
-+static const struct snd_soc_ops corgi_ops = {
-       .startup = corgi_startup,
-       .hw_params = corgi_hw_params,
-       .shutdown = corgi_shutdown,
-diff -urNp linux-2.6.39/sound/soc/pxa/imote2.c linux-2.6.39/sound/soc/pxa/imote2.c
---- linux-2.6.39/sound/soc/pxa/imote2.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/soc/pxa/imote2.c        2011-05-22 19:36:35.000000000 -0400
-@@ -56,7 +56,7 @@ static int imote2_asoc_hw_params(struct 
-       return ret;
- }
+ /*
+diff -urNp linux-3.0.4/security/security.c linux-3.0.4/security/security.c
+--- linux-3.0.4/security/security.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/security/security.c    2011-08-23 21:48:14.000000000 -0400
+@@ -25,8 +25,8 @@ static __initdata char chosen_lsm[SECURI
+ /* things that live in capability.c */
+ extern void __init security_fixup_ops(struct security_operations *ops);
  
--static struct snd_soc_ops imote2_asoc_ops = {
-+static const struct snd_soc_ops imote2_asoc_ops = {
-       .hw_params = imote2_asoc_hw_params,
+-static struct security_operations *security_ops;
+-static struct security_operations default_security_ops = {
++static struct security_operations *security_ops __read_only;
++static struct security_operations default_security_ops __read_only = {
+       .name   = "default",
  };
  
-diff -urNp linux-2.6.39/sound/soc/pxa/magician.c linux-2.6.39/sound/soc/pxa/magician.c
---- linux-2.6.39/sound/soc/pxa/magician.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/soc/pxa/magician.c      2011-05-22 19:36:35.000000000 -0400
-@@ -258,12 +258,12 @@ static int magician_capture_hw_params(st
-       return 0;
- }
--static struct snd_soc_ops magician_capture_ops = {
-+static const struct snd_soc_ops magician_capture_ops = {
-       .startup = magician_startup,
-       .hw_params = magician_capture_hw_params,
- };
+@@ -67,7 +67,9 @@ int __init security_init(void)
  
--static struct snd_soc_ops magician_playback_ops = {
-+static const struct snd_soc_ops magician_playback_ops = {
-       .startup = magician_startup,
-       .hw_params = magician_playback_hw_params,
- };
-diff -urNp linux-2.6.39/sound/soc/pxa/mioa701_wm9713.c linux-2.6.39/sound/soc/pxa/mioa701_wm9713.c
---- linux-2.6.39/sound/soc/pxa/mioa701_wm9713.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/soc/pxa/mioa701_wm9713.c        2011-05-22 19:36:35.000000000 -0400
-@@ -156,7 +156,7 @@ static int mioa701_wm9713_init(struct sn
-       return 0;
+ void reset_security_ops(void)
+ {
++      pax_open_kernel();
+       security_ops = &default_security_ops;
++      pax_close_kernel();
  }
  
--static struct snd_soc_ops mioa701_ops;
-+static const struct snd_soc_ops mioa701_ops;
+ /* Save user chosen LSM */
+diff -urNp linux-3.0.4/security/selinux/hooks.c linux-3.0.4/security/selinux/hooks.c
+--- linux-3.0.4/security/selinux/hooks.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/security/selinux/hooks.c       2011-08-23 21:48:14.000000000 -0400
+@@ -93,7 +93,6 @@
+ #define NUM_SEL_MNT_OPTS 5
  
- static struct snd_soc_dai_link mioa701_dai[] = {
-       {
-diff -urNp linux-2.6.39/sound/soc/pxa/poodle.c linux-2.6.39/sound/soc/pxa/poodle.c
---- linux-2.6.39/sound/soc/pxa/poodle.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/soc/pxa/poodle.c        2011-05-22 19:36:35.000000000 -0400
-@@ -148,7 +148,7 @@ static int poodle_hw_params(struct snd_p
-       return 0;
- }
+ extern int selinux_nlmsg_lookup(u16 sclass, u16 nlmsg_type, u32 *perm);
+-extern struct security_operations *security_ops;
  
--static struct snd_soc_ops poodle_ops = {
-+static const struct snd_soc_ops poodle_ops = {
-       .startup = poodle_startup,
-       .hw_params = poodle_hw_params,
-       .shutdown = poodle_shutdown,
-diff -urNp linux-2.6.39/sound/soc/pxa/pxa2xx-ac97.c linux-2.6.39/sound/soc/pxa/pxa2xx-ac97.c
---- linux-2.6.39/sound/soc/pxa/pxa2xx-ac97.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/soc/pxa/pxa2xx-ac97.c   2011-05-22 19:36:35.000000000 -0400
-@@ -40,7 +40,7 @@ static void pxa2xx_ac97_cold_reset(struc
-       pxa2xx_ac97_finish_reset(ac97);
- }
--struct snd_ac97_bus_ops soc_ac97_ops = {
-+const struct snd_ac97_bus_ops soc_ac97_ops = {
-       .read   = pxa2xx_ac97_read,
-       .write  = pxa2xx_ac97_write,
-       .warm_reset     = pxa2xx_ac97_warm_reset,
-diff -urNp linux-2.6.39/sound/soc/pxa/pxa2xx-ac97.h linux-2.6.39/sound/soc/pxa/pxa2xx-ac97.h
---- linux-2.6.39/sound/soc/pxa/pxa2xx-ac97.h   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/soc/pxa/pxa2xx-ac97.h   2011-05-22 19:36:35.000000000 -0400
-@@ -15,6 +15,6 @@
- #define PXA2XX_DAI_AC97_MIC           2
- /* platform data */
--extern struct snd_ac97_bus_ops pxa2xx_ac97_ops;
-+extern const struct snd_ac97_bus_ops pxa2xx_ac97_ops;
+ /* SECMARK reference count */
+ atomic_t selinux_secmark_refcount = ATOMIC_INIT(0);
+@@ -5454,7 +5453,7 @@ static int selinux_key_getsecurity(struc
  
  #endif
-diff -urNp linux-2.6.39/sound/soc/pxa/raumfeld.c linux-2.6.39/sound/soc/pxa/raumfeld.c
---- linux-2.6.39/sound/soc/pxa/raumfeld.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/soc/pxa/raumfeld.c      2011-05-22 19:36:35.000000000 -0400
-@@ -145,7 +145,7 @@ static int raumfeld_cs4270_hw_params(str
-       return 0;
- }
--static struct snd_soc_ops raumfeld_cs4270_ops = {
-+static const struct snd_soc_ops raumfeld_cs4270_ops = {
-       .startup = raumfeld_cs4270_startup,
-       .shutdown = raumfeld_cs4270_shutdown,
-       .hw_params = raumfeld_cs4270_hw_params,
-@@ -221,7 +221,7 @@ static int raumfeld_ak4104_hw_params(str
-       return 0;
- }
--static struct snd_soc_ops raumfeld_ak4104_ops = {
-+static const struct snd_soc_ops raumfeld_ak4104_ops = {
-       .hw_params = raumfeld_ak4104_hw_params,
- };
-diff -urNp linux-2.6.39/sound/soc/pxa/saarb.c linux-2.6.39/sound/soc/pxa/saarb.c
---- linux-2.6.39/sound/soc/pxa/saarb.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/soc/pxa/saarb.c 2011-05-22 19:36:35.000000000 -0400
-@@ -106,7 +106,7 @@ static int saarb_i2s_hw_params(struct sn
-       return ret;
- }
--static struct snd_soc_ops saarb_i2s_ops = {
-+static const struct snd_soc_ops saarb_i2s_ops = {
-       .hw_params      = saarb_i2s_hw_params,
- };
-diff -urNp linux-2.6.39/sound/soc/pxa/spitz.c linux-2.6.39/sound/soc/pxa/spitz.c
---- linux-2.6.39/sound/soc/pxa/spitz.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/soc/pxa/spitz.c 2011-05-22 19:36:35.000000000 -0400
-@@ -169,7 +169,7 @@ static int spitz_hw_params(struct snd_pc
-       return 0;
- }
--static struct snd_soc_ops spitz_ops = {
-+static const struct snd_soc_ops spitz_ops = {
-       .startup = spitz_startup,
-       .hw_params = spitz_hw_params,
- };
-diff -urNp linux-2.6.39/sound/soc/pxa/tavorevb3.c linux-2.6.39/sound/soc/pxa/tavorevb3.c
---- linux-2.6.39/sound/soc/pxa/tavorevb3.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/soc/pxa/tavorevb3.c     2011-05-22 19:36:35.000000000 -0400
-@@ -106,7 +106,7 @@ static int evb3_i2s_hw_params(struct snd
-       return ret;
- }
--static struct snd_soc_ops evb3_i2s_ops = {
-+static const struct snd_soc_ops evb3_i2s_ops = {
-       .hw_params      = evb3_i2s_hw_params,
- };
-diff -urNp linux-2.6.39/sound/soc/pxa/tosa.c linux-2.6.39/sound/soc/pxa/tosa.c
---- linux-2.6.39/sound/soc/pxa/tosa.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/soc/pxa/tosa.c  2011-05-22 19:36:35.000000000 -0400
-@@ -92,7 +92,7 @@ static int tosa_startup(struct snd_pcm_s
-       return 0;
- }
--static struct snd_soc_ops tosa_ops = {
-+static const struct snd_soc_ops tosa_ops = {
-       .startup = tosa_startup,
- };
-diff -urNp linux-2.6.39/sound/soc/pxa/z2.c linux-2.6.39/sound/soc/pxa/z2.c
---- linux-2.6.39/sound/soc/pxa/z2.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/soc/pxa/z2.c    2011-05-22 19:36:35.000000000 -0400
-@@ -187,7 +187,7 @@ err:
-       return ret;
- }
--static struct snd_soc_ops z2_ops = {
-+static const struct snd_soc_ops z2_ops = {
-       .hw_params = z2_hw_params,
- };
-diff -urNp linux-2.6.39/sound/soc/pxa/zylonite.c linux-2.6.39/sound/soc/pxa/zylonite.c
---- linux-2.6.39/sound/soc/pxa/zylonite.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/soc/pxa/zylonite.c      2011-05-22 19:36:35.000000000 -0400
-@@ -156,7 +156,7 @@ static int zylonite_voice_hw_params(stru
-       return 0;
- }
--static struct snd_soc_ops zylonite_voice_ops = {
-+static const struct snd_soc_ops zylonite_voice_ops = {
-       .hw_params = zylonite_voice_hw_params,
- };
-diff -urNp linux-2.6.39/sound/soc/s6000/s6000-pcm.c linux-2.6.39/sound/soc/s6000/s6000-pcm.c
---- linux-2.6.39/sound/soc/s6000/s6000-pcm.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/soc/s6000/s6000-pcm.c   2011-05-22 19:36:35.000000000 -0400
-@@ -420,7 +420,7 @@ static int s6000_pcm_hw_free(struct snd_
-       return snd_pcm_lib_free_pages(substream);
- }
--static struct snd_pcm_ops s6000_pcm_ops = {
-+static const struct snd_pcm_ops s6000_pcm_ops = {
-       .open =         s6000_pcm_open,
-       .close =        s6000_pcm_close,
-       .ioctl =        snd_pcm_lib_ioctl,
-diff -urNp linux-2.6.39/sound/soc/s6000/s6105-ipcam.c linux-2.6.39/sound/soc/s6000/s6105-ipcam.c
---- linux-2.6.39/sound/soc/s6000/s6105-ipcam.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/soc/s6000/s6105-ipcam.c 2011-05-22 19:36:35.000000000 -0400
-@@ -55,7 +55,7 @@ static int s6105_hw_params(struct snd_pc
-       return 0;
- }
--static struct snd_soc_ops s6105_ops = {
-+static const struct snd_soc_ops s6105_ops = {
-       .hw_params = s6105_hw_params,
- };
-diff -urNp linux-2.6.39/sound/soc/samsung/goni_wm8994.c linux-2.6.39/sound/soc/samsung/goni_wm8994.c
---- linux-2.6.39/sound/soc/samsung/goni_wm8994.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/soc/samsung/goni_wm8994.c       2011-05-22 19:36:35.000000000 -0400
-@@ -176,7 +176,7 @@ static int goni_hifi_hw_params(struct sn
-       return 0;
- }
  
--static struct snd_soc_ops goni_hifi_ops = {
-+static const struct snd_soc_ops goni_hifi_ops = {
-       .hw_params = goni_hifi_hw_params,
- };
-@@ -227,7 +227,7 @@ static struct snd_soc_dai_driver voice_d
-               .formats = SNDRV_PCM_FMTBIT_S16_LE,},
- };
+-static struct security_operations selinux_ops = {
++static struct security_operations selinux_ops __read_only = {
+       .name =                         "selinux",
  
--static struct snd_soc_ops goni_voice_ops = {
-+static const struct snd_soc_ops goni_voice_ops = {
-       .hw_params = goni_voice_hw_params,
- };
+       .ptrace_access_check =          selinux_ptrace_access_check,
+diff -urNp linux-3.0.4/security/selinux/include/xfrm.h linux-3.0.4/security/selinux/include/xfrm.h
+--- linux-3.0.4/security/selinux/include/xfrm.h        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/security/selinux/include/xfrm.h        2011-08-23 21:47:56.000000000 -0400
+@@ -48,7 +48,7 @@ int selinux_xfrm_decode_session(struct s
  
-diff -urNp linux-2.6.39/sound/soc/samsung/h1940_uda1380.c linux-2.6.39/sound/soc/samsung/h1940_uda1380.c
---- linux-2.6.39/sound/soc/samsung/h1940_uda1380.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/soc/samsung/h1940_uda1380.c     2011-05-22 19:36:35.000000000 -0400
-@@ -136,7 +136,7 @@ static int h1940_hw_params(struct snd_pc
-       return 0;
+ static inline void selinux_xfrm_notify_policyload(void)
+ {
+-      atomic_inc(&flow_cache_genid);
++      atomic_inc_unchecked(&flow_cache_genid);
  }
+ #else
+ static inline int selinux_xfrm_enabled(void)
+diff -urNp linux-3.0.4/security/selinux/ss/services.c linux-3.0.4/security/selinux/ss/services.c
+--- linux-3.0.4/security/selinux/ss/services.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/security/selinux/ss/services.c 2011-08-23 21:48:14.000000000 -0400
+@@ -1814,6 +1814,8 @@ int security_load_policy(void *data, siz
+       int rc = 0;
+       struct policy_file file = { data, len }, *fp = &file;
  
--static struct snd_soc_ops h1940_ops = {
-+static const struct snd_soc_ops h1940_ops = {
-       .startup        = h1940_startup,
-       .hw_params      = h1940_hw_params,
};
-diff -urNp linux-2.6.39/sound/soc/samsung/jive_wm8750.c linux-2.6.39/sound/soc/samsung/jive_wm8750.c
---- linux-2.6.39/sound/soc/samsung/jive_wm8750.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/soc/samsung/jive_wm8750.c       2011-05-22 19:36:35.000000000 -0400
-@@ -92,7 +92,7 @@ static int jive_hw_params(struct snd_pcm
++      pax_track_stack();
++
+       if (!ss_initialized) {
+               avtab_cache_init();
              rc = policydb_read(&policydb, fp);
+diff -urNp linux-3.0.4/security/smack/smack_lsm.c linux-3.0.4/security/smack/smack_lsm.c
+--- linux-3.0.4/security/smack/smack_lsm.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/security/smack/smack_lsm.c     2011-08-23 21:47:56.000000000 -0400
+@@ -3392,7 +3392,7 @@ static int smack_inode_getsecctx(struct 
        return 0;
  }
  
--static struct snd_soc_ops jive_ops = {
-+static const struct snd_soc_ops jive_ops = {
-       .hw_params      = jive_hw_params,
- };
+-struct security_operations smack_ops = {
++struct security_operations smack_ops __read_only = {
+       .name =                         "smack",
  
-diff -urNp linux-2.6.39/sound/soc/samsung/neo1973_wm8753.c linux-2.6.39/sound/soc/samsung/neo1973_wm8753.c
---- linux-2.6.39/sound/soc/samsung/neo1973_wm8753.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/soc/samsung/neo1973_wm8753.c    2011-05-22 19:36:35.000000000 -0400
-@@ -128,7 +128,7 @@ static int neo1973_hifi_hw_free(struct s
- /*
-  * Neo1973 WM8753 HiFi DAI opserations.
+       .ptrace_access_check =          smack_ptrace_access_check,
+diff -urNp linux-3.0.4/security/tomoyo/tomoyo.c linux-3.0.4/security/tomoyo/tomoyo.c
+--- linux-3.0.4/security/tomoyo/tomoyo.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/security/tomoyo/tomoyo.c       2011-08-23 21:47:56.000000000 -0400
+@@ -240,7 +240,7 @@ static int tomoyo_sb_pivotroot(struct pa
+  * tomoyo_security_ops is a "struct security_operations" which is used for
+  * registering TOMOYO.
   */
--static struct snd_soc_ops neo1973_hifi_ops = {
-+static const struct snd_soc_ops neo1973_hifi_ops = {
-       .hw_params = neo1973_hifi_hw_params,
-       .hw_free = neo1973_hifi_hw_free,
- };
-@@ -187,7 +187,7 @@ static int neo1973_voice_hw_free(struct 
-       return snd_soc_dai_set_pll(codec_dai, WM8753_PLL2, 0, 0, 0);
- }
--static struct snd_soc_ops neo1973_voice_ops = {
-+static const struct snd_soc_ops neo1973_voice_ops = {
-       .hw_params = neo1973_voice_hw_params,
-       .hw_free = neo1973_voice_hw_free,
- };
-diff -urNp linux-2.6.39/sound/soc/samsung/rx1950_uda1380.c linux-2.6.39/sound/soc/samsung/rx1950_uda1380.c
---- linux-2.6.39/sound/soc/samsung/rx1950_uda1380.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/soc/samsung/rx1950_uda1380.c    2011-05-22 19:36:35.000000000 -0400
-@@ -70,7 +70,7 @@ static struct snd_soc_jack_gpio hp_jack_
-       },
- };
+-static struct security_operations tomoyo_security_ops = {
++static struct security_operations tomoyo_security_ops __read_only = {
+       .name                = "tomoyo",
+       .cred_alloc_blank    = tomoyo_cred_alloc_blank,
+       .cred_prepare        = tomoyo_cred_prepare,
+diff -urNp linux-3.0.4/sound/aoa/codecs/onyx.c linux-3.0.4/sound/aoa/codecs/onyx.c
+--- linux-3.0.4/sound/aoa/codecs/onyx.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/sound/aoa/codecs/onyx.c        2011-08-23 21:47:56.000000000 -0400
+@@ -54,7 +54,7 @@ struct onyx {
+                               spdif_locked:1,
+                               analog_locked:1,
+                               original_mute:2;
+-      int                     open_count;
++      local_t                 open_count;
+       struct codec_info       *codec_info;
  
--static struct snd_soc_ops rx1950_ops = {
-+static const struct snd_soc_ops rx1950_ops = {
-       .startup        = rx1950_startup,
-       .hw_params      = rx1950_hw_params,
- };
-diff -urNp linux-2.6.39/sound/soc/samsung/s3c24xx_simtec.c linux-2.6.39/sound/soc/samsung/s3c24xx_simtec.c
---- linux-2.6.39/sound/soc/samsung/s3c24xx_simtec.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/soc/samsung/s3c24xx_simtec.c    2011-05-22 19:36:35.000000000 -0400
-@@ -228,7 +228,7 @@ static int simtec_call_startup(struct s3
-       return 0;
- }
+       /* mutex serializes concurrent access to the device
+@@ -753,7 +753,7 @@ static int onyx_open(struct codec_info_i
+       struct onyx *onyx = cii->codec_data;
  
--static struct snd_soc_ops simtec_snd_ops = {
-+static const struct snd_soc_ops simtec_snd_ops = {
-       .hw_params      = simtec_hw_params,
};
+       mutex_lock(&onyx->mutex);
+-      onyx->open_count++;
++      local_inc(&onyx->open_count);
      mutex_unlock(&onyx->mutex);
  
-diff -urNp linux-2.6.39/sound/soc/samsung/s3c24xx_uda134x.c linux-2.6.39/sound/soc/samsung/s3c24xx_uda134x.c
---- linux-2.6.39/sound/soc/samsung/s3c24xx_uda134x.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/soc/samsung/s3c24xx_uda134x.c   2011-05-22 19:36:35.000000000 -0400
-@@ -210,7 +210,7 @@ static int s3c24xx_uda134x_hw_params(str
        return 0;
- }
--static struct snd_soc_ops s3c24xx_uda134x_ops = {
-+static const struct snd_soc_ops s3c24xx_uda134x_ops = {
-       .startup = s3c24xx_uda134x_startup,
-       .shutdown = s3c24xx_uda134x_shutdown,
-       .hw_params = s3c24xx_uda134x_hw_params,
-diff -urNp linux-2.6.39/sound/soc/samsung/smartq_wm8987.c linux-2.6.39/sound/soc/samsung/smartq_wm8987.c
---- linux-2.6.39/sound/soc/samsung/smartq_wm8987.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/soc/samsung/smartq_wm8987.c     2011-05-22 19:36:35.000000000 -0400
-@@ -92,7 +92,7 @@ static int smartq_hifi_hw_params(struct 
- /*
-  * SmartQ WM8987 HiFi DAI operations.
-  */
--static struct snd_soc_ops smartq_hifi_ops = {
-+static const struct snd_soc_ops smartq_hifi_ops = {
-       .hw_params = smartq_hifi_hw_params,
- };
+@@ -765,8 +765,7 @@ static int onyx_close(struct codec_info_
+       struct onyx *onyx = cii->codec_data;
  
-diff -urNp linux-2.6.39/sound/soc/samsung/smdk_spdif.c linux-2.6.39/sound/soc/samsung/smdk_spdif.c
---- linux-2.6.39/sound/soc/samsung/smdk_spdif.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/soc/samsung/smdk_spdif.c        2011-05-22 19:36:35.000000000 -0400
-@@ -143,7 +143,7 @@ static int smdk_hw_params(struct snd_pcm
-       return ret;
- }
+       mutex_lock(&onyx->mutex);
+-      onyx->open_count--;
+-      if (!onyx->open_count)
++      if (local_dec_and_test(&onyx->open_count))
+               onyx->spdif_locked = onyx->analog_locked = 0;
+       mutex_unlock(&onyx->mutex);
  
--static struct snd_soc_ops smdk_spdif_ops = {
-+static const struct snd_soc_ops smdk_spdif_ops = {
-       .hw_params = smdk_hw_params,
- };
+diff -urNp linux-3.0.4/sound/aoa/codecs/onyx.h linux-3.0.4/sound/aoa/codecs/onyx.h
+--- linux-3.0.4/sound/aoa/codecs/onyx.h        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/sound/aoa/codecs/onyx.h        2011-08-23 21:47:56.000000000 -0400
+@@ -11,6 +11,7 @@
+ #include <linux/i2c.h>
+ #include <asm/pmac_low_i2c.h>
+ #include <asm/prom.h>
++#include <asm/local.h>
  
-diff -urNp linux-2.6.39/sound/soc/samsung/smdk_wm8580.c linux-2.6.39/sound/soc/samsung/smdk_wm8580.c
---- linux-2.6.39/sound/soc/samsung/smdk_wm8580.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/soc/samsung/smdk_wm8580.c       2011-05-22 19:36:35.000000000 -0400
-@@ -114,7 +114,7 @@ static int smdk_hw_params(struct snd_pcm
- /*
-  * SMDK WM8580 DAI operations.
-  */
--static struct snd_soc_ops smdk_ops = {
-+static const struct snd_soc_ops smdk_ops = {
-       .hw_params = smdk_hw_params,
- };
+ /* PCM3052 register definitions */
  
-diff -urNp linux-2.6.39/sound/soc/sh/dma-sh7760.c linux-2.6.39/sound/soc/sh/dma-sh7760.c
---- linux-2.6.39/sound/soc/sh/dma-sh7760.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/soc/sh/dma-sh7760.c     2011-05-22 19:36:35.000000000 -0400
-@@ -311,7 +311,7 @@ static snd_pcm_uframes_t camelot_pos(str
-       return bytes_to_frames(runtime, pos);
- }
--static struct snd_pcm_ops camelot_pcm_ops = {
-+static const struct snd_pcm_ops camelot_pcm_ops = {
-       .open           = camelot_pcm_open,
-       .close          = camelot_pcm_close,
-       .ioctl          = snd_pcm_lib_ioctl,
-diff -urNp linux-2.6.39/sound/soc/sh/hac.c linux-2.6.39/sound/soc/sh/hac.c
---- linux-2.6.39/sound/soc/sh/hac.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/soc/sh/hac.c    2011-05-22 19:36:35.000000000 -0400
-@@ -227,7 +227,7 @@ static void hac_ac97_coldrst(struct snd_
-       hac_ac97_warmrst(ac97);
- }
--struct snd_ac97_bus_ops soc_ac97_ops = {
-+const struct snd_ac97_bus_ops soc_ac97_ops = {
-       .read   = hac_ac97_read,
-       .write  = hac_ac97_write,
-       .reset  = hac_ac97_coldrst,
-diff -urNp linux-2.6.39/sound/soc/sh/migor.c linux-2.6.39/sound/soc/sh/migor.c
---- linux-2.6.39/sound/soc/sh/migor.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/soc/sh/migor.c  2011-05-22 19:36:35.000000000 -0400
-@@ -108,7 +108,7 @@ static int migor_hw_free(struct snd_pcm_
-       return 0;
- }
+diff -urNp linux-3.0.4/sound/core/seq/seq_device.c linux-3.0.4/sound/core/seq/seq_device.c
+--- linux-3.0.4/sound/core/seq/seq_device.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/sound/core/seq/seq_device.c    2011-08-23 21:47:56.000000000 -0400
+@@ -63,7 +63,7 @@ struct ops_list {
+       int argsize;            /* argument size */
+       /* operators */
+-      struct snd_seq_dev_ops ops;
++      struct snd_seq_dev_ops *ops;
+       /* registred devices */
+       struct list_head dev_list;      /* list of devices */
+@@ -332,7 +332,7 @@ int snd_seq_device_register_driver(char 
+       mutex_lock(&ops->reg_mutex);
+       /* copy driver operators */
+-      ops->ops = *entry;
++      ops->ops = entry;
+       ops->driver |= DRIVER_LOADED;
+       ops->argsize = argsize;
+@@ -462,7 +462,7 @@ static int init_device(struct snd_seq_de
+                          dev->name, ops->id, ops->argsize, dev->argsize);
+               return -EINVAL;
+       }
+-      if (ops->ops.init_device(dev) >= 0) {
++      if (ops->ops->init_device(dev) >= 0) {
+               dev->status = SNDRV_SEQ_DEVICE_REGISTERED;
+               ops->num_init_devices++;
+       } else {
+@@ -489,7 +489,7 @@ static int free_device(struct snd_seq_de
+                          dev->name, ops->id, ops->argsize, dev->argsize);
+               return -EINVAL;
+       }
+-      if ((result = ops->ops.free_device(dev)) >= 0 || result == -ENXIO) {
++      if ((result = ops->ops->free_device(dev)) >= 0 || result == -ENXIO) {
+               dev->status = SNDRV_SEQ_DEVICE_FREE;
+               dev->driver_data = NULL;
+               ops->num_init_devices--;
+diff -urNp linux-3.0.4/sound/drivers/mts64.c linux-3.0.4/sound/drivers/mts64.c
+--- linux-3.0.4/sound/drivers/mts64.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/sound/drivers/mts64.c  2011-08-23 21:47:56.000000000 -0400
+@@ -28,6 +28,7 @@
+ #include <sound/initval.h>
+ #include <sound/rawmidi.h>
+ #include <sound/control.h>
++#include <asm/local.h>
  
--static struct snd_soc_ops migor_dai_ops = {
-+static const struct snd_soc_ops migor_dai_ops = {
-       .hw_params = migor_hw_params,
-       .hw_free = migor_hw_free,
- };
-diff -urNp linux-2.6.39/sound/soc/sh/siu_pcm.c linux-2.6.39/sound/soc/sh/siu_pcm.c
---- linux-2.6.39/sound/soc/sh/siu_pcm.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/soc/sh/siu_pcm.c        2011-05-22 19:36:35.000000000 -0400
-@@ -597,7 +597,7 @@ static void siu_pcm_free(struct snd_pcm 
-       dev_dbg(pcm->card->dev, "%s\n", __func__);
- }
--static struct snd_pcm_ops siu_pcm_ops = {
-+static const struct snd_pcm_ops siu_pcm_ops = {
-       .open           = siu_pcm_open,
-       .close          = siu_pcm_close,
-       .ioctl          = snd_pcm_lib_ioctl,
-diff -urNp linux-2.6.39/sound/soc/tegra/harmony.c linux-2.6.39/sound/soc/tegra/harmony.c
---- linux-2.6.39/sound/soc/tegra/harmony.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/soc/tegra/harmony.c     2011-05-22 19:36:35.000000000 -0400
-@@ -126,7 +126,7 @@ static int harmony_asoc_hw_params(struct
-       return 0;
- }
+ #define CARD_NAME "Miditerminal 4140"
+ #define DRIVER_NAME "MTS64"
+@@ -66,7 +67,7 @@ struct mts64 {
+       struct pardevice *pardev;
+       int pardev_claimed;
  
--static struct snd_soc_ops harmony_asoc_ops = {
-+static const struct snd_soc_ops harmony_asoc_ops = {
-       .hw_params = harmony_asoc_hw_params,
- };
+-      int open_count;
++      local_t open_count;
+       int current_midi_output_port;
+       int current_midi_input_port;
+       u8 mode[MTS64_NUM_INPUT_PORTS];
+@@ -696,7 +697,7 @@ static int snd_mts64_rawmidi_open(struct
+ {
+       struct mts64 *mts = substream->rmidi->private_data;
  
-diff -urNp linux-2.6.39/sound/soc/tegra/tegra_pcm.c linux-2.6.39/sound/soc/tegra/tegra_pcm.c
---- linux-2.6.39/sound/soc/tegra/tegra_pcm.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/soc/tegra/tegra_pcm.c   2011-05-22 19:36:36.000000000 -0400
-@@ -277,7 +277,7 @@ static int tegra_pcm_mmap(struct snd_pcm
-                                       runtime->dma_bytes);
- }
--static struct snd_pcm_ops tegra_pcm_ops = {
-+static const struct snd_pcm_ops tegra_pcm_ops = {
-       .open           = tegra_pcm_open,
-       .close          = tegra_pcm_close,
-       .ioctl          = snd_pcm_lib_ioctl,
-diff -urNp linux-2.6.39/sound/soc/txx9/txx9aclc.c linux-2.6.39/sound/soc/txx9/txx9aclc.c
---- linux-2.6.39/sound/soc/txx9/txx9aclc.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/soc/txx9/txx9aclc.c     2011-05-22 19:36:36.000000000 -0400
-@@ -272,7 +272,7 @@ static int txx9aclc_pcm_close(struct snd
-       return 0;
- }
+-      if (mts->open_count == 0) {
++      if (local_read(&mts->open_count) == 0) {
+               /* We don't need a spinlock here, because this is just called 
+                  if the device has not been opened before. 
+                  So there aren't any IRQs from the device */
+@@ -704,7 +705,7 @@ static int snd_mts64_rawmidi_open(struct
  
--static struct snd_pcm_ops txx9aclc_pcm_ops = {
-+static const struct snd_pcm_ops txx9aclc_pcm_ops = {
-       .open           = txx9aclc_pcm_open,
-       .close          = txx9aclc_pcm_close,
-       .ioctl          = snd_pcm_lib_ioctl,
-diff -urNp linux-2.6.39/sound/sparc/amd7930.c linux-2.6.39/sound/sparc/amd7930.c
---- linux-2.6.39/sound/sparc/amd7930.c 2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/sparc/amd7930.c 2011-05-22 19:36:36.000000000 -0400
-@@ -733,7 +733,7 @@ static int snd_amd7930_hw_free(struct sn
-       return snd_pcm_lib_free_pages(substream);
- }
--static struct snd_pcm_ops snd_amd7930_playback_ops = {
-+static const struct snd_pcm_ops snd_amd7930_playback_ops = {
-       .open           =       snd_amd7930_playback_open,
-       .close          =       snd_amd7930_playback_close,
-       .ioctl          =       snd_pcm_lib_ioctl,
-@@ -744,7 +744,7 @@ static struct snd_pcm_ops snd_amd7930_pl
-       .pointer        =       snd_amd7930_playback_pointer,
- };
+               msleep(50);
+       }
+-      ++(mts->open_count);
++      local_inc(&mts->open_count);
  
--static struct snd_pcm_ops snd_amd7930_capture_ops = {
-+static const struct snd_pcm_ops snd_amd7930_capture_ops = {
-       .open           =       snd_amd7930_capture_open,
-       .close          =       snd_amd7930_capture_close,
-       .ioctl          =       snd_pcm_lib_ioctl,
-@@ -929,7 +929,7 @@ static int snd_amd7930_dev_free(struct s
-       return snd_amd7930_free(amd);
+       return 0;
  }
+@@ -714,8 +715,7 @@ static int snd_mts64_rawmidi_close(struc
+       struct mts64 *mts = substream->rmidi->private_data;
+       unsigned long flags;
  
--static struct snd_device_ops snd_amd7930_dev_ops = {
-+static const struct snd_device_ops snd_amd7930_dev_ops = {
-       .dev_free       =       snd_amd7930_dev_free,
- };
-diff -urNp linux-2.6.39/sound/sparc/cs4231.c linux-2.6.39/sound/sparc/cs4231.c
---- linux-2.6.39/sound/sparc/cs4231.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/sparc/cs4231.c  2011-05-22 19:36:36.000000000 -0400
-@@ -1196,7 +1196,7 @@ static int snd_cs4231_capture_close(stru
-  * XXX the audio AUXIO register...
-  */
--static struct snd_pcm_ops snd_cs4231_playback_ops = {
-+static const struct snd_pcm_ops snd_cs4231_playback_ops = {
-       .open           =       snd_cs4231_playback_open,
-       .close          =       snd_cs4231_playback_close,
-       .ioctl          =       snd_pcm_lib_ioctl,
-@@ -1207,7 +1207,7 @@ static struct snd_pcm_ops snd_cs4231_pla
-       .pointer        =       snd_cs4231_playback_pointer,
- };
+-      --(mts->open_count);
+-      if (mts->open_count == 0) {
++      if (local_dec_return(&mts->open_count) == 0) {
+               /* We need the spinlock_irqsave here because we can still
+                  have IRQs at this point */
+               spin_lock_irqsave(&mts->lock, flags);
+@@ -724,8 +724,8 @@ static int snd_mts64_rawmidi_close(struc
  
--static struct snd_pcm_ops snd_cs4231_capture_ops = {
-+static const struct snd_pcm_ops snd_cs4231_capture_ops = {
-       .open           =       snd_cs4231_capture_open,
-       .close          =       snd_cs4231_capture_close,
-       .ioctl          =       snd_pcm_lib_ioctl,
-@@ -1789,7 +1789,7 @@ static int snd_cs4231_sbus_dev_free(stru
-       return snd_cs4231_sbus_free(cp);
- }
+               msleep(500);
  
--static struct snd_device_ops snd_cs4231_sbus_dev_ops = {
-+static const struct snd_device_ops snd_cs4231_sbus_dev_ops = {
-       .dev_free       =       snd_cs4231_sbus_dev_free,
- };
+-      } else if (mts->open_count < 0)
+-              mts->open_count = 0;
++      } else if (local_read(&mts->open_count) < 0)
++              local_set(&mts->open_count, 0);
  
-@@ -1955,7 +1955,7 @@ static int snd_cs4231_ebus_dev_free(stru
-       return snd_cs4231_ebus_free(cp);
+       return 0;
  }
+diff -urNp linux-3.0.4/sound/drivers/opl4/opl4_lib.c linux-3.0.4/sound/drivers/opl4/opl4_lib.c
+--- linux-3.0.4/sound/drivers/opl4/opl4_lib.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/sound/drivers/opl4/opl4_lib.c  2011-08-23 21:47:56.000000000 -0400
+@@ -28,7 +28,7 @@ MODULE_AUTHOR("Clemens Ladisch <clemens@
+ MODULE_DESCRIPTION("OPL4 driver");
+ MODULE_LICENSE("GPL");
  
--static struct snd_device_ops snd_cs4231_ebus_dev_ops = {
-+static const struct snd_device_ops snd_cs4231_ebus_dev_ops = {
-       .dev_free       =       snd_cs4231_ebus_dev_free,
- };
+-static void inline snd_opl4_wait(struct snd_opl4 *opl4)
++static inline void snd_opl4_wait(struct snd_opl4 *opl4)
+ {
+       int timeout = 10;
+       while ((inb(opl4->fm_port) & OPL4_STATUS_BUSY) && --timeout > 0)
+diff -urNp linux-3.0.4/sound/drivers/portman2x4.c linux-3.0.4/sound/drivers/portman2x4.c
+--- linux-3.0.4/sound/drivers/portman2x4.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/sound/drivers/portman2x4.c     2011-08-23 21:47:56.000000000 -0400
+@@ -47,6 +47,7 @@
+ #include <sound/initval.h>
+ #include <sound/rawmidi.h>
+ #include <sound/control.h>
++#include <asm/local.h>
  
-diff -urNp linux-2.6.39/sound/sparc/dbri.c linux-2.6.39/sound/sparc/dbri.c
---- linux-2.6.39/sound/sparc/dbri.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/sparc/dbri.c    2011-05-22 19:36:36.000000000 -0400
-@@ -2205,7 +2205,7 @@ static snd_pcm_uframes_t snd_dbri_pointe
-       return ret;
- }
+ #define CARD_NAME "Portman 2x4"
+ #define DRIVER_NAME "portman"
+@@ -84,7 +85,7 @@ struct portman {
+       struct pardevice *pardev;
+       int pardev_claimed;
  
--static struct snd_pcm_ops snd_dbri_ops = {
-+static const struct snd_pcm_ops snd_dbri_ops = {
-       .open = snd_dbri_open,
-       .close = snd_dbri_close,
-       .ioctl = snd_pcm_lib_ioctl,
-diff -urNp linux-2.6.39/sound/spi/at73c213.c linux-2.6.39/sound/spi/at73c213.c
---- linux-2.6.39/sound/spi/at73c213.c  2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/spi/at73c213.c  2011-05-22 19:36:36.000000000 -0400
-@@ -319,7 +319,7 @@ snd_at73c213_pcm_pointer(struct snd_pcm_
-       return pos;
- }
--static struct snd_pcm_ops at73c213_playback_ops = {
-+static const struct snd_pcm_ops at73c213_playback_ops = {
-       .open           = snd_at73c213_pcm_open,
-       .close          = snd_at73c213_pcm_close,
-       .ioctl          = snd_pcm_lib_ioctl,
-@@ -882,7 +882,7 @@ static int snd_at73c213_dev_free(struct 
- static int __devinit snd_at73c213_dev_init(struct snd_card *card,
-                                        struct spi_device *spi)
- {
--      static struct snd_device_ops ops = {
-+      static const struct snd_device_ops ops = {
-               .dev_free       = snd_at73c213_dev_free,
-       };
-       struct snd_at73c213 *chip = get_chip(card);
-diff -urNp linux-2.6.39/sound/usb/6fire/midi.c linux-2.6.39/sound/usb/6fire/midi.c
---- linux-2.6.39/sound/usb/6fire/midi.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/usb/6fire/midi.c        2011-05-22 19:36:36.000000000 -0400
-@@ -134,14 +134,14 @@ static void usb6fire_midi_in_trigger(
-       spin_unlock_irqrestore(&rt->in_lock, flags);
- }
--static struct snd_rawmidi_ops out_ops = {
-+static const struct snd_rawmidi_ops out_ops = {
-       .open = usb6fire_midi_out_open,
-       .close = usb6fire_midi_out_close,
-       .trigger = usb6fire_midi_out_trigger,
-       .drain = usb6fire_midi_out_drain
+-      int open_count;
++      local_t open_count;
+       int mode[PORTMAN_NUM_INPUT_PORTS];
+       struct snd_rawmidi_substream *midi_input[PORTMAN_NUM_INPUT_PORTS];
  };
+diff -urNp linux-3.0.4/sound/firewire/amdtp.c linux-3.0.4/sound/firewire/amdtp.c
+--- linux-3.0.4/sound/firewire/amdtp.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/sound/firewire/amdtp.c 2011-08-23 21:47:56.000000000 -0400
+@@ -371,7 +371,7 @@ static void queue_out_packet(struct amdt
+               ptr = s->pcm_buffer_pointer + data_blocks;
+               if (ptr >= pcm->runtime->buffer_size)
+                       ptr -= pcm->runtime->buffer_size;
+-              ACCESS_ONCE(s->pcm_buffer_pointer) = ptr;
++              ACCESS_ONCE_RW(s->pcm_buffer_pointer) = ptr;
  
--static struct snd_rawmidi_ops in_ops = {
-+static const struct snd_rawmidi_ops in_ops = {
-       .open = usb6fire_midi_in_open,
-       .close = usb6fire_midi_in_close,
-       .trigger = usb6fire_midi_in_trigger
-diff -urNp linux-2.6.39/sound/usb/caiaq/audio.c linux-2.6.39/sound/usb/caiaq/audio.c
---- linux-2.6.39/sound/usb/caiaq/audio.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/usb/caiaq/audio.c       2011-05-22 19:36:36.000000000 -0400
-@@ -322,7 +322,7 @@ snd_usb_caiaq_pcm_pointer(struct snd_pcm
+               s->pcm_period_pointer += data_blocks;
+               if (s->pcm_period_pointer >= pcm->runtime->period_size) {
+@@ -511,7 +511,7 @@ EXPORT_SYMBOL(amdtp_out_stream_start);
+  */
+ void amdtp_out_stream_update(struct amdtp_out_stream *s)
+ {
+-      ACCESS_ONCE(s->source_node_id_field) =
++      ACCESS_ONCE_RW(s->source_node_id_field) =
+               (fw_parent_device(s->unit)->card->node_id & 0x3f) << 24;
  }
- /* operators for both playback and capture */
--static struct snd_pcm_ops snd_usb_caiaq_ops = {
-+static const struct snd_pcm_ops snd_usb_caiaq_ops = {
-       .open =         snd_usb_caiaq_substream_open,
-       .close =        snd_usb_caiaq_substream_close,
-       .ioctl =        snd_pcm_lib_ioctl,
-diff -urNp linux-2.6.39/sound/usb/caiaq/midi.c linux-2.6.39/sound/usb/caiaq/midi.c
---- linux-2.6.39/sound/usb/caiaq/midi.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/usb/caiaq/midi.c        2011-05-22 19:36:36.000000000 -0400
-@@ -100,15 +100,13 @@ static void snd_usb_caiaq_midi_output_tr
+ EXPORT_SYMBOL(amdtp_out_stream_update);
+diff -urNp linux-3.0.4/sound/firewire/amdtp.h linux-3.0.4/sound/firewire/amdtp.h
+--- linux-3.0.4/sound/firewire/amdtp.h 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/sound/firewire/amdtp.h 2011-08-23 21:47:56.000000000 -0400
+@@ -146,7 +146,7 @@ static inline void amdtp_out_stream_pcm_
+ static inline void amdtp_out_stream_pcm_trigger(struct amdtp_out_stream *s,
+                                               struct snd_pcm_substream *pcm)
+ {
+-      ACCESS_ONCE(s->pcm) = pcm;
++      ACCESS_ONCE_RW(s->pcm) = pcm;
  }
  
+ /**
+diff -urNp linux-3.0.4/sound/firewire/isight.c linux-3.0.4/sound/firewire/isight.c
+--- linux-3.0.4/sound/firewire/isight.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/sound/firewire/isight.c        2011-08-23 21:47:56.000000000 -0400
+@@ -97,7 +97,7 @@ static void isight_update_pointers(struc
+       ptr += count;
+       if (ptr >= runtime->buffer_size)
+               ptr -= runtime->buffer_size;
+-      ACCESS_ONCE(isight->buffer_pointer) = ptr;
++      ACCESS_ONCE_RW(isight->buffer_pointer) = ptr;
+       isight->period_counter += count;
+       if (isight->period_counter >= runtime->period_size) {
+@@ -308,7 +308,7 @@ static int isight_hw_params(struct snd_p
+       if (err < 0)
+               return err;
  
--static struct snd_rawmidi_ops snd_usb_caiaq_midi_output =
--{
-+static const struct snd_rawmidi_ops snd_usb_caiaq_midi_output = {
-       .open =         snd_usb_caiaq_midi_output_open,
-       .close =        snd_usb_caiaq_midi_output_close,
-       .trigger =      snd_usb_caiaq_midi_output_trigger,
- };
--static struct snd_rawmidi_ops snd_usb_caiaq_midi_input =
--{
-+static const struct snd_rawmidi_ops snd_usb_caiaq_midi_input = {
-       .open =         snd_usb_caiaq_midi_input_open,
-       .close =        snd_usb_caiaq_midi_input_close,
-       .trigger =      snd_usb_caiaq_midi_input_trigger,
-diff -urNp linux-2.6.39/sound/usb/card.c linux-2.6.39/sound/usb/card.c
---- linux-2.6.39/sound/usb/card.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/usb/card.c      2011-05-22 19:36:36.000000000 -0400
-@@ -305,7 +305,7 @@ static int snd_usb_audio_create(struct u
-       struct snd_usb_audio *chip;
-       int err, len;
-       char component[14];
--      static struct snd_device_ops ops = {
-+      static const struct snd_device_ops ops = {
-               .dev_free =     snd_usb_audio_dev_free,
-       };
+-      ACCESS_ONCE(isight->pcm_active) = true;
++      ACCESS_ONCE_RW(isight->pcm_active) = true;
  
-diff -urNp linux-2.6.39/sound/usb/midi.c linux-2.6.39/sound/usb/midi.c
---- linux-2.6.39/sound/usb/midi.c      2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/usb/midi.c      2011-05-22 19:36:36.000000000 -0400
-@@ -1146,14 +1146,14 @@ static void snd_usbmidi_input_trigger(st
-               clear_bit(substream->number, &umidi->input_triggered);
+       return 0;
  }
+@@ -341,7 +341,7 @@ static int isight_hw_free(struct snd_pcm
+ {
+       struct isight *isight = substream->private_data;
  
--static struct snd_rawmidi_ops snd_usbmidi_output_ops = {
-+static const struct snd_rawmidi_ops snd_usbmidi_output_ops = {
-       .open = snd_usbmidi_output_open,
-       .close = snd_usbmidi_output_close,
-       .trigger = snd_usbmidi_output_trigger,
-       .drain = snd_usbmidi_output_drain,
- };
--static struct snd_rawmidi_ops snd_usbmidi_input_ops = {
-+static const struct snd_rawmidi_ops snd_usbmidi_input_ops = {
-       .open = snd_usbmidi_input_open,
-       .close = snd_usbmidi_input_close,
-       .trigger = snd_usbmidi_input_trigger
-diff -urNp linux-2.6.39/sound/usb/misc/ua101.c linux-2.6.39/sound/usb/misc/ua101.c
---- linux-2.6.39/sound/usb/misc/ua101.c        2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/usb/misc/ua101.c        2011-05-22 19:36:36.000000000 -0400
-@@ -886,7 +886,7 @@ static snd_pcm_uframes_t playback_pcm_po
-       return ua101_pcm_pointer(ua, &ua->playback);
- }
--static struct snd_pcm_ops capture_pcm_ops = {
-+static const struct snd_pcm_ops capture_pcm_ops = {
-       .open = capture_pcm_open,
-       .close = capture_pcm_close,
-       .ioctl = snd_pcm_lib_ioctl,
-@@ -899,7 +899,7 @@ static struct snd_pcm_ops capture_pcm_op
-       .mmap = snd_pcm_lib_mmap_vmalloc,
- };
--static struct snd_pcm_ops playback_pcm_ops = {
-+static const struct snd_pcm_ops playback_pcm_ops = {
-       .open = playback_pcm_open,
-       .close = playback_pcm_close,
-       .ioctl = snd_pcm_lib_ioctl,
-diff -urNp linux-2.6.39/sound/usb/mixer.c linux-2.6.39/sound/usb/mixer.c
---- linux-2.6.39/sound/usb/mixer.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/usb/mixer.c     2011-05-22 19:36:36.000000000 -0400
-@@ -2201,7 +2201,7 @@ static int snd_usb_mixer_status_create(s
- int snd_usb_create_mixer(struct snd_usb_audio *chip, int ctrlif,
-                        int ignore_error)
- {
--      static struct snd_device_ops dev_ops = {
-+      static const struct snd_device_ops dev_ops = {
-               .dev_free = snd_usb_mixer_dev_free
-       };
-       struct usb_mixer_interface *mixer;
-diff -urNp linux-2.6.39/sound/usb/pcm.c linux-2.6.39/sound/usb/pcm.c
---- linux-2.6.39/sound/usb/pcm.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/usb/pcm.c       2011-05-22 19:36:36.000000000 -0400
-@@ -844,7 +844,7 @@ static int snd_usb_capture_close(struct 
-       return snd_usb_pcm_close(substream, SNDRV_PCM_STREAM_CAPTURE);
- }
--static struct snd_pcm_ops snd_usb_playback_ops = {
-+static const struct snd_pcm_ops snd_usb_playback_ops = {
-       .open =         snd_usb_playback_open,
-       .close =        snd_usb_playback_close,
-       .ioctl =        snd_pcm_lib_ioctl,
-@@ -857,7 +857,7 @@ static struct snd_pcm_ops snd_usb_playba
-       .mmap =         snd_pcm_lib_mmap_vmalloc,
- };
+-      ACCESS_ONCE(isight->pcm_active) = false;
++      ACCESS_ONCE_RW(isight->pcm_active) = false;
  
--static struct snd_pcm_ops snd_usb_capture_ops = {
-+static const struct snd_pcm_ops snd_usb_capture_ops = {
-       .open =         snd_usb_capture_open,
-       .close =        snd_usb_capture_close,
-       .ioctl =        snd_pcm_lib_ioctl,
-diff -urNp linux-2.6.39/sound/usb/usx2y/usbusx2yaudio.c linux-2.6.39/sound/usb/usx2y/usbusx2yaudio.c
---- linux-2.6.39/sound/usb/usx2y/usbusx2yaudio.c       2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/sound/usb/usx2y/usbusx2yaudio.c       2011-05-22 19:36:36.000000000 -0400
-@@ -919,8 +919,7 @@ static int snd_usX2Y_pcm_close(struct sn
- }
+       mutex_lock(&isight->mutex);
+       isight_stop_streaming(isight);
+@@ -434,10 +434,10 @@ static int isight_trigger(struct snd_pcm
  
+       switch (cmd) {
+       case SNDRV_PCM_TRIGGER_START:
+-              ACCESS_ONCE(isight->pcm_running) = true;
++              ACCESS_ONCE_RW(isight->pcm_running) = true;
+               break;
+       case SNDRV_PCM_TRIGGER_STOP:
+-              ACCESS_ONCE(isight->pcm_running) = false;
++              ACCESS_ONCE_RW(isight->pcm_running) = false;
+               break;
+       default:
+               return -EINVAL;
+diff -urNp linux-3.0.4/sound/isa/cmi8330.c linux-3.0.4/sound/isa/cmi8330.c
+--- linux-3.0.4/sound/isa/cmi8330.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/sound/isa/cmi8330.c    2011-08-23 21:47:56.000000000 -0400
+@@ -172,7 +172,7 @@ struct snd_cmi8330 {
  
--static struct snd_pcm_ops snd_usX2Y_pcm_ops = 
--{
-+static const struct snd_pcm_ops snd_usX2Y_pcm_ops = {
-       .open =         snd_usX2Y_pcm_open,
-       .close =        snd_usX2Y_pcm_close,
-       .ioctl =        snd_pcm_lib_ioctl,
-diff -urNp linux-2.6.39/tools/perf/builtin-lock.c linux-2.6.39/tools/perf/builtin-lock.c
---- linux-2.6.39/tools/perf/builtin-lock.c     2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/tools/perf/builtin-lock.c     2011-05-22 19:36:36.000000000 -0400
-@@ -635,14 +635,14 @@ end:
- /* lock oriented handlers */
- /* TODO: handlers for CPU oriented, thread oriented */
--static struct trace_lock_handler report_lock_ops  = {
-+static const struct trace_lock_handler report_lock_ops = {
-       .acquire_event          = report_lock_acquire_event,
-       .acquired_event         = report_lock_acquired_event,
-       .contended_event        = report_lock_contended_event,
-       .release_event          = report_lock_release_event,
- };
+       struct snd_pcm *pcm;
+       struct snd_cmi8330_stream {
+-              struct snd_pcm_ops ops;
++              snd_pcm_ops_no_const ops;
+               snd_pcm_open_callback_t open;
+               void *private_data; /* sb or wss */
+       } streams[2];
+diff -urNp linux-3.0.4/sound/oss/sb_audio.c linux-3.0.4/sound/oss/sb_audio.c
+--- linux-3.0.4/sound/oss/sb_audio.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/sound/oss/sb_audio.c   2011-08-23 21:47:56.000000000 -0400
+@@ -901,7 +901,7 @@ sb16_copy_from_user(int dev,
+               buf16 = (signed short *)(localbuf + localoffs);
+               while (c)
+               {
+-                      locallen = (c >= LBUFCOPYSIZE ? LBUFCOPYSIZE : c);
++                      locallen = ((unsigned)c >= LBUFCOPYSIZE ? LBUFCOPYSIZE : c);
+                       if (copy_from_user(lbuf8,
+                                          userbuf+useroffs + p,
+                                          locallen))
+diff -urNp linux-3.0.4/sound/oss/swarm_cs4297a.c linux-3.0.4/sound/oss/swarm_cs4297a.c
+--- linux-3.0.4/sound/oss/swarm_cs4297a.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/sound/oss/swarm_cs4297a.c      2011-08-23 21:47:56.000000000 -0400
+@@ -2606,7 +2606,6 @@ static int __init cs4297a_init(void)
+ {
+       struct cs4297a_state *s;
+       u32 pwr, id;
+-      mm_segment_t fs;
+       int rval;
+ #ifndef CONFIG_BCM_CS4297A_CSWARM
+       u64 cfg;
+@@ -2696,22 +2695,23 @@ static int __init cs4297a_init(void)
+         if (!rval) {
+               char *sb1250_duart_present;
  
--static struct trace_lock_handler *trace_handler;
-+static const struct trace_lock_handler *trace_handler;
++#if 0
++                mm_segment_t fs;
+                 fs = get_fs();
+                 set_fs(KERNEL_DS);
+-#if 0
+                 val = SOUND_MASK_LINE;
+                 mixer_ioctl(s, SOUND_MIXER_WRITE_RECSRC, (unsigned long) &val);
+                 for (i = 0; i < ARRAY_SIZE(initvol); i++) {
+                         val = initvol[i].vol;
+                         mixer_ioctl(s, initvol[i].mixch, (unsigned long) &val);
+                 }
++                set_fs(fs);
+ //                cs4297a_write_ac97(s, 0x18, 0x0808);
+ #else
+                 //                cs4297a_write_ac97(s, 0x5e, 0x180);
+                 cs4297a_write_ac97(s, 0x02, 0x0808);
+                 cs4297a_write_ac97(s, 0x18, 0x0808);
+ #endif
+-                set_fs(fs);
  
- static void
- process_lock_acquire_event(void *data,
-diff -urNp linux-2.6.39/tools/perf/builtin-sched.c linux-2.6.39/tools/perf/builtin-sched.c
---- linux-2.6.39/tools/perf/builtin-sched.c    2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/tools/perf/builtin-sched.c    2011-05-22 19:36:36.000000000 -0400
-@@ -845,7 +845,7 @@ replay_fork_event(struct trace_fork_even
-       register_pid(fork_event->child_pid, fork_event->child_comm);
- }
+                 list_add(&s->list, &cs4297a_devs);
  
--static struct trace_sched_handler replay_ops  = {
-+static const struct trace_sched_handler replay_ops = {
-       .wakeup_event           = replay_wakeup_event,
-       .switch_event           = replay_switch_event,
-       .fork_event             = replay_fork_event,
-@@ -1183,7 +1183,7 @@ latency_migrate_task_event(struct trace_
-               nr_unordered_timestamps++;
- }
+diff -urNp linux-3.0.4/sound/pci/hda/hda_codec.h linux-3.0.4/sound/pci/hda/hda_codec.h
+--- linux-3.0.4/sound/pci/hda/hda_codec.h      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/sound/pci/hda/hda_codec.h      2011-08-23 21:47:56.000000000 -0400
+@@ -615,7 +615,7 @@ struct hda_bus_ops {
+       /* notify power-up/down from codec to controller */
+       void (*pm_notify)(struct hda_bus *bus);
+ #endif
+-};
++} __no_const;
  
--static struct trace_sched_handler lat_ops  = {
-+static const struct trace_sched_handler lat_ops = {
-       .wakeup_event           = latency_wakeup_event,
-       .switch_event           = latency_switch_event,
-       .runtime_event          = latency_runtime_event,
-@@ -1353,7 +1353,7 @@ static void sort_lat(void)
+ /* template to pass to the bus constructor */
+ struct hda_bus_template {
+@@ -713,6 +713,7 @@ struct hda_codec_ops {
+ #endif
+       void (*reboot_notify)(struct hda_codec *codec);
+ };
++typedef struct hda_codec_ops __no_const hda_codec_ops_no_const;
+ /* record for amp information cache */
+ struct hda_cache_head {
+@@ -743,7 +744,7 @@ struct hda_pcm_ops {
+                      struct snd_pcm_substream *substream);
+       int (*cleanup)(struct hda_pcm_stream *info, struct hda_codec *codec,
+                      struct snd_pcm_substream *substream);
+-};
++} __no_const;
+ /* PCM information for each substream */
+ struct hda_pcm_stream {
+@@ -801,7 +802,7 @@ struct hda_codec {
+       const char *modelname;  /* model name for preset */
+       /* set by patch */
+-      struct hda_codec_ops patch_ops;
++      hda_codec_ops_no_const patch_ops;
+       /* PCM to create, set by patch_ops.build_pcms callback */
+       unsigned int num_pcms;
+diff -urNp linux-3.0.4/sound/pci/ice1712/ice1712.h linux-3.0.4/sound/pci/ice1712/ice1712.h
+--- linux-3.0.4/sound/pci/ice1712/ice1712.h    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/sound/pci/ice1712/ice1712.h    2011-08-23 21:47:56.000000000 -0400
+@@ -269,7 +269,7 @@ struct snd_ak4xxx_private {
+       unsigned int mask_flags;        /* total mask bits */
+       struct snd_akm4xxx_ops {
+               void (*set_rate_val)(struct snd_akm4xxx *ak, unsigned int rate);
+-      } ops;
++      } __no_const ops;
+ };
+ struct snd_ice1712_spdif {
+@@ -285,7 +285,7 @@ struct snd_ice1712_spdif {
+               int (*default_put)(struct snd_ice1712 *, struct snd_ctl_elem_value *ucontrol);
+               void (*stream_get)(struct snd_ice1712 *, struct snd_ctl_elem_value *ucontrol);
+               int (*stream_put)(struct snd_ice1712 *, struct snd_ctl_elem_value *ucontrol);
+-      } ops;
++      } __no_const ops;
+ };
+diff -urNp linux-3.0.4/sound/pci/ymfpci/ymfpci_main.c linux-3.0.4/sound/pci/ymfpci/ymfpci_main.c
+--- linux-3.0.4/sound/pci/ymfpci/ymfpci_main.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/sound/pci/ymfpci/ymfpci_main.c 2011-08-23 21:47:56.000000000 -0400
+@@ -202,8 +202,8 @@ static void snd_ymfpci_hw_stop(struct sn
+               if ((snd_ymfpci_readl(chip, YDSXGR_STATUS) & 2) == 0)
+                       break;
        }
- }
--static struct trace_sched_handler *trace_handler;
-+static const struct trace_sched_handler *trace_handler;
+-      if (atomic_read(&chip->interrupt_sleep_count)) {
+-              atomic_set(&chip->interrupt_sleep_count, 0);
++      if (atomic_read_unchecked(&chip->interrupt_sleep_count)) {
++              atomic_set_unchecked(&chip->interrupt_sleep_count, 0);
+               wake_up(&chip->interrupt_sleep);
+       }
+       __end:
+@@ -787,7 +787,7 @@ static void snd_ymfpci_irq_wait(struct s
+                       continue;
+               init_waitqueue_entry(&wait, current);
+               add_wait_queue(&chip->interrupt_sleep, &wait);
+-              atomic_inc(&chip->interrupt_sleep_count);
++              atomic_inc_unchecked(&chip->interrupt_sleep_count);
+               schedule_timeout_uninterruptible(msecs_to_jiffies(50));
+               remove_wait_queue(&chip->interrupt_sleep, &wait);
+       }
+@@ -825,8 +825,8 @@ static irqreturn_t snd_ymfpci_interrupt(
+               snd_ymfpci_writel(chip, YDSXGR_MODE, mode);
+               spin_unlock(&chip->reg_lock);
  
- static void
- process_sched_wakeup_event(void *data, struct perf_session *session,
-@@ -1719,7 +1719,7 @@ static void __cmd_lat(void)
+-              if (atomic_read(&chip->interrupt_sleep_count)) {
+-                      atomic_set(&chip->interrupt_sleep_count, 0);
++              if (atomic_read_unchecked(&chip->interrupt_sleep_count)) {
++                      atomic_set_unchecked(&chip->interrupt_sleep_count, 0);
+                       wake_up(&chip->interrupt_sleep);
+               }
+       }
+@@ -2363,7 +2363,7 @@ int __devinit snd_ymfpci_create(struct s
+       spin_lock_init(&chip->reg_lock);
+       spin_lock_init(&chip->voice_lock);
+       init_waitqueue_head(&chip->interrupt_sleep);
+-      atomic_set(&chip->interrupt_sleep_count, 0);
++      atomic_set_unchecked(&chip->interrupt_sleep_count, 0);
+       chip->card = card;
+       chip->pci = pci;
+       chip->irq = -1;
+diff -urNp linux-3.0.4/sound/soc/soc-core.c linux-3.0.4/sound/soc/soc-core.c
+--- linux-3.0.4/sound/soc/soc-core.c   2011-09-02 18:11:21.000000000 -0400
++++ linux-3.0.4/sound/soc/soc-core.c   2011-08-23 21:47:56.000000000 -0400
+@@ -1021,7 +1021,7 @@ static snd_pcm_uframes_t soc_pcm_pointer
+ }
+ /* ASoC PCM operations */
+-static struct snd_pcm_ops soc_pcm_ops = {
++static snd_pcm_ops_no_const soc_pcm_ops = {
+       .open           = soc_pcm_open,
+       .close          = soc_codec_close,
+       .hw_params      = soc_pcm_hw_params,
+@@ -2128,6 +2128,7 @@ static int soc_new_pcm(struct snd_soc_pc
+       rtd->pcm = pcm;
+       pcm->private_data = rtd;
+       if (platform->driver->ops) {
++              /* this whole logic is broken... */
+               soc_pcm_ops.mmap = platform->driver->ops->mmap;
+               soc_pcm_ops.pointer = platform->driver->ops->pointer;
+               soc_pcm_ops.ioctl = platform->driver->ops->ioctl;
+diff -urNp linux-3.0.4/sound/usb/card.h linux-3.0.4/sound/usb/card.h
+--- linux-3.0.4/sound/usb/card.h       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/sound/usb/card.h       2011-08-23 21:47:56.000000000 -0400
+@@ -44,6 +44,7 @@ struct snd_urb_ops {
+       int (*prepare_sync)(struct snd_usb_substream *subs, struct snd_pcm_runtime *runtime, struct urb *u);
+       int (*retire_sync)(struct snd_usb_substream *subs, struct snd_pcm_runtime *runtime, struct urb *u);
+ };
++typedef struct snd_urb_ops __no_const snd_urb_ops_no_const;
+ struct snd_usb_substream {
+       struct snd_usb_stream *stream;
+@@ -93,7 +94,7 @@ struct snd_usb_substream {
+       struct snd_pcm_hw_constraint_list rate_list;    /* limited rates */
+       spinlock_t lock;
  
- }
+-      struct snd_urb_ops ops;         /* callbacks (must be filled at init) */
++      snd_urb_ops_no_const ops;               /* callbacks (must be filled at init) */
+ };
  
--static struct trace_sched_handler map_ops  = {
-+static const struct trace_sched_handler map_ops = {
-       .wakeup_event           = NULL,
-       .switch_event           = map_switch_event,
-       .runtime_event          = NULL,
-diff -urNp linux-2.6.39/usr/gen_init_cpio.c linux-2.6.39/usr/gen_init_cpio.c
---- linux-2.6.39/usr/gen_init_cpio.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/usr/gen_init_cpio.c   2011-05-22 19:36:36.000000000 -0400
-@@ -305,7 +305,7 @@ static int cpio_mkfile(const char *name,
+ struct snd_usb_stream {
+diff -urNp linux-3.0.4/tools/gcc/constify_plugin.c linux-3.0.4/tools/gcc/constify_plugin.c
+--- linux-3.0.4/tools/gcc/constify_plugin.c    1969-12-31 19:00:00.000000000 -0500
++++ linux-3.0.4/tools/gcc/constify_plugin.c    2011-08-30 18:23:52.000000000 -0400
+@@ -0,0 +1,293 @@
++/*
++ * Copyright 2011 by Emese Revfy <re.emese@gmail.com>
++ * Copyright 2011 by PaX Team <pageexec@freemail.hu>
++ * Licensed under the GPL v2, or (at your option) v3
++ *
++ * This gcc plugin constifies all structures which contain only function pointers or are explicitly marked for constification.
++ *
++ * Homepage:
++ * http://www.grsecurity.net/~ephox/const_plugin/
++ *
++ * Usage:
++ * $ gcc -I`gcc -print-file-name=plugin`/include -fPIC -shared -O2 -o constify_plugin.so constify_plugin.c
++ * $ gcc -fplugin=constify_plugin.so test.c -O2
++ */
++
++#include "gcc-plugin.h"
++#include "config.h"
++#include "system.h"
++#include "coretypes.h"
++#include "tree.h"
++#include "tree-pass.h"
++#include "intl.h"
++#include "plugin-version.h"
++#include "tm.h"
++#include "toplev.h"
++#include "function.h"
++#include "tree-flow.h"
++#include "plugin.h"
++#include "diagnostic.h"
++//#include "c-tree.h"
++
++#define C_TYPE_FIELDS_READONLY(TYPE) TREE_LANG_FLAG_1(TYPE)
++
++int plugin_is_GPL_compatible;
++
++static struct plugin_info const_plugin_info = {
++      .version        = "20110826",
++      .help           = "no-constify\tturn off constification\n",
++};
++
++static void constify_type(tree type);
++static bool walk_struct(tree node);
++
++static tree deconstify_type(tree old_type)
++{
++      tree new_type, field;
++
++      new_type = build_qualified_type(old_type, TYPE_QUALS(old_type) & ~TYPE_QUAL_CONST);
++      TYPE_FIELDS(new_type) = copy_list(TYPE_FIELDS(new_type));
++      for (field = TYPE_FIELDS(new_type); field; field = TREE_CHAIN(field))
++              DECL_FIELD_CONTEXT(field) = new_type;
++      TYPE_READONLY(new_type) = 0;
++      C_TYPE_FIELDS_READONLY(new_type) = 0;
++      return new_type;
++}
++
++static tree handle_no_const_attribute(tree *node, tree name, tree args, int flags, bool *no_add_attrs)
++{
++      tree type;
++
++      *no_add_attrs = true;
++      if (TREE_CODE(*node) == FUNCTION_DECL) {
++              error("%qE attribute does not apply to functions", name);
++              return NULL_TREE;
++      }
++
++      if (TREE_CODE(*node) == VAR_DECL) {
++              error("%qE attribute does not apply to variables", name);
++              return NULL_TREE;
++      }
++
++      if (TYPE_P(*node)) {
++              if (TREE_CODE(*node) == RECORD_TYPE || TREE_CODE(*node) == UNION_TYPE)
++                      *no_add_attrs = false;
++              else
++                      error("%qE attribute applies to struct and union types only", name);
++              return NULL_TREE;
++      }
++
++      type = TREE_TYPE(*node);
++
++      if (TREE_CODE(type) != RECORD_TYPE && TREE_CODE(type) != UNION_TYPE) {
++              error("%qE attribute applies to struct and union types only", name);
++              return NULL_TREE;
++      }
++
++      if (lookup_attribute(IDENTIFIER_POINTER(name), TYPE_ATTRIBUTES(type))) {
++              error("%qE attribute is already applied to the type", name);
++              return NULL_TREE;
++      }
++
++      if (TREE_CODE(*node) == TYPE_DECL && !TYPE_READONLY(type)) {
++              error("%qE attribute used on type that is not constified", name);
++              return NULL_TREE;
++      }
++
++      if (TREE_CODE(*node) == TYPE_DECL) {
++              TREE_TYPE(*node) = deconstify_type(type);
++              TREE_READONLY(*node) = 0;
++              return NULL_TREE;
++      }
++
++      return NULL_TREE;
++}
++
++static tree handle_do_const_attribute(tree *node, tree name, tree args, int flags, bool *no_add_attrs)
++{
++      *no_add_attrs = true;
++      if (!TYPE_P(*node)) {
++              error("%qE attribute applies to types only", name);
++              return NULL_TREE;
++      }
++
++      if (TREE_CODE(*node) != RECORD_TYPE && TREE_CODE(*node) != UNION_TYPE) {
++              error("%qE attribute applies to struct and union types only", name);
++              return NULL_TREE;
++      }
++
++      *no_add_attrs = false;
++      constify_type(*node);
++      return NULL_TREE;
++}
++
++static struct attribute_spec no_const_attr = {
++      .name                   = "no_const",
++      .min_length             = 0,
++      .max_length             = 0,
++      .decl_required          = false,
++      .type_required          = false,
++      .function_type_required = false,
++      .handler                = handle_no_const_attribute
++};
++
++static struct attribute_spec do_const_attr = {
++      .name                   = "do_const",
++      .min_length             = 0,
++      .max_length             = 0,
++      .decl_required          = false,
++      .type_required          = false,
++      .function_type_required = false,
++      .handler                = handle_do_const_attribute
++};
++
++static void register_attributes(void *event_data, void *data)
++{
++      register_attribute(&no_const_attr);
++      register_attribute(&do_const_attr);
++}
++
++static void constify_type(tree type)
++{
++      TYPE_READONLY(type) = 1;
++      C_TYPE_FIELDS_READONLY(type) = 1;
++}
++
++static bool is_fptr(tree field)
++{
++      tree ptr = TREE_TYPE(field);
++
++      if (TREE_CODE(ptr) != POINTER_TYPE)
++              return false;
++
++      return TREE_CODE(TREE_TYPE(ptr)) == FUNCTION_TYPE;
++}
++
++static bool walk_struct(tree node)
++{
++      tree field;
++
++      if (lookup_attribute("no_const", TYPE_ATTRIBUTES(node)))
++              return false;
++
++      if (TYPE_FIELDS(node) == NULL_TREE)
++              return false;
++
++      for (field = TYPE_FIELDS(node); field; field = TREE_CHAIN(field)) {
++              tree type = TREE_TYPE(field);
++              enum tree_code code = TREE_CODE(type);
++              if (code == RECORD_TYPE || code == UNION_TYPE) {
++                      if (!(walk_struct(type)))
++                              return false;
++              } else if (!is_fptr(field) && !TREE_READONLY(field))
++                      return false;
++      }
++      return true;
++}
++
++static void finish_type(void *event_data, void *data)
++{
++      tree type = (tree)event_data;
++
++      if (type == NULL_TREE)
++              return;
++
++      if (TYPE_READONLY(type))
++              return;
++
++      if (walk_struct(type))
++              constify_type(type);
++}
++
++static unsigned int check_local_variables(void);
++
++struct gimple_opt_pass pass_local_variable = {
++      {
++              .type                   = GIMPLE_PASS,
++              .name                   = "check_local_variables",
++              .gate                   = NULL,
++              .execute                = check_local_variables,
++              .sub                    = NULL,
++              .next                   = NULL,
++              .static_pass_number     = 0,
++              .tv_id                  = TV_NONE,
++              .properties_required    = 0,
++              .properties_provided    = 0,
++              .properties_destroyed   = 0,
++              .todo_flags_start       = 0,
++              .todo_flags_finish      = 0
++      }
++};
++
++static unsigned int check_local_variables(void)
++{
++      tree var;
++      referenced_var_iterator rvi;
++
++#if __GNUC__ == 4 && __GNUC_MINOR__ == 5
++      FOR_EACH_REFERENCED_VAR(var, rvi) {
++#else
++      FOR_EACH_REFERENCED_VAR(cfun, var, rvi) {
++#endif
++              tree type = TREE_TYPE(var);
++
++              if (!DECL_P(var) || TREE_STATIC(var) || DECL_EXTERNAL(var))
++                      continue;
++
++              if (TREE_CODE(type) != RECORD_TYPE && TREE_CODE(type) != UNION_TYPE)
++                      continue;
++
++              if (!TYPE_READONLY(type))
++                      continue;
++
++//            if (lookup_attribute("no_const", DECL_ATTRIBUTES(var)))
++//                    continue;
++
++//            if (lookup_attribute("no_const", TYPE_ATTRIBUTES(type)))
++//                    continue;
++
++              if (walk_struct(type)) {
++                      error("constified variable %qE cannot be local", var);
++                      return 1;
++              }
++      }
++      return 0;
++}
++
++int plugin_init(struct plugin_name_args *plugin_info, struct plugin_gcc_version *version)
++{
++      const char * const plugin_name = plugin_info->base_name;
++      const int argc = plugin_info->argc;
++      const struct plugin_argument * const argv = plugin_info->argv;
++      int i;
++      bool constify = true;
++
++      struct register_pass_info local_variable_pass_info = {
++              .pass                           = &pass_local_variable.pass,
++              .reference_pass_name            = "*referenced_vars",
++              .ref_pass_instance_number       = 0,
++              .pos_op                         = PASS_POS_INSERT_AFTER
++      };
++
++      if (!plugin_default_version_check(version, &gcc_version)) {
++              error(G_("incompatible gcc/plugin versions"));
++              return 1;
++      }
++
++      for (i = 0; i < argc; ++i) {
++              if (!(strcmp(argv[i].key, "no-constify"))) {
++                      constify = false;
++                      continue;
++              }
++              error(G_("unkown option '-fplugin-arg-%s-%s'"), plugin_name, argv[i].key);
++      }
++
++      register_callback(plugin_name, PLUGIN_INFO, NULL, &const_plugin_info);
++      if (constify) {
++              register_callback(plugin_name, PLUGIN_FINISH_TYPE, finish_type, NULL);
++              register_callback(plugin_name, PLUGIN_PASS_MANAGER_SETUP, NULL, &local_variable_pass_info);
++      }
++      register_callback(plugin_name, PLUGIN_ATTRIBUTES, register_attributes, NULL);
++
++      return 0;
++}
+diff -urNp linux-3.0.4/tools/gcc/kallocstat_plugin.c linux-3.0.4/tools/gcc/kallocstat_plugin.c
+--- linux-3.0.4/tools/gcc/kallocstat_plugin.c  1969-12-31 19:00:00.000000000 -0500
++++ linux-3.0.4/tools/gcc/kallocstat_plugin.c  2011-09-17 00:53:44.000000000 -0400
+@@ -0,0 +1,165 @@
++/*
++ * Copyright 2011 by the PaX Team <pageexec@freemail.hu>
++ * Licensed under the GPL v2
++ *
++ * Note: the choice of the license means that the compilation process is
++ *       NOT 'eligible' as defined by gcc's library exception to the GPL v3,
++ *       but for the kernel it doesn't matter since it doesn't link against
++ *       any of the gcc libraries
++ *
++ * gcc plugin to find the distribution of k*alloc sizes
++ *
++ * TODO:
++ *
++ * BUGS:
++ * - none known
++ */
++#include "gcc-plugin.h"
++#include "config.h"
++#include "system.h"
++#include "coretypes.h"
++#include "tree.h"
++#include "tree-pass.h"
++#include "intl.h"
++#include "plugin-version.h"
++#include "tm.h"
++#include "toplev.h"
++#include "basic-block.h"
++#include "gimple.h"
++//#include "expr.h" where are you...
++#include "diagnostic.h"
++#include "rtl.h"
++#include "emit-rtl.h"
++#include "function.h"
++
++extern void print_gimple_stmt(FILE *, gimple, int, int);
++
++int plugin_is_GPL_compatible;
++
++static const char * const kalloc_functions[] = {
++      "__kmalloc",
++      "kmalloc",
++      "kmalloc_large",
++      "kmalloc_node",
++      "kmalloc_order",
++      "kmalloc_order_trace",
++      "kmalloc_slab",
++      "kzalloc",
++      "kzalloc_node",
++};
++
++static struct plugin_info kallocstat_plugin_info = {
++      .version        = "201109121100",
++};
++
++static unsigned int execute_kallocstat(void);
++
++static struct gimple_opt_pass kallocstat_pass = {
++      .pass = {
++              .type                   = GIMPLE_PASS,
++              .name                   = "kallocstat",
++              .gate                   = NULL,
++              .execute                = execute_kallocstat,
++              .sub                    = NULL,
++              .next                   = NULL,
++              .static_pass_number     = 0,
++              .tv_id                  = TV_NONE,
++              .properties_required    = 0,
++              .properties_provided    = 0,
++              .properties_destroyed   = 0,
++              .todo_flags_start       = 0,
++              .todo_flags_finish      = 0
++      }
++};
++
++static bool is_kalloc(const char *fnname)
++{
++      size_t i;
++
++      for (i = 0; i < ARRAY_SIZE(kalloc_functions); i++)
++              if (!strcmp(fnname, kalloc_functions[i]))
++                      return true;
++      return false;
++}
++
++static unsigned int execute_kallocstat(void)
++{
++      basic_block bb;
++      gimple_stmt_iterator gsi;
++
++      // 1. loop through BBs and GIMPLE statements
++      FOR_EACH_BB(bb) {
++              for (gsi = gsi_start_bb(bb); !gsi_end_p(gsi); gsi_next(&gsi)) {
++                      // gimple match: 
++                      tree fndecl, size;
++                      gimple call_stmt;
++                      const char *fnname;
++
++                      // is it a call
++                      call_stmt = gsi_stmt(gsi);
++                      if (!is_gimple_call(call_stmt))
++                              continue;
++                      fndecl = gimple_call_fndecl(call_stmt);
++                      if (fndecl == NULL_TREE)
++                              continue;
++                      if (TREE_CODE(fndecl) != FUNCTION_DECL)
++                              continue;
++
++                      // is it a call to k*alloc
++                      fnname = IDENTIFIER_POINTER(DECL_NAME(fndecl));
++                      if (!is_kalloc(fnname))
++                              continue;
++
++                      // is the size arg the result of a simple const assignment
++                      size = gimple_call_arg(call_stmt, 0);
++                      while (true) {
++                              gimple def_stmt;
++                              expanded_location xloc;
++                              size_t size_val;
++
++                              if (TREE_CODE(size) != SSA_NAME)
++                                      break;
++                              def_stmt = SSA_NAME_DEF_STMT(size);
++                              if (!def_stmt || !is_gimple_assign(def_stmt))
++                                      break;
++                              if (gimple_num_ops(def_stmt) != 2)
++                                      break;
++                              size = gimple_assign_rhs1(def_stmt);
++                              if (!TREE_CONSTANT(size))
++                                      continue;
++                              xloc = expand_location(gimple_location(def_stmt));
++                              if (!xloc.file)
++                                      xloc = expand_location(DECL_SOURCE_LOCATION(current_function_decl));
++                              size_val = TREE_INT_CST_LOW(size);
++                              fprintf(stderr, "kallocsize: %8zu %8zx %s %s:%u\n", size_val, size_val, fnname, xloc.file, xloc.line);
++                              break;
++                      }
++//print_gimple_stmt(stderr, call_stmt, 0, TDF_LINENO);
++//debug_tree(gimple_call_fn(call_stmt));
++//print_node(stderr, "pax", fndecl, 4);
++              }
++      }
++
++      return 0;
++}
++
++int plugin_init(struct plugin_name_args *plugin_info, struct plugin_gcc_version *version)
++{
++      const char * const plugin_name = plugin_info->base_name;
++      struct register_pass_info kallocstat_pass_info = {
++              .pass                           = &kallocstat_pass.pass,
++              .reference_pass_name            = "ssa",
++              .ref_pass_instance_number       = 0,
++              .pos_op                         = PASS_POS_INSERT_AFTER
++      };
++
++      if (!plugin_default_version_check(version, &gcc_version)) {
++              error(G_("incompatible gcc/plugin versions"));
++              return 1;
++      }
++
++      register_callback(plugin_name, PLUGIN_INFO, NULL, &kallocstat_plugin_info);
++      register_callback(plugin_name, PLUGIN_PASS_MANAGER_SETUP, NULL, &kallocstat_pass_info);
++
++      return 0;
++}
+diff -urNp linux-3.0.4/tools/gcc/kernexec_plugin.c linux-3.0.4/tools/gcc/kernexec_plugin.c
+--- linux-3.0.4/tools/gcc/kernexec_plugin.c    1969-12-31 19:00:00.000000000 -0500
++++ linux-3.0.4/tools/gcc/kernexec_plugin.c    2011-09-19 09:16:58.000000000 -0400
+@@ -0,0 +1,265 @@
++/*
++ * Copyright 2011 by the PaX Team <pageexec@freemail.hu>
++ * Licensed under the GPL v2
++ *
++ * Note: the choice of the license means that the compilation process is
++ *       NOT 'eligible' as defined by gcc's library exception to the GPL v3,
++ *       but for the kernel it doesn't matter since it doesn't link against
++ *       any of the gcc libraries
++ *
++ * gcc plugin to make KERNEXEC/amd64 almost as good as it is on i386
++ *
++ * TODO:
++ *
++ * BUGS:
++ * - none known
++ */
++#include "gcc-plugin.h"
++#include "config.h"
++#include "system.h"
++#include "coretypes.h"
++#include "tree.h"
++#include "tree-pass.h"
++#include "intl.h"
++#include "plugin-version.h"
++#include "tm.h"
++#include "toplev.h"
++#include "basic-block.h"
++#include "gimple.h"
++//#include "expr.h" where are you...
++#include "diagnostic.h"
++#include "rtl.h"
++#include "emit-rtl.h"
++#include "function.h"
++#include "tree-flow.h"
++
++extern void print_gimple_stmt(FILE *, gimple, int, int);
++
++int plugin_is_GPL_compatible;
++
++static struct plugin_info kernexec_plugin_info = {
++      .version        = "201109191200",
++};
++
++static unsigned int execute_kernexec_fptr(void);
++static unsigned int execute_kernexec_retaddr(void);
++
++static struct gimple_opt_pass kernexec_fptr_pass = {
++      .pass = {
++              .type                   = GIMPLE_PASS,
++              .name                   = "kernexec_fptr",
++              .gate                   = NULL,
++              .execute                = execute_kernexec_fptr,
++              .sub                    = NULL,
++              .next                   = NULL,
++              .static_pass_number     = 0,
++              .tv_id                  = TV_NONE,
++              .properties_required    = 0,
++              .properties_provided    = 0,
++              .properties_destroyed   = 0,
++              .todo_flags_start       = 0,
++              .todo_flags_finish      = TODO_verify_ssa | TODO_verify_stmts | TODO_dump_func | TODO_remove_unused_locals | TODO_update_ssa_no_phi
++      }
++};
++
++static struct rtl_opt_pass kernexec_retaddr_pass = {
++      .pass = {
++              .type                   = RTL_PASS,
++              .name                   = "kernexec_retaddr",
++              .gate                   = NULL,
++              .execute                = execute_kernexec_retaddr,
++              .sub                    = NULL,
++              .next                   = NULL,
++              .static_pass_number     = 0,
++              .tv_id                  = TV_NONE,
++              .properties_required    = 0,
++              .properties_provided    = 0,
++              .properties_destroyed   = 0,
++              .todo_flags_start       = 0,
++              .todo_flags_finish      = TODO_dump_func
++      }
++};
++
++/*
++ * add special KERNEXEC instrumentation: force MSB of fptr to 1, which will produce
++ * a non-canonical address from a userland ptr and will just trigger a GPF on dereference
++ */
++static void kernexec_instrument_fptr(gimple_stmt_iterator gsi)
++{
++      gimple assign_intptr, assign_new_fptr, call_stmt;
++      tree intptr, old_fptr, new_fptr, kernexec_mask;
++
++      call_stmt = gsi_stmt(gsi);
++      old_fptr = gimple_call_fn(call_stmt);
++
++      // create temporary unsigned long variable used for bitops and cast fptr to it
++      intptr = create_tmp_var(long_unsigned_type_node, NULL);
++      add_referenced_var(intptr);
++      mark_sym_for_renaming(intptr);
++      assign_intptr = gimple_build_assign(intptr, fold_convert(long_unsigned_type_node, old_fptr));
++      update_stmt(assign_intptr);
++      gsi_insert_before(&gsi, assign_intptr, GSI_NEW_STMT);
++
++      gsi_next(&gsi);
++
++      // apply logical or to temporary unsigned long and bitmask
++      kernexec_mask = build_int_cstu(long_long_unsigned_type_node, 0x8000000000000000LL);
++//    kernexec_mask = build_int_cstu(long_long_unsigned_type_node, 0xffffffff80000000LL);
++      assign_intptr = gimple_build_assign(intptr, fold_build2(BIT_IOR_EXPR, long_long_unsigned_type_node, intptr, kernexec_mask));
++      update_stmt(assign_intptr);
++      gsi_insert_before(&gsi, assign_intptr, GSI_NEW_STMT);
++
++      gsi_next(&gsi);
++
++      // cast temporary unsigned long back to a temporary fptr variable
++      new_fptr = create_tmp_var(TREE_TYPE(old_fptr), NULL);
++      add_referenced_var(new_fptr);
++      mark_sym_for_renaming(new_fptr);
++      assign_new_fptr = gimple_build_assign(new_fptr, fold_convert(TREE_TYPE(old_fptr), intptr));
++      update_stmt(assign_new_fptr);
++      gsi_insert_before(&gsi, assign_new_fptr, GSI_NEW_STMT);
++
++      gsi_next(&gsi);
++
++      // replace call stmt fn with the new fptr
++      gimple_call_set_fn(call_stmt, new_fptr);
++      update_stmt(call_stmt);
++}
++
++/*
++ * find all C level function pointer dereferences and forcibly set the highest bit of the pointer
++ */
++static unsigned int execute_kernexec_fptr(void)
++{
++      basic_block bb;
++      gimple_stmt_iterator gsi;
++
++      // 1. loop through BBs and GIMPLE statements
++      FOR_EACH_BB(bb) {
++              for (gsi = gsi_start_bb(bb); !gsi_end_p(gsi); gsi_next(&gsi)) {
++                      // gimple match: h_1 = get_fptr (); D.2709_3 = h_1 (x_2(D));
++                      tree fn;
++                      gimple call_stmt;
++
++                      // is it a call ...
++                      call_stmt = gsi_stmt(gsi);
++                      if (!is_gimple_call(call_stmt))
++                              continue;
++                      fn = gimple_call_fn(call_stmt);
++                      if (TREE_CODE(fn) == ADDR_EXPR)
++                              continue;
++                      if (TREE_CODE(fn) != SSA_NAME)
++                              gcc_unreachable();
++
++                      // ... through a function pointer
++                      fn = SSA_NAME_VAR(fn);
++                      if (TREE_CODE(fn) != VAR_DECL && TREE_CODE(fn) != PARM_DECL)
++                              continue;
++                      fn = TREE_TYPE(fn);
++                      if (TREE_CODE(fn) != POINTER_TYPE)
++                              continue;
++                      fn = TREE_TYPE(fn);
++                      if (TREE_CODE(fn) != FUNCTION_TYPE)
++                              continue;
++
++                      kernexec_instrument_fptr(gsi);
++
++//debug_tree(gimple_call_fn(call_stmt));
++//print_gimple_stmt(stderr, call_stmt, 0, TDF_LINENO);
++              }
++      }
++
++      return 0;
++}
++
++// add special KERNEXEC instrumentation: orb $0x80,7(%rsp) just before retn
++static void kernexec_instrument_retaddr(rtx insn)
++{
++      rtx ret_addr, clob, or;
++
++      start_sequence();
++
++      // compute 7(%rsp)
++      ret_addr = gen_rtx_MEM(QImode, gen_rtx_PLUS(Pmode, stack_pointer_rtx, GEN_INT(7)));
++      MEM_VOLATILE_P(ret_addr) = 1;
++
++      // create orb $0x80,7(%rsp)
++      or = gen_rtx_SET(VOIDmode, ret_addr, gen_rtx_IOR(QImode, ret_addr, GEN_INT(0xffffffffffffff80)));
++      clob = gen_rtx_CLOBBER(VOIDmode, gen_rtx_REG(CCmode, FLAGS_REG));
++
++      // put everything together
++      or = emit_insn(gen_rtx_PARALLEL(VOIDmode, gen_rtvec(2, or, clob)));
++      RTX_FRAME_RELATED_P(or) = 1;
++
++      end_sequence();
++
++      emit_insn_before(or, insn);
++}
++
++/*
++ * find all asm level function returns and forcibly set the highest bit of the return address
++ */
++static unsigned int execute_kernexec_retaddr(void)
++{
++      rtx insn;
++
++      // 1. find function returns
++      for (insn = get_insns(); insn; insn = NEXT_INSN(insn)) {
++              // rtl match: (jump_insn 41 40 42 2 (return) fptr.c:42 634 {return_internal} (nil))
++              //            (jump_insn 12 9 11 2 (parallel [ (return) (unspec [ (0) ] UNSPEC_REP) ]) fptr.c:46 635 {return_internal_long} (nil))
++              rtx body;
++
++              // is it a retn
++              if (!JUMP_P(insn))
++                      continue;
++              body = PATTERN(insn);
++              if (GET_CODE(body) == PARALLEL)
++                      body = XVECEXP(body, 0, 0);
++              if (GET_CODE(body) != RETURN)
++                      continue;
++              kernexec_instrument_retaddr(insn);
++      }
++
++//    print_simple_rtl(stderr, get_insns());
++//    print_rtl(stderr, get_insns());
++
++      return 0;
++}
++
++int plugin_init(struct plugin_name_args *plugin_info, struct plugin_gcc_version *version)
++{
++      const char * const plugin_name = plugin_info->base_name;
++      const int argc = plugin_info->argc;
++      const struct plugin_argument * const argv = plugin_info->argv;
++      int i;
++      struct register_pass_info kernexec_fptr_pass_info = {
++              .pass                           = &kernexec_fptr_pass.pass,
++              .reference_pass_name            = "ssa",
++              .ref_pass_instance_number       = 0,
++              .pos_op                         = PASS_POS_INSERT_AFTER
++      };
++      struct register_pass_info kernexec_retaddr_pass_info = {
++              .pass                           = &kernexec_retaddr_pass.pass,
++              .reference_pass_name            = "pro_and_epilogue",
++              .ref_pass_instance_number       = 0,
++              .pos_op                         = PASS_POS_INSERT_AFTER
++      };
++
++      if (!plugin_default_version_check(version, &gcc_version)) {
++              error(G_("incompatible gcc/plugin versions"));
++              return 1;
++      }
++
++      register_callback(plugin_name, PLUGIN_INFO, NULL, &kernexec_plugin_info);
++
++      for (i = 0; i < argc; ++i)
++              error(G_("unkown option '-fplugin-arg-%s-%s'"), plugin_name, argv[i].key);
++
++      if (TARGET_64BIT == 0 || ix86_cmodel != CM_KERNEL)
++              return 0;
++
++      register_callback(plugin_name, PLUGIN_PASS_MANAGER_SETUP, NULL, &kernexec_fptr_pass_info);
++      register_callback(plugin_name, PLUGIN_PASS_MANAGER_SETUP, NULL, &kernexec_retaddr_pass_info);
++
++      return 0;
++}
+diff -urNp linux-3.0.4/tools/gcc/Makefile linux-3.0.4/tools/gcc/Makefile
+--- linux-3.0.4/tools/gcc/Makefile     1969-12-31 19:00:00.000000000 -0500
++++ linux-3.0.4/tools/gcc/Makefile     2011-09-17 00:53:44.000000000 -0400
+@@ -0,0 +1,14 @@
++#CC := gcc
++#PLUGIN_SOURCE_FILES := pax_plugin.c
++#PLUGIN_OBJECT_FILES := $(patsubst %.c,%.o,$(PLUGIN_SOURCE_FILES))
++GCCPLUGINS_DIR := $(shell $(HOSTCC) -print-file-name=plugin)
++#CFLAGS += -I$(GCCPLUGINS_DIR)/include -fPIC -O2 -Wall -W
++
++HOST_EXTRACFLAGS += -I$(GCCPLUGINS_DIR)/include
++
++hostlibs-y := stackleak_plugin.so constify_plugin.so kallocstat_plugin.so kernexec_plugin.so
++always := $(hostlibs-y)
++stackleak_plugin-objs := stackleak_plugin.o
++constify_plugin-objs := constify_plugin.o
++kallocstat_plugin-objs := kallocstat_plugin.o
++kernexec_plugin-objs := kernexec_plugin.o
+diff -urNp linux-3.0.4/tools/gcc/stackleak_plugin.c linux-3.0.4/tools/gcc/stackleak_plugin.c
+--- linux-3.0.4/tools/gcc/stackleak_plugin.c   1969-12-31 19:00:00.000000000 -0500
++++ linux-3.0.4/tools/gcc/stackleak_plugin.c   2011-09-17 00:53:44.000000000 -0400
+@@ -0,0 +1,251 @@
++/*
++ * Copyright 2011 by the PaX Team <pageexec@freemail.hu>
++ * Licensed under the GPL v2
++ *
++ * Note: the choice of the license means that the compilation process is
++ *       NOT 'eligible' as defined by gcc's library exception to the GPL v3,
++ *       but for the kernel it doesn't matter since it doesn't link against
++ *       any of the gcc libraries
++ *
++ * gcc plugin to help implement various PaX features
++ *
++ * - track lowest stack pointer
++ *
++ * TODO:
++ * - initialize all local variables
++ *
++ * BUGS:
++ * - none known
++ */
++#include "gcc-plugin.h"
++#include "config.h"
++#include "system.h"
++#include "coretypes.h"
++#include "tree.h"
++#include "tree-pass.h"
++#include "intl.h"
++#include "plugin-version.h"
++#include "tm.h"
++#include "toplev.h"
++#include "basic-block.h"
++#include "gimple.h"
++//#include "expr.h" where are you...
++#include "diagnostic.h"
++#include "rtl.h"
++#include "emit-rtl.h"
++#include "function.h"
++
++int plugin_is_GPL_compatible;
++
++static int track_frame_size = -1;
++static const char track_function[] = "pax_track_stack";
++static bool init_locals;
++
++static struct plugin_info stackleak_plugin_info = {
++      .version        = "201109112100",
++      .help           = "track-lowest-sp=nn\ttrack sp in functions whose frame size is at least nn bytes\n"
++//                      "initialize-locals\t\tforcibly initialize all stack frames\n"
++};
++
++static bool gate_stackleak_track_stack(void);
++static unsigned int execute_stackleak_tree_instrument(void);
++static unsigned int execute_stackleak_final(void);
++
++static struct gimple_opt_pass stackleak_tree_instrument_pass = {
++      .pass = {
++              .type                   = GIMPLE_PASS,
++              .name                   = "stackleak_tree_instrument",
++              .gate                   = gate_stackleak_track_stack,
++              .execute                = execute_stackleak_tree_instrument,
++              .sub                    = NULL,
++              .next                   = NULL,
++              .static_pass_number     = 0,
++              .tv_id                  = TV_NONE,
++              .properties_required    = PROP_gimple_leh | PROP_cfg,
++              .properties_provided    = 0,
++              .properties_destroyed   = 0,
++              .todo_flags_start       = 0, //TODO_verify_ssa | TODO_verify_flow | TODO_verify_stmts,
++              .todo_flags_finish      = TODO_verify_stmts | TODO_dump_func
++      }
++};
++
++static struct rtl_opt_pass stackleak_final_rtl_opt_pass = {
++      .pass = {
++              .type                   = RTL_PASS,
++              .name                   = "stackleak_final",
++              .gate                   = gate_stackleak_track_stack,
++              .execute                = execute_stackleak_final,
++              .sub                    = NULL,
++              .next                   = NULL,
++              .static_pass_number     = 0,
++              .tv_id                  = TV_NONE,
++              .properties_required    = 0,
++              .properties_provided    = 0,
++              .properties_destroyed   = 0,
++              .todo_flags_start       = 0,
++              .todo_flags_finish      = TODO_dump_func
++      }
++};
++
++static bool gate_stackleak_track_stack(void)
++{
++      return track_frame_size >= 0;
++}
++
++static void stackleak_add_instrumentation(gimple_stmt_iterator *gsi, bool before)
++{
++      gimple call;
++      tree fndecl, type;
++
++      // insert call to void pax_track_stack(void)
++      type = build_function_type_list(void_type_node, NULL_TREE);
++      fndecl = build_fn_decl(track_function, type);
++      DECL_ASSEMBLER_NAME(fndecl); // for LTO
++      call = gimple_build_call(fndecl, 0);
++      if (before)
++              gsi_insert_before(gsi, call, GSI_CONTINUE_LINKING);
++      else
++              gsi_insert_after(gsi, call, GSI_CONTINUE_LINKING);
++}
++
++static unsigned int execute_stackleak_tree_instrument(void)
++{
++      basic_block bb, entry_bb;
++      gimple_stmt_iterator gsi;
++      bool prologue_instrumented = false;
++
++      entry_bb = ENTRY_BLOCK_PTR_FOR_FUNCTION(cfun)->next_bb;
++
++      // 1. loop through BBs and GIMPLE statements
++      FOR_EACH_BB(bb) {
++              for (gsi = gsi_start_bb(bb); !gsi_end_p(gsi); gsi_next(&gsi)) {
++                      // gimple match: align 8 built-in BUILT_IN_NORMAL:BUILT_IN_ALLOCA attributes <tree_list 0xb7576450>
++                      tree fndecl;
++                      gimple stmt = gsi_stmt(gsi);
++
++                      if (!is_gimple_call(stmt))
++                              continue;
++                      fndecl = gimple_call_fndecl(stmt);
++                      if (!fndecl)
++                              continue;
++                      if (TREE_CODE(fndecl) != FUNCTION_DECL)
++                              continue;
++                      if (!DECL_BUILT_IN(fndecl))
++                              continue;
++                      if (DECL_BUILT_IN_CLASS(fndecl) != BUILT_IN_NORMAL)
++                              continue;
++                      if (DECL_FUNCTION_CODE(fndecl) != BUILT_IN_ALLOCA)
++                              continue;
++
++                      // 2. insert track call after each __builtin_alloca call
++                      stackleak_add_instrumentation(&gsi, false);
++                      if (bb == entry_bb)
++                              prologue_instrumented = true;
++//                    print_node(stderr, "pax", fndecl, 4);
++              }
++      }
++
++      // 3. insert track call at the beginning
++      if (!prologue_instrumented) {
++              gsi = gsi_start_bb(entry_bb);
++              stackleak_add_instrumentation(&gsi, true);
++      }
++
++      return 0;
++}
++
++static unsigned int execute_stackleak_final(void)
++{
++      rtx insn;
++
++      if (cfun->calls_alloca)
++              return 0;
++
++      // keep calls only if function frame is big enough
++      if (get_frame_size() >= track_frame_size)
++              return 0;
++
++      // 1. find pax_track_stack calls
++      for (insn = get_insns(); insn; insn = NEXT_INSN(insn)) {
++              // rtl match: (call_insn 8 7 9 3 (call (mem (symbol_ref ("pax_track_stack") [flags 0x41] <function_decl 0xb7470e80 pax_track_stack>) [0 S1 A8]) (4)) -1 (nil) (nil))
++              rtx body;
++
++              if (!CALL_P(insn))
++                      continue;
++              body = PATTERN(insn);
++              if (GET_CODE(body) != CALL)
++                      continue;
++              body = XEXP(body, 0);
++              if (GET_CODE(body) != MEM)
++                      continue;
++              body = XEXP(body, 0);
++              if (GET_CODE(body) != SYMBOL_REF)
++                      continue;
++              if (strcmp(XSTR(body, 0), track_function))
++                      continue;
++//            warning(0, "track_frame_size: %d %ld %d", cfun->calls_alloca, get_frame_size(), track_frame_size);
++              // 2. delete call
++              delete_insn_and_edges(insn);
++      }
++
++//    print_simple_rtl(stderr, get_insns());
++//    print_rtl(stderr, get_insns());
++//    warning(0, "track_frame_size: %d %ld %d", cfun->calls_alloca, get_frame_size(), track_frame_size);
++
++      return 0;
++}
++
++int plugin_init(struct plugin_name_args *plugin_info, struct plugin_gcc_version *version)
++{
++      const char * const plugin_name = plugin_info->base_name;
++      const int argc = plugin_info->argc;
++      const struct plugin_argument * const argv = plugin_info->argv;
++      int i;
++      struct register_pass_info stackleak_tree_instrument_pass_info = {
++              .pass                           = &stackleak_tree_instrument_pass.pass,
++//            .reference_pass_name            = "tree_profile",
++              .reference_pass_name            = "optimized",
++              .ref_pass_instance_number       = 0,
++              .pos_op                         = PASS_POS_INSERT_AFTER
++      };
++      struct register_pass_info stackleak_final_pass_info = {
++              .pass                           = &stackleak_final_rtl_opt_pass.pass,
++              .reference_pass_name            = "final",
++              .ref_pass_instance_number       = 0,
++              .pos_op                         = PASS_POS_INSERT_BEFORE
++      };
++
++      if (!plugin_default_version_check(version, &gcc_version)) {
++              error(G_("incompatible gcc/plugin versions"));
++              return 1;
++      }
++
++      register_callback(plugin_name, PLUGIN_INFO, NULL, &stackleak_plugin_info);
++
++      for (i = 0; i < argc; ++i) {
++              if (!strcmp(argv[i].key, "track-lowest-sp")) {
++                      if (!argv[i].value) {
++                              error(G_("no value supplied for option '-fplugin-arg-%s-%s'"), plugin_name, argv[i].key);
++                              continue;
++                      }
++                      track_frame_size = atoi(argv[i].value);
++                      if (argv[i].value[0] < '0' || argv[i].value[0] > '9' || track_frame_size < 0)
++                              error(G_("invalid option argument '-fplugin-arg-%s-%s=%s'"), plugin_name, argv[i].key, argv[i].value);
++                      continue;
++              }
++              if (!strcmp(argv[i].key, "initialize-locals")) {
++                      if (argv[i].value) {
++                              error(G_("invalid option argument '-fplugin-arg-%s-%s=%s'"), plugin_name, argv[i].key, argv[i].value);
++                              continue;
++                      }
++                      init_locals = true;
++                      continue;
++              }
++              error(G_("unkown option '-fplugin-arg-%s-%s'"), plugin_name, argv[i].key);
++      }
++
++      register_callback(plugin_name, PLUGIN_PASS_MANAGER_SETUP, NULL, &stackleak_tree_instrument_pass_info);
++      register_callback(plugin_name, PLUGIN_PASS_MANAGER_SETUP, NULL, &stackleak_final_pass_info);
++
++      return 0;
++}
+diff -urNp linux-3.0.4/usr/gen_init_cpio.c linux-3.0.4/usr/gen_init_cpio.c
+--- linux-3.0.4/usr/gen_init_cpio.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/usr/gen_init_cpio.c    2011-08-23 21:47:56.000000000 -0400
+@@ -303,7 +303,7 @@ static int cpio_mkfile(const char *name,
        int retval;
        int rc = -1;
        int namesize;
@@ -84623,7 +74181,7 @@ diff -urNp linux-2.6.39/usr/gen_init_cpio.c linux-2.6.39/usr/gen_init_cpio.c
  
        mode |= S_IFREG;
  
-@@ -394,9 +394,10 @@ static char *cpio_replace_env(char *new_
+@@ -392,9 +392,10 @@ static char *cpio_replace_env(char *new_
                         *env_var = *expanded = '\0';
                         strncat(env_var, start + 2, end - start - 2);
                         strncat(expanded, new_location, start - new_location);
@@ -84636,9 +74194,9 @@ diff -urNp linux-2.6.39/usr/gen_init_cpio.c linux-2.6.39/usr/gen_init_cpio.c
                 } else
                         break;
         }
-diff -urNp linux-2.6.39/virt/kvm/kvm_main.c linux-2.6.39/virt/kvm/kvm_main.c
---- linux-2.6.39/virt/kvm/kvm_main.c   2011-05-19 00:06:34.000000000 -0400
-+++ linux-2.6.39/virt/kvm/kvm_main.c   2011-05-22 19:36:36.000000000 -0400
+diff -urNp linux-3.0.4/virt/kvm/kvm_main.c linux-3.0.4/virt/kvm/kvm_main.c
+--- linux-3.0.4/virt/kvm/kvm_main.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.4/virt/kvm/kvm_main.c    2011-08-23 21:47:56.000000000 -0400
 @@ -73,7 +73,7 @@ LIST_HEAD(vm_list);
  
  static cpumask_var_t cpus_hardware_enabled;
@@ -84648,34 +74206,7 @@ diff -urNp linux-2.6.39/virt/kvm/kvm_main.c linux-2.6.39/virt/kvm/kvm_main.c
  
  struct kmem_cache *kvm_vcpu_cache;
  EXPORT_SYMBOL_GPL(kvm_vcpu_cache);
-@@ -1594,7 +1594,7 @@ static int kvm_vcpu_release(struct inode
-       return 0;
- }
--static struct file_operations kvm_vcpu_fops = {
-+static struct file_operations kvm_vcpu_fops = {       /* cannot be const */
-       .release        = kvm_vcpu_release,
-       .unlocked_ioctl = kvm_vcpu_ioctl,
-       .compat_ioctl   = kvm_vcpu_ioctl,
-@@ -2063,7 +2063,7 @@ static int kvm_vm_mmap(struct file *file
-       return 0;
- }
--static struct file_operations kvm_vm_fops = {
-+static struct file_operations kvm_vm_fops = { /* cannot be const */
-       .release        = kvm_vm_release,
-       .unlocked_ioctl = kvm_vm_ioctl,
- #ifdef CONFIG_COMPAT
-@@ -2161,7 +2161,7 @@ out:
-       return r;
- }
--static struct file_operations kvm_chardev_ops = {
-+static struct file_operations kvm_chardev_ops = {     /* cannot be const */
-       .unlocked_ioctl = kvm_dev_ioctl,
-       .compat_ioctl   = kvm_dev_ioctl,
-       .llseek         = noop_llseek,
-@@ -2187,7 +2187,7 @@ static void hardware_enable_nolock(void 
+@@ -2176,7 +2176,7 @@ static void hardware_enable_nolock(void 
  
        if (r) {
                cpumask_clear_cpu(cpu, cpus_hardware_enabled);
@@ -84684,7 +74215,7 @@ diff -urNp linux-2.6.39/virt/kvm/kvm_main.c linux-2.6.39/virt/kvm/kvm_main.c
                printk(KERN_INFO "kvm: enabling virtualization on "
                                 "CPU%d failed\n", cpu);
        }
-@@ -2241,10 +2241,10 @@ static int hardware_enable_all(void)
+@@ -2230,10 +2230,10 @@ static int hardware_enable_all(void)
  
        kvm_usage_count++;
        if (kvm_usage_count == 1) {
@@ -84697,7 +74228,7 @@ diff -urNp linux-2.6.39/virt/kvm/kvm_main.c linux-2.6.39/virt/kvm/kvm_main.c
                        hardware_disable_all_nolock();
                        r = -EBUSY;
                }
-@@ -2509,7 +2509,7 @@ static void kvm_sched_out(struct preempt
+@@ -2498,7 +2498,7 @@ static void kvm_sched_out(struct preempt
        kvm_arch_vcpu_put(vcpu);
  }
  
@@ -84706,7 +74237,7 @@ diff -urNp linux-2.6.39/virt/kvm/kvm_main.c linux-2.6.39/virt/kvm/kvm_main.c
                  struct module *module)
  {
        int r;
-@@ -2572,7 +2572,7 @@ int kvm_init(void *opaque, unsigned vcpu
+@@ -2561,7 +2561,7 @@ int kvm_init(void *opaque, unsigned vcpu
        if (!vcpu_align)
                vcpu_align = __alignof__(struct kvm_vcpu);
        kvm_vcpu_cache = kmem_cache_create("kvm_vcpu", vcpu_size, vcpu_align,
@@ -84715,3 +74246,18 @@ diff -urNp linux-2.6.39/virt/kvm/kvm_main.c linux-2.6.39/virt/kvm/kvm_main.c
        if (!kvm_vcpu_cache) {
                r = -ENOMEM;
                goto out_free_3;
+@@ -2571,9 +2571,11 @@ int kvm_init(void *opaque, unsigned vcpu
+       if (r)
+               goto out_free;
+-      kvm_chardev_ops.owner = module;
+-      kvm_vm_fops.owner = module;
+-      kvm_vcpu_fops.owner = module;
++      pax_open_kernel();
++      *(void **)&kvm_chardev_ops.owner = module;
++      *(void **)&kvm_vm_fops.owner = module;
++      *(void **)&kvm_vcpu_fops.owner = module;
++      pax_close_kernel();
+       r = misc_register(&kvm_dev);
+       if (r) {