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=-14.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,INCLUDES_PULL_REQUEST,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT 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 DC89FC43140 for ; Fri, 6 Sep 2019 22:20:37 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id AC727207FC for ; Fri, 6 Sep 2019 22:20:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1567808437; bh=dHpdsc0HBwBY4SXvj3YGSE0d0yRHkSrcWKbu846Z1Tc=; h=From:To:CC:Subject:Date:List-ID:From; b=Zz60U6X2ibbZDvRJvuKqQjAN79GWAaFspHOqW8GRXB0MdTooGkc6MWsKPUOizIlEF B6qP1uvTzpixji0AW1ydJguU3NgoZlKcYRoRTq+zZGmGy24ikUmD29pj8XgEY71GFH NUMCMU0fNzkGv7C0lbIriECoFMvO5SBsc9GPUEio= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2404806AbfIFWUg convert rfc822-to-8bit (ORCPT ); Fri, 6 Sep 2019 18:20:36 -0400 Received: from mx0b-00082601.pphosted.com ([67.231.153.30]:8146 "EHLO mx0b-00082601.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2404739AbfIFWUg (ORCPT ); Fri, 6 Sep 2019 18:20:36 -0400 Received: from pps.filterd (m0109332.ppops.net [127.0.0.1]) by mx0a-00082601.pphosted.com (8.16.0.42/8.16.0.42) with SMTP id x86MJZTH026398 for ; Fri, 6 Sep 2019 15:20:35 -0700 Received: from mail.thefacebook.com (mailout.thefacebook.com [199.201.64.23]) by mx0a-00082601.pphosted.com with ESMTP id 2uup20u4dx-4 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT) for ; Fri, 06 Sep 2019 15:20:35 -0700 Received: from mx-out.facebook.com (2620:10d:c081:10::13) by mail.thefacebook.com (2620:10d:c081:35::129) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA) id 15.1.1713.5; Fri, 6 Sep 2019 15:20:33 -0700 Received: by devbig007.ftw2.facebook.com (Postfix, from userid 572438) id 6F2FF760B7B; Fri, 6 Sep 2019 15:20:32 -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-09-06 Date: Fri, 6 Sep 2019 15:20:32 -0700 Message-ID: <20190906222032.1007163-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:6.0.70,1.0.8 definitions=2019-09-06_10:2019-09-04,2019-09-06 signatures=0 X-Proofpoint-Spam-Details: rule=fb_default_notspam policy=fb_default score=0 mlxscore=0 suspectscore=1 bulkscore=0 impostorscore=0 mlxlogscore=778 adultscore=0 clxscore=1015 spamscore=0 malwarescore=0 priorityscore=1501 phishscore=0 lowpriorityscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-1906280000 definitions=main-1909060220 X-FB-Internal: deliver 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) verifier precision tracking fix, from Alexei. 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 44580a0118d3ede95fec4dce32df5f75f73cd663: net: sock_map, fix missing ulp check in sock hash case (2019-09-05 11:56:19 +0200) 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 2339cd6cd0b5401fa3fe886bf1c0cb8822041957: bpf: fix precision tracking of stack slots (2019-09-05 14:06:58 +0200) ---------------------------------------------------------------- Alexei Starovoitov (1): bpf: fix precision tracking of stack slots kernel/bpf/verifier.c | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-)