commit:     44b7bde5e7c376572f7c9c71fe17689b954168f5
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Mon May 30 06:16:26 2022 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon May 30 07:14:16 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44b7bde5

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 <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/25685
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 ...sources-5.17.2-sched-uclamp-fix-functions.patch | 43 ----------------------
 1 file changed, 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 <torv...@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
-

Reply via email to