From d5e24879380f1326d2f6c0e3934be59b3a3df25a Mon Sep 17 00:00:00 2001 From: Clark Williams Date: Sun, 4 Oct 2020 20:46:29 -0500 Subject: [PATCH] stalld: update for FIFO feature and parser bug fix Signed-off-by: Clark Williams --- sources | 2 +- stalld.spec | 10 +++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/sources b/sources index b937952..0eb89fd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (stalld-1.0.tar.xz) = b91172d64c8f83b5f84c1e4af8de0542d3c5408787dc1ac2b3543e0ac28a4f15e0be6972c4ca1cae59842097de0a8cc995e676e43556b738d1c05f8e4ab7c02e +SHA512 (stalld-1.0.tar.xz) = 0a5571204a4d13054ad4a9ab3d3296511decf432fb85c640f785619d6369473353efee83dbb21b1d5136c42443d44f75d0a368cc8e2495766d705e5ef82bc6b4 diff --git a/stalld.spec b/stalld.spec index aea57de..6c60c88 100644 --- a/stalld.spec +++ b/stalld.spec @@ -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 - 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 - 1.0-3 - Place BuildRequires on individual lines - Fix changelog notations