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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id AA995C072A2 for ; Wed, 15 Nov 2023 15:41:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231419AbjKOPlV (ORCPT ); Wed, 15 Nov 2023 10:41:21 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47894 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229457AbjKOPlT (ORCPT ); Wed, 15 Nov 2023 10:41:19 -0500 Received: from out-179.mta0.migadu.com (out-179.mta0.migadu.com [91.218.175.179]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 95CDB12C for ; Wed, 15 Nov 2023 07:41:15 -0800 (PST) Date: Wed, 15 Nov 2023 15:41:07 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1700062872; 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: in-reply-to:in-reply-to:references:references; bh=Ez3o0C9ttk5i0lUy5nBMjLkOP010UEr3wabYUS8B7kA=; b=ugF3OweWxcO6VMW+nS9tfqdkxzf8F+7W5It4nkO46fj7K6Y11x6rEJzhXn01dWSAFpjrdM TPulrHmSGX1JZHwYHUu+Vw+ELnEy8j4dmqmp7tctL793ssOhTrTQI9oWviC9qh5J+cI7H5 HwHVT2XFdj0Dafjwwp3v/PRjY/On47w= X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Oliver Upton To: Shaoqin Huang Cc: kvm@vger.kernel.org, kvmarm@lists.linux.dev, Marc Zyngier , James Morse , Suzuki K Poulose , Zenghui Yu , Paolo Bonzini , Shuah Khan , linux-arm-kernel@lists.infradead.org, linux-kselftest@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] KVM: arm64: selftests: Clean up the GIC[D,R]_BASE_GPA Message-ID: References: <20231115153449.17815-1-shahuang@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231115153449.17815-1-shahuang@redhat.com> X-Migadu-Flow: FLOW_OUT Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Nov 15, 2023 at 10:34:48AM -0500, Shaoqin Huang wrote: > The GIC[D,R]_BASE_GPA has been defined in multiple files with the same > value, define it in one place to make the code clean. > > Signed-off-by: Shaoqin Huang Colton already posted a fix for this as part of his selftests series https://lore.kernel.org/kvmarm/20231103192915.2209393-2-coltonlewis@google.com/ -- Thanks, Oliver