<div dir="ltr"><div><div>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">Hi All,</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">Please let me know how to
check the hardware support of XN/XI bit support on ARM/MIPS platform.</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">As there is support of XN
bit on ARM v &gt;= 6 (I was using ARM 6), but no support on MIPS (</span><b style><span style="color:black" lang="EN-US">MIPS 34Kc)</span></b><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">.</span></p>


<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">To check the hardware
support , I run the paxtest i.e execstack. The execstack test program must
crash on ARM, but not on MIPS.</span></p>

<p class=""><b style><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">But It is crashing on both ARM and MIPS.</span></b></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">Please let me know how I can
prove/check the hardware support of XN bit in arm platform.</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;"> </span></p>

<p class="" style="margin-bottom:0.0001pt;line-height:normal"><font size="1"><span style="font-family:&quot;Courier New&quot;">/* <b>execstack.c</b>
- Tests wether code on the stack can be executed</span></font></p><font size="1">

</font><p class="" style="margin-bottom:0.0001pt;line-height:normal"><font size="1"><span style="font-family:&quot;Courier New&quot;"><span> </span>*</span></font></p><font size="1">

</font><p class="" style="margin-bottom:0.0001pt;line-height:normal"><font size="1"><span style="font-family:&quot;Courier New&quot;">*/</span></font></p><font size="1">

</font><p class="" style="margin-bottom:0.0001pt;line-height:normal"><font size="1"><span style="font-family:&quot;Courier New&quot;">#include &lt;stdlib.h&gt;</span></font></p><font size="1">

</font><p class="" style="margin-bottom:0.0001pt;line-height:normal"><font size="1"><span style="font-family:&quot;Courier New&quot;">#include &lt;stdio.h&gt;</span></font></p><font size="1">

</font><p class="" style="margin-bottom:0.0001pt;line-height:normal"><font size="1"><span style="font-family:&quot;Courier New&quot;">#include &lt;sys/mman.h&gt;</span></font></p><font size="1">

</font><p class="" style="margin-bottom:0.0001pt;line-height:normal"><font size="1"><span style="font-family:&quot;Courier New&quot;">#include &lt;unistd.h&gt;</span></font></p><font size="1">

</font><p class="" style="margin-bottom:0.0001pt;line-height:normal"><font size="1"><span style="font-family:&quot;Courier New&quot;">#include &lt;errno.h&gt;</span></font></p><font size="1">

</font><p class="" style="margin-bottom:0.0001pt;line-height:normal"><font size="1"><span style="font-family:&quot;Courier New&quot;">#include &lt;limits.h&gt;</span></font></p><font size="1">

</font><p class="" style="margin-bottom:0.0001pt;line-height:normal"><font size="1"><span style="font-family:&quot;Courier New&quot;">#include &lt;signal.h&gt;</span></font></p><font size="1">

</font><p class="" style="margin-bottom:0.0001pt;line-height:normal"><font size="1"><span style="font-family:&quot;Courier New&quot;">#include &lt;sys/types.h&gt;</span></font></p><font size="1">

</font><p class="" style="margin-bottom:0.0001pt;line-height:normal"><font size="1"><span style="font-family:&quot;Courier New&quot;">#include &lt;sys/wait.h&gt;</span></font></p><font size="1">

</font><p class="" style="margin-bottom:0.0001pt;line-height:normal"><font size="1"><span style="font-family:&quot;Courier New&quot;"><span> </span></span></font></p><font size="1">

</font><p class="" style="margin-bottom:0.0001pt;line-height:normal"><font size="1"><span style="font-family:&quot;Courier New&quot;">#ifndef PAGESIZE</span></font></p><font size="1">

</font><p class="" style="margin-bottom:0.0001pt;line-height:normal"><font size="1"><span style="font-family:&quot;Courier New&quot;">#define PAGESIZE<span>        </span>(4096)</span></font></p><font size="1">

</font><p class="" style="margin-bottom:0.0001pt;line-height:normal"><font size="1"><span style="font-family:&quot;Courier New&quot;">#endif /* PAGESIZE */</span></font></p><font size="1">

</font><p class="" style="margin-bottom:0.0001pt;line-height:normal"><font size="1"><span style="font-family:&quot;Courier New&quot;"><span> </span></span></font></p><font size="1">

</font><p class="" style="margin-bottom:0.0001pt;line-height:normal"><font size="1"><span style="font-family:&quot;Courier New&quot;">typedef void (*fptr)(void);</span></font></p><font size="1">

</font><p class="" style="margin-bottom:0.0001pt;line-height:normal"><font size="1"><span style="font-family:&quot;Courier New&quot;">char *testname = &quot;Executable stack<span>                         </span>&quot;;</span></font></p>
<font size="1">

</font><p class="" style="margin-bottom:0.0001pt;line-height:normal"><font size="1"><span style="font-family:&quot;Courier New&quot;"><span> </span></span></font></p><font size="1">

</font><p class="" style="margin-bottom:0.0001pt;line-height:normal"><font size="1"><span style="font-family:&quot;Courier New&quot;">void itworked( void )</span></font></p><font size="1">

</font><p class="" style="margin-bottom:0.0001pt;line-height:normal"><font size="1"><span style="font-family:&quot;Courier New&quot;">{</span></font></p><font size="1">

</font><p class="" style="margin-bottom:0.0001pt;line-height:normal"><font size="1"><span style="font-family:&quot;Courier New&quot;"><span>       
</span>printf( &quot;Vulnerable\n&quot; );</span></font></p><font size="1">

</font><p class="" style="margin-bottom:0.0001pt;line-height:normal"><font size="1"><span style="font-family:&quot;Courier New&quot;"><span>        </span>exit(
1 );</span></font></p><font size="1">

</font><p class="" style="margin-bottom:0.0001pt;line-height:normal"><font size="1"><span style="font-family:&quot;Courier New&quot;">}</span></font></p><font size="1">

</font><p class="" style="margin-bottom:0.0001pt;line-height:normal"><font size="1"><span style="font-family:&quot;Courier New&quot;"><span> </span></span></font></p><font size="1">

</font><p class="" style="margin-bottom:0.0001pt;line-height:normal"><font size="1"><span style="font-family:&quot;Courier New&quot;">void doit( void )</span></font></p><font size="1">

</font><p class="" style="margin-bottom:0.0001pt;line-height:normal"><font size="1"><span style="font-family:&quot;Courier New&quot;">{</span></font></p><font size="1">

</font><p class="" style="margin-bottom:0.0001pt;line-height:normal"><font size="1"><span style="font-family:&quot;Courier New&quot;"><span>        </span>char
buf[8192];</span></font></p><font size="1">

</font><p class="" style="margin-bottom:0.0001pt;line-height:normal"><font size="1"><span style="font-family:&quot;Courier New&quot;"><span>        </span>fptr
func;</span></font></p><font size="1">

</font><p class="" style="margin-bottom:0.0001pt;line-height:normal"><font size="1"><span style="font-family:&quot;Courier New&quot;"><span> </span></span></font></p><font size="1">

</font><p class="" style="margin-bottom:0.0001pt;line-height:normal"><font size="1"><span style="font-family:&quot;Courier New&quot;"><span>        </span>/* Put
a RETN instruction in the buffer */</span></font></p><font size="1">

</font><p class="" style="margin-bottom:0.0001pt;line-height:normal"><font size="1"><span style="font-family:&quot;Courier New&quot;"><span>        </span>buf[0]
= &#39;\xc3&#39;;</span></font></p><font size="1">

</font><p class="" style="margin-bottom:0.0001pt;line-height:normal"><font size="1"><span style="font-family:&quot;Courier New&quot;"><span> </span></span></font></p><font size="1">

</font><p class="" style="margin-bottom:0.0001pt;line-height:normal"><font size="1"><span style="font-family:&quot;Courier New&quot;"><span>        </span>/*
Convert the pointer to a function pointer */</span></font></p><font size="1">

</font><p class="" style="margin-bottom:0.0001pt;line-height:normal"><font size="1"><span style="font-family:&quot;Courier New&quot;"><span>        </span>func =
(fptr)buf;</span></font></p><font size="1">

</font><p class="" style="margin-bottom:0.0001pt;line-height:normal"><font size="1"><span style="font-family:&quot;Courier New&quot;"><span> </span></span></font></p><font size="1">

</font><p class="" style="margin-bottom:0.0001pt;line-height:normal"><font size="1"><span style="font-family:&quot;Courier New&quot;"><span>        </span>/*
Call the code in the buffer */</span></font></p><font size="1">

</font><p class="" style="margin-bottom:0.0001pt;line-height:normal"><font size="1"><span style="font-family:&quot;Courier New&quot;"><span>       </span><span> </span>func();</span></font></p><font size="1">

</font><p class="" style="margin-bottom:0.0001pt;line-height:normal"><font size="1"><span style="font-family:&quot;Courier New&quot;"><span> </span></span></font></p><font size="1">

</font><p class="" style="margin-bottom:0.0001pt;line-height:normal"><font size="1"><span style="font-family:&quot;Courier New&quot;"><span>        </span>/* It
worked when the function returns */</span></font></p><font size="1">

</font><p class="" style="margin-bottom:0.0001pt;line-height:normal"><font size="1"><span style="font-family:&quot;Courier New&quot;"><span>       
</span>itworked();</span></font></p><font size="1">

</font><p class="" style="margin-bottom:0.0001pt;line-height:normal"><font size="1"><span style="font-family:&quot;Courier New&quot;">}</span></font></p><font size="1">

</font><p class="" style="margin-bottom:0.0001pt;line-height:normal"><font size="1"><span style="font-family:&quot;Courier New&quot;"> </span></font></p><font size="1">

</font><p class="" style="margin-bottom:0.0001pt;line-height:normal"><font size="1"><span style="font-family:&quot;Courier New&quot;">int main( int argc, char *argv[] )</span></font></p><font size="1">

</font><p class="" style="margin-bottom:0.0001pt;line-height:normal"><font size="1"><span style="font-family:&quot;Courier New&quot;">{</span></font></p><font size="1">

</font><p class="" style="margin-bottom:0.0001pt;line-height:normal"><font size="1"><span style="font-family:&quot;Courier New&quot;"><span>        </span>int
status;</span></font></p><font size="1">

</font><p class="" style="margin-bottom:0.0001pt;line-height:normal"><font size="1"><span style="font-family:&quot;Courier New&quot;"><span> </span></span></font></p><font size="1">

</font><p class="" style="margin-bottom:0.0001pt;line-height:normal"><font size="1"><span style="font-family:&quot;Courier New&quot;"><span>       
</span>printf( &quot;%s: &quot;, testname );</span></font></p><font size="1">

</font><p class="" style="margin-bottom:0.0001pt;line-height:normal"><font size="1"><span style="font-family:&quot;Courier New&quot;"><span>       
</span>fflush( stdout );</span></font></p><font size="1">

</font><p class="" style="margin-bottom:0.0001pt;line-height:normal"><font size="1"><span style="font-family:&quot;Courier New&quot;"><span> </span></span></font></p><font size="1">

</font><p class="" style="margin-bottom:0.0001pt;line-height:normal"><font size="1"><span style="font-family:&quot;Courier New&quot;"><span>        </span>if(
fork() == 0 ) {</span></font></p><font size="1">

</font><p class="" style="margin-bottom:0.0001pt;line-height:normal"><font size="1"><span style="font-family:&quot;Courier New&quot;"><span>               
</span>do_mprotect((unsigned long)argv &amp; ~4095U, 4096,
PROT_READ|PROT_WRITE|PROT_EXEC);</span></font></p><font size="1">

</font><p class="" style="margin-bottom:0.0001pt;line-height:normal"><font size="1"><span style="font-family:&quot;Courier New&quot;"><span>               
</span>doit();</span></font></p><font size="1">

</font><p class="" style="margin-bottom:0.0001pt;line-height:normal"><font size="1"><span style="font-family:&quot;Courier New&quot;"><span>        </span>} else
{</span></font></p><font size="1">

</font><p class="" style="margin-bottom:0.0001pt;line-height:normal"><font size="1"><span style="font-family:&quot;Courier New&quot;"><span>               
</span>wait( &amp;status );</span></font></p><font size="1">

</font><p class="" style="margin-bottom:0.0001pt;line-height:normal"><font size="1"><span style="font-family:&quot;Courier New&quot;"><span>               
</span>if( WIFEXITED(status) == 0 ) {</span></font></p><font size="1">

</font><p class="" style="margin-bottom:0.0001pt;line-height:normal"><font size="1"><span style="font-family:&quot;Courier New&quot;"><span>                        </span>printf( &quot;Killed\n&quot;
);</span></font></p><font size="1">

</font><p class="" style="margin-bottom:0.0001pt;line-height:normal"><font size="1"><span style="font-family:&quot;Courier New&quot;"><span>                        </span>exit( 0 );</span></font></p><font size="1">

</font><p class="" style="margin-bottom:0.0001pt;line-height:normal"><font size="1"><span style="font-family:&quot;Courier New&quot;"><span>               
</span>}</span></font></p><font size="1">

</font><p class="" style="margin-bottom:0.0001pt;line-height:normal"><font size="1"><span style="font-family:&quot;Courier New&quot;"><span>        </span>}</span></font></p><font size="1">

</font><p class="" style="margin-bottom:0.0001pt;line-height:normal"><font size="1"><span style="font-family:&quot;Courier New&quot;"><span> </span></span></font></p><font size="1">

</font><p class="" style="margin-bottom:0.0001pt;line-height:normal"><font size="1"><span style="font-family:&quot;Courier New&quot;"><span>        </span>exit(
0 );</span></font></p><font size="1">

</font><p class="" style="margin-bottom:0.0001pt;line-height:normal"><font size="1"><span style="font-family:&quot;Courier New&quot;">}</span></font></p><font size="1">

</font><p class="" style="margin-bottom:0.0001pt;line-height:normal"><font size="1"><span style="font-family:&quot;Courier New&quot;"><span> </span></span></font></p><font size="1">

</font><p class="" style="margin-bottom:0.0001pt;line-height:normal"><font size="1"><span style="font-family:&quot;Courier New&quot;"><span> </span></span></font></p><font size="1">

</font><p class="" style="margin-bottom:0.0001pt;line-height:normal"><font size="1"><span style="font-family:&quot;Courier New&quot;">void itfailed( void )</span></font></p><font size="1">

</font><p class="" style="margin-bottom:0.0001pt;line-height:normal"><font size="1"><span style="font-family:&quot;Courier New&quot;">{</span></font></p><font size="1">

</font><p class="" style="margin-bottom:0.0001pt;line-height:normal"><font size="1"><span style="font-family:&quot;Courier New&quot;"><span>       
</span>printf( &quot;Ok\n&quot; );</span></font></p><font size="1">

</font><p class="" style="margin-bottom:0.0001pt;line-height:normal"><font size="1"><span style="font-family:&quot;Courier New&quot;"><span>        </span>exit(
2 );</span></font></p><font size="1">

</font><p class="" style="margin-bottom:0.0001pt;line-height:normal"><font size="1"><span style="font-family:&quot;Courier New&quot;">}</span></font></p><p class="" style="margin-bottom:0.0001pt;line-height:normal"><font size="1"><span style="font-family:&quot;Courier New&quot;"><span></span></span></font></p>
<font size="1"></font><p class="" style="margin-bottom:0.0001pt;line-height:normal"><font size="1"><span style="font-family:&quot;Courier New&quot;">int do_mprotect( const void *addr, size_t len, int
prot )</span></font></p><font size="1">

</font><p class="" style="margin-bottom:0.0001pt;line-height:normal"><font size="1"><span style="font-family:&quot;Courier New&quot;">{</span></font></p><font size="1">

</font><p class="" style="margin-bottom:0.0001pt;line-height:normal"><font size="1"><span style="font-family:&quot;Courier New&quot;"><span>        </span>void
*ptr;</span></font></p><font size="1">

</font><p class="" style="margin-bottom:0.0001pt;line-height:normal"><font size="1"><span style="font-family:&quot;Courier New&quot;"><span>        </span>int
retval;</span></font></p><font size="1">

</font><p class="" style="margin-bottom:0.0001pt;line-height:normal"><font size="1"><span style="font-family:&quot;Courier New&quot;"><span> </span></span></font></p><font size="1">

</font><p class="" style="margin-bottom:0.0001pt;line-height:normal"><font size="1"><span style="font-family:&quot;Courier New&quot;"><span>        </span>/*
Allign to a multiple of PAGESIZE, assumed to be a power of two */</span></font></p><font size="1">

</font><p class="" style="margin-bottom:0.0001pt;line-height:normal"><font size="1"><span style="font-family:&quot;Courier New&quot;"><span>        </span>ptr =
(char *)(((unsigned long) addr) &amp; ~(PAGESIZE-1));</span></font></p><font size="1">

</font><p class="" style="margin-bottom:0.0001pt;line-height:normal"><font size="1"><span style="font-family:&quot;Courier New&quot;"><span> </span></span></font></p><font size="1">

</font><p class="" style="margin-bottom:0.0001pt;line-height:normal"><font size="1"><span style="font-family:&quot;Courier New&quot;"><span>        </span>retval
= mprotect( ptr, len, prot );</span></font></p><font size="1">

</font><p class="" style="margin-bottom:0.0001pt;line-height:normal"><font size="1"><span style="font-family:&quot;Courier New&quot;"><span>        </span>if(
retval != 0 &amp;&amp; errno == EINVAL ) {</span></font></p><font size="1">

</font><p class="" style="margin-bottom:0.0001pt;line-height:normal"><font size="1"><span style="font-family:&quot;Courier New&quot;"><span>               
</span>perror( &quot;could not mprotect():&quot; );</span></font></p><font size="1">

</font><p class="" style="margin-bottom:0.0001pt;line-height:normal"><font size="1"><span style="font-family:&quot;Courier New&quot;"><span>               
</span>exit( 1 );</span></font></p><font size="1">

</font><p class="" style="margin-bottom:0.0001pt;line-height:normal"><font size="1"><span style="font-family:&quot;Courier New&quot;"><span>        </span>}</span></font></p><font size="1">

</font><p class="" style="margin-bottom:0.0001pt;line-height:normal"><font size="1"><span style="font-family:&quot;Courier New&quot;"><span>         </span>return
retval;</span></font></p><font size="1">

</font><p class="" style="margin-bottom:0.0001pt;line-height:normal"><font size="1"><span style="font-family:&quot;Courier New&quot;">}</span></font></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;"> </span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;"> </span></p>

<p class=""><b style><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">On MIPS target the execstack testcase giving below
coredump although I assume that XI bit is not supported in MIPS. <br></span></b></p><p class=""><b style><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">To check the
XI bit support on MIPS target I read the bit No 12 i.e RXI of Config 3
register.</span></b></p>

<p class="" style="margin-left:0cm;text-align:justify"><span style="color:black">The value of config3 register
is <b style>0x2425 </b>in MIPS kernel (X13).</span></p>

<p class="" style="margin-left:0cm;text-align:justify"><span style="color:black">Followings are the bit wise
representation: </span></p>

<p class=""><b style><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;"> </span></b></p>

<table class="" style="border-collapse:collapse;border:medium none;margin-left:6.75pt;margin-right:6.75pt" align="left" border="1" cellpadding="0" cellspacing="0" width="642">
 <tbody><tr style="height:43.9pt">
  <td style="width:27pt;border:1pt solid windowtext;padding:0cm 5.4pt;height:43.9pt" valign="top" width="36">
  <p class="" style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style="font-size:8pt;color:black">Position</span></p>
  </td>
  <td style="width:23.4pt;border-width:1pt 1pt 1pt medium;border-style:solid solid solid none;border-color:windowtext windowtext windowtext -moz-use-text-color;padding:0cm 5.4pt;height:43.9pt" valign="top" width="31">
  <p class="" style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style="font-size:8pt;color:black">31</span></p>
  <p class="" style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style="font-size:8pt;color:black"> </span></p>
  </td>
  <td style="width:19.25pt;border-width:1pt 1pt 1pt medium;border-style:solid solid solid none;border-color:windowtext windowtext windowtext -moz-use-text-color;padding:0cm 5.4pt;height:43.9pt" valign="top" width="26">
  <p class="" style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style="color:black"> </span></p>
  </td>
  <td style="width:11.8pt;border-width:1pt 1pt 1pt medium;border-style:solid solid solid none;border-color:windowtext windowtext windowtext -moz-use-text-color;padding:0cm 5.4pt;height:43.9pt" valign="top" width="16">
  <p class="" style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style="color:black"> </span></p>
  </td>
  <td style="width:11.8pt;border-width:1pt 1pt 1pt medium;border-style:solid solid solid none;border-color:windowtext windowtext windowtext -moz-use-text-color;padding:0cm 5.4pt;height:43.9pt" valign="top" width="16">
  <p class="" style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style="color:black"> </span></p>
  </td>
  <td style="width:11.8pt;border-width:1pt 1pt 1pt medium;border-style:solid solid solid none;border-color:windowtext windowtext windowtext -moz-use-text-color;padding:0cm 5.4pt;height:43.9pt" valign="top" width="16">
  <p class="" style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style="color:black"> </span></p>
  </td>
  <td style="width:11.8pt;border-width:1pt 1pt 1pt medium;border-style:solid solid solid none;border-color:windowtext windowtext windowtext -moz-use-text-color;padding:0cm 5.4pt;height:43.9pt" valign="top" width="16">
  <p class="" style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style="color:black"> </span></p>
  </td>
  <td style="width:11.8pt;border-width:1pt 1pt 1pt medium;border-style:solid solid solid none;border-color:windowtext windowtext windowtext -moz-use-text-color;padding:0cm 5.4pt;height:43.9pt" valign="top" width="16">
  <p class="" style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style="color:black"> </span></p>
  </td>
  <td style="width:19.2pt;border-width:1pt 1pt 1pt medium;border-style:solid solid solid none;border-color:windowtext windowtext windowtext -moz-use-text-color;padding:0cm 5.4pt;height:43.9pt" valign="top" width="26">
  <p class="" style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style="font-size:8pt;color:black">24</span><span style="color:black"></span></p>
  </td>
  <td style="width:11.8pt;border-width:1pt 1pt 1pt medium;border-style:solid solid solid none;border-color:windowtext windowtext windowtext -moz-use-text-color;padding:0cm 5.4pt;height:43.9pt" valign="top" width="16">
  <p class="" style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style="color:black"> </span></p>
  </td>
  <td style="width:11.8pt;border-width:1pt 1pt 1pt medium;border-style:solid solid solid none;border-color:windowtext windowtext windowtext -moz-use-text-color;padding:0cm 5.4pt;height:43.9pt" valign="top" width="16">
  <p class="" style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style="color:black"> </span></p>
  </td>
  <td style="width:11.8pt;border-width:1pt 1pt 1pt medium;border-style:solid solid solid none;border-color:windowtext windowtext windowtext -moz-use-text-color;padding:0cm 5.4pt;height:43.9pt" valign="top" width="16">
  <p class="" style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style="color:black"> </span></p>
  </td>
  <td style="width:11.8pt;border-width:1pt 1pt 1pt medium;border-style:solid solid solid none;border-color:windowtext windowtext windowtext -moz-use-text-color;padding:0cm 5.4pt;height:43.9pt" valign="top" width="16">
  <p class="" style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style="color:black"> </span></p>
  </td>
  <td style="width:11.8pt;border-width:1pt 1pt 1pt medium;border-style:solid solid solid none;border-color:windowtext windowtext windowtext -moz-use-text-color;padding:0cm 5.4pt;height:43.9pt" valign="top" width="16">
  <p class="" style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style="color:black"> </span></p>
  </td>
  <td style="width:11.8pt;border-width:1pt 1pt 1pt medium;border-style:solid solid solid none;border-color:windowtext windowtext windowtext -moz-use-text-color;padding:0cm 5.4pt;height:43.9pt" valign="top" width="16">
  <p class="" style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style="color:black"> </span></p>
  </td>
  <td style="width:11.8pt;border-width:1pt 1pt 1pt medium;border-style:solid solid solid none;border-color:windowtext windowtext windowtext -moz-use-text-color;padding:0cm 5.4pt;height:43.9pt" valign="top" width="16">
  <p class="" style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style="color:black"> </span></p>
  </td>
  <td style="width:19.25pt;border-width:1pt 1pt 1pt medium;border-style:solid solid solid none;border-color:windowtext windowtext windowtext -moz-use-text-color;padding:0cm 5.4pt;height:43.9pt" valign="top" width="26">
  <p class="" style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style="font-size:8pt;color:black">16</span></p>
  </td>
  <td style="width:11.8pt;border-width:1pt 1pt 1pt medium;border-style:solid solid solid none;border-color:windowtext windowtext windowtext -moz-use-text-color;padding:0cm 5.4pt;height:43.9pt" valign="top" width="16">
  <p class="" style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style="color:black"> </span></p>
  </td>
  <td style="width:11.8pt;border-width:1pt 1pt 1pt medium;border-style:solid solid solid none;border-color:windowtext windowtext windowtext -moz-use-text-color;padding:0cm 5.4pt;height:43.9pt" valign="top" width="16">
  <p class="" style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style="color:black"> </span></p>
  </td>
  <td style="width:19.2pt;border-width:1pt 1pt 1pt medium;border-style:solid solid solid none;border-color:windowtext windowtext windowtext -moz-use-text-color;padding:0cm 5.4pt;height:43.9pt" valign="top" width="26">
  <p class="" style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style="font-size:8pt;color:black">13</span></p>
  </td>
  <td style="width:13.5pt;border-width:1pt 1pt 1pt medium;border-style:solid solid solid none;border-color:windowtext windowtext windowtext -moz-use-text-color;padding:0cm 5.4pt;height:43.9pt" valign="top" width="18">
  <p class="" style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style="color:black"> </span></p>
  </td>
  <td style="width:13.5pt;border-width:1pt 1pt 1pt medium;border-style:solid solid solid none;border-color:windowtext windowtext windowtext -moz-use-text-color;padding:0cm 5.4pt;height:43.9pt" valign="top" width="18">
  <p class="" style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style="color:black"> </span></p>
  </td>
  <td style="width:22.5pt;border-width:1pt 1pt 1pt medium;border-style:solid solid solid none;border-color:windowtext windowtext windowtext -moz-use-text-color;padding:0cm 5.4pt;height:43.9pt" valign="top" width="30">
  <p class="" style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style="font-size:8pt;color:black">10</span></p>
  </td>
  <td style="width:13.5pt;border-width:1pt 1pt 1pt medium;border-style:solid solid solid none;border-color:windowtext windowtext windowtext -moz-use-text-color;padding:0cm 5.4pt;height:43.9pt" valign="top" width="18">
  <p class="" style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style="color:black"><span style>    </span></span></p>
  </td>
  <td style="width:13.5pt;border-width:1pt 1pt 1pt medium;border-style:solid solid solid none;border-color:windowtext windowtext windowtext -moz-use-text-color;padding:0cm 5.4pt;height:43.9pt" valign="top" width="18">
  <p class="" style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style="font-size:8pt;color:black"> </span></p>
  </td>
  <td style="width:13.5pt;border-width:1pt 1pt 1pt medium;border-style:solid solid solid none;border-color:windowtext windowtext windowtext -moz-use-text-color;padding:0cm 5.4pt;height:43.9pt" valign="top" width="18">
  <p class="" style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style="font-size:8pt;color:black"> </span></p>
  </td>
  <td style="width:13.5pt;border-width:1pt 1pt 1pt medium;border-style:solid solid solid none;border-color:windowtext windowtext windowtext -moz-use-text-color;padding:0cm 5.4pt;height:43.9pt" valign="top" width="18">
  <p class="" style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style="color:black"> </span></p>
  </td>
  <td style="width:13.5pt;border-width:1pt 1pt 1pt medium;border-style:solid solid solid none;border-color:windowtext windowtext windowtext -moz-use-text-color;padding:0cm 5.4pt;height:43.9pt" valign="top" width="18">
  <p class="" style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style="font-size:8pt;color:black">5</span></p>
  </td>
  <td style="width:13.5pt;border-width:1pt 1pt 1pt medium;border-style:solid solid solid none;border-color:windowtext windowtext windowtext -moz-use-text-color;padding:0cm 5.4pt;height:43.9pt" valign="top" width="18">
  <p class="" style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style="color:black"> </span></p>
  </td>
  <td style="width:13.5pt;border-width:1pt 1pt 1pt medium;border-style:solid solid solid none;border-color:windowtext windowtext windowtext -moz-use-text-color;padding:0cm 5.4pt;height:43.9pt" valign="top" width="18">
  <p class="" style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style="color:black"> </span></p>
  </td>
  <td style="width:13.5pt;border-width:1pt 1pt 1pt medium;border-style:solid solid solid none;border-color:windowtext windowtext windowtext -moz-use-text-color;padding:0cm 5.4pt;height:43.9pt" valign="top" width="18">
  <p class="" style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style="font-size:8pt;color:black">2</span></p>
  </td>
  <td style="width:13.5pt;border-width:1pt 1pt 1pt medium;border-style:solid solid solid none;border-color:windowtext windowtext windowtext -moz-use-text-color;padding:0cm 5.4pt;height:43.9pt" valign="top" width="18">
  <p class="" style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style="color:black"> </span></p>
  </td>
  <td style="width:18pt;border-width:1pt 1pt 1pt medium;border-style:solid solid solid none;border-color:windowtext windowtext windowtext -moz-use-text-color;padding:0cm 5.4pt;height:43.9pt" valign="top" width="24">
  <p class="" style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style="font-size:8pt;color:black">0</span><span style="color:black"></span></p>
  </td>
 </tr>
 <tr style="height:43.9pt">
  <td style="width:27pt;border-width:medium 1pt 1pt;border-style:none solid solid;border-color:-moz-use-text-color windowtext windowtext;padding:0cm 5.4pt;height:43.9pt" valign="top" width="36">
  <p class="" style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style="color:black">Value</span></p>
  </td>
  <td style="width:23.4pt;border-width:medium 1pt 1pt medium;border-style:none solid solid none;border-color:-moz-use-text-color windowtext windowtext -moz-use-text-color;padding:0cm 5.4pt;height:43.9pt" valign="top" width="31">

  <p class="" style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style="color:black">0</span></p>
  <p class="" style="margin:0cm 0cm 0.0001pt;line-height:normal"><b style><span style="color:black"> </span></b></p>
  </td>
  <td style="width:19.25pt;border-width:medium 1pt 1pt medium;border-style:none solid solid none;border-color:-moz-use-text-color windowtext windowtext -moz-use-text-color;padding:0cm 5.4pt;height:43.9pt" valign="top" width="26">

  <p class="" style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style="color:black">0</span></p>
  </td>
  <td style="width:11.8pt;border-width:medium 1pt 1pt medium;border-style:none solid solid none;border-color:-moz-use-text-color windowtext windowtext -moz-use-text-color;padding:0cm 5.4pt;height:43.9pt" valign="top" width="16">

  <p class="" style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style="color:black">0</span></p>
  </td>
  <td style="width:11.8pt;border-width:medium 1pt 1pt medium;border-style:none solid solid none;border-color:-moz-use-text-color windowtext windowtext -moz-use-text-color;padding:0cm 5.4pt;height:43.9pt" valign="top" width="16">

  <p class="" style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style="color:black">0</span></p>
  </td>
  <td style="width:11.8pt;border-width:medium 1pt 1pt medium;border-style:none solid solid none;border-color:-moz-use-text-color windowtext windowtext -moz-use-text-color;padding:0cm 5.4pt;height:43.9pt" valign="top" width="16">

  <p class="" style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style="color:black">0</span></p>
  </td>
  <td style="width:11.8pt;border-width:medium 1pt 1pt medium;border-style:none solid solid none;border-color:-moz-use-text-color windowtext windowtext -moz-use-text-color;padding:0cm 5.4pt;height:43.9pt" valign="top" width="16">

  <p class="" style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style="color:black">0</span></p>
  </td>
  <td style="width:11.8pt;border-width:medium 1pt 1pt medium;border-style:none solid solid none;border-color:-moz-use-text-color windowtext windowtext -moz-use-text-color;padding:0cm 5.4pt;height:43.9pt" valign="top" width="16">

  <p class="" style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style="color:black">0</span></p>
  </td>
  <td style="width:19.2pt;border-width:medium 1pt 1pt medium;border-style:none solid solid none;border-color:-moz-use-text-color windowtext windowtext -moz-use-text-color;padding:0cm 5.4pt;height:43.9pt" valign="top" width="26">

  <p class="" style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style="color:black">0</span></p>
  </td>
  <td style="width:11.8pt;border-width:medium 1pt 1pt medium;border-style:none solid solid none;border-color:-moz-use-text-color windowtext windowtext -moz-use-text-color;padding:0cm 5.4pt;height:43.9pt" valign="top" width="16">

  <p class="" style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style="color:black">0</span></p>
  </td>
  <td style="width:11.8pt;border-width:medium 1pt 1pt medium;border-style:none solid solid none;border-color:-moz-use-text-color windowtext windowtext -moz-use-text-color;padding:0cm 5.4pt;height:43.9pt" valign="top" width="16">

  <p class="" style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style="color:black">0</span></p>
  </td>
  <td style="width:11.8pt;border-width:medium 1pt 1pt medium;border-style:none solid solid none;border-color:-moz-use-text-color windowtext windowtext -moz-use-text-color;padding:0cm 5.4pt;height:43.9pt" valign="top" width="16">

  <p class="" style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style="color:black">0</span></p>
  </td>
  <td style="width:11.8pt;border-width:medium 1pt 1pt medium;border-style:none solid solid none;border-color:-moz-use-text-color windowtext windowtext -moz-use-text-color;padding:0cm 5.4pt;height:43.9pt" valign="top" width="16">

  <p class="" style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style="color:black">0</span></p>
  </td>
  <td style="width:11.8pt;border-width:medium 1pt 1pt medium;border-style:none solid solid none;border-color:-moz-use-text-color windowtext windowtext -moz-use-text-color;padding:0cm 5.4pt;height:43.9pt" valign="top" width="16">

  <p class="" style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style="color:black">0</span></p>
  </td>
  <td style="width:11.8pt;border-width:medium 1pt 1pt medium;border-style:none solid solid none;border-color:-moz-use-text-color windowtext windowtext -moz-use-text-color;padding:0cm 5.4pt;height:43.9pt" valign="top" width="16">

  <p class="" style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style="color:black">0</span></p>
  </td>
  <td style="width:11.8pt;border-width:medium 1pt 1pt medium;border-style:none solid solid none;border-color:-moz-use-text-color windowtext windowtext -moz-use-text-color;padding:0cm 5.4pt;height:43.9pt" valign="top" width="16">

  <p class="" style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style="color:black">0</span></p>
  </td>
  <td style="width:19.25pt;border-width:medium 1pt 1pt medium;border-style:none solid solid none;border-color:-moz-use-text-color windowtext windowtext -moz-use-text-color;padding:0cm 5.4pt;height:43.9pt" valign="top" width="26">

  <p class="" style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style="color:black">0</span></p>
  </td>
  <td style="width:11.8pt;border-width:medium 1pt 1pt medium;border-style:none solid solid none;border-color:-moz-use-text-color windowtext windowtext -moz-use-text-color;padding:0cm 5.4pt;height:43.9pt" valign="top" width="16">

  <p class="" style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style="color:black">0</span></p>
  </td>
  <td style="width:11.8pt;border-width:medium 1pt 1pt medium;border-style:none solid solid none;border-color:-moz-use-text-color windowtext windowtext -moz-use-text-color;padding:0cm 5.4pt;height:43.9pt" valign="top" width="16">

  <p class="" style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style="color:black">0</span></p>
  </td>
  <td style="width:19.2pt;border-width:medium 1pt 1pt medium;border-style:none solid solid none;border-color:-moz-use-text-color windowtext windowtext -moz-use-text-color;padding:0cm 5.4pt;height:43.9pt" valign="top" width="26">

  <p class="" style="margin:0cm 0cm 0.0001pt;line-height:normal"><b style><span style="color:black">1</span></b></p>
  </td>
  <td style="width:13.5pt;border-width:medium 1pt 1pt medium;border-style:none solid solid none;border-color:-moz-use-text-color windowtext windowtext -moz-use-text-color;padding:0cm 5.4pt;height:43.9pt" valign="top" width="18">

  <p class="" style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style="color:black">0</span></p>
  </td>
  <td style="width:13.5pt;border-width:medium 1pt 1pt medium;border-style:none solid solid none;border-color:-moz-use-text-color windowtext windowtext -moz-use-text-color;padding:0cm 5.4pt;height:43.9pt" valign="top" width="18">

  <p class="" style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style="color:black">0</span></p>
  </td>
  <td style="width:22.5pt;border-width:medium 1pt 1pt medium;border-style:none solid solid none;border-color:-moz-use-text-color windowtext windowtext -moz-use-text-color;padding:0cm 5.4pt;height:43.9pt" valign="top" width="30">

  <p class="" style="margin:0cm 0cm 0.0001pt;line-height:normal"><b style><span style="color:black">1</span></b></p>
  </td>
  <td style="width:13.5pt;border-width:medium 1pt 1pt medium;border-style:none solid solid none;border-color:-moz-use-text-color windowtext windowtext -moz-use-text-color;padding:0cm 5.4pt;height:43.9pt" valign="top" width="18">

  <p class="" style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style="color:black">0</span></p>
  </td>
  <td style="width:13.5pt;border-width:medium 1pt 1pt medium;border-style:none solid solid none;border-color:-moz-use-text-color windowtext windowtext -moz-use-text-color;padding:0cm 5.4pt;height:43.9pt" valign="top" width="18">

  <p class="" style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style="color:black">0</span></p>
  </td>
  <td style="width:13.5pt;border-width:medium 1pt 1pt medium;border-style:none solid solid none;border-color:-moz-use-text-color windowtext windowtext -moz-use-text-color;padding:0cm 5.4pt;height:43.9pt" valign="top" width="18">

  <p class="" style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style="color:black">0</span></p>
  </td>
  <td style="width:13.5pt;border-width:medium 1pt 1pt medium;border-style:none solid solid none;border-color:-moz-use-text-color windowtext windowtext -moz-use-text-color;padding:0cm 5.4pt;height:43.9pt" valign="top" width="18">

  <p class="" style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style="color:black">0</span></p>
  </td>
  <td style="width:13.5pt;border-width:medium 1pt 1pt medium;border-style:none solid solid none;border-color:-moz-use-text-color windowtext windowtext -moz-use-text-color;padding:0cm 5.4pt;height:43.9pt" valign="top" width="18">

  <p class="" style="margin:0cm 0cm 0.0001pt;line-height:normal"><b style><span style="color:black">1</span></b></p>
  </td>
  <td style="width:13.5pt;border-width:medium 1pt 1pt medium;border-style:none solid solid none;border-color:-moz-use-text-color windowtext windowtext -moz-use-text-color;padding:0cm 5.4pt;height:43.9pt" valign="top" width="18">

  <p class="" style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style="color:black">0</span></p>
  </td>
  <td style="width:13.5pt;border-width:medium 1pt 1pt medium;border-style:none solid solid none;border-color:-moz-use-text-color windowtext windowtext -moz-use-text-color;padding:0cm 5.4pt;height:43.9pt" valign="top" width="18">

  <p class="" style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style="color:black">0</span></p>
  </td>
  <td style="width:13.5pt;border-width:medium 1pt 1pt medium;border-style:none solid solid none;border-color:-moz-use-text-color windowtext windowtext -moz-use-text-color;padding:0cm 5.4pt;height:43.9pt" valign="top" width="18">

  <p class="" style="margin:0cm 0cm 0.0001pt;line-height:normal"><b style><span style="color:black">1</span></b></p>
  </td>
  <td style="width:13.5pt;border-width:medium 1pt 1pt medium;border-style:none solid solid none;border-color:-moz-use-text-color windowtext windowtext -moz-use-text-color;padding:0cm 5.4pt;height:43.9pt" valign="top" width="18">

  <p class="" style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style="color:black">0</span></p>
  </td>
  <td style="width:18pt;border-width:medium 1pt 1pt medium;border-style:none solid solid none;border-color:-moz-use-text-color windowtext windowtext -moz-use-text-color;padding:0cm 5.4pt;height:43.9pt" valign="top" width="24">

  <p class="" style="margin:0cm 0cm 0.0001pt;line-height:normal"><b style><span style="color:black">1</span></b></p>
  </td>
 </tr>
</tbody></table>

<p class=""><b style><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;"> </span></b></p>

<p class=""><br><b style><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;"></span></b></p><p class=""><br><b style><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;"></span></b><b style><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;"></span></b></p>
<p class=""><br></p><p class=""><br></p><p class=""><br></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;"><img src="data:image/png;base64,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" alt=""></span></p>
<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;"> <br></span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">VDLinux#&gt; ./execstack</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">Executable stack[<span style>   </span>53.272000] do_ri() : sending SIGILL to
execstack, PID:386</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;"><span style>                </span>[<span style>   </span>53.280000]
================================================================================</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>   </span>53.288000]<span style> 
</span>KERNEL Version : 0045, debug</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>   </span>53.292000]
================================================================================</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>   </span>53.300000] </span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>   </span>53.304000]
--------------------------------------------------------------------------------------</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>   </span>53.312000] EPC, RA MEMINFO</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>   </span>53.316000]
--------------------------------------------------------------------------------------</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>   </span>53.324000] epc:7f9c9548, ra:400854</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>   </span>53.328000]
--------------------------------------------------------------------------------------</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>   </span>53.336000] EPC meminfo (0x7f9c9148 to
0x7f9c9548)</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>   </span>53.340000] 9140:<span style>                   </span>00000000 00000000 00000000
00000000 00000000 00000000 </span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>   </span>53.348000] 9160: 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 </span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>   </span>53.360000] 9180: 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 </span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">---- SKIP ---</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>   </span>53.616000] 9540: 00000000 00000000
ffffffff<span style>                                              </span></span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>   </span>53.624000]
--------------------------------------------------------------------------------------</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>   </span>53.636000] RA meminfo (0x00400054 to
0x00400854)</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>   </span>53.640000] 0040:<span style>                                             
</span>00000003 00000154 00400154 </span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>   </span>53.648000] 0060: 00400154 0000000d 0000000d
00000004 00000001 70000000 00000184 00400184 </span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>   </span>53.656000] 0080: 00400184 00000018 00000018
00000004 00000004 00000001 00000000 00400000 </span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;"><span style> </span>[<span style>  
</span>53.692000] 0100: 00400164 00000020 00000020 00000004 00000004 6474e550
00000aac 00400aac </span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>   </span>53.700000] 0120: 00400aac 00000034 00000034
00000004 00000004 00000000 00000000 00000000 </span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">--SKIP --</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;"><span style> </span>[<span style>  
</span>53.888000] 03e0: 001b0011 00000035 00000000 00000000 00000012 000000a0
00400568 00000000 </span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>   </span>53.896000] 0400: 000c0012 00000001 00000000
00000000 00000022 675f5f00 5f6e6f6d 72617473 </span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;"><span style> </span>[<span style>  
</span>54.200000] --------------------------------------------------------------------------------------</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>   </span>54.208000] </span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>   </span>54.208000] Cpu 0</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>   </span>54.212000] $ 0<span style>   </span>: 00000000 00000001 00000000 00000001</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>   </span>54.216000] $ 4<span style>   </span>: 7f9ca000 00001000 00000007 00000000</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>   </span>54.224000] $ 8<span style>   </span>: 00000000 80000008 800ebe90 fffffff8</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>   </span>54.228000] $12<span style>   </span>: 20202020 2af76000 00000000 7f9c9e20</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>   </span>54.232000] $16<span style>   </span>: 7f9ca0e4 00000000 00580000 00d584a8</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>   </span>54.240000] $20<span style>   </span>: 00590e05 00d5933c 005b0000 00000000</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>   </span>54.244000] $24<span style>   </span>: 00000000 7f9c7fd8 <span style>                 </span></span></p>


<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>   </span>54.248000] $28<span style>   </span>: 2c1b6980 7f9c7fc0 00000000 00400854</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>   </span>54.256000] Hi<span style>    </span>: 00000308</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>   </span>54.256000] Lo<span style>    </span>: 0001e624</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>   </span>54.260000] epc<span style>   </span>: 7f9c9548 0x7f9c9548</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>   </span>54.264000]<span style>     </span>Tainted: P<span style>           </span></span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>   </span>54.268000] ra<span style>    </span>: 00400854 0x400854</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>   </span>54.272000] Status: 01008c13<span style>    </span>USER EXL IE </span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>   </span>54.276000] Cause : 10800028</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>   </span>54.280000] PrId<span style>  </span>: 00019555 (MIPS 34Kc)</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>   </span>54.284000]
-----------------------------------------------------------</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>   </span>54.292000] * dump maps on pid (386)</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>   </span>54.296000]
-----------------------------------------------------------</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>   </span>54.300000] 00400000-00401000 r-xp 00000000
08:01 353<span style>       
</span>/dtv/usb/sda1/pax_test_mips/execstack</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>   </span>54.312000] 00410000-00411000 rw-p 00000000
08:01 353<span style>        </span>/dtv/usb/sda1/pax_test_mips/execstack</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>   </span>54.320000] 2af76000-2af88000 rw-p 00000000
00:00 0<span style>          </span></span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>   </span>54.324000] 2c000000-2c021000 r-xp 00000000
8a:0a 67<span style>        
</span>/mtd_exe/lib/<a href="http://ld-2.14.1.so">ld-2.14.1.so</a></span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>   </span>54.332000] 2c030000-2c031000 r--p 00020000
8a:0a 67<span style>         </span>/mtd_exe/lib/<a href="http://ld-2.14.1.so">ld-2.14.1.so</a></span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>   </span>54.340000] 2c031000-2c032000 rw-p 00021000
8a:0a 67<span style>        
</span>/mtd_exe/lib/<a href="http://ld-2.14.1.so">ld-2.14.1.so</a></span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>   </span>54.348000] 2c040000-2c19b000 r-xp 00000000
8a:0a 71<span style>        
</span>/mtd_exe/lib/<a href="http://libc-2.14.1.so">libc-2.14.1.so</a></span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>   </span>54.356000] 2c19b000-2c1aa000 ---p 0015b000
8a:0a 71<span style>         </span>/mtd_exe/lib/<a href="http://libc-2.14.1.so">libc-2.14.1.so</a></span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>   </span>54.368000] 2c1aa000-2c1ae000 r--p 0015a000
8a:0a 71<span style>        
</span>/mtd_exe/lib/<a href="http://libc-2.14.1.so">libc-2.14.1.so</a></span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>   </span>54.376000] 2c1ae000-2c1b0000 rw-p 0015e000
8a:0a 71<span style>        
</span>/mtd_exe/lib/<a href="http://libc-2.14.1.so">libc-2.14.1.so</a></span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>   </span>54.384000] 2c1b0000-2c1b3000 rw-p 00000000
00:00 0<span style>          </span></span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>   </span>54.388000] 7f9a9000-7f9cb000 rwxp 00000000
00:00 0<span style>          </span>[stack]</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>   </span>54.396000] 7fff7000-7fff8000 r-xp 00000000
00:00 0<span style>          </span>[vdso]</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>   </span>54.400000]
-----------------------------------------------------------</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>   </span>54.400000] </span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>   </span>54.408000] task stack info : pid(386) stack
area (0x7f9a9000 ~ 0x7f9cb000)</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>   </span>54.416000]
-----------------------------------------------------------</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>   </span>54.424000] * dump user stack</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>   </span>54.428000]
-----------------------------------------------------------</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>   </span>54.432000] dump user stack(0x7f9c7fc0 to
0x7f9c9f78)</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>   </span>54.440000] 7fc0: 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 </span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>   </span>54.448000] 7fe0: 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 </span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">--- SKIP ---</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;"><span style> </span>[<span style>  
</span>55.884000] 94c0: 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 </span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;"><span style> </span>[<span style>  
</span>55.912000] 9520: 00000000 00000000 2c039000 00000000 00000000 2c007458
00000000 00000000 </span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>   </span>55.920000] 9540: 00000000 00000000 ffffffff
00000000 00000000 00000000 00000000 00000000 </span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">--- SKIP ---</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;"><span style> </span>[<span style>  
</span>56.600000] 9f20: 00000000 00000000 00000000 00000000 00410bbc 00d584a8
00590e05 00d5933c </span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>   </span>56.608000] 9f40: 005b0000 00000000 00000000
2c00fea8 00410be0 00d584a8 00590e05 2af7628c </span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>   </span>56.616000] 9f60: 2af76a70 00000001 00000001
00000000 2c039000 00d5933c 2c04a2bc<span style>         
</span></span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>   </span>56.624000]
-----------------------------------------------------------</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>   </span>56.624000] </span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>   </span>56.636000] ##### send signal from KERNEL,
SIG : 4, execstack, PID:386, force_sig_info </span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[ <span style>  </span>56.644000] Call Trace:</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>   </span>56.644000] [&lt;802fccd8&gt;]
dump_stack+0x8/0x34 from[&lt;80044180&gt;] force_sig_info+0x54/0x1b0</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>   </span>56.652000] [&lt;80044180&gt;]
force_sig_info+0x54/0x1b0 from[&lt;80007364&gt;] ret_from_exception+0x0/0x10</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>   </span>56.664000] </span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>   </span>56.664000] ##### send signal SIG : 4,
execstack(386)-&gt;execstack(386) __send_signal</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>   </span>56.672000] ##### deliver signal SIG : 4,
execstack(386) get_signal_to_deliver</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>   </span>56.680000] [VDLP COREDUMP] SIGNR:4</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>   </span>56.680000] </span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>   </span>56.684000] ***** Coredump : Insert USB
memory stick, mount check per 10sec... *****</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>   </span>57.724000] ***** USB detected *****</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>   </span>57.728000] ***** Create pid : 386 coredump
file to USB mount dir /dtv/usb/sda1/Coredump.386.gz ******</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>   </span>57.736000] * Ultimate CoreDump v1.0 :
started dumping core into &#39;Coredump.386.gz&#39; file *</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>   </span>57.744000] &lt;1&gt;##### elf aligned pages
num : 1 + (3 Coredump guard buffers)</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>   </span>57.752000] ##### Not used first lower guard
page, elf_foffset : 1364, aligned_elf_foffset : 4096 </span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>   </span>57.764000] ##### set_gzip_header() return
success...</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>   </span>57.768000] ##### Allocated 267980 bytes for
deflate workspace</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>   </span>57.776000] ##### coredump_alloc_workspaces()
return success...</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>   </span>57.980000] ##### (vma-&gt;vm_next) == NULL
...</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>   </span>57.992000]<span style> 
</span>##### Process addr space debug Info #####</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>   </span>57.996000]<span style> 
</span>##### vma_cnt : 13</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>   </span>58.000000]<span style> 
</span>##### vm_page : 65</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>   </span>58.004000]<span style> 
</span>##### user_page_cnt : 17</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>   </span>58.008000]<span style> 
</span>##### zero_page_cnt : 48</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>   </span>58.012000]<span style> 
</span>##### kernel_page_cnt : 0</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>   </span>58.016000] ##### uncomp_coredump_file_size :
270336</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>   </span>58.020000] ##### GZIP tailer CRC32 :
2982301179</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>   </span>58.028000] ***** Create coredump file to USB
mount dir ******</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>   </span>58.032000] CoreDump: finished dumping core</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;"><span style>         </span>: Killed</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;"> </span></p><p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;"><br>
</span></p>

<p class=""><b style><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">Similarly for ARM also it is giving core dump like this:</span></b></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">VDLinux#&gt; ./execstack</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">Executable stack[<span style>  </span>451.784000] execstack: unhandled page fault
(11) at 0xbead5860, code 0x80000007</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>  </span>451.792000]
================================================================================</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>  </span>451.800000]<span style> 
</span>KERNEL Version : 0000</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>  </span>451.804000] ================================================================================</span></p>


<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>  </span>451.812000] </span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>  </span>451.812000]
--------------------------------------------------------------------------------------</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>  </span>451.820000] PC, LR MEMINFO</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>  </span>451.824000] --------------------------------------------------------------------------------------</span></p>


<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>  </span>451.832000] PC:bead5860, LR:85c0</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>  </span>451.836000]
--------------------------------------------------------------------------------------</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>  </span>451.844000] PC meminfo (0xbead5460 to 0xbead5c60)</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>  </span>451.848000] 5460: ???????? ???????? ????????
???????? ???????? ???????? ???????? ????????</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">--- SKIP --</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;"><span style> </span>[<span style> 
</span>452.524000] 7fe0: ???????? ???????? ???????? ???????? ???????? ????????
???????? ????????</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>  </span>452.532000] 8000: 464c457f 00010101 00000000
00000000 00280002 00000001 00008500 00000034</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">--- SKIP ---</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;"><span style> </span>[<span style> 
</span>453.156000] 8980: 04000000 0000001d 00841901 05010000 0086b403 004f0500
14000000 02000001</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>  </span>453.164000] 89a0: 00004200 9a010400 01000000
000000da 00000043 00008644 000086ac 00000027</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>  </span>453.172000]
--------------------------------------------------------------------------------------</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>  </span>453.180000] </span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>  </span>453.180000] pgd = e317c000</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>  </span>453.184000] [bead5860] *pgd=a9d2e831,
*pte=00000000, *ppte=00000000</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>  </span>453.192000] </span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>  </span>453.192000] Pid: 429, comm: <span style>           </span>execstack</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>  </span>453.196000] CPU: 1<span style>    </span>Tainted: P<span style>             </span>(3.0.33 #124)</span></p>


<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>  </span>453.200000] PC is at 0xbead5860</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>  </span>453.204000] LR is at 0x85c0</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>  </span>453.208000] pc : [&lt;bead5860&gt;]<span style>    </span>lr : [&lt;000085c0&gt;]<span style>    </span>psr: 60000010</span></p>


<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>  </span>453.208000] sp : bead5860<span style>  </span>ip : 40220f80<span style> 
</span>fp : 00000000</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>  </span>453.220000] r10: 40119000<span style>  </span>r9 : 00000000<span style> 
</span>r8 : 00000000</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>  </span>453.224000] r7 : 00000000<span style>  </span>r6 : 00008500<span style> 
</span>r5 : 00000000<span style>  </span>r4 : bead79c4</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>  </span>453.232000] r3 : bead5860<span style>  </span>r2 : 00000007<span style> 
</span>r1 : 00001000<span style>  </span>r0 : 00000000</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>  </span>453.236000] Flags: nZCv<span style>  </span>IRQs on<span style> 
</span>FIQs on<span style>  </span>Mode USER_32<span style>  </span>ISA ARM<span style> 
</span>Segment user</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>  </span>453.244000] Control: 10c53c7d<span style>  </span>Table: a9d7c04a<span style>  </span>DAC: 00000015</span></p>


<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>  </span>453.252000] [&lt;c004b034&gt;]
(show_regs+0x0/0x58) from [&lt;c004e588&gt;] (show_info+0xb0/0x104)</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>  </span>453.260000]<span style> 
</span>r4:e38e4ba0 r3:00000002</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>  </span>453.260000] [&lt;c004e4d8&gt;]
(show_info+0x0/0x104) from [&lt;c0055468&gt;] (__do_user_fault+0x50/0x94)</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>  </span>453.272000]<span style> 
</span>r6:0000000b r5:bead5860 r4:e38e4ba0 r3:00000000</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>  </span>453.276000] [&lt;c0055418&gt;]
(__do_user_fault+0x0/0x94) from [&lt;c03bf93c&gt;] (do_page_fault+0x2d8/0x324)</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>  </span>453.284000]<span style> 
</span>r7:e38e4ba0 r6:bead5860 r5:00030002 r4:e31c7fb0</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>  </span>453.292000] [&lt;c03bf664&gt;]
(do_page_fault+0x0/0x324) from [&lt;c003b260&gt;] (do_PrefetchAbort+0x44/0xa8)</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>  </span>453.300000] [&lt;c003b21c&gt;]
(do_PrefetchAbort+0x0/0xa8) from [&lt;c03bd6c8&gt;] (ret_from_exception+0x0/0x10)</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>  </span>453.308000] Exception stack(0xe31c7fb0 to
0xe31c7ff8)</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>  </span>453.312000] 7fa0:<span style>                                     </span>00000000
00001000 00000007 bead5860</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>  </span>453.320000] 7fc0: bead79c4 00000000 00008500
00000000 00000000 00000000 40119000 00000000</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>  </span>453.328000] 7fe0: 40220f80 bead5860 000085c0
bead5860 60000010 ffffffff</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>  </span>453.336000]<span style> 
</span>r7:00000000 r6:00008500 r5:00000007 r4:0000040f</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>  </span>453.344000]
-----------------------------------------------------------</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>  </span>453.348000] * dump maps on pid (429)</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[ <span style> </span>453.352000]
-----------------------------------------------------------</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>  </span>453.360000] 00008000-00009000 r-xp 00000000
08:11 440 /dtv/usb/sdb1/paxtest-0.9.5/execstack</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>  </span>453.368000] 00010000-00011000 rw-p 00000000
08:11 440 /dtv/usb/sdb1/paxtest-0.9.5/execstack</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>  </span>453.376000] 400bc000-400bd000 rw-p 400bc000
08:11 440 </span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>  </span>453.380000] 400ce000-400cf000 rw-p 400ce000
08:11 440 </span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>  </span>453.384000] 400f2000-40110000 r-xp 00000000
b3:03 105 /mtd_exe/lib/<a href="http://ld-2.14.1.so">ld-2.14.1.so</a></span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>  </span>453.392000] 40118000-40119000 r--p 0001e000
b3:03 105 /mtd_exe/lib/<a href="http://ld-2.14.1.so">ld-2.14.1.so</a></span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>  </span>453.400000] 40119000-4011a000 rw-p 0001f000
b3:03 105 /mtd_exe/lib/<a href="http://ld-2.14.1.so">ld-2.14.1.so</a></span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>  </span>453.408000] 4011c000-4011d000 rw-p 4011c000
b3:03 105 </span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>  </span>453.412000] 4015d000-40277000 r-xp 00000000
b3:03 113 /mtd_exe/lib/<a href="http://libc-2.14.1.so">libc-2.14.1.so</a></span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>  </span>453.420000] 40277000-4027f000 ---p 0011a000
b3:03 113 /mtd_exe/lib/<a href="http://libc-2.14.1.so">libc-2.14.1.so</a></span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>  </span>453.428000] 4027f000-40281000 r--p 0011a000
b3:03 113 /mtd_exe/lib/<a href="http://libc-2.14.1.so">libc-2.14.1.so</a></span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>  </span>453.436000] 40281000-40282000 rw-p 0011c000
b3:03 113 /mtd_exe/lib/<a href="http://libc-2.14.1.so">libc-2.14.1.so</a></span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>  </span>453.444000] 40282000-40285000 rw-p 40282000
b3:03 113 </span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>  </span>453.448000] beab6000-bead7000 rw-p befde000
b3:03 113 </span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>  </span>453.452000] bead7000-bead8000 rwxp befff000
b3:03 113 </span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>  </span>453.460000] ffff0000-ffff1000 r-xp ffff0000
b3:03 113 </span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>  </span>453.464000]
-----------------------------------------------------------</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>  </span>453.464000] </span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>  </span>453.472000] task stack info : pid(429) stack
area (0xbead7000 ~ 0xbead8000)</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>  </span>453.480000]
-----------------------------------------------------------</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>  </span>453.484000] * dump user stack</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>  </span>453.488000]
-----------------------------------------------------------</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>  </span>453.496000] pid(429) : seems stack overflow.</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>  </span>453.496000]<span style>  
</span>sp(bead5860), stack vma (0xbead7000 ~ 0xbead8000)</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>  </span>453.504000] -----------------------------------------------------------</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>  </span>453.504000] </span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>  </span>453.512000] [VDLP COREDUMP] SIGNR:11</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>  </span>453.512000] </span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>  </span>453.520000] ***** Coredump : Insert USB
memory stick, mount check per 10sec... *****</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>  </span>453.528000] ***** USB detected *****</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>  </span>453.528000] ***** Create pid : 429 coredump
file to USB mount dir /dtv/usb/sdb1/Coredump.429.gz ******</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>  </span>453.540000] * Ultimate CoreDump v0.4 :
started dumping core into &#39;Coredump.429.gz&#39; file *</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>  </span>453.548000] &lt;1&gt;##### elf aligned pages
num : 1 + (3 Coredump guard buffers)</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>  </span>453.552000] ##### Not used first lower guard
page, elf_foffset : 1488, aligned_elf_foffset : 4096 </span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>  </span>453.564000] ##### set_gzip_header() return
success...</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>  </span>453.568000] ##### Allocated 267980 bytes for
deflate workspace</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>  </span>453.572000] ##### coredump_alloc_workspaces()
return success...</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;"><span style>                         </span>: [<span style>  </span>453.692000] ##### (vma-&gt;vm_next) == NULL
...</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>  </span>453.700000]<span style> 
</span>##### Process addr space debug Info #####</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>  </span>453.704000]<span style> 
</span>##### vma_cnt : 16</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>  </span>453.708000]<span style> 
</span>##### vm_page : 47</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>  </span>453.708000]<span style> 
</span>##### user_page_cnt : 15</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>  </span>453.712000]<span style> 
</span>##### zero_page_cnt : 32</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>  </span>453.716000]<span style> 
</span>##### kernel_page_cnt : 0</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>  </span>453.720000] ##### uncomp_coredump_file_size :
196608</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>  </span>453.724000] ##### GZIP tailer CRC32 :
1604686521</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>  </span>453.732000] ***** Create coredump file to USB
mount dir ******</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">[<span style>  </span>453.736000] CoreDump: finished dumping core</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">Killed</span></p>

<p class=""><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;"> </span></p>

<p class=""><b style><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">Please let me know how to check the hardware support of
XN bit in ARMv6 /ARMv7 and XI bit support on MIPS 34Kc.</span></b></p>

<p class=""><b style><span style="font-size:9pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;"> </span></b></p>

<br></div>Thnaks and Regards,<br></div>Girish Gupta<br></div>