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=-1.8 required=5.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,NICE_REPLY_A,NO_DNS_FOR_FROM, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 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) 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 List-Id: 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