mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Randy Dunlap <rdunlap@xenotime.net>
To: werner@guyane.dyn-o-saur.com
Cc: linux-kernel@vger.kernel.org
Subject: Re: 2.6.33-git6 problem (compal-laptop)
Date: Tue, 02 Mar 2010 14:05:53 -0800	[thread overview]
Message-ID: <4B8D8BC1.5000105@xenotime.net> (raw)
In-Reply-To: <1267446083.16093@guyane.dyn-o-saur.com>

On 03/01/10 04:21, werner@guyane.dyn-o-saur.com wrote:
> before, these errors didn't occur
> ....
>   CC      arch/x86/lib/strstr_32.o
>   AS      arch/x86/lib/thunk_32.o
>   CC      arch/x86/lib/usercopy_32.o
>   AR      arch/x86/lib/lib.a
>   LD      vmlinux.o
>   MODPOST vmlinux.o
> WARNING: modpost: Found 9 section mismatch(es).
> To see full details build your kernel with:
> 'make CONFIG_DEBUG_SECTION_MISMATCH=y'
>   GEN     .version
>   CHK     include/generated/compile.h
>   UPD     include/generated/compile.h
>   CC      init/version.o
>   LD      init/built-in.o
>   LD      .tmp_vmlinux1
> drivers/built-in.o: In function `compal_rfkill_poll':
> compal-laptop.c:(.text+0x6317cf): undefined reference to `rfkill_set_hw_state'
> drivers/built-in.o: In function `compal_init':
> compal-laptop.c:(.init.text+0x3967d): undefined reference to `rfkill_alloc'
> compal-laptop.c:(.init.text+0x3968d): undefined reference to `rfkill_register'
> compal-laptop.c:(.init.text+0x396b2): undefined reference to `rfkill_alloc'
> compal-laptop.c:(.init.text+0x396c7): undefined reference to `rfkill_register'
> compal-laptop.c:(.init.text+0x396d7): undefined reference to `rfkill_destroy'
> compal-laptop.c:(.init.text+0x396e1): undefined reference to `rfkill_unregister'
> compal-laptop.c:(.init.text+0x396eb): undefined reference to `rfkill_destroy'
> drivers/built-in.o: In function `compal_cleanup':
> compal-laptop.c:(.exit.text+0x6b4b): undefined reference to `rfkill_unregister'
> compal-laptop.c:(.exit.text+0x6b55): undefined reference to `rfkill_destroy'
> compal-laptop.c:(.exit.text+0x6b5f): undefined reference to `rfkill_unregister'
> compal-laptop.c:(.exit.text+0x6b69): undefined reference to `rfkill_destroy'
> make: [.tmp_vmlinux1] Error 1 (ignored)
>   KSYM    .tmp_kallsyms1.S
> nm: '.tmp_vmlinux1': No such file
> No valid symbol.
> make: [.tmp_kallsyms1.S] Error 1 (ignored)
>   AS      .tmp_kallsyms1.o
>   LD      .tmp_vmlinux2
> drivers/built-in.o: In function `compal_rfkill_poll':
> compal-laptop.c:(.text+0x6317cf): undefined reference to `rfkill_set_hw_state'
> drivers/built-in.o: In function `compal_init':
> compal-laptop.c:(.init.text+0x3967d): undefined reference to `rfkill_alloc'
> compal-laptop.c:(.init.text+0x3968d): undefined reference to `rfkill_register'
> compal-laptop.c:(.init.text+0x396b2): undefined reference to `rfkill_alloc'
> compal-laptop.c:(.init.text+0x396c7): undefined reference to `rfkill_register'
> compal-laptop.c:(.init.text+0x396d7): undefined reference to `rfkill_destroy'
> compal-laptop.c:(.init.text+0x396e1): undefined reference to `rfkill_unregister'
> compal-laptop.c:(.init.text+0x396eb): undefined reference to `rfkill_destroy'
> drivers/built-in.o: In function `compal_cleanup':
> compal-laptop.c:(.exit.text+0x6b4b): undefined reference to `rfkill_unregister'
> compal-laptop.c:(.exit.text+0x6b55): undefined reference to `rfkill_destroy'
> compal-laptop.c:(.exit.text+0x6b5f): undefined reference to `rfkill_unregister'
> compal-laptop.c:(.exit.text+0x6b69): undefined reference to `rfkill_destroy'
> make: [.tmp_vmlinux2] Error 1 (ignored)
>   KSYM    .tmp_kallsyms2.S
> nm: '.tmp_vmlinux2': No such file
> No valid symbol.
> make: [.tmp_kallsyms2.S] Error 1 (ignored)
>   AS      .tmp_kallsyms2.o
>   LD      vmlinux
> drivers/built-in.o: In function `compal_rfkill_poll':
> compal-laptop.c:(.text+0x6317cf): undefined reference to `rfkill_set_hw_state'
> drivers/built-in.o: In function `compal_init':
> compal-laptop.c:(.init.text+0x3967d): undefined reference to `rfkill_alloc'
> compal-laptop.c:(.init.text+0x3968d): undefined reference to `rfkill_register'
> compal-laptop.c:(.init.text+0x396b2): undefined reference to `rfkill_alloc'
> compal-laptop.c:(.init.text+0x396c7): undefined reference to `rfkill_register'
> compal-laptop.c:(.init.text+0x396d7): undefined reference to `rfkill_destroy'
> compal-laptop.c:(.init.text+0x396e1): undefined reference to `rfkill_unregister'
> compal-laptop.c:(.init.text+0x396eb): undefined reference to `rfkill_destroy'
> drivers/built-in.o: In function `compal_cleanup':
> compal-laptop.c:(.exit.text+0x6b4b): undefined reference to `rfkill_unregister'
> compal-laptop.c:(.exit.text+0x6b55): undefined reference to `rfkill_destroy'
> compal-laptop.c:(.exit.text+0x6b5f): undefined reference to `rfkill_unregister'
> compal-laptop.c:(.exit.text+0x6b69): undefined reference to `rfkill_destroy'

Ingo posted a patch for this.  See  http://lkml.org/lkml/2010/3/2/153

-- 
~Randy

      reply	other threads:[~2010-03-02 22:05 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-01 12:21 2.6.33-git6 problem werner
2010-03-02 22:05 ` Randy Dunlap [this message]

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=4B8D8BC1.5000105@xenotime.net \
    --to=rdunlap@xenotime.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=werner@guyane.dyn-o-saur.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome