Merge commit 'v3.0.30' into android-3.0
authorTodd Poynor <toddpoynor@google.com>
Mon, 30 Apr 2012 22:36:56 +0000 (15:36 -0700)
committerTodd Poynor <toddpoynor@google.com>
Mon, 30 Apr 2012 22:36:56 +0000 (15:36 -0700)
1  2 
drivers/usb/gadget/Kconfig
include/net/bluetooth/hci.h
kernel/futex.c
net/bluetooth/hci_core.c
net/ipv4/tcp.c
security/commoncap.c

Simple merge
Simple merge
diff --cc kernel/futex.c
Simple merge
Simple merge
diff --cc net/ipv4/tcp.c
Simple merge
index 1322b6aa648d340641adbb609019897f17b14e7d,44f096920cd14d0d5e4aea98546113518ea614e1..ccfe568b396fbfc6f70ae0e09784377843f945d3
  #include <linux/prctl.h>
  #include <linux/securebits.h>
  #include <linux/user_namespace.h>
+ #include <linux/personality.h>
  
 +#ifdef CONFIG_ANDROID_PARANOID_NETWORK
 +#include <linux/android_aid.h>
 +#endif
 +
  /*
   * If a non-root user executes a setuid-root binary in
   * !secure(SECURE_NOROOT) mode, then we raise capabilities.