aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClark Williams <williams@redhat.com>2020-10-04 20:40:45 -0500
committerClark Williams <williams@redhat.com>2020-10-04 20:40:45 -0500
commita01eb058a6d1311678a3597b60a72be612600a1b (patch)
tree3b2da2969c24095b88710fe2a3a51c679c6e2c07
parent2a6dbc98147e8645f5b385322465c7f173df8607 (diff)
downloadstalld-a01eb058a6d1311678a3597b60a72be612600a1b.tar.gz
redhat: update release for features and bugfix
Add ability to use SCHED_FIFO for boosting when the kernel does not upport SCHED_DEADLINE. Add Makefile target to build static linked stalld image. Fix bug in parsing /proc/sched_debug info that allowed picking up stale information and confusing/delaying the boost logic. Signed-off-by: Clark Williams <williams@redhat.com>
-rw-r--r--redhat/stalld.spec10
1 files changed, 9 insertions, 1 deletions
diff --git a/redhat/stalld.spec b/redhat/stalld.spec
index aea57de..6c60c88 100644
--- a/redhat/stalld.spec
+++ b/redhat/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 <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