Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757622AbXENTb4 (ORCPT ); Mon, 14 May 2007 15:31:56 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754611AbXENTbu (ORCPT ); Mon, 14 May 2007 15:31:50 -0400 Received: from smtp1.linux-foundation.org ([65.172.181.25]:59305 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754519AbXENTbt (ORCPT ); Mon, 14 May 2007 15:31:49 -0400 Date: Mon, 14 May 2007 12:30:46 -0700 From: Andrew Morton To: Kumar Gala Cc: Sam Ravnborg , Li Yang , Linus , Linux Kernel , linuxppc-dev@ozlabs.org Subject: Re: [PATCH 1/2] kbuild: Add "Section mismatch" warning whitelist for powerpc Message-Id: <20070514123046.d75cc170.akpm@linux-foundation.org> In-Reply-To: <3DF58590-DFD9-4665-8C47-33F407AAD1E7@kernel.crashing.org> References: <46483FAC.60503@freescale.com> <20070514110636.GB10143@uranus.ravnborg.org> <3DF58590-DFD9-4665-8C47-33F407AAD1E7@kernel.crashing.org> X-Mailer: Sylpheed version 2.2.7 (GTK+ 2.8.6; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1963 Lines: 55 On Mon, 14 May 2007 08:56:52 -0500 Kumar Gala wrote: > On May 14, 2007, at 6:06 AM, Sam Ravnborg wrote: > > > On Mon, May 14, 2007 at 06:53:32PM +0800, Li Yang wrote: > >> This patch fixes the following "Section mismatch" warnings when > >> build powerpc platforms. > >> > >> ------------- > >> WARNING: arch/powerpc/mm/built-in.o - Section mismatch: reference to > >> .init.text:early_get_page from .text between > >> 'pte_alloc_one_kernel' (at > >> offset 0xc68) and 'pte_alloc_one' > >> WARNING: mm/built-in.o - Section mismatch: reference to > >> .init.text:set_up_list3s from .text between > >> 'kmem_cache_create' (at offset > >> 0x20300) and 'cache_reap' > >> ------------- > > This warnings should be handled by __init_refok instead. > Yes, I think so. > > >> Massive warnings represented by: > >> ------------- > >> WARNING: arch/powerpc/kernel/built-in.o - Section mismatch: > >> reference to > >> .init.data:.got2 from prom_entry (offset 0x0) > >> WARNING: arch/powerpc/platforms/built-in.o - Section mismatch: > >> reference to > >> .init.text:mpc8313_rdb_probe from .machine.desc after > >> 'mach_mpc8313_rdb' > >> (at offset 0x4) > >> ------------- > >> > >> Signed-off-by: Li Yang > > Acked-by: Sam Ravnborg I always get confused when a git-tree-owner says "acked-by" against a patch which falls within his tree's area. An acked-by would mean "I'm OK with the patch, please apply it". But I'd have expected to see a "thanks, applied" instead. If it was "Andrew: please merge and send to Linus because it's urgent and I can't be bothered setting up a git pull for it" then fine, but please be explicit about that. - 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/