Author: arekm                        Date: Mon Apr 18 07:55:34 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- grsec & vserver updated

---- Files affected:
packages/kernel:
   kernel-grsec.config (1.39 -> 1.40) , kernel-grsec_full.patch (1.66 -> 1.67) 
, kernel-multiarch.config (1.64 -> 1.65) , kernel-small_fixes.patch (1.23 -> 
1.24) , kernel-vserver-2.3.patch (1.62 -> 1.63) , kernel-x86.config (1.30 -> 
1.31) , kernel.spec (1.906 -> 1.907) 

---- Diffs:

================================================================
Index: packages/kernel/kernel-grsec.config
diff -u packages/kernel/kernel-grsec.config:1.39 
packages/kernel/kernel-grsec.config:1.40
--- packages/kernel/kernel-grsec.config:1.39    Fri Mar 25 13:45:34 2011
+++ packages/kernel/kernel-grsec.config Mon Apr 18 09:55:27 2011
@@ -16,6 +16,7 @@
 CONFIG_GRKERNSEC_BRUTE=y
 CONFIG_GRKERNSEC_MODSTOP=y
 # CONFIG_GRKERNSEC_HIDESYM is not set
+# CONFIG_GRKERNSEC_KERN_LOCKOUT is not set
 
 CONFIG_GRKERNSEC_VM86=y
 

================================================================
Index: packages/kernel/kernel-grsec_full.patch
diff -u packages/kernel/kernel-grsec_full.patch:1.66 
packages/kernel/kernel-grsec_full.patch:1.67
--- packages/kernel/kernel-grsec_full.patch:1.66        Sat Apr  2 10:57:00 2011
+++ packages/kernel/kernel-grsec_full.patch     Mon Apr 18 09:55:27 2011
@@ -1,6 +1,6 @@
-diff -urNp linux-2.6.38.2/arch/alpha/include/asm/dma-mapping.h 
linux-2.6.38.2/arch/alpha/include/asm/dma-mapping.h
---- linux-2.6.38.2/arch/alpha/include/asm/dma-mapping.h        2011-03-14 
21:20:32.000000000 -0400
-+++ linux-2.6.38.2/arch/alpha/include/asm/dma-mapping.h        2011-03-21 
18:31:35.000000000 -0400
+diff -urNp linux-2.6.38.3/arch/alpha/include/asm/dma-mapping.h 
linux-2.6.38.3/arch/alpha/include/asm/dma-mapping.h
+--- linux-2.6.38.3/arch/alpha/include/asm/dma-mapping.h        2011-03-14 
21:20:32.000000000 -0400
++++ linux-2.6.38.3/arch/alpha/include/asm/dma-mapping.h        2011-04-17 
15:57:32.000000000 -0400
 @@ -3,9 +3,9 @@
  
  #include <linux/dma-attrs.h>
@@ -13,9 +13,9 @@
  {
        return dma_ops;
  }
-diff -urNp linux-2.6.38.2/arch/alpha/include/asm/elf.h 
linux-2.6.38.2/arch/alpha/include/asm/elf.h
---- linux-2.6.38.2/arch/alpha/include/asm/elf.h        2011-03-14 
21:20:32.000000000 -0400
-+++ linux-2.6.38.2/arch/alpha/include/asm/elf.h        2011-03-21 
18:31:35.000000000 -0400
+diff -urNp linux-2.6.38.3/arch/alpha/include/asm/elf.h 
linux-2.6.38.3/arch/alpha/include/asm/elf.h
+--- linux-2.6.38.3/arch/alpha/include/asm/elf.h        2011-03-14 
21:20:32.000000000 -0400
++++ linux-2.6.38.3/arch/alpha/include/asm/elf.h        2011-04-17 
15:57:32.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 +30,9 @@
  /* $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.2/arch/alpha/include/asm/pgtable.h 
linux-2.6.38.2/arch/alpha/include/asm/pgtable.h
---- linux-2.6.38.2/arch/alpha/include/asm/pgtable.h    2011-03-14 
21:20:32.000000000 -0400
-+++ linux-2.6.38.2/arch/alpha/include/asm/pgtable.h    2011-03-21 
18:31:35.000000000 -0400
+diff -urNp linux-2.6.38.3/arch/alpha/include/asm/pgtable.h 
linux-2.6.38.3/arch/alpha/include/asm/pgtable.h
+--- linux-2.6.38.3/arch/alpha/include/asm/pgtable.h    2011-03-14 
21:20:32.000000000 -0400
++++ linux-2.6.38.3/arch/alpha/include/asm/pgtable.h    2011-04-17 
15:57:32.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 +51,9 @@
  #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.2/arch/alpha/kernel/module.c 
linux-2.6.38.2/arch/alpha/kernel/module.c
---- linux-2.6.38.2/arch/alpha/kernel/module.c  2011-03-14 21:20:32.000000000 
-0400
-+++ linux-2.6.38.2/arch/alpha/kernel/module.c  2011-03-21 18:31:35.000000000 
-0400
+diff -urNp linux-2.6.38.3/arch/alpha/kernel/module.c 
linux-2.6.38.3/arch/alpha/kernel/module.c
+--- linux-2.6.38.3/arch/alpha/kernel/module.c  2011-03-14 21:20:32.000000000 
-0400
++++ linux-2.6.38.3/arch/alpha/kernel/module.c  2011-04-17 15:57:32.000000000 
-0400
 @@ -182,7 +182,7 @@ apply_relocate_add(Elf64_Shdr *sechdrs, 
  
        /* The small sections were sorted to the end of the segment.
@@ -63,9 +63,9 @@
        got = sechdrs[me->arch.gotsecindex].sh_addr;
  
        for (i = 0; i < n; i++) {
-diff -urNp linux-2.6.38.2/arch/alpha/kernel/osf_sys.c 
linux-2.6.38.2/arch/alpha/kernel/osf_sys.c
---- linux-2.6.38.2/arch/alpha/kernel/osf_sys.c 2011-03-14 21:20:32.000000000 
-0400
-+++ linux-2.6.38.2/arch/alpha/kernel/osf_sys.c 2011-03-21 18:31:35.000000000 
-0400
+diff -urNp linux-2.6.38.3/arch/alpha/kernel/osf_sys.c 
linux-2.6.38.3/arch/alpha/kernel/osf_sys.c
+--- linux-2.6.38.3/arch/alpha/kernel/osf_sys.c 2011-03-14 21:20:32.000000000 
-0400
++++ linux-2.6.38.3/arch/alpha/kernel/osf_sys.c 2011-04-17 15:57:32.000000000 
-0400
 @@ -1162,7 +1162,7 @@ arch_get_unmapped_area_1(unsigned long a
                /* At this point:  (!vma || addr < vma->vm_end). */
                if (limit - len < addr)
@@ -97,9 +97,9 @@
        if (addr != (unsigned long) -ENOMEM)
                return addr;
  
-diff -urNp linux-2.6.38.2/arch/alpha/kernel/pci_iommu.c 
linux-2.6.38.2/arch/alpha/kernel/pci_iommu.c
---- linux-2.6.38.2/arch/alpha/kernel/pci_iommu.c       2011-03-14 
21:20:32.000000000 -0400
-+++ linux-2.6.38.2/arch/alpha/kernel/pci_iommu.c       2011-03-21 
18:31:35.000000000 -0400
+diff -urNp linux-2.6.38.3/arch/alpha/kernel/pci_iommu.c 
linux-2.6.38.3/arch/alpha/kernel/pci_iommu.c
+--- linux-2.6.38.3/arch/alpha/kernel/pci_iommu.c       2011-03-14 
21:20:32.000000000 -0400
++++ linux-2.6.38.3/arch/alpha/kernel/pci_iommu.c       2011-04-17 
15:57:32.000000000 -0400
 @@ -950,7 +950,7 @@ static int alpha_pci_set_mask(struct dev
        return 0;
  }
@@ -116,9 +116,9 @@
 -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.2/arch/alpha/kernel/pci-noop.c 
linux-2.6.38.2/arch/alpha/kernel/pci-noop.c
---- linux-2.6.38.2/arch/alpha/kernel/pci-noop.c        2011-03-14 
21:20:32.000000000 -0400
-+++ linux-2.6.38.2/arch/alpha/kernel/pci-noop.c        2011-03-21 
18:31:35.000000000 -0400
+diff -urNp linux-2.6.38.3/arch/alpha/kernel/pci-noop.c 
linux-2.6.38.3/arch/alpha/kernel/pci-noop.c
+--- linux-2.6.38.3/arch/alpha/kernel/pci-noop.c        2011-03-14 
21:20:32.000000000 -0400
++++ linux-2.6.38.3/arch/alpha/kernel/pci-noop.c        2011-04-17 
15:57:32.000000000 -0400
 @@ -173,7 +173,7 @@ static int alpha_noop_set_mask(struct de
        return 0;
  }
@@ -137,9 +137,9 @@
  EXPORT_SYMBOL(dma_ops);
  
  void __iomem *pci_iomap(struct pci_dev *dev, int bar, unsigned long maxlen)
-diff -urNp linux-2.6.38.2/arch/alpha/mm/fault.c 
linux-2.6.38.2/arch/alpha/mm/fault.c
---- linux-2.6.38.2/arch/alpha/mm/fault.c       2011-03-14 21:20:32.000000000 
-0400
-+++ linux-2.6.38.2/arch/alpha/mm/fault.c       2011-03-21 18:31:35.000000000 
-0400
+diff -urNp linux-2.6.38.3/arch/alpha/mm/fault.c 
linux-2.6.38.3/arch/alpha/mm/fault.c
+--- linux-2.6.38.3/arch/alpha/mm/fault.c       2011-03-14 21:20:32.000000000 
-0400
++++ linux-2.6.38.3/arch/alpha/mm/fault.c       2011-04-17 15:57:32.000000000 
-0400
 @@ -54,6 +54,124 @@ __load_new_mm_context(struct mm_struct *
        __reload_thread(pcb);
  }
@@ -296,9 +296,9 @@
        } else if (!cause) {
                /* Allow reads even for write-only mappings */
                if (!(vma->vm_flags & (VM_READ | VM_WRITE)))
-diff -urNp linux-2.6.38.2/arch/arm/include/asm/elf.h 
linux-2.6.38.2/arch/arm/include/asm/elf.h
---- linux-2.6.38.2/arch/arm/include/asm/elf.h  2011-03-14 21:20:32.000000000 
-0400
-+++ linux-2.6.38.2/arch/arm/include/asm/elf.h  2011-03-21 18:31:35.000000000 
-0400
+diff -urNp linux-2.6.38.3/arch/arm/include/asm/elf.h 
linux-2.6.38.3/arch/arm/include/asm/elf.h
+--- linux-2.6.38.3/arch/arm/include/asm/elf.h  2011-03-14 21:20:32.000000000 
-0400
++++ linux-2.6.38.3/arch/arm/include/asm/elf.h  2011-04-17 15:57:32.000000000 
-0400
 @@ -115,7 +115,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.  */
@@ -326,9 +326,9 @@
  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.2/arch/arm/include/asm/kmap_types.h 
linux-2.6.38.2/arch/arm/include/asm/kmap_types.h
---- linux-2.6.38.2/arch/arm/include/asm/kmap_types.h   2011-03-14 
21:20:32.000000000 -0400
-+++ linux-2.6.38.2/arch/arm/include/asm/kmap_types.h   2011-03-21 
18:31:35.000000000 -0400
+diff -urNp linux-2.6.38.3/arch/arm/include/asm/kmap_types.h 
linux-2.6.38.3/arch/arm/include/asm/kmap_types.h
+--- linux-2.6.38.3/arch/arm/include/asm/kmap_types.h   2011-03-14 
21:20:32.000000000 -0400
++++ linux-2.6.38.3/arch/arm/include/asm/kmap_types.h   2011-04-17 
15:57:32.000000000 -0400
 @@ -21,6 +21,7 @@ enum km_type {
        KM_L1_CACHE,
        KM_L2_CACHE,
@@ -337,9 +337,9 @@
        KM_TYPE_NR
  };
  
-diff -urNp linux-2.6.38.2/arch/arm/include/asm/uaccess.h 
linux-2.6.38.2/arch/arm/include/asm/uaccess.h
---- linux-2.6.38.2/arch/arm/include/asm/uaccess.h      2011-03-14 
21:20:32.000000000 -0400
-+++ linux-2.6.38.2/arch/arm/include/asm/uaccess.h      2011-03-21 
18:31:35.000000000 -0400
+diff -urNp linux-2.6.38.3/arch/arm/include/asm/uaccess.h 
linux-2.6.38.3/arch/arm/include/asm/uaccess.h
+--- linux-2.6.38.3/arch/arm/include/asm/uaccess.h      2011-03-14 
21:20:32.000000000 -0400
++++ linux-2.6.38.3/arch/arm/include/asm/uaccess.h      2011-04-17 
15:57:32.000000000 -0400
 @@ -403,6 +403,9 @@ extern unsigned long __must_check __strn
  
  static inline unsigned long __must_check copy_from_user(void *to, const void 
__user *from, unsigned long n)
@@ -360,9 +360,9 @@
        if (access_ok(VERIFY_WRITE, to, n))
                n = __copy_to_user(to, from, n);
        return n;
-diff -urNp linux-2.6.38.2/arch/arm/kernel/kgdb.c 
linux-2.6.38.2/arch/arm/kernel/kgdb.c
---- linux-2.6.38.2/arch/arm/kernel/kgdb.c      2011-03-14 21:20:32.000000000 
-0400
-+++ linux-2.6.38.2/arch/arm/kernel/kgdb.c      2011-03-21 18:31:35.000000000 
-0400
+diff -urNp linux-2.6.38.3/arch/arm/kernel/kgdb.c 
linux-2.6.38.3/arch/arm/kernel/kgdb.c
+--- linux-2.6.38.3/arch/arm/kernel/kgdb.c      2011-03-14 21:20:32.000000000 
-0400
++++ linux-2.6.38.3/arch/arm/kernel/kgdb.c      2011-04-17 15:57:32.000000000 
-0400
 @@ -246,7 +246,7 @@ void kgdb_arch_exit(void)
   * and we handle the normal undef case within the do_undefinstr
   * handler.
@@ -372,9 +372,9 @@
  #ifndef __ARMEB__
        .gdb_bpt_instr          = {0xfe, 0xde, 0xff, 0xe7}
  #else /* ! __ARMEB__ */
-diff -urNp linux-2.6.38.2/arch/arm/kernel/process.c 
linux-2.6.38.2/arch/arm/kernel/process.c
---- linux-2.6.38.2/arch/arm/kernel/process.c   2011-03-14 21:20:32.000000000 
-0400
-+++ linux-2.6.38.2/arch/arm/kernel/process.c   2011-03-21 18:31:35.000000000 
-0400
+diff -urNp linux-2.6.38.3/arch/arm/kernel/process.c 
linux-2.6.38.3/arch/arm/kernel/process.c
+--- linux-2.6.38.3/arch/arm/kernel/process.c   2011-03-14 21:20:32.000000000 
-0400
++++ linux-2.6.38.3/arch/arm/kernel/process.c   2011-04-17 15:57:32.000000000 
-0400
 @@ -28,7 +28,6 @@
  #include <linux/tick.h>
  #include <linux/utsname.h>
@@ -396,9 +396,9 @@
  #ifdef CONFIG_MMU
  /*
   * The vectors page is always readable from user space for the
-diff -urNp linux-2.6.38.2/arch/arm/mach-msm/last_radio_log.c 
linux-2.6.38.2/arch/arm/mach-msm/last_radio_log.c
---- linux-2.6.38.2/arch/arm/mach-msm/last_radio_log.c  2011-03-14 
21:20:32.000000000 -0400
-+++ linux-2.6.38.2/arch/arm/mach-msm/last_radio_log.c  2011-03-21 
18:31:35.000000000 -0400
+diff -urNp linux-2.6.38.3/arch/arm/mach-msm/last_radio_log.c 
linux-2.6.38.3/arch/arm/mach-msm/last_radio_log.c
+--- linux-2.6.38.3/arch/arm/mach-msm/last_radio_log.c  2011-03-14 
21:20:32.000000000 -0400
++++ linux-2.6.38.3/arch/arm/mach-msm/last_radio_log.c  2011-04-17 
15:57:32.000000000 -0400
 @@ -47,7 +47,7 @@ static ssize_t last_radio_log_read(struc
        return count;
  }
@@ -408,9 +408,9 @@
        .read = last_radio_log_read,
        .llseek = default_llseek,
  };
-diff -urNp linux-2.6.38.2/arch/arm/mach-ux500/mbox-db5500.c 
linux-2.6.38.2/arch/arm/mach-ux500/mbox-db5500.c
---- linux-2.6.38.2/arch/arm/mach-ux500/mbox-db5500.c   2011-03-14 
21:20:32.000000000 -0400
-+++ linux-2.6.38.2/arch/arm/mach-ux500/mbox-db5500.c   2011-03-21 
18:31:35.000000000 -0400
+diff -urNp linux-2.6.38.3/arch/arm/mach-ux500/mbox-db5500.c 
linux-2.6.38.3/arch/arm/mach-ux500/mbox-db5500.c
+--- linux-2.6.38.3/arch/arm/mach-ux500/mbox-db5500.c   2011-03-14 
21:20:32.000000000 -0400
++++ linux-2.6.38.3/arch/arm/mach-ux500/mbox-db5500.c   2011-04-17 
15:57:32.000000000 -0400
 @@ -168,7 +168,7 @@ static ssize_t mbox_read_fifo(struct dev
        return sprintf(buf, "0x%X\n", mbox_value);
  }
@@ -420,9 +420,9 @@
  
  static int mbox_show(struct seq_file *s, void *data)
  {
-diff -urNp linux-2.6.38.2/arch/arm/mm/fault.c 
linux-2.6.38.2/arch/arm/mm/fault.c
---- linux-2.6.38.2/arch/arm/mm/fault.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.2/arch/arm/mm/fault.c 2011-03-21 18:31:35.000000000 -0400
+diff -urNp linux-2.6.38.3/arch/arm/mm/fault.c 
linux-2.6.38.3/arch/arm/mm/fault.c
+--- linux-2.6.38.3/arch/arm/mm/fault.c 2011-03-14 21:20:32.000000000 -0400
++++ linux-2.6.38.3/arch/arm/mm/fault.c 2011-04-17 15:57:32.000000000 -0400
 @@ -167,6 +167,13 @@ __do_user_fault(struct task_struct *tsk,
        }
  #endif
@@ -471,9 +471,9 @@
  /*
   * First Level Translation Fault Handler
   *
-diff -urNp linux-2.6.38.2/arch/arm/mm/mmap.c linux-2.6.38.2/arch/arm/mm/mmap.c
---- linux-2.6.38.2/arch/arm/mm/mmap.c  2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.2/arch/arm/mm/mmap.c  2011-03-21 18:31:35.000000000 -0400
+diff -urNp linux-2.6.38.3/arch/arm/mm/mmap.c linux-2.6.38.3/arch/arm/mm/mmap.c
+--- linux-2.6.38.3/arch/arm/mm/mmap.c  2011-03-14 21:20:32.000000000 -0400
++++ linux-2.6.38.3/arch/arm/mm/mmap.c  2011-04-17 15:57:32.000000000 -0400
 @@ -64,6 +64,10 @@ arch_get_unmapped_area(struct file *filp
        if (len > TASK_SIZE)
                return -ENOMEM;
@@ -523,9 +523,9 @@
                        /*
                         * Remember the place where we stopped the search:
                         */
-diff -urNp linux-2.6.38.2/arch/avr32/include/asm/elf.h 
linux-2.6.38.2/arch/avr32/include/asm/elf.h
---- linux-2.6.38.2/arch/avr32/include/asm/elf.h        2011-03-14 
21:20:32.000000000 -0400
-+++ linux-2.6.38.2/arch/avr32/include/asm/elf.h        2011-03-21 
18:31:35.000000000 -0400
+diff -urNp linux-2.6.38.3/arch/avr32/include/asm/elf.h 
linux-2.6.38.3/arch/avr32/include/asm/elf.h
+--- linux-2.6.38.3/arch/avr32/include/asm/elf.h        2011-03-14 
21:20:32.000000000 -0400
++++ linux-2.6.38.3/arch/avr32/include/asm/elf.h        2011-04-17 
15:57:32.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 +542,9 @@
  
  /* 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.2/arch/avr32/include/asm/kmap_types.h 
linux-2.6.38.2/arch/avr32/include/asm/kmap_types.h
---- linux-2.6.38.2/arch/avr32/include/asm/kmap_types.h 2011-03-14 
21:20:32.000000000 -0400
-+++ linux-2.6.38.2/arch/avr32/include/asm/kmap_types.h 2011-03-21 
18:31:35.000000000 -0400
+diff -urNp linux-2.6.38.3/arch/avr32/include/asm/kmap_types.h 
linux-2.6.38.3/arch/avr32/include/asm/kmap_types.h
+--- linux-2.6.38.3/arch/avr32/include/asm/kmap_types.h 2011-03-14 
21:20:32.000000000 -0400
++++ linux-2.6.38.3/arch/avr32/include/asm/kmap_types.h 2011-04-17 
15:57:32.000000000 -0400
 @@ -22,7 +22,8 @@ D(10)        KM_IRQ0,
  D(11) KM_IRQ1,
  D(12) KM_SOFTIRQ0,
@@ -555,9 +555,9 @@
  };
  
  #undef D
-diff -urNp linux-2.6.38.2/arch/avr32/mm/fault.c 
linux-2.6.38.2/arch/avr32/mm/fault.c
---- linux-2.6.38.2/arch/avr32/mm/fault.c       2011-03-14 21:20:32.000000000 
-0400
-+++ linux-2.6.38.2/arch/avr32/mm/fault.c       2011-03-21 18:31:35.000000000 
-0400
+diff -urNp linux-2.6.38.3/arch/avr32/mm/fault.c 
linux-2.6.38.3/arch/avr32/mm/fault.c
+--- linux-2.6.38.3/arch/avr32/mm/fault.c       2011-03-14 21:20:32.000000000 
-0400
++++ linux-2.6.38.3/arch/avr32/mm/fault.c       2011-04-17 15:57:32.000000000 
-0400
 @@ -41,6 +41,23 @@ static inline int notify_page_fault(stru
  
  int exception_trace = 1;
@@ -599,9 +599,9 @@
                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.2/arch/blackfin/kernel/kgdb.c 
linux-2.6.38.2/arch/blackfin/kernel/kgdb.c
---- linux-2.6.38.2/arch/blackfin/kernel/kgdb.c 2011-03-14 21:20:32.000000000 
-0400
-+++ linux-2.6.38.2/arch/blackfin/kernel/kgdb.c 2011-03-21 18:31:35.000000000 
-0400
+diff -urNp linux-2.6.38.3/arch/blackfin/kernel/kgdb.c 
linux-2.6.38.3/arch/blackfin/kernel/kgdb.c
+--- linux-2.6.38.3/arch/blackfin/kernel/kgdb.c 2011-03-14 21:20:32.000000000 
-0400
++++ linux-2.6.38.3/arch/blackfin/kernel/kgdb.c 2011-04-17 15:57:32.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 */
  }
@@ -611,9 +611,9 @@
        .gdb_bpt_instr = {0xa1},
  #ifdef CONFIG_SMP
        .flags = KGDB_HW_BREAKPOINT|KGDB_THR_PROC_SWAP,
-diff -urNp linux-2.6.38.2/arch/blackfin/mm/maccess.c 
linux-2.6.38.2/arch/blackfin/mm/maccess.c
---- linux-2.6.38.2/arch/blackfin/mm/maccess.c  2011-03-14 21:20:32.000000000 
-0400
-+++ linux-2.6.38.2/arch/blackfin/mm/maccess.c  2011-03-21 18:31:35.000000000 
-0400
+diff -urNp linux-2.6.38.3/arch/blackfin/mm/maccess.c 
linux-2.6.38.3/arch/blackfin/mm/maccess.c
+--- linux-2.6.38.3/arch/blackfin/mm/maccess.c  2011-03-14 21:20:32.000000000 
-0400
++++ linux-2.6.38.3/arch/blackfin/mm/maccess.c  2011-04-17 15:57:32.000000000 
-0400
 @@ -16,7 +16,7 @@ static int validate_memory_access_addres
        return bfin_mem_access_type(addr, size);
  }
@@ -632,9 +632,9 @@
  {
        unsigned long ldst = (unsigned long)dst;
        int mem_type;
-diff -urNp linux-2.6.38.2/arch/frv/include/asm/kmap_types.h 
linux-2.6.38.2/arch/frv/include/asm/kmap_types.h
---- linux-2.6.38.2/arch/frv/include/asm/kmap_types.h   2011-03-14 
21:20:32.000000000 -0400
-+++ linux-2.6.38.2/arch/frv/include/asm/kmap_types.h   2011-03-21 
18:31:35.000000000 -0400
+diff -urNp linux-2.6.38.3/arch/frv/include/asm/kmap_types.h 
linux-2.6.38.3/arch/frv/include/asm/kmap_types.h
+--- linux-2.6.38.3/arch/frv/include/asm/kmap_types.h   2011-03-14 
21:20:32.000000000 -0400
++++ linux-2.6.38.3/arch/frv/include/asm/kmap_types.h   2011-04-17 
15:57:32.000000000 -0400
 @@ -23,6 +23,7 @@ enum km_type {
        KM_IRQ1,
        KM_SOFTIRQ0,
@@ -643,9 +643,9 @@
        KM_TYPE_NR
  };
  
-diff -urNp linux-2.6.38.2/arch/frv/mm/elf-fdpic.c 
linux-2.6.38.2/arch/frv/mm/elf-fdpic.c
---- linux-2.6.38.2/arch/frv/mm/elf-fdpic.c     2011-03-14 21:20:32.000000000 
-0400
-+++ linux-2.6.38.2/arch/frv/mm/elf-fdpic.c     2011-03-21 18:31:35.000000000 
-0400
+diff -urNp linux-2.6.38.3/arch/frv/mm/elf-fdpic.c 
linux-2.6.38.3/arch/frv/mm/elf-fdpic.c
+--- linux-2.6.38.3/arch/frv/mm/elf-fdpic.c     2011-03-14 21:20:32.000000000 
-0400
++++ linux-2.6.38.3/arch/frv/mm/elf-fdpic.c     2011-04-17 15:57:32.000000000 
-0400
 @@ -73,8 +73,7 @@ unsigned long arch_get_unmapped_area(str
        if (addr) {
                addr = PAGE_ALIGN(addr);
@@ -674,9 +674,9 @@
                                goto success;
                        addr = vma->vm_end;
                }
-diff -urNp linux-2.6.38.2/arch/ia64/hp/common/hwsw_iommu.c 
linux-2.6.38.2/arch/ia64/hp/common/hwsw_iommu.c
---- linux-2.6.38.2/arch/ia64/hp/common/hwsw_iommu.c    2011-03-14 
21:20:32.000000000 -0400
-+++ linux-2.6.38.2/arch/ia64/hp/common/hwsw_iommu.c    2011-03-21 
18:31:35.000000000 -0400
+diff -urNp linux-2.6.38.3/arch/ia64/hp/common/hwsw_iommu.c 
linux-2.6.38.3/arch/ia64/hp/common/hwsw_iommu.c
+--- linux-2.6.38.3/arch/ia64/hp/common/hwsw_iommu.c    2011-03-14 
21:20:32.000000000 -0400
++++ linux-2.6.38.3/arch/ia64/hp/common/hwsw_iommu.c    2011-04-17 
15:57:32.000000000 -0400
 @@ -17,7 +17,7 @@
  #include <linux/swiotlb.h>
  #include <asm/machvec.h>
@@ -695,9 +695,9 @@
  {
        if (use_swiotlb(dev))
                return &swiotlb_dma_ops;
-diff -urNp linux-2.6.38.2/arch/ia64/hp/common/sba_iommu.c 
linux-2.6.38.2/arch/ia64/hp/common/sba_iommu.c
---- linux-2.6.38.2/arch/ia64/hp/common/sba_iommu.c     2011-03-14 
21:20:32.000000000 -0400
-+++ linux-2.6.38.2/arch/ia64/hp/common/sba_iommu.c     2011-03-21 
18:31:35.000000000 -0400
+diff -urNp linux-2.6.38.3/arch/ia64/hp/common/sba_iommu.c 
linux-2.6.38.3/arch/ia64/hp/common/sba_iommu.c
+--- linux-2.6.38.3/arch/ia64/hp/common/sba_iommu.c     2011-03-14 
21:20:32.000000000 -0400
++++ linux-2.6.38.3/arch/ia64/hp/common/sba_iommu.c     2011-04-17 
15:57:32.000000000 -0400
 @@ -2097,7 +2097,7 @@ static struct acpi_driver acpi_sba_ioc_d
        },
  };
@@ -716,9 +716,9 @@
        .alloc_coherent         = sba_alloc_coherent,
        .free_coherent          = sba_free_coherent,
        .map_page               = sba_map_page,
-diff -urNp linux-2.6.38.2/arch/ia64/include/asm/dma-mapping.h 
linux-2.6.38.2/arch/ia64/include/asm/dma-mapping.h
---- linux-2.6.38.2/arch/ia64/include/asm/dma-mapping.h 2011-03-14 
21:20:32.000000000 -0400
-+++ linux-2.6.38.2/arch/ia64/include/asm/dma-mapping.h 2011-03-21 
18:31:35.000000000 -0400
+diff -urNp linux-2.6.38.3/arch/ia64/include/asm/dma-mapping.h 
linux-2.6.38.3/arch/ia64/include/asm/dma-mapping.h
+--- linux-2.6.38.3/arch/ia64/include/asm/dma-mapping.h 2011-03-14 
21:20:32.000000000 -0400
++++ linux-2.6.38.3/arch/ia64/include/asm/dma-mapping.h 2011-04-17 
15:57:32.000000000 -0400
 @@ -12,7 +12,7 @@
  
  #define ARCH_HAS_DMA_GET_REQUIRED_MASK
@@ -762,9 +762,9 @@
        return ops->dma_supported(dev, mask);
  }
  
-diff -urNp linux-2.6.38.2/arch/ia64/include/asm/elf.h 
linux-2.6.38.2/arch/ia64/include/asm/elf.h
---- linux-2.6.38.2/arch/ia64/include/asm/elf.h 2011-03-14 21:20:32.000000000 
-0400
-+++ linux-2.6.38.2/arch/ia64/include/asm/elf.h 2011-03-21 18:31:35.000000000 
-0400
+diff -urNp linux-2.6.38.3/arch/ia64/include/asm/elf.h 
linux-2.6.38.3/arch/ia64/include/asm/elf.h
+--- linux-2.6.38.3/arch/ia64/include/asm/elf.h 2011-03-14 21:20:32.000000000 
-0400
++++ linux-2.6.38.3/arch/ia64/include/asm/elf.h 2011-04-17 15:57:32.000000000 
-0400
 @@ -42,6 +42,13 @@
   */
  #define ELF_ET_DYN_BASE               (TASK_UNMAPPED_BASE + 0x800000000UL)
@@ -779,9 +779,9 @@
  #define PT_IA_64_UNWIND               0x70000001
  
  /* IA-64 relocations: */
-diff -urNp linux-2.6.38.2/arch/ia64/include/asm/machvec.h 
linux-2.6.38.2/arch/ia64/include/asm/machvec.h
---- linux-2.6.38.2/arch/ia64/include/asm/machvec.h     2011-03-14 
21:20:32.000000000 -0400
-+++ linux-2.6.38.2/arch/ia64/include/asm/machvec.h     2011-03-21 
18:31:35.000000000 -0400
+diff -urNp linux-2.6.38.3/arch/ia64/include/asm/machvec.h 
linux-2.6.38.3/arch/ia64/include/asm/machvec.h
+--- linux-2.6.38.3/arch/ia64/include/asm/machvec.h     2011-03-14 
21:20:32.000000000 -0400
++++ linux-2.6.38.3/arch/ia64/include/asm/machvec.h     2011-04-17 
15:57:32.000000000 -0400
 @@ -45,7 +45,7 @@ typedef void ia64_mv_kernel_launch_event
  /* DMA-mapping interface: */
  typedef void ia64_mv_dma_init (void);
@@ -800,9 +800,9 @@
  
  /*
   * Define default versions so we can extend machvec for new platforms without 
having
-diff -urNp linux-2.6.38.2/arch/ia64/include/asm/pgtable.h 
linux-2.6.38.2/arch/ia64/include/asm/pgtable.h
---- linux-2.6.38.2/arch/ia64/include/asm/pgtable.h     2011-03-14 
21:20:32.000000000 -0400
-+++ linux-2.6.38.2/arch/ia64/include/asm/pgtable.h     2011-03-21 
18:31:35.000000000 -0400
+diff -urNp linux-2.6.38.3/arch/ia64/include/asm/pgtable.h 
linux-2.6.38.3/arch/ia64/include/asm/pgtable.h
+--- linux-2.6.38.3/arch/ia64/include/asm/pgtable.h     2011-03-14 
21:20:32.000000000 -0400
++++ linux-2.6.38.3/arch/ia64/include/asm/pgtable.h     2011-04-17 
15:57:32.000000000 -0400
 @@ -12,7 +12,7 @@
   *    David Mosberger-Tang <dav...@hpl.hp.com>
   */
@@ -830,9 +830,9 @@
  #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.2/arch/ia64/include/asm/spinlock.h 
linux-2.6.38.2/arch/ia64/include/asm/spinlock.h
---- linux-2.6.38.2/arch/ia64/include/asm/spinlock.h    2011-03-14 
21:20:32.000000000 -0400
-+++ linux-2.6.38.2/arch/ia64/include/asm/spinlock.h    2011-03-21 
18:31:35.000000000 -0400
+diff -urNp linux-2.6.38.3/arch/ia64/include/asm/spinlock.h 
linux-2.6.38.3/arch/ia64/include/asm/spinlock.h
+--- linux-2.6.38.3/arch/ia64/include/asm/spinlock.h    2011-03-14 
21:20:32.000000000 -0400
++++ linux-2.6.38.3/arch/ia64/include/asm/spinlock.h    2011-04-17 
15:57:32.000000000 -0400
 @@ -72,7 +72,7 @@ static __always_inline void __ticket_spi
        unsigned short  *p = (unsigned short *)&lock->lock + 1, tmp;
  
@@ -842,9 +842,9 @@
  }
  
  static __always_inline void __ticket_spin_unlock_wait(arch_spinlock_t *lock)
-diff -urNp linux-2.6.38.2/arch/ia64/include/asm/uaccess.h 
linux-2.6.38.2/arch/ia64/include/asm/uaccess.h
---- linux-2.6.38.2/arch/ia64/include/asm/uaccess.h     2011-03-14 
21:20:32.000000000 -0400
-+++ linux-2.6.38.2/arch/ia64/include/asm/uaccess.h     2011-03-21 
18:31:35.000000000 -0400
+diff -urNp linux-2.6.38.3/arch/ia64/include/asm/uaccess.h 
linux-2.6.38.3/arch/ia64/include/asm/uaccess.h
+--- linux-2.6.38.3/arch/ia64/include/asm/uaccess.h     2011-03-14 
21:20:32.000000000 -0400
++++ linux-2.6.38.3/arch/ia64/include/asm/uaccess.h     2011-04-17 
15:57:32.000000000 -0400
 @@ -257,7 +257,7 @@ __copy_from_user (void *to, const void _
        const void *__cu_from = (from);                                         
        \
        long __cu_len = (n);                                                    
        \
@@ -863,9 +863,9 @@
                __cu_len = __copy_user((__force void __user *) __cu_to, 
__cu_from, __cu_len);   \
        __cu_len;                                                               
        \
  })
-diff -urNp linux-2.6.38.2/arch/ia64/kernel/dma-mapping.c 
linux-2.6.38.2/arch/ia64/kernel/dma-mapping.c
---- linux-2.6.38.2/arch/ia64/kernel/dma-mapping.c      2011-03-14 
21:20:32.000000000 -0400
-+++ linux-2.6.38.2/arch/ia64/kernel/dma-mapping.c      2011-03-21 
18:31:35.000000000 -0400
+diff -urNp linux-2.6.38.3/arch/ia64/kernel/dma-mapping.c 
linux-2.6.38.3/arch/ia64/kernel/dma-mapping.c
+--- linux-2.6.38.3/arch/ia64/kernel/dma-mapping.c      2011-03-14 
21:20:32.000000000 -0400
++++ linux-2.6.38.3/arch/ia64/kernel/dma-mapping.c      2011-04-17 
15:57:32.000000000 -0400
 @@ -3,7 +3,7 @@
  /* Set this to 1 if there is a HW IOMMU in the system */
  int iommu_detected __read_mostly;
@@ -884,9 +884,9 @@
  {
        return dma_ops;
  }
-diff -urNp linux-2.6.38.2/arch/ia64/kernel/module.c 
linux-2.6.38.2/arch/ia64/kernel/module.c
---- linux-2.6.38.2/arch/ia64/kernel/module.c   2011-03-14 21:20:32.000000000 
-0400
-+++ linux-2.6.38.2/arch/ia64/kernel/module.c   2011-03-21 18:31:35.000000000 
-0400
+diff -urNp linux-2.6.38.3/arch/ia64/kernel/module.c 
linux-2.6.38.3/arch/ia64/kernel/module.c
+--- linux-2.6.38.3/arch/ia64/kernel/module.c   2011-03-14 21:20:32.000000000 
-0400
++++ linux-2.6.38.3/arch/ia64/kernel/module.c   2011-04-17 15:57:32.000000000 
-0400
 @@ -315,8 +315,7 @@ module_alloc (unsigned long size)
  void
  module_free (struct module *mod, void *module_region)
@@ -975,9 +975,9 @@
                mod->arch.gp = gp;
                DEBUGP("%s: placing gp at 0x%lx\n", __func__, gp);
        }
-diff -urNp linux-2.6.38.2/arch/ia64/kernel/pci-dma.c 
linux-2.6.38.2/arch/ia64/kernel/pci-dma.c
---- linux-2.6.38.2/arch/ia64/kernel/pci-dma.c  2011-03-14 21:20:32.000000000 
-0400
-+++ linux-2.6.38.2/arch/ia64/kernel/pci-dma.c  2011-03-21 18:31:35.000000000 
-0400
+diff -urNp linux-2.6.38.3/arch/ia64/kernel/pci-dma.c 
linux-2.6.38.3/arch/ia64/kernel/pci-dma.c
+--- linux-2.6.38.3/arch/ia64/kernel/pci-dma.c  2011-03-14 21:20:32.000000000 
-0400
++++ linux-2.6.38.3/arch/ia64/kernel/pci-dma.c  2011-04-17 15:57:32.000000000 
-0400
 @@ -43,7 +43,7 @@ struct device fallback_dev = {
        .dma_mask = &fallback_dev.coherent_dma_mask,
  };
@@ -987,9 +987,9 @@
  
  static int __init pci_iommu_init(void)
  {
-diff -urNp linux-2.6.38.2/arch/ia64/kernel/pci-swiotlb.c 
linux-2.6.38.2/arch/ia64/kernel/pci-swiotlb.c
---- linux-2.6.38.2/arch/ia64/kernel/pci-swiotlb.c      2011-03-14 
21:20:32.000000000 -0400
-+++ linux-2.6.38.2/arch/ia64/kernel/pci-swiotlb.c      2011-03-21 
18:31:35.000000000 -0400
+diff -urNp linux-2.6.38.3/arch/ia64/kernel/pci-swiotlb.c 
linux-2.6.38.3/arch/ia64/kernel/pci-swiotlb.c
+--- linux-2.6.38.3/arch/ia64/kernel/pci-swiotlb.c      2011-03-14 
21:20:32.000000000 -0400
++++ linux-2.6.38.3/arch/ia64/kernel/pci-swiotlb.c      2011-04-17 
15:57:32.000000000 -0400
 @@ -22,7 +22,7 @@ static void *ia64_swiotlb_alloc_coherent
        return swiotlb_alloc_coherent(dev, size, dma_handle, gfp);
  }
@@ -999,9 +999,9 @@
        .alloc_coherent = ia64_swiotlb_alloc_coherent,
        .free_coherent = swiotlb_free_coherent,
        .map_page = swiotlb_map_page,
-diff -urNp linux-2.6.38.2/arch/ia64/kernel/sys_ia64.c 
linux-2.6.38.2/arch/ia64/kernel/sys_ia64.c
---- linux-2.6.38.2/arch/ia64/kernel/sys_ia64.c 2011-03-14 21:20:32.000000000 
-0400
-+++ linux-2.6.38.2/arch/ia64/kernel/sys_ia64.c 2011-03-21 18:31:35.000000000 
-0400
+diff -urNp linux-2.6.38.3/arch/ia64/kernel/sys_ia64.c 
linux-2.6.38.3/arch/ia64/kernel/sys_ia64.c
+--- linux-2.6.38.3/arch/ia64/kernel/sys_ia64.c 2011-03-14 21:20:32.000000000 
-0400
++++ linux-2.6.38.3/arch/ia64/kernel/sys_ia64.c 2011-04-17 15:57:32.000000000 
-0400
 @@ -43,6 +43,13 @@ arch_get_unmapped_area (struct file *fil
        if (REGION_NUMBER(addr) == RGN_HPAGE)
                addr = 0;
@@ -1034,9 +1034,9 @@
                        /* Remember the address where we stopped this search:  
*/
                        mm->free_area_cache = addr + len;
                        return addr;
-diff -urNp linux-2.6.38.2/arch/ia64/kernel/vmlinux.lds.S 
linux-2.6.38.2/arch/ia64/kernel/vmlinux.lds.S
---- linux-2.6.38.2/arch/ia64/kernel/vmlinux.lds.S      2011-03-14 
21:20:32.000000000 -0400
-+++ linux-2.6.38.2/arch/ia64/kernel/vmlinux.lds.S      2011-03-21 
18:31:35.000000000 -0400
+diff -urNp linux-2.6.38.3/arch/ia64/kernel/vmlinux.lds.S 
linux-2.6.38.3/arch/ia64/kernel/vmlinux.lds.S
+--- linux-2.6.38.3/arch/ia64/kernel/vmlinux.lds.S      2011-03-14 
21:20:32.000000000 -0400
++++ linux-2.6.38.3/arch/ia64/kernel/vmlinux.lds.S      2011-04-17 
15:57:32.000000000 -0400
 @@ -199,7 +199,7 @@ SECTIONS {
        /* Per-cpu data: */
        . = ALIGN(PERCPU_PAGE_SIZE);
@@ -1046,9 +1046,9 @@
        /*
         * ensure percpu data fits
         * into percpu page size
-diff -urNp linux-2.6.38.2/arch/ia64/mm/fault.c 
linux-2.6.38.2/arch/ia64/mm/fault.c
---- linux-2.6.38.2/arch/ia64/mm/fault.c        2011-03-14 21:20:32.000000000 
-0400
-+++ linux-2.6.38.2/arch/ia64/mm/fault.c        2011-03-21 18:31:35.000000000 
-0400
+diff -urNp linux-2.6.38.3/arch/ia64/mm/fault.c 
linux-2.6.38.3/arch/ia64/mm/fault.c
+--- linux-2.6.38.3/arch/ia64/mm/fault.c        2011-03-14 21:20:32.000000000 
-0400
++++ linux-2.6.38.3/arch/ia64/mm/fault.c        2011-04-17 15:57:32.000000000 
-0400
 @@ -72,6 +72,23 @@ mapped_kernel_page_is_present (unsigned 
        return pte_present(pte);
  }
@@ -1098,9 +1098,9 @@
        /*
         * 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.2/arch/ia64/mm/hugetlbpage.c 
linux-2.6.38.2/arch/ia64/mm/hugetlbpage.c
---- linux-2.6.38.2/arch/ia64/mm/hugetlbpage.c  2011-03-14 21:20:32.000000000 
-0400
-+++ linux-2.6.38.2/arch/ia64/mm/hugetlbpage.c  2011-03-21 18:31:35.000000000 
-0400
+diff -urNp linux-2.6.38.3/arch/ia64/mm/hugetlbpage.c 
linux-2.6.38.3/arch/ia64/mm/hugetlbpage.c
+--- linux-2.6.38.3/arch/ia64/mm/hugetlbpage.c  2011-03-14 21:20:32.000000000 
-0400
++++ linux-2.6.38.3/arch/ia64/mm/hugetlbpage.c  2011-04-17 15:57:32.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,9 +1110,9 @@
                        return addr;
                addr = ALIGN(vmm->vm_end, HPAGE_SIZE);
        }
-diff -urNp linux-2.6.38.2/arch/ia64/mm/init.c 
linux-2.6.38.2/arch/ia64/mm/init.c
---- linux-2.6.38.2/arch/ia64/mm/init.c 2011-03-14 21:20:32.000000000 -0400
-+++ linux-2.6.38.2/arch/ia64/mm/init.c 2011-03-21 18:31:35.000000000 -0400
+diff -urNp linux-2.6.38.3/arch/ia64/mm/init.c 
linux-2.6.38.3/arch/ia64/mm/init.c
+--- linux-2.6.38.3/arch/ia64/mm/init.c 2011-03-14 21:20:32.000000000 -0400
++++ linux-2.6.38.3/arch/ia64/mm/init.c 2011-04-17 15:57:32.000000000 -0400
 @@ -122,6 +122,19 @@ ia64_init_addr_space (void)
                vma->vm_start = current->thread.rbs_bot & PAGE_MASK;
                vma->vm_end = vma->vm_start + PAGE_SIZE;
@@ -1133,9 +1133,9 @@
                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.2/arch/ia64/sn/pci/pci_dma.c 
linux-2.6.38.2/arch/ia64/sn/pci/pci_dma.c
---- linux-2.6.38.2/arch/ia64/sn/pci/pci_dma.c  2011-03-14 21:20:32.000000000 
-0400
-+++ linux-2.6.38.2/arch/ia64/sn/pci/pci_dma.c  2011-03-21 18:31:35.000000000 
-0400
+diff -urNp linux-2.6.38.3/arch/ia64/sn/pci/pci_dma.c 
linux-2.6.38.3/arch/ia64/sn/pci/pci_dma.c
+--- linux-2.6.38.3/arch/ia64/sn/pci/pci_dma.c  2011-03-14 21:20:32.000000000 
-0400
++++ linux-2.6.38.3/arch/ia64/sn/pci/pci_dma.c  2011-04-17 15:57:32.000000000 
-0400
 @@ -465,7 +465,7 @@ int sn_pci_legacy_write(struct pci_bus *
        return ret;
  }
@@ -1145,9 +1145,9 @@
        .alloc_coherent         = sn_dma_alloc_coherent,
        .free_coherent          = sn_dma_free_coherent,
        .map_page               = sn_dma_map_page,
-diff -urNp linux-2.6.38.2/arch/m32r/lib/usercopy.c 
linux-2.6.38.2/arch/m32r/lib/usercopy.c
---- linux-2.6.38.2/arch/m32r/lib/usercopy.c    2011-03-14 21:20:32.000000000 
-0400
-+++ linux-2.6.38.2/arch/m32r/lib/usercopy.c    2011-03-21 18:31:35.000000000 
-0400
+diff -urNp linux-2.6.38.3/arch/m32r/lib/usercopy.c 
linux-2.6.38.3/arch/m32r/lib/usercopy.c
+--- linux-2.6.38.3/arch/m32r/lib/usercopy.c    2011-03-14 21:20:32.000000000 
-0400
++++ linux-2.6.38.3/arch/m32r/lib/usercopy.c    2011-04-17 15:57:32.000000000 
-0400
 @@ -14,6 +14,9 @@
  unsigned long
  __generic_copy_to_user(void __user *to, const void *from, unsigned long n)
@@ -1168,9 +1168,9 @@
        prefetchw(to);
        if (access_ok(VERIFY_READ, from, n))
                __copy_user_zeroing(to,from,n);
-diff -urNp linux-2.6.38.2/arch/microblaze/include/asm/device.h 
linux-2.6.38.2/arch/microblaze/include/asm/device.h
---- linux-2.6.38.2/arch/microblaze/include/asm/device.h        2011-03-14 
21:20:32.000000000 -0400
-+++ linux-2.6.38.2/arch/microblaze/include/asm/device.h        2011-03-21 
18:31:35.000000000 -0400
+diff -urNp linux-2.6.38.3/arch/microblaze/include/asm/device.h 
linux-2.6.38.3/arch/microblaze/include/asm/device.h
+--- linux-2.6.38.3/arch/microblaze/include/asm/device.h        2011-03-14 
21:20:32.000000000 -0400
++++ linux-2.6.38.3/arch/microblaze/include/asm/device.h        2011-04-17 
15:57:32.000000000 -0400
 @@ -13,7 +13,7 @@ struct device_node;
  
  struct dev_archdata {
@@ -1180,9 +1180,9 @@
        void                    *dma_data;
  };
  
-diff -urNp linux-2.6.38.2/arch/microblaze/include/asm/dma-mapping.h 
linux-2.6.38.2/arch/microblaze/include/asm/dma-mapping.h
---- linux-2.6.38.2/arch/microblaze/include/asm/dma-mapping.h   2011-03-14 
21:20:32.000000000 -0400
-+++ linux-2.6.38.2/arch/microblaze/include/asm/dma-mapping.h   2011-03-21 
18:31:35.000000000 -0400
+diff -urNp linux-2.6.38.3/arch/microblaze/include/asm/dma-mapping.h 
linux-2.6.38.3/arch/microblaze/include/asm/dma-mapping.h
+--- linux-2.6.38.3/arch/microblaze/include/asm/dma-mapping.h   2011-03-14 
21:20:32.000000000 -0400
++++ linux-2.6.38.3/arch/microblaze/include/asm/dma-mapping.h   2011-04-17 
15:57:32.000000000 -0400
<<Diff was trimmed, longer than 597 lines>>

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/kernel/kernel-grsec.config?r1=1.39&r2=1.40&f=u
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/kernel/kernel-grsec_full.patch?r1=1.66&r2=1.67&f=u
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/kernel/kernel-multiarch.config?r1=1.64&r2=1.65&f=u
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/kernel/kernel-small_fixes.patch?r1=1.23&r2=1.24&f=u
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/kernel/kernel-vserver-2.3.patch?r1=1.62&r2=1.63&f=u
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/kernel/kernel-x86.config?r1=1.30&r2=1.31&f=u
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/kernel/kernel.spec?r1=1.906&r2=1.907&f=u

_______________________________________________
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to