summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Morton <akpm@linux-foundation.org>2024-04-25 20:57:58 -0700
committerAndrew Morton <akpm@linux-foundation.org>2024-04-25 20:57:58 -0700
commitd619c5ac122a9e481a1fb8fd4ce742d60affc8d3 (patch)
treefe0f43443d02a904e474bb172ca77777c027137e
parenteff10a612791057b232b38bb94be56a625c7a582 (diff)
download25-new-d619c5ac122a9e481a1fb8fd4ce742d60affc8d3.tar.gz
foo
-rw-r--r--txt/fix-missing-vmalloch-includes.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/txt/fix-missing-vmalloch-includes.txt b/txt/fix-missing-vmalloch-includes.txt
index e4fac9ae7..692b92a5d 100644
--- a/txt/fix-missing-vmalloch-includes.txt
+++ b/txt/fix-missing-vmalloch-includes.txt
@@ -117,10 +117,21 @@ The next patch drops vmalloc.h from a system header in order to fix a
circular dependency; this adds it to all the files that were pulling it in
implicitly.
+[kent.overstreet@linux.dev: fix arch/alpha/lib/memcpy.c]
+ Link: https://lkml.kernel.org/r/20240327002152.3339937-1-kent.overstreet@linux.dev
+[surenb@google.com: fix arch/x86/mm/numa_32.c]
+ Link: https://lkml.kernel.org/r/20240402180933.1663992-1-surenb@google.com
+[kent.overstreet@linux.dev: a few places were depending on sizes.h]
+ Link: https://lkml.kernel.org/r/20240404034744.1664840-1-kent.overstreet@linux.dev
+[arnd@arndb.de: fix mm/kasan/hw_tags.c]
+ Link: https://lkml.kernel.org/r/20240404124435.3121534-1-arnd@kernel.org
+[surenb@google.com: fix arc build]
+ Link: https://lkml.kernel.org/r/20240405225115.431056-1-surenb@google.com
Link: https://lkml.kernel.org/r/20240321163705.3067592-1-surenb@google.com
Link: https://lkml.kernel.org/r/20240321163705.3067592-2-surenb@google.com
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Signed-off-by: Suren Baghdasaryan <surenb@google.com>
+Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Pasha Tatashin <pasha.tatashin@soleen.com>
Tested-by: Kees Cook <keescook@chromium.org>
Cc: Alexander Viro <viro@zeniv.linux.org.uk>