public inbox for linux-mm@kvack.org
 help / color / mirror / Atom feed
* Re: [PATCH 3/3] bitmap: add test_zero_nbits()
       [not found] <20260319004349.849281-4-ynorov@nvidia.com>
@ 2026-03-21 17:09 ` kernel test robot
  2026-03-23 17:56   ` Yury Norov
  0 siblings, 1 reply; 3+ messages in thread
From: kernel test robot @ 2026-03-21 17:09 UTC (permalink / raw)
  To: Yury Norov, linux-kernel
  Cc: oe-kbuild-all, Yury Norov, Rasmus Villemoes, Andrew Morton,
	Linux Memory Management List

Hi Yury,

kernel test robot noticed the following build errors:

[auto build test ERROR on next-20260318]
[cannot apply to akpm-mm/mm-nonmm-unstable v7.0-rc4 v7.0-rc3 v7.0-rc2 linus/master v7.0-rc4]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch#_base_tree_information]

url:    https://github.com/intel-lab-lkp/linux/commits/Yury-Norov/bitmap-test-bitmap_weight-for-more/20260319-221930
base:   next-20260318
patch link:    https://lore.kernel.org/r/20260319004349.849281-4-ynorov%40nvidia.com
patch subject: [PATCH 3/3] bitmap: add test_zero_nbits()
config: nios2-allmodconfig (https://download.01.org/0day-ci/archive/20260322/202603220114.k5BHBav5-lkp@intel.com/config)
compiler: nios2-linux-gcc (GCC) 11.5.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260322/202603220114.k5BHBav5-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/202603220114.k5BHBav5-lkp@intel.com/

All errors (new ones prefixed by >>, old ones prefixed by <<):

>> ERROR: modpost: "__bitmap_or_equal" [lib/test_bitmap.ko] undefined!
ERROR: modpost: "__bitmap_weighted_or" [lib/test_bitmap.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: [PATCH 3/3] bitmap: add test_zero_nbits()
  2026-03-21 17:09 ` [PATCH 3/3] bitmap: add test_zero_nbits() kernel test robot
@ 2026-03-23 17:56   ` Yury Norov
  2026-03-24  0:52     ` Philip Li
  0 siblings, 1 reply; 3+ messages in thread
From: Yury Norov @ 2026-03-23 17:56 UTC (permalink / raw)
  To: kernel test robot
  Cc: linux-kernel, oe-kbuild-all, Rasmus Villemoes, Andrew Morton,
	Linux Memory Management List

On Sun, Mar 22, 2026 at 01:09:51AM +0800, kernel test robot wrote:
> Hi Yury,
> 
> kernel test robot noticed the following build errors:
> 
> [auto build test ERROR on next-20260318]
> [cannot apply to akpm-mm/mm-nonmm-unstable v7.0-rc4 v7.0-rc3 v7.0-rc2 linus/master v7.0-rc4]

Just as said in cover-letter: apply it on top of -next, or
bitmap-for-next.

Applying this in bitmap-for-next for testing.

Thanks,
Yury

> [If your patch is applied to the wrong git tree, kindly drop us a note.
> And when submitting patch, we suggest to use '--base' as documented in
> https://git-scm.com/docs/git-format-patch#_base_tree_information]
> 
> url:    https://github.com/intel-lab-lkp/linux/commits/Yury-Norov/bitmap-test-bitmap_weight-for-more/20260319-221930
> base:   next-20260318
> patch link:    https://lore.kernel.org/r/20260319004349.849281-4-ynorov%40nvidia.com
> patch subject: [PATCH 3/3] bitmap: add test_zero_nbits()
> config: nios2-allmodconfig (https://download.01.org/0day-ci/archive/20260322/202603220114.k5BHBav5-lkp@intel.com/config)
> compiler: nios2-linux-gcc (GCC) 11.5.0
> reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260322/202603220114.k5BHBav5-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/202603220114.k5BHBav5-lkp@intel.com/
> 
> All errors (new ones prefixed by >>, old ones prefixed by <<):
> 
> >> ERROR: modpost: "__bitmap_or_equal" [lib/test_bitmap.ko] undefined!
> ERROR: modpost: "__bitmap_weighted_or" [lib/test_bitmap.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: [PATCH 3/3] bitmap: add test_zero_nbits()
  2026-03-23 17:56   ` Yury Norov
@ 2026-03-24  0:52     ` Philip Li
  0 siblings, 0 replies; 3+ messages in thread
From: Philip Li @ 2026-03-24  0:52 UTC (permalink / raw)
  To: Yury Norov
  Cc: kernel test robot, linux-kernel, oe-kbuild-all, Rasmus Villemoes,
	Andrew Morton, Linux Memory Management List

On Mon, Mar 23, 2026 at 01:56:01PM -0400, Yury Norov wrote:
> On Sun, Mar 22, 2026 at 01:09:51AM +0800, kernel test robot wrote:
> > Hi Yury,
> > 
> > kernel test robot noticed the following build errors:
> > 
> > [auto build test ERROR on next-20260318]
> > [cannot apply to akpm-mm/mm-nonmm-unstable v7.0-rc4 v7.0-rc3 v7.0-rc2 linus/master v7.0-rc4]
> 
> Just as said in cover-letter: apply it on top of -next, or
> bitmap-for-next.

Got it, sorry for the false report. The report is based on next-20260318, which should use
next-20260319 as latest base.

> 
> Applying this in bitmap-for-next for testing.
> 
> Thanks,
> Yury
> 
> > [If your patch is applied to the wrong git tree, kindly drop us a note.
> > And when submitting patch, we suggest to use '--base' as documented in
> > https://git-scm.com/docs/git-format-patch#_base_tree_information]
> > 
> > url:    https://github.com/intel-lab-lkp/linux/commits/Yury-Norov/bitmap-test-bitmap_weight-for-more/20260319-221930
> > base:   next-20260318
> > patch link:    https://lore.kernel.org/r/20260319004349.849281-4-ynorov%40nvidia.com
> > patch subject: [PATCH 3/3] bitmap: add test_zero_nbits()
> > config: nios2-allmodconfig (https://download.01.org/0day-ci/archive/20260322/202603220114.k5BHBav5-lkp@intel.com/config)
> > compiler: nios2-linux-gcc (GCC) 11.5.0
> > reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260322/202603220114.k5BHBav5-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/202603220114.k5BHBav5-lkp@intel.com/
> > 
> > All errors (new ones prefixed by >>, old ones prefixed by <<):
> > 
> > >> ERROR: modpost: "__bitmap_or_equal" [lib/test_bitmap.ko] undefined!
> > ERROR: modpost: "__bitmap_weighted_or" [lib/test_bitmap.ko] undefined!
> > 
> > -- 
> > 0-DAY CI Kernel Test Service
> > https://github.com/intel/lkp-tests/wiki
> 


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

end of thread, other threads:[~2026-03-24  0:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20260319004349.849281-4-ynorov@nvidia.com>
2026-03-21 17:09 ` [PATCH 3/3] bitmap: add test_zero_nbits() kernel test robot
2026-03-23 17:56   ` Yury Norov
2026-03-24  0:52     ` Philip Li

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox