[PATCH 4/4] arm: Enable ARM mode for armv6 strlen
Florian Weimer
fweimer@redhat.com
Fri Apr 13 15:48:00 GMT 2018
On 04/13/2018 05:43 PM, Wilco Dijkstra wrote:
> Things have improved a lot since then, and system wide effects of code
> footprint have become more important, so using only Arm on a modern
> core just doesn't make any sense today.
We increasingly see on other architectures that people turn of
configurable kernel features, maybe as some form of security hardening
(threat surface reduction). This means that code which assumes the
presence of these kernel features (because the used to be non-optional
and may even be mentioned in ABI documents) no longer runs.
Consequently, you have to convince others to change their kernel
configuration, or you have to build your software differently.
Thanks,
Florian
More information about the Libc-alpha
mailing list