All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Luiz Capitulino <luizcap@redhat.com>
Cc: oe-kbuild-all@lists.linux.dev
Subject: Re: [RFC 1/3] mm: introduce snapshot_page()
Date: Wed, 18 Jun 2025 17:22:46 +0800	[thread overview]
Message-ID: <202506181657.pEAayfYp-lkp@intel.com> (raw)
In-Reply-To: <48d49e3371c35a2da6f4c42d5d9f14b6476ff734.1750170418.git.luizcap@redhat.com>

Hi Luiz,

[This is a private test report for your RFC patch.]
kernel test robot noticed the following build errors:

[auto build test ERROR on akpm-mm/mm-everything]

url:    https://github.com/intel-lab-lkp/linux/commits/Luiz-Capitulino/mm-introduce-snapshot_page/20250617-222946
base:   https://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm.git mm-everything
patch link:    https://lore.kernel.org/r/48d49e3371c35a2da6f4c42d5d9f14b6476ff734.1750170418.git.luizcap%40redhat.com
patch subject: [RFC 1/3] mm: introduce snapshot_page()
config: sh-randconfig-002-20250618 (https://download.01.org/0day-ci/archive/20250618/202506181657.pEAayfYp-lkp@intel.com/config)
compiler: sh4-linux-gcc (GCC) 15.1.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250618/202506181657.pEAayfYp-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/202506181657.pEAayfYp-lkp@intel.com/

All errors (new ones prefixed by >>):

   mm/util.c: In function 'set_flags':
>> mm/util.c:1182:13: error: implicit declaration of function 'folio_test_idle'; did you mean 'folio_test_slab'? [-Wimplicit-function-declaration]
    1182 |         if (folio_test_idle(folio))
         |             ^~~~~~~~~~~~~~~
         |             folio_test_slab


vim +1182 mm/util.c

  1174	
  1175	static void set_flags(struct page_snapshot *ps, const struct folio *folio,
  1176			      const struct page *page)
  1177	{
  1178		if (is_huge_zero_folio(folio))
  1179			ps->flags |= PAGE_SNAPSHOT_PG_HUGE_ZERO;
  1180		if (folio_ref_count(folio) == 0 && is_free_buddy_page(page))
  1181			ps->flags |= PAGE_SNAPSHOT_PG_FREE;
> 1182		if (folio_test_idle(folio))
  1183			ps->flags |= PAGE_SNAPSHOT_PG_IDLE;
  1184	}
  1185	

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

  reply	other threads:[~2025-06-18  9:24 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-06-17 14:27 [RFC 0/3] mm: introduce snapshot_page() Luiz Capitulino
2025-06-17 14:27 ` [RFC 1/3] " Luiz Capitulino
2025-06-18  9:22   ` kernel test robot [this message]
2025-06-17 14:27 ` [RFC 2/3] proc: kpagecount: use snapshot_page() Luiz Capitulino
2025-06-17 14:27 ` [RFC 3/3] fs: stable_page_flags(): " Luiz Capitulino

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=202506181657.pEAayfYp-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=luizcap@redhat.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.