mm-commits.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [folded-merged] mm-slub-extend-slub_debug-syntax-for-multiple-blocks-fix.patch removed from -mm tree
@ 2020-08-07  5:45 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2020-08-07  5:45 UTC (permalink / raw)
  To: hulkci, mm-commits, vbabka, weiyongjun1


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

This patch was dropped because it was folded into mm-slub-extend-slub_debug-syntax-for-multiple-blocks.patch

------------------------------------------------------
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.patch
lib-test_lockupc-make-symbol-test_works-static.patch
bits-add-tests-of-genmask-fix-2.patch
kcov-make-some-symbols-static.patch


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

only message in thread, other threads:[~2020-08-07  5:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-07  5:45 [folded-merged] mm-slub-extend-slub_debug-syntax-for-multiple-blocks-fix.patch removed from -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).