All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Peter Gonda <pgonda@google.com>
Cc: kbuild-all@lists.01.org, kvm@vger.kernel.org,
	Robert Hu <robert.hu@intel.com>,
	Farrah Chen <farrah.chen@intel.com>,
	Danmei Wei <danmei.wei@intel.com>,
	Paolo Bonzini <pbonzini@redhat.com>
Subject: [kvm:next 27/32] arch/riscv/kvm/vcpu_sbi.c:97:26: error: 'struct <anonymous>' has no member named 'flags'
Date: Sat, 16 Apr 2022 22:29:25 +0800	[thread overview]
Message-ID: <202204162240.GL0cSY68-lkp@intel.com> (raw)

tree:   https://git.kernel.org/pub/scm/virt/kvm/kvm.git next
head:   5d6c7de6446e9ab3fb41d6f7d82770e50998f3de
commit: c24a950ec7d60c4da91dc3f273295c7f438b531e [27/32] KVM, SEV: Add KVM_EXIT_SHUTDOWN metadata for SEV-ES
config: riscv-allmodconfig (https://download.01.org/0day-ci/archive/20220416/202204162240.GL0cSY68-lkp@intel.com/config)
compiler: riscv64-linux-gcc (GCC) 11.2.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://git.kernel.org/pub/scm/virt/kvm/kvm.git/commit/?id=c24a950ec7d60c4da91dc3f273295c7f438b531e
        git remote add kvm https://git.kernel.org/pub/scm/virt/kvm/kvm.git
        git fetch --no-tags kvm next
        git checkout c24a950ec7d60c4da91dc3f273295c7f438b531e
        # save the config file to linux build tree
        mkdir build_dir
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross O=build_dir ARCH=riscv SHELL=/bin/bash

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

All errors (new ones prefixed by >>):

   arch/riscv/kvm/vcpu_sbi.c: In function 'kvm_riscv_vcpu_sbi_system_reset':
>> arch/riscv/kvm/vcpu_sbi.c:97:26: error: 'struct <anonymous>' has no member named 'flags'
      97 |         run->system_event.flags = flags;
         |                          ^


vim +97 arch/riscv/kvm/vcpu_sbi.c

dea8ee31a039277 Atish Patra 2021-09-27   83  
4b11d86571c4473 Anup Patel  2022-01-31   84  void kvm_riscv_vcpu_sbi_system_reset(struct kvm_vcpu *vcpu,
4b11d86571c4473 Anup Patel  2022-01-31   85  				     struct kvm_run *run,
4b11d86571c4473 Anup Patel  2022-01-31   86  				     u32 type, u64 flags)
4b11d86571c4473 Anup Patel  2022-01-31   87  {
4b11d86571c4473 Anup Patel  2022-01-31   88  	unsigned long i;
4b11d86571c4473 Anup Patel  2022-01-31   89  	struct kvm_vcpu *tmp;
4b11d86571c4473 Anup Patel  2022-01-31   90  
4b11d86571c4473 Anup Patel  2022-01-31   91  	kvm_for_each_vcpu(i, tmp, vcpu->kvm)
4b11d86571c4473 Anup Patel  2022-01-31   92  		tmp->arch.power_off = true;
4b11d86571c4473 Anup Patel  2022-01-31   93  	kvm_make_all_cpus_request(vcpu->kvm, KVM_REQ_SLEEP);
4b11d86571c4473 Anup Patel  2022-01-31   94  
4b11d86571c4473 Anup Patel  2022-01-31   95  	memset(&run->system_event, 0, sizeof(run->system_event));
4b11d86571c4473 Anup Patel  2022-01-31   96  	run->system_event.type = type;
4b11d86571c4473 Anup Patel  2022-01-31  @97  	run->system_event.flags = flags;
4b11d86571c4473 Anup Patel  2022-01-31   98  	run->exit_reason = KVM_EXIT_SYSTEM_EVENT;
4b11d86571c4473 Anup Patel  2022-01-31   99  }
4b11d86571c4473 Anup Patel  2022-01-31  100  

:::::: The code at line 97 was first introduced by commit
:::::: 4b11d86571c44738f5ef12fcfac2ee36f998cf23 RISC-V: KVM: Add common kvm_riscv_vcpu_sbi_system_reset() function

:::::: TO: Anup Patel <apatel@ventanamicro.com>
:::::: CC: Anup Patel <anup@brainfault.org>

-- 
0-DAY CI Kernel Test Service
https://01.org/lkp

                 reply	other threads:[~2022-04-16 14:30 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=202204162240.GL0cSY68-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=danmei.wei@intel.com \
    --cc=farrah.chen@intel.com \
    --cc=kbuild-all@lists.01.org \
    --cc=kvm@vger.kernel.org \
    --cc=pbonzini@redhat.com \
    --cc=pgonda@google.com \
    --cc=robert.hu@intel.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.