1. 24 Nov, 2005 17 commits
  2. 11 Nov, 2005 13 commits
  3. 08 Nov, 2005 2 commits
    • Greg Kroah-Hartman's avatar
      Linux 2.6.14.1 · 93b188a9
      Greg Kroah-Hartman authored
      93b188a9
    • Al Viro's avatar
      [PATCH] CVE-2005-2709 sysctl unregistration oops · e4e04112
      Al Viro authored
      You could open the /proc/sys/net/ipv4/conf/<if>/<whatever> file, then
      wait for interface to go away, try to grab as much memory as possible in
      hope to hit the (kfreed) ctl_table.  Then fill it with pointers to your
      function. Then do read from file you've opened and if you are lucky,
      you'll get it called as ->proc_handler() in kernel mode.
      
      So this is at least an Oops and possibly more.  It does depend on an
      interface going away though, so less of a security risk than it would
      otherwise be.
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      e4e04112
  4. 28 Oct, 2005 1 commit
  5. 27 Oct, 2005 6 commits
  6. 26 Oct, 2005 1 commit
    • Oleg Nesterov's avatar
      [PATCH] Fix cpu timers expiration time · 7a4ed937
      Oleg Nesterov authored
      There's a silly off-by-one error in the code that updates the expiration
      of posix CPU timers, causing them to not be properly updated when they
      hit exactly on their expiration time (which should be the normal case).
      
      This causes them to then fire immediately again, and only _then_ get
      properly updated.
      Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
      7a4ed937