From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751509AbdBBOER (ORCPT ); Thu, 2 Feb 2017 09:04:17 -0500 Received: from mail-ua0-f173.google.com ([209.85.217.173]:36110 "EHLO mail-ua0-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751372AbdBBOEP (ORCPT ); Thu, 2 Feb 2017 09:04:15 -0500 MIME-Version: 1.0 In-Reply-To: References: <1486038029.13103.17.camel@edumazet-glaptop3.roam.corp.google.com> <1486042812.13103.27.camel@edumazet-glaptop3.roam.corp.google.com> From: Dmitry Vyukov Date: Thu, 2 Feb 2017 15:03:54 +0100 Message-ID: Subject: Re: net/tcp: warning in tcp_try_coalesce/skb_try_coalesce To: Eric Dumazet Cc: Eric Dumazet , Andrey Konovalov , "David S. Miller" , Alexey Kuznetsov , James Morris , Hideaki YOSHIFUJI , Patrick McHardy , netdev , LKML , Kostya Serebryany , syzkaller Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Feb 2, 2017 at 2:56 PM, Dmitry Vyukov wrote: > On Thu, Feb 2, 2017 at 2:40 PM, Eric Dumazet wrote: >> On Thu, 2017-02-02 at 13:59 +0100, Dmitry Vyukov wrote: >> >>> >>> Right, I can confirm that this is not happening on net-next tip >>> (62e13097c46c69dbd7544ab2cd585ccf48f360a4). >>> I reproduced it on a random month old commit on net-next, though >>> (23a8ed4a624324dc696c328f09bd502c4a3816f0). Let's consider that this >>> is accidentally fixed by something in that range. >> >> This also might depend on the .config >> >> I tried 23a8ed4a624324dc696c328f09bd502c4a3816f0 and could not trigger >> the warning . > > > I've attached my config. > But I've tried with the same config on both revisions. > > Well, there is also a chance that the bug is not fixed, but requires > slightly different reproducer after some changes. Hummm.... My config includes KASAN+KCOV and I use gcc version 7.0.0 20161208 (experimental) (GCC). I've now tried to turn off KASAN+KCOV and compiled with my stock 4.8.4, and this did _not_ trigger the warning on 23a8ed4a624324dc696c328f09bd502c4a3816f0.