This repository has been archived by the owner on Sep 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
socket: fixes around camblet_get/setsockopt and recvmsg waiting and other things #209
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bonifaido
changed the title
socket: save and restore original tcp_getsocktopts
socket: camblet_getsockopt can stay proto local instead of global
Apr 9, 2024
bonifaido
changed the title
socket: camblet_getsockopt can stay proto local instead of global
socket: camblet_getsockopt can stay sock local instead of global
Apr 9, 2024
bonifaido
changed the title
socket: camblet_getsockopt can stay sock local instead of global
socket: camblet_getsockopt can stay sock local instead of global and other fixes
Apr 10, 2024
bonifaido
force-pushed
the
getsockopt_restore
branch
from
April 10, 2024 07:43
69bdc9d
to
e5f9e54
Compare
bonifaido
force-pushed
the
getsockopt_restore
branch
from
April 10, 2024 11:37
e5f9e54
to
c29c22f
Compare
bonifaido
changed the title
socket: camblet_getsockopt can stay sock local instead of global and other fixes
socket: fixes around camblet_get/setsockopt and recvmsg waiting and other things
Apr 12, 2024
bonifaido
force-pushed
the
getsockopt_restore
branch
from
April 12, 2024 09:50
56a6901
to
f7be2b3
Compare
bonifaido
force-pushed
the
getsockopt_restore
branch
from
April 12, 2024 13:08
df8c94f
to
43d78ee
Compare
bonifaido
force-pushed
the
getsockopt_restore
branch
from
April 12, 2024 14:01
0e26391
to
fd5b1ee
Compare
baluchicken
reviewed
Apr 15, 2024
baluchicken
reviewed
Apr 15, 2024
baluchicken
reviewed
Apr 15, 2024
baluchicken
previously approved these changes
Apr 15, 2024
baluchicken
reviewed
Apr 15, 2024
Co-authored-by: Balint Molnar <[email protected]>
baluchicken
approved these changes
Apr 15, 2024
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Original getsockopt restoration in module exit was missing (interesting situations could occur after module unload...), but from now on it is not needed since the overwrite is socket local.
Fixing tcp_connection_context memory placing issue in camblet_setsockopt.
Fix for CPU hog read waits.
Added test for Camblet sockopt functions.
Check the commits for all the fixes.
Type of Change
Checklist