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=-16.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,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 AA8DFC433DB for ; Sat, 30 Jan 2021 01:54:40 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6BA6E64E0B for ; Sat, 30 Jan 2021 01:54:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233066AbhA3ByE (ORCPT ); Fri, 29 Jan 2021 20:54:04 -0500 Received: from mail.kernel.org ([198.145.29.99]:56856 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232307AbhA3Bur (ORCPT ); Fri, 29 Jan 2021 20:50:47 -0500 Received: by mail.kernel.org (Postfix) with ESMTPS id 72CAD64E02; Sat, 30 Jan 2021 01:50:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1611971406; bh=ib3wygmXvFBym4GXiMuwBb9Jx+T6NTvh6bSdAwwR5Lw=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=DEAQO4W07QZB40Dz4HcTS99vFx/M0SKejSljXmxRqdx1a670CjvDJO5Asv+wEiK4T KHR64cFa5toxpGCAoPcluhlzUYaPoj+EZTUkNncFHzhXghTc7EKNpVJgkLflGZxCC4 5vfk+Y1Ho2INqG1z5g+zb7LIpN5k2GdeOgLWHAYnqGvYoKoJ0ZrDEqbOlwkCioay2L D/JtFjwNXo7ZUjbQAwprAXZHWl0Rm+WtL2VakIdxFom4FpIZBA+37q2WZvfKEBC5SQ oDBhjSJID0YO/a5xEelByV4RwfcO4mHVGEdwsovRFF5vZPkM6YqaluEqZ0jI/pxCgT Fc+8x5Im/FN1A== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net-next] net: packet: make pkt_sk() inline From: patchwork-bot+netdevbpf@kernel.org Message-Id: <161197140650.15399.13818703401509106390.git-patchwork-notify@kernel.org> Date: Sat, 30 Jan 2021 01:50:06 +0000 References: <20210127123302.29842-1-dong.menglong@zte.com.cn> In-Reply-To: <20210127123302.29842-1-dong.menglong@zte.com.cn> To: Menglong Dong Cc: kuba@kernel.org, davem@davemloft.net, willemb@google.com, dong.menglong@zte.com.cn, tannerlove@google.com, john.ogness@linutronix.de, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Wed, 27 Jan 2021 04:33:02 -0800 you wrote: > From: Menglong Dong > > It's better make 'pkt_sk()' inline here, as non-inline function > shouldn't occur in headers. Besides, this function is simple > enough to be inline. > > Signed-off-by: Menglong Dong > > [...] Here is the summary with links: - [net-next] net: packet: make pkt_sk() inline https://git.kernel.org/netdev/net-next/c/8c22475148a8 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html