[linux-yocto][PATCH v5.2/standard/preempt-rt/base] workqueue: Fix missing transition to raw lock

2020-02-10 Thread He Zhe
From: He Zhe For the following build failure. kernel/workqueue.c:4336:17: error: passing argument 1 of 'rt_spin_lock' from incompatible pointer type [-Werror=incompatible-pointer-types] 4336 | spin_lock_irq(&wq_mayday_lock); | ^~~ kernel/workqueue.c:4338:19: error: passing argument 1

Re: [linux-yocto][PATCH v5.2/standard/preempt-rt/base] workqueue: Fix missing transition to raw lock

2020-02-11 Thread Bruce Ashfield
merged. Bruce In message: [linux-yocto][PATCH v5.2/standard/preempt-rt/base] workqueue: Fix missing transition to raw lock on 10/02/2020 zhe...@windriver.com wrote: > From: He Zhe > > For the following build failure. > > kernel/workqueue.c:4336:17: error: passing argument 1 o