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 CF76EC433F5 for ; Sat, 15 Jan 2022 14:22:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232784AbiAOOWF (ORCPT ); Sat, 15 Jan 2022 09:22:05 -0500 Received: from mga12.intel.com ([192.55.52.136]:65520 "EHLO mga12.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229684AbiAOOWE (ORCPT ); Sat, 15 Jan 2022 09:22:04 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1642256524; x=1673792524; h=date:from:to:cc:subject:message-id:mime-version; bh=N0fB5+2LlGwFz+nC626bb9OcnsTLxVoOh1VGivG/Iwg=; b=dRis9zdtyS8lwYT7C2lqNo58jPLDXy1h0KUP21svKECpqeE8pfJ9GRqd s1xxX4wdOdPp52YIQRCggf2vU6JkY5DwUBSzy2hHhI8WdD0nSYY+oJtPB kQE/Q2feNM8rV5JfB4nw4txWE6GkmNu4DcxFtIDatn2FNpBxM/vVRfNCY 9VsjlCxKpq5XQZPo3h7NKyU3NgEY6ktV8a0/BBmD87IT2nXJ2pEGkcsXY cGIcCLqbx1FdDuZ3A2g4MZlh7AjtQBZTZRAIyVl2FiDR4VfHAsXge7vLG iXxg2tbrHWgUYTJSdPUMsjcGV29Bccaldk2g164uc7Yn4avla/xHMn8tW Q==; X-IronPort-AV: E=McAfee;i="6200,9189,10227"; a="224396629" X-IronPort-AV: E=Sophos;i="5.88,290,1635231600"; d="scan'208";a="224396629" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Jan 2022 06:22:04 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.88,290,1635231600"; d="scan'208";a="559822118" Received: from lkp-server01.sh.intel.com (HELO 276f1b88eecb) ([10.239.97.150]) by orsmga001.jf.intel.com with ESMTP; 15 Jan 2022 06:22:02 -0800 Received: from kbuild by 276f1b88eecb with local (Exim 4.92) (envelope-from ) id 1n8jwQ-0009sm-8P; Sat, 15 Jan 2022 14:22:02 +0000 Date: Sat, 15 Jan 2022 22:21:35 +0800 From: kernel test robot To: Ingo Molnar Cc: llvm@lists.linux.dev, kbuild-all@lists.01.org, linux-kernel@vger.kernel.org Subject: [mingo-tip:sched/headers 1595/2384] ./usr/include/linux/if_link.h:5:10: fatal error: 'uapi/linux/netlink.h' file not found Message-ID: <202201152228.l7UYAZdZ-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://git.kernel.org/pub/scm/linux/kernel/git/mingo/tip.git sched/headers head: 4c707c1c0de83967079b4e385012fa5b00e2cd11 commit: 60d16930c980493906092825024aebd0235c0f37 [1595/2384] headers/deps: net: Optimize config: i386-randconfig-a006 (https://download.01.org/0day-ci/archive/20220115/202201152228.l7UYAZdZ-lkp@intel.com/config) compiler: clang version 14.0.0 (https://github.com/llvm/llvm-project d1021978b8e7e35dcc30201ca1731d64b5a602a8) 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://git.kernel.org/pub/scm/linux/kernel/git/mingo/tip.git/commit/?id=60d16930c980493906092825024aebd0235c0f37 git remote add mingo-tip git://git.kernel.org/pub/scm/linux/kernel/git/mingo/tip.git git fetch --no-tags mingo-tip sched/headers git checkout 60d16930c980493906092825024aebd0235c0f37 # 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=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 :1: In file included from ./usr/include/linux/if_arp.h:27: In file included from ./usr/include/linux/netdevice.h:32: >> ./usr/include/linux/if_link.h:5:10: fatal error: 'uapi/linux/netlink.h' file not found #include ^~~~~~~~~~~~~~~~~~~~~~ 1 error generated. --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org