diff options
author | Jonas Gorski <jogo@openwrt.org> | 2013-07-01 13:21:06 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2013-07-01 13:21:06 +0000 |
commit | 96f8c15a36dbdde14df63e2e7dfea7a819716428 (patch) | |
tree | fe53bc1a1631dfd020746d97fea1de756b26f5e0 /target/linux/generic/patches-3.10/950-vm_exports.patch | |
parent | 7e19bb1854415df8fb65c017a0d2d64fd6a83bd1 (diff) | |
download | mtk-20170518-96f8c15a36dbdde14df63e2e7dfea7a819716428.zip mtk-20170518-96f8c15a36dbdde14df63e2e7dfea7a819716428.tar.gz mtk-20170518-96f8c15a36dbdde14df63e2e7dfea7a819716428.tar.bz2 |
kernel: update linux 3.10 to 3.10 final
3.10 final is out, so refresh patches and add md5sum.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 37116
Diffstat (limited to 'target/linux/generic/patches-3.10/950-vm_exports.patch')
-rw-r--r-- | target/linux/generic/patches-3.10/950-vm_exports.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic/patches-3.10/950-vm_exports.patch b/target/linux/generic/patches-3.10/950-vm_exports.patch index 1159b88..993d384 100644 --- a/target/linux/generic/patches-3.10/950-vm_exports.patch +++ b/target/linux/generic/patches-3.10/950-vm_exports.patch @@ -52,7 +52,7 @@ * When we die, we re-parent all our children, and try to: --- a/kernel/sched/core.c +++ b/kernel/sched/core.c -@@ -3694,6 +3694,7 @@ int can_nice(const struct task_struct *p +@@ -3707,6 +3707,7 @@ int can_nice(const struct task_struct *p return (nice_rlim <= task_rlimit(p, RLIMIT_NICE) || capable(CAP_SYS_NICE)); } @@ -62,7 +62,7 @@ --- a/mm/memory.c +++ b/mm/memory.c -@@ -1413,6 +1413,7 @@ void zap_page_range(struct vm_area_struc +@@ -1404,6 +1404,7 @@ void zap_page_range(struct vm_area_struc mmu_notifier_invalidate_range_end(mm, start, end); tlb_finish_mmu(&tlb, start, end); } |