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 42AB0C4332F for ; Wed, 16 Nov 2022 06:49:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231502AbiKPGtY (ORCPT ); Wed, 16 Nov 2022 01:49:24 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57164 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231708AbiKPGtX (ORCPT ); Wed, 16 Nov 2022 01:49:23 -0500 Received: from gnuweeb.org (gnuweeb.org [51.81.211.47]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 59C002871F; Tue, 15 Nov 2022 22:49:22 -0800 (PST) Received: from [192.168.88.87] (unknown [125.160.109.228]) by gnuweeb.org (Postfix) with ESMTPSA id 5738F815D1; Wed, 16 Nov 2022 06:49:20 +0000 (UTC) X-GW-Data: lPqxHiMPbJw1wb7CM9QUryAGzr0yq5atzVDdxTR0iA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gnuweeb.org; s=default; t=1668581362; bh=ddQLC+19w51VNciA5GePbW/kweB3Q6cmanRt4xXRJMk=; h=Date:Subject:From:To:Cc:References:In-Reply-To:From; b=qbtl8MfRFhFqRenLVGMCJGgvxxnwhRmHNeNtIjZoDmusvx1Z8bg55tvp0AJPLV32h XrJj8nEuMNKRKTuk3Vts08+N2R2DFV7LMjcBA9pYjm0CnwCndXI6ejM1tYOdte9lFo 4zRnFFGs6osXfQcRwhiUySW/BcD2XEcSJK60UlpF0i2NtjEYqSo2STKUClrqdyrgyZ zDV8qo2I3BUvCN650YLC7MCYygA60LJqRv3INxgCYd44HdxZRMCky7FWJrWjTjcqFN OCYX+8snHgT9UqBQBf8Q2nFPHpranHONVOnZFlz6MMsc1dbkbODGn7couJpVtUlmFA UCRBXrKepkYwA== Message-ID: Date: Wed, 16 Nov 2022 13:49:08 +0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2 Subject: Re: (subset) [PATCH v1 0/2] io_uring uapi updates Content-Language: en-US From: Ammar Faizi To: Jens Axboe Cc: GNU/Weeb Mailing List , io-uring Mailing List , Pavel Begunkov , Stefan Metzmacher , Linux Kernel Mailing List References: <20221115212614.1308132-1-ammar.faizi@intel.com> <166855408973.7702.1716032255757220554.b4-ty@kernel.dk> <61293423-8541-cb8b-32b4-9a4decb3544f@gnuweeb.org> In-Reply-To: <61293423-8541-cb8b-32b4-9a4decb3544f@gnuweeb.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: io-uring@vger.kernel.org On 11/16/22 1:34 PM, Ammar Faizi wrote: > On 11/16/22 6:14 AM, Jens Axboe wrote: >> On Wed, 16 Nov 2022 04:29:51 +0700, Ammar Faizi wrote: >>> From: Ammar Faizi >>> >>> Hi Jens, >>> >>> io_uring uapi updates: >>> >>> 1) Don't force linux/time_types.h for userspace. Linux's io_uring.h is >>>     synced 1:1 into liburing's io_uring.h. liburing has a configure >>>     check to detect the need for linux/time_types.h (Stefan). >>> >>> [...] >> >> Applied, thanks! >> >> [1/2] io_uring: uapi: Don't force linux/time_types.h for userspace >>        commit: 958bfdd734b6074ba88ee3abc69d0053e26b7b9c > > Jens, please drop this commit. It breaks the build: > > All errors (new ones prefixed by >>): > >    In file included from : >>> ./usr/include/linux/io_uring.h:654:41: error: field 'timeout' has incomplete type >      654 |         struct __kernel_timespec        timeout; >          |                                         ^~~~~~~ https://lore.kernel.org/r/202211161421.AfP10hq6-lkp@intel.com -- Ammar Faizi