From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from server19320154104.serverpool.info ([193.201.54.104]:41876 "EHLO hauke-m.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752921Ab3IQUCn (ORCPT ); Tue, 17 Sep 2013 16:02:43 -0400 Message-ID: <5238B55A.5050002@hauke-m.de> (sfid-20130917_220300_721501_6F7B3B90) Date: Tue, 17 Sep 2013 22:02:34 +0200 From: Hauke Mehrtens MIME-Version: 1.0 To: Tom Gundersen CC: Linux Wireless List , "John W. Linville" , LKML Subject: Re: [REGRESSION]: bcma: fix handling of big addrl References: In-Reply-To: Content-Type: text/plain; charset=UTF-8 Sender: linux-wireless-owner@vger.kernel.org List-ID: On 09/17/2013 09:11 PM, Tom Gundersen wrote: > The above commit causes a regression for me. > > Booting with initcall_debug shows that bcma_modinit never returns: > > calling bcma_modinit+0x0/0x33 [bcma] @ 210 > bcma-pci-bridge 0000:02:00.0: enabling device (0000 -> 0002) > bcma: bus0: Found chip with id 0xA8D8, rev 0x01 and package 0x08 > > Which means that (obviously) my wireless nic doesnot work (doe not > show up in "ip addr"). Moreover, the kernel hangs during reboot and > I'm forced to do a hard-reboot. > > Reverting the offending commit on top of 3.12-rc1 fixes the problem. Hi, There is already a patch in wireless-testing on its way into linux tree: https://git.kernel.org/cgit/linux/kernel/git/linville/wireless-testing.git/commit/?id=167fef2a4dce0fa9b9b847bac91cd06c191396d2 Hauke