From: Paul Moore <paul@paul-moore.com>
To: linux-security-module@vger.kernel.org
Cc: Fan Wu <wufan@kernel.org>,
Blaise Boscaccy <bboscaccy@linux.microsoft.com>
Subject: [PATCH] ipe: restore the kdoc comments for evaluate_property()
Date: Wed, 13 May 2026 22:36:41 -0400 [thread overview]
Message-ID: <20260514023640.574020-2-paul@paul-moore.com> (raw)
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
next reply other threads:[~2026-05-14 2:36 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-14 2:36 Paul Moore [this message]
2026-05-14 14:19 ` [PATCH] ipe: restore the kdoc comments for evaluate_property() Fan Wu
2026-05-14 16:57 ` Paul Moore
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260514023640.574020-2-paul@paul-moore.com \
--to=paul@paul-moore.com \
--cc=bboscaccy@linux.microsoft.com \
--cc=linux-security-module@vger.kernel.org \
--cc=wufan@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox