Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp2442625imu; Fri, 14 Dec 2018 11:04:34 -0800 (PST) X-Google-Smtp-Source: AFSGD/Uldu0ZhAH5H0zdrk68D1pEcDeOC16Q3pMF+12fCgj1v/tAZTMGk1sWj5+nYTr0VQAE1VQl X-Received: by 2002:a65:560e:: with SMTP id l14mr498779pgs.168.1544814274161; Fri, 14 Dec 2018 11:04:34 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1544814274; cv=none; d=google.com; s=arc-20160816; b=wQEOczoP2G6cXDDR0yYfZ0KHgtaLu8RrJl4mqK18qUL9qGPwmuHm7yGBUwot1PJf4I 6AhsACAbhZs3/9aD62vdnFyScCJTAwjhv7HX01YFXZIDEESrM2HpNePXVNCiyFHCpgME m0Q+cK2xXIQQDwdvXy+pWevPW5nTevqC/a9u2qKRlvWU9/ya2DaXs/dBlgVXaYp6Wt9x VM2Te50DkybDyHvyC0YNHgL0FVSE0GvcftjVrwhT01j5ITdwddjQqiGJLf9HYFFSe/9Z V7zG1EzQd6JTeDRHCtdkpTFPIfW3lUt0NbGLNg+OsAU/WIQr3+Ob3Qj3ybaBc7olAMna KuBg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:from:subject:cc:to:message-id:date; bh=y7Hl/f8l8GpM8RZ/cZJbC7gN05ang7BJGoL0Th6LzvU=; b=yaYdo++Eo1rA778ShIvboM09dE+bFwA17KwxbeCCXaknx/+FZEiZdQiiJJ1hQpoUtj JuuyJdfpFKSaVLVJNLNRJsAJRvCRnWqNdcGrjpWiltg2a3LhTUtrzx75cc4Tu6pxnjgh ez2dmmCXO0xr4j48B0DvXgcfbV4p1Ezy3cxfH1a1JShekgCXTvLvrycqpMdVjIdzMS35 e5AboID4objk9EeKd1puX/iPjRy202HyoChLrlFkk+0onkWSfK85595dWuY2NBcUU6Hw 8X/I978bVNkYe4AHdLtL+2LStng6IbZvyWTjR3e0xYqCzIPh11q8W+FwIRkFDfH3AIiv 8/EA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id x186si4678950pfx.269.2018.12.14.11.04.18; Fri, 14 Dec 2018 11:04:34 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730594AbeLNTDL (ORCPT + 99 others); Fri, 14 Dec 2018 14:03:11 -0500 Received: from shards.monkeyblade.net ([23.128.96.9]:59242 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730414AbeLNTDL (ORCPT ); Fri, 14 Dec 2018 14:03:11 -0500 Received: from localhost (unknown [IPv6:2601:601:9f80:35cd::bf5]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) (Authenticated sender: davem-davemloft) by shards.monkeyblade.net (Postfix) with ESMTPSA id 3BFB714DF1AA7; Fri, 14 Dec 2018 11:03:10 -0800 (PST) Date: Fri, 14 Dec 2018 11:03:09 -0800 (PST) Message-Id: <20181214.110309.1172531312891958180.davem@davemloft.net> To: gregkh@linuxfoundation.org Cc: edumazet@google.com, sudipm.mukherjee@gmail.com, linux-kernel@vger.kernel.org, stable@vger.kernel.org, soheil@google.com, ycheng@google.com Subject: Re: [PATCH 4.14 12/89] tcp: Do not underestimate rwnd_limited From: David Miller In-Reply-To: <20181214143614.GA29266@kroah.com> References: <20181214142621.GA28340@kroah.com> <20181214143614.GA29266@kroah.com> X-Mailer: Mew version 6.8 on Emacs 26.1 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Fri, 14 Dec 2018 11:03:10 -0800 (PST) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Greg Kroah-Hartman Date: Fri, 14 Dec 2018 15:36:14 +0100 > On Fri, Dec 14, 2018 at 06:29:54AM -0800, Eric Dumazet wrote: >> I ack it, I guess David had this queued already. >> >> No big deal, that is only for tcp_info instrumentation accuracy. > > If this is already queued for the next round of stable patches, and it's > not a major issue, I'll just wait and take it when it shows up in a week > or so. Turns out I actually didn't have it queued, so Greg if you could toss this into your trees now it would save me a bunch of coordinating and work. Thanks!