From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nils Gillmann Subject: bug#32840: linux-libre 4.18.9: shpchp is no longer a module (now: built-in) Date: Tue, 25 Sep 2018 19:57:20 +0000 Message-ID: <20180925195720.nelxr55dy7ntupma@abyayala> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46641) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g4tmX-0006tA-TG for bug-guix@gnu.org; Tue, 25 Sep 2018 16:18:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g4tmU-0004Fd-B0 for bug-guix@gnu.org; Tue, 25 Sep 2018 16:18:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:49834) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1g4tmU-0004FU-4d for bug-guix@gnu.org; Tue, 25 Sep 2018 16:18:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1g4tmT-0001xE-Qb for bug-guix@gnu.org; Tue, 25 Sep 2018 16:18:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39868) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g4tSe-0006aK-Ix for bug-guix@gnu.org; Tue, 25 Sep 2018 15:57:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g4tSb-00052a-ON for bug-guix@gnu.org; Tue, 25 Sep 2018 15:57:32 -0400 Received: from static.195.114.201.195.clients.your-server.de ([195.201.114.195]:54522 helo=conspiracy.of.n0.pm) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1g4tSb-0004Lh-CL for bug-guix@gnu.org; Tue, 25 Sep 2018 15:57:29 -0400 Received: by conspiracy.of.n0.pm (OpenSMTPD) with ESMTPSA id bfe4d47c (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO) for ; Tue, 25 Sep 2018 19:56:25 +0000 (UTC) Content-Disposition: inline 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" To: 32840@debbugs.gnu.org Hi, at taler we need shpchp as a module in the initrd. Before version 4.18.x, shpchp was a module we've build in guix' linux-libre, you were able to just specify it for the initrd. With 4.18.9, this module became a compile-in/built-in (see linux commit log). I want to avoid maintaining yet another kernel definition for future complications if I can. Can we get this module built in by default? I consider it a bug as the functionality was given before and disappeared now, leaving our system unable to upgrade unless I write some code around it. Thanks.