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 C5F041C5F14 for ; Thu, 23 Jan 2025 10:56:37 +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=1737629799; cv=none; b=uzi5eieQ/gdxG7DwOmPAMWlqxNBhOOUQRwwDMYxQCxRwkTB0Dxk9w9ngYgVz8GXdls5eo/jhgDzo/zV7SX3KYs5hBPnl1fU+VbxMHOorOgJ7rBRjMfuOG2knOPAI84K5MFAmON+DwFT/Mun92wQKONy5pW/SdKpBSyGhGutDxAs= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1737629799; c=relaxed/simple; bh=KU5IP6K2+roSCDFHc0Dgt+N3Hh/L8O8GYuDDOHxLIGI=; h=Date:From:To:CC:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=j7vImThAvfDfQ8+QiEASNmj0Dv6cnpiIpT2ov9YqoLsqJb3vtYJPkxoXefSJta3fo0SFiwoO6YBAG9ZLjPcTDcGUVSQuXeHiQyrOsiKNEUT2PJvWRiWxVEpNK/cUlXh2Od5apTuxu4jPy5veYbZeMOOEgH05awmcehpGefBa380= 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.31]) by frasgout.his.huawei.com (SkyGuard) with ESMTP id 4YdyYC3khTz6JB7h; Thu, 23 Jan 2025 18:56:15 +0800 (CST) Received: from frapeml500008.china.huawei.com (unknown [7.182.85.71]) by mail.maildlp.com (Postfix) with ESMTPS id 059091404C4; Thu, 23 Jan 2025 18:56:34 +0800 (CST) Received: from localhost (10.203.177.66) by frapeml500008.china.huawei.com (7.182.85.71) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.1.2507.39; Thu, 23 Jan 2025 11:56:33 +0100 Date: Thu, 23 Jan 2025 10:56:32 +0000 From: Jonathan Cameron To: Mauro Carvalho Chehab CC: Igor Mammedov , "Michael S . Tsirkin" , Shiju Jose , , , Ani Sinha , Peter Maydell , Shannon Zhao , Subject: Re: [PATCH 09/11] arm/virt: Wire up a GED error device for ACPI / GHES Message-ID: <20250123105632.00007d7a@huawei.com> In-Reply-To: References: X-Mailer: Claws Mail 4.3.0 (GTK 3.24.42; 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: lhrpeml500010.china.huawei.com (7.191.174.240) To frapeml500008.china.huawei.com (7.182.85.71) On Wed, 22 Jan 2025 16:46:26 +0100 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 > > --- > > Changes from v8: > > - Added a call to the function that produces GHES generic > records, as this is now added earlier in this series. > > Signed-off-by: Mauro Carvalho Chehab Another bonus. LGTM otherwise.