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 2FDB1C433E3 for ; Mon, 17 Aug 2020 13:41:44 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 09A15204FD for ; Mon, 17 Aug 2020 13:41:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1597671704; bh=iUhCLCq/jQBX5uUOhIAeqWxu1Jf/BpJTJ+Zo8Sbd2tk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=O0KKR4POW5ysDzw1YYTlO0Rx8YeOq8IKsJ9xPnVmCEncg3IEVZQ5PqktrsbhNPviB kapLcj+d/oGN+8rGqlUGTTs0zkZGF88qo/dEjoay+HfAmLnYbBEiLBflWG4QL4Ry7L 6JnEmFyIU/9mm+4d5i/yyVwK+h16YlHbRma5yzjY= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728471AbgHQNll (ORCPT ); Mon, 17 Aug 2020 09:41:41 -0400 Received: from mail.kernel.org ([198.145.29.99]:39518 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728639AbgHQNk5 (ORCPT ); Mon, 17 Aug 2020 09:40:57 -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 23C53204FD; Mon, 17 Aug 2020 13:40:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1597671656; bh=iUhCLCq/jQBX5uUOhIAeqWxu1Jf/BpJTJ+Zo8Sbd2tk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=CrkGD7/NAfOZSjfVgvVUg/i9P4JXrOjYf0QKu0FIuVVamJ1Gun9isYbuBGev7KqEu tZmFidlHL8uzcXrX1XUtXKVGDvbuSjE0tYBaPre0l4fdaUItPMhlfiiO6hYPPFCFoJ KZW49A1d0lFoQw72E/jrKWxXHnPwJM8T//2y+aSU= Date: Mon, 17 Aug 2020 15:41:16 +0200 From: Greg KH To: Jens Axboe Cc: hgy5945@gmail.com, stable@vger.kernel.org Subject: Re: FAILED: patch "[PATCH] io_uring: Fix NULL pointer dereference in loop_rw_iter()" failed to apply to 5.4-stable tree Message-ID: <20200817134116.GD359148@kroah.com> References: <159766102242127@kroah.com> <4b16e8bd-c08e-b81d-bc6d-51e5d59fc30d@kernel.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4b16e8bd-c08e-b81d-bc6d-51e5d59fc30d@kernel.dk> Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Mon, Aug 17, 2020 at 06:25:10AM -0700, Jens Axboe wrote: > On 8/17/20 3:43 AM, gregkh@linuxfoundation.org wrote: > > > > The patch below does not apply to the 5.4-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 . > > 5.4 version: Applied, thanks. greg k-h