Re: [RFC PATCH 1/7] x86/cpufeatures: add X86_FEATURE_SCI

2020-06-30 Thread Mike Rapoport
On Tue, Jun 30, 2020 at 08:08:59AM +0800, hackapple wrote: > What’s the version of kernel? It was around 5.2 time frame, I think. -- Sincerely yours, Mike.

Re: [RFC PATCH 1/7] x86/cpufeatures: add X86_FEATURE_SCI

2020-06-29 Thread hackapple
What’s the version of kernel?

[RFC PATCH 1/7] x86/cpufeatures: add X86_FEATURE_SCI

2019-04-25 Thread Mike Rapoport
The X86_FEATURE_SCI will be set when system call isolation is enabled. Signed-off-by: Mike Rapoport --- arch/x86/include/asm/cpufeatures.h | 1 + arch/x86/include/asm/disabled-features.h | 8 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/arch/x86/include/asm/cpufea