Re: [PATCH 1/3] context_tracking: New context tracking susbsystem

2012-11-26 Thread Frederic Weisbecker
2012/11/6 Gilad Ben-Yossef : > On Sat, Nov 3, 2012 at 6:09 PM, Frederic Weisbecker > wrote: >> diff --git a/arch/Kconfig b/arch/Kconfig >> index 366ec06..3855e06 100644 >> --- a/arch/Kconfig >> +++ b/arch/Kconfig >> @@ -300,15 +300,15 @@ config SECCOMP_FILTER >> >> See

Re: [PATCH 1/3] context_tracking: New context tracking susbsystem

2012-11-26 Thread Frederic Weisbecker
2012/11/6 Gilad Ben-Yossef gi...@benyossef.com: On Sat, Nov 3, 2012 at 6:09 PM, Frederic Weisbecker fweis...@gmail.com wrote: diff --git a/arch/Kconfig b/arch/Kconfig index 366ec06..3855e06 100644 --- a/arch/Kconfig +++ b/arch/Kconfig @@ -300,15 +300,15 @@ config SECCOMP_FILTER

Re: [PATCH 1/3] context_tracking: New context tracking susbsystem

2012-11-06 Thread Gilad Ben-Yossef
On Sat, Nov 3, 2012 at 6:09 PM, Frederic Weisbecker wrote: > Create a new subsystem that probes on kernel boundaries > to keep track of the transitions between level contexts > with two basic initial contexts: user or kernel. > > This is an abstraction of some RCU code that use such tracking > to

Re: [PATCH 1/3] context_tracking: New context tracking susbsystem

2012-11-06 Thread Gilad Ben-Yossef
On Sat, Nov 3, 2012 at 6:09 PM, Frederic Weisbecker fweis...@gmail.com wrote: Create a new subsystem that probes on kernel boundaries to keep track of the transitions between level contexts with two basic initial contexts: user or kernel. This is an abstraction of some RCU code that use such

[PATCH 1/3] context_tracking: New context tracking susbsystem

2012-11-03 Thread Frederic Weisbecker
Create a new subsystem that probes on kernel boundaries to keep track of the transitions between level contexts with two basic initial contexts: user or kernel. This is an abstraction of some RCU code that use such tracking to implement its userspace extended quiescent state. We need to pull

[PATCH 1/3] context_tracking: New context tracking susbsystem

2012-11-03 Thread Frederic Weisbecker
Create a new subsystem that probes on kernel boundaries to keep track of the transitions between level contexts with two basic initial contexts: user or kernel. This is an abstraction of some RCU code that use such tracking to implement its userspace extended quiescent state. We need to pull