Package stalld-1.19.1-4.el8.x86_64
Name | stalld |
---|---|
Epoch | 0 |
Version | 1.19.1 |
Release | 4.el8 |
Architecture | x86_64 |
Website/URL | https://gitlab.com/rt-linux-tools/stalld/stalld.git |
License | GPLv2 |
Build Time | 2024-04-11 18:40:28 |
Build Host | builder-x86-05.inferitos.ru |
Summary | Daemon that finds starving tasks and gives them a temporary boost |
Repositories | AppStream |
Description | The stalld program monitors the set of system threads, looking for threads that are ready-to-run but have not been given processor time for some threshold period. When a starving thread is found, it is given a temporary boost using the SCHED_DEADLINE policy. The default is to allow 10 microseconds of runtime for 1 second of clock time. |
Errata | — |
Size | 51 KiB |
Source Project | stalld-1.19.1-4.el8 |
SHA-256 checksum | 5bbfdc83f7b146199e6483cbaace4e25c3a73fc2931fe3d3dfecf0d0d0680673 |
×
* Fri Mar 29 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 1.19.1-4 - Rebuilt for MSVSphere 8.10 beta * Wed Feb 14 2024 John Kacur <jkacur@redhat.com> - 1.19.1-4 - Put back patch to run stalld service as initrc_t Resolves: RHEL-8982 * Mon Feb 12 2024 John Kacur <jkacur@redhat.com> - 1.19.1-3 - Copying over missing tests directory Resolves: RHEL-8982 * Mon Feb 12 2024 John Kacur <jkacur@redhat.com> - 1.19.1-2 - Add llvm as a build requirement Resolves: RHEL-8982 * Fri Feb 09 2024 John Kacur <jkacur@redhat.com> - 1.19.1-1 - Rebase to v1.19.1 upstream Resolves: RHEL-8982 * Tue Oct 18 2022 Leah Leshchinsky <lleshchi@redhat.com> - 1.17.1-1 - stalld: Fix memory leak in print_boosted_info() - utils: Check if the system is in lockdown mode - stalld: print process comm and cpu when boosting Resolves: rhbz#2120800 * Thu Sep 08 2022 Leah Leshchinsky <lleshchi@redhat.com> - 1.17-2 - Start stalld service as initrc_t Resolves:rhbz#2112366 * Thu Jul 14 2022 John Kacur <jkacur@redhat.com> - 1.17-1 - rebase to upstream v1.17 Resolves:rhbz#2107273 * Thu Mar 31 2022 Fernando Pacheco <fpacheco@redhat.com> - 1.16-1 - stald/utils: Space, lines and voids clenaups - stalld: Add an option to easily set stalld as SCHED_DEADLINE - stalld: Comments cleanup - src/utils: Comments cleanup - src/throttling: Comments cleanup - src/stalld.h Comments cleanup Resolves: rhbz#2068549 * 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