All of lore.kernel.org
 help / color / mirror / Atom feed
* x86: insn-eval.c's use of native_store_gdt()
@ 2021-11-30 11:09 Jan Beulich
  2022-02-04  9:23 ` Jan Beulich
  0 siblings, 1 reply; 5+ messages in thread
From: Jan Beulich @ 2021-11-30 11:09 UTC (permalink / raw)
  To: Ricardo Neri, Peter Zijlstra
  Cc: xen-devel@lists.xenproject.org, the arch/x86 maintainers

Hello,

I think it is b968e84b509d ("x86/iopl: Fake iopl(3) CLI/STI usage")
which uncovered an issue with get_desc() trying to access the GDT, as
introduced by 670f928ba09b ("x86/insn-eval: Add utility function to
get segment descriptor"). When running in a PV domain under Xen, the
(hypervisor's) GDT isn't accessible; with UMIP enabled by Xen even
SGDT wouldn't work, as the kernel runs in ring 3.

There's currently no hypercall to retrieve a descriptor from the GDT.
It is instead assumed that kernels know where their present GDT
lives. Can the native_store_gdt() be replaced there, please?

For context (I don't think it should matter much here) I'm observing
this with the kernel put underneath a rather old distro, where
hwclock triggers this path.

Thanks, Jan



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-02-05  5:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-30 11:09 x86: insn-eval.c's use of native_store_gdt() Jan Beulich
2022-02-04  9:23 ` Jan Beulich
2022-02-04 14:08   ` Thomas Gleixner
2022-02-04 14:13     ` Jan Beulich
2022-02-05  3:09       ` Ricardo Neri

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.