diff --git a/.gitignore b/.gitignore index 72e5d98..20f5c40 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/stalld-1.5.tar.xz +SOURCES/stalld-1.6.tar.xz diff --git a/.stalld.metadata b/.stalld.metadata index 1ca9bc4..62d664b 100644 --- a/.stalld.metadata +++ b/.stalld.metadata @@ -1 +1 @@ -19e8d9b7d677481ad4eed2524a5ba6c04af17323 SOURCES/stalld-1.5.tar.xz +c380b72de1d7cd3d668a2478a3771cdfc7af0330 SOURCES/stalld-1.6.tar.xz diff --git a/SPECS/stalld.spec b/SPECS/stalld.spec index 18a2ab0..242cbc8 100644 --- a/SPECS/stalld.spec +++ b/SPECS/stalld.spec @@ -1,6 +1,6 @@ Name: stalld -Version: 1.5 -Release: 2%{?dist} +Version: 1.6 +Release: 1%{?dist} Summary: Daemon that finds starving tasks and gives them a temporary boost License: GPLv2 @@ -34,6 +34,7 @@ allow 10 microseconds of runtime for 1 second of clock time. %files %{_bindir}/%{name} +%{_bindir}/throttlectl %{_unitdir}/%{name}.service %config(noreplace) %{_sysconfdir}/sysconfig/stalld %doc %{_docdir}/README.md @@ -50,8 +51,11 @@ allow 10 microseconds of runtime for 1 second of clock time. %systemd_postun_with_restart %{name}.service %changelog -* Wed Jan 20 2021 Clark Williams - 1.5-2 -- Fix incorrect signal handler setup to handle SIGTERM +* Tue Jan 26 2021 Clark Williams - 1.6-1 +- add systemd handling of RT Throttling + +* Wed Jan 20 2021 Clark Williams - 1.5-1 +- fix signal handler to catch SIGTERM * Fri Dec 11 2020 Clark Williams - 1.4-1 - stalld: Set rt_runtime to -1 before trying the SCHED_DEADLINE