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

kernel: update to latest version for series 5.10, 5.15, 6.1 #3708

Merged

Commits on Jan 10, 2024

  1. kernel-5.10: update to 5.10.205

    Rebase to Amazon Linux upstream version 5.10.205-195.804.amzn2.
    
    Signed-off-by: Markus Boehme <[email protected]>
    markusboehme committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    a0cfbf7 View commit details
    Browse the repository at this point in the history
  2. kernel-5.15: update to 5.15.145

    Rebase to Amazon Linux upstream version 5.15.145-95.156.amzn2.
    
    Signed-off-by: Markus Boehme <[email protected]>
    markusboehme committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    c8d6cfc View commit details
    Browse the repository at this point in the history
  3. kernel-6.1: update to 6.1.66

    Rebase to Amazon Linux upstream version 6.1.66-93.164.amzn2023.
    
    Signed-off-by: Markus Boehme <[email protected]>
    markusboehme committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    ea638f0 View commit details
    Browse the repository at this point in the history
  4. kernel-5.10: disable unused Mellanox network drivers

    The recent update to the 5.10 kernel picked up a bunch of Mellanox
    network drivers from the Amazon Linux kernel. We don't need those, so
    deactivate them again.
    
    Signed-off-by: Markus Boehme <[email protected]>
    markusboehme committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    6fd5e22 View commit details
    Browse the repository at this point in the history
  5. kernel-5.15: backport fix for creating kprobes using unqualified names

    Commit b022f0c7e404 ("tracing/kprobes: Return EADDRNOTAVAIL when func matches several symbols")
    in the upstream kernel introduced a regression where kprobes cannot be
    created on functions residing in loadable modules if the probe location
    is identified by an unqualified function name.
    
    The faulty commit was backported to the 5.15, but a backport of the fix
    is not yet available. Carry the fix here for release preparation and
    seek resolution upstream as soon as possible. This may mean upstreaming,
    or reverting the faulty commit entirely (sentiment for the faulty commit
    has soured, and it has been yanked already from patch queues for older
    stable series).
    
    Signed-off-by: Markus Boehme <[email protected]>
    markusboehme committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    e97ca0c View commit details
    Browse the repository at this point in the history