From: Greg Kroah-Hartman Date: Thu, 21 May 2026 14:27:14 +0000 (+0200) Subject: fuzz cleanup X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=64aec103303375c4b0e151037252b3c867267576;p=thirdparty%2Fkernel%2Fstable-queue.git fuzz cleanup --- diff --git a/queue-6.18/sched-rt-skip-group-schedulable-check-with-rt_group_.patch b/queue-6.18/sched-rt-skip-group-schedulable-check-with-rt_group_.patch index 64921e08c5..1163270d2f 100644 --- a/queue-6.18/sched-rt-skip-group-schedulable-check-with-rt_group_.patch +++ b/queue-6.18/sched-rt-skip-group-schedulable-check-with-rt_group_.patch @@ -32,14 +32,12 @@ Signed-off-by: Peter Zijlstra (Intel) Link: https://patch.msgid.link/20260323-sched-rert_groups-v3-1-1e7d5ed6b249@suse.com Signed-off-by: Sasha Levin --- - kernel/sched/rt.c | 5 ++--- + kernel/sched/rt.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) -diff --git a/kernel/sched/rt.c b/kernel/sched/rt.c -index 8cead8f37aa50..156824baef613 100644 --- a/kernel/sched/rt.c +++ b/kernel/sched/rt.c -@@ -2677,9 +2677,6 @@ static int tg_rt_schedulable(struct task_group *tg, void *data) +@@ -2668,9 +2668,6 @@ static int tg_rt_schedulable(struct task tg->rt_bandwidth.rt_runtime && tg_has_rt_tasks(tg)) return -EBUSY; @@ -49,7 +47,7 @@ index 8cead8f37aa50..156824baef613 100644 total = to_ratio(period, runtime); /* -@@ -2823,6 +2820,8 @@ long sched_group_rt_period(struct task_group *tg) +@@ -2814,6 +2811,8 @@ long sched_group_rt_period(struct task_g static int sched_rt_global_constraints(void) { int ret = 0; @@ -58,6 +56,3 @@ index 8cead8f37aa50..156824baef613 100644 mutex_lock(&rt_constraints_mutex); ret = __rt_schedulable(NULL, 0, 0); --- -2.53.0 - diff --git a/queue-7.0/rtla-utils-fix-resource-leak-in-set_comm_sched_attr.patch b/queue-7.0/rtla-utils-fix-resource-leak-in-set_comm_sched_attr.patch index 55a386e642..f368e0dfbe 100644 --- a/queue-7.0/rtla-utils-fix-resource-leak-in-set_comm_sched_attr.patch +++ b/queue-7.0/rtla-utils-fix-resource-leak-in-set_comm_sched_attr.patch @@ -23,14 +23,12 @@ Link: https://lore.kernel.org/r/20260309195040.1019085-18-wander@redhat.com Signed-off-by: Tomas Glozar Signed-off-by: Sasha Levin --- - tools/tracing/rtla/src/utils.c | 11 ++++++----- + tools/tracing/rtla/src/utils.c | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) -diff --git a/tools/tracing/rtla/src/utils.c b/tools/tracing/rtla/src/utils.c -index 22d2182c729e5..53e45eabae03c 100644 --- a/tools/tracing/rtla/src/utils.c +++ b/tools/tracing/rtla/src/utils.c -@@ -360,22 +360,23 @@ int set_comm_sched_attr(const char *comm_prefix, struct sched_attr *attr) +@@ -361,22 +361,23 @@ int set_comm_sched_attr(const char *comm if (strtoi(proc_entry->d_name, &pid)) { err_msg("'%s' is not a valid pid", proc_entry->d_name); @@ -59,6 +57,3 @@ index 22d2182c729e5..53e45eabae03c 100644 } #define INVALID_VAL (~0L) --- -2.53.0 -