From: Ivaylo Dimitrov <ivo.g.dimitrov.75@gmail.com>
To: "Sebastian Reichel" <sre@debian.org>,
"Pali Rohár" <pali.rohar@gmail.com>
Cc: Tony Lindgren <tony@atomide.com>,
Linux OMAP Mailing List <linux-omap@vger.kernel.org>,
LKML <linux-kernel@vger.kernel.org>,
freemangordon@abv.bg
Subject: Re: Re: [PATCH] ARM: OMAP2+: Add support for thumb mode on DT booted N900
Date: Wed, 05 Feb 2014 22:30:52 +0200 [thread overview]
Message-ID: <52F29F7C.4080502@gmail.com> (raw)
In-Reply-To: <20140205171729.GA17974@earth.universe>
Hi,
On 5.02.2014 19:17, Sebastian Reichel wrote:
> Hi,
>
> On Wed, Feb 05, 2014 at 05:38:54PM +0100, Pali Rohár wrote:
>>> I assumed, that the workaround is not needed for this device type.
>>
>> That rx51 secure call must not be called on non secure devices (e.g.
>> qemu), because it cause kernel crash. So I thought that kernel should
>> write something like secure call is disabled on that device types.
>> Kernel code for errata 430973 will update ibe bit for non secure
>> devices.
>
> Do you see any advantage in having that message?
>
AIUI it will appear only when booting the kernel in "qemu -m rx51...", I
am not aware of any other non-secure device manifesting itself as RX51.
So there is little advantage of having that additional message IMO.
>>> I just added the warning for missing CONFIG_ARM_ERRATA_430973,
>>> because its very likely a misconfigured kernel.
>>
>> Yes, it can be misconfigured kernel, but if you do not have any thumb
>> binary (like stock Maemo 5 system), then it is safe and OK.
>
> I think running this kernel may also be a potential security
> problem. If I understand it right the ARM core is left in an
> unstable state when you run Thumb code, so this may result in
> funny effects in the kernel?
>
> -- Sebastian
>
In theory having that workaround disabled might be a security problem,
but honestly, knowing its nature I don't think it is easily exploitable,
if at all. The final result when bitten by it is a SIGILL, but in
userspace, not in the kernel(assuming the kernel is ARM), and userspace
runs in totally different mode (nonsecure, nonprivileged) compared to
the kernel(nonsecure, privileged) and IIRC every mode has its own set of
stack, registers etc. BTW I don't think the kernel itself can be
thumb2-compiled for cores with that errata, but I might wrong. Also, as
Pali noted, the problem appears if and only if there is an userspace
binary containing thumb2 code. If all of the userspace is pure ARM,
there is no problem. And as the errata workaround has its drawbacks (BTB
is cleared on every context switch which affects performance), one might
want to not have it enabled. Maybe that warning should be spit only if
CONFIG_THUMB2_KERNEL (or whatever the option was) is enabled. Though if
that option is enabled I'd rather #error during compile time if errata
workaround is not enabled, instead of printing a warning while booting a
system that will crash in a matter of seconds.
Ivo
next prev parent reply other threads:[~2014-02-05 20:31 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-05 12:33 [PATCH] ARM: OMAP2+: Add support for thumb mode on DT booted N900 Sebastian Reichel
2014-02-05 13:12 ` Pali Rohár
2014-02-05 16:31 ` Sebastian Reichel
2014-02-05 16:38 ` Pali Rohár
2014-02-05 17:17 ` Sebastian Reichel
2014-02-05 20:30 ` Ivaylo Dimitrov [this message]
2014-02-06 0:39 ` Sebastian Reichel
2014-02-05 20:42 ` Pali Rohár
2014-02-06 0:25 ` Sebastian Reichel
2014-02-16 23:04 ` Pavel Machek
2014-02-17 21:30 ` [PATCHv2] " Sebastian Reichel
2014-02-21 23:08 ` Tony Lindgren
2014-03-01 21:32 ` Pali Rohár
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=52F29F7C.4080502@gmail.com \
--to=ivo.g.dimitrov.75@gmail.com \
--cc=freemangordon@abv.bg \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-omap@vger.kernel.org \
--cc=pali.rohar@gmail.com \
--cc=sre@debian.org \
--cc=tony@atomide.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 NNTP newsgroup(s).