From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) (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 CDF822F26 for ; Wed, 9 Feb 2022 16:11:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1644423116; x=1675959116; h=date:from:to:cc:subject:message-id:mime-version; bh=K76IZNl81El6uMeLRI2J523Uo7wzz+zbadhxDLmgMaQ=; b=b5jvodo4YMc2WvmRNhuZV1p+qOwvkTfM80+Qd6pr9Yvj5p+pHrEpmyrs lIdfFI5HmUdjFsTnwykH3YeSRWXaHKB84ngE0TRkarkqXir+YBYqKXoSb oKFDa9IPmnfZO/rLoQvOEUkKc5FZFEJplsGbRFVK6ONttfkGdZW71qsYt wiCr+XQ9ldIdRHaprehi3dPU0ag3z+Han0A9QCqyVfE0SL5mOJkwfhqn1 1+hBvmuK5+EBioSwIN8VIm5XQDfXZ6ewBJQdvTEbp7utOmxs5Wvvc7eEd 50vX5/wDuduPEU1iPIUWzIC3Gj91gA5f1Sh39RIh/KTJq6SLhnHJbdIQ1 Q==; X-IronPort-AV: E=McAfee;i="6200,9189,10252"; a="273777447" X-IronPort-AV: E=Sophos;i="5.88,356,1635231600"; d="scan'208";a="273777447" Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Feb 2022 08:11:55 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.88,356,1635231600"; d="scan'208";a="536972775" Received: from lkp-server01.sh.intel.com (HELO d95dc2dabeb1) ([10.239.97.150]) by fmsmga007.fm.intel.com with ESMTP; 09 Feb 2022 08:11:54 -0800 Received: from kbuild by d95dc2dabeb1 with local (Exim 4.92) (envelope-from ) id 1nHpZS-00021R-6F; Wed, 09 Feb 2022 16:11:54 +0000 Date: Thu, 10 Feb 2022 00:11:18 +0800 From: kernel test robot To: Liu Yi L Cc: llvm@lists.linux.dev, kbuild-all@lists.01.org, linux-kernel@vger.kernel.org Subject: [luxis1999-iommufd:iommufd-v5.17-rc1 23/28] include/linux/iommufd.h:30:1: error: expected identifier or '(' Message-ID: <202202100053.GJbVdZiP-lkp@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 User-Agent: Mutt/1.10.1 (2018-07-13) tree: https://github.com/luxis1999/iommufd iommufd-v5.17-rc1 head: ebf68af0385d0d5c209e63e8065d31db938275d8 commit: 68a771c26362267465beafd67fabe1e751604493 [23/28] vfio/pci: Add VFIO_DEVICE_ATTACH_IOASPT config: hexagon-randconfig-r003-20220209 (https://download.01.org/0day-ci/archive/20220210/202202100053.GJbVdZiP-lkp@intel.com/config) compiler: clang version 15.0.0 (https://github.com/llvm/llvm-project e8bff9ae54a55b4dbfeb6ba55f723abbd81bf494) 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/luxis1999/iommufd/commit/68a771c26362267465beafd67fabe1e751604493 git remote add luxis1999-iommufd https://github.com/luxis1999/iommufd git fetch --no-tags luxis1999-iommufd iommufd-v5.17-rc1 git checkout 68a771c26362267465beafd67fabe1e751604493 # 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=hexagon SHELL=/bin/bash drivers/vfio/ 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 drivers/vfio/vfio.c:35: >> include/linux/iommufd.h:30:1: error: expected identifier or '(' { ^ 1 error generated. vim +30 include/linux/iommufd.h faffab36f0032f0 Jason Gunthorpe 2021-11-11 26 faffab36f0032f0 Jason Gunthorpe 2021-11-11 27 #else /* !CONFIG_IOMMUFD */ faffab36f0032f0 Jason Gunthorpe 2021-11-11 28 static inline struct iommufd_device * faffab36f0032f0 Jason Gunthorpe 2021-11-11 29 iommufd_bind_pci_device(int fd, struct pci_dev *pdev, u32 *id); faffab36f0032f0 Jason Gunthorpe 2021-11-11 @30 { faffab36f0032f0 Jason Gunthorpe 2021-11-11 31 return ERR_PTR(-EOPNOTSUPP); faffab36f0032f0 Jason Gunthorpe 2021-11-11 32 } faffab36f0032f0 Jason Gunthorpe 2021-11-11 33 :::::: The code at line 30 was first introduced by commit :::::: faffab36f0032f06ff2478067840ead66e38b543 iommufd: Add kAPI toward external drivers :::::: TO: Jason Gunthorpe :::::: CC: Jason Gunthorpe --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org