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 EC0A4C46CD2 for ; Tue, 9 Jan 2024 15:38:05 +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=9ckZGpk71AghvGSgqsF90Vd/qcOi7a/vwx2wvkggdb8=; b=pbQ0DQKZaTz3V4 0lopGBzzb24aBg63jc9mC/AzZCEVb66PZpuYcPifcncMwN73mAQQokov2hTLONOH9ysXlOyykfKG6 KVQ04oB6aMuQclFsHE8h7hFChnNZJlsmFjD1O42GlY6AW3MqFIHBCGuByfeJjgoDe2DjBIhf6uIOW EoefKdcVNT93btvzaYNZPJ+4EBOZA+lMh+0kjoLmf6jOX5j3OydWsqHDf63JPK6qC6MWFonoNUOXB fduQZo5uBnjf7IB9sKJ1giW6MJMpXLTVr4lmvPhXoDnI3HZpifHyf6xF0U+kjwMuf4VAAMYpjBc4T kffGXcu6eGzVF/oKCRJg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1rNEAN-008gyG-1W; Tue, 09 Jan 2024 15:37:23 +0000 Received: from out-173.mta0.migadu.com ([2001:41d0:1004:224b::ad]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1rNEAJ-008gwL-20 for linux-arm-kernel@lists.infradead.org; Tue, 09 Jan 2024 15:37:21 +0000 Message-ID: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1704814633; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=2evywFWPb2xNlXVO4oH1NtWr770tOPifnahzcG/NYrc=; b=oBI9zjTmVHUBVQEtwN4jAv54EOPokxBmG3n/S0VOXFEjAo50Vz0uf0IFvdDf7pekN/4H0i ZFwAVN8HI77ySlnCBZtmAMxaxqnAMaX3y+8GWT0cXVhIBCLxvTUHoxcNw4VOht2h90vpOH jkPqnpeTiqGDoYTXunHRDASMqZsQxjk= Date: Tue, 9 Jan 2024 23:36:36 +0800 MIME-Version: 1.0 Subject: Re: [PATCH v3 5/5] KVM: arm64: selftests: Test for setting ID register from usersapce Content-Language: en-US To: Jing Zhang , Oliver Upton Cc: Zenghui Yu , Eric Auger , kvm@vger.kernel.org, kvmarm@lists.linux.dev, linux-arm-kernel@lists.infradead.org, linux-perf-users@vger.kernel.org, Mark Brown , Suzuki K Poulose , James Morse , Marc Zyngier , Paolo Bonzini , Adrian Hunter , Ian Rogers , Namhyung Kim , Jiri Olsa , Alexander Shishkin , Mark Rutland , Arnaldo Carvalho de Melo , Ingo Molnar , Peter Zijlstra References: <20231011195740.3349631-1-oliver.upton@linux.dev> <20231011195740.3349631-6-oliver.upton@linux.dev> X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Zenghui Yu In-Reply-To: X-Migadu-Flow: FLOW_OUT X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240109_073720_086259_22A52AC2 X-CRM114-Status: UNSURE ( 7.86 ) X-CRM114-Notice: Please train this message. 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 On 2024/1/9 09:31, Jing Zhang wrote: > Hi Zenghui, > > I don't have a Cortex A72 to fully verify the fix. Could you help > verify the following change? It works for me (after fixing a compilation error locally ;-) ), thanks! Zenghui _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel