|
@@ -1105,8 +1105,10 @@ struct task_struct {
|
|
|
int exit_code, exit_signal;
|
|
|
int pdeath_signal; /* The signal sent when the parent dies */
|
|
|
unsigned int jobctl; /* JOBCTL_*, siglock protected */
|
|
|
- /* ??? */
|
|
|
+
|
|
|
+ /* Used for emulating ABI behavior of previous Linux versions */
|
|
|
unsigned int personality;
|
|
|
+
|
|
|
unsigned did_exec:1;
|
|
|
unsigned in_execve:1; /* Tell the LSMs that the process is doing an
|
|
|
* execve */
|