From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: why is linux-libre-headers behind linux-libre? Date: Sun, 05 Nov 2017 16:51:08 +0100 Message-ID: <878tfksp03.fsf@gnu.org> References: <87bmkn7awd.fsf@albion.it.manchester.ac.uk> <20171031193852.GB987@macbook41> <87fu9x2df8.fsf@albion.it.manchester.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58985) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eBNCe-0006tc-Sj for guix-devel@gnu.org; Sun, 05 Nov 2017 10:51:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eBNCe-0001lm-5h for guix-devel@gnu.org; Sun, 05 Nov 2017 10:51:16 -0500 In-Reply-To: <87fu9x2df8.fsf@albion.it.manchester.ac.uk> (Dave Love's message of "Thu, 02 Nov 2017 10:16:43 +0000") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Dave Love Cc: guix-devel Hello, Dave Love skribis: > Efraim Flashner writes: > >> On Tue, Oct 31, 2017 at 02:00:35PM +0100, Vincent Legoll wrote: >>> Hello, >>>=20 >>> On Tue, Oct 31, 2017 at 1:35 PM, Dave Love wrote: >>> > Why is linux-libre-headers a long way behind linux-libre (currently at >>> > version 4.4.47, compared with 4.13.10 for linux-libre)? >>>=20 >>> I suspect this is due to massive rebuilding that would occur when >>> updating linux-libre-headers That and also because glibc targets (can target) older kernels, which is something we rely on. >> This is typically updated in the core-updates branch, but it hasn't been >> updated yet. Based on the LTS versions, we should upgrade it to the 4.9 >> branch. > > Thanks for the explanations. I checked that 4.9 would support the > Omnipath library, at least. The Omnipath library relies on Linux (not libc) headers, and a specific version thereof? I suppose we could also introduce a more recent version of =E2=80=98linux-libre-headers=E2=80=99 specifically for this purpose, with t= he understanding that the resulting binaries rely on a specific kernel version. Thanks, Ludo=E2=80=99.