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 X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 069D0C433DF for ; Mon, 17 Aug 2020 13:55:40 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D6C252075B for ; Mon, 17 Aug 2020 13:55:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1597672539; bh=iP4pJQfzbvHrqHUYhCXxaa8z8Upi1yNup2rWJzfwKu0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=ZIYX3dfFjv9uyGiUiGl7itGE2FC9t/9nr21/V+6Po6+hcmMh2wxu0PkOdLWm1rev7 oi+dNCy3+NcJ8LlUzz67u0sVBqdL0QnE4JIUhyVr5WL5CFOKFhtgM+VF813XrjfYlL +jxHvj+ryYNCCxjtueP2nwiL2RCv/ZhqCjJXjfNE= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728728AbgHQNzj (ORCPT ); Mon, 17 Aug 2020 09:55:39 -0400 Received: from mail.kernel.org ([198.145.29.99]:59970 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728141AbgHQNzi (ORCPT ); Mon, 17 Aug 2020 09:55:38 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 0C5FD206FA; Mon, 17 Aug 2020 13:55:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1597672538; bh=iP4pJQfzbvHrqHUYhCXxaa8z8Upi1yNup2rWJzfwKu0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=zPl5yMMNRvZVL0OTDqOkoh9k0wjZP057hN0HVYON6HcXvdR9vBtck2i2owpsizAad SsgmD++GzL5zX9tn8h4I3LRxYxqG/xzQcGyImyUIciRHLxQzclEZjKffK5tOoq7qDt Ms/BFCiTLbDCjFdX/f7BPhJG5tbP3RNyr58wI0Nw= Date: Mon, 17 Aug 2020 15:55:57 +0200 From: Greg KH To: Jens Axboe Cc: stable@vger.kernel.org Subject: Re: FAILED: patch "[PATCH] io_uring: hold 'ctx' reference around task_work queue +" failed to apply to 5.8-stable tree Message-ID: <20200817135557.GA503390@kroah.com> References: <1597661043160117@kroah.com> <6d363f5c-711c-6953-d417-2f9dfbf3dd7a@kernel.dk> <20200817131341.GA208556@kroah.com> <20200817134412.GE359148@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Mon, Aug 17, 2020 at 06:48:26AM -0700, Jens Axboe wrote: > On 8/17/20 6:44 AM, Greg KH wrote: > > On Mon, Aug 17, 2020 at 06:21:02AM -0700, Jens Axboe wrote: > >> On 8/17/20 6:13 AM, Greg KH wrote: > >>> On Mon, Aug 17, 2020 at 06:10:04AM -0700, Jens Axboe wrote: > >>>> On 8/17/20 3:44 AM, gregkh@linuxfoundation.org wrote: > >>>>> > >>>>> The patch below does not apply to the 5.8-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 . > >>>> > >>>> Here's a 5.8 version. > >>> > >>> Applied, thanks! > >>> > >>> Looks like it applies to 5.7 too, want me to take this for that as well? > >> > >> Heh, didn't see this email, just going through this by kernel revision. > >> Either one should work, sent a specific set for that too. > > > > Oops, it did not build on 5.7, so I still need a working backport for > > that. > > Maybe I missed that, in any case, here it is. This one is for 5.7, to be > specific. That worked, thanks! greg k-h