All of lore.kernel.org
 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

* Re: [PATCH] ipe: restore the kdoc comments for evaluate_property()
  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
  0 siblings, 1 reply; 3+ messages in thread
From: Fan Wu @ 2026-05-14 14:19 UTC (permalink / raw)
  To: Paul Moore; +Cc: linux-security-module, Fan Wu, Blaise Boscaccy

On Wed, May 13, 2026 at 7:36 PM Paul Moore <paul@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@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
>

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

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

* Re: [PATCH] ipe: restore the kdoc comments for evaluate_property()
  2026-05-14 14:19 ` Fan Wu
@ 2026-05-14 16:57   ` Paul Moore
  0 siblings, 0 replies; 3+ messages in thread
From: Paul Moore @ 2026-05-14 16:57 UTC (permalink / raw)
  To: Fan Wu; +Cc: linux-security-module, Blaise Boscaccy

On Thu, May 14, 2026 at 10:19 AM Fan Wu <wufan@kernel.org> wrote:
> On Wed, May 13, 2026 at 7:36 PM Paul Moore <paul@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@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
>
> Acked-by: Fan Wu <wufan@kernel.org>

Merged into lsm/dev.

-- 
paul-moore.com

^ permalink raw reply	[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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.