lkml.org 
[lkml]   [2022]   [May]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    From
    SubjectRe: [RFCv2 09/10] x86/mm: Add userspace API to enable Linear Address Masking
    Date
    On Wed, May 11 2022 at 09:26, Peter Zijlstra wrote:

    > On Wed, May 11, 2022 at 05:27:50AM +0300, Kirill A. Shutemov wrote:
    >> @@ -1013,8 +1017,23 @@ static long thread_feature_prctl(struct task_struct *task, int option,
    >>
    >> /* Handle ARCH_THREAD_FEATURE_ENABLE */
    >>
    >> + if (features & (X86_THREAD_LAM_U48 | X86_THREAD_LAM_U57)) {
    >> + long ret;
    >> +
    >> + /* LAM is only available in long mode */
    >> + if (in_32bit_syscall())
    >> + return -EINVAL;
    >
    > So what happens if userspace sets up a 32bit code entry in the LDT and
    > does the LAM thing as a 64bit syscamm but then goes run 32bit code?

    AFAICS, nothing happens. The only requirements are CR4.PAE = 1,
    IA32_EFER.LME = 1. Those are unaffected from user space running 32bit
    code, no?

    32bit code can't use 64bit pointers so it can't have metadata bits
    set. But x32 can and is excluded by the above too.

    So the whole muck must be conditional on CONFIG_X86_64=y and does not
    need any other restrictions IMO.

    Thanks,

    tglx


    \
     
     \ /
      Last update: 2022-05-12 16:47    [W:3.740 / U:0.296 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site