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

[DNM] llext_manager: Fix for multipipeline issue with llext #8939

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Mar 13, 2024

  1. llext_manager: Change llext_manager_link parameters

    Now llext_manager_link funtions gets struct llext **llext instead of
    struct module_data *md.
    
    Signed-off-by: Adrian Warecki <adrian.warecki@intel.com>
    softwarecki committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    c0a37e1 View commit details
    Browse the repository at this point in the history
  2. llext_manager: Move llext handle to module context

    Moved the llext handle to the module context. Each module instance has its
    own module_data structure, which resulted in the module being loaded every
    time.
    
    Signed-off-by: Adrian Warecki <adrian.warecki@intel.com>
    softwarecki committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    5b860cb View commit details
    Browse the repository at this point in the history