From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from frasgout.his.huawei.com (frasgout.his.huawei.com [185.176.79.56]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 183481A00F3 for ; Wed, 14 Aug 2024 12:35:57 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.176.79.56 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1723638960; cv=none; b=pBAIUbxSbkbDnugTFOmk27g1Z3jt+t6xdl1o01VX/3YvmhaKc22nxPqusdA7PqoikU8McNYhonWMfawqKM+RPoA5h2DTgVP6MQ9frdo59z1sq12rNjzuBuKqNMmDgs1gDbGXrlg0YdxsWxr4UOfDFbQaTyyXfpzYpCFXAucnzxI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1723638960; c=relaxed/simple; bh=9A1dC+U34Fj6mcTl77qfGMMR3YANBJ5yWXuXiFk4Tfw=; h=Date:From:To:CC:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=s42EdjfAdmVmwygI3egNEQVcBFDZsW+X7B9OSi5pbqMFDVq9gbhnfAHkg3om5UP/HZk5psK7M0FtkhClARd3hmm+EAZh9S8XIPBYO+O2laWcM859VVX5qAv0LZgg1Th23TzF4dV+xEuPaNKoNFv3j9Hm9i1CdYVi6K/2dmgnpIg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=Huawei.com; spf=pass smtp.mailfrom=huawei.com; arc=none smtp.client-ip=185.176.79.56 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=Huawei.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=huawei.com Received: from mail.maildlp.com (unknown [172.18.186.216]) by frasgout.his.huawei.com (SkyGuard) with ESMTP id 4WkSMC2sfzz6K6Wy; Wed, 14 Aug 2024 20:32:39 +0800 (CST) Received: from lhrpeml500005.china.huawei.com (unknown [7.191.163.240]) by mail.maildlp.com (Postfix) with ESMTPS id 6C65B140DAF; Wed, 14 Aug 2024 20:35:55 +0800 (CST) Received: from localhost (10.203.177.66) by lhrpeml500005.china.huawei.com (7.191.163.240) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.1.2507.39; Wed, 14 Aug 2024 13:35:48 +0100 Date: Wed, 14 Aug 2024 13:35:47 +0100 From: Jonathan Cameron To: Mauro Carvalho Chehab CC: Shiju Jose , "Michael S. Tsirkin" , Ani Sinha , Dongjiu Geng , Igor Mammedov , "Peter Maydell" , Shannon Zhao , , , Subject: Re: [PATCH v7 02/10] arm/virt: Wire up a GED error device for ACPI / GHES Message-ID: <20240814133547.00002385@Huawei.com> In-Reply-To: <41d72570cc4e1fa3239ebf61d91240ebbaba838f.1723591201.git.mchehab+huawei@kernel.org> References: <41d72570cc4e1fa3239ebf61d91240ebbaba838f.1723591201.git.mchehab+huawei@kernel.org> Organization: Huawei Technologies Research and Development (UK) Ltd. X-Mailer: Claws Mail 4.1.0 (GTK 3.24.33; x86_64-w64-mingw32) Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-ClientProxiedBy: lhrpeml100001.china.huawei.com (7.191.160.183) To lhrpeml500005.china.huawei.com (7.191.163.240) On Wed, 14 Aug 2024 01:23:24 +0200 Mauro Carvalho Chehab wrote: > Adds support to ARM virtualization to allow handling > generic error ACPI Event via GED & error source device. > > It is aligned with Linux Kernel patch: > https://lore.kernel.org/lkml/1272350481-27951-8-git-send-email-ying.huang@intel.com/ > > Co-authored-by: Mauro Carvalho Chehab > Co-authored-by: Jonathan Cameron > Signed-off-by: Jonathan Cameron > Signed-off-by: Mauro Carvalho Chehab > Acked-by: Igor Mammedov Not sure I said, but this is much neater than what I had so I like this a lot. Jonathan