From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752737Ab0CCKXk (ORCPT ); Wed, 3 Mar 2010 05:23:40 -0500 Received: from cantor2.suse.de ([195.135.220.15]:45495 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752002Ab0CCKXi (ORCPT ); Wed, 3 Mar 2010 05:23:38 -0500 Date: Wed, 3 Mar 2010 11:23:30 +0100 From: Michal Marek To: Tim Abbott Cc: Denys Vlasenko , Sam Ravnborg , Haavard Skinnemoen , David Howells , linux-kernel@vger.kernel.org, Bjorn Wesen , Tim Bird , Anders Kaseorg , Waseem Daher , Rusty Russell , Andi Kleen , Stephen Rothwell , "H. Peter Anvin" , Barry Song , Mike Frysinger Subject: Re: [PATCH 00/24] Rename kernel's magic sections for compatibility with -ffunction-sections -fdata-sections Message-ID: <20100303102330.GC15480@sepie.suse.cz> References: <1266624237-22372-1-git-send-email-vda.linux@googlemail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Feb 28, 2010 at 11:03:46PM -0500, Tim Abbott wrote: > On Sat, 20 Feb 2010, Denys Vlasenko wrote: > > > Here is a new version of the -ffunction-sections -fdata-sections patch > > series based on current Linus tree. > > Aside from patch 17, which I would prefer that Haavard review, these > patches look correct (and patch 17 can be safely dropped). Please > consider the rest of Denys' patches in this patch series > > Acked-by: Tim Abbott Thanks. > [...] > > Michal, what are your thoughts on this patch series? The kbuild tree > would be a reasonable path for merging these patches. Yes it would. I'm sorry, I was a bit bussy last two weeks. I'll do some random tests and add the patches to kbuild-next now. The patches look simple enough for me and don't actually change any functionality if one doesn't deliberately use -ffunction-sections -fdata-sections, so I hope Linus will be fine with merging it for 2.6.34. Michal