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=-6.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS 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 09306C432BE for ; Mon, 26 Jul 2021 07:43:00 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E60B860F52 for ; Mon, 26 Jul 2021 07:42:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232418AbhGZHC3 (ORCPT ); Mon, 26 Jul 2021 03:02:29 -0400 Received: from mail.kernel.org ([198.145.29.99]:59836 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232146AbhGZHC2 (ORCPT ); Mon, 26 Jul 2021 03:02:28 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id AE2EE60F4C; Mon, 26 Jul 2021 07:42:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1627285377; bh=X1P8+pobet+S34SD35lP6Li8uW4bhJ6VOh6Qpt1+xJo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=wwZgE0SHX0krrI0D0BsKQB2DQ0eGYrtnthCWnwZrh1nN3lm41itHys6pgwU59YHh9 LKGPqhlaLCyj46xJ1pust8QQ2+hMYRHmSUf0CyHuK7O/yadUoQdFUzljqMpM7fnF9j nR5EmU5NcGn1MqEU0idgRvT00YYa5Oq/+D2KnyII= Date: Mon, 26 Jul 2021 09:42:51 +0200 From: Greg KH To: Jens Axboe Cc: Olivier Langlois , Pavel Begunkov , io-uring@vger.kernel.org, linux-kernel@vger.kernel.org, stable@vger.kernel.org Subject: Re: [PATCH io_uring backport to 5.13.y] io_uring: Fix race condition when sqp thread goes to sleep Message-ID: References: <82a82077d8b02166482df754b1abb7c3fbc3c560.1627189961.git.olivier@trillion01.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Jul 25, 2021 at 01:10:22PM -0600, Jens Axboe wrote: > On 7/24/21 11:07 PM, Olivier Langlois wrote: > > [ Upstream commit 997135017716 ("io_uring: Fix race condition when sqp thread goes to sleep") ] > > > > If an asynchronous completion happens before the task is preparing > > itself to wait and set its state to TASK_INTERRUPTIBLE, the completion > > will not wake up the sqp thread. > > Looks good to me - Greg, would you mind queueing this one up? > Now queued up, thanks! greg k-h