From patchwork Fri Mar 20 02:34:24 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yue Haibing X-Patchwork-Id: 222186 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=-3.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI, SPF_HELO_NONE, SPF_PASS, USER_AGENT_GIT autolearn=no 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 7B050C43332 for ; Fri, 20 Mar 2020 02:38:40 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 5AA4E20753 for ; Fri, 20 Mar 2020 02:38:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726801AbgCTCii (ORCPT ); Thu, 19 Mar 2020 22:38:38 -0400 Received: from szxga04-in.huawei.com ([45.249.212.190]:12104 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1725856AbgCTCih (ORCPT ); Thu, 19 Mar 2020 22:38:37 -0400 Received: from DGGEMS411-HUB.china.huawei.com (unknown [172.30.72.60]) by Forcepoint Email with ESMTP id A4D4C318BC775374E515; Fri, 20 Mar 2020 10:38:33 +0800 (CST) Received: from localhost (10.173.223.234) by DGGEMS411-HUB.china.huawei.com (10.3.19.211) with Microsoft SMTP Server id 14.3.487.0; Fri, 20 Mar 2020 10:38:27 +0800 From: YueHaibing To: , , , CC: , , , , , YueHaibing Subject: [PATCH bpf-next 0/2] minor cleanups Date: Fri, 20 Mar 2020 10:34:24 +0800 Message-ID: <20200320023426.60684-1-yuehaibing@huawei.com> X-Mailer: git-send-email 2.10.2.windows.1 In-Reply-To: <20200319124631.58432-1-yuehaibing@huawei.com> References: <20200319124631.58432-1-yuehaibing@huawei.com> MIME-Version: 1.0 X-Originating-IP: [10.173.223.234] X-CFilter-Loop: Reflected Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Minor cleanups for tcp_bpf.c YueHaibing (2): bpf: tcp: Fix unused function warnings bpf: tcp: Make tcp_bpf_recvmsg static include/net/tcp.h | 2 - net/ipv4/tcp_bpf.c | 152 ++++++++++++++++++++++----------------------- 2 files changed, 76 insertions(+), 78 deletions(-)