Linux 6.19's Hung Task & System Lockup Detectors Can Provide Greater Insight
phoronix.com·1h
🔍eBPF
Preview
Report Post

LINUX KERNEL

Beginning with the Linux 6.19 kernel, the hung task detector and system lock-up detector are now optionally able to provide greater insight into the issues by dumping additional system information. The new lockup_sys_info and hung_task_sys_info sysctl knobs were merged over as part of the pull requests managed by Andrew Morton.

Andrew Morton first sent in the memory management "MM" updates for Linux 6.19. Overall a number of low-level kernel code clean-ups and various minor optimizations:

  • A rework to the vmalloc() code to support non-blocking allocations.

  • Minor clean-ups to the NUMA node handling code. There are also small optimizations to the NUMA allocation hinting code.

  • DAMOS auto-tu…

Similar Posts

Loading similar posts...