• Linus Torvalds's avatar
    Merge tag 'irq-core-2024-05-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip · 6bfd2d44
    Linus Torvalds authored
    Pull interrupt subsystem updates from Thomas Gleixner:
     "Core code:
    
       - Interrupt storm detection for the lockup watchdog:
    
         Lockups which are caused by interrupt storms are not easy to debug
         because there is no information about the events which make the
         lockup detector trigger.
    
         To make this more user friendly, provide an extenstion to interrupt
         statistics which allows to take snapshots and an interface to
         retrieve the delta to the snapshot. Use this new mechanism in the
         watchdog code to do a two stage lockup analysis by taking the
         snapshot and printing the deltas for the topmost active interrupts
         on the second trigger.
    
         Note: This contains both the interrupt and the watchdog changes as
         the latter depend on the former obviously.
    
       - Avoid summation loops in the /proc/interrupts output and use the
         global counter when possible
    
       - Skip suspended interrup...
    6bfd2d44
MAINTAINERS 732 KB