Skip to content
  • Paul E. McKenney's avatar
    rcu: Add stall-warning checks for RCU-tasks · 52db30ab
    Paul E. McKenney authored
    
    
    This commit adds a ten-minute RCU-tasks stall warning.  The actual
    time is controlled by the boot/sysfs parameter rcu_task_stall_timeout,
    with values less than or equal to zero disabling the stall warnings.
    The default value is ten minutes, which means that the tasks that have
    not yet responded will get their stacks dumped every ten minutes, until
    they pass through a voluntary context switch.
    
    Signed-off-by: default avatarPaul E. McKenney <paulmck@linux.vnet.ibm.com>
    52db30ab