[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 2/3] x86: detect PIC aliasing on ports other than 0x[2A][01]
- To: Jan Beulich <jbeulich@xxxxxxxx>, "xen-devel@xxxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- From: Jason Andryuk <jason.andryuk@xxxxxxx>
- Date: Thu, 9 May 2024 12:06:40 -0400
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass (sender ip is 165.204.84.17) smtp.rcpttodomain=suse.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=arcselector9901; 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=RTmKuPIJV+UNMuSZ/dUUUWQVTWGzNtqp+DZ+XxePY04=; b=C2CQWStWXzeoTFLPvObV3U81M9NZL5LfSvigIN2rvU1KINrCcdrIwqwyLF85uZQVEdAIHBq17eV5lW1pqtAhkWk2Uf7QRS/Cfg+iJhwk2JSEi7SR69EzKjSlpkP4vOf/ZwhRXbK7zPMzvf3Ef303KULftXZt8yb3VcE+pa7jLXZ41IpiY8lt3/nlVT2ctJb5mLBCZk3xZf4Y4mEPVCnLnc4dd8PSdom1RFIGNeO9GxmWUSA4V3yIbAdk6ea+N0hti90IkMvs5QPMiBaOiX6XxROpkn6kMtfA4h6cPkljBgeHOWhAbbdwdEwOdCui3h0enmU2EC4LT1hkIH8XGeto4w==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=Kb2hlkTxefASncpU0TUBK6DYhPZbsvfJI7B/C19vAW+T0+RqofiuwipXXc73HR9FPmZcSN+Jwg9kSPI3Jp56uC3nJWGDnLk3VT9+hvMJZEy0Aj/aSrGPgdHupKAu5KPpqRV6mDItCWgZXxutlJUTgnsaBXfzNYsDE3rzVQ6GoGqpCKDN78Vx978djq2UObZVexD7qqb+q4VYq15vY9r0ddCVZZWV4jaiL1GzBOAtpC1EzQBhfXohfFdWzluIXfW6Q+MsIad3L9PWvYUMuZwiREA/WOnvaQ5B/aaL28DuTwydN+u2/C8mmWmNHCJ+lq6CJXIAY8ICzzXut91xSgC+yw==
- Cc: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, Wei Liu <wl@xxxxxxx>, Roger Pau Monné <roger.pau@xxxxxxxxxx>
- Delivery-date: Thu, 09 May 2024 16:07:04 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 2023-12-18 09:48, Jan Beulich wrote:
... in order to also deny Dom0 access through the alias ports. Without
this it is only giving the impression of denying access to both PICs.
Unlike for CMOS/RTC, do detection very early, to avoid disturbing normal
operation later on.
Like for CMOS/RTC a fundamental assumption of the probing is that reads
from the probed alias port won't have side effects in case it does not
alias the respective PIC's one.
Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx>
Code-wise
Reviewed-by: Jason Andryuk <jason.andryuk@xxxxxxx>
I appreciate what Jan is trying to achieve. I also share Roger's
concern about reading IO ports since we don't know what is there.
I also don't have a good alternative to suggest...
Regards,
Jason
|