mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
net/smc: cancel event worker during device removal
commitece0d7bd74upstream. During IB device removal, cancel the event worker before the device structure is freed. Fixes:a4cf0443c4("smc: introduce SMC as an IB-client") Reported-by: syzbot+b297c6825752e7a07272@syzkaller.appspotmail.com Signed-off-by: Karsten Graul <kgraul@linux.ibm.com> Reviewed-by: Ursula Braun <ubraun@linux.ibm.com> Reviewed-by: Leon Romanovsky <leonro@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
dbaba2a4db
commit
881f9469cc
@@ -568,6 +568,7 @@ static void smc_ib_remove_dev(struct ib_device *ibdev, void *client_data)
|
||||
spin_unlock(&smc_ib_devices.lock);
|
||||
smc_ib_cleanup_per_ibdev(smcibdev);
|
||||
ib_unregister_event_handler(&smcibdev->event_handler);
|
||||
cancel_work_sync(&smcibdev->port_event_work);
|
||||
kfree(smcibdev);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user