* [PATCH] ipe: Drop a duplicated CONFIG_ prefix in the ifdeffery
@ 2025-10-09 15:45 Borislav Petkov
2025-10-10 3:29 ` Fan Wu
0 siblings, 1 reply; 2+ messages in thread
From: Borislav Petkov @ 2025-10-09 15:45 UTC (permalink / raw)
To: Fan Wu
Cc: Paul Moore, James Morris, Serge E. Hallyn, linux-security-module,
LKML, Borislav Petkov (AMD)
From: "Borislav Petkov (AMD)" <bp@alien8.de>
Looks like it got added by mistake, perhaps editor auto-completion
artifact. Drop it.
No functional changes.
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
---
security/ipe/hooks.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/security/ipe/hooks.c b/security/ipe/hooks.c
index d0323b81cd8f..42857c2ea2a5 100644
--- a/security/ipe/hooks.c
+++ b/security/ipe/hooks.c
@@ -311,4 +311,4 @@ int ipe_inode_setintegrity(const struct inode *inode,
return -EINVAL;
}
-#endif /* CONFIG_CONFIG_IPE_PROP_FS_VERITY_BUILTIN_SIG */
+#endif /* CONFIG_IPE_PROP_FS_VERITY_BUILTIN_SIG */
--
2.51.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] ipe: Drop a duplicated CONFIG_ prefix in the ifdeffery
2025-10-09 15:45 [PATCH] ipe: Drop a duplicated CONFIG_ prefix in the ifdeffery Borislav Petkov
@ 2025-10-10 3:29 ` Fan Wu
0 siblings, 0 replies; 2+ messages in thread
From: Fan Wu @ 2025-10-10 3:29 UTC (permalink / raw)
To: Borislav Petkov
Cc: Fan Wu, Paul Moore, James Morris, Serge E. Hallyn,
linux-security-module, LKML, Borislav Petkov (AMD)
On Thu, Oct 9, 2025 at 8:45 AM Borislav Petkov <bp@kernel.org> wrote:
>
> From: "Borislav Petkov (AMD)" <bp@alien8.de>
>
> Looks like it got added by mistake, perhaps editor auto-completion
> artifact. Drop it.
>
> No functional changes.
>
> Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Thanks, applied to ipe-next.
-Fan
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-10-10 3:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-09 15:45 [PATCH] ipe: Drop a duplicated CONFIG_ prefix in the ifdeffery Borislav Petkov
2025-10-10 3:29 ` Fan Wu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).