[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v3] arm: Fix PT_PT table descriptor value and comment
- To: Gabriel Quintáns Souto <gabi.qs.mail@xxxxxxxxx>, <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- From: "Orzel, Michal" <michal.orzel@xxxxxxx>
- Date: Tue, 19 May 2026 09:18:03 +0200
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass (sender ip is 165.204.84.17) smtp.rcpttodomain=gmail.com 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=z6DXF+5SNF5nG/qNAlhWLWLmob/3IjBO1EuTs+J8XOU=; b=cHji3KUhzOdBcTq1BJQet3Ry5c+zISuWcOH4cjg82DAn2pLxzCki5QyTORlYPooj2LYR43/WHL0S/7E6Q4HVQrFcARrPUdKcKbuuQuCyFpWjwE+BcODnlNyuFBTlYiZMmfjnDNVr7Gp5WbXRDiclhGm5Z9E3tlc+FN6qJWC5UiRbbGa0vTz2pNjTb8LbsxXSR4EH8dakhcMfQA30XvLY11FCnaZFgRVRxLuas4g1ng+54r+n1wBbIbEGR/22FYhf7hB8aHLVblfen0P4O4IU4Fwi/84LYVr6o7evHleERW/PwjxqSFbrQn0h1QIpy7k2Vid+BdojWAbdEtG+otLnHw==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=f3e/2eRUQ0Badfmgjw/KIOaxzDP0aGy8KzNZVTWEVcRA9WZL5Xigi68Aa83bcsv6q/iwOJe1aJ61IoPFhP7ShUj7D6DszHcStfCMkB0oAevIVjGxp+qTbyFQ3a2dNFZqQVFvvaXyE4oVw5g0nDxp7rnkJDScGlOrTBnhqOJZLM7noTgsQM2NMxHMfjb8/pznelKf/W7UcdPXpCq/FyoJXLtTD+fnvf6ikE/aKD2WgoMr8GzwbhYMGQmOjwHUIl9t0AzQiqlOr3h3+Ac/bxe7i0i47T78x5qVHCDWgjChJrYP1WWKUXnZIT3TZAUhrLZ9/31ERm15Wsvj05UgnRyagQ==
- Authentication-results: eu.smtp.expurgate.cloud; dkim=pass header.s=selector1 header.d=amd.com header.i="@amd.com" header.h="From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck"
- Cc: <sstabellini@xxxxxxxxxx>, <julien@xxxxxxx>, <bertrand.marquis@xxxxxxx>
- Delivery-date: Tue, 19 May 2026 07:18:34 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 18-May-26 23:00, Gabriel Quintáns Souto wrote:
> Per ARMv7-A/ARMv8-A ARM, bits [11:2] of table descriptors are
> ignored by hardware. The original comment incorrectly described
> block/page descriptor fields which are not present in table
> descriptors.
>
> Use the minimal valid encoding for table descriptors by setting
> PT_PT to 0x3.
>
> This updates both arm32 and arm64 for consistency.
>
> Signed-off-by: Gabriel Quintáns Souto <gabi.qs.mail@xxxxxxxxx>
Reviewed-by: Michal Orzel <michal.orzel@xxxxxxx>
~Michal
|