From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754711AbZDZLOV (ORCPT ); Sun, 26 Apr 2009 07:14:21 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752252AbZDZLOK (ORCPT ); Sun, 26 Apr 2009 07:14:10 -0400 Received: from mx2.mail.elte.hu ([157.181.151.9]:46475 "EHLO mx2.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751019AbZDZLOJ (ORCPT ); Sun, 26 Apr 2009 07:14:09 -0400 Date: Sun, 26 Apr 2009 13:13:54 +0200 From: Ingo Molnar To: Catalin Marinas Cc: linux-kernel@vger.kernel.org Subject: Re: [PATCH 09/14] x86: Provide _sdata in the vmlinux_*.lds.S files Message-ID: <20090426111354.GC10391@elte.hu> References: <20090424163500.4476.62146.stgit@pc1117.cambridge.arm.com> <20090424164148.4476.77086.stgit@pc1117.cambridge.arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090424164148.4476.77086.stgit@pc1117.cambridge.arm.com> User-Agent: Mutt/1.5.18 (2008-05-17) X-ELTE-VirusStatus: clean X-ELTE-SpamScore: -1.5 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=-1.5 required=5.9 tests=BAYES_00 autolearn=no SpamAssassin version=3.2.3 -1.5 BAYES_00 BODY: Bayesian spam probability is 0 to 1% [score: 0.0006] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Catalin Marinas wrote: > _sdata is a common symbol defined by many architectures and made > available to the kernel via asm-generic/sections.h. Kmemleak uses this > symbol when scanning the data sections. > > Signed-off-by: Catalin Marinas > Cc: Ingo Molnar > --- > arch/x86/kernel/vmlinux_32.lds.S | 1 + > arch/x86/kernel/vmlinux_64.lds.S | 1 + > 2 files changed, 2 insertions(+), 0 deletions(-) i tought i acked this before but apparently not, here it is: Acked-by: Ingo Molnar Ingo