All of lore.kernel.org
 help / color / mirror / Atom feed
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:19:57 +0800	[thread overview]
Message-ID: <202302170306.e1RoAdR7-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: arc-randconfig-r024-20230215 (https://download.01.org/0day-ci/archive/20230217/202302170306.e1RoAdR7-lkp@intel.com/config)
compiler: arceb-elf-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=arc olddefconfig
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=arc 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/202302170306.e1RoAdR7-lkp@intel.com/

All errors (new ones prefixed by >>):

   arceb-elf-ld: mm/shmem.o: in function `shmem_writepage':
>> shmem.c:(.text+0x24d8): undefined reference to `zero_user_folio_segments'
>> arceb-elf-ld: shmem.c:(.text+0x24d8): undefined reference to `zero_user_folio_segments'
   arceb-elf-ld: mm/shmem.o: in function `shmem_get_folio_gfp.constprop.0':
   shmem.c:(.text+0x2f4e): undefined reference to `zero_user_folio_segments'
   arceb-elf-ld: shmem.c:(.text+0x2f4e): undefined reference to `zero_user_folio_segments'
   arceb-elf-ld: fs/buffer.o: in function `block_read_full_folio':
>> buffer.c:(.text+0x3bee): undefined reference to `zero_user_folio_segments'
   arceb-elf-ld: fs/buffer.o:buffer.c:(.text+0x3bee): more undefined references to `zero_user_folio_segments' follow

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

  parent reply	other threads:[~2023-02-16 19:20 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
2023-02-16 19:19   ` Matthew Wilcox
2023-02-17  2:21     ` Yin, Fengwei
2023-02-16 19:19   ` kernel test robot [this message]
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=202302170306.e1RoAdR7-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.