From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linuxfoundation.org ([140.211.169.12]:51114 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751680AbdFOHXt (ORCPT ); Thu, 15 Jun 2017 03:23:49 -0400 Date: Thu, 15 Jun 2017 09:23:40 +0200 From: Greg KH To: Pavel Shilovsky Cc: stable@vger.kernel.org, Sachin Prabhu , Steve French , Pavel Shilovsky Subject: Re: [PATCH] CIFS: Call echo service immediately after socket reconnect Message-ID: <20170615072340.GF25693@kroah.com> References: <1497296315-3265-1-git-send-email-pshilov@microsoft.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1497296315-3265-1-git-send-email-pshilov@microsoft.com> Sender: stable-owner@vger.kernel.org List-ID: On Mon, Jun 12, 2017 at 12:38:35PM -0700, Pavel Shilovsky wrote: > From: Sachin Prabhu > > Commit b8c600120fc8 ("Call echo service immediately after socket > reconnect") upstream. > > Commit 4fcd1813e640 ("Fix reconnect to not defer smb3 session reconnect > long after socket reconnect") changes the behaviour of the SMB2 echo > service and causes it to renegotiate after a socket reconnect. However > under default settings, the echo service could take up to 120 seconds to > be scheduled. > > The patch forces the echo service to be called immediately resulting a > negotiate call being made immediately on reconnect. > > Cc: # 3.18.x-4.4.x Thanks for the backport, now applied. greg k-h