public inbox for linux-arm-kernel@lists.infradead.org 
 help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel•com>
To: Peng Fan <peng.fan@nxp•com>
Cc: "mark.rutland@arm•com" <mark.rutland@arm•com>,
	"devicetree@vger•kernel.org" <devicetree@vger•kernel.org>,
	Peng Fan <peng.fan@nxp•com>,
	"f.fainelli@gmail•com" <f.fainelli@gmail•com>,
	"andre.przywara@arm•com" <andre.przywara@arm•com>,
	"jassisinghbrar@gmail•com" <jassisinghbrar@gmail•com>,
	"linux-kernel@vger•kernel.org" <linux-kernel@vger•kernel.org>,
	"robh+dt@kernel•org" <robh+dt@kernel•org>,
	kbuild-all@01•org, "sudeep.holla@arm•com" <sudeep.holla@arm•com>,
	"linux-arm-kernel@lists•infradead.org"
	<linux-arm-kernel@lists•infradead.org>,
	dl-linux-imx <linux-imx@nxp•com>
Subject: Re: [PATCH V8 2/2] mailbox: introduce ARM SMC based mailbox
Date: Tue, 24 Sep 2019 11:20:05 +0800	[thread overview]
Message-ID: <201909241133.nnfQ4ay1%lkp@intel.com> (raw)
In-Reply-To: <1569287538-10854-3-git-send-email-peng.fan@nxp.com>

[-- Attachment #1: Type: text/plain, Size: 1990 bytes --]

Hi Peng,

Thank you for the patch! Yet something to improve:

[auto build test ERROR on linus/master]
[cannot apply to v5.3 next-20190920]
[if your patch is applied to the wrong git tree, please drop us a note to help
improve the system. BTW, we also suggest to use '--base' option to specify the
base tree in git format-patch, please see https://stackoverflow.com/a/37406982]

url:    https://github.com/0day-ci/linux/commits/Peng-Fan/mailbox-arm-introduce-smc-triggered-mailbox/20190924-091652
config: sh-allmodconfig (attached as .config)
compiler: sh4-linux-gcc (GCC) 7.4.0
reproduce:
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # save the attached .config to linux build tree
        GCC_VERSION=7.4.0 make.cross ARCH=sh 

If you fix the issue, kindly add following tag
Reported-by: kbuild test robot <lkp@intel•com>

All errors (new ones prefixed by >>):

   In file included from <command-line>:0:0:
>> include/linux/mailbox/arm-smccc-mbox.h:17:3: error: unknown type name 'u32'
      u32 args_smccc32[6];
      ^~~
>> include/linux/mailbox/arm-smccc-mbox.h:18:3: error: unknown type name 'u64'
      u64 args_smccc64[6];
      ^~~

vim +/u32 +17 include/linux/mailbox/arm-smccc-mbox.h

     5	
     6	/**
     7	 * struct arm_smccc_mbox_cmd - ARM SMCCC message structure
     8	 * @function_id:	function id passed from client, If mbox
     9	 *			DT has arm,func-id property, the driver will use
    10	 *			that one.
    11	 * @args_smccc32/64:	actual usage of registers is up to the protocol
    12	 *			(within the SMCCC limits)
    13	 */
    14	struct arm_smccc_mbox_cmd {
    15		unsigned int function_id;
    16		union {
  > 17			u32 args_smccc32[6];
  > 18			u64 args_smccc64[6];
    19		};
    20	};
    21	

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 52171 bytes --]

[-- Attachment #3: Type: text/plain, Size: 176 bytes --]

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

      parent reply	other threads:[~2019-09-24  3:20 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-24  1:14 [PATCH V8 0/2] mailbox: arm: introduce smc triggered mailbox Peng Fan
2019-09-24  1:14 ` [PATCH V8 1/2] dt-bindings: mailbox: add binding doc for the ARM SMC/HVC mailbox Peng Fan
2019-09-24  3:00   ` Florian Fainelli
2019-09-24  1:14 ` [PATCH V8 2/2] mailbox: introduce ARM SMC based mailbox Peng Fan
2019-09-24  2:48   ` Florian Fainelli
2019-09-24  2:54     ` Peng Fan
2019-09-24  3:20   ` kbuild test robot [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=201909241133.nnfQ4ay1%lkp@intel.com \
    --to=lkp@intel$(echo .)com \
    --cc=andre.przywara@arm$(echo .)com \
    --cc=devicetree@vger$(echo .)kernel.org \
    --cc=f.fainelli@gmail$(echo .)com \
    --cc=jassisinghbrar@gmail$(echo .)com \
    --cc=kbuild-all@01$(echo .)org \
    --cc=linux-arm-kernel@lists$(echo .)infradead.org \
    --cc=linux-imx@nxp$(echo .)com \
    --cc=linux-kernel@vger$(echo .)kernel.org \
    --cc=mark.rutland@arm$(echo .)com \
    --cc=peng.fan@nxp$(echo .)com \
    --cc=robh+dt@kernel$(echo .)org \
    --cc=sudeep.holla@arm$(echo .)com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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