Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756490AbYBJWce (ORCPT ); Sun, 10 Feb 2008 17:32:34 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753798AbYBJWcQ (ORCPT ); Sun, 10 Feb 2008 17:32:16 -0500 Received: from fmmailgate03.web.de ([217.72.192.234]:48092 "EHLO fmmailgate03.web.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753351AbYBJWcP (ORCPT ); Sun, 10 Feb 2008 17:32:15 -0500 Message-ID: <47AF7B6D.1000901@web.de> Date: Sun, 10 Feb 2008 23:32:13 +0100 From: Jan Kiszka User-Agent: Thunderbird 2.0.0.9 (X11/20070801) MIME-Version: 1.0 To: Bartlomiej Zolnierkiewicz CC: Ingo Molnar , Christoph Hellwig , linux-kernel@vger.kernel.org, Linus Torvalds , Andrew Morton , Thomas Gleixner , Jason Wessel Subject: Re: [patch] kgdb light, v6 References: <20080210071331.GC3851@elte.hu> <20080210210900.GA27162@elte.hu> <47AF707C.6050305@web.de> <200802102314.19500.bzolnier@gmail.com> In-Reply-To: <200802102314.19500.bzolnier@gmail.com> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7BIT X-Provags-ID: V01U2FsdGVkX1/VvPWYcHTnH0oVdmF1wkLv0giju6cynI+ffjHE +n3jeZzJ4p/2ltA/YnT2N5tgYy4haRx865dFTPScr1W0I5cRnl 3/rl44lEY= Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 941 Lines: 25 Bartlomiej Zolnierkiewicz wrote: > On Sunday 10 February 2008, Jan Kiszka wrote: >> Ingo Molnar wrote: >>> * Bartlomiej Zolnierkiewicz wrote: >>>>> +static int init_kgdboc(void) >>>> __init >>> done. >> Uuh, careful. We need this for runtime reconfiguration. > > it is used only for 'module_init(init_kgdboc);' in v6 Yeah, the usage chain is not obvious (given I'm looking at the right version ATM - git just spits at me), the issue moved to param_set_kgdboc_var which has to call into configure_kgdboc - now __init. Ingo, please keep the original annotations, they where correct and should have been optimal (under the given constraints or runtime reconfiguration). Jan -- 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/