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.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_SANE_1 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 BC827C35257 for ; Fri, 2 Oct 2020 18:00:19 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7BAA62085B for ; Fri, 2 Oct 2020 18:00:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388270AbgJBSAS (ORCPT ); Fri, 2 Oct 2020 14:00:18 -0400 Received: from mail.kernel.org ([198.145.29.99]:59852 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2387602AbgJBSAS (ORCPT ); Fri, 2 Oct 2020 14:00:18 -0400 Received: from gaia (unknown [95.149.105.49]) (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 7D2FB206DD; Fri, 2 Oct 2020 18:00:16 +0000 (UTC) Date: Fri, 2 Oct 2020 19:00:14 +0100 From: Catalin Marinas To: Amit Daniel Kachhap Cc: linux-arm-kernel@lists.infradead.org, linux-kselftest@vger.kernel.org, linux-kernel@vger.kernel.org, Shuah Khan , Will Deacon , Vincenzo Frascino , Gabor Kertesz Subject: Re: [PATCH v2 0/6] kselftest: arm64/mte: Tests for user-space MTE Message-ID: <20201002180013.GA6099@gaia> References: <20201002115630.24683-1-amit.kachhap@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201002115630.24683-1-amit.kachhap@arm.com> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Oct 02, 2020 at 05:26:24PM +0530, Amit Daniel Kachhap wrote: > Amit Daniel Kachhap (6): > kselftest/arm64: Add utilities and a test to validate mte memory > kselftest/arm64: Verify mte tag inclusion via prctl > kselftest/arm64: Check forked child mte memory accessibility > kselftest/arm64: Verify all different mmap MTE options > kselftest/arm64: Verify KSM page merge for MTE pages > kselftest/arm64: Check mte tagged user address in kernel Thanks Amit for respinning the series. Tested on FVP (some Qemu bugs get in the way and they fail). Acked-by: Catalin Marinas Tested-by: Catalin Marinas