Mon, 13 May 2024 23:09:13 UTC | login

Information for build stalld-1.19.1-1.fc40

ID300955
Package Namestalld
Version1.19.1
Release1.fc40
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/stalld.git#74fbc7b86bbbb5b78dad96e650d9cb0cf124b2d3
SummaryDaemon that finds starving tasks and gives them a temporary boost
DescriptionThe 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.
Built bydavidlt
State failed
Volume DEFAULT
StartedWed, 17 Apr 2024 10:06:38 UTC
CompletedWed, 17 Apr 2024 11:26:47 UTC
Taskbuild (f40, /rpms/stalld.git:74fbc7b86bbbb5b78dad96e650d9cb0cf124b2d3)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/stalld.git#74fbc7b86bbbb5b78dad96e650d9cb0cf124b2d3'}}
Tags No tags
RPMs No RPMs
Changelog * Fri Feb 09 2024 Clark Williams <williams@redhat.com> - 1.19.1 - Conditionalize BPF and queue_track build per architecture - clean up Makefile install logic and add .bz2 to .gitignore - modify Makefiles so install works with relative paths - rename 'redhat' to 'systemd' and remove redhat packaging logic - update SPDX tags to non-deprecated values - stalld: Add -a/--affinity option - Adding SPDX license info to each file - man/stalld.8: change starving threshold to match code - utils: Fix freeing of invalid pointer - add bpftool as BuildRequires * Mon Dec 25 2023 Clark Williams <williams@redhat.com> - 1.18.1 - queue_track: Use LIBBPF_MAJOR/MINOR_VERSION to detect deprecated functions - utils: Close file descriptor - stalld: Fix function name of daemonize() - docs: Fix typo in the manual - queue_track: Use bpf_map__resize on older libbpf versions - utils: Let tgid to arrive at the fill proccess comm - stalld: Fix log message on idle detection - stalld: Add -b/--backend option - stalld: Add queue track eBPF based backend - stalld: Add fill_process_comm helper - stalld: Include regex.h on stalld.h - stalld: Get nr of cpus only once - stalld: Add the backend abstraction - sched_debug: Move sched debug functions to an specific file * Thu Dec 21 2023 Clark Williams <williams@redhat.com> - 1.17.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 - stalld: Detect runnable dying tasks - stalld: Fix nr_periods calculation in do_fifo_boost() - stalld.conf: Lower threshold to 20 - utils.c: Exit early if enabling HRTICK fails when using SCHED_DEADLINE - Add support for loongarch * Mon Dec 18 2023 Clark Williams <williams@redhat.com> - 1.16.7 - fix to sync versions * Mon Dec 18 2023 Clark Williams <williams@redhat.com> - 1.16.6 - remove un-needed BuildRequire for bpftool * Mon Dec 18 2023 Clark Williams <williams@redhat.com> - 1.16.5 - changed package license to match SPDX values * Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.16-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.16-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.16-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * 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