From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:37649) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jFLpP-0007wN-7W for guix-patches@gnu.org; Fri, 20 Mar 2020 13:53:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jFLpO-0000xE-Bj for guix-patches@gnu.org; Fri, 20 Mar 2020 13:53:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:39554) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jFLpO-0000ww-7G for guix-patches@gnu.org; Fri, 20 Mar 2020 13:53:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jFLpO-0002dQ-53 for guix-patches@gnu.org; Fri, 20 Mar 2020 13:53:02 -0400 Subject: [bug#37868] [PATCH v8] system: Add kernel-module-packages to operating-system. Resent-Message-ID: MIME-Version: 1.0 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> <87fte3jbzj.fsf@gmail.com> In-Reply-To: <87fte3jbzj.fsf@gmail.com> From: Mathieu Othacehe Date: Fri, 20 Mar 2020 18:52:20 +0100 Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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: Mark H Weaver , Ludovic =?UTF-8?Q?Court=C3=A8s?= , 37868@debbugs.gnu.org Yes I confirm that I'm now able to "modprobe acpi_call" on a cross-compiled system. Any further test I could run? Thanks, Mathieu Le ven. 20 mars 2020 =C3=A0 16:13, Mathieu Othacehe = a =C3=A9crit : > > > Hey, > > Here's a patch that fixes linux-module-build-system cross-compilation. I > tested it on acpi-call-linux-module, ddcci-driver-linux, vhba-module and > rtl8812au-aircrack-ng-linux-module, seems to work fine! > > Now, I'll try to rebase it on top of your patch and see if it works for > a cross-compiled system. > > Thanks, > > Mathieu