From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7A357C433F5 for ; Mon, 6 Sep 2021 12:08:35 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 625E060F43 for ; Mon, 6 Sep 2021 12:08:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241862AbhIFMJi (ORCPT ); Mon, 6 Sep 2021 08:09:38 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57422 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S241829AbhIFMJf (ORCPT ); Mon, 6 Sep 2021 08:09:35 -0400 Received: from mail.monkeyblade.net (shards.monkeyblade.net [IPv6:2620:137:e000::1:9]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 80216C061575 for ; Mon, 6 Sep 2021 05:08:29 -0700 (PDT) Received: from localhost (unknown [149.11.102.75]) by mail.monkeyblade.net (Postfix) with ESMTPSA id 7A56E4DA4C8F4; Mon, 6 Sep 2021 05:08:25 -0700 (PDT) Date: Mon, 06 Sep 2021 13:08:17 +0100 (BST) Message-Id: <20210906.130817.2086973831700819915.davem@davemloft.net> To: osmith@sysmocom.de Cc: netdev@vger.kernel.org, laforge@gnumonks.org Subject: Re: Missing include include acpi.h causes build failures From: David Miller In-Reply-To: References: X-Mailer: Mew version 6.8 on Emacs 27.1 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.6.2 (mail.monkeyblade.net [0.0.0.0]); Mon, 06 Sep 2021 05:08:26 -0700 (PDT) Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org From: Oliver Smith Date: Mon, 6 Sep 2021 11:04:40 +0200 > Hello linux-netdev ML, > > can somebody please cherry pick the following patch from > torvalds/linux.git to net-next.git (or rebase on that patch? not sure > about the usual workflow for net-next): > > ea7b4244 ("x86/setup: Explicitly include acpi.h") > > Since the 1st of September, this missing include causes the Osmocom CI > job to fail, which runs osmo-ggsn against the GTP tunnel driver in > net-next.git (to catch regressions in both kernel and Osmocom code). I ff'd net-next ad this should be fixed now.