All of lore.kernel.org
 help / color / mirror / Atom feed
From: Arnd Bergmann <arnd@arndb.de>
To: linux-arm-kernel@lists.infradead.org
Cc: Kumar Gala <galak@codeaurora.org>,
	Olof Johansson <olof@lixom.net>,
	Greg KH <gregkh@linuxfoundation.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	linux-arm-msm <linux-arm-msm@vger.kernel.org>
Subject: Re: [PATCH] tty: serial: msm: Fix section mismatch warning
Date: Wed, 18 Jun 2014 15:01:42 +0200	[thread overview]
Message-ID: <4362858.JqVD2H8dBO@wuerfel> (raw)
In-Reply-To: <D4093820-1DCF-4B10-8DEC-1378B5D64D3A@codeaurora.org>

On Tuesday 17 June 2014 14:53:44 Kumar Gala wrote:
> 
> On Jun 3, 2014, at 4:17 PM, Olof Johansson <olof@lixom.net> wrote:
> 
> > On Tue, Jun 3, 2014 at 2:14 PM, Greg KH <gregkh@linuxfoundation.org> 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 <gregkh@linuxfoundation.org> 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.
> > 
> Reminder to queue this up for fixes for 3.16

I've applied it on top of the fixes branch now. I think I missed it when
I picked up the other fixes as I was only looking for patches sent to
arm@kernel.org.

Thanks for the reminder!

	Arnd

WARNING: multiple messages have this Message-ID (diff)
From: arnd@arndb.de (Arnd Bergmann)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] tty: serial: msm: Fix section mismatch warning
Date: Wed, 18 Jun 2014 15:01:42 +0200	[thread overview]
Message-ID: <4362858.JqVD2H8dBO@wuerfel> (raw)
In-Reply-To: <D4093820-1DCF-4B10-8DEC-1378B5D64D3A@codeaurora.org>

On Tuesday 17 June 2014 14:53:44 Kumar Gala wrote:
> 
> On Jun 3, 2014, at 4:17 PM, Olof Johansson <olof@lixom.net> wrote:
> 
> > On Tue, Jun 3, 2014 at 2:14 PM, Greg KH <gregkh@linuxfoundation.org> 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 <gregkh@linuxfoundation.org> 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.
> > 
> Reminder to queue this up for fixes for 3.16

I've applied it on top of the fixes branch now. I think I missed it when
I picked up the other fixes as I was only looking for patches sent to
arm at kernel.org.

Thanks for the reminder!

	Arnd

  reply	other threads:[~2014-06-18 13:01 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-03 20:13 [PATCH] tty: serial: msm: Fix section mismatch warning Kumar Gala
2014-06-03 20:13 ` Kumar Gala
2014-06-03 20:33 ` Greg KH
2014-06-03 20:33   ` Greg KH
2014-06-03 21:04   ` Olof Johansson
2014-06-03 21:04     ` Olof Johansson
2014-06-03 21:14     ` Greg KH
2014-06-03 21:14       ` Greg KH
2014-06-03 21:17       ` Olof Johansson
2014-06-03 21:17         ` Olof Johansson
2014-06-17 19:53         ` Kumar Gala
2014-06-17 19:53           ` Kumar Gala
2014-06-18 13:01           ` Arnd Bergmann [this message]
2014-06-18 13:01             ` Arnd Bergmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4362858.JqVD2H8dBO@wuerfel \
    --to=arnd@arndb.de \
    --cc=galak@codeaurora.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=olof@lixom.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.