From: kernel test robot <lkp@intel.com>
To: David Hildenbrand <david@redhat.com>
Cc: oe-kbuild-all@lists.linux.dev,
Andrew Morton <akpm@linux-foundation.org>,
Linux Memory Management List <linux-mm@kvack.org>,
Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
Subject: [linux-next:master 6034/7427] arch/sh/include/asm/atomic-irq.h:69:undefined reference to `page_range_contiguous'
Date: Tue, 9 Sep 2025 17:31:19 +0800 [thread overview]
Message-ID: <202509100708.5mJZ2cLm-lkp@intel.com> (raw)
tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
head: 65dd046ef55861190ecde44c6d9fcde54b9fb77d
commit: 73f5c4c5c6a36a130ccba6809337e42ccf8350fa [6034/7427] mm/gup: drop nth_page() usage in unpin_user_page_range_dirty_lock()
config: sh-randconfig-r121-20250908 (https://download.01.org/0day-ci/archive/20250910/202509100708.5mJZ2cLm-lkp@intel.com/config)
compiler: sh4-linux-gcc (GCC) 15.1.0
reproduce: (https://download.01.org/0day-ci/archive/20250910/202509100708.5mJZ2cLm-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/202509100708.5mJZ2cLm-lkp@intel.com/
All errors (new ones prefixed by >>):
sh4-linux-ld: crypto/testmgr.o: in function `sg_set_buf':
testmgr.c:(.text+0x8fc): undefined reference to `page_range_contiguous'
sh4-linux-ld: drivers/usb/core/devio.o: in function `sg_set_buf':
devio.c:(.text+0xd54): undefined reference to `page_range_contiguous'
sh4-linux-ld: drivers/media/common/videobuf2/videobuf2-dma-contig.o: in function `vb2_dc_dmabuf_ops_attach':
videobuf2-dma-contig.c:(.text+0x920): undefined reference to `page_range_contiguous'
sh4-linux-ld: net/core/skbuff.o: in function `__skb_to_sgvec':
skbuff.c:(.text+0x2180): undefined reference to `page_range_contiguous'
sh4-linux-ld: mm/gup.o: in function `unpin_user_page_range_dirty_lock':
>> arch/sh/include/asm/atomic-irq.h:69:(.text+0xe34): undefined reference to `page_range_contiguous'
sh4-linux-ld: fs/ecryptfs/crypto.o:crypto.c:(.text+0x954): more undefined references to `page_range_contiguous' follow
vim +69 arch/sh/include/asm/atomic-irq.h
770345adc38485 Mark Rutland 2023-06-05 62
c6470150dff9af Peter Zijlstra 2014-03-26 63 #undef ATOMIC_OPS
7d9794e7523798 Peter Zijlstra 2016-04-18 64 #define ATOMIC_OPS(op, c_op) \
7d9794e7523798 Peter Zijlstra 2016-04-18 65 ATOMIC_OP(op, c_op) \
7d9794e7523798 Peter Zijlstra 2016-04-18 66 ATOMIC_FETCH_OP(op, c_op)
7d9794e7523798 Peter Zijlstra 2016-04-18 67
7d9794e7523798 Peter Zijlstra 2016-04-18 68 ATOMIC_OPS(and, &=)
7d9794e7523798 Peter Zijlstra 2016-04-18 @69 ATOMIC_OPS(or, |=)
7d9794e7523798 Peter Zijlstra 2016-04-18 70 ATOMIC_OPS(xor, ^=)
7d9794e7523798 Peter Zijlstra 2016-04-18 71
:::::: The code at line 69 was first introduced by commit
:::::: 7d9794e7523798e1b9422ad9f4e4d808ae5d5932 locking/atomic, arch/sh: Implement atomic_fetch_{add,sub,and,or,xor}()
:::::: TO: Peter Zijlstra <peterz@infradead.org>
:::::: CC: Ingo Molnar <mingo@kernel.org>
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
next reply other threads:[~2025-09-09 9:31 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-09 9:31 kernel test robot [this message]
2025-09-09 9:47 ` [linux-next:master 6034/7427] arch/sh/include/asm/atomic-irq.h:69:undefined reference to `page_range_contiguous' David Hildenbrand
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=202509100708.5mJZ2cLm-lkp@intel.com \
--to=lkp@intel.com \
--cc=akpm@linux-foundation.org \
--cc=david@redhat.com \
--cc=linux-mm@kvack.org \
--cc=lorenzo.stoakes@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.