From: kernel test robot <lkp@intel.com>
To: Jane Chu <jane.chu@oracle.com>
Cc: oe-kbuild-all@lists.linux.dev, 0day robot <lkp@intel.com>
Subject: ./include/linux/pagemap.h:1090:undefined reference to `is_raw_hwpoison_page_in_folio'
Date: Thu, 18 Jun 2026 08:40:17 +0200 [thread overview]
Message-ID: <202606180842.DBCHSCJI-lkp@intel.com> (raw)
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
reply other threads:[~2026-06-18 6:41 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=202606180842.DBCHSCJI-lkp@intel.com \
--to=lkp@intel.com \
--cc=jane.chu@oracle.com \
--cc=oe-kbuild-all@lists.linux.dev \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.