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 65BD0C61DA4 for ; Sat, 11 Feb 2023 15:33:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229717AbjBKPdV (ORCPT ); Sat, 11 Feb 2023 10:33:21 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37912 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229517AbjBKPdR (ORCPT ); Sat, 11 Feb 2023 10:33:17 -0500 Received: from mail-pj1-x1031.google.com (mail-pj1-x1031.google.com [IPv6:2607:f8b0:4864:20::1031]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 719E82685A for ; Sat, 11 Feb 2023 07:33:07 -0800 (PST) Received: by mail-pj1-x1031.google.com with SMTP id on9-20020a17090b1d0900b002300a96b358so8490141pjb.1 for ; Sat, 11 Feb 2023 07:33:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel-dk.20210112.gappssmtp.com; s=20210112; t=1676129586; 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=3C/YASUIoy+dQcEYZ+F2OwnfV9uUu+22o30wDUIMzBE=; b=sbVTZ6emU72abJ/43S9dRNx91cA3NySmKA+Mc39t143FMQvGNsFplK+3YIgAKHCnaO 4qXaLeE/xNBoI3uIwiSDhFKJkQXYTZFzaENlUPdMc3aV6I+8ZVFouQH4mHwPiQruonYw tWb4Q7KwVk1FAImU1/dwnKXcTlRWyzAXk7eIOJRCP+MAo6ivePzNK0yBjdmFWlbPTlw8 trRQR6EbK1LlwLzCNfMtuRtX+QqmUm8Juw/PWZxxc++sIPYwOlxDM8WDxL4+3Su1gYHF uoD76qwrhx95BUZyN/Isod0iE6gRTMIF4kEjzD7OS2CR3r8QHrWLYeLKk9yC8x1WPx1G Dvhg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1676129586; 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=3C/YASUIoy+dQcEYZ+F2OwnfV9uUu+22o30wDUIMzBE=; b=mSn7ZvZFb0P6mLixpd6qaXN9+2EHbbl5T14Az9HWg8+zKJLKlrYzNrC/khwXKMakOo tKy9Gx9otCngp0+f1LoAr68/jRIss/ZbedC+0q0C8dHWD0K2hW/WzPWFfRHWHO1suDR6 OlSXDy+J0NLcLfA3mIIHAAyFcxstz2amkcF4p5j3V+256t0hzSPx9J0LAJO6yo/N3R3B b6ZjVpUvNS5ECsz0bJLZLioQgMWhsIlDtUT3zvEZe4kCciBByrgHdWtamhjRO/wN6Zum v54k61RW9/lYKeB6+NovwMW8A3adhhkrsECYSM07kvihLW7Djo1+0n6IWeGRBg8nKwsT 6Flw== X-Gm-Message-State: AO0yUKVS5Nv2L5E5zRRse02lMvDdLc5QNoS5rADhxW7+AALJ43GyX5r1 6HQHhYdwVieJdIrI29G//r2ZiA== X-Google-Smtp-Source: AK7set8Qp1ZJeY9F/hMzd03j0PcrfY61A4xgg3Ab4f7G8S8p7WiH3f0uEwnVqAVhQtBxa7kXTpS9CA== X-Received: by 2002:a17:90a:5ae2:b0:230:b356:a35b with SMTP id n89-20020a17090a5ae200b00230b356a35bmr15997262pji.4.1676129586562; Sat, 11 Feb 2023 07:33:06 -0800 (PST) Received: from [192.168.1.136] ([198.8.77.157]) by smtp.gmail.com with ESMTPSA id w23-20020a17090a15d700b0022bf0b0e1b7sm2962226pjd.10.2023.02.11.07.33.05 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Sat, 11 Feb 2023 07:33:06 -0800 (PST) Message-ID: <787c3b62-f5d8-694d-cd2f-24b40848e39f@kernel.dk> Date: Sat, 11 Feb 2023 08:33:04 -0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux aarch64; rv:102.0) Gecko/20100101 Thunderbird/102.7.2 Subject: Re: copy on write for splice() from file to pipe? Content-Language: en-US To: Ming Lei Cc: Linus Torvalds , Andy Lutomirski , Dave Chinner , Matthew Wilcox , Stefan Metzmacher , linux-fsdevel , Linux API Mailing List , io-uring , "linux-kernel@vger.kernel.org" , Al Viro , Samba Technical References: <7a2e5b7f-c213-09ff-ef35-d6c2967b31a7@kernel.dk> <2bb12591-9d24-6b26-178f-05e939bf3251@kernel.dk> <55eaac9e-0d77-1fa2-df27-4d64e123177e@kernel.dk> From: Jens Axboe In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2/11/23 8:05 AM, Ming Lei wrote: > On Sat, Feb 11, 2023 at 07:13:44AM -0700, Jens Axboe wrote: >> On 2/10/23 8:18?PM, Ming Lei wrote: >>> On Fri, Feb 10, 2023 at 02:08:35PM -0800, Linus Torvalds wrote: >>>> On Fri, Feb 10, 2023 at 1:51 PM Jens Axboe wrote: >>>>> >>>>> Speaking of splice/io_uring, Ming posted this today: >>>>> >>>>> https://lore.kernel.org/io-uring/20230210153212.733006-1-ming.lei@redhat.com/ >>>> >>>> Ugh. Some of that is really ugly. Both 'ignore_sig' and >>>> 'ack_page_consuming' just look wrong. Pure random special cases. >>>> >>>> And that 'ignore_sig' is particularly ugly, since the only thing that >>>> sets it also sets SPLICE_F_NONBLOCK. >>>> >>>> And the *only* thing that actually then checks that field is >>>> 'splice_from_pipe_next()', where there are exactly two >>>> signal_pending() checks that it adds to, and >>>> >>>> (a) the first one is to protect from endless loops >>>> >>>> (b) the second one is irrelevant when SPLICE_F_NONBLOCK is set >>>> >>>> So honestly, just NAK on that series. >>>> >>>> I think that instead of 'ignore_sig' (which shouldn't exist), that >>>> first 'signal_pending()' check in splice_from_pipe_next() should just >>>> be changed into a 'fatal_signal_pending()'. >>> >>> Good point, here the signal is often from task_work_add() called by >>> io_uring. >> >> Usually you'd use task_sigpending() to distinguis the two, but >> fatal_signal_pending() as Linus suggests would also work. The only >> concern here is that since you'll be potentially blocking on waiting for >> the pipe to be readable - if task does indeed have task_work pending and >> that very task_work is the one that will ensure that the pipe is now >> readable, then you're waiting condition will never be satisfied. > > The 2nd signal_pending() will break the loop to get task_work handled, > so it is safe to only change the 1st one to fatal_signal_pending(). OK, but then the ignore_sig change should not be needed at all, just changing that first bit to fatal_signal_pending() would do the trick? -- Jens Axboe