summaryrefslogtreecommitdiff
path: root/target/linux/generic/patches-4.4/904-debloat_dma_buf.patch
diff options
context:
space:
mode:
authorStijn Segers <francesco.borromini@inventati.org>2016-09-30 08:34:01 +0200
committerÁlvaro Fernández Rojas <noltari@gmail.com>2016-09-30 13:34:04 +0200
commit949cfbb24374be151e2c01db09dd98bc8537a989 (patch)
tree8a87fc4295daec2beee33827e85592f2b932a791 /target/linux/generic/patches-4.4/904-debloat_dma_buf.patch
parentfc88eb3fdfce6d39b4c62158cf6f42605a360a1e (diff)
downloadmtk-20170518-949cfbb24374be151e2c01db09dd98bc8537a989.zip
mtk-20170518-949cfbb24374be151e2c01db09dd98bc8537a989.tar.gz
mtk-20170518-949cfbb24374be151e2c01db09dd98bc8537a989.tar.bz2
kernel: update kernel 4.4 to version 4.4.22
Forgot to update kernel-version.mk, so updated patch. Compile-tested on x86/64 and ar71xx; run-tested on x86/64 and ar71xx. Signed-off-by: Stijn Segers <francesco.borromini@inventati.org>
Diffstat (limited to 'target/linux/generic/patches-4.4/904-debloat_dma_buf.patch')
-rw-r--r--target/linux/generic/patches-4.4/904-debloat_dma_buf.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/patches-4.4/904-debloat_dma_buf.patch b/target/linux/generic/patches-4.4/904-debloat_dma_buf.patch
index 3e6a9a1..10613de 100644
--- a/target/linux/generic/patches-4.4/904-debloat_dma_buf.patch
+++ b/target/linux/generic/patches-4.4/904-debloat_dma_buf.patch
@@ -34,7 +34,7 @@
+MODULE_LICENSE("GPL");
--- a/kernel/sched/core.c
+++ b/kernel/sched/core.c
-@@ -2075,6 +2075,7 @@ int wake_up_state(struct task_struct *p,
+@@ -2097,6 +2097,7 @@ int wake_up_state(struct task_struct *p,
{
return try_to_wake_up(p, state, 0);
}