From 8bd264fdde72c8793ed7afaba30e847ea5d93e5e Mon Sep 17 00:00:00 2001 From: Fernando Pacheco Date: Wed, 21 Jul 2021 11:30:17 -0700 Subject: [PATCH] Update to version 1.14.1 Resolves: rhbz#1983103 Signed-off-by: Fernando Pacheco --- .gitignore | 1 + sources | 2 +- stalld.spec | 18 +++++++++++++++++- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 8d6dd70..9b8b02f 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /stalld-1.8.tar.xz /stalld-1.9.tar.xz /stalld-1.13.tar.bz2 +/stalld-1.14.1.tar.bz2 diff --git a/sources b/sources index 9ce6c8b..2226204 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (stalld-1.13.tar.bz2) = f29218b51180c3c3c69a1a6362dd537300da37ce1aac6b3305f9e18e30545cf0d7920b8de0b4cbae0b339e8328158f6558a8ea1483ae867ce430f5e109c865dc +SHA512 (stalld-1.14.1.tar.bz2) = 10eb35abc47329fe24e32e64ebbe637ae214e8c0f393f1c0db4f2065a8517cdb259fa8b41b6bf84906d211df994870440efbee88ed56c8bab4c45b835f62ed14 diff --git a/stalld.spec b/stalld.spec index fcaa021..ad204d9 100644 --- a/stalld.spec +++ b/stalld.spec @@ -1,5 +1,5 @@ Name: stalld -Version: 1.13 +Version: 1.14.1 Release: 1%{?dist} Summary: Daemon that finds starving tasks and gives them a temporary boost @@ -51,6 +51,22 @@ allow 10 microseconds of runtime for 1 second of clock time. %systemd_postun_with_restart %{name}.service %changelog +* Mon Jul 19 2021 Fernando Pacheco - 1.14.1-1 +- stalld: Coding style cleanup +- stalld: spaces in place of +- throttling: Use RT_RUNTIME_PATH in rt_throttling_is_off() +- throttling: Check open() on turn_off_rt_throttling +- throttling: Adjust variables in restore_rt_throttling() +- stalld.c: utils.c: Remove complex assignments from variable declarations +- stalld.h: Define MAX_PATH/DIR_PATH/FILE_NAME and use them +- stalld: Adjust variables in parse_old_task_format() +- utils.c: Use MAX_PATH for pidfile +- stalld.c: Remove variable declaration from the middle of the function +- stalld: Respect -l option in single threaded mode (1983103) +- utils: s/try_to_open_file/check_file_exists/ +- utils: use check_file_exists in setup_hr_tick() +- utils: Check for the new sched_features path + * Fri Jul 02 2021 Fernando Pacheco - 1.13-1 - stalld: Fix log message on boost_cpu_starving_vector() - stalld: Add the overload control to the single-threaded mode