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=-2.5 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=no 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 4B5ABC433E1 for ; Thu, 25 Jun 2020 13:21:19 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 1EB2720781 for ; Thu, 25 Jun 2020 13:21:19 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=kernel-dk.20150623.gappssmtp.com header.i=@kernel-dk.20150623.gappssmtp.com header.b="licMAqKn" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2404962AbgFYNVR (ORCPT ); Thu, 25 Jun 2020 09:21:17 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36088 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2404916AbgFYNVM (ORCPT ); Thu, 25 Jun 2020 09:21:12 -0400 Received: from mail-pf1-x443.google.com (mail-pf1-x443.google.com [IPv6:2607:f8b0:4864:20::443]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C0CC4C08C5DB for ; Thu, 25 Jun 2020 06:21:12 -0700 (PDT) Received: by mail-pf1-x443.google.com with SMTP id j1so3015874pfe.4 for ; Thu, 25 Jun 2020 06:21:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel-dk.20150623.gappssmtp.com; s=20150623; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-language:content-transfer-encoding; bh=wJfFA7Bq0B+KC15Q8f+/jSKFh8zbNtSTmbiv4SH+pao=; b=licMAqKnCRhl06F26ksnjRZ9QOafA8QE/XeKKNmgnBx9ti8Of3GhZqRCtCvoF883c7 LtDmj4H8J1OHGOaQjn2f0Gap1eaSckAhjGrmsvdRjGUw5afbQTjJfg3Uq+Ep4AwJuWon QDSxptWrPLm3dq9kmjLXy3vZC67/NUyx4iUP3OI4MzsV7V7goaWtd3Hqe52k0VJQ0l1S a9RIlvoW4lr3hcQncrmwVIWnr1EAFdn+/D8Ctrv5cAV3TcyWdNlxHgAbAxJf9Frdnjj0 Q1OMP6kbVZ78XI/b1KQqnnVjNnodm8a+ZfJDUxWQag+hkj3EVmq0DhcX/L4o+3eLcF7A N6pQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=wJfFA7Bq0B+KC15Q8f+/jSKFh8zbNtSTmbiv4SH+pao=; b=PjpKUDBTlYo/SqXT+NPIfc00zcGyhKBmN27UccLiHSNqTjCMO0tcTeycjUlvkMjw99 zNNDxP9bWk7yQZ36J0YeITHpNhJOAkAfLH83UfPXlApBfCH3fFmHNdiqp+wVmt+O41vn ol3/8lfna5phKkqufd5RwPTzBj6XzIymngU2VOW2M7g+og7E5DJDhavR+AXcgrKlpOiP jmIaSysb0f84Dy53rNqJ6gcvjW0tehCBCBKoRSm2Feq1U7TPMQCZE/W2foJQH+hGhfjf +zqv5Cm29880lZk1Y1ksro5y/UHQBljKI3gyPQid3nwCQV+yJjZs1Fuf/yD5Kqe46Co5 VhlQ== X-Gm-Message-State: AOAM533UJvrUnzNq6dRm4swDzSxDo9XAAULOxqpDHsFhmx+/hfEnWP82 VsxQpiRtW5SMul+SSa5MTtRX/wqZQIiPjg== X-Google-Smtp-Source: ABdhPJzstZq3G8LqEQvYNcgpNZRXSattYuw9jbSO5BFRHf0Q9aBHqdEpFid396WPzfpVNmgK52mhzw== X-Received: by 2002:a62:ee17:: with SMTP id e23mr5540283pfi.291.1593091271995; Thu, 25 Jun 2020 06:21:11 -0700 (PDT) Received: from ?IPv6:2600:380:6c49:6812:d113:f43c:df53:19ee? ([2600:380:6c49:6812:d113:f43c:df53:19ee]) by smtp.gmail.com with ESMTPSA id w22sm23444783pfq.193.2020.06.25.06.21.10 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 25 Jun 2020 06:21:11 -0700 (PDT) Subject: Re: [PATCH for-5.8 0/2] iopoll fixes pt.1 To: Pavel Begunkov , io-uring@vger.kernel.org, linux-kernel@vger.kernel.org References: From: Jens Axboe Message-ID: Date: Thu, 25 Jun 2020 07:21:08 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 6/25/20 3:37 AM, Pavel Begunkov wrote: > Split as requested, this is for 5.8. > > The only thing changed is 1 line moved for easier rebasing. > Yesterday problems were unrelated. > > Pavel Begunkov (2): > io_uring: fix hanging iopoll in case of -EAGAIN > io_uring: fix current->mm NULL dereference on exit > > fs/io_uring.c | 18 +++++++++++------- > 1 file changed, 11 insertions(+), 7 deletions(-) Applied, thanks Pavel. -- Jens Axboe