From: kbuild test robot <lkp@intel.com>
To: Lars Persson <lars.persson@axis.com>
Cc: kbuild-all@01.org, linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, Lars Persson <larper@axis.com>
Subject: Re: [RFC] arm: Add generic smc wrapper
Date: Fri, 2 Oct 2015 13:13:24 +0800 [thread overview]
Message-ID: <201510021338.iKkCgj7c%fengguang.wu@intel.com> (raw)
In-Reply-To: <1443701047-10101-1-git-send-email-larper@axis.com>
[-- Attachment #1: Type: text/plain, Size: 991 bytes --]
Hi Lars,
[auto build test results on v4.3-rc3 -- if it's inappropriate base, please ignore]
config: arm-rpc_defconfig (attached as .config)
reproduce:
wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross
chmod +x ~/bin/make.cross
# save the attached .config to linux build tree
make.cross ARCH=arm
All error/warnings (new ones prefixed by >>):
arch/arm/kernel/smc-call.S: Assembler messages:
>> arch/arm/kernel/smc-call.S:21: Error: selected processor does not support ARM mode `bx lr'
vim +21 arch/arm/kernel/smc-call.S
15
16 #include <asm/opcodes-sec.h>
17
18 /* int invoke_smc(u32 function_id, u32 arg0, u32 arg1, u32 arg2) */
19 ENTRY(invoke_smc)
20 __SMC(0)
> 21 bx lr
22 ENDPROC(invoke_smc)
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
[-- Attachment #2: .config.gz --]
[-- Type: application/octet-stream, Size: 12414 bytes --]
next prev parent reply other threads:[~2015-10-02 5:14 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-01 12:04 [RFC] arm: Add generic smc wrapper Lars Persson
2015-10-02 5:13 ` kbuild test robot [this message]
2015-10-02 22:16 ` Arnd Bergmann
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=201510021338.iKkCgj7c%fengguang.wu@intel.com \
--to=lkp@intel.com \
--cc=kbuild-all@01.org \
--cc=larper@axis.com \
--cc=lars.persson@axis.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.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