All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: oe-kbuild@lists.linux.dev
Cc: lkp@intel.com
Subject: Re: [PATCH] mm: Add RWH_RMAP_EXCLUDE flag to exclude files from rmap sharing
Date: Fri, 1 May 2026 08:26:31 +0200	[thread overview]
Message-ID: <202605010820.9zCdrX8I-lkp@intel.com> (raw)

:::::: 
:::::: Manual check reason: "low confidence bisect report"
:::::: 

BCC: lkp@intel.com
CC: oe-kbuild-all@lists.linux.dev
In-Reply-To: <20260421020932.3212532-1-liuyibin@hygon.cn>
References: <20260421020932.3212532-1-liuyibin@hygon.cn>
TO: Yibin Liu <liuyibin@hygon.cn>
TO: linux-mm@kvack.org
CC: akpm@linux-foundation.org
CC: Liam.Howlett@oracle.com
CC: viro@zeniv.linux.org.uk
CC: brauner@kernel.org
CC: mjguzik@gmail.com
CC: wujianyong@hygon.cn
CC: huangsj@hygon.cn
CC: zhongyuan@hygon.cn

Hi Yibin,

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/Yibin-Liu/mm-Add-RWH_RMAP_EXCLUDE-flag-to-exclude-files-from-rmap-sharing/20260423-115604
base:   https://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm.git mm-everything
patch link:    https://lore.kernel.org/r/20260421020932.3212532-1-liuyibin%40hygon.cn
patch subject: [PATCH] mm: Add RWH_RMAP_EXCLUDE flag to exclude files from rmap sharing
:::::: branch date: 8 days ago
:::::: commit date: 8 days ago
config: x86_64-allnoconfig-bpf (https://download.01.org/0day-ci/archive/20260501/202605010820.9zCdrX8I-lkp@intel.com/config)
compiler: gcc-14 (Debian 14.2.0-19) 14.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260501/202605010820.9zCdrX8I-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/r/202605010820.9zCdrX8I-lkp@intel.com/

All errors (new ones prefixed by >>):

   In file included from main.c:10:
   ../../../mm/vma.c: In function '__vma_link_file':
>> ../../../mm/vma.c:237:27: error: 'struct file' has no member named 'f_mode'
     237 |         if (!(vma->vm_file->f_mode & FMODE_RMAP_EXCLUDE))
         |                           ^~
>> ../../../mm/vma.c:237:38: error: 'FMODE_RMAP_EXCLUDE' undeclared (first use in this function)
     237 |         if (!(vma->vm_file->f_mode & FMODE_RMAP_EXCLUDE))
         |                                      ^~~~~~~~~~~~~~~~~~
   ../../../mm/vma.c:237:38: note: each undeclared identifier is reported only once for each function it appears in
   ../../../mm/vma.c: In function 'vma_complete':
   ../../../mm/vma.c:343:60: error: 'struct file' has no member named 'f_mode'
     343 |                 if (vp->adj_next && !(vp->adj_next->vm_file->f_mode & FMODE_RMAP_EXCLUDE))
         |                                                            ^~
   ../../../mm/vma.c:343:71: error: 'FMODE_RMAP_EXCLUDE' undeclared (first use in this function)
     343 |                 if (vp->adj_next && !(vp->adj_next->vm_file->f_mode & FMODE_RMAP_EXCLUDE))
         |                                                                       ^~~~~~~~~~~~~~~~~~
   ../../../mm/vma.c:346:39: error: 'struct file' has no member named 'f_mode'
     346 |                 if (!(vp->vma->vm_file->f_mode & FMODE_RMAP_EXCLUDE))
         |                                       ^~

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

             reply	other threads:[~2026-05-01  6:26 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-05-01  6:26 kernel test robot [this message]
  -- strict thread matches above, loose matches on Subject: below --
2026-04-21  2:09 [PATCH] mm: Add RWH_RMAP_EXCLUDE flag to exclude files from rmap sharing Yibin Liu
2026-04-21 14:38 ` Matthew Wilcox
2026-04-21 15:37 ` Pedro Falcato
2026-04-22  7:19   ` David Hildenbrand (Arm)
2026-04-21 19:46 ` Mateusz Guzik
2026-04-22 10:49 ` Lorenzo Stoakes

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=202605010820.9zCdrX8I-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=oe-kbuild@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.