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 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 E5AA6C433ED for ; Mon, 27 Jul 2020 17:13:56 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C90762074F for ; Mon, 27 Jul 2020 17:13:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1595870036; bh=qUJMIgaYsWCQp+a+C6JTgglyRu8tVPORSYp8mPuqrfk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=DUyLedHZEBNBhagE4MyVeVgidFats9/29kZTKgrapSFVvWRXN7gVvVicnoVTsY7WO 1e2AQo6dqkIW92JWeyxtlJASfwQnzyj+P8yplHsxHd1turVGli0XtJ1xPdoZH+4An1 PCOxseeSG21rKC0TgzgC7ACHe8qcyA1iIQcA4A1Q= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730467AbgG0RNx (ORCPT ); Mon, 27 Jul 2020 13:13:53 -0400 Received: from mail.kernel.org ([198.145.29.99]:47254 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730344AbgG0RNs (ORCPT ); Mon, 27 Jul 2020 13:13:48 -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 E14672075A; Mon, 27 Jul 2020 17:13:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1595870028; bh=qUJMIgaYsWCQp+a+C6JTgglyRu8tVPORSYp8mPuqrfk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=1MpmWjOcHgIGa2ZLQ943k06P7VD//wZTjppxFTJcee0qsEy/qSZ5lF7SQIvz3Q5tT 5nqk6rgenLtSJhI86F90MZXVFTOXt3pgkli+54Bb6dE7mLgbquUKyi9LJMyJPsFqz1 OLqxwZTnruj7L2kfVQKink75jupKANv9Ru8ndOX4= Date: Mon, 27 Jul 2020 17:21:15 +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: <20200727152115.GA194978@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: Thanks, I'll queue it up for the next release after this one. greg k-h