All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Tianrui Zhao <zhaotianrui@loongson.cn>
Cc: oe-kbuild-all@lists.linux.dev
Subject: Re: [PATCH v22 22/25] LoongArch: KVM: Implement vcpu world switch
Date: Wed, 27 Sep 2023 21:48:46 +0800	[thread overview]
Message-ID: <202309272118.HMYROlD2-lkp@intel.com> (raw)
In-Reply-To: <20230927030959.3629941-23-zhaotianrui@loongson.cn>

Hi Tianrui,

kernel test robot noticed the following build warnings:

[auto build test WARNING on kvm/queue]
[also build test WARNING on mst-vhost/linux-next linus/master v6.6-rc3 next-20230927]
[cannot apply to kvm/linux-next]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch#_base_tree_information]

url:    https://github.com/intel-lab-lkp/linux/commits/Tianrui-Zhao/LoongArch-KVM-Add-kvm-related-header-files/20230927-134637
base:   https://git.kernel.org/pub/scm/virt/kvm/kvm.git queue
patch link:    https://lore.kernel.org/r/20230927030959.3629941-23-zhaotianrui%40loongson.cn
patch subject: [PATCH v22 22/25] LoongArch: KVM: Implement vcpu world switch
config: loongarch-randconfig-002-20230927 (https://download.01.org/0day-ci/archive/20230927/202309272118.HMYROlD2-lkp@intel.com/config)
compiler: loongarch64-linux-gcc (GCC) 13.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20230927/202309272118.HMYROlD2-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/202309272118.HMYROlD2-lkp@intel.com/

All warnings (new ones prefixed by >>):

   arch/loongarch/kernel/asm-offsets.c:18:6: warning: no previous prototype for 'output_ptreg_defines' [-Wmissing-prototypes]
      18 | void output_ptreg_defines(void)
         |      ^~~~~~~~~~~~~~~~~~~~
   arch/loongarch/kernel/asm-offsets.c:65:6: warning: no previous prototype for 'output_task_defines' [-Wmissing-prototypes]
      65 | void output_task_defines(void)
         |      ^~~~~~~~~~~~~~~~~~~
   arch/loongarch/kernel/asm-offsets.c:80:6: warning: no previous prototype for 'output_thread_info_defines' [-Wmissing-prototypes]
      80 | void output_thread_info_defines(void)
         |      ^~~~~~~~~~~~~~~~~~~~~~~~~~
   arch/loongarch/kernel/asm-offsets.c:96:6: warning: no previous prototype for 'output_thread_defines' [-Wmissing-prototypes]
      96 | void output_thread_defines(void)
         |      ^~~~~~~~~~~~~~~~~~~~~
   arch/loongarch/kernel/asm-offsets.c:132:6: warning: no previous prototype for 'output_thread_fpu_defines' [-Wmissing-prototypes]
     132 | void output_thread_fpu_defines(void)
         |      ^~~~~~~~~~~~~~~~~~~~~~~~~
   arch/loongarch/kernel/asm-offsets.c:173:6: warning: no previous prototype for 'output_thread_lbt_defines' [-Wmissing-prototypes]
     173 | void output_thread_lbt_defines(void)
         |      ^~~~~~~~~~~~~~~~~~~~~~~~~
   arch/loongarch/kernel/asm-offsets.c:183:6: warning: no previous prototype for 'output_mm_defines' [-Wmissing-prototypes]
     183 | void output_mm_defines(void)
         |      ^~~~~~~~~~~~~~~~~
   arch/loongarch/kernel/asm-offsets.c:215:6: warning: no previous prototype for 'output_sc_defines' [-Wmissing-prototypes]
     215 | void output_sc_defines(void)
         |      ^~~~~~~~~~~~~~~~~
   arch/loongarch/kernel/asm-offsets.c:223:6: warning: no previous prototype for 'output_signal_defines' [-Wmissing-prototypes]
     223 | void output_signal_defines(void)
         |      ^~~~~~~~~~~~~~~~~~~~~
   arch/loongarch/kernel/asm-offsets.c:261:6: warning: no previous prototype for 'output_smpboot_defines' [-Wmissing-prototypes]
     261 | void output_smpboot_defines(void)
         |      ^~~~~~~~~~~~~~~~~~~~~~
>> arch/loongarch/kernel/asm-offsets.c:294:6: warning: no previous prototype for 'output_kvm_defines' [-Wmissing-prototypes]
     294 | void output_kvm_defines(void)
         |      ^~~~~~~~~~~~~~~~~~
--
   arch/loongarch/kernel/asm-offsets.c:18:6: warning: no previous prototype for 'output_ptreg_defines' [-Wmissing-prototypes]
      18 | void output_ptreg_defines(void)
         |      ^~~~~~~~~~~~~~~~~~~~
   arch/loongarch/kernel/asm-offsets.c:65:6: warning: no previous prototype for 'output_task_defines' [-Wmissing-prototypes]
      65 | void output_task_defines(void)
         |      ^~~~~~~~~~~~~~~~~~~
   arch/loongarch/kernel/asm-offsets.c:80:6: warning: no previous prototype for 'output_thread_info_defines' [-Wmissing-prototypes]
      80 | void output_thread_info_defines(void)
         |      ^~~~~~~~~~~~~~~~~~~~~~~~~~
   arch/loongarch/kernel/asm-offsets.c:96:6: warning: no previous prototype for 'output_thread_defines' [-Wmissing-prototypes]
      96 | void output_thread_defines(void)
         |      ^~~~~~~~~~~~~~~~~~~~~
   arch/loongarch/kernel/asm-offsets.c:132:6: warning: no previous prototype for 'output_thread_fpu_defines' [-Wmissing-prototypes]
     132 | void output_thread_fpu_defines(void)
         |      ^~~~~~~~~~~~~~~~~~~~~~~~~
   arch/loongarch/kernel/asm-offsets.c:173:6: warning: no previous prototype for 'output_thread_lbt_defines' [-Wmissing-prototypes]
     173 | void output_thread_lbt_defines(void)
         |      ^~~~~~~~~~~~~~~~~~~~~~~~~
   arch/loongarch/kernel/asm-offsets.c:183:6: warning: no previous prototype for 'output_mm_defines' [-Wmissing-prototypes]
     183 | void output_mm_defines(void)
         |      ^~~~~~~~~~~~~~~~~
   arch/loongarch/kernel/asm-offsets.c:215:6: warning: no previous prototype for 'output_sc_defines' [-Wmissing-prototypes]
     215 | void output_sc_defines(void)
         |      ^~~~~~~~~~~~~~~~~
   arch/loongarch/kernel/asm-offsets.c:223:6: warning: no previous prototype for 'output_signal_defines' [-Wmissing-prototypes]
     223 | void output_signal_defines(void)
         |      ^~~~~~~~~~~~~~~~~~~~~
   arch/loongarch/kernel/asm-offsets.c:261:6: warning: no previous prototype for 'output_smpboot_defines' [-Wmissing-prototypes]
     261 | void output_smpboot_defines(void)
         |      ^~~~~~~~~~~~~~~~~~~~~~
>> arch/loongarch/kernel/asm-offsets.c:294:6: warning: no previous prototype for 'output_kvm_defines' [-Wmissing-prototypes]
     294 | void output_kvm_defines(void)
         |      ^~~~~~~~~~~~~~~~~~


vim +/output_kvm_defines +294 arch/loongarch/kernel/asm-offsets.c

   293	
 > 294	void output_kvm_defines(void)

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

  reply	other threads:[~2023-09-27 13:49 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-27  3:09 [PATCH v22 00/25] Add KVM LoongArch support Tianrui Zhao
2023-09-27  3:09 ` [PATCH v22 01/25] LoongArch: KVM: Add kvm related header files Tianrui Zhao
2023-09-27  3:09 ` [PATCH v22 02/25] LoongArch: KVM: Implement kvm module related interface Tianrui Zhao
2023-09-27  3:09 ` [PATCH v22 03/25] LoongArch: KVM: Implement kvm hardware enable, disable interface Tianrui Zhao
2023-09-27  3:09 ` [PATCH v22 04/25] LoongArch: KVM: Implement VM related functions Tianrui Zhao
2023-09-27  3:09 ` [PATCH v22 05/25] LoongArch: KVM: Add vcpu related header files Tianrui Zhao
2023-09-27  3:09 ` [PATCH v22 06/25] LoongArch: KVM: Implement basic vcpu interfaces Tianrui Zhao
2023-09-27  3:09 ` [PATCH v22 07/25] LoongArch: KVM: Implement basic vcpu ioctl interfaces Tianrui Zhao
2023-09-27  3:09 ` [PATCH v22 08/25] LoongArch: KVM: Implement fpu operations for vcpu Tianrui Zhao
2023-09-27  3:09 ` [PATCH v22 09/25] LoongArch: KVM: Implement vcpu interrupt operations Tianrui Zhao
2023-09-27  3:09 ` [PATCH v22 10/25] LoongArch: KVM: Implement vcpu load and vcpu put operations Tianrui Zhao
2023-09-27  3:09 ` [PATCH v22 11/25] LoongArch: KVM: Implement misc vcpu related interfaces Tianrui Zhao
2023-09-27  3:09 ` [PATCH v22 12/25] LoongArch: KVM: Implement vcpu timer operations Tianrui Zhao
2023-09-27  3:09 ` [PATCH v22 13/25] LoongArch: KVM: Implement virtual machine tlb operations Tianrui Zhao
2023-09-27  3:09 ` [PATCH v22 14/25] LoongArch: KVM: Implement kvm mmu operations Tianrui Zhao
2023-09-27  3:09 ` [PATCH v22 15/25] LoongArch: KVM: Implement handle csr exception Tianrui Zhao
2023-09-27  3:09 ` [PATCH v22 16/25] LoongArch: KVM: Implement handle iocsr exception Tianrui Zhao
2023-09-27  3:09 ` [PATCH v22 17/25] LoongArch: KVM: Implement handle idle exception Tianrui Zhao
2023-09-27  3:09 ` [PATCH v22 18/25] LoongArch: KVM: Implement handle gspr exception Tianrui Zhao
2023-09-27  3:09 ` [PATCH v22 19/25] LoongArch: KVM: Implement handle mmio exception Tianrui Zhao
2023-09-27  3:09 ` [PATCH v22 20/25] LoongArch: KVM: Implement handle fpu exception Tianrui Zhao
2023-09-27  3:09 ` [PATCH v22 21/25] LoongArch: KVM: Implement kvm exception vectors Tianrui Zhao
2023-09-27  3:09 ` [PATCH v22 22/25] LoongArch: KVM: Implement vcpu world switch Tianrui Zhao
2023-09-27 13:48   ` kernel test robot [this message]
2023-09-27  3:09 ` [PATCH v22 23/25] LoongArch: KVM: Enable kvm config and add the makefile Tianrui Zhao
2023-09-27  3:09 ` [PATCH v22 24/25] LoongArch: KVM: Supplement kvm document about LoongArch-specific part Tianrui Zhao
2023-09-27  3:09 ` [PATCH v22 25/25] LoongArch: KVM: Add maintainers for LoongArch KVM Tianrui Zhao

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=202309272118.HMYROlD2-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=oe-kbuild-all@lists.linux.dev \
    --cc=zhaotianrui@loongson.cn \
    /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.