Update to version 1.15
Signed-off-by: Fernando Pacheco <fpacheco@redhat.com>
This commit is contained in:
parent
22bb6d4b47
commit
63fa7fabd7
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@
|
|||||||
/stalld-1.11.tar.xz
|
/stalld-1.11.tar.xz
|
||||||
/stalld-1.13.tar.bz2
|
/stalld-1.13.tar.bz2
|
||||||
/stalld-1.14.1.tar.bz2
|
/stalld-1.14.1.tar.bz2
|
||||||
|
/stalld-1.15.tar.bz2
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (stalld-1.14.1.tar.bz2) = 410c0f2cee118569ca21f6d972337cfa6223bded41352d68546eec8c5a2caa2a51dc96d1a80a5e1c60968a05747b1719159a82c8c5049154e9883b2c49968ebe
|
SHA512 (stalld-1.15.tar.bz2) = d56af6670f33a482d555579ef677a52279e5d8c8ad068266ca652f81124ae4fa2c52ce74c2974eb61c3e7ccba44c9c1f9cb5da2dc2d914253e55de1cd6ba58d7
|
||||||
|
11
stalld.spec
11
stalld.spec
@ -1,5 +1,5 @@
|
|||||||
Name: stalld
|
Name: stalld
|
||||||
Version: 1.14.1
|
Version: 1.15
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Daemon that finds starving tasks and gives them a temporary boost
|
Summary: Daemon that finds starving tasks and gives them a temporary boost
|
||||||
|
|
||||||
@ -51,6 +51,15 @@ allow 10 microseconds of runtime for 1 second of clock time.
|
|||||||
%systemd_postun_with_restart %{name}.service
|
%systemd_postun_with_restart %{name}.service
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 15 2021 Fernando Pacheco <fpacheco@redhat.com> - 1.15-1
|
||||||
|
- stalld: Fix incorrect open() return value checks
|
||||||
|
- stalld: Pass errno to strerror() on sig*set() failures
|
||||||
|
- throttling: Always null terminate sched_rt_runtime_us output
|
||||||
|
- stalld: Remove unreachable statement in detect_task_format()
|
||||||
|
- tests: Fix uninitialized value action.sa_mask
|
||||||
|
- utils: Bail if malloc() returns null in parse_cpu_list()
|
||||||
|
- stalld: Use correct format specifier for long types
|
||||||
|
|
||||||
* Mon Jul 19 2021 Fernando Pacheco <fpacheco@redhat.com> - 1.14.1-1
|
* Mon Jul 19 2021 Fernando Pacheco <fpacheco@redhat.com> - 1.14.1-1
|
||||||
- stalld: Coding style cleanup
|
- stalld: Coding style cleanup
|
||||||
- stalld: spaces in place of <TAB>
|
- stalld: spaces in place of <TAB>
|
||||||
|
Loading…
Reference in New Issue
Block a user