<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>i.MX ProcessorsのトピックFreescale Linux PDK 2.6.31 UTP driver crash issue</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Freescale-Linux-PDK-2-6-31-UTP-driver-crash-issue/m-p/262222#M26505</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have ported freescale linux PDK 2.6.31 to my borad with imx35. This is successful. I have 32MB RAM in my system. I am trying to transfer a large file(32MB) to the NOR flash of the board using MFGTool. An userspace application running on the board is responsible for receiving the file and flash it into NOR flash.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The strategy is like below -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i) The appliaction is waiting on read system calll on utp device node(in my case it is /dev/utp)&lt;/P&gt;&lt;P&gt;ii) Once it is unblocked from read() [i.e. read returns] it returns the size of data read is 64KB and I have 64KB data in my read buffer.&lt;/P&gt;&lt;P&gt;iii) I write this 64KB data to the NOR flash.&lt;/P&gt;&lt;P&gt;iv) Again it goes to read the same chunk.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It works fine when I try to transfer a small file (e.g.- 4-5MB) but when I try to tranfer a large file(e.g.- 30MB) after running the loop(step i to iv ) for 4-5 times i could see a crash from the USB gadget driver side.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The crash log is given below. Could anyone please help me on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;CPU: 0&amp;nbsp;&amp;nbsp;&amp;nbsp; Not tainted&amp;nbsp; (2.6.31-207-g7286c01 #74)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;PC is at fsg_main_thread+0xf18/0x219c&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;LR is at __alloc_pages_nodemask+0x4d4/0x538&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;pc : [&amp;lt;c01a5a18&amp;gt;]&amp;nbsp;&amp;nbsp;&amp;nbsp; lr : [&amp;lt;c0090184&amp;gt;]&amp;nbsp;&amp;nbsp;&amp;nbsp; psr: 60000113&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;sp : c1bb5ee0&amp;nbsp; ip : 000016c3&amp;nbsp; fp : c1bfea80&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;r10: 00000062&amp;nbsp; r9 : 00000000&amp;nbsp; r8 : 00000000&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;r7 : c1bb4000&amp;nbsp; r6 : 00000000&amp;nbsp; r5 : 00000000&amp;nbsp; r4 : c1907100&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;r3 : 00000000&amp;nbsp; r2 : 000080d0&amp;nbsp; r1 : 00010019&amp;nbsp; r0 : 00000000&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;Flags: nZCv&amp;nbsp; IRQs on&amp;nbsp; FIQs on&amp;nbsp; Mode SVC_32&amp;nbsp; ISA ARM&amp;nbsp; Segment kernel&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;Control: 00c5387d&amp;nbsp; Table: 81cd8008&amp;nbsp; DAC: 00000017&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;Process file-storage-ga (pid: 856, stack limit = 0xc1bb4268)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;Stack: (0xc1bb5ee0 to 0xc1bb6000)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;5ee0: c190717c c00c77f8 00000000 00000001 00000000 c1bb5f4c c1818180 c1907104&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;5f00: c1bb5f98 0000033a c1824000 0000000a 00000000 00000000 00000000 00000000&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;5f20: c02d3a18 c1c6a600 c1824000 c02d3a18 c1c6a600 c02d3a18 c1c6a630 c1907100&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;5f40: c02ec38c ffffffff c1826000 00000002 c1bb5fcc c0061d40 00000000 00000002&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;5f60: c1826000 c182601c c1c6a600 00000017 c1824000 c0061d78 c02dce50 c1c6a600&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;5f80: c1bb5fcc c020b3f4 c1bb5fb4 00000000 c1c6a600 c005d1b8 c1bb5f98 c1bb5f98&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;5fa0: c1907100 00000000 00000000 c1827f10 c1bb5fd4 c01a4b00 c1907100 00000000&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;5fc0: 00000000 00000000 00000000 c005cd78 00000000 00000000 c1bb5fd8 c1bb5fd8&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;5fe0: 00000000 00000000 00000000 00000000 00000000 c00237a0 47e247e2 47e247e2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;[&amp;lt;c01a5a18&amp;gt;] (fsg_main_thread+0xf18/0x219c) from [&amp;lt;c005cd78&amp;gt;] (kthread+0x78/0x80&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;[&amp;lt;c005cd78&amp;gt;] (kthread+0x78/0x80) from [&amp;lt;c00237a0&amp;gt;] (kernel_thread_exit+0x0/0x8)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;Code: e59400c4 ebfff6c5 e5d430c4 e3a05000 (e5c03010)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;---[ end trace 6c09729ef6659065 ]-&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Benoy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Apr 2013 06:17:24 GMT</pubDate>
    <dc:creator>benoysaha</dc:creator>
    <dc:date>2013-04-11T06:17:24Z</dc:date>
    <item>
      <title>Freescale Linux PDK 2.6.31 UTP driver crash issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Freescale-Linux-PDK-2-6-31-UTP-driver-crash-issue/m-p/262222#M26505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have ported freescale linux PDK 2.6.31 to my borad with imx35. This is successful. I have 32MB RAM in my system. I am trying to transfer a large file(32MB) to the NOR flash of the board using MFGTool. An userspace application running on the board is responsible for receiving the file and flash it into NOR flash.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The strategy is like below -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i) The appliaction is waiting on read system calll on utp device node(in my case it is /dev/utp)&lt;/P&gt;&lt;P&gt;ii) Once it is unblocked from read() [i.e. read returns] it returns the size of data read is 64KB and I have 64KB data in my read buffer.&lt;/P&gt;&lt;P&gt;iii) I write this 64KB data to the NOR flash.&lt;/P&gt;&lt;P&gt;iv) Again it goes to read the same chunk.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It works fine when I try to transfer a small file (e.g.- 4-5MB) but when I try to tranfer a large file(e.g.- 30MB) after running the loop(step i to iv ) for 4-5 times i could see a crash from the USB gadget driver side.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The crash log is given below. Could anyone please help me on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;CPU: 0&amp;nbsp;&amp;nbsp;&amp;nbsp; Not tainted&amp;nbsp; (2.6.31-207-g7286c01 #74)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;PC is at fsg_main_thread+0xf18/0x219c&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;LR is at __alloc_pages_nodemask+0x4d4/0x538&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;pc : [&amp;lt;c01a5a18&amp;gt;]&amp;nbsp;&amp;nbsp;&amp;nbsp; lr : [&amp;lt;c0090184&amp;gt;]&amp;nbsp;&amp;nbsp;&amp;nbsp; psr: 60000113&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;sp : c1bb5ee0&amp;nbsp; ip : 000016c3&amp;nbsp; fp : c1bfea80&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;r10: 00000062&amp;nbsp; r9 : 00000000&amp;nbsp; r8 : 00000000&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;r7 : c1bb4000&amp;nbsp; r6 : 00000000&amp;nbsp; r5 : 00000000&amp;nbsp; r4 : c1907100&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;r3 : 00000000&amp;nbsp; r2 : 000080d0&amp;nbsp; r1 : 00010019&amp;nbsp; r0 : 00000000&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;Flags: nZCv&amp;nbsp; IRQs on&amp;nbsp; FIQs on&amp;nbsp; Mode SVC_32&amp;nbsp; ISA ARM&amp;nbsp; Segment kernel&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;Control: 00c5387d&amp;nbsp; Table: 81cd8008&amp;nbsp; DAC: 00000017&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;Process file-storage-ga (pid: 856, stack limit = 0xc1bb4268)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;Stack: (0xc1bb5ee0 to 0xc1bb6000)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;5ee0: c190717c c00c77f8 00000000 00000001 00000000 c1bb5f4c c1818180 c1907104&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;5f00: c1bb5f98 0000033a c1824000 0000000a 00000000 00000000 00000000 00000000&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;5f20: c02d3a18 c1c6a600 c1824000 c02d3a18 c1c6a600 c02d3a18 c1c6a630 c1907100&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;5f40: c02ec38c ffffffff c1826000 00000002 c1bb5fcc c0061d40 00000000 00000002&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;5f60: c1826000 c182601c c1c6a600 00000017 c1824000 c0061d78 c02dce50 c1c6a600&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;5f80: c1bb5fcc c020b3f4 c1bb5fb4 00000000 c1c6a600 c005d1b8 c1bb5f98 c1bb5f98&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;5fa0: c1907100 00000000 00000000 c1827f10 c1bb5fd4 c01a4b00 c1907100 00000000&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;5fc0: 00000000 00000000 00000000 c005cd78 00000000 00000000 c1bb5fd8 c1bb5fd8&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;5fe0: 00000000 00000000 00000000 00000000 00000000 c00237a0 47e247e2 47e247e2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;[&amp;lt;c01a5a18&amp;gt;] (fsg_main_thread+0xf18/0x219c) from [&amp;lt;c005cd78&amp;gt;] (kthread+0x78/0x80&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;[&amp;lt;c005cd78&amp;gt;] (kthread+0x78/0x80) from [&amp;lt;c00237a0&amp;gt;] (kernel_thread_exit+0x0/0x8)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;Code: e59400c4 ebfff6c5 e5d430c4 e3a05000 (e5c03010)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;---[ end trace 6c09729ef6659065 ]-&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Benoy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Apr 2013 06:17:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Freescale-Linux-PDK-2-6-31-UTP-driver-crash-issue/m-p/262222#M26505</guid>
      <dc:creator>benoysaha</dc:creator>
      <dc:date>2013-04-11T06:17:24Z</dc:date>
    </item>
    <item>
      <title>Re: Freescale Linux PDK 2.6.31 UTP driver crash issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Freescale-Linux-PDK-2-6-31-UTP-driver-crash-issue/m-p/262223#M26506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;H6 style="font-weight: normal; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;A _jive_internal="true" class="font-color-meta-light" href="https://community.nxp.com/message/325104#325104" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #a9a9a9;"&gt;Re: Re: Freescale Linux PDK 2.6.31 UTP driver crash issue&lt;/A&gt;&lt;/STRONG&gt;&lt;/H6&gt;&lt;P class="j-post-avatar" style="font-style: inherit; font-family: inherit;"&gt;&lt;A _jive_internal="true" class="j-avatar jiveTT-hover-user" data-avatarid="1034" data-externalid="" data-presence="null" data-userid="201170" data-username="LeonardoSandovalGonzalez" href="https://community.nxp.com/people/LeonardoSandovalGonzalez" style="font-style: inherit; font-family: inherit; color: #3778c7;"&gt;&lt;IMG alt="Leonardo Sandoval Gonzalez" border="0" class="jiveImage jive-avatar" data-height="46" height="46" src="https://community.nxp.com/people/LeonardoSandovalGonzalez/avatar/46.png?a=1034" style="border: 0px; font-style: inherit; font-family: inherit;" width="46" /&gt;&lt;/A&gt;&lt;SPAN class="j-status-levels" style="font-style: inherit; font-family: inherit;"&gt;&lt;IMG alt="Employee" class="jiveImage" src="https://community-cache.freescale.com/5.0.3/resources/images/status/FS_EMP_40x18.png" style="font-style: inherit; font-family: inherit;" title="Employee" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author" style="font-style: inherit; font-size: 0.9em; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;A href="https://community.nxp.com/people/LeonardoSandovalGonzalez"&gt;LeonardoSandovalGonzalez&lt;/A&gt; &lt;/STRONG&gt;Apr 18, 2013 9:42 AM &lt;SPAN class="font-color-meta-light j-thread-replyto" style="padding: 0 0 0 3px; font-style: inherit; font-family: inherit; color: #a9a9a9;"&gt;(&lt;A _jive_internal="true" class="font-color-meta-light localScroll" href="https://community.nxp.com/message/325104#324966" style="font-style: inherit; font-family: inherit; color: #a9a9a9;" title="Go to message"&gt;in response to imxcommunityscout&lt;/A&gt;)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;A class="j-ui-elem j-helpful-star j-star popped" style="font-style: inherit; font-family: inherit; background-position: no-repeat no-repeat;"&gt;&lt;/A&gt;&lt;SPAN class="j-ui-elem j-dotted-star" style="font-style: inherit; font-family: inherit; background-position: no-repeat no-repeat;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-style: inherit; font-family: inherit;"&gt;I am not sure if it has to be with the OS version &amp;amp; MFGtool, I remember we had a issue flashing boards with MFGtool on Windows 7 64bits.&lt;/P&gt;&lt;P style="font-style: inherit; font-family: inherit;"&gt;Can you try the same test using other Windows OS? XP or W7 32bits?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-style: inherit; font-family: inherit;"&gt;Leo&lt;/P&gt;&lt;P class="jive-thread-reply-btn" style="margin: 26px 0px -10px; font-size: 0.9em; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Apr 2013 16:43:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Freescale-Linux-PDK-2-6-31-UTP-driver-crash-issue/m-p/262223#M26506</guid>
      <dc:creator>karina_valencia</dc:creator>
      <dc:date>2013-04-19T16:43:06Z</dc:date>
    </item>
    <item>
      <title>Re: Freescale Linux PDK 2.6.31 UTP driver crash issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Freescale-Linux-PDK-2-6-31-UTP-driver-crash-issue/m-p/262224#M26507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Saha, is your issue still there? If not please click Correct Answer/Helpful Answer.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Yixing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 28 Apr 2013 05:44:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Freescale-Linux-PDK-2-6-31-UTP-driver-crash-issue/m-p/262224#M26507</guid>
      <dc:creator>imxcommunitysco</dc:creator>
      <dc:date>2013-04-28T05:44:55Z</dc:date>
    </item>
  </channel>
</rss>

