Re: [PATCH v2] context_tracking: Add comments on interface and internals

2013-01-07 Thread Frederic Weisbecker
2012/12/16 Ingo Molnar : > > * Frederic Weisbecker wrote: >> + >> +/** >> + * context_tracking_task_switch - context switch the syscall hooks >> + * >> + * The context tracking uses the syscall slow path to implement its >> user-kernel >> + * boundaries hooks on syscalls. This way it doesn't

Re: [PATCH v2] context_tracking: Add comments on interface and internals

2013-01-07 Thread Frederic Weisbecker
2012/12/16 Ingo Molnar mi...@kernel.org: * Frederic Weisbecker fweis...@gmail.com wrote: + +/** + * context_tracking_task_switch - context switch the syscall hooks + * + * The context tracking uses the syscall slow path to implement its user-kernel + * boundaries hooks on syscalls. This

Re: [PATCH v2] context_tracking: Add comments on interface and internals

2012-12-16 Thread Ingo Molnar
* Frederic Weisbecker wrote: > This subsystem lacks many explanations on its purpose and > design. Add these missing comments. > > v2: Address comments from Andrew > > Reported-by: Andrew Morton > Signed-off-by: Frederic Weisbecker > Cc: Gilad Ben-Yossef > Cc: Thomas Gleixner > Cc: Andrew

Re: [PATCH v2] context_tracking: Add comments on interface and internals

2012-12-16 Thread Ingo Molnar
* Frederic Weisbecker fweis...@gmail.com wrote: This subsystem lacks many explanations on its purpose and design. Add these missing comments. v2: Address comments from Andrew Reported-by: Andrew Morton a...@linux-foundation.org Signed-off-by: Frederic Weisbecker fweis...@gmail.com Cc:

[PATCH v2] context_tracking: Add comments on interface and internals

2012-12-14 Thread Frederic Weisbecker
This subsystem lacks many explanations on its purpose and design. Add these missing comments. v2: Address comments from Andrew Reported-by: Andrew Morton Signed-off-by: Frederic Weisbecker Cc: Gilad Ben-Yossef Cc: Thomas Gleixner Cc: Andrew Morton Cc: Paul E. McKenney Cc: Ingo Molnar Cc:

[PATCH v2] context_tracking: Add comments on interface and internals

2012-12-14 Thread Frederic Weisbecker
This subsystem lacks many explanations on its purpose and design. Add these missing comments. v2: Address comments from Andrew Reported-by: Andrew Morton a...@linux-foundation.org Signed-off-by: Frederic Weisbecker fweis...@gmail.com Cc: Gilad Ben-Yossef gi...@benyossef.com Cc: Thomas Gleixner