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 E6836C433F5 for ; Thu, 21 Apr 2022 06:49:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1385294AbiDUGvr (ORCPT ); Thu, 21 Apr 2022 02:51:47 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51150 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1385276AbiDUGvg (ORCPT ); Thu, 21 Apr 2022 02:51:36 -0400 Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6B07217AA7 for ; Wed, 20 Apr 2022 23:45:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1650523559; x=1682059559; h=date:from:to:cc:subject:message-id:mime-version; bh=Ny/t573XxmBPMvgs6kdlkybOpMmWgeRx2GkUhaOPr/k=; b=I1n5CnPyTE4lbqq+XQgTD8+zEbL4/ZNQbzUk0nC8NvOmhoRxD1s19IV3 +yvGIdu+cKmwx92B9nENrFuRv4puKHzzpwIuIuMPAvYN39JCQbi3TU/er 6wzC0IzzZbfs6Ns6oOfR7sMAkxPHZ4GGosSSkicNTeYKehn9Ugs7j8dcI brhUTbo72woHKkE5oScYR3cK5oihL4FWJxxsxxw3u7ZxtT/XqiM6+R6Tw EfyOFK67Rr7FP/+KI98d4W6S2cXjzU4CX7nPl7R3M1hvqGHZ5f1jaN69D pWofC9pPvSg+6n8LzlBYVGFdbCQ3gh4jj0S8OaA+tqoA+0F7SfJd86irP Q==; X-IronPort-AV: E=McAfee;i="6400,9594,10323"; a="244839093" X-IronPort-AV: E=Sophos;i="5.90,278,1643702400"; d="scan'208";a="244839093" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Apr 2022 23:45:53 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.90,278,1643702400"; d="scan'208";a="593513491" Received: from lkp-server01.sh.intel.com (HELO 3abc53900bec) ([10.239.97.150]) by orsmga001.jf.intel.com with ESMTP; 20 Apr 2022 23:45:52 -0700 Received: from kbuild by 3abc53900bec with local (Exim 4.95) (envelope-from ) id 1nhQZb-00082T-Kk; Thu, 21 Apr 2022 06:45:51 +0000 Date: Thu, 21 Apr 2022 14:45:10 +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 1711/2579] usr/include/linux/netlink.h:5:10: fatal error: 'uapi/linux/types.h' file not found Message-ID: <202204211350.dqMcqQJM-lkp@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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: 49e1ec6c70a6eb4b7de9250a455b8b63eb42afbe commit: d2d700a2eb67346fe31986e3915499c53959f5eb [1711/2579] headers/deps: net: Optimize config: i386-randconfig-a013 (https://download.01.org/0day-ci/archive/20220421/202204211350.dqMcqQJM-lkp@intel.com/config) compiler: clang version 15.0.0 (https://github.com/llvm/llvm-project bac6cd5bf85669e3376610cfc4c4f9ca015e7b9b) 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=d2d700a2eb67346fe31986e3915499c53959f5eb 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 d2d700a2eb67346fe31986e3915499c53959f5eb # 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 arch/x86/crypto/ arch/x86/entry/ arch/x86/kernel/cpu/ arch/x86/pci/ kernel/bpf/ kernel/trace/ net/ipv6/ samples/connector/ 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 samples/connector/ucon.c:14: >> usr/include/linux/netlink.h:5:10: fatal error: 'uapi/linux/types.h' file not found #include ^~~~~~~~~~~~~~~~~~~~ 1 error generated. -- 0-DAY CI Kernel Test Service https://01.org/lkp