From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1763720AbXGUGBu (ORCPT ); Sat, 21 Jul 2007 02:01:50 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932751AbXGUGB0 (ORCPT ); Sat, 21 Jul 2007 02:01:26 -0400 Received: from smtp2.linux-foundation.org ([207.189.120.14]:54562 "EHLO smtp2.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932937AbXGUGBY (ORCPT ); Sat, 21 Jul 2007 02:01:24 -0400 Date: Fri, 20 Jul 2007 23:01:14 -0700 From: Andrew Morton To: Sam Ravnborg Cc: "Antonino A. Daplas" , LKML Subject: Re: [PATCH 2/7] console: fix section mismatch warning in vgacon.c Message-Id: <20070720230114.b06347de.akpm@linux-foundation.org> In-Reply-To: <20070721054359.GA31109@uranus.ravnborg.org> References: <20070720212743.GB25064@uranus.ravnborg.org> <1184974649.4538.4.camel@daplas> <20070721054359.GA31109@uranus.ravnborg.org> X-Mailer: Sylpheed 2.4.1 (GTK+ 2.8.17; x86_64-unknown-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 On Sat, 21 Jul 2007 07:43:59 +0200 Sam Ravnborg wrote: > On Sat, Jul 21, 2007 at 07:37:29AM +0800, Antonino A. Daplas wrote: > > On Fri, 2007-07-20 at 23:27 +0200, Sam Ravnborg wrote: > > > Fix following section mismatch warning: > > > WARNING: vmlinux.o(.text+0x121e62): Section mismatch: reference to .init.text:__alloc_bootmem (between 'vgacon_startup' and 'vgacon_scrolldelta') > > > > > > Browsing the code it seems that vgacon_scrollback_startup() is only > > > called during the init phase so the reference to the .init.text > > > section is OK. > > > Teach modpost not to warn using ___init_refok. > > > > > > Signed-off-by: Sam Ravnborg > > Acked-by: Antonino Daplas > > Thanks. Will you take care of forwarding it it or do we rely > on Andrew in this area? > I tossed it into the next batch for Linus. Tomorrow, I guess.