From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:37774) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jFExb-0006cI-6Y for guix-patches@gnu.org; Fri, 20 Mar 2020 06:33:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jFExa-000219-AX for guix-patches@gnu.org; Fri, 20 Mar 2020 06:33:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:38035) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jFExa-00020e-67 for guix-patches@gnu.org; Fri, 20 Mar 2020 06:33:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jFExa-0007n6-2H for guix-patches@gnu.org; Fri, 20 Mar 2020 06:33:02 -0400 Subject: [bug#37868] [PATCH v8] system: Add kernel-module-packages to operating-system. Resent-Message-ID: References: <20200227135146.5701-1-dannym@scratchpost.org> <20200227155029.2542-1-dannym@scratchpost.org> <20200314194055.6d857037@scratchpost.org> <877dzlgbe2.fsf@gmail.com> <20200315191736.33ed8abf@scratchpost.org> <87y2s0ei8i.fsf@gmail.com> <20200316211052.5d4e29a2@scratchpost.org> <87v9n1d8ez.fsf@gmail.com> <20200320111938.4472f145@scratchpost.org> From: Mathieu Othacehe In-reply-to: <20200320111938.4472f145@scratchpost.org> Date: Fri, 20 Mar 2020 11:32:38 +0100 Message-ID: <87lfnvjozd.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain 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: Danny Milosavljevic Cc: mhw@netris.org, ludo@gnu.org, 37868@debbugs.gnu.org Hello Danny, > Then (native) depmod should still be invoked on linux-libre's modules. > > I think that that case is the most important to test in order to avoid > regressions. You are right and it that case, everything seems to work fine! It would be nice to fix linux-module-build-system cross-compilation, but I think that it can be done later. Mathieu