-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Update go-quark to v0.2.0 #41408
Update go-quark to v0.2.0 #41408
Conversation
This version of go-quark includes a bugfix from libquark that fixes kprobes on newer Linux kernels.
Pinging @elastic/sec-linux-platform (Team:Security-Linux Platform) |
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.
❤️
Pinging @elastic/elastic-agent-data-plane (Team:Elastic-Agent-Data-Plane) |
Can we get a quick ok here, we would like this to make it to 8.16 as it fixes a real bug. |
@haesbaert we should be able to merge this when the automated tests will be finalized. |
awesome, many thanks! |
Update go-quark to v0.2.0. This version of go-quark includes a bugfix from libquark that fixes use of kprobes on newer Linux kernels. This also removes the license override for go-quark; the license in it should now be detected properly, removing the need for the override. (cherry picked from commit f8d3880)
Update go-quark to v0.2.0. This version of go-quark includes a bugfix from libquark that fixes use of kprobes on newer Linux kernels. This also removes the license override for go-quark; the license in it should now be detected properly, removing the need for the override. (cherry picked from commit f8d3880)
Update go-quark to v0.2.0. This version of go-quark includes a bugfix from libquark that fixes use of kprobes on newer Linux kernels. This also removes the license override for go-quark; the license in it should now be detected properly, removing the need for the override. (cherry picked from commit f8d3880) Co-authored-by: Michael Wolf <[email protected]>
Update go-quark to v0.2.0. This version of go-quark includes a bugfix from libquark that fixes use of kprobes on newer Linux kernels. This also removes the license override for go-quark; the license in it should now be detected properly, removing the need for the override. (cherry picked from commit f8d3880) Co-authored-by: Michael Wolf <[email protected]>
Proposed commit message
Update go-quark to v0.2.0. This version of go-quark includes a bugfix from libquark that fixes use of kprobes
on newer Linux kernels.
This also removes the license override for go-quark; the license in it should now be detected properly, removing the need for the override.
Checklist
- [ ] I have commented my code, particularly in hard-to-understand areas- [ ] I have made corresponding changes to the documentation- [ ] I have made corresponding change to the default configuration files- [ ] I have added tests that prove my fix is effective or that my feature works- [ ] I have added an entry inCHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.Disruptive User Impact
None