On Tue, Aug 20, 2024 at 01:33:36PM +0200, Zhu Yanjun wrote: > In the commit aee2424246f9 ("RDMA/iwcm: Fix a use-after-free related to > destroying CM IDs"), the function flush_workqueue is invoked to flush > the work queue iwcm_wq. .. > Fixes: aee2424246f9 ("RDMA/iwcm: Fix a use-after-free related to destroying CM IDs") > Reported-by: kernel test robot <oliver.sang@xxxxxxxxx> > Closes: https://lore.kernel.org/oe-lkp/202408151633.fc01893c-oliver.sang@xxxxxxxxx > Tested-by: kernel test robot <oliver.sang@xxxxxxxxx> > Signed-off-by: Zhu Yanjun <yanjun.zhu@xxxxxxxxx> > Reviewed-by: Bart Van Assche <bvanassche@xxxxxxx> > --- > V1 -> V2: Modify commit logs based on Bart and Jason' suggestions > --- > drivers/infiniband/core/iwcm.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Applied to for-next, thanks Jason