1. 16 Mar, 2006 9 commits
  2. 13 Mar, 2006 3 commits
    • Paul Mackerras's avatar
      powerpc: Disallow lparcfg being a module · 82dfdcae
      Paul Mackerras authored
      
      The lparcfg code needs several things which are pretty arcane internal
      details and which we don't want to export, which means that lparcfg
      doesn't work when built as a module.  This makes it a bool instead of
      a tristate in the Kconfig so that users can't try to build it as a
      module.
      Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
      82dfdcae
    • 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
  3. 12 Mar, 2006 10 commits
  4. 11 Mar, 2006 18 commits