[musl] Re: Thread pointer changes
Szabolcs Nagy
nsz at port70.net
Sat Jun 28 09:37:36 PDT 2014
* Russell King - ARM Linux <linux at arm.linux.org.uk> [2014-06-28 00:12:24 +0100]:
> On Sat, Jun 28, 2014 at 12:40:17AM +0200, Szabolcs Nagy wrote:
> > but cp15 barrier is deprecated on armv7+
>
> Can you _please_ read all my replies and stop cherry picking what you
> want? There's many of you, and only one of me - please do me the
> effort of fully reading my replies before replying on points I've
> already included.
I've read it, we knew about uname, /proc and the TLS HWCAP flag,
and i thought it's clear that uname is inappropriate for determining
isa features because we don't know the arm naming scheme used in the
future..
so the situation is
- dmb vs cp15 dispatch needs extra uname syscall and fragile string
parsing at program startup
- there is no reasonable way to determine kuser page availability
on armv6k+ if pax kernel needs to be supported (asking the system
integrator or using process_vm_readv are not reasonable)
- there is no reasonable way to determine if the system is smp and
needs barriers (parsing /proc/cpuinfo is not reasonable)
More information about the linux-arm-kernel
mailing list