mm-commits.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [failures] init-fixed-an-error-caused-by-using-__initdata-instead-of-__initconst.patch removed from -mm tree
@ 2020-01-09 19:17 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2020-01-09 19:17 UTC (permalink / raw)
  To: carlosteniswarrior, mm-commits


The patch titled
     Subject: init/main.c: use __initdata instead of __initconst
has been removed from the -mm tree.  Its filename was
     init-fixed-an-error-caused-by-using-__initdata-instead-of-__initconst.patch

This patch was dropped because it had testing failures

------------------------------------------------------
From: Carlos Guerrero Alvarez <carlosteniswarrior@gmail.com>
Subject: init/main.c: use __initdata instead of __initconst

Link: http://lkml.kernel.org/r/20200106020217.13234-1-carlosteniswarrior@gmail.com
Signed-off-by: Carlos Guerrero Alvarez <carlosteniswarrior@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 init/main.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/init/main.c~init-fixed-an-error-caused-by-using-__initdata-instead-of-__initconst
+++ a/init/main.c
@@ -979,7 +979,7 @@ static initcall_entry_t *initcall_levels
 };
 
 /* Keep these in sync with initcalls in include/linux/init.h */
-static const char *initcall_level_names[] __initdata = {
+static const char *initcall_level_names[] __initconst = {
 	"pure",
 	"core",
 	"postcore",
_

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

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

only message in thread, other threads:[~2020-01-09 19:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-09 19:17 [failures] init-fixed-an-error-caused-by-using-__initdata-instead-of-__initconst.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).