WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] 2.6.37 mainline kernel section mismatches

To: Xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] 2.6.37 mainline kernel section mismatches
From: Arvind R <arvino55@xxxxxxxxx>
Date: Sat, 22 Jan 2011 17:52:10 +0530
Delivery-date: Sat, 22 Jan 2011 04:22:55 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=ytjPqDMEGnzjco4eTUaVI6pKgsE3zlMm40zUpjS0G/s=; b=tXYYPZsGmU4SWCqd62z2715e1BtUgqlrOZ+Fm4f11EPFnbNbCpqAhHcp3vwfbvX05D J19VdF1sJmv7MrGIfK1TLQ1ak4nL/EcrK/y4bCEYfVUTzzp0lKcFws/hSDDoi+fte4j0 e/stlyOtawJxUGCbkOoE+JvSeg8MeeIDQ3RsI=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=QqlaM4GbWEsR9f5UCnt+ylFAZtlDNFcR5s3MabZTe++nM4YNitveQrJuzHq96vRden bdALYbr0Dxo6MUR60y6+nfQNU68coqMJ2CdMV95nEzveUMSuAAHsiVpSefJ3lpwuzrVW BmwXS26Th4Jsmhlfxc383Zsuk1ssu9qMuN/40=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Hi,
Got 7 section mismatch warnings while compiling mainline 2.6.37 release kernel.

FILE                                   Caller Func
      Callled Func      Warnings
arch/x86/xen/enlighten.c    xen_hvm_init_shared_info    extend_brk          1
arch/x86/xen/mmu.c           xen_build_mfn_list_list
extend_brk          4

Column 2 functions need __init qualifiers; but these functions are
also called in
non __init functions in suspend.c

FILE                                   DATA
         INITIALISER        Warnings
drivers/xen/events.c           cpu_evtchn_mask_p
&init_evtchn_mask    2
Here init_evtchn_mask needs __initdata qualifier removed

Hope this is useful.
Arvind

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>