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 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id D2D14C4345F for ; Mon, 15 Apr 2024 08:59:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:Content-Type: Content-Transfer-Encoding:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:From:References:Cc:To:Subject: MIME-Version:Date:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=0+8n8iA48r6SCHkAKLookepBNDxHSfO0XanAoY0t4b4=; b=4qGpjKyucAlfJ1 +E7/tDlTs8CcomgWIXtD5ZQ65RzyjUBlF5EVKlcgFCJ6LzyHKA9qcExw2kso+3ufdM06ERTGbMo+9 sM1rSkjE2A154ZC5uxU6BImW+2QKXHQplv58CKwrd10MCAlrJcNc0PjPSBQquKVe9rm65aosgxGB+ yyDG5Vo/ZpEUUqw+qA5pfd5IqC7CTdpjvhHEpfQy2CmYWUaH9YfcwfO8836fFERgZaDsQKbha7RpZ JZLfKNTRPDStugueQJ/SdnVhBr5QePI4TSBjwQ84fhWmbiV1Z0OQA3vb7b/qDszC3pL/8zvNhzwbs zzLNzyR/65Vg4M6ios1g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rwIBa-00000007dPj-39eV; Mon, 15 Apr 2024 08:59:34 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rwIBY-00000007dMx-13Za for linux-arm-kernel@lists.infradead.org; Mon, 15 Apr 2024 08:59:33 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id DA30A2F; Mon, 15 Apr 2024 01:59:57 -0700 (PDT) Received: from [10.57.84.28] (unknown [10.57.84.28]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id B3B0C3F64C; Mon, 15 Apr 2024 01:59:27 -0700 (PDT) Message-ID: <23604d92-1d67-4d40-881d-c9a8e6b6fe05@arm.com> Date: Mon, 15 Apr 2024 09:59:26 +0100 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [kvm-unit-tests PATCH 00/33] Support for Arm Confidential Compute Architecture Content-Language: en-GB To: Itaru Kitayama Cc: kvmarm@lists.linux.dev, kvm@vger.kernel.org, linux-coco@lists.linux.dev, linux-arm-kernel@lists.infradead.org, maz@kernel.org, alexandru.elisei@arm.com, joey.gouly@arm.com, steven.price@arm.com, james.morse@arm.com, oliver.upton@linux.dev, yuzenghui@huawei.com, andrew.jones@linux.dev, eric.auger@redhat.com References: <20240412103408.2706058-1-suzuki.poulose@arm.com> From: Suzuki K Poulose In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240415_015932_375573_F8C912A1 X-CRM114-Status: GOOD ( 15.21 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi Itaru On 10/04/2024 17:17, Itaru Kitayama wrote: > Hi Suzuki, > > On Fri, Apr 12, 2024 at 11:33:35AM +0100, Suzuki K Poulose wrote: >> This series adds support for running the kvm-unit-tests in the Arm CCA reference >> software architecture. >> >> ... >> Changes since rfc: >> [ https://lkml.kernel.org/r/20230127114108.10025-1-joey.gouly@arm.com ] >> - Add support for RMM-v1.0-EAC5, changes to RSI ABIs >> - Some hardening checks (FDT overlapping the BSS sections) >> - Selftest for memory stress >> - Enable PMU/SVE tests for Realms >> >> [0] https://lkml.kernel.org/r/20240412084056.1733704-1-steven.price@arm.com >> [1] https://lkml.kernel.org/r/20210702163122.96110-1-alexandru.elisei@arm.com >> [2] https://github.com/laurencelundblade/QCBOR ... > > Thanks for the update! I'll go through the series one by one in the > coming weeks. Just curious one thing - do you guys wish to add Realm tests to the kvm-unit-test package, but not to kselftests? Thanks for taking a look. kselftests is in plan but we wanted to make sure the UABI is a bit more stable before we plumb all of that. Kind regards Suzuki > > Thanks, > Itaru. > >> >> -- >> 2.34.1 >> _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel