On Fri, May 06, 2022 at 10:50:13PM +0900, Tetsuo Handa wrote: > Flushing system-wide workqueues is dangerous and will be forbidden. > Replace system_wq with local cm_wq. > > Link: https://lkml.kernel.org/r/49925af7-78a8-a3dd-bce6-cfc02e1a9236@xxxxxxxxxxxxxxxxxxx > Signed-off-by: Tetsuo Handa <penguin-kernel@xxxxxxxxxxxxxxxxxxx> > --- > Note: This patch is only compile tested. > > drivers/infiniband/hw/mlx4/cm.c | 29 +++++++++++++++++++++------- > drivers/infiniband/hw/mlx4/main.c | 10 +++++++++- > drivers/infiniband/hw/mlx4/mlx4_ib.h | 3 +++ > 3 files changed, 34 insertions(+), 8 deletions(-) Applied to for-next, thanks Jason