kernel: update 3.14 to 3.14.16

Signed-off-by: Luka Perkov <luka@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42070 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Luka Perkov
2014-08-08 13:38:22 +00:00
parent f34aeeedd4
commit 7a2b8a48f6
15 changed files with 19 additions and 24 deletions

View File

@@ -326,7 +326,7 @@
/**
* sb_permission - Check superblock-level permissions
@@ -3036,9 +3037,12 @@ finish_open_created:
@@ -3037,9 +3038,12 @@ finish_open_created:
error = may_open(&nd->path, acc_mode, open_flag);
if (error)
goto out;

View File

@@ -10,4 +10,3 @@
err = xfrm_decode_session(skb, &fl, family);
if (err < 0)
return err;

View File

@@ -1,6 +1,6 @@
--- a/init/main.c
+++ b/init/main.c
@@ -868,7 +868,8 @@ static int __ref kernel_init(void *unuse
@@ -872,7 +872,8 @@ static int __ref kernel_init(void *unuse
pr_err("Failed to execute %s (error %d). Attempting defaults...\n",
execute_command, ret);
}