version 1.10
This commit is contained in:
parent
de7d2112fb
commit
12bd3adfd5
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@
|
||||
/stalld-1.6.tar.xz
|
||||
/stalld-1.8.tar.xz
|
||||
/stalld-1.9.tar.xz
|
||||
/stalld-1.10.tar.xz
|
||||
|
@ -52,3 +52,10 @@ option.
|
||||
threads on all CPU (uses more CPU/power). [false]
|
||||
### Miscellaneous
|
||||
- -h/--help: print this menu
|
||||
|
||||
## Repositories
|
||||
The repository at https://gitlab.com/rt-linux-tools/stalld is the main
|
||||
repository, where the development takes place.
|
||||
|
||||
The repository at https://git.kernel.org/pub/scm/utils/stalld/stalld.git is the
|
||||
distribution repository, where distros can pick the latest released version.
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (stalld-1.9.tar.xz) = f64d870b9f7883142289f1e92400733d39ff4f39550aa66663de49a230aceae54fc37bc175beda687ffc4316440425db39e1705e9ffd527672d5b4121200febb
|
||||
SHA512 (stalld-1.10.tar.xz) = d5078c552a2cc1082cdb57810343c0f0590817d1773e303d0342f66e56ac4d74be00d8d169e6e702c44b238206b5508952ec424f12dbdbf222e4f818d36f88a7
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: stalld
|
||||
Version: 1.9
|
||||
Release: 2%{?dist}
|
||||
Version: 1.10
|
||||
Release: 1%{?dist}
|
||||
Summary: Daemon that finds starving tasks and gives them a temporary boost
|
||||
|
||||
License: GPLv2
|
||||
@ -51,6 +51,11 @@ allow 10 microseconds of runtime for 1 second of clock time.
|
||||
%systemd_postun_with_restart %{name}.service
|
||||
|
||||
%changelog
|
||||
* Tue Apr 27 2021 Clark Williams <williams@redhat.com> - 1.10-1
|
||||
- utils: Fix bounds check on cpu and end_cpu variables
|
||||
- stalld: Support denylisting of tasks in stalld
|
||||
- src/utils: use right argument for warning printf
|
||||
|
||||
* Tue Mar 02 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.9-2
|
||||
- Rebuilt for updated systemd-rpm-macros
|
||||
See https://pagure.io/fesco/issue/2583.
|
||||
|
Loading…
Reference in New Issue
Block a user