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=-3.8 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS 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 CC893C3A5A6 for ; Thu, 19 Sep 2019 14:39:33 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 93711217D6 for ; Thu, 19 Sep 2019 14:39:33 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=gmail.com header.i=@gmail.com header.b="oYT2MlDg" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732619AbfISOjd (ORCPT ); Thu, 19 Sep 2019 10:39:33 -0400 Received: from mail-lj1-f196.google.com ([209.85.208.196]:44782 "EHLO mail-lj1-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732579AbfISOjd (ORCPT ); Thu, 19 Sep 2019 10:39:33 -0400 Received: by mail-lj1-f196.google.com with SMTP id m13so3812786ljj.11; Thu, 19 Sep 2019 07:39:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=qb8wSvIQ4nC55X54/RWJ18Vfsst4KOF/u6y+XHfA/dI=; b=oYT2MlDgxVIBlh+OLSBJ4m3Lop7TBaO3jQ+SyVAeuhXATMFGGnLzt1qBS9IdSS+3ob gNWOpdwD8ta3IWlNJb4ifMzbpQaujil4oegSphzZ2DolV4EnWfTrg7NzlEgtLbxg+m/M g2OQnxKIYIBZKF5kxExB+XU40HQuHGKipV6jDf54mS2CxJR2AFiMzcU/q2EWtE+eVZeU 4bdX4B92kmC6N22zC2SLxG9Mq2PJyPaoQ7LyIBBH0Rq/wNT1CKGJJc9bPrwFOp6hEfzi 3u0MEKuiDixNq8pbYVNYb9/B4rstFm3mnC+WC0Z9D9Oj/Amv6GPRzlgbLEvwDxx+ff+N GebA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=qb8wSvIQ4nC55X54/RWJ18Vfsst4KOF/u6y+XHfA/dI=; b=Fo+JPDh/kpkwiI0hnetC502NAN8y7E3cNi2MadGrETKoTmzXIB/EdBHpCiFKaUmDZH iOKEWQcrcMbNwPh3R/HaeFwSxoAEwxKiAA0pa2DHrsmiuUCqWCHuXcXXdzap9O12kvBm MBD00VSpaQQ8maTvxyW3TeyBo+x7EDflFmAaEFxvhxYBBh6Qa9+BgeMPRnllTKX5GBRz UJb4wV5c3QjBcjcFJNBua3SsPMFv78CGa2YuwIlO4+q++M2hHMckSXOW03nBQNw3YPZu yK5qebf7OSC0u3E8kXJJJfT2GH/TAbpjqQAEnaUwBlQtVXu1ky7+t/f0JqLis4oje6Lw 1B0w== X-Gm-Message-State: APjAAAUytwmg2LmzX1fGEA8IX5HTSU8RlXiPrZ8IAroBfrKH/h9o7nGX zDzyosVXRtiLTvsixADu86FPKELYhWKlhPDhphU= X-Google-Smtp-Source: APXvYqwBIPpOQ0YhBy4YmO/A1wzqqtCBNaYvPSrmcyJfMpmmAi6MvcQQzq9pi2y/PMo4xLxzcvzRscJo0f01qTA+Tx0= X-Received: by 2002:a2e:9708:: with SMTP id r8mr5592899lji.58.1568903970830; Thu, 19 Sep 2019 07:39:30 -0700 (PDT) MIME-Version: 1.0 References: <20190919082902.GA15755@yogzotot> In-Reply-To: <20190919082902.GA15755@yogzotot> From: Alexei Starovoitov Date: Thu, 19 Sep 2019 07:39:19 -0700 Message-ID: Subject: Re: [PATCH] selftests: update .gitignore files for selftests/bpf and selftests/zram To: Anatoly Pugachev , Daniel Borkmann , bpf Cc: "open list:KERNEL SELFTEST FRAMEWORK" , Shuah Khan , Alexei Starovoitov Content-Type: text/plain; charset="UTF-8" Sender: bpf-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: bpf@vger.kernel.org On Thu, Sep 19, 2019 at 1:35 AM Anatoly Pugachev wrote: > > selftests: update .gitignore files for selftests/bpf and selftests/zram > > Signed-off-by: Anatoly Pugachev > --- > tools/testing/selftests/bpf/.gitignore | 4 ++++ > tools/testing/selftests/zram/.gitignore | 1 + > 2 files changed, 5 insertions(+) > create mode 100644 tools/testing/selftests/zram/.gitignore could you please split this patch into selftests/bpf/ and the rest? we'll take bpf bits via bpf tree.