Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933555AbaFQTxt (ORCPT ); Tue, 17 Jun 2014 15:53:49 -0400 Received: from smtp.codeaurora.org ([198.145.11.231]:58132 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932992AbaFQTxs convert rfc822-to-8bit (ORCPT ); Tue, 17 Jun 2014 15:53:48 -0400 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.2\)) Subject: Re: [PATCH] tty: serial: msm: Fix section mismatch warning From: Kumar Gala In-Reply-To: Date: Tue, 17 Jun 2014 14:53:44 -0500 Cc: Greg KH , linux-arm-msm , "linux-kernel@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" Content-Transfer-Encoding: 8BIT Message-Id: References: <1401826402-1079-1-git-send-email-galak@codeaurora.org> <20140603203318.GB6582@kroah.com> <20140603211420.GA1192@kroah.com> To: Olof Johansson X-Mailer: Apple Mail (2.1878.2) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Jun 3, 2014, at 4:17 PM, Olof Johansson wrote: > On Tue, Jun 3, 2014 at 2:14 PM, Greg KH wrote: >> On Tue, Jun 03, 2014 at 02:04:43PM -0700, Olof Johansson wrote: >>> On Tue, Jun 3, 2014 at 1:33 PM, Greg KH wrote: >>>> On Tue, Jun 03, 2014 at 03:13:22PM -0500, Kumar Gala wrote: >>>>> WARNING: drivers/tty/built-in.o(.data+0x3544): Section mismatch in >>>>> reference from the variable msm_platform_driver to the function >>>>> .init.text:msm_serial_probe() >>>>> The variable msm_platform_driver references >>>>> the function __init msm_serial_probe() >>>>> If the reference is valid then annotate the >>>>> variable with __init* or __refdata (see linux/init.h) or name the variable: >>>>> *_template, *_timer, *_sht, *_ops, *_probe, *_probe_one, *_console >>>> >>>> Where is this mismatch showing up at? 3.15-rc8, 3.16-rc1? Somewhere >>>> older or else? >>> >>> Linus' next branch, it was merged through arm-soc. I didn't notice it >>> in time to fix it before we sent to Linus. :( >> >> Ok, do you want to take this patch then? I don't mind taking it through >> my tree, but it will have to wait until after 3.16-rc1 is out. It's up >> to you. > > I've got a handful of fixes we're queueing for the second batch of > merges, and I can add it to there. > > > -Olof Olof, Reminder to queue this up for fixes for 3.16 - k -- Employee of Qualcomm Innovation Center, Inc. Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation -- 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/