Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nl80211: eliminate the usage of global variables #253

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jow-
Copy link
Owner

@jow- jow- commented Dec 6, 2024

Utilize the VM registry to store the netlink connection context and error information and refactor the related code to obtain all resources from the VM pointer in order to properly support loading the library in multiple concurrent threads or VM instances.

@jow- jow- force-pushed the nl80211-no-global-vars branch from 87f2224 to 3d39e87 Compare December 11, 2024 23:44
Utilize the VM registry to store the netlink connection context and error
information and refactor the related code to obtain all resources from the
VM pointer in order to properly support loading the library in multiple
concurrent threads or VM instances.

Signed-off-by: Jo-Philipp Wich <[email protected]>
@jow- jow- force-pushed the nl80211-no-global-vars branch from 3d39e87 to b37fed1 Compare December 18, 2024 13:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant