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=-13.1 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,INCLUDES_PULL_REQUEST,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_PASS,T_DKIMWL_WL_HIGH,USER_AGENT_GIT autolearn=ham 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 80A01C04AB1 for ; Thu, 9 May 2019 23:04:35 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 45BAC20989 for ; Thu, 9 May 2019 23:04:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1557443075; bh=Xl9iKQWtb8EA5Om5Tmu+iOqH1ypuGX3giZ57IMvlzB4=; h=From:To:CC:Subject:Date:List-ID:From; b=Y5W2GrrAMhvFKsL3bSf1Y6V9ydtBc0VTQiyMOjPmDLjtC6eGu0wMx0+WSeUJu6nEX UMnUnKkyWLtOzUUaXQJbFoywTFguv+W3SRhnAw9Z6OstrZeVP3Bq7Lawr9StGNEMEb hAEJvafaAympc1JEGfehgthUE22DGbPjw1EvoLdw= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726765AbfEIXEe convert rfc822-to-8bit (ORCPT ); Thu, 9 May 2019 19:04:34 -0400 Received: from mx0a-00082601.pphosted.com ([67.231.145.42]:41104 "EHLO mx0a-00082601.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726682AbfEIXEe (ORCPT ); Thu, 9 May 2019 19:04:34 -0400 Received: from pps.filterd (m0109333.ppops.net [127.0.0.1]) by mx0a-00082601.pphosted.com (8.16.0.27/8.16.0.27) with SMTP id x49MxMEc001595 for ; Thu, 9 May 2019 16:04:33 -0700 Received: from mail.thefacebook.com (mailout.thefacebook.com [199.201.64.23]) by mx0a-00082601.pphosted.com with ESMTP id 2sctr0gksx-2 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT) for ; Thu, 09 May 2019 16:04:33 -0700 Received: from mx-out.facebook.com (2620:10d:c081:10::13) by mail.thefacebook.com (2620:10d:c081:35::127) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA) id 15.1.1713.5; Thu, 9 May 2019 16:04:32 -0700 Received: by devbig007.ftw2.facebook.com (Postfix, from userid 572438) id 8CFCB7609CC; Thu, 9 May 2019 16:04:31 -0700 (PDT) Smtp-Origin-Hostprefix: devbig From: Alexei Starovoitov Smtp-Origin-Hostname: devbig007.ftw2.facebook.com To: CC: , , , Smtp-Origin-Cluster: ftw2c04 Subject: pull-request: bpf 2019-05-09 Date: Thu, 9 May 2019 16:04:31 -0700 Message-ID: <20190509230431.3084008-1-ast@kernel.org> X-Mailer: git-send-email 2.20.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8BIT X-FB-Internal: Safe Content-Type: text/plain X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:,, definitions=2019-05-09_02:,, signatures=0 X-Proofpoint-Spam-Reason: safe X-FB-Internal: Safe Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Hi David, The following pull-request contains BPF updates for your *net* tree. The main changes are: 1) three small fixes from Gary, Jiong and Lorenz. Please consider pulling these changes from: git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git Thanks a lot! ---------------------------------------------------------------- The following changes since commit 494bc1d281b5a9f02a81249fa566d8c7e390c50c: net/tcp: use deferred jump label for TCP acked data hook (2019-05-09 11:13:57 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git for you to fetch changes up to 3ef4641fbf870ee1ecd5f890a54881b7f0e20b90: docs/btf: fix the missing section marks (2019-05-09 15:59:59 -0700) ---------------------------------------------------------------- Gary Lin (1): docs/btf: fix the missing section marks Jiong Wang (1): nfp: bpf: fix static check error through tightening shift amount adjustment Lorenz Bauer (1): selftests: bpf: initialize bpf_object pointers where needed Documentation/bpf/btf.rst | 2 ++ drivers/net/ethernet/netronome/nfp/bpf/jit.c | 13 ++++++++++++- tools/testing/selftests/bpf/prog_tests/bpf_verif_scale.c | 2 +- tools/testing/selftests/bpf/prog_tests/task_fd_query_tp.c | 2 +- tools/testing/selftests/bpf/prog_tests/tp_attach_query.c | 3 +++ 5 files changed, 19 insertions(+), 3 deletions(-)