All of lore.kernel.org
 help / color / mirror / Atom feed
* + textsearch-describe-list-member-in-ts_ops-search.patch added to mm-hotfixes-unstable branch
@ 2025-12-21  0:25 Andrew Morton
  0 siblings, 0 replies; only message in thread
From: Andrew Morton @ 2025-12-21  0:25 UTC (permalink / raw)
  To: mm-commits, tgraf, davem, bagasdotme, akpm


The patch titled
     Subject: textsearch: describe @list member in ts_ops search
has been added to the -mm mm-hotfixes-unstable branch.  Its filename is
     textsearch-describe-list-member-in-ts_ops-search.patch

This patch will shortly appear at
     https://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new.git/tree/patches/textsearch-describe-list-member-in-ts_ops-search.patch

This patch will later appear in the mm-hotfixes-unstable branch at
    git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm

Before you just go and hit "reply", please:
   a) Consider who else should be cc'ed
   b) Prefer to cc a suitable mailing list as well
   c) Ideally: find the original patch on the mailing list and do a
      reply-to-all to that, adding suitable additional cc's

*** Remember to use Documentation/process/submit-checklist.rst when testing your code ***

The -mm tree is included into linux-next via various
branches at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
and is updated there most days

------------------------------------------------------
From: Bagas Sanjaya <bagasdotme@gmail.com>
Subject: textsearch: describe @list member in ts_ops search
Date: Fri, 19 Dec 2025 08:40:05 +0700

Sphinx reports kernel-doc warning:

WARNING: ./include/linux/textsearch.h:49 struct member 'list' not described in 'ts_ops'

Describe @list member to fix it.

Link: https://lkml.kernel.org/r/20251219014006.16328-4-bagasdotme@gmail.com
Fixes: 2de4ff7bd658c9 ("[LIB]: Textsearch infrastructure.")
Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
Cc: Thomas Graf <tgraf@suug.ch>
Cc: "David S. Miller" <davem@davemloft.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 include/linux/textsearch.h |    1 +
 1 file changed, 1 insertion(+)

--- a/include/linux/textsearch.h~textsearch-describe-list-member-in-ts_ops-search
+++ a/include/linux/textsearch.h
@@ -35,6 +35,7 @@ struct ts_state
  * @get_pattern: return head of pattern
  * @get_pattern_len: return length of pattern
  * @owner: module reference to algorithm
+ * @list: list to search
  */
 struct ts_ops
 {
_

Patches currently in -mm which might be from bagasdotme@gmail.com are

mm-describe-flags-parameter-in-memalloc_flags_save.patch
textsearch-describe-list-member-in-ts_ops-search.patch
mm-vmalloc-fix-up-vrealloc_node_align-kernel-doc-macro-name.patch
mm-kfence-describe-slab-parameter-in-__kfence_obj_info.patch


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2025-12-21  0:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-21  0:25 + textsearch-describe-list-member-in-ts_ops-search.patch added to mm-hotfixes-unstable branch Andrew Morton

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.