From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christopher Allan Webber Subject: bug#22274: GuixSD resets hardware clock (on Lenovo x200 with libreboot) Date: Mon, 18 Jan 2016 15:11:03 -0800 Message-ID: <87r3he5vpl.fsf@dustycloud.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> <87k2n67bmd.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34574) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aLIxx-0001Z2-UO for bug-guix@gnu.org; Mon, 18 Jan 2016 18:12:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aLIxt-0001lK-TB for bug-guix@gnu.org; Mon, 18 Jan 2016 18:12:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:36797) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aLIxt-0001lG-QM for bug-guix@gnu.org; Mon, 18 Jan 2016 18:12:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84) (envelope-from ) id 1aLIxt-00045v-Hv for bug-guix@gnu.org; Mon, 18 Jan 2016 18:12:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-reply-to: <87k2n67bmd.fsf@gnu.org> 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@debbugs.gnu.org Ludovic Courtès writes: > Christopher Allan Webber skribis: > >> From e60db83ffff23c57ec5c44de7c99cee8e4e353ff Mon Sep 17 00:00:00 2001 >> 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 reading >> the hardware clock on (at least Libreboot-enabled) Thinkpad x200 >> machines. > > Since this text is available as a comment, I think it’s not necessary to > keep it here. Okay, removed. >> * gnu/linux.scm (linux-libre-4.2.5): New variable. > ^^^^ > Typo. :-) Ha! Unintentional joke... :) >> +;; 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 reading >> +;; the hardware clock on (at least Libreboot-enabled) Thinkpad x200 >> +;; machines. > > Maybe add “See .” > > Other than that, if it builds, it’s all good! :-) > > Thank you, > Ludo’. Great, I made those changes and pushed it! I'm using it already! :)