2023-04-11 09:33:01

by Rong Tao

[permalink] [raw]
Subject: [PATCH bpf-next] tools/resolve_btfids: Ignore libsubcmd

From: Rong Tao <[email protected]>

Since commit af03299d8536("tools/resolve_btfids: Install subcmd headers")
introduce subcmd headers directory, we should ignore it.

Signed-off-by: Rong Tao <[email protected]>
---
tools/bpf/resolve_btfids/.gitignore | 1 +
1 file changed, 1 insertion(+)

diff --git a/tools/bpf/resolve_btfids/.gitignore b/tools/bpf/resolve_btfids/.gitignore
index 16913fffc985..52d5e9721d92 100644
--- a/tools/bpf/resolve_btfids/.gitignore
+++ b/tools/bpf/resolve_btfids/.gitignore
@@ -1,3 +1,4 @@
/fixdep
/resolve_btfids
/libbpf/
+/libsubcmd/
--
2.39.1


2023-04-11 15:52:49

by Daniel Borkmann

[permalink] [raw]
Subject: Re: [PATCH bpf-next] tools/resolve_btfids: Ignore libsubcmd

On 4/11/23 11:17 AM, Rong Tao wrote:
> From: Rong Tao <[email protected]>
>
> Since commit af03299d8536("tools/resolve_btfids: Install subcmd headers")
> introduce subcmd headers directory, we should ignore it.
>
> Signed-off-by: Rong Tao <[email protected]>
> ---
> tools/bpf/resolve_btfids/.gitignore | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/tools/bpf/resolve_btfids/.gitignore b/tools/bpf/resolve_btfids/.gitignore
> index 16913fffc985..52d5e9721d92 100644
> --- a/tools/bpf/resolve_btfids/.gitignore
> +++ b/tools/bpf/resolve_btfids/.gitignore
> @@ -1,3 +1,4 @@
> /fixdep
> /resolve_btfids
> /libbpf/
> +/libsubcmd/
>

Please rebase, this has already been fixed in bpf-next:

https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next.git/commit/?id=fd4cb29f2a3d54ec7b4e012300321601af10bd68

Thanks,
Daniel