commit 05d43ed8a89c159ff641d472f970e3f1baa66318
Author: H. Peter Anvin <hpa@zytor.com>
Date: Thu Jan 28 22:14:43 2010 -0800
OK, but what about force_personality32? With this patch it becomes
unused?
Can't understand why we need TS_COMPAT. I assume this is correct,
this was copied from flush_thread().
What TS_COMPAT actually means? I thought it just means "the task
is inside 32-bit syscall".
If a 64bit task execs a 32bit app, can't this TS_COMPAT break, say,
syscall_get_arguments() ?
Just curious, I don't really understand COMPAT issues anyway.
Oleg.
--