summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2022-05-30 08:16:26 +0200
committerJoonas Niilola <juippis@gentoo.org>2022-05-30 10:14:16 +0300
commit44b7bde5e7c376572f7c9c71fe17689b954168f5 (patch)
tree4fb4c76e1221c78c76c5a7c39cf2bcf276f17d9e /sys-kernel/pf-sources
parentsys-devel/gcc: add binutils-2.30 lower bound (diff)
downloadgentoo-44b7bde5e7c376572f7c9c71fe17689b954168f5.tar.gz
gentoo-44b7bde5e7c376572f7c9c71fe17689b954168f5.tar.bz2
gentoo-44b7bde5e7c376572f7c9c71fe17689b954168f5.zip
sys-kernel/pf-sources: remove unused patch(es)
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/25685 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'sys-kernel/pf-sources')
-rw-r--r--sys-kernel/pf-sources/files/pf-sources-5.17.2-sched-uclamp-fix-functions.patch43
1 files changed, 0 insertions, 43 deletions
diff --git a/sys-kernel/pf-sources/files/pf-sources-5.17.2-sched-uclamp-fix-functions.patch b/sys-kernel/pf-sources/files/pf-sources-5.17.2-sched-uclamp-fix-functions.patch
deleted file mode 100644
index 24404669add6..000000000000
--- a/sys-kernel/pf-sources/files/pf-sources-5.17.2-sched-uclamp-fix-functions.patch
+++ /dev/null
@@ -1,43 +0,0 @@
-From 170a1f1454a4453c0053f87723fd15634c863e05 Mon Sep 17 00:00:00 2001
-From: Tor Vic <torvic9@mailbox.org>
-Date: Thu, 7 Apr 2022 14:54:10 +0200
-Subject: [PATCH] sched/alt: [Sync] sched/uclamp: Add dummy functions to
- sched_alt.h
-
-Syncup of the following 5.17.2 commits:
- sched/uclamp: Fix iowait boost escaping uclamp restriction
- sched/sugov: Ignore 'busy' filter when rq is capped by uclamp_max
-
-Link: https://gitlab.com/alfredchen/linux-prjc/-/issues/56
----
- kernel/sched/alt_sched.h | 14 ++++++++++++++
- 1 file changed, 14 insertions(+)
-
-diff --git a/kernel/sched/alt_sched.h b/kernel/sched/alt_sched.h
-index f2b9e686d6a6..55c2a4c0cb84 100644
---- a/kernel/sched/alt_sched.h
-+++ b/kernel/sched/alt_sched.h
-@@ -654,6 +654,20 @@ static inline int sched_numa_find_closest(const struct cpumask *cpus, int cpu)
- }
- #endif
-
-+static inline
-+unsigned long uclamp_rq_util_with(struct rq *rq, unsigned long boost,
-+ struct task_struct *p)
-+{
-+ return boost;
-+}
-+
-+static inline bool uclamp_rq_is_capped(struct rq *rq) { return false; }
-+
-+static inline bool uclamp_is_used(void)
-+{
-+ return false;
-+}
-+
- extern void swake_up_all_locked(struct swait_queue_head *q);
- extern void __prepare_to_swait(struct swait_queue_head *q, struct swait_queue *wait);
-
---
-GitLab
-