From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757155AbcAJO5G (ORCPT ); Sun, 10 Jan 2016 09:57:06 -0500 Received: from vulcan.natalenko.name ([104.207.131.136]:14708 "EHLO vulcan.natalenko.name" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752730AbcAJO5E convert rfc822-to-8bit (ORCPT ); Sun, 10 Jan 2016 09:57:04 -0500 DMARC-Filter: OpenDMARC Filter v1.3.1 vulcan.natalenko.name 22E4578B5A Authentication-Results: vulcan.natalenko.name; dmarc=none header.from=natalenko.name From: Oleksandr Natalenko To: Neal Cardwell Cc: Yuchung Cheng , netdev , "linux-kernel@vger.kernel.org" , Patrick McHardy , Hideaki YOSHIFUJI , James Morris , Alexey Kuznetsov , "David S. Miller" Subject: Re: [REGRESSION] tcp/ipv4: kernel panic because of (possible) division by zero Date: Sun, 10 Jan 2016 16:57:00 +0200 Message-ID: <1562805.Wa36G0OKaZ@spock> User-Agent: KMail/5.1 (Linux/4.3.0-pf3; KDE/5.17.0; x86_64; ; ) In-Reply-To: References: <26396443.iDTTxgChSj@spock> <8830013.bJO8vnIv9N@spock> MIME-Version: 1.0 Content-Transfer-Encoding: 8BIT Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org I use YeAH. But YeAH code wasn't touched between 4.2 and 4.3. On неділя, 10 січня 2016 р. 09:48:20 EET Neal Cardwell wrote: > On Sun, Jan 10, 2016 at 5:23 AM, Oleksandr Natalenko > > wrote: > > With the patch queued for upstream and ECN enabled I get WARN_ON_ONCE() > > triggered. Here is the stacktrace: > > > > https://gist.github.com/89203e77bfcb051f269a > > > > It seems that tp->prior_cwnd is zero. > > Hmm. Interesting. Can you please confirm that you are using the cubic > congestion control module? > > thanks, > neal