From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751359AbdLJFM1 (ORCPT ); Sun, 10 Dec 2017 00:12:27 -0500 Received: from mail-pf0-f179.google.com ([209.85.192.179]:40624 "EHLO mail-pf0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751238AbdLJFMZ (ORCPT ); Sun, 10 Dec 2017 00:12:25 -0500 X-Google-Smtp-Source: AGs4zMZNsFiwHYsyXoqLf32k+zaosdAcKveaYIMPqpSg02HgvW0/6npSWD032YI79FDofZSNpcweiA== Message-ID: <1512882741.25033.39.camel@gmail.com> Subject: Re: kernel BUG at net/core/skbuff.c:LINE! (2) From: Eric Dumazet To: Xin Long , Cong Wang Cc: syzbot , davem , kuznet , LKML , linux-sctp@vger.kernel.org, network dev , Neil Horman , syzkaller-bugs@googlegroups.com, Vlad Yasevich , yoshfuji Date: Sat, 09 Dec 2017 21:12:21 -0800 In-Reply-To: References: <001a1149c712d56ccc055cc48e37@google.com> <001a1140f5788a1817055fcfcb1f@google.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.22.6-1+deb9u1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, 2017-12-10 at 12:38 +0800, Xin Long wrote: > On Sun, Dec 10, 2017 at 3:36 AM, Cong Wang > wrote: > > On Fri, Dec 8, 2017 at 12:45 AM, Xin Long > > wrote: > > > This isn't a sctp problem, but mld's, seems when lo's mtu became > > > 0, > > > it allocs a skb without enough space in add_grec(): > > > > Shouldn't we just set its min_mtu to ETH_MIN_MTU? > > No idea why there's no min_mtu limitation for lo dev. Because it wont solve this bug. ETH_MIN_MTU is really about IPv4.