From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: pull-request: bpf 2018-08-29 Date: Wed, 29 Aug 2018 16:21:34 -0700 (PDT) Message-ID: <20180829.162134.1089214282908890999.davem@davemloft.net> References: <20180829190724.17254-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]:38234 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727191AbeH3DUw (ORCPT ); Wed, 29 Aug 2018 23:20:52 -0400 In-Reply-To: <20180829190724.17254-1-daniel@iogearbox.net> Sender: netdev-owner@vger.kernel.org List-ID: From: Daniel Borkmann Date: Wed, 29 Aug 2018 21:07:24 +0200 > The following pull-request contains BPF updates for your *net* tree. > > The main changes are: > > 1) Fix a build error in sk_reuseport_convert_ctx_access() when > compiling with clang which cannot resolve hweight_long() at > build time inside the BUILD_BUG_ON() assertion, from Stefan. > > 2) Several fixes for BPF sockmap, four of them in getting the > bpf_msg_pull_data() helper to work, one use after free case > in bpf_tcp_close() and one refcount leak in bpf_tcp_recvmsg(), > from Daniel. > > 3) Another fix for BPF sockmap where we misaccount sk_mem_uncharge() > in the socket redirect error case from unwinding scatterlist > twice, from John. > > Please consider pulling these changes from: > > git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git Pulled, thanks Daniel.