Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-kernel/pf-sources/files/
Date: Mon, 30 May 2022 07:14:21
Message-Id: 1653894856.44b7bde5e7c376572f7c9c71fe17689b954168f5.juippis@gentoo
1 commit: 44b7bde5e7c376572f7c9c71fe17689b954168f5
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Mon May 30 06:16:26 2022 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Mon May 30 07:14:16 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44b7bde5
7
8 sys-kernel/pf-sources: remove unused patch(es)
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
12 Closes: https://github.com/gentoo/gentoo/pull/25685
13 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
14
15 ...sources-5.17.2-sched-uclamp-fix-functions.patch | 43 ----------------------
16 1 file changed, 43 deletions(-)
17
18 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
19 deleted file mode 100644
20 index 24404669add6..000000000000
21 --- a/sys-kernel/pf-sources/files/pf-sources-5.17.2-sched-uclamp-fix-functions.patch
22 +++ /dev/null
23 @@ -1,43 +0,0 @@
24 -From 170a1f1454a4453c0053f87723fd15634c863e05 Mon Sep 17 00:00:00 2001
25 -From: Tor Vic <torvic9@×××××××.org>
26 -Date: Thu, 7 Apr 2022 14:54:10 +0200
27 -Subject: [PATCH] sched/alt: [Sync] sched/uclamp: Add dummy functions to
28 - sched_alt.h
29 -
30 -Syncup of the following 5.17.2 commits:
31 - sched/uclamp: Fix iowait boost escaping uclamp restriction
32 - sched/sugov: Ignore 'busy' filter when rq is capped by uclamp_max
33 -
34 -Link: https://gitlab.com/alfredchen/linux-prjc/-/issues/56
35 ----
36 - kernel/sched/alt_sched.h | 14 ++++++++++++++
37 - 1 file changed, 14 insertions(+)
38 -
39 -diff --git a/kernel/sched/alt_sched.h b/kernel/sched/alt_sched.h
40 -index f2b9e686d6a6..55c2a4c0cb84 100644
41 ---- a/kernel/sched/alt_sched.h
42 -+++ b/kernel/sched/alt_sched.h
43 -@@ -654,6 +654,20 @@ static inline int sched_numa_find_closest(const struct cpumask *cpus, int cpu)
44 - }
45 - #endif
46 -
47 -+static inline
48 -+unsigned long uclamp_rq_util_with(struct rq *rq, unsigned long boost,
49 -+ struct task_struct *p)
50 -+{
51 -+ return boost;
52 -+}
53 -+
54 -+static inline bool uclamp_rq_is_capped(struct rq *rq) { return false; }
55 -+
56 -+static inline bool uclamp_is_used(void)
57 -+{
58 -+ return false;
59 -+}
60 -+
61 - extern void swake_up_all_locked(struct swait_queue_head *q);
62 - extern void __prepare_to_swait(struct swait_queue_head *q, struct swait_queue *wait);
63 -
64 ---
65 -GitLab
66 -