public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] include:linux: task_struct personality comment
@ 2013-04-09 13:02 Andrei Epure
  2013-04-10  9:30 ` Ingo Molnar
  0 siblings, 1 reply; 3+ messages in thread
From: Andrei Epure @ 2013-04-09 13:02 UTC (permalink / raw)
  To: mingo, peterz; +Cc: linux-kernel, trivial, Andrei Epure

Signed-off-by: Andrei Epure <epure.andrei@gmail.com>
---
 include/linux/sched.h |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/include/linux/sched.h b/include/linux/sched.h
index d35d2b6..8621bb0 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -1274,8 +1274,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 with exec_domain for compatibility with other UNIX-like OSs */
 	unsigned int personality;
+
 	unsigned did_exec:1;
 	unsigned in_execve:1;	/* Tell the LSMs that the process is doing an
 				 * execve */
-- 
1.7.9.5


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-04-10 14:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-09 13:02 [PATCH] include:linux: task_struct personality comment Andrei Epure
2013-04-10  9:30 ` Ingo Molnar
2013-04-10 14:57   ` Andrei Epure

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox