diff options
author | Petr Štetiar <ynezz@true.cz> | 2020-05-03 14:44:49 +0200 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2020-05-04 21:09:12 +0200 |
commit | 73de205c57edecdb950e697126c7a235c3611895 (patch) | |
tree | f77c4a5b48b361222dd1142301fdb894544462a3 /target/linux/generic | |
parent | b9cf9ebdb7aab1be0b9ee9825c71c313259d22da (diff) | |
download | upstream-73de205c57edecdb950e697126c7a235c3611895.tar.gz upstream-73de205c57edecdb950e697126c7a235c3611895.tar.bz2 upstream-73de205c57edecdb950e697126c7a235c3611895.zip |
kernel: bump 5.4 to 5.4.38
Refreshed patches.
Run tested: qemu-x86-64, apalis
Build tested: x86/64, ipq40xx, ath79, imx6, sunxi/a53
Signed-off-by: Petr Štetiar <ynezz@true.cz>
Diffstat (limited to 'target/linux/generic')
-rw-r--r-- | target/linux/generic/hack-5.4/904-debloat_dma_buf.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/hack-5.4/904-debloat_dma_buf.patch b/target/linux/generic/hack-5.4/904-debloat_dma_buf.patch index 24971487a4..1b103d5e00 100644 --- a/target/linux/generic/hack-5.4/904-debloat_dma_buf.patch +++ b/target/linux/generic/hack-5.4/904-debloat_dma_buf.patch @@ -54,7 +54,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name> +MODULE_LICENSE("GPL"); --- a/kernel/sched/core.c +++ b/kernel/sched/core.c -@@ -2673,6 +2673,7 @@ int wake_up_state(struct task_struct *p, +@@ -2668,6 +2668,7 @@ int wake_up_state(struct task_struct *p, { return try_to_wake_up(p, state, 0); } |