aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-4.4/904-debloat_dma_buf.patch
diff options
context:
space:
mode:
authorEtienne Haarsma <bladeoner112@gmail.com>2017-12-01 18:26:40 +0100
committerJohn Crispin <john@phrozen.org>2017-12-12 11:10:47 +0100
commit2b664499cd6223b8063c648d8b1499431bc1103f (patch)
treeda59c918624d5eeacf7659312918f61203191432 /target/linux/generic/patches-4.4/904-debloat_dma_buf.patch
parented82c52a4a88af17e525914f5d5727f0bc448c5a (diff)
downloadupstream-2b664499cd6223b8063c648d8b1499431bc1103f.tar.gz
upstream-2b664499cd6223b8063c648d8b1499431bc1103f.tar.bz2
upstream-2b664499cd6223b8063c648d8b1499431bc1103f.zip
kernel: bump 4.4 to 4.4.103 for 17.01
Refreshed all patches. Removed upstream ramips patches: 0101-MIPS-ralink-Fix-MT7628-pinmux.patch 0102--MIPS-ralink-Fix-typo-in-mt7628-pinmux-function.patch Compile-tested: ar71xx Run-tested: ar71xx Signed-off-by: Etienne Haarsma <bladeoner112@gmail.com>
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 10613de852..eac39669d0 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
-@@ -2097,6 +2097,7 @@ int wake_up_state(struct task_struct *p,
+@@ -2096,6 +2096,7 @@ int wake_up_state(struct task_struct *p,
{
return try_to_wake_up(p, state, 0);
}