From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id 4Pm2Hv7u7F80ZQAA0tVLHw (envelope-from ) for ; Wed, 30 Dec 2020 21:19:58 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id wGhxGv7u7F+qZgAAbx9fmQ (envelope-from ) for ; Wed, 30 Dec 2020 21:19:58 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 8C7739404D5 for ; Wed, 30 Dec 2020 21:19:57 +0000 (UTC) Received: from localhost ([::1]:40534 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kuist-00073u-W2 for larch@yhetil.org; Wed, 30 Dec 2020 16:19:56 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:33426) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kuiry-0006s7-Nj for guix-devel@gnu.org; Wed, 30 Dec 2020 16:18:59 -0500 Received: from relay8-d.mail.gandi.net ([217.70.183.201]:50105) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kuirp-0006Ut-Dw for guix-devel@gnu.org; Wed, 30 Dec 2020 16:18:57 -0500 X-Originating-IP: 174.89.20.211 Received: from [192.168.2.62] (bras-vprn-ckvlon0125w-lp130-02-174-89-20-211.dsl.bell.ca [174.89.20.211]) (Authenticated sender: rg@raghavgururajan.name) by relay8-d.mail.gandi.net (Postfix) with ESMTPSA id D50B21BF203; Wed, 30 Dec 2020 21:18:42 +0000 (UTC) Subject: Re: Linux-Libre-LTS From: Raghav Gururajan To: Leo Famulari References: <877dp7ik5v.fsf@netris.org> <235c0bb4-7902-8bff-576c-eabb41cfd76d@raghavgururajan.name> Message-ID: <78493e2b-48fc-2c65-ad2e-3261f6da81f1@raghavgururajan.name> Date: Wed, 30 Dec 2020 16:18:40 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Icedove/78.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: multipart/mixed; boundary="------------620981F4508A93FB961D597D" Content-Language: en-US Received-SPF: pass client-ip=217.70.183.201; envelope-from=rg@raghavgururajan.name; helo=relay8-d.mail.gandi.net X-Spam_score_int: -59 X-Spam_score: -6.0 X-Spam_bar: ------ X-Spam_report: (-6.0 / 5.0 requ) BAYES_00=-1.9, NICE_REPLY_A=-3.399, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: guix-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: guix-devel@gnu.org Errors-To: guix-devel-bounces+larch=yhetil.org@gnu.org Sender: "Guix-devel" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -2.33 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-devel-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-devel-bounces@gnu.org X-Migadu-Queue-Id: 8C7739404D5 X-Spam-Score: -2.33 X-Migadu-Scanner: scn0.migadu.com X-TUID: UKfq9iyMtqqP This is a multi-part message in MIME format. --------------620981F4508A93FB961D597D Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit @Mark or @Leo >> This guideline, and the code comment in 'gnu/packages/linux.scm', don't >> make sense to me. >> >> All of the kernel packages offered by Guix right now are current LTS >> kernels. Do you mean "Always points to the newest released LTS version?" > > Yours makes it more clear. So, > > linux-libre => Always points to the latest released version. > > linux-libre-lts => Always points to the newest released LTS version. I have attached a patch to update the comment in linux.scm. Could any of you push it please? Regards, RG. --------------620981F4508A93FB961D597D Content-Type: text/x-patch; charset=UTF-8; name="0011-gnu-Revise-comment-for-Linux-Libre-LTS.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="0011-gnu-Revise-comment-for-Linux-Libre-LTS.patch" >From 24fc8ba6ea11a0d45ea8b240292bd56dc865ae52 Mon Sep 17 00:00:00 2001 From: Raghav Gururajan Date: Wed, 30 Dec 2020 16:15:26 -0500 Subject: [PATCH 11/11] gnu: Revise comment for Linux-Libre-LTS. * gnu/packages/linux.scm (linux-libre-lts): Modify comment. --- gnu/packages/linux.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 99ad2b421c..c63abcbbc0 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -931,7 +931,7 @@ It has been modified to remove all non-free binary blobs.") ("CONFIG_DEVPTS_MULTIPLE_INSTANCES" . #t)) %default-extra-linux-options))) -;; Linux-Libre-LTS means the *current* long-term support version of Linux-Libre. +;; Linux-Libre-LTS points to the *newest* released long-term support version of Linux-Libre. ;; Reference: https://jxself.org/linux-libre/ (define-public linux-libre-lts-version linux-libre-5.10-version) -- 2.29.2 --------------620981F4508A93FB961D597D--