[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CANiq72nN6sAJfchmxg3GQgR2NqfnDzOTWzXYiMkhiEgcwpaJXw@mail.gmail.com>
Date: Mon, 30 Sep 2024 16:37:02 +0200
From: Miguel Ojeda <miguel.ojeda.sandonis@...il.com>
To: Masahiro Yamada <masahiroy@...nel.org>
Cc: linux-kbuild@...r.kernel.org, Miguel Ojeda <ojeda@...nel.org>,
rust-for-linux@...r.kernel.org, linux-kernel@...r.kernel.org,
Nathan Chancellor <nathan@...nel.org>, Nicolas Schier <nicolas@...sle.eu>
Subject: Re: [PATCH 11/23] kbuild: check the presence of include/generated/rustc_cfg
On Tue, Sep 17, 2024 at 4:17 PM Masahiro Yamada <masahiroy@...nel.org> wrote:
>
> Since commit 2f7ab1267dc9 ("Kbuild: add Rust support"), Kconfig
> generates include/generated/rustc_cfg, but its presence is not checked
> in the top-level Makefile. It should be checked similarly to the C
> header counterpart, include/generated/autoconf.h.
>
> Signed-off-by: Masahiro Yamada <masahiroy@...nel.org>
Sounds good to me:
Acked-by: Miguel Ojeda <ojeda@...nel.org>
I also tested that it indeed prints it if removed:
***
*** ERROR: Kernel configuration is invalid. The following files
are missing:
*** - ....../linux/include/generated/rustc_cfg
*** Run "make oldconfig && make prepare" on kernel source to fix it.
***
which is nice! So:
Tested-by: Miguel Ojeda <ojeda@...nel.org>
I guess this tag may apply to the previous patch too.
Cheers,
Miguel
Powered by blists - more mailing lists