import stalld-1.15-1.el8

This commit is contained in:
CentOS Sources 2022-05-10 03:04:26 -04:00 committed by Stepan Oksanichenko
parent 7e23acef9c
commit b5ca626fac
3 changed files with 13 additions and 3 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/stalld-1.14.1.tar.bz2
SOURCES/stalld-1.15.tar.bz2

View File

@ -1 +1 @@
1cff3a75ffdb5ef2a38e3d0223c525795c21cdec SOURCES/stalld-1.14.1.tar.bz2
20543331f0759edab37da541f55bacfbd3aefdc2 SOURCES/stalld-1.15.tar.bz2

View File

@ -1,5 +1,5 @@
Name: stalld
Version: 1.14.1
Version: 1.15
Release: 1%{?dist}
Summary: Daemon that finds starving tasks and gives them a temporary boost
@ -51,6 +51,16 @@ allow 10 microseconds of runtime for 1 second of clock time.
%systemd_postun_with_restart %{name}.service
%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#1990057, rhbz#1996799, rhbz#1996825
* Mon Jul 19 2021 Fernando Pacheco <fpacheco@redhat.com> - 1.14.1-1
- stalld: Coding style cleanup
- stalld: spaces in place of <TAB>