From: andrew@lunn.ch (Andrew Lunn)
To: linux-arm-kernel@lists.infradead.org
Subject: Regression: Kirkwood fails to boot because of bf35706f3d0929b
Date: Wed, 29 Apr 2015 16:05:16 +0200 [thread overview]
Message-ID: <20150429140516.GA32151@lunn.ch> (raw)
Hi Ard
It seems as thought all Kirkwood boards are dead in v4.1-rc1. They
fail to boot with the message:
Starting kernel ...
Uncompressing Linux... done, booting the kernel.
Error: unrecognized/unsupported processor variant (0x56251311).
With a bit of testing, Ezequiel and Florian have found the guilty
commit is:
bf35706f3d09 ("ARM: 8314/1: replace PROCINFO embedded branch with relative offset")
Author: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Date: Wed Mar 18 07:29:32 2015 +0100
ARM: 8314/1: replace PROCINFO embedded branch with relative offset
This patch replaces the 'branch to setup()' instructions embedded
in the PROCINFO structs with the offset to that setup function
relative to the base of the struct. This preserves the position
independent nature of that field, but uses a data item rather
than an instruction.
This is mainly done to prevent linker failures on large kernels,
where the setup function is out of reach for the branch.
Kirkwood uses arch/arm/mm/proc-feroceon.S.
Please can you have this patch either fixed or reverted. Come by
#mvlinux if you want to chat with us, ask for testing, etc.
Thanks
Andrew
next reply other threads:[~2015-04-29 14:05 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-29 14:05 Andrew Lunn [this message]
2015-04-29 14:37 ` Regression: Kirkwood fails to boot because of bf35706f3d0929b Ard Biesheuvel
2015-04-29 14:56 ` [PATCH] ARM: proc-feroceon: Fix feroceon_proc_info macro Andrew Lunn
2015-04-29 15:05 ` Ard Biesheuvel
2015-04-29 16:33 ` Florian Fainelli
2015-05-02 19:35 ` Aaro Koskinen
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=20150429140516.GA32151@lunn.ch \
--to=andrew@lunn.ch \
--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).