From mboxrd@z Thu Jan 1 00:00:00 1970 From: Neal Cardwell Subject: Re: [REGRESSION] tcp/ipv4: kernel panic because of (possible) division by zero Date: Sun, 10 Jan 2016 09:54:16 -0500 Message-ID: References: <26396443.iDTTxgChSj@spock> <8830013.bJO8vnIv9N@spock> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Cc: Yuchung Cheng , netdev , "linux-kernel@vger.kernel.org" , Patrick McHardy , Hideaki YOSHIFUJI , James Morris , Alexey Kuznetsov , "David S. Miller" To: Oleksandr Natalenko Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On Sun, Jan 10, 2016 at 9:48 AM, 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? Would you be able to do an experiment where you reboot, and then disable ECN upon startup, and then see if the warning still shows up without ECN? thanks, neal