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 4D284C433FE for ; Wed, 16 Nov 2022 13:50:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233064AbiKPNum (ORCPT ); Wed, 16 Nov 2022 08:50:42 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35198 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233199AbiKPNud (ORCPT ); Wed, 16 Nov 2022 08:50:33 -0500 Received: from mail-pg1-x531.google.com (mail-pg1-x531.google.com [IPv6:2607:f8b0:4864:20::531]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 10C5BA47E for ; Wed, 16 Nov 2022 05:50:32 -0800 (PST) Received: by mail-pg1-x531.google.com with SMTP id h193so16677553pgc.10 for ; Wed, 16 Nov 2022 05:50:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel-dk.20210112.gappssmtp.com; s=20210112; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :from:to:cc:subject:date:message-id:reply-to; bh=vE2pgiW5yR6p6FUmDp41b9OlcBb789zbwYHvSxU9Vds=; b=tbYFWwWqpttGWffvBY1TGZ6Ypk1QKWFGVHHjq+40SX3MsspLXIuBefdSUXakBDYr83 KmJyIS7WaZDJtAxxRICxQMVAB9YF7aM6NJ6AhzzfO8R2TC2pyGf10+HHnnSVteZRy5fE 6dxIcA4ZUhiE0zN1bJrCUQMd66htm9p2Ryr67WZZWdd57BkJrGiiI948AFvN6Bt2gi4q 3/5zqI+maPaOJhjD1F8FDPcxpFHxDtm80VS+eyhkrLqXzzMeD+BnO2O9m3rSIQRLXQGK fQpxQc+4t0IaSoWFETwyaGWOpw9nH9QAE251QeNstPg6D65kx5ZgHXbAUR5I41OxEDb4 teTQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=vE2pgiW5yR6p6FUmDp41b9OlcBb789zbwYHvSxU9Vds=; b=Vc1weHQl6IBKq7zVPjEiq7qfuZGtkB3R2/tN/DMrBN2nU01a7iXc0IDd4Tbx2NCIZs pZm8FhyyfliF/464dhDEDMBZ1mzGBH0r3k15X/vIDW+tsIw/92LvAhI1oNwk0iem2nHT V6XE/dZYEJA6cUYWIYyozx6hjeF0/QZrdBvhoUb5VwFS4jXd8ImAZ5F/SZhhZI0DYzct jVPcv3e+UE7LLIoIHR6nU3cwXrB6vRasX9ey3nNu2x6be6MkClRKEPCwqJsPaRKdNq4e pT0ElivStYxkF1xgbani5h504oZsoziGPpBgRYkM/QuuUugWHDTYh6ebwM0BCBr22Zwi xOGg== X-Gm-Message-State: ANoB5pmiG13whglZVyzus11I/xZUg0WkfACYN6p1DbtOLjTTrNyJI1m8 K+WGpSl/no1Gbspyow6Olbq6LQ== X-Google-Smtp-Source: AA0mqf6ax7f66rumBFOa4MH74BP1EpT6b5Wp2Md7xd30Kk4aHVxOCt4hjrZ4y2G1WpZx16+qtL/J/A== X-Received: by 2002:a63:1a23:0:b0:476:c8c5:ba85 with SMTP id a35-20020a631a23000000b00476c8c5ba85mr5686067pga.182.1668606631486; Wed, 16 Nov 2022 05:50:31 -0800 (PST) Received: from [192.168.1.136] ([198.8.77.157]) by smtp.gmail.com with ESMTPSA id c17-20020a170902d49100b0017a032d7ae4sm12346931plg.104.2022.11.16.05.50.30 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 16 Nov 2022 05:50:31 -0800 (PST) Message-ID: Date: Wed, 16 Nov 2022 06:50:29 -0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux aarch64; rv:102.0) Gecko/20100101 Thunderbird/102.4.1 Subject: Re: (subset) [PATCH v1 0/2] io_uring uapi updates Content-Language: en-US To: Ammar Faizi 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> From: Jens Axboe In-Reply-To: <61293423-8541-cb8b-32b4-9a4decb3544f@gnuweeb.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: io-uring@vger.kernel.org On 11/15/22 11: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: Dropped - please actually build your patches, or make it clear that they were not built at all. None of these 2 patches were any good. -- Jens Axboe