All of lore.kernel.org
 help / color / mirror / Atom feed
From: Randy Dunlap <rdunlap@infradead.org>
To: Gene Heskett <gheskett@wdtv.com>, lkml <linux-kernel@vger.kernel.org>
Subject: Re: section miss-matches in older 3.8.3 kernel, and one question
Date: Thu, 26 Dec 2013 12:07:16 -0800	[thread overview]
Message-ID: <52BC8C74.3060205@infradead.org> (raw)
In-Reply-To: <201312261358.59464.gheskett@wdtv.com>

On 12/26/13 10:58, Gene Heskett wrote:
> Greetings;
> 
> In my attempts to find a 64 bit or PAE enabled kernel to run on my older 
> ASUS M2N-SLI Delux mobo, I saw a note go by during the build that there 
> were 9 section-miss-matches.
> 
> But when I applied the cli option recommended to the make lines in my 
> makeit script, I only got these 2 squawks.
> 
> WARNING: drivers/net/ethernet/amd/depca.o(.text+0xcce): Section mismatch in 
> reference from the function depca_isa_probe() to the function 
> .init.text:DepcaSignature()
> The function depca_isa_probe() references
> the function __init DepcaSignature().
> This is often because depca_isa_probe lacks a __init 
> annotation or the annotation of DepcaSignature is wrong.
> 
> WARNING: drivers/net/ethernet/amd/depca.o(.text+0xd22): Section mismatch in 
> reference from the function depca_isa_probe() to the function 
> .init.text:depca_hw_init()
> The function depca_isa_probe() references
> the function __init depca_hw_init().
> This is often because depca_isa_probe lacks a __init 
> annotation or the annotation of depca_hw_init is wrong.
> 
> I am not capable to fixing these, too many years & miles on the wet ram, 
> but I thought that maybe someone might be interested.

This driver was removed from the kernel source tree on Jan. 16, 2013.

Sure, it's still in 3.8.x so those section mismatches could be fixed,
but most section mismatches have been recently fixed by eliminating
CONFIG_HOTPLUG and removing the use of all __devinit* and __devexit*.

Do you use this driver?  is it barfing?
or you just happened to build it and saw these warnings?

thanks,
-- 
~Randy

  parent reply	other threads:[~2013-12-26 20:07 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-26 18:58 section miss-matches in older 3.8.3 kernel, and one question Gene Heskett
2013-12-26 19:17 ` Gene Heskett
2013-12-26 20:07 ` Randy Dunlap [this message]
2013-12-26 21:41   ` Gene Heskett
2013-12-26 22:00     ` Gene Heskett

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=52BC8C74.3060205@infradead.org \
    --to=rdunlap@infradead.org \
    --cc=gheskett@wdtv.com \
    --cc=linux-kernel@vger.kernel.org \
    /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.