All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: [chrome-os:chromeos-5.10 121/124] arch/arm64/kvm/../../../virt/kvm/kvm_main.c:571:13: warning: no previous prototype for 'kvm_arch_mmu_clear_young_walk'
Date: Wed, 30 Jun 2021 14:25:10 +0800	[thread overview]
Message-ID: <202106301405.wV1bco06-lkp@intel.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 1668 bytes --]

tree:   https://chromium.googlesource.com/chromiumos/third_party/kernel chromeos-5.10
head:   8afd29eb63c85f421c2fd28ae3e25d0041b8d61b
commit: 096a432b5e0916c1bb47e322d9a3316416a6154c [121/124] CHROMIUM: mm: multigenerational lru: scan kvm mmu pages
config: arm64-allyesconfig (attached as .config)
compiler: aarch64-linux-gcc (GCC) 9.3.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
        git remote add chrome-os https://chromium.googlesource.com/chromiumos/third_party/kernel
        git fetch --no-tags chrome-os chromeos-5.10
        git checkout 096a432b5e0916c1bb47e322d9a3316416a6154c
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=arm64 

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>

All warnings (new ones prefixed by >>):

>> arch/arm64/kvm/../../../virt/kvm/kvm_main.c:571:13: warning: no previous prototype for 'kvm_arch_mmu_clear_young_walk' [-Wmissing-prototypes]
     571 | __weak void kvm_arch_mmu_clear_young_walk(struct kvm *kvm,
         |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~


vim +/kvm_arch_mmu_clear_young_walk +571 arch/arm64/kvm/../../../virt/kvm/kvm_main.c

   570	
 > 571	__weak void kvm_arch_mmu_clear_young_walk(struct kvm *kvm,
   572						  struct mmu_notifier_walk *walk)
   573	{
   574	}
   575	

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org

[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 76504 bytes --]

                 reply	other threads:[~2021-06-30  6:25 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=202106301405.wV1bco06-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=kbuild-all@lists.01.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 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.