mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel.com>
To: Zhangfei Gao <zhangfei.gao@linaro.org>
Cc: kbuild-all@lists.01.org,
	reg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Arnd Bergmann <arnd@arndb.de>,
	jonathan.cameron@huawei.com, grant.likely@arm.com,
	jean-philippe <jean-philippe@linaro.org>,
	ilias.apalodimas@linaro.org, francois.ozog@linaro.org,
	kenneth-lee-2012@foxmail.com, Wangzhou <wangzhou1@hisilicon.com>,
	linux-accelerators@lists.ozlabs.org,
	linux-kernel@vger.kernel.org,
	Zhangfei Gao <zhangfei.gao@linaro.org>
Subject: Re: [PATCH v5 3/3] crypto: hisilicon - register zip engine to uacce
Date: Tue, 15 Oct 2019 01:16:49 +0800	[thread overview]
Message-ID: <201910150112.KZQGqLIG%lkp@intel.com> (raw)
In-Reply-To: <1571035735-31882-4-git-send-email-zhangfei.gao@linaro.org>

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

Hi Zhangfei,

Thank you for the patch! Yet something to improve:

[auto build test ERROR on char-misc/char-misc-testing]
[cannot apply to v5.4-rc3 next-20191014]
[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/Zhangfei-Gao/Add-uacce-module-for-Accelerator/20191014-145145
config: x86_64-randconfig-b002-201941 (attached as .config)
compiler: gcc-7 (Debian 7.4.0-13) 7.4.0
reproduce:
        # save the attached .config to linux build tree
        make ARCH=x86_64 

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/uapi/misc/uacce/qm.h:6:2: error: unknown type name '__u16'
     __u16 id;
     ^~~~~
   include/uapi/misc/uacce/qm.h:7:2: error: unknown type name '__u16'
     __u16 qc_type;
     ^~~~~

vim +/__u16 +6 include/uapi/misc/uacce/qm.h

     4	
     5	struct hisi_qp_ctx {
   > 6		__u16 id;
     7		__u16 qc_type;
     8	};
     9	

---
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: 38158 bytes --]

      reply	other threads:[~2019-10-14 17:17 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-14  6:48 [PATCH v5 0/3] Add uacce module for Accelerator Zhangfei Gao
2019-10-14  6:48 ` [PATCH v5 1/3] uacce: Add documents for uacce Zhangfei Gao
2019-10-14  6:48 ` [PATCH v5 2/3] uacce: add uacce driver Zhangfei Gao
2019-10-14 10:32   ` Jonathan Cameron
2019-10-15  7:39     ` zhangfei
2019-10-15 17:55       ` reg Kroah-Hartman
2019-10-16  8:37         ` zhangfei
2019-10-14  6:48 ` [PATCH v5 3/3] crypto: hisilicon - register zip engine to uacce Zhangfei Gao
2019-10-14 17:16   ` 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=201910150112.KZQGqLIG%lkp@intel.com \
    --to=lkp@intel.com \
    --cc=arnd@arndb.de \
    --cc=francois.ozog@linaro.org \
    --cc=grant.likely@arm.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=ilias.apalodimas@linaro.org \
    --cc=jean-philippe@linaro.org \
    --cc=jonathan.cameron@huawei.com \
    --cc=kbuild-all@lists.01.org \
    --cc=kenneth-lee-2012@foxmail.com \
    --cc=linux-accelerators@lists.ozlabs.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=wangzhou1@hisilicon.com \
    --cc=zhangfei.gao@linaro.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

Powered by JetHome