-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Add SO_PREFER_BUSY_POLL and SO_BUSY_POLL_BUDGET #3917
base: main
Are you sure you want to change the base?
Conversation
From the CI results (i686-unknown-linux-musl) it seems like the machine does not have a uapi header with the constant. |
for the time being, need to add those constants as exception (for CI), as if musl then ignore those two. |
@devnexen Got it. I was wondering if someone tried to update the kernel headers for the musl CI. |
I updated the CI to use the alpine headers here: tammela@17af7ba Seems to be passing the CI scripts, let me know if it's worth the shot and I can open up a PR |
nice, it might be best to create a PR for this musl update alone tough. cc @tgross35 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Huh, no clue why those were commented out but looks like it has been that way since #2135. Anyway lgtm, thanks for including the link.
Remove the comment of these socket options. Reference: https://elixir.bootlin.com/linux/latest/source/include/uapi/asm-generic/socket.h Signed-off-by: Pedro Tammela <[email protected]>
Needs this one to pass CI: #3921 |
Remove the comment of these socket options.
Reference: https://elixir.bootlin.com/linux/latest/source/include/uapi/asm-generic/socket.h