Thanks for all the work. On 2024-04-25 18:22:25+0000, Thijs Raymakers wrote: > Co-authored-by: Phil Auld <pauld@xxxxxxxxxx> > Signed-off-by: Phil Auld <pauld@xxxxxxxxxx> > Signed-off-by: Thijs Raymakers <thijs@xxxxxxxxxxxx> Reviewed-by: Thomas Weißschuh <thomas@xxxxxxxx> > --- > > .gitignore | 1 + > bash-completion/coresched | 0 Don't forget this :-) > configure.ac | 12 +- > meson.build | 16 +- > meson_options.txt | 2 +- > schedutils/Makemodule.am | 8 + > schedutils/coresched.1.adoc | 139 +++++++ > schedutils/coresched.c | 363 ++++++++++++++++++ > tests/commands.sh | 1 + > .../coresched-copy-from-child-to-parent | 1 + > ...coresched-copy-from-parent-to-nested-child | 1 + > .../schedutils/coresched-get-cookie-own-pid | 1 + > .../coresched-get-cookie-parent-pid | 1 + > .../coresched-new-child-with-new-cookie | 1 + > .../coresched-set-cookie-parent-pid.err | 1 + > .../expected/schedutils/set-cookie-parent-pid | 1 + > tests/ts/schedutils/coresched | 83 ++++ > 17 files changed, 626 insertions(+), 6 deletions(-) > create mode 100644 bash-completion/coresched > create mode 100644 schedutils/coresched.1.adoc > create mode 100644 schedutils/coresched.c > create mode 100644 tests/expected/schedutils/coresched-copy-from-child-to-parent > create mode 100644 tests/expected/schedutils/coresched-copy-from-parent-to-nested-child > create mode 100644 tests/expected/schedutils/coresched-get-cookie-own-pid > create mode 100644 tests/expected/schedutils/coresched-get-cookie-parent-pid > create mode 100644 tests/expected/schedutils/coresched-new-child-with-new-cookie > create mode 100644 tests/expected/schedutils/coresched-set-cookie-parent-pid.err > create mode 100644 tests/expected/schedutils/set-cookie-parent-pid > create mode 100755 tests/ts/schedutils/coresched