summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2026-03-14 14:08:24 -0700
committerVagrant Cascadian <vagrant@debian.org>2026-03-16 23:21:14 -0700
commit6042a1ca50c2f03e08df98fd1ab32271bc5a34b7 (patch)
tree7b21cedfac62429ceb5d44d505378ec359988d50 /gnu/packages
parentb5e243e192a0788daf704aaf55b2463feaf0a332 (diff)
gnu: linux-libre 6.19: Update to 6.19.8.
* gnu/packages/linux.scm (linux-libre-6.19-version): Update to 6.19.8. (linux-libre-6.19-pristine-source): Update hash. (deblob-scripts-6.19): Update deblob-check hash. * gnu/packages/aux-files/linux-libre/6.19-arm64.conf: Switch CONFIG_CXL_ACPI to a module.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/aux-files/linux-libre/6.19-arm64.conf2
-rw-r--r--gnu/packages/linux.scm6
2 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/aux-files/linux-libre/6.19-arm64.conf b/gnu/packages/aux-files/linux-libre/6.19-arm64.conf
index 5717b8c1176..6057f12b15b 100644
--- a/gnu/packages/aux-files/linux-libre/6.19-arm64.conf
+++ b/gnu/packages/aux-files/linux-libre/6.19-arm64.conf
@@ -2269,7 +2269,7 @@ CONFIG_PCI_PWRCTRL_TC9563=m
2269CONFIG_CXL_BUS=y 2269CONFIG_CXL_BUS=y
2270CONFIG_CXL_PCI=m 2270CONFIG_CXL_PCI=m
2271# CONFIG_CXL_MEM_RAW_COMMANDS is not set 2271# CONFIG_CXL_MEM_RAW_COMMANDS is not set
2272CONFIG_CXL_ACPI=y 2272CONFIG_CXL_ACPI=m
2273CONFIG_CXL_PMEM=m 2273CONFIG_CXL_PMEM=m
2274CONFIG_CXL_MEM=m 2274CONFIG_CXL_MEM=m
2275CONFIG_CXL_FEATURES=y 2275CONFIG_CXL_FEATURES=y
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index c4049b27813..6307c486220 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -531,17 +531,17 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
531;; The current "stable" kernels. That is, the most recently released major 531;; The current "stable" kernels. That is, the most recently released major
532;; versions that are still supported upstream. 532;; versions that are still supported upstream.
533 533
534(define-public linux-libre-6.19-version "6.19.6") 534(define-public linux-libre-6.19-version "6.19.8")
535(define-public linux-libre-6.19-gnu-revision "gnu") 535(define-public linux-libre-6.19-gnu-revision "gnu")
536(define deblob-scripts-6.19 536(define deblob-scripts-6.19
537 (linux-libre-deblob-scripts 537 (linux-libre-deblob-scripts
538 linux-libre-6.19-version 538 linux-libre-6.19-version
539 linux-libre-6.19-gnu-revision 539 linux-libre-6.19-gnu-revision
540 (base32 "0zl5352xsv12xkqrfygp5kd8nvjq718pg5iaz64y675abymacp8v") 540 (base32 "0zl5352xsv12xkqrfygp5kd8nvjq718pg5iaz64y675abymacp8v")
541 (base32 "0y9rb4mm1n83h9wa68ivbpqj13va3vv5954j2ywqm7apwpx9ini2"))) 541 (base32 "05jpciyypvmy6byaxjl49b1fvzxcnlhknf0xabrdj5152iznrzkh")))
542(define-public linux-libre-6.19-pristine-source 542(define-public linux-libre-6.19-pristine-source
543 (let ((version linux-libre-6.19-version) 543 (let ((version linux-libre-6.19-version)
544 (hash (base32 "051fq8mkb7sf3m24a45cacr73fmpljfdn0pgjh0qrxhl6bvkz7sd"))) 544 (hash (base32 "0f2v27fprccdprkv0fifzajbd0jh81nqal98ffws1kwbvci4gnma")))
545 (make-linux-libre-source version 545 (make-linux-libre-source version
546 (%upstream-linux-source version hash) 546 (%upstream-linux-source version hash)
547 deblob-scripts-6.19))) 547 deblob-scripts-6.19)))