From: kernel test robot <lkp@intel.com>
To: Anshuman Khandual <anshuman.khandual@arm.com>
Cc: oe-kbuild-all@lists.linux.dev
Subject: Re: [RFC V1 08/16] arm64/mm: Convert READ_ONCE() as pgdp_get() while accessing PGD
Date: Tue, 24 Feb 2026 16:31:49 +0800 [thread overview]
Message-ID: <202602241644.aoli8EeP-lkp@intel.com> (raw)
In-Reply-To: <20260224051153.3150613-9-anshuman.khandual@arm.com>
Hi Anshuman,
[This is a private test report for your RFC patch.]
kernel test robot noticed the following build errors:
[auto build test ERROR on v7.0-rc1]
[also build test ERROR on linus/master next-20260223]
[cannot apply to arm64/for-next/core akpm-mm/mm-everything arm/for-next arm/fixes kvmarm/next soc/for-next]
[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/Anshuman-Khandual/mm-Abstract-printing-of-pxd_val/20260224-131447
base: v7.0-rc1
patch link: https://lore.kernel.org/r/20260224051153.3150613-9-anshuman.khandual%40arm.com
patch subject: [RFC V1 08/16] arm64/mm: Convert READ_ONCE() as pgdp_get() while accessing PGD
config: arm64-allnoconfig (https://download.01.org/0day-ci/archive/20260224/202602241644.aoli8EeP-lkp@intel.com/config)
compiler: aarch64-linux-gcc (GCC) 15.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260224/202602241644.aoli8EeP-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/202602241644.aoli8EeP-lkp@intel.com/
All errors (new ones prefixed by >>):
aarch64-linux-ld: Unexpected GOT/PLT entries detected!
aarch64-linux-ld: Unexpected run-time procedure linkages detected!
aarch64-linux-ld: arch/arm64/mm/fault.o: in function `show_pte':
>> fault.c:(.text.unlikely+0x19c): undefined reference to `p4d_offset'
>> aarch64-linux-ld: fault.c:(.text.unlikely+0x1d0): undefined reference to `pud_offset'
aarch64-linux-ld: arch/arm64/mm/mmu.o: in function `split_kernel_leaf_mapping_locked':
>> mmu.c:(.text+0xfa8): undefined reference to `p4d_offset'
>> aarch64-linux-ld: mmu.c:(.text+0xfc4): undefined reference to `pud_offset'
aarch64-linux-ld: arch/arm64/mm/mmu.o: in function `alloc_init_pud':
mmu.c:(.text+0x1bb8): undefined reference to `pud_offset_phys'
aarch64-linux-ld: arch/arm64/mm/mmu.o: in function `alloc_init_p4d':
>> mmu.c:(.text+0x1eac): undefined reference to `p4d_offset_phys'
aarch64-linux-ld: arch/arm64/mm/fixmap.o: in function `early_fixmap_init_pud.constprop.0':
fixmap.c:(.init.text+0xa0): undefined reference to `pud_offset_phys'
aarch64-linux-ld: arch/arm64/mm/fixmap.o: in function `early_fixmap_init':
>> fixmap.c:(.init.text+0x1a4): undefined reference to `p4d_offset_phys'
aarch64-linux-ld: mm/memory.o: in function `follow_pfnmap_start':
>> memory.c:(.text+0xa28): undefined reference to `p4d_offset'
aarch64-linux-ld: memory.c:(.text+0xa44): undefined reference to `pud_offset'
aarch64-linux-ld: mm/memory.o: in function `free_p4d_range':
memory.c:(.text+0x27c4): undefined reference to `p4d_offset'
aarch64-linux-ld: memory.c:(.text+0x283c): undefined reference to `pud_offset'
aarch64-linux-ld: memory.c:(.text+0x2a74): undefined reference to `pud_offset'
>> aarch64-linux-ld: memory.c:(.text+0x2cac): undefined reference to `p4d_offset'
aarch64-linux-ld: mm/memory.o: in function `unmap_page_range':
memory.c:(.text+0x52d8): undefined reference to `p4d_offset'
aarch64-linux-ld: memory.c:(.text+0x532c): undefined reference to `pud_offset'
aarch64-linux-ld: mm/memory.o: in function `__handle_mm_fault':
memory.c:(.text+0x840c): undefined reference to `p4d_offset'
aarch64-linux-ld: memory.c:(.text+0x8428): undefined reference to `pud_offset'
aarch64-linux-ld: mm/memory.o: in function `apply_to_pud_range':
memory.c:(.text+0x8b1c): undefined reference to `pud_offset'
aarch64-linux-ld: memory.c:(.text+0x8b40): undefined reference to `pud_offset'
aarch64-linux-ld: mm/memory.o: in function `__apply_to_page_range':
memory.c:(.text+0x8d68): undefined reference to `p4d_offset'
aarch64-linux-ld: memory.c:(.text+0x8ea8): undefined reference to `p4d_offset'
aarch64-linux-ld: mm/memory.o: in function `remap_pfn_range_internal.isra.0':
memory.c:(.text+0x9088): undefined reference to `p4d_offset'
aarch64-linux-ld: memory.c:(.text+0x90d4): undefined reference to `pud_offset'
aarch64-linux-ld: mm/memory.o: in function `copy_p4d_range':
memory.c:(.text+0x96f8): undefined reference to `p4d_offset'
aarch64-linux-ld: memory.c:(.text+0x9718): undefined reference to `p4d_offset'
aarch64-linux-ld: memory.c:(.text+0x9780): undefined reference to `pud_offset'
aarch64-linux-ld: memory.c:(.text+0x979c): undefined reference to `pud_offset'
aarch64-linux-ld: mm/memory.o: in function `walk_to_pmd':
memory.c:(.text+0x9c30): undefined reference to `p4d_offset'
aarch64-linux-ld: memory.c:(.text+0x9c4c): undefined reference to `pud_offset'
aarch64-linux-ld: mm/memory.o: in function `__print_bad_page_map_pgtable':
>> memory.c:(.text.unlikely+0x50): undefined reference to `p4d_offset'
>> aarch64-linux-ld: memory.c:(.text.unlikely+0x78): undefined reference to `pud_offset'
aarch64-linux-ld: mm/vmalloc.o: in function `vmalloc_to_page':
>> vmalloc.c:(.text+0x6b8): undefined reference to `p4d_offset'
>> aarch64-linux-ld: vmalloc.c:(.text+0x6d4): undefined reference to `pud_offset'
aarch64-linux-ld: mm/vmalloc.o: in function `vmap_range_noflush':
vmalloc.c:(.text+0x2084): undefined reference to `p4d_offset'
aarch64-linux-ld: vmalloc.c:(.text+0x20dc): undefined reference to `pud_offset'
aarch64-linux-ld: mm/vmalloc.o: in function `vmap_small_pages_range_noflush':
vmalloc.c:(.text+0x27d8): undefined reference to `p4d_offset'
aarch64-linux-ld: vmalloc.c:(.text+0x2820): undefined reference to `pud_offset'
aarch64-linux-ld: mm/vmalloc.o: in function `__vunmap_range_noflush':
vmalloc.c:(.text+0x674c): undefined reference to `p4d_offset'
aarch64-linux-ld: vmalloc.c:(.text+0x67cc): undefined reference to `pud_offset'
aarch64-linux-ld: arch/arm64/mm/pageattr.o: in function `kernel_page_present':
>> pageattr.c:(.text+0xc04): undefined reference to `p4d_offset'
>> aarch64-linux-ld: pageattr.c:(.text+0xc3c): undefined reference to `p4d_offset'
>> aarch64-linux-ld: pageattr.c:(.text+0xc4c): undefined reference to `pud_offset'
aarch64-linux-ld: mm/gup.o: in function `follow_page_mask':
>> gup.c:(.text+0x2210): undefined reference to `p4d_offset'
>> aarch64-linux-ld: gup.c:(.text+0x2288): undefined reference to `p4d_offset'
>> aarch64-linux-ld: gup.c:(.text+0x22a8): undefined reference to `pud_offset'
aarch64-linux-ld: mm/mprotect.o: in function `change_protection_range':
>> mprotect.c:(.text+0xe50): undefined reference to `p4d_offset'
>> aarch64-linux-ld: mprotect.c:(.text+0xeb8): undefined reference to `pud_offset'
aarch64-linux-ld: mm/mremap.o: in function `get_old_pud':
mremap.c:(.text+0xb0): undefined reference to `p4d_offset'
aarch64-linux-ld: mremap.c:(.text+0xcc): undefined reference to `pud_offset'
aarch64-linux-ld: mm/mremap.o: in function `alloc_new_pud':
mremap.c:(.text+0x170): undefined reference to `p4d_offset'
aarch64-linux-ld: mremap.c:(.text+0x18c): undefined reference to `pud_offset'
aarch64-linux-ld: mm/page_vma_mapped.o: in function `page_vma_mapped_walk':
page_vma_mapped.c:(.text+0x140): undefined reference to `p4d_offset'
aarch64-linux-ld: page_vma_mapped.c:(.text+0x1b8): undefined reference to `pud_offset'
aarch64-linux-ld: mm/pagewalk.o: in function `walk_pud_range':
pagewalk.c:(.text+0x640): undefined reference to `pud_offset'
aarch64-linux-ld: mm/pagewalk.o: in function `walk_p4d_range':
pagewalk.c:(.text+0x854): undefined reference to `p4d_offset'
aarch64-linux-ld: mm/pagewalk.o: in function `folio_walk_start':
pagewalk.c:(.text+0x1478): undefined reference to `p4d_offset'
aarch64-linux-ld: pagewalk.c:(.text+0x1494): undefined reference to `pud_offset'
aarch64-linux-ld: mm/rmap.o: in function `mm_find_pmd':
rmap.c:(.text+0x1524): undefined reference to `p4d_offset'
aarch64-linux-ld: rmap.c:(.text+0x1534): undefined reference to `pud_offset'
aarch64-linux-ld: mm/sparse-vmemmap.o: in function `virt_to_kpte':
sparse-vmemmap.c:(.text+0x64): undefined reference to `p4d_offset'
aarch64-linux-ld: sparse-vmemmap.c:(.text+0x6c): undefined reference to `pud_offset'
aarch64-linux-ld: mm/sparse-vmemmap.o: in function `vmemmap_wrprotect_hvo':
sparse-vmemmap.c:(.text+0x150): undefined reference to `p4d_offset'
aarch64-linux-ld: sparse-vmemmap.c:(.text+0x158): undefined reference to `pud_offset'
aarch64-linux-ld: mm/sparse-vmemmap.o: in function `vmemmap_pud_populate':
sparse-vmemmap.c:(.init.text+0x610): undefined reference to `pud_offset'
aarch64-linux-ld: mm/sparse-vmemmap.o: in function `vmemmap_p4d_populate':
sparse-vmemmap.c:(.init.text+0x750): undefined reference to `p4d_offset'
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
next prev parent reply other threads:[~2026-02-24 8:32 UTC|newest]
Thread overview: 65+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-02-24 5:11 [RFC V1 00/16] arm64/mm: Enable 128 bit page table entries Anshuman Khandual
2026-02-24 5:11 ` [RFC V1 01/16] mm: Abstract printing of pxd_val() Anshuman Khandual
2026-02-26 12:34 ` Usama Arif
2026-02-26 12:49 ` Anshuman Khandual
2026-04-09 10:33 ` Mike Rapoport
2026-04-10 4:21 ` Anshuman Khandual
2026-02-24 5:11 ` [RFC V1 02/16] mm: Add read-write accessors for vm_page_prot Anshuman Khandual
2026-04-09 10:37 ` Mike Rapoport
2026-04-10 4:29 ` Anshuman Khandual
2026-02-24 5:11 ` [RFC V1 03/16] mm: Replace READ_ONCE() in pud_trans_unstable() Anshuman Khandual
2026-02-24 5:11 ` [RFC V1 04/16] perf/events: Replace READ_ONCE() with standard pgtable accessors Anshuman Khandual
2026-02-24 8:48 ` Peter Zijlstra
2026-02-24 10:08 ` Mark Rutland
2026-02-24 10:41 ` Peter Zijlstra
2026-02-24 11:22 ` Ryan Roberts
2026-02-24 12:49 ` Anshuman Khandual
2026-02-24 12:39 ` Anshuman Khandual
2026-02-24 12:53 ` Anshuman Khandual
2026-02-24 5:11 ` [RFC V1 05/16] arm64/mm: Convert READ_ONCE() as pmdp_get() while accessing PMD Anshuman Khandual
2026-04-08 12:11 ` David Hildenbrand (Arm)
2026-04-10 4:48 ` Anshuman Khandual
2026-04-15 10:31 ` David Hildenbrand (Arm)
2026-02-24 5:11 ` [RFC V1 06/16] arm64/mm: Convert READ_ONCE() as pudp_get() while accessing PUD Anshuman Khandual
2026-04-08 12:15 ` David Hildenbrand (Arm)
2026-04-10 4:50 ` Anshuman Khandual
2026-04-15 10:32 ` David Hildenbrand (Arm)
2026-02-24 5:11 ` [RFC V1 07/16] arm64/mm: Convert READ_ONCE() as p4dp_get() while accessing P4D Anshuman Khandual
2026-02-24 7:09 ` kernel test robot
2026-04-08 12:17 ` David Hildenbrand (Arm)
2026-04-10 5:05 ` Anshuman Khandual
2026-04-15 10:35 ` David Hildenbrand (Arm)
2026-02-24 5:11 ` [RFC V1 08/16] arm64/mm: Convert READ_ONCE() as pgdp_get() while accessing PGD Anshuman Khandual
2026-02-24 8:31 ` kernel test robot [this message]
2026-04-08 12:19 ` David Hildenbrand (Arm)
2026-04-10 5:30 ` Anshuman Khandual
2026-04-15 10:37 ` David Hildenbrand (Arm)
2026-02-24 5:11 ` [RFC V1 09/16] arm64/mm: Route all pgtable reads via ptdesc_get() Anshuman Khandual
2026-02-28 11:17 ` Mike Rapoport
2026-03-02 4:34 ` Anshuman Khandual
2026-04-08 12:25 ` David Hildenbrand (Arm)
2026-02-24 5:11 ` [RFC V1 10/16] arm64/mm: Route all pgtable writes via ptdesc_set() Anshuman Khandual
2026-02-26 12:37 ` Usama Arif
2026-02-26 12:54 ` Anshuman Khandual
2026-02-26 13:19 ` Ryan Roberts
2026-02-27 6:19 ` Anshuman Khandual
2026-02-24 5:11 ` [RFC V1 11/16] arm64/mm: Route all pgtable atomics to central helpers Anshuman Khandual
2026-04-08 12:28 ` David Hildenbrand (Arm)
2026-04-10 4:02 ` Anshuman Khandual
2026-04-15 10:38 ` David Hildenbrand (Arm)
2026-02-24 5:11 ` [RFC V1 12/16] arm64/mm: Abstract printing of pxd_val() Anshuman Khandual
2026-04-08 12:28 ` David Hildenbrand (Arm)
2026-04-10 4:05 ` Anshuman Khandual
2026-02-24 5:11 ` [RFC V1 13/16] arm64/mm: Override read-write accessors for vm_page_prot Anshuman Khandual
2026-02-24 5:11 ` [RFC V1 14/16] arm64/mm: Enable fixmap with 5 level page table Anshuman Khandual
2026-04-08 12:29 ` David Hildenbrand (Arm)
2026-04-10 3:22 ` Anshuman Khandual
2026-04-15 10:39 ` David Hildenbrand (Arm)
2026-02-24 5:11 ` [RFC V1 15/16] arm64/mm: Add macros __tlb_asid_level and __tlb_range Anshuman Khandual
2026-02-24 5:11 ` [RFC V1 16/16] arm64/mm: Add initial support for FEAT_D128 page tables Anshuman Khandual
2026-02-26 14:10 ` Usama Arif
2026-04-07 14:44 ` [RFC V1 00/16] arm64/mm: Enable 128 bit page table entries David Hildenbrand (Arm)
2026-04-08 10:53 ` Anshuman Khandual
2026-04-08 11:01 ` Ryan Roberts
2026-04-08 12:13 ` David Hildenbrand (Arm)
2026-04-09 2:08 ` Anshuman Khandual
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=202602241644.aoli8EeP-lkp@intel.com \
--to=lkp@intel.com \
--cc=anshuman.khandual@arm.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.