import stalld-1.15-1.el9
This commit is contained in:
parent
a78bf6b691
commit
603ca0b305
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/stalld-1.14.1.tar.bz2
|
SOURCES/stalld-1.15.tar.bz2
|
||||||
|
@ -1 +1 @@
|
|||||||
1cff3a75ffdb5ef2a38e3d0223c525795c21cdec SOURCES/stalld-1.14.1.tar.bz2
|
20543331f0759edab37da541f55bacfbd3aefdc2 SOURCES/stalld-1.15.tar.bz2
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: stalld
|
Name: stalld
|
||||||
Version: 1.14.1
|
Version: 1.15
|
||||||
Release: 2%{?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
|
||||||
@ -51,6 +51,16 @@ 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
|
||||||
|
* Mon Nov 15 2021 Fernando Pacheco <fpacheco@redhat.com> - 1.15-1
|
||||||
|
- stalld: Fix incorrect open() return value checks
|
||||||
|
- stalld: Pass errno to strerror() on sig*set() failures
|
||||||
|
- throttling: Always null terminate sched_rt_runtime_us output
|
||||||
|
- stalld: Remove unreachable statement in detect_task_format()
|
||||||
|
- tests: Fix uninitialized value action.sa_mask
|
||||||
|
- utils: Bail if malloc() returns null in parse_cpu_list()
|
||||||
|
- stalld: Use correct format specifier for long types
|
||||||
|
Resolves: rhbz#2016010
|
||||||
|
|
||||||
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 1.14.1-2
|
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 1.14.1-2
|
||||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||||
Related: rhbz#1991688
|
Related: rhbz#1991688
|
||||||
|
Loading…
Reference in New Issue
Block a user