import stalld-1.13-1.el8
This commit is contained in:
parent
947d484591
commit
110a294eb8
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/stalld-1.11.tar.xz
|
SOURCES/stalld-1.13.tar.bz2
|
||||||
|
@ -1 +1 @@
|
|||||||
2ff92d1c4cc961a461022d4b85f367081f81ba50 SOURCES/stalld-1.11.tar.xz
|
d3a2449347c0b96d9428961870f6a2d04f2dda61 SOURCES/stalld-1.13.tar.bz2
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
Name: stalld
|
Name: stalld
|
||||||
Version: 1.11
|
Version: 1.13
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Daemon that finds starving tasks and gives them a temporary boost
|
Summary: Daemon that finds starving tasks and gives them a temporary boost
|
||||||
|
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
URL: https://git.kernel.org/pub/scm/utils/stalld/stalld.git
|
URL: https://gitlab.com/rt-linux-tools/%{name}/%{name}.git
|
||||||
Source0: https://jcwillia.fedorapeople.org/%{name}-%{version}.tar.xz
|
Source0: https://gitlab.com/rt-linux-tools/%{name}/-/archive/v%{version}/%{name}-%{version}.tar.bz2
|
||||||
|
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
@ -51,6 +51,29 @@ allow 10 microseconds of runtime for 1 second of clock time.
|
|||||||
%systemd_postun_with_restart %{name}.service
|
%systemd_postun_with_restart %{name}.service
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 02 2021 Fernando Pacheco <fpacheco@redhat.com> - 1.13-1
|
||||||
|
- stalld: Fix log message on boost_cpu_starving_vector()
|
||||||
|
- stalld: Add the overload control to the single-threaded mode
|
||||||
|
- stalld: Add the adaptive mode option
|
||||||
|
- stalld: Use the last mode set in the cmdline
|
||||||
|
- stalld: Fallback to the adaptive mode if force_fifo is selected
|
||||||
|
- stalld: Make single-threaded mode the default one (1920041)
|
||||||
|
- stalld.service: Always restart stalld on exit
|
||||||
|
- utils.c: Fail if user is not root
|
||||||
|
- utils.c: Make the path to sched_debug path dynamic (1977663)
|
||||||
|
|
||||||
|
* Tue Jun 29 2021 Fernando Pacheco <fpacheco@redhat.com> - 1.12-1
|
||||||
|
- stalld.8: fix diff cruft left in manpage source
|
||||||
|
- stalld.c: clean up handling of nr_running
|
||||||
|
- stalld.c: remove duplicate parameter to fill_waiting_task() (1934582)
|
||||||
|
- stalld.service: Run stalld as sched_fifo via systemd
|
||||||
|
- stalld: Add error handling in get_cpu_idle_time() (1966259)
|
||||||
|
- packaging: clean up Makefiles and rpm specfile (1972806)
|
||||||
|
- stalld: Always print current function for info messages
|
||||||
|
- stalld: Always print current function for warn messages
|
||||||
|
- stalld: Always print current function for die messages
|
||||||
|
- utils: change PATHMAX to 4096 (1934581)
|
||||||
|
|
||||||
* Thu May 13 2021 Clark Williams <williams@redhat.com> - 1.11-1
|
* Thu May 13 2021 Clark Williams <williams@redhat.com> - 1.11-1
|
||||||
- redhat/stalld.spec: pick up gating test version for changelog
|
- redhat/stalld.spec: pick up gating test version for changelog
|
||||||
- utils.c: set daemon umask to restrict global write/execute (1934586)
|
- utils.c: set daemon umask to restrict global write/execute (1934586)
|
||||||
|
Loading…
Reference in New Issue
Block a user