From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Borkmann Subject: Re: [bpf PATCH 0/3] BPF, a couple sockmap fixes Date: Fri, 13 Apr 2018 03:11:30 +0200 Message-ID: <063eed00-9564-6630-9389-e76160829ef9@iogearbox.net> References: <20180411235230.19135.63857.stgit@john-Precision-Tower-5810> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org To: John Fastabend , ast@kernel.org Return-path: Received: from www62.your-server.de ([213.133.104.62]:48214 "EHLO www62.your-server.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752391AbeDMBLd (ORCPT ); Thu, 12 Apr 2018 21:11:33 -0400 In-Reply-To: <20180411235230.19135.63857.stgit@john-Precision-Tower-5810> Content-Language: en-US Sender: netdev-owner@vger.kernel.org List-ID: On 04/12/2018 01:56 AM, John Fastabend wrote: > While testing sockmap with more programs (besides our test programs) > I found a couple issues. > > The attached series fixes an issue where pinned maps were not > working correctly, blocking sockets returned zero, and an error > path that when the sock hit an out of memory case resulted in a > double page_put() while doing ingress redirects. > > See individual patches for more details. Applied to bpf tree, thanks John!