lkml.org 
[lkml]   [2023]   [Oct]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: [patch V3 29/30] x86/microcode: Prepare for minimal revision check
Date
On Thu, Sep 28 2023 at 13:47, Borislav Petkov wrote:
> On Tue, Sep 12, 2023 at 09:58:30AM +0200, Thomas Gleixner wrote:
>> --- a/arch/x86/kernel/cpu/microcode/core.c
>> +++ b/arch/x86/kernel/cpu/microcode/core.c
>> @@ -46,6 +46,9 @@
>> static struct microcode_ops *microcode_ops;
>> static bool dis_ucode_ldr = true;
>>
>> +bool force_minrev = IS_ENABLED(CONFIG_MICROCODE_LATE_FORCE_MINREV);
>> +module_param(force_minrev, bool, S_IRUSR | S_IWUSR);
>
> Yeah, it's not a module anymore.

module_param is not restricted to modules. You can utilize it for
builtin code too.

\
 
 \ /
  Last update: 2023-10-02 11:43    [W:0.216 / U:0.252 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site