Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934524AbWK1CZ5 (ORCPT ); Mon, 27 Nov 2006 21:25:57 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S934526AbWK1CZ5 (ORCPT ); Mon, 27 Nov 2006 21:25:57 -0500 Received: from mx1.redhat.com ([66.187.233.31]:62897 "EHLO mx1.redhat.com") by vger.kernel.org with ESMTP id S934524AbWK1CZ4 (ORCPT ); Mon, 27 Nov 2006 21:25:56 -0500 To: Mathieu Desnoyers Cc: linux-kernel@vger.kernel.org, Christoph Hellwig , Andrew Morton , Ingo Molnar , Greg Kroah-Hartman , Thomas Gleixner , Tom Zanussi , Karim Yaghmour , Paul Mundt , Jes Sorensen , Richard J Moore , "Martin J. Bligh" , Michel Dagenais , Douglas Niehaus , ltt-dev@shafik.org, systemtap@sources.redhat.com Subject: Re: [PATCH 3/16] LTTng 0.6.36 for 2.6.18 : Linux Kernel Markers References: <20061124215401.GD25048@Krystal> From: fche@redhat.com (Frank Ch. Eigler) Date: 27 Nov 2006 21:23:17 -0500 In-Reply-To: <20061124215401.GD25048@Krystal> Message-ID: User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 980 Lines: 27 Mathieu Desnoyers writes: > This patch adds the Linux Kernel Markers [...] > Signed-off-by : Mathieu Desnoyers If it helps, Acked-by: Frank Ch. Eigler One question: > [...] > + /* Markers in modules. */ > + list_for_each_entry(mod, &modules, list) { > + if (mod->license_gplok) > + found += marker_set_probe_range(name, format, probe, > + mod->markers, mod->markers+mod->num_markers); > + } > [...] > +EXPORT_SYMBOL(marker_set_probe); Are you sure the license_gplok check is necessary here? We should consider encouraging non-gpl module writers to instrument their code, to give users a slightly better chance of debugging problems. - FChE - 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/