From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id SMujDBWm7F+RVgAA0tVLHw (envelope-from ) for ; Wed, 30 Dec 2020 16:08:53 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id kChsCBWm7F+7awAAB5/wlQ (envelope-from ) for ; Wed, 30 Dec 2020 16:08:53 +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 92B95940276 for ; Wed, 30 Dec 2020 16:08:52 +0000 (UTC) Received: from localhost ([::1]:41750 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kue1r-0001l8-Dk for larch@yhetil.org; Wed, 30 Dec 2020 11:08:51 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:57548) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kue1P-0001kf-KG for guix-devel@gnu.org; Wed, 30 Dec 2020 11:08:24 -0500 Received: from relay5-d.mail.gandi.net ([217.70.183.197]:55517) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kue1E-00041z-MD for guix-devel@gnu.org; Wed, 30 Dec 2020 11:08:23 -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 relay5-d.mail.gandi.net (Postfix) with ESMTPSA id 91AE51C000A; Wed, 30 Dec 2020 16:08:06 +0000 (UTC) Subject: Re: Linux-Libre-LTS To: Leo Famulari References: <877dp7ik5v.fsf@netris.org> <235c0bb4-7902-8bff-576c-eabb41cfd76d@raghavgururajan.name> From: Raghav Gururajan Message-ID: Date: Wed, 30 Dec 2020 11:08:04 -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: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Received-SPF: pass client-ip=217.70.183.197; envelope-from=rg@raghavgururajan.name; helo=relay5-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, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=unavailable 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: 92B95940276 X-Spam-Score: -2.33 X-Migadu-Scanner: scn1.migadu.com X-TUID: a04iKRFx1XqM Hi Mark! > 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. Regards, RG.