On Nov 27 16:44, Christian Franke wrote: > Corinna Vinschen wrote: > > And I think your patch here should go in as is, just with the release > > message in release/3.5.5 so we can cherry-pick it to the 3.5 branch. > > Attached. Message moved to 3.5.5 and "Fixes:" changed as suggested. >
> From 86266b67334d43ac52a9b7ac1ee879a8d34f0c62 Mon Sep 17 00:00:00 2001 > From: Christian Franke <christian.fra...@t-online.de> > Date: Wed, 27 Nov 2024 16:39:37 +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: 9a08b2c02eea ("* sched.cc: New file. Implement sched*.") > Signed-off-by: Christian Franke <christian.fra...@t-online.de> > --- > winsup/cygwin/release/3.5.5 | 3 +++ > winsup/cygwin/sched.cc | 5 ++++- > 2 files changed, 7 insertions(+), 1 deletion(-) Pushed. Thanks, Corinna