All of lore.kernel.org
 help / color / mirror / Atom feed
* ./include/linux/pagemap.h:1090:undefined reference to `is_raw_hwpoison_page_in_folio'
@ 2026-06-18  6:40 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2026-06-18  6:40 UTC (permalink / raw)
  To: Jane Chu; +Cc: oe-kbuild-all, 0day robot

tree:   https://github.com/intel-lab-lkp/linux/commits/Jane-Chu/mm-memory-failure-make-is_raw_hwpoison_page_in_hugepage-general-purpose/20260618-012902
head:   ad6812ce0c4c46ffdd13060f0251f31b3412017b
commit: 12e5a24644d326a21bd49526746156ea59e376c4 mm: factor out adjust_range_hwpoison() from hugetlbfs
date:   13 hours ago
config: riscv-allnoconfig-bpf (https://download.01.org/0day-ci/archive/20260618/202606180842.DBCHSCJI-lkp@intel.com/config)
compiler: riscv64-linux-gnu-gcc (Debian 14.2.0-19) 14.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260618/202606180842.DBCHSCJI-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/202606180842.DBCHSCJI-lkp@intel.com/

All errors (new ones prefixed by >>):

   riscv64-linux-gnu-ld: mm/filemap.o: in function `wake_page_match':
>> ./include/linux/pagemap.h:1090:(.text+0x13ee): undefined reference to `is_raw_hwpoison_page_in_folio'
>> riscv64-linux-gnu-ld: ./include/linux/pagemap.h:1092:(.text+0x141c): undefined reference to `is_raw_hwpoison_page_in_folio'


vim +1090 ./include/linux/pagemap.h

c7510ab2cf5ccd Jens Axboe              2020-05-23  1086  
cdc8fcb49905c0 Linus Torvalds          2020-08-03  1087  static inline bool wake_page_match(struct wait_page_queue *wait_page,
c7510ab2cf5ccd Jens Axboe              2020-05-23  1088  				  struct wait_page_key *key)
c7510ab2cf5ccd Jens Axboe              2020-05-23  1089  {
df4d4f12739495 Matthew Wilcox (Oracle  2021-01-16 @1090) 	if (wait_page->folio != key->folio)
cdc8fcb49905c0 Linus Torvalds          2020-08-03  1091  	       return false;
c7510ab2cf5ccd Jens Axboe              2020-05-23 @1092  	key->page_match = 1;
c7510ab2cf5ccd Jens Axboe              2020-05-23  1093  
c7510ab2cf5ccd Jens Axboe              2020-05-23  1094  	if (wait_page->bit_nr != key->bit_nr)
cdc8fcb49905c0 Linus Torvalds          2020-08-03  1095  		return false;
d1932dc3dc268f Jens Axboe              2020-05-22  1096  
cdc8fcb49905c0 Linus Torvalds          2020-08-03  1097  	return true;
d1932dc3dc268f Jens Axboe              2020-05-22  1098  }
d1932dc3dc268f Jens Axboe              2020-05-22  1099  

--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki

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

only message in thread, other threads:[~2026-06-18  6:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-18  6:40 ./include/linux/pagemap.h:1090:undefined reference to `is_raw_hwpoison_page_in_folio' kernel test robot

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.