stalld: update for FIFO feature and parser bug fix

Signed-off-by: Clark Williams <williams@redhat.com>
This commit is contained in:
Clark Williams 2020-10-04 20:46:29 -05:00
parent 1b32e3b26e
commit 7dddf5053d
2 changed files with 10 additions and 2 deletions

View File

@ -1 +1 @@
SHA512 (stalld-1.0.tar.xz) = b91172d64c8f83b5f84c1e4af8de0542d3c5408787dc1ac2b3543e0ac28a4f15e0be6972c4ca1cae59842097de0a8cc995e676e43556b738d1c05f8e4ab7c02e
SHA512 (stalld-1.0.tar.xz) = 0a5571204a4d13054ad4a9ab3d3296511decf432fb85c640f785619d6369473353efee83dbb21b1d5136c42443d44f75d0a368cc8e2495766d705e5ef82bc6b4

View File

@ -1,6 +1,6 @@
Name: stalld
Version: 1.0
Release: 3%{?dist}
Release: 4%{?dist}
Summary: Daemon that finds starving tasks and gives them a temporary boost
License: GPLv2
@ -50,6 +50,14 @@ allow 10 microseconds of runtime for 1 second of clock time.
%systemd_postun_with_restart %{name}.service
%changelog
* Sun Oct 4 2020 Clark Williams <williams@redhat.com> - 1.0-4
- Fix an option in README.md; consistency in user facing docs.
- gitignore: ignore object files and the stalld executable
- Makefile: add 'static' target to link stalld statically
- use FIFO for boosting (v3)
- stalld: update usage message to include --force_fifo/-F option
- stalld.c: fix sched_debug parsing and modify waiting task parsing
* Tue Sep 1 2020 Clark Williams <williams@redhat.com> - 1.0-3
- Place BuildRequires on individual lines
- Fix changelog notations