All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: "Mike Rapoport (IBM)" <rppt@kernel.org>
Cc: llvm@lists.linux.dev, oe-kbuild-all@lists.linux.dev,
	Mike Rapoport <rppt@kernel.org>
Subject: [rppt:execmem/v4+x86-rox 18/23] mm/execmem.c:69:undefined reference to `text_poke_copy'
Date: Wed, 10 Apr 2024 18:59:19 +0800	[thread overview]
Message-ID: <202404101820.mi1ZXnRT-lkp@intel.com> (raw)

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/rppt/linux.git execmem/v4+x86-rox
head:   d64e0751d3a13178009bd0a72f04f4b90f7ef961
commit: 95eac503c326322a5414c81b8c55e1a43bc19371 [18/23] module: prepare to handle ROX allocations for text
config: um-defconfig (https://download.01.org/0day-ci/archive/20240410/202404101820.mi1ZXnRT-lkp@intel.com/config)
compiler: clang version 19.0.0git (https://github.com/llvm/llvm-project 8b3b4a92adee40483c27f26c478a384cd69c6f05)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240410/202404101820.mi1ZXnRT-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/202404101820.mi1ZXnRT-lkp@intel.com/

All errors (new ones prefixed by >>):

   /usr/bin/ld: warning: .tmp_vmlinux.kallsyms1 has a LOAD segment with RWX permissions
   /usr/bin/ld: mm/execmem.o: in function `execmem_update_copy':
>> mm/execmem.c:69:(.ltext+0x179): undefined reference to `text_poke_copy'
   clang: error: linker command failed with exit code 1 (use -v to see invocation)


vim +69 mm/execmem.c

    66	
    67	void *execmem_update_copy(void *dst, const void *src, size_t size)
    68	{
  > 69		return text_poke_copy(dst, src, size);
    70	}
    71	

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

             reply	other threads:[~2024-04-10 10:59 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-10 10:59 kernel test robot [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-04-10 10:59 [rppt:execmem/v4+x86-rox 18/23] mm/execmem.c:69:undefined reference to `text_poke_copy' kernel test robot

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=202404101820.mi1ZXnRT-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=llvm@lists.linux.dev \
    --cc=oe-kbuild-all@lists.linux.dev \
    --cc=rppt@kernel.org \
    /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.