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 X-Spam-Level: X-Spam-Status: No, score=-15.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5BBD6C433E6 for ; Mon, 4 Jan 2021 23:38:33 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 321892253A for ; Mon, 4 Jan 2021 23:38:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727816AbhADXiR (ORCPT ); Mon, 4 Jan 2021 18:38:17 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59814 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727233AbhADXiR (ORCPT ); Mon, 4 Jan 2021 18:38:17 -0500 Received: from mail-lf1-x12b.google.com (mail-lf1-x12b.google.com [IPv6:2a00:1450:4864:20::12b]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CB3F1C061574 for ; Mon, 4 Jan 2021 15:37:36 -0800 (PST) Received: by mail-lf1-x12b.google.com with SMTP id o13so68530553lfr.3 for ; Mon, 04 Jan 2021 15:37:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=Syu+xxRAPCF7ZDfxf+eNrKawbMbaHC21ZzbVNHvmoNU=; b=vS6piS7GZ7FM8pSxgUMVT0AesLf79CFBlO57LTgwBgs8ZY4/9C9RwBL8z1cbvUJ1Y5 ZfX3W46abfFMvSgr/+C3qqoqrdHPJUPmLkFe+u2cREVGmnDRL8e9Ld6lcwQYQBuuPec4 9CWnSIIQ56Tqnt386PKMbLVBwlwAvuu5tALDQuYRcfbAojS1QG/5ySEFW+eNxpr5VLf1 jFtUyvoOg1ZV2KGr4fKaQ6SCqnx9Sa9oy8NfKVy47ImF0axZBpmTTU3sVurybMakWLIo jrygYOD+N0yKO0hjR2w4aLsM3Zga32PMD0vJbwO4tSbUkDZxKriIYc1eIF7b7Ahim3QC FMpA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=Syu+xxRAPCF7ZDfxf+eNrKawbMbaHC21ZzbVNHvmoNU=; b=Hqz7iugag4EBRXbJrtKGvti6WtQOPGyfGCenfQQkDrU9v3FsnHRfKGPECymTY9D5Sz ef6edn5yw5i0nlw9MwrW6fajQQyPzJFuKz7CB5V+M9ndsSkuG6oQIK/LV2cW0OV1ZLmN Btm7CUTV6dcgQFcn5hwWJjYO0hhQic0f+i0FdGnvAGNlM1Dy6JskPFOZacDIe6Z7KWuT YsWAd/OwHSlPpelnSX7HcDfT8FtwDBFYh7LPDfuz2qeiwye1ZNnXlfdDRVbodkFy8w+U WBkHf6C3xvcB9IOinKA2hsQs/X7YKVGFLEvrzEf5IXRCpaJvd6dv67hINTjLYE/zhLBf Bzww== X-Gm-Message-State: AOAM5311gP9e27MSQwzlr2wuEwS1Rpcybx3Lw3JXOgjNjqE1SO07CROk U0wpUS7hgsIkPniopcRCHGz2SkiqiTJ7mQ== X-Google-Smtp-Source: ABdhPJysZZK8X4fQAnsVO1k6luBlR+0WTc4jfn+LYo/Mh8Chbm4wCTVsqpwJIRJDDhmWzw1rfTpCmg== X-Received: by 2002:a5d:4e86:: with SMTP id e6mr83186185wru.33.1609793226722; Mon, 04 Jan 2021 12:47:06 -0800 (PST) Received: from localhost.localdomain ([85.255.233.205]) by smtp.gmail.com with ESMTPSA id n16sm54715017wrj.26.2021.01.04.12.47.06 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 04 Jan 2021 12:47:06 -0800 (PST) From: Pavel Begunkov To: Jens Axboe , io-uring@vger.kernel.org Subject: [PATCH v2 1/2] io_uring: drop file refs after task cancel Date: Mon, 4 Jan 2021 20:43:29 +0000 Message-Id: X-Mailer: git-send-email 2.24.0 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: io-uring@vger.kernel.org io_uring fds marked O_CLOEXEC and we explicitly cancel all requests before going through exec, so we don't want to leave task's file references to not our anymore io_uring instances. Signed-off-by: Pavel Begunkov --- fs/io_uring.c | 25 ++++++++++++++++--------- 1 file changed, 16 insertions(+), 9 deletions(-) diff --git a/fs/io_uring.c b/fs/io_uring.c index 445035b24a50..85de42c42433 100644 --- a/fs/io_uring.c +++ b/fs/io_uring.c @@ -8958,6 +8958,15 @@ static void io_uring_attempt_task_drop(struct file *file) io_uring_del_task_file(file); } +static void io_uring_remove_task_files(struct io_uring_task *tctx) +{ + struct file *file; + unsigned long index; + + xa_for_each(&tctx->xa, index, file) + io_uring_del_task_file(file); +} + void __io_uring_files_cancel(struct files_struct *files) { struct io_uring_task *tctx = current->io_uring; @@ -8966,16 +8975,12 @@ void __io_uring_files_cancel(struct files_struct *files) /* make sure overflow events are dropped */ atomic_inc(&tctx->in_idle); - - xa_for_each(&tctx->xa, index, file) { - struct io_ring_ctx *ctx = file->private_data; - - io_uring_cancel_task_requests(ctx, files); - if (files) - io_uring_del_task_file(file); - } - + xa_for_each(&tctx->xa, index, file) + io_uring_cancel_task_requests(file->private_data, files); atomic_dec(&tctx->in_idle); + + if (files) + io_uring_remove_task_files(tctx); } static s64 tctx_inflight(struct io_uring_task *tctx) @@ -9038,6 +9043,8 @@ void __io_uring_task_cancel(void) } while (1); atomic_dec(&tctx->in_idle); + + io_uring_remove_task_files(tctx); } static int io_uring_flush(struct file *file, void *data) -- 2.24.0 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 X-Spam-Level: X-Spam-Status: No, score=-15.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7FA11C433E0 for ; Mon, 4 Jan 2021 23:50:07 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 46E5D22519 for ; Mon, 4 Jan 2021 23:50:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726256AbhADXtv (ORCPT ); Mon, 4 Jan 2021 18:49:51 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33402 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726163AbhADXtv (ORCPT ); Mon, 4 Jan 2021 18:49:51 -0500 Received: from mail-lf1-x131.google.com (mail-lf1-x131.google.com [IPv6:2a00:1450:4864:20::131]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C620EC061574 for ; Mon, 4 Jan 2021 15:49:09 -0800 (PST) Received: by mail-lf1-x131.google.com with SMTP id y19so68347571lfa.13 for ; Mon, 04 Jan 2021 15:49:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=Syu+xxRAPCF7ZDfxf+eNrKawbMbaHC21ZzbVNHvmoNU=; b=VZWU+ypQBnwUwzS9fgjVQ2+C6+9e52vs6hGohsnOaNXWkNffQey4B8MgBLXBH4rThN ZCp9WN6A8tMJ60bBv7xSeBM42HrwvTbWSduheR9lvToHcheY8Cr2EFm9gq40MK0tHBKo 9eKdncGRARlTH+fTk2iDyFd4R7/IM5k2kQG5JwXQ7tIXds6GdJB5O+TXQ8xHlQph7H9r R7/KEFkXVXJgEMx2dFDKqSTsSFF3NwHVoK1XdDE6iRCzjePHlXQT0Zxqf5O15TiYQjq2 2exmx6qcM9wJXVxETBmCF47RpWXEWcIR2MZowcbjDwDR8hg3RXbKc0UJupcayNakyxOa GzxQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=Syu+xxRAPCF7ZDfxf+eNrKawbMbaHC21ZzbVNHvmoNU=; b=YefUTOaDuN15W3NlamEb2f07MVfSU8Pm6+iMpocLK4WBWBLKCbMvH8iXvmTehCIhrj lOiOXHey2tXuRWmUfU2qn/H+8NatLPk50kZ9IaddClAa6YCjucfXAKBC5CZq6+rrKn34 quw2cN4kCWwBF017ZGUoeFQyJM2IqyZbuNse1f/OYD8wLV0nJOicHXEV/c8vq2CEhDNt 2wUaJzFoeJ6Rntc5/Qchsoi9BS5XhM6pYzfy3T9M6MYsq6r9KH0ere629gM4Yq9/mOpx Fpr8Ewg2Pdawazsq8akvlHs10rTTTeb2Qp8Y3P9a8Kus2jkTulmHdJxyRDtW1+Tnf/Mu v3hA== X-Gm-Message-State: AOAM530oVDOdC5lIxN9TrDp8/QvjWZv49y1neRxiXh2HDrzjVwdGQv2d DpkwWrB+xfJY12BB08UY+0k8AS8RSi5kVg== X-Google-Smtp-Source: ABdhPJxglpsJSOsi0kuWofTnvEnaIHB3jhOnZfUIRX+M5eYNczr97NoeFm1zLgutbYOx2MX198dS8Q== X-Received: by 2002:a5d:604a:: with SMTP id j10mr82516747wrt.290.1609792965202; Mon, 04 Jan 2021 12:42:45 -0800 (PST) Received: from localhost.localdomain ([85.255.233.205]) by smtp.gmail.com with ESMTPSA id o13sm73525006wrh.88.2021.01.04.12.42.44 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 04 Jan 2021 12:42:44 -0800 (PST) From: Pavel Begunkov To: Jens Axboe , io-uring@vger.kernel.org Subject: [PATCH v2 1/2] io_uring: drop file refs after task cancel Date: Mon, 4 Jan 2021 20:39:07 +0000 Message-ID: X-Mailer: git-send-email 2.24.0 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: io-uring@vger.kernel.org Message-ID: <20210104203907.eS_ePJIdBk_vFjOCRXHoM-vPQTDyqiP89sbTS2tydGE@z> io_uring fds marked O_CLOEXEC and we explicitly cancel all requests before going through exec, so we don't want to leave task's file references to not our anymore io_uring instances. Signed-off-by: Pavel Begunkov --- fs/io_uring.c | 25 ++++++++++++++++--------- 1 file changed, 16 insertions(+), 9 deletions(-) diff --git a/fs/io_uring.c b/fs/io_uring.c index 445035b24a50..85de42c42433 100644 --- a/fs/io_uring.c +++ b/fs/io_uring.c @@ -8958,6 +8958,15 @@ static void io_uring_attempt_task_drop(struct file *file) io_uring_del_task_file(file); } +static void io_uring_remove_task_files(struct io_uring_task *tctx) +{ + struct file *file; + unsigned long index; + + xa_for_each(&tctx->xa, index, file) + io_uring_del_task_file(file); +} + void __io_uring_files_cancel(struct files_struct *files) { struct io_uring_task *tctx = current->io_uring; @@ -8966,16 +8975,12 @@ void __io_uring_files_cancel(struct files_struct *files) /* make sure overflow events are dropped */ atomic_inc(&tctx->in_idle); - - xa_for_each(&tctx->xa, index, file) { - struct io_ring_ctx *ctx = file->private_data; - - io_uring_cancel_task_requests(ctx, files); - if (files) - io_uring_del_task_file(file); - } - + xa_for_each(&tctx->xa, index, file) + io_uring_cancel_task_requests(file->private_data, files); atomic_dec(&tctx->in_idle); + + if (files) + io_uring_remove_task_files(tctx); } static s64 tctx_inflight(struct io_uring_task *tctx) @@ -9038,6 +9043,8 @@ void __io_uring_task_cancel(void) } while (1); atomic_dec(&tctx->in_idle); + + io_uring_remove_task_files(tctx); } static int io_uring_flush(struct file *file, void *data) -- 2.24.0