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=-0.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no 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 A509FCA9EC7 for ; Sat, 2 Nov 2019 10:57:01 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 81A6B214AF for ; Sat, 2 Nov 2019 10:57:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726622AbfKBK5B convert rfc822-to-8bit (ORCPT ); Sat, 2 Nov 2019 06:57:01 -0400 Received: from mx1.redhat.com ([209.132.183.28]:43290 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726229AbfKBK5A (ORCPT ); Sat, 2 Nov 2019 06:57:00 -0400 Received: from mail-lf1-f72.google.com (mail-lf1-f72.google.com [209.85.167.72]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 70A4F81F01 for ; Sat, 2 Nov 2019 10:57:00 +0000 (UTC) Received: by mail-lf1-f72.google.com with SMTP id x14so2375036lfq.15 for ; Sat, 02 Nov 2019 03:57:00 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:in-reply-to:references:date :message-id:mime-version:content-transfer-encoding; bh=1KqhehDOr4MW0YjZuVPaDPIwy6O6KgqpOuXWoiBx+bA=; b=nFCsUueYAB2LsuoSSLHlmqIx0CNcIRkx1QuBJ3u4u/4ZC2Q3dq5Q614pCiB9p7kqvb klHaUTKWDgz7T+rXD6gnt/CIwhsEubG/YmhrQMKFaSqtzEdMxVEU5AhxBaxmydUTXXs7 /C9wmYsgtDi1PDnjY316k//M6F5fC2wZVfV1I9P5Y+C5raBJsQsw0le0y15zeLvQWq/9 PrIkaY9ANxQZ9XntCt+QyymhVFSnosSYO7IhFc+403w+zxl5F6lRAfYQ2Xjkn5HpeZKQ KK23fOTlmlgt5XtWfIvYT2eth3GHdLYE4rscDh1dyOuSeh0e6nwg+f65jK4kFcLeoZcx 67Mg== X-Gm-Message-State: APjAAAUSZalAq8AqW2KbO6ZBPxRdRwitGpF1UV1ASEQtH8IX9/JUj+Tq sbJcFIRdlOyezskipiFVx6jaMjExTCls3i2ZKpSrES1K1GmoPrSHgdEmzEZ1f1CCt3sWua/laig rii4ilNdxuLcN X-Received: by 2002:a2e:9814:: with SMTP id a20mr11860111ljj.37.1572692219050; Sat, 02 Nov 2019 03:56:59 -0700 (PDT) X-Google-Smtp-Source: APXvYqxdfa4ifDpWQEsMtioDqqC/7vZmOnsyaSwdtuRhKrbd43sKBBLnga5b5PHRwltOvrH8ZJ37hQ== X-Received: by 2002:a2e:9814:: with SMTP id a20mr11860091ljj.37.1572692218803; Sat, 02 Nov 2019 03:56:58 -0700 (PDT) Received: from alrua-x1.borgediget.toke.dk ([2a00:7660:6da:443::2]) by smtp.gmail.com with ESMTPSA id r19sm3500667lfi.13.2019.11.02.03.56.57 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 02 Nov 2019 03:56:58 -0700 (PDT) Received: by alrua-x1.borgediget.toke.dk (Postfix, from userid 1000) id 9A63F1818B5; Sat, 2 Nov 2019 11:56:56 +0100 (CET) From: Toke =?utf-8?Q?H=C3=B8iland-J=C3=B8rgensen?= To: Andrii Nakryiko Cc: Daniel Borkmann , Alexei Starovoitov , Martin KaFai Lau , Song Liu , Yonghong Song , Jesper Dangaard Brouer , David Miller , Networking , bpf Subject: Re: [PATCH bpf-next v5 5/5] selftests: Add tests for automatic map pinning In-Reply-To: References: <157260197645.335202.2393286837980792460.stgit@toke.dk> <157260198209.335202.12139424443191715742.stgit@toke.dk> X-Clacks-Overhead: GNU Terry Pratchett Date: Sat, 02 Nov 2019 11:56:56 +0100 Message-ID: <875zk2mtqf.fsf@toke.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8BIT Sender: bpf-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: bpf@vger.kernel.org Andrii Nakryiko writes: > On Fri, Nov 1, 2019 at 2:53 AM Toke Høiland-Jørgensen wrote: >> >> From: Toke Høiland-Jørgensen >> >> This adds a new BPF selftest to exercise the new automatic map pinning >> code. >> >> Acked-by: Andrii Nakryiko > > I don't believe I acked this patch before, must have been added by > mistake. No you didn't, sorry about that; I was adding in your ACKs to the other patches and must have added this one as well by mistake. > But either way thanks for improving tests and testing a good variety > of scenarios, I appreciate the work. Please fix bpf_object leak below > and keep my Acked-by :) Will do, thanks! -Toke