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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 68BA4C433EF for ; Tue, 12 Jul 2022 13:20:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231226AbiGLNUP (ORCPT ); Tue, 12 Jul 2022 09:20:15 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34402 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229657AbiGLNUO (ORCPT ); Tue, 12 Jul 2022 09:20:14 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3F1F933E39; Tue, 12 Jul 2022 06:20:14 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id D0CA26176B; Tue, 12 Jul 2022 13:20:13 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 2E579C341CB; Tue, 12 Jul 2022 13:20:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1657632013; bh=VtYTT+GuTYziiLBNQuhIPi8afVUYtci7GhuKaVENo4w=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=EzkzOzloLxmnvnmvv0BQkmHpcwmdd9DXOkQ53Ud+7XtpkcNg7+oxNMByye3ZueUQQ gYMRbbiWALJjKmRBDF9Ax7mEJAJO5xm/xtSql5o3bOmmNJEzuuleAC/7gIEzdJG3MY sLhWnE3hrAcJbVwBOR9sfT0hPxDVk67rFnIEyXu8LAUPxNPn17+XRAWanLs7+p0XAs 0oZ6oubuicae0BF1TSxdQhidF78InN6T1FGUd+AHbagSM5GcOCtY4xzpoH6NA3bEu4 WVj3l6nOPKXE7GmtjiNs1hOilRtvE+bD/Q+8GWnmiy+IhWRWyT32lz5sxFXCFi8X0+ KfzOBErMX2/eQ== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id 11604E45227; Tue, 12 Jul 2022 13:20:13 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH] net: change the type of ip_route_input_rcu to static From: patchwork-bot+netdevbpf@kernel.org Message-Id: <165763201305.27182.8607099090817656312.git-patchwork-notify@kernel.org> Date: Tue, 12 Jul 2022 13:20:13 +0000 References: <20220711073549.8947-1-shaozhengchao@huawei.com> In-Reply-To: <20220711073549.8947-1-shaozhengchao@huawei.com> To: Zhengchao Shao Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, davem@davemloft.net, yoshfuji@linux-ipv6.org, dsahern@kernel.org, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, weiyongjun1@huawei.com, yuehaibing@huawei.com Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to netdev/net-next.git (master) by Paolo Abeni : On Mon, 11 Jul 2022 15:35:49 +0800 you wrote: > The type of ip_route_input_rcu should be static. > > Signed-off-by: Zhengchao Shao > --- > include/net/route.h | 4 ---- > net/ipv4/route.c | 34 +++++++++++++++++----------------- > 2 files changed, 17 insertions(+), 21 deletions(-) Here is the summary with links: - net: change the type of ip_route_input_rcu to static https://git.kernel.org/netdev/net-next/c/5022e221c98a You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html