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 AC108C433FE for ; Tue, 12 Apr 2022 05:12:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233285AbiDLFOh (ORCPT ); Tue, 12 Apr 2022 01:14:37 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39906 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229593AbiDLFOg (ORCPT ); Tue, 12 Apr 2022 01:14:36 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A151B344D3 for ; Mon, 11 Apr 2022 22:12:18 -0700 (PDT) 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 4432C617ED for ; Tue, 12 Apr 2022 05:12:18 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 52158C385A6; Tue, 12 Apr 2022 05:12:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1649740337; bh=2Ld5jJGw1PTp6etetci6q4nHbD29mJ6Wlzif29xyTUs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=zphAaCydtxTVuJT+cGNtr6OOpoZb1NLB7k1MgfnGC0zC5Qn4F8cR2o/vkG0PBFu8n d1Khuw43auqxFvOo26oP6woMwdAsyD8pOydyLLe5/rTarRdexTPLaLsyLHwsD36VR5 NP5QBHKjLmKLpfPBsoJBVTfuDn2649ISyBKYBgNQ= Date: Tue, 12 Apr 2022 07:12:15 +0200 From: Greg KH To: Jens Axboe Cc: stable@vger.kernel.org Subject: Re: FAILED: patch "[PATCH] io_uring: move read/write file prep state into actual opcode" failed to apply to 5.15-stable tree Message-ID: References: <164966306719476@kroah.com> <7bc5956c-46f1-9411-7ba7-6bfd92b7323c@kernel.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7bc5956c-46f1-9411-7ba7-6bfd92b7323c@kernel.dk> Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Mon, Apr 11, 2022 at 01:50:55PM -0600, Jens Axboe wrote: > On 4/11/22 1:44 AM, gregkh@linuxfoundation.org wrote: > > > > The patch below does not apply to the 5.15-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 . > > For now, let's just drop this series otherwise marked for 5.15+ for > 5.15-stable and 5.16-stable. It would require further backporting, and > it isn't strictly necessary. Ok, thanks for letting me know. greg k-h