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=-5.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS autolearn=unavailable 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 58DBDC2BA19 for ; Tue, 14 Apr 2020 11:12:20 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3CE3D2072D for ; Tue, 14 Apr 2020 11:12:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2390810AbgDNLMP (ORCPT ); Tue, 14 Apr 2020 07:12:15 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35970 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1728734AbgDNLME (ORCPT ); Tue, 14 Apr 2020 07:12:04 -0400 X-Greylist: delayed 1999 seconds by postgrey-1.37 at lindbergh.monkeyblade.net; Tue, 14 Apr 2020 04:12:04 PDT Received: from sipsolutions.net (s3.sipsolutions.net [IPv6:2a01:4f8:191:4433::2]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 06C3AC061A0C; Tue, 14 Apr 2020 04:12:03 -0700 (PDT) Received: by sipsolutions.net with esmtpsa (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.93) (envelope-from ) id 1jOJTr-00Gtcv-U2; Tue, 14 Apr 2020 13:11:52 +0200 Message-ID: Subject: Re: WARNING in hwsim_new_radio_nl From: Johannes Berg To: Paolo Abeni , syzbot , davem@davemloft.net, kvalo@codeaurora.org, linux-kernel@vger.kernel.org, linux-wireless@vger.kernel.org, netdev@vger.kernel.org, syzkaller-bugs@googlegroups.com Date: Tue, 14 Apr 2020 13:11:50 +0200 In-Reply-To: <66c3db9b1978a384246c729034a934cc558b75a6.camel@redhat.com> References: <000000000000bb471d05a2f246d7@google.com> <66c3db9b1978a384246c729034a934cc558b75a6.camel@redhat.com> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.34.4 (3.34.4-1.fc31) MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 2020-04-14 at 12:42 +0200, Paolo Abeni wrote: > #syz test git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git master > > I don't see why the bisection pointed to the MPTCP commit ?!? I just sent an explanation for that :) Good fix too, I already applied another one just now for an earlier, but really mostly identical, syzbot warning (and yes, tagged it with both). johannes