[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <87y2n5axgi.fsf@nanos.tec.linutronix.de>
Date: Mon, 27 Jul 2020 15:39:41 +0200
From: Thomas Gleixner <tglx@...utronix.de>
To: Ingo Molnar <mingo@...nel.org>
Cc: linux-kernel@...r.kernel.org,
Peter Zijlstra <peterz@...radead.org>,
Borislav Petkov <bp@...en8.de>
Subject: Re: [PATCH 1/2] entry: Fix CONFIG_SECCOMP assumption
Ingo Molnar <mingo@...nel.org> writes:
> * Thomas Gleixner <tglx@...utronix.de> wrote:
>
>> Ingo Molnar <mingo@...nel.org> writes:
>> > The __secure_computing() callback only exists on CONFIG_SECCOMP=y,
>>
>> No. There is a stub function for the SECCOMP=n case.
>
> Which was buggy:
>
> static inline int __secure_computing(void) { return 0; }
Yes. I screwed that up and fixing that is the right thing to do.
Powered by blists - more mailing lists