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=-3.8 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 E0DC8C433E1 for ; Mon, 17 Aug 2020 13:45:18 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C006A2075B for ; Mon, 17 Aug 2020 13:45:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1597671918; bh=O51+7Ix0D1E0arQDeYrdUO/FjkimxFMP88Qg/7X+YBc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=pbLUuxfTfT64B7jgU/ERDrGKt3utTMtPGeAiKHCgQsGmW/hBtwHPl55AeSwkNiELo wv2NI+HQDtC+/W9cUTn3SEpsNjLNSh7UPvJHaqh1Eaq37jQEC9Pgsicr8noj80n/yp PudO0hJFBvRU57CZRgcVNw5OcUcPKic6wK2AMTzo= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728661AbgHQNpR (ORCPT ); Mon, 17 Aug 2020 09:45:17 -0400 Received: from mail.kernel.org ([198.145.29.99]:45622 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728588AbgHQNpH (ORCPT ); Mon, 17 Aug 2020 09:45:07 -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 947C52078D; Mon, 17 Aug 2020 13:45:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1597671907; bh=O51+7Ix0D1E0arQDeYrdUO/FjkimxFMP88Qg/7X+YBc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=eh7LYE0bZvVnZBkdSZuhyteQQL++WzgVVkWos0j3EKlbV3GhuwnKoIyEJ4aBLe3XH l2pMhIJMrjfZKU6UCO9DId/libGVD7GkyYCL/G6VMJf9xckuol7jBNacof0Js2mivh uDtUKsuwxFfhA4GALMg+7XzsNcE3FqH30v2LUO/8= Date: Mon, 17 Aug 2020 15:45:26 +0200 From: Greg KH To: Jens Axboe Cc: josef.grieb@gmail.com, stable@vger.kernel.org Subject: Re: FAILED: patch "[PATCH] io_uring: enable lookup of links holding inflight files" failed to apply to 5.7-stable tree Message-ID: <20200817134526.GF359148@kroah.com> References: <1597661027209127@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, Aug 17, 2020 at 06:19:28AM -0700, Jens Axboe wrote: > On 8/17/20 3:43 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 . > > Same as 5.8, needs the prep patch first. Attached the two patches. Both now queued up, thanks. greg k-h