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

aya: Implement .kconfig support #1017

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Commits on Sep 27, 2024

  1. aya: Implement .kconfig support

    Implement support for external data symbols (kconfig) following libbpf logic.
    
    Co-authored-by: Mary <mary@mary.zone>
    davibe and marysaka committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    b7f919d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ecbfea3 View commit details
    Browse the repository at this point in the history
  3. Update public-api

    davibe committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    a917512 View commit details
    Browse the repository at this point in the history
  4. Cleanup

    davibe committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    8b2ef5d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    41a2461 View commit details
    Browse the repository at this point in the history
  6. Fix kconfig symbol address

    davibe committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    a723cfa View commit details
    Browse the repository at this point in the history
  7. Fix kconfig string loading

    davibe committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    12b3727 View commit details
    Browse the repository at this point in the history