[PATCH] ipe: restore the kdoc comments for evaluate_property()

Fan Wu wufan at kernel.org
Thu May 14 14:19:42 UTC 2026


On Wed, May 13, 2026 at 7:36 PM Paul Moore <paul at paul-moore.com> wrote:
>
> 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 at intel.com>
> Closes: https://lore.kernel.org/oe-kbuild-all/202605141037.VVorBhvP-lkp@intel.com/
> Signed-off-by: Paul Moore <paul at 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
>

Acked-by: Fan Wu <wufan at kernel.org>



More information about the Linux-security-module-archive mailing list