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.3 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,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 7F5B4CA9EAF for ; Sun, 27 Oct 2019 20:00:24 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 4EB1D20650 for ; Sun, 27 Oct 2019 20:00:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1572206424; bh=rFSGtLou38GVuq6B3/HDDcGGgulGOa/kTyzaX3een8A=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=xPS5886z78qDjsc/Nf6GzUVertz12YPDRskujB/BlQF9omrMu3GTKZphF/n2gQ3eK UILx4ZRPcIstQaHDSfdXOjKwbSPkALrg1aVfPj9xjpGQKCy989JaWaUxGQ6ug/pqzA crvHP1AEAI/x9T3Bac7VIWOJYe5gZzFFKxLiDXCc= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727215AbfJ0UAY (ORCPT ); Sun, 27 Oct 2019 16:00:24 -0400 Received: from mail.kernel.org ([198.145.29.99]:42962 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727020AbfJ0UAX (ORCPT ); Sun, 27 Oct 2019 16:00:23 -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 7324F20650; Sun, 27 Oct 2019 20:00:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1572206423; bh=rFSGtLou38GVuq6B3/HDDcGGgulGOa/kTyzaX3een8A=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=FcYyXP5BOtJ/D56XWQ9X1SE++zoM83aS5MSiBls+AcpebO7BWY41RjgxyBH0GhGMc FaKndnzgKSrBAvJOatHk+dCUWaiDLHqSvEaqmrXjmVIYMpEdUm88F0N+at+SpAoPNC DfKOcZp68YXoXp1SeotliZLFfQv3lVtlGAUqRtfo= Date: Sun, 27 Oct 2019 21:00:20 +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: <20191027200020.GB2587661@kroah.com> References: <1572191635100175@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 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. thanks, greg k-h