-
Notifications
You must be signed in to change notification settings - Fork 7.4k
net: sockets: Enable gethostname even if socket-offloading is selected #90849
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
net: sockets: Enable gethostname even if socket-offloading is selected #90849
Conversation
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.
Your issue only mentioned gethostname
but now you are also enabling getnameinfo
for offloaded sockets, perhaps that was not the intention?
f2633b0
to
23b9f0a
Compare
My bad, fixed. |
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.
Please fix the compliance (missing signoff line in the commit message).
Also allow `gethostname` to be compiled in, even when the socket offloading option is selected. Signed-off-by: Cla Mattia Galliard <cla-mattia.galliard@zuehlke.com>
23b9f0a
to
39f7e2a
Compare
done. Sorry. |
|
Also allow
gethostname
to be compiled in, even when the socket offloading option is selected.Fixes: #90843