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 3FF9FC41604 for ; Tue, 6 Oct 2020 12:11:10 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id EF4D520663 for ; Tue, 6 Oct 2020 12:11:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726356AbgJFMLH (ORCPT ); Tue, 6 Oct 2020 08:11:07 -0400 Received: from mail-io1-f79.google.com ([209.85.166.79]:53441 "EHLO mail-io1-f79.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726128AbgJFMLH (ORCPT ); Tue, 6 Oct 2020 08:11:07 -0400 Received: by mail-io1-f79.google.com with SMTP id x1so6990336iov.20 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=WMCcSgSohpwAhkU+8c7wYHYMp9eR60hq6AQxbOBUyYx3S4phN2VKYbq+QSFUftn4c4 TRGh1ZTXhIQYPmOiFTCiacIZUoKl/l02wBUObrs0sFVbYN9JmiRom4VERNQuUK7CVVWK aE6XVmEXQ/6aSw7EUUcsS9H0usoWlqSDLZ6U/ckEwOwp+1iF2bjzdM4kMun4huNxoMK2 8SwOoP5sT/seuLYbxgvythzkldkcH3Qk+Je343rQaa1JJR7xau6IZ45z/WeN9EXRRYZw CzVMP+GwCgemsDvv2xKzbWJ0ocdXyWy08YvpOdImMm49NgVYlIQ27p9VYKN/bRVDn3cX 6a1Q== X-Gm-Message-State: AOAM531JmrK7ke79ZgqBEP8OaXUTFcO4ebdQmfWFOefMASjTMLKGcL+d V/YrnWhvVkLm0j35aFp5y/MRXgNwZ91uJ9KdnsYvIW3A77rQ 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: netfilter-devel@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