Hi Christian,
can you please add a Fixes: to the commit messages of both of your patches? On Nov 23 19:56, Christian Franke wrote: > sched_setscheduler(pid, sched_getscheduler(pid), param) should behave like > sched_setparam(pid, param). > > -- > Regards, > Christian > > From a67e6679cc2bb199713b1f783d5219cb8364f5f4 Mon Sep 17 00:00:00 2001 > From: Christian Franke <christian.fra...@t-online.de> > Date: Sat, 23 Nov 2024 19:50:29 +0100 > Subject: [PATCH] Cygwin: sched_setscheduler: allow changes of the priority > > Behave like sched_setparam() if the requested policy is identical > to the fixed value (SCHED_FIFO) returned by sched_getscheduler(). > Fixes: ...? > Signed-off-by: Christian Franke <christian.fra...@t-online.de> > --- > winsup/cygwin/release/3.6.0 | 3 +++ > winsup/cygwin/sched.cc | 5 ++++- > 2 files changed, 7 insertions(+), 1 deletion(-) Thanks, Corinna