From patchwork Thu Jan 12 19:51:52 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mark Brown X-Patchwork-Id: 13098748 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 55CAFC678D4 for ; Thu, 12 Jan 2023 19:54:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232200AbjALTyS (ORCPT ); Thu, 12 Jan 2023 14:54:18 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39592 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240269AbjALTxx (ORCPT ); Thu, 12 Jan 2023 14:53:53 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9FA1FC09 for ; Thu, 12 Jan 2023 11:52:30 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 3AA8E62178 for ; Thu, 12 Jan 2023 19:52:30 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id A4754C43398; Thu, 12 Jan 2023 19:52:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1673553149; bh=ICx+HpIiOzKXWwzoSA2cqLawt3Xl+ru72A7xtP7W+TE=; h=From:Date:Subject:References:In-Reply-To:To:Cc:From; b=WF7lQj6QfR9mCeU3KNbxa00ixi29nLbkHEig9oxDsaAr0FdI4BcYqcbxHFlf1TDvI A5IC6rvcVpGFytrxXl3baAyQ7JC5tIkXP0jYA7BfRGEUWdeUu3HoiodpEyXNby1wb0 ltBTyewDPHv9tuB0+4oCFBlMALCbLwidiz6QQEHbQ+I7xznGg0kdjwEgyz5ALSJmEo IoWy1G4BVGki4RnQGICdf+cUUckBZcG+Pb45NObyf1kG60e6E/jjXLvE9iVwC7MXwI ONpTwU7Xkp09D2x+t+hzst0tQMDfOoqkEmsTIb9LXa+ZbVbYw3wuz8qQnBrLLFkB8F kElqhkz6Pz76w== From: Mark Brown Date: Thu, 12 Jan 2023 19:51:52 +0000 Subject: [PATCH 6/6] kselftest/arm64: Remove spurious comment from MTE test Makefile MIME-Version: 1.0 Message-Id: <20230111-arm64-kselftest-clang-v1-6-89c69d377727@kernel.org> References: <20230111-arm64-kselftest-clang-v1-0-89c69d377727@kernel.org> In-Reply-To: <20230111-arm64-kselftest-clang-v1-0-89c69d377727@kernel.org> To: Catalin Marinas , Will Deacon , Shuah Khan , Nathan Chancellor , Nick Desaulniers , Tom Rix Cc: linux-arm-kernel@lists.infradead.org, linux-kselftest@vger.kernel.org, llvm@lists.linux.dev, Mark Brown X-Mailer: b4 0.12-dev-8b3d1 X-Developer-Signature: v=1; a=openpgp-sha256; l=838; i=broonie@kernel.org; h=from:subject:message-id; bh=ICx+HpIiOzKXWwzoSA2cqLawt3Xl+ru72A7xtP7W+TE=; b=owEBbQGS/pANAwAKASTWi3JdVIfQAcsmYgBjwGTsWNGGWScK+qgi2htLnu3tdBn9KAu5AdQrMhHr AfaKf6iJATMEAAEKAB0WIQSt5miqZ1cYtZ/in+ok1otyXVSH0AUCY8Bk7AAKCRAk1otyXVSH0MsdB/ 96aT8zdvFD9mXGi3MABvxk1I0jrSNXBwDkydqEddqdCLaAPefZ/nRWjTma+Kvfsl5p8WTb9EuUjFNS bWlVUXZprYcpOO2O0+M48SofgglVTkvNmQXN9j4R6dTrs1E5e0vaQIOMiOt0wjllaQ3TysvLb8pE6B l+IWl5Hpl7zqG5jRES04bbeocgXL72B3NOqQZ/N6OBfYqEeQe5KXJTxvU6J2Cl0GCsk0gqpCAHsj+N gfLjEEj/worbYSFSH8sdMxW1bjtt0RREpC52FHMbx2E2o93EWPWOZVD5D/bl+/lfTW707OTxmO+twB UsVi0ecJdVY3n9aBlDSHFw0r+UX7Gd X-Developer-Key: i=broonie@kernel.org; a=openpgp; fpr=3F2568AAC26998F9E813A1C5C3F436CA30F5D8EB Precedence: bulk List-ID: X-Mailing-List: linux-kselftest@vger.kernel.org There's a stray comment in the MTE test Makefile which documents something that's since been removed, delete it. Signed-off-by: Mark Brown --- tools/testing/selftests/arm64/mte/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/testing/selftests/arm64/mte/Makefile b/tools/testing/selftests/arm64/mte/Makefile index fdb9acdca42b..0d7ac3db8390 100644 --- a/tools/testing/selftests/arm64/mte/Makefile +++ b/tools/testing/selftests/arm64/mte/Makefile @@ -28,7 +28,6 @@ ifeq ($(mte_cc_support),1) # Generated binaries to be installed by top KSFT script TEST_GEN_PROGS := $(PROGS) -# Get Kernel headers installed and use them. else $(warning compiler "$(CC)" does not support the ARMv8.5 MTE extension.) $(warning test program "mte" will not be created.)