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 potential deadlock during system shutdown #8422

Commits on May 2, 2024

  1. Configuration menu
    Copy the full SHA
    ec8e440 View commit details
    Browse the repository at this point in the history
  2. kernel: Fix group to not crash if group_history fails

    There used to be a bug where the AC would block and set_env
    would crash. This caused the shell to be unuseable as it crashed
    all the time. So we add some safe guards to make sure that does
    not happen again.
    garazdawi committed May 2, 2024
    Configuration menu
    Copy the full SHA
    172a15c View commit details
    Browse the repository at this point in the history