lkml.org 
[lkml]   [2016]   [Jul]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [PATCH 6/9] x86, pkeys: add pkey set/get syscalls
From
Date
On 07/09/2016 01:37 AM, Ingo Molnar wrote:
> I.e. this pattern:
>
> ret = pkey_mprotect(NULL, PAGE_SIZE, real_prot, pkey);
>
> ... would validate the pkey and we'd return -EOPNOTSUPP for pkey that is not
> available? This would allow maximum future flexibility as it would not define
> kernel allocated pkeys as a 'range'.

Isn't this multiplexing an otherwise straightforward system call? In
addition to providing pkey assignment to memory, it would also being
used to pass pkey allocation information independently from any use for
memory assignment.

The complexity of the ABI comes from its behavior, not from the raw
number of system calls that are needed to implement it. IOW, this makes
the ABI *more* complicated.

\
 
 \ /
  Last update: 2016-07-18 20:41    [W:0.176 / U:0.492 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site