Wed, 15 May 2024 06:11:02 UTC | login

Information for build stalld-1.16-3.fc38

ID239536
Package Namestalld
Version1.16
Release3.fc38
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/stalld.git#fd2902c49bed0e50eac6ef547eb3d9784bf96b9d
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
StartedThu, 08 Jun 2023 11:40:11 UTC
CompletedThu, 08 Jun 2023 16:15:43 UTC
Taskbuild (f38, /rpms/stalld.git:fd2902c49bed0e50eac6ef547eb3d9784bf96b9d)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/stalld.git#fd2902c49bed0e50eac6ef547eb3d9784bf96b9d'}}
Tags No tags
RPMs No RPMs
Changelog * 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 * Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.15-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * 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 * Mon Jul 19 2021 Fernando Pacheco <fpacheco@redhat.com> - 1.14.1-1 - stalld: Coding style cleanup - stalld: spaces in place of <TAB> - throttling: Use RT_RUNTIME_PATH in rt_throttling_is_off() - throttling: Check open() on turn_off_rt_throttling - throttling: Adjust variables in restore_rt_throttling() - stalld.c: utils.c: Remove complex assignments from variable declarations - stalld.h: Define MAX_PATH/DIR_PATH/FILE_NAME and use them - stalld: Adjust variables in parse_old_task_format() - utils.c: Use MAX_PATH for pidfile - stalld.c: Remove variable declaration from the middle of the function - stalld: Respect -l option in single threaded mode - utils: s/try_to_open_file/check_file_exists/ - utils: use check_file_exists in setup_hr_tick() - utils: Check for the new sched_features path * 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 - 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 * 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() - stalld: Add error handling in get_cpu_idle_time() - stalld.service: Run stalld as sched_fifo via systemd - packaging: clean up Makefiles and rpm specfile - 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 * Thu May 13 2021 Clark Williams <williams@redhat.com> - 1.11-1 - redhat/stalld.spec: pick up gating test version for changelog - utils.c: set daemon umask to restrict global write/execute (1934586) - hardening fixes from coverity scan (1934590) * Tue Apr 27 2021 Clark Williams <williams@redhat.com> - 1.10-1 - utils: Fix bounds check on cpu and end_cpu variables - stalld: Support denylisting of tasks in stalld - src/utils: use right argument for warning printf * Wed Feb 17 2021 Clark Williams <williams@redhat.com> - 1.9-2 - update to pick up latest gating test * Wed Feb 17 2021 Clark Williams <williams@redhat.com> - 1.9-1 - Set starvation threshold default to 30 seconds - rework read buffer allocation to properly find page size - Add the -g/--granularity option - Change the default granularity to five seconds - Implement idle detection - Implement the single-threaded mode - Add HRTICK_DL support * Fri Feb 05 2021 Clark Williams <williams@redhat.com> - 1.8-1 - Fix Readiness Protocol Mismatch with systemd - test01: update to use buildin atomic operations - test01: add throttling check * Tue Feb 02 2021 Clark Williams <williams@redhat.com> - 1.7-1 - rework detect_task_format and buffer_size logic - make CFLAGS for local compile match rpmbuild CFLAGS * Tue Jan 26 2021 Clark Williams <williams@redhat.com> - 1.6-1 - add systemd handling of RT Throttling