Re: [PATCH v2 02/22] ARM: add self test for runtime patch mechanism

2012-08-12 Thread Nicolas Pitre
On Sun, 12 Aug 2012, Cyril Chemparathy wrote: > On 08/11/12 22:35, Nicolas Pitre wrote: > > On Fri, 10 Aug 2012, Cyril Chemparathy wrote: > > > > > This patch adds basic sanity tests to ensure that the instruction patching > > > results in valid instruction encodings. This is done by verifying

Re: [PATCH v2 02/22] ARM: add self test for runtime patch mechanism

2012-08-12 Thread Cyril Chemparathy
On 08/11/12 22:35, Nicolas Pitre wrote: On Fri, 10 Aug 2012, Cyril Chemparathy wrote: This patch adds basic sanity tests to ensure that the instruction patching results in valid instruction encodings. This is done by verifying the output of the patch process against a vector of assembler

Re: [PATCH v2 02/22] ARM: add self test for runtime patch mechanism

2012-08-12 Thread Cyril Chemparathy
On 08/11/12 22:35, Nicolas Pitre wrote: On Fri, 10 Aug 2012, Cyril Chemparathy wrote: This patch adds basic sanity tests to ensure that the instruction patching results in valid instruction encodings. This is done by verifying the output of the patch process against a vector of assembler

Re: [PATCH v2 02/22] ARM: add self test for runtime patch mechanism

2012-08-12 Thread Nicolas Pitre
On Sun, 12 Aug 2012, Cyril Chemparathy wrote: On 08/11/12 22:35, Nicolas Pitre wrote: On Fri, 10 Aug 2012, Cyril Chemparathy wrote: This patch adds basic sanity tests to ensure that the instruction patching results in valid instruction encodings. This is done by verifying the

Re: [PATCH v2 02/22] ARM: add self test for runtime patch mechanism

2012-08-11 Thread Nicolas Pitre
On Fri, 10 Aug 2012, Cyril Chemparathy wrote: > This patch adds basic sanity tests to ensure that the instruction patching > results in valid instruction encodings. This is done by verifying the output > of the patch process against a vector of assembler generated instructions at > init time. >

Re: [PATCH v2 02/22] ARM: add self test for runtime patch mechanism

2012-08-11 Thread Nicolas Pitre
On Fri, 10 Aug 2012, Cyril Chemparathy wrote: This patch adds basic sanity tests to ensure that the instruction patching results in valid instruction encodings. This is done by verifying the output of the patch process against a vector of assembler generated instructions at init time.

[PATCH v2 02/22] ARM: add self test for runtime patch mechanism

2012-08-10 Thread Cyril Chemparathy
This patch adds basic sanity tests to ensure that the instruction patching results in valid instruction encodings. This is done by verifying the output of the patch process against a vector of assembler generated instructions at init time. Signed-off-by: Cyril Chemparathy --- arch/arm/Kconfig

[PATCH v2 02/22] ARM: add self test for runtime patch mechanism

2012-08-10 Thread Cyril Chemparathy
This patch adds basic sanity tests to ensure that the instruction patching results in valid instruction encodings. This is done by verifying the output of the patch process against a vector of assembler generated instructions at init time. Signed-off-by: Cyril Chemparathy cy...@ti.com ---