2 Commits

Author SHA256 Message Date
9c0af83542 OBS-URL: https://build.opensuse.org/package/show/Base:System/stalld?expand=0&rev=23 2025-10-01 12:19:04 +00:00
be502045e6 Accepting request 1307189 from home:mchiappero:branches:Base:System
- update to 1.21.1: 
  * stalld: cleanup and refactorning
  * stalld: fix erroneous log messages, stale PIDs are now purged
            as soon as they are detected
  * bpf: cleanup and refactoring; improved code quality and comments
  * bpf: improved logging
  * bpf: support field `thread_info.cpu` in newer kernels (and `cpu` on
         older ones) from `struct task_struct`
  * bpf: fix cpu_data->nr_rt_running not reset when a non-RT task
         was scheduled next
  * bpf: fix bpf_get_smp_processor_id() used to determine the exact CPU
         the task is running on
  * bpf: add a BPF handler for the `sched_migrate_task` tracepoint to
         accurately track tasks as they move between CPUs
  * bpf: capture an initial state snapshot of system tasks at startup
  * bpf: levergate CO-RE to reliably determine if a task is in the
         TASK_RUNNING state across different kernel versions
  * bpf: fix a possible startup stall by adding non-blocking BTF
         tracepoints

OBS-URL: https://build.opensuse.org/request/show/1307189
OBS-URL: https://build.opensuse.org/package/show/Base:System/stalld?expand=0&rev=22
2025-09-25 16:15:59 +00:00