Messages in this thread |  | | From | Masahiro Yamada <> | Date | Sat, 17 Dec 2022 17:44:09 +0900 | Subject | Re: Re: [PATCH] kbuild: Fix compilation error |
| |
On Sat, Dec 17, 2022 at 5:11 PM Rong Tao <rtoax@foxmail.com> 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
|  |