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=-3.7 required=3.0 tests=BAYES_00,FROM_LOCAL_HEX, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED autolearn=no 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 B884FC4363D for ; Tue, 6 Oct 2020 12:11:08 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7482420782 for ; Tue, 6 Oct 2020 12:11:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726431AbgJFMLH (ORCPT ); Tue, 6 Oct 2020 08:11:07 -0400 Received: from mail-il1-f205.google.com ([209.85.166.205]:55796 "EHLO mail-il1-f205.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726214AbgJFMLH (ORCPT ); Tue, 6 Oct 2020 08:11:07 -0400 Received: by mail-il1-f205.google.com with SMTP id 9so9169114ile.22 for ; Tue, 06 Oct 2020 05:11:06 -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=EhCOsm/XwK9KhdukuQOyPPhHwiTYn0fSo6dMXBzIANg=; b=bj2NOJchpyVsSG2YL1AucjrlfMtJNveJsWLz1SsPlKtMaxVHv964fUZVKlznZHIAWq JjX7YbeoEHQoeba1/yy10akb1aaGy4iD8l7/o8RXAFM3oIfOHDT6XVItQYiJLBNhq5Ne LbTJd5UvFt3nTZpq4ZMbQ/v/AxobdJRJDO/g8EOLEj60wP0zhBMpGqo6l4FtmkHcPKm0 LKr3fbEFfWbbQ+pZK4hQEMf4cwhVhjWg2RG6Jk3w0iI2UYxo0BvFvhdPwxUF4HanGWca FmAJQ0z0RtK4nD2N1YTTWbDUUM+2ejrKzSxK95cVjRYu9VAa+4C0C/gZQQhXF2XhxcIM bBlg== X-Gm-Message-State: AOAM530y2U8fIrbqaef471UVUjzmRERAT9eNSEsUhJRBxelEowutpsx7 a1Xo77FQxaR7jyQVjz0f9Zmj3Pt7Z3u7Uain59vuaaFHqGXa X-Google-Smtp-Source: ABdhPJw+2KHWj8oxMC2Me2es2RQkss+2IPVOYHE5N1uYrNZ/tX99ER7MjGnPIDOC6uyhLER6SZk8Yb5UPmwHtKfBCzr0BFKu+SWq MIME-Version: 1.0 X-Received: by 2002:a92:9fcc:: with SMTP id z73mr3339261ilk.234.1601986266354; Tue, 06 Oct 2020 05:11:06 -0700 (PDT) Date: Tue, 06 Oct 2020 05:11:06 -0700 In-Reply-To: <0000000000005f92b905b0fc1a5d@google.com> X-Google-Appengine-App-Id: s~syzkaller X-Google-Appengine-App-Id-Alias: syzkaller Message-ID: <000000000000575a2e05b0ff7e79@google.com> Subject: Re: WARNING in ieee80211_check_rate_mask From: syzbot To: blogic@openwrt.org, clang-built-linux@googlegroups.com, coreteam@netfilter.org, davem@davemloft.net, johannes@sipsolutions.net, kaber@trash.net, kadlec@blackhole.kfki.hu, kuba@kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-mediatek@lists.infradead.org, linux-wireless@vger.kernel.org, matthias.bgg@gmail.com, natechancellor@gmail.com, nbd@openwrt.org, ndesaulniers@google.com, nelson.chang@mediatek.com, netdev@vger.kernel.org, netfilter-devel@vger.kernel.org, pablo@netfilter.org, syzkaller-bugs@googlegroups.com Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org syzbot has bisected this issue to: commit 983e1a6c95abf8058d26149a928578b720c77bce Author: Nelson Chang Date: Thu Oct 6 11:44:02 2016 +0000 net: ethernet: mediatek: get hw lro capability by the chip id instead of by the dtsi bisection log: https://syzkaller.appspot.com/x/bisect.txt?x=1639e0d0500000 start commit: c2568c8c Merge branch 'net-Constify-struct-genl_small_ops' git tree: net-next final oops: https://syzkaller.appspot.com/x/report.txt?x=1539e0d0500000 console output: https://syzkaller.appspot.com/x/log.txt?x=1139e0d0500000 kernel config: https://syzkaller.appspot.com/x/.config?x=1e6c5266df853ae dashboard link: https://syzkaller.appspot.com/bug?extid=be0e03ca215b06199629 syz repro: https://syzkaller.appspot.com/x/repro.syz?x=1790e83b900000 C reproducer: https://syzkaller.appspot.com/x/repro.c?x=111a5bc7900000 Reported-by: syzbot+be0e03ca215b06199629@syzkaller.appspotmail.com Fixes: 983e1a6c95ab ("net: ethernet: mediatek: get hw lro capability by the chip id instead of by the dtsi") For information about bisection process see: https://goo.gl/tpsmEJ#bisection