1. 17 Mar, 2006 14 commits
  2. 15 Mar, 2006 10 commits
  3. 14 Mar, 2006 14 commits
  4. 13 Mar, 2006 2 commits
    • Herbert Xu's avatar
      [TCP]: Fix zero port problem in IPv6 · 3759fa9c
      Herbert Xu authored
      When we link a socket into the hash table, we need to make sure that we
      set the num/port fields so that it shows us with a non-zero port value
      in proc/netlink and on the wire.  This code and comment is copied over
      from the IPv4 stack as is.
      Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
      3759fa9c
    • Andi Kleen's avatar
      [PATCH] x86-64: Fix up handling of non canonical user RIPs · c33d4568
      Andi Kleen authored
      EM64T CPUs have somewhat weird error reporting for non canonical RIPs in
      SYSRET.
      
      We can't handle any exceptions there because the exception handler would
      end up running on the user stack which is unsafe.
      
      To avoid problems any code that might end up with a user touched pt_regs
      should return using int_ret_from_syscall.  int_ret_from_syscall ends up
      using IRET, which allows safe exceptions.
      
      Cc: Ernie Petrides <petrides@redhat.com>
      Signed-off-by: default avatarAndi Kleen <ak@suse.de>
      Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
      c33d4568