linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: Yafang Shao <laoar.shao@gmail.com>
To: kernel test robot <lkp@intel.com>
Cc: akpm@linux-foundation.org, oe-kbuild-all@lists.linux.dev,
	vbabka@suse.cz,  42.hyeyoo@gmail.com, willy@infradead.org,
	linux-mm@kvack.org
Subject: Re: [PATCH -mm 2/2] mm: page_idle: split 32bit page_idle's flag from the common flags
Date: Sat, 17 Dec 2022 21:59:04 +0800	[thread overview]
Message-ID: <CALOAHbBHzEqZufYd-mthkJa3fwjGkNLOX77nWSqs=tc6uSA70w@mail.gmail.com> (raw)
In-Reply-To: <202212172023.1aT46Aia-lkp@intel.com>

On Sat, Dec 17, 2022 at 8:46 PM kernel test robot <lkp@intel.com> wrote:
>
> Hi Yafang,
>
> Thank you for the patch! Yet something to improve:
>
> [auto build test ERROR on akpm-mm/mm-everything]
>
> url:    https://github.com/intel-lab-lkp/linux/commits/Yafang-Shao/mm-page_ext-split-page_ext-flags/20221217-190044
> base:   https://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm.git mm-everything
> patch link:    https://lore.kernel.org/r/20221217105833.24851-3-laoar.shao%40gmail.com
> patch subject: [PATCH -mm 2/2] mm: page_idle: split 32bit page_idle's flag from the common flags
> config: arc-randconfig-r001-20221217
> 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/b2ccea224a74e091007c4c772b78b8163bb11b6c
>         git remote add linux-review https://github.com/intel-lab-lkp/linux
>         git fetch --no-tags linux-review Yafang-Shao/mm-page_ext-split-page_ext-flags/20221217-190044
>         git checkout b2ccea224a74e091007c4c772b78b8163bb11b6c
>         # 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>
>
> All errors (new ones prefixed by >>):
>
>    arceb-elf-ld: mm/filemap.o: in function `get_page_idle':
>    include/linux/page_idle.h:24: undefined reference to `page_idle_ops'
> >> arceb-elf-ld: include/linux/page_idle.h:24: undefined reference to `page_idle_ops'
>    arceb-elf-ld: mm/swap.o: in function `get_page_idle':
>    include/linux/page_idle.h:24: undefined reference to `page_idle_ops'
> >> arceb-elf-ld: include/linux/page_idle.h:24: undefined reference to `page_idle_ops'
>    arceb-elf-ld: mm/rmap.o: in function `get_page_idle':
>    include/linux/page_idle.h:24: undefined reference to `page_idle_ops'
>    arceb-elf-ld: mm/rmap.o:include/linux/page_idle.h:24: more undefined references to `page_idle_ops' follow
>
> --
> 0-DAY CI Kernel Test Service
> https://01.org/lkp

Ah, because of  CONFIG_IDLE_PAGE_TRACKING=n, and mm/page_idle.c is for
page_idle_tracking only but not for  page_idle_flag ...
Will update it in the next version.
Thanks for the report.

-- 
Regards
Yafang


  reply	other threads:[~2022-12-17 13:59 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-17 10:58 [PATCH -mm 0/2] mm: page_ext: split page_ext flags Yafang Shao
2022-12-17 10:58 ` [PATCH -mm 1/2] mm: page_owner: split page_owner's flag from the comm flags Yafang Shao
2022-12-17 10:58 ` [PATCH -mm 2/2] mm: page_idle: split 32bit page_idle's flag from the common flags Yafang Shao
2022-12-17 12:45   ` kernel test robot
2022-12-17 13:59     ` Yafang Shao [this message]
2022-12-17 12:45   ` kernel test robot
2022-12-18  8:08 ` [PATCH -mm 0/2] mm: page_ext: split page_ext flags Hyeonggon Yoo
2022-12-18 10:01   ` Yafang Shao
2022-12-18 11:22     ` Hyeonggon Yoo
2023-01-16 10:58 ` Vlastimil Babka
2023-01-18  3:15   ` Yafang Shao

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='CALOAHbBHzEqZufYd-mthkJa3fwjGkNLOX77nWSqs=tc6uSA70w@mail.gmail.com' \
    --to=laoar.shao@gmail.com \
    --cc=42.hyeyoo@gmail.com \
    --cc=akpm@linux-foundation.org \
    --cc=linux-mm@kvack.org \
    --cc=lkp@intel.com \
    --cc=oe-kbuild-all@lists.linux.dev \
    --cc=vbabka@suse.cz \
    --cc=willy@infradead.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).