From: Ingo Molnar <mingo@kernel.org>
To: linux-kernel@vger.kernel.org
Cc: linux-tip-commits@vger.kernel.org,
Adrian Huang <ahuang12@lenovo.com>,
Thomas Gleixner <tglx@linutronix.de>,
"Borislav Petkov (AMD)" <bp@alien8.de>,
stable@vger.kernel.org, x86@kernel.org
Subject: Re: [tip: x86/urgent] x86/apic: Don't access the APIC when disabling X2APIC
Date: Tue, 30 Apr 2024 07:55:35 +0200 [thread overview]
Message-ID: <ZjCH11Eyo/ko4EDE@gmail.com> (raw)
In-Reply-To: <171439414186.10875.17224463643261311678.tip-bot2@tip-bot2>
* tip-bot2 for Thomas Gleixner <tip-bot2@linutronix.de> wrote:
> - apic_set_fixmap();
> + /*
> + * Don't reread the APIC ID as it was already done from
> + * check_x2apic() and the apic driver still is a x2APIC variant,
> + * which fails to do the read after x2APIC was disabled.
> + */
> + apic_set_fixmap(false);
JFYI, I amended the commit with the fixlet below, to avoid the inevitable
followup trivial patch:
diff --git a/arch/x86/kernel/apic/apic.c b/arch/x86/kernel/apic/apic.c
index b229648b7a18..803dcfb0e346 100644
--- a/arch/x86/kernel/apic/apic.c
+++ b/arch/x86/kernel/apic/apic.c
@@ -1795,7 +1795,7 @@ static __init void x2apic_disable(void)
__x2apic_disable();
/*
* Don't reread the APIC ID as it was already done from
- * check_x2apic() and the apic driver still is a x2APIC variant,
+ * check_x2apic() and the APIC driver still is a x2APIC variant,
* which fails to do the read after x2APIC was disabled.
*/
apic_set_fixmap(false);
Thanks,
Ingo
next prev parent reply other threads:[~2024-04-30 5:55 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <875xw5t6r7.ffs@tglx>
2024-04-29 12:35 ` [tip: x86/urgent] x86/apic: Don't access the APIC when disabling X2APIC tip-bot2 for Thomas Gleixner
2024-04-30 5:55 ` Ingo Molnar [this message]
2024-04-30 5:59 ` [tip: x86/urgent] x86/apic: Don't access the APIC when disabling x2APIC tip-bot2 for Thomas Gleixner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ZjCH11Eyo/ko4EDE@gmail.com \
--to=mingo@kernel.org \
--cc=ahuang12@lenovo.com \
--cc=bp@alien8.de \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-tip-commits@vger.kernel.org \
--cc=stable@vger.kernel.org \
--cc=tglx@linutronix.de \
--cc=x86@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).