]> git.pld-linux.org Git - packages/kernel.git/commitdiff
- update grsec to /grsecurity-2.2.2-3.0.3-201108232250.patch
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 24 Aug 2011 09:00:04 +0000 (09:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    kernel-aufs2-no-const-grsec.patch -> 1.4
    kernel-grsec_fixes.patch -> 1.22
    kernel-grsec_full.patch -> 1.75
    kernel.spec -> 1.956

kernel-aufs2-no-const-grsec.patch [deleted file]
kernel-grsec_fixes.patch
kernel-grsec_full.patch
kernel.spec

diff --git a/kernel-aufs2-no-const-grsec.patch b/kernel-aufs2-no-const-grsec.patch
deleted file mode 100644 (file)
index eed5bfd..0000000
+++ /dev/null
@@ -1,89 +0,0 @@
---- linux-2.6.37/include/linux/fs.h.org        2011-01-17 10:47:08.657197582 +0100
-+++ linux-2.6.37/include/linux/fs.h    2011-01-17 10:48:36.572409097 +0100
-@@ -623,42 +623,42 @@
-               unsigned long, unsigned long);
- struct address_space_operations {
--      int (* const writepage)(struct page *page, struct writeback_control *wbc);
--      int (* const readpage)(struct file *, struct page *);
--      void (* const sync_page)(struct page *);
-+      int (* writepage)(struct page *page, struct writeback_control *wbc);
-+      int (* readpage)(struct file *, struct page *);
-+      void (* sync_page)(struct page *);
-       /* Write back some dirty pages from this mapping. */
--      int (* const writepages)(struct address_space *, struct writeback_control *);
-+      int (* writepages)(struct address_space *, struct writeback_control *);
-       /* Set a page dirty.  Return true if this dirtied it */
--      int (* const set_page_dirty)(struct page *page);
-+      int (* set_page_dirty)(struct page *page);
--      int (* const readpages)(struct file *filp, struct address_space *mapping,
-+      int (* readpages)(struct file *filp, struct address_space *mapping,
-                       struct list_head *pages, unsigned nr_pages);
--      int (* const write_begin)(struct file *, struct address_space *mapping,
-+      int (* write_begin)(struct file *, struct address_space *mapping,
-                               loff_t pos, unsigned len, unsigned flags,
-                               struct page **pagep, void **fsdata);
--      int (* const write_end)(struct file *, struct address_space *mapping,
-+      int (* 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 (* 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,
-+      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,
-                       loff_t offset, unsigned long nr_segs);
--      int (* const get_xip_mem)(struct address_space *, pgoff_t, int,
-+      int (* get_xip_mem)(struct address_space *, pgoff_t, int,
-                                               void **, unsigned long *);
-       /* migrate the contents of a page to the specified target */
--      int (* const migratepage) (struct address_space *,
-+      int (* migratepage) (struct address_space *,
-                       struct page *, struct page *);
--      int (* const launder_page) (struct page *);
--      int (* const is_partially_uptodate) (struct page *, read_descriptor_t *,
-+      int (* launder_page) (struct page *);
-+      int (* is_partially_uptodate) (struct page *, read_descriptor_t *,
-                                       unsigned long);
--      int (* const error_remove_page)(struct address_space *, struct page *);
-+      int (* error_remove_page)(struct address_space *, struct page *);
- };
- /*
-@@ -1098,17 +1098,17 @@
- typedef struct files_struct *fl_owner_t;
- struct file_lock_operations {
--      void (* const fl_copy_lock)(struct file_lock *, struct file_lock *);
--      void (* const fl_release_private)(struct file_lock *);
-+      void (* fl_copy_lock)(struct file_lock *, struct file_lock *);
-+      void (* fl_release_private)(struct file_lock *);
- };
- struct lock_manager_operations {
--      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);
-+      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);
- };
- struct lock_manager {
index c8a0596d70dba753888afcdea7994cfab5207a61..1b5d04b215d1de3409aae2a3e456a3dbadef4a1a 100644 (file)
@@ -23,52 +23,6 @@ diff -upr a/grsecurity/gracl_cap.c c/grsecurity/gracl_cap.c
 +      }
 +      return;
 +}
---- a/grsecurity/grsec_sock.c  2008-03-24 00:24:22.482633101 +0100
-+++ c/grsecurity/grsec_sock.c  2008-03-24 00:27:01.971671763 +0100
-@@ -247,25 +247,26 @@
- gr_cap_rtnetlink(struct sock *sock)
- {
- #ifdef CONFIG_GRKERNSEC
-+      struct acl_subject_label *curracl;
-+      kernel_cap_t cap_dropp = __cap_empty_set, cap_mask = __cap_empty_set;
-+
-       if (!gr_acl_is_enabled())
-               return current_cap();
--      else if (sock->sk_protocol == NETLINK_ISCSI &&
--               cap_raised(current_cap(), CAP_SYS_ADMIN) &&
--               gr_is_capable(CAP_SYS_ADMIN))
--              return current_cap();
--      else if (sock->sk_protocol == NETLINK_AUDIT &&
--               cap_raised(current_cap(), CAP_AUDIT_WRITE) &&
--               gr_is_capable(CAP_AUDIT_WRITE) &&
--               cap_raised(current_cap(), CAP_AUDIT_CONTROL) &&
--               gr_is_capable(CAP_AUDIT_CONTROL))
--              return current_cap();
--      else if (cap_raised(current_cap(), CAP_NET_ADMIN) &&
--               ((sock->sk_protocol == NETLINK_ROUTE) ? 
--                gr_is_capable_nolog(CAP_NET_ADMIN) : 
--                gr_is_capable(CAP_NET_ADMIN)))
--              return current_cap();
--      else
--              return __cap_empty_set;
-+      else {
-+              curracl = current->acl;
-+
-+              cap_dropp  = curracl->cap_lower;
-+              cap_mask = curracl->cap_mask;
-+
-+              while ((curracl = curracl->parent_subject)) {
-+                      cap_dropp = cap_combine(cap_dropp,
-+                                      cap_intersect(curracl->cap_lower,
-+                                              cap_drop(cap_mask, curracl->cap_mask)));
-+                      cap_mask = cap_combine(cap_mask, curracl->cap_mask);
-+              }
-+              return cap_drop(current_cap(),
-+                              cap_intersect(cap_dropp, cap_mask));
-+      }
- #else
-       return current_cap();
- #endif
 --- linux-2.6.35/include/linux/grsecurity.h~   2010-10-20 21:01:00.758532744 +0200
 +++ linux-2.6.35/include/linux/grsecurity.h    2010-10-20 21:03:27.556754795 +0200
 @@ -78,6 +78,7 @@
@@ -86,8 +40,8 @@ diff -upr a/security/commoncap.c c/security/commoncap.c
  
  int cap_netlink_recv(struct sk_buff *skb, int cap)
  {
--      if (!cap_raised(NETLINK_CB(skb).eff_cap, cap))
-+      if (!cap_raised(NETLINK_CB(skb).eff_cap, cap)) {
+-      if (!cap_raised(current_cap(), cap) || !gr_is_capable(cap))
++      if (!cap_raised(current_cap(), cap) || !gr_is_capable(cap)) {
 +#ifdef CONFIG_GRKERNSEC
 +              gr_log_cap_pid(cap, NETLINK_CREDS(skb)->pid);
 +#endif
index 031a2c0a1c5d47f94b12ce4f3ae6d522ac0518df..31b5b3d05a598588a1b35ac94dde120796410bc6 100644 (file)
@@ -1,21 +1,6 @@
-diff -urNp linux-2.6.38.6/arch/alpha/include/asm/dma-mapping.h linux-2.6.38.6/arch/alpha/include/asm/dma-mapping.h
---- linux-2.6.38.6/arch/alpha/include/asm/dma-mapping.h        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/alpha/include/asm/dma-mapping.h        2011-04-28 19:34:14.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.38.6/arch/alpha/include/asm/elf.h linux-2.6.38.6/arch/alpha/include/asm/elf.h
---- linux-2.6.38.6/arch/alpha/include/asm/elf.h        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/alpha/include/asm/elf.h        2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/alpha/include/asm/elf.h linux-3.0.3/arch/alpha/include/asm/elf.h
+--- linux-3.0.3/arch/alpha/include/asm/elf.h   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.38.6/arch/alpha/include/asm/elf.h linux-2.6.38.6/arch/alpha
  /* $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.38.6/arch/alpha/include/asm/pgtable.h linux-2.6.38.6/arch/alpha/include/asm/pgtable.h
---- linux-2.6.38.6/arch/alpha/include/asm/pgtable.h    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/alpha/include/asm/pgtable.h    2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/alpha/include/asm/pgtable.h linux-3.0.3/arch/alpha/include/asm/pgtable.h
+--- linux-3.0.3/arch/alpha/include/asm/pgtable.h       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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,9 +36,9 @@ diff -urNp linux-2.6.38.6/arch/alpha/include/asm/pgtable.h linux-2.6.38.6/arch/a
  #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.38.6/arch/alpha/kernel/module.c linux-2.6.38.6/arch/alpha/kernel/module.c
---- linux-2.6.38.6/arch/alpha/kernel/module.c  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/alpha/kernel/module.c  2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/alpha/kernel/module.c linux-3.0.3/arch/alpha/kernel/module.c
+--- linux-3.0.3/arch/alpha/kernel/module.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.
@@ -63,10 +48,10 @@ diff -urNp linux-2.6.38.6/arch/alpha/kernel/module.c linux-2.6.38.6/arch/alpha/k
        got = sechdrs[me->arch.gotsecindex].sh_addr;
  
        for (i = 0; i < n; i++) {
-diff -urNp linux-2.6.38.6/arch/alpha/kernel/osf_sys.c linux-2.6.38.6/arch/alpha/kernel/osf_sys.c
---- linux-2.6.38.6/arch/alpha/kernel/osf_sys.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/alpha/kernel/osf_sys.c 2011-04-28 19:34:14.000000000 -0400
-@@ -1162,7 +1162,7 @@ arch_get_unmapped_area_1(unsigned long a
+diff -urNp linux-3.0.3/arch/alpha/kernel/osf_sys.c linux-3.0.3/arch/alpha/kernel/osf_sys.c
+--- linux-3.0.3/arch/alpha/kernel/osf_sys.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -75,7 +60,7 @@ diff -urNp linux-2.6.38.6/arch/alpha/kernel/osf_sys.c linux-2.6.38.6/arch/alpha/
                        return addr;
                addr = vma->vm_end;
                vma = vma->vm_next;
-@@ -1198,6 +1198,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?  */
  
@@ -86,7 +71,7 @@ diff -urNp linux-2.6.38.6/arch/alpha/kernel/osf_sys.c linux-2.6.38.6/arch/alpha/
        if (addr) {
                addr = arch_get_unmapped_area_1 (PAGE_ALIGN(addr), len, limit);
                if (addr != (unsigned long) -ENOMEM)
-@@ -1205,8 +1209,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.  */
@@ -97,49 +82,9 @@ diff -urNp linux-2.6.38.6/arch/alpha/kernel/osf_sys.c linux-2.6.38.6/arch/alpha/
        if (addr != (unsigned long) -ENOMEM)
                return addr;
  
-diff -urNp linux-2.6.38.6/arch/alpha/kernel/pci_iommu.c linux-2.6.38.6/arch/alpha/kernel/pci_iommu.c
---- linux-2.6.38.6/arch/alpha/kernel/pci_iommu.c       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/alpha/kernel/pci_iommu.c       2011-04-28 19:34:14.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.38.6/arch/alpha/kernel/pci-noop.c linux-2.6.38.6/arch/alpha/kernel/pci-noop.c
---- linux-2.6.38.6/arch/alpha/kernel/pci-noop.c        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/alpha/kernel/pci-noop.c        2011-04-28 19:34:14.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.38.6/arch/alpha/mm/fault.c linux-2.6.38.6/arch/alpha/mm/fault.c
---- linux-2.6.38.6/arch/alpha/mm/fault.c       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/alpha/mm/fault.c       2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/alpha/mm/fault.c linux-3.0.3/arch/alpha/mm/fault.c
+--- linux-3.0.3/arch/alpha/mm/fault.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);
  }
@@ -296,10 +241,10 @@ diff -urNp linux-2.6.38.6/arch/alpha/mm/fault.c linux-2.6.38.6/arch/alpha/mm/fau
        } else if (!cause) {
                /* Allow reads even for write-only mappings */
                if (!(vma->vm_flags & (VM_READ | VM_WRITE)))
-diff -urNp linux-2.6.38.6/arch/arm/include/asm/elf.h linux-2.6.38.6/arch/arm/include/asm/elf.h
---- linux-2.6.38.6/arch/arm/include/asm/elf.h  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/arm/include/asm/elf.h  2011-04-28 19:34:14.000000000 -0400
-@@ -115,7 +115,14 @@ int dump_task_regs(struct task_struct *t
+diff -urNp linux-3.0.3/arch/arm/include/asm/elf.h linux-3.0.3/arch/arm/include/asm/elf.h
+--- linux-3.0.3/arch/arm/include/asm/elf.h     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.  */
  
@@ -315,7 +260,7 @@ diff -urNp linux-2.6.38.6/arch/arm/include/asm/elf.h linux-2.6.38.6/arch/arm/inc
  
  /* 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))
  
@@ -326,9 +271,9 @@ diff -urNp linux-2.6.38.6/arch/arm/include/asm/elf.h linux-2.6.38.6/arch/arm/inc
  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.38.6/arch/arm/include/asm/kmap_types.h linux-2.6.38.6/arch/arm/include/asm/kmap_types.h
---- linux-2.6.38.6/arch/arm/include/asm/kmap_types.h   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/arm/include/asm/kmap_types.h   2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/arm/include/asm/kmap_types.h linux-3.0.3/arch/arm/include/asm/kmap_types.h
+--- linux-3.0.3/arch/arm/include/asm/kmap_types.h      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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,
@@ -337,10 +282,45 @@ diff -urNp linux-2.6.38.6/arch/arm/include/asm/kmap_types.h linux-2.6.38.6/arch/
        KM_TYPE_NR
  };
  
-diff -urNp linux-2.6.38.6/arch/arm/include/asm/uaccess.h linux-2.6.38.6/arch/arm/include/asm/uaccess.h
---- linux-2.6.38.6/arch/arm/include/asm/uaccess.h      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/arm/include/asm/uaccess.h      2011-04-28 19:34:14.000000000 -0400
-@@ -403,6 +403,9 @@ extern unsigned long __must_check __strn
+diff -urNp linux-3.0.3/arch/arm/include/asm/uaccess.h linux-3.0.3/arch/arm/include/asm/uaccess.h
+--- linux-3.0.3/arch/arm/include/asm/uaccess.h 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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
++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 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)
  {
@@ -350,7 +330,7 @@ diff -urNp linux-2.6.38.6/arch/arm/include/asm/uaccess.h linux-2.6.38.6/arch/arm
        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)
  {
@@ -360,21 +340,23 @@ diff -urNp linux-2.6.38.6/arch/arm/include/asm/uaccess.h linux-2.6.38.6/arch/arm
        if (access_ok(VERIFY_WRITE, to, n))
                n = __copy_to_user(to, from, n);
        return n;
-diff -urNp linux-2.6.38.6/arch/arm/kernel/kgdb.c linux-2.6.38.6/arch/arm/kernel/kgdb.c
---- linux-2.6.38.6/arch/arm/kernel/kgdb.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/arm/kernel/kgdb.c      2011-04-28 19:34:14.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.38.6/arch/arm/kernel/process.c linux-2.6.38.6/arch/arm/kernel/process.c
---- linux-2.6.38.6/arch/arm/kernel/process.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/arm/kernel/process.c   2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/arm/kernel/armksyms.c linux-3.0.3/arch/arm/kernel/armksyms.c
+--- linux-3.0.3/arch/arm/kernel/armksyms.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.3/arch/arm/kernel/process.c linux-3.0.3/arch/arm/kernel/process.c
+--- linux-3.0.3/arch/arm/kernel/process.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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>
@@ -383,7 +365,7 @@ diff -urNp linux-2.6.38.6/arch/arm/kernel/process.c linux-2.6.38.6/arch/arm/kern
  #include <linux/hw_breakpoint.h>
  
  #include <asm/cacheflush.h>
-@@ -477,12 +476,6 @@ unsigned long get_wchan(struct task_stru
+@@ -479,12 +478,6 @@ unsigned long get_wchan(struct task_stru
        return 0;
  }
  
@@ -396,21 +378,151 @@ diff -urNp linux-2.6.38.6/arch/arm/kernel/process.c linux-2.6.38.6/arch/arm/kern
  #ifdef CONFIG_MMU
  /*
   * The vectors page is always readable from user space for the
-diff -urNp linux-2.6.38.6/arch/arm/mach-msm/last_radio_log.c linux-2.6.38.6/arch/arm/mach-msm/last_radio_log.c
---- linux-2.6.38.6/arch/arm/mach-msm/last_radio_log.c  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/arm/mach-msm/last_radio_log.c  2011-04-28 19:34:14.000000000 -0400
-@@ -47,7 +47,7 @@ static ssize_t last_radio_log_read(struc
-       return count;
+diff -urNp linux-3.0.3/arch/arm/kernel/traps.c linux-3.0.3/arch/arm/kernel/traps.c
+--- linux-3.0.3/arch/arm/kernel/traps.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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 DEFINE_SPINLOCK(die_lock);
++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.3/arch/arm/lib/copy_from_user.S linux-3.0.3/arch/arm/lib/copy_from_user.S
+--- linux-3.0.3/arch/arm/lib/copy_from_user.S  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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 file_operations last_radio_log_fops = {
-+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.38.6/arch/arm/mach-ux500/mbox-db5500.c linux-2.6.38.6/arch/arm/mach-ux500/mbox-db5500.c
---- linux-2.6.38.6/arch/arm/mach-ux500/mbox-db5500.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/arm/mach-ux500/mbox-db5500.c   2011-04-28 19:34:14.000000000 -0400
+       .text
+-ENTRY(__copy_from_user)
++ENTRY(___copy_from_user)
+ #include "copy_template.S"
+-ENDPROC(__copy_from_user)
++ENDPROC(___copy_from_user)
+       .pushsection .fixup,"ax"
+       .align 0
+diff -urNp linux-3.0.3/arch/arm/lib/copy_to_user.S linux-3.0.3/arch/arm/lib/copy_to_user.S
+--- linux-3.0.3/arch/arm/lib/copy_to_user.S    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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
+ ENTRY(__copy_to_user_std)
+-WEAK(__copy_to_user)
++WEAK(___copy_to_user)
+ #include "copy_template.S"
+-ENDPROC(__copy_to_user)
++ENDPROC(___copy_to_user)
+ ENDPROC(__copy_to_user_std)
+       .pushsection .fixup,"ax"
+diff -urNp linux-3.0.3/arch/arm/lib/uaccess.S linux-3.0.3/arch/arm/lib/uaccess.S
+--- linux-3.0.3/arch/arm/lib/uaccess.S 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/arch/arm/lib/uaccess.S 2011-08-23 21:47:55.000000000 -0400
+@@ -20,7 +20,7 @@
+ #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.3/arch/arm/lib/uaccess_with_memcpy.c linux-3.0.3/arch/arm/lib/uaccess_with_memcpy.c
+--- linux-3.0.3/arch/arm/lib/uaccess_with_memcpy.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/arch/arm/lib/uaccess_with_memcpy.c     2011-08-23 21:47:55.000000000 -0400
+@@ -103,7 +103,7 @@ out:
+ }
+ 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.3/arch/arm/mach-ux500/mbox-db5500.c linux-3.0.3/arch/arm/mach-ux500/mbox-db5500.c
+--- linux-3.0.3/arch/arm/mach-ux500/mbox-db5500.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);
  }
@@ -420,10 +532,10 @@ diff -urNp linux-2.6.38.6/arch/arm/mach-ux500/mbox-db5500.c linux-2.6.38.6/arch/
  
  static int mbox_show(struct seq_file *s, void *data)
  {
-diff -urNp linux-2.6.38.6/arch/arm/mm/fault.c linux-2.6.38.6/arch/arm/mm/fault.c
---- linux-2.6.38.6/arch/arm/mm/fault.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/arm/mm/fault.c 2011-04-28 19:34:14.000000000 -0400
-@@ -167,6 +167,13 @@ __do_user_fault(struct task_struct *tsk,
+diff -urNp linux-3.0.3/arch/arm/mm/fault.c linux-3.0.3/arch/arm/mm/fault.c
+--- linux-3.0.3/arch/arm/mm/fault.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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
  
@@ -437,7 +549,7 @@ diff -urNp linux-2.6.38.6/arch/arm/mm/fault.c linux-2.6.38.6/arch/arm/mm/fault.c
        tsk->thread.address = addr;
        tsk->thread.error_code = fsr;
        tsk->thread.trap_no = 14;
-@@ -364,6 +371,33 @@ do_page_fault(unsigned long addr, unsign
+@@ -379,6 +386,33 @@ do_page_fault(unsigned long addr, unsign
  }
  #endif                                        /* CONFIG_MMU */
  
@@ -471,10 +583,10 @@ diff -urNp linux-2.6.38.6/arch/arm/mm/fault.c linux-2.6.38.6/arch/arm/mm/fault.c
  /*
   * First Level Translation Fault Handler
   *
-diff -urNp linux-2.6.38.6/arch/arm/mm/mmap.c linux-2.6.38.6/arch/arm/mm/mmap.c
---- linux-2.6.38.6/arch/arm/mm/mmap.c  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/arm/mm/mmap.c  2011-04-28 19:34:14.000000000 -0400
-@@ -64,6 +64,10 @@ arch_get_unmapped_area(struct file *filp
+diff -urNp linux-3.0.3/arch/arm/mm/mmap.c linux-3.0.3/arch/arm/mm/mmap.c
+--- linux-3.0.3/arch/arm/mm/mmap.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
  
@@ -485,7 +597,7 @@ diff -urNp linux-2.6.38.6/arch/arm/mm/mmap.c linux-2.6.38.6/arch/arm/mm/mmap.c
        if (addr) {
                if (do_align)
                        addr = COLOUR_ALIGN(addr, pgoff);
-@@ -71,15 +75,14 @@ arch_get_unmapped_area(struct file *filp
+@@ -72,15 +76,14 @@ arch_get_unmapped_area(struct file *filp
                        addr = PAGE_ALIGN(addr);
  
                vma = find_vma(mm, addr);
@@ -504,8 +616,8 @@ diff -urNp linux-2.6.38.6/arch/arm/mm/mmap.c linux-2.6.38.6/arch/arm/mm/mmap.c
 +              mm->cached_hole_size = 0;
        }
        /* 8 bits of randomness in 20 address space bits */
-       if (current->flags & PF_RANDOMIZE)
-@@ -98,14 +101,14 @@ full_search:
+       if ((current->flags & PF_RANDOMIZE) &&
+@@ -100,14 +103,14 @@ full_search:
                         * Start a new search - just in case we missed
                         * some holes.
                         */
@@ -523,9 +635,9 @@ diff -urNp linux-2.6.38.6/arch/arm/mm/mmap.c linux-2.6.38.6/arch/arm/mm/mmap.c
                        /*
                         * Remember the place where we stopped the search:
                         */
-diff -urNp linux-2.6.38.6/arch/avr32/include/asm/elf.h linux-2.6.38.6/arch/avr32/include/asm/elf.h
---- linux-2.6.38.6/arch/avr32/include/asm/elf.h        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/avr32/include/asm/elf.h        2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/avr32/include/asm/elf.h linux-3.0.3/arch/avr32/include/asm/elf.h
+--- linux-3.0.3/arch/avr32/include/asm/elf.h   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.  */
@@ -542,9 +654,9 @@ diff -urNp linux-2.6.38.6/arch/avr32/include/asm/elf.h linux-2.6.38.6/arch/avr32
  
  /* 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.38.6/arch/avr32/include/asm/kmap_types.h linux-2.6.38.6/arch/avr32/include/asm/kmap_types.h
---- linux-2.6.38.6/arch/avr32/include/asm/kmap_types.h 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/avr32/include/asm/kmap_types.h 2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/avr32/include/asm/kmap_types.h linux-3.0.3/arch/avr32/include/asm/kmap_types.h
+--- linux-3.0.3/arch/avr32/include/asm/kmap_types.h    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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,
@@ -555,9 +667,9 @@ diff -urNp linux-2.6.38.6/arch/avr32/include/asm/kmap_types.h linux-2.6.38.6/arc
  };
  
  #undef D
-diff -urNp linux-2.6.38.6/arch/avr32/mm/fault.c linux-2.6.38.6/arch/avr32/mm/fault.c
---- linux-2.6.38.6/arch/avr32/mm/fault.c       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/avr32/mm/fault.c       2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/avr32/mm/fault.c linux-3.0.3/arch/avr32/mm/fault.c
+--- linux-3.0.3/arch/avr32/mm/fault.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -599,42 +711,9 @@ diff -urNp linux-2.6.38.6/arch/avr32/mm/fault.c linux-2.6.38.6/arch/avr32/mm/fau
                if (exception_trace && printk_ratelimit())
                        printk("%s%s[%d]: segfault at %08lx pc %08lx "
                               "sp %08lx ecr %lu\n",
-diff -urNp linux-2.6.38.6/arch/blackfin/kernel/kgdb.c linux-2.6.38.6/arch/blackfin/kernel/kgdb.c
---- linux-2.6.38.6/arch/blackfin/kernel/kgdb.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/blackfin/kernel/kgdb.c 2011-04-28 19:34:14.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},
- #ifdef CONFIG_SMP
-       .flags = KGDB_HW_BREAKPOINT|KGDB_THR_PROC_SWAP,
-diff -urNp linux-2.6.38.6/arch/blackfin/mm/maccess.c linux-2.6.38.6/arch/blackfin/mm/maccess.c
---- linux-2.6.38.6/arch/blackfin/mm/maccess.c  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/blackfin/mm/maccess.c  2011-04-28 19:34:14.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.38.6/arch/frv/include/asm/kmap_types.h linux-2.6.38.6/arch/frv/include/asm/kmap_types.h
---- linux-2.6.38.6/arch/frv/include/asm/kmap_types.h   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/frv/include/asm/kmap_types.h   2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/frv/include/asm/kmap_types.h linux-3.0.3/arch/frv/include/asm/kmap_types.h
+--- linux-3.0.3/arch/frv/include/asm/kmap_types.h      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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,
@@ -643,9 +722,9 @@ diff -urNp linux-2.6.38.6/arch/frv/include/asm/kmap_types.h linux-2.6.38.6/arch/
        KM_TYPE_NR
  };
  
-diff -urNp linux-2.6.38.6/arch/frv/mm/elf-fdpic.c linux-2.6.38.6/arch/frv/mm/elf-fdpic.c
---- linux-2.6.38.6/arch/frv/mm/elf-fdpic.c     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/frv/mm/elf-fdpic.c     2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/frv/mm/elf-fdpic.c linux-3.0.3/arch/frv/mm/elf-fdpic.c
+--- linux-3.0.3/arch/frv/mm/elf-fdpic.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);
@@ -674,97 +753,9 @@ diff -urNp linux-2.6.38.6/arch/frv/mm/elf-fdpic.c linux-2.6.38.6/arch/frv/mm/elf
                                goto success;
                        addr = vma->vm_end;
                }
-diff -urNp linux-2.6.38.6/arch/ia64/hp/common/hwsw_iommu.c linux-2.6.38.6/arch/ia64/hp/common/hwsw_iommu.c
---- linux-2.6.38.6/arch/ia64/hp/common/hwsw_iommu.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/ia64/hp/common/hwsw_iommu.c    2011-04-28 19:34:14.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.38.6/arch/ia64/hp/common/sba_iommu.c linux-2.6.38.6/arch/ia64/hp/common/sba_iommu.c
---- linux-2.6.38.6/arch/ia64/hp/common/sba_iommu.c     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/ia64/hp/common/sba_iommu.c     2011-04-28 19:34:14.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.38.6/arch/ia64/include/asm/dma-mapping.h linux-2.6.38.6/arch/ia64/include/asm/dma-mapping.h
---- linux-2.6.38.6/arch/ia64/include/asm/dma-mapping.h 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/ia64/include/asm/dma-mapping.h 2011-04-28 19:34:14.000000000 -0400
-@@ -12,7 +12,7 @@
- #define ARCH_HAS_DMA_GET_REQUIRED_MASK
--extern struct dma_map_ops *dma_ops;
-+extern const struct dma_map_ops *dma_ops;
- extern struct ia64_machine_vector ia64_mv;
- extern void set_iommu_machvec(void);
-@@ -24,7 +24,7 @@ extern void machvec_dma_sync_sg(struct d
- static inline void *dma_alloc_coherent(struct device *dev, size_t size,
-                                      dma_addr_t *daddr, gfp_t gfp)
- {
--      struct dma_map_ops *ops = platform_dma_get_ops(dev);
-+      const struct dma_map_ops *ops = platform_dma_get_ops(dev);
-       void *caddr;
-       caddr = ops->alloc_coherent(dev, size, daddr, gfp);
-@@ -35,7 +35,7 @@ static inline void *dma_alloc_coherent(s
- static inline void dma_free_coherent(struct device *dev, size_t size,
-                                    void *caddr, dma_addr_t daddr)
- {
--      struct dma_map_ops *ops = platform_dma_get_ops(dev);
-+      const struct dma_map_ops *ops = platform_dma_get_ops(dev);
-       debug_dma_free_coherent(dev, size, caddr, daddr);
-       ops->free_coherent(dev, size, caddr, daddr);
- }
-@@ -49,13 +49,13 @@ static inline void dma_free_coherent(str
- static inline int dma_mapping_error(struct device *dev, dma_addr_t daddr)
- {
--      struct dma_map_ops *ops = platform_dma_get_ops(dev);
-+      const struct dma_map_ops *ops = platform_dma_get_ops(dev);
-       return ops->mapping_error(dev, daddr);
- }
- static inline int dma_supported(struct device *dev, u64 mask)
- {
--      struct dma_map_ops *ops = platform_dma_get_ops(dev);
-+      const struct dma_map_ops *ops = platform_dma_get_ops(dev);
-       return ops->dma_supported(dev, mask);
- }
-diff -urNp linux-2.6.38.6/arch/ia64/include/asm/elf.h linux-2.6.38.6/arch/ia64/include/asm/elf.h
---- linux-2.6.38.6/arch/ia64/include/asm/elf.h 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/ia64/include/asm/elf.h 2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/ia64/include/asm/elf.h linux-3.0.3/arch/ia64/include/asm/elf.h
+--- linux-3.0.3/arch/ia64/include/asm/elf.h    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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)
@@ -779,30 +770,9 @@ diff -urNp linux-2.6.38.6/arch/ia64/include/asm/elf.h linux-2.6.38.6/arch/ia64/i
  #define PT_IA_64_UNWIND               0x70000001
  
  /* IA-64 relocations: */
-diff -urNp linux-2.6.38.6/arch/ia64/include/asm/machvec.h linux-2.6.38.6/arch/ia64/include/asm/machvec.h
---- linux-2.6.38.6/arch/ia64/include/asm/machvec.h     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/ia64/include/asm/machvec.h     2011-04-28 19:34:14.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.38.6/arch/ia64/include/asm/pgtable.h linux-2.6.38.6/arch/ia64/include/asm/pgtable.h
---- linux-2.6.38.6/arch/ia64/include/asm/pgtable.h     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/ia64/include/asm/pgtable.h     2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/ia64/include/asm/pgtable.h linux-3.0.3/arch/ia64/include/asm/pgtable.h
+--- linux-3.0.3/arch/ia64/include/asm/pgtable.h        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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>
   */
@@ -830,9 +800,9 @@ diff -urNp linux-2.6.38.6/arch/ia64/include/asm/pgtable.h linux-2.6.38.6/arch/ia
  #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.38.6/arch/ia64/include/asm/spinlock.h linux-2.6.38.6/arch/ia64/include/asm/spinlock.h
---- linux-2.6.38.6/arch/ia64/include/asm/spinlock.h    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/ia64/include/asm/spinlock.h    2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/ia64/include/asm/spinlock.h linux-3.0.3/arch/ia64/include/asm/spinlock.h
+--- linux-3.0.3/arch/ia64/include/asm/spinlock.h       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
  
@@ -842,9 +812,9 @@ diff -urNp linux-2.6.38.6/arch/ia64/include/asm/spinlock.h linux-2.6.38.6/arch/i
  }
  
  static __always_inline void __ticket_spin_unlock_wait(arch_spinlock_t *lock)
-diff -urNp linux-2.6.38.6/arch/ia64/include/asm/uaccess.h linux-2.6.38.6/arch/ia64/include/asm/uaccess.h
---- linux-2.6.38.6/arch/ia64/include/asm/uaccess.h     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/ia64/include/asm/uaccess.h     2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/ia64/include/asm/uaccess.h linux-3.0.3/arch/ia64/include/asm/uaccess.h
+--- linux-3.0.3/arch/ia64/include/asm/uaccess.h        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);                                                            \
@@ -863,30 +833,9 @@ diff -urNp linux-2.6.38.6/arch/ia64/include/asm/uaccess.h linux-2.6.38.6/arch/ia
                __cu_len = __copy_user((__force void __user *) __cu_to, __cu_from, __cu_len);   \
        __cu_len;                                                                       \
  })
-diff -urNp linux-2.6.38.6/arch/ia64/kernel/dma-mapping.c linux-2.6.38.6/arch/ia64/kernel/dma-mapping.c
---- linux-2.6.38.6/arch/ia64/kernel/dma-mapping.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/ia64/kernel/dma-mapping.c      2011-04-28 19:34:14.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.38.6/arch/ia64/kernel/module.c linux-2.6.38.6/arch/ia64/kernel/module.c
---- linux-2.6.38.6/arch/ia64/kernel/module.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/ia64/kernel/module.c   2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/ia64/kernel/module.c linux-3.0.3/arch/ia64/kernel/module.c
+--- linux-3.0.3/arch/ia64/kernel/module.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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)
@@ -975,33 +924,9 @@ diff -urNp linux-2.6.38.6/arch/ia64/kernel/module.c linux-2.6.38.6/arch/ia64/ker
                mod->arch.gp = gp;
                DEBUGP("%s: placing gp at 0x%lx\n", __func__, gp);
        }
-diff -urNp linux-2.6.38.6/arch/ia64/kernel/pci-dma.c linux-2.6.38.6/arch/ia64/kernel/pci-dma.c
---- linux-2.6.38.6/arch/ia64/kernel/pci-dma.c  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/ia64/kernel/pci-dma.c  2011-04-28 19:34:14.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.38.6/arch/ia64/kernel/pci-swiotlb.c linux-2.6.38.6/arch/ia64/kernel/pci-swiotlb.c
---- linux-2.6.38.6/arch/ia64/kernel/pci-swiotlb.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/ia64/kernel/pci-swiotlb.c      2011-04-28 19:34:14.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.38.6/arch/ia64/kernel/sys_ia64.c linux-2.6.38.6/arch/ia64/kernel/sys_ia64.c
---- linux-2.6.38.6/arch/ia64/kernel/sys_ia64.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/ia64/kernel/sys_ia64.c 2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/ia64/kernel/sys_ia64.c linux-3.0.3/arch/ia64/kernel/sys_ia64.c
+--- linux-3.0.3/arch/ia64/kernel/sys_ia64.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -1034,22 +959,22 @@ diff -urNp linux-2.6.38.6/arch/ia64/kernel/sys_ia64.c linux-2.6.38.6/arch/ia64/k
                        /* Remember the address where we stopped this search:  */
                        mm->free_area_cache = addr + len;
                        return addr;
-diff -urNp linux-2.6.38.6/arch/ia64/kernel/vmlinux.lds.S linux-2.6.38.6/arch/ia64/kernel/vmlinux.lds.S
---- linux-2.6.38.6/arch/ia64/kernel/vmlinux.lds.S      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/ia64/kernel/vmlinux.lds.S      2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/ia64/kernel/vmlinux.lds.S linux-3.0.3/arch/ia64/kernel/vmlinux.lds.S
+--- linux-3.0.3/arch/ia64/kernel/vmlinux.lds.S 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);
-       PERCPU_VADDR(PERCPU_ADDR, :percpu)
+       PERCPU_VADDR(SMP_CACHE_BYTES, PERCPU_ADDR, :percpu)
 -      __phys_per_cpu_start = __per_cpu_load;
 +      __phys_per_cpu_start = per_cpu_load;
        /*
         * ensure percpu data fits
         * into percpu page size
-diff -urNp linux-2.6.38.6/arch/ia64/mm/fault.c linux-2.6.38.6/arch/ia64/mm/fault.c
---- linux-2.6.38.6/arch/ia64/mm/fault.c        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/ia64/mm/fault.c        2011-04-28 19:34:14.000000000 -0400
-@@ -72,6 +72,23 @@ mapped_kernel_page_is_present (unsigned 
+diff -urNp linux-3.0.3/arch/ia64/mm/fault.c linux-3.0.3/arch/ia64/mm/fault.c
+--- linux-3.0.3/arch/ia64/mm/fault.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);
  }
  
@@ -1073,7 +998,7 @@ diff -urNp linux-2.6.38.6/arch/ia64/mm/fault.c linux-2.6.38.6/arch/ia64/mm/fault
  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));
  
@@ -1098,9 +1023,9 @@ diff -urNp linux-2.6.38.6/arch/ia64/mm/fault.c linux-2.6.38.6/arch/ia64/mm/fault
        /*
         * 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.38.6/arch/ia64/mm/hugetlbpage.c linux-2.6.38.6/arch/ia64/mm/hugetlbpage.c
---- linux-2.6.38.6/arch/ia64/mm/hugetlbpage.c  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/ia64/mm/hugetlbpage.c  2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/ia64/mm/hugetlbpage.c linux-3.0.3/arch/ia64/mm/hugetlbpage.c
+--- linux-3.0.3/arch/ia64/mm/hugetlbpage.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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)
@@ -1110,10 +1035,10 @@ diff -urNp linux-2.6.38.6/arch/ia64/mm/hugetlbpage.c linux-2.6.38.6/arch/ia64/mm
                        return addr;
                addr = ALIGN(vmm->vm_end, HPAGE_SIZE);
        }
-diff -urNp linux-2.6.38.6/arch/ia64/mm/init.c linux-2.6.38.6/arch/ia64/mm/init.c
---- linux-2.6.38.6/arch/ia64/mm/init.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/ia64/mm/init.c 2011-04-28 19:34:14.000000000 -0400
-@@ -122,6 +122,19 @@ ia64_init_addr_space (void)
+diff -urNp linux-3.0.3/arch/ia64/mm/init.c linux-3.0.3/arch/ia64/mm/init.c
+--- linux-3.0.3/arch/ia64/mm/init.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -1133,21 +1058,9 @@ diff -urNp linux-2.6.38.6/arch/ia64/mm/init.c linux-2.6.38.6/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.38.6/arch/ia64/sn/pci/pci_dma.c linux-2.6.38.6/arch/ia64/sn/pci/pci_dma.c
---- linux-2.6.38.6/arch/ia64/sn/pci/pci_dma.c  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/ia64/sn/pci/pci_dma.c  2011-04-28 19:34:14.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.38.6/arch/m32r/lib/usercopy.c linux-2.6.38.6/arch/m32r/lib/usercopy.c
---- linux-2.6.38.6/arch/m32r/lib/usercopy.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/m32r/lib/usercopy.c    2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/m32r/lib/usercopy.c linux-3.0.3/arch/m32r/lib/usercopy.c
+--- linux-3.0.3/arch/m32r/lib/usercopy.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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)
@@ -1168,240 +1081,9 @@ diff -urNp linux-2.6.38.6/arch/m32r/lib/usercopy.c linux-2.6.38.6/arch/m32r/lib/
        prefetchw(to);
        if (access_ok(VERIFY_READ, from, n))
                __copy_user_zeroing(to,from,n);
-diff -urNp linux-2.6.38.6/arch/microblaze/include/asm/device.h linux-2.6.38.6/arch/microblaze/include/asm/device.h
---- linux-2.6.38.6/arch/microblaze/include/asm/device.h        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/microblaze/include/asm/device.h        2011-04-28 19:34:14.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.38.6/arch/microblaze/include/asm/dma-mapping.h linux-2.6.38.6/arch/microblaze/include/asm/dma-mapping.h
---- linux-2.6.38.6/arch/microblaze/include/asm/dma-mapping.h   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/microblaze/include/asm/dma-mapping.h   2011-04-28 19:34:14.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.38.6/arch/microblaze/include/asm/pci.h linux-2.6.38.6/arch/microblaze/include/asm/pci.h
---- linux-2.6.38.6/arch/microblaze/include/asm/pci.h   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/microblaze/include/asm/pci.h   2011-04-28 19:34:14.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.38.6/arch/microblaze/kernel/dma.c linux-2.6.38.6/arch/microblaze/kernel/dma.c
---- linux-2.6.38.6/arch/microblaze/kernel/dma.c        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/microblaze/kernel/dma.c        2011-04-28 19:34:14.000000000 -0400
-@@ -133,7 +133,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.38.6/arch/microblaze/kernel/kgdb.c linux-2.6.38.6/arch/microblaze/kernel/kgdb.c
---- linux-2.6.38.6/arch/microblaze/kernel/kgdb.c       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/microblaze/kernel/kgdb.c       2011-04-28 19:34:14.000000000 -0400
-@@ -141,10 +141,11 @@ 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
-+>>>>>>> master
-       .gdb_bpt_instr = {0xba, 0x0c, 0x00, 0x18}, /* brki r16, 0x18 */
- #endif
- };
-diff -urNp linux-2.6.38.6/arch/microblaze/pci/pci-common.c linux-2.6.38.6/arch/microblaze/pci/pci-common.c
---- linux-2.6.38.6/arch/microblaze/pci/pci-common.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/microblaze/pci/pci-common.c    2011-04-28 19:34:14.000000000 -0400
-@@ -47,14 +47,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;
- }
-diff -urNp linux-2.6.38.6/arch/mips/cavium-octeon/dma-octeon.c linux-2.6.38.6/arch/mips/cavium-octeon/dma-octeon.c
---- linux-2.6.38.6/arch/mips/cavium-octeon/dma-octeon.c        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/mips/cavium-octeon/dma-octeon.c        2011-04-28 19:34:14.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.38.6/arch/mips/include/asm/device.h linux-2.6.38.6/arch/mips/include/asm/device.h
---- linux-2.6.38.6/arch/mips/include/asm/device.h      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/mips/include/asm/device.h      2011-04-28 19:34:14.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.38.6/arch/mips/include/asm/dma-mapping.h linux-2.6.38.6/arch/mips/include/asm/dma-mapping.h
---- linux-2.6.38.6/arch/mips/include/asm/dma-mapping.h 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/mips/include/asm/dma-mapping.h 2011-04-28 19:34:14.000000000 -0400
-@@ -7,9 +7,9 @@
- #include <dma-coherence.h>
--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;
-@@ -31,13 +31,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);
- }
-@@ -59,7 +59,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);
-@@ -71,7 +71,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.38.6/arch/mips/include/asm/elf.h linux-2.6.38.6/arch/mips/include/asm/elf.h
---- linux-2.6.38.6/arch/mips/include/asm/elf.h 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/mips/include/asm/elf.h 2011-04-30 19:58:48.000000000 -0400
+diff -urNp linux-3.0.3/arch/mips/include/asm/elf.h linux-3.0.3/arch/mips/include/asm/elf.h
+--- linux-3.0.3/arch/mips/include/asm/elf.h    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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
@@ -1423,21 +1105,9 @@ diff -urNp linux-2.6.38.6/arch/mips/include/asm/elf.h linux-2.6.38.6/arch/mips/i
 -#define arch_randomize_brk arch_randomize_brk
 -
  #endif /* _ASM_ELF_H */
-diff -urNp linux-2.6.38.6/arch/mips/include/asm/mach-cavium-octeon/dma-coherence.h linux-2.6.38.6/arch/mips/include/asm/mach-cavium-octeon/dma-coherence.h
---- linux-2.6.38.6/arch/mips/include/asm/mach-cavium-octeon/dma-coherence.h    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/mips/include/asm/mach-cavium-octeon/dma-coherence.h    2011-04-28 19:34:14.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.38.6/arch/mips/include/asm/page.h linux-2.6.38.6/arch/mips/include/asm/page.h
---- linux-2.6.38.6/arch/mips/include/asm/page.h        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/mips/include/asm/page.h        2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/mips/include/asm/page.h linux-3.0.3/arch/mips/include/asm/page.h
+--- linux-3.0.3/arch/mips/include/asm/page.h   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -1447,9 +1117,9 @@ diff -urNp linux-2.6.38.6/arch/mips/include/asm/page.h linux-2.6.38.6/arch/mips/
    #else
       typedef struct { unsigned long long pte; } pte_t;
       #define pte_val(x)       ((x).pte)
-diff -urNp linux-2.6.38.6/arch/mips/include/asm/system.h linux-2.6.38.6/arch/mips/include/asm/system.h
---- linux-2.6.38.6/arch/mips/include/asm/system.h      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/mips/include/asm/system.h      2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/mips/include/asm/system.h linux-3.0.3/arch/mips/include/asm/system.h
+--- linux-3.0.3/arch/mips/include/asm/system.h 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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
@@ -1458,9 +1128,9 @@ diff -urNp linux-2.6.38.6/arch/mips/include/asm/system.h linux-2.6.38.6/arch/mip
 +#define arch_align_stack(x) ((x) & ~0xfUL)
  
  #endif /* _ASM_SYSTEM_H */
-diff -urNp linux-2.6.38.6/arch/mips/kernel/binfmt_elfn32.c linux-2.6.38.6/arch/mips/kernel/binfmt_elfn32.c
---- linux-2.6.38.6/arch/mips/kernel/binfmt_elfn32.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/mips/kernel/binfmt_elfn32.c    2011-04-30 19:58:48.000000000 -0400
+diff -urNp linux-3.0.3/arch/mips/kernel/binfmt_elfn32.c linux-3.0.3/arch/mips/kernel/binfmt_elfn32.c
+--- linux-3.0.3/arch/mips/kernel/binfmt_elfn32.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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)
@@ -1475,9 +1145,9 @@ diff -urNp linux-2.6.38.6/arch/mips/kernel/binfmt_elfn32.c linux-2.6.38.6/arch/m
  #include <asm/processor.h>
  #include <linux/module.h>
  #include <linux/elfcore.h>
-diff -urNp linux-2.6.38.6/arch/mips/kernel/binfmt_elfo32.c linux-2.6.38.6/arch/mips/kernel/binfmt_elfo32.c
---- linux-2.6.38.6/arch/mips/kernel/binfmt_elfo32.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/mips/kernel/binfmt_elfo32.c    2011-04-30 19:58:48.000000000 -0400
+diff -urNp linux-3.0.3/arch/mips/kernel/binfmt_elfo32.c linux-3.0.3/arch/mips/kernel/binfmt_elfo32.c
+--- linux-3.0.3/arch/mips/kernel/binfmt_elfo32.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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)
@@ -1492,21 +1162,9 @@ diff -urNp linux-2.6.38.6/arch/mips/kernel/binfmt_elfo32.c linux-2.6.38.6/arch/m
  #include <asm/processor.h>
  
  /*
-diff -urNp linux-2.6.38.6/arch/mips/kernel/kgdb.c linux-2.6.38.6/arch/mips/kernel/kgdb.c
---- linux-2.6.38.6/arch/mips/kernel/kgdb.c     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/mips/kernel/kgdb.c     2011-04-28 19:34:14.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.38.6/arch/mips/kernel/process.c linux-2.6.38.6/arch/mips/kernel/process.c
---- linux-2.6.38.6/arch/mips/kernel/process.c  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/mips/kernel/process.c  2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/mips/kernel/process.c linux-3.0.3/arch/mips/kernel/process.c
+--- linux-3.0.3/arch/mips/kernel/process.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -1523,10 +1181,37 @@ diff -urNp linux-2.6.38.6/arch/mips/kernel/process.c linux-2.6.38.6/arch/mips/ke
 -
 -      return sp & ALMASK;
 -}
-diff -urNp linux-2.6.38.6/arch/mips/kernel/syscall.c linux-2.6.38.6/arch/mips/kernel/syscall.c
---- linux-2.6.38.6/arch/mips/kernel/syscall.c  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/mips/kernel/syscall.c  2011-04-30 19:58:48.000000000 -0400
-@@ -108,14 +108,18 @@ unsigned long arch_get_unmapped_area(str
+diff -urNp linux-3.0.3/arch/mips/mm/fault.c linux-3.0.3/arch/mips/mm/fault.c
+--- linux-3.0.3/arch/mips/mm/fault.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.3/arch/mips/mm/mmap.c linux-3.0.3/arch/mips/mm/mmap.c
+--- linux-3.0.3/arch/mips/mm/mmap.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -1541,25 +1226,26 @@ diff -urNp linux-2.6.38.6/arch/mips/kernel/syscall.c linux-2.6.38.6/arch/mips/ke
                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();
@@ -1586,61 +1272,9 @@ diff -urNp linux-2.6.38.6/arch/mips/kernel/syscall.c linux-2.6.38.6/arch/mips/ke
 -
 -      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.38.6/arch/mips/mm/dma-default.c linux-2.6.38.6/arch/mips/mm/dma-default.c
---- linux-2.6.38.6/arch/mips/mm/dma-default.c  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/mips/mm/dma-default.c  2011-04-28 19:34:14.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.38.6/arch/mips/mm/fault.c linux-2.6.38.6/arch/mips/mm/fault.c
---- linux-2.6.38.6/arch/mips/mm/fault.c        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/mips/mm/fault.c        2011-04-28 19:34:14.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.38.6/arch/parisc/include/asm/elf.h linux-2.6.38.6/arch/parisc/include/asm/elf.h
---- linux-2.6.38.6/arch/parisc/include/asm/elf.h       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/parisc/include/asm/elf.h       2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/parisc/include/asm/elf.h linux-3.0.3/arch/parisc/include/asm/elf.h
+--- linux-3.0.3/arch/parisc/include/asm/elf.h  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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)
@@ -1655,10 +1289,10 @@ diff -urNp linux-2.6.38.6/arch/parisc/include/asm/elf.h linux-2.6.38.6/arch/pari
  /* 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.38.6/arch/parisc/include/asm/pgtable.h linux-2.6.38.6/arch/parisc/include/asm/pgtable.h
---- linux-2.6.38.6/arch/parisc/include/asm/pgtable.h   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/parisc/include/asm/pgtable.h   2011-04-28 19:34:14.000000000 -0400
-@@ -209,6 +209,17 @@ struct vm_area_struct;
+diff -urNp linux-3.0.3/arch/parisc/include/asm/pgtable.h linux-3.0.3/arch/parisc/include/asm/pgtable.h
+--- linux-3.0.3/arch/parisc/include/asm/pgtable.h      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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)
@@ -1674,12 +1308,12 @@ diff -urNp linux-2.6.38.6/arch/parisc/include/asm/pgtable.h linux-2.6.38.6/arch/
 +#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.38.6/arch/parisc/kernel/module.c linux-2.6.38.6/arch/parisc/kernel/module.c
---- linux-2.6.38.6/arch/parisc/kernel/module.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/parisc/kernel/module.c 2011-04-28 19:34:14.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.3/arch/parisc/kernel/module.c linux-3.0.3/arch/parisc/kernel/module.c
+--- linux-3.0.3/arch/parisc/kernel/module.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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 */
@@ -1722,7 +1356,7 @@ diff -urNp linux-2.6.38.6/arch/parisc/kernel/module.c linux-2.6.38.6/arch/parisc
  }
  
  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 */
@@ -1743,7 +1377,7 @@ diff -urNp linux-2.6.38.6/arch/parisc/kernel/module.c linux-2.6.38.6/arch/parisc
  
        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);
  
@@ -1752,7 +1386,7 @@ diff -urNp linux-2.6.38.6/arch/parisc/kernel/module.c linux-2.6.38.6/arch/parisc
        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)
  {
@@ -1761,7 +1395,7 @@ diff -urNp linux-2.6.38.6/arch/parisc/kernel/module.c linux-2.6.38.6/arch/parisc
  
        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;
@@ -1770,7 +1404,7 @@ diff -urNp linux-2.6.38.6/arch/parisc/kernel/module.c linux-2.6.38.6/arch/parisc
        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;
@@ -1779,9 +1413,9 @@ diff -urNp linux-2.6.38.6/arch/parisc/kernel/module.c linux-2.6.38.6/arch/parisc
  
        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.38.6/arch/parisc/kernel/sys_parisc.c linux-2.6.38.6/arch/parisc/kernel/sys_parisc.c
---- linux-2.6.38.6/arch/parisc/kernel/sys_parisc.c     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/parisc/kernel/sys_parisc.c     2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/parisc/kernel/sys_parisc.c linux-3.0.3/arch/parisc/kernel/sys_parisc.c
+--- linux-3.0.3/arch/parisc/kernel/sys_parisc.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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)
@@ -1809,9 +1443,9 @@ diff -urNp linux-2.6.38.6/arch/parisc/kernel/sys_parisc.c linux-2.6.38.6/arch/pa
  
        if (filp) {
                addr = get_shared_area(filp->f_mapping, addr, len, pgoff);
-diff -urNp linux-2.6.38.6/arch/parisc/kernel/traps.c linux-2.6.38.6/arch/parisc/kernel/traps.c
---- linux-2.6.38.6/arch/parisc/kernel/traps.c  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/parisc/kernel/traps.c  2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/parisc/kernel/traps.c linux-3.0.3/arch/parisc/kernel/traps.c
+--- linux-3.0.3/arch/parisc/kernel/traps.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);
@@ -1823,9 +1457,9 @@ diff -urNp linux-2.6.38.6/arch/parisc/kernel/traps.c linux-2.6.38.6/arch/parisc/
                                fault_address = regs->iaoq[0];
                                fault_space = regs->iasq[0];
  
-diff -urNp linux-2.6.38.6/arch/parisc/mm/fault.c linux-2.6.38.6/arch/parisc/mm/fault.c
---- linux-2.6.38.6/arch/parisc/mm/fault.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/parisc/mm/fault.c      2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/parisc/mm/fault.c linux-3.0.3/arch/parisc/mm/fault.c
+--- linux-3.0.3/arch/parisc/mm/fault.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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>
@@ -1995,86 +1629,9 @@ diff -urNp linux-2.6.38.6/arch/parisc/mm/fault.c linux-2.6.38.6/arch/parisc/mm/f
  
        /*
         * If for any reason at all we couldn't handle the fault, make
-diff -urNp linux-2.6.38.6/arch/powerpc/include/asm/device.h linux-2.6.38.6/arch/powerpc/include/asm/device.h
---- linux-2.6.38.6/arch/powerpc/include/asm/device.h   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/powerpc/include/asm/device.h   2011-04-28 19:34:14.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.38.6/arch/powerpc/include/asm/dma-mapping.h linux-2.6.38.6/arch/powerpc/include/asm/dma-mapping.h
---- linux-2.6.38.6/arch/powerpc/include/asm/dma-mapping.h      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/powerpc/include/asm/dma-mapping.h      2011-04-28 19:34:14.000000000 -0400
-@@ -66,12 +66,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
-@@ -84,7 +85,7 @@ static inline struct dma_map_ops *get_dm
-       return dev->archdata.dma_ops;
- }
--static inline void set_dma_ops(struct device *dev, struct dma_map_ops *ops)
-+static inline void set_dma_ops(struct device *dev, const struct dma_map_ops *ops)
- {
-       dev->archdata.dma_ops = ops;
- }
-@@ -118,7 +119,7 @@ static inline void set_dma_offset(struct
- static inline int dma_supported(struct device *dev, u64 mask)
- {
--      struct dma_map_ops *dma_ops = get_dma_ops(dev);
-+      const struct dma_map_ops *dma_ops = get_dma_ops(dev);
-       if (unlikely(dma_ops == NULL))
-               return 0;
-@@ -132,7 +133,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);
-@@ -147,7 +148,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);
-@@ -158,7 +159,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.38.6/arch/powerpc/include/asm/elf.h linux-2.6.38.6/arch/powerpc/include/asm/elf.h
---- linux-2.6.38.6/arch/powerpc/include/asm/elf.h      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/powerpc/include/asm/elf.h      2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/powerpc/include/asm/elf.h linux-3.0.3/arch/powerpc/include/asm/elf.h
+--- linux-3.0.3/arch/powerpc/include/asm/elf.h 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.  */
@@ -2107,22 +1664,9 @@ diff -urNp linux-2.6.38.6/arch/powerpc/include/asm/elf.h linux-2.6.38.6/arch/pow
  #endif /* __KERNEL__ */
  
  /*
-diff -urNp linux-2.6.38.6/arch/powerpc/include/asm/iommu.h linux-2.6.38.6/arch/powerpc/include/asm/iommu.h
---- linux-2.6.38.6/arch/powerpc/include/asm/iommu.h    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/powerpc/include/asm/iommu.h    2011-04-28 19:34:14.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.38.6/arch/powerpc/include/asm/kmap_types.h linux-2.6.38.6/arch/powerpc/include/asm/kmap_types.h
---- linux-2.6.38.6/arch/powerpc/include/asm/kmap_types.h       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/powerpc/include/asm/kmap_types.h       2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/powerpc/include/asm/kmap_types.h linux-3.0.3/arch/powerpc/include/asm/kmap_types.h
+--- linux-3.0.3/arch/powerpc/include/asm/kmap_types.h  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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,
@@ -2131,11 +1675,23 @@ diff -urNp linux-2.6.38.6/arch/powerpc/include/asm/kmap_types.h linux-2.6.38.6/a
        KM_TYPE_NR
  };
  
-diff -urNp linux-2.6.38.6/arch/powerpc/include/asm/page_64.h linux-2.6.38.6/arch/powerpc/include/asm/page_64.h
---- linux-2.6.38.6/arch/powerpc/include/asm/page_64.h  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/powerpc/include/asm/page_64.h  2011-04-28 19:34:14.000000000 -0400
-@@ -172,15 +172,18 @@ do {                                             \
-  * stack by default, so in the absense of a PT_GNU_STACK program header
+diff -urNp linux-3.0.3/arch/powerpc/include/asm/mman.h linux-3.0.3/arch/powerpc/include/asm/mman.h
+--- linux-3.0.3/arch/powerpc/include/asm/mman.h        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.3/arch/powerpc/include/asm/page_64.h linux-3.0.3/arch/powerpc/include/asm/page_64.h
+--- linux-3.0.3/arch/powerpc/include/asm/page_64.h     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.
   */
 -#define VM_STACK_DEFAULT_FLAGS32      (VM_READ | VM_WRITE | VM_EXEC | \
@@ -2155,9 +1711,9 @@ diff -urNp linux-2.6.38.6/arch/powerpc/include/asm/page_64.h linux-2.6.38.6/arch
  
  #include <asm-generic/getorder.h>
  
-diff -urNp linux-2.6.38.6/arch/powerpc/include/asm/page.h linux-2.6.38.6/arch/powerpc/include/asm/page.h
---- linux-2.6.38.6/arch/powerpc/include/asm/page.h     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/powerpc/include/asm/page.h     2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/powerpc/include/asm/page.h linux-3.0.3/arch/powerpc/include/asm/page.h
+--- linux-3.0.3/arch/powerpc/include/asm/page.h        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.
@@ -2180,23 +1736,9 @@ diff -urNp linux-2.6.38.6/arch/powerpc/include/asm/page.h linux-2.6.38.6/arch/po
  #ifndef __ASSEMBLY__
  
  #undef STRICT_MM_TYPECHECKS
-diff -urNp linux-2.6.38.6/arch/powerpc/include/asm/pci.h linux-2.6.38.6/arch/powerpc/include/asm/pci.h
---- linux-2.6.38.6/arch/powerpc/include/asm/pci.h      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/powerpc/include/asm/pci.h      2011-04-28 19:34:14.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.38.6/arch/powerpc/include/asm/pgtable.h linux-2.6.38.6/arch/powerpc/include/asm/pgtable.h
---- linux-2.6.38.6/arch/powerpc/include/asm/pgtable.h  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/powerpc/include/asm/pgtable.h  2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/powerpc/include/asm/pgtable.h linux-3.0.3/arch/powerpc/include/asm/pgtable.h
+--- linux-3.0.3/arch/powerpc/include/asm/pgtable.h     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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__
@@ -2205,9 +1747,9 @@ diff -urNp linux-2.6.38.6/arch/powerpc/include/asm/pgtable.h linux-2.6.38.6/arch
  #ifndef __ASSEMBLY__
  #include <asm/processor.h>            /* For TASK_SIZE */
  #include <asm/mmu.h>
-diff -urNp linux-2.6.38.6/arch/powerpc/include/asm/pte-hash32.h linux-2.6.38.6/arch/powerpc/include/asm/pte-hash32.h
---- linux-2.6.38.6/arch/powerpc/include/asm/pte-hash32.h       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/powerpc/include/asm/pte-hash32.h       2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/powerpc/include/asm/pte-hash32.h linux-3.0.3/arch/powerpc/include/asm/pte-hash32.h
+--- linux-3.0.3/arch/powerpc/include/asm/pte-hash32.h  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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 */
@@ -2216,10 +1758,10 @@ diff -urNp linux-2.6.38.6/arch/powerpc/include/asm/pte-hash32.h linux-2.6.38.6/a
  #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.38.6/arch/powerpc/include/asm/reg.h linux-2.6.38.6/arch/powerpc/include/asm/reg.h
---- linux-2.6.38.6/arch/powerpc/include/asm/reg.h      2011-04-18 17:27:13.000000000 -0400
-+++ linux-2.6.38.6/arch/powerpc/include/asm/reg.h      2011-04-28 19:34:14.000000000 -0400
-@@ -191,6 +191,7 @@
+diff -urNp linux-3.0.3/arch/powerpc/include/asm/reg.h linux-3.0.3/arch/powerpc/include/asm/reg.h
+--- linux-3.0.3/arch/powerpc/include/asm/reg.h 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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 */
@@ -2227,22 +1769,10 @@ diff -urNp linux-2.6.38.6/arch/powerpc/include/asm/reg.h linux-2.6.38.6/arch/pow
  #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.38.6/arch/powerpc/include/asm/swiotlb.h linux-2.6.38.6/arch/powerpc/include/asm/swiotlb.h
---- linux-2.6.38.6/arch/powerpc/include/asm/swiotlb.h  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/powerpc/include/asm/swiotlb.h  2011-04-28 19:34:14.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.38.6/arch/powerpc/include/asm/system.h linux-2.6.38.6/arch/powerpc/include/asm/system.h
---- linux-2.6.38.6/arch/powerpc/include/asm/system.h   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/powerpc/include/asm/system.h   2011-04-28 19:34:14.000000000 -0400
-@@ -533,7 +533,7 @@ __cmpxchg_local(volatile void *ptr, unsi
+diff -urNp linux-3.0.3/arch/powerpc/include/asm/system.h linux-3.0.3/arch/powerpc/include/asm/system.h
+--- linux-3.0.3/arch/powerpc/include/asm/system.h      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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
  
@@ -2251,9 +1781,9 @@ diff -urNp linux-2.6.38.6/arch/powerpc/include/asm/system.h linux-2.6.38.6/arch/
  
  /* Used in very early kernel initialization. */
  extern unsigned long reloc_offset(void);
-diff -urNp linux-2.6.38.6/arch/powerpc/include/asm/uaccess.h linux-2.6.38.6/arch/powerpc/include/asm/uaccess.h
---- linux-2.6.38.6/arch/powerpc/include/asm/uaccess.h  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/powerpc/include/asm/uaccess.h  2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/powerpc/include/asm/uaccess.h linux-3.0.3/arch/powerpc/include/asm/uaccess.h
+--- linux-3.0.3/arch/powerpc/include/asm/uaccess.h     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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
@@ -2431,64 +1961,10 @@ diff -urNp linux-2.6.38.6/arch/powerpc/include/asm/uaccess.h linux-2.6.38.6/arch
  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.38.6/arch/powerpc/kernel/dma.c linux-2.6.38.6/arch/powerpc/kernel/dma.c
---- linux-2.6.38.6/arch/powerpc/kernel/dma.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/powerpc/kernel/dma.c   2011-04-28 19:34:14.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.38.6/arch/powerpc/kernel/dma-iommu.c linux-2.6.38.6/arch/powerpc/kernel/dma-iommu.c
---- linux-2.6.38.6/arch/powerpc/kernel/dma-iommu.c     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/powerpc/kernel/dma-iommu.c     2011-04-28 19:34:14.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.38.6/arch/powerpc/kernel/dma-swiotlb.c linux-2.6.38.6/arch/powerpc/kernel/dma-swiotlb.c
---- linux-2.6.38.6/arch/powerpc/kernel/dma-swiotlb.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/powerpc/kernel/dma-swiotlb.c   2011-04-28 19:34:14.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.38.6/arch/powerpc/kernel/exceptions-64e.S linux-2.6.38.6/arch/powerpc/kernel/exceptions-64e.S
---- linux-2.6.38.6/arch/powerpc/kernel/exceptions-64e.S        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/powerpc/kernel/exceptions-64e.S        2011-04-28 19:34:14.000000000 -0400
-@@ -495,6 +495,7 @@ storage_fault_common:
+diff -urNp linux-3.0.3/arch/powerpc/kernel/exceptions-64e.S linux-3.0.3/arch/powerpc/kernel/exceptions-64e.S
+--- linux-3.0.3/arch/powerpc/kernel/exceptions-64e.S   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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
@@ -2496,7 +1972,7 @@ diff -urNp linux-2.6.38.6/arch/powerpc/kernel/exceptions-64e.S linux-2.6.38.6/ar
        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
@@ -2506,10 +1982,10 @@ diff -urNp linux-2.6.38.6/arch/powerpc/kernel/exceptions-64e.S linux-2.6.38.6/ar
        addi    r3,r1,STACK_FRAME_OVERHEAD
        ld      r4,_DAR(r1)
        bl      .bad_page_fault
-diff -urNp linux-2.6.38.6/arch/powerpc/kernel/exceptions-64s.S linux-2.6.38.6/arch/powerpc/kernel/exceptions-64s.S
---- linux-2.6.38.6/arch/powerpc/kernel/exceptions-64s.S        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/powerpc/kernel/exceptions-64s.S        2011-04-28 19:34:14.000000000 -0400
-@@ -848,10 +848,10 @@ handle_page_fault:
+diff -urNp linux-3.0.3/arch/powerpc/kernel/exceptions-64s.S linux-3.0.3/arch/powerpc/kernel/exceptions-64s.S
+--- linux-3.0.3/arch/powerpc/kernel/exceptions-64s.S   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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
@@ -2521,33 +1997,9 @@ diff -urNp linux-2.6.38.6/arch/powerpc/kernel/exceptions-64s.S linux-2.6.38.6/ar
        mr      r5,r3
        addi    r3,r1,STACK_FRAME_OVERHEAD
        lwz     r4,_DAR(r1)
-diff -urNp linux-2.6.38.6/arch/powerpc/kernel/ibmebus.c linux-2.6.38.6/arch/powerpc/kernel/ibmebus.c
---- linux-2.6.38.6/arch/powerpc/kernel/ibmebus.c       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/powerpc/kernel/ibmebus.c       2011-04-28 19:34:14.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.38.6/arch/powerpc/kernel/kgdb.c linux-2.6.38.6/arch/powerpc/kernel/kgdb.c
---- linux-2.6.38.6/arch/powerpc/kernel/kgdb.c  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/powerpc/kernel/kgdb.c  2011-04-28 19:34:14.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.38.6/arch/powerpc/kernel/module_32.c linux-2.6.38.6/arch/powerpc/kernel/module_32.c
---- linux-2.6.38.6/arch/powerpc/kernel/module_32.c     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/powerpc/kernel/module_32.c     2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/powerpc/kernel/module_32.c linux-3.0.3/arch/powerpc/kernel/module_32.c
+--- linux-3.0.3/arch/powerpc/kernel/module_32.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
        }
@@ -2577,9 +2029,9 @@ diff -urNp linux-2.6.38.6/arch/powerpc/kernel/module_32.c linux-2.6.38.6/arch/po
  
        /* Find this entry, or if that fails, the next avail. entry */
        while (entry->jump[0]) {
-diff -urNp linux-2.6.38.6/arch/powerpc/kernel/module.c linux-2.6.38.6/arch/powerpc/kernel/module.c
---- linux-2.6.38.6/arch/powerpc/kernel/module.c        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/powerpc/kernel/module.c        2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/powerpc/kernel/module.c linux-3.0.3/arch/powerpc/kernel/module.c
+--- linux-3.0.3/arch/powerpc/kernel/module.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/arch/powerpc/kernel/module.c   2011-08-23 21:47:55.000000000 -0400
 @@ -31,11 +31,24 @@
  
  LIST_HEAD(module_bug_list);
@@ -2619,31 +2071,10 @@ diff -urNp linux-2.6.38.6/arch/powerpc/kernel/module.c linux-2.6.38.6/arch/power
  static const Elf_Shdr *find_section(const Elf_Ehdr *hdr,
                                    const Elf_Shdr *sechdrs,
                                    const char *name)
-diff -urNp linux-2.6.38.6/arch/powerpc/kernel/pci-common.c linux-2.6.38.6/arch/powerpc/kernel/pci-common.c
---- linux-2.6.38.6/arch/powerpc/kernel/pci-common.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/powerpc/kernel/pci-common.c    2011-04-28 19:34:14.000000000 -0400
-@@ -52,14 +52,14 @@ resource_size_t isa_mem_base;
- unsigned int ppc_pci_flags = 0;
--static struct dma_map_ops *pci_dma_ops = &dma_direct_ops;
-+static const struct dma_map_ops *pci_dma_ops = &dma_direct_ops;
--void set_pci_dma_ops(struct dma_map_ops *dma_ops)
-+void set_pci_dma_ops(const struct dma_map_ops *dma_ops)
- {
-       pci_dma_ops = dma_ops;
- }
--struct dma_map_ops *get_pci_dma_ops(void)
-+const struct dma_map_ops *get_pci_dma_ops(void)
- {
-       return pci_dma_ops;
- }
-diff -urNp linux-2.6.38.6/arch/powerpc/kernel/process.c linux-2.6.38.6/arch/powerpc/kernel/process.c
---- linux-2.6.38.6/arch/powerpc/kernel/process.c       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/powerpc/kernel/process.c       2011-04-28 19:34:14.000000000 -0400
-@@ -655,8 +655,8 @@ void show_regs(struct pt_regs * regs)
+diff -urNp linux-3.0.3/arch/powerpc/kernel/process.c linux-3.0.3/arch/powerpc/kernel/process.c
+--- linux-3.0.3/arch/powerpc/kernel/process.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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
         */
@@ -2654,7 +2085,7 @@ diff -urNp linux-2.6.38.6/arch/powerpc/kernel/process.c linux-2.6.38.6/arch/powe
  #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) {
@@ -2667,7 +2098,7 @@ diff -urNp linux-2.6.38.6/arch/powerpc/kernel/process.c linux-2.6.38.6/arch/powe
                                       (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;
@@ -2676,7 +2107,7 @@ diff -urNp linux-2.6.38.6/arch/powerpc/kernel/process.c linux-2.6.38.6/arch/powe
                               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 */
@@ -2735,10 +2166,10 @@ diff -urNp linux-2.6.38.6/arch/powerpc/kernel/process.c linux-2.6.38.6/arch/powe
 -
 -      return ret;
 -}
-diff -urNp linux-2.6.38.6/arch/powerpc/kernel/signal_32.c linux-2.6.38.6/arch/powerpc/kernel/signal_32.c
---- linux-2.6.38.6/arch/powerpc/kernel/signal_32.c     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/powerpc/kernel/signal_32.c     2011-04-28 19:34:14.000000000 -0400
-@@ -858,7 +858,7 @@ int handle_rt_signal32(unsigned long sig
+diff -urNp linux-3.0.3/arch/powerpc/kernel/signal_32.c linux-3.0.3/arch/powerpc/kernel/signal_32.c
+--- linux-3.0.3/arch/powerpc/kernel/signal_32.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -2747,10 +2178,10 @@ diff -urNp linux-2.6.38.6/arch/powerpc/kernel/signal_32.c linux-2.6.38.6/arch/po
                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.38.6/arch/powerpc/kernel/signal_64.c linux-2.6.38.6/arch/powerpc/kernel/signal_64.c
---- linux-2.6.38.6/arch/powerpc/kernel/signal_64.c     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/powerpc/kernel/signal_64.c     2011-04-28 19:34:14.000000000 -0400
-@@ -429,7 +429,7 @@ int handle_rt_signal64(int signr, struct
+diff -urNp linux-3.0.3/arch/powerpc/kernel/signal_64.c linux-3.0.3/arch/powerpc/kernel/signal_64.c
+--- linux-3.0.3/arch/powerpc/kernel/signal_64.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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. */
@@ -2759,9 +2190,30 @@ diff -urNp linux-2.6.38.6/arch/powerpc/kernel/signal_64.c linux-2.6.38.6/arch/po
                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.38.6/arch/powerpc/kernel/vdso.c linux-2.6.38.6/arch/powerpc/kernel/vdso.c
---- linux-2.6.38.6/arch/powerpc/kernel/vdso.c  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/powerpc/kernel/vdso.c  2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/powerpc/kernel/traps.c linux-3.0.3/arch/powerpc/kernel/traps.c
+--- linux-3.0.3/arch/powerpc/kernel/traps.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.3/arch/powerpc/kernel/vdso.c linux-3.0.3/arch/powerpc/kernel/vdso.c
+--- linux-3.0.3/arch/powerpc/kernel/vdso.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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>
@@ -2788,26 +2240,9 @@ diff -urNp linux-2.6.38.6/arch/powerpc/kernel/vdso.c linux-2.6.38.6/arch/powerpc
        if (IS_ERR_VALUE(vdso_base)) {
                rc = vdso_base;
                goto fail_mmapsem;
-diff -urNp linux-2.6.38.6/arch/powerpc/kernel/vio.c linux-2.6.38.6/arch/powerpc/kernel/vio.c
---- linux-2.6.38.6/arch/powerpc/kernel/vio.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/powerpc/kernel/vio.c   2011-04-28 19:34:14.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.38.6/arch/powerpc/lib/usercopy_64.c linux-2.6.38.6/arch/powerpc/lib/usercopy_64.c
---- linux-2.6.38.6/arch/powerpc/lib/usercopy_64.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/powerpc/lib/usercopy_64.c      2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/powerpc/lib/usercopy_64.c linux-3.0.3/arch/powerpc/lib/usercopy_64.c
+--- linux-3.0.3/arch/powerpc/lib/usercopy_64.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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>
@@ -2839,13 +2274,13 @@ diff -urNp linux-2.6.38.6/arch/powerpc/lib/usercopy_64.c linux-2.6.38.6/arch/pow
 -EXPORT_SYMBOL(copy_to_user);
  EXPORT_SYMBOL(copy_in_user);
  
-diff -urNp linux-2.6.38.6/arch/powerpc/mm/fault.c linux-2.6.38.6/arch/powerpc/mm/fault.c
---- linux-2.6.38.6/arch/powerpc/mm/fault.c     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/powerpc/mm/fault.c     2011-04-28 19:34:14.000000000 -0400
-@@ -31,6 +31,10 @@
- #include <linux/kdebug.h>
+diff -urNp linux-3.0.3/arch/powerpc/mm/fault.c linux-3.0.3/arch/powerpc/mm/fault.c
+--- linux-3.0.3/arch/powerpc/mm/fault.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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>
@@ -2853,7 +2288,7 @@ diff -urNp linux-2.6.38.6/arch/powerpc/mm/fault.c linux-2.6.38.6/arch/powerpc/mm
  
  #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>
@@ -2861,7 +2296,7 @@ diff -urNp linux-2.6.38.6/arch/powerpc/mm/fault.c linux-2.6.38.6/arch/powerpc/mm
  
  #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
  
@@ -2895,7 +2330,7 @@ diff -urNp linux-2.6.38.6/arch/powerpc/mm/fault.c linux-2.6.38.6/arch/powerpc/mm
  /*
   * 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)
@@ -2904,7 +2339,7 @@ diff -urNp linux-2.6.38.6/arch/powerpc/mm/fault.c linux-2.6.38.6/arch/powerpc/mm
        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.
           */
@@ -2913,7 +2348,7 @@ diff -urNp linux-2.6.38.6/arch/powerpc/mm/fault.c linux-2.6.38.6/arch/powerpc/mm
                  /* 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.
                 */
@@ -2922,7 +2357,7 @@ diff -urNp linux-2.6.38.6/arch/powerpc/mm/fault.c linux-2.6.38.6/arch/powerpc/mm
                        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)) {
@@ -2946,9 +2381,9 @@ diff -urNp linux-2.6.38.6/arch/powerpc/mm/fault.c linux-2.6.38.6/arch/powerpc/mm
                _exception(SIGSEGV, regs, code, address);
                return 0;
        }
-diff -urNp linux-2.6.38.6/arch/powerpc/mm/mmap_64.c linux-2.6.38.6/arch/powerpc/mm/mmap_64.c
---- linux-2.6.38.6/arch/powerpc/mm/mmap_64.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/powerpc/mm/mmap_64.c   2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/powerpc/mm/mmap_64.c linux-3.0.3/arch/powerpc/mm/mmap_64.c
+--- linux-3.0.3/arch/powerpc/mm/mmap_64.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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()) {
@@ -2972,9 +2407,9 @@ diff -urNp linux-2.6.38.6/arch/powerpc/mm/mmap_64.c linux-2.6.38.6/arch/powerpc/
                mm->get_unmapped_area = arch_get_unmapped_area_topdown;
                mm->unmap_area = arch_unmap_area_topdown;
        }
-diff -urNp linux-2.6.38.6/arch/powerpc/mm/slice.c linux-2.6.38.6/arch/powerpc/mm/slice.c
---- linux-2.6.38.6/arch/powerpc/mm/slice.c     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/powerpc/mm/slice.c     2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/powerpc/mm/slice.c linux-3.0.3/arch/powerpc/mm/slice.c
+--- linux-3.0.3/arch/powerpc/mm/slice.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -3041,54 +2476,9 @@ diff -urNp linux-2.6.38.6/arch/powerpc/mm/slice.c linux-2.6.38.6/arch/powerpc/mm
        /* If hint, make sure it matches our alignment restrictions */
        if (!fixed && addr) {
                addr = _ALIGN_UP(addr, 1ul << pshift);
-diff -urNp linux-2.6.38.6/arch/powerpc/platforms/cell/iommu.c linux-2.6.38.6/arch/powerpc/platforms/cell/iommu.c
---- linux-2.6.38.6/arch/powerpc/platforms/cell/iommu.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/powerpc/platforms/cell/iommu.c 2011-04-28 19:34:14.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.38.6/arch/powerpc/platforms/ps3/system-bus.c linux-2.6.38.6/arch/powerpc/platforms/ps3/system-bus.c
---- linux-2.6.38.6/arch/powerpc/platforms/ps3/system-bus.c     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/powerpc/platforms/ps3/system-bus.c     2011-04-28 19:34:14.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.38.6/arch/powerpc/sysdev/ppc4xx_cpm.c linux-2.6.38.6/arch/powerpc/sysdev/ppc4xx_cpm.c
---- linux-2.6.38.6/arch/powerpc/sysdev/ppc4xx_cpm.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/powerpc/sysdev/ppc4xx_cpm.c    2011-04-28 19:34:14.000000000 -0400
-@@ -240,7 +240,7 @@ static int cpm_suspend_enter(suspend_sta
-       return 0;
- }
--static struct platform_suspend_ops cpm_suspend_ops = {
-+static const struct platform_suspend_ops cpm_suspend_ops = {
-       .valid          = cpm_suspend_valid,
-       .enter          = cpm_suspend_enter,
- };
-diff -urNp linux-2.6.38.6/arch/s390/include/asm/elf.h linux-2.6.38.6/arch/s390/include/asm/elf.h
---- linux-2.6.38.6/arch/s390/include/asm/elf.h 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/s390/include/asm/elf.h 2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/s390/include/asm/elf.h linux-3.0.3/arch/s390/include/asm/elf.h
+--- linux-3.0.3/arch/s390/include/asm/elf.h    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.  */
@@ -3106,7 +2496,7 @@ diff -urNp linux-2.6.38.6/arch/s390/include/asm/elf.h linux-2.6.38.6/arch/s390/i
  
  /* 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);
  
@@ -3114,10 +2504,10 @@ diff -urNp linux-2.6.38.6/arch/s390/include/asm/elf.h linux-2.6.38.6/arch/s390/i
 -#define arch_randomize_brk arch_randomize_brk
 -
  #endif
-diff -urNp linux-2.6.38.6/arch/s390/include/asm/system.h linux-2.6.38.6/arch/s390/include/asm/system.h
---- linux-2.6.38.6/arch/s390/include/asm/system.h      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/s390/include/asm/system.h      2011-04-28 19:34:14.000000000 -0400
-@@ -449,7 +449,7 @@ extern void (*_machine_restart)(char *co
+diff -urNp linux-3.0.3/arch/s390/include/asm/system.h linux-3.0.3/arch/s390/include/asm/system.h
+--- linux-3.0.3/arch/s390/include/asm/system.h 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);
  
@@ -3126,10 +2516,10 @@ diff -urNp linux-2.6.38.6/arch/s390/include/asm/system.h linux-2.6.38.6/arch/s39
  
  static inline int tprot(unsigned long addr)
  {
-diff -urNp linux-2.6.38.6/arch/s390/include/asm/uaccess.h linux-2.6.38.6/arch/s390/include/asm/uaccess.h
---- linux-2.6.38.6/arch/s390/include/asm/uaccess.h     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/s390/include/asm/uaccess.h     2011-04-28 19:34:14.000000000 -0400
-@@ -234,6 +234,10 @@ static inline unsigned long __must_check
+diff -urNp linux-3.0.3/arch/s390/include/asm/uaccess.h linux-3.0.3/arch/s390/include/asm/uaccess.h
+--- linux-3.0.3/arch/s390/include/asm/uaccess.h        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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();
@@ -3140,7 +2530,7 @@ diff -urNp linux-2.6.38.6/arch/s390/include/asm/uaccess.h linux-2.6.38.6/arch/s3
        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)
  {
@@ -3150,7 +2540,7 @@ diff -urNp linux-2.6.38.6/arch/s390/include/asm/uaccess.h linux-2.6.38.6/arch/s3
        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();
@@ -3161,27 +2551,9 @@ diff -urNp linux-2.6.38.6/arch/s390/include/asm/uaccess.h linux-2.6.38.6/arch/s3
        if (unlikely(sz != -1 && sz < n)) {
                copy_from_user_overflow();
                return n;
-diff -urNp linux-2.6.38.6/arch/s390/Kconfig linux-2.6.38.6/arch/s390/Kconfig
---- linux-2.6.38.6/arch/s390/Kconfig   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/s390/Kconfig   2011-04-28 19:34:14.000000000 -0400
-@@ -233,11 +233,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.38.6/arch/s390/kernel/module.c linux-2.6.38.6/arch/s390/kernel/module.c
---- linux-2.6.38.6/arch/s390/kernel/module.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/s390/kernel/module.c   2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/s390/kernel/module.c linux-3.0.3/arch/s390/kernel/module.c
+--- linux-3.0.3/arch/s390/kernel/module.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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
@@ -3253,10 +2625,10 @@ diff -urNp linux-2.6.38.6/arch/s390/kernel/module.c linux-2.6.38.6/arch/s390/ker
                        rela->r_addend - loc;
                if (r_type == R_390_GOTPC)
                        *(unsigned int *) loc = val;
-diff -urNp linux-2.6.38.6/arch/s390/kernel/process.c linux-2.6.38.6/arch/s390/kernel/process.c
---- linux-2.6.38.6/arch/s390/kernel/process.c  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/s390/kernel/process.c  2011-04-28 19:34:14.000000000 -0400
-@@ -334,39 +334,3 @@ unsigned long get_wchan(struct task_stru
+diff -urNp linux-3.0.3/arch/s390/kernel/process.c linux-3.0.3/arch/s390/kernel/process.c
+--- linux-3.0.3/arch/s390/kernel/process.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
  }
@@ -3296,10 +2668,10 @@ diff -urNp linux-2.6.38.6/arch/s390/kernel/process.c linux-2.6.38.6/arch/s390/ke
 -              return base;
 -      return ret;
 -}
-diff -urNp linux-2.6.38.6/arch/s390/kernel/setup.c linux-2.6.38.6/arch/s390/kernel/setup.c
---- linux-2.6.38.6/arch/s390/kernel/setup.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/s390/kernel/setup.c    2011-04-28 19:34:14.000000000 -0400
-@@ -281,7 +281,7 @@ static int __init early_parse_mem(char *
+diff -urNp linux-3.0.3/arch/s390/kernel/setup.c linux-3.0.3/arch/s390/kernel/setup.c
+--- linux-3.0.3/arch/s390/kernel/setup.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);
  
@@ -3308,60 +2680,9 @@ diff -urNp linux-2.6.38.6/arch/s390/kernel/setup.c linux-2.6.38.6/arch/s390/kern
  EXPORT_SYMBOL_GPL(user_mode);
  
  static int set_amode_and_uaccess(unsigned long user_amode,
-@@ -310,17 +310,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)
-@@ -337,20 +326,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.38.6/arch/s390/mm/maccess.c linux-2.6.38.6/arch/s390/mm/maccess.c
---- linux-2.6.38.6/arch/s390/mm/maccess.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/s390/mm/maccess.c      2011-04-28 19:34:14.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.38.6/arch/s390/mm/mmap.c linux-2.6.38.6/arch/s390/mm/mmap.c
---- linux-2.6.38.6/arch/s390/mm/mmap.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/s390/mm/mmap.c 2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/s390/mm/mmap.c linux-3.0.3/arch/s390/mm/mmap.c
+--- linux-3.0.3/arch/s390/mm/mmap.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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()) {
@@ -3408,9 +2729,9 @@ diff -urNp linux-2.6.38.6/arch/s390/mm/mmap.c linux-2.6.38.6/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.38.6/arch/score/include/asm/system.h linux-2.6.38.6/arch/score/include/asm/system.h
---- linux-2.6.38.6/arch/score/include/asm/system.h     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/score/include/asm/system.h     2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/score/include/asm/system.h linux-3.0.3/arch/score/include/asm/system.h
+--- linux-3.0.3/arch/score/include/asm/system.h        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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)
  
@@ -3420,9 +2741,9 @@ diff -urNp linux-2.6.38.6/arch/score/include/asm/system.h linux-2.6.38.6/arch/sc
  
  #define mb()          barrier()
  #define rmb()         barrier()
-diff -urNp linux-2.6.38.6/arch/score/kernel/process.c linux-2.6.38.6/arch/score/kernel/process.c
---- linux-2.6.38.6/arch/score/kernel/process.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/score/kernel/process.c 2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/score/kernel/process.c linux-3.0.3/arch/score/kernel/process.c
+--- linux-3.0.3/arch/score/kernel/process.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -3432,106 +2753,9 @@ diff -urNp linux-2.6.38.6/arch/score/kernel/process.c linux-2.6.38.6/arch/score/
 -{
 -      return sp;
 -}
-diff -urNp linux-2.6.38.6/arch/sh/include/asm/dma-mapping.h linux-2.6.38.6/arch/sh/include/asm/dma-mapping.h
---- linux-2.6.38.6/arch/sh/include/asm/dma-mapping.h   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/sh/include/asm/dma-mapping.h   2011-04-28 19:34:14.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.38.6/arch/sh/kernel/dma-nommu.c linux-2.6.38.6/arch/sh/kernel/dma-nommu.c
---- linux-2.6.38.6/arch/sh/kernel/dma-nommu.c  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/sh/kernel/dma-nommu.c  2011-04-28 19:34:14.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.38.6/arch/sh/kernel/kgdb.c linux-2.6.38.6/arch/sh/kernel/kgdb.c
---- linux-2.6.38.6/arch/sh/kernel/kgdb.c       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/sh/kernel/kgdb.c       2011-04-28 19:34:14.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.38.6/arch/sh/mm/consistent.c linux-2.6.38.6/arch/sh/mm/consistent.c
---- linux-2.6.38.6/arch/sh/mm/consistent.c     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/sh/mm/consistent.c     2011-04-28 19:34:14.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.38.6/arch/sh/mm/mmap.c linux-2.6.38.6/arch/sh/mm/mmap.c
---- linux-2.6.38.6/arch/sh/mm/mmap.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/sh/mm/mmap.c   2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/sh/mm/mmap.c linux-3.0.3/arch/sh/mm/mmap.c
+--- linux-3.0.3/arch/sh/mm/mmap.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);
  
@@ -3606,9 +2830,9 @@ diff -urNp linux-2.6.38.6/arch/sh/mm/mmap.c linux-2.6.38.6/arch/sh/mm/mmap.c
  
  bottomup:
        /*
-diff -urNp linux-2.6.38.6/arch/sparc/include/asm/atomic_64.h linux-2.6.38.6/arch/sparc/include/asm/atomic_64.h
---- linux-2.6.38.6/arch/sparc/include/asm/atomic_64.h  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/sparc/include/asm/atomic_64.h  2011-04-28 19:57:25.000000000 -0400
+diff -urNp linux-3.0.3/arch/sparc/include/asm/atomic_64.h linux-3.0.3/arch/sparc/include/asm/atomic_64.h
+--- linux-3.0.3/arch/sparc/include/asm/atomic_64.h     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/arch/sparc/include/asm/atomic_64.h     2011-08-23 21:48:14.000000000 -0400
 @@ -14,18 +14,40 @@
  #define ATOMIC64_INIT(i)      { (i) }
  
@@ -3650,7 +2874,7 @@ diff -urNp linux-2.6.38.6/arch/sparc/include/asm/atomic_64.h linux-2.6.38.6/arch
  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)
@@ -3673,17 +2897,25 @@ diff -urNp linux-2.6.38.6/arch/sparc/include/asm/atomic_64.h linux-2.6.38.6/arch
 +      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)
@@ -3712,9 +2944,15 @@ diff -urNp linux-2.6.38.6/arch/sparc/include/asm/atomic_64.h linux-2.6.38.6/arch
  #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)
  {
@@ -3747,7 +2985,14 @@ diff -urNp linux-2.6.38.6/arch/sparc/include/asm/atomic_64.h linux-2.6.38.6/arch
  }
  
  #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)
  {
@@ -3780,55 +3025,21 @@ diff -urNp linux-2.6.38.6/arch/sparc/include/asm/atomic_64.h linux-2.6.38.6/arch
  }
  
  #define atomic64_inc_not_zero(v) atomic64_add_unless((v), 1, 0)
-diff -urNp linux-2.6.38.6/arch/sparc/include/asm/cache.h linux-2.6.38.6/arch/sparc/include/asm/cache.h
---- linux-2.6.38.6/arch/sparc/include/asm/cache.h      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/sparc/include/asm/cache.h      2011-05-17 19:31:43.000000000 -0400
+diff -urNp linux-3.0.3/arch/sparc/include/asm/cache.h linux-3.0.3/arch/sparc/include/asm/cache.h
+--- linux-3.0.3/arch/sparc/include/asm/cache.h 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.38.6/arch/sparc/include/asm/dma-mapping.h linux-2.6.38.6/arch/sparc/include/asm/dma-mapping.h
---- linux-2.6.38.6/arch/sparc/include/asm/dma-mapping.h        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/sparc/include/asm/dma-mapping.h        2011-04-28 19:34:14.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.38.6/arch/sparc/include/asm/elf_32.h linux-2.6.38.6/arch/sparc/include/asm/elf_32.h
---- linux-2.6.38.6/arch/sparc/include/asm/elf_32.h     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/sparc/include/asm/elf_32.h     2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/sparc/include/asm/elf_32.h linux-3.0.3/arch/sparc/include/asm/elf_32.h
+--- linux-3.0.3/arch/sparc/include/asm/elf_32.h        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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)
@@ -3843,10 +3054,10 @@ diff -urNp linux-2.6.38.6/arch/sparc/include/asm/elf_32.h linux-2.6.38.6/arch/sp
  /* 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.38.6/arch/sparc/include/asm/elf_64.h linux-2.6.38.6/arch/sparc/include/asm/elf_64.h
---- linux-2.6.38.6/arch/sparc/include/asm/elf_64.h     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/sparc/include/asm/elf_64.h     2011-04-28 19:34:14.000000000 -0400
-@@ -162,6 +162,12 @@ typedef struct {
+diff -urNp linux-3.0.3/arch/sparc/include/asm/elf_64.h linux-3.0.3/arch/sparc/include/asm/elf_64.h
+--- linux-3.0.3/arch/sparc/include/asm/elf_64.h        2011-08-23 21:44:40.000000000 -0400
++++ linux-3.0.3/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
  
@@ -3856,13 +3067,14 @@ diff -urNp linux-2.6.38.6/arch/sparc/include/asm/elf_64.h linux-2.6.38.6/arch/sp
 +#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.38.6/arch/sparc/include/asm/pgtable_32.h linux-2.6.38.6/arch/sparc/include/asm/pgtable_32.h
---- linux-2.6.38.6/arch/sparc/include/asm/pgtable_32.h 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/sparc/include/asm/pgtable_32.h 2011-04-28 19:34:14.000000000 -0400
-@@ -43,6 +43,13 @@ BTFIXUPDEF_SIMM13(user_ptrs_per_pgd)
+diff -urNp linux-3.0.3/arch/sparc/include/asm/pgtable_32.h linux-3.0.3/arch/sparc/include/asm/pgtable_32.h
+--- linux-3.0.3/arch/sparc/include/asm/pgtable_32.h    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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)
@@ -3876,7 +3088,7 @@ diff -urNp linux-2.6.38.6/arch/sparc/include/asm/pgtable_32.h linux-2.6.38.6/arc
  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))
  
@@ -3893,9 +3105,9 @@ diff -urNp linux-2.6.38.6/arch/sparc/include/asm/pgtable_32.h linux-2.6.38.6/arc
  extern unsigned long page_kernel;
  
  #ifdef MODULE
-diff -urNp linux-2.6.38.6/arch/sparc/include/asm/pgtsrmmu.h linux-2.6.38.6/arch/sparc/include/asm/pgtsrmmu.h
---- linux-2.6.38.6/arch/sparc/include/asm/pgtsrmmu.h   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/sparc/include/asm/pgtsrmmu.h   2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/sparc/include/asm/pgtsrmmu.h linux-3.0.3/arch/sparc/include/asm/pgtsrmmu.h
+--- linux-3.0.3/arch/sparc/include/asm/pgtsrmmu.h      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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 | \
@@ -3910,9 +3122,9 @@ diff -urNp linux-2.6.38.6/arch/sparc/include/asm/pgtsrmmu.h linux-2.6.38.6/arch/
  #define SRMMU_PAGE_KERNEL  __pgprot(SRMMU_VALID | SRMMU_CACHE | SRMMU_PRIV | \
                                    SRMMU_DIRTY | SRMMU_REF)
  
-diff -urNp linux-2.6.38.6/arch/sparc/include/asm/spinlock_64.h linux-2.6.38.6/arch/sparc/include/asm/spinlock_64.h
---- linux-2.6.38.6/arch/sparc/include/asm/spinlock_64.h        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/sparc/include/asm/spinlock_64.h        2011-04-28 19:57:25.000000000 -0400
+diff -urNp linux-3.0.3/arch/sparc/include/asm/spinlock_64.h linux-3.0.3/arch/sparc/include/asm/spinlock_64.h
+--- linux-3.0.3/arch/sparc/include/asm/spinlock_64.h   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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... */
@@ -4010,9 +3222,33 @@ diff -urNp linux-2.6.38.6/arch/sparc/include/asm/spinlock_64.h linux-2.6.38.6/ar
  {
        unsigned long mask, tmp1, tmp2, result;
  
-diff -urNp linux-2.6.38.6/arch/sparc/include/asm/uaccess_32.h linux-2.6.38.6/arch/sparc/include/asm/uaccess_32.h
---- linux-2.6.38.6/arch/sparc/include/asm/uaccess_32.h 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/sparc/include/asm/uaccess_32.h 2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/sparc/include/asm/thread_info_32.h linux-3.0.3/arch/sparc/include/asm/thread_info_32.h
+--- linux-3.0.3/arch/sparc/include/asm/thread_info_32.h        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.3/arch/sparc/include/asm/thread_info_64.h linux-3.0.3/arch/sparc/include/asm/thread_info_64.h
+--- linux-3.0.3/arch/sparc/include/asm/thread_info_64.h        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.3/arch/sparc/include/asm/uaccess_32.h linux-3.0.3/arch/sparc/include/asm/uaccess_32.h
+--- linux-3.0.3/arch/sparc/include/asm/uaccess_32.h    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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)
@@ -4064,9 +3300,9 @@ diff -urNp linux-2.6.38.6/arch/sparc/include/asm/uaccess_32.h linux-2.6.38.6/arc
        return __copy_user((__force void __user *) to, from, n);
  }
  
-diff -urNp linux-2.6.38.6/arch/sparc/include/asm/uaccess_64.h linux-2.6.38.6/arch/sparc/include/asm/uaccess_64.h
---- linux-2.6.38.6/arch/sparc/include/asm/uaccess_64.h 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/sparc/include/asm/uaccess_64.h 2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/sparc/include/asm/uaccess_64.h linux-3.0.3/arch/sparc/include/asm/uaccess_64.h
+--- linux-3.0.3/arch/sparc/include/asm/uaccess_64.h    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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>
@@ -4109,9 +3345,9 @@ diff -urNp linux-2.6.38.6/arch/sparc/include/asm/uaccess_64.h linux-2.6.38.6/arc
        if (unlikely(ret))
                ret = copy_to_user_fixup(to, from, size);
        return ret;
-diff -urNp linux-2.6.38.6/arch/sparc/include/asm/uaccess.h linux-2.6.38.6/arch/sparc/include/asm/uaccess.h
---- linux-2.6.38.6/arch/sparc/include/asm/uaccess.h    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/sparc/include/asm/uaccess.h    2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/sparc/include/asm/uaccess.h linux-3.0.3/arch/sparc/include/asm/uaccess.h
+--- linux-3.0.3/arch/sparc/include/asm/uaccess.h       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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
@@ -4126,84 +3362,9 @@ diff -urNp linux-2.6.38.6/arch/sparc/include/asm/uaccess.h linux-2.6.38.6/arch/s
  #if defined(__sparc__) && defined(__arch64__)
  #include <asm/uaccess_64.h>
  #else
-diff -urNp linux-2.6.38.6/arch/sparc/kernel/iommu.c linux-2.6.38.6/arch/sparc/kernel/iommu.c
---- linux-2.6.38.6/arch/sparc/kernel/iommu.c   2011-04-22 19:20:59.000000000 -0400
-+++ linux-2.6.38.6/arch/sparc/kernel/iommu.c   2011-04-28 19:34:14.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.38.6/arch/sparc/kernel/ioport.c linux-2.6.38.6/arch/sparc/kernel/ioport.c
---- linux-2.6.38.6/arch/sparc/kernel/ioport.c  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/sparc/kernel/ioport.c  2011-04-28 19:34:14.000000000 -0400
-@@ -397,7 +397,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,
-@@ -408,7 +408,7 @@ struct dma_map_ops sbus_dma_ops = {
-       .sync_sg_for_device     = sbus_sync_sg_for_device,
- };
--struct dma_map_ops *dma_ops = &sbus_dma_ops;
-+const struct dma_map_ops *dma_ops = &sbus_dma_ops;
- EXPORT_SYMBOL(dma_ops);
- static int __init sparc_register_ioport(void)
-@@ -645,7 +645,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.38.6/arch/sparc/kernel/kgdb_32.c linux-2.6.38.6/arch/sparc/kernel/kgdb_32.c
---- linux-2.6.38.6/arch/sparc/kernel/kgdb_32.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/sparc/kernel/kgdb_32.c 2011-04-28 19:34:14.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.38.6/arch/sparc/kernel/kgdb_64.c linux-2.6.38.6/arch/sparc/kernel/kgdb_64.c
---- linux-2.6.38.6/arch/sparc/kernel/kgdb_64.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/sparc/kernel/kgdb_64.c 2011-04-28 19:34:14.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.38.6/arch/sparc/kernel/Makefile linux-2.6.38.6/arch/sparc/kernel/Makefile
---- linux-2.6.38.6/arch/sparc/kernel/Makefile  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/sparc/kernel/Makefile  2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/sparc/kernel/Makefile linux-3.0.3/arch/sparc/kernel/Makefile
+--- linux-3.0.3/arch/sparc/kernel/Makefile     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/arch/sparc/kernel/Makefile     2011-08-23 21:47:55.000000000 -0400
 @@ -3,7 +3,7 @@
  #
  
@@ -4213,22 +3374,10 @@ diff -urNp linux-2.6.38.6/arch/sparc/kernel/Makefile linux-2.6.38.6/arch/sparc/k
  
  extra-y     := head_$(BITS).o
  extra-y     += init_task.o
-diff -urNp linux-2.6.38.6/arch/sparc/kernel/pci_sun4v.c linux-2.6.38.6/arch/sparc/kernel/pci_sun4v.c
---- linux-2.6.38.6/arch/sparc/kernel/pci_sun4v.c       2011-04-22 19:20:59.000000000 -0400
-+++ linux-2.6.38.6/arch/sparc/kernel/pci_sun4v.c       2011-04-28 19:34:14.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.38.6/arch/sparc/kernel/process_32.c linux-2.6.38.6/arch/sparc/kernel/process_32.c
---- linux-2.6.38.6/arch/sparc/kernel/process_32.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/sparc/kernel/process_32.c      2011-04-28 19:34:14.000000000 -0400
-@@ -196,7 +196,7 @@ void __show_backtrace(unsigned long fp)
+diff -urNp linux-3.0.3/arch/sparc/kernel/process_32.c linux-3.0.3/arch/sparc/kernel/process_32.c
+--- linux-3.0.3/arch/sparc/kernel/process_32.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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]);
@@ -4237,7 +3386,7 @@ diff -urNp linux-2.6.38.6/arch/sparc/kernel/process_32.c linux-2.6.38.6/arch/spa
                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());
@@ -4254,7 +3403,7 @@ diff -urNp linux-2.6.38.6/arch/sparc/kernel/process_32.c linux-2.6.38.6/arch/spa
  
        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);
@@ -4263,9 +3412,9 @@ diff -urNp linux-2.6.38.6/arch/sparc/kernel/process_32.c linux-2.6.38.6/arch/spa
                fp = rw->ins[6];
        } while (++count < 16);
        printk("\n");
-diff -urNp linux-2.6.38.6/arch/sparc/kernel/process_64.c linux-2.6.38.6/arch/sparc/kernel/process_64.c
---- linux-2.6.38.6/arch/sparc/kernel/process_64.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/sparc/kernel/process_64.c      2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/sparc/kernel/process_64.c linux-3.0.3/arch/sparc/kernel/process_64.c
+--- linux-3.0.3/arch/sparc/kernel/process_64.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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]);
@@ -4301,9 +3450,9 @@ diff -urNp linux-2.6.38.6/arch/sparc/kernel/process_64.c linux-2.6.38.6/arch/spa
                               (void *) gp->tpc,
                               (void *) gp->o7,
                               (void *) gp->i7,
-diff -urNp linux-2.6.38.6/arch/sparc/kernel/sys_sparc_32.c linux-2.6.38.6/arch/sparc/kernel/sys_sparc_32.c
---- linux-2.6.38.6/arch/sparc/kernel/sys_sparc_32.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/sparc/kernel/sys_sparc_32.c    2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/sparc/kernel/sys_sparc_32.c linux-3.0.3/arch/sparc/kernel/sys_sparc_32.c
+--- linux-3.0.3/arch/sparc/kernel/sys_sparc_32.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -4322,9 +3471,9 @@ diff -urNp linux-2.6.38.6/arch/sparc/kernel/sys_sparc_32.c linux-2.6.38.6/arch/s
                        return addr;
                addr = vmm->vm_end;
                if (flags & MAP_SHARED)
-diff -urNp linux-2.6.38.6/arch/sparc/kernel/sys_sparc_64.c linux-2.6.38.6/arch/sparc/kernel/sys_sparc_64.c
---- linux-2.6.38.6/arch/sparc/kernel/sys_sparc_64.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/sparc/kernel/sys_sparc_64.c    2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/sparc/kernel/sys_sparc_64.c linux-3.0.3/arch/sparc/kernel/sys_sparc_64.c
+--- linux-3.0.3/arch/sparc/kernel/sys_sparc_64.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.
@@ -4446,7 +3595,7 @@ diff -urNp linux-2.6.38.6/arch/sparc/kernel/sys_sparc_64.c linux-2.6.38.6/arch/s
  
  bottomup:
        /*
-@@ -385,6 +385,12 @@ void arch_pick_mmap_layout(struct mm_str
+@@ -390,6 +390,12 @@ void arch_pick_mmap_layout(struct mm_str
            gap == RLIM_INFINITY ||
            sysctl_legacy_va_layout) {
                mm->mmap_base = TASK_UNMAPPED_BASE + random_factor;
@@ -4459,7 +3608,7 @@ diff -urNp linux-2.6.38.6/arch/sparc/kernel/sys_sparc_64.c linux-2.6.38.6/arch/s
                mm->get_unmapped_area = arch_get_unmapped_area;
                mm->unmap_area = arch_unmap_area;
        } else {
-@@ -397,6 +403,12 @@ void arch_pick_mmap_layout(struct mm_str
+@@ -402,6 +408,12 @@ void arch_pick_mmap_layout(struct mm_str
                        gap = (task_size / 6 * 5);
  
                mm->mmap_base = PAGE_ALIGN(task_size - gap - random_factor);
@@ -4472,10 +3621,19 @@ diff -urNp linux-2.6.38.6/arch/sparc/kernel/sys_sparc_64.c linux-2.6.38.6/arch/s
                mm->get_unmapped_area = arch_get_unmapped_area_topdown;
                mm->unmap_area = arch_unmap_area_topdown;
        }
-diff -urNp linux-2.6.38.6/arch/sparc/kernel/traps_32.c linux-2.6.38.6/arch/sparc/kernel/traps_32.c
---- linux-2.6.38.6/arch/sparc/kernel/traps_32.c        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/sparc/kernel/traps_32.c        2011-04-28 19:34:14.000000000 -0400
-@@ -76,7 +76,7 @@ void die_if_kernel(char *str, struct pt_
+diff -urNp linux-3.0.3/arch/sparc/kernel/traps_32.c linux-3.0.3/arch/sparc/kernel/traps_32.c
+--- linux-3.0.3/arch/sparc/kernel/traps_32.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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)) {
@@ -4484,9 +3642,20 @@ diff -urNp linux-2.6.38.6/arch/sparc/kernel/traps_32.c linux-2.6.38.6/arch/sparc
                               (void *) rw->ins[7]);
                        rw = (struct reg_window32 *)rw->ins[6];
                }
-diff -urNp linux-2.6.38.6/arch/sparc/kernel/traps_64.c linux-2.6.38.6/arch/sparc/kernel/traps_64.c
---- linux-2.6.38.6/arch/sparc/kernel/traps_64.c        2011-04-22 19:20:59.000000000 -0400
-+++ linux-2.6.38.6/arch/sparc/kernel/traps_64.c        2011-04-28 19:34:14.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.3/arch/sparc/kernel/traps_64.c linux-3.0.3/arch/sparc/kernel/traps_64.c
+--- linux-3.0.3/arch/sparc/kernel/traps_64.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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,
@@ -4594,7 +3763,16 @@ diff -urNp linux-2.6.38.6/arch/sparc/kernel/traps_64.c linux-2.6.38.6/arch/sparc
                                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)) {
@@ -4603,10 +3781,22 @@ diff -urNp linux-2.6.38.6/arch/sparc/kernel/traps_64.c linux-2.6.38.6/arch/sparc
                               (void *) rw->ins[7]);
  
                        rw = kernel_stack_up(rw);
-diff -urNp linux-2.6.38.6/arch/sparc/kernel/unaligned_64.c linux-2.6.38.6/arch/sparc/kernel/unaligned_64.c
---- linux-2.6.38.6/arch/sparc/kernel/unaligned_64.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/sparc/kernel/unaligned_64.c    2011-04-28 19:34:14.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.3/arch/sparc/kernel/unaligned_64.c linux-3.0.3/arch/sparc/kernel/unaligned_64.c
+--- linux-3.0.3/arch/sparc/kernel/unaligned_64.c       2011-08-23 21:44:40.000000000 -0400
++++ linux-3.0.3/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)) {
@@ -4615,9 +3805,9 @@ diff -urNp linux-2.6.38.6/arch/sparc/kernel/unaligned_64.c linux-2.6.38.6/arch/s
                       regs->tpc, (void *) regs->tpc);
        }
  }
-diff -urNp linux-2.6.38.6/arch/sparc/lib/atomic_64.S linux-2.6.38.6/arch/sparc/lib/atomic_64.S
---- linux-2.6.38.6/arch/sparc/lib/atomic_64.S  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/sparc/lib/atomic_64.S  2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/sparc/lib/atomic_64.S linux-3.0.3/arch/sparc/lib/atomic_64.S
+--- linux-3.0.3/arch/sparc/lib/atomic_64.S     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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)
@@ -4852,15 +4042,16 @@ diff -urNp linux-2.6.38.6/arch/sparc/lib/atomic_64.S linux-2.6.38.6/arch/sparc/l
        casx    [%o1], %g1, %g7
        cmp     %g1, %g7
        bne,pn  %xcc, BACKOFF_LABEL(2f, 1b)
-diff -urNp linux-2.6.38.6/arch/sparc/lib/ksyms.c linux-2.6.38.6/arch/sparc/lib/ksyms.c
---- linux-2.6.38.6/arch/sparc/lib/ksyms.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/sparc/lib/ksyms.c      2011-04-28 19:34:14.000000000 -0400
-@@ -142,12 +142,17 @@ EXPORT_SYMBOL(__downgrade_write);
+diff -urNp linux-3.0.3/arch/sparc/lib/ksyms.c linux-3.0.3/arch/sparc/lib/ksyms.c
+--- linux-3.0.3/arch/sparc/lib/ksyms.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);
@@ -4873,9 +4064,9 @@ diff -urNp linux-2.6.38.6/arch/sparc/lib/ksyms.c linux-2.6.38.6/arch/sparc/lib/k
  EXPORT_SYMBOL(atomic64_sub_ret);
  
  /* Atomic bit operations. */
-diff -urNp linux-2.6.38.6/arch/sparc/lib/Makefile linux-2.6.38.6/arch/sparc/lib/Makefile
---- linux-2.6.38.6/arch/sparc/lib/Makefile     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/sparc/lib/Makefile     2011-05-17 19:31:43.000000000 -0400
+diff -urNp linux-3.0.3/arch/sparc/lib/Makefile linux-3.0.3/arch/sparc/lib/Makefile
+--- linux-3.0.3/arch/sparc/lib/Makefile        2011-08-23 21:44:40.000000000 -0400
++++ linux-3.0.3/arch/sparc/lib/Makefile        2011-08-23 21:47:55.000000000 -0400
 @@ -2,7 +2,7 @@
  #
  
@@ -4885,9 +4076,9 @@ diff -urNp linux-2.6.38.6/arch/sparc/lib/Makefile linux-2.6.38.6/arch/sparc/lib/
  
  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.38.6/arch/sparc/Makefile linux-2.6.38.6/arch/sparc/Makefile
---- linux-2.6.38.6/arch/sparc/Makefile 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/sparc/Makefile 2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/sparc/Makefile linux-3.0.3/arch/sparc/Makefile
+--- linux-3.0.3/arch/sparc/Makefile    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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
@@ -4897,9 +4088,9 @@ diff -urNp linux-2.6.38.6/arch/sparc/Makefile linux-2.6.38.6/arch/sparc/Makefile
  VMLINUX_MAIN += $(patsubst %/, %/lib.a, $(libs-y)) $(libs-y)
  VMLINUX_MAIN += $(drivers-y) $(net-y)
  
-diff -urNp linux-2.6.38.6/arch/sparc/mm/fault_32.c linux-2.6.38.6/arch/sparc/mm/fault_32.c
---- linux-2.6.38.6/arch/sparc/mm/fault_32.c    2011-04-22 19:20:59.000000000 -0400
-+++ linux-2.6.38.6/arch/sparc/mm/fault_32.c    2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/sparc/mm/fault_32.c linux-3.0.3/arch/sparc/mm/fault_32.c
+--- linux-3.0.3/arch/sparc/mm/fault_32.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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>
@@ -5204,9 +4395,9 @@ diff -urNp linux-2.6.38.6/arch/sparc/mm/fault_32.c linux-2.6.38.6/arch/sparc/mm/
                /* Allow reads even for write-only mappings */
                if(!(vma->vm_flags & (VM_READ | VM_EXEC)))
                        goto bad_area;
-diff -urNp linux-2.6.38.6/arch/sparc/mm/fault_64.c linux-2.6.38.6/arch/sparc/mm/fault_64.c
---- linux-2.6.38.6/arch/sparc/mm/fault_64.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/sparc/mm/fault_64.c    2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/sparc/mm/fault_64.c linux-3.0.3/arch/sparc/mm/fault_64.c
+--- linux-3.0.3/arch/sparc/mm/fault_64.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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>
@@ -5714,9 +4905,9 @@ diff -urNp linux-2.6.38.6/arch/sparc/mm/fault_64.c linux-2.6.38.6/arch/sparc/mm/
        /* 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.38.6/arch/sparc/mm/hugetlbpage.c linux-2.6.38.6/arch/sparc/mm/hugetlbpage.c
---- linux-2.6.38.6/arch/sparc/mm/hugetlbpage.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/sparc/mm/hugetlbpage.c 2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/sparc/mm/hugetlbpage.c linux-3.0.3/arch/sparc/mm/hugetlbpage.c
+--- linux-3.0.3/arch/sparc/mm/hugetlbpage.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/arch/sparc/mm/hugetlbpage.c    2011-08-23 21:47:55.000000000 -0400
 @@ -68,7 +68,7 @@ full_search:
                        }
                        return -ENOMEM;
@@ -5776,10 +4967,10 @@ diff -urNp linux-2.6.38.6/arch/sparc/mm/hugetlbpage.c linux-2.6.38.6/arch/sparc/
                        return addr;
        }
        if (mm->get_unmapped_area == arch_get_unmapped_area)
-diff -urNp linux-2.6.38.6/arch/sparc/mm/init_32.c linux-2.6.38.6/arch/sparc/mm/init_32.c
---- linux-2.6.38.6/arch/sparc/mm/init_32.c     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/sparc/mm/init_32.c     2011-04-28 19:34:14.000000000 -0400
-@@ -318,6 +318,9 @@ extern void device_scan(void);
+diff -urNp linux-3.0.3/arch/sparc/mm/init_32.c linux-3.0.3/arch/sparc/mm/init_32.c
+--- linux-3.0.3/arch/sparc/mm/init_32.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);
  
@@ -5789,7 +4980,7 @@ diff -urNp linux-2.6.38.6/arch/sparc/mm/init_32.c linux-2.6.38.6/arch/sparc/mm/i
  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;
@@ -5813,9 +5004,9 @@ diff -urNp linux-2.6.38.6/arch/sparc/mm/init_32.c linux-2.6.38.6/arch/sparc/mm/i
        protection_map[12] = PAGE_READONLY;
        protection_map[13] = PAGE_READONLY;
        protection_map[14] = PAGE_SHARED;
-diff -urNp linux-2.6.38.6/arch/sparc/mm/Makefile linux-2.6.38.6/arch/sparc/mm/Makefile
---- linux-2.6.38.6/arch/sparc/mm/Makefile      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/sparc/mm/Makefile      2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/sparc/mm/Makefile linux-3.0.3/arch/sparc/mm/Makefile
+--- linux-3.0.3/arch/sparc/mm/Makefile 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/arch/sparc/mm/Makefile 2011-08-23 21:47:55.000000000 -0400
 @@ -2,7 +2,7 @@
  #
  
@@ -5825,9 +5016,9 @@ diff -urNp linux-2.6.38.6/arch/sparc/mm/Makefile linux-2.6.38.6/arch/sparc/mm/Ma
  
  obj-$(CONFIG_SPARC64)   += ultra.o tlb.o tsb.o
  obj-y                   += fault_$(BITS).o
-diff -urNp linux-2.6.38.6/arch/sparc/mm/srmmu.c linux-2.6.38.6/arch/sparc/mm/srmmu.c
---- linux-2.6.38.6/arch/sparc/mm/srmmu.c       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/sparc/mm/srmmu.c       2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/sparc/mm/srmmu.c linux-3.0.3/arch/sparc/mm/srmmu.c
+--- linux-3.0.3/arch/sparc/mm/srmmu.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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));
@@ -5842,9 +5033,9 @@ diff -urNp linux-2.6.38.6/arch/sparc/mm/srmmu.c linux-2.6.38.6/arch/sparc/mm/srm
        BTFIXUPSET_INT(page_kernel, pgprot_val(SRMMU_PAGE_KERNEL));
        page_kernel = pgprot_val(SRMMU_PAGE_KERNEL);
  
-diff -urNp linux-2.6.38.6/arch/um/include/asm/kmap_types.h linux-2.6.38.6/arch/um/include/asm/kmap_types.h
---- linux-2.6.38.6/arch/um/include/asm/kmap_types.h    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/um/include/asm/kmap_types.h    2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/um/include/asm/kmap_types.h linux-3.0.3/arch/um/include/asm/kmap_types.h
+--- linux-3.0.3/arch/um/include/asm/kmap_types.h       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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,
@@ -5853,9 +5044,9 @@ diff -urNp linux-2.6.38.6/arch/um/include/asm/kmap_types.h linux-2.6.38.6/arch/u
        KM_TYPE_NR
  };
  
-diff -urNp linux-2.6.38.6/arch/um/include/asm/page.h linux-2.6.38.6/arch/um/include/asm/page.h
---- linux-2.6.38.6/arch/um/include/asm/page.h  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/um/include/asm/page.h  2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/um/include/asm/page.h linux-3.0.3/arch/um/include/asm/page.h
+--- linux-3.0.3/arch/um/include/asm/page.h     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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))
@@ -5866,9 +5057,9 @@ diff -urNp linux-2.6.38.6/arch/um/include/asm/page.h linux-2.6.38.6/arch/um/incl
  #ifndef __ASSEMBLY__
  
  struct page;
-diff -urNp linux-2.6.38.6/arch/um/kernel/process.c linux-2.6.38.6/arch/um/kernel/process.c
---- linux-2.6.38.6/arch/um/kernel/process.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/um/kernel/process.c    2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/um/kernel/process.c linux-3.0.3/arch/um/kernel/process.c
+--- linux-3.0.3/arch/um/kernel/process.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/arch/um/kernel/process.c       2011-08-23 21:47:55.000000000 -0400
 @@ -404,22 +404,6 @@ int singlestepping(void * t)
        return 2;
  }
@@ -5892,9 +5083,9 @@ diff -urNp linux-2.6.38.6/arch/um/kernel/process.c linux-2.6.38.6/arch/um/kernel
  unsigned long get_wchan(struct task_struct *p)
  {
        unsigned long stack_page, sp, ip;
-diff -urNp linux-2.6.38.6/arch/um/sys-i386/syscalls.c linux-2.6.38.6/arch/um/sys-i386/syscalls.c
---- linux-2.6.38.6/arch/um/sys-i386/syscalls.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/um/sys-i386/syscalls.c 2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/um/sys-i386/syscalls.c linux-3.0.3/arch/um/sys-i386/syscalls.c
+--- linux-3.0.3/arch/um/sys-i386/syscalls.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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"
@@ -5917,9 +5108,9 @@ diff -urNp linux-2.6.38.6/arch/um/sys-i386/syscalls.c linux-2.6.38.6/arch/um/sys
  /*
   * The prototype on i386 is:
   *
-diff -urNp linux-2.6.38.6/arch/x86/boot/bitops.h linux-2.6.38.6/arch/x86/boot/bitops.h
---- linux-2.6.38.6/arch/x86/boot/bitops.h      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/boot/bitops.h      2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/x86/boot/bitops.h linux-3.0.3/arch/x86/boot/bitops.h
+--- linux-3.0.3/arch/x86/boot/bitops.h 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -5938,9 +5129,9 @@ diff -urNp linux-2.6.38.6/arch/x86/boot/bitops.h linux-2.6.38.6/arch/x86/boot/bi
  }
  
  #endif /* BOOT_BITOPS_H */
-diff -urNp linux-2.6.38.6/arch/x86/boot/boot.h linux-2.6.38.6/arch/x86/boot/boot.h
---- linux-2.6.38.6/arch/x86/boot/boot.h        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/boot/boot.h        2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/x86/boot/boot.h linux-3.0.3/arch/x86/boot/boot.h
+--- linux-3.0.3/arch/x86/boot/boot.h   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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)
  {
@@ -5959,9 +5150,9 @@ diff -urNp linux-2.6.38.6/arch/x86/boot/boot.h linux-2.6.38.6/arch/x86/boot/boot
            : "=qm" (diff), "+D" (s1), "+S" (s2), "+c" (len));
        return diff;
  }
-diff -urNp linux-2.6.38.6/arch/x86/boot/compressed/head_32.S linux-2.6.38.6/arch/x86/boot/compressed/head_32.S
---- linux-2.6.38.6/arch/x86/boot/compressed/head_32.S  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/boot/compressed/head_32.S  2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/x86/boot/compressed/head_32.S linux-3.0.3/arch/x86/boot/compressed/head_32.S
+--- linux-3.0.3/arch/x86/boot/compressed/head_32.S     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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
@@ -5990,9 +5181,9 @@ diff -urNp linux-2.6.38.6/arch/x86/boot/compressed/head_32.S linux-2.6.38.6/arch
        addl    %ebx, -__PAGE_OFFSET(%ebx, %ecx)
        jmp     1b
  2:
-diff -urNp linux-2.6.38.6/arch/x86/boot/compressed/head_64.S linux-2.6.38.6/arch/x86/boot/compressed/head_64.S
---- linux-2.6.38.6/arch/x86/boot/compressed/head_64.S  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/boot/compressed/head_64.S  2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/x86/boot/compressed/head_64.S linux-3.0.3/arch/x86/boot/compressed/head_64.S
+--- linux-3.0.3/arch/x86/boot/compressed/head_64.S     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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
@@ -6011,9 +5202,22 @@ diff -urNp linux-2.6.38.6/arch/x86/boot/compressed/head_64.S linux-2.6.38.6/arch
  #endif
  
        /* Target address to relocate to for decompression */
-diff -urNp linux-2.6.38.6/arch/x86/boot/compressed/misc.c linux-2.6.38.6/arch/x86/boot/compressed/misc.c
---- linux-2.6.38.6/arch/x86/boot/compressed/misc.c     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/boot/compressed/misc.c     2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/x86/boot/compressed/Makefile linux-3.0.3/arch/x86/boot/compressed/Makefile
+--- linux-3.0.3/arch/x86/boot/compressed/Makefile      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.3/arch/x86/boot/compressed/misc.c linux-3.0.3/arch/x86/boot/compressed/misc.c
+--- linux-3.0.3/arch/x86/boot/compressed/misc.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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
@@ -6032,9 +5236,9 @@ diff -urNp linux-2.6.38.6/arch/x86/boot/compressed/misc.c linux-2.6.38.6/arch/x8
                error("Wrong destination address");
  #endif
  
-diff -urNp linux-2.6.38.6/arch/x86/boot/compressed/relocs.c linux-2.6.38.6/arch/x86/boot/compressed/relocs.c
---- linux-2.6.38.6/arch/x86/boot/compressed/relocs.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/boot/compressed/relocs.c   2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/x86/boot/compressed/relocs.c linux-3.0.3/arch/x86/boot/compressed/relocs.c
+--- linux-3.0.3/arch/x86/boot/compressed/relocs.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/arch/x86/boot/compressed/relocs.c      2011-08-23 21:47:55.000000000 -0400
 @@ -13,8 +13,11 @@
  
  static void die(char *fmt, ...);
@@ -6227,9 +5431,9 @@ diff -urNp linux-2.6.38.6/arch/x86/boot/compressed/relocs.c linux-2.6.38.6/arch/
        read_shdrs(fp);
        read_strtabs(fp);
        read_symtabs(fp);
-diff -urNp linux-2.6.38.6/arch/x86/boot/cpucheck.c linux-2.6.38.6/arch/x86/boot/cpucheck.c
---- linux-2.6.38.6/arch/x86/boot/cpucheck.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/boot/cpucheck.c    2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/x86/boot/cpucheck.c linux-3.0.3/arch/x86/boot/cpucheck.c
+--- linux-3.0.3/arch/x86/boot/cpucheck.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -6325,9 +5529,9 @@ diff -urNp linux-2.6.38.6/arch/x86/boot/cpucheck.c linux-2.6.38.6/arch/x86/boot/
  
                err = check_flags();
        }
-diff -urNp linux-2.6.38.6/arch/x86/boot/header.S linux-2.6.38.6/arch/x86/boot/header.S
---- linux-2.6.38.6/arch/x86/boot/header.S      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/boot/header.S      2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/x86/boot/header.S linux-3.0.3/arch/x86/boot/header.S
+--- linux-3.0.3/arch/x86/boot/header.S 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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
@@ -6337,9 +5541,22 @@ diff -urNp linux-2.6.38.6/arch/x86/boot/header.S linux-2.6.38.6/arch/x86/boot/he
  
  #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.38.6/arch/x86/boot/memory.c linux-2.6.38.6/arch/x86/boot/memory.c
---- linux-2.6.38.6/arch/x86/boot/memory.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/boot/memory.c      2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/x86/boot/Makefile linux-3.0.3/arch/x86/boot/Makefile
+--- linux-3.0.3/arch/x86/boot/Makefile 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.3/arch/x86/boot/memory.c linux-3.0.3/arch/x86/boot/memory.c
+--- linux-3.0.3/arch/x86/boot/memory.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/arch/x86/boot/memory.c 2011-08-23 21:47:55.000000000 -0400
 @@ -19,7 +19,7 @@
  
  static int detect_memory_e820(void)
@@ -6349,9 +5566,9 @@ diff -urNp linux-2.6.38.6/arch/x86/boot/memory.c linux-2.6.38.6/arch/x86/boot/me
        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.38.6/arch/x86/boot/video.c linux-2.6.38.6/arch/x86/boot/video.c
---- linux-2.6.38.6/arch/x86/boot/video.c       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/boot/video.c       2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/x86/boot/video.c linux-3.0.3/arch/x86/boot/video.c
+--- linux-3.0.3/arch/x86/boot/video.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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)
  {
@@ -6361,9 +5578,9 @@ diff -urNp linux-2.6.38.6/arch/x86/boot/video.c linux-2.6.38.6/arch/x86/boot/vid
        int key;
        unsigned int v;
  
-diff -urNp linux-2.6.38.6/arch/x86/boot/video-vesa.c linux-2.6.38.6/arch/x86/boot/video-vesa.c
---- linux-2.6.38.6/arch/x86/boot/video-vesa.c  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/boot/video-vesa.c  2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/x86/boot/video-vesa.c linux-3.0.3/arch/x86/boot/video-vesa.c
+--- linux-3.0.3/arch/x86/boot/video-vesa.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -6372,9 +5589,9 @@ diff -urNp linux-2.6.38.6/arch/x86/boot/video-vesa.c linux-2.6.38.6/arch/x86/boo
  }
  
  /*
-diff -urNp linux-2.6.38.6/arch/x86/ia32/ia32_aout.c linux-2.6.38.6/arch/x86/ia32/ia32_aout.c
---- linux-2.6.38.6/arch/x86/ia32/ia32_aout.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/ia32/ia32_aout.c   2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/x86/ia32/ia32_aout.c linux-3.0.3/arch/x86/ia32/ia32_aout.c
+--- linux-3.0.3/arch/x86/ia32/ia32_aout.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -6384,9 +5601,9 @@ diff -urNp linux-2.6.38.6/arch/x86/ia32/ia32_aout.c linux-2.6.38.6/arch/x86/ia32
        fs = get_fs();
        set_fs(KERNEL_DS);
        has_dumped = 1;
-diff -urNp linux-2.6.38.6/arch/x86/ia32/ia32entry.S linux-2.6.38.6/arch/x86/ia32/ia32entry.S
---- linux-2.6.38.6/arch/x86/ia32/ia32entry.S   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/ia32/ia32entry.S   2011-05-16 21:47:08.000000000 -0400
+diff -urNp linux-3.0.3/arch/x86/ia32/ia32entry.S linux-3.0.3/arch/x86/ia32/ia32entry.S
+--- linux-3.0.3/arch/x86/ia32/ia32entry.S      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/arch/x86/ia32/ia32entry.S      2011-08-23 21:48:14.000000000 -0400
 @@ -13,6 +13,7 @@
  #include <asm/thread_info.h>  
  #include <asm/segment.h>
@@ -6395,7 +5612,7 @@ diff -urNp linux-2.6.38.6/arch/x86/ia32/ia32entry.S linux-2.6.38.6/arch/x86/ia32
  #include <linux/linkage.h>
  
  /* Avoid __ASSEMBLER__'ifying <linux/audit.h> just for this.  */
-@@ -93,6 +94,26 @@ ENTRY(native_irq_enable_sysexit)
+@@ -95,6 +96,32 @@ ENTRY(native_irq_enable_sysexit)
  ENDPROC(native_irq_enable_sysexit)
  #endif
  
@@ -6418,11 +5635,17 @@ diff -urNp linux-2.6.38.6/arch/x86/ia32/ia32entry.S linux-2.6.38.6/arch/x86/ia32
 +      call pax_erase_kstack
 +#endif
 +      .endm
++
++      .macro pax_erase_kstack
++#ifdef CONFIG_PAX_MEMORY_STACKLEAK
++      call pax_erase_kstack
++#endif
++      .endm
 +
  /*
   * 32bit SYSENTER instruction entry.
   *
-@@ -119,7 +140,7 @@ ENTRY(ia32_sysenter_target)
+@@ -121,7 +148,7 @@ ENTRY(ia32_sysenter_target)
        CFI_REGISTER    rsp,rbp
        SWAPGS_UNSAFE_STACK
        movq    PER_CPU_VAR(kernel_stack), %rsp
@@ -6431,17 +5654,17 @@ diff -urNp linux-2.6.38.6/arch/x86/ia32/ia32entry.S linux-2.6.38.6/arch/x86/ia32
        /*
         * No need to follow this irqs on/off section: the syscall
         * disabled irqs, here we enable it straight after entry:
-@@ -135,7 +156,8 @@ ENTRY(ia32_sysenter_target)
-       pushfq
-       CFI_ADJUST_CFA_OFFSET 8
+@@ -134,7 +161,8 @@ ENTRY(ia32_sysenter_target)
+       CFI_REL_OFFSET rsp,0
+       pushfq_cfi
        /*CFI_REL_OFFSET rflags,0*/
 -      movl    8*3-THREAD_SIZE+TI_sysenter_return(%rsp), %r10d
 +      GET_THREAD_INFO(%r10)
 +      movl    TI_sysenter_return(%r10), %r10d
        CFI_REGISTER rip,r10
-       pushq   $__USER32_CS
-       CFI_ADJUST_CFA_OFFSET 8
-@@ -150,6 +172,12 @@ ENTRY(ia32_sysenter_target)
+       pushq_cfi $__USER32_CS
+       /*CFI_REL_OFFSET cs,0*/
+@@ -146,6 +174,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 */ 
@@ -6454,7 +5677,7 @@ diff -urNp linux-2.6.38.6/arch/x86/ia32/ia32entry.S linux-2.6.38.6/arch/x86/ia32
  1:    movl    (%rbp),%ebp
        .section __ex_table,"a"
        .quad 1b,ia32_badarg
-@@ -172,6 +200,7 @@ sysenter_dispatch:
+@@ -168,6 +202,7 @@ sysenter_dispatch:
        testl   $_TIF_ALLWORK_MASK,TI_flags(%r10)
        jnz     sysexit_audit
  sysexit_from_sys_call:
@@ -6462,7 +5685,27 @@ diff -urNp linux-2.6.38.6/arch/x86/ia32/ia32entry.S linux-2.6.38.6/arch/x86/ia32
        andl    $~TS_COMPAT,TI_status(%r10)
        /* clear IF, that popfq doesn't enable interrupts early */
        andl  $~0x200,EFLAGS-R11(%rsp) 
-@@ -283,19 +312,24 @@ ENDPROC(ia32_sysenter_target)
+@@ -194,6 +229,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
++
++      pax_erase_kstack
++
+       movl RAX-ARGOFFSET(%rsp),%eax   /* reload syscall number */
+       cmpq $(IA32_NR_syscalls-1),%rax
+       ja ia32_badsys
+@@ -246,6 +284,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
++
++      pax_erase_kstack
++
+       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)
  ENTRY(ia32_cstar_target)
        CFI_STARTPROC32 simple
        CFI_SIGNAL_FRAME
@@ -6489,7 +5732,7 @@ diff -urNp linux-2.6.38.6/arch/x86/ia32/ia32entry.S linux-2.6.38.6/arch/x86/ia32
        movl    %eax,%eax       /* zero extension */
        movq    %rax,ORIG_RAX-ARGOFFSET(%rsp)
        movq    %rcx,RIP-ARGOFFSET(%rsp)
-@@ -311,6 +345,12 @@ ENTRY(ia32_cstar_target)
+@@ -305,6 +351,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 */      
@@ -6502,7 +5745,7 @@ diff -urNp linux-2.6.38.6/arch/x86/ia32/ia32entry.S linux-2.6.38.6/arch/x86/ia32
  1:    movl    (%r8),%r9d
        .section __ex_table,"a"
        .quad 1b,ia32_badarg
-@@ -333,6 +373,7 @@ cstar_dispatch:
+@@ -327,6 +379,7 @@ cstar_dispatch:
        testl $_TIF_ALLWORK_MASK,TI_flags(%r10)
        jnz sysretl_audit
  sysretl_from_sys_call:
@@ -6510,7 +5753,17 @@ diff -urNp linux-2.6.38.6/arch/x86/ia32/ia32entry.S linux-2.6.38.6/arch/x86/ia32
        andl $~TS_COMPAT,TI_status(%r10)
        RESTORE_ARGS 1,-ARG_SKIP,1,1,1
        movl RIP-ARGOFFSET(%rsp),%ecx
-@@ -415,6 +456,7 @@ ENTRY(ia32_syscall)
+@@ -364,6 +417,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
++
++      pax_erase_kstack
++
+       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)
        CFI_REL_OFFSET  rip,RIP-RIP
        PARAVIRT_ADJUST_EXCEPTION_FRAME
        SWAPGS
@@ -6518,9 +5771,19 @@ diff -urNp linux-2.6.38.6/arch/x86/ia32/ia32entry.S linux-2.6.38.6/arch/x86/ia32
        /*
         * No need to follow this irqs on/off section: the syscall
         * disabled irqs and here we enable it straight after entry:
-diff -urNp linux-2.6.38.6/arch/x86/ia32/ia32_signal.c linux-2.6.38.6/arch/x86/ia32/ia32_signal.c
---- linux-2.6.38.6/arch/x86/ia32/ia32_signal.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/ia32/ia32_signal.c 2011-04-28 19:34:14.000000000 -0400
+@@ -441,6 +498,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
++
++      pax_erase_kstack
++
+       LOAD_ARGS32 ARGOFFSET  /* reload args from stack in case ptrace changed it */
+       RESTORE_REST
+       cmpq $(IA32_NR_syscalls-1),%rax
+diff -urNp linux-3.0.3/arch/x86/ia32/ia32_signal.c linux-3.0.3/arch/x86/ia32/ia32_signal.c
+--- linux-3.0.3/arch/x86/ia32/ia32_signal.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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,
@@ -6570,10 +5833,10 @@ diff -urNp linux-2.6.38.6/arch/x86/ia32/ia32_signal.c linux-2.6.38.6/arch/x86/ia
        } put_user_catch(err);
  
        if (err)
-diff -urNp linux-2.6.38.6/arch/x86/include/asm/alternative.h linux-2.6.38.6/arch/x86/include/asm/alternative.h
---- linux-2.6.38.6/arch/x86/include/asm/alternative.h  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/include/asm/alternative.h  2011-04-28 19:34:14.000000000 -0400
-@@ -94,7 +94,7 @@ static inline int alternatives_text_rese
+diff -urNp linux-3.0.3/arch/x86/include/asm/alternative.h linux-3.0.3/arch/x86/include/asm/alternative.h
+--- linux-3.0.3/arch/x86/include/asm/alternative.h     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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"                                                   \
@@ -6582,9 +5845,21 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/alternative.h linux-2.6.38.6/arch
        "663:\n\t" newinstr "\n664:\n"          /* replacement     */   \
        ".previous"
  
-diff -urNp linux-2.6.38.6/arch/x86/include/asm/apm.h linux-2.6.38.6/arch/x86/include/asm/apm.h
---- linux-2.6.38.6/arch/x86/include/asm/apm.h  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/include/asm/apm.h  2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/x86/include/asm/apic.h linux-3.0.3/arch/x86/include/asm/apic.h
+--- linux-3.0.3/arch/x86/include/asm/apic.h    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.3/arch/x86/include/asm/apm.h linux-3.0.3/arch/x86/include/asm/apm.h
+--- linux-3.0.3/arch/x86/include/asm/apm.h     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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"
@@ -6603,9 +5878,9 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/apm.h linux-2.6.38.6/arch/x86/inc
                "setc %%bl\n\t"
                "popl %%ebp\n\t"
                "popl %%edi\n\t"
-diff -urNp linux-2.6.38.6/arch/x86/include/asm/atomic64_32.h linux-2.6.38.6/arch/x86/include/asm/atomic64_32.h
---- linux-2.6.38.6/arch/x86/include/asm/atomic64_32.h  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/include/asm/atomic64_32.h  2011-05-11 18:35:16.000000000 -0400
+diff -urNp linux-3.0.3/arch/x86/include/asm/atomic64_32.h linux-3.0.3/arch/x86/include/asm/atomic64_32.h
+--- linux-3.0.3/arch/x86/include/asm/atomic64_32.h     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -6755,9 +6030,9 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/atomic64_32.h linux-2.6.38.6/arch
   * atomic64_sub - subtract the atomic64 variable
   * @i: integer value to subtract
   * @v: pointer to type atomic64_t
-diff -urNp linux-2.6.38.6/arch/x86/include/asm/atomic64_64.h linux-2.6.38.6/arch/x86/include/asm/atomic64_64.h
---- linux-2.6.38.6/arch/x86/include/asm/atomic64_64.h  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/include/asm/atomic64_64.h  2011-05-16 21:47:08.000000000 -0400
+diff -urNp linux-3.0.3/arch/x86/include/asm/atomic64_64.h linux-3.0.3/arch/x86/include/asm/atomic64_64.h
+--- linux-3.0.3/arch/x86/include/asm/atomic64_64.h     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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)
@@ -7079,9 +6354,9 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/atomic64_64.h linux-2.6.38.6/arch
  }
  
  #define atomic64_inc_not_zero(v) atomic64_add_unless((v), 1, 0)
-diff -urNp linux-2.6.38.6/arch/x86/include/asm/atomic.h linux-2.6.38.6/arch/x86/include/asm/atomic.h
---- linux-2.6.38.6/arch/x86/include/asm/atomic.h       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/include/asm/atomic.h       2011-04-28 19:57:25.000000000 -0400
+diff -urNp linux-3.0.3/arch/x86/include/asm/atomic.h linux-3.0.3/arch/x86/include/asm/atomic.h
+--- linux-3.0.3/arch/x86/include/asm/atomic.h  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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)
@@ -7494,9 +6769,9 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/atomic.h linux-2.6.38.6/arch/x86/
  /*
   * atomic_dec_if_positive - decrement by 1 if old value positive
   * @v: pointer of type atomic_t
-diff -urNp linux-2.6.38.6/arch/x86/include/asm/bitops.h linux-2.6.38.6/arch/x86/include/asm/bitops.h
---- linux-2.6.38.6/arch/x86/include/asm/bitops.h       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/include/asm/bitops.h       2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/x86/include/asm/bitops.h linux-3.0.3/arch/x86/include/asm/bitops.h
+--- linux-3.0.3/arch/x86/include/asm/bitops.h  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/arch/x86/include/asm/bitops.h  2011-08-23 21:47:55.000000000 -0400
 @@ -38,7 +38,7 @@
   * a mask operation on a byte.
   */
@@ -7506,9 +6781,9 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/bitops.h linux-2.6.38.6/arch/x86/
  #define CONST_MASK(nr)                        (1 << ((nr) & 7))
  
  /**
-diff -urNp linux-2.6.38.6/arch/x86/include/asm/boot.h linux-2.6.38.6/arch/x86/include/asm/boot.h
---- linux-2.6.38.6/arch/x86/include/asm/boot.h 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/include/asm/boot.h 2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/x86/include/asm/boot.h linux-3.0.3/arch/x86/include/asm/boot.h
+--- linux-3.0.3/arch/x86/include/asm/boot.h    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/arch/x86/include/asm/boot.h    2011-08-23 21:47:55.000000000 -0400
 @@ -11,10 +11,15 @@
  #include <asm/pgtable_types.h>
  
@@ -7526,9 +6801,9 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/boot.h linux-2.6.38.6/arch/x86/in
  /* Minimum kernel alignment, as a power of two */
  #ifdef CONFIG_X86_64
  #define MIN_KERNEL_ALIGN_LG2  PMD_SHIFT
-diff -urNp linux-2.6.38.6/arch/x86/include/asm/cacheflush.h linux-2.6.38.6/arch/x86/include/asm/cacheflush.h
---- linux-2.6.38.6/arch/x86/include/asm/cacheflush.h   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/include/asm/cacheflush.h   2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/x86/include/asm/cacheflush.h linux-3.0.3/arch/x86/include/asm/cacheflush.h
+--- linux-3.0.3/arch/x86/include/asm/cacheflush.h      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
  
@@ -7538,28 +6813,28 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/cacheflush.h linux-2.6.38.6/arch/
        else if (pg_flags == _PGMT_WC)
                return _PAGE_CACHE_WC;
        else if (pg_flags == _PGMT_UC_MINUS)
-diff -urNp linux-2.6.38.6/arch/x86/include/asm/cache.h linux-2.6.38.6/arch/x86/include/asm/cache.h
---- linux-2.6.38.6/arch/x86/include/asm/cache.h        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/include/asm/cache.h        2011-04-28 19:57:25.000000000 -0400
+diff -urNp linux-3.0.3/arch/x86/include/asm/cache.h linux-3.0.3/arch/x86/include/asm/cache.h
+--- linux-3.0.3/arch/x86/include/asm/cache.h   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.38.6/arch/x86/include/asm/checksum_32.h linux-2.6.38.6/arch/x86/include/asm/checksum_32.h
---- linux-2.6.38.6/arch/x86/include/asm/checksum_32.h  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/include/asm/checksum_32.h  2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/x86/include/asm/checksum_32.h linux-3.0.3/arch/x86/include/asm/checksum_32.h
+--- linux-3.0.3/arch/x86/include/asm/checksum_32.h     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);
@@ -7593,10 +6868,10 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/checksum_32.h linux-2.6.38.6/arch
                                                 len, sum, NULL, err_ptr);
  
        if (len)
-diff -urNp linux-2.6.38.6/arch/x86/include/asm/cpufeature.h linux-2.6.38.6/arch/x86/include/asm/cpufeature.h
---- linux-2.6.38.6/arch/x86/include/asm/cpufeature.h   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/include/asm/cpufeature.h   2011-04-28 19:34:14.000000000 -0400
-@@ -349,7 +349,7 @@ static __always_inline __pure bool __sta
+diff -urNp linux-3.0.3/arch/x86/include/asm/cpufeature.h linux-3.0.3/arch/x86/include/asm/cpufeature.h
+--- linux-3.0.3/arch/x86/include/asm/cpufeature.h      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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"
@@ -7605,9 +6880,9 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/cpufeature.h linux-2.6.38.6/arch/
                             "3: movb $1,%0\n"
                             "4:\n"
                             ".previous\n"
-diff -urNp linux-2.6.38.6/arch/x86/include/asm/desc_defs.h linux-2.6.38.6/arch/x86/include/asm/desc_defs.h
---- linux-2.6.38.6/arch/x86/include/asm/desc_defs.h    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/include/asm/desc_defs.h    2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/x86/include/asm/desc_defs.h linux-3.0.3/arch/x86/include/asm/desc_defs.h
+--- linux-3.0.3/arch/x86/include/asm/desc_defs.h       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -7621,26 +6896,26 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/desc_defs.h linux-2.6.38.6/arch/x
        };
  } __attribute__((packed));
  
-diff -urNp linux-2.6.38.6/arch/x86/include/asm/desc.h linux-2.6.38.6/arch/x86/include/asm/desc.h
---- linux-2.6.38.6/arch/x86/include/asm/desc.h 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/include/asm/desc.h 2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/x86/include/asm/desc.h linux-3.0.3/arch/x86/include/asm/desc.h
+--- linux-3.0.3/arch/x86/include/asm/desc.h    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -7649,6 +6924,7 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/desc.h linux-2.6.38.6/arch/x86/in
 -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];
  
@@ -7660,54 +6936,51 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/desc.h linux-2.6.38.6/arch/x86/in
  }
  
  #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)
  {
@@ -7717,9 +6990,9 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/desc.h linux-2.6.38.6/arch/x86/in
  }
  
  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++)
@@ -7728,7 +7001,7 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/desc.h linux-2.6.38.6/arch/x86/in
  }
  
  #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;
  }
  
@@ -7737,7 +7010,7 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/desc.h linux-2.6.38.6/arch/x86/in
                             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.
   */
@@ -7746,7 +7019,7 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/desc.h linux-2.6.38.6/arch/x86/in
  {
        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.
   */
@@ -7769,7 +7042,7 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/desc.h linux-2.6.38.6/arch/x86/in
  {
        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);
@@ -7804,63 +7077,9 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/desc.h linux-2.6.38.6/arch/x86/in
 +#endif
 +
  #endif /* _ASM_X86_DESC_H */
-diff -urNp linux-2.6.38.6/arch/x86/include/asm/device.h linux-2.6.38.6/arch/x86/include/asm/device.h
---- linux-2.6.38.6/arch/x86/include/asm/device.h       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/include/asm/device.h       2011-04-28 19:34:14.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.38.6/arch/x86/include/asm/dma-mapping.h linux-2.6.38.6/arch/x86/include/asm/dma-mapping.h
---- linux-2.6.38.6/arch/x86/include/asm/dma-mapping.h  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/include/asm/dma-mapping.h  2011-04-28 19:34:14.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.38.6/arch/x86/include/asm/e820.h linux-2.6.38.6/arch/x86/include/asm/e820.h
---- linux-2.6.38.6/arch/x86/include/asm/e820.h 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/include/asm/e820.h 2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/x86/include/asm/e820.h linux-3.0.3/arch/x86/include/asm/e820.h
+--- linux-3.0.3/arch/x86/include/asm/e820.h    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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
@@ -7870,9 +7089,9 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/e820.h linux-2.6.38.6/arch/x86/in
  #define BIOS_END              0x00100000
  
  #define BIOS_ROM_BASE         0xffe00000
-diff -urNp linux-2.6.38.6/arch/x86/include/asm/elf.h linux-2.6.38.6/arch/x86/include/asm/elf.h
---- linux-2.6.38.6/arch/x86/include/asm/elf.h  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/include/asm/elf.h  2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/x86/include/asm/elf.h linux-3.0.3/arch/x86/include/asm/elf.h
+--- linux-3.0.3/arch/x86/include/asm/elf.h     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.  */
@@ -7899,17 +7118,18 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/elf.h linux-2.6.38.6/arch/x86/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,
-@@ -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 */
  
@@ -7918,7 +7138,7 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/elf.h linux-2.6.38.6/arch/x86/inc
  
  #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
  
@@ -7926,9 +7146,20 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/elf.h linux-2.6.38.6/arch/x86/inc
 -#define arch_randomize_brk arch_randomize_brk
 -
  #endif /* _ASM_X86_ELF_H */
-diff -urNp linux-2.6.38.6/arch/x86/include/asm/futex.h linux-2.6.38.6/arch/x86/include/asm/futex.h
---- linux-2.6.38.6/arch/x86/include/asm/futex.h        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/include/asm/futex.h        2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/x86/include/asm/emergency-restart.h linux-3.0.3/arch/x86/include/asm/emergency-restart.h
+--- linux-3.0.3/arch/x86/include/asm/emergency-restart.h       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
+-extern void machine_emergency_restart(void);
++extern void machine_emergency_restart(void) __noreturn;
+ #endif /* _ASM_X86_EMERGENCY_RESTART_H */
+diff -urNp linux-3.0.3/arch/x86/include/asm/futex.h linux-3.0.3/arch/x86/include/asm/futex.h
+--- linux-3.0.3/arch/x86/include/asm/futex.h   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/arch/x86/include/asm/futex.h   2011-08-23 21:47:55.000000000 -0400
 @@ -12,16 +12,18 @@
  #include <asm/system.h>
  
@@ -7949,7 +7180,7 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/futex.h linux-2.6.38.6/arch/x86/i
        asm volatile("1:\tmovl  %2, %0\n"                       \
                     "\tmovl\t%0, %3\n"                         \
                     "\t" insn "\n"                             \
-@@ -34,10 +36,10 @@
+@@ -34,7 +36,7 @@
                     _ASM_EXTABLE(1b, 4b)                       \
                     _ASM_EXTABLE(2b, 4b)                       \
                     : "=&a" (oldval), "=&r" (ret),             \
@@ -7957,11 +7188,7 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/futex.h linux-2.6.38.6/arch/x86/i
 +                     "+m" (*(u32 *)____m(uaddr)), "=&r" (tem) \
                     : "r" (oparg), "i" (-EFAULT), "1" (0))
  
--static inline int futex_atomic_op_inuser(int encoded_op, int __user *uaddr)
-+static inline int futex_atomic_op_inuser(int encoded_op, u32 __user *uaddr)
- {
-       int op = (encoded_op >> 28) & 7;
-       int cmp = (encoded_op >> 24) & 15;
+ static inline int futex_atomic_op_inuser(int encoded_op, u32 __user *uaddr)
 @@ -61,10 +63,10 @@ static inline int futex_atomic_op_inuser
  
        switch (op) {
@@ -7975,39 +7202,26 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/futex.h linux-2.6.38.6/arch/x86/i
                                   uaddr, oparg);
                break;
        case FUTEX_OP_OR:
-@@ -109,7 +111,7 @@ static inline int futex_atomic_op_inuser
-       return ret;
- }
--static inline int futex_atomic_cmpxchg_inatomic(int __user *uaddr, int oldval,
-+static inline int futex_atomic_cmpxchg_inatomic(u32 __user *uaddr, int oldval,
-                                               int newval)
- {
-@@ -119,16 +121,16 @@ static inline int futex_atomic_cmpxchg_i
-               return -ENOSYS;
- #endif
--      if (!access_ok(VERIFY_WRITE, uaddr, sizeof(int)))
-+      if (!access_ok(VERIFY_WRITE, uaddr, sizeof(u32)))
+@@ -123,13 +125,13 @@ static inline int futex_atomic_cmpxchg_i
+       if (!access_ok(VERIFY_WRITE, uaddr, sizeof(u32)))
                return -EFAULT;
  
--      asm volatile("1:\t" LOCK_PREFIX "cmpxchgl %3, %1\n"
-+      asm volatile("1:\t" LOCK_PREFIX __copyuser_seg"cmpxchgl %3, %1\n"
+-      asm volatile("1:\t" LOCK_PREFIX "cmpxchgl %4, %2\n"
++      asm volatile("1:\t" LOCK_PREFIX __copyuser_seg"cmpxchgl %4, %2\n"
                     "2:\t.section .fixup, \"ax\"\n"
-                    "3:\tmov     %2, %0\n"
+                    "3:\tmov     %3, %0\n"
                     "\tjmp     2b\n"
                     "\t.previous\n"
                     _ASM_EXTABLE(1b, 3b)
--                   : "=a" (oldval), "+m" (*uaddr)
-+                   : "=a" (oldval), "+m" (*(u32 *)____m(uaddr))
-                    : "i" (-EFAULT), "r" (newval), "0" (oldval)
+-                   : "+r" (ret), "=a" (oldval), "+m" (*uaddr)
++                   : "+r" (ret), "=a" (oldval), "+m" (*(u32 *)____m(uaddr))
+                    : "i" (-EFAULT), "r" (newval), "1" (oldval)
                     : "memory"
        );
-diff -urNp linux-2.6.38.6/arch/x86/include/asm/hw_irq.h linux-2.6.38.6/arch/x86/include/asm/hw_irq.h
---- linux-2.6.38.6/arch/x86/include/asm/hw_irq.h       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/include/asm/hw_irq.h       2011-04-28 19:57:25.000000000 -0400
-@@ -113,8 +113,8 @@ extern void setup_ioapic_dest(void);
+diff -urNp linux-3.0.3/arch/x86/include/asm/hw_irq.h linux-3.0.3/arch/x86/include/asm/hw_irq.h
+--- linux-3.0.3/arch/x86/include/asm/hw_irq.h  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);
  
  /* Statistics */
@@ -8018,9 +7232,9 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/hw_irq.h linux-2.6.38.6/arch/x86/
  
  /* EISA */
  extern void eisa_set_level_irq(unsigned int irq);
-diff -urNp linux-2.6.38.6/arch/x86/include/asm/i387.h linux-2.6.38.6/arch/x86/include/asm/i387.h
---- linux-2.6.38.6/arch/x86/include/asm/i387.h 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/include/asm/i387.h 2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/x86/include/asm/i387.h linux-3.0.3/arch/x86/include/asm/i387.h
+--- linux-3.0.3/arch/x86/include/asm/i387.h    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -8061,15 +7275,6 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/i387.h linux-2.6.38.6/arch/x86/in
  
  /*
   * These must be called with preempt disabled
-@@ -237,7 +242,7 @@ static inline void fpu_save_init(struct 
-       } else if (use_fxsr()) {
-               fpu_fxsave(fpu);
-       } else {
--              asm volatile("fsave %[fx]; fwait"
-+              asm volatile("fnsave %[fx]; fwait"
-                            : [fx] "=m" (fpu->state->fsave));
-               return;
-       }
 @@ -312,7 +317,7 @@ static inline void kernel_fpu_begin(void
        struct thread_info *me = current_thread_info();
        preempt_disable();
@@ -8079,10 +7284,10 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/i387.h linux-2.6.38.6/arch/x86/in
        else
                clts();
  }
-diff -urNp linux-2.6.38.6/arch/x86/include/asm/io.h linux-2.6.38.6/arch/x86/include/asm/io.h
---- linux-2.6.38.6/arch/x86/include/asm/io.h   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/include/asm/io.h   2011-04-28 19:34:14.000000000 -0400
-@@ -216,6 +216,17 @@ extern void set_iounmap_nonlazy(void);
+diff -urNp linux-3.0.3/arch/x86/include/asm/io.h linux-3.0.3/arch/x86/include/asm/io.h
+--- linux-3.0.3/arch/x86/include/asm/io.h      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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>
  
@@ -8100,21 +7305,9 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/io.h linux-2.6.38.6/arch/x86/incl
  /*
   * Convert a virtual cached pointer to an uncached pointer
   */
-diff -urNp linux-2.6.38.6/arch/x86/include/asm/iommu.h linux-2.6.38.6/arch/x86/include/asm/iommu.h
---- linux-2.6.38.6/arch/x86/include/asm/iommu.h        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/include/asm/iommu.h        2011-04-28 19:34:14.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.38.6/arch/x86/include/asm/irqflags.h linux-2.6.38.6/arch/x86/include/asm/irqflags.h
---- linux-2.6.38.6/arch/x86/include/asm/irqflags.h     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/include/asm/irqflags.h     2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/x86/include/asm/irqflags.h linux-3.0.3/arch/x86/include/asm/irqflags.h
+--- linux-3.0.3/arch/x86/include/asm/irqflags.h        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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
@@ -8127,9 +7320,9 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/irqflags.h linux-2.6.38.6/arch/x8
  #else
  #define INTERRUPT_RETURN              iret
  #define ENABLE_INTERRUPTS_SYSEXIT     sti; sysexit
-diff -urNp linux-2.6.38.6/arch/x86/include/asm/kprobes.h linux-2.6.38.6/arch/x86/include/asm/kprobes.h
---- linux-2.6.38.6/arch/x86/include/asm/kprobes.h      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/include/asm/kprobes.h      2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/x86/include/asm/kprobes.h linux-3.0.3/arch/x86/include/asm/kprobes.h
+--- linux-3.0.3/arch/x86/include/asm/kprobes.h 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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
@@ -8146,10 +7339,10 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/kprobes.h linux-2.6.38.6/arch/x86
  
  #define flush_insn_slot(p)    do { } while (0)
  
-diff -urNp linux-2.6.38.6/arch/x86/include/asm/kvm_host.h linux-2.6.38.6/arch/x86/include/asm/kvm_host.h
---- linux-2.6.38.6/arch/x86/include/asm/kvm_host.h     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/include/asm/kvm_host.h     2011-04-28 19:57:25.000000000 -0400
-@@ -423,7 +423,7 @@ struct kvm_arch {
+diff -urNp linux-3.0.3/arch/x86/include/asm/kvm_host.h linux-3.0.3/arch/x86/include/asm/kvm_host.h
+--- linux-3.0.3/arch/x86/include/asm/kvm_host.h        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/arch/x86/include/asm/kvm_host.h        2011-08-23 21:47:55.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;
@@ -8158,18 +7351,18 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/kvm_host.h linux-2.6.38.6/arch/x8
        struct hlist_head mmu_page_hash[KVM_NUM_MMU_PAGES];
        /*
         * Hash table of struct kvm_mmu_page.
-@@ -603,7 +603,7 @@ struct kvm_arch_async_pf {
-       bool direct_map;
};
+@@ -618,7 +618,7 @@ struct kvm_x86_ops {
+                              struct x86_instruction_info *info,
                             enum x86_intercept_stage stage);
  
--extern struct kvm_x86_ops *kvm_x86_ops;
-+extern const struct kvm_x86_ops *kvm_x86_ops;
+-      const struct trace_print_flags *exit_reasons_str;
++      const struct trace_print_flags * const exit_reasons_str;
+ };
  
- int kvm_mmu_module_init(void);
- void kvm_mmu_module_exit(void);
-diff -urNp linux-2.6.38.6/arch/x86/include/asm/local.h linux-2.6.38.6/arch/x86/include/asm/local.h
---- linux-2.6.38.6/arch/x86/include/asm/local.h        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/include/asm/local.h        2011-04-28 19:34:14.000000000 -0400
+ struct kvm_arch_async_pf {
+diff -urNp linux-3.0.3/arch/x86/include/asm/local.h linux-3.0.3/arch/x86/include/asm/local.h
+--- linux-3.0.3/arch/x86/include/asm/local.h   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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)
@@ -8322,70 +7515,9 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/local.h linux-2.6.38.6/arch/x86/i
                     : "+r" (i), "+m" (l->a.counter)
                     : : "memory");
        return i + __i;
-diff -urNp linux-2.6.38.6/arch/x86/include/asm/mce.h linux-2.6.38.6/arch/x86/include/asm/mce.h
---- linux-2.6.38.6/arch/x86/include/asm/mce.h  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/include/asm/mce.h  2011-04-28 19:34:14.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.38.6/arch/x86/include/asm/microcode.h linux-2.6.38.6/arch/x86/include/asm/microcode.h
---- linux-2.6.38.6/arch/x86/include/asm/microcode.h    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/include/asm/microcode.h    2011-04-28 19:34:14.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.38.6/arch/x86/include/asm/mman.h linux-2.6.38.6/arch/x86/include/asm/mman.h
---- linux-2.6.38.6/arch/x86/include/asm/mman.h 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/include/asm/mman.h 2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/x86/include/asm/mman.h linux-3.0.3/arch/x86/include/asm/mman.h
+--- linux-3.0.3/arch/x86/include/asm/mman.h    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/arch/x86/include/asm/mman.h    2011-08-23 21:47:55.000000000 -0400
 @@ -5,4 +5,14 @@
  
  #include <asm-generic/mman.h>
@@ -8401,10 +7533,10 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/mman.h linux-2.6.38.6/arch/x86/in
 +#endif
 +
  #endif /* _ASM_X86_MMAN_H */
-diff -urNp linux-2.6.38.6/arch/x86/include/asm/mmu_context.h linux-2.6.38.6/arch/x86/include/asm/mmu_context.h
---- linux-2.6.38.6/arch/x86/include/asm/mmu_context.h  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/include/asm/mmu_context.h  2011-04-28 19:34:14.000000000 -0400
-@@ -24,6 +24,21 @@ void destroy_context(struct mm_struct *m
+diff -urNp linux-3.0.3/arch/x86/include/asm/mmu_context.h linux-3.0.3/arch/x86/include/asm/mmu_context.h
+--- linux-3.0.3/arch/x86/include/asm/mmu_context.h     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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)
  {
@@ -8416,27 +7548,24 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/mmu_context.h linux-2.6.38.6/arch
 +      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);
@@ -8457,7 +7586,7 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/mmu_context.h linux-2.6.38.6/arch
  
                /* 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);
@@ -8497,7 +7626,7 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/mmu_context.h linux-2.6.38.6/arch
                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.
                         */
@@ -8527,16 +7656,21 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/mmu_context.h linux-2.6.38.6/arch
  }
  
  #define activate_mm(prev, next)                       \
-diff -urNp linux-2.6.38.6/arch/x86/include/asm/mmu.h linux-2.6.38.6/arch/x86/include/asm/mmu.h
---- linux-2.6.38.6/arch/x86/include/asm/mmu.h  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/include/asm/mmu.h  2011-04-28 19:34:14.000000000 -0400
-@@ -9,10 +9,23 @@
+diff -urNp linux-3.0.3/arch/x86/include/asm/mmu.h linux-3.0.3/arch/x86/include/asm/mmu.h
+--- linux-3.0.3/arch/x86/include/asm/mmu.h     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -8552,13 +7686,12 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/mmu.h linux-2.6.38.6/arch/x86/inc
 +
 +#endif
 +#endif
-+
  } mm_context_t;
  
  #ifdef CONFIG_SMP
-diff -urNp linux-2.6.38.6/arch/x86/include/asm/module.h linux-2.6.38.6/arch/x86/include/asm/module.h
---- linux-2.6.38.6/arch/x86/include/asm/module.h       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/include/asm/module.h       2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/x86/include/asm/module.h linux-3.0.3/arch/x86/include/asm/module.h
+--- linux-3.0.3/arch/x86/include/asm/module.h  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/arch/x86/include/asm/module.h  2011-08-23 21:48:14.000000000 -0400
 @@ -5,6 +5,7 @@
  
  #ifdef CONFIG_X86_64
@@ -8600,9 +7733,9 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/module.h linux-2.6.38.6/arch/x86/
 +#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.38.6/arch/x86/include/asm/page_64_types.h linux-2.6.38.6/arch/x86/include/asm/page_64_types.h
---- linux-2.6.38.6/arch/x86/include/asm/page_64_types.h        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/include/asm/page_64_types.h        2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/x86/include/asm/page_64_types.h linux-3.0.3/arch/x86/include/asm/page_64_types.h
+--- linux-3.0.3/arch/x86/include/asm/page_64_types.h   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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 */
@@ -8612,10 +7745,29 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/page_64_types.h linux-2.6.38.6/ar
  
  extern unsigned long __phys_addr(unsigned long);
  #define __phys_reloc_hide(x)  (x)
-diff -urNp linux-2.6.38.6/arch/x86/include/asm/paravirt.h linux-2.6.38.6/arch/x86/include/asm/paravirt.h
---- linux-2.6.38.6/arch/x86/include/asm/paravirt.h     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/include/asm/paravirt.h     2011-04-28 19:34:14.000000000 -0400
-@@ -739,6 +739,21 @@ static inline void __set_fixmap(unsigned
+diff -urNp linux-3.0.3/arch/x86/include/asm/paravirt.h linux-3.0.3/arch/x86/include/asm/paravirt.h
+--- linux-3.0.3/arch/x86/include/asm/paravirt.h        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);
  }
  
@@ -8637,7 +7789,7 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/paravirt.h linux-2.6.38.6/arch/x8
  #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)
@@ -8646,7 +7798,7 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/paravirt.h linux-2.6.38.6/arch/x8
  #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))
@@ -8668,10 +7820,59 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/paravirt.h linux-2.6.38.6/arch/x8
  #endif        /* CONFIG_X86_32 */
  
  #endif /* __ASSEMBLY__ */
-diff -urNp linux-2.6.38.6/arch/x86/include/asm/paravirt_types.h linux-2.6.38.6/arch/x86/include/asm/paravirt_types.h
---- linux-2.6.38.6/arch/x86/include/asm/paravirt_types.h       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/include/asm/paravirt_types.h       2011-04-28 19:34:14.000000000 -0400
-@@ -317,6 +317,12 @@ struct pv_mmu_ops {
+diff -urNp linux-3.0.3/arch/x86/include/asm/paravirt_types.h linux-3.0.3/arch/x86/include/asm/paravirt_types.h
+--- linux-3.0.3/arch/x86/include/asm/paravirt_types.h  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);
@@ -8684,34 +7885,18 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/paravirt_types.h linux-2.6.38.6/a
  };
  
  struct arch_spinlock;
-diff -urNp linux-2.6.38.6/arch/x86/include/asm/pci_x86.h linux-2.6.38.6/arch/x86/include/asm/pci_x86.h
---- linux-2.6.38.6/arch/x86/include/asm/pci_x86.h      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/include/asm/pci_x86.h      2011-04-28 19:34:14.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.38.6/arch/x86/include/asm/pgalloc.h linux-2.6.38.6/arch/x86/include/asm/pgalloc.h
---- linux-2.6.38.6/arch/x86/include/asm/pgalloc.h      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/include/asm/pgalloc.h      2011-04-28 19:34:14.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.3/arch/x86/include/asm/pgalloc.h linux-3.0.3/arch/x86/include/asm/pgalloc.h
+--- linux-3.0.3/arch/x86/include/asm/pgalloc.h 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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)
  {
@@ -8726,9 +7911,9 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/pgalloc.h linux-2.6.38.6/arch/x86
        set_pmd(pmd, __pmd(__pa(pte) | _PAGE_TABLE));
  }
  
-diff -urNp linux-2.6.38.6/arch/x86/include/asm/pgtable-2level.h linux-2.6.38.6/arch/x86/include/asm/pgtable-2level.h
---- linux-2.6.38.6/arch/x86/include/asm/pgtable-2level.h       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/include/asm/pgtable-2level.h       2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/x86/include/asm/pgtable-2level.h linux-3.0.3/arch/x86/include/asm/pgtable-2level.h
+--- linux-3.0.3/arch/x86/include/asm/pgtable-2level.h  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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)
@@ -8739,9 +7924,9 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/pgtable-2level.h linux-2.6.38.6/a
  }
  
  static inline void native_set_pte_atomic(pte_t *ptep, pte_t pte)
-diff -urNp linux-2.6.38.6/arch/x86/include/asm/pgtable_32.h linux-2.6.38.6/arch/x86/include/asm/pgtable_32.h
---- linux-2.6.38.6/arch/x86/include/asm/pgtable_32.h   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/include/asm/pgtable_32.h   2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/x86/include/asm/pgtable_32.h linux-3.0.3/arch/x86/include/asm/pgtable_32.h
+--- linux-3.0.3/arch/x86/include/asm/pgtable_32.h      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -8785,9 +7970,9 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/pgtable_32.h linux-2.6.38.6/arch/
  /*
   * kern_addr_valid() is (1) for FLATMEM and (0) for
   * SPARSEMEM and DISCONTIGMEM
-diff -urNp linux-2.6.38.6/arch/x86/include/asm/pgtable_32_types.h linux-2.6.38.6/arch/x86/include/asm/pgtable_32_types.h
---- linux-2.6.38.6/arch/x86/include/asm/pgtable_32_types.h     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/include/asm/pgtable_32_types.h     2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/x86/include/asm/pgtable_32_types.h linux-3.0.3/arch/x86/include/asm/pgtable_32_types.h
+--- linux-3.0.3/arch/x86/include/asm/pgtable_32_types.h        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/arch/x86/include/asm/pgtable_32_types.h        2011-08-23 21:47:55.000000000 -0400
 @@ -8,7 +8,7 @@
   */
  #ifdef CONFIG_X86_PAE
@@ -8817,9 +8002,9 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/pgtable_32_types.h linux-2.6.38.6
  #define MODULES_VADDR VMALLOC_START
  #define MODULES_END   VMALLOC_END
  #define MODULES_LEN   (MODULES_VADDR - MODULES_END)
-diff -urNp linux-2.6.38.6/arch/x86/include/asm/pgtable-3level.h linux-2.6.38.6/arch/x86/include/asm/pgtable-3level.h
---- linux-2.6.38.6/arch/x86/include/asm/pgtable-3level.h       2011-04-18 17:27:13.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/include/asm/pgtable-3level.h       2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/x86/include/asm/pgtable-3level.h linux-3.0.3/arch/x86/include/asm/pgtable-3level.h
+--- linux-3.0.3/arch/x86/include/asm/pgtable-3level.h  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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)
@@ -8837,9 +8022,9 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/pgtable-3level.h linux-2.6.38.6/a
  }
  
  /*
-diff -urNp linux-2.6.38.6/arch/x86/include/asm/pgtable_64.h linux-2.6.38.6/arch/x86/include/asm/pgtable_64.h
---- linux-2.6.38.6/arch/x86/include/asm/pgtable_64.h   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/include/asm/pgtable_64.h   2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/x86/include/asm/pgtable_64.h linux-3.0.3/arch/x86/include/asm/pgtable_64.h
+--- linux-3.0.3/arch/x86/include/asm/pgtable_64.h      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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];
@@ -8866,19 +8051,23 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/pgtable_64.h linux-2.6.38.6/arch/
  }
  
  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.38.6/arch/x86/include/asm/pgtable_64_types.h linux-2.6.38.6/arch/x86/include/asm/pgtable_64_types.h
---- linux-2.6.38.6/arch/x86/include/asm/pgtable_64_types.h     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/include/asm/pgtable_64_types.h     2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/x86/include/asm/pgtable_64_types.h linux-3.0.3/arch/x86/include/asm/pgtable_64_types.h
+--- linux-3.0.3/arch/x86/include/asm/pgtable_64_types.h        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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)
@@ -8890,10 +8079,18 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/pgtable_64_types.h linux-2.6.38.6
 +#define ktva_ktla(addr)               (addr)
  
  #endif /* _ASM_X86_PGTABLE_64_DEFS_H */
-diff -urNp linux-2.6.38.6/arch/x86/include/asm/pgtable.h linux-2.6.38.6/arch/x86/include/asm/pgtable.h
---- linux-2.6.38.6/arch/x86/include/asm/pgtable.h      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/include/asm/pgtable.h      2011-04-28 19:34:14.000000000 -0400
-@@ -81,12 +81,51 @@ extern struct mm_struct *pgd_page_get_mm
+diff -urNp linux-3.0.3/arch/x86/include/asm/pgtable.h linux-3.0.3/arch/x86/include/asm/pgtable.h
+--- linux-3.0.3/arch/x86/include/asm/pgtable.h 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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)
  
@@ -8945,7 +8142,7 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/pgtable.h linux-2.6.38.6/arch/x86
  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);
  }
  
@@ -8976,7 +8173,7 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/pgtable.h linux-2.6.38.6/arch/x86
  }
  
  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__
@@ -8992,7 +8189,7 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/pgtable.h linux-2.6.38.6/arch/x86
  #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)
  {
@@ -9001,7 +8198,7 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/pgtable.h linux-2.6.38.6/arch/x86
  }
  
  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;
   */
@@ -9015,7 +8212,7 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/pgtable.h linux-2.6.38.6/arch/x86
  /*
   * 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)
  
@@ -9036,7 +8233,7 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/pgtable.h linux-2.6.38.6/arch/x86
  #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.
   */
@@ -9062,9 +8259,9 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/pgtable.h linux-2.6.38.6/arch/x86
  
  #include <asm-generic/pgtable.h>
  #endif        /* __ASSEMBLY__ */
-diff -urNp linux-2.6.38.6/arch/x86/include/asm/pgtable_types.h linux-2.6.38.6/arch/x86/include/asm/pgtable_types.h
---- linux-2.6.38.6/arch/x86/include/asm/pgtable_types.h        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/include/asm/pgtable_types.h        2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/x86/include/asm/pgtable_types.h linux-3.0.3/arch/x86/include/asm/pgtable_types.h
+--- linux-3.0.3/arch/x86/include/asm/pgtable_types.h   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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 */
@@ -9178,10 +8375,10 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/pgtable_types.h linux-2.6.38.6/ar
  
  #define pgprot_writecombine   pgprot_writecombine
  extern pgprot_t pgprot_writecombine(pgprot_t prot);
-diff -urNp linux-2.6.38.6/arch/x86/include/asm/processor.h linux-2.6.38.6/arch/x86/include/asm/processor.h
---- linux-2.6.38.6/arch/x86/include/asm/processor.h    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/include/asm/processor.h    2011-05-11 18:34:57.000000000 -0400
-@@ -270,7 +270,7 @@ struct tss_struct {
+diff -urNp linux-3.0.3/arch/x86/include/asm/processor.h linux-3.0.3/arch/x86/include/asm/processor.h
+--- linux-3.0.3/arch/x86/include/asm/processor.h       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/arch/x86/include/asm/processor.h       2011-08-23 21:47:55.000000000 -0400
+@@ -266,7 +266,7 @@ struct tss_struct {
  
  } ____cacheline_aligned;
  
@@ -9190,7 +8387,7 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/processor.h linux-2.6.38.6/arch/x
  
  /*
   * Save the original ist values for checking stack pointers during debugging
-@@ -864,11 +864,18 @@ static inline void spin_lock_prefetch(co
+@@ -860,11 +860,18 @@ static inline void spin_lock_prefetch(co
   */
  #define TASK_SIZE             PAGE_OFFSET
  #define TASK_SIZE_MAX         TASK_SIZE
@@ -9211,7 +8408,7 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/processor.h linux-2.6.38.6/arch/x
        .vm86_info              = NULL,                                   \
        .sysenter_cs            = __KERNEL_CS,                            \
        .io_bitmap_ptr          = NULL,                                   \
-@@ -882,7 +889,7 @@ static inline void spin_lock_prefetch(co
+@@ -878,7 +885,7 @@ static inline void spin_lock_prefetch(co
   */
  #define INIT_TSS  {                                                     \
        .x86_tss = {                                                      \
@@ -9220,7 +8417,7 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/processor.h linux-2.6.38.6/arch/x
                .ss0            = __KERNEL_DS,                            \
                .ss1            = __KERNEL_CS,                            \
                .io_bitmap_base = INVALID_IO_BITMAP_OFFSET,               \
-@@ -893,11 +900,7 @@ static inline void spin_lock_prefetch(co
+@@ -889,11 +896,7 @@ static inline void spin_lock_prefetch(co
  extern unsigned long thread_saved_pc(struct task_struct *tsk);
  
  #define THREAD_SIZE_LONGS      (THREAD_SIZE/sizeof(unsigned long))
@@ -9233,7 +8430,7 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/processor.h linux-2.6.38.6/arch/x
  
  /*
   * The below -8 is to reserve 8 bytes on top of the ring0 stack.
-@@ -912,7 +915,7 @@ extern unsigned long thread_saved_pc(str
+@@ -908,7 +911,7 @@ extern unsigned long thread_saved_pc(str
  #define task_pt_regs(task)                                             \
  ({                                                                     \
         struct pt_regs *__regs__;                                       \
@@ -9242,7 +8439,7 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/processor.h linux-2.6.38.6/arch/x
         __regs__ - 1;                                                   \
  })
  
-@@ -922,13 +925,13 @@ extern unsigned long thread_saved_pc(str
+@@ -918,13 +921,13 @@ extern unsigned long thread_saved_pc(str
  /*
   * User space process size. 47bits minus one guard page.
   */
@@ -9258,7 +8455,7 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/processor.h linux-2.6.38.6/arch/x
  
  #define TASK_SIZE             (test_thread_flag(TIF_IA32) ? \
                                        IA32_PAGE_OFFSET : TASK_SIZE_MAX)
-@@ -939,11 +942,11 @@ extern unsigned long thread_saved_pc(str
+@@ -935,11 +938,11 @@ extern unsigned long thread_saved_pc(str
  #define STACK_TOP_MAX         TASK_SIZE_MAX
  
  #define INIT_THREAD  { \
@@ -9272,7 +8469,7 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/processor.h linux-2.6.38.6/arch/x
  }
  
  /*
-@@ -965,6 +968,10 @@ extern void start_thread(struct pt_regs 
+@@ -961,6 +964,10 @@ extern void start_thread(struct pt_regs 
   */
  #define TASK_UNMAPPED_BASE    (PAGE_ALIGN(TASK_SIZE / 3))
  
@@ -9283,10 +8480,10 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/processor.h linux-2.6.38.6/arch/x
  #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.38.6/arch/x86/include/asm/ptrace.h linux-2.6.38.6/arch/x86/include/asm/ptrace.h
---- linux-2.6.38.6/arch/x86/include/asm/ptrace.h       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/include/asm/ptrace.h       2011-04-28 19:34:14.000000000 -0400
-@@ -152,28 +152,29 @@ static inline unsigned long regs_return_
+diff -urNp linux-3.0.3/arch/x86/include/asm/ptrace.h linux-3.0.3/arch/x86/include/asm/ptrace.h
+--- linux-3.0.3/arch/x86/include/asm/ptrace.h  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/arch/x86/include/asm/ptrace.h  2011-08-23 21:47:55.000000000 -0400
+@@ -153,28 +153,29 @@ static inline unsigned long regs_return_
  }
  
  /*
@@ -9322,22 +8519,39 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/ptrace.h linux-2.6.38.6/arch/x86/
  #endif
  }
  
-diff -urNp linux-2.6.38.6/arch/x86/include/asm/reboot.h linux-2.6.38.6/arch/x86/include/asm/reboot.h
---- linux-2.6.38.6/arch/x86/include/asm/reboot.h       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/include/asm/reboot.h       2011-04-28 19:34:14.000000000 -0400
-@@ -18,7 +18,7 @@ extern struct machine_ops machine_ops;
+diff -urNp linux-3.0.3/arch/x86/include/asm/reboot.h linux-3.0.3/arch/x86/include/asm/reboot.h
+--- linux-3.0.3/arch/x86/include/asm/reboot.h  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/arch/x86/include/asm/reboot.h  2011-08-23 21:47:55.000000000 -0400
+@@ -6,19 +6,19 @@
+ struct pt_regs;
+ struct machine_ops {
+-      void (*restart)(char *cmd);
+-      void (*halt)(void);
+-      void (*power_off)(void);
++      void (* __noreturn restart)(char *cmd);
++      void (* __noreturn halt)(void);
++      void (* __noreturn power_off)(void);
+       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;
  
  void native_machine_crash_shutdown(struct pt_regs *regs);
  void native_machine_shutdown(void);
--void machine_real_restart(const unsigned char *code, int length);
-+void machine_real_restart(const unsigned char *code, unsigned int length);
- typedef void (*nmi_shootdown_cb)(int, struct die_args*);
- void nmi_shootdown_cpus(nmi_shootdown_cb callback);
-diff -urNp linux-2.6.38.6/arch/x86/include/asm/rwsem.h linux-2.6.38.6/arch/x86/include/asm/rwsem.h
---- linux-2.6.38.6/arch/x86/include/asm/rwsem.h        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/include/asm/rwsem.h        2011-04-28 19:34:14.000000000 -0400
-@@ -118,6 +118,14 @@ static inline void __down_read(struct rw
+-void machine_real_restart(unsigned int type);
++void machine_real_restart(unsigned int type) __noreturn;
+ /* These must match dispatch_table in reboot_32.S */
+ #define MRR_BIOS      0
+ #define MRR_APM               1
+diff -urNp linux-3.0.3/arch/x86/include/asm/rwsem.h linux-3.0.3/arch/x86/include/asm/rwsem.h
+--- linux-3.0.3/arch/x86/include/asm/rwsem.h   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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"
                     LOCK_PREFIX _ASM_INC "(%1)\n\t"
@@ -9352,7 +8566,7 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/rwsem.h linux-2.6.38.6/arch/x86/i
                     /* adds 0x00000001 */
                     "  jns        1f\n"
                     "  call call_rwsem_down_read_failed\n"
-@@ -139,6 +147,14 @@ static inline int __down_read_trylock(st
+@@ -85,6 +93,14 @@ static inline int __down_read_trylock(st
                     "1:\n\t"
                     "  mov          %1,%2\n\t"
                     "  add          %3,%2\n\t"
@@ -9367,8 +8581,8 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/rwsem.h linux-2.6.38.6/arch/x86/i
                     "  jle          2f\n\t"
                     LOCK_PREFIX "  cmpxchg  %2,%0\n\t"
                     "  jnz          1b\n\t"
-@@ -158,6 +174,14 @@ static inline void __down_write_nested(s
-       rwsem_count_t tmp;
+@@ -104,6 +120,14 @@ static inline void __down_write_nested(s
+       long tmp;
        asm volatile("# beginning down_write\n\t"
                     LOCK_PREFIX "  xadd      %1,(%2)\n\t"
 +
@@ -9382,8 +8596,8 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/rwsem.h linux-2.6.38.6/arch/x86/i
                     /* adds 0xffff0001, returns the old value */
                     "  test      %1,%1\n\t"
                     /* was the count 0 before? */
-@@ -196,6 +220,14 @@ static inline void __up_read(struct rw_s
-       rwsem_count_t tmp;
+@@ -141,6 +165,14 @@ static inline void __up_read(struct rw_s
+       long tmp;
        asm volatile("# beginning __up_read\n\t"
                     LOCK_PREFIX "  xadd      %1,(%2)\n\t"
 +
@@ -9397,8 +8611,8 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/rwsem.h linux-2.6.38.6/arch/x86/i
                     /* subtracts 1, returns the old value */
                     "  jns        1f\n\t"
                     "  call call_rwsem_wake\n" /* expects old value in %edx */
-@@ -214,6 +246,14 @@ static inline void __up_write(struct rw_
-       rwsem_count_t tmp;
+@@ -159,6 +191,14 @@ static inline void __up_write(struct rw_
+       long tmp;
        asm volatile("# beginning __up_write\n\t"
                     LOCK_PREFIX "  xadd      %1,(%2)\n\t"
 +
@@ -9412,7 +8626,7 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/rwsem.h linux-2.6.38.6/arch/x86/i
                     /* subtracts 0xffff0001, returns the old value */
                     "  jns        1f\n\t"
                     "  call call_rwsem_wake\n" /* expects old value in %edx */
-@@ -231,6 +271,14 @@ static inline void __downgrade_write(str
+@@ -176,6 +216,14 @@ static inline void __downgrade_write(str
  {
        asm volatile("# beginning __downgrade_write\n\t"
                     LOCK_PREFIX _ASM_ADD "%2,(%1)\n\t"
@@ -9427,9 +8641,9 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/rwsem.h linux-2.6.38.6/arch/x86/i
                     /*
                      * transitions 0xZZZZ0001 -> 0xYYYY0001 (i386)
                      *     0xZZZZZZZZ00000001 -> 0xYYYYYYYY00000001 (x86_64)
-@@ -250,7 +298,15 @@ static inline void __downgrade_write(str
- static inline void rwsem_atomic_add(rwsem_count_t delta,
                                  struct rw_semaphore *sem)
+@@ -194,7 +242,15 @@ static inline void __downgrade_write(str
+  */
static inline void rwsem_atomic_add(long delta, struct rw_semaphore *sem)
  {
 -      asm volatile(LOCK_PREFIX _ASM_ADD "%1,%0"
 +      asm volatile(LOCK_PREFIX _ASM_ADD "%1,%0\n"
@@ -9444,9 +8658,9 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/rwsem.h linux-2.6.38.6/arch/x86/i
                     : "+m" (sem->count)
                     : "er" (delta));
  }
-@@ -263,7 +319,15 @@ static inline rwsem_count_t rwsem_atomic
+@@ -206,7 +262,15 @@ static inline long rwsem_atomic_update(l
  {
-       rwsem_count_t tmp = delta;
+       long tmp = delta;
  
 -      asm volatile(LOCK_PREFIX "xadd %0,%1"
 +      asm volatile(LOCK_PREFIX "xadd %0,%1\n"
@@ -9461,10 +8675,10 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/rwsem.h linux-2.6.38.6/arch/x86/i
                     : "+r" (tmp), "+m" (sem->count)
                     : : "memory");
  
-diff -urNp linux-2.6.38.6/arch/x86/include/asm/segment.h linux-2.6.38.6/arch/x86/include/asm/segment.h
---- linux-2.6.38.6/arch/x86/include/asm/segment.h      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/include/asm/segment.h      2011-04-28 19:34:14.000000000 -0400
-@@ -62,8 +62,8 @@
+diff -urNp linux-3.0.3/arch/x86/include/asm/segment.h linux-3.0.3/arch/x86/include/asm/segment.h
+--- linux-3.0.3/arch/x86/include/asm/segment.h 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/arch/x86/include/asm/segment.h 2011-08-23 21:47:55.000000000 -0400
+@@ -64,8 +64,8 @@
   *  26 - ESPFIX small SS
   *  27 - per-cpu                      [ offset to per-cpu data area ]
   *  28 - stack_canary-20              [ for stack protector ]
@@ -9475,7 +8689,7 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/segment.h linux-2.6.38.6/arch/x86
   *  31 - TSS for double fault handler
   */
  #define GDT_ENTRY_TLS_MIN     6
-@@ -77,6 +77,8 @@
+@@ -79,6 +79,8 @@
  
  #define GDT_ENTRY_KERNEL_CS           (GDT_ENTRY_KERNEL_BASE+0)
  
@@ -9484,7 +8698,7 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/segment.h linux-2.6.38.6/arch/x86
  #define GDT_ENTRY_KERNEL_DS           (GDT_ENTRY_KERNEL_BASE+1)
  
  #define GDT_ENTRY_TSS                 (GDT_ENTRY_KERNEL_BASE+4)
-@@ -102,6 +104,12 @@
+@@ -104,6 +106,12 @@
  #define __KERNEL_STACK_CANARY         0
  #endif
  
@@ -9497,7 +8711,7 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/segment.h linux-2.6.38.6/arch/x86
  #define GDT_ENTRY_DOUBLEFAULT_TSS     31
  
  /*
-@@ -139,7 +147,7 @@
+@@ -141,7 +149,7 @@
   */
  
  /* Matches PNP_CS32 and PNP_CS16 (they must be consecutive) */
@@ -9506,7 +8720,7 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/segment.h linux-2.6.38.6/arch/x86
  
  
  #else
-@@ -163,6 +171,8 @@
+@@ -165,6 +173,8 @@
  #define __USER32_CS   (GDT_ENTRY_DEFAULT_USER32_CS * 8 + 3)
  #define __USER32_DS   __USER_DS
  
@@ -9515,7 +8729,7 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/segment.h linux-2.6.38.6/arch/x86
  #define GDT_ENTRY_TSS 8       /* needs two entries */
  #define GDT_ENTRY_LDT 10 /* needs two entries */
  #define GDT_ENTRY_TLS_MIN 12
-@@ -183,6 +193,7 @@
+@@ -185,6 +195,7 @@
  #endif
  
  #define __KERNEL_CS   (GDT_ENTRY_KERNEL_CS*8)
@@ -9523,19 +8737,28 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/segment.h linux-2.6.38.6/arch/x86
  #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.38.6/arch/x86/include/asm/smp.h linux-2.6.38.6/arch/x86/include/asm/smp.h
---- linux-2.6.38.6/arch/x86/include/asm/smp.h  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/include/asm/smp.h  2011-04-28 19:34:14.000000000 -0400
-@@ -24,7 +24,7 @@ extern unsigned int num_processors;
- DECLARE_PER_CPU(cpumask_var_t, cpu_sibling_map);
- DECLARE_PER_CPU(cpumask_var_t, cpu_core_map);
+diff -urNp linux-3.0.3/arch/x86/include/asm/smp.h linux-3.0.3/arch/x86/include/asm/smp.h
+--- linux-3.0.3/arch/x86/include/asm/smp.h     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);
  DECLARE_PER_CPU(u16, cpu_llc_id);
 -DECLARE_PER_CPU(int, cpu_number);
 +DECLARE_PER_CPU(unsigned int, cpu_number);
  
  static inline struct cpumask *cpu_sibling_mask(int cpu)
  {
-@@ -172,14 +172,8 @@ extern unsigned disabled_cpus __cpuinitd
+@@ -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);
  
  #elif defined(CONFIG_X86_64_SMP)
@@ -9552,9 +8775,9 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/smp.h linux-2.6.38.6/arch/x86/inc
  #define safe_smp_processor_id()               smp_processor_id()
  
  #endif
-diff -urNp linux-2.6.38.6/arch/x86/include/asm/spinlock.h linux-2.6.38.6/arch/x86/include/asm/spinlock.h
---- linux-2.6.38.6/arch/x86/include/asm/spinlock.h     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/include/asm/spinlock.h     2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/x86/include/asm/spinlock.h linux-3.0.3/arch/x86/include/asm/spinlock.h
+--- linux-3.0.3/arch/x86/include/asm/spinlock.h        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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)
  {
@@ -9617,9 +8840,18 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/spinlock.h linux-2.6.38.6/arch/x8
                     : "+m" (rw->lock) : "i" (RW_LOCK_BIAS) : "memory");
  }
  
-diff -urNp linux-2.6.38.6/arch/x86/include/asm/stackprotector.h linux-2.6.38.6/arch/x86/include/asm/stackprotector.h
---- linux-2.6.38.6/arch/x86/include/asm/stackprotector.h       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/include/asm/stackprotector.h       2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/x86/include/asm/stackprotector.h linux-3.0.3/arch/x86/include/asm/stackprotector.h
+--- linux-3.0.3/arch/x86/include/asm/stackprotector.h  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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)
@@ -9629,9 +8861,9 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/stackprotector.h linux-2.6.38.6/a
        asm volatile ("mov %0, %%gs" : : "r" (0));
  #endif
  }
-diff -urNp linux-2.6.38.6/arch/x86/include/asm/stacktrace.h linux-2.6.38.6/arch/x86/include/asm/stacktrace.h
---- linux-2.6.38.6/arch/x86/include/asm/stacktrace.h   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/include/asm/stacktrace.h   2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/x86/include/asm/stacktrace.h linux-3.0.3/arch/x86/include/asm/stacktrace.h
+--- linux-3.0.3/arch/x86/include/asm/stacktrace.h      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/arch/x86/include/asm/stacktrace.h      2011-08-23 21:47:55.000000000 -0400
 @@ -11,28 +11,20 @@
  
  extern int kstack_depth_to_print;
@@ -9673,7 +8905,7 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/stacktrace.h linux-2.6.38.6/arch/
  
  /* 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);
@@ -9682,10 +8914,10 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/stacktrace.h linux-2.6.38.6/arch/
  };
  
  void dump_trace(struct task_struct *tsk, struct pt_regs *regs,
-diff -urNp linux-2.6.38.6/arch/x86/include/asm/system.h linux-2.6.38.6/arch/x86/include/asm/system.h
---- linux-2.6.38.6/arch/x86/include/asm/system.h       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/include/asm/system.h       2011-04-28 19:34:14.000000000 -0400
-@@ -131,7 +131,7 @@ do {                                                                       \
+diff -urNp linux-3.0.3/arch/x86/include/asm/system.h linux-3.0.3/arch/x86/include/asm/system.h
+--- linux-3.0.3/arch/x86/include/asm/system.h  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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"              \
             __switch_canary                                              \
@@ -9694,7 +8926,7 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/system.h linux-2.6.38.6/arch/x86/
             "movq %%rax,%%rdi\n\t"                                       \
             "testl  %[_tif_fork],%P[ti_flags](%%r8)\n\t"                 \
             "jnz   ret_from_fork\n\t"                                    \
-@@ -142,7 +142,7 @@ do {                                                                       \
+@@ -140,7 +140,7 @@ do {                                                                       \
               [threadrsp] "i" (offsetof(struct task_struct, thread.sp)), \
               [ti_flags] "i" (offsetof(struct thread_info, flags)),      \
               [_tif_fork] "i" (_TIF_FORK),                               \
@@ -9703,7 +8935,7 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/system.h linux-2.6.38.6/arch/x86/
               [current_task] "m" (current_task)                          \
               __switch_canary_iparam                                     \
             : "memory", "cc" __EXTRA_CLOBBER)
-@@ -202,7 +202,7 @@ static inline unsigned long get_limit(un
+@@ -200,7 +200,7 @@ static inline unsigned long get_limit(un
  {
        unsigned long __limit;
        asm("lsll %1,%0" : "=r" (__limit) : "r" (segment));
@@ -9712,7 +8944,7 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/system.h linux-2.6.38.6/arch/x86/
  }
  
  static inline void native_clts(void)
-@@ -342,7 +342,7 @@ void enable_hlt(void);
+@@ -397,12 +397,12 @@ void enable_hlt(void);
  
  void cpu_idle_wait(void);
  
@@ -9721,9 +8953,15 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/system.h linux-2.6.38.6/arch/x86/
  extern void free_init_pages(char *what, unsigned long begin, unsigned long end);
  
  void default_idle(void);
-diff -urNp linux-2.6.38.6/arch/x86/include/asm/thread_info.h linux-2.6.38.6/arch/x86/include/asm/thread_info.h
---- linux-2.6.38.6/arch/x86/include/asm/thread_info.h  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/include/asm/thread_info.h  2011-05-17 19:31:43.000000000 -0400
+-void stop_this_cpu(void *dummy);
++void stop_this_cpu(void *dummy) __noreturn;
+ /*
+  * Force strict CPU ordering.
+diff -urNp linux-3.0.3/arch/x86/include/asm/thread_info.h linux-3.0.3/arch/x86/include/asm/thread_info.h
+--- linux-3.0.3/arch/x86/include/asm/thread_info.h     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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>
@@ -9770,9 +9008,9 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/thread_info.h linux-2.6.38.6/arch
  #define init_stack            (init_thread_union.stack)
  
  #else /* !__ASSEMBLY__ */
-@@ -164,6 +158,23 @@ struct thread_info {
#define alloc_thread_info(tsk)                                                \
      ((struct thread_info *)__get_free_pages(THREAD_FLAGS, THREAD_ORDER))
+@@ -170,6 +164,23 @@ struct thread_info {
      ret;                                                            \
})
  
 +#ifdef __ASSEMBLY__
 +/* how to get the thread information struct from ASM */
@@ -9794,7 +9032,7 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/thread_info.h linux-2.6.38.6/arch
  #ifdef CONFIG_X86_32
  
  #define STACK_WARN    (THREAD_SIZE/8)
-@@ -174,35 +185,13 @@ struct thread_info {
+@@ -180,35 +191,13 @@ struct thread_info {
   */
  #ifndef __ASSEMBLY__
  
@@ -9830,7 +9068,7 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/thread_info.h linux-2.6.38.6/arch
  /*
   * macros/functions for gaining access to the thread information structure
   * preempt_count needs to be 1 initially, until the scheduler is functional.
-@@ -210,21 +199,8 @@ static inline struct thread_info *curren
+@@ -216,21 +205,8 @@ static inline struct thread_info *curren
  #ifndef __ASSEMBLY__
  DECLARE_PER_CPU(unsigned long, kernel_stack);
  
@@ -9854,7 +9092,7 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/thread_info.h linux-2.6.38.6/arch
  #endif
  
  #endif /* !X86_32 */
-@@ -260,5 +236,16 @@ extern void arch_task_cache_init(void);
+@@ -266,5 +242,16 @@ extern void arch_task_cache_init(void);
  extern void free_thread_info(struct thread_info *ti);
  extern int arch_dup_task_struct(struct task_struct *dst, struct task_struct *src);
  #define arch_task_cache_init arch_task_cache_init
@@ -9866,15 +9104,15 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/thread_info.h linux-2.6.38.6/arch
 +#define end_of_stack(p) ((unsigned long *)task_stack_page(p) + 1)
 +
 +#define __HAVE_ARCH_TASK_STRUCT_ALLOCATOR
-+extern struct task_struct *alloc_task_struct(void);
++extern struct task_struct *alloc_task_struct_node(int node);
 +extern void free_task_struct(struct task_struct *);
 +
  #endif
  #endif /* _ASM_X86_THREAD_INFO_H */
-diff -urNp linux-2.6.38.6/arch/x86/include/asm/uaccess_32.h linux-2.6.38.6/arch/x86/include/asm/uaccess_32.h
---- linux-2.6.38.6/arch/x86/include/asm/uaccess_32.h   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/include/asm/uaccess_32.h   2011-05-16 21:47:08.000000000 -0400
-@@ -44,6 +44,11 @@ unsigned long __must_check __copy_from_u
+diff -urNp linux-3.0.3/arch/x86/include/asm/uaccess_32.h linux-3.0.3/arch/x86/include/asm/uaccess_32.h
+--- linux-3.0.3/arch/x86/include/asm/uaccess_32.h      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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)
  {
@@ -9886,7 +9124,7 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/uaccess_32.h linux-2.6.38.6/arch/
        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;
                }
        }
@@ -9895,7 +9133,7 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/uaccess_32.h linux-2.6.38.6/arch/
        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();
@@ -9912,7 +9150,7 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/uaccess_32.h linux-2.6.38.6/arch/
        /* 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();
@@ -9925,7 +9163,7 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/uaccess_32.h linux-2.6.38.6/arch/
        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;
                }
        }
@@ -9934,7 +9172,7 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/uaccess_32.h linux-2.6.38.6/arch/
        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();
@@ -9945,7 +9183,7 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/uaccess_32.h linux-2.6.38.6/arch/
        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)
  {
@@ -9972,7 +9210,7 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/uaccess_32.h linux-2.6.38.6/arch/
  
  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
  ;
  
@@ -10041,10 +9279,10 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/uaccess_32.h linux-2.6.38.6/arch/
        return n;
  }
  
-diff -urNp linux-2.6.38.6/arch/x86/include/asm/uaccess_64.h linux-2.6.38.6/arch/x86/include/asm/uaccess_64.h
---- linux-2.6.38.6/arch/x86/include/asm/uaccess_64.h   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/include/asm/uaccess_64.h   2011-05-16 21:47:08.000000000 -0400
-@@ -11,6 +11,9 @@
+diff -urNp linux-3.0.3/arch/x86/include/asm/uaccess_64.h linux-3.0.3/arch/x86/include/asm/uaccess_64.h
+--- linux-3.0.3/arch/x86/include/asm/uaccess_64.h      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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>
@@ -10054,7 +9292,7 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/uaccess_64.h linux-2.6.38.6/arch/
  
  /*
   * 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;
  }
  
@@ -10094,7 +9332,7 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/uaccess_64.h linux-2.6.38.6/arch/
        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();
  
@@ -10323,7 +9561,7 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/uaccess_64.h linux-2.6.38.6/arch/
                               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;
@@ -10332,7 +9570,7 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/uaccess_64.h linux-2.6.38.6/arch/
                               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;
@@ -10341,7 +9579,7 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/uaccess_64.h linux-2.6.38.6/arch/
                               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;
@@ -10350,7 +9588,7 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/uaccess_64.h linux-2.6.38.6/arch/
                               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:
@@ -10368,7 +9606,7 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/uaccess_64.h linux-2.6.38.6/arch/
        }
  }
  
-@@ -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)
  {
@@ -10448,12 +9686,12 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/uaccess_64.h linux-2.6.38.6/arch/
  copy_user_handle_tail(char *to, char *from, unsigned len, unsigned zerorest);
  
  #endif /* _ASM_X86_UACCESS_64_H */
-diff -urNp linux-2.6.38.6/arch/x86/include/asm/uaccess.h linux-2.6.38.6/arch/x86/include/asm/uaccess.h
---- linux-2.6.38.6/arch/x86/include/asm/uaccess.h      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/include/asm/uaccess.h      2011-04-28 19:34:14.000000000 -0400
-@@ -8,12 +8,15 @@
+diff -urNp linux-3.0.3/arch/x86/include/asm/uaccess.h linux-3.0.3/arch/x86/include/asm/uaccess.h
+--- linux-3.0.3/arch/x86/include/asm/uaccess.h 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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>
@@ -10467,7 +9705,7 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/uaccess.h linux-2.6.38.6/arch/x86
  /*
   * 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)
@@ -10480,7 +9718,7 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/uaccess.h linux-2.6.38.6/arch/x86
  
  #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.
   */
@@ -10515,7 +9753,7 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/uaccess.h linux-2.6.38.6/arch/x86
  
  /*
   * 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")
  
@@ -10539,7 +9777,7 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/uaccess.h linux-2.6.38.6/arch/x86
                     "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)                                        \
@@ -10550,7 +9788,7 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/uaccess.h linux-2.6.38.6/arch/x86
                     "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)     \
@@ -10559,7 +9797,7 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/uaccess.h linux-2.6.38.6/arch/x86
                     "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)                               \
@@ -10568,7 +9806,7 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/uaccess.h linux-2.6.38.6/arch/x86
                     : "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)                       \
@@ -10577,7 +9815,7 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/uaccess.h linux-2.6.38.6/arch/x86
                     "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);    \
@@ -10604,7 +9842,7 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/uaccess.h linux-2.6.38.6/arch/x86
  
  /*
   * 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)     \
@@ -10613,7 +9851,7 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/uaccess.h linux-2.6.38.6/arch/x86
                     "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)                                        \
@@ -10626,7 +9864,7 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/uaccess.h linux-2.6.38.6/arch/x86
                     "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.
   */
  
@@ -10639,7 +9877,7 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/uaccess.h linux-2.6.38.6/arch/x86
  
  /**
   * __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.
   */
  
@@ -10652,7 +9890,7 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/uaccess.h linux-2.6.38.6/arch/x86
  
  #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))));       \
@@ -10661,17 +9899,9 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/uaccess.h linux-2.6.38.6/arch/x86
  } while (0)
  
  #ifdef CONFIG_X86_WP_WORKS_OK
-@@ -567,6 +628,7 @@ extern struct movsl_mask {
- #define ARCH_HAS_NOCACHE_UACCESS 1
-+#define ARCH_HAS_SORT_EXTABLE
- #ifdef CONFIG_X86_32
- # include "uaccess_32.h"
- #else
-diff -urNp linux-2.6.38.6/arch/x86/include/asm/vgtod.h linux-2.6.38.6/arch/x86/include/asm/vgtod.h
---- linux-2.6.38.6/arch/x86/include/asm/vgtod.h        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/include/asm/vgtod.h        2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/x86/include/asm/vgtod.h linux-3.0.3/arch/x86/include/asm/vgtod.h
+--- linux-3.0.3/arch/x86/include/asm/vgtod.h   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/arch/x86/include/asm/vgtod.h   2011-08-23 21:47:55.000000000 -0400
 @@ -14,6 +14,7 @@ struct vsyscall_gtod_data {
        int             sysctl_enabled;
        struct timezone sys_tz;
@@ -10680,42 +9910,129 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/vgtod.h linux-2.6.38.6/arch/x86/i
                cycle_t (*vread)(void);
                cycle_t cycle_last;
                cycle_t mask;
-diff -urNp linux-2.6.38.6/arch/x86/include/asm/vsyscall.h linux-2.6.38.6/arch/x86/include/asm/vsyscall.h
---- linux-2.6.38.6/arch/x86/include/asm/vsyscall.h     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/include/asm/vsyscall.h     2011-04-28 19:34:14.000000000 -0400
-@@ -15,9 +15,10 @@ enum vsyscall_num {
+diff -urNp linux-3.0.3/arch/x86/include/asm/x86_init.h linux-3.0.3/arch/x86/include/asm/x86_init.h
+--- linux-3.0.3/arch/x86/include/asm/x86_init.h        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
  
- #ifdef __KERNEL__
- #include <linux/seqlock.h>
-+#include <linux/getcpu.h>
-+#include <linux/time.h>
+ /**
+  * 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;
  
- #define __section_vgetcpu_mode __attribute__ ((unused, __section__ (".vgetcpu_mode"), aligned(16)))
--#define __section_jiffies __attribute__ ((unused, __section__ (".jiffies"), aligned(16)))
+ /**
+  * 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;
  
- /* 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_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;
  
- extern int __vgetcpu_mode;
--extern volatile unsigned long __jiffies;
+ /**
+  * 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;
  
- /* kernel space (writeable) */
- extern int vgetcpu_mode;
-@@ -39,6 +39,9 @@ extern struct timezone sys_tz;
+ /**
+  * 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;
  
- extern void map_vsyscall(void);
+ /**
+  * 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 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_iommu - platform specific iommu setup
+@@ -109,7 +109,7 @@ struct x86_init_timers {
+  */
+ struct x86_init_iommu {
+       int (*iommu_init)(void);
+-};
++} __no_const;
+ /**
+  * 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;
+ /**
+  * 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;
+ /**
+  * 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;
  
- #endif /* _ASM_X86_VSYSCALL_H */
-diff -urNp linux-2.6.38.6/arch/x86/include/asm/xsave.h linux-2.6.38.6/arch/x86/include/asm/xsave.h
---- linux-2.6.38.6/arch/x86/include/asm/xsave.h        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/include/asm/xsave.h        2011-04-28 19:34:14.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.3/arch/x86/include/asm/xsave.h linux-3.0.3/arch/x86/include/asm/xsave.h
+--- linux-3.0.3/arch/x86/include/asm/xsave.h   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -10740,10 +10057,10 @@ diff -urNp linux-2.6.38.6/arch/x86/include/asm/xsave.h linux-2.6.38.6/arch/x86/i
        __asm__ __volatile__("1: .byte " REX_PREFIX "0x0f,0xae,0x2f\n"
                             "2:\n"
                             ".section .fixup,\"ax\"\n"
-diff -urNp linux-2.6.38.6/arch/x86/Kconfig linux-2.6.38.6/arch/x86/Kconfig
---- linux-2.6.38.6/arch/x86/Kconfig    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/Kconfig    2011-04-28 19:34:14.000000000 -0400
-@@ -223,7 +223,7 @@ config X86_TRAMPOLINE
+diff -urNp linux-3.0.3/arch/x86/Kconfig linux-3.0.3/arch/x86/Kconfig
+--- linux-3.0.3/arch/x86/Kconfig       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/arch/x86/Kconfig       2011-08-23 21:48:14.000000000 -0400
+@@ -229,7 +229,7 @@ config X86_HT
  
  config X86_32_LAZY_GS
        def_bool y
@@ -10752,7 +10069,7 @@ diff -urNp linux-2.6.38.6/arch/x86/Kconfig linux-2.6.38.6/arch/x86/Kconfig
  
  config ARCH_HWEIGHT_CFLAGS
        string
-@@ -1019,7 +1019,7 @@ choice
+@@ -1018,7 +1018,7 @@ choice
  
  config NOHIGHMEM
        bool "off"
@@ -10761,7 +10078,7 @@ diff -urNp linux-2.6.38.6/arch/x86/Kconfig linux-2.6.38.6/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
-@@ -1056,7 +1056,7 @@ config NOHIGHMEM
+@@ -1055,7 +1055,7 @@ config NOHIGHMEM
  
  config HIGHMEM4G
        bool "4GB"
@@ -10770,7 +10087,7 @@ diff -urNp linux-2.6.38.6/arch/x86/Kconfig linux-2.6.38.6/arch/x86/Kconfig
        ---help---
          Select this if you have a 32-bit processor and between 1 and 4
          gigabytes of physical RAM.
-@@ -1110,7 +1110,7 @@ config PAGE_OFFSET
+@@ -1109,7 +1109,7 @@ config PAGE_OFFSET
        hex
        default 0xB0000000 if VMSPLIT_3G_OPT
        default 0x80000000 if VMSPLIT_2G
@@ -10779,7 +10096,7 @@ diff -urNp linux-2.6.38.6/arch/x86/Kconfig linux-2.6.38.6/arch/x86/Kconfig
        default 0x40000000 if VMSPLIT_1G
        default 0xC0000000
        depends on X86_32
-@@ -1454,7 +1454,7 @@ config ARCH_USES_PG_UNCACHED
+@@ -1453,7 +1453,7 @@ config ARCH_USES_PG_UNCACHED
  
  config EFI
        bool "EFI runtime service support"
@@ -10788,7 +10105,7 @@ diff -urNp linux-2.6.38.6/arch/x86/Kconfig linux-2.6.38.6/arch/x86/Kconfig
        ---help---
          This enables the kernel to use EFI runtime services that are
          available (such as the EFI variable services).
-@@ -1484,6 +1484,7 @@ config SECCOMP
+@@ -1483,6 +1483,7 @@ config SECCOMP
  
  config CC_STACKPROTECTOR
        bool "Enable -fstack-protector buffer overflow detection (EXPERIMENTAL)"
@@ -10796,7 +10113,7 @@ diff -urNp linux-2.6.38.6/arch/x86/Kconfig linux-2.6.38.6/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
-@@ -1541,6 +1542,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"
@@ -10804,7 +10121,7 @@ diff -urNp linux-2.6.38.6/arch/x86/Kconfig linux-2.6.38.6/arch/x86/Kconfig
        ---help---
          This gives the physical address where the kernel is loaded.
  
-@@ -1604,6 +1606,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"
@@ -10812,7 +10129,7 @@ diff -urNp linux-2.6.38.6/arch/x86/Kconfig linux-2.6.38.6/arch/x86/Kconfig
        range 0x2000 0x1000000
        ---help---
          This value puts the alignment restrictions on physical address
-@@ -1635,9 +1638,10 @@ config HOTPLUG_CPU
+@@ -1634,9 +1637,10 @@ config HOTPLUG_CPU
          Say N if you want to disable CPU hotplug.
  
  config COMPAT_VDSO
@@ -10824,10 +10141,10 @@ diff -urNp linux-2.6.38.6/arch/x86/Kconfig linux-2.6.38.6/arch/x86/Kconfig
        ---help---
          Map the 32-bit VDSO to the predictable old-style address too.
  
-diff -urNp linux-2.6.38.6/arch/x86/Kconfig.cpu linux-2.6.38.6/arch/x86/Kconfig.cpu
---- linux-2.6.38.6/arch/x86/Kconfig.cpu        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/Kconfig.cpu        2011-04-28 19:34:14.000000000 -0400
-@@ -339,7 +339,7 @@ config X86_PPRO_FENCE
+diff -urNp linux-3.0.3/arch/x86/Kconfig.cpu linux-3.0.3/arch/x86/Kconfig.cpu
+--- linux-3.0.3/arch/x86/Kconfig.cpu   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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
@@ -10836,16 +10153,16 @@ diff -urNp linux-2.6.38.6/arch/x86/Kconfig.cpu linux-2.6.38.6/arch/x86/Kconfig.c
  
  config X86_INVD_BUG
        def_bool y
-@@ -363,7 +363,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
-@@ -409,7 +409,7 @@ config X86_CMPXCHG64
+@@ -408,7 +408,7 @@ config X86_CMPXCHG64
  # generates cmov.
  config X86_CMOV
        def_bool y
@@ -10854,10 +10171,10 @@ diff -urNp linux-2.6.38.6/arch/x86/Kconfig.cpu linux-2.6.38.6/arch/x86/Kconfig.c
  
  config X86_MINIMUM_CPU_FAMILY
        int
-diff -urNp linux-2.6.38.6/arch/x86/Kconfig.debug linux-2.6.38.6/arch/x86/Kconfig.debug
---- linux-2.6.38.6/arch/x86/Kconfig.debug      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/Kconfig.debug      2011-04-28 19:34:14.000000000 -0400
-@@ -101,7 +101,7 @@ config X86_PTDUMP
+diff -urNp linux-3.0.3/arch/x86/Kconfig.debug linux-3.0.3/arch/x86/Kconfig.debug
+--- linux-3.0.3/arch/x86/Kconfig.debug 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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
@@ -10866,7 +10183,7 @@ diff -urNp linux-2.6.38.6/arch/x86/Kconfig.debug linux-2.6.38.6/arch/x86/Kconfig
        ---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"
@@ -10875,20 +10192,45 @@ diff -urNp linux-2.6.38.6/arch/x86/Kconfig.debug linux-2.6.38.6/arch/x86/Kconfig
        ---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.38.6/arch/x86/kernel/acpi/sleep.c linux-2.6.38.6/arch/x86/kernel/acpi/sleep.c
---- linux-2.6.38.6/arch/x86/kernel/acpi/sleep.c        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/kernel/acpi/sleep.c        2011-04-28 19:34:14.000000000 -0400
-@@ -18,7 +18,7 @@
- #include "realmode/wakeup.h"
- #include "sleep.h"
+diff -urNp linux-3.0.3/arch/x86/kernel/acpi/realmode/Makefile linux-3.0.3/arch/x86/kernel/acpi/realmode/Makefile
+--- linux-3.0.3/arch/x86/kernel/acpi/realmode/Makefile 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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
  
--unsigned long acpi_wakeup_address;
-+unsigned long acpi_wakeup_address = 0x2000;
- unsigned long acpi_realmode_flags;
+diff -urNp linux-3.0.3/arch/x86/kernel/acpi/realmode/wakeup.S linux-3.0.3/arch/x86/kernel/acpi/realmode/wakeup.S
+--- linux-3.0.3/arch/x86/kernel/acpi/realmode/wakeup.S 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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... */
  
- /* address in low memory of the wakeup routine. */
-@@ -99,8 +99,12 @@ int acpi_save_state_mem(void)
-       header->trampoline_segment = setup_trampoline() >> 4;
+ #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.3/arch/x86/kernel/acpi/sleep.c linux-3.0.3/arch/x86/kernel/acpi/sleep.c
+--- linux-3.0.3/arch/x86/kernel/acpi/sleep.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);
 +
@@ -10900,9 +10242,9 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/acpi/sleep.c linux-2.6.38.6/arch/x86/k
        initial_gs = per_cpu_offset(smp_processor_id());
  #endif
        initial_code = (unsigned long)wakeup_long64;
-diff -urNp linux-2.6.38.6/arch/x86/kernel/acpi/wakeup_32.S linux-2.6.38.6/arch/x86/kernel/acpi/wakeup_32.S
---- linux-2.6.38.6/arch/x86/kernel/acpi/wakeup_32.S    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/kernel/acpi/wakeup_32.S    2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/x86/kernel/acpi/wakeup_32.S linux-3.0.3/arch/x86/kernel/acpi/wakeup_32.S
+--- linux-3.0.3/arch/x86/kernel/acpi/wakeup_32.S       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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
@@ -10919,10 +10261,10 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/acpi/wakeup_32.S linux-2.6.38.6/arch/x
  
  bogus_magic:
        jmp     bogus_magic
-diff -urNp linux-2.6.38.6/arch/x86/kernel/alternative.c linux-2.6.38.6/arch/x86/kernel/alternative.c
---- linux-2.6.38.6/arch/x86/kernel/alternative.c       2011-04-18 17:27:13.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/kernel/alternative.c       2011-04-28 19:34:14.000000000 -0400
-@@ -248,7 +248,7 @@ static void alternatives_smp_lock(const 
+diff -urNp linux-3.0.3/arch/x86/kernel/alternative.c linux-3.0.3/arch/x86/kernel/alternative.c
+--- linux-3.0.3/arch/x86/kernel/alternative.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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 */
@@ -10931,7 +10273,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/alternative.c linux-2.6.38.6/arch/x86/
                        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 */
@@ -10940,7 +10282,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/alternative.c linux-2.6.38.6/arch/x86/
                        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 */
@@ -10949,7 +10291,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/alternative.c linux-2.6.38.6/arch/x86/
                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,
@@ -10958,7 +10300,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/alternative.c linux-2.6.38.6/arch/x86/
  
        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.
   */
@@ -10978,7 +10320,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/alternative.c linux-2.6.38.6/arch/x86/
        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)
  {
@@ -11023,43 +10365,28 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/alternative.c linux-2.6.38.6/arch/x86/
        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
+diff -urNp linux-3.0.3/arch/x86/kernel/apic/apic.c linux-3.0.3/arch/x86/kernel/apic/apic.c
+--- linux-3.0.3/arch/x86/kernel/apic/apic.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/arch/x86/kernel/apic/apic.c    2011-08-23 21:48:14.000000000 -0400
+@@ -173,7 +173,7 @@ int first_system_vector = 0xfe;
+ /*
+  * Debug level, exported for io_apic.c
+  */
+-unsigned int apic_verbosity;
++int apic_verbosity;
  
- void __init arch_init_ideal_nop5(void)
-diff -urNp linux-2.6.38.6/arch/x86/kernel/amd_iommu.c linux-2.6.38.6/arch/x86/kernel/amd_iommu.c
---- linux-2.6.38.6/arch/x86/kernel/amd_iommu.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/kernel/amd_iommu.c 2011-04-28 19:34:14.000000000 -0400
-@@ -2286,7 +2286,7 @@ static void prealloc_protection_domains(
-       }
- }
+ int pic_mode;
  
--static struct dma_map_ops amd_iommu_dma_ops = {
-+static const struct dma_map_ops amd_iommu_dma_ops = {
-       .alloc_coherent = alloc_coherent,
-       .free_coherent = free_coherent,
-       .map_page = map_page,
-diff -urNp linux-2.6.38.6/arch/x86/kernel/apic/apic.c linux-2.6.38.6/arch/x86/kernel/apic/apic.c
---- linux-2.6.38.6/arch/x86/kernel/apic/apic.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/kernel/apic/apic.c 2011-05-16 21:47:08.000000000 -0400
-@@ -1819,7 +1819,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:
-@@ -2209,6 +2209,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);
  
@@ -11068,28 +10395,10 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/apic/apic.c linux-2.6.38.6/arch/x86/ke
        bios_cpu_apicid = early_per_cpu_ptr(x86_bios_cpu_apicid);
        bitmap_zero(clustermap, NUM_APIC_CLUSTERS);
  
-diff -urNp linux-2.6.38.6/arch/x86/kernel/apic/io_apic.c linux-2.6.38.6/arch/x86/kernel/apic/io_apic.c
---- linux-2.6.38.6/arch/x86/kernel/apic/io_apic.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/kernel/apic/io_apic.c      2011-04-28 19:57:25.000000000 -0400
-@@ -617,7 +617,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] =
-@@ -634,7 +634,7 @@ nomem:
-               kfree(ioapic_entries[apic]);
-       kfree(ioapic_entries);
--      return 0;
-+      return NULL;
- }
- /*
-@@ -1044,7 +1044,7 @@ int IO_APIC_get_PCI_irq_vector(int bus, 
+diff -urNp linux-3.0.3/arch/x86/kernel/apic/io_apic.c linux-3.0.3/arch/x86/kernel/apic/io_apic.c
+--- linux-3.0.3/arch/x86/kernel/apic/io_apic.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);
  
@@ -11098,7 +10407,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/apic/io_apic.c linux-2.6.38.6/arch/x86
  {
        /* Used to the online set of cpus does not change
         * during assign_irq_vector.
-@@ -1052,7 +1052,7 @@ void lock_vector_lock(void)
+@@ -1036,7 +1036,7 @@ void lock_vector_lock(void)
        raw_spin_lock(&vector_lock);
  }
  
@@ -11107,7 +10416,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/apic/io_apic.c linux-2.6.38.6/arch/x86
  {
        raw_spin_unlock(&vector_lock);
  }
-@@ -2409,7 +2409,7 @@ static void ack_apic_edge(struct irq_dat
+@@ -2364,7 +2364,7 @@ static void ack_apic_edge(struct irq_dat
        ack_APIC_irq();
  }
  
@@ -11116,7 +10425,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/apic/io_apic.c linux-2.6.38.6/arch/x86
  
  /*
   * IO-APIC versions below 0x20 don't support EOI register.
-@@ -2517,7 +2517,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)))) {
@@ -11125,10 +10434,10 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/apic/io_apic.c linux-2.6.38.6/arch/x86
  
                eoi_ioapic_irq(irq, cfg);
        }
-diff -urNp linux-2.6.38.6/arch/x86/kernel/apm_32.c linux-2.6.38.6/arch/x86/kernel/apm_32.c
---- linux-2.6.38.6/arch/x86/kernel/apm_32.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/kernel/apm_32.c    2011-04-28 19:34:14.000000000 -0400
-@@ -410,7 +410,7 @@ static DEFINE_MUTEX(apm_mutex);
+diff -urNp linux-3.0.3/arch/x86/kernel/apm_32.c linux-3.0.3/arch/x86/kernel/apm_32.c
+--- linux-3.0.3/arch/x86/kernel/apm_32.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.
   */
@@ -11137,7 +10446,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/apm_32.c linux-2.6.38.6/arch/x86/kerne
                        (unsigned long)__va(0x400UL), PAGE_SIZE - 0x400 - 1);
  
  static const char driver_version[] = "1.16ac";        /* no spaces */
-@@ -588,7 +588,10 @@ static long __apm_bios_call(void *_call)
+@@ -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];
@@ -11148,7 +10457,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/apm_32.c linux-2.6.38.6/arch/x86/kerne
  
        apm_irq_save(flags);
        APM_DO_SAVE_SEGS;
-@@ -597,7 +600,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);
@@ -11160,7 +10469,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/apm_32.c linux-2.6.38.6/arch/x86/kerne
        put_cpu();
  
        return call->eax & 0xff;
-@@ -664,7 +671,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];
@@ -11171,7 +10480,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/apm_32.c linux-2.6.38.6/arch/x86/kerne
  
        apm_irq_save(flags);
        APM_DO_SAVE_SEGS;
-@@ -672,7 +682,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);
@@ -11183,16 +10492,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/apm_32.c linux-2.6.38.6/arch/x86/kerne
        put_cpu();
        return error;
  }
-@@ -975,7 +989,7 @@ recalc:
- static void apm_power_off(void)
- {
--      unsigned char po_bios_call[] = {
-+      const unsigned char po_bios_call[] = {
-               0xb8, 0x00, 0x10,       /* movw  $0x1000,ax  */
-               0x8e, 0xd0,             /* movw  ax,ss       */
-               0xbc, 0x00, 0xf0,       /* movw  $0xf000,sp  */
-@@ -2356,12 +2370,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);
@@ -11208,89 +10508,60 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/apm_32.c linux-2.6.38.6/arch/x86/kerne
  
        proc_create("apm", 0, NULL, &apm_file_ops);
  
-diff -urNp linux-2.6.38.6/arch/x86/kernel/asm-offsets_32.c linux-2.6.38.6/arch/x86/kernel/asm-offsets_32.c
---- linux-2.6.38.6/arch/x86/kernel/asm-offsets_32.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/kernel/asm-offsets_32.c    2011-05-16 21:47:08.000000000 -0400
-@@ -51,7 +51,6 @@ void foo(void)
-       OFFSET(CPUINFO_x86_vendor_id, cpuinfo_x86, x86_vendor_id);
+diff -urNp linux-3.0.3/arch/x86/kernel/asm-offsets_64.c linux-3.0.3/arch/x86/kernel/asm-offsets_64.c
+--- linux-3.0.3/arch/x86/kernel/asm-offsets_64.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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
++      DEFINE(TSS_size, sizeof(struct tss_struct));
+       OFFSET(TSS_ist, tss_struct, x86_tss.ist);
        BLANK();
  
--      OFFSET(TI_task, thread_info, task);
-       OFFSET(TI_exec_domain, thread_info, exec_domain);
-       OFFSET(TI_flags, thread_info, flags);
+diff -urNp linux-3.0.3/arch/x86/kernel/asm-offsets.c linux-3.0.3/arch/x86/kernel/asm-offsets.c
+--- linux-3.0.3/arch/x86/kernel/asm-offsets.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);
-@@ -60,6 +59,8 @@ void foo(void)
-       OFFSET(TI_restart_block, thread_info, restart_block);
-       OFFSET(TI_sysenter_return, thread_info, sysenter_return);
-       OFFSET(TI_cpu, thread_info, cpu);
+       OFFSET(TI_addr_limit, thread_info, addr_limit);
+       OFFSET(TI_preempt_count, thread_info, preempt_count);
 +      OFFSET(TI_lowest_stack, thread_info, lowest_stack);
 +      DEFINE(TI_task_thread_sp0, offsetof(struct task_struct, thread.sp0) - offsetof(struct task_struct, tinfo));
-       BLANK();
  
-       OFFSET(GDS_size, desc_ptr, size);
-@@ -113,6 +114,11 @@ void foo(void)
-       OFFSET(PV_CPU_iret, pv_cpu_ops, iret);
+       BLANK();
+       OFFSET(crypto_tfm_ctx_offset, crypto_tfm, __crt_ctx);
+@@ -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);
-+
-+#ifdef CONFIG_PAX_KERNEXEC
-+      OFFSET(PV_CPU_write_cr0, pv_cpu_ops, write_cr0);
-+#endif
-+
- #endif
- #ifdef CONFIG_XEN
-diff -urNp linux-2.6.38.6/arch/x86/kernel/asm-offsets_64.c linux-2.6.38.6/arch/x86/kernel/asm-offsets_64.c
---- linux-2.6.38.6/arch/x86/kernel/asm-offsets_64.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/kernel/asm-offsets_64.c    2011-05-16 21:47:08.000000000 -0400
-@@ -44,6 +44,8 @@ int main(void)
-       ENTRY(addr_limit);
-       ENTRY(preempt_count);
-       ENTRY(status);
-+      ENTRY(lowest_stack);
-+      DEFINE(TI_task_thread_sp0, offsetof(struct task_struct, thread.sp0) - offsetof(struct task_struct, tinfo));
- #ifdef CONFIG_IA32_EMULATION
-       ENTRY(sysenter_return);
- #endif
-@@ -63,6 +65,18 @@ int main(void)
-       OFFSET(PV_CPU_irq_enable_sysexit, pv_cpu_ops, irq_enable_sysexit);
-       OFFSET(PV_CPU_swapgs, pv_cpu_ops, swapgs);
        OFFSET(PV_MMU_read_cr2, pv_mmu_ops, read_cr2);
 +
 +#ifdef CONFIG_PAX_KERNEXEC
-+      OFFSET(PV_CPU_read_cr0, pv_cpu_ops, read_cr0);
 +      OFFSET(PV_CPU_write_cr0, pv_cpu_ops, write_cr0);
 +#endif
 +
 +#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
  
-@@ -115,6 +129,7 @@ int main(void)
-       ENTRY(cr8);
-       BLANK();
- #undef ENTRY
-+      DEFINE(TSS_size, sizeof(struct tss_struct));
-       DEFINE(TSS_ist, offsetof(struct tss_struct, x86_tss.ist));
-       BLANK();
-       DEFINE(crypto_tfm_ctx_offset, offsetof(struct crypto_tfm, __crt_ctx));
-@@ -130,6 +145,7 @@ int main(void)
-       BLANK();
-       DEFINE(PAGE_SIZE_asm, PAGE_SIZE);
++#endif
++
++      BLANK();
++      DEFINE(PAGE_SIZE_asm, PAGE_SIZE);
++      DEFINE(PAGE_SHIFT_asm, PAGE_SHIFT);
 +      DEFINE(THREAD_SIZE_asm, THREAD_SIZE);
++
  #ifdef CONFIG_XEN
        BLANK();
        OFFSET(XEN_vcpu_info_mask, vcpu_info, evtchn_upcall_mask);
-diff -urNp linux-2.6.38.6/arch/x86/kernel/cpu/amd.c linux-2.6.38.6/arch/x86/kernel/cpu/amd.c
---- linux-2.6.38.6/arch/x86/kernel/cpu/amd.c   2011-05-10 22:06:29.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/kernel/cpu/amd.c   2011-05-10 22:08:57.000000000 -0400
-@@ -624,7 +624,7 @@ static unsigned int __cpuinit amd_size_c
+diff -urNp linux-3.0.3/arch/x86/kernel/cpu/amd.c linux-3.0.3/arch/x86/kernel/cpu/amd.c
+--- linux-3.0.3/arch/x86/kernel/cpu/amd.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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) */
@@ -11299,9 +10570,9 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/cpu/amd.c linux-2.6.38.6/arch/x86/kern
                /* Duron Rev A0 */
                if (c->x86_model == 3 && c->x86_mask == 0)
                        size = 64;
-diff -urNp linux-2.6.38.6/arch/x86/kernel/cpu/common.c linux-2.6.38.6/arch/x86/kernel/cpu/common.c
---- linux-2.6.38.6/arch/x86/kernel/cpu/common.c        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/kernel/cpu/common.c        2011-05-11 18:34:57.000000000 -0400
+diff -urNp linux-3.0.3/arch/x86/kernel/cpu/common.c linux-3.0.3/arch/x86/kernel/cpu/common.c
+--- linux-3.0.3/arch/x86/kernel/cpu/common.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -11363,7 +10634,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/cpu/common.c linux-2.6.38.6/arch/x86/k
  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;
  
@@ -11372,7 +10643,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/cpu/common.c linux-2.6.38.6/arch/x86/k
        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);
  
@@ -11383,7 +10654,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/cpu/common.c linux-2.6.38.6/arch/x86/k
        /* 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);
  
@@ -11393,7 +10664,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/cpu/common.c linux-2.6.38.6/arch/x86/k
  #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) =
@@ -11402,7 +10673,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/cpu/common.c linux-2.6.38.6/arch/x86/k
  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;
@@ -11411,7 +10682,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/cpu/common.c linux-2.6.38.6/arch/x86/k
  
        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();
@@ -11420,7 +10691,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/cpu/common.c linux-2.6.38.6/arch/x86/k
        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);
  
@@ -11429,7 +10700,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/cpu/common.c linux-2.6.38.6/arch/x86/k
  
        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();
  
@@ -11437,7 +10708,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/cpu/common.c linux-2.6.38.6/arch/x86/k
        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;
@@ -11446,10 +10717,10 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/cpu/common.c linux-2.6.38.6/arch/x86/k
        struct thread_struct *thread = &curr->thread;
  
        if (cpumask_test_and_set_cpu(cpu, cpu_initialized_mask)) {
-diff -urNp linux-2.6.38.6/arch/x86/kernel/cpu/intel.c linux-2.6.38.6/arch/x86/kernel/cpu/intel.c
---- linux-2.6.38.6/arch/x86/kernel/cpu/intel.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/kernel/cpu/intel.c 2011-04-28 19:34:14.000000000 -0400
-@@ -161,7 +161,7 @@ static void __cpuinit trap_init_f00f_bug
+diff -urNp linux-3.0.3/arch/x86/kernel/cpu/intel.c linux-3.0.3/arch/x86/kernel/cpu/intel.c
+--- linux-3.0.3/arch/x86/kernel/cpu/intel.c    2011-08-23 21:44:40.000000000 -0400
++++ linux-3.0.3/arch/x86/kernel/cpu/intel.c    2011-08-23 21:47:55.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.
         */
@@ -11458,9 +10729,9 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/cpu/intel.c linux-2.6.38.6/arch/x86/ke
        load_idt(&idt_descr);
  }
  #endif
-diff -urNp linux-2.6.38.6/arch/x86/kernel/cpu/Makefile linux-2.6.38.6/arch/x86/kernel/cpu/Makefile
---- linux-2.6.38.6/arch/x86/kernel/cpu/Makefile        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/kernel/cpu/Makefile        2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/x86/kernel/cpu/Makefile linux-3.0.3/arch/x86/kernel/cpu/Makefile
+--- linux-3.0.3/arch/x86/kernel/cpu/Makefile   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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
@@ -11472,10 +10743,10 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/cpu/Makefile linux-2.6.38.6/arch/x86/k
  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.38.6/arch/x86/kernel/cpu/mcheck/mce.c linux-2.6.38.6/arch/x86/kernel/cpu/mcheck/mce.c
---- linux-2.6.38.6/arch/x86/kernel/cpu/mcheck/mce.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/kernel/cpu/mcheck/mce.c    2011-04-28 19:57:25.000000000 -0400
-@@ -45,6 +45,7 @@
+diff -urNp linux-3.0.3/arch/x86/kernel/cpu/mcheck/mce.c linux-3.0.3/arch/x86/kernel/cpu/mcheck/mce.c
+--- linux-3.0.3/arch/x86/kernel/cpu/mcheck/mce.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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>
  #include <asm/msr.h>
@@ -11483,7 +10754,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/cpu/mcheck/mce.c linux-2.6.38.6/arch/x
  
  #include "mce-internal.h"
  
-@@ -219,7 +220,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);
  
@@ -11492,7 +10763,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/cpu/mcheck/mce.c linux-2.6.38.6/arch/x
                        print_symbol("{%s}", m->ip);
                pr_cont("\n");
        }
-@@ -243,10 +244,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 */
  
@@ -11505,7 +10776,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/cpu/mcheck/mce.c linux-2.6.38.6/arch/x
  
  /* Panic in progress. Enable interrupts and wait for final IPI */
  static void wait_for_panic(void)
-@@ -270,7 +271,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
                 */
@@ -11514,7 +10785,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/cpu/mcheck/mce.c linux-2.6.38.6/arch/x
                        wait_for_panic();
                barrier();
  
-@@ -278,7 +279,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 */
@@ -11523,7 +10794,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/cpu/mcheck/mce.c linux-2.6.38.6/arch/x
                        return;
        }
        /* First print corrected ones that are still unlogged */
-@@ -646,7 +647,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();
@@ -11532,7 +10803,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/cpu/mcheck/mce.c linux-2.6.38.6/arch/x
                wait_for_panic();
        if (!monarch_timeout)
                goto out;
-@@ -1460,14 +1461,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);
@@ -11549,7 +10820,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/cpu/mcheck/mce.c linux-2.6.38.6/arch/x
                spin_unlock(&mce_state_lock);
  
                return -EBUSY;
-@@ -1475,7 +1476,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;
@@ -11558,7 +10829,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/cpu/mcheck/mce.c linux-2.6.38.6/arch/x
  
        spin_unlock(&mce_state_lock);
  
-@@ -1486,7 +1487,7 @@ static int mce_release(struct inode *ino
+@@ -1478,7 +1479,7 @@ static int mce_release(struct inode *ino
  {
        spin_lock(&mce_state_lock);
  
@@ -11567,17 +10838,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/cpu/mcheck/mce.c linux-2.6.38.6/arch/x
        open_exclu = 0;
  
        spin_unlock(&mce_state_lock);
-@@ -1658,8 +1659,7 @@ static long mce_ioctl(struct file *f, un
-       }
- }
--/* Modified in mce-inject.c, so not static or const */
--struct file_operations mce_chrdev_ops = {
-+struct file_operations mce_chrdev_ops = {     /* Modified in mce-inject.c, so not static or const */
-       .open                   = mce_open,
-       .release                = mce_release,
-       .read                   = mce_read,
-@@ -2171,7 +2171,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;
@@ -11586,10 +10847,24 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/cpu/mcheck/mce.c linux-2.6.38.6/arch/x
        atomic_set(&mce_executing, 0);
        atomic_set(&mce_callin, 0);
        atomic_set(&global_nwo, 0);
-diff -urNp linux-2.6.38.6/arch/x86/kernel/cpu/mtrr/main.c linux-2.6.38.6/arch/x86/kernel/cpu/mtrr/main.c
---- linux-2.6.38.6/arch/x86/kernel/cpu/mtrr/main.c     2011-04-18 17:27:18.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/kernel/cpu/mtrr/main.c     2011-04-28 19:34:14.000000000 -0400
-@@ -61,7 +61,7 @@ static DEFINE_MUTEX(mtrr_mutex);
+diff -urNp linux-3.0.3/arch/x86/kernel/cpu/mcheck/mce-inject.c linux-3.0.3/arch/x86/kernel/cpu/mcheck/mce-inject.c
+--- linux-3.0.3/arch/x86/kernel/cpu/mcheck/mce-inject.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.3/arch/x86/kernel/cpu/mtrr/main.c linux-3.0.3/arch/x86/kernel/cpu/mtrr/main.c
+--- linux-3.0.3/arch/x86/kernel/cpu/mtrr/main.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/arch/x86/kernel/cpu/mtrr/main.c        2011-08-23 21:47:55.000000000 -0400
+@@ -62,7 +62,7 @@ static DEFINE_MUTEX(mtrr_mutex);
  u64 size_or_mask, size_and_mask;
  static bool mtrr_aps_delayed_init;
  
@@ -11598,41 +10873,24 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/cpu/mtrr/main.c linux-2.6.38.6/arch/x8
  
  const struct mtrr_ops *mtrr_if;
  
-diff -urNp linux-2.6.38.6/arch/x86/kernel/cpu/mtrr/mtrr.h linux-2.6.38.6/arch/x86/kernel/cpu/mtrr/mtrr.h
---- linux-2.6.38.6/arch/x86/kernel/cpu/mtrr/mtrr.h     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/kernel/cpu/mtrr/mtrr.h     2011-04-28 19:34:14.000000000 -0400
-@@ -12,19 +12,19 @@
+diff -urNp linux-3.0.3/arch/x86/kernel/cpu/mtrr/mtrr.h linux-3.0.3/arch/x86/kernel/cpu/mtrr/mtrr.h
+--- linux-3.0.3/arch/x86/kernel/cpu/mtrr/mtrr.h        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/arch/x86/kernel/cpu/mtrr/mtrr.h        2011-08-23 21:47:55.000000000 -0400
+@@ -12,8 +12,8 @@
  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,
+       void    (*set)(unsigned int reg, unsigned long base,
                       unsigned long size, mtrr_type type);
--      void    (*set_all)(void);
-+      void    (* const set_all)(void);
--      void    (*get)(unsigned int reg, unsigned long *base,
-+      void    (* const get)(unsigned int reg, unsigned long *base,
-                      unsigned long *size, mtrr_type *type);
--      int     (*get_free_region)(unsigned long base, unsigned long size,
-+      int     (* const get_free_region)(unsigned long base, unsigned long size,
-                                  int replace_reg);
--      int     (*validate_add_page)(unsigned long base, unsigned long size,
-+      int     (* const validate_add_page)(unsigned long base, unsigned long size,
-                                    unsigned int type);
--      int     (*have_wrcomb)(void);
-+      int     (* const have_wrcomb)(void);
- };
- extern int generic_get_free_region(unsigned long base, unsigned long size,
-diff -urNp linux-2.6.38.6/arch/x86/kernel/cpu/perf_event.c linux-2.6.38.6/arch/x86/kernel/cpu/perf_event.c
---- linux-2.6.38.6/arch/x86/kernel/cpu/perf_event.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/kernel/cpu/perf_event.c    2011-05-16 21:47:08.000000000 -0400
-@@ -674,6 +674,8 @@ static int x86_schedule_events(struct cp
+       void    (*set_all)(void);
+diff -urNp linux-3.0.3/arch/x86/kernel/cpu/perf_event.c linux-3.0.3/arch/x86/kernel/cpu/perf_event.c
+--- linux-3.0.3/arch/x86/kernel/cpu/perf_event.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
  
@@ -11641,7 +10899,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/cpu/perf_event.c linux-2.6.38.6/arch/x
        bitmap_zero(used_mask, X86_PMC_IDX_MAX);
  
        for (i = 0; i < n; i++) {
-@@ -1781,7 +1783,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);
@@ -11650,9 +10908,9 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/cpu/perf_event.c linux-2.6.38.6/arch/x
        }
  }
  
-diff -urNp linux-2.6.38.6/arch/x86/kernel/crash.c linux-2.6.38.6/arch/x86/kernel/crash.c
---- linux-2.6.38.6/arch/x86/kernel/crash.c     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/kernel/crash.c     2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/x86/kernel/crash.c linux-3.0.3/arch/x86/kernel/crash.c
+--- linux-3.0.3/arch/x86/kernel/crash.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
  
@@ -11662,9 +10920,9 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/crash.c linux-2.6.38.6/arch/x86/kernel
                crash_fixup_ss_esp(&fixed_regs, regs);
                regs = &fixed_regs;
        }
-diff -urNp linux-2.6.38.6/arch/x86/kernel/doublefault_32.c linux-2.6.38.6/arch/x86/kernel/doublefault_32.c
---- linux-2.6.38.6/arch/x86/kernel/doublefault_32.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/kernel/doublefault_32.c    2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/x86/kernel/doublefault_32.c linux-3.0.3/arch/x86/kernel/doublefault_32.c
+--- linux-3.0.3/arch/x86/kernel/doublefault_32.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/arch/x86/kernel/doublefault_32.c       2011-08-23 21:47:55.000000000 -0400
 @@ -11,7 +11,7 @@
  
  #define DOUBLEFAULT_STACKSIZE (1024)
@@ -11696,21 +10954,21 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/doublefault_32.c linux-2.6.38.6/arch/x
                .fs             = __KERNEL_PERCPU,
  
                .__cr3          = __pa_nodebug(swapper_pg_dir),
-diff -urNp linux-2.6.38.6/arch/x86/kernel/dumpstack_32.c linux-2.6.38.6/arch/x86/kernel/dumpstack_32.c
---- linux-2.6.38.6/arch/x86/kernel/dumpstack_32.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/kernel/dumpstack_32.c      2011-04-28 19:34:14.000000000 -0400
-@@ -37,15 +37,12 @@ void dump_trace(struct task_struct *task
+diff -urNp linux-3.0.3/arch/x86/kernel/dumpstack_32.c linux-3.0.3/arch/x86/kernel/dumpstack_32.c
+--- linux-3.0.3/arch/x86/kernel/dumpstack_32.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);
  
-       bp = stack_frame(task, regs);
        for (;;) {
 -              struct thread_info *context;
 +              void *stack_start = (void *)((unsigned long)stack & ~(THREAD_SIZE-1));
-+              bp = ops->walk_stack(task, stack_start, stack, bp, ops, data, NULL, &graph);
  
 -              context = (struct thread_info *)
 -                      ((unsigned long)stack & (~(THREAD_SIZE - 1)));
 -              bp = ops->walk_stack(context, stack, bp, ops, data, NULL, &graph);
--
++              bp = ops->walk_stack(task, stack_start, stack, bp, ops, data, NULL, &graph);
 -              stack = (unsigned long *)context->previous_esp;
 -              if (!stack)
 +              if (stack_start == task_stack_page(task))
@@ -11719,7 +10977,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/dumpstack_32.c linux-2.6.38.6/arch/x86
                if (ops->stack(data, "IRQ") < 0)
                        break;
                touch_nmi_watchdog();
-@@ -95,21 +92,22 @@ void show_registers(struct pt_regs *regs
+@@ -96,21 +94,22 @@ void show_registers(struct pt_regs *regs
         * When in-kernel, we also print out the stack and code at the
         * time of the fault..
         */
@@ -11732,7 +10990,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/dumpstack_32.c linux-2.6.38.6/arch/x86
 +              unsigned long cs_base = get_desc_base(&get_cpu_gdt_table(smp_processor_id())[(0xffff & regs->cs) >> 3]);
  
                printk(KERN_EMERG "Stack:\n");
-               show_stack_log_lvl(NULL, regs, &regs->sp, KERN_EMERG);
+               show_stack_log_lvl(NULL, regs, &regs->sp, 0, KERN_EMERG);
  
                printk(KERN_EMERG "Code: ");
  
@@ -11745,7 +11003,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/dumpstack_32.c linux-2.6.38.6/arch/x86
                        code_len = code_len - code_prologue + 1;
                }
                for (i = 0; i < code_len; i++, ip++) {
-@@ -118,7 +116,7 @@ void show_registers(struct pt_regs *regs
+@@ -119,7 +118,7 @@ void show_registers(struct pt_regs *regs
                                printk(" Bad EIP value.");
                                break;
                        }
@@ -11754,7 +11012,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/dumpstack_32.c linux-2.6.38.6/arch/x86
                                printk("<%02x> ", c);
                        else
                                printk("%02x ", c);
-@@ -131,6 +129,7 @@ int is_valid_bugaddr(unsigned long ip)
+@@ -132,6 +131,7 @@ int is_valid_bugaddr(unsigned long ip)
  {
        unsigned short ud2;
  
@@ -11762,17 +11020,16 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/dumpstack_32.c linux-2.6.38.6/arch/x86
        if (ip < PAGE_OFFSET)
                return 0;
        if (probe_kernel_address((unsigned short *)ip, ud2))
-diff -urNp linux-2.6.38.6/arch/x86/kernel/dumpstack_64.c linux-2.6.38.6/arch/x86/kernel/dumpstack_64.c
---- linux-2.6.38.6/arch/x86/kernel/dumpstack_64.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/kernel/dumpstack_64.c      2011-04-28 19:34:14.000000000 -0400
-@@ -147,10 +147,10 @@ void dump_trace(struct task_struct *task
+diff -urNp linux-3.0.3/arch/x86/kernel/dumpstack_64.c linux-3.0.3/arch/x86/kernel/dumpstack_64.c
+--- linux-3.0.3/arch/x86/kernel/dumpstack_64.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);
        unsigned used = 0;
 -      struct thread_info *tinfo;
        int graph = 0;
        unsigned long dummy;
-       unsigned long bp;
 +      void *stack_start;
  
        if (!task)
@@ -11817,9 +11074,9 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/dumpstack_64.c linux-2.6.38.6/arch/x86
        put_cpu();
  }
  EXPORT_SYMBOL(dump_trace);
-diff -urNp linux-2.6.38.6/arch/x86/kernel/dumpstack.c linux-2.6.38.6/arch/x86/kernel/dumpstack.c
---- linux-2.6.38.6/arch/x86/kernel/dumpstack.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/kernel/dumpstack.c 2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/x86/kernel/dumpstack.c linux-3.0.3/arch/x86/kernel/dumpstack.c
+--- linux-3.0.3/arch/x86/kernel/dumpstack.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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
@@ -11830,15 +11087,6 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/dumpstack.c linux-2.6.38.6/arch/x86/ke
  #include <linux/kallsyms.h>
  #include <linux/kprobes.h>
  #include <linux/uaccess.h>
-@@ -27,7 +30,7 @@ static int die_counter;
- void printk_address(unsigned long address, int reliable)
- {
--      printk(" [<%p>] %s%pS\n", (void *) address,
-+      printk(" [<%p>] %s%pA\n", (void *) address,
-                       reliable ? "" : "? ", (void *) address);
- }
 @@ -35,9 +38,8 @@ void printk_address(unsigned long addres
  static void
  print_ftrace_graph_addr(unsigned long addr, void *data,
@@ -11924,16 +11172,16 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/dumpstack.c linux-2.6.38.6/arch/x86/ke
        }
  
        return (unsigned long)frame;
-@@ -200,7 +200,7 @@ void dump_stack(void)
-       unsigned long stack;
+@@ -186,7 +186,7 @@ void dump_stack(void)
  
+       bp = stack_frame(current, NULL);
        printk("Pid: %d, comm: %.20s xid: #%u %s %s %.*s\n",
 -              current->pid, current->comm, current->xid, print_tainted(),
 +              task_pid_nr(current), current->comm, current->xid, print_tainted(),
                init_utsname()->release,
                (int)strcspn(init_utsname()->version, " "),
                init_utsname()->version);
-@@ -236,6 +236,8 @@ unsigned __kprobes long oops_begin(void)
+@@ -222,6 +222,8 @@ unsigned __kprobes long oops_begin(void)
  }
  EXPORT_SYMBOL_GPL(oops_begin);
  
@@ -11942,7 +11190,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/dumpstack.c linux-2.6.38.6/arch/x86/ke
  void __kprobes oops_end(unsigned long flags, struct pt_regs *regs, int signr)
  {
        if (regs && kexec_should_crash(current))
-@@ -257,7 +259,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");
@@ -11954,7 +11202,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/dumpstack.c linux-2.6.38.6/arch/x86/ke
  }
  
  int __kprobes __die(const char *str, struct pt_regs *regs, long err)
-@@ -284,7 +289,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
@@ -11963,7 +11211,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/dumpstack.c linux-2.6.38.6/arch/x86/ke
                sp = regs->sp;
                ss = regs->ss & 0xffff;
        } else {
-@@ -312,7 +317,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;
  
@@ -11972,9 +11220,9 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/dumpstack.c linux-2.6.38.6/arch/x86/ke
                report_bug(regs->ip, regs);
  
        if (__die(str, regs, err))
-diff -urNp linux-2.6.38.6/arch/x86/kernel/early_printk.c linux-2.6.38.6/arch/x86/kernel/early_printk.c
---- linux-2.6.38.6/arch/x86/kernel/early_printk.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/kernel/early_printk.c      2011-05-16 21:47:08.000000000 -0400
+diff -urNp linux-3.0.3/arch/x86/kernel/early_printk.c linux-3.0.3/arch/x86/kernel/early_printk.c
+--- linux-3.0.3/arch/x86/kernel/early_printk.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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>
@@ -11992,10 +11240,10 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/early_printk.c linux-2.6.38.6/arch/x86
        va_start(ap, fmt);
        n = vscnprintf(buf, sizeof(buf), fmt, ap);
        early_console->write(early_console, buf, n);
-diff -urNp linux-2.6.38.6/arch/x86/kernel/entry_32.S linux-2.6.38.6/arch/x86/kernel/entry_32.S
---- linux-2.6.38.6/arch/x86/kernel/entry_32.S  2011-04-18 17:27:16.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/kernel/entry_32.S  2011-05-16 21:55:51.000000000 -0400
-@@ -183,13 +183,154 @@
+diff -urNp linux-3.0.3/arch/x86/kernel/entry_32.S linux-3.0.3/arch/x86/kernel/entry_32.S
+--- linux-3.0.3/arch/x86/kernel/entry_32.S     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/arch/x86/kernel/entry_32.S     2011-08-23 21:48:14.000000000 -0400
+@@ -185,13 +185,146 @@
        /*CFI_REL_OFFSET gs, PT_GS*/
  .endm
  .macro SET_KERNEL_GS reg
@@ -12030,9 +11278,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/entry_32.S linux-2.6.38.6/arch/x86/ker
 +ENTRY(pax_enter_kernel)
 +#ifdef CONFIG_PARAVIRT
 +      pushl %eax
-+      CFI_REL_OFFSET eax, 0
 +      pushl %ecx
-+      CFI_REL_OFFSET ecx, 0
 +      call PARA_INDIRECT(pv_cpu_ops+PV_CPU_read_cr0)
 +      mov %eax, %esi
 +#else
@@ -12055,9 +11301,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/entry_32.S linux-2.6.38.6/arch/x86/ker
 +3:
 +#ifdef CONFIG_PARAVIRT
 +      popl %ecx
-+      CFI_RESTORE ecx
 +      popl %eax
-+      CFI_RESTORE eax
 +#endif
 +      ret
 +ENDPROC(pax_enter_kernel)
@@ -12065,9 +11309,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/entry_32.S linux-2.6.38.6/arch/x86/ker
 +ENTRY(pax_exit_kernel)
 +#ifdef CONFIG_PARAVIRT
 +      pushl %eax
-+      CFI_REL_OFFSET eax, 0
 +      pushl %ecx
-+      CFI_REL_OFFSET ecx, 0
 +#endif
 +      mov %cs, %esi
 +      cmp $__KERNEXEC_KERNEL_CS, %esi
@@ -12090,9 +11332,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/entry_32.S linux-2.6.38.6/arch/x86/ker
 +2:
 +#ifdef CONFIG_PARAVIRT
 +      popl %ecx
-+      CFI_RESTORE ecx
 +      popl %eax
-+      CFI_RESTORE eax
 +#endif
 +      ret
 +ENDPROC(pax_exit_kernel)
@@ -12151,7 +11391,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/entry_32.S linux-2.6.38.6/arch/x86/ker
        cld
        PUSH_GS
        pushl_cfi %fs
-@@ -212,7 +353,7 @@
+@@ -214,7 +347,7 @@
        CFI_REL_OFFSET ecx, 0
        pushl_cfi %ebx
        CFI_REL_OFFSET ebx, 0
@@ -12160,7 +11400,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/entry_32.S linux-2.6.38.6/arch/x86/ker
        movl %edx, %ds
        movl %edx, %es
        movl $(__KERNEL_PERCPU), %edx
-@@ -220,6 +361,15 @@
+@@ -222,6 +355,15 @@
        SET_KERNEL_GS %edx
  .endm
  
@@ -12176,7 +11416,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/entry_32.S linux-2.6.38.6/arch/x86/ker
  .macro RESTORE_INT_REGS
        popl_cfi %ebx
        CFI_RESTORE ebx
-@@ -330,7 +480,15 @@ check_userspace:
+@@ -332,7 +474,15 @@ check_userspace:
        movb PT_CS(%esp), %al
        andl $(X86_EFLAGS_VM | SEGMENT_RPL_MASK), %eax
        cmpl $USER_RPL, %eax
@@ -12192,14 +11432,23 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/entry_32.S linux-2.6.38.6/arch/x86/ker
  
  ENTRY(resume_userspace)
        LOCKDEP_SYS_EXIT
-@@ -392,23 +550,34 @@ sysenter_past_esp:
+@@ -344,7 +494,7 @@ ENTRY(resume_userspace)
+       andl $_TIF_WORK_MASK, %ecx      # is there any work to be done on
+                                       # int/exception return?
+       jne work_pending
+-      jmp restore_all
++      jmp restore_all_pax
+ END(ret_from_exception)
+ #ifdef CONFIG_PREEMPT
+@@ -394,23 +544,34 @@ sysenter_past_esp:
        /*CFI_REL_OFFSET cs, 0*/
        /*
         * Push current_thread_info()->sysenter_return to the stack.
 -       * A tiny bit of offset fixup is necessary - 4*4 means the 4 words
 -       * pushed above; +8 corresponds to copy_thread's esp0 setting.
         */
--      pushl_cfi ((TI_sysenter_return)-THREAD_SIZE_asm+8+4*4)(%esp)
+-      pushl_cfi ((TI_sysenter_return)-THREAD_SIZE+8+4*4)(%esp)
 +      pushl_cfi $0
        CFI_REL_OFFSET eip, 0
  
@@ -12230,7 +11479,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/entry_32.S linux-2.6.38.6/arch/x86/ker
        movl %ebp,PT_EBP(%esp)
  .section __ex_table,"a"
        .align 4
-@@ -431,12 +600,23 @@ sysenter_do_call:
+@@ -433,12 +594,23 @@ sysenter_do_call:
        testl $_TIF_ALLWORK_MASK, %ecx
        jne sysexit_audit
  sysenter_exit:
@@ -12254,7 +11503,17 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/entry_32.S linux-2.6.38.6/arch/x86/ker
        PTGS_TO_GS
        ENABLE_INTERRUPTS_SYSEXIT
  
-@@ -479,11 +659,17 @@ sysexit_audit:
+@@ -455,6 +627,9 @@ sysenter_audit:
+       movl %eax,%edx                  /* 2nd arg: syscall number */
+       movl $AUDIT_ARCH_I386,%eax      /* 1st arg: audit arch */
+       call audit_syscall_entry
++
++      pax_erase_kstack
++
+       pushl_cfi %ebx
+       movl PT_EAX(%esp),%eax          /* reload syscall number */
+       jmp sysenter_do_call
+@@ -481,11 +656,17 @@ sysexit_audit:
  
        CFI_ENDPROC
  .pushsection .fixup,"ax"
@@ -12274,10 +11533,12 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/entry_32.S linux-2.6.38.6/arch/x86/ker
  .popsection
        PTGS_TO_GS_EX
  ENDPROC(ia32_sysenter_target)
-@@ -516,6 +702,12 @@ syscall_exit:
+@@ -518,6 +699,14 @@ syscall_exit:
        testl $_TIF_ALLWORK_MASK, %ecx  # current->work
        jne syscall_exit_work
  
++restore_all_pax:
++
 +#ifdef CONFIG_PAX_RANDKSTACK
 +      call pax_randomize_kstack
 +#endif
@@ -12287,7 +11548,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/entry_32.S linux-2.6.38.6/arch/x86/ker
  restore_all:
        TRACE_IRQS_IRET
  restore_all_notrace:
-@@ -575,14 +767,21 @@ ldt_ss:
+@@ -577,14 +766,34 @@ ldt_ss:
   * compensating for the offset by changing to the ESPFIX segment with
   * a base address that matches for the difference.
   */
@@ -12307,12 +11568,32 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/entry_32.S linux-2.6.38.6/arch/x86/ker
        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
-@@ -617,23 +816,17 @@ work_resched:
+@@ -613,29 +822,23 @@ work_resched:
+       movl TI_flags(%ebp), %ecx
+       andl $_TIF_WORK_MASK, %ecx      # is there any work to be done other
+                                       # than syscall tracing?
+-      jz restore_all
++      jz restore_all_pax
+       testb $_TIF_NEED_RESCHED, %cl
+       jnz work_resched
  
  work_notifysig:                               # deal with pending signals and
                                        # notify-resume requests
@@ -12339,7 +11620,17 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/entry_32.S linux-2.6.38.6/arch/x86/ker
  #endif
        xorl %edx, %edx
        call do_notify_resume
-@@ -668,6 +861,10 @@ END(syscall_exit_work)
+@@ -648,6 +851,9 @@ syscall_trace_entry:
+       movl $-ENOSYS,PT_EAX(%esp)
+       movl %esp, %eax
+       call syscall_trace_enter
++
++      pax_erase_kstack
++
+       /* What it returned is what we'll actually use.  */
+       cmpl $(nr_syscalls), %eax
+       jnae syscall_call
+@@ -670,6 +876,10 @@ END(syscall_exit_work)
  
        RING0_INT_FRAME                 # can't unwind into user space anyway
  syscall_fault:
@@ -12350,7 +11641,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/entry_32.S linux-2.6.38.6/arch/x86/ker
        GET_THREAD_INFO(%ebp)
        movl $-EFAULT,PT_EAX(%esp)
        jmp resume_userspace
-@@ -750,6 +947,36 @@ ptregs_clone:
+@@ -752,6 +962,36 @@ ptregs_clone:
        CFI_ENDPROC
  ENDPROC(ptregs_clone)
  
@@ -12387,7 +11678,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/entry_32.S linux-2.6.38.6/arch/x86/ker
  .macro FIXUP_ESPFIX_STACK
  /*
   * Switch back for ESPFIX stack to the normal zerobased stack
-@@ -759,8 +986,15 @@ ENDPROC(ptregs_clone)
+@@ -761,8 +1001,15 @@ ENDPROC(ptregs_clone)
   * normal stack and adjusts ESP with the matching offset.
   */
        /* fixup the stack */
@@ -12405,7 +11696,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/entry_32.S linux-2.6.38.6/arch/x86/ker
        shl $16, %eax
        addl %esp, %eax                 /* the adjusted stack pointer */
        pushl_cfi $__KERNEL_DS
-@@ -1211,7 +1445,6 @@ return_to_handler:
+@@ -1213,7 +1460,6 @@ return_to_handler:
        jmp *%ecx
  #endif
  
@@ -12413,7 +11704,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/entry_32.S linux-2.6.38.6/arch/x86/ker
  #include "syscall_table_32.S"
  
  syscall_table_size=(.-sys_call_table)
-@@ -1257,9 +1490,12 @@ error_code:
+@@ -1259,9 +1505,12 @@ error_code:
        movl $-1, PT_ORIG_EAX(%esp)     # no syscall to restart
        REG_TO_PTGS %ecx
        SET_KERNEL_GS %ecx
@@ -12427,7 +11718,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/entry_32.S linux-2.6.38.6/arch/x86/ker
        TRACE_IRQS_OFF
        movl %esp,%eax                  # pt_regs pointer
        call *%edi
-@@ -1344,6 +1580,9 @@ nmi_stack_correct:
+@@ -1346,6 +1595,9 @@ nmi_stack_correct:
        xorl %edx,%edx          # zero error code
        movl %esp,%eax          # pt_regs pointer
        call do_nmi
@@ -12437,7 +11728,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/entry_32.S linux-2.6.38.6/arch/x86/ker
        jmp restore_all_notrace
        CFI_ENDPROC
  
-@@ -1380,6 +1619,9 @@ nmi_espfix_stack:
+@@ -1382,6 +1634,9 @@ nmi_espfix_stack:
        FIXUP_ESPFIX_STACK              # %eax == %esp
        xorl %edx,%edx                  # zero error code
        call do_nmi
@@ -12447,9 +11738,9 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/entry_32.S linux-2.6.38.6/arch/x86/ker
        RESTORE_REGS
        lss 12+4(%esp), %esp            # back to espfix stack
        CFI_ADJUST_CFA_OFFSET -24
-diff -urNp linux-2.6.38.6/arch/x86/kernel/entry_64.S linux-2.6.38.6/arch/x86/kernel/entry_64.S
---- linux-2.6.38.6/arch/x86/kernel/entry_64.S  2011-04-18 17:27:13.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/kernel/entry_64.S  2011-05-16 22:04:15.000000000 -0400
+diff -urNp linux-3.0.3/arch/x86/kernel/entry_64.S linux-3.0.3/arch/x86/kernel/entry_64.S
+--- linux-3.0.3/arch/x86/kernel/entry_64.S     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/arch/x86/kernel/entry_64.S     2011-08-23 21:48:14.000000000 -0400
 @@ -53,6 +53,7 @@
  #include <asm/paravirt.h>
  #include <asm/ftrace.h>
@@ -12458,7 +11749,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/entry_64.S linux-2.6.38.6/arch/x86/ker
  
  /* Avoid __ASSEMBLER__'ifying <linux/audit.h> just for this.  */
  #include <linux/elf-em.h>
-@@ -174,6 +175,252 @@ ENTRY(native_usergs_sysret64)
+@@ -176,6 +177,259 @@ ENTRY(native_usergs_sysret64)
  ENDPROC(native_usergs_sysret64)
  #endif /* CONFIG_PARAVIRT */
  
@@ -12583,7 +11874,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/entry_64.S linux-2.6.38.6/arch/x86/ker
 +      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
@@ -12643,7 +11934,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/entry_64.S linux-2.6.38.6/arch/x86/ker
 +      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
@@ -12666,6 +11957,12 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/entry_64.S linux-2.6.38.6/arch/x86/ker
 +ENDPROC(pax_exit_kernel_user)
 +#endif
 +
++      .macro pax_erase_kstack
++#ifdef CONFIG_PAX_MEMORY_STACKLEAK
++      call pax_erase_kstack
++#endif
++      .endm
++
 +#ifdef CONFIG_PAX_MEMORY_STACKLEAK
 +/*
 + * r10: thread_info
@@ -12675,6 +11972,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/entry_64.S linux-2.6.38.6/arch/x86/ker
 +      pushq %rdi
 +      pushq %rax
 +
++      GET_THREAD_INFO(%r10)
 +      mov TI_lowest_stack(%r10), %rdi
 +      mov $-0xBEEF, %rax
 +      std
@@ -12711,7 +12009,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/entry_64.S linux-2.6.38.6/arch/x86/ker
  
  .macro TRACE_IRQS_IRETQ offset=ARGOFFSET
  #ifdef CONFIG_TRACE_IRQFLAGS
-@@ -316,7 +563,7 @@ ENTRY(save_args)
+@@ -318,7 +572,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 */
@@ -12720,7 +12018,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/entry_64.S linux-2.6.38.6/arch/x86/ker
        je 1f
        SWAPGS
        /*
-@@ -407,7 +654,7 @@ ENTRY(ret_from_fork)
+@@ -409,7 +663,7 @@ ENTRY(ret_from_fork)
  
        RESTORE_REST
  
@@ -12729,7 +12027,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/entry_64.S linux-2.6.38.6/arch/x86/ker
        je   int_ret_from_sys_call
  
        testl $_TIF_IA32, TI_flags(%rcx)        # 32-bit compat task needs IRET
-@@ -453,7 +700,7 @@ END(ret_from_fork)
+@@ -455,7 +709,7 @@ END(ret_from_fork)
  ENTRY(system_call)
        CFI_STARTPROC   simple
        CFI_SIGNAL_FRAME
@@ -12738,7 +12036,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/entry_64.S linux-2.6.38.6/arch/x86/ker
        CFI_REGISTER    rip,rcx
        /*CFI_REGISTER  rflags,r11*/
        SWAPGS_UNSAFE_STACK
-@@ -466,12 +713,13 @@ ENTRY(system_call_after_swapgs)
+@@ -468,12 +722,13 @@ ENTRY(system_call_after_swapgs)
  
        movq    %rsp,PER_CPU_VAR(old_rsp)
        movq    PER_CPU_VAR(kernel_stack),%rsp
@@ -12753,7 +12051,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/entry_64.S linux-2.6.38.6/arch/x86/ker
        movq  %rax,ORIG_RAX-ARGOFFSET(%rsp)
        movq  %rcx,RIP-ARGOFFSET(%rsp)
        CFI_REL_OFFSET rip,RIP-ARGOFFSET
-@@ -500,6 +748,7 @@ sysret_check:
+@@ -502,6 +757,7 @@ sysret_check:
        andl %edi,%edx
        jnz  sysret_careful
        CFI_REMEMBER_STATE
@@ -12761,7 +12059,27 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/entry_64.S linux-2.6.38.6/arch/x86/ker
        /*
         * sysretq will re-enable interrupts:
         */
-@@ -609,7 +858,7 @@ tracesys:
+@@ -560,6 +816,9 @@ auditsys:
+       movq %rax,%rsi                  /* 2nd arg: syscall number */
+       movl $AUDIT_ARCH_X86_64,%edi    /* 1st arg: audit arch */
+       call audit_syscall_entry
++
++      pax_erase_kstack
++
+       LOAD_ARGS 0             /* reload call-clobbered registers */
+       jmp system_call_fastpath
+@@ -590,6 +849,9 @@ tracesys:
+       FIXUP_TOP_OF_STACK %rdi
+       movq %rsp,%rdi
+       call syscall_trace_enter
++
++      pax_erase_kstack
++
+       /*
+        * 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:
  GLOBAL(int_ret_from_sys_call)
        DISABLE_INTERRUPTS(CLBR_NONE)
        TRACE_IRQS_OFF
@@ -12770,7 +12088,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/entry_64.S linux-2.6.38.6/arch/x86/ker
        je retint_restore_args
        movl $_TIF_ALLWORK_MASK,%edi
        /* edi: mask to check */
-@@ -791,6 +1040,16 @@ END(interrupt)
+@@ -793,6 +1055,16 @@ END(interrupt)
        CFI_ADJUST_CFA_OFFSET ORIG_RAX-RBP
        call save_args
        PARTIAL_FRAME 0
@@ -12787,7 +12105,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/entry_64.S linux-2.6.38.6/arch/x86/ker
        call \func
        .endm
  
-@@ -823,7 +1082,7 @@ ret_from_intr:
+@@ -825,7 +1097,7 @@ ret_from_intr:
        CFI_ADJUST_CFA_OFFSET   -8
  exit_intr:
        GET_THREAD_INFO(%rcx)
@@ -12796,7 +12114,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/entry_64.S linux-2.6.38.6/arch/x86/ker
        je retint_kernel
  
        /* Interrupt came from user space */
-@@ -845,12 +1104,14 @@ retint_swapgs:          /* return to user-space 
+@@ -847,12 +1119,14 @@ retint_swapgs:          /* return to user-space 
         * The iretq could re-enable interrupts:
         */
        DISABLE_INTERRUPTS(CLBR_ANY)
@@ -12811,7 +12129,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/entry_64.S linux-2.6.38.6/arch/x86/ker
        /*
         * The iretq could re-enable interrupts:
         */
-@@ -1022,6 +1283,16 @@ ENTRY(\sym)
+@@ -1027,6 +1301,16 @@ ENTRY(\sym)
        CFI_ADJUST_CFA_OFFSET ORIG_RAX-R15
        call error_entry
        DEFAULT_FRAME 0
@@ -12828,7 +12146,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/entry_64.S linux-2.6.38.6/arch/x86/ker
        movq %rsp,%rdi          /* pt_regs pointer */
        xorl %esi,%esi          /* no error code */
        call \do_sym
-@@ -1039,6 +1310,16 @@ ENTRY(\sym)
+@@ -1044,6 +1328,16 @@ ENTRY(\sym)
        CFI_ADJUST_CFA_OFFSET ORIG_RAX-R15
        call save_paranoid
        TRACE_IRQS_OFF
@@ -12845,7 +12163,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/entry_64.S linux-2.6.38.6/arch/x86/ker
        movq %rsp,%rdi          /* pt_regs pointer */
        xorl %esi,%esi          /* no error code */
        call \do_sym
-@@ -1047,7 +1328,7 @@ ENTRY(\sym)
+@@ -1052,7 +1346,7 @@ ENTRY(\sym)
  END(\sym)
  .endm
  
@@ -12854,7 +12172,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/entry_64.S linux-2.6.38.6/arch/x86/ker
  .macro paranoidzeroentry_ist sym do_sym ist
  ENTRY(\sym)
        INTR_FRAME
-@@ -1057,8 +1338,24 @@ ENTRY(\sym)
+@@ -1062,8 +1356,24 @@ ENTRY(\sym)
        CFI_ADJUST_CFA_OFFSET ORIG_RAX-R15
        call save_paranoid
        TRACE_IRQS_OFF
@@ -12879,7 +12197,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/entry_64.S linux-2.6.38.6/arch/x86/ker
        subq $EXCEPTION_STKSZ, INIT_TSS_IST(\ist)
        call \do_sym
        addq $EXCEPTION_STKSZ, INIT_TSS_IST(\ist)
-@@ -1075,6 +1372,16 @@ ENTRY(\sym)
+@@ -1080,6 +1390,16 @@ ENTRY(\sym)
        CFI_ADJUST_CFA_OFFSET ORIG_RAX-R15
        call error_entry
        DEFAULT_FRAME 0
@@ -12896,7 +12214,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/entry_64.S linux-2.6.38.6/arch/x86/ker
        movq %rsp,%rdi                  /* pt_regs pointer */
        movq ORIG_RAX(%rsp),%rsi        /* get error code */
        movq $-1,ORIG_RAX(%rsp)         /* no syscall to restart */
-@@ -1094,6 +1401,16 @@ ENTRY(\sym)
+@@ -1099,6 +1419,16 @@ ENTRY(\sym)
        call save_paranoid
        DEFAULT_FRAME 0
        TRACE_IRQS_OFF
@@ -12913,7 +12231,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/entry_64.S linux-2.6.38.6/arch/x86/ker
        movq %rsp,%rdi                  /* pt_regs pointer */
        movq ORIG_RAX(%rsp),%rsi        /* get error code */
        movq $-1,ORIG_RAX(%rsp)         /* no syscall to restart */
-@@ -1356,14 +1673,27 @@ ENTRY(paranoid_exit)
+@@ -1361,14 +1691,27 @@ ENTRY(paranoid_exit)
        TRACE_IRQS_OFF
        testl %ebx,%ebx                         /* swapgs needed? */
        jnz paranoid_restore
@@ -12942,7 +12260,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/entry_64.S linux-2.6.38.6/arch/x86/ker
        TRACE_IRQS_IRETQ 0
        RESTORE_ALL 8
        jmp irq_return
-@@ -1421,7 +1751,7 @@ ENTRY(error_entry)
+@@ -1426,7 +1769,7 @@ ENTRY(error_entry)
        movq_cfi r14, R14+8
        movq_cfi r15, R15+8
        xorl %ebx,%ebx
@@ -12951,7 +12269,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/entry_64.S linux-2.6.38.6/arch/x86/ker
        je error_kernelspace
  error_swapgs:
        SWAPGS
-@@ -1485,6 +1815,16 @@ ENTRY(nmi)
+@@ -1490,6 +1833,16 @@ ENTRY(nmi)
        CFI_ADJUST_CFA_OFFSET ORIG_RAX-R15
        call save_paranoid
        DEFAULT_FRAME 0
@@ -12968,7 +12286,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/entry_64.S linux-2.6.38.6/arch/x86/ker
        /* paranoidentry do_nmi, 0; without TRACE_IRQS_OFF */
        movq %rsp,%rdi
        movq $-1,%rsi
-@@ -1495,11 +1835,25 @@ ENTRY(nmi)
+@@ -1500,11 +1853,25 @@ ENTRY(nmi)
        DISABLE_INTERRUPTS(CLBR_NONE)
        testl %ebx,%ebx                         /* swapgs needed? */
        jnz nmi_restore
@@ -12995,11 +12313,11 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/entry_64.S linux-2.6.38.6/arch/x86/ker
        RESTORE_ALL 8
        jmp irq_return
  nmi_userspace:
-diff -urNp linux-2.6.38.6/arch/x86/kernel/ftrace.c linux-2.6.38.6/arch/x86/kernel/ftrace.c
---- linux-2.6.38.6/arch/x86/kernel/ftrace.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/kernel/ftrace.c    2011-04-28 19:57:25.000000000 -0400
+diff -urNp linux-3.0.3/arch/x86/kernel/ftrace.c linux-3.0.3/arch/x86/kernel/ftrace.c
+--- linux-3.0.3/arch/x86/kernel/ftrace.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);
@@ -13055,9 +12373,9 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/ftrace.c linux-2.6.38.6/arch/x86/kerne
        if (probe_kernel_read(code, (void *)ip, MCOUNT_INSN_SIZE))
                return -EFAULT;
  
-diff -urNp linux-2.6.38.6/arch/x86/kernel/head32.c linux-2.6.38.6/arch/x86/kernel/head32.c
---- linux-2.6.38.6/arch/x86/kernel/head32.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/kernel/head32.c    2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/x86/kernel/head32.c linux-3.0.3/arch/x86/kernel/head32.c
+--- linux-3.0.3/arch/x86/kernel/head32.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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>
@@ -13066,18 +12384,18 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/head32.c linux-2.6.38.6/arch/x86/kerne
  
  static void __init i386_default_early_setup(void)
  {
-@@ -43,7 +44,7 @@ void __init i386_start_kernel(void)
-       memblock_x86_reserve_range(PAGE_SIZE, PAGE_SIZE + PAGE_SIZE, "EX TRAMPOLINE");
- #endif
+@@ -33,7 +34,7 @@ void __init i386_start_kernel(void)
+ {
+       memblock_init();
  
 -      memblock_x86_reserve_range(__pa_symbol(&_text), __pa_symbol(&__bss_stop), "TEXT DATA BSS");
 +      memblock_x86_reserve_range(LOAD_PHYSICAL_ADDR, __pa_symbol(&__bss_stop), "TEXT DATA BSS");
  
  #ifdef CONFIG_BLK_DEV_INITRD
        /* Reserve INITRD */
-diff -urNp linux-2.6.38.6/arch/x86/kernel/head_32.S linux-2.6.38.6/arch/x86/kernel/head_32.S
---- linux-2.6.38.6/arch/x86/kernel/head_32.S   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/kernel/head_32.S   2011-05-11 18:34:57.000000000 -0400
+diff -urNp linux-3.0.3/arch/x86/kernel/head_32.S linux-3.0.3/arch/x86/kernel/head_32.S
+--- linux-3.0.3/arch/x86/kernel/head_32.S      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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)
@@ -13351,7 +12669,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/head_32.S linux-2.6.38.6/arch/x86/kern
   * BSS section
   */
 -__PAGE_ALIGNED_BSS
--      .align PAGE_SIZE_asm
+-      .align PAGE_SIZE
  #ifdef CONFIG_X86_PAE
 +.section .initial_pg_pmd,"a",@progbits
  initial_pg_pmd:
@@ -13390,7 +12708,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/head_32.S linux-2.6.38.6/arch/x86/kern
  #ifdef CONFIG_X86_PAE
 -__PAGE_ALIGNED_DATA
 -      /* Page-aligned for the benefit of paravirt? */
--      .align PAGE_SIZE_asm
+-      .align PAGE_SIZE
 +.section .initial_page_table,"a",@progbits
  ENTRY(initial_page_table)
        .long   pa(initial_pg_pmd+PGD_IDENT_ATTR),0     /* low identity map */
@@ -13398,7 +12716,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/head_32.S linux-2.6.38.6/arch/x86/kern
 @@ -663,18 +758,27 @@ ENTRY(initial_page_table)
  #  error "Kernel PMDs should be 1, 2 or 3"
  # endif
-       .align PAGE_SIZE_asm            /* needs to be page-sized too */
+       .align PAGE_SIZE                /* needs to be page-sized too */
 +
 +#ifdef CONFIG_PAX_PER_CPU_PGD
 +ENTRY(cpu_pgd)
@@ -13504,7 +12822,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/head_32.S linux-2.6.38.6/arch/x86/kern
 +
 +      .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 */
@@ -13512,9 +12830,9 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/head_32.S linux-2.6.38.6/arch/x86/kern
 +      /* 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.38.6/arch/x86/kernel/head_64.S linux-2.6.38.6/arch/x86/kernel/head_64.S
---- linux-2.6.38.6/arch/x86/kernel/head_64.S   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/kernel/head_64.S   2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/x86/kernel/head_64.S linux-3.0.3/arch/x86/kernel/head_64.S
+--- linux-3.0.3/arch/x86/kernel/head_64.S      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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>
@@ -13580,7 +12898,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/head_64.S linux-2.6.38.6/arch/x86/kern
  
        /*
         * Fixup the kernel text+data virtual addresses. Note that
-@@ -161,8 +153,8 @@ ENTRY(secondary_startup_64)
+@@ -160,8 +152,8 @@ ENTRY(secondary_startup_64)
         * after the boot processor executes this code.
         */
  
@@ -13591,7 +12909,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/head_64.S linux-2.6.38.6/arch/x86/kern
        movq    %rax, %cr4
  
        /* Setup early boot stage 4 level pagetables. */
-@@ -184,9 +176,14 @@ ENTRY(secondary_startup_64)
+@@ -183,9 +175,14 @@ ENTRY(secondary_startup_64)
        movl    $MSR_EFER, %ecx
        rdmsr
        btsl    $_EFER_SCE, %eax        /* Enable System Call */
@@ -13607,7 +12925,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/head_64.S linux-2.6.38.6/arch/x86/kern
  1:    wrmsr                           /* Make changes effective */
  
        /* Setup cr0 */
-@@ -270,7 +267,7 @@ ENTRY(secondary_startup_64)
+@@ -269,7 +266,7 @@ ENTRY(secondary_startup_64)
  bad_address:
        jmp bad_address
  
@@ -13616,7 +12934,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/head_64.S linux-2.6.38.6/arch/x86/kern
  #ifdef CONFIG_EARLY_PRINTK
        .globl early_idt_handlers
  early_idt_handlers:
-@@ -315,18 +312,23 @@ ENTRY(early_idt_handler)
+@@ -314,18 +311,23 @@ ENTRY(early_idt_handler)
  #endif /* EARLY_PRINTK */
  1:    hlt
        jmp 1b
@@ -13641,7 +12959,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/head_64.S linux-2.6.38.6/arch/x86/kern
  #define NEXT_PAGE(name) \
        .balign PAGE_SIZE; \
  ENTRY(name)
-@@ -339,7 +341,6 @@ ENTRY(name)
+@@ -338,7 +340,6 @@ ENTRY(name)
        i = i + 1 ;                                     \
        .endr
  
@@ -13649,7 +12967,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/head_64.S linux-2.6.38.6/arch/x86/kern
        /*
         * This default setting generates an ident mapping at address 0x100000
         * and a mapping for the kernel that precisely maps virtual address
-@@ -350,13 +351,36 @@ NEXT_PAGE(init_level4_pgt)
+@@ -349,13 +350,36 @@ NEXT_PAGE(init_level4_pgt)
        .quad   level3_ident_pgt - __START_KERNEL_map + _KERNPG_TABLE
        .org    init_level4_pgt + L4_PAGE_OFFSET*8, 0
        .quad   level3_ident_pgt - __START_KERNEL_map + _KERNPG_TABLE
@@ -13686,7 +13004,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/head_64.S linux-2.6.38.6/arch/x86/kern
  
  NEXT_PAGE(level3_kernel_pgt)
        .fill   L3_START_KERNEL,8,0
-@@ -364,20 +388,23 @@ NEXT_PAGE(level3_kernel_pgt)
+@@ -363,20 +387,23 @@ NEXT_PAGE(level3_kernel_pgt)
        .quad   level2_kernel_pgt - __START_KERNEL_map + _KERNPG_TABLE
        .quad   level2_fixmap_pgt - __START_KERNEL_map + _PAGE_TABLE
  
@@ -13718,7 +13036,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/head_64.S linux-2.6.38.6/arch/x86/kern
  
  NEXT_PAGE(level2_kernel_pgt)
        /*
-@@ -390,33 +417,55 @@ NEXT_PAGE(level2_kernel_pgt)
+@@ -389,33 +416,55 @@ NEXT_PAGE(level2_kernel_pgt)
         *  If you want to increase this then increase MODULES_VADDR
         *  too.)
         */
@@ -13784,9 +13102,9 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/head_64.S linux-2.6.38.6/arch/x86/kern
  
        __PAGE_ALIGNED_BSS
        .align PAGE_SIZE
-diff -urNp linux-2.6.38.6/arch/x86/kernel/i386_ksyms_32.c linux-2.6.38.6/arch/x86/kernel/i386_ksyms_32.c
---- linux-2.6.38.6/arch/x86/kernel/i386_ksyms_32.c     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/kernel/i386_ksyms_32.c     2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/x86/kernel/i386_ksyms_32.c linux-3.0.3/arch/x86/kernel/i386_ksyms_32.c
+--- linux-3.0.3/arch/x86/kernel/i386_ksyms_32.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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
@@ -13808,9 +13126,9 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/i386_ksyms_32.c linux-2.6.38.6/arch/x8
 +#ifdef CONFIG_PAX_KERNEXEC
 +EXPORT_SYMBOL(__LOAD_PHYSICAL_ADDR);
 +#endif
-diff -urNp linux-2.6.38.6/arch/x86/kernel/i8259.c linux-2.6.38.6/arch/x86/kernel/i8259.c
---- linux-2.6.38.6/arch/x86/kernel/i8259.c     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/kernel/i8259.c     2011-04-28 19:57:25.000000000 -0400
+diff -urNp linux-3.0.3/arch/x86/kernel/i8259.c linux-3.0.3/arch/x86/kernel/i8259.c
+--- linux-3.0.3/arch/x86/kernel/i8259.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -13820,9 +13138,9 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/i8259.c linux-2.6.38.6/arch/x86/kernel
                /*
                 * Theoretically we do not have to handle this IRQ,
                 * but in Linux this does not cause problems and is
-diff -urNp linux-2.6.38.6/arch/x86/kernel/init_task.c linux-2.6.38.6/arch/x86/kernel/init_task.c
---- linux-2.6.38.6/arch/x86/kernel/init_task.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/kernel/init_task.c 2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/x86/kernel/init_task.c linux-3.0.3/arch/x86/kernel/init_task.c
+--- linux-3.0.3/arch/x86/kernel/init_task.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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..
@@ -13841,9 +13159,9 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/init_task.c linux-2.6.38.6/arch/x86/ke
 -
 +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.38.6/arch/x86/kernel/ioport.c linux-2.6.38.6/arch/x86/kernel/ioport.c
---- linux-2.6.38.6/arch/x86/kernel/ioport.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/kernel/ioport.c    2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/x86/kernel/ioport.c linux-3.0.3/arch/x86/kernel/ioport.c
+--- linux-3.0.3/arch/x86/kernel/ioport.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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>
@@ -13852,7 +13170,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/ioport.c linux-2.6.38.6/arch/x86/kerne
  #include <linux/errno.h>
  #include <linux/types.h>
  #include <linux/ioport.h>
-@@ -41,6 +42,12 @@ asmlinkage long sys_ioperm(unsigned long
+@@ -28,6 +29,12 @@ asmlinkage long sys_ioperm(unsigned long
  
        if ((from + num <= from) || (from + num > IO_BITMAP_BITS))
                return -EINVAL;
@@ -13865,16 +13183,16 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/ioport.c linux-2.6.38.6/arch/x86/kerne
        if (turn_on && !capable(CAP_SYS_RAWIO))
                return -EPERM;
  
-@@ -67,7 +74,7 @@ asmlinkage long sys_ioperm(unsigned long
+@@ -54,7 +61,7 @@ asmlinkage long sys_ioperm(unsigned long
         * because the ->io_bitmap_max value must match the bitmap
         * contents:
         */
 -      tss = &per_cpu(init_tss, get_cpu());
 +      tss = init_tss + get_cpu();
  
-       set_bitmap(t->io_bitmap_ptr, from, num, !turn_on);
-@@ -112,6 +119,12 @@ long sys_iopl(unsigned int level, struct
+       if (turn_on)
+               bitmap_clear(t->io_bitmap_ptr, from, num);
+@@ -102,6 +109,12 @@ long sys_iopl(unsigned int level, struct
                return -EINVAL;
        /* Trying to gain more privileges? */
        if (level > old) {
@@ -13887,9 +13205,9 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/ioport.c linux-2.6.38.6/arch/x86/kerne
                if (!capable(CAP_SYS_RAWIO))
                        return -EPERM;
        }
-diff -urNp linux-2.6.38.6/arch/x86/kernel/irq_32.c linux-2.6.38.6/arch/x86/kernel/irq_32.c
---- linux-2.6.38.6/arch/x86/kernel/irq_32.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/kernel/irq_32.c    2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/x86/kernel/irq_32.c linux-3.0.3/arch/x86/kernel/irq_32.c
+--- linux-3.0.3/arch/x86/kernel/irq_32.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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));
@@ -13922,7 +13240,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/irq_32.c linux-2.6.38.6/arch/x86/kerne
        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)
         */
@@ -13936,7 +13254,6 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/irq_32.c linux-2.6.38.6/arch/x86/kerne
 -      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
@@ -13951,7 +13268,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/irq_32.c linux-2.6.38.6/arch/x86/kerne
  
        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");
@@ -13960,11 +13277,10 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/irq_32.c linux-2.6.38.6/arch/x86/kerne
 +      __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)
  {
@@ -13996,7 +13312,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/irq_32.c linux-2.6.38.6/arch/x86/kerne
  
        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;
@@ -14004,7 +13320,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/irq_32.c linux-2.6.38.6/arch/x86/kerne
        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()) {
@@ -14029,12 +13345,12 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/irq_32.c linux-2.6.38.6/arch/x86/kerne
 +#endif
 +
                /*
-                * Shouldnt happen, we returned above if in_interrupt():
+                * Shouldn't happen, we returned above if in_interrupt():
                 */
-diff -urNp linux-2.6.38.6/arch/x86/kernel/irq.c linux-2.6.38.6/arch/x86/kernel/irq.c
---- linux-2.6.38.6/arch/x86/kernel/irq.c       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/kernel/irq.c       2011-04-28 19:57:25.000000000 -0400
-@@ -16,7 +16,7 @@
+diff -urNp linux-3.0.3/arch/x86/kernel/irq.c linux-3.0.3/arch/x86/kernel/irq.c
+--- linux-3.0.3/arch/x86/kernel/irq.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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>
  
@@ -14043,7 +13359,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/irq.c linux-2.6.38.6/arch/x86/kernel/i
  
  /* Function pointer for generic interrupt vector handling */
  void (*x86_platform_ipi_callback)(void) = NULL;
-@@ -115,9 +115,9 @@ static int show_other_interrupts(struct 
+@@ -116,9 +116,9 @@ int arch_show_interrupts(struct seq_file
                seq_printf(p, "%10u ", per_cpu(mce_poll_count, j));
        seq_printf(p, "  Machine check polls\n");
  #endif
@@ -14055,7 +13371,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/irq.c linux-2.6.38.6/arch/x86/kernel/i
  #endif
        return 0;
  }
-@@ -210,10 +210,10 @@ u64 arch_irq_stat_cpu(unsigned int cpu)
+@@ -158,10 +158,10 @@ u64 arch_irq_stat_cpu(unsigned int cpu)
  
  u64 arch_irq_stat(void)
  {
@@ -14068,12 +13384,12 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/irq.c linux-2.6.38.6/arch/x86/kernel/i
  #endif
        return sum;
  }
-diff -urNp linux-2.6.38.6/arch/x86/kernel/kgdb.c linux-2.6.38.6/arch/x86/kernel/kgdb.c
---- linux-2.6.38.6/arch/x86/kernel/kgdb.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/kernel/kgdb.c      2011-04-28 19:57:25.000000000 -0400
+diff -urNp linux-3.0.3/arch/x86/kernel/kgdb.c linux-3.0.3/arch/x86/kernel/kgdb.c
+--- linux-3.0.3/arch/x86/kernel/kgdb.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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, 
-       switch (regno) {
  #ifdef CONFIG_X86_32
+       switch (regno) {
        case GDB_SS:
 -              if (!user_mode_vm(regs))
 +              if (!user_mode(regs))
@@ -14100,8 +13416,8 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/kgdb.c linux-2.6.38.6/arch/x86/kernel/
                                   raw_smp_processor_id());
                }
  
-@@ -543,7 +543,7 @@ static int __kgdb_notify(struct die_args
-               break;
+@@ -534,7 +534,7 @@ static int __kgdb_notify(struct die_args
+               return NOTIFY_DONE;
  
        case DIE_DEBUG:
 -              if (atomic_read(&kgdb_cpu_doing_single_step) != -1) {
@@ -14109,18 +13425,9 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/kgdb.c linux-2.6.38.6/arch/x86/kernel/
                        if (user_mode(regs))
                                return single_step_cont(regs, args);
                        break;
-@@ -719,7 +719,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.38.6/arch/x86/kernel/kprobes.c linux-2.6.38.6/arch/x86/kernel/kprobes.c
---- linux-2.6.38.6/arch/x86/kernel/kprobes.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/kernel/kprobes.c   2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/x86/kernel/kprobes.c linux-3.0.3/arch/x86/kernel/kprobes.c
+--- linux-3.0.3/arch/x86/kernel/kprobes.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
  
@@ -14222,7 +13529,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/kprobes.c linux-2.6.38.6/arch/x86/kern
                return ret;
  
        switch (val) {
-@@ -1372,7 +1379,7 @@ int __kprobes arch_prepare_optimized_kpr
+@@ -1381,7 +1388,7 @@ int __kprobes arch_prepare_optimized_kpr
         * Verify if the address gap is in 2GB range, because this uses
         * a relative jump.
         */
@@ -14231,7 +13538,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/kprobes.c linux-2.6.38.6/arch/x86/kern
        if (abs(rel) > 0x7fffffff)
                return -ERANGE;
  
-@@ -1393,11 +1400,11 @@ int __kprobes arch_prepare_optimized_kpr
+@@ -1402,11 +1409,11 @@ int __kprobes arch_prepare_optimized_kpr
        synthesize_set_arg1(buf + TMPL_MOVE_IDX, (unsigned long)op);
  
        /* Set probe function call */
@@ -14245,7 +13552,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/kprobes.c linux-2.6.38.6/arch/x86/kern
  
        flush_icache_range((unsigned long) buf,
                           (unsigned long) buf + TMPL_END_IDX +
-@@ -1419,7 +1426,7 @@ static void __kprobes setup_optimize_kpr
+@@ -1428,7 +1435,7 @@ static void __kprobes setup_optimize_kpr
                        ((long)op->kp.addr + RELATIVEJUMP_SIZE));
  
        /* Backup instructions which will be replaced by jump address */
@@ -14254,9 +13561,9 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/kprobes.c linux-2.6.38.6/arch/x86/kern
               RELATIVE_ADDR_SIZE);
  
        insn_buf[0] = RELATIVEJUMP_OPCODE;
-diff -urNp linux-2.6.38.6/arch/x86/kernel/ldt.c linux-2.6.38.6/arch/x86/kernel/ldt.c
---- linux-2.6.38.6/arch/x86/kernel/ldt.c       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/kernel/ldt.c       2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/x86/kernel/ldt.c linux-3.0.3/arch/x86/kernel/ldt.c
+--- linux-3.0.3/arch/x86/kernel/ldt.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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
@@ -14321,9 +13628,9 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/ldt.c linux-2.6.38.6/arch/x86/kernel/l
        fill_ldt(&ldt, &ldt_info);
        if (oldmode)
                ldt.avl = 0;
-diff -urNp linux-2.6.38.6/arch/x86/kernel/machine_kexec_32.c linux-2.6.38.6/arch/x86/kernel/machine_kexec_32.c
---- linux-2.6.38.6/arch/x86/kernel/machine_kexec_32.c  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/kernel/machine_kexec_32.c  2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/x86/kernel/machine_kexec_32.c linux-3.0.3/arch/x86/kernel/machine_kexec_32.c
+--- linux-3.0.3/arch/x86/kernel/machine_kexec_32.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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>
@@ -14351,42 +13658,9 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/machine_kexec_32.c linux-2.6.38.6/arch
  
        relocate_kernel_ptr = control_page;
        page_list[PA_CONTROL_PAGE] = __pa(control_page);
-diff -urNp linux-2.6.38.6/arch/x86/kernel/microcode_amd.c linux-2.6.38.6/arch/x86/kernel/microcode_amd.c
---- linux-2.6.38.6/arch/x86/kernel/microcode_amd.c     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/kernel/microcode_amd.c     2011-04-28 19:34:14.000000000 -0400
-@@ -317,7 +317,7 @@ static void microcode_fini_cpu_amd(int c
-       uci->mc = NULL;
- }
--static struct microcode_ops microcode_amd_ops = {
-+static const struct microcode_ops microcode_amd_ops = {
-       .request_microcode_user           = request_microcode_user,
-       .request_microcode_fw             = request_microcode_fw,
-       .collect_cpu_info                 = collect_cpu_info_amd,
-@@ -325,7 +325,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.38.6/arch/x86/kernel/microcode_core.c linux-2.6.38.6/arch/x86/kernel/microcode_core.c
---- linux-2.6.38.6/arch/x86/kernel/microcode_core.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/kernel/microcode_core.c    2011-04-28 19:34:14.000000000 -0400
-@@ -92,7 +92,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.38.6/arch/x86/kernel/microcode_intel.c linux-2.6.38.6/arch/x86/kernel/microcode_intel.c
---- linux-2.6.38.6/arch/x86/kernel/microcode_intel.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/kernel/microcode_intel.c   2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/x86/kernel/microcode_intel.c linux-3.0.3/arch/x86/kernel/microcode_intel.c
+--- linux-3.0.3/arch/x86/kernel/microcode_intel.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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)
@@ -14403,28 +13677,10 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/microcode_intel.c linux-2.6.38.6/arch/
  }
  
  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.38.6/arch/x86/kernel/module.c linux-2.6.38.6/arch/x86/kernel/module.c
---- linux-2.6.38.6/arch/x86/kernel/module.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/kernel/module.c    2011-04-28 19:34:14.000000000 -0400
-@@ -35,21 +35,66 @@
+diff -urNp linux-3.0.3/arch/x86/kernel/module.c linux-3.0.3/arch/x86/kernel/module.c
+--- linux-3.0.3/arch/x86/kernel/module.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/arch/x86/kernel/module.c       2011-08-23 21:47:55.000000000 -0400
+@@ -36,21 +36,66 @@
  #define DEBUGP(fmt...)
  #endif
  
@@ -14493,7 +13749,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/module.c linux-2.6.38.6/arch/x86/kerne
  /* 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;
@@ -14513,7 +13769,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/module.c linux-2.6.38.6/arch/x86/kerne
                /* 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 */
@@ -14531,7 +13787,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/module.c linux-2.6.38.6/arch/x86/kerne
                        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:
@@ -14562,10 +13818,20 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/module.c linux-2.6.38.6/arch/x86/kerne
  #if 0
                        if ((s64)val != *(s32 *)loc)
                                goto overflow;
-diff -urNp linux-2.6.38.6/arch/x86/kernel/paravirt.c linux-2.6.38.6/arch/x86/kernel/paravirt.c
---- linux-2.6.38.6/arch/x86/kernel/paravirt.c  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/kernel/paravirt.c  2011-05-16 21:47:08.000000000 -0400
-@@ -122,7 +122,7 @@ unsigned paravirt_patch_jmp(void *insnbu
+diff -urNp linux-3.0.3/arch/x86/kernel/paravirt.c linux-3.0.3/arch/x86/kernel/paravirt.c
+--- linux-3.0.3/arch/x86/kernel/paravirt.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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)
  {
@@ -14574,7 +13840,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/paravirt.c linux-2.6.38.6/arch/x86/ker
                .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
        };
@@ -14584,7 +13850,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/paravirt.c linux-2.6.38.6/arch/x86/ker
        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));
@@ -14600,9 +13866,14 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/paravirt.c linux-2.6.38.6/arch/x86/ker
 -      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
@@ -14611,7 +13882,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/paravirt.c linux-2.6.38.6/arch/x86/ker
  
        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();
  }
  
@@ -14638,7 +13909,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/paravirt.c linux-2.6.38.6/arch/x86/ker
        .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
  };
  
@@ -14647,7 +13918,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/paravirt.c linux-2.6.38.6/arch/x86/ker
        .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,
  };
  
@@ -14656,7 +13927,19 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/paravirt.c linux-2.6.38.6/arch/x86/ker
  #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
  
@@ -14665,7 +13948,15 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/paravirt.c linux-2.6.38.6/arch/x86/ker
  
        .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,
@@ -14678,9 +13969,9 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/paravirt.c linux-2.6.38.6/arch/x86/ker
  };
  
  EXPORT_SYMBOL_GPL(pv_time_ops);
-diff -urNp linux-2.6.38.6/arch/x86/kernel/paravirt-spinlocks.c linux-2.6.38.6/arch/x86/kernel/paravirt-spinlocks.c
---- linux-2.6.38.6/arch/x86/kernel/paravirt-spinlocks.c        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/kernel/paravirt-spinlocks.c        2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/x86/kernel/paravirt-spinlocks.c linux-3.0.3/arch/x86/kernel/paravirt-spinlocks.c
+--- linux-3.0.3/arch/x86/kernel/paravirt-spinlocks.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);
  }
@@ -14690,54 +13981,9 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/paravirt-spinlocks.c linux-2.6.38.6/ar
  #ifdef CONFIG_SMP
        .spin_is_locked = __ticket_spin_is_locked,
        .spin_is_contended = __ticket_spin_is_contended,
-diff -urNp linux-2.6.38.6/arch/x86/kernel/pci-calgary_64.c linux-2.6.38.6/arch/x86/kernel/pci-calgary_64.c
---- linux-2.6.38.6/arch/x86/kernel/pci-calgary_64.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/kernel/pci-calgary_64.c    2011-04-28 19:34:14.000000000 -0400
-@@ -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.38.6/arch/x86/kernel/pci-dma.c linux-2.6.38.6/arch/x86/kernel/pci-dma.c
---- linux-2.6.38.6/arch/x86/kernel/pci-dma.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/kernel/pci-dma.c   2011-04-28 19:34:14.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.38.6/arch/x86/kernel/pci-gart_64.c linux-2.6.38.6/arch/x86/kernel/pci-gart_64.c
---- linux-2.6.38.6/arch/x86/kernel/pci-gart_64.c       2011-05-10 22:06:27.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/kernel/pci-gart_64.c       2011-05-10 22:06:52.000000000 -0400
-@@ -713,7 +713,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.38.6/arch/x86/kernel/pci-iommu_table.c linux-2.6.38.6/arch/x86/kernel/pci-iommu_table.c
---- linux-2.6.38.6/arch/x86/kernel/pci-iommu_table.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/kernel/pci-iommu_table.c   2011-05-16 21:47:08.000000000 -0400
+diff -urNp linux-3.0.3/arch/x86/kernel/pci-iommu_table.c linux-3.0.3/arch/x86/kernel/pci-iommu_table.c
+--- linux-3.0.3/arch/x86/kernel/pci-iommu_table.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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>
@@ -14747,42 +13993,18 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/pci-iommu_table.c linux-2.6.38.6/arch/
  
  #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.38.6/arch/x86/kernel/pci-nommu.c linux-2.6.38.6/arch/x86/kernel/pci-nommu.c
---- linux-2.6.38.6/arch/x86/kernel/pci-nommu.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/kernel/pci-nommu.c 2011-04-28 19:34:14.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.38.6/arch/x86/kernel/pci-swiotlb.c linux-2.6.38.6/arch/x86/kernel/pci-swiotlb.c
---- linux-2.6.38.6/arch/x86/kernel/pci-swiotlb.c       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/kernel/pci-swiotlb.c       2011-04-28 19:34:14.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.38.6/arch/x86/kernel/process_32.c linux-2.6.38.6/arch/x86/kernel/process_32.c
---- linux-2.6.38.6/arch/x86/kernel/process_32.c        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/kernel/process_32.c        2011-05-16 21:47:08.000000000 -0400
+diff -urNp linux-3.0.3/arch/x86/kernel/process_32.c linux-3.0.3/arch/x86/kernel/process_32.c
+--- linux-3.0.3/arch/x86/kernel/process_32.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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)
  {
@@ -14825,7 +14047,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/process_32.c linux-2.6.38.6/arch/x86/k
  
        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();
@@ -14834,7 +14056,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/process_32.c linux-2.6.38.6/arch/x86/k
        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);
  
@@ -14845,7 +14067,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/process_32.c linux-2.6.38.6/arch/x86/k
        /*
         * 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);
  
@@ -14855,7 +14077,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/process_32.c linux-2.6.38.6/arch/x86/k
        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);
  
@@ -14864,14 +14086,14 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/process_32.c linux-2.6.38.6/arch/x86/k
        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.38.6/arch/x86/kernel/process_64.c linux-2.6.38.6/arch/x86/kernel/process_64.c
---- linux-2.6.38.6/arch/x86/kernel/process_64.c        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/kernel/process_64.c        2011-05-16 21:47:08.000000000 -0400
+diff -urNp linux-3.0.3/arch/x86/kernel/process_64.c linux-3.0.3/arch/x86/kernel/process_64.c
+--- linux-3.0.3/arch/x86/kernel/process_64.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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)
  {
@@ -14899,7 +14121,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/process_64.c linux-2.6.38.6/arch/x86/k
  
        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();
@@ -14908,7 +14130,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/process_64.c linux-2.6.38.6/arch/x86/k
        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);
@@ -14921,7 +14143,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/process_64.c linux-2.6.38.6/arch/x86/k
  
        /*
         * Now maybe reload the debug registers and handle I/O bitmaps
-@@ -529,12 +528,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);
@@ -14936,9 +14158,9 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/process_64.c linux-2.6.38.6/arch/x86/k
                        return 0;
                ip = *(u64 *)(fp+8);
                if (!in_sched_functions(ip))
-diff -urNp linux-2.6.38.6/arch/x86/kernel/process.c linux-2.6.38.6/arch/x86/kernel/process.c
---- linux-2.6.38.6/arch/x86/kernel/process.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/kernel/process.c   2011-05-11 18:34:57.000000000 -0400
+diff -urNp linux-3.0.3/arch/x86/kernel/process.c linux-3.0.3/arch/x86/kernel/process.c
+--- linux-3.0.3/arch/x86/kernel/process.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/arch/x86/kernel/process.c      2011-08-23 21:47:55.000000000 -0400
 @@ -48,16 +48,33 @@ void free_thread_xstate(struct task_stru
  
  void free_thread_info(struct thread_info *ti)
@@ -14965,9 +14187,9 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/process.c linux-2.6.38.6/arch/x86/kern
 +                                SLAB_PANIC | SLAB_NOTRACK | SLAB_USERCOPY, NULL);
 +}
 +
-+struct task_struct *alloc_task_struct(void)
++struct task_struct *alloc_task_struct_node(int node)
 +{
-+      return kmem_cache_alloc(task_struct_cachep, GFP_KERNEL);
++      return kmem_cache_alloc_node(task_struct_cachep, GFP_KERNEL, node);
 +}
 +
 +void free_task_struct(struct task_struct *task)
@@ -14995,7 +14217,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/process.c linux-2.6.38.6/arch/x86/kern
                init_utsname()->release,
                (int)strcspn(init_utsname()->version, " "),
                init_utsname()->version);
-@@ -123,6 +140,9 @@ void flush_thread(void)
+@@ -120,6 +137,9 @@ void flush_thread(void)
  {
        struct task_struct *tsk = current;
  
@@ -15005,7 +14227,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/process.c linux-2.6.38.6/arch/x86/kern
        flush_ptrace_hw_breakpoint(tsk);
        memset(tsk->thread.tls_array, 0, sizeof(tsk->thread.tls_array));
        /*
-@@ -285,10 +305,10 @@ int kernel_thread(int (*fn)(void *), voi
+@@ -282,10 +302,10 @@ int kernel_thread(int (*fn)(void *), voi
        regs.di = (unsigned long) arg;
  
  #ifdef CONFIG_X86_32
@@ -15019,6 +14241,15 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/process.c linux-2.6.38.6/arch/x86/kern
  #else
        regs.ss = __KERNEL_DS;
  #endif
+@@ -403,7 +423,7 @@ void default_idle(void)
+ EXPORT_SYMBOL(default_idle);
+ #endif
+-void stop_this_cpu(void *dummy)
++__noreturn void stop_this_cpu(void *dummy)
+ {
+       local_irq_disable();
+       /*
 @@ -668,16 +688,34 @@ static int __init idle_setup(char *str)
  }
  early_param("idle", idle_setup);
@@ -15064,10 +14295,10 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/process.c linux-2.6.38.6/arch/x86/kern
 +#endif
 +}
 +#endif
-diff -urNp linux-2.6.38.6/arch/x86/kernel/ptrace.c linux-2.6.38.6/arch/x86/kernel/ptrace.c
---- linux-2.6.38.6/arch/x86/kernel/ptrace.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/kernel/ptrace.c    2011-04-28 19:34:14.000000000 -0400
-@@ -805,7 +805,7 @@ long arch_ptrace(struct task_struct *chi
+diff -urNp linux-3.0.3/arch/x86/kernel/ptrace.c linux-3.0.3/arch/x86/kernel/ptrace.c
+--- linux-3.0.3/arch/x86/kernel/ptrace.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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)
  {
        int ret;
@@ -15076,7 +14307,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/ptrace.c linux-2.6.38.6/arch/x86/kerne
  
        switch (request) {
        /* read the word at location addr in the USER area. */
-@@ -890,14 +890,14 @@ long arch_ptrace(struct task_struct *chi
+@@ -906,14 +906,14 @@ long arch_ptrace(struct task_struct *chi
                if ((int) addr < 0)
                        return -EIO;
                ret = do_get_thread_area(child, addr,
@@ -15093,7 +14324,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/ptrace.c linux-2.6.38.6/arch/x86/kerne
                break;
  #endif
  
-@@ -1314,7 +1314,7 @@ static void fill_sigtrap_info(struct tas
+@@ -1330,7 +1330,7 @@ static void fill_sigtrap_info(struct tas
        memset(info, 0, sizeof(*info));
        info->si_signo = SIGTRAP;
        info->si_code = si_code;
@@ -15102,27 +14333,9 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/ptrace.c linux-2.6.38.6/arch/x86/kerne
  }
  
  void user_single_step_siginfo(struct task_struct *tsk,
-@@ -1347,7 +1347,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;
-@@ -1392,7 +1392,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.38.6/arch/x86/kernel/pvclock.c linux-2.6.38.6/arch/x86/kernel/pvclock.c
---- linux-2.6.38.6/arch/x86/kernel/pvclock.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/kernel/pvclock.c   2011-05-11 18:35:16.000000000 -0400
+diff -urNp linux-3.0.3/arch/x86/kernel/pvclock.c linux-3.0.3/arch/x86/kernel/pvclock.c
+--- linux-3.0.3/arch/x86/kernel/pvclock.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
  }
@@ -15151,69 +14364,144 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/pvclock.c linux-2.6.38.6/arch/x86/kern
        } while (unlikely(last != ret));
  
        return ret;
-diff -urNp linux-2.6.38.6/arch/x86/kernel/reboot.c linux-2.6.38.6/arch/x86/kernel/reboot.c
---- linux-2.6.38.6/arch/x86/kernel/reboot.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/kernel/reboot.c    2011-04-28 19:34:14.000000000 -0400
-@@ -34,7 +34,7 @@ void (*pm_power_off)(void);
+diff -urNp linux-3.0.3/arch/x86/kernel/reboot.c linux-3.0.3/arch/x86/kernel/reboot.c
+--- linux-3.0.3/arch/x86/kernel/reboot.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
  
-@@ -309,12 +309,12 @@ core_initcall(reboot_init);
-    controller to pulse the CPU reset line, which is more thorough, but
-    doesn't work with at least one type of 486 motherboard.  It is easy
-    to stop this code working; hence the copious comments. */
--static const unsigned long long
--real_mode_gdt_entries [3] =
-+static struct desc_struct
-+real_mode_gdt_entries [3] __read_only =
- {
--      0x0000000000000000ULL,  /* Null descriptor */
--      0x00009b000000ffffULL,  /* 16-bit real-mode 64k code at 0x00000000 */
--      0x000093000100ffffULL   /* 16-bit real-mode 64k data at 0x00000100 */
-+      GDT_ENTRY_INIT(0, 0, 0),                /* Null descriptor */
-+      GDT_ENTRY_INIT(0x9b, 0, 0xffff),        /* 16-bit real-mode 64k code at 0x00000000 */
-+      GDT_ENTRY_INIT(0x93, 0x100, 0xffff)     /* 16-bit real-mode 64k data at 0x00000100 */
- };
+@@ -315,13 +315,17 @@ core_initcall(reboot_init);
+ extern const unsigned char machine_real_restart_asm[];
+ extern const u64 machine_real_restart_gdt[3];
  
- static const struct desc_ptr
-@@ -363,7 +363,7 @@ static const unsigned char jump_to_bios 
-  * specified by the code and length parameters.
-  * We assume that length will aways be less that 100!
-  */
--void machine_real_restart(const unsigned char *code, int length)
-+void machine_real_restart(const unsigned char *code, unsigned int length)
+-void machine_real_restart(unsigned int type)
++__noreturn void machine_real_restart(unsigned int type)
  {
+       void *restart_va;
+       unsigned long restart_pa;
+-      void (*restart_lowmem)(unsigned int);
++      void (* __noreturn restart_lowmem)(unsigned int);
+       u64 *lowmem_gdt;
++#if defined(CONFIG_X86_32) && (defined(CONFIG_PAX_KERNEXEC) || defined(CONFIG_PAX_MEMORY_UDEREF))
++      struct desc_struct *gdt;
++#endif
++
        local_irq_disable();
  
-@@ -390,16 +390,15 @@ void machine_real_restart(const unsigned
+       /* Write zero to CMOS register number 0x0f, which the BIOS POST
+@@ -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. */
 -      *((unsigned short *)0x472) = reboot_mode;
 +      *(unsigned short *)(__va(0x472)) = reboot_mode;
  
-       /* For the switch to real mode, copy some code to low memory.  It has
-          to be in the first 64k because it is running in 16-bit mode, and it
-          has to have the same physical and virtual address, because it turns
-          off paging.  Copy it near the end of the first page, out of the way
-          of BIOS variables. */
--      memcpy((void *)(0x1000 - sizeof(real_mode_switch) - 100),
--              real_mode_switch, sizeof (real_mode_switch));
--      memcpy((void *)(0x1000 - 100), code, length);
-+      memcpy(__va(0x1000 - sizeof (real_mode_switch) - 100), real_mode_switch, sizeof (real_mode_switch));
-+      memcpy(__va(0x1000 - 100), code, length);
-       /* Set up the IDT for real mode. */
-       load_idt(&real_mode_idt);
-diff -urNp linux-2.6.38.6/arch/x86/kernel/setup.c linux-2.6.38.6/arch/x86/kernel/setup.c
---- linux-2.6.38.6/arch/x86/kernel/setup.c     2011-04-18 17:27:18.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/kernel/setup.c     2011-04-28 19:34:14.000000000 -0400
-@@ -654,7 +654,7 @@ static void __init trim_bios_range(void)
+       /* Patch the GDT in the low memory trampoline */
+       lowmem_gdt = TRAMPOLINE_SYM(machine_real_restart_gdt);
+       restart_va = TRAMPOLINE_SYM(machine_real_restart_asm);
+       restart_pa = virt_to_phys(restart_va);
+-      restart_lowmem = (void (*)(unsigned int))restart_pa;
++      restart_lowmem = (void *)restart_pa;
+       /* GDT[0]: GDT self-pointer */
+       lowmem_gdt[0] =
+@@ -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 */
++
++#if defined(CONFIG_X86_32) && (defined(CONFIG_PAX_KERNEXEC) || defined(CONFIG_PAX_MEMORY_UDEREF))
++      gdt = get_cpu_gdt_table(smp_processor_id());
++      pax_open_kernel();
++#ifdef CONFIG_PAX_MEMORY_UDEREF
++      gdt[GDT_ENTRY_KERNEL_DS].type = 3;
++      gdt[GDT_ENTRY_KERNEL_DS].limit = 0xf;
++      asm("mov %0, %%ds; mov %0, %%es; mov %0, %%ss" : : "r" (__KERNEL_DS) : "memory");
++#endif
++#ifdef CONFIG_PAX_KERNEXEC
++      gdt[GDT_ENTRY_KERNEL_CS].base0 = 0;
++      gdt[GDT_ENTRY_KERNEL_CS].base1 = 0;
++      gdt[GDT_ENTRY_KERNEL_CS].base2 = 0;
++      gdt[GDT_ENTRY_KERNEL_CS].limit0 = 0xffff;
++      gdt[GDT_ENTRY_KERNEL_CS].limit = 0xf;
++      gdt[GDT_ENTRY_KERNEL_CS].g = 1;
++#endif
++      pax_close_kernel();
++#endif
++
++#if defined(CONFIG_X86_32) && defined(CONFIG_PAX_KERNEXEC)
++      asm volatile("push %0; push %1; lret\n" : : "i" (__KERNEL_CS), "rm" (restart_lowmem), "a" (type));
++      unreachable();
++#else
+       restart_lowmem(type);
++#endif
++
+ }
+ #ifdef CONFIG_APM_MODULE
+ EXPORT_SYMBOL(machine_real_restart);
+@@ -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;
+       int attempt = 0;
+@@ -647,13 +677,13 @@ void native_machine_shutdown(void)
+ #endif
+ }
+-static void __machine_emergency_restart(int emergency)
++static __noreturn void __machine_emergency_restart(int emergency)
+ {
+       reboot_emergency = emergency;
+       machine_ops.emergency_restart();
+ }
+-static void native_machine_restart(char *__unused)
++static __noreturn void native_machine_restart(char *__unused)
+ {
+       printk("machine restart\n");
+@@ -662,7 +692,7 @@ static void native_machine_restart(char 
+       __machine_emergency_restart(0);
+ }
+-static void native_machine_halt(void)
++static __noreturn void native_machine_halt(void)
+ {
+       /* stop other cpus and apics */
+       machine_shutdown();
+@@ -673,7 +703,7 @@ static void native_machine_halt(void)
+       stop_this_cpu(NULL);
+ }
+-static void native_machine_power_off(void)
++__noreturn static void native_machine_power_off(void)
+ {
+       if (pm_power_off) {
+               if (!reboot_force)
+@@ -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);
++      unreachable();
+ }
+ struct machine_ops machine_ops = {
+diff -urNp linux-3.0.3/arch/x86/kernel/setup.c linux-3.0.3/arch/x86/kernel/setup.c
+--- linux-3.0.3/arch/x86/kernel/setup.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.
         */
@@ -15222,7 +14510,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/setup.c linux-2.6.38.6/arch/x86/kernel
        sanitize_e820_map(e820.map, ARRAY_SIZE(e820.map), &e820.nr_map);
  }
  
-@@ -790,14 +790,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;
@@ -15242,9 +14530,9 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/setup.c linux-2.6.38.6/arch/x86/kernel
        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.38.6/arch/x86/kernel/setup_percpu.c linux-2.6.38.6/arch/x86/kernel/setup_percpu.c
---- linux-2.6.38.6/arch/x86/kernel/setup_percpu.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/kernel/setup_percpu.c      2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/x86/kernel/setup_percpu.c linux-3.0.3/arch/x86/kernel/setup_percpu.c
+--- linux-3.0.3/arch/x86/kernel/setup_percpu.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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>
@@ -15288,29 +14576,29 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/setup_percpu.c linux-2.6.38.6/arch/x86
        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];
                per_cpu(this_cpu_off, cpu) = per_cpu_offset(cpu);
                per_cpu(cpu_number, cpu) = cpu;
-@@ -243,6 +246,12 @@ void __init setup_per_cpu_areas(void)
+@@ -247,6 +250,12 @@ void __init setup_per_cpu_areas(void)
+                */
                set_cpu_numa_node(cpu, early_cpu_to_node(cpu));
  #endif
- #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.38.6/arch/x86/kernel/signal.c linux-2.6.38.6/arch/x86/kernel/signal.c
---- linux-2.6.38.6/arch/x86/kernel/signal.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/kernel/signal.c    2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/x86/kernel/signal.c linux-3.0.3/arch/x86/kernel/signal.c
+--- linux-3.0.3/arch/x86/kernel/signal.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.
@@ -15376,7 +14664,16 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/signal.c linux-2.6.38.6/arch/x86/kerne
        } put_user_catch(err);
  
        if (err)
-@@ -780,7 +783,7 @@ 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;
++      pax_track_stack();
++
+       /*
+        * 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
+@@ -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.
         */
@@ -15385,10 +14682,10 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/signal.c linux-2.6.38.6/arch/x86/kerne
                return;
  
        if (current_thread_info()->status & TS_RESTORE_SIGMASK)
-diff -urNp linux-2.6.38.6/arch/x86/kernel/smpboot.c linux-2.6.38.6/arch/x86/kernel/smpboot.c
---- linux-2.6.38.6/arch/x86/kernel/smpboot.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/kernel/smpboot.c   2011-05-11 18:34:57.000000000 -0400
-@@ -773,17 +773,20 @@ static int __cpuinit do_boot_cpu(int api
+diff -urNp linux-3.0.3/arch/x86/kernel/smpboot.c linux-3.0.3/arch/x86/kernel/smpboot.c
+--- linux-3.0.3/arch/x86/kernel/smpboot.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -15412,7 +14709,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/smpboot.c linux-2.6.38.6/arch/x86/kern
        initial_code = (unsigned long)start_secondary;
        stack_start  = c_idle.idle->thread.sp;
  
-@@ -923,6 +926,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;
  
@@ -15425,9 +14722,9 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/smpboot.c linux-2.6.38.6/arch/x86/kern
        err = do_boot_cpu(apicid, cpu);
        if (err) {
                pr_debug("do_boot_cpu failed %d\n", err);
-diff -urNp linux-2.6.38.6/arch/x86/kernel/step.c linux-2.6.38.6/arch/x86/kernel/step.c
---- linux-2.6.38.6/arch/x86/kernel/step.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/kernel/step.c      2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/x86/kernel/step.c linux-3.0.3/arch/x86/kernel/step.c
+--- linux-3.0.3/arch/x86/kernel/step.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -15470,17 +14767,17 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/step.c linux-2.6.38.6/arch/x86/kernel/
                                /* 32-bit mode: register increment */
                                return 0;
                        /* 64-bit mode: REX prefix */
-diff -urNp linux-2.6.38.6/arch/x86/kernel/syscall_table_32.S linux-2.6.38.6/arch/x86/kernel/syscall_table_32.S
---- linux-2.6.38.6/arch/x86/kernel/syscall_table_32.S  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/kernel/syscall_table_32.S  2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/x86/kernel/syscall_table_32.S linux-3.0.3/arch/x86/kernel/syscall_table_32.S
+--- linux-3.0.3/arch/x86/kernel/syscall_table_32.S     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.38.6/arch/x86/kernel/sys_i386_32.c linux-2.6.38.6/arch/x86/kernel/sys_i386_32.c
---- linux-2.6.38.6/arch/x86/kernel/sys_i386_32.c       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/kernel/sys_i386_32.c       2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/x86/kernel/sys_i386_32.c linux-3.0.3/arch/x86/kernel/sys_i386_32.c
+--- linux-3.0.3/arch/x86/kernel/sys_i386_32.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/arch/x86/kernel/sys_i386_32.c  2011-08-23 21:47:55.000000000 -0400
 @@ -24,17 +24,224 @@
  
  #include <asm/syscalls.h>
@@ -15718,9 +15015,9 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/sys_i386_32.c linux-2.6.38.6/arch/x86/
 +
 +      return addr;
  }
-diff -urNp linux-2.6.38.6/arch/x86/kernel/sys_x86_64.c linux-2.6.38.6/arch/x86/kernel/sys_x86_64.c
---- linux-2.6.38.6/arch/x86/kernel/sys_x86_64.c        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/kernel/sys_x86_64.c        2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/x86/kernel/sys_x86_64.c linux-3.0.3/arch/x86/kernel/sys_x86_64.c
+--- linux-3.0.3/arch/x86/kernel/sys_x86_64.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/arch/x86/kernel/sys_x86_64.c   2011-08-23 21:47:55.000000000 -0400
 @@ -32,8 +32,8 @@ out:
        return error;
  }
@@ -15858,10 +15155,28 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/sys_x86_64.c linux-2.6.38.6/arch/x86/k
        mm->cached_hole_size = ~0UL;
  
        return addr;
-diff -urNp linux-2.6.38.6/arch/x86/kernel/tboot.c linux-2.6.38.6/arch/x86/kernel/tboot.c
---- linux-2.6.38.6/arch/x86/kernel/tboot.c     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/kernel/tboot.c     2011-04-28 19:57:25.000000000 -0400
-@@ -297,7 +297,7 @@ void tboot_sleep(u8 sleep_state, u32 pm1
+diff -urNp linux-3.0.3/arch/x86/kernel/tboot.c linux-3.0.3/arch/x86/kernel/tboot.c
+--- linux-3.0.3/arch/x86/kernel/tboot.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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)
+ {
+-      void (*shutdown)(void);
++      void (* __noreturn shutdown)(void);
+       if (!tboot_enabled())
+               return;
+@@ -239,7 +239,7 @@ void tboot_shutdown(u32 shutdown_type)
+       switch_to_tboot_pt();
+-      shutdown = (void(*)(void))(unsigned long)tboot->shutdown_entry;
++      shutdown = (void *)tboot->shutdown_entry;
+       shutdown();
+       /* should not reach here */
+@@ -296,7 +296,7 @@ void tboot_sleep(u8 sleep_state, u32 pm1
        tboot_shutdown(acpi_shutdown_map[sleep_state]);
  }
  
@@ -15870,7 +15185,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/tboot.c linux-2.6.38.6/arch/x86/kernel
  
  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:
@@ -15882,7 +15197,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/tboot.c linux-2.6.38.6/arch/x86/kernel
                                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();
  
@@ -15891,18 +15206,10 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/tboot.c linux-2.6.38.6/arch/x86/kernel
        register_hotcpu_notifier(&tboot_cpu_notifier);
        return 0;
  }
-diff -urNp linux-2.6.38.6/arch/x86/kernel/time.c linux-2.6.38.6/arch/x86/kernel/time.c
---- linux-2.6.38.6/arch/x86/kernel/time.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/kernel/time.c      2011-04-28 19:34:14.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.3/arch/x86/kernel/time.c linux-3.0.3/arch/x86/kernel/time.c
+--- linux-3.0.3/arch/x86/kernel/time.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);
  
@@ -15914,7 +15221,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/time.c linux-2.6.38.6/arch/x86/kernel/
  #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.
                 */
@@ -15932,9 +15239,9 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/time.c linux-2.6.38.6/arch/x86/kernel/
        }
        return pc;
  }
-diff -urNp linux-2.6.38.6/arch/x86/kernel/tls.c linux-2.6.38.6/arch/x86/kernel/tls.c
---- linux-2.6.38.6/arch/x86/kernel/tls.c       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/kernel/tls.c       2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/x86/kernel/tls.c linux-3.0.3/arch/x86/kernel/tls.c
+--- linux-3.0.3/arch/x86/kernel/tls.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -15947,9 +15254,9 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/tls.c linux-2.6.38.6/arch/x86/kernel/t
        set_tls_desc(p, idx, &info, 1);
  
        return 0;
-diff -urNp linux-2.6.38.6/arch/x86/kernel/trampoline_32.S linux-2.6.38.6/arch/x86/kernel/trampoline_32.S
---- linux-2.6.38.6/arch/x86/kernel/trampoline_32.S     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/kernel/trampoline_32.S     2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/x86/kernel/trampoline_32.S linux-3.0.3/arch/x86/kernel/trampoline_32.S
+--- linux-3.0.3/arch/x86/kernel/trampoline_32.S        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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>
@@ -15960,10 +15267,10 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/trampoline_32.S linux-2.6.38.6/arch/x8
 +#define ta(X) ((X) - __PAGE_OFFSET)
 +#endif
 +
- /* We can free up trampoline after bootup if cpu hotplug is not supported. */
- __CPUINITRODATA
- .code16
-@@ -60,7 +66,7 @@ r_base = .
+ #ifdef CONFIG_SMP
+       .section ".x86_trampoline","a"
+@@ -62,7 +68,7 @@ r_base = .
        inc     %ax             # protected mode (PE) bit
        lmsw    %ax             # into protected mode
        # flush prefetch and jump to startup_32_smp in arch/i386/kernel/head.S
@@ -15972,10 +15279,10 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/trampoline_32.S linux-2.6.38.6/arch/x8
  
        # 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.38.6/arch/x86/kernel/trampoline_64.S linux-2.6.38.6/arch/x86/kernel/trampoline_64.S
---- linux-2.6.38.6/arch/x86/kernel/trampoline_64.S     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/kernel/trampoline_64.S     2011-04-28 19:34:14.000000000 -0400
-@@ -91,7 +91,7 @@ startup_32:
+diff -urNp linux-3.0.3/arch/x86/kernel/trampoline_64.S linux-3.0.3/arch/x86/kernel/trampoline_64.S
+--- linux-3.0.3/arch/x86/kernel/trampoline_64.S        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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
  
@@ -15993,9 +15300,9 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/trampoline_64.S linux-2.6.38.6/arch/x8
        .long   tgdt - r_base
        .short 0
        .quad   0x00cf9b000000ffff      # __KERNEL32_CS
-diff -urNp linux-2.6.38.6/arch/x86/kernel/traps.c linux-2.6.38.6/arch/x86/kernel/traps.c
---- linux-2.6.38.6/arch/x86/kernel/traps.c     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/kernel/traps.c     2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/x86/kernel/traps.c linux-3.0.3/arch/x86/kernel/traps.c
+--- linux-3.0.3/arch/x86/kernel/traps.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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 ? */
@@ -16111,7 +15418,25 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/traps.c linux-2.6.38.6/arch/x86/kernel
        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);
  
@@ -16120,7 +15445,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/traps.c linux-2.6.38.6/arch/x86/kernel
                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.
         */
@@ -16129,7 +15454,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/traps.c linux-2.6.38.6/arch/x86/kernel
                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);
  
@@ -16138,7 +15463,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/traps.c linux-2.6.38.6/arch/x86/kernel
        {
                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();
@@ -16147,7 +15472,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/traps.c linux-2.6.38.6/arch/x86/kernel
  
        /*
         * 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)
  {
@@ -16157,9 +15482,20 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/traps.c linux-2.6.38.6/arch/x86/kernel
  
        if (!tsk_used_math(tsk)) {
                local_irq_enable();
-diff -urNp linux-2.6.38.6/arch/x86/kernel/vm86_32.c linux-2.6.38.6/arch/x86/kernel/vm86_32.c
---- linux-2.6.38.6/arch/x86/kernel/vm86_32.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/kernel/vm86_32.c   2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/x86/kernel/verify_cpu.S linux-3.0.3/arch/x86/kernel/verify_cpu.S
+--- linux-3.0.3/arch/x86/kernel/verify_cpu.S   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.3/arch/x86/kernel/vm86_32.c linux-3.0.3/arch/x86/kernel/vm86_32.c
+--- linux-3.0.3/arch/x86/kernel/vm86_32.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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>
@@ -16224,9 +15560,9 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/vm86_32.c linux-2.6.38.6/arch/x86/kern
        if (get_user(segoffs, intr_ptr))
                goto cannot_handle;
        if ((segoffs >> 16) == BIOSSEG)
-diff -urNp linux-2.6.38.6/arch/x86/kernel/vmlinux.lds.S linux-2.6.38.6/arch/x86/kernel/vmlinux.lds.S
---- linux-2.6.38.6/arch/x86/kernel/vmlinux.lds.S       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/kernel/vmlinux.lds.S       2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/x86/kernel/vmlinux.lds.S linux-3.0.3/arch/x86/kernel/vmlinux.lds.S
+--- linux-3.0.3/arch/x86/kernel/vmlinux.lds.S  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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>
@@ -16241,19 +15577,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/vmlinux.lds.S linux-2.6.38.6/arch/x86/
  
  #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 */
@@ -16307,7 +15631,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/vmlinux.lds.S linux-2.6.38.6/arch/x86/
                HEAD_TEXT
  #ifdef CONFIG_X86_32
                . = ALIGN(PAGE_SIZE);
-@@ -108,13 +128,47 @@ SECTIONS
+@@ -109,13 +131,47 @@ SECTIONS
                IRQENTRY_TEXT
                *(.fixup)
                *(.gnu.warning)
@@ -16337,8 +15661,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/vmlinux.lds.S linux-2.6.38.6/arch/x86/
 +              /* 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) {
@@ -16354,12 +15677,13 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/vmlinux.lds.S linux-2.6.38.6/arch/x86/
 +
 +      . = 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 */
-@@ -126,16 +180,20 @@ SECTIONS
+@@ -127,16 +183,20 @@ SECTIONS
  
        /* Data */
        .data : AT(ADDR(.data) - LOAD_OFFSET) {
@@ -16383,29 +15707,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/vmlinux.lds.S linux-2.6.38.6/arch/x86/
  
                PAGE_ALIGNED_DATA(PAGE_SIZE)
  
-@@ -144,6 +202,8 @@ SECTIONS
-               DATA_DATA
-               CONSTRUCTORS
-+              jiffies = jiffies_64;
-+
-               /* rarely changed data like cpu maps */
-               READ_MOSTLY_DATA(INTERNODE_CACHE_BYTES)
-@@ -198,12 +258,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)
-       }
-@@ -219,12 +273,19 @@ SECTIONS
+@@ -208,12 +268,19 @@ SECTIONS
  #endif /* CONFIG_X86_64 */
  
        /* Init code and data - will be freed after init */
@@ -16428,8 +15730,8 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/vmlinux.lds.S linux-2.6.38.6/arch/x86/
        /*
         * percpu offsets are zero-based on SMP.  PERCPU_VADDR() changes the
         * output PHDR, so the next output section - .init.text - should
-@@ -233,12 +294,27 @@ SECTIONS
-       PERCPU_VADDR(0, :percpu)
+@@ -222,12 +289,27 @@ SECTIONS
+       PERCPU_VADDR(INTERNODE_CACHE_BYTES, 0, :percpu)
  #endif
  
 -      INIT_TEXT_SECTION(PAGE_SIZE)
@@ -16459,11 +15761,11 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/vmlinux.lds.S linux-2.6.38.6/arch/x86/
 +      . = ALIGN(PAGE_SIZE);
 +      INIT_DATA_SECTION(16) :init
  
-       .x86_cpu_dev.init : AT(ADDR(.x86_cpu_dev.init) - LOAD_OFFSET) {
-               __x86_cpu_dev_start = .;
-@@ -292,19 +368,12 @@ SECTIONS
-               __iommu_table_end = .;
+       /*
+        * Code and data for a variety of lowlevel trampolines, to be
+@@ -301,19 +383,12 @@ SECTIONS
        }
        . = ALIGN(8);
 -      /*
 -       * .exit.text is discard at runtime, not link time, to deal with
@@ -16479,10 +15781,10 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/vmlinux.lds.S linux-2.6.38.6/arch/x86/
  
 -#if !defined(CONFIG_X86_64) || !defined(CONFIG_SMP)
 +#ifndef CONFIG_SMP
-       PERCPU(THREAD_SIZE)
+       PERCPU_SECTION(INTERNODE_CACHE_BYTES)
  #endif
  
-@@ -323,16 +392,10 @@ SECTIONS
+@@ -332,16 +407,10 @@ SECTIONS
        .smp_locks : AT(ADDR(.smp_locks) - LOAD_OFFSET) {
                __smp_locks = .;
                *(.smp_locks)
@@ -16500,7 +15802,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/vmlinux.lds.S linux-2.6.38.6/arch/x86/
        /* BSS */
        . = ALIGN(PAGE_SIZE);
        .bss : AT(ADDR(.bss) - LOAD_OFFSET) {
-@@ -348,6 +411,7 @@ SECTIONS
+@@ -357,6 +426,7 @@ SECTIONS
                __brk_base = .;
                . += 64 * 1024;         /* 64k alignment slop space */
                *(.brk_reservation)     /* areas brk users have reserved */
@@ -16508,7 +15810,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/vmlinux.lds.S linux-2.6.38.6/arch/x86/
                __brk_limit = .;
        }
  
-@@ -374,13 +438,12 @@ SECTIONS
+@@ -383,13 +453,12 @@ SECTIONS
   * for the boot processor.
   */
  #define INIT_PER_CPU(x) init_per_cpu__##x = x + __per_cpu_load
@@ -16523,29 +15825,30 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/vmlinux.lds.S linux-2.6.38.6/arch/x86/
           "kernel image bigger than KERNEL_IMAGE_SIZE");
  
  #ifdef CONFIG_SMP
-diff -urNp linux-2.6.38.6/arch/x86/kernel/vsyscall_64.c linux-2.6.38.6/arch/x86/kernel/vsyscall_64.c
---- linux-2.6.38.6/arch/x86/kernel/vsyscall_64.c       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/kernel/vsyscall_64.c       2011-04-28 19:34:14.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.38.6/arch/x86/kernel/x8664_ksyms_64.c linux-2.6.38.6/arch/x86/kernel/x8664_ksyms_64.c
---- linux-2.6.38.6/arch/x86/kernel/x8664_ksyms_64.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/kernel/x8664_ksyms_64.c    2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/x86/kernel/vsyscall_64.c linux-3.0.3/arch/x86/kernel/vsyscall_64.c
+--- linux-3.0.3/arch/x86/kernel/vsyscall_64.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.3/arch/x86/kernel/x8664_ksyms_64.c linux-3.0.3/arch/x86/kernel/x8664_ksyms_64.c
+--- linux-3.0.3/arch/x86/kernel/x8664_ksyms_64.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);
@@ -16555,9 +15858,9 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/x8664_ksyms_64.c linux-2.6.38.6/arch/x
  
  EXPORT_SYMBOL(copy_page);
  EXPORT_SYMBOL(clear_page);
-diff -urNp linux-2.6.38.6/arch/x86/kernel/xsave.c linux-2.6.38.6/arch/x86/kernel/xsave.c
---- linux-2.6.38.6/arch/x86/kernel/xsave.c     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/kernel/xsave.c     2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/x86/kernel/xsave.c linux-3.0.3/arch/x86/kernel/xsave.c
+--- linux-3.0.3/arch/x86/kernel/xsave.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -16585,10 +15888,10 @@ diff -urNp linux-2.6.38.6/arch/x86/kernel/xsave.c linux-2.6.38.6/arch/x86/kernel
                                       buf);
        if (unlikely(err)) {
                /*
-diff -urNp linux-2.6.38.6/arch/x86/kvm/emulate.c linux-2.6.38.6/arch/x86/kvm/emulate.c
---- linux-2.6.38.6/arch/x86/kvm/emulate.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/kvm/emulate.c      2011-04-28 19:34:14.000000000 -0400
-@@ -88,7 +88,7 @@
+diff -urNp linux-3.0.3/arch/x86/kvm/emulate.c linux-3.0.3/arch/x86/kvm/emulate.c
+--- linux-3.0.3/arch/x86/kvm/emulate.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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)
@@ -16597,7 +15900,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kvm/emulate.c linux-2.6.38.6/arch/x86/kvm/emu
  
  #define X2(x...) x, x
  #define X3(x...) X2(x), x
-@@ -189,6 +189,7 @@ struct group_dual {
+@@ -207,6 +207,7 @@ struct gprefix {
  
  #define ____emulate_2op(_op, _src, _dst, _eflags, _x, _y, _suffix, _dsttype) \
        do {                                                            \
@@ -16605,7 +15908,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kvm/emulate.c linux-2.6.38.6/arch/x86/kvm/emu
                __asm__ __volatile__ (                                  \
                        _PRE_EFLAGS("0", "4", "2")                      \
                        _op _suffix " %"_x"3,%1; "                      \
-@@ -202,8 +203,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 {                                                            \
@@ -16614,7 +15917,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kvm/emulate.c linux-2.6.38.6/arch/x86/kvm/emu
                switch ((_dst).bytes) {                                 \
                case 2:                                                 \
                        ____emulate_2op(_op,_src,_dst,_eflags,_wx,_wy,"w",u16);\
-@@ -219,7 +218,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 {                                                                 \
@@ -16622,9 +15925,9 @@ diff -urNp linux-2.6.38.6/arch/x86/kvm/emulate.c linux-2.6.38.6/arch/x86/kvm/emu
                switch ((_dst).bytes) {                                      \
                case 1:                                                      \
                        ____emulate_2op(_op,_src,_dst,_eflags,_bx,_by,"b",u8); \
-diff -urNp linux-2.6.38.6/arch/x86/kvm/lapic.c linux-2.6.38.6/arch/x86/kvm/lapic.c
---- linux-2.6.38.6/arch/x86/kvm/lapic.c        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/kvm/lapic.c        2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/x86/kvm/lapic.c linux-3.0.3/arch/x86/kvm/lapic.c
+--- linux-3.0.3/arch/x86/kvm/lapic.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/arch/x86/kvm/lapic.c   2011-08-23 21:47:55.000000000 -0400
 @@ -53,7 +53,7 @@
  #define APIC_BUS_CYCLE_NS 1
  
@@ -16634,10 +15937,10 @@ diff -urNp linux-2.6.38.6/arch/x86/kvm/lapic.c linux-2.6.38.6/arch/x86/kvm/lapic
  
  #define APIC_LVT_NUM                  6
  /* 14 is the version for Xeon and Pentium 8.4.8*/
-diff -urNp linux-2.6.38.6/arch/x86/kvm/mmu.c linux-2.6.38.6/arch/x86/kvm/mmu.c
---- linux-2.6.38.6/arch/x86/kvm/mmu.c  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/kvm/mmu.c  2011-04-28 19:57:25.000000000 -0400
-@@ -3271,7 +3271,7 @@ void kvm_mmu_pte_write(struct kvm_vcpu *
+diff -urNp linux-3.0.3/arch/x86/kvm/mmu.c linux-3.0.3/arch/x86/kvm/mmu.c
+--- linux-3.0.3/arch/x86/kvm/mmu.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);
  
@@ -16646,19 +15949,19 @@ diff -urNp linux-2.6.38.6/arch/x86/kvm/mmu.c linux-2.6.38.6/arch/x86/kvm/mmu.c
  
        /*
         * Assume that the pte write on a page table of the same type
-@@ -3305,7 +3305,7 @@ void kvm_mmu_pte_write(struct kvm_vcpu *
+@@ -3270,7 +3270,7 @@ void kvm_mmu_pte_write(struct kvm_vcpu *
+       }
  
-       mmu_guess_page_from_pte_write(vcpu, gpa, gentry);
        spin_lock(&vcpu->kvm->mmu_lock);
 -      if (atomic_read(&vcpu->kvm->arch.invlpg_counter) != invlpg_counter)
 +      if (atomic_read_unchecked(&vcpu->kvm->arch.invlpg_counter) != invlpg_counter)
                gentry = 0;
-       kvm_mmu_access_page(vcpu, gfn);
        kvm_mmu_free_some_pages(vcpu);
-diff -urNp linux-2.6.38.6/arch/x86/kvm/paging_tmpl.h linux-2.6.38.6/arch/x86/kvm/paging_tmpl.h
---- linux-2.6.38.6/arch/x86/kvm/paging_tmpl.h  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/kvm/paging_tmpl.h  2011-05-16 21:47:08.000000000 -0400
-@@ -554,6 +554,8 @@ static int FNAME(page_fault)(struct kvm_
+       ++vcpu->kvm->stat.mmu_pte_write;
+diff -urNp linux-3.0.3/arch/x86/kvm/paging_tmpl.h linux-3.0.3/arch/x86/kvm/paging_tmpl.h
+--- linux-3.0.3/arch/x86/kvm/paging_tmpl.h     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
  
@@ -16667,7 +15970,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kvm/paging_tmpl.h linux-2.6.38.6/arch/x86/kvm
        pgprintk("%s: addr %lx err %x\n", __func__, addr, error_code);
  
        r = mmu_topup_memory_caches(vcpu);
-@@ -674,7 +676,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);
  
@@ -16676,10 +15979,10 @@ diff -urNp linux-2.6.38.6/arch/x86/kvm/paging_tmpl.h linux-2.6.38.6/arch/x86/kvm
  
        spin_unlock(&vcpu->kvm->mmu_lock);
  
-diff -urNp linux-2.6.38.6/arch/x86/kvm/svm.c linux-2.6.38.6/arch/x86/kvm/svm.c
---- linux-2.6.38.6/arch/x86/kvm/svm.c  2011-05-10 22:06:29.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/kvm/svm.c  2011-05-10 22:08:57.000000000 -0400
-@@ -3276,7 +3276,11 @@ static void reload_tss(struct kvm_vcpu *
+diff -urNp linux-3.0.3/arch/x86/kvm/svm.c linux-3.0.3/arch/x86/kvm/svm.c
+--- linux-3.0.3/arch/x86/kvm/svm.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);
@@ -16691,8 +15994,8 @@ diff -urNp linux-2.6.38.6/arch/x86/kvm/svm.c linux-2.6.38.6/arch/x86/kvm/svm.c
        load_TR_desc();
  }
  
-@@ -3651,6 +3655,10 @@ static void svm_vcpu_run(struct kvm_vcpu
-       loadsegment(fs, svm->host.fs);
+@@ -3755,6 +3759,10 @@ static void svm_vcpu_run(struct kvm_vcpu
+ #endif
  #endif
  
 +#if defined(CONFIG_X86_32) && defined(CONFIG_PAX_MEMORY_UDEREF)
@@ -16702,19 +16005,10 @@ diff -urNp linux-2.6.38.6/arch/x86/kvm/svm.c linux-2.6.38.6/arch/x86/kvm/svm.c
        reload_tss(vcpu);
  
        local_irq_disable();
-@@ -3858,7 +3866,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.38.6/arch/x86/kvm/vmx.c linux-2.6.38.6/arch/x86/kvm/vmx.c
---- linux-2.6.38.6/arch/x86/kvm/vmx.c  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/kvm/vmx.c  2011-04-28 19:57:25.000000000 -0400
-@@ -725,7 +725,11 @@ static void reload_tss(void)
+diff -urNp linux-3.0.3/arch/x86/kvm/vmx.c linux-3.0.3/arch/x86/kvm/vmx.c
+--- linux-3.0.3/arch/x86/kvm/vmx.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -16726,7 +16020,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kvm/vmx.c linux-2.6.38.6/arch/x86/kvm/vmx.c
        load_TR_desc();
  }
  
-@@ -1642,8 +1646,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;
  
@@ -16740,7 +16034,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kvm/vmx.c linux-2.6.38.6/arch/x86/kvm/vmx.c
  
        if (enable_ept && !cpu_has_vmx_ept_2m_page())
                kvm_disable_largepages();
-@@ -2640,7 +2647,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));
@@ -16749,7 +16043,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kvm/vmx.c linux-2.6.38.6/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));
-@@ -4031,6 +4038,12 @@ static void vmx_vcpu_run(struct kvm_vcpu
+@@ -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: "
@@ -16760,12 +16054,12 @@ diff -urNp linux-2.6.38.6/arch/x86/kvm/vmx.c linux-2.6.38.6/arch/x86/kvm/vmx.c
 +#endif
 +
                /* Save guest registers, load host registers, keep flags */
-               "xchg %0,     (%%"R"sp) \n\t"
-               "mov %%"R"ax, %c[rax](%0) \n\t"
-@@ -4077,6 +4090,11 @@ static void vmx_vcpu_run(struct kvm_vcpu
-               [r15]"i"(offsetof(struct vcpu_vmx, vcpu.arch.regs[VCPU_REGS_R15])),
+               "mov %0, %c[wordsize](%%"R"sp) \n\t"
+               "pop %0 \n\t"
+@@ -4259,6 +4272,11 @@ static void __noclone vmx_vcpu_run(struc
  #endif
-               [cr2]"i"(offsetof(struct vcpu_vmx, vcpu.arch.cr2))
+               [cr2]"i"(offsetof(struct vcpu_vmx, vcpu.arch.cr2)),
+               [wordsize]"i"(sizeof(ulong))
 +
 +#if defined(CONFIG_X86_32) && defined(CONFIG_PAX_KERNEXEC)
 +              ,[cs]"i"(__KERNEL_CS)
@@ -16774,7 +16068,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kvm/vmx.c linux-2.6.38.6/arch/x86/kvm/vmx.c
              : "cc", "memory"
                , R"ax", R"bx", R"di", R"si"
  #ifdef CONFIG_X86_64
-@@ -4091,7 +4109,16 @@ static void vmx_vcpu_run(struct kvm_vcpu
+@@ -4276,7 +4294,16 @@ static void __noclone vmx_vcpu_run(struc
  
        vmx->idt_vectoring_info = vmcs_read32(IDT_VECTORING_INFO_FIELD);
  
@@ -16792,28 +16086,10 @@ diff -urNp linux-2.6.38.6/arch/x86/kvm/vmx.c linux-2.6.38.6/arch/x86/kvm/vmx.c
        vmx->launched = 1;
  
        vmx->exit_reason = vmcs_read32(VM_EXIT_REASON);
-@@ -4326,7 +4353,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.38.6/arch/x86/kvm/x86.c linux-2.6.38.6/arch/x86/kvm/x86.c
---- linux-2.6.38.6/arch/x86/kvm/x86.c  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/kvm/x86.c  2011-04-28 19:34:14.000000000 -0400
-@@ -93,7 +93,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;
-@@ -2023,6 +2023,8 @@ long kvm_arch_dev_ioctl(struct file *fil
+diff -urNp linux-3.0.3/arch/x86/kvm/x86.c linux-3.0.3/arch/x86/kvm/x86.c
+--- linux-3.0.3/arch/x86/kvm/x86.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -16822,7 +16098,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kvm/x86.c linux-2.6.38.6/arch/x86/kvm/x86.c
                if (copy_to_user(user_msr_list->indices, &msrs_to_save,
                                 num_msrs_to_save * sizeof(u32)))
                        goto out;
-@@ -2190,15 +2192,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)
  {
@@ -16846,7 +16122,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kvm/x86.c linux-2.6.38.6/arch/x86/kvm/x86.c
        vcpu->arch.cpuid_nent = cpuid->nent;
        kvm_apic_set_version(vcpu);
        kvm_x86_ops->cpuid_update(vcpu);
-@@ -2213,15 +2220,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)
  {
@@ -16869,7 +16145,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kvm/x86.c linux-2.6.38.6/arch/x86/kvm/x86.c
        return 0;
  
  out:
-@@ -2499,7 +2510,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)
  {
@@ -16878,7 +16154,7 @@ diff -urNp linux-2.6.38.6/arch/x86/kvm/x86.c linux-2.6.38.6/arch/x86/kvm/x86.c
                return -EINVAL;
        if (irqchip_in_kernel(vcpu->kvm))
                return -ENXIO;
-@@ -4687,10 +4698,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);
  
@@ -16886,14 +16162,25 @@ diff -urNp linux-2.6.38.6/arch/x86/kvm/x86.c linux-2.6.38.6/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.38.6/arch/x86/lib/atomic64_32.c linux-2.6.38.6/arch/x86/lib/atomic64_32.c
---- linux-2.6.38.6/arch/x86/lib/atomic64_32.c  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/lib/atomic64_32.c  2011-05-02 19:07:09.000000000 -0400
+       struct kvm_x86_ops *ops = (struct kvm_x86_ops *)opaque;
+diff -urNp linux-3.0.3/arch/x86/lguest/boot.c linux-3.0.3/arch/x86/lguest/boot.c
+--- linux-3.0.3/arch/x86/lguest/boot.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.3/arch/x86/lib/atomic64_32.c linux-3.0.3/arch/x86/lib/atomic64_32.c
+--- linux-3.0.3/arch/x86/lib/atomic64_32.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);
@@ -16972,10 +16259,10 @@ diff -urNp linux-2.6.38.6/arch/x86/lib/atomic64_32.c linux-2.6.38.6/arch/x86/lib
  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.38.6/arch/x86/lib/atomic64_386_32.S linux-2.6.38.6/arch/x86/lib/atomic64_386_32.S
---- linux-2.6.38.6/arch/x86/lib/atomic64_386_32.S      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/lib/atomic64_386_32.S      2011-05-02 19:07:09.000000000 -0400
-@@ -50,6 +50,10 @@ BEGIN(read)
+diff -urNp linux-3.0.3/arch/x86/lib/atomic64_386_32.S linux-3.0.3/arch/x86/lib/atomic64_386_32.S
+--- linux-3.0.3/arch/x86/lib/atomic64_386_32.S 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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
  RET_ENDP
@@ -16986,7 +16273,7 @@ diff -urNp linux-2.6.38.6/arch/x86/lib/atomic64_386_32.S linux-2.6.38.6/arch/x86
  #undef v
  
  #define v %esi
-@@ -57,6 +61,10 @@ BEGIN(set)
+@@ -55,6 +59,10 @@ BEGIN(set)
        movl %ebx,  (v)
        movl %ecx, 4(v)
  RET_ENDP
@@ -16997,7 +16284,7 @@ diff -urNp linux-2.6.38.6/arch/x86/lib/atomic64_386_32.S linux-2.6.38.6/arch/x86
  #undef v
  
  #define v  %esi
-@@ -72,6 +80,20 @@ RET_ENDP
+@@ -70,6 +78,20 @@ RET_ENDP
  BEGIN(add)
        addl %eax,  (v)
        adcl %edx, 4(v)
@@ -17018,7 +16305,7 @@ diff -urNp linux-2.6.38.6/arch/x86/lib/atomic64_386_32.S linux-2.6.38.6/arch/x86
  RET_ENDP
  #undef v
  
-@@ -79,6 +101,24 @@ RET_ENDP
+@@ -77,6 +99,24 @@ RET_ENDP
  BEGIN(add_return)
        addl  (v), %eax
        adcl 4(v), %edx
@@ -17043,7 +16330,7 @@ diff -urNp linux-2.6.38.6/arch/x86/lib/atomic64_386_32.S linux-2.6.38.6/arch/x86
        movl %eax,  (v)
        movl %edx, 4(v)
  RET_ENDP
-@@ -88,6 +128,20 @@ RET_ENDP
+@@ -86,6 +126,20 @@ RET_ENDP
  BEGIN(sub)
        subl %eax,  (v)
        sbbl %edx, 4(v)
@@ -17064,7 +16351,7 @@ diff -urNp linux-2.6.38.6/arch/x86/lib/atomic64_386_32.S linux-2.6.38.6/arch/x86
  RET_ENDP
  #undef v
  
-@@ -98,6 +152,27 @@ BEGIN(sub_return)
+@@ -96,6 +150,27 @@ BEGIN(sub_return)
        sbbl $0, %edx
        addl  (v), %eax
        adcl 4(v), %edx
@@ -17092,7 +16379,7 @@ diff -urNp linux-2.6.38.6/arch/x86/lib/atomic64_386_32.S linux-2.6.38.6/arch/x86
        movl %eax,  (v)
        movl %edx, 4(v)
  RET_ENDP
-@@ -107,6 +182,20 @@ RET_ENDP
+@@ -105,6 +180,20 @@ RET_ENDP
  BEGIN(inc)
        addl $1,  (v)
        adcl $0, 4(v)
@@ -17113,7 +16400,7 @@ diff -urNp linux-2.6.38.6/arch/x86/lib/atomic64_386_32.S linux-2.6.38.6/arch/x86
  RET_ENDP
  #undef v
  
-@@ -116,6 +205,26 @@ BEGIN(inc_return)
+@@ -114,6 +203,26 @@ BEGIN(inc_return)
        movl 4(v), %edx
        addl $1, %eax
        adcl $0, %edx
@@ -17140,7 +16427,7 @@ diff -urNp linux-2.6.38.6/arch/x86/lib/atomic64_386_32.S linux-2.6.38.6/arch/x86
        movl %eax,  (v)
        movl %edx, 4(v)
  RET_ENDP
-@@ -125,6 +234,20 @@ RET_ENDP
+@@ -123,6 +232,20 @@ RET_ENDP
  BEGIN(dec)
        subl $1,  (v)
        sbbl $0, 4(v)
@@ -17161,7 +16448,7 @@ diff -urNp linux-2.6.38.6/arch/x86/lib/atomic64_386_32.S linux-2.6.38.6/arch/x86
  RET_ENDP
  #undef v
  
-@@ -134,6 +257,26 @@ BEGIN(dec_return)
+@@ -132,6 +255,26 @@ BEGIN(dec_return)
        movl 4(v), %edx
        subl $1, %eax
        sbbl $0, %edx
@@ -17188,7 +16475,7 @@ diff -urNp linux-2.6.38.6/arch/x86/lib/atomic64_386_32.S linux-2.6.38.6/arch/x86
        movl %eax,  (v)
        movl %edx, 4(v)
  RET_ENDP
-@@ -145,6 +288,13 @@ BEGIN(add_unless)
+@@ -143,6 +286,13 @@ BEGIN(add_unless)
        adcl %edx, %edi
        addl  (v), %eax
        adcl 4(v), %edx
@@ -17202,7 +16489,7 @@ diff -urNp linux-2.6.38.6/arch/x86/lib/atomic64_386_32.S linux-2.6.38.6/arch/x86
        cmpl %eax, %esi
        je 3f
  1:
-@@ -170,6 +320,13 @@ BEGIN(inc_not_zero)
+@@ -168,6 +318,13 @@ BEGIN(inc_not_zero)
  1:
        addl $1, %eax
        adcl $0, %edx
@@ -17216,7 +16503,7 @@ diff -urNp linux-2.6.38.6/arch/x86/lib/atomic64_386_32.S linux-2.6.38.6/arch/x86
        movl %eax,  (v)
        movl %edx, 4(v)
        movl $1, %eax
-@@ -188,6 +345,13 @@ BEGIN(dec_if_positive)
+@@ -186,6 +343,13 @@ BEGIN(dec_if_positive)
        movl 4(v), %edx
        subl $1, %eax
        sbbl $0, %edx
@@ -17230,10 +16517,10 @@ diff -urNp linux-2.6.38.6/arch/x86/lib/atomic64_386_32.S linux-2.6.38.6/arch/x86
        js 1f
        movl %eax,  (v)
        movl %edx, 4(v)
-diff -urNp linux-2.6.38.6/arch/x86/lib/atomic64_cx8_32.S linux-2.6.38.6/arch/x86/lib/atomic64_cx8_32.S
---- linux-2.6.38.6/arch/x86/lib/atomic64_cx8_32.S      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/lib/atomic64_cx8_32.S      2011-05-02 19:07:09.000000000 -0400
-@@ -41,6 +41,14 @@ ENTRY(atomic64_read_cx8)
+diff -urNp linux-3.0.3/arch/x86/lib/atomic64_cx8_32.S linux-3.0.3/arch/x86/lib/atomic64_cx8_32.S
+--- linux-3.0.3/arch/x86/lib/atomic64_cx8_32.S 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/arch/x86/lib/atomic64_cx8_32.S 2011-08-23 21:47:55.000000000 -0400
+@@ -39,6 +39,14 @@ ENTRY(atomic64_read_cx8)
        CFI_ENDPROC
  ENDPROC(atomic64_read_cx8)
  
@@ -17248,7 +16535,7 @@ diff -urNp linux-2.6.38.6/arch/x86/lib/atomic64_cx8_32.S linux-2.6.38.6/arch/x86
  ENTRY(atomic64_set_cx8)
        CFI_STARTPROC
  
-@@ -54,6 +62,19 @@ ENTRY(atomic64_set_cx8)
+@@ -52,6 +60,19 @@ ENTRY(atomic64_set_cx8)
        CFI_ENDPROC
  ENDPROC(atomic64_set_cx8)
  
@@ -17268,7 +16555,7 @@ diff -urNp linux-2.6.38.6/arch/x86/lib/atomic64_cx8_32.S linux-2.6.38.6/arch/x86
  ENTRY(atomic64_xchg_cx8)
        CFI_STARTPROC
  
-@@ -68,8 +89,8 @@ ENTRY(atomic64_xchg_cx8)
+@@ -66,8 +87,8 @@ ENTRY(atomic64_xchg_cx8)
        CFI_ENDPROC
  ENDPROC(atomic64_xchg_cx8)
  
@@ -17279,7 +16566,7 @@ diff -urNp linux-2.6.38.6/arch/x86/lib/atomic64_cx8_32.S linux-2.6.38.6/arch/x86
        CFI_STARTPROC
        SAVE ebp
        SAVE ebx
-@@ -86,27 +107,43 @@ ENTRY(atomic64_\func\()_return_cx8)
+@@ -84,27 +105,43 @@ ENTRY(atomic64_\func\()_return_cx8)
        movl %edx, %ecx
        \ins\()l %esi, %ebx
        \insc\()l %edi, %ecx
@@ -17328,7 +16615,7 @@ diff -urNp linux-2.6.38.6/arch/x86/lib/atomic64_cx8_32.S linux-2.6.38.6/arch/x86
        CFI_STARTPROC
        SAVE ebx
  
-@@ -116,21 +153,38 @@ ENTRY(atomic64_\func\()_return_cx8)
+@@ -114,21 +151,38 @@ ENTRY(atomic64_\func\()_return_cx8)
        movl %edx, %ecx
        \ins\()l $1, %ebx
        \insc\()l $0, %ecx
@@ -17369,7 +16656,7 @@ diff -urNp linux-2.6.38.6/arch/x86/lib/atomic64_cx8_32.S linux-2.6.38.6/arch/x86
  
  ENTRY(atomic64_dec_if_positive_cx8)
        CFI_STARTPROC
-@@ -142,6 +196,13 @@ ENTRY(atomic64_dec_if_positive_cx8)
+@@ -140,6 +194,13 @@ ENTRY(atomic64_dec_if_positive_cx8)
        movl %edx, %ecx
        subl $1, %ebx
        sbb $0, %ecx
@@ -17383,7 +16670,7 @@ diff -urNp linux-2.6.38.6/arch/x86/lib/atomic64_cx8_32.S linux-2.6.38.6/arch/x86
        js 2f
        LOCK_PREFIX
        cmpxchg8b (%esi)
-@@ -176,6 +237,13 @@ ENTRY(atomic64_add_unless_cx8)
+@@ -174,6 +235,13 @@ ENTRY(atomic64_add_unless_cx8)
        movl %edx, %ecx
        addl %esi, %ebx
        adcl %edi, %ecx
@@ -17397,7 +16684,7 @@ diff -urNp linux-2.6.38.6/arch/x86/lib/atomic64_cx8_32.S linux-2.6.38.6/arch/x86
        LOCK_PREFIX
        cmpxchg8b (%ebp)
        jne 1b
-@@ -208,6 +276,13 @@ ENTRY(atomic64_inc_not_zero_cx8)
+@@ -206,6 +274,13 @@ ENTRY(atomic64_inc_not_zero_cx8)
        movl %edx, %ecx
        addl $1, %ebx
        adcl $0, %ecx
@@ -17411,9 +16698,9 @@ diff -urNp linux-2.6.38.6/arch/x86/lib/atomic64_cx8_32.S linux-2.6.38.6/arch/x86
        LOCK_PREFIX
        cmpxchg8b (%esi)
        jne 1b
-diff -urNp linux-2.6.38.6/arch/x86/lib/checksum_32.S linux-2.6.38.6/arch/x86/lib/checksum_32.S
---- linux-2.6.38.6/arch/x86/lib/checksum_32.S  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/lib/checksum_32.S  2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/x86/lib/checksum_32.S linux-3.0.3/arch/x86/lib/checksum_32.S
+--- linux-3.0.3/arch/x86/lib/checksum_32.S     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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>
@@ -17424,7 +16711,7 @@ diff -urNp linux-2.6.38.6/arch/x86/lib/checksum_32.S linux-2.6.38.6/arch/x86/lib
  /*
   * computes a partial checksum, e.g. for TCP/UDP fragments
   */
-@@ -304,9 +305,28 @@ unsigned int csum_partial_copy_generic (
+@@ -296,9 +297,24 @@ unsigned int csum_partial_copy_generic (
  
  #define ARGBASE 16            
  #define FP            12
@@ -17435,27 +16722,23 @@ diff -urNp linux-2.6.38.6/arch/x86/lib/checksum_32.S linux-2.6.38.6/arch/x86/lib
        CFI_STARTPROC
 +
 +#ifdef CONFIG_PAX_MEMORY_UDEREF
-+      pushl %gs
-+      CFI_ADJUST_CFA_OFFSET 4
-+      popl %es
-+      CFI_ADJUST_CFA_OFFSET -4
++      pushl_cfi %gs
++      popl_cfi %es
 +      jmp csum_partial_copy_generic
 +#endif
 +
 +ENTRY(csum_partial_copy_generic_from_user)
 +
 +#ifdef CONFIG_PAX_MEMORY_UDEREF
-+      pushl %gs
-+      CFI_ADJUST_CFA_OFFSET 4
-+      popl %ds
-+      CFI_ADJUST_CFA_OFFSET -4
++      pushl_cfi %gs
++      popl_cfi %ds
 +#endif
 +
 +ENTRY(csum_partial_copy_generic)
        subl  $4,%esp   
        CFI_ADJUST_CFA_OFFSET 4
-       pushl %edi
-@@ -331,7 +351,7 @@ ENTRY(csum_partial_copy_generic)
+       pushl_cfi %edi
+@@ -320,7 +336,7 @@ ENTRY(csum_partial_copy_generic)
        jmp 4f
  SRC(1:        movw (%esi), %bx        )
        addl $2, %esi
@@ -17464,7 +16747,7 @@ diff -urNp linux-2.6.38.6/arch/x86/lib/checksum_32.S linux-2.6.38.6/arch/x86/lib
        addl $2, %edi
        addw %bx, %ax   
        adcl $0, %eax
-@@ -343,30 +363,30 @@ DST(     movw %bx, (%edi)        )
+@@ -332,30 +348,30 @@ DST(     movw %bx, (%edi)        )
  SRC(1:        movl (%esi), %ebx       )
  SRC(  movl 4(%esi), %edx      )
        adcl %ebx, %eax
@@ -17503,7 +16786,7 @@ diff -urNp linux-2.6.38.6/arch/x86/lib/checksum_32.S linux-2.6.38.6/arch/x86/lib
  
        lea 32(%esi), %esi
        lea 32(%edi), %edi
-@@ -380,7 +400,7 @@ DST(       movl %edx, 28(%edi)     )
+@@ -369,7 +385,7 @@ DST(       movl %edx, 28(%edi)     )
        shrl $2, %edx                   # This clears CF
  SRC(3:        movl (%esi), %ebx       )
        adcl %ebx, %eax
@@ -17512,7 +16795,7 @@ diff -urNp linux-2.6.38.6/arch/x86/lib/checksum_32.S linux-2.6.38.6/arch/x86/lib
        lea 4(%esi), %esi
        lea 4(%edi), %edi
        dec %edx
-@@ -392,12 +412,12 @@ DST(     movl %ebx, (%edi)       )
+@@ -381,12 +397,12 @@ DST(     movl %ebx, (%edi)       )
        jb 5f
  SRC(  movw (%esi), %cx        )
        leal 2(%esi), %esi
@@ -17527,7 +16810,7 @@ diff -urNp linux-2.6.38.6/arch/x86/lib/checksum_32.S linux-2.6.38.6/arch/x86/lib
  6:    addl %ecx, %eax
        adcl $0, %eax
  7:
-@@ -408,7 +428,7 @@ DST(       movb %cl, (%edi)        )
+@@ -397,7 +413,7 @@ DST(       movb %cl, (%edi)        )
  
  6001:
        movl ARGBASE+20(%esp), %ebx     # src_err_ptr
@@ -17536,7 +16819,7 @@ diff -urNp linux-2.6.38.6/arch/x86/lib/checksum_32.S linux-2.6.38.6/arch/x86/lib
  
        # zero the complete destination - computing the rest
        # is too much work 
-@@ -421,11 +441,19 @@ DST(     movb %cl, (%edi)        )
+@@ -410,11 +426,15 @@ DST(     movb %cl, (%edi)        )
  
  6002:
        movl ARGBASE+24(%esp), %ebx     # dst_err_ptr
@@ -17546,19 +16829,15 @@ diff -urNp linux-2.6.38.6/arch/x86/lib/checksum_32.S linux-2.6.38.6/arch/x86/lib
  
  .previous
  
-+      pushl %ss
-+      CFI_ADJUST_CFA_OFFSET 4
-+      popl %ds
-+      CFI_ADJUST_CFA_OFFSET -4
-+      pushl %ss
-+      CFI_ADJUST_CFA_OFFSET 4
-+      popl %es
-+      CFI_ADJUST_CFA_OFFSET -4
-       popl %ebx
-       CFI_ADJUST_CFA_OFFSET -4
++      pushl_cfi %ss
++      popl_cfi %ds
++      pushl_cfi %ss
++      popl_cfi %es
+       popl_cfi %ebx
        CFI_RESTORE ebx
-@@ -439,26 +467,47 @@ DST(     movb %cl, (%edi)        )
-       CFI_ADJUST_CFA_OFFSET -4
+       popl_cfi %esi
+@@ -424,26 +444,43 @@ DST(     movb %cl, (%edi)        )
+       popl_cfi %ecx                   # equivalent to addl $4,%esp
        ret     
        CFI_ENDPROC
 -ENDPROC(csum_partial_copy_generic)
@@ -17590,27 +16869,23 @@ diff -urNp linux-2.6.38.6/arch/x86/lib/checksum_32.S linux-2.6.38.6/arch/x86/lib
        CFI_STARTPROC
 +
 +#ifdef CONFIG_PAX_MEMORY_UDEREF
-+      pushl %gs
-+      CFI_ADJUST_CFA_OFFSET 4
-+      popl %es
-+      CFI_ADJUST_CFA_OFFSET -4
++      pushl_cfi %gs
++      popl_cfi %es
 +      jmp csum_partial_copy_generic
 +#endif
 +
 +ENTRY(csum_partial_copy_generic_from_user)
 +
 +#ifdef CONFIG_PAX_MEMORY_UDEREF
-+      pushl %gs
-+      CFI_ADJUST_CFA_OFFSET 4
-+      popl %ds
-+      CFI_ADJUST_CFA_OFFSET -4
++      pushl_cfi %gs
++      popl_cfi %ds
 +#endif
 +
 +ENTRY(csum_partial_copy_generic)
-       pushl %ebx
-       CFI_ADJUST_CFA_OFFSET 4
+       pushl_cfi %ebx
        CFI_REL_OFFSET ebx, 0
-@@ -482,7 +531,7 @@ ENTRY(csum_partial_copy_generic)
+       pushl_cfi %edi
+@@ -464,7 +501,7 @@ ENTRY(csum_partial_copy_generic)
        subl %ebx, %edi  
        lea  -1(%esi),%edx
        andl $-32,%edx
@@ -17619,7 +16894,7 @@ diff -urNp linux-2.6.38.6/arch/x86/lib/checksum_32.S linux-2.6.38.6/arch/x86/lib
        testl %esi, %esi 
        jmp *%ebx
  1:    addl $64,%esi
-@@ -503,19 +552,19 @@ ENTRY(csum_partial_copy_generic)
+@@ -485,19 +522,19 @@ ENTRY(csum_partial_copy_generic)
        jb 5f
  SRC(  movw (%esi), %dx         )
        leal 2(%esi), %esi
@@ -17642,7 +16917,7 @@ diff -urNp linux-2.6.38.6/arch/x86/lib/checksum_32.S linux-2.6.38.6/arch/x86/lib
        # zero the complete destination (computing the rest is too much work)
        movl ARGBASE+8(%esp),%edi       # dst
        movl ARGBASE+12(%esp),%ecx      # len
-@@ -523,10 +572,21 @@ DST(     movb %dl, (%edi)         )
+@@ -505,10 +542,17 @@ DST(     movb %dl, (%edi)         )
        rep; stosb
        jmp 7b
  6002: movl ARGBASE+24(%esp), %ebx     # dst_err_ptr
@@ -17652,20 +16927,16 @@ diff -urNp linux-2.6.38.6/arch/x86/lib/checksum_32.S linux-2.6.38.6/arch/x86/lib
  .previous                             
  
 +#ifdef CONFIG_PAX_MEMORY_UDEREF
-+      pushl %ss
-+      CFI_ADJUST_CFA_OFFSET 4
-+      popl %ds
-+      CFI_ADJUST_CFA_OFFSET -4
-+      pushl %ss
-+      CFI_ADJUST_CFA_OFFSET 4
-+      popl %es
-+      CFI_ADJUST_CFA_OFFSET -4
++      pushl_cfi %ss
++      popl_cfi %ds
++      pushl_cfi %ss
++      popl_cfi %es
 +#endif
 +
-       popl %esi
-       CFI_ADJUST_CFA_OFFSET -4
+       popl_cfi %esi
        CFI_RESTORE esi
-@@ -538,7 +598,7 @@ DST(       movb %dl, (%edi)         )
+       popl_cfi %edi
+@@ -517,7 +561,7 @@ DST(       movb %dl, (%edi)         )
        CFI_RESTORE ebx
        ret
        CFI_ENDPROC
@@ -17674,10 +16945,10 @@ diff -urNp linux-2.6.38.6/arch/x86/lib/checksum_32.S linux-2.6.38.6/arch/x86/lib
                                
  #undef ROUND
  #undef ROUND1         
-diff -urNp linux-2.6.38.6/arch/x86/lib/clear_page_64.S linux-2.6.38.6/arch/x86/lib/clear_page_64.S
---- linux-2.6.38.6/arch/x86/lib/clear_page_64.S        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/lib/clear_page_64.S        2011-04-28 19:34:14.000000000 -0400
-@@ -43,7 +43,7 @@ ENDPROC(clear_page)
+diff -urNp linux-3.0.3/arch/x86/lib/clear_page_64.S linux-3.0.3/arch/x86/lib/clear_page_64.S
+--- linux-3.0.3/arch/x86/lib/clear_page_64.S   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/arch/x86/lib/clear_page_64.S   2011-08-23 21:47:55.000000000 -0400
+@@ -58,7 +58,7 @@ ENDPROC(clear_page)
  
  #include <asm/cpufeature.h>
  
@@ -17685,10 +16956,10 @@ diff -urNp linux-2.6.38.6/arch/x86/lib/clear_page_64.S linux-2.6.38.6/arch/x86/l
 +      .section .altinstr_replacement,"a"
  1:    .byte 0xeb                                      /* jmp <disp8> */
        .byte (clear_page_c - clear_page) - (2f - 1b)   /* offset */
- 2:
-diff -urNp linux-2.6.38.6/arch/x86/lib/copy_page_64.S linux-2.6.38.6/arch/x86/lib/copy_page_64.S
---- linux-2.6.38.6/arch/x86/lib/copy_page_64.S 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/lib/copy_page_64.S 2011-04-28 19:34:14.000000000 -0400
+ 2:    .byte 0xeb                                      /* jmp <disp8> */
+diff -urNp linux-3.0.3/arch/x86/lib/copy_page_64.S linux-3.0.3/arch/x86/lib/copy_page_64.S
+--- linux-3.0.3/arch/x86/lib/copy_page_64.S    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/arch/x86/lib/copy_page_64.S    2011-08-23 21:47:55.000000000 -0400
 @@ -104,7 +104,7 @@ ENDPROC(copy_page)
  
  #include <asm/cpufeature.h>
@@ -17698,26 +16969,27 @@ diff -urNp linux-2.6.38.6/arch/x86/lib/copy_page_64.S linux-2.6.38.6/arch/x86/li
  1:    .byte 0xeb                                      /* jmp <disp8> */
        .byte (copy_page_c - copy_page) - (2f - 1b)     /* offset */
  2:
-diff -urNp linux-2.6.38.6/arch/x86/lib/copy_user_64.S linux-2.6.38.6/arch/x86/lib/copy_user_64.S
---- linux-2.6.38.6/arch/x86/lib/copy_user_64.S 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/lib/copy_user_64.S 2011-04-28 19:34:14.000000000 -0400
-@@ -15,13 +15,14 @@
- #include <asm/asm-offsets.h>
+diff -urNp linux-3.0.3/arch/x86/lib/copy_user_64.S linux-3.0.3/arch/x86/lib/copy_user_64.S
+--- linux-3.0.3/arch/x86/lib/copy_user_64.S    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/arch/x86/lib/copy_user_64.S    2011-08-23 21:47:55.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,41 +72,13 @@
  #endif
        .endm
  
@@ -17729,8 +17001,10 @@ diff -urNp linux-2.6.38.6/arch/x86/lib/copy_user_64.S linux-2.6.38.6/arch/x86/li
 -      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)
 -
@@ -17742,8 +17016,10 @@ diff -urNp linux-2.6.38.6/arch/x86/lib/copy_user_64.S linux-2.6.38.6/arch/x86/li
 -      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)
 -
@@ -17757,9 +17033,9 @@ diff -urNp linux-2.6.38.6/arch/x86/lib/copy_user_64.S linux-2.6.38.6/arch/x86/li
        movl %edx,%ecx
        xorl %eax,%eax
        rep
-diff -urNp linux-2.6.38.6/arch/x86/lib/copy_user_nocache_64.S linux-2.6.38.6/arch/x86/lib/copy_user_nocache_64.S
---- linux-2.6.38.6/arch/x86/lib/copy_user_nocache_64.S 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/lib/copy_user_nocache_64.S 2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/x86/lib/copy_user_nocache_64.S linux-3.0.3/arch/x86/lib/copy_user_nocache_64.S
+--- linux-3.0.3/arch/x86/lib/copy_user_nocache_64.S    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/arch/x86/lib/copy_user_nocache_64.S    2011-08-23 21:47:55.000000000 -0400
 @@ -14,6 +14,7 @@
  #include <asm/current.h>
  #include <asm/asm-offsets.h>
@@ -17784,9 +17060,9 @@ diff -urNp linux-2.6.38.6/arch/x86/lib/copy_user_nocache_64.S linux-2.6.38.6/arc
        cmpl $8,%edx
        jb 20f          /* less then 8 bytes, go to byte copy loop */
        ALIGN_DESTINATION
-diff -urNp linux-2.6.38.6/arch/x86/lib/csum-wrappers_64.c linux-2.6.38.6/arch/x86/lib/csum-wrappers_64.c
---- linux-2.6.38.6/arch/x86/lib/csum-wrappers_64.c     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/lib/csum-wrappers_64.c     2011-04-28 19:57:25.000000000 -0400
+diff -urNp linux-3.0.3/arch/x86/lib/csum-wrappers_64.c linux-3.0.3/arch/x86/lib/csum-wrappers_64.c
+--- linux-3.0.3/arch/x86/lib/csum-wrappers_64.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
                }
@@ -17813,9 +17089,9 @@ diff -urNp linux-2.6.38.6/arch/x86/lib/csum-wrappers_64.c linux-2.6.38.6/arch/x8
        return csum_partial_copy_generic(src, (void __force *)dst,
                                         len, isum, NULL, errp);
  }
-diff -urNp linux-2.6.38.6/arch/x86/lib/getuser.S linux-2.6.38.6/arch/x86/lib/getuser.S
---- linux-2.6.38.6/arch/x86/lib/getuser.S      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/lib/getuser.S      2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/x86/lib/getuser.S linux-3.0.3/arch/x86/lib/getuser.S
+--- linux-3.0.3/arch/x86/lib/getuser.S 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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>
@@ -17921,9 +17197,9 @@ diff -urNp linux-2.6.38.6/arch/x86/lib/getuser.S linux-2.6.38.6/arch/x86/lib/get
  4:    movq -7(%_ASM_AX),%_ASM_DX
        xor %eax,%eax
        ret
-diff -urNp linux-2.6.38.6/arch/x86/lib/insn.c linux-2.6.38.6/arch/x86/lib/insn.c
---- linux-2.6.38.6/arch/x86/lib/insn.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/lib/insn.c 2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/x86/lib/insn.c linux-3.0.3/arch/x86/lib/insn.c
+--- linux-3.0.3/arch/x86/lib/insn.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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>
@@ -17947,9 +17223,9 @@ diff -urNp linux-2.6.38.6/arch/x86/lib/insn.c linux-2.6.38.6/arch/x86/lib/insn.c
        insn->x86_64 = x86_64 ? 1 : 0;
        insn->opnd_bytes = 4;
        if (x86_64)
-diff -urNp linux-2.6.38.6/arch/x86/lib/mmx_32.c linux-2.6.38.6/arch/x86/lib/mmx_32.c
---- linux-2.6.38.6/arch/x86/lib/mmx_32.c       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/lib/mmx_32.c       2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/x86/lib/mmx_32.c linux-3.0.3/arch/x86/lib/mmx_32.c
+--- linux-3.0.3/arch/x86/lib/mmx_32.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -18265,9 +17541,9 @@ diff -urNp linux-2.6.38.6/arch/x86/lib/mmx_32.c linux-2.6.38.6/arch/x86/lib/mmx_
  
                from += 64;
                to += 64;
-diff -urNp linux-2.6.38.6/arch/x86/lib/putuser.S linux-2.6.38.6/arch/x86/lib/putuser.S
---- linux-2.6.38.6/arch/x86/lib/putuser.S      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/lib/putuser.S      2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/x86/lib/putuser.S linux-3.0.3/arch/x86/lib/putuser.S
+--- linux-3.0.3/arch/x86/lib/putuser.S 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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>
@@ -18405,9 +17681,9 @@ diff -urNp linux-2.6.38.6/arch/x86/lib/putuser.S linux-2.6.38.6/arch/x86/lib/put
  #endif
        xor %eax,%eax
        EXIT
-diff -urNp linux-2.6.38.6/arch/x86/lib/usercopy_32.c linux-2.6.38.6/arch/x86/lib/usercopy_32.c
---- linux-2.6.38.6/arch/x86/lib/usercopy_32.c  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/lib/usercopy_32.c  2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/x86/lib/usercopy_32.c linux-3.0.3/arch/x86/lib/usercopy_32.c
+--- linux-3.0.3/arch/x86/lib/usercopy_32.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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"                                     \
@@ -19028,9 +18304,9 @@ diff -urNp linux-2.6.38.6/arch/x86/lib/usercopy_32.c linux-2.6.38.6/arch/x86/lib
 +}
 +EXPORT_SYMBOL(set_fs);
 +#endif
-diff -urNp linux-2.6.38.6/arch/x86/lib/usercopy_64.c linux-2.6.38.6/arch/x86/lib/usercopy_64.c
---- linux-2.6.38.6/arch/x86/lib/usercopy_64.c  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/lib/usercopy_64.c  2011-04-28 19:57:25.000000000 -0400
+diff -urNp linux-3.0.3/arch/x86/lib/usercopy_64.c linux-3.0.3/arch/x86/lib/usercopy_64.c
+--- linux-3.0.3/arch/x86/lib/usercopy_64.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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)
  {
@@ -19079,10 +18355,18 @@ diff -urNp linux-2.6.38.6/arch/x86/lib/usercopy_64.c linux-2.6.38.6/arch/x86/lib
  }
  EXPORT_SYMBOL(copy_in_user);
  
-diff -urNp linux-2.6.38.6/arch/x86/Makefile linux-2.6.38.6/arch/x86/Makefile
---- linux-2.6.38.6/arch/x86/Makefile   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/Makefile   2011-04-28 19:34:14.000000000 -0400
-@@ -195,3 +195,12 @@ define archhelp
+diff -urNp linux-3.0.3/arch/x86/Makefile linux-3.0.3/arch/x86/Makefile
+--- linux-3.0.3/arch/x86/Makefile      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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
@@ -19095,74 +18379,10 @@ diff -urNp linux-2.6.38.6/arch/x86/Makefile linux-2.6.38.6/arch/x86/Makefile
 +
 +archprepare:
 +      $(if $(LDFLAGS_BUILD_ID),,$(error $(OLD_LD)))
-diff -urNp linux-2.6.38.6/arch/x86/mm/extable.c linux-2.6.38.6/arch/x86/mm/extable.c
---- linux-2.6.38.6/arch/x86/mm/extable.c       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/mm/extable.c       2011-04-28 19:34:14.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.3/arch/x86/mm/extable.c linux-3.0.3/arch/x86/mm/extable.c
+--- linux-3.0.3/arch/x86/mm/extable.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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
@@ -19171,13 +18391,13 @@ diff -urNp linux-2.6.38.6/arch/x86/mm/extable.c linux-2.6.38.6/arch/x86/mm/extab
                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.38.6/arch/x86/mm/fault.c linux-2.6.38.6/arch/x86/mm/fault.c
---- linux-2.6.38.6/arch/x86/mm/fault.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/mm/fault.c 2011-04-28 19:34:14.000000000 -0400
-@@ -12,10 +12,18 @@
- #include <linux/mmiotrace.h>          /* kmmio_handler, ...           */
+diff -urNp linux-3.0.3/arch/x86/mm/fault.c linux-3.0.3/arch/x86/mm/fault.c
+--- linux-3.0.3/arch/x86/mm/fault.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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>
  
@@ -19193,7 +18413,7 @@ diff -urNp linux-2.6.38.6/arch/x86/mm/fault.c linux-2.6.38.6/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() */
@@ -19202,7 +18422,7 @@ diff -urNp linux-2.6.38.6/arch/x86/mm/fault.c linux-2.6.38.6/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 */
@@ -19214,7 +18434,7 @@ diff -urNp linux-2.6.38.6/arch/x86/mm/fault.c linux-2.6.38.6/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;
  
@@ -19226,7 +18446,7 @@ diff -urNp linux-2.6.38.6/arch/x86/mm/fault.c linux-2.6.38.6/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);
  }
  
@@ -19257,7 +18477,7 @@ diff -urNp linux-2.6.38.6/arch/x86/mm/fault.c linux-2.6.38.6/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) {
@@ -19280,7 +18500,7 @@ diff -urNp linux-2.6.38.6/arch/x86/mm/fault.c linux-2.6.38.6/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);
@@ -19295,7 +18515,7 @@ diff -urNp linux-2.6.38.6/arch/x86/mm/fault.c linux-2.6.38.6/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();
@@ -19307,7 +18527,7 @@ diff -urNp linux-2.6.38.6/arch/x86/mm/fault.c linux-2.6.38.6/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:
         */
@@ -19322,7 +18542,7 @@ diff -urNp linux-2.6.38.6/arch/x86/mm/fault.c linux-2.6.38.6/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
@@ -19331,7 +18551,7 @@ diff -urNp linux-2.6.38.6/arch/x86/mm/fault.c linux-2.6.38.6/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
@@ -19340,7 +18560,7 @@ diff -urNp linux-2.6.38.6/arch/x86/mm/fault.c linux-2.6.38.6/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;
  
@@ -19353,8 +18573,8 @@ diff -urNp linux-2.6.38.6/arch/x86/mm/fault.c linux-2.6.38.6/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)
@@ -19363,28 +18583,25 @@ diff -urNp linux-2.6.38.6/arch/x86/mm/fault.c linux-2.6.38.6/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;
 +              }
 +      }
@@ -19438,7 +18655,7 @@ diff -urNp linux-2.6.38.6/arch/x86/mm/fault.c linux-2.6.38.6/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;
  }
  
@@ -19538,7 +18755,7 @@ diff -urNp linux-2.6.38.6/arch/x86/mm/fault.c linux-2.6.38.6/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)
  {
@@ -19548,7 +18765,7 @@ diff -urNp linux-2.6.38.6/arch/x86/mm/fault.c linux-2.6.38.6/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;
@@ -19556,7 +18773,7 @@ diff -urNp linux-2.6.38.6/arch/x86/mm/fault.c linux-2.6.38.6/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: */
@@ -19571,7 +18788,7 @@ diff -urNp linux-2.6.38.6/arch/x86/mm/fault.c linux-2.6.38.6/arch/x86/mm/fault.c
 +              if (address < PAX_USER_SHADOW_BASE) {
 +                      printk(KERN_ERR "PAX: please report this to pageexec@freemail.hu\n");
 +                      printk(KERN_ERR "PAX: faulting IP: %pA\n", (void *)regs->ip);
-+                      show_trace_log_lvl(NULL, NULL, (void *)regs->sp, KERN_ERR);
++                      show_trace_log_lvl(NULL, NULL, (void *)regs->sp, regs->bp, KERN_ERR);
 +              } else
 +                      address -= PAX_USER_SHADOW_BASE;
 +      }
@@ -19586,7 +18803,7 @@ diff -urNp linux-2.6.38.6/arch/x86/mm/fault.c linux-2.6.38.6/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:
         */
@@ -19595,7 +18812,7 @@ diff -urNp linux-2.6.38.6/arch/x86/mm/fault.c linux-2.6.38.6/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();
        }
  
@@ -19607,7 +18824,7 @@ diff -urNp linux-2.6.38.6/arch/x86/mm/fault.c linux-2.6.38.6/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;
        }
@@ -19643,7 +18860,7 @@ diff -urNp linux-2.6.38.6/arch/x86/mm/fault.c linux-2.6.38.6/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);
  }
@@ -19843,9 +19060,9 @@ diff -urNp linux-2.6.38.6/arch/x86/mm/fault.c linux-2.6.38.6/arch/x86/mm/fault.c
 +
 +      return ret ? -EFAULT : 0;
 +}
-diff -urNp linux-2.6.38.6/arch/x86/mm/gup.c linux-2.6.38.6/arch/x86/mm/gup.c
---- linux-2.6.38.6/arch/x86/mm/gup.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/mm/gup.c   2011-04-28 19:34:14.000000000 -0400
+diff -urNp linux-3.0.3/arch/x86/mm/gup.c linux-3.0.3/arch/x86/mm/gup.c
+--- linux-3.0.3/arch/x86/mm/gup.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -19855,9 +19072,9 @@ diff -urNp linux-2.6.38.6/arch/x86/mm/gup.c linux-2.6.38.6/arch/x86/mm/gup.c
                                        (void __user *)start, len)))
                return 0;
  
-diff -urNp linux-2.6.38.6/arch/x86/mm/highmem_32.c linux-2.6.38.6/arch/x86/mm/highmem_32.c
---- linux-2.6.38.6/arch/x86/mm/highmem_32.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/mm/highmem_32.c    2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/arch/x86/mm/highmem_32.c linux-3.0.3/arch/x86/mm/highmem_32.c
+--- linux-3.0.3/arch/x86/mm/highmem_32.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);
@@ -19869,9 +19086,9 @@ diff -urNp linux-2.6.38.6/arch/x86/mm/highmem_32.c linux-2.6.38.6/arch/x86/mm/hi
  
        return (void *)vaddr;
  }
-diff -urNp linux-2.6.38.6/arch/x86/mm/hugetlbpage.c linux-2.6.38.6/arch/x86/mm/hugetlbpage.c
---- linux-2.6.38.6/arch/x86/mm/hugetlbpage.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/mm/hugetlbpage.c   2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/arch/x86/mm/hugetlbpage.c linux-3.0.3/arch/x86/mm/hugetlbpage.c
+--- linux-3.0.3/arch/x86/mm/hugetlbpage.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -19955,7 +19172,7 @@ diff -urNp linux-2.6.38.6/arch/x86/mm/hugetlbpage.c linux-2.6.38.6/arch/x86/mm/h
        if (mm->free_area_cache < len)
                goto fail;
  
-       /* either no address requested or cant fit in requested address hole */
+       /* either no address requested or can't fit in requested address hole */
 -      addr = (mm->free_area_cache - len) & huge_page_mask(h);
 +      addr = (mm->free_area_cache - len);
        do {
@@ -20079,9 +19296,9 @@ diff -urNp linux-2.6.38.6/arch/x86/mm/hugetlbpage.c linux-2.6.38.6/arch/x86/mm/h
                        return addr;
        }
        if (mm->get_unmapped_area == arch_get_unmapped_area)
-diff -urNp linux-2.6.38.6/arch/x86/mm/init_32.c linux-2.6.38.6/arch/x86/mm/init_32.c
---- linux-2.6.38.6/arch/x86/mm/init_32.c       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/mm/init_32.c       2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/arch/x86/mm/init_32.c linux-3.0.3/arch/x86/mm/init_32.c
+--- linux-3.0.3/arch/x86/mm/init_32.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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)
  }
  
@@ -20296,7 +19513,7 @@ diff -urNp linux-2.6.38.6/arch/x86/mm/init_32.c linux-2.6.38.6/arch/x86/mm/init_
  EXPORT_SYMBOL_GPL(__supported_pte_mask);
  
  /* user-defined highmem size */
-@@ -755,6 +754,12 @@ void __init mem_init(void)
+@@ -757,6 +756,12 @@ void __init mem_init(void)
  
        pci_iommu_alloc();
  
@@ -20309,7 +19526,7 @@ diff -urNp linux-2.6.38.6/arch/x86/mm/init_32.c linux-2.6.38.6/arch/x86/mm/init_
  #ifdef CONFIG_FLATMEM
        BUG_ON(!mem_map);
  #endif
-@@ -772,7 +777,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;
@@ -20318,7 +19535,7 @@ diff -urNp linux-2.6.38.6/arch/x86/mm/init_32.c linux-2.6.38.6/arch/x86/mm/init_
        initsize =  (unsigned long) &__init_end - (unsigned long) &__init_begin;
  
        printk(KERN_INFO "Memory: %luk/%luk available (%dk kernel code, "
-@@ -813,10 +818,10 @@ void __init mem_init(void)
+@@ -815,10 +820,10 @@ void __init mem_init(void)
                ((unsigned long)&__init_end -
                 (unsigned long)&__init_begin) >> 10,
  
@@ -20332,7 +19549,7 @@ diff -urNp linux-2.6.38.6/arch/x86/mm/init_32.c linux-2.6.38.6/arch/x86/mm/init_
                ((unsigned long)&_etext - (unsigned long)&_text) >> 10);
  
        /*
-@@ -894,6 +899,7 @@ void set_kernel_text_rw(void)
+@@ -896,6 +901,7 @@ void set_kernel_text_rw(void)
        if (!kernel_set_to_readonly)
                return;
  
@@ -20340,7 +19557,7 @@ diff -urNp linux-2.6.38.6/arch/x86/mm/init_32.c linux-2.6.38.6/arch/x86/mm/init_
        pr_debug("Set kernel text: %lx - %lx for read write\n",
                 start, start+size);
  
-@@ -908,6 +914,7 @@ void set_kernel_text_ro(void)
+@@ -910,6 +916,7 @@ void set_kernel_text_ro(void)
        if (!kernel_set_to_readonly)
                return;
  
@@ -20348,7 +19565,7 @@ diff -urNp linux-2.6.38.6/arch/x86/mm/init_32.c linux-2.6.38.6/arch/x86/mm/init_
        pr_debug("Set kernel text: %lx - %lx for read only\n",
                 start, start+size);
  
-@@ -936,6 +943,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;
  
@@ -20356,10 +19573,10 @@ diff -urNp linux-2.6.38.6/arch/x86/mm/init_32.c linux-2.6.38.6/arch/x86/mm/init_
        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.38.6/arch/x86/mm/init_64.c linux-2.6.38.6/arch/x86/mm/init_64.c
---- linux-2.6.38.6/arch/x86/mm/init_64.c       2011-04-18 17:27:18.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/mm/init_64.c       2011-04-28 19:34:15.000000000 -0400
-@@ -72,7 +72,7 @@ early_param("gbpages", parse_direct_gbpa
+diff -urNp linux-3.0.3/arch/x86/mm/init_64.c linux-3.0.3/arch/x86/mm/init_64.c
+--- linux-3.0.3/arch/x86/mm/init_64.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.
   */
  
@@ -20368,7 +19585,7 @@ diff -urNp linux-2.6.38.6/arch/x86/mm/init_64.c linux-2.6.38.6/arch/x86/mm/init_
  EXPORT_SYMBOL_GPL(__supported_pte_mask);
  
  int force_personality32;
-@@ -105,12 +105,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);
@@ -20391,7 +19608,7 @@ diff -urNp linux-2.6.38.6/arch/x86/mm/init_64.c linux-2.6.38.6/arch/x86/mm/init_
                list_for_each_entry(page, &pgd_list, lru) {
                        pgd_t *pgd;
                        spinlock_t *pgt_lock;
-@@ -119,6 +129,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);
@@ -20399,7 +19616,7 @@ diff -urNp linux-2.6.38.6/arch/x86/mm/init_64.c linux-2.6.38.6/arch/x86/mm/init_
  
                        if (pgd_none(*pgd))
                                set_pgd(pgd, *pgd_ref);
-@@ -126,7 +137,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));
  
@@ -20410,7 +19627,7 @@ diff -urNp linux-2.6.38.6/arch/x86/mm/init_64.c linux-2.6.38.6/arch/x86/mm/init_
                }
                spin_unlock(&pgd_lock);
        }
-@@ -200,7 +214,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);
  
@@ -20420,7 +19637,7 @@ diff -urNp linux-2.6.38.6/arch/x86/mm/init_64.c linux-2.6.38.6/arch/x86/mm/init_
  
        /*
         * It's enough to flush this one mapping.
-@@ -259,14 +275,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();
@@ -20437,7 +19654,7 @@ diff -urNp linux-2.6.38.6/arch/x86/mm/init_64.c linux-2.6.38.6/arch/x86/mm/init_
                }
                pmd = pmd_offset(pud, phys);
                BUG_ON(!pmd_none(*pmd));
-@@ -706,6 +720,12 @@ void __init mem_init(void)
+@@ -693,6 +707,12 @@ void __init mem_init(void)
  
        pci_iommu_alloc();
  
@@ -20450,7 +19667,7 @@ diff -urNp linux-2.6.38.6/arch/x86/mm/init_64.c linux-2.6.38.6/arch/x86/mm/init_
        /* clear_bss() already clear the empty_zero_page */
  
        reservedpages = 0;
-@@ -866,8 +886,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),
@@ -20460,8 +19677,8 @@ diff -urNp linux-2.6.38.6/arch/x86/mm/init_64.c linux-2.6.38.6/arch/x86/mm/init_
 +      .vm_flags       = VM_READ
  };
  
- struct vm_area_struct *get_gate_vma(struct task_struct *tsk)
-@@ -901,7 +921,7 @@ int in_gate_area_no_task(unsigned long a
+ struct vm_area_struct *get_gate_vma(struct mm_struct *mm)
+@@ -888,7 +908,7 @@ int in_gate_area_no_mm(unsigned long add
  
  const char *arch_vma_name(struct vm_area_struct *vma)
  {
@@ -20470,28 +19687,31 @@ diff -urNp linux-2.6.38.6/arch/x86/mm/init_64.c linux-2.6.38.6/arch/x86/mm/init_
                return "[vdso]";
        if (vma == &gate_vma)
                return "[vsyscall]";
-diff -urNp linux-2.6.38.6/arch/x86/mm/init.c linux-2.6.38.6/arch/x86/mm/init.c
---- linux-2.6.38.6/arch/x86/mm/init.c  2011-04-18 17:27:18.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/mm/init.c  2011-04-28 19:34:15.000000000 -0400
-@@ -72,11 +72,7 @@ static void __init find_early_table_spac
-        * cause a hotspot and fill up ZONE_DMA. The page tables
-        * need roughly 0.5KB per GB.
-        */
--#ifdef CONFIG_X86_32
--      start = 0x7000;
--#else
--      start = 0x8000;
--#endif
-+      start = 0x100000;
-       base = memblock_find_in_range(start, max_pfn_mapped<<PAGE_SHIFT,
-                                       tables, PAGE_SIZE);
-       if (base == MEMBLOCK_ERROR)
-@@ -323,7 +319,16 @@ unsigned long __init_refok init_memory_m
+diff -urNp linux-3.0.3/arch/x86/mm/init.c linux-3.0.3/arch/x86/mm/init.c
+--- linux-3.0.3/arch/x86/mm/init.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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)
+ {
+-      unsigned long puds, pmds, ptes, tables, start = 0, good_end = end;
++      unsigned long puds, pmds, ptes, tables, start = 0x100000, good_end = end;
+       phys_addr_t base;
+       puds = (end + PUD_SIZE - 1) >> PUD_SHIFT;
+@@ -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
@@ -20502,9 +19722,20 @@ diff -urNp linux-2.6.38.6/arch/x86/mm/init.c linux-2.6.38.6/arch/x86/mm/init.c
 +
 +      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;
-@@ -383,6 +388,86 @@ void free_init_pages(char *what, unsigne
+       if (!page_is_ram(pagenr))
+               return 1;
++
+       return 0;
+ }
+@@ -373,6 +395,86 @@ void free_init_pages(char *what, unsigne
  
  void free_initmem(void)
  {
@@ -20591,9 +19822,9 @@ diff -urNp linux-2.6.38.6/arch/x86/mm/init.c linux-2.6.38.6/arch/x86/mm/init.c
        free_init_pages("unused kernel memory",
                        (unsigned long)(&__init_begin),
                        (unsigned long)(&__init_end));
-diff -urNp linux-2.6.38.6/arch/x86/mm/iomap_32.c linux-2.6.38.6/arch/x86/mm/iomap_32.c
---- linux-2.6.38.6/arch/x86/mm/iomap_32.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/mm/iomap_32.c      2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/arch/x86/mm/iomap_32.c linux-3.0.3/arch/x86/mm/iomap_32.c
+--- linux-3.0.3/arch/x86/mm/iomap_32.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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();
@@ -20606,10 +19837,10 @@ diff -urNp linux-2.6.38.6/arch/x86/mm/iomap_32.c linux-2.6.38.6/arch/x86/mm/ioma
        arch_flush_lazy_mmu_mode();
  
        return (void *)vaddr;
-diff -urNp linux-2.6.38.6/arch/x86/mm/ioremap.c linux-2.6.38.6/arch/x86/mm/ioremap.c
---- linux-2.6.38.6/arch/x86/mm/ioremap.c       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/mm/ioremap.c       2011-04-28 19:34:15.000000000 -0400
-@@ -104,7 +104,7 @@ static void __iomem *__ioremap_caller(re
+diff -urNp linux-3.0.3/arch/x86/mm/ioremap.c linux-3.0.3/arch/x86/mm/ioremap.c
+--- linux-3.0.3/arch/x86/mm/ioremap.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);
  
@@ -20637,9 +19868,9 @@ diff -urNp linux-2.6.38.6/arch/x86/mm/ioremap.c linux-2.6.38.6/arch/x86/mm/iorem
  
        /*
         * The boot-ioremap range spans multiple pmds, for which
-diff -urNp linux-2.6.38.6/arch/x86/mm/kmemcheck/kmemcheck.c linux-2.6.38.6/arch/x86/mm/kmemcheck/kmemcheck.c
---- linux-2.6.38.6/arch/x86/mm/kmemcheck/kmemcheck.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/mm/kmemcheck/kmemcheck.c   2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/arch/x86/mm/kmemcheck/kmemcheck.c linux-3.0.3/arch/x86/mm/kmemcheck/kmemcheck.c
+--- linux-3.0.3/arch/x86/mm/kmemcheck/kmemcheck.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.
@@ -20652,9 +19883,9 @@ diff -urNp linux-2.6.38.6/arch/x86/mm/kmemcheck/kmemcheck.c linux-2.6.38.6/arch/
                return false;
  
        pte = kmemcheck_pte_lookup(address);
-diff -urNp linux-2.6.38.6/arch/x86/mm/mmap.c linux-2.6.38.6/arch/x86/mm/mmap.c
---- linux-2.6.38.6/arch/x86/mm/mmap.c  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/mm/mmap.c  2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/arch/x86/mm/mmap.c linux-3.0.3/arch/x86/mm/mmap.c
+--- linux-3.0.3/arch/x86/mm/mmap.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.
   */
@@ -20736,9 +19967,18 @@ diff -urNp linux-2.6.38.6/arch/x86/mm/mmap.c linux-2.6.38.6/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.38.6/arch/x86/mm/mmio-mod.c linux-2.6.38.6/arch/x86/mm/mmio-mod.c
---- linux-2.6.38.6/arch/x86/mm/mmio-mod.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/mm/mmio-mod.c      2011-04-28 19:57:25.000000000 -0400
+diff -urNp linux-3.0.3/arch/x86/mm/mmio-mod.c linux-3.0.3/arch/x86/mm/mmio-mod.c
+--- linux-3.0.3/arch/x86/mm/mmio-mod.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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)
@@ -20757,20 +19997,9 @@ diff -urNp linux-2.6.38.6/arch/x86/mm/mmio-mod.c linux-2.6.38.6/arch/x86/mm/mmio
        };
        map.map_id = trace->id;
  
-diff -urNp linux-2.6.38.6/arch/x86/mm/numa_32.c linux-2.6.38.6/arch/x86/mm/numa_32.c
---- linux-2.6.38.6/arch/x86/mm/numa_32.c       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/mm/numa_32.c       2011-04-28 19:34:15.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.38.6/arch/x86/mm/pageattr.c linux-2.6.38.6/arch/x86/mm/pageattr.c
---- linux-2.6.38.6/arch/x86/mm/pageattr.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/mm/pageattr.c      2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/arch/x86/mm/pageattr.c linux-3.0.3/arch/x86/mm/pageattr.c
+--- linux-3.0.3/arch/x86/mm/pageattr.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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
@@ -20855,9 +20084,9 @@ diff -urNp linux-2.6.38.6/arch/x86/mm/pageattr.c linux-2.6.38.6/arch/x86/mm/page
  }
  
  static int
-diff -urNp linux-2.6.38.6/arch/x86/mm/pageattr-test.c linux-2.6.38.6/arch/x86/mm/pageattr-test.c
---- linux-2.6.38.6/arch/x86/mm/pageattr-test.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/mm/pageattr-test.c 2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/arch/x86/mm/pageattr-test.c linux-3.0.3/arch/x86/mm/pageattr-test.c
+--- linux-3.0.3/arch/x86/mm/pageattr-test.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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)
@@ -20867,9 +20096,9 @@ diff -urNp linux-2.6.38.6/arch/x86/mm/pageattr-test.c linux-2.6.38.6/arch/x86/mm
  }
  
  struct split_state {
-diff -urNp linux-2.6.38.6/arch/x86/mm/pat.c linux-2.6.38.6/arch/x86/mm/pat.c
---- linux-2.6.38.6/arch/x86/mm/pat.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/mm/pat.c   2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/arch/x86/mm/pat.c linux-3.0.3/arch/x86/mm/pat.c
+--- linux-3.0.3/arch/x86/mm/pat.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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) {
@@ -20917,9 +20146,57 @@ diff -urNp linux-2.6.38.6/arch/x86/mm/pat.c linux-2.6.38.6/arch/x86/mm/pat.c
                                cattr_name(want_flags),
                                (unsigned long long)paddr,
                                (unsigned long long)(paddr + size),
-diff -urNp linux-2.6.38.6/arch/x86/mm/pgtable_32.c linux-2.6.38.6/arch/x86/mm/pgtable_32.c
---- linux-2.6.38.6/arch/x86/mm/pgtable_32.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/mm/pgtable_32.c    2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/arch/x86/mm/pf_in.c linux-3.0.3/arch/x86/mm/pf_in.c
+--- linux-3.0.3/arch/x86/mm/pf_in.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.3/arch/x86/mm/pgtable_32.c linux-3.0.3/arch/x86/mm/pgtable_32.c
+--- linux-3.0.3/arch/x86/mm/pgtable_32.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
        }
@@ -20934,9 +20211,9 @@ diff -urNp linux-2.6.38.6/arch/x86/mm/pgtable_32.c linux-2.6.38.6/arch/x86/mm/pg
  
        /*
         * It's enough to flush this one mapping.
-diff -urNp linux-2.6.38.6/arch/x86/mm/pgtable.c linux-2.6.38.6/arch/x86/mm/pgtable.c
---- linux-2.6.38.6/arch/x86/mm/pgtable.c       2011-04-18 17:27:13.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/mm/pgtable.c       2011-05-11 18:34:57.000000000 -0400
+diff -urNp linux-3.0.3/arch/x86/mm/pgtable.c linux-3.0.3/arch/x86/mm/pgtable.c
+--- linux-3.0.3/arch/x86/mm/pgtable.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);
  }
@@ -21182,9 +20459,9 @@ diff -urNp linux-2.6.38.6/arch/x86/mm/pgtable.c linux-2.6.38.6/arch/x86/mm/pgtab
        pgd_dtor(pgd);
        paravirt_pgd_free(mm, pgd);
        free_page((unsigned long)pgd);
-diff -urNp linux-2.6.38.6/arch/x86/mm/setup_nx.c linux-2.6.38.6/arch/x86/mm/setup_nx.c
---- linux-2.6.38.6/arch/x86/mm/setup_nx.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/mm/setup_nx.c      2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/arch/x86/mm/setup_nx.c linux-3.0.3/arch/x86/mm/setup_nx.c
+--- linux-3.0.3/arch/x86/mm/setup_nx.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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>
@@ -21214,9 +20491,9 @@ diff -urNp linux-2.6.38.6/arch/x86/mm/setup_nx.c linux-2.6.38.6/arch/x86/mm/setu
                __supported_pte_mask &= ~_PAGE_NX;
  }
  
-diff -urNp linux-2.6.38.6/arch/x86/mm/tlb.c linux-2.6.38.6/arch/x86/mm/tlb.c
---- linux-2.6.38.6/arch/x86/mm/tlb.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/mm/tlb.c   2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/arch/x86/mm/tlb.c linux-3.0.3/arch/x86/mm/tlb.c
+--- linux-3.0.3/arch/x86/mm/tlb.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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,
@@ -21229,19 +20506,32 @@ diff -urNp linux-2.6.38.6/arch/x86/mm/tlb.c linux-2.6.38.6/arch/x86/mm/tlb.c
  }
  EXPORT_SYMBOL_GPL(leave_mm);
  
-diff -urNp linux-2.6.38.6/arch/x86/oprofile/backtrace.c linux-2.6.38.6/arch/x86/oprofile/backtrace.c
---- linux-2.6.38.6/arch/x86/oprofile/backtrace.c       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/oprofile/backtrace.c       2011-04-28 19:34:15.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.3/arch/x86/net/bpf_jit_comp.c linux-3.0.3/arch/x86/net/bpf_jit_comp.c
+--- linux-3.0.3/arch/x86/net/bpf_jit_comp.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.3/arch/x86/oprofile/backtrace.c linux-3.0.3/arch/x86/oprofile/backtrace.c
+--- linux-3.0.3/arch/x86/oprofile/backtrace.c  2011-08-23 21:44:40.000000000 -0400
++++ linux-3.0.3/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);
  
@@ -21249,138 +20539,24 @@ diff -urNp linux-2.6.38.6/arch/x86/oprofile/backtrace.c linux-2.6.38.6/arch/x86/
 +      if (!user_mode(regs)) {
                unsigned long stack = kernel_stack_pointer(regs);
                if (depth)
-                       dump_trace(NULL, regs, (unsigned long *)stack,
-diff -urNp linux-2.6.38.6/arch/x86/oprofile/op_model_p4.c linux-2.6.38.6/arch/x86/oprofile/op_model_p4.c
---- linux-2.6.38.6/arch/x86/oprofile/op_model_p4.c     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/oprofile/op_model_p4.c     2011-04-28 19:34:15.000000000 -0400
-@@ -50,7 +50,7 @@ static inline void setup_num_counters(vo
- #endif
- }
--static int inline addr_increment(void)
-+static inline int addr_increment(void)
- {
- #ifdef CONFIG_SMP
-       return smp_num_siblings == 2 ? 2 : 1;
-diff -urNp linux-2.6.38.6/arch/x86/pci/ce4100.c linux-2.6.38.6/arch/x86/pci/ce4100.c
---- linux-2.6.38.6/arch/x86/pci/ce4100.c       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/pci/ce4100.c       2011-04-28 19:34:15.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.38.6/arch/x86/pci/common.c linux-2.6.38.6/arch/x86/pci/common.c
---- linux-2.6.38.6/arch/x86/pci/common.c       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/pci/common.c       2011-04-28 19:34:15.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.38.6/arch/x86/pci/direct.c linux-2.6.38.6/arch/x86/pci/direct.c
---- linux-2.6.38.6/arch/x86/pci/direct.c       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/pci/direct.c       2011-04-28 19:34:15.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.38.6/arch/x86/pci/fixup.c linux-2.6.38.6/arch/x86/pci/fixup.c
---- linux-2.6.38.6/arch/x86/pci/fixup.c        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/pci/fixup.c        2011-04-28 19:34:15.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.38.6/arch/x86/pci/mmconfig_32.c linux-2.6.38.6/arch/x86/pci/mmconfig_32.c
---- linux-2.6.38.6/arch/x86/pci/mmconfig_32.c  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/pci/mmconfig_32.c  2011-04-28 19:34:15.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.38.6/arch/x86/pci/mmconfig_64.c linux-2.6.38.6/arch/x86/pci/mmconfig_64.c
---- linux-2.6.38.6/arch/x86/pci/mmconfig_64.c  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/pci/mmconfig_64.c  2011-04-28 19:34:15.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.38.6/arch/x86/pci/numaq_32.c linux-2.6.38.6/arch/x86/pci/numaq_32.c
---- linux-2.6.38.6/arch/x86/pci/numaq_32.c     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/pci/numaq_32.c     2011-04-28 19:34:15.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.38.6/arch/x86/pci/olpc.c linux-2.6.38.6/arch/x86/pci/olpc.c
---- linux-2.6.38.6/arch/x86/pci/olpc.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/pci/olpc.c 2011-04-28 19:34:15.000000000 -0400
-@@ -297,7 +297,7 @@ static int pci_olpc_write(unsigned int s
-       return 0;
+                       dump_trace(NULL, regs, (unsigned long *)stack, 0,
+diff -urNp linux-3.0.3/arch/x86/pci/mrst.c linux-3.0.3/arch/x86/pci/mrst.c
+--- linux-3.0.3/arch/x86/pci/mrst.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.38.6/arch/x86/pci/pcbios.c linux-2.6.38.6/arch/x86/pci/pcbios.c
---- linux-2.6.38.6/arch/x86/pci/pcbios.c       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/pci/pcbios.c       2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/arch/x86/pci/pcbios.c linux-3.0.3/arch/x86/pci/pcbios.c
+--- linux-3.0.3/arch/x86/pci/pcbios.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/arch/x86/pci/pcbios.c  2011-08-23 21:47:55.000000000 -0400
 @@ -79,50 +79,93 @@ union bios32 {
  static struct {
        unsigned long address;
@@ -21638,24 +20814,6 @@ diff -urNp linux-2.6.38.6/arch/x86/pci/pcbios.c linux-2.6.38.6/arch/x86/pci/pcbi
                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... ");
@@ -21703,9 +20861,9 @@ diff -urNp linux-2.6.38.6/arch/x86/pci/pcbios.c linux-2.6.38.6/arch/x86/pci/pcbi
        return !(ret & 0xff00);
  }
  EXPORT_SYMBOL(pcibios_set_irq_routing);
-diff -urNp linux-2.6.38.6/arch/x86/platform/efi/efi_32.c linux-2.6.38.6/arch/x86/platform/efi/efi_32.c
---- linux-2.6.38.6/arch/x86/platform/efi/efi_32.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/platform/efi/efi_32.c      2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/arch/x86/platform/efi/efi_32.c linux-3.0.3/arch/x86/platform/efi/efi_32.c
+--- linux-3.0.3/arch/x86/platform/efi/efi_32.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/arch/x86/platform/efi/efi_32.c 2011-08-23 21:47:55.000000000 -0400
 @@ -38,70 +38,37 @@
   */
  
@@ -21786,9 +20944,9 @@ diff -urNp linux-2.6.38.6/arch/x86/platform/efi/efi_32.c linux-2.6.38.6/arch/x86
  
        /*
         * After the lock is released, the original page table is restored.
-diff -urNp linux-2.6.38.6/arch/x86/platform/efi/efi_stub_32.S linux-2.6.38.6/arch/x86/platform/efi/efi_stub_32.S
---- linux-2.6.38.6/arch/x86/platform/efi/efi_stub_32.S 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/platform/efi/efi_stub_32.S 2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/arch/x86/platform/efi/efi_stub_32.S linux-3.0.3/arch/x86/platform/efi/efi_stub_32.S
+--- linux-3.0.3/arch/x86/platform/efi/efi_stub_32.S    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/arch/x86/platform/efi/efi_stub_32.S    2011-08-23 21:47:55.000000000 -0400
 @@ -6,6 +6,7 @@
   */
  
@@ -21887,21 +21045,43 @@ diff -urNp linux-2.6.38.6/arch/x86/platform/efi/efi_stub_32.S linux-2.6.38.6/arc
  saved_return_addr:
        .long 0
  efi_rt_function_ptr:
-diff -urNp linux-2.6.38.6/arch/x86/platform/uv/tlb_uv.c linux-2.6.38.6/arch/x86/platform/uv/tlb_uv.c
---- linux-2.6.38.6/arch/x86/platform/uv/tlb_uv.c       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/platform/uv/tlb_uv.c       2011-05-16 21:47:08.000000000 -0400
-@@ -341,6 +341,8 @@ static void uv_reset_with_ipi(struct bau
+diff -urNp linux-3.0.3/arch/x86/platform/mrst/mrst.c linux-3.0.3/arch/x86/platform/mrst/mrst.c
+--- linux-3.0.3/arch/x86/platform/mrst/mrst.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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();
+ }
+ /*
+diff -urNp linux-3.0.3/arch/x86/platform/uv/tlb_uv.c linux-3.0.3/arch/x86/platform/uv/tlb_uv.c
+--- linux-3.0.3/arch/x86/platform/uv/tlb_uv.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.38.6/arch/x86/power/cpu.c linux-2.6.38.6/arch/x86/power/cpu.c
---- linux-2.6.38.6/arch/x86/power/cpu.c        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/power/cpu.c        2011-04-28 19:34:15.000000000 -0400
+       /* find a single cpu for each uvhub in this distribution mask */
+diff -urNp linux-3.0.3/arch/x86/power/cpu.c linux-3.0.3/arch/x86/power/cpu.c
+--- linux-3.0.3/arch/x86/power/cpu.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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)
  {
@@ -21921,10 +21101,10 @@ diff -urNp linux-2.6.38.6/arch/x86/power/cpu.c linux-2.6.38.6/arch/x86/power/cpu
  
        syscall_init();                         /* This sets MSR_*STAR and related */
  #endif
-diff -urNp linux-2.6.38.6/arch/x86/vdso/Makefile linux-2.6.38.6/arch/x86/vdso/Makefile
---- linux-2.6.38.6/arch/x86/vdso/Makefile      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/vdso/Makefile      2011-04-28 19:34:15.000000000 -0400
-@@ -123,7 +123,7 @@ quiet_cmd_vdso = VDSO    $@
+diff -urNp linux-3.0.3/arch/x86/vdso/Makefile linux-3.0.3/arch/x86/vdso/Makefile
+--- linux-3.0.3/arch/x86/vdso/Makefile 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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)' '$@'
  
@@ -21933,110 +21113,9 @@ diff -urNp linux-2.6.38.6/arch/x86/vdso/Makefile linux-2.6.38.6/arch/x86/vdso/Ma
  GCOV_PROFILE := n
  
  #
-diff -urNp linux-2.6.38.6/arch/x86/vdso/vclock_gettime.c linux-2.6.38.6/arch/x86/vdso/vclock_gettime.c
---- linux-2.6.38.6/arch/x86/vdso/vclock_gettime.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/vdso/vclock_gettime.c      2011-04-28 19:34:15.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.38.6/arch/x86/vdso/vdso32-setup.c linux-2.6.38.6/arch/x86/vdso/vdso32-setup.c
---- linux-2.6.38.6/arch/x86/vdso/vdso32-setup.c        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/vdso/vdso32-setup.c        2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/arch/x86/vdso/vdso32-setup.c linux-3.0.3/arch/x86/vdso/vdso32-setup.c
+--- linux-3.0.3/arch/x86/vdso/vdso32-setup.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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>
@@ -22110,69 +21189,110 @@ diff -urNp linux-2.6.38.6/arch/x86/vdso/vdso32-setup.c linux-2.6.38.6/arch/x86/v
        return NULL;
  }
  
-@@ -422,7 +429,7 @@ struct vm_area_struct *get_gate_vma(stru
-       struct mm_struct *mm = tsk->mm;
-       /* Check to see if this task was created in compat vdso mode */
+@@ -423,7 +430,7 @@ struct vm_area_struct *get_gate_vma(stru
+        * Check to see if the corresponding task was created in compat vdso
+        * mode.
+        */
 -      if (mm && mm->context.vdso == (void *)VDSO_HIGH_BASE)
 +      if (mm && mm->context.vdso == VDSO_HIGH_BASE)
                return &gate_vma;
        return NULL;
  }
-diff -urNp linux-2.6.38.6/arch/x86/vdso/vdso.lds.S linux-2.6.38.6/arch/x86/vdso/vdso.lds.S
---- linux-2.6.38.6/arch/x86/vdso/vdso.lds.S    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/vdso/vdso.lds.S    2011-04-28 19:34:15.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.38.6/arch/x86/vdso/vextern.h linux-2.6.38.6/arch/x86/vdso/vextern.h
---- linux-2.6.38.6/arch/x86/vdso/vextern.h     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/vdso/vextern.h     2011-04-28 19:34:15.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.38.6/arch/x86/vdso/vma.c linux-2.6.38.6/arch/x86/vdso/vma.c
---- linux-2.6.38.6/arch/x86/vdso/vma.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/vdso/vma.c 2011-04-28 19:34:15.000000000 -0400
-@@ -58,7 +58,7 @@ static int __init init_vdso_vars(void)
-       if (!vbase)
-               goto oom;
+diff -urNp linux-3.0.3/arch/x86/vdso/vma.c linux-3.0.3/arch/x86/vdso/vma.c
+--- linux-3.0.3/arch/x86/vdso/vma.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
  
--      if (memcmp(vbase, "\177ELF", 4)) {
-+      if (memcmp(vbase, ELFMAG, SELFMAG)) {
-               printk("VDSO: I'm broken; not ELF\n");
-               vdso_enabled = 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;
+       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;
  }
@@ -22183,9 +21303,9 @@ diff -urNp linux-2.6.38.6/arch/x86/vdso/vma.c linux-2.6.38.6/arch/x86/vdso/vma.c
 -      return 0;
 -}
 -__setup("vdso=", vdso_setup);
-diff -urNp linux-2.6.38.6/arch/x86/xen/enlighten.c linux-2.6.38.6/arch/x86/xen/enlighten.c
---- linux-2.6.38.6/arch/x86/xen/enlighten.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/xen/enlighten.c    2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/arch/x86/xen/enlighten.c linux-3.0.3/arch/x86/xen/enlighten.c
+--- linux-3.0.3/arch/x86/xen/enlighten.c       2011-08-23 21:44:40.000000000 -0400
++++ linux-3.0.3/arch/x86/xen/enlighten.c       2011-08-23 21:47:55.000000000 -0400
 @@ -85,8 +85,6 @@ EXPORT_SYMBOL_GPL(xen_start_info);
  
  struct shared_info xen_dummy_shared_info;
@@ -22195,6 +21315,36 @@ diff -urNp linux-2.6.38.6/arch/x86/xen/enlighten.c linux-2.6.38.6/arch/x86/xen/e
  RESERVE_BRK(shared_info_page_brk, PAGE_SIZE);
  __read_mostly int xen_have_vector_callback;
  EXPORT_SYMBOL_GPL(xen_have_vector_callback);
+@@ -1010,7 +1008,7 @@ static const struct pv_apic_ops xen_apic
+ #endif
+ };
+-static void xen_reboot(int reason)
++static __noreturn void xen_reboot(int reason)
+ {
+       struct sched_shutdown r = { .reason = reason };
+@@ -1018,17 +1016,17 @@ static void xen_reboot(int reason)
+               BUG();
+ }
+-static void xen_restart(char *msg)
++static __noreturn void xen_restart(char *msg)
+ {
+       xen_reboot(SHUTDOWN_reboot);
+ }
+-static void xen_emergency_restart(void)
++static __noreturn void xen_emergency_restart(void)
+ {
+       xen_reboot(SHUTDOWN_reboot);
+ }
+-static void xen_machine_halt(void)
++static __noreturn void xen_machine_halt(void)
+ {
+       xen_reboot(SHUTDOWN_poweroff);
+ }
 @@ -1134,7 +1132,17 @@ asmlinkage void __init xen_start_kernel(
        __userpte_alloc_gfp &= ~__GFP_HIGHMEM;
  
@@ -22228,10 +21378,10 @@ diff -urNp linux-2.6.38.6/arch/x86/xen/enlighten.c linux-2.6.38.6/arch/x86/xen/e
        xen_smp_init();
  
  #ifdef CONFIG_ACPI_NUMA
-diff -urNp linux-2.6.38.6/arch/x86/xen/mmu.c linux-2.6.38.6/arch/x86/xen/mmu.c
---- linux-2.6.38.6/arch/x86/xen/mmu.c  2011-04-18 17:27:16.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/xen/mmu.c  2011-04-28 19:34:15.000000000 -0400
-@@ -1721,6 +1721,8 @@ __init pgd_t *xen_setup_kernel_pagetable
+diff -urNp linux-3.0.3/arch/x86/xen/mmu.c linux-3.0.3/arch/x86/xen/mmu.c
+--- linux-3.0.3/arch/x86/xen/mmu.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/arch/x86/xen/mmu.c     2011-08-23 21:47:55.000000000 -0400
+@@ -1679,6 +1679,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);
@@ -22240,7 +21390,7 @@ diff -urNp linux-2.6.38.6/arch/x86/xen/mmu.c linux-2.6.38.6/arch/x86/xen/mmu.c
  
        l3 = m2v(pgd[pgd_index(__START_KERNEL_map)].pgd);
        l2 = m2v(l3[pud_index(__START_KERNEL_map)].pud);
-@@ -1739,7 +1741,10 @@ __init pgd_t *xen_setup_kernel_pagetable
+@@ -1697,7 +1699,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);
@@ -22251,22 +21401,10 @@ diff -urNp linux-2.6.38.6/arch/x86/xen/mmu.c linux-2.6.38.6/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.38.6/arch/x86/xen/pci-swiotlb-xen.c linux-2.6.38.6/arch/x86/xen/pci-swiotlb-xen.c
---- linux-2.6.38.6/arch/x86/xen/pci-swiotlb-xen.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/xen/pci-swiotlb-xen.c      2011-04-28 19:34:15.000000000 -0400
-@@ -10,7 +10,7 @@
- int xen_swiotlb __read_mostly;
--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.38.6/arch/x86/xen/smp.c linux-2.6.38.6/arch/x86/xen/smp.c
---- linux-2.6.38.6/arch/x86/xen/smp.c  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/xen/smp.c  2011-05-11 18:34:57.000000000 -0400
-@@ -194,11 +194,6 @@ static void __init xen_smp_prepare_boot_
+diff -urNp linux-3.0.3/arch/x86/xen/smp.c linux-3.0.3/arch/x86/xen/smp.c
+--- linux-3.0.3/arch/x86/xen/smp.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/arch/x86/xen/smp.c     2011-08-23 21:47:55.000000000 -0400
+@@ -193,11 +193,6 @@ static void __init xen_smp_prepare_boot_
  {
        BUG_ON(smp_processor_id() != 0);
        native_smp_prepare_boot_cpu();
@@ -22278,7 +21416,7 @@ diff -urNp linux-2.6.38.6/arch/x86/xen/smp.c linux-2.6.38.6/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;
@@ -22294,7 +21432,7 @@ diff -urNp linux-2.6.38.6/arch/x86/xen/smp.c linux-2.6.38.6/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;
@@ -22310,9 +21448,9 @@ diff -urNp linux-2.6.38.6/arch/x86/xen/smp.c linux-2.6.38.6/arch/x86/xen/smp.c
  #endif
        xen_setup_runstate_info(cpu);
        xen_setup_timer(cpu);
-diff -urNp linux-2.6.38.6/arch/x86/xen/xen-asm_32.S linux-2.6.38.6/arch/x86/xen/xen-asm_32.S
---- linux-2.6.38.6/arch/x86/xen/xen-asm_32.S   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/xen/xen-asm_32.S   2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/arch/x86/xen/xen-asm_32.S linux-3.0.3/arch/x86/xen/xen-asm_32.S
+--- linux-3.0.3/arch/x86/xen/xen-asm_32.S      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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
  
@@ -22334,9 +21472,9 @@ diff -urNp linux-2.6.38.6/arch/x86/xen/xen-asm_32.S linux-2.6.38.6/arch/x86/xen/
  #else
        movl xen_vcpu, %eax
  #endif
-diff -urNp linux-2.6.38.6/arch/x86/xen/xen-head.S linux-2.6.38.6/arch/x86/xen/xen-head.S
---- linux-2.6.38.6/arch/x86/xen/xen-head.S     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/xen/xen-head.S     2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/arch/x86/xen/xen-head.S linux-3.0.3/arch/x86/xen/xen-head.S
+--- linux-3.0.3/arch/x86/xen/xen-head.S        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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
@@ -22355,9 +21493,9 @@ diff -urNp linux-2.6.38.6/arch/x86/xen/xen-head.S linux-2.6.38.6/arch/x86/xen/xe
  #else
        mov %rsi,xen_start_info
        mov $init_thread_union+THREAD_SIZE,%rsp
-diff -urNp linux-2.6.38.6/arch/x86/xen/xen-ops.h linux-2.6.38.6/arch/x86/xen/xen-ops.h
---- linux-2.6.38.6/arch/x86/xen/xen-ops.h      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/arch/x86/xen/xen-ops.h      2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/arch/x86/xen/xen-ops.h linux-3.0.3/arch/x86/xen/xen-ops.h
+--- linux-3.0.3/arch/x86/xen/xen-ops.h 2011-08-23 21:44:40.000000000 -0400
++++ linux-3.0.3/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[];
@@ -22367,9 +21505,9 @@ diff -urNp linux-2.6.38.6/arch/x86/xen/xen-ops.h linux-2.6.38.6/arch/x86/xen/xen
  struct trap_info;
  void xen_copy_trap_info(struct trap_info *traps);
  
-diff -urNp linux-2.6.38.6/block/blk-iopoll.c linux-2.6.38.6/block/blk-iopoll.c
---- linux-2.6.38.6/block/blk-iopoll.c  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/block/blk-iopoll.c  2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/block/blk-iopoll.c linux-3.0.3/block/blk-iopoll.c
+--- linux-3.0.3/block/blk-iopoll.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);
@@ -22379,9 +21517,9 @@ diff -urNp linux-2.6.38.6/block/blk-iopoll.c linux-2.6.38.6/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.38.6/block/blk-map.c linux-2.6.38.6/block/blk-map.c
---- linux-2.6.38.6/block/blk-map.c     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/block/blk-map.c     2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/block/blk-map.c linux-3.0.3/block/blk-map.c
+--- linux-3.0.3/block/blk-map.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -22391,9 +21529,9 @@ diff -urNp linux-2.6.38.6/block/blk-map.c linux-2.6.38.6/block/blk-map.c
        if (do_copy)
                bio = bio_copy_kern(q, kbuf, len, gfp_mask, reading);
        else
-diff -urNp linux-2.6.38.6/block/blk-softirq.c linux-2.6.38.6/block/blk-softirq.c
---- linux-2.6.38.6/block/blk-softirq.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/block/blk-softirq.c 2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/block/blk-softirq.c linux-3.0.3/block/blk-softirq.c
+--- linux-3.0.3/block/blk-softirq.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.
@@ -22403,9 +21541,9 @@ diff -urNp linux-2.6.38.6/block/blk-softirq.c linux-2.6.38.6/block/blk-softirq.c
  {
        struct list_head *cpu_list, local_list;
  
-diff -urNp linux-2.6.38.6/block/bsg.c linux-2.6.38.6/block/bsg.c
---- linux-2.6.38.6/block/bsg.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/block/bsg.c 2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/block/bsg.c linux-3.0.3/block/bsg.c
+--- linux-3.0.3/block/bsg.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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)
@@ -22433,9 +21571,9 @@ diff -urNp linux-2.6.38.6/block/bsg.c linux-2.6.38.6/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.38.6/block/scsi_ioctl.c linux-2.6.38.6/block/scsi_ioctl.c
---- linux-2.6.38.6/block/scsi_ioctl.c  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/block/scsi_ioctl.c  2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/block/scsi_ioctl.c linux-3.0.3/block/scsi_ioctl.c
+--- linux-3.0.3/block/scsi_ioctl.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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)
@@ -22487,9 +21625,51 @@ diff -urNp linux-2.6.38.6/block/scsi_ioctl.c linux-2.6.38.6/block/scsi_ioctl.c
        if (in_len && copy_from_user(buffer, sic->data + cmdlen, in_len))
                goto error;
  
-diff -urNp linux-2.6.38.6/crypto/serpent.c linux-2.6.38.6/crypto/serpent.c
---- linux-2.6.38.6/crypto/serpent.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/crypto/serpent.c    2011-05-16 21:47:08.000000000 -0400
+diff -urNp linux-3.0.3/crypto/cryptd.c linux-3.0.3/crypto/cryptd.c
+--- linux-3.0.3/crypto/cryptd.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.3/crypto/gf128mul.c linux-3.0.3/crypto/gf128mul.c
+--- linux-3.0.3/crypto/gf128mul.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.3/crypto/serpent.c linux-3.0.3/crypto/serpent.c
+--- linux-3.0.3/crypto/serpent.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -22499,38 +21679,30 @@ diff -urNp linux-2.6.38.6/crypto/serpent.c linux-2.6.38.6/crypto/serpent.c
        /* Copy key, add padding */
  
        for (i = 0; i < keylen; ++i)
-diff -urNp linux-2.6.38.6/Documentation/dontdiff linux-2.6.38.6/Documentation/dontdiff
---- linux-2.6.38.6/Documentation/dontdiff      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/Documentation/dontdiff      2011-04-28 19:34:15.000000000 -0400
-@@ -3,6 +3,7 @@
- *.bin
+diff -urNp linux-3.0.3/Documentation/dontdiff linux-3.0.3/Documentation/dontdiff
+--- linux-3.0.3/Documentation/dontdiff 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/Documentation/dontdiff 2011-08-23 21:47:55.000000000 -0400
+@@ -5,6 +5,7 @@
+ *.cis
  *.cpio
  *.csp
 +*.dbg
  *.dsp
  *.dvi
  *.elf
-@@ -38,8 +39,10 @@
+@@ -48,9 +49,11 @@
  *.tab.h
  *.tex
  *.ver
 +*.vim
  *.xml
+ *.xz
  *_MODULES
 +*_reg_safe.h
  *_vga16.c
  *~
- *.9
-@@ -49,11 +52,16 @@
- 53c700_d.h
- CVS
- ChangeSet
-+GPATH
-+GRTAGS
-+GSYMS
-+GTAGS
- Image
- Kerntypes
+ \#*#
+@@ -70,6 +73,7 @@ Kerntypes
  Module.markers
  Module.symvers
  PENDING
@@ -22538,8 +21710,8 @@ diff -urNp linux-2.6.38.6/Documentation/dontdiff linux-2.6.38.6/Documentation/do
  SCCS
  System.map*
  TAGS
-@@ -82,6 +90,8 @@ bvmlinux
- bzImage*
+@@ -98,6 +102,8 @@ bzImage*
+ capability_names.h
  capflags.c
  classlist.h*
 +clut_vga16.c
@@ -22547,9 +21719,9 @@ diff -urNp linux-2.6.38.6/Documentation/dontdiff linux-2.6.38.6/Documentation/do
  comp*.log
  compile.h*
  conf
-@@ -106,16 +116,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
@@ -22559,15 +21731,10 @@ diff -urNp linux-2.6.38.6/Documentation/dontdiff linux-2.6.38.6/Documentation/do
  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 +138,6 @@ int32.c
+ hpet_example
+ hugepage-mmap
+ hugepage-shm
+@@ -146,7 +154,6 @@ int32.c
  int4.c
  int8.c
  kallsyms
@@ -22575,33 +21742,31 @@ diff -urNp linux-2.6.38.6/Documentation/dontdiff linux-2.6.38.6/Documentation/do
  keywords.c
  ksym.c*
  ksym.h*
-@@ -149,7 +161,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 +179,7 @@ parse.h
- patches*
- pca200e.bin
- pca200e_ecd.bin2
-+perf-archive
- piggy.gz
- piggyback
- piggy.S
-@@ -180,6 +195,7 @@ 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
  rn50_reg_safe.h
- rs600_reg_safe.h
-@@ -189,6 +205,7 @@ setup
+@@ -219,6 +227,7 @@ setup
  setup.bin
  setup.elf
  sImage
@@ -22609,17 +21774,17 @@ diff -urNp linux-2.6.38.6/Documentation/dontdiff linux-2.6.38.6/Documentation/do
  sm_tbl*
  split-include
  syscalltab.h
-@@ -213,13 +230,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
@@ -22627,24 +21792,10 @@ diff -urNp linux-2.6.38.6/Documentation/dontdiff linux-2.6.38.6/Documentation/do
  wakeup.bin
  wakeup.elf
  wakeup.lds
-diff -urNp linux-2.6.38.6/Documentation/filesystems/sysfs.txt linux-2.6.38.6/Documentation/filesystems/sysfs.txt
---- linux-2.6.38.6/Documentation/filesystems/sysfs.txt 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/Documentation/filesystems/sysfs.txt 2011-04-28 19:34:15.000000000 -0400
-@@ -123,8 +123,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.38.6/Documentation/kernel-parameters.txt linux-2.6.38.6/Documentation/kernel-parameters.txt
---- linux-2.6.38.6/Documentation/kernel-parameters.txt 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/Documentation/kernel-parameters.txt 2011-04-28 19:34:15.000000000 -0400
-@@ -1853,6 +1853,13 @@ bytes respectively. Such letter suffixes
+diff -urNp linux-3.0.3/Documentation/kernel-parameters.txt linux-3.0.3/Documentation/kernel-parameters.txt
+--- linux-3.0.3/Documentation/kernel-parameters.txt    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.
  
@@ -22658,10 +21809,10 @@ diff -urNp linux-2.6.38.6/Documentation/kernel-parameters.txt linux-2.6.38.6/Doc
        pcbit=          [HW,ISDN]
  
        pcd.            [PARIDE]
-diff -urNp linux-2.6.38.6/drivers/acpi/apei/cper.c linux-2.6.38.6/drivers/acpi/apei/cper.c
---- linux-2.6.38.6/drivers/acpi/apei/cper.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/acpi/apei/cper.c    2011-04-28 19:57:25.000000000 -0400
-@@ -37,12 +37,12 @@
+diff -urNp linux-3.0.3/drivers/acpi/apei/cper.c linux-3.0.3/drivers/acpi/apei/cper.c
+--- linux-3.0.3/drivers/acpi/apei/cper.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/drivers/acpi/apei/cper.c       2011-08-23 21:47:55.000000000 -0400
+@@ -38,12 +38,12 @@
   */
  u64 cper_next_record_id(void)
  {
@@ -22678,66 +21829,9 @@ diff -urNp linux-2.6.38.6/drivers/acpi/apei/cper.c linux-2.6.38.6/drivers/acpi/a
  }
  EXPORT_SYMBOL_GPL(cper_next_record_id);
  
-diff -urNp linux-2.6.38.6/drivers/acpi/battery.c linux-2.6.38.6/drivers/acpi/battery.c
---- linux-2.6.38.6/drivers/acpi/battery.c      2011-05-10 22:06:27.000000000 -0400
-+++ linux-2.6.38.6/drivers/acpi/battery.c      2011-05-10 22:06:52.000000000 -0400
-@@ -864,7 +864,7 @@ DECLARE_FILE_FUNCTIONS(alarm);
-       }
- static struct battery_file {
--      struct file_operations ops;
-+      const struct file_operations ops;
-       mode_t mode;
-       const char *name;
- } acpi_battery_file[] = {
-diff -urNp linux-2.6.38.6/drivers/acpi/dock.c linux-2.6.38.6/drivers/acpi/dock.c
---- linux-2.6.38.6/drivers/acpi/dock.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/acpi/dock.c 2011-04-28 19:34:15.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;
- };
-@@ -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.38.6/drivers/acpi/ec_sys.c linux-2.6.38.6/drivers/acpi/ec_sys.c
---- linux-2.6.38.6/drivers/acpi/ec_sys.c       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/acpi/ec_sys.c       2011-04-28 19:34:15.000000000 -0400
-@@ -96,7 +96,7 @@ static ssize_t acpi_ec_write_io(struct f
-       return 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.38.6/drivers/acpi/power_meter.c linux-2.6.38.6/drivers/acpi/power_meter.c
---- linux-2.6.38.6/drivers/acpi/power_meter.c  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/acpi/power_meter.c  2011-04-28 19:34:15.000000000 -0400
-@@ -316,8 +316,6 @@ static ssize_t set_trip(struct device *d
-               return res;
-       temp /= 1000;
--      if (temp < 0)
--              return -EINVAL;
-       mutex_lock(&resource->lock);
-       resource->trip[attr->index - 7] = temp;
-diff -urNp linux-2.6.38.6/drivers/acpi/proc.c linux-2.6.38.6/drivers/acpi/proc.c
---- linux-2.6.38.6/drivers/acpi/proc.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/acpi/proc.c 2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/drivers/acpi/proc.c linux-3.0.3/drivers/acpi/proc.c
+--- linux-3.0.3/drivers/acpi/proc.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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)
  {
@@ -22772,9 +21866,9 @@ diff -urNp linux-2.6.38.6/drivers/acpi/proc.c linux-2.6.38.6/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.38.6/drivers/acpi/processor_driver.c linux-2.6.38.6/drivers/acpi/processor_driver.c
---- linux-2.6.38.6/drivers/acpi/processor_driver.c     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/acpi/processor_driver.c     2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/drivers/acpi/processor_driver.c linux-3.0.3/drivers/acpi/processor_driver.c
+--- linux-3.0.3/drivers/acpi/processor_driver.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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
@@ -22784,154 +21878,10 @@ diff -urNp linux-2.6.38.6/drivers/acpi/processor_driver.c linux-2.6.38.6/drivers
  
        /*
         * Buggy BIOS check
-diff -urNp linux-2.6.38.6/drivers/acpi/processor_idle.c linux-2.6.38.6/drivers/acpi/processor_idle.c
---- linux-2.6.38.6/drivers/acpi/processor_idle.c       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/acpi/processor_idle.c       2011-04-28 19:34:15.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.38.6/drivers/ata/acard-ahci.c linux-2.6.38.6/drivers/ata/acard-ahci.c
---- linux-2.6.38.6/drivers/ata/acard-ahci.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/ata/acard-ahci.c    2011-04-28 19:34:15.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.38.6/drivers/ata/ahci.c linux-2.6.38.6/drivers/ata/ahci.c
---- linux-2.6.38.6/drivers/ata/ahci.c  2011-05-10 22:06:27.000000000 -0400
-+++ linux-2.6.38.6/drivers/ata/ahci.c  2011-05-10 22:06:52.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.38.6/drivers/ata/ahci.h linux-2.6.38.6/drivers/ata/ahci.h
---- linux-2.6.38.6/drivers/ata/ahci.h  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/ata/ahci.h  2011-04-28 19:34:15.000000000 -0400
-@@ -309,7 +309,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.38.6/drivers/ata/ata_generic.c linux-2.6.38.6/drivers/ata/ata_generic.c
---- linux-2.6.38.6/drivers/ata/ata_generic.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/ata/ata_generic.c   2011-04-28 19:34:15.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.38.6/drivers/ata/ata_piix.c linux-2.6.38.6/drivers/ata/ata_piix.c
---- linux-2.6.38.6/drivers/ata/ata_piix.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/ata/ata_piix.c      2011-04-28 19:34:15.000000000 -0400
-@@ -327,12 +327,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,
-@@ -340,12 +340,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,
-@@ -361,7 +361,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.38.6/drivers/ata/libahci.c linux-2.6.38.6/drivers/ata/libahci.c
---- linux-2.6.38.6/drivers/ata/libahci.c       2011-05-10 22:06:27.000000000 -0400
-+++ linux-2.6.38.6/drivers/ata/libahci.c       2011-05-10 22:06:52.000000000 -0400
-@@ -137,7 +137,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.38.6/drivers/ata/libata-acpi.c linux-2.6.38.6/drivers/ata/libata-acpi.c
---- linux-2.6.38.6/drivers/ata/libata-acpi.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/ata/libata-acpi.c   2011-04-28 19:34:15.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.38.6/drivers/ata/libata-core.c linux-2.6.38.6/drivers/ata/libata-core.c
---- linux-2.6.38.6/drivers/ata/libata-core.c   2011-05-10 22:06:27.000000000 -0400
-+++ linux-2.6.38.6/drivers/ata/libata-core.c   2011-05-10 22:06:52.000000000 -0400
-@@ -4746,7 +4746,7 @@ void ata_qc_free(struct ata_queued_cmd *
+diff -urNp linux-3.0.3/drivers/ata/libata-core.c linux-3.0.3/drivers/ata/libata-core.c
+--- linux-3.0.3/drivers/ata/libata-core.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
  
@@ -22940,7 +21890,7 @@ diff -urNp linux-2.6.38.6/drivers/ata/libata-core.c linux-2.6.38.6/drivers/ata/l
        ap = qc->ap;
  
        qc->flags = 0;
-@@ -4762,7 +4762,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;
  
@@ -22949,16 +21899,7 @@ diff -urNp linux-2.6.38.6/drivers/ata/libata-core.c linux-2.6.38.6/drivers/ata/l
        WARN_ON_ONCE(!(qc->flags & ATA_QCFLAG_ACTIVE));
        ap = qc->ap;
        link = qc->dev->link;
-@@ -5755,7 +5755,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;
-@@ -5767,6 +5767,7 @@ static void ata_finalize_port_ops(struct
+@@ -5774,6 +5774,7 @@ static void ata_finalize_port_ops(struct
                return;
  
        spin_lock(&lock);
@@ -22966,39 +21907,21 @@ diff -urNp linux-2.6.38.6/drivers/ata/libata-core.c linux-2.6.38.6/drivers/ata/l
  
        for (cur = ops->inherits; cur; cur = cur->inherits) {
                void **inherit = (void **)cur;
-@@ -5780,8 +5781,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);
  }
  
-@@ -5878,7 +5880,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);
-@@ -6584,7 +6586,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.38.6/drivers/ata/libata-eh.c linux-2.6.38.6/drivers/ata/libata-eh.c
---- linux-2.6.38.6/drivers/ata/libata-eh.c     2011-05-10 22:06:27.000000000 -0400
-+++ linux-2.6.38.6/drivers/ata/libata-eh.c     2011-05-17 19:31:43.000000000 -0400
-@@ -2478,6 +2478,8 @@ void ata_eh_report(struct ata_port *ap)
+diff -urNp linux-3.0.3/drivers/ata/libata-eh.c linux-3.0.3/drivers/ata/libata-eh.c
+--- linux-3.0.3/drivers/ata/libata-eh.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
  
@@ -23007,1478 +21930,23 @@ diff -urNp linux-2.6.38.6/drivers/ata/libata-eh.c linux-2.6.38.6/drivers/ata/lib
        ata_for_each_link(link, ap, HOST_FIRST)
                ata_eh_link_report(link);
  }
-@@ -3276,7 +3278,7 @@ static int ata_eh_set_lpm(struct ata_lin
-       struct ata_eh_context *ehc = &link->eh_context;
-       struct ata_device *dev, *link_dev = NULL, *lpm_dev = NULL;
-       enum ata_lpm_policy old_policy = link->lpm_policy;
--      bool no_dipm = ap->flags & ATA_FLAG_NO_DIPM;
-+      bool no_dipm = link->ap->flags & ATA_FLAG_NO_DIPM;
-       unsigned int hints = ATA_LPM_EMPTY | ATA_LPM_HIPM;
-       unsigned int err_mask;
-       int rc;
-@@ -3882,7 +3884,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.38.6/drivers/ata/libata-pmp.c linux-2.6.38.6/drivers/ata/libata-pmp.c
---- linux-2.6.38.6/drivers/ata/libata-pmp.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/ata/libata-pmp.c    2011-04-28 19:34:15.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.38.6/drivers/ata/pata_acpi.c linux-2.6.38.6/drivers/ata/pata_acpi.c
---- linux-2.6.38.6/drivers/ata/pata_acpi.c     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/ata/pata_acpi.c     2011-04-28 19:34:15.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.38.6/drivers/ata/pata_ali.c linux-2.6.38.6/drivers/ata/pata_ali.c
---- linux-2.6.38.6/drivers/ata/pata_ali.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/ata/pata_ali.c      2011-04-28 19:34:15.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.38.6/drivers/ata/pata_amd.c linux-2.6.38.6/drivers/ata/pata_amd.c
---- linux-2.6.38.6/drivers/ata/pata_amd.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/ata/pata_amd.c      2011-04-28 19:34:15.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.38.6/drivers/ata/pata_artop.c linux-2.6.38.6/drivers/ata/pata_artop.c
---- linux-2.6.38.6/drivers/ata/pata_artop.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/ata/pata_artop.c    2011-04-28 19:34:15.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.38.6/drivers/ata/pata_at32.c linux-2.6.38.6/drivers/ata/pata_at32.c
---- linux-2.6.38.6/drivers/ata/pata_at32.c     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/ata/pata_at32.c     2011-04-28 19:34:15.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.38.6/drivers/ata/pata_at91.c linux-2.6.38.6/drivers/ata/pata_at91.c
---- linux-2.6.38.6/drivers/ata/pata_at91.c     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/ata/pata_at91.c     2011-04-28 19:34:15.000000000 -0400
-@@ -196,7 +196,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.38.6/drivers/ata/pata_atiixp.c linux-2.6.38.6/drivers/ata/pata_atiixp.c
---- linux-2.6.38.6/drivers/ata/pata_atiixp.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/ata/pata_atiixp.c   2011-04-28 19:34:15.000000000 -0400
-@@ -214,7 +214,7 @@ static struct scsi_host_template atiixp_
-       .sg_tablesize           = LIBATA_DUMB_MAX_PRD,
- };
--static struct ata_port_operations atiixp_port_ops = {
-+static const struct ata_port_operations atiixp_port_ops = {
-       .inherits       = &ata_bmdma_port_ops,
-       .qc_prep        = ata_bmdma_dumb_qc_prep,
-diff -urNp linux-2.6.38.6/drivers/ata/pata_atp867x.c linux-2.6.38.6/drivers/ata/pata_atp867x.c
---- linux-2.6.38.6/drivers/ata/pata_atp867x.c  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/ata/pata_atp867x.c  2011-04-28 19:34:15.000000000 -0400
-@@ -275,7 +275,7 @@ static struct scsi_host_template atp867x
-       ATA_BMDMA_SHT(DRV_NAME),
- };
--static struct ata_port_operations atp867x_ops = {
-+static const struct ata_port_operations atp867x_ops = {
-       .inherits               = &ata_bmdma_port_ops,
-       .cable_detect           = atp867x_cable_detect,
-       .set_piomode            = atp867x_set_piomode,
-diff -urNp linux-2.6.38.6/drivers/ata/pata_bf54x.c linux-2.6.38.6/drivers/ata/pata_bf54x.c
---- linux-2.6.38.6/drivers/ata/pata_bf54x.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/ata/pata_bf54x.c    2011-04-28 19:34:15.000000000 -0400
-@@ -1420,7 +1420,7 @@ static struct scsi_host_template bfin_sh
-       .dma_boundary           = ATA_DMA_BOUNDARY,
- };
--static struct ata_port_operations bfin_pata_ops = {
-+static const struct ata_port_operations bfin_pata_ops = {
-       .inherits               = &ata_bmdma_port_ops,
-       .set_piomode            = bfin_set_piomode,
-diff -urNp linux-2.6.38.6/drivers/ata/pata_cmd640.c linux-2.6.38.6/drivers/ata/pata_cmd640.c
---- linux-2.6.38.6/drivers/ata/pata_cmd640.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/ata/pata_cmd640.c   2011-04-28 19:34:15.000000000 -0400
-@@ -176,7 +176,7 @@ static struct scsi_host_template cmd640_
-       ATA_PIO_SHT(DRV_NAME),
- };
--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.38.6/drivers/ata/pata_cmd64x.c linux-2.6.38.6/drivers/ata/pata_cmd64x.c
---- linux-2.6.38.6/drivers/ata/pata_cmd64x.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/ata/pata_cmd64x.c   2011-04-28 19:34:15.000000000 -0400
-@@ -268,18 +268,18 @@ static const struct ata_port_operations 
-       .set_dmamode    = cmd64x_set_dmamode,
- };
--static struct ata_port_operations cmd64x_port_ops = {
-+static const struct ata_port_operations cmd64x_port_ops = {
-       .inherits       = &cmd64x_base_ops,
-       .cable_detect   = ata_cable_40wire,
- };
--static struct ata_port_operations cmd646r1_port_ops = {
-+static const struct ata_port_operations cmd646r1_port_ops = {
-       .inherits       = &cmd64x_base_ops,
-       .bmdma_stop     = cmd646r1_bmdma_stop,
-       .cable_detect   = ata_cable_40wire,
- };
--static struct ata_port_operations cmd648_port_ops = {
-+static const struct ata_port_operations cmd648_port_ops = {
-       .inherits       = &cmd64x_base_ops,
-       .bmdma_stop     = cmd648_bmdma_stop,
-       .cable_detect   = cmd648_cable_detect,
-diff -urNp linux-2.6.38.6/drivers/ata/pata_cs5520.c linux-2.6.38.6/drivers/ata/pata_cs5520.c
---- linux-2.6.38.6/drivers/ata/pata_cs5520.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/ata/pata_cs5520.c   2011-04-28 19:34:15.000000000 -0400
-@@ -108,7 +108,7 @@ static struct scsi_host_template cs5520_
-       .sg_tablesize           = LIBATA_DUMB_MAX_PRD,
- };
--static struct ata_port_operations cs5520_port_ops = {
-+static const struct ata_port_operations cs5520_port_ops = {
-       .inherits               = &ata_bmdma_port_ops,
-       .qc_prep                = ata_bmdma_dumb_qc_prep,
-       .cable_detect           = ata_cable_40wire,
-diff -urNp linux-2.6.38.6/drivers/ata/pata_cs5530.c linux-2.6.38.6/drivers/ata/pata_cs5530.c
---- linux-2.6.38.6/drivers/ata/pata_cs5530.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/ata/pata_cs5530.c   2011-04-28 19:34:15.000000000 -0400
-@@ -164,7 +164,7 @@ static struct scsi_host_template cs5530_
-       .sg_tablesize   = LIBATA_DUMB_MAX_PRD,
- };
--static struct ata_port_operations cs5530_port_ops = {
-+static const struct ata_port_operations cs5530_port_ops = {
-       .inherits       = &ata_bmdma_port_ops,
-       .qc_prep        = ata_bmdma_dumb_qc_prep,
-diff -urNp linux-2.6.38.6/drivers/ata/pata_cs5535.c linux-2.6.38.6/drivers/ata/pata_cs5535.c
---- linux-2.6.38.6/drivers/ata/pata_cs5535.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/ata/pata_cs5535.c   2011-04-28 19:34:15.000000000 -0400
-@@ -160,7 +160,7 @@ static struct scsi_host_template cs5535_
-       ATA_BMDMA_SHT(DRV_NAME),
- };
--static struct ata_port_operations cs5535_port_ops = {
-+static const struct ata_port_operations cs5535_port_ops = {
-       .inherits       = &ata_bmdma_port_ops,
-       .cable_detect   = cs5535_cable_detect,
-       .set_piomode    = cs5535_set_piomode,
-diff -urNp linux-2.6.38.6/drivers/ata/pata_cs5536.c linux-2.6.38.6/drivers/ata/pata_cs5536.c
---- linux-2.6.38.6/drivers/ata/pata_cs5536.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/ata/pata_cs5536.c   2011-04-28 19:34:15.000000000 -0400
-@@ -233,7 +233,7 @@ static struct scsi_host_template cs5536_
-       ATA_BMDMA_SHT(DRV_NAME),
- };
--static struct ata_port_operations cs5536_port_ops = {
-+static const struct ata_port_operations cs5536_port_ops = {
-       .inherits               = &ata_bmdma32_port_ops,
-       .cable_detect           = cs5536_cable_detect,
-       .set_piomode            = cs5536_set_piomode,
-diff -urNp linux-2.6.38.6/drivers/ata/pata_cypress.c linux-2.6.38.6/drivers/ata/pata_cypress.c
---- linux-2.6.38.6/drivers/ata/pata_cypress.c  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/ata/pata_cypress.c  2011-04-28 19:34:15.000000000 -0400
-@@ -115,7 +115,7 @@ static struct scsi_host_template cy82c69
-       ATA_BMDMA_SHT(DRV_NAME),
- };
--static struct ata_port_operations cy82c693_port_ops = {
-+static const struct ata_port_operations cy82c693_port_ops = {
-       .inherits       = &ata_bmdma_port_ops,
-       .cable_detect   = ata_cable_40wire,
-       .set_piomode    = cy82c693_set_piomode,
-diff -urNp linux-2.6.38.6/drivers/ata/pata_efar.c linux-2.6.38.6/drivers/ata/pata_efar.c
---- linux-2.6.38.6/drivers/ata/pata_efar.c     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/ata/pata_efar.c     2011-04-28 19:34:15.000000000 -0400
-@@ -238,7 +238,7 @@ static struct scsi_host_template efar_sh
-       ATA_BMDMA_SHT(DRV_NAME),
- };
--static struct ata_port_operations efar_ops = {
-+static const struct ata_port_operations efar_ops = {
-       .inherits               = &ata_bmdma_port_ops,
-       .cable_detect           = efar_cable_detect,
-       .set_piomode            = efar_set_piomode,
-diff -urNp linux-2.6.38.6/drivers/ata/pata_hpt366.c linux-2.6.38.6/drivers/ata/pata_hpt366.c
---- linux-2.6.38.6/drivers/ata/pata_hpt366.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/ata/pata_hpt366.c   2011-04-28 19:34:15.000000000 -0400
-@@ -275,7 +275,7 @@ static struct scsi_host_template hpt36x_
-  *    Configuration for HPT366/68
-  */
--static struct ata_port_operations hpt366_port_ops = {
-+static const struct ata_port_operations hpt366_port_ops = {
-       .inherits       = &ata_bmdma_port_ops,
-       .cable_detect   = hpt36x_cable_detect,
-       .mode_filter    = hpt366_filter,
-diff -urNp linux-2.6.38.6/drivers/ata/pata_hpt37x.c linux-2.6.38.6/drivers/ata/pata_hpt37x.c
---- linux-2.6.38.6/drivers/ata/pata_hpt37x.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/ata/pata_hpt37x.c   2011-04-28 19:34:15.000000000 -0400
-@@ -587,7 +587,7 @@ static struct scsi_host_template hpt37x_
-  *    Configuration for HPT370
-  */
--static struct ata_port_operations hpt370_port_ops = {
-+static const struct ata_port_operations hpt370_port_ops = {
-       .inherits       = &ata_bmdma_port_ops,
-       .bmdma_stop     = hpt370_bmdma_stop,
-@@ -603,7 +603,7 @@ static struct ata_port_operations hpt370
-  *    Configuration for HPT370A. Close to 370 but less filters
-  */
--static struct ata_port_operations hpt370a_port_ops = {
-+static const struct ata_port_operations hpt370a_port_ops = {
-       .inherits       = &hpt370_port_ops,
-       .mode_filter    = hpt370a_filter,
- };
-@@ -613,7 +613,7 @@ static struct ata_port_operations hpt370
-  *    mode setting functionality.
-  */
--static struct ata_port_operations hpt302_port_ops = {
-+static const struct ata_port_operations hpt302_port_ops = {
-       .inherits       = &ata_bmdma_port_ops,
-       .bmdma_stop     = hpt37x_bmdma_stop,
-@@ -629,7 +629,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,
- };
-@@ -639,7 +639,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.38.6/drivers/ata/pata_hpt3x2n.c linux-2.6.38.6/drivers/ata/pata_hpt3x2n.c
---- linux-2.6.38.6/drivers/ata/pata_hpt3x2n.c  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/ata/pata_hpt3x2n.c  2011-04-28 19:34:15.000000000 -0400
-@@ -348,7 +348,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,
-@@ -366,7 +366,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.38.6/drivers/ata/pata_hpt3x3.c linux-2.6.38.6/drivers/ata/pata_hpt3x3.c
---- linux-2.6.38.6/drivers/ata/pata_hpt3x3.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/ata/pata_hpt3x3.c   2011-04-28 19:34:15.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.38.6/drivers/ata/pata_icside.c linux-2.6.38.6/drivers/ata/pata_icside.c
---- linux-2.6.38.6/drivers/ata/pata_icside.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/ata/pata_icside.c   2011-04-28 19:34:15.000000000 -0400
-@@ -320,7 +320,7 @@ static void pata_icside_postreset(struct
-       }
- }
--static struct ata_port_operations pata_icside_port_ops = {
-+static const struct ata_port_operations pata_icside_port_ops = {
-       .inherits               = &ata_bmdma_port_ops,
-       /* no need to build any PRD tables for DMA */
-       .qc_prep                = ata_noop_qc_prep,
-diff -urNp linux-2.6.38.6/drivers/ata/pata_isapnp.c linux-2.6.38.6/drivers/ata/pata_isapnp.c
---- linux-2.6.38.6/drivers/ata/pata_isapnp.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/ata/pata_isapnp.c   2011-04-28 19:34:15.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.38.6/drivers/ata/pata_it8213.c linux-2.6.38.6/drivers/ata/pata_it8213.c
---- linux-2.6.38.6/drivers/ata/pata_it8213.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/ata/pata_it8213.c   2011-04-28 19:34:15.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.38.6/drivers/ata/pata_it821x.c linux-2.6.38.6/drivers/ata/pata_it821x.c
---- linux-2.6.38.6/drivers/ata/pata_it821x.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/ata/pata_it821x.c   2011-04-28 19:34:15.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.38.6/drivers/ata/pata_ixp4xx_cf.c linux-2.6.38.6/drivers/ata/pata_ixp4xx_cf.c
---- linux-2.6.38.6/drivers/ata/pata_ixp4xx_cf.c        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/ata/pata_ixp4xx_cf.c        2011-04-28 19:34:15.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.38.6/drivers/ata/pata_jmicron.c linux-2.6.38.6/drivers/ata/pata_jmicron.c
---- linux-2.6.38.6/drivers/ata/pata_jmicron.c  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/ata/pata_jmicron.c  2011-04-28 19:34:15.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.38.6/drivers/ata/pata_legacy.c linux-2.6.38.6/drivers/ata/pata_legacy.c
---- linux-2.6.38.6/drivers/ata/pata_legacy.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/ata/pata_legacy.c   2011-04-28 19:34:15.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.38.6/drivers/ata/pata_macio.c linux-2.6.38.6/drivers/ata/pata_macio.c
---- linux-2.6.38.6/drivers/ata/pata_macio.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/ata/pata_macio.c    2011-04-28 19:34:15.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.38.6/drivers/ata/pata_marvell.c linux-2.6.38.6/drivers/ata/pata_marvell.c
---- linux-2.6.38.6/drivers/ata/pata_marvell.c  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/ata/pata_marvell.c  2011-04-28 19:34:15.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.38.6/drivers/ata/pata_mpc52xx.c linux-2.6.38.6/drivers/ata/pata_mpc52xx.c
---- linux-2.6.38.6/drivers/ata/pata_mpc52xx.c  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/ata/pata_mpc52xx.c  2011-04-28 19:34:15.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.38.6/drivers/ata/pata_mpiix.c linux-2.6.38.6/drivers/ata/pata_mpiix.c
---- linux-2.6.38.6/drivers/ata/pata_mpiix.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/ata/pata_mpiix.c    2011-04-28 19:34:15.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.38.6/drivers/ata/pata_netcell.c linux-2.6.38.6/drivers/ata/pata_netcell.c
---- linux-2.6.38.6/drivers/ata/pata_netcell.c  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/ata/pata_netcell.c  2011-04-28 19:34:15.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.38.6/drivers/ata/pata_ninja32.c linux-2.6.38.6/drivers/ata/pata_ninja32.c
---- linux-2.6.38.6/drivers/ata/pata_ninja32.c  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/ata/pata_ninja32.c  2011-04-28 19:34:15.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.38.6/drivers/ata/pata_ns87410.c linux-2.6.38.6/drivers/ata/pata_ns87410.c
---- linux-2.6.38.6/drivers/ata/pata_ns87410.c  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/ata/pata_ns87410.c  2011-04-28 19:34:15.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.38.6/drivers/ata/pata_ns87415.c linux-2.6.38.6/drivers/ata/pata_ns87415.c
---- linux-2.6.38.6/drivers/ata/pata_ns87415.c  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/ata/pata_ns87415.c  2011-04-28 19:34:15.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.38.6/drivers/ata/pata_octeon_cf.c linux-2.6.38.6/drivers/ata/pata_octeon_cf.c
---- linux-2.6.38.6/drivers/ata/pata_octeon_cf.c        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/ata/pata_octeon_cf.c        2011-04-28 19:34:15.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.38.6/drivers/ata/pata_oldpiix.c linux-2.6.38.6/drivers/ata/pata_oldpiix.c
---- linux-2.6.38.6/drivers/ata/pata_oldpiix.c  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/ata/pata_oldpiix.c  2011-04-28 19:34:15.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.38.6/drivers/ata/pata_opti.c linux-2.6.38.6/drivers/ata/pata_opti.c
---- linux-2.6.38.6/drivers/ata/pata_opti.c     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/ata/pata_opti.c     2011-04-28 19:34:15.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.38.6/drivers/ata/pata_optidma.c linux-2.6.38.6/drivers/ata/pata_optidma.c
---- linux-2.6.38.6/drivers/ata/pata_optidma.c  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/ata/pata_optidma.c  2011-04-28 19:34:15.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.38.6/drivers/ata/pata_palmld.c linux-2.6.38.6/drivers/ata/pata_palmld.c
---- linux-2.6.38.6/drivers/ata/pata_palmld.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/ata/pata_palmld.c   2011-04-28 19:34:15.000000000 -0400
-@@ -37,7 +37,7 @@ static struct scsi_host_template palmld_
-       ATA_PIO_SHT(DRV_NAME),
- };
--static struct ata_port_operations palmld_port_ops = {
-+static const struct ata_port_operations palmld_port_ops = {
-       .inherits               = &ata_sff_port_ops,
-       .sff_data_xfer          = ata_sff_data_xfer_noirq,
-       .cable_detect           = ata_cable_40wire,
-diff -urNp linux-2.6.38.6/drivers/ata/pata_pcmcia.c linux-2.6.38.6/drivers/ata/pata_pcmcia.c
---- linux-2.6.38.6/drivers/ata/pata_pcmcia.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/ata/pata_pcmcia.c   2011-04-28 19:34:15.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.38.6/drivers/ata/pata_pdc2027x.c linux-2.6.38.6/drivers/ata/pata_pdc2027x.c
---- linux-2.6.38.6/drivers/ata/pata_pdc2027x.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/ata/pata_pdc2027x.c 2011-04-28 19:34:15.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.38.6/drivers/ata/pata_pdc202xx_old.c linux-2.6.38.6/drivers/ata/pata_pdc202xx_old.c
---- linux-2.6.38.6/drivers/ata/pata_pdc202xx_old.c     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/ata/pata_pdc202xx_old.c     2011-04-28 19:34:15.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.38.6/drivers/ata/pata_piccolo.c linux-2.6.38.6/drivers/ata/pata_piccolo.c
---- linux-2.6.38.6/drivers/ata/pata_piccolo.c  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/ata/pata_piccolo.c  2011-04-28 19:34:15.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.38.6/drivers/ata/pata_platform.c linux-2.6.38.6/drivers/ata/pata_platform.c
---- linux-2.6.38.6/drivers/ata/pata_platform.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/ata/pata_platform.c 2011-04-28 19:34:15.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.38.6/drivers/ata/pata_pxa.c linux-2.6.38.6/drivers/ata/pata_pxa.c
---- linux-2.6.38.6/drivers/ata/pata_pxa.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/ata/pata_pxa.c      2011-04-28 19:34:15.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.38.6/drivers/ata/pata_qdi.c linux-2.6.38.6/drivers/ata/pata_qdi.c
---- linux-2.6.38.6/drivers/ata/pata_qdi.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/ata/pata_qdi.c      2011-04-28 19:34:15.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.38.6/drivers/ata/pata_radisys.c linux-2.6.38.6/drivers/ata/pata_radisys.c
---- linux-2.6.38.6/drivers/ata/pata_radisys.c  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/ata/pata_radisys.c  2011-04-28 19:34:15.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.38.6/drivers/ata/pata_rb532_cf.c linux-2.6.38.6/drivers/ata/pata_rb532_cf.c
---- linux-2.6.38.6/drivers/ata/pata_rb532_cf.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/ata/pata_rb532_cf.c 2011-04-28 19:34:15.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.38.6/drivers/ata/pata_rdc.c linux-2.6.38.6/drivers/ata/pata_rdc.c
---- linux-2.6.38.6/drivers/ata/pata_rdc.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/ata/pata_rdc.c      2011-04-28 19:34:15.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.38.6/drivers/ata/pata_rz1000.c linux-2.6.38.6/drivers/ata/pata_rz1000.c
---- linux-2.6.38.6/drivers/ata/pata_rz1000.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/ata/pata_rz1000.c   2011-04-28 19:34:15.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.38.6/drivers/ata/pata_samsung_cf.c linux-2.6.38.6/drivers/ata/pata_samsung_cf.c
---- linux-2.6.38.6/drivers/ata/pata_samsung_cf.c       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/ata/pata_samsung_cf.c       2011-04-28 19:34:15.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.38.6/drivers/ata/pata_sc1200.c linux-2.6.38.6/drivers/ata/pata_sc1200.c
---- linux-2.6.38.6/drivers/ata/pata_sc1200.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/ata/pata_sc1200.c   2011-04-28 19:34:15.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.38.6/drivers/ata/pata_scc.c linux-2.6.38.6/drivers/ata/pata_scc.c
---- linux-2.6.38.6/drivers/ata/pata_scc.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/ata/pata_scc.c      2011-04-28 19:34:15.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.38.6/drivers/ata/pata_sch.c linux-2.6.38.6/drivers/ata/pata_sch.c
---- linux-2.6.38.6/drivers/ata/pata_sch.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/ata/pata_sch.c      2011-04-28 19:34:15.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.38.6/drivers/ata/pata_serverworks.c linux-2.6.38.6/drivers/ata/pata_serverworks.c
---- linux-2.6.38.6/drivers/ata/pata_serverworks.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/ata/pata_serverworks.c      2011-04-28 19:34:15.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.38.6/drivers/ata/pata_sil680.c linux-2.6.38.6/drivers/ata/pata_sil680.c
---- linux-2.6.38.6/drivers/ata/pata_sil680.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/ata/pata_sil680.c   2011-04-28 19:34:15.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.38.6/drivers/ata/pata_sis.c linux-2.6.38.6/drivers/ata/pata_sis.c
---- linux-2.6.38.6/drivers/ata/pata_sis.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/ata/pata_sis.c      2011-04-28 19:34:15.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.38.6/drivers/ata/pata_sl82c105.c linux-2.6.38.6/drivers/ata/pata_sl82c105.c
---- linux-2.6.38.6/drivers/ata/pata_sl82c105.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/ata/pata_sl82c105.c 2011-04-28 19:34:15.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.38.6/drivers/ata/pata_triflex.c linux-2.6.38.6/drivers/ata/pata_triflex.c
---- linux-2.6.38.6/drivers/ata/pata_triflex.c  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/ata/pata_triflex.c  2011-04-28 19:34:15.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.38.6/drivers/ata/pata_via.c linux-2.6.38.6/drivers/ata/pata_via.c
---- linux-2.6.38.6/drivers/ata/pata_via.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/ata/pata_via.c      2011-04-28 19:34:15.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.38.6/drivers/ata/pdc_adma.c linux-2.6.38.6/drivers/ata/pdc_adma.c
---- linux-2.6.38.6/drivers/ata/pdc_adma.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/ata/pdc_adma.c      2011-04-28 19:34:15.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.38.6/drivers/ata/sata_dwc_460ex.c linux-2.6.38.6/drivers/ata/sata_dwc_460ex.c
---- linux-2.6.38.6/drivers/ata/sata_dwc_460ex.c        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/ata/sata_dwc_460ex.c        2011-04-28 19:34:15.000000000 -0400
-@@ -1560,7 +1560,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.38.6/drivers/ata/sata_fsl.c linux-2.6.38.6/drivers/ata/sata_fsl.c
---- linux-2.6.38.6/drivers/ata/sata_fsl.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/ata/sata_fsl.c      2011-04-28 19:34:15.000000000 -0400
-@@ -1258,7 +1258,7 @@ static struct scsi_host_template sata_fs
-       .dma_boundary = ATA_DMA_BOUNDARY,
- };
--static struct ata_port_operations sata_fsl_ops = {
-+static const struct ata_port_operations sata_fsl_ops = {
-       .inherits               = &sata_pmp_port_ops,
-       .qc_defer = ata_std_qc_defer,
-diff -urNp linux-2.6.38.6/drivers/ata/sata_inic162x.c linux-2.6.38.6/drivers/ata/sata_inic162x.c
---- linux-2.6.38.6/drivers/ata/sata_inic162x.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/ata/sata_inic162x.c 2011-04-28 19:34:15.000000000 -0400
-@@ -705,7 +705,7 @@ static int inic_port_start(struct ata_po
-       return 0;
- }
--static struct ata_port_operations inic_port_ops = {
-+static const struct ata_port_operations inic_port_ops = {
-       .inherits               = &sata_port_ops,
-       .check_atapi_dma        = inic_check_atapi_dma,
-diff -urNp linux-2.6.38.6/drivers/ata/sata_mv.c linux-2.6.38.6/drivers/ata/sata_mv.c
---- linux-2.6.38.6/drivers/ata/sata_mv.c       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/ata/sata_mv.c       2011-04-28 19:34:15.000000000 -0400
-@@ -663,7 +663,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,
-@@ -683,7 +683,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,
-@@ -717,7 +717,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.38.6/drivers/ata/sata_nv.c linux-2.6.38.6/drivers/ata/sata_nv.c
---- linux-2.6.38.6/drivers/ata/sata_nv.c       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/ata/sata_nv.c       2011-04-28 19:34:15.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.38.6/drivers/ata/sata_promise.c linux-2.6.38.6/drivers/ata/sata_promise.c
---- linux-2.6.38.6/drivers/ata/sata_promise.c  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/ata/sata_promise.c  2011-04-28 19:34:15.000000000 -0400
-@@ -196,7 +196,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,
-@@ -209,14 +209,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.38.6/drivers/ata/sata_qstor.c linux-2.6.38.6/drivers/ata/sata_qstor.c
---- linux-2.6.38.6/drivers/ata/sata_qstor.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/ata/sata_qstor.c    2011-04-28 19:34:15.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.38.6/drivers/ata/sata_sil24.c linux-2.6.38.6/drivers/ata/sata_sil24.c
---- linux-2.6.38.6/drivers/ata/sata_sil24.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/ata/sata_sil24.c    2011-04-28 19:34:15.000000000 -0400
-@@ -389,7 +389,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.38.6/drivers/ata/sata_sil.c linux-2.6.38.6/drivers/ata/sata_sil.c
---- linux-2.6.38.6/drivers/ata/sata_sil.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/ata/sata_sil.c      2011-04-28 19:34:15.000000000 -0400
-@@ -182,7 +182,7 @@ static struct scsi_host_template sil_sht
-       .sg_tablesize           = ATA_MAX_PRD
- };
--static struct ata_port_operations sil_ops = {
-+static const struct ata_port_operations sil_ops = {
-       .inherits               = &ata_bmdma32_port_ops,
-       .dev_config             = sil_dev_config,
-       .set_mode               = sil_set_mode,
-diff -urNp linux-2.6.38.6/drivers/ata/sata_sis.c linux-2.6.38.6/drivers/ata/sata_sis.c
---- linux-2.6.38.6/drivers/ata/sata_sis.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/ata/sata_sis.c      2011-04-28 19:34:15.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.38.6/drivers/ata/sata_svw.c linux-2.6.38.6/drivers/ata/sata_svw.c
---- linux-2.6.38.6/drivers/ata/sata_svw.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/ata/sata_svw.c      2011-04-28 19:34:15.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.38.6/drivers/ata/sata_sx4.c linux-2.6.38.6/drivers/ata/sata_sx4.c
---- linux-2.6.38.6/drivers/ata/sata_sx4.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/ata/sata_sx4.c      2011-04-28 19:34:15.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.38.6/drivers/ata/sata_uli.c linux-2.6.38.6/drivers/ata/sata_uli.c
---- linux-2.6.38.6/drivers/ata/sata_uli.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/ata/sata_uli.c      2011-04-28 19:34:15.000000000 -0400
-@@ -80,7 +80,7 @@ static struct scsi_host_template uli_sht
-       ATA_BMDMA_SHT(DRV_NAME),
- };
--static struct ata_port_operations uli_ops = {
-+static const struct ata_port_operations uli_ops = {
-       .inherits               = &ata_bmdma_port_ops,
-       .scr_read               = uli_scr_read,
-       .scr_write              = uli_scr_write,
-diff -urNp linux-2.6.38.6/drivers/ata/sata_via.c linux-2.6.38.6/drivers/ata/sata_via.c
---- linux-2.6.38.6/drivers/ata/sata_via.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/ata/sata_via.c      2011-04-28 19:34:15.000000000 -0400
-@@ -115,32 +115,32 @@ static struct scsi_host_template svia_sh
-       ATA_BMDMA_SHT(DRV_NAME),
- };
--static struct ata_port_operations svia_base_ops = {
-+static const struct ata_port_operations svia_base_ops = {
-       .inherits               = &ata_bmdma_port_ops,
-       .sff_tf_load            = svia_tf_load,
- };
--static struct ata_port_operations vt6420_sata_ops = {
-+static const struct ata_port_operations vt6420_sata_ops = {
-       .inherits               = &svia_base_ops,
-       .freeze                 = svia_noop_freeze,
-       .prereset               = vt6420_prereset,
-       .bmdma_start            = vt6420_bmdma_start,
- };
--static struct ata_port_operations vt6421_pata_ops = {
-+static const struct ata_port_operations vt6421_pata_ops = {
-       .inherits               = &svia_base_ops,
-       .cable_detect           = vt6421_pata_cable_detect,
-       .set_piomode            = vt6421_set_pio_mode,
-       .set_dmamode            = vt6421_set_dma_mode,
- };
--static struct ata_port_operations vt6421_sata_ops = {
-+static const struct ata_port_operations vt6421_sata_ops = {
-       .inherits               = &svia_base_ops,
-       .scr_read               = svia_scr_read,
-       .scr_write              = svia_scr_write,
- };
--static struct ata_port_operations vt8251_ops = {
-+static const struct ata_port_operations vt8251_ops = {
-       .inherits               = &svia_base_ops,
-       .hardreset              = sata_std_hardreset,
-       .scr_read               = vt8251_scr_read,
-diff -urNp linux-2.6.38.6/drivers/ata/sata_vsc.c linux-2.6.38.6/drivers/ata/sata_vsc.c
---- linux-2.6.38.6/drivers/ata/sata_vsc.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/ata/sata_vsc.c      2011-04-28 19:34:15.000000000 -0400
-@@ -300,7 +300,7 @@ static struct scsi_host_template vsc_sat
- };
--static struct ata_port_operations vsc_sata_ops = {
-+static const struct ata_port_operations vsc_sata_ops = {
-       .inherits               = &ata_bmdma_port_ops,
-       /* The IRQ handling is not quite standard SFF behaviour so we
-          cannot use the default lost interrupt handler */
-diff -urNp linux-2.6.38.6/drivers/atm/adummy.c linux-2.6.38.6/drivers/atm/adummy.c
---- linux-2.6.38.6/drivers/atm/adummy.c        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/atm/adummy.c        2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/drivers/ata/pata_arasan_cf.c linux-3.0.3/drivers/ata/pata_arasan_cf.c
+--- linux-3.0.3/drivers/ata/pata_arasan_cf.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
++                      pax_close_kernel();
+                       ap->pio_mask = 0;
+               }
+               if (pdata->quirk & CF_BROKEN_MWDMA)
+diff -urNp linux-3.0.3/drivers/atm/adummy.c linux-3.0.3/drivers/atm/adummy.c
+--- linux-3.0.3/drivers/atm/adummy.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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
@@ -24488,9 +21956,9 @@ diff -urNp linux-2.6.38.6/drivers/atm/adummy.c linux-2.6.38.6/drivers/atm/adummy
  
        return 0;
  }
-diff -urNp linux-2.6.38.6/drivers/atm/ambassador.c linux-2.6.38.6/drivers/atm/ambassador.c
---- linux-2.6.38.6/drivers/atm/ambassador.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/atm/ambassador.c    2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/drivers/atm/ambassador.c linux-3.0.3/drivers/atm/ambassador.c
+--- linux-3.0.3/drivers/atm/ambassador.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);
    
@@ -24507,7 +21975,7 @@ diff -urNp linux-2.6.38.6/drivers/atm/ambassador.c linux-2.6.38.6/drivers/atm/am
 -        atomic_inc(&atm_vcc->stats->rx);
 +        atomic_inc_unchecked(&atm_vcc->stats->rx);
          __net_timestamp(skb);
-         // end of our responsability
+         // end of our responsibility
          atm_vcc->push (atm_vcc, skb);
 @@ -510,7 +510,7 @@ static void rx_complete (amb_dev * dev, 
        } else {
@@ -24527,9 +21995,9 @@ diff -urNp linux-2.6.38.6/drivers/atm/ambassador.c linux-2.6.38.6/drivers/atm/am
      return -ENOMEM; // ?
    }
    
-diff -urNp linux-2.6.38.6/drivers/atm/atmtcp.c linux-2.6.38.6/drivers/atm/atmtcp.c
---- linux-2.6.38.6/drivers/atm/atmtcp.c        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/atm/atmtcp.c        2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/drivers/atm/atmtcp.c linux-3.0.3/drivers/atm/atmtcp.c
+--- linux-3.0.3/drivers/atm/atmtcp.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);
@@ -24579,9 +22047,9 @@ diff -urNp linux-2.6.38.6/drivers/atm/atmtcp.c linux-2.6.38.6/drivers/atm/atmtcp
  done:
        if (vcc->pop) vcc->pop(vcc,skb);
        else dev_kfree_skb(skb);
-diff -urNp linux-2.6.38.6/drivers/atm/eni.c linux-2.6.38.6/drivers/atm/eni.c
---- linux-2.6.38.6/drivers/atm/eni.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/atm/eni.c   2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/drivers/atm/eni.c linux-3.0.3/drivers/atm/eni.c
+--- linux-3.0.3/drivers/atm/eni.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);
@@ -24627,9 +22095,9 @@ diff -urNp linux-2.6.38.6/drivers/atm/eni.c linux-2.6.38.6/drivers/atm/eni.c
                wake_up(&eni_dev->tx_wait);
  dma_complete++;
        }
-diff -urNp linux-2.6.38.6/drivers/atm/firestream.c linux-2.6.38.6/drivers/atm/firestream.c
---- linux-2.6.38.6/drivers/atm/firestream.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/atm/firestream.c    2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/drivers/atm/firestream.c linux-3.0.3/drivers/atm/firestream.c
+--- linux-3.0.3/drivers/atm/firestream.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/drivers/atm/firestream.c       2011-08-23 21:47:55.000000000 -0400
 @@ -749,7 +749,7 @@ static void process_txdone_queue (struct
                                }
                        }
@@ -24663,9 +22131,9 @@ diff -urNp linux-2.6.38.6/drivers/atm/firestream.c linux-2.6.38.6/drivers/atm/fi
                        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.38.6/drivers/atm/fore200e.c linux-2.6.38.6/drivers/atm/fore200e.c
---- linux-2.6.38.6/drivers/atm/fore200e.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/atm/fore200e.c      2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/drivers/atm/fore200e.c linux-3.0.3/drivers/atm/fore200e.c
+--- linux-3.0.3/drivers/atm/fore200e.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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 */
@@ -24722,9 +22190,9 @@ diff -urNp linux-2.6.38.6/drivers/atm/fore200e.c linux-2.6.38.6/drivers/atm/fore
  
            fore200e->tx_sat++;
            DPRINTK(2, "tx queue of device %s is saturated, PDU dropped - heartbeat is %08x\n",
-diff -urNp linux-2.6.38.6/drivers/atm/he.c linux-2.6.38.6/drivers/atm/he.c
---- linux-2.6.38.6/drivers/atm/he.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/atm/he.c    2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/drivers/atm/he.c linux-3.0.3/drivers/atm/he.c
+--- linux-3.0.3/drivers/atm/he.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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
  
                if (RBRQ_HBUF_ERR(he_dev->rbrq_head)) {
@@ -24806,9 +22274,9 @@ diff -urNp linux-2.6.38.6/drivers/atm/he.c linux-2.6.38.6/drivers/atm/he.c
  
        return 0;
  }
-diff -urNp linux-2.6.38.6/drivers/atm/horizon.c linux-2.6.38.6/drivers/atm/horizon.c
---- linux-2.6.38.6/drivers/atm/horizon.c       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/atm/horizon.c       2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/drivers/atm/horizon.c linux-3.0.3/drivers/atm/horizon.c
+--- linux-3.0.3/drivers/atm/horizon.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -24816,7 +22284,7 @@ diff -urNp linux-2.6.38.6/drivers/atm/horizon.c linux-2.6.38.6/drivers/atm/horiz
 -        atomic_inc(&vcc->stats->rx);
 +        atomic_inc_unchecked(&vcc->stats->rx);
          __net_timestamp(skb);
-         // end of our responsability
+         // end of our responsibility
          vcc->push (vcc, skb);
 @@ -1186,7 +1186,7 @@ static void tx_schedule (hrz_dev * const
        dev->tx_iovec = NULL;
@@ -24827,9 +22295,9 @@ diff -urNp linux-2.6.38.6/drivers/atm/horizon.c linux-2.6.38.6/drivers/atm/horiz
        
        // free the skb
        hrz_kfree_skb (skb);
-diff -urNp linux-2.6.38.6/drivers/atm/idt77252.c linux-2.6.38.6/drivers/atm/idt77252.c
---- linux-2.6.38.6/drivers/atm/idt77252.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/atm/idt77252.c      2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/drivers/atm/idt77252.c linux-3.0.3/drivers/atm/idt77252.c
+--- linux-3.0.3/drivers/atm/idt77252.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);
@@ -24907,7 +22375,7 @@ diff -urNp linux-2.6.38.6/drivers/atm/idt77252.c linux-2.6.38.6/drivers/atm/idt7
  
                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
+@@ -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);
@@ -24924,7 +22392,7 @@ diff -urNp linux-2.6.38.6/drivers/atm/idt77252.c linux-2.6.38.6/drivers/atm/idt7
                        goto drop;
                }
  
-@@ -1330,7 +1330,7 @@ idt77252_rx_raw(struct idt77252_dev *car
+@@ -1329,7 +1329,7 @@ idt77252_rx_raw(struct idt77252_dev *car
                ATM_SKB(sb)->vcc = vcc;
                __net_timestamp(sb);
                vcc->push(vcc, sb);
@@ -24933,7 +22401,7 @@ diff -urNp linux-2.6.38.6/drivers/atm/idt77252.c linux-2.6.38.6/drivers/atm/idt7
  
  drop:
                skb_pull(queue, 64);
-@@ -1955,13 +1955,13 @@ idt77252_send_skb(struct atm_vcc *vcc, s
+@@ -1954,13 +1954,13 @@ idt77252_send_skb(struct atm_vcc *vcc, s
  
        if (vc == NULL) {
                printk("%s: NULL connection in send().\n", card->name);
@@ -24949,7 +22417,7 @@ diff -urNp linux-2.6.38.6/drivers/atm/idt77252.c linux-2.6.38.6/drivers/atm/idt7
                dev_kfree_skb(skb);
                return -EINVAL;
        }
-@@ -1973,14 +1973,14 @@ idt77252_send_skb(struct atm_vcc *vcc, s
+@@ -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);
@@ -24966,7 +22434,7 @@ diff -urNp linux-2.6.38.6/drivers/atm/idt77252.c linux-2.6.38.6/drivers/atm/idt7
                dev_kfree_skb(skb);
                return -EINVAL;
        }
-@@ -1988,7 +1988,7 @@ idt77252_send_skb(struct atm_vcc *vcc, s
+@@ -1987,7 +1987,7 @@ idt77252_send_skb(struct atm_vcc *vcc, s
  
        err = queue_skb(card, vc, skb, oam);
        if (err) {
@@ -24975,7 +22443,7 @@ diff -urNp linux-2.6.38.6/drivers/atm/idt77252.c linux-2.6.38.6/drivers/atm/idt7
                dev_kfree_skb(skb);
                return err;
        }
-@@ -2011,7 +2011,7 @@ idt77252_send_oam(struct atm_vcc *vcc, v
+@@ -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);
@@ -24984,10 +22452,10 @@ diff -urNp linux-2.6.38.6/drivers/atm/idt77252.c linux-2.6.38.6/drivers/atm/idt7
                return -ENOMEM;
        }
        atomic_add(skb->truesize, &sk_atm(vcc)->sk_wmem_alloc);
-diff -urNp linux-2.6.38.6/drivers/atm/iphase.c linux-2.6.38.6/drivers/atm/iphase.c
---- linux-2.6.38.6/drivers/atm/iphase.c        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/atm/iphase.c        2011-04-28 19:34:15.000000000 -0400
-@@ -1124,7 +1124,7 @@ static int rx_pkt(struct atm_dev *dev)  
+diff -urNp linux-3.0.3/drivers/atm/iphase.c linux-3.0.3/drivers/atm/iphase.c
+--- linux-3.0.3/drivers/atm/iphase.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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))  
        {  
@@ -24996,7 +22464,7 @@ diff -urNp linux-2.6.38.6/drivers/atm/iphase.c linux-2.6.38.6/drivers/atm/iphase
                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);
@@ -25005,7 +22473,7 @@ diff -urNp linux-2.6.38.6/drivers/atm/iphase.c linux-2.6.38.6/drivers/atm/iphase
           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)
            {
@@ -25014,7 +22482,7 @@ diff -urNp linux-2.6.38.6/drivers/atm/iphase.c linux-2.6.38.6/drivers/atm/iphase
               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))))
            {
@@ -25023,7 +22491,7 @@ diff -urNp linux-2.6.38.6/drivers/atm/iphase.c linux-2.6.38.6/drivers/atm/iphase
               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);  
@@ -25032,7 +22500,7 @@ diff -urNp linux-2.6.38.6/drivers/atm/iphase.c linux-2.6.38.6/drivers/atm/iphase
            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;
@@ -25057,7 +22525,7 @@ diff -urNp linux-2.6.38.6/drivers/atm/iphase.c linux-2.6.38.6/drivers/atm/iphase
           }
              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);) 
@@ -25066,7 +22534,7 @@ diff -urNp linux-2.6.38.6/drivers/atm/iphase.c linux-2.6.38.6/drivers/atm/iphase
                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);
  
@@ -25083,9 +22551,9 @@ diff -urNp linux-2.6.38.6/drivers/atm/iphase.c linux-2.6.38.6/drivers/atm/iphase
            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.38.6/drivers/atm/lanai.c linux-2.6.38.6/drivers/atm/lanai.c
---- linux-2.6.38.6/drivers/atm/lanai.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/atm/lanai.c 2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/drivers/atm/lanai.c linux-3.0.3/drivers/atm/lanai.c
+--- linux-3.0.3/drivers/atm/lanai.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);
@@ -25140,9 +22608,9 @@ diff -urNp linux-2.6.38.6/drivers/atm/lanai.c linux-2.6.38.6/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.38.6/drivers/atm/nicstar.c linux-2.6.38.6/drivers/atm/nicstar.c
---- linux-2.6.38.6/drivers/atm/nicstar.c       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/atm/nicstar.c       2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/drivers/atm/nicstar.c linux-3.0.3/drivers/atm/nicstar.c
+--- linux-3.0.3/drivers/atm/nicstar.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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",
@@ -25344,10 +22812,10 @@ diff -urNp linux-2.6.38.6/drivers/atm/nicstar.c linux-2.6.38.6/drivers/atm/nicst
                        }
                }
  
-diff -urNp linux-2.6.38.6/drivers/atm/solos-pci.c linux-2.6.38.6/drivers/atm/solos-pci.c
---- linux-2.6.38.6/drivers/atm/solos-pci.c     2011-04-18 17:27:18.000000000 -0400
-+++ linux-2.6.38.6/drivers/atm/solos-pci.c     2011-05-16 21:47:08.000000000 -0400
-@@ -715,7 +715,7 @@ void solos_bh(unsigned long card_arg)
+diff -urNp linux-3.0.3/drivers/atm/solos-pci.c linux-3.0.3/drivers/atm/solos-pci.c
+--- linux-3.0.3/drivers/atm/solos-pci.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);
@@ -25356,7 +22824,7 @@ diff -urNp linux-2.6.38.6/drivers/atm/solos-pci.c linux-2.6.38.6/drivers/atm/sol
                                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];
  
@@ -25365,7 +22833,7 @@ diff -urNp linux-2.6.38.6/drivers/atm/solos-pci.c linux-2.6.38.6/drivers/atm/sol
        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) {
@@ -25374,9 +22842,9 @@ diff -urNp linux-2.6.38.6/drivers/atm/solos-pci.c linux-2.6.38.6/drivers/atm/sol
                                solos_pop(vcc, oldskb);
                        } else
                                dev_kfree_skb_irq(oldskb);
-diff -urNp linux-2.6.38.6/drivers/atm/suni.c linux-2.6.38.6/drivers/atm/suni.c
---- linux-2.6.38.6/drivers/atm/suni.c  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/atm/suni.c  2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/drivers/atm/suni.c linux-3.0.3/drivers/atm/suni.c
+--- linux-3.0.3/drivers/atm/suni.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/drivers/atm/suni.c     2011-08-23 21:47:55.000000000 -0400
 @@ -50,8 +50,8 @@ static DEFINE_SPINLOCK(sunis_lock);
  
  
@@ -25388,9 +22856,9 @@ diff -urNp linux-2.6.38.6/drivers/atm/suni.c linux-2.6.38.6/drivers/atm/suni.c
  
  
  static void suni_hz(unsigned long from_timer)
-diff -urNp linux-2.6.38.6/drivers/atm/uPD98402.c linux-2.6.38.6/drivers/atm/uPD98402.c
---- linux-2.6.38.6/drivers/atm/uPD98402.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/atm/uPD98402.c      2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/drivers/atm/uPD98402.c linux-3.0.3/drivers/atm/uPD98402.c
+--- linux-3.0.3/drivers/atm/uPD98402.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -25435,9 +22903,9 @@ diff -urNp linux-2.6.38.6/drivers/atm/uPD98402.c linux-2.6.38.6/drivers/atm/uPD9
        return 0;
  }
  
-diff -urNp linux-2.6.38.6/drivers/atm/zatm.c linux-2.6.38.6/drivers/atm/zatm.c
---- linux-2.6.38.6/drivers/atm/zatm.c  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/atm/zatm.c  2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/drivers/atm/zatm.c linux-3.0.3/drivers/atm/zatm.c
+--- linux-3.0.3/drivers/atm/zatm.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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) {
@@ -25465,58 +22933,48 @@ diff -urNp linux-2.6.38.6/drivers/atm/zatm.c linux-2.6.38.6/drivers/atm/zatm.c
        wake_up(&zatm_vcc->tx_wait);
  }
  
-diff -urNp linux-2.6.38.6/drivers/base/power/wakeup.c linux-2.6.38.6/drivers/base/power/wakeup.c
---- linux-2.6.38.6/drivers/base/power/wakeup.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/base/power/wakeup.c 2011-04-28 19:57:25.000000000 -0400
-@@ -25,7 +25,7 @@
- bool events_check_enabled;
- /* The counter of registered wakeup events. */
--static atomic_t event_count = ATOMIC_INIT(0);
-+static atomic_unchecked_t event_count = ATOMIC_INIT(0);
- /* A preserved old value of event_count. */
- static unsigned int saved_count;
- /* The counter of wakeup events being processed. */
-@@ -399,7 +399,7 @@ static void wakeup_source_deactivate(str
-        * pm_save_wakeup_count() don't see the old value of event_count and
-        * events_in_progress equal to zero at the same time.
-        */
--      atomic_inc(&event_count);
-+      atomic_inc_unchecked(&event_count);
-       smp_mb__before_atomic_dec();
-       atomic_dec(&events_in_progress);
- }
-@@ -556,7 +556,7 @@ bool pm_wakeup_pending(void)
+diff -urNp linux-3.0.3/drivers/base/power/wakeup.c linux-3.0.3/drivers/base/power/wakeup.c
+--- linux-3.0.3/drivers/base/power/wakeup.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.
+  */
+-static atomic_t combined_event_count = ATOMIC_INIT(0);
++static atomic_unchecked_t combined_event_count = ATOMIC_INIT(0);
  
-       spin_lock_irqsave(&events_lock, flags);
-       if (events_check_enabled) {
--              ret = ((unsigned int)atomic_read(&event_count) != saved_count)
-+              ret = ((unsigned int)atomic_read_unchecked(&event_count) != saved_count)
-                       || atomic_read(&events_in_progress);
-               events_check_enabled = !ret;
-       }
-@@ -590,7 +590,7 @@ bool pm_get_wakeup_count(unsigned int *c
-       }
+ #define IN_PROGRESS_BITS      (sizeof(int) * 4)
+ #define MAX_IN_PROGRESS               ((1 << IN_PROGRESS_BITS) - 1)
  
-       ret = !atomic_read(&events_in_progress);
--      *count = atomic_read(&event_count);
-+      *count = atomic_read_unchecked(&event_count);
-       return ret;
+ static void split_counters(unsigned int *cnt, unsigned int *inpr)
+ {
+-      unsigned int comb = atomic_read(&combined_event_count);
++      unsigned int comb = atomic_read_unchecked(&combined_event_count);
+       *cnt = (comb >> IN_PROGRESS_BITS);
+       *inpr = comb & MAX_IN_PROGRESS;
+@@ -350,7 +350,7 @@ static void wakeup_source_activate(struc
+       ws->last_time = ktime_get();
+       /* Increment the counter of events in progress. */
+-      atomic_inc(&combined_event_count);
++      atomic_inc_unchecked(&combined_event_count);
  }
  
-@@ -608,7 +608,7 @@ bool pm_save_wakeup_count(unsigned int c
-       bool ret = false;
+ /**
+@@ -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.
+        */
+-      atomic_add(MAX_IN_PROGRESS, &combined_event_count);
++      atomic_add_unchecked(MAX_IN_PROGRESS, &combined_event_count);
+ }
  
-       spin_lock_irq(&events_lock);
--      if (count == (unsigned int)atomic_read(&event_count)
-+      if (count == (unsigned int)atomic_read_unchecked(&event_count)
-           && !atomic_read(&events_in_progress)) {
-               saved_count = count;
-               events_check_enabled = true;
-diff -urNp linux-2.6.38.6/drivers/block/cciss.c linux-2.6.38.6/drivers/block/cciss.c
---- linux-2.6.38.6/drivers/block/cciss.c       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/block/cciss.c       2011-04-28 19:34:15.000000000 -0400
-@@ -1112,6 +1112,8 @@ static int cciss_ioctl32_passthru(struct
+ /**
+diff -urNp linux-3.0.3/drivers/block/cciss.c linux-3.0.3/drivers/block/cciss.c
+--- linux-3.0.3/drivers/block/cciss.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
  
@@ -25525,22 +22983,276 @@ diff -urNp linux-2.6.38.6/drivers/block/cciss.c linux-2.6.38.6/drivers/block/cci
        err = 0;
        err |=
            copy_from_user(&arg64.LUN_info, &arg32->LUN_info,
-diff -urNp linux-2.6.38.6/drivers/block/cpqarray.c linux-2.6.38.6/drivers/block/cpqarray.c
---- linux-2.6.38.6/drivers/block/cpqarray.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/block/cpqarray.c    2011-05-16 21:47:08.000000000 -0400
+@@ -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--;
+               /* Tell the controller execute command */
+-              h->access.submit_command(h, c);
++              h->access->submit_command(h, c);
+               /* Put job onto the completed Q */
+               addQ(&h->cmpQ, c);
+@@ -3422,17 +3424,17 @@ startio:
+ 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.3/drivers/block/cciss.h linux-3.0.3/drivers/block/cciss.h
+--- linux-3.0.3/drivers/block/cciss.h  2011-08-23 21:44:40.000000000 -0400
++++ linux-3.0.3/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.3/drivers/block/cpqarray.c linux-3.0.3/drivers/block/cpqarray.c
+--- linux-3.0.3/drivers/block/cpqarray.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
  
 +      pax_track_stack();
 +
-       if (blk_queue_plugged(q))
-               goto startio;
+ queue_next:
+       creq = blk_peek_request(q);
+       if (!creq)
+@@ -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;
+               /* 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);
  
-diff -urNp linux-2.6.38.6/drivers/block/DAC960.c linux-2.6.38.6/drivers/block/DAC960.c
---- linux-2.6.38.6/drivers/block/DAC960.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/block/DAC960.c      2011-05-16 21:47:08.000000000 -0400
-@@ -1979,6 +1979,8 @@ static bool DAC960_V1_ReadDeviceConfigur
+               /* 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.3/drivers/block/cpqarray.h linux-3.0.3/drivers/block/cpqarray.h
+--- linux-3.0.3/drivers/block/cpqarray.h       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.3/drivers/block/DAC960.c linux-3.0.3/drivers/block/DAC960.c
+--- linux-3.0.3/drivers/block/DAC960.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
  
@@ -25549,10 +23261,10 @@ diff -urNp linux-2.6.38.6/drivers/block/DAC960.c linux-2.6.38.6/drivers/block/DA
    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.38.6/drivers/block/drbd/drbd_int.h linux-2.6.38.6/drivers/block/drbd/drbd_int.h
---- linux-2.6.38.6/drivers/block/drbd/drbd_int.h       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/block/drbd/drbd_int.h       2011-04-28 19:57:25.000000000 -0400
-@@ -742,7 +742,7 @@ struct drbd_request;
+diff -urNp linux-3.0.3/drivers/block/drbd/drbd_int.h linux-3.0.3/drivers/block/drbd/drbd_int.h
+--- linux-3.0.3/drivers/block/drbd/drbd_int.h  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -25561,7 +23273,7 @@ diff -urNp linux-2.6.38.6/drivers/block/drbd/drbd_int.h linux-2.6.38.6/drivers/b
        atomic_t active;     /* increased on every req. added, and dec on every finished. */
        unsigned long flags;
  };
-@@ -1083,7 +1083,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;
@@ -25570,10 +23282,10 @@ diff -urNp linux-2.6.38.6/drivers/block/drbd/drbd_int.h linux-2.6.38.6/drivers/b
        unsigned int peer_seq;
        spinlock_t peer_seq_lock;
        unsigned int minor;
-diff -urNp linux-2.6.38.6/drivers/block/drbd/drbd_main.c linux-2.6.38.6/drivers/block/drbd/drbd_main.c
---- linux-2.6.38.6/drivers/block/drbd/drbd_main.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/block/drbd/drbd_main.c      2011-04-28 19:57:25.000000000 -0400
-@@ -2217,7 +2217,7 @@ static int _drbd_send_ack(struct drbd_co
+diff -urNp linux-3.0.3/drivers/block/drbd/drbd_main.c linux-3.0.3/drivers/block/drbd/drbd_main.c
+--- linux-3.0.3/drivers/block/drbd/drbd_main.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -25581,8 +23293,8 @@ diff -urNp linux-2.6.38.6/drivers/block/drbd/drbd_main.c linux-2.6.38.6/drivers/
 +      p.seq_num  = cpu_to_be32(atomic_add_return_unchecked(1, &mdev->packet_seq));
  
        if (!mdev->meta.socket || mdev->state.conn < C_CONNECTED)
-               return FALSE;
-@@ -2517,7 +2517,7 @@ int drbd_send_dblock(struct drbd_conf *m
+               return false;
+@@ -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 =
@@ -25591,7 +23303,7 @@ diff -urNp linux-2.6.38.6/drivers/block/drbd/drbd_main.c linux-2.6.38.6/drivers/
  
        dp_flags = bio_flags_to_wire(mdev, req->master_bio->bi_rw);
  
-@@ -2795,7 +2795,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);
@@ -25600,7 +23312,7 @@ diff -urNp linux-2.6.38.6/drivers/block/drbd/drbd_main.c linux-2.6.38.6/drivers/
        atomic_set(&mdev->pp_in_use, 0);
        atomic_set(&mdev->pp_in_use_by_net, 0);
        atomic_set(&mdev->rs_sect_in, 0);
-@@ -2866,8 +2866,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 */
@@ -25611,10 +23323,10 @@ diff -urNp linux-2.6.38.6/drivers/block/drbd/drbd_main.c linux-2.6.38.6/drivers/
        mdev->al_writ_cnt  =
        mdev->bm_writ_cnt  =
        mdev->read_cnt     =
-diff -urNp linux-2.6.38.6/drivers/block/drbd/drbd_nl.c linux-2.6.38.6/drivers/block/drbd/drbd_nl.c
---- linux-2.6.38.6/drivers/block/drbd/drbd_nl.c        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/block/drbd/drbd_nl.c        2011-04-28 19:57:25.000000000 -0400
-@@ -2238,7 +2238,7 @@ static void drbd_connector_callback(stru
+diff -urNp linux-3.0.3/drivers/block/drbd/drbd_nl.c linux-3.0.3/drivers/block/drbd/drbd_nl.c
+--- linux-3.0.3/drivers/block/drbd/drbd_nl.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);
  }
  
@@ -25623,7 +23335,7 @@ diff -urNp linux-2.6.38.6/drivers/block/drbd/drbd_nl.c linux-2.6.38.6/drivers/bl
  
  static unsigned short *
  __tl_add_blob(unsigned short *tl, enum drbd_tags tag, const void *data,
-@@ -2309,7 +2309,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;
  
@@ -25632,7 +23344,7 @@ diff -urNp linux-2.6.38.6/drivers/block/drbd/drbd_nl.c linux-2.6.38.6/drivers/bl
        cn_reply->ack = 0; /* not used here. */
        cn_reply->len = sizeof(struct drbd_nl_cfg_reply) +
                (int)((char *)tl - (char *)reply->tag_list);
-@@ -2341,7 +2341,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;
  
@@ -25641,7 +23353,7 @@ diff -urNp linux-2.6.38.6/drivers/block/drbd/drbd_nl.c linux-2.6.38.6/drivers/bl
        cn_reply->ack = 0; /* not used here. */
        cn_reply->len = sizeof(struct drbd_nl_cfg_reply) +
                (int)((char *)tl - (char *)reply->tag_list);
-@@ -2416,7 +2416,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;
  
@@ -25650,7 +23362,7 @@ diff -urNp linux-2.6.38.6/drivers/block/drbd/drbd_nl.c linux-2.6.38.6/drivers/bl
        cn_reply->ack = 0; // not used here.
        cn_reply->len = sizeof(struct drbd_nl_cfg_reply) +
                (int)((char*)tl - (char*)reply->tag_list);
-@@ -2455,7 +2455,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;
  
@@ -25659,10 +23371,10 @@ diff -urNp linux-2.6.38.6/drivers/block/drbd/drbd_nl.c linux-2.6.38.6/drivers/bl
        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.38.6/drivers/block/drbd/drbd_receiver.c linux-2.6.38.6/drivers/block/drbd/drbd_receiver.c
---- linux-2.6.38.6/drivers/block/drbd/drbd_receiver.c  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/block/drbd/drbd_receiver.c  2011-04-28 19:57:25.000000000 -0400
-@@ -907,7 +907,7 @@ retry:
+diff -urNp linux-3.0.3/drivers/block/drbd/drbd_receiver.c linux-3.0.3/drivers/block/drbd/drbd_receiver.c
+--- linux-3.0.3/drivers/block/drbd/drbd_receiver.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
  
@@ -25671,7 +23383,7 @@ diff -urNp linux-2.6.38.6/drivers/block/drbd/drbd_receiver.c linux-2.6.38.6/driv
        mdev->peer_seq = 0;
  
        drbd_thread_start(&mdev->asender);
-@@ -1001,7 +1001,7 @@ static enum finish_epoch drbd_may_finish
+@@ -985,7 +985,7 @@ static enum finish_epoch drbd_may_finish
        do {
                next_epoch = NULL;
  
@@ -25680,7 +23392,7 @@ diff -urNp linux-2.6.38.6/drivers/block/drbd/drbd_receiver.c linux-2.6.38.6/driv
  
                switch (ev & ~EV_CLEANUP) {
                case EV_PUT:
-@@ -1036,7 +1036,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;
@@ -25689,7 +23401,7 @@ diff -urNp linux-2.6.38.6/drivers/block/drbd/drbd_receiver.c linux-2.6.38.6/driv
                                /* atomic_set(&epoch->active, 0); is already zero */
                                if (rv == FE_STILL_LIVE)
                                        rv = FE_RECYCLED;
-@@ -1197,14 +1197,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);
  
@@ -25706,7 +23418,7 @@ diff -urNp linux-2.6.38.6/drivers/block/drbd/drbd_receiver.c linux-2.6.38.6/driv
  
                D_ASSERT(atomic_read(&epoch->active) == 0);
                D_ASSERT(epoch->flags == 0);
-@@ -1216,11 +1216,11 @@ static int receive_Barrier(struct drbd_c
+@@ -1210,11 +1210,11 @@ static int receive_Barrier(struct drbd_c
        }
  
        epoch->flags = 0;
@@ -25729,7 +23441,7 @@ diff -urNp linux-2.6.38.6/drivers/block/drbd/drbd_receiver.c linux-2.6.38.6/driv
                return drbd_drain_block(mdev, data_size);
        }
  
-@@ -1683,7 +1683,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;
@@ -25738,16 +23450,7 @@ diff -urNp linux-2.6.38.6/drivers/block/drbd/drbd_receiver.c linux-2.6.38.6/driv
        atomic_inc(&e->epoch->active);
        spin_unlock(&mdev->epoch_lock);
  
-@@ -1866,7 +1866,7 @@ static int receive_Data(struct drbd_conf
- out_interrupted:
-       /* yes, the epoch_size now is imbalanced.
-        * but we drop the connection anyways, so we don't have a chance to
--       * receive a barrier... atomic_inc(&mdev->epoch_size); */
-+       * receive a barrier... atomic_inc_unchecked(&mdev->epoch_size); */
-       put_ldev(mdev);
-       drbd_free_ee(mdev, e);
-       return FALSE;
-@@ -3821,7 +3821,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 */
@@ -25756,9 +23459,9 @@ diff -urNp linux-2.6.38.6/drivers/block/drbd/drbd_receiver.c linux-2.6.38.6/driv
        D_ASSERT(list_empty(&mdev->current_epoch->list));
  }
  
-diff -urNp linux-2.6.38.6/drivers/block/nbd.c linux-2.6.38.6/drivers/block/nbd.c
---- linux-2.6.38.6/drivers/block/nbd.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/block/nbd.c 2011-05-16 21:47:08.000000000 -0400
+diff -urNp linux-3.0.3/drivers/block/nbd.c linux-3.0.3/drivers/block/nbd.c
+--- linux-3.0.3/drivers/block/nbd.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -25768,7 +23471,7 @@ diff -urNp linux-2.6.38.6/drivers/block/nbd.c linux-2.6.38.6/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)
  {
@@ -25777,9 +23480,9 @@ diff -urNp linux-2.6.38.6/drivers/block/nbd.c linux-2.6.38.6/drivers/block/nbd.c
        switch (cmd) {
        case NBD_DISCONNECT: {
                struct request sreq;
-diff -urNp linux-2.6.38.6/drivers/char/agp/frontend.c linux-2.6.38.6/drivers/char/agp/frontend.c
---- linux-2.6.38.6/drivers/char/agp/frontend.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/char/agp/frontend.c 2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/drivers/char/agp/frontend.c linux-3.0.3/drivers/char/agp/frontend.c
+--- linux-3.0.3/drivers/char/agp/frontend.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -25789,9 +23492,9 @@ diff -urNp linux-2.6.38.6/drivers/char/agp/frontend.c linux-2.6.38.6/drivers/cha
                return -EFAULT;
  
        client = agp_find_client_by_pid(reserve.pid);
-diff -urNp linux-2.6.38.6/drivers/char/briq_panel.c linux-2.6.38.6/drivers/char/briq_panel.c
---- linux-2.6.38.6/drivers/char/briq_panel.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/char/briq_panel.c   2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/drivers/char/briq_panel.c linux-3.0.3/drivers/char/briq_panel.c
+--- linux-3.0.3/drivers/char/briq_panel.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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>
@@ -25833,9 +23536,9 @@ diff -urNp linux-2.6.38.6/drivers/char/briq_panel.c linux-2.6.38.6/drivers/char/
  
        return len;
  }
-diff -urNp linux-2.6.38.6/drivers/char/genrtc.c linux-2.6.38.6/drivers/char/genrtc.c
---- linux-2.6.38.6/drivers/char/genrtc.c       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/char/genrtc.c       2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/drivers/char/genrtc.c linux-3.0.3/drivers/char/genrtc.c
+--- linux-3.0.3/drivers/char/genrtc.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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) {
  
@@ -25844,10 +23547,10 @@ diff -urNp linux-2.6.38.6/drivers/char/genrtc.c linux-2.6.38.6/drivers/char/genr
            if (get_rtc_pll(&pll))
                    return -EINVAL;
            else
-diff -urNp linux-2.6.38.6/drivers/char/hpet.c linux-2.6.38.6/drivers/char/hpet.c
---- linux-2.6.38.6/drivers/char/hpet.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/char/hpet.c 2011-04-28 19:34:15.000000000 -0400
-@@ -553,7 +553,7 @@ static inline unsigned long hpet_time_di
+diff -urNp linux-3.0.3/drivers/char/hpet.c linux-3.0.3/drivers/char/hpet.c
+--- linux-3.0.3/drivers/char/hpet.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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
@@ -25856,10 +23559,10 @@ diff -urNp linux-2.6.38.6/drivers/char/hpet.c linux-2.6.38.6/drivers/char/hpet.c
                  struct hpet_info *info)
  {
        struct hpet_timer __iomem *timer;
-diff -urNp linux-2.6.38.6/drivers/char/ipmi/ipmi_msghandler.c linux-2.6.38.6/drivers/char/ipmi/ipmi_msghandler.c
---- linux-2.6.38.6/drivers/char/ipmi/ipmi_msghandler.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/char/ipmi/ipmi_msghandler.c 2011-05-16 21:47:08.000000000 -0400
-@@ -414,7 +414,7 @@ struct ipmi_smi {
+diff -urNp linux-3.0.3/drivers/char/ipmi/ipmi_msghandler.c linux-3.0.3/drivers/char/ipmi/ipmi_msghandler.c
+--- linux-3.0.3/drivers/char/ipmi/ipmi_msghandler.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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];
  
@@ -25868,7 +23571,7 @@ diff -urNp linux-2.6.38.6/drivers/char/ipmi/ipmi_msghandler.c linux-2.6.38.6/dri
  
        /*
         * 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) \
@@ -25880,7 +23583,7 @@ diff -urNp linux-2.6.38.6/drivers/char/ipmi/ipmi_msghandler.c linux-2.6.38.6/dri
  
  static int is_lan_addr(struct ipmi_addr *addr)
  {
-@@ -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++)
@@ -25889,7 +23592,7 @@ diff -urNp linux-2.6.38.6/drivers/char/ipmi/ipmi_msghandler.c linux-2.6.38.6/dri
  
        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;
  
@@ -25898,10 +23601,10 @@ diff -urNp linux-2.6.38.6/drivers/char/ipmi/ipmi_msghandler.c linux-2.6.38.6/dri
        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.38.6/drivers/char/ipmi/ipmi_si_intf.c linux-2.6.38.6/drivers/char/ipmi/ipmi_si_intf.c
---- linux-2.6.38.6/drivers/char/ipmi/ipmi_si_intf.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/char/ipmi/ipmi_si_intf.c    2011-04-28 19:34:15.000000000 -0400
-@@ -285,7 +285,7 @@ struct smi_info {
+diff -urNp linux-3.0.3/drivers/char/ipmi/ipmi_si_intf.c linux-3.0.3/drivers/char/ipmi/ipmi_si_intf.c
+--- linux-3.0.3/drivers/char/ipmi/ipmi_si_intf.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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. */
@@ -25910,7 +23613,7 @@ diff -urNp linux-2.6.38.6/drivers/char/ipmi/ipmi_si_intf.c linux-2.6.38.6/driver
  
        struct task_struct *thread;
  
-@@ -294,9 +294,9 @@ struct smi_info {
+@@ -286,9 +286,9 @@ struct smi_info {
  };
  
  #define smi_inc_stat(smi, stat) \
@@ -25922,7 +23625,7 @@ diff -urNp linux-2.6.38.6/drivers/char/ipmi/ipmi_si_intf.c linux-2.6.38.6/driver
  
  #define SI_MAX_PARMS 4
  
-@@ -3202,7 +3202,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++)
@@ -25931,47 +23634,10 @@ diff -urNp linux-2.6.38.6/drivers/char/ipmi/ipmi_si_intf.c linux-2.6.38.6/driver
  
        new_smi->interrupt_disabled = 1;
        atomic_set(&new_smi->stop_operation, 0);
-diff -urNp linux-2.6.38.6/drivers/char/istallion.c linux-2.6.38.6/drivers/char/istallion.c
---- linux-2.6.38.6/drivers/char/istallion.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/char/istallion.c    2011-05-16 21:47:08.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;
- /*****************************************************************************/
-@@ -4005,6 +4004,7 @@ static int stli_getbrdstats(combrd_t __u
- {
-       struct stlibrd *brdp;
-       unsigned int i;
-+      combrd_t stli_brdstats;
-       if (copy_from_user(&stli_brdstats, bp, sizeof(combrd_t)))
-               return -EFAULT;
-@@ -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.38.6/drivers/char/Kconfig linux-2.6.38.6/drivers/char/Kconfig
---- linux-2.6.38.6/drivers/char/Kconfig        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/char/Kconfig        2011-04-28 19:34:15.000000000 -0400
-@@ -90,7 +90,8 @@ config VT_HW_CONSOLE_BINDING
+diff -urNp linux-3.0.3/drivers/char/Kconfig linux-3.0.3/drivers/char/Kconfig
+--- linux-3.0.3/drivers/char/Kconfig   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/drivers/char/Kconfig   2011-08-23 21:48:14.000000000 -0400
+@@ -8,7 +8,8 @@ source "drivers/tty/Kconfig"
  
  config DEVKMEM
        bool "/dev/kmem virtual device support"
@@ -25981,7 +23647,7 @@ diff -urNp linux-2.6.38.6/drivers/char/Kconfig linux-2.6.38.6/drivers/char/Kconf
        help
          Say Y here if you want to support the /dev/kmem device. The
          /dev/kmem device is rarely used, but can be used for certain
-@@ -1132,6 +1133,7 @@ config DEVPORT
+@@ -596,6 +597,7 @@ config DEVPORT
        bool
        depends on !M68K
        depends on ISA || PCI
@@ -25989,9 +23655,9 @@ diff -urNp linux-2.6.38.6/drivers/char/Kconfig linux-2.6.38.6/drivers/char/Kconf
        default y
  
  source "drivers/s390/char/Kconfig"
-diff -urNp linux-2.6.38.6/drivers/char/mem.c linux-2.6.38.6/drivers/char/mem.c
---- linux-2.6.38.6/drivers/char/mem.c  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/char/mem.c  2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/drivers/char/mem.c linux-3.0.3/drivers/char/mem.c
+--- linux-3.0.3/drivers/char/mem.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/drivers/char/mem.c     2011-08-23 21:48:14.000000000 -0400
 @@ -18,6 +18,7 @@
  #include <linux/raw.h>
  #include <linux/tty.h>
@@ -26011,7 +23677,7 @@ diff -urNp linux-2.6.38.6/drivers/char/mem.c linux-2.6.38.6/drivers/char/mem.c
  static inline unsigned long size_inside_page(unsigned long start,
                                             unsigned long size)
  {
-@@ -68,9 +73,13 @@ static inline int range_is_allowed(unsig
+@@ -65,9 +70,13 @@ static inline int range_is_allowed(unsig
  
        while (cursor < to) {
                if (!devmem_is_allowed(pfn)) {
@@ -26025,7 +23691,7 @@ diff -urNp linux-2.6.38.6/drivers/char/mem.c linux-2.6.38.6/drivers/char/mem.c
                        return 0;
                }
                cursor += PAGE_SIZE;
-@@ -78,6 +87,11 @@ static inline int range_is_allowed(unsig
+@@ -75,6 +84,11 @@ static inline int range_is_allowed(unsig
        }
        return 1;
  }
@@ -26037,7 +23703,7 @@ diff -urNp linux-2.6.38.6/drivers/char/mem.c linux-2.6.38.6/drivers/char/mem.c
  #else
  static inline int range_is_allowed(unsigned long pfn, unsigned long size)
  {
-@@ -120,6 +134,7 @@ static ssize_t read_mem(struct file *fil
+@@ -117,6 +131,7 @@ static ssize_t read_mem(struct file *fil
  
        while (count > 0) {
                unsigned long remaining;
@@ -26045,7 +23711,7 @@ diff -urNp linux-2.6.38.6/drivers/char/mem.c linux-2.6.38.6/drivers/char/mem.c
  
                sz = size_inside_page(p, count);
  
-@@ -135,7 +150,23 @@ static ssize_t read_mem(struct file *fil
+@@ -132,7 +147,23 @@ static ssize_t read_mem(struct file *fil
                if (!ptr)
                        return -EFAULT;
  
@@ -26070,7 +23736,7 @@ diff -urNp linux-2.6.38.6/drivers/char/mem.c linux-2.6.38.6/drivers/char/mem.c
                unxlate_dev_mem_ptr(p, ptr);
                if (remaining)
                        return -EFAULT;
-@@ -398,9 +429,8 @@ static ssize_t read_kmem(struct file *fi
+@@ -395,9 +426,8 @@ static ssize_t read_kmem(struct file *fi
                         size_t count, loff_t *ppos)
  {
        unsigned long p = *ppos;
@@ -26081,7 +23747,7 @@ diff -urNp linux-2.6.38.6/drivers/char/mem.c linux-2.6.38.6/drivers/char/mem.c
  
        read = 0;
        if (p < (unsigned long) high_memory) {
-@@ -422,6 +452,8 @@ static ssize_t read_kmem(struct file *fi
+@@ -419,6 +449,8 @@ static ssize_t read_kmem(struct file *fi
                }
  #endif
                while (low_count > 0) {
@@ -26090,7 +23756,7 @@ diff -urNp linux-2.6.38.6/drivers/char/mem.c linux-2.6.38.6/drivers/char/mem.c
                        sz = size_inside_page(p, low_count);
  
                        /*
-@@ -431,7 +463,22 @@ static ssize_t read_kmem(struct file *fi
+@@ -428,7 +460,22 @@ static ssize_t read_kmem(struct file *fi
                         */
                        kbuf = xlate_dev_kmem_ptr((char *)p);
  
@@ -26114,7 +23780,7 @@ diff -urNp linux-2.6.38.6/drivers/char/mem.c linux-2.6.38.6/drivers/char/mem.c
                                return -EFAULT;
                        buf += sz;
                        p += sz;
-@@ -857,6 +904,9 @@ static const struct memdev {
+@@ -866,6 +913,9 @@ static const struct memdev {
  #ifdef CONFIG_CRASH_DUMP
        [12] = { "oldmem", 0, &oldmem_fops, NULL },
  #endif
@@ -26124,9 +23790,9 @@ diff -urNp linux-2.6.38.6/drivers/char/mem.c linux-2.6.38.6/drivers/char/mem.c
  };
  
  static int memory_open(struct inode *inode, struct file *filp)
-diff -urNp linux-2.6.38.6/drivers/char/nvram.c linux-2.6.38.6/drivers/char/nvram.c
---- linux-2.6.38.6/drivers/char/nvram.c        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/char/nvram.c        2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/drivers/char/nvram.c linux-3.0.3/drivers/char/nvram.c
+--- linux-3.0.3/drivers/char/nvram.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);
@@ -26136,135 +23802,10 @@ diff -urNp linux-2.6.38.6/drivers/char/nvram.c linux-2.6.38.6/drivers/char/nvram
                return -EFAULT;
  
        *ppos = i;
-diff -urNp linux-2.6.38.6/drivers/char/pcmcia/ipwireless/tty.c linux-2.6.38.6/drivers/char/pcmcia/ipwireless/tty.c
---- linux-2.6.38.6/drivers/char/pcmcia/ipwireless/tty.c        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/char/pcmcia/ipwireless/tty.c        2011-04-28 19:34:15.000000000 -0400
-@@ -29,6 +29,7 @@
- #include <linux/tty_driver.h>
- #include <linux/tty_flip.h>
- #include <linux/uaccess.h>
-+#include <asm/local.h>
- #include "tty.h"
- #include "network.h"
-@@ -51,7 +52,7 @@ struct ipw_tty {
-       int tty_type;
-       struct ipw_network *network;
-       struct tty_struct *linux_tty;
--      int open_count;
-+      local_t open_count;
-       unsigned int control_lines;
-       struct mutex ipw_tty_mutex;
-       int tx_bytes_queued;
-@@ -127,10 +128,10 @@ static int ipw_open(struct tty_struct *l
-               mutex_unlock(&tty->ipw_tty_mutex);
-               return -ENODEV;
-       }
--      if (tty->open_count == 0)
-+      if (local_read(&tty->open_count) == 0)
-               tty->tx_bytes_queued = 0;
--      tty->open_count++;
-+      local_inc(&tty->open_count);
-       tty->linux_tty = linux_tty;
-       linux_tty->driver_data = tty;
-@@ -146,9 +147,7 @@ static int ipw_open(struct tty_struct *l
- static void do_ipw_close(struct ipw_tty *tty)
- {
--      tty->open_count--;
--
--      if (tty->open_count == 0) {
-+      if (local_dec_return(&tty->open_count) == 0) {
-               struct tty_struct *linux_tty = tty->linux_tty;
-               if (linux_tty != NULL) {
-@@ -169,7 +168,7 @@ static void ipw_hangup(struct tty_struct
-               return;
-       mutex_lock(&tty->ipw_tty_mutex);
--      if (tty->open_count == 0) {
-+      if (local_read(&tty->open_count) == 0) {
-               mutex_unlock(&tty->ipw_tty_mutex);
-               return;
-       }
-@@ -198,7 +197,7 @@ void ipwireless_tty_received(struct ipw_
-               return;
-       }
--      if (!tty->open_count) {
-+      if (!local_read(&tty->open_count)) {
-               mutex_unlock(&tty->ipw_tty_mutex);
-               return;
-       }
-@@ -240,7 +239,7 @@ static int ipw_write(struct tty_struct *
-               return -ENODEV;
-       mutex_lock(&tty->ipw_tty_mutex);
--      if (!tty->open_count) {
-+      if (!local_read(&tty->open_count)) {
-               mutex_unlock(&tty->ipw_tty_mutex);
-               return -EINVAL;
-       }
-@@ -280,7 +279,7 @@ static int ipw_write_room(struct tty_str
-       if (!tty)
-               return -ENODEV;
--      if (!tty->open_count)
-+      if (!local_read(&tty->open_count))
-               return -EINVAL;
-       room = IPWIRELESS_TX_QUEUE_SIZE - tty->tx_bytes_queued;
-@@ -322,7 +321,7 @@ static int ipw_chars_in_buffer(struct tt
-       if (!tty)
-               return 0;
--      if (!tty->open_count)
-+      if (!local_read(&tty->open_count))
-               return 0;
-       return tty->tx_bytes_queued;
-@@ -403,7 +402,7 @@ static int ipw_tiocmget(struct tty_struc
-       if (!tty)
-               return -ENODEV;
--      if (!tty->open_count)
-+      if (!local_read(&tty->open_count))
-               return -EINVAL;
-       return get_control_lines(tty);
-@@ -419,7 +418,7 @@ ipw_tiocmset(struct tty_struct *linux_tt
-       if (!tty)
-               return -ENODEV;
--      if (!tty->open_count)
-+      if (!local_read(&tty->open_count))
-               return -EINVAL;
-       return set_control_lines(tty, set, clear);
-@@ -433,7 +432,7 @@ static int ipw_ioctl(struct tty_struct *
-       if (!tty)
-               return -ENODEV;
--      if (!tty->open_count)
-+      if (!local_read(&tty->open_count))
-               return -EINVAL;
-       /* FIXME: Exactly how is the tty object locked here .. */
-@@ -582,7 +581,7 @@ void ipwireless_tty_free(struct ipw_tty 
-                                  against a parallel ioctl etc */
-                               mutex_lock(&ttyj->ipw_tty_mutex);
-                       }
--                      while (ttyj->open_count)
-+                      while (local_read(&ttyj->open_count))
-                               do_ipw_close(ttyj);
-                       ipwireless_disassociate_network_ttys(network,
-                                                            ttyj->channel_idx);
-diff -urNp linux-2.6.38.6/drivers/char/random.c linux-2.6.38.6/drivers/char/random.c
---- linux-2.6.38.6/drivers/char/random.c       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/char/random.c       2011-04-28 19:34:15.000000000 -0400
-@@ -254,8 +254,13 @@
+diff -urNp linux-3.0.3/drivers/char/random.c linux-3.0.3/drivers/char/random.c
+--- linux-3.0.3/drivers/char/random.c  2011-08-23 21:44:40.000000000 -0400
++++ linux-3.0.3/drivers/char/random.c  2011-08-23 21:48:14.000000000 -0400
+@@ -261,8 +261,13 @@
  /*
   * Configuration information
   */
@@ -26278,7 +23819,7 @@ diff -urNp linux-2.6.38.6/drivers/char/random.c linux-2.6.38.6/drivers/char/rand
  #define SEC_XFER_SIZE 512
  #define EXTRACT_SIZE 10
  
-@@ -293,10 +298,17 @@ static struct poolinfo {
+@@ -300,10 +305,17 @@ static struct poolinfo {
        int poolwords;
        int tap1, tap2, tap3, tap4, tap5;
  } poolinfo_table[] = {
@@ -26296,7 +23837,7 @@ diff -urNp linux-2.6.38.6/drivers/char/random.c linux-2.6.38.6/drivers/char/rand
  #if 0
        /* x^2048 + x^1638 + x^1231 + x^819 + x^411 + x + 1  -- 115 */
        { 2048, 1638,   1231,   819,    411,    1 },
-@@ -902,7 +914,7 @@ static ssize_t extract_entropy_user(stru
+@@ -909,7 +921,7 @@ static ssize_t extract_entropy_user(stru
  
                extract_buf(r, tmp);
                i = min_t(int, nbytes, EXTRACT_SIZE);
@@ -26305,7 +23846,7 @@ diff -urNp linux-2.6.38.6/drivers/char/random.c linux-2.6.38.6/drivers/char/rand
                        ret = -EFAULT;
                        break;
                }
-@@ -1207,7 +1219,7 @@ EXPORT_SYMBOL(generate_random_uuid);
+@@ -1214,7 +1226,7 @@ EXPORT_SYMBOL(generate_random_uuid);
  #include <linux/sysctl.h>
  
  static int min_read_thresh = 8, min_write_thresh;
@@ -26314,21 +23855,9 @@ diff -urNp linux-2.6.38.6/drivers/char/random.c linux-2.6.38.6/drivers/char/rand
  static int max_write_thresh = INPUT_POOL_WORDS * 32;
  static char sysctl_bootid[16];
  
-diff -urNp linux-2.6.38.6/drivers/char/rocket.c linux-2.6.38.6/drivers/char/rocket.c
---- linux-2.6.38.6/drivers/char/rocket.c       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/char/rocket.c       2011-05-16 21:47:08.000000000 -0400
-@@ -1277,6 +1277,8 @@ static int get_ports(struct r_port *info
-       struct rocket_ports tmp;
-       int board;
-+      pax_track_stack();
-+
-       if (!retports)
-               return -EFAULT;
-       memset(&tmp, 0, sizeof (tmp));
-diff -urNp linux-2.6.38.6/drivers/char/sonypi.c linux-2.6.38.6/drivers/char/sonypi.c
---- linux-2.6.38.6/drivers/char/sonypi.c       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/char/sonypi.c       2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/drivers/char/sonypi.c linux-3.0.3/drivers/char/sonypi.c
+--- linux-3.0.3/drivers/char/sonypi.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/drivers/char/sonypi.c  2011-08-23 21:47:55.000000000 -0400
 @@ -55,6 +55,7 @@
  #include <asm/uaccess.h>
  #include <asm/io.h>
@@ -26367,21 +23896,9 @@ diff -urNp linux-2.6.38.6/drivers/char/sonypi.c linux-2.6.38.6/drivers/char/sony
        mutex_unlock(&sonypi_device.lock);
  
        return 0;
-diff -urNp linux-2.6.38.6/drivers/char/stallion.c linux-2.6.38.6/drivers/char/stallion.c
---- linux-2.6.38.6/drivers/char/stallion.c     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/char/stallion.c     2011-05-16 21:47:08.000000000 -0400
-@@ -2407,6 +2407,8 @@ static int stl_getportstruct(struct stlp
-       struct stlport  stl_dummyport;
-       struct stlport  *portp;
-+      pax_track_stack();
-+
-       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.38.6/drivers/char/tpm/tpm_bios.c linux-2.6.38.6/drivers/char/tpm/tpm_bios.c
---- linux-2.6.38.6/drivers/char/tpm/tpm_bios.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/char/tpm/tpm_bios.c 2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/drivers/char/tpm/tpm_bios.c linux-3.0.3/drivers/char/tpm/tpm_bios.c
+--- linux-3.0.3/drivers/char/tpm/tpm_bios.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
  
@@ -26422,9 +23939,9 @@ diff -urNp linux-2.6.38.6/drivers/char/tpm/tpm_bios.c linux-2.6.38.6/drivers/cha
  
        memcpy(log->bios_event_log, virt, len);
  
-diff -urNp linux-2.6.38.6/drivers/char/tpm/tpm.c linux-2.6.38.6/drivers/char/tpm/tpm.c
---- linux-2.6.38.6/drivers/char/tpm/tpm.c      2011-04-18 17:27:18.000000000 -0400
-+++ linux-2.6.38.6/drivers/char/tpm/tpm.c      2011-05-16 21:47:08.000000000 -0400
+diff -urNp linux-3.0.3/drivers/char/tpm/tpm.c linux-3.0.3/drivers/char/tpm/tpm.c
+--- linux-3.0.3/drivers/char/tpm/tpm.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -26443,21 +23960,9 @@ diff -urNp linux-2.6.38.6/drivers/char/tpm/tpm.c linux-2.6.38.6/drivers/char/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.38.6/drivers/cpuidle/sysfs.c linux-2.6.38.6/drivers/cpuidle/sysfs.c
---- linux-2.6.38.6/drivers/cpuidle/sysfs.c     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/cpuidle/sysfs.c     2011-04-28 19:34:15.000000000 -0400
-@@ -300,7 +300,7 @@ static struct kobj_type ktype_state_cpui
-       .release = cpuidle_state_sysfs_release,
- };
--static void inline cpuidle_free_state_kobj(struct cpuidle_device *device, int i)
-+static inline void cpuidle_free_state_kobj(struct cpuidle_device *device, int i)
- {
-       kobject_put(&device->kobjs[i]->kobj);
-       wait_for_completion(&device->kobjs[i]->kobj_unregister);
-diff -urNp linux-2.6.38.6/drivers/crypto/hifn_795x.c linux-2.6.38.6/drivers/crypto/hifn_795x.c
---- linux-2.6.38.6/drivers/crypto/hifn_795x.c  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/crypto/hifn_795x.c  2011-05-16 21:47:08.000000000 -0400
+diff -urNp linux-3.0.3/drivers/crypto/hifn_795x.c linux-3.0.3/drivers/crypto/hifn_795x.c
+--- linux-3.0.3/drivers/crypto/hifn_795x.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -26467,9 +23972,9 @@ diff -urNp linux-2.6.38.6/drivers/crypto/hifn_795x.c linux-2.6.38.6/drivers/cryp
        memset(src, 0, sizeof(src));
        memset(ctx.key, 0, sizeof(ctx.key));
  
-diff -urNp linux-2.6.38.6/drivers/crypto/padlock-aes.c linux-2.6.38.6/drivers/crypto/padlock-aes.c
---- linux-2.6.38.6/drivers/crypto/padlock-aes.c        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/crypto/padlock-aes.c        2011-05-16 21:47:08.000000000 -0400
+diff -urNp linux-3.0.3/drivers/crypto/padlock-aes.c linux-3.0.3/drivers/crypto/padlock-aes.c
+--- linux-3.0.3/drivers/crypto/padlock-aes.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -26479,21 +23984,9 @@ diff -urNp linux-2.6.38.6/drivers/crypto/padlock-aes.c linux-2.6.38.6/drivers/cr
        if (key_len % 8) {
                *flags |= CRYPTO_TFM_RES_BAD_KEY_LEN;
                return -EINVAL;
-diff -urNp linux-2.6.38.6/drivers/edac/edac_mc_sysfs.c linux-2.6.38.6/drivers/edac/edac_mc_sysfs.c
---- linux-2.6.38.6/drivers/edac/edac_mc_sysfs.c        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/edac/edac_mc_sysfs.c        2011-04-28 19:34:15.000000000 -0400
-@@ -761,7 +761,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.38.6/drivers/edac/edac_pci_sysfs.c linux-2.6.38.6/drivers/edac/edac_pci_sysfs.c
---- linux-2.6.38.6/drivers/edac/edac_pci_sysfs.c       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/edac/edac_pci_sysfs.c       2011-04-28 19:57:25.000000000 -0400
+diff -urNp linux-3.0.3/drivers/edac/edac_pci_sysfs.c linux-3.0.3/drivers/edac/edac_pci_sysfs.c
+--- linux-3.0.3/drivers/edac/edac_pci_sysfs.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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 */
@@ -26577,10 +24070,46 @@ diff -urNp linux-2.6.38.6/drivers/edac/edac_pci_sysfs.c linux-2.6.38.6/drivers/e
                        panic("EDAC: PCI Parity Error");
        }
  }
-diff -urNp linux-2.6.38.6/drivers/firewire/core-cdev.c linux-2.6.38.6/drivers/firewire/core-cdev.c
---- linux-2.6.38.6/drivers/firewire/core-cdev.c        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/firewire/core-cdev.c        2011-04-28 19:34:15.000000000 -0400
-@@ -1329,8 +1329,7 @@ static int init_iso_resource(struct clie
+diff -urNp linux-3.0.3/drivers/edac/i7core_edac.c linux-3.0.3/drivers/edac/i7core_edac.c
+--- linux-3.0.3/drivers/edac/i7core_edac.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/drivers/edac/i7core_edac.c     2011-08-23 21:47:55.000000000 -0400
+@@ -1670,7 +1670,7 @@ static void i7core_mce_output_error(stru
+       char *type, *optype, *err, *msg;
+       unsigned long error = m->status & 0x1ff0000l;
+       u32 optypenum = (m->status >> 4) & 0x07;
+-      u32 core_err_cnt = (m->status >> 38) && 0x7fff;
++      u32 core_err_cnt = (m->status >> 38) & 0x7fff;
+       u32 dimm = (m->misc >> 16) & 0x3;
+       u32 channel = (m->misc >> 18) & 0x3;
+       u32 syndrome = m->misc >> 32;
+diff -urNp linux-3.0.3/drivers/edac/mce_amd.h linux-3.0.3/drivers/edac/mce_amd.h
+--- linux-3.0.3/drivers/edac/mce_amd.h 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.3/drivers/firewire/core-card.c linux-3.0.3/drivers/firewire/core-card.c
+--- linux-3.0.3/drivers/firewire/core-card.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.3/drivers/firewire/core-cdev.c linux-3.0.3/drivers/firewire/core-cdev.c
+--- linux-3.0.3/drivers/firewire/core-cdev.c   2011-08-23 21:44:40.000000000 -0400
++++ linux-3.0.3/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) ||
@@ -26590,18 +24119,29 @@ diff -urNp linux-2.6.38.6/drivers/firewire/core-cdev.c linux-2.6.38.6/drivers/fi
                return -EINVAL;
  
        r  = kmalloc(sizeof(*r), GFP_KERNEL);
-diff -urNp linux-2.6.38.6/drivers/firewire/core-transaction.c linux-2.6.38.6/drivers/firewire/core-transaction.c
---- linux-2.6.38.6/drivers/firewire/core-transaction.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/firewire/core-transaction.c 2011-05-16 21:47:08.000000000 -0400
-@@ -36,6 +36,7 @@
- #include <linux/string.h>
+diff -urNp linux-3.0.3/drivers/firewire/core.h linux-3.0.3/drivers/firewire/core.h
+--- linux-3.0.3/drivers/firewire/core.h        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.3/drivers/firewire/core-transaction.c linux-3.0.3/drivers/firewire/core-transaction.c
+--- linux-3.0.3/drivers/firewire/core-transaction.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
  
@@ -26610,9 +24150,9 @@ diff -urNp linux-2.6.38.6/drivers/firewire/core-transaction.c linux-2.6.38.6/dri
        init_timer_on_stack(&t.split_timeout_timer);
        init_completion(&d.done);
        d.payload = payload;
-diff -urNp linux-2.6.38.6/drivers/firmware/dmi_scan.c linux-2.6.38.6/drivers/firmware/dmi_scan.c
---- linux-2.6.38.6/drivers/firmware/dmi_scan.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/firmware/dmi_scan.c 2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/drivers/firmware/dmi_scan.c linux-3.0.3/drivers/firmware/dmi_scan.c
+--- linux-3.0.3/drivers/firmware/dmi_scan.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/drivers/firmware/dmi_scan.c    2011-08-23 21:47:55.000000000 -0400
 @@ -449,11 +449,6 @@ void __init dmi_scan_machine(void)
                }
        }
@@ -26625,9 +24165,9 @@ diff -urNp linux-2.6.38.6/drivers/firmware/dmi_scan.c linux-2.6.38.6/drivers/fir
                p = dmi_ioremap(0xF0000, 0x10000);
                if (p == NULL)
                        goto error;
-diff -urNp linux-2.6.38.6/drivers/gpio/vr41xx_giu.c linux-2.6.38.6/drivers/gpio/vr41xx_giu.c
---- linux-2.6.38.6/drivers/gpio/vr41xx_giu.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/gpio/vr41xx_giu.c   2011-04-28 19:57:25.000000000 -0400
+diff -urNp linux-3.0.3/drivers/gpio/vr41xx_giu.c linux-3.0.3/drivers/gpio/vr41xx_giu.c
+--- linux-3.0.3/drivers/gpio/vr41xx_giu.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);
@@ -26637,9 +24177,9 @@ diff -urNp linux-2.6.38.6/drivers/gpio/vr41xx_giu.c linux-2.6.38.6/drivers/gpio/
  
        return -EINVAL;
  }
-diff -urNp linux-2.6.38.6/drivers/gpu/drm/drm_crtc_helper.c linux-2.6.38.6/drivers/gpu/drm/drm_crtc_helper.c
---- linux-2.6.38.6/drivers/gpu/drm/drm_crtc_helper.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/gpu/drm/drm_crtc_helper.c   2011-05-16 21:47:08.000000000 -0400
+diff -urNp linux-3.0.3/drivers/gpu/drm/drm_crtc_helper.c linux-3.0.3/drivers/gpu/drm/drm_crtc_helper.c
+--- linux-3.0.3/drivers/gpu/drm/drm_crtc_helper.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -26658,10 +24198,10 @@ diff -urNp linux-2.6.38.6/drivers/gpu/drm/drm_crtc_helper.c linux-2.6.38.6/drive
        crtc->enabled = drm_helper_crtc_in_use(crtc);
        if (!crtc->enabled)
                return true;
-diff -urNp linux-2.6.38.6/drivers/gpu/drm/drm_drv.c linux-2.6.38.6/drivers/gpu/drm/drm_drv.c
---- linux-2.6.38.6/drivers/gpu/drm/drm_drv.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/gpu/drm/drm_drv.c   2011-04-28 19:34:15.000000000 -0400
-@@ -425,7 +425,7 @@ long drm_ioctl(struct file *filp,
+diff -urNp linux-3.0.3/drivers/gpu/drm/drm_drv.c linux-3.0.3/drivers/gpu/drm/drm_drv.c
+--- linux-3.0.3/drivers/gpu/drm/drm_drv.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
        atomic_inc(&dev->ioctl_count);
@@ -26670,9 +24210,9 @@ diff -urNp linux-2.6.38.6/drivers/gpu/drm/drm_drv.c linux-2.6.38.6/drivers/gpu/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.38.6/drivers/gpu/drm/drm_fops.c linux-2.6.38.6/drivers/gpu/drm/drm_fops.c
---- linux-2.6.38.6/drivers/gpu/drm/drm_fops.c  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/gpu/drm/drm_fops.c  2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/drivers/gpu/drm/drm_fops.c linux-3.0.3/drivers/gpu/drm/drm_fops.c
+--- linux-3.0.3/drivers/gpu/drm/drm_fops.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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 *
        }
  
@@ -26722,9 +24262,9 @@ diff -urNp linux-2.6.38.6/drivers/gpu/drm/drm_fops.c linux-2.6.38.6/drivers/gpu/
                if (atomic_read(&dev->ioctl_count)) {
                        DRM_ERROR("Device busy: %d\n",
                                  atomic_read(&dev->ioctl_count));
-diff -urNp linux-2.6.38.6/drivers/gpu/drm/drm_global.c linux-2.6.38.6/drivers/gpu/drm/drm_global.c
---- linux-2.6.38.6/drivers/gpu/drm/drm_global.c        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/gpu/drm/drm_global.c        2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/drivers/gpu/drm/drm_global.c linux-3.0.3/drivers/gpu/drm/drm_global.c
+--- linux-3.0.3/drivers/gpu/drm/drm_global.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -26782,10 +24322,10 @@ diff -urNp linux-2.6.38.6/drivers/gpu/drm/drm_global.c linux-2.6.38.6/drivers/gp
                ref->release(ref);
                item->object = NULL;
        }
-diff -urNp linux-2.6.38.6/drivers/gpu/drm/drm_info.c linux-2.6.38.6/drivers/gpu/drm/drm_info.c
---- linux-2.6.38.6/drivers/gpu/drm/drm_info.c  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/gpu/drm/drm_info.c  2011-04-28 19:34:15.000000000 -0400
-@@ -86,10 +86,14 @@ int drm_vm_info(struct seq_file *m, void
+diff -urNp linux-3.0.3/drivers/gpu/drm/drm_info.c linux-3.0.3/drivers/gpu/drm/drm_info.c
+--- linux-3.0.3/drivers/gpu/drm/drm_info.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
  
@@ -26804,7 +24344,7 @@ diff -urNp linux-2.6.38.6/drivers/gpu/drm/drm_info.c linux-2.6.38.6/drivers/gpu/
        const char *type;
        int i;
  
-@@ -100,7 +104,7 @@ int drm_vm_info(struct seq_file *m, void
+@@ -89,7 +93,7 @@ int drm_vm_info(struct seq_file *m, void
                map = r_list->map;
                if (!map)
                        continue;
@@ -26813,7 +24353,7 @@ diff -urNp linux-2.6.38.6/drivers/gpu/drm/drm_info.c linux-2.6.38.6/drivers/gpu/
                        type = "??";
                else
                        type = types[map->type];
-@@ -301,7 +305,11 @@ int drm_vma_info(struct seq_file *m, voi
+@@ -290,7 +294,11 @@ int drm_vma_info(struct seq_file *m, voi
                           vma->vm_flags & VM_MAYSHARE ? 's' : 'p',
                           vma->vm_flags & VM_LOCKED ? 'l' : '-',
                           vma->vm_flags & VM_IO ? 'i' : '-',
@@ -26825,10 +24365,10 @@ diff -urNp linux-2.6.38.6/drivers/gpu/drm/drm_info.c linux-2.6.38.6/drivers/gpu/
  
  #if defined(__i386__)
                pgprot = pgprot_val(vma->vm_page_prot);
-diff -urNp linux-2.6.38.6/drivers/gpu/drm/drm_ioctl.c linux-2.6.38.6/drivers/gpu/drm/drm_ioctl.c
---- linux-2.6.38.6/drivers/gpu/drm/drm_ioctl.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/gpu/drm/drm_ioctl.c 2011-04-28 19:34:15.000000000 -0400
-@@ -353,7 +353,7 @@ int drm_getstats(struct drm_device *dev,
+diff -urNp linux-3.0.3/drivers/gpu/drm/drm_ioctl.c linux-3.0.3/drivers/gpu/drm/drm_ioctl.c
+--- linux-3.0.3/drivers/gpu/drm/drm_ioctl.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);
                else
@@ -26837,9 +24377,9 @@ diff -urNp linux-2.6.38.6/drivers/gpu/drm/drm_ioctl.c linux-2.6.38.6/drivers/gpu
                stats->data[i].type = dev->types[i];
        }
  
-diff -urNp linux-2.6.38.6/drivers/gpu/drm/drm_lock.c linux-2.6.38.6/drivers/gpu/drm/drm_lock.c
---- linux-2.6.38.6/drivers/gpu/drm/drm_lock.c  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/gpu/drm/drm_lock.c  2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/drivers/gpu/drm/drm_lock.c linux-3.0.3/drivers/gpu/drm/drm_lock.c
+--- linux-3.0.3/drivers/gpu/drm/drm_lock.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -26858,10 +24398,10 @@ diff -urNp linux-2.6.38.6/drivers/gpu/drm/drm_lock.c linux-2.6.38.6/drivers/gpu/
  
        if (drm_lock_free(&master->lock, lock->context)) {
                /* FIXME: Should really bail out here. */
-diff -urNp linux-2.6.38.6/drivers/gpu/drm/i810/i810_dma.c linux-2.6.38.6/drivers/gpu/drm/i810/i810_dma.c
---- linux-2.6.38.6/drivers/gpu/drm/i810/i810_dma.c     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/gpu/drm/i810/i810_dma.c     2011-04-28 19:34:15.000000000 -0400
-@@ -953,8 +953,8 @@ static int i810_dma_vertex(struct drm_de
+diff -urNp linux-3.0.3/drivers/gpu/drm/i810/i810_dma.c linux-3.0.3/drivers/gpu/drm/i810/i810_dma.c
+--- linux-3.0.3/drivers/gpu/drm/i810/i810_dma.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);
  
@@ -26872,7 +24412,7 @@ diff -urNp linux-2.6.38.6/drivers/gpu/drm/i810/i810_dma.c linux-2.6.38.6/drivers
        sarea_priv->last_enqueue = dev_priv->counter - 1;
        sarea_priv->last_dispatch = (int)hw_status[5];
  
-@@ -1114,8 +1114,8 @@ static int i810_dma_mc(struct drm_device
+@@ -1111,8 +1111,8 @@ static int i810_dma_mc(struct drm_device
        i810_dma_dispatch_mc(dev, dma->buflist[mc->idx], mc->used,
                             mc->last_render);
  
@@ -26883,9 +24423,9 @@ diff -urNp linux-2.6.38.6/drivers/gpu/drm/i810/i810_dma.c linux-2.6.38.6/drivers
        sarea_priv->last_enqueue = dev_priv->counter - 1;
        sarea_priv->last_dispatch = (int)hw_status[5];
  
-diff -urNp linux-2.6.38.6/drivers/gpu/drm/i810/i810_drv.h linux-2.6.38.6/drivers/gpu/drm/i810/i810_drv.h
---- linux-2.6.38.6/drivers/gpu/drm/i810/i810_drv.h     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/gpu/drm/i810/i810_drv.h     2011-04-28 19:57:25.000000000 -0400
+diff -urNp linux-3.0.3/drivers/gpu/drm/i810/i810_drv.h linux-3.0.3/drivers/gpu/drm/i810/i810_drv.h
+--- linux-3.0.3/drivers/gpu/drm/i810/i810_drv.h        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
  
@@ -26897,177 +24437,10 @@ diff -urNp linux-2.6.38.6/drivers/gpu/drm/i810/i810_drv.h linux-2.6.38.6/drivers
  
        int front_offset;
  } drm_i810_private_t;
-diff -urNp linux-2.6.38.6/drivers/gpu/drm/i830/i830_drv.h linux-2.6.38.6/drivers/gpu/drm/i830/i830_drv.h
---- linux-2.6.38.6/drivers/gpu/drm/i830/i830_drv.h     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/gpu/drm/i830/i830_drv.h     2011-04-28 19:57:25.000000000 -0400
-@@ -115,8 +115,8 @@ typedef struct drm_i830_private {
-       int page_flipping;
-       wait_queue_head_t irq_queue;
--      atomic_t irq_received;
--      atomic_t irq_emitted;
-+      atomic_unchecked_t irq_received;
-+      atomic_unchecked_t irq_emitted;
-       int use_mi_batchbuffer_start;
-diff -urNp linux-2.6.38.6/drivers/gpu/drm/i830/i830_irq.c linux-2.6.38.6/drivers/gpu/drm/i830/i830_irq.c
---- linux-2.6.38.6/drivers/gpu/drm/i830/i830_irq.c     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/gpu/drm/i830/i830_irq.c     2011-04-28 19:57:25.000000000 -0400
-@@ -47,7 +47,7 @@ irqreturn_t i830_driver_irq_handler(DRM_
-       I830_WRITE16(I830REG_INT_IDENTITY_R, temp);
--      atomic_inc(&dev_priv->irq_received);
-+      atomic_inc_unchecked(&dev_priv->irq_received);
-       wake_up_interruptible(&dev_priv->irq_queue);
-       return IRQ_HANDLED;
-@@ -60,14 +60,14 @@ static int i830_emit_irq(struct drm_devi
-       DRM_DEBUG("%s\n", __func__);
--      atomic_inc(&dev_priv->irq_emitted);
-+      atomic_inc_unchecked(&dev_priv->irq_emitted);
-       BEGIN_LP_RING(2);
-       OUT_RING(0);
-       OUT_RING(GFX_OP_USER_INTERRUPT);
-       ADVANCE_LP_RING();
--      return atomic_read(&dev_priv->irq_emitted);
-+      return atomic_read_unchecked(&dev_priv->irq_emitted);
- }
- static int i830_wait_irq(struct drm_device *dev, int irq_nr)
-@@ -79,7 +79,7 @@ static int i830_wait_irq(struct drm_devi
-       DRM_DEBUG("%s\n", __func__);
--      if (atomic_read(&dev_priv->irq_received) >= irq_nr)
-+      if (atomic_read_unchecked(&dev_priv->irq_received) >= irq_nr)
-               return 0;
-       dev_priv->sarea_priv->perf_boxes |= I830_BOX_WAIT;
-@@ -88,7 +88,7 @@ static int i830_wait_irq(struct drm_devi
-       for (;;) {
-               __set_current_state(TASK_INTERRUPTIBLE);
--              if (atomic_read(&dev_priv->irq_received) >= irq_nr)
-+              if (atomic_read_unchecked(&dev_priv->irq_received) >= irq_nr)
-                       break;
-               if ((signed)(end - jiffies) <= 0) {
-                       DRM_ERROR("timeout iir %x imr %x ier %x hwstam %x\n",
-@@ -163,8 +163,8 @@ void i830_driver_irq_preinstall(struct d
-       I830_WRITE16(I830REG_HWSTAM, 0xffff);
-       I830_WRITE16(I830REG_INT_MASK_R, 0x0);
-       I830_WRITE16(I830REG_INT_ENABLE_R, 0x0);
--      atomic_set(&dev_priv->irq_received, 0);
--      atomic_set(&dev_priv->irq_emitted, 0);
-+      atomic_set_unchecked(&dev_priv->irq_received, 0);
-+      atomic_set_unchecked(&dev_priv->irq_emitted, 0);
-       init_waitqueue_head(&dev_priv->irq_queue);
- }
-diff -urNp linux-2.6.38.6/drivers/gpu/drm/i915/dvo_ch7017.c linux-2.6.38.6/drivers/gpu/drm/i915/dvo_ch7017.c
---- linux-2.6.38.6/drivers/gpu/drm/i915/dvo_ch7017.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/gpu/drm/i915/dvo_ch7017.c   2011-04-28 19:34:15.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.38.6/drivers/gpu/drm/i915/dvo_ch7xxx.c linux-2.6.38.6/drivers/gpu/drm/i915/dvo_ch7xxx.c
---- linux-2.6.38.6/drivers/gpu/drm/i915/dvo_ch7xxx.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/gpu/drm/i915/dvo_ch7xxx.c   2011-04-28 19:34:15.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.38.6/drivers/gpu/drm/i915/dvo.h linux-2.6.38.6/drivers/gpu/drm/i915/dvo.h
---- linux-2.6.38.6/drivers/gpu/drm/i915/dvo.h  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/gpu/drm/i915/dvo.h  2011-04-28 19:34:15.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.38.6/drivers/gpu/drm/i915/dvo_ivch.c linux-2.6.38.6/drivers/gpu/drm/i915/dvo_ivch.c
---- linux-2.6.38.6/drivers/gpu/drm/i915/dvo_ivch.c     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/gpu/drm/i915/dvo_ivch.c     2011-04-28 19:34:15.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.38.6/drivers/gpu/drm/i915/dvo_sil164.c linux-2.6.38.6/drivers/gpu/drm/i915/dvo_sil164.c
---- linux-2.6.38.6/drivers/gpu/drm/i915/dvo_sil164.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/gpu/drm/i915/dvo_sil164.c   2011-04-28 19:34:15.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.38.6/drivers/gpu/drm/i915/dvo_tfp410.c linux-2.6.38.6/drivers/gpu/drm/i915/dvo_tfp410.c
---- linux-2.6.38.6/drivers/gpu/drm/i915/dvo_tfp410.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/gpu/drm/i915/dvo_tfp410.c   2011-04-28 19:34:15.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.38.6/drivers/gpu/drm/i915/i915_debugfs.c linux-2.6.38.6/drivers/gpu/drm/i915/i915_debugfs.c
---- linux-2.6.38.6/drivers/gpu/drm/i915/i915_debugfs.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/gpu/drm/i915/i915_debugfs.c 2011-04-28 19:57:25.000000000 -0400
-@@ -496,7 +496,7 @@ static int i915_interrupt_info(struct se
+diff -urNp linux-3.0.3/drivers/gpu/drm/i915/i915_debugfs.c linux-3.0.3/drivers/gpu/drm/i915/i915_debugfs.c
+--- linux-3.0.3/drivers/gpu/drm/i915/i915_debugfs.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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",
@@ -27076,10 +24449,10 @@ diff -urNp linux-2.6.38.6/drivers/gpu/drm/i915/i915_debugfs.c linux-2.6.38.6/dri
        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.38.6/drivers/gpu/drm/i915/i915_dma.c linux-2.6.38.6/drivers/gpu/drm/i915/i915_dma.c
---- linux-2.6.38.6/drivers/gpu/drm/i915/i915_dma.c     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/gpu/drm/i915/i915_dma.c     2011-04-28 19:34:15.000000000 -0400
-@@ -1159,7 +1159,7 @@ static bool i915_switcheroo_can_switch(s
+diff -urNp linux-3.0.3/drivers/gpu/drm/i915/i915_dma.c linux-3.0.3/drivers/gpu/drm/i915/i915_dma.c
+--- linux-3.0.3/drivers/gpu/drm/i915/i915_dma.c        2011-08-23 21:44:40.000000000 -0400
++++ linux-3.0.3/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);
@@ -27088,31 +24461,28 @@ diff -urNp linux-2.6.38.6/drivers/gpu/drm/i915/i915_dma.c linux-2.6.38.6/drivers
        spin_unlock(&dev->count_lock);
        return can_switch;
  }
-diff -urNp linux-2.6.38.6/drivers/gpu/drm/i915/i915_drv.c linux-2.6.38.6/drivers/gpu/drm/i915/i915_drv.c
---- linux-2.6.38.6/drivers/gpu/drm/i915/i915_drv.c     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/gpu/drm/i915/i915_drv.c     2011-04-28 19:34:15.000000000 -0400
-@@ -673,7 +673,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.38.6/drivers/gpu/drm/i915/i915_drv.h linux-2.6.38.6/drivers/gpu/drm/i915/i915_drv.h
---- linux-2.6.38.6/drivers/gpu/drm/i915/i915_drv.h     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/gpu/drm/i915/i915_drv.h     2011-04-28 19:57:25.000000000 -0400
-@@ -288,7 +288,7 @@ typedef struct drm_i915_private {
+diff -urNp linux-3.0.3/drivers/gpu/drm/i915/i915_drv.h linux-3.0.3/drivers/gpu/drm/i915/i915_drv.h
+--- linux-3.0.3/drivers/gpu/drm/i915/i915_drv.h        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
  
 -      atomic_t irq_received;
 +      atomic_unchecked_t irq_received;
-       u32 trace_irq_seqno;
  
        /* protects the irq masks */
-@@ -843,7 +843,7 @@ struct drm_i915_gem_object {
+       spinlock_t irq_lock;
+@@ -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.
         */
@@ -27121,7 +24491,7 @@ diff -urNp linux-2.6.38.6/drivers/gpu/drm/i915/i915_drv.h linux-2.6.38.6/drivers
  };
  
  #define to_intel_bo(x) container_of(x, struct drm_i915_gem_object, base)
-@@ -1229,7 +1229,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);
@@ -27130,31 +24500,49 @@ diff -urNp linux-2.6.38.6/drivers/gpu/drm/i915/i915_drv.h linux-2.6.38.6/drivers
  {
        return container_of(adapter, struct intel_gmbus, adapter)->force_bit;
  }
-diff -urNp linux-2.6.38.6/drivers/gpu/drm/i915/i915_gem_execbuffer.c linux-2.6.38.6/drivers/gpu/drm/i915/i915_gem_execbuffer.c
---- linux-2.6.38.6/drivers/gpu/drm/i915/i915_gem_execbuffer.c  2011-04-18 17:27:16.000000000 -0400
-+++ linux-2.6.38.6/drivers/gpu/drm/i915/i915_gem_execbuffer.c  2011-04-28 19:57:25.000000000 -0400
-@@ -904,7 +904,7 @@ i915_gem_execbuffer_wait_for_flips(struc
-       flips = 0;
-       list_for_each_entry(obj, objects, exec_list) {
-               if (obj->base.write_domain)
--                      flips |= atomic_read(&obj->pending_flip);
-+                      flips |= atomic_read_unchecked(&obj->pending_flip);
-       }
-       if (flips) {
-               int plane, flip_mask, ret;
-diff -urNp linux-2.6.38.6/drivers/gpu/drm/i915/i915_irq.c linux-2.6.38.6/drivers/gpu/drm/i915/i915_irq.c
---- linux-2.6.38.6/drivers/gpu/drm/i915/i915_irq.c     2011-04-18 17:27:13.000000000 -0400
-+++ linux-2.6.38.6/drivers/gpu/drm/i915/i915_irq.c     2011-04-28 19:57:25.000000000 -0400
-@@ -1106,7 +1106,7 @@ irqreturn_t i915_driver_irq_handler(DRM_
-       int irq_received;
-       int ret = IRQ_NONE;
+diff -urNp linux-3.0.3/drivers/gpu/drm/i915/i915_gem_execbuffer.c linux-3.0.3/drivers/gpu/drm/i915/i915_gem_execbuffer.c
+--- linux-3.0.3/drivers/gpu/drm/i915/i915_gem_execbuffer.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);
++              cd->flips |= atomic_read_unchecked(&obj->pending_flip);
+       /* The actual obj->write_domain will be updated with
+        * pending_write_domain after we emit the accumulated flush for all
+diff -urNp linux-3.0.3/drivers/gpu/drm/i915/i915_irq.c linux-3.0.3/drivers/gpu/drm/i915/i915_irq.c
+--- linux-3.0.3/drivers/gpu/drm/i915/i915_irq.c        2011-08-23 21:44:40.000000000 -0400
++++ linux-3.0.3/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);
-@@ -1684,7 +1684,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;
  
@@ -27163,10 +24551,19 @@ diff -urNp linux-2.6.38.6/drivers/gpu/drm/i915/i915_irq.c linux-2.6.38.6/drivers
  
        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.38.6/drivers/gpu/drm/i915/intel_display.c linux-2.6.38.6/drivers/gpu/drm/i915/intel_display.c
---- linux-2.6.38.6/drivers/gpu/drm/i915/intel_display.c        2011-05-10 22:06:27.000000000 -0400
-+++ linux-2.6.38.6/drivers/gpu/drm/i915/intel_display.c        2011-05-10 22:06:56.000000000 -0400
-@@ -1631,7 +1631,7 @@ intel_pipe_set_base(struct drm_crtc *crt
+@@ -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;
+-      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);
+diff -urNp linux-3.0.3/drivers/gpu/drm/i915/intel_display.c linux-3.0.3/drivers/gpu/drm/i915/intel_display.c
+--- linux-3.0.3/drivers/gpu/drm/i915/intel_display.c   2011-08-23 21:44:40.000000000 -0400
++++ linux-3.0.3/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) ||
@@ -27175,7 +24572,7 @@ diff -urNp linux-2.6.38.6/drivers/gpu/drm/i915/intel_display.c linux-2.6.38.6/dr
  
                /* Big Hammer, we also need to ensure that any pending
                 * MI_WAIT_FOR_EVENT inside a user batch buffer on the
-@@ -2042,7 +2042,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,
@@ -27184,7 +24581,7 @@ diff -urNp linux-2.6.38.6/drivers/gpu/drm/i915/intel_display.c linux-2.6.38.6/dr
  }
  
  static bool intel_crtc_driving_pch(struct drm_crtc *crtc)
-@@ -5428,7 +5428,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);
@@ -27193,18 +24590,27 @@ diff -urNp linux-2.6.38.6/drivers/gpu/drm/i915/intel_display.c linux-2.6.38.6/dr
                wake_up(&dev_priv->pending_flip_queue);
  
        schedule_work(&work->work);
-@@ -5557,7 +5557,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.38.6/drivers/gpu/drm/mga/mga_drv.h linux-2.6.38.6/drivers/gpu/drm/mga/mga_drv.h
---- linux-2.6.38.6/drivers/gpu/drm/mga/mga_drv.h       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/gpu/drm/mga/mga_drv.h       2011-04-28 19:57:25.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.3/drivers/gpu/drm/mga/mga_drv.h linux-3.0.3/drivers/gpu/drm/mga/mga_drv.h
+--- linux-3.0.3/drivers/gpu/drm/mga/mga_drv.h  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -27217,9 +24623,9 @@ diff -urNp linux-2.6.38.6/drivers/gpu/drm/mga/mga_drv.h linux-2.6.38.6/drivers/g
        u32 next_fence_to_post;
  
        unsigned int fb_cpp;
-diff -urNp linux-2.6.38.6/drivers/gpu/drm/mga/mga_irq.c linux-2.6.38.6/drivers/gpu/drm/mga/mga_irq.c
---- linux-2.6.38.6/drivers/gpu/drm/mga/mga_irq.c       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/gpu/drm/mga/mga_irq.c       2011-04-28 19:57:25.000000000 -0400
+diff -urNp linux-3.0.3/drivers/gpu/drm/mga/mga_irq.c linux-3.0.3/drivers/gpu/drm/mga/mga_irq.c
+--- linux-3.0.3/drivers/gpu/drm/mga/mga_irq.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -27256,10 +24662,22 @@ diff -urNp linux-2.6.38.6/drivers/gpu/drm/mga/mga_irq.c linux-2.6.38.6/drivers/g
                      - *sequence) <= (1 << 23)));
  
        *sequence = cur_fence;
-diff -urNp linux-2.6.38.6/drivers/gpu/drm/nouveau/nouveau_drv.h linux-2.6.38.6/drivers/gpu/drm/nouveau/nouveau_drv.h
---- linux-2.6.38.6/drivers/gpu/drm/nouveau/nouveau_drv.h       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/gpu/drm/nouveau/nouveau_drv.h       2011-04-28 19:57:25.000000000 -0400
-@@ -226,7 +226,7 @@ struct nouveau_channel {
+diff -urNp linux-3.0.3/drivers/gpu/drm/nouveau/nouveau_bios.c linux-3.0.3/drivers/gpu/drm/nouveau/nouveau_bios.c
+--- linux-3.0.3/drivers/gpu/drm/nouveau/nouveau_bios.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/drivers/gpu/drm/nouveau/nouveau_bios.c 2011-08-23 21:47:55.000000000 -0400
+@@ -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.3/drivers/gpu/drm/nouveau/nouveau_drv.h linux-3.0.3/drivers/gpu/drm/nouveau/nouveau_drv.h
+--- linux-3.0.3/drivers/gpu/drm/nouveau/nouveau_drv.h  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -27268,7 +24686,41 @@ diff -urNp linux-2.6.38.6/drivers/gpu/drm/nouveau/nouveau_drv.h linux-2.6.38.6/d
        } fence;
  
        /* DMA push buffer */
-@@ -661,7 +661,7 @@ struct drm_nouveau_private {
+@@ -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;
+@@ -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;
@@ -27277,10 +24729,10 @@ diff -urNp linux-2.6.38.6/drivers/gpu/drm/nouveau/nouveau_drv.h linux-2.6.38.6/d
        } ttm;
  
        struct {
-diff -urNp linux-2.6.38.6/drivers/gpu/drm/nouveau/nouveau_fence.c linux-2.6.38.6/drivers/gpu/drm/nouveau/nouveau_fence.c
---- linux-2.6.38.6/drivers/gpu/drm/nouveau/nouveau_fence.c     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/gpu/drm/nouveau/nouveau_fence.c     2011-04-28 19:57:25.000000000 -0400
-@@ -83,7 +83,7 @@ nouveau_fence_update(struct nouveau_chan
+diff -urNp linux-3.0.3/drivers/gpu/drm/nouveau/nouveau_fence.c linux-3.0.3/drivers/gpu/drm/nouveau/nouveau_fence.c
+--- linux-3.0.3/drivers/gpu/drm/nouveau/nouveau_fence.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);
                else
@@ -27289,19 +24741,19 @@ diff -urNp linux-2.6.38.6/drivers/gpu/drm/nouveau/nouveau_fence.c linux-2.6.38.6
  
                if (chan->fence.sequence_ack == sequence)
                        goto out;
-@@ -490,7 +490,7 @@ nouveau_fence_channel_init(struct nouvea
+@@ -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);
 +      atomic_set_unchecked(&chan->fence.last_sequence_irq, 0);
        return 0;
  }
-diff -urNp linux-2.6.38.6/drivers/gpu/drm/nouveau/nouveau_gem.c linux-2.6.38.6/drivers/gpu/drm/nouveau/nouveau_gem.c
---- linux-2.6.38.6/drivers/gpu/drm/nouveau/nouveau_gem.c       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/gpu/drm/nouveau/nouveau_gem.c       2011-04-28 19:57:25.000000000 -0400
-@@ -241,7 +241,7 @@ validate_init(struct nouveau_channel *ch
+diff -urNp linux-3.0.3/drivers/gpu/drm/nouveau/nouveau_gem.c linux-3.0.3/drivers/gpu/drm/nouveau/nouveau_gem.c
+--- linux-3.0.3/drivers/gpu/drm/nouveau/nouveau_gem.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
  
@@ -27310,10 +24762,10 @@ diff -urNp linux-2.6.38.6/drivers/gpu/drm/nouveau/nouveau_gem.c linux-2.6.38.6/d
  retry:
        if (++trycnt > 100000) {
                NV_ERROR(dev, "%s failed and gave up.\n", __func__);
-diff -urNp linux-2.6.38.6/drivers/gpu/drm/nouveau/nouveau_state.c linux-2.6.38.6/drivers/gpu/drm/nouveau/nouveau_state.c
---- linux-2.6.38.6/drivers/gpu/drm/nouveau/nouveau_state.c     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/gpu/drm/nouveau/nouveau_state.c     2011-04-28 19:34:15.000000000 -0400
-@@ -621,7 +621,7 @@ static bool nouveau_switcheroo_can_switc
+diff -urNp linux-3.0.3/drivers/gpu/drm/nouveau/nouveau_state.c linux-3.0.3/drivers/gpu/drm/nouveau/nouveau_state.c
+--- linux-3.0.3/drivers/gpu/drm/nouveau/nouveau_state.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);
@@ -27322,10 +24774,10 @@ diff -urNp linux-2.6.38.6/drivers/gpu/drm/nouveau/nouveau_state.c linux-2.6.38.6
        spin_unlock(&dev->count_lock);
        return can_switch;
  }
-diff -urNp linux-2.6.38.6/drivers/gpu/drm/nouveau/nv04_graph.c linux-2.6.38.6/drivers/gpu/drm/nouveau/nv04_graph.c
---- linux-2.6.38.6/drivers/gpu/drm/nouveau/nv04_graph.c        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/gpu/drm/nouveau/nv04_graph.c        2011-04-28 19:57:25.000000000 -0400
-@@ -552,7 +552,7 @@ static int
+diff -urNp linux-3.0.3/drivers/gpu/drm/nouveau/nv04_graph.c linux-3.0.3/drivers/gpu/drm/nouveau/nv04_graph.c
+--- linux-3.0.3/drivers/gpu/drm/nouveau/nv04_graph.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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)
  {
@@ -27334,9 +24786,9 @@ diff -urNp linux-2.6.38.6/drivers/gpu/drm/nouveau/nv04_graph.c linux-2.6.38.6/dr
        return 0;
  }
  
-diff -urNp linux-2.6.38.6/drivers/gpu/drm/r128/r128_cce.c linux-2.6.38.6/drivers/gpu/drm/r128/r128_cce.c
---- linux-2.6.38.6/drivers/gpu/drm/r128/r128_cce.c     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/gpu/drm/r128/r128_cce.c     2011-04-28 19:57:25.000000000 -0400
+diff -urNp linux-3.0.3/drivers/gpu/drm/r128/r128_cce.c linux-3.0.3/drivers/gpu/drm/r128/r128_cce.c
+--- linux-3.0.3/drivers/gpu/drm/r128/r128_cce.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.
@@ -27346,9 +24798,9 @@ diff -urNp linux-2.6.38.6/drivers/gpu/drm/r128/r128_cce.c linux-2.6.38.6/drivers
  
        /* 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.38.6/drivers/gpu/drm/r128/r128_drv.h linux-2.6.38.6/drivers/gpu/drm/r128/r128_drv.h
---- linux-2.6.38.6/drivers/gpu/drm/r128/r128_drv.h     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/gpu/drm/r128/r128_drv.h     2011-04-28 19:57:25.000000000 -0400
+diff -urNp linux-3.0.3/drivers/gpu/drm/r128/r128_drv.h linux-3.0.3/drivers/gpu/drm/r128/r128_drv.h
+--- linux-3.0.3/drivers/gpu/drm/r128/r128_drv.h        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -27366,9 +24818,9 @@ diff -urNp linux-2.6.38.6/drivers/gpu/drm/r128/r128_drv.h linux-2.6.38.6/drivers
  
        u32 color_fmt;
        unsigned int front_offset;
-diff -urNp linux-2.6.38.6/drivers/gpu/drm/r128/r128_irq.c linux-2.6.38.6/drivers/gpu/drm/r128/r128_irq.c
---- linux-2.6.38.6/drivers/gpu/drm/r128/r128_irq.c     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/gpu/drm/r128/r128_irq.c     2011-04-28 19:57:25.000000000 -0400
+diff -urNp linux-3.0.3/drivers/gpu/drm/r128/r128_irq.c linux-3.0.3/drivers/gpu/drm/r128/r128_irq.c
+--- linux-3.0.3/drivers/gpu/drm/r128/r128_irq.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -27387,9 +24839,9 @@ diff -urNp linux-2.6.38.6/drivers/gpu/drm/r128/r128_irq.c linux-2.6.38.6/drivers
                drm_handle_vblank(dev, 0);
                return IRQ_HANDLED;
        }
-diff -urNp linux-2.6.38.6/drivers/gpu/drm/r128/r128_state.c linux-2.6.38.6/drivers/gpu/drm/r128/r128_state.c
---- linux-2.6.38.6/drivers/gpu/drm/r128/r128_state.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/gpu/drm/r128/r128_state.c   2011-04-28 19:57:25.000000000 -0400
+diff -urNp linux-3.0.3/drivers/gpu/drm/r128/r128_state.c linux-3.0.3/drivers/gpu/drm/r128/r128_state.c
+--- linux-3.0.3/drivers/gpu/drm/r128/r128_state.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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)
@@ -27403,9 +24855,9 @@ diff -urNp linux-2.6.38.6/drivers/gpu/drm/r128/r128_state.c linux-2.6.38.6/drive
  }
  
  #endif
-diff -urNp linux-2.6.38.6/drivers/gpu/drm/radeon/atom.c linux-2.6.38.6/drivers/gpu/drm/radeon/atom.c
---- linux-2.6.38.6/drivers/gpu/drm/radeon/atom.c       2011-05-10 22:06:27.000000000 -0400
-+++ linux-2.6.38.6/drivers/gpu/drm/radeon/atom.c       2011-05-16 21:47:08.000000000 -0400
+diff -urNp linux-3.0.3/drivers/gpu/drm/radeon/atom.c linux-3.0.3/drivers/gpu/drm/radeon/atom.c
+--- linux-3.0.3/drivers/gpu/drm/radeon/atom.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -27415,9 +24867,9 @@ diff -urNp linux-2.6.38.6/drivers/gpu/drm/radeon/atom.c linux-2.6.38.6/drivers/g
        ctx->card = card;
        ctx->bios = bios;
  
-diff -urNp linux-2.6.38.6/drivers/gpu/drm/radeon/mkregtable.c linux-2.6.38.6/drivers/gpu/drm/radeon/mkregtable.c
---- linux-2.6.38.6/drivers/gpu/drm/radeon/mkregtable.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/gpu/drm/radeon/mkregtable.c 2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/drivers/gpu/drm/radeon/mkregtable.c linux-3.0.3/drivers/gpu/drm/radeon/mkregtable.c
+--- linux-3.0.3/drivers/gpu/drm/radeon/mkregtable.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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];
@@ -27435,9 +24887,9 @@ diff -urNp linux-2.6.38.6/drivers/gpu/drm/radeon/mkregtable.c linux-2.6.38.6/dri
  
        if (regcomp
            (&mask_rex, "(0x[0-9a-fA-F]*) *([_a-zA-Z0-9]*)", REG_EXTENDED)) {
-diff -urNp linux-2.6.38.6/drivers/gpu/drm/radeon/radeon_atombios.c linux-2.6.38.6/drivers/gpu/drm/radeon/radeon_atombios.c
---- linux-2.6.38.6/drivers/gpu/drm/radeon/radeon_atombios.c    2011-05-10 22:06:29.000000000 -0400
-+++ linux-2.6.38.6/drivers/gpu/drm/radeon/radeon_atombios.c    2011-05-16 21:47:08.000000000 -0400
+diff -urNp linux-3.0.3/drivers/gpu/drm/radeon/radeon_atombios.c linux-3.0.3/drivers/gpu/drm/radeon/radeon_atombios.c
+--- linux-3.0.3/drivers/gpu/drm/radeon/radeon_atombios.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -27447,10 +24899,10 @@ diff -urNp linux-2.6.38.6/drivers/gpu/drm/radeon/radeon_atombios.c linux-2.6.38.
        if (!atom_parse_data_header(ctx, index, &size, &frev, &crev, &data_offset))
                return false;
  
-diff -urNp linux-2.6.38.6/drivers/gpu/drm/radeon/radeon_device.c linux-2.6.38.6/drivers/gpu/drm/radeon/radeon_device.c
---- linux-2.6.38.6/drivers/gpu/drm/radeon/radeon_device.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/gpu/drm/radeon/radeon_device.c      2011-04-28 19:34:15.000000000 -0400
-@@ -673,7 +673,7 @@ static bool radeon_switcheroo_can_switch
+diff -urNp linux-3.0.3/drivers/gpu/drm/radeon/radeon_device.c linux-3.0.3/drivers/gpu/drm/radeon/radeon_device.c
+--- linux-3.0.3/drivers/gpu/drm/radeon/radeon_device.c 2011-08-23 21:44:40.000000000 -0400
++++ linux-3.0.3/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);
@@ -27459,10 +24911,10 @@ diff -urNp linux-2.6.38.6/drivers/gpu/drm/radeon/radeon_device.c linux-2.6.38.6/
        spin_unlock(&dev->count_lock);
        return can_switch;
  }
-diff -urNp linux-2.6.38.6/drivers/gpu/drm/radeon/radeon_display.c linux-2.6.38.6/drivers/gpu/drm/radeon/radeon_display.c
---- linux-2.6.38.6/drivers/gpu/drm/radeon/radeon_display.c     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/gpu/drm/radeon/radeon_display.c     2011-05-16 21:47:08.000000000 -0400
-@@ -934,6 +934,8 @@ void radeon_compute_pll_legacy(struct ra
+diff -urNp linux-3.0.3/drivers/gpu/drm/radeon/radeon_display.c linux-3.0.3/drivers/gpu/drm/radeon/radeon_display.c
+--- linux-3.0.3/drivers/gpu/drm/radeon/radeon_display.c        2011-08-23 21:44:40.000000000 -0400
++++ linux-3.0.3/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;
  
@@ -27471,9 +24923,9 @@ diff -urNp linux-2.6.38.6/drivers/gpu/drm/radeon/radeon_display.c linux-2.6.38.6
        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.38.6/drivers/gpu/drm/radeon/radeon_drv.h linux-2.6.38.6/drivers/gpu/drm/radeon/radeon_drv.h
---- linux-2.6.38.6/drivers/gpu/drm/radeon/radeon_drv.h 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/gpu/drm/radeon/radeon_drv.h 2011-04-28 19:57:25.000000000 -0400
+diff -urNp linux-3.0.3/drivers/gpu/drm/radeon/radeon_drv.h linux-3.0.3/drivers/gpu/drm/radeon/radeon_drv.h
+--- linux-3.0.3/drivers/gpu/drm/radeon/radeon_drv.h    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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 */
@@ -27483,31 +24935,31 @@ diff -urNp linux-2.6.38.6/drivers/gpu/drm/radeon/radeon_drv.h linux-2.6.38.6/dri
        int vblank_crtc;
        uint32_t irq_enable_reg;
        uint32_t r500_disp_irq_reg;
-diff -urNp linux-2.6.38.6/drivers/gpu/drm/radeon/radeon_fence.c linux-2.6.38.6/drivers/gpu/drm/radeon/radeon_fence.c
---- linux-2.6.38.6/drivers/gpu/drm/radeon/radeon_fence.c       2011-04-22 19:20:59.000000000 -0400
-+++ linux-2.6.38.6/drivers/gpu/drm/radeon/radeon_fence.c       2011-04-28 19:57:25.000000000 -0400
-@@ -49,7 +49,7 @@ int radeon_fence_emit(struct radeon_devi
+diff -urNp linux-3.0.3/drivers/gpu/drm/radeon/radeon_fence.c linux-3.0.3/drivers/gpu/drm/radeon/radeon_fence.c
+--- linux-3.0.3/drivers/gpu/drm/radeon/radeon_fence.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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
-@@ -354,7 +354,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.38.6/drivers/gpu/drm/radeon/radeon.h linux-2.6.38.6/drivers/gpu/drm/radeon/radeon.h
---- linux-2.6.38.6/drivers/gpu/drm/radeon/radeon.h     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/gpu/drm/radeon/radeon.h     2011-04-28 19:57:25.000000000 -0400
-@@ -189,7 +189,7 @@ extern int sumo_get_temp(struct radeon_d
+diff -urNp linux-3.0.3/drivers/gpu/drm/radeon/radeon.h linux-3.0.3/drivers/gpu/drm/radeon/radeon.h
+--- linux-3.0.3/drivers/gpu/drm/radeon/radeon.h        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -27516,9 +24968,18 @@ diff -urNp linux-2.6.38.6/drivers/gpu/drm/radeon/radeon.h linux-2.6.38.6/drivers
        uint32_t                        last_seq;
        unsigned long                   last_jiffies;
        unsigned long                   last_timeout;
-diff -urNp linux-2.6.38.6/drivers/gpu/drm/radeon/radeon_ioc32.c linux-2.6.38.6/drivers/gpu/drm/radeon/radeon_ioc32.c
---- linux-2.6.38.6/drivers/gpu/drm/radeon/radeon_ioc32.c       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/gpu/drm/radeon/radeon_ioc32.c       2011-04-28 19:34:15.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.3/drivers/gpu/drm/radeon/radeon_ioc32.c linux-3.0.3/drivers/gpu/drm/radeon/radeon_ioc32.c
+--- linux-3.0.3/drivers/gpu/drm/radeon/radeon_ioc32.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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))
@@ -27528,9 +24989,9 @@ diff -urNp linux-2.6.38.6/drivers/gpu/drm/radeon/radeon_ioc32.c linux-2.6.38.6/d
                          &request->value))
                return -EFAULT;
  
-diff -urNp linux-2.6.38.6/drivers/gpu/drm/radeon/radeon_irq.c linux-2.6.38.6/drivers/gpu/drm/radeon/radeon_irq.c
---- linux-2.6.38.6/drivers/gpu/drm/radeon/radeon_irq.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/gpu/drm/radeon/radeon_irq.c 2011-04-28 19:57:25.000000000 -0400
+diff -urNp linux-3.0.3/drivers/gpu/drm/radeon/radeon_irq.c linux-3.0.3/drivers/gpu/drm/radeon/radeon_irq.c
+--- linux-3.0.3/drivers/gpu/drm/radeon/radeon_irq.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -27551,9 +25012,9 @@ diff -urNp linux-2.6.38.6/drivers/gpu/drm/radeon/radeon_irq.c linux-2.6.38.6/dri
        DRM_INIT_WAITQUEUE(&dev_priv->swi_queue);
  
        dev->max_vblank_count = 0x001fffff;
-diff -urNp linux-2.6.38.6/drivers/gpu/drm/radeon/radeon_state.c linux-2.6.38.6/drivers/gpu/drm/radeon/radeon_state.c
---- linux-2.6.38.6/drivers/gpu/drm/radeon/radeon_state.c       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/gpu/drm/radeon/radeon_state.c       2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/drivers/gpu/drm/radeon/radeon_state.c linux-3.0.3/drivers/gpu/drm/radeon/radeon_state.c
+--- linux-3.0.3/drivers/gpu/drm/radeon/radeon_state.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -27572,72 +25033,25 @@ diff -urNp linux-2.6.38.6/drivers/gpu/drm/radeon/radeon_state.c linux-2.6.38.6/d
  
        DRM_DEBUG("pid=%d\n", DRM_CURRENTPID);
  
-diff -urNp linux-2.6.38.6/drivers/gpu/drm/radeon/radeon_ttm.c linux-2.6.38.6/drivers/gpu/drm/radeon/radeon_ttm.c
---- linux-2.6.38.6/drivers/gpu/drm/radeon/radeon_ttm.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/gpu/drm/radeon/radeon_ttm.c 2011-04-28 19:34:15.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.3/drivers/gpu/drm/radeon/radeon_ttm.c linux-3.0.3/drivers/gpu/drm/radeon/radeon_ttm.c
+--- linux-3.0.3/drivers/gpu/drm/radeon/radeon_ttm.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.38.6/drivers/gpu/drm/radeon/rs690.c linux-2.6.38.6/drivers/gpu/drm/radeon/rs690.c
---- linux-2.6.38.6/drivers/gpu/drm/radeon/rs690.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/gpu/drm/radeon/rs690.c      2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/drivers/gpu/drm/radeon/rs690.c linux-3.0.3/drivers/gpu/drm/radeon/rs690.c
+--- linux-3.0.3/drivers/gpu/drm/radeon/rs690.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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)
@@ -27651,72 +25065,12 @@ diff -urNp linux-2.6.38.6/drivers/gpu/drm/radeon/rs690.c linux-2.6.38.6/drivers/
        } else {
                if (rdev->pm.max_bandwidth.full > rdev->pm.k8_bandwidth.full &&
                        rdev->pm.k8_bandwidth.full)
-diff -urNp linux-2.6.38.6/drivers/gpu/drm/ttm/ttm_bo_vm.c linux-2.6.38.6/drivers/gpu/drm/ttm/ttm_bo_vm.c
---- linux-2.6.38.6/drivers/gpu/drm/ttm/ttm_bo_vm.c     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/gpu/drm/ttm/ttm_bo_vm.c     2011-04-28 19:34:15.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.38.6/drivers/gpu/drm/ttm/ttm_page_alloc.c linux-2.6.38.6/drivers/gpu/drm/ttm/ttm_page_alloc.c
---- linux-2.6.38.6/drivers/gpu/drm/ttm/ttm_page_alloc.c        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/gpu/drm/ttm/ttm_page_alloc.c        2011-04-28 19:57:25.000000000 -0400
-@@ -396,9 +396,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.3/drivers/gpu/drm/ttm/ttm_page_alloc.c linux-3.0.3/drivers/gpu/drm/ttm/ttm_page_alloc.c
+--- linux-3.0.3/drivers/gpu/drm/ttm/ttm_page_alloc.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);
@@ -27724,11 +25078,11 @@ diff -urNp linux-2.6.38.6/drivers/gpu/drm/ttm/ttm_page_alloc.c linux-2.6.38.6/dr
 -      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.38.6/drivers/gpu/drm/via/via_drv.h linux-2.6.38.6/drivers/gpu/drm/via/via_drv.h
---- linux-2.6.38.6/drivers/gpu/drm/via/via_drv.h       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/gpu/drm/via/via_drv.h       2011-04-28 19:57:25.000000000 -0400
+diff -urNp linux-3.0.3/drivers/gpu/drm/via/via_drv.h linux-3.0.3/drivers/gpu/drm/via/via_drv.h
+--- linux-3.0.3/drivers/gpu/drm/via/via_drv.h  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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];
  
@@ -27747,9 +25101,9 @@ diff -urNp linux-2.6.38.6/drivers/gpu/drm/via/via_drv.h linux-2.6.38.6/drivers/g
        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.38.6/drivers/gpu/drm/via/via_irq.c linux-2.6.38.6/drivers/gpu/drm/via/via_irq.c
---- linux-2.6.38.6/drivers/gpu/drm/via/via_irq.c       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/gpu/drm/via/via_irq.c       2011-04-28 19:57:25.000000000 -0400
+diff -urNp linux-3.0.3/drivers/gpu/drm/via/via_irq.c linux-3.0.3/drivers/gpu/drm/via/via_irq.c
+--- linux-3.0.3/drivers/gpu/drm/via/via_irq.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -27820,9 +25174,9 @@ diff -urNp linux-2.6.38.6/drivers/gpu/drm/via/via_irq.c linux-2.6.38.6/drivers/g
                irqwait->request.type &= ~_DRM_VBLANK_RELATIVE;
        case VIA_IRQ_ABSOLUTE:
                break;
-diff -urNp linux-2.6.38.6/drivers/gpu/drm/vmwgfx/vmwgfx_drv.h linux-2.6.38.6/drivers/gpu/drm/vmwgfx/vmwgfx_drv.h
---- linux-2.6.38.6/drivers/gpu/drm/vmwgfx/vmwgfx_drv.h 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/gpu/drm/vmwgfx/vmwgfx_drv.h 2011-04-28 19:57:25.000000000 -0400
+diff -urNp linux-3.0.3/drivers/gpu/drm/vmwgfx/vmwgfx_drv.h linux-3.0.3/drivers/gpu/drm/vmwgfx/vmwgfx_drv.h
+--- linux-3.0.3/drivers/gpu/drm/vmwgfx/vmwgfx_drv.h    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.
         */
@@ -27832,9 +25186,9 @@ diff -urNp linux-2.6.38.6/drivers/gpu/drm/vmwgfx/vmwgfx_drv.h linux-2.6.38.6/dri
        wait_queue_head_t fence_queue;
        wait_queue_head_t fifo_queue;
        atomic_t fence_queue_waiters;
-diff -urNp linux-2.6.38.6/drivers/gpu/drm/vmwgfx/vmwgfx_fence.c linux-2.6.38.6/drivers/gpu/drm/vmwgfx/vmwgfx_fence.c
---- linux-2.6.38.6/drivers/gpu/drm/vmwgfx/vmwgfx_fence.c       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/gpu/drm/vmwgfx/vmwgfx_fence.c       2011-04-28 19:57:25.000000000 -0400
+diff -urNp linux-3.0.3/drivers/gpu/drm/vmwgfx/vmwgfx_fence.c linux-3.0.3/drivers/gpu/drm/vmwgfx/vmwgfx_fence.c
+--- linux-3.0.3/drivers/gpu/drm/vmwgfx/vmwgfx_fence.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);
@@ -27844,9 +25198,9 @@ diff -urNp linux-2.6.38.6/drivers/gpu/drm/vmwgfx/vmwgfx_fence.c linux-2.6.38.6/d
                else {
                        fence = list_first_entry(&queue->head,
                                                 struct vmw_fence, head);
-diff -urNp linux-2.6.38.6/drivers/gpu/drm/vmwgfx/vmwgfx_fifo.c linux-2.6.38.6/drivers/gpu/drm/vmwgfx/vmwgfx_fifo.c
---- linux-2.6.38.6/drivers/gpu/drm/vmwgfx/vmwgfx_fifo.c        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/gpu/drm/vmwgfx/vmwgfx_fifo.c        2011-04-28 19:57:25.000000000 -0400
+diff -urNp linux-3.0.3/drivers/gpu/drm/vmwgfx/vmwgfx_fifo.c linux-3.0.3/drivers/gpu/drm/vmwgfx/vmwgfx_fifo.c
+--- linux-3.0.3/drivers/gpu/drm/vmwgfx/vmwgfx_fifo.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);
@@ -27874,18 +25228,9 @@ diff -urNp linux-2.6.38.6/drivers/gpu/drm/vmwgfx/vmwgfx_fifo.c linux-2.6.38.6/dr
        } 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.38.6/drivers/gpu/drm/vmwgfx/vmwgfx_irq.c linux-2.6.38.6/drivers/gpu/drm/vmwgfx/vmwgfx_irq.c
---- linux-2.6.38.6/drivers/gpu/drm/vmwgfx/vmwgfx_irq.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/gpu/drm/vmwgfx/vmwgfx_irq.c 2011-04-28 19:57:25.000000000 -0400
+diff -urNp linux-3.0.3/drivers/gpu/drm/vmwgfx/vmwgfx_irq.c linux-3.0.3/drivers/gpu/drm/vmwgfx/vmwgfx_irq.c
+--- linux-3.0.3/drivers/gpu/drm/vmwgfx/vmwgfx_irq.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.
         */
@@ -27904,10 +25249,10 @@ diff -urNp linux-2.6.38.6/drivers/gpu/drm/vmwgfx/vmwgfx_irq.c linux-2.6.38.6/dri
        ret = 0;
  
        for (;;) {
-diff -urNp linux-2.6.38.6/drivers/hid/hid-core.c linux-2.6.38.6/drivers/hid/hid-core.c
---- linux-2.6.38.6/drivers/hid/hid-core.c      2011-04-18 17:27:14.000000000 -0400
-+++ linux-2.6.38.6/drivers/hid/hid-core.c      2011-04-28 19:57:25.000000000 -0400
-@@ -1846,7 +1846,7 @@ static bool hid_ignore(struct hid_device
+diff -urNp linux-3.0.3/drivers/hid/hid-core.c linux-3.0.3/drivers/hid/hid-core.c
+--- linux-3.0.3/drivers/hid/hid-core.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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)
  {
@@ -27916,7 +25261,7 @@ diff -urNp linux-2.6.38.6/drivers/hid/hid-core.c linux-2.6.38.6/drivers/hid/hid-
        int ret;
  
        if (WARN_ON(hdev->status & HID_STAT_ADDED))
-@@ -1861,7 +1861,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,
@@ -27925,10 +25270,10 @@ diff -urNp linux-2.6.38.6/drivers/hid/hid-core.c linux-2.6.38.6/drivers/hid/hid-
  
        hid_debug_register(hdev, dev_name(&hdev->dev));
        ret = device_add(&hdev->dev);
-diff -urNp linux-2.6.38.6/drivers/hid/usbhid/hiddev.c linux-2.6.38.6/drivers/hid/usbhid/hiddev.c
---- linux-2.6.38.6/drivers/hid/usbhid/hiddev.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/hid/usbhid/hiddev.c 2011-04-28 19:34:15.000000000 -0400
-@@ -613,7 +613,7 @@ static long hiddev_ioctl(struct file *fi
+diff -urNp linux-3.0.3/drivers/hid/usbhid/hiddev.c linux-3.0.3/drivers/hid/usbhid/hiddev.c
+--- linux-3.0.3/drivers/hid/usbhid/hiddev.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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:
@@ -27937,70 +25282,31 @@ diff -urNp linux-2.6.38.6/drivers/hid/usbhid/hiddev.c linux-2.6.38.6/drivers/hid
                        break;
  
                for (i = 0; i < hid->maxcollection; i++)
-diff -urNp linux-2.6.38.6/drivers/hwmon/lis3lv02d.c linux-2.6.38.6/drivers/hwmon/lis3lv02d.c
---- linux-2.6.38.6/drivers/hwmon/lis3lv02d.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/hwmon/lis3lv02d.c   2011-04-28 19:57:25.000000000 -0400
-@@ -436,7 +436,7 @@ static irqreturn_t lis302dl_interrupt(in
-        * the lid is closed. This leads to interrupts as soon as a little move
-        * is done.
-        */
--      atomic_inc(&lis3_dev.count);
-+      atomic_inc_unchecked(&lis3_dev.count);
-       wake_up_interruptible(&lis3_dev.misc_wait);
-       kill_fasync(&lis3_dev.async_queue, SIGIO, POLL_IN);
-@@ -519,7 +519,7 @@ static int lis3lv02d_misc_open(struct in
-       if (lis3_dev.pm_dev)
-               pm_runtime_get_sync(lis3_dev.pm_dev);
--      atomic_set(&lis3_dev.count, 0);
-+      atomic_set_unchecked(&lis3_dev.count, 0);
-       return 0;
- }
-@@ -546,7 +546,7 @@ static ssize_t lis3lv02d_misc_read(struc
-       add_wait_queue(&lis3_dev.misc_wait, &wait);
-       while (true) {
-               set_current_state(TASK_INTERRUPTIBLE);
--              data = atomic_xchg(&lis3_dev.count, 0);
-+              data = atomic_xchg_unchecked(&lis3_dev.count, 0);
-               if (data)
-                       break;
+diff -urNp linux-3.0.3/drivers/hwmon/acpi_power_meter.c linux-3.0.3/drivers/hwmon/acpi_power_meter.c
+--- linux-3.0.3/drivers/hwmon/acpi_power_meter.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
  
-@@ -584,7 +584,7 @@ out:
- static unsigned int lis3lv02d_misc_poll(struct file *file, poll_table *wait)
- {
-       poll_wait(file, &lis3_dev.misc_wait, wait);
--      if (atomic_read(&lis3_dev.count))
-+      if (atomic_read_unchecked(&lis3_dev.count))
-               return POLLIN | POLLRDNORM;
-       return 0;
- }
-diff -urNp linux-2.6.38.6/drivers/hwmon/lis3lv02d.h linux-2.6.38.6/drivers/hwmon/lis3lv02d.h
---- linux-2.6.38.6/drivers/hwmon/lis3lv02d.h   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/hwmon/lis3lv02d.h   2011-04-28 19:57:25.000000000 -0400
-@@ -265,7 +265,7 @@ struct lis3lv02d {
-       struct input_polled_dev *idev;     /* input device */
-       struct platform_device  *pdev;     /* platform device */
-       struct regulator_bulk_data regulators[2];
--      atomic_t                count;     /* interrupt count after last read */
-+      atomic_unchecked_t      count;     /* interrupt count after last read */
-       union axis_conversion   ac;        /* hw -> logical axis */
-       int                     mapped_btns[3];
+       temp /= 1000;
+-      if (temp < 0)
+-              return -EINVAL;
  
-diff -urNp linux-2.6.38.6/drivers/hwmon/sht15.c linux-2.6.38.6/drivers/hwmon/sht15.c
---- linux-2.6.38.6/drivers/hwmon/sht15.c       2011-04-18 17:27:14.000000000 -0400
-+++ linux-2.6.38.6/drivers/hwmon/sht15.c       2011-04-28 19:57:25.000000000 -0400
-@@ -113,7 +113,7 @@ struct sht15_data {
+       mutex_lock(&resource->lock);
+       resource->trip[attr->index - 7] = temp;
+diff -urNp linux-3.0.3/drivers/hwmon/sht15.c linux-3.0.3/drivers/hwmon/sht15.c
+--- linux-3.0.3/drivers/hwmon/sht15.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);
@@ -28010,38 +25316,38 @@ diff -urNp linux-2.6.38.6/drivers/hwmon/sht15.c linux-2.6.38.6/drivers/hwmon/sht
        enable_irq(gpio_to_irq(data->pdata->gpio_data));
        if (gpio_get_value(data->pdata->gpio_data) == 0) {
                disable_irq_nosync(gpio_to_irq(data->pdata->gpio_data));
-               /* Only relevant if the interrupt hasn't occured. */
+               /* Only relevant if the interrupt hasn't occurred. */
 -              if (!atomic_read(&data->interrupt_handled))
 +              if (!atomic_read_unchecked(&data->interrupt_handled))
                        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));
-               /* If still not occured or another handler has been scheduled */
+               /* If still not occurred or another handler has been scheduled */
                if (gpio_get_value(data->pdata->gpio_data)
 -                  || atomic_read(&data->interrupt_handled))
 +                  || atomic_read_unchecked(&data->interrupt_handled))
                        return;
        }
-       /* Read the data back from the device */
-diff -urNp linux-2.6.38.6/drivers/hwmon/w83791d.c linux-2.6.38.6/drivers/hwmon/w83791d.c
---- linux-2.6.38.6/drivers/hwmon/w83791d.c     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/hwmon/w83791d.c     2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/drivers/hwmon/w83791d.c linux-3.0.3/drivers/hwmon/w83791d.c
+--- linux-3.0.3/drivers/hwmon/w83791d.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);
@@ -28053,10 +25359,46 @@ diff -urNp linux-2.6.38.6/drivers/hwmon/w83791d.c linux-2.6.38.6/drivers/hwmon/w
  static struct w83791d_data *w83791d_update_device(struct device *dev);
  
  #ifdef DEBUG
-diff -urNp linux-2.6.38.6/drivers/ide/ide-cd.c linux-2.6.38.6/drivers/ide/ide-cd.c
---- linux-2.6.38.6/drivers/ide/ide-cd.c        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/ide/ide-cd.c        2011-04-28 19:34:15.000000000 -0400
-@@ -776,7 +776,7 @@ static void cdrom_do_block_pc(ide_drive_
+diff -urNp linux-3.0.3/drivers/i2c/busses/i2c-amd756-s4882.c linux-3.0.3/drivers/i2c/busses/i2c-amd756-s4882.c
+--- linux-3.0.3/drivers/i2c/busses/i2c-amd756-s4882.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.3/drivers/i2c/busses/i2c-nforce2-s4985.c linux-3.0.3/drivers/i2c/busses/i2c-nforce2-s4985.c
+--- linux-3.0.3/drivers/i2c/busses/i2c-nforce2-s4985.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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_adapter *s4985_adapter;
+-static struct i2c_algorithm *s4985_algo;
++static i2c_algorithm_no_const *s4985_algo;
+ /* Wrapper access functions for multiplexed SMBus */
+ static DEFINE_MUTEX(nforce2_lock);
+diff -urNp linux-3.0.3/drivers/i2c/i2c-mux.c linux-3.0.3/drivers/i2c/i2c-mux.c
+--- linux-3.0.3/drivers/i2c/i2c-mux.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.3/drivers/ide/ide-cd.c linux-3.0.3/drivers/ide/ide-cd.c
+--- linux-3.0.3/drivers/ide/ide-cd.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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
                    || blk_rq_bytes(rq) & q->dma_pad_mask
@@ -28065,9 +25407,9 @@ diff -urNp linux-2.6.38.6/drivers/ide/ide-cd.c linux-2.6.38.6/drivers/ide/ide-cd
                        drive->dma = 0;
        }
  }
-diff -urNp linux-2.6.38.6/drivers/ide/ide-floppy.c linux-2.6.38.6/drivers/ide/ide-floppy.c
---- linux-2.6.38.6/drivers/ide/ide-floppy.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/ide/ide-floppy.c    2011-05-16 21:47:08.000000000 -0400
+diff -urNp linux-3.0.3/drivers/ide/ide-floppy.c linux-3.0.3/drivers/ide/ide-floppy.c
+--- linux-3.0.3/drivers/ide/ide-floppy.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -28077,9 +25419,9 @@ diff -urNp linux-2.6.38.6/drivers/ide/ide-floppy.c linux-2.6.38.6/drivers/ide/id
        ide_debug_log(IDE_DBG_FUNC, "enter");
  
        drive->bios_cyl = 0;
-diff -urNp linux-2.6.38.6/drivers/ide/setup-pci.c linux-2.6.38.6/drivers/ide/setup-pci.c
---- linux-2.6.38.6/drivers/ide/setup-pci.c     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/ide/setup-pci.c     2011-05-16 21:47:08.000000000 -0400
+diff -urNp linux-3.0.3/drivers/ide/setup-pci.c linux-3.0.3/drivers/ide/setup-pci.c
+--- linux-3.0.3/drivers/ide/setup-pci.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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 };
@@ -28089,9 +25431,9 @@ diff -urNp linux-2.6.38.6/drivers/ide/setup-pci.c linux-2.6.38.6/drivers/ide/set
        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.38.6/drivers/infiniband/core/cm.c linux-2.6.38.6/drivers/infiniband/core/cm.c
---- linux-2.6.38.6/drivers/infiniband/core/cm.c        2011-04-18 17:27:14.000000000 -0400
-+++ linux-2.6.38.6/drivers/infiniband/core/cm.c        2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/drivers/infiniband/core/cm.c linux-3.0.3/drivers/infiniband/core/cm.c
+--- linux-3.0.3/drivers/infiniband/core/cm.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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 {
@@ -28128,7 +25470,7 @@ diff -urNp linux-2.6.38.6/drivers/infiniband/core/cm.c linux-2.6.38.6/drivers/in
                                counter[CM_RTU_COUNTER]);
                goto out;
        }
-@@ -2111,7 +2111,7 @@ static int cm_dreq_handler(struct cm_wor
+@@ -2115,7 +2115,7 @@ static int cm_dreq_handler(struct cm_wor
        cm_id_priv = cm_acquire_id(dreq_msg->remote_comm_id,
                                   dreq_msg->local_comm_id);
        if (!cm_id_priv) {
@@ -28137,7 +25479,7 @@ diff -urNp linux-2.6.38.6/drivers/infiniband/core/cm.c linux-2.6.38.6/drivers/in
                                counter[CM_DREQ_COUNTER]);
                cm_issue_drep(work->port, work->mad_recv_wc);
                return -EINVAL;
-@@ -2132,7 +2132,7 @@ static int cm_dreq_handler(struct cm_wor
+@@ -2140,7 +2140,7 @@ static int cm_dreq_handler(struct cm_wor
        case IB_CM_MRA_REP_RCVD:
                break;
        case IB_CM_TIMEWAIT:
@@ -28146,7 +25488,7 @@ diff -urNp linux-2.6.38.6/drivers/infiniband/core/cm.c linux-2.6.38.6/drivers/in
                                counter[CM_DREQ_COUNTER]);
                if (cm_alloc_response_msg(work->port, work->mad_recv_wc, &msg))
                        goto unlock;
-@@ -2146,7 +2146,7 @@ static int cm_dreq_handler(struct cm_wor
+@@ -2154,7 +2154,7 @@ static int cm_dreq_handler(struct cm_wor
                        cm_free_msg(msg);
                goto deref;
        case IB_CM_DREQ_RCVD:
@@ -28155,7 +25497,7 @@ diff -urNp linux-2.6.38.6/drivers/infiniband/core/cm.c linux-2.6.38.6/drivers/in
                                counter[CM_DREQ_COUNTER]);
                goto unlock;
        default:
-@@ -2504,7 +2504,7 @@ static int cm_mra_handler(struct cm_work
+@@ -2521,7 +2521,7 @@ static int cm_mra_handler(struct cm_work
                    ib_modify_mad(cm_id_priv->av.port->mad_agent,
                                  cm_id_priv->msg, timeout)) {
                        if (cm_id_priv->id.lap_state == IB_CM_MRA_LAP_RCVD)
@@ -28164,7 +25506,7 @@ diff -urNp linux-2.6.38.6/drivers/infiniband/core/cm.c linux-2.6.38.6/drivers/in
                                                counter_group[CM_RECV_DUPLICATES].
                                                counter[CM_MRA_COUNTER]);
                        goto out;
-@@ -2513,7 +2513,7 @@ static int cm_mra_handler(struct cm_work
+@@ -2530,7 +2530,7 @@ static int cm_mra_handler(struct cm_work
                break;
        case IB_CM_MRA_REQ_RCVD:
        case IB_CM_MRA_REP_RCVD:
@@ -28173,7 +25515,7 @@ diff -urNp linux-2.6.38.6/drivers/infiniband/core/cm.c linux-2.6.38.6/drivers/in
                                counter[CM_MRA_COUNTER]);
                /* fall through */
        default:
-@@ -2675,7 +2675,7 @@ static int cm_lap_handler(struct cm_work
+@@ -2692,7 +2692,7 @@ static int cm_lap_handler(struct cm_work
        case IB_CM_LAP_IDLE:
                break;
        case IB_CM_MRA_LAP_SENT:
@@ -28182,7 +25524,7 @@ diff -urNp linux-2.6.38.6/drivers/infiniband/core/cm.c linux-2.6.38.6/drivers/in
                                counter[CM_LAP_COUNTER]);
                if (cm_alloc_response_msg(work->port, work->mad_recv_wc, &msg))
                        goto unlock;
-@@ -2691,7 +2691,7 @@ static int cm_lap_handler(struct cm_work
+@@ -2708,7 +2708,7 @@ static int cm_lap_handler(struct cm_work
                        cm_free_msg(msg);
                goto deref;
        case IB_CM_LAP_RCVD:
@@ -28191,7 +25533,7 @@ diff -urNp linux-2.6.38.6/drivers/infiniband/core/cm.c linux-2.6.38.6/drivers/in
                                counter[CM_LAP_COUNTER]);
                goto unlock;
        default:
-@@ -2975,7 +2975,7 @@ static int cm_sidr_req_handler(struct cm
+@@ -2992,7 +2992,7 @@ static int cm_sidr_req_handler(struct cm
        cur_cm_id_priv = cm_insert_remote_sidr(cm_id_priv);
        if (cur_cm_id_priv) {
                spin_unlock_irq(&cm.lock);
@@ -28200,7 +25542,7 @@ diff -urNp linux-2.6.38.6/drivers/infiniband/core/cm.c linux-2.6.38.6/drivers/in
                                counter[CM_SIDR_REQ_COUNTER]);
                goto out; /* Duplicate message. */
        }
-@@ -3187,10 +3187,10 @@ static void cm_send_handler(struct ib_ma
+@@ -3204,10 +3204,10 @@ static void cm_send_handler(struct ib_ma
        if (!msg->context[0] && (attr_index != CM_REJ_COUNTER))
                msg->retries = 1;
  
@@ -28213,7 +25555,7 @@ diff -urNp linux-2.6.38.6/drivers/infiniband/core/cm.c linux-2.6.38.6/drivers/in
                                &port->counter_group[CM_XMIT_RETRIES].
                                counter[attr_index]);
  
-@@ -3400,7 +3400,7 @@ static void cm_recv_handler(struct ib_ma
+@@ -3417,7 +3417,7 @@ static void cm_recv_handler(struct ib_ma
        }
  
        attr_id = be16_to_cpu(mad_recv_wc->recv_buf.mad->mad_hdr.attr_id);
@@ -28222,7 +25564,7 @@ diff -urNp linux-2.6.38.6/drivers/infiniband/core/cm.c linux-2.6.38.6/drivers/in
                        counter[attr_id - CM_ATTR_ID_OFFSET]);
  
        work = kmalloc(sizeof *work + sizeof(struct ib_sa_path_rec) * paths,
-@@ -3598,7 +3598,7 @@ static ssize_t cm_show_counter(struct ko
+@@ -3615,7 +3615,7 @@ static ssize_t cm_show_counter(struct ko
        cm_attr = container_of(attr, struct cm_counter_attribute, attr);
  
        return sprintf(buf, "%ld\n",
@@ -28231,9 +25573,9 @@ diff -urNp linux-2.6.38.6/drivers/infiniband/core/cm.c linux-2.6.38.6/drivers/in
  }
  
  static const struct sysfs_ops cm_counter_ops = {
-diff -urNp linux-2.6.38.6/drivers/infiniband/core/fmr_pool.c linux-2.6.38.6/drivers/infiniband/core/fmr_pool.c
---- linux-2.6.38.6/drivers/infiniband/core/fmr_pool.c  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/infiniband/core/fmr_pool.c  2011-04-28 19:57:25.000000000 -0400
+diff -urNp linux-3.0.3/drivers/infiniband/core/fmr_pool.c linux-3.0.3/drivers/infiniband/core/fmr_pool.c
+--- linux-3.0.3/drivers/infiniband/core/fmr_pool.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -28301,9 +25643,9 @@ diff -urNp linux-2.6.38.6/drivers/infiniband/core/fmr_pool.c linux-2.6.38.6/driv
                                wake_up_process(pool->thread);
                        }
                }
-diff -urNp linux-2.6.38.6/drivers/infiniband/hw/cxgb4/mem.c linux-2.6.38.6/drivers/infiniband/hw/cxgb4/mem.c
---- linux-2.6.38.6/drivers/infiniband/hw/cxgb4/mem.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/infiniband/hw/cxgb4/mem.c   2011-04-28 19:57:25.000000000 -0400
+diff -urNp linux-3.0.3/drivers/infiniband/hw/cxgb4/mem.c linux-3.0.3/drivers/infiniband/hw/cxgb4/mem.c
+--- linux-3.0.3/drivers/infiniband/hw/cxgb4/mem.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -28322,9 +25664,9 @@ diff -urNp linux-2.6.38.6/drivers/infiniband/hw/cxgb4/mem.c linux-2.6.38.6/drive
        }
        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.38.6/drivers/infiniband/hw/ipath/ipath_fs.c linux-2.6.38.6/drivers/infiniband/hw/ipath/ipath_fs.c
---- linux-2.6.38.6/drivers/infiniband/hw/ipath/ipath_fs.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/infiniband/hw/ipath/ipath_fs.c      2011-05-16 21:47:08.000000000 -0400
+diff -urNp linux-3.0.3/drivers/infiniband/hw/ipath/ipath_fs.c linux-3.0.3/drivers/infiniband/hw/ipath/ipath_fs.c
+--- linux-3.0.3/drivers/infiniband/hw/ipath/ipath_fs.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -28334,9 +25676,9 @@ diff -urNp linux-2.6.38.6/drivers/infiniband/hw/ipath/ipath_fs.c linux-2.6.38.6/
        dd = file->f_path.dentry->d_inode->i_private;
        dd->ipath_f_read_counters(dd, &counters);
  
-diff -urNp linux-2.6.38.6/drivers/infiniband/hw/ipath/ipath_rc.c linux-2.6.38.6/drivers/infiniband/hw/ipath/ipath_rc.c
---- linux-2.6.38.6/drivers/infiniband/hw/ipath/ipath_rc.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/infiniband/hw/ipath/ipath_rc.c      2011-05-11 18:35:16.000000000 -0400
+diff -urNp linux-3.0.3/drivers/infiniband/hw/ipath/ipath_rc.c linux-3.0.3/drivers/infiniband/hw/ipath/ipath_rc.c
+--- linux-3.0.3/drivers/infiniband/hw/ipath/ipath_rc.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -28360,9 +25702,9 @@ diff -urNp linux-2.6.38.6/drivers/infiniband/hw/ipath/ipath_rc.c linux-2.6.38.6/
                        (u64) cmpxchg((u64 *) qp->r_sge.sge.vaddr,
                                      be64_to_cpu(ateth->compare_data),
                                      sdata);
-diff -urNp linux-2.6.38.6/drivers/infiniband/hw/ipath/ipath_ruc.c linux-2.6.38.6/drivers/infiniband/hw/ipath/ipath_ruc.c
---- linux-2.6.38.6/drivers/infiniband/hw/ipath/ipath_ruc.c     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/infiniband/hw/ipath/ipath_ruc.c     2011-05-11 18:35:16.000000000 -0400
+diff -urNp linux-3.0.3/drivers/infiniband/hw/ipath/ipath_ruc.c linux-3.0.3/drivers/infiniband/hw/ipath/ipath_ruc.c
+--- linux-3.0.3/drivers/infiniband/hw/ipath/ipath_ruc.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -28386,9 +25728,9 @@ diff -urNp linux-2.6.38.6/drivers/infiniband/hw/ipath/ipath_ruc.c linux-2.6.38.6
                        (u64) cmpxchg((u64 *) qp->r_sge.sge.vaddr,
                                      sdata, wqe->wr.wr.atomic.swap);
                goto send_comp;
-diff -urNp linux-2.6.38.6/drivers/infiniband/hw/nes/nes.c linux-2.6.38.6/drivers/infiniband/hw/nes/nes.c
---- linux-2.6.38.6/drivers/infiniband/hw/nes/nes.c     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/infiniband/hw/nes/nes.c     2011-04-28 19:57:25.000000000 -0400
+diff -urNp linux-3.0.3/drivers/infiniband/hw/nes/nes.c linux-3.0.3/drivers/infiniband/hw/nes/nes.c
+--- linux-3.0.3/drivers/infiniband/hw/nes/nes.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);
@@ -28398,7 +25740,7 @@ diff -urNp linux-2.6.38.6/drivers/infiniband/hw/nes/nes.c linux-2.6.38.6/drivers
  
  static unsigned int ee_flsh_adapter;
  static unsigned int sysfs_nonidx_addr;
-@@ -274,7 +274,7 @@ static void nes_cqp_rem_ref_callback(str
+@@ -275,7 +275,7 @@ static void nes_cqp_rem_ref_callback(str
        struct nes_qp *nesqp = cqp_request->cqp_callback_pointer;
        struct nes_adapter *nesadapter = nesdev->nesadapter;
  
@@ -28407,9 +25749,9 @@ diff -urNp linux-2.6.38.6/drivers/infiniband/hw/nes/nes.c linux-2.6.38.6/drivers
  
        /* Free the control structures */
  
-diff -urNp linux-2.6.38.6/drivers/infiniband/hw/nes/nes_cm.c linux-2.6.38.6/drivers/infiniband/hw/nes/nes_cm.c
---- linux-2.6.38.6/drivers/infiniband/hw/nes/nes_cm.c  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/infiniband/hw/nes/nes_cm.c  2011-04-28 19:57:25.000000000 -0400
+diff -urNp linux-3.0.3/drivers/infiniband/hw/nes/nes_cm.c linux-3.0.3/drivers/infiniband/hw/nes/nes_cm.c
+--- linux-3.0.3/drivers/infiniband/hw/nes/nes_cm.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -28462,7 +25804,7 @@ diff -urNp linux-2.6.38.6/drivers/infiniband/hw/nes/nes_cm.c linux-2.6.38.6/driv
        } else {
                spin_unlock_irqrestore(&cm_core->listen_list_lock, flags);
        }
-@@ -1242,7 +1242,7 @@ static struct nes_cm_node *make_cm_node(
+@@ -1240,7 +1240,7 @@ static struct nes_cm_node *make_cm_node(
                  cm_node->rem_mac);
  
        add_hte_node(cm_core, cm_node);
@@ -28471,7 +25813,7 @@ diff -urNp linux-2.6.38.6/drivers/infiniband/hw/nes/nes_cm.c linux-2.6.38.6/driv
  
        return cm_node;
  }
-@@ -1300,7 +1300,7 @@ static int rem_ref_cm_node(struct nes_cm
+@@ -1298,7 +1298,7 @@ static int rem_ref_cm_node(struct nes_cm
        }
  
        atomic_dec(&cm_core->node_cnt);
@@ -28480,7 +25822,7 @@ diff -urNp linux-2.6.38.6/drivers/infiniband/hw/nes/nes_cm.c linux-2.6.38.6/driv
        nesqp = cm_node->nesqp;
        if (nesqp) {
                nesqp->cm_node = NULL;
-@@ -1367,7 +1367,7 @@ static int process_options(struct nes_cm
+@@ -1365,7 +1365,7 @@ static int process_options(struct nes_cm
  
  static void drop_packet(struct sk_buff *skb)
  {
@@ -28489,7 +25831,7 @@ diff -urNp linux-2.6.38.6/drivers/infiniband/hw/nes/nes_cm.c linux-2.6.38.6/driv
        dev_kfree_skb_any(skb);
  }
  
-@@ -1430,7 +1430,7 @@ static void handle_rst_pkt(struct nes_cm
+@@ -1428,7 +1428,7 @@ static void handle_rst_pkt(struct nes_cm
  {
  
        int     reset = 0;      /* whether to send reset in case of err.. */
@@ -28498,7 +25840,7 @@ diff -urNp linux-2.6.38.6/drivers/infiniband/hw/nes/nes_cm.c linux-2.6.38.6/driv
        nes_debug(NES_DBG_CM, "Received Reset, cm_node = %p, state = %u."
                        " refcnt=%d\n", cm_node, cm_node->state,
                        atomic_read(&cm_node->ref_count));
-@@ -2059,7 +2059,7 @@ static struct nes_cm_node *mini_cm_conne
+@@ -2057,7 +2057,7 @@ static struct nes_cm_node *mini_cm_conne
                                rem_ref_cm_node(cm_node->cm_core, cm_node);
                                return NULL;
                        }
@@ -28507,7 +25849,7 @@ diff -urNp linux-2.6.38.6/drivers/infiniband/hw/nes/nes_cm.c linux-2.6.38.6/driv
                        loopbackremotenode->loopbackpartner = cm_node;
                        loopbackremotenode->tcp_cntxt.rcv_wscale =
                                NES_CM_DEFAULT_RCV_WND_SCALE;
-@@ -2334,7 +2334,7 @@ static int mini_cm_recv_pkt(struct nes_c
+@@ -2332,7 +2332,7 @@ static int mini_cm_recv_pkt(struct nes_c
                        add_ref_cm_node(cm_node);
                } else if (cm_node->state == NES_CM_STATE_TSA) {
                        rem_ref_cm_node(cm_core, cm_node);
@@ -28516,7 +25858,7 @@ diff -urNp linux-2.6.38.6/drivers/infiniband/hw/nes/nes_cm.c linux-2.6.38.6/driv
                        dev_kfree_skb_any(skb);
                        break;
                }
-@@ -2640,7 +2640,7 @@ static int nes_cm_disconn_true(struct ne
+@@ -2638,7 +2638,7 @@ static int nes_cm_disconn_true(struct ne
  
        if ((cm_id) && (cm_id->event_handler)) {
                if (issue_disconn) {
@@ -28525,7 +25867,7 @@ diff -urNp linux-2.6.38.6/drivers/infiniband/hw/nes/nes_cm.c linux-2.6.38.6/driv
                        cm_event.event = IW_CM_EVENT_DISCONNECT;
                        cm_event.status = disconn_status;
                        cm_event.local_addr = cm_id->local_addr;
-@@ -2662,7 +2662,7 @@ static int nes_cm_disconn_true(struct ne
+@@ -2660,7 +2660,7 @@ static int nes_cm_disconn_true(struct ne
                }
  
                if (issue_close) {
@@ -28534,7 +25876,7 @@ diff -urNp linux-2.6.38.6/drivers/infiniband/hw/nes/nes_cm.c linux-2.6.38.6/driv
                        nes_disconnect(nesqp, 1);
  
                        cm_id->provider_data = nesqp;
-@@ -2793,7 +2793,7 @@ int nes_accept(struct iw_cm_id *cm_id, s
+@@ -2791,7 +2791,7 @@ int nes_accept(struct iw_cm_id *cm_id, s
  
        nes_debug(NES_DBG_CM, "QP%u, cm_node=%p, jiffies = %lu listener = %p\n",
                nesqp->hwqp.qp_id, cm_node, jiffies, cm_node->listener);
@@ -28543,7 +25885,7 @@ diff -urNp linux-2.6.38.6/drivers/infiniband/hw/nes/nes_cm.c linux-2.6.38.6/driv
  
        nes_debug(NES_DBG_CM, "netdev refcnt = %u.\n",
                        netdev_refcnt_read(nesvnic->netdev));
-@@ -3003,7 +3003,7 @@ int nes_reject(struct iw_cm_id *cm_id, c
+@@ -3001,7 +3001,7 @@ int nes_reject(struct iw_cm_id *cm_id, c
  
        struct nes_cm_core *cm_core;
  
@@ -28552,7 +25894,7 @@ diff -urNp linux-2.6.38.6/drivers/infiniband/hw/nes/nes_cm.c linux-2.6.38.6/driv
        cm_node = (struct nes_cm_node *) cm_id->provider_data;
        loopback = cm_node->loopbackpartner;
        cm_core = cm_node->cm_core;
-@@ -3069,7 +3069,7 @@ int nes_connect(struct iw_cm_id *cm_id, 
+@@ -3067,7 +3067,7 @@ int nes_connect(struct iw_cm_id *cm_id, 
                ntohl(cm_id->local_addr.sin_addr.s_addr),
                ntohs(cm_id->local_addr.sin_port));
  
@@ -28561,7 +25903,7 @@ diff -urNp linux-2.6.38.6/drivers/infiniband/hw/nes/nes_cm.c linux-2.6.38.6/driv
        nesqp->active_conn = 1;
  
        /* cache the cm_id in the qp */
-@@ -3175,7 +3175,7 @@ int nes_create_listen(struct iw_cm_id *c
+@@ -3173,7 +3173,7 @@ int nes_create_listen(struct iw_cm_id *c
                        g_cm_core->api->stop_listener(g_cm_core, (void *)cm_node);
                        return err;
                }
@@ -28570,7 +25912,7 @@ diff -urNp linux-2.6.38.6/drivers/infiniband/hw/nes/nes_cm.c linux-2.6.38.6/driv
        }
  
        cm_id->add_ref(cm_id);
-@@ -3280,7 +3280,7 @@ static void cm_event_connected(struct ne
+@@ -3278,7 +3278,7 @@ static void cm_event_connected(struct ne
        if (nesqp->destroyed) {
                return;
        }
@@ -28579,16 +25921,16 @@ diff -urNp linux-2.6.38.6/drivers/infiniband/hw/nes/nes_cm.c linux-2.6.38.6/driv
        nes_debug(NES_DBG_CM, "QP%u attempting to connect to  0x%08X:0x%04X on"
                        " local port 0x%04X. jiffies = %lu.\n",
                        nesqp->hwqp.qp_id,
-@@ -3495,7 +3495,7 @@ static void cm_event_reset(struct nes_cm
+@@ -3493,7 +3493,7 @@ static void cm_event_reset(struct nes_cm
  
        cm_id->add_ref(cm_id);
        ret = cm_id->event_handler(cm_id, &cm_event);
 -      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;
-@@ -3531,7 +3531,7 @@ static void cm_event_mpa_req(struct nes_
+@@ -3529,7 +3529,7 @@ static void cm_event_mpa_req(struct nes_
                return;
        cm_id = cm_node->cm_id;
  
@@ -28597,7 +25939,7 @@ diff -urNp linux-2.6.38.6/drivers/infiniband/hw/nes/nes_cm.c linux-2.6.38.6/driv
        nes_debug(NES_DBG_CM, "cm_node = %p - cm_id = %p, jiffies = %lu\n",
                        cm_node, cm_id, jiffies);
  
-@@ -3569,7 +3569,7 @@ static void cm_event_mpa_reject(struct n
+@@ -3567,7 +3567,7 @@ static void cm_event_mpa_reject(struct n
                return;
        cm_id = cm_node->cm_id;
  
@@ -28606,9 +25948,9 @@ diff -urNp linux-2.6.38.6/drivers/infiniband/hw/nes/nes_cm.c linux-2.6.38.6/driv
        nes_debug(NES_DBG_CM, "cm_node = %p - cm_id = %p, jiffies = %lu\n",
                        cm_node, cm_id, jiffies);
  
-diff -urNp linux-2.6.38.6/drivers/infiniband/hw/nes/nes.h linux-2.6.38.6/drivers/infiniband/hw/nes/nes.h
---- linux-2.6.38.6/drivers/infiniband/hw/nes/nes.h     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/infiniband/hw/nes/nes.h     2011-04-28 19:57:25.000000000 -0400
+diff -urNp linux-3.0.3/drivers/infiniband/hw/nes/nes.h linux-3.0.3/drivers/infiniband/hw/nes/nes.h
+--- linux-3.0.3/drivers/infiniband/hw/nes/nes.h        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -28660,10 +26002,10 @@ diff -urNp linux-2.6.38.6/drivers/infiniband/hw/nes/nes.h linux-2.6.38.6/drivers
  
  extern u32 int_mod_timer_init;
  extern u32 int_mod_cq_depth_256;
-diff -urNp linux-2.6.38.6/drivers/infiniband/hw/nes/nes_nic.c linux-2.6.38.6/drivers/infiniband/hw/nes/nes_nic.c
---- linux-2.6.38.6/drivers/infiniband/hw/nes/nes_nic.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/infiniband/hw/nes/nes_nic.c 2011-04-28 19:57:25.000000000 -0400
-@@ -1302,31 +1302,31 @@ static void nes_netdev_get_ethtool_stats
+diff -urNp linux-3.0.3/drivers/infiniband/hw/nes/nes_nic.c linux-3.0.3/drivers/infiniband/hw/nes/nes_nic.c
+--- linux-3.0.3/drivers/infiniband/hw/nes/nes_nic.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -28713,9 +26055,9 @@ diff -urNp linux-2.6.38.6/drivers/infiniband/hw/nes/nes_nic.c linux-2.6.38.6/dri
        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.38.6/drivers/infiniband/hw/nes/nes_verbs.c linux-2.6.38.6/drivers/infiniband/hw/nes/nes_verbs.c
---- linux-2.6.38.6/drivers/infiniband/hw/nes/nes_verbs.c       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/infiniband/hw/nes/nes_verbs.c       2011-04-28 19:57:25.000000000 -0400
+diff -urNp linux-3.0.3/drivers/infiniband/hw/nes/nes_verbs.c linux-3.0.3/drivers/infiniband/hw/nes/nes_verbs.c
+--- linux-3.0.3/drivers/infiniband/hw/nes/nes_verbs.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/drivers/infiniband/hw/nes/nes_verbs.c  2011-08-23 21:47:55.000000000 -0400
 @@ -46,9 +46,9 @@
  
  #include <rdma/ib_umem.h>
@@ -28747,9 +26089,9 @@ diff -urNp linux-2.6.38.6/drivers/infiniband/hw/nes/nes_verbs.c linux-2.6.38.6/d
        nesqp->destroyed = 1;
  
        /* Blow away the connection if it exists. */
-diff -urNp linux-2.6.38.6/drivers/infiniband/hw/qib/qib.h linux-2.6.38.6/drivers/infiniband/hw/qib/qib.h
---- linux-2.6.38.6/drivers/infiniband/hw/qib/qib.h     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/infiniband/hw/qib/qib.h     2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/drivers/infiniband/hw/qib/qib.h linux-3.0.3/drivers/infiniband/hw/qib/qib.h
+--- linux-3.0.3/drivers/infiniband/hw/qib/qib.h        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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>
@@ -28758,9 +26100,9 @@ diff -urNp linux-2.6.38.6/drivers/infiniband/hw/qib/qib.h linux-2.6.38.6/drivers
  
  #include "qib_common.h"
  #include "qib_verbs.h"
-diff -urNp linux-2.6.38.6/drivers/input/gameport/gameport.c linux-2.6.38.6/drivers/input/gameport/gameport.c
---- linux-2.6.38.6/drivers/input/gameport/gameport.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/input/gameport/gameport.c   2011-04-28 19:57:25.000000000 -0400
+diff -urNp linux-3.0.3/drivers/input/gameport/gameport.c linux-3.0.3/drivers/input/gameport/gameport.c
+--- linux-3.0.3/drivers/input/gameport/gameport.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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)
@@ -28778,10 +26120,10 @@ diff -urNp linux-2.6.38.6/drivers/input/gameport/gameport.c linux-2.6.38.6/drive
        gameport->dev.bus = &gameport_bus;
        gameport->dev.release = gameport_release_port;
        if (gameport->parent)
-diff -urNp linux-2.6.38.6/drivers/input/input.c linux-2.6.38.6/drivers/input/input.c
---- linux-2.6.38.6/drivers/input/input.c       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/input/input.c       2011-04-28 19:57:25.000000000 -0400
-@@ -1820,7 +1820,7 @@ static void input_cleanse_bitmasks(struc
+diff -urNp linux-3.0.3/drivers/input/input.c linux-3.0.3/drivers/input/input.c
+--- linux-3.0.3/drivers/input/input.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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)
  {
@@ -28790,8 +26132,8 @@ diff -urNp linux-2.6.38.6/drivers/input/input.c linux-2.6.38.6/drivers/input/inp
        struct input_handler *handler;
        const char *path;
        int error;
-@@ -1853,7 +1853,7 @@ int input_register_device(struct input_d
-               dev->setkeycode_new = input_default_setkeycode;
+@@ -1851,7 +1851,7 @@ int input_register_device(struct input_d
+               dev->setkeycode = input_default_setkeycode;
  
        dev_set_name(&dev->dev, "input%ld",
 -                   (unsigned long) atomic_inc_return(&input_no) - 1);
@@ -28799,10 +26141,18 @@ diff -urNp linux-2.6.38.6/drivers/input/input.c linux-2.6.38.6/drivers/input/inp
  
        error = device_add(&dev->dev);
        if (error)
-diff -urNp linux-2.6.38.6/drivers/input/joystick/sidewinder.c linux-2.6.38.6/drivers/input/joystick/sidewinder.c
---- linux-2.6.38.6/drivers/input/joystick/sidewinder.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/input/joystick/sidewinder.c 2011-05-16 21:47:08.000000000 -0400
-@@ -428,6 +428,8 @@ static int sw_read(struct sw *sw)
+diff -urNp linux-3.0.3/drivers/input/joystick/sidewinder.c linux-3.0.3/drivers/input/joystick/sidewinder.c
+--- linux-3.0.3/drivers/input/joystick/sidewinder.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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>
+ #include <linux/slab.h>
++#include <linux/sched.h>
+ #include <linux/init.h>
+ #include <linux/input.h>
+ #include <linux/gameport.h>
+@@ -428,6 +429,8 @@ static int sw_read(struct sw *sw)
        unsigned char buf[SW_LENGTH];
        int i;
  
@@ -28811,9 +26161,9 @@ diff -urNp linux-2.6.38.6/drivers/input/joystick/sidewinder.c linux-2.6.38.6/dri
        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.38.6/drivers/input/joystick/xpad.c linux-2.6.38.6/drivers/input/joystick/xpad.c
---- linux-2.6.38.6/drivers/input/joystick/xpad.c       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/input/joystick/xpad.c       2011-04-28 19:57:25.000000000 -0400
+diff -urNp linux-3.0.3/drivers/input/joystick/xpad.c linux-3.0.3/drivers/input/joystick/xpad.c
+--- linux-3.0.3/drivers/input/joystick/xpad.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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)
@@ -28832,10 +26182,10 @@ diff -urNp linux-2.6.38.6/drivers/input/joystick/xpad.c linux-2.6.38.6/drivers/i
  
        snprintf(led->name, sizeof(led->name), "xpad%ld", led_no);
        led->xpad = xpad;
-diff -urNp linux-2.6.38.6/drivers/input/mousedev.c linux-2.6.38.6/drivers/input/mousedev.c
---- linux-2.6.38.6/drivers/input/mousedev.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/input/mousedev.c    2011-04-28 19:34:15.000000000 -0400
-@@ -764,7 +764,7 @@ static ssize_t mousedev_read(struct file
+diff -urNp linux-3.0.3/drivers/input/mousedev.c linux-3.0.3/drivers/input/mousedev.c
+--- linux-3.0.3/drivers/input/mousedev.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);
  
@@ -28844,9 +26194,9 @@ diff -urNp linux-2.6.38.6/drivers/input/mousedev.c linux-2.6.38.6/drivers/input/
                return -EFAULT;
  
        return count;
-diff -urNp linux-2.6.38.6/drivers/input/serio/serio.c linux-2.6.38.6/drivers/input/serio/serio.c
---- linux-2.6.38.6/drivers/input/serio/serio.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/input/serio/serio.c 2011-04-28 19:57:25.000000000 -0400
+diff -urNp linux-3.0.3/drivers/input/serio/serio.c linux-3.0.3/drivers/input/serio/serio.c
+--- linux-3.0.3/drivers/input/serio/serio.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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)
@@ -28865,10 +26215,10 @@ diff -urNp linux-2.6.38.6/drivers/input/serio/serio.c linux-2.6.38.6/drivers/inp
        serio->dev.bus = &serio_bus;
        serio->dev.release = serio_release_port;
        serio->dev.groups = serio_device_attr_groups;
-diff -urNp linux-2.6.38.6/drivers/isdn/capi/capi.c linux-2.6.38.6/drivers/isdn/capi/capi.c
---- linux-2.6.38.6/drivers/isdn/capi/capi.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/isdn/capi/capi.c    2011-04-28 19:57:25.000000000 -0400
-@@ -89,8 +89,8 @@ struct capiminor {
+diff -urNp linux-3.0.3/drivers/isdn/capi/capi.c linux-3.0.3/drivers/isdn/capi/capi.c
+--- linux-3.0.3/drivers/isdn/capi/capi.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -28879,7 +26229,7 @@ diff -urNp linux-2.6.38.6/drivers/isdn/capi/capi.c linux-2.6.38.6/drivers/isdn/c
  
        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);
@@ -28888,7 +26238,7 @@ diff -urNp linux-2.6.38.6/drivers/isdn/capi/capi.c linux-2.6.38.6/drivers/isdn/c
                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);
  
@@ -28905,9 +26255,9 @@ diff -urNp linux-2.6.38.6/drivers/isdn/capi/capi.c linux-2.6.38.6/drivers/isdn/c
                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.38.6/drivers/isdn/gigaset/common.c linux-2.6.38.6/drivers/isdn/gigaset/common.c
---- linux-2.6.38.6/drivers/isdn/gigaset/common.c       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/isdn/gigaset/common.c       2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/drivers/isdn/gigaset/common.c linux-3.0.3/drivers/isdn/gigaset/common.c
+--- linux-3.0.3/drivers/isdn/gigaset/common.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -28917,9 +26267,9 @@ diff -urNp linux-2.6.38.6/drivers/isdn/gigaset/common.c linux-2.6.38.6/drivers/i
        cs->dev = NULL;
        cs->tty = NULL;
        cs->tty_dev = NULL;
-diff -urNp linux-2.6.38.6/drivers/isdn/gigaset/gigaset.h linux-2.6.38.6/drivers/isdn/gigaset/gigaset.h
---- linux-2.6.38.6/drivers/isdn/gigaset/gigaset.h      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/isdn/gigaset/gigaset.h      2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/drivers/isdn/gigaset/gigaset.h linux-3.0.3/drivers/isdn/gigaset/gigaset.h
+--- linux-3.0.3/drivers/isdn/gigaset/gigaset.h 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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>
@@ -28937,11 +26287,11 @@ diff -urNp linux-2.6.38.6/drivers/isdn/gigaset/gigaset.h linux-2.6.38.6/drivers/
        struct tty_struct *tty;
        struct tasklet_struct if_wake_tasklet;
        unsigned control_state;
-diff -urNp linux-2.6.38.6/drivers/isdn/gigaset/interface.c linux-2.6.38.6/drivers/isdn/gigaset/interface.c
---- linux-2.6.38.6/drivers/isdn/gigaset/interface.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/isdn/gigaset/interface.c    2011-04-28 19:34:15.000000000 -0400
-@@ -160,9 +160,7 @@ static int if_open(struct tty_struct *tt
-               return -ERESTARTSYS;
+diff -urNp linux-3.0.3/drivers/isdn/gigaset/interface.c linux-3.0.3/drivers/isdn/gigaset/interface.c
+--- linux-3.0.3/drivers/isdn/gigaset/interface.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -28951,7 +26301,7 @@ diff -urNp linux-2.6.38.6/drivers/isdn/gigaset/interface.c linux-2.6.38.6/driver
                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 */
@@ -28964,7 +26314,7 @@ diff -urNp linux-2.6.38.6/drivers/isdn/gigaset/interface.c linux-2.6.38.6/driver
                        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;
@@ -28973,7 +26323,7 @@ diff -urNp linux-2.6.38.6/drivers/isdn/gigaset/interface.c linux-2.6.38.6/driver
                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;
        }
@@ -28982,7 +26332,7 @@ diff -urNp linux-2.6.38.6/drivers/isdn/gigaset/interface.c linux-2.6.38.6/driver
                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;
@@ -28991,7 +26341,7 @@ diff -urNp linux-2.6.38.6/drivers/isdn/gigaset/interface.c linux-2.6.38.6/driver
                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");
@@ -29000,7 +26350,7 @@ diff -urNp linux-2.6.38.6/drivers/isdn/gigaset/interface.c linux-2.6.38.6/driver
                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 */
@@ -29009,7 +26359,7 @@ diff -urNp linux-2.6.38.6/drivers/isdn/gigaset/interface.c linux-2.6.38.6/driver
                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 */
@@ -29018,7 +26368,7 @@ diff -urNp linux-2.6.38.6/drivers/isdn/gigaset/interface.c linux-2.6.38.6/driver
                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;
        }
  
@@ -29027,9 +26377,9 @@ diff -urNp linux-2.6.38.6/drivers/isdn/gigaset/interface.c linux-2.6.38.6/driver
                dev_warn(cs->dev, "%s: device not opened\n", __func__);
                goto out;
        }
-diff -urNp linux-2.6.38.6/drivers/isdn/hardware/avm/b1.c linux-2.6.38.6/drivers/isdn/hardware/avm/b1.c
---- linux-2.6.38.6/drivers/isdn/hardware/avm/b1.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/isdn/hardware/avm/b1.c      2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/drivers/isdn/hardware/avm/b1.c linux-3.0.3/drivers/isdn/hardware/avm/b1.c
+--- linux-3.0.3/drivers/isdn/hardware/avm/b1.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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) {
@@ -29048,9 +26398,9 @@ diff -urNp linux-2.6.38.6/drivers/isdn/hardware/avm/b1.c linux-2.6.38.6/drivers/
                                return -EFAULT;
                } else {
                        memcpy(buf, dp, left);
-diff -urNp linux-2.6.38.6/drivers/isdn/hardware/eicon/capidtmf.c linux-2.6.38.6/drivers/isdn/hardware/eicon/capidtmf.c
---- linux-2.6.38.6/drivers/isdn/hardware/eicon/capidtmf.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/isdn/hardware/eicon/capidtmf.c      2011-05-16 21:47:08.000000000 -0400
+diff -urNp linux-3.0.3/drivers/isdn/hardware/eicon/capidtmf.c linux-3.0.3/drivers/isdn/hardware/eicon/capidtmf.c
+--- linux-3.0.3/drivers/isdn/hardware/eicon/capidtmf.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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];
@@ -29059,9 +26409,9 @@ diff -urNp linux-2.6.38.6/drivers/isdn/hardware/eicon/capidtmf.c linux-2.6.38.6/
  
    if (p_state->recv.state & CAPIDTMF_RECV_STATE_DTMF_ACTIVE)
    {
-diff -urNp linux-2.6.38.6/drivers/isdn/hardware/eicon/capifunc.c linux-2.6.38.6/drivers/isdn/hardware/eicon/capifunc.c
---- linux-2.6.38.6/drivers/isdn/hardware/eicon/capifunc.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/isdn/hardware/eicon/capifunc.c      2011-05-16 21:47:08.000000000 -0400
+diff -urNp linux-3.0.3/drivers/isdn/hardware/eicon/capifunc.c linux-3.0.3/drivers/isdn/hardware/eicon/capifunc.c
+--- linux-3.0.3/drivers/isdn/hardware/eicon/capifunc.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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];
@@ -29071,9 +26421,9 @@ diff -urNp linux-2.6.38.6/drivers/isdn/hardware/eicon/capifunc.c linux-2.6.38.6/
        DIVA_DIDD_Read(DIDD_Table, sizeof(DIDD_Table));
  
        for (x = 0; x < MAX_DESCRIPTORS; x++) {
-diff -urNp linux-2.6.38.6/drivers/isdn/hardware/eicon/diddfunc.c linux-2.6.38.6/drivers/isdn/hardware/eicon/diddfunc.c
---- linux-2.6.38.6/drivers/isdn/hardware/eicon/diddfunc.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/isdn/hardware/eicon/diddfunc.c      2011-05-16 21:47:08.000000000 -0400
+diff -urNp linux-3.0.3/drivers/isdn/hardware/eicon/diddfunc.c linux-3.0.3/drivers/isdn/hardware/eicon/diddfunc.c
+--- linux-3.0.3/drivers/isdn/hardware/eicon/diddfunc.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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];
@@ -29083,10 +26433,10 @@ diff -urNp linux-2.6.38.6/drivers/isdn/hardware/eicon/diddfunc.c linux-2.6.38.6/
        DIVA_DIDD_Read(DIDD_Table, sizeof(DIDD_Table));
  
        for (x = 0; x < MAX_DESCRIPTORS; x++) {
-diff -urNp linux-2.6.38.6/drivers/isdn/hardware/eicon/divasfunc.c linux-2.6.38.6/drivers/isdn/hardware/eicon/divasfunc.c
---- linux-2.6.38.6/drivers/isdn/hardware/eicon/divasfunc.c     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/isdn/hardware/eicon/divasfunc.c     2011-05-16 21:47:08.000000000 -0400
-@@ -161,6 +161,8 @@ static int DIVA_INIT_FUNCTION connect_di
+diff -urNp linux-3.0.3/drivers/isdn/hardware/eicon/divasfunc.c linux-3.0.3/drivers/isdn/hardware/eicon/divasfunc.c
+--- linux-3.0.3/drivers/isdn/hardware/eicon/divasfunc.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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];
  
@@ -29095,9 +26445,21 @@ diff -urNp linux-2.6.38.6/drivers/isdn/hardware/eicon/divasfunc.c linux-2.6.38.6
        DIVA_DIDD_Read(DIDD_Table, sizeof(DIDD_Table));
  
        for (x = 0; x < MAX_DESCRIPTORS; x++) {
-diff -urNp linux-2.6.38.6/drivers/isdn/hardware/eicon/idifunc.c linux-2.6.38.6/drivers/isdn/hardware/eicon/idifunc.c
---- linux-2.6.38.6/drivers/isdn/hardware/eicon/idifunc.c       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/isdn/hardware/eicon/idifunc.c       2011-05-16 21:47:08.000000000 -0400
+diff -urNp linux-3.0.3/drivers/isdn/hardware/eicon/divasync.h linux-3.0.3/drivers/isdn/hardware/eicon/divasync.h
+--- linux-3.0.3/drivers/isdn/hardware/eicon/divasync.h 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.3/drivers/isdn/hardware/eicon/idifunc.c linux-3.0.3/drivers/isdn/hardware/eicon/idifunc.c
+--- linux-3.0.3/drivers/isdn/hardware/eicon/idifunc.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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];
@@ -29107,10 +26469,10 @@ diff -urNp linux-2.6.38.6/drivers/isdn/hardware/eicon/idifunc.c linux-2.6.38.6/d
        DIVA_DIDD_Read(DIDD_Table, sizeof(DIDD_Table));
  
        for (x = 0; x < MAX_DESCRIPTORS; x++) {
-diff -urNp linux-2.6.38.6/drivers/isdn/hardware/eicon/message.c linux-2.6.38.6/drivers/isdn/hardware/eicon/message.c
---- linux-2.6.38.6/drivers/isdn/hardware/eicon/message.c       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/isdn/hardware/eicon/message.c       2011-05-16 21:47:08.000000000 -0400
-@@ -4889,6 +4889,8 @@ static void sig_ind(PLCI *plci)
+diff -urNp linux-3.0.3/drivers/isdn/hardware/eicon/message.c linux-3.0.3/drivers/isdn/hardware/eicon/message.c
+--- linux-3.0.3/drivers/isdn/hardware/eicon/message.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
  
@@ -29119,7 +26481,7 @@ diff -urNp linux-2.6.38.6/drivers/isdn/hardware/eicon/message.c linux-2.6.38.6/d
    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;
  
@@ -29128,7 +26490,7 @@ diff -urNp linux-2.6.38.6/drivers/isdn/hardware/eicon/message.c linux-2.6.38.6/d
  
    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};
  
@@ -29137,7 +26499,7 @@ diff -urNp linux-2.6.38.6/drivers/isdn/hardware/eicon/message.c linux-2.6.38.6/d
    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;
  
@@ -29146,9 +26508,9 @@ diff -urNp linux-2.6.38.6/drivers/isdn/hardware/eicon/message.c linux-2.6.38.6/d
    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.38.6/drivers/isdn/hardware/eicon/mntfunc.c linux-2.6.38.6/drivers/isdn/hardware/eicon/mntfunc.c
---- linux-2.6.38.6/drivers/isdn/hardware/eicon/mntfunc.c       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/isdn/hardware/eicon/mntfunc.c       2011-05-16 21:47:08.000000000 -0400
+diff -urNp linux-3.0.3/drivers/isdn/hardware/eicon/mntfunc.c linux-3.0.3/drivers/isdn/hardware/eicon/mntfunc.c
+--- linux-3.0.3/drivers/isdn/hardware/eicon/mntfunc.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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];
@@ -29158,10 +26520,22 @@ diff -urNp linux-2.6.38.6/drivers/isdn/hardware/eicon/mntfunc.c linux-2.6.38.6/d
        DIVA_DIDD_Read(DIDD_Table, sizeof(DIDD_Table));
  
        for (x = 0; x < MAX_DESCRIPTORS; x++) {
-diff -urNp linux-2.6.38.6/drivers/isdn/i4l/isdn_common.c linux-2.6.38.6/drivers/isdn/i4l/isdn_common.c
---- linux-2.6.38.6/drivers/isdn/i4l/isdn_common.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/isdn/i4l/isdn_common.c      2011-05-16 21:47:08.000000000 -0400
-@@ -1292,6 +1292,8 @@ isdn_ioctl(struct file *file, uint cmd, 
+diff -urNp linux-3.0.3/drivers/isdn/hardware/eicon/xdi_adapter.h linux-3.0.3/drivers/isdn/hardware/eicon/xdi_adapter.h
+--- linux-3.0.3/drivers/isdn/hardware/eicon/xdi_adapter.h      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.3/drivers/isdn/i4l/isdn_common.c linux-3.0.3/drivers/isdn/i4l/isdn_common.c
+--- linux-3.0.3/drivers/isdn/i4l/isdn_common.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
  
@@ -29170,9 +26544,9 @@ diff -urNp linux-2.6.38.6/drivers/isdn/i4l/isdn_common.c linux-2.6.38.6/drivers/
  #define name  iocpar.name
  #define bname iocpar.bname
  #define iocts iocpar.iocts
-diff -urNp linux-2.6.38.6/drivers/isdn/icn/icn.c linux-2.6.38.6/drivers/isdn/icn/icn.c
---- linux-2.6.38.6/drivers/isdn/icn/icn.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/isdn/icn/icn.c      2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/drivers/isdn/icn/icn.c linux-3.0.3/drivers/isdn/icn/icn.c
+--- linux-3.0.3/drivers/isdn/icn/icn.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -29182,9 +26556,9 @@ diff -urNp linux-2.6.38.6/drivers/isdn/icn/icn.c linux-2.6.38.6/drivers/isdn/icn
                                return -EFAULT;
                } else
                        memcpy(msg, buf, count);
-diff -urNp linux-2.6.38.6/drivers/lguest/core.c linux-2.6.38.6/drivers/lguest/core.c
---- linux-2.6.38.6/drivers/lguest/core.c       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/lguest/core.c       2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/drivers/lguest/core.c linux-3.0.3/drivers/lguest/core.c
+--- linux-3.0.3/drivers/lguest/core.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.
@@ -29212,9 +26586,9 @@ diff -urNp linux-2.6.38.6/drivers/lguest/core.c linux-2.6.38.6/drivers/lguest/co
               end_switcher_text - start_switcher_text);
  
        printk(KERN_INFO "lguest: mapped switcher at %p\n",
-diff -urNp linux-2.6.38.6/drivers/lguest/x86/core.c linux-2.6.38.6/drivers/lguest/x86/core.c
---- linux-2.6.38.6/drivers/lguest/x86/core.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/lguest/x86/core.c   2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/drivers/lguest/x86/core.c linux-3.0.3/drivers/lguest/x86/core.c
+--- linux-3.0.3/drivers/lguest/x86/core.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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)
@@ -29256,9 +26630,9 @@ diff -urNp linux-2.6.38.6/drivers/lguest/x86/core.c linux-2.6.38.6/drivers/lgues
        lguest_entry.segment = LGUEST_CS;
  
        /*
-diff -urNp linux-2.6.38.6/drivers/lguest/x86/switcher_32.S linux-2.6.38.6/drivers/lguest/x86/switcher_32.S
---- linux-2.6.38.6/drivers/lguest/x86/switcher_32.S    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/lguest/x86/switcher_32.S    2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/drivers/lguest/x86/switcher_32.S linux-3.0.3/drivers/lguest/x86/switcher_32.S
+--- linux-3.0.3/drivers/lguest/x86/switcher_32.S       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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>
@@ -29317,10 +26691,10 @@ diff -urNp linux-2.6.38.6/drivers/lguest/x86/switcher_32.S linux-2.6.38.6/driver
  
  // Every interrupt can come to us here
  // But we must truly tell each apart.
-diff -urNp linux-2.6.38.6/drivers/md/dm.c linux-2.6.38.6/drivers/md/dm.c
---- linux-2.6.38.6/drivers/md/dm.c     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/md/dm.c     2011-04-28 19:57:25.000000000 -0400
-@@ -162,9 +162,9 @@ struct mapped_device {
+diff -urNp linux-3.0.3/drivers/md/dm.c linux-3.0.3/drivers/md/dm.c
+--- linux-3.0.3/drivers/md/dm.c        2011-08-23 21:44:40.000000000 -0400
++++ linux-3.0.3/drivers/md/dm.c        2011-08-23 21:47:55.000000000 -0400
+@@ -164,9 +164,9 @@ struct mapped_device {
        /*
         * Event handling.
         */
@@ -29332,7 +26706,7 @@ diff -urNp linux-2.6.38.6/drivers/md/dm.c linux-2.6.38.6/drivers/md/dm.c
        struct list_head uevent_list;
        spinlock_t uevent_lock; /* Protect access to uevent_list */
  
-@@ -1855,8 +1855,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);
@@ -29343,7 +26717,7 @@ diff -urNp linux-2.6.38.6/drivers/md/dm.c linux-2.6.38.6/drivers/md/dm.c
        INIT_LIST_HEAD(&md->uevent_list);
        spin_lock_init(&md->uevent_lock);
  
-@@ -1990,7 +1990,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);
  
@@ -29352,7 +26726,7 @@ diff -urNp linux-2.6.38.6/drivers/md/dm.c linux-2.6.38.6/drivers/md/dm.c
        wake_up(&md->eventq);
  }
  
-@@ -2569,18 +2569,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)
  {
@@ -29374,10 +26748,10 @@ diff -urNp linux-2.6.38.6/drivers/md/dm.c linux-2.6.38.6/drivers/md/dm.c
  }
  
  void dm_uevent_add(struct mapped_device *md, struct list_head *elist)
-diff -urNp linux-2.6.38.6/drivers/md/dm-ioctl.c linux-2.6.38.6/drivers/md/dm-ioctl.c
---- linux-2.6.38.6/drivers/md/dm-ioctl.c       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/md/dm-ioctl.c       2011-04-28 19:34:15.000000000 -0400
-@@ -1541,7 +1541,7 @@ static int validate_params(uint cmd, str
+diff -urNp linux-3.0.3/drivers/md/dm-ioctl.c linux-3.0.3/drivers/md/dm-ioctl.c
+--- linux-3.0.3/drivers/md/dm-ioctl.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
  
@@ -29386,10 +26760,10 @@ diff -urNp linux-2.6.38.6/drivers/md/dm-ioctl.c linux-2.6.38.6/drivers/md/dm-ioc
                if (!*param->name) {
                        DMWARN("name not supplied when creating device");
                        return -EINVAL;
-diff -urNp linux-2.6.38.6/drivers/md/dm-raid1.c linux-2.6.38.6/drivers/md/dm-raid1.c
---- linux-2.6.38.6/drivers/md/dm-raid1.c       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/md/dm-raid1.c       2011-04-28 19:57:25.000000000 -0400
-@@ -42,7 +42,7 @@ enum dm_raid1_error {
+diff -urNp linux-3.0.3/drivers/md/dm-raid1.c linux-3.0.3/drivers/md/dm-raid1.c
+--- linux-3.0.3/drivers/md/dm-raid1.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -29398,7 +26772,7 @@ diff -urNp linux-2.6.38.6/drivers/md/dm-raid1.c linux-2.6.38.6/drivers/md/dm-rai
        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++)
@@ -29407,7 +26781,7 @@ diff -urNp linux-2.6.38.6/drivers/md/dm-raid1.c linux-2.6.38.6/drivers/md/dm-rai
                        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.
         */
@@ -29416,7 +26790,7 @@ diff -urNp linux-2.6.38.6/drivers/md/dm-raid1.c linux-2.6.38.6/drivers/md/dm-rai
  
        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 {
@@ -29425,7 +26799,7 @@ diff -urNp linux-2.6.38.6/drivers/md/dm-raid1.c linux-2.6.38.6/drivers/md/dm-rai
                        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);
  
@@ -29434,7 +26808,7 @@ diff -urNp linux-2.6.38.6/drivers/md/dm-raid1.c linux-2.6.38.6/drivers/md/dm-rai
  }
  
  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);
@@ -29443,7 +26817,7 @@ diff -urNp linux-2.6.38.6/drivers/md/dm-raid1.c linux-2.6.38.6/drivers/md/dm-rai
                        m = NULL;
  
                if (likely(m))
-@@ -941,7 +941,7 @@ static int get_mirror(struct mirror_set 
+@@ -937,7 +937,7 @@ static int get_mirror(struct mirror_set 
        }
  
        ms->mirror[mirror].ms = ms;
@@ -29452,7 +26826,7 @@ diff -urNp linux-2.6.38.6/drivers/md/dm-raid1.c linux-2.6.38.6/drivers/md/dm-rai
        ms->mirror[mirror].error_type = 0;
        ms->mirror[mirror].offset = offset;
  
-@@ -1349,7 +1349,7 @@ static void mirror_resume(struct dm_targ
+@@ -1347,7 +1347,7 @@ static void mirror_resume(struct dm_targ
   */
  static char device_status_char(struct mirror *m)
  {
@@ -29461,9 +26835,9 @@ diff -urNp linux-2.6.38.6/drivers/md/dm-raid1.c linux-2.6.38.6/drivers/md/dm-rai
                return 'A';
  
        return (test_bit(DM_RAID1_FLUSH_ERROR, &(m->error_type))) ? 'F' :
-diff -urNp linux-2.6.38.6/drivers/md/dm-stripe.c linux-2.6.38.6/drivers/md/dm-stripe.c
---- linux-2.6.38.6/drivers/md/dm-stripe.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/md/dm-stripe.c      2011-04-28 19:57:25.000000000 -0400
+diff -urNp linux-3.0.3/drivers/md/dm-stripe.c linux-3.0.3/drivers/md/dm-stripe.c
+--- linux-3.0.3/drivers/md/dm-stripe.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -29502,10 +26876,10 @@ diff -urNp linux-2.6.38.6/drivers/md/dm-stripe.c linux-2.6.38.6/drivers/md/dm-st
                            DM_IO_ERROR_THRESHOLD)
                                schedule_work(&sc->trigger_event);
                }
-diff -urNp linux-2.6.38.6/drivers/md/dm-table.c linux-2.6.38.6/drivers/md/dm-table.c
---- linux-2.6.38.6/drivers/md/dm-table.c       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/md/dm-table.c       2011-04-28 19:34:15.000000000 -0400
-@@ -372,7 +372,7 @@ static int device_area_is_invalid(struct
+diff -urNp linux-3.0.3/drivers/md/dm-table.c linux-3.0.3/drivers/md/dm-table.c
+--- linux-3.0.3/drivers/md/dm-table.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
  
@@ -29514,9 +26888,9 @@ diff -urNp linux-2.6.38.6/drivers/md/dm-table.c linux-2.6.38.6/drivers/md/dm-tab
                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.38.6/drivers/md/md.c linux-2.6.38.6/drivers/md/md.c
---- linux-2.6.38.6/drivers/md/md.c     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/md/md.c     2011-04-28 19:57:25.000000000 -0400
+diff -urNp linux-3.0.3/drivers/md/md.c linux-3.0.3/drivers/md/md.c
+--- linux-3.0.3/drivers/md/md.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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
   */
@@ -29539,7 +26913,7 @@ diff -urNp linux-2.6.38.6/drivers/md/md.c linux-2.6.38.6/drivers/md/md.c
        wake_up(&md_event_waiters);
  }
  
-@@ -1443,7 +1443,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);
@@ -29548,7 +26922,7 @@ diff -urNp linux-2.6.38.6/drivers/md/md.c linux-2.6.38.6/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;
-@@ -1621,7 +1621,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);
  
@@ -29557,7 +26931,7 @@ diff -urNp linux-2.6.38.6/drivers/md/md.c linux-2.6.38.6/drivers/md/md.c
  
        sb->raid_disks = cpu_to_le32(mddev->raid_disks);
        sb->size = cpu_to_le64(mddev->dev_sectors);
-@@ -2403,7 +2403,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)
  {
@@ -29566,7 +26940,7 @@ diff -urNp linux-2.6.38.6/drivers/md/md.c linux-2.6.38.6/drivers/md/md.c
  }
  
  static ssize_t
-@@ -2412,7 +2412,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')) {
@@ -29575,7 +26949,7 @@ diff -urNp linux-2.6.38.6/drivers/md/md.c linux-2.6.38.6/drivers/md/md.c
                return len;
        }
        return -EINVAL;
-@@ -2768,8 +2768,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);
@@ -29586,7 +26960,7 @@ diff -urNp linux-2.6.38.6/drivers/md/md.c linux-2.6.38.6/drivers/md/md.c
  
        INIT_LIST_HEAD(&rdev->same_set);
        init_waitqueue_head(&rdev->blocked_wait);
-@@ -6373,7 +6373,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");
@@ -29595,7 +26969,7 @@ diff -urNp linux-2.6.38.6/drivers/md/md.c linux-2.6.38.6/drivers/md/md.c
                return 0;
        }
        if (v == (void*)2) {
-@@ -6462,7 +6462,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: ");
@@ -29604,7 +26978,7 @@ diff -urNp linux-2.6.38.6/drivers/md/md.c linux-2.6.38.6/drivers/md/md.c
                        }
  
                        seq_printf(seq, "\n");
-@@ -6496,7 +6496,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;
@@ -29613,7 +26987,7 @@ diff -urNp linux-2.6.38.6/drivers/md/md.c linux-2.6.38.6/drivers/md/md.c
        }
        return error;
  }
-@@ -6512,7 +6512,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;
  
@@ -29622,7 +26996,7 @@ diff -urNp linux-2.6.38.6/drivers/md/md.c linux-2.6.38.6/drivers/md/md.c
                mask |= POLLERR | POLLPRI;
        return mask;
  }
-@@ -6556,7 +6556,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]) -
@@ -29631,10 +27005,10 @@ diff -urNp linux-2.6.38.6/drivers/md/md.c linux-2.6.38.6/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.38.6/drivers/md/md.h linux-2.6.38.6/drivers/md/md.h
---- linux-2.6.38.6/drivers/md/md.h     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/md/md.h     2011-04-28 19:57:25.000000000 -0400
-@@ -117,13 +117,13 @@ struct mdk_rdev_s
+diff -urNp linux-3.0.3/drivers/md/md.h linux-3.0.3/drivers/md/md.h
+--- linux-3.0.3/drivers/md/md.h        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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
                                         */
@@ -29650,7 +27024,7 @@ diff -urNp linux-2.6.38.6/drivers/md/md.h linux-2.6.38.6/drivers/md/md.h
                                           * for reporting to userspace and storing
                                           * in superblock.
                                           */
-@@ -360,7 +360,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)
  {
@@ -29659,10 +27033,10 @@ diff -urNp linux-2.6.38.6/drivers/md/md.h linux-2.6.38.6/drivers/md/md.h
  }
  
  struct mdk_personality
-diff -urNp linux-2.6.38.6/drivers/md/raid10.c linux-2.6.38.6/drivers/md/raid10.c
---- linux-2.6.38.6/drivers/md/raid10.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/md/raid10.c 2011-04-28 19:57:25.000000000 -0400
-@@ -1258,7 +1258,7 @@ static void end_sync_read(struct bio *bi
+diff -urNp linux-3.0.3/drivers/md/raid10.c linux-3.0.3/drivers/md/raid10.c
+--- linux-3.0.3/drivers/md/raid10.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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 {
@@ -29671,7 +27045,7 @@ diff -urNp linux-2.6.38.6/drivers/md/raid10.c linux-2.6.38.6/drivers/md/raid10.c
                           &conf->mirrors[d].rdev->corrected_errors);
                if (!test_bit(MD_RECOVERY_SYNC, &conf->mddev->recovery))
                        md_error(r10_bio->mddev,
-@@ -1466,7 +1466,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;
@@ -29680,7 +27054,7 @@ diff -urNp linux-2.6.38.6/drivers/md/raid10.c linux-2.6.38.6/drivers/md/raid10.c
  
        ktime_get_ts(&cur_time_mon);
  
-@@ -1488,9 +1488,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))
@@ -29692,18 +27066,27 @@ diff -urNp linux-2.6.38.6/drivers/md/raid10.c linux-2.6.38.6/drivers/md/raid10.c
  }
  
  /*
-@@ -1525,8 +1525,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
-@@ -1599,7 +1599,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();
@@ -29712,19 +27095,19 @@ diff -urNp linux-2.6.38.6/drivers/md/raid10.c linux-2.6.38.6/drivers/md/raid10.c
                                if (sync_page_io(rdev,
                                                 r10_bio->devs[sl].addr +
                                                 sect,
-diff -urNp linux-2.6.38.6/drivers/md/raid1.c linux-2.6.38.6/drivers/md/raid1.c
---- linux-2.6.38.6/drivers/md/raid1.c  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/md/raid1.c  2011-04-28 19:57:25.000000000 -0400
-@@ -1392,7 +1392,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,
-@@ -1538,7 +1538,7 @@ static void fix_read_error(conf_t *conf,
+diff -urNp linux-3.0.3/drivers/md/raid1.c linux-3.0.3/drivers/md/raid1.c
+--- linux-3.0.3/drivers/md/raid1.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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 {
@@ -29733,19 +27116,19 @@ diff -urNp linux-2.6.38.6/drivers/md/raid1.c linux-2.6.38.6/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.38.6/drivers/md/raid5.c linux-2.6.38.6/drivers/md/raid5.c
---- linux-2.6.38.6/drivers/md/raid5.c  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/md/raid5.c  2011-05-16 21:47:08.000000000 -0400
-@@ -555,7 +555,7 @@ static void ops_run_io(struct stripe_hea
+diff -urNp linux-3.0.3/drivers/md/raid5.c linux-3.0.3/drivers/md/raid5.c
+--- linux-3.0.3/drivers/md/raid5.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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,
                                        &rdev->corrected_errors);
                        generic_make_request(bi);
                } else {
-@@ -1602,15 +1602,15 @@ static void raid5_end_read_request(struc
+@@ -1596,15 +1596,15 @@ static void raid5_end_read_request(struc
                        clear_bit(R5_ReadError, &sh->dev[i].flags);
                        clear_bit(R5_ReWrite, &sh->dev[i].flags);
                }
@@ -29764,7 +27147,7 @@ diff -urNp linux-2.6.38.6/drivers/md/raid5.c linux-2.6.38.6/drivers/md/raid5.c
                if (conf->mddev->degraded >= conf->max_degraded)
                        printk_rl(KERN_WARNING
                                  "md/raid:%s: read error not correctable "
-@@ -1628,7 +1628,7 @@ static void raid5_end_read_request(struc
+@@ -1622,7 +1622,7 @@ static void raid5_end_read_request(struc
                                  (unsigned long long)(sh->sector
                                                       + rdev->data_offset),
                                  bdn);
@@ -29773,7 +27156,7 @@ diff -urNp linux-2.6.38.6/drivers/md/raid5.c linux-2.6.38.6/drivers/md/raid5.c
                         > conf->max_nr_stripes)
                        printk(KERN_WARNING
                               "md/raid:%s: Too many read errors, failing device %s.\n",
-@@ -1953,6 +1953,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;
  
@@ -29781,9 +27164,9 @@ diff -urNp linux-2.6.38.6/drivers/md/raid5.c linux-2.6.38.6/drivers/md/raid5.c
  
        chunk_offset = sector_div(new_sector, sectors_per_chunk);
        stripe = new_sector;
-diff -urNp linux-2.6.38.6/drivers/media/common/saa7146_hlp.c linux-2.6.38.6/drivers/media/common/saa7146_hlp.c
---- linux-2.6.38.6/drivers/media/common/saa7146_hlp.c  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/media/common/saa7146_hlp.c  2011-05-16 21:47:08.000000000 -0400
+diff -urNp linux-3.0.3/drivers/media/common/saa7146_hlp.c linux-3.0.3/drivers/media/common/saa7146_hlp.c
+--- linux-3.0.3/drivers/media/common/saa7146_hlp.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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];
@@ -29793,9 +27176,9 @@ diff -urNp linux-2.6.38.6/drivers/media/common/saa7146_hlp.c linux-2.6.38.6/driv
        /* clear out memory */
        memset(&line_list[0],  0x00, sizeof(u32)*32);
        memset(&pixel_list[0], 0x00, sizeof(u32)*32);
-diff -urNp linux-2.6.38.6/drivers/media/dvb/dvb-core/dvb_ca_en50221.c linux-2.6.38.6/drivers/media/dvb/dvb-core/dvb_ca_en50221.c
---- linux-2.6.38.6/drivers/media/dvb/dvb-core/dvb_ca_en50221.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/media/dvb/dvb-core/dvb_ca_en50221.c 2011-05-16 21:47:08.000000000 -0400
+diff -urNp linux-3.0.3/drivers/media/dvb/dvb-core/dvb_ca_en50221.c linux-3.0.3/drivers/media/dvb/dvb-core/dvb_ca_en50221.c
+--- linux-3.0.3/drivers/media/dvb/dvb-core/dvb_ca_en50221.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -29814,42 +27197,30 @@ diff -urNp linux-2.6.38.6/drivers/media/dvb/dvb-core/dvb_ca_en50221.c linux-2.6.
        dprintk("%s\n", __func__);
  
        /* Incoming packet has a 2 byte header. hdr[0] = slot_id, hdr[1] = connection_id */
-diff -urNp linux-2.6.38.6/drivers/media/dvb/dvb-core/dvbdev.c linux-2.6.38.6/drivers/media/dvb/dvb-core/dvbdev.c
---- linux-2.6.38.6/drivers/media/dvb/dvb-core/dvbdev.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/media/dvb/dvb-core/dvbdev.c 2011-04-28 19:34:15.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 */
-       struct device *clsdev;
-       int minor;
-       int id;
-diff -urNp linux-2.6.38.6/drivers/media/dvb/dvb-usb/dib0700_core.c linux-2.6.38.6/drivers/media/dvb/dvb-usb/dib0700_core.c
---- linux-2.6.38.6/drivers/media/dvb/dvb-usb/dib0700_core.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/media/dvb/dvb-usb/dib0700_core.c    2011-05-16 21:47:08.000000000 -0400
-@@ -366,6 +366,8 @@ int dib0700_download_firmware(struct usb
-       u8 buf[260];
+diff -urNp linux-3.0.3/drivers/media/dvb/dvb-usb/dib0700_core.c linux-3.0.3/drivers/media/dvb/dvb-usb/dib0700_core.c
+--- linux-3.0.3/drivers/media/dvb/dvb-usb/dib0700_core.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.38.6/drivers/media/dvb/dvb-usb/lmedm04.c linux-2.6.38.6/drivers/media/dvb/dvb-usb/lmedm04.c
---- linux-2.6.38.6/drivers/media/dvb/dvb-usb/lmedm04.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/media/dvb/dvb-usb/lmedm04.c 2011-05-16 21:47:08.000000000 -0400
-@@ -611,6 +611,7 @@ static int lme2510_download_firmware(str
-       packet_size = 0x31;
-       len_in = 1;
+diff -urNp linux-3.0.3/drivers/media/dvb/dvb-usb/lmedm04.c linux-3.0.3/drivers/media/dvb/dvb-usb/lmedm04.c
+--- linux-3.0.3/drivers/media/dvb/dvb-usb/lmedm04.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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");
-@@ -666,6 +667,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};
  
@@ -29858,9 +27229,9 @@ diff -urNp linux-2.6.38.6/drivers/media/dvb/dvb-usb/lmedm04.c linux-2.6.38.6/dri
        data[0] = 0x0a;
        len_in = 1;
        info("FRM Firmware Cold Reset");
-diff -urNp linux-2.6.38.6/drivers/media/dvb/frontends/mb86a16.c linux-2.6.38.6/drivers/media/dvb/frontends/mb86a16.c
---- linux-2.6.38.6/drivers/media/dvb/frontends/mb86a16.c       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/media/dvb/frontends/mb86a16.c       2011-05-16 21:47:08.000000000 -0400
+diff -urNp linux-3.0.3/drivers/media/dvb/frontends/mb86a16.c linux-3.0.3/drivers/media/dvb/frontends/mb86a16.c
+--- linux-3.0.3/drivers/media/dvb/frontends/mb86a16.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -29870,9 +27241,9 @@ diff -urNp linux-2.6.38.6/drivers/media/dvb/frontends/mb86a16.c linux-2.6.38.6/d
        dprintk(verbose, MB86A16_INFO, 1, "freq=%d Mhz, symbrt=%d Ksps", state->frequency, state->srate);
  
        fcp = 3000;
-diff -urNp linux-2.6.38.6/drivers/media/dvb/frontends/or51211.c linux-2.6.38.6/drivers/media/dvb/frontends/or51211.c
---- linux-2.6.38.6/drivers/media/dvb/frontends/or51211.c       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/media/dvb/frontends/or51211.c       2011-05-16 21:47:08.000000000 -0400
+diff -urNp linux-3.0.3/drivers/media/dvb/frontends/or51211.c linux-3.0.3/drivers/media/dvb/frontends/or51211.c
+--- linux-3.0.3/drivers/media/dvb/frontends/or51211.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -29882,76 +27253,10 @@ diff -urNp linux-2.6.38.6/drivers/media/dvb/frontends/or51211.c linux-2.6.38.6/d
        dprintk("Firmware is %zd bytes\n",fw->size);
  
        /* Get eprom data */
-diff -urNp linux-2.6.38.6/drivers/media/radio/radio-cadet.c linux-2.6.38.6/drivers/media/radio/radio-cadet.c
---- linux-2.6.38.6/drivers/media/radio/radio-cadet.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/media/radio/radio-cadet.c   2011-04-28 19:34:15.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.38.6/drivers/media/rc/ir-lirc-codec.c linux-2.6.38.6/drivers/media/rc/ir-lirc-codec.c
---- linux-2.6.38.6/drivers/media/rc/ir-lirc-codec.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/media/rc/ir-lirc-codec.c    2011-04-28 19:34:15.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.38.6/drivers/media/rc/lirc_dev.c linux-2.6.38.6/drivers/media/rc/lirc_dev.c
---- linux-2.6.38.6/drivers/media/rc/lirc_dev.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/media/rc/lirc_dev.c 2011-04-28 19:34:15.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.38.6/drivers/media/rc/rc-main.c linux-2.6.38.6/drivers/media/rc/rc-main.c
---- linux-2.6.38.6/drivers/media/rc/rc-main.c  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/media/rc/rc-main.c  2011-04-28 19:57:25.000000000 -0400
-@@ -994,7 +994,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;
-@@ -1017,7 +1017,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.38.6/drivers/media/video/cx18/cx18-driver.c linux-2.6.38.6/drivers/media/video/cx18/cx18-driver.c
---- linux-2.6.38.6/drivers/media/video/cx18/cx18-driver.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/media/video/cx18/cx18-driver.c      2011-05-16 21:47:08.000000000 -0400
-@@ -60,7 +60,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];
-@@ -326,6 +326,8 @@ void cx18_read_eeprom(struct cx18 *cx, s
+diff -urNp linux-3.0.3/drivers/media/video/cx18/cx18-driver.c linux-3.0.3/drivers/media/video/cx18/cx18-driver.c
+--- linux-3.0.3/drivers/media/video/cx18/cx18-driver.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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];
  
@@ -29960,18 +27265,9 @@ diff -urNp linux-2.6.38.6/drivers/media/video/cx18/cx18-driver.c linux-2.6.38.6/
        memset(&c, 0, sizeof(c));
        strlcpy(c.name, "cx18 tveeprom tmp", sizeof(c.name));
        c.adapter = &cx->i2c_adap[0];
-@@ -884,7 +886,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.38.6/drivers/media/video/cx23885/cx23885-input.c linux-2.6.38.6/drivers/media/video/cx23885/cx23885-input.c
---- linux-2.6.38.6/drivers/media/video/cx23885/cx23885-input.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/media/video/cx23885/cx23885-input.c 2011-05-16 21:47:08.000000000 -0400
+diff -urNp linux-3.0.3/drivers/media/video/cx23885/cx23885-input.c linux-3.0.3/drivers/media/video/cx23885/cx23885-input.c
+--- linux-3.0.3/drivers/media/video/cx23885/cx23885-input.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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];
@@ -29981,45 +27277,9 @@ diff -urNp linux-2.6.38.6/drivers/media/video/cx23885/cx23885-input.c linux-2.6.
        do {
                num = 0;
                v4l2_subdev_call(dev->sd_ir, ir, rx_read, (u8 *) ir_core_event,
-diff -urNp linux-2.6.38.6/drivers/media/video/ivtv/ivtv-driver.c linux-2.6.38.6/drivers/media/video/ivtv/ivtv-driver.c
---- linux-2.6.38.6/drivers/media/video/ivtv/ivtv-driver.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/media/video/ivtv/ivtv-driver.c      2011-04-28 19:57:25.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.38.6/drivers/media/video/omap24xxcam.c linux-2.6.38.6/drivers/media/video/omap24xxcam.c
---- linux-2.6.38.6/drivers/media/video/omap24xxcam.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/media/video/omap24xxcam.c   2011-04-28 19:57:25.000000000 -0400
-@@ -402,7 +402,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.38.6/drivers/media/video/omap24xxcam.h linux-2.6.38.6/drivers/media/video/omap24xxcam.h
---- linux-2.6.38.6/drivers/media/video/omap24xxcam.h   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/media/video/omap24xxcam.h   2011-04-28 19:57:25.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.38.6/drivers/media/video/pvrusb2/pvrusb2-eeprom.c linux-2.6.38.6/drivers/media/video/pvrusb2/pvrusb2-eeprom.c
---- linux-2.6.38.6/drivers/media/video/pvrusb2/pvrusb2-eeprom.c        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/media/video/pvrusb2/pvrusb2-eeprom.c        2011-05-16 21:47:08.000000000 -0400
+diff -urNp linux-3.0.3/drivers/media/video/pvrusb2/pvrusb2-eeprom.c linux-3.0.3/drivers/media/video/pvrusb2/pvrusb2-eeprom.c
+--- linux-3.0.3/drivers/media/video/pvrusb2/pvrusb2-eeprom.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -30029,9 +27289,9 @@ diff -urNp linux-2.6.38.6/drivers/media/video/pvrusb2/pvrusb2-eeprom.c linux-2.6
        memset(&tvdata,0,sizeof(tvdata));
  
        eeprom = pvr2_eeprom_fetch(hdw);
-diff -urNp linux-2.6.38.6/drivers/media/video/saa7134/saa6752hs.c linux-2.6.38.6/drivers/media/video/saa7134/saa6752hs.c
---- linux-2.6.38.6/drivers/media/video/saa7134/saa6752hs.c     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/media/video/saa7134/saa6752hs.c     2011-05-16 21:47:08.000000000 -0400
+diff -urNp linux-3.0.3/drivers/media/video/saa7134/saa6752hs.c linux-3.0.3/drivers/media/video/saa7134/saa6752hs.c
+--- linux-3.0.3/drivers/media/video/saa7134/saa6752hs.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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];
@@ -30041,9 +27301,9 @@ diff -urNp linux-2.6.38.6/drivers/media/video/saa7134/saa6752hs.c linux-2.6.38.6
        /* Set video format - must be done first as it resets other settings */
        set_reg8(client, 0x41, h->video_format);
  
-diff -urNp linux-2.6.38.6/drivers/media/video/saa7164/saa7164-cmd.c linux-2.6.38.6/drivers/media/video/saa7164/saa7164-cmd.c
---- linux-2.6.38.6/drivers/media/video/saa7164/saa7164-cmd.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/media/video/saa7164/saa7164-cmd.c   2011-05-16 21:47:08.000000000 -0400
+diff -urNp linux-3.0.3/drivers/media/video/saa7164/saa7164-cmd.c linux-3.0.3/drivers/media/video/saa7164/saa7164-cmd.c
+--- linux-3.0.3/drivers/media/video/saa7164/saa7164-cmd.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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__);
@@ -30062,10 +27322,10 @@ diff -urNp linux-2.6.38.6/drivers/media/video/saa7164/saa7164-cmd.c linux-2.6.38
        while (loop) {
  
                struct tmComResInfo tRsp = { 0, 0, 0, 0, 0, 0 };
-diff -urNp linux-2.6.38.6/drivers/media/video/usbvision/usbvision-core.c linux-2.6.38.6/drivers/media/video/usbvision/usbvision-core.c
---- linux-2.6.38.6/drivers/media/video/usbvision/usbvision-core.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/media/video/usbvision/usbvision-core.c      2011-05-16 21:47:08.000000000 -0400
-@@ -799,6 +799,8 @@ static enum parse_state usbvision_parse_
+diff -urNp linux-3.0.3/drivers/media/video/usbvision/usbvision-core.c linux-3.0.3/drivers/media/video/usbvision/usbvision-core.c
+--- linux-3.0.3/drivers/media/video/usbvision/usbvision-core.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
  
@@ -30074,24 +27334,9 @@ diff -urNp linux-2.6.38.6/drivers/media/video/usbvision/usbvision-core.c linux-2
        frame = usbvision->cur_frame;
        image_size = frame->frmwidth * frame->frmheight;
        if ((frame->v4l2_format.format == V4L2_PIX_FMT_YUV422P) ||
-diff -urNp linux-2.6.38.6/drivers/media/video/v4l2-device.c linux-2.6.38.6/drivers/media/video/v4l2-device.c
---- linux-2.6.38.6/drivers/media/video/v4l2-device.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/media/video/v4l2-device.c   2011-04-28 19:57:25.000000000 -0400
-@@ -55,9 +55,9 @@ int v4l2_device_register(struct device *
- EXPORT_SYMBOL_GPL(v4l2_device_register);
- 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.38.6/drivers/media/video/videobuf-dma-sg.c linux-2.6.38.6/drivers/media/video/videobuf-dma-sg.c
---- linux-2.6.38.6/drivers/media/video/videobuf-dma-sg.c       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/media/video/videobuf-dma-sg.c       2011-05-16 21:47:08.000000000 -0400
+diff -urNp linux-3.0.3/drivers/media/video/videobuf-dma-sg.c linux-3.0.3/drivers/media/video/videobuf-dma-sg.c
+--- linux-3.0.3/drivers/media/video/videobuf-dma-sg.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -30101,10 +27346,10 @@ diff -urNp linux-2.6.38.6/drivers/media/video/videobuf-dma-sg.c linux-2.6.38.6/d
        /* Required to make generic handler to call __videobuf_alloc */
        q.int_ops = &sg_ops;
  
-diff -urNp linux-2.6.38.6/drivers/message/fusion/mptbase.c linux-2.6.38.6/drivers/message/fusion/mptbase.c
---- linux-2.6.38.6/drivers/message/fusion/mptbase.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/message/fusion/mptbase.c    2011-04-28 19:34:15.000000000 -0400
-@@ -6683,8 +6683,13 @@ static int mpt_iocinfo_proc_show(struct 
+diff -urNp linux-3.0.3/drivers/message/fusion/mptbase.c linux-3.0.3/drivers/message/fusion/mptbase.c
+--- linux-3.0.3/drivers/message/fusion/mptbase.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);
  
@@ -30118,9 +27363,9 @@ diff -urNp linux-2.6.38.6/drivers/message/fusion/mptbase.c linux-2.6.38.6/driver
        /*
         *  Rounding UP to nearest 4-kB boundary here...
         */
-diff -urNp linux-2.6.38.6/drivers/message/fusion/mptsas.c linux-2.6.38.6/drivers/message/fusion/mptsas.c
---- linux-2.6.38.6/drivers/message/fusion/mptsas.c     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/message/fusion/mptsas.c     2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/drivers/message/fusion/mptsas.c linux-3.0.3/drivers/message/fusion/mptsas.c
+--- linux-3.0.3/drivers/message/fusion/mptsas.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
  }
@@ -30169,9 +27414,9 @@ diff -urNp linux-2.6.38.6/drivers/message/fusion/mptsas.c linux-2.6.38.6/drivers
  static inline struct sas_port *
  mptsas_get_port(struct mptsas_phyinfo *phy_info)
  {
-diff -urNp linux-2.6.38.6/drivers/message/fusion/mptscsih.c linux-2.6.38.6/drivers/message/fusion/mptscsih.c
---- linux-2.6.38.6/drivers/message/fusion/mptscsih.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/message/fusion/mptscsih.c   2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/drivers/message/fusion/mptscsih.c linux-3.0.3/drivers/message/fusion/mptscsih.c
+--- linux-3.0.3/drivers/message/fusion/mptscsih.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);
@@ -30197,9 +27442,9 @@ diff -urNp linux-2.6.38.6/drivers/message/fusion/mptscsih.c linux-2.6.38.6/drive
  
        return h->info_kbuf;
  }
-diff -urNp linux-2.6.38.6/drivers/message/i2o/i2o_config.c linux-2.6.38.6/drivers/message/i2o/i2o_config.c
---- linux-2.6.38.6/drivers/message/i2o/i2o_config.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/message/i2o/i2o_config.c    2011-05-16 21:47:08.000000000 -0400
+diff -urNp linux-3.0.3/drivers/message/i2o/i2o_config.c linux-3.0.3/drivers/message/i2o/i2o_config.c
+--- linux-3.0.3/drivers/message/i2o/i2o_config.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -30209,9 +27454,9 @@ diff -urNp linux-2.6.38.6/drivers/message/i2o/i2o_config.c linux-2.6.38.6/driver
        if (get_user(iop, &cmd->iop) || get_user(user_msg, &cmd->msg))
                return -EFAULT;
  
-diff -urNp linux-2.6.38.6/drivers/message/i2o/i2o_proc.c linux-2.6.38.6/drivers/message/i2o/i2o_proc.c
---- linux-2.6.38.6/drivers/message/i2o/i2o_proc.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/message/i2o/i2o_proc.c      2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/drivers/message/i2o/i2o_proc.c linux-3.0.3/drivers/message/i2o/i2o_proc.c
+--- linux-3.0.3/drivers/message/i2o/i2o_proc.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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"
  };
@@ -30298,9 +27543,9 @@ diff -urNp linux-2.6.38.6/drivers/message/i2o/i2o_proc.c linux-2.6.38.6/drivers/
  
        return 0;
  }
-diff -urNp linux-2.6.38.6/drivers/message/i2o/iop.c linux-2.6.38.6/drivers/message/i2o/iop.c
---- linux-2.6.38.6/drivers/message/i2o/iop.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/message/i2o/iop.c   2011-04-28 19:57:25.000000000 -0400
+diff -urNp linux-3.0.3/drivers/message/i2o/iop.c linux-3.0.3/drivers/message/i2o/iop.c
+--- linux-3.0.3/drivers/message/i2o/iop.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);
@@ -30324,9 +27569,21 @@ diff -urNp linux-2.6.38.6/drivers/message/i2o/iop.c linux-2.6.38.6/drivers/messa
        INIT_LIST_HEAD(&c->context_list);
  #endif
  
-diff -urNp linux-2.6.38.6/drivers/mfd/janz-cmodio.c linux-2.6.38.6/drivers/mfd/janz-cmodio.c
---- linux-2.6.38.6/drivers/mfd/janz-cmodio.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/mfd/janz-cmodio.c   2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/drivers/mfd/abx500-core.c linux-3.0.3/drivers/mfd/abx500-core.c
+--- linux-3.0.3/drivers/mfd/abx500-core.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/drivers/mfd/abx500-core.c      2011-08-23 21:47:55.000000000 -0400
+@@ -14,7 +14,7 @@ static LIST_HEAD(abx500_list);
+ struct abx500_device_entry {
+       struct list_head list;
+-      struct abx500_ops ops;
++      abx500_ops_no_const ops;
+       struct device *dev;
+ };
+diff -urNp linux-3.0.3/drivers/mfd/janz-cmodio.c linux-3.0.3/drivers/mfd/janz-cmodio.c
+--- linux-3.0.3/drivers/mfd/janz-cmodio.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/drivers/mfd/janz-cmodio.c      2011-08-23 21:47:55.000000000 -0400
 @@ -13,6 +13,7 @@
  
  #include <linux/kernel.h>
@@ -30335,9 +27592,9 @@ diff -urNp linux-2.6.38.6/drivers/mfd/janz-cmodio.c linux-2.6.38.6/drivers/mfd/j
  #include <linux/init.h>
  #include <linux/pci.h>
  #include <linux/interrupt.h>
-diff -urNp linux-2.6.38.6/drivers/mfd/wm8350-i2c.c linux-2.6.38.6/drivers/mfd/wm8350-i2c.c
---- linux-2.6.38.6/drivers/mfd/wm8350-i2c.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/mfd/wm8350-i2c.c    2011-05-16 21:47:08.000000000 -0400
+diff -urNp linux-3.0.3/drivers/mfd/wm8350-i2c.c linux-3.0.3/drivers/mfd/wm8350-i2c.c
+--- linux-3.0.3/drivers/mfd/wm8350-i2c.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -30347,30 +27604,60 @@ diff -urNp linux-2.6.38.6/drivers/mfd/wm8350-i2c.c linux-2.6.38.6/drivers/mfd/wm
        if (bytes > ((WM8350_MAX_REGISTER << 1) + 1))
                return -EINVAL;
  
-diff -urNp linux-2.6.38.6/drivers/misc/kgdbts.c linux-2.6.38.6/drivers/misc/kgdbts.c
---- linux-2.6.38.6/drivers/misc/kgdbts.c       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/misc/kgdbts.c       2011-04-28 19:34:15.000000000 -0400
-@@ -118,7 +118,7 @@
-       } while (0)
- #define MAX_CONFIG_LEN                40
+diff -urNp linux-3.0.3/drivers/misc/lis3lv02d/lis3lv02d.c linux-3.0.3/drivers/misc/lis3lv02d/lis3lv02d.c
+--- linux-3.0.3/drivers/misc/lis3lv02d/lis3lv02d.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.
+        */
+-      atomic_inc(&lis3_dev.count);
++      atomic_inc_unchecked(&lis3_dev.count);
+       wake_up_interruptible(&lis3_dev.misc_wait);
+       kill_fasync(&lis3_dev.async_queue, SIGIO, POLL_IN);
+@@ -518,7 +518,7 @@ static int lis3lv02d_misc_open(struct in
+       if (lis3_dev.pm_dev)
+               pm_runtime_get_sync(lis3_dev.pm_dev);
+-      atomic_set(&lis3_dev.count, 0);
++      atomic_set_unchecked(&lis3_dev.count, 0);
+       return 0;
+ }
+@@ -545,7 +545,7 @@ static ssize_t lis3lv02d_misc_read(struc
+       add_wait_queue(&lis3_dev.misc_wait, &wait);
+       while (true) {
+               set_current_state(TASK_INTERRUPTIBLE);
+-              data = atomic_xchg(&lis3_dev.count, 0);
++              data = atomic_xchg_unchecked(&lis3_dev.count, 0);
+               if (data)
+                       break;
  
--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.38.6/drivers/misc/sgi-gru/gruhandles.c linux-2.6.38.6/drivers/misc/sgi-gru/gruhandles.c
---- linux-2.6.38.6/drivers/misc/sgi-gru/gruhandles.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/misc/sgi-gru/gruhandles.c   2011-04-28 19:34:15.000000000 -0400
+@@ -583,7 +583,7 @@ out:
+ static unsigned int lis3lv02d_misc_poll(struct file *file, poll_table *wait)
+ {
+       poll_wait(file, &lis3_dev.misc_wait, wait);
+-      if (atomic_read(&lis3_dev.count))
++      if (atomic_read_unchecked(&lis3_dev.count))
+               return POLLIN | POLLRDNORM;
+       return 0;
+ }
+diff -urNp linux-3.0.3/drivers/misc/lis3lv02d/lis3lv02d.h linux-3.0.3/drivers/misc/lis3lv02d/lis3lv02d.h
+--- linux-3.0.3/drivers/misc/lis3lv02d/lis3lv02d.h     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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 */
+       struct regulator_bulk_data regulators[2];
+-      atomic_t                count;     /* interrupt count after last read */
++      atomic_unchecked_t      count;     /* interrupt count after last read */
+       union axis_conversion   ac;        /* hw -> logical axis */
+       int                     mapped_btns[3];
+diff -urNp linux-3.0.3/drivers/misc/sgi-gru/gruhandles.c linux-3.0.3/drivers/misc/sgi-gru/gruhandles.c
+--- linux-3.0.3/drivers/misc/sgi-gru/gruhandles.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
  
@@ -30382,9 +27669,9 @@ diff -urNp linux-2.6.38.6/drivers/misc/sgi-gru/gruhandles.c linux-2.6.38.6/drive
        if (mcs_op_statistics[op].max < nsec)
                mcs_op_statistics[op].max = nsec;
  }
-diff -urNp linux-2.6.38.6/drivers/misc/sgi-gru/gruprocfs.c linux-2.6.38.6/drivers/misc/sgi-gru/gruprocfs.c
---- linux-2.6.38.6/drivers/misc/sgi-gru/gruprocfs.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/misc/sgi-gru/gruprocfs.c    2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/drivers/misc/sgi-gru/gruprocfs.c linux-3.0.3/drivers/misc/sgi-gru/gruprocfs.c
+--- linux-3.0.3/drivers/misc/sgi-gru/gruprocfs.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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)
@@ -30408,9 +27695,9 @@ diff -urNp linux-2.6.38.6/drivers/misc/sgi-gru/gruprocfs.c linux-2.6.38.6/driver
                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.38.6/drivers/misc/sgi-gru/grutables.h linux-2.6.38.6/drivers/misc/sgi-gru/grutables.h
---- linux-2.6.38.6/drivers/misc/sgi-gru/grutables.h    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/misc/sgi-gru/grutables.h    2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/drivers/misc/sgi-gru/grutables.h linux-3.0.3/drivers/misc/sgi-gru/grutables.h
+--- linux-3.0.3/drivers/misc/sgi-gru/grutables.h       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.
   */
@@ -30590,9 +27877,21 @@ diff -urNp linux-2.6.38.6/drivers/misc/sgi-gru/grutables.h linux-2.6.38.6/driver
                        } while (0)
  
  #ifdef CONFIG_SGI_GRU_DEBUG
-diff -urNp linux-2.6.38.6/drivers/mtd/chips/cfi_cmdset_0001.c linux-2.6.38.6/drivers/mtd/chips/cfi_cmdset_0001.c
---- linux-2.6.38.6/drivers/mtd/chips/cfi_cmdset_0001.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/mtd/chips/cfi_cmdset_0001.c 2011-05-16 21:47:08.000000000 -0400
+diff -urNp linux-3.0.3/drivers/misc/sgi-xp/xp.h linux-3.0.3/drivers/misc/sgi-xp/xp.h
+--- linux-3.0.3/drivers/misc/sgi-xp/xp.h       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.3/drivers/mtd/chips/cfi_cmdset_0001.c linux-3.0.3/drivers/mtd/chips/cfi_cmdset_0001.c
+--- linux-3.0.3/drivers/mtd/chips/cfi_cmdset_0001.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -30602,7 +27901,7 @@ diff -urNp linux-2.6.38.6/drivers/mtd/chips/cfi_cmdset_0001.c linux-2.6.38.6/dri
        /* 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;
  
@@ -30611,7 +27910,7 @@ diff -urNp linux-2.6.38.6/drivers/mtd/chips/cfi_cmdset_0001.c linux-2.6.38.6/dri
        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;
  
@@ -30620,9 +27919,9 @@ diff -urNp linux-2.6.38.6/drivers/mtd/chips/cfi_cmdset_0001.c linux-2.6.38.6/dri
        adr += chip->start;
  
   retry:
-diff -urNp linux-2.6.38.6/drivers/mtd/chips/cfi_cmdset_0020.c linux-2.6.38.6/drivers/mtd/chips/cfi_cmdset_0020.c
---- linux-2.6.38.6/drivers/mtd/chips/cfi_cmdset_0020.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/mtd/chips/cfi_cmdset_0020.c 2011-05-16 21:47:08.000000000 -0400
+diff -urNp linux-3.0.3/drivers/mtd/chips/cfi_cmdset_0020.c linux-3.0.3/drivers/mtd/chips/cfi_cmdset_0020.c
+--- linux-3.0.3/drivers/mtd/chips/cfi_cmdset_0020.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -30632,7 +27931,7 @@ diff -urNp linux-2.6.38.6/drivers/mtd/chips/cfi_cmdset_0020.c linux-2.6.38.6/dri
        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;
  
@@ -30641,7 +27940,7 @@ diff -urNp linux-2.6.38.6/drivers/mtd/chips/cfi_cmdset_0020.c linux-2.6.38.6/dri
          /* 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;
  
@@ -30650,7 +27949,7 @@ diff -urNp linux-2.6.38.6/drivers/mtd/chips/cfi_cmdset_0020.c linux-2.6.38.6/dri
        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);
  
@@ -30659,7 +27958,7 @@ diff -urNp linux-2.6.38.6/drivers/mtd/chips/cfi_cmdset_0020.c linux-2.6.38.6/dri
        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);
  
@@ -30668,9 +27967,9 @@ diff -urNp linux-2.6.38.6/drivers/mtd/chips/cfi_cmdset_0020.c linux-2.6.38.6/dri
        adr += chip->start;
  
        /* Let's determine this according to the interleave only once */
-diff -urNp linux-2.6.38.6/drivers/mtd/devices/doc2000.c linux-2.6.38.6/drivers/mtd/devices/doc2000.c
---- linux-2.6.38.6/drivers/mtd/devices/doc2000.c       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/mtd/devices/doc2000.c       2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/drivers/mtd/devices/doc2000.c linux-3.0.3/drivers/mtd/devices/doc2000.c
+--- linux-3.0.3/drivers/mtd/devices/doc2000.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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 */
@@ -30680,9 +27979,9 @@ diff -urNp linux-2.6.38.6/drivers/mtd/devices/doc2000.c linux-2.6.38.6/drivers/m
                        printk(KERN_WARNING
                               "ECC needs a full sector write (adr: %lx size %lx)\n",
                               (long) to, (long) len);
-diff -urNp linux-2.6.38.6/drivers/mtd/devices/doc2001.c linux-2.6.38.6/drivers/mtd/devices/doc2001.c
---- linux-2.6.38.6/drivers/mtd/devices/doc2001.c       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/mtd/devices/doc2001.c       2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/drivers/mtd/devices/doc2001.c linux-3.0.3/drivers/mtd/devices/doc2001.c
+--- linux-3.0.3/drivers/mtd/devices/doc2001.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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)];
  
@@ -30692,9 +27991,9 @@ diff -urNp linux-2.6.38.6/drivers/mtd/devices/doc2001.c linux-2.6.38.6/drivers/m
                return -EINVAL;
  
        /* Don't allow a single read to cross a 512-byte block boundary */
-diff -urNp linux-2.6.38.6/drivers/mtd/ftl.c linux-2.6.38.6/drivers/mtd/ftl.c
---- linux-2.6.38.6/drivers/mtd/ftl.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/mtd/ftl.c   2011-05-16 21:47:08.000000000 -0400
+diff -urNp linux-3.0.3/drivers/mtd/ftl.c linux-3.0.3/drivers/mtd/ftl.c
+--- linux-3.0.3/drivers/mtd/ftl.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);
@@ -30704,9 +28003,9 @@ diff -urNp linux-2.6.38.6/drivers/mtd/ftl.c linux-2.6.38.6/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.38.6/drivers/mtd/inftlcore.c linux-2.6.38.6/drivers/mtd/inftlcore.c
---- linux-2.6.38.6/drivers/mtd/inftlcore.c     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/mtd/inftlcore.c     2011-05-16 21:47:08.000000000 -0400
+diff -urNp linux-3.0.3/drivers/mtd/inftlcore.c linux-3.0.3/drivers/mtd/inftlcore.c
+--- linux-3.0.3/drivers/mtd/inftlcore.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -30716,9 +28015,9 @@ diff -urNp linux-2.6.38.6/drivers/mtd/inftlcore.c linux-2.6.38.6/drivers/mtd/inf
        DEBUG(MTD_DEBUG_LEVEL3, "INFTL: INFTL_foldchain(inftl=%p,thisVUC=%d,"
                "pending=%d)\n", inftl, thisVUC, pendingblock);
  
-diff -urNp linux-2.6.38.6/drivers/mtd/inftlmount.c linux-2.6.38.6/drivers/mtd/inftlmount.c
---- linux-2.6.38.6/drivers/mtd/inftlmount.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/mtd/inftlmount.c    2011-05-16 21:47:08.000000000 -0400
+diff -urNp linux-3.0.3/drivers/mtd/inftlmount.c linux-3.0.3/drivers/mtd/inftlmount.c
+--- linux-3.0.3/drivers/mtd/inftlmount.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -30728,9 +28027,9 @@ diff -urNp linux-2.6.38.6/drivers/mtd/inftlmount.c linux-2.6.38.6/drivers/mtd/in
        DEBUG(MTD_DEBUG_LEVEL3, "INFTL: find_boot_record(inftl=%p)\n", inftl);
  
          /*
-diff -urNp linux-2.6.38.6/drivers/mtd/lpddr/qinfo_probe.c linux-2.6.38.6/drivers/mtd/lpddr/qinfo_probe.c
---- linux-2.6.38.6/drivers/mtd/lpddr/qinfo_probe.c     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/mtd/lpddr/qinfo_probe.c     2011-05-16 21:47:08.000000000 -0400
+diff -urNp linux-3.0.3/drivers/mtd/lpddr/qinfo_probe.c linux-3.0.3/drivers/mtd/lpddr/qinfo_probe.c
+--- linux-3.0.3/drivers/mtd/lpddr/qinfo_probe.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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];
@@ -30740,10 +28039,10 @@ diff -urNp linux-2.6.38.6/drivers/mtd/lpddr/qinfo_probe.c linux-2.6.38.6/drivers
        /* 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.38.6/drivers/mtd/mtdchar.c linux-2.6.38.6/drivers/mtd/mtdchar.c
---- linux-2.6.38.6/drivers/mtd/mtdchar.c       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/mtd/mtdchar.c       2011-05-16 21:47:08.000000000 -0400
-@@ -560,6 +560,8 @@ static int mtd_ioctl(struct file *file, 
+diff -urNp linux-3.0.3/drivers/mtd/mtdchar.c linux-3.0.3/drivers/mtd/mtdchar.c
+--- linux-3.0.3/drivers/mtd/mtdchar.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
  
@@ -30752,10 +28051,10 @@ diff -urNp linux-2.6.38.6/drivers/mtd/mtdchar.c linux-2.6.38.6/drivers/mtd/mtdch
        DEBUG(MTD_DEBUG_LEVEL0, "MTD_ioctl\n");
  
        size = (cmd & IOCSIZE_MASK) >> IOCSIZE_SHIFT;
-diff -urNp linux-2.6.38.6/drivers/mtd/nand/denali.c linux-2.6.38.6/drivers/mtd/nand/denali.c
---- linux-2.6.38.6/drivers/mtd/nand/denali.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/mtd/nand/denali.c   2011-04-28 19:34:15.000000000 -0400
-@@ -25,6 +25,7 @@
+diff -urNp linux-3.0.3/drivers/mtd/nand/denali.c linux-3.0.3/drivers/mtd/nand/denali.c
+--- linux-3.0.3/drivers/mtd/nand/denali.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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>
@@ -30763,9 +28062,9 @@ diff -urNp linux-2.6.38.6/drivers/mtd/nand/denali.c linux-2.6.38.6/drivers/mtd/n
  
  #include "denali.h"
  
-diff -urNp linux-2.6.38.6/drivers/mtd/nftlcore.c linux-2.6.38.6/drivers/mtd/nftlcore.c
---- linux-2.6.38.6/drivers/mtd/nftlcore.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/mtd/nftlcore.c      2011-05-16 21:47:08.000000000 -0400
+diff -urNp linux-3.0.3/drivers/mtd/nftlcore.c linux-3.0.3/drivers/mtd/nftlcore.c
+--- linux-3.0.3/drivers/mtd/nftlcore.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -30775,10 +28074,18 @@ diff -urNp linux-2.6.38.6/drivers/mtd/nftlcore.c linux-2.6.38.6/drivers/mtd/nftl
        memset(BlockMap, 0xff, sizeof(BlockMap));
        memset(BlockFreeFound, 0, sizeof(BlockFreeFound));
  
-diff -urNp linux-2.6.38.6/drivers/mtd/nftlmount.c linux-2.6.38.6/drivers/mtd/nftlmount.c
---- linux-2.6.38.6/drivers/mtd/nftlmount.c     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/mtd/nftlmount.c     2011-05-16 21:47:08.000000000 -0400
-@@ -45,6 +45,8 @@ static int find_boot_record(struct NFTLr
+diff -urNp linux-3.0.3/drivers/mtd/nftlmount.c linux-3.0.3/drivers/mtd/nftlmount.c
+--- linux-3.0.3/drivers/mtd/nftlmount.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/drivers/mtd/nftlmount.c        2011-08-23 21:48:14.000000000 -0400
+@@ -24,6 +24,7 @@
+ #include <asm/errno.h>
+ #include <linux/delay.h>
+ #include <linux/slab.h>
++#include <linux/sched.h>
+ #include <linux/mtd/mtd.h>
+ #include <linux/mtd/nand.h>
+ #include <linux/mtd/nftl.h>
+@@ -45,6 +46,8 @@ static int find_boot_record(struct NFTLr
        struct mtd_info *mtd = nftl->mbd.mtd;
        unsigned int i;
  
@@ -30787,10 +28094,10 @@ diff -urNp linux-2.6.38.6/drivers/mtd/nftlmount.c linux-2.6.38.6/drivers/mtd/nft
          /* 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.38.6/drivers/mtd/ubi/build.c linux-2.6.38.6/drivers/mtd/ubi/build.c
---- linux-2.6.38.6/drivers/mtd/ubi/build.c     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/mtd/ubi/build.c     2011-04-28 19:34:15.000000000 -0400
-@@ -1285,7 +1285,7 @@ module_exit(ubi_exit);
+diff -urNp linux-3.0.3/drivers/mtd/ubi/build.c linux-3.0.3/drivers/mtd/ubi/build.c
+--- linux-3.0.3/drivers/mtd/ubi/build.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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)
  {
        char *endp;
@@ -30799,7 +28106,7 @@ diff -urNp linux-2.6.38.6/drivers/mtd/ubi/build.c linux-2.6.38.6/drivers/mtd/ubi
  
        result = simple_strtoul(str, &endp, 0);
        if (str == endp || result >= INT_MAX) {
-@@ -1296,11 +1296,11 @@ static int __init bytes_str_to_int(const
+@@ -1298,11 +1298,11 @@ static int __init bytes_str_to_int(const
  
        switch (*endp) {
        case 'G':
@@ -30814,7 +28121,7 @@ diff -urNp linux-2.6.38.6/drivers/mtd/ubi/build.c linux-2.6.38.6/drivers/mtd/ubi
                if (endp[1] == 'i' && endp[2] == 'B')
                        endp += 2;
        case '\0':
-@@ -1311,7 +1311,13 @@ static int __init bytes_str_to_int(const
+@@ -1313,7 +1313,13 @@ static int __init bytes_str_to_int(const
                return -EINVAL;
        }
  
@@ -30829,10 +28136,121 @@ diff -urNp linux-2.6.38.6/drivers/mtd/ubi/build.c linux-2.6.38.6/drivers/mtd/ubi
  }
  
  /**
-diff -urNp linux-2.6.38.6/drivers/net/bnx2.c linux-2.6.38.6/drivers/net/bnx2.c
---- linux-2.6.38.6/drivers/net/bnx2.c  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/net/bnx2.c  2011-05-16 21:47:08.000000000 -0400
-@@ -5826,6 +5826,8 @@ bnx2_test_nvram(struct bnx2 *bp)
+diff -urNp linux-3.0.3/drivers/net/bna/bfa_ioc_ct.c linux-3.0.3/drivers/net/bna/bfa_ioc_ct.c
+--- linux-3.0.3/drivers/net/bna/bfa_ioc_ct.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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
++};
+ /**
+  * 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.3/drivers/net/bna/bnad.c linux-3.0.3/drivers/net/bna/bnad.c
+--- linux-3.0.3/drivers/net/bna/bnad.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);
+-      /* 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.3/drivers/net/bnx2.c linux-3.0.3/drivers/net/bnx2.c
+--- linux-3.0.3/drivers/net/bnx2.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
  
@@ -30841,10 +28259,10 @@ diff -urNp linux-2.6.38.6/drivers/net/bnx2.c linux-2.6.38.6/drivers/net/bnx2.c
        if ((rc = bnx2_nvram_read(bp, 0, data, 4)) != 0)
                goto test_nvram_done;
  
-diff -urNp linux-2.6.38.6/drivers/net/bnx2x/bnx2x_ethtool.c linux-2.6.38.6/drivers/net/bnx2x/bnx2x_ethtool.c
---- linux-2.6.38.6/drivers/net/bnx2x/bnx2x_ethtool.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/net/bnx2x/bnx2x_ethtool.c   2011-05-16 21:47:08.000000000 -0400
-@@ -1788,6 +1788,8 @@ static int bnx2x_test_nvram(struct bnx2x
+diff -urNp linux-3.0.3/drivers/net/bnx2x/bnx2x_ethtool.c linux-3.0.3/drivers/net/bnx2x/bnx2x_ethtool.c
+--- linux-3.0.3/drivers/net/bnx2x/bnx2x_ethtool.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
  
@@ -30853,10 +28271,22 @@ diff -urNp linux-2.6.38.6/drivers/net/bnx2x/bnx2x_ethtool.c linux-2.6.38.6/drive
        if (BP_NOMCP(bp))
                return 0;
  
-diff -urNp linux-2.6.38.6/drivers/net/cxgb4/cxgb4_main.c linux-2.6.38.6/drivers/net/cxgb4/cxgb4_main.c
---- linux-2.6.38.6/drivers/net/cxgb4/cxgb4_main.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/net/cxgb4/cxgb4_main.c      2011-05-16 21:47:08.000000000 -0400
-@@ -3429,6 +3429,8 @@ static int __devinit enable_msix(struct 
+diff -urNp linux-3.0.3/drivers/net/cxgb3/l2t.h linux-3.0.3/drivers/net/cxgb3/l2t.h
+--- linux-3.0.3/drivers/net/cxgb3/l2t.h        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.3/drivers/net/cxgb4/cxgb4_main.c linux-3.0.3/drivers/net/cxgb4/cxgb4_main.c
+--- linux-3.0.3/drivers/net/cxgb4/cxgb4_main.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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];
  
@@ -30865,9 +28295,9 @@ diff -urNp linux-2.6.38.6/drivers/net/cxgb4/cxgb4_main.c linux-2.6.38.6/drivers/
        for (i = 0; i < ARRAY_SIZE(entries); ++i)
                entries[i].entry = i;
  
-diff -urNp linux-2.6.38.6/drivers/net/cxgb4/t4_hw.c linux-2.6.38.6/drivers/net/cxgb4/t4_hw.c
---- linux-2.6.38.6/drivers/net/cxgb4/t4_hw.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/net/cxgb4/t4_hw.c   2011-05-16 21:47:08.000000000 -0400
+diff -urNp linux-3.0.3/drivers/net/cxgb4/t4_hw.c linux-3.0.3/drivers/net/cxgb4/t4_hw.c
+--- linux-3.0.3/drivers/net/cxgb4/t4_hw.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -30877,195 +28307,82 @@ diff -urNp linux-2.6.38.6/drivers/net/cxgb4/t4_hw.c linux-2.6.38.6/drivers/net/c
        ret = pci_read_vpd(adapter->pdev, VPD_BASE, sizeof(vpd), vpd);
        if (ret < 0)
                return ret;
-diff -urNp linux-2.6.38.6/drivers/net/e1000e/82571.c linux-2.6.38.6/drivers/net/e1000e/82571.c
---- linux-2.6.38.6/drivers/net/e1000e/82571.c  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/net/e1000e/82571.c  2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/drivers/net/e1000e/82571.c linux-3.0.3/drivers/net/e1000e/82571.c
+--- linux-3.0.3/drivers/net/e1000e/82571.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.38.6/drivers/net/e1000e/e1000.h linux-2.6.38.6/drivers/net/e1000e/e1000.h
---- linux-2.6.38.6/drivers/net/e1000e/e1000.h  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/net/e1000e/e1000.h  2011-04-28 19:34:15.000000000 -0400
-@@ -408,9 +408,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.38.6/drivers/net/e1000e/es2lan.c linux-2.6.38.6/drivers/net/e1000e/es2lan.c
---- linux-2.6.38.6/drivers/net/e1000e/es2lan.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/net/e1000e/es2lan.c 2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/drivers/net/e1000e/es2lan.c linux-3.0.3/drivers/net/e1000e/es2lan.c
+--- linux-3.0.3/drivers/net/e1000e/es2lan.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.3/drivers/net/e1000e/hw.h linux-3.0.3/drivers/net/e1000e/hw.h
+--- linux-3.0.3/drivers/net/e1000e/hw.h        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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 *);
  };
--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.38.6/drivers/net/e1000e/hw.h linux-2.6.38.6/drivers/net/e1000e/hw.h
---- linux-2.6.38.6/drivers/net/e1000e/hw.h     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/net/e1000e/hw.h     2011-04-28 19:34:15.000000000 -0400
-@@ -801,16 +801,17 @@ struct e1000_phy_operations {
++typedef struct e1000_phy_operations __no_const e1000_phy_operations_no_const;
  
  /* Function pointers for the NVM. */
  struct e1000_nvm_operations {
--      s32  (*acquire)(struct e1000_hw *);
--      s32  (*read)(struct e1000_hw *, u16, u16, u16 *);
--      void (*release)(struct e1000_hw *);
--      s32  (*update)(struct e1000_hw *);
--      s32  (*valid_led_default)(struct e1000_hw *, u16 *);
--      s32  (*validate)(struct e1000_hw *);
--      s32  (*write)(struct e1000_hw *, u16, u16, u16 *);
-+      s32  (* acquire)(struct e1000_hw *);    /* cannot be const, see drivers/net/e1000e/82571.c e1000_init_nvm_params_82571() */
-+      s32  (* const read)(struct e1000_hw *, u16, u16, u16 *);
-+      void (* release)(struct e1000_hw *);    /* cannot be const, see drivers/net/e1000e/82571.c e1000_init_nvm_params_82571() */
-+      s32  (* const update)(struct e1000_hw *);
-+      s32  (* const valid_led_default)(struct e1000_hw *, u16 *);
-+      s32  (* const validate)(struct e1000_hw *);
-+      s32  (* const write)(struct e1000_hw *, u16, u16, u16 *);
+@@ -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];
  
-       u8 addr[6];
-@@ -853,6 +854,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;
-@@ -887,6 +889,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.38.6/drivers/net/e1000e/ich8lan.c linux-2.6.38.6/drivers/net/e1000e/ich8lan.c
---- linux-2.6.38.6/drivers/net/e1000e/ich8lan.c        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/net/e1000e/ich8lan.c        2011-04-28 19:34:15.000000000 -0400
-@@ -3840,7 +3840,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,
-@@ -3859,7 +3859,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,
-@@ -3873,7 +3873,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.38.6/drivers/net/hamradio/6pack.c linux-2.6.38.6/drivers/net/hamradio/6pack.c
---- linux-2.6.38.6/drivers/net/hamradio/6pack.c        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/net/hamradio/6pack.c        2011-05-16 21:47:08.000000000 -0400
+       enum e1000_nvm_override override;
+diff -urNp linux-3.0.3/drivers/net/hamradio/6pack.c linux-3.0.3/drivers/net/hamradio/6pack.c
+--- linux-3.0.3/drivers/net/hamradio/6pack.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -31075,99 +28392,113 @@ diff -urNp linux-2.6.38.6/drivers/net/hamradio/6pack.c linux-2.6.38.6/drivers/ne
        if (!count)
                return;
  
-diff -urNp linux-2.6.38.6/drivers/net/igb/e1000_82575.c linux-2.6.38.6/drivers/net/igb/e1000_82575.c
---- linux-2.6.38.6/drivers/net/igb/e1000_82575.c       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/net/igb/e1000_82575.c       2011-04-28 19:34:15.000000000 -0400
-@@ -1747,7 +1747,7 @@ u16 igb_rxpbs_adjust_82580(u32 data)
-       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,
-@@ -1755,13 +1755,13 @@ static struct e1000_mac_operations e1000
-       .get_speed_and_duplex = igb_get_speed_and_duplex_copper,
+diff -urNp linux-3.0.3/drivers/net/igb/e1000_hw.h linux-3.0.3/drivers/net/igb/e1000_hw.h
+--- linux-3.0.3/drivers/net/igb/e1000_hw.h     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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 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.38.6/drivers/net/igb/e1000_hw.h linux-2.6.38.6/drivers/net/igb/e1000_hw.h
---- linux-2.6.38.6/drivers/net/igb/e1000_hw.h  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/net/igb/e1000_hw.h  2011-04-28 19:34:15.000000000 -0400
-@@ -327,22 +327,23 @@ struct e1000_phy_operations {
+ 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);
  };
++typedef struct e1000_phy_operations __no_const e1000_phy_operations_no_const;
  
  struct e1000_nvm_operations {
--      s32  (*acquire)(struct e1000_hw *);
--      s32  (*read)(struct e1000_hw *, u16, u16, u16 *);
--      void (*release)(struct e1000_hw *);
--      s32  (*write)(struct e1000_hw *, u16, u16, u16 *);
-+      s32  (* const acquire)(struct e1000_hw *);
-+      s32  (* const read)(struct e1000_hw *, u16, u16, u16 *);
-+      void (* const release)(struct e1000_hw *);
-+      s32  (* const write)(struct e1000_hw *, u16, u16, u16 *);
+       s32  (*acquire)(struct e1000_hw *);
+@@ -339,6 +341,7 @@ struct e1000_nvm_operations {
+       s32  (*update)(struct e1000_hw *);
+       s32  (*validate)(struct e1000_hw *);
  };
++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];
-@@ -381,6 +382,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;
-@@ -416,6 +418,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;
-diff -urNp linux-2.6.38.6/drivers/net/igbvf/vf.h linux-2.6.38.6/drivers/net/igbvf/vf.h
---- linux-2.6.38.6/drivers/net/igbvf/vf.h      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/net/igbvf/vf.h      2011-04-28 19:34:15.000000000 -0400
-@@ -191,6 +191,7 @@ struct e1000_mac_operations {
+       enum e1000_nvm_override override;
+@@ -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.3/drivers/net/igbvf/vf.h linux-3.0.3/drivers/net/igbvf/vf.h
+--- linux-3.0.3/drivers/net/igbvf/vf.h 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.38.6/drivers/net/ixgb/ixgb_main.c linux-2.6.38.6/drivers/net/ixgb/ixgb_main.c
---- linux-2.6.38.6/drivers/net/ixgb/ixgb_main.c        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/net/ixgb/ixgb_main.c        2011-05-16 21:47:08.000000000 -0400
-@@ -1072,6 +1072,8 @@ ixgb_set_multi(struct net_device *netdev
+@@ -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;
+ struct e1000_mbx_stats {
+       u32 msgs_tx;
+@@ -224,7 +226,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.3/drivers/net/ixgb/ixgb_main.c linux-3.0.3/drivers/net/ixgb/ixgb_main.c
+--- linux-3.0.3/drivers/net/ixgb/ixgb_main.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
  
@@ -31176,9 +28507,9 @@ diff -urNp linux-2.6.38.6/drivers/net/ixgb/ixgb_main.c linux-2.6.38.6/drivers/ne
        /* Check for Promiscuous and All Multicast modes */
  
        rctl = IXGB_READ_REG(hw, RCTL);
-diff -urNp linux-2.6.38.6/drivers/net/ixgb/ixgb_param.c linux-2.6.38.6/drivers/net/ixgb/ixgb_param.c
---- linux-2.6.38.6/drivers/net/ixgb/ixgb_param.c       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/net/ixgb/ixgb_param.c       2011-05-16 21:47:08.000000000 -0400
+diff -urNp linux-3.0.3/drivers/net/ixgb/ixgb_param.c linux-3.0.3/drivers/net/ixgb/ixgb_param.c
+--- linux-3.0.3/drivers/net/ixgb/ixgb_param.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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)
  {
@@ -31189,10 +28520,113 @@ diff -urNp linux-2.6.38.6/drivers/net/ixgb/ixgb_param.c linux-2.6.38.6/drivers/n
        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.38.6/drivers/net/ksz884x.c linux-2.6.38.6/drivers/net/ksz884x.c
---- linux-2.6.38.6/drivers/net/ksz884x.c       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/net/ksz884x.c       2011-05-16 21:47:08.000000000 -0400
-@@ -6536,6 +6536,8 @@ static void netdev_get_ethtool_stats(str
+diff -urNp linux-3.0.3/drivers/net/ixgbe/ixgbe_type.h linux-3.0.3/drivers/net/ixgbe/ixgbe_type.h
+--- linux-3.0.3/drivers/net/ixgbe/ixgbe_type.h 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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_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;
+ 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;
++      ixgbe_eeprom_operations_no_const ops;
+       enum ixgbe_eeprom_type          type;
+       u32                             semaphore_delay;
+       u16                             word_size;
+@@ -2670,7 +2673,7 @@ struct ixgbe_eeprom_info {
+ #define IXGBE_FLAGS_DOUBLE_RESET_REQUIRED     0x01
+ struct ixgbe_mac_info {
+-      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];
+@@ -2698,7 +2701,7 @@ struct ixgbe_mac_info {
+ };
+ struct ixgbe_phy_info {
+-      struct ixgbe_phy_operations     ops;
++      ixgbe_phy_operations_no_const   ops;
+       struct mdio_if_info             mdio;
+       enum ixgbe_phy_type             type;
+       u32                             id;
+@@ -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_mbx_stats {
+       u32 msgs_tx;
+@@ -2737,7 +2741,7 @@ struct ixgbe_mbx_stats {
+ };
+ 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.3/drivers/net/ixgbevf/vf.h linux-3.0.3/drivers/net/ixgbevf/vf.h
+--- linux-3.0.3/drivers/net/ixgbevf/vf.h       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
+ enum ixgbe_mac_type {
+       ixgbe_mac_unknown = 0,
+@@ -79,7 +80,7 @@ enum ixgbe_mac_type {
+ };
+ 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 *);
+ };
++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 {
+ };
+ 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.3/drivers/net/ksz884x.c linux-3.0.3/drivers/net/ksz884x.c
+--- linux-3.0.3/drivers/net/ksz884x.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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];
  
@@ -31201,10 +28635,18 @@ diff -urNp linux-2.6.38.6/drivers/net/ksz884x.c linux-2.6.38.6/drivers/net/ksz88
        mutex_lock(&hw_priv->lock);
        n = SWITCH_PORT_NUM;
        for (i = 0, p = port->first_port; i < port->mib_port_cnt; i++, p++) {
-diff -urNp linux-2.6.38.6/drivers/net/mlx4/main.c linux-2.6.38.6/drivers/net/mlx4/main.c
---- linux-2.6.38.6/drivers/net/mlx4/main.c     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/net/mlx4/main.c     2011-05-16 21:47:08.000000000 -0400
-@@ -737,6 +737,8 @@ static int mlx4_init_hca(struct mlx4_dev
+diff -urNp linux-3.0.3/drivers/net/mlx4/main.c linux-3.0.3/drivers/net/mlx4/main.c
+--- linux-3.0.3/drivers/net/mlx4/main.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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>
+ #include <linux/io-mapping.h>
++#include <linux/sched.h>
+ #include <linux/mlx4/device.h>
+ #include <linux/mlx4/doorbell.h>
+@@ -764,6 +765,8 @@ static int mlx4_init_hca(struct mlx4_dev
        u64 icm_size;
        int err;
  
@@ -31213,10 +28655,10 @@ diff -urNp linux-2.6.38.6/drivers/net/mlx4/main.c linux-2.6.38.6/drivers/net/mlx
        err = mlx4_QUERY_FW(dev);
        if (err) {
                if (err == -EACCES)
-diff -urNp linux-2.6.38.6/drivers/net/niu.c linux-2.6.38.6/drivers/net/niu.c
---- linux-2.6.38.6/drivers/net/niu.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/net/niu.c   2011-05-16 21:47:08.000000000 -0400
-@@ -9067,6 +9067,8 @@ static void __devinit niu_try_msix(struc
+diff -urNp linux-3.0.3/drivers/net/niu.c linux-3.0.3/drivers/net/niu.c
+--- linux-3.0.3/drivers/net/niu.c      2011-08-23 21:44:40.000000000 -0400
++++ linux-3.0.3/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;
  
@@ -31225,9 +28667,9 @@ diff -urNp linux-2.6.38.6/drivers/net/niu.c linux-2.6.38.6/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.38.6/drivers/net/pcnet32.c linux-2.6.38.6/drivers/net/pcnet32.c
---- linux-2.6.38.6/drivers/net/pcnet32.c       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/net/pcnet32.c       2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/drivers/net/pcnet32.c linux-3.0.3/drivers/net/pcnet32.c
+--- linux-3.0.3/drivers/net/pcnet32.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/drivers/net/pcnet32.c  2011-08-23 21:47:55.000000000 -0400
 @@ -82,7 +82,7 @@ static int cards_found;
  /*
   * VLB I/O addresses
@@ -31237,10 +28679,623 @@ diff -urNp linux-2.6.38.6/drivers/net/pcnet32.c linux-2.6.38.6/drivers/net/pcnet
      { 0x300, 0x320, 0x340, 0x360, 0 };
  
  static int pcnet32_debug;
-diff -urNp linux-2.6.38.6/drivers/net/ppp_generic.c linux-2.6.38.6/drivers/net/ppp_generic.c
---- linux-2.6.38.6/drivers/net/ppp_generic.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/net/ppp_generic.c   2011-04-28 19:34:15.000000000 -0400
-@@ -986,7 +986,6 @@ ppp_net_ioctl(struct net_device *dev, st
+@@ -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);
+       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 */
+       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
+@@ -2176,11 +2176,11 @@ static int pcnet32_open(struct net_devic
+       napi_enable(&lp->napi);
+       /* 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));
+-      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);
+       netif_start_queue(dev);
+@@ -2192,19 +2192,19 @@ static int pcnet32_open(struct net_devic
+       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);
+       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));
+       spin_unlock_irqrestore(&lp->lock, flags);
+@@ -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);
+ err_free_irq:
+       spin_unlock_irqrestore(&lp->lock, flags);
+@@ -2323,7 +2323,7 @@ static void pcnet32_restart(struct net_d
+       /* 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;
+       if (i >= 100)
+@@ -2335,13 +2335,13 @@ static void pcnet32_restart(struct net_d
+               return;
+       /* 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;
+-      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);
+       }
+       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));
+       spin_unlock(&lp->lock);
+@@ -2520,20 +2520,20 @@ static int pcnet32_close(struct net_devi
+       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);
+       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));
+       /* 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);
+       /*
+        * 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.3/drivers/net/ppp_generic.c linux-3.0.3/drivers/net/ppp_generic.c
+--- linux-3.0.3/drivers/net/ppp_generic.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -31248,7 +29303,7 @@ diff -urNp linux-2.6.38.6/drivers/net/ppp_generic.c linux-2.6.38.6/drivers/net/p
  
        switch (cmd) {
        case SIOCGPPPSTATS:
-@@ -1008,8 +1007,7 @@ ppp_net_ioctl(struct net_device *dev, st
+@@ -1009,8 +1008,7 @@ ppp_net_ioctl(struct net_device *dev, st
                break;
  
        case SIOCGPPPVER:
@@ -31258,22 +29313,28 @@ diff -urNp linux-2.6.38.6/drivers/net/ppp_generic.c linux-2.6.38.6/drivers/net/p
                        break;
                err = 0;
                break;
-diff -urNp linux-2.6.38.6/drivers/net/tg3.c linux-2.6.38.6/drivers/net/tg3.c
---- linux-2.6.38.6/drivers/net/tg3.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/net/tg3.c   2011-05-11 18:35:16.000000000 -0400
-@@ -13003,7 +13003,7 @@ done:
- static struct pci_dev * __devinit tg3_find_peer(struct tg3 *);
--static void inline vlan_features_add(struct net_device *dev, unsigned long flags)
-+static inline void vlan_features_add(struct net_device *dev, unsigned long flags)
- {
-       dev->vlan_features |= flags;
- }
-diff -urNp linux-2.6.38.6/drivers/net/tg3.h linux-2.6.38.6/drivers/net/tg3.h
---- linux-2.6.38.6/drivers/net/tg3.h   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/net/tg3.h   2011-04-28 19:34:15.000000000 -0400
-@@ -131,6 +131,7 @@
+diff -urNp linux-3.0.3/drivers/net/r8169.c linux-3.0.3/drivers/net/r8169.c
+--- linux-3.0.3/drivers/net/r8169.c    2011-08-23 21:44:40.000000000 -0400
++++ linux-3.0.3/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.3/drivers/net/tg3.h linux-3.0.3/drivers/net/tg3.h
+--- linux-3.0.3/drivers/net/tg3.h      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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
@@ -31281,10 +29342,83 @@ diff -urNp linux-2.6.38.6/drivers/net/tg3.h linux-2.6.38.6/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.38.6/drivers/net/tulip/de2104x.c linux-2.6.38.6/drivers/net/tulip/de2104x.c
---- linux-2.6.38.6/drivers/net/tulip/de2104x.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/net/tulip/de2104x.c 2011-05-16 21:47:08.000000000 -0400
-@@ -1817,6 +1817,8 @@ static void __devinit de21041_get_srom_i
+diff -urNp linux-3.0.3/drivers/net/tokenring/abyss.c linux-3.0.3/drivers/net/tokenring/abyss.c
+--- linux-3.0.3/drivers/net/tokenring/abyss.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.3/drivers/net/tokenring/madgemc.c linux-3.0.3/drivers/net/tokenring/madgemc.c
+--- linux-3.0.3/drivers/net/tokenring/madgemc.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.3/drivers/net/tokenring/proteon.c linux-3.0.3/drivers/net/tokenring/proteon.c
+--- linux-3.0.3/drivers/net/tokenring/proteon.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.3/drivers/net/tokenring/skisa.c linux-3.0.3/drivers/net/tokenring/skisa.c
+--- linux-3.0.3/drivers/net/tokenring/skisa.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.3/drivers/net/tulip/de2104x.c linux-3.0.3/drivers/net/tulip/de2104x.c
+--- linux-3.0.3/drivers/net/tulip/de2104x.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
  
@@ -31293,9 +29427,9 @@ diff -urNp linux-2.6.38.6/drivers/net/tulip/de2104x.c linux-2.6.38.6/drivers/net
        /* download entire eeprom */
        for (i = 0; i < DE_EEPROM_WORDS; i++)
                ((__le16 *)ee_data)[i] =
-diff -urNp linux-2.6.38.6/drivers/net/tulip/de4x5.c linux-2.6.38.6/drivers/net/tulip/de4x5.c
---- linux-2.6.38.6/drivers/net/tulip/de4x5.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/net/tulip/de4x5.c   2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/drivers/net/tulip/de4x5.c linux-3.0.3/drivers/net/tulip/de4x5.c
+--- linux-3.0.3/drivers/net/tulip/de4x5.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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];
@@ -31314,9 +29448,9 @@ diff -urNp linux-2.6.38.6/drivers/net/tulip/de4x5.c linux-2.6.38.6/drivers/net/t
                return -EFAULT;
        break;
      }
-diff -urNp linux-2.6.38.6/drivers/net/usb/hso.c linux-2.6.38.6/drivers/net/usb/hso.c
---- linux-2.6.38.6/drivers/net/usb/hso.c       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/net/usb/hso.c       2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/drivers/net/usb/hso.c linux-3.0.3/drivers/net/usb/hso.c
+--- linux-3.0.3/drivers/net/usb/hso.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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>
@@ -31404,7 +29538,7 @@ diff -urNp linux-2.6.38.6/drivers/net/usb/hso.c linux-2.6.38.6/drivers/net/usb/h
                                        /* 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)) {
@@ -31413,10 +29547,10 @@ diff -urNp linux-2.6.38.6/drivers/net/usb/hso.c linux-2.6.38.6/drivers/net/usb/h
                                result =
                                    hso_start_serial_device(serial_table[i], GFP_NOIO);
                                hso_kick_transmit(dev2ser(serial_table[i]));
-diff -urNp linux-2.6.38.6/drivers/net/vmxnet3/vmxnet3_ethtool.c linux-2.6.38.6/drivers/net/vmxnet3/vmxnet3_ethtool.c
---- linux-2.6.38.6/drivers/net/vmxnet3/vmxnet3_ethtool.c       2011-04-18 17:27:18.000000000 -0400
-+++ linux-2.6.38.6/drivers/net/vmxnet3/vmxnet3_ethtool.c       2011-04-28 19:34:15.000000000 -0400
-@@ -628,8 +628,7 @@ vmxnet3_set_rss_indir(struct net_device 
+diff -urNp linux-3.0.3/drivers/net/vmxnet3/vmxnet3_ethtool.c linux-3.0.3/drivers/net/vmxnet3/vmxnet3_ethtool.c
+--- linux-3.0.3/drivers/net/vmxnet3/vmxnet3_ethtool.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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
                 */
@@ -31426,10 +29560,22 @@ diff -urNp linux-2.6.38.6/drivers/net/vmxnet3/vmxnet3_ethtool.c linux-2.6.38.6/d
                        return -EINVAL;
        }
  
-diff -urNp linux-2.6.38.6/drivers/net/vxge/vxge-main.c linux-2.6.38.6/drivers/net/vxge/vxge-main.c
---- linux-2.6.38.6/drivers/net/vxge/vxge-main.c        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/net/vxge/vxge-main.c        2011-05-16 21:47:08.000000000 -0400
-@@ -97,6 +97,8 @@ static inline void VXGE_COMPLETE_VPATH_T
+diff -urNp linux-3.0.3/drivers/net/vxge/vxge-config.h linux-3.0.3/drivers/net/vxge/vxge-config.h
+--- linux-3.0.3/drivers/net/vxge/vxge-config.h 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
+ /*
+  * struct __vxge_hw_blockpool_entry - Block private data structure
+diff -urNp linux-3.0.3/drivers/net/vxge/vxge-main.c linux-3.0.3/drivers/net/vxge/vxge-main.c
+--- linux-3.0.3/drivers/net/vxge/vxge-main.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
  
@@ -31438,7 +29584,7 @@ diff -urNp linux-2.6.38.6/drivers/net/vxge/vxge-main.c linux-2.6.38.6/drivers/ne
        do {
                more = 0;
                skb_ptr = completed;
-@@ -1889,6 +1891,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;
  
@@ -31447,9 +29593,21 @@ diff -urNp linux-2.6.38.6/drivers/net/vxge/vxge-main.c linux-2.6.38.6/drivers/ne
        /*
         * Filling
         *      - itable with bucket numbers
-diff -urNp linux-2.6.38.6/drivers/net/wan/cycx_x25.c linux-2.6.38.6/drivers/net/wan/cycx_x25.c
---- linux-2.6.38.6/drivers/net/wan/cycx_x25.c  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/net/wan/cycx_x25.c  2011-05-16 21:47:08.000000000 -0400
+diff -urNp linux-3.0.3/drivers/net/vxge/vxge-traffic.h linux-3.0.3/drivers/net/vxge/vxge-traffic.h
+--- linux-3.0.3/drivers/net/vxge/vxge-traffic.h        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.3/drivers/net/wan/cycx_x25.c linux-3.0.3/drivers/net/wan/cycx_x25.c
+--- linux-3.0.3/drivers/net/wan/cycx_x25.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -31459,9 +29617,37 @@ diff -urNp linux-2.6.38.6/drivers/net/wan/cycx_x25.c linux-2.6.38.6/drivers/net/
        if (len >= (sizeof(hex) / 2))
                len = (sizeof(hex) / 2) - 1;
  
-diff -urNp linux-2.6.38.6/drivers/net/wimax/i2400m/usb-fw.c linux-2.6.38.6/drivers/net/wimax/i2400m/usb-fw.c
---- linux-2.6.38.6/drivers/net/wimax/i2400m/usb-fw.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/net/wimax/i2400m/usb-fw.c   2011-05-16 21:47:08.000000000 -0400
+diff -urNp linux-3.0.3/drivers/net/wan/hdlc_x25.c linux-3.0.3/drivers/net/wan/hdlc_x25.c
+--- linux-3.0.3/drivers/net/wan/hdlc_x25.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.3/drivers/net/wimax/i2400m/usb-fw.c linux-3.0.3/drivers/net/wimax/i2400m/usb-fw.c
+--- linux-3.0.3/drivers/net/wimax/i2400m/usb-fw.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);
@@ -31471,10 +29657,10 @@ diff -urNp linux-2.6.38.6/drivers/net/wimax/i2400m/usb-fw.c linux-2.6.38.6/drive
        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.38.6/drivers/net/wireless/airo.c linux-2.6.38.6/drivers/net/wireless/airo.c
---- linux-2.6.38.6/drivers/net/wireless/airo.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/net/wireless/airo.c 2011-05-16 21:47:08.000000000 -0400
-@@ -3001,6 +3001,8 @@ static void airo_process_scan_results (s
+diff -urNp linux-3.0.3/drivers/net/wireless/airo.c linux-3.0.3/drivers/net/wireless/airo.c
+--- linux-3.0.3/drivers/net/wireless/airo.c    2011-08-23 21:44:40.000000000 -0400
++++ linux-3.0.3/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;
  
@@ -31483,7 +29669,7 @@ diff -urNp linux-2.6.38.6/drivers/net/wireless/airo.c linux-2.6.38.6/drivers/net
        /* 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;
  
@@ -31492,7 +29678,7 @@ diff -urNp linux-2.6.38.6/drivers/net/wireless/airo.c linux-2.6.38.6/drivers/net
        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;
  
@@ -31501,7 +29687,7 @@ diff -urNp linux-2.6.38.6/drivers/net/wireless/airo.c linux-2.6.38.6/drivers/net
        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;
  
@@ -31510,7 +29696,7 @@ diff -urNp linux-2.6.38.6/drivers/net/wireless/airo.c linux-2.6.38.6/drivers/net
        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;
  
@@ -31519,7 +29705,7 @@ diff -urNp linux-2.6.38.6/drivers/net/wireless/airo.c linux-2.6.38.6/drivers/net
        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;
  
@@ -31528,9 +29714,9 @@ diff -urNp linux-2.6.38.6/drivers/net/wireless/airo.c linux-2.6.38.6/drivers/net
        /* Get stats out of the card */
        clear_bit(JOB_WSTATS, &local->jobs);
        if (local->power.event) {
-diff -urNp linux-2.6.38.6/drivers/net/wireless/ath/ath5k/debug.c linux-2.6.38.6/drivers/net/wireless/ath/ath5k/debug.c
---- linux-2.6.38.6/drivers/net/wireless/ath/ath5k/debug.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/net/wireless/ath/ath5k/debug.c      2011-05-16 21:47:08.000000000 -0400
+diff -urNp linux-3.0.3/drivers/net/wireless/ath/ath5k/debug.c linux-3.0.3/drivers/net/wireless/ath/ath5k/debug.c
+--- linux-3.0.3/drivers/net/wireless/ath/ath5k/debug.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -31540,7 +29726,7 @@ diff -urNp linux-2.6.38.6/drivers/net/wireless/ath/ath5k/debug.c linux-2.6.38.6/
        v = ath5k_hw_reg_read(sc->ah, AR5K_BEACON);
        len += snprintf(buf+len, sizeof(buf)-len,
                "%-24s0x%08x\tintval: %d\tTIM: 0x%x\n",
-@@ -325,6 +327,8 @@ static ssize_t read_file_debug(struct fi
+@@ -323,6 +325,8 @@ static ssize_t read_file_debug(struct fi
        unsigned int len = 0;
        unsigned int i;
  
@@ -31549,7 +29735,7 @@ diff -urNp linux-2.6.38.6/drivers/net/wireless/ath/ath5k/debug.c linux-2.6.38.6/
        len += snprintf(buf+len, sizeof(buf)-len,
                "DEBUG LEVEL: 0x%08x\n\n", sc->debug.level);
  
-@@ -386,6 +390,8 @@ static ssize_t read_file_antenna(struct 
+@@ -384,6 +388,8 @@ static ssize_t read_file_antenna(struct 
        unsigned int i;
        unsigned int v;
  
@@ -31558,7 +29744,7 @@ diff -urNp linux-2.6.38.6/drivers/net/wireless/ath/ath5k/debug.c linux-2.6.38.6/
        len += snprintf(buf+len, sizeof(buf)-len, "antenna mode\t%d\n",
                sc->ah->ah_ant_mode);
        len += snprintf(buf+len, sizeof(buf)-len, "default antenna\t%d\n",
-@@ -496,6 +502,8 @@ static ssize_t read_file_misc(struct fil
+@@ -494,6 +500,8 @@ static ssize_t read_file_misc(struct fil
        unsigned int len = 0;
        u32 filt = ath5k_hw_get_rx_filter(sc->ah);
  
@@ -31567,7 +29753,7 @@ diff -urNp linux-2.6.38.6/drivers/net/wireless/ath/ath5k/debug.c linux-2.6.38.6/
        len += snprintf(buf+len, sizeof(buf)-len, "bssid-mask: %pM\n",
                        sc->bssidmask);
        len += snprintf(buf+len, sizeof(buf)-len, "filter-flags: 0x%x ",
-@@ -552,6 +560,8 @@ static ssize_t read_file_frameerrors(str
+@@ -550,6 +558,8 @@ static ssize_t read_file_frameerrors(str
        unsigned int len = 0;
        int i;
  
@@ -31576,7 +29762,7 @@ diff -urNp linux-2.6.38.6/drivers/net/wireless/ath/ath5k/debug.c linux-2.6.38.6/
        len += snprintf(buf+len, sizeof(buf)-len,
                        "RX\n---------------------\n");
        len += snprintf(buf+len, sizeof(buf)-len, "CRC\t%u\t(%u%%)\n",
-@@ -669,6 +679,8 @@ static ssize_t read_file_ani(struct file
+@@ -667,6 +677,8 @@ static ssize_t read_file_ani(struct file
        char buf[700];
        unsigned int len = 0;
  
@@ -31585,7 +29771,7 @@ diff -urNp linux-2.6.38.6/drivers/net/wireless/ath/ath5k/debug.c linux-2.6.38.6/
        len += snprintf(buf+len, sizeof(buf)-len,
                        "HW has PHY error counters:\t%s\n",
                        sc->ah->ah_capabilities.cap_has_phyerr_counters ?
-@@ -829,6 +841,8 @@ static ssize_t read_file_queue(struct fi
+@@ -827,6 +839,8 @@ static ssize_t read_file_queue(struct fi
        struct ath5k_buf *bf, *bf0;
        int i, n;
  
@@ -31594,20 +29780,11 @@ diff -urNp linux-2.6.38.6/drivers/net/wireless/ath/ath5k/debug.c linux-2.6.38.6/
        len += snprintf(buf+len, sizeof(buf)-len,
                        "available txbuffers: %d\n", sc->txbuf_len);
  
-diff -urNp linux-2.6.38.6/drivers/net/wireless/ath/ath9k/ar9003_calib.c linux-2.6.38.6/drivers/net/wireless/ath/ath9k/ar9003_calib.c
---- linux-2.6.38.6/drivers/net/wireless/ath/ath9k/ar9003_calib.c       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/net/wireless/ath/ath9k/ar9003_calib.c       2011-05-16 21:47:08.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.3/drivers/net/wireless/ath/ath9k/ar9003_calib.c linux-3.0.3/drivers/net/wireless/ath/ath9k/ar9003_calib.c
+--- linux-3.0.3/drivers/net/wireless/ath/ath9k/ar9003_calib.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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();
@@ -31615,9 +29792,9 @@ diff -urNp linux-2.6.38.6/drivers/net/wireless/ath/ath9k/ar9003_calib.c linux-2.
        for (i = 0; i < AR9300_MAX_CHAINS; i++) {
                if (ah->txchainmask & (1 << i))
                        num_chains++;
-diff -urNp linux-2.6.38.6/drivers/net/wireless/ath/ath9k/ar9003_paprd.c linux-2.6.38.6/drivers/net/wireless/ath/ath9k/ar9003_paprd.c
---- linux-2.6.38.6/drivers/net/wireless/ath/ath9k/ar9003_paprd.c       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/net/wireless/ath/ath9k/ar9003_paprd.c       2011-05-16 21:47:08.000000000 -0400
+diff -urNp linux-3.0.3/drivers/net/wireless/ath/ath9k/ar9003_paprd.c linux-3.0.3/drivers/net/wireless/ath/ath9k/ar9003_paprd.c
+--- linux-3.0.3/drivers/net/wireless/ath/ath9k/ar9003_paprd.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -31627,10 +29804,10 @@ diff -urNp linux-2.6.38.6/drivers/net/wireless/ath/ath9k/ar9003_paprd.c linux-2.
        /* disregard any bin that contains <= 16 samples */
        thresh_accum_cnt = 16;
        scale_factor = 5;
-diff -urNp linux-2.6.38.6/drivers/net/wireless/ath/ath9k/debug.c linux-2.6.38.6/drivers/net/wireless/ath/ath9k/debug.c
---- linux-2.6.38.6/drivers/net/wireless/ath/ath9k/debug.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/net/wireless/ath/ath9k/debug.c      2011-05-16 21:47:08.000000000 -0400
-@@ -321,6 +321,8 @@ static ssize_t read_file_interrupt(struc
+diff -urNp linux-3.0.3/drivers/net/wireless/ath/ath9k/debug.c linux-3.0.3/drivers/net/wireless/ath/ath9k/debug.c
+--- linux-3.0.3/drivers/net/wireless/ath/ath9k/debug.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
  
@@ -31639,19 +29816,28 @@ diff -urNp linux-2.6.38.6/drivers/net/wireless/ath/ath9k/debug.c linux-2.6.38.6/
        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);
-@@ -410,6 +412,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;
  
 +      pax_track_stack();
 +
        len += snprintf(buf + len, sizeof(buf) - len,
-                       "primary: %s (%s chan=%d ht=%d)\n",
-                       wiphy_name(sc->pri_wiphy->hw->wiphy),
-diff -urNp linux-2.6.38.6/drivers/net/wireless/ath/ath9k/htc_drv_main.c linux-2.6.38.6/drivers/net/wireless/ath/ath9k/htc_drv_main.c
---- linux-2.6.38.6/drivers/net/wireless/ath/ath9k/htc_drv_main.c       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/net/wireless/ath/ath9k/htc_drv_main.c       2011-05-16 21:47:08.000000000 -0400
-@@ -620,6 +620,8 @@ static ssize_t read_file_tgt_stats(struc
+                       "%s (chan=%d  center-freq: %d MHz  channel-type: %d (%s))\n",
+                       wiphy_name(sc->hw->wiphy),
+diff -urNp linux-3.0.3/drivers/net/wireless/ath/ath9k/htc_drv_debug.c linux-3.0.3/drivers/net/wireless/ath/ath9k/htc_drv_debug.c
+--- linux-3.0.3/drivers/net/wireless/ath/ath9k/htc_drv_debug.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
  
@@ -31659,8 +29845,17 @@ diff -urNp linux-2.6.38.6/drivers/net/wireless/ath/ath9k/htc_drv_main.c linux-2.
 +
        memset(&cmd_rsp, 0, sizeof(cmd_rsp));
  
-       WMI_CMD(WMI_TGT_STATS_CMDID);
-@@ -665,6 +667,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;
  
@@ -31669,43 +29864,69 @@ diff -urNp linux-2.6.38.6/drivers/net/wireless/ath/ath9k/htc_drv_main.c linux-2.
        len += snprintf(buf + len, sizeof(buf) - len,
                        "%20s : %10u\n", "Buffers queued",
                        priv->debug.tx_stats.buf_queued);
-@@ -714,6 +718,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);
-diff -urNp linux-2.6.38.6/drivers/net/wireless/b43/debugfs.c linux-2.6.38.6/drivers/net/wireless/b43/debugfs.c
---- linux-2.6.38.6/drivers/net/wireless/b43/debugfs.c  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/net/wireless/b43/debugfs.c  2011-04-28 19:34:15.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;
+       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.3/drivers/net/wireless/ath/ath9k/hw.h linux-3.0.3/drivers/net/wireless/ath/ath9k/hw.h
+--- linux-3.0.3/drivers/net/wireless/ath/ath9k/hw.h    2011-08-23 21:44:40.000000000 -0400
++++ linux-3.0.3/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.3/drivers/net/wireless/ath/ath.h linux-3.0.3/drivers/net/wireless/ath/ath.h
+--- linux-3.0.3/drivers/net/wireless/ath/ath.h 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);
  };
-diff -urNp linux-2.6.38.6/drivers/net/wireless/b43legacy/debugfs.c linux-2.6.38.6/drivers/net/wireless/b43legacy/debugfs.c
---- linux-2.6.38.6/drivers/net/wireless/b43legacy/debugfs.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/net/wireless/b43legacy/debugfs.c    2011-04-28 19:34:15.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.38.6/drivers/net/wireless/ipw2x00/ipw2100.c linux-2.6.38.6/drivers/net/wireless/ipw2x00/ipw2100.c
---- linux-2.6.38.6/drivers/net/wireless/ipw2x00/ipw2100.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/net/wireless/ipw2x00/ipw2100.c      2011-05-16 21:47:08.000000000 -0400
-@@ -2101,6 +2101,8 @@ static int ipw2100_set_essid(struct ipw2
++typedef struct ath_ops __no_const ath_ops_no_const;
+ struct ath_common;
+ struct ath_bus_ops;
+diff -urNp linux-3.0.3/drivers/net/wireless/ipw2x00/ipw2100.c linux-3.0.3/drivers/net/wireless/ipw2x00/ipw2100.c
+--- linux-3.0.3/drivers/net/wireless/ipw2x00/ipw2100.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);
  
@@ -31714,7 +29935,7 @@ diff -urNp linux-2.6.38.6/drivers/net/wireless/ipw2x00/ipw2100.c linux-2.6.38.6/
        IPW_DEBUG_HC("SSID: '%s'\n", print_ssid(ssid, essid, ssid_len));
  
        if (ssid_len)
-@@ -5455,6 +5457,8 @@ static int ipw2100_set_key(struct ipw210
+@@ -5449,6 +5451,8 @@ static int ipw2100_set_key(struct ipw210
        struct ipw2100_wep_key *wep_key = (void *)cmd.host_command_parameters;
        int err;
  
@@ -31723,9 +29944,9 @@ diff -urNp linux-2.6.38.6/drivers/net/wireless/ipw2x00/ipw2100.c linux-2.6.38.6/
        IPW_DEBUG_HC("WEP_KEY_INFO: index = %d, len = %d/%d\n",
                     idx, keylen, len);
  
-diff -urNp linux-2.6.38.6/drivers/net/wireless/ipw2x00/libipw_rx.c linux-2.6.38.6/drivers/net/wireless/ipw2x00/libipw_rx.c
---- linux-2.6.38.6/drivers/net/wireless/ipw2x00/libipw_rx.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/net/wireless/ipw2x00/libipw_rx.c    2011-05-16 21:47:08.000000000 -0400
+diff -urNp linux-3.0.3/drivers/net/wireless/ipw2x00/libipw_rx.c linux-3.0.3/drivers/net/wireless/ipw2x00/libipw_rx.c
+--- linux-3.0.3/drivers/net/wireless/ipw2x00/libipw_rx.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);
@@ -31735,10 +29956,24 @@ diff -urNp linux-2.6.38.6/drivers/net/wireless/ipw2x00/libipw_rx.c linux-2.6.38.
        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.38.6/drivers/net/wireless/iwlwifi/iwl-agn-rs.c linux-2.6.38.6/drivers/net/wireless/iwlwifi/iwl-agn-rs.c
---- linux-2.6.38.6/drivers/net/wireless/iwlwifi/iwl-agn-rs.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/net/wireless/iwlwifi/iwl-agn-rs.c   2011-05-16 21:47:08.000000000 -0400
-@@ -883,6 +883,8 @@ static void rs_tx_status(void *priv_r, s
+diff -urNp linux-3.0.3/drivers/net/wireless/iwlegacy/iwl3945-base.c linux-3.0.3/drivers/net/wireless/iwlegacy/iwl3945-base.c
+--- linux-3.0.3/drivers/net/wireless/iwlegacy/iwl3945-base.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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();
+       }
+       IWL_DEBUG_INFO(priv, "*** LOAD DRIVER ***\n");
+diff -urNp linux-3.0.3/drivers/net/wireless/iwlwifi/iwl-agn-rs.c linux-3.0.3/drivers/net/wireless/iwlwifi/iwl-agn-rs.c
+--- linux-3.0.3/drivers/net/wireless/iwlwifi/iwl-agn-rs.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
  
@@ -31747,8 +29982,8 @@ diff -urNp linux-2.6.38.6/drivers/net/wireless/iwlwifi/iwl-agn-rs.c linux-2.6.38
        IWL_DEBUG_RATE_LIMIT(priv, "get frame ack response, update rate scale window\n");
  
        /* Treat uninitialized rate scaling data same as non-existing. */
-@@ -2892,6 +2894,8 @@ static void rs_fill_link_cmd(struct iwl_
-       u8 valid_tx_ant = 0;
+@@ -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;
  
 +      pax_track_stack();
@@ -31756,10 +29991,10 @@ diff -urNp linux-2.6.38.6/drivers/net/wireless/iwlwifi/iwl-agn-rs.c linux-2.6.38
        /* Override starting rate (index 0) if needed for debug purposes */
        rs_dbgfs_set_mcs(lq_sta, &new_rate, index);
  
-diff -urNp linux-2.6.38.6/drivers/net/wireless/iwlwifi/iwl-debugfs.c linux-2.6.38.6/drivers/net/wireless/iwlwifi/iwl-debugfs.c
---- linux-2.6.38.6/drivers/net/wireless/iwlwifi/iwl-debugfs.c  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/net/wireless/iwlwifi/iwl-debugfs.c  2011-05-16 21:47:08.000000000 -0400
-@@ -518,6 +518,8 @@ static ssize_t iwl_dbgfs_status_read(str
+diff -urNp linux-3.0.3/drivers/net/wireless/iwlwifi/iwl-debugfs.c linux-3.0.3/drivers/net/wireless/iwlwifi/iwl-debugfs.c
+--- linux-3.0.3/drivers/net/wireless/iwlwifi/iwl-debugfs.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);
  
@@ -31768,7 +30003,7 @@ diff -urNp linux-2.6.38.6/drivers/net/wireless/iwlwifi/iwl-debugfs.c linux-2.6.3
        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",
-@@ -650,6 +652,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);
  
@@ -31777,9 +30012,9 @@ diff -urNp linux-2.6.38.6/drivers/net/wireless/iwlwifi/iwl-debugfs.c linux-2.6.3
        for_each_context(priv, ctx) {
                pos += scnprintf(buf + pos, bufsz - pos, "context %d:\n",
                                 ctx->ctxid);
-diff -urNp linux-2.6.38.6/drivers/net/wireless/iwlwifi/iwl-debug.h linux-2.6.38.6/drivers/net/wireless/iwlwifi/iwl-debug.h
---- linux-2.6.38.6/drivers/net/wireless/iwlwifi/iwl-debug.h    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/net/wireless/iwlwifi/iwl-debug.h    2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/drivers/net/wireless/iwlwifi/iwl-debug.h linux-3.0.3/drivers/net/wireless/iwlwifi/iwl-debug.h
+--- linux-3.0.3/drivers/net/wireless/iwlwifi/iwl-debug.h       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/drivers/net/wireless/iwlwifi/iwl-debug.h       2011-08-23 21:47:55.000000000 -0400
 @@ -68,8 +68,8 @@ do {                                    
  } while (0)
  
@@ -31791,9 +30026,9 @@ diff -urNp linux-2.6.38.6/drivers/net/wireless/iwlwifi/iwl-debug.h linux-2.6.38.
  static inline void iwl_print_hex_dump(struct iwl_priv *priv, int level,
                                      const void *p, u32 len)
  {}
-diff -urNp linux-2.6.38.6/drivers/net/wireless/iwmc3200wifi/debugfs.c linux-2.6.38.6/drivers/net/wireless/iwmc3200wifi/debugfs.c
---- linux-2.6.38.6/drivers/net/wireless/iwmc3200wifi/debugfs.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/net/wireless/iwmc3200wifi/debugfs.c 2011-05-16 21:47:08.000000000 -0400
+diff -urNp linux-3.0.3/drivers/net/wireless/iwmc3200wifi/debugfs.c linux-3.0.3/drivers/net/wireless/iwmc3200wifi/debugfs.c
+--- linux-3.0.3/drivers/net/wireless/iwmc3200wifi/debugfs.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -31803,21 +30038,27 @@ diff -urNp linux-2.6.38.6/drivers/net/wireless/iwmc3200wifi/debugfs.c linux-2.6.
        if (*ppos != 0)
                return 0;
        if (count < sizeof(buf))
-diff -urNp linux-2.6.38.6/drivers/net/wireless/libertas/debugfs.c linux-2.6.38.6/drivers/net/wireless/libertas/debugfs.c
---- linux-2.6.38.6/drivers/net/wireless/libertas/debugfs.c     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/net/wireless/libertas/debugfs.c     2011-04-28 19:34:15.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;
- };
+diff -urNp linux-3.0.3/drivers/net/wireless/mac80211_hwsim.c linux-3.0.3/drivers/net/wireless/mac80211_hwsim.c
+--- linux-3.0.3/drivers/net/wireless/mac80211_hwsim.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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 const struct lbs_debugfs_files debugfs_files[] = {
-diff -urNp linux-2.6.38.6/drivers/net/wireless/rndis_wlan.c linux-2.6.38.6/drivers/net/wireless/rndis_wlan.c
---- linux-2.6.38.6/drivers/net/wireless/rndis_wlan.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/net/wireless/rndis_wlan.c   2011-04-28 19:34:15.000000000 -0400
+       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();
+       }
+       spin_lock_init(&hwsim_radio_lock);
+diff -urNp linux-3.0.3/drivers/net/wireless/rndis_wlan.c linux-3.0.3/drivers/net/wireless/rndis_wlan.c
+--- linux-3.0.3/drivers/net/wireless/rndis_wlan.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);
@@ -31827,10 +30068,10 @@ diff -urNp linux-2.6.38.6/drivers/net/wireless/rndis_wlan.c linux-2.6.38.6/drive
                rts_threshold = 2347;
  
        tmp = cpu_to_le32(rts_threshold);
-diff -urNp linux-2.6.38.6/drivers/net/wireless/rtlwifi/rtl8192ce/phy.c linux-2.6.38.6/drivers/net/wireless/rtlwifi/rtl8192ce/phy.c
---- linux-2.6.38.6/drivers/net/wireless/rtlwifi/rtl8192ce/phy.c        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/net/wireless/rtlwifi/rtl8192ce/phy.c        2011-05-16 21:47:08.000000000 -0400
-@@ -1277,6 +1277,8 @@ static bool _rtl92c_phy_sw_chnl_step_by_
+diff -urNp linux-3.0.3/drivers/net/wireless/rtlwifi/rtl8192c/phy_common.c linux-3.0.3/drivers/net/wireless/rtlwifi/rtl8192c/phy_common.c
+--- linux-3.0.3/drivers/net/wireless/rtlwifi/rtl8192c/phy_common.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
  
@@ -31839,10 +30080,22 @@ diff -urNp linux-2.6.38.6/drivers/net/wireless/rtlwifi/rtl8192ce/phy.c linux-2.6
        precommoncmdcnt = 0;
        _rtl92c_phy_set_sw_chnl_cmdarray(precommoncmd, precommoncmdcnt++,
                                         MAX_PRECMD_CNT,
-diff -urNp linux-2.6.38.6/drivers/net/wireless/wl12xx/spi.c linux-2.6.38.6/drivers/net/wireless/wl12xx/spi.c
---- linux-2.6.38.6/drivers/net/wireless/wl12xx/spi.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/net/wireless/wl12xx/spi.c   2011-05-16 21:47:08.000000000 -0400
-@@ -279,6 +279,8 @@ static void wl1271_spi_raw_write(struct 
+diff -urNp linux-3.0.3/drivers/net/wireless/wl1251/wl1251.h linux-3.0.3/drivers/net/wireless/wl1251/wl1251.h
+--- linux-3.0.3/drivers/net/wireless/wl1251/wl1251.h   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.3/drivers/net/wireless/wl12xx/spi.c linux-3.0.3/drivers/net/wireless/wl12xx/spi.c
+--- linux-3.0.3/drivers/net/wireless/wl12xx/spi.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
  
@@ -31851,10 +30104,10 @@ diff -urNp linux-2.6.38.6/drivers/net/wireless/wl12xx/spi.c linux-2.6.38.6/drive
        WARN_ON(len > WL1271_AGGR_BUFFER_SIZE);
  
        spi_message_init(&m);
-diff -urNp linux-2.6.38.6/drivers/oprofile/buffer_sync.c linux-2.6.38.6/drivers/oprofile/buffer_sync.c
---- linux-2.6.38.6/drivers/oprofile/buffer_sync.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/oprofile/buffer_sync.c      2011-04-28 19:34:15.000000000 -0400
-@@ -342,7 +342,7 @@ static void add_data(struct op_entry *en
+diff -urNp linux-3.0.3/drivers/oprofile/buffer_sync.c linux-3.0.3/drivers/oprofile/buffer_sync.c
+--- linux-3.0.3/drivers/oprofile/buffer_sync.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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) {
@@ -31863,7 +30116,7 @@ diff -urNp linux-2.6.38.6/drivers/oprofile/buffer_sync.c linux-2.6.38.6/drivers/
                        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) {
@@ -31880,7 +30133,7 @@ diff -urNp linux-2.6.38.6/drivers/oprofile/buffer_sync.c linux-2.6.38.6/drivers/
                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;
@@ -31889,9 +30142,9 @@ diff -urNp linux-2.6.38.6/drivers/oprofile/buffer_sync.c linux-2.6.38.6/drivers/
                }
        }
        release_mm(mm);
-diff -urNp linux-2.6.38.6/drivers/oprofile/event_buffer.c linux-2.6.38.6/drivers/oprofile/event_buffer.c
---- linux-2.6.38.6/drivers/oprofile/event_buffer.c     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/oprofile/event_buffer.c     2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/drivers/oprofile/event_buffer.c linux-3.0.3/drivers/oprofile/event_buffer.c
+--- linux-3.0.3/drivers/oprofile/event_buffer.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/drivers/oprofile/event_buffer.c        2011-08-23 21:47:55.000000000 -0400
 @@ -53,7 +53,7 @@ void add_event_entry(unsigned long value
        }
  
@@ -31901,9 +30154,9 @@ diff -urNp linux-2.6.38.6/drivers/oprofile/event_buffer.c linux-2.6.38.6/drivers
                return;
        }
  
-diff -urNp linux-2.6.38.6/drivers/oprofile/oprof.c linux-2.6.38.6/drivers/oprofile/oprof.c
---- linux-2.6.38.6/drivers/oprofile/oprof.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/oprofile/oprof.c    2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/drivers/oprofile/oprof.c linux-3.0.3/drivers/oprofile/oprof.c
+--- linux-3.0.3/drivers/oprofile/oprof.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -31913,9 +30166,9 @@ diff -urNp linux-2.6.38.6/drivers/oprofile/oprof.c linux-2.6.38.6/drivers/oprofi
        start_switch_worker();
  }
  
-diff -urNp linux-2.6.38.6/drivers/oprofile/oprofilefs.c linux-2.6.38.6/drivers/oprofile/oprofilefs.c
---- linux-2.6.38.6/drivers/oprofile/oprofilefs.c       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/oprofile/oprofilefs.c       2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/drivers/oprofile/oprofilefs.c linux-3.0.3/drivers/oprofile/oprofilefs.c
+--- linux-3.0.3/drivers/oprofile/oprofilefs.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/drivers/oprofile/oprofilefs.c  2011-08-23 21:47:55.000000000 -0400
 @@ -186,7 +186,7 @@ static const struct file_operations atom
  
  
@@ -31925,9 +30178,9 @@ diff -urNp linux-2.6.38.6/drivers/oprofile/oprofilefs.c linux-2.6.38.6/drivers/o
  {
        return __oprofilefs_create_file(sb, root, name,
                                        &atomic_ro_fops, 0444, val);
-diff -urNp linux-2.6.38.6/drivers/oprofile/oprofile_stats.c linux-2.6.38.6/drivers/oprofile/oprofile_stats.c
---- linux-2.6.38.6/drivers/oprofile/oprofile_stats.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/oprofile/oprofile_stats.c   2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/drivers/oprofile/oprofile_stats.c linux-3.0.3/drivers/oprofile/oprofile_stats.c
+--- linux-3.0.3/drivers/oprofile/oprofile_stats.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
        }
@@ -31945,9 +30198,9 @@ diff -urNp linux-2.6.38.6/drivers/oprofile/oprofile_stats.c linux-2.6.38.6/drive
  }
  
  
-diff -urNp linux-2.6.38.6/drivers/oprofile/oprofile_stats.h linux-2.6.38.6/drivers/oprofile/oprofile_stats.h
---- linux-2.6.38.6/drivers/oprofile/oprofile_stats.h   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/oprofile/oprofile_stats.h   2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/drivers/oprofile/oprofile_stats.h linux-3.0.3/drivers/oprofile/oprofile_stats.h
+--- linux-3.0.3/drivers/oprofile/oprofile_stats.h      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/drivers/oprofile/oprofile_stats.h      2011-08-23 21:47:55.000000000 -0400
 @@ -13,11 +13,11 @@
  #include <asm/atomic.h>
  
@@ -31965,9 +30218,9 @@ diff -urNp linux-2.6.38.6/drivers/oprofile/oprofile_stats.h linux-2.6.38.6/drive
  };
  
  extern struct oprofile_stat_struct oprofile_stats;
-diff -urNp linux-2.6.38.6/drivers/parport/procfs.c linux-2.6.38.6/drivers/parport/procfs.c
---- linux-2.6.38.6/drivers/parport/procfs.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/parport/procfs.c    2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/drivers/parport/procfs.c linux-3.0.3/drivers/parport/procfs.c
+--- linux-3.0.3/drivers/parport/procfs.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -31986,21 +30239,21 @@ diff -urNp linux-2.6.38.6/drivers/parport/procfs.c linux-2.6.38.6/drivers/parpor
  }
  #endif /* IEEE1284.3 support. */
  
-diff -urNp linux-2.6.38.6/drivers/pci/hotplug/acpiphp_glue.c linux-2.6.38.6/drivers/pci/hotplug/acpiphp_glue.c
---- linux-2.6.38.6/drivers/pci/hotplug/acpiphp_glue.c  2011-04-18 17:27:16.000000000 -0400
-+++ linux-2.6.38.6/drivers/pci/hotplug/acpiphp_glue.c  2011-04-28 19:34:15.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.38.6/drivers/pci/hotplug/cpqphp_nvram.c linux-2.6.38.6/drivers/pci/hotplug/cpqphp_nvram.c
---- linux-2.6.38.6/drivers/pci/hotplug/cpqphp_nvram.c  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/pci/hotplug/cpqphp_nvram.c  2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/drivers/pci/hotplug/cpci_hotplug.h linux-3.0.3/drivers/pci/hotplug/cpci_hotplug.h
+--- linux-3.0.3/drivers/pci/hotplug/cpci_hotplug.h     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.3/drivers/pci/hotplug/cpqphp_nvram.c linux-3.0.3/drivers/pci/hotplug/cpqphp_nvram.c
+--- linux-3.0.3/drivers/pci/hotplug/cpqphp_nvram.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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)
@@ -32015,21 +30268,9 @@ diff -urNp linux-2.6.38.6/drivers/pci/hotplug/cpqphp_nvram.c linux-2.6.38.6/driv
        dbg("int15 entry  = %p\n", compaq_int15_entry_point);
  
        /* initialize our int15 lock */
-diff -urNp linux-2.6.38.6/drivers/pci/intel-iommu.c linux-2.6.38.6/drivers/pci/intel-iommu.c
---- linux-2.6.38.6/drivers/pci/intel-iommu.c   2011-05-10 22:06:27.000000000 -0400
-+++ linux-2.6.38.6/drivers/pci/intel-iommu.c   2011-05-10 22:06:56.000000000 -0400
-@@ -2934,7 +2934,7 @@ static int intel_mapping_error(struct de
-       return !dma_addr;
- }
--struct dma_map_ops intel_dma_ops = {
-+const struct dma_map_ops intel_dma_ops = {
-       .alloc_coherent = intel_alloc_coherent,
-       .free_coherent = intel_free_coherent,
-       .map_sg = intel_map_sg,
-diff -urNp linux-2.6.38.6/drivers/pci/pcie/aspm.c linux-2.6.38.6/drivers/pci/pcie/aspm.c
---- linux-2.6.38.6/drivers/pci/pcie/aspm.c     2011-04-18 17:27:18.000000000 -0400
-+++ linux-2.6.38.6/drivers/pci/pcie/aspm.c     2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/drivers/pci/pcie/aspm.c linux-3.0.3/drivers/pci/pcie/aspm.c
+--- linux-3.0.3/drivers/pci/pcie/aspm.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/drivers/pci/pcie/aspm.c        2011-08-23 21:47:55.000000000 -0400
 @@ -27,9 +27,9 @@
  #define MODULE_PARAM_PREFIX "pcie_aspm."
  
@@ -32043,27 +30284,10 @@ diff -urNp linux-2.6.38.6/drivers/pci/pcie/aspm.c linux-2.6.38.6/drivers/pci/pci
  #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.38.6/drivers/pci/probe.c linux-2.6.38.6/drivers/pci/probe.c
---- linux-2.6.38.6/drivers/pci/probe.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/pci/probe.c 2011-04-28 19:34:15.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.3/drivers/pci/probe.c linux-3.0.3/drivers/pci/probe.c
+--- linux-3.0.3/drivers/pci/probe.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
  
@@ -32072,9 +30296,9 @@ diff -urNp linux-2.6.38.6/drivers/pci/probe.c linux-2.6.38.6/drivers/pci/probe.c
  
        if (!dev->mmio_always_on) {
                pci_read_config_word(dev, PCI_COMMAND, &orig_cmd);
-diff -urNp linux-2.6.38.6/drivers/pci/proc.c linux-2.6.38.6/drivers/pci/proc.c
---- linux-2.6.38.6/drivers/pci/proc.c  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/pci/proc.c  2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/drivers/pci/proc.c linux-3.0.3/drivers/pci/proc.c
+--- linux-3.0.3/drivers/pci/proc.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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)
  {
@@ -32092,9 +30316,9 @@ diff -urNp linux-2.6.38.6/drivers/pci/proc.c linux-2.6.38.6/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.38.6/drivers/pci/xen-pcifront.c linux-2.6.38.6/drivers/pci/xen-pcifront.c
---- linux-2.6.38.6/drivers/pci/xen-pcifront.c  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/pci/xen-pcifront.c  2011-05-16 21:47:08.000000000 -0400
+diff -urNp linux-3.0.3/drivers/pci/xen-pcifront.c linux-3.0.3/drivers/pci/xen-pcifront.c
+--- linux-3.0.3/drivers/pci/xen-pcifront.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);
@@ -32122,7 +30346,7 @@ diff -urNp linux-2.6.38.6/drivers/pci/xen-pcifront.c linux-2.6.38.6/drivers/pci/
        if (nvec > SH_INFO_MAX_VEC) {
                dev_err(&dev->dev, "too much vector for pci frontend: %x."
                                   " Increase SH_INFO_MAX_VEC.\n", nvec);
-@@ -303,6 +309,8 @@ static void pci_frontend_disable_msix(st
+@@ -309,6 +315,8 @@ static void pci_frontend_disable_msix(st
        struct pcifront_sd *sd = dev->bus->sysdata;
        struct pcifront_device *pdev = pcifront_get_pdev(sd);
  
@@ -32131,7 +30355,7 @@ diff -urNp linux-2.6.38.6/drivers/pci/xen-pcifront.c linux-2.6.38.6/drivers/pci/
        err = do_pci_op(pdev, &op);
  
        /* What should do for error ? */
-@@ -322,6 +330,8 @@ static int pci_frontend_enable_msi(struc
+@@ -328,6 +336,8 @@ static int pci_frontend_enable_msi(struc
        struct pcifront_sd *sd = dev->bus->sysdata;
        struct pcifront_device *pdev = pcifront_get_pdev(sd);
  
@@ -32139,21 +30363,22 @@ diff -urNp linux-2.6.38.6/drivers/pci/xen-pcifront.c linux-2.6.38.6/drivers/pci/
 +
        err = do_pci_op(pdev, &op);
        if (likely(!err)) {
-               *(*vector) = op.value;
-diff -urNp linux-2.6.38.6/drivers/platform/x86/asus-laptop.c linux-2.6.38.6/drivers/platform/x86/asus-laptop.c
---- linux-2.6.38.6/drivers/platform/x86/asus-laptop.c  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/platform/x86/asus-laptop.c  2011-04-28 19:34:15.000000000 -0400
-@@ -243,7 +243,6 @@ struct asus_laptop {
-       struct asus_led gled;
-       struct asus_led kled;
-       struct workqueue_struct *led_workqueue;
--
-       int wireless_status;
-       bool have_rsts;
-       int lcd_state;
-diff -urNp linux-2.6.38.6/drivers/pnp/pnpbios/bioscalls.c linux-2.6.38.6/drivers/pnp/pnpbios/bioscalls.c
---- linux-2.6.38.6/drivers/pnp/pnpbios/bioscalls.c     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/pnp/pnpbios/bioscalls.c     2011-04-28 19:34:15.000000000 -0400
+               vector[0] = op.value;
+diff -urNp linux-3.0.3/drivers/platform/x86/thinkpad_acpi.c linux-3.0.3/drivers/platform/x86/thinkpad_acpi.c
+--- linux-3.0.3/drivers/platform/x86/thinkpad_acpi.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
+ }
+-void static hotkey_mask_warn_incomplete_mask(void)
++static void hotkey_mask_warn_incomplete_mask(void)
+ {
+       /* log only what the user can fix... */
+       const u32 wantedmask = hotkey_driver_mask &
+diff -urNp linux-3.0.3/drivers/pnp/pnpbios/bioscalls.c linux-3.0.3/drivers/pnp/pnpbios/bioscalls.c
+--- linux-3.0.3/drivers/pnp/pnpbios/bioscalls.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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)
@@ -32210,9 +30435,9 @@ diff -urNp linux-2.6.38.6/drivers/pnp/pnpbios/bioscalls.c linux-2.6.38.6/drivers
 +
 +      pax_close_kernel();
  }
-diff -urNp linux-2.6.38.6/drivers/pnp/resource.c linux-2.6.38.6/drivers/pnp/resource.c
---- linux-2.6.38.6/drivers/pnp/resource.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/pnp/resource.c      2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/drivers/pnp/resource.c linux-3.0.3/drivers/pnp/resource.c
+--- linux-3.0.3/drivers/pnp/resource.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
  
@@ -32231,9 +30456,55 @@ diff -urNp linux-2.6.38.6/drivers/pnp/resource.c linux-2.6.38.6/drivers/pnp/reso
                return 0;
  
        /* check if the resource is reserved */
-diff -urNp linux-2.6.38.6/drivers/rtc/rtc-dev.c linux-2.6.38.6/drivers/rtc/rtc-dev.c
---- linux-2.6.38.6/drivers/rtc/rtc-dev.c       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/rtc/rtc-dev.c       2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/drivers/power/bq27x00_battery.c linux-3.0.3/drivers/power/bq27x00_battery.c
+--- linux-3.0.3/drivers/power/bq27x00_battery.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.3/drivers/regulator/max8660.c linux-3.0.3/drivers/regulator/max8660.c
+--- linux-3.0.3/drivers/regulator/max8660.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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();
+       }
+       /*
+diff -urNp linux-3.0.3/drivers/regulator/mc13892-regulator.c linux-3.0.3/drivers/regulator/mc13892-regulator.c
+--- linux-3.0.3/drivers/regulator/mc13892-regulator.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);
+-      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.3/drivers/rtc/rtc-dev.c linux-3.0.3/drivers/rtc/rtc-dev.c
+--- linux-3.0.3/drivers/rtc/rtc-dev.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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>
@@ -32251,22 +30522,22 @@ diff -urNp linux-2.6.38.6/drivers/rtc/rtc-dev.c linux-2.6.38.6/drivers/rtc/rtc-d
                return rtc_set_time(rtc, &tm);
  
        case RTC_PIE_ON:
-diff -urNp linux-2.6.38.6/drivers/s390/cio/qdio_debug.c linux-2.6.38.6/drivers/s390/cio/qdio_debug.c
---- linux-2.6.38.6/drivers/s390/cio/qdio_debug.c       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/s390/cio/qdio_debug.c       2011-04-28 19:34:15.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.38.6/drivers/scsi/aacraid/commctrl.c linux-2.6.38.6/drivers/scsi/aacraid/commctrl.c
---- linux-2.6.38.6/drivers/scsi/aacraid/commctrl.c     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/scsi/aacraid/commctrl.c     2011-05-16 21:47:08.000000000 -0400
-@@ -481,6 +481,7 @@ static int aac_send_raw_srb(struct aac_d
+diff -urNp linux-3.0.3/drivers/scsi/aacraid/aacraid.h linux-3.0.3/drivers/scsi/aacraid/aacraid.h
+--- linux-3.0.3/drivers/scsi/aacraid/aacraid.h 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
+ /*
+  *    Define which interrupt handler needs to be installed
+diff -urNp linux-3.0.3/drivers/scsi/aacraid/commctrl.c linux-3.0.3/drivers/scsi/aacraid/commctrl.c
+--- linux-3.0.3/drivers/scsi/aacraid/commctrl.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
  
@@ -32274,22 +30545,10 @@ diff -urNp linux-2.6.38.6/drivers/scsi/aacraid/commctrl.c linux-2.6.38.6/drivers
  
        if (dev->in_reset) {
                dprintk((KERN_DEBUG"aacraid: send raw srb -EBUSY\n"));
-diff -urNp linux-2.6.38.6/drivers/scsi/aic94xx/aic94xx_init.c linux-2.6.38.6/drivers/scsi/aic94xx/aic94xx_init.c
---- linux-2.6.38.6/drivers/scsi/aic94xx/aic94xx_init.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/scsi/aic94xx/aic94xx_init.c 2011-04-28 19:34:15.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.38.6/drivers/scsi/bfa/bfad.c linux-2.6.38.6/drivers/scsi/bfa/bfad.c
---- linux-2.6.38.6/drivers/scsi/bfa/bfad.c     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/scsi/bfa/bfad.c     2011-05-16 21:47:08.000000000 -0400
-@@ -1027,6 +1027,8 @@ bfad_start_ops(struct bfad_s *bfad) {
+diff -urNp linux-3.0.3/drivers/scsi/bfa/bfad.c linux-3.0.3/drivers/scsi/bfa/bfad.c
+--- linux-3.0.3/drivers/scsi/bfa/bfad.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
  
@@ -32298,9 +30557,9 @@ diff -urNp linux-2.6.38.6/drivers/scsi/bfa/bfad.c linux-2.6.38.6/drivers/scsi/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.38.6/drivers/scsi/bfa/bfa_fcs_lport.c linux-2.6.38.6/drivers/scsi/bfa/bfa_fcs_lport.c
---- linux-2.6.38.6/drivers/scsi/bfa/bfa_fcs_lport.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/scsi/bfa/bfa_fcs_lport.c    2011-05-16 21:47:08.000000000 -0400
+diff -urNp linux-3.0.3/drivers/scsi/bfa/bfa_fcs_lport.c linux-3.0.3/drivers/scsi/bfa/bfa_fcs_lport.c
+--- linux-3.0.3/drivers/scsi/bfa/bfa_fcs_lport.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -32319,9 +30578,9 @@ diff -urNp linux-2.6.38.6/drivers/scsi/bfa/bfa_fcs_lport.c linux-2.6.38.6/driver
        /*
         * get port attributes
         */
-diff -urNp linux-2.6.38.6/drivers/scsi/bfa/bfa_fcs_rport.c linux-2.6.38.6/drivers/scsi/bfa/bfa_fcs_rport.c
---- linux-2.6.38.6/drivers/scsi/bfa/bfa_fcs_rport.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/scsi/bfa/bfa_fcs_rport.c    2011-05-16 21:47:08.000000000 -0400
+diff -urNp linux-3.0.3/drivers/scsi/bfa/bfa_fcs_rport.c linux-3.0.3/drivers/scsi/bfa/bfa_fcs_rport.c
+--- linux-3.0.3/drivers/scsi/bfa/bfa_fcs_rport.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -32331,9 +30590,42 @@ diff -urNp linux-2.6.38.6/drivers/scsi/bfa/bfa_fcs_rport.c linux-2.6.38.6/driver
        bfa_trc(port->fcs, rx_fchs->s_id);
        bfa_trc(port->fcs, rx_fchs->d_id);
  
-diff -urNp linux-2.6.38.6/drivers/scsi/BusLogic.c linux-2.6.38.6/drivers/scsi/BusLogic.c
---- linux-2.6.38.6/drivers/scsi/BusLogic.c     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/scsi/BusLogic.c     2011-05-16 21:47:08.000000000 -0400
+diff -urNp linux-3.0.3/drivers/scsi/bfa/bfa.h linux-3.0.3/drivers/scsi/bfa/bfa.h
+--- linux-3.0.3/drivers/scsi/bfa/bfa.h 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.3/drivers/scsi/bfa/bfa_ioc.h linux-3.0.3/drivers/scsi/bfa/bfa_ioc.h
+--- linux-3.0.3/drivers/scsi/bfa/bfa_ioc.h     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
+ /*
+  * 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.3/drivers/scsi/BusLogic.c linux-3.0.3/drivers/scsi/BusLogic.c
+--- linux-3.0.3/drivers/scsi/BusLogic.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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)
@@ -32343,9 +30635,9 @@ diff -urNp linux-2.6.38.6/drivers/scsi/BusLogic.c linux-2.6.38.6/drivers/scsi/Bu
        /*
           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.38.6/drivers/scsi/dpt_i2o.c linux-2.6.38.6/drivers/scsi/dpt_i2o.c
---- linux-2.6.38.6/drivers/scsi/dpt_i2o.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/scsi/dpt_i2o.c      2011-05-16 21:47:08.000000000 -0400
+diff -urNp linux-3.0.3/drivers/scsi/dpt_i2o.c linux-3.0.3/drivers/scsi/dpt_i2o.c
+--- linux-3.0.3/drivers/scsi/dpt_i2o.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -32364,9 +30656,9 @@ diff -urNp linux-2.6.38.6/drivers/scsi/dpt_i2o.c linux-2.6.38.6/drivers/scsi/dpt
        memset(msg, 0 , sizeof(msg));
        len = scsi_bufflen(cmd);
        direction = 0x00000000; 
-diff -urNp linux-2.6.38.6/drivers/scsi/eata.c linux-2.6.38.6/drivers/scsi/eata.c
---- linux-2.6.38.6/drivers/scsi/eata.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/scsi/eata.c 2011-05-16 21:47:08.000000000 -0400
+diff -urNp linux-3.0.3/drivers/scsi/eata.c linux-3.0.3/drivers/scsi/eata.c
+--- linux-3.0.3/drivers/scsi/eata.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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];
@@ -32376,10 +30668,10 @@ diff -urNp linux-2.6.38.6/drivers/scsi/eata.c linux-2.6.38.6/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.38.6/drivers/scsi/fcoe/libfcoe.c linux-2.6.38.6/drivers/scsi/fcoe/libfcoe.c
---- linux-2.6.38.6/drivers/scsi/fcoe/libfcoe.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/scsi/fcoe/libfcoe.c 2011-05-16 21:47:08.000000000 -0400
-@@ -2484,6 +2484,8 @@ static int fcoe_ctlr_vn_recv(struct fcoe
+diff -urNp linux-3.0.3/drivers/scsi/fcoe/fcoe_ctlr.c linux-3.0.3/drivers/scsi/fcoe/fcoe_ctlr.c
+--- linux-3.0.3/drivers/scsi/fcoe/fcoe_ctlr.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
  
@@ -32388,9 +30680,9 @@ diff -urNp linux-2.6.38.6/drivers/scsi/fcoe/libfcoe.c linux-2.6.38.6/drivers/scs
        fiph = (struct fip_header *)skb->data;
        sub = fiph->fip_subcode;
  
-diff -urNp linux-2.6.38.6/drivers/scsi/gdth.c linux-2.6.38.6/drivers/scsi/gdth.c
---- linux-2.6.38.6/drivers/scsi/gdth.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/scsi/gdth.c 2011-05-16 21:47:08.000000000 -0400
+diff -urNp linux-3.0.3/drivers/scsi/gdth.c linux-3.0.3/drivers/scsi/gdth.c
+--- linux-3.0.3/drivers/scsi/gdth.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -32428,9 +30720,9 @@ diff -urNp linux-2.6.38.6/drivers/scsi/gdth.c linux-2.6.38.6/drivers/scsi/gdth.c
      memset(cmnd, 0xff, MAX_COMMAND_SIZE);
  
      TRACE2(("gdth_flush() hanum %d\n", ha->hanum));
-diff -urNp linux-2.6.38.6/drivers/scsi/gdth_proc.c linux-2.6.38.6/drivers/scsi/gdth_proc.c
---- linux-2.6.38.6/drivers/scsi/gdth_proc.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/scsi/gdth_proc.c    2011-05-16 21:47:08.000000000 -0400
+diff -urNp linux-3.0.3/drivers/scsi/gdth_proc.c linux-3.0.3/drivers/scsi/gdth_proc.c
+--- linux-3.0.3/drivers/scsi/gdth_proc.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
  
@@ -32450,9 +30742,9 @@ diff -urNp linux-2.6.38.6/drivers/scsi/gdth_proc.c linux-2.6.38.6/drivers/scsi/g
      gdtcmd = kmalloc(sizeof(*gdtcmd), GFP_KERNEL);
      estr = kmalloc(sizeof(*estr), GFP_KERNEL);
      if (!gdtcmd || !estr)
-diff -urNp linux-2.6.38.6/drivers/scsi/hosts.c linux-2.6.38.6/drivers/scsi/hosts.c
---- linux-2.6.38.6/drivers/scsi/hosts.c        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/scsi/hosts.c        2011-04-28 19:57:25.000000000 -0400
+diff -urNp linux-3.0.3/drivers/scsi/hosts.c linux-3.0.3/drivers/scsi/hosts.c
+--- linux-3.0.3/drivers/scsi/hosts.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/drivers/scsi/hosts.c   2011-08-23 21:47:55.000000000 -0400
 @@ -42,7 +42,7 @@
  #include "scsi_logging.h"
  
@@ -32471,33 +30763,150 @@ diff -urNp linux-2.6.38.6/drivers/scsi/hosts.c linux-2.6.38.6/drivers/scsi/hosts
        shost->dma_channel = 0xff;
  
        /* These three are default values which can be overridden */
-diff -urNp linux-2.6.38.6/drivers/scsi/hpsa.c linux-2.6.38.6/drivers/scsi/hpsa.c
---- linux-2.6.38.6/drivers/scsi/hpsa.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/scsi/hpsa.c 2011-04-28 19:34:15.000000000 -0400
-@@ -2281,6 +2281,8 @@ static int hpsa_ioctl32_passthru(struct 
-       int err;
-       u32 cp;
+diff -urNp linux-3.0.3/drivers/scsi/hpsa.c linux-3.0.3/drivers/scsi/hpsa.c
+--- linux-3.0.3/drivers/scsi/hpsa.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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--;
  
-+      memset(&arg64, 0, sizeof(arg64));
-+
-       err = 0;
-       err |= copy_from_user(&arg64.LUN_info, &arg32->LUN_info,
-                          sizeof(arg64.LUN_info));
-diff -urNp linux-2.6.38.6/drivers/scsi/ipr.c linux-2.6.38.6/drivers/scsi/ipr.c
---- linux-2.6.38.6/drivers/scsi/ipr.c  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/scsi/ipr.c  2011-04-28 19:34:15.000000000 -0400
-@@ -6207,7 +6207,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.38.6/drivers/scsi/libfc/fc_exch.c linux-2.6.38.6/drivers/scsi/libfc/fc_exch.c
---- linux-2.6.38.6/drivers/scsi/libfc/fc_exch.c        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/scsi/libfc/fc_exch.c        2011-04-28 19:34:15.000000000 -0400
+               /* Tell the controller execute command */
+-              h->access.submit_command(h, c);
++              h->access->submit_command(h, c);
+               /* Put job onto the completed Q */
+               addQ(&h->cmpQ, c);
+@@ -2957,17 +2957,17 @@ static void start_io(struct ctlr_info *h
+ static inline unsigned long get_next_completion(struct ctlr_info *h)
+ {
+-      return h->access.command_completed(h);
++      return h->access->command_completed(h);
+ }
+ static inline bool interrupt_pending(struct ctlr_info *h)
+ {
+-      return h->access.intr_pending(h);
++      return h->access->intr_pending(h);
+ }
+ 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);
+ }
+@@ -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;
+       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:
+       }
+       /* 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);
+       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.3/drivers/scsi/hpsa.h linux-3.0.3/drivers/scsi/hpsa.h
+--- linux-3.0.3/drivers/scsi/hpsa.h    2011-08-23 21:44:40.000000000 -0400
++++ linux-3.0.3/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.3/drivers/scsi/ips.h linux-3.0.3/drivers/scsi/ips.h
+--- linux-3.0.3/drivers/scsi/ips.h     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.3/drivers/scsi/libfc/fc_exch.c linux-3.0.3/drivers/scsi/libfc/fc_exch.c
+--- linux-3.0.3/drivers/scsi/libfc/fc_exch.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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
         */
@@ -32517,7 +30926,7 @@ diff -urNp linux-2.6.38.6/drivers/scsi/libfc/fc_exch.c linux-2.6.38.6/drivers/sc
        } stats;
  };
  
-@@ -687,7 +687,7 @@ static struct fc_exch *fc_exch_em_alloc(
+@@ -700,7 +700,7 @@ static struct fc_exch *fc_exch_em_alloc(
        /* allocate memory for exchange */
        ep = mempool_alloc(mp->ep_pool, GFP_ATOMIC);
        if (!ep) {
@@ -32526,7 +30935,7 @@ diff -urNp linux-2.6.38.6/drivers/scsi/libfc/fc_exch.c linux-2.6.38.6/drivers/sc
                goto out;
        }
        memset(ep, 0, sizeof(*ep));
-@@ -748,7 +748,7 @@ out:
+@@ -761,7 +761,7 @@ out:
        return ep;
  err:
        spin_unlock_bh(&pool->lock);
@@ -32535,7 +30944,7 @@ diff -urNp linux-2.6.38.6/drivers/scsi/libfc/fc_exch.c linux-2.6.38.6/drivers/sc
        mempool_free(ep, mp->ep_pool);
        return NULL;
  }
-@@ -893,7 +893,7 @@ static enum fc_pf_rjt_reason fc_seq_look
+@@ -906,7 +906,7 @@ static enum fc_pf_rjt_reason fc_seq_look
                xid = ntohs(fh->fh_ox_id);      /* we originated exch */
                ep = fc_exch_find(mp, xid);
                if (!ep) {
@@ -32544,7 +30953,7 @@ diff -urNp linux-2.6.38.6/drivers/scsi/libfc/fc_exch.c linux-2.6.38.6/drivers/sc
                        reject = FC_RJT_OX_ID;
                        goto out;
                }
-@@ -923,7 +923,7 @@ static enum fc_pf_rjt_reason fc_seq_look
+@@ -936,7 +936,7 @@ static enum fc_pf_rjt_reason fc_seq_look
                ep = fc_exch_find(mp, xid);
                if ((f_ctl & FC_FC_FIRST_SEQ) && fc_sof_is_init(fr_sof(fp))) {
                        if (ep) {
@@ -32553,7 +30962,7 @@ diff -urNp linux-2.6.38.6/drivers/scsi/libfc/fc_exch.c linux-2.6.38.6/drivers/sc
                                reject = FC_RJT_RX_ID;
                                goto rel;
                        }
-@@ -934,7 +934,7 @@ static enum fc_pf_rjt_reason fc_seq_look
+@@ -947,7 +947,7 @@ static enum fc_pf_rjt_reason fc_seq_look
                        }
                        xid = ep->xid;  /* get our XID */
                } else if (!ep) {
@@ -32562,7 +30971,7 @@ diff -urNp linux-2.6.38.6/drivers/scsi/libfc/fc_exch.c linux-2.6.38.6/drivers/sc
                        reject = FC_RJT_RX_ID;  /* XID not found */
                        goto out;
                }
-@@ -951,7 +951,7 @@ static enum fc_pf_rjt_reason fc_seq_look
+@@ -964,7 +964,7 @@ static enum fc_pf_rjt_reason fc_seq_look
        } else {
                sp = &ep->seq;
                if (sp->id != fh->fh_seq_id) {
@@ -32571,7 +30980,7 @@ diff -urNp linux-2.6.38.6/drivers/scsi/libfc/fc_exch.c linux-2.6.38.6/drivers/sc
                        reject = FC_RJT_SEQ_ID; /* sequence/exch should exist */
                        goto rel;
                }
-@@ -1368,22 +1368,22 @@ static void fc_exch_recv_seq_resp(struct
+@@ -1392,22 +1392,22 @@ static void fc_exch_recv_seq_resp(struct
  
        ep = fc_exch_find(mp, ntohs(fh->fh_ox_id));
        if (!ep) {
@@ -32598,7 +31007,7 @@ diff -urNp linux-2.6.38.6/drivers/scsi/libfc/fc_exch.c linux-2.6.38.6/drivers/sc
                goto rel;
        }
        sof = fr_sof(fp);
-@@ -1392,7 +1392,7 @@ static void fc_exch_recv_seq_resp(struct
+@@ -1416,7 +1416,7 @@ static void fc_exch_recv_seq_resp(struct
                sp->ssb_stat |= SSB_ST_RESP;
                sp->id = fh->fh_seq_id;
        } else if (sp->id != fh->fh_seq_id) {
@@ -32607,7 +31016,7 @@ diff -urNp linux-2.6.38.6/drivers/scsi/libfc/fc_exch.c linux-2.6.38.6/drivers/sc
                goto rel;
        }
  
-@@ -1455,9 +1455,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)
@@ -32619,31 +31028,31 @@ diff -urNp linux-2.6.38.6/drivers/scsi/libfc/fc_exch.c linux-2.6.38.6/drivers/sc
  
        fc_frame_free(fp);
  }
-diff -urNp linux-2.6.38.6/drivers/scsi/libsas/sas_ata.c linux-2.6.38.6/drivers/scsi/libsas/sas_ata.c
---- linux-2.6.38.6/drivers/scsi/libsas/sas_ata.c       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/scsi/libsas/sas_ata.c       2011-04-28 19:34:15.000000000 -0400
-@@ -348,7 +348,7 @@ static int sas_ata_scr_read(struct ata_l
-       }
- }
--static struct ata_port_operations sas_sata_ops = {
-+static const struct ata_port_operations sas_sata_ops = {
-       .phy_reset              = sas_ata_phy_reset,
+diff -urNp linux-3.0.3/drivers/scsi/libsas/sas_ata.c linux-3.0.3/drivers/scsi/libsas/sas_ata.c
+--- linux-3.0.3/drivers/scsi/libsas/sas_ata.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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,
-       .qc_defer               = ata_std_qc_defer,
-diff -urNp linux-2.6.38.6/drivers/scsi/lpfc/lpfc_debugfs.c linux-2.6.38.6/drivers/scsi/lpfc/lpfc_debugfs.c
---- linux-2.6.38.6/drivers/scsi/lpfc/lpfc_debugfs.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/scsi/lpfc/lpfc_debugfs.c    2011-05-16 21:47:08.000000000 -0400
-@@ -125,7 +125,7 @@ struct lpfc_debug {
-       int  len;
- };
+-      .qc_defer               = ata_std_qc_defer,
++      .qc_defer               = ata_std_qc_defer,
+       .qc_prep                = ata_noop_qc_prep,
+       .qc_issue               = sas_ata_qc_issue,
+       .qc_fill_rtf            = sas_ata_qc_fill_rtf,
+diff -urNp linux-3.0.3/drivers/scsi/lpfc/lpfc_debugfs.c linux-3.0.3/drivers/scsi/lpfc/lpfc_debugfs.c
+--- linux-3.0.3/drivers/scsi/lpfc/lpfc_debugfs.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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>
  
 -static atomic_t lpfc_debugfs_seq_trc_cnt = ATOMIC_INIT(0);
 +static atomic_unchecked_t lpfc_debugfs_seq_trc_cnt = ATOMIC_INIT(0);
  static unsigned long lpfc_debugfs_start_time = 0L;
  
- /**
-@@ -159,7 +159,7 @@ lpfc_debugfs_disc_trc_data(struct lpfc_v
+ /* iDiag */
+@@ -141,7 +141,7 @@ lpfc_debugfs_disc_trc_data(struct lpfc_v
        lpfc_debugfs_enable = 0;
  
        len = 0;
@@ -32652,7 +31061,7 @@ diff -urNp linux-2.6.38.6/drivers/scsi/lpfc/lpfc_debugfs.c linux-2.6.38.6/driver
                (lpfc_debugfs_max_disc_trc - 1);
        for (i = index; i < lpfc_debugfs_max_disc_trc; i++) {
                dtp = vport->disc_trc + i;
-@@ -220,7 +220,7 @@ lpfc_debugfs_slow_ring_trc_data(struct l
+@@ -202,7 +202,7 @@ lpfc_debugfs_slow_ring_trc_data(struct l
        lpfc_debugfs_enable = 0;
  
        len = 0;
@@ -32661,7 +31070,7 @@ diff -urNp linux-2.6.38.6/drivers/scsi/lpfc/lpfc_debugfs.c linux-2.6.38.6/driver
                (lpfc_debugfs_max_slow_ring_trc - 1);
        for (i = index; i < lpfc_debugfs_max_slow_ring_trc; i++) {
                dtp = phba->slow_ring_trc + i;
-@@ -398,6 +398,8 @@ lpfc_debugfs_dumpHBASlim_data(struct lpf
+@@ -380,6 +380,8 @@ lpfc_debugfs_dumpHBASlim_data(struct lpf
        uint32_t *ptr;
        char buffer[1024];
  
@@ -32670,7 +31079,7 @@ diff -urNp linux-2.6.38.6/drivers/scsi/lpfc/lpfc_debugfs.c linux-2.6.38.6/driver
        off = 0;
        spin_lock_irq(&phba->hbalock);
  
-@@ -635,14 +637,14 @@ lpfc_debugfs_disc_trc(struct lpfc_vport 
+@@ -617,14 +619,14 @@ lpfc_debugfs_disc_trc(struct lpfc_vport 
                !vport || !vport->disc_trc)
                return;
  
@@ -32687,7 +31096,7 @@ diff -urNp linux-2.6.38.6/drivers/scsi/lpfc/lpfc_debugfs.c linux-2.6.38.6/driver
        dtp->jif = jiffies;
  #endif
        return;
-@@ -673,14 +675,14 @@ lpfc_debugfs_slow_ring_trc(struct lpfc_h
+@@ -655,14 +657,14 @@ lpfc_debugfs_slow_ring_trc(struct lpfc_h
                !phba || !phba->slow_ring_trc)
                return;
  
@@ -32704,7 +31113,7 @@ diff -urNp linux-2.6.38.6/drivers/scsi/lpfc/lpfc_debugfs.c linux-2.6.38.6/driver
        dtp->jif = jiffies;
  #endif
        return;
-@@ -1365,7 +1367,7 @@ lpfc_debugfs_initialize(struct lpfc_vpor
+@@ -2606,7 +2608,7 @@ lpfc_debugfs_initialize(struct lpfc_vpor
                                                 "slow_ring buffer\n");
                                goto debug_failed;
                        }
@@ -32713,7 +31122,7 @@ diff -urNp linux-2.6.38.6/drivers/scsi/lpfc/lpfc_debugfs.c linux-2.6.38.6/driver
                        memset(phba->slow_ring_trc, 0,
                                (sizeof(struct lpfc_debugfs_trc) *
                                lpfc_debugfs_max_slow_ring_trc));
-@@ -1411,7 +1413,7 @@ lpfc_debugfs_initialize(struct lpfc_vpor
+@@ -2652,7 +2654,7 @@ lpfc_debugfs_initialize(struct lpfc_vpor
                                 "buffer\n");
                goto debug_failed;
        }
@@ -32722,10 +31131,10 @@ diff -urNp linux-2.6.38.6/drivers/scsi/lpfc/lpfc_debugfs.c linux-2.6.38.6/driver
  
        snprintf(name, sizeof(name), "discovery_trace");
        vport->debug_disc_trc =
-diff -urNp linux-2.6.38.6/drivers/scsi/lpfc/lpfc.h linux-2.6.38.6/drivers/scsi/lpfc/lpfc.h
---- linux-2.6.38.6/drivers/scsi/lpfc/lpfc.h    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/scsi/lpfc/lpfc.h    2011-04-28 19:57:25.000000000 -0400
-@@ -414,7 +414,7 @@ struct lpfc_vport {
+diff -urNp linux-3.0.3/drivers/scsi/lpfc/lpfc.h linux-3.0.3/drivers/scsi/lpfc/lpfc.h
+--- linux-3.0.3/drivers/scsi/lpfc/lpfc.h       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -32734,7 +31143,7 @@ diff -urNp linux-2.6.38.6/drivers/scsi/lpfc/lpfc.h linux-2.6.38.6/drivers/scsi/l
  #endif
        uint8_t stat_data_enabled;
        uint8_t stat_data_blocked;
-@@ -776,8 +776,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
@@ -32745,18 +31154,34 @@ diff -urNp linux-2.6.38.6/drivers/scsi/lpfc/lpfc.h linux-2.6.38.6/drivers/scsi/l
        unsigned long last_rsrc_error_time;
        unsigned long last_ramp_down_time;
        unsigned long last_ramp_up_time;
-@@ -791,7 +791,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;
 -      atomic_t slow_ring_trc_cnt;
 +      atomic_unchecked_t slow_ring_trc_cnt;
- #endif
-       /* Used for deferred freeing of ELS data buffers */
-diff -urNp linux-2.6.38.6/drivers/scsi/lpfc/lpfc_scsi.c linux-2.6.38.6/drivers/scsi/lpfc/lpfc_scsi.c
---- linux-2.6.38.6/drivers/scsi/lpfc/lpfc_scsi.c       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/scsi/lpfc/lpfc_scsi.c       2011-04-28 19:57:25.000000000 -0400
+       /* iDiag debugfs sub-directory */
+       struct dentry *idiag_root;
+       struct dentry *idiag_pci_cfg;
+diff -urNp linux-3.0.3/drivers/scsi/lpfc/lpfc_init.c linux-3.0.3/drivers/scsi/lpfc/lpfc_init.c
+--- linux-3.0.3/drivers/scsi/lpfc/lpfc_init.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.3/drivers/scsi/lpfc/lpfc_scsi.c linux-3.0.3/drivers/scsi/lpfc/lpfc_scsi.c
+--- linux-3.0.3/drivers/scsi/lpfc/lpfc_scsi.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
  
@@ -32808,10 +31233,10 @@ diff -urNp linux-2.6.38.6/drivers/scsi/lpfc/lpfc_scsi.c linux-2.6.38.6/drivers/s
  }
  
  /**
-diff -urNp linux-2.6.38.6/drivers/scsi/megaraid/megaraid_mbox.c linux-2.6.38.6/drivers/scsi/megaraid/megaraid_mbox.c
---- linux-2.6.38.6/drivers/scsi/megaraid/megaraid_mbox.c       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/scsi/megaraid/megaraid_mbox.c       2011-05-16 21:47:08.000000000 -0400
-@@ -3510,6 +3510,8 @@ megaraid_cmm_register(adapter_t *adapter
+diff -urNp linux-3.0.3/drivers/scsi/megaraid/megaraid_mbox.c linux-3.0.3/drivers/scsi/megaraid/megaraid_mbox.c
+--- linux-3.0.3/drivers/scsi/megaraid/megaraid_mbox.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
  
@@ -32820,9 +31245,9 @@ diff -urNp linux-2.6.38.6/drivers/scsi/megaraid/megaraid_mbox.c linux-2.6.38.6/d
        // 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.38.6/drivers/scsi/osd/osd_initiator.c linux-2.6.38.6/drivers/scsi/osd/osd_initiator.c
---- linux-2.6.38.6/drivers/scsi/osd/osd_initiator.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/scsi/osd/osd_initiator.c    2011-05-16 21:47:08.000000000 -0400
+diff -urNp linux-3.0.3/drivers/scsi/osd/osd_initiator.c linux-3.0.3/drivers/scsi/osd/osd_initiator.c
+--- linux-3.0.3/drivers/scsi/osd/osd_initiator.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -32832,9 +31257,9 @@ diff -urNp linux-2.6.38.6/drivers/scsi/osd/osd_initiator.c linux-2.6.38.6/driver
        or = osd_start_request(od, GFP_KERNEL);
        if (!or)
                return -ENOMEM;
-diff -urNp linux-2.6.38.6/drivers/scsi/pmcraid.c linux-2.6.38.6/drivers/scsi/pmcraid.c
---- linux-2.6.38.6/drivers/scsi/pmcraid.c      2011-05-10 22:06:29.000000000 -0400
-+++ linux-2.6.38.6/drivers/scsi/pmcraid.c      2011-05-10 22:08:57.000000000 -0400
+diff -urNp linux-3.0.3/drivers/scsi/pmcraid.c linux-3.0.3/drivers/scsi/pmcraid.c
+--- linux-3.0.3/drivers/scsi/pmcraid.c 2011-08-23 21:44:40.000000000 -0400
++++ linux-3.0.3/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;
@@ -32876,7 +31301,7 @@ diff -urNp linux-2.6.38.6/drivers/scsi/pmcraid.c linux-2.6.38.6/drivers/scsi/pmc
                          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 */
@@ -32885,7 +31310,7 @@ diff -urNp linux-2.6.38.6/drivers/scsi/pmcraid.c linux-2.6.38.6/drivers/scsi/pmc
                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);
@@ -32896,7 +31321,7 @@ diff -urNp linux-2.6.38.6/drivers/scsi/pmcraid.c linux-2.6.38.6/drivers/scsi/pmc
  
        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
         */
@@ -32905,10 +31330,10 @@ diff -urNp linux-2.6.38.6/drivers/scsi/pmcraid.c linux-2.6.38.6/drivers/scsi/pmc
        schedule_work(&pinstance->worker_q);
        return rc;
  
-diff -urNp linux-2.6.38.6/drivers/scsi/pmcraid.h linux-2.6.38.6/drivers/scsi/pmcraid.h
---- linux-2.6.38.6/drivers/scsi/pmcraid.h      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/scsi/pmcraid.h      2011-04-28 19:57:25.000000000 -0400
-@@ -750,7 +750,7 @@ struct pmcraid_instance {
+diff -urNp linux-3.0.3/drivers/scsi/pmcraid.h linux-3.0.3/drivers/scsi/pmcraid.h
+--- linux-3.0.3/drivers/scsi/pmcraid.h 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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 */
@@ -32917,7 +31342,7 @@ diff -urNp linux-2.6.38.6/drivers/scsi/pmcraid.h linux-2.6.38.6/drivers/scsi/pmc
  
        /* 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 ?*/
@@ -32926,7 +31351,7 @@ diff -urNp linux-2.6.38.6/drivers/scsi/pmcraid.h linux-2.6.38.6/drivers/scsi/pmc
  
  
  
-@@ -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 */
@@ -32937,21 +31362,21 @@ diff -urNp linux-2.6.38.6/drivers/scsi/pmcraid.h linux-2.6.38.6/drivers/scsi/pmc
  
        /* To indicate add/delete/modify during CCN */
        u8 change_detected;
-diff -urNp linux-2.6.38.6/drivers/scsi/qla2xxx/qla_os.c linux-2.6.38.6/drivers/scsi/qla2xxx/qla_os.c
---- linux-2.6.38.6/drivers/scsi/qla2xxx/qla_os.c       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/scsi/qla2xxx/qla_os.c       2011-04-28 19:34:15.000000000 -0400
-@@ -4096,7 +4096,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.38.6/drivers/scsi/qla4xxx/ql4_def.h linux-2.6.38.6/drivers/scsi/qla4xxx/ql4_def.h
---- linux-2.6.38.6/drivers/scsi/qla4xxx/ql4_def.h      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/scsi/qla4xxx/ql4_def.h      2011-04-28 19:57:25.000000000 -0400
+diff -urNp linux-3.0.3/drivers/scsi/qla2xxx/qla_def.h linux-3.0.3/drivers/scsi/qla2xxx/qla_def.h
+--- linux-3.0.3/drivers/scsi/qla2xxx/qla_def.h 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.3/drivers/scsi/qla4xxx/ql4_def.h linux-3.0.3/drivers/scsi/qla4xxx/ql4_def.h
+--- linux-3.0.3/drivers/scsi/qla4xxx/ql4_def.h 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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) */
@@ -32961,9 +31386,9 @@ diff -urNp linux-2.6.38.6/drivers/scsi/qla4xxx/ql4_def.h linux-2.6.38.6/drivers/
                                       * retried */
  
        uint16_t port;
-diff -urNp linux-2.6.38.6/drivers/scsi/qla4xxx/ql4_init.c linux-2.6.38.6/drivers/scsi/qla4xxx/ql4_init.c
---- linux-2.6.38.6/drivers/scsi/qla4xxx/ql4_init.c     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/scsi/qla4xxx/ql4_init.c     2011-04-28 19:57:25.000000000 -0400
+diff -urNp linux-3.0.3/drivers/scsi/qla4xxx/ql4_init.c linux-3.0.3/drivers/scsi/qla4xxx/ql4_init.c
+--- linux-3.0.3/drivers/scsi/qla4xxx/ql4_init.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);
@@ -32973,19 +31398,19 @@ diff -urNp linux-2.6.38.6/drivers/scsi/qla4xxx/ql4_init.c linux-2.6.38.6/drivers
        atomic_set(&ddb_entry->state, DDB_STATE_ONLINE);
        list_add_tail(&ddb_entry->list, &ha->ddb_list);
        ha->fw_ddb_index_map[fw_ddb_index] = ddb_entry;
-@@ -1570,7 +1570,7 @@ int qla4xxx_process_ddb_changed(struct s
-       /* Device is back online. */
-       if (ddb_entry->fw_ddb_device_state == DDB_DS_SESSION_ACTIVE) {
+@@ -1433,7 +1433,7 @@ int qla4xxx_process_ddb_changed(struct s
+       if ((ddb_entry->fw_ddb_device_state == DDB_DS_SESSION_ACTIVE) &&
+          (atomic_read(&ddb_entry->state) != DDB_STATE_ONLINE)) {
                atomic_set(&ddb_entry->state, DDB_STATE_ONLINE);
 -              atomic_set(&ddb_entry->relogin_retry_count, 0);
 +              atomic_set_unchecked(&ddb_entry->relogin_retry_count, 0);
                atomic_set(&ddb_entry->relogin_timer, 0);
                clear_bit(DF_RELOGIN, &ddb_entry->flags);
-               clear_bit(DF_NO_RELOGIN, &ddb_entry->flags);
-diff -urNp linux-2.6.38.6/drivers/scsi/qla4xxx/ql4_os.c linux-2.6.38.6/drivers/scsi/qla4xxx/ql4_os.c
---- linux-2.6.38.6/drivers/scsi/qla4xxx/ql4_os.c       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/scsi/qla4xxx/ql4_os.c       2011-04-28 19:57:25.000000000 -0400
-@@ -801,13 +801,13 @@ static void qla4xxx_timer(struct scsi_ql
+               iscsi_unblock_session(ddb_entry->sess);
+diff -urNp linux-3.0.3/drivers/scsi/qla4xxx/ql4_os.c linux-3.0.3/drivers/scsi/qla4xxx/ql4_os.c
+--- linux-3.0.3/drivers/scsi/qla4xxx/ql4_os.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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 */
@@ -33001,9 +31426,9 @@ diff -urNp linux-2.6.38.6/drivers/scsi/qla4xxx/ql4_os.c linux-2.6.38.6/drivers/s
                                                          relogin_retry_count))
                                        );
                                start_dpc++;
-diff -urNp linux-2.6.38.6/drivers/scsi/scsi.c linux-2.6.38.6/drivers/scsi/scsi.c
---- linux-2.6.38.6/drivers/scsi/scsi.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/scsi/scsi.c 2011-04-28 19:57:25.000000000 -0400
+diff -urNp linux-3.0.3/drivers/scsi/scsi.c linux-3.0.3/drivers/scsi/scsi.c
+--- linux-3.0.3/drivers/scsi/scsi.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -33013,10 +31438,10 @@ diff -urNp linux-2.6.38.6/drivers/scsi/scsi.c linux-2.6.38.6/drivers/scsi/scsi.c
  
        /* check if the device is still usable */
        if (unlikely(cmd->device->sdev_state == SDEV_DEL)) {
-diff -urNp linux-2.6.38.6/drivers/scsi/scsi_debug.c linux-2.6.38.6/drivers/scsi/scsi_debug.c
---- linux-2.6.38.6/drivers/scsi/scsi_debug.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/scsi/scsi_debug.c   2011-05-16 21:47:08.000000000 -0400
-@@ -1476,6 +1476,8 @@ static int resp_mode_select(struct scsi_
+diff -urNp linux-3.0.3/drivers/scsi/scsi_debug.c linux-3.0.3/drivers/scsi/scsi_debug.c
+--- linux-3.0.3/drivers/scsi/scsi_debug.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
  
@@ -33025,7 +31450,7 @@ diff -urNp linux-2.6.38.6/drivers/scsi/scsi_debug.c linux-2.6.38.6/drivers/scsi/
        if ((errsts = check_readiness(scp, 1, devip)))
                return errsts;
        memset(arr, 0, sizeof(arr));
-@@ -1573,6 +1575,8 @@ static int resp_log_sense(struct scsi_cm
+@@ -1590,6 +1592,8 @@ static int resp_log_sense(struct scsi_cm
        unsigned char arr[SDEBUG_MAX_LSENSE_SZ];
        unsigned char *cmd = (unsigned char *)scp->cmnd;
  
@@ -33034,10 +31459,10 @@ diff -urNp linux-2.6.38.6/drivers/scsi/scsi_debug.c linux-2.6.38.6/drivers/scsi/
        if ((errsts = check_readiness(scp, 1, devip)))
                return errsts;
        memset(arr, 0, sizeof(arr));
-diff -urNp linux-2.6.38.6/drivers/scsi/scsi_lib.c linux-2.6.38.6/drivers/scsi/scsi_lib.c
---- linux-2.6.38.6/drivers/scsi/scsi_lib.c     2011-05-10 22:06:29.000000000 -0400
-+++ linux-2.6.38.6/drivers/scsi/scsi_lib.c     2011-05-10 22:08:57.000000000 -0400
-@@ -1381,7 +1381,7 @@ static void scsi_kill_request(struct req
+diff -urNp linux-3.0.3/drivers/scsi/scsi_lib.c linux-3.0.3/drivers/scsi/scsi_lib.c
+--- linux-3.0.3/drivers/scsi/scsi_lib.c        2011-08-23 21:44:40.000000000 -0400
++++ linux-3.0.3/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;
@@ -33046,7 +31471,7 @@ diff -urNp linux-2.6.38.6/drivers/scsi/scsi_lib.c linux-2.6.38.6/drivers/scsi/sc
  
        /*
         * SCSI request completion path will do scsi_device_unbusy(),
-@@ -1407,9 +1407,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);
  
@@ -33058,10 +31483,10 @@ diff -urNp linux-2.6.38.6/drivers/scsi/scsi_lib.c linux-2.6.38.6/drivers/scsi/sc
  
        disposition = scsi_decide_disposition(cmd);
        if (disposition != SUCCESS &&
-diff -urNp linux-2.6.38.6/drivers/scsi/scsi_sysfs.c linux-2.6.38.6/drivers/scsi/scsi_sysfs.c
---- linux-2.6.38.6/drivers/scsi/scsi_sysfs.c   2011-05-10 22:06:29.000000000 -0400
-+++ linux-2.6.38.6/drivers/scsi/scsi_sysfs.c   2011-05-10 22:08:57.000000000 -0400
-@@ -621,7 +621,7 @@ show_iostat_##field(struct device *dev, 
+diff -urNp linux-3.0.3/drivers/scsi/scsi_sysfs.c linux-3.0.3/drivers/scsi/scsi_sysfs.c
+--- linux-3.0.3/drivers/scsi/scsi_sysfs.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);                 \
@@ -33070,10 +31495,10 @@ diff -urNp linux-2.6.38.6/drivers/scsi/scsi_sysfs.c linux-2.6.38.6/drivers/scsi/
        return snprintf(buf, 20, "0x%llx\n", count);                    \
  }                                                                     \
  static DEVICE_ATTR(field, S_IRUGO, show_iostat_##field, NULL)
-diff -urNp linux-2.6.38.6/drivers/scsi/scsi_transport_fc.c linux-2.6.38.6/drivers/scsi/scsi_transport_fc.c
---- linux-2.6.38.6/drivers/scsi/scsi_transport_fc.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/scsi/scsi_transport_fc.c    2011-04-28 19:57:25.000000000 -0400
-@@ -485,7 +485,7 @@ static DECLARE_TRANSPORT_CLASS(fc_vport_
+diff -urNp linux-3.0.3/drivers/scsi/scsi_transport_fc.c linux-3.0.3/drivers/scsi/scsi_transport_fc.c
+--- linux-3.0.3/drivers/scsi/scsi_transport_fc.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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
   */
  
@@ -33082,7 +31507,7 @@ diff -urNp linux-2.6.38.6/drivers/scsi/scsi_transport_fc.c linux-2.6.38.6/driver
  
  /**
   * 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)
  {
@@ -33091,7 +31516,7 @@ diff -urNp linux-2.6.38.6/drivers/scsi/scsi_transport_fc.c linux-2.6.38.6/driver
  }
  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;
  
@@ -33100,7 +31525,7 @@ diff -urNp linux-2.6.38.6/drivers/scsi/scsi_transport_fc.c linux-2.6.38.6/driver
  
        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);
@@ -33109,9 +31534,9 @@ diff -urNp linux-2.6.38.6/drivers/scsi/scsi_transport_fc.c linux-2.6.38.6/driver
                return -EINVAL;
        /*
         * Check for overflow; dev_loss_tmo is u32
-diff -urNp linux-2.6.38.6/drivers/scsi/scsi_transport_iscsi.c linux-2.6.38.6/drivers/scsi/scsi_transport_iscsi.c
---- linux-2.6.38.6/drivers/scsi/scsi_transport_iscsi.c 2011-04-18 17:27:18.000000000 -0400
-+++ linux-2.6.38.6/drivers/scsi/scsi_transport_iscsi.c 2011-04-28 19:57:25.000000000 -0400
+diff -urNp linux-3.0.3/drivers/scsi/scsi_transport_iscsi.c linux-3.0.3/drivers/scsi/scsi_transport_iscsi.c
+--- linux-3.0.3/drivers/scsi/scsi_transport_iscsi.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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];
  };
@@ -33130,7 +31555,7 @@ diff -urNp linux-2.6.38.6/drivers/scsi/scsi_transport_iscsi.c linux-2.6.38.6/dri
  
        if (id == ISCSI_MAX_TARGET) {
                for (id = 0; id < ISCSI_MAX_TARGET; id++) {
-@@ -2130,7 +2130,7 @@ static __init int iscsi_transport_init(v
+@@ -2200,7 +2200,7 @@ static __init int iscsi_transport_init(v
        printk(KERN_INFO "Loading iSCSI transport class v%s.\n",
                ISCSI_TRANSPORT_VERSION);
  
@@ -33139,9 +31564,9 @@ diff -urNp linux-2.6.38.6/drivers/scsi/scsi_transport_iscsi.c linux-2.6.38.6/dri
  
        err = class_register(&iscsi_transport_class);
        if (err)
-diff -urNp linux-2.6.38.6/drivers/scsi/scsi_transport_srp.c linux-2.6.38.6/drivers/scsi/scsi_transport_srp.c
---- linux-2.6.38.6/drivers/scsi/scsi_transport_srp.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/scsi/scsi_transport_srp.c   2011-04-28 19:57:25.000000000 -0400
+diff -urNp linux-3.0.3/drivers/scsi/scsi_transport_srp.c linux-3.0.3/drivers/scsi/scsi_transport_srp.c
+--- linux-3.0.3/drivers/scsi/scsi_transport_srp.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/drivers/scsi/scsi_transport_srp.c      2011-08-23 21:47:56.000000000 -0400
 @@ -33,7 +33,7 @@
  #include "scsi_transport_srp_internal.h"
  
@@ -33169,9 +31594,9 @@ diff -urNp linux-2.6.38.6/drivers/scsi/scsi_transport_srp.c linux-2.6.38.6/drive
        dev_set_name(&rport->dev, "port-%d:%d", shost->host_no, id);
  
        transport_setup_device(&rport->dev);
-diff -urNp linux-2.6.38.6/drivers/scsi/sg.c linux-2.6.38.6/drivers/scsi/sg.c
---- linux-2.6.38.6/drivers/scsi/sg.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/scsi/sg.c   2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/drivers/scsi/sg.c linux-3.0.3/drivers/scsi/sg.c
+--- linux-3.0.3/drivers/scsi/sg.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
  };
@@ -33190,9 +31615,9 @@ diff -urNp linux-2.6.38.6/drivers/scsi/sg.c linux-2.6.38.6/drivers/scsi/sg.c
  
        sg_proc_sgp = proc_mkdir(sg_proc_sg_dirname, NULL);
        if (!sg_proc_sgp)
-diff -urNp linux-2.6.38.6/drivers/scsi/sym53c8xx_2/sym_glue.c linux-2.6.38.6/drivers/scsi/sym53c8xx_2/sym_glue.c
---- linux-2.6.38.6/drivers/scsi/sym53c8xx_2/sym_glue.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/scsi/sym53c8xx_2/sym_glue.c 2011-05-16 21:47:08.000000000 -0400
+diff -urNp linux-3.0.3/drivers/scsi/sym53c8xx_2/sym_glue.c linux-3.0.3/drivers/scsi/sym53c8xx_2/sym_glue.c
+--- linux-3.0.3/drivers/scsi/sym53c8xx_2/sym_glue.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -33202,9 +31627,9 @@ diff -urNp linux-2.6.38.6/drivers/scsi/sym53c8xx_2/sym_glue.c linux-2.6.38.6/dri
        memset(&sym_dev, 0, sizeof(sym_dev));
        memset(&nvram, 0, sizeof(nvram));
        sym_dev.pdev = pdev;
-diff -urNp linux-2.6.38.6/drivers/scsi/vmw_pvscsi.c linux-2.6.38.6/drivers/scsi/vmw_pvscsi.c
---- linux-2.6.38.6/drivers/scsi/vmw_pvscsi.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/scsi/vmw_pvscsi.c   2011-05-16 21:47:08.000000000 -0400
+diff -urNp linux-3.0.3/drivers/scsi/vmw_pvscsi.c linux-3.0.3/drivers/scsi/vmw_pvscsi.c
+--- linux-3.0.3/drivers/scsi/vmw_pvscsi.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -33214,47 +31639,46 @@ diff -urNp linux-2.6.38.6/drivers/scsi/vmw_pvscsi.c linux-2.6.38.6/drivers/scsi/
        cmd.ringsStatePPN   = adapter->ringStatePA >> PAGE_SHIFT;
        cmd.reqRingNumPages = adapter->req_pages;
        cmd.cmpRingNumPages = adapter->cmp_pages;
-diff -urNp linux-2.6.38.6/drivers/spi/spi.c linux-2.6.38.6/drivers/spi/spi.c
---- linux-2.6.38.6/drivers/spi/spi.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/spi/spi.c   2011-05-11 18:34:57.000000000 -0400
+diff -urNp linux-3.0.3/drivers/spi/spi.c linux-3.0.3/drivers/spi/spi.c
+--- linux-3.0.3/drivers/spi/spi.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.38.6/drivers/staging/autofs/root.c linux-2.6.38.6/drivers/staging/autofs/root.c
---- linux-2.6.38.6/drivers/staging/autofs/root.c       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/staging/autofs/root.c       2011-04-28 19:34:15.000000000 -0400
-@@ -311,7 +311,8 @@ static int autofs_root_symlink(struct in
-       set_bit(n,sbi->symlink_bitmap);
-       sl = &sbi->symlink[n];
-       sl->len = strlen(symname);
--      sl->data = kmalloc(slsize = sl->len+1, GFP_KERNEL);
-+      slsize = sl->len+1;
-+      sl->data = kmalloc(slsize, GFP_KERNEL);
-       if (!sl->data) {
-               clear_bit(n,sbi->symlink_bitmap);
-               unlock_kernel();
-diff -urNp linux-2.6.38.6/drivers/staging/bcm/Bcmchar.c linux-2.6.38.6/drivers/staging/bcm/Bcmchar.c
---- linux-2.6.38.6/drivers/staging/bcm/Bcmchar.c       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/staging/bcm/Bcmchar.c       2011-04-28 19:34:15.000000000 -0400
-@@ -2093,7 +2093,7 @@ static long bcm_char_ioctl(struct file *
- }
--static struct file_operations bcm_fops = {
-+static const struct file_operations bcm_fops = {
-       .owner    = THIS_MODULE,
-       .open     = bcm_char_open,
-       .release  = bcm_char_release,
-diff -urNp linux-2.6.38.6/drivers/staging/brcm80211/brcmfmac/dhd_linux.c linux-2.6.38.6/drivers/staging/brcm80211/brcmfmac/dhd_linux.c
---- linux-2.6.38.6/drivers/staging/brcm80211/brcmfmac/dhd_linux.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/staging/brcm80211/brcmfmac/dhd_linux.c      2011-04-28 19:34:15.000000000 -0400
-@@ -863,14 +863,14 @@ static void dhd_op_if(dhd_if_t *ifp)
+diff -urNp linux-3.0.3/drivers/staging/ath6kl/os/linux/ar6000_drv.c linux-3.0.3/drivers/staging/ath6kl/os/linux/ar6000_drv.c
+--- linux-3.0.3/drivers/staging/ath6kl/os/linux/ar6000_drv.c   2011-08-23 21:44:40.000000000 -0400
++++ linux-3.0.3/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.3/drivers/staging/ath6kl/os/linux/include/ar6k_pal.h linux-3.0.3/drivers/staging/ath6kl/os/linux/include/ar6k_pal.h
+--- linux-3.0.3/drivers/staging/ath6kl/os/linux/include/ar6k_pal.h     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.3/drivers/staging/brcm80211/brcmfmac/dhd_linux.c linux-3.0.3/drivers/staging/brcm80211/brcmfmac/dhd_linux.c
+--- linux-3.0.3/drivers/staging/brcm80211/brcmfmac/dhd_linux.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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 */
@@ -33271,7 +31695,7 @@ diff -urNp linux-2.6.38.6/drivers/staging/brcm80211/brcmfmac/dhd_linux.c linux-2
                        err = dhd_net_attach(&dhd->pub, ifp->idx);
                        if (err != 0) {
                                DHD_ERROR(("%s: dhd_net_attach failed, "
-@@ -1969,25 +1969,23 @@ dhd_pub_t *dhd_attach(struct osl_info *o
+@@ -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 */
@@ -33280,27 +31704,16 @@ diff -urNp linux-2.6.38.6/drivers/staging/brcm80211/brcmfmac/dhd_linux.c linux-2
        if (!net) {
                DHD_ERROR(("%s: OOM - alloc_etherdev\n", __func__));
                goto fail;
-       }
-       /* Allocate primary dhd_info */
--      dhd = kmalloc(sizeof(dhd_info_t), GFP_ATOMIC);
-+      dhd = kzalloc(sizeof(dhd_info_t), GFP_ATOMIC);
-       if (!dhd) {
-               DHD_ERROR(("%s: OOM - alloc dhd_info\n", __func__));
-               goto fail;
-       }
--      memset(dhd, 0, sizeof(dhd_info_t));
--
+@@ -1888,7 +1888,7 @@ dhd_pub_t *dhd_attach(struct dhd_bus *bu
        /*
         * Save the dhd_info into the priv
         */
 -      memcpy(netdev_priv(net), &dhd, sizeof(dhd));
 +      memcpy(netdev_priv(net), dhd, sizeof(*dhd));
-       dhd->pub.osh = osh;
  
        /* Set network interface name if it was provided as module parameter */
-@@ -2105,7 +2103,7 @@ dhd_pub_t *dhd_attach(struct osl_info *o
+       if (iface_name[0]) {
+@@ -2004,7 +2004,7 @@ dhd_pub_t *dhd_attach(struct dhd_bus *bu
        /*
         * Save the dhd_info into the priv
         */
@@ -33309,33 +31722,33 @@ diff -urNp linux-2.6.38.6/drivers/staging/brcm80211/brcmfmac/dhd_linux.c linux-2
  
  #if defined(CUSTOMER_HW2) && defined(CONFIG_WIFI_CONTROL_FUNC)
        g_bus = bus;
-diff -urNp linux-2.6.38.6/drivers/staging/brcm80211/brcmfmac/wl_iw.c linux-2.6.38.6/drivers/staging/brcm80211/brcmfmac/wl_iw.c
---- linux-2.6.38.6/drivers/staging/brcm80211/brcmfmac/wl_iw.c  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/staging/brcm80211/brcmfmac/wl_iw.c  2011-04-28 19:34:15.000000000 -0400
-@@ -513,7 +513,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.38.6/drivers/staging/comedi/comedi_fops.c linux-2.6.38.6/drivers/staging/comedi/comedi_fops.c
---- linux-2.6.38.6/drivers/staging/comedi/comedi_fops.c        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/staging/comedi/comedi_fops.c        2011-04-28 19:34:15.000000000 -0400
-@@ -1426,7 +1426,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.38.6/drivers/staging/et131x/et1310_tx.c linux-2.6.38.6/drivers/staging/et131x/et1310_tx.c
---- linux-2.6.38.6/drivers/staging/et131x/et1310_tx.c  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/staging/et131x/et1310_tx.c  2011-04-28 19:57:25.000000000 -0400
+diff -urNp linux-3.0.3/drivers/staging/brcm80211/brcmsmac/phy/wlc_phy_int.h linux-3.0.3/drivers/staging/brcm80211/brcmsmac/phy/wlc_phy_int.h
+--- linux-3.0.3/drivers/staging/brcm80211/brcmsmac/phy/wlc_phy_int.h   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.3/drivers/staging/brcm80211/include/bcmsdh.h linux-3.0.3/drivers/staging/brcm80211/include/bcmsdh.h
+--- linux-3.0.3/drivers/staging/brcm80211/include/bcmsdh.h     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.3/drivers/staging/et131x/et1310_tx.c linux-3.0.3/drivers/staging/et131x/et1310_tx.c
+--- linux-3.0.3/drivers/staging/et131x/et1310_tx.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
  
@@ -33351,10 +31764,10 @@ diff -urNp linux-2.6.38.6/drivers/staging/et131x/et1310_tx.c linux-2.6.38.6/driv
  
        if (tcb->skb) {
                stats->tx_bytes += tcb->skb->len;
-diff -urNp linux-2.6.38.6/drivers/staging/et131x/et131x_adapter.h linux-2.6.38.6/drivers/staging/et131x/et131x_adapter.h
---- linux-2.6.38.6/drivers/staging/et131x/et131x_adapter.h     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/staging/et131x/et131x_adapter.h     2011-04-28 19:57:25.000000000 -0400
-@@ -112,11 +112,11 @@ typedef struct _ce_stats_t {
+diff -urNp linux-3.0.3/drivers/staging/et131x/et131x_adapter.h linux-3.0.3/drivers/staging/et131x/et131x_adapter.h
+--- linux-3.0.3/drivers/staging/et131x/et131x_adapter.h        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/drivers/staging/et131x/et131x_adapter.h        2011-08-23 21:47:56.000000000 -0400
+@@ -110,11 +110,11 @@ typedef struct _ce_stats_t {
         * operations
         */
        u32 unircv;     /* # multicast packets received */
@@ -33369,60 +31782,64 @@ diff -urNp linux-2.6.38.6/drivers/staging/et131x/et131x_adapter.h linux-2.6.38.6
        u32 norcvbuf;   /* # Rx packets discarded */
        u32 noxmtbuf;   /* # Tx packets discarded */
  
-diff -urNp linux-2.6.38.6/drivers/staging/ft1000/ft1000-usb/ft1000_debug.c linux-2.6.38.6/drivers/staging/ft1000/ft1000-usb/ft1000_debug.c
---- linux-2.6.38.6/drivers/staging/ft1000/ft1000-usb/ft1000_debug.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/staging/ft1000/ft1000-usb/ft1000_debug.c    2011-04-28 19:34:15.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.38.6/drivers/staging/go7007/go7007-v4l2.c linux-2.6.38.6/drivers/staging/go7007/go7007-v4l2.c
---- linux-2.6.38.6/drivers/staging/go7007/go7007-v4l2.c        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/staging/go7007/go7007-v4l2.c        2011-04-28 19:34:15.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.38.6/drivers/staging/hv/channel.c linux-2.6.38.6/drivers/staging/hv/channel.c
---- linux-2.6.38.6/drivers/staging/hv/channel.c        2011-04-18 17:27:18.000000000 -0400
-+++ linux-2.6.38.6/drivers/staging/hv/channel.c        2011-04-28 19:57:25.000000000 -0400
-@@ -501,8 +501,8 @@ int vmbus_establish_gpadl(struct vmbus_c
-       unsigned long flags;
+diff -urNp linux-3.0.3/drivers/staging/hv/channel.c linux-3.0.3/drivers/staging/hv/channel.c
+--- linux-3.0.3/drivers/staging/hv/channel.c   2011-08-23 21:44:40.000000000 -0400
++++ linux-3.0.3/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(&gVmbusConnection.NextGpadlHandle);
--      atomic_inc(&gVmbusConnection.NextGpadlHandle);
-+      next_gpadl_handle = atomic_read_unchecked(&gVmbusConnection.NextGpadlHandle);
-+      atomic_inc_unchecked(&gVmbusConnection.NextGpadlHandle);
+-      next_gpadl_handle = atomic_read(&vmbus_connection.next_gpadl_handle);
+-      atomic_inc(&vmbus_connection.next_gpadl_handle);
++      next_gpadl_handle = atomic_read_unchecked(&vmbus_connection.next_gpadl_handle);
++      atomic_inc_unchecked(&vmbus_connection.next_gpadl_handle);
  
        ret = create_gpadl_header(kbuffer, size, &msginfo, &msgcount);
        if (ret)
-diff -urNp linux-2.6.38.6/drivers/staging/hv/hv.c linux-2.6.38.6/drivers/staging/hv/hv.c
---- linux-2.6.38.6/drivers/staging/hv/hv.c     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/staging/hv/hv.c     2011-04-28 19:34:15.000000000 -0400
-@@ -163,7 +163,7 @@ static u64 do_hypercall(u64 control, voi
+diff -urNp linux-3.0.3/drivers/staging/hv/hv.c linux-3.0.3/drivers/staging/hv/hv.c
+--- linux-3.0.3/drivers/staging/hv/hv.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.38.6/drivers/staging/hv/rndis_filter.c linux-2.6.38.6/drivers/staging/hv/rndis_filter.c
---- linux-2.6.38.6/drivers/staging/hv/rndis_filter.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/staging/hv/rndis_filter.c   2011-04-28 19:57:25.000000000 -0400
-@@ -47,7 +47,7 @@ struct rndis_device {
+       __asm__ __volatile__ ("call *%8" : "=d"(hv_status_hi),
+                             "=a"(hv_status_lo) : "d" (control_hi),
+diff -urNp linux-3.0.3/drivers/staging/hv/hv_mouse.c linux-3.0.3/drivers/staging/hv/hv_mouse.c
+--- linux-3.0.3/drivers/staging/hv/hv_mouse.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.3/drivers/staging/hv/hyperv_vmbus.h linux-3.0.3/drivers/staging/hv/hyperv_vmbus.h
+--- linux-3.0.3/drivers/staging/hv/hyperv_vmbus.h      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.3/drivers/staging/hv/rndis_filter.c linux-3.0.3/drivers/staging/hv/rndis_filter.c
+--- linux-3.0.3/drivers/staging/hv/rndis_filter.c      2011-08-23 21:44:40.000000000 -0400
++++ linux-3.0.3/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;
@@ -33431,7 +31848,7 @@ diff -urNp linux-2.6.38.6/drivers/staging/hv/rndis_filter.c linux-2.6.38.6/drive
  
        spinlock_t request_lock;
        struct list_head req_list;
-@@ -145,7 +145,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;
@@ -33440,7 +31857,7 @@ diff -urNp linux-2.6.38.6/drivers/staging/hv/rndis_filter.c linux-2.6.38.6/drive
  
        /* Add to the request list */
        spin_lock_irqsave(&dev->request_lock, flags);
-@@ -707,7 +707,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;
@@ -33449,41 +31866,38 @@ diff -urNp linux-2.6.38.6/drivers/staging/hv/rndis_filter.c linux-2.6.38.6/drive
  
        /* Ignore return since this msg is optional. */
        rndis_filter_send_request(dev, request);
-diff -urNp linux-2.6.38.6/drivers/staging/hv/vmbus_drv.c linux-2.6.38.6/drivers/staging/hv/vmbus_drv.c
---- linux-2.6.38.6/drivers/staging/hv/vmbus_drv.c      2011-04-18 17:27:18.000000000 -0400
-+++ linux-2.6.38.6/drivers/staging/hv/vmbus_drv.c      2011-04-28 19:57:25.000000000 -0400
-@@ -727,14 +727,14 @@ int vmbus_child_device_register(struct h
-                               to_vm_device(root_device_obj);
-       struct vm_device *child_device_ctx =
-                               to_vm_device(child_device_obj);
+diff -urNp linux-3.0.3/drivers/staging/hv/vmbus_drv.c linux-3.0.3/drivers/staging/hv/vmbus_drv.c
+--- linux-3.0.3/drivers/staging/hv/vmbus_drv.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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_ctx);
        /* Set the device name. Otherwise, device_register() will fail. */
-       dev_set_name(&child_device_ctx->device, "vmbus_0_%d",
+       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_ctx->device.bus = &g_vmbus_drv.bus; /* device->dev.bus; */
-diff -urNp linux-2.6.38.6/drivers/staging/hv/vmbus_private.h linux-2.6.38.6/drivers/staging/hv/vmbus_private.h
---- linux-2.6.38.6/drivers/staging/hv/vmbus_private.h  2011-04-18 17:27:18.000000000 -0400
-+++ linux-2.6.38.6/drivers/staging/hv/vmbus_private.h  2011-04-28 19:57:25.000000000 -0400
-@@ -58,7 +58,7 @@ enum VMBUS_CONNECT_STATE {
- struct VMBUS_CONNECTION {
-       enum VMBUS_CONNECT_STATE ConnectState;
--      atomic_t NextGpadlHandle;
-+      atomic_unchecked_t NextGpadlHandle;
-       /*
-        * Represents channel interrupts. Each bit position represents a
-diff -urNp linux-2.6.38.6/drivers/staging/octeon/ethernet.c linux-2.6.38.6/drivers/staging/octeon/ethernet.c
---- linux-2.6.38.6/drivers/staging/octeon/ethernet.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/staging/octeon/ethernet.c   2011-04-28 19:57:25.000000000 -0400
+       child_device_obj->device.bus = &hv_bus; /* device->dev.bus; */
+diff -urNp linux-3.0.3/drivers/staging/iio/ring_generic.h linux-3.0.3/drivers/staging/iio/ring_generic.h
+--- linux-3.0.3/drivers/staging/iio/ring_generic.h     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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 *);
+diff -urNp linux-3.0.3/drivers/staging/octeon/ethernet.c linux-3.0.3/drivers/staging/octeon/ethernet.c
+--- linux-3.0.3/drivers/staging/octeon/ethernet.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.
                 */
@@ -33500,9 +31914,9 @@ diff -urNp linux-2.6.38.6/drivers/staging/octeon/ethernet.c linux-2.6.38.6/drive
  #endif
        }
  
-diff -urNp linux-2.6.38.6/drivers/staging/octeon/ethernet-rx.c linux-2.6.38.6/drivers/staging/octeon/ethernet-rx.c
---- linux-2.6.38.6/drivers/staging/octeon/ethernet-rx.c        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/staging/octeon/ethernet-rx.c        2011-04-28 19:57:25.000000000 -0400
+diff -urNp linux-3.0.3/drivers/staging/octeon/ethernet-rx.c linux-3.0.3/drivers/staging/octeon/ethernet-rx.c
+--- linux-3.0.3/drivers/staging/octeon/ethernet-rx.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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) {
@@ -33531,22 +31945,10 @@ diff -urNp linux-2.6.38.6/drivers/staging/octeon/ethernet-rx.c linux-2.6.38.6/dr
  #endif
                                dev_kfree_skb_irq(skb);
                        }
-diff -urNp linux-2.6.38.6/drivers/staging/phison/phison.c linux-2.6.38.6/drivers/staging/phison/phison.c
---- linux-2.6.38.6/drivers/staging/phison/phison.c     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/staging/phison/phison.c     2011-04-28 19:34:15.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.38.6/drivers/staging/pohmelfs/inode.c linux-2.6.38.6/drivers/staging/pohmelfs/inode.c
---- linux-2.6.38.6/drivers/staging/pohmelfs/inode.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/staging/pohmelfs/inode.c    2011-04-28 19:57:25.000000000 -0400
-@@ -1855,7 +1855,7 @@ static int pohmelfs_fill_super(struct su
+diff -urNp linux-3.0.3/drivers/staging/pohmelfs/inode.c linux-3.0.3/drivers/staging/pohmelfs/inode.c
+--- linux-3.0.3/drivers/staging/pohmelfs/inode.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);
@@ -33555,7 +31957,7 @@ diff -urNp linux-2.6.38.6/drivers/staging/pohmelfs/inode.c linux-2.6.38.6/driver
  
        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);
  
@@ -33564,9 +31966,9 @@ diff -urNp linux-2.6.38.6/drivers/staging/pohmelfs/inode.c linux-2.6.38.6/driver
        atomic_long_set(&psb->total_inodes, 0);
  
        mutex_init(&psb->state_lock);
-diff -urNp linux-2.6.38.6/drivers/staging/pohmelfs/mcache.c linux-2.6.38.6/drivers/staging/pohmelfs/mcache.c
---- linux-2.6.38.6/drivers/staging/pohmelfs/mcache.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/staging/pohmelfs/mcache.c   2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/drivers/staging/pohmelfs/mcache.c linux-3.0.3/drivers/staging/pohmelfs/mcache.c
+--- linux-3.0.3/drivers/staging/pohmelfs/mcache.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -33576,9 +31978,9 @@ diff -urNp linux-2.6.38.6/drivers/staging/pohmelfs/mcache.c linux-2.6.38.6/drive
  
        mutex_lock(&psb->mcache_lock);
        err = pohmelfs_mcache_insert(psb, m);
-diff -urNp linux-2.6.38.6/drivers/staging/pohmelfs/netfs.h linux-2.6.38.6/drivers/staging/pohmelfs/netfs.h
---- linux-2.6.38.6/drivers/staging/pohmelfs/netfs.h    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/staging/pohmelfs/netfs.h    2011-04-28 19:57:25.000000000 -0400
+diff -urNp linux-3.0.3/drivers/staging/pohmelfs/netfs.h linux-3.0.3/drivers/staging/pohmelfs/netfs.h
+--- linux-3.0.3/drivers/staging/pohmelfs/netfs.h       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -33596,9 +31998,9 @@ diff -urNp linux-2.6.38.6/drivers/staging/pohmelfs/netfs.h linux-2.6.38.6/driver
  
        unsigned int            crypto_attached_size;
        unsigned int            crypto_align_size;
-diff -urNp linux-2.6.38.6/drivers/staging/pohmelfs/trans.c linux-2.6.38.6/drivers/staging/pohmelfs/trans.c
---- linux-2.6.38.6/drivers/staging/pohmelfs/trans.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/staging/pohmelfs/trans.c    2011-04-28 19:57:25.000000000 -0400
+diff -urNp linux-3.0.3/drivers/staging/pohmelfs/trans.c linux-3.0.3/drivers/staging/pohmelfs/trans.c
+--- linux-3.0.3/drivers/staging/pohmelfs/trans.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -33608,64 +32010,88 @@ diff -urNp linux-2.6.38.6/drivers/staging/pohmelfs/trans.c linux-2.6.38.6/driver
  
        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.38.6/drivers/staging/rtl8192u/ieee80211/proc.c linux-2.6.38.6/drivers/staging/rtl8192u/ieee80211/proc.c
---- linux-2.6.38.6/drivers/staging/rtl8192u/ieee80211/proc.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/staging/rtl8192u/ieee80211/proc.c   2011-04-28 19:34:15.000000000 -0400
-@@ -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.38.6/drivers/staging/spectra/ffsport.c linux-2.6.38.6/drivers/staging/spectra/ffsport.c
---- linux-2.6.38.6/drivers/staging/spectra/ffsport.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/staging/spectra/ffsport.c   2011-04-28 19:34:15.000000000 -0400
-@@ -604,7 +604,7 @@ int GLOB_SBD_unlocked_ioctl(struct block
-       return ret;
- }
+diff -urNp linux-3.0.3/drivers/staging/rtl8712/rtl871x_io.h linux-3.0.3/drivers/staging/rtl8712/rtl871x_io.h
+--- linux-3.0.3/drivers/staging/rtl8712/rtl871x_io.h   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.3/drivers/staging/sbe-2t3e3/netdev.c linux-3.0.3/drivers/staging/sbe-2t3e3/netdev.c
+--- linux-3.0.3/drivers/staging/sbe-2t3e3/netdev.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/drivers/staging/sbe-2t3e3/netdev.c     2011-08-23 21:48:14.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;
  
--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.38.6/drivers/staging/usbip/vhci.h linux-2.6.38.6/drivers/staging/usbip/vhci.h
---- linux-2.6.38.6/drivers/staging/usbip/vhci.h        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/staging/usbip/vhci.h        2011-04-28 19:57:25.000000000 -0400
-@@ -92,7 +92,7 @@ struct vhci_hcd {
-       unsigned        resuming:1;
-       unsigned long   re_timeout;
+       return 0;
+diff -urNp linux-3.0.3/drivers/staging/tty/stallion.c linux-3.0.3/drivers/staging/tty/stallion.c
+--- linux-3.0.3/drivers/staging/tty/stallion.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
++      pax_track_stack();
++
+       if (copy_from_user(&stl_dummyport, arg, sizeof(struct stlport)))
+               return -EFAULT;
+       portp = stl_getport(stl_dummyport.brdnr, stl_dummyport.panelnr,
+diff -urNp linux-3.0.3/drivers/staging/usbip/usbip_common.h linux-3.0.3/drivers/staging/usbip/usbip_common.h
+--- linux-3.0.3/drivers/staging/usbip/usbip_common.h   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.3/drivers/staging/usbip/vhci.h linux-3.0.3/drivers/staging/usbip/vhci.h
+--- linux-3.0.3/drivers/staging/usbip/vhci.h   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.38.6/drivers/staging/usbip/vhci_hcd.c linux-2.6.38.6/drivers/staging/usbip/vhci_hcd.c
---- linux-2.6.38.6/drivers/staging/usbip/vhci_hcd.c    2011-05-10 22:06:29.000000000 -0400
-+++ linux-2.6.38.6/drivers/staging/usbip/vhci_hcd.c    2011-05-10 22:08:57.000000000 -0400
-@@ -535,7 +535,7 @@ static void vhci_tx_urb(struct urb *urb)
+diff -urNp linux-3.0.3/drivers/staging/usbip/vhci_hcd.c linux-3.0.3/drivers/staging/usbip/vhci_hcd.c
+--- linux-3.0.3/drivers/staging/usbip/vhci_hcd.c       2011-08-23 21:44:40.000000000 -0400
++++ linux-3.0.3/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");
  
-@@ -794,7 +794,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");
  
-@@ -989,7 +989,7 @@ static int vhci_start(struct usb_hcd *hc
+@@ -955,7 +955,7 @@ static int vhci_start(struct usb_hcd *hc
                vdev->rhport = rhport;
        }
  
@@ -33673,46 +32099,132 @@ diff -urNp linux-2.6.38.6/drivers/staging/usbip/vhci_hcd.c linux-2.6.38.6/driver
 +      atomic_set_unchecked(&vhci->seqnum, 0);
        spin_lock_init(&vhci->lock);
  
-diff -urNp linux-2.6.38.6/drivers/staging/usbip/vhci_rx.c linux-2.6.38.6/drivers/staging/usbip/vhci_rx.c
---- linux-2.6.38.6/drivers/staging/usbip/vhci_rx.c     2011-04-18 17:27:18.000000000 -0400
-+++ linux-2.6.38.6/drivers/staging/usbip/vhci_rx.c     2011-04-28 19:57:25.000000000 -0400
-@@ -80,7 +80,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.3/drivers/staging/usbip/vhci_rx.c linux-3.0.3/drivers/staging/usbip/vhci_rx.c
+--- linux-3.0.3/drivers/staging/usbip/vhci_rx.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.38.6/drivers/staging/vme/devices/vme_user.c linux-2.6.38.6/drivers/staging/vme/devices/vme_user.c
---- linux-2.6.38.6/drivers/staging/vme/devices/vme_user.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/staging/vme/devices/vme_user.c      2011-04-28 19:34:15.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.38.6/drivers/staging/westbridge/astoria/block/cyasblkdev_block.c linux-2.6.38.6/drivers/staging/westbridge/astoria/block/cyasblkdev_block.c
---- linux-2.6.38.6/drivers/staging/westbridge/astoria/block/cyasblkdev_block.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/staging/westbridge/astoria/block/cyasblkdev_block.c 2011-04-28 19:34:15.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.38.6/drivers/target/target_core_alua.c linux-2.6.38.6/drivers/target/target_core_alua.c
---- linux-2.6.38.6/drivers/target/target_core_alua.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/target/target_core_alua.c   2011-05-16 21:47:08.000000000 -0400
+diff -urNp linux-3.0.3/drivers/staging/vt6655/hostap.c linux-3.0.3/drivers/staging/vt6655/hostap.c
+--- linux-3.0.3/drivers/staging/vt6655/hostap.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/drivers/staging/vt6655/hostap.c        2011-08-23 21:47:56.000000000 -0400
+@@ -79,14 +79,13 @@ static int          msglevel            
+  *
+  */
++static net_device_ops_no_const apdev_netdev_ops;
++
+ static int hostap_enable_hostapd(PSDevice pDevice, int rtnl_locked)
+ {
+     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);
+@@ -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.3/drivers/staging/vt6656/hostap.c linux-3.0.3/drivers/staging/vt6656/hostap.c
+--- linux-3.0.3/drivers/staging/vt6656/hostap.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/drivers/staging/vt6656/hostap.c        2011-08-23 21:47:56.000000000 -0400
+@@ -80,14 +80,13 @@ static int          msglevel            
+  *
+  */
++static net_device_ops_no_const apdev_netdev_ops;
++
+ static int hostap_enable_hostapd(PSDevice pDevice, int rtnl_locked)
+ {
+     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);
+@@ -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.3/drivers/staging/wlan-ng/hfa384x_usb.c linux-3.0.3/drivers/staging/wlan-ng/hfa384x_usb.c
+--- linux-3.0.3/drivers/staging/wlan-ng/hfa384x_usb.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.3/drivers/staging/zcache/tmem.c linux-3.0.3/drivers/staging/zcache/tmem.c
+--- linux-3.0.3/drivers/staging/zcache/tmem.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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 tmem_hostops_no_const tmem_hostops;
+ static void tmem_objnode_tree_init(void);
+@@ -53,7 +53,7 @@ void tmem_register_hostops(struct tmem_h
+  * A tmem host implementation must use this function to register
+  * callbacks for a page-accessible memory (PAM) implementation
+  */
+-static struct tmem_pamops tmem_pamops;
++static tmem_pamops_no_const tmem_pamops;
+ void tmem_register_pamops(struct tmem_pamops *m)
+ {
+diff -urNp linux-3.0.3/drivers/staging/zcache/tmem.h linux-3.0.3/drivers/staging/zcache/tmem.h
+--- linux-3.0.3/drivers/staging/zcache/tmem.h  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);
+ /* 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);
+ /* core tmem accessor functions */
+diff -urNp linux-3.0.3/drivers/target/target_core_alua.c linux-3.0.3/drivers/target/target_core_alua.c
+--- linux-3.0.3/drivers/target/target_core_alua.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -33731,9 +32243,9 @@ diff -urNp linux-2.6.38.6/drivers/target/target_core_alua.c linux-2.6.38.6/drive
        memset(path, 0, ALUA_METADATA_PATH_LEN);
        memset(wwn, 0, ALUA_SECONDARY_METADATA_WWN_LEN);
  
-diff -urNp linux-2.6.38.6/drivers/target/target_core_cdb.c linux-2.6.38.6/drivers/target/target_core_cdb.c
---- linux-2.6.38.6/drivers/target/target_core_cdb.c    2011-04-18 17:27:14.000000000 -0400
-+++ linux-2.6.38.6/drivers/target/target_core_cdb.c    2011-05-16 21:47:08.000000000 -0400
+diff -urNp linux-3.0.3/drivers/target/target_core_cdb.c linux-3.0.3/drivers/target/target_core_cdb.c
+--- linux-3.0.3/drivers/target/target_core_cdb.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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];
@@ -33743,10 +32255,10 @@ diff -urNp linux-2.6.38.6/drivers/target/target_core_cdb.c linux-2.6.38.6/driver
        memset(buf, 0, SE_MODE_PAGE_BUF);
  
        switch (cdb[2] & 0x3f) {
-diff -urNp linux-2.6.38.6/drivers/target/target_core_configfs.c linux-2.6.38.6/drivers/target/target_core_configfs.c
---- linux-2.6.38.6/drivers/target/target_core_configfs.c       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/target/target_core_configfs.c       2011-05-16 21:47:08.000000000 -0400
-@@ -1279,6 +1279,8 @@ static ssize_t target_core_dev_pr_show_a
+diff -urNp linux-3.0.3/drivers/target/target_core_configfs.c linux-3.0.3/drivers/target/target_core_configfs.c
+--- linux-3.0.3/drivers/target/target_core_configfs.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
  
@@ -33755,9 +32267,9 @@ diff -urNp linux-2.6.38.6/drivers/target/target_core_configfs.c linux-2.6.38.6/d
        if (!(su_dev->se_dev_ptr))
                return -ENODEV;
  
-diff -urNp linux-2.6.38.6/drivers/target/target_core_pr.c linux-2.6.38.6/drivers/target/target_core_pr.c
---- linux-2.6.38.6/drivers/target/target_core_pr.c     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/target/target_core_pr.c     2011-05-16 21:47:08.000000000 -0400
+diff -urNp linux-3.0.3/drivers/target/target_core_pr.c linux-3.0.3/drivers/target/target_core_pr.c
+--- linux-3.0.3/drivers/target/target_core_pr.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -33785,10 +32297,10 @@ diff -urNp linux-2.6.38.6/drivers/target/target_core_pr.c linux-2.6.38.6/drivers
        memset(iov, 0, sizeof(struct iovec));
        memset(path, 0, 512);
  
-diff -urNp linux-2.6.38.6/drivers/target/target_core_tmr.c linux-2.6.38.6/drivers/target/target_core_tmr.c
---- linux-2.6.38.6/drivers/target/target_core_tmr.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/target/target_core_tmr.c    2011-04-28 19:57:25.000000000 -0400
-@@ -262,7 +262,7 @@ int core_tmr_lun_reset(
+diff -urNp linux-3.0.3/drivers/target/target_core_tmr.c linux-3.0.3/drivers/target/target_core_tmr.c
+--- linux-3.0.3/drivers/target/target_core_tmr.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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),
@@ -33797,7 +32309,7 @@ diff -urNp linux-2.6.38.6/drivers/target/target_core_tmr.c linux-2.6.38.6/driver
                        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);
@@ -33806,7 +32318,7 @@ diff -urNp linux-2.6.38.6/drivers/target/target_core_tmr.c linux-2.6.38.6/driver
                        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);
@@ -33815,10 +32327,10 @@ diff -urNp linux-2.6.38.6/drivers/target/target_core_tmr.c linux-2.6.38.6/driver
                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.38.6/drivers/target/target_core_transport.c linux-2.6.38.6/drivers/target/target_core_transport.c
---- linux-2.6.38.6/drivers/target/target_core_transport.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/target/target_core_transport.c      2011-04-28 19:57:25.000000000 -0400
-@@ -1678,7 +1678,7 @@ struct se_device *transport_add_device_t
+diff -urNp linux-3.0.3/drivers/target/target_core_transport.c linux-3.0.3/drivers/target/target_core_transport.c
+--- linux-3.0.3/drivers/target/target_core_transport.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);
@@ -33827,7 +32339,7 @@ diff -urNp linux-2.6.38.6/drivers/target/target_core_transport.c linux-2.6.38.6/
  
        se_dev_set_default_attribs(dev, dev_limits);
  
-@@ -1880,7 +1880,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.
         */
@@ -33836,7 +32348,7 @@ diff -urNp linux-2.6.38.6/drivers/target/target_core_transport.c linux-2.6.38.6/
        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,
-@@ -2160,7 +2160,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),
@@ -33845,7 +32357,7 @@ diff -urNp linux-2.6.38.6/drivers/target/target_core_transport.c linux-2.6.38.6/
                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),
-@@ -2664,9 +2664,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);
@@ -33857,7 +32369,7 @@ diff -urNp linux-2.6.38.6/drivers/target/target_core_transport.c linux-2.6.38.6/
            T_TASK(cmd)->t_task_cdbs)
                atomic_set(&cmd->transport_sent, 1);
  
-@@ -5550,7 +5550,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) ||
@@ -33866,7 +32378,7 @@ diff -urNp linux-2.6.38.6/drivers/target/target_core_transport.c linux-2.6.38.6/
                goto remove;
  
        atomic_set(&T_TASK(cmd)->t_transport_stop, 1);
-@@ -5779,7 +5779,7 @@ int transport_check_aborted_status(struc
+@@ -5797,7 +5797,7 @@ int transport_check_aborted_status(struc
  {
        int ret = 0;
  
@@ -33875,7 +32387,7 @@ diff -urNp linux-2.6.38.6/drivers/target/target_core_transport.c linux-2.6.38.6/
                if (!(send_status) ||
                     (cmd->se_cmd_flags & SCF_SENT_DELAYED_TAS))
                        return 1;
-@@ -5807,7 +5807,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) {
@@ -33884,7 +32396,7 @@ diff -urNp linux-2.6.38.6/drivers/target/target_core_transport.c linux-2.6.38.6/
                        smp_mb__after_atomic_inc();
                        cmd->scsi_status = SAM_STAT_TASK_ABORTED;
                        transport_new_cmd_failure(cmd);
-@@ -5936,7 +5936,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),
@@ -33893,9 +32405,9 @@ diff -urNp linux-2.6.38.6/drivers/target/target_core_transport.c linux-2.6.38.6/
                        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.38.6/drivers/telephony/ixj.c linux-2.6.38.6/drivers/telephony/ixj.c
---- linux-2.6.38.6/drivers/telephony/ixj.c     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/telephony/ixj.c     2011-05-16 21:47:08.000000000 -0400
+diff -urNp linux-3.0.3/drivers/telephony/ixj.c linux-3.0.3/drivers/telephony/ixj.c
+--- linux-3.0.3/drivers/telephony/ixj.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -33905,20 +32417,9 @@ diff -urNp linux-2.6.38.6/drivers/telephony/ixj.c linux-2.6.38.6/drivers/telepho
        if (!SCI_Prepare(j))
                return 0;
  
-diff -urNp linux-2.6.38.6/drivers/tty/hvc/hvc_console.h linux-2.6.38.6/drivers/tty/hvc/hvc_console.h
---- linux-2.6.38.6/drivers/tty/hvc/hvc_console.h       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/tty/hvc/hvc_console.h       2011-04-28 19:34:15.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.38.6/drivers/tty/hvc/hvcs.c linux-2.6.38.6/drivers/tty/hvc/hvcs.c
---- linux-2.6.38.6/drivers/tty/hvc/hvcs.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/tty/hvc/hvcs.c      2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/drivers/tty/hvc/hvcs.c linux-3.0.3/drivers/tty/hvc/hvcs.c
+--- linux-3.0.3/drivers/tty/hvc/hvcs.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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>
@@ -33936,7 +32437,7 @@ diff -urNp linux-2.6.38.6/drivers/tty/hvc/hvcs.c linux-2.6.38.6/drivers/tty/hvc/
  
        /*
         * Used to tell the driver kernel_thread what operations need to take
-@@ -420,7 +421,7 @@ static ssize_t hvcs_vterm_state_store(st
+@@ -422,7 +423,7 @@ static ssize_t hvcs_vterm_state_store(st
  
        spin_lock_irqsave(&hvcsd->lock, flags);
  
@@ -33945,7 +32446,7 @@ diff -urNp linux-2.6.38.6/drivers/tty/hvc/hvcs.c linux-2.6.38.6/drivers/tty/hvc/
                spin_unlock_irqrestore(&hvcsd->lock, flags);
                printk(KERN_INFO "HVCS: vterm state unchanged.  "
                                "The hvcs device node is still in use.\n");
-@@ -1136,7 +1137,7 @@ static int hvcs_open(struct tty_struct *
+@@ -1145,7 +1146,7 @@ static int hvcs_open(struct tty_struct *
                if ((retval = hvcs_partner_connect(hvcsd)))
                        goto error_release;
  
@@ -33954,7 +32455,7 @@ diff -urNp linux-2.6.38.6/drivers/tty/hvc/hvcs.c linux-2.6.38.6/drivers/tty/hvc/
        hvcsd->tty = tty;
        tty->driver_data = hvcsd;
  
-@@ -1170,7 +1171,7 @@ fast_open:
+@@ -1179,7 +1180,7 @@ fast_open:
  
        spin_lock_irqsave(&hvcsd->lock, flags);
        kref_get(&hvcsd->kref);
@@ -33963,7 +32464,7 @@ diff -urNp linux-2.6.38.6/drivers/tty/hvc/hvcs.c linux-2.6.38.6/drivers/tty/hvc/
        hvcsd->todo_mask |= HVCS_SCHED_READ;
        spin_unlock_irqrestore(&hvcsd->lock, flags);
  
-@@ -1214,7 +1215,7 @@ static void hvcs_close(struct tty_struct
+@@ -1223,7 +1224,7 @@ static void hvcs_close(struct tty_struct
        hvcsd = tty->driver_data;
  
        spin_lock_irqsave(&hvcsd->lock, flags);
@@ -33972,7 +32473,7 @@ diff -urNp linux-2.6.38.6/drivers/tty/hvc/hvcs.c linux-2.6.38.6/drivers/tty/hvc/
  
                vio_disable_interrupts(hvcsd->vdev);
  
-@@ -1240,10 +1241,10 @@ static void hvcs_close(struct tty_struct
+@@ -1249,10 +1250,10 @@ static void hvcs_close(struct tty_struct
                free_irq(irq, hvcsd);
                kref_put(&hvcsd->kref, destroy_hvcs_struct);
                return;
@@ -33985,7 +32486,7 @@ diff -urNp linux-2.6.38.6/drivers/tty/hvc/hvcs.c linux-2.6.38.6/drivers/tty/hvc/
        }
  
        spin_unlock_irqrestore(&hvcsd->lock, flags);
-@@ -1259,7 +1260,7 @@ static void hvcs_hangup(struct tty_struc
+@@ -1268,7 +1269,7 @@ static void hvcs_hangup(struct tty_struc
  
        spin_lock_irqsave(&hvcsd->lock, flags);
        /* Preserve this so that we know how many kref refs to put */
@@ -33994,7 +32495,7 @@ diff -urNp linux-2.6.38.6/drivers/tty/hvc/hvcs.c linux-2.6.38.6/drivers/tty/hvc/
  
        /*
         * Don't kref put inside the spinlock because the destruction
-@@ -1274,7 +1275,7 @@ static void hvcs_hangup(struct tty_struc
+@@ -1283,7 +1284,7 @@ static void hvcs_hangup(struct tty_struc
        hvcsd->tty->driver_data = NULL;
        hvcsd->tty = NULL;
  
@@ -34003,7 +32504,7 @@ diff -urNp linux-2.6.38.6/drivers/tty/hvc/hvcs.c linux-2.6.38.6/drivers/tty/hvc/
  
        /* This will drop any buffered data on the floor which is OK in a hangup
         * scenario. */
-@@ -1345,7 +1346,7 @@ static int hvcs_write(struct tty_struct 
+@@ -1354,7 +1355,7 @@ static int hvcs_write(struct tty_struct 
         * the middle of a write operation?  This is a crummy place to do this
         * but we want to keep it all in the spinlock.
         */
@@ -34012,7 +32513,7 @@ diff -urNp linux-2.6.38.6/drivers/tty/hvc/hvcs.c linux-2.6.38.6/drivers/tty/hvc/
                spin_unlock_irqrestore(&hvcsd->lock, flags);
                return -ENODEV;
        }
-@@ -1419,7 +1420,7 @@ static int hvcs_write_room(struct tty_st
+@@ -1428,7 +1429,7 @@ static int hvcs_write_room(struct tty_st
  {
        struct hvcs_struct *hvcsd = tty->driver_data;
  
@@ -34021,48 +32522,134 @@ diff -urNp linux-2.6.38.6/drivers/tty/hvc/hvcs.c linux-2.6.38.6/drivers/tty/hvc/
                return 0;
  
        return HVCS_BUFF_LEN - hvcsd->chars_in_buffer;
-diff -urNp linux-2.6.38.6/drivers/tty/hvc/hvc_xen.c linux-2.6.38.6/drivers/tty/hvc/hvc_xen.c
---- linux-2.6.38.6/drivers/tty/hvc/hvc_xen.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/tty/hvc/hvc_xen.c   2011-04-28 19:34:15.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;
- }
+diff -urNp linux-3.0.3/drivers/tty/ipwireless/tty.c linux-3.0.3/drivers/tty/ipwireless/tty.c
+--- linux-3.0.3/drivers/tty/ipwireless/tty.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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>
+ #include <linux/uaccess.h>
++#include <asm/local.h>
  
--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)
+ #include "tty.h"
+ #include "network.h"
+@@ -51,7 +52,7 @@ struct ipw_tty {
+       int tty_type;
+       struct ipw_network *network;
+       struct tty_struct *linux_tty;
+-      int open_count;
++      local_t open_count;
+       unsigned int control_lines;
+       struct mutex ipw_tty_mutex;
+       int tx_bytes_queued;
+@@ -127,10 +128,10 @@ static int ipw_open(struct tty_struct *l
+               mutex_unlock(&tty->ipw_tty_mutex);
+               return -ENODEV;
+       }
+-      if (tty->open_count == 0)
++      if (local_read(&tty->open_count) == 0)
+               tty->tx_bytes_queued = 0;
+-      tty->open_count++;
++      local_inc(&tty->open_count);
+       tty->linux_tty = linux_tty;
+       linux_tty->driver_data = tty;
+@@ -146,9 +147,7 @@ static int ipw_open(struct tty_struct *l
+ static void do_ipw_close(struct ipw_tty *tty)
  {
-       struct hvc_struct *hp;
--      struct hv_ops *ops;
-+      const struct hv_ops *ops;
+-      tty->open_count--;
+-
+-      if (tty->open_count == 0) {
++      if (local_dec_return(&tty->open_count) == 0) {
+               struct tty_struct *linux_tty = tty->linux_tty;
+               if (linux_tty != NULL) {
+@@ -169,7 +168,7 @@ static void ipw_hangup(struct tty_struct
+               return;
  
-       if (!xen_pv_domain())
+       mutex_lock(&tty->ipw_tty_mutex);
+-      if (tty->open_count == 0) {
++      if (local_read(&tty->open_count) == 0) {
+               mutex_unlock(&tty->ipw_tty_mutex);
+               return;
+       }
+@@ -198,7 +197,7 @@ void ipwireless_tty_received(struct ipw_
+               return;
+       }
+-      if (!tty->open_count) {
++      if (!local_read(&tty->open_count)) {
+               mutex_unlock(&tty->ipw_tty_mutex);
+               return;
+       }
+@@ -240,7 +239,7 @@ static int ipw_write(struct tty_struct *
                return -ENODEV;
-@@ -203,7 +203,7 @@ static void __exit xen_hvc_fini(void)
  
- static int xen_cons_init(void)
- {
--      struct hv_ops *ops;
-+      const struct hv_ops *ops;
+       mutex_lock(&tty->ipw_tty_mutex);
+-      if (!tty->open_count) {
++      if (!local_read(&tty->open_count)) {
+               mutex_unlock(&tty->ipw_tty_mutex);
+               return -EINVAL;
+       }
+@@ -280,7 +279,7 @@ static int ipw_write_room(struct tty_str
+       if (!tty)
+               return -ENODEV;
+-      if (!tty->open_count)
++      if (!local_read(&tty->open_count))
+               return -EINVAL;
  
-       if (!xen_pv_domain())
+       room = IPWIRELESS_TX_QUEUE_SIZE - tty->tx_bytes_queued;
+@@ -322,7 +321,7 @@ static int ipw_chars_in_buffer(struct tt
+       if (!tty)
+               return 0;
+-      if (!tty->open_count)
++      if (!local_read(&tty->open_count))
                return 0;
-diff -urNp linux-2.6.38.6/drivers/tty/n_gsm.c linux-2.6.38.6/drivers/tty/n_gsm.c
---- linux-2.6.38.6/drivers/tty/n_gsm.c 2011-05-10 22:06:27.000000000 -0400
-+++ linux-2.6.38.6/drivers/tty/n_gsm.c 2011-05-10 22:06:56.000000000 -0400
+       return tty->tx_bytes_queued;
+@@ -403,7 +402,7 @@ static int ipw_tiocmget(struct tty_struc
+       if (!tty)
+               return -ENODEV;
+-      if (!tty->open_count)
++      if (!local_read(&tty->open_count))
+               return -EINVAL;
+       return get_control_lines(tty);
+@@ -419,7 +418,7 @@ ipw_tiocmset(struct tty_struct *linux_tt
+       if (!tty)
+               return -ENODEV;
+-      if (!tty->open_count)
++      if (!local_read(&tty->open_count))
+               return -EINVAL;
+       return set_control_lines(tty, set, clear);
+@@ -433,7 +432,7 @@ static int ipw_ioctl(struct tty_struct *
+       if (!tty)
+               return -ENODEV;
+-      if (!tty->open_count)
++      if (!local_read(&tty->open_count))
+               return -EINVAL;
+       /* FIXME: Exactly how is the tty object locked here .. */
+@@ -582,7 +581,7 @@ void ipwireless_tty_free(struct ipw_tty 
+                                  against a parallel ioctl etc */
+                               mutex_lock(&ttyj->ipw_tty_mutex);
+                       }
+-                      while (ttyj->open_count)
++                      while (local_read(&ttyj->open_count))
+                               do_ipw_close(ttyj);
+                       ipwireless_disassociate_network_ttys(network,
+                                                            ttyj->channel_idx);
+diff -urNp linux-3.0.3/drivers/tty/n_gsm.c linux-3.0.3/drivers/tty/n_gsm.c
+--- linux-3.0.3/drivers/tty/n_gsm.c    2011-08-23 21:44:40.000000000 -0400
++++ linux-3.0.3/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);
@@ -34072,10 +32659,10 @@ diff -urNp linux-2.6.38.6/drivers/tty/n_gsm.c linux-2.6.38.6/drivers/tty/n_gsm.c
                kfree(dlci);
                return NULL;
        }
-diff -urNp linux-2.6.38.6/drivers/tty/n_tty.c linux-2.6.38.6/drivers/tty/n_tty.c
---- linux-2.6.38.6/drivers/tty/n_tty.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/tty/n_tty.c 2011-04-28 19:34:15.000000000 -0400
-@@ -2116,6 +2116,7 @@ void n_tty_inherit_ops(struct tty_ldisc_
+diff -urNp linux-3.0.3/drivers/tty/n_tty.c linux-3.0.3/drivers/tty/n_tty.c
+--- linux-3.0.3/drivers/tty/n_tty.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -34084,217 +32671,162 @@ diff -urNp linux-2.6.38.6/drivers/tty/n_tty.c linux-2.6.38.6/drivers/tty/n_tty.c
 +      ops->flags = 0;
  }
  EXPORT_SYMBOL_GPL(n_tty_inherit_ops);
-diff -urNp linux-2.6.38.6/drivers/tty/pty.c linux-2.6.38.6/drivers/tty/pty.c
---- linux-2.6.38.6/drivers/tty/pty.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/tty/pty.c   2011-04-28 19:34:15.000000000 -0400
-@@ -700,7 +700,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)
- {
-@@ -753,10 +764,6 @@ static void __init unix98_pty_init(void)
+diff -urNp linux-3.0.3/drivers/tty/pty.c linux-3.0.3/drivers/tty/pty.c
+--- linux-3.0.3/drivers/tty/pty.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.38.6/drivers/tty/serial/kgdboc.c linux-2.6.38.6/drivers/tty/serial/kgdboc.c
---- linux-2.6.38.6/drivers/tty/serial/kgdboc.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/tty/serial/kgdboc.c 2011-04-28 19:34:15.000000000 -0400
-@@ -22,7 +22,7 @@
+diff -urNp linux-3.0.3/drivers/tty/rocket.c linux-3.0.3/drivers/tty/rocket.c
+--- linux-3.0.3/drivers/tty/rocket.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
  
++      pax_track_stack();
++
+       if (!retports)
+               return -EFAULT;
+       memset(&tmp, 0, sizeof (tmp));
+diff -urNp linux-3.0.3/drivers/tty/serial/kgdboc.c linux-3.0.3/drivers/tty/serial/kgdboc.c
+--- linux-3.0.3/drivers/tty/serial/kgdboc.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/drivers/tty/serial/kgdboc.c    2011-08-23 21:47:56.000000000 -0400
+@@ -23,8 +23,9 @@
  #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() */
+ static struct kgdb_io         kgdboc_io_ops;
++static struct kgdb_io         kgdboc_io_ops_console;
  
- /* -1 = init not run yet, 0 = unconfigured, 1 = configured. */
+-/* -1 = init not run yet, 0 = unconfigured, 1 = configured. */
++/* -1 = init not run yet, 0 = unconfigured, 1/2 = 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.38.6/drivers/tty/serial/mrst_max3110.c linux-2.6.38.6/drivers/tty/serial/mrst_max3110.c
---- linux-2.6.38.6/drivers/tty/serial/mrst_max3110.c   2011-04-18 17:27:14.000000000 -0400
-+++ linux-2.6.38.6/drivers/tty/serial/mrst_max3110.c   2011-05-16 21:47:08.000000000 -0400
-@@ -393,6 +393,8 @@ static void max3110_con_receive(struct u
-       int loop = 1, num, total = 0;
-       u8 recv_buf[512], *pbuf;
-+      pax_track_stack();
-+
-       pbuf = recv_buf;
-       do {
-               num = max3110_read_multi(max, pbuf);
-diff -urNp linux-2.6.38.6/drivers/tty/tty_io.c linux-2.6.38.6/drivers/tty/tty_io.c
---- linux-2.6.38.6/drivers/tty/tty_io.c        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/tty/tty_io.c        2011-04-28 19:34:15.000000000 -0400
-@@ -140,21 +140,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);
-@@ -938,7 +928,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;
-@@ -964,6 +954,8 @@ static ssize_t tty_read(struct file *fil
-       return i;
+ 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);
  }
  
-+EXPORT_SYMBOL(tty_read);
-+
- void tty_write_unlock(struct tty_struct *tty)
- {
-       mutex_unlock(&tty->atomic_write_lock);
-@@ -1113,7 +1105,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;
-@@ -1139,6 +1131,8 @@ static ssize_t tty_write(struct file *fi
-       return ret;
- }
+ 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;
  
-+EXPORT_SYMBOL(tty_write);
-+
- ssize_t redirected_tty_write(struct file *file, const char __user *buf,
-                                               size_t count, loff_t *ppos)
- {
-@@ -1778,6 +1772,8 @@ int tty_release(struct inode *inode, str
+-      configured = 1;
+-
        return 0;
- }
-+EXPORT_SYMBOL(tty_release);
-+
- /**
-  *    tty_open                -       open a tty device
-  *    @inode: inode of device file
-@@ -1969,7 +1965,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)
+ noconfig:
+@@ -212,7 +219,7 @@ noconfig:
+ static int __init init_kgdboc(void)
  {
-       struct tty_struct *tty = file_tty(filp);
-       struct tty_ldisc *ld;
-@@ -1985,6 +1981,8 @@ static unsigned int tty_poll(struct file
-       return ret;
- }
+       /* Already configured? */
+-      if (configured == 1)
++      if (configured >= 1)
+               return 0;
  
-+EXPORT_SYMBOL(tty_poll);
-+
- static int __tty_fasync(int fd, struct file *filp, int on)
- {
-       struct tty_struct *tty = file_tty(filp);
-@@ -2026,7 +2024,7 @@ out:
-       return retval;
- }
+       return configure_kgdboc();
+@@ -261,7 +268,7 @@ static int param_set_kgdboc_var(const ch
+       if (config[len - 1] == '\n')
+               config[len - 1] = '\0';
  
--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();
-@@ -2035,6 +2033,8 @@ static int tty_fasync(int fd, struct fil
-       return retval;
- }
+-      if (configured == 1)
++      if (configured >= 1)
+               cleanup_kgdboc();
  
-+EXPORT_SYMBOL(tty_fasync);
-+
- /**
-  *    tiocsti                 -       fake input character
-  *    @tty: tty to fake input into
-@@ -2692,8 +2692,10 @@ long tty_ioctl(struct file *file, unsign
-       return retval;
- }
+       /* Go and configure with the new params. */
+@@ -301,6 +308,15 @@ static struct kgdb_io kgdboc_io_ops = {
+       .post_exception         = kgdboc_post_exp_handler,
+ };
  
-+EXPORT_SYMBOL(tty_ioctl);
++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_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;
-@@ -2717,6 +2719,9 @@ static long tty_compat_ioctl(struct file
+ #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.3/drivers/tty/serial/mrst_max3110.c linux-3.0.3/drivers/tty/serial/mrst_max3110.c
+--- linux-3.0.3/drivers/tty/serial/mrst_max3110.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
  
-       return retval;
- }
-+
-+EXPORT_SYMBOL(tty_compat_ioctl);
++      pax_track_stack();
 +
- #endif
+       pbuf = recv_buf;
+       do {
+               num = max3110_read_multi(max, pbuf);
+diff -urNp linux-3.0.3/drivers/tty/tty_io.c linux-3.0.3/drivers/tty/tty_io.c
+--- linux-3.0.3/drivers/tty/tty_io.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/drivers/tty/tty_io.c   2011-08-23 21:47:56.000000000 -0400
+@@ -3215,7 +3215,7 @@ EXPORT_SYMBOL_GPL(get_current_tty);
  
- /*
-@@ -3195,11 +3200,6 @@ struct tty_struct *get_current_tty(void)
+ void tty_default_fops(struct file_operations *fops)
+ {
+-      *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.38.6/drivers/tty/tty_ldisc.c linux-2.6.38.6/drivers/tty/tty_ldisc.c
---- linux-2.6.38.6/drivers/tty/tty_ldisc.c     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/tty/tty_ldisc.c     2011-04-28 19:34:15.000000000 -0400
-@@ -76,7 +76,7 @@ static void put_ldisc(struct tty_ldisc *
+diff -urNp linux-3.0.3/drivers/tty/tty_ldisc.c linux-3.0.3/drivers/tty/tty_ldisc.c
+--- linux-3.0.3/drivers/tty/tty_ldisc.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
  
@@ -34303,7 +32835,7 @@ diff -urNp linux-2.6.38.6/drivers/tty/tty_ldisc.c linux-2.6.38.6/drivers/tty/tty
                module_put(ldo->owner);
                spin_unlock_irqrestore(&tty_ldisc_lock, flags);
  
-@@ -111,7 +111,7 @@ int tty_register_ldisc(int disc, struct 
+@@ -109,7 +109,7 @@ int tty_register_ldisc(int disc, struct 
        spin_lock_irqsave(&tty_ldisc_lock, flags);
        tty_ldiscs[disc] = new_ldisc;
        new_ldisc->num = disc;
@@ -34312,7 +32844,7 @@ diff -urNp linux-2.6.38.6/drivers/tty/tty_ldisc.c linux-2.6.38.6/drivers/tty/tty
        spin_unlock_irqrestore(&tty_ldisc_lock, flags);
  
        return ret;
-@@ -139,7 +139,7 @@ int tty_unregister_ldisc(int disc)
+@@ -137,7 +137,7 @@ int tty_unregister_ldisc(int disc)
                return -EINVAL;
  
        spin_lock_irqsave(&tty_ldisc_lock, flags);
@@ -34321,7 +32853,7 @@ diff -urNp linux-2.6.38.6/drivers/tty/tty_ldisc.c linux-2.6.38.6/drivers/tty/tty
                ret = -EBUSY;
        else
                tty_ldiscs[disc] = NULL;
-@@ -160,7 +160,7 @@ static struct tty_ldisc_ops *get_ldops(i
+@@ -158,7 +158,7 @@ static struct tty_ldisc_ops *get_ldops(i
        if (ldops) {
                ret = ERR_PTR(-EAGAIN);
                if (try_module_get(ldops->owner)) {
@@ -34330,7 +32862,7 @@ diff -urNp linux-2.6.38.6/drivers/tty/tty_ldisc.c linux-2.6.38.6/drivers/tty/tty
                        ret = ldops;
                }
        }
-@@ -173,7 +173,7 @@ static void put_ldops(struct tty_ldisc_o
+@@ -171,7 +171,7 @@ static void put_ldops(struct tty_ldisc_o
        unsigned long flags;
  
        spin_lock_irqsave(&tty_ldisc_lock, flags);
@@ -34339,11 +32871,11 @@ diff -urNp linux-2.6.38.6/drivers/tty/tty_ldisc.c linux-2.6.38.6/drivers/tty/tty
        module_put(ldops->owner);
        spin_unlock_irqrestore(&tty_ldisc_lock, flags);
  }
-diff -urNp linux-2.6.38.6/drivers/tty/vt/keyboard.c linux-2.6.38.6/drivers/tty/vt/keyboard.c
---- linux-2.6.38.6/drivers/tty/vt/keyboard.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/tty/vt/keyboard.c   2011-04-28 19:34:15.000000000 -0400
-@@ -657,6 +657,16 @@ static void k_spec(struct vc_data *vc, u
-            kbd->kbdmode == VC_MEDIUMRAW) &&
+diff -urNp linux-3.0.3/drivers/tty/vt/keyboard.c linux-3.0.3/drivers/tty/vt/keyboard.c
+--- linux-3.0.3/drivers/tty/vt/keyboard.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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 */
 +
@@ -34359,10 +32891,10 @@ diff -urNp linux-2.6.38.6/drivers/tty/vt/keyboard.c linux-2.6.38.6/drivers/tty/v
        fn_handler[value](vc);
  }
  
-diff -urNp linux-2.6.38.6/drivers/tty/vt/vt.c linux-2.6.38.6/drivers/tty/vt/vt.c
---- linux-2.6.38.6/drivers/tty/vt/vt.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/tty/vt/vt.c 2011-04-28 19:34:15.000000000 -0400
-@@ -262,7 +262,7 @@ EXPORT_SYMBOL_GPL(unregister_vt_notifier
+diff -urNp linux-3.0.3/drivers/tty/vt/vt.c linux-3.0.3/drivers/tty/vt/vt.c
+--- linux-3.0.3/drivers/tty/vt/vt.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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)
  {
@@ -34371,10 +32903,10 @@ diff -urNp linux-2.6.38.6/drivers/tty/vt/vt.c linux-2.6.38.6/drivers/tty/vt/vt.c
        atomic_notifier_call_chain(&vt_notifier_list, VT_WRITE, &param);
  }
  
-diff -urNp linux-2.6.38.6/drivers/tty/vt/vt_ioctl.c linux-2.6.38.6/drivers/tty/vt/vt_ioctl.c
---- linux-2.6.38.6/drivers/tty/vt/vt_ioctl.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/tty/vt/vt_ioctl.c   2011-04-28 19:34:15.000000000 -0400
-@@ -210,9 +210,6 @@ do_kdsk_ioctl(int cmd, struct kbentry __
+diff -urNp linux-3.0.3/drivers/tty/vt/vt_ioctl.c linux-3.0.3/drivers/tty/vt/vt_ioctl.c
+--- linux-3.0.3/drivers/tty/vt/vt_ioctl.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
  
@@ -34384,7 +32916,7 @@ diff -urNp linux-2.6.38.6/drivers/tty/vt/vt_ioctl.c linux-2.6.38.6/drivers/tty/v
        switch (cmd) {
        case KDGKBENT:
                key_map = key_maps[s];
-@@ -224,6 +221,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:
@@ -34394,7 +32926,7 @@ diff -urNp linux-2.6.38.6/drivers/tty/vt/vt_ioctl.c linux-2.6.38.6/drivers/tty/v
                if (!perm)
                        return -EPERM;
                if (!i && v == K_NOSUCHMAP) {
-@@ -325,9 +325,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;
  
@@ -34404,7 +32936,7 @@ diff -urNp linux-2.6.38.6/drivers/tty/vt/vt_ioctl.c linux-2.6.38.6/drivers/tty/v
        kbs = kmalloc(sizeof(*kbs), GFP_KERNEL);
        if (!kbs) {
                ret = -ENOMEM;
-@@ -361,6 +358,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:
@@ -34414,9 +32946,9 @@ diff -urNp linux-2.6.38.6/drivers/tty/vt/vt_ioctl.c linux-2.6.38.6/drivers/tty/v
                if (!perm) {
                        ret = -EPERM;
                        goto reterr;
-diff -urNp linux-2.6.38.6/drivers/uio/uio.c linux-2.6.38.6/drivers/uio/uio.c
---- linux-2.6.38.6/drivers/uio/uio.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/uio/uio.c   2011-04-28 19:57:25.000000000 -0400
+diff -urNp linux-3.0.3/drivers/uio/uio.c linux-3.0.3/drivers/uio/uio.c
+--- linux-3.0.3/drivers/uio/uio.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/drivers/uio/uio.c      2011-08-23 21:47:56.000000000 -0400
 @@ -25,6 +25,7 @@
  #include <linux/kobject.h>
  #include <linux/cdev.h>
@@ -34447,7 +32979,7 @@ diff -urNp linux-2.6.38.6/drivers/uio/uio.c linux-2.6.38.6/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;
  
@@ -34456,7 +32988,7 @@ diff -urNp linux-2.6.38.6/drivers/uio/uio.c linux-2.6.38.6/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;
@@ -34465,7 +32997,7 @@ diff -urNp linux-2.6.38.6/drivers/uio/uio.c linux-2.6.38.6/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);
@@ -34474,7 +33006,7 @@ diff -urNp linux-2.6.38.6/drivers/uio/uio.c linux-2.6.38.6/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);
  
@@ -34483,7 +33015,7 @@ diff -urNp linux-2.6.38.6/drivers/uio/uio.c linux-2.6.38.6/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;
@@ -34499,7 +33031,7 @@ diff -urNp linux-2.6.38.6/drivers/uio/uio.c linux-2.6.38.6/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);
@@ -34508,9 +33040,9 @@ diff -urNp linux-2.6.38.6/drivers/uio/uio.c linux-2.6.38.6/drivers/uio/uio.c
  
        ret = uio_get_minor(idev);
        if (ret)
-diff -urNp linux-2.6.38.6/drivers/usb/atm/cxacru.c linux-2.6.38.6/drivers/usb/atm/cxacru.c
---- linux-2.6.38.6/drivers/usb/atm/cxacru.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/usb/atm/cxacru.c    2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/drivers/usb/atm/cxacru.c linux-3.0.3/drivers/usb/atm/cxacru.c
+--- linux-3.0.3/drivers/usb/atm/cxacru.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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)
@@ -34520,9 +33052,9 @@ diff -urNp linux-2.6.38.6/drivers/usb/atm/cxacru.c linux-2.6.38.6/drivers/usb/at
                        return -EINVAL;
                pos += tmp;
  
-diff -urNp linux-2.6.38.6/drivers/usb/atm/usbatm.c linux-2.6.38.6/drivers/usb/atm/usbatm.c
---- linux-2.6.38.6/drivers/usb/atm/usbatm.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/usb/atm/usbatm.c    2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/drivers/usb/atm/usbatm.c linux-3.0.3/drivers/usb/atm/usbatm.c
+--- linux-3.0.3/drivers/usb/atm/usbatm.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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",
@@ -34602,10 +33134,10 @@ diff -urNp linux-2.6.38.6/drivers/usb/atm/usbatm.c linux-2.6.38.6/drivers/usb/at
  
        if (!left--) {
                if (instance->disconnected)
-diff -urNp linux-2.6.38.6/drivers/usb/core/devices.c linux-2.6.38.6/drivers/usb/core/devices.c
---- linux-2.6.38.6/drivers/usb/core/devices.c  2011-04-22 19:20:59.000000000 -0400
-+++ linux-2.6.38.6/drivers/usb/core/devices.c  2011-04-28 19:57:25.000000000 -0400
-@@ -126,7 +126,7 @@ static const char *format_endpt =
+diff -urNp linux-3.0.3/drivers/usb/core/devices.c linux-3.0.3/drivers/usb/core/devices.c
+--- linux-3.0.3/drivers/usb/core/devices.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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 {
@@ -34632,30 +33164,9 @@ diff -urNp linux-2.6.38.6/drivers/usb/core/devices.c linux-2.6.38.6/drivers/usb/
        if (file->f_version != event_count) {
                file->f_version = event_count;
                return POLLIN | POLLRDNORM;
-diff -urNp linux-2.6.38.6/drivers/usb/core/hcd.c linux-2.6.38.6/drivers/usb/core/hcd.c
---- linux-2.6.38.6/drivers/usb/core/hcd.c      2011-04-22 19:20:59.000000000 -0400
-+++ linux-2.6.38.6/drivers/usb/core/hcd.c      2011-04-28 19:34:15.000000000 -0400
-@@ -2457,7 +2457,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.
-@@ -2467,7 +2467,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.38.6/drivers/usb/core/message.c linux-2.6.38.6/drivers/usb/core/message.c
---- linux-2.6.38.6/drivers/usb/core/message.c  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/usb/core/message.c  2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/drivers/usb/core/message.c linux-3.0.3/drivers/usb/core/message.c
+--- linux-3.0.3/drivers/usb/core/message.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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) {
@@ -34667,31 +33178,50 @@ diff -urNp linux-2.6.38.6/drivers/usb/core/message.c linux-2.6.38.6/drivers/usb/
                        if (!smallbuf)
                                return buf;
                        memcpy(smallbuf, buf, len);
-diff -urNp linux-2.6.38.6/drivers/usb/early/ehci-dbgp.c linux-2.6.38.6/drivers/usb/early/ehci-dbgp.c
---- linux-2.6.38.6/drivers/usb/early/ehci-dbgp.c       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/usb/early/ehci-dbgp.c       2011-04-28 19:34:15.000000000 -0400
-@@ -96,7 +96,7 @@ static inline u32 dbgp_len_update(u32 x,
- }
+diff -urNp linux-3.0.3/drivers/usb/early/ehci-dbgp.c linux-3.0.3/drivers/usb/early/ehci-dbgp.c
+--- linux-3.0.3/drivers/usb/early/ehci-dbgp.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.38.6/drivers/usb/host/xhci-mem.c linux-2.6.38.6/drivers/usb/host/xhci-mem.c
---- linux-2.6.38.6/drivers/usb/host/xhci-mem.c 2011-04-22 19:20:59.000000000 -0400
-+++ linux-2.6.38.6/drivers/usb/host/xhci-mem.c 2011-05-16 21:47:08.000000000 -0400
-@@ -1616,6 +1616,8 @@ static int xhci_check_trb_in_td_math(str
+ };
++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;
+ 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);
+       return 0;
+ }
+diff -urNp linux-3.0.3/drivers/usb/host/xhci-mem.c linux-3.0.3/drivers/usb/host/xhci-mem.c
+--- linux-3.0.3/drivers/usb/host/xhci-mem.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
  
@@ -34700,21 +33230,9 @@ diff -urNp linux-2.6.38.6/drivers/usb/host/xhci-mem.c linux-2.6.38.6/drivers/usb
        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.38.6/drivers/usb/mon/mon_main.c linux-2.6.38.6/drivers/usb/mon/mon_main.c
---- linux-2.6.38.6/drivers/usb/mon/mon_main.c  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/usb/mon/mon_main.c  2011-04-28 19:34:15.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.38.6/drivers/usb/wusbcore/wa-hc.h linux-2.6.38.6/drivers/usb/wusbcore/wa-hc.h
---- linux-2.6.38.6/drivers/usb/wusbcore/wa-hc.h        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/usb/wusbcore/wa-hc.h        2011-04-28 19:57:25.000000000 -0400
+diff -urNp linux-3.0.3/drivers/usb/wusbcore/wa-hc.h linux-3.0.3/drivers/usb/wusbcore/wa-hc.h
+--- linux-3.0.3/drivers/usb/wusbcore/wa-hc.h   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -34733,9 +33251,9 @@ diff -urNp linux-2.6.38.6/drivers/usb/wusbcore/wa-hc.h linux-2.6.38.6/drivers/us
  }
  
  /**
-diff -urNp linux-2.6.38.6/drivers/usb/wusbcore/wa-xfer.c linux-2.6.38.6/drivers/usb/wusbcore/wa-xfer.c
---- linux-2.6.38.6/drivers/usb/wusbcore/wa-xfer.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/usb/wusbcore/wa-xfer.c      2011-04-28 19:57:25.000000000 -0400
+diff -urNp linux-3.0.3/drivers/usb/wusbcore/wa-xfer.c linux-3.0.3/drivers/usb/wusbcore/wa-xfer.c
+--- linux-3.0.3/drivers/usb/wusbcore/wa-xfer.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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)
@@ -34745,10 +33263,10 @@ diff -urNp linux-2.6.38.6/drivers/usb/wusbcore/wa-xfer.c linux-2.6.38.6/drivers/
  }
  
  /*
-diff -urNp linux-2.6.38.6/drivers/vhost/vhost.c linux-2.6.38.6/drivers/vhost/vhost.c
---- linux-2.6.38.6/drivers/vhost/vhost.c       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/vhost/vhost.c       2011-04-28 19:34:15.000000000 -0400
-@@ -565,7 +565,7 @@ static int init_used(struct vhost_virtqu
+diff -urNp linux-3.0.3/drivers/vhost/vhost.c linux-3.0.3/drivers/vhost/vhost.c
+--- linux-3.0.3/drivers/vhost/vhost.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);
  }
  
@@ -34757,9 +33275,9 @@ diff -urNp linux-2.6.38.6/drivers/vhost/vhost.c linux-2.6.38.6/drivers/vhost/vho
  {
        struct file *eventfp, *filep = NULL,
                    *pollstart = NULL, *pollstop = NULL;
-diff -urNp linux-2.6.38.6/drivers/video/fbcmap.c linux-2.6.38.6/drivers/video/fbcmap.c
---- linux-2.6.38.6/drivers/video/fbcmap.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/video/fbcmap.c      2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/drivers/video/fbcmap.c linux-3.0.3/drivers/video/fbcmap.c
+--- linux-3.0.3/drivers/video/fbcmap.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -34770,10 +33288,10 @@ diff -urNp linux-2.6.38.6/drivers/video/fbcmap.c linux-2.6.38.6/drivers/video/fb
                rc = -EINVAL;
                goto out1;
        }
-diff -urNp linux-2.6.38.6/drivers/video/fbmem.c linux-2.6.38.6/drivers/video/fbmem.c
---- linux-2.6.38.6/drivers/video/fbmem.c       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/video/fbmem.c       2011-05-16 21:47:08.000000000 -0400
-@@ -403,7 +403,7 @@ static void fb_do_show_logo(struct fb_in
+diff -urNp linux-3.0.3/drivers/video/fbmem.c linux-3.0.3/drivers/video/fbmem.c
+--- linux-3.0.3/drivers/video/fbmem.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
                }
        } else if (rotate == FB_ROTATE_UD) {
@@ -34782,7 +33300,7 @@ diff -urNp linux-2.6.38.6/drivers/video/fbmem.c linux-2.6.38.6/drivers/video/fbm
                        info->fbops->fb_imageblit(info, image);
                        image->dx -= image->width + 8;
                }
-@@ -415,7 +415,7 @@ static void fb_do_show_logo(struct fb_in
+@@ -440,7 +440,7 @@ static void fb_do_show_logo(struct fb_in
                        image->dy += image->height + 8;
                }
        } else if (rotate == FB_ROTATE_CCW) {
@@ -34791,7 +33309,7 @@ diff -urNp linux-2.6.38.6/drivers/video/fbmem.c linux-2.6.38.6/drivers/video/fbm
                        info->fbops->fb_imageblit(info, image);
                        image->dy -= image->height + 8;
                }
-@@ -897,6 +897,8 @@ fb_set_var(struct fb_info *info, struct 
+@@ -939,6 +939,8 @@ fb_set_var(struct fb_info *info, struct 
        int flags = info->flags;
        int ret = 0;
  
@@ -34800,7 +33318,7 @@ diff -urNp linux-2.6.38.6/drivers/video/fbmem.c linux-2.6.38.6/drivers/video/fbm
        if (var->activate & FB_ACTIVATE_INV_MODE) {
                struct fb_videomode mode1, mode2;
  
-@@ -1022,6 +1024,8 @@ static long do_fb_ioctl(struct fb_info *
+@@ -1064,6 +1066,8 @@ static long do_fb_ioctl(struct fb_info *
        void __user *argp = (void __user *)arg;
        long ret = 0;
  
@@ -34809,7 +33327,7 @@ diff -urNp linux-2.6.38.6/drivers/video/fbmem.c linux-2.6.38.6/drivers/video/fbm
        switch (cmd) {
        case FBIOGET_VSCREENINFO:
                if (!lock_fb_info(info))
-@@ -1101,7 +1105,7 @@ static long do_fb_ioctl(struct fb_info *
+@@ -1143,7 +1147,7 @@ static long do_fb_ioctl(struct fb_info *
                        return -EFAULT;
                if (con2fb.console < 1 || con2fb.console > MAX_NR_CONSOLES)
                        return -EINVAL;
@@ -34818,9 +33336,9 @@ diff -urNp linux-2.6.38.6/drivers/video/fbmem.c linux-2.6.38.6/drivers/video/fbm
                        return -EINVAL;
                if (!registered_fb[con2fb.framebuffer])
                        request_module("fb%d", con2fb.framebuffer);
-diff -urNp linux-2.6.38.6/drivers/video/i810/i810_accel.c linux-2.6.38.6/drivers/video/i810/i810_accel.c
---- linux-2.6.38.6/drivers/video/i810/i810_accel.c     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/video/i810/i810_accel.c     2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/drivers/video/i810/i810_accel.c linux-3.0.3/drivers/video/i810/i810_accel.c
+--- linux-3.0.3/drivers/video/i810/i810_accel.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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 
                }
        }
@@ -34829,22 +33347,10 @@ diff -urNp linux-2.6.38.6/drivers/video/i810/i810_accel.c linux-2.6.38.6/drivers
        i810_report_error(mmio); 
        par->dev_flags |= LOCKUP;
        info->pixmap.scan_align = 1;
-diff -urNp linux-2.6.38.6/drivers/video/pxa3xx-gcu.c linux-2.6.38.6/drivers/video/pxa3xx-gcu.c
---- linux-2.6.38.6/drivers/video/pxa3xx-gcu.c  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/video/pxa3xx-gcu.c  2011-04-28 19:34:15.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.38.6/drivers/video/udlfb.c linux-2.6.38.6/drivers/video/udlfb.c
---- linux-2.6.38.6/drivers/video/udlfb.c       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/video/udlfb.c       2011-04-28 19:57:25.000000000 -0400
-@@ -584,11 +584,11 @@ int dlfb_handle_damage(struct dlfb_data 
+diff -urNp linux-3.0.3/drivers/video/udlfb.c linux-3.0.3/drivers/video/udlfb.c
+--- linux-3.0.3/drivers/video/udlfb.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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:
@@ -34860,7 +33366,7 @@ diff -urNp linux-2.6.38.6/drivers/video/udlfb.c linux-2.6.38.6/drivers/video/udl
                    >> 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:
@@ -34876,7 +33382,7 @@ diff -urNp linux-2.6.38.6/drivers/video/udlfb.c linux-2.6.38.6/drivers/video/udl
                    >> 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",
@@ -34885,7 +33391,7 @@ diff -urNp linux-2.6.38.6/drivers/video/udlfb.c linux-2.6.38.6/drivers/video/udl
  }
  
  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",
@@ -34894,7 +33400,7 @@ diff -urNp linux-2.6.38.6/drivers/video/udlfb.c linux-2.6.38.6/drivers/video/udl
  }
  
  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",
@@ -34903,7 +33409,7 @@ diff -urNp linux-2.6.38.6/drivers/video/udlfb.c linux-2.6.38.6/drivers/video/udl
  }
  
  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",
@@ -34912,7 +33418,7 @@ diff -urNp linux-2.6.38.6/drivers/video/udlfb.c linux-2.6.38.6/drivers/video/udl
  }
  
  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;
  
@@ -34927,9 +33433,9 @@ diff -urNp linux-2.6.38.6/drivers/video/udlfb.c linux-2.6.38.6/drivers/video/udl
  
        return count;
  }
-diff -urNp linux-2.6.38.6/drivers/video/uvesafb.c linux-2.6.38.6/drivers/video/uvesafb.c
---- linux-2.6.38.6/drivers/video/uvesafb.c     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/video/uvesafb.c     2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/drivers/video/uvesafb.c linux-3.0.3/drivers/video/uvesafb.c
+--- linux-3.0.3/drivers/video/uvesafb.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/drivers/video/uvesafb.c        2011-08-23 21:47:56.000000000 -0400
 @@ -19,6 +19,7 @@
  #include <linux/io.h>
  #include <linux/mutex.h>
@@ -34980,7 +33486,7 @@ diff -urNp linux-2.6.38.6/drivers/video/uvesafb.c linux-2.6.38.6/drivers/video/u
                printk(KERN_INFO "uvesafb: protected mode interface info at "
                                 "%04x:%04x\n",
                                 (u16)task->t.regs.es, (u16)task->t.regs.edi);
-@@ -1800,6 +1823,11 @@ out:
+@@ -1821,6 +1844,11 @@ out:
        if (par->vbe_modes)
                kfree(par->vbe_modes);
  
@@ -34992,7 +33498,7 @@ diff -urNp linux-2.6.38.6/drivers/video/uvesafb.c linux-2.6.38.6/drivers/video/u
        framebuffer_release(info);
        return err;
  }
-@@ -1826,6 +1854,12 @@ static int uvesafb_remove(struct platfor
+@@ -1847,6 +1875,12 @@ static int uvesafb_remove(struct platfor
                                kfree(par->vbe_state_orig);
                        if (par->vbe_state_saved)
                                kfree(par->vbe_state_saved);
@@ -35005,9 +33511,9 @@ diff -urNp linux-2.6.38.6/drivers/video/uvesafb.c linux-2.6.38.6/drivers/video/u
                }
  
                framebuffer_release(info);
-diff -urNp linux-2.6.38.6/drivers/video/vesafb.c linux-2.6.38.6/drivers/video/vesafb.c
---- linux-2.6.38.6/drivers/video/vesafb.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/video/vesafb.c      2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/drivers/video/vesafb.c linux-3.0.3/drivers/video/vesafb.c
+--- linux-3.0.3/drivers/video/vesafb.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/drivers/video/vesafb.c 2011-08-23 21:47:56.000000000 -0400
 @@ -9,6 +9,7 @@
   */
  
@@ -35027,7 +33533,7 @@ diff -urNp linux-2.6.38.6/drivers/video/vesafb.c linux-2.6.38.6/drivers/video/ve
  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;
@@ -35035,7 +33541,7 @@ diff -urNp linux-2.6.38.6/drivers/video/vesafb.c linux-2.6.38.6/drivers/video/ve
  
        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;
  
@@ -35046,7 +33552,7 @@ diff -urNp linux-2.6.38.6/drivers/video/vesafb.c linux-2.6.38.6/drivers/video/ve
        if (!request_mem_region(vesafb_fix.smem_start, size_total, "vesafb")) {
                printk(KERN_WARNING
                       "vesafb: cannot reserve video memory at 0x%lx\n",
-@@ -319,9 +317,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);
  
@@ -35070,21 +33576,20 @@ diff -urNp linux-2.6.38.6/drivers/video/vesafb.c linux-2.6.38.6/drivers/video/ve
        }
  
        if (screen_info.vesapm_seg < 0xc000)
-@@ -329,9 +339,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]);
@@ -35099,7 +33604,7 @@ diff -urNp linux-2.6.38.6/drivers/video/vesafb.c linux-2.6.38.6/drivers/video/ve
                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 = ");
-@@ -473,6 +499,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:
@@ -35111,10 +33616,22 @@ diff -urNp linux-2.6.38.6/drivers/video/vesafb.c linux-2.6.38.6/drivers/video/ve
        if (info->screen_base)
                iounmap(info->screen_base);
        framebuffer_release(info);
-diff -urNp linux-2.6.38.6/drivers/virtio/virtio_balloon.c linux-2.6.38.6/drivers/virtio/virtio_balloon.c
---- linux-2.6.38.6/drivers/virtio/virtio_balloon.c     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/drivers/virtio/virtio_balloon.c     2011-05-16 21:47:08.000000000 -0400
-@@ -176,6 +176,8 @@ static void update_balloon_stats(struct 
+diff -urNp linux-3.0.3/drivers/video/via/via_clock.h linux-3.0.3/drivers/video/via/via_clock.h
+--- linux-3.0.3/drivers/video/via/via_clock.h  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.3/drivers/virtio/virtio_balloon.c linux-3.0.3/drivers/virtio/virtio_balloon.c
+--- linux-3.0.3/drivers/virtio/virtio_balloon.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
  
@@ -35123,10 +33640,10 @@ diff -urNp linux-2.6.38.6/drivers/virtio/virtio_balloon.c linux-2.6.38.6/drivers
        all_vm_events(events);
        si_meminfo(&i);
  
-diff -urNp linux-2.6.38.6/fs/9p/vfs_inode.c linux-2.6.38.6/fs/9p/vfs_inode.c
---- linux-2.6.38.6/fs/9p/vfs_inode.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/9p/vfs_inode.c   2011-04-28 19:34:15.000000000 -0400
-@@ -1094,7 +1094,7 @@ static void *v9fs_vfs_follow_link(struct
+diff -urNp linux-3.0.3/fs/9p/vfs_inode.c linux-3.0.3/fs/9p/vfs_inode.c
+--- linux-3.0.3/fs/9p/vfs_inode.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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)
  {
@@ -35135,10 +33652,10 @@ diff -urNp linux-2.6.38.6/fs/9p/vfs_inode.c linux-2.6.38.6/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.38.6/fs/aio.c linux-2.6.38.6/fs/aio.c
---- linux-2.6.38.6/fs/aio.c    2011-04-18 17:27:16.000000000 -0400
-+++ linux-2.6.38.6/fs/aio.c    2011-05-16 21:47:08.000000000 -0400
-@@ -130,7 +130,7 @@ static int aio_setup_ring(struct kioctx 
+diff -urNp linux-3.0.3/fs/aio.c linux-3.0.3/fs/aio.c
+--- linux-3.0.3/fs/aio.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
  
@@ -35147,7 +33664,7 @@ diff -urNp linux-2.6.38.6/fs/aio.c linux-2.6.38.6/fs/aio.c
                return -EINVAL;
  
        nr_events = (PAGE_SIZE * nr_pages - sizeof(struct aio_ring)) / sizeof(struct io_event);
-@@ -1099,6 +1099,8 @@ static int read_events(struct kioctx *ct
+@@ -1088,6 +1088,8 @@ static int read_events(struct kioctx *ct
        struct aio_timeout      to;
        int                     retry = 0;
  
@@ -35156,9 +33673,39 @@ diff -urNp linux-2.6.38.6/fs/aio.c linux-2.6.38.6/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.38.6/fs/attr.c linux-2.6.38.6/fs/attr.c
---- linux-2.6.38.6/fs/attr.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/attr.c   2011-04-28 19:34:15.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.3/fs/attr.c linux-3.0.3/fs/attr.c
+--- linux-3.0.3/fs/attr.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
  
@@ -35167,10 +33714,10 @@ diff -urNp linux-2.6.38.6/fs/attr.c linux-2.6.38.6/fs/attr.c
                if (limit != RLIM_INFINITY && offset > limit)
                        goto out_sig;
                if (offset > inode->i_sb->s_maxbytes)
-diff -urNp linux-2.6.38.6/fs/befs/linuxvfs.c linux-2.6.38.6/fs/befs/linuxvfs.c
---- linux-2.6.38.6/fs/befs/linuxvfs.c  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/befs/linuxvfs.c  2011-04-28 19:34:15.000000000 -0400
-@@ -499,7 +499,7 @@ static void befs_put_link(struct dentry 
+diff -urNp linux-3.0.3/fs/befs/linuxvfs.c linux-3.0.3/fs/befs/linuxvfs.c
+--- linux-3.0.3/fs/befs/linuxvfs.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/fs/befs/linuxvfs.c     2011-08-23 21:47:56.000000000 -0400
+@@ -498,7 +498,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) {
@@ -35179,9 +33726,9 @@ diff -urNp linux-2.6.38.6/fs/befs/linuxvfs.c linux-2.6.38.6/fs/befs/linuxvfs.c
                if (!IS_ERR(link))
                        kfree(link);
        }
-diff -urNp linux-2.6.38.6/fs/binfmt_aout.c linux-2.6.38.6/fs/binfmt_aout.c
---- linux-2.6.38.6/fs/binfmt_aout.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/binfmt_aout.c    2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/fs/binfmt_aout.c linux-3.0.3/fs/binfmt_aout.c
+--- linux-3.0.3/fs/binfmt_aout.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/fs/binfmt_aout.c       2011-08-23 21:48:14.000000000 -0400
 @@ -16,6 +16,7 @@
  #include <linux/string.h>
  #include <linux/fs.h>
@@ -35258,9 +33805,9 @@ diff -urNp linux-2.6.38.6/fs/binfmt_aout.c linux-2.6.38.6/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.38.6/fs/binfmt_elf.c linux-2.6.38.6/fs/binfmt_elf.c
---- linux-2.6.38.6/fs/binfmt_elf.c     2011-04-22 19:20:59.000000000 -0400
-+++ linux-2.6.38.6/fs/binfmt_elf.c     2011-05-16 21:47:08.000000000 -0400
+diff -urNp linux-3.0.3/fs/binfmt_elf.c linux-3.0.3/fs/binfmt_elf.c
+--- linux-3.0.3/fs/binfmt_elf.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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
@@ -35600,7 +34147,7 @@ diff -urNp linux-2.6.38.6/fs/binfmt_elf.c linux-2.6.38.6/fs/binfmt_elf.c
        int retval, i;
 @@ -572,11 +789,11 @@ static int load_elf_binary(struct linux_
        unsigned long start_code, end_code, start_data, end_data;
-       unsigned long reloc_func_desc = 0;
+       unsigned long reloc_func_desc __maybe_unused = 0;
        int executable_stack = EXSTACK_DEFAULT;
 -      unsigned long def_flags = 0;
        struct {
@@ -35964,9 +34511,9 @@ diff -urNp linux-2.6.38.6/fs/binfmt_elf.c linux-2.6.38.6/fs/binfmt_elf.c
  static int __init init_elf_binfmt(void)
  {
        return register_binfmt(&elf_format);
-diff -urNp linux-2.6.38.6/fs/binfmt_flat.c linux-2.6.38.6/fs/binfmt_flat.c
---- linux-2.6.38.6/fs/binfmt_flat.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/binfmt_flat.c    2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/fs/binfmt_flat.c linux-3.0.3/fs/binfmt_flat.c
+--- linux-3.0.3/fs/binfmt_flat.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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",
@@ -35999,9 +34546,9 @@ diff -urNp linux-2.6.38.6/fs/binfmt_flat.c linux-2.6.38.6/fs/binfmt_flat.c
                        ret = result;
                        goto err;
                }
-diff -urNp linux-2.6.38.6/fs/bio.c linux-2.6.38.6/fs/bio.c
---- linux-2.6.38.6/fs/bio.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/bio.c    2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/fs/bio.c linux-3.0.3/fs/bio.c
+--- linux-3.0.3/fs/bio.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -36011,10 +34558,10 @@ diff -urNp linux-2.6.38.6/fs/bio.c linux-2.6.38.6/fs/bio.c
  
        __bio_for_each_segment(bvec, bio, i, 0) {
                char *addr = page_address(bvec->bv_page);
-diff -urNp linux-2.6.38.6/fs/block_dev.c linux-2.6.38.6/fs/block_dev.c
---- linux-2.6.38.6/fs/block_dev.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/block_dev.c      2011-04-28 19:34:15.000000000 -0400
-@@ -669,7 +669,7 @@ static bool bd_may_claim(struct block_de
+diff -urNp linux-3.0.3/fs/block_dev.c linux-3.0.3/fs/block_dev.c
+--- linux-3.0.3/fs/block_dev.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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 */
  
@@ -36023,10 +34570,10 @@ diff -urNp linux-2.6.38.6/fs/block_dev.c linux-2.6.38.6/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.38.6/fs/btrfs/ctree.c linux-2.6.38.6/fs/btrfs/ctree.c
---- linux-2.6.38.6/fs/btrfs/ctree.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/btrfs/ctree.c    2011-04-28 19:34:15.000000000 -0400
-@@ -468,9 +468,12 @@ static noinline int __btrfs_cow_block(st
+diff -urNp linux-3.0.3/fs/btrfs/ctree.c linux-3.0.3/fs/btrfs/ctree.c
+--- linux-3.0.3/fs/btrfs/ctree.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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 {
@@ -36042,132 +34589,10 @@ diff -urNp linux-2.6.38.6/fs/btrfs/ctree.c linux-2.6.38.6/fs/btrfs/ctree.c
                        parent_start = 0;
  
                WARN_ON(trans->transid != btrfs_header_generation(parent));
-@@ -3776,7 +3779,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.38.6/fs/btrfs/disk-io.c linux-2.6.38.6/fs/btrfs/disk-io.c
---- linux-2.6.38.6/fs/btrfs/disk-io.c  2011-04-18 17:27:18.000000000 -0400
-+++ linux-2.6.38.6/fs/btrfs/disk-io.c  2011-04-28 19:34:15.000000000 -0400
-@@ -41,7 +41,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,
-@@ -3030,7 +3030,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.38.6/fs/btrfs/extent_io.h linux-2.6.38.6/fs/btrfs/extent_io.h
---- linux-2.6.38.6/fs/btrfs/extent_io.h        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/btrfs/extent_io.h        2011-04-28 19:34:15.000000000 -0400
-@@ -55,36 +55,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 {
-@@ -94,7 +94,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.38.6/fs/btrfs/free-space-cache.c linux-2.6.38.6/fs/btrfs/free-space-cache.c
---- linux-2.6.38.6/fs/btrfs/free-space-cache.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/btrfs/free-space-cache.c 2011-04-28 19:34:15.000000000 -0400
-@@ -1855,8 +1855,6 @@ u64 btrfs_alloc_from_cluster(struct btrf
-       while(1) {
-               if (entry->bytes < bytes || entry->offset < min_start) {
--                      struct rb_node *node;
--
-                       node = rb_next(&entry->offset_index);
-                       if (!node)
-                               break;
-@@ -2018,7 +2016,7 @@ again:
-        */
-       while (entry->bitmap || found_bitmap ||
-              (!entry->bitmap && entry->bytes < min_bytes)) {
--              struct rb_node *node = rb_next(&entry->offset_index);
-+              node = rb_next(&entry->offset_index);
-               if (entry->bitmap && entry->bytes > bytes + empty_size) {
-                       ret = btrfs_bitmap_cluster(block_group, entry, cluster,
-diff -urNp linux-2.6.38.6/fs/btrfs/inode.c linux-2.6.38.6/fs/btrfs/inode.c
---- linux-2.6.38.6/fs/btrfs/inode.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/btrfs/inode.c    2011-04-28 19:34:15.000000000 -0400
-@@ -64,7 +64,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;
-@@ -6796,7 +6796,7 @@ fail:
+diff -urNp linux-3.0.3/fs/btrfs/inode.c linux-3.0.3/fs/btrfs/inode.c
+--- linux-3.0.3/fs/btrfs/inode.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/fs/btrfs/inode.c       2011-08-23 21:48:14.000000000 -0400
+@@ -6895,7 +6895,7 @@ fail:
        return -ENOMEM;
  }
  
@@ -36176,7 +34601,7 @@ diff -urNp linux-2.6.38.6/fs/btrfs/inode.c linux-2.6.38.6/fs/btrfs/inode.c
                         struct dentry *dentry, struct kstat *stat)
  {
        struct inode *inode = dentry->d_inode;
-@@ -6808,6 +6808,14 @@ static int btrfs_getattr(struct vfsmount
+@@ -6907,6 +6907,14 @@ static int btrfs_getattr(struct vfsmount
        return 0;
  }
  
@@ -36188,22 +34613,13 @@ diff -urNp linux-2.6.38.6/fs/btrfs/inode.c linux-2.6.38.6/fs/btrfs/inode.c
 +}
 +EXPORT_SYMBOL(get_btrfs_dev_from_inode);
 +
- static int btrfs_rename(struct inode *old_dir, struct dentry *old_dentry,
-                          struct inode *new_dir, struct dentry *new_dentry)
- {
-@@ -7311,7 +7319,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.38.6/fs/btrfs/ioctl.c linux-2.6.38.6/fs/btrfs/ioctl.c
---- linux-2.6.38.6/fs/btrfs/ioctl.c    2011-04-18 17:27:18.000000000 -0400
-+++ linux-2.6.38.6/fs/btrfs/ioctl.c    2011-04-28 19:34:15.000000000 -0400
-@@ -2274,9 +2274,12 @@ long btrfs_ioctl_space_info(struct btrfs
+ /*
+  * If a file is moved, it will inherit the cow and compression flags of the new
+  * directory.
+diff -urNp linux-3.0.3/fs/btrfs/ioctl.c linux-3.0.3/fs/btrfs/ioctl.c
+--- linux-3.0.3/fs/btrfs/ioctl.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
  
@@ -36216,7 +34632,7 @@ diff -urNp linux-2.6.38.6/fs/btrfs/ioctl.c linux-2.6.38.6/fs/btrfs/ioctl.c
                info = NULL;
                rcu_read_lock();
                list_for_each_entry_rcu(tmp, &root->fs_info->space_info,
-@@ -2298,10 +2301,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++;
@@ -36227,10 +34643,10 @@ diff -urNp linux-2.6.38.6/fs/btrfs/ioctl.c linux-2.6.38.6/fs/btrfs/ioctl.c
                }
                up_read(&info->groups_sem);
        }
-diff -urNp linux-2.6.38.6/fs/btrfs/relocation.c linux-2.6.38.6/fs/btrfs/relocation.c
---- linux-2.6.38.6/fs/btrfs/relocation.c       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/btrfs/relocation.c       2011-04-28 19:34:15.000000000 -0400
-@@ -1239,7 +1239,7 @@ static int __update_reloc_root(struct bt
+diff -urNp linux-3.0.3/fs/btrfs/relocation.c linux-3.0.3/fs/btrfs/relocation.c
+--- linux-3.0.3/fs/btrfs/relocation.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);
  
@@ -36239,9 +34655,9 @@ diff -urNp linux-2.6.38.6/fs/btrfs/relocation.c linux-2.6.38.6/fs/btrfs/relocati
  
        if (!del) {
                spin_lock(&rc->reloc_root_tree.lock);
-diff -urNp linux-2.6.38.6/fs/cachefiles/bind.c linux-2.6.38.6/fs/cachefiles/bind.c
---- linux-2.6.38.6/fs/cachefiles/bind.c        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/cachefiles/bind.c        2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/fs/cachefiles/bind.c linux-3.0.3/fs/cachefiles/bind.c
+--- linux-3.0.3/fs/cachefiles/bind.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/fs/cachefiles/bind.c   2011-08-23 21:47:56.000000000 -0400
 @@ -39,13 +39,11 @@ int cachefiles_daemon_bind(struct cachef
               args);
  
@@ -36258,9 +34674,9 @@ diff -urNp linux-2.6.38.6/fs/cachefiles/bind.c linux-2.6.38.6/fs/cachefiles/bind
               cache->bcull_percent < cache->brun_percent &&
               cache->brun_percent  < 100);
  
-diff -urNp linux-2.6.38.6/fs/cachefiles/daemon.c linux-2.6.38.6/fs/cachefiles/daemon.c
---- linux-2.6.38.6/fs/cachefiles/daemon.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/cachefiles/daemon.c      2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/fs/cachefiles/daemon.c linux-3.0.3/fs/cachefiles/daemon.c
+--- linux-3.0.3/fs/cachefiles/daemon.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -36297,9 +34713,9 @@ diff -urNp linux-2.6.38.6/fs/cachefiles/daemon.c linux-2.6.38.6/fs/cachefiles/da
                return cachefiles_daemon_range_error(cache, args);
  
        cache->bstop_percent = bstop;
-diff -urNp linux-2.6.38.6/fs/cachefiles/internal.h linux-2.6.38.6/fs/cachefiles/internal.h
---- linux-2.6.38.6/fs/cachefiles/internal.h    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/cachefiles/internal.h    2011-04-28 19:57:25.000000000 -0400
+diff -urNp linux-3.0.3/fs/cachefiles/internal.h linux-3.0.3/fs/cachefiles/internal.h
+--- linux-3.0.3/fs/cachefiles/internal.h       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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) */
@@ -36334,10 +34750,10 @@ diff -urNp linux-2.6.38.6/fs/cachefiles/internal.h linux-2.6.38.6/fs/cachefiles/
  }
  
  #else
-diff -urNp linux-2.6.38.6/fs/cachefiles/namei.c linux-2.6.38.6/fs/cachefiles/namei.c
---- linux-2.6.38.6/fs/cachefiles/namei.c       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/cachefiles/namei.c       2011-04-28 19:57:25.000000000 -0400
-@@ -309,7 +309,7 @@ try_again:
+diff -urNp linux-3.0.3/fs/cachefiles/namei.c linux-3.0.3/fs/cachefiles/namei.c
+--- linux-3.0.3/fs/cachefiles/namei.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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",
                (uint32_t) get_seconds(),
@@ -36346,9 +34762,9 @@ diff -urNp linux-2.6.38.6/fs/cachefiles/namei.c linux-2.6.38.6/fs/cachefiles/nam
  
        /* do the multiway lock magic */
        trap = lock_rename(cache->graveyard, dir);
-diff -urNp linux-2.6.38.6/fs/cachefiles/proc.c linux-2.6.38.6/fs/cachefiles/proc.c
---- linux-2.6.38.6/fs/cachefiles/proc.c        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/cachefiles/proc.c        2011-04-28 19:57:25.000000000 -0400
+diff -urNp linux-3.0.3/fs/cachefiles/proc.c linux-3.0.3/fs/cachefiles/proc.c
+--- linux-3.0.3/fs/cachefiles/proc.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/fs/cachefiles/proc.c   2011-08-23 21:47:56.000000000 -0400
 @@ -14,9 +14,9 @@
  #include <linux/seq_file.h>
  #include "internal.h"
@@ -36375,9 +34791,9 @@ diff -urNp linux-2.6.38.6/fs/cachefiles/proc.c linux-2.6.38.6/fs/cachefiles/proc
                if (x == 0 && y == 0 && z == 0)
                        return 0;
  
-diff -urNp linux-2.6.38.6/fs/cachefiles/rdwr.c linux-2.6.38.6/fs/cachefiles/rdwr.c
---- linux-2.6.38.6/fs/cachefiles/rdwr.c        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/cachefiles/rdwr.c        2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/fs/cachefiles/rdwr.c linux-3.0.3/fs/cachefiles/rdwr.c
+--- linux-3.0.3/fs/cachefiles/rdwr.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);
@@ -36387,9 +34803,9 @@ diff -urNp linux-2.6.38.6/fs/cachefiles/rdwr.c linux-2.6.38.6/fs/cachefiles/rdwr
                        set_fs(old_fs);
                        kunmap(page);
                        if (ret != len)
-diff -urNp linux-2.6.38.6/fs/ceph/dir.c linux-2.6.38.6/fs/ceph/dir.c
---- linux-2.6.38.6/fs/ceph/dir.c       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/ceph/dir.c       2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/fs/ceph/dir.c linux-3.0.3/fs/ceph/dir.c
+--- linux-3.0.3/fs/ceph/dir.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -36399,21 +34815,12 @@ diff -urNp linux-2.6.38.6/fs/ceph/dir.c linux-2.6.38.6/fs/ceph/dir.c
        int err;
        u32 ftype;
        struct ceph_mds_reply_info_parsed *rinfo;
-@@ -358,7 +358,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.38.6/fs/cifs/cifs_debug.c linux-2.6.38.6/fs/cifs/cifs_debug.c
---- linux-2.6.38.6/fs/cifs/cifs_debug.c        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/cifs/cifs_debug.c        2011-04-28 19:57:25.000000000 -0400
+diff -urNp linux-3.0.3/fs/cifs/cifs_debug.c linux-3.0.3/fs/cifs/cifs_debug.c
+--- linux-3.0.3/fs/cifs/cifs_debug.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/fs/cifs/cifs_debug.c   2011-08-23 21:47:56.000000000 -0400
 @@ -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);
@@ -36518,10 +34925,10 @@ diff -urNp linux-2.6.38.6/fs/cifs/cifs_debug.c linux-2.6.38.6/fs/cifs/cifs_debug
                        }
                }
        }
-diff -urNp linux-2.6.38.6/fs/cifs/cifsglob.h linux-2.6.38.6/fs/cifs/cifsglob.h
---- linux-2.6.38.6/fs/cifs/cifsglob.h  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/cifs/cifsglob.h  2011-04-28 19:57:25.000000000 -0400
-@@ -305,28 +305,28 @@ struct cifsTconInfo {
+diff -urNp linux-3.0.3/fs/cifs/cifsglob.h linux-3.0.3/fs/cifs/cifsglob.h
+--- linux-3.0.3/fs/cifs/cifsglob.h     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/fs/cifs/cifsglob.h     2011-08-23 21:47:56.000000000 -0400
+@@ -381,28 +381,28 @@ struct cifs_tcon {
        __u16 Flags;            /* optional support bits */
        enum statusEnum tidStatus;
  #ifdef CONFIG_CIFS_STATS
@@ -36572,19 +34979,19 @@ diff -urNp linux-2.6.38.6/fs/cifs/cifsglob.h linux-2.6.38.6/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.38.6/fs/cifs/link.c linux-2.6.38.6/fs/cifs/link.c
---- linux-2.6.38.6/fs/cifs/link.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/cifs/link.c      2011-04-28 19:34:15.000000000 -0400
-@@ -577,7 +577,7 @@ symlink_exit:
+diff -urNp linux-3.0.3/fs/cifs/link.c linux-3.0.3/fs/cifs/link.c
+--- linux-3.0.3/fs/cifs/link.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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)
  {
@@ -36593,9 +35000,9 @@ diff -urNp linux-2.6.38.6/fs/cifs/link.c linux-2.6.38.6/fs/cifs/link.c
        if (!IS_ERR(p))
                kfree(p);
  }
-diff -urNp linux-2.6.38.6/fs/coda/cache.c linux-2.6.38.6/fs/coda/cache.c
---- linux-2.6.38.6/fs/coda/cache.c     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/coda/cache.c     2011-04-28 19:57:25.000000000 -0400
+diff -urNp linux-3.0.3/fs/coda/cache.c linux-3.0.3/fs/coda/cache.c
+--- linux-3.0.3/fs/coda/cache.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/fs/coda/cache.c        2011-08-23 21:47:56.000000000 -0400
 @@ -24,7 +24,7 @@
  #include "coda_linux.h"
  #include "coda_cache.h"
@@ -36640,9 +35047,9 @@ diff -urNp linux-2.6.38.6/fs/coda/cache.c linux-2.6.38.6/fs/coda/cache.c
        spin_unlock(&cii->c_lock);
  
        return hit;
-diff -urNp linux-2.6.38.6/fs/compat_binfmt_elf.c linux-2.6.38.6/fs/compat_binfmt_elf.c
---- linux-2.6.38.6/fs/compat_binfmt_elf.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/compat_binfmt_elf.c      2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/fs/compat_binfmt_elf.c linux-3.0.3/fs/compat_binfmt_elf.c
+--- linux-3.0.3/fs/compat_binfmt_elf.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/fs/compat_binfmt_elf.c 2011-08-23 21:47:56.000000000 -0400
 @@ -30,11 +30,13 @@
  #undef        elf_phdr
  #undef        elf_shdr
@@ -36657,10 +35064,10 @@ diff -urNp linux-2.6.38.6/fs/compat_binfmt_elf.c linux-2.6.38.6/fs/compat_binfmt
  #define elf_addr_t    Elf32_Addr
  
  /*
-diff -urNp linux-2.6.38.6/fs/compat.c linux-2.6.38.6/fs/compat.c
---- linux-2.6.38.6/fs/compat.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/compat.c 2011-05-16 21:47:08.000000000 -0400
-@@ -594,7 +594,7 @@ ssize_t compat_rw_copy_check_uvector(int
+diff -urNp linux-3.0.3/fs/compat.c linux-3.0.3/fs/compat.c
+--- linux-3.0.3/fs/compat.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
  
        ret = -EINVAL;
@@ -36669,7 +35076,7 @@ diff -urNp linux-2.6.38.6/fs/compat.c linux-2.6.38.6/fs/compat.c
                goto out;
        if (nr_segs > fast_segs) {
                ret = -ENOMEM;
-@@ -876,6 +876,7 @@ struct compat_old_linux_dirent {
+@@ -848,6 +848,7 @@ struct compat_old_linux_dirent {
  
  struct compat_readdir_callback {
        struct compat_old_linux_dirent __user *dirent;
@@ -36677,7 +35084,7 @@ diff -urNp linux-2.6.38.6/fs/compat.c linux-2.6.38.6/fs/compat.c
        int result;
  };
  
-@@ -893,6 +894,10 @@ static int compat_fillonedir(void *__buf
+@@ -865,6 +866,10 @@ static int compat_fillonedir(void *__buf
                buf->result = -EOVERFLOW;
                return -EOVERFLOW;
        }
@@ -36688,7 +35095,7 @@ diff -urNp linux-2.6.38.6/fs/compat.c linux-2.6.38.6/fs/compat.c
        buf->result++;
        dirent = buf->dirent;
        if (!access_ok(VERIFY_WRITE, dirent,
-@@ -925,6 +930,7 @@ asmlinkage long compat_sys_old_readdir(u
+@@ -897,6 +902,7 @@ asmlinkage long compat_sys_old_readdir(u
  
        buf.result = 0;
        buf.dirent = dirent;
@@ -36696,7 +35103,7 @@ diff -urNp linux-2.6.38.6/fs/compat.c linux-2.6.38.6/fs/compat.c
  
        error = vfs_readdir(file, compat_fillonedir, &buf);
        if (buf.result)
-@@ -945,6 +951,7 @@ struct compat_linux_dirent {
+@@ -917,6 +923,7 @@ struct compat_linux_dirent {
  struct compat_getdents_callback {
        struct compat_linux_dirent __user *current_dir;
        struct compat_linux_dirent __user *previous;
@@ -36704,7 +35111,7 @@ diff -urNp linux-2.6.38.6/fs/compat.c linux-2.6.38.6/fs/compat.c
        int count;
        int error;
  };
-@@ -966,6 +973,10 @@ static int compat_filldir(void *__buf, c
+@@ -938,6 +945,10 @@ static int compat_filldir(void *__buf, c
                buf->error = -EOVERFLOW;
                return -EOVERFLOW;
        }
@@ -36715,7 +35122,7 @@ diff -urNp linux-2.6.38.6/fs/compat.c linux-2.6.38.6/fs/compat.c
        dirent = buf->previous;
        if (dirent) {
                if (__put_user(offset, &dirent->d_off))
-@@ -1013,6 +1024,7 @@ asmlinkage long compat_sys_getdents(unsi
+@@ -985,6 +996,7 @@ asmlinkage long compat_sys_getdents(unsi
        buf.previous = NULL;
        buf.count = count;
        buf.error = 0;
@@ -36723,7 +35130,7 @@ diff -urNp linux-2.6.38.6/fs/compat.c linux-2.6.38.6/fs/compat.c
  
        error = vfs_readdir(file, compat_filldir, &buf);
        if (error >= 0)
-@@ -1034,6 +1046,7 @@ out:
+@@ -1006,6 +1018,7 @@ out:
  struct compat_getdents_callback64 {
        struct linux_dirent64 __user *current_dir;
        struct linux_dirent64 __user *previous;
@@ -36731,7 +35138,7 @@ diff -urNp linux-2.6.38.6/fs/compat.c linux-2.6.38.6/fs/compat.c
        int count;
        int error;
  };
-@@ -1050,6 +1063,10 @@ static int compat_filldir64(void * __buf
+@@ -1022,6 +1035,10 @@ static int compat_filldir64(void * __buf
        buf->error = -EINVAL;   /* only used if we fail.. */
        if (reclen > buf->count)
                return -EINVAL;
@@ -36742,7 +35149,7 @@ diff -urNp linux-2.6.38.6/fs/compat.c linux-2.6.38.6/fs/compat.c
        dirent = buf->previous;
  
        if (dirent) {
-@@ -1101,6 +1118,7 @@ asmlinkage long compat_sys_getdents64(un
+@@ -1073,6 +1090,7 @@ asmlinkage long compat_sys_getdents64(un
        buf.previous = NULL;
        buf.count = count;
        buf.error = 0;
@@ -36750,96 +35157,7 @@ diff -urNp linux-2.6.38.6/fs/compat.c linux-2.6.38.6/fs/compat.c
  
        error = vfs_readdir(file, compat_filldir64, &buf);
        if (error >= 0)
-@@ -1464,6 +1482,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;
-@@ -1500,6 +1523,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;
-@@ -1529,9 +1565,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;
-@@ -1542,6 +1609,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);
-@@ -1712,6 +1787,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)];
  
@@ -36848,9 +35166,9 @@ diff -urNp linux-2.6.38.6/fs/compat.c linux-2.6.38.6/fs/compat.c
        if (n < 0)
                goto out_nofds;
  
-diff -urNp linux-2.6.38.6/fs/compat_ioctl.c linux-2.6.38.6/fs/compat_ioctl.c
---- linux-2.6.38.6/fs/compat_ioctl.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/compat_ioctl.c   2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/fs/compat_ioctl.c linux-3.0.3/fs/compat_ioctl.c
+--- linux-3.0.3/fs/compat_ioctl.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);
@@ -36871,10 +35189,10 @@ diff -urNp linux-2.6.38.6/fs/compat_ioctl.c linux-2.6.38.6/fs/compat_ioctl.c
        if (a > b)
                return 1;
        if (a < b)
-diff -urNp linux-2.6.38.6/fs/configfs/dir.c linux-2.6.38.6/fs/configfs/dir.c
---- linux-2.6.38.6/fs/configfs/dir.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/configfs/dir.c   2011-05-11 18:34:57.000000000 -0400
-@@ -1571,7 +1571,8 @@ static int configfs_readdir(struct file 
+diff -urNp linux-3.0.3/fs/configfs/dir.c linux-3.0.3/fs/configfs/dir.c
+--- linux-3.0.3/fs/configfs/dir.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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) {
                                struct configfs_dirent *next;
@@ -36882,9 +35200,9 @@ diff -urNp linux-2.6.38.6/fs/configfs/dir.c linux-2.6.38.6/fs/configfs/dir.c
 +                              const unsigned char * name;
 +                              char d_name[sizeof(next->s_dentry->d_iname)];
                                int len;
+                               struct inode *inode = NULL;
  
-                               next = list_entry(p, struct configfs_dirent,
-@@ -1580,7 +1581,12 @@ static int configfs_readdir(struct file 
+@@ -1585,7 +1586,12 @@ static int configfs_readdir(struct file 
                                        continue;
  
                                name = configfs_get_name(next);
@@ -36895,13 +35213,13 @@ diff -urNp linux-2.6.38.6/fs/configfs/dir.c linux-2.6.38.6/fs/configfs/dir.c
 +                                      name = d_name;
 +                              } else
 +                                      len = strlen(name);
-                               if (next->s_dentry)
-                                       ino = next->s_dentry->d_inode->i_ino;
-                               else
-diff -urNp linux-2.6.38.6/fs/dcache.c linux-2.6.38.6/fs/dcache.c
---- linux-2.6.38.6/fs/dcache.c 2011-04-18 17:27:16.000000000 -0400
-+++ linux-2.6.38.6/fs/dcache.c 2011-04-28 19:34:15.000000000 -0400
-@@ -3092,7 +3092,7 @@ void __init vfs_caches_init(unsigned lon
+                               /*
+                                * We'll have a dentry and an inode for
+diff -urNp linux-3.0.3/fs/dcache.c linux-3.0.3/fs/dcache.c
+--- linux-3.0.3/fs/dcache.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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,
@@ -36910,22 +35228,10 @@ diff -urNp linux-2.6.38.6/fs/dcache.c linux-2.6.38.6/fs/dcache.c
  
        dcache_init();
        inode_init();
-diff -urNp linux-2.6.38.6/fs/dlm/lockspace.c linux-2.6.38.6/fs/dlm/lockspace.c
---- linux-2.6.38.6/fs/dlm/lockspace.c  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/dlm/lockspace.c  2011-04-28 19:34:15.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.38.6/fs/ecryptfs/inode.c linux-2.6.38.6/fs/ecryptfs/inode.c
---- linux-2.6.38.6/fs/ecryptfs/inode.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/ecryptfs/inode.c 2011-04-28 19:34:15.000000000 -0400
-@@ -658,7 +658,7 @@ static int ecryptfs_readlink_lower(struc
+diff -urNp linux-3.0.3/fs/ecryptfs/inode.c linux-3.0.3/fs/ecryptfs/inode.c
+--- linux-3.0.3/fs/ecryptfs/inode.c    2011-08-23 21:44:40.000000000 -0400
++++ linux-3.0.3/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,
@@ -36934,7 +35240,7 @@ diff -urNp linux-2.6.38.6/fs/ecryptfs/inode.c linux-2.6.38.6/fs/ecryptfs/inode.c
                                                   lower_bufsiz);
        set_fs(old_fs);
        if (rc < 0)
-@@ -704,7 +704,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());
@@ -36943,7 +35249,7 @@ diff -urNp linux-2.6.38.6/fs/ecryptfs/inode.c linux-2.6.38.6/fs/ecryptfs/inode.c
        set_fs(old_fs);
        if (rc < 0) {
                kfree(buf);
-@@ -719,7 +719,7 @@ out:
+@@ -765,7 +765,7 @@ out:
  static void
  ecryptfs_put_link(struct dentry *dentry, struct nameidata *nd, void *ptr)
  {
@@ -36952,9 +35258,9 @@ diff -urNp linux-2.6.38.6/fs/ecryptfs/inode.c linux-2.6.38.6/fs/ecryptfs/inode.c
        if (!IS_ERR(buf)) {
                /* Free the char* */
                kfree(buf);
-diff -urNp linux-2.6.38.6/fs/ecryptfs/miscdev.c linux-2.6.38.6/fs/ecryptfs/miscdev.c
---- linux-2.6.38.6/fs/ecryptfs/miscdev.c       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/ecryptfs/miscdev.c       2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/fs/ecryptfs/miscdev.c linux-3.0.3/fs/ecryptfs/miscdev.c
+--- linux-3.0.3/fs/ecryptfs/miscdev.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -36964,13 +35270,13 @@ diff -urNp linux-2.6.38.6/fs/ecryptfs/miscdev.c linux-2.6.38.6/fs/ecryptfs/miscd
                        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.38.6/fs/exec.c linux-2.6.38.6/fs/exec.c
---- linux-2.6.38.6/fs/exec.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/exec.c   2011-04-28 19:57:25.000000000 -0400
+diff -urNp linux-3.0.3/fs/exec.c linux-3.0.3/fs/exec.c
+--- linux-3.0.3/fs/exec.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/fs/exec.c      2011-08-23 21:48:14.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>
 +
@@ -37001,16 +35307,16 @@ diff -urNp linux-2.6.38.6/fs/exec.c linux-2.6.38.6/fs/exec.c
  
  /* The maximal length of core_pattern is also specified in sysctl.c */
  
-@@ -120,7 +132,7 @@ SYSCALL_DEFINE1(uselib, const char __use
-               goto out;
-       file = do_filp_open(AT_FDCWD, tmp,
--                              O_LARGEFILE | O_RDONLY | __FMODE_EXEC, 0,
-+                              O_LARGEFILE | O_RDONLY | __FMODE_EXEC | FMODE_GREXEC, 0,
-                               MAY_READ | MAY_EXEC | MAY_OPEN);
-       putname(tmp);
-       error = PTR_ERR(file);
-@@ -187,18 +199,10 @@ struct page *get_arg_page(struct linux_b
+@@ -116,7 +128,7 @@ SYSCALL_DEFINE1(uselib, const char __use
+       char *tmp = getname(library);
+       int error = PTR_ERR(tmp);
+       static const struct open_flags uselib_flags = {
+-              .open_flag = O_LARGEFILE | O_RDONLY | __FMODE_EXEC,
++              .open_flag = O_LARGEFILE | O_RDONLY | __FMODE_EXEC | FMODE_GREXEC,
+               .acc_mode = MAY_READ | MAY_EXEC | MAY_OPEN,
+               .intent = LOOKUP_OPEN
+       };
+@@ -195,18 +207,10 @@ static struct page *get_arg_page(struct 
                int write)
  {
        struct page *page;
@@ -37018,7 +35324,7 @@ diff -urNp linux-2.6.38.6/fs/exec.c linux-2.6.38.6/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;
 -      }
@@ -37026,13 +35332,13 @@ diff -urNp linux-2.6.38.6/fs/exec.c linux-2.6.38.6/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) {
-@@ -273,6 +277,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;
@@ -37044,7 +35350,7 @@ diff -urNp linux-2.6.38.6/fs/exec.c linux-2.6.38.6/fs/exec.c
        vma->vm_page_prot = vm_get_page_prot(vma->vm_flags);
        INIT_LIST_HEAD(&vma->anon_vma_chain);
  
-@@ -287,6 +296,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 *);
@@ -37057,18 +35363,39 @@ diff -urNp linux-2.6.38.6/fs/exec.c linux-2.6.38.6/fs/exec.c
        return 0;
  err:
        up_write(&mm->mmap_sem);
-@@ -522,7 +537,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;
- }
-@@ -552,7 +567,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)
@@ -37076,7 +35403,7 @@ diff -urNp linux-2.6.38.6/fs/exec.c linux-2.6.38.6/fs/exec.c
  
        /*
         * ensure there are no vmas between where we want to go
-@@ -561,6 +577,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;
  
@@ -37087,7 +35414,7 @@ diff -urNp linux-2.6.38.6/fs/exec.c linux-2.6.38.6/fs/exec.c
        /*
         * cover the whole range: [new_start, old_end)
         */
-@@ -641,10 +661,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);
  
@@ -37098,7 +35425,7 @@ diff -urNp linux-2.6.38.6/fs/exec.c linux-2.6.38.6/fs/exec.c
        stack_shift = vma->vm_end - stack_top;
  
        bprm->p -= stack_shift;
-@@ -656,8 +672,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);
@@ -37127,7 +35454,7 @@ diff -urNp linux-2.6.38.6/fs/exec.c linux-2.6.38.6/fs/exec.c
        /*
         * Adjust stack execute permissions; explicitly enable for
         * EXSTACK_ENABLE_X, disable for EXSTACK_DISABLE_X and leave alone
-@@ -676,13 +712,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);
  
@@ -37141,16 +35468,16 @@ diff -urNp linux-2.6.38.6/fs/exec.c linux-2.6.38.6/fs/exec.c
        /* mprotect_fixup is overkill to remove the temporary stack flags */
        vma->vm_flags &= ~VM_STACK_INCOMPLETE_SETUP;
  
-@@ -723,7 +752,7 @@ struct file *open_exec(const char *name)
+@@ -771,7 +788,7 @@ struct file *open_exec(const char *name)
+       struct file *file;
        int err;
-       file = do_filp_open(AT_FDCWD, name,
--                              O_LARGEFILE | O_RDONLY | __FMODE_EXEC, 0,
-+                              O_LARGEFILE | O_RDONLY | __FMODE_EXEC | FMODE_GREXEC, 0,
-                               MAY_EXEC | MAY_OPEN);
-       if (IS_ERR(file))
-               goto out;
-@@ -760,7 +789,7 @@ int kernel_read(struct file *file, loff_
+       static const struct open_flags open_exec_flags = {
+-              .open_flag = O_LARGEFILE | O_RDONLY | __FMODE_EXEC,
++              .open_flag = O_LARGEFILE | O_RDONLY | __FMODE_EXEC | FMODE_GREXEC,
+               .acc_mode = MAY_EXEC | MAY_OPEN,
+               .intent = LOOKUP_OPEN
+       };
+@@ -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() */
@@ -37159,7 +35486,7 @@ diff -urNp linux-2.6.38.6/fs/exec.c linux-2.6.38.6/fs/exec.c
        set_fs(old_fs);
        return result;
  }
-@@ -1182,7 +1211,7 @@ int check_unsafe_exec(struct linux_binpr
+@@ -1236,7 +1253,7 @@ int check_unsafe_exec(struct linux_binpr
        }
        rcu_read_unlock();
  
@@ -37168,9 +35495,9 @@ diff -urNp linux-2.6.38.6/fs/exec.c linux-2.6.38.6/fs/exec.c
                bprm->unsafe |= LSM_UNSAFE_SHARE;
        } else {
                res = -EAGAIN;
-@@ -1378,6 +1407,11 @@ int do_execve(const char * filename,
-       const char __user *const __user *envp,
-       struct pt_regs * regs)
+@@ -1428,6 +1445,11 @@ static int do_execve_common(const char *
+                               struct user_arg_ptr envp,
+                               struct pt_regs *regs)
  {
 +#ifdef CONFIG_GRKERNSEC
 +      struct file *old_exec_file;
@@ -37180,7 +35507,7 @@ diff -urNp linux-2.6.38.6/fs/exec.c linux-2.6.38.6/fs/exec.c
        struct linux_binprm *bprm;
        struct file *file;
        struct files_struct *displaced;
-@@ -1414,6 +1448,23 @@ int do_execve(const char * filename,
+@@ -1464,6 +1486,23 @@ static int do_execve_common(const char *
        bprm->filename = filename;
        bprm->interp = filename;
  
@@ -37204,7 +35531,7 @@ diff -urNp linux-2.6.38.6/fs/exec.c linux-2.6.38.6/fs/exec.c
        retval = bprm_mm_init(bprm);
        if (retval)
                goto out_file;
-@@ -1443,9 +1494,40 @@ int do_execve(const char * filename,
+@@ -1493,9 +1532,40 @@ static int do_execve_common(const char *
        if (retval < 0)
                goto out;
  
@@ -37246,7 +35573,7 @@ diff -urNp linux-2.6.38.6/fs/exec.c linux-2.6.38.6/fs/exec.c
  
        /* execve succeeded */
        current->fs->in_exec = 0;
-@@ -1456,6 +1538,14 @@ int do_execve(const char * filename,
+@@ -1506,6 +1576,14 @@ static int do_execve_common(const char *
                put_files_struct(displaced);
        return retval;
  
@@ -37261,7 +35588,7 @@ diff -urNp linux-2.6.38.6/fs/exec.c linux-2.6.38.6/fs/exec.c
  out:
        if (bprm->mm) {
                acct_arg_size(bprm, 0);
-@@ -1501,7 +1591,7 @@ static int expand_corename(struct core_n
+@@ -1579,7 +1657,7 @@ static int expand_corename(struct core_n
  {
        char *old_corename = cn->corename;
  
@@ -37270,7 +35597,7 @@ diff -urNp linux-2.6.38.6/fs/exec.c linux-2.6.38.6/fs/exec.c
        cn->corename = krealloc(old_corename, cn->size, GFP_KERNEL);
  
        if (!cn->corename) {
-@@ -1554,7 +1644,7 @@ static int format_corename(struct core_n
+@@ -1667,7 +1745,7 @@ static int format_corename(struct core_n
        int pid_in_pattern = 0;
        int err = 0;
  
@@ -37279,7 +35606,7 @@ diff -urNp linux-2.6.38.6/fs/exec.c linux-2.6.38.6/fs/exec.c
        cn->corename = kmalloc(cn->size, GFP_KERNEL);
        cn->used = 0;
  
-@@ -1642,6 +1732,208 @@ out:
+@@ -1758,6 +1836,219 @@ out:
        return ispipe;
  }
  
@@ -37471,7 +35798,7 @@ diff -urNp linux-2.6.38.6/fs/exec.c linux-2.6.38.6/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",
@@ -37484,11 +35811,22 @@ diff -urNp linux-2.6.38.6/fs/exec.c linux-2.6.38.6/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;
-@@ -1852,17 +2144,17 @@ static void wait_for_dump_helpers(struct
+@@ -1969,17 +2260,17 @@ static void wait_for_dump_helpers(struct
        pipe = file->f_path.dentry->d_inode->i_pipe;
  
        pipe_lock(pipe);
@@ -37511,7 +35849,7 @@ diff -urNp linux-2.6.38.6/fs/exec.c linux-2.6.38.6/fs/exec.c
        pipe_unlock(pipe);
  
  }
-@@ -1923,7 +2215,7 @@ void do_coredump(long signr, int exit_co
+@@ -2040,7 +2331,7 @@ void do_coredump(long signr, int exit_co
        int retval = 0;
        int flag = 0;
        int ispipe;
@@ -37520,7 +35858,7 @@ diff -urNp linux-2.6.38.6/fs/exec.c linux-2.6.38.6/fs/exec.c
        struct coredump_params cprm = {
                .signr = signr,
                .regs = regs,
-@@ -1938,6 +2230,9 @@ void do_coredump(long signr, int exit_co
+@@ -2055,6 +2346,9 @@ void do_coredump(long signr, int exit_co
  
        audit_core_dumps(signr);
  
@@ -37530,7 +35868,7 @@ diff -urNp linux-2.6.38.6/fs/exec.c linux-2.6.38.6/fs/exec.c
        binfmt = mm->binfmt;
        if (!binfmt || !binfmt->core_dump)
                goto fail;
-@@ -1978,6 +2273,8 @@ void do_coredump(long signr, int exit_co
+@@ -2095,6 +2389,8 @@ void do_coredump(long signr, int exit_co
                goto fail_corename;
        }
  
@@ -37539,7 +35877,7 @@ diff -urNp linux-2.6.38.6/fs/exec.c linux-2.6.38.6/fs/exec.c
        if (ispipe) {
                int dump_count;
                char **helper_argv;
-@@ -2005,7 +2302,7 @@ void do_coredump(long signr, int exit_co
+@@ -2122,7 +2418,7 @@ void do_coredump(long signr, int exit_co
                }
                cprm.limit = RLIM_INFINITY;
  
@@ -37548,7 +35886,7 @@ diff -urNp linux-2.6.38.6/fs/exec.c linux-2.6.38.6/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);
-@@ -2075,7 +2372,7 @@ close_fail:
+@@ -2192,7 +2488,7 @@ close_fail:
                filp_close(cprm.file, NULL);
  fail_dropcount:
        if (ispipe)
@@ -37557,9 +35895,9 @@ diff -urNp linux-2.6.38.6/fs/exec.c linux-2.6.38.6/fs/exec.c
  fail_unlock:
        kfree(cn.corename);
  fail_corename:
-diff -urNp linux-2.6.38.6/fs/ext2/balloc.c linux-2.6.38.6/fs/ext2/balloc.c
---- linux-2.6.38.6/fs/ext2/balloc.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/ext2/balloc.c    2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/fs/ext2/balloc.c linux-3.0.3/fs/ext2/balloc.c
+--- linux-3.0.3/fs/ext2/balloc.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);
@@ -37569,9 +35907,9 @@ diff -urNp linux-2.6.38.6/fs/ext2/balloc.c linux-2.6.38.6/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.38.6/fs/ext3/balloc.c linux-2.6.38.6/fs/ext3/balloc.c
---- linux-2.6.38.6/fs/ext3/balloc.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/ext3/balloc.c    2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/fs/ext3/balloc.c linux-3.0.3/fs/ext3/balloc.c
+--- linux-3.0.3/fs/ext3/balloc.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);
@@ -37581,22 +35919,24 @@ diff -urNp linux-2.6.38.6/fs/ext3/balloc.c linux-2.6.38.6/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.38.6/fs/ext4/balloc.c linux-2.6.38.6/fs/ext4/balloc.c
---- linux-2.6.38.6/fs/ext4/balloc.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/ext4/balloc.c    2011-04-28 19:34:15.000000000 -0400
-@@ -519,7 +519,7 @@ static int ext4_has_free_blocks(struct e
+diff -urNp linux-3.0.3/fs/ext4/balloc.c linux-3.0.3/fs/ext4/balloc.c
+--- linux-3.0.3/fs/ext4/balloc.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.38.6/fs/ext4/ext4.h linux-2.6.38.6/fs/ext4/ext4.h
---- linux-2.6.38.6/fs/ext4/ext4.h      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/ext4/ext4.h      2011-04-28 19:34:15.000000000 -0400
-@@ -1166,19 +1166,19 @@ struct ext4_sb_info {
+diff -urNp linux-3.0.3/fs/ext4/ext4.h linux-3.0.3/fs/ext4/ext4.h
+--- linux-3.0.3/fs/ext4/ext4.h 2011-08-23 21:44:40.000000000 -0400
++++ linux-3.0.3/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 */
@@ -37626,10 +35966,10 @@ diff -urNp linux-2.6.38.6/fs/ext4/ext4.h linux-2.6.38.6/fs/ext4/ext4.h
        atomic_t s_lock_busy;
  
        /* locality groups */
-diff -urNp linux-2.6.38.6/fs/ext4/mballoc.c linux-2.6.38.6/fs/ext4/mballoc.c
---- linux-2.6.38.6/fs/ext4/mballoc.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/ext4/mballoc.c   2011-05-16 21:47:08.000000000 -0400
-@@ -1846,7 +1846,7 @@ void ext4_mb_simple_scan_group(struct ex
+diff -urNp linux-3.0.3/fs/ext4/mballoc.c linux-3.0.3/fs/ext4/mballoc.c
+--- linux-3.0.3/fs/ext4/mballoc.c      2011-08-23 21:44:40.000000000 -0400
++++ linux-3.0.3/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)
@@ -37638,7 +35978,7 @@ diff -urNp linux-2.6.38.6/fs/ext4/mballoc.c linux-2.6.38.6/fs/ext4/mballoc.c
  
                break;
        }
-@@ -2140,7 +2140,7 @@ repeat:
+@@ -2087,7 +2087,7 @@ repeat:
                        ac->ac_status = AC_STATUS_CONTINUE;
                        ac->ac_flags |= EXT4_MB_HINT_FIRST;
                        cr = 3;
@@ -37647,7 +35987,7 @@ diff -urNp linux-2.6.38.6/fs/ext4/mballoc.c linux-2.6.38.6/fs/ext4/mballoc.c
                        goto repeat;
                }
        }
-@@ -2183,6 +2183,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;
  
@@ -37656,7 +35996,7 @@ diff -urNp linux-2.6.38.6/fs/ext4/mballoc.c linux-2.6.38.6/fs/ext4/mballoc.c
        group--;
        if (group == 0)
                seq_printf(seq, "#%-5s: %-5s %-5s %-5s "
-@@ -2606,25 +2608,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",
@@ -37692,7 +36032,7 @@ diff -urNp linux-2.6.38.6/fs/ext4/mballoc.c linux-2.6.38.6/fs/ext4/mballoc.c
        }
  
        free_percpu(sbi->s_locality_groups);
-@@ -3100,16 +3102,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) {
@@ -37715,7 +36055,7 @@ diff -urNp linux-2.6.38.6/fs/ext4/mballoc.c linux-2.6.38.6/fs/ext4/mballoc.c
        }
  
        if (ac->ac_op == EXT4_MB_HISTORY_ALLOC)
-@@ -3507,7 +3509,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);
@@ -37724,7 +36064,7 @@ diff -urNp linux-2.6.38.6/fs/ext4/mballoc.c linux-2.6.38.6/fs/ext4/mballoc.c
  
        ei = EXT4_I(ac->ac_inode);
        grp = ext4_get_group_info(sb, ac->ac_b_ex.fe_group);
-@@ -3567,7 +3569,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);
@@ -37733,7 +36073,7 @@ diff -urNp linux-2.6.38.6/fs/ext4/mballoc.c linux-2.6.38.6/fs/ext4/mballoc.c
  
        grp = ext4_get_group_info(sb, ac->ac_b_ex.fe_group);
        lg = ac->ac_lg;
-@@ -3654,7 +3656,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.
                 */
        }
@@ -37742,7 +36082,7 @@ diff -urNp linux-2.6.38.6/fs/ext4/mballoc.c linux-2.6.38.6/fs/ext4/mballoc.c
  
        return err;
  }
-@@ -3672,7 +3674,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);
@@ -37751,9 +36091,9 @@ diff -urNp linux-2.6.38.6/fs/ext4/mballoc.c linux-2.6.38.6/fs/ext4/mballoc.c
        trace_ext4_mballoc_discard(sb, NULL, group, bit, pa->pa_len);
  
        return 0;
-diff -urNp linux-2.6.38.6/fs/fcntl.c linux-2.6.38.6/fs/fcntl.c
---- linux-2.6.38.6/fs/fcntl.c  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/fcntl.c  2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/fs/fcntl.c linux-3.0.3/fs/fcntl.c
+--- linux-3.0.3/fs/fcntl.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -37774,26 +36114,26 @@ diff -urNp linux-2.6.38.6/fs/fcntl.c linux-2.6.38.6/fs/fcntl.c
                if (arg >= rlimit(RLIMIT_NOFILE))
                        break;
                err = alloc_fd(arg, cmd == F_DUPFD_CLOEXEC ? O_CLOEXEC : 0);
-@@ -808,14 +814,14 @@ static int __init fcntl_init(void)
+@@ -835,14 +841,14 @@ static int __init fcntl_init(void)
         * Exceptions: O_NONBLOCK is a two bit define on parisc; O_NDELAY
         * is defined as O_NONBLOCK on some platforms and not on others.
         */
--      BUILD_BUG_ON(18 - 1 /* for O_RDONLY being 0 */ != HWEIGHT32(
-+      BUILD_BUG_ON(19 - 1 /* for O_RDONLY being 0 */ != HWEIGHT32(
+-      BUILD_BUG_ON(19 - 1 /* for O_RDONLY being 0 */ != HWEIGHT32(
++      BUILD_BUG_ON(20 - 1 /* for O_RDONLY being 0 */ != HWEIGHT32(
                O_RDONLY        | O_WRONLY      | O_RDWR        |
                O_CREAT         | O_EXCL        | O_NOCTTY      |
                O_TRUNC         | O_APPEND      | /* O_NONBLOCK | */
                __O_SYNC        | O_DSYNC       | FASYNC        |
                O_DIRECT        | O_LARGEFILE   | O_DIRECTORY   |
                O_NOFOLLOW      | O_NOATIME     | O_CLOEXEC     |
--              __FMODE_EXEC
-+              __FMODE_EXEC    | FMODE_GREXEC
+-              __FMODE_EXEC    | O_PATH
++              __FMODE_EXEC    | O_PATH        | FMODE_GREXEC
                ));
  
        fasync_cache = kmem_cache_create("fasync_cache",
-diff -urNp linux-2.6.38.6/fs/fifo.c linux-2.6.38.6/fs/fifo.c
---- linux-2.6.38.6/fs/fifo.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/fifo.c   2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/fs/fifo.c linux-3.0.3/fs/fifo.c
+--- linux-3.0.3/fs/fifo.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -37807,7 +36147,7 @@ diff -urNp linux-2.6.38.6/fs/fifo.c linux-2.6.38.6/fs/fifo.c
                        if ((filp->f_flags & O_NONBLOCK)) {
                                /* suppress POLLHUP until we have
                                 * seen a writer */
-@@ -82,15 +82,15 @@ static int fifo_open(struct inode *inode
+@@ -81,15 +81,15 @@ static int fifo_open(struct inode *inode
         *  errno=ENXIO when there is no process reading the FIFO.
         */
                ret = -ENXIO;
@@ -37826,7 +36166,7 @@ diff -urNp linux-2.6.38.6/fs/fifo.c linux-2.6.38.6/fs/fifo.c
                        wait_for_partner(inode, &pipe->r_counter);
                        if (signal_pending(current))
                                goto err_wr;
-@@ -106,11 +106,11 @@ static int fifo_open(struct inode *inode
+@@ -105,11 +105,11 @@ static int fifo_open(struct inode *inode
         */
                filp->f_op = &rdwr_pipefifo_fops;
  
@@ -37841,7 +36181,7 @@ diff -urNp linux-2.6.38.6/fs/fifo.c linux-2.6.38.6/fs/fifo.c
                        wake_up_partner(inode);
                break;
  
-@@ -124,19 +124,19 @@ static int fifo_open(struct inode *inode
+@@ -123,19 +123,19 @@ static int fifo_open(struct inode *inode
        return 0;
  
  err_rd:
@@ -37864,9 +36204,9 @@ diff -urNp linux-2.6.38.6/fs/fifo.c linux-2.6.38.6/fs/fifo.c
                free_pipe_info(inode);
  
  err_nocleanup:
-diff -urNp linux-2.6.38.6/fs/file.c linux-2.6.38.6/fs/file.c
---- linux-2.6.38.6/fs/file.c   2011-05-10 22:06:27.000000000 -0400
-+++ linux-2.6.38.6/fs/file.c   2011-05-10 22:06:56.000000000 -0400
+diff -urNp linux-3.0.3/fs/file.c linux-3.0.3/fs/file.c
+--- linux-3.0.3/fs/file.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/fs/file.c      2011-08-23 21:48:14.000000000 -0400
 @@ -15,6 +15,7 @@
  #include <linux/slab.h>
  #include <linux/vmalloc.h>
@@ -37883,10 +36223,10 @@ diff -urNp linux-2.6.38.6/fs/file.c linux-2.6.38.6/fs/file.c
        if (nr >= rlimit(RLIMIT_NOFILE))
                return -EMFILE;
  
-diff -urNp linux-2.6.38.6/fs/filesystems.c linux-2.6.38.6/fs/filesystems.c
---- linux-2.6.38.6/fs/filesystems.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/filesystems.c    2011-04-28 19:34:15.000000000 -0400
-@@ -275,7 +275,12 @@ struct file_system_type *get_fs_type(con
+diff -urNp linux-3.0.3/fs/filesystems.c linux-3.0.3/fs/filesystems.c
+--- linux-3.0.3/fs/filesystems.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);
  
        fs = __get_fs_type(name, len);
@@ -37899,9 +36239,9 @@ diff -urNp linux-2.6.38.6/fs/filesystems.c linux-2.6.38.6/fs/filesystems.c
                fs = __get_fs_type(name, len);
  
        if (dot && fs && !(fs->fs_flags & FS_HAS_SUBTYPE)) {
-diff -urNp linux-2.6.38.6/fs/fscache/cookie.c linux-2.6.38.6/fs/fscache/cookie.c
---- linux-2.6.38.6/fs/fscache/cookie.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/fscache/cookie.c 2011-04-28 19:57:25.000000000 -0400
+diff -urNp linux-3.0.3/fs/fscache/cookie.c linux-3.0.3/fs/fscache/cookie.c
+--- linux-3.0.3/fs/fscache/cookie.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);
@@ -38020,9 +36360,9 @@ diff -urNp linux-2.6.38.6/fs/fscache/cookie.c linux-2.6.38.6/fs/fscache/cookie.c
                wait_on_bit(&cookie->flags, FSCACHE_COOKIE_CREATING,
                            fscache_wait_bit, TASK_UNINTERRUPTIBLE);
        }
-diff -urNp linux-2.6.38.6/fs/fscache/internal.h linux-2.6.38.6/fs/fscache/internal.h
---- linux-2.6.38.6/fs/fscache/internal.h       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/fscache/internal.h       2011-05-02 19:07:09.000000000 -0400
+diff -urNp linux-3.0.3/fs/fscache/internal.h linux-3.0.3/fs/fscache/internal.h
+--- linux-3.0.3/fs/fscache/internal.h  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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];
@@ -38226,9 +36566,9 @@ diff -urNp linux-2.6.38.6/fs/fscache/internal.h linux-2.6.38.6/fs/fscache/intern
  #define fscache_stat_d(stat) do {} while (0)
  #endif
  
-diff -urNp linux-2.6.38.6/fs/fscache/object.c linux-2.6.38.6/fs/fscache/object.c
---- linux-2.6.38.6/fs/fscache/object.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/fscache/object.c 2011-04-28 19:57:25.000000000 -0400
+diff -urNp linux-3.0.3/fs/fscache/object.c linux-3.0.3/fs/fscache/object.c
+--- linux-3.0.3/fs/fscache/object.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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:
@@ -38340,9 +36680,9 @@ diff -urNp linux-2.6.38.6/fs/fscache/object.c linux-2.6.38.6/fs/fscache/object.c
                break;
  
        default:
-diff -urNp linux-2.6.38.6/fs/fscache/operation.c linux-2.6.38.6/fs/fscache/operation.c
---- linux-2.6.38.6/fs/fscache/operation.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/fscache/operation.c      2011-04-28 19:57:25.000000000 -0400
+diff -urNp linux-3.0.3/fs/fscache/operation.c linux-3.0.3/fs/fscache/operation.c
+--- linux-3.0.3/fs/fscache/operation.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/fs/fscache/operation.c 2011-08-23 21:47:56.000000000 -0400
 @@ -17,7 +17,7 @@
  #include <linux/slab.h>
  #include "internal.h"
@@ -38352,7 +36692,7 @@ diff -urNp linux-2.6.38.6/fs/fscache/operation.c linux-2.6.38.6/fs/fscache/opera
  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);
  
@@ -38361,7 +36701,7 @@ diff -urNp linux-2.6.38.6/fs/fscache/operation.c linux-2.6.38.6/fs/fscache/opera
        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);
@@ -38370,7 +36710,7 @@ diff -urNp linux-2.6.38.6/fs/fscache/operation.c linux-2.6.38.6/fs/fscache/opera
  }
  
  /*
-@@ -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);
@@ -38384,7 +36724,7 @@ diff -urNp linux-2.6.38.6/fs/fscache/operation.c linux-2.6.38.6/fs/fscache/opera
                        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);
@@ -38393,7 +36733,7 @@ diff -urNp linux-2.6.38.6/fs/fscache/operation.c linux-2.6.38.6/fs/fscache/opera
                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);
@@ -38407,7 +36747,7 @@ diff -urNp linux-2.6.38.6/fs/fscache/operation.c linux-2.6.38.6/fs/fscache/opera
                        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);
@@ -38422,7 +36762,7 @@ diff -urNp linux-2.6.38.6/fs/fscache/operation.c linux-2.6.38.6/fs/fscache/opera
                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)) {
@@ -38431,7 +36771,7 @@ diff -urNp linux-2.6.38.6/fs/fscache/operation.c linux-2.6.38.6/fs/fscache/opera
                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();
  
@@ -38440,7 +36780,7 @@ diff -urNp linux-2.6.38.6/fs/fscache/operation.c linux-2.6.38.6/fs/fscache/opera
  
        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");
@@ -38449,7 +36789,7 @@ diff -urNp linux-2.6.38.6/fs/fscache/operation.c linux-2.6.38.6/fs/fscache/opera
  
                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);
@@ -38458,9 +36798,9 @@ diff -urNp linux-2.6.38.6/fs/fscache/operation.c linux-2.6.38.6/fs/fscache/opera
  
                ASSERTCMP(atomic_read(&op->usage), ==, 0);
  
-diff -urNp linux-2.6.38.6/fs/fscache/page.c linux-2.6.38.6/fs/fscache/page.c
---- linux-2.6.38.6/fs/fscache/page.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/fscache/page.c   2011-04-28 19:57:25.000000000 -0400
+diff -urNp linux-3.0.3/fs/fscache/page.c linux-3.0.3/fs/fscache/page.c
+--- linux-3.0.3/fs/fscache/page.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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) {
@@ -38511,8 +36851,8 @@ diff -urNp linux-2.6.38.6/fs/fscache/page.c linux-2.6.38.6/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);
  
@@ -38526,7 +36866,7 @@ diff -urNp linux-2.6.38.6/fs/fscache/page.c linux-2.6.38.6/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);
@@ -38535,7 +36875,7 @@ diff -urNp linux-2.6.38.6/fs/fscache/page.c linux-2.6.38.6/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);
@@ -38544,7 +36884,7 @@ diff -urNp linux-2.6.38.6/fs/fscache/page.c linux-2.6.38.6/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) {
@@ -38553,7 +36893,7 @@ diff -urNp linux-2.6.38.6/fs/fscache/page.c linux-2.6.38.6/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;
        }
  
@@ -38569,7 +36909,7 @@ diff -urNp linux-2.6.38.6/fs/fscache/page.c linux-2.6.38.6/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,
@@ -38580,7 +36920,7 @@ diff -urNp linux-2.6.38.6/fs/fscache/page.c linux-2.6.38.6/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");
@@ -38589,7 +36929,7 @@ diff -urNp linux-2.6.38.6/fs/fscache/page.c linux-2.6.38.6/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))) {
@@ -38598,7 +36938,7 @@ diff -urNp linux-2.6.38.6/fs/fscache/page.c linux-2.6.38.6/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);
  
@@ -38607,7 +36947,7 @@ diff -urNp linux-2.6.38.6/fs/fscache/page.c linux-2.6.38.6/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);
  
@@ -38616,7 +36956,7 @@ diff -urNp linux-2.6.38.6/fs/fscache/page.c linux-2.6.38.6/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)
@@ -38637,7 +36977,7 @@ diff -urNp linux-2.6.38.6/fs/fscache/page.c linux-2.6.38.6/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:
@@ -38646,7 +36986,7 @@ diff -urNp linux-2.6.38.6/fs/fscache/page.c linux-2.6.38.6/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);
  
@@ -38655,7 +36995,7 @@ diff -urNp linux-2.6.38.6/fs/fscache/page.c linux-2.6.38.6/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);
  
@@ -38664,7 +37004,7 @@ diff -urNp linux-2.6.38.6/fs/fscache/page.c linux-2.6.38.6/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)
@@ -38685,7 +37025,7 @@ diff -urNp linux-2.6.38.6/fs/fscache/page.c linux-2.6.38.6/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:
@@ -38694,7 +37034,7 @@ diff -urNp linux-2.6.38.6/fs/fscache/page.c linux-2.6.38.6/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);
  
@@ -38703,7 +37043,7 @@ diff -urNp linux-2.6.38.6/fs/fscache/page.c linux-2.6.38.6/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);
  
@@ -38712,7 +37052,7 @@ diff -urNp linux-2.6.38.6/fs/fscache/page.c linux-2.6.38.6/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)
@@ -38727,7 +37067,7 @@ diff -urNp linux-2.6.38.6/fs/fscache/page.c linux-2.6.38.6/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:
@@ -38736,7 +37076,7 @@ diff -urNp linux-2.6.38.6/fs/fscache/page.c linux-2.6.38.6/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);
  
@@ -38745,7 +37085,7 @@ diff -urNp linux-2.6.38.6/fs/fscache/page.c linux-2.6.38.6/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) {
@@ -38754,16 +37094,16 @@ diff -urNp linux-2.6.38.6/fs/fscache/page.c linux-2.6.38.6/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));
  
@@ -38772,7 +37112,7 @@ diff -urNp linux-2.6.38.6/fs/fscache/page.c linux-2.6.38.6/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);
  
@@ -38781,7 +37121,7 @@ diff -urNp linux-2.6.38.6/fs/fscache/page.c linux-2.6.38.6/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();
@@ -38792,7 +37132,7 @@ diff -urNp linux-2.6.38.6/fs/fscache/page.c linux-2.6.38.6/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:
@@ -38809,7 +37149,7 @@ diff -urNp linux-2.6.38.6/fs/fscache/page.c linux-2.6.38.6/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);
@@ -38826,7 +37166,7 @@ diff -urNp linux-2.6.38.6/fs/fscache/page.c linux-2.6.38.6/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);
  
@@ -38835,7 +37175,7 @@ diff -urNp linux-2.6.38.6/fs/fscache/page.c linux-2.6.38.6/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
@@ -38844,9 +37184,9 @@ diff -urNp linux-2.6.38.6/fs/fscache/page.c linux-2.6.38.6/fs/fscache/page.c
  #endif
  
        for (loop = 0; loop < pagevec->nr; loop++) {
-diff -urNp linux-2.6.38.6/fs/fscache/stats.c linux-2.6.38.6/fs/fscache/stats.c
---- linux-2.6.38.6/fs/fscache/stats.c  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/fscache/stats.c  2011-04-28 19:57:25.000000000 -0400
+diff -urNp linux-3.0.3/fs/fscache/stats.c linux-3.0.3/fs/fscache/stats.c
+--- linux-3.0.3/fs/fscache/stats.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/fs/fscache/stats.c     2011-08-23 21:47:56.000000000 -0400
 @@ -18,95 +18,95 @@
  /*
   * operation counters
@@ -39222,17 +37562,17 @@ diff -urNp linux-2.6.38.6/fs/fscache/stats.c linux-2.6.38.6/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.38.6/fs/fs_struct.c linux-2.6.38.6/fs/fs_struct.c
---- linux-2.6.38.6/fs/fs_struct.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/fs_struct.c      2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/fs/fs_struct.c linux-3.0.3/fs/fs_struct.c
+--- linux-3.0.3/fs/fs_struct.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/fs/fs_struct.c 2011-08-23 21:48:14.000000000 -0400
 @@ -4,6 +4,7 @@
+ #include <linux/path.h>
  #include <linux/slab.h>
  #include <linux/fs_struct.h>
- #include <linux/vserver/global.h>
 +#include <linux/grsecurity.h>
+ #include <linux/vserver/global.h>
  #include "internal.h"
  
- static inline void path_get_longterm(struct path *path)
 @@ -31,6 +32,7 @@ void set_fs_root(struct fs_struct *fs, s
        old_root = fs->root;
        fs->root = *path;
@@ -39314,65 +37654,30 @@ diff -urNp linux-2.6.38.6/fs/fs_struct.c linux-2.6.38.6/fs/fs_struct.c
                spin_unlock(&fs->lock);
  
                task_unlock(current);
-diff -urNp linux-2.6.38.6/fs/fuse/cuse.c linux-2.6.38.6/fs/fuse/cuse.c
---- linux-2.6.38.6/fs/fuse/cuse.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/fuse/cuse.c      2011-04-28 19:34:15.000000000 -0400
-@@ -530,8 +530,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
-@@ -577,12 +587,6 @@ static int __init cuse_init(void)
-       for (i = 0; i < CUSE_CONNTBL_LEN; i++)
+diff -urNp linux-3.0.3/fs/fuse/cuse.c linux-3.0.3/fs/fuse/cuse.c
+--- linux-3.0.3/fs/fuse/cuse.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.38.6/fs/fuse/dev.c linux-2.6.38.6/fs/fuse/dev.c
---- linux-2.6.38.6/fs/fuse/dev.c       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/fuse/dev.c       2011-04-28 19:34:15.000000000 -0400
-@@ -1183,7 +1183,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;
-@@ -1197,6 +1197,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)
- {
-@@ -1240,7 +1242,7 @@ static ssize_t fuse_dev_splice_read(stru
+diff -urNp linux-3.0.3/fs/fuse/dev.c linux-3.0.3/fs/fuse/dev.c
+--- linux-3.0.3/fs/fuse/dev.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/fs/fuse/dev.c  2011-08-23 21:47:56.000000000 -0400
+@@ -1238,7 +1238,7 @@ static ssize_t fuse_dev_splice_read(stru
        ret = 0;
        pipe_lock(pipe);
  
@@ -39381,64 +37686,10 @@ diff -urNp linux-2.6.38.6/fs/fuse/dev.c linux-2.6.38.6/fs/fuse/dev.c
                send_sig(SIGPIPE, current, 0);
                if (!ret)
                        ret = -EPIPE;
-@@ -1733,7 +1735,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;
-@@ -1746,6 +1748,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)
-@@ -1824,7 +1828,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);
-@@ -1843,6 +1847,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)
-  *
-@@ -1962,7 +1968,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)
-@@ -1972,6 +1978,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.38.6/fs/fuse/dir.c linux-2.6.38.6/fs/fuse/dir.c
---- linux-2.6.38.6/fs/fuse/dir.c       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/fuse/dir.c       2011-04-28 19:34:15.000000000 -0400
-@@ -1133,7 +1133,7 @@ static char *read_link(struct dentry *de
+diff -urNp linux-3.0.3/fs/fuse/dir.c linux-3.0.3/fs/fuse/dir.c
+--- linux-3.0.3/fs/fuse/dir.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
  }
  
@@ -39447,39 +37698,10 @@ diff -urNp linux-2.6.38.6/fs/fuse/dir.c linux-2.6.38.6/fs/fuse/dir.c
  {
        if (!IS_ERR(link))
                free_page((unsigned long) link);
-diff -urNp linux-2.6.38.6/fs/fuse/fuse_i.h linux-2.6.38.6/fs/fuse/fuse_i.h
---- linux-2.6.38.6/fs/fuse/fuse_i.h    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/fuse/fuse_i.h    2011-04-28 19:34:15.000000000 -0400
-@@ -541,6 +541,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.38.6/fs/gfs2/ops_inode.c linux-2.6.38.6/fs/gfs2/ops_inode.c
---- linux-2.6.38.6/fs/gfs2/ops_inode.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/gfs2/ops_inode.c 2011-05-16 21:47:08.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.3/fs/gfs2/inode.c linux-3.0.3/fs/gfs2/inode.c
+--- linux-3.0.3/fs/gfs2/inode.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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)
  {
@@ -39488,9 +37710,9 @@ diff -urNp linux-2.6.38.6/fs/gfs2/ops_inode.c linux-2.6.38.6/fs/gfs2/ops_inode.c
        if (!IS_ERR(s))
                kfree(s);
  }
-diff -urNp linux-2.6.38.6/fs/hfsplus/catalog.c linux-2.6.38.6/fs/hfsplus/catalog.c
---- linux-2.6.38.6/fs/hfsplus/catalog.c        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/hfsplus/catalog.c        2011-05-16 21:47:08.000000000 -0400
+diff -urNp linux-3.0.3/fs/hfsplus/catalog.c linux-3.0.3/fs/hfsplus/catalog.c
+--- linux-3.0.3/fs/hfsplus/catalog.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -39518,9 +37740,9 @@ diff -urNp linux-2.6.38.6/fs/hfsplus/catalog.c linux-2.6.38.6/fs/hfsplus/catalog
        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.38.6/fs/hfsplus/dir.c linux-2.6.38.6/fs/hfsplus/dir.c
---- linux-2.6.38.6/fs/hfsplus/dir.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/hfsplus/dir.c    2011-05-16 21:47:08.000000000 -0400
+diff -urNp linux-3.0.3/fs/hfsplus/dir.c linux-3.0.3/fs/hfsplus/dir.c
+--- linux-3.0.3/fs/hfsplus/dir.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -39530,10 +37752,10 @@ diff -urNp linux-2.6.38.6/fs/hfsplus/dir.c linux-2.6.38.6/fs/hfsplus/dir.c
        if (filp->f_pos >= inode->i_size)
                return 0;
  
-diff -urNp linux-2.6.38.6/fs/hfsplus/inode.c linux-2.6.38.6/fs/hfsplus/inode.c
---- linux-2.6.38.6/fs/hfsplus/inode.c  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/hfsplus/inode.c  2011-05-16 21:47:08.000000000 -0400
-@@ -491,6 +491,8 @@ int hfsplus_cat_read_inode(struct inode 
+diff -urNp linux-3.0.3/fs/hfsplus/inode.c linux-3.0.3/fs/hfsplus/inode.c
+--- linux-3.0.3/fs/hfsplus/inode.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
  
@@ -39542,7 +37764,7 @@ diff -urNp linux-2.6.38.6/fs/hfsplus/inode.c linux-2.6.38.6/fs/hfsplus/inode.c
        type = hfs_bnode_read_u16(fd->bnode, fd->entryoffset);
  
        HFSPLUS_I(inode)->linkid = 0;
-@@ -554,6 +556,8 @@ int hfsplus_cat_write_inode(struct inode
+@@ -552,6 +554,8 @@ int hfsplus_cat_write_inode(struct inode
        struct hfs_find_data fd;
        hfsplus_cat_entry entry;
  
@@ -39551,9 +37773,9 @@ diff -urNp linux-2.6.38.6/fs/hfsplus/inode.c linux-2.6.38.6/fs/hfsplus/inode.c
        if (HFSPLUS_IS_RSRC(inode))
                main_inode = HFSPLUS_I(inode)->rsrc_inode;
  
-diff -urNp linux-2.6.38.6/fs/hfsplus/ioctl.c linux-2.6.38.6/fs/hfsplus/ioctl.c
---- linux-2.6.38.6/fs/hfsplus/ioctl.c  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/hfsplus/ioctl.c  2011-05-16 21:47:08.000000000 -0400
+diff -urNp linux-3.0.3/fs/hfsplus/ioctl.c linux-3.0.3/fs/hfsplus/ioctl.c
+--- linux-3.0.3/fs/hfsplus/ioctl.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -39572,9 +37794,9 @@ diff -urNp linux-2.6.38.6/fs/hfsplus/ioctl.c linux-2.6.38.6/fs/hfsplus/ioctl.c
        if (!S_ISREG(inode->i_mode) || HFSPLUS_IS_RSRC(inode))
                return -EOPNOTSUPP;
  
-diff -urNp linux-2.6.38.6/fs/hfsplus/super.c linux-2.6.38.6/fs/hfsplus/super.c
---- linux-2.6.38.6/fs/hfsplus/super.c  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/hfsplus/super.c  2011-05-16 21:47:08.000000000 -0400
+diff -urNp linux-3.0.3/fs/hfsplus/super.c linux-3.0.3/fs/hfsplus/super.c
+--- linux-3.0.3/fs/hfsplus/super.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -39584,10 +37806,10 @@ diff -urNp linux-2.6.38.6/fs/hfsplus/super.c linux-2.6.38.6/fs/hfsplus/super.c
        err = -EINVAL;
        sbi = kzalloc(sizeof(*sbi), GFP_KERNEL);
        if (!sbi)
-diff -urNp linux-2.6.38.6/fs/hugetlbfs/inode.c linux-2.6.38.6/fs/hugetlbfs/inode.c
---- linux-2.6.38.6/fs/hugetlbfs/inode.c        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/hugetlbfs/inode.c        2011-04-28 19:34:15.000000000 -0400
-@@ -915,7 +915,7 @@ static struct file_system_type hugetlbfs
+diff -urNp linux-3.0.3/fs/hugetlbfs/inode.c linux-3.0.3/fs/hugetlbfs/inode.c
+--- linux-3.0.3/fs/hugetlbfs/inode.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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,
  };
  
@@ -39596,10 +37818,10 @@ diff -urNp linux-2.6.38.6/fs/hugetlbfs/inode.c linux-2.6.38.6/fs/hugetlbfs/inode
  
  static int can_do_hugetlb_shm(void)
  {
-diff -urNp linux-2.6.38.6/fs/inode.c linux-2.6.38.6/fs/inode.c
---- linux-2.6.38.6/fs/inode.c  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/inode.c  2011-04-28 19:34:15.000000000 -0400
-@@ -801,8 +801,8 @@ unsigned int get_next_ino(void)
+diff -urNp linux-3.0.3/fs/inode.c linux-3.0.3/fs/inode.c
+--- linux-3.0.3/fs/inode.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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)) {
@@ -39610,9 +37832,9 @@ diff -urNp linux-2.6.38.6/fs/inode.c linux-2.6.38.6/fs/inode.c
  
                res = next - LAST_INO_BATCH;
        }
-diff -urNp linux-2.6.38.6/fs/jbd/checkpoint.c linux-2.6.38.6/fs/jbd/checkpoint.c
---- linux-2.6.38.6/fs/jbd/checkpoint.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/jbd/checkpoint.c 2011-05-16 21:47:08.000000000 -0400
+diff -urNp linux-3.0.3/fs/jbd/checkpoint.c linux-3.0.3/fs/jbd/checkpoint.c
+--- linux-3.0.3/fs/jbd/checkpoint.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -39622,9 +37844,9 @@ diff -urNp linux-2.6.38.6/fs/jbd/checkpoint.c linux-2.6.38.6/fs/jbd/checkpoint.c
        jbd_debug(1, "Start checkpoint\n");
  
        /*
-diff -urNp linux-2.6.38.6/fs/jffs2/compr_rtime.c linux-2.6.38.6/fs/jffs2/compr_rtime.c
---- linux-2.6.38.6/fs/jffs2/compr_rtime.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/jffs2/compr_rtime.c      2011-05-16 21:47:08.000000000 -0400
+diff -urNp linux-3.0.3/fs/jffs2/compr_rtime.c linux-3.0.3/fs/jffs2/compr_rtime.c
+--- linux-3.0.3/fs/jffs2/compr_rtime.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -39643,9 +37865,9 @@ diff -urNp linux-2.6.38.6/fs/jffs2/compr_rtime.c linux-2.6.38.6/fs/jffs2/compr_r
        memset(positions,0,sizeof(positions));
  
        while (outpos<destlen) {
-diff -urNp linux-2.6.38.6/fs/jffs2/compr_rubin.c linux-2.6.38.6/fs/jffs2/compr_rubin.c
---- linux-2.6.38.6/fs/jffs2/compr_rubin.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/jffs2/compr_rubin.c      2011-05-16 21:47:08.000000000 -0400
+diff -urNp linux-3.0.3/fs/jffs2/compr_rubin.c linux-3.0.3/fs/jffs2/compr_rubin.c
+--- linux-3.0.3/fs/jffs2/compr_rubin.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -39655,9 +37877,9 @@ diff -urNp linux-2.6.38.6/fs/jffs2/compr_rubin.c linux-2.6.38.6/fs/jffs2/compr_r
        mysrclen = *sourcelen;
        mydstlen = *dstlen - 8;
  
-diff -urNp linux-2.6.38.6/fs/jffs2/erase.c linux-2.6.38.6/fs/jffs2/erase.c
---- linux-2.6.38.6/fs/jffs2/erase.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/jffs2/erase.c    2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/fs/jffs2/erase.c linux-3.0.3/fs/jffs2/erase.c
+--- linux-3.0.3/fs/jffs2/erase.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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),
@@ -39668,9 +37890,9 @@ diff -urNp linux-2.6.38.6/fs/jffs2/erase.c linux-2.6.38.6/fs/jffs2/erase.c
                };
  
                jffs2_prealloc_raw_node_refs(c, jeb, 1);
-diff -urNp linux-2.6.38.6/fs/jffs2/wbuf.c linux-2.6.38.6/fs/jffs2/wbuf.c
---- linux-2.6.38.6/fs/jffs2/wbuf.c     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/jffs2/wbuf.c     2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/fs/jffs2/wbuf.c linux-3.0.3/fs/jffs2/wbuf.c
+--- linux-3.0.3/fs/jffs2/wbuf.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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),
@@ -39681,9 +37903,9 @@ diff -urNp linux-2.6.38.6/fs/jffs2/wbuf.c linux-2.6.38.6/fs/jffs2/wbuf.c
  };
  
  /*
-diff -urNp linux-2.6.38.6/fs/jffs2/xattr.c linux-2.6.38.6/fs/jffs2/xattr.c
---- linux-2.6.38.6/fs/jffs2/xattr.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/jffs2/xattr.c    2011-05-16 21:47:08.000000000 -0400
+diff -urNp linux-3.0.3/fs/jffs2/xattr.c linux-3.0.3/fs/jffs2/xattr.c
+--- linux-3.0.3/fs/jffs2/xattr.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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));
@@ -39693,9 +37915,21 @@ diff -urNp linux-2.6.38.6/fs/jffs2/xattr.c linux-2.6.38.6/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.38.6/fs/Kconfig.binfmt linux-2.6.38.6/fs/Kconfig.binfmt
---- linux-2.6.38.6/fs/Kconfig.binfmt   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/Kconfig.binfmt   2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/fs/jfs/super.c linux-3.0.3/fs/jfs/super.c
+--- linux-3.0.3/fs/jfs/super.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.3/fs/Kconfig.binfmt linux-3.0.3/fs/Kconfig.binfmt
+--- linux-3.0.3/fs/Kconfig.binfmt      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/fs/Kconfig.binfmt      2011-08-23 21:47:56.000000000 -0400
 @@ -86,7 +86,7 @@ config HAVE_AOUT
  
  config BINFMT_AOUT
@@ -39705,9 +37939,9 @@ diff -urNp linux-2.6.38.6/fs/Kconfig.binfmt linux-2.6.38.6/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.38.6/fs/libfs.c linux-2.6.38.6/fs/libfs.c
---- linux-2.6.38.6/fs/libfs.c  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/libfs.c  2011-05-11 18:34:57.000000000 -0400
+diff -urNp linux-3.0.3/fs/libfs.c linux-3.0.3/fs/libfs.c
+--- linux-3.0.3/fs/libfs.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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) {
@@ -39732,9 +37966,9 @@ diff -urNp linux-2.6.38.6/fs/libfs.c linux-2.6.38.6/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.38.6/fs/lockd/clntproc.c linux-2.6.38.6/fs/lockd/clntproc.c
---- linux-2.6.38.6/fs/lockd/clntproc.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/lockd/clntproc.c 2011-05-16 21:47:08.000000000 -0400
+diff -urNp linux-3.0.3/fs/lockd/clntproc.c linux-3.0.3/fs/lockd/clntproc.c
+--- linux-3.0.3/fs/lockd/clntproc.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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
@@ -39758,22 +37992,10 @@ diff -urNp linux-2.6.38.6/fs/lockd/clntproc.c linux-2.6.38.6/fs/lockd/clntproc.c
        req = &reqst;
        memset(req, 0, sizeof(*req));
        locks_init_lock(&req->a_args.lock.fl);
-diff -urNp linux-2.6.38.6/fs/lockd/svc.c linux-2.6.38.6/fs/lockd/svc.c
---- linux-2.6.38.6/fs/lockd/svc.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/lockd/svc.c      2011-04-28 19:34:15.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.38.6/fs/locks.c linux-2.6.38.6/fs/locks.c
---- linux-2.6.38.6/fs/locks.c  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/locks.c  2011-04-28 19:34:15.000000000 -0400
-@@ -2044,16 +2044,16 @@ void locks_remove_flock(struct file *fil
+diff -urNp linux-3.0.3/fs/locks.c linux-3.0.3/fs/locks.c
+--- linux-3.0.3/fs/locks.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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) {
@@ -39794,9 +38016,9 @@ diff -urNp linux-2.6.38.6/fs/locks.c linux-2.6.38.6/fs/locks.c
        }
  
        lock_flocks();
-diff -urNp linux-2.6.38.6/fs/logfs/super.c linux-2.6.38.6/fs/logfs/super.c
---- linux-2.6.38.6/fs/logfs/super.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/logfs/super.c    2011-05-16 21:47:08.000000000 -0400
+diff -urNp linux-3.0.3/fs/logfs/super.c linux-3.0.3/fs/logfs/super.c
+--- linux-3.0.3/fs/logfs/super.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -39806,50 +38028,92 @@ diff -urNp linux-2.6.38.6/fs/logfs/super.c linux-2.6.38.6/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.38.6/fs/namei.c linux-2.6.38.6/fs/namei.c
---- linux-2.6.38.6/fs/namei.c  2011-04-22 19:20:59.000000000 -0400
-+++ linux-2.6.38.6/fs/namei.c  2011-05-16 21:47:08.000000000 -0400
-@@ -226,14 +226,6 @@ int generic_permission(struct inode *ino
+diff -urNp linux-3.0.3/fs/namei.c linux-3.0.3/fs/namei.c
+--- linux-3.0.3/fs/namei.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.
--       */
--      if (!(mask & MAY_EXEC) || execute_ok(inode))
--              if (capable(CAP_DAC_OVERRIDE))
--                      return 0;
--
--      /*
-        * Searching includes executable on directories, else just read.
+-       * 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.
         */
-       mask &= MAY_READ | MAY_WRITE | MAY_EXEC;
-@@ -241,6 +233,14 @@ int generic_permission(struct inode *ino
-               if (capable(CAP_DAC_READ_SEARCH))
+-      if (!(mask & MAY_EXEC) || execute_ok(inode))
+-              if (ns_capable(inode_userns(inode), CAP_DAC_OVERRIDE))
++      mask &= MAY_READ | MAY_WRITE | MAY_EXEC;
++      if (mask == MAY_READ || (S_ISDIR(inode->i_mode) && !(mask & MAY_WRITE))) {
++#ifdef CONFIG_GRKERNSEC
++              if (flags & IPERM_FLAG_RCU)
++                      return -ECHILD;
++#endif
++              if (ns_capable(inode_userns(inode), CAP_DAC_READ_SEARCH))
                        return 0;
++      }
  
-+      /*
+       /*
+-       * 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.
-+       */
-+      if (!(mask & MAY_EXEC) || execute_ok(inode))
-+              if (capable(CAP_DAC_OVERRIDE))
-+                      return 0;
-+
++       * 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)))
+-              if (ns_capable(inode_userns(inode), CAP_DAC_READ_SEARCH))
++      if (!(mask & MAY_EXEC) || execute_ok(inode)) {
++#ifdef CONFIG_GRKERNSEC
++              if (flags & IPERM_FLAG_RCU)
++                      return -ECHILD;
++#endif
++              if (ns_capable(inode_userns(inode), CAP_DAC_OVERRIDE))
+                       return 0;
++      }
        return -EACCES;
  }
+@@ -547,6 +557,9 @@ static int complete_walk(struct nameidat
+               br_read_unlock(vfsmount_lock);
+       }
  
-@@ -687,7 +687,8 @@ static inline int exec_permission(struct
++      if (!(nd->flags & LOOKUP_PARENT) && !gr_acl_handle_hidden_file(nd->path.dentry, nd->path.mnt))
++              return -ENOENT;
++
+       if (likely(!(nd->flags & LOOKUP_JUMPED)))
+               return 0;
+@@ -593,9 +606,16 @@ static inline int exec_permission(struct
        if (ret == -ECHILD)
                return ret;
  
--      if (capable(CAP_DAC_OVERRIDE) || capable(CAP_DAC_READ_SEARCH))
-+      if (capable_nolog(CAP_DAC_OVERRIDE) || capable(CAP_DAC_READ_SEARCH) ||
-+                      capable(CAP_DAC_OVERRIDE))
+-      if (ns_capable(ns, CAP_DAC_OVERRIDE) ||
+-                      ns_capable(ns, CAP_DAC_READ_SEARCH))
++      if (ns_capable_nolog(ns, CAP_DAC_OVERRIDE))
                goto ok;
++      else {
++#ifdef CONFIG_GRKERNSEC
++              if (flags & IPERM_FLAG_RCU)
++                      return -ECHILD;
++#endif
++              if (ns_capable(ns, CAP_DAC_READ_SEARCH) || ns_capable(ns, CAP_DAC_OVERRIDE))
++                      goto ok;
++      }
  
        return ret;
-@@ -776,7 +777,7 @@ __do_follow_link(const struct path *link
+ ok:
+@@ -703,11 +723,19 @@ follow_link(struct path *link, struct na
+               return error;
+       }
++      if (gr_handle_follow_link(dentry->d_parent->d_inode,
++                                dentry->d_inode, dentry, nd->path.mnt)) {
++              error = -EACCES;
++              *p = ERR_PTR(error); /* no ->put_link(), please */
++              path_put(&nd->path);
++              return error;
++      }
++
+       nd->last_type = LAST_BIND;
        *p = dentry->d_inode->i_op->follow_link(dentry, nd);
        error = PTR_ERR(*p);
        if (!IS_ERR(*p)) {
@@ -39858,59 +38122,8 @@ diff -urNp linux-2.6.38.6/fs/namei.c linux-2.6.38.6/fs/namei.c
                error = 0;
                if (s)
                        error = __vfs_follow_link(nd, s);
-@@ -815,6 +816,13 @@ static inline int do_follow_link(struct 
-       err = security_inode_follow_link(path->dentry, nd);
-       if (err)
-               goto loop;
-+
-+      if (gr_handle_follow_link(path->dentry->d_parent->d_inode,
-+                                path->dentry->d_inode, path->dentry, nd->path.mnt)) {
-+              err = -EACCES;
-+              goto loop;
-+      }
-+
-       current->link_count++;
-       current->total_link_count++;
-       nd->depth++;
-@@ -1506,13 +1514,36 @@ return_reval:
- return_base:
-               if (nameidata_drop_rcu_last_maybe(nd))
-                       return -ECHILD;
-+
-+              if (!(nd->flags & LOOKUP_PARENT) && !gr_acl_handle_hidden_file(nd->path.dentry, nd->path.mnt)) {
-+                      err = -ENOENT;
-+                      goto err_and_ret;
-+              }
-+
-               return 0;
- out_dput:
-               if (!(nd->flags & LOOKUP_RCU))
-                       path_put_conditional(&next, nd);
-               break;
-       }
-+#ifdef CONFIG_GRKERNSEC
-+      /* we do this because we can't operate here on an rcu'd dentry,
-+         acquire a properly-referenced copy
-+      */
-+      if (nameidata_drop_rcu_last_maybe(nd))
-+              return -ECHILD;
-+#endif
-+
-+      if (!(nd->flags & LOOKUP_PARENT) && !gr_acl_handle_hidden_file(nd->path.dentry, nd->path.mnt))
-+              err = -ENOENT;
-+
-+err_and_ret:
-+#ifndef CONFIG_GRKERNSEC
-+      /* since we convert to ref-walk above, always put the path if we reach
-+         here
-+      */
-       if (!(nd->flags & LOOKUP_RCU))
-+#endif
-               path_put(&nd->path);
- return_err:
-       return err;
-@@ -1739,6 +1770,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)) {
 +              if (*name != '/' && nd->path.dentry && nd->inode && !gr_chroot_fchdir(nd->path.dentry, nd->path.mnt))
@@ -39919,7 +38132,7 @@ diff -urNp linux-2.6.38.6/fs/namei.c linux-2.6.38.6/fs/namei.c
                if (unlikely(!audit_dummy_context())) {
                        if (nd->path.dentry && nd->inode)
                                audit_inode(name, nd->path.dentry);
-@@ -2079,6 +2113,30 @@ int vfs_create(struct inode *dir, struct
+@@ -1935,6 +1966,30 @@ int vfs_create(struct inode *dir, struct
        return error;
  }
  
@@ -39947,10 +38160,10 @@ diff -urNp linux-2.6.38.6/fs/namei.c linux-2.6.38.6/fs/namei.c
 +      return flag;
 +}
 +
- int may_open(struct path *path, int acc_mode, int flag)
static int may_open(struct path *path, int acc_mode, int flag)
  {
        struct dentry *dentry = path->dentry;
-@@ -2127,7 +2185,27 @@ int may_open(struct path *path, int acc_
+@@ -1987,7 +2042,27 @@ static int may_open(struct path *path, i
        /*
         * Ensure there are no outstanding leases on the file.
         */
@@ -39979,33 +38192,10 @@ diff -urNp linux-2.6.38.6/fs/namei.c linux-2.6.38.6/fs/namei.c
  }
  
  static int handle_truncate(struct file *filp)
-@@ -2162,6 +2240,12 @@ static int __open_namei_create(struct na
- {
-       int error;
-       struct dentry *dir = nd->path.dentry;
-+      int flag = open_to_namei_flags(open_flag);
-+
-+      if (!gr_acl_handle_creat(path->dentry, nd->path.dentry, nd->path.mnt, flag, mode)) {
-+              error = -EACCES;
-+              goto out_unlock;
-+      }
-       if (!IS_POSIXACL(dir->d_inode))
-               mode &= ~current_umask();
-@@ -2169,6 +2253,8 @@ static int __open_namei_create(struct na
-       if (error)
-               goto out_unlock;
-       error = vfs_create(dir->d_inode, path->dentry, mode, nd);
-+      if (!error)
-+              gr_handle_create(path->dentry, nd->path.mnt);
- out_unlock:
-       mutex_unlock(&dir->d_inode->i_mutex);
-       dput(nd->path.dentry);
-@@ -2180,30 +2266,6 @@ out_unlock:
-       return may_open(&nd->path, 0, open_flag & ~O_TRUNC);
+@@ -2013,30 +2088,6 @@ static int handle_truncate(struct file *
  }
  
--/*
+ /*
 - * Note that while the flag value (low two bits) for sys_open means:
 - *    00 - read-only
 - *    01 - write-only
@@ -40029,18 +38219,41 @@ diff -urNp linux-2.6.38.6/fs/namei.c linux-2.6.38.6/fs/namei.c
 -      return flag;
 -}
 -
- static int open_will_truncate(int flag, struct inode *inode)
- {
-       /*
-@@ -2274,6 +2336,7 @@ static struct file *do_last(struct namei
-                           int mode, const char *pathname)
- {
+-/*
+  * Handle the last step of open()
+  */
+ static struct file *do_last(struct nameidata *nd, struct path *path,
+@@ -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;
 +      int flag = open_to_namei_flags(open_flag);
-       struct file *filp;
-       int error = -EISDIR;
-@@ -2352,6 +2415,14 @@ static struct file *do_last(struct namei
+       int will_truncate = open_flag & O_TRUNC;
+       int want_write = 0;
+       int acc_mode = op->acc_mode;
+@@ -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;
++
++              if (!gr_acl_handle_creat(path->dentry, nd->path.dentry, path->mnt, flag, mode)) {
++                      error = -EACCES;
++                      goto exit_mutex_unlock;
++              }
++
+               if (!IS_POSIXACL(dir->d_inode))
+                       mode &= ~current_umask();
+               /*
+@@ -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;
++              else
++                      gr_handle_create(path->dentry, path->mnt);
+               mutex_unlock(&dir->d_inode->i_mutex);
+               dput(nd->path.dentry);
+               nd->path.dentry = dentry;
+@@ -2164,6 +2224,14 @@ static struct file *do_last(struct namei
        /*
         * It already exists.
         */
@@ -40055,19 +38268,7 @@ diff -urNp linux-2.6.38.6/fs/namei.c linux-2.6.38.6/fs/namei.c
        mutex_unlock(&dir->d_inode->i_mutex);
        audit_inode(pathname, path->dentry);
  
-@@ -2535,6 +2606,11 @@ reval:
-               error = security_inode_follow_link(link.dentry, &nd);
-               if (error)
-                       goto exit_dput;
-+              if (gr_handle_follow_link(link.dentry->d_parent->d_inode,
-+                                        link.dentry->d_inode, link.dentry, nd.path.mnt)) {
-+                      error = -EACCES;
-+                      goto exit_dput;
-+              }
-               error = __do_follow_link(&link, &nd, &cookie);
-               if (unlikely(error)) {
-                       if (!IS_ERR(cookie) && linki->i_op->put_link)
-@@ -2705,6 +2781,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;
@@ -40085,7 +38286,7 @@ diff -urNp linux-2.6.38.6/fs/namei.c linux-2.6.38.6/fs/namei.c
        error = mnt_want_write(nd.path.mnt);
        if (error)
                goto out_dput;
-@@ -2725,6 +2812,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);
@@ -40095,7 +38296,7 @@ diff -urNp linux-2.6.38.6/fs/namei.c linux-2.6.38.6/fs/namei.c
  out_dput:
        dput(dentry);
  out_unlock:
-@@ -2777,6 +2867,11 @@ SYSCALL_DEFINE3(mkdirat, int, dfd, const
+@@ -2522,6 +2604,11 @@ SYSCALL_DEFINE3(mkdirat, int, dfd, const
        if (IS_ERR(dentry))
                goto out_unlock;
  
@@ -40107,7 +38308,7 @@ diff -urNp linux-2.6.38.6/fs/namei.c linux-2.6.38.6/fs/namei.c
        if (!IS_POSIXACL(nd.path.dentry->d_inode))
                mode &= ~current_umask();
        error = mnt_want_write(nd.path.mnt);
-@@ -2788,6 +2883,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);
@@ -40118,7 +38319,7 @@ diff -urNp linux-2.6.38.6/fs/namei.c linux-2.6.38.6/fs/namei.c
  out_dput:
        dput(dentry);
  out_unlock:
-@@ -2867,6 +2966,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;
@@ -40127,27 +38328,25 @@ diff -urNp linux-2.6.38.6/fs/namei.c linux-2.6.38.6/fs/namei.c
  
        error = user_path_parent(dfd, pathname, &nd, &name);
        if (error)
-@@ -2891,6 +2992,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;
-@@ -2898,6 +3012,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);
@@ -40156,7 +38355,7 @@ diff -urNp linux-2.6.38.6/fs/namei.c linux-2.6.38.6/fs/namei.c
  exit4:
        mnt_drop_write(nd.path.mnt);
  exit3:
-@@ -2960,6 +3076,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;
@@ -40165,26 +38364,24 @@ diff -urNp linux-2.6.38.6/fs/namei.c linux-2.6.38.6/fs/namei.c
  
        error = user_path_parent(dfd, pathname, &nd, &name);
        if (error)
-@@ -2979,8 +3097,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;
-@@ -2988,6 +3115,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);
@@ -40193,7 +38390,7 @@ diff -urNp linux-2.6.38.6/fs/namei.c linux-2.6.38.6/fs/namei.c
  exit3:
                mnt_drop_write(nd.path.mnt);
        exit2:
-@@ -3065,6 +3194,11 @@ SYSCALL_DEFINE3(symlinkat, const char __
+@@ -2816,6 +2936,11 @@ SYSCALL_DEFINE3(symlinkat, const char __
        if (IS_ERR(dentry))
                goto out_unlock;
  
@@ -40205,7 +38402,7 @@ diff -urNp linux-2.6.38.6/fs/namei.c linux-2.6.38.6/fs/namei.c
        error = mnt_want_write(nd.path.mnt);
        if (error)
                goto out_dput;
-@@ -3072,6 +3206,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);
@@ -40214,7 +38411,7 @@ diff -urNp linux-2.6.38.6/fs/namei.c linux-2.6.38.6/fs/namei.c
  out_drop_write:
        mnt_drop_write(nd.path.mnt);
  out_dput:
-@@ -3164,6 +3300,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;
@@ -40235,7 +38432,7 @@ diff -urNp linux-2.6.38.6/fs/namei.c linux-2.6.38.6/fs/namei.c
        error = mnt_want_write(nd.path.mnt);
        if (error)
                goto out_dput;
-@@ -3171,6 +3321,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);
@@ -40244,7 +38441,7 @@ diff -urNp linux-2.6.38.6/fs/namei.c linux-2.6.38.6/fs/namei.c
  out_drop_write:
        mnt_drop_write(nd.path.mnt);
  out_dput:
-@@ -3348,6 +3500,8 @@ SYSCALL_DEFINE4(renameat, int, olddfd, c
+@@ -3113,6 +3256,8 @@ SYSCALL_DEFINE4(renameat, int, olddfd, c
        char *to;
        int error;
  
@@ -40253,7 +38450,7 @@ diff -urNp linux-2.6.38.6/fs/namei.c linux-2.6.38.6/fs/namei.c
        error = user_path_parent(olddfd, oldname, &oldnd, &from);
        if (error)
                goto exit;
-@@ -3404,6 +3558,12 @@ SYSCALL_DEFINE4(renameat, int, olddfd, c
+@@ -3169,6 +3314,12 @@ SYSCALL_DEFINE4(renameat, int, olddfd, c
        if (new_dentry == trap)
                goto exit5;
  
@@ -40266,7 +38463,7 @@ diff -urNp linux-2.6.38.6/fs/namei.c linux-2.6.38.6/fs/namei.c
        error = mnt_want_write(oldnd.path.mnt);
        if (error)
                goto exit5;
-@@ -3413,6 +3573,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);
@@ -40276,7 +38473,7 @@ diff -urNp linux-2.6.38.6/fs/namei.c linux-2.6.38.6/fs/namei.c
  exit6:
        mnt_drop_write(oldnd.path.mnt);
  exit5:
-@@ -3438,6 +3601,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)
  {
@@ -40285,7 +38482,7 @@ diff -urNp linux-2.6.38.6/fs/namei.c linux-2.6.38.6/fs/namei.c
        int len;
  
        len = PTR_ERR(link);
-@@ -3447,7 +3612,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;
@@ -40301,10 +38498,10 @@ diff -urNp linux-2.6.38.6/fs/namei.c linux-2.6.38.6/fs/namei.c
                len = -EFAULT;
  out:
        return len;
-diff -urNp linux-2.6.38.6/fs/namespace.c linux-2.6.38.6/fs/namespace.c
---- linux-2.6.38.6/fs/namespace.c      2011-04-18 17:27:16.000000000 -0400
-+++ linux-2.6.38.6/fs/namespace.c      2011-04-28 19:34:15.000000000 -0400
-@@ -1285,6 +1285,9 @@ static int do_umount(struct vfsmount *mn
+diff -urNp linux-3.0.3/fs/namespace.c linux-3.0.3/fs/namespace.c
+--- linux-3.0.3/fs/namespace.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);
                up_write(&sb->s_umount);
@@ -40314,7 +38511,7 @@ diff -urNp linux-2.6.38.6/fs/namespace.c linux-2.6.38.6/fs/namespace.c
                return retval;
        }
  
-@@ -1304,6 +1307,9 @@ static int do_umount(struct vfsmount *mn
+@@ -1347,6 +1350,9 @@ static int do_umount(struct vfsmount *mn
        br_write_unlock(vfsmount_lock);
        up_write(&namespace_sem);
        release_mounts(&umount_list);
@@ -40324,7 +38521,7 @@ diff -urNp linux-2.6.38.6/fs/namespace.c linux-2.6.38.6/fs/namespace.c
        return retval;
  }
  
-@@ -2241,6 +2247,16 @@ long do_mount(char *dev_name, char *dir_
+@@ -2338,6 +2344,16 @@ long do_mount(char *dev_name, char *dir_
                   MS_NOATIME | MS_NODIRATIME | MS_RELATIME| MS_KERNMOUNT |
                   MS_STRICTATIME);
  
@@ -40341,7 +38538,7 @@ diff -urNp linux-2.6.38.6/fs/namespace.c linux-2.6.38.6/fs/namespace.c
        if (flags & MS_REMOUNT)
                retval = do_remount(&path, flags & ~MS_REMOUNT, mnt_flags,
                                    data_page);
-@@ -2255,6 +2271,9 @@ long do_mount(char *dev_name, char *dir_
+@@ -2352,6 +2368,9 @@ long do_mount(char *dev_name, char *dir_
                                      dev_name, data_page);
  dput_out:
        path_put(&path);
@@ -40351,22 +38548,21 @@ diff -urNp linux-2.6.38.6/fs/namespace.c linux-2.6.38.6/fs/namespace.c
        return retval;
  }
  
-@@ -2480,6 +2499,12 @@ SYSCALL_DEFINE2(pivot_root, const char _
-               goto out1;
-       }
+@@ -2575,6 +2594,11 @@ SYSCALL_DEFINE2(pivot_root, const char _
+       if (error)
+               goto out2;
  
 +      if (gr_handle_chroot_pivot()) {
 +              error = -EPERM;
-+              path_put(&old);
-+              goto out1;
++              goto out2;
 +      }
 +
        get_fs_root(current->fs, &root);
-       down_write(&namespace_sem);
-       mutex_lock(&old.dentry->d_inode->i_mutex);
-diff -urNp linux-2.6.38.6/fs/ncpfs/dir.c linux-2.6.38.6/fs/ncpfs/dir.c
---- linux-2.6.38.6/fs/ncpfs/dir.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/ncpfs/dir.c      2011-05-16 21:47:09.000000000 -0400
+       error = lock_mount(&old);
+       if (error)
+diff -urNp linux-3.0.3/fs/ncpfs/dir.c linux-3.0.3/fs/ncpfs/dir.c
+--- linux-3.0.3/fs/ncpfs/dir.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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];
@@ -40403,7 +38599,7 @@ diff -urNp linux-2.6.38.6/fs/ncpfs/dir.c linux-2.6.38.6/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];
  
@@ -40412,22 +38608,31 @@ diff -urNp linux-2.6.38.6/fs/ncpfs/dir.c linux-2.6.38.6/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.38.6/fs/ncpfs/inode.c linux-2.6.38.6/fs/ncpfs/inode.c
---- linux-2.6.38.6/fs/ncpfs/inode.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/ncpfs/inode.c    2011-05-16 21:47:09.000000000 -0400
+diff -urNp linux-3.0.3/fs/ncpfs/inode.c linux-3.0.3/fs/ncpfs/inode.c
+--- linux-3.0.3/fs/ncpfs/inode.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.38.6/fs/nfs/inode.c linux-2.6.38.6/fs/nfs/inode.c
---- linux-2.6.38.6/fs/nfs/inode.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/nfs/inode.c      2011-04-28 19:34:15.000000000 -0400
-@@ -998,16 +998,16 @@ static int nfs_size_need_update(const st
+diff -urNp linux-3.0.3/fs/nfs/inode.c linux-3.0.3/fs/nfs/inode.c
+--- linux-3.0.3/fs/nfs/inode.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);
  }
  
@@ -40447,22 +38652,10 @@ diff -urNp linux-2.6.38.6/fs/nfs/inode.c linux-2.6.38.6/fs/nfs/inode.c
  }
  
  void nfs_fattr_init(struct nfs_fattr *fattr)
-diff -urNp linux-2.6.38.6/fs/nfsd/lockd.c linux-2.6.38.6/fs/nfsd/lockd.c
---- linux-2.6.38.6/fs/nfsd/lockd.c     2011-04-18 17:27:18.000000000 -0400
-+++ linux-2.6.38.6/fs/nfsd/lockd.c     2011-04-28 19:34:15.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.38.6/fs/nfsd/nfs4state.c linux-2.6.38.6/fs/nfsd/nfs4state.c
---- linux-2.6.38.6/fs/nfsd/nfs4state.c 2011-05-10 22:06:27.000000000 -0400
-+++ linux-2.6.38.6/fs/nfsd/nfs4state.c 2011-05-16 21:47:09.000000000 -0400
-@@ -3783,6 +3783,8 @@ nfsd4_lock(struct svc_rqst *rqstp, struc
+diff -urNp linux-3.0.3/fs/nfsd/nfs4state.c linux-3.0.3/fs/nfsd/nfs4state.c
+--- linux-3.0.3/fs/nfsd/nfs4state.c    2011-08-23 21:44:40.000000000 -0400
++++ linux-3.0.3/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;
  
@@ -40471,10 +38664,10 @@ diff -urNp linux-2.6.38.6/fs/nfsd/nfs4state.c linux-2.6.38.6/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.38.6/fs/nfsd/nfs4xdr.c linux-2.6.38.6/fs/nfsd/nfs4xdr.c
---- linux-2.6.38.6/fs/nfsd/nfs4xdr.c   2011-04-18 17:27:16.000000000 -0400
-+++ linux-2.6.38.6/fs/nfsd/nfs4xdr.c   2011-05-16 21:47:09.000000000 -0400
-@@ -1793,6 +1793,8 @@ nfsd4_encode_fattr(struct svc_fh *fhp, s
+diff -urNp linux-3.0.3/fs/nfsd/nfs4xdr.c linux-3.0.3/fs/nfsd/nfs4xdr.c
+--- linux-3.0.3/fs/nfsd/nfs4xdr.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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,
        };
  
@@ -40483,22 +38676,10 @@ diff -urNp linux-2.6.38.6/fs/nfsd/nfs4xdr.c linux-2.6.38.6/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.38.6/fs/nfsd/nfsctl.c linux-2.6.38.6/fs/nfsd/nfsctl.c
---- linux-2.6.38.6/fs/nfsd/nfsctl.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/nfsd/nfsctl.c    2011-04-28 19:34:15.000000000 -0400
-@@ -180,7 +180,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.38.6/fs/nfsd/vfs.c linux-2.6.38.6/fs/nfsd/vfs.c
---- linux-2.6.38.6/fs/nfsd/vfs.c       2011-05-10 22:06:29.000000000 -0400
-+++ linux-2.6.38.6/fs/nfsd/vfs.c       2011-05-10 22:08:57.000000000 -0400
-@@ -898,7 +898,7 @@ nfsd_vfs_read(struct svc_rqst *rqstp, st
+diff -urNp linux-3.0.3/fs/nfsd/vfs.c linux-3.0.3/fs/nfsd/vfs.c
+--- linux-3.0.3/fs/nfsd/vfs.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);
@@ -40507,7 +38688,7 @@ diff -urNp linux-2.6.38.6/fs/nfsd/vfs.c linux-2.6.38.6/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);
@@ -40516,7 +38697,7 @@ diff -urNp linux-2.6.38.6/fs/nfsd/vfs.c linux-2.6.38.6/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);
@@ -40525,21 +38706,22 @@ diff -urNp linux-2.6.38.6/fs/nfsd/vfs.c linux-2.6.38.6/fs/nfsd/vfs.c
        set_fs(oldfs);
  
        if (host_err < 0)
-diff -urNp linux-2.6.38.6/fs/notify/dnotify/dnotify.c linux-2.6.38.6/fs/notify/dnotify/dnotify.c
---- linux-2.6.38.6/fs/notify/dnotify/dnotify.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/notify/dnotify/dnotify.c 2011-04-28 19:34:15.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.38.6/fs/notify/notification.c linux-2.6.38.6/fs/notify/notification.c
---- linux-2.6.38.6/fs/notify/notification.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/notify/notification.c    2011-04-28 19:57:25.000000000 -0400
+diff -urNp linux-3.0.3/fs/notify/fanotify/fanotify_user.c linux-3.0.3/fs/notify/fanotify/fanotify_user.c
+--- linux-3.0.3/fs/notify/fanotify/fanotify_user.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
+       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.3/fs/notify/notification.c linux-3.0.3/fs/notify/notification.c
+--- linux-3.0.3/fs/notify/notification.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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'
   */
@@ -40558,9 +38740,9 @@ diff -urNp linux-2.6.38.6/fs/notify/notification.c linux-2.6.38.6/fs/notify/noti
  }
  EXPORT_SYMBOL_GPL(fsnotify_get_cookie);
  
-diff -urNp linux-2.6.38.6/fs/ntfs/dir.c linux-2.6.38.6/fs/ntfs/dir.c
---- linux-2.6.38.6/fs/ntfs/dir.c       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/ntfs/dir.c       2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/fs/ntfs/dir.c linux-3.0.3/fs/ntfs/dir.c
+--- linux-3.0.3/fs/ntfs/dir.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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)));
@@ -40570,9 +38752,9 @@ diff -urNp linux-2.6.38.6/fs/ntfs/dir.c linux-2.6.38.6/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.38.6/fs/ntfs/file.c linux-2.6.38.6/fs/ntfs/file.c
---- linux-2.6.38.6/fs/ntfs/file.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/ntfs/file.c      2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/fs/ntfs/file.c linux-3.0.3/fs/ntfs/file.c
+--- linux-3.0.3/fs/ntfs/file.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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 */
  };
@@ -40582,10 +38764,10 @@ diff -urNp linux-2.6.38.6/fs/ntfs/file.c linux-2.6.38.6/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.38.6/fs/ocfs2/localalloc.c linux-2.6.38.6/fs/ocfs2/localalloc.c
---- linux-2.6.38.6/fs/ocfs2/localalloc.c       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/ocfs2/localalloc.c       2011-04-28 19:34:15.000000000 -0400
-@@ -1307,7 +1307,7 @@ static int ocfs2_local_alloc_slide_windo
+diff -urNp linux-3.0.3/fs/ocfs2/localalloc.c linux-3.0.3/fs/ocfs2/localalloc.c
+--- linux-3.0.3/fs/ocfs2/localalloc.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
        }
  
@@ -40594,10 +38776,10 @@ diff -urNp linux-2.6.38.6/fs/ocfs2/localalloc.c linux-2.6.38.6/fs/ocfs2/localall
  
  bail:
        if (handle)
-diff -urNp linux-2.6.38.6/fs/ocfs2/namei.c linux-2.6.38.6/fs/ocfs2/namei.c
---- linux-2.6.38.6/fs/ocfs2/namei.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/ocfs2/namei.c    2011-05-16 21:47:09.000000000 -0400
-@@ -1064,6 +1064,8 @@ static int ocfs2_rename(struct inode *ol
+diff -urNp linux-3.0.3/fs/ocfs2/namei.c linux-3.0.3/fs/ocfs2/namei.c
+--- linux-3.0.3/fs/ocfs2/namei.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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, };
  
@@ -40606,10 +38788,10 @@ diff -urNp linux-2.6.38.6/fs/ocfs2/namei.c linux-2.6.38.6/fs/ocfs2/namei.c
        /* At some point it might be nice to break this function up a
         * bit. */
  
-diff -urNp linux-2.6.38.6/fs/ocfs2/ocfs2.h linux-2.6.38.6/fs/ocfs2/ocfs2.h
---- linux-2.6.38.6/fs/ocfs2/ocfs2.h    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/ocfs2/ocfs2.h    2011-04-28 19:34:15.000000000 -0400
-@@ -230,11 +230,11 @@ enum ocfs2_vol_state
+diff -urNp linux-3.0.3/fs/ocfs2/ocfs2.h linux-3.0.3/fs/ocfs2/ocfs2.h
+--- linux-3.0.3/fs/ocfs2/ocfs2.h       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/fs/ocfs2/ocfs2.h       2011-08-23 21:47:56.000000000 -0400
+@@ -235,11 +235,11 @@ enum ocfs2_vol_state
  
  struct ocfs2_alloc_stats
  {
@@ -40626,10 +38808,10 @@ diff -urNp linux-2.6.38.6/fs/ocfs2/ocfs2.h linux-2.6.38.6/fs/ocfs2/ocfs2.h
  };
  
  enum ocfs2_local_alloc_state
-diff -urNp linux-2.6.38.6/fs/ocfs2/suballoc.c linux-2.6.38.6/fs/ocfs2/suballoc.c
---- linux-2.6.38.6/fs/ocfs2/suballoc.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/ocfs2/suballoc.c 2011-05-11 18:34:57.000000000 -0400
-@@ -877,7 +877,7 @@ static int ocfs2_reserve_suballoc_bits(s
+diff -urNp linux-3.0.3/fs/ocfs2/suballoc.c linux-3.0.3/fs/ocfs2/suballoc.c
+--- linux-3.0.3/fs/ocfs2/suballoc.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
                }
@@ -40638,7 +38820,7 @@ diff -urNp linux-2.6.38.6/fs/ocfs2/suballoc.c linux-2.6.38.6/fs/ocfs2/suballoc.c
  
                /* You should never ask for this much metadata */
                BUG_ON(bits_wanted >
-@@ -2012,7 +2012,7 @@ int ocfs2_claim_metadata(handle_t *handl
+@@ -2008,7 +2008,7 @@ int ocfs2_claim_metadata(handle_t *handl
                mlog_errno(status);
                goto bail;
        }
@@ -40647,16 +38829,16 @@ diff -urNp linux-2.6.38.6/fs/ocfs2/suballoc.c linux-2.6.38.6/fs/ocfs2/suballoc.c
  
        *suballoc_loc = res.sr_bg_blkno;
        *suballoc_bit_start = res.sr_bit_offset;
-@@ -2175,7 +2175,7 @@ int ocfs2_claim_new_inode_at_loc(handle_
-       mlog(0, "Allocated %u bits from suballocator %llu\n", res->sr_bits,
-            (unsigned long long)di_blkno);
+@@ -2172,7 +2172,7 @@ int ocfs2_claim_new_inode_at_loc(handle_
+       trace_ocfs2_claim_new_inode_at_loc((unsigned long long)di_blkno,
+                                          res->sr_bits);
  
 -      atomic_inc(&OCFS2_SB(ac->ac_inode->i_sb)->alloc_stats.bg_allocs);
 +      atomic_inc_unchecked(&OCFS2_SB(ac->ac_inode->i_sb)->alloc_stats.bg_allocs);
  
        BUG_ON(res->sr_bits != 1);
  
-@@ -2219,7 +2219,7 @@ int ocfs2_claim_new_inode(handle_t *hand
+@@ -2214,7 +2214,7 @@ int ocfs2_claim_new_inode(handle_t *hand
                mlog_errno(status);
                goto bail;
        }
@@ -40665,7 +38847,7 @@ diff -urNp linux-2.6.38.6/fs/ocfs2/suballoc.c linux-2.6.38.6/fs/ocfs2/suballoc.c
  
        BUG_ON(res.sr_bits != 1);
  
-@@ -2324,7 +2324,7 @@ int __ocfs2_claim_clusters(handle_t *han
+@@ -2318,7 +2318,7 @@ int __ocfs2_claim_clusters(handle_t *han
                                                      cluster_start,
                                                      num_clusters);
                if (!status)
@@ -40674,7 +38856,7 @@ diff -urNp linux-2.6.38.6/fs/ocfs2/suballoc.c linux-2.6.38.6/fs/ocfs2/suballoc.c
        } else {
                if (min_clusters > (osb->bitmap_cpg - 1)) {
                        /* The only paths asking for contiguousness
-@@ -2350,7 +2350,7 @@ int __ocfs2_claim_clusters(handle_t *han
+@@ -2344,7 +2344,7 @@ int __ocfs2_claim_clusters(handle_t *han
                                ocfs2_desc_bitmap_to_cluster_off(ac->ac_inode,
                                                                 res.sr_bg_blkno,
                                                                 res.sr_bit_offset);
@@ -40683,10 +38865,10 @@ diff -urNp linux-2.6.38.6/fs/ocfs2/suballoc.c linux-2.6.38.6/fs/ocfs2/suballoc.c
                        *num_clusters = res.sr_bits;
                }
        }
-diff -urNp linux-2.6.38.6/fs/ocfs2/super.c linux-2.6.38.6/fs/ocfs2/super.c
---- linux-2.6.38.6/fs/ocfs2/super.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/ocfs2/super.c    2011-04-28 19:34:15.000000000 -0400
-@@ -297,11 +297,11 @@ static int ocfs2_osb_dump(struct ocfs2_s
+diff -urNp linux-3.0.3/fs/ocfs2/super.c linux-3.0.3/fs/ocfs2/super.c
+--- linux-3.0.3/fs/ocfs2/super.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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",
@@ -40703,7 +38885,7 @@ diff -urNp linux-2.6.38.6/fs/ocfs2/super.c linux-2.6.38.6/fs/ocfs2/super.c
  
        out += snprintf(buf + out, len - out,
                        "%10s => State: %u  Descriptor: %llu  Size: %u bits  "
-@@ -2141,11 +2141,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);
  
@@ -40720,10 +38902,10 @@ diff -urNp linux-2.6.38.6/fs/ocfs2/super.c linux-2.6.38.6/fs/ocfs2/super.c
  
        /* Copy the blockcheck stats from the superblock probe */
        osb->osb_ecc_stats = *stats;
-diff -urNp linux-2.6.38.6/fs/ocfs2/symlink.c linux-2.6.38.6/fs/ocfs2/symlink.c
---- linux-2.6.38.6/fs/ocfs2/symlink.c  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/ocfs2/symlink.c  2011-04-28 19:34:15.000000000 -0400
-@@ -148,7 +148,7 @@ bail:
+diff -urNp linux-3.0.3/fs/ocfs2/symlink.c linux-3.0.3/fs/ocfs2/symlink.c
+--- linux-3.0.3/fs/ocfs2/symlink.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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)
  {
@@ -40732,9 +38914,9 @@ diff -urNp linux-2.6.38.6/fs/ocfs2/symlink.c linux-2.6.38.6/fs/ocfs2/symlink.c
        if (!IS_ERR(link))
                kfree(link);
  }
-diff -urNp linux-2.6.38.6/fs/open.c linux-2.6.38.6/fs/open.c
---- linux-2.6.38.6/fs/open.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/open.c   2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/fs/open.c linux-3.0.3/fs/open.c
+--- linux-3.0.3/fs/open.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/fs/open.c      2011-08-23 21:48:14.000000000 -0400
 @@ -112,6 +112,10 @@ static long do_sys_truncate(const char _
        error = locks_verify_truncate(inode, NULL, length);
        if (!error)
@@ -40860,21 +39042,21 @@ diff -urNp linux-2.6.38.6/fs/open.c linux-2.6.38.6/fs/open.c
        newattrs.ia_valid =  ATTR_CTIME;
        if (user != (uid_t) -1) {
                newattrs.ia_valid |= ATTR_UID;
-@@ -898,7 +954,10 @@ long do_sys_open(int dfd, const char __u
+@@ -998,7 +1054,10 @@ long do_sys_open(int dfd, const char __u
        if (!IS_ERR(tmp)) {
                fd = get_unused_fd_flags(flags);
                if (fd >= 0) {
--                      struct file *f = do_filp_open(dfd, tmp, flags, mode, 0);
+-                      struct file *f = do_filp_open(dfd, tmp, &op, lookup);
 +                      struct file *f;
 +                      /* don't allow to be set by userland */
 +                      flags &= ~FMODE_GREXEC;
-+                      f = do_filp_open(dfd, tmp, flags, mode, 0);
++                      f = do_filp_open(dfd, tmp, &op, lookup);
                        if (IS_ERR(f)) {
                                put_unused_fd(fd);
                                fd = PTR_ERR(f);
-diff -urNp linux-2.6.38.6/fs/partitions/ldm.c linux-2.6.38.6/fs/partitions/ldm.c
---- linux-2.6.38.6/fs/partitions/ldm.c 2011-05-10 22:06:29.000000000 -0400
-+++ linux-2.6.38.6/fs/partitions/ldm.c 2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/fs/partitions/ldm.c linux-3.0.3/fs/partitions/ldm.c
+--- linux-3.0.3/fs/partitions/ldm.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -40892,9 +39074,9 @@ diff -urNp linux-2.6.38.6/fs/partitions/ldm.c linux-2.6.38.6/fs/partitions/ldm.c
        if (!f) {
                ldm_crit ("Out of memory.");
                return false;
-diff -urNp linux-2.6.38.6/fs/pipe.c linux-2.6.38.6/fs/pipe.c
---- linux-2.6.38.6/fs/pipe.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/pipe.c   2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/fs/pipe.c linux-3.0.3/fs/pipe.c
+--- linux-3.0.3/fs/pipe.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/fs/pipe.c      2011-08-23 21:48:14.000000000 -0400
 @@ -420,9 +420,9 @@ redo:
                }
                if (bufs)       /* More to do? */
@@ -41018,9 +39200,9 @@ diff -urNp linux-2.6.38.6/fs/pipe.c linux-2.6.38.6/fs/pipe.c
        inode->i_fop = &rdwr_pipefifo_fops;
  
        /*
-diff -urNp linux-2.6.38.6/fs/proc/array.c linux-2.6.38.6/fs/proc/array.c
---- linux-2.6.38.6/fs/proc/array.c     2011-04-18 17:27:16.000000000 -0400
-+++ linux-2.6.38.6/fs/proc/array.c     2011-05-16 21:47:08.000000000 -0400
+diff -urNp linux-3.0.3/fs/proc/array.c linux-3.0.3/fs/proc/array.c
+--- linux-3.0.3/fs/proc/array.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/fs/proc/array.c        2011-08-23 21:48:14.000000000 -0400
 @@ -60,6 +60,7 @@
  #include <linux/tty.h>
  #include <linux/string.h>
@@ -41052,8 +39234,8 @@ diff -urNp linux-2.6.38.6/fs/proc/array.c linux-2.6.38.6/fs/proc/array.c
                        struct pid *pid, struct task_struct *task)
  {
 @@ -354,9 +370,24 @@ int proc_pid_status(struct seq_file *m, 
+       task_cpus_allowed(m, task);
        cpuset_task_status_allowed(m, task);
-       task_vs_id(m, task);
        task_context_switch_counts(m, task);
 +
 +#if defined(CONFIG_PAX_NOEXEC) || defined(CONFIG_PAX_ASLR)
@@ -41144,10 +39326,10 @@ diff -urNp linux-2.6.38.6/fs/proc/array.c linux-2.6.38.6/fs/proc/array.c
 +      return sprintf(buffer, "%pI4\n", &curr_ip);
 +}
 +#endif
-diff -urNp linux-2.6.38.6/fs/proc/base.c linux-2.6.38.6/fs/proc/base.c
---- linux-2.6.38.6/fs/proc/base.c      2011-04-22 19:20:59.000000000 -0400
-+++ linux-2.6.38.6/fs/proc/base.c      2011-04-28 19:34:15.000000000 -0400
-@@ -104,6 +104,22 @@ struct pid_entry {
+diff -urNp linux-3.0.3/fs/proc/base.c linux-3.0.3/fs/proc/base.c
+--- linux-3.0.3/fs/proc/base.c 2011-08-23 21:44:40.000000000 -0400
++++ linux-3.0.3/fs/proc/base.c 2011-08-23 21:48:14.000000000 -0400
+@@ -107,6 +107,22 @@ struct pid_entry {
        union proc_op op;
  };
  
@@ -41170,17 +39352,17 @@ diff -urNp linux-2.6.38.6/fs/proc/base.c linux-2.6.38.6/fs/proc/base.c
  #define NOD(NAME, MODE, IOP, FOP, OP) {                       \
        .name = (NAME),                                 \
        .len  = sizeof(NAME) - 1,                       \
-@@ -203,6 +219,9 @@ static int check_mem_permission(struct t
+@@ -209,6 +225,9 @@ static struct mm_struct *__check_mem_per
        if (task == current)
-               return 0;
+               return mm;
  
 +      if (gr_handle_proc_ptrace(task) || gr_acl_handle_procpidmem(task))
-+              return -EPERM;
++              return ERR_PTR(-EPERM);
 +
        /*
         * If current is actively ptrace'ing, and would also be
         * permitted to freshly attach with ptrace now, permit it.
-@@ -250,6 +269,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 */
  
@@ -41190,7 +39372,7 @@ diff -urNp linux-2.6.38.6/fs/proc/base.c linux-2.6.38.6/fs/proc/base.c
        len = mm->arg_end - mm->arg_start;
   
        if (len > PAGE_SIZE)
-@@ -277,12 +299,28 @@ out:
+@@ -309,12 +331,28 @@ out:
        return res;
  }
  
@@ -41202,9 +39384,9 @@ diff -urNp linux-2.6.38.6/fs/proc/base.c linux-2.6.38.6/fs/proc/base.c
 +
  static int proc_pid_auxv(struct task_struct *task, char *buffer)
  {
-       int res = 0;
-       struct mm_struct *mm = get_task_mm(task);
-       if (mm) {
+       struct mm_struct *mm = mm_for_maps(task);
+       int res = PTR_ERR(mm);
+       if (mm && !IS_ERR(mm)) {
                unsigned int nwords = 0;
 +
 +#ifdef CONFIG_GRKERNSEC_PROC_MEMMAP
@@ -41219,7 +39401,7 @@ diff -urNp linux-2.6.38.6/fs/proc/base.c linux-2.6.38.6/fs/proc/base.c
                do {
                        nwords += 2;
                } while (mm->saved_auxv[nwords - 2] != 0); /* AT_NULL */
-@@ -296,7 +334,7 @@ static int proc_pid_auxv(struct task_str
+@@ -328,7 +366,7 @@ static int proc_pid_auxv(struct task_str
  }
  
  
@@ -41228,16 +39410,16 @@ diff -urNp linux-2.6.38.6/fs/proc/base.c linux-2.6.38.6/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.
-@@ -318,7 +356,7 @@ static int proc_pid_wchan(struct task_st
+@@ -367,7 +405,7 @@ static void unlock_trace(struct task_str
+       mutex_unlock(&task->signal->cred_guard_mutex);
  }
- #endif /* CONFIG_KALLSYMS */
  
 -#ifdef CONFIG_STACKTRACE
 +#if defined(CONFIG_STACKTRACE) && !defined(CONFIG_GRKERNSEC_HIDESYM)
  
  #define MAX_STACK_TRACE_DEPTH 64
  
-@@ -503,7 +541,7 @@ static int proc_pid_limits(struct task_s
+@@ -558,7 +596,7 @@ static int proc_pid_limits(struct task_s
        return count;
  }
  
@@ -41246,7 +39428,7 @@ diff -urNp linux-2.6.38.6/fs/proc/base.c linux-2.6.38.6/fs/proc/base.c
  static int proc_pid_syscall(struct task_struct *task, char *buffer)
  {
        long nr;
-@@ -528,7 +566,7 @@ static int proc_pid_syscall(struct task_
+@@ -587,7 +625,7 @@ static int proc_pid_syscall(struct task_
  /************************************************************************/
  
  /* permission checks */
@@ -41255,7 +39437,7 @@ diff -urNp linux-2.6.38.6/fs/proc/base.c linux-2.6.38.6/fs/proc/base.c
  {
        struct task_struct *task;
        int allowed = 0;
-@@ -538,7 +576,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) {
@@ -41267,17 +39449,17 @@ diff -urNp linux-2.6.38.6/fs/proc/base.c linux-2.6.38.6/fs/proc/base.c
                put_task_struct(task);
        }
        return allowed;
-@@ -917,6 +958,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;
  
 +      if (gr_acl_handle_procpidmem(task))
 +              goto out;
 +
-       if (!ptrace_may_access(task, PTRACE_MODE_READ))
-               goto out;
-@@ -1606,7 +1650,7 @@ static void *proc_pid_follow_link(struct
+       ret = -ENOMEM;
+       page = (char *)__get_free_page(GFP_TEMPORARY);
+       if (!page)
+@@ -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? */
@@ -41286,7 +39468,7 @@ diff -urNp linux-2.6.38.6/fs/proc/base.c linux-2.6.38.6/fs/proc/base.c
                goto out;
  
        error = PROC_I(inode)->op.proc_get_link(inode, &nd->path);
-@@ -1645,8 +1689,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? */
@@ -41307,7 +39489,7 @@ diff -urNp linux-2.6.38.6/fs/proc/base.c linux-2.6.38.6/fs/proc/base.c
  
        error = PROC_I(inode)->op.proc_get_link(inode, &path);
        if (error)
-@@ -1712,7 +1766,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;
@@ -41319,7 +39501,7 @@ diff -urNp linux-2.6.38.6/fs/proc/base.c linux-2.6.38.6/fs/proc/base.c
                rcu_read_unlock();
        }
        security_task_to_inode(task, inode);
-@@ -1730,6 +1788,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;
@@ -41329,7 +39511,7 @@ diff -urNp linux-2.6.38.6/fs/proc/base.c linux-2.6.38.6/fs/proc/base.c
  
        generic_fillattr(inode, stat);
  
-@@ -1737,12 +1798,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);
@@ -41346,7 +39528,7 @@ diff -urNp linux-2.6.38.6/fs/proc/base.c linux-2.6.38.6/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
@@ -41363,9 +39545,16 @@ diff -urNp linux-2.6.38.6/fs/proc/base.c linux-2.6.38.6/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();
-@@ -1780,11 +1863,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)) ||
@@ -41386,7 +39575,7 @@ diff -urNp linux-2.6.38.6/fs/proc/base.c linux-2.6.38.6/fs/proc/base.c
                        rcu_read_unlock();
                } else {
                        inode->i_uid = 0;
-@@ -1905,7 +1997,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) {
@@ -41396,16 +39585,12 @@ diff -urNp linux-2.6.38.6/fs/proc/base.c linux-2.6.38.6/fs/proc/base.c
                put_task_struct(task);
        }
        if (files) {
-@@ -2165,15 +2258,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;
 +
@@ -41424,7 +39609,7 @@ diff -urNp linux-2.6.38.6/fs/proc/base.c linux-2.6.38.6/fs/proc/base.c
        return rv;
  }
  
-@@ -2283,6 +2386,9 @@ static struct dentry *proc_pident_lookup
+@@ -2283,6 +2392,9 @@ static struct dentry *proc_pident_lookup
        if (!task)
                goto out_no_task;
  
@@ -41434,7 +39619,7 @@ diff -urNp linux-2.6.38.6/fs/proc/base.c linux-2.6.38.6/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.
-@@ -2327,6 +2433,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;
  
@@ -41444,7 +39629,7 @@ diff -urNp linux-2.6.38.6/fs/proc/base.c linux-2.6.38.6/fs/proc/base.c
        ret = 0;
        i = filp->f_pos;
        switch (i) {
-@@ -2597,7 +2706,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)
  {
@@ -41453,16 +39638,16 @@ diff -urNp linux-2.6.38.6/fs/proc/base.c linux-2.6.38.6/fs/proc/base.c
        if (!IS_ERR(s))
                __putname(s);
  }
-@@ -2777,7 +2886,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),
 -#ifdef CONFIG_HAVE_ARCH_TRACEHOOK
 +#if defined(CONFIG_HAVE_ARCH_TRACEHOOK) && !defined(CONFIG_GRKERNSEC_PROC_MEMMAP)
-       INF("syscall",    S_IRUSR, proc_pid_syscall),
+       INF("syscall",    S_IRUGO, proc_pid_syscall),
  #endif
        INF("cmdline",    S_IRUGO, proc_pid_cmdline),
-@@ -2802,10 +2911,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
@@ -41472,11 +39657,11 @@ diff -urNp linux-2.6.38.6/fs/proc/base.c linux-2.6.38.6/fs/proc/base.c
  #endif
 -#ifdef CONFIG_STACKTRACE
 +#if defined(CONFIG_STACKTRACE) && !defined(CONFIG_GRKERNSEC_HIDESYM)
-       ONE("stack",      S_IRUSR, proc_pid_stack),
+       ONE("stack",      S_IRUGO, proc_pid_stack),
  #endif
  #ifdef CONFIG_SCHEDSTATS
-@@ -2836,6 +2945,9 @@ static const struct pid_entry tgid_base_
-       INF("io",       S_IRUGO, proc_tgid_io_accounting),
+@@ -2857,6 +2972,9 @@ static const struct pid_entry tgid_base_
+       INF("hardwall",   S_IRUGO, proc_pid_hardwall),
  #endif
        ONE("nsproxy",  S_IRUGO, proc_pid_nsproxy),
 +#ifdef CONFIG_GRKERNSEC_PROC_IPADDR
@@ -41485,7 +39670,7 @@ diff -urNp linux-2.6.38.6/fs/proc/base.c linux-2.6.38.6/fs/proc/base.c
  };
  
  static int proc_tgid_base_readdir(struct file * filp,
-@@ -2961,7 +3073,14 @@ static struct dentry *proc_pid_instantia
+@@ -2982,7 +3100,14 @@ static struct dentry *proc_pid_instantia
        if (!inode)
                goto out;
  
@@ -41500,7 +39685,7 @@ diff -urNp linux-2.6.38.6/fs/proc/base.c linux-2.6.38.6/fs/proc/base.c
        inode->i_op = &proc_tgid_base_inode_operations;
        inode->i_fop = &proc_tgid_base_operations;
        inode->i_flags|=S_IMMUTABLE;
-@@ -3003,7 +3122,11 @@ struct dentry *proc_pid_lookup(struct in
+@@ -3024,7 +3149,11 @@ struct dentry *proc_pid_lookup(struct in
        if (!task)
                goto out;
  
@@ -41512,7 +39697,7 @@ diff -urNp linux-2.6.38.6/fs/proc/base.c linux-2.6.38.6/fs/proc/base.c
        put_task_struct(task);
  out:
        return result;
-@@ -3068,6 +3191,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;
@@ -41524,7 +39709,7 @@ diff -urNp linux-2.6.38.6/fs/proc/base.c linux-2.6.38.6/fs/proc/base.c
        struct tgid_iter iter;
        struct pid_namespace *ns;
  
-@@ -3091,8 +3219,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)) {
@@ -41553,16 +39738,16 @@ diff -urNp linux-2.6.38.6/fs/proc/base.c linux-2.6.38.6/fs/proc/base.c
 -              if (proc_pid_fill_cache(filp, dirent, filldir, iter) < 0) {
 +              if (proc_pid_fill_cache(filp, dirent, __filldir, iter) < 0) {
                        put_task_struct(iter.task);
-@@ -3119,7 +3266,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),
 -#ifdef CONFIG_HAVE_ARCH_TRACEHOOK
 +#if defined(CONFIG_HAVE_ARCH_TRACEHOOK) && !defined(CONFIG_GRKERNSEC_PROC_MEMMAP)
-       INF("syscall",   S_IRUSR, proc_pid_syscall),
+       INF("syscall",   S_IRUGO, proc_pid_syscall),
  #endif
        INF("cmdline",   S_IRUGO, proc_pid_cmdline),
-@@ -3143,10 +3290,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
@@ -41572,12 +39757,12 @@ diff -urNp linux-2.6.38.6/fs/proc/base.c linux-2.6.38.6/fs/proc/base.c
  #endif
 -#ifdef CONFIG_STACKTRACE
 +#if defined(CONFIG_STACKTRACE) && !defined(CONFIG_GRKERNSEC_HIDESYM)
-       ONE("stack",      S_IRUSR, proc_pid_stack),
+       ONE("stack",      S_IRUGO, proc_pid_stack),
  #endif
  #ifdef CONFIG_SCHEDSTATS
-diff -urNp linux-2.6.38.6/fs/proc/cmdline.c linux-2.6.38.6/fs/proc/cmdline.c
---- linux-2.6.38.6/fs/proc/cmdline.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/proc/cmdline.c   2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/fs/proc/cmdline.c linux-3.0.3/fs/proc/cmdline.c
+--- linux-3.0.3/fs/proc/cmdline.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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)
@@ -41590,9 +39775,9 @@ diff -urNp linux-2.6.38.6/fs/proc/cmdline.c linux-2.6.38.6/fs/proc/cmdline.c
        return 0;
  }
  module_init(proc_cmdline_init);
-diff -urNp linux-2.6.38.6/fs/proc/devices.c linux-2.6.38.6/fs/proc/devices.c
---- linux-2.6.38.6/fs/proc/devices.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/proc/devices.c   2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/fs/proc/devices.c linux-3.0.3/fs/proc/devices.c
+--- linux-3.0.3/fs/proc/devices.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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)
@@ -41605,10 +39790,10 @@ diff -urNp linux-2.6.38.6/fs/proc/devices.c linux-2.6.38.6/fs/proc/devices.c
        return 0;
  }
  module_init(proc_devices_init);
-diff -urNp linux-2.6.38.6/fs/proc/inode.c linux-2.6.38.6/fs/proc/inode.c
---- linux-2.6.38.6/fs/proc/inode.c     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/proc/inode.c     2011-04-28 19:34:15.000000000 -0400
-@@ -435,7 +435,11 @@ struct inode *proc_get_inode(struct supe
+diff -urNp linux-3.0.3/fs/proc/inode.c linux-3.0.3/fs/proc/inode.c
+--- linux-3.0.3/fs/proc/inode.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -41620,22 +39805,22 @@ diff -urNp linux-2.6.38.6/fs/proc/inode.c linux-2.6.38.6/fs/proc/inode.c
                }
                if (de->size)
                        inode->i_size = de->size;
-diff -urNp linux-2.6.38.6/fs/proc/internal.h linux-2.6.38.6/fs/proc/internal.h
---- linux-2.6.38.6/fs/proc/internal.h  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/proc/internal.h  2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/fs/proc/internal.h linux-3.0.3/fs/proc/internal.h
+--- linux-3.0.3/fs/proc/internal.h     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/fs/proc/internal.h     2011-08-23 21:48:14.000000000 -0400
 @@ -51,6 +51,9 @@ extern int proc_pid_status(struct seq_fi
- extern int proc_pid_nsproxy(struct seq_file *m, struct pid_namespace *ns,
                                struct pid *pid, struct task_struct *task);
+ extern int proc_pid_statm(struct seq_file *m, struct pid_namespace *ns,
+                               struct pid *pid, struct task_struct *task);
 +#ifdef CONFIG_GRKERNSEC_PROC_IPADDR
 +extern int proc_pid_ipaddr(struct task_struct *task, char *buffer);
 +#endif
- extern loff_t mem_lseek(struct file *file, loff_t offset, int orig);
+ extern int proc_pid_nsproxy(struct seq_file *m, struct pid_namespace *ns,
+                               struct pid *pid, struct task_struct *task);
  
- extern const struct file_operations proc_maps_operations;
-diff -urNp linux-2.6.38.6/fs/proc/Kconfig linux-2.6.38.6/fs/proc/Kconfig
---- linux-2.6.38.6/fs/proc/Kconfig     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/proc/Kconfig     2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/fs/proc/Kconfig linux-3.0.3/fs/proc/Kconfig
+--- linux-3.0.3/fs/proc/Kconfig        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/fs/proc/Kconfig        2011-08-23 21:48:14.000000000 -0400
 @@ -30,12 +30,12 @@ config PROC_FS
  
  config PROC_KCORE
@@ -41663,9 +39848,9 @@ diff -urNp linux-2.6.38.6/fs/proc/Kconfig linux-2.6.38.6/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.38.6/fs/proc/kcore.c linux-2.6.38.6/fs/proc/kcore.c
---- linux-2.6.38.6/fs/proc/kcore.c     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/proc/kcore.c     2011-05-16 21:47:08.000000000 -0400
+diff -urNp linux-3.0.3/fs/proc/kcore.c linux-3.0.3/fs/proc/kcore.c
+--- linux-3.0.3/fs/proc/kcore.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -41733,9 +39918,9 @@ diff -urNp linux-2.6.38.6/fs/proc/kcore.c linux-2.6.38.6/fs/proc/kcore.c
        if (!capable(CAP_SYS_RAWIO))
                return -EPERM;
        if (kcore_need_update)
-diff -urNp linux-2.6.38.6/fs/proc/meminfo.c linux-2.6.38.6/fs/proc/meminfo.c
---- linux-2.6.38.6/fs/proc/meminfo.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/proc/meminfo.c   2011-05-16 21:47:08.000000000 -0400
+diff -urNp linux-3.0.3/fs/proc/meminfo.c linux-3.0.3/fs/proc/meminfo.c
+--- linux-3.0.3/fs/proc/meminfo.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -41754,9 +39939,9 @@ diff -urNp linux-2.6.38.6/fs/proc/meminfo.c linux-2.6.38.6/fs/proc/meminfo.c
  #endif
  #ifdef CONFIG_TRANSPARENT_HUGEPAGE
                ,K(global_page_state(NR_ANON_TRANSPARENT_HUGEPAGES) *
-diff -urNp linux-2.6.38.6/fs/proc/nommu.c linux-2.6.38.6/fs/proc/nommu.c
---- linux-2.6.38.6/fs/proc/nommu.c     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/proc/nommu.c     2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/fs/proc/nommu.c linux-3.0.3/fs/proc/nommu.c
+--- linux-3.0.3/fs/proc/nommu.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -41766,9 +39951,9 @@ diff -urNp linux-2.6.38.6/fs/proc/nommu.c linux-2.6.38.6/fs/proc/nommu.c
        }
  
        seq_putc(m, '\n');
-diff -urNp linux-2.6.38.6/fs/proc/proc_net.c linux-2.6.38.6/fs/proc/proc_net.c
---- linux-2.6.38.6/fs/proc/proc_net.c  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/proc/proc_net.c  2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/fs/proc/proc_net.c linux-3.0.3/fs/proc/proc_net.c
+--- linux-3.0.3/fs/proc/proc_net.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -41787,9 +39972,9 @@ diff -urNp linux-2.6.38.6/fs/proc/proc_net.c linux-2.6.38.6/fs/proc/proc_net.c
  
        rcu_read_lock();
        task = pid_task(proc_pid(dir), PIDTYPE_PID);
-diff -urNp linux-2.6.38.6/fs/proc/proc_sysctl.c linux-2.6.38.6/fs/proc/proc_sysctl.c
---- linux-2.6.38.6/fs/proc/proc_sysctl.c       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/proc/proc_sysctl.c       2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/fs/proc/proc_sysctl.c linux-3.0.3/fs/proc/proc_sysctl.c
+--- linux-3.0.3/fs/proc/proc_sysctl.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/fs/proc/proc_sysctl.c  2011-08-23 21:48:14.000000000 -0400
 @@ -8,6 +8,8 @@
  #include <linux/namei.h>
  #include "internal.h"
@@ -41799,7 +39984,7 @@ diff -urNp linux-2.6.38.6/fs/proc/proc_sysctl.c linux-2.6.38.6/fs/proc/proc_sysc
  static const struct dentry_operations proc_sys_dentry_operations;
  static const struct file_operations proc_sys_file_operations;
  static const struct inode_operations proc_sys_inode_operations;
-@@ -112,6 +114,9 @@ static struct dentry *proc_sys_lookup(st
+@@ -111,6 +113,9 @@ static struct dentry *proc_sys_lookup(st
        if (!p)
                goto out;
  
@@ -41809,7 +39994,7 @@ diff -urNp linux-2.6.38.6/fs/proc/proc_sysctl.c linux-2.6.38.6/fs/proc/proc_sysc
        err = ERR_PTR(-ENOMEM);
        inode = proc_sys_make_inode(dir->i_sb, h ? h : head, p);
        if (h)
-@@ -231,6 +236,9 @@ static int scan(struct ctl_table_header 
+@@ -230,6 +235,9 @@ static int scan(struct ctl_table_header 
                if (*pos < file->f_pos)
                        continue;
  
@@ -41819,7 +40004,7 @@ diff -urNp linux-2.6.38.6/fs/proc/proc_sysctl.c linux-2.6.38.6/fs/proc/proc_sysc
                res = proc_sys_fill_cache(file, dirent, filldir, head, table);
                if (res)
                        return res;
-@@ -359,6 +367,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);
  
@@ -41829,10 +40014,10 @@ diff -urNp linux-2.6.38.6/fs/proc/proc_sysctl.c linux-2.6.38.6/fs/proc/proc_sysc
        generic_fillattr(inode, stat);
        if (table)
                stat->mode = (stat->mode & S_IFMT) | table->mode;
-diff -urNp linux-2.6.38.6/fs/proc/root.c linux-2.6.38.6/fs/proc/root.c
---- linux-2.6.38.6/fs/proc/root.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/proc/root.c      2011-04-28 19:34:15.000000000 -0400
-@@ -132,7 +132,15 @@ void __init proc_root_init(void)
+diff -urNp linux-3.0.3/fs/proc/root.c linux-3.0.3/fs/proc/root.c
+--- linux-3.0.3/fs/proc/root.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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
@@ -41848,10 +40033,10 @@ diff -urNp linux-2.6.38.6/fs/proc/root.c linux-2.6.38.6/fs/proc/root.c
        proc_sys_init();
  }
  
-diff -urNp linux-2.6.38.6/fs/proc/task_mmu.c linux-2.6.38.6/fs/proc/task_mmu.c
---- linux-2.6.38.6/fs/proc/task_mmu.c  2011-04-18 17:27:16.000000000 -0400
-+++ linux-2.6.38.6/fs/proc/task_mmu.c  2011-04-28 19:34:15.000000000 -0400
-@@ -49,8 +49,13 @@ void task_mem(struct seq_file *m, struct
+diff -urNp linux-3.0.3/fs/proc/task_mmu.c linux-3.0.3/fs/proc/task_mmu.c
+--- linux-3.0.3/fs/proc/task_mmu.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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"
                "VmPTE:\t%8lu kB\n"
@@ -41867,7 +40052,7 @@ diff -urNp linux-2.6.38.6/fs/proc/task_mmu.c linux-2.6.38.6/fs/proc/task_mmu.c
                (total_vm - mm->reserved_vm) << (PAGE_SHIFT-10),
                mm->locked_vm << (PAGE_SHIFT-10),
                hiwater_rss << (PAGE_SHIFT-10),
-@@ -58,7 +63,13 @@ void task_mem(struct seq_file *m, struct
+@@ -60,7 +65,13 @@ void task_mem(struct seq_file *m, struct
                data << (PAGE_SHIFT-10),
                mm->stack_vm << (PAGE_SHIFT-10), text, lib,
                (PTRS_PER_PTE*sizeof(pte_t)*mm->nr_ptes) >> 10,
@@ -41882,17 +40067,7 @@ diff -urNp linux-2.6.38.6/fs/proc/task_mmu.c linux-2.6.38.6/fs/proc/task_mmu.c
  }
  
  unsigned long task_vsize(struct mm_struct *mm)
-@@ -180,7 +191,8 @@ static void m_stop(struct seq_file *m, v
-       struct proc_maps_private *priv = m->private;
-       struct vm_area_struct *vma = v;
--      vma_stop(priv, vma);
-+      if (!IS_ERR(vma))
-+              vma_stop(priv, vma);
-       if (priv->task)
-               put_task_struct(priv->task);
- }
-@@ -204,6 +216,12 @@ static int do_maps_open(struct inode *in
+@@ -207,6 +218,12 @@ static int do_maps_open(struct inode *in
        return ret;
  }
  
@@ -41905,34 +40080,26 @@ diff -urNp linux-2.6.38.6/fs/proc/task_mmu.c linux-2.6.38.6/fs/proc/task_mmu.c
  static void show_map_vma(struct seq_file *m, struct vm_area_struct *vma)
  {
        struct mm_struct *mm = vma->vm_mm;
-@@ -211,7 +229,6 @@ static void show_map_vma(struct seq_file
-       int flags = vma->vm_flags;
-       unsigned long ino = 0;
-       unsigned long long pgoff = 0;
--      unsigned long start;
-       dev_t dev = 0;
-       int len;
-@@ -222,20 +239,23 @@ static void show_map_vma(struct seq_file
+@@ -225,13 +242,13 @@ static void show_map_vma(struct seq_file
                pgoff = ((loff_t)vma->vm_pgoff) << PAGE_SHIFT;
        }
  
 -      /* We don't show the stack guard page in /proc/maps */
--      start = vma->vm_start;
--      if (vma->vm_flags & VM_GROWSDOWN)
--              if (!vma_stack_continue(vma->vm_prev, vma->vm_start))
--                      start += PAGE_SIZE;
--
-       seq_printf(m, "%08lx-%08lx %c%c%c%c %08llx %02x:%02x %lu %n",
--                      start,
 +#ifdef CONFIG_GRKERNSEC_PROC_MEMMAP
-+                      PAX_RAND_FLAGS(mm) ? 0UL : vma->vm_start,
-+                      PAX_RAND_FLAGS(mm) ? 0UL : vma->vm_end,
++      start = PAX_RAND_FLAGS(mm) ? 0UL : vma->vm_start;
++      end = PAX_RAND_FLAGS(mm) ? 0UL : vma->vm_end;
 +#else
-+                      vma->vm_start,
-                       vma->vm_end,
+       start = vma->vm_start;
+-      if (stack_guard_page_start(vma, start))
+-              start += PAGE_SIZE;
+       end = vma->vm_end;
+-      if (stack_guard_page_end(vma, end))
+-              end -= PAGE_SIZE;
 +#endif
-                       flags & VM_READ ? 'r' : '-',
+       seq_printf(m, "%08lx-%08lx %c%c%c%c %08llx %02x:%02x %lu %n",
+                       start,
+@@ -240,7 +257,11 @@ static void show_map_vma(struct seq_file
                        flags & VM_WRITE ? 'w' : '-',
                        flags & VM_EXEC ? 'x' : '-',
                        flags & VM_MAYSHARE ? 's' : 'p',
@@ -41944,7 +40111,7 @@ diff -urNp linux-2.6.38.6/fs/proc/task_mmu.c linux-2.6.38.6/fs/proc/task_mmu.c
                        MAJOR(dev), MINOR(dev), ino, &len);
  
        /*
-@@ -244,16 +264,16 @@ static void show_map_vma(struct seq_file
+@@ -249,7 +270,7 @@ static void show_map_vma(struct seq_file
         */
        if (file) {
                pad_len_spaces(m, len);
@@ -41953,10 +40120,9 @@ diff -urNp linux-2.6.38.6/fs/proc/task_mmu.c linux-2.6.38.6/fs/proc/task_mmu.c
        } else {
                const char *name = arch_vma_name(vma);
                if (!name) {
-                       if (mm) {
--                              if (vma->vm_start <= mm->brk &&
--                                              vma->vm_end >= mm->start_brk) {
-+                              if (vma->vm_start <= mm->brk && vma->vm_end >= mm->start_brk) {
+@@ -257,8 +278,9 @@ static void show_map_vma(struct seq_file
+                               if (vma->vm_start <= mm->brk &&
+                                               vma->vm_end >= mm->start_brk) {
                                        name = "[heap]";
 -                              } else if (vma->vm_start <= mm->start_stack &&
 -                                         vma->vm_end >= mm->start_stack) {
@@ -41966,7 +40132,7 @@ diff -urNp linux-2.6.38.6/fs/proc/task_mmu.c linux-2.6.38.6/fs/proc/task_mmu.c
                                        name = "[stack]";
                                }
                        } else {
-@@ -399,11 +419,16 @@ static int show_smap(struct seq_file *m,
+@@ -433,11 +455,16 @@ static int show_smap(struct seq_file *m,
        };
  
        memset(&mss, 0, sizeof mss);
@@ -41988,7 +40154,7 @@ diff -urNp linux-2.6.38.6/fs/proc/task_mmu.c linux-2.6.38.6/fs/proc/task_mmu.c
        show_map_vma(m, vma);
  
        seq_printf(m,
-@@ -420,7 +445,11 @@ static int show_smap(struct seq_file *m,
+@@ -455,7 +482,11 @@ static int show_smap(struct seq_file *m,
                   "KernelPageSize: %8lu kB\n"
                   "MMUPageSize:    %8lu kB\n"
                   "Locked:         %8lu kB\n",
@@ -42000,9 +40166,18 @@ diff -urNp linux-2.6.38.6/fs/proc/task_mmu.c linux-2.6.38.6/fs/proc/task_mmu.c
                   mss.resident >> 10,
                   (unsigned long)(mss.pss >> (10 + PSS_SHIFT)),
                   mss.shared_clean  >> 10,
-diff -urNp linux-2.6.38.6/fs/proc/task_nommu.c linux-2.6.38.6/fs/proc/task_nommu.c
---- linux-2.6.38.6/fs/proc/task_nommu.c        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/proc/task_nommu.c        2011-04-28 19:34:15.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.3/fs/proc/task_nommu.c linux-3.0.3/fs/proc/task_nommu.c
+--- linux-3.0.3/fs/proc/task_nommu.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);
@@ -42021,9 +40196,9 @@ diff -urNp linux-2.6.38.6/fs/proc/task_nommu.c linux-2.6.38.6/fs/proc/task_nommu
        } else if (mm) {
                if (vma->vm_start <= mm->start_stack &&
                        vma->vm_end >= mm->start_stack) {
-diff -urNp linux-2.6.38.6/fs/quota/netlink.c linux-2.6.38.6/fs/quota/netlink.c
---- linux-2.6.38.6/fs/quota/netlink.c  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/quota/netlink.c  2011-04-28 19:57:25.000000000 -0400
+diff -urNp linux-3.0.3/fs/quota/netlink.c linux-3.0.3/fs/quota/netlink.c
+--- linux-3.0.3/fs/quota/netlink.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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)
@@ -42042,9 +40217,9 @@ diff -urNp linux-2.6.38.6/fs/quota/netlink.c linux-2.6.38.6/fs/quota/netlink.c
                        &quota_genl_family, 0, QUOTA_NL_C_WARNING);
        if (!msg_head) {
                printk(KERN_ERR
-diff -urNp linux-2.6.38.6/fs/readdir.c linux-2.6.38.6/fs/readdir.c
---- linux-2.6.38.6/fs/readdir.c        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/readdir.c        2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/fs/readdir.c linux-3.0.3/fs/readdir.c
+--- linux-3.0.3/fs/readdir.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/fs/readdir.c   2011-08-23 21:48:14.000000000 -0400
 @@ -17,6 +17,7 @@
  #include <linux/security.h>
  #include <linux/syscalls.h>
@@ -42134,9 +40309,9 @@ diff -urNp linux-2.6.38.6/fs/readdir.c linux-2.6.38.6/fs/readdir.c
        buf.count = count;
        buf.error = 0;
  
-diff -urNp linux-2.6.38.6/fs/reiserfs/dir.c linux-2.6.38.6/fs/reiserfs/dir.c
---- linux-2.6.38.6/fs/reiserfs/dir.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/reiserfs/dir.c   2011-05-16 21:47:09.000000000 -0400
+diff -urNp linux-3.0.3/fs/reiserfs/dir.c linux-3.0.3/fs/reiserfs/dir.c
+--- linux-3.0.3/fs/reiserfs/dir.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -42146,9 +40321,9 @@ diff -urNp linux-2.6.38.6/fs/reiserfs/dir.c linux-2.6.38.6/fs/reiserfs/dir.c
        reiserfs_write_lock(inode->i_sb);
  
        reiserfs_check_lock_depth(inode->i_sb, "readdir");
-diff -urNp linux-2.6.38.6/fs/reiserfs/do_balan.c linux-2.6.38.6/fs/reiserfs/do_balan.c
---- linux-2.6.38.6/fs/reiserfs/do_balan.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/reiserfs/do_balan.c      2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/fs/reiserfs/do_balan.c linux-3.0.3/fs/reiserfs/do_balan.c
+--- linux-3.0.3/fs/reiserfs/do_balan.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
        }
@@ -42158,66 +40333,9 @@ diff -urNp linux-2.6.38.6/fs/reiserfs/do_balan.c linux-2.6.38.6/fs/reiserfs/do_b
        do_balance_starts(tb);
  
        /* balance leaf returns 0 except if combining L R and S into
-diff -urNp linux-2.6.38.6/fs/reiserfs/item_ops.c linux-2.6.38.6/fs/reiserfs/item_ops.c
---- linux-2.6.38.6/fs/reiserfs/item_ops.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/reiserfs/item_ops.c      2011-04-28 19:34:15.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.38.6/fs/reiserfs/journal.c linux-2.6.38.6/fs/reiserfs/journal.c
---- linux-2.6.38.6/fs/reiserfs/journal.c       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/reiserfs/journal.c       2011-05-16 21:47:09.000000000 -0400
+diff -urNp linux-3.0.3/fs/reiserfs/journal.c linux-3.0.3/fs/reiserfs/journal.c
+--- linux-3.0.3/fs/reiserfs/journal.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -42227,10 +40345,10 @@ diff -urNp linux-2.6.38.6/fs/reiserfs/journal.c linux-2.6.38.6/fs/reiserfs/journ
        bh = __getblk(dev, block, bufsize);
        if (buffer_uptodate(bh))
                return (bh);
-diff -urNp linux-2.6.38.6/fs/reiserfs/namei.c linux-2.6.38.6/fs/reiserfs/namei.c
---- linux-2.6.38.6/fs/reiserfs/namei.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/reiserfs/namei.c 2011-05-16 21:47:09.000000000 -0400
-@@ -1228,6 +1228,8 @@ static int reiserfs_rename(struct inode 
+diff -urNp linux-3.0.3/fs/reiserfs/namei.c linux-3.0.3/fs/reiserfs/namei.c
+--- linux-3.0.3/fs/reiserfs/namei.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
  
@@ -42239,9 +40357,9 @@ diff -urNp linux-2.6.38.6/fs/reiserfs/namei.c linux-2.6.38.6/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.38.6/fs/reiserfs/procfs.c linux-2.6.38.6/fs/reiserfs/procfs.c
---- linux-2.6.38.6/fs/reiserfs/procfs.c        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/reiserfs/procfs.c        2011-05-16 21:47:08.000000000 -0400
+diff -urNp linux-3.0.3/fs/reiserfs/procfs.c linux-3.0.3/fs/reiserfs/procfs.c
+--- linux-3.0.3/fs/reiserfs/procfs.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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 " : "",
@@ -42260,9 +40378,9 @@ diff -urNp linux-2.6.38.6/fs/reiserfs/procfs.c linux-2.6.38.6/fs/reiserfs/procfs
        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.38.6/fs/reiserfs/stree.c linux-2.6.38.6/fs/reiserfs/stree.c
---- linux-2.6.38.6/fs/reiserfs/stree.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/reiserfs/stree.c 2011-05-16 21:47:09.000000000 -0400
+diff -urNp linux-3.0.3/fs/reiserfs/stree.c linux-3.0.3/fs/reiserfs/stree.c
+--- linux-3.0.3/fs/reiserfs/stree.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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
@@ -42308,9 +40426,9 @@ diff -urNp linux-2.6.38.6/fs/reiserfs/stree.c linux-2.6.38.6/fs/reiserfs/stree.c
        BUG_ON(!th->t_trans_id);
  
        if (inode) {            /* Do we count quotas for item? */
-diff -urNp linux-2.6.38.6/fs/reiserfs/super.c linux-2.6.38.6/fs/reiserfs/super.c
---- linux-2.6.38.6/fs/reiserfs/super.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/reiserfs/super.c 2011-05-16 21:47:09.000000000 -0400
+diff -urNp linux-3.0.3/fs/reiserfs/super.c linux-3.0.3/fs/reiserfs/super.c
+--- linux-3.0.3/fs/reiserfs/super.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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}
        };
@@ -42320,9 +40438,9 @@ diff -urNp linux-2.6.38.6/fs/reiserfs/super.c linux-2.6.38.6/fs/reiserfs/super.c
        *blocks = 0;
        if (!options || !*options)
                /* use default configuration: create tails, journaling on, no
-diff -urNp linux-2.6.38.6/fs/select.c linux-2.6.38.6/fs/select.c
---- linux-2.6.38.6/fs/select.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/select.c 2011-05-16 21:47:08.000000000 -0400
+diff -urNp linux-3.0.3/fs/select.c linux-3.0.3/fs/select.c
+--- linux-3.0.3/fs/select.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/fs/select.c    2011-08-23 21:48:14.000000000 -0400
 @@ -20,6 +20,7 @@
  #include <linux/module.h>
  #include <linux/slab.h>
@@ -42340,7 +40458,7 @@ diff -urNp linux-2.6.38.6/fs/select.c linux-2.6.38.6/fs/select.c
        rcu_read_lock();
        retval = max_select_fd(n, fds);
        rcu_read_unlock();
-@@ -531,6 +534,8 @@ int core_sys_select(int n, fd_set __user
+@@ -528,6 +531,8 @@ int core_sys_select(int n, fd_set __user
        /* Allocate small arguments on the stack to save memory and be faster */
        long stack_fds[SELECT_STACK_ALLOC/sizeof(long)];
  
@@ -42349,7 +40467,7 @@ diff -urNp linux-2.6.38.6/fs/select.c linux-2.6.38.6/fs/select.c
        ret = -EINVAL;
        if (n < 0)
                goto out_nofds;
-@@ -840,6 +845,9 @@ int do_sys_poll(struct pollfd __user *uf
+@@ -837,6 +842,9 @@ int do_sys_poll(struct pollfd __user *uf
        struct poll_list *walk = head;
        unsigned long todo = nfds;
  
@@ -42359,9 +40477,9 @@ diff -urNp linux-2.6.38.6/fs/select.c linux-2.6.38.6/fs/select.c
        if (nfds > rlimit(RLIMIT_NOFILE))
                return -EINVAL;
  
-diff -urNp linux-2.6.38.6/fs/seq_file.c linux-2.6.38.6/fs/seq_file.c
---- linux-2.6.38.6/fs/seq_file.c       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/seq_file.c       2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/fs/seq_file.c linux-3.0.3/fs/seq_file.c
+--- linux-3.0.3/fs/seq_file.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
        }
@@ -42402,10 +40520,19 @@ diff -urNp linux-2.6.38.6/fs/seq_file.c linux-2.6.38.6/fs/seq_file.c
                if (!m->buf)
                        goto Enomem;
                m->count = 0;
-diff -urNp linux-2.6.38.6/fs/splice.c linux-2.6.38.6/fs/splice.c
---- linux-2.6.38.6/fs/splice.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/splice.c 2011-05-16 21:47:08.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.3/fs/splice.c linux-3.0.3/fs/splice.c
+--- linux-3.0.3/fs/splice.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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 (;;) {
@@ -42414,7 +40541,7 @@ diff -urNp linux-2.6.38.6/fs/splice.c linux-2.6.38.6/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;
                }
  
@@ -42426,7 +40553,7 @@ diff -urNp linux-2.6.38.6/fs/splice.c linux-2.6.38.6/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,
        };
  
@@ -42435,7 +40562,7 @@ diff -urNp linux-2.6.38.6/fs/splice.c linux-2.6.38.6/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() */
@@ -42444,7 +40571,7 @@ diff -urNp linux-2.6.38.6/fs/splice.c linux-2.6.38.6/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() */
@@ -42453,7 +40580,7 @@ diff -urNp linux-2.6.38.6/fs/splice.c linux-2.6.38.6/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,
        };
  
@@ -42462,7 +40589,7 @@ diff -urNp linux-2.6.38.6/fs/splice.c linux-2.6.38.6/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);
@@ -42471,7 +40598,7 @@ diff -urNp linux-2.6.38.6/fs/splice.c linux-2.6.38.6/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) {
@@ -42484,7 +40611,7 @@ diff -urNp linux-2.6.38.6/fs/splice.c linux-2.6.38.6/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.
                 */
@@ -42493,7 +40620,7 @@ diff -urNp linux-2.6.38.6/fs/splice.c linux-2.6.38.6/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;
  
@@ -42502,7 +40629,7 @@ diff -urNp linux-2.6.38.6/fs/splice.c linux-2.6.38.6/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;
                }
@@ -42514,7 +40641,7 @@ diff -urNp linux-2.6.38.6/fs/splice.c linux-2.6.38.6/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) {
@@ -42523,7 +40650,7 @@ diff -urNp linux-2.6.38.6/fs/splice.c linux-2.6.38.6/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;
                }
@@ -42535,7 +40662,7 @@ diff -urNp linux-2.6.38.6/fs/splice.c linux-2.6.38.6/fs/splice.c
        }
  
        pipe_unlock(pipe);
-@@ -1815,14 +1821,14 @@ retry:
+@@ -1819,14 +1825,14 @@ retry:
        pipe_double_lock(ipipe, opipe);
  
        do {
@@ -42552,7 +40679,7 @@ diff -urNp linux-2.6.38.6/fs/splice.c linux-2.6.38.6/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 {
@@ -42561,7 +40688,7 @@ diff -urNp linux-2.6.38.6/fs/splice.c linux-2.6.38.6/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
         */
@@ -42570,10 +40697,10 @@ diff -urNp linux-2.6.38.6/fs/splice.c linux-2.6.38.6/fs/splice.c
                ret = -EAGAIN;
  
        pipe_unlock(ipipe);
-diff -urNp linux-2.6.38.6/fs/sysfs/file.c linux-2.6.38.6/fs/sysfs/file.c
---- linux-2.6.38.6/fs/sysfs/file.c     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/sysfs/file.c     2011-04-28 19:57:25.000000000 -0400
-@@ -44,7 +44,7 @@ static DEFINE_SPINLOCK(sysfs_open_dirent
+diff -urNp linux-3.0.3/fs/sysfs/file.c linux-3.0.3/fs/sysfs/file.c
+--- linux-3.0.3/fs/sysfs/file.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -42582,7 +40709,7 @@ diff -urNp linux-2.6.38.6/fs/sysfs/file.c linux-2.6.38.6/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;
  
@@ -42591,7 +40718,7 @@ diff -urNp linux-2.6.38.6/fs/sysfs/file.c linux-2.6.38.6/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);
@@ -42600,7 +40727,7 @@ diff -urNp linux-2.6.38.6/fs/sysfs/file.c linux-2.6.38.6/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);
  
@@ -42609,7 +40736,7 @@ diff -urNp linux-2.6.38.6/fs/sysfs/file.c linux-2.6.38.6/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) {
@@ -42618,9 +40745,9 @@ diff -urNp linux-2.6.38.6/fs/sysfs/file.c linux-2.6.38.6/fs/sysfs/file.c
                wake_up_interruptible(&od->poll);
        }
  
-diff -urNp linux-2.6.38.6/fs/sysfs/mount.c linux-2.6.38.6/fs/sysfs/mount.c
---- linux-2.6.38.6/fs/sysfs/mount.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/sysfs/mount.c    2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/fs/sysfs/mount.c linux-3.0.3/fs/sysfs/mount.c
+--- linux-3.0.3/fs/sysfs/mount.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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),
@@ -42633,9 +40760,9 @@ diff -urNp linux-2.6.38.6/fs/sysfs/mount.c linux-2.6.38.6/fs/sysfs/mount.c
        .s_ino          = 1,
  };
  
-diff -urNp linux-2.6.38.6/fs/sysfs/symlink.c linux-2.6.38.6/fs/sysfs/symlink.c
---- linux-2.6.38.6/fs/sysfs/symlink.c  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/sysfs/symlink.c  2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/fs/sysfs/symlink.c linux-3.0.3/fs/sysfs/symlink.c
+--- linux-3.0.3/fs/sysfs/symlink.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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)
@@ -42645,10 +40772,10 @@ diff -urNp linux-2.6.38.6/fs/sysfs/symlink.c linux-2.6.38.6/fs/sysfs/symlink.c
        if (!IS_ERR(page))
                free_page((unsigned long)page);
  }
-diff -urNp linux-2.6.38.6/fs/udf/inode.c linux-2.6.38.6/fs/udf/inode.c
---- linux-2.6.38.6/fs/udf/inode.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/udf/inode.c      2011-05-16 21:47:09.000000000 -0400
-@@ -477,6 +477,8 @@ static struct buffer_head *inode_getblk(
+diff -urNp linux-3.0.3/fs/udf/inode.c linux-3.0.3/fs/udf/inode.c
+--- linux-3.0.3/fs/udf/inode.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
  
@@ -42657,9 +40784,9 @@ diff -urNp linux-2.6.38.6/fs/udf/inode.c linux-2.6.38.6/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.38.6/fs/udf/misc.c linux-2.6.38.6/fs/udf/misc.c
---- linux-2.6.38.6/fs/udf/misc.c       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/udf/misc.c       2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/fs/udf/misc.c linux-3.0.3/fs/udf/misc.c
+--- linux-3.0.3/fs/udf/misc.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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)
@@ -42669,9 +40796,9 @@ diff -urNp linux-2.6.38.6/fs/udf/misc.c linux-2.6.38.6/fs/udf/misc.c
        u8 checksum = 0;
        int i;
        for (i = 0; i < sizeof(struct tag); ++i)
-diff -urNp linux-2.6.38.6/fs/utimes.c linux-2.6.38.6/fs/utimes.c
---- linux-2.6.38.6/fs/utimes.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/utimes.c 2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/fs/utimes.c linux-3.0.3/fs/utimes.c
+--- linux-3.0.3/fs/utimes.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/fs/utimes.c    2011-08-23 21:48:14.000000000 -0400
 @@ -1,6 +1,7 @@
  #include <linux/compiler.h>
  #include <linux/file.h>
@@ -42693,9 +40820,9 @@ diff -urNp linux-2.6.38.6/fs/utimes.c linux-2.6.38.6/fs/utimes.c
        mutex_lock(&inode->i_mutex);
        error = notify_change(path->dentry, &newattrs);
        mutex_unlock(&inode->i_mutex);
-diff -urNp linux-2.6.38.6/fs/xattr_acl.c linux-2.6.38.6/fs/xattr_acl.c
---- linux-2.6.38.6/fs/xattr_acl.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/xattr_acl.c      2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/fs/xattr_acl.c linux-3.0.3/fs/xattr_acl.c
+--- linux-3.0.3/fs/xattr_acl.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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)
@@ -42707,10 +40834,10 @@ diff -urNp linux-2.6.38.6/fs/xattr_acl.c linux-2.6.38.6/fs/xattr_acl.c
        int count;
        struct posix_acl *acl;
        struct posix_acl_entry *acl_e;
-diff -urNp linux-2.6.38.6/fs/xattr.c linux-2.6.38.6/fs/xattr.c
---- linux-2.6.38.6/fs/xattr.c  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/xattr.c  2011-04-28 19:34:15.000000000 -0400
-@@ -247,7 +247,7 @@ EXPORT_SYMBOL_GPL(vfs_removexattr);
+diff -urNp linux-3.0.3/fs/xattr.c linux-3.0.3/fs/xattr.c
+--- linux-3.0.3/fs/xattr.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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
@@ -42719,7 +40846,7 @@ diff -urNp linux-2.6.38.6/fs/xattr.c linux-2.6.38.6/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);
        }
  
@@ -42734,7 +40861,7 @@ diff -urNp linux-2.6.38.6/fs/xattr.c linux-2.6.38.6/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) {
@@ -42743,7 +40870,7 @@ diff -urNp linux-2.6.38.6/fs/xattr.c linux-2.6.38.6/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) {
@@ -42752,7 +40879,7 @@ diff -urNp linux-2.6.38.6/fs/xattr.c linux-2.6.38.6/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;
@@ -42772,9 +40899,9 @@ diff -urNp linux-2.6.38.6/fs/xattr.c linux-2.6.38.6/fs/xattr.c
                mnt_drop_write(f->f_path.mnt);
        }
        fput(f);
-diff -urNp linux-2.6.38.6/fs/xfs/linux-2.6/xfs_ioctl32.c linux-2.6.38.6/fs/xfs/linux-2.6/xfs_ioctl32.c
---- linux-2.6.38.6/fs/xfs/linux-2.6/xfs_ioctl32.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/xfs/linux-2.6/xfs_ioctl32.c      2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/fs/xfs/linux-2.6/xfs_ioctl32.c linux-3.0.3/fs/xfs/linux-2.6/xfs_ioctl32.c
+--- linux-3.0.3/fs/xfs/linux-2.6/xfs_ioctl32.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -42783,9 +40910,9 @@ diff -urNp linux-2.6.38.6/fs/xfs/linux-2.6/xfs_ioctl32.c linux-2.6.38.6/fs/xfs/l
        error = xfs_fs_geometry(mp, &fsgeo, 3);
        if (error)
                return -error;
-diff -urNp linux-2.6.38.6/fs/xfs/linux-2.6/xfs_ioctl.c linux-2.6.38.6/fs/xfs/linux-2.6/xfs_ioctl.c
---- linux-2.6.38.6/fs/xfs/linux-2.6/xfs_ioctl.c        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/xfs/linux-2.6/xfs_ioctl.c        2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/fs/xfs/linux-2.6/xfs_ioctl.c linux-3.0.3/fs/xfs/linux-2.6/xfs_ioctl.c
+--- linux-3.0.3/fs/xfs/linux-2.6/xfs_ioctl.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/fs/xfs/linux-2.6/xfs_ioctl.c   2011-08-23 21:47:56.000000000 -0400
 @@ -128,7 +128,7 @@ xfs_find_handle(
        }
  
@@ -42795,10 +40922,10 @@ diff -urNp linux-2.6.38.6/fs/xfs/linux-2.6/xfs_ioctl.c linux-2.6.38.6/fs/xfs/lin
            copy_to_user(hreq->ohandlen, &hsize, sizeof(__s32)))
                goto out_put;
  
-diff -urNp linux-2.6.38.6/fs/xfs/linux-2.6/xfs_iops.c linux-2.6.38.6/fs/xfs/linux-2.6/xfs_iops.c
---- linux-2.6.38.6/fs/xfs/linux-2.6/xfs_iops.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/xfs/linux-2.6/xfs_iops.c 2011-04-28 19:34:15.000000000 -0400
-@@ -436,7 +436,7 @@ xfs_vn_put_link(
+diff -urNp linux-3.0.3/fs/xfs/linux-2.6/xfs_iops.c linux-3.0.3/fs/xfs/linux-2.6/xfs_iops.c
+--- linux-3.0.3/fs/xfs/linux-2.6/xfs_iops.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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)
  {
@@ -42807,10 +40934,10 @@ diff -urNp linux-2.6.38.6/fs/xfs/linux-2.6/xfs_iops.c linux-2.6.38.6/fs/xfs/linu
  
        if (!IS_ERR(s))
                kfree(s);
-diff -urNp linux-2.6.38.6/fs/xfs/xfs_bmap.c linux-2.6.38.6/fs/xfs/xfs_bmap.c
---- linux-2.6.38.6/fs/xfs/xfs_bmap.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/xfs/xfs_bmap.c   2011-04-28 19:34:15.000000000 -0400
-@@ -287,7 +287,7 @@ xfs_bmap_validate_ret(
+diff -urNp linux-3.0.3/fs/xfs/xfs_bmap.c linux-3.0.3/fs/xfs/xfs_bmap.c
+--- linux-3.0.3/fs/xfs/xfs_bmap.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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
@@ -42819,9 +40946,9 @@ diff -urNp linux-2.6.38.6/fs/xfs/xfs_bmap.c linux-2.6.38.6/fs/xfs/xfs_bmap.c
  #endif /* DEBUG */
  
  STATIC int
-diff -urNp linux-2.6.38.6/fs/xfs/xfs_dir2_sf.c linux-2.6.38.6/fs/xfs/xfs_dir2_sf.c
---- linux-2.6.38.6/fs/xfs/xfs_dir2_sf.c        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/fs/xfs/xfs_dir2_sf.c        2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/fs/xfs/xfs_dir2_sf.c linux-3.0.3/fs/xfs/xfs_dir2_sf.c
+--- linux-3.0.3/fs/xfs/xfs_dir2_sf.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/fs/xfs/xfs_dir2_sf.c   2011-08-23 21:47:56.000000000 -0400
 @@ -780,7 +780,15 @@ xfs_dir2_sf_getdents(
                }
  
@@ -42839,9 +40966,9 @@ diff -urNp linux-2.6.38.6/fs/xfs/xfs_dir2_sf.c linux-2.6.38.6/fs/xfs/xfs_dir2_sf
                            off & 0x7fffffff, ino, DT_UNKNOWN)) {
                        *offset = off & 0x7fffffff;
                        return 0;
-diff -urNp linux-2.6.38.6/grsecurity/gracl_alloc.c linux-2.6.38.6/grsecurity/gracl_alloc.c
---- linux-2.6.38.6/grsecurity/gracl_alloc.c    1969-12-31 19:00:00.000000000 -0500
-+++ linux-2.6.38.6/grsecurity/gracl_alloc.c    2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/grsecurity/gracl_alloc.c linux-3.0.3/grsecurity/gracl_alloc.c
+--- linux-3.0.3/grsecurity/gracl_alloc.c       1969-12-31 19:00:00.000000000 -0500
++++ linux-3.0.3/grsecurity/gracl_alloc.c       2011-08-23 21:48:14.000000000 -0400
 @@ -0,0 +1,105 @@
 +#include <linux/kernel.h>
 +#include <linux/mm.h>
@@ -42948,10 +41075,10 @@ diff -urNp linux-2.6.38.6/grsecurity/gracl_alloc.c linux-2.6.38.6/grsecurity/gra
 +      else
 +              return 1;
 +}
-diff -urNp linux-2.6.38.6/grsecurity/gracl.c linux-2.6.38.6/grsecurity/gracl.c
---- linux-2.6.38.6/grsecurity/gracl.c  1969-12-31 19:00:00.000000000 -0500
-+++ linux-2.6.38.6/grsecurity/gracl.c  2011-05-17 17:30:19.000000000 -0400
-@@ -0,0 +1,4098 @@
+diff -urNp linux-3.0.3/grsecurity/gracl.c linux-3.0.3/grsecurity/gracl.c
+--- linux-3.0.3/grsecurity/gracl.c     1969-12-31 19:00:00.000000000 -0500
++++ linux-3.0.3/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>
@@ -42962,7 +41089,6 @@ diff -urNp linux-2.6.38.6/grsecurity/gracl.c linux-2.6.38.6/grsecurity/gracl.c
 +#include <linux/mount.h>
 +#include <linux/tty.h>
 +#include <linux/proc_fs.h>
-+#include <linux/smp_lock.h>
 +#include <linux/lglock.h>
 +#include <linux/slab.h>
 +#include <linux/vmalloc.h>
@@ -43027,14 +41153,18 @@ diff -urNp linux-2.6.38.6/grsecurity/gracl.c linux-2.6.38.6/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);
@@ -43778,10 +41908,15 @@ diff -urNp linux-2.6.38.6/grsecurity/gracl.c linux-2.6.38.6/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 *));
@@ -44781,13 +42916,16 @@ diff -urNp linux-2.6.38.6/grsecurity/gracl.c linux-2.6.38.6/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;
 +      }
 +
@@ -46254,9 +44392,6 @@ diff -urNp linux-2.6.38.6/grsecurity/gracl.c linux-2.6.38.6/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 */
@@ -47050,9 +45185,9 @@ diff -urNp linux-2.6.38.6/grsecurity/gracl.c linux-2.6.38.6/grsecurity/gracl.c
 +EXPORT_SYMBOL(gr_check_group_change);
 +#endif
 +
-diff -urNp linux-2.6.38.6/grsecurity/gracl_cap.c linux-2.6.38.6/grsecurity/gracl_cap.c
---- linux-2.6.38.6/grsecurity/gracl_cap.c      1969-12-31 19:00:00.000000000 -0500
-+++ linux-2.6.38.6/grsecurity/gracl_cap.c      2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/grsecurity/gracl_cap.c linux-3.0.3/grsecurity/gracl_cap.c
+--- linux-3.0.3/grsecurity/gracl_cap.c 1969-12-31 19:00:00.000000000 -0500
++++ linux-3.0.3/grsecurity/gracl_cap.c 2011-08-23 21:48:14.000000000 -0400
 @@ -0,0 +1,139 @@
 +#include <linux/kernel.h>
 +#include <linux/module.h>
@@ -47193,9 +45328,9 @@ diff -urNp linux-2.6.38.6/grsecurity/gracl_cap.c linux-2.6.38.6/grsecurity/gracl
 +      return 0;
 +}
 +
-diff -urNp linux-2.6.38.6/grsecurity/gracl_fs.c linux-2.6.38.6/grsecurity/gracl_fs.c
---- linux-2.6.38.6/grsecurity/gracl_fs.c       1969-12-31 19:00:00.000000000 -0500
-+++ linux-2.6.38.6/grsecurity/gracl_fs.c       2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/grsecurity/gracl_fs.c linux-3.0.3/grsecurity/gracl_fs.c
+--- linux-3.0.3/grsecurity/gracl_fs.c  1969-12-31 19:00:00.000000000 -0500
++++ linux-3.0.3/grsecurity/gracl_fs.c  2011-08-23 21:48:14.000000000 -0400
 @@ -0,0 +1,431 @@
 +#include <linux/kernel.h>
 +#include <linux/sched.h>
@@ -47628,10 +45763,10 @@ diff -urNp linux-2.6.38.6/grsecurity/gracl_fs.c linux-2.6.38.6/grsecurity/gracl_
 +
 +      return 0;
 +}
-diff -urNp linux-2.6.38.6/grsecurity/gracl_ip.c linux-2.6.38.6/grsecurity/gracl_ip.c
---- linux-2.6.38.6/grsecurity/gracl_ip.c       1969-12-31 19:00:00.000000000 -0500
-+++ linux-2.6.38.6/grsecurity/gracl_ip.c       2011-04-28 19:34:15.000000000 -0400
-@@ -0,0 +1,382 @@
+diff -urNp linux-3.0.3/grsecurity/gracl_ip.c linux-3.0.3/grsecurity/gracl_ip.c
+--- linux-3.0.3/grsecurity/gracl_ip.c  1969-12-31 19:00:00.000000000 -0500
++++ linux-3.0.3/grsecurity/gracl_ip.c  2011-08-23 21:48:14.000000000 -0400
+@@ -0,0 +1,381 @@
 +#include <linux/kernel.h>
 +#include <asm/uaccess.h>
 +#include <asm/errno.h>
@@ -47643,7 +45778,6 @@ diff -urNp linux-2.6.38.6/grsecurity/gracl_ip.c linux-2.6.38.6/grsecurity/gracl_
 +#include <linux/skbuff.h>
 +#include <linux/ip.h>
 +#include <linux/udp.h>
-+#include <linux/smp_lock.h>
 +#include <linux/types.h>
 +#include <linux/sched.h>
 +#include <linux/netdevice.h>
@@ -48014,15 +46148,14 @@ diff -urNp linux-2.6.38.6/grsecurity/gracl_ip.c linux-2.6.38.6/grsecurity/gracl_
 +
 +      return gr_search_connectbind(GR_CONNECT | GR_CONNECTOVERRIDE, sk, &sin, SOCK_DGRAM);
 +}
-diff -urNp linux-2.6.38.6/grsecurity/gracl_learn.c linux-2.6.38.6/grsecurity/gracl_learn.c
---- linux-2.6.38.6/grsecurity/gracl_learn.c    1969-12-31 19:00:00.000000000 -0500
-+++ linux-2.6.38.6/grsecurity/gracl_learn.c    2011-04-28 19:34:15.000000000 -0400
-@@ -0,0 +1,211 @@
+diff -urNp linux-3.0.3/grsecurity/gracl_learn.c linux-3.0.3/grsecurity/gracl_learn.c
+--- linux-3.0.3/grsecurity/gracl_learn.c       1969-12-31 19:00:00.000000000 -0500
++++ linux-3.0.3/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>
 +#include <linux/poll.h>
-+#include <linux/smp_lock.h>
 +#include <linux/string.h>
 +#include <linux/file.h>
 +#include <linux/types.h>
@@ -48112,13 +46245,12 @@ diff -urNp linux-2.6.38.6/grsecurity/gracl_learn.c linux-2.6.38.6/grsecurity/gra
 +      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;
@@ -48198,17 +46330,15 @@ diff -urNp linux-2.6.38.6/grsecurity/gracl_learn.c linux-2.6.38.6/grsecurity/gra
 +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;
@@ -48229,9 +46359,9 @@ diff -urNp linux-2.6.38.6/grsecurity/gracl_learn.c linux-2.6.38.6/grsecurity/gra
 +      .release        = close_learn,
 +      .poll           = poll_learn,
 +};
-diff -urNp linux-2.6.38.6/grsecurity/gracl_res.c linux-2.6.38.6/grsecurity/gracl_res.c
---- linux-2.6.38.6/grsecurity/gracl_res.c      1969-12-31 19:00:00.000000000 -0500
-+++ linux-2.6.38.6/grsecurity/gracl_res.c      2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/grsecurity/gracl_res.c linux-3.0.3/grsecurity/gracl_res.c
+--- linux-3.0.3/grsecurity/gracl_res.c 1969-12-31 19:00:00.000000000 -0500
++++ linux-3.0.3/grsecurity/gracl_res.c 2011-08-23 21:48:14.000000000 -0400
 @@ -0,0 +1,68 @@
 +#include <linux/kernel.h>
 +#include <linux/sched.h>
@@ -48301,10 +46431,10 @@ diff -urNp linux-2.6.38.6/grsecurity/gracl_res.c linux-2.6.38.6/grsecurity/gracl
 +      rcu_read_unlock();
 +      return;
 +}
-diff -urNp linux-2.6.38.6/grsecurity/gracl_segv.c linux-2.6.38.6/grsecurity/gracl_segv.c
---- linux-2.6.38.6/grsecurity/gracl_segv.c     1969-12-31 19:00:00.000000000 -0500
-+++ linux-2.6.38.6/grsecurity/gracl_segv.c     2011-04-28 19:34:15.000000000 -0400
-@@ -0,0 +1,300 @@
+diff -urNp linux-3.0.3/grsecurity/gracl_segv.c linux-3.0.3/grsecurity/gracl_segv.c
+--- linux-3.0.3/grsecurity/gracl_segv.c        1969-12-31 19:00:00.000000000 -0500
++++ linux-3.0.3/grsecurity/gracl_segv.c        2011-08-23 21:48:14.000000000 -0400
+@@ -0,0 +1,299 @@
 +#include <linux/kernel.h>
 +#include <linux/mm.h>
 +#include <asm/uaccess.h>
@@ -48315,7 +46445,6 @@ diff -urNp linux-2.6.38.6/grsecurity/gracl_segv.c linux-2.6.38.6/grsecurity/grac
 +#include <linux/fs.h>
 +#include <linux/net.h>
 +#include <linux/in.h>
-+#include <linux/smp_lock.h>
 +#include <linux/slab.h>
 +#include <linux/types.h>
 +#include <linux/sched.h>
@@ -48605,9 +46734,9 @@ diff -urNp linux-2.6.38.6/grsecurity/gracl_segv.c linux-2.6.38.6/grsecurity/grac
 +
 +      return;
 +}
-diff -urNp linux-2.6.38.6/grsecurity/gracl_shm.c linux-2.6.38.6/grsecurity/gracl_shm.c
---- linux-2.6.38.6/grsecurity/gracl_shm.c      1969-12-31 19:00:00.000000000 -0500
-+++ linux-2.6.38.6/grsecurity/gracl_shm.c      2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/grsecurity/gracl_shm.c linux-3.0.3/grsecurity/gracl_shm.c
+--- linux-3.0.3/grsecurity/gracl_shm.c 1969-12-31 19:00:00.000000000 -0500
++++ linux-3.0.3/grsecurity/gracl_shm.c 2011-08-23 21:48:14.000000000 -0400
 @@ -0,0 +1,40 @@
 +#include <linux/kernel.h>
 +#include <linux/mm.h>
@@ -48649,9 +46778,9 @@ diff -urNp linux-2.6.38.6/grsecurity/gracl_shm.c linux-2.6.38.6/grsecurity/gracl
 +
 +      return 1;
 +}
-diff -urNp linux-2.6.38.6/grsecurity/grsec_chdir.c linux-2.6.38.6/grsecurity/grsec_chdir.c
---- linux-2.6.38.6/grsecurity/grsec_chdir.c    1969-12-31 19:00:00.000000000 -0500
-+++ linux-2.6.38.6/grsecurity/grsec_chdir.c    2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/grsecurity/grsec_chdir.c linux-3.0.3/grsecurity/grsec_chdir.c
+--- linux-3.0.3/grsecurity/grsec_chdir.c       1969-12-31 19:00:00.000000000 -0500
++++ linux-3.0.3/grsecurity/grsec_chdir.c       2011-08-23 21:48:14.000000000 -0400
 @@ -0,0 +1,19 @@
 +#include <linux/kernel.h>
 +#include <linux/sched.h>
@@ -48672,10 +46801,10 @@ diff -urNp linux-2.6.38.6/grsecurity/grsec_chdir.c linux-2.6.38.6/grsecurity/grs
 +#endif
 +      return;
 +}
-diff -urNp linux-2.6.38.6/grsecurity/grsec_chroot.c linux-2.6.38.6/grsecurity/grsec_chroot.c
---- linux-2.6.38.6/grsecurity/grsec_chroot.c   1969-12-31 19:00:00.000000000 -0500
-+++ linux-2.6.38.6/grsecurity/grsec_chroot.c   2011-04-28 19:34:15.000000000 -0400
-@@ -0,0 +1,355 @@
+diff -urNp linux-3.0.3/grsecurity/grsec_chroot.c linux-3.0.3/grsecurity/grsec_chroot.c
+--- linux-3.0.3/grsecurity/grsec_chroot.c      1969-12-31 19:00:00.000000000 -0500
++++ linux-3.0.3/grsecurity/grsec_chroot.c      2011-08-23 21:48:14.000000000 -0400
+@@ -0,0 +1,349 @@
 +#include <linux/kernel.h>
 +#include <linux/module.h>
 +#include <linux/sched.h>
@@ -48711,7 +46840,7 @@ diff -urNp linux-2.6.38.6/grsecurity/grsec_chroot.c linux-2.6.38.6/grsecurity/gr
 +}     
 +
 +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;
@@ -48724,7 +46853,7 @@ diff -urNp linux-2.6.38.6/grsecurity/grsec_chroot.c linux-2.6.38.6/grsecurity/gr
 +
 +      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();
@@ -48852,7 +46981,7 @@ diff -urNp linux-2.6.38.6/grsecurity/grsec_chroot.c linux-2.6.38.6/grsecurity/gr
 +              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))
@@ -48864,36 +46993,30 @@ diff -urNp linux-2.6.38.6/grsecurity/grsec_chroot.c linux-2.6.38.6/grsecurity/gr
 +      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
@@ -48930,7 +47053,7 @@ diff -urNp linux-2.6.38.6/grsecurity/grsec_chroot.c linux-2.6.38.6/grsecurity/gr
 +{
 +#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
@@ -49031,9 +47154,9 @@ diff -urNp linux-2.6.38.6/grsecurity/grsec_chroot.c linux-2.6.38.6/grsecurity/gr
 +#ifdef CONFIG_SECURITY
 +EXPORT_SYMBOL(gr_handle_chroot_caps);
 +#endif
-diff -urNp linux-2.6.38.6/grsecurity/grsec_disabled.c linux-2.6.38.6/grsecurity/grsec_disabled.c
---- linux-2.6.38.6/grsecurity/grsec_disabled.c 1969-12-31 19:00:00.000000000 -0500
-+++ linux-2.6.38.6/grsecurity/grsec_disabled.c 2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/grsecurity/grsec_disabled.c linux-3.0.3/grsecurity/grsec_disabled.c
+--- linux-3.0.3/grsecurity/grsec_disabled.c    1969-12-31 19:00:00.000000000 -0500
++++ linux-3.0.3/grsecurity/grsec_disabled.c    2011-08-23 21:48:14.000000000 -0400
 @@ -0,0 +1,447 @@
 +#include <linux/kernel.h>
 +#include <linux/module.h>
@@ -49482,21 +47605,20 @@ diff -urNp linux-2.6.38.6/grsecurity/grsec_disabled.c linux-2.6.38.6/grsecurity/
 +EXPORT_SYMBOL(gr_check_user_change);
 +EXPORT_SYMBOL(gr_check_group_change);
 +#endif
-diff -urNp linux-2.6.38.6/grsecurity/grsec_exec.c linux-2.6.38.6/grsecurity/grsec_exec.c
---- linux-2.6.38.6/grsecurity/grsec_exec.c     1969-12-31 19:00:00.000000000 -0500
-+++ linux-2.6.38.6/grsecurity/grsec_exec.c     2011-04-28 19:34:15.000000000 -0400
-@@ -0,0 +1,147 @@
+diff -urNp linux-3.0.3/grsecurity/grsec_exec.c linux-3.0.3/grsecurity/grsec_exec.c
+--- linux-3.0.3/grsecurity/grsec_exec.c        1969-12-31 19:00:00.000000000 -0500
++++ linux-3.0.3/grsecurity/grsec_exec.c        2011-08-23 21:48:14.000000000 -0400
+@@ -0,0 +1,87 @@
 +#include <linux/kernel.h>
 +#include <linux/sched.h>
 +#include <linux/file.h>
 +#include <linux/binfmts.h>
-+#include <linux/smp_lock.h>
 +#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 <asm/uaccess.h>
 +
@@ -49520,8 +47642,10 @@ diff -urNp linux-2.6.38.6/grsecurity/grsec_exec.c linux-2.6.38.6/grsecurity/grse
 +      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;
@@ -49536,17 +47660,14 @@ diff -urNp linux-2.6.38.6/grsecurity/grsec_exec.c linux-2.6.38.6/grsecurity/grse
 +      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;
@@ -49575,67 +47696,9 @@ diff -urNp linux-2.6.38.6/grsecurity/grsec_exec.c linux-2.6.38.6/grsecurity/grse
 +#endif
 +      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;
-+
-+              /* rewrite unprintable characters */
-+              for (x = 0; x < len; x++) {
-+                      c = *(grarg + execlen + x);
-+                      if (c < 32 || c > 126)
-+                              *(grarg + execlen + x) = ' ';
-+              }
-+
-+              execlen += len;
-+              *(grarg + execlen) = ' ';
-+              *(grarg + execlen + 1) = '\0';
-+              execlen++;
-+      }
-+
-+      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);
-+#endif
-+      return;
-+}
-+#endif
-diff -urNp linux-2.6.38.6/grsecurity/grsec_fifo.c linux-2.6.38.6/grsecurity/grsec_fifo.c
---- linux-2.6.38.6/grsecurity/grsec_fifo.c     1969-12-31 19:00:00.000000000 -0500
-+++ linux-2.6.38.6/grsecurity/grsec_fifo.c     2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/grsecurity/grsec_fifo.c linux-3.0.3/grsecurity/grsec_fifo.c
+--- linux-3.0.3/grsecurity/grsec_fifo.c        1969-12-31 19:00:00.000000000 -0500
++++ linux-3.0.3/grsecurity/grsec_fifo.c        2011-08-23 21:48:14.000000000 -0400
 @@ -0,0 +1,24 @@
 +#include <linux/kernel.h>
 +#include <linux/sched.h>
@@ -49661,9 +47724,9 @@ diff -urNp linux-2.6.38.6/grsecurity/grsec_fifo.c linux-2.6.38.6/grsecurity/grse
 +#endif
 +      return 0;
 +}
-diff -urNp linux-2.6.38.6/grsecurity/grsec_fork.c linux-2.6.38.6/grsecurity/grsec_fork.c
---- linux-2.6.38.6/grsecurity/grsec_fork.c     1969-12-31 19:00:00.000000000 -0500
-+++ linux-2.6.38.6/grsecurity/grsec_fork.c     2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/grsecurity/grsec_fork.c linux-3.0.3/grsecurity/grsec_fork.c
+--- linux-3.0.3/grsecurity/grsec_fork.c        1969-12-31 19:00:00.000000000 -0500
++++ linux-3.0.3/grsecurity/grsec_fork.c        2011-08-23 21:48:14.000000000 -0400
 @@ -0,0 +1,23 @@
 +#include <linux/kernel.h>
 +#include <linux/sched.h>
@@ -49688,20 +47751,20 @@ diff -urNp linux-2.6.38.6/grsecurity/grsec_fork.c linux-2.6.38.6/grsecurity/grse
 +#endif
 +      return;
 +}
-diff -urNp linux-2.6.38.6/grsecurity/grsec_init.c linux-2.6.38.6/grsecurity/grsec_init.c
---- linux-2.6.38.6/grsecurity/grsec_init.c     1969-12-31 19:00:00.000000000 -0500
-+++ linux-2.6.38.6/grsecurity/grsec_init.c     2011-04-28 19:34:15.000000000 -0400
-@@ -0,0 +1,270 @@
+diff -urNp linux-3.0.3/grsecurity/grsec_init.c linux-3.0.3/grsecurity/grsec_init.c
+--- linux-3.0.3/grsecurity/grsec_init.c        1969-12-31 19:00:00.000000000 -0500
++++ linux-3.0.3/grsecurity/grsec_init.c        2011-08-23 21:48:14.000000000 -0400
+@@ -0,0 +1,273 @@
 +#include <linux/kernel.h>
 +#include <linux/sched.h>
 +#include <linux/mm.h>
-+#include <linux/smp_lock.h>
 +#include <linux/gracl.h>
 +#include <linux/slab.h>
 +#include <linux/vmalloc.h>
 +#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;
@@ -49866,6 +47929,9 @@ diff -urNp linux-2.6.38.6/grsecurity/grsec_init.c linux-2.6.38.6/grsecurity/grse
 +#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
@@ -49962,9 +48028,9 @@ diff -urNp linux-2.6.38.6/grsecurity/grsec_init.c linux-2.6.38.6/grsecurity/grse
 +
 +      return;
 +}
-diff -urNp linux-2.6.38.6/grsecurity/grsec_link.c linux-2.6.38.6/grsecurity/grsec_link.c
---- linux-2.6.38.6/grsecurity/grsec_link.c     1969-12-31 19:00:00.000000000 -0500
-+++ linux-2.6.38.6/grsecurity/grsec_link.c     2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/grsecurity/grsec_link.c linux-3.0.3/grsecurity/grsec_link.c
+--- linux-3.0.3/grsecurity/grsec_link.c        1969-12-31 19:00:00.000000000 -0500
++++ linux-3.0.3/grsecurity/grsec_link.c        2011-08-23 21:48:14.000000000 -0400
 @@ -0,0 +1,43 @@
 +#include <linux/kernel.h>
 +#include <linux/sched.h>
@@ -50009,9 +48075,9 @@ diff -urNp linux-2.6.38.6/grsecurity/grsec_link.c linux-2.6.38.6/grsecurity/grse
 +#endif
 +      return 0;
 +}
-diff -urNp linux-2.6.38.6/grsecurity/grsec_log.c linux-2.6.38.6/grsecurity/grsec_log.c
---- linux-2.6.38.6/grsecurity/grsec_log.c      1969-12-31 19:00:00.000000000 -0500
-+++ linux-2.6.38.6/grsecurity/grsec_log.c      2011-05-10 21:15:15.000000000 -0400
+diff -urNp linux-3.0.3/grsecurity/grsec_log.c linux-3.0.3/grsecurity/grsec_log.c
+--- linux-3.0.3/grsecurity/grsec_log.c 1969-12-31 19:00:00.000000000 -0500
++++ linux-3.0.3/grsecurity/grsec_log.c 2011-08-23 21:48:14.000000000 -0400
 @@ -0,0 +1,310 @@
 +#include <linux/kernel.h>
 +#include <linux/sched.h>
@@ -50323,9 +48389,9 @@ diff -urNp linux-2.6.38.6/grsecurity/grsec_log.c linux-2.6.38.6/grsecurity/grsec
 +      gr_log_end(audit);
 +      END_LOCKS(audit);
 +}
-diff -urNp linux-2.6.38.6/grsecurity/grsec_mem.c linux-2.6.38.6/grsecurity/grsec_mem.c
---- linux-2.6.38.6/grsecurity/grsec_mem.c      1969-12-31 19:00:00.000000000 -0500
-+++ linux-2.6.38.6/grsecurity/grsec_mem.c      2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/grsecurity/grsec_mem.c linux-3.0.3/grsecurity/grsec_mem.c
+--- linux-3.0.3/grsecurity/grsec_mem.c 1969-12-31 19:00:00.000000000 -0500
++++ linux-3.0.3/grsecurity/grsec_mem.c 2011-08-23 21:48:14.000000000 -0400
 @@ -0,0 +1,33 @@
 +#include <linux/kernel.h>
 +#include <linux/sched.h>
@@ -50360,9 +48426,9 @@ diff -urNp linux-2.6.38.6/grsecurity/grsec_mem.c linux-2.6.38.6/grsecurity/grsec
 +      gr_log_noargs(GR_DONT_AUDIT, GR_VM86_MSG);
 +      return;
 +}
-diff -urNp linux-2.6.38.6/grsecurity/grsec_mount.c linux-2.6.38.6/grsecurity/grsec_mount.c
---- linux-2.6.38.6/grsecurity/grsec_mount.c    1969-12-31 19:00:00.000000000 -0500
-+++ linux-2.6.38.6/grsecurity/grsec_mount.c    2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/grsecurity/grsec_mount.c linux-3.0.3/grsecurity/grsec_mount.c
+--- linux-3.0.3/grsecurity/grsec_mount.c       1969-12-31 19:00:00.000000000 -0500
++++ linux-3.0.3/grsecurity/grsec_mount.c       2011-08-23 21:48:14.000000000 -0400
 @@ -0,0 +1,62 @@
 +#include <linux/kernel.h>
 +#include <linux/sched.h>
@@ -50395,7 +48461,7 @@ diff -urNp linux-2.6.38.6/grsecurity/grsec_mount.c linux-2.6.38.6/grsecurity/grs
 +{
 +#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;
 +}
@@ -50426,9 +48492,9 @@ diff -urNp linux-2.6.38.6/grsecurity/grsec_mount.c linux-2.6.38.6/grsecurity/grs
 +#endif
 +      return 0;
 +}
-diff -urNp linux-2.6.38.6/grsecurity/grsec_pax.c linux-2.6.38.6/grsecurity/grsec_pax.c
---- linux-2.6.38.6/grsecurity/grsec_pax.c      1969-12-31 19:00:00.000000000 -0500
-+++ linux-2.6.38.6/grsecurity/grsec_pax.c      2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/grsecurity/grsec_pax.c linux-3.0.3/grsecurity/grsec_pax.c
+--- linux-3.0.3/grsecurity/grsec_pax.c 1969-12-31 19:00:00.000000000 -0500
++++ linux-3.0.3/grsecurity/grsec_pax.c 2011-08-23 21:48:14.000000000 -0400
 @@ -0,0 +1,36 @@
 +#include <linux/kernel.h>
 +#include <linux/sched.h>
@@ -50466,9 +48532,9 @@ diff -urNp linux-2.6.38.6/grsecurity/grsec_pax.c linux-2.6.38.6/grsecurity/grsec
 +#endif
 +      return;
 +}
-diff -urNp linux-2.6.38.6/grsecurity/grsec_ptrace.c linux-2.6.38.6/grsecurity/grsec_ptrace.c
---- linux-2.6.38.6/grsecurity/grsec_ptrace.c   1969-12-31 19:00:00.000000000 -0500
-+++ linux-2.6.38.6/grsecurity/grsec_ptrace.c   2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/grsecurity/grsec_ptrace.c linux-3.0.3/grsecurity/grsec_ptrace.c
+--- linux-3.0.3/grsecurity/grsec_ptrace.c      1969-12-31 19:00:00.000000000 -0500
++++ linux-3.0.3/grsecurity/grsec_ptrace.c      2011-08-23 21:48:14.000000000 -0400
 @@ -0,0 +1,14 @@
 +#include <linux/kernel.h>
 +#include <linux/sched.h>
@@ -50484,10 +48550,10 @@ diff -urNp linux-2.6.38.6/grsecurity/grsec_ptrace.c linux-2.6.38.6/grsecurity/gr
 +#endif
 +      return;
 +}
-diff -urNp linux-2.6.38.6/grsecurity/grsec_sig.c linux-2.6.38.6/grsecurity/grsec_sig.c
---- linux-2.6.38.6/grsecurity/grsec_sig.c      1969-12-31 19:00:00.000000000 -0500
-+++ linux-2.6.38.6/grsecurity/grsec_sig.c      2011-05-17 17:30:33.000000000 -0400
-@@ -0,0 +1,203 @@
+diff -urNp linux-3.0.3/grsecurity/grsec_sig.c linux-3.0.3/grsecurity/grsec_sig.c
+--- linux-3.0.3/grsecurity/grsec_sig.c 1969-12-31 19:00:00.000000000 -0500
++++ linux-3.0.3/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>
@@ -50579,6 +48645,9 @@ diff -urNp linux-2.6.38.6/grsecurity/grsec_sig.c linux-2.6.38.6/grsecurity/grsec
 +#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);
@@ -50691,10 +48760,10 @@ diff -urNp linux-2.6.38.6/grsecurity/grsec_sig.c linux-2.6.38.6/grsecurity/grsec
 +#endif
 +      return 0;
 +}
-diff -urNp linux-2.6.38.6/grsecurity/grsec_sock.c linux-2.6.38.6/grsecurity/grsec_sock.c
---- linux-2.6.38.6/grsecurity/grsec_sock.c     1969-12-31 19:00:00.000000000 -0500
-+++ linux-2.6.38.6/grsecurity/grsec_sock.c     2011-04-28 19:34:15.000000000 -0400
-@@ -0,0 +1,275 @@
+diff -urNp linux-3.0.3/grsecurity/grsec_sock.c linux-3.0.3/grsecurity/grsec_sock.c
+--- linux-3.0.3/grsecurity/grsec_sock.c        1969-12-31 19:00:00.000000000 -0500
++++ linux-3.0.3/grsecurity/grsec_sock.c        2011-08-23 21:48:14.000000000 -0400
+@@ -0,0 +1,244 @@
 +#include <linux/kernel.h>
 +#include <linux/module.h>
 +#include <linux/sched.h>
@@ -50708,9 +48777,6 @@ diff -urNp linux-2.6.38.6/grsecurity/grsec_sock.c linux-2.6.38.6/grsecurity/grse
 +#include <linux/grinternal.h>
 +#include <linux/gracl.h>
 +
-+kernel_cap_t gr_cap_rtnetlink(struct sock *sock);
-+EXPORT_SYMBOL(gr_cap_rtnetlink);
-+
 +extern int gr_search_udp_recvmsg(const struct sock *sk, const struct sk_buff *skb);
 +extern int gr_search_udp_sendmsg(const struct sock *sk, const struct sockaddr_in *addr);
 +
@@ -50942,38 +49008,10 @@ diff -urNp linux-2.6.38.6/grsecurity/grsec_sock.c linux-2.6.38.6/grsecurity/grse
 +#endif
 +      return 0;
 +}
-+
-+kernel_cap_t
-+gr_cap_rtnetlink(struct sock *sock)
-+{
-+#ifdef CONFIG_GRKERNSEC
-+      if (!gr_acl_is_enabled())
-+              return current_cap();
-+      else if (sock->sk_protocol == NETLINK_ISCSI &&
-+               cap_raised(current_cap(), CAP_SYS_ADMIN) &&
-+               gr_is_capable(CAP_SYS_ADMIN))
-+              return current_cap();
-+      else if (sock->sk_protocol == NETLINK_AUDIT &&
-+               cap_raised(current_cap(), CAP_AUDIT_WRITE) &&
-+               gr_is_capable(CAP_AUDIT_WRITE) &&
-+               cap_raised(current_cap(), CAP_AUDIT_CONTROL) &&
-+               gr_is_capable(CAP_AUDIT_CONTROL))
-+              return current_cap();
-+      else if (cap_raised(current_cap(), CAP_NET_ADMIN) &&
-+               ((sock->sk_protocol == NETLINK_ROUTE) ? 
-+                gr_is_capable_nolog(CAP_NET_ADMIN) : 
-+                gr_is_capable(CAP_NET_ADMIN)))
-+              return current_cap();
-+      else
-+              return __cap_empty_set;
-+#else
-+      return current_cap();
-+#endif
-+}
-diff -urNp linux-2.6.38.6/grsecurity/grsec_sysctl.c linux-2.6.38.6/grsecurity/grsec_sysctl.c
---- linux-2.6.38.6/grsecurity/grsec_sysctl.c   1969-12-31 19:00:00.000000000 -0500
-+++ linux-2.6.38.6/grsecurity/grsec_sysctl.c   2011-04-28 19:34:15.000000000 -0400
-@@ -0,0 +1,433 @@
+diff -urNp linux-3.0.3/grsecurity/grsec_sysctl.c linux-3.0.3/grsecurity/grsec_sysctl.c
+--- linux-3.0.3/grsecurity/grsec_sysctl.c      1969-12-31 19:00:00.000000000 -0500
++++ linux-3.0.3/grsecurity/grsec_sysctl.c      2011-08-23 21:48:14.000000000 -0400
+@@ -0,0 +1,442 @@
 +#include <linux/kernel.h>
 +#include <linux/sched.h>
 +#include <linux/sysctl.h>
@@ -51019,6 +49057,15 @@ diff -urNp linux-2.6.38.6/grsecurity/grsec_sysctl.c linux-2.6.38.6/grsecurity/gr
 +              .proc_handler   = &proc_dointvec,
 +      },
 +#endif
++#ifdef CONFIG_GRKERNSEC_BRUTE
++      {
++              .procname       = "deter_bruteforce",
++              .data           = &grsec_enable_brute,
++              .maxlen         = sizeof(int),
++              .mode           = 0600,
++              .proc_handler   = &proc_dointvec,
++      },
++#endif
 +#ifdef CONFIG_GRKERNSEC_FIFO
 +      {
 +              .procname       = "fifo_restrictions",
@@ -51407,9 +49454,9 @@ diff -urNp linux-2.6.38.6/grsecurity/grsec_sysctl.c linux-2.6.38.6/grsecurity/gr
 +      { }
 +};
 +#endif
-diff -urNp linux-2.6.38.6/grsecurity/grsec_time.c linux-2.6.38.6/grsecurity/grsec_time.c
---- linux-2.6.38.6/grsecurity/grsec_time.c     1969-12-31 19:00:00.000000000 -0500
-+++ linux-2.6.38.6/grsecurity/grsec_time.c     2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/grsecurity/grsec_time.c linux-3.0.3/grsecurity/grsec_time.c
+--- linux-3.0.3/grsecurity/grsec_time.c        1969-12-31 19:00:00.000000000 -0500
++++ linux-3.0.3/grsecurity/grsec_time.c        2011-08-23 21:48:14.000000000 -0400
 @@ -0,0 +1,16 @@
 +#include <linux/kernel.h>
 +#include <linux/sched.h>
@@ -51427,9 +49474,9 @@ diff -urNp linux-2.6.38.6/grsecurity/grsec_time.c linux-2.6.38.6/grsecurity/grse
 +}
 +
 +EXPORT_SYMBOL(gr_log_timechange);
-diff -urNp linux-2.6.38.6/grsecurity/grsec_tpe.c linux-2.6.38.6/grsecurity/grsec_tpe.c
---- linux-2.6.38.6/grsecurity/grsec_tpe.c      1969-12-31 19:00:00.000000000 -0500
-+++ linux-2.6.38.6/grsecurity/grsec_tpe.c      2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/grsecurity/grsec_tpe.c linux-3.0.3/grsecurity/grsec_tpe.c
+--- linux-3.0.3/grsecurity/grsec_tpe.c 1969-12-31 19:00:00.000000000 -0500
++++ linux-3.0.3/grsecurity/grsec_tpe.c 2011-08-23 21:48:14.000000000 -0400
 @@ -0,0 +1,39 @@
 +#include <linux/kernel.h>
 +#include <linux/sched.h>
@@ -51470,9 +49517,9 @@ diff -urNp linux-2.6.38.6/grsecurity/grsec_tpe.c linux-2.6.38.6/grsecurity/grsec
 +#endif
 +      return 1;
 +}
-diff -urNp linux-2.6.38.6/grsecurity/grsum.c linux-2.6.38.6/grsecurity/grsum.c
---- linux-2.6.38.6/grsecurity/grsum.c  1969-12-31 19:00:00.000000000 -0500
-+++ linux-2.6.38.6/grsecurity/grsum.c  2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/grsecurity/grsum.c linux-3.0.3/grsecurity/grsum.c
+--- linux-3.0.3/grsecurity/grsum.c     1969-12-31 19:00:00.000000000 -0500
++++ linux-3.0.3/grsecurity/grsum.c     2011-08-23 21:48:14.000000000 -0400
 @@ -0,0 +1,61 @@
 +#include <linux/err.h>
 +#include <linux/kernel.h>
@@ -51535,10 +49582,10 @@ diff -urNp linux-2.6.38.6/grsecurity/grsum.c linux-2.6.38.6/grsecurity/grsum.c
 +
 +      return retval;
 +}
-diff -urNp linux-2.6.38.6/grsecurity/Kconfig linux-2.6.38.6/grsecurity/Kconfig
---- linux-2.6.38.6/grsecurity/Kconfig  1969-12-31 19:00:00.000000000 -0500
-+++ linux-2.6.38.6/grsecurity/Kconfig  2011-04-28 19:34:15.000000000 -0400
-@@ -0,0 +1,1045 @@
+diff -urNp linux-3.0.3/grsecurity/Kconfig linux-3.0.3/grsecurity/Kconfig
+--- linux-3.0.3/grsecurity/Kconfig     1969-12-31 19:00:00.000000000 -0500
++++ linux-3.0.3/grsecurity/Kconfig     2011-08-23 21:48:14.000000000 -0400
+@@ -0,0 +1,1050 @@
 +#
 +# grecurity configuration
 +#
@@ -51617,7 +49664,7 @@ diff -urNp linux-2.6.38.6/grsecurity/Kconfig linux-2.6.38.6/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
@@ -51681,7 +49728,7 @@ diff -urNp linux-2.6.38.6/grsecurity/Kconfig linux-2.6.38.6/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
@@ -51696,13 +49743,13 @@ diff -urNp linux-2.6.38.6/grsecurity/Kconfig linux-2.6.38.6/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
@@ -51832,6 +49879,9 @@ diff -urNp linux-2.6.38.6/grsecurity/Kconfig linux-2.6.38.6/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"
@@ -51881,7 +49931,7 @@ diff -urNp linux-2.6.38.6/grsecurity/Kconfig linux-2.6.38.6/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)
@@ -52415,6 +50465,7 @@ diff -urNp linux-2.6.38.6/grsecurity/Kconfig linux-2.6.38.6/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
@@ -52447,6 +50498,7 @@ diff -urNp linux-2.6.38.6/grsecurity/Kconfig linux-2.6.38.6/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
@@ -52584,10 +50636,10 @@ diff -urNp linux-2.6.38.6/grsecurity/Kconfig linux-2.6.38.6/grsecurity/Kconfig
 +endmenu
 +
 +endmenu
-diff -urNp linux-2.6.38.6/grsecurity/Makefile linux-2.6.38.6/grsecurity/Makefile
---- linux-2.6.38.6/grsecurity/Makefile 1969-12-31 19:00:00.000000000 -0500
-+++ linux-2.6.38.6/grsecurity/Makefile 2011-04-28 19:34:15.000000000 -0400
-@@ -0,0 +1,29 @@
+diff -urNp linux-3.0.3/grsecurity/Makefile linux-3.0.3/grsecurity/Makefile
+--- linux-3.0.3/grsecurity/Makefile    1969-12-31 19:00:00.000000000 -0500
++++ linux-3.0.3/grsecurity/Makefile    2011-08-23 21:48:14.000000000 -0400
+@@ -0,0 +1,34 @@
 +# 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
@@ -52597,14 +50649,19 @@ diff -urNp linux-2.6.38.6/grsecurity/Makefile linux-2.6.38.6/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
@@ -52617,41 +50674,21 @@ diff -urNp linux-2.6.38.6/grsecurity/Makefile linux-2.6.38.6/grsecurity/Makefile
 +      @-chmod -f 700 .
 +      @echo '  grsec: protected kernel image paths'
 +endif
-diff -urNp linux-2.6.38.6/include/acpi/acpi_drivers.h linux-2.6.38.6/include/acpi/acpi_drivers.h
---- linux-2.6.38.6/include/acpi/acpi_drivers.h 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/include/acpi/acpi_drivers.h 2011-04-28 19:34:15.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.38.6/include/asm-generic/atomic-long.h linux-2.6.38.6/include/asm-generic/atomic-long.h
---- linux-2.6.38.6/include/asm-generic/atomic-long.h   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/include/asm-generic/atomic-long.h   2011-05-16 21:47:08.000000000 -0400
+diff -urNp linux-3.0.3/include/acpi/acpi_bus.h linux-3.0.3/include/acpi/acpi_bus.h
+--- linux-3.0.3/include/acpi/acpi_bus.h        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.3/include/asm-generic/atomic-long.h linux-3.0.3/include/asm-generic/atomic-long.h
+--- linux-3.0.3/include/asm-generic/atomic-long.h      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/include/asm-generic/atomic-long.h      2011-08-23 21:47:56.000000000 -0400
 @@ -22,6 +22,12 @@
  
  typedef atomic64_t atomic_long_t;
@@ -52914,12 +50951,12 @@ diff -urNp linux-2.6.38.6/include/asm-generic/atomic-long.h linux-2.6.38.6/inclu
 +      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);
@@ -52952,136 +50989,22 @@ diff -urNp linux-2.6.38.6/include/asm-generic/atomic-long.h linux-2.6.38.6/inclu
 +#endif
 +
  #endif  /*  _ASM_GENERIC_ATOMIC_LONG_H  */
-diff -urNp linux-2.6.38.6/include/asm-generic/cache.h linux-2.6.38.6/include/asm-generic/cache.h
---- linux-2.6.38.6/include/asm-generic/cache.h 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/include/asm-generic/cache.h 2011-04-28 19:57:25.000000000 -0400
+diff -urNp linux-3.0.3/include/asm-generic/cache.h linux-3.0.3/include/asm-generic/cache.h
+--- linux-3.0.3/include/asm-generic/cache.h    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.38.6/include/asm-generic/dma-mapping-common.h linux-2.6.38.6/include/asm-generic/dma-mapping-common.h
---- linux-2.6.38.6/include/asm-generic/dma-mapping-common.h    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/include/asm-generic/dma-mapping-common.h    2011-04-28 19:34:15.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.38.6/include/asm-generic/futex.h linux-2.6.38.6/include/asm-generic/futex.h
---- linux-2.6.38.6/include/asm-generic/futex.h 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/include/asm-generic/futex.h 2011-04-28 19:34:15.000000000 -0400
-@@ -6,7 +6,7 @@
- #include <asm/errno.h>
- static inline int
--futex_atomic_op_inuser (int encoded_op, int __user *uaddr)
-+futex_atomic_op_inuser (int encoded_op, u32 __user *uaddr)
- {
-       int op = (encoded_op >> 28) & 7;
-       int cmp = (encoded_op >> 24) & 15;
-@@ -48,7 +48,7 @@ futex_atomic_op_inuser (int encoded_op, 
- }
- static inline int
--futex_atomic_cmpxchg_inatomic(int __user *uaddr, int oldval, int newval)
-+futex_atomic_cmpxchg_inatomic(u32 __user *uaddr, int oldval, int newval)
- {
-       return -ENOSYS;
- }
-diff -urNp linux-2.6.38.6/include/asm-generic/int-l64.h linux-2.6.38.6/include/asm-generic/int-l64.h
---- linux-2.6.38.6/include/asm-generic/int-l64.h       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/include/asm-generic/int-l64.h       2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/include/asm-generic/int-l64.h linux-3.0.3/include/asm-generic/int-l64.h
+--- linux-3.0.3/include/asm-generic/int-l64.h  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -53091,9 +51014,9 @@ diff -urNp linux-2.6.38.6/include/asm-generic/int-l64.h linux-2.6.38.6/include/a
  #define S8_C(x)  x
  #define U8_C(x)  x ## U
  #define S16_C(x) x
-diff -urNp linux-2.6.38.6/include/asm-generic/int-ll64.h linux-2.6.38.6/include/asm-generic/int-ll64.h
---- linux-2.6.38.6/include/asm-generic/int-ll64.h      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/include/asm-generic/int-ll64.h      2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/include/asm-generic/int-ll64.h linux-3.0.3/include/asm-generic/int-ll64.h
+--- linux-3.0.3/include/asm-generic/int-ll64.h 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -53103,9 +51026,9 @@ diff -urNp linux-2.6.38.6/include/asm-generic/int-ll64.h linux-2.6.38.6/include/
  #define S8_C(x)  x
  #define U8_C(x)  x ## U
  #define S16_C(x) x
-diff -urNp linux-2.6.38.6/include/asm-generic/kmap_types.h linux-2.6.38.6/include/asm-generic/kmap_types.h
---- linux-2.6.38.6/include/asm-generic/kmap_types.h    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/include/asm-generic/kmap_types.h    2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/include/asm-generic/kmap_types.h linux-3.0.3/include/asm-generic/kmap_types.h
+--- linux-3.0.3/include/asm-generic/kmap_types.h       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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,
@@ -53119,10 +51042,10 @@ diff -urNp linux-2.6.38.6/include/asm-generic/kmap_types.h linux-2.6.38.6/includ
  };
  
  #undef KMAP_D
-diff -urNp linux-2.6.38.6/include/asm-generic/pgtable.h linux-2.6.38.6/include/asm-generic/pgtable.h
---- linux-2.6.38.6/include/asm-generic/pgtable.h       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/include/asm-generic/pgtable.h       2011-04-28 19:34:15.000000000 -0400
-@@ -447,6 +447,14 @@ static inline int pmd_write(pmd_t pmd)
+diff -urNp linux-3.0.3/include/asm-generic/pgtable.h linux-3.0.3/include/asm-generic/pgtable.h
+--- linux-3.0.3/include/asm-generic/pgtable.h  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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
  
@@ -53137,9 +51060,9 @@ diff -urNp linux-2.6.38.6/include/asm-generic/pgtable.h linux-2.6.38.6/include/a
  #endif /* !__ASSEMBLY__ */
  
  #endif /* _ASM_GENERIC_PGTABLE_H */
-diff -urNp linux-2.6.38.6/include/asm-generic/pgtable-nopmd.h linux-2.6.38.6/include/asm-generic/pgtable-nopmd.h
---- linux-2.6.38.6/include/asm-generic/pgtable-nopmd.h 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/include/asm-generic/pgtable-nopmd.h 2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/include/asm-generic/pgtable-nopmd.h linux-3.0.3/include/asm-generic/pgtable-nopmd.h
+--- linux-3.0.3/include/asm-generic/pgtable-nopmd.h    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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
@@ -53176,9 +51099,9 @@ diff -urNp linux-2.6.38.6/include/asm-generic/pgtable-nopmd.h linux-2.6.38.6/inc
  /*
   * 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.38.6/include/asm-generic/pgtable-nopud.h linux-2.6.38.6/include/asm-generic/pgtable-nopud.h
---- linux-2.6.38.6/include/asm-generic/pgtable-nopud.h 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/include/asm-generic/pgtable-nopud.h 2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/include/asm-generic/pgtable-nopud.h linux-3.0.3/include/asm-generic/pgtable-nopud.h
+--- linux-3.0.3/include/asm-generic/pgtable-nopud.h    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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
@@ -53209,10 +51132,10 @@ diff -urNp linux-2.6.38.6/include/asm-generic/pgtable-nopud.h linux-2.6.38.6/inc
  /*
   * 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.38.6/include/asm-generic/vmlinux.lds.h linux-2.6.38.6/include/asm-generic/vmlinux.lds.h
---- linux-2.6.38.6/include/asm-generic/vmlinux.lds.h   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/include/asm-generic/vmlinux.lds.h   2011-04-28 19:34:15.000000000 -0400
-@@ -213,6 +213,7 @@
+diff -urNp linux-3.0.3/include/asm-generic/vmlinux.lds.h linux-3.0.3/include/asm-generic/vmlinux.lds.h
+--- linux-3.0.3/include/asm-generic/vmlinux.lds.h      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.*)                                 \
@@ -53220,37 +51143,53 @@ diff -urNp linux-2.6.38.6/include/asm-generic/vmlinux.lds.h linux-2.6.38.6/inclu
                *(__vermagic)           /* Kernel version magic */      \
                . = ALIGN(8);                                           \
                VMLINUX_SYMBOL(__start___tracepoints_ptrs) = .;         \
-@@ -696,14 +697,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(vaddr, phdr)                                     \
+ #define PERCPU_VADDR(cacheline, vaddr, phdr)                          \
 -      VMLINUX_SYMBOL(__per_cpu_load) = .;                             \
 -      .data..percpu vaddr : AT(VMLINUX_SYMBOL(__per_cpu_load)         \
 +      per_cpu_load = .;                                               \
 +      .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);                                   \
-@@ -713,7 +715,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.38.6/include/drm/drmP.h linux-2.6.38.6/include/drm/drmP.h
---- linux-2.6.38.6/include/drm/drmP.h  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/include/drm/drmP.h  2011-04-28 19:34:15.000000000 -0400
+  * PERCPU_SECTION - define output section for percpu area, simple version
+diff -urNp linux-3.0.3/include/drm/drm_crtc_helper.h linux-3.0.3/include/drm/drm_crtc_helper.h
+--- linux-3.0.3/include/drm/drm_crtc_helper.h  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.3/include/drm/drmP.h linux-3.0.3/include/drm/drmP.h
+--- linux-3.0.3/include/drm/drmP.h     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/include/drm/drmP.h     2011-08-23 21:47:56.000000000 -0400
 @@ -73,6 +73,7 @@
  #include <linux/workqueue.h>
  #include <linux/poll.h>
@@ -53259,25 +51198,7 @@ diff -urNp linux-2.6.38.6/include/drm/drmP.h linux-2.6.38.6/include/drm/drmP.h
  #include "drm.h"
  
  #include <linux/idr.h>
-@@ -881,7 +882,7 @@ struct drm_driver {
-       void (*vgaarb_irq)(struct drm_device *dev, bool state);
-       /* Driver private ops for this object */
--      struct vm_operations_struct *gem_vm_ops;
-+      const struct vm_operations_struct *gem_vm_ops;
-       int major;
-       int minor;
-@@ -894,7 +895,7 @@ struct drm_driver {
-       int dev_priv_size;
-       struct drm_ioctl_desc *ioctls;
-       int num_ioctls;
--      struct file_operations fops;
-+      const struct file_operations fops;
-       struct pci_driver pci_driver;
-       struct platform_device *platform_device;
-       /* List of devices hanging off this driver */
-@@ -991,7 +992,7 @@ struct drm_device {
+@@ -1033,7 +1034,7 @@ struct drm_device {
  
        /** \name Usage Counters */
        /*@{ */
@@ -53286,7 +51207,7 @@ diff -urNp linux-2.6.38.6/include/drm/drmP.h linux-2.6.38.6/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 */
-@@ -1002,7 +1003,7 @@ struct drm_device {
+@@ -1044,7 +1045,7 @@ struct drm_device {
        /*@{ */
        unsigned long counters;
        enum drm_stat_type types[15];
@@ -53295,18 +51216,21 @@ diff -urNp linux-2.6.38.6/include/drm/drmP.h linux-2.6.38.6/include/drm/drmP.h
        /*@} */
  
        struct list_head filelist;
-@@ -1101,7 +1102,7 @@ struct drm_device {
-       struct platform_device *platformdev; /**< Platform device struture */
-       struct drm_sg_mem *sg;  /**< Scatter gather memory */
--      unsigned int num_crtcs;                  /**< Number of CRTCs on this device */
-+      unsigned int num_crtcs;         /**< Number of CRTCs on this device */
-       void *dev_private;              /**< device private data */
-       void *mm_private;
-       struct address_space *dev_mapping;
-diff -urNp linux-2.6.38.6/include/linux/a.out.h linux-2.6.38.6/include/linux/a.out.h
---- linux-2.6.38.6/include/linux/a.out.h       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/include/linux/a.out.h       2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/include/drm/ttm/ttm_memory.h linux-3.0.3/include/drm/ttm/ttm_memory.h
+--- linux-3.0.3/include/drm/ttm/ttm_memory.h   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.3/include/linux/a.out.h linux-3.0.3/include/linux/a.out.h
+--- linux-3.0.3/include/linux/a.out.h  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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 */
  };
@@ -53322,9 +51246,9 @@ diff -urNp linux-2.6.38.6/include/linux/a.out.h linux-2.6.38.6/include/linux/a.o
  #if !defined (N_MAGIC)
  #define N_MAGIC(exec) ((exec).a_info & 0xffff)
  #endif
-diff -urNp linux-2.6.38.6/include/linux/atmdev.h linux-2.6.38.6/include/linux/atmdev.h
---- linux-2.6.38.6/include/linux/atmdev.h      2011-04-18 17:27:18.000000000 -0400
-+++ linux-2.6.38.6/include/linux/atmdev.h      2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/include/linux/atmdev.h linux-3.0.3/include/linux/atmdev.h
+--- linux-3.0.3/include/linux/atmdev.h 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/include/linux/atmdev.h 2011-08-23 21:47:56.000000000 -0400
 @@ -237,7 +237,7 @@ struct compat_atm_iobuf {
  #endif
  
@@ -53334,10 +51258,10 @@ diff -urNp linux-2.6.38.6/include/linux/atmdev.h linux-2.6.38.6/include/linux/at
        __AAL_STAT_ITEMS
  #undef __HANDLE_ITEM
  };
-diff -urNp linux-2.6.38.6/include/linux/binfmts.h linux-2.6.38.6/include/linux/binfmts.h
---- linux-2.6.38.6/include/linux/binfmts.h     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/include/linux/binfmts.h     2011-04-28 19:34:15.000000000 -0400
-@@ -92,6 +92,7 @@ struct linux_binfmt {
+diff -urNp linux-3.0.3/include/linux/binfmts.h linux-3.0.3/include/linux/binfmts.h
+--- linux-3.0.3/include/linux/binfmts.h        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);
@@ -53345,47 +51269,21 @@ diff -urNp linux-2.6.38.6/include/linux/binfmts.h linux-2.6.38.6/include/linux/b
        unsigned long min_coredump;     /* minimal dump size */
  };
  
-diff -urNp linux-2.6.38.6/include/linux/blkdev.h linux-2.6.38.6/include/linux/blkdev.h
---- linux-2.6.38.6/include/linux/blkdev.h      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/include/linux/blkdev.h      2011-04-28 19:34:15.000000000 -0400
-@@ -1247,22 +1247,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.3/include/linux/blkdev.h linux-3.0.3/include/linux/blkdev.h
+--- linux-3.0.3/include/linux/blkdev.h 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/include/linux/blkdev.h 2011-08-23 21:47:56.000000000 -0400
+@@ -1307,7 +1307,7 @@ struct block_device_operations {
+       int (*getgeo)(struct block_device *, struct hd_geometry *);
        /* this callback is with swap_lock and sometimes page table lock held */
--      void (*swap_slot_free_notify) (struct block_device *, unsigned long);
+       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;
  };
  
  extern int __blkdev_driver_ioctl(struct block_device *, fmode_t, unsigned int,
-diff -urNp linux-2.6.38.6/include/linux/blktrace_api.h linux-2.6.38.6/include/linux/blktrace_api.h
---- linux-2.6.38.6/include/linux/blktrace_api.h        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/include/linux/blktrace_api.h        2011-04-28 19:57:25.000000000 -0400
+diff -urNp linux-3.0.3/include/linux/blktrace_api.h linux-3.0.3/include/linux/blktrace_api.h
+--- linux-3.0.3/include/linux/blktrace_api.h   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -53395,9 +51293,9 @@ diff -urNp linux-2.6.38.6/include/linux/blktrace_api.h linux-2.6.38.6/include/li
  };
  
  extern int blk_trace_ioctl(struct block_device *, unsigned, char __user *);
-diff -urNp linux-2.6.38.6/include/linux/byteorder/little_endian.h linux-2.6.38.6/include/linux/byteorder/little_endian.h
---- linux-2.6.38.6/include/linux/byteorder/little_endian.h     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/include/linux/byteorder/little_endian.h     2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/include/linux/byteorder/little_endian.h linux-3.0.3/include/linux/byteorder/little_endian.h
+--- linux-3.0.3/include/linux/byteorder/little_endian.h        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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)
@@ -53462,9 +51360,9 @@ diff -urNp linux-2.6.38.6/include/linux/byteorder/little_endian.h linux-2.6.38.6
  }
  #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.38.6/include/linux/cache.h linux-2.6.38.6/include/linux/cache.h
---- linux-2.6.38.6/include/linux/cache.h       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/include/linux/cache.h       2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/include/linux/cache.h linux-3.0.3/include/linux/cache.h
+--- linux-3.0.3/include/linux/cache.h  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/include/linux/cache.h  2011-08-23 21:47:56.000000000 -0400
 @@ -16,6 +16,10 @@
  #define __read_mostly
  #endif
@@ -53476,24 +51374,49 @@ diff -urNp linux-2.6.38.6/include/linux/cache.h linux-2.6.38.6/include/linux/cac
  #ifndef ____cacheline_aligned
  #define ____cacheline_aligned __attribute__((__aligned__(SMP_CACHE_BYTES)))
  #endif
-diff -urNp linux-2.6.38.6/include/linux/capability.h linux-2.6.38.6/include/linux/capability.h
---- linux-2.6.38.6/include/linux/capability.h  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/include/linux/capability.h  2011-04-28 19:34:15.000000000 -0400
-@@ -561,6 +561,7 @@ extern const kernel_cap_t __cap_init_eff
-       (security_real_capable_noaudit((t), (cap)) == 0)
- extern int capable(int cap);
-+int capable_nolog(int cap);
+diff -urNp linux-3.0.3/include/linux/capability.h linux-3.0.3/include/linux/capability.h
+--- linux-3.0.3/include/linux/capability.h     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);
+ extern bool nsown_capable(int cap);
++extern bool task_ns_capable_nolog(struct task_struct *t, int cap);
++extern bool ns_capable_nolog(struct user_namespace *ns, int cap);
++extern bool capable_nolog(int cap);
  
  /* audit system wants to get cap info from files as well */
- struct dentry;
-diff -urNp linux-2.6.38.6/include/linux/compiler-gcc4.h linux-2.6.38.6/include/linux/compiler-gcc4.h
---- linux-2.6.38.6/include/linux/compiler-gcc4.h       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/include/linux/compiler-gcc4.h       2011-04-28 19:34:15.000000000 -0400
-@@ -54,6 +54,10 @@
+ extern int get_vfs_caps_from_disk(const struct dentry *dentry, struct cpu_vfs_cap_data *cpu_caps);
+diff -urNp linux-3.0.3/include/linux/cleancache.h linux-3.0.3/include/linux/cleancache.h
+--- linux-3.0.3/include/linux/cleancache.h     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.3/include/linux/compiler-gcc4.h linux-3.0.3/include/linux/compiler-gcc4.h
+--- linux-3.0.3/include/linux/compiler-gcc4.h  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/include/linux/compiler-gcc4.h  2011-08-23 21:47:56.000000000 -0400
+@@ -31,6 +31,9 @@
  
- #endif
  
+ #if __GNUC_MINOR__ >= 5
++
++#define __no_const __attribute__((no_const))
++
+ /*
+  * Mark a position in code as unreachable.  This can be used to
+  * suppress control flow warnings after asm blocks that transfer
+@@ -46,6 +49,11 @@
+ #define __noclone     __attribute__((__noclone__))
+ #endif
++
 +#define __alloc_size(...)     __attribute((alloc_size(__VA_ARGS__)))
 +#define __bos(ptr, arg)               __builtin_object_size((ptr), (arg))
 +#define __bos0(ptr)           __bos((ptr), 0)
@@ -53501,33 +51424,44 @@ diff -urNp linux-2.6.38.6/include/linux/compiler-gcc4.h linux-2.6.38.6/include/l
  #endif
  
  #if __GNUC_MINOR__ > 0
-diff -urNp linux-2.6.38.6/include/linux/compiler.h linux-2.6.38.6/include/linux/compiler.h
---- linux-2.6.38.6/include/linux/compiler.h    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/include/linux/compiler.h    2011-04-28 19:34:15.000000000 -0400
-@@ -273,6 +273,22 @@ void ftrace_likely_update(struct ftrace_
+diff -urNp linux-3.0.3/include/linux/compiler.h linux-3.0.3/include/linux/compiler.h
+--- linux-3.0.3/include/linux/compiler.h       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/include/linux/compiler.h       2011-08-23 21:47:56.000000000 -0400
+@@ -264,6 +264,10 @@ void ftrace_likely_update(struct ftrace_
+ # define __attribute_const__  /* unimplemented */
+ #endif
++#ifndef __no_const
++# define __no_const
++#endif
++
+ /*
+  * Tell gcc if a function is cold. The compiler will assume any path
+  * directly leading to the call is unlikely.
+@@ -273,6 +277,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 +326,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.
   */
@@ -53536,9 +51470,9 @@ diff -urNp linux-2.6.38.6/include/linux/compiler.h linux-2.6.38.6/include/linux/
 +#define ACCESS_ONCE_RW(x) (*(volatile typeof(x) *)&(x))
  
  #endif /* __LINUX_COMPILER_H */
-diff -urNp linux-2.6.38.6/include/linux/cpuset.h linux-2.6.38.6/include/linux/cpuset.h
---- linux-2.6.38.6/include/linux/cpuset.h      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/include/linux/cpuset.h      2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/include/linux/cpuset.h linux-3.0.3/include/linux/cpuset.h
+--- linux-3.0.3/include/linux/cpuset.h 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/include/linux/cpuset.h 2011-08-23 21:47:56.000000000 -0400
 @@ -118,7 +118,7 @@ static inline void put_mems_allowed(void
         * nodemask.
         */
@@ -53548,9 +51482,37 @@ diff -urNp linux-2.6.38.6/include/linux/cpuset.h linux-2.6.38.6/include/linux/cp
  }
  
  static inline void set_mems_allowed(nodemask_t nodemask)
-diff -urNp linux-2.6.38.6/include/linux/decompress/mm.h linux-2.6.38.6/include/linux/decompress/mm.h
---- linux-2.6.38.6/include/linux/decompress/mm.h       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/include/linux/decompress/mm.h       2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/include/linux/crypto.h linux-3.0.3/include/linux/crypto.h
+--- linux-3.0.3/include/linux/crypto.h 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.3/include/linux/decompress/mm.h linux-3.0.3/include/linux/decompress/mm.h
+--- linux-3.0.3/include/linux/decompress/mm.h  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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 */
@@ -53560,67 +51522,33 @@ diff -urNp linux-2.6.38.6/include/linux/decompress/mm.h linux-2.6.38.6/include/l
  #define free(a) kfree(a)
  
  #define large_malloc(a) vmalloc(a)
-diff -urNp linux-2.6.38.6/include/linux/dma-mapping.h linux-2.6.38.6/include/linux/dma-mapping.h
---- linux-2.6.38.6/include/linux/dma-mapping.h 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/include/linux/dma-mapping.h 2011-04-28 19:34:15.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);
+diff -urNp linux-3.0.3/include/linux/dma-mapping.h linux-3.0.3/include/linux/dma-mapping.h
+--- linux-3.0.3/include/linux/dma-mapping.h    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/include/linux/dma-mapping.h    2011-08-23 21:47:56.000000000 -0400
+@@ -49,7 +49,7 @@ struct dma_map_ops {
+       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;
  };
  
  #define DMA_BIT_MASK(n)       (((n) == 64) ? ~0ULL : ((1ULL<<(n))-1))
-diff -urNp linux-2.6.38.6/include/linux/elf.h linux-2.6.38.6/include/linux/elf.h
---- linux-2.6.38.6/include/linux/elf.h 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/include/linux/elf.h 2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/include/linux/efi.h linux-3.0.3/include/linux/efi.h
+--- linux-3.0.3/include/linux/efi.h    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.3/include/linux/elf.h linux-3.0.3/include/linux/elf.h
+--- linux-3.0.3/include/linux/elf.h    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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
  
@@ -53677,7 +51605,7 @@ diff -urNp linux-2.6.38.6/include/linux/elf.h linux-2.6.38.6/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
@@ -53685,7 +51613,7 @@ diff -urNp linux-2.6.38.6/include/linux/elf.h linux-2.6.38.6/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
@@ -53693,11 +51621,23 @@ diff -urNp linux-2.6.38.6/include/linux/elf.h linux-2.6.38.6/include/linux/elf.h
  
  #endif
  
-diff -urNp linux-2.6.38.6/include/linux/fscache-cache.h linux-2.6.38.6/include/linux/fscache-cache.h
---- linux-2.6.38.6/include/linux/fscache-cache.h       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/include/linux/fscache-cache.h       2011-04-28 19:57:25.000000000 -0400
-@@ -113,7 +113,7 @@ struct fscache_operation {
- #endif
+diff -urNp linux-3.0.3/include/linux/firewire.h linux-3.0.3/include/linux/firewire.h
+--- linux-3.0.3/include/linux/firewire.h       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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-3.0.3/include/linux/fscache-cache.h linux-3.0.3/include/linux/fscache-cache.h
+--- linux-3.0.3/include/linux/fscache-cache.h  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -53705,7 +51645,7 @@ diff -urNp linux-2.6.38.6/include/linux/fscache-cache.h linux-2.6.38.6/include/l
  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);
@@ -53714,10 +51654,10 @@ diff -urNp linux-2.6.38.6/include/linux/fscache-cache.h linux-2.6.38.6/include/l
        op->processor = processor;
        op->release = release;
        INIT_LIST_HEAD(&op->pend_link);
-diff -urNp linux-2.6.38.6/include/linux/fs.h linux-2.6.38.6/include/linux/fs.h
---- linux-2.6.38.6/include/linux/fs.h  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/include/linux/fs.h  2011-04-28 19:34:15.000000000 -0400
-@@ -105,6 +105,11 @@ struct inodes_stat_t {
+diff -urNp linux-3.0.3/include/linux/fs.h linux-3.0.3/include/linux/fs.h
+--- linux-3.0.3/include/linux/fs.h     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/include/linux/fs.h     2011-08-23 21:48:14.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)
  
@@ -53729,96 +51669,26 @@ diff -urNp linux-2.6.38.6/include/linux/fs.h linux-2.6.38.6/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
-@@ -581,42 +586,42 @@ typedef int (*read_actor_t)(read_descrip
-               unsigned long, unsigned long);
- struct address_space_operations {
--      int (*writepage)(struct page *page, struct writeback_control *wbc);
--      int (*readpage)(struct file *, struct page *);
--      void (*sync_page)(struct page *);
-+      int (* const writepage)(struct page *page, struct writeback_control *wbc);
-+      int (* const readpage)(struct file *, struct page *);
-+      void (* const sync_page)(struct page *);
-       /* Write back some dirty pages from this mapping. */
--      int (*writepages)(struct address_space *, struct writeback_control *);
-+      int (* const writepages)(struct address_space *, struct writeback_control *);
-       /* Set a page dirty.  Return true if this dirtied it */
--      int (*set_page_dirty)(struct page *page);
-+      int (* const set_page_dirty)(struct page *page);
--      int (*readpages)(struct file *filp, struct address_space *mapping,
-+      int (* const readpages)(struct file *filp, struct address_space *mapping,
-                       struct list_head *pages, unsigned nr_pages);
--      int (*write_begin)(struct file *, struct address_space *mapping,
-+      int (* const write_begin)(struct file *, struct address_space *mapping,
-                               loff_t pos, unsigned len, unsigned flags,
-                               struct page **pagep, void **fsdata);
--      int (*write_end)(struct file *, struct address_space *mapping,
-+      int (* const write_end)(struct file *, struct address_space *mapping,
-                               loff_t pos, unsigned len, unsigned copied,
-                               struct page *page, void *fsdata);
-       /* Unfortunately this kludge is needed for FIBMAP. Don't use it */
--      sector_t (*bmap)(struct address_space *, sector_t);
--      void (*invalidatepage) (struct page *, unsigned long);
--      int (*releasepage) (struct page *, gfp_t);
--      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 *);
- };
- /*
-@@ -1059,17 +1064,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 *);
+@@ -1544,7 +1549,7 @@ struct block_device_operations;
+  * the big kernel lock held in all filesystems.
+  */
+ struct file_operations {
+-      struct module *owner;
++      struct module * const owner;
+       loff_t (*llseek) (struct file *, loff_t, int);
+       ssize_t (*read) (struct file *, char __user *, size_t, loff_t *);
+       ssize_t (*write) (struct file *, const char __user *, size_t, loff_t *);
+@@ -1572,6 +1577,7 @@ struct file_operations {
+       long (*fallocate)(struct file *file, int mode, loff_t offset,
+                         loff_t len);
  };
++typedef struct file_operations __no_const file_operations_no_const;
  
- 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);
- };
+ #define IPERM_FLAG_RCU        0x0001
  
- struct lock_manager {
-diff -urNp linux-2.6.38.6/include/linux/fs_struct.h linux-2.6.38.6/include/linux/fs_struct.h
---- linux-2.6.38.6/include/linux/fs_struct.h   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/include/linux/fs_struct.h   2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/include/linux/fs_struct.h linux-3.0.3/include/linux/fs_struct.h
+--- linux-3.0.3/include/linux/fs_struct.h      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/include/linux/fs_struct.h      2011-08-23 21:47:56.000000000 -0400
 @@ -6,7 +6,7 @@
  #include <linux/seqlock.h>
  
@@ -53828,10 +51698,19 @@ diff -urNp linux-2.6.38.6/include/linux/fs_struct.h linux-2.6.38.6/include/linux
        spinlock_t lock;
        seqcount_t seq;
        int umask;
-diff -urNp linux-2.6.38.6/include/linux/ftrace_event.h linux-2.6.38.6/include/linux/ftrace_event.h
---- linux-2.6.38.6/include/linux/ftrace_event.h        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/include/linux/ftrace_event.h        2011-05-02 19:07:09.000000000 -0400
-@@ -236,7 +236,7 @@ extern int trace_define_field(struct ftr
+diff -urNp linux-3.0.3/include/linux/ftrace_event.h linux-3.0.3/include/linux/ftrace_event.h
+--- linux-3.0.3/include/linux/ftrace_event.h   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);
  
@@ -53840,10 +51719,10 @@ diff -urNp linux-2.6.38.6/include/linux/ftrace_event.h linux-2.6.38.6/include/li
  
  int trace_set_clr_event(const char *system, const char *event, int set);
  
-diff -urNp linux-2.6.38.6/include/linux/genhd.h linux-2.6.38.6/include/linux/genhd.h
---- linux-2.6.38.6/include/linux/genhd.h       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/include/linux/genhd.h       2011-04-28 19:34:15.000000000 -0400
-@@ -183,7 +183,7 @@ struct gendisk {
+diff -urNp linux-3.0.3/include/linux/genhd.h linux-3.0.3/include/linux/genhd.h
+--- linux-3.0.3/include/linux/genhd.h  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -53852,9 +51731,9 @@ diff -urNp linux-2.6.38.6/include/linux/genhd.h linux-2.6.38.6/include/linux/gen
        struct disk_events *ev;
  #ifdef  CONFIG_BLK_DEV_INTEGRITY
        struct blk_integrity *integrity;
-diff -urNp linux-2.6.38.6/include/linux/gracl.h linux-2.6.38.6/include/linux/gracl.h
---- linux-2.6.38.6/include/linux/gracl.h       1969-12-31 19:00:00.000000000 -0500
-+++ linux-2.6.38.6/include/linux/gracl.h       2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/include/linux/gracl.h linux-3.0.3/include/linux/gracl.h
+--- linux-3.0.3/include/linux/gracl.h  1969-12-31 19:00:00.000000000 -0500
++++ linux-3.0.3/include/linux/gracl.h  2011-08-23 21:48:14.000000000 -0400
 @@ -0,0 +1,317 @@
 +#ifndef GR_ACL_H
 +#define GR_ACL_H
@@ -54173,9 +52052,9 @@ diff -urNp linux-2.6.38.6/include/linux/gracl.h linux-2.6.38.6/include/linux/gra
 +
 +#endif
 +
-diff -urNp linux-2.6.38.6/include/linux/gralloc.h linux-2.6.38.6/include/linux/gralloc.h
---- linux-2.6.38.6/include/linux/gralloc.h     1969-12-31 19:00:00.000000000 -0500
-+++ linux-2.6.38.6/include/linux/gralloc.h     2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/include/linux/gralloc.h linux-3.0.3/include/linux/gralloc.h
+--- linux-3.0.3/include/linux/gralloc.h        1969-12-31 19:00:00.000000000 -0500
++++ linux-3.0.3/include/linux/gralloc.h        2011-08-23 21:48:14.000000000 -0400
 @@ -0,0 +1,9 @@
 +#ifndef __GRALLOC_H
 +#define __GRALLOC_H
@@ -54186,10 +52065,10 @@ diff -urNp linux-2.6.38.6/include/linux/gralloc.h linux-2.6.38.6/include/linux/g
 +void *acl_alloc_num(unsigned long num, unsigned long len);
 +
 +#endif
-diff -urNp linux-2.6.38.6/include/linux/grdefs.h linux-2.6.38.6/include/linux/grdefs.h
---- linux-2.6.38.6/include/linux/grdefs.h      1969-12-31 19:00:00.000000000 -0500
-+++ linux-2.6.38.6/include/linux/grdefs.h      2011-04-28 19:34:15.000000000 -0400
-@@ -0,0 +1,139 @@
+diff -urNp linux-3.0.3/include/linux/grdefs.h linux-3.0.3/include/linux/grdefs.h
+--- linux-3.0.3/include/linux/grdefs.h 1969-12-31 19:00:00.000000000 -0500
++++ linux-3.0.3/include/linux/grdefs.h 2011-08-23 21:48:14.000000000 -0400
+@@ -0,0 +1,140 @@
 +#ifndef GRDEFS_H
 +#define GRDEFS_H
 +
@@ -54279,7 +52158,8 @@ diff -urNp linux-2.6.38.6/include/linux/grdefs.h linux-2.6.38.6/include/linux/gr
 +      GR_PROCFIND     = 0x00008000,
 +      GR_POVERRIDE    = 0x00010000,
 +      GR_KERNELAUTH   = 0x00020000,
-+      GR_ATSECURE     = 0x00040000
++      GR_ATSECURE     = 0x00040000,
++      GR_SHMEXEC      = 0x00080000
 +};
 +
 +enum {
@@ -54329,9 +52209,9 @@ diff -urNp linux-2.6.38.6/include/linux/grdefs.h linux-2.6.38.6/include/linux/gr
 +};
 +
 +#endif
-diff -urNp linux-2.6.38.6/include/linux/grinternal.h linux-2.6.38.6/include/linux/grinternal.h
---- linux-2.6.38.6/include/linux/grinternal.h  1969-12-31 19:00:00.000000000 -0500
-+++ linux-2.6.38.6/include/linux/grinternal.h  2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/include/linux/grinternal.h linux-3.0.3/include/linux/grinternal.h
+--- linux-3.0.3/include/linux/grinternal.h     1969-12-31 19:00:00.000000000 -0500
++++ linux-3.0.3/include/linux/grinternal.h     2011-08-23 21:48:14.000000000 -0400
 @@ -0,0 +1,219 @@
 +#ifndef __GRINTERNAL_H
 +#define __GRINTERNAL_H
@@ -54381,7 +52261,6 @@ diff -urNp linux-2.6.38.6/include/linux/grinternal.h linux-2.6.38.6/include/linu
 +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;
@@ -54413,6 +52292,7 @@ diff -urNp linux-2.6.38.6/include/linux/grinternal.h linux-2.6.38.6/include/linu
 +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;
@@ -54552,9 +52432,9 @@ diff -urNp linux-2.6.38.6/include/linux/grinternal.h linux-2.6.38.6/include/linu
 +#endif
 +
 +#endif
-diff -urNp linux-2.6.38.6/include/linux/grmsg.h linux-2.6.38.6/include/linux/grmsg.h
---- linux-2.6.38.6/include/linux/grmsg.h       1969-12-31 19:00:00.000000000 -0500
-+++ linux-2.6.38.6/include/linux/grmsg.h       2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/include/linux/grmsg.h linux-3.0.3/include/linux/grmsg.h
+--- linux-3.0.3/include/linux/grmsg.h  1969-12-31 19:00:00.000000000 -0500
++++ linux-3.0.3/include/linux/grmsg.h  2011-08-23 21:48:14.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"
@@ -54664,19 +52544,21 @@ diff -urNp linux-2.6.38.6/include/linux/grmsg.h linux-2.6.38.6/include/linux/grm
 +#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.38.6/include/linux/grsecurity.h linux-2.6.38.6/include/linux/grsecurity.h
---- linux-2.6.38.6/include/linux/grsecurity.h  1969-12-31 19:00:00.000000000 -0500
-+++ linux-2.6.38.6/include/linux/grsecurity.h  2011-04-28 19:34:15.000000000 -0400
-@@ -0,0 +1,212 @@
+diff -urNp linux-3.0.3/include/linux/grsecurity.h linux-3.0.3/include/linux/grsecurity.h
+--- linux-3.0.3/include/linux/grsecurity.h     1969-12-31 19:00:00.000000000 -0500
++++ linux-3.0.3/include/linux/grsecurity.h     2011-08-23 21:48:14.000000000 -0400
+@@ -0,0 +1,228 @@
 +#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
@@ -54693,6 +52575,20 @@ diff -urNp linux-2.6.38.6/include/linux/grsecurity.h linux-2.6.38.6/include/linu
 +#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);
@@ -54726,7 +52622,7 @@ diff -urNp linux-2.6.38.6/include/linux/grsecurity.h linux-2.6.38.6/include/linu
 +                                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);
@@ -54746,10 +52642,7 @@ diff -urNp linux-2.6.38.6/include/linux/grsecurity.h linux-2.6.38.6/include/linu
 +                       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);
@@ -54877,12 +52770,15 @@ diff -urNp linux-2.6.38.6/include/linux/grsecurity.h linux-2.6.38.6/include/linu
 +
 +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.38.6/include/linux/grsock.h linux-2.6.38.6/include/linux/grsock.h
---- linux-2.6.38.6/include/linux/grsock.h      1969-12-31 19:00:00.000000000 -0500
-+++ linux-2.6.38.6/include/linux/grsock.h      2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/include/linux/grsock.h linux-3.0.3/include/linux/grsock.h
+--- linux-3.0.3/include/linux/grsock.h 1969-12-31 19:00:00.000000000 -0500
++++ linux-3.0.3/include/linux/grsock.h 2011-08-23 21:48:14.000000000 -0400
 @@ -0,0 +1,19 @@
 +#ifndef __GRSOCK_H
 +#define __GRSOCK_H
@@ -54903,9 +52799,21 @@ diff -urNp linux-2.6.38.6/include/linux/grsock.h linux-2.6.38.6/include/linux/gr
 +                          const int protocol);
 +
 +#endif
-diff -urNp linux-2.6.38.6/include/linux/highmem.h linux-2.6.38.6/include/linux/highmem.h
---- linux-2.6.38.6/include/linux/highmem.h     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/include/linux/highmem.h     2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/include/linux/hid.h linux-3.0.3/include/linux/hid.h
+--- linux-3.0.3/include/linux/hid.h    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.3/include/linux/highmem.h linux-3.0.3/include/linux/highmem.h
+--- linux-3.0.3/include/linux/highmem.h        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);
  }
@@ -54925,9 +52833,20 @@ diff -urNp linux-2.6.38.6/include/linux/highmem.h linux-2.6.38.6/include/linux/h
  static inline void zero_user_segments(struct page *page,
        unsigned start1, unsigned end1,
        unsigned start2, unsigned end2)
-diff -urNp linux-2.6.38.6/include/linux/i2o.h linux-2.6.38.6/include/linux/i2o.h
---- linux-2.6.38.6/include/linux/i2o.h 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/include/linux/i2o.h 2011-04-28 19:57:25.000000000 -0400
+diff -urNp linux-3.0.3/include/linux/i2c.h linux-3.0.3/include/linux/i2c.h
+--- linux-3.0.3/include/linux/i2c.h    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.3/include/linux/i2o.h linux-3.0.3/include/linux/i2o.h
+--- linux-3.0.3/include/linux/i2o.h    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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
@@ -54937,9 +52856,9 @@ diff -urNp linux-2.6.38.6/include/linux/i2o.h linux-2.6.38.6/include/linux/i2o.h
        struct list_head context_list;  /* list of context id's
                                           and pointers */
  #endif
-diff -urNp linux-2.6.38.6/include/linux/init.h linux-2.6.38.6/include/linux/init.h
---- linux-2.6.38.6/include/linux/init.h        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/include/linux/init.h        2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/include/linux/init.h linux-3.0.3/include/linux/init.h
+--- linux-3.0.3/include/linux/init.h   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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(). */
@@ -54956,11 +52875,11 @@ diff -urNp linux-2.6.38.6/include/linux/init.h linux-2.6.38.6/include/linux/init
        { return exitfn; }                                      \
        void cleanup_module(void) __attribute__((alias(#exitfn)));
  
-diff -urNp linux-2.6.38.6/include/linux/init_task.h linux-2.6.38.6/include/linux/init_task.h
---- linux-2.6.38.6/include/linux/init_task.h   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/include/linux/init_task.h   2011-04-30 19:59:43.000000000 -0400
-@@ -83,6 +83,12 @@ extern struct group_info init_groups;
- #define INIT_IDS
+diff -urNp linux-3.0.3/include/linux/init_task.h linux-3.0.3/include/linux/init_task.h
+--- linux-3.0.3/include/linux/init_task.h      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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
@@ -54970,9 +52889,9 @@ diff -urNp linux-2.6.38.6/include/linux/init_task.h linux-2.6.38.6/include/linux
 +#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,                                  \
@@ -54980,10 +52899,22 @@ diff -urNp linux-2.6.38.6/include/linux/init_task.h linux-2.6.38.6/include/linux
        .fs             = &init_fs,                                     \
        .files          = &init_files,                                  \
        .signal         = &init_signals,                                \
-diff -urNp linux-2.6.38.6/include/linux/interrupt.h linux-2.6.38.6/include/linux/interrupt.h
---- linux-2.6.38.6/include/linux/interrupt.h   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/include/linux/interrupt.h   2011-04-28 19:34:15.000000000 -0400
-@@ -393,7 +393,7 @@ enum
+diff -urNp linux-3.0.3/include/linux/intel-iommu.h linux-3.0.3/include/linux/intel-iommu.h
+--- linux-3.0.3/include/linux/intel-iommu.h    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.3/include/linux/interrupt.h linux-3.0.3/include/linux/interrupt.h
+--- linux-3.0.3/include/linux/interrupt.h      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.
   */
@@ -54992,7 +52923,7 @@ diff -urNp linux-2.6.38.6/include/linux/interrupt.h linux-2.6.38.6/include/linux
  
  /* softirq mask and active fields moved to irq_cpustat_t in
   * asm/hardirq.h to get better cache usage.  KAO
-@@ -401,12 +401,12 @@ extern char *softirq_to_name[NR_SOFTIRQS
+@@ -430,12 +430,12 @@ extern char *softirq_to_name[NR_SOFTIRQS
  
  struct softirq_action
  {
@@ -55007,9 +52938,9 @@ diff -urNp linux-2.6.38.6/include/linux/interrupt.h linux-2.6.38.6/include/linux
  extern void softirq_init(void);
  static inline void __raise_softirq_irqoff(unsigned int nr)
  {
-diff -urNp linux-2.6.38.6/include/linux/kallsyms.h linux-2.6.38.6/include/linux/kallsyms.h
---- linux-2.6.38.6/include/linux/kallsyms.h    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/include/linux/kallsyms.h    2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/include/linux/kallsyms.h linux-3.0.3/include/linux/kallsyms.h
+--- linux-3.0.3/include/linux/kallsyms.h       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/include/linux/kallsyms.h       2011-08-23 21:48:14.000000000 -0400
 @@ -15,7 +15,8 @@
  
  struct module;
@@ -55020,13 +52951,14 @@ diff -urNp linux-2.6.38.6/include/linux/kallsyms.h linux-2.6.38.6/include/linux/
  /* Lookup the address for a symbol. Returns 0 if not found. */
  unsigned long kallsyms_lookup_name(const char *name);
  
-@@ -92,6 +93,15 @@ static inline int lookup_symbol_attrs(un
+@@ -99,6 +100,16 @@ static inline int lookup_symbol_attrs(un
  /* Stupid that this does nothing, but I didn't create this mess. */
  #define __print_symbol(fmt, addr)
  #endif /*CONFIG_KALLSYMS*/
 +#else /* when included by kallsyms.c, vsnprintf.c, or
 +       arch/x86/kernel/dumpstack.c, with HIDESYM enabled */
 +extern void __print_symbol(const char *fmt, unsigned long address);
++extern int sprint_backtrace(char *buffer, unsigned long address);
 +extern int sprint_symbol(char *buffer, unsigned long address);
 +const char *kallsyms_lookup(unsigned long addr,
 +                          unsigned long *symbolsize,
@@ -55036,9 +52968,9 @@ diff -urNp linux-2.6.38.6/include/linux/kallsyms.h linux-2.6.38.6/include/linux/
  
  /* This macro allows us to keep printk typechecking */
  static void __check_printsym_format(const char *fmt, ...)
-diff -urNp linux-2.6.38.6/include/linux/kgdb.h linux-2.6.38.6/include/linux/kgdb.h
---- linux-2.6.38.6/include/linux/kgdb.h        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/include/linux/kgdb.h        2011-04-28 19:57:25.000000000 -0400
+diff -urNp linux-3.0.3/include/linux/kgdb.h linux-3.0.3/include/linux/kgdb.h
+--- linux-3.0.3/include/linux/kgdb.h   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/include/linux/kgdb.h   2011-08-23 21:47:56.000000000 -0400
 @@ -53,7 +53,7 @@ extern int kgdb_connected;
  extern int kgdb_io_module_registered;
  
@@ -55048,43 +52980,38 @@ diff -urNp linux-2.6.38.6/include/linux/kgdb.h linux-2.6.38.6/include/linux/kgdb
  
  extern struct task_struct     *kgdb_usethread;
  extern struct task_struct     *kgdb_contthread;
-@@ -269,22 +269,22 @@ struct kgdb_arch {
+@@ -241,8 +241,8 @@ extern void kgdb_arch_late(void);
+  * hardware debug registers.
+  */
+ struct kgdb_arch {
+-      unsigned char           gdb_bpt_instr[BREAK_INSTR_SIZE];
+-      unsigned long           flags;
++      const unsigned char     gdb_bpt_instr[BREAK_INSTR_SIZE];
++      const unsigned long     flags;
+       int     (*set_breakpoint)(unsigned long, char *);
+       int     (*remove_breakpoint)(unsigned long, char *);
+@@ -268,14 +268,14 @@ struct kgdb_arch {
+  * not a console
   */
  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;
+-      const char              *name;
++      const char * const      name;
+       int                     (*read_char) (void);
+       void                    (*write_char) (u8);
+       void                    (*flush) (void);
+       int                     (*init) (void);
+       void                    (*pre_exception) (void);
+       void                    (*post_exception) (void);
+-      int                     is_console;
++      const int               is_console;
  };
  
--extern struct kgdb_arch               arch_kgdb_ops;
-+extern const struct kgdb_arch arch_kgdb_ops;
- extern unsigned long __weak kgdb_arch_pc(int exception, struct pt_regs *regs);
--extern int kgdb_register_io_module(struct kgdb_io *local_kgdb_io_ops);
--extern void kgdb_unregister_io_module(struct kgdb_io *local_kgdb_io_ops);
--extern 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 int kgdb_hex2long(char **ptr, unsigned long *long_val);
- extern char *kgdb_mem2hex(char *mem, char *buf, int count);
-diff -urNp linux-2.6.38.6/include/linux/kmod.h linux-2.6.38.6/include/linux/kmod.h
---- linux-2.6.38.6/include/linux/kmod.h        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/include/linux/kmod.h        2011-04-28 19:34:15.000000000 -0400
-@@ -33,6 +33,8 @@ extern char modprobe_path[]; /* for sysc
+ extern struct kgdb_arch               arch_kgdb_ops;
+diff -urNp linux-3.0.3/include/linux/kmod.h linux-3.0.3/include/linux/kmod.h
+--- linux-3.0.3/include/linux/kmod.h   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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)));
@@ -55093,10 +53020,10 @@ diff -urNp linux-2.6.38.6/include/linux/kmod.h linux-2.6.38.6/include/linux/kmod
  #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.38.6/include/linux/kvm_host.h linux-2.6.38.6/include/linux/kvm_host.h
---- linux-2.6.38.6/include/linux/kvm_host.h    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/include/linux/kvm_host.h    2011-04-28 19:34:15.000000000 -0400
-@@ -288,7 +288,7 @@ void kvm_vcpu_uninit(struct kvm_vcpu *vc
+diff -urNp linux-3.0.3/include/linux/kvm_host.h linux-3.0.3/include/linux/kvm_host.h
+--- linux-3.0.3/include/linux/kvm_host.h       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);
  
@@ -55105,7 +53032,7 @@ diff -urNp linux-2.6.38.6/include/linux/kvm_host.h linux-2.6.38.6/include/linux/
                  struct module *module);
  void kvm_exit(void);
  
-@@ -428,7 +428,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);
  
@@ -55114,82 +53041,56 @@ diff -urNp linux-2.6.38.6/include/linux/kvm_host.h linux-2.6.38.6/include/linux/
  void kvm_arch_exit(void);
  
  int kvm_arch_vcpu_init(struct kvm_vcpu *vcpu);
-diff -urNp linux-2.6.38.6/include/linux/libata.h linux-2.6.38.6/include/linux/libata.h
---- linux-2.6.38.6/include/linux/libata.h      2011-05-10 22:06:27.000000000 -0400
-+++ linux-2.6.38.6/include/linux/libata.h      2011-05-10 22:06:56.000000000 -0400
-@@ -531,11 +531,11 @@ struct ata_ioports {
- struct ata_host {
-       spinlock_t              lock;
--      struct device           *dev;
-+      struct device           *dev;
-       void __iomem * const    *iomap;
-       unsigned int            n_ports;
-       void                    *private_data;
--      struct ata_port_operations *ops;
-+      const struct ata_port_operations *ops;
-       unsigned long           flags;
-       struct mutex            eh_mutex;
-@@ -726,7 +726,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 */
-@@ -914,7 +914,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;
- };
-@@ -938,7 +938,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 *
-@@ -984,7 +984,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.38.6/include/linux/lockd/bind.h linux-2.6.38.6/include/linux/lockd/bind.h
---- linux-2.6.38.6/include/linux/lockd/bind.h  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/include/linux/lockd/bind.h  2011-04-28 19:34:15.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 *);
+diff -urNp linux-3.0.3/include/linux/libata.h linux-3.0.3/include/linux/libata.h
+--- linux-3.0.3/include/linux/libata.h 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/include/linux/libata.h 2011-08-23 21:47:56.000000000 -0400
+@@ -898,7 +898,7 @@ struct ata_port_operations {
+        * ->inherits must be the last field and all the preceding
+        * fields must be pointers.
+        */
+-      const struct ata_port_operations        *inherits;
++      const struct ata_port_operations * const inherits;
  };
  
--extern struct nlmsvc_binding *        nlmsvc_ops;
-+extern const struct nlmsvc_binding *  nlmsvc_ops;
+ struct ata_port_info {
+diff -urNp linux-3.0.3/include/linux/mca.h linux-3.0.3/include/linux/mca.h
+--- linux-3.0.3/include/linux/mca.h    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.3/include/linux/memory.h linux-3.0.3/include/linux/memory.h
+--- linux-3.0.3/include/linux/memory.h 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.38.6/include/linux/mm.h linux-2.6.38.6/include/linux/mm.h
---- linux-2.6.38.6/include/linux/mm.h  2011-05-10 22:06:27.000000000 -0400
-+++ linux-2.6.38.6/include/linux/mm.h  2011-05-10 22:06:56.000000000 -0400
+  * Kernel text modification mutex, used for code patching. Users of this lock
+diff -urNp linux-3.0.3/include/linux/mfd/abx500.h linux-3.0.3/include/linux/mfd/abx500.h
+--- linux-3.0.3/include/linux/mfd/abx500.h     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);
+ void abx500_remove_ops(struct device *dev);
+diff -urNp linux-3.0.3/include/linux/mm.h linux-3.0.3/include/linux/mm.h
+--- linux-3.0.3/include/linux/mm.h     2011-08-23 21:44:40.000000000 -0400
++++ linux-3.0.3/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 */
@@ -55205,27 +53106,49 @@ diff -urNp linux-2.6.38.6/include/linux/mm.h linux-2.6.38.6/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 */
  
-@@ -993,12 +1000,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);
  
 -/* Is the vma a continuation of the stack vma above it? */
--static inline int vma_stack_continue(struct vm_area_struct *vma, unsigned long addr)
+-static inline int vma_growsdown(struct vm_area_struct *vma, unsigned long addr)
 -{
 -      return vma && (vma->vm_end == addr) && (vma->vm_flags & VM_GROWSDOWN);
 -}
+-
+-static inline int stack_guard_page_start(struct vm_area_struct *vma,
+-                                           unsigned long addr)
+-{
+-      return (vma->vm_flags & VM_GROWSDOWN) &&
+-              (vma->vm_start == addr) &&
+-              !vma_growsdown(vma->vm_prev, addr);
+-}
+-
+-/* Is the vma a continuation of the stack vma below it? */
+-static inline int vma_growsup(struct vm_area_struct *vma, unsigned long addr)
+-{
+-      return vma && (vma->vm_start == addr) && (vma->vm_flags & VM_GROWSUP);
+-}
+-
+-static inline int stack_guard_page_end(struct vm_area_struct *vma,
+-                                         unsigned long addr)
+-{
+-      return (vma->vm_flags & VM_GROWSUP) &&
+-              (vma->vm_end == addr) &&
+-              !vma_growsup(vma->vm_next, addr);
+-}
 -
  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);
-@@ -1150,6 +1151,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);
 +}
@@ -55234,7 +53157,7 @@ diff -urNp linux-2.6.38.6/include/linux/mm.h linux-2.6.38.6/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,
-@@ -1439,6 +1449,7 @@ out:
+@@ -1452,6 +1440,7 @@ out:
  }
  
  extern int do_munmap(struct mm_struct *, unsigned long, size_t);
@@ -55242,7 +53165,7 @@ diff -urNp linux-2.6.38.6/include/linux/mm.h linux-2.6.38.6/include/linux/mm.h
  
  extern unsigned long do_brk(unsigned long, unsigned long);
  
-@@ -1495,6 +1506,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);
  
@@ -55253,7 +53176,7 @@ diff -urNp linux-2.6.38.6/include/linux/mm.h linux-2.6.38.6/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)
-@@ -1511,15 +1526,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;
  }
  
@@ -55269,16 +53192,16 @@ diff -urNp linux-2.6.38.6/include/linux/mm.h linux-2.6.38.6/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);
-@@ -1628,7 +1634,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);
 -extern atomic_long_t mce_bad_pages;
 +extern atomic_long_unchecked_t mce_bad_pages;
  extern int soft_offline_page(struct page *page, int flags);
- #ifdef CONFIG_MEMORY_FAILURE
int is_hwpoison_address(unsigned long addr);
-@@ -1650,5 +1656,11 @@ extern void copy_user_huge_page(struct p
extern void dump_page(struct page *page);
+@@ -1661,5 +1645,11 @@ extern void copy_user_huge_page(struct p
                                unsigned int pages_per_huge_page);
  #endif /* CONFIG_TRANSPARENT_HUGEPAGE || CONFIG_HUGETLBFS */
  
@@ -55290,10 +53213,10 @@ diff -urNp linux-2.6.38.6/include/linux/mm.h linux-2.6.38.6/include/linux/mm.h
 +
  #endif /* __KERNEL__ */
  #endif /* _LINUX_MM_H */
-diff -urNp linux-2.6.38.6/include/linux/mm_types.h linux-2.6.38.6/include/linux/mm_types.h
---- linux-2.6.38.6/include/linux/mm_types.h    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/include/linux/mm_types.h    2011-04-28 19:34:15.000000000 -0400
-@@ -183,6 +183,8 @@ struct vm_area_struct {
+diff -urNp linux-3.0.3/include/linux/mm_types.h linux-3.0.3/include/linux/mm_types.h
+--- linux-3.0.3/include/linux/mm_types.h       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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
@@ -55302,10 +53225,10 @@ diff -urNp linux-2.6.38.6/include/linux/mm_types.h linux-2.6.38.6/include/linux/
  };
  
  struct core_thread {
-@@ -315,6 +317,24 @@ struct mm_struct {
+@@ -316,6 +318,24 @@ struct mm_struct {
+ #ifdef CONFIG_CPUMASK_OFFSTACK
+       struct cpumask cpumask_allocation;
  #endif
-       /* How many tasks sharing this mm are OOM_DISABLE */
-       atomic_t oom_disable_count;
 +
 +#if defined(CONFIG_PAX_EI_PAX) || defined(CONFIG_PAX_PT_PAX_FLAGS) || defined(CONFIG_PAX_NOEXEC) || defined(CONFIG_PAX_ASLR)
 +      unsigned long pax_flags;
@@ -55326,10 +53249,10 @@ diff -urNp linux-2.6.38.6/include/linux/mm_types.h linux-2.6.38.6/include/linux/
 +
  };
  
- /* Future-safe accessor for struct mm_struct's cpu_vm_mask. */
-diff -urNp linux-2.6.38.6/include/linux/mmu_notifier.h linux-2.6.38.6/include/linux/mmu_notifier.h
---- linux-2.6.38.6/include/linux/mmu_notifier.h        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/include/linux/mmu_notifier.h        2011-04-28 19:34:15.000000000 -0400
+ static inline void mm_init_cpumask(struct mm_struct *mm)
+diff -urNp linux-3.0.3/include/linux/mmu_notifier.h linux-3.0.3/include/linux/mmu_notifier.h
+--- linux-3.0.3/include/linux/mmu_notifier.h   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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)             \
@@ -55346,10 +53269,10 @@ diff -urNp linux-2.6.38.6/include/linux/mmu_notifier.h linux-2.6.38.6/include/li
  })
  
  #define pmdp_clear_flush_notify(__vma, __address, __pmdp)             \
-diff -urNp linux-2.6.38.6/include/linux/mmzone.h linux-2.6.38.6/include/linux/mmzone.h
---- linux-2.6.38.6/include/linux/mmzone.h      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/include/linux/mmzone.h      2011-04-28 19:34:15.000000000 -0400
-@@ -355,7 +355,7 @@ struct zone {
+diff -urNp linux-3.0.3/include/linux/mmzone.h linux-3.0.3/include/linux/mmzone.h
+--- linux-3.0.3/include/linux/mmzone.h 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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 */
@@ -55358,9 +53281,9 @@ diff -urNp linux-2.6.38.6/include/linux/mmzone.h linux-2.6.38.6/include/linux/mm
  
        /*
         * The target ratio of ACTIVE_ANON to INACTIVE_ANON pages on
-diff -urNp linux-2.6.38.6/include/linux/mod_devicetable.h linux-2.6.38.6/include/linux/mod_devicetable.h
---- linux-2.6.38.6/include/linux/mod_devicetable.h     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/include/linux/mod_devicetable.h     2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/include/linux/mod_devicetable.h linux-3.0.3/include/linux/mod_devicetable.h
+--- linux-3.0.3/include/linux/mod_devicetable.h        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/include/linux/mod_devicetable.h        2011-08-23 21:47:56.000000000 -0400
 @@ -12,7 +12,7 @@
  typedef unsigned long kernel_ulong_t;
  #endif
@@ -55379,10 +53302,18 @@ diff -urNp linux-2.6.38.6/include/linux/mod_devicetable.h linux-2.6.38.6/include
  
  struct hid_device_id {
        __u16 bus;
-diff -urNp linux-2.6.38.6/include/linux/module.h linux-2.6.38.6/include/linux/module.h
---- linux-2.6.38.6/include/linux/module.h      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/include/linux/module.h      2011-04-28 19:34:15.000000000 -0400
-@@ -324,19 +324,16 @@ struct module
+diff -urNp linux-3.0.3/include/linux/module.h linux-3.0.3/include/linux/module.h
+--- linux-3.0.3/include/linux/module.h 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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 */
@@ -55406,7 +53337,18 @@ diff -urNp linux-2.6.38.6/include/linux/module.h linux-2.6.38.6/include/linux/mo
  
        /* 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);
  
@@ -55457,9 +53399,9 @@ diff -urNp linux-2.6.38.6/include/linux/module.h linux-2.6.38.6/include/linux/mo
  }
  
  /* Search for module by name: must hold module_mutex. */
-diff -urNp linux-2.6.38.6/include/linux/moduleloader.h linux-2.6.38.6/include/linux/moduleloader.h
---- linux-2.6.38.6/include/linux/moduleloader.h        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/include/linux/moduleloader.h        2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/include/linux/moduleloader.h linux-3.0.3/include/linux/moduleloader.h
+--- linux-3.0.3/include/linux/moduleloader.h   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);
@@ -55482,9 +53424,9 @@ diff -urNp linux-2.6.38.6/include/linux/moduleloader.h linux-2.6.38.6/include/li
  /* Apply the given relocation to the (simplified) ELF.  Return -error
     or 0. */
  int apply_relocate(Elf_Shdr *sechdrs,
-diff -urNp linux-2.6.38.6/include/linux/moduleparam.h linux-2.6.38.6/include/linux/moduleparam.h
---- linux-2.6.38.6/include/linux/moduleparam.h 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/include/linux/moduleparam.h 2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/include/linux/moduleparam.h linux-3.0.3/include/linux/moduleparam.h
+--- linux-3.0.3/include/linux/moduleparam.h    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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).
   */
@@ -55500,25 +53442,13 @@ diff -urNp linux-2.6.38.6/include/linux/moduleparam.h linux-2.6.38.6/include/lin
  #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,                  \
-diff -urNp linux-2.6.38.6/include/linux/mutex.h linux-2.6.38.6/include/linux/mutex.h
---- linux-2.6.38.6/include/linux/mutex.h       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/include/linux/mutex.h       2011-04-28 19:34:15.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.38.6/include/linux/namei.h linux-2.6.38.6/include/linux/namei.h
---- linux-2.6.38.6/include/linux/namei.h       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/include/linux/namei.h       2011-04-28 19:34:15.000000000 -0400
-@@ -25,7 +25,7 @@ struct nameidata {
+       = { .max = ARRAY_SIZE(array), .num = nump,                      \
+           .ops = &param_ops_##type,                                   \
+           .elemsize = sizeof(array[0]), .elem = array };              \
+diff -urNp linux-3.0.3/include/linux/namei.h linux-3.0.3/include/linux/namei.h
+--- linux-3.0.3/include/linux/namei.h  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/include/linux/namei.h  2011-08-23 21:47:56.000000000 -0400
+@@ -24,7 +24,7 @@ struct nameidata {
        unsigned        seq;
        int             last_type;
        unsigned        depth;
@@ -55527,7 +53457,7 @@ diff -urNp linux-2.6.38.6/include/linux/namei.h linux-2.6.38.6/include/linux/nam
  
        /* Intent data */
        union {
-@@ -88,12 +88,12 @@ extern int follow_up(struct path *);
+@@ -91,12 +91,12 @@ extern int follow_up(struct path *);
  extern struct dentry *lock_rename(struct dentry *, struct dentry *);
  extern void unlock_rename(struct dentry *, struct dentry *);
  
@@ -55542,9 +53472,20 @@ diff -urNp linux-2.6.38.6/include/linux/namei.h linux-2.6.38.6/include/linux/nam
  {
        return nd->saved_names[nd->depth];
  }
-diff -urNp linux-2.6.38.6/include/linux/netfilter/xt_gradm.h linux-2.6.38.6/include/linux/netfilter/xt_gradm.h
---- linux-2.6.38.6/include/linux/netfilter/xt_gradm.h  1969-12-31 19:00:00.000000000 -0500
-+++ linux-2.6.38.6/include/linux/netfilter/xt_gradm.h  2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/include/linux/netdevice.h linux-3.0.3/include/linux/netdevice.h
+--- linux-3.0.3/include/linux/netdevice.h      2011-08-23 21:44:40.000000000 -0400
++++ linux-3.0.3/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.3/include/linux/netfilter/xt_gradm.h linux-3.0.3/include/linux/netfilter/xt_gradm.h
+--- linux-3.0.3/include/linux/netfilter/xt_gradm.h     1969-12-31 19:00:00.000000000 -0500
++++ linux-3.0.3/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
@@ -55555,10 +53496,10 @@ diff -urNp linux-2.6.38.6/include/linux/netfilter/xt_gradm.h linux-2.6.38.6/incl
 +};
 +
 +#endif
-diff -urNp linux-2.6.38.6/include/linux/oprofile.h linux-2.6.38.6/include/linux/oprofile.h
---- linux-2.6.38.6/include/linux/oprofile.h    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/include/linux/oprofile.h    2011-04-28 19:34:15.000000000 -0400
-@@ -132,9 +132,9 @@ int oprofilefs_create_ulong(struct super
+diff -urNp linux-3.0.3/include/linux/oprofile.h linux-3.0.3/include/linux/oprofile.h
+--- linux-3.0.3/include/linux/oprofile.h       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);
   
@@ -55570,9 +53511,9 @@ diff -urNp linux-2.6.38.6/include/linux/oprofile.h linux-2.6.38.6/include/linux/
   
  /** create a directory */
  struct dentry * oprofilefs_mkdir(struct super_block * sb, struct dentry * root,
-diff -urNp linux-2.6.38.6/include/linux/padata.h linux-2.6.38.6/include/linux/padata.h
---- linux-2.6.38.6/include/linux/padata.h      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/include/linux/padata.h      2011-04-28 19:57:25.000000000 -0400
+diff -urNp linux-3.0.3/include/linux/padata.h linux-3.0.3/include/linux/padata.h
+--- linux-3.0.3/include/linux/padata.h 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -55582,10 +53523,10 @@ diff -urNp linux-2.6.38.6/include/linux/padata.h linux-2.6.38.6/include/linux/pa
        atomic_t                        reorder_objects;
        atomic_t                        refcnt;
        unsigned int                    max_seq_nr;
-diff -urNp linux-2.6.38.6/include/linux/perf_event.h linux-2.6.38.6/include/linux/perf_event.h
---- linux-2.6.38.6/include/linux/perf_event.h  2011-04-22 19:20:59.000000000 -0400
-+++ linux-2.6.38.6/include/linux/perf_event.h  2011-04-28 19:57:25.000000000 -0400
-@@ -732,8 +732,8 @@ struct perf_event {
+diff -urNp linux-3.0.3/include/linux/perf_event.h linux-3.0.3/include/linux/perf_event.h
+--- linux-3.0.3/include/linux/perf_event.h     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -55596,7 +53537,7 @@ diff -urNp linux-2.6.38.6/include/linux/perf_event.h linux-2.6.38.6/include/linu
  
        /*
         * These are the total time in nanoseconds that the event
-@@ -784,8 +784,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.
         */
@@ -55607,9 +53548,9 @@ diff -urNp linux-2.6.38.6/include/linux/perf_event.h linux-2.6.38.6/include/linu
  
        /*
         * Protect attach/detach and child_list:
-diff -urNp linux-2.6.38.6/include/linux/pipe_fs_i.h linux-2.6.38.6/include/linux/pipe_fs_i.h
---- linux-2.6.38.6/include/linux/pipe_fs_i.h   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/include/linux/pipe_fs_i.h   2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/include/linux/pipe_fs_i.h linux-3.0.3/include/linux/pipe_fs_i.h
+--- linux-3.0.3/include/linux/pipe_fs_i.h      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -55623,10 +53564,10 @@ diff -urNp linux-2.6.38.6/include/linux/pipe_fs_i.h linux-2.6.38.6/include/linux
        unsigned int r_counter;
        unsigned int w_counter;
        struct page *tmp_page;
-diff -urNp linux-2.6.38.6/include/linux/pm_runtime.h linux-2.6.38.6/include/linux/pm_runtime.h
---- linux-2.6.38.6/include/linux/pm_runtime.h  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/include/linux/pm_runtime.h  2011-04-28 19:34:15.000000000 -0400
-@@ -89,7 +89,7 @@ static inline bool pm_runtime_enabled(st
+diff -urNp linux-3.0.3/include/linux/pm_runtime.h linux-3.0.3/include/linux/pm_runtime.h
+--- linux-3.0.3/include/linux/pm_runtime.h     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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)
  {
@@ -55635,9 +53576,9 @@ diff -urNp linux-2.6.38.6/include/linux/pm_runtime.h linux-2.6.38.6/include/linu
  }
  
  #else /* !CONFIG_PM_RUNTIME */
-diff -urNp linux-2.6.38.6/include/linux/poison.h linux-2.6.38.6/include/linux/poison.h
---- linux-2.6.38.6/include/linux/poison.h      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/include/linux/poison.h      2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/include/linux/poison.h linux-3.0.3/include/linux/poison.h
+--- linux-3.0.3/include/linux/poison.h 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.
@@ -55649,9 +53590,21 @@ diff -urNp linux-2.6.38.6/include/linux/poison.h linux-2.6.38.6/include/linux/po
  
  /********** include/linux/timer.h **********/
  /*
-diff -urNp linux-2.6.38.6/include/linux/proc_fs.h linux-2.6.38.6/include/linux/proc_fs.h
---- linux-2.6.38.6/include/linux/proc_fs.h     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/include/linux/proc_fs.h     2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/include/linux/preempt.h linux-3.0.3/include/linux/preempt.h
+--- linux-3.0.3/include/linux/preempt.h        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
+ /**
+  * preempt_notifier - key for installing preemption notifiers
+diff -urNp linux-3.0.3/include/linux/proc_fs.h linux-3.0.3/include/linux/proc_fs.h
+--- linux-3.0.3/include/linux/proc_fs.h        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);
  }
@@ -55672,9 +53625,18 @@ diff -urNp linux-2.6.38.6/include/linux/proc_fs.h linux-2.6.38.6/include/linux/p
  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.38.6/include/linux/ptrace.h linux-2.6.38.6/include/linux/ptrace.h
---- linux-2.6.38.6/include/linux/ptrace.h      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/include/linux/ptrace.h      2011-04-28 19:34:15.000000000 -0400
+@@ -278,7 +278,7 @@ union proc_op {
+       int (*proc_vs_read)(char *page);
+       int (*proc_vxi_read)(struct vx_info *vxi, char *page);
+       int (*proc_nxi_read)(struct nx_info *nxi, char *page);
+-};
++} __no_const;
+ struct ctl_table_header;
+ struct ctl_table;
+diff -urNp linux-3.0.3/include/linux/ptrace.h linux-3.0.3/include/linux/ptrace.h
+--- linux-3.0.3/include/linux/ptrace.h 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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
@@ -55688,10 +53650,10 @@ diff -urNp linux-2.6.38.6/include/linux/ptrace.h linux-2.6.38.6/include/linux/pt
  
  static inline int ptrace_reparented(struct task_struct *child)
  {
-diff -urNp linux-2.6.38.6/include/linux/random.h linux-2.6.38.6/include/linux/random.h
---- linux-2.6.38.6/include/linux/random.h      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/include/linux/random.h      2011-04-28 19:34:15.000000000 -0400
-@@ -80,12 +80,17 @@ void srandom32(u32 seed);
+diff -urNp linux-3.0.3/include/linux/random.h linux-3.0.3/include/linux/random.h
+--- linux-3.0.3/include/linux/random.h 2011-08-23 21:44:40.000000000 -0400
++++ linux-3.0.3/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 *);
  
@@ -55710,10 +53672,48 @@ diff -urNp linux-2.6.38.6/include/linux/random.h linux-2.6.38.6/include/linux/ra
  }
  
  /**
-diff -urNp linux-2.6.38.6/include/linux/reiserfs_fs.h linux-2.6.38.6/include/linux/reiserfs_fs.h
---- linux-2.6.38.6/include/linux/reiserfs_fs.h 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/include/linux/reiserfs_fs.h 2011-04-28 19:34:15.000000000 -0400
-@@ -1403,7 +1403,7 @@ static inline loff_t max_reiserfs_offset
+diff -urNp linux-3.0.3/include/linux/reboot.h linux-3.0.3/include/linux/reboot.h
+--- linux-3.0.3/include/linux/reboot.h 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.
+  */
+-extern void machine_restart(char *cmd);
+-extern void machine_halt(void);
+-extern void machine_power_off(void);
++extern void machine_restart(char *cmd) __noreturn;
++extern void machine_halt(void) __noreturn;
++extern void machine_power_off(void) __noreturn;
+ extern void machine_shutdown(void);
+ struct pt_regs;
+@@ -60,9 +60,9 @@ extern void machine_crash_shutdown(struc
+  */
+ extern void kernel_restart_prepare(char *cmd);
+-extern void kernel_restart(char *cmd);
+-extern void kernel_halt(void);
+-extern void kernel_power_off(void);
++extern void kernel_restart(char *cmd) __noreturn;
++extern void kernel_halt(void) __noreturn;
++extern void kernel_power_off(void) __noreturn;
+ extern int C_A_D; /* for sysctl */
+ void ctrl_alt_del(void);
+@@ -76,7 +76,7 @@ extern int orderly_poweroff(bool force);
+  * Emergency restart, callable from an interrupt handler.
+  */
+-extern void emergency_restart(void);
++extern void emergency_restart(void) __noreturn;
+ #include <asm/emergency-restart.h>
+ #endif
+diff -urNp linux-3.0.3/include/linux/reiserfs_fs.h linux-3.0.3/include/linux/reiserfs_fs.h
+--- linux-3.0.3/include/linux/reiserfs_fs.h    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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            */
  
  #define fs_generation(s) (REISERFS_SB(s)->s_generation_counter)
@@ -55722,46 +53722,9 @@ diff -urNp linux-2.6.38.6/include/linux/reiserfs_fs.h linux-2.6.38.6/include/lin
  #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)             \
-@@ -1615,24 +1615,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.38.6/include/linux/reiserfs_fs_sb.h linux-2.6.38.6/include/linux/reiserfs_fs_sb.h
---- linux-2.6.38.6/include/linux/reiserfs_fs_sb.h      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/include/linux/reiserfs_fs_sb.h      2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/include/linux/reiserfs_fs_sb.h linux-3.0.3/include/linux/reiserfs_fs_sb.h
+--- linux-3.0.3/include/linux/reiserfs_fs_sb.h 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -55771,10 +53734,33 @@ diff -urNp linux-2.6.38.6/include/linux/reiserfs_fs_sb.h linux-2.6.38.6/include/
        // tree gets re-balanced
        unsigned long s_properties;     /* File system properties. Currently holds
                                           on-disk FS format */
-diff -urNp linux-2.6.38.6/include/linux/rmap.h linux-2.6.38.6/include/linux/rmap.h
---- linux-2.6.38.6/include/linux/rmap.h        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/include/linux/rmap.h        2011-04-28 19:34:15.000000000 -0400
-@@ -145,8 +145,8 @@ static inline void anon_vma_unlock(struc
+diff -urNp linux-3.0.3/include/linux/relay.h linux-3.0.3/include/linux/relay.h
+--- linux-3.0.3/include/linux/relay.h  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.3/include/linux/rfkill.h linux-3.0.3/include/linux/rfkill.h
+--- linux-3.0.3/include/linux/rfkill.h 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.3/include/linux/rmap.h linux-3.0.3/include/linux/rmap.h
+--- linux-3.0.3/include/linux/rmap.h   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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 *);
  void unlink_anon_vmas(struct vm_area_struct *);
@@ -55783,28 +53769,19 @@ diff -urNp linux-2.6.38.6/include/linux/rmap.h linux-2.6.38.6/include/linux/rmap
 +int anon_vma_clone(struct vm_area_struct *, const struct vm_area_struct *);
 +int anon_vma_fork(struct vm_area_struct *, const struct vm_area_struct *);
  void __anon_vma_link(struct vm_area_struct *);
- void anon_vma_free(struct anon_vma *);
  
-diff -urNp linux-2.6.38.6/include/linux/sched.h linux-2.6.38.6/include/linux/sched.h
---- linux-2.6.38.6/include/linux/sched.h       2011-04-22 19:20:59.000000000 -0400
-+++ linux-2.6.38.6/include/linux/sched.h       2011-05-16 21:50:36.000000000 -0400
-@@ -99,6 +99,7 @@ struct robust_list_head;
- struct bio_list;
+ static inline void anon_vma_merge(struct vm_area_struct *vma,
+diff -urNp linux-3.0.3/include/linux/sched.h linux-3.0.3/include/linux/sched.h
+--- linux-3.0.3/include/linux/sched.h  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/include/linux/sched.h  2011-08-23 21:48:14.000000000 -0400
+@@ -100,6 +100,7 @@ struct bio_list;
  struct fs_struct;
  struct perf_event_context;
+ struct blk_plug;
 +struct linux_binprm;
  
  /*
   * List of flags we want to share for kernel threads,
-@@ -359,7 +360,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;
 @@ -380,10 +381,13 @@ struct user_namespace;
  #define DEFAULT_MAX_MAP_COUNT (USHRT_MAX - MAPCOUNT_ELF_CORE_MARGIN)
  
@@ -55819,7 +53796,7 @@ diff -urNp linux-2.6.38.6/include/linux/sched.h linux-2.6.38.6/include/linux/sch
  extern void arch_pick_mmap_layout(struct mm_struct *mm);
  extern unsigned long
  arch_get_unmapped_area(struct file *, unsigned long, unsigned long,
-@@ -628,6 +632,17 @@ struct signal_struct {
+@@ -629,6 +633,17 @@ struct signal_struct {
  #ifdef CONFIG_TASKSTATS
        struct taskstats *stats;
  #endif
@@ -55837,7 +53814,7 @@ diff -urNp linux-2.6.38.6/include/linux/sched.h linux-2.6.38.6/include/linux/sch
  #ifdef CONFIG_AUDIT
        unsigned audit_tty;
        struct tty_audit_buf *tty_audit_buf;
-@@ -700,6 +715,11 @@ struct user_struct {
+@@ -710,6 +725,11 @@ struct user_struct {
        struct key *session_keyring;    /* UID's default session keyring */
  #endif
  
@@ -55849,7 +53826,7 @@ diff -urNp linux-2.6.38.6/include/linux/sched.h linux-2.6.38.6/include/linux/sch
        /* 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() */
@@ -55860,7 +53837,7 @@ diff -urNp linux-2.6.38.6/include/linux/sched.h linux-2.6.38.6/include/linux/sch
  
        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];
  
@@ -55874,7 +53851,7 @@ diff -urNp linux-2.6.38.6/include/linux/sched.h linux-2.6.38.6/include/linux/sch
        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;
@@ -55891,7 +53868,7 @@ diff -urNp linux-2.6.38.6/include/linux/sched.h linux-2.6.38.6/include/linux/sch
  /* 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
  
@@ -55903,7 +53880,7 @@ diff -urNp linux-2.6.38.6/include/linux/sched.h linux-2.6.38.6/include/linux/sch
  #ifdef CONFIG_DEBUG_MUTEXES
        /* mutex deadlock detection */
        struct mutex_waiter *blocked_on;
-@@ -1502,6 +1528,21 @@ struct task_struct {
+@@ -1538,6 +1564,21 @@ struct task_struct {
        unsigned long default_timer_slack_ns;
  
        struct list_head        *scm_work_list;
@@ -55925,7 +53902,7 @@ diff -urNp linux-2.6.38.6/include/linux/sched.h linux-2.6.38.6/include/linux/sch
  #ifdef CONFIG_FUNCTION_GRAPH_TRACER
        /* Index of current stored address in ret_stack */
        int curr_ret_stack;
-@@ -1533,6 +1574,62 @@ struct task_struct {
+@@ -1572,6 +1613,57 @@ struct task_struct {
  #endif
  };
  
@@ -55937,7 +53914,7 @@ diff -urNp linux-2.6.38.6/include/linux/sched.h linux-2.6.38.6/include/linux/sch
 +#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 *);
@@ -55969,26 +53946,21 @@ diff -urNp linux-2.6.38.6/include/linux/sched.h linux-2.6.38.6/include/linux/sch
 +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
-+      if (current_thread_info()->lowest_stack > current_stack_pointer &&
-+          (unsigned long)task_stack_page(current) < current_stack_pointer)
-+              current_thread_info()->lowest_stack = current_stack_pointer;
++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)
  
-@@ -2002,7 +2099,9 @@ void yield(void);
+@@ -2056,7 +2148,9 @@ void yield(void);
  extern struct exec_domain     default_exec_domain;
  
  union thread_union {
@@ -55998,7 +53970,15 @@ diff -urNp linux-2.6.38.6/include/linux/sched.h linux-2.6.38.6/include/linux/sch
        unsigned long stack[THREAD_SIZE/sizeof(long)];
  };
  
-@@ -2172,7 +2271,7 @@ extern void __cleanup_sighand(struct sig
+@@ -2089,6 +2183,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 +2320,7 @@ extern void __cleanup_sighand(struct sig
  extern void exit_itimers(struct signal_struct *);
  extern void flush_itimer_signals(void);
  
@@ -56007,7 +53987,7 @@ diff -urNp linux-2.6.38.6/include/linux/sched.h linux-2.6.38.6/include/linux/sch
  
  extern void daemonize(const char *, ...);
  extern int allow_signal(int);
-@@ -2313,13 +2412,17 @@ static inline unsigned long *end_of_stac
+@@ -2393,13 +2488,17 @@ static inline unsigned long *end_of_stac
  
  #endif
  
@@ -56027,9 +54007,9 @@ diff -urNp linux-2.6.38.6/include/linux/sched.h linux-2.6.38.6/include/linux/sch
  extern void thread_info_cache_init(void);
  
  #ifdef CONFIG_DEBUG_STACK_USAGE
-diff -urNp linux-2.6.38.6/include/linux/screen_info.h linux-2.6.38.6/include/linux/screen_info.h
---- linux-2.6.38.6/include/linux/screen_info.h 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/include/linux/screen_info.h 2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/include/linux/screen_info.h linux-3.0.3/include/linux/screen_info.h
+--- linux-3.0.3/include/linux/screen_info.h    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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 */
@@ -56040,10 +54020,10 @@ diff -urNp linux-2.6.38.6/include/linux/screen_info.h linux-2.6.38.6/include/lin
  } __attribute__((packed));
  
  #define VIDEO_TYPE_MDA                0x10    /* Monochrome Text Display      */
-diff -urNp linux-2.6.38.6/include/linux/security.h linux-2.6.38.6/include/linux/security.h
---- linux-2.6.38.6/include/linux/security.h    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/include/linux/security.h    2011-04-28 19:34:15.000000000 -0400
-@@ -35,6 +35,7 @@
+diff -urNp linux-3.0.3/include/linux/security.h linux-3.0.3/include/linux/security.h
+--- linux-3.0.3/include/linux/security.h       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/include/linux/security.h       2011-08-23 21:48:14.000000000 -0400
+@@ -36,6 +36,7 @@
  #include <linux/key.h>
  #include <linux/xfrm.h>
  #include <linux/slab.h>
@@ -56051,9 +54031,32 @@ diff -urNp linux-2.6.38.6/include/linux/security.h linux-2.6.38.6/include/linux/
  #include <net/flow.h>
  
  /* Maximum number of letters for an LSM name string */
-diff -urNp linux-2.6.38.6/include/linux/shm.h linux-2.6.38.6/include/linux/shm.h
---- linux-2.6.38.6/include/linux/shm.h 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/include/linux/shm.h 2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/include/linux/seq_file.h linux-3.0.3/include/linux/seq_file.h
+--- linux-3.0.3/include/linux/seq_file.h       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.3/include/linux/shmem_fs.h linux-3.0.3/include/linux/shmem_fs.h
+--- linux-3.0.3/include/linux/shmem_fs.h       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.3/include/linux/shm.h linux-3.0.3/include/linux/shm.h
+--- linux-3.0.3/include/linux/shm.h    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -56065,10 +54068,10 @@ diff -urNp linux-2.6.38.6/include/linux/shm.h linux-2.6.38.6/include/linux/shm.h
  };
  
  /* shm_mode upper byte flags */
-diff -urNp linux-2.6.38.6/include/linux/skbuff.h linux-2.6.38.6/include/linux/skbuff.h
---- linux-2.6.38.6/include/linux/skbuff.h      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/include/linux/skbuff.h      2011-04-28 19:57:25.000000000 -0400
-@@ -589,7 +589,7 @@ static inline struct skb_shared_hwtstamp
+diff -urNp linux-3.0.3/include/linux/skbuff.h linux-3.0.3/include/linux/skbuff.h
+--- linux-3.0.3/include/linux/skbuff.h 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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)
  {
@@ -56077,7 +54080,7 @@ diff -urNp linux-2.6.38.6/include/linux/skbuff.h linux-2.6.38.6/include/linux/sk
  }
  
  /**
-@@ -602,7 +602,7 @@ static inline int skb_queue_empty(const 
+@@ -605,7 +605,7 @@ static inline int skb_queue_empty(const 
  static inline bool skb_queue_is_last(const struct sk_buff_head *list,
                                     const struct sk_buff *skb)
  {
@@ -56086,7 +54089,7 @@ diff -urNp linux-2.6.38.6/include/linux/skbuff.h linux-2.6.38.6/include/linux/sk
  }
  
  /**
-@@ -615,7 +615,7 @@ static inline bool skb_queue_is_last(con
+@@ -618,7 +618,7 @@ static inline bool skb_queue_is_last(con
  static inline bool skb_queue_is_first(const struct sk_buff_head *list,
                                      const struct sk_buff *skb)
  {
@@ -56095,18 +54098,18 @@ diff -urNp linux-2.6.38.6/include/linux/skbuff.h linux-2.6.38.6/include/linux/sk
  }
  
  /**
-@@ -1432,7 +1432,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.38.6/include/linux/slab_def.h linux-2.6.38.6/include/linux/slab_def.h
---- linux-2.6.38.6/include/linux/slab_def.h    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/include/linux/slab_def.h    2011-04-28 19:57:25.000000000 -0400
+diff -urNp linux-3.0.3/include/linux/slab_def.h linux-3.0.3/include/linux/slab_def.h
+--- linux-3.0.3/include/linux/slab_def.h       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -56122,9 +54125,9 @@ diff -urNp linux-2.6.38.6/include/linux/slab_def.h linux-2.6.38.6/include/linux/
  
        /*
         * If debugging is enabled, then the allocator can add additional
-diff -urNp linux-2.6.38.6/include/linux/slab.h linux-2.6.38.6/include/linux/slab.h
---- linux-2.6.38.6/include/linux/slab.h        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/include/linux/slab.h        2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/include/linux/slab.h linux-3.0.3/include/linux/slab.h
+--- linux-3.0.3/include/linux/slab.h   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/include/linux/slab.h   2011-08-23 21:47:56.000000000 -0400
 @@ -11,12 +11,20 @@
  
  #include <linux/gfp.h>
@@ -56163,7 +54166,7 @@ diff -urNp linux-2.6.38.6/include/linux/slab.h linux-2.6.38.6/include/linux/slab
  
  /*
   * struct kmem_cache related prototypes
-@@ -142,6 +153,7 @@ void * __must_check krealloc(const void 
+@@ -141,6 +152,7 @@ void * __must_check krealloc(const void 
  void kfree(const void *);
  void kzfree(const void *);
  size_t ksize(const void *);
@@ -56171,19 +54174,19 @@ diff -urNp linux-2.6.38.6/include/linux/slab.h linux-2.6.38.6/include/linux/slab
  
  /*
   * Allocator specific definitions. These are mainly used to establish optimized
-@@ -334,4 +346,37 @@ static inline void *kzalloc_node(size_t 
+@@ -333,4 +345,59 @@ static inline void *kzalloc_node(size_t 
  
  void __init kmem_cache_init_late(void);
  
-+#define kmalloc(x, y)                                 \
-+({                                                    \
-+      void *___retval;                                \
-+      intoverflow_t ___x = (intoverflow_t)x;          \
-+      if (WARN(___x > ULONG_MAX, "kmalloc size overflow\n"))\
-+              ___retval = NULL;                       \
-+      else                                            \
-+              ___retval = kmalloc((size_t)___x, (y)); \
-+      ___retval;                                      \
++#define kmalloc(x, y)                                         \
++({                                                            \
++      void *___retval;                                        \
++      intoverflow_t ___x = (intoverflow_t)x;                  \
++      if (WARN(___x > ULONG_MAX, "kmalloc size overflow\n"))  \
++              ___retval = NULL;                               \
++      else                                                    \
++              ___retval = kmalloc((size_t)___x, (y));         \
++      ___retval;                                              \
 +})
 +
 +#define kmalloc_node(x, y, z)                                 \
@@ -56197,22 +54200,44 @@ diff -urNp linux-2.6.38.6/include/linux/slab.h linux-2.6.38.6/include/linux/slab
 +      ___retval;                                              \
 +})
 +
-+#define kzalloc(x, y)                                 \
-+({                                                    \
-+      void *___retval;                                \
-+      intoverflow_t ___x = (intoverflow_t)x;          \
-+      if (WARN(___x > ULONG_MAX, "kzalloc size overflow\n"))\
-+              ___retval = NULL;                       \
-+      else                                            \
-+              ___retval = kzalloc((size_t)___x, (y)); \
-+      ___retval;                                      \
++#define kzalloc(x, y)                                         \
++({                                                            \
++      void *___retval;                                        \
++      intoverflow_t ___x = (intoverflow_t)x;                  \
++      if (WARN(___x > ULONG_MAX, "kzalloc size overflow\n"))  \
++              ___retval = NULL;                               \
++      else                                                    \
++              ___retval = kzalloc((size_t)___x, (y));         \
++      ___retval;                                              \
++})
++
++#define __krealloc(x, y, z)                                   \
++({                                                            \
++      void *___retval;                                        \
++      intoverflow_t ___y = (intoverflow_t)y;                  \
++      if (WARN(___y > ULONG_MAX, "__krealloc size overflow\n"))\
++              ___retval = NULL;                               \
++      else                                                    \
++              ___retval = __krealloc((x), (size_t)___y, (z)); \
++      ___retval;                                              \
++})
++
++#define krealloc(x, y, z)                                     \
++({                                                            \
++      void *___retval;                                        \
++      intoverflow_t ___y = (intoverflow_t)y;                  \
++      if (WARN(___y > ULONG_MAX, "krealloc size overflow\n")) \
++              ___retval = NULL;                               \
++      else                                                    \
++              ___retval = krealloc((x), (size_t)___y, (z));   \
++      ___retval;                                              \
 +})
 +
  #endif        /* _LINUX_SLAB_H */
-diff -urNp linux-2.6.38.6/include/linux/slub_def.h linux-2.6.38.6/include/linux/slub_def.h
---- linux-2.6.38.6/include/linux/slub_def.h    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/include/linux/slub_def.h    2011-04-28 19:34:15.000000000 -0400
-@@ -79,7 +79,7 @@ struct kmem_cache {
+diff -urNp linux-3.0.3/include/linux/slub_def.h linux-3.0.3/include/linux/slub_def.h
+--- linux-3.0.3/include/linux/slub_def.h       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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 */
@@ -56221,9 +54246,18 @@ diff -urNp linux-2.6.38.6/include/linux/slub_def.h linux-2.6.38.6/include/linux/
        void (*ctor)(void *);
        int inuse;              /* Offset to metadata */
        int align;              /* Alignment */
-diff -urNp linux-2.6.38.6/include/linux/sonet.h linux-2.6.38.6/include/linux/sonet.h
---- linux-2.6.38.6/include/linux/sonet.h       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/include/linux/sonet.h       2011-04-28 19:34:15.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.3/include/linux/sonet.h linux-3.0.3/include/linux/sonet.h
+--- linux-3.0.3/include/linux/sonet.h  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/include/linux/sonet.h  2011-08-23 21:47:56.000000000 -0400
 @@ -61,7 +61,7 @@ struct sonet_stats {
  #include <asm/atomic.h>
  
@@ -56233,10 +54267,10 @@ diff -urNp linux-2.6.38.6/include/linux/sonet.h linux-2.6.38.6/include/linux/son
        __SONET_ITEMS
  #undef __HANDLE_ITEM
  };
-diff -urNp linux-2.6.38.6/include/linux/sunrpc/clnt.h linux-2.6.38.6/include/linux/sunrpc/clnt.h
---- linux-2.6.38.6/include/linux/sunrpc/clnt.h 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/include/linux/sunrpc/clnt.h 2011-04-28 19:34:15.000000000 -0400
-@@ -168,9 +168,9 @@ static inline unsigned short rpc_get_por
+diff -urNp linux-3.0.3/include/linux/sunrpc/clnt.h linux-3.0.3/include/linux/sunrpc/clnt.h
+--- linux-3.0.3/include/linux/sunrpc/clnt.h    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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) {
        case AF_INET:
@@ -56248,7 +54282,7 @@ diff -urNp linux-2.6.38.6/include/linux/sunrpc/clnt.h linux-2.6.38.6/include/lin
        }
        return 0;
  }
-@@ -203,7 +203,7 @@ static inline bool __rpc_cmp_addr4(const
+@@ -204,7 +204,7 @@ static inline bool __rpc_cmp_addr4(const
  static inline bool __rpc_copy_addr4(struct sockaddr *dst,
                                    const struct sockaddr *src)
  {
@@ -56257,7 +54291,7 @@ diff -urNp linux-2.6.38.6/include/linux/sunrpc/clnt.h linux-2.6.38.6/include/lin
        struct sockaddr_in *dsin = (struct sockaddr_in *) dst;
  
        dsin->sin_family = ssin->sin_family;
-@@ -300,7 +300,7 @@ static inline u32 rpc_get_scope_id(const
+@@ -301,7 +301,7 @@ static inline u32 rpc_get_scope_id(const
        if (sa->sa_family != AF_INET6)
                return 0;
  
@@ -56266,9 +54300,9 @@ diff -urNp linux-2.6.38.6/include/linux/sunrpc/clnt.h linux-2.6.38.6/include/lin
  }
  
  #endif /* __KERNEL__ */
-diff -urNp linux-2.6.38.6/include/linux/sunrpc/svc_rdma.h linux-2.6.38.6/include/linux/sunrpc/svc_rdma.h
---- linux-2.6.38.6/include/linux/sunrpc/svc_rdma.h     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/include/linux/sunrpc/svc_rdma.h     2011-04-28 19:57:25.000000000 -0400
+diff -urNp linux-3.0.3/include/linux/sunrpc/svc_rdma.h linux-3.0.3/include/linux/sunrpc/svc_rdma.h
+--- linux-3.0.3/include/linux/sunrpc/svc_rdma.h        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -56294,64 +54328,9 @@ diff -urNp linux-2.6.38.6/include/linux/sunrpc/svc_rdma.h linux-2.6.38.6/include
  
  #define RPCRDMA_VERSION 1
  
-diff -urNp linux-2.6.38.6/include/linux/suspend.h linux-2.6.38.6/include/linux/suspend.h
---- linux-2.6.38.6/include/linux/suspend.h     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/include/linux/suspend.h     2011-04-28 19:34:15.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.38.6/include/linux/sysctl.h linux-2.6.38.6/include/linux/sysctl.h
---- linux-2.6.38.6/include/linux/sysctl.h      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/include/linux/sysctl.h      2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/include/linux/sysctl.h linux-3.0.3/include/linux/sysctl.h
+--- linux-3.0.3/include/linux/sysctl.h 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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 */
  };
@@ -56374,62 +54353,9 @@ diff -urNp linux-2.6.38.6/include/linux/sysctl.h linux-2.6.38.6/include/linux/sy
  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.38.6/include/linux/sysfs.h linux-2.6.38.6/include/linux/sysfs.h
---- linux-2.6.38.6/include/linux/sysfs.h       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/include/linux/sysfs.h       2011-04-28 19:34:15.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.38.6/include/linux/tty.h linux-2.6.38.6/include/linux/tty.h
---- linux-2.6.38.6/include/linux/tty.h 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/include/linux/tty.h 2011-04-28 19:34:15.000000000 -0400
-@@ -13,6 +13,8 @@
- #include <linux/tty_driver.h>
- #include <linux/tty_ldisc.h>
- #include <linux/mutex.h>
-+#include <linux/poll.h>
-+#include <linux/smp_lock.h>
- #include <asm/system.h>
-@@ -465,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);
-@@ -528,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.38.6/include/linux/tty_ldisc.h linux-2.6.38.6/include/linux/tty_ldisc.h
---- linux-2.6.38.6/include/linux/tty_ldisc.h   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/include/linux/tty_ldisc.h   2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/include/linux/tty_ldisc.h linux-3.0.3/include/linux/tty_ldisc.h
+--- linux-3.0.3/include/linux/tty_ldisc.h      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/include/linux/tty_ldisc.h      2011-08-23 21:47:56.000000000 -0400
 @@ -148,7 +148,7 @@ struct tty_ldisc_ops {
  
        struct  module *owner;
@@ -56439,10 +54365,10 @@ diff -urNp linux-2.6.38.6/include/linux/tty_ldisc.h linux-2.6.38.6/include/linux
  };
  
  struct tty_ldisc {
-diff -urNp linux-2.6.38.6/include/linux/types.h linux-2.6.38.6/include/linux/types.h
---- linux-2.6.38.6/include/linux/types.h       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/include/linux/types.h       2011-04-28 19:34:15.000000000 -0400
-@@ -207,10 +207,26 @@ typedef struct {
+diff -urNp linux-3.0.3/include/linux/types.h linux-3.0.3/include/linux/types.h
+--- linux-3.0.3/include/linux/types.h  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/include/linux/types.h  2011-08-23 21:47:56.000000000 -0400
+@@ -213,10 +213,26 @@ typedef struct {
        int counter;
  } atomic_t;
  
@@ -56469,9 +54395,9 @@ diff -urNp linux-2.6.38.6/include/linux/types.h linux-2.6.38.6/include/linux/typ
  #endif
  
  struct list_head {
-diff -urNp linux-2.6.38.6/include/linux/uaccess.h linux-2.6.38.6/include/linux/uaccess.h
---- linux-2.6.38.6/include/linux/uaccess.h     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/include/linux/uaccess.h     2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/include/linux/uaccess.h linux-3.0.3/include/linux/uaccess.h
+--- linux-3.0.3/include/linux/uaccess.h        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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();         \
@@ -56486,30 +54412,9 @@ diff -urNp linux-2.6.38.6/include/linux/uaccess.h linux-2.6.38.6/include/linux/u
                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.38.6/include/linux/unaligned/access_ok.h linux-2.6.38.6/include/linux/unaligned/access_ok.h
---- linux-2.6.38.6/include/linux/unaligned/access_ok.h 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/include/linux/unaligned/access_ok.h 2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/include/linux/unaligned/access_ok.h linux-3.0.3/include/linux/unaligned/access_ok.h
+--- linux-3.0.3/include/linux/unaligned/access_ok.h    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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)
@@ -56549,30 +54454,9 @@ diff -urNp linux-2.6.38.6/include/linux/unaligned/access_ok.h linux-2.6.38.6/inc
  }
  
  static inline void put_unaligned_le16(u16 val, void *p)
-diff -urNp linux-2.6.38.6/include/linux/usb/hcd.h linux-2.6.38.6/include/linux/usb/hcd.h
---- linux-2.6.38.6/include/linux/usb/hcd.h     2011-04-18 17:27:14.000000000 -0400
-+++ linux-2.6.38.6/include/linux/usb/hcd.h     2011-04-28 19:34:15.000000000 -0400
-@@ -589,7 +589,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)
- {
-@@ -611,7 +611,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.38.6/include/linux/vmalloc.h linux-2.6.38.6/include/linux/vmalloc.h
---- linux-2.6.38.6/include/linux/vmalloc.h     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/include/linux/vmalloc.h     2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/include/linux/vmalloc.h linux-3.0.3/include/linux/vmalloc.h
+--- linux-3.0.3/include/linux/vmalloc.h        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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 */
@@ -56585,8 +54469,8 @@ diff -urNp linux-2.6.38.6/include/linux/vmalloc.h linux-2.6.38.6/include/linux/v
  /* bits [20..32] reserved for arch specific ioremap internals */
  
  /*
-@@ -123,4 +128,103 @@ struct vm_struct **pcpu_get_vm_areas(con
- void pcpu_free_vm_areas(struct vm_struct **vms, int nr_vms);
+@@ -155,4 +160,103 @@ pcpu_free_vm_areas(struct vm_struct **vm
+ # endif
  #endif
  
 +#define vmalloc(x)                                            \
@@ -56689,10 +54573,10 @@ diff -urNp linux-2.6.38.6/include/linux/vmalloc.h linux-2.6.38.6/include/linux/v
 +})
 +
  #endif /* _LINUX_VMALLOC_H */
-diff -urNp linux-2.6.38.6/include/linux/vmstat.h linux-2.6.38.6/include/linux/vmstat.h
---- linux-2.6.38.6/include/linux/vmstat.h      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/include/linux/vmstat.h      2011-04-28 19:34:15.000000000 -0400
-@@ -140,18 +140,18 @@ static inline void vm_events_fold_cpu(in
+diff -urNp linux-3.0.3/include/linux/vmstat.h linux-3.0.3/include/linux/vmstat.h
+--- linux-3.0.3/include/linux/vmstat.h 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.
   */
@@ -56715,7 +54599,7 @@ diff -urNp linux-2.6.38.6/include/linux/vmstat.h linux-2.6.38.6/include/linux/vm
  #ifdef CONFIG_SMP
        if (x < 0)
                x = 0;
-@@ -162,7 +162,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)
  {
@@ -56724,7 +54608,7 @@ diff -urNp linux-2.6.38.6/include/linux/vmstat.h linux-2.6.38.6/include/linux/vm
  #ifdef CONFIG_SMP
        if (x < 0)
                x = 0;
-@@ -179,7 +179,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)
  {
@@ -56733,7 +54617,7 @@ diff -urNp linux-2.6.38.6/include/linux/vmstat.h linux-2.6.38.6/include/linux/vm
  
  #ifdef CONFIG_SMP
        int cpu;
-@@ -273,8 +273,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)
  {
@@ -56744,7 +54628,7 @@ diff -urNp linux-2.6.38.6/include/linux/vmstat.h linux-2.6.38.6/include/linux/vm
  }
  
  static inline void __inc_zone_page_state(struct page *page,
-@@ -285,8 +285,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)
  {
@@ -56755,21 +54639,18 @@ diff -urNp linux-2.6.38.6/include/linux/vmstat.h linux-2.6.38.6/include/linux/vm
  }
  
  static inline void __dec_zone_page_state(struct page *page,
-diff -urNp linux-2.6.38.6/include/media/v4l2-device.h linux-2.6.38.6/include/media/v4l2-device.h
---- linux-2.6.38.6/include/media/v4l2-device.h 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/include/media/v4l2-device.h 2011-04-28 19:57:25.000000000 -0400
-@@ -77,7 +77,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.38.6/include/net/caif/cfctrl.h linux-2.6.38.6/include/net/caif/cfctrl.h
---- linux-2.6.38.6/include/net/caif/cfctrl.h   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/include/net/caif/cfctrl.h   2011-04-28 19:57:25.000000000 -0400
+diff -urNp linux-3.0.3/include/net/caif/cfctrl.h linux-3.0.3/include/net/caif/cfctrl.h
+--- linux-3.0.3/include/net/caif/cfctrl.h      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -56781,33 +54662,32 @@ diff -urNp linux-2.6.38.6/include/net/caif/cfctrl.h linux-2.6.38.6/include/net/c
        struct list_head list;
        /* Protects from simultaneous access to first_req list */
        spinlock_t info_list_lock;
-diff -urNp linux-2.6.38.6/include/net/flow.h linux-2.6.38.6/include/net/flow.h
---- linux-2.6.38.6/include/net/flow.h  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/include/net/flow.h  2011-04-28 19:57:25.000000000 -0400
-@@ -109,7 +109,7 @@ extern struct flow_cache_object *flow_ca
+diff -urNp linux-3.0.3/include/net/flow.h linux-3.0.3/include/net/flow.h
+--- linux-3.0.3/include/net/flow.h     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);
 -extern atomic_t flow_cache_genid;
 +extern atomic_unchecked_t flow_cache_genid;
  
- static inline int flow_cache_uli_match(struct flowi *fl1, struct flowi *fl2)
- {
-diff -urNp linux-2.6.38.6/include/net/inetpeer.h linux-2.6.38.6/include/net/inetpeer.h
---- linux-2.6.38.6/include/net/inetpeer.h      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/include/net/inetpeer.h      2011-04-28 19:34:15.000000000 -0400
-@@ -38,8 +38,8 @@ struct inet_peer {
+ #endif
+diff -urNp linux-3.0.3/include/net/inetpeer.h linux-3.0.3/include/net/inetpeer.h
+--- linux-3.0.3/include/net/inetpeer.h 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/include/net/inetpeer.h 2011-08-23 21:47:56.000000000 -0400
+@@ -43,8 +43,8 @@ struct inet_peer {
         */
        union {
                struct {
--                      atomic_t        rid;            /* Frag reception counter */
--                      atomic_t        ip_id_count;    /* IP ID for the next packet */
-+                      atomic_unchecked_t      rid;            /* Frag reception counter */
-+                      atomic_unchecked_t      ip_id_count;    /* IP ID for the next packet */
-                       __u32           tcp_ts;
-                       __u32           tcp_ts_stamp;
-               };
-@@ -88,7 +88,7 @@ static inline __u16  inet_getid(struct in
+-                      atomic_t                        rid;            /* Frag reception counter */
+-                      atomic_t                        ip_id_count;    /* IP ID for the next packet */
++                      atomic_unchecked_t              rid;            /* Frag reception counter */
++                      atomic_unchecked_t              ip_id_count;    /* IP ID for the next packet */
+                       __u32                           tcp_ts;
+                       __u32                           tcp_ts_stamp;
+                       u32                             metrics[RTAX_MAX];
+@@ -108,7 +108,7 @@ static inline __u16        inet_getid(struct in
  {
        more++;
        inet_peer_refcheck(p);
@@ -56816,10 +54696,22 @@ diff -urNp linux-2.6.38.6/include/net/inetpeer.h linux-2.6.38.6/include/net/inet
  }
  
  #endif /* _NET_INETPEER_H */
-diff -urNp linux-2.6.38.6/include/net/ip_vs.h linux-2.6.38.6/include/net/ip_vs.h
---- linux-2.6.38.6/include/net/ip_vs.h 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/include/net/ip_vs.h 2011-04-28 19:57:25.000000000 -0400
-@@ -404,7 +404,7 @@ struct ip_vs_conn {
+diff -urNp linux-3.0.3/include/net/ip_fib.h linux-3.0.3/include/net/ip_fib.h
+--- linux-3.0.3/include/net/ip_fib.h   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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)                               \
+       ((FIB_RES_NH(res).nh_saddr_genid ==             \
+-        atomic_read(&(net)->ipv4.dev_addr_genid)) ?   \
++        atomic_read_unchecked(&(net)->ipv4.dev_addr_genid)) ? \
+        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-3.0.3/include/net/ip_vs.h linux-3.0.3/include/net/ip_vs.h
+--- linux-3.0.3/include/net/ip_vs.h    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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 */
@@ -56828,18 +54720,30 @@ diff -urNp linux-2.6.38.6/include/net/ip_vs.h linux-2.6.38.6/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,
-@@ -513,7 +513,7 @@ struct ip_vs_dest {
-       union nf_inet_addr      addr;           /* IP address of the server */
+@@ -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 */
 -      atomic_t                conn_flags;     /* flags to copy to conn */
 +      atomic_unchecked_t      conn_flags;     /* flags to copy to conn */
        atomic_t                weight;         /* server weight */
  
        atomic_t                refcnt;         /* reference counter */
-diff -urNp linux-2.6.38.6/include/net/irda/ircomm_tty.h linux-2.6.38.6/include/net/irda/ircomm_tty.h
---- linux-2.6.38.6/include/net/irda/ircomm_tty.h       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/include/net/irda/ircomm_tty.h       2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/include/net/irda/ircomm_core.h linux-3.0.3/include/net/irda/ircomm_core.h
+--- linux-3.0.3/include/net/irda/ircomm_core.h 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.3/include/net/irda/ircomm_tty.h linux-3.0.3/include/net/irda/ircomm_tty.h
+--- linux-3.0.3/include/net/irda/ircomm_tty.h  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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>
@@ -56859,9 +54763,9 @@ diff -urNp linux-2.6.38.6/include/net/irda/ircomm_tty.h linux-2.6.38.6/include/n
  
        /* Protect concurent access to :
         *      o self->open_count
-diff -urNp linux-2.6.38.6/include/net/iucv/af_iucv.h linux-2.6.38.6/include/net/iucv/af_iucv.h
---- linux-2.6.38.6/include/net/iucv/af_iucv.h  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/include/net/iucv/af_iucv.h  2011-04-28 19:57:25.000000000 -0400
+diff -urNp linux-3.0.3/include/net/iucv/af_iucv.h linux-3.0.3/include/net/iucv/af_iucv.h
+--- linux-3.0.3/include/net/iucv/af_iucv.h     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -56871,31 +54775,33 @@ diff -urNp linux-2.6.38.6/include/net/iucv/af_iucv.h linux-2.6.38.6/include/net/
  };
  
  unsigned int iucv_sock_poll(struct file *file, struct socket *sock,
-diff -urNp linux-2.6.38.6/include/net/neighbour.h linux-2.6.38.6/include/net/neighbour.h
---- linux-2.6.38.6/include/net/neighbour.h     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/include/net/neighbour.h     2011-04-28 19:34:15.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.3/include/net/lapb.h linux-3.0.3/include/net/lapb.h
+--- linux-3.0.3/include/net/lapb.h     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.3/include/net/neighbour.h linux-3.0.3/include/net/neighbour.h
+--- linux-3.0.3/include/net/neighbour.h        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/include/net/neighbour.h        2011-08-23 21:47:56.000000000 -0400
+@@ -117,7 +117,7 @@ struct neighbour {
  };
  
- struct pneigh_entry {
-diff -urNp linux-2.6.38.6/include/net/netlink.h linux-2.6.38.6/include/net/netlink.h
---- linux-2.6.38.6/include/net/netlink.h       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/include/net/netlink.h       2011-04-28 19:34:15.000000000 -0400
+ struct neigh_ops {
+-      int                     family;
++      const int               family;
+       void                    (*solicit)(struct neighbour *, struct sk_buff*);
+       void                    (*error_report)(struct neighbour *, struct sk_buff*);
+       int                     (*output)(struct sk_buff*);
+diff -urNp linux-3.0.3/include/net/netlink.h linux-3.0.3/include/net/netlink.h
+--- linux-3.0.3/include/net/netlink.h  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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)
  {
@@ -56905,22 +54811,24 @@ diff -urNp linux-2.6.38.6/include/net/netlink.h linux-2.6.38.6/include/net/netli
  }
  
  /**
-diff -urNp linux-2.6.38.6/include/net/netns/ipv4.h linux-2.6.38.6/include/net/netns/ipv4.h
---- linux-2.6.38.6/include/net/netns/ipv4.h    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/include/net/netns/ipv4.h    2011-04-28 19:57:25.000000000 -0400
-@@ -55,7 +55,7 @@ struct netns_ipv4 {
-       int sysctl_rt_cache_rebuild_count;
-       int current_rt_cache_rebuild_count;
+diff -urNp linux-3.0.3/include/net/netns/ipv4.h linux-3.0.3/include/net/netns/ipv4.h
+--- linux-3.0.3/include/net/netns/ipv4.h       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
 +      atomic_unchecked_t rt_genid;
++      atomic_unchecked_t dev_addr_genid;
  
  #ifdef CONFIG_IP_MROUTE
  #ifndef CONFIG_IP_MROUTE_MULTIPLE_TABLES
-diff -urNp linux-2.6.38.6/include/net/sctp/sctp.h linux-2.6.38.6/include/net/sctp/sctp.h
---- linux-2.6.38.6/include/net/sctp/sctp.h     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/include/net/sctp/sctp.h     2011-04-28 19:34:15.000000000 -0400
-@@ -316,9 +316,9 @@ do {                                                                       \
+diff -urNp linux-3.0.3/include/net/sctp/sctp.h linux-3.0.3/include/net/sctp/sctp.h
+--- linux-3.0.3/include/net/sctp/sctp.h        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/include/net/sctp/sctp.h        2011-08-23 21:47:56.000000000 -0400
+@@ -315,9 +315,9 @@ do {                                                                       \
  
  #else /* SCTP_DEBUG */
  
@@ -56933,9 +54841,9 @@ diff -urNp linux-2.6.38.6/include/net/sctp/sctp.h linux-2.6.38.6/include/net/sct
  #define SCTP_ENABLE_DEBUG
  #define SCTP_DISABLE_DEBUG
  #define SCTP_ASSERT(expr, str, func)
-diff -urNp linux-2.6.38.6/include/net/sock.h linux-2.6.38.6/include/net/sock.h
---- linux-2.6.38.6/include/net/sock.h  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/include/net/sock.h  2011-04-28 19:57:25.000000000 -0400
+diff -urNp linux-3.0.3/include/net/sock.h linux-3.0.3/include/net/sock.h
+--- linux-3.0.3/include/net/sock.h     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/include/net/sock.h     2011-08-23 21:47:56.000000000 -0400
 @@ -277,7 +277,7 @@ struct sock {
  #ifdef CONFIG_RPS
        __u32                   sk_rxhash;
@@ -56945,34 +54853,47 @@ diff -urNp linux-2.6.38.6/include/net/sock.h linux-2.6.38.6/include/net/sock.h
        int                     sk_rcvbuf;
  
        struct sk_filter __rcu  *sk_filter;
-diff -urNp linux-2.6.38.6/include/net/tcp.h linux-2.6.38.6/include/net/tcp.h
---- linux-2.6.38.6/include/net/tcp.h   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/include/net/tcp.h   2011-04-28 19:34:15.000000000 -0400
-@@ -1382,7 +1382,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.3/include/net/tcp.h linux-3.0.3/include/net/tcp.h
+--- linux-3.0.3/include/net/tcp.h      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.38.6/include/net/udp.h linux-2.6.38.6/include/net/udp.h
---- linux-2.6.38.6/include/net/udp.h   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/include/net/udp.h   2011-04-28 19:34:15.000000000 -0400
-@@ -223,7 +223,7 @@ struct udp_seq_afinfo {
+ struct tcp_iter_state {
+diff -urNp linux-3.0.3/include/net/udp.h linux-3.0.3/include/net/udp.h
+--- linux-3.0.3/include/net/udp.h      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.38.6/include/net/xfrm.h linux-2.6.38.6/include/net/xfrm.h
---- linux-2.6.38.6/include/net/xfrm.h  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/include/net/xfrm.h  2011-04-28 19:57:25.000000000 -0400
-@@ -484,7 +484,7 @@ struct xfrm_policy {
+ struct udp_iter_state {
+diff -urNp linux-3.0.3/include/net/xfrm.h linux-3.0.3/include/net/xfrm.h
+--- linux-3.0.3/include/net/xfrm.h     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/include/net/xfrm.h     2011-08-23 21:47:56.000000000 -0400
+@@ -505,7 +505,7 @@ struct xfrm_policy {
        struct timer_list       timer;
  
        struct flow_cache_object flo;
@@ -56981,9 +54902,41 @@ diff -urNp linux-2.6.38.6/include/net/xfrm.h linux-2.6.38.6/include/net/xfrm.h
        u32                     priority;
        u32                     index;
        struct xfrm_mark        mark;
-diff -urNp linux-2.6.38.6/include/scsi/scsi_device.h linux-2.6.38.6/include/scsi/scsi_device.h
---- linux-2.6.38.6/include/scsi/scsi_device.h  2011-04-18 17:27:18.000000000 -0400
-+++ linux-2.6.38.6/include/scsi/scsi_device.h  2011-04-28 19:57:25.000000000 -0400
+diff -urNp linux-3.0.3/include/rdma/iw_cm.h linux-3.0.3/include/rdma/iw_cm.h
+--- linux-3.0.3/include/rdma/iw_cm.h   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.3/include/scsi/libfc.h linux-3.0.3/include/scsi/libfc.h
+--- linux-3.0.3/include/scsi/libfc.h   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.3/include/scsi/scsi_device.h linux-3.0.3/include/scsi/scsi_device.h
+--- linux-3.0.3/include/scsi/scsi_device.h     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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
@@ -56997,35 +54950,159 @@ diff -urNp linux-2.6.38.6/include/scsi/scsi_device.h linux-2.6.38.6/include/scsi
  
        struct device           sdev_gendev,
                                sdev_dev;
-diff -urNp linux-2.6.38.6/include/sound/ac97_codec.h linux-2.6.38.6/include/sound/ac97_codec.h
---- linux-2.6.38.6/include/sound/ac97_codec.h  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/include/sound/ac97_codec.h  2011-04-28 19:34:15.000000000 -0400
-@@ -419,15 +419,15 @@
- struct snd_ac97;
- struct snd_ac97_build_ops {
--      int (*build_3d) (struct snd_ac97 *ac97);
--      int (*build_specific) (struct snd_ac97 *ac97);
--      int (*build_spdif) (struct snd_ac97 *ac97);
--      int (*build_post_spdif) (struct snd_ac97 *ac97);
-+      int (* const build_3d) (struct snd_ac97 *ac97);
-+      int (* const build_specific) (struct snd_ac97 *ac97);
-+      int (* const build_spdif) (struct snd_ac97 *ac97);
-+      int (* const build_post_spdif) (struct snd_ac97 *ac97);
- #ifdef CONFIG_PM
--      void (*suspend) (struct snd_ac97 *ac97);
--      void (*resume) (struct snd_ac97 *ac97);
-+      void (* const suspend) (struct snd_ac97 *ac97);
-+      void (* const resume) (struct snd_ac97 *ac97);
- #endif
--      void (*update_jacks) (struct snd_ac97 *ac97);   /* for jack-sharing */
-+      void (* const update_jacks) (struct snd_ac97 *ac97);    /* for jack-sharing */
+diff -urNp linux-3.0.3/include/scsi/scsi_transport_fc.h linux-3.0.3/include/scsi/scsi_transport_fc.h
+--- linux-3.0.3/include/scsi/scsi_transport_fc.h       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/include/scsi/scsi_transport_fc.h       2011-08-23 21:47:56.000000000 -0400
+@@ -666,9 +666,9 @@ struct fc_function_template {
+       int     (*bsg_timeout)(struct fc_bsg_job *);
+       /* allocation lengths for host-specific data */
+-      u32                             dd_fcrport_size;
+-      u32                             dd_fcvport_size;
+-      u32                             dd_bsg_size;
++      const u32                       dd_fcrport_size;
++      const u32                       dd_fcvport_size;
++      const u32                       dd_bsg_size;
+       /*
+        * The driver sets these to tell the transport class it
+@@ -678,39 +678,39 @@ struct fc_function_template {
+        */
+       /* remote port fixed attributes */
+-      unsigned long   show_rport_maxframe_size:1;
+-      unsigned long   show_rport_supported_classes:1;
+-      unsigned long   show_rport_dev_loss_tmo:1;
++      const unsigned long     show_rport_maxframe_size:1;
++      const unsigned long     show_rport_supported_classes:1;
++      const unsigned long   show_rport_dev_loss_tmo:1;
+       /*
+        * target dynamic attributes
+        * These should all be "1" if the driver uses the remote port
+        * add/delete functions (so attributes reflect rport values).
+        */
+-      unsigned long   show_starget_node_name:1;
+-      unsigned long   show_starget_port_name:1;
+-      unsigned long   show_starget_port_id:1;
++      const unsigned long     show_starget_node_name:1;
++      const unsigned long     show_starget_port_name:1;
++      const unsigned long     show_starget_port_id:1;
+       /* host fixed attributes */
+-      unsigned long   show_host_node_name:1;
+-      unsigned long   show_host_port_name:1;
+-      unsigned long   show_host_permanent_port_name:1;
+-      unsigned long   show_host_supported_classes:1;
+-      unsigned long   show_host_supported_fc4s:1;
+-      unsigned long   show_host_supported_speeds:1;
+-      unsigned long   show_host_maxframe_size:1;
+-      unsigned long   show_host_serial_number:1;
++      const unsigned long     show_host_node_name:1;
++      const unsigned long     show_host_port_name:1;
++      const unsigned long     show_host_permanent_port_name:1;
++      const unsigned long     show_host_supported_classes:1;
++      const unsigned long     show_host_supported_fc4s:1;
++      const unsigned long     show_host_supported_speeds:1;
++      const unsigned long     show_host_maxframe_size:1;
++      const unsigned long     show_host_serial_number:1;
+       /* host dynamic attributes */
+-      unsigned long   show_host_port_id:1;
+-      unsigned long   show_host_port_type:1;
+-      unsigned long   show_host_port_state:1;
+-      unsigned long   show_host_active_fc4s:1;
+-      unsigned long   show_host_speed:1;
+-      unsigned long   show_host_fabric_name:1;
+-      unsigned long   show_host_symbolic_name:1;
+-      unsigned long   show_host_system_hostname:1;
++      const unsigned long     show_host_port_id:1;
++      const unsigned long     show_host_port_type:1;
++      const unsigned long     show_host_port_state:1;
++      const unsigned long     show_host_active_fc4s:1;
++      const unsigned long     show_host_speed:1;
++      const unsigned long     show_host_fabric_name:1;
++      const unsigned long     show_host_symbolic_name:1;
++      const unsigned long     show_host_system_hostname:1;
+-      unsigned long   disable_target_scan:1;
++      const unsigned long     disable_target_scan:1;
+ };
+diff -urNp linux-3.0.3/include/sound/ak4xxx-adda.h linux-3.0.3/include/sound/ak4xxx-adda.h
+--- linux-3.0.3/include/sound/ak4xxx-adda.h    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.3/include/sound/hwdep.h linux-3.0.3/include/sound/hwdep.h
+--- linux-3.0.3/include/sound/hwdep.h  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.3/include/sound/info.h linux-3.0.3/include/sound/info.h
+--- linux-3.0.3/include/sound/info.h   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.3/include/sound/pcm.h linux-3.0.3/include/sound/pcm.h
+--- linux-3.0.3/include/sound/pcm.h    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
+ /*
+  *
+diff -urNp linux-3.0.3/include/sound/sb16_csp.h linux-3.0.3/include/sound/sb16_csp.h
+--- linux-3.0.3/include/sound/sb16_csp.h       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
+ /*
+  * CSP private data
+diff -urNp linux-3.0.3/include/sound/soc.h linux-3.0.3/include/sound/soc.h
+--- linux-3.0.3/include/sound/soc.h    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/include/sound/soc.h    2011-08-23 21:47:56.000000000 -0400
+@@ -635,7 +635,7 @@ struct snd_soc_platform_driver {
+               struct snd_soc_dai *);
+       /* platform stream ops */
+-      struct snd_pcm_ops *ops;
++      struct snd_pcm_ops * const ops;
  };
  
- struct snd_ac97_bus_ops {
-diff -urNp linux-2.6.38.6/include/sound/ymfpci.h linux-2.6.38.6/include/sound/ymfpci.h
---- linux-2.6.38.6/include/sound/ymfpci.h      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/include/sound/ymfpci.h      2011-04-28 19:57:25.000000000 -0400
+ struct snd_soc_platform {
+diff -urNp linux-3.0.3/include/sound/ymfpci.h linux-3.0.3/include/sound/ymfpci.h
+--- linux-3.0.3/include/sound/ymfpci.h 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -57035,10 +55112,19 @@ diff -urNp linux-2.6.38.6/include/sound/ymfpci.h linux-2.6.38.6/include/sound/ym
        struct snd_info_entry *proc_entry;
        const struct firmware *dsp_microcode;
        const struct firmware *controller_microcode;
-diff -urNp linux-2.6.38.6/include/target/target_core_base.h linux-2.6.38.6/include/target/target_core_base.h
---- linux-2.6.38.6/include/target/target_core_base.h   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/include/target/target_core_base.h   2011-04-28 19:57:25.000000000 -0400
-@@ -431,8 +431,8 @@ struct se_transport_task {
+diff -urNp linux-3.0.3/include/target/target_core_base.h linux-3.0.3/include/target/target_core_base.h
+--- linux-3.0.3/include/target/target_core_base.h      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -57049,7 +55135,7 @@ diff -urNp linux-2.6.38.6/include/target/target_core_base.h linux-2.6.38.6/inclu
        atomic_t                t_transport_active;
        atomic_t                t_transport_complete;
        atomic_t                t_transport_queue_active;
-@@ -753,7 +753,7 @@ struct se_device {
+@@ -774,7 +774,7 @@ struct se_device {
        atomic_t                active_cmds;
        atomic_t                simple_cmds;
        atomic_t                depth_left;
@@ -57058,9 +55144,9 @@ diff -urNp linux-2.6.38.6/include/target/target_core_base.h linux-2.6.38.6/inclu
        atomic_t                dev_tur_active;
        atomic_t                execute_tasks;
        atomic_t                dev_status_thr_count;
-diff -urNp linux-2.6.38.6/include/trace/events/irq.h linux-2.6.38.6/include/trace/events/irq.h
---- linux-2.6.38.6/include/trace/events/irq.h  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/include/trace/events/irq.h  2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/include/trace/events/irq.h linux-3.0.3/include/trace/events/irq.h
+--- linux-3.0.3/include/trace/events/irq.h     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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,
@@ -57079,9 +55165,9 @@ diff -urNp linux-2.6.38.6/include/trace/events/irq.h linux-2.6.38.6/include/trac
  
        TP_ARGS(irq, action, ret),
  
-diff -urNp linux-2.6.38.6/include/video/udlfb.h linux-2.6.38.6/include/video/udlfb.h
---- linux-2.6.38.6/include/video/udlfb.h       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/include/video/udlfb.h       2011-04-28 19:57:25.000000000 -0400
+diff -urNp linux-3.0.3/include/video/udlfb.h linux-3.0.3/include/video/udlfb.h
+--- linux-3.0.3/include/video/udlfb.h  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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];
@@ -57097,9 +55183,9 @@ diff -urNp linux-2.6.38.6/include/video/udlfb.h linux-2.6.38.6/include/video/udl
  };
  
  #define NR_USB_REQUEST_I2C_SUB_IO 0x02
-diff -urNp linux-2.6.38.6/include/video/uvesafb.h linux-2.6.38.6/include/video/uvesafb.h
---- linux-2.6.38.6/include/video/uvesafb.h     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/include/video/uvesafb.h     2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/include/video/uvesafb.h linux-3.0.3/include/video/uvesafb.h
+--- linux-3.0.3/include/video/uvesafb.h        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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 */
@@ -57108,9 +55194,9 @@ diff -urNp linux-2.6.38.6/include/video/uvesafb.h linux-2.6.38.6/include/video/u
        void *pmi_start;
        void *pmi_pal;
        u8 *vbe_state_orig;             /*
-diff -urNp linux-2.6.38.6/init/do_mounts.c linux-2.6.38.6/init/do_mounts.c
---- linux-2.6.38.6/init/do_mounts.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/init/do_mounts.c    2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/init/do_mounts.c linux-3.0.3/init/do_mounts.c
+--- linux-3.0.3/init/do_mounts.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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)
@@ -57120,7 +55206,7 @@ diff -urNp linux-2.6.38.6/init/do_mounts.c linux-2.6.38.6/init/do_mounts.c
        if (err)
                return err;
  
-@@ -382,18 +382,18 @@ void __init change_floppy(char *fmt, ...
+@@ -383,18 +383,18 @@ void __init change_floppy(char *fmt, ...
        va_start(args, fmt);
        vsprintf(buf, fmt, args);
        va_end(args);
@@ -57142,7 +55228,7 @@ diff -urNp linux-2.6.38.6/init/do_mounts.c linux-2.6.38.6/init/do_mounts.c
                termios.c_lflag |= ICANON;
                sys_ioctl(fd, TCSETSF, (long)&termios);
                sys_close(fd);
-@@ -487,6 +487,6 @@ void __init prepare_namespace(void)
+@@ -488,6 +488,6 @@ void __init prepare_namespace(void)
        mount_root();
  out:
        devtmpfs_mount("dev");
@@ -57150,9 +55236,9 @@ diff -urNp linux-2.6.38.6/init/do_mounts.c linux-2.6.38.6/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.38.6/init/do_mounts.h linux-2.6.38.6/init/do_mounts.h
---- linux-2.6.38.6/init/do_mounts.h    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/init/do_mounts.h    2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/init/do_mounts.h linux-3.0.3/init/do_mounts.h
+--- linux-3.0.3/init/do_mounts.h       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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)
@@ -57172,9 +55258,9 @@ diff -urNp linux-2.6.38.6/init/do_mounts.h linux-2.6.38.6/init/do_mounts.h
                return 0;
        if (!S_ISBLK(stat.st_mode))
                return 0;
-diff -urNp linux-2.6.38.6/init/do_mounts_initrd.c linux-2.6.38.6/init/do_mounts_initrd.c
---- linux-2.6.38.6/init/do_mounts_initrd.c     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/init/do_mounts_initrd.c     2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/init/do_mounts_initrd.c linux-3.0.3/init/do_mounts_initrd.c
+--- linux-3.0.3/init/do_mounts_initrd.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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 */
@@ -57249,9 +55335,9 @@ diff -urNp linux-2.6.38.6/init/do_mounts_initrd.c linux-2.6.38.6/init/do_mounts_
 +      sys_unlink((__force const char __user *)"/initrd.image");
        return 0;
  }
-diff -urNp linux-2.6.38.6/init/do_mounts_md.c linux-2.6.38.6/init/do_mounts_md.c
---- linux-2.6.38.6/init/do_mounts_md.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/init/do_mounts_md.c 2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/init/do_mounts_md.c linux-3.0.3/init/do_mounts_md.c
+--- linux-3.0.3/init/do_mounts_md.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);
@@ -57270,9 +55356,9 @@ diff -urNp linux-2.6.38.6/init/do_mounts_md.c linux-2.6.38.6/init/do_mounts_md.c
                        sys_ioctl(fd, BLKRRPART, 0);
                }
                sys_close(fd);
-diff -urNp linux-2.6.38.6/init/initramfs.c linux-2.6.38.6/init/initramfs.c
---- linux-2.6.38.6/init/initramfs.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/init/initramfs.c    2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/init/initramfs.c linux-3.0.3/init/initramfs.c
+--- linux-3.0.3/init/initramfs.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/init/initramfs.c       2011-08-23 21:47:56.000000000 -0400
 @@ -74,7 +74,7 @@ static void __init free_hash(void)
        }
  }
@@ -57381,10 +55467,10 @@ diff -urNp linux-2.6.38.6/init/initramfs.c linux-2.6.38.6/init/initramfs.c
        state = SkipIt;
        next_state = Reset;
        return 0;
-diff -urNp linux-2.6.38.6/init/Kconfig linux-2.6.38.6/init/Kconfig
---- linux-2.6.38.6/init/Kconfig        2011-05-10 22:06:27.000000000 -0400
-+++ linux-2.6.38.6/init/Kconfig        2011-05-10 22:06:56.000000000 -0400
-@@ -1185,7 +1185,7 @@ config SLUB_DEBUG
+diff -urNp linux-3.0.3/init/Kconfig linux-3.0.3/init/Kconfig
+--- linux-3.0.3/init/Kconfig   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/init/Kconfig   2011-08-23 21:47:56.000000000 -0400
+@@ -1195,7 +1195,7 @@ config SLUB_DEBUG
  
  config COMPAT_BRK
        bool "Disable heap randomization"
@@ -57393,9 +55479,9 @@ diff -urNp linux-2.6.38.6/init/Kconfig linux-2.6.38.6/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.38.6/init/main.c linux-2.6.38.6/init/main.c
---- linux-2.6.38.6/init/main.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/init/main.c 2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/init/main.c linux-3.0.3/init/main.c
+--- linux-3.0.3/init/main.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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
@@ -57405,7 +55491,7 @@ diff -urNp linux-2.6.38.6/init/main.c linux-2.6.38.6/init/main.c
  /*
   * Debug helper: via this flag we know that we are in 'early bootup code'
   * where only the boot processor is running with IRQ disabled.  This means
-@@ -206,6 +208,47 @@ static int __init set_reset_devices(char
+@@ -149,6 +151,49 @@ static int __init set_reset_devices(char
  
  __setup("reset_devices", set_reset_devices);
  
@@ -57420,12 +55506,14 @@ diff -urNp linux-2.6.38.6/init/main.c linux-2.6.38.6/init/main.c
 +{
 +#ifdef CONFIG_X86_32
 +      unsigned int cpu;
++      struct desc_struct *gdt;
 +
 +      for (cpu = 0; cpu < NR_CPUS; cpu++) {
-+              get_cpu_gdt_table(cpu)[GDT_ENTRY_KERNEL_DS].type = 3;
-+              get_cpu_gdt_table(cpu)[GDT_ENTRY_KERNEL_DS].limit = 0xf;
-+              get_cpu_gdt_table(cpu)[GDT_ENTRY_DEFAULT_USER_CS].limit = 0xf;
-+              get_cpu_gdt_table(cpu)[GDT_ENTRY_DEFAULT_USER_DS].limit = 0xf;
++              gdt = get_cpu_gdt_table(cpu);
++              gdt[GDT_ENTRY_KERNEL_DS].type = 3;
++              gdt[GDT_ENTRY_KERNEL_DS].limit = 0xf;
++              gdt[GDT_ENTRY_DEFAULT_USER_CS].limit = 0xf;
++              gdt[GDT_ENTRY_DEFAULT_USER_DS].limit = 0xf;
 +      }
 +      asm("mov %0, %%ds; mov %0, %%es; mov %0, %%ss" : : "r" (__KERNEL_DS) : "memory");
 +#else
@@ -57440,7 +55528,7 @@ diff -urNp linux-2.6.38.6/init/main.c linux-2.6.38.6/init/main.c
 +#endif
 +
 +#ifdef CONFIG_PAX_SOFTMODE
-+unsigned int pax_softmode;
++int pax_softmode;
 +
 +static int __init setup_pax_softmode(char *str)
 +{
@@ -57453,7 +55541,7 @@ diff -urNp linux-2.6.38.6/init/main.c linux-2.6.38.6/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;
-@@ -751,6 +794,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;
@@ -57461,7 +55549,7 @@ diff -urNp linux-2.6.38.6/init/main.c linux-2.6.38.6/init/main.c
  
        if (initcall_debug)
                ret = do_one_initcall_debug(fn);
-@@ -763,15 +807,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) {
@@ -57481,7 +55569,7 @@ diff -urNp linux-2.6.38.6/init/main.c linux-2.6.38.6/init/main.c
        }
  
        return ret;
-@@ -898,7 +942,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 */
@@ -57490,7 +55578,7 @@ diff -urNp linux-2.6.38.6/init/main.c linux-2.6.38.6/init/main.c
                printk(KERN_WARNING "Warning: unable to open an initial console.\n");
  
        (void) sys_dup(0);
-@@ -911,11 +955,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";
  
@@ -57505,9 +55593,9 @@ diff -urNp linux-2.6.38.6/init/main.c linux-2.6.38.6/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.38.6/ipc/mqueue.c linux-2.6.38.6/ipc/mqueue.c
---- linux-2.6.38.6/ipc/mqueue.c        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/ipc/mqueue.c        2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/ipc/mqueue.c linux-3.0.3/ipc/mqueue.c
+--- linux-3.0.3/ipc/mqueue.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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));
@@ -57516,10 +55604,66 @@ diff -urNp linux-2.6.38.6/ipc/mqueue.c linux-2.6.38.6/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.38.6/ipc/sem.c linux-2.6.38.6/ipc/sem.c
---- linux-2.6.38.6/ipc/sem.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/ipc/sem.c   2011-05-16 21:47:08.000000000 -0400
-@@ -854,6 +854,8 @@ static int semctl_main(struct ipc_namesp
+diff -urNp linux-3.0.3/ipc/msg.c linux-3.0.3/ipc/msg.c
+--- linux-3.0.3/ipc/msg.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.3/ipc/sem.c linux-3.0.3/ipc/sem.c
+--- linux-3.0.3/ipc/sem.c      2011-08-23 21:44:40.000000000 -0400
++++ linux-3.0.3/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;
  
@@ -57528,7 +55672,7 @@ diff -urNp linux-2.6.38.6/ipc/sem.c linux-2.6.38.6/ipc/sem.c
        sma = sem_lock_check(ns, semid);
        if (IS_ERR(sma))
                return PTR_ERR(sma);
-@@ -1299,6 +1301,8 @@ SYSCALL_DEFINE4(semtimedop, int, semid, 
+@@ -1301,6 +1304,8 @@ SYSCALL_DEFINE4(semtimedop, int, semid, 
        struct ipc_namespace *ns;
        struct list_head tasks;
  
@@ -57537,9 +55681,9 @@ diff -urNp linux-2.6.38.6/ipc/sem.c linux-2.6.38.6/ipc/sem.c
        ns = current->nsproxy->ipc_ns;
  
        if (nsops < 1 || semid < 0)
-diff -urNp linux-2.6.38.6/ipc/shm.c linux-2.6.38.6/ipc/shm.c
---- linux-2.6.38.6/ipc/shm.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/ipc/shm.c   2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/ipc/shm.c linux-3.0.3/ipc/shm.c
+--- linux-3.0.3/ipc/shm.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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
@@ -57570,7 +55714,32 @@ diff -urNp linux-2.6.38.6/ipc/shm.c linux-2.6.38.6/ipc/shm.c
        shp->shm_segsz = size;
        shp->shm_nattch = 0;
        shp->shm_file = file;
-@@ -761,8 +777,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:
        {
@@ -57579,7 +55748,7 @@ diff -urNp linux-2.6.38.6/ipc/shm.c linux-2.6.38.6/ipc/shm.c
                lru_add_drain_all();  /* drain pagevecs to lru lists */
  
                shp = shm_lock_check(ns, shmid);
-@@ -895,9 +909,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;
  
@@ -57601,9 +55770,9 @@ diff -urNp linux-2.6.38.6/ipc/shm.c linux-2.6.38.6/ipc/shm.c
        size = i_size_read(path.dentry->d_inode);
        shm_unlock(shp);
  
-diff -urNp linux-2.6.38.6/kernel/acct.c linux-2.6.38.6/kernel/acct.c
---- linux-2.6.38.6/kernel/acct.c       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/kernel/acct.c       2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/kernel/acct.c linux-3.0.3/kernel/acct.c
+--- linux-3.0.3/kernel/acct.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -57613,10 +55782,10 @@ diff -urNp linux-2.6.38.6/kernel/acct.c linux-2.6.38.6/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.38.6/kernel/audit.c linux-2.6.38.6/kernel/audit.c
---- linux-2.6.38.6/kernel/audit.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/kernel/audit.c      2011-04-28 19:57:25.000000000 -0400
-@@ -110,7 +110,7 @@ u32                audit_sig_sid = 0;
+diff -urNp linux-3.0.3/kernel/audit.c linux-3.0.3/kernel/audit.c
+--- linux-3.0.3/kernel/audit.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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
  */
@@ -57625,7 +55794,7 @@ diff -urNp linux-2.6.38.6/kernel/audit.c linux-2.6.38.6/kernel/audit.c
  
  /* The netlink socket. */
  static struct sock *audit_sock;
-@@ -232,7 +232,7 @@ void audit_log_lost(const char *message)
+@@ -234,7 +234,7 @@ void audit_log_lost(const char *message)
        unsigned long           now;
        int                     print;
  
@@ -57634,7 +55803,7 @@ diff -urNp linux-2.6.38.6/kernel/audit.c linux-2.6.38.6/kernel/audit.c
  
        print = (audit_failure == AUDIT_FAIL_PANIC || !audit_rate_limit);
  
-@@ -251,7 +251,7 @@ void audit_log_lost(const char *message)
+@@ -253,7 +253,7 @@ void audit_log_lost(const char *message)
                        printk(KERN_WARNING
                                "audit: audit_lost=%d audit_rate_limit=%d "
                                "audit_backlog_limit=%d\n",
@@ -57643,7 +55812,7 @@ diff -urNp linux-2.6.38.6/kernel/audit.c linux-2.6.38.6/kernel/audit.c
                                audit_rate_limit,
                                audit_backlog_limit);
                audit_panic(message);
-@@ -684,7 +684,7 @@ static int audit_receive_msg(struct sk_b
+@@ -686,7 +686,7 @@ static int audit_receive_msg(struct sk_b
                status_set.pid           = audit_pid;
                status_set.rate_limit    = audit_rate_limit;
                status_set.backlog_limit = audit_backlog_limit;
@@ -57652,10 +55821,10 @@ diff -urNp linux-2.6.38.6/kernel/audit.c linux-2.6.38.6/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.38.6/kernel/auditsc.c linux-2.6.38.6/kernel/auditsc.c
---- linux-2.6.38.6/kernel/auditsc.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/kernel/auditsc.c    2011-04-28 19:57:25.000000000 -0400
-@@ -2111,7 +2111,7 @@ int auditsc_get_stamp(struct audit_conte
+diff -urNp linux-3.0.3/kernel/auditsc.c linux-3.0.3/kernel/auditsc.c
+--- linux-3.0.3/kernel/auditsc.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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 */
@@ -57664,7 +55833,7 @@ diff -urNp linux-2.6.38.6/kernel/auditsc.c linux-2.6.38.6/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)
  {
@@ -57673,10 +55842,10 @@ diff -urNp linux-2.6.38.6/kernel/auditsc.c linux-2.6.38.6/kernel/auditsc.c
        struct audit_context *context = task->audit_context;
  
        if (context && context->in_syscall) {
-diff -urNp linux-2.6.38.6/kernel/capability.c linux-2.6.38.6/kernel/capability.c
---- linux-2.6.38.6/kernel/capability.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/kernel/capability.c 2011-04-28 19:34:15.000000000 -0400
-@@ -205,6 +205,9 @@ SYSCALL_DEFINE2(capget, cap_user_header_
+diff -urNp linux-3.0.3/kernel/capability.c linux-3.0.3/kernel/capability.c
+--- linux-3.0.3/kernel/capability.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.
                 */
@@ -57686,38 +55855,60 @@ diff -urNp linux-2.6.38.6/kernel/capability.c linux-2.6.38.6/kernel/capability.c
                if (copy_to_user(dataptr, kdata, tocopy
                                 * sizeof(struct __user_cap_data_struct))) {
                        return -EFAULT;
-@@ -306,10 +309,26 @@ int capable(int cap)
+@@ -374,7 +377,7 @@ bool ns_capable(struct user_namespace *n
                BUG();
        }
  
--      if (security_capable(current_cred(), cap) == 0) {
-+      if (security_capable(current_cred(), cap) == 0 && gr_is_capable(cap)) {
+-      if (security_capable(ns, current_cred(), cap) == 0) {
++      if (security_capable(ns, current_cred(), cap) == 0 && gr_is_capable(cap)) {
                current->flags |= PF_SUPERPRIV;
-               return 1;
+               return true;
        }
-       return 0;
+@@ -382,6 +385,27 @@ bool ns_capable(struct user_namespace *n
  }
-+
-+int capable_nolog(int cap)
+ EXPORT_SYMBOL(ns_capable);
++bool ns_capable_nolog(struct user_namespace *ns, int cap)
 +{
 +      if (unlikely(!cap_valid(cap))) {
 +              printk(KERN_CRIT "capable() called with invalid cap=%u\n", cap);
 +              BUG();
 +      }
 +
-+      if (security_capable(current_cred(), cap) == 0 && gr_is_capable_nolog(cap)) {
++      if (security_capable(ns, current_cred(), cap) == 0 && gr_is_capable_nolog(cap)) {
 +              current->flags |= PF_SUPERPRIV;
-+              return 1;
++              return true;
 +      }
-+      return 0;
++      return false;
 +}
++EXPORT_SYMBOL(ns_capable_nolog);
 +
- EXPORT_SYMBOL(capable);
++bool capable_nolog(int cap)
++{
++      return ns_capable_nolog(&init_user_ns, cap);
++}
 +EXPORT_SYMBOL(capable_nolog);
-diff -urNp linux-2.6.38.6/kernel/cgroup.c linux-2.6.38.6/kernel/cgroup.c
---- linux-2.6.38.6/kernel/cgroup.c     2011-04-18 17:27:16.000000000 -0400
-+++ linux-2.6.38.6/kernel/cgroup.c     2011-05-16 21:47:09.000000000 -0400
-@@ -598,6 +598,8 @@ static struct css_set *find_css_set(
++
+ /**
+  * task_ns_capable - Determine whether current task has a superior
+  * capability targeted at a specific task's user namespace.
+@@ -396,6 +420,12 @@ bool task_ns_capable(struct task_struct 
+ }
+ EXPORT_SYMBOL(task_ns_capable);
++bool task_ns_capable_nolog(struct task_struct *t, int cap)
++{
++      return ns_capable_nolog(task_cred_xxx(t, user)->user_ns, cap);
++}
++EXPORT_SYMBOL(task_ns_capable_nolog);
++
+ /**
+  * nsown_capable - Check superior capability to one's own user_ns
+  * @cap: The capability in question
+diff -urNp linux-3.0.3/kernel/cgroup.c linux-3.0.3/kernel/cgroup.c
+--- linux-3.0.3/kernel/cgroup.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
  
@@ -57726,9 +55917,9 @@ diff -urNp linux-2.6.38.6/kernel/cgroup.c linux-2.6.38.6/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.38.6/kernel/compat.c linux-2.6.38.6/kernel/compat.c
---- linux-2.6.38.6/kernel/compat.c     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/kernel/compat.c     2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/kernel/compat.c linux-3.0.3/kernel/compat.c
+--- linux-3.0.3/kernel/compat.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/kernel/compat.c        2011-08-23 21:48:14.000000000 -0400
 @@ -13,6 +13,7 @@
  
  #include <linux/linkage.h>
@@ -57737,9 +55928,9 @@ diff -urNp linux-2.6.38.6/kernel/compat.c linux-2.6.38.6/kernel/compat.c
  #include <linux/errno.h>
  #include <linux/time.h>
  #include <linux/signal.h>
-diff -urNp linux-2.6.38.6/kernel/configs.c linux-2.6.38.6/kernel/configs.c
---- linux-2.6.38.6/kernel/configs.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/kernel/configs.c    2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/kernel/configs.c linux-3.0.3/kernel/configs.c
+--- linux-3.0.3/kernel/configs.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
  
@@ -57760,10 +55951,10 @@ diff -urNp linux-2.6.38.6/kernel/configs.c linux-2.6.38.6/kernel/configs.c
        if (!entry)
                return -ENOMEM;
  
-diff -urNp linux-2.6.38.6/kernel/cred.c linux-2.6.38.6/kernel/cred.c
---- linux-2.6.38.6/kernel/cred.c       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/kernel/cred.c       2011-05-17 19:31:43.000000000 -0400
-@@ -157,6 +157,8 @@ static void put_cred_rcu(struct rcu_head
+diff -urNp linux-3.0.3/kernel/cred.c linux-3.0.3/kernel/cred.c
+--- linux-3.0.3/kernel/cred.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/kernel/cred.c  2011-08-23 21:48:14.000000000 -0400
+@@ -158,6 +158,8 @@ static void put_cred_rcu(struct rcu_head
   */
  void __put_cred(struct cred *cred)
  {
@@ -57772,7 +55963,7 @@ diff -urNp linux-2.6.38.6/kernel/cred.c linux-2.6.38.6/kernel/cred.c
        kdebug("__put_cred(%p{%d,%d})", cred,
               atomic_read(&cred->usage),
               read_cred_subscribers(cred));
-@@ -181,6 +183,8 @@ void exit_creds(struct task_struct *tsk)
+@@ -182,6 +184,8 @@ void exit_creds(struct task_struct *tsk)
  {
        struct cred *cred;
  
@@ -57781,7 +55972,7 @@ diff -urNp linux-2.6.38.6/kernel/cred.c linux-2.6.38.6/kernel/cred.c
        kdebug("exit_creds(%u,%p,%p,{%d,%d})", tsk->pid, tsk->real_cred, tsk->cred,
               atomic_read(&tsk->cred->usage),
               read_cred_subscribers(tsk->cred));
-@@ -219,6 +223,8 @@ const struct cred *get_task_cred(struct 
+@@ -220,6 +224,8 @@ const struct cred *get_task_cred(struct 
  {
        const struct cred *cred;
  
@@ -57790,7 +55981,7 @@ diff -urNp linux-2.6.38.6/kernel/cred.c linux-2.6.38.6/kernel/cred.c
        rcu_read_lock();
  
        do {
-@@ -238,6 +244,8 @@ struct cred *cred_alloc_blank(void)
+@@ -239,6 +245,8 @@ struct cred *cred_alloc_blank(void)
  {
        struct cred *new;
  
@@ -57799,7 +55990,16 @@ diff -urNp linux-2.6.38.6/kernel/cred.c linux-2.6.38.6/kernel/cred.c
        new = kmem_cache_zalloc(cred_jar, GFP_KERNEL);
        if (!new)
                return NULL;
-@@ -332,6 +342,8 @@ struct cred *prepare_exec_creds(void)
+@@ -268,6 +268,8 @@ struct cred *__prepare_creds(const struc
+ {
+       struct cred *new;
++      pax_track_stack();
++
+       new = kmem_cache_alloc(cred_jar, GFP_KERNEL);
+       if (!new)
+               return NULL;
+@@ -333,6 +343,8 @@ struct cred *prepare_exec_creds(void)
        struct thread_group_cred *tgcred = NULL;
        struct cred *new;
  
@@ -57808,7 +56008,7 @@ diff -urNp linux-2.6.38.6/kernel/cred.c linux-2.6.38.6/kernel/cred.c
  #ifdef CONFIG_KEYS
        tgcred = kmalloc(sizeof(*tgcred), GFP_KERNEL);
        if (!tgcred)
-@@ -384,6 +396,8 @@ int copy_creds(struct task_struct *p, un
+@@ -385,6 +397,8 @@ int copy_creds(struct task_struct *p, un
        struct cred *new;
        int ret;
  
@@ -57817,7 +56017,7 @@ diff -urNp linux-2.6.38.6/kernel/cred.c linux-2.6.38.6/kernel/cred.c
        if (
  #ifdef CONFIG_KEYS
                !p->cred->thread_keyring &&
-@@ -469,6 +483,8 @@ int commit_creds(struct cred *new)
+@@ -475,6 +489,8 @@ int commit_creds(struct cred *new)
        struct task_struct *task = current;
        const struct cred *old = task->real_cred;
  
@@ -57826,7 +56026,7 @@ diff -urNp linux-2.6.38.6/kernel/cred.c linux-2.6.38.6/kernel/cred.c
        kdebug("commit_creds(%p{%d,%d})", new,
               atomic_read(&new->usage),
               read_cred_subscribers(new));
-@@ -483,6 +499,8 @@ int commit_creds(struct cred *new)
+@@ -489,6 +505,8 @@ int commit_creds(struct cred *new)
  
        get_cred(new); /* we will require a ref for the subj creds too */
  
@@ -57835,7 +56035,7 @@ diff -urNp linux-2.6.38.6/kernel/cred.c linux-2.6.38.6/kernel/cred.c
        /* dumpability changes */
        if (old->euid != new->euid ||
            old->egid != new->egid ||
-@@ -545,6 +563,8 @@ EXPORT_SYMBOL(commit_creds);
+@@ -551,6 +569,8 @@ EXPORT_SYMBOL(commit_creds);
   */
  void abort_creds(struct cred *new)
  {
@@ -57844,7 +56044,7 @@ diff -urNp linux-2.6.38.6/kernel/cred.c linux-2.6.38.6/kernel/cred.c
        kdebug("abort_creds(%p{%d,%d})", new,
               atomic_read(&new->usage),
               read_cred_subscribers(new));
-@@ -568,6 +588,8 @@ const struct cred *override_creds(const 
+@@ -574,6 +594,8 @@ const struct cred *override_creds(const 
  {
        const struct cred *old = current->cred;
  
@@ -57853,7 +56053,7 @@ diff -urNp linux-2.6.38.6/kernel/cred.c linux-2.6.38.6/kernel/cred.c
        kdebug("override_creds(%p{%d,%d})", new,
               atomic_read(&new->usage),
               read_cred_subscribers(new));
-@@ -597,6 +619,8 @@ void revert_creds(const struct cred *old
+@@ -603,6 +625,8 @@ void revert_creds(const struct cred *old
  {
        const struct cred *override = current->cred;
  
@@ -57862,7 +56062,7 @@ diff -urNp linux-2.6.38.6/kernel/cred.c linux-2.6.38.6/kernel/cred.c
        kdebug("revert_creds(%p{%d,%d})", old,
               atomic_read(&old->usage),
               read_cred_subscribers(old));
-@@ -643,6 +667,8 @@ struct cred *prepare_kernel_cred(struct 
+@@ -649,6 +673,8 @@ struct cred *prepare_kernel_cred(struct 
        const struct cred *old;
        struct cred *new;
  
@@ -57871,7 +56071,7 @@ diff -urNp linux-2.6.38.6/kernel/cred.c linux-2.6.38.6/kernel/cred.c
        new = kmem_cache_alloc(cred_jar, GFP_KERNEL);
        if (!new)
                return NULL;
-@@ -697,6 +723,8 @@ EXPORT_SYMBOL(prepare_kernel_cred);
+@@ -703,6 +729,8 @@ EXPORT_SYMBOL(prepare_kernel_cred);
   */
  int set_security_override(struct cred *new, u32 secid)
  {
@@ -57880,7 +56080,7 @@ diff -urNp linux-2.6.38.6/kernel/cred.c linux-2.6.38.6/kernel/cred.c
        return security_kernel_act_as(new, secid);
  }
  EXPORT_SYMBOL(set_security_override);
-@@ -716,6 +744,8 @@ int set_security_override_from_ctx(struc
+@@ -722,6 +750,8 @@ int set_security_override_from_ctx(struc
        u32 secid;
        int ret;
  
@@ -57889,29 +56089,9 @@ diff -urNp linux-2.6.38.6/kernel/cred.c linux-2.6.38.6/kernel/cred.c
        ret = security_secctx_to_secid(secctx, strlen(secctx), &secid);
        if (ret < 0)
                return ret;
---- linux-2.6.38/kernel/cred.c~        2011-05-18 10:48:25.661292226 +0200
-+++ linux-2.6.38/kernel/cred.c 2011-05-18 10:51:03.218531815 +0200
-@@ -301,6 +301,8 @@
- }
- struct cred *prepare_creds(void)
- {
-+
-+      pax_track_stack();
-       validate_process_creds();
-diff -urNp linux-2.6.38.6/kernel/debug/debug_core.c linux-2.6.38.6/kernel/debug/debug_core.c
---- linux-2.6.38.6/kernel/debug/debug_core.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/kernel/debug/debug_core.c   2011-04-28 19:57:25.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.3/kernel/debug/debug_core.c linux-3.0.3/kernel/debug/debug_core.c
+--- linux-3.0.3/kernel/debug/debug_core.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -57972,27 +56152,9 @@ diff -urNp linux-2.6.38.6/kernel/debug/debug_core.c linux-2.6.38.6/kernel/debug/
        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.38.6/kernel/debug/kdb/kdb_main.c linux-2.6.38.6/kernel/debug/kdb/kdb_main.c
---- linux-2.6.38.6/kernel/debug/kdb/kdb_main.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/kernel/debug/kdb/kdb_main.c 2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/kernel/debug/kdb/kdb_main.c linux-3.0.3/kernel/debug/kdb/kdb_main.c
+--- linux-3.0.3/kernel/debug/kdb/kdb_main.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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) {
  
@@ -58011,9 +56173,92 @@ diff -urNp linux-2.6.38.6/kernel/debug/kdb/kdb_main.c linux-2.6.38.6/kernel/debu
  
  #ifdef CONFIG_MODULE_UNLOAD
                {
-diff -urNp linux-2.6.38.6/kernel/exit.c linux-2.6.38.6/kernel/exit.c
---- linux-2.6.38.6/kernel/exit.c       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/kernel/exit.c       2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/kernel/events/core.c linux-3.0.3/kernel/events/core.c
+--- linux-3.0.3/kernel/events/core.c   2011-08-23 21:44:40.000000000 -0400
++++ linux-3.0.3/kernel/events/core.c   2011-08-23 21:47:56.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);
+@@ -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.3/kernel/exit.c linux-3.0.3/kernel/exit.c
+--- linux-3.0.3/kernel/exit.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/kernel/exit.c  2011-08-23 21:48:14.000000000 -0400
 @@ -57,6 +57,10 @@
  #include <asm/pgtable.h>
  #include <asm/mmu_context.h>
@@ -58025,16 +56270,18 @@ diff -urNp linux-2.6.38.6/kernel/exit.c linux-2.6.38.6/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);
  
@@ -58057,7 +56304,7 @@ diff -urNp linux-2.6.38.6/kernel/exit.c linux-2.6.38.6/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.
         */
@@ -58066,7 +56313,7 @@ diff -urNp linux-2.6.38.6/kernel/exit.c linux-2.6.38.6/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);
  
@@ -58084,38 +56331,30 @@ diff -urNp linux-2.6.38.6/kernel/exit.c linux-2.6.38.6/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,17 +933,17 @@ 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;
  
 -      profile_task_exit(tsk);
 -
 -      WARN_ON(atomic_read(&tsk->fs_excl));
+-      WARN_ON(blk_needs_flush_plug(tsk));
 -
-+      /*
-+       * Check this first since set_fs() below depends on
-+       * current_thread_info(), which we better not access when we're in
-+       * interrupt context.  Other than that, we want to do the set_fs()
-+       * as early as possible.
-+       */
        if (unlikely(in_interrupt()))
                panic("Aiee, killing interrupt handler!");
 -      if (unlikely(!tsk->pid))
 -              panic("Attempted to kill the idle task!");
  
        /*
--       * If do_exit is called because this processes oopsed, it's possible
-+       * If do_exit is called because this processes Oops'ed, it's possible
-        * that get_fs() was left as KERNEL_DS, so reset it to USER_DS before
-        * continuing. Amongst other possible reasons, this is to prevent
-        * mm_release()->clear_child_tid() from writing to a user-controlled
-@@ -923,6 +951,13 @@ NORET_TYPE void do_exit(long code)
+        * If do_exit is called because this processes oopsed, it's possible
+@@ -923,6 +946,14 @@ NORET_TYPE void do_exit(long code)
         */
        set_fs(USER_DS);
  
 +      profile_task_exit(tsk);
 +
 +      WARN_ON(atomic_read(&tsk->fs_excl));
++      WARN_ON(blk_needs_flush_plug(tsk));
 +
 +      if (unlikely(!tsk->pid))
 +              panic("Attempted to kill the idle task!");
@@ -58123,7 +56362,7 @@ diff -urNp linux-2.6.38.6/kernel/exit.c linux-2.6.38.6/kernel/exit.c
        tracehook_report_exit(&code);
  
        validate_creds_for_do_exit(tsk);
-@@ -983,6 +1018,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);
  
@@ -58133,10 +56372,10 @@ diff -urNp linux-2.6.38.6/kernel/exit.c linux-2.6.38.6/kernel/exit.c
        exit_mm(tsk);
  
        if (group_dead)
-diff -urNp linux-2.6.38.6/kernel/fork.c linux-2.6.38.6/kernel/fork.c
---- linux-2.6.38.6/kernel/fork.c       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/kernel/fork.c       2011-04-28 19:34:15.000000000 -0400
-@@ -280,7 +280,7 @@ static struct task_struct *dup_task_stru
+diff -urNp linux-3.0.3/kernel/fork.c linux-3.0.3/kernel/fork.c
+--- linux-3.0.3/kernel/fork.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/kernel/fork.c  2011-08-23 21:48:14.000000000 -0400
+@@ -286,7 +286,7 @@ static struct task_struct *dup_task_stru
        *stackend = STACK_END_MAGIC;    /* for overflow detection */
  
  #ifdef CONFIG_CC_STACKPROTECTOR
@@ -58145,7 +56384,7 @@ diff -urNp linux-2.6.38.6/kernel/fork.c linux-2.6.38.6/kernel/fork.c
  #endif
  
        /* One for us, one for whoever does the "release_task()" (usually parent) */
-@@ -302,13 +302,78 @@ out:
+@@ -308,13 +308,77 @@ out:
  }
  
  #ifdef CONFIG_MMU
@@ -58186,15 +56425,14 @@ diff -urNp linux-2.6.38.6/kernel/fork.c linux-2.6.38.6/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);
 +      }
 +
 +      /*
@@ -58226,7 +56464,7 @@ diff -urNp linux-2.6.38.6/kernel/fork.c linux-2.6.38.6/kernel/fork.c
  
        down_write(&oldmm->mmap_sem);
        flush_cache_dup_mm(oldmm);
-@@ -320,8 +385,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;
@@ -58237,7 +56475,7 @@ diff -urNp linux-2.6.38.6/kernel/fork.c linux-2.6.38.6/kernel/fork.c
        mm->map_count = 0;
        cpumask_clear(mm_cpumask(mm));
        mm->mm_rb = RB_ROOT;
-@@ -337,8 +402,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) {
@@ -58246,7 +56484,7 @@ diff -urNp linux-2.6.38.6/kernel/fork.c linux-2.6.38.6/kernel/fork.c
                if (mpnt->vm_flags & VM_DONTCOPY) {
                        long pages = vma_pages(mpnt);
                        mm->total_vm -= pages;
-@@ -346,56 +409,13 @@ static int dup_mmap(struct mm_struct *mm
+@@ -352,55 +414,13 @@ static int dup_mmap(struct mm_struct *mm
                                                                -pages);
                        continue;
                }
@@ -58280,15 +56518,14 @@ diff -urNp linux-2.6.38.6/kernel/fork.c linux-2.6.38.6/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;
@@ -58307,7 +56544,7 @@ diff -urNp linux-2.6.38.6/kernel/fork.c linux-2.6.38.6/kernel/fork.c
                 * Link in the new vma and copy the page table entries.
                 */
                *pprev = tmp;
-@@ -416,6 +436,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;
        }
@@ -58339,7 +56576,7 @@ diff -urNp linux-2.6.38.6/kernel/fork.c linux-2.6.38.6/kernel/fork.c
        /* a new mm has just been created */
        arch_dup_mmap(oldmm, mm);
        retval = 0;
-@@ -424,14 +469,6 @@ out:
+@@ -429,14 +474,6 @@ out:
        flush_tlb_mm(oldmm);
        up_write(&oldmm->mmap_sem);
        return retval;
@@ -58354,7 +56591,7 @@ diff -urNp linux-2.6.38.6/kernel/fork.c linux-2.6.38.6/kernel/fork.c
  }
  
  static inline int mm_alloc_pgd(struct mm_struct * mm)
-@@ -778,13 +815,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;
                }
@@ -58369,14 +56606,16 @@ diff -urNp linux-2.6.38.6/kernel/fork.c linux-2.6.38.6/kernel/fork.c
 +      gr_set_chroot_entries(tsk, &tsk->fs->root);
        return 0;
  }
+
+@@ -1156,13 +1156,15 @@ static struct task_struct *copy_process(
+       init_vx_info(&p->vx_info, current_vx_info());
+       init_nx_info(&p->nx_info, current_nx_info());
  
-@@ -1042,10 +1080,13 @@ static struct task_struct *copy_process(
++      gr_learn_resource(p, RLIMIT_NPROC, atomic_read(&p->real_cred->user->processes), 0);
++
        retval = -EAGAIN;
        if (!vx_nproc_avail(1))
                goto bad_fork_free;
-+
-+      gr_learn_resource(p, RLIMIT_NPROC, atomic_read(&p->real_cred->user->processes), 0);
-+
        if (atomic_read(&p->real_cred->user->processes) >=
                        task_rlimit(p, RLIMIT_NPROC)) {
 -              if (!capable(CAP_SYS_ADMIN) && !capable(CAP_SYS_RESOURCE) &&
@@ -58386,16 +56625,16 @@ diff -urNp linux-2.6.38.6/kernel/fork.c linux-2.6.38.6/kernel/fork.c
                        goto bad_fork_free;
        }
  
-@@ -1199,6 +1240,8 @@ static struct task_struct *copy_process(
-                       goto bad_fork_free_pid;
-       }
+@@ -1250,6 +1291,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()?
-@@ -1356,6 +1399,8 @@ bad_fork_cleanup_count:
+@@ -1414,6 +1457,8 @@ bad_fork_cleanup_count:
  bad_fork_free:
        free_task(p);
  fork_out:
@@ -58404,7 +56643,7 @@ diff -urNp linux-2.6.38.6/kernel/fork.c linux-2.6.38.6/kernel/fork.c
        return ERR_PTR(retval);
  }
  
-@@ -1444,6 +1489,8 @@ long do_fork(unsigned long clone_flags,
+@@ -1502,6 +1547,8 @@ long do_fork(unsigned long clone_flags,
                if (clone_flags & CLONE_PARENT_SETTID)
                        put_user(nr, parent_tidptr);
  
@@ -58413,7 +56652,7 @@ diff -urNp linux-2.6.38.6/kernel/fork.c linux-2.6.38.6/kernel/fork.c
                if (clone_flags & CLONE_VFORK) {
                        p->vfork_done = &vfork;
                        init_completion(&vfork);
-@@ -1559,7 +1606,7 @@ static int unshare_fs(unsigned long unsh
+@@ -1610,7 +1657,7 @@ static int unshare_fs(unsigned long unsh
                return 0;
  
        /* don't need lock here; in the worst case we'll do useless copy */
@@ -58422,7 +56661,7 @@ diff -urNp linux-2.6.38.6/kernel/fork.c linux-2.6.38.6/kernel/fork.c
                return 0;
  
        *new_fsp = copy_fs_struct(fs);
-@@ -1682,7 +1729,8 @@ SYSCALL_DEFINE1(unshare, unsigned long, 
+@@ -1697,7 +1744,8 @@ SYSCALL_DEFINE1(unshare, unsigned long, 
                        fs = current->fs;
                        spin_lock(&fs->lock);
                        current->fs = new_fs;
@@ -58432,9 +56671,9 @@ diff -urNp linux-2.6.38.6/kernel/fork.c linux-2.6.38.6/kernel/fork.c
                                new_fs = NULL;
                        else
                                new_fs = fs;
-diff -urNp linux-2.6.38.6/kernel/futex.c linux-2.6.38.6/kernel/futex.c
---- linux-2.6.38.6/kernel/futex.c      2011-04-22 19:20:59.000000000 -0400
-+++ linux-2.6.38.6/kernel/futex.c      2011-05-16 21:47:08.000000000 -0400
+diff -urNp linux-3.0.3/kernel/futex.c linux-3.0.3/kernel/futex.c
+--- linux-3.0.3/kernel/futex.c 2011-08-23 21:44:40.000000000 -0400
++++ linux-3.0.3/kernel/futex.c 2011-08-23 21:48:14.000000000 -0400
 @@ -54,6 +54,7 @@
  #include <linux/mount.h>
  #include <linux/pagemap.h>
@@ -58443,9 +56682,9 @@ diff -urNp linux-2.6.38.6/kernel/futex.c linux-2.6.38.6/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)
@@ -58455,7 +56694,7 @@ diff -urNp linux-2.6.38.6/kernel/futex.c linux-2.6.38.6/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;
  
@@ -58464,7 +56703,7 @@ diff -urNp linux-2.6.38.6/kernel/futex.c linux-2.6.38.6/kernel/futex.c
        if (!bitset)
                return -EINVAL;
        q.bitset = bitset;
-@@ -2232,6 +2240,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;
  
@@ -58473,7 +56712,7 @@ diff -urNp linux-2.6.38.6/kernel/futex.c linux-2.6.38.6/kernel/futex.c
        if (!bitset)
                return -EINVAL;
  
-@@ -2404,7 +2414,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;
@@ -58483,7 +56722,7 @@ diff -urNp linux-2.6.38.6/kernel/futex.c linux-2.6.38.6/kernel/futex.c
  
        if (!futex_cmpxchg_enabled)
                return -ENOSYS;
-@@ -2420,11 +2432,16 @@ 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;
@@ -58492,15 +56731,17 @@ diff -urNp linux-2.6.38.6/kernel/futex.c linux-2.6.38.6/kernel/futex.c
 +                      goto err_unlock;
 +#else
                pcred = __task_cred(p);
-               if (cred->euid != pcred->euid &&
-                   cred->euid != pcred->uid &&
-                   !capable(CAP_SYS_PTRACE))
+               /* If victim is in different user_ns, then uids are not
+                  comparable, so we must have CAP_SYS_PTRACE */
+@@ -2461,6 +2477,7 @@ SYSCALL_DEFINE3(get_robust_list, int, pi
+                   !ns_capable(pcred->user->user_ns, CAP_SYS_PTRACE))
                        goto err_unlock;
+ ok:
 +#endif
                head = p->robust_list;
                rcu_read_unlock();
        }
-@@ -2667,6 +2684,7 @@ static int __init futex_init(void)
+@@ -2712,6 +2729,7 @@ static int __init futex_init(void)
  {
        u32 curval;
        int i;
@@ -58508,20 +56749,21 @@ diff -urNp linux-2.6.38.6/kernel/futex.c linux-2.6.38.6/kernel/futex.c
  
        /*
         * This will fail and we want it. Some arch implementations do
-@@ -2678,7 +2696,10 @@ static int __init futex_init(void)
+@@ -2723,8 +2741,11 @@ static int __init futex_init(void)
         * implementation, the non-functional ones will return
         * -ENOSYS.
         */
 +      oldfs = get_fs();
 +      set_fs(USER_DS);
-       curval = cmpxchg_futex_value_locked(NULL, 0, 0);
-+      set_fs(oldfs);
-       if (curval == -EFAULT)
+       if (cmpxchg_futex_value_locked(&curval, NULL, 0, 0) == -EFAULT)
                futex_cmpxchg_enabled = 1;
++      set_fs(oldfs);
  
-diff -urNp linux-2.6.38.6/kernel/futex_compat.c linux-2.6.38.6/kernel/futex_compat.c
---- linux-2.6.38.6/kernel/futex_compat.c       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/kernel/futex_compat.c       2011-04-28 19:34:15.000000000 -0400
+       for (i = 0; i < ARRAY_SIZE(futex_queues); i++) {
+               plist_head_init(&futex_queues[i].chain, &futex_queues[i].lock);
+diff -urNp linux-3.0.3/kernel/futex_compat.c linux-3.0.3/kernel/futex_compat.c
+--- linux-3.0.3/kernel/futex_compat.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/kernel/futex_compat.c  2011-08-23 21:48:14.000000000 -0400
 @@ -10,6 +10,7 @@
  #include <linux/compat.h>
  #include <linux/nsproxy.h>
@@ -58542,7 +56784,7 @@ diff -urNp linux-2.6.38.6/kernel/futex_compat.c linux-2.6.38.6/kernel/futex_comp
  
        if (!futex_cmpxchg_enabled)
                return -ENOSYS;
-@@ -152,11 +156,16 @@ compat_sys_get_robust_list(int pid, comp
+@@ -152,6 +156,10 @@ compat_sys_get_robust_list(int pid, comp
                if (!p)
                        goto err_unlock;
                ret = -EPERM;
@@ -58551,17 +56793,19 @@ diff -urNp linux-2.6.38.6/kernel/futex_compat.c linux-2.6.38.6/kernel/futex_comp
 +                      goto err_unlock;
 +#else
                pcred = __task_cred(p);
-               if (cred->euid != pcred->euid &&
-                   cred->euid != pcred->uid &&
-                   !capable(CAP_SYS_PTRACE))
+               /* If victim is in different user_ns, then uids are not
+                  comparable, so we must have CAP_SYS_PTRACE */
+@@ -166,6 +174,7 @@ compat_sys_get_robust_list(int pid, comp
+                   !ns_capable(pcred->user->user_ns, CAP_SYS_PTRACE))
                        goto err_unlock;
+ ok:
 +#endif
                head = p->compat_robust_list;
                rcu_read_unlock();
        }
-diff -urNp linux-2.6.38.6/kernel/gcov/base.c linux-2.6.38.6/kernel/gcov/base.c
---- linux-2.6.38.6/kernel/gcov/base.c  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/kernel/gcov/base.c  2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/kernel/gcov/base.c linux-3.0.3/kernel/gcov/base.c
+--- linux-3.0.3/kernel/gcov/base.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/kernel/gcov/base.c     2011-08-23 21:47:56.000000000 -0400
 @@ -102,11 +102,6 @@ void gcov_enable_events(void)
  }
  
@@ -58583,10 +56827,10 @@ diff -urNp linux-2.6.38.6/kernel/gcov/base.c linux-2.6.38.6/kernel/gcov/base.c
                        if (prev)
                                prev->next = info->next;
                        else
-diff -urNp linux-2.6.38.6/kernel/hrtimer.c linux-2.6.38.6/kernel/hrtimer.c
---- linux-2.6.38.6/kernel/hrtimer.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/kernel/hrtimer.c    2011-04-28 19:34:15.000000000 -0400
-@@ -1371,7 +1371,7 @@ void hrtimer_peek_ahead_timers(void)
+diff -urNp linux-3.0.3/kernel/hrtimer.c linux-3.0.3/kernel/hrtimer.c
+--- linux-3.0.3/kernel/hrtimer.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);
  }
  
@@ -58595,52 +56839,35 @@ diff -urNp linux-2.6.38.6/kernel/hrtimer.c linux-2.6.38.6/kernel/hrtimer.c
  {
        hrtimer_peek_ahead_timers();
  }
-diff -urNp linux-2.6.38.6/kernel/jump_label.c linux-2.6.38.6/kernel/jump_label.c
---- linux-2.6.38.6/kernel/jump_label.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/kernel/jump_label.c 2011-04-28 19:34:15.000000000 -0400
-@@ -49,6 +49,17 @@ void jump_label_unlock(void)
-       mutex_unlock(&jump_label_mutex);
+diff -urNp linux-3.0.3/kernel/jump_label.c linux-3.0.3/kernel/jump_label.c
+--- linux-3.0.3/kernel/jump_label.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.38.6/kernel/kallsyms.c linux-2.6.38.6/kernel/kallsyms.c
---- linux-2.6.38.6/kernel/kallsyms.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/kernel/kallsyms.c   2011-04-28 19:34:15.000000000 -0400
+ static int
+diff -urNp linux-3.0.3/kernel/kallsyms.c linux-3.0.3/kernel/kallsyms.c
+--- linux-3.0.3/kernel/kallsyms.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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)
@@ -58700,7 +56927,7 @@ diff -urNp linux-2.6.38.6/kernel/kallsyms.c linux-2.6.38.6/kernel/kallsyms.c
 +#endif
 +
                return 1;
-       return in_gate_area_no_task(addr);
+       return in_gate_area_no_mm(addr);
  }
  
  static int is_ksym_addr(unsigned long addr)
@@ -58714,7 +56941,7 @@ diff -urNp linux-2.6.38.6/kernel/kallsyms.c linux-2.6.38.6/kernel/kallsyms.c
        if (all_var)
                return is_kernel(addr);
  
-@@ -416,7 +455,6 @@ static unsigned long get_ksymbol_core(st
+@@ -454,7 +493,6 @@ static unsigned long get_ksymbol_core(st
  
  static void reset_iter(struct kallsym_iter *iter, loff_t new_pos)
  {
@@ -58722,7 +56949,7 @@ diff -urNp linux-2.6.38.6/kernel/kallsyms.c linux-2.6.38.6/kernel/kallsyms.c
        iter->nameoff = get_symbol_offset(new_pos);
        iter->pos = new_pos;
  }
-@@ -464,6 +502,11 @@ static int s_show(struct seq_file *m, vo
+@@ -502,6 +540,11 @@ static int s_show(struct seq_file *m, vo
  {
        struct kallsym_iter *iter = m->private;
  
@@ -58734,7 +56961,7 @@ diff -urNp linux-2.6.38.6/kernel/kallsyms.c linux-2.6.38.6/kernel/kallsyms.c
        /* Some debugging symbols have no name.  Ignore them. */
        if (!iter->name[0])
                return 0;
-@@ -504,7 +547,7 @@ static int kallsyms_open(struct inode *i
+@@ -540,7 +583,7 @@ static int kallsyms_open(struct inode *i
        struct kallsym_iter *iter;
        int ret;
  
@@ -58743,10 +56970,10 @@ diff -urNp linux-2.6.38.6/kernel/kallsyms.c linux-2.6.38.6/kernel/kallsyms.c
        if (!iter)
                return -ENOMEM;
        reset_iter(iter, 0);
-diff -urNp linux-2.6.38.6/kernel/kmod.c linux-2.6.38.6/kernel/kmod.c
---- linux-2.6.38.6/kernel/kmod.c       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/kernel/kmod.c       2011-04-28 19:34:15.000000000 -0400
-@@ -65,13 +65,12 @@ char modprobe_path[KMOD_PATH_LEN] = "/sb
+diff -urNp linux-3.0.3/kernel/kmod.c linux-3.0.3/kernel/kmod.c
+--- linux-3.0.3/kernel/kmod.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.
   */
@@ -58762,7 +56989,7 @@ diff -urNp linux-2.6.38.6/kernel/kmod.c linux-2.6.38.6/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;
  
@@ -58773,7 +57000,7 @@ diff -urNp linux-2.6.38.6/kernel/kmod.c linux-2.6.38.6/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;
  
@@ -58794,7 +57021,7 @@ diff -urNp linux-2.6.38.6/kernel/kmod.c linux-2.6.38.6/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;
  }
@@ -58842,9 +57069,9 @@ diff -urNp linux-2.6.38.6/kernel/kmod.c linux-2.6.38.6/kernel/kmod.c
  EXPORT_SYMBOL(__request_module);
  #endif /* CONFIG_MODULES */
  
-diff -urNp linux-2.6.38.6/kernel/kprobes.c linux-2.6.38.6/kernel/kprobes.c
---- linux-2.6.38.6/kernel/kprobes.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/kernel/kprobes.c    2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/kernel/kprobes.c linux-3.0.3/kernel/kprobes.c
+--- linux-3.0.3/kernel/kprobes.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.
@@ -58881,10 +57108,10 @@ diff -urNp linux-2.6.38.6/kernel/kprobes.c linux-2.6.38.6/kernel/kprobes.c
  
        head = &kprobe_table[i];
        preempt_disable();
-diff -urNp linux-2.6.38.6/kernel/lockdep.c linux-2.6.38.6/kernel/lockdep.c
---- linux-2.6.38.6/kernel/lockdep.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/kernel/lockdep.c    2011-04-28 19:34:15.000000000 -0400
-@@ -571,6 +571,10 @@ static int static_obj(void *obj)
+diff -urNp linux-3.0.3/kernel/lockdep.c linux-3.0.3/kernel/lockdep.c
+--- linux-3.0.3/kernel/lockdep.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
  
@@ -58895,7 +57122,7 @@ diff -urNp linux-2.6.38.6/kernel/lockdep.c linux-2.6.38.6/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");
@@ -58903,7 +57130,7 @@ diff -urNp linux-2.6.38.6/kernel/lockdep.c linux-2.6.38.6/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;
        }
@@ -58912,9 +57139,9 @@ diff -urNp linux-2.6.38.6/kernel/lockdep.c linux-2.6.38.6/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.38.6/kernel/lockdep_proc.c linux-2.6.38.6/kernel/lockdep_proc.c
---- linux-2.6.38.6/kernel/lockdep_proc.c       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/kernel/lockdep_proc.c       2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/kernel/lockdep_proc.c linux-3.0.3/kernel/lockdep_proc.c
+--- linux-3.0.3/kernel/lockdep_proc.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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)
@@ -58924,18 +57151,18 @@ diff -urNp linux-2.6.38.6/kernel/lockdep_proc.c linux-2.6.38.6/kernel/lockdep_pr
        const char *name = class->name;
  
        if (!name) {
-diff -urNp linux-2.6.38.6/kernel/module.c linux-2.6.38.6/kernel/module.c
---- linux-2.6.38.6/kernel/module.c     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/kernel/module.c     2011-04-29 18:46:41.000000000 -0400
-@@ -57,6 +57,7 @@
- #include <linux/kmemleak.h>
+diff -urNp linux-3.0.3/kernel/module.c linux-3.0.3/kernel/module.c
+--- linux-3.0.3/kernel/module.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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. */
@@ -58945,7 +57172,7 @@ diff -urNp linux-2.6.38.6/kernel/module.c linux-2.6.38.6/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) {
@@ -58954,7 +57181,7 @@ diff -urNp linux-2.6.38.6/kernel/module.c linux-2.6.38.6/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
                };
  
@@ -58963,7 +57190,7 @@ diff -urNp linux-2.6.38.6/kernel/module.c linux-2.6.38.6/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)
  {
@@ -58972,7 +57199,7 @@ diff -urNp linux-2.6.38.6/kernel/module.c linux-2.6.38.6/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
  
@@ -58981,33 +57208,37 @@ diff -urNp linux-2.6.38.6/kernel/module.c linux-2.6.38.6/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) {
@@ -59028,7 +57259,7 @@ diff -urNp linux-2.6.38.6/kernel/module.c linux-2.6.38.6/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) {
@@ -59049,13 +57280,11 @@ diff -urNp linux-2.6.38.6/kernel/module.c linux-2.6.38.6/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);
@@ -59067,15 +57296,14 @@ diff -urNp linux-2.6.38.6/kernel/module.c linux-2.6.38.6/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;
@@ -59107,7 +57335,7 @@ diff -urNp linux-2.6.38.6/kernel/module.c linux-2.6.38.6/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)) {
@@ -59117,7 +57345,7 @@ diff -urNp linux-2.6.38.6/kernel/module.c linux-2.6.38.6/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;
@@ -59138,7 +57366,7 @@ diff -urNp linux-2.6.38.6/kernel/module.c linux-2.6.38.6/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;
@@ -59165,7 +57393,7 @@ diff -urNp linux-2.6.38.6/kernel/module.c linux-2.6.38.6/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;
@@ -59194,7 +57422,7 @@ diff -urNp linux-2.6.38.6/kernel/module.c linux-2.6.38.6/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;
@@ -59203,7 +57431,7 @@ diff -urNp linux-2.6.38.6/kernel/module.c linux-2.6.38.6/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. */
@@ -59228,7 +57456,7 @@ diff -urNp linux-2.6.38.6/kernel/module.c linux-2.6.38.6/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;
  
@@ -59243,7 +57471,7 @@ diff -urNp linux-2.6.38.6/kernel/module.c linux-2.6.38.6/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;
  
@@ -59257,7 +57485,7 @@ diff -urNp linux-2.6.38.6/kernel/module.c linux-2.6.38.6/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);
  }
  
@@ -59296,7 +57524,7 @@ diff -urNp linux-2.6.38.6/kernel/module.c linux-2.6.38.6/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. */
@@ -59305,7 +57533,7 @@ diff -urNp linux-2.6.38.6/kernel/module.c linux-2.6.38.6/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;
  
@@ -59364,7 +57592,7 @@ diff -urNp linux-2.6.38.6/kernel/module.c linux-2.6.38.6/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;
  
@@ -59417,7 +57645,7 @@ diff -urNp linux-2.6.38.6/kernel/module.c linux-2.6.38.6/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.
         */
@@ -59436,7 +57664,7 @@ diff -urNp linux-2.6.38.6/kernel/module.c linux-2.6.38.6/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);
@@ -59449,7 +57677,7 @@ diff -urNp linux-2.6.38.6/kernel/module.c linux-2.6.38.6/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;
  
@@ -59488,7 +57716,7 @@ diff -urNp linux-2.6.38.6/kernel/module.c linux-2.6.38.6/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);
  
@@ -59502,7 +57730,7 @@ diff -urNp linux-2.6.38.6/kernel/module.c linux-2.6.38.6/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();
@@ -59515,7 +57743,7 @@ diff -urNp linux-2.6.38.6/kernel/module.c linux-2.6.38.6/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 */
@@ -59540,16 +57768,15 @@ diff -urNp linux-2.6.38.6/kernel/module.c linux-2.6.38.6/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;
@@ -59559,7 +57786,7 @@ diff -urNp linux-2.6.38.6/kernel/module.c linux-2.6.38.6/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 */
@@ -59577,9 +57804,9 @@ diff -urNp linux-2.6.38.6/kernel/module.c linux-2.6.38.6/kernel/module.c
 -              nextval = (unsigned long)mod->module_core+mod->core_text_size;
 +              return NULL;
  
-       /* Scan for closest preceeding symbol, and next symbol. (ELF
+       /* 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",
@@ -59588,16 +57815,16 @@ diff -urNp linux-2.6.38.6/kernel/module.c linux-2.6.38.6/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. */
--      seq_printf(m, " 0x%p", mod->module_core);
-+      seq_printf(m, " 0x%p 0x%p", mod->module_core_rx, mod->module_core_rw);
+-      seq_printf(m, " 0x%pK", mod->module_core);
++      seq_printf(m, " 0x%pK 0x%pK", mod->module_core_rx, mod->module_core_rw);
  
        /* 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)
  {
@@ -59615,7 +57842,7 @@ diff -urNp linux-2.6.38.6/kernel/module.c linux-2.6.38.6/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;
  
@@ -59631,7 +57858,7 @@ diff -urNp linux-2.6.38.6/kernel/module.c linux-2.6.38.6/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)
  {
@@ -59655,19 +57882,10 @@ diff -urNp linux-2.6.38.6/kernel/module.c linux-2.6.38.6/kernel/module.c
                        mod = NULL;
        }
        return mod;
-diff -urNp linux-2.6.38.6/kernel/mutex.c linux-2.6.38.6/kernel/mutex.c
---- linux-2.6.38.6/kernel/mutex.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/kernel/mutex.c      2011-04-28 19:34:15.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.3/kernel/mutex.c linux-3.0.3/kernel/mutex.c
+--- linux-3.0.3/kernel/mutex.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);
@@ -59676,7 +57894,7 @@ diff -urNp linux-2.6.38.6/kernel/mutex.c linux-2.6.38.6/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))) {
@@ -59686,18 +57904,18 @@ diff -urNp linux-2.6.38.6/kernel/mutex.c linux-2.6.38.6/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! */
 -      mutex_remove_waiter(lock, &waiter, current_thread_info());
-+      mutex_remove_waiter(lock, &waiter, current);
++      mutex_remove_waiter(lock, &waiter, task);
        mutex_set_owner(lock);
  
        /* set it to 0 if there are no waiters left: */
-diff -urNp linux-2.6.38.6/kernel/mutex-debug.c linux-2.6.38.6/kernel/mutex-debug.c
---- linux-2.6.38.6/kernel/mutex-debug.c        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/kernel/mutex-debug.c        2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/kernel/mutex-debug.c linux-3.0.3/kernel/mutex-debug.c
+--- linux-3.0.3/kernel/mutex-debug.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/kernel/mutex-debug.c   2011-08-23 21:47:56.000000000 -0400
 @@ -49,21 +49,21 @@ void debug_mutex_free_waiter(struct mute
  }
  
@@ -59721,24 +57939,15 @@ diff -urNp linux-2.6.38.6/kernel/mutex-debug.c linux-2.6.38.6/kernel/mutex-debug
 -      DEBUG_LOCKS_WARN_ON(ti->task->blocked_on != waiter);
 -      ti->task->blocked_on = NULL;
 +      DEBUG_LOCKS_WARN_ON(waiter->task != task);
-+      DEBUG_LOCKS_WARN_ON(task->blocked_on != waiter->task);
++      DEBUG_LOCKS_WARN_ON(task->blocked_on != waiter);
 +      task->blocked_on = NULL;
  
        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.38.6/kernel/mutex-debug.h linux-2.6.38.6/kernel/mutex-debug.h
---- linux-2.6.38.6/kernel/mutex-debug.h        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/kernel/mutex-debug.h        2011-04-28 19:34:15.000000000 -0400
-@@ -20,16 +20,16 @@ extern void debug_mutex_wake_waiter(stru
+diff -urNp linux-3.0.3/kernel/mutex-debug.h linux-3.0.3/kernel/mutex-debug.h
+--- linux-3.0.3/kernel/mutex-debug.h   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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,
@@ -59750,29 +57959,9 @@ diff -urNp linux-2.6.38.6/kernel/mutex-debug.h linux-2.6.38.6/kernel/mutex-debug
  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.38.6/kernel/mutex.h linux-2.6.38.6/kernel/mutex.h
---- linux-2.6.38.6/kernel/mutex.h      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/kernel/mutex.h      2011-04-28 19:34:15.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.38.6/kernel/padata.c linux-2.6.38.6/kernel/padata.c
---- linux-2.6.38.6/kernel/padata.c     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/kernel/padata.c     2011-04-28 19:57:25.000000000 -0400
+diff -urNp linux-3.0.3/kernel/padata.c linux-3.0.3/kernel/padata.c
+--- linux-3.0.3/kernel/padata.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -59796,9 +57985,9 @@ diff -urNp linux-2.6.38.6/kernel/padata.c linux-2.6.38.6/kernel/padata.c
        atomic_set(&pd->reorder_objects, 0);
        atomic_set(&pd->refcnt, 0);
        pd->pinst = pinst;
-diff -urNp linux-2.6.38.6/kernel/panic.c linux-2.6.38.6/kernel/panic.c
---- linux-2.6.38.6/kernel/panic.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/kernel/panic.c      2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/kernel/panic.c linux-3.0.3/kernel/panic.c
+--- linux-3.0.3/kernel/panic.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
  
@@ -59818,92 +58007,9 @@ diff -urNp linux-2.6.38.6/kernel/panic.c linux-2.6.38.6/kernel/panic.c
                __builtin_return_address(0));
  }
  EXPORT_SYMBOL(__stack_chk_fail);
-diff -urNp linux-2.6.38.6/kernel/perf_event.c linux-2.6.38.6/kernel/perf_event.c
---- linux-2.6.38.6/kernel/perf_event.c 2011-04-18 17:27:18.000000000 -0400
-+++ linux-2.6.38.6/kernel/perf_event.c 2011-04-28 19:57:25.000000000 -0400
-@@ -70,7 +70,7 @@ int sysctl_perf_event_mlock __read_mostl
-  */
- int sysctl_perf_event_sample_rate __read_mostly = 100000;
--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);
-@@ -1923,7 +1923,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)
-@@ -2442,9 +2442,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);
-@@ -2807,10 +2807,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;
-@@ -3607,11 +3607,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);
-@@ -5597,7 +5597,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;
-@@ -6095,10 +6095,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.38.6/kernel/pid.c linux-2.6.38.6/kernel/pid.c
---- linux-2.6.38.6/kernel/pid.c        2011-04-22 19:20:59.000000000 -0400
-+++ linux-2.6.38.6/kernel/pid.c        2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/kernel/pid.c linux-3.0.3/kernel/pid.c
+--- linux-3.0.3/kernel/pid.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/kernel/pid.c   2011-08-23 21:48:14.000000000 -0400
 @@ -33,6 +33,7 @@
  #include <linux/rculist.h>
  #include <linux/bootmem.h>
@@ -59938,9 +58044,22 @@ diff -urNp linux-2.6.38.6/kernel/pid.c linux-2.6.38.6/kernel/pid.c
  }
  
  struct task_struct *find_task_by_vpid(pid_t vnr)
-diff -urNp linux-2.6.38.6/kernel/posix-cpu-timers.c linux-2.6.38.6/kernel/posix-cpu-timers.c
---- linux-2.6.38.6/kernel/posix-cpu-timers.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/kernel/posix-cpu-timers.c   2011-04-28 19:34:15.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.3/kernel/posix-cpu-timers.c linux-3.0.3/kernel/posix-cpu-timers.c
+--- linux-3.0.3/kernel/posix-cpu-timers.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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>
@@ -59949,27 +58068,116 @@ diff -urNp linux-2.6.38.6/kernel/posix-cpu-timers.c linux-2.6.38.6/kernel/posix-
  #include <asm/uaccess.h>
  #include <linux/kernel_stat.h>
  #include <trace/events/timer.h>
-diff -urNp linux-2.6.38.6/kernel/posix-timers.c linux-2.6.38.6/kernel/posix-timers.c
---- linux-2.6.38.6/kernel/posix-timers.c       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/kernel/posix-timers.c       2011-05-16 21:47:09.000000000 -0400
-@@ -42,6 +42,7 @@
- #include <linux/compiler.h>
+@@ -1604,14 +1605,14 @@ struct k_clock clock_posix_cpu = {
+ static __init int init_posix_cpu_timers(void)
+ {
+-      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,
+               .nsleep         = process_cpu_nsleep,
+               .nsleep_restart = process_cpu_nsleep_restart,
+       };
+-      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-3.0.3/kernel/posix-timers.c linux-3.0.3/kernel/posix-timers.c
+--- linux-3.0.3/kernel/posix-timers.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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>
  #include <linux/posix-timers.h>
 +#include <linux/grsecurity.h>
  #include <linux/syscalls.h>
  #include <linux/wait.h>
  #include <linux/workqueue.h>
-@@ -302,6 +303,8 @@ static __init int init_posix_timers(void
-               .nsleep = no_nsleep,
+@@ -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 = {
++      static struct k_clock clock_realtime = {
+               .clock_getres   = hrtimer_get_res,
+               .clock_get      = posix_clock_realtime_get,
+               .clock_set      = posix_clock_realtime_set,
+@@ -239,7 +240,7 @@ static __init int init_posix_timers(void
+               .timer_get      = common_timer_get,
+               .timer_del      = common_timer_del,
+       };
+-      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,
+@@ -249,19 +250,19 @@ static __init int init_posix_timers(void
+               .timer_get      = common_timer_get,
+               .timer_del      = common_timer_del,
+       };
+-      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 = {
++      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 = {
++      static struct k_clock clock_monotonic_coarse = {
+               .clock_getres   = posix_get_coarse_res,
+               .clock_get      = posix_get_monotonic_coarse,
+       };
+-      struct k_clock clock_boottime = {
++      static struct k_clock clock_boottime = {
+               .clock_getres   = hrtimer_get_res,
+               .clock_get      = posix_get_boottime,
+               .nsleep         = common_nsleep,
+@@ -272,6 +273,8 @@ static __init int init_posix_timers(void
+               .timer_del      = common_timer_del,
        };
  
 +      pax_track_stack();
 +
-       register_posix_clock(CLOCK_REALTIME, &clock_realtime);
-       register_posix_clock(CLOCK_MONOTONIC, &clock_monotonic);
-       register_posix_clock(CLOCK_MONOTONIC_RAW, &clock_monotonic_raw);
-@@ -955,6 +958,13 @@ SYSCALL_DEFINE2(clock_settime, const clo
+       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);
+@@ -473,7 +476,7 @@ void posix_timers_register_clock(const c
+               return;
+       }
+-      posix_clocks[clock_id] = *new_clock;
++      posix_clocks[clock_id] = new_clock;
+ }
+ EXPORT_SYMBOL_GPL(posix_timers_register_clock);
+@@ -519,9 +522,9 @@ static struct k_clock *clockid_to_kclock
+               return (id & CLOCKFD_MASK) == CLOCKFD ?
+                       &clock_posix_dynamic : &clock_posix_cpu;
+-      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];
+ }
+ 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;
  
@@ -59980,12 +58188,12 @@ diff -urNp linux-2.6.38.6/kernel/posix-timers.c linux-2.6.38.6/kernel/posix-time
 +         we hook
 +      */
 +
-       return CLOCK_DISPATCH(which_clock, clock_set, (which_clock, &new_tp));
+       return kc->clock_set(which_clock, &new_tp);
  }
  
-diff -urNp linux-2.6.38.6/kernel/power/poweroff.c linux-2.6.38.6/kernel/power/poweroff.c
---- linux-2.6.38.6/kernel/power/poweroff.c     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/kernel/power/poweroff.c     2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/kernel/power/poweroff.c linux-3.0.3/kernel/power/poweroff.c
+--- linux-3.0.3/kernel/power/poweroff.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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,
  };
@@ -59995,9 +58203,9 @@ diff -urNp linux-2.6.38.6/kernel/power/poweroff.c linux-2.6.38.6/kernel/power/po
  {
        register_sysrq_key('o', &sysrq_poweroff_op);
        return 0;
-diff -urNp linux-2.6.38.6/kernel/power/process.c linux-2.6.38.6/kernel/power/process.c
---- linux-2.6.38.6/kernel/power/process.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/kernel/power/process.c      2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/kernel/power/process.c linux-3.0.3/kernel/power/process.c
+--- linux-3.0.3/kernel/power/process.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -60040,10 +58248,10 @@ diff -urNp linux-2.6.38.6/kernel/power/process.c linux-2.6.38.6/kernel/power/pro
                        break;
  
                if (pm_wakeup_pending()) {
-diff -urNp linux-2.6.38.6/kernel/printk.c linux-2.6.38.6/kernel/printk.c
---- linux-2.6.38.6/kernel/printk.c     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/kernel/printk.c     2011-04-28 19:34:15.000000000 -0400
-@@ -279,12 +279,17 @@ static int check_syslog_permissions(int 
+diff -urNp linux-3.0.3/kernel/printk.c linux-3.0.3/kernel/printk.c
+--- linux-3.0.3/kernel/printk.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/kernel/printk.c        2011-08-23 21:48:14.000000000 -0400
+@@ -314,12 +314,17 @@ static int check_syslog_permissions(int
        if (from_file && type != SYSLOG_ACTION_OPEN)
                return 0;
  
@@ -60062,9 +58270,9 @@ diff -urNp linux-2.6.38.6/kernel/printk.c linux-2.6.38.6/kernel/printk.c
                                 "but no CAP_SYSLOG (deprecated).\n");
                        return 0;
                }
-diff -urNp linux-2.6.38.6/kernel/profile.c linux-2.6.38.6/kernel/profile.c
---- linux-2.6.38.6/kernel/profile.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/kernel/profile.c    2011-04-28 19:57:25.000000000 -0400
+diff -urNp linux-3.0.3/kernel/profile.c linux-3.0.3/kernel/profile.c
+--- linux-3.0.3/kernel/profile.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -60074,7 +58282,7 @@ diff -urNp linux-2.6.38.6/kernel/profile.c linux-2.6.38.6/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;
                        }
@@ -60083,7 +58291,7 @@ diff -urNp linux-2.6.38.6/kernel/profile.c linux-2.6.38.6/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:
         */
@@ -60095,15 +58303,15 @@ diff -urNp linux-2.6.38.6/kernel/profile.c linux-2.6.38.6/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++;
@@ -60122,10 +58330,10 @@ diff -urNp linux-2.6.38.6/kernel/profile.c linux-2.6.38.6/kernel/profile.c
        return count;
  }
  
-diff -urNp linux-2.6.38.6/kernel/ptrace.c linux-2.6.38.6/kernel/ptrace.c
---- linux-2.6.38.6/kernel/ptrace.c     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/kernel/ptrace.c     2011-04-28 19:34:15.000000000 -0400
-@@ -116,7 +116,8 @@ int ptrace_check_attach(struct task_stru
+diff -urNp linux-3.0.3/kernel/ptrace.c linux-3.0.3/kernel/ptrace.c
+--- linux-3.0.3/kernel/ptrace.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/kernel/ptrace.c        2011-08-23 21:48:14.000000000 -0400
+@@ -132,7 +132,8 @@ int ptrace_check_attach(struct task_stru
        return ret;
  }
  
@@ -60135,29 +58343,28 @@ diff -urNp linux-2.6.38.6/kernel/ptrace.c linux-2.6.38.6/kernel/ptrace.c
  {
        const struct cred *cred = current_cred(), *tcred;
  
-@@ -140,7 +141,9 @@ int __ptrace_may_access(struct task_stru
-            cred->gid != tcred->egid ||
-            cred->gid != tcred->sgid ||
-            cred->gid != tcred->gid) &&
--          !capable(CAP_SYS_PTRACE)) {
-+           ((!log && !capable_nolog(CAP_SYS_PTRACE)) ||
-+            (log && !capable(CAP_SYS_PTRACE)))
-+      ) {
-               rcu_read_unlock();
-               return -EPERM;
-       }
-@@ -148,7 +151,9 @@ 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;
+-      if (ns_capable(tcred->user->user_ns, CAP_SYS_PTRACE))
++      if ((!log && ns_capable_nolog(tcred->user->user_ns, CAP_SYS_PTRACE)) ||
++          (log && ns_capable(tcred->user->user_ns, CAP_SYS_PTRACE)))
+               goto ok;
+       rcu_read_unlock();
+       return -EPERM;
+@@ -167,7 +169,9 @@ ok:
        smp_rmb();
        if (task->mm)
                dumpable = get_dumpable(task->mm);
--      if (!dumpable && !capable(CAP_SYS_PTRACE))
+-      if (!dumpable && !task_ns_capable(task, CAP_SYS_PTRACE))
 +      if (!dumpable &&
-+           ((!log && !capable_nolog(CAP_SYS_PTRACE)) ||
-+            (log && !capable(CAP_SYS_PTRACE))))
++              ((!log && !task_ns_capable_nolog(task, CAP_SYS_PTRACE)) ||
++               (log && !task_ns_capable(task, CAP_SYS_PTRACE))))
                return -EPERM;
  
        return security_ptrace_access_check(task, mode);
-@@ -158,7 +163,16 @@ bool ptrace_may_access(struct task_struc
+@@ -177,7 +181,16 @@ bool ptrace_may_access(struct task_struc
  {
        int err;
        task_lock(task);
@@ -60175,7 +58382,7 @@ diff -urNp linux-2.6.38.6/kernel/ptrace.c linux-2.6.38.6/kernel/ptrace.c
        task_unlock(task);
        return !err;
  }
-@@ -185,7 +199,7 @@ static int ptrace_attach(struct task_str
+@@ -205,7 +218,7 @@ static int ptrace_attach(struct task_str
                goto out;
  
        task_lock(task);
@@ -60184,16 +58391,25 @@ diff -urNp linux-2.6.38.6/kernel/ptrace.c linux-2.6.38.6/kernel/ptrace.c
        task_unlock(task);
        if (retval)
                goto unlock_creds;
-@@ -198,7 +212,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;
--      if (capable(CAP_SYS_PTRACE))
-+      if (capable_nolog(CAP_SYS_PTRACE))
+-      if (task_ns_capable(task, CAP_SYS_PTRACE))
++      if (task_ns_capable_nolog(task, CAP_SYS_PTRACE))
                task->ptrace |= PT_PTRACE_CAP;
  
        __ptrace_link(task, current);
-@@ -369,7 +383,7 @@ int ptrace_readdata(struct task_struct *
+@@ -406,6 +419,8 @@ int ptrace_readdata(struct task_struct *
+ {
+       int copied = 0;
++      pax_track_stack();
++
+       while (len > 0) {
+               char buf[128];
+               int this_len, retval;
+@@ -417,7 +432,7 @@ int ptrace_readdata(struct task_struct *
                                break;
                        return -EIO;
                }
@@ -60202,7 +58418,16 @@ diff -urNp linux-2.6.38.6/kernel/ptrace.c linux-2.6.38.6/kernel/ptrace.c
                        return -EFAULT;
                copied += retval;
                src += retval;
-@@ -565,7 +579,7 @@ int ptrace_request(struct task_struct *c
+@@ -431,6 +446,8 @@ int ptrace_writedata(struct task_struct 
+ {
+       int copied = 0;
++      pax_track_stack();
++
+       while (len > 0) {
+               char buf[128];
+               int this_len, retval;
+@@ -613,9 +630,11 @@ int ptrace_request(struct task_struct *c
  {
        int ret = -EIO;
        siginfo_t siginfo;
@@ -60210,10 +58435,14 @@ diff -urNp linux-2.6.38.6/kernel/ptrace.c linux-2.6.38.6/kernel/ptrace.c
 +      void __user *datavp = (__force void __user *) data;
        unsigned long __user *datalp = datavp;
  
++      pax_track_stack();
++
        switch (request) {
-@@ -713,14 +727,21 @@ SYSCALL_DEFINE4(ptrace, long, request, l
-       if (!vx_check(vx_task_xid(child), VS_WATCH_P | VS_IDENT))
-               goto out_put_task_struct;
+       case PTRACE_PEEKTEXT:
+       case PTRACE_PEEKDATA:
+@@ -761,14 +780,21 @@ SYSCALL_DEFINE4(ptrace, long, request, l
+               goto out;
+       }
  
 +      if (gr_handle_ptrace(child, request)) {
 +              ret = -EPERM;
@@ -60234,7 +58463,25 @@ diff -urNp linux-2.6.38.6/kernel/ptrace.c linux-2.6.38.6/kernel/ptrace.c
                goto out_put_task_struct;
        }
  
-@@ -855,14 +876,21 @@ asmlinkage long compat_sys_ptrace(compat
+@@ -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;
+-      return put_user(tmp, (unsigned long __user *)data);
++      return put_user(tmp, (__force unsigned long __user *)data);
+ }
+ int generic_ptrace_pokedata(struct task_struct *tsk, unsigned long addr,
+@@ -816,6 +842,8 @@ int compat_ptrace_request(struct task_st
+       siginfo_t siginfo;
+       int ret;
++      pax_track_stack();
++
+       switch (request) {
+       case PTRACE_PEEKTEXT:
+       case PTRACE_PEEKDATA:
+@@ -903,14 +931,21 @@ asmlinkage long compat_sys_ptrace(compat
                goto out;
        }
  
@@ -60257,10 +58504,10 @@ diff -urNp linux-2.6.38.6/kernel/ptrace.c linux-2.6.38.6/kernel/ptrace.c
                goto out_put_task_struct;
        }
  
-diff -urNp linux-2.6.38.6/kernel/rcutorture.c linux-2.6.38.6/kernel/rcutorture.c
---- linux-2.6.38.6/kernel/rcutorture.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/kernel/rcutorture.c 2011-04-28 19:57:25.000000000 -0400
-@@ -139,12 +139,12 @@ static DEFINE_PER_CPU(long [RCU_TORTURE_
+diff -urNp linux-3.0.3/kernel/rcutorture.c linux-3.0.3/kernel/rcutorture.c
+--- linux-3.0.3/kernel/rcutorture.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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) =
        { 0 };
@@ -60278,8 +58525,8 @@ diff -urNp linux-2.6.38.6/kernel/rcutorture.c linux-2.6.38.6/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;
-@@ -226,11 +226,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)) {
@@ -60293,7 +58540,7 @@ diff -urNp linux-2.6.38.6/kernel/rcutorture.c linux-2.6.38.6/kernel/rcutorture.c
        p = rcu_torture_freelist.next;
        list_del_init(p);
        spin_unlock_bh(&rcu_torture_lock);
-@@ -243,7 +243,7 @@ rcu_torture_alloc(void)
+@@ -240,7 +240,7 @@ rcu_torture_alloc(void)
  static void
  rcu_torture_free(struct rcu_torture *p)
  {
@@ -60302,7 +58549,7 @@ diff -urNp linux-2.6.38.6/kernel/rcutorture.c linux-2.6.38.6/kernel/rcutorture.c
        spin_lock_bh(&rcu_torture_lock);
        list_add_tail(&p->rtort_free, &rcu_torture_freelist);
        spin_unlock_bh(&rcu_torture_lock);
-@@ -363,7 +363,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;
@@ -60311,7 +58558,7 @@ diff -urNp linux-2.6.38.6/kernel/rcutorture.c linux-2.6.38.6/kernel/rcutorture.c
        if (++rp->rtort_pipe_count >= RCU_TORTURE_PIPE_LEN) {
                rp->rtort_mbtest = 0;
                rcu_torture_free(rp);
-@@ -410,7 +410,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;
@@ -60320,7 +58567,7 @@ diff -urNp linux-2.6.38.6/kernel/rcutorture.c linux-2.6.38.6/kernel/rcutorture.c
                if (++rp->rtort_pipe_count >= RCU_TORTURE_PIPE_LEN) {
                        rp->rtort_mbtest = 0;
                        list_del(&rp->rtort_free);
-@@ -883,7 +883,7 @@ rcu_torture_writer(void *arg)
+@@ -882,7 +882,7 @@ rcu_torture_writer(void *arg)
                        i = old_rp->rtort_pipe_count;
                        if (i > RCU_TORTURE_PIPE_LEN)
                                i = RCU_TORTURE_PIPE_LEN;
@@ -60329,7 +58576,7 @@ diff -urNp linux-2.6.38.6/kernel/rcutorture.c linux-2.6.38.6/kernel/rcutorture.c
                        old_rp->rtort_pipe_count++;
                        cur_ops->deferred_free(old_rp);
                }
-@@ -952,7 +952,7 @@ static void rcu_torture_timer(unsigned l
+@@ -951,7 +951,7 @@ static void rcu_torture_timer(unsigned l
                return;
        }
        if (p->rtort_mbtest == 0)
@@ -60338,7 +58585,7 @@ diff -urNp linux-2.6.38.6/kernel/rcutorture.c linux-2.6.38.6/kernel/rcutorture.c
        spin_lock(&rand_lock);
        cur_ops->read_delay(&rand);
        n_rcu_torture_timers++;
-@@ -1014,7 +1014,7 @@ rcu_torture_reader(void *arg)
+@@ -1013,7 +1013,7 @@ rcu_torture_reader(void *arg)
                        continue;
                }
                if (p->rtort_mbtest == 0)
@@ -60347,7 +58594,7 @@ diff -urNp linux-2.6.38.6/kernel/rcutorture.c linux-2.6.38.6/kernel/rcutorture.c
                cur_ops->read_delay(&rand);
                preempt_disable();
                pipe_count = p->rtort_pipe_count;
-@@ -1073,10 +1073,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),
@@ -60361,8 +58608,6 @@ diff -urNp linux-2.6.38.6/kernel/rcutorture.c linux-2.6.38.6/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,
-@@ -1084,7 +1084,7 @@ rcu_torture_printk(char *page)
                       n_rcu_torture_boost_failure,
                       n_rcu_torture_boosts,
                       n_rcu_torture_timers);
@@ -60370,8 +58615,8 @@ diff -urNp linux-2.6.38.6/kernel/rcutorture.c linux-2.6.38.6/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 ||
-@@ -1094,7 +1094,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], "!!! ");
@@ -60380,7 +58625,7 @@ diff -urNp linux-2.6.38.6/kernel/rcutorture.c linux-2.6.38.6/kernel/rcutorture.c
                WARN_ON_ONCE(1);
        }
        cnt += sprintf(&page[cnt], "Reader Pipe: ");
-@@ -1108,7 +1108,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",
@@ -60389,7 +58634,7 @@ diff -urNp linux-2.6.38.6/kernel/rcutorture.c linux-2.6.38.6/kernel/rcutorture.c
        }
        cnt += sprintf(&page[cnt], "\n");
        if (cur_ops->stats)
-@@ -1416,7 +1416,7 @@ rcu_torture_cleanup(void)
+@@ -1412,7 +1412,7 @@ rcu_torture_cleanup(void)
  
        if (cur_ops->cleanup)
                cur_ops->cleanup();
@@ -60398,7 +58643,7 @@ diff -urNp linux-2.6.38.6/kernel/rcutorture.c linux-2.6.38.6/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");
-@@ -1480,11 +1480,11 @@ rcu_torture_init(void)
+@@ -1476,17 +1476,17 @@ rcu_torture_init(void)
  
        rcu_torture_current = NULL;
        rcu_torture_current_version = 0;
@@ -60414,8 +58659,6 @@ diff -urNp linux-2.6.38.6/kernel/rcutorture.c linux-2.6.38.6/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;
-@@ -1492,7 +1492,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++)
@@ -60424,22 +58667,22 @@ diff -urNp linux-2.6.38.6/kernel/rcutorture.c linux-2.6.38.6/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.38.6/kernel/rcutree.c linux-2.6.38.6/kernel/rcutree.c
---- linux-2.6.38.6/kernel/rcutree.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/kernel/rcutree.c    2011-04-28 19:34:15.000000000 -0400
-@@ -1389,7 +1389,7 @@ __rcu_process_callbacks(struct rcu_state
+diff -urNp linux-3.0.3/kernel/rcutree.c linux-3.0.3/kernel/rcutree.c
+--- linux-3.0.3/kernel/rcutree.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/kernel/rcutree.c       2011-08-23 21:47:56.000000000 -0400
+@@ -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.38.6/kernel/rcutree_plugin.h linux-2.6.38.6/kernel/rcutree_plugin.h
---- linux-2.6.38.6/kernel/rcutree_plugin.h     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/kernel/rcutree_plugin.h     2011-04-28 19:57:25.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.3/kernel/rcutree_plugin.h linux-3.0.3/kernel/rcutree_plugin.h
+--- linux-3.0.3/kernel/rcutree_plugin.h        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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. */
@@ -60448,7 +58691,7 @@ diff -urNp linux-2.6.38.6/kernel/rcutree_plugin.h linux-2.6.38.6/kernel/rcutree_
  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 */
  
@@ -60459,7 +58702,7 @@ diff -urNp linux-2.6.38.6/kernel/rcutree_plugin.h linux-2.6.38.6/kernel/rcutree_
  
  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. */
@@ -60468,7 +58711,7 @@ diff -urNp linux-2.6.38.6/kernel/rcutree_plugin.h linux-2.6.38.6/kernel/rcutree_
        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. */
@@ -60477,7 +58720,7 @@ diff -urNp linux-2.6.38.6/kernel/rcutree_plugin.h linux-2.6.38.6/kernel/rcutree_
                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();
@@ -60486,7 +58729,7 @@ diff -urNp linux-2.6.38.6/kernel/rcutree_plugin.h linux-2.6.38.6/kernel/rcutree_
                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 {
@@ -60501,9 +58744,9 @@ diff -urNp linux-2.6.38.6/kernel/rcutree_plugin.h linux-2.6.38.6/kernel/rcutree_
  
        put_online_cpus();
  }
-diff -urNp linux-2.6.38.6/kernel/relay.c linux-2.6.38.6/kernel/relay.c
---- linux-2.6.38.6/kernel/relay.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/kernel/relay.c      2011-05-16 21:47:09.000000000 -0400
+diff -urNp linux-3.0.3/kernel/relay.c linux-3.0.3/kernel/relay.c
+--- linux-3.0.3/kernel/relay.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -60513,10 +58756,10 @@ diff -urNp linux-2.6.38.6/kernel/relay.c linux-2.6.38.6/kernel/relay.c
        if (rbuf->subbufs_produced == rbuf->subbufs_consumed)
                return 0;
        if (splice_grow_spd(pipe, &spd))
-diff -urNp linux-2.6.38.6/kernel/resource.c linux-2.6.38.6/kernel/resource.c
---- linux-2.6.38.6/kernel/resource.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/kernel/resource.c   2011-04-28 19:34:15.000000000 -0400
-@@ -133,8 +133,18 @@ static const struct file_operations proc
+diff -urNp linux-3.0.3/kernel/resource.c linux-3.0.3/kernel/resource.c
+--- linux-3.0.3/kernel/resource.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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)
  {
@@ -60535,22 +58778,10 @@ diff -urNp linux-2.6.38.6/kernel/resource.c linux-2.6.38.6/kernel/resource.c
        return 0;
  }
  __initcall(ioresources_init);
-diff -urNp linux-2.6.38.6/kernel/rtmutex.c linux-2.6.38.6/kernel/rtmutex.c
---- linux-2.6.38.6/kernel/rtmutex.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/kernel/rtmutex.c    2011-04-28 19:34:15.000000000 -0400
-@@ -511,7 +511,7 @@ static void wakeup_next_waiter(struct rt
-        */
-       raw_spin_lock_irqsave(&pendowner->pi_lock, flags);
--      WARN_ON(!pendowner->pi_blocked_on);
-+      BUG_ON(!pendowner->pi_blocked_on);
-       WARN_ON(pendowner->pi_blocked_on != waiter);
-       WARN_ON(pendowner->pi_blocked_on->lock != lock);
-diff -urNp linux-2.6.38.6/kernel/rtmutex-tester.c linux-2.6.38.6/kernel/rtmutex-tester.c
---- linux-2.6.38.6/kernel/rtmutex-tester.c     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/kernel/rtmutex-tester.c     2011-04-28 19:57:25.000000000 -0400
-@@ -21,7 +21,7 @@
+diff -urNp linux-3.0.3/kernel/rtmutex-tester.c linux-3.0.3/kernel/rtmutex-tester.c
+--- linux-3.0.3/kernel/rtmutex-tester.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/kernel/rtmutex-tester.c        2011-08-23 21:47:56.000000000 -0400
+@@ -20,7 +20,7 @@
  #define MAX_RT_TEST_MUTEXES   8
  
  static spinlock_t rttest_lock;
@@ -60559,7 +58790,7 @@ diff -urNp linux-2.6.38.6/kernel/rtmutex-tester.c linux-2.6.38.6/kernel/rtmutex-
  
  struct test_thread_data {
        int                     opcode;
-@@ -64,7 +64,7 @@ static int handle_op(struct test_thread_
+@@ -61,7 +61,7 @@ static int handle_op(struct test_thread_
  
        case RTTEST_LOCKCONT:
                td->mutexes[td->opdata] = 1;
@@ -60568,7 +58799,7 @@ diff -urNp linux-2.6.38.6/kernel/rtmutex-tester.c linux-2.6.38.6/kernel/rtmutex-
                return 0;
  
        case RTTEST_RESET:
-@@ -84,7 +84,7 @@ static int handle_op(struct test_thread_
+@@ -74,7 +74,7 @@ static int handle_op(struct test_thread_
                return 0;
  
        case RTTEST_RESETEVENT:
@@ -60577,7 +58808,7 @@ diff -urNp linux-2.6.38.6/kernel/rtmutex-tester.c linux-2.6.38.6/kernel/rtmutex-
                return 0;
  
        default:
-@@ -101,9 +101,9 @@ static int handle_op(struct test_thread_
+@@ -91,9 +91,9 @@ static int handle_op(struct test_thread_
                        return ret;
  
                td->mutexes[id] = 1;
@@ -60589,7 +58820,7 @@ diff -urNp linux-2.6.38.6/kernel/rtmutex-tester.c linux-2.6.38.6/kernel/rtmutex-
                td->mutexes[id] = 4;
                return 0;
  
-@@ -114,9 +114,9 @@ static int handle_op(struct test_thread_
+@@ -104,9 +104,9 @@ static int handle_op(struct test_thread_
                        return ret;
  
                td->mutexes[id] = 1;
@@ -60601,7 +58832,7 @@ diff -urNp linux-2.6.38.6/kernel/rtmutex-tester.c linux-2.6.38.6/kernel/rtmutex-
                td->mutexes[id] = ret ? 0 : 4;
                return ret ? -EINTR : 0;
  
-@@ -125,9 +125,9 @@ static int handle_op(struct test_thread_
+@@ -115,9 +115,9 @@ static int handle_op(struct test_thread_
                if (id < 0 || id >= MAX_RT_TEST_MUTEXES || td->mutexes[id] != 4)
                        return ret;
  
@@ -60613,7 +58844,7 @@ diff -urNp linux-2.6.38.6/kernel/rtmutex-tester.c linux-2.6.38.6/kernel/rtmutex-
                td->mutexes[id] = 0;
                return 0;
  
-@@ -193,7 +193,7 @@ void schedule_rt_mutex_test(struct rt_mu
+@@ -164,7 +164,7 @@ void schedule_rt_mutex_test(struct rt_mu
                        break;
  
                td->mutexes[dat] = 2;
@@ -60621,8 +58852,8 @@ diff -urNp linux-2.6.38.6/kernel/rtmutex-tester.c linux-2.6.38.6/kernel/rtmutex-
 +              td->event = atomic_add_return_unchecked(1, &rttest_event);
                break;
  
-       case RTTEST_LOCKBKL:
-@@ -214,7 +214,7 @@ void schedule_rt_mutex_test(struct rt_mu
+       default:
+@@ -184,7 +184,7 @@ void schedule_rt_mutex_test(struct rt_mu
                        return;
  
                td->mutexes[dat] = 3;
@@ -60631,7 +58862,7 @@ diff -urNp linux-2.6.38.6/kernel/rtmutex-tester.c linux-2.6.38.6/kernel/rtmutex-
                break;
  
        case RTTEST_LOCKNOWAIT:
-@@ -226,7 +226,7 @@ void schedule_rt_mutex_test(struct rt_mu
+@@ -196,7 +196,7 @@ void schedule_rt_mutex_test(struct rt_mu
                        return;
  
                td->mutexes[dat] = 1;
@@ -60639,10 +58870,10 @@ diff -urNp linux-2.6.38.6/kernel/rtmutex-tester.c linux-2.6.38.6/kernel/rtmutex-
 +              td->event = atomic_add_return_unchecked(1, &rttest_event);
                return;
  
-       case RTTEST_LOCKBKL:
-diff -urNp linux-2.6.38.6/kernel/sched_autogroup.c linux-2.6.38.6/kernel/sched_autogroup.c
---- linux-2.6.38.6/kernel/sched_autogroup.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/kernel/sched_autogroup.c    2011-04-28 19:57:25.000000000 -0400
+       default:
+diff -urNp linux-3.0.3/kernel/sched_autogroup.c linux-3.0.3/kernel/sched_autogroup.c
+--- linux-3.0.3/kernel/sched_autogroup.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -60652,7 +58883,7 @@ diff -urNp linux-2.6.38.6/kernel/sched_autogroup.c linux-2.6.38.6/kernel/sched_a
  
  static void __init autogroup_init(struct task_struct *init_task)
  {
-@@ -79,7 +79,7 @@ static inline struct autogroup *autogrou
+@@ -78,7 +78,7 @@ static inline struct autogroup *autogrou
  
        kref_init(&ag->kref);
        init_rwsem(&ag->lock);
@@ -60661,41 +58892,19 @@ diff -urNp linux-2.6.38.6/kernel/sched_autogroup.c linux-2.6.38.6/kernel/sched_a
        ag->tg = tg;
  #ifdef CONFIG_RT_GROUP_SCHED
        /*
-diff -urNp linux-2.6.38.6/kernel/sched.c linux-2.6.38.6/kernel/sched.c
---- linux-2.6.38.6/kernel/sched.c      2011-04-18 17:27:14.000000000 -0400
-+++ linux-2.6.38.6/kernel/sched.c      2011-04-28 19:34:15.000000000 -0400
-@@ -4024,7 +4024,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;
+diff -urNp linux-3.0.3/kernel/sched.c linux-3.0.3/kernel/sched.c
+--- linux-3.0.3/kernel/sched.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/kernel/sched.c 2011-08-23 21:48:14.000000000 -0400
+@@ -4251,6 +4251,8 @@ asmlinkage void __sched schedule(void)
        struct rq *rq;
-@@ -4038,10 +4038,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
-       /*
-@@ -4078,7 +4078,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;
+       int cpu;
  
-               arch_mutex_cpu_relax();
-@@ -4638,6 +4638,8 @@ int can_nice(const struct task_struct *p
++      pax_track_stack();
++
+ need_resched:
+       preempt_disable();
+       cpu = smp_processor_id();
+@@ -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;
  
@@ -60704,7 +58913,7 @@ diff -urNp linux-2.6.38.6/kernel/sched.c linux-2.6.38.6/kernel/sched.c
        return (nice_rlim <= task_rlimit(p, RLIMIT_NICE) ||
                capable(CAP_SYS_NICE));
  }
-@@ -4671,7 +4673,8 @@ SYSCALL_DEFINE1(nice, int, increment)
+@@ -4967,7 +4971,8 @@ SYSCALL_DEFINE1(nice, int, increment)
        if (nice > 19)
                nice = 19;
  
@@ -60714,7 +58923,7 @@ diff -urNp linux-2.6.38.6/kernel/sched.c linux-2.6.38.6/kernel/sched.c
                return vx_flags(VXF_IGNEG_NICE, 0) ? 0 : -EPERM;
  
        retval = security_task_setnice(current, nice);
-@@ -4814,6 +4817,7 @@ recheck:
+@@ -5111,6 +5116,7 @@ recheck:
                        unsigned long rlim_rtprio =
                                        task_rlimit(p, RLIMIT_RTPRIO);
  
@@ -60722,19 +58931,10 @@ diff -urNp linux-2.6.38.6/kernel/sched.c linux-2.6.38.6/kernel/sched.c
                        /* can't set/change the rt policy */
                        if (policy != p->policy && !rlim_rtprio)
                                return -EPERM;
-@@ -6942,7 +6946,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.38.6/kernel/sched_fair.c linux-2.6.38.6/kernel/sched_fair.c
---- linux-2.6.38.6/kernel/sched_fair.c 2011-04-22 19:20:59.000000000 -0400
-+++ linux-2.6.38.6/kernel/sched_fair.c 2011-04-28 19:34:15.000000000 -0400
-@@ -3957,7 +3957,7 @@ static void nohz_idle_balance(int this_c
+diff -urNp linux-3.0.3/kernel/sched_fair.c linux-3.0.3/kernel/sched_fair.c
+--- linux-3.0.3/kernel/sched_fair.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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).
   */
@@ -60743,9 +58943,9 @@ diff -urNp linux-2.6.38.6/kernel/sched_fair.c linux-2.6.38.6/kernel/sched_fair.c
  {
        int this_cpu = smp_processor_id();
        struct rq *this_rq = cpu_rq(this_cpu);
-diff -urNp linux-2.6.38.6/kernel/signal.c linux-2.6.38.6/kernel/signal.c
---- linux-2.6.38.6/kernel/signal.c     2011-04-18 17:27:18.000000000 -0400
-+++ linux-2.6.38.6/kernel/signal.c     2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/kernel/signal.c linux-3.0.3/kernel/signal.c
+--- linux-3.0.3/kernel/signal.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -60770,7 +58970,7 @@ diff -urNp linux-2.6.38.6/kernel/signal.c linux-2.6.38.6/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();
  
@@ -60780,7 +58980,7 @@ diff -urNp linux-2.6.38.6/kernel/signal.c linux-2.6.38.6/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)
  {
@@ -60789,18 +58989,22 @@ diff -urNp linux-2.6.38.6/kernel/signal.c linux-2.6.38.6/kernel/signal.c
        if (is_global_init(tsk))
                return 1;
        if (handler != SIG_IGN && handler != SIG_DFL)
-@@ -705,6 +708,10 @@ static int check_kill_permission(int sig
+@@ -797,6 +797,14 @@
                        sig, info, t, vx_task_xid(t), t->pid, current->xid);
                return error;
        }
 +
-+      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;
 +
  /* skip: */
        return security_task_kill(t, info, sig, 0);
  }
-@@ -1025,7 +1032,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);
  }
  
@@ -60809,7 +59013,7 @@ diff -urNp linux-2.6.38.6/kernel/signal.c linux-2.6.38.6/kernel/signal.c
  specific_send_sig_info(int sig, struct siginfo *info, struct task_struct *t)
  {
        return send_signal(sig, info, t, 0);
-@@ -1062,6 +1068,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;
@@ -60817,7 +59021,7 @@ diff -urNp linux-2.6.38.6/kernel/signal.c linux-2.6.38.6/kernel/signal.c
  
        spin_lock_irqsave(&t->sighand->siglock, flags);
        action = &t->sighand->action[sig-1];
-@@ -1076,9 +1083,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;
@@ -60836,7 +59040,7 @@ diff -urNp linux-2.6.38.6/kernel/signal.c linux-2.6.38.6/kernel/signal.c
        return ret;
  }
  
-@@ -1137,8 +1153,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();
  
@@ -60849,10 +59053,36 @@ diff -urNp linux-2.6.38.6/kernel/signal.c linux-2.6.38.6/kernel/signal.c
  
        return ret;
  }
-diff -urNp linux-2.6.38.6/kernel/smp.c linux-2.6.38.6/kernel/smp.c
---- linux-2.6.38.6/kernel/smp.c        2011-04-18 17:27:14.000000000 -0400
-+++ linux-2.6.38.6/kernel/smp.c        2011-04-28 19:34:15.000000000 -0400
-@@ -583,22 +583,22 @@ int smp_call_function(smp_call_func_t fu
+@@ -1839,6 +1862,8 @@ void ptrace_notify(int exit_code)
+ {
+       siginfo_t info;
++      pax_track_stack();
++
+       BUG_ON((exit_code & (0x7f | ~0xffff)) != SIGTRAP);
+       memset(&info, 0, sizeof info);
+@@ -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.3/kernel/smp.c linux-3.0.3/kernel/smp.c
+--- linux-3.0.3/kernel/smp.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);
  
@@ -60879,27 +59109,18 @@ diff -urNp linux-2.6.38.6/kernel/smp.c linux-2.6.38.6/kernel/smp.c
  {
        raw_spin_unlock_irq(&call_function.lock);
  }
-diff -urNp linux-2.6.38.6/kernel/softirq.c linux-2.6.38.6/kernel/softirq.c
---- linux-2.6.38.6/kernel/softirq.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/kernel/softirq.c    2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/kernel/softirq.c linux-3.0.3/kernel/softirq.c
+--- linux-3.0.3/kernel/softirq.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/kernel/softirq.c       2011-08-23 21:47:56.000000000 -0400
 @@ -56,7 +56,7 @@ static struct softirq_action softirq_vec
  
static DEFINE_PER_CPU(struct task_struct *, ksoftirqd);
+ DEFINE_PER_CPU(struct task_struct *, ksoftirqd);
  
 -char *softirq_to_name[NR_SOFTIRQS] = {
 +const char * const softirq_to_name[NR_SOFTIRQS] = {
        "HI", "TIMER", "NET_TX", "NET_RX", "BLOCK", "BLOCK_IOPOLL",
-       "TASKLET", "SCHED", "HRTIMER",  "RCU"
+       "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);
  
@@ -60909,16 +59130,21 @@ diff -urNp linux-2.6.38.6/kernel/softirq.c linux-2.6.38.6/kernel/softirq.c
                        trace_softirq_exit(vec_nr);
                        if (unlikely(prev_count != preempt_count())) {
                                printk(KERN_ERR "huh, entered softirq %u %s %p"
-@@ -365,7 +365,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();
  }
-@@ -421,7 +421,7 @@ void __tasklet_hi_schedule_first(struct 
+ /*
+@@ -441,7 +443,7 @@ void __tasklet_hi_schedule_first(struct 
  
  EXPORT_SYMBOL(__tasklet_hi_schedule_first);
  
@@ -60927,7 +59153,7 @@ diff -urNp linux-2.6.38.6/kernel/softirq.c linux-2.6.38.6/kernel/softirq.c
  {
        struct tasklet_struct *list;
  
-@@ -456,7 +456,7 @@ static void tasklet_action(struct softir
+@@ -476,7 +478,7 @@ static void tasklet_action(struct softir
        }
  }
  
@@ -60936,10 +59162,10 @@ diff -urNp linux-2.6.38.6/kernel/softirq.c linux-2.6.38.6/kernel/softirq.c
  {
        struct tasklet_struct *list;
  
-diff -urNp linux-2.6.38.6/kernel/sys.c linux-2.6.38.6/kernel/sys.c
---- linux-2.6.38.6/kernel/sys.c        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/kernel/sys.c        2011-04-28 19:34:15.000000000 -0400
-@@ -136,6 +136,12 @@ static int set_one_prio(struct task_stru
+diff -urNp linux-3.0.3/kernel/sys.c linux-3.0.3/kernel/sys.c
+--- linux-3.0.3/kernel/sys.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/kernel/sys.c   2011-08-23 21:48:14.000000000 -0400
+@@ -154,6 +154,12 @@ static int set_one_prio(struct task_stru
                error = -EACCES;
                goto out;
        }
@@ -60952,7 +59178,7 @@ diff -urNp linux-2.6.38.6/kernel/sys.c linux-2.6.38.6/kernel/sys.c
        no_nice = security_task_setnice(p, niceval);
        if (no_nice) {
                error = no_nice;
-@@ -517,6 +523,9 @@ SYSCALL_DEFINE2(setregid, gid_t, rgid, g
+@@ -537,6 +543,9 @@ SYSCALL_DEFINE2(setregid, gid_t, rgid, g
                        goto error;
        }
  
@@ -60962,7 +59188,7 @@ diff -urNp linux-2.6.38.6/kernel/sys.c linux-2.6.38.6/kernel/sys.c
        if (rgid != (gid_t) -1 ||
            (egid != (gid_t) -1 && egid != old->gid))
                new->sgid = new->egid;
-@@ -546,6 +555,10 @@ SYSCALL_DEFINE1(setgid, gid_t, gid)
+@@ -566,6 +575,10 @@ SYSCALL_DEFINE1(setgid, gid_t, gid)
        old = current_cred();
  
        retval = -EPERM;
@@ -60970,10 +59196,10 @@ diff -urNp linux-2.6.38.6/kernel/sys.c linux-2.6.38.6/kernel/sys.c
 +      if (gr_check_group_change(gid, gid, gid))
 +              goto error;
 +
-       if (capable(CAP_SETGID))
+       if (nsown_capable(CAP_SETGID))
                new->gid = new->egid = new->sgid = new->fsgid = gid;
        else if (gid == old->gid || gid == old->sgid)
-@@ -626,6 +639,9 @@ SYSCALL_DEFINE2(setreuid, uid_t, ruid, u
+@@ -646,6 +659,9 @@ SYSCALL_DEFINE2(setreuid, uid_t, ruid, u
                        goto error;
        }
  
@@ -60983,7 +59209,7 @@ diff -urNp linux-2.6.38.6/kernel/sys.c linux-2.6.38.6/kernel/sys.c
        if (new->uid != old->uid) {
                retval = set_user(new);
                if (retval < 0)
-@@ -670,6 +686,12 @@ SYSCALL_DEFINE1(setuid, uid_t, uid)
+@@ -690,6 +706,12 @@ SYSCALL_DEFINE1(setuid, uid_t, uid)
        old = current_cred();
  
        retval = -EPERM;
@@ -60993,10 +59219,10 @@ diff -urNp linux-2.6.38.6/kernel/sys.c linux-2.6.38.6/kernel/sys.c
 +      if (gr_check_user_change(uid, uid, uid))
 +              goto error;
 +
-       if (capable(CAP_SETUID)) {
+       if (nsown_capable(CAP_SETUID)) {
                new->suid = new->uid = uid;
                if (uid != old->uid) {
-@@ -724,6 +746,9 @@ SYSCALL_DEFINE3(setresuid, uid_t, ruid, 
+@@ -744,6 +766,9 @@ SYSCALL_DEFINE3(setresuid, uid_t, ruid, 
                        goto error;
        }
  
@@ -61006,7 +59232,7 @@ diff -urNp linux-2.6.38.6/kernel/sys.c linux-2.6.38.6/kernel/sys.c
        if (ruid != (uid_t) -1) {
                new->uid = ruid;
                if (ruid != old->uid) {
-@@ -788,6 +813,9 @@ SYSCALL_DEFINE3(setresgid, gid_t, rgid, 
+@@ -808,6 +833,9 @@ SYSCALL_DEFINE3(setresgid, gid_t, rgid, 
                        goto error;
        }
  
@@ -61016,7 +59242,7 @@ diff -urNp linux-2.6.38.6/kernel/sys.c linux-2.6.38.6/kernel/sys.c
        if (rgid != (gid_t) -1)
                new->gid = rgid;
        if (egid != (gid_t) -1)
-@@ -834,6 +862,9 @@ SYSCALL_DEFINE1(setfsuid, uid_t, uid)
+@@ -854,6 +882,9 @@ SYSCALL_DEFINE1(setfsuid, uid_t, uid)
        old = current_cred();
        old_fsuid = old->fsuid;
  
@@ -61025,8 +59251,8 @@ diff -urNp linux-2.6.38.6/kernel/sys.c linux-2.6.38.6/kernel/sys.c
 +
        if (uid == old->uid  || uid == old->euid  ||
            uid == old->suid || uid == old->fsuid ||
-           capable(CAP_SETUID)) {
-@@ -844,6 +875,7 @@ SYSCALL_DEFINE1(setfsuid, uid_t, uid)
+           nsown_capable(CAP_SETUID)) {
+@@ -864,6 +895,7 @@ SYSCALL_DEFINE1(setfsuid, uid_t, uid)
                }
        }
  
@@ -61034,10 +59260,10 @@ diff -urNp linux-2.6.38.6/kernel/sys.c linux-2.6.38.6/kernel/sys.c
        abort_creds(new);
        return old_fsuid;
  
-@@ -870,12 +902,16 @@ SYSCALL_DEFINE1(setfsgid, gid_t, gid)
+@@ -890,12 +922,16 @@ SYSCALL_DEFINE1(setfsgid, gid_t, gid)
        if (gid == old->gid  || gid == old->egid  ||
            gid == old->sgid || gid == old->fsgid ||
-           capable(CAP_SETGID)) {
+           nsown_capable(CAP_SETGID)) {
 +              if (gr_check_group_change(-1, -1, gid))
 +                      goto error;
 +
@@ -61051,7 +59277,7 @@ diff -urNp linux-2.6.38.6/kernel/sys.c linux-2.6.38.6/kernel/sys.c
        abort_creds(new);
        return old_fsgid;
  
-@@ -1616,7 +1652,7 @@ SYSCALL_DEFINE5(prctl, int, option, unsi
+@@ -1642,7 +1678,7 @@ SYSCALL_DEFINE5(prctl, int, option, unsi
                        error = get_dumpable(me->mm);
                        break;
                case PR_SET_DUMPABLE:
@@ -61060,10 +59286,10 @@ diff -urNp linux-2.6.38.6/kernel/sys.c linux-2.6.38.6/kernel/sys.c
                                error = -EINVAL;
                                break;
                        }
-diff -urNp linux-2.6.38.6/kernel/sysctl.c linux-2.6.38.6/kernel/sysctl.c
---- linux-2.6.38.6/kernel/sysctl.c     2011-04-18 17:27:16.000000000 -0400
-+++ linux-2.6.38.6/kernel/sysctl.c     2011-04-28 19:34:15.000000000 -0400
-@@ -84,6 +84,13 @@
+diff -urNp linux-3.0.3/kernel/sysctl.c linux-3.0.3/kernel/sysctl.c
+--- linux-3.0.3/kernel/sysctl.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/kernel/sysctl.c        2011-08-23 21:48:14.000000000 -0400
+@@ -85,6 +85,13 @@
  
  
  #if defined(CONFIG_SYSCTL)
@@ -61077,7 +59303,7 @@ diff -urNp linux-2.6.38.6/kernel/sysctl.c linux-2.6.38.6/kernel/sysctl.c
  
  /* External variables not in a header file. */
  extern int sysctl_overcommit_memory;
-@@ -195,6 +202,7 @@ static int sysrq_sysctl_handler(ctl_tabl
+@@ -197,6 +204,7 @@ static int sysrq_sysctl_handler(ctl_tabl
  }
  
  #endif
@@ -61085,7 +59311,7 @@ diff -urNp linux-2.6.38.6/kernel/sysctl.c linux-2.6.38.6/kernel/sysctl.c
  
  static struct ctl_table root_table[];
  static struct ctl_table_root sysctl_table_root;
-@@ -224,6 +232,20 @@ extern struct ctl_table epoll_table[];
+@@ -226,6 +234,20 @@ extern struct ctl_table epoll_table[];
  int sysctl_legacy_va_layout;
  #endif
  
@@ -61106,7 +59332,7 @@ diff -urNp linux-2.6.38.6/kernel/sysctl.c linux-2.6.38.6/kernel/sysctl.c
  /* The default sysctl tables: */
  
  static struct ctl_table root_table[] = {
-@@ -270,6 +292,22 @@ static int max_extfrag_threshold = 1000;
+@@ -272,6 +294,22 @@ static int max_extfrag_threshold = 1000;
  #endif
  
  static struct ctl_table kern_table[] = {
@@ -61129,7 +59355,7 @@ diff -urNp linux-2.6.38.6/kernel/sysctl.c linux-2.6.38.6/kernel/sysctl.c
        {
                .procname       = "sched_child_runs_first",
                .data           = &sysctl_sched_child_runs_first,
-@@ -551,7 +589,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,
@@ -61160,7 +59386,7 @@ diff -urNp linux-2.6.38.6/kernel/sysctl.c linux-2.6.38.6/kernel/sysctl.c
        {
                .procname       = "ngroups_max",
                .data           = &ngroups_max,
-@@ -1187,6 +1229,13 @@ static struct ctl_table vm_table[] = {
+@@ -1205,6 +1247,13 @@ static struct ctl_table vm_table[] = {
                .proc_handler   = proc_dointvec_minmax,
                .extra1         = &zero,
        },
@@ -61174,10 +59400,12 @@ diff -urNp linux-2.6.38.6/kernel/sysctl.c linux-2.6.38.6/kernel/sysctl.c
  #else
        {
                .procname       = "nr_trim_pages",
-@@ -1698,6 +1747,16 @@ int sysctl_perm(struct ctl_table_root *r
-       int error;
+@@ -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;
++      int error;
++
 +      if (table->parent != NULL && table->parent->procname != NULL &&
 +         table->procname != NULL &&
 +          gr_handle_sysctl_mod(table->parent->procname, table->procname, op))
@@ -61187,11 +59415,10 @@ diff -urNp linux-2.6.38.6/kernel/sysctl.c linux-2.6.38.6/kernel/sysctl.c
 +      error = gr_handle_sysctl(table, op);
 +      if (error)
 +              return error;
-+
-       error = security_sysctl(table, op & (MAY_READ | MAY_WRITE | MAY_EXEC));
-       if (error)
-               return error;
-@@ -2105,6 +2164,16 @@ int proc_dostring(struct ctl_table *tabl
+       if (root->permissions)
+               mode = root->permissions(root, current->nsproxy, table);
+@@ -2118,6 +2178,16 @@ int proc_dostring(struct ctl_table *tabl
                               buffer, lenp, ppos);
  }
  
@@ -61208,7 +59435,7 @@ diff -urNp linux-2.6.38.6/kernel/sysctl.c linux-2.6.38.6/kernel/sysctl.c
  static size_t proc_skip_spaces(char **buf)
  {
        size_t ret;
-@@ -2210,6 +2279,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;
@@ -61217,7 +59444,7 @@ diff -urNp linux-2.6.38.6/kernel/sysctl.c linux-2.6.38.6/kernel/sysctl.c
        if (copy_to_user(*buf, tmp, len))
                return -EFAULT;
        *size -= len;
-@@ -2526,8 +2597,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;
@@ -61230,7 +59457,7 @@ diff -urNp linux-2.6.38.6/kernel/sysctl.c linux-2.6.38.6/kernel/sysctl.c
                        err = proc_put_long(&buffer, &left, val, false);
                        if (err)
                                break;
-@@ -2922,6 +2996,12 @@ int proc_dostring(struct ctl_table *tabl
+@@ -2935,6 +3010,12 @@ int proc_dostring(struct ctl_table *tabl
        return -ENOSYS;
  }
  
@@ -61243,7 +59470,7 @@ diff -urNp linux-2.6.38.6/kernel/sysctl.c linux-2.6.38.6/kernel/sysctl.c
  int proc_dointvec(struct ctl_table *table, int write,
                  void __user *buffer, size_t *lenp, loff_t *ppos)
  {
-@@ -2978,6 +3058,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);
@@ -61251,10 +59478,10 @@ diff -urNp linux-2.6.38.6/kernel/sysctl.c linux-2.6.38.6/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.38.6/kernel/sysctl_check.c linux-2.6.38.6/kernel/sysctl_check.c
---- linux-2.6.38.6/kernel/sysctl_check.c       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/kernel/sysctl_check.c       2011-04-28 19:34:15.000000000 -0400
-@@ -131,6 +131,7 @@ int sysctl_check_table(struct nsproxy *n
+diff -urNp linux-3.0.3/kernel/sysctl_check.c linux-3.0.3/kernel/sysctl_check.c
+--- linux-3.0.3/kernel/sysctl_check.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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 {
                        if ((table->proc_handler == proc_dostring) ||
@@ -61262,9 +59489,9 @@ diff -urNp linux-2.6.38.6/kernel/sysctl_check.c linux-2.6.38.6/kernel/sysctl_che
                            (table->proc_handler == proc_dointvec) ||
                            (table->proc_handler == proc_dointvec_minmax) ||
                            (table->proc_handler == proc_dointvec_jiffies) ||
-diff -urNp linux-2.6.38.6/kernel/taskstats.c linux-2.6.38.6/kernel/taskstats.c
---- linux-2.6.38.6/kernel/taskstats.c  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/kernel/taskstats.c  2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/kernel/taskstats.c linux-3.0.3/kernel/taskstats.c
+--- linux-3.0.3/kernel/taskstats.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/kernel/taskstats.c     2011-08-23 21:48:14.000000000 -0400
 @@ -27,9 +27,12 @@
  #include <linux/cgroup.h>
  #include <linux/fs.h>
@@ -61278,7 +59505,7 @@ diff -urNp linux-2.6.38.6/kernel/taskstats.c linux-2.6.38.6/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)
  {
@@ -61288,10 +59515,22 @@ diff -urNp linux-2.6.38.6/kernel/taskstats.c linux-2.6.38.6/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.38.6/kernel/time/tick-broadcast.c linux-2.6.38.6/kernel/time/tick-broadcast.c
---- linux-2.6.38.6/kernel/time/tick-broadcast.c        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/kernel/time/tick-broadcast.c        2011-04-28 19:34:15.000000000 -0400
-@@ -116,7 +116,7 @@ int tick_device_uses_broadcast(struct cl
+diff -urNp linux-3.0.3/kernel/time/alarmtimer.c linux-3.0.3/kernel/time/alarmtimer.c
+--- linux-3.0.3/kernel/time/alarmtimer.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.3/kernel/time/tick-broadcast.c linux-3.0.3/kernel/time/tick-broadcast.c
+--- linux-3.0.3/kernel/time/tick-broadcast.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.
                 */
                if (!(dev->features & CLOCK_EVT_FEAT_C3STOP)) {
@@ -61300,18 +59539,18 @@ diff -urNp linux-2.6.38.6/kernel/time/tick-broadcast.c linux-2.6.38.6/kernel/tim
  
                        cpumask_clear_cpu(cpu, tick_get_broadcast_mask());
                        tick_broadcast_clear_oneshot(cpu);
-diff -urNp linux-2.6.38.6/kernel/time/timekeeping.c linux-2.6.38.6/kernel/time/timekeeping.c
---- linux-2.6.38.6/kernel/time/timekeeping.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/kernel/time/timekeeping.c   2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/kernel/time/timekeeping.c linux-3.0.3/kernel/time/timekeeping.c
+--- linux-3.0.3/kernel/time/timekeeping.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/kernel/time/timekeeping.c      2011-08-23 21:48:14.000000000 -0400
 @@ -14,6 +14,7 @@
  #include <linux/init.h>
  #include <linux/mm.h>
  #include <linux/sched.h>
 +#include <linux/grsecurity.h>
- #include <linux/sysdev.h>
+ #include <linux/syscore_ops.h>
  #include <linux/clocksource.h>
  #include <linux/jiffies.h>
-@@ -361,6 +362,8 @@ int do_settimeofday(struct timespec *tv)
+@@ -361,6 +362,8 @@ int do_settimeofday(const struct timespe
        if ((unsigned long)tv->tv_nsec >= NSEC_PER_SEC)
                return -EINVAL;
  
@@ -61320,9 +59559,9 @@ diff -urNp linux-2.6.38.6/kernel/time/timekeeping.c linux-2.6.38.6/kernel/time/t
        write_seqlock_irqsave(&xtime_lock, flags);
  
        timekeeping_forward_now();
-diff -urNp linux-2.6.38.6/kernel/time/timer_list.c linux-2.6.38.6/kernel/time/timer_list.c
---- linux-2.6.38.6/kernel/time/timer_list.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/kernel/time/timer_list.c    2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/kernel/time/timer_list.c linux-3.0.3/kernel/time/timer_list.c
+--- linux-3.0.3/kernel/time/timer_list.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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)
@@ -61364,9 +59603,9 @@ diff -urNp linux-2.6.38.6/kernel/time/timer_list.c linux-2.6.38.6/kernel/time/ti
        if (!pe)
                return -ENOMEM;
        return 0;
-diff -urNp linux-2.6.38.6/kernel/time/timer_stats.c linux-2.6.38.6/kernel/time/timer_stats.c
---- linux-2.6.38.6/kernel/time/timer_stats.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/kernel/time/timer_stats.c   2011-04-28 19:57:25.000000000 -0400
+diff -urNp linux-3.0.3/kernel/time/timer_stats.c linux-3.0.3/kernel/time/timer_stats.c
+--- linux-3.0.3/kernel/time/timer_stats.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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];
@@ -61435,10 +59674,10 @@ diff -urNp linux-2.6.38.6/kernel/time/timer_stats.c linux-2.6.38.6/kernel/time/t
        if (!pe)
                return -ENOMEM;
        return 0;
-diff -urNp linux-2.6.38.6/kernel/time.c linux-2.6.38.6/kernel/time.c
---- linux-2.6.38.6/kernel/time.c       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/kernel/time.c       2011-04-28 19:34:15.000000000 -0400
-@@ -163,6 +163,11 @@ int do_sys_settimeofday(struct timespec 
+diff -urNp linux-3.0.3/kernel/time.c linux-3.0.3/kernel/time.c
+--- linux-3.0.3/kernel/time.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/kernel/time.c  2011-08-23 21:48:14.000000000 -0400
+@@ -163,6 +163,11 @@ int do_sys_settimeofday(const struct tim
                return error;
  
        if (tz) {
@@ -61450,10 +59689,10 @@ diff -urNp linux-2.6.38.6/kernel/time.c linux-2.6.38.6/kernel/time.c
                /* SMP safe, global irq locking makes it work. */
                sys_tz = *tz;
                update_vsyscall_tz();
-diff -urNp linux-2.6.38.6/kernel/timer.c linux-2.6.38.6/kernel/timer.c
---- linux-2.6.38.6/kernel/timer.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/kernel/timer.c      2011-04-28 19:34:15.000000000 -0400
-@@ -1276,7 +1276,7 @@ void update_process_times(int user_tick)
+diff -urNp linux-3.0.3/kernel/timer.c linux-3.0.3/kernel/timer.c
+--- linux-3.0.3/kernel/timer.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.
   */
@@ -61462,9 +59701,9 @@ diff -urNp linux-2.6.38.6/kernel/timer.c linux-2.6.38.6/kernel/timer.c
  {
        struct tvec_base *base = __this_cpu_read(tvec_bases);
  
-diff -urNp linux-2.6.38.6/kernel/trace/blktrace.c linux-2.6.38.6/kernel/trace/blktrace.c
---- linux-2.6.38.6/kernel/trace/blktrace.c     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/kernel/trace/blktrace.c     2011-04-28 19:57:25.000000000 -0400
+diff -urNp linux-3.0.3/kernel/trace/blktrace.c linux-3.0.3/kernel/trace/blktrace.c
+--- linux-3.0.3/kernel/trace/blktrace.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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];
@@ -61492,12 +59731,12 @@ diff -urNp linux-2.6.38.6/kernel/trace/blktrace.c linux-2.6.38.6/kernel/trace/bl
  
        ret = -EIO;
        bt->dropped_file = debugfs_create_file("dropped", 0444, dir, bt,
-diff -urNp linux-2.6.38.6/kernel/trace/ftrace.c linux-2.6.38.6/kernel/trace/ftrace.c
---- linux-2.6.38.6/kernel/trace/ftrace.c       2011-04-18 17:27:14.000000000 -0400
-+++ linux-2.6.38.6/kernel/trace/ftrace.c       2011-04-28 19:34:15.000000000 -0400
-@@ -1107,13 +1107,18 @@ ftrace_code_disable(struct module *mod, 
-       ip = rec->ip;
+diff -urNp linux-3.0.3/kernel/trace/ftrace.c linux-3.0.3/kernel/trace/ftrace.c
+--- linux-3.0.3/kernel/trace/ftrace.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);
@@ -61508,7 +59747,6 @@ diff -urNp linux-2.6.38.6/kernel/trace/ftrace.c linux-2.6.38.6/kernel/trace/ftra
 +      FTRACE_WARN_ON(ftrace_arch_code_modify_post_process());
        if (ret) {
                ftrace_bug(ret, ip);
-               rec->flags |= FTRACE_FL_FAILED;
 -              return 0;
        }
 -      return 1;
@@ -61516,22 +59754,19 @@ diff -urNp linux-2.6.38.6/kernel/trace/ftrace.c linux-2.6.38.6/kernel/trace/ftra
  }
  
  /*
-diff -urNp linux-2.6.38.6/kernel/trace/ring_buffer.c linux-2.6.38.6/kernel/trace/ring_buffer.c
---- linux-2.6.38.6/kernel/trace/ring_buffer.c  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/kernel/trace/ring_buffer.c  2011-04-28 19:34:15.000000000 -0400
-@@ -669,7 +669,7 @@ static struct list_head *rb_list_head(st
-  * the reader page). But if the next page is a header page,
-  * its flags will be non zero.
-  */
--static int inline
-+static inline int
- rb_is_head_page(struct ring_buffer_per_cpu *cpu_buffer,
-               struct buffer_page *page, struct list_head *list)
- {
-diff -urNp linux-2.6.38.6/kernel/trace/trace.c linux-2.6.38.6/kernel/trace/trace.c
---- linux-2.6.38.6/kernel/trace/trace.c        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/kernel/trace/trace.c        2011-05-16 21:47:08.000000000 -0400
-@@ -3316,6 +3316,8 @@ static ssize_t tracing_splice_read_pipe(
+@@ -2550,7 +2555,7 @@ static void ftrace_free_entry_rcu(struct
+ int
+ register_ftrace_function_probe(char *glob, struct ftrace_probe_ops *ops,
+-                            void *data)
++                              void *data)
+ {
+       struct ftrace_func_probe *entry;
+       struct ftrace_page *pg;
+diff -urNp linux-3.0.3/kernel/trace/trace.c linux-3.0.3/kernel/trace/trace.c
+--- linux-3.0.3/kernel/trace/trace.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
  
@@ -61540,7 +59775,7 @@ diff -urNp linux-2.6.38.6/kernel/trace/trace.c linux-2.6.38.6/kernel/trace/trace
        if (splice_grow_spd(pipe, &spd))
                return -ENOMEM;
  
-@@ -3799,6 +3801,8 @@ tracing_buffers_splice_read(struct file 
+@@ -3822,6 +3824,8 @@ tracing_buffers_splice_read(struct file 
        int entries, size, i;
        size_t ret;
  
@@ -61549,7 +59784,7 @@ diff -urNp linux-2.6.38.6/kernel/trace/trace.c linux-2.6.38.6/kernel/trace/trace
        if (splice_grow_spd(pipe, &spd))
                return -ENOMEM;
  
-@@ -3967,10 +3971,9 @@ static const struct file_operations trac
+@@ -3990,10 +3994,9 @@ static const struct file_operations trac
  };
  #endif
  
@@ -61561,7 +59796,7 @@ diff -urNp linux-2.6.38.6/kernel/trace/trace.c linux-2.6.38.6/kernel/trace/trace
        static int once;
  
        if (d_tracer)
-@@ -3990,10 +3993,9 @@ struct dentry *tracing_init_dentry(void)
+@@ -4013,10 +4016,9 @@ struct dentry *tracing_init_dentry(void)
        return d_tracer;
  }
  
@@ -61573,10 +59808,10 @@ diff -urNp linux-2.6.38.6/kernel/trace/trace.c linux-2.6.38.6/kernel/trace/trace
        static int once;
        struct dentry *d_tracer;
  
-diff -urNp linux-2.6.38.6/kernel/trace/trace_events.c linux-2.6.38.6/kernel/trace/trace_events.c
---- linux-2.6.38.6/kernel/trace/trace_events.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/kernel/trace/trace_events.c 2011-04-28 19:34:15.000000000 -0400
-@@ -1240,10 +1240,10 @@ static LIST_HEAD(ftrace_module_file_list
+diff -urNp linux-3.0.3/kernel/trace/trace_events.c linux-3.0.3/kernel/trace/trace_events.c
+--- linux-3.0.3/kernel/trace/trace_events.c    2011-08-23 21:44:40.000000000 -0400
++++ linux-3.0.3/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;
@@ -61584,16 +59819,47 @@ diff -urNp linux-2.6.38.6/kernel/trace/trace_events.c linux-2.6.38.6/kernel/trac
 -      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.38.6/kernel/trace/trace_mmiotrace.c linux-2.6.38.6/kernel/trace/trace_mmiotrace.c
---- linux-2.6.38.6/kernel/trace/trace_mmiotrace.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/kernel/trace/trace_mmiotrace.c      2011-04-28 19:57:25.000000000 -0400
+@@ -1342,17 +1338,12 @@ trace_create_file_ops(struct module *mod
+       file_ops->mod = mod;
+-      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.3/kernel/trace/trace_mmiotrace.c linux-3.0.3/kernel/trace/trace_mmiotrace.c
+--- linux-3.0.3/kernel/trace/trace_mmiotrace.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -61630,9 +59896,9 @@ diff -urNp linux-2.6.38.6/kernel/trace/trace_mmiotrace.c linux-2.6.38.6/kernel/t
                return;
        }
        entry   = ring_buffer_event_data(event);
-diff -urNp linux-2.6.38.6/kernel/trace/trace_output.c linux-2.6.38.6/kernel/trace/trace_output.c
---- linux-2.6.38.6/kernel/trace/trace_output.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/kernel/trace/trace_output.c 2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/kernel/trace/trace_output.c linux-3.0.3/kernel/trace/trace_output.c
+--- linux-3.0.3/kernel/trace/trace_output.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);
@@ -61642,9 +59908,9 @@ diff -urNp linux-2.6.38.6/kernel/trace/trace_output.c linux-2.6.38.6/kernel/trac
                if (p) {
                        s->len = p - s->buffer;
                        return 1;
-diff -urNp linux-2.6.38.6/kernel/trace/trace_stack.c linux-2.6.38.6/kernel/trace/trace_stack.c
---- linux-2.6.38.6/kernel/trace/trace_stack.c  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/kernel/trace/trace_stack.c  2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/kernel/trace/trace_stack.c linux-3.0.3/kernel/trace/trace_stack.c
+--- linux-3.0.3/kernel/trace/trace_stack.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/kernel/trace/trace_stack.c     2011-08-23 21:47:56.000000000 -0400
 @@ -50,7 +50,7 @@ static inline void check_stack(void)
                return;
  
@@ -61654,9 +59920,9 @@ diff -urNp linux-2.6.38.6/kernel/trace/trace_stack.c linux-2.6.38.6/kernel/trace
                return;
  
        local_irq_save(flags);
-diff -urNp linux-2.6.38.6/kernel/trace/trace_workqueue.c linux-2.6.38.6/kernel/trace/trace_workqueue.c
---- linux-2.6.38.6/kernel/trace/trace_workqueue.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/kernel/trace/trace_workqueue.c      2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/kernel/trace/trace_workqueue.c linux-3.0.3/kernel/trace/trace_workqueue.c
+--- linux-3.0.3/kernel/trace/trace_workqueue.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -61684,9 +59950,9 @@ diff -urNp linux-2.6.38.6/kernel/trace/trace_workqueue.c linux-2.6.38.6/kernel/t
                                   tsk->comm);
                        put_task_struct(tsk);
                }
-diff -urNp linux-2.6.38.6/lib/bug.c linux-2.6.38.6/lib/bug.c
---- linux-2.6.38.6/lib/bug.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/lib/bug.c   2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/lib/bug.c linux-3.0.3/lib/bug.c
+--- linux-3.0.3/lib/bug.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
  
@@ -61696,10 +59962,10 @@ diff -urNp linux-2.6.38.6/lib/bug.c linux-2.6.38.6/lib/bug.c
  
        file = NULL;
        line = 0;
-diff -urNp linux-2.6.38.6/lib/debugobjects.c linux-2.6.38.6/lib/debugobjects.c
---- linux-2.6.38.6/lib/debugobjects.c  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/lib/debugobjects.c  2011-04-28 19:34:15.000000000 -0400
-@@ -281,7 +281,7 @@ static void debug_object_is_on_stack(voi
+diff -urNp linux-3.0.3/lib/debugobjects.c linux-3.0.3/lib/debugobjects.c
+--- linux-3.0.3/lib/debugobjects.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
  
@@ -61708,10 +59974,10 @@ diff -urNp linux-2.6.38.6/lib/debugobjects.c linux-2.6.38.6/lib/debugobjects.c
        if (is_on_stack == onstack)
                return;
  
-diff -urNp linux-2.6.38.6/lib/dma-debug.c linux-2.6.38.6/lib/dma-debug.c
---- linux-2.6.38.6/lib/dma-debug.c     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/lib/dma-debug.c     2011-04-28 19:34:15.000000000 -0400
-@@ -862,7 +862,7 @@ out:
+diff -urNp linux-3.0.3/lib/dma-debug.c linux-3.0.3/lib/dma-debug.c
+--- linux-3.0.3/lib/dma-debug.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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)
  {
@@ -61720,9 +59986,31 @@ diff -urNp linux-2.6.38.6/lib/dma-debug.c linux-2.6.38.6/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.38.6/lib/inflate.c linux-2.6.38.6/lib/inflate.c
---- linux-2.6.38.6/lib/inflate.c       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/lib/inflate.c       2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/lib/extable.c linux-3.0.3/lib/extable.c
+--- linux-3.0.3/lib/extable.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.3/lib/inflate.c linux-3.0.3/lib/inflate.c
+--- linux-3.0.3/lib/inflate.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
  }
@@ -61732,10 +60020,10 @@ diff -urNp linux-2.6.38.6/lib/inflate.c linux-2.6.38.6/lib/inflate.c
  #define free(a) kfree(a)
  #endif
  
-diff -urNp linux-2.6.38.6/lib/Kconfig.debug linux-2.6.38.6/lib/Kconfig.debug
---- linux-2.6.38.6/lib/Kconfig.debug   2011-04-22 19:20:59.000000000 -0400
-+++ linux-2.6.38.6/lib/Kconfig.debug   2011-04-28 19:34:15.000000000 -0400
-@@ -1066,6 +1066,7 @@ config LATENCYTOP
+diff -urNp linux-3.0.3/lib/Kconfig.debug linux-3.0.3/lib/Kconfig.debug
+--- linux-3.0.3/lib/Kconfig.debug      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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
@@ -61743,9 +60031,9 @@ diff -urNp linux-2.6.38.6/lib/Kconfig.debug linux-2.6.38.6/lib/Kconfig.debug
        select FRAME_POINTER if !MIPS && !PPC && !S390 && !MICROBLAZE
        select KALLSYMS
        select KALLSYMS_ALL
-diff -urNp linux-2.6.38.6/lib/kref.c linux-2.6.38.6/lib/kref.c
---- linux-2.6.38.6/lib/kref.c  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/lib/kref.c  2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/lib/kref.c linux-3.0.3/lib/kref.c
+--- linux-3.0.3/lib/kref.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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))
@@ -61755,9 +60043,9 @@ diff -urNp linux-2.6.38.6/lib/kref.c linux-2.6.38.6/lib/kref.c
        WARN_ON(release == (void (*)(struct kref *))kfree);
  
        if (atomic_dec_and_test(&kref->refcount)) {
-diff -urNp linux-2.6.38.6/lib/radix-tree.c linux-2.6.38.6/lib/radix-tree.c
---- linux-2.6.38.6/lib/radix-tree.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/lib/radix-tree.c    2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/lib/radix-tree.c linux-3.0.3/lib/radix-tree.c
+--- linux-3.0.3/lib/radix-tree.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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];
@@ -61767,9 +60055,9 @@ diff -urNp linux-2.6.38.6/lib/radix-tree.c linux-2.6.38.6/lib/radix-tree.c
  
  static inline void *ptr_to_indirect(void *ptr)
  {
-diff -urNp linux-2.6.38.6/lib/vsprintf.c linux-2.6.38.6/lib/vsprintf.c
---- linux-2.6.38.6/lib/vsprintf.c      2011-04-22 19:20:59.000000000 -0400
-+++ linux-2.6.38.6/lib/vsprintf.c      2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/lib/vsprintf.c linux-3.0.3/lib/vsprintf.c
+--- linux-3.0.3/lib/vsprintf.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/lib/vsprintf.c 2011-08-23 21:48:14.000000000 -0400
 @@ -16,6 +16,9 @@
   * - scnprintf and vscnprintf
   */
@@ -61780,39 +60068,39 @@ diff -urNp linux-2.6.38.6/lib/vsprintf.c linux-2.6.38.6/lib/vsprintf.c
  #include <stdarg.h>
  #include <linux/module.h>
  #include <linux/types.h>
-@@ -433,7 +436,7 @@ char *symbol_string(char *buf, char *end
-       unsigned long value = (unsigned long) ptr;
- #ifdef CONFIG_KALLSYMS
+@@ -435,7 +438,7 @@ char *symbol_string(char *buf, char *end
        char sym[KSYM_SYMBOL_LEN];
--      if (ext != 'f' && ext != 's')
-+      if (ext != 'f' && ext != 's' && ext != 'a')
+       if (ext == 'B')
+               sprint_backtrace(sym, value);
+-      else if (ext != 'f' && ext != 's')
++      else if (ext != 'f' && ext != 's' && ext != 'a')
                sprint_symbol(sym, value);
        else
                kallsyms_lookup(value, NULL, NULL, NULL, sym);
-@@ -795,7 +798,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);
  }
  
 +#ifdef CONFIG_GRKERNSEC_HIDESYM
-+int kptr_restrict = 2;
++int kptr_restrict __read_mostly = 2;
 +#else
- int kptr_restrict = 1;
+ int kptr_restrict __read_mostly;
 +#endif
  
  /*
   * Show a '%p' thing.  A kernel extension is that the '%p' is followed
-@@ -808,6 +815,8 @@ int kptr_restrict = 1;
-  * - 'f' For simple symbolic function names without offset
+@@ -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
 + * - 'A' For symbolic direct pointers with offset approved for use with GRKERNSEC_HIDESYM
 + * - 'a' For symbolic direct pointers without offset approved for use with GRKERNSEC_HIDESYM
   * - '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
-@@ -852,12 +861,12 @@ char *pointer(const char *fmt, char *buf
+@@ -857,12 +866,12 @@ char *pointer(const char *fmt, char *buf
  {
-       if (!ptr) {
+       if (!ptr && *fmt != 'K') {
                /*
 -               * Print (null) with the same width as a pointer so it makes
 +               * Print (nil) with the same width as a pointer so it makes
@@ -61825,7 +60113,7 @@ diff -urNp linux-2.6.38.6/lib/vsprintf.c linux-2.6.38.6/lib/vsprintf.c
        }
  
        switch (*fmt) {
-@@ -867,6 +876,13 @@ char *pointer(const char *fmt, char *buf
+@@ -872,6 +881,13 @@ char *pointer(const char *fmt, char *buf
                /* Fallthrough */
        case 'S':
        case 's':
@@ -61836,9 +60124,9 @@ diff -urNp linux-2.6.38.6/lib/vsprintf.c linux-2.6.38.6/lib/vsprintf.c
 +#endif
 +      case 'A':
 +      case 'a':
+       case 'B':
                return symbol_string(buf, end, ptr, spec, *fmt);
        case 'R':
-       case 'r':
 @@ -1631,11 +1647,11 @@ int bstr_printf(char *buf, size_t size, 
        typeof(type) value;                                             \
        if (sizeof(type) == 8) {                                        \
@@ -61863,34 +60151,80 @@ diff -urNp linux-2.6.38.6/lib/vsprintf.c linux-2.6.38.6/lib/vsprintf.c
                        break;
                }
  
-diff -urNp linux-2.6.38.6/localversion-grsec linux-2.6.38.6/localversion-grsec
---- linux-2.6.38.6/localversion-grsec  1969-12-31 19:00:00.000000000 -0500
-+++ linux-2.6.38.6/localversion-grsec  2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/localversion-grsec linux-3.0.3/localversion-grsec
+--- linux-3.0.3/localversion-grsec     1969-12-31 19:00:00.000000000 -0500
++++ linux-3.0.3/localversion-grsec     2011-08-23 21:48:14.000000000 -0400
 @@ -0,0 +1 @@
 +-grsec
-diff -urNp linux-2.6.38.6/Makefile linux-2.6.38.6/Makefile
---- linux-2.6.38.6/Makefile    2011-05-10 22:06:29.000000000 -0400
-+++ linux-2.6.38.6/Makefile    2011-05-16 21:47:08.000000000 -0400
-@@ -233,8 +233,8 @@ CONFIG_SHELL := $(shell if [ -x "$$BASH"
+diff -urNp linux-3.0.3/Makefile linux-3.0.3/Makefile
+--- linux-3.0.3/Makefile       2011-08-23 21:44:40.000000000 -0400
++++ linux-3.0.3/Makefile       2011-08-23 22:01:23.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.
-@@ -352,6 +352,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 \
-@@ -681,7 +682,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,10 +410,11 @@ 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_basic0 scripts_basic gcc-plugins
++scripts_basic0:
+       $(Q)$(MAKE) $(build)=scripts/basic
+       $(Q)rm -f .tmp_quiet_recordmcount
++scripts_basic: scripts_basic0 gcc-plugins
+ # To avoid any implicit rule to kick in, define an empty command.
+ scripts/basic/%: scripts_basic ;
+@@ -564,6 +568,25 @@ else
+ KBUILD_CFLAGS += -O2
+ endif
++ifeq ($(shell $(CONFIG_SHELL) $(srctree)/scripts/gcc-plugin.sh $(HOSTCC)), y)
++CONSTIFY_PLUGIN := -fplugin=$(objtree)/tools/gcc/constify_plugin.so
++ifdef CONFIG_PAX_MEMORY_STACKLEAK
++STACKLEAK_PLUGIN := -fplugin=$(objtree)/tools/gcc/stackleak_plugin.so -fplugin-arg-stackleak_plugin-track-lowest-sp=100
++endif
++KBUILD_CFLAGS += $(CONSTIFY_PLUGIN) $(STACKLEAK_PLUGIN)
++export CONSTIFY_PLUGIN STACKLEAK_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 +731,7 @@ export mod_strip_cmd
  
  
  ifeq ($(KBUILD_EXTMOD),)
@@ -61899,46 +60233,37 @@ diff -urNp linux-2.6.38.6/Makefile linux-2.6.38.6/Makefile
  
  vmlinux-dirs  := $(patsubst %/,%,$(filter %/, $(init-y) $(init-m) \
                     $(core-y) $(core-m) $(drivers-y) $(drivers-m) \
-diff -urNp linux-2.6.38.6/mm/bootmem.c linux-2.6.38.6/mm/bootmem.c
---- linux-2.6.38.6/mm/bootmem.c        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/mm/bootmem.c        2011-04-28 19:34:15.000000000 -0400
-@@ -201,19 +201,30 @@ static void __init __free_pages_memory(u
- unsigned long __init free_all_memory_core_early(int nodeid)
- {
-       int i;
--      u64 start, end;
-+      u64 start, end, startrange, endrange;
-       unsigned long count = 0;
--      struct range *range = NULL;
-+      struct range *range = NULL, rangerange = { 0, 0 };
-       int nr_range;
-       nr_range = get_free_all_memory_range(&range, nodeid);
-+      startrange = __pa(range) >> PAGE_SHIFT;
-+      endrange = (__pa(range + nr_range) - 1) >> PAGE_SHIFT;
-       for (i = 0; i < nr_range; i++) {
-               start = range[i].start;
-               end = range[i].end;
-+              if (start <= endrange && startrange < end) {
-+                      BUG_ON(rangerange.start | rangerange.end);
-+                      rangerange = range[i];
-+                      continue;
-+              }
-               count += end - start;
-               __free_pages_memory(start, end);
-       }
-+      start = rangerange.start;
-+      end = rangerange.end;
-+      count += end - start;
-+      __free_pages_memory(start, end);
+@@ -973,7 +996,7 @@ ifneq ($(KBUILD_SRC),)
+ endif
  
-       return count;
- }
-diff -urNp linux-2.6.38.6/mm/filemap.c linux-2.6.38.6/mm/filemap.c
---- linux-2.6.38.6/mm/filemap.c        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/mm/filemap.c        2011-04-28 19:34:15.000000000 -0400
-@@ -1664,7 +1664,7 @@ int generic_file_mmap(struct file * file
+ # prepare2 creates a makefile if using a separate output directory
+-prepare2: prepare3 outputmakefile asm-generic
++prepare2: prepare3 outputmakefile asm-generic gcc-plugins
+ prepare1: prepare2 include/linux/version.h include/generated/utsrelease.h \
+                    include/config/auto.conf
+@@ -1198,7 +1221,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 -size 0 -o -name '*.so' \
+               -o -name '*%' -o -name '.*.cmd' -o -name 'core' \) \
+               -type f -print | xargs rm -f
+@@ -1404,7 +1427,7 @@ clean: $(clean-dirs)
+       $(call cmd,rmdirs)
+       $(call cmd,rmfiles)
+       @find $(if $(KBUILD_EXTMOD), $(KBUILD_EXTMOD), .) $(RCS_FIND_IGNORE) \
+-              \( -name '*.[oas]' -o -name '*.ko' -o -name '.*.cmd' \
++              \( -name '*.[oas]' -o -name '*.[ks]o' -o -name '.*.cmd' \
+               -o -name '.*.d' -o -name '.*.tmp' -o -name '*.mod.c' \
+               -o -name '*.symtypes' -o -name 'modules.order' \
+               -o -name modules.builtin -o -name '.tmp_*.o.*' \
+diff -urNp linux-3.0.3/mm/filemap.c linux-3.0.3/mm/filemap.c
+--- linux-3.0.3/mm/filemap.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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)
@@ -61947,7 +60272,7 @@ diff -urNp linux-2.6.38.6/mm/filemap.c linux-2.6.38.6/mm/filemap.c
        file_accessed(file);
        vma->vm_ops = &generic_file_vm_ops;
        vma->vm_flags |= VM_CAN_NONLINEAR;
-@@ -2060,6 +2060,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) {
@@ -61955,9 +60280,9 @@ diff -urNp linux-2.6.38.6/mm/filemap.c linux-2.6.38.6/mm/filemap.c
                        if (*pos >= limit) {
                                send_sig(SIGXFSZ, current, 0);
                                return -EFBIG;
-diff -urNp linux-2.6.38.6/mm/fremap.c linux-2.6.38.6/mm/fremap.c
---- linux-2.6.38.6/mm/fremap.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/mm/fremap.c 2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/mm/fremap.c linux-3.0.3/mm/fremap.c
+--- linux-3.0.3/mm/fremap.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);
@@ -61970,18 +60295,9 @@ diff -urNp linux-2.6.38.6/mm/fremap.c linux-2.6.38.6/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.38.6/mm/highmem.c linux-2.6.38.6/mm/highmem.c
---- linux-2.6.38.6/mm/highmem.c        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/mm/highmem.c        2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/mm/highmem.c linux-3.0.3/mm/highmem.c
+--- linux-3.0.3/mm/highmem.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.
                 */
@@ -62007,10 +60323,10 @@ diff -urNp linux-2.6.38.6/mm/highmem.c linux-2.6.38.6/mm/highmem.c
        pkmap_count[last_pkmap_nr] = 1;
        set_page_address(page, (void *)vaddr);
  
-diff -urNp linux-2.6.38.6/mm/huge_memory.c linux-2.6.38.6/mm/huge_memory.c
---- linux-2.6.38.6/mm/huge_memory.c    2011-05-10 22:06:27.000000000 -0400
-+++ linux-2.6.38.6/mm/huge_memory.c    2011-05-10 22:06:56.000000000 -0400
-@@ -698,7 +698,7 @@ out:
+diff -urNp linux-3.0.3/mm/huge_memory.c linux-3.0.3/mm/huge_memory.c
+--- linux-3.0.3/mm/huge_memory.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.
         */
@@ -62019,10 +60335,10 @@ diff -urNp linux-2.6.38.6/mm/huge_memory.c linux-2.6.38.6/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.38.6/mm/hugetlb.c linux-2.6.38.6/mm/hugetlb.c
---- linux-2.6.38.6/mm/hugetlb.c        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/mm/hugetlb.c        2011-04-28 19:34:15.000000000 -0400
-@@ -2333,6 +2333,27 @@ static int unmap_ref_private(struct mm_s
+diff -urNp linux-3.0.3/mm/hugetlb.c linux-3.0.3/mm/hugetlb.c
+--- linux-3.0.3/mm/hugetlb.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
  }
  
@@ -62050,7 +60366,7 @@ diff -urNp linux-2.6.38.6/mm/hugetlb.c linux-2.6.38.6/mm/hugetlb.c
  /*
   * Hugetlb_cow() should be called with page lock of the original hugepage held.
   */
-@@ -2434,6 +2455,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);
@@ -62062,7 +60378,7 @@ diff -urNp linux-2.6.38.6/mm/hugetlb.c linux-2.6.38.6/mm/hugetlb.c
                /* Make the old page be freed below */
                new_page = old_page;
                mmu_notifier_invalidate_range_end(mm,
-@@ -2585,6 +2611,10 @@ retry:
+@@ -2591,6 +2617,10 @@ retry:
                                && (vma->vm_flags & VM_SHARED)));
        set_huge_pte_at(mm, address, ptep, new_pte);
  
@@ -62073,7 +60389,7 @@ diff -urNp linux-2.6.38.6/mm/hugetlb.c linux-2.6.38.6/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);
-@@ -2614,6 +2644,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);
  
@@ -62084,7 +60400,7 @@ diff -urNp linux-2.6.38.6/mm/hugetlb.c linux-2.6.38.6/mm/hugetlb.c
        ptep = huge_pte_offset(mm, address);
        if (ptep) {
                entry = huge_ptep_get(ptep);
-@@ -2625,6 +2659,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);
        }
  
@@ -62111,9 +60427,20 @@ diff -urNp linux-2.6.38.6/mm/hugetlb.c linux-2.6.38.6/mm/hugetlb.c
        ptep = huge_pte_alloc(mm, address, huge_page_size(h));
        if (!ptep)
                return VM_FAULT_OOM;
-diff -urNp linux-2.6.38.6/mm/Kconfig linux-2.6.38.6/mm/Kconfig
---- linux-2.6.38.6/mm/Kconfig  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/mm/Kconfig  2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/mm/internal.h linux-3.0.3/mm/internal.h
+--- linux-3.0.3/mm/internal.h  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.3/mm/Kconfig linux-3.0.3/mm/Kconfig
+--- linux-3.0.3/mm/Kconfig     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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"
@@ -62123,9 +60450,9 @@ diff -urNp linux-2.6.38.6/mm/Kconfig linux-2.6.38.6/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.38.6/mm/kmemleak.c linux-2.6.38.6/mm/kmemleak.c
---- linux-2.6.38.6/mm/kmemleak.c       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/mm/kmemleak.c       2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/mm/kmemleak.c linux-3.0.3/mm/kmemleak.c
+--- linux-3.0.3/mm/kmemleak.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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++) {
@@ -62135,38 +60462,9 @@ diff -urNp linux-2.6.38.6/mm/kmemleak.c linux-2.6.38.6/mm/kmemleak.c
        }
  }
  
-diff -urNp linux-2.6.38.6/mm/maccess.c linux-2.6.38.6/mm/maccess.c
---- linux-2.6.38.6/mm/maccess.c        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/mm/maccess.c        2011-04-28 19:34:15.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.38.6/mm/madvise.c linux-2.6.38.6/mm/madvise.c
---- linux-2.6.38.6/mm/madvise.c        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/mm/madvise.c        2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/mm/madvise.c linux-3.0.3/mm/madvise.c
+--- linux-3.0.3/mm/madvise.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -62243,10 +60541,10 @@ diff -urNp linux-2.6.38.6/mm/madvise.c linux-2.6.38.6/mm/madvise.c
        error = 0;
        if (end == start)
                goto out;
-diff -urNp linux-2.6.38.6/mm/memory.c linux-2.6.38.6/mm/memory.c
---- linux-2.6.38.6/mm/memory.c 2011-05-10 22:06:29.000000000 -0400
-+++ linux-2.6.38.6/mm/memory.c 2011-05-10 22:09:01.000000000 -0400
-@@ -259,8 +259,12 @@ static inline void free_pmd_range(struct
+diff -urNp linux-3.0.3/mm/memory.c linux-3.0.3/mm/memory.c
+--- linux-3.0.3/mm/memory.c    2011-08-23 21:44:40.000000000 -0400
++++ linux-3.0.3/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);
@@ -62259,7 +60557,7 @@ diff -urNp linux-2.6.38.6/mm/memory.c linux-2.6.38.6/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;
  
@@ -62272,21 +60570,20 @@ diff -urNp linux-2.6.38.6/mm/memory.c linux-2.6.38.6/mm/memory.c
  }
  
  /*
-@@ -1410,13 +1417,6 @@ no_page_table:
+@@ -1577,12 +1584,6 @@ no_page_table:
        return page;
  }
  
 -static inline int stack_guard_page(struct vm_area_struct *vma, unsigned long addr)
 -{
--      return (vma->vm_flags & VM_GROWSDOWN) &&
--              (vma->vm_start == addr) &&
--              !vma_stack_continue(vma->vm_prev, addr);
+-      return stack_guard_page_start(vma, addr) ||
+-             stack_guard_page_end(vma, addr+PAGE_SIZE);
 -}
 -
- int __get_user_pages(struct task_struct *tsk, struct mm_struct *mm,
-                    unsigned long start, int nr_pages, unsigned int gup_flags,
-                    struct page **pages, struct vm_area_struct **vmas,
-@@ -1440,10 +1440,10 @@ int __get_user_pages(struct task_struct 
+ /**
+  * __get_user_pages() - pin user pages in memory
+  * @tsk:      task_struct of target task
+@@ -1655,10 +1656,10 @@ int __get_user_pages(struct task_struct 
                        (VM_MAYREAD | VM_MAYWRITE) : (VM_READ | VM_WRITE);
        i = 0;
  
@@ -62296,10 +60593,10 @@ diff -urNp linux-2.6.38.6/mm/memory.c linux-2.6.38.6/mm/memory.c
  
 -              vma = find_extend_vma(mm, start);
 +              vma = find_vma(mm, start);
-               if (!vma && in_gate_area(tsk, start)) {
+               if (!vma && in_gate_area(mm, start)) {
                        unsigned long pg = start & PAGE_MASK;
                        pgd_t *pgd;
-@@ -1491,7 +1491,7 @@ int __get_user_pages(struct task_struct 
+@@ -1706,7 +1707,7 @@ int __get_user_pages(struct task_struct 
                        goto next_page;
                }
  
@@ -62308,20 +60605,19 @@ diff -urNp linux-2.6.38.6/mm/memory.c linux-2.6.38.6/mm/memory.c
                    (vma->vm_flags & (VM_IO | VM_PFNMAP)) ||
                    !(vm_flags & vma->vm_flags))
                        return i ? : -EFAULT;
-@@ -1502,12 +1502,6 @@ int __get_user_pages(struct task_struct 
-                       continue;
-               }
--              /*
--               * For mlock, just skip the stack guard page.
--               */
--              if ((gup_flags & FOLL_MLOCK) && stack_guard_page(vma, start))
--                      goto next_page;
--
-               do {
-                       struct page *page;
-                       unsigned int foll_flags = gup_flags;
-@@ -1584,7 +1578,7 @@ next_page:
+@@ -1733,11 +1734,6 @@ int __get_user_pages(struct task_struct 
+                               int ret;
+                               unsigned int fault_flags = 0;
+-                              /* For mlock, just skip the stack guard page. */
+-                              if (foll_flags & FOLL_MLOCK) {
+-                                      if (stack_guard_page(vma, start))
+-                                              goto next_page;
+-                              }
+                               if (foll_flags & FOLL_WRITE)
+                                       fault_flags |= FAULT_FLAG_WRITE;
+                               if (nonblocking)
+@@ -1811,7 +1807,7 @@ next_page:
                        start += PAGE_SIZE;
                        nr_pages--;
                } while (nr_pages && start < vma->vm_end);
@@ -62329,8 +60625,8 @@ diff -urNp linux-2.6.38.6/mm/memory.c linux-2.6.38.6/mm/memory.c
 +      }
        return i;
  }
-@@ -1733,6 +1727,10 @@ static int insert_page(struct vm_area_st
+ EXPORT_SYMBOL(__get_user_pages);
+@@ -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));
  
@@ -62341,7 +60637,7 @@ diff -urNp linux-2.6.38.6/mm/memory.c linux-2.6.38.6/mm/memory.c
        retval = 0;
        pte_unmap_unlock(pte, ptl);
        return retval;
-@@ -1767,10 +1765,22 @@ out:
+@@ -2052,10 +2052,22 @@ out:
  int vm_insert_page(struct vm_area_struct *vma, unsigned long addr,
                        struct page *page)
  {
@@ -62364,7 +60660,7 @@ diff -urNp linux-2.6.38.6/mm/memory.c linux-2.6.38.6/mm/memory.c
        vma->vm_flags |= VM_INSERTPAGE;
        return insert_page(vma, addr, page, vma->vm_page_prot);
  }
-@@ -1856,6 +1866,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));
@@ -62372,7 +60668,7 @@ diff -urNp linux-2.6.38.6/mm/memory.c linux-2.6.38.6/mm/memory.c
  
        if (addr < vma->vm_start || addr >= vma->vm_end)
                return -EFAULT;
-@@ -2171,6 +2182,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);
  }
  
@@ -62559,7 +60855,7 @@ diff -urNp linux-2.6.38.6/mm/memory.c linux-2.6.38.6/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
-@@ -2382,6 +2573,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))) {
@@ -62572,7 +60868,7 @@ diff -urNp linux-2.6.38.6/mm/memory.c linux-2.6.38.6/mm/memory.c
                if (old_page) {
                        if (!PageAnon(old_page)) {
                                dec_mm_counter_fast(mm, MM_FILEPAGES);
-@@ -2433,6 +2630,10 @@ gotten:
+@@ -2718,6 +2917,10 @@ gotten:
                        page_remove_rmap(old_page);
                }
  
@@ -62583,7 +60879,7 @@ diff -urNp linux-2.6.38.6/mm/memory.c linux-2.6.38.6/mm/memory.c
                /* Free the old page.. */
                new_page = old_page;
                ret |= VM_FAULT_WRITE;
-@@ -2843,6 +3044,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);
@@ -62595,7 +60891,7 @@ diff -urNp linux-2.6.38.6/mm/memory.c linux-2.6.38.6/mm/memory.c
        unlock_page(page);
        if (swapcache) {
                /*
-@@ -2866,6 +3072,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);
@@ -62607,7 +60903,7 @@ diff -urNp linux-2.6.38.6/mm/memory.c linux-2.6.38.6/mm/memory.c
  unlock:
        pte_unmap_unlock(page_table, ptl);
  out:
-@@ -2885,40 +3096,6 @@ out_release:
+@@ -3039,40 +3252,6 @@ out_release:
  }
  
  /*
@@ -62630,7 +60926,7 @@ diff -urNp linux-2.6.38.6/mm/memory.c linux-2.6.38.6/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;
@@ -62648,7 +60944,7 @@ diff -urNp linux-2.6.38.6/mm/memory.c linux-2.6.38.6/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.
-@@ -2927,27 +3104,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)
  {
@@ -62681,7 +60977,7 @@ diff -urNp linux-2.6.38.6/mm/memory.c linux-2.6.38.6/mm/memory.c
        if (unlikely(anon_vma_prepare(vma)))
                goto oom;
        page = alloc_zeroed_user_highpage_movable(vma, address);
-@@ -2966,6 +3139,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;
  
@@ -62693,7 +60989,7 @@ diff -urNp linux-2.6.38.6/mm/memory.c linux-2.6.38.6/mm/memory.c
        inc_mm_counter_fast(mm, MM_ANONPAGES);
        page_add_new_anon_rmap(page, vma, address);
  setpte:
-@@ -2973,6 +3151,12 @@ setpte:
+@@ -3127,6 +3307,12 @@ setpte:
  
        /* No need to invalidate - it was non-present before */
        update_mmu_cache(vma, address, page_table);
@@ -62706,7 +61002,7 @@ diff -urNp linux-2.6.38.6/mm/memory.c linux-2.6.38.6/mm/memory.c
  unlock:
        pte_unmap_unlock(page_table, ptl);
        return 0;
-@@ -3110,6 +3294,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))) {
@@ -62719,7 +61015,7 @@ diff -urNp linux-2.6.38.6/mm/memory.c linux-2.6.38.6/mm/memory.c
                flush_icache_page(vma, page);
                entry = mk_pte(page, vma->vm_page_prot);
                if (flags & FAULT_FLAG_WRITE)
-@@ -3129,6 +3319,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);
@@ -62734,7 +61030,7 @@ diff -urNp linux-2.6.38.6/mm/memory.c linux-2.6.38.6/mm/memory.c
        } else {
                if (charged)
                        mem_cgroup_uncharge_page(page);
-@@ -3276,6 +3474,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);
        }
@@ -62747,7 +61043,7 @@ diff -urNp linux-2.6.38.6/mm/memory.c linux-2.6.38.6/mm/memory.c
  unlock:
        pte_unmap_unlock(pte, ptl);
        return 0;
-@@ -3292,6 +3496,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;
  
@@ -62758,7 +61054,7 @@ diff -urNp linux-2.6.38.6/mm/memory.c linux-2.6.38.6/mm/memory.c
        __set_current_state(TASK_RUNNING);
  
        count_vm_event(PGFAULT);
-@@ -3302,6 +3510,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);
  
@@ -62793,7 +61089,7 @@ diff -urNp linux-2.6.38.6/mm/memory.c linux-2.6.38.6/mm/memory.c
        pgd = pgd_offset(mm, address);
        pud = pud_alloc(mm, pgd, address);
        if (!pud)
-@@ -3331,7 +3567,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.
         */
@@ -62802,7 +61098,7 @@ diff -urNp linux-2.6.38.6/mm/memory.c linux-2.6.38.6/mm/memory.c
                return VM_FAULT_OOM;
        /* if an huge pmd materialized from under us just retry later */
        if (unlikely(pmd_trans_huge(*pmd)))
-@@ -3435,7 +3671,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;
@@ -62811,10 +61107,10 @@ diff -urNp linux-2.6.38.6/mm/memory.c linux-2.6.38.6/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.38.6/mm/memory-failure.c linux-2.6.38.6/mm/memory-failure.c
---- linux-2.6.38.6/mm/memory-failure.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/mm/memory-failure.c 2011-04-28 19:34:15.000000000 -0400
-@@ -58,7 +58,7 @@ int sysctl_memory_failure_early_kill __r
+diff -urNp linux-3.0.3/mm/memory-failure.c linux-3.0.3/mm/memory-failure.c
+--- linux-3.0.3/mm/memory-failure.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
  
@@ -62823,7 +61119,7 @@ diff -urNp linux-2.6.38.6/mm/memory-failure.c linux-2.6.38.6/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);
@@ -62832,7 +61128,7 @@ diff -urNp linux-2.6.38.6/mm/memory-failure.c linux-2.6.38.6/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))) {
@@ -62841,7 +61137,7 @@ diff -urNp linux-2.6.38.6/mm/memory-failure.c linux-2.6.38.6/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))
@@ -62850,7 +61146,7 @@ diff -urNp linux-2.6.38.6/mm/memory-failure.c linux-2.6.38.6/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))
@@ -62859,7 +61155,7 @@ diff -urNp linux-2.6.38.6/mm/memory-failure.c linux-2.6.38.6/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);
@@ -62868,7 +61164,7 @@ diff -urNp linux-2.6.38.6/mm/memory-failure.c linux-2.6.38.6/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))
@@ -62877,7 +61173,7 @@ diff -urNp linux-2.6.38.6/mm/memory-failure.c linux-2.6.38.6/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:
@@ -62886,10 +61182,10 @@ diff -urNp linux-2.6.38.6/mm/memory-failure.c linux-2.6.38.6/mm/memory-failure.c
        SetPageHWPoison(page);
        /* keep elevated page count for bad page */
        return ret;
-diff -urNp linux-2.6.38.6/mm/mempolicy.c linux-2.6.38.6/mm/mempolicy.c
---- linux-2.6.38.6/mm/mempolicy.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/mm/mempolicy.c      2011-04-28 19:34:15.000000000 -0400
-@@ -643,6 +643,10 @@ static int mbind_range(struct mm_struct 
+diff -urNp linux-3.0.3/mm/mempolicy.c linux-3.0.3/mm/mempolicy.c
+--- linux-3.0.3/mm/mempolicy.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
  
@@ -62900,7 +61196,7 @@ diff -urNp linux-2.6.38.6/mm/mempolicy.c linux-2.6.38.6/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;
@@ -62917,7 +61213,7 @@ diff -urNp linux-2.6.38.6/mm/mempolicy.c linux-2.6.38.6/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;
@@ -62935,7 +61231,7 @@ diff -urNp linux-2.6.38.6/mm/mempolicy.c linux-2.6.38.6/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;
  
@@ -62950,7 +61246,7 @@ diff -urNp linux-2.6.38.6/mm/mempolicy.c linux-2.6.38.6/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 &&
@@ -62960,19 +61256,10 @@ diff -urNp linux-2.6.38.6/mm/mempolicy.c linux-2.6.38.6/mm/mempolicy.c
                rcu_read_unlock();
                err = -EPERM;
                goto out;
-@@ -2635,7 +2667,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.38.6/mm/migrate.c linux-2.6.38.6/mm/migrate.c
---- linux-2.6.38.6/mm/migrate.c        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/mm/migrate.c        2011-05-16 21:47:09.000000000 -0400
-@@ -1115,6 +1115,8 @@ static int do_pages_move(struct mm_struc
+diff -urNp linux-3.0.3/mm/migrate.c linux-3.0.3/mm/migrate.c
+--- linux-3.0.3/mm/migrate.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
  
@@ -62981,7 +61268,7 @@ diff -urNp linux-2.6.38.6/mm/migrate.c linux-2.6.38.6/mm/migrate.c
        task_nodes = cpuset_mems_allowed(task);
  
        err = -ENOMEM;
-@@ -1299,6 +1301,14 @@ SYSCALL_DEFINE6(move_pages, pid_t, pid, 
+@@ -1308,6 +1310,14 @@ SYSCALL_DEFINE6(move_pages, pid_t, pid, 
        if (!mm)
                return -EINVAL;
  
@@ -62996,7 +61283,7 @@ diff -urNp linux-2.6.38.6/mm/migrate.c linux-2.6.38.6/mm/migrate.c
        /*
         * Check if this process has the right to modify the specified
         * process. The right exists if the process has administrative
-@@ -1308,8 +1318,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 &&
@@ -63006,9 +61293,9 @@ diff -urNp linux-2.6.38.6/mm/migrate.c linux-2.6.38.6/mm/migrate.c
                rcu_read_unlock();
                err = -EPERM;
                goto out;
-diff -urNp linux-2.6.38.6/mm/mlock.c linux-2.6.38.6/mm/mlock.c
---- linux-2.6.38.6/mm/mlock.c  2011-05-10 22:06:29.000000000 -0400
-+++ linux-2.6.38.6/mm/mlock.c  2011-05-10 22:09:01.000000000 -0400
+diff -urNp linux-3.0.3/mm/mlock.c linux-3.0.3/mm/mlock.c
+--- linux-3.0.3/mm/mlock.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/mm/mlock.c     2011-08-23 21:48:14.000000000 -0400
 @@ -13,6 +13,7 @@
  #include <linux/pagemap.h>
  #include <linux/mempolicy.h>
@@ -63029,7 +61316,7 @@ diff -urNp linux-2.6.38.6/mm/mlock.c linux-2.6.38.6/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))
@@ -63063,14 +61350,13 @@ diff -urNp linux-2.6.38.6/mm/mlock.c linux-2.6.38.6/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))
@@ -63083,9 +61369,9 @@ diff -urNp linux-2.6.38.6/mm/mlock.c linux-2.6.38.6/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.38.6/mm/mmap.c linux-2.6.38.6/mm/mmap.c
---- linux-2.6.38.6/mm/mmap.c   2011-04-22 19:20:59.000000000 -0400
-+++ linux-2.6.38.6/mm/mmap.c   2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/mm/mmap.c linux-3.0.3/mm/mmap.c
+--- linux-3.0.3/mm/mmap.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/mm/mmap.c      2011-08-23 21:48:14.000000000 -0400
 @@ -46,6 +46,16 @@
  #define arch_rebalance_pgtables(addr, len)            (addr)
  #endif
@@ -63113,7 +61399,8 @@ diff -urNp linux-2.6.38.6/mm/mmap.c linux-2.6.38.6/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 &
@@ -63131,14 +61418,14 @@ diff -urNp linux-2.6.38.6/mm/mmap.c linux-2.6.38.6/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();
@@ -63146,7 +61433,7 @@ diff -urNp linux-2.6.38.6/mm/mmap.c linux-2.6.38.6/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);
@@ -63154,7 +61441,7 @@ diff -urNp linux-2.6.38.6/mm/mmap.c linux-2.6.38.6/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)
  {
@@ -63165,9 +61452,9 @@ diff -urNp linux-2.6.38.6/mm/mmap.c linux-2.6.38.6/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)
  {
@@ -63178,9 +61465,9 @@ diff -urNp linux-2.6.38.6/mm/mmap.c linux-2.6.38.6/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,
@@ -63202,7 +61489,7 @@ diff -urNp linux-2.6.38.6/mm/mmap.c linux-2.6.38.6/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;
  
@@ -63218,7 +61505,7 @@ diff -urNp linux-2.6.38.6/mm/mmap.c linux-2.6.38.6/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);
@@ -63244,7 +61531,7 @@ diff -urNp linux-2.6.38.6/mm/mmap.c linux-2.6.38.6/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)) {
@@ -63274,7 +61561,7 @@ diff -urNp linux-2.6.38.6/mm/mmap.c linux-2.6.38.6/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)
  {
@@ -63290,7 +61577,7 @@ diff -urNp linux-2.6.38.6/mm/mmap.c linux-2.6.38.6/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.)
         */
@@ -63299,7 +61586,7 @@ diff -urNp linux-2.6.38.6/mm/mmap.c linux-2.6.38.6/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.
         */
@@ -63308,7 +61595,7 @@ diff -urNp linux-2.6.38.6/mm/mmap.c linux-2.6.38.6/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;
  
@@ -63345,7 +61632,7 @@ diff -urNp linux-2.6.38.6/mm/mmap.c linux-2.6.38.6/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;
@@ -63353,7 +61640,7 @@ diff -urNp linux-2.6.38.6/mm/mmap.c linux-2.6.38.6/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;
  
@@ -63363,12 +61650,8 @@ diff -urNp linux-2.6.38.6/mm/mmap.c linux-2.6.38.6/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)))
@@ -63376,7 +61659,7 @@ diff -urNp linux-2.6.38.6/mm/mmap.c linux-2.6.38.6/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;
  
@@ -63403,7 +61686,7 @@ diff -urNp linux-2.6.38.6/mm/mmap.c linux-2.6.38.6/mm/mmap.c
        }
  
        /* Check against address space limit. */
-@@ -1295,6 +1416,16 @@ munmap_back:
+@@ -1266,6 +1387,16 @@ munmap_back:
                goto unacct_error;
        }
  
@@ -63420,7 +61703,7 @@ diff -urNp linux-2.6.38.6/mm/mmap.c linux-2.6.38.6/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;
@@ -63440,7 +61723,7 @@ diff -urNp linux-2.6.38.6/mm/mmap.c linux-2.6.38.6/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;
  
@@ -63452,7 +61735,7 @@ diff -urNp linux-2.6.38.6/mm/mmap.c linux-2.6.38.6/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);
@@ -63460,7 +61743,7 @@ diff -urNp linux-2.6.38.6/mm/mmap.c linux-2.6.38.6/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:
@@ -63473,7 +61756,7 @@ diff -urNp linux-2.6.38.6/mm/mmap.c linux-2.6.38.6/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;
  }
  
@@ -63518,7 +61801,7 @@ diff -urNp linux-2.6.38.6/mm/mmap.c linux-2.6.38.6/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;
  
@@ -63549,7 +61832,7 @@ diff -urNp linux-2.6.38.6/mm/mmap.c linux-2.6.38.6/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.
                         */
@@ -63601,7 +61884,7 @@ diff -urNp linux-2.6.38.6/mm/mmap.c linux-2.6.38.6/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;
@@ -63610,7 +61893,7 @@ diff -urNp linux-2.6.38.6/mm/mmap.c linux-2.6.38.6/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;
  
@@ -63633,7 +61916,7 @@ diff -urNp linux-2.6.38.6/mm/mmap.c linux-2.6.38.6/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);
@@ -63642,7 +61925,7 @@ diff -urNp linux-2.6.38.6/mm/mmap.c linux-2.6.38.6/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);
@@ -63651,7 +61934,7 @@ diff -urNp linux-2.6.38.6/mm/mmap.c linux-2.6.38.6/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 */
@@ -63662,7 +61945,7 @@ diff -urNp linux-2.6.38.6/mm/mmap.c linux-2.6.38.6/mm/mmap.c
  
  bottomup:
        /*
-@@ -1544,13 +1754,21 @@ bottomup:
+@@ -1515,13 +1725,21 @@ bottomup:
         * can happen with large stack limits and large mmap()
         * allocations.
         */
@@ -63686,7 +61969,7 @@ diff -urNp linux-2.6.38.6/mm/mmap.c linux-2.6.38.6/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)
  {
@@ -63699,7 +61982,7 @@ diff -urNp linux-2.6.38.6/mm/mmap.c linux-2.6.38.6/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 */
@@ -63711,7 +61994,7 @@ diff -urNp linux-2.6.38.6/mm/mmap.c linux-2.6.38.6/mm/mmap.c
  }
  
  unsigned long
-@@ -1675,6 +1901,28 @@ out:
+@@ -1646,6 +1872,28 @@ out:
        return prev ? prev->vm_next : vma;
  }
  
@@ -63740,7 +62023,7 @@ diff -urNp linux-2.6.38.6/mm/mmap.c linux-2.6.38.6/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 */
@@ -63748,7 +62031,7 @@ diff -urNp linux-2.6.38.6/mm/mmap.c linux-2.6.38.6/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;
@@ -63756,7 +62039,7 @@ diff -urNp linux-2.6.38.6/mm/mmap.c linux-2.6.38.6/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.
   */
@@ -63814,8 +62097,8 @@ diff -urNp linux-2.6.38.6/mm/mmap.c linux-2.6.38.6/mm/mmap.c
                unsigned long size, grow;
  
                size = address - vma->vm_start;
-@@ -1773,6 +2034,8 @@ int expand_upwards(struct vm_area_struct
-                       perf_event_mmap(vma);
+@@ -1747,6 +2008,8 @@ int expand_upwards(struct vm_area_struct
+                       }
                }
        }
 +      if (locknext)
@@ -63823,7 +62106,7 @@ diff -urNp linux-2.6.38.6/mm/mmap.c linux-2.6.38.6/mm/mmap.c
        vma_unlock_anon_vma(vma);
        khugepaged_enter_vma_merge(vma);
        return error;
-@@ -1786,6 +2049,8 @@ static int expand_downwards(struct vm_ar
+@@ -1760,6 +2023,8 @@ int expand_downwards(struct vm_area_stru
                                   unsigned long address)
  {
        int error;
@@ -63832,7 +62115,7 @@ diff -urNp linux-2.6.38.6/mm/mmap.c linux-2.6.38.6/mm/mmap.c
  
        /*
         * We must make sure the anon_vma is allocated
-@@ -1799,6 +2064,15 @@ static int expand_downwards(struct vm_ar
+@@ -1773,6 +2038,15 @@ int expand_downwards(struct vm_area_stru
        if (error)
                return error;
  
@@ -63848,7 +62131,7 @@ diff -urNp linux-2.6.38.6/mm/mmap.c linux-2.6.38.6/mm/mmap.c
        vma_lock_anon_vma(vma);
  
        /*
-@@ -1808,9 +2082,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 */
@@ -63867,7 +62150,7 @@ diff -urNp linux-2.6.38.6/mm/mmap.c linux-2.6.38.6/mm/mmap.c
                size = vma->vm_end - address;
                grow = (vma->vm_start - address) >> PAGE_SHIFT;
  
-@@ -1820,11 +2102,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;
@@ -63890,7 +62173,7 @@ diff -urNp linux-2.6.38.6/mm/mmap.c linux-2.6.38.6/mm/mmap.c
        khugepaged_enter_vma_merge(vma);
        return error;
  }
-@@ -1899,6 +2192,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);
  
@@ -63904,7 +62187,7 @@ diff -urNp linux-2.6.38.6/mm/mmap.c linux-2.6.38.6/mm/mmap.c
                mm->total_vm -= nrpages;
                vm_stat_account(mm, vma->vm_flags, vma->vm_file, -nrpages);
                vma = remove_vma(vma);
-@@ -1944,6 +2244,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 {
@@ -63921,7 +62204,7 @@ diff -urNp linux-2.6.38.6/mm/mmap.c linux-2.6.38.6/mm/mmap.c
                rb_erase(&vma->vm_rb, &mm->mm_rb);
                mm->map_count--;
                tail_vma = vma;
-@@ -1972,14 +2282,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;
  
@@ -63955,7 +62238,7 @@ diff -urNp linux-2.6.38.6/mm/mmap.c linux-2.6.38.6/mm/mmap.c
        /* most fields are the same, copy all, and then fixup */
        *new = *vma;
  
-@@ -1992,6 +2321,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);
        }
  
@@ -63978,7 +62261,7 @@ diff -urNp linux-2.6.38.6/mm/mmap.c linux-2.6.38.6/mm/mmap.c
        pol = mpol_dup(vma_policy(vma));
        if (IS_ERR(pol)) {
                err = PTR_ERR(pol);
-@@ -2017,6 +2362,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);
  
@@ -64021,7 +62304,7 @@ diff -urNp linux-2.6.38.6/mm/mmap.c linux-2.6.38.6/mm/mmap.c
        /* Success. */
        if (!err)
                return 0;
-@@ -2029,10 +2410,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);
        }
@@ -64041,7 +62324,7 @@ diff -urNp linux-2.6.38.6/mm/mmap.c linux-2.6.38.6/mm/mmap.c
        kmem_cache_free(vm_area_cachep, new);
   out_err:
        return err;
-@@ -2045,6 +2434,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)
  {
@@ -64057,13 +62340,13 @@ diff -urNp linux-2.6.38.6/mm/mmap.c linux-2.6.38.6/mm/mmap.c
        if (mm->map_count >= sysctl_max_map_count)
                return -ENOMEM;
  
-@@ -2056,11 +2454,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;
@@ -64073,9 +62356,9 @@ diff -urNp linux-2.6.38.6/mm/mmap.c linux-2.6.38.6/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;
  
@@ -64088,7 +62371,7 @@ diff -urNp linux-2.6.38.6/mm/mmap.c linux-2.6.38.6/mm/mmap.c
        if ((start & ~PAGE_MASK) || start > TASK_SIZE || len > TASK_SIZE-start)
                return -EINVAL;
  
-@@ -2134,6 +2551,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);
  
@@ -64097,7 +62380,7 @@ diff -urNp linux-2.6.38.6/mm/mmap.c linux-2.6.38.6/mm/mmap.c
        return 0;
  }
  
-@@ -2146,22 +2565,18 @@ SYSCALL_DEFINE2(munmap, unsigned long, a
+@@ -2116,22 +2535,18 @@ SYSCALL_DEFINE2(munmap, unsigned long, a
  
        profile_munmap(addr);
  
@@ -64126,7 +62409,7 @@ diff -urNp linux-2.6.38.6/mm/mmap.c linux-2.6.38.6/mm/mmap.c
  /*
   *  this is really a simplified "do_mmap".  it only handles
   *  anonymous maps.  eventually we may be able to do some
-@@ -2175,6 +2590,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;
@@ -64134,7 +62417,7 @@ diff -urNp linux-2.6.38.6/mm/mmap.c linux-2.6.38.6/mm/mmap.c
  
        len = PAGE_ALIGN(len);
        if (!len)
-@@ -2186,16 +2602,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;
  
@@ -64166,7 +62449,7 @@ diff -urNp linux-2.6.38.6/mm/mmap.c linux-2.6.38.6/mm/mmap.c
                locked += mm->locked_vm;
                lock_limit = rlimit(RLIMIT_MEMLOCK);
                lock_limit >>= PAGE_SHIFT;
-@@ -2212,22 +2642,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
         */
@@ -64193,7 +62476,7 @@ diff -urNp linux-2.6.38.6/mm/mmap.c linux-2.6.38.6/mm/mmap.c
                return -ENOMEM;
  
        /* Can we just expand an old private anonymous mapping? */
-@@ -2241,7 +2671,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) {
@@ -64202,7 +62485,7 @@ diff -urNp linux-2.6.38.6/mm/mmap.c linux-2.6.38.6/mm/mmap.c
                return -ENOMEM;
        }
  
-@@ -2255,11 +2685,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);
@@ -64217,7 +62500,7 @@ diff -urNp linux-2.6.38.6/mm/mmap.c linux-2.6.38.6/mm/mmap.c
        return addr;
  }
  
-@@ -2306,8 +2737,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.
         */
@@ -64229,7 +62512,7 @@ diff -urNp linux-2.6.38.6/mm/mmap.c linux-2.6.38.6/mm/mmap.c
  
        BUG_ON(mm->nr_ptes > (FIRST_USER_ADDRESS+PMD_SIZE-1)>>PMD_SHIFT);
  }
-@@ -2321,6 +2754,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;
  
@@ -64243,7 +62526,7 @@ diff -urNp linux-2.6.38.6/mm/mmap.c linux-2.6.38.6/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
-@@ -2343,7 +2783,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;
@@ -64266,7 +62549,7 @@ diff -urNp linux-2.6.38.6/mm/mmap.c linux-2.6.38.6/mm/mmap.c
        return 0;
  }
  
-@@ -2361,6 +2816,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;
  
@@ -64275,11 +62558,10 @@ diff -urNp linux-2.6.38.6/mm/mmap.c linux-2.6.38.6/mm/mmap.c
        /*
         * If anonymous vma has not yet been faulted, update new pgoff
         * to match new location, to increase its chance of merging.
-@@ -2410,6 +2867,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)
 +{
@@ -64312,10 +62594,11 @@ diff -urNp linux-2.6.38.6/mm/mmap.c linux-2.6.38.6/mm/mmap.c
 +      return 0;
 +}
 +#endif
++
  /*
   * Return true if the calling process may expand its vm space by the passed
-@@ -2421,7 +2911,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;
@@ -64324,7 +62607,7 @@ diff -urNp linux-2.6.38.6/mm/mmap.c linux-2.6.38.6/mm/mmap.c
        if (cur + npages > lim)
                return 0;
        return 1;
-@@ -2492,6 +2982,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;
  
@@ -64347,9 +62630,9 @@ diff -urNp linux-2.6.38.6/mm/mmap.c linux-2.6.38.6/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.38.6/mm/mprotect.c linux-2.6.38.6/mm/mprotect.c
---- linux-2.6.38.6/mm/mprotect.c       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/mm/mprotect.c       2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/mm/mprotect.c linux-3.0.3/mm/mprotect.c
+--- linux-3.0.3/mm/mprotect.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/mm/mprotect.c  2011-08-23 21:48:14.000000000 -0400
 @@ -23,10 +23,16 @@
  #include <linux/mmu_notifier.h>
  #include <linux/migrate.h>
@@ -64576,10 +62859,10 @@ diff -urNp linux-2.6.38.6/mm/mprotect.c linux-2.6.38.6/mm/mprotect.c
                nstart = tmp;
  
                if (nstart < prev->vm_end)
-diff -urNp linux-2.6.38.6/mm/mremap.c linux-2.6.38.6/mm/mremap.c
---- linux-2.6.38.6/mm/mremap.c 2011-04-18 17:27:18.000000000 -0400
-+++ linux-2.6.38.6/mm/mremap.c 2011-04-28 19:34:15.000000000 -0400
-@@ -114,6 +114,12 @@ static void move_ptes(struct vm_area_str
+diff -urNp linux-3.0.3/mm/mremap.c linux-3.0.3/mm/mremap.c
+--- linux-3.0.3/mm/mremap.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);
@@ -64592,7 +62875,7 @@ diff -urNp linux-2.6.38.6/mm/mremap.c linux-2.6.38.6/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;
  
@@ -64604,7 +62887,7 @@ diff -urNp linux-2.6.38.6/mm/mremap.c linux-2.6.38.6/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;
@@ -64635,7 +62918,7 @@ diff -urNp linux-2.6.38.6/mm/mremap.c linux-2.6.38.6/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;
@@ -64643,7 +62926,7 @@ diff -urNp linux-2.6.38.6/mm/mremap.c linux-2.6.38.6/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;
  
@@ -64661,7 +62944,7 @@ diff -urNp linux-2.6.38.6/mm/mremap.c linux-2.6.38.6/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;
@@ -64669,7 +62952,7 @@ diff -urNp linux-2.6.38.6/mm/mremap.c linux-2.6.38.6/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;
@@ -64683,9 +62966,45 @@ diff -urNp linux-2.6.38.6/mm/mremap.c linux-2.6.38.6/mm/mremap.c
        }
  out:
        if (ret & ~PAGE_MASK)
-diff -urNp linux-2.6.38.6/mm/nommu.c linux-2.6.38.6/mm/nommu.c
---- linux-2.6.38.6/mm/nommu.c  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/mm/nommu.c  2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/mm/nobootmem.c linux-3.0.3/mm/nobootmem.c
+--- linux-3.0.3/mm/nobootmem.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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)
+ {
+       int i;
+-      u64 start, end;
++      u64 start, end, startrange, endrange;
+       unsigned long count = 0;
+-      struct range *range = NULL;
++      struct range *range = NULL, rangerange = { 0, 0 };
+       int nr_range;
+       nr_range = get_free_all_memory_range(&range, nodeid);
++      startrange = __pa(range) >> PAGE_SHIFT;
++      endrange = (__pa(range + nr_range) - 1) >> PAGE_SHIFT;
+       for (i = 0; i < nr_range; i++) {
+               start = range[i].start;
+               end = range[i].end;
++              if (start <= endrange && startrange < end) {
++                      BUG_ON(rangerange.start | rangerange.end);
++                      rangerange = range[i];
++                      continue;
++              }
+               count += end - start;
+               __free_pages_memory(start, end);
+       }
++      start = rangerange.start;
++      end = rangerange.end;
++      count += end - start;
++      __free_pages_memory(start, end);
+       return count;
+ }
+diff -urNp linux-3.0.3/mm/nommu.c linux-3.0.3/mm/nommu.c
+--- linux-3.0.3/mm/nommu.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -64694,7 +63013,7 @@ diff -urNp linux-2.6.38.6/mm/nommu.c linux-2.6.38.6/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);
  
  /*
@@ -64710,7 +63029,7 @@ diff -urNp linux-2.6.38.6/mm/nommu.c linux-2.6.38.6/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;
@@ -64718,10 +63037,19 @@ diff -urNp linux-2.6.38.6/mm/nommu.c linux-2.6.38.6/mm/nommu.c
        *region = *vma->vm_region;
        new->vm_region = region;
  
-diff -urNp linux-2.6.38.6/mm/page_alloc.c linux-2.6.38.6/mm/page_alloc.c
---- linux-2.6.38.6/mm/page_alloc.c     2011-04-18 17:27:16.000000000 -0400
-+++ linux-2.6.38.6/mm/page_alloc.c     2011-05-16 21:47:08.000000000 -0400
-@@ -644,6 +644,10 @@ static bool free_pages_prepare(struct pa
+diff -urNp linux-3.0.3/mm/page_alloc.c linux-3.0.3/mm/page_alloc.c
+--- linux-3.0.3/mm/page_alloc.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
  
@@ -64732,7 +63060,7 @@ diff -urNp linux-2.6.38.6/mm/page_alloc.c linux-2.6.38.6/mm/page_alloc.c
        trace_mm_page_free_direct(page, order);
        kmemcheck_free_shadow(page, order);
  
-@@ -659,6 +663,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);
        }
@@ -64745,7 +63073,7 @@ diff -urNp linux-2.6.38.6/mm/page_alloc.c linux-2.6.38.6/mm/page_alloc.c
        arch_free_page(page, order);
        kernel_map_pages(page, 1 << order, 0);
  
-@@ -773,8 +783,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);
  
@@ -64756,18 +63084,18 @@ diff -urNp linux-2.6.38.6/mm/page_alloc.c linux-2.6.38.6/mm/page_alloc.c
  
        if (order && (gfp_flags & __GFP_COMP))
                prep_compound_page(page, order);
-@@ -2423,6 +2435,8 @@ void show_free_areas(void)
+@@ -2525,6 +2537,8 @@ void show_free_areas(unsigned int filter
        int cpu;
        struct zone *zone;
  
 +      pax_track_stack();
 +
        for_each_populated_zone(zone) {
-               show_node(zone);
-               printk("%s per-cpu:\n", zone->name);
-diff -urNp linux-2.6.38.6/mm/percpu.c linux-2.6.38.6/mm/percpu.c
---- linux-2.6.38.6/mm/percpu.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/mm/percpu.c 2011-04-28 19:34:15.000000000 -0400
+               if (skip_free_areas_node(filter, zone_to_nid(zone)))
+                       continue;
+diff -urNp linux-3.0.3/mm/percpu.c linux-3.0.3/mm/percpu.c
+--- linux-3.0.3/mm/percpu.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
  
@@ -64777,10 +63105,10 @@ diff -urNp linux-2.6.38.6/mm/percpu.c linux-2.6.38.6/mm/percpu.c
  EXPORT_SYMBOL_GPL(pcpu_base_addr);
  
  static const int *pcpu_unit_map __read_mostly;                /* cpu -> unit */
-diff -urNp linux-2.6.38.6/mm/rmap.c linux-2.6.38.6/mm/rmap.c
---- linux-2.6.38.6/mm/rmap.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/mm/rmap.c   2011-04-28 19:34:15.000000000 -0400
-@@ -117,6 +117,10 @@ int anon_vma_prepare(struct vm_area_stru
+diff -urNp linux-3.0.3/mm/rmap.c linux-3.0.3/mm/rmap.c
+--- linux-3.0.3/mm/rmap.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
  
@@ -64791,12 +63119,12 @@ diff -urNp linux-2.6.38.6/mm/rmap.c linux-2.6.38.6/mm/rmap.c
        might_sleep();
        if (unlikely(!anon_vma)) {
                struct mm_struct *mm = vma->vm_mm;
-@@ -126,6 +130,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
@@ -64804,7 +63132,7 @@ diff -urNp linux-2.6.38.6/mm/rmap.c linux-2.6.38.6/mm/rmap.c
                anon_vma = find_mergeable_anon_vma(vma);
                allocated = NULL;
                if (!anon_vma) {
-@@ -144,6 +154,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)) {
@@ -64826,10 +63154,10 @@ diff -urNp linux-2.6.38.6/mm/rmap.c linux-2.6.38.6/mm/rmap.c
                        vma->anon_vma = anon_vma;
                        avc->anon_vma = anon_vma;
                        avc->vma = vma;
-@@ -157,12 +182,24 @@ int anon_vma_prepare(struct vm_area_stru
+@@ -188,12 +213,24 @@ int anon_vma_prepare(struct vm_area_stru
  
                if (unlikely(allocated))
-                       anon_vma_free(allocated);
+                       put_anon_vma(allocated);
 +
 +#ifdef CONFIG_PAX_SEGMEXEC
 +              if (unlikely(avc_m))
@@ -64851,7 +63179,7 @@ diff -urNp linux-2.6.38.6/mm/rmap.c linux-2.6.38.6/mm/rmap.c
        anon_vma_chain_free(avc);
   out_enomem:
        return -ENOMEM;
-@@ -189,7 +226,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.
   */
@@ -64859,8 +63187,8 @@ diff -urNp linux-2.6.38.6/mm/rmap.c linux-2.6.38.6/mm/rmap.c
 +int anon_vma_clone(struct vm_area_struct *dst, const struct vm_area_struct *src)
  {
        struct anon_vma_chain *avc, *pavc;
-@@ -211,7 +248,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.
   */
@@ -64869,9 +63197,9 @@ diff -urNp linux-2.6.38.6/mm/rmap.c linux-2.6.38.6/mm/rmap.c
  {
        struct anon_vma_chain *avc;
        struct anon_vma *anon_vma;
-diff -urNp linux-2.6.38.6/mm/shmem.c linux-2.6.38.6/mm/shmem.c
---- linux-2.6.38.6/mm/shmem.c  2011-04-18 17:27:16.000000000 -0400
-+++ linux-2.6.38.6/mm/shmem.c  2011-05-16 21:47:08.000000000 -0400
+diff -urNp linux-3.0.3/mm/shmem.c linux-3.0.3/mm/shmem.c
+--- linux-3.0.3/mm/shmem.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/mm/shmem.c     2011-08-23 21:48:14.000000000 -0400
 @@ -31,7 +31,7 @@
  #include <linux/percpu_counter.h>
  #include <linux/swap.h>
@@ -64881,7 +63209,7 @@ diff -urNp linux-2.6.38.6/mm/shmem.c linux-2.6.38.6/mm/shmem.c
  
  #ifdef CONFIG_SHMEM
  /*
-@@ -1070,6 +1070,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);
@@ -64890,7 +63218,7 @@ diff -urNp linux-2.6.38.6/mm/shmem.c linux-2.6.38.6/mm/shmem.c
        if (entry->val) {
                /*
                 * The more uptodate page coming down from a stacked
-@@ -1153,6 +1155,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;
  
@@ -64899,16 +63227,7 @@ diff -urNp linux-2.6.38.6/mm/shmem.c linux-2.6.38.6/mm/shmem.c
        spol = mpol_cond_copy(&mpol,
                                mpol_shared_policy_lookup(&info->policy, idx));
  
-@@ -1995,7 +1999,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 <= min((char *)inode - (char *)info, 64)) {
-               /* do it inline */
-               memcpy(info, symname, len);
-               inode->i_op = &shmem_symlink_inline_operations;
-@@ -2341,8 +2345,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 */
@@ -64918,10 +63237,10 @@ diff -urNp linux-2.6.38.6/mm/shmem.c linux-2.6.38.6/mm/shmem.c
        if (!sbinfo)
                return -ENOMEM;
  
-diff -urNp linux-2.6.38.6/mm/slab.c linux-2.6.38.6/mm/slab.c
---- linux-2.6.38.6/mm/slab.c   2011-04-18 17:27:16.000000000 -0400
-+++ linux-2.6.38.6/mm/slab.c   2011-04-28 19:57:25.000000000 -0400
-@@ -150,7 +150,7 @@
+diff -urNp linux-3.0.3/mm/slab.c linux-3.0.3/mm/slab.c
+--- linux-3.0.3/mm/slab.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/mm/slab.c      2011-08-23 21:48:14.000000000 -0400
+@@ -151,7 +151,7 @@
  
  /* Legal flag mask for kmem_cache_create(). */
  #if DEBUG
@@ -64930,7 +63249,7 @@ diff -urNp linux-2.6.38.6/mm/slab.c linux-2.6.38.6/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
@@ -64939,7 +63258,7 @@ diff -urNp linux-2.6.38.6/mm/slab.c linux-2.6.38.6/mm/slab.c
                         SLAB_CACHE_DMA | \
                         SLAB_RECLAIM_ACCOUNT | SLAB_PANIC | \
                         SLAB_DESTROY_BY_RCU | SLAB_MEM_SPREAD | \
-@@ -284,7 +284,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)
@@ -64948,7 +63267,7 @@ diff -urNp linux-2.6.38.6/mm/slab.c linux-2.6.38.6/mm/slab.c
  #define       CACHE_CACHE 0
  #define       SIZE_AC MAX_NUMNODES
  #define       SIZE_L3 (2 * MAX_NUMNODES)
-@@ -385,10 +385,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)
@@ -64963,7 +63282,7 @@ diff -urNp linux-2.6.38.6/mm/slab.c linux-2.6.38.6/mm/slab.c
  #else
  #define       STATS_INC_ACTIVE(x)     do { } while (0)
  #define       STATS_DEC_ACTIVE(x)     do { } while (0)
-@@ -534,7 +534,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,
@@ -64972,7 +63291,7 @@ diff -urNp linux-2.6.38.6/mm/slab.c linux-2.6.38.6/mm/slab.c
  {
        u32 offset = (obj - slab->s_mem);
        return reciprocal_divide(offset, cache->reciprocal_buffer_size);
-@@ -560,7 +560,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>
@@ -64981,7 +63300,7 @@ diff -urNp linux-2.6.38.6/mm/slab.c linux-2.6.38.6/mm/slab.c
  #undef CACHE
  };
  
-@@ -1526,7 +1526,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,
@@ -64990,7 +63309,7 @@ diff -urNp linux-2.6.38.6/mm/slab.c linux-2.6.38.6/mm/slab.c
                                        NULL);
  
        if (INDEX_AC != INDEX_L3) {
-@@ -1534,7 +1534,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,
@@ -64999,7 +63318,7 @@ diff -urNp linux-2.6.38.6/mm/slab.c linux-2.6.38.6/mm/slab.c
                                NULL);
        }
  
-@@ -1552,7 +1552,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,
@@ -65008,7 +63327,7 @@ diff -urNp linux-2.6.38.6/mm/slab.c linux-2.6.38.6/mm/slab.c
                                        NULL);
                }
  #ifdef CONFIG_ZONE_DMA
-@@ -4275,10 +4275,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 */
        {
@@ -65023,7 +63342,7 @@ diff -urNp linux-2.6.38.6/mm/slab.c linux-2.6.38.6/mm/slab.c
  
                seq_printf(m, " : cpustat %6lu %6lu %6lu %6lu",
                           allochit, allocmiss, freehit, freemiss);
-@@ -4535,15 +4535,66 @@ static const struct file_operations proc
+@@ -4532,15 +4532,66 @@ static const struct file_operations proc
  
  static int __init slab_proc_init(void)
  {
@@ -65092,9 +63411,9 @@ diff -urNp linux-2.6.38.6/mm/slab.c linux-2.6.38.6/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.38.6/mm/slob.c linux-2.6.38.6/mm/slob.c
---- linux-2.6.38.6/mm/slob.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/mm/slob.c   2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/mm/slob.c linux-3.0.3/mm/slob.c
+--- linux-3.0.3/mm/slob.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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
@@ -65213,7 +63532,7 @@ diff -urNp linux-2.6.38.6/mm/slob.c linux-2.6.38.6/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) {
@@ -65226,21 +63545,24 @@ diff -urNp linux-2.6.38.6/mm/slob.c linux-2.6.38.6/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);
@@ -65265,6 +63587,7 @@ diff -urNp linux-2.6.38.6/mm/slob.c linux-2.6.38.6/mm/slob.c
 +      struct slob_page *sp;
 +      const slob_t *free;
 +      const void *base;
++      unsigned long flags;
 +
 +      if (!n)
 +              return;
@@ -65290,6 +63613,7 @@ diff -urNp linux-2.6.38.6/mm/slob.c linux-2.6.38.6/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;
 +
@@ -65304,17 +63628,22 @@ diff -urNp linux-2.6.38.6/mm/slob.c linux-2.6.38.6/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
@@ -65325,7 +63654,7 @@ diff -urNp linux-2.6.38.6/mm/slob.c linux-2.6.38.6/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);
@@ -65339,7 +63668,21 @@ diff -urNp linux-2.6.38.6/mm/slob.c linux-2.6.38.6/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;
  
@@ -65365,7 +63708,7 @@ diff -urNp linux-2.6.38.6/mm/slob.c linux-2.6.38.6/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)
  {
@@ -65384,7 +63727,7 @@ diff -urNp linux-2.6.38.6/mm/slob.c linux-2.6.38.6/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)
  {
@@ -65410,11 +63753,19 @@ diff -urNp linux-2.6.38.6/mm/slob.c linux-2.6.38.6/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.38.6/mm/slub.c linux-2.6.38.6/mm/slub.c
---- linux-2.6.38.6/mm/slub.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/mm/slub.c   2011-04-28 19:34:15.000000000 -0400
-@@ -390,7 +390,7 @@ static void print_track(const char *s, s
++#endif
++
+ }
+ EXPORT_SYMBOL(kmem_cache_free);
+diff -urNp linux-3.0.3/mm/slub.c linux-3.0.3/mm/slub.c
+--- linux-3.0.3/mm/slub.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/mm/slub.c      2011-08-23 21:48:14.000000000 -0400
+@@ -442,7 +442,7 @@ static void print_track(const char *s, s
        if (!t->addr)
                return;
  
@@ -65423,7 +63774,7 @@ diff -urNp linux-2.6.38.6/mm/slub.c linux-2.6.38.6/mm/slub.c
                s, (void *)t->addr, jiffies - t->when, t->cpu, t->pid);
  }
  
-@@ -1927,6 +1927,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);
  
@@ -65432,7 +63783,7 @@ diff -urNp linux-2.6.38.6/mm/slub.c linux-2.6.38.6/mm/slub.c
        slab_free(s, page, x, _RET_IP_);
  
        trace_kmem_cache_free(_RET_IP_, x);
-@@ -1960,7 +1962,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.)
   */
@@ -65441,7 +63792,7 @@ diff -urNp linux-2.6.38.6/mm/slub.c linux-2.6.38.6/mm/slub.c
  
  /*
   * Calculate the order of allocation given an slab object size.
-@@ -2370,7 +2372,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));
@@ -65450,7 +63801,7 @@ diff -urNp linux-2.6.38.6/mm/slub.c linux-2.6.38.6/mm/slub.c
  #ifdef CONFIG_NUMA
        s->remote_node_defrag_ratio = 1000;
  #endif
-@@ -2482,8 +2484,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);
@@ -65460,7 +63811,7 @@ diff -urNp linux-2.6.38.6/mm/slub.c linux-2.6.38.6/mm/slub.c
                list_del(&s->list);
                if (kmem_cache_close(s)) {
                        printk(KERN_ERR "SLUB %s: %s called for cache that "
-@@ -2693,6 +2694,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
  
@@ -65507,7 +63858,7 @@ diff -urNp linux-2.6.38.6/mm/slub.c linux-2.6.38.6/mm/slub.c
  size_t ksize(const void *object)
  {
        struct page *page;
-@@ -2958,7 +2999,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);
@@ -65516,7 +63867,7 @@ diff -urNp linux-2.6.38.6/mm/slub.c linux-2.6.38.6/mm/slub.c
  
        for_each_node_state(node, N_NORMAL_MEMORY) {
                struct kmem_cache_node *n = get_node(s, node);
-@@ -3075,17 +3116,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) {
@@ -65537,7 +63888,7 @@ diff -urNp linux-2.6.38.6/mm/slub.c linux-2.6.38.6/mm/slub.c
                caches++;
        }
  
-@@ -3153,7 +3194,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.
         */
@@ -65546,7 +63897,7 @@ diff -urNp linux-2.6.38.6/mm/slub.c linux-2.6.38.6/mm/slub.c
                return 1;
  
        return 0;
-@@ -3212,7 +3253,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) {
@@ -65555,7 +63906,7 @@ diff -urNp linux-2.6.38.6/mm/slub.c linux-2.6.38.6/mm/slub.c
                /*
                 * Adjust the object sizes so that we clear
                 * the complete object on kzalloc.
-@@ -3221,7 +3262,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)) {
@@ -65564,7 +63915,7 @@ diff -urNp linux-2.6.38.6/mm/slub.c linux-2.6.38.6/mm/slub.c
                        goto err;
                }
                up_write(&slub_lock);
-@@ -3954,7 +3995,7 @@ SLAB_ATTR_RO(ctor);
+@@ -4150,7 +4191,7 @@ SLAB_ATTR_RO(ctor);
  
  static ssize_t aliases_show(struct kmem_cache *s, char *buf)
  {
@@ -65573,7 +63924,7 @@ diff -urNp linux-2.6.38.6/mm/slub.c linux-2.6.38.6/mm/slub.c
  }
  SLAB_ATTR_RO(aliases);
  
-@@ -4691,7 +4732,13 @@ static const struct file_operations proc
+@@ -4894,7 +4935,13 @@ static const struct file_operations proc
  
  static int __init slab_proc_init(void)
  {
@@ -65588,10 +63939,30 @@ diff -urNp linux-2.6.38.6/mm/slub.c linux-2.6.38.6/mm/slub.c
        return 0;
  }
  module_init(slab_proc_init);
-diff -urNp linux-2.6.38.6/mm/swapfile.c linux-2.6.38.6/mm/swapfile.c
---- linux-2.6.38.6/mm/swapfile.c       2011-04-18 17:27:16.000000000 -0400
-+++ linux-2.6.38.6/mm/swapfile.c       2011-04-28 19:57:25.000000000 -0400
-@@ -61,7 +61,7 @@ static DEFINE_MUTEX(swapon_mutex);
+diff -urNp linux-3.0.3/mm/swap.c linux-3.0.3/mm/swap.c
+--- linux-3.0.3/mm/swap.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.3/mm/swapfile.c linux-3.0.3/mm/swapfile.c
+--- linux-3.0.3/mm/swapfile.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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 */
@@ -65600,7 +63971,7 @@ diff -urNp linux-2.6.38.6/mm/swapfile.c linux-2.6.38.6/mm/swapfile.c
  
  static inline unsigned char swap_count(unsigned char ent)
  {
-@@ -1687,7 +1687,7 @@ SYSCALL_DEFINE1(swapoff, const char __us
+@@ -1671,7 +1671,7 @@ SYSCALL_DEFINE1(swapoff, const char __us
        }
        filp_close(swap_file, NULL);
        err = 0;
@@ -65609,7 +63980,7 @@ diff -urNp linux-2.6.38.6/mm/swapfile.c linux-2.6.38.6/mm/swapfile.c
        wake_up_interruptible(&proc_poll_wait);
  
  out_dput:
-@@ -1708,8 +1708,8 @@ static unsigned swaps_poll(struct file *
+@@ -1692,8 +1692,8 @@ static unsigned swaps_poll(struct file *
  
        poll_wait(file, &proc_poll_wait, wait);
  
@@ -65620,7 +63991,7 @@ diff -urNp linux-2.6.38.6/mm/swapfile.c linux-2.6.38.6/mm/swapfile.c
                return POLLIN | POLLRDNORM | POLLERR | POLLPRI;
        }
  
-@@ -1815,7 +1815,7 @@ static int swaps_open(struct inode *inod
+@@ -1799,7 +1799,7 @@ static int swaps_open(struct inode *inod
        }
  
        s->seq.private = s;
@@ -65629,19 +64000,35 @@ diff -urNp linux-2.6.38.6/mm/swapfile.c linux-2.6.38.6/mm/swapfile.c
        return ret;
  }
  
-@@ -2131,7 +2131,7 @@ SYSCALL_DEFINE2(swapon, const char __use
-               swap_info[prev]->next = type;
-       spin_unlock(&swap_lock);
+@@ -2133,7 +2133,7 @@ SYSCALL_DEFINE2(swapon, const char __use
+               (p->flags & SWP_DISCARDABLE) ? "D" : "");
        mutex_unlock(&swapon_mutex);
 -      atomic_inc(&proc_poll_event);
 +      atomic_inc_unchecked(&proc_poll_event);
        wake_up_interruptible(&proc_poll_wait);
  
-       error = 0;
-diff -urNp linux-2.6.38.6/mm/util.c linux-2.6.38.6/mm/util.c
---- linux-2.6.38.6/mm/util.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/mm/util.c   2011-04-28 19:34:15.000000000 -0400
-@@ -219,6 +219,12 @@ EXPORT_SYMBOL(strndup_user);
+       if (S_ISREG(inode->i_mode))
+diff -urNp linux-3.0.3/mm/util.c linux-3.0.3/mm/util.c
+--- linux-3.0.3/mm/util.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.
+  */
++#undef __krealloc
+ void *__krealloc(const void *p, size_t new_size, gfp_t flags)
+ {
+       void *ret;
+@@ -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.
+  */
++#undef krealloc
+ void *krealloc(const void *p, size_t new_size, gfp_t flags)
+ {
+       void *ret;
+@@ -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;
@@ -65654,9 +64041,9 @@ diff -urNp linux-2.6.38.6/mm/util.c linux-2.6.38.6/mm/util.c
        mm->get_unmapped_area = arch_get_unmapped_area;
        mm->unmap_area = arch_unmap_area;
  }
-diff -urNp linux-2.6.38.6/mm/vmalloc.c linux-2.6.38.6/mm/vmalloc.c
---- linux-2.6.38.6/mm/vmalloc.c        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/mm/vmalloc.c        2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/mm/vmalloc.c linux-3.0.3/mm/vmalloc.c
+--- linux-3.0.3/mm/vmalloc.c   2011-08-23 21:44:40.000000000 -0400
++++ linux-3.0.3/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);
@@ -65760,7 +64147,7 @@ diff -urNp linux-2.6.38.6/mm/vmalloc.c linux-2.6.38.6/mm/vmalloc.c
                        if (!pmd_none(*pmd)) {
                                pte_t *ptep, pte;
  
-@@ -1244,6 +1284,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());
@@ -65777,7 +64164,7 @@ diff -urNp linux-2.6.38.6/mm/vmalloc.c linux-2.6.38.6/mm/vmalloc.c
        if (flags & VM_IOREMAP) {
                int bit = fls(size);
  
-@@ -1462,6 +1512,11 @@ void *vmap(struct page **pages, unsigned
+@@ -1515,6 +1565,11 @@ void *vmap(struct page **pages, unsigned
        if (count > totalram_pages)
                return NULL;
  
@@ -65789,7 +64176,7 @@ diff -urNp linux-2.6.38.6/mm/vmalloc.c linux-2.6.38.6/mm/vmalloc.c
        area = get_vm_area_caller((count << PAGE_SHIFT), flags,
                                        __builtin_return_address(0));
        if (!area)
-@@ -1558,6 +1613,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;
  
@@ -65803,7 +64190,7 @@ diff -urNp linux-2.6.38.6/mm/vmalloc.c linux-2.6.38.6/mm/vmalloc.c
        area = __get_vm_area_node(size, align, VM_ALLOC, start, end, node,
                                  gfp_mask, caller);
  
-@@ -1597,6 +1659,7 @@ static void *__vmalloc_node(unsigned lon
+@@ -1655,6 +1717,7 @@ static void *__vmalloc_node(unsigned lon
                                gfp_mask, prot, node, caller);
  }
  
@@ -65811,7 +64198,7 @@ diff -urNp linux-2.6.38.6/mm/vmalloc.c linux-2.6.38.6/mm/vmalloc.c
  void *__vmalloc(unsigned long size, gfp_t gfp_mask, pgprot_t prot)
  {
        return __vmalloc_node(size, 1, gfp_mask, prot, -1,
-@@ -1620,6 +1683,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.
   */
@@ -65819,7 +64206,7 @@ diff -urNp linux-2.6.38.6/mm/vmalloc.c linux-2.6.38.6/mm/vmalloc.c
  void *vmalloc(unsigned long size)
  {
        return __vmalloc_node_flags(size, -1, GFP_KERNEL | __GFP_HIGHMEM);
-@@ -1636,6 +1700,7 @@ EXPORT_SYMBOL(vmalloc);
+@@ -1694,6 +1758,7 @@ EXPORT_SYMBOL(vmalloc);
   *    For tight control over page level allocator and protection flags
   *    use __vmalloc() instead.
   */
@@ -65827,7 +64214,7 @@ diff -urNp linux-2.6.38.6/mm/vmalloc.c linux-2.6.38.6/mm/vmalloc.c
  void *vzalloc(unsigned long size)
  {
        return __vmalloc_node_flags(size, -1,
-@@ -1650,6 +1715,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.
   */
@@ -65835,7 +64222,7 @@ diff -urNp linux-2.6.38.6/mm/vmalloc.c linux-2.6.38.6/mm/vmalloc.c
  void *vmalloc_user(unsigned long size)
  {
        struct vm_struct *area;
-@@ -1677,6 +1743,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.
   */
@@ -65843,7 +64230,7 @@ diff -urNp linux-2.6.38.6/mm/vmalloc.c linux-2.6.38.6/mm/vmalloc.c
  void *vmalloc_node(unsigned long size, int node)
  {
        return __vmalloc_node(size, 1, GFP_KERNEL | __GFP_HIGHMEM, PAGE_KERNEL,
-@@ -1696,6 +1763,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.
   */
@@ -65851,7 +64238,7 @@ diff -urNp linux-2.6.38.6/mm/vmalloc.c linux-2.6.38.6/mm/vmalloc.c
  void *vzalloc_node(unsigned long size, int node)
  {
        return __vmalloc_node_flags(size, node,
-@@ -1718,10 +1786,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.
   */
@@ -65864,7 +64251,7 @@ diff -urNp linux-2.6.38.6/mm/vmalloc.c linux-2.6.38.6/mm/vmalloc.c
                              -1, __builtin_return_address(0));
  }
  
-@@ -1740,6 +1808,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.
   */
@@ -65872,7 +64259,7 @@ diff -urNp linux-2.6.38.6/mm/vmalloc.c linux-2.6.38.6/mm/vmalloc.c
  void *vmalloc_32(unsigned long size)
  {
        return __vmalloc_node(size, 1, GFP_VMALLOC32, PAGE_KERNEL,
-@@ -1754,6 +1823,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.
   */
@@ -65880,7 +64267,7 @@ diff -urNp linux-2.6.38.6/mm/vmalloc.c linux-2.6.38.6/mm/vmalloc.c
  void *vmalloc_32_user(unsigned long size)
  {
        struct vm_struct *area;
-@@ -2018,6 +2088,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;
  
@@ -65889,9 +64276,9 @@ diff -urNp linux-2.6.38.6/mm/vmalloc.c linux-2.6.38.6/mm/vmalloc.c
        if ((PAGE_SIZE-1) & (unsigned long)addr)
                return -EINVAL;
  
-diff -urNp linux-2.6.38.6/mm/vmstat.c linux-2.6.38.6/mm/vmstat.c
---- linux-2.6.38.6/mm/vmstat.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/mm/vmstat.c 2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/mm/vmstat.c linux-3.0.3/mm/vmstat.c
+--- linux-3.0.3/mm/vmstat.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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
@@ -65901,7 +64288,7 @@ diff -urNp linux-2.6.38.6/mm/vmstat.c linux-2.6.38.6/mm/vmstat.c
  EXPORT_SYMBOL(vm_stat);
  
  #ifdef CONFIG_SMP
-@@ -451,7 +451,7 @@ void refresh_cpu_vm_stats(int cpu)
+@@ -454,7 +454,7 @@ void refresh_cpu_vm_stats(int cpu)
                                v = p->vm_stat_diff[i];
                                p->vm_stat_diff[i] = 0;
                                local_irq_restore(flags);
@@ -65910,7 +64297,7 @@ diff -urNp linux-2.6.38.6/mm/vmstat.c linux-2.6.38.6/mm/vmstat.c
                                global_diff[i] += v;
  #ifdef CONFIG_NUMA
                                /* 3 seconds idle till flush */
-@@ -489,7 +489,7 @@ void refresh_cpu_vm_stats(int cpu)
+@@ -492,7 +492,7 @@ void refresh_cpu_vm_stats(int cpu)
  
        for (i = 0; i < NR_VM_ZONE_STAT_ITEMS; i++)
                if (global_diff[i])
@@ -65919,7 +64306,7 @@ diff -urNp linux-2.6.38.6/mm/vmstat.c linux-2.6.38.6/mm/vmstat.c
  }
  
  #endif
-@@ -1188,10 +1188,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
@@ -65944,10 +64331,10 @@ diff -urNp linux-2.6.38.6/mm/vmstat.c linux-2.6.38.6/mm/vmstat.c
  #endif
        return 0;
  }
-diff -urNp linux-2.6.38.6/net/8021q/vlan.c linux-2.6.38.6/net/8021q/vlan.c
---- linux-2.6.38.6/net/8021q/vlan.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/net/8021q/vlan.c    2011-04-28 19:34:15.000000000 -0400
-@@ -589,8 +589,7 @@ static int vlan_ioctl_handler(struct net
+diff -urNp linux-3.0.3/net/8021q/vlan.c linux-3.0.3/net/8021q/vlan.c
+--- linux-3.0.3/net/8021q/vlan.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -65957,9 +64344,9 @@ diff -urNp linux-2.6.38.6/net/8021q/vlan.c linux-2.6.38.6/net/8021q/vlan.c
                        struct vlan_net *vn;
  
                        vn = net_generic(net, vlan_net_id);
-diff -urNp linux-2.6.38.6/net/atm/atm_misc.c linux-2.6.38.6/net/atm/atm_misc.c
---- linux-2.6.38.6/net/atm/atm_misc.c  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/net/atm/atm_misc.c  2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/net/atm/atm_misc.c linux-3.0.3/net/atm/atm_misc.c
+--- linux-3.0.3/net/atm/atm_misc.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -65996,9 +64383,33 @@ diff -urNp linux-2.6.38.6/net/atm/atm_misc.c linux-2.6.38.6/net/atm/atm_misc.c
        __SONET_ITEMS
  #undef __HANDLE_ITEM
  }
-diff -urNp linux-2.6.38.6/net/atm/mpoa_caches.c linux-2.6.38.6/net/atm/mpoa_caches.c
---- linux-2.6.38.6/net/atm/mpoa_caches.c       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/net/atm/mpoa_caches.c       2011-05-16 21:47:09.000000000 -0400
+diff -urNp linux-3.0.3/net/atm/lec.h linux-3.0.3/net/atm/lec.h
+--- linux-3.0.3/net/atm/lec.h  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.3/net/atm/mpc.h linux-3.0.3/net/atm/mpc.h
+--- linux-3.0.3/net/atm/mpc.h  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.3/net/atm/mpoa_caches.c linux-3.0.3/net/atm/mpoa_caches.c
+--- linux-3.0.3/net/atm/mpoa_caches.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -66008,9 +64419,9 @@ diff -urNp linux-2.6.38.6/net/atm/mpoa_caches.c linux-2.6.38.6/net/atm/mpoa_cach
        do_gettimeofday(&now);
  
        read_lock_bh(&client->ingress_lock);
-diff -urNp linux-2.6.38.6/net/atm/proc.c linux-2.6.38.6/net/atm/proc.c
---- linux-2.6.38.6/net/atm/proc.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/net/atm/proc.c      2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/net/atm/proc.c linux-3.0.3/net/atm/proc.c
+--- linux-3.0.3/net/atm/proc.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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)
  {
@@ -66024,34 +64435,9 @@ diff -urNp linux-2.6.38.6/net/atm/proc.c linux-2.6.38.6/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.38.6/net/atm/resources.c linux-2.6.38.6/net/atm/resources.c
---- linux-2.6.38.6/net/atm/resources.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/net/atm/resources.c 2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/net/atm/resources.c linux-3.0.3/net/atm/resources.c
+--- linux-3.0.3/net/atm/resources.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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)
@@ -66070,24 +64456,24 @@ diff -urNp linux-2.6.38.6/net/atm/resources.c linux-2.6.38.6/net/atm/resources.c
        __AAL_STAT_ITEMS
  #undef __HANDLE_ITEM
  }
-diff -urNp linux-2.6.38.6/net/batman-adv/hard-interface.c linux-2.6.38.6/net/batman-adv/hard-interface.c
---- linux-2.6.38.6/net/batman-adv/hard-interface.c     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/net/batman-adv/hard-interface.c     2011-04-28 19:57:25.000000000 -0400
-@@ -325,8 +325,8 @@ int hardif_enable_interface(struct batma
-       kref_get(&batman_if->refcount);
-       dev_add_pack(&batman_if->batman_adv_ptype);
--      atomic_set(&batman_if->seqno, 1);
--      atomic_set(&batman_if->frag_seqno, 1);
-+      atomic_set_unchecked(&batman_if->seqno, 1);
-+      atomic_set_unchecked(&batman_if->frag_seqno, 1);
-       bat_info(batman_if->soft_iface, "Adding interface: %s\n",
-                batman_if->net_dev->name);
-diff -urNp linux-2.6.38.6/net/batman-adv/routing.c linux-2.6.38.6/net/batman-adv/routing.c
---- linux-2.6.38.6/net/batman-adv/routing.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/net/batman-adv/routing.c    2011-04-28 19:57:25.000000000 -0400
-@@ -569,7 +569,7 @@ void receive_bat_packet(struct ethhdr *e
+diff -urNp linux-3.0.3/net/batman-adv/hard-interface.c linux-3.0.3/net/batman-adv/hard-interface.c
+--- linux-3.0.3/net/batman-adv/hard-interface.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);
+-      atomic_set(&hard_iface->seqno, 1);
+-      atomic_set(&hard_iface->frag_seqno, 1);
++      atomic_set_unchecked(&hard_iface->seqno, 1);
++      atomic_set_unchecked(&hard_iface->frag_seqno, 1);
+       bat_info(hard_iface->soft_iface, "Adding interface: %s\n",
+                hard_iface->net_dev->name);
+diff -urNp linux-3.0.3/net/batman-adv/routing.c linux-3.0.3/net/batman-adv/routing.c
+--- linux-3.0.3/net/batman-adv/routing.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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() */
@@ -66096,31 +64482,31 @@ diff -urNp linux-2.6.38.6/net/batman-adv/routing.c linux-2.6.38.6/net/batman-adv
  
        has_directlink_flag = (batman_packet->flags & DIRECTLINK ? 1 : 0);
  
-diff -urNp linux-2.6.38.6/net/batman-adv/send.c linux-2.6.38.6/net/batman-adv/send.c
---- linux-2.6.38.6/net/batman-adv/send.c       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/net/batman-adv/send.c       2011-04-28 19:57:25.000000000 -0400
-@@ -277,7 +277,7 @@ void schedule_own_packet(struct batman_i
+diff -urNp linux-3.0.3/net/batman-adv/send.c linux-3.0.3/net/batman-adv/send.c
+--- linux-3.0.3/net/batman-adv/send.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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 =
--              htonl((uint32_t)atomic_read(&batman_if->seqno));
-+              htonl((uint32_t)atomic_read_unchecked(&batman_if->seqno));
+-              htonl((uint32_t)atomic_read(&hard_iface->seqno));
++              htonl((uint32_t)atomic_read_unchecked(&hard_iface->seqno));
  
        if (vis_server == VIS_TYPE_SERVER_SYNC)
                batman_packet->flags |= VIS_SERVER;
-@@ -291,7 +291,7 @@ void schedule_own_packet(struct batman_i
+@@ -293,7 +293,7 @@ void schedule_own_packet(struct hard_ifa
        else
                batman_packet->gw_flags = 0;
  
--      atomic_inc(&batman_if->seqno);
-+      atomic_inc_unchecked(&batman_if->seqno);
+-      atomic_inc(&hard_iface->seqno);
++      atomic_inc_unchecked(&hard_iface->seqno);
  
-       slide_own_bcast_window(batman_if);
+       slide_own_bcast_window(hard_iface);
        send_time = own_send_time(bat_priv);
-diff -urNp linux-2.6.38.6/net/batman-adv/soft-interface.c linux-2.6.38.6/net/batman-adv/soft-interface.c
---- linux-2.6.38.6/net/batman-adv/soft-interface.c     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/net/batman-adv/soft-interface.c     2011-04-28 19:57:25.000000000 -0400
-@@ -410,7 +410,7 @@ int interface_tx(struct sk_buff *skb, st
+diff -urNp linux-3.0.3/net/batman-adv/soft-interface.c linux-3.0.3/net/batman-adv/soft-interface.c
+--- linux-3.0.3/net/batman-adv/soft-interface.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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 =
@@ -66129,19 +64515,19 @@ diff -urNp linux-2.6.38.6/net/batman-adv/soft-interface.c linux-2.6.38.6/net/bat
  
                add_bcast_packet_to_list(bat_priv, skb);
  
-@@ -603,7 +603,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.38.6/net/batman-adv/types.h linux-2.6.38.6/net/batman-adv/types.h
---- linux-2.6.38.6/net/batman-adv/types.h      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/net/batman-adv/types.h      2011-04-28 19:57:25.000000000 -0400
-@@ -38,8 +38,8 @@ struct batman_if {
+diff -urNp linux-3.0.3/net/batman-adv/types.h linux-3.0.3/net/batman-adv/types.h
+--- linux-3.0.3/net/batman-adv/types.h 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
        struct net_device *net_dev;
@@ -66152,7 +64538,7 @@ diff -urNp linux-2.6.38.6/net/batman-adv/types.h linux-2.6.38.6/net/batman-adv/t
        unsigned char *packet_buff;
        int packet_len;
        struct kobject *hardif_obj;
-@@ -133,7 +133,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 */
@@ -66161,25 +64547,22 @@ diff -urNp linux-2.6.38.6/net/batman-adv/types.h linux-2.6.38.6/net/batman-adv/t
        atomic_t bcast_queue_left;
        atomic_t batman_queue_left;
        char num_ifaces;
-diff -urNp linux-2.6.38.6/net/batman-adv/unicast.c linux-2.6.38.6/net/batman-adv/unicast.c
---- linux-2.6.38.6/net/batman-adv/unicast.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/net/batman-adv/unicast.c    2011-04-28 19:57:25.000000000 -0400
-@@ -261,9 +261,9 @@ int frag_send_skb(struct sk_buff *skb, s
-       frag1->flags |= UNI_FRAG_HEAD;
-       frag2->flags &= ~UNI_FRAG_HEAD;
--      frag1->seqno = htons((uint16_t)atomic_inc_return(
-+      frag1->seqno = htons((uint16_t)atomic_inc_return_unchecked(
-                            &batman_if->frag_seqno));
--      frag2->seqno = htons((uint16_t)atomic_inc_return(
-+      frag2->seqno = htons((uint16_t)atomic_inc_return_unchecked(
-                            &batman_if->frag_seqno));
-       send_skb_packet(skb, batman_if, dstaddr);
-diff -urNp linux-2.6.38.6/net/bridge/br_multicast.c linux-2.6.38.6/net/bridge/br_multicast.c
---- linux-2.6.38.6/net/bridge/br_multicast.c   2011-04-22 19:20:59.000000000 -0400
-+++ linux-2.6.38.6/net/bridge/br_multicast.c   2011-04-28 19:34:15.000000000 -0400
-@@ -1482,7 +1482,7 @@ static int br_multicast_ipv6_rcv(struct 
+diff -urNp linux-3.0.3/net/batman-adv/unicast.c linux-3.0.3/net/batman-adv/unicast.c
+--- linux-3.0.3/net/batman-adv/unicast.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
+-      seqno = atomic_add_return(2, &hard_iface->frag_seqno);
++      seqno = atomic_add_return_unchecked(2, &hard_iface->frag_seqno);
+       frag1->seqno = htons(seqno - 1);
+       frag2->seqno = htons(seqno);
+diff -urNp linux-3.0.3/net/bridge/br_multicast.c linux-3.0.3/net/bridge/br_multicast.c
+--- linux-3.0.3/net/bridge/br_multicast.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);
  
@@ -66188,9 +64571,9 @@ diff -urNp linux-2.6.38.6/net/bridge/br_multicast.c linux-2.6.38.6/net/bridge/br
                return 0;
  
        /* Okay, we found ICMPv6 header */
-diff -urNp linux-2.6.38.6/net/bridge/netfilter/ebtables.c linux-2.6.38.6/net/bridge/netfilter/ebtables.c
---- linux-2.6.38.6/net/bridge/netfilter/ebtables.c     2011-04-18 17:27:18.000000000 -0400
-+++ linux-2.6.38.6/net/bridge/netfilter/ebtables.c     2011-05-16 21:47:08.000000000 -0400
+diff -urNp linux-3.0.3/net/bridge/netfilter/ebtables.c linux-3.0.3/net/bridge/netfilter/ebtables.c
+--- linux-3.0.3/net/bridge/netfilter/ebtables.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
                }
@@ -66200,7 +64583,7 @@ diff -urNp linux-2.6.38.6/net/bridge/netfilter/ebtables.c linux-2.6.38.6/net/bri
                        BUGPRINT("c2u Didn't work\n");
                        ret = -EFAULT;
                        break;
-@@ -1779,6 +1779,8 @@ static int compat_copy_everything_to_use
+@@ -1780,6 +1780,8 @@ static int compat_copy_everything_to_use
        int ret;
        void __user *pos;
  
@@ -66209,13 +64592,14 @@ diff -urNp linux-2.6.38.6/net/bridge/netfilter/ebtables.c linux-2.6.38.6/net/bri
        memset(&tinfo, 0, sizeof(tinfo));
  
        if (cmd == EBT_SO_GET_ENTRIES) {
-diff -urNp linux-2.6.38.6/net/caif/caif_socket.c linux-2.6.38.6/net/caif/caif_socket.c
---- linux-2.6.38.6/net/caif/caif_socket.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/net/caif/caif_socket.c      2011-04-28 19:57:25.000000000 -0400
-@@ -48,18 +48,19 @@ static struct dentry *debugfsdir;
+diff -urNp linux-3.0.3/net/caif/caif_socket.c linux-3.0.3/net/caif/caif_socket.c
+--- linux-3.0.3/net/caif/caif_socket.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -66225,6 +64609,7 @@ diff -urNp linux-2.6.38.6/net/caif/caif_socket.c linux-2.6.38.6/net/caif/caif_so
 -      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;
@@ -66236,30 +64621,30 @@ diff -urNp linux-2.6.38.6/net/caif/caif_socket.c linux-2.6.38.6/net/caif/caif_so
 +      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 */
@@ -66276,15 +64661,16 @@ diff -urNp linux-2.6.38.6/net/caif/caif_socket.c linux-2.6.38.6/net/caif/caif_so
                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 */
@@ -66293,7 +64679,7 @@ diff -urNp linux-2.6.38.6/net/caif/caif_socket.c linux-2.6.38.6/net/caif/caif_so
                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. */
@@ -66302,7 +64688,7 @@ diff -urNp linux-2.6.38.6/net/caif/caif_socket.c linux-2.6.38.6/net/caif/caif_so
                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)) {
@@ -66311,27 +64697,36 @@ diff -urNp linux-2.6.38.6/net/caif/caif_socket.c linux-2.6.38.6/net/caif/caif_so
                        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.38.6/net/caif/cfctrl.c linux-2.6.38.6/net/caif/cfctrl.c
---- linux-2.6.38.6/net/caif/cfctrl.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/net/caif/cfctrl.c   2011-05-16 21:47:08.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.3/net/caif/cfctrl.c linux-3.0.3/net/caif/cfctrl.c
+--- linux-3.0.3/net/caif/cfctrl.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/net/caif/cfctrl.c      2011-08-23 21:48:14.000000000 -0400
 @@ -9,6 +9,7 @@
  #include <linux/stddef.h>
  #include <linux/spinlock.h>
@@ -66340,7 +64735,7 @@ diff -urNp linux-2.6.38.6/net/caif/cfctrl.c linux-2.6.38.6/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);
@@ -66351,18 +64746,18 @@ diff -urNp linux-2.6.38.6/net/caif/cfctrl.c linux-2.6.38.6/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");
  
@@ -66371,7 +64766,7 @@ diff -urNp linux-2.6.38.6/net/caif/cfctrl.c linux-2.6.38.6/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;
  
@@ -66379,28 +64774,9 @@ diff -urNp linux-2.6.38.6/net/caif/cfctrl.c linux-2.6.38.6/net/caif/cfctrl.c
  
        cfpkt_extr_head(pkt, &cmdrsp, 1);
        cmd = cmdrsp & CFCTRL_CMD_MASK;
-diff -urNp linux-2.6.38.6/net/can/bcm.c linux-2.6.38.6/net/can/bcm.c
---- linux-2.6.38.6/net/can/bcm.c       2011-05-10 22:06:29.000000000 -0400
-+++ linux-2.6.38.6/net/can/bcm.c       2011-05-10 22:09:01.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.38.6/net/core/datagram.c linux-2.6.38.6/net/core/datagram.c
---- linux-2.6.38.6/net/core/datagram.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/net/core/datagram.c 2011-04-28 19:57:25.000000000 -0400
+diff -urNp linux-3.0.3/net/core/datagram.c linux-3.0.3/net/core/datagram.c
+--- linux-3.0.3/net/core/datagram.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/net/core/datagram.c    2011-08-23 21:47:56.000000000 -0400
 @@ -285,7 +285,7 @@ int skb_kill_datagram(struct sock *sk, s
        }
  
@@ -66410,10 +64786,10 @@ diff -urNp linux-2.6.38.6/net/core/datagram.c linux-2.6.38.6/net/core/datagram.c
        sk_mem_reclaim_partial(sk);
  
        return err;
-diff -urNp linux-2.6.38.6/net/core/dev.c linux-2.6.38.6/net/core/dev.c
---- linux-2.6.38.6/net/core/dev.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/net/core/dev.c      2011-04-28 19:34:15.000000000 -0400
-@@ -1124,10 +1124,14 @@ void dev_load(struct net *net, const cha
+diff -urNp linux-3.0.3/net/core/dev.c linux-3.0.3/net/core/dev.c
+--- linux-3.0.3/net/core/dev.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);
        if (no_module && capable(CAP_SYS_MODULE)) {
@@ -66428,7 +64804,16 @@ diff -urNp linux-2.6.38.6/net/core/dev.c linux-2.6.38.6/net/core/dev.c
        }
  }
  EXPORT_SYMBOL(dev_load);
-@@ -2787,7 +2791,7 @@ int netif_rx_ni(struct sk_buff *skb)
+@@ -1959,7 +1963,7 @@ static int illegal_highdma(struct net_de
+ struct dev_gso_cb {
+       void (*destructor)(struct sk_buff *skb);
+-};
++} __no_const;
+ #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);
  
@@ -66437,7 +64822,7 @@ diff -urNp linux-2.6.38.6/net/core/dev.c linux-2.6.38.6/net/core/dev.c
  {
        struct softnet_data *sd = &__get_cpu_var(softnet_data);
  
-@@ -3697,7 +3701,7 @@ void netif_napi_del(struct napi_struct *
+@@ -3761,7 +3765,7 @@ void netif_napi_del(struct napi_struct *
  }
  EXPORT_SYMBOL(netif_napi_del);
  
@@ -66446,9 +64831,9 @@ diff -urNp linux-2.6.38.6/net/core/dev.c linux-2.6.38.6/net/core/dev.c
  {
        struct softnet_data *sd = &__get_cpu_var(softnet_data);
        unsigned long time_limit = jiffies + 2;
-diff -urNp linux-2.6.38.6/net/core/flow.c linux-2.6.38.6/net/core/flow.c
---- linux-2.6.38.6/net/core/flow.c     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/net/core/flow.c     2011-04-28 19:57:25.000000000 -0400
+diff -urNp linux-3.0.3/net/core/flow.c linux-3.0.3/net/core/flow.c
+--- linux-3.0.3/net/core/flow.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/net/core/flow.c        2011-08-23 21:47:56.000000000 -0400
 @@ -60,7 +60,7 @@ struct flow_cache {
        struct timer_list               rnd_timer;
  };
@@ -66467,7 +64852,7 @@ diff -urNp linux-2.6.38.6/net/core/flow.c linux-2.6.38.6/net/core/flow.c
                return 0;
        if (fle->object && !fle->object->ops->check(fle->object))
                return 0;
-@@ -253,7 +253,7 @@ flow_cache_lookup(struct net *net, struc
+@@ -253,7 +253,7 @@ flow_cache_lookup(struct net *net, const
                        hlist_add_head(&fle->u.hlist, &fcp->hash_table[hash]);
                        fcp->hash_count++;
                }
@@ -66485,9 +64870,21 @@ diff -urNp linux-2.6.38.6/net/core/flow.c linux-2.6.38.6/net/core/flow.c
                if (!IS_ERR(flo))
                        fle->object = flo;
                else
-diff -urNp linux-2.6.38.6/net/core/skbuff.c linux-2.6.38.6/net/core/skbuff.c
---- linux-2.6.38.6/net/core/skbuff.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/net/core/skbuff.c   2011-05-16 21:47:09.000000000 -0400
+diff -urNp linux-3.0.3/net/core/rtnetlink.c linux-3.0.3/net/core/rtnetlink.c
+--- linux-3.0.3/net/core/rtnetlink.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.3/net/core/skbuff.c linux-3.0.3/net/core/skbuff.c
+--- linux-3.0.3/net/core/skbuff.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -66497,9 +64894,9 @@ diff -urNp linux-2.6.38.6/net/core/skbuff.c linux-2.6.38.6/net/core/skbuff.c
        if (splice_grow_spd(pipe, &spd))
                return -ENOMEM;
  
-diff -urNp linux-2.6.38.6/net/core/sock.c linux-2.6.38.6/net/core/sock.c
---- linux-2.6.38.6/net/core/sock.c     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/net/core/sock.c     2011-04-28 19:57:25.000000000 -0400
+diff -urNp linux-3.0.3/net/core/sock.c linux-3.0.3/net/core/sock.c
+--- linux-3.0.3/net/core/sock.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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 >=
@@ -66545,6 +64942,15 @@ diff -urNp linux-2.6.38.6/net/core/sock.c linux-2.6.38.6/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)
@@ -66572,9 +64978,9 @@ diff -urNp linux-2.6.38.6/net/core/sock.c linux-2.6.38.6/net/core/sock.c
  }
  EXPORT_SYMBOL(sock_init_data);
  
-diff -urNp linux-2.6.38.6/net/decnet/sysctl_net_decnet.c linux-2.6.38.6/net/decnet/sysctl_net_decnet.c
---- linux-2.6.38.6/net/decnet/sysctl_net_decnet.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/net/decnet/sysctl_net_decnet.c      2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/net/decnet/sysctl_net_decnet.c linux-3.0.3/net/decnet/sysctl_net_decnet.c
+--- linux-3.0.3/net/decnet/sysctl_net_decnet.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -66593,9 +64999,9 @@ diff -urNp linux-2.6.38.6/net/decnet/sysctl_net_decnet.c linux-2.6.38.6/net/decn
                return -EFAULT;
  
        *lenp = len;
-diff -urNp linux-2.6.38.6/net/econet/Kconfig linux-2.6.38.6/net/econet/Kconfig
---- linux-2.6.38.6/net/econet/Kconfig  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/net/econet/Kconfig  2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/net/econet/Kconfig linux-3.0.3/net/econet/Kconfig
+--- linux-3.0.3/net/econet/Kconfig     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/net/econet/Kconfig     2011-08-23 21:48:14.000000000 -0400
 @@ -4,7 +4,7 @@
  
  config ECONET
@@ -66605,9 +65011,48 @@ diff -urNp linux-2.6.38.6/net/econet/Kconfig linux-2.6.38.6/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.38.6/net/ipv4/inet_diag.c linux-2.6.38.6/net/ipv4/inet_diag.c
---- linux-2.6.38.6/net/ipv4/inet_diag.c        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/net/ipv4/inet_diag.c        2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/net/ipv4/fib_frontend.c linux-3.0.3/net/ipv4/fib_frontend.c
+--- linux-3.0.3/net/ipv4/fib_frontend.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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
+-              atomic_inc(&net->ipv4.dev_addr_genid);
++              atomic_inc_unchecked(&net->ipv4.dev_addr_genid);
+               rt_cache_flush(dev_net(dev), -1);
+               break;
+       case NETDEV_DOWN:
+               fib_del_ifaddr(ifa, NULL);
+-              atomic_inc(&net->ipv4.dev_addr_genid);
++              atomic_inc_unchecked(&net->ipv4.dev_addr_genid);
+               if (ifa->ifa_dev->ifa_list == NULL) {
+                       /* Last address was deleted from this interface.
+                        * Disable IP.
+@@ -1011,7 +1011,7 @@ static int fib_netdev_event(struct notif
+ #ifdef CONFIG_IP_ROUTE_MULTIPATH
+               fib_sync_up(dev);
+ #endif
+-              atomic_inc(&net->ipv4.dev_addr_genid);
++              atomic_inc_unchecked(&net->ipv4.dev_addr_genid);
+               rt_cache_flush(dev_net(dev), -1);
+               break;
+       case NETDEV_DOWN:
+diff -urNp linux-3.0.3/net/ipv4/fib_semantics.c linux-3.0.3/net/ipv4/fib_semantics.c
+--- linux-3.0.3/net/ipv4/fib_semantics.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);
+-      nh->nh_saddr_genid = atomic_read(&net->ipv4.dev_addr_genid);
++      nh->nh_saddr_genid = atomic_read_unchecked(&net->ipv4.dev_addr_genid);
+       return nh->nh_saddr;
+ }
+diff -urNp linux-3.0.3/net/ipv4/inet_diag.c linux-3.0.3/net/ipv4/inet_diag.c
+--- linux-3.0.3/net/ipv4/inet_diag.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
  
@@ -66654,7 +65099,7 @@ diff -urNp linux-2.6.38.6/net/ipv4/inet_diag.c linux-2.6.38.6/net/ipv4/inet_diag
  
        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;
@@ -66669,10 +65114,10 @@ diff -urNp linux-2.6.38.6/net/ipv4/inet_diag.c linux-2.6.38.6/net/ipv4/inet_diag
  
        tmo = req->expires - jiffies;
        if (tmo < 0)
-diff -urNp linux-2.6.38.6/net/ipv4/inet_hashtables.c linux-2.6.38.6/net/ipv4/inet_hashtables.c
---- linux-2.6.38.6/net/ipv4/inet_hashtables.c  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/net/ipv4/inet_hashtables.c  2011-04-28 19:34:15.000000000 -0400
-@@ -18,11 +18,14 @@
+diff -urNp linux-3.0.3/net/ipv4/inet_hashtables.c linux-3.0.3/net/ipv4/inet_hashtables.c
+--- linux-3.0.3/net/ipv4/inet_hashtables.c     2011-08-23 21:44:40.000000000 -0400
++++ linux-3.0.3/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>
@@ -66681,14 +65126,14 @@ diff -urNp linux-2.6.38.6/net/ipv4/inet_hashtables.c linux-2.6.38.6/net/ipv4/ine
  #include <net/inet_connection_sock.h>
  #include <net/inet_hashtables.h>
  #include <net/route.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);
 +
  /*
   * 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);
  
@@ -66697,33 +65142,33 @@ diff -urNp linux-2.6.38.6/net/ipv4/inet_hashtables.c linux-2.6.38.6/net/ipv4/ine
                if (tw) {
                        inet_twsk_deschedule(tw, death_row);
                        while (twrefcnt) {
-diff -urNp linux-2.6.38.6/net/ipv4/inetpeer.c linux-2.6.38.6/net/ipv4/inetpeer.c
---- linux-2.6.38.6/net/ipv4/inetpeer.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/net/ipv4/inetpeer.c 2011-05-16 21:47:08.000000000 -0400
-@@ -478,6 +478,8 @@ struct inet_peer *inet_getpeer(struct in
-       struct inet_peer_base *base = family_to_base(daddr->family);
-       struct inet_peer *p;
+diff -urNp linux-3.0.3/net/ipv4/inetpeer.c linux-3.0.3/net/ipv4/inetpeer.c
+--- linux-3.0.3/net/ipv4/inetpeer.c    2011-08-23 21:44:40.000000000 -0400
++++ linux-3.0.3/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, newrefcnt = 0;
  
 +      pax_track_stack();
 +
        /* Look up for the address quickly, lockless.
         * Because of a concurrent writer, we might not find an existing entry.
         */
-@@ -509,8 +511,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);
 -              atomic_set(&p->rid, 0);
--              atomic_set(&p->ip_id_count, secure_ip_id(daddr->a4));
+-              atomic_set(&p->ip_id_count, secure_ip_id(daddr->addr.a4));
 +              atomic_set_unchecked(&p->rid, 0);
-+              atomic_set_unchecked(&p->ip_id_count, secure_ip_id(daddr->a4));
++              atomic_set_unchecked(&p->ip_id_count, secure_ip_id(daddr->addr.a4));
                p->tcp_ts_stamp = 0;
-               INIT_LIST_HEAD(&p->unused);
-diff -urNp linux-2.6.38.6/net/ipv4/ip_fragment.c linux-2.6.38.6/net/ipv4/ip_fragment.c
---- linux-2.6.38.6/net/ipv4/ip_fragment.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/net/ipv4/ip_fragment.c      2011-04-28 19:34:15.000000000 -0400
-@@ -298,7 +298,7 @@ static inline int ip_frag_too_far(struct
+               p->metrics[RTAX_LOCK-1] = INETPEER_METRICS_NEW;
+               p->rate_tokens = 0;
+diff -urNp linux-3.0.3/net/ipv4/ip_fragment.c linux-3.0.3/net/ipv4/ip_fragment.c
+--- linux-3.0.3/net/ipv4/ip_fragment.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -66732,10 +65177,10 @@ diff -urNp linux-2.6.38.6/net/ipv4/ip_fragment.c linux-2.6.38.6/net/ipv4/ip_frag
        qp->rid = end;
  
        rc = qp->q.fragments && (end - start) > max;
-diff -urNp linux-2.6.38.6/net/ipv4/ip_sockglue.c linux-2.6.38.6/net/ipv4/ip_sockglue.c
---- linux-2.6.38.6/net/ipv4/ip_sockglue.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/net/ipv4/ip_sockglue.c      2011-05-16 21:47:09.000000000 -0400
-@@ -1064,6 +1064,8 @@ static int do_ip_getsockopt(struct sock 
+diff -urNp linux-3.0.3/net/ipv4/ip_sockglue.c linux-3.0.3/net/ipv4/ip_sockglue.c
+--- linux-3.0.3/net/ipv4/ip_sockglue.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
  
@@ -66744,10 +65189,20 @@ diff -urNp linux-2.6.38.6/net/ipv4/ip_sockglue.c linux-2.6.38.6/net/ipv4/ip_sock
        if (level != SOL_IP)
                return -EOPNOTSUPP;
  
-diff -urNp linux-2.6.38.6/net/ipv4/netfilter/nf_nat_snmp_basic.c linux-2.6.38.6/net/ipv4/netfilter/nf_nat_snmp_basic.c
---- linux-2.6.38.6/net/ipv4/netfilter/nf_nat_snmp_basic.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/net/ipv4/netfilter/nf_nat_snmp_basic.c      2011-04-28 19:34:15.000000000 -0400
-@@ -398,7 +398,7 @@ static unsigned char asn1_octets_decode(
+@@ -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.3/net/ipv4/netfilter/nf_nat_snmp_basic.c linux-3.0.3/net/ipv4/netfilter/nf_nat_snmp_basic.c
+--- linux-3.0.3/net/ipv4/netfilter/nf_nat_snmp_basic.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
  
@@ -66756,9 +65211,21 @@ diff -urNp linux-2.6.38.6/net/ipv4/netfilter/nf_nat_snmp_basic.c linux-2.6.38.6/
        if (*octets == NULL) {
                if (net_ratelimit())
                        pr_notice("OOM in bsalg (%d)\n", __LINE__);
-diff -urNp linux-2.6.38.6/net/ipv4/raw.c linux-2.6.38.6/net/ipv4/raw.c
---- linux-2.6.38.6/net/ipv4/raw.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/net/ipv4/raw.c      2011-05-04 18:00:09.000000000 -0400
+diff -urNp linux-3.0.3/net/ipv4/ping.c linux-3.0.3/net/ipv4/ping.c
+--- linux-3.0.3/net/ipv4/ping.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.3/net/ipv4/raw.c linux-3.0.3/net/ipv4/raw.c
+--- linux-3.0.3/net/ipv4/raw.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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)
  {
@@ -66768,7 +65235,7 @@ diff -urNp linux-2.6.38.6/net/ipv4/raw.c linux-2.6.38.6/net/ipv4/raw.c
                kfree_skb(skb);
                return NET_RX_DROP;
        }
-@@ -724,15 +724,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)
  {
@@ -66779,28 +65246,30 @@ diff -urNp linux-2.6.38.6/net/ipv4/raw.c linux-2.6.38.6/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))
-@@ -743,8 +747,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;
-@@ -972,7 +977,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),
@@ -66815,10 +65284,10 @@ diff -urNp linux-2.6.38.6/net/ipv4/raw.c linux-2.6.38.6/net/ipv4/raw.c
  }
  
  static int raw_seq_show(struct seq_file *seq, void *v)
-diff -urNp linux-2.6.38.6/net/ipv4/route.c linux-2.6.38.6/net/ipv4/route.c
---- linux-2.6.38.6/net/ipv4/route.c    2011-04-22 19:20:59.000000000 -0400
-+++ linux-2.6.38.6/net/ipv4/route.c    2011-04-28 19:57:25.000000000 -0400
-@@ -270,7 +270,7 @@ static inline unsigned int rt_hash(__be3
+diff -urNp linux-3.0.3/net/ipv4/route.c linux-3.0.3/net/ipv4/route.c
+--- linux-3.0.3/net/ipv4/route.c       2011-08-23 21:44:40.000000000 -0400
++++ linux-3.0.3/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)
  {
@@ -66827,7 +65296,7 @@ diff -urNp linux-2.6.38.6/net/ipv4/route.c linux-2.6.38.6/net/ipv4/route.c
  }
  
  #ifdef CONFIG_PROC_FS
-@@ -895,7 +895,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));
@@ -66836,19 +65305,19 @@ diff -urNp linux-2.6.38.6/net/ipv4/route.c linux-2.6.38.6/net/ipv4/route.c
  }
  
  /*
-@@ -2857,7 +2857,7 @@ static int rt_fill_info(struct net *net,
-       expires = rt->dst.expires ? rt->dst.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.38.6/net/ipv4/tcp.c linux-2.6.38.6/net/ipv4/tcp.c
---- linux-2.6.38.6/net/ipv4/tcp.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/net/ipv4/tcp.c      2011-05-16 21:47:09.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.3/net/ipv4/tcp.c linux-3.0.3/net/ipv4/tcp.c
+--- linux-3.0.3/net/ipv4/tcp.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
  
@@ -66857,7 +65326,7 @@ diff -urNp linux-2.6.38.6/net/ipv4/tcp.c linux-2.6.38.6/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;
  
@@ -66866,10 +65335,10 @@ diff -urNp linux-2.6.38.6/net/ipv4/tcp.c linux-2.6.38.6/net/ipv4/tcp.c
        if (get_user(len, optlen))
                return -EFAULT;
  
-diff -urNp linux-2.6.38.6/net/ipv4/tcp_ipv4.c linux-2.6.38.6/net/ipv4/tcp_ipv4.c
---- linux-2.6.38.6/net/ipv4/tcp_ipv4.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/net/ipv4/tcp_ipv4.c 2011-04-28 19:34:15.000000000 -0400
-@@ -86,6 +86,9 @@ int sysctl_tcp_tw_reuse __read_mostly;
+diff -urNp linux-3.0.3/net/ipv4/tcp_ipv4.c linux-3.0.3/net/ipv4/tcp_ipv4.c
+--- linux-3.0.3/net/ipv4/tcp_ipv4.c    2011-08-23 21:44:40.000000000 -0400
++++ linux-3.0.3/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);
  
@@ -66879,7 +65348,7 @@ diff -urNp linux-2.6.38.6/net/ipv4/tcp_ipv4.c linux-2.6.38.6/net/ipv4/tcp_ipv4.c
  
  #ifdef CONFIG_TCP_MD5SIG
  static struct tcp_md5sig_key *tcp_v4_md5_do_lookup(struct sock *sk,
-@@ -1593,6 +1596,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:
@@ -66889,7 +65358,7 @@ diff -urNp linux-2.6.38.6/net/ipv4/tcp_ipv4.c linux-2.6.38.6/net/ipv4/tcp_ipv4.c
        tcp_v4_send_reset(rsk, skb);
  discard:
        kfree_skb(skb);
-@@ -1655,12 +1661,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);
@@ -66912,7 +65381,7 @@ diff -urNp linux-2.6.38.6/net/ipv4/tcp_ipv4.c linux-2.6.38.6/net/ipv4/tcp_ipv4.c
  
        if (unlikely(iph->ttl < inet_sk(sk)->min_ttl)) {
                NET_INC_STATS_BH(net, LINUX_MIB_TCPMINTTLDROP);
-@@ -1710,6 +1723,10 @@ no_tcp_socket:
+@@ -1724,6 +1737,10 @@ no_tcp_socket:
  bad_packet:
                TCP_INC_STATS_BH(net, TCP_MIB_INERRS);
        } else {
@@ -66923,7 +65392,7 @@ diff -urNp linux-2.6.38.6/net/ipv4/tcp_ipv4.c linux-2.6.38.6/net/ipv4/tcp_ipv4.c
                tcp_v4_send_reset(NULL, skb);
        }
  
-@@ -2373,7 +2390,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),
@@ -66935,7 +65404,7 @@ diff -urNp linux-2.6.38.6/net/ipv4/tcp_ipv4.c linux-2.6.38.6/net/ipv4/tcp_ipv4.c
                len);
  }
  
-@@ -2423,7 +2444,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),
@@ -66949,8 +65418,8 @@ diff -urNp linux-2.6.38.6/net/ipv4/tcp_ipv4.c linux-2.6.38.6/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,
-@@ -2451,7 +2477,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);
@@ -66964,9 +65433,9 @@ diff -urNp linux-2.6.38.6/net/ipv4/tcp_ipv4.c linux-2.6.38.6/net/ipv4/tcp_ipv4.c
  }
  
  #define TMPSZ 150
-diff -urNp linux-2.6.38.6/net/ipv4/tcp_minisocks.c linux-2.6.38.6/net/ipv4/tcp_minisocks.c
---- linux-2.6.38.6/net/ipv4/tcp_minisocks.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/net/ipv4/tcp_minisocks.c    2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/net/ipv4/tcp_minisocks.c linux-3.0.3/net/ipv4/tcp_minisocks.c
+--- linux-3.0.3/net/ipv4/tcp_minisocks.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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>
@@ -66989,10 +65458,10 @@ diff -urNp linux-2.6.38.6/net/ipv4/tcp_minisocks.c linux-2.6.38.6/net/ipv4/tcp_m
        if (!(flg & TCP_FLAG_RST))
                req->rsk_ops->send_reset(sk, skb);
  
-diff -urNp linux-2.6.38.6/net/ipv4/tcp_output.c linux-2.6.38.6/net/ipv4/tcp_output.c
---- linux-2.6.38.6/net/ipv4/tcp_output.c       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/net/ipv4/tcp_output.c       2011-05-16 21:47:09.000000000 -0400
-@@ -2420,6 +2420,8 @@ struct sk_buff *tcp_make_synack(struct s
+diff -urNp linux-3.0.3/net/ipv4/tcp_output.c linux-3.0.3/net/ipv4/tcp_output.c
+--- linux-3.0.3/net/ipv4/tcp_output.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
  
@@ -67001,9 +65470,9 @@ diff -urNp linux-2.6.38.6/net/ipv4/tcp_output.c linux-2.6.38.6/net/ipv4/tcp_outp
        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.38.6/net/ipv4/tcp_probe.c linux-2.6.38.6/net/ipv4/tcp_probe.c
---- linux-2.6.38.6/net/ipv4/tcp_probe.c        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/net/ipv4/tcp_probe.c        2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/net/ipv4/tcp_probe.c linux-3.0.3/net/ipv4/tcp_probe.c
+--- linux-3.0.3/net/ipv4/tcp_probe.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -67013,9 +65482,9 @@ diff -urNp linux-2.6.38.6/net/ipv4/tcp_probe.c linux-2.6.38.6/net/ipv4/tcp_probe
                        return -EFAULT;
                cnt += width;
        }
-diff -urNp linux-2.6.38.6/net/ipv4/tcp_timer.c linux-2.6.38.6/net/ipv4/tcp_timer.c
---- linux-2.6.38.6/net/ipv4/tcp_timer.c        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/net/ipv4/tcp_timer.c        2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/net/ipv4/tcp_timer.c linux-3.0.3/net/ipv4/tcp_timer.c
+--- linux-3.0.3/net/ipv4/tcp_timer.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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>
@@ -67041,9 +65510,9 @@ diff -urNp linux-2.6.38.6/net/ipv4/tcp_timer.c linux-2.6.38.6/net/ipv4/tcp_timer
        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.38.6/net/ipv4/udp.c linux-2.6.38.6/net/ipv4/udp.c
---- linux-2.6.38.6/net/ipv4/udp.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/net/ipv4/udp.c      2011-04-28 20:09:30.000000000 -0400
+diff -urNp linux-3.0.3/net/ipv4/udp.c linux-3.0.3/net/ipv4/udp.c
+--- linux-3.0.3/net/ipv4/udp.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/net/ipv4/udp.c 2011-08-23 21:48:14.000000000 -0400
 @@ -86,6 +86,7 @@
  #include <linux/types.h>
  #include <linux/fcntl.h>
@@ -67073,7 +65542,7 @@ diff -urNp linux-2.6.38.6/net/ipv4/udp.c linux-2.6.38.6/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
-@@ -832,9 +840,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;
@@ -67092,7 +65561,7 @@ diff -urNp linux-2.6.38.6/net/ipv4/udp.c linux-2.6.38.6/net/ipv4/udp.c
                daddr = inet->inet_daddr;
                dport = inet->inet_dport;
                /* Open fast path for connected socket.
-@@ -1053,7 +1070,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));
@@ -67101,7 +65570,7 @@ diff -urNp linux-2.6.38.6/net/ipv4/udp.c linux-2.6.38.6/net/ipv4/udp.c
                __skb_unlink(skb, rcvq);
                __skb_queue_tail(&list_kill, skb);
        }
-@@ -1139,6 +1156,10 @@ try_again:
+@@ -1184,6 +1201,10 @@ try_again:
        if (!skb)
                goto out;
  
@@ -67112,7 +65581,7 @@ diff -urNp linux-2.6.38.6/net/ipv4/udp.c linux-2.6.38.6/net/ipv4/udp.c
        ulen = skb->len - sizeof(struct udphdr);
        if (len > ulen)
                len = ulen;
-@@ -1435,7 +1456,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);
@@ -67121,7 +65590,7 @@ diff -urNp linux-2.6.38.6/net/ipv4/udp.c linux-2.6.38.6/net/ipv4/udp.c
        kfree_skb(skb);
        return -1;
  }
-@@ -1454,7 +1475,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) {
@@ -67130,7 +65599,7 @@ diff -urNp linux-2.6.38.6/net/ipv4/udp.c linux-2.6.38.6/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,
-@@ -1623,6 +1644,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);
@@ -67140,7 +65609,7 @@ diff -urNp linux-2.6.38.6/net/ipv4/udp.c linux-2.6.38.6/net/ipv4/udp.c
        icmp_send(skb, ICMP_DEST_UNREACH, ICMP_PORT_UNREACH, 0);
  
        /*
-@@ -2050,8 +2074,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),
@@ -67156,10 +65625,10 @@ diff -urNp linux-2.6.38.6/net/ipv4/udp.c linux-2.6.38.6/net/ipv4/udp.c
  }
  
  int udp4_seq_show(struct seq_file *seq, void *v)
-diff -urNp linux-2.6.38.6/net/ipv6/inet6_connection_sock.c linux-2.6.38.6/net/ipv6/inet6_connection_sock.c
---- linux-2.6.38.6/net/ipv6/inet6_connection_sock.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/net/ipv6/inet6_connection_sock.c    2011-04-28 19:57:25.000000000 -0400
-@@ -183,7 +183,7 @@ void __inet6_csk_dst_store(struct sock *
+diff -urNp linux-3.0.3/net/ipv6/inet6_connection_sock.c linux-3.0.3/net/ipv6/inet6_connection_sock.c
+--- linux-3.0.3/net/ipv6/inet6_connection_sock.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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
        {
                struct rt6_info *rt = (struct rt6_info  *)dst;
@@ -67168,7 +65637,7 @@ diff -urNp linux-2.6.38.6/net/ipv6/inet6_connection_sock.c linux-2.6.38.6/net/ip
        }
  #endif
  }
-@@ -198,7 +198,7 @@ struct dst_entry *__inet6_csk_dst_check(
+@@ -193,7 +193,7 @@ struct dst_entry *__inet6_csk_dst_check(
  #ifdef CONFIG_XFRM
        if (dst) {
                struct rt6_info *rt = (struct rt6_info *)dst;
@@ -67177,21 +65646,9 @@ diff -urNp linux-2.6.38.6/net/ipv6/inet6_connection_sock.c linux-2.6.38.6/net/ip
                        __sk_dst_reset(sk);
                        dst = NULL;
                }
-diff -urNp linux-2.6.38.6/net/ipv6/inet6_hashtables.c linux-2.6.38.6/net/ipv6/inet6_hashtables.c
---- linux-2.6.38.6/net/ipv6/inet6_hashtables.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/net/ipv6/inet6_hashtables.c 2011-05-11 18:35:16.000000000 -0400
-@@ -124,7 +124,7 @@ out:
- }
- EXPORT_SYMBOL(__inet6_lookup_established);
--static int inline compute_score(struct sock *sk, struct net *net,
-+static inline int compute_score(struct sock *sk, struct net *net,
-                               const unsigned short hnum,
-                               const struct in6_addr *daddr,
-                               const int dif)
-diff -urNp linux-2.6.38.6/net/ipv6/ipv6_sockglue.c linux-2.6.38.6/net/ipv6/ipv6_sockglue.c
---- linux-2.6.38.6/net/ipv6/ipv6_sockglue.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/net/ipv6/ipv6_sockglue.c    2011-05-16 21:47:09.000000000 -0400
+diff -urNp linux-3.0.3/net/ipv6/ipv6_sockglue.c linux-3.0.3/net/ipv6/ipv6_sockglue.c
+--- linux-3.0.3/net/ipv6/ipv6_sockglue.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -67210,9 +65667,9 @@ diff -urNp linux-2.6.38.6/net/ipv6/ipv6_sockglue.c linux-2.6.38.6/net/ipv6/ipv6_
        if (ip6_mroute_opt(optname))
                return ip6_mroute_getsockopt(sk, optname, optval, optlen);
  
-diff -urNp linux-2.6.38.6/net/ipv6/raw.c linux-2.6.38.6/net/ipv6/raw.c
---- linux-2.6.38.6/net/ipv6/raw.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/net/ipv6/raw.c      2011-05-16 21:47:08.000000000 -0400
+diff -urNp linux-3.0.3/net/ipv6/raw.c linux-3.0.3/net/ipv6/raw.c
+--- linux-3.0.3/net/ipv6/raw.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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)) &&
@@ -67240,16 +65697,16 @@ diff -urNp linux-2.6.38.6/net/ipv6/raw.c linux-2.6.38.6/net/ipv6/raw.c
                        kfree_skb(skb);
                        return NET_RX_DROP;
                }
-@@ -602,7 +602,7 @@ out:
+@@ -601,7 +601,7 @@ out:
        return err;
  }
  
 -static int rawv6_send_hdrinc(struct sock *sk, void *from, int length,
 +static int rawv6_send_hdrinc(struct sock *sk, void *from, unsigned int length,
-                       struct flowi *fl, struct dst_entry **dstp,
+                       struct flowi6 *fl6, struct dst_entry **dstp,
                        unsigned int flags)
  {
-@@ -743,6 +743,8 @@ static int rawv6_sendmsg(struct kiocb *i
+@@ -742,6 +742,8 @@ static int rawv6_sendmsg(struct kiocb *i
        u16 proto;
        int err;
  
@@ -67258,7 +65715,7 @@ diff -urNp linux-2.6.38.6/net/ipv6/raw.c linux-2.6.38.6/net/ipv6/raw.c
        /* Rough check on arithmetic overflow,
           better check is made in ip6_append_data().
         */
-@@ -919,12 +921,15 @@ do_confirm:
+@@ -909,12 +911,15 @@ do_confirm:
  static int rawv6_seticmpfilter(struct sock *sk, int level, int optname,
                               char __user *optval, int optlen)
  {
@@ -67271,29 +65728,29 @@ diff -urNp linux-2.6.38.6/net/ipv6/raw.c linux-2.6.38.6/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;
-@@ -936,6 +941,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) {
-@@ -948,7 +954,8 @@ static int rawv6_geticmpfilter(struct so
+       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:
-@@ -1262,7 +1269,13 @@ static void raw6_sock_seq_show(struct se
+@@ -1252,7 +1259,13 @@ static void raw6_sock_seq_show(struct se
                   0, 0L, 0,
                   sock_i_uid(sp), 0,
                   sock_i_ino(sp),
@@ -67308,10 +65765,10 @@ diff -urNp linux-2.6.38.6/net/ipv6/raw.c linux-2.6.38.6/net/ipv6/raw.c
  }
  
  static int raw6_seq_show(struct seq_file *seq, void *v)
-diff -urNp linux-2.6.38.6/net/ipv6/tcp_ipv6.c linux-2.6.38.6/net/ipv6/tcp_ipv6.c
---- linux-2.6.38.6/net/ipv6/tcp_ipv6.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/net/ipv6/tcp_ipv6.c 2011-04-28 19:34:15.000000000 -0400
-@@ -92,6 +92,10 @@ static struct tcp_md5sig_key *tcp_v6_md5
+diff -urNp linux-3.0.3/net/ipv6/tcp_ipv6.c linux-3.0.3/net/ipv6/tcp_ipv6.c
+--- linux-3.0.3/net/ipv6/tcp_ipv6.c    2011-08-23 21:44:40.000000000 -0400
++++ linux-3.0.3/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
  
@@ -67322,7 +65779,7 @@ diff -urNp linux-2.6.38.6/net/ipv6/tcp_ipv6.c linux-2.6.38.6/net/ipv6/tcp_ipv6.c
  static void tcp_v6_hash(struct sock *sk)
  {
        if (sk->sk_state != TCP_CLOSE) {
-@@ -1676,6 +1680,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:
@@ -67332,7 +65789,7 @@ diff -urNp linux-2.6.38.6/net/ipv6/tcp_ipv6.c linux-2.6.38.6/net/ipv6/tcp_ipv6.c
        tcp_v6_send_reset(sk, skb);
  discard:
        if (opt_skb)
-@@ -1755,12 +1762,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);
@@ -67355,7 +65812,7 @@ diff -urNp linux-2.6.38.6/net/ipv6/tcp_ipv6.c linux-2.6.38.6/net/ipv6/tcp_ipv6.c
  
        if (hdr->hop_limit < inet6_sk(sk)->min_hopcount) {
                NET_INC_STATS_BH(net, LINUX_MIB_TCPMINTTLDROP);
-@@ -1808,6 +1823,10 @@ no_tcp_socket:
+@@ -1794,6 +1809,10 @@ no_tcp_socket:
  bad_packet:
                TCP_INC_STATS_BH(net, TCP_MIB_INERRS);
        } else {
@@ -67366,7 +65823,7 @@ diff -urNp linux-2.6.38.6/net/ipv6/tcp_ipv6.c linux-2.6.38.6/net/ipv6/tcp_ipv6.c
                tcp_v6_send_reset(NULL, skb);
        }
  
-@@ -2068,7 +2087,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 */
@@ -67381,7 +65838,7 @@ diff -urNp linux-2.6.38.6/net/ipv6/tcp_ipv6.c linux-2.6.38.6/net/ipv6/tcp_ipv6.c
  }
  
  static void get_tcp6_sock(struct seq_file *seq, struct sock *sp, int i)
-@@ -2118,7 +2143,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),
@@ -67395,7 +65852,7 @@ diff -urNp linux-2.6.38.6/net/ipv6/tcp_ipv6.c linux-2.6.38.6/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,
-@@ -2153,7 +2183,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,
@@ -67410,9 +65867,9 @@ diff -urNp linux-2.6.38.6/net/ipv6/tcp_ipv6.c linux-2.6.38.6/net/ipv6/tcp_ipv6.c
  }
  
  static int tcp6_seq_show(struct seq_file *seq, void *v)
-diff -urNp linux-2.6.38.6/net/ipv6/udp.c linux-2.6.38.6/net/ipv6/udp.c
---- linux-2.6.38.6/net/ipv6/udp.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/net/ipv6/udp.c      2011-04-28 20:09:04.000000000 -0400
+diff -urNp linux-3.0.3/net/ipv6/udp.c linux-3.0.3/net/ipv6/udp.c
+--- linux-3.0.3/net/ipv6/udp.c 2011-08-23 21:44:40.000000000 -0400
++++ linux-3.0.3/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"
@@ -67424,7 +65881,7 @@ diff -urNp linux-2.6.38.6/net/ipv6/udp.c linux-2.6.38.6/net/ipv6/udp.c
  int ipv6_rcv_saddr_equal(const struct sock *sk1, const struct sock *sk2)
  {
        const struct in6_addr *sk1_rcv_saddr6 = &inet6_sk(sk1)->rcv_saddr;
-@@ -542,7 +546,7 @@ int udpv6_queue_rcv_skb(struct sock * sk
+@@ -548,7 +552,7 @@ int udpv6_queue_rcv_skb(struct sock * sk
  
        return 0;
  drop:
@@ -67433,7 +65890,7 @@ diff -urNp linux-2.6.38.6/net/ipv6/udp.c linux-2.6.38.6/net/ipv6/udp.c
  drop_no_sk_drops_inc:
        UDP6_INC_STATS_BH(sock_net(sk), UDP_MIB_INERRORS, is_udplite);
        kfree_skb(skb);
-@@ -618,7 +622,7 @@ static void flush_stack(struct sock **st
+@@ -624,7 +628,7 @@ static void flush_stack(struct sock **st
                        continue;
                }
  drop:
@@ -67442,7 +65899,7 @@ diff -urNp linux-2.6.38.6/net/ipv6/udp.c linux-2.6.38.6/net/ipv6/udp.c
                UDP6_INC_STATS_BH(sock_net(sk),
                                UDP_MIB_RCVBUFERRORS, IS_UDPLITE(sk));
                UDP6_INC_STATS_BH(sock_net(sk),
-@@ -773,6 +777,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);
  
@@ -67452,7 +65909,7 @@ diff -urNp linux-2.6.38.6/net/ipv6/udp.c linux-2.6.38.6/net/ipv6/udp.c
                icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0);
  
                kfree_skb(skb);
-@@ -789,7 +796,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)) {
@@ -67461,7 +65918,7 @@ diff -urNp linux-2.6.38.6/net/ipv6/udp.c linux-2.6.38.6/net/ipv6/udp.c
                bh_unlock_sock(sk);
                sock_put(sk);
                goto discard;
-@@ -1407,8 +1414,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),
@@ -67477,10 +65934,10 @@ diff -urNp linux-2.6.38.6/net/ipv6/udp.c linux-2.6.38.6/net/ipv6/udp.c
  }
  
  int udp6_seq_show(struct seq_file *seq, void *v)
-diff -urNp linux-2.6.38.6/net/irda/ircomm/ircomm_tty.c linux-2.6.38.6/net/irda/ircomm/ircomm_tty.c
---- linux-2.6.38.6/net/irda/ircomm/ircomm_tty.c        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/net/irda/ircomm/ircomm_tty.c        2011-04-28 19:34:15.000000000 -0400
-@@ -281,16 +281,16 @@ static int ircomm_tty_block_til_ready(st
+diff -urNp linux-3.0.3/net/irda/ircomm/ircomm_tty.c linux-3.0.3/net/irda/ircomm/ircomm_tty.c
+--- linux-3.0.3/net/irda/ircomm/ircomm_tty.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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",
@@ -67500,7 +65957,7 @@ diff -urNp linux-2.6.38.6/net/irda/ircomm/ircomm_tty.c linux-2.6.38.6/net/irda/i
  
        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",
@@ -67509,7 +65966,7 @@ diff -urNp linux-2.6.38.6/net/irda/ircomm/ircomm_tty.c linux-2.6.38.6/net/irda/i
  
                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);
@@ -67526,7 +65983,7 @@ diff -urNp linux-2.6.38.6/net/irda/ircomm/ircomm_tty.c linux-2.6.38.6/net/irda/i
  
        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);
@@ -67543,7 +66000,7 @@ diff -urNp linux-2.6.38.6/net/irda/ircomm/ircomm_tty.c linux-2.6.38.6/net/irda/i
  
        /* 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;
        }
  
@@ -67552,7 +66009,7 @@ diff -urNp linux-2.6.38.6/net/irda/ircomm/ircomm_tty.c linux-2.6.38.6/net/irda/i
                /*
                 * 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__ ,
@@ -67575,7 +66032,7 @@ diff -urNp linux-2.6.38.6/net/irda/ircomm/ircomm_tty.c linux-2.6.38.6/net/irda/i
                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;
  
@@ -67584,7 +66041,7 @@ diff -urNp linux-2.6.38.6/net/irda/ircomm/ircomm_tty.c linux-2.6.38.6/net/irda/i
                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;
@@ -67593,7 +66050,7 @@ diff -urNp linux-2.6.38.6/net/irda/ircomm/ircomm_tty.c linux-2.6.38.6/net/irda/i
        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");
@@ -67602,10 +66059,10 @@ diff -urNp linux-2.6.38.6/net/irda/ircomm/ircomm_tty.c linux-2.6.38.6/net/irda/i
        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.38.6/net/iucv/af_iucv.c linux-2.6.38.6/net/iucv/af_iucv.c
---- linux-2.6.38.6/net/iucv/af_iucv.c  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/net/iucv/af_iucv.c  2011-04-28 19:57:25.000000000 -0400
-@@ -653,10 +653,10 @@ static int iucv_sock_autobind(struct soc
+diff -urNp linux-3.0.3/net/iucv/af_iucv.c linux-3.0.3/net/iucv/af_iucv.c
+--- linux-3.0.3/net/iucv/af_iucv.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);
  
@@ -67618,10 +66075,10 @@ diff -urNp linux-2.6.38.6/net/iucv/af_iucv.c linux-2.6.38.6/net/iucv/af_iucv.c
        }
  
        write_unlock_bh(&iucv_sk_list.lock);
-diff -urNp linux-2.6.38.6/net/key/af_key.c linux-2.6.38.6/net/key/af_key.c
---- linux-2.6.38.6/net/key/af_key.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/net/key/af_key.c    2011-05-16 21:47:08.000000000 -0400
-@@ -2470,6 +2470,8 @@ static int pfkey_migrate(struct sock *sk
+diff -urNp linux-3.0.3/net/key/af_key.c linux-3.0.3/net/key/af_key.c
+--- linux-3.0.3/net/key/af_key.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
  
@@ -67630,7 +66087,7 @@ diff -urNp linux-2.6.38.6/net/key/af_key.c linux-2.6.38.6/net/key/af_key.c
        if (!present_and_same_family(ext_hdrs[SADB_EXT_ADDRESS_SRC - 1],
                                     ext_hdrs[SADB_EXT_ADDRESS_DST - 1]) ||
            !ext_hdrs[SADB_X_EXT_POLICY - 1]) {
-@@ -3003,10 +3005,10 @@ static int pfkey_send_policy_notify(stru
+@@ -3016,10 +3018,10 @@ static int pfkey_send_policy_notify(stru
  static u32 get_acqseq(void)
  {
        u32 res;
@@ -67643,45 +66100,76 @@ diff -urNp linux-2.6.38.6/net/key/af_key.c linux-2.6.38.6/net/key/af_key.c
        } while (!res);
        return res;
  }
-@@ -3644,7 +3646,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.38.6/net/mac80211/cfg.c linux-2.6.38.6/net/mac80211/cfg.c
---- linux-2.6.38.6/net/mac80211/cfg.c  2011-05-10 22:06:29.000000000 -0400
-+++ linux-2.6.38.6/net/mac80211/cfg.c  2011-05-10 22:09:03.000000000 -0400
-@@ -1941,7 +1941,7 @@ static int ieee80211_get_antenna(struct 
-       return drv_get_antenna(local, tx_ant, rx_ant);
- }
--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.38.6/net/mac80211/cfg.h linux-2.6.38.6/net/mac80211/cfg.h
---- linux-2.6.38.6/net/mac80211/cfg.h  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/net/mac80211/cfg.h  2011-04-28 19:34:15.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.38.6/net/mac80211/debugfs_sta.c linux-2.6.38.6/net/mac80211/debugfs_sta.c
---- linux-2.6.38.6/net/mac80211/debugfs_sta.c  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/net/mac80211/debugfs_sta.c  2011-05-16 21:47:09.000000000 -0400
-@@ -115,6 +115,8 @@ static ssize_t sta_agg_status_read(struc
+diff -urNp linux-3.0.3/net/lapb/lapb_iface.c linux-3.0.3/net/lapb/lapb_iface.c
+--- linux-3.0.3/net/lapb/lapb_iface.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
+       lapb->dev       = dev;
+-      lapb->callbacks = *callbacks;
++      lapb->callbacks = callbacks;
+       __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);
+ }
+ 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.3/net/mac80211/debugfs_sta.c linux-3.0.3/net/mac80211/debugfs_sta.c
+--- linux-3.0.3/net/mac80211/debugfs_sta.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
  
@@ -67690,7 +66178,7 @@ diff -urNp linux-2.6.38.6/net/mac80211/debugfs_sta.c linux-2.6.38.6/net/mac80211
        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;
  
@@ -67699,9 +66187,9 @@ diff -urNp linux-2.6.38.6/net/mac80211/debugfs_sta.c linux-2.6.38.6/net/mac80211
        p += scnprintf(p, sizeof(buf) + buf - p, "ht %ssupported\n",
                        htc->ht_supported ? "" : "not ");
        if (htc->ht_supported) {
-diff -urNp linux-2.6.38.6/net/mac80211/ieee80211_i.h linux-2.6.38.6/net/mac80211/ieee80211_i.h
---- linux-2.6.38.6/net/mac80211/ieee80211_i.h  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/net/mac80211/ieee80211_i.h  2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/net/mac80211/ieee80211_i.h linux-3.0.3/net/mac80211/ieee80211_i.h
+--- linux-3.0.3/net/mac80211/ieee80211_i.h     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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>
@@ -67710,7 +66198,7 @@ diff -urNp linux-2.6.38.6/net/mac80211/ieee80211_i.h linux-2.6.38.6/net/mac80211
  #include "key.h"
  #include "sta_info.h"
  
-@@ -716,7 +717,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;
  
@@ -67719,9 +66207,9 @@ diff -urNp linux-2.6.38.6/net/mac80211/ieee80211_i.h linux-2.6.38.6/net/mac80211
        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.38.6/net/mac80211/iface.c linux-2.6.38.6/net/mac80211/iface.c
---- linux-2.6.38.6/net/mac80211/iface.c        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/net/mac80211/iface.c        2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/net/mac80211/iface.c linux-3.0.3/net/mac80211/iface.c
+--- linux-3.0.3/net/mac80211/iface.c   2011-08-23 21:44:40.000000000 -0400
++++ linux-3.0.3/net/mac80211/iface.c   2011-08-23 21:47:56.000000000 -0400
 @@ -211,7 +211,7 @@ static int ieee80211_do_open(struct net_
                break;
        }
@@ -67758,7 +66246,7 @@ diff -urNp linux-2.6.38.6/net/mac80211/iface.c linux-2.6.38.6/net/mac80211/iface
                drv_stop(local);
   err_del_bss:
        sdata->bss = NULL;
-@@ -473,7 +473,7 @@ static void ieee80211_do_stop(struct iee
+@@ -475,7 +475,7 @@ static void ieee80211_do_stop(struct iee
        }
  
        if (going_down)
@@ -67767,7 +66255,7 @@ diff -urNp linux-2.6.38.6/net/mac80211/iface.c linux-2.6.38.6/net/mac80211/iface
  
        switch (sdata->vif.type) {
        case NL80211_IFTYPE_AP_VLAN:
-@@ -532,7 +532,7 @@ static void ieee80211_do_stop(struct iee
+@@ -534,7 +534,7 @@ static void ieee80211_do_stop(struct iee
  
        ieee80211_recalc_ps(local, -1);
  
@@ -67776,10 +66264,10 @@ diff -urNp linux-2.6.38.6/net/mac80211/iface.c linux-2.6.38.6/net/mac80211/iface
                if (local->ops->napi_poll)
                        napi_disable(&local->napi);
                ieee80211_clear_tx_pending(local);
-diff -urNp linux-2.6.38.6/net/mac80211/main.c linux-2.6.38.6/net/mac80211/main.c
---- linux-2.6.38.6/net/mac80211/main.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/net/mac80211/main.c 2011-04-28 19:34:15.000000000 -0400
-@@ -161,7 +161,7 @@ int ieee80211_hw_config(struct ieee80211
+diff -urNp linux-3.0.3/net/mac80211/main.c linux-3.0.3/net/mac80211/main.c
+--- linux-3.0.3/net/mac80211/main.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
        }
  
@@ -67788,10 +66276,10 @@ diff -urNp linux-2.6.38.6/net/mac80211/main.c linux-2.6.38.6/net/mac80211/main.c
                ret = drv_config(local, changed);
                /*
                 * Goal:
-diff -urNp linux-2.6.38.6/net/mac80211/mlme.c linux-2.6.38.6/net/mac80211/mlme.c
---- linux-2.6.38.6/net/mac80211/mlme.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/net/mac80211/mlme.c 2011-05-16 21:47:09.000000000 -0400
-@@ -1356,6 +1356,8 @@ static bool ieee80211_assoc_success(stru
+diff -urNp linux-3.0.3/net/mac80211/mlme.c linux-3.0.3/net/mac80211/mlme.c
+--- linux-3.0.3/net/mac80211/mlme.c    2011-08-23 21:44:40.000000000 -0400
++++ linux-3.0.3/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;
  
@@ -67800,10 +66288,19 @@ diff -urNp linux-2.6.38.6/net/mac80211/mlme.c linux-2.6.38.6/net/mac80211/mlme.c
        /* AssocResp and ReassocResp have identical structure */
  
        aid = le16_to_cpu(mgmt->u.assoc_resp.aid);
-diff -urNp linux-2.6.38.6/net/mac80211/pm.c linux-2.6.38.6/net/mac80211/pm.c
---- linux-2.6.38.6/net/mac80211/pm.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/net/mac80211/pm.c   2011-04-28 19:34:15.000000000 -0400
-@@ -95,7 +95,7 @@ int __ieee80211_suspend(struct ieee80211
+diff -urNp linux-3.0.3/net/mac80211/pm.c linux-3.0.3/net/mac80211/pm.c
+--- linux-3.0.3/net/mac80211/pm.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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 */
@@ -67811,10 +66308,10 @@ diff -urNp linux-2.6.38.6/net/mac80211/pm.c linux-2.6.38.6/net/mac80211/pm.c
 +      if (local_read(&local->open_count))
                ieee80211_stop_device(local);
  
-       local->suspended = true;
-diff -urNp linux-2.6.38.6/net/mac80211/rate.c linux-2.6.38.6/net/mac80211/rate.c
---- linux-2.6.38.6/net/mac80211/rate.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/net/mac80211/rate.c 2011-04-28 19:34:15.000000000 -0400
+  suspend:
+diff -urNp linux-3.0.3/net/mac80211/rate.c linux-3.0.3/net/mac80211/rate.c
+--- linux-3.0.3/net/mac80211/rate.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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();
@@ -67824,9 +66321,9 @@ diff -urNp linux-2.6.38.6/net/mac80211/rate.c linux-2.6.38.6/net/mac80211/rate.c
                return -EBUSY;
  
        if (local->hw.flags & IEEE80211_HW_HAS_RATE_CONTROL) {
-diff -urNp linux-2.6.38.6/net/mac80211/rc80211_pid_debugfs.c linux-2.6.38.6/net/mac80211/rc80211_pid_debugfs.c
---- linux-2.6.38.6/net/mac80211/rc80211_pid_debugfs.c  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/net/mac80211/rc80211_pid_debugfs.c  2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/net/mac80211/rc80211_pid_debugfs.c linux-3.0.3/net/mac80211/rc80211_pid_debugfs.c
+--- linux-3.0.3/net/mac80211/rc80211_pid_debugfs.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);
@@ -67836,23 +66333,11 @@ diff -urNp linux-2.6.38.6/net/mac80211/rc80211_pid_debugfs.c linux-2.6.38.6/net/
                return -EFAULT;
  
        return p;
-diff -urNp linux-2.6.38.6/net/mac80211/tx.c linux-2.6.38.6/net/mac80211/tx.c
---- linux-2.6.38.6/net/mac80211/tx.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/net/mac80211/tx.c   2011-04-28 19:34:15.000000000 -0400
-@@ -173,7 +173,7 @@ static __le16 ieee80211_duration(struct 
-       return cpu_to_le16(dur);
- }
--static int inline is_ieee80211_device(struct ieee80211_local *local,
-+static inline int is_ieee80211_device(struct ieee80211_local *local,
-                                     struct net_device *dev)
- {
-       return local == wdev_priv(dev->ieee80211_ptr);
-diff -urNp linux-2.6.38.6/net/mac80211/util.c linux-2.6.38.6/net/mac80211/util.c
---- linux-2.6.38.6/net/mac80211/util.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/net/mac80211/util.c 2011-04-28 19:34:15.000000000 -0400
-@@ -1135,7 +1135,7 @@ int ieee80211_reconfig(struct ieee80211_
-               local->resuming = true;
+diff -urNp linux-3.0.3/net/mac80211/util.c linux-3.0.3/net/mac80211/util.c
+--- linux-3.0.3/net/mac80211/util.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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) {
@@ -67860,22 +66345,10 @@ diff -urNp linux-2.6.38.6/net/mac80211/util.c linux-2.6.38.6/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.38.6/net/netfilter/ipvs/ip_vs_app.c linux-2.6.38.6/net/netfilter/ipvs/ip_vs_app.c
---- linux-2.6.38.6/net/netfilter/ipvs/ip_vs_app.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/net/netfilter/ipvs/ip_vs_app.c      2011-05-17 19:31:43.000000000 -0400
-@@ -565,7 +565,7 @@ static const struct file_operations ip_v
-       .open    = ip_vs_app_open,
-       .read    = seq_read,
-       .llseek  = seq_lseek,
--      .release = seq_release,
-+      .release = seq_release_net,
- };
- #endif
-diff -urNp linux-2.6.38.6/net/netfilter/ipvs/ip_vs_conn.c linux-2.6.38.6/net/netfilter/ipvs/ip_vs_conn.c
---- linux-2.6.38.6/net/netfilter/ipvs/ip_vs_conn.c     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/net/netfilter/ipvs/ip_vs_conn.c     2011-05-17 19:31:43.000000000 -0400
-@@ -553,7 +553,7 @@ ip_vs_bind_dest(struct ip_vs_conn *cp, s
+diff -urNp linux-3.0.3/net/netfilter/ipvs/ip_vs_conn.c linux-3.0.3/net/netfilter/ipvs/ip_vs_conn.c
+--- linux-3.0.3/net/netfilter/ipvs/ip_vs_conn.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);
  
@@ -67884,34 +66357,16 @@ diff -urNp linux-2.6.38.6/net/netfilter/ipvs/ip_vs_conn.c linux-2.6.38.6/net/net
        if (cp->protocol != IPPROTO_UDP)
                conn_flags &= ~IP_VS_CONN_F_ONE_PACKET;
        /* Bind with the destination and its corresponding transmitter */
-@@ -840,7 +840,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);
 -      atomic_set(&cp->in_pkts, 0);
 +      atomic_set_unchecked(&cp->in_pkts, 0);
  
-       atomic_inc(&ip_vs_conn_count);
+       atomic_inc(&ipvs->conn_count);
        if (flags & IP_VS_CONN_F_NO_CPORT)
-@@ -1012,7 +1012,7 @@ static const struct file_operations ip_v
-       .open    = ip_vs_conn_open,
-       .read    = seq_read,
-       .llseek  = seq_lseek,
--      .release = seq_release,
-+      .release = seq_release_net,
- };
- static const char *ip_vs_origin_name(unsigned flags)
-@@ -1075,7 +1075,7 @@ static const struct file_operations ip_v
-       .open    = ip_vs_conn_sync_open,
-       .read    = seq_read,
-       .llseek  = seq_lseek,
--      .release = seq_release,
-+      .release = seq_release_net,
- };
- #endif
-@@ -1102,7 +1102,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] */
@@ -67920,11 +66375,11 @@ diff -urNp linux-2.6.38.6/net/netfilter/ipvs/ip_vs_conn.c linux-2.6.38.6/net/net
        if (i > 8 || i < 0) return 0;
  
        if (!todrop_rate[i]) return 0;
-diff -urNp linux-2.6.38.6/net/netfilter/ipvs/ip_vs_core.c linux-2.6.38.6/net/netfilter/ipvs/ip_vs_core.c
---- linux-2.6.38.6/net/netfilter/ipvs/ip_vs_core.c     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/net/netfilter/ipvs/ip_vs_core.c     2011-04-28 19:57:25.000000000 -0400
-@@ -504,7 +504,7 @@ int ip_vs_leave(struct ip_vs_service *sv
-               ret = cp->packet_xmit(skb, cp, pp);
+diff -urNp linux-3.0.3/net/netfilter/ipvs/ip_vs_core.c linux-3.0.3/net/netfilter/ipvs/ip_vs_core.c
+--- linux-3.0.3/net/netfilter/ipvs/ip_vs_core.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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 */
  
 -              atomic_inc(&cp->in_pkts);
@@ -67932,28 +66387,28 @@ diff -urNp linux-2.6.38.6/net/netfilter/ipvs/ip_vs_core.c linux-2.6.38.6/net/net
                ip_vs_conn_put(cp);
                return ret;
        }
-@@ -1536,7 +1536,7 @@ ip_vs_in(unsigned int hooknum, struct sk
-        * Sync connection if it is about to close to
-        * encorage the standby servers to update the connections timeout
-        */
--      pkts = atomic_add_return(1, &cp->in_pkts);
-+      pkts = atomic_add_return_unchecked(1, &cp->in_pkts);
-       if (af == AF_INET && (ip_vs_sync_state & IP_VS_STATE_MASTER) &&
+@@ -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
+-              pkts = atomic_add_return(1, &cp->in_pkts);
++              pkts = atomic_add_return_unchecked(1, &cp->in_pkts);
+       if ((ipvs->sync_state & IP_VS_STATE_MASTER) &&
            cp->protocol == IPPROTO_SCTP) {
-               if ((cp->state == IP_VS_SCTP_S_ESTABLISHED &&
-diff -urNp linux-2.6.38.6/net/netfilter/ipvs/ip_vs_ctl.c linux-2.6.38.6/net/netfilter/ipvs/ip_vs_ctl.c
---- linux-2.6.38.6/net/netfilter/ipvs/ip_vs_ctl.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/net/netfilter/ipvs/ip_vs_ctl.c      2011-05-17 19:31:43.000000000 -0400
-@@ -787,7 +787,7 @@ __ip_vs_update_dest(struct ip_vs_service
-               ip_vs_rs_hash(dest);
-               write_unlock_bh(&__ip_vs_rs_lock);
+diff -urNp linux-3.0.3/net/netfilter/ipvs/ip_vs_ctl.c linux-3.0.3/net/netfilter/ipvs/ip_vs_ctl.c
+--- linux-3.0.3/net/netfilter/ipvs/ip_vs_ctl.c 2011-08-23 21:44:40.000000000 -0400
++++ linux-3.0.3/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);
        }
 -      atomic_set(&dest->conn_flags, conn_flags);
 +      atomic_set_unchecked(&dest->conn_flags, conn_flags);
  
        /* bind the service */
        if (!dest->svc) {
-@@ -1905,7 +1905,7 @@ static int ip_vs_info_seq_show(struct se
+@@ -2027,7 +2027,7 @@ static int ip_vs_info_seq_show(struct se
                                           "      %-7s %-6d %-10d %-10d\n",
                                           &dest->addr.in6,
                                           ntohs(dest->port),
@@ -67962,7 +66417,7 @@ diff -urNp linux-2.6.38.6/net/netfilter/ipvs/ip_vs_ctl.c linux-2.6.38.6/net/netf
                                           atomic_read(&dest->weight),
                                           atomic_read(&dest->activeconns),
                                           atomic_read(&dest->inactconns));
-@@ -1916,7 +1916,7 @@ static int ip_vs_info_seq_show(struct se
+@@ -2038,7 +2038,7 @@ static int ip_vs_info_seq_show(struct se
                                           "%-7s %-6d %-10d %-10d\n",
                                           ntohl(dest->addr.ip),
                                           ntohs(dest->port),
@@ -67971,25 +66426,16 @@ diff -urNp linux-2.6.38.6/net/netfilter/ipvs/ip_vs_ctl.c linux-2.6.38.6/net/netf
                                           atomic_read(&dest->weight),
                                           atomic_read(&dest->activeconns),
                                           atomic_read(&dest->inactconns));
-@@ -1944,7 +1944,7 @@ static const struct file_operations ip_v
-       .open    = ip_vs_info_open,
-       .read    = seq_read,
-       .llseek  = seq_lseek,
--      .release = seq_release_private,
-+      .release = seq_release_net,
- };
+@@ -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;
  
- #endif
-@@ -1993,7 +1993,7 @@ static const struct file_operations ip_v
-       .open = ip_vs_stats_seq_open,
-       .read = seq_read,
-       .llseek = seq_lseek,
--      .release = single_release,
-+      .release = single_release_net,
- };
++      pax_track_stack();
++
+       if (!capable(CAP_NET_ADMIN))
+               return -EPERM;
  
- #endif
-@@ -2315,7 +2315,7 @@ __ip_vs_get_dest_entries(const struct ip
+@@ -2498,7 +2500,7 @@ __ip_vs_get_dest_entries(struct net *net
  
                        entry.addr = dest->addr.ip;
                        entry.port = dest->port;
@@ -67998,16 +66444,7 @@ diff -urNp linux-2.6.38.6/net/netfilter/ipvs/ip_vs_ctl.c linux-2.6.38.6/net/netf
                        entry.weight = atomic_read(&dest->weight);
                        entry.u_threshold = dest->u_threshold;
                        entry.l_threshold = dest->l_threshold;
-@@ -2376,6 +2376,8 @@ do_ip_vs_get_ctl(struct sock *sk, int cm
-       int ret = 0;
-       unsigned int copylen;
-+      pax_track_stack();
-+
-       if (!capable(CAP_NET_ADMIN))
-               return -EPERM;
-@@ -2831,7 +2833,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,
@@ -68016,22 +66453,31 @@ diff -urNp linux-2.6.38.6/net/netfilter/ipvs/ip_vs_ctl.c linux-2.6.38.6/net/netf
        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.38.6/net/netfilter/ipvs/ip_vs_sync.c linux-2.6.38.6/net/netfilter/ipvs/ip_vs_sync.c
---- linux-2.6.38.6/net/netfilter/ipvs/ip_vs_sync.c     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/net/netfilter/ipvs/ip_vs_sync.c     2011-04-28 19:57:25.000000000 -0400
-@@ -460,7 +460,7 @@ static void ip_vs_process_message(const 
-               if (opt)
-                       memcpy(&cp->in_seq, opt, sizeof(*opt));
--              atomic_set(&cp->in_pkts, sysctl_ip_vs_sync_threshold[0]);
-+              atomic_set_unchecked(&cp->in_pkts, sysctl_ip_vs_sync_threshold[0]);
-               cp->state = state;
-               cp->old_state = cp->state;
-               /*
-diff -urNp linux-2.6.38.6/net/netfilter/ipvs/ip_vs_xmit.c linux-2.6.38.6/net/netfilter/ipvs/ip_vs_xmit.c
---- linux-2.6.38.6/net/netfilter/ipvs/ip_vs_xmit.c     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/net/netfilter/ipvs/ip_vs_xmit.c     2011-04-28 19:57:25.000000000 -0400
-@@ -1116,7 +1116,7 @@ ip_vs_icmp_xmit(struct sk_buff *skb, str
+diff -urNp linux-3.0.3/net/netfilter/ipvs/ip_vs_sync.c linux-3.0.3/net/netfilter/ipvs/ip_vs_sync.c
+--- linux-3.0.3/net/netfilter/ipvs/ip_vs_sync.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.
+        */
+       if (cp->flags & IP_VS_CONN_F_TEMPLATE) {
+-              int pkts = atomic_add_return(1, &cp->in_pkts);
++              int pkts = atomic_add_return_unchecked(1, &cp->in_pkts);
+               if (pkts % sysctl_sync_period(ipvs) != 1)
+                       return;
+@@ -794,7 +794,7 @@ static void ip_vs_proc_conn(struct net *
+       if (opt)
+               memcpy(&cp->in_seq, opt, sizeof(*opt));
+-      atomic_set(&cp->in_pkts, sysctl_sync_threshold(ipvs));
++      atomic_set_unchecked(&cp->in_pkts, sysctl_sync_threshold(ipvs));
+       cp->state = state;
+       cp->old_state = cp->state;
+       /*
+diff -urNp linux-3.0.3/net/netfilter/ipvs/ip_vs_xmit.c linux-3.0.3/net/netfilter/ipvs/ip_vs_xmit.c
+--- linux-3.0.3/net/netfilter/ipvs/ip_vs_xmit.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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 */
@@ -68040,7 +66486,7 @@ diff -urNp linux-2.6.38.6/net/netfilter/ipvs/ip_vs_xmit.c linux-2.6.38.6/net/net
                goto out;
        }
  
-@@ -1230,7 +1230,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 */
@@ -68049,10 +66495,10 @@ diff -urNp linux-2.6.38.6/net/netfilter/ipvs/ip_vs_xmit.c linux-2.6.38.6/net/net
                goto out;
        }
  
-diff -urNp linux-2.6.38.6/net/netfilter/Kconfig linux-2.6.38.6/net/netfilter/Kconfig
---- linux-2.6.38.6/net/netfilter/Kconfig       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/net/netfilter/Kconfig       2011-04-28 19:34:15.000000000 -0400
-@@ -709,6 +709,16 @@ config NETFILTER_XT_MATCH_ESP
+diff -urNp linux-3.0.3/net/netfilter/Kconfig linux-3.0.3/net/netfilter/Kconfig
+--- linux-3.0.3/net/netfilter/Kconfig  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.
  
@@ -68069,32 +66515,20 @@ diff -urNp linux-2.6.38.6/net/netfilter/Kconfig linux-2.6.38.6/net/netfilter/Kco
  config NETFILTER_XT_MATCH_HASHLIMIT
        tristate '"hashlimit" match support'
        depends on (IP6_NF_IPTABLES || IP6_NF_IPTABLES=n)
-diff -urNp linux-2.6.38.6/net/netfilter/Makefile linux-2.6.38.6/net/netfilter/Makefile
---- linux-2.6.38.6/net/netfilter/Makefile      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/net/netfilter/Makefile      2011-04-28 19:34:15.000000000 -0400
-@@ -74,6 +74,7 @@ obj-$(CONFIG_NETFILTER_XT_MATCH_CPU) += 
- obj-$(CONFIG_NETFILTER_XT_MATCH_DCCP) += xt_dccp.o
+diff -urNp linux-3.0.3/net/netfilter/Makefile linux-3.0.3/net/netfilter/Makefile
+--- linux-3.0.3/net/netfilter/Makefile 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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
  obj-$(CONFIG_NETFILTER_XT_MATCH_ESP) += xt_esp.o
 +obj-$(CONFIG_NETFILTER_XT_MATCH_GRADM) += xt_gradm.o
  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.38.6/net/netfilter/nf_conntrack_netlink.c linux-2.6.38.6/net/netfilter/nf_conntrack_netlink.c
---- linux-2.6.38.6/net/netfilter/nf_conntrack_netlink.c        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/net/netfilter/nf_conntrack_netlink.c        2011-04-28 19:34:15.000000000 -0400
-@@ -761,7 +761,7 @@ static const struct nla_policy tuple_nla
- static int
- ctnetlink_parse_tuple(const struct nlattr * const cda[],
-                     struct nf_conntrack_tuple *tuple,
--                    enum ctattr_tuple type, u_int8_t l3num)
-+                    enum ctattr_type type, u_int8_t l3num)
- {
-       struct nlattr *tb[CTA_TUPLE_MAX+1];
-       int err;
-diff -urNp linux-2.6.38.6/net/netfilter/nfnetlink_log.c linux-2.6.38.6/net/netfilter/nfnetlink_log.c
---- linux-2.6.38.6/net/netfilter/nfnetlink_log.c       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/net/netfilter/nfnetlink_log.c       2011-04-28 19:57:25.000000000 -0400
+diff -urNp linux-3.0.3/net/netfilter/nfnetlink_log.c linux-3.0.3/net/netfilter/nfnetlink_log.c
+--- linux-3.0.3/net/netfilter/nfnetlink_log.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/net/netfilter/nfnetlink_log.c  2011-08-23 21:47:56.000000000 -0400
 @@ -70,7 +70,7 @@ struct nfulnl_instance {
  };
  
@@ -68104,7 +66538,7 @@ diff -urNp linux-2.6.38.6/net/netfilter/nfnetlink_log.c linux-2.6.38.6/net/netfi
  
  #define INSTANCE_BUCKETS      16
  static struct hlist_head instance_table[INSTANCE_BUCKETS];
-@@ -507,7 +507,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,
@@ -68113,9 +66547,9 @@ diff -urNp linux-2.6.38.6/net/netfilter/nfnetlink_log.c linux-2.6.38.6/net/netfi
  
        if (data_len) {
                struct nlattr *nla;
-diff -urNp linux-2.6.38.6/net/netfilter/nfnetlink_queue.c linux-2.6.38.6/net/netfilter/nfnetlink_queue.c
---- linux-2.6.38.6/net/netfilter/nfnetlink_queue.c     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/net/netfilter/nfnetlink_queue.c     2011-04-28 19:57:25.000000000 -0400
+diff -urNp linux-3.0.3/net/netfilter/nfnetlink_queue.c linux-3.0.3/net/netfilter/nfnetlink_queue.c
+--- linux-3.0.3/net/netfilter/nfnetlink_queue.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/net/netfilter/nfnetlink_queue.c        2011-08-23 21:47:56.000000000 -0400
 @@ -58,7 +58,7 @@ struct nfqnl_instance {
   */
        spinlock_t      lock;
@@ -68134,7 +66568,7 @@ diff -urNp linux-2.6.38.6/net/netfilter/nfnetlink_queue.c linux-2.6.38.6/net/net
        pmsg.packet_id          = htonl(entry->id);
        pmsg.hw_protocol        = entskb->protocol;
        pmsg.hook               = entry->hook;
-@@ -863,7 +863,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,
@@ -68143,9 +66577,9 @@ diff -urNp linux-2.6.38.6/net/netfilter/nfnetlink_queue.c linux-2.6.38.6/net/net
  }
  
  static const struct seq_operations nfqnl_seq_ops = {
-diff -urNp linux-2.6.38.6/net/netfilter/xt_gradm.c linux-2.6.38.6/net/netfilter/xt_gradm.c
---- linux-2.6.38.6/net/netfilter/xt_gradm.c    1969-12-31 19:00:00.000000000 -0500
-+++ linux-2.6.38.6/net/netfilter/xt_gradm.c    2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/net/netfilter/xt_gradm.c linux-3.0.3/net/netfilter/xt_gradm.c
+--- linux-3.0.3/net/netfilter/xt_gradm.c       1969-12-31 19:00:00.000000000 -0500
++++ linux-3.0.3/net/netfilter/xt_gradm.c       2011-08-23 21:48:14.000000000 -0400
 @@ -0,0 +1,51 @@
 +/*
 + *    gradm match for netfilter
@@ -68198,9 +66632,9 @@ diff -urNp linux-2.6.38.6/net/netfilter/xt_gradm.c linux-2.6.38.6/net/netfilter/
 +MODULE_LICENSE("GPL");
 +MODULE_ALIAS("ipt_gradm");
 +MODULE_ALIAS("ip6t_gradm");
-diff -urNp linux-2.6.38.6/net/netfilter/xt_statistic.c linux-2.6.38.6/net/netfilter/xt_statistic.c
---- linux-2.6.38.6/net/netfilter/xt_statistic.c        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/net/netfilter/xt_statistic.c        2011-04-28 19:57:25.000000000 -0400
+diff -urNp linux-3.0.3/net/netfilter/xt_statistic.c linux-3.0.3/net/netfilter/xt_statistic.c
+--- linux-3.0.3/net/netfilter/xt_statistic.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/net/netfilter/xt_statistic.c   2011-08-23 21:47:56.000000000 -0400
 @@ -18,7 +18,7 @@
  #include <linux/netfilter/x_tables.h>
  
@@ -68231,9 +66665,9 @@ diff -urNp linux-2.6.38.6/net/netfilter/xt_statistic.c linux-2.6.38.6/net/netfil
  
        return 0;
  }
-diff -urNp linux-2.6.38.6/net/netlink/af_netlink.c linux-2.6.38.6/net/netlink/af_netlink.c
---- linux-2.6.38.6/net/netlink/af_netlink.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/net/netlink/af_netlink.c    2011-04-28 19:57:25.000000000 -0400
+diff -urNp linux-3.0.3/net/netlink/af_netlink.c linux-3.0.3/net/netlink/af_netlink.c
+--- linux-3.0.3/net/netlink/af_netlink.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);
                }
@@ -68243,35 +66677,19 @@ diff -urNp linux-2.6.38.6/net/netlink/af_netlink.c linux-2.6.38.6/net/netlink/af
  }
  
  static struct sock *netlink_getsockbypid(struct sock *ssk, u32 pid)
-@@ -2001,15 +2001,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.38.6/net/netrom/af_netrom.c linux-2.6.38.6/net/netrom/af_netrom.c
---- linux-2.6.38.6/net/netrom/af_netrom.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/net/netrom/af_netrom.c      2011-04-28 19:34:15.000000000 -0400
-@@ -840,6 +840,7 @@ static int nr_getname(struct socket *soc
+diff -urNp linux-3.0.3/net/netrom/af_netrom.c linux-3.0.3/net/netrom/af_netrom.c
+--- linux-3.0.3/net/netrom/af_netrom.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);
  
@@ -68279,7 +66697,7 @@ diff -urNp linux-2.6.38.6/net/netrom/af_netrom.c linux-2.6.38.6/net/netrom/af_ne
        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;
@@ -68287,10 +66705,10 @@ diff -urNp linux-2.6.38.6/net/netrom/af_netrom.c linux-2.6.38.6/net/netrom/af_ne
                sax->fsa_ax25.sax25_call   = nr->source_addr;
                *uaddr_len = sizeof(struct sockaddr_ax25);
        }
-diff -urNp linux-2.6.38.6/net/packet/af_packet.c linux-2.6.38.6/net/packet/af_packet.c
---- linux-2.6.38.6/net/packet/af_packet.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/net/packet/af_packet.c      2011-04-28 19:57:25.000000000 -0400
-@@ -635,14 +635,14 @@ static int packet_rcv(struct sk_buff *sk
+diff -urNp linux-3.0.3/net/packet/af_packet.c linux-3.0.3/net/packet/af_packet.c
+--- linux-3.0.3/net/packet/af_packet.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);
        po->stats.tp_packets++;
@@ -68307,7 +66725,7 @@ diff -urNp linux-2.6.38.6/net/packet/af_packet.c linux-2.6.38.6/net/packet/af_pa
  
  drop_n_restore:
        if (skb_head != skb->data && skb_shared(skb)) {
-@@ -2134,7 +2134,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);
@@ -68316,7 +66734,7 @@ diff -urNp linux-2.6.38.6/net/packet/af_packet.c linux-2.6.38.6/net/packet/af_pa
                        return -EFAULT;
                switch (val) {
                case TPACKET_V1:
-@@ -2172,7 +2172,7 @@ static int packet_getsockopt(struct sock
+@@ -2206,7 +2206,7 @@ static int packet_getsockopt(struct sock
  
        if (put_user(len, optlen))
                return -EFAULT;
@@ -68325,21 +66743,9 @@ diff -urNp linux-2.6.38.6/net/packet/af_packet.c linux-2.6.38.6/net/packet/af_pa
                return -EFAULT;
        return 0;
  }
-@@ -2684,7 +2684,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.38.6/net/phonet/af_phonet.c linux-2.6.38.6/net/phonet/af_phonet.c
---- linux-2.6.38.6/net/phonet/af_phonet.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/net/phonet/af_phonet.c      2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/net/phonet/af_phonet.c linux-3.0.3/net/phonet/af_phonet.c
+--- linux-3.0.3/net/phonet/af_phonet.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -68349,7 +66755,7 @@ diff -urNp linux-2.6.38.6/net/phonet/af_phonet.c linux-2.6.38.6/net/phonet/af_ph
                return NULL;
  
        rcu_read_lock();
-@@ -463,7 +463,7 @@ int __init_or_module phonet_proto_regist
+@@ -469,7 +469,7 @@ int __init_or_module phonet_proto_regist
  {
        int err = 0;
  
@@ -68358,10 +66764,10 @@ diff -urNp linux-2.6.38.6/net/phonet/af_phonet.c linux-2.6.38.6/net/phonet/af_ph
                return -EINVAL;
  
        err = proto_register(pp->prot, 1);
-diff -urNp linux-2.6.38.6/net/phonet/pep.c linux-2.6.38.6/net/phonet/pep.c
---- linux-2.6.38.6/net/phonet/pep.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/net/phonet/pep.c    2011-04-28 19:57:25.000000000 -0400
-@@ -592,7 +592,7 @@ static int pipe_do_rcv(struct sock *sk, 
+diff -urNp linux-3.0.3/net/phonet/pep.c linux-3.0.3/net/phonet/pep.c
+--- linux-3.0.3/net/phonet/pep.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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:
                if (skb_queue_len(&pn->ctrlreq_queue) >= PNPIPE_CTRLREQ_MAX) {
@@ -68370,7 +66776,7 @@ diff -urNp linux-2.6.38.6/net/phonet/pep.c linux-2.6.38.6/net/phonet/pep.c
                        break;
                }
                __skb_pull(skb, 4);
-@@ -612,7 +612,7 @@ static int pipe_do_rcv(struct sock *sk, 
+@@ -408,7 +408,7 @@ static int pipe_do_rcv(struct sock *sk, 
                }
  
                if (pn->rx_credits == 0) {
@@ -68379,11 +66785,20 @@ diff -urNp linux-2.6.38.6/net/phonet/pep.c linux-2.6.38.6/net/phonet/pep.c
                        err = -ENOBUFS;
                        break;
                }
-diff -urNp linux-2.6.38.6/net/phonet/socket.c linux-2.6.38.6/net/phonet/socket.c
---- linux-2.6.38.6/net/phonet/socket.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/net/phonet/socket.c 2011-04-28 20:09:57.000000000 -0400
-@@ -637,8 +637,13 @@ static int pn_sock_seq_show(struct seq_f
-                       sk->sk_state,
+@@ -556,7 +556,7 @@ static int pipe_handler_do_rcv(struct so
+               }
+               if (pn->rx_credits == 0) {
+-                      atomic_inc(&sk->sk_drops);
++                      atomic_inc_unchecked(&sk->sk_drops);
+                       err = NET_RX_DROP;
+                       break;
+               }
+diff -urNp linux-3.0.3/net/phonet/socket.c linux-3.0.3/net/phonet/socket.c
+--- linux-3.0.3/net/phonet/socket.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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),
 -                      atomic_read(&sk->sk_refcnt), sk,
@@ -68398,10 +66813,10 @@ diff -urNp linux-2.6.38.6/net/phonet/socket.c linux-2.6.38.6/net/phonet/socket.c
        }
        seq_printf(seq, "%*s\n", 127 - len, "");
        return 0;
-diff -urNp linux-2.6.38.6/net/rds/cong.c linux-2.6.38.6/net/rds/cong.c
---- linux-2.6.38.6/net/rds/cong.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/net/rds/cong.c      2011-04-28 19:57:25.000000000 -0400
-@@ -78,7 +78,7 @@
+diff -urNp linux-3.0.3/net/rds/cong.c linux-3.0.3/net/rds/cong.c
+--- linux-3.0.3/net/rds/cong.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.
   */
@@ -68410,7 +66825,7 @@ diff -urNp linux-2.6.38.6/net/rds/cong.c linux-2.6.38.6/net/rds/cong.c
  
  /*
   * Congestion monitoring
-@@ -233,7 +233,7 @@ void rds_cong_map_updated(struct rds_con
+@@ -232,7 +232,7 @@ void rds_cong_map_updated(struct rds_con
        rdsdebug("waking map %p for %pI4\n",
          map, &map->m_addr);
        rds_stats_inc(s_cong_update_received);
@@ -68419,7 +66834,7 @@ diff -urNp linux-2.6.38.6/net/rds/cong.c linux-2.6.38.6/net/rds/cong.c
        if (waitqueue_active(&map->m_waitq))
                wake_up(&map->m_waitq);
        if (waitqueue_active(&rds_poll_waitq))
-@@ -259,7 +259,7 @@ EXPORT_SYMBOL_GPL(rds_cong_map_updated);
+@@ -258,7 +258,7 @@ EXPORT_SYMBOL_GPL(rds_cong_map_updated);
  
  int rds_cong_updated_since(unsigned long *recent)
  {
@@ -68428,9 +66843,9 @@ diff -urNp linux-2.6.38.6/net/rds/cong.c linux-2.6.38.6/net/rds/cong.c
  
        if (likely(*recent == gen))
                return 0;
-diff -urNp linux-2.6.38.6/net/rds/ib_cm.c linux-2.6.38.6/net/rds/ib_cm.c
---- linux-2.6.38.6/net/rds/ib_cm.c     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/net/rds/ib_cm.c     2011-05-11 18:35:16.000000000 -0400
+diff -urNp linux-3.0.3/net/rds/ib_cm.c linux-3.0.3/net/rds/ib_cm.c
+--- linux-3.0.3/net/rds/ib_cm.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);
@@ -68440,9 +66855,9 @@ diff -urNp linux-2.6.38.6/net/rds/ib_cm.c linux-2.6.38.6/net/rds/ib_cm.c
  #else
        ic->i_ack_next = 0;
  #endif
-diff -urNp linux-2.6.38.6/net/rds/ib.h linux-2.6.38.6/net/rds/ib.h
---- linux-2.6.38.6/net/rds/ib.h        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/net/rds/ib.h        2011-05-11 18:35:16.000000000 -0400
+diff -urNp linux-3.0.3/net/rds/ib.h linux-3.0.3/net/rds/ib.h
+--- linux-3.0.3/net/rds/ib.h   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -68452,9 +66867,9 @@ diff -urNp linux-2.6.38.6/net/rds/ib.h linux-2.6.38.6/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.38.6/net/rds/ib_recv.c linux-2.6.38.6/net/rds/ib_recv.c
---- linux-2.6.38.6/net/rds/ib_recv.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/net/rds/ib_recv.c   2011-05-11 18:35:16.000000000 -0400
+diff -urNp linux-3.0.3/net/rds/ib_recv.c linux-3.0.3/net/rds/ib_recv.c
+--- linux-3.0.3/net/rds/ib_recv.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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)
@@ -68473,9 +66888,9 @@ diff -urNp linux-2.6.38.6/net/rds/ib_recv.c linux-2.6.38.6/net/rds/ib_recv.c
  }
  #endif
  
-diff -urNp linux-2.6.38.6/net/rds/iw_cm.c linux-2.6.38.6/net/rds/iw_cm.c
---- linux-2.6.38.6/net/rds/iw_cm.c     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/net/rds/iw_cm.c     2011-05-11 18:35:16.000000000 -0400
+diff -urNp linux-3.0.3/net/rds/iw_cm.c linux-3.0.3/net/rds/iw_cm.c
+--- linux-3.0.3/net/rds/iw_cm.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);
@@ -68485,9 +66900,9 @@ diff -urNp linux-2.6.38.6/net/rds/iw_cm.c linux-2.6.38.6/net/rds/iw_cm.c
  #else
        ic->i_ack_next = 0;
  #endif
-diff -urNp linux-2.6.38.6/net/rds/iw.h linux-2.6.38.6/net/rds/iw.h
---- linux-2.6.38.6/net/rds/iw.h        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/net/rds/iw.h        2011-05-11 18:35:16.000000000 -0400
+diff -urNp linux-3.0.3/net/rds/iw.h linux-3.0.3/net/rds/iw.h
+--- linux-3.0.3/net/rds/iw.h   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -68497,9 +66912,9 @@ diff -urNp linux-2.6.38.6/net/rds/iw.h linux-2.6.38.6/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.38.6/net/rds/iw_rdma.c linux-2.6.38.6/net/rds/iw_rdma.c
---- linux-2.6.38.6/net/rds/iw_rdma.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/net/rds/iw_rdma.c   2011-05-16 21:47:09.000000000 -0400
+diff -urNp linux-3.0.3/net/rds/iw_rdma.c linux-3.0.3/net/rds/iw_rdma.c
+--- linux-3.0.3/net/rds/iw_rdma.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -68509,9 +66924,9 @@ diff -urNp linux-2.6.38.6/net/rds/iw_rdma.c linux-2.6.38.6/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.38.6/net/rds/iw_recv.c linux-2.6.38.6/net/rds/iw_recv.c
---- linux-2.6.38.6/net/rds/iw_recv.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/net/rds/iw_recv.c   2011-05-11 18:35:16.000000000 -0400
+diff -urNp linux-3.0.3/net/rds/iw_recv.c linux-3.0.3/net/rds/iw_recv.c
+--- linux-3.0.3/net/rds/iw_recv.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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)
@@ -68530,9 +66945,9 @@ diff -urNp linux-2.6.38.6/net/rds/iw_recv.c linux-2.6.38.6/net/rds/iw_recv.c
  }
  #endif
  
-diff -urNp linux-2.6.38.6/net/rxrpc/af_rxrpc.c linux-2.6.38.6/net/rxrpc/af_rxrpc.c
---- linux-2.6.38.6/net/rxrpc/af_rxrpc.c        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/net/rxrpc/af_rxrpc.c        2011-04-28 19:57:25.000000000 -0400
+diff -urNp linux-3.0.3/net/rxrpc/af_rxrpc.c linux-3.0.3/net/rxrpc/af_rxrpc.c
+--- linux-3.0.3/net/rxrpc/af_rxrpc.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
  
@@ -68542,9 +66957,9 @@ diff -urNp linux-2.6.38.6/net/rxrpc/af_rxrpc.c linux-2.6.38.6/net/rxrpc/af_rxrpc
  
  /* count of skbs currently in use */
  atomic_t rxrpc_n_skbs;
-diff -urNp linux-2.6.38.6/net/rxrpc/ar-ack.c linux-2.6.38.6/net/rxrpc/ar-ack.c
---- linux-2.6.38.6/net/rxrpc/ar-ack.c  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/net/rxrpc/ar-ack.c  2011-05-16 21:47:08.000000000 -0400
+diff -urNp linux-3.0.3/net/rxrpc/ar-ack.c linux-3.0.3/net/rxrpc/ar-ack.c
+--- linux-3.0.3/net/rxrpc/ar-ack.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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},",
@@ -68563,7 +66978,7 @@ diff -urNp linux-2.6.38.6/net/rxrpc/ar-ack.c linux-2.6.38.6/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)
  {
@@ -68572,7 +66987,7 @@ diff -urNp linux-2.6.38.6/net/rxrpc/ar-ack.c linux-2.6.38.6/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);
@@ -68581,7 +66996,7 @@ diff -urNp linux-2.6.38.6/net/rxrpc/ar-ack.c linux-2.6.38.6/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;
  
@@ -68590,7 +67005,7 @@ diff -urNp linux-2.6.38.6/net/rxrpc/ar-ack.c linux-2.6.38.6/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:
@@ -68599,7 +67014,7 @@ diff -urNp linux-2.6.38.6/net/rxrpc/ar-ack.c linux-2.6.38.6/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);
  
@@ -68608,7 +67023,7 @@ diff -urNp linux-2.6.38.6/net/rxrpc/ar-ack.c linux-2.6.38.6/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");
  
@@ -68617,9 +67032,9 @@ diff -urNp linux-2.6.38.6/net/rxrpc/ar-ack.c linux-2.6.38.6/net/rxrpc/ar-ack.c
        _proto("Tx %s %%%u", rxrpc_pkts[hdr.type], ntohl(hdr.serial));
  send_message_2:
  
-diff -urNp linux-2.6.38.6/net/rxrpc/ar-call.c linux-2.6.38.6/net/rxrpc/ar-call.c
---- linux-2.6.38.6/net/rxrpc/ar-call.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/net/rxrpc/ar-call.c 2011-04-28 19:57:25.000000000 -0400
+diff -urNp linux-3.0.3/net/rxrpc/ar-call.c linux-3.0.3/net/rxrpc/ar-call.c
+--- linux-3.0.3/net/rxrpc/ar-call.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);
@@ -68629,9 +67044,9 @@ diff -urNp linux-2.6.38.6/net/rxrpc/ar-call.c linux-2.6.38.6/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.38.6/net/rxrpc/ar-connection.c linux-2.6.38.6/net/rxrpc/ar-connection.c
---- linux-2.6.38.6/net/rxrpc/ar-connection.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/net/rxrpc/ar-connection.c   2011-04-28 19:57:25.000000000 -0400
+diff -urNp linux-3.0.3/net/rxrpc/ar-connection.c linux-3.0.3/net/rxrpc/ar-connection.c
+--- linux-3.0.3/net/rxrpc/ar-connection.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);
@@ -68641,9 +67056,9 @@ diff -urNp linux-2.6.38.6/net/rxrpc/ar-connection.c linux-2.6.38.6/net/rxrpc/ar-
                conn->avail_calls = RXRPC_MAXCALLS;
                conn->size_align = 4;
                conn->header_size = sizeof(struct rxrpc_header);
-diff -urNp linux-2.6.38.6/net/rxrpc/ar-connevent.c linux-2.6.38.6/net/rxrpc/ar-connevent.c
---- linux-2.6.38.6/net/rxrpc/ar-connevent.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/net/rxrpc/ar-connevent.c    2011-04-28 19:57:25.000000000 -0400
+diff -urNp linux-3.0.3/net/rxrpc/ar-connevent.c linux-3.0.3/net/rxrpc/ar-connevent.c
+--- linux-3.0.3/net/rxrpc/ar-connevent.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -68653,9 +67068,9 @@ diff -urNp linux-2.6.38.6/net/rxrpc/ar-connevent.c linux-2.6.38.6/net/rxrpc/ar-c
        _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.38.6/net/rxrpc/ar-input.c linux-2.6.38.6/net/rxrpc/ar-input.c
---- linux-2.6.38.6/net/rxrpc/ar-input.c        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/net/rxrpc/ar-input.c        2011-04-28 19:57:25.000000000 -0400
+diff -urNp linux-3.0.3/net/rxrpc/ar-input.c linux-3.0.3/net/rxrpc/ar-input.c
+--- linux-3.0.3/net/rxrpc/ar-input.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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 */
@@ -68668,9 +67083,9 @@ diff -urNp linux-2.6.38.6/net/rxrpc/ar-input.c linux-2.6.38.6/net/rxrpc/ar-input
                                           serial);
  
        /* request ACK generation for any ACK or DATA packet that requests
-diff -urNp linux-2.6.38.6/net/rxrpc/ar-internal.h linux-2.6.38.6/net/rxrpc/ar-internal.h
---- linux-2.6.38.6/net/rxrpc/ar-internal.h     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/net/rxrpc/ar-internal.h     2011-04-28 19:57:25.000000000 -0400
+diff -urNp linux-3.0.3/net/rxrpc/ar-internal.h linux-3.0.3/net/rxrpc/ar-internal.h
+--- linux-3.0.3/net/rxrpc/ar-internal.h        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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 */
@@ -68700,9 +67115,9 @@ diff -urNp linux-2.6.38.6/net/rxrpc/ar-internal.h linux-2.6.38.6/net/rxrpc/ar-in
  extern struct workqueue_struct *rxrpc_workqueue;
  
  /*
-diff -urNp linux-2.6.38.6/net/rxrpc/ar-local.c linux-2.6.38.6/net/rxrpc/ar-local.c
---- linux-2.6.38.6/net/rxrpc/ar-local.c        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/net/rxrpc/ar-local.c        2011-04-28 19:57:25.000000000 -0400
+diff -urNp linux-3.0.3/net/rxrpc/ar-local.c linux-3.0.3/net/rxrpc/ar-local.c
+--- linux-3.0.3/net/rxrpc/ar-local.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);
@@ -68712,9 +67127,9 @@ diff -urNp linux-2.6.38.6/net/rxrpc/ar-local.c linux-2.6.38.6/net/rxrpc/ar-local
                memcpy(&local->srx, srx, sizeof(*srx));
        }
  
-diff -urNp linux-2.6.38.6/net/rxrpc/ar-output.c linux-2.6.38.6/net/rxrpc/ar-output.c
---- linux-2.6.38.6/net/rxrpc/ar-output.c       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/net/rxrpc/ar-output.c       2011-04-28 19:57:25.000000000 -0400
+diff -urNp linux-3.0.3/net/rxrpc/ar-output.c linux-3.0.3/net/rxrpc/ar-output.c
+--- linux-3.0.3/net/rxrpc/ar-output.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -68727,10 +67142,10 @@ diff -urNp linux-2.6.38.6/net/rxrpc/ar-output.c linux-2.6.38.6/net/rxrpc/ar-outp
                        sp->hdr.type = RXRPC_PACKET_TYPE_DATA;
                        sp->hdr.userStatus = 0;
                        sp->hdr.securityIndex = conn->security_ix;
-diff -urNp linux-2.6.38.6/net/rxrpc/ar-peer.c linux-2.6.38.6/net/rxrpc/ar-peer.c
---- linux-2.6.38.6/net/rxrpc/ar-peer.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/net/rxrpc/ar-peer.c 2011-04-28 19:57:25.000000000 -0400
-@@ -87,7 +87,7 @@ static struct rxrpc_peer *rxrpc_alloc_pe
+diff -urNp linux-3.0.3/net/rxrpc/ar-peer.c linux-3.0.3/net/rxrpc/ar-peer.c
+--- linux-3.0.3/net/rxrpc/ar-peer.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);
@@ -68739,9 +67154,9 @@ diff -urNp linux-2.6.38.6/net/rxrpc/ar-peer.c linux-2.6.38.6/net/rxrpc/ar-peer.c
                memcpy(&peer->srx, srx, sizeof(*srx));
  
                rxrpc_assess_MTU_size(peer);
-diff -urNp linux-2.6.38.6/net/rxrpc/ar-proc.c linux-2.6.38.6/net/rxrpc/ar-proc.c
---- linux-2.6.38.6/net/rxrpc/ar-proc.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/net/rxrpc/ar-proc.c 2011-04-28 19:57:25.000000000 -0400
+diff -urNp linux-3.0.3/net/rxrpc/ar-proc.c linux-3.0.3/net/rxrpc/ar-proc.c
+--- linux-3.0.3/net/rxrpc/ar-proc.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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],
@@ -68753,9 +67168,9 @@ diff -urNp linux-2.6.38.6/net/rxrpc/ar-proc.c linux-2.6.38.6/net/rxrpc/ar-proc.c
  
        return 0;
  }
-diff -urNp linux-2.6.38.6/net/rxrpc/ar-transport.c linux-2.6.38.6/net/rxrpc/ar-transport.c
---- linux-2.6.38.6/net/rxrpc/ar-transport.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/net/rxrpc/ar-transport.c    2011-04-28 19:57:25.000000000 -0400
+diff -urNp linux-3.0.3/net/rxrpc/ar-transport.c linux-3.0.3/net/rxrpc/ar-transport.c
+--- linux-3.0.3/net/rxrpc/ar-transport.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);
@@ -68765,9 +67180,9 @@ diff -urNp linux-2.6.38.6/net/rxrpc/ar-transport.c linux-2.6.38.6/net/rxrpc/ar-t
  
                if (peer->srx.transport.family == AF_INET) {
                        switch (peer->srx.transport_type) {
-diff -urNp linux-2.6.38.6/net/rxrpc/rxkad.c linux-2.6.38.6/net/rxrpc/rxkad.c
---- linux-2.6.38.6/net/rxrpc/rxkad.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/net/rxrpc/rxkad.c   2011-05-16 21:47:08.000000000 -0400
+diff -urNp linux-3.0.3/net/rxrpc/rxkad.c linux-3.0.3/net/rxrpc/rxkad.c
+--- linux-3.0.3/net/rxrpc/rxkad.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -68804,41 +67219,23 @@ diff -urNp linux-2.6.38.6/net/rxrpc/rxkad.c linux-2.6.38.6/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.38.6/net/sctp/proc.c linux-2.6.38.6/net/sctp/proc.c
---- linux-2.6.38.6/net/sctp/proc.c     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/net/sctp/proc.c     2011-04-28 19:34:15.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.3/net/sctp/proc.c linux-3.0.3/net/sctp/proc.c
+--- linux-3.0.3/net/sctp/proc.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.38.6/net/sctp/socket.c linux-2.6.38.6/net/sctp/socket.c
---- linux-2.6.38.6/net/sctp/socket.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/net/sctp/socket.c   2011-04-28 19:34:15.000000000 -0400
-@@ -4435,7 +4435,7 @@ static int sctp_getsockopt_peer_addrs(st
+diff -urNp linux-3.0.3/net/sctp/socket.c linux-3.0.3/net/sctp/socket.c
+--- linux-3.0.3/net/sctp/socket.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -68847,9 +67244,9 @@ diff -urNp linux-2.6.38.6/net/sctp/socket.c linux-2.6.38.6/net/sctp/socket.c
                        return -EFAULT;
                to += addrlen;
                cnt++;
-diff -urNp linux-2.6.38.6/net/socket.c linux-2.6.38.6/net/socket.c
---- linux-2.6.38.6/net/socket.c        2011-04-18 17:27:16.000000000 -0400
-+++ linux-2.6.38.6/net/socket.c        2011-05-16 21:47:09.000000000 -0400
+diff -urNp linux-3.0.3/net/socket.c linux-3.0.3/net/socket.c
+--- linux-3.0.3/net/socket.c   2011-08-23 21:44:40.000000000 -0400
++++ linux-3.0.3/net/socket.c   2011-08-23 21:48:14.000000000 -0400
 @@ -88,6 +88,7 @@
  #include <linux/nsproxy.h>
  #include <linux/magic.h>
@@ -68867,7 +67264,7 @@ diff -urNp linux-2.6.38.6/net/socket.c linux-2.6.38.6/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);
-@@ -326,7 +329,7 @@ static struct dentry *sockfs_mount(struc
+@@ -321,7 +324,7 @@ static struct dentry *sockfs_mount(struc
                &sockfs_dentry_operations, SOCKFS_MAGIC);
  }
  
@@ -68876,7 +67273,7 @@ diff -urNp linux-2.6.38.6/net/socket.c linux-2.6.38.6/net/socket.c
  
  static struct file_system_type sock_fs_type = {
        .name =         "sockfs",
-@@ -1174,6 +1177,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;
@@ -68885,7 +67282,7 @@ diff -urNp linux-2.6.38.6/net/socket.c linux-2.6.38.6/net/socket.c
  
        /* Compatibility.
  
-@@ -1306,6 +1311,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;
  
@@ -68902,7 +67299,7 @@ diff -urNp linux-2.6.38.6/net/socket.c linux-2.6.38.6/net/socket.c
        retval = sock_create(family, type, protocol, &sock);
        if (retval < 0)
                goto out;
-@@ -1418,6 +1433,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) {
@@ -68917,7 +67314,7 @@ diff -urNp linux-2.6.38.6/net/socket.c linux-2.6.38.6/net/socket.c
                        err = security_socket_bind(sock,
                                                   (struct sockaddr *)&address,
                                                   addrlen);
-@@ -1426,6 +1449,7 @@ SYSCALL_DEFINE3(bind, int, fd, struct so
+@@ -1439,6 +1462,7 @@ SYSCALL_DEFINE3(bind, int, fd, struct so
                                                      (struct sockaddr *)
                                                      &address, addrlen);
                }
@@ -68925,7 +67322,7 @@ diff -urNp linux-2.6.38.6/net/socket.c linux-2.6.38.6/net/socket.c
                fput_light(sock->file, fput_needed);
        }
        return err;
-@@ -1449,10 +1473,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;
  
@@ -68946,7 +67343,7 @@ diff -urNp linux-2.6.38.6/net/socket.c linux-2.6.38.6/net/socket.c
                fput_light(sock->file, fput_needed);
        }
        return err;
-@@ -1496,6 +1530,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;
  
@@ -68965,7 +67362,7 @@ diff -urNp linux-2.6.38.6/net/socket.c linux-2.6.38.6/net/socket.c
        /*
         * We don't need try_module_get here, as the listening socket (sock)
         * has the protocol module (sock->ops->owner) held.
-@@ -1534,6 +1580,8 @@ SYSCALL_DEFINE4(accept4, int, fd, struct
+@@ -1547,6 +1593,8 @@ SYSCALL_DEFINE4(accept4, int, fd, struct
        fd_install(newfd, newfile);
        err = newfd;
  
@@ -68974,7 +67371,7 @@ diff -urNp linux-2.6.38.6/net/socket.c linux-2.6.38.6/net/socket.c
  out_put:
        fput_light(sock->file, fput_needed);
  out:
-@@ -1566,6 +1614,7 @@ SYSCALL_DEFINE3(connect, int, fd, struct
+@@ -1579,6 +1627,7 @@ SYSCALL_DEFINE3(connect, int, fd, struct
                int, addrlen)
  {
        struct socket *sock;
@@ -68982,7 +67379,7 @@ diff -urNp linux-2.6.38.6/net/socket.c linux-2.6.38.6/net/socket.c
        struct sockaddr_storage address;
        int err, fput_needed;
  
-@@ -1576,6 +1625,17 @@ SYSCALL_DEFINE3(connect, int, fd, struct
+@@ -1589,6 +1638,17 @@ SYSCALL_DEFINE3(connect, int, fd, struct
        if (err < 0)
                goto out_put;
  
@@ -69000,18 +67397,18 @@ diff -urNp linux-2.6.38.6/net/socket.c linux-2.6.38.6/net/socket.c
        err =
            security_socket_connect(sock, (struct sockaddr *)&address, addrlen);
        if (err)
-@@ -1877,6 +1937,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.38.6/net/sunrpc/sched.c linux-2.6.38.6/net/sunrpc/sched.c
---- linux-2.6.38.6/net/sunrpc/sched.c  2011-04-18 17:27:14.000000000 -0400
-+++ linux-2.6.38.6/net/sunrpc/sched.c  2011-04-28 19:34:15.000000000 -0400
+               if (get_compat_msghdr(msg_sys, msg_compat))
+diff -urNp linux-3.0.3/net/sunrpc/sched.c linux-3.0.3/net/sunrpc/sched.c
+--- linux-3.0.3/net/sunrpc/sched.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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)
@@ -69024,9 +67421,9 @@ diff -urNp linux-2.6.38.6/net/sunrpc/sched.c linux-2.6.38.6/net/sunrpc/sched.c
  }
  #else
  static inline void rpc_task_set_debuginfo(struct rpc_task *task)
-diff -urNp linux-2.6.38.6/net/sunrpc/xprtrdma/svc_rdma.c linux-2.6.38.6/net/sunrpc/xprtrdma/svc_rdma.c
---- linux-2.6.38.6/net/sunrpc/xprtrdma/svc_rdma.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/net/sunrpc/xprtrdma/svc_rdma.c      2011-04-28 19:57:25.000000000 -0400
+diff -urNp linux-3.0.3/net/sunrpc/xprtrdma/svc_rdma.c linux-3.0.3/net/sunrpc/xprtrdma/svc_rdma.c
+--- linux-3.0.3/net/sunrpc/xprtrdma/svc_rdma.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -69134,9 +67531,9 @@ diff -urNp linux-2.6.38.6/net/sunrpc/xprtrdma/svc_rdma.c linux-2.6.38.6/net/sunr
                .mode           = 0644,
                .proc_handler   = read_reset_stat,
        },
-diff -urNp linux-2.6.38.6/net/sunrpc/xprtrdma/svc_rdma_recvfrom.c linux-2.6.38.6/net/sunrpc/xprtrdma/svc_rdma_recvfrom.c
---- linux-2.6.38.6/net/sunrpc/xprtrdma/svc_rdma_recvfrom.c     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/net/sunrpc/xprtrdma/svc_rdma_recvfrom.c     2011-04-28 19:57:25.000000000 -0400
+diff -urNp linux-3.0.3/net/sunrpc/xprtrdma/svc_rdma_recvfrom.c linux-3.0.3/net/sunrpc/xprtrdma/svc_rdma_recvfrom.c
+--- linux-3.0.3/net/sunrpc/xprtrdma/svc_rdma_recvfrom.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -69164,9 +67561,9 @@ diff -urNp linux-2.6.38.6/net/sunrpc/xprtrdma/svc_rdma_recvfrom.c linux-2.6.38.6
  
        /* Build up the XDR from the receive buffers. */
        rdma_build_arg_xdr(rqstp, ctxt, ctxt->byte_len);
-diff -urNp linux-2.6.38.6/net/sunrpc/xprtrdma/svc_rdma_sendto.c linux-2.6.38.6/net/sunrpc/xprtrdma/svc_rdma_sendto.c
---- linux-2.6.38.6/net/sunrpc/xprtrdma/svc_rdma_sendto.c       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/net/sunrpc/xprtrdma/svc_rdma_sendto.c       2011-04-28 19:57:25.000000000 -0400
+diff -urNp linux-3.0.3/net/sunrpc/xprtrdma/svc_rdma_sendto.c linux-3.0.3/net/sunrpc/xprtrdma/svc_rdma_sendto.c
+--- linux-3.0.3/net/sunrpc/xprtrdma/svc_rdma_sendto.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
  
@@ -69176,9 +67573,9 @@ diff -urNp linux-2.6.38.6/net/sunrpc/xprtrdma/svc_rdma_sendto.c linux-2.6.38.6/n
        if (svc_rdma_send(xprt, &write_wr))
                goto err;
        return 0;
-diff -urNp linux-2.6.38.6/net/sunrpc/xprtrdma/svc_rdma_transport.c linux-2.6.38.6/net/sunrpc/xprtrdma/svc_rdma_transport.c
---- linux-2.6.38.6/net/sunrpc/xprtrdma/svc_rdma_transport.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/net/sunrpc/xprtrdma/svc_rdma_transport.c    2011-04-28 19:57:25.000000000 -0400
+diff -urNp linux-3.0.3/net/sunrpc/xprtrdma/svc_rdma_transport.c linux-3.0.3/net/sunrpc/xprtrdma/svc_rdma_transport.c
+--- linux-3.0.3/net/sunrpc/xprtrdma/svc_rdma_transport.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
  
@@ -69215,7 +67612,7 @@ diff -urNp linux-2.6.38.6/net/sunrpc/xprtrdma/svc_rdma_transport.c linux-2.6.38.
  }
  
  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);
@@ -69224,9 +67621,9 @@ diff -urNp linux-2.6.38.6/net/sunrpc/xprtrdma/svc_rdma_transport.c linux-2.6.38.
  
                        /* See if we can opportunistically reap SQ WR to make room */
                        sq_cq_reap(xprt);
-diff -urNp linux-2.6.38.6/net/sysctl_net.c linux-2.6.38.6/net/sysctl_net.c
---- linux-2.6.38.6/net/sysctl_net.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/net/sysctl_net.c    2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/net/sysctl_net.c linux-3.0.3/net/sysctl_net.c
+--- linux-3.0.3/net/sysctl_net.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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)
  {
@@ -69236,9 +67633,9 @@ diff -urNp linux-2.6.38.6/net/sysctl_net.c linux-2.6.38.6/net/sysctl_net.c
                int mode = (table->mode >> 6) & 7;
                return (mode << 6) | (mode << 3) | mode;
        }
-diff -urNp linux-2.6.38.6/net/unix/af_unix.c linux-2.6.38.6/net/unix/af_unix.c
---- linux-2.6.38.6/net/unix/af_unix.c  2011-05-10 22:06:29.000000000 -0400
-+++ linux-2.6.38.6/net/unix/af_unix.c  2011-05-10 22:09:03.000000000 -0400
+diff -urNp linux-3.0.3/net/unix/af_unix.c linux-3.0.3/net/unix/af_unix.c
+--- linux-3.0.3/net/unix/af_unix.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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))
@@ -69257,7 +67654,7 @@ diff -urNp linux-2.6.38.6/net/unix/af_unix.c linux-2.6.38.6/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;
@@ -69285,33 +67682,21 @@ diff -urNp linux-2.6.38.6/net/unix/af_unix.c linux-2.6.38.6/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)];
-@@ -2249,7 +2274,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.38.6/net/wireless/wext-core.c linux-2.6.38.6/net/wireless/wext-core.c
---- linux-2.6.38.6/net/wireless/wext-core.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/net/wireless/wext-core.c    2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/net/wireless/core.h linux-3.0.3/net/wireless/core.h
+--- linux-3.0.3/net/wireless/core.h    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.3/net/wireless/wext-core.c linux-3.0.3/net/wireless/wext-core.c
+--- linux-3.0.3/net/wireless/wext-core.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/net/wireless/wext-core.c       2011-08-23 21:47:56.000000000 -0400
 @@ -746,8 +746,7 @@ static int ioctl_standard_iw_point(struc
                 */
  
@@ -69345,10 +67730,10 @@ diff -urNp linux-2.6.38.6/net/wireless/wext-core.c linux-2.6.38.6/net/wireless/w
        err = handler(dev, info, (union iwreq_data *) iwp, extra);
  
        iwp->length += essid_compat;
-diff -urNp linux-2.6.38.6/net/xfrm/xfrm_policy.c linux-2.6.38.6/net/xfrm/xfrm_policy.c
---- linux-2.6.38.6/net/xfrm/xfrm_policy.c      2011-04-22 19:20:59.000000000 -0400
-+++ linux-2.6.38.6/net/xfrm/xfrm_policy.c      2011-04-28 19:57:25.000000000 -0400
-@@ -296,7 +296,7 @@ static void xfrm_policy_kill(struct xfrm
+diff -urNp linux-3.0.3/net/xfrm/xfrm_policy.c linux-3.0.3/net/xfrm/xfrm_policy.c
+--- linux-3.0.3/net/xfrm/xfrm_policy.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
  
@@ -69357,7 +67742,7 @@ diff -urNp linux-2.6.38.6/net/xfrm/xfrm_policy.c linux-2.6.38.6/net/xfrm/xfrm_po
  
        if (del_timer(&policy->timer))
                xfrm_pol_put(policy);
-@@ -575,7 +575,7 @@ int xfrm_policy_insert(int dir, struct x
+@@ -583,7 +583,7 @@ int xfrm_policy_insert(int dir, struct x
                hlist_add_head(&policy->bydst, chain);
        xfrm_pol_hold(policy);
        net->xfrm.policy_count[dir]++;
@@ -69366,34 +67751,34 @@ diff -urNp linux-2.6.38.6/net/xfrm/xfrm_policy.c linux-2.6.38.6/net/xfrm/xfrm_po
        if (delpol)
                __xfrm_policy_unlink(delpol, dir);
        policy->index = delpol ? delpol->index : xfrm_gen_index(net, dir);
-@@ -1507,7 +1507,7 @@ free_dst:
+@@ -1528,7 +1528,7 @@ free_dst:
        goto out;
  }
  
 -static int inline
 +static inline int
- xfrm_dst_alloc_copy(void **target, void *src, int size)
+ xfrm_dst_alloc_copy(void **target, const void *src, int size)
  {
        if (!*target) {
-@@ -1519,7 +1519,7 @@ xfrm_dst_alloc_copy(void **target, void 
+@@ -1540,7 +1540,7 @@ xfrm_dst_alloc_copy(void **target, const
        return 0;
  }
  
 -static int inline
 +static inline int
- xfrm_dst_update_parent(struct dst_entry *dst, struct xfrm_selector *sel)
+ xfrm_dst_update_parent(struct dst_entry *dst, const struct xfrm_selector *sel)
  {
  #ifdef CONFIG_XFRM_SUB_POLICY
-@@ -1531,7 +1531,7 @@ xfrm_dst_update_parent(struct dst_entry 
+@@ -1552,7 +1552,7 @@ xfrm_dst_update_parent(struct dst_entry 
  #endif
  }
  
 -static int inline
 +static inline int
- xfrm_dst_update_origin(struct dst_entry *dst, struct flowi *fl)
+ xfrm_dst_update_origin(struct dst_entry *dst, const struct flowi *fl)
  {
  #ifdef CONFIG_XFRM_SUB_POLICY
-@@ -1625,7 +1625,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);
@@ -69402,7 +67787,7 @@ diff -urNp linux-2.6.38.6/net/xfrm/xfrm_policy.c linux-2.6.38.6/net/xfrm/xfrm_po
  
        return xdst;
  }
-@@ -2319,7 +2319,7 @@ static int xfrm_bundle_ok(struct xfrm_po
+@@ -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 &&
@@ -69410,8 +67795,8 @@ diff -urNp linux-2.6.38.6/net/xfrm/xfrm_policy.c linux-2.6.38.6/net/xfrm/xfrm_po
 +                  xdst->policy_genid != atomic_read_unchecked(&xdst->pols[0]->genid))
                        return 0;
  
-               if (strict && fl &&
-@@ -2852,7 +2852,7 @@ static int xfrm_policy_migrate(struct xf
+               mtu = dst_mtu(dst->child);
+@@ -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 */
@@ -69420,10 +67805,10 @@ diff -urNp linux-2.6.38.6/net/xfrm/xfrm_policy.c linux-2.6.38.6/net/xfrm/xfrm_po
                }
        }
  
-diff -urNp linux-2.6.38.6/net/xfrm/xfrm_user.c linux-2.6.38.6/net/xfrm/xfrm_user.c
---- linux-2.6.38.6/net/xfrm/xfrm_user.c        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/net/xfrm/xfrm_user.c        2011-05-16 21:47:09.000000000 -0400
-@@ -1309,6 +1309,8 @@ static int copy_to_user_tmpl(struct xfrm
+diff -urNp linux-3.0.3/net/xfrm/xfrm_user.c linux-3.0.3/net/xfrm/xfrm_user.c
+--- linux-3.0.3/net/xfrm/xfrm_user.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
  
@@ -69432,7 +67817,7 @@ diff -urNp linux-2.6.38.6/net/xfrm/xfrm_user.c linux-2.6.38.6/net/xfrm/xfrm_user
        if (xp->xfrm_nr == 0)
                return 0;
  
-@@ -1957,6 +1959,8 @@ static int xfrm_do_migrate(struct sk_buf
+@@ -2062,6 +2064,8 @@ static int xfrm_do_migrate(struct sk_buf
        int err;
        int n = 0;
  
@@ -69441,9 +67826,9 @@ diff -urNp linux-2.6.38.6/net/xfrm/xfrm_user.c linux-2.6.38.6/net/xfrm/xfrm_user
        if (attrs[XFRMA_MIGRATE] == NULL)
                return -EINVAL;
  
-diff -urNp linux-2.6.38.6/scripts/basic/fixdep.c linux-2.6.38.6/scripts/basic/fixdep.c
---- linux-2.6.38.6/scripts/basic/fixdep.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/scripts/basic/fixdep.c      2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/scripts/basic/fixdep.c linux-3.0.3/scripts/basic/fixdep.c
+--- linux-3.0.3/scripts/basic/fixdep.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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)
@@ -69465,9 +67850,59 @@ diff -urNp linux-2.6.38.6/scripts/basic/fixdep.c linux-2.6.38.6/scripts/basic/fi
  
        if (*p != INT_CONF) {
                fprintf(stderr, "fixdep: sizeof(int) != 4 or wrong endianess? %#x\n",
-diff -urNp linux-2.6.38.6/scripts/mod/file2alias.c linux-2.6.38.6/scripts/mod/file2alias.c
---- linux-2.6.38.6/scripts/mod/file2alias.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/scripts/mod/file2alias.c    2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/scripts/gcc-plugin.sh linux-3.0.3/scripts/gcc-plugin.sh
+--- linux-3.0.3/scripts/gcc-plugin.sh  1969-12-31 19:00:00.000000000 -0500
++++ linux-3.0.3/scripts/gcc-plugin.sh  2011-08-23 21:47:56.000000000 -0400
+@@ -0,0 +1,2 @@
++#!/bin/sh
++echo "#include \"gcc-plugin.h\"" | $* -x c -shared - -o /dev/null -I`$* -print-file-name=plugin`/include >/dev/null 2>&1 && echo "y"
+diff -urNp linux-3.0.3/scripts/Makefile.build linux-3.0.3/scripts/Makefile.build
+--- linux-3.0.3/scripts/Makefile.build 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.3/scripts/Makefile.clean linux-3.0.3/scripts/Makefile.clean
+--- linux-3.0.3/scripts/Makefile.clean 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.3/scripts/Makefile.host linux-3.0.3/scripts/Makefile.host
+--- linux-3.0.3/scripts/Makefile.host  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.3/scripts/mod/file2alias.c linux-3.0.3/scripts/mod/file2alias.c
+--- linux-3.0.3/scripts/mod/file2alias.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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)
@@ -69513,7 +67948,7 @@ diff -urNp linux-2.6.38.6/scripts/mod/file2alias.c linux-2.6.38.6/scripts/mod/fi
  
                                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)
  {
@@ -69522,10 +67957,10 @@ diff -urNp linux-2.6.38.6/scripts/mod/file2alias.c linux-2.6.38.6/scripts/mod/fi
  
        sprintf(alias, "dmi*");
  
-diff -urNp linux-2.6.38.6/scripts/mod/modpost.c linux-2.6.38.6/scripts/mod/modpost.c
---- linux-2.6.38.6/scripts/mod/modpost.c       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/scripts/mod/modpost.c       2011-04-28 19:34:15.000000000 -0400
-@@ -896,6 +896,7 @@ enum mismatch {
+diff -urNp linux-3.0.3/scripts/mod/modpost.c linux-3.0.3/scripts/mod/modpost.c
+--- linux-3.0.3/scripts/mod/modpost.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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,
@@ -69533,7 +67968,7 @@ diff -urNp linux-2.6.38.6/scripts/mod/modpost.c linux-2.6.38.6/scripts/mod/modpo
  };
  
  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 },
@@ -69546,7 +67981,7 @@ diff -urNp linux-2.6.38.6/scripts/mod/modpost.c linux-2.6.38.6/scripts/mod/modpo
  }
  };
  
-@@ -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;
@@ -69559,7 +67994,7 @@ diff -urNp linux-2.6.38.6/scripts/mod/modpost.c linux-2.6.38.6/scripts/mod/modpo
                if (d < 0)
                        d = addr - sym->st_value;
                if (d < distance) {
-@@ -1401,6 +1408,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;
@@ -69574,7 +68009,16 @@ diff -urNp linux-2.6.38.6/scripts/mod/modpost.c linux-2.6.38.6/scripts/mod/modpo
        }
        fprintf(stderr, "\n");
  }
-@@ -1724,7 +1739,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);
  }
  
@@ -69583,7 +68027,7 @@ diff -urNp linux-2.6.38.6/scripts/mod/modpost.c linux-2.6.38.6/scripts/mod/modpo
  {
        if (buf->size - buf->pos < len) {
                buf->size += len + SZ;
-@@ -1936,7 +1951,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;
  
@@ -69592,9 +68036,9 @@ diff -urNp linux-2.6.38.6/scripts/mod/modpost.c linux-2.6.38.6/scripts/mod/modpo
                goto close_write;
  
        tmp = NOFAIL(malloc(b->pos));
-diff -urNp linux-2.6.38.6/scripts/mod/modpost.h linux-2.6.38.6/scripts/mod/modpost.h
---- linux-2.6.38.6/scripts/mod/modpost.h       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/scripts/mod/modpost.h       2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/scripts/mod/modpost.h linux-3.0.3/scripts/mod/modpost.h
+--- linux-3.0.3/scripts/mod/modpost.h  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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 {
@@ -69614,9 +68058,9 @@ diff -urNp linux-2.6.38.6/scripts/mod/modpost.h linux-2.6.38.6/scripts/mod/modpo
  
  struct module {
        struct module *next;
-diff -urNp linux-2.6.38.6/scripts/mod/sumversion.c linux-2.6.38.6/scripts/mod/sumversion.c
---- linux-2.6.38.6/scripts/mod/sumversion.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/scripts/mod/sumversion.c    2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/scripts/mod/sumversion.c linux-3.0.3/scripts/mod/sumversion.c
+--- linux-3.0.3/scripts/mod/sumversion.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
        }
@@ -69626,9 +68070,9 @@ diff -urNp linux-2.6.38.6/scripts/mod/sumversion.c linux-2.6.38.6/scripts/mod/su
                warn("writing sum in %s failed: %s\n",
                        filename, strerror(errno));
                goto out;
-diff -urNp linux-2.6.38.6/scripts/pnmtologo.c linux-2.6.38.6/scripts/pnmtologo.c
---- linux-2.6.38.6/scripts/pnmtologo.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/scripts/pnmtologo.c 2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/scripts/pnmtologo.c linux-3.0.3/scripts/pnmtologo.c
+--- linux-3.0.3/scripts/pnmtologo.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);
@@ -69655,10 +68099,10 @@ diff -urNp linux-2.6.38.6/scripts/pnmtologo.c linux-2.6.38.6/scripts/pnmtologo.c
            logoname);
      write_hex_cnt = 0;
      for (i = 0; i < logo_clutsize; i++) {
-diff -urNp linux-2.6.38.6/security/apparmor/lsm.c linux-2.6.38.6/security/apparmor/lsm.c
---- linux-2.6.38.6/security/apparmor/lsm.c     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/security/apparmor/lsm.c     2011-04-28 19:34:15.000000000 -0400
-@@ -619,7 +619,7 @@ static int apparmor_task_setrlimit(struc
+diff -urNp linux-3.0.3/security/apparmor/lsm.c linux-3.0.3/security/apparmor/lsm.c
+--- linux-3.0.3/security/apparmor/lsm.c        2011-08-23 21:44:40.000000000 -0400
++++ linux-3.0.3/security/apparmor/lsm.c        2011-08-23 21:48:14.000000000 -0400
+@@ -621,7 +621,7 @@ static int apparmor_task_setrlimit(struc
        return error;
  }
  
@@ -69667,31 +68111,27 @@ diff -urNp linux-2.6.38.6/security/apparmor/lsm.c linux-2.6.38.6/security/apparm
        .name =                         "apparmor",
  
        .ptrace_access_check =          apparmor_ptrace_access_check,
-diff -urNp linux-2.6.38.6/security/commoncap.c linux-2.6.38.6/security/commoncap.c
---- linux-2.6.38.6/security/commoncap.c        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/security/commoncap.c        2011-04-28 19:34:15.000000000 -0400
-@@ -27,6 +27,7 @@
+diff -urNp linux-3.0.3/security/commoncap.c linux-3.0.3/security/commoncap.c
+--- linux-3.0.3/security/commoncap.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/security/commoncap.c   2011-08-23 21:48:14.000000000 -0400
+@@ -28,6 +28,7 @@
  #include <linux/prctl.h>
  #include <linux/securebits.h>
// #include <linux/vs_context.h>
#include <linux/user_namespace.h>
 +#include <net/sock.h>
  
  /*
   * If a non-root user executes a setuid-root binary in
-@@ -50,9 +51,11 @@ static void warn_setuid_and_fcaps_mixed(
-       }
- }
+@@ -58,7 +59,7 @@ int cap_netlink_send(struct sock *sk, st
  
-+extern kernel_cap_t gr_cap_rtnetlink(struct sock *sk);
-+
- int cap_netlink_send(struct sock *sk, struct sk_buff *skb)
+ int cap_netlink_recv(struct sk_buff *skb, int cap)
  {
--      NETLINK_CB(skb).eff_cap = vx_mbcaps(current_cap());
-+      NETLINK_CB(skb).eff_cap = vx_mbcaps(gr_cap_rtnetlink(sk));
+-      if (!cap_raised(current_cap(), cap))
++      if (!cap_raised(current_cap(), cap) || !gr_is_capable(cap))
+               return -EPERM;
        return 0;
  }
-@@ -534,6 +537,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();
  
@@ -69701,9 +68141,9 @@ diff -urNp linux-2.6.38.6/security/commoncap.c linux-2.6.38.6/security/commoncap
        if (cred->uid != 0) {
                if (bprm->cap_effective)
                        return 1;
-diff -urNp linux-2.6.38.6/security/integrity/ima/ima_api.c linux-2.6.38.6/security/integrity/ima/ima_api.c
---- linux-2.6.38.6/security/integrity/ima/ima_api.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/security/integrity/ima/ima_api.c    2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/security/integrity/ima/ima_api.c linux-3.0.3/security/integrity/ima/ima_api.c
+--- linux-3.0.3/security/integrity/ima/ima_api.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
  
@@ -69713,9 +68153,9 @@ diff -urNp linux-2.6.38.6/security/integrity/ima/ima_api.c linux-2.6.38.6/securi
  
        entry = kmalloc(sizeof(*entry), GFP_KERNEL);
        if (!entry) {
-diff -urNp linux-2.6.38.6/security/integrity/ima/ima_fs.c linux-2.6.38.6/security/integrity/ima/ima_fs.c
---- linux-2.6.38.6/security/integrity/ima/ima_fs.c     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/security/integrity/ima/ima_fs.c     2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/security/integrity/ima/ima_fs.c linux-3.0.3/security/integrity/ima/ima_fs.c
+--- linux-3.0.3/security/integrity/ima/ima_fs.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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
@@ -69731,9 +68171,9 @@ diff -urNp linux-2.6.38.6/security/integrity/ima/ima_fs.c linux-2.6.38.6/securit
        return simple_read_from_buffer(buf, count, ppos, tmpbuf, len);
  }
  
-diff -urNp linux-2.6.38.6/security/integrity/ima/ima.h linux-2.6.38.6/security/integrity/ima/ima.h
---- linux-2.6.38.6/security/integrity/ima/ima.h        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/security/integrity/ima/ima.h        2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/security/integrity/ima/ima.h linux-3.0.3/security/integrity/ima/ima.h
+--- linux-3.0.3/security/integrity/ima/ima.h   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
  
@@ -69745,9 +68185,9 @@ diff -urNp linux-2.6.38.6/security/integrity/ima/ima.h linux-2.6.38.6/security/i
        struct hlist_head queue[IMA_MEASURE_HTABLE_SIZE];
  };
  extern struct ima_h_table ima_htable;
-diff -urNp linux-2.6.38.6/security/integrity/ima/ima_queue.c linux-2.6.38.6/security/integrity/ima/ima_queue.c
---- linux-2.6.38.6/security/integrity/ima/ima_queue.c  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/security/integrity/ima/ima_queue.c  2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/security/integrity/ima/ima_queue.c linux-3.0.3/security/integrity/ima/ima_queue.c
+--- linux-3.0.3/security/integrity/ima/ima_queue.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);
@@ -69757,10 +68197,10 @@ diff -urNp linux-2.6.38.6/security/integrity/ima/ima_queue.c linux-2.6.38.6/secu
        key = ima_hash_key(entry->digest);
        hlist_add_head_rcu(&qe->hnext, &ima_htable.queue[key]);
        return 0;
-diff -urNp linux-2.6.38.6/security/Kconfig linux-2.6.38.6/security/Kconfig
---- linux-2.6.38.6/security/Kconfig    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/security/Kconfig    2011-04-30 19:58:48.000000000 -0400
-@@ -4,6 +4,548 @@
+diff -urNp linux-3.0.3/security/Kconfig linux-3.0.3/security/Kconfig
+--- linux-3.0.3/security/Kconfig       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/security/Kconfig       2011-08-23 21:48:14.000000000 -0400
+@@ -4,6 +4,554 @@
  
  menu "Security options"
  
@@ -70235,6 +68675,12 @@ diff -urNp linux-2.6.38.6/security/Kconfig linux-2.6.38.6/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
@@ -70275,8 +68721,8 @@ diff -urNp linux-2.6.38.6/security/Kconfig linux-2.6.38.6/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
@@ -70309,19 +68755,19 @@ diff -urNp linux-2.6.38.6/security/Kconfig linux-2.6.38.6/security/Kconfig
  config KEYS
        bool "Enable access key retention support"
        help
-@@ -167,7 +709,7 @@ config INTEL_TXT
+@@ -167,7 +715,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
+-      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
-         from userspace allocation.  Keeping a user from writing to low pages
-diff -urNp linux-2.6.38.6/security/keys/keyring.c linux-2.6.38.6/security/keys/keyring.c
---- linux-2.6.38.6/security/keys/keyring.c     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/security/keys/keyring.c     2011-04-28 19:34:15.000000000 -0400
-@@ -213,15 +213,15 @@ static long keyring_read(const struct ke
+diff -urNp linux-3.0.3/security/keys/keyring.c linux-3.0.3/security/keys/keyring.c
+--- linux-3.0.3/security/keys/keyring.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
  
                        for (loop = 0; loop < klist->nkeys; loop++) {
@@ -70340,9 +68786,9 @@ diff -urNp linux-2.6.38.6/security/keys/keyring.c linux-2.6.38.6/security/keys/k
                                        goto error;
  
                                buflen -= tmp;
-diff -urNp linux-2.6.38.6/security/min_addr.c linux-2.6.38.6/security/min_addr.c
---- linux-2.6.38.6/security/min_addr.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/security/min_addr.c 2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/security/min_addr.c linux-3.0.3/security/min_addr.c
+--- linux-3.0.3/security/min_addr.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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)
@@ -70359,9 +68805,9 @@ diff -urNp linux-2.6.38.6/security/min_addr.c linux-2.6.38.6/security/min_addr.c
  }
  
  /*
-diff -urNp linux-2.6.38.6/security/security.c linux-2.6.38.6/security/security.c
---- linux-2.6.38.6/security/security.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/security/security.c 2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/security/security.c linux-3.0.3/security/security.c
+--- linux-3.0.3/security/security.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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);
@@ -70383,10 +68829,10 @@ diff -urNp linux-2.6.38.6/security/security.c linux-2.6.38.6/security/security.c
  }
  
  /* Save user chosen LSM */
-diff -urNp linux-2.6.38.6/security/selinux/hooks.c linux-2.6.38.6/security/selinux/hooks.c
---- linux-2.6.38.6/security/selinux/hooks.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/security/selinux/hooks.c    2011-04-28 19:34:15.000000000 -0400
-@@ -90,7 +90,6 @@
+diff -urNp linux-3.0.3/security/selinux/hooks.c linux-3.0.3/security/selinux/hooks.c
+--- linux-3.0.3/security/selinux/hooks.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/security/selinux/hooks.c       2011-08-23 21:48:14.000000000 -0400
+@@ -93,7 +93,6 @@
  #define NUM_SEL_MNT_OPTS 5
  
  extern int selinux_nlmsg_lookup(u16 sclass, u16 nlmsg_type, u32 *perm);
@@ -70394,7 +68840,7 @@ diff -urNp linux-2.6.38.6/security/selinux/hooks.c linux-2.6.38.6/security/selin
  
  /* SECMARK reference count */
  atomic_t selinux_secmark_refcount = ATOMIC_INIT(0);
-@@ -5395,7 +5394,7 @@ static int selinux_key_getsecurity(struc
+@@ -5454,7 +5453,7 @@ static int selinux_key_getsecurity(struc
  
  #endif
  
@@ -70403,10 +68849,22 @@ diff -urNp linux-2.6.38.6/security/selinux/hooks.c linux-2.6.38.6/security/selin
        .name =                         "selinux",
  
        .ptrace_access_check =          selinux_ptrace_access_check,
-diff -urNp linux-2.6.38.6/security/selinux/ss/services.c linux-2.6.38.6/security/selinux/ss/services.c
---- linux-2.6.38.6/security/selinux/ss/services.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/security/selinux/ss/services.c      2011-05-16 21:47:09.000000000 -0400
-@@ -1769,6 +1769,8 @@ int security_load_policy(void *data, siz
+diff -urNp linux-3.0.3/security/selinux/include/xfrm.h linux-3.0.3/security/selinux/include/xfrm.h
+--- linux-3.0.3/security/selinux/include/xfrm.h        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/security/selinux/include/xfrm.h        2011-08-23 21:47:56.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-3.0.3/security/selinux/ss/services.c linux-3.0.3/security/selinux/ss/services.c
+--- linux-3.0.3/security/selinux/ss/services.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
  
@@ -70415,10 +68873,10 @@ diff -urNp linux-2.6.38.6/security/selinux/ss/services.c linux-2.6.38.6/security
        if (!ss_initialized) {
                avtab_cache_init();
                rc = policydb_read(&policydb, fp);
-diff -urNp linux-2.6.38.6/security/smack/smack_lsm.c linux-2.6.38.6/security/smack/smack_lsm.c
---- linux-2.6.38.6/security/smack/smack_lsm.c  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/security/smack/smack_lsm.c  2011-04-28 19:34:15.000000000 -0400
-@@ -3179,7 +3179,7 @@ static int smack_inode_getsecctx(struct 
+diff -urNp linux-3.0.3/security/smack/smack_lsm.c linux-3.0.3/security/smack/smack_lsm.c
+--- linux-3.0.3/security/smack/smack_lsm.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
  }
  
@@ -70427,9 +68885,9 @@ diff -urNp linux-2.6.38.6/security/smack/smack_lsm.c linux-2.6.38.6/security/sma
        .name =                         "smack",
  
        .ptrace_access_check =          smack_ptrace_access_check,
-diff -urNp linux-2.6.38.6/security/tomoyo/tomoyo.c linux-2.6.38.6/security/tomoyo/tomoyo.c
---- linux-2.6.38.6/security/tomoyo/tomoyo.c    2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/security/tomoyo/tomoyo.c    2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/security/tomoyo/tomoyo.c linux-3.0.3/security/tomoyo/tomoyo.c
+--- linux-3.0.3/security/tomoyo/tomoyo.c       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.
@@ -70439,9 +68897,9 @@ diff -urNp linux-2.6.38.6/security/tomoyo/tomoyo.c linux-2.6.38.6/security/tomoy
        .name                = "tomoyo",
        .cred_alloc_blank    = tomoyo_cred_alloc_blank,
        .cred_prepare        = tomoyo_cred_prepare,
-diff -urNp linux-2.6.38.6/sound/aoa/codecs/onyx.c linux-2.6.38.6/sound/aoa/codecs/onyx.c
---- linux-2.6.38.6/sound/aoa/codecs/onyx.c     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/sound/aoa/codecs/onyx.c     2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/sound/aoa/codecs/onyx.c linux-3.0.3/sound/aoa/codecs/onyx.c
+--- linux-3.0.3/sound/aoa/codecs/onyx.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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,
@@ -70470,9 +68928,9 @@ diff -urNp linux-2.6.38.6/sound/aoa/codecs/onyx.c linux-2.6.38.6/sound/aoa/codec
                onyx->spdif_locked = onyx->analog_locked = 0;
        mutex_unlock(&onyx->mutex);
  
-diff -urNp linux-2.6.38.6/sound/aoa/codecs/onyx.h linux-2.6.38.6/sound/aoa/codecs/onyx.h
---- linux-2.6.38.6/sound/aoa/codecs/onyx.h     2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/sound/aoa/codecs/onyx.h     2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/sound/aoa/codecs/onyx.h linux-3.0.3/sound/aoa/codecs/onyx.h
+--- linux-3.0.3/sound/aoa/codecs/onyx.h        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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>
@@ -70481,9 +68939,48 @@ diff -urNp linux-2.6.38.6/sound/aoa/codecs/onyx.h linux-2.6.38.6/sound/aoa/codec
  
  /* PCM3052 register definitions */
  
-diff -urNp linux-2.6.38.6/sound/drivers/mts64.c linux-2.6.38.6/sound/drivers/mts64.c
---- linux-2.6.38.6/sound/drivers/mts64.c       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/sound/drivers/mts64.c       2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/sound/core/seq/seq_device.c linux-3.0.3/sound/core/seq/seq_device.c
+--- linux-3.0.3/sound/core/seq/seq_device.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.3/sound/drivers/mts64.c linux-3.0.3/sound/drivers/mts64.c
+--- linux-3.0.3/sound/drivers/mts64.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/sound/drivers/mts64.c  2011-08-23 21:47:56.000000000 -0400
 @@ -28,6 +28,7 @@
  #include <sound/initval.h>
  #include <sound/rawmidi.h>
@@ -70540,9 +69037,21 @@ diff -urNp linux-2.6.38.6/sound/drivers/mts64.c linux-2.6.38.6/sound/drivers/mts
  
        return 0;
  }
-diff -urNp linux-2.6.38.6/sound/drivers/portman2x4.c linux-2.6.38.6/sound/drivers/portman2x4.c
---- linux-2.6.38.6/sound/drivers/portman2x4.c  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/sound/drivers/portman2x4.c  2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/sound/drivers/opl4/opl4_lib.c linux-3.0.3/sound/drivers/opl4/opl4_lib.c
+--- linux-3.0.3/sound/drivers/opl4/opl4_lib.c  2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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 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.3/sound/drivers/portman2x4.c linux-3.0.3/sound/drivers/portman2x4.c
+--- linux-3.0.3/sound/drivers/portman2x4.c     2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/sound/drivers/portman2x4.c     2011-08-23 21:47:56.000000000 -0400
 @@ -47,6 +47,7 @@
  #include <sound/initval.h>
  #include <sound/rawmidi.h>
@@ -70560,9 +69069,97 @@ diff -urNp linux-2.6.38.6/sound/drivers/portman2x4.c linux-2.6.38.6/sound/driver
        int mode[PORTMAN_NUM_INPUT_PORTS];
        struct snd_rawmidi_substream *midi_input[PORTMAN_NUM_INPUT_PORTS];
  };
-diff -urNp linux-2.6.38.6/sound/oss/sb_audio.c linux-2.6.38.6/sound/oss/sb_audio.c
---- linux-2.6.38.6/sound/oss/sb_audio.c        2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/sound/oss/sb_audio.c        2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/sound/firewire/amdtp.c linux-3.0.3/sound/firewire/amdtp.c
+--- linux-3.0.3/sound/firewire/amdtp.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
+               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;
+ }
+ EXPORT_SYMBOL(amdtp_out_stream_update);
+diff -urNp linux-3.0.3/sound/firewire/amdtp.h linux-3.0.3/sound/firewire/amdtp.h
+--- linux-3.0.3/sound/firewire/amdtp.h 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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.3/sound/firewire/isight.c linux-3.0.3/sound/firewire/isight.c
+--- linux-3.0.3/sound/firewire/isight.c        2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
+-      ACCESS_ONCE(isight->pcm_active) = true;
++      ACCESS_ONCE_RW(isight->pcm_active) = true;
+       return 0;
+ }
+@@ -341,7 +341,7 @@ static int isight_hw_free(struct snd_pcm
+ {
+       struct isight *isight = substream->private_data;
+-      ACCESS_ONCE(isight->pcm_active) = false;
++      ACCESS_ONCE_RW(isight->pcm_active) = false;
+       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.3/sound/isa/cmi8330.c linux-3.0.3/sound/isa/cmi8330.c
+--- linux-3.0.3/sound/isa/cmi8330.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/sound/isa/cmi8330.c    2011-08-23 21:47:56.000000000 -0400
+@@ -172,7 +172,7 @@ struct snd_cmi8330 {
+       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.3/sound/oss/sb_audio.c linux-3.0.3/sound/oss/sb_audio.c
+--- linux-3.0.3/sound/oss/sb_audio.c   2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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)
@@ -70572,9 +69169,9 @@ diff -urNp linux-2.6.38.6/sound/oss/sb_audio.c linux-2.6.38.6/sound/oss/sb_audio
                        if (copy_from_user(lbuf8,
                                           userbuf+useroffs + p,
                                           locallen))
-diff -urNp linux-2.6.38.6/sound/oss/swarm_cs4297a.c linux-2.6.38.6/sound/oss/swarm_cs4297a.c
---- linux-2.6.38.6/sound/oss/swarm_cs4297a.c   2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/sound/oss/swarm_cs4297a.c   2011-04-28 19:34:15.000000000 -0400
+diff -urNp linux-3.0.3/sound/oss/swarm_cs4297a.c linux-3.0.3/sound/oss/swarm_cs4297a.c
+--- linux-3.0.3/sound/oss/swarm_cs4297a.c      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -70609,21 +69206,68 @@ diff -urNp linux-2.6.38.6/sound/oss/swarm_cs4297a.c linux-2.6.38.6/sound/oss/swa
  
                  list_add(&s->list, &cs4297a_devs);
  
-diff -urNp linux-2.6.38.6/sound/pci/intel8x0m.c linux-2.6.38.6/sound/pci/intel8x0m.c
---- linux-2.6.38.6/sound/pci/intel8x0m.c       2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/sound/pci/intel8x0m.c       2011-04-28 19:34:15.000000000 -0400
-@@ -1264,7 +1264,7 @@ static struct shortname_table {
-       { 0x5455, "ALi M5455" },
-       { 0x746d, "AMD AMD8111" },
+diff -urNp linux-3.0.3/sound/pci/hda/hda_codec.h linux-3.0.3/sound/pci/hda/hda_codec.h
+--- linux-3.0.3/sound/pci/hda/hda_codec.h      2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
+ /* template to pass to the bus constructor */
+ struct hda_bus_template {
+@@ -713,6 +713,7 @@ struct hda_codec_ops {
  #endif
--      { 0 },
-+      { 0, },
+       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.3/sound/pci/ice1712/ice1712.h linux-3.0.3/sound/pci/ice1712/ice1712.h
+--- linux-3.0.3/sound/pci/ice1712/ice1712.h    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
  };
  
- static int __devinit snd_intel8x0m_probe(struct pci_dev *pci,
-diff -urNp linux-2.6.38.6/sound/pci/ymfpci/ymfpci_main.c linux-2.6.38.6/sound/pci/ymfpci/ymfpci_main.c
---- linux-2.6.38.6/sound/pci/ymfpci/ymfpci_main.c      2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/sound/pci/ymfpci/ymfpci_main.c      2011-04-28 19:57:25.000000000 -0400
+diff -urNp linux-3.0.3/sound/pci/ymfpci/ymfpci_main.c linux-3.0.3/sound/pci/ymfpci/ymfpci_main.c
+--- linux-3.0.3/sound/pci/ymfpci/ymfpci_main.c 2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -70664,10 +69308,575 @@ diff -urNp linux-2.6.38.6/sound/pci/ymfpci/ymfpci_main.c linux-2.6.38.6/sound/pc
        chip->card = card;
        chip->pci = pci;
        chip->irq = -1;
-diff -urNp linux-2.6.38.6/usr/gen_init_cpio.c linux-2.6.38.6/usr/gen_init_cpio.c
---- linux-2.6.38.6/usr/gen_init_cpio.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/usr/gen_init_cpio.c 2011-04-28 19:34:15.000000000 -0400
-@@ -305,7 +305,7 @@ static int cpio_mkfile(const char *name,
+diff -urNp linux-3.0.3/sound/soc/soc-core.c linux-3.0.3/sound/soc/soc-core.c
+--- linux-3.0.3/sound/soc/soc-core.c   2011-08-23 21:44:40.000000000 -0400
++++ linux-3.0.3/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.3/sound/usb/card.h linux-3.0.3/sound/usb/card.h
+--- linux-3.0.3/sound/usb/card.h       2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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) */
+ };
+ struct snd_usb_stream {
+diff -urNp linux-3.0.3/tools/gcc/constify_plugin.c linux-3.0.3/tools/gcc/constify_plugin.c
+--- linux-3.0.3/tools/gcc/constify_plugin.c    1969-12-31 19:00:00.000000000 -0500
++++ linux-3.0.3/tools/gcc/constify_plugin.c    2011-08-23 22:35:28.000000000 -0400
+@@ -0,0 +1,258 @@
++/*
++ * Copyright 2011 by Emese Revfy <re.emese@gmail.com>
++ * Licensed under the GPL v2, or (at your option) v3
++ *
++ * This gcc plugin constifies all structures which contain only function pointers and const fields.
++ *
++ * 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"
++
++int plugin_is_GPL_compatible;
++
++static struct plugin_info const_plugin_info = {
++      .version        = "20110817",
++      .help           = "no-constify\tturn off constification\n",
++};
++
++static bool walk_struct(tree node);
++
++static void deconstify_node(tree node)
++{
++      tree field;
++
++      for (field = TYPE_FIELDS(node); field; field = TREE_CHAIN(field)) {
++              enum tree_code code = TREE_CODE(TREE_TYPE(field));
++              if (code == RECORD_TYPE || code == UNION_TYPE)
++                      deconstify_node(TREE_TYPE(field));
++              TREE_READONLY(field) = 0;
++              TREE_READONLY(TREE_TYPE(field)) = 0;
++      }
++}
++
++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 (!DECL_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("no_const", TYPE_ATTRIBUTES(type))) {
++              error("%qE attribute is already applied to the type", name);
++              return NULL_TREE;
++      }
++
++      if (TREE_CODE(*node) == TYPE_DECL && !TREE_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) = build_qualified_type(type, TYPE_QUALS(type) & ~TYPE_QUAL_CONST);
++              TYPE_FIELDS(TREE_TYPE(*node)) = copy_list(TYPE_FIELDS(TREE_TYPE(*node)));
++              deconstify_node(TREE_TYPE(*node));
++              return NULL_TREE;
++      }
++
++      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 void register_attributes(void *event_data, void *data)
++{
++      register_attribute(&no_const_attr);
++}
++
++static void constify_node(tree node)
++{
++      TREE_READONLY(node) = 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) == false && !TREE_READONLY(field))
++                      return false;
++      }
++      return true;
++}
++
++static void finish_type(void *event_data, void *data)
++{
++      tree node = (tree)event_data;
++
++      if (node == NULL_TREE)
++              return;
++
++      if (TREE_READONLY(node))
++              return;
++
++      if (TYPE_FIELDS(node) == NULL_TREE)
++              return;
++
++      if (walk_struct(node))
++              constify_node(node);
++}
++
++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_MINOR__ >= 6
++      FOR_EACH_REFERENCED_VAR(cfun, var, rvi) {
++#else
++      FOR_EACH_REFERENCED_VAR(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 (!TREE_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.3/tools/gcc/Makefile linux-3.0.3/tools/gcc/Makefile
+--- linux-3.0.3/tools/gcc/Makefile     1969-12-31 19:00:00.000000000 -0500
++++ linux-3.0.3/tools/gcc/Makefile     2011-08-23 21:47:56.000000000 -0400
+@@ -0,0 +1,12 @@
++#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
++always := $(hostlibs-y)
++stackleak_plugin-objs := stackleak_plugin.o
++constify_plugin-objs := constify_plugin.o
+diff -urNp linux-3.0.3/tools/gcc/stackleak_plugin.c linux-3.0.3/tools/gcc/stackleak_plugin.c
+--- linux-3.0.3/tools/gcc/stackleak_plugin.c   1969-12-31 19:00:00.000000000 -0500
++++ linux-3.0.3/tools/gcc/stackleak_plugin.c   2011-08-23 21:47:56.000000000 -0400
+@@ -0,0 +1,243 @@
++/*
++ * 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:
++ * - cloned functions are instrumented twice
++ */
++#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        = "201106030000",
++      .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      = 0
++      }
++};
++
++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 decl, type;
++
++      // insert call to void pax_track_stack(void)
++      type = build_function_type_list(void_type_node, NULL_TREE);
++      decl = build_fn_decl(track_function, type);
++      DECL_ASSEMBLER_NAME(decl); // for LTO
++      call = gimple_build_call(decl, 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;
++      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: align 8 built-in BUILT_IN_NORMAL:BUILT_IN_ALLOCA attributes <tree_list 0xb7576450>
++                      tree decl;
++                      gimple stmt = gsi_stmt(gsi);
++
++                      if (!is_gimple_call(stmt))
++                              continue;
++                      decl = gimple_call_fndecl(stmt);
++                      if (!decl)
++                              continue;
++                      if (TREE_CODE(decl) != FUNCTION_DECL)
++                              continue;
++                      if (!DECL_BUILT_IN(decl))
++                              continue;
++                      if (DECL_BUILT_IN_CLASS(decl) != BUILT_IN_NORMAL)
++                              continue;
++                      if (DECL_FUNCTION_CODE(decl) != BUILT_IN_ALLOCA)
++                              continue;
++
++                      // 2. insert track call after each __builtin_alloca call
++                      stackleak_add_instrumentation(&gsi, false);
++//                    print_node(stderr, "pax", decl, 4);
++              }
++      }
++
++      // 3. insert track call at the beginning
++      bb = ENTRY_BLOCK_PTR_FOR_FUNCTION(cfun)->next_bb;
++      gsi = gsi_start_bb(bb);
++      stackleak_add_instrumentation(&gsi, true);
++
++      return 0;
++}
++
++static unsigned int execute_stackleak_final(void)
++{
++      rtx insn;
++
++      if (cfun->calls_alloca)
++              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 if function frame is not big enough
++              if (get_frame_size() >= track_frame_size)
++                      continue;
++              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.3/usr/gen_init_cpio.c linux-3.0.3/usr/gen_init_cpio.c
+--- linux-3.0.3/usr/gen_init_cpio.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
@@ -70676,7 +69885,7 @@ diff -urNp linux-2.6.38.6/usr/gen_init_cpio.c linux-2.6.38.6/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);
@@ -70689,10 +69898,10 @@ diff -urNp linux-2.6.38.6/usr/gen_init_cpio.c linux-2.6.38.6/usr/gen_init_cpio.c
                 } else
                         break;
         }
-diff -urNp linux-2.6.38.6/virt/kvm/kvm_main.c linux-2.6.38.6/virt/kvm/kvm_main.c
---- linux-2.6.38.6/virt/kvm/kvm_main.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.6/virt/kvm/kvm_main.c 2011-04-28 19:57:25.000000000 -0400
-@@ -74,7 +74,7 @@ LIST_HEAD(vm_list);
+diff -urNp linux-3.0.3/virt/kvm/kvm_main.c linux-3.0.3/virt/kvm/kvm_main.c
+--- linux-3.0.3/virt/kvm/kvm_main.c    2011-07-21 22:17:23.000000000 -0400
++++ linux-3.0.3/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;
  static int kvm_usage_count = 0;
@@ -70701,34 +69910,7 @@ diff -urNp linux-2.6.38.6/virt/kvm/kvm_main.c linux-2.6.38.6/virt/kvm/kvm_main.c
  
  struct kmem_cache *kvm_vcpu_cache;
  EXPORT_SYMBOL_GPL(kvm_vcpu_cache);
-@@ -1521,7 +1521,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,
-@@ -1990,7 +1990,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
-@@ -2088,7 +2088,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,
-@@ -2114,7 +2114,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);
@@ -70737,7 +69919,7 @@ diff -urNp linux-2.6.38.6/virt/kvm/kvm_main.c linux-2.6.38.6/virt/kvm/kvm_main.c
                printk(KERN_INFO "kvm: enabling virtualization on "
                                 "CPU%d failed\n", cpu);
        }
-@@ -2168,10 +2168,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) {
@@ -70750,7 +69932,7 @@ diff -urNp linux-2.6.38.6/virt/kvm/kvm_main.c linux-2.6.38.6/virt/kvm/kvm_main.c
                        hardware_disable_all_nolock();
                        r = -EBUSY;
                }
-@@ -2443,7 +2443,7 @@ static void kvm_sched_out(struct preempt
+@@ -2498,7 +2498,7 @@ static void kvm_sched_out(struct preempt
        kvm_arch_vcpu_put(vcpu);
  }
  
@@ -70759,7 +69941,7 @@ diff -urNp linux-2.6.38.6/virt/kvm/kvm_main.c linux-2.6.38.6/virt/kvm/kvm_main.c
                  struct module *module)
  {
        int r;
-@@ -2514,7 +2514,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,
@@ -70767,14 +69949,19 @@ diff -urNp linux-2.6.38.6/virt/kvm/kvm_main.c linux-2.6.38.6/virt/kvm/kvm_main.c
 +                                         SLAB_USERCOPY, NULL);
        if (!kvm_vcpu_cache) {
                r = -ENOMEM;
-               goto out_free_5;
---- linux-2.6.38/drivers/net/mlx4/main.c~      2011-05-18 11:19:52.808043812 +0200
-+++ linux-2.6.38/drivers/net/mlx4/main.c       2011-05-18 11:49:19.999433175 +0200
-@@ -39,6 +39,7 @@
- #include <linux/pci.h>
- #include <linux/dma-mapping.h>
- #include <linux/slab.h>
-+#include <linux/sched.h>
+               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();
  
- #include <linux/mlx4/device.h>
- #include <linux/mlx4/doorbell.h>
+       r = misc_register(&kvm_dev);
+       if (r) {
index d6c8f1f0a3870f85a25b820941903de2e80c1781..e2c031d23bac36ffb1da6c2d1474a11823cff6e1 100644 (file)
@@ -263,7 +263,7 @@ Patch140:   kernel-unionfs.patch
 #
 Patch145:      kernel-aufs2.patch
 Patch146:      kernel-aufs2-unionfs.patch
-Patch147:      kernel-aufs2-no-const-grsec.patch
+
 Patch148:      kernel-aufs2-reiser4.patch
 
 # Show normal colors in menuconfig with ncurses ABI 6
@@ -285,7 +285,7 @@ Patch5000:  kernel-apparmor.patch
 # based on ftp://ftp.leg.uct.ac.za/pub/linux/rip/tmpfs_root-2.6.30.diff.gz
 Patch7000:     kernel-inittmpfs.patch
 
-# based on http://grsecurity.net/~spender/grsecurity-2.2.2-2.6.38.6-201105171931.patch
+# based on http://grsecurity.net/~spender/grsecurity-2.2.2-3.0.3-201108232250.patch
 # NOTE: put raw upstream patches on kernel-grsec_full.patch:GRSECURITY_RAW for reference
 #       (since upstream deletes older patches)
 Patch9999:     kernel-grsec_full.patch
@@ -766,8 +766,6 @@ sed -i 's/-Werror//' arch/alpha/kernel/Makefile
 
 %if %{with grsecurity}
 %patch9999 -p1
-# aufs2 needs to modify those pointers
-%patch147 -p1
 %{?with_vserver:%patch10000 -p1}
 %{?with_vserver:%patch10001 -p1}
 %{?with_vserver:%patch10002 -p1}
This page took 2.55689 seconds and 4 git commands to generate.