From: kernel test robot <lkp@intel.com>
To: Yin Fengwei <fengwei.yin@intel.com>
Cc: oe-kbuild-all@lists.linux.dev
Subject: Re: [RFC PATCH 2/2] mm: add zero_user_folio_segments()
Date: Fri, 17 Feb 2023 03:09:37 +0800 [thread overview]
Message-ID: <202302170219.WWlo7XAx-lkp@intel.com> (raw)
In-Reply-To: <20230216160528.2146188-3-fengwei.yin@intel.com>
Hi Yin,
[FYI, it's a private test report for your RFC patch.]
[auto build test ERROR on linus/master]
[also build test ERROR on v6.2-rc8 next-20230216]
[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/Yin-Fengwei/mm-remove-duplicated-flush_dcache_folio/20230217-004045
patch link: https://lore.kernel.org/r/20230216160528.2146188-3-fengwei.yin%40intel.com
patch subject: [RFC PATCH 2/2] mm: add zero_user_folio_segments()
config: csky-defconfig (https://download.01.org/0day-ci/archive/20230217/202302170219.WWlo7XAx-lkp@intel.com/config)
compiler: csky-linux-gcc (GCC) 12.1.0
reproduce (this is a W=1 build):
wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
chmod +x ~/bin/make.cross
# https://github.com/intel-lab-lkp/linux/commit/24ce10c4a39cf847063c9d8ea4157882f13d7143
git remote add linux-review https://github.com/intel-lab-lkp/linux
git fetch --no-tags linux-review Yin-Fengwei/mm-remove-duplicated-flush_dcache_folio/20230217-004045
git checkout 24ce10c4a39cf847063c9d8ea4157882f13d7143
# save the config file
mkdir build_dir && cp config build_dir/.config
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=csky olddefconfig
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=csky SHELL=/bin/bash
If you fix the issue, kindly add following tag where applicable
| Reported-by: kernel test robot <lkp@intel.com>
| Link: https://lore.kernel.org/oe-kbuild-all/202302170219.WWlo7XAx-lkp@intel.com/
All errors (new ones prefixed by >>):
csky-linux-ld: mm/truncate.o: in function `truncate_inode_partial_folio':
truncate.c:(.text+0x754): undefined reference to `zero_user_folio_segments'
>> csky-linux-ld: truncate.c:(.text+0x7e4): undefined reference to `zero_user_folio_segments'
csky-linux-ld: mm/shmem.o: in function `shmem_get_folio_gfp.constprop.0':
shmem.c:(.text+0x1cb8): undefined reference to `zero_user_folio_segments'
>> csky-linux-ld: shmem.c:(.text+0x1d40): undefined reference to `zero_user_folio_segments'
>> csky-linux-ld: mm/highmem.o:(___ksymtab+zero_user_folio_segments+0x0): undefined reference to `zero_user_folio_segments'
csky-linux-ld: fs/libfs.o:libfs.c:(.text+0x614): more undefined references to `zero_user_folio_segments' follow
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests
next prev parent reply other threads:[~2023-02-16 19:10 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-16 16:05 [RFC PATCH 0/2] minor cleanup of usage of flush_dcache_folio() Yin Fengwei
2023-02-16 16:05 ` [RFC PATCH 1/2] mm: remove duplicated flush_dcache_folio() Yin Fengwei
2023-02-27 5:46 ` Ira Weiny
2023-02-27 6:14 ` Yin, Fengwei
2023-02-16 16:05 ` [RFC PATCH 2/2] mm: add zero_user_folio_segments() Yin Fengwei
2023-02-16 19:09 ` kernel test robot [this message]
2023-02-16 19:19 ` Matthew Wilcox
2023-02-17 2:21 ` Yin, Fengwei
2023-02-16 19:19 ` kernel test robot
2023-02-27 5:31 ` Ira Weiny
2023-02-27 5:44 ` Yin, Fengwei
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=202302170219.WWlo7XAx-lkp@intel.com \
--to=lkp@intel.com \
--cc=fengwei.yin@intel.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.