From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753123AbcHPBgz (ORCPT ); Mon, 15 Aug 2016 21:36:55 -0400 Received: from ozlabs.org ([103.22.144.67]:57459 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752409AbcHPBgE (ORCPT ); Mon, 15 Aug 2016 21:36:04 -0400 Date: Tue, 16 Aug 2016 11:36:01 +1000 From: Stephen Rothwell To: Mark Brown , Liam Girdwood Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Pierre-Louis Bossart , Irina Tirdea Subject: linux-next: build warnings after merge of the sound-asoc tree Message-ID: <20160816113601.574c1fcf@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi all, After merging the sound-asoc tree, today's linux-next build (x86_64 allmodconfig) produced these warnings: WARNING: sound/soc/intel/boards/snd-soc-sst-bytcr-rt5640.o(.text+0x7e7): Section mismatch in reference from the function snd_byt_rt5640_mc_probe() to the variable .init.rodata:cpu_ids.43814 The function snd_byt_rt5640_mc_probe() references the variable __initconst cpu_ids.43814. This is often because snd_byt_rt5640_mc_probe lacks a __initconst annotation or the annotation of cpu_ids.43814 is wrong. WARNING: sound/soc/intel/boards/snd-soc-sst-bytcr-rt5640.o(.text+0x9d5): Section mismatch in reference from the function snd_byt_rt5640_mc_probe() to the variable .init.rodata:cpu_ids.43814 The function snd_byt_rt5640_mc_probe() references the variable __initconst cpu_ids.43814. This is often because snd_byt_rt5640_mc_probe lacks a __initconst annotation or the annotation of cpu_ids.43814 is wrong. WARNING: sound/soc/intel/atom/sst/snd-intel-sst-acpi.o(.text+0x20f): Section mismatch in reference from the function sst_acpi_probe() to the variable .init.rodata:cpu_ids.44453 The function sst_acpi_probe() references the variable __initconst cpu_ids.44453. This is often because sst_acpi_probe lacks a __initconst annotation or the annotation of cpu_ids.44453 is wrong. WARNING: sound/soc/intel/atom/sst/snd-intel-sst-acpi.o(.text+0x20f): Section mismatch in reference from the function sst_acpi_probe() to the variable .init.rodata:cpu_ids.44453 The function sst_acpi_probe() references the variable __initconst cpu_ids.44453. This is often because sst_acpi_probe lacks a __initconst annotation or the annotation of cpu_ids.44453 is wrong. WARNING: sound/soc/intel/boards/snd-soc-sst-bytcr-rt5640.o(.text+0x7e7): Section mismatch in reference from the function snd_byt_rt5640_mc_probe() to the variable .init.rodata:cpu_ids.43814 The function snd_byt_rt5640_mc_probe() references the variable __initconst cpu_ids.43814. This is often because snd_byt_rt5640_mc_probe lacks a __initconst annotation or the annotation of cpu_ids.43814 is wrong. WARNING: sound/soc/intel/boards/snd-soc-sst-bytcr-rt5640.o(.text+0x9d5): Section mismatch in reference from the function snd_byt_rt5640_mc_probe() to the variable .init.rodata:cpu_ids.43814 The function snd_byt_rt5640_mc_probe() references the variable __initconst cpu_ids.43814. This is often because snd_byt_rt5640_mc_probe lacks a __initconst annotation or the annotation of cpu_ids.43814 is wrong. I am not sure which commit(s) introduced these. -- Cheers, Stephen Rothwell