<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:08:02 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>Whamcloud Community JIRA</title>
    <link>https://jira.whamcloud.com</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.4.14</version>
        <build-number>940014</build-number>
        <build-date>05-12-2023</build-date>
    </build-info>


<item>
            <title>[LU-539] small size for RMF_CONNECT_DATA caused out of bound memory crash</title>
                <link>https://jira.whamcloud.com/browse/LU-539</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;For the interoperability between 1.8 and 2.x, we use small size structure of &quot;obd_connect_data_v1&quot; for &quot;RMF_CONNECT_DATA&quot; as following:&lt;/p&gt;

&lt;p&gt;==========&lt;br/&gt;
struct req_msg_field RMF_CONNECT_DATA =&lt;br/&gt;
        DEFINE_MSGF(&quot;cdata&quot;,&lt;br/&gt;
                    RMF_F_NO_SIZE_CHECK /* we allow extra space for interop */,&lt;br/&gt;
#if LUSTRE_VERSION_CODE &amp;gt; OBD_OCD_VERSION(2, 9, 0, 0)&lt;br/&gt;
                    sizeof(struct obd_connect_data),&lt;br/&gt;
#else&lt;br/&gt;
/* For interoperability with 1.8 and 2.0 clients/servers.&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;The RPC verification code allows larger RPC buffers, but not&lt;/li&gt;
	&lt;li&gt;smaller buffers.  Until we no longer need to keep compatibility&lt;/li&gt;
	&lt;li&gt;with older servers/clients we can only check that the buffer&lt;/li&gt;
	&lt;li&gt;size is at least as large as obd_connect_data_v1.  That is not&lt;/li&gt;
	&lt;li&gt;not in itself harmful, since the chance of just corrupting this&lt;/li&gt;
	&lt;li&gt;field is low.  See JIRA &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-16&quot; title=&quot;Allow objects larger than 2TB in size &quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-16&quot;&gt;&lt;del&gt;LU-16&lt;/del&gt;&lt;/a&gt; for details. */&lt;br/&gt;
                    sizeof(struct obd_connect_data_v1),&lt;br/&gt;
#endif&lt;br/&gt;
                    lustre_swab_connect, NULL);&lt;br/&gt;
============&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;But when server process connection in &quot;target_handle_connect()&quot;, it treats related fileds as large size structure of &quot;obd_connect_data&quot;, assigning such fileds maybe cause out of bound memory over-written, and then cause memory crash as following:&lt;/p&gt;

&lt;p&gt;============&lt;br/&gt;
LustreError: 9439:0:(pack_generic.c:800:lustre_msghdr_get_flags()) ASSERTION(0) failed: incorrect message magic: 00000000&lt;br/&gt;
LustreError: 9439:0:(pack_generic.c:800:lustre_msghdr_get_flags()) LBUG&lt;br/&gt;
Pid: 9439, comm: ll_mgs_00&lt;/p&gt;

&lt;p&gt;Call Trace:&lt;br/&gt;
 &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;00000000f8bff5c0&amp;gt;&amp;#93;&lt;/span&gt; libcfs_debug_dumpstack+0x50/0x70 &lt;span class=&quot;error&quot;&gt;&amp;#91;libcfs&amp;#93;&lt;/span&gt;&lt;br/&gt;
 &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;00000000f8bffd5d&amp;gt;&amp;#93;&lt;/span&gt; lbug_with_loc+0x6d/0xd0 &lt;span class=&quot;error&quot;&gt;&amp;#91;libcfs&amp;#93;&lt;/span&gt;&lt;br/&gt;
 &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;00000000f9d3bbc0&amp;gt;&amp;#93;&lt;/span&gt; reply_in_callback+0x0/0x850 &lt;span class=&quot;error&quot;&gt;&amp;#91;ptlrpc&amp;#93;&lt;/span&gt;&lt;br/&gt;
 &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;00000000f9d32fe2&amp;gt;&amp;#93;&lt;/span&gt; lustre_msghdr_get_flags+0x82/0x90 &lt;span class=&quot;error&quot;&gt;&amp;#91;ptlrpc&amp;#93;&lt;/span&gt;&lt;br/&gt;
 &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;00000000f9d3bf80&amp;gt;&amp;#93;&lt;/span&gt; reply_in_callback+0x3c0/0x850 &lt;span class=&quot;error&quot;&gt;&amp;#91;ptlrpc&amp;#93;&lt;/span&gt;&lt;br/&gt;
 &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;00000000f9069751&amp;gt;&amp;#93;&lt;/span&gt; ldiskfs_mark_iloc_dirty+0x341/0x560 &lt;span class=&quot;error&quot;&gt;&amp;#91;ldiskfs&amp;#93;&lt;/span&gt;&lt;br/&gt;
 &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;00000000f9d3bbc0&amp;gt;&amp;#93;&lt;/span&gt; reply_in_callback+0x0/0x850 &lt;span class=&quot;error&quot;&gt;&amp;#91;ptlrpc&amp;#93;&lt;/span&gt;&lt;br/&gt;
 &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;00000000f9d3a527&amp;gt;&amp;#93;&lt;/span&gt; ptlrpc_master_callback+0x47/0xa0 &lt;span class=&quot;error&quot;&gt;&amp;#91;ptlrpc&amp;#93;&lt;/span&gt;&lt;br/&gt;
 &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;00000000f8c51a0a&amp;gt;&amp;#93;&lt;/span&gt; lnet_enq_event_locked+0x5a/0xb0 &lt;span class=&quot;error&quot;&gt;&amp;#91;lnet&amp;#93;&lt;/span&gt;&lt;br/&gt;
 &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;00000000f8c51ad8&amp;gt;&amp;#93;&lt;/span&gt; lnet_finalize+0x78/0x200 &lt;span class=&quot;error&quot;&gt;&amp;#91;lnet&amp;#93;&lt;/span&gt;&lt;br/&gt;
 &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;00000000f8c60fef&amp;gt;&amp;#93;&lt;/span&gt; lolnd_recv+0x5f/0x100 &lt;span class=&quot;error&quot;&gt;&amp;#91;lnet&amp;#93;&lt;/span&gt;&lt;br/&gt;
 &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;00000000f8c55e09&amp;gt;&amp;#93;&lt;/span&gt; lnet_ni_recv+0xf9/0x260 &lt;span class=&quot;error&quot;&gt;&amp;#91;lnet&amp;#93;&lt;/span&gt;&lt;br/&gt;
 &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;00000000f8c56059&amp;gt;&amp;#93;&lt;/span&gt; lnet_recv_put+0xe9/0x130 &lt;span class=&quot;error&quot;&gt;&amp;#91;lnet&amp;#93;&lt;/span&gt;&lt;br/&gt;
 &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;00000000f8c5c560&amp;gt;&amp;#93;&lt;/span&gt; lnet_parse+0x14e0/0x2620 &lt;span class=&quot;error&quot;&gt;&amp;#91;lnet&amp;#93;&lt;/span&gt;&lt;br/&gt;
 &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;00000000c048ccd6&amp;gt;&amp;#93;&lt;/span&gt; dput+0x72/0xed&lt;br/&gt;
 &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;00000000f8da1baf&amp;gt;&amp;#93;&lt;/span&gt; llog_free_handle+0x9f/0x330 &lt;span class=&quot;error&quot;&gt;&amp;#91;obdclass&amp;#93;&lt;/span&gt;&lt;br/&gt;
 &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;00000000c04906be&amp;gt;&amp;#93;&lt;/span&gt; mntput_no_expire+0x11/0x6a&lt;br/&gt;
 &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;00000000f8cc34f5&amp;gt;&amp;#93;&lt;/span&gt; pop_ctxt+0xe5/0x320 &lt;span class=&quot;error&quot;&gt;&amp;#91;lvfs&amp;#93;&lt;/span&gt;&lt;br/&gt;
 &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;00000000f8db9870&amp;gt;&amp;#93;&lt;/span&gt; __llog_ctxt_put+0x20/0x2e0 &lt;span class=&quot;error&quot;&gt;&amp;#91;obdclass&amp;#93;&lt;/span&gt;&lt;br/&gt;
 &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;00000000f8da3ce2&amp;gt;&amp;#93;&lt;/span&gt; llog_close+0x72/0x440 &lt;span class=&quot;error&quot;&gt;&amp;#91;obdclass&amp;#93;&lt;/span&gt;&lt;br/&gt;
 &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;00000000f8c610d1&amp;gt;&amp;#93;&lt;/span&gt; lolnd_send+0x41/0x90 &lt;span class=&quot;error&quot;&gt;&amp;#91;lnet&amp;#93;&lt;/span&gt;&lt;br/&gt;
 &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;00000000f8c55c9b&amp;gt;&amp;#93;&lt;/span&gt; lnet_ni_send+0x4b/0xc0 &lt;span class=&quot;error&quot;&gt;&amp;#91;lnet&amp;#93;&lt;/span&gt;&lt;br/&gt;
 &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;00000000f8c5804c&amp;gt;&amp;#93;&lt;/span&gt; lnet_send+0x1fc/0xd90 &lt;span class=&quot;error&quot;&gt;&amp;#91;lnet&amp;#93;&lt;/span&gt;&lt;br/&gt;
 &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;00000000f8db9870&amp;gt;&amp;#93;&lt;/span&gt; __llog_ctxt_put+0x20/0x2e0 &lt;span class=&quot;error&quot;&gt;&amp;#91;obdclass&amp;#93;&lt;/span&gt;&lt;br/&gt;
 &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;00000000f8c5e665&amp;gt;&amp;#93;&lt;/span&gt; LNetPut+0x565/0xef0 &lt;span class=&quot;error&quot;&gt;&amp;#91;lnet&amp;#93;&lt;/span&gt;&lt;br/&gt;
 &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;00000000f9d28924&amp;gt;&amp;#93;&lt;/span&gt; ptl_send_buf+0x1f4/0xab0 &lt;span class=&quot;error&quot;&gt;&amp;#91;ptlrpc&amp;#93;&lt;/span&gt;&lt;br/&gt;
 &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;00000000f9d39e26&amp;gt;&amp;#93;&lt;/span&gt; lustre_msg_set_timeout+0x96/0x110 &lt;span class=&quot;error&quot;&gt;&amp;#91;ptlrpc&amp;#93;&lt;/span&gt;&lt;br/&gt;
 &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;00000000f9d2942c&amp;gt;&amp;#93;&lt;/span&gt; ptlrpc_send_reply+0x24c/0x8b0 &lt;span class=&quot;error&quot;&gt;&amp;#91;ptlrpc&amp;#93;&lt;/span&gt;&lt;br/&gt;
 &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;00000000f9cdb934&amp;gt;&amp;#93;&lt;/span&gt; target_send_reply+0x94/0x910 &lt;span class=&quot;error&quot;&gt;&amp;#91;ptlrpc&amp;#93;&lt;/span&gt;&lt;br/&gt;
 &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;00000000f9d38d2c&amp;gt;&amp;#93;&lt;/span&gt; lustre_msg_get_conn_cnt+0xfc/0x1e0 &lt;span class=&quot;error&quot;&gt;&amp;#91;ptlrpc&amp;#93;&lt;/span&gt;&lt;br/&gt;
 &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;00000000f92e851e&amp;gt;&amp;#93;&lt;/span&gt; mgs_handle+0x31e/0x1f10 &lt;span class=&quot;error&quot;&gt;&amp;#91;mgs&amp;#93;&lt;/span&gt;&lt;br/&gt;
 &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;00000000f9d3234c&amp;gt;&amp;#93;&lt;/span&gt; lustre_msg_get_opc+0x10c/0x1f0 &lt;span class=&quot;error&quot;&gt;&amp;#91;ptlrpc&amp;#93;&lt;/span&gt;&lt;br/&gt;
 &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;00000000f9d4ce07&amp;gt;&amp;#93;&lt;/span&gt; ptlrpc_main+0x1217/0x27b0 &lt;span class=&quot;error&quot;&gt;&amp;#91;ptlrpc&amp;#93;&lt;/span&gt;&lt;br/&gt;
 &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;00000000c044d29c&amp;gt;&amp;#93;&lt;/span&gt; audit_syscall_exit+0x2d4/0x2ea&lt;br/&gt;
 &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;00000000f9d4bbf0&amp;gt;&amp;#93;&lt;/span&gt; ptlrpc_main+0x0/0x27b0 &lt;span class=&quot;error&quot;&gt;&amp;#91;ptlrpc&amp;#93;&lt;/span&gt;&lt;br/&gt;
 &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;00000000c0405c87&amp;gt;&amp;#93;&lt;/span&gt; kernel_thread_helper+0x7/0x10&lt;br/&gt;
 &amp;lt;IRQ&amp;gt;&lt;br/&gt;
Kernel panic - not syncing: LBUG&lt;br/&gt;
 Memory for crash kernel (0x0 to 0x0) notwithin permissible range&lt;br/&gt;
PCI: BIOS Bug: MCFG area at e0000000 is not E820-reserved&lt;/p&gt;

&lt;p&gt;============&lt;/p&gt;</description>
                <environment></environment>
        <key id="11402">LU-539</key>
            <summary>small size for RMF_CONNECT_DATA caused out of bound memory crash</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="4" iconUrl="https://jira.whamcloud.com/images/icons/priorities/minor.svg">Minor</priority>
                        <status id="5" iconUrl="https://jira.whamcloud.com/images/icons/statuses/resolved.png" description="A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.">Resolved</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="1">Fixed</resolution>
                                        <assignee username="bobijam">Zhenyu Xu</assignee>
                                    <reporter username="yong.fan">nasf</reporter>
                        <labels>
                    </labels>
                <created>Tue, 26 Jul 2011 13:26:34 +0000</created>
                <updated>Thu, 25 Apr 2013 09:34:07 +0000</updated>
                            <resolved>Mon, 1 Aug 2011 10:55:45 +0000</resolved>
                                    <version>Lustre 2.1.0</version>
                                    <fixVersion>Lustre 2.1.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                            <comments>
                            <comment id="18244" author="bobijam" created="Tue, 26 Jul 2011 13:46:58 +0000"  >&lt;p&gt;patch tracking at &lt;a href=&quot;http://review.whamcloud.com/1144&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/1144&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="18582" author="yong.fan" created="Mon, 1 Aug 2011 06:19:10 +0000"  >&lt;p&gt;Oleg, &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-539&quot; title=&quot;small size for RMF_CONNECT_DATA caused out of bound memory crash&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-539&quot;&gt;&lt;del&gt;LU-539&lt;/del&gt;&lt;/a&gt; is serious issue (memory overflow) on master. Would you please to consider to land bobijam&apos;s patch? Thanks!&lt;/p&gt;</comment>
                            <comment id="18592" author="hudson" created="Mon, 1 Aug 2011 11:06:39 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el5,ib_stack=ofa/238/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,ofa #238&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-539&quot; title=&quot;small size for RMF_CONNECT_DATA caused out of bound memory crash&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-539&quot;&gt;&lt;del&gt;LU-539&lt;/del&gt;&lt;/a&gt; obd_data_connect server side could be corrupted&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=c05d602f27d4cb326dd10423e09046b16bee1d21&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c05d602f27d4cb326dd10423e09046b16bee1d21&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ldlm/ldlm_lib.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18593" author="hudson" created="Mon, 1 Aug 2011 11:11:53 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el6,ib_stack=inkernel/238/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el6,inkernel #238&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-539&quot; title=&quot;small size for RMF_CONNECT_DATA caused out of bound memory crash&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-539&quot;&gt;&lt;del&gt;LU-539&lt;/del&gt;&lt;/a&gt; obd_data_connect server side could be corrupted&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=c05d602f27d4cb326dd10423e09046b16bee1d21&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c05d602f27d4cb326dd10423e09046b16bee1d21&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ldlm/ldlm_lib.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18594" author="hudson" created="Mon, 1 Aug 2011 11:12:11 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el5,ib_stack=inkernel/238/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,inkernel #238&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-539&quot; title=&quot;small size for RMF_CONNECT_DATA caused out of bound memory crash&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-539&quot;&gt;&lt;del&gt;LU-539&lt;/del&gt;&lt;/a&gt; obd_data_connect server side could be corrupted&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=c05d602f27d4cb326dd10423e09046b16bee1d21&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c05d602f27d4cb326dd10423e09046b16bee1d21&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ldlm/ldlm_lib.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18595" author="hudson" created="Mon, 1 Aug 2011 11:14:10 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el5,ib_stack=inkernel/238/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,inkernel #238&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-539&quot; title=&quot;small size for RMF_CONNECT_DATA caused out of bound memory crash&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-539&quot;&gt;&lt;del&gt;LU-539&lt;/del&gt;&lt;/a&gt; obd_data_connect server side could be corrupted&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=c05d602f27d4cb326dd10423e09046b16bee1d21&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c05d602f27d4cb326dd10423e09046b16bee1d21&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ldlm/ldlm_lib.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18596" author="hudson" created="Mon, 1 Aug 2011 11:14:15 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el6,ib_stack=inkernel/238/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el6,inkernel #238&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-539&quot; title=&quot;small size for RMF_CONNECT_DATA caused out of bound memory crash&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-539&quot;&gt;&lt;del&gt;LU-539&lt;/del&gt;&lt;/a&gt; obd_data_connect server side could be corrupted&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=c05d602f27d4cb326dd10423e09046b16bee1d21&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c05d602f27d4cb326dd10423e09046b16bee1d21&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ldlm/ldlm_lib.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18598" author="hudson" created="Mon, 1 Aug 2011 11:16:40 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=sles11,ib_stack=inkernel/238/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,sles11,inkernel #238&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-539&quot; title=&quot;small size for RMF_CONNECT_DATA caused out of bound memory crash&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-539&quot;&gt;&lt;del&gt;LU-539&lt;/del&gt;&lt;/a&gt; obd_data_connect server side could be corrupted&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=c05d602f27d4cb326dd10423e09046b16bee1d21&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c05d602f27d4cb326dd10423e09046b16bee1d21&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ldlm/ldlm_lib.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18599" author="hudson" created="Mon, 1 Aug 2011 11:19:18 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el6,ib_stack=inkernel/238/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el6,inkernel #238&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-539&quot; title=&quot;small size for RMF_CONNECT_DATA caused out of bound memory crash&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-539&quot;&gt;&lt;del&gt;LU-539&lt;/del&gt;&lt;/a&gt; obd_data_connect server side could be corrupted&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=c05d602f27d4cb326dd10423e09046b16bee1d21&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c05d602f27d4cb326dd10423e09046b16bee1d21&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ldlm/ldlm_lib.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18600" author="hudson" created="Mon, 1 Aug 2011 11:19:26 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el5,ib_stack=inkernel/238/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,inkernel #238&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-539&quot; title=&quot;small size for RMF_CONNECT_DATA caused out of bound memory crash&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-539&quot;&gt;&lt;del&gt;LU-539&lt;/del&gt;&lt;/a&gt; obd_data_connect server side could be corrupted&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=c05d602f27d4cb326dd10423e09046b16bee1d21&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c05d602f27d4cb326dd10423e09046b16bee1d21&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ldlm/ldlm_lib.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18601" author="hudson" created="Mon, 1 Aug 2011 11:19:46 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el5,ib_stack=ofa/238/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,ofa #238&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-539&quot; title=&quot;small size for RMF_CONNECT_DATA caused out of bound memory crash&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-539&quot;&gt;&lt;del&gt;LU-539&lt;/del&gt;&lt;/a&gt; obd_data_connect server side could be corrupted&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=c05d602f27d4cb326dd10423e09046b16bee1d21&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c05d602f27d4cb326dd10423e09046b16bee1d21&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ldlm/ldlm_lib.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18602" author="hudson" created="Mon, 1 Aug 2011 11:20:06 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=ubuntu1004,ib_stack=inkernel/238/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,ubuntu1004,inkernel #238&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-539&quot; title=&quot;small size for RMF_CONNECT_DATA caused out of bound memory crash&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-539&quot;&gt;&lt;del&gt;LU-539&lt;/del&gt;&lt;/a&gt; obd_data_connect server side could be corrupted&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=c05d602f27d4cb326dd10423e09046b16bee1d21&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c05d602f27d4cb326dd10423e09046b16bee1d21&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ldlm/ldlm_lib.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18603" author="hudson" created="Mon, 1 Aug 2011 11:22:00 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el5,ib_stack=ofa/238/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,ofa #238&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-539&quot; title=&quot;small size for RMF_CONNECT_DATA caused out of bound memory crash&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-539&quot;&gt;&lt;del&gt;LU-539&lt;/del&gt;&lt;/a&gt; obd_data_connect server side could be corrupted&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=c05d602f27d4cb326dd10423e09046b16bee1d21&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c05d602f27d4cb326dd10423e09046b16bee1d21&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ldlm/ldlm_lib.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18604" author="hudson" created="Mon, 1 Aug 2011 11:27:50 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el6,ib_stack=inkernel/238/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el6,inkernel #238&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-539&quot; title=&quot;small size for RMF_CONNECT_DATA caused out of bound memory crash&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-539&quot;&gt;&lt;del&gt;LU-539&lt;/del&gt;&lt;/a&gt; obd_data_connect server side could be corrupted&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=c05d602f27d4cb326dd10423e09046b16bee1d21&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c05d602f27d4cb326dd10423e09046b16bee1d21&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ldlm/ldlm_lib.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18605" author="hudson" created="Mon, 1 Aug 2011 11:36:19 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el5,ib_stack=ofa/238/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,ofa #238&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-539&quot; title=&quot;small size for RMF_CONNECT_DATA caused out of bound memory crash&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-539&quot;&gt;&lt;del&gt;LU-539&lt;/del&gt;&lt;/a&gt; obd_data_connect server side could be corrupted&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=c05d602f27d4cb326dd10423e09046b16bee1d21&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c05d602f27d4cb326dd10423e09046b16bee1d21&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ldlm/ldlm_lib.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18607" author="hudson" created="Mon, 1 Aug 2011 11:42:32 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el5,ib_stack=inkernel/238/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,inkernel #238&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-539&quot; title=&quot;small size for RMF_CONNECT_DATA caused out of bound memory crash&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-539&quot;&gt;&lt;del&gt;LU-539&lt;/del&gt;&lt;/a&gt; obd_data_connect server side could be corrupted&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=c05d602f27d4cb326dd10423e09046b16bee1d21&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c05d602f27d4cb326dd10423e09046b16bee1d21&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ldlm/ldlm_lib.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                        <issuelink>
            <issuekey id="11426">LU-557</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                            <customfield id="customfield_10890" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10390" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hzv8nj:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>4936</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10060" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Severity</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10022"><![CDATA[3]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        </customfields>
    </item>
</channel>
</rss>