lkml.org 
[lkml]   [2017]   [Jul]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    SubjectRe: [PATCH] Revert "x86/uaccess: Add stack frame output operand in get_user() inline asm"
    On Fri, Jul 28, 2017 at 07:55:21PM -0500, Josh Poimboeuf wrote:
    > +#define ASM_CALL(str, outputs, inputs, clobbers...) \
    > + asm volatile(str : outputs : inputs : "sp", ## clobbers)

    And note this part isn't right, the sp should be in the output operands.

    --
    Josh

    \
     
     \ /
      Last update: 2017-07-29 02:58    [W:3.602 / U:0.052 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site