* [PATCH] bpftool: Add sock_release help info for cgroup attach command
@ 2021-05-24 7:15 Liu Jian
2021-05-24 7:21 ` Greg KH
0 siblings, 1 reply; 3+ messages in thread
From: Liu Jian @ 2021-05-24 7:15 UTC (permalink / raw)
To: ast, daniel, andrii, kafai, songliubraving, yhs, john.fastabend,
kpsingh, quentin, liujian56, sdf, netdev, bpf
Fixes: db94cc0b4805 ("bpftool: Add support for BPF_CGROUP_INET_SOCK_RELEASE")
Signed-off-by: Liu Jian <liujian56@huawei.com>
---
tools/bpf/bpftool/cgroup.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/tools/bpf/bpftool/cgroup.c b/tools/bpf/bpftool/cgroup.c
index d901cc1b904a..6e53b1d393f4 100644
--- a/tools/bpf/bpftool/cgroup.c
+++ b/tools/bpf/bpftool/cgroup.c
@@ -28,7 +28,8 @@
" connect6 | getpeername4 | getpeername6 |\n" \
" getsockname4 | getsockname6 | sendmsg4 |\n" \
" sendmsg6 | recvmsg4 | recvmsg6 |\n" \
- " sysctl | getsockopt | setsockopt }"
+ " sysctl | getsockopt | setsockopt |\n" \
+ " sock_release }"
static unsigned int query_flags;
--
2.17.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] bpftool: Add sock_release help info for cgroup attach command
2021-05-24 7:15 [PATCH] bpftool: Add sock_release help info for cgroup attach command Liu Jian
@ 2021-05-24 7:21 ` Greg KH
2021-05-24 7:34 ` liujian (CE)
0 siblings, 1 reply; 3+ messages in thread
From: Greg KH @ 2021-05-24 7:21 UTC (permalink / raw)
To: Liu Jian
Cc: ast, daniel, andrii, kafai, songliubraving, yhs, john.fastabend,
kpsingh, quentin, sdf, netdev, bpf
On Mon, May 24, 2021 at 03:15:48PM +0800, Liu Jian wrote:
> Fixes: db94cc0b4805 ("bpftool: Add support for BPF_CGROUP_INET_SOCK_RELEASE")
> Signed-off-by: Liu Jian <liujian56@huawei.com>
> ---
> tools/bpf/bpftool/cgroup.c | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
I know I do not take patches without any changelog text, maybe other
maintainers are more leniant...
^ permalink raw reply [flat|nested] 3+ messages in thread
* RE: [PATCH] bpftool: Add sock_release help info for cgroup attach command
2021-05-24 7:21 ` Greg KH
@ 2021-05-24 7:34 ` liujian (CE)
0 siblings, 0 replies; 3+ messages in thread
From: liujian (CE) @ 2021-05-24 7:34 UTC (permalink / raw)
To: Greg KH
Cc: ast@kernel.org, daniel@iogearbox.net, andrii@kernel.org,
kafai@fb.com, songliubraving@fb.com, yhs@fb.com,
john.fastabend@gmail.com, kpsingh@kernel.org,
quentin@isovalent.com, sdf@google.com, netdev@vger.kernel.org,
bpf@vger.kernel.org
> -----Original Message-----
> From: Greg KH [mailto:gregkh@linuxfoundation.org]
> Sent: Monday, May 24, 2021 3:21 PM
> To: liujian (CE) <liujian56@huawei.com>
> Cc: ast@kernel.org; daniel@iogearbox.net; andrii@kernel.org; kafai@fb.com;
> songliubraving@fb.com; yhs@fb.com; john.fastabend@gmail.com;
> kpsingh@kernel.org; quentin@isovalent.com; sdf@google.com;
> netdev@vger.kernel.org; bpf@vger.kernel.org
> Subject: Re: [PATCH] bpftool: Add sock_release help info for cgroup attach
> command
>
> On Mon, May 24, 2021 at 03:15:48PM +0800, Liu Jian wrote:
> > Fixes: db94cc0b4805 ("bpftool: Add support for
> > BPF_CGROUP_INET_SOCK_RELEASE")
> > Signed-off-by: Liu Jian <liujian56@huawei.com>
> > ---
> > tools/bpf/bpftool/cgroup.c | 3 ++-
> > 1 file changed, 2 insertions(+), 1 deletion(-)
>
> I know I do not take patches without any changelog text, maybe other
> maintainers are more leniant...
Sorry, I will send v2 for the bad habits. Thank you ~
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-05-24 7:34 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-24 7:15 [PATCH] bpftool: Add sock_release help info for cgroup attach command Liu Jian
2021-05-24 7:21 ` Greg KH
2021-05-24 7:34 ` liujian (CE)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox