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 Received: from smtp1.osuosl.org (smtp1.osuosl.org [140.211.166.138]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id C1632C433EF for ; Thu, 23 Dec 2021 17:48:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp1.osuosl.org (Postfix) with ESMTP id 7448381420; Thu, 23 Dec 2021 17:48:11 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp1.osuosl.org ([127.0.0.1]) by localhost (smtp1.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id gGRUZ8WCtwmT; Thu, 23 Dec 2021 17:48:10 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp1.osuosl.org (Postfix) with ESMTP id DAED581402; Thu, 23 Dec 2021 17:48:09 +0000 (UTC) Received: from smtp1.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 120DA1BF2E5 for ; Thu, 23 Dec 2021 17:48:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp1.osuosl.org (Postfix) with ESMTP id 0F56D81402 for ; Thu, 23 Dec 2021 17:48:08 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp1.osuosl.org ([127.0.0.1]) by localhost (smtp1.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 68q5YiCM3uJI for ; Thu, 23 Dec 2021 17:48:07 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.8.0 Received: from relay3-d.mail.gandi.net (relay3-d.mail.gandi.net [217.70.183.195]) by smtp1.osuosl.org (Postfix) with ESMTPS id 3024C81420 for ; Thu, 23 Dec 2021 17:48:06 +0000 (UTC) Received: (Authenticated sender: thomas.petazzoni@bootlin.com) by relay3-d.mail.gandi.net (Postfix) with ESMTPSA id 856806000D; Thu, 23 Dec 2021 17:48:05 +0000 (UTC) Date: Thu, 23 Dec 2021 18:48:04 +0100 From: Thomas Petazzoni To: Fabrice Fontaine Message-ID: <20211223184804.70e12bc9@windsurf> In-Reply-To: <20211219160234.1358835-1-fontaine.fabrice@gmail.com> References: <20211219160234.1358835-1-fontaine.fabrice@gmail.com> Organization: Bootlin X-Mailer: Claws Mail 3.18.0 (GTK+ 2.24.33; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Subject: Re: [Buildroot] [PATCH 1/1] package/pppd: fix build with kernel >= 5.15 X-BeenThere: buildroot@buildroot.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: buildroot@buildroot.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: buildroot-bounces@buildroot.org Sender: "buildroot" On Sun, 19 Dec 2021 17:02:34 +0100 Fabrice Fontaine wrote: > Fix the following build failure with kernel >= 5.15: > > sys-linux.c:148:10: fatal error: linux/ipx.h: No such file or directory > 148 | #include > | ^~~~~~~~~~~~~ > > This hook could be removed as soon as a new pppd version is released: > https://github.com/ppp-project/ppp/pull/326 > > Fixes: > - http://autobuild.buildroot.org/results/5a7f89e5178735f4d3e3f3360f0feb263f6ac431 > > Signed-off-by: Fabrice Fontaine > --- > package/pppd/pppd.mk | 7 +++++++ > 1 file changed, 7 insertions(+) Applied to master, thanks (after seeing the feedback from Fabrice to Arnout questions/comments). Thomas -- Thomas Petazzoni, CTO, Bootlin Embedded Linux and Kernel engineering https://bootlin.com _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot