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=-0.0 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPF_HELO_NONE, SPF_PASS autolearn=ham autolearn_force=no version=3.4.6 Received: from mail-pj1-f45.google.com (mail-pj1-f45.google.com [209.85.216.45]) by gnuweeb.org (Postfix) with ESMTPS id 78102815D2 for ; Tue, 15 Nov 2022 23:14:51 +0000 (UTC) Authentication-Results: gnuweeb.org; dkim=pass (2048-bit key; unprotected) header.d=kernel-dk.20210112.gappssmtp.com header.i=@kernel-dk.20210112.gappssmtp.com header.a=rsa-sha256 header.s=20210112 header.b=TAP0ZPmL; dkim-atps=neutral Received: by mail-pj1-f45.google.com with SMTP id e7-20020a17090a77c700b00216928a3917so549382pjs.4 for ; Tue, 15 Nov 2022 15:14:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel-dk.20210112.gappssmtp.com; s=20210112; h=content-transfer-encoding:mime-version:date:message-id:subject :references:in-reply-to:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=uXteisCHfC2Jumrw0QvvayC/9D0lzkigAdFvBDLcATY=; b=TAP0ZPmLYjiS8S4IxBaVRNgvn+VUdzCoHzzZErXsb4OpAFvPvrE0pr0QNqVfcoweNm QPoVZjQVtsQFgcR1xUtl2IdFIvrni1wTZW56xQUBDAo4sxk8BMLk67DuBNpT3tykon41 UGNyiZjKWl0Da1Ghcw5okzrac1hx8Uf6uzzjZFtlL1heepoezJZ/VTW642ALYUh1vRTp oOFueBcfiQoSkxVXKZgrFqu5dglDsFHR0LrGCbj1c85eOh8cGNVsVIKRGA8GaZTcUYHN 9rmwrxn5xz4IUArMorT1tjvAzmvYxT5QDBSivVqLHqDXL89M81kRmtRH5gq8jl4lge5e 1UOA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:date:message-id:subject :references:in-reply-to:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=uXteisCHfC2Jumrw0QvvayC/9D0lzkigAdFvBDLcATY=; b=S0cYZ4rL6cT6a4yNagA2FDJGH3n63ZvjvdqeOtLQmPxxnLhn2R/eSdEk9uzkXrXWUU iShtIrJMbvUGNs0DR6NgchkXh9ruT7Ivv8p8YTWfP8rbLYtuF7h8C+VEhYs8+8/zKvkV Dhtf0FYkjl3fr5Nw9bqeoJULGyKCaVGZrExSzAFt6mAbaAG6Wp6r0lyaB+HtTRBfuC2+ k9W0S3HdTKsu3d/Su3z0Dm+RRv6TkiWIYTsdT2Wyf6ZJKOp1AIJ17FwrGsu+vKdGuMAQ LIL0HelRAbU4rblQ3HM0ZcuZALmAwkWNFS2/jGnJN/pPmKXw4p+vvzymk4dnAWRJF7dR DexQ== X-Gm-Message-State: ANoB5pkdjjsqFEzkNH7t5MNPiLnQ+1qXwnoO0vyuz5XiQVFuaVPaagpU opD+ug5rtGv6E3ADvg4NnANX3w== X-Google-Smtp-Source: AA0mqf7wU9j2Lqlq2FWr3yJ/1dcSF+lcDwpBE242qiy8AiCfTME1tF0OWckzDdpyHCfq1+0cQQj5Ew== X-Received: by 2002:a17:90a:990d:b0:212:d909:a41e with SMTP id b13-20020a17090a990d00b00212d909a41emr723629pjp.48.1668554090893; Tue, 15 Nov 2022 15:14:50 -0800 (PST) Received: from [127.0.0.1] ([198.8.77.157]) by smtp.gmail.com with ESMTPSA id h13-20020a170902f54d00b0017f7c4e2604sm10501404plf.296.2022.11.15.15.14.49 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 15 Nov 2022 15:14:50 -0800 (PST) From: Jens Axboe To: Ammar Faizi Cc: GNU/Weeb Mailing List , io-uring Mailing List , Pavel Begunkov , Stefan Metzmacher , Linux Kernel Mailing List In-Reply-To: <20221115212614.1308132-1-ammar.faizi@intel.com> References: <20221115212614.1308132-1-ammar.faizi@intel.com> Subject: Re: (subset) [PATCH v1 0/2] io_uring uapi updates Message-Id: <166855408973.7702.1716032255757220554.b4-ty@kernel.dk> Date: Tue, 15 Nov 2022 16:14:49 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit X-Mailer: b4 0.11.0-dev-28747 List-Id: 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 Best regards, -- Jens Axboe