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 69557C001DB for ; Fri, 4 Aug 2023 10:25:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229503AbjHDKZZ (ORCPT ); Fri, 4 Aug 2023 06:25:25 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37848 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229736AbjHDKZY (ORCPT ); Fri, 4 Aug 2023 06:25:24 -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 31B9D49DA for ; Fri, 4 Aug 2023 03:25:19 -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 B8D0461EF8 for ; Fri, 4 Aug 2023 10:25:18 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id ABF03C433C7; Fri, 4 Aug 2023 10:25:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1691144718; bh=AdZbBOmPeP3lw5z1vCRP0Q3buyiyEPVzMXT9YFDdvro=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=G07woGCgjt9pCao1Wx4MP+a8f6jhDNRcrDyPQSlOXFypqg7gWb4kMqHVJ5qty9ATK vl5adD9CS1JHsOZP7eUbmFaB15lz1QcxJDFxboDdPayc0n/osDXyVeLg6++Alhix7H EVD7HMOrLottFhTzuEyx7gtCe2RconWjXP4uGuzM= Date: Fri, 4 Aug 2023 12:25:14 +0200 From: Greg KH To: Jens Axboe Cc: andres@anarazel.de, oleksandr@natalenko.name, phil@raspberrypi.com, stable@vger.kernel.org Subject: Re: FAILED: patch "[PATCH] io_uring: gate iowait schedule on having pending requests" failed to apply to 6.1-stable tree Message-ID: <2023080407-snowless-delirious-bf7f@gregkh> References: <2023080153-turkey-reload-8fa7@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 Tue, Aug 01, 2023 at 08:48:36AM -0600, Jens Axboe wrote: > On 7/31/23 11:53 PM, gregkh@linuxfoundation.org wrote: > > > > The patch below does not apply to the 6.1-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-6.1.y > > git checkout FETCH_HEAD > > git cherry-pick -x 7b72d661f1f2f950ab8c12de7e2bc48bdac8ed69 > > # > > git commit -s > > git send-email --to '' --in-reply-to '2023080153-turkey-reload-8fa7@gregkh' --subject-prefix 'PATCH 6.1.y' HEAD^.. > > Here's one that applies to 6.1-stable. All now queued up, thanks. greg k-h