[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <201910150112.KZQGqLIG%lkp@intel.com>
Date: Tue, 15 Oct 2019 01:16:49 +0800
From: kbuild test robot <lkp@...el.com>
To: Zhangfei Gao <zhangfei.gao@...aro.org>
Cc: kbuild-all@...ts.01.org,
reg Kroah-Hartman <gregkh@...uxfoundation.org>,
Arnd Bergmann <arnd@...db.de>, jonathan.cameron@...wei.com,
grant.likely@....com, jean-philippe <jean-philippe@...aro.org>,
ilias.apalodimas@...aro.org, francois.ozog@...aro.org,
kenneth-lee-2012@...mail.com, Wangzhou <wangzhou1@...ilicon.com>,
linux-accelerators@...ts.ozlabs.org, linux-kernel@...r.kernel.org,
Zhangfei Gao <zhangfei.gao@...aro.org>
Subject: Re: [PATCH v5 3/3] crypto: hisilicon - register zip engine to uacce
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@...el.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
Download attachment ".config.gz" of type "application/gzip" (38158 bytes)
Powered by blists - more mailing lists