From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8A53CC433EF for ; Thu, 25 Nov 2021 17:11:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235634AbhKYROb (ORCPT ); Thu, 25 Nov 2021 12:14:31 -0500 Received: from mga11.intel.com ([192.55.52.93]:30422 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S241880AbhKYRM3 (ORCPT ); Thu, 25 Nov 2021 12:12:29 -0500 X-IronPort-AV: E=McAfee;i="6200,9189,10179"; a="233034669" X-IronPort-AV: E=Sophos;i="5.87,263,1631602800"; d="scan'208";a="233034669" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Nov 2021 08:58:46 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.87,263,1631602800"; d="scan'208";a="457918053" Received: from lkp-server02.sh.intel.com (HELO 9e1e9f9b3bcb) ([10.239.97.151]) by orsmga006.jf.intel.com with ESMTP; 25 Nov 2021 08:58:45 -0800 Received: from kbuild by 9e1e9f9b3bcb with local (Exim 4.92) (envelope-from ) id 1mqI56-0006fn-6j; Thu, 25 Nov 2021 16:58:44 +0000 Date: Fri, 26 Nov 2021 00:57:47 +0800 From: kernel test robot To: Hans Verkuil Cc: llvm@lists.linux.dev, kbuild-all@lists.01.org, linux-kernel@vger.kernel.org Subject: [hverkuil-media-tree:extron 24/26] ./usr/include/linux/cec.h:150:19: error: unknown type name 'bool' Message-ID: <202111260058.vapJnwHD-lkp@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org tree: git://linuxtv.org/hverkuil/media_tree.git extron head: 14428d5edce10d71fd18564114989459dbc00ae8 commit: b06e0fa1fd28ff51c1bfad1e1d9d0b977c64e986 [24/26] cec.h: add cec_msg_recv_is_tx_result() helper config: x86_64-randconfig-a014-20211123 (https://download.01.org/0day-ci/archive/20211126/202111260058.vapJnwHD-lkp@intel.com/config) compiler: clang version 14.0.0 (https://github.com/llvm/llvm-project 49e3838145dff1ec91c2e67a2cb562775c8d2a08) 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 git remote add hverkuil-media-tree git://linuxtv.org/hverkuil/media_tree.git git fetch --no-tags hverkuil-media-tree extron git checkout b06e0fa1fd28ff51c1bfad1e1d9d0b977c64e986 # save the config file to linux build tree mkdir build_dir COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=x86_64 SHELL=/bin/bash If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All errors (new ones prefixed by >>): In file included from :1: >> ./usr/include/linux/cec.h:150:19: error: unknown type name 'bool' static __inline__ bool cec_msg_recv_is_tx_result(const struct cec_msg *msg) ^ 1 error generated. --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org