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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id A42C0C4321E for ; Mon, 28 Nov 2022 21:27:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234119AbiK1V10 convert rfc822-to-8bit (ORCPT ); Mon, 28 Nov 2022 16:27:26 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57284 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233824AbiK1V1X (ORCPT ); Mon, 28 Nov 2022 16:27:23 -0500 Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C722F2BB1A for ; Mon, 28 Nov 2022 13:27:22 -0800 (PST) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8BIT From: Sam James Mime-Version: 1.0 (1.0) Subject: Re: [BUG] Add missing include for strcmp. Date: Mon, 28 Nov 2022 21:27:04 +0000 Message-Id: <06233B0E-53AC-4499-ABF0-8CD8B718278B@gentoo.org> References: <20221128132507.98fab35cba20ce3f81810fcc@linux-foundation.org> Cc: "H. Nikolaus Schaller" , linux Kernel Mailing List , Discussions about the Letux Kernel In-Reply-To: <20221128132507.98fab35cba20ce3f81810fcc@linux-foundation.org> To: Andrew Morton X-Mailer: iPhone Mail (20B101) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > On 28 Nov 2022, at 21:25, Andrew Morton wrote: > > On Mon, 28 Nov 2022 18:15:55 +0100 "H. Nikolaus Schaller" wrote: > >> starting with v6.1-rc7 I can't build my tree any more: >> >> HOSTCC scripts/mod/modpost.o - due to target missing >> In file included from include/linux/string.h:5, >> from scripts/mod/../../include/linux/license.h:5, >> from scripts/mod/modpost.c:24: >> include/linux/compiler.h:246:10: fatal error: asm/rwonce.h: No such file or directory >> 246 | #include >> | ^~~~~~~~~~~~~~ >> compilation terminated. >> >> Bisect did show your patch as the first bad one: >> >> commit 50c697215a8c "Add missing include for strcmp." >> >> Reverting it makes compile succeed. > > Thanks. I queued a reversion patch. Thanks, I can't look into it properly right now so this is the best course of action. I'll test cross and the like then submit a fixed one in a few days.