mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Andrew Morton <akpm@osdl.org>
To: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
Cc: linux-kernel@vger.kernel.org, Serge Hallyn <serue@us.ibm.com>,
	Kirill Korotaev <dev@openvz.org>,
	"Eric W. Biederman" <ebiederm@xmission.com>,
	Herbert Poetzl <herbert@13thfloor.at>,
	Andrey Savochkin <saw@sw.ru>
Subject: Re: 2.6.17-rc4-mm2
Date: Sat, 20 May 2006 18:32:02 -0700	[thread overview]
Message-ID: <20060520183202.73e61a1e.akpm@osdl.org> (raw)
In-Reply-To: <446FBB52.1080402@gmx.net>

Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> wrote:
>
> Hi Andrew,
> 
> with 2.6.17-rc4-mm2, running "make" always relinks the kernel
> even if a previous run was completed successfully.

Then don't type "make" again (sorry, couldn't resist).

> kerncomp@p35:/sources/linux-2.6.17-rc4-mm2> make
>   CHK     include/linux/version.h

We update the kernel version.

>   CHK     include/linux/compile.h
>   CC      kernel/nsproxy.o
>   CC      kernel/utsname.o

Which affects utsname.

>   LD      kernel/built-in.o
>   GEN     .version
>   CHK     include/linux/compile.h
>   UPD     include/linux/compile.h
>   CC      init/version.o
>   LD      init/built-in.o
>   LD      .tmp_vmlinux1

Which requires a relink.

Various blameworthy people cc'ed, but I expect that if this is fixable
we'll need to wait until Sam is back on deck and able to perform his magic
upon it.


> WARNING: drivers/acpi/processor.o - Section mismatch: reference to .init.data: from .text between 'acpi_processor_power_init' (at offset 0x1667) and 'acpi_safe_halt'
> WARNING: drivers/atm/he.o - Section mismatch: reference to .init.text: from .text after 'he_init_one' (at offset 0x2195)
> WARNING: drivers/atm/idt77105.o - Section mismatch: reference to .init.text:idt77105_init from __ksymtab after '__ksymtab_idt77105_init' (at offset 0x0)
> WARNING: drivers/atm/iphase.o - Section mismatch: reference to .init.text: from .text between 'ia_init_one' (at offset 0x1772) and 'ia_int'
> WARNING: drivers/cdrom/cm206.o - Section mismatch: reference to .init.text:cm206_init from .text between 'init_module' (at offset 0xfe7) and 'cm206_timeout'
> WARNING: drivers/input/misc/wistron_btns.o - Section mismatch: reference to .init.text: from .data between 'dmi_ids' (at offset 0x120) and '__param_str_force'
> WARNING: drivers/input/misc/wistron_btns.o - Section mismatch: reference to .init.text: from .data between 'dmi_ids' (at offset 0x14c) and '__param_str_force'
> WARNING: drivers/input/misc/wistron_btns.o - Section mismatch: reference to .init.text: from .data between 'dmi_ids' (at offset 0x178) and '__param_str_force'
> WARNING: drivers/input/misc/wistron_btns.o - Section mismatch: reference to .init.text: from .data between 'dmi_ids' (at offset 0x1a4) and '__param_str_force'
> WARNING: drivers/input/misc/wistron_btns.o - Section mismatch: reference to .init.text: from .data between 'dmi_ids' (at offset 0x1d0) and '__param_str_force'
> WARNING: drivers/isdn/hisax/hisax.o - Section mismatch: reference to .init.text:setup_teles0 from .text between 'checkcard' (at offset 0x632) and 'hisax_init_pcmcia'
> WARNING: drivers/isdn/hisax/hisax.o - Section mismatch: reference to .init.text:setup_s0box from .text between 'checkcard' (at offset 0x64e) and 'hisax_init_pcmcia'
> WARNING: drivers/isdn/hisax/hisax.o - Section mismatch: reference to .init.text:setup_telespci from .text between 'checkcard' (at offset 0x65c) and 'hisax_init_pcmcia'

Yeah, I fixed a bunch of those yesterday.  There are many more.


  reply	other threads:[~2006-05-21  1:33 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-05-21  0:58 2.6.17-rc4-mm2 Carl-Daniel Hailfinger
2006-05-21  1:32 ` Andrew Morton [this message]
2006-05-21  3:00   ` 2.6.17-rc4-mm2 Roman Zippel
2006-05-21 15:07     ` 2.6.17-rc4-mm2 Serge E. Hallyn
  -- strict thread matches above, loose matches on Subject: below --
2006-05-20 16:01 2.6.17-rc4-mm2 Martin J. Bligh
2006-05-21 22:02 ` 2.6.17-rc4-mm2 Andrew Morton
2006-05-21 22:29   ` 2.6.17-rc4-mm2 Martin J. Bligh
2006-05-20 12:41 2.6.17-rc4-mm2 Andrew Morton
2006-05-20 16:24 ` 2.6.17-rc4-mm2 Jindrich Makovicka
2006-05-21  4:28 ` 2.6.17-rc4-mm2 Valdis.Kletnieks
2006-05-21  5:19   ` 2.6.17-rc4-mm2 James Morris
2006-05-21  5:38     ` 2.6.17-rc4-mm2 Valdis.Kletnieks
2006-05-21 15:30       ` 2.6.17-rc4-mm2 James Morris

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=20060520183202.73e61a1e.akpm@osdl.org \
    --to=akpm@osdl.org \
    --cc=c-d.hailfinger.devel.2006@gmx.net \
    --cc=dev@openvz.org \
    --cc=ebiederm@xmission.com \
    --cc=herbert@13thfloor.at \
    --cc=linux-kernel@vger.kernel.org \
    --cc=saw@sw.ru \
    --cc=serue@us.ibm.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