From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on gnuweeb.org X-Spam-Level: X-Spam-Status: No, score=-3.5 required=5.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_MED,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by gnuweeb.org (Postfix) with ESMTPS id B87F47FD62 for ; Sat, 18 Jun 2022 20:41:35 +0000 (UTC) Authentication-Results: gnuweeb.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.a=rsa-sha256 header.s=Intel header.b=hHv+4a7I; dkim-atps=neutral DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1655584895; x=1687120895; h=date:from:to:cc:subject:message-id:mime-version; bh=khlXxBNtw9otyLIH7to3c6AMa7OD9qLduT03+uTNd/s=; b=hHv+4a7It3MxZEgy8Xb40A6sEa5Duy6Jz0IauaQ5fWDCTgL4IwBXSE2P 830BICCaH/1pzdvUMLU84ecVQCF/x6NxYy77YDcs4pfW4p39uze3V/d5M 3K3IEXfnBeJkDtgBAZ+7SrPR/K1H5m6pRfCJULgzmc3umkNuK76UEbC6P lY+YzJ1vFvNjrpc9uQawOp9mZeHI4p7ZkW8ThirvjRc7FTYLbqUAzwKt3 cmbgKWAh2Y5/PVCn3QPEFnvPuM6HnHShDhEsibYkEJ99BkbOAvD+VTJqJ 2ku8FJBriCVvEWxR0af7ghTP35Mb8diMUVpcZrHlW3wARwamv2W536Se2 Q==; X-IronPort-AV: E=McAfee;i="6400,9594,10380"; a="343668929" X-IronPort-AV: E=Sophos;i="5.92,306,1650956400"; d="scan'208";a="343668929" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Jun 2022 13:41:34 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.92,306,1650956400"; d="scan'208";a="584419932" Received: from lkp-server01.sh.intel.com (HELO 60dabacc1df6) ([10.239.97.150]) by orsmga007.jf.intel.com with ESMTP; 18 Jun 2022 13:41:32 -0700 Received: from kbuild by 60dabacc1df6 with local (Exim 4.95) (envelope-from ) id 1o2fG8-000Qa9-3Q; Sat, 18 Jun 2022 20:41:32 +0000 Date: Sun, 19 Jun 2022 04:41:26 +0800 From: kernel test robot To: Jens Axboe Cc: kbuild-all@lists.01.org, GNU/Weeb Mailing List , linux-kernel@vger.kernel.org Subject: [ammarfaizi2-block:axboe/linux-block/for-5.20/io_uring-cancel 98/98] ./usr/include/linux/io_uring.h:573:41: error: field 'timeout' has incomplete type Message-ID: <202206190428.1ubitzgx-lkp@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline List-Id: tree: https://github.com/ammarfaizi2/linux-block axboe/linux-block/for-5.20/io_uring-cancel head: c96865d6b624236f64b285734357c704a8fbf10c commit: c96865d6b624236f64b285734357c704a8fbf10c [98/98] io_uring: add sync cancelation API through io_uring_register() config: x86_64-randconfig-a006 (https://download.01.org/0day-ci/archive/20220619/202206190428.1ubitzgx-lkp@intel.com/config) compiler: gcc-11 (Debian 11.3.0-3) 11.3.0 reproduce (this is a W=1 build): # https://github.com/ammarfaizi2/linux-block/commit/c96865d6b624236f64b285734357c704a8fbf10c git remote add ammarfaizi2-block https://github.com/ammarfaizi2/linux-block git fetch --no-tags ammarfaizi2-block axboe/linux-block/for-5.20/io_uring-cancel git checkout c96865d6b624236f64b285734357c704a8fbf10c # save the config file mkdir build_dir && cp config build_dir/.config make W=1 O=build_dir ARCH=x86_64 SHELL=/bin/bash If you fix the issue, kindly add following tag where applicable Reported-by: kernel test robot All errors (new ones prefixed by >>): In file included from : >> ./usr/include/linux/io_uring.h:573:41: error: field 'timeout' has incomplete type 573 | struct __kernel_timespec timeout; | ^~~~~~~ -- 0-DAY CI Kernel Test Service https://01.org/lkp