diff --git a/.gitignore b/.gitignore index 9998c0c..06135d0 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/stalld-1.13.tar.bz2 +SOURCES/stalld-1.14.1.tar.bz2 diff --git a/.stalld.metadata b/.stalld.metadata index 28e0d5a..9fcb783 100644 --- a/.stalld.metadata +++ b/.stalld.metadata @@ -1 +1 @@ -d3a2449347c0b96d9428961870f6a2d04f2dda61 SOURCES/stalld-1.13.tar.bz2 +1cff3a75ffdb5ef2a38e3d0223c525795c21cdec SOURCES/stalld-1.14.1.tar.bz2 diff --git a/SPECS/stalld.spec b/SPECS/stalld.spec index ecf58fb..16a090c 100644 --- a/SPECS/stalld.spec +++ b/SPECS/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 (1983100) +- 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