• Stephen Rothwell's avatar
    [PATCH] compat_uptr_t and compat_ptr · 99447171
    Stephen Rothwell authored
    This creates compat_uptr_t (to represent a user mode pointer passed to
    the kernel other than as a syscall parameter) and compat_ptr() to
    convert it to a kernel pointer. 
    
    This fixes a couple of bugs in s390x (where the conversion of pointers
    actually does something). 
    99447171
compat.h 2.55 KB