[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAK7LNASu6i9V4b_u68azpM45zPM0udGW8kVWGd+UZzJtSq0+TA@mail.gmail.com>
Date: Sat, 17 Dec 2022 17:44:09 +0900
From: Masahiro Yamada <masahiroy@...nel.org>
To: Rong Tao <rtoax@...mail.com>
Cc: bpf@...r.kernel.org, linux-kbuild@...r.kernel.org,
linux-kernel@...r.kernel.org, nathan@...nel.org,
ndesaulniers@...gle.com, nicolas@...sle.eu, rongtao@...tc.cn
Subject: Re: Re: [PATCH] kbuild: Fix compilation error
On Sat, Dec 17, 2022 at 5:11 PM Rong Tao <rtoax@...mail.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
Powered by blists - more mailing lists