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=-4.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 7EFACC433E0 for ; Wed, 29 Jul 2020 11:50:15 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5AAE32076E for ; Wed, 29 Jul 2020 11:50:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1596023415; bh=Jfr56L0i+2kFktMCH+eeob+EXb3itt9rdqPEjHblAx0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=GBu1Wm7O7JOkZfHqJ9moTlqZLiMt0srtD+9954fi9DlcMmMMcIXvdO4EKI5PcWyRC wGxkVmsNUWotJp/5I5sHlDr732hlIEgllJmG4a+X44NsrzZEPbhvaozZnlxesUEx/e mQpZGJCdAuRppQkG3+81WMw5E9apQuxPYueQ73Cw= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726353AbgG2LuP (ORCPT ); Wed, 29 Jul 2020 07:50:15 -0400 Received: from mail.kernel.org ([198.145.29.99]:40950 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726341AbgG2LuO (ORCPT ); Wed, 29 Jul 2020 07:50:14 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id F178B2076E; Wed, 29 Jul 2020 11:50:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1596023414; bh=Jfr56L0i+2kFktMCH+eeob+EXb3itt9rdqPEjHblAx0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=q0J6UQLjE97hKyNCDtBtWn6x/ILh4X2Rszd1BVA4yq1aF/BRnIfyr0ubWE1q8scbz fiSEWnzYAU3DNTDQHo94B4HlB5nKRXiYKI8SlfH7hFFSKRFrl5GAXv7xIuzE7WqowO dYWnmCGJ+Wj7+BO0OCth7D8aWyqWajua3rbdczQ8= Date: Wed, 29 Jul 2020 13:50:06 +0200 From: Greg KH To: Jens Axboe Cc: stable@vger.kernel.org Subject: Re: FAILED: patch "[PATCH] io_uring: ensure double poll additions work with both request" failed to apply to 5.7-stable tree Message-ID: <20200729115006.GA2674635@kroah.com> References: <159585645969173@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Mon, Jul 27, 2020 at 08:59:08AM -0600, Jens Axboe wrote: > On 7/27/20 7:27 AM, gregkh@linuxfoundation.org wrote: > > > > The patch below does not apply to the 5.7-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 . > > Here's the 5.7 variant: Now queued up, thanks. greg k-h