From 2ff2c3fbcf49b4d0f71b58d86e5bd641fa658433 Mon Sep 17 00:00:00 2001 From: Adam Stephens Date: Tue, 13 Feb 2024 09:08:07 -0500 Subject: [PATCH] chore: 6.8.0-rc3 -> 6.8.0-rc4 Changes include - fix PCIe link errors when starting Wi-Fi link - switch to using GIC ITS for PCIe MSIs - disable ASPM L0s for X13s Wi-Fi - disable ASPM L0s for CRD NVMe - add missing PCIe minimum OPP --- npins/sources.json | 8 ++++---- packages/default.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/npins/sources.json b/npins/sources.json index 6af1544..eca6313 100644 --- a/npins/sources.json +++ b/npins/sources.json @@ -21,10 +21,10 @@ "owner": "jhovold", "repo": "linux" }, - "branch": "wip/sc8280xp-v6.8-rc3", - "revision": "dee604c3dedb3203caea23037a065df5bbf1ab07", - "url": "https://github.com/jhovold/linux/archive/dee604c3dedb3203caea23037a065df5bbf1ab07.tar.gz", - "hash": "04n43d9dd2vsjr9m9nkdhb5f397xx4k8y4jyify8q1da9pcfbyjr" + "branch": "wip/sc8280xp-v6.8-rc4", + "revision": "e6afa0380b4915646a07306d706f6337f40fef90", + "url": "https://github.com/jhovold/linux/archive/e6afa0380b4915646a07306d706f6337f40fef90.tar.gz", + "hash": "0jb546y44pjgs2g9mv8074gmffw9r42p13zvnn9va5qmzjr6ahk1" } }, "version": 3 diff --git a/packages/default.nix b/packages/default.nix index 58be09b..44246ba 100644 --- a/packages/default.nix +++ b/packages/default.nix @@ -5,7 +5,7 @@ let linux_x13s_pkg = { buildLinux, ... }@args: let - version = "6.8.0-rc3"; + version = "6.8.0-rc4"; modDirVersion = "${version}"; in buildLinux (