lkml.org 
[lkml]   [2020]   [Nov]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH v7 3/7] kernel: Implement selective syscall userspace redirection
On Tue, Nov 17, 2020 at 10:28:36PM -0500, Gabriel Krisman Bertazi wrote:
> prctl(PR_SET_SYSCALL_USER_DISPATCH, <op>, <off>, <length>, [selector])
>
> The range [<offset>,<offset>+len] is a part of the process memory map

> + if (likely(instruction_pointer(regs) - sd->offset < sd->len))
> + return false;

The actual implementation ^ is: [<offset>, <offset>+<length>).

Which seems consistent and right, so I would suggest simply changing the
Changelog, something that could be done when applying.

\
 
 \ /
  Last update: 2020-11-19 13:38    [W:0.106 / U:1.276 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site