Re: [PATCH 1/4] ARM: context tracking: add exception support

2013-03-25 Thread Kevin Hilman
Hi Russell, Russell King - ARM Linux writes: > On Wed, Mar 20, 2013 at 05:01:58PM -0700, Kevin Hilman wrote: >> Add ARM support for the context tracking subsystem by instrumenting >> exception entry/exit points. >> >> Special thanks to Mats Liljegren for testing, collaboration and adding >> sup

Re: [PATCH 1/4] ARM: context tracking: add exception support

2013-03-21 Thread Kevin Hilman
Hi Russell, Russell King - ARM Linux writes: > On Wed, Mar 20, 2013 at 05:01:58PM -0700, Kevin Hilman wrote: >> Add ARM support for the context tracking subsystem by instrumenting >> exception entry/exit points. >> >> Special thanks to Mats Liljegren for testing, collaboration and adding >> sup

Re: [PATCH 1/4] ARM: context tracking: add exception support

2013-03-21 Thread Russell King - ARM Linux
On Wed, Mar 20, 2013 at 05:01:58PM -0700, Kevin Hilman wrote: > Add ARM support for the context tracking subsystem by instrumenting > exception entry/exit points. > > Special thanks to Mats Liljegren for testing, collaboration and adding > support for exceptions/faults that were missing in early t