From: Vagrant Cascadian <vagrant@debian.org>
To: 40190@debbugs.gnu.org
Cc: Mark H Weaver <mhw@netris.org>
Subject: [bug#40190] Linux-Libre 5.6
Date: Mon, 30 Mar 2020 17:10:45 -0700 [thread overview]
Message-ID: <874ku5fkoq.fsf@ponder> (raw)
In-Reply-To: <87h7y5g30m.fsf@ponder>
[-- Attachment #1.1: Type: text/plain, Size: 264 bytes --]
On 2020-03-30, Vagrant Cascadian wrote:
> And the second patch, switching to 5.5...
And a third, rougher, less well tested patch switching to 5.6... which
could obviously be squashed into the previous patches and maybe skip 5.5
altogether.
live well,
vagrant
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: 0001-gnu-linux-libre-Update-to-5.6.patch --]
[-- Type: text/x-diff, Size: 7004 bytes --]
From 029c3aa58db3e4ec7b54502c297d573361726fbc Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian <vagrant@debian.org>
Date: Mon, 30 Mar 2020 21:09:28 +0000
Subject: [PATCH] gnu: linux-libre: Update to 5.6.
---
Makefile.am | 8 ++--
.../{5.5-arm.conf => 5.6-arm.conf} | 0
.../{5.5-arm64.conf => 5.6-arm64.conf} | 0
.../{5.5-i686.conf => 5.6-i686.conf} | 0
.../{5.5-x86_64.conf => 5.6-x86_64.conf} | 0
gnu/packages/linux.scm | 42 +++++++++----------
6 files changed, 25 insertions(+), 25 deletions(-)
rename gnu/packages/aux-files/linux-libre/{5.5-arm.conf => 5.6-arm.conf} (100%)
rename gnu/packages/aux-files/linux-libre/{5.5-arm64.conf => 5.6-arm64.conf} (100%)
rename gnu/packages/aux-files/linux-libre/{5.5-i686.conf => 5.6-i686.conf} (100%)
rename gnu/packages/aux-files/linux-libre/{5.5-x86_64.conf => 5.6-x86_64.conf} (100%)
diff --git a/Makefile.am b/Makefile.am
index 5b1fff3110..b8515c813a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -321,10 +321,10 @@ dist_noinst_DATA = \
AUX_FILES = \
gnu/packages/aux-files/chromium/master-preferences.json \
gnu/packages/aux-files/emacs/guix-emacs.el \
- gnu/packages/aux-files/linux-libre/5.5-arm.conf \
- gnu/packages/aux-files/linux-libre/5.5-arm64.conf \
- gnu/packages/aux-files/linux-libre/5.5-i686.conf \
- gnu/packages/aux-files/linux-libre/5.5-x86_64.conf \
+ gnu/packages/aux-files/linux-libre/5.6-arm.conf \
+ gnu/packages/aux-files/linux-libre/5.6-arm64.conf \
+ gnu/packages/aux-files/linux-libre/5.6-i686.conf \
+ gnu/packages/aux-files/linux-libre/5.6-x86_64.conf \
gnu/packages/aux-files/linux-libre/5.4-arm.conf \
gnu/packages/aux-files/linux-libre/5.4-arm64.conf \
gnu/packages/aux-files/linux-libre/5.4-i686.conf \
diff --git a/gnu/packages/aux-files/linux-libre/5.5-arm.conf b/gnu/packages/aux-files/linux-libre/5.6-arm.conf
similarity index 100%
rename from gnu/packages/aux-files/linux-libre/5.5-arm.conf
rename to gnu/packages/aux-files/linux-libre/5.6-arm.conf
diff --git a/gnu/packages/aux-files/linux-libre/5.5-arm64.conf b/gnu/packages/aux-files/linux-libre/5.6-arm64.conf
similarity index 100%
rename from gnu/packages/aux-files/linux-libre/5.5-arm64.conf
rename to gnu/packages/aux-files/linux-libre/5.6-arm64.conf
diff --git a/gnu/packages/aux-files/linux-libre/5.5-i686.conf b/gnu/packages/aux-files/linux-libre/5.6-i686.conf
similarity index 100%
rename from gnu/packages/aux-files/linux-libre/5.5-i686.conf
rename to gnu/packages/aux-files/linux-libre/5.6-i686.conf
diff --git a/gnu/packages/aux-files/linux-libre/5.5-x86_64.conf b/gnu/packages/aux-files/linux-libre/5.6-x86_64.conf
similarity index 100%
rename from gnu/packages/aux-files/linux-libre/5.5-x86_64.conf
rename to gnu/packages/aux-files/linux-libre/5.6-x86_64.conf
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 8adbfe7b0b..4669957aa6 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -192,11 +192,11 @@ defconfig. Return the appropriate make target if applicable, otherwise return
"deblob-check"))
(sha256 deblob-check-hash))))
-(define deblob-scripts-5.5
+(define deblob-scripts-5.6
(linux-libre-deblob-scripts
- "5.5.13"
- (base32 "1vj3rnrbkhj86lkabhrcm8qiqcz1lqi0lk54ysmg3lanf2vqgvab")
- (base32 "1r87n60a1ksajqvkra55w4fa2iwsbhys3id8z2j179429pm0ybwn")))
+ "5.6"
+ (base32 "09hxrr4xzllq5lmipfb6if30318lksrk9py1axc36m9ynql4w0rc")
+ (base32 "09qz5d31g5zwicsnncjnjij193hk0g6kg0ss9jyzh6lp3wilcm71")))
(define deblob-scripts-5.4
(linux-libre-deblob-scripts
@@ -368,13 +368,13 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
"linux-" version ".tar.xz"))
(sha256 hash)))
-(define-public linux-libre-5.5-version "5.5.13")
-(define-public linux-libre-5.5-pristine-source
- (let ((version linux-libre-5.5-version)
- (hash (base32 "1qjf18qywzrfdzwpgpf6m0w0bil8rbc9hby8473ckzvbl0a3cfqz")))
+(define-public linux-libre-5.6-version "5.6")
+(define-public linux-libre-5.6-pristine-source
+ (let ((version linux-libre-5.6-version)
+ (hash (base32 "08mnzic407d3wjg3vyccxwqx02sjzhlapfpi1vm0hf56595b0hp3")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
- deblob-scripts-5.5)))
+ deblob-scripts-5.6)))
(define-public linux-libre-5.4-version "5.4.28")
(define-public linux-libre-5.4-pristine-source
@@ -444,8 +444,8 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
(patches (append (origin-patches source)
patches))))
-(define-public linux-libre-5.5-source
- (source-with-patches linux-libre-5.5-pristine-source
+(define-public linux-libre-5.6-source
+ (source-with-patches linux-libre-5.6-pristine-source
(list %boot-logo-patch
%linux-libre-arm-export-__sync_icache_dcache-patch
;; Pinebook Pro patch from linux-next,
@@ -552,9 +552,9 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
(description "Headers of the Linux-Libre kernel.")
(license license:gpl2)))
-(define-public linux-libre-headers-5.5
- (make-linux-libre-headers* linux-libre-5.5-version
- linux-libre-5.5-source))
+(define-public linux-libre-headers-5.6
+ (make-linux-libre-headers* linux-libre-5.6-version
+ linux-libre-5.6-source))
(define-public linux-libre-headers-5.4
(make-linux-libre-headers* linux-libre-5.4-version
@@ -820,16 +820,16 @@ It has been modified to remove all non-free binary blobs.")
;;; Generic kernel packages.
;;;
-(define-public linux-libre-5.5
- (make-linux-libre* linux-libre-5.5-version
- linux-libre-5.5-source
+(define-public linux-libre-5.6
+ (make-linux-libre* linux-libre-5.6-version
+ linux-libre-5.6-source
'("x86_64-linux" "i686-linux" "armhf-linux" "aarch64-linux" "riscv64-linux")
#:configuration-file kernel-config))
-(define-public linux-libre-version linux-libre-5.5-version)
-(define-public linux-libre-pristine-source linux-libre-5.5-pristine-source)
-(define-public linux-libre-source linux-libre-5.5-source)
-(define-public linux-libre linux-libre-5.5)
+(define-public linux-libre-version linux-libre-5.6-version)
+(define-public linux-libre-pristine-source linux-libre-5.6-pristine-source)
+(define-public linux-libre-source linux-libre-5.6-source)
+(define-public linux-libre linux-libre-5.6)
(define-public linux-libre-5.4
(make-linux-libre* linux-libre-5.4-version
--
2.20.1
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]
next prev parent reply other threads:[~2020-03-31 0:11 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-19 19:14 RFC: Linux-Libre 5.5.x on pinebook pro Vagrant Cascadian
2020-03-19 19:25 ` Vincent Legoll
2020-03-20 4:35 ` Vagrant Cascadian
2020-03-22 13:21 ` RFC: Linux-Libre 5.5.x Vagrant Cascadian
2020-03-23 4:08 ` Vagrant Cascadian
2020-03-23 4:08 ` [bug#40190] " Vagrant Cascadian
2020-03-30 17:32 ` Vagrant Cascadian
2020-03-30 17:34 ` Vagrant Cascadian
2020-03-31 0:10 ` Vagrant Cascadian [this message]
2020-03-31 14:30 ` [bug#40190] Linux-Libre 5.6 Marius Bakke
2020-03-31 17:44 ` Vagrant Cascadian
2020-03-31 18:35 ` Guillaume Le Vaillant
2020-04-03 23:28 ` Vagrant Cascadian
2020-04-03 23:29 ` Vagrant Cascadian
2020-04-16 19:37 ` Vagrant Cascadian
2020-04-17 19:26 ` Mark H Weaver
2020-06-08 20:46 ` [bug#40190] Linux-Libre 5.7 Vagrant Cascadian
2020-06-08 20:52 ` Vagrant Cascadian
2020-06-09 2:43 ` [bug#40190] Linux-Libre 5.6 Leo Famulari
2020-04-06 4:12 ` [bug#40190] Works for me Brendan Tildesley
2020-04-06 10:38 ` [bug#40190] v4l2loopback module builds with 5.4 but not 5.6 Brendan Tildesley
2020-04-06 10:46 ` Danny Milosavljevic
2020-04-06 11:01 ` Tobias Geerinckx-Rice via Guix-patches via
2020-08-05 21:29 ` bug#40190: Linux-Libre 5.5.x Leo Famulari
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=874ku5fkoq.fsf@ponder \
--to=vagrant@debian.org \
--cc=40190@debbugs.gnu.org \
--cc=mhw@netris.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.