From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 16DB64439 for ; Wed, 14 Sep 2022 20:53:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1663188808; x=1694724808; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=2ZBy574VPvpNgyR6nSsCWGAosoLWJlJ1Eve+1ru/t+Y=; b=E8tna+w7Uy26l/CozWkMYWkZAhoiw0+s+4ybz/N9vY6zIKPaP/V3wYMA 6TA7MAy3NYLpTH6cdoI1VFgIOgsU856wiYnsh0vqcjhmm8ghqV4eJfvUw 6QdOSPehMQfRnwFCWi75Hp8XoftMCTJgtpuQteEYgZGNdgyheCaCrnOL4 Bvc6HGYx+EgjInUOLcSQgVyUKswAq8Cd/kCAf8sDPdH/XacFGSadEKpFm ThznhOuF0OLfv3VuFldRUl0wpW7nyjUscDEJM7cbq4mJeULw7YPUYsK6Q kGylSoDm1CA/4+lT6JzreFRRluclBaTNvfW29k7LDbhs6zxoqjTcphpyg Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10470"; a="299898330" X-IronPort-AV: E=Sophos;i="5.93,315,1654585200"; d="scan'208";a="299898330" Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Sep 2022 13:53:04 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.93,315,1654585200"; d="scan'208";a="685450350" Received: from lkp-server01.sh.intel.com (HELO d6e6b7c4e5a2) ([10.239.97.150]) by fmsmga004.fm.intel.com with ESMTP; 14 Sep 2022 13:53:02 -0700 Received: from kbuild by d6e6b7c4e5a2 with local (Exim 4.96) (envelope-from ) id 1oYZNV-0000ZE-2b; Wed, 14 Sep 2022 20:53:01 +0000 Date: Thu, 15 Sep 2022 04:52:28 +0800 From: kernel test robot To: wen.ping.teh@intel.com, Herbert Xu , "David S . Miller" Cc: llvm@lists.linux.dev, kbuild-all@lists.01.org, Dinh Nguyen , linux-kernel@vger.kernel.org, linux-crypto@vger.kernel.org, Teh Wen Ping Subject: Re: [PATCH 1/2] crypto: intel-fcs: crypto service driver for Intel SoCFPGA family Message-ID: <202209150451.PQ7ojJzq-lkp@intel.com> References: <20220914144320.605421-1-wen.ping.teh@intel.com> Precedence: bulk X-Mailing-List: llvm@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220914144320.605421-1-wen.ping.teh@intel.com> Hi, Thank you for the patch! Yet something to improve: [auto build test ERROR on herbert-cryptodev-2.6/master] [also build test ERROR on herbert-crypto-2.6/master arm64/for-next/core linus/master v6.0-rc5 next-20220914] [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#_base_tree_information] url: https://github.com/intel-lab-lkp/linux/commits/wen-ping-teh-intel-com/crypto-intel-fcs-Add-crypto-service-driver-for-Intel-SoCFPGA/20220914-224700 base: https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git master config: i386-randconfig-a006 (https://download.01.org/0day-ci/archive/20220915/202209150451.PQ7ojJzq-lkp@intel.com/config) compiler: clang version 14.0.6 (https://github.com/llvm/llvm-project f28c006a5895fc0e329fe15fead81e37457cb1d1) reproduce (this is a W=1 build): wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross # https://github.com/intel-lab-lkp/linux/commit/4cdd20e357a4c52a9479852d5464147100813280 git remote add linux-review https://github.com/intel-lab-lkp/linux git fetch --no-tags linux-review wen-ping-teh-intel-com/crypto-intel-fcs-Add-crypto-service-driver-for-Intel-SoCFPGA/20220914-224700 git checkout 4cdd20e357a4c52a9479852d5464147100813280 # save the config file mkdir build_dir && cp config build_dir/.config COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=i386 SHELL=/bin/bash If you fix the issue, kindly add following tag where applicable Reported-by: kernel test robot All errors (new ones prefixed by >>): In file included from :1: >> ./usr/include/linux/intel_fcs-ioctl.h:40:2: error: unknown type name 'uint32_t' uint32_t test_bit:1; ^ ./usr/include/linux/intel_fcs-ioctl.h:41:2: error: unknown type name 'uint32_t' uint32_t rsvd:31; ^ ./usr/include/linux/intel_fcs-ioctl.h:56:2: error: unknown type name 'uint32_t' uint32_t size; ^ ./usr/include/linux/intel_fcs-ioctl.h:66:2: error: unknown type name 'uint32_t' uint32_t size; ^ ./usr/include/linux/intel_fcs-ioctl.h:79:2: error: unknown type name 'uint32_t' uint32_t size; ^ ./usr/include/linux/intel_fcs-ioctl.h:80:2: error: unknown type name 'uint32_t' uint32_t c_status; ^ ./usr/include/linux/intel_fcs-ioctl.h:92:2: error: unknown type name 'uint32_t' uint32_t src_size; ^ ./usr/include/linux/intel_fcs-ioctl.h:94:2: error: unknown type name 'uint32_t' uint32_t dst_size; ^ ./usr/include/linux/intel_fcs-ioctl.h:106:2: error: unknown type name 'uint32_t' uint32_t src_size; ^ ./usr/include/linux/intel_fcs-ioctl.h:108:2: error: unknown type name 'uint32_t' uint32_t dst_size; ^ ./usr/include/linux/intel_fcs-ioctl.h:116:2: error: unknown type name 'uint32_t' uint32_t rndm[8]; ^ 11 errors generated. -- 0-DAY CI Kernel Test Service https://01.org/lkp