public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: James Bottomley <James.Bottomley@steeleye.com>
To: Rusty Russell <rusty@rustcorp.com.au>
Cc: torvalds@transmeta.com, Linux Kernel <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] fix insidious bug with init section identification in the kernel module loader
Date: 12 Jun 2003 21:57:04 -0500	[thread overview]
Message-ID: <1055473026.2117.59.camel@mulgrave> (raw)
In-Reply-To: <20030613011906.923262C254@lists.samba.org>

On Thu, 2003-06-12 at 20:18, Rusty Russell wrote:
> In message <1055452158.2117.52.camel@mulgrave> you write:
> > This problem manifests itself nastily on parisc, where the linker seems
> > to generate large number of elf sections, often one for each non static
> > function, with names like
> > 
> > .text.<function name>
> 
> -ffunction-sections, perhaps?

Yes, we only have nineteen bit branch relocations on the parisc1.1, so
we usually have to interleave trampoline stubs in between the function
sections to get from one end of the kernel to the other.

I suppose as long as we never get a module bigger than 256k, we don't
actually need to split modules up this way...

James



      reply	other threads:[~2003-06-13  2:43 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-06-12 21:09 [PATCH] fix insidious bug with init section identification in the kernel module loader James Bottomley
2003-06-13  1:18 ` Rusty Russell
2003-06-13  2:57   ` James Bottomley [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=1055473026.2117.59.camel@mulgrave \
    --to=james.bottomley@steeleye.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rusty@rustcorp.com.au \
    --cc=torvalds@transmeta.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