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 EB4ADC001E0 for ; Sat, 12 Aug 2023 16:28:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229703AbjHLQ2y (ORCPT ); Sat, 12 Aug 2023 12:28:54 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51764 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229903AbjHLQ2x (ORCPT ); Sat, 12 Aug 2023 12:28:53 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 31B2C1BEE for ; Sat, 12 Aug 2023 09:28:57 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id BBC4961FED for ; Sat, 12 Aug 2023 16:28:56 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id CCAFDC433C8; Sat, 12 Aug 2023 16:28:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1691857736; bh=PvUCO4UNhIYwKiYWKtm9FueSWdFPZXv89XLTivdk3tw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=r4JE5szf7NO8F2kw7zI5rvXueIZ+/HVqP6CcyXG0VlEQGvj/7S0y5W7+AqBWJxU5o vcrYyR/A1FW4X63AI8f9LYVe9LR2mhJSF92VxwNFRI+jZBj6maATPCqvuwsLmVUOo7 oWHRFcpyzWSn8uuVZNfTg64Su4XxUY35RmggunAo= Date: Sat, 12 Aug 2023 18:28:53 +0200 From: Greg KH To: Jens Axboe Cc: cyphar@cyphar.com, stable@vger.kernel.org Subject: Re: FAILED: patch "[PATCH] io_uring: correct check for O_TMPFILE" failed to apply to 5.15-stable tree Message-ID: <2023081246-pledge-record-7c35@gregkh> References: <2023081258-sturdy-retying-2572@gregkh> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Sat, Aug 12, 2023 at 07:33:03AM -0600, Jens Axboe wrote: > On 8/12/23 7:20 AM, Jens Axboe wrote: > > On 8/12/23 12:02 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 . > >> > >> To reproduce the conflict and resubmit, you may use the following commands: > >> > >> git fetch https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/ linux-5.15.y > >> git checkout FETCH_HEAD > >> git cherry-pick -x 72dbde0f2afbe4af8e8595a89c650ae6b9d9c36f > >> # > >> git commit -s > >> git send-email --to '' --in-reply-to '2023081258-sturdy-retying-2572@gregkh' --subject-prefix 'PATCH 5.15.y' HEAD^.. > > > > Here's one for 5.15-stable. > > Oh, and the 5.15-stable one also applies to 5.10-stable. 5.10-stable > needs it as well, would be great if you could queue it up there as well. All now queued up, thanks! greg k-h