update to version 1.14.1
This commit is contained in:
parent
f83b550972
commit
22bb6d4b47
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@
|
||||
/stalld-1.10.tar.xz
|
||||
/stalld-1.11.tar.xz
|
||||
/stalld-1.13.tar.bz2
|
||||
/stalld-1.14.1.tar.bz2
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (stalld-1.13.tar.bz2) = e067d3bffdffcd0f42ebf1b881fcc842b4a90d67099075bc8ccfaf9ce5503efcddb1eaa301dd19b6c678e0423bb8fbdc7a6503a4b5e733f5111c1cafc5af8bca
|
||||
SHA512 (stalld-1.14.1.tar.bz2) = 410c0f2cee118569ca21f6d972337cfa6223bded41352d68546eec8c5a2caa2a51dc96d1a80a5e1c60968a05747b1719159a82c8c5049154e9883b2c49968ebe
|
||||
|
18
stalld.spec
18
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 <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
|
||||
- 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
|
||||
|
Loading…
Reference in New Issue
Block a user