[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <c315604761ad760fc29bebdb007fac239a1b45f9.camel@intel.com>
Date: Wed, 25 Jun 2025 22:32:47 +0000
From: "Huang, Kai" <kai.huang@...el.com>
To: "Hunter, Adrian" <adrian.hunter@...el.com>, "Annapurve, Vishal"
<vannapurve@...gle.com>
CC: "kvm@...r.kernel.org" <kvm@...r.kernel.org>, "Li, Xiaoyao"
<xiaoyao.li@...el.com>, "Luck, Tony" <tony.luck@...el.com>,
"dave.hansen@...ux.intel.com" <dave.hansen@...ux.intel.com>,
"tony.lindgren@...ux.intel.com" <tony.lindgren@...ux.intel.com>, "Zhao, Yan
Y" <yan.y.zhao@...el.com>, "Hansen, Dave" <dave.hansen@...el.com>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
"seanjc@...gle.com" <seanjc@...gle.com>, "Chatre, Reinette"
<reinette.chatre@...el.com>, "pbonzini@...hat.com" <pbonzini@...hat.com>,
"mingo@...hat.com" <mingo@...hat.com>, "tglx@...utronix.de"
<tglx@...utronix.de>, "kirill.shutemov@...ux.intel.com"
<kirill.shutemov@...ux.intel.com>, "binbin.wu@...ux.intel.com"
<binbin.wu@...ux.intel.com>, "Yamahata, Isaku" <isaku.yamahata@...el.com>,
"linux-edac@...r.kernel.org" <linux-edac@...r.kernel.org>, "hpa@...or.com"
<hpa@...or.com>, "Edgecombe, Rick P" <rick.p.edgecombe@...el.com>,
"bp@...en8.de" <bp@...en8.de>, "Gao, Chao" <chao.gao@...el.com>,
"x86@...nel.org" <x86@...nel.org>
Subject: Re: [PATCH 2/2] KVM: TDX: Do not clear poisoned pages
> 2. page may have had an integrity violation or a hardware error
> (we can't tell which), and PageHWPoison(page) is true
Right. I think the point of avoiding MOVDIR64B to such page is we cannot
tell whether it is a hardware error or not. If it is a hardware error,
touching it using MOVDIR64B may cause additional #MC which will panic kernel
since now the #MC happens in the kernel context.
Powered by blists - more mailing lists