From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: pull-request: bpf 2018-09-02 Date: Sun, 02 Sep 2018 15:53:57 -0700 (PDT) Message-ID: <20180902.155357.34761423825684964.davem@davemloft.net> References: <20180902212031.11246-1-daniel@iogearbox.net> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: ast@kernel.org, netdev@vger.kernel.org To: daniel@iogearbox.net Return-path: Received: from shards.monkeyblade.net ([23.128.96.9]:35648 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727111AbeICDLX (ORCPT ); Sun, 2 Sep 2018 23:11:23 -0400 In-Reply-To: <20180902212031.11246-1-daniel@iogearbox.net> Sender: netdev-owner@vger.kernel.org List-ID: From: Daniel Borkmann Date: Sun, 2 Sep 2018 23:20:31 +0200 > The following pull-request contains BPF updates for your *net* tree. > > The main changes are: > > 1) Fix one remaining buggy offset override in sockmap's bpf_msg_pull_data() > when linearizing multiple scatterlist elements, from Tushar. > > 2) Fix BPF sockmap's misuse of ULP when a collision with another ULP is > found on map update where it would release existing ULP. syzbot found and > triggered this couple of times now, fix from John. > > 3) Add missing xskmap type to bpftool so it will properly show the type > on map dump, from Prashant. > > Please consider pulling these changes from: > > git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git Pulled, thanks Daniel.