Re: [Xen-devel] [PATCH v6 1/4] arm: introduce psci_smp_ops

From: Nicolas Pitre
Date: Fri Apr 19 2013 - 12:33:29 EST


On Fri, 19 Apr 2013, Ian Campbell wrote:

> On Fri, 2013-04-19 at 16:47 +0100, Nicolas Pitre wrote:
> > No one should be probing registers without making sure it is safe to do
> > so. Even on non virtualized hardware this can be a dangerous thing to
> > do.
>
> Won't people writing per machine code consider, not unreasonably, that
> having been called through a mdesc machine specific hook constitutes
> enough "making sure" that they think it is safe to touch registers which
> are specific to that machine?

Remember that this hook was introduced to decide at run time between
different possibilities for SMP ops on the _same_ machine configuration.
That machine shouldn't do things which is not permitted on either
possible alternatives already. So far the actual usage of that hook
only looks in the DT to make a decision. But even if it were to touch
the hardware, that means it has to be safe to do so on all the possible
hardware variations this mdesc is associated to.

And if Xen wants to emulate one of those hardware alternatives, then it
better be ready to emulate it properly, or manage for _another_ mdesc to
be selected instead. That's why mach-virt was introduced.

So in my opinion there is just no issue here.


Nicolas
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/