aboutsummaryrefslogtreecommitdiff
path: root/net/lapb/lapb_subr.c
diff options
context:
space:
mode:
authorJack Morgenstein <[email protected]>2020-12-08 09:35:44 +0200
committerJason Gunthorpe <[email protected]>2020-12-10 15:05:17 -0400
commit779e0bf47632c609c59f527f9711ecd3214dccb0 (patch)
treeb968abeb26d3a1539c91e33cdb2a0d8a45533308 /net/lapb/lapb_subr.c
parent286e1d3f9ba89c7db5eecd30f47f9e333843ea13 (diff)
RDMA/core: Do not indicate device ready when device enablement fails
In procedure ib_register_device, procedure kobject_uevent is called (advertising that the device is ready for userspace usage) even when device_enable_and_get() returned an error. As a result, various RDMA modules attempted to register for the device even while the device driver was preparing to unregister the device. Fix this by advertising the device availability only after enabling the device succeeds. Fixes: e7a5b4aafd82 ("RDMA/device: Don't fire uevent before device is fully initialized") Link: https://lore.kernel.org/r/[email protected] Suggested-by: Leon Romanovsky <[email protected]> Signed-off-by: Jack Morgenstein <[email protected]> Signed-off-by: Leon Romanovsky <[email protected]> Signed-off-by: Jason Gunthorpe <[email protected]>
Diffstat (limited to 'net/lapb/lapb_subr.c')
0 files changed, 0 insertions, 0 deletions