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

Paul Moore paul at paul-moore.com
Thu May 14 16:57:07 UTC 2026


On Thu, May 14, 2026 at 10:19 AM Fan Wu <wufan at kernel.org> wrote:
> 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>

Merged into lsm/dev.

-- 
paul-moore.com



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