All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] fixup! fix missing vmalloc.h includes
@ 2024-04-02 18:09 Suren Baghdasaryan
  2024-04-02 18:09 ` [PATCH 1/1] lib: do limited memory accounting for modules with ARCH_NEEDS_WEAK_PER_CPU Suren Baghdasaryan
  0 siblings, 1 reply; 5+ messages in thread
From: Suren Baghdasaryan @ 2024-04-02 18:09 UTC (permalink / raw)
  To: akpm
  Cc: sfr, kent.overstreet, surenb, linux-mm, linux-kernel,
	kernel test robot

vmalloc.h header refactoring missed vmalloc.h inclusion required for
__vmalloc_start_set symbol. Add missing inclusion.

Fixes: 07aecea15cc8 ("fix missing vmalloc.h includes")
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202403290536.7f9zGl5Q-lkp@intel.com/
Cc: Kent Overstreet <kent.overstreet@linux.dev>
Signed-off-by: Suren Baghdasaryan <surenb@google.com>
---
 arch/x86/mm/numa_32.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/x86/mm/numa_32.c b/arch/x86/mm/numa_32.c
index 104544359d69..e25e08ba4531 100644
--- a/arch/x86/mm/numa_32.c
+++ b/arch/x86/mm/numa_32.c
@@ -24,6 +24,7 @@
 
 #include <linux/memblock.h>
 #include <linux/init.h>
+#include <linux/vmalloc.h>
 
 #include "numa_internal.h"
 

base-commit: d4cd6840d1dc25963aa10ef5e5b1d01876baebf2
-- 
2.44.0.478.gd926399ef9-goog



^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [PATCH 1/1] fixup! fix missing vmalloc.h includes
@ 2024-04-05 22:51 Suren Baghdasaryan
  0 siblings, 0 replies; 5+ messages in thread
From: Suren Baghdasaryan @ 2024-04-05 22:51 UTC (permalink / raw)
  To: akpm
  Cc: kent.overstreet, pasha.tatashin, surenb, linux-mm, linux-kernel,
	kernel test robot

fix arc build

Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202404050828.5pKgmCLu-lkp@intel.com/
Signed-off-by: Suren Baghdasaryan <surenb@google.com>
---
 arch/arc/include/asm/mmu-arcv2.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arc/include/asm/mmu-arcv2.h b/arch/arc/include/asm/mmu-arcv2.h
index ed9036d4ede3..d85dc0721907 100644
--- a/arch/arc/include/asm/mmu-arcv2.h
+++ b/arch/arc/include/asm/mmu-arcv2.h
@@ -9,6 +9,8 @@
 #ifndef _ASM_ARC_MMU_ARCV2_H
 #define _ASM_ARC_MMU_ARCV2_H
 
+#include <soc/arc/aux.h>
+
 /*
  * TLB Management regs
  */
-- 
2.44.0.478.gd926399ef9-goog



^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-04-05 22:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-02 18:09 [PATCH 1/1] fixup! fix missing vmalloc.h includes Suren Baghdasaryan
2024-04-02 18:09 ` [PATCH 1/1] lib: do limited memory accounting for modules with ARCH_NEEDS_WEAK_PER_CPU Suren Baghdasaryan
2024-04-03 21:57   ` Andrew Morton
2024-04-03 22:31     ` Suren Baghdasaryan
  -- strict thread matches above, loose matches on Subject: below --
2024-04-05 22:51 [PATCH 1/1] fixup! fix missing vmalloc.h includes Suren Baghdasaryan

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.