Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755839AbXIOSwQ (ORCPT ); Sat, 15 Sep 2007 14:52:16 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751650AbXIOSwD (ORCPT ); Sat, 15 Sep 2007 14:52:03 -0400 Received: from tag.witbe.net ([81.88.96.48]:58247 "EHLO tag.witbe.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752300AbXIOSwB (ORCPT ); Sat, 15 Sep 2007 14:52:01 -0400 Date: Sat, 15 Sep 2007 18:51:53 +0000 From: Paul Rolland (=?UTF-8?Q?=E3=83=9D=E3=83=BC=E3=83=AB=E3=83=BB?= =?UTF-8?Q?=E3=83=AD=E3=83=A9=E3=83=B3?=) To: eric.valette@free.fr Cc: Rob Hussey , flamingice@sourmilk.net, andreamrl@tiscali.it, linux-kernel@vger.kernel.org, rol@witbe.net, Johannes Berg Subject: Re: rtl8187 driver in 2.6.23-rc6-git5: kernel panic if not used as a module. Works as a module. Message-ID: <20070915185153.08490a9b@tux.DEF.witbe.net> In-Reply-To: <46EC24B6.2030709@free.fr> References: <46EBE70C.2040201@free.fr> <46EBEBD2.7060502@free.fr> <6b8cef970709150928h25a7093md5f86d2bdcf677cc@mail.gmail.com> <46EC24B6.2030709@free.fr> Organization: Witbe.net X-Mailer: Claws Mail 3.0.0 (GTK+ 2.10.14; i686-pc-linux-gnu) X-Ncc-RegId: fr.witbe X-Face: +^rP^g;Vjb!M*"%3$mF6xWU{DwwAx)W=b_}?Y)|*X<5cv@M`1P{\:)p9_:$=)(NY2`%AcypV*]z>YIyy5yY"9PUoV5@)*(W:S5e-48Ct7Wu6CkkO[=KB"ox,_2B/FwY&hr/E1H&<9IbOCx6NrBa"}FLA)UIvHg`9%NC\LfYB3ia] Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1198 Lines: 33 Hi Eric, On Sat, 15 Sep 2007 20:30:14 +0200 Eric Valette wrote: > Rob Hussey wrote: > > On 9/15/07, Eric Valette wrote: > >> Eric Valette wrote: > >> > > Thanks for your help: it does indeed fix the problem. Nice it works for you too ! > Now I have two side questions: > - the code is no more symetric "subsys_initcall" -> "module_exit". > Do not know if it is "normal" but I love symmetry in code :-). Did not test > it still works as a module... Symmetry is not broken, as we have : #define subsys_initcall(fn) module_init(fn) in include/linux/init.h where compiling as a module, and when not compiling as a module, I doubt the exit function is called unless you are shuting down your machine... > - Who takes the responsability to push a patch to Linus? I guess it > is urgent unless he plans a rc7 Good point ! I expect the patches to be already in some queue waiting to be pulled ! - 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/