diff options
author | Luka Perkov <luka@openwrt.org> | 2014-07-30 15:44:44 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2014-07-30 15:44:44 +0000 |
commit | f548b18353bc31ecd2a8ecf44470c31676acbd86 (patch) | |
tree | 7c7c06e3cbb8fec6a19d9767825047f2dc3bba1c /target/linux/generic/patches-3.14/950-vm_exports.patch | |
parent | 7dabdbde78794c96513fb427675fb9517e2b135a (diff) | |
download | mtk-20170518-f548b18353bc31ecd2a8ecf44470c31676acbd86.zip mtk-20170518-f548b18353bc31ecd2a8ecf44470c31676acbd86.tar.gz mtk-20170518-f548b18353bc31ecd2a8ecf44470c31676acbd86.tar.bz2 |
kernel: update 3.14 to 3.14.14
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 41898
Diffstat (limited to 'target/linux/generic/patches-3.14/950-vm_exports.patch')
-rw-r--r-- | target/linux/generic/patches-3.14/950-vm_exports.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic/patches-3.14/950-vm_exports.patch b/target/linux/generic/patches-3.14/950-vm_exports.patch index b9ddb80..6d8bc58 100644 --- a/target/linux/generic/patches-3.14/950-vm_exports.patch +++ b/target/linux/generic/patches-3.14/950-vm_exports.patch @@ -1,6 +1,6 @@ --- a/mm/shmem.c +++ b/mm/shmem.c -@@ -2963,6 +2963,15 @@ put_memory: +@@ -3043,6 +3043,15 @@ put_memory: return res; } @@ -16,7 +16,7 @@ /** * shmem_kernel_file_setup - get an unlinked file living in tmpfs which must be * kernel internal. There will be NO LSM permission checks against the -@@ -3002,11 +3011,8 @@ int shmem_zero_setup(struct vm_area_stru +@@ -3082,11 +3091,8 @@ int shmem_zero_setup(struct vm_area_stru file = shmem_file_setup("dev/zero", size, vma->vm_flags); if (IS_ERR(file)) return PTR_ERR(file); |