public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
From: "H. J. Lu" <hjl@lucon.org>
To: Vivek Goyal <vgoyal@redhat.com>
Cc: binutils@sources.redhat.com
Subject: Re: Linker Bug or Design Intent (Absolute symbols in zero sized sections)
Date: Tue, 26 Sep 2006 15:13:00 -0000	[thread overview]
Message-ID: <20060926145159.GA8668@lucon.org> (raw)
In-Reply-To: <4519387D.3080305@redhat.com>

On Tue, Sep 26, 2006 at 10:26:05AM -0400, Vivek Goyal wrote:
> H. J. Lu wrote:
> >On Tue, Sep 26, 2006 at 10:11:25AM -0400, Vivek Goyal wrote:
> >
> >>Now, above compiler makes some symbols absolute and these symbols are 
> >>not relocated and kernel code fails at some point. In this case kernel 
> >>fails because it is trying to free memory between symbol __smp_alt_begin 
> >>and another symbol present in other section. __smp_alt_begin is now 
> >>absolute and does not get relocated and kernel ends up trying to free a 
> >>wrong portion of memory.
> >>
> >
> >
> >Why do you want to free a memory which doesn't exist?
> 
> Well, based on various CONFIG options, some init sections might be 
> created when kernel is compiled. Memory belonging to these sections is 
> freed once initialization is over.
> 
> In the above case, kernel defines following three sections in ld script 
> and tries to free up memory __smp_alt_being and __smp_alt_end. From a 
> programming perspective one can always do.
> 
> If (__smp_alt_being < __smp_alt_end)
> 	Free up memory;
> 

I think for --emit-relocs, we can keep an empty output section if its
address is taken.

Of course, we need to update linker doc.

H.J.

  reply	other threads:[~2006-09-26 14:52 UTC|newest]

Thread overview: 43+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-09-26 14:33 Vivek Goyal
2006-09-26 14:49 ` H. J. Lu
2006-09-26 14:52   ` Vivek Goyal
2006-09-26 15:13     ` H. J. Lu [this message]
2006-09-26 15:41       ` Daniel Jacobowitz
2006-09-26 15:54         ` Vivek Goyal
2006-09-26 16:21           ` H. J. Lu
2006-09-26 16:30             ` Vivek Goyal
2006-09-26 16:44               ` H. J. Lu
2006-09-26 16:45                 ` Vivek Goyal
2006-09-26 17:01                 ` Daniel Jacobowitz
2006-09-26 23:50                   ` Alan Modra
2006-09-27  1:51                     ` Daniel Jacobowitz
2006-09-27  3:09                       ` Daniel Jacobowitz
2006-09-26 17:48                 ` Paul Koning
2006-09-26 23:53                   ` Alan Modra
2006-09-28 17:01                     ` Paul Brook
2006-09-28 17:05                       ` Paul Brook
2006-09-28 18:37                       ` H. J. Lu
2006-09-28 18:53                         ` H. J. Lu
2006-10-10 16:41                         ` Jakub Jelinek
2006-10-10 16:51                           ` Jakub Jelinek
2006-10-11  3:52                           ` Jakub Jelinek
2006-10-11  7:12                             ` Jakub Jelinek
2006-10-11  8:04                             ` Alan Modra
2006-10-11 14:08                               ` Alan Modra
2006-10-11 14:19                               ` Jakub Jelinek
2006-10-11 14:45                                 ` Jakub Jelinek
2006-10-12 10:18                                 ` Alan Modra
2006-10-12 14:37                                   ` Alan Modra
2006-10-13 10:58                                   ` Jakub Jelinek
2006-10-13 11:10                                     ` Alan Modra
2006-10-13 11:26                                       ` Alan Modra
2006-10-17 16:02                                   ` Dynamic section symbols, ignored output sections Alan Modra
2006-10-19 14:55                                     ` ligang
2006-10-22  0:25                                     ` Jakub Jelinek
2006-10-23 14:13                                       ` Alan Modra
2006-09-29  6:42                       ` Linker Bug or Design Intent (Absolute symbols in zero sized sections) Alan Modra
2006-09-29  8:06                         ` Alan Modra
2006-09-26 16:14         ` H. J. Lu
2006-09-26 16:40           ` Vivek Goyal
2006-09-26 17:57           ` Vivek Goyal
2006-09-26 20:23             ` H. J. Lu

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=20060926145159.GA8668@lucon.org \
    --to=hjl@lucon.org \
    --cc=binutils@sources.redhat.com \
    --cc=vgoyal@redhat.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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).