Skip to content

nat46-glue: Use spinlock instead of mutex#66

Merged
ayourtch merged 1 commit intoayourtch:masterfrom
angus19:patch-1
Jan 3, 2026
Merged

nat46-glue: Use spinlock instead of mutex#66
ayourtch merged 1 commit intoayourtch:masterfrom
angus19:patch-1

Conversation

@angus19
Copy link
Contributor

@angus19 angus19 commented Dec 31, 2025

Mutex can sleep during contention but sleeping is forbidden in atomic/softirq context.

Mutex can sleep during contention but sleeping is forbidden in atomic/softirq context.
@angus19
Copy link
Contributor Author

angus19 commented Jan 3, 2026

CI/CD failed but that was not related to my change.

Copy link
Owner

@ayourtch ayourtch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@ayourtch
Copy link
Owner

ayourtch commented Jan 3, 2026

I've fixed the CI but this should be obvious enough without needing to do the rebase dance.

@ayourtch ayourtch merged commit 4020e96 into ayourtch:master Jan 3, 2026
1 check failed
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.

2 participants