All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Nicolas Saenz Julienne <nsaenz@amazon.com>
Cc: oe-kbuild-all@lists.linux.dev, 0day robot <lkp@intel.com>,
	Paolo Bonzini <pbonzini@redhat.com>
Subject: ./include/linux/kvm_host.h:2567:60: error: 'struct kvm' has no member named 'mem_attrs'
Date: Sat, 15 Aug 2026 15:05:53 +0200	[thread overview]
Message-ID: <202608151514.xoFBoCun-lkp@intel.com> (raw)

tree:   https://github.com/intel-lab-lkp/linux/commits/Paolo-Bonzini/KVM-selftests-Take-into-account-mixed-memory-fault-flags/20260813-123530
head:   83181006a1a420fa5d069d732ab343c59be874ab
commit: ae0b806f33b5ff2feb15a636c5b5dde474daeade KVM: Introduce a generation number for memory attributes
date:   2 days ago
config: arm64-allnoconfig-bpf (https://download.01.org/0day-ci/archive/20260815/202608151514.xoFBoCun-lkp@intel.com/config)
compiler: aarch64-linux-gnu-gcc (Debian 14.2.0-19) 14.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260815/202608151514.xoFBoCun-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/202608151514.xoFBoCun-lkp@intel.com/

All errors (new ones prefixed by >>):

   In file included from arch/arm64/kernel/asm-offsets.c:16:
   ./include/linux/kvm_host.h: In function 'kvm_memslots_check_gen':
>> ./include/linux/kvm_host.h:2567:60: error: 'struct kvm' has no member named 'mem_attrs'
    2567 |         return slots->generation == slots_generation && kvm->mem_attrs.generation == attrs_generation;
         |                                                            ^~


vim +2567 ./include/linux/kvm_host.h

  2562	
  2563	static inline bool kvm_memslots_check_gen(struct kvm *kvm, u64 slots_generation,
  2564						  u64 attrs_generation, struct kvm_memslots **p_slots)
  2565	{
  2566		struct kvm_memslots *slots = *p_slots = kvm_memslots(kvm);
> 2567		return slots->generation == slots_generation && kvm->mem_attrs.generation == attrs_generation;
  2568	}
  2569	

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

                 reply	other threads:[~2026-08-15 13:06 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=202608151514.xoFBoCun-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=nsaenz@amazon.com \
    --cc=oe-kbuild-all@lists.linux.dev \
    --cc=pbonzini@redhat.com \
    /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.