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 011B7C433EF for ; Thu, 25 Nov 2021 17:42:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1348350AbhKYRpa (ORCPT ); Thu, 25 Nov 2021 12:45:30 -0500 Received: from mga11.intel.com ([192.55.52.93]:18633 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1348372AbhKYRn3 (ORCPT ); Thu, 25 Nov 2021 12:43:29 -0500 X-IronPort-AV: E=McAfee;i="6200,9189,10179"; a="233040879" X-IronPort-AV: E=Sophos;i="5.87,263,1631602800"; d="scan'208";a="233040879" Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Nov 2021 09:39:47 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.87,263,1631602800"; d="scan'208";a="741809310" Received: from lkp-server02.sh.intel.com (HELO 9e1e9f9b3bcb) ([10.239.97.151]) by fmsmga006.fm.intel.com with ESMTP; 25 Nov 2021 09:39:46 -0800 Received: from kbuild by 9e1e9f9b3bcb with local (Exim 4.92) (envelope-from ) id 1mqIin-0006j8-Nw; Thu, 25 Nov 2021 17:39:45 +0000 Date: Fri, 26 Nov 2021 01:38:59 +0800 From: kernel test robot To: Hans Verkuil Cc: 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: <202111260122.FnElWddE-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: i386-allyesconfig (https://download.01.org/0day-ci/archive/20211126/202111260122.FnElWddE-lkp@intel.com/config) compiler: gcc-9 (Debian 9.3.0-22) 9.3.0 reproduce (this is a W=1 build): 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 make W=1 O=build_dir ARCH=i386 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 :32: >> ./usr/include/linux/cec.h:150:19: error: unknown type name 'bool' 150 | static __inline__ bool cec_msg_recv_is_tx_result(const struct cec_msg *msg) | ^~~~ --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org