On Thu, 28 May 2020 09:36:43 +0530 rohit maheshwari wrote: > CHCR driver is a ULD driver, and if user requests to remove chcr alone, > this cleanup will be done. This is why I am taking module refcount until > tls offload flag is set, or any single tls offload connection exists. > So, now, > when this cleanup will be triggered, TLS offload won't be enabled, and > this crash situation can never occur.
You expect that if there is no TLS connection and feature flag was cleared nobody will call tlsdev_ops again. I've shown you in the previous email that the callers of those ops are not synchronized against flag changes.