Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757561AbXIUM63 (ORCPT ); Fri, 21 Sep 2007 08:58:29 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751743AbXIUM6W (ORCPT ); Fri, 21 Sep 2007 08:58:22 -0400 Received: from tomts20-srv.bellnexxia.net ([209.226.175.74]:42702 "EHLO tomts20-srv.bellnexxia.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751078AbXIUM6V (ORCPT ); Fri, 21 Sep 2007 08:58:21 -0400 Date: Fri, 21 Sep 2007 08:58:19 -0400 From: Mathieu Desnoyers To: Denys Vlasenko Cc: "Frank Ch. Eigler" , dsmith@redhat.com, Christoph Hellwig , Rusty Russell , akpm@linux-foundation.org, linux-kernel@vger.kernel.org Subject: Re: [patch 1/4] Linux Kernel Markers - Architecture Independent Code Message-ID: <20070921125819.GA13129@Krystal> References: <20070918211324.161373216@polymtl.ca> <20070919113737.GA18177@Krystal> <200709192132.00873.vda.linux@googlemail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline In-Reply-To: <200709192132.00873.vda.linux@googlemail.com> X-Editor: vi X-Info: http://krystal.dyndns.org:8080 X-Operating-System: Linux/2.6.21.3-grsec (i686) X-Uptime: 08:57:50 up 53 days, 13:16, 4 users, load average: 2.14, 1.52, 1.02 User-Agent: Mutt/1.5.13 (2006-08-11) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1212 Lines: 36 * Denys Vlasenko (vda.linux@googlemail.com) wrote: > On Wednesday 19 September 2007 14:53, Frank Ch. Eigler wrote: > > Mathieu Desnoyers writes: > > > > > [...] Do you think I should also remove the __markers_strings > > > section from here ? > > > > Current systemtap marker support code relies on the __markers_strings > > section. > > Let users know that in comment above section definition in ld script. > Ok, I am changing it to: /* Markers: strings (used by SystemTAP) */ \ __markers_strings : AT(ADDR(__markers_strings) - LOAD_OFFSET) { \ *(__markers_strings) \ } \ Mathieu > Thanks! > -- > vda -- Mathieu Desnoyers Computer Engineering Ph.D. Student, Ecole Polytechnique de Montreal OpenPGP key fingerprint: 8CD5 52C3 8E3C 4140 715F BA06 3F25 A8FE 3BAE 9A68 - 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/