Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261806AbTKYAAN (ORCPT ); Mon, 24 Nov 2003 19:00:13 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261812AbTKYAAN (ORCPT ); Mon, 24 Nov 2003 19:00:13 -0500 Received: from devil.servak.biz ([209.124.81.2]:8350 "EHLO devil.servak.biz") by vger.kernel.org with ESMTP id S261806AbTKYAAD (ORCPT ); Mon, 24 Nov 2003 19:00:03 -0500 Subject: 2.6.-test10: bad "__might_sleep" in ALSA sound drivers From: Torrey Hoffman To: Linux-Kernel List , alsa-devel@alsa-project.org Content-Type: text/plain Message-Id: <1069718546.2268.9.camel@moria.arnor.net> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 (1.4.5-7) Date: Mon, 24 Nov 2003 16:02:26 -0800 Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - devil.servak.biz X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - arnor.net Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2028 Lines: 55 I get this every time I boot 2.6.0-test10. I think this problem has been around for a while. Debug: sleeping function called from invalid context at include/asm/semaphore.h:119 in_atomic():1, irqs_disabled():0 Call Trace: [] __might_sleep+0xab/0xc9 [] ap_cs8427_sendbytes+0x38/0xd2 [snd_ice1712] [] snd_i2c_sendbytes+0x22/0x26 [snd_i2c] [] snd_cs8427_reg_read+0x2c/0x8c [snd_cs8427] [] snd_cs8427_create+0xa4/0x347 [snd_cs8427] [] snd_device_new+0x20/0x6a [] snd_ice1712_init_cs8427+0x2f/0x6f [snd_ice1712] [] snd_ice1712_delta_init+0x230/0x2b9 [snd_ice1712] [] snd_ice1712_probe+0x323/0x34c [snd_ice1712] [] dput+0x24/0x25f [] pci_device_probe_static+0x4d/0x5e [] __pci_device_probe+0x38/0x4b [] pci_device_probe+0x2c/0x48 [] bus_match+0x3d/0x65 [] driver_attach+0x59/0x83 [] bus_add_driver+0x9e/0xb1 [] pci_register_driver+0x6b/0x90 [] alsa_card_ice1712_init+0x15/0x4e [snd_ice1712] [] sys_init_module+0x14f/0x233 [] sysenter_past_esp+0x52/0x71 The system is a P4 with HT, kernel has SMP & preempt enabled. There are two sound cards. Here are all the snd_ drivers mentioned in the output of lsmod: snd_ice1712 55428 - snd_ice17xx_ak4xxx 2880 - snd_cs8427 8224 - snd_i2c 4512 - snd_ak4xxx_adda 4832 - snd_intel8x0 28612 - snd_ac97_codec 50660 - snd_pcm 88352 - snd_timer 22052 - snd_page_alloc 8772 - snd_mpu401_uart 6016 - snd_rawmidi 20192 - snd_seq_device 6440 - -- Torrey Hoffman - 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/