From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Fleming Subject: Re: [PATCH 1/5] vmlinux.lds.h: Include *(.text.*) in TEXT_TEXT Date: Mon, 14 Jun 2010 20:21:27 +0100 Message-ID: <874oh5zah4.fsf@linux-g6p1.site> References: <1276519112-11649-1-git-send-email-matt@console-pimps.org> <20100614182212.GA14747@merkur.ravnborg.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from arkanian.console-pimps.org ([212.110.184.194]:57954 "EHLO arkanian.console-pimps.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753522Ab0FNTV3 (ORCPT ); Mon, 14 Jun 2010 15:21:29 -0400 In-Reply-To: <20100614182212.GA14747@merkur.ravnborg.org> Sender: linux-arch-owner@vger.kernel.org List-ID: To: Sam Ravnborg Cc: linux-arch@vger.kernel.org, Arnd Bergmann , Tim Abbott , linux-kernel@vger.kernel.org On Mon, 14 Jun 2010 20:22:12 +0200, Sam Ravnborg wrote: > > The patch above we would match the section ".text.*" too soon and > add the .text..lock section at the wrong place. > > Browsing the vmlinux.lds files other archs will be impacted too. Yeah, good point. James Bottomley has already pointed out how this change completely breaks parisc. I'll drop this series. Thanks for the review!