lkml.org 
[lkml]   [2020]   [Sep]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: [PATCH v6 2/9] kernel: entry: Support TIF_SYSCAL_INTERCEPT on common entry code
Date
peterz@infradead.org writes:

> On Fri, Sep 04, 2020 at 04:31:40PM -0400, Gabriel Krisman Bertazi wrote:
>> diff --git a/include/linux/entry-common.h b/include/linux/entry-common.h
>> index efebbffcd5cc..72ce9ca860c6 100644
>> --- a/include/linux/entry-common.h
>> +++ b/include/linux/entry-common.h
>> @@ -21,10 +21,6 @@
>> # define _TIF_SYSCALL_TRACEPOINT (0)
>> #endif
>>
>> -#ifndef _TIF_SECCOMP
>> -# define _TIF_SECCOMP (0)
>> -#endif
>> -
>> #ifndef _TIF_SYSCALL_AUDIT
>> # define _TIF_SYSCALL_AUDIT (0)
>> #endif
>
> Why doesn't this add:
>
> #ifndef _TIF_SYSCALL_INTERCEPT
> #define _TIF_SYSCALL_INTERCEPT (0)
> #endif
>

I will add in the next version. Thanks!

--
Gabriel Krisman Bertazi

\
 
 \ /
  Last update: 2020-09-11 22:12    [W:0.068 / U:0.716 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site