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=-5.5 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_PASS,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 59F10C282C2 for ; Wed, 13 Feb 2019 15:39:22 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id D3DC521902 for ; Wed, 13 Feb 2019 15:39:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1550072362; bh=iAeSDpY8V0x4marWZ2wVwMx/16lxhtMgULa/RixtiLk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=rnanjK8HbxthHGrnDha0Xyir3vOG5rH5tiz4Y7SNAC3o34C7UklSNlXBeIPCqWCop JPYqvAu0Q/UlL4n5sPSy09FZ0ZtTWND1wmGKxFK9krIHz9oJM5H8/OqJFldOJzWc51 iFsOkZi1RVVeShBQuk1sgOVXuf1ePoEYarT8Q5no= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2391152AbfBMPjV (ORCPT ); Wed, 13 Feb 2019 10:39:21 -0500 Received: from mail.kernel.org ([198.145.29.99]:57220 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726432AbfBMPjV (ORCPT ); Wed, 13 Feb 2019 10:39:21 -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 4F78020700; Wed, 13 Feb 2019 15:39:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1550072360; bh=iAeSDpY8V0x4marWZ2wVwMx/16lxhtMgULa/RixtiLk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=u7iD12tRgxyMBx0OC72hJ3CAhuIghr7lbo0iINCeMEGYbLZ/vOl2vncf7JO2+idhG szQziZRdKyWroC1cmx6ar+SEjWQKPHKZuMvi8QddxmM8BTG8oTD7VyXGCrfGYNcKnO 2qOFY8CHvLctQoYIPTifRaRognQ1JvU50loEGEcE= Date: Wed, 13 Feb 2019 16:39:18 +0100 From: Greg KH To: Don Dutile Cc: chuck.lever@oracle.com, bfields@redhat.com, stable@vger.kernel.org Subject: Re: FAILED: patch "[PATCH] svcrdma: Remove max_sge check at connect time" failed to apply to 4.19-stable tree Message-ID: <20190213153918.GA7696@kroah.com> References: <155006559014054@kroah.com> <611fdd86-2b69-3be9-078a-d57fc126c601@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <611fdd86-2b69-3be9-078a-d57fc126c601@redhat.com> User-Agent: Mutt/1.11.3 (2019-02-01) Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Wed, Feb 13, 2019 at 10:19:35AM -0500, Don Dutile wrote: > On 02/13/2019 08:46 AM, gregkh@linuxfoundation.org wrote: > > > > The patch below does not apply to the 4.19-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 . > > > > thanks, > > > > greg k-h > > > It also needs this patch (from v4.20) applied for it to cleanly apply to v4.19: > commit f3c1fd0ee294abd4367dfa72d89f016c682202f0 > Author: Chuck Lever > Date: Mon Oct 1 14:15:56 2018 -0400 > > svcrdma: Reduce max_send_sges > There's no need to request a large number of send SGEs because the > inline threshold already constrains the number of SGEs per Send. > Signed-off-by: Chuck Lever > Reviewed-by: Sagi Grimberg > Signed-off-by: J. Bruce Fields > > > > > [ddutile@dddlaptop linux]$ git tag --contains !$ > git tag --contains f3c1fd0ee294abd4367dfa72d89f016c682202f0 > v4.20 > .... Thanks, that worked! greg k-h