<div dir="ltr"><div class="gmail_quote"><div dir="ltr"><div><div>

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

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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

<font size="1">

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

<p><b><span style="font-size:9pt;line-height:115%;font-family:"Arial","sans-serif"">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><b><span style="font-size:9pt;line-height:115%;font-family:"Arial","sans-serif"">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 style="margin-left:0cm;text-align:justify"><span style>The value of config3 register
is <b>0x2425 </b>in MIPS kernel (X13).</span></p>

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

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

<table 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="min-height:43.9pt">
  <td style="width:27pt;border:1pt solid windowtext;padding:0cm 5.4pt;min-height:43.9pt" valign="top" width="36">
  <p style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style="font-size:8pt">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;min-height:43.9pt" valign="top" width="31">

  <p style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style="font-size:8pt">31</span></p>
  <p style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style="font-size:8pt"> </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;min-height:43.9pt" valign="top" width="26">

  <p style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style> </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;min-height:43.9pt" valign="top" width="16">

  <p style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style> </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;min-height:43.9pt" valign="top" width="16">

  <p style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style> </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;min-height:43.9pt" valign="top" width="16">

  <p style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style> </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;min-height:43.9pt" valign="top" width="16">

  <p style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style> </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;min-height:43.9pt" valign="top" width="16">

  <p style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style> </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;min-height:43.9pt" valign="top" width="26">

  <p style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style="font-size:8pt">24</span><span style></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;min-height:43.9pt" valign="top" width="16">

  <p style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style> </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;min-height:43.9pt" valign="top" width="16">

  <p style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style> </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;min-height:43.9pt" valign="top" width="16">

  <p style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style> </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;min-height:43.9pt" valign="top" width="16">

  <p style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style> </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;min-height:43.9pt" valign="top" width="16">

  <p style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style> </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;min-height:43.9pt" valign="top" width="16">

  <p style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style> </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;min-height:43.9pt" valign="top" width="16">

  <p style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style> </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;min-height:43.9pt" valign="top" width="26">

  <p style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style="font-size:8pt">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;min-height:43.9pt" valign="top" width="16">

  <p style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style> </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;min-height:43.9pt" valign="top" width="16">

  <p style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style> </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;min-height:43.9pt" valign="top" width="26">

  <p style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style="font-size:8pt">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;min-height:43.9pt" valign="top" width="18">

  <p style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style> </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;min-height:43.9pt" valign="top" width="18">

  <p style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style> </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;min-height:43.9pt" valign="top" width="30">

  <p style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style="font-size:8pt">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;min-height:43.9pt" valign="top" width="18">

  <p style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style><span>    </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;min-height:43.9pt" valign="top" width="18">

  <p style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style="font-size:8pt"> </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;min-height:43.9pt" valign="top" width="18">

  <p style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style="font-size:8pt"> </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;min-height:43.9pt" valign="top" width="18">

  <p style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style> </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;min-height:43.9pt" valign="top" width="18">

  <p style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style="font-size:8pt">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;min-height:43.9pt" valign="top" width="18">

  <p style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style> </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;min-height:43.9pt" valign="top" width="18">

  <p style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style> </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;min-height:43.9pt" valign="top" width="18">

  <p style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style="font-size:8pt">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;min-height:43.9pt" valign="top" width="18">

  <p style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style> </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;min-height:43.9pt" valign="top" width="24">
  <p style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style="font-size:8pt">0</span><span style></span></p>
  </td>
 </tr>
 <tr style="min-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;min-height:43.9pt" valign="top" width="36">
  <p style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style>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;min-height:43.9pt" valign="top" width="31">


  <p style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style>0</span></p>
  <p style="margin:0cm 0cm 0.0001pt;line-height:normal"><b><span style> </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;min-height:43.9pt" valign="top" width="26">


  <p style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style>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;min-height:43.9pt" valign="top" width="16">


  <p style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style>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;min-height:43.9pt" valign="top" width="16">


  <p style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style>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;min-height:43.9pt" valign="top" width="16">


  <p style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style>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;min-height:43.9pt" valign="top" width="16">


  <p style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style>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;min-height:43.9pt" valign="top" width="16">


  <p style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style>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;min-height:43.9pt" valign="top" width="26">


  <p style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style>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;min-height:43.9pt" valign="top" width="16">


  <p style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style>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;min-height:43.9pt" valign="top" width="16">


  <p style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style>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;min-height:43.9pt" valign="top" width="16">


  <p style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style>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;min-height:43.9pt" valign="top" width="16">


  <p style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style>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;min-height:43.9pt" valign="top" width="16">


  <p style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style>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;min-height:43.9pt" valign="top" width="16">


  <p style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style>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;min-height:43.9pt" valign="top" width="16">


  <p style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style>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;min-height:43.9pt" valign="top" width="26">


  <p style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style>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;min-height:43.9pt" valign="top" width="16">


  <p style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style>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;min-height:43.9pt" valign="top" width="16">


  <p style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style>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;min-height:43.9pt" valign="top" width="26">


  <p style="margin:0cm 0cm 0.0001pt;line-height:normal"><b><span style>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;min-height:43.9pt" valign="top" width="18">


  <p style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style>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;min-height:43.9pt" valign="top" width="18">


  <p style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style>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;min-height:43.9pt" valign="top" width="30">


  <p style="margin:0cm 0cm 0.0001pt;line-height:normal"><b><span style>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;min-height:43.9pt" valign="top" width="18">


  <p style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style>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;min-height:43.9pt" valign="top" width="18">


  <p style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style>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;min-height:43.9pt" valign="top" width="18">


  <p style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style>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;min-height:43.9pt" valign="top" width="18">


  <p style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style>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;min-height:43.9pt" valign="top" width="18">


  <p style="margin:0cm 0cm 0.0001pt;line-height:normal"><b><span style>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;min-height:43.9pt" valign="top" width="18">


  <p style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style>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;min-height:43.9pt" valign="top" width="18">


  <p style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style>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;min-height:43.9pt" valign="top" width="18">


  <p style="margin:0cm 0cm 0.0001pt;line-height:normal"><b><span style>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;min-height:43.9pt" valign="top" width="18">


  <p style="margin:0cm 0cm 0.0001pt;line-height:normal"><span style>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;min-height:43.9pt" valign="top" width="24">


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

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

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

<p><br></p><p><br></p><p><br></p>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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



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

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

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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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



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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

<p><b><span style="font-size:9pt;line-height:115%;font-family:"Arial","sans-serif"">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><b><span style="font-size:9pt;line-height:115%;font-family:"Arial","sans-serif""> </span></b></p>

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