* [linux-next:master 7687/8302] ERROR: modpost: "vrealloc_node_align_noprof" [mm/kasan/kasan_test.ko] undefined!
@ 2026-01-21 4:57 kernel test robot
2026-01-21 17:04 ` Andrey Ryabinin
0 siblings, 1 reply; 3+ messages in thread
From: kernel test robot @ 2026-01-21 4:57 UTC (permalink / raw)
To: Andrey Ryabinin
Cc: llvm, oe-kbuild-all, Andrew Morton, Linux Memory Management List,
Andrey Konovalov
tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
head: 053966c344dbd346e71305f530e91ea77916189f
commit: 22228c860d2633a22656cc506022c657fec15194 [7687/8302] mm/kasan/kunit: extend vmalloc OOB tests to cover vrealloc()
config: x86_64-randconfig-121-20260120 (https://download.01.org/0day-ci/archive/20260121/202601211250.6uQzZrQp-lkp@intel.com/config)
compiler: clang version 20.1.8 (https://github.com/llvm/llvm-project 87f0227cb60147a26a1eeb4fb06e3b505e9c7261)
rustc: rustc 1.88.0 (6b00bc388 2025-06-23)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260121/202601211250.6uQzZrQp-lkp@intel.com/reproduce)
If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202601211250.6uQzZrQp-lkp@intel.com/
Note: the linux-next/master HEAD 053966c344dbd346e71305f530e91ea77916189f builds fine.
It may have been fixed somewhere.
All errors (new ones prefixed by >>, old ones prefixed by <<):
>> ERROR: modpost: "vrealloc_node_align_noprof" [mm/kasan/kasan_test.ko] undefined!
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [linux-next:master 7687/8302] ERROR: modpost: "vrealloc_node_align_noprof" [mm/kasan/kasan_test.ko] undefined!
2026-01-21 4:57 [linux-next:master 7687/8302] ERROR: modpost: "vrealloc_node_align_noprof" [mm/kasan/kasan_test.ko] undefined! kernel test robot
@ 2026-01-21 17:04 ` Andrey Ryabinin
2026-01-21 21:04 ` Andrew Morton
0 siblings, 1 reply; 3+ messages in thread
From: Andrey Ryabinin @ 2026-01-21 17:04 UTC (permalink / raw)
To: kernel test robot
Cc: llvm, oe-kbuild-all, Andrew Morton, Linux Memory Management List,
Andrey Konovalov
On 1/21/26 5:57 AM, kernel test robot wrote:
> tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
> head: 053966c344dbd346e71305f530e91ea77916189f
> commit: 22228c860d2633a22656cc506022c657fec15194 [7687/8302] mm/kasan/kunit: extend vmalloc OOB tests to cover vrealloc()
> config: x86_64-randconfig-121-20260120 (https://download.01.org/0day-ci/archive/20260121/202601211250.6uQzZrQp-lkp@intel.com/config)
> compiler: clang version 20.1.8 (https://github.com/llvm/llvm-project 87f0227cb60147a26a1eeb4fb06e3b505e9c7261)
> rustc: rustc 1.88.0 (6b00bc388 2025-06-23)
> reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260121/202601211250.6uQzZrQp-lkp@intel.com/reproduce)
>
> If you fix the issue in a separate patch/commit (i.e. not just a new version of
> the same patch/commit), kindly add following tags
> | Reported-by: kernel test robot <lkp@intel.com>
> | Closes: https://lore.kernel.org/oe-kbuild-all/202601211250.6uQzZrQp-lkp@intel.com/
>
> Note: the linux-next/master HEAD 053966c344dbd346e71305f530e91ea77916189f builds fine.
> It may have been fixed somewhere.
>
Yep, this has been fixed independently by https://lkml.kernel.org/r/20260107-export-vrealloc_node_align_noprof-v1-1-a581bec13054@google.com
It would be nice to reorder the patches so that the fix is applied before the kunit patch.
> All errors (new ones prefixed by >>, old ones prefixed by <<):
>
>>> ERROR: modpost: "vrealloc_node_align_noprof" [mm/kasan/kasan_test.ko] undefined!
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [linux-next:master 7687/8302] ERROR: modpost: "vrealloc_node_align_noprof" [mm/kasan/kasan_test.ko] undefined!
2026-01-21 17:04 ` Andrey Ryabinin
@ 2026-01-21 21:04 ` Andrew Morton
0 siblings, 0 replies; 3+ messages in thread
From: Andrew Morton @ 2026-01-21 21:04 UTC (permalink / raw)
To: Andrey Ryabinin
Cc: kernel test robot, llvm, oe-kbuild-all,
Linux Memory Management List, Andrey Konovalov
On Wed, 21 Jan 2026 18:04:36 +0100 Andrey Ryabinin <ryabinin.a.a@gmail.com> wrote:
>
> On 1/21/26 5:57 AM, kernel test robot wrote:
> > tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
> > head: 053966c344dbd346e71305f530e91ea77916189f
> > commit: 22228c860d2633a22656cc506022c657fec15194 [7687/8302] mm/kasan/kunit: extend vmalloc OOB tests to cover vrealloc()
> > config: x86_64-randconfig-121-20260120 (https://download.01.org/0day-ci/archive/20260121/202601211250.6uQzZrQp-lkp@intel.com/config)
> > compiler: clang version 20.1.8 (https://github.com/llvm/llvm-project 87f0227cb60147a26a1eeb4fb06e3b505e9c7261)
> > rustc: rustc 1.88.0 (6b00bc388 2025-06-23)
> > reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260121/202601211250.6uQzZrQp-lkp@intel.com/reproduce)
> >
> > If you fix the issue in a separate patch/commit (i.e. not just a new version of
> > the same patch/commit), kindly add following tags
> > | Reported-by: kernel test robot <lkp@intel.com>
> > | Closes: https://lore.kernel.org/oe-kbuild-all/202601211250.6uQzZrQp-lkp@intel.com/
> >
> > Note: the linux-next/master HEAD 053966c344dbd346e71305f530e91ea77916189f builds fine.
> > It may have been fixed somewhere.
> >
>
> Yep, this has been fixed independently by https://lkml.kernel.org/r/20260107-export-vrealloc_node_align_noprof-v1-1-a581bec13054@google.com
> It would be nice to reorder the patches so that the fix is applied before the kunit patch.
No probs, I reordered the application order:
: vmalloc-export-vrealloc_node_align_noprof.patch
: #
: mm-kasan-kunit-extend-vmalloc-oob-tests-to-cover-vrealloc.patch
: mm-kasan-kunit-extend-vmalloc-oob-tests-to-cover-vrealloc-fix.patch
(from https://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new.git/tree/pc/devel-series)
(not pushed out yet)
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-01-21 21:04 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-01-21 4:57 [linux-next:master 7687/8302] ERROR: modpost: "vrealloc_node_align_noprof" [mm/kasan/kasan_test.ko] undefined! kernel test robot
2026-01-21 17:04 ` Andrey Ryabinin
2026-01-21 21:04 ` Andrew Morton
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox