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

btf: fix writing out signed enums #1155

Merged
merged 1 commit into from
Oct 10, 2023
Merged

Commits on Oct 5, 2023

  1. btf: fix writing out signed enums

    The formatter currently doesn't do sign conversion when writing
    out enum values. This means that negative signed enum values
    end up with large unsigned values. Fix this by doing correct
    sign conversion.
    
    Signed-off-by: Lorenz Bauer <lmb@isovalent.com>
    lmb committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    b046732 View commit details
    Browse the repository at this point in the history