• Linus Torvalds's avatar
    Merge tag 'wq-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq · 85a77db9
    Linus Torvalds authored
    Pull workqueue updates from Tejun Heo:
     "Nothing major:
    
       - workqueue.panic_on_stall boot param added
    
       - alloc_workqueue_lockdep_map() added (used by DRM)
    
       - Other cleanusp and doc updates"
    
    * tag 'wq-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq:
      kernel/workqueue.c: fix DEFINE_PER_CPU_SHARED_ALIGNED expansion
      workqueue: Fix another htmldocs build warning
      workqueue: fix null-ptr-deref on __alloc_workqueue() error
      workqueue: Don't call va_start / va_end twice
      workqueue: Fix htmldocs build warning
      workqueue: Add interface for user-defined workqueue lockdep map
      workqueue: Change workqueue lockdep map to pointer
      workqueue: Split alloc_workqueue into internal function and lockdep init
      Documentation: kernel-parameters: add workqueue.panic_on_stall
      workqueue: add cmdline parameter workqueue.panic_on_stall
    85a77db9
workqueue.c 224 KB