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=-10.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 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 D4FC3C433E0 for ; Thu, 25 Feb 2021 01:19:06 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 81D3264EF1 for ; Thu, 25 Feb 2021 01:19:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233693AbhBYBSr (ORCPT ); Wed, 24 Feb 2021 20:18:47 -0500 Received: from szxga05-in.huawei.com ([45.249.212.191]:12571 "EHLO szxga05-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229594AbhBYBSo (ORCPT ); Wed, 24 Feb 2021 20:18:44 -0500 Received: from DGGEMS406-HUB.china.huawei.com (unknown [172.30.72.59]) by szxga05-in.huawei.com (SkyGuard) with ESMTP id 4DmFGl4vtDzMdsg for ; Thu, 25 Feb 2021 09:15:59 +0800 (CST) Received: from [10.174.177.244] (10.174.177.244) by DGGEMS406-HUB.china.huawei.com (10.3.19.206) with Microsoft SMTP Server id 14.3.498.0; Thu, 25 Feb 2021 09:17:59 +0800 Subject: Re: [PATCH] net: bridge: Fix jump_label config To: Jakub Kicinski CC: Roopa Prabhu , Nikolay Aleksandrov , "David S. Miller" , , , Florian Westphal References: <20210224153803.91194-1-wangkefeng.wang@huawei.com> <20210224105458.091842fa@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com> From: Kefeng Wang Message-ID: <82d81cc1-e83a-2ab1-246c-0424e2f3f11e@huawei.com> Date: Thu, 25 Feb 2021 09:17:58 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.7.0 MIME-Version: 1.0 In-Reply-To: <20210224105458.091842fa@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-Originating-IP: [10.174.177.244] X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2021/2/25 2:54, Jakub Kicinski wrote: > On Wed, 24 Feb 2021 23:38:03 +0800 Kefeng Wang wrote: >> HAVE_JUMP_LABLE is removed by commit e9666d10a567 ("jump_label: move >> 'asm goto' support test to Kconfig"), use CONFIG_JUMP_LABLE instead >> of HAVE_JUMP_LABLE. >> >> Fixes: 971502d77faa ("bridge: netfilter: unroll NF_HOOK helper in bridge input path") >> Signed-off-by: Kefeng Wang > You need to CC the authors of the commit you're blaming. Please make > use of scripts/get_maintainers.pl and repost. Yes, I use get_maintainers.pl, but only add maintainers to the list, thanks for your reminder, cc the author Florian now.