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 14157EEB58C for ; Sat, 9 Sep 2023 13:14:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1345941AbjIINOI (ORCPT ); Sat, 9 Sep 2023 09:14:08 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56202 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232018AbjIINOH (ORCPT ); Sat, 9 Sep 2023 09:14:07 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B59B119C; Sat, 9 Sep 2023 06:14:03 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0BF0DC433C8; Sat, 9 Sep 2023 13:14:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1694265243; bh=hA38vgR65ocLsNwz+QZr0r6zmYr1/A1O/SqQg8OcADg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=qFpV/RxGlOErFve9XPuhZbYGWoYgzunQ/UoSnlYoBHsnkzj4egR0uVQs/UWPSilzv v2XiwzGrQYsVPz+DW/lvwkuGde66GQiLcxzKMR+0jA9OHClE5zIIOZP8qMr53W2G3x teo5Ivjit+pC6Sasu02GY20xFxYGCT79z3w+JXic= Date: Sat, 9 Sep 2023 14:14:00 +0100 From: Greg KH To: linux-kernel@vger.kernel.org Cc: asml.silence@gmail.com, axboe@kernel.dk, stable-commits@vger.kernel.org Subject: Re: Patch "io_uring: break out of iowq iopoll on teardown" has been added to the 6.1-stable tree Message-ID: <2023090949-rocky-amusing-e21e@gregkh> References: <2023090941-dramatic-backslid-a1fd@gregkh> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2023090941-dramatic-backslid-a1fd@gregkh> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Sep 09, 2023 at 01:56:41PM +0100, gregkh@linuxfoundation.org wrote: > > This is a note to let you know that I've just added the patch titled > > io_uring: break out of iowq iopoll on teardown > > to the 6.1-stable tree which can be found at: > http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary > > The filename of the patch is: > io_uring-break-out-of-iowq-iopoll-on-teardown.patch > and it can be found in the queue-6.1 subdirectory. > > If you, or anyone else, feels it should not be added to the stable tree, > please let know about it. > > > >From 45500dc4e01c167ee063f3dcc22f51ced5b2b1e9 Mon Sep 17 00:00:00 2001 Nope, this breaks the build, now dropped. greg k-h