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

llext: flush logging before unloading extensions #77289

Merged
merged 1 commit into from
Aug 29, 2024

Commits on Aug 29, 2024

  1. llext: flush logging before unloading extensions

    Extensions could have used logging, when log processing is
    deferred, the logging thread can run after the extension has
    been unloaded and thereby access invalid memory addresses.
    Make sure to flush all logs before unloading extensions.
    
    Signed-off-by: Tom Burdick <thomas.burdick@intel.com>
    Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
    teburd authored and lyakh committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    b18b810 View commit details
    Browse the repository at this point in the history