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=-11.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 7CB18C433E0 for ; Wed, 24 Feb 2021 19:10:02 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 2B33A64D8F for ; Wed, 24 Feb 2021 19:10:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235946AbhBXTJd (ORCPT ); Wed, 24 Feb 2021 14:09:33 -0500 Received: from mail.kernel.org ([198.145.29.99]:39974 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235923AbhBXTIx (ORCPT ); Wed, 24 Feb 2021 14:08:53 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 764CA64D8F; Wed, 24 Feb 2021 18:55:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1614192901; bh=Y9mdxkICHrBBGcay0H/okt4UecLOm6LUT1wvRzqBtos=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=sWr+TWuLIoQB01ILUU1TiOrsaDLnfyduLz2kO3+w7gEqoTxlRQU8d+aXt9Ogp1EHC CgIrmwnge/y2fJdM4zexPrKeMNt4m39PtOOOowt8Zo8Bem7opGH6bp9lmXafoxuMuF TXjDWvTuDP+S4f3O4ng7X7nN81m4CHDqRdZOScrF9B5aOx+XRFJUxyVYuHcYVej3Z1 Qt8USoJxsx758NCmer69FL4pUzRUTb+0quO5qyOAIq+xk3caYmwUfP7w1aafuWqE/q VmTWi0WaLpUkqEMhE283gKbVQ/JegAyyEqQCoZsB4hvCkhdGWcCU1QfRidG3WihmMQ 9SlUA3cR6vRUg== Date: Wed, 24 Feb 2021 10:54:58 -0800 From: Jakub Kicinski To: Kefeng Wang Cc: Roopa Prabhu , Nikolay Aleksandrov , "David S. Miller" , , Subject: Re: [PATCH] net: bridge: Fix jump_label config Message-ID: <20210224105458.091842fa@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com> In-Reply-To: <20210224153803.91194-1-wangkefeng.wang@huawei.com> References: <20210224153803.91194-1-wangkefeng.wang@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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.