public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
From: Catalin Marinas <catalin.marinas@arm.com>
To: kernel test robot <lkp@intel.com>
Cc: kbuild-all@lists.01.org, James Morse <james.morse@arm.com>,
	linux-arm-kernel@lists.infradead.org,
	Marc Zyngier <maz@kernel.org>
Subject: Re: [arm64:for-next/fixes 3/5] arch/arm64/kvm/hyp/vhe/switch.c:221:17: warning: no previous prototype for 'kvm_unexpected_el2_exception'
Date: Sat, 29 Aug 2020 11:30:50 +0100	[thread overview]
Message-ID: <20200829103050.GA10424@gaia> (raw)
In-Reply-To: <202008290438.G8LCeqFR%lkp@intel.com>

On Sat, Aug 29, 2020 at 04:55:41AM +0800, kernel test robot wrote:
> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-next/fixes
> head:   71a7f8cb1ca4ca7214a700b1243626759b6c11d4
> commit: e9ee186bb735bfc17fa81dbc9aebf268aee5b41e [3/5] KVM: arm64: Add kvm_extable for vaxorcism code
> config: arm64-defconfig (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 checkout e9ee186bb735bfc17fa81dbc9aebf268aee5b41e
>         # 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/hyp/vhe/switch.c:221:17: warning: no previous prototype for 'kvm_unexpected_el2_exception' [-Wmissing-prototypes]
>      221 | asmlinkage void kvm_unexpected_el2_exception(void)
>          |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
> --
> >> arch/arm64/kvm/hyp/nvhe/switch.c:274:17: warning: no previous prototype for 'kvm_unexpected_el2_exception' [-Wmissing-prototypes]
>      274 | asmlinkage void kvm_unexpected_el2_exception(void)
>          |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~

We can ignore these. We don't need a prototype as they are called from
assembly only.

-- 
Catalin

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

      reply	other threads:[~2020-08-29 10:33 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-28 20:55 [arm64:for-next/fixes 3/5] arch/arm64/kvm/hyp/vhe/switch.c:221:17: warning: no previous prototype for 'kvm_unexpected_el2_exception' kernel test robot
2020-08-29 10:30 ` Catalin Marinas [this message]

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=20200829103050.GA10424@gaia \
    --to=catalin.marinas@arm.com \
    --cc=james.morse@arm.com \
    --cc=kbuild-all@lists.01.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=lkp@intel.com \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox