Message ID | tencent_D5422A55AFF3A307880D06AD42D559739708@qq.com (mailing list archive) |
---|---|
State | Not Applicable |
Delegated to: | BPF |
Headers | show |
Series | [bpf-next] tools/resolve_btfids: Ignore libsubcmd | expand |
Context | Check | Description |
---|---|---|
netdev/tree_selection | success | Clearly marked for bpf-next |
netdev/apply | fail | Patch does not apply to bpf-next |
On 4/11/23 11:17 AM, Rong Tao wrote: > From: Rong Tao <rongtao@cestc.cn> > > Since commit af03299d8536("tools/resolve_btfids: Install subcmd headers") > introduce subcmd headers directory, we should ignore it. > > Signed-off-by: Rong Tao <rongtao@cestc.cn> > --- > 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
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/