From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: bug#22274: GuixSD resets hardware clock (on Lenovo x200 with libreboot) Date: Fri, 05 Feb 2016 10:23:01 -0500 Message-ID: <874mdnxju2.fsf@netris.org> References: <87ege42bg6.fsf@dustycloud.org> <87oad5jp4e.fsf@gnu.org> <87io3aypk7.fsf@dustycloud.org> <87r3hxbd7b.fsf@gnu.org> <87fuycyqpm.fsf@dustycloud.org> <87a8o8yoja.fsf@dustycloud.org> <87bn8ngp6u.fsf@gnu.org> <871t9g2ljg.fsf@dustycloud.org> <87wpr66cw7.fsf@dustycloud.org> <87si1u65dy.fsf@dustycloud.org> <87powxttq8.fsf@netris.org> <87r3hd8pm2.fsf@gnu.org> <87bn8hi6d2.fsf@dustycloud.org> <87io2734sa.fsf@netris.org> <87twlnl2y0.fsf@gnu.org> 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]:51771) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aRiEw-000889-0I for bug-guix@gnu.org; Fri, 05 Feb 2016 10:24:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aRiEs-00018t-R1 for bug-guix@gnu.org; Fri, 05 Feb 2016 10:24:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:54180) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aRiEs-00018h-NI for bug-guix@gnu.org; Fri, 05 Feb 2016 10:24:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84) (envelope-from ) id 1aRiEs-0006RK-K9 for bug-guix@gnu.org; Fri, 05 Feb 2016 10:24:02 -0500 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <87twlnl2y0.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Fri, 05 Feb 2016 14:08:39 +0100") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 22274-done@debbugs.gnu.org ludo@gnu.org (Ludovic Court=C3=A8s) writes: > Mark H Weaver skribis: > >> Christopher Allan Webber writes: >> >>> Ludovic Court=C3=A8s writes: >>> >>>> Mark H Weaver skribis: >>>> >>>>> Christopher Allan Webber writes: >>>>> >>>>>> From e60db83ffff23c57ec5c44de7c99cee8e4e353ff Mon Sep 17 00:00:00 20= 01 >>>>>> From: Christopher Allan Webber >>>>>> Date: Sun, 17 Jan 2016 20:34:25 -0800 >>>>>> Subject: [PATCH] gnu: Add linux-libre-4.2.5 >>>>>> >>>>>> This older version of linux-libre is being added because it was found >>>>>> that newer versions (or at least 4.3.3) of linux-libre were not read= ing >>>>>> the hardware clock on (at least Libreboot-enabled) Thinkpad x200 >>>>>> machines. >>>>>> >>>>>> * gnu/linux.scm (linux-libre-4.2.5): New variable. >>>>> >>>>> I would say that the variable should be named 'linux-libre-4.2', which >>>>> would always be bound to the latest 4.2.x. However, there's another >>>>> problem: the 4.2 branch is no longer supported upstream, so it will no >>>>> longer receive security updates and other important fixes. >>>>> >>>>> I suggest that we instead add linux-libre-4.1, which is still support= ed >>>>> upstream and is designated as an LTS branch. Would that be okay? >>>> >>>> If it works for Christopher, that=E2=80=99s a good idea. >>> >>> Fine by me, assuming it works. I can test it works fine probably tomor= row. >> >> I just added a 'linux-libre-4.1' variable. Can you test to make sure it >> works for you? I'd like to remove linux-libre-4.2.5 ASAP because 4.2.x >> is no longer supported upstream and contains security flaws. Chris reported on IRC that linux-libre-4.1 works for him, so I removed linux-libre-4.2.5. > Regardless, it seems that this bug can be closed on the Guix side; WDYT? Agreed. I've closed the bug. Thanks, Mark