<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:04:49 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-206] Memory corruption due to MMP (1.8.5)</title>
                <link>https://jira.whamcloud.com/browse/LU-206</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;I have been chasing a weird bug with MMP on 2.6.39-rc1 (i want to push MMP upstream) and it turns out to be an horrible memory corruption which can impact any kernels.&lt;/p&gt;
&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;+       mmpd_data = kmalloc(sizeof(struct mmpd_data *), GFP_KERNEL);
                                   ^^^^^^^^^^^^^^^^^^^
                                OUCH!!! should be sizeof(struct mmpd_data)
+       if (!mmpd_data) {
+               ext3_warning(sb, KERN_ERR, &quot;not enough memory for mmpd_data&quot;);
+               goto failed;
+       }   
+       mmpd_data-&amp;gt;sb = sb; 
+       mmpd_data-&amp;gt;bh = bh; 
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;The memory corruption was introduced by bugzilla ticket 22117 in 1.8.5.&lt;br/&gt;
This issue can cause all sorts of oops everywhere in the kernel.&lt;/p&gt;</description>
                <environment></environment>
        <key id="10577">LU-206</key>
            <summary>Memory corruption due to MMP (1.8.5)</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="1" iconUrl="https://jira.whamcloud.com/images/icons/priorities/blocker.svg">Blocker</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="johann">Johann Lombardi</reporter>
                        <labels>
                    </labels>
                <created>Sun, 10 Apr 2011 21:13:03 +0000</created>
                <updated>Wed, 20 Apr 2011 08:49:25 +0000</updated>
                            <resolved>Wed, 20 Apr 2011 07:05:56 +0000</resolved>
                                    <version>Lustre 1.8.6</version>
                                    <fixVersion>Lustre 2.1.0</fixVersion>
                    <fixVersion>Lustre 1.8.6</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                            <comments>
                            <comment id="12760" author="johann" created="Sun, 10 Apr 2011 21:28:00 +0000"  >&lt;p&gt;BTW, 2.1 is impacted too.&lt;/p&gt;</comment>
                            <comment id="12761" author="bzzz" created="Sun, 10 Apr 2011 21:56:00 +0000"  >&lt;p&gt;On Mon, Apr 11, 2011 at 8:15 AM, Johann Lombardi (JIRA)&lt;/p&gt;



&lt;p&gt;struct mmpd_data {&lt;br/&gt;
struct buffer_head &lt;b&gt;bh; /&lt;/b&gt; bh from initial read_mmp_block() */&lt;br/&gt;
struct super_block &lt;b&gt;sb;  /&lt;/b&gt; super block of the fs */&lt;br/&gt;
};&lt;/p&gt;

&lt;p&gt;so it&apos;s 16 bytes on 64bit arch ? iirc, the minimal allocation is 32 bytes in&lt;br/&gt;
slab/slub due to cpu cacheline.&lt;/p&gt;</comment>
                            <comment id="12771" author="bobijam" created="Mon, 11 Apr 2011 01:57:36 +0000"  >&lt;p&gt;patch at &lt;a href=&quot;http://review.whamcloud.com/420&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/420&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="12776" author="brian" created="Mon, 11 Apr 2011 04:56:51 +0000"  >&lt;p&gt;Is this serious enough that we need to consider a 1.8.5.1 (and/or 2.0.0.x) release?&lt;/p&gt;</comment>
                            <comment id="12777" author="johann" created="Mon, 11 Apr 2011 07:09:15 +0000"  >&lt;p&gt;I use x86_64 with SLUB. In slabinfo, i have kmalloc-8/16/32/../8192 slabs, so it seems that we can have allocations smaller than 16 bytes.&lt;/p&gt;

&lt;p&gt;I have just checked on RHEL5 and the smallest kmalloc slab is indeed size-32.&lt;/p&gt;</comment>
                            <comment id="12938" author="hudson" created="Mon, 18 Apr 2011 11:32: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-centos5/200/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master-centos5 #200&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-206&quot; title=&quot;Memory corruption due to MMP (1.8.5)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-206&quot;&gt;&lt;del&gt;LU-206&lt;/del&gt;&lt;/a&gt; Memory corruption due to MMP (1.8.5)&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=fs/lustre-release.git&amp;amp;a=commit&amp;amp;h=19de0afd629a3ffe714486cc75264ea14cea7346&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;19de0afd629a3ffe714486cc75264ea14cea7346&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext4-mmp-rhel6.patch&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext3-mmp-2.6.18-vanilla.patch&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext4-mmp-rhel5.patch&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="12939" author="hudson" created="Mon, 18 Apr 2011 11:35:23 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./build_type=client,platform=ubuntu-x86_64/28/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; client,ubuntu-x86_64 #28&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-206&quot; title=&quot;Memory corruption due to MMP (1.8.5)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-206&quot;&gt;&lt;del&gt;LU-206&lt;/del&gt;&lt;/a&gt; Memory corruption due to MMP (1.8.5)&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=19de0afd629a3ffe714486cc75264ea14cea7346&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;19de0afd629a3ffe714486cc75264ea14cea7346&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext4-mmp-rhel6.patch&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext4-mmp-rhel5.patch&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext3-mmp-2.6.18-vanilla.patch&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="12940" author="hudson" created="Mon, 18 Apr 2011 11:36:45 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./build_type=client,platform=el6-i686/28/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; client,el6-i686 #28&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-206&quot; title=&quot;Memory corruption due to MMP (1.8.5)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-206&quot;&gt;&lt;del&gt;LU-206&lt;/del&gt;&lt;/a&gt; Memory corruption due to MMP (1.8.5)&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=19de0afd629a3ffe714486cc75264ea14cea7346&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;19de0afd629a3ffe714486cc75264ea14cea7346&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext4-mmp-rhel5.patch&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext4-mmp-rhel6.patch&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext3-mmp-2.6.18-vanilla.patch&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="12962" author="hudson" created="Mon, 18 Apr 2011 13:17:19 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./build_type=client,platform=el5-i686/29/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; client,el5-i686 #29&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-206&quot; title=&quot;Memory corruption due to MMP (1.8.5)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-206&quot;&gt;&lt;del&gt;LU-206&lt;/del&gt;&lt;/a&gt; Memory corruption due to MMP (1.8.5)&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=19de0afd629a3ffe714486cc75264ea14cea7346&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;19de0afd629a3ffe714486cc75264ea14cea7346&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext4-mmp-rhel6.patch&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext4-mmp-rhel5.patch&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext3-mmp-2.6.18-vanilla.patch&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="12978" author="hudson" created="Mon, 18 Apr 2011 13:29:03 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./build_type=server,platform=el5-x86_64/29/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; server,el5-x86_64 #29&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-206&quot; title=&quot;Memory corruption due to MMP (1.8.5)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-206&quot;&gt;&lt;del&gt;LU-206&lt;/del&gt;&lt;/a&gt; Memory corruption due to MMP (1.8.5)&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=19de0afd629a3ffe714486cc75264ea14cea7346&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;19de0afd629a3ffe714486cc75264ea14cea7346&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext3-mmp-2.6.18-vanilla.patch&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext4-mmp-rhel6.patch&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext4-mmp-rhel5.patch&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="12984" author="hudson" created="Mon, 18 Apr 2011 13:34:06 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./build_type=client,platform=el6-x86_64/29/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; client,el6-x86_64 #29&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-206&quot; title=&quot;Memory corruption due to MMP (1.8.5)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-206&quot;&gt;&lt;del&gt;LU-206&lt;/del&gt;&lt;/a&gt; Memory corruption due to MMP (1.8.5)&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=19de0afd629a3ffe714486cc75264ea14cea7346&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;19de0afd629a3ffe714486cc75264ea14cea7346&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext4-mmp-rhel6.patch&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext4-mmp-rhel5.patch&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext3-mmp-2.6.18-vanilla.patch&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="12990" author="hudson" created="Mon, 18 Apr 2011 13:37:11 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./build_type=server,platform=el5-i686/29/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; server,el5-i686 #29&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-206&quot; title=&quot;Memory corruption due to MMP (1.8.5)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-206&quot;&gt;&lt;del&gt;LU-206&lt;/del&gt;&lt;/a&gt; Memory corruption due to MMP (1.8.5)&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=19de0afd629a3ffe714486cc75264ea14cea7346&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;19de0afd629a3ffe714486cc75264ea14cea7346&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext4-mmp-rhel5.patch&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext3-mmp-2.6.18-vanilla.patch&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext4-mmp-rhel6.patch&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="13043" author="hudson" created="Wed, 20 Apr 2011 07:00:39 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-b1_8/./arch=x86_64,build_type=client,distro=ubuntu1004,ib_stack=inkernel/17/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; x86_64,client,ubuntu1004,inkernel #17&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-206&quot; title=&quot;Memory corruption due to MMP (1.8.5)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-206&quot;&gt;&lt;del&gt;LU-206&lt;/del&gt;&lt;/a&gt; Memory corruption due to MMP (1.8.5)&lt;/p&gt;

&lt;p&gt;Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=bb1e78ac1673eb95bfe91d7dbbd729dc6cd48c32&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;bb1e78ac1673eb95bfe91d7dbbd729dc6cd48c32&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext3-mmp-2.6.18-vanilla.patch&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext3-mmp-2.6-sles10.patch&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext4-mmp-sles11.patch&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext4-mmp-rhel5.patch&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="13047" author="hudson" created="Wed, 20 Apr 2011 07:03:43 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-b1_8/./arch=x86_64,build_type=client,distro=el5,ib_stack=inkernel/17/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; x86_64,client,el5,inkernel #17&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-206&quot; title=&quot;Memory corruption due to MMP (1.8.5)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-206&quot;&gt;&lt;del&gt;LU-206&lt;/del&gt;&lt;/a&gt; Memory corruption due to MMP (1.8.5)&lt;/p&gt;

&lt;p&gt;Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=bb1e78ac1673eb95bfe91d7dbbd729dc6cd48c32&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;bb1e78ac1673eb95bfe91d7dbbd729dc6cd48c32&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext4-mmp-rhel5.patch&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext3-mmp-2.6-sles10.patch&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext4-mmp-sles11.patch&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext3-mmp-2.6.18-vanilla.patch&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="13051" author="hudson" created="Wed, 20 Apr 2011 07:05:28 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-b1_8/./arch=i686,build_type=client,distro=el6,ib_stack=inkernel/17/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; i686,client,el6,inkernel #17&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-206&quot; title=&quot;Memory corruption due to MMP (1.8.5)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-206&quot;&gt;&lt;del&gt;LU-206&lt;/del&gt;&lt;/a&gt; Memory corruption due to MMP (1.8.5)&lt;/p&gt;

&lt;p&gt;Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=bb1e78ac1673eb95bfe91d7dbbd729dc6cd48c32&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;bb1e78ac1673eb95bfe91d7dbbd729dc6cd48c32&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext3-mmp-2.6.18-vanilla.patch&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext4-mmp-sles11.patch&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext3-mmp-2.6-sles10.patch&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext4-mmp-rhel5.patch&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="13053" author="bobijam" created="Wed, 20 Apr 2011 07:05:56 +0000"  >&lt;p&gt;landed on b1_8 and master.&lt;/p&gt;</comment>
                            <comment id="13056" author="hudson" created="Wed, 20 Apr 2011 07:07:35 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-b1_8/./arch=x86_64,build_type=client,distro=el6,ib_stack=inkernel/17/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; x86_64,client,el6,inkernel #17&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-206&quot; title=&quot;Memory corruption due to MMP (1.8.5)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-206&quot;&gt;&lt;del&gt;LU-206&lt;/del&gt;&lt;/a&gt; Memory corruption due to MMP (1.8.5)&lt;/p&gt;

&lt;p&gt;Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=bb1e78ac1673eb95bfe91d7dbbd729dc6cd48c32&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;bb1e78ac1673eb95bfe91d7dbbd729dc6cd48c32&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext4-mmp-sles11.patch&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext3-mmp-2.6-sles10.patch&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext3-mmp-2.6.18-vanilla.patch&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext4-mmp-rhel5.patch&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="13063" author="hudson" created="Wed, 20 Apr 2011 07:16:43 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-b1_8/./arch=x86_64,build_type=server,distro=el5,ib_stack=inkernel/17/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; x86_64,server,el5,inkernel #17&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-206&quot; title=&quot;Memory corruption due to MMP (1.8.5)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-206&quot;&gt;&lt;del&gt;LU-206&lt;/del&gt;&lt;/a&gt; Memory corruption due to MMP (1.8.5)&lt;/p&gt;

&lt;p&gt;Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=bb1e78ac1673eb95bfe91d7dbbd729dc6cd48c32&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;bb1e78ac1673eb95bfe91d7dbbd729dc6cd48c32&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext4-mmp-sles11.patch&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext4-mmp-rhel5.patch&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext3-mmp-2.6.18-vanilla.patch&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext3-mmp-2.6-sles10.patch&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="13067" author="hudson" created="Wed, 20 Apr 2011 07:27:22 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-b1_8/./arch=x86_64,build_type=client,distro=el5,ib_stack=ofa/17/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; x86_64,client,el5,ofa #17&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-206&quot; title=&quot;Memory corruption due to MMP (1.8.5)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-206&quot;&gt;&lt;del&gt;LU-206&lt;/del&gt;&lt;/a&gt; Memory corruption due to MMP (1.8.5)&lt;/p&gt;

&lt;p&gt;Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=bb1e78ac1673eb95bfe91d7dbbd729dc6cd48c32&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;bb1e78ac1673eb95bfe91d7dbbd729dc6cd48c32&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext3-mmp-2.6.18-vanilla.patch&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext4-mmp-rhel5.patch&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext4-mmp-sles11.patch&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext3-mmp-2.6-sles10.patch&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="13071" author="hudson" created="Wed, 20 Apr 2011 08:00:39 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-b1_8/./arch=i686,build_type=client,distro=el5,ib_stack=ofa/17/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; i686,client,el5,ofa #17&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-206&quot; title=&quot;Memory corruption due to MMP (1.8.5)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-206&quot;&gt;&lt;del&gt;LU-206&lt;/del&gt;&lt;/a&gt; Memory corruption due to MMP (1.8.5)&lt;/p&gt;

&lt;p&gt;Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=bb1e78ac1673eb95bfe91d7dbbd729dc6cd48c32&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;bb1e78ac1673eb95bfe91d7dbbd729dc6cd48c32&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext3-mmp-2.6.18-vanilla.patch&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext3-mmp-2.6-sles10.patch&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext4-mmp-sles11.patch&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext4-mmp-rhel5.patch&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="13076" author="hudson" created="Wed, 20 Apr 2011 08:16:13 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-b1_8/./arch=x86_64,build_type=server,distro=el5,ib_stack=ofa/17/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; x86_64,server,el5,ofa #17&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-206&quot; title=&quot;Memory corruption due to MMP (1.8.5)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-206&quot;&gt;&lt;del&gt;LU-206&lt;/del&gt;&lt;/a&gt; Memory corruption due to MMP (1.8.5)&lt;/p&gt;

&lt;p&gt;Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=bb1e78ac1673eb95bfe91d7dbbd729dc6cd48c32&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;bb1e78ac1673eb95bfe91d7dbbd729dc6cd48c32&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext4-mmp-sles11.patch&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext3-mmp-2.6-sles10.patch&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext3-mmp-2.6.18-vanilla.patch&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext4-mmp-rhel5.patch&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="13080" author="hudson" created="Wed, 20 Apr 2011 08:18:23 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-b1_8/./arch=i686,build_type=server,distro=el5,ib_stack=ofa/17/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; i686,server,el5,ofa #17&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-206&quot; title=&quot;Memory corruption due to MMP (1.8.5)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-206&quot;&gt;&lt;del&gt;LU-206&lt;/del&gt;&lt;/a&gt; Memory corruption due to MMP (1.8.5)&lt;/p&gt;

&lt;p&gt;Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=bb1e78ac1673eb95bfe91d7dbbd729dc6cd48c32&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;bb1e78ac1673eb95bfe91d7dbbd729dc6cd48c32&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext4-mmp-sles11.patch&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext3-mmp-2.6-sles10.patch&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext3-mmp-2.6.18-vanilla.patch&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext4-mmp-rhel5.patch&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="13084" author="hudson" created="Wed, 20 Apr 2011 08:32:13 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-b1_8/./arch=i686,build_type=client,distro=el5,ib_stack=inkernel/17/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; i686,client,el5,inkernel #17&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-206&quot; title=&quot;Memory corruption due to MMP (1.8.5)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-206&quot;&gt;&lt;del&gt;LU-206&lt;/del&gt;&lt;/a&gt; Memory corruption due to MMP (1.8.5)&lt;/p&gt;

&lt;p&gt;Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=bb1e78ac1673eb95bfe91d7dbbd729dc6cd48c32&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;bb1e78ac1673eb95bfe91d7dbbd729dc6cd48c32&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext3-mmp-2.6.18-vanilla.patch&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext4-mmp-rhel5.patch&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext4-mmp-sles11.patch&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext3-mmp-2.6-sles10.patch&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="13089" author="hudson" created="Wed, 20 Apr 2011 08:49:25 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-b1_8/./arch=i686,build_type=server,distro=el5,ib_stack=inkernel/17/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; i686,server,el5,inkernel #17&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-206&quot; title=&quot;Memory corruption due to MMP (1.8.5)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-206&quot;&gt;&lt;del&gt;LU-206&lt;/del&gt;&lt;/a&gt; Memory corruption due to MMP (1.8.5)&lt;/p&gt;

&lt;p&gt;Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=bb1e78ac1673eb95bfe91d7dbbd729dc6cd48c32&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;bb1e78ac1673eb95bfe91d7dbbd729dc6cd48c32&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext4-mmp-rhel5.patch&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext4-mmp-sles11.patch&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext3-mmp-2.6-sles10.patch&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext3-mmp-2.6.18-vanilla.patch&lt;/li&gt;
&lt;/ul&gt;
</comment>
                    </comments>
                    <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|hzv9hr:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>5072</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>