Skip to content
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

Fix bpf_printk only accept three parameter #1438

Merged
merged 1 commit into from
Dec 10, 2024
Merged

Conversation

tomatopunk
Copy link
Contributor

Hello team,

In the PR, I've fixed a bug related to the use of bpf_printk. Since bpf_printk can only accept a maximum of three arguments, I split it into two lines.

@CLAassistant
Copy link

CLAassistant commented Dec 10, 2024

CLA assistant check
All committers have signed the CLA.

@tomatopunk
Copy link
Contributor Author

CC @grcevski .
As we discussed in our Slack thread, I've resolved the issue

Copy link

codecov bot commented Dec 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.97%. Comparing base (a6d91fd) to head (7eaa297).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1438      +/-   ##
==========================================
+ Coverage   76.90%   80.97%   +4.06%     
==========================================
  Files         149      149              
  Lines       15250    15250              
==========================================
+ Hits        11728    12348     +620     
+ Misses       2906     2297     -609     
+ Partials      616      605      -11     
Flag Coverage Δ
integration-test 59.81% <ø> (-0.04%) ⬇️
k8s-integration-test 59.37% <ø> (?)
oats-test 33.92% <ø> (ø)
unittests 51.96% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@mariomac mariomac left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice! Thanks for the patch!

Copy link
Contributor

@grcevski grcevski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thanks for your contribution @tomatopunk!

We'll update the BPF binaries on a separate PR.

@grcevski grcevski merged commit 8c771fb into grafana:main Dec 10, 2024
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants