aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/hack-5.15
diff options
context:
space:
mode:
authorJohn Audia <therealgraysky@proton.me>2023-01-18 14:46:43 -0500
committerHauke Mehrtens <hauke@hauke-m.de>2023-01-22 01:41:10 +0100
commit6a3816efb736b4ff8b4c7ec725522d275afd7496 (patch)
tree5967b63bb1b64249351402e82b840c8d9eb341c4 /target/linux/generic/hack-5.15
parent2fc170cc21e5ae3cc5ffaf6d0522903a5cbe4f2a (diff)
downloadupstream-6a3816efb736b4ff8b4c7ec725522d275afd7496.tar.gz
upstream-6a3816efb736b4ff8b4c7ec725522d275afd7496.tar.bz2
upstream-6a3816efb736b4ff8b4c7ec725522d275afd7496.zip
kernel: bump 5.15 to 5.15.89
Removed upstreamed: ipq806x/patches-5.15/007-v6.3-ASoC-qcom-lpass-cpu-Fix-fallback-SD-line-index-handl.patch[1] 1. https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=v5.15.89&id=d4fa65960a9d0cb87a1102d47145675ceed7a4e6 All other patches automatically rebased. Build system: x86_64 Build-tested: bcm2711/RPi4B, filogic/xiaomi_redmi-router-ax6000-ubootmod Run-tested: bcm2711/RPi4B, filogic/xiaomi_redmi-router-ax6000-ubootmod Signed-off-by: John Audia <therealgraysky@proton.me>
Diffstat (limited to 'target/linux/generic/hack-5.15')
-rw-r--r--target/linux/generic/hack-5.15/904-debloat_dma_buf.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/hack-5.15/904-debloat_dma_buf.patch b/target/linux/generic/hack-5.15/904-debloat_dma_buf.patch
index 302c0007f2..beb1e31d93 100644
--- a/target/linux/generic/hack-5.15/904-debloat_dma_buf.patch
+++ b/target/linux/generic/hack-5.15/904-debloat_dma_buf.patch
@@ -72,7 +72,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name>
+MODULE_LICENSE("GPL");
--- a/kernel/sched/core.c
+++ b/kernel/sched/core.c
-@@ -4184,6 +4184,7 @@ int wake_up_state(struct task_struct *p,
+@@ -4213,6 +4213,7 @@ int wake_up_state(struct task_struct *p,
{
return try_to_wake_up(p, state, 0);
}