[Canary] lib: monkey: Import afunix patched bundled canary commit of libevent - #11829
Closed
cosmo0920 wants to merge 2 commits into
Closed
[Canary] lib: monkey: Import afunix patched bundled canary commit of libevent#11829cosmo0920 wants to merge 2 commits into
cosmo0920 wants to merge 2 commits into
Conversation
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
cosmo0920
force-pushed
the
cosmo0920-canary-libevent-monkey-afunix-socketpair-patch-on-windows
branch
from
July 14, 2026 06:12
da72511 to
8aa1a4a
Compare
cosmo0920
force-pushed
the
cosmo0920-canary-libevent-monkey-afunix-socketpair-patch-on-windows
branch
from
July 14, 2026 10:19
8aa1a4a to
6080ff2
Compare
cosmo0920
force-pushed
the
cosmo0920-canary-libevent-monkey-afunix-socketpair-patch-on-windows
branch
from
July 15, 2026 04:09
1c953bb to
033917b
Compare
cosmo0920
force-pushed
the
cosmo0920-canary-libevent-monkey-afunix-socketpair-patch-on-windows
branch
from
July 15, 2026 05:37
033917b to
8709429
Compare
cosmo0920
force-pushed
the
cosmo0920-canary-libevent-monkey-afunix-socketpair-patch-on-windows
branch
from
July 15, 2026 08:46
598611a to
09e4e34
Compare
Signed-off-by: Hiroshi Hatake <hiroshi@chronosphere.io>
Signed-off-by: Hiroshi Hatake <hiroshi@chronosphere.io>
Contributor
Author
|
This was superseded by #12212. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
THIS IS CANARY PR. DO NOT MERGE.
With this importing AF_UNIX patch on libevent, we can completely eliminate the usages of tcp lookbacked socketpair in libevent's event system in Windows.
monkey/monkey#439
The previous canary still has some of the usages of local loopbacks but in this PR, there's no listeners of local loopback except for explicitly listening addresses.
Internal and Runtime test result
Enter
[N/A]in the box, if an item is not applicable to your change.Testing
Before we can approve your change; please submit the following in a comment:
Experiment result
Plus, we got with Get-NetTCPConnection Cmdlet:
If this is a change to packaging of containers or native binaries then please confirm it works for all targets.
ok-package-testlabel to test for all targets (requires maintainer to do).Documentation
Backporting
Fluent Bit is licensed under Apache 2.0, by submitting this pull request I understand that this code will be released under the terms of that license.