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=-11.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=ham 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 6064AC4338F for ; Mon, 2 Aug 2021 18:06:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3FB2F60F36 for ; Mon, 2 Aug 2021 18:06:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229551AbhHBSGc (ORCPT ); Mon, 2 Aug 2021 14:06:32 -0400 Received: from mail.kernel.org ([198.145.29.99]:47854 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229537AbhHBSGc (ORCPT ); Mon, 2 Aug 2021 14:06:32 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 7437960EE8; Mon, 2 Aug 2021 18:06:20 +0000 (UTC) From: Catalin Marinas To: Shuah Khan , Will Deacon , Mark Brown Cc: linux-kselftest@vger.kernel.org, Vincenzo Frascino , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH] kselftest/arm64: Ignore check_gcr_el1_cswitch binary Date: Mon, 2 Aug 2021 19:06:17 +0100 Message-Id: <162792757024.21283.7196137698585667043.b4-ty@arm.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20210728173539.6231-1-broonie@kernel.org> References: <20210728173539.6231-1-broonie@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kselftest@vger.kernel.org On Wed, 28 Jul 2021 18:35:39 +0100, Mark Brown wrote: > We added check_gcr_el1_cswitch but did not ignore the generated binary, > add it. Applied to arm64 (for-next/kselftest), thanks! [1/1] kselftest/arm64: Ignore check_gcr_el1_cswitch binary https://git.kernel.org/arm64/c/dac3ce63bffe -- Catalin