- Makefile: change build to use FORTIFY_SOURCE=3
- src/utils.c: fix off-by-one error in buffer allocation
Resolves: RHEL-34055
Signed-off-by: Chris White <chwhite@redhat.com>
- stalld.conf: Fix stalld service start fail
- throttling.c: null terminate input buffer
- stalld: free malloc'd buffer on function exit
- throttlectl.sh: use legal value for exit on fail
- Make fill_process_comm() open comm file as READ_ONLY
Resolves: RHEL-34055
Signed-off-by: Chris White <chwhite@redhat.com>
This update brings in the BPF mechanism to monitor runqueues and
detect stalled processes. At some point in the future this will
become the default runtime mode for stalld.
Signed-off-by: Clark Williams <williams@redhat.com>