lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <871pxdb52d.fsf@redhat.com>
Date: Wed, 08 Jan 2025 18:15:06 +0100
From: Vitaly Kuznetsov <vkuznets@...hat.com>
To: Dave Hansen <dave.hansen@...el.com>
Cc: x86@...nel.org, "H. Peter Anvin" <hpa@...or.com>, Nikolay Borisov
 <nik.borisov@...e.com>, Michael Petlan <mpetlan@...hat.com>,
 linux-kernel@...r.kernel.org, Andy Lutomirski <luto@...nel.org>, Thomas
 Gleixner <tglx@...utronix.de>, Ingo Molnar <mingo@...hat.com>, Borislav
 Petkov <bp@...en8.de>, Dave Hansen <dave.hansen@...ux.intel.com>
Subject: Re: [PATCH] x86/entry: Add __init to ia32_emulation_override_cmdline()

Dave Hansen <dave.hansen@...el.com> writes:

> On 1/8/25 08:05, Vitaly Kuznetsov wrote:
>>> -static int ia32_emulation_override_cmdline(char *arg)
>>> +static int __init ia32_emulation_override_cmdline(char *arg)
>>>  {
>>>  	return kstrtobool(arg, &__ia32_enabled);
>>>  }
>> Post-holidays ping)
>
> I'll put this in the queue to look at after the next merge window since
> it looks like pure housekeeping.
>
> Is there any reason to do it with any more urgency?

No reason, just checking that it doesn't fall through the cracks. Thanks!

-- 
Vitaly


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ