From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-0.7 required=3.0 tests=FROM_LOCAL_HEX, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id CC5A5C43381 for ; Mon, 25 Mar 2019 08:19:03 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 95A0820879 for ; Mon, 25 Mar 2019 08:19:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729987AbfCYITC (ORCPT ); Mon, 25 Mar 2019 04:19:02 -0400 Received: from mail-it1-f197.google.com ([209.85.166.197]:51794 "EHLO mail-it1-f197.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729920AbfCYITC (ORCPT ); Mon, 25 Mar 2019 04:19:02 -0400 Received: by mail-it1-f197.google.com with SMTP id e63so8433658ita.1 for ; Mon, 25 Mar 2019 01:19:01 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:date:in-reply-to:message-id:subject :from:to; bh=LmSePle1Q7i5E3TFfLKW5E6iW6MEwWhgLXyiDGhpcX0=; b=LBa8/acGDyUlM7H60EKFCzukzy0NECLYkWe65LInVO6+cbjjGt0c8j04EjSTjSVHXL zORfBFRJVQ5Bm+3RCVRbvGGx7XuW6OyRUUCvRerFeqjxB8LBMh6rK1x/6HGZRmsg2Mn+ Fjc9dQRBJIbO4A1ZgAvv7gF4W06sLpmpCFi/cgd3a1ZzVElajJLz4HF1jgoYeKlBJZcc Nk/3klAXf/f9N2BTc3ueu+TSyTcA3vQULiXs8QPoqn8WcDEghBAyrPfDARvQFhyPUav+ SHOXTc5kOUkbGLYR7nMq7UZaM6DaAkG1b6+S3P+7aD9CnXN8lCKSlB8abTYp6XyjdFTN WpwQ== X-Gm-Message-State: APjAAAWIbFcfwmcePDgB2buudDYfhVDSh7XpP7T56xbZ1ID3CbRJx65d 9yc+A5OHUugvWwuA3xkXt9hOq1qSzye1M8i1VuSGT44SDtNi X-Google-Smtp-Source: APXvYqxDyvOvfTDynESsGWWfoBj2nByndNyQH5qgj2QkqS/d+yEtb9ezpEpB0RvV0mJL5zgcBtfv81eQIuoakQVvuQDTkdXXgyFC MIME-Version: 1.0 X-Received: by 2002:a05:6638:25a:: with SMTP id w26mr16507161jaq.112.1553501941215; Mon, 25 Mar 2019 01:19:01 -0700 (PDT) Date: Mon, 25 Mar 2019 01:19:01 -0700 In-Reply-To: <0000000000003ba80905783e9189@google.com> X-Google-Appengine-App-Id: s~syzkaller X-Google-Appengine-App-Id-Alias: syzkaller Message-ID: <0000000000005d37e60584e6db01@google.com> Subject: Re: KASAN: use-after-free Write in skb_release_data (2) From: syzbot To: alexander.h.duyck@intel.com, ast@kernel.org, bpf@vger.kernel.org, daniel@iogearbox.net, davem@davemloft.net, dvyukov@google.com, edumazet@google.com, kafai@fb.com, kuznet@ms2.inr.ac.ru, linux-kernel@vger.kernel.org, lirongqing@baidu.com, magnus.karlsson@intel.com, maximmi@mellanox.com, netdev@vger.kernel.org, pabeni@redhat.com, soheil@google.com, songliubraving@fb.com, syzkaller-bugs@googlegroups.com, vincent.whitchurch@axis.com, willemb@google.com, yhs@fb.com, yoshfuji@linux-ipv6.org Content-Type: text/plain; charset="UTF-8"; format=flowed; delsp=yes Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org syzbot has bisected this bug to: commit 472c2e07eef045145bc1493cc94a01c87140780a Author: Eric Dumazet Date: Fri Mar 22 15:56:39 2019 +0000 tcp: add one skb cache for tx bisection log: https://syzkaller.appspot.com/x/bisect.txt?x=17abf52b200000 start commit: 68cc2999 Merge branch 'devlink-small-spring-cleanup' git tree: net-next final crash: https://syzkaller.appspot.com/x/report.txt?x=146bf52b200000 console output: https://syzkaller.appspot.com/x/log.txt?x=106bf52b200000 kernel config: https://syzkaller.appspot.com/x/.config?x=9ab5bbbbf283c99a dashboard link: https://syzkaller.appspot.com/bug?extid=580be3953ed99133804f syz repro: https://syzkaller.appspot.com/x/repro.syz?x=123a3d3b200000 C reproducer: https://syzkaller.appspot.com/x/repro.c?x=11d34f93200000 Reported-by: syzbot+580be3953ed99133804f@syzkaller.appspotmail.com Fixes: 472c2e07eef0 ("tcp: add one skb cache for tx") For information about bisection process see: https://goo.gl/tpsmEJ#bisection