On 03/18/2016 12:46 PM, David Daney wrote:
I am not going to comment on it any more, but [commenting more]
Yes you are. (And did then too.)
On 03/17/2016 07:32 PM, Rob Landley wrote:
[...]
As I explained last email, userspace uses the libc header, not the linux
header,
The fallacy in this argument is the assertion that we know what
userspace does.
Userspace programs that did that already broke on earlier symbol removals.
Userspace could easily do:
#include <linux/elf-em.h>
.
case SYMBOL_YOU_WANT_TO_REMOVE:
ÂBOOM! it is broken.
So you're assuming I don't know how headers get used by userspace.
That's nice. Clearly, I never would have thought of that.
Once again, "As I explained last email", symbols have been removed from
this particular header before.