lkml.org 
[lkml]   [2018]   [Feb]   [9]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    SubjectRe: [PATCH 00/31 v2] PTI support for x86_32
    From
    Date
    On 09/02/18 13:35, Joerg Roedel wrote:
    > Hi Juergen,
    >
    > On Fri, Feb 09, 2018 at 01:11:42PM +0100, Juergen Gross wrote:
    >> On 09/02/18 10:25, Joerg Roedel wrote:
    >>> XENPV is also untested from my side, but I added checks to
    >>> not do the stack switches in the entry-code when XENPV is
    >>> enabled, so hopefully it works. But someone should test it,
    >>> of course.
    >> That's unfortunate. 32 bit XENPV kernel is vulnerable to Meltdown, too.
    >> I'll have a look whether 32 bit XENPV is still working, though.
    >>
    >> Adding support for KPTI with Xen PV should probably be done later. :-)
    > Not sure how much is missing to make it work there, one point is
    > certainly to write the right stack into tss.sp0 for xenpv on 32bit. This
    > write has a check to only happen for !xenpv.
    >
    > But let's first test the code as-is on XENPV and see if it still boots
    > :)

    IMO, the only sensible way to do KPTI + Xen PV is to have Xen to do the
    pagetable switch for 32bit like we already do for 64bit guests.  All
    context switches already pass through the hypervisor, and it saves the
    guest having to make the updates itself (which will trap for auditing)
    or having to juggle the set_stack_base() semantics.

    ~Andrew

    \
     
     \ /
      Last update: 2018-02-09 14:55    [W:3.544 / U:0.052 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site