[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAK7LNASCbVJ0EYoGN8iz+yskpHUuR_PZnePUUtgJu9UZqGW2cg@mail.gmail.com>
Date: Thu, 16 Sep 2021 18:03:26 +0900
From: Masahiro Yamada <masahiroy@...nel.org>
To: Stephen Rothwell <sfr@...b.auug.org.au>
Cc: David Miller <davem@...emloft.net>,
Networking <netdev@...r.kernel.org>,
Alexey Dobriyan <adobriyan@...il.com>,
M Chetan Kumar <m.chetan.kumar@...ux.intel.com>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Linux Next Mailing List <linux-next@...r.kernel.org>
Subject: Re: linux-next: build failure after merge of the net-next tree
On Tue, Sep 14, 2021 at 11:15 AM Stephen Rothwell <sfr@...b.auug.org.au> wrote:
>
> Hi all,
>
> After merging the net-next tree, today's linux-next build (x86_64
> allmodconfig) failed like this:
>
> In file included from drivers/net/wwan/iosm/iosm_ipc_task_queue.c:6:
> drivers/net/wwan/iosm/iosm_ipc_imem.h:10:10: fatal error: stdbool.h: No such file or directory
> 10 | #include <stdbool.h>
> | ^~~~~~~~~~~
> In file included from drivers/net/wwan/iosm/iosm_ipc_protocol.h:9,
> from drivers/net/wwan/iosm/iosm_ipc_mux.h:9,
> from drivers/net/wwan/iosm/iosm_ipc_chnl_cfg.h:9,
> from drivers/net/wwan/iosm/iosm_ipc_imem_ops.c:8:
> drivers/net/wwan/iosm/iosm_ipc_imem.h:10:10: fatal error: stdbool.h: No such file or directory
> 10 | #include <stdbool.h>
> | ^~~~~~~~~~~
> In file included from drivers/net/wwan/iosm/iosm_ipc_protocol.h:9,
> from drivers/net/wwan/iosm/iosm_ipc_mux.h:9,
> from drivers/net/wwan/iosm/iosm_ipc_chnl_cfg.h:9,
> from drivers/net/wwan/iosm/iosm_ipc_imem.c:8:
> drivers/net/wwan/iosm/iosm_ipc_imem.h:10:10: fatal error: stdbool.h: No such file or directory
> 10 | #include <stdbool.h>
> | ^~~~~~~~~~~
>
> Caused by commit
>
> 13bb8429ca98 ("net: wwan: iosm: firmware flashing and coredump collection")
>
> interacting with commit
>
> 0666a64a1f48 ("isystem: delete global -isystem compile option")
>
> from the kbuild tree.
>
> I have reverted the kbuild tree commit for today. Please provide a
> merge resolution patch.
I am sad to see the kbuild change reverted, not the net one.
13bb8429ca98 is apparently doing wrong.
Including <linux/types.h> should be fine.
> --
> Cheers,
> Stephen Rothwell
--
Best Regards
Masahiro Yamada
Powered by blists - more mailing lists