Re: Re: [PATCH] kbuild: Fix compilation error

From: Masahiro Yamada
Date: Sat Dec 17 2022 - 03:45:15 EST


On Sat, Dec 17, 2022 at 5:11 PM Rong Tao <rtoax@xxxxxxxxxxx> wrote:
>
> Yes, It's happen in the mainline kernel.
>
> I pulled the latest code and habitually compiled samples/bpf,
>
> $ git remote get-url origin
> git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
> $ make -C samples/bpf
>
> and the compilation error occurred. I applied this patch and can
> fix this compilation error.




I want you to describe the steps to reproduce the issue from the pristine
source tree instead of printing the URL of your origin.



I prepared a template for you.
Please fill the following 3 square brackets.



$ git log --oneline -1
[ Fill the commit hash you are working on ]
$ git clean -dfx

[ Fill steps between "git clean -dfx" and "make -C samples/bpf" ]

$ make -C samples/bpf
[ Fill the error message you get ]





--
Best Regards
Masahiro Yamada