util-linux/schedutils
Karel Zak 240634f80c chrt: use SCHED_FLAG_RESET_ON_FORK for sched_setattr()
Reviewed by many people, used for years (but probably nobody uses
SCHED_DEADLINE with reset-on-fork), but we all missed:

- sched_setscheduler() uses SCHED_RESET_ON_FORK (0x40000000)
- sched_setattr() uses SCHED_FLAG_RESET_ON_FORK (0x01)

Addresses: https://bugzilla.redhat.com/show_bug.cgi?id=1883013
Signed-off-by: Karel Zak <kzak@redhat.com>
2020-10-01 10:40:27 +02:00
..
Makemodule.am build-sys: add BUILD_CHRT 2014-05-21 13:35:01 +02:00
chrt.1 doc: schedutils/*: Fix some warnings from "mandoc -T lint" 2020-06-15 11:28:01 +02:00
chrt.c chrt: use SCHED_FLAG_RESET_ON_FORK for sched_setattr() 2020-10-01 10:40:27 +02:00
ionice.1 doc: schedutils/*: Fix some warnings from "mandoc -T lint" 2020-06-15 11:28:01 +02:00
ionice.c misc: consolidate version printing and close_stdout() 2019-04-16 15:14:13 +02:00
taskset.1 doc: schedutils/*: Fix some warnings from "mandoc -T lint" 2020-06-15 11:28:01 +02:00
taskset.c misc: consolidate version printing and close_stdout() 2019-04-16 15:14:13 +02:00