Hi all, On 2026-02-06T17:08:35+0100, Nicolas Bouchinet wrote: > On Thu, Feb 05, 2026 at 07:48:02PM +0800, Xiu Jianfeng wrote: > > On 2/4/2026 3:50 AM, Alyssa Ross wrote: > > > This is true for Fedora, where this page was sourced from, but I don't > > > believe it has ever been true for the mainline kernel, because Linus > > > rejected it. > > > > Yeah, I also found this issue not long ago, but I haven't had time to submit > > a fix patch yet. > > > > > > > > Link: https://bbs.archlinux.org/viewtopic.php?pid=2088704#p2088704 > > > Link: https://lore.kernel.org/lkml/CA+55aFzYbpRAdma0PvqE+9ygySuKzNKByqOzzMufBoovXVnfPw@mail.gmail.com/ > > > Fixes: bb509e6fc ("kernel_lockdown.7: New page documenting the Kernel Lockdown feature") > > > Signed-off-by: Alyssa Ross > > > > I am not sure if appropriate to add my ACK here, if needed, feel free to > > add: > > > > Acked-by: Xiu Jianfeng > > > > You can also add mine too : > > Acked-by: Nicolas Bouchinet Thanks! I've applied the patch. Link: Link: Fixes: bb509e6fcbae (2020-10-16; "kernel_lockdown.7: New page documenting the Kernel Lockdown feature") Signed-off-by: Alyssa Ross Message-ID: <20260203195001.20131-1-hi@alyssa.is> Acked-by: Xiu Jianfeng Message-ID: Acked-by: Nicolas Bouchinet Message-ID: Cc: Heinrich Schuchardt Cc: David Howells Cc: Signed-off-by: Alejandro Colomar Have a lovely night! Alex > > Thank you in advance, > > Nicolas > > > > --- > > > man/man7/kernel_lockdown.7 | 3 --- > > > 1 file changed, 3 deletions(-) > > > > > > diff --git a/man/man7/kernel_lockdown.7 b/man/man7/kernel_lockdown.7 > > > index 5090484ea..5986c8f01 100644 > > > --- a/man/man7/kernel_lockdown.7 > > > +++ b/man/man7/kernel_lockdown.7 > > > @@ -23,9 +23,6 @@ Lockdown: X: Y is restricted, see man kernel_lockdown.7 > > > .in > > > .P > > > where X indicates the process name and Y indicates what is restricted. > > > -.P > > > -On an EFI-enabled x86 or arm64 machine, lockdown will be automatically enabled > > > -if the system boots in EFI Secure Boot mode. > > > .\" > > > .SS Coverage > > > When lockdown is in effect, a number of features are disabled or have their > > --