mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Kiryl Shutsemau <kas@kernel.org>
To: "Edgecombe, Rick P" <rick.p.edgecombe@intel.com>
Cc: "kvm@vger.kernel.org" <kvm@vger.kernel.org>,
	 "linux-coco@lists.linux.dev" <linux-coco@lists.linux.dev>,
	"Verma, Vishal L" <vishal.l.verma@intel.com>,
	 "linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"ak@linux.intel.com" <ak@linux.intel.com>,
	 "x86@kernel.org" <x86@kernel.org>,
	"dave.hansen@linux.intel.com" <dave.hansen@linux.intel.com>
Subject: Re: [PATCH] x86/tdx: Remove the early #VE handler
Date: Fri, 11 Sep 2026 17:07:07 +0100	[thread overview]
Message-ID: <aqQmNeXQv05SK86g@thinkstation> (raw)
In-Reply-To: <93b41dce8d7a9b4f28bfed2a51f919eebec9b7f5.camel@intel.com>

On Fri, Sep 11, 2026 at 03:24:34PM +0000, Edgecombe, Rick P wrote:
> On Fri, 2026-09-11 at 11:37 +0100, Kiryl Shutsemau wrote:
> > > Reviewed-by: Rick Edgecombe <rick.p.edgecombe@intel.com>
> > 
> > Rick, could you actually test it?
> 
> I didn't test it myself, but discussed with Vishal his testing.
> 
> > 
> > Are we sure there's no other port I/O in before idt_setup_early_traps()?
> 
> It was a concern that some other feature besides early printk might use port io.
> But none were found. Andi's recollection was that he hit something that needed
> this, but this may have been with some older changed early printk behavior.
> 
> > 
> > I don't see anything direct, but exception path is different story.
> > 
> > native_machine_emergency_restart() does port I/O for BOOT_KBD which
> > seems to be reachable and leads to #VE with the patch:
> > 
> > machine_emergency_restart()
> >   __machine_emergency_restart(1)
> >     machine_ops.emergency_restart()
> >       native_machine_emergency_restart()
> >         reboot_type == BOOT_ACPI (default)
> > 	acpi_reboot()
> > 	reboot_type = BOOT_KBD
> >   	  kb_wait()
> >             inb(0x64) --> #VE
> 
> Is BOOT_KBD something that you think could be hit from a TDX guest?

It is the first fallback from default BOOT_ACPI failure. But it is just
an example of port I/O I found.

> > Could you check if the patch changes panic() behaviour in the window
> > before idt_setup_early_traps()?
> 
> Can you describe more what you are imagining? panic() doing early printk or some
> other port io? Wondering if you have some more specific hunch.

I don't see panic() triggering early printk, but I see potential path to
other port I/O as pointed above.

I have vague recollection that I tried to remove it before, but
something stopped me.

-- 
  Kiryl Shutsemau / Kirill A. Shutemov

  reply	other threads:[~2026-09-11 16:07 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-09-10 18:28 Vishal Verma
2026-09-10 20:39 ` Edgecombe, Rick P
2026-09-11  0:15   ` Verma, Vishal L
2026-09-11 10:37   ` Kiryl Shutsemau
2026-09-11 15:24     ` Edgecombe, Rick P
2026-09-11 16:07       ` Kiryl Shutsemau [this message]
2026-09-11 17:51         ` Edgecombe, Rick P

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=aqQmNeXQv05SK86g@thinkstation \
    --to=kas@kernel.org \
    --cc=ak@linux.intel.com \
    --cc=dave.hansen@linux.intel.com \
    --cc=kvm@vger.kernel.org \
    --cc=linux-coco@lists.linux.dev \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rick.p.edgecombe@intel.com \
    --cc=vishal.l.verma@intel.com \
    --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

all inboxes | Powered by JetHome®