From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-13.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D6DB1C04FF3 for ; Mon, 24 May 2021 07:34:42 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B57636100B for ; Mon, 24 May 2021 07:34:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232279AbhEXHgJ convert rfc822-to-8bit (ORCPT ); Mon, 24 May 2021 03:36:09 -0400 Received: from szxga04-in.huawei.com ([45.249.212.190]:5745 "EHLO szxga04-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232276AbhEXHgJ (ORCPT ); Mon, 24 May 2021 03:36:09 -0400 Received: from dggems701-chm.china.huawei.com (unknown [172.30.72.58]) by szxga04-in.huawei.com (SkyGuard) with ESMTP id 4FpTQw6HGNzmkS6; Mon, 24 May 2021 15:31:04 +0800 (CST) Received: from dggema724-chm.china.huawei.com (10.3.20.88) by dggems701-chm.china.huawei.com (10.3.19.178) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256) id 15.1.2176.2; Mon, 24 May 2021 15:34:39 +0800 Received: from dggema772-chm.china.huawei.com (10.1.198.214) by dggema724-chm.china.huawei.com (10.3.20.88) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2176.2; Mon, 24 May 2021 15:34:39 +0800 Received: from dggema772-chm.china.huawei.com ([10.9.128.138]) by dggema772-chm.china.huawei.com ([10.9.128.138]) with mapi id 15.01.2176.012; Mon, 24 May 2021 15:34:39 +0800 From: "liujian (CE)" 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" Subject: RE: [PATCH] bpftool: Add sock_release help info for cgroup attach command Thread-Topic: [PATCH] bpftool: Add sock_release help info for cgroup attach command Thread-Index: AQHXUGxZWDgEH59s4U2IxO0jYOh6Qqrxs7+AgACG/cA= Date: Mon, 24 May 2021 07:34:39 +0000 Message-ID: References: <20210524071548.115138-1-liujian56@huawei.com> In-Reply-To: Accept-Language: zh-CN, en-US Content-Language: zh-CN X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.174.176.93] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: bpf@vger.kernel.org > -----Original Message----- > From: Greg KH [mailto:gregkh@linuxfoundation.org] > Sent: Monday, May 24, 2021 3:21 PM > To: liujian (CE) > 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 > > --- > > 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 ~