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.0 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.6 Received: from mail-io1-f51.google.com (mail-io1-f51.google.com [209.85.166.51]) by gnuweeb.org (Postfix) with ESMTPS id 995C77E726 for ; Thu, 12 Jan 2023 17:49:46 +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=zjXR+czZ; dkim-atps=neutral Received: by mail-io1-f51.google.com with SMTP id b127so1394662iof.8 for ; Thu, 12 Jan 2023 09:49:46 -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=lX65Kc7nPBXbKkjC+fwCboVLbKB6Sj5cvcRLzBYpuH8=; b=zjXR+czZhQA6mN23SRRhdexwgum0awej5ztuUJiGA5aPYiAuxIHFtH9TYVl8hBT40d uBsDyhJLi0BcfTxlZrk6Q2MzUW/iTnbg+JohjC6LOvpa/euVj1i+TawUPbPTW4VqMcmj IkjFrD7EB6drCGUkKVO75zihiEFPOz497TuvDH3g2Z8GoS8ugNgUj43YPcUcM9l1SJ88 Kg7ewxWinPXqrTMahDkkxCw7P+5/n43YYYhzJ9lu8mZvYVAfsa6ryfXHgxbRJMcdJXTI wL9ku14WherXIxbuLVM49sZbPOtF1LLjvmrTOKgM48fXoH2jy21sc3t/Sj4+M6bjO6ut cHuQ== 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=lX65Kc7nPBXbKkjC+fwCboVLbKB6Sj5cvcRLzBYpuH8=; b=1hiQVcdNYerfNI5N7AF9j68Hfd1ScxYImCRN0WQ7tRk1CIxnwghxVIrkNjUNgZAPWI bL5a5AShGme9VDqqMHOKT8gorm9Qt0pf/si/iNj6Sm5JlFRimR9BmRIKR7MqTcg63T7q ciKIg3tRmPhmpY/apOsM/vrF15T5bc/dPOZ4oqvpAGyaI8UvyAx0giAaBkSAOmNQWsFv 9UZ3Wk7mJSHuvspfy1w4gK4FvxEhxOA9mbhi1qxuzoQDu9RtQn3jQjZ8vftqpLMZ5+SV Ycn8F5bABrAnkuLaWHv0/Q31HidHHcEylWDsssEQiFV3hgW4F3haXZIbf66A/UEAmdNb M9xg== X-Gm-Message-State: AFqh2krmxrYchOonnZzkbG5/pZWxyQu4HeKvvAleNIGYdfrUHnDAqq+0 wGnkPhmPXzUngZhfqL8l5fkYWw5dOIGvcCmG X-Google-Smtp-Source: AMrXdXvfJPdLEtfNFkqs3kJLgiXfwKPgDLqr+vUzgKVDpr7E0hVILPhNql9TZ0A9d7sdAlUC3iKdfg== X-Received: by 2002:a05:6602:1cf:b0:6ed:95f:92e7 with SMTP id w15-20020a05660201cf00b006ed095f92e7mr9115315iot.0.1673545785360; Thu, 12 Jan 2023 09:49:45 -0800 (PST) Received: from [127.0.0.1] ([207.135.234.126]) by smtp.gmail.com with ESMTPSA id d2-20020a0566022be200b006e00ddb4517sm6280650ioy.48.2023.01.12.09.49.44 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 12 Jan 2023 09:49:44 -0800 (PST) From: Jens Axboe To: Ammar Faizi Cc: Pavel Begunkov , Breno Leitao , Christian Mazakas , Gilang Fachrezy , VNLX Kernel Department , "io-uring Mailing List" , Linux Kernel Mailing List , "GNU/Weeb Mailing List" In-Reply-To: <20230112155709.303615-1-ammar.faizi@intel.com> References: <20230112155709.303615-1-ammar.faizi@intel.com> Subject: Re: [PATCH liburing v1 0/4] liburing updates for 2.4 Message-Id: <167354578448.497205.2301808870925643742.b4-ty@kernel.dk> Date: Thu, 12 Jan 2023 10:49:44 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Mailer: b4 0.12-dev-78c63 List-Id: On Thu, 12 Jan 2023 22:57:05 +0700, Ammar Faizi wrote: > I have found two people confused about the io_uring_prep_splice() > function, especially on the offset part. The current manpage for > io_uring_prep_splice() doesn't tell about the rules of the offset > arguments. > > Despite these rules are already noted in "man 2 io_uring_enter", > people who want to know about this prep function will prefer to read > "man 3 io_uring_prep_splice". Let's explain it there. > > [...] Applied, thanks! [1/4] liburing-ffi.map: Add io_uring_prep_msg_ring_cqe_flags() function commit: 390b4f6a1314f8b1c51ced51c70b8646a51ad081 [2/4] CHANGELOG: Note about --nolibc configure option deprecation commit: 68c2a983819edae4e724b49b2e644767684eb103 [3/4] liburing.h: 's/is adjust/is adjusted/' and fix indentation commit: f63a594cbc58bb0f680e7d424f2d8f836142aa35 [4/4] man/io_uring_prep_splice.3: Explain more about io_uring_prep_splice() commit: 55bbe5b71c7d39c9ea44e5abb886846010c67baa Best regards, -- Jens Axboe