• Linus Torvalds's avatar
    Merge tag 'wq-for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq · cd546fa3
    Linus Torvalds authored
    Pull workqueue updates from Tejun Heo:
     "Mostly changes from Petr to improve warning and error reporting.
    
      Workqueue now reports more of the relevant failures with better
      context which should help debugging"
    
    * tag 'wq-for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq:
      workqueue: Introduce show_freezable_workqueues
      workqueue: Print backtraces from CPUs with hung CPU bound workqueues
      workqueue: Warn when a rescuer could not be created
      workqueue: Interrupted create_worker() is not a repeated event
      workqueue: Warn when a new worker could not be created
      workqueue: Fix hung time report of worker pools
      workqueue: Simplify a pr_warn() call in wq_select_unbound_cpu()
      MAINTAINERS: Add workqueue_internal.h to the WORKQUEUE entry
    cd546fa3
workqueue.c 176 KB