Skip to content

Commit

Permalink
linux-jovian: 6.5.0-valve21 -> 6.8.12-valve3
Browse files Browse the repository at this point in the history
  • Loading branch information
K900 committed Oct 26, 2024
1 parent 764e431 commit b0d86a6
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions pkgs/linux-jovian/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
let
inherit (lib) versions;

kernelVersion = "6.5.0";
vendorVersion = "valve21";
hash = "sha256-V6iXXc8ip6eVAAkjdbR+3r+u+WlrfslxlaI5Y51acbc=";
kernelVersion = "6.8.12";
vendorVersion = "valve3";
hash = "sha256-1OZW12gZXLHTvpsaFGAi6WSSr+a51QYNhOsIWpLFwqk=";
in
buildLinux (args // rec {
version = "${kernelVersion}-${vendorVersion}";
Expand Down Expand Up @@ -46,8 +46,6 @@ buildLinux (args // rec {
SND_SOC_WM_ADSP = module;
SND_SOC_CS35L41 = module;
SND_SOC_CS35L41_SPI = module;
# Jovian: Vendor fragment disables the option, forced enabled by actual kernel config.
# SND_SOC_CS35L41_I2C = no;
SND_SOC_NAU8821 = module;
SND_SOC_MAX98388 = module;

Expand Down Expand Up @@ -133,6 +131,9 @@ buildLinux (args // rec {
# Disable simple-framebuffer to fix logo regression
SYSFB_SIMPLEFB = lib.mkForce no;

# Enable Extensible Scheduling Class
SCHED_CLASS_EXT = yes;

# Disable call depth tracking speculative execution vulnerability mitigation
CALL_DEPTH_TRACKING = no;

Expand Down

0 comments on commit b0d86a6

Please sign in to comment.