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.5 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_PASS, URIBL_BLOCKED,USER_AGENT_MUTT autolearn=ham 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 AC038C169C4 for ; Tue, 29 Jan 2019 09:51:19 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 70D192177E for ; Tue, 29 Jan 2019 09:51:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1548755479; bh=M6pM+kNiZgA0UWGx5gRhsrEj5IiYUnU8oMzAiHLMXGo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=ExmK8Enok+W18QzRhDlqkdXvgVjEKzmwyTQBv5HVAF5mA8aYjyEVkN636KmwlF4rR m6pbvVUqd01X/5AXqLNKpjMgzrct2X67FHWR8C9o8yCLNqf+MOuMeruBRhyNOCJgcK 8o8OclFs6LF97qvXGvop5pWHfLfeX4AgLLiqFfn8= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725810AbfA2JvT (ORCPT ); Tue, 29 Jan 2019 04:51:19 -0500 Received: from mail.kernel.org ([198.145.29.99]:42396 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725536AbfA2JvS (ORCPT ); Tue, 29 Jan 2019 04:51:18 -0500 Received: from localhost (5356596B.cm-6-7b.dynamic.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 024D520870; Tue, 29 Jan 2019 09:51:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1548755478; bh=M6pM+kNiZgA0UWGx5gRhsrEj5IiYUnU8oMzAiHLMXGo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=BCV4/83mm3wAWc+y07Bk8afcRob7xXUMPktQPob4A3cBxcf7cofTwUfHAzvHF4VmR kobGdfgbJXR/XExS7cX0OsRAbNRbdkGUtwqiWocgUimZEfcg389XAVrG4S14Bau1zB 5inBbmq5J7zHHt+YyiQPhvedI1hv+YGQVPGbiG8E= Date: Tue, 29 Jan 2019 10:51:16 +0100 From: "gregkh@linuxfoundation.org" To: Raju Rangoju Cc: "stable@vger.kernel.org" , SWise OGC Subject: Re: backport nvmet-rdma commits to stable kernels Message-ID: <20190129095116.GC22220@kroah.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.11.2 (2019-01-07) Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Mon, Jan 28, 2019 at 12:30:44PM +0000, Raju Rangoju wrote: > Hi Greg, > > Could you please backport the following commits to 4.14, 4.19, and 4.20 stable trees. > The commit 5cbab6303b fixes a bogus dereference under heavy load, and the other commit(ad1f82494) resolves the dependency issue. > > Commit #1: > commit ad1f824948e4ed886529219cf7cd717d078c630d > Author: Israel Rukshin > Date: Mon Nov 19 10:58:51 2018 +0000 > nvmet-rdma: Add unlikely for response allocated check > > > Commit #2: > commit 5cbab6303b4791a3e6713dfe2c5fda6a867f9adc > Author: Raju Rangoju > Date: Thu Jan 3 23:05:31 2019 +0530 > nvmet-rdma: fix null dereference under heavy load These needed to go back to 4.9.y, so I have now done so. thanks, greg k-h