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=-2.2 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 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 34B40CA9EAF for ; Sun, 27 Oct 2019 20:26:37 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id EC02F20873 for ; Sun, 27 Oct 2019 20:26:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1572207997; bh=Rwb1pj635KRmlt4TBmBNPKa3CaofXK57ie1o+cjkfwI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=O/wD0KNTkA5797LGu8Wwiek3XMFcy28vtuLnhV//WwD4bYHaVPtVFWaolBvDmHrCy QmFHulQ+G6VsKdOEoNu39C4T7zqf0UaaomSb8iRHwbEdqT6BGdOuC83JCNXOMMgczV wQYtM5XnZcBOxfA102xPz4JffB/KUnU0BuUw3vt0= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727121AbfJ0U0g (ORCPT ); Sun, 27 Oct 2019 16:26:36 -0400 Received: from mail.kernel.org ([198.145.29.99]:45552 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726956AbfJ0U0g (ORCPT ); Sun, 27 Oct 2019 16:26:36 -0400 Received: from localhost (100.50.158.77.rev.sfr.net [77.158.50.100]) (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 2850820873; Sun, 27 Oct 2019 20:26:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1572207995; bh=Rwb1pj635KRmlt4TBmBNPKa3CaofXK57ie1o+cjkfwI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=PhemGU84mwdsXFI79jSqDtNPHeyceT9/uLGrlBbrYvyBi/nHdkvdTFpKfF3TVa9hR 9ReLegb5zq3efSvFe7KGb3Uq9Ea6IDn8uoeQ2WtB3slSwLcg7ElraP2DIN2rOyLpSO GAaWLWKmS3m2uvm9OAPfoPxK5SjqidhSjBq2+6gY= Date: Sun, 27 Oct 2019 21:26:33 +0100 From: Greg KH To: Jens Axboe Cc: zeba.hrvoje@gmail.com, stable@vger.kernel.org, Sasha Levin Subject: Re: FAILED: patch "[PATCH] io_uring: fix up O_NONBLOCK handling for sockets" failed to apply to 5.3-stable tree Message-ID: <20191027202633.GA2608793@kroah.com> References: <1572191635100175@kroah.com> <20191027200020.GB2587661@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.12.2 (2019-09-21) Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Sun, Oct 27, 2019 at 02:22:06PM -0600, Jens Axboe wrote: > On 10/27/19 2:00 PM, Greg KH wrote: > > On Sun, Oct 27, 2019 at 12:58:14PM -0600, Jens Axboe wrote: > >> On 10/27/19 9:53 AM, gregkh@linuxfoundation.org wrote: > >>> > >>> The patch below does not apply to the 5.3-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 . > >> > >> I can fix this up, but I probably need to see Sasha's queue first for > >> the io_uring patches. I need to base it against that. > > > > Ok, wait for the next 5.3.y release in a few days and send stuff off of > > that if you can. > > Is there no "current" or similar tree to work of off? Would be a shame > to miss the next one, especially since the newer fixes are already in. I'm about to push out the -rcs right now. You can base off of that and send me the patch and I'll add it, or just wait a few days, either is fine. thanks, greg k-h