linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: linux@armlinux.org.uk (Russell King - ARM Linux)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] arm: module: handle negative R_ARM_PREL31 addends correctly
Date: Mon, 30 Jan 2017 12:39:15 +0000	[thread overview]
Message-ID: <20170130123914.GQ27312@n2100.armlinux.org.uk> (raw)
In-Reply-To: <1484907663-32322-1-git-send-email-ard.biesheuvel@linaro.org>

On Fri, Jan 20, 2017 at 10:21:03AM +0000, Ard Biesheuvel wrote:
> According to the spec 'ELF for the ARM Architecture' (IHI 0044E),
> addends for R_ARM_PREL31 relocations are 31-bit signed quantities,
> so we need to sign extend the value to 32 bits before it can be used
> as an offset in the calculation of the relocated value.
> 
> We have not been bitten by this because these relocations are usually
> emitted against the start of a section, which means the addends never
> assume negative values in practice. But it is a bug nonetheless, so fix
> it.
> 
> Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
> ---
> This is something I spotted while looking into adding support for
> R_ARM_REL32 relocations. Feel free to ignore if it is guaranteed in some
> way that these relocations can never be emitted with negative addends.

I still think this is a good thing to have, even if we should never
see them - it avoids updating the relocation with an incorrect value.
Any relocations we perform should be guaranteed to be correct, or
we should fail.

Please put it in the patch system, thanks.

-- 
RMK's Patch system: http://www.armlinux.org.uk/developer/patches/
FTTC broadband for 0.8mile line: currently at 9.6Mbps down 400kbps up
according to speedtest.net.

  reply	other threads:[~2017-01-30 12:39 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-20 10:21 [PATCH] arm: module: handle negative R_ARM_PREL31 addends correctly Ard Biesheuvel
2017-01-30 12:39 ` Russell King - ARM Linux [this message]
2017-01-30 15:08   ` Ard Biesheuvel
2017-01-30 16:26     ` Russell King - ARM Linux

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=20170130123914.GQ27312@n2100.armlinux.org.uk \
    --to=linux@armlinux.org.uk \
    --cc=linux-arm-kernel@lists.infradead.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 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 NNTP newsgroup(s).