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=-6.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_PASS,URIBL_BLOCKED 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 29338C61CE8 for ; Sun, 20 Jan 2019 00:44:41 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id F412F20883 for ; Sun, 20 Jan 2019 00:44:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730026AbfATAoj (ORCPT ); Sat, 19 Jan 2019 19:44:39 -0500 Received: from shards.monkeyblade.net ([23.128.96.9]:59736 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728926AbfATAoj (ORCPT ); Sat, 19 Jan 2019 19:44:39 -0500 Received: from localhost (unknown [IPv6:2601:601:9f80:35cd::bf5]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) (Authenticated sender: davem-davemloft) by shards.monkeyblade.net (Postfix) with ESMTPSA id C684514BF2F16; Sat, 19 Jan 2019 16:44:38 -0800 (PST) Date: Sat, 19 Jan 2019 16:44:36 -0800 (PST) Message-Id: <20190119.164436.335693369841017747.davem@davemloft.net> To: daniel@iogearbox.net Cc: ast@kernel.org, netdev@vger.kernel.org Subject: Re: pull-request: bpf 2019-01-20 From: David Miller In-Reply-To: <20190120003334.9571-1-daniel@iogearbox.net> References: <20190120003334.9571-1-daniel@iogearbox.net> X-Mailer: Mew version 6.8 on Emacs 26.1 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Sat, 19 Jan 2019 16:44:38 -0800 (PST) Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org From: Daniel Borkmann Date: Sun, 20 Jan 2019 01:33:34 +0100 > The following pull-request contains BPF updates for your *net* tree. > > The main changes are: > > 1) Fix a out-of-bounds access in __bpf_redirect_no_mac, from Willem. > > 2) Fix bpf_setsockopt to reset sock dst on SO_MARK changes, from Peter. > > 3) Fix map in map masking to prevent out-of-bounds access under > speculative execution, from Daniel. > > 4) Fix bpf_setsockopt's SO_MAX_PACING_RATE to support TCP internal > pacing, from Yuchung. > > 5) Fix json writer license in bpftool, from Thomas. > > 6) Fix AF_XDP to check if an actually queue exists during umem > setup, from Krzysztof. > > 7) Several fixes to BPF stackmap's build id handling. Another fix > for bpftool build to account for libbfd variations wrt linking > requirements, from Stanislav. > > 8) Fix BPF samples build with clang by working around missing asm > goto, from Yonghong. > > 9) Fix libbpf to retry program load on signal interrupt, from Lorenz. > > 10) Various minor compile warning fixes in BPF code, from Mathieu. > > Please consider pulling these changes from: > > git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git Pulled, thanks Daniel.