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=-11.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 CB71CC4338F for ; Wed, 28 Jul 2021 16:13:55 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A550060EE6 for ; Wed, 28 Jul 2021 16:13:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229515AbhG1QNz (ORCPT ); Wed, 28 Jul 2021 12:13:55 -0400 Received: from mail.kernel.org ([198.145.29.99]:60110 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229501AbhG1QNz (ORCPT ); Wed, 28 Jul 2021 12:13:55 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 14C67604DB; Wed, 28 Jul 2021 16:13:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1627488833; bh=ktKmoG7qqpA+VtFUIDdIVVBivaw3x1TK1q83LmmM+Y0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=j0QfMuyLRwQV5bNPcYrexNnJKFiDUgVjVOXr7S34IEZW92RL2Imrw08Mt3FS2L6jB KvbHuA3KpCic+gIiPyElThQmwuLJsxiu9muWc8RvJSg+gF4gZ1OG5yuPRFpRrU2ulV ixVJrDOfUs1K3oHrsYb304XgASw1TiIvxtp2at3M= Date: Wed, 28 Jul 2021 18:13:51 +0200 From: Greg Kroah-Hartman To: Sudip Mukherjee Cc: Pavel Begunkov , Stable , Jens Axboe , Sasha Levin , syzbot+a2910119328ce8e7996f@syzkaller.appspotmail.com Subject: Re: [PATCH] io_uring: fix link timeout refs Message-ID: References: <6564af0e-72b0-5308-4561-706ec4026385@gmail.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: stable@vger.kernel.org On Mon, Jul 26, 2021 at 06:07:52PM +0100, Sudip Mukherjee wrote: > On Mon, Jul 26, 2021 at 4:22 PM Pavel Begunkov wrote: > > > > On 7/26/21 4:17 PM, Pavel Begunkov wrote: > > > [ Upstream commit a298232ee6b9a1d5d732aa497ff8be0d45b5bd82 ] > > > > Looking at it, it just reverts the backported patch, > > i.e. 0b2a990e5d2f76d020cb840c456e6ec5f0c27530. > > Wasn't needed in 5.10 in the first place. > > > > Sudip, would be great if you can try it out > > Applied on top of v5.10.54-rc2 and tested, issue not reproduced. Thanks Pavel. > > Tested-by: Sudip Mukherjee So this is all good in the latest 5.10.54 release, right? thanks, greg k-h