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

microcode: Update amd and intel ucode and remove indirection #3340

Merged

Commits on Aug 21, 2023

  1. microcode: Update amd and intel ucode and remove indirection

    Update microcode for Intel and AMD processors in face of recent
    processor vulnerabilities. In the process cut out the indirection step
    through Amazon Linux. They do not change the microcode between getting
    it from upstream and us consuming it, so it is an extra step of
    indirection.
    
    Signed-off-by: Leonard Foerster <[email protected]>
    foersleo committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    a84de4b View commit details
    Browse the repository at this point in the history
  2. microcode: Clean up latest-srpm-urls.sh and its references

    With the move to upstream sources for microcode the helper script
    `latest-srpm-urls.sh` is not applicable anymore. Remove it and
    references to it.
    
    Signed-off-by: Leonard Foerster <[email protected]>
    foersleo committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    f791708 View commit details
    Browse the repository at this point in the history