Update to version 1.14.1

Resolves: rhbz#1983103

Signed-off-by: Fernando Pacheco <fpacheco@redhat.com>
This commit is contained in:
Fernando Pacheco 2021-07-21 11:30:17 -07:00
parent 1c303c49f2
commit 8bd264fdde
3 changed files with 19 additions and 2 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -1 +1 @@
SHA512 (stalld-1.13.tar.bz2) = f29218b51180c3c3c69a1a6362dd537300da37ce1aac6b3305f9e18e30545cf0d7920b8de0b4cbae0b339e8328158f6558a8ea1483ae867ce430f5e109c865dc
SHA512 (stalld-1.14.1.tar.bz2) = 10eb35abc47329fe24e32e64ebbe637ae214e8c0f393f1c0db4f2065a8517cdb259fa8b41b6bf84906d211df994870440efbee88ed56c8bab4c45b835f62ed14

View File

@ -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 <fpacheco@redhat.com> - 1.14.1-1
- stalld: Coding style cleanup
- stalld: spaces in place of <TAB>
- 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 <fpacheco@redhat.com> - 1.13-1
- stalld: Fix log message on boost_cpu_starving_vector()
- stalld: Add the overload control to the single-threaded mode