Linux Security Modules development
 help / color / mirror / Atom feed
* [PATCH] ipe: restore the kdoc comments for evaluate_property()
@ 2026-05-14  2:36 Paul Moore
  2026-05-14 14:19 ` Fan Wu
  0 siblings, 1 reply; 3+ messages in thread
From: Paul Moore @ 2026-05-14  2:36 UTC (permalink / raw)
  To: linux-security-module; +Cc: Fan Wu, Blaise Boscaccy

The Hornet integration patch mistakenly munged the kdoc comment block
for the evaluate_property() function, this patch restores that
comment.

Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202605141037.VVorBhvP-lkp@intel.com/
Signed-off-by: Paul Moore <paul@paul-moore.com>
---
 security/ipe/eval.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/security/ipe/eval.c b/security/ipe/eval.c
index 705c4ecfda69..23ae1edf896b 100644
--- a/security/ipe/eval.c
+++ b/security/ipe/eval.c
@@ -331,7 +331,9 @@ static bool evaluate_bpf_kernel(const struct ipe_eval_ctx *const ctx)
 	return false;
 }
 #endif /* CONFIG_IPE_PROP_BPF_SIGNATURE */
+
 /**
+ * evaluate_property() - Analyze @ctx against a rule property.
  * @ctx: Supplies a pointer to the context to be evaluated.
  * @p: Supplies a pointer to the property to be evaluated.
  *
-- 
2.54.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-05-14 16:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-14  2:36 [PATCH] ipe: restore the kdoc comments for evaluate_property() Paul Moore
2026-05-14 14:19 ` Fan Wu
2026-05-14 16:57   ` Paul Moore

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox