[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 0/2] libacpi: Fix memory corruption on ACPI CPU hotplug
- To: <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- From: Alejandro Vallejo <alejandro.garciavallejo@xxxxxxx>
- Date: Thu, 11 Sep 2025 18:23:31 +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=Fn+dK7+SCQSLAhJxI3AXAoO++irC+zRNHzsL5Pd8Fv8=; b=CDC6vhVVbToYct/gaay2+pBiQ/ypxzd6dJnPkYfiWMHMdUTgaTzuj8s6nZ6SCkryzOlufwzTikRfkn86ah2BImQqodSnlmazMO0MaQ8tQTmW/PQlGRcDfFO+FrytLBXIBY0kU+Fa0AbCgrC0KnFGJ1WmjK5PkwuUR4JLoHMJPeOEneHjHYFxeAzFz6WfuHBjEovrs4MUA8BkhGB/GB3WQwdmGfjHBMAT8OCWjF+SHrtp8BbqtWPio9NX/0p/wUrgvqQNutgv2Ssr1I85CQAo8RP0abLS+MsIJGLBYdm9Sh1Uzui73wRS/UftcX2eu0hFcLISHVKrN6HF4LJxpoCAUA==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=khpTxSjS5qTCijoQK2D3WJJ5sRYAWSH3PHWGbTaf2Z3W9m0dVCAi33D1DX6XLZav3GbzeXgrLgycqoQT47R71EErWFMTgQw9YoWlBsZd+r0FnW9MZtGF0Kxnb1QJcCfizBtgFZ2qp5bv0ywCTkz2o3sLj8nAx9mWhFg2/ZFBMK1CrTQt2fFyzH5QnbrzmNXra50AjQk5QcBeHDo3EtQkj3BuI3AQVvJpTLLBx6MiElYqv1JEUzqbcJhW9KwACk6xSWBBD+BsMHslybMvOTfHqufVHsLBCKzvWBZMWraR054gl+hBw/JsDF/Ur91CbCiTpj0VP+ySuqPH80k9veBMrg==
- Cc: Alejandro Vallejo <alejandro.garciavallejo@xxxxxxx>, Jan Beulich <jbeulich@xxxxxxxx>, Anthony PERARD <anthony.perard@xxxxxxxxxx>, "Grygorii Strashko" <grygorii_strashko@xxxxxxxx>
- Delivery-date: Thu, 11 Sep 2025 16:24:18 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
Hi,
Both patches are independent Patch 2 can very well go in before patch 1.
pipeline:
https://gitlab.com/xen-project/people/agvallejo/xen/-/pipelines/2034774204
(still running as of now)
v1:
https://lore.kernel.org/xen-devel/20250911115308.16580-1-alejandro.garciavallejo@xxxxxxx/
original:
https://lore.kernel.org/xen-devel/20250910144921.29048-1-alejandro.garciavallejo@xxxxxxx/
Cheers,
Alejandro
Alejandro Vallejo (2):
libacpi: Prevent CPU hotplug AML from corrupting memory
libacpi: Remove CPU hotplug and GPE handling from PVH DSDTs
tools/libacpi/mk_dsdt.c | 23 +++++++++++++++++++----
1 file changed, 19 insertions(+), 4 deletions(-)
base-commit: 16fae1561354f35dd524eb8953385d31eac3ce37
--
2.43.0
|