Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753571Ab3IQTLs (ORCPT ); Tue, 17 Sep 2013 15:11:48 -0400 Received: from mail-bk0-f49.google.com ([209.85.214.49]:39320 "EHLO mail-bk0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752921Ab3IQTLr (ORCPT ); Tue, 17 Sep 2013 15:11:47 -0400 MIME-Version: 1.0 X-Originating-IP: [89.2.206.189] From: Tom Gundersen Date: Tue, 17 Sep 2013 21:11:25 +0200 Message-ID: Subject: [REGRESSION]: bcma: fix handling of big addrl To: Linux Wireless List Cc: Hauke Mehrtens , "John W. Linville" , LKML Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 781 Lines: 22 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. Cheers, Tom -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/