From: kernel test robot <lkp@intel.com>
To: Marc Zyngier <maz@kernel.org>
Cc: kbuild-all@lists.01.org, linux-arm-kernel@lists.infradead.org
Subject: [arm-platforms:kvm-arm64/nvhe-stacktrace 20/20] arch/arm64/kvm/handle_exit.c:342: warning: expecting prototype for hyp_backtrace_entry(). Prototype was for hyp_dump_backtrace_entry() instead
Date: Fri, 22 Jul 2022 03:27:58 +0800 [thread overview]
Message-ID: <202207220300.6HnTObMS-lkp@intel.com> (raw)
tree: https://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms.git kvm-arm64/nvhe-stacktrace
head: 553037fc79c6452253a64be5b3fa709688d9081a
commit: 553037fc79c6452253a64be5b3fa709688d9081a [20/20] WIP
config: arm64-allyesconfig (https://download.01.org/0day-ci/archive/20220722/202207220300.6HnTObMS-lkp@intel.com/config)
compiler: aarch64-linux-gcc (GCC) 12.1.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/linux/kernel/git/maz/arm-platforms.git/commit/?id=553037fc79c6452253a64be5b3fa709688d9081a
git remote add arm-platforms https://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms.git
git fetch --no-tags arm-platforms kvm-arm64/nvhe-stacktrace
git checkout 553037fc79c6452253a64be5b3fa709688d9081a
# save the config file
mkdir build_dir && cp config build_dir/.config
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=arm64 SHELL=/bin/bash arch/arm64/kvm/
If you fix the issue, kindly add following tag where applicable
Reported-by: kernel test robot <lkp@intel.com>
All warnings (new ones prefixed by >>):
arch/arm64/kvm/handle_exit.c:327: warning: Function parameter or member 'addr' not described in 'kvm_nvhe_print_backtrace_entry'
arch/arm64/kvm/handle_exit.c:327: warning: Function parameter or member 'hyp_offset' not described in 'kvm_nvhe_print_backtrace_entry'
>> arch/arm64/kvm/handle_exit.c:342: warning: expecting prototype for hyp_backtrace_entry(). Prototype was for hyp_dump_backtrace_entry() instead
vim +342 arch/arm64/kvm/handle_exit.c
334
335 /**
336 * hyp_backtrace_entry - Dump an entry of the non-protected nVHE HYP stacktrace
337 *
338 * @arg : the hypervisor offset, used for address translation
339 * @where : the program counter corresponding to the stack frame
340 */
341 static bool hyp_dump_backtrace_entry(void *arg, unsigned long where)
> 342 {
343 kvm_nvhe_print_backtrace_entry(where, (unsigned long)arg);
344
345 return true;
346 }
347
--
0-DAY CI Kernel Test Service
https://01.org/lkp
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
reply other threads:[~2022-07-21 19: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=202207220300.6HnTObMS-lkp@intel.com \
--to=lkp@intel.com \
--cc=kbuild-all@lists.01.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=maz@kernel.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.