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=-5.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 autolearn=unavailable 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 7F28EC49ED7 for ; Thu, 19 Sep 2019 17:09:12 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 4B7D821929 for ; Thu, 19 Sep 2019 17:09:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1568912952; bh=i47DafbV/d3Qe9fcajwsSj8c4rgxc5Rv2f5aucr6OF0=; h=Subject:To:Cc:References:From:Date:In-Reply-To:List-ID:From; b=bN23EpplNuUqdoNO0/4zweV4IYzwNiiPT6dYrMLBe9RkoOCgCy7JFnC5cGvj1kxTE BXk/O0J90VOxhTL/RZ8PfF8Q3MY61yN92IefH6ZRCZQrB30TK1xCfMjLmK01TiCffu PrhhhcG3vV99nAPmTEYekXaAK3Ix9cjHB3VOgMoo= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2391873AbfISRJL (ORCPT ); Thu, 19 Sep 2019 13:09:11 -0400 Received: from mail.kernel.org ([198.145.29.99]:40068 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2391867AbfISRJL (ORCPT ); Thu, 19 Sep 2019 13:09:11 -0400 Received: from [192.168.1.112] (c-24-9-64-241.hsd1.co.comcast.net [24.9.64.241]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 9BA3420644; Thu, 19 Sep 2019 17:09:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1568912951; bh=i47DafbV/d3Qe9fcajwsSj8c4rgxc5Rv2f5aucr6OF0=; h=Subject:To:Cc:References:From:Date:In-Reply-To:From; b=y0kS2eejiOAQDHwJwUiAzyZ1tREHU/RW3tJa98y85YB2Pbfv+WI/5fzPwpw0qWpuj J6rg83zIPQuWKfdKirhR8OrwenAvCKVej5y1s703Ja+hPeDrSDRE+JO4oABTLlEvYh GEpI+jlTrNJmtcpJrqyHpEeLLMs6j92wwmxqmFfs= Subject: Re: [PATCH] selftests: update .gitignore files for selftests/bpf and selftests/zram To: Alexei Starovoitov , Anatoly Pugachev , Daniel Borkmann , bpf Cc: "open list:KERNEL SELFTEST FRAMEWORK" , Alexei Starovoitov , shuah References: <20190919082902.GA15755@yogzotot> From: shuah Message-ID: <56fb689c-428b-ad1a-6f25-48422420e4c5@kernel.org> Date: Thu, 19 Sep 2019 11:09:10 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: bpf-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: bpf@vger.kernel.org On 9/19/19 8:39 AM, Alexei Starovoitov wrote: > 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. > Yes. Please split them. .gitignore changes for each test need to be in separate patches. thanks, -- Shuah