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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1A48FC64EC4 for ; Fri, 10 Mar 2023 12:05:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229580AbjCJMFc (ORCPT ); Fri, 10 Mar 2023 07:05:32 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52566 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229721AbjCJMFV (ORCPT ); Fri, 10 Mar 2023 07:05:21 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8FCEDF186F for ; Fri, 10 Mar 2023 04:05:13 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 2B7C761510 for ; Fri, 10 Mar 2023 12:05:13 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4228DC433D2; Fri, 10 Mar 2023 12:05:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1678449912; bh=r4K/eaq2AvEyRA3+maqlecID146MNzhbmUC2uhjXPuk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=XHEoST3yvCT0ZoxG7Z6wxxs4c5uv0IaK3op/ljs+GBlK70nt6XxMHVP/yNQgmv46s sQPG8KKHgiYiy9ZwH66PQL+p+86/K63NF5mAHQ8hdTbAITXc/E/lU3xYscCXV7P3Na TsX85ovq2tjTNZJd7j91r+9NyXXpoljx7lUrgq2s= Date: Fri, 10 Mar 2023 13:05:09 +0100 From: Greg KH To: Jens Axboe Cc: stable@vger.kernel.org Subject: Re: FAILED: patch "[PATCH] io_uring/poll: allow some retries for poll triggering" failed to apply to 6.1-stable tree Message-ID: References: <167809981810941@kroah.com> <5ec382c3-1de3-abf4-e6a4-b50c75a1eb28@kernel.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <5ec382c3-1de3-abf4-e6a4-b50c75a1eb28@kernel.dk> Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Tue, Mar 07, 2023 at 04:51:08PM -0700, Jens Axboe wrote: > On 3/6/23 3:50 AM, gregkh@linuxfoundation.org wrote: > > > > The patch below does not apply to the 6.1-stable tree. > > If someone wants it applied there, or to any other stable or longterm > > tree, then please email the backport, including the original git commit > > id to . > > This patch just needs: > > df730ec21f7b ("io_uring: fix two assignments in if conditions") > > cherry picked first. I'm attaching that one, and the one from this email, > they will apply directly to 6.1-stable. Or you can just cherry-pick > them as that'll work too, as long as you do df730ec21f7b first. Thanks! Both now queued up, thanks! greg k-h