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 D6BF6EB64DD for ; Sun, 16 Jul 2023 18:23:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229617AbjGPSXo (ORCPT ); Sun, 16 Jul 2023 14:23:44 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36978 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229450AbjGPSXn (ORCPT ); Sun, 16 Jul 2023 14:23:43 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9C27719F for ; Sun, 16 Jul 2023 11:23:42 -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 3ABD660C40 for ; Sun, 16 Jul 2023 18:23:42 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 465A2C433C8; Sun, 16 Jul 2023 18:23:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1689531821; bh=xwn/RUyb+UJmkZYI2mr5+MrEUgzoU3uQY6ikZAs1VoQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Zd5+YN5wJOyUd9aoz6oQ9OtUqSr4TNbYec3A9PDxx+1RvZC6Za3YvE57W+OmuVZjA +Hz6EIuInKHzeKXobd3LS80U84xLDKYXItxxf9FegjNNW+oTiYTAYLEiMEav53oWa1 Gil8v292oVbDpqU/l50AgKs2nBdPPUXAvma8xxbA= Date: Sun, 16 Jul 2023 20:23:39 +0200 From: Greg KH To: Jens Axboe Cc: andres@anarazel.de, asml.silence@gmail.com, stable@vger.kernel.org Subject: Re: FAILED: patch "[PATCH] io_uring: Use io_schedule* in cqring wait" failed to apply to 5.10-stable tree Message-ID: <2023071629-series-goggles-ab8f@gregkh> References: <2023071623-deafness-gargle-5297@gregkh> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Sun, Jul 16, 2023 at 12:08:11PM -0600, Jens Axboe wrote: > On 7/16/23 2:41 AM, gregkh@linuxfoundation.org wrote: > > > > The patch below does not apply to the 5.10-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.10.y > > git checkout FETCH_HEAD > > git cherry-pick -x 8a796565cec3601071cbbd27d6304e202019d014 > > # > > git commit -s > > git send-email --to '' --in-reply-to '2023071623-deafness-gargle-5297@gregkh' --subject-prefix 'PATCH 5.10.y' HEAD^.. > > Here's one for 5.10-stable and 5.15-stable. All now queued up, thanks! greg k-h