[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20221128132507.98fab35cba20ce3f81810fcc@linux-foundation.org>
Date: Mon, 28 Nov 2022 13:25:07 -0800
From: Andrew Morton <akpm@...ux-foundation.org>
To: "H. Nikolaus Schaller" <hns@...delico.com>
Cc: Sam James <sam@...too.org>,
linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Discussions about the Letux Kernel
<letux-kernel@...nphoenux.org>
Subject: Re: [BUG] Add missing <linux/string.h> include for strcmp.
On Mon, 28 Nov 2022 18:15:55 +0100 "H. Nikolaus Schaller" <hns@...delico.com> 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 <asm/rwonce.h>
> | ^~~~~~~~~~~~~~
> compilation terminated.
>
> Bisect did show your patch as the first bad one:
>
> commit 50c697215a8c "Add missing <linux/string.h> include for strcmp."
>
> Reverting it makes compile succeed.
Thanks. I queued a reversion patch.
Powered by blists - more mailing lists