[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 2/2] xen/x86: introduce MCE_NONFATAL
- To: Stefano Stabellini <stefano.stabellini@xxxxxxx>, <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- From: Alejandro Vallejo <alejandro.garciavallejo@xxxxxxx>
- Date: Wed, 9 Jul 2025 11:46:58 +0200
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass (sender ip is 165.204.84.17) smtp.rcpttodomain=lists.xenproject.org smtp.mailfrom=amd.com; dmarc=pass (p=quarantine sp=quarantine pct=100) action=none header.from=amd.com; dkim=none (message not signed); arc=none (0)
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector10001; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=N6GOUGGCYEhSHpIHqQ404WRzGd5lPz+cYjNRQsPeuQU=; b=m/oHM2wUJxK69/OWaTbBJhcA9jqPhuAGVthStmPSQDTcfuZ554FmbZ8Hw/aZXQW/AJHITtlMS1PxIJOYR/z+BpdZGZsWL80nUm2/bXy/nDbLgmRel6Pi8Xl9Xj/2cg31kdynTSBxB/k4zSyI04d0amkLU5D/PhPJt1mDFCmtGbeZTgEHEcGzqJiYvu4B3Fn12ziU64yHxP/f8j+qtLR5J0BVg84PSCtWqpiAM5/9Avzrml1TPd49q8KZlfZg585yWeURrfaWaKhgJDLilzp/3bp+S/3bbT4etRCQK3jB7wH/U6hT6B9dS11hbPwUISyMOBqtVDYx9OS66R+2pp286Q==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=ku7gt9fk5hyxSpHQycwWWigfP55pjW7QZ2QRaaFjMO/usVv3U/wmA723zqYfyUxCUWXIYsoUFMNpq9xsC0EjVcit3h1yumkrckHjY6nJQ+r6lv9wtieK4g6BG2sJobm9yYQI1LPkmxeCVzbGL0CqenAjLqQYlw2aoKA4zbm6uquQOJXlDAGCqjUeV07snc4ItvJ6riXZf+0lT+axIRYVrYIdTrJfzDM5aIsMyT7Da18dDZ4EY2+2WTdc0CTmJt8jHJOLR1DzWJ5to9HqpmKAAJDA+nFJ1k9DBE4Cd94twUHxdspPHLscNS0BJZFsEO3o+7sD76fYsh6s7Laj8Of3bg==
- Cc: <jbeulich@xxxxxxxx>, <andrew.cooper3@xxxxxxxxxx>, <roger.pau@xxxxxxxxxx>, <Xenia.Ragiadakou@xxxxxxx>, <Jason.Andryuk@xxxxxxx>
- Delivery-date: Wed, 09 Jul 2025 09:47:11 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On Tue Jul 8, 2025 at 8:32 PM CEST, Stefano Stabellini wrote:
> Today, checking for non-fatal MCE errors on AMD is very invasive: it
> involves a periodic timer interrupting the physical CPU execution at
> regular intervals. Moreover, when the timer fires, the handler sends an
> IPI to all physical CPUs.
>
> Both these actions are disruptive in terms of latency and deterministic
> execution times for real-time workloads. They might miss a deadline due
> to one of these IPIs. Make it possible to disable non-fatal MCE errors
> checking with a new Kconfig option (MCE_NONFATAL).
>
> Signed-off-by: Stefano Stabellini <stefano.stabellini@xxxxxxx>
LGTM.
Reviewed-by: Alejandro Vallejo <alejandro.garciavallejo@xxxxxxx>
Cheers,
Alejandro
|