mm-commits.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* + mm-slub-extend-slub_debug-syntax-for-multiple-blocks-fix.patch added to -mm tree
@ 2020-07-03  4:29 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2020-07-03  4:29 UTC (permalink / raw)
  To: hulkci, mm-commits, vbabka, weiyongjun1


The patch titled
     Subject: mm, slub: make function parse_slub_debug_flags() static
has been added to the -mm tree.  Its filename is
     mm-slub-extend-slub_debug-syntax-for-multiple-blocks-fix.patch

This patch should soon appear at
    http://ozlabs.org/~akpm/mmots/broken-out/mm-slub-extend-slub_debug-syntax-for-multiple-blocks-fix.patch
and later at
    http://ozlabs.org/~akpm/mmotm/broken-out/mm-slub-extend-slub_debug-syntax-for-multiple-blocks-fix.patch

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 and is updated
there every 3-4 working days

------------------------------------------------------
From: Wei Yongjun <weiyongjun1@huawei.com>
Subject: mm, slub: make function parse_slub_debug_flags() static

Fix sparse build warning:

mm/slub.c:1267:6: warning:
 symbol 'parse_slub_debug_flags' was not declared. Should it be static?

Link: http://lkml.kernel.org/r/20200702150522.4940-1-weiyongjun1@huawei.com
Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Reported-by: Hulk Robot <hulkci@huawei.com>
Acked-by: Vlastimil Babka <vbabka@suse.cz>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 mm/slub.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/mm/slub.c~mm-slub-extend-slub_debug-syntax-for-multiple-blocks-fix
+++ a/mm/slub.c
@@ -1272,7 +1272,7 @@ out:
  *
  * returns the start of next block if there's any, or NULL
  */
-char *
+static char *
 parse_slub_debug_flags(char *str, slab_flags_t *flags, char **slabs, bool init)
 {
 	bool higher_order_disable = false;
_

Patches currently in -mm which might be from weiyongjun1@huawei.com are

mm-slub-extend-slub_debug-syntax-for-multiple-blocks-fix.patch

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

only message in thread, other threads:[~2020-07-03  4:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-03  4:29 + mm-slub-extend-slub_debug-syntax-for-multiple-blocks-fix.patch added to -mm tree akpm

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).