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=-6.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT 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 183C4C2BB55 for ; Thu, 16 Apr 2020 15:35:41 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E339C21D91 for ; Thu, 16 Apr 2020 15:35:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1587051340; bh=j2JTeMUQcJQF4DGF/2vYwdzn6cK3zbBJV6eCQlvgkOc=; h=From:To:Cc:Subject:Date:In-Reply-To:References:List-ID:From; b=hCfwFU6+RfURAqGPDoOez7j8T9MLXEUq9ELPo79lxePGG7i6XwR/bNbBr6FMsK2Y2 Q9Ka7TSh/UMZ1LUWeEAGzffOQfDOZbt7dysNfAtUmP238Ue9uCSEH73smTyTj9wnQK wX5tXHRD/jnqyNqXp4GkwlWyNFkTPmLKOLenhVdM= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2894618AbgDPPfj (ORCPT ); Thu, 16 Apr 2020 11:35:39 -0400 Received: from mail.kernel.org ([198.145.29.99]:52926 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2898100AbgDPNkX (ORCPT ); Thu, 16 Apr 2020 09:40:23 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 132BB20732; Thu, 16 Apr 2020 13:40:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1587044422; bh=j2JTeMUQcJQF4DGF/2vYwdzn6cK3zbBJV6eCQlvgkOc=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=EKzx3VTuK/riUi7vKIYS6HJFeoPYNTNwSKGZhFHlRi3r2zKmBJpiJ55tUkqc/8UmB 4Mh/r3qSHexDiGbwfM7u8PVmKwMRKHqwSrJhHOQHphlf2pcjj8NsKnXvEQLAgkKXOl NYlKM7nhYx+DREDyigWcamA4QOeDSab8zo1sa7LI= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Christophe Leroy , Michael Ellerman Subject: [PATCH 5.5 204/257] selftests/powerpc: Add tlbie_test in .gitignore Date: Thu, 16 Apr 2020 15:24:15 +0200 Message-Id: <20200416131351.561449010@linuxfoundation.org> X-Mailer: git-send-email 2.26.1 In-Reply-To: <20200416131325.891903893@linuxfoundation.org> References: <20200416131325.891903893@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Christophe Leroy commit 47bf235f324c696395c30541fe4fcf99fcd24188 upstream. The commit identified below added tlbie_test but forgot to add it in .gitignore. Fixes: 93cad5f78995 ("selftests/powerpc: Add test case for tlbie vs mtpidr ordering issue") Cc: stable@vger.kernel.org # v5.4+ Signed-off-by: Christophe Leroy Signed-off-by: Michael Ellerman Link: https://lore.kernel.org/r/259f9c06ed4563c4fa4fa8ffa652347278d769e7.1582847784.git.christophe.leroy@c-s.fr Signed-off-by: Greg Kroah-Hartman --- tools/testing/selftests/powerpc/mm/.gitignore | 1 + 1 file changed, 1 insertion(+) --- a/tools/testing/selftests/powerpc/mm/.gitignore +++ b/tools/testing/selftests/powerpc/mm/.gitignore @@ -5,3 +5,4 @@ prot_sao segv_errors wild_bctr large_vm_fork_separation +tlbie_test