From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:34269) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hHt16-00023C-GL for guix-patches@gnu.org; Sat, 20 Apr 2019 12:39:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hHt15-0005zH-EP for guix-patches@gnu.org; Sat, 20 Apr 2019 12:39:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:33132) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hHt15-0005yn-BD for guix-patches@gnu.org; Sat, 20 Apr 2019 12:39:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hHt14-0000Ld-4k for guix-patches@gnu.org; Sat, 20 Apr 2019 12:39:02 -0400 Subject: [bug#35345] [PATCH 0/2] Add missing run-time dependency for TLP (Power management tool for Linux). Resent-Message-ID: Received: from eggs.gnu.org ([209.51.188.92]:33672) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hHt0E-0001TI-NN for guix-patches@gnu.org; Sat, 20 Apr 2019 12:38:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hHsp0-0005Kw-MA for guix-patches@gnu.org; Sat, 20 Apr 2019 12:26:35 -0400 Received: from mail-oi1-x232.google.com ([2607:f8b0:4864:20::232]:41173) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hHsp0-0005ES-ES for guix-patches@gnu.org; Sat, 20 Apr 2019 12:26:34 -0400 Received: by mail-oi1-x232.google.com with SMTP id v7so5889481oie.8 for ; Sat, 20 Apr 2019 09:26:33 -0700 (PDT) MIME-Version: 1.0 From: Stefan =?UTF-8?Q?Stefanovi=C4=87?= Date: Sat, 20 Apr 2019 16:26:31 +0000 Message-ID: Content-Type: text/plain; charset="UTF-8" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 35345@debbugs.gnu.org Hello. The first patch will add system (arch-kernel) specific x86-energy-perf-policy package, and the second patch will adjust TLP package to use x86-energy-perf-policy as a optional/system-specific run-time dependency. To understand my motivation please take a look at: - https://linrunner.de/en/tlp/docs/tlp-configuration.html#scaling the section explaining ENERGY_PERF_POLICY_ON_AC parameter has the following note: "Important: this setting requires the kernel module msr and the tool x86_energy_perf_policy matching your kernel version."