From: kernel test robot <lkp@intel.com>
To: Sudeep Holla <sudeep.holla@arm.com>,
linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org
Cc: kbuild-all@lists.01.org, Sudeep Holla <sudeep.holla@arm.com>,
Trilok Soni <tsoni@codeaurora.org>,
arve@android.com, Andrew Walbran <qwandor@google.com>,
David Hartley <dhh@qti.qualcomm.com>,
Achin Gupta <Achin.Gupta@arm.com>,
Android Kernel Team <kernel-team@android.com>,
Fuad Tabba <tabba@google.com>
Subject: Re: [PATCH v2 9/9] firmware: arm_ffa: Add support for MEM_* interfaces
Date: Wed, 4 Nov 2020 13:48:02 +0800 [thread overview]
Message-ID: <202011041342.uB5MEFkJ-lkp@intel.com> (raw)
In-Reply-To: <20201103174350.991593-10-sudeep.holla@arm.com>
[-- Attachment #1: Type: text/plain, Size: 2120 bytes --]
Hi Sudeep,
I love your patch! Yet something to improve:
[auto build test ERROR on robh/for-next]
[also build test ERROR on arm/for-next keystone/next rockchip/for-next shawnguo/for-next soc/for-next linus/master v5.10-rc2 next-20201103]
[cannot apply to arm64/for-next/core linux-rpi/for-rpi-next at91/at91-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]
url: https://github.com/0day-ci/linux/commits/Sudeep-Holla/firmware-Add-initial-support-for-Arm-FF-A/20201104-014609
base: https://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git for-next
config: x86_64-randconfig-a005-20201103 (attached as .config)
compiler: gcc-9 (Debian 9.3.0-15) 9.3.0
reproduce (this is a W=1 build):
# https://github.com/0day-ci/linux/commit/2e8f3c2680d2f574b4e4efcce5dfd75912527386
git remote add linux-review https://github.com/0day-ci/linux
git fetch --no-tags linux-review Sudeep-Holla/firmware-Add-initial-support-for-Arm-FF-A/20201104-014609
git checkout 2e8f3c2680d2f574b4e4efcce5dfd75912527386
# save the attached .config to linux build tree
make W=1 ARCH=x86_64
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 >>):
In file included from <command-line>:32:
>> ./usr/include/linux/arm_ffa.h:51:2: error: unknown type name 'bool'
51 | bool use_txbuf;
| ^~~~
>> ./usr/include/linux/arm_ffa.h:52:2: error: unknown type name 'u64'
52 | u64 tag;
| ^~~
>> ./usr/include/linux/arm_ffa.h:53:2: error: unknown type name 'u32'
53 | u32 flags;
| ^~~
./usr/include/linux/arm_ffa.h:55:2: error: unknown type name 'u32'
55 | u32 nattrs;
| ^~~
./usr/include/linux/arm_ffa.h:57:2: error: unknown type name 'u64'
57 | u64 *g_handle;
| ^~~
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org
[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 33681 bytes --]
next prev parent reply other threads:[~2020-11-04 5:48 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-11-03 17:43 [PATCH v2 0/9] firmware: Add initial support for Arm FF-A Sudeep Holla
2020-11-03 17:43 ` [PATCH v2 1/9] dt-bindings: Arm: Add Firmware Framework for Armv8-A (FF-A) binding Sudeep Holla
2020-11-03 17:43 ` [PATCH v2 2/9] dt-bindings: Arm: Extend FF-A binding to support in-kernel usage of partitions Sudeep Holla
2020-11-03 17:43 ` [PATCH v2 3/9] arm64: smccc: Add support for SMCCCv1.2 input/output registers Sudeep Holla
2020-11-04 13:22 ` Andrew Walbran
2020-11-03 17:43 ` [PATCH v2 4/9] firmware: arm_ffa: Add initial FFA bus support for device enumeration Sudeep Holla
2020-11-03 17:43 ` [PATCH v2 5/9] firmware: arm_ffa: Add initial Arm FFA driver support Sudeep Holla
2020-11-03 17:43 ` [PATCH v2 6/9] firmware: arm_ffa: Add support for SMCCC as transport to FFA driver Sudeep Holla
2020-11-03 17:43 ` [PATCH v2 7/9] firmware: arm_ffa: Setup in-kernel users of FFA partitions Sudeep Holla
2020-11-28 13:36 ` Jens Wiklander
2020-11-30 11:13 ` Sudeep Holla
2020-11-03 17:43 ` [PATCH v2 8/9] firmware: arm_ffa: Setup and register all the KVM managed partitions Sudeep Holla
2020-11-03 17:43 ` [PATCH v2 9/9] firmware: arm_ffa: Add support for MEM_* interfaces Sudeep Holla
2020-11-04 5:48 ` kernel test robot [this message]
2020-11-28 12:25 ` [PATCH v2 0/9] firmware: Add initial support for Arm FF-A Jens Wiklander
2020-11-30 11:17 ` Sudeep Holla
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=202011041342.uB5MEFkJ-lkp@intel.com \
--to=lkp@intel.com \
--cc=Achin.Gupta@arm.com \
--cc=arve@android.com \
--cc=devicetree@vger.kernel.org \
--cc=dhh@qti.qualcomm.com \
--cc=kbuild-all@lists.01.org \
--cc=kernel-team@android.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=qwandor@google.com \
--cc=sudeep.holla@arm.com \
--cc=tabba@google.com \
--cc=tsoni@codeaurora.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;
as well as URLs for NNTP newsgroup(s).