> It's entirely possible it is completely superfluous. The patch in
Well, whatever it that might be, they have no way to know about the
TS_COMPAT setting. TS_COMPAT affects three things: audit_syscall_entry()
parameters, asm/syscall.h stuff, and is_compat_task()--nothing that is
directly visible from userland unless you count /proc/pid/syscall values.
Notably, that includes syscall_get_error() that is used in signal recovery.
AFAICT the only interesting use of is_compat_task() is the drivers/input stuff.
Thanks,
Roland
--