Re: [PATCH] Cygwin: sched_setscheduler: Fix crash if pid of other process is used

2025-02-21 Thread Corinna Vinschen
21 Feb 2025 17:25:51 +0100 > Subject: [PATCH] Cygwin: sched_setscheduler: Fix crash if pid of other process > is used > > Add missing PID_MAP_RW to allow changes of _pinfo::sched_policy. > > Fixes: 48b189245a13 ("Cygwin: sched_setscheduler: accept SCHED_OTHER, > SCHED_

[PATCH] Cygwin: sched_setscheduler: Fix crash if pid of other process is used

2025-02-21 Thread Christian Franke
Obviously my testcases for the SCHED_* enhancement were incomplete, sorry. -- Regards, Christian From a9e48b5d738c2a683826ab220155778f0f57f003 Mon Sep 17 00:00:00 2001 From: Christian Franke Date: Fri, 21 Feb 2025 17:25:51 +0100 Subject: [PATCH] Cygwin: sched_setscheduler: Fix crash if pid of