Update to 3.18.2

svn path=/dists/trunk/linux/; revision=22270
This commit is contained in:
Ben Hutchings 2015-01-16 03:05:33 +00:00
parent 2fb1b61d59
commit 888d925fa9
2 changed files with 7 additions and 2 deletions

7
debian/changelog vendored
View File

@ -1,5 +1,10 @@
linux (3.18-1~exp2) UNRELEASED; urgency=medium linux (3.18.2-1~exp1) UNRELEASED; urgency=medium
* New upstream stable update:
https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.18.1
https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.18.2
[ Ian Campbell ]
* [armel/kirkwood]: Enable DEBUG_MVEBU_UART_ALTERNATE to match the behaviour * [armel/kirkwood]: Enable DEBUG_MVEBU_UART_ALTERNATE to match the behaviour
of previous boardfile based kirkwood kernels. Otherwise the kernel silently of previous boardfile based kirkwood kernels. Otherwise the kernel silently
crashes during boot. crashes during boot.

View File

@ -89,5 +89,5 @@ Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
+int unprivileged_userns_clone; +int unprivileged_userns_clone;
+ +
static struct kmem_cache *user_ns_cachep __read_mostly; static struct kmem_cache *user_ns_cachep __read_mostly;
static DEFINE_MUTEX(userns_state_mutex);
static bool new_idmap_permitted(const struct file *file,