]> git.pld-linux.org Git - packages/kernel.git/commitdiff
- one more update for 2.2.26
authorankry <ankry@pld-linux.org>
Sat, 28 Feb 2004 11:22:10 +0000 (11:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ow-update.patch -> 1.2

ow-update.patch

index 0120997f4e941911508424b006a41532038a0cc9..adacd7103493f78c64a554364f06b19c9bc59b0d 100644 (file)
@@ -66,7 +66,7 @@
  diff -urPX nopatch linux-2.2.25/fs/namei.c linux/fs/namei.c
  --- linux-2.2.25/fs/namei.c   Fri Nov  2 19:39:08 2001
  +++ linux/fs/namei.c  Thu Mar 20 14:07:47 2003
-@@ -1568,11 +1523,11 @@
+@@ -1568,11 +1523,20 @@
        start = NULL;
        dp = (struct proc_dir_entry *) inode->u.generic_ip;
        
 ++     if (pid && process_unauthorized(type, pid, inode)) {
                free_page(page);
                return -EIO;
++      }
++@@ -1555,7 +1567,7 @@
++              free_page(page);
++              return length;
++      }
++-     if (pid && process_unauthorized(type, pid)) {
+++     if (pid && process_unauthorized(type, pid, inode)) {
++              free_page(page);
++              return -EIO;
 +      }
  diff -urPX nopatch linux-2.2.25/fs/proc/base.c linux/fs/proc/base.c
  --- linux-2.2.25/fs/proc/base.c       Sun Mar 25 20:30:58 2001
  +++ linux/fs/proc/base.c      Thu Mar 20 14:07:47 2003
-@@ -1678,41 +1633,6 @@
+@@ -1678,41 +1642,6 @@
        proc_scsi = create_proc_entry("scsi", S_IFDIR, 0);
   #ifdef CONFIG_SYSCTL
        proc_register(&proc_root, &proc_sys_root);
  diff -urPX nopatch linux-2.2.25/include/asm-i386/a.out.h linux/include/asm-i386/a.out.h
  --- linux-2.2.25/include/asm-i386/a.out.h     Sun Mar 25 20:31:05 2001
  +++ linux/include/asm-i386/a.out.h    Thu Mar 20 14:07:47 2003
-@@ -2028,29 +1948,6 @@
+@@ -2028,29 +1957,6 @@
        addr = PAGE_ALIGN(addr);
   
        for (vmm = find_vma(current->mm, addr); ; vmm = vmm->vm_next) {
This page took 0.094913 seconds and 4 git commands to generate.