Received: by 2002:a25:f815:0:0:0:0:0 with SMTP id u21csp3355776ybd; Tue, 25 Jun 2019 00:53:24 -0700 (PDT) X-Google-Smtp-Source: APXvYqwSXTfNT4zCf/TyBGN5oV8B8whgCdEHr3MZsNxQxppWHbfjDoTqUc1kJKEDEQlsqRo+B+HD X-Received: by 2002:a63:f64a:: with SMTP id u10mr30286496pgj.329.1561449204203; Tue, 25 Jun 2019 00:53:24 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1561449204; cv=none; d=google.com; s=arc-20160816; b=1Ja8MsgTy/jCkUJ6dS+QikySsYmMRmckhiQRVqNddcBYSTsJIKgKRFduKdnw+/xBHW WTTyOc8gq5bhdc4VpCaZhSpJG8ebSOg85UQXQxnsTUy3qo4PBd7QLbW6l2iaIesN02c4 GfL/g3v0YD2iRyX3TnBS/DkTUusxeS+KI8AC8gtAQQR9B77rdxmGDzSyxekFm4O0JCAk DEYOIqoCYv3alfoILtt9txySWLH5ApmV89k3JKJskIHuBxb2vEIY2SLl4yzxPgQLaFmz eiff9VWheVeLO71/pjxqLgIzy/asvzhZzAdn8j0cv2cZGw3ce1KfzafaU9WuhO+SYnta qXzQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:content-disposition :mime-version:message-id:subject:cc:to:from:date; bh=ZT5tV8Vw/h5PZOV+Z28DH5Vd9SIt7aH20nt62HU+QI0=; b=FvYJTWZEAO+qk55ConIor4ztjAvm5A2Vryy8zgURxj9hw5USMGZOjg4RGMjHmUxrmS tu9WLXuu2mz2ZHwDM6VklACD53hGKFtrT6/PzsOzH9jWOhk2lsx7tuC7ScqVphegpECD sFKJjl1Htgq9Jfsd384/6MQFocqgeBYXREJ+eZMlq8640L7ShuNR+DzSTkx+U+5uuL1s ppqL0T71UR/XVeFpaV+orSLCR68FSx6uUVXiDO4F9Mc5SXETLkfcVSyKW9XY8tViwiJK gL4cf9Admb/wRAsdJUJ26yPp0oIzehRbdWZ4dLNwsCqvbb/UsxPfovlUR0BtCzKS8HCP AOdg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id s1si366338pfb.157.2019.06.25.00.53.08; Tue, 25 Jun 2019 00:53:24 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728844AbfFYHil (ORCPT + 99 others); Tue, 25 Jun 2019 03:38:41 -0400 Received: from muru.com ([72.249.23.125]:53482 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728380AbfFYHik (ORCPT ); Tue, 25 Jun 2019 03:38:40 -0400 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id B7C0180C8; Tue, 25 Jun 2019 07:39:02 +0000 (UTC) Date: Tue, 25 Jun 2019 00:38:37 -0700 From: Tony Lindgren To: Johannes Berg Cc: Kalle Valo , Eyal Reizer , linux-wireless@vger.kernel.org, linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org Subject: nl80211 wlcore regression in next Message-ID: <20190625073837.GG5447@atomide.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.11.4 (2019-03-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, Looks like at least drivers/net/wireless/ti wlcore driver has stopped working in Linux next with commit 901bb9891855 ("nl80211: require and validate vendor command policy"). Reverting the commit above makes it work again. It fails with the warning below, any ideas what goes wrong? Regards, Tony 8< ---------------- WARNING: CPU: 0 PID: 21 at net/wireless/core.c:868 wiphy_register+0x85c/0xbd4 [cfg80211] ... [] (wiphy_register [cfg80211]) from [] (ieee80211_register_hw+0x4e4/0xcd8 [mac80211]) [] (ieee80211_register_hw [mac80211]) from [] (wlcore_nvs_cb+0x758/0xabc [wlcore]) [] (wlcore_nvs_cb [wlcore]) from [] (request_firmware_work_func+0x50/0x8c) [] (request_firmware_work_func) from [] (process_one_work+0x20c/0x504) ...