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

stable: Update to 6.12 #329

Draft
wants to merge 10 commits into
base: master
Choose a base branch
from
Draft

stable: Update to 6.12 #329

wants to merge 10 commits into from

Commits on Nov 14, 2024

  1. linux-cachyos-sched-ext: Drop

    sched-ext has finally been merged in 6.12. There is no longer any reason to use this kernel. For comparisons between cachy's
    patched EEVDF, consider `linux-cachyos-eevdf`. For stock EEVDF, consider `linux-cachyos-server`.
    
    Signed-off-by: Eric Naim <[email protected]>
    1Naim committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    cb65d4a View commit details
    Browse the repository at this point in the history
  2. chore: Adjust stable kernel PKGBUILDs for 6.12

    Sync changes from `linux-cachyos-rc/PKGBUILD` to all stable kernel PKGBUILDs where applicable.
    
    Signed-off-by: Eric Naim <[email protected]>
    1Naim committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    3e7aef1 View commit details
    Browse the repository at this point in the history
  3. linux-cachyos: Update pkgdesc to highlight default LTO

    This should differentiate it from linux-cachyos-bore
    
    Signed-off-by: Eric Naim <[email protected]>
    1Naim committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    f32ccf2 View commit details
    Browse the repository at this point in the history
  4. linux-cachyos-autofdo: Sync PKGBUILD

    Minor tweaks to the switch cases and comments.
    
    Signed-off-by: Eric Naim <[email protected]>
    1Naim committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    4dd23d0 View commit details
    Browse the repository at this point in the history
  5. linux-cachyos-rc: Sync PKGBUILD

    Minor tweaks to the switch cases and comments.
    
    Signed-off-by: Eric Naim <[email protected]>
    1Naim committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    b0eade1 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2024

  1. 6.12: hardened: keep on 6.11

    Signed-off-by: Peter Jung <[email protected]>
    ptr1337 committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    9d31329 View commit details
    Browse the repository at this point in the history
  2. linux-cachyos-autofdo: Add info about autofdo in pkgdesc

    Signed-off-by: Peter Jung <[email protected]>
    ptr1337 committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    2a1cbd2 View commit details
    Browse the repository at this point in the history
  3. linux-cachyos-server: Use lazy preemption

    Signed-off-by: Peter Jung <[email protected]>
    ptr1337 committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    029ec3b View commit details
    Browse the repository at this point in the history
  4. 6.12: Sync config

    Signed-off-by: Peter Jung <[email protected]>
    ptr1337 committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    c64d861 View commit details
    Browse the repository at this point in the history
  5. realtime: Use PREEMPT_RT

    PREEMPT_AUTO was part of the out of tree realtime patchset and isn't included in the mainline kernel. The latest revision
    of the realtime patchset has also dropped PREEMPT_AUTO (it lacked documentation, I'm not sure what it's really for).
    
    Signed-off-by: Eric Naim <[email protected]>
    1Naim committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    aad027b View commit details
    Browse the repository at this point in the history