<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:12:23 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-985] buffer overflow resulting in stack corruption</title>
                <link>https://jira.whamcloud.com/browse/LU-985</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;Trying to evict a client with a wrong but long (40+ characters) nid result on&lt;br/&gt;
a stack corruption.&lt;/p&gt;

&lt;ol&gt;
	&lt;li&gt;cd /proc/fs/lustre/mdt/test-MDT0000/&lt;/li&gt;
	&lt;li&gt;echo &quot;nid:10.100.60.114@o2ib2_with_a_very_long_string&quot; &amp;gt; evict_client&lt;br/&gt;
=&amp;gt; oops&lt;/li&gt;
&lt;/ol&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; 
crash&amp;gt; bt
PID: 39043  TASK: ffff88085bb3c380  CPU: 4   COMMAND: &quot;bash&quot;
 #0 [ffff880687cdbc10] machine_kexec at ffffffff8102e77b
 #1 [ffff880687cdbc70] crash_kexec at ffffffff810a6cd8
 #2 [ffff880687cdbd40] panic at ffffffff81466b1b
 #3 [ffff880687cdbdc0] __stack_chk_fail at ffffffff8105908b
 #4 [ffff880687cdbdd0] lprocfs_mdt_wr_evict_client at ffffffffa09b9b98
 #5 [ffff880687cdbe60] lprocfs_fops_write at ffffffffa0552512
 #6 [ffff880687cdbea0] proc_reg_write at ffffffff811bbc4e
 #7 [ffff880687cdbef0] vfs_write at ffffffff811583c8
 #8 [ffff880687cdbf30] sys_write at ffffffff81158e01
 #9 [ffff880687cdbf80] system_call_fastpath at ffffffff8100c172
    RIP: 00000037e2ad4210  RSP: 00007fff74745c28  RFLAGS: 00010202
    RAX: 0000000000000001  RBX: ffffffff8100c172  RCX: 000000000000006e
    RDX: 0000000000000017  RSI: 00002b50e34a6000  RDI: 0000000000000001
    RBP: 00002b50e34a6000   R8: 00000000ffffffff   R9: 0000000000000000
    R10: 00000000ffffffe9  R11: 0000000000000246  R12: 0000000000000017
    R13: 00000037e2d79780  R14: 0000000000000017  R15: 00000000012bd377
    ORIG_RAX: 0000000000000001  CS: 0033  SS: 002b
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt; 

&lt;p&gt;the problem is located in the lprocfs_mdt_wr_evict_client routine, where the sscanf&lt;br/&gt;
copy 40 characters into tmpbuf then add &apos;\0&apos; (so 41 characters) while tmpbuf is&lt;br/&gt;
allocated with &apos;only&apos; sizeof(struct obd_uuid) (=40) characters.&lt;/p&gt;

&lt;p&gt;Replacing %40s by a %39s will avoid this issue (I guess struct obd_uuid should be \0&lt;br/&gt;
terminated). Patch attached. &lt;/p&gt;

&lt;p&gt;This problem looks also present at other places :&lt;/p&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;lprocfs_mds_wr_evict_client&lt;/li&gt;
	&lt;li&gt;lprocfs_mdt_wr_evict_client&lt;/li&gt;
	&lt;li&gt;lprocfs_mdt_wr_mdc&lt;/li&gt;
	&lt;li&gt;lprocfs_wr_evict_client&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Thanks,&lt;/p&gt;</description>
                <environment></environment>
        <key id="12877">LU-985</key>
            <summary>buffer overflow resulting in stack corruption</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="louveta">Alexandre Louvet</reporter>
                        <labels>
                    </labels>
                <created>Thu, 12 Jan 2012 10:40:43 +0000</created>
                <updated>Sun, 8 Apr 2012 15:25:13 +0000</updated>
                            <resolved>Mon, 13 Feb 2012 12:50:21 +0000</resolved>
                                    <version>Lustre 2.0.0</version>
                    <version>Lustre 2.1.0</version>
                    <version>Lustre 2.2.0</version>
                                    <fixVersion>Lustre 2.2.0</fixVersion>
                    <fixVersion>Lustre 2.1.2</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>0</watches>
                                                                            <comments>
                            <comment id="26433" author="green" created="Thu, 12 Jan 2012 12:13:16 +0000"  >&lt;p&gt;There is also another issue in that code that is highlighted in &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-945&quot; title=&quot;Unverified user buffer access in lprocfs_wr_evict_client&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-945&quot;&gt;&lt;del&gt;LU-945&lt;/del&gt;&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Please submit all patches to gerrit.&lt;/p&gt;</comment>
                            <comment id="26442" author="pjones" created="Thu, 12 Jan 2012 13:37:01 +0000"  >&lt;p&gt;Bobi&lt;/p&gt;

&lt;p&gt;Could you please look into this one?&lt;/p&gt;

&lt;p&gt;Thanks&lt;/p&gt;

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="26471" author="bobijam" created="Fri, 13 Jan 2012 01:06:57 +0000"  >&lt;p&gt;patch tracking at &lt;a href=&quot;http://review.whamcloud.com/1961&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/1961&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="28499" author="pjones" created="Mon, 13 Feb 2012 12:50:21 +0000"  >&lt;p&gt;Landed for 2.2&lt;/p&gt;</comment>
                            <comment id="28509" author="hudson" created="Mon, 13 Feb 2012 13:54:42 +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/468/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,ofa #468&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-985&quot; title=&quot;buffer overflow resulting in stack corruption&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-985&quot;&gt;&lt;del&gt;LU-985&lt;/del&gt;&lt;/a&gt; lprocfs: verify user buffer access (Revision b18cecc6a17e9b30064ed9b24927d1905729d89b)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&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=b18cecc6a17e9b30064ed9b24927d1905729d89b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;b18cecc6a17e9b30064ed9b24927d1905729d89b&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;libcfs/include/libcfs/libcfs_string.h&lt;/li&gt;
	&lt;li&gt;lustre/mds/lproc_mds.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/lproc_ptlrpc.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_lproc.c&lt;/li&gt;
	&lt;li&gt;libcfs/libcfs/libcfs_string.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="28514" author="hudson" created="Mon, 13 Feb 2012 14:00:05 +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/468/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,inkernel #468&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-985&quot; title=&quot;buffer overflow resulting in stack corruption&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-985&quot;&gt;&lt;del&gt;LU-985&lt;/del&gt;&lt;/a&gt; lprocfs: verify user buffer access (Revision b18cecc6a17e9b30064ed9b24927d1905729d89b)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&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=b18cecc6a17e9b30064ed9b24927d1905729d89b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;b18cecc6a17e9b30064ed9b24927d1905729d89b&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;libcfs/libcfs/libcfs_string.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/lproc_ptlrpc.c&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/libcfs_string.h&lt;/li&gt;
	&lt;li&gt;lustre/mds/lproc_mds.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_lproc.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="28519" author="hudson" created="Mon, 13 Feb 2012 14:04: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=x86_64,build_type=client,distro=ubuntu1004,ib_stack=inkernel/468/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,ubuntu1004,inkernel #468&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-985&quot; title=&quot;buffer overflow resulting in stack corruption&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-985&quot;&gt;&lt;del&gt;LU-985&lt;/del&gt;&lt;/a&gt; lprocfs: verify user buffer access (Revision b18cecc6a17e9b30064ed9b24927d1905729d89b)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&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=b18cecc6a17e9b30064ed9b24927d1905729d89b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;b18cecc6a17e9b30064ed9b24927d1905729d89b&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ptlrpc/lproc_ptlrpc.c&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/libcfs_string.h&lt;/li&gt;
	&lt;li&gt;lustre/mds/lproc_mds.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_lproc.c&lt;/li&gt;
	&lt;li&gt;libcfs/libcfs/libcfs_string.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="28524" author="hudson" created="Mon, 13 Feb 2012 14:08: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=x86_64,build_type=client,distro=sles11,ib_stack=inkernel/468/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,sles11,inkernel #468&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-985&quot; title=&quot;buffer overflow resulting in stack corruption&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-985&quot;&gt;&lt;del&gt;LU-985&lt;/del&gt;&lt;/a&gt; lprocfs: verify user buffer access (Revision b18cecc6a17e9b30064ed9b24927d1905729d89b)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&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=b18cecc6a17e9b30064ed9b24927d1905729d89b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;b18cecc6a17e9b30064ed9b24927d1905729d89b&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ptlrpc/lproc_ptlrpc.c&lt;/li&gt;
	&lt;li&gt;libcfs/libcfs/libcfs_string.c&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/libcfs_string.h&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_lproc.c&lt;/li&gt;
	&lt;li&gt;lustre/mds/lproc_mds.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="28529" author="hudson" created="Mon, 13 Feb 2012 14:14:12 +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/468/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,inkernel #468&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-985&quot; title=&quot;buffer overflow resulting in stack corruption&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-985&quot;&gt;&lt;del&gt;LU-985&lt;/del&gt;&lt;/a&gt; lprocfs: verify user buffer access (Revision b18cecc6a17e9b30064ed9b24927d1905729d89b)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&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=b18cecc6a17e9b30064ed9b24927d1905729d89b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;b18cecc6a17e9b30064ed9b24927d1905729d89b&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mdt/mdt_lproc.c&lt;/li&gt;
	&lt;li&gt;libcfs/libcfs/libcfs_string.c&lt;/li&gt;
	&lt;li&gt;lustre/mds/lproc_mds.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/lproc_ptlrpc.c&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/libcfs_string.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="28534" author="hudson" created="Mon, 13 Feb 2012 14:15: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=el6,ib_stack=inkernel/468/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el6,inkernel #468&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-985&quot; title=&quot;buffer overflow resulting in stack corruption&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-985&quot;&gt;&lt;del&gt;LU-985&lt;/del&gt;&lt;/a&gt; lprocfs: verify user buffer access (Revision b18cecc6a17e9b30064ed9b24927d1905729d89b)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&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=b18cecc6a17e9b30064ed9b24927d1905729d89b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;b18cecc6a17e9b30064ed9b24927d1905729d89b&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;libcfs/libcfs/libcfs_string.c&lt;/li&gt;
	&lt;li&gt;lustre/mds/lproc_mds.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/lproc_ptlrpc.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_lproc.c&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/libcfs_string.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="28539" author="hudson" created="Mon, 13 Feb 2012 14:15: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=server,distro=el5,ib_stack=ofa/468/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,ofa #468&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-985&quot; title=&quot;buffer overflow resulting in stack corruption&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-985&quot;&gt;&lt;del&gt;LU-985&lt;/del&gt;&lt;/a&gt; lprocfs: verify user buffer access (Revision b18cecc6a17e9b30064ed9b24927d1905729d89b)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&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=b18cecc6a17e9b30064ed9b24927d1905729d89b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;b18cecc6a17e9b30064ed9b24927d1905729d89b&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mdt/mdt_lproc.c&lt;/li&gt;
	&lt;li&gt;libcfs/libcfs/libcfs_string.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/lproc_ptlrpc.c&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/libcfs_string.h&lt;/li&gt;
	&lt;li&gt;lustre/mds/lproc_mds.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="28545" author="hudson" created="Mon, 13 Feb 2012 14:27:44 +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/468/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el6,inkernel #468&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-985&quot; title=&quot;buffer overflow resulting in stack corruption&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-985&quot;&gt;&lt;del&gt;LU-985&lt;/del&gt;&lt;/a&gt; lprocfs: verify user buffer access (Revision b18cecc6a17e9b30064ed9b24927d1905729d89b)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&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=b18cecc6a17e9b30064ed9b24927d1905729d89b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;b18cecc6a17e9b30064ed9b24927d1905729d89b&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;libcfs/libcfs/libcfs_string.c&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/libcfs_string.h&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/lproc_ptlrpc.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_lproc.c&lt;/li&gt;
	&lt;li&gt;lustre/mds/lproc_mds.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="28550" author="hudson" created="Mon, 13 Feb 2012 14:29:30 +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/468/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el6,inkernel #468&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-985&quot; title=&quot;buffer overflow resulting in stack corruption&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-985&quot;&gt;&lt;del&gt;LU-985&lt;/del&gt;&lt;/a&gt; lprocfs: verify user buffer access (Revision b18cecc6a17e9b30064ed9b24927d1905729d89b)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&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=b18cecc6a17e9b30064ed9b24927d1905729d89b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;b18cecc6a17e9b30064ed9b24927d1905729d89b&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mds/lproc_mds.c&lt;/li&gt;
	&lt;li&gt;libcfs/libcfs/libcfs_string.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/lproc_ptlrpc.c&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/libcfs_string.h&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_lproc.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="28555" author="hudson" created="Mon, 13 Feb 2012 14:30:44 +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/468/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el6,inkernel #468&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-985&quot; title=&quot;buffer overflow resulting in stack corruption&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-985&quot;&gt;&lt;del&gt;LU-985&lt;/del&gt;&lt;/a&gt; lprocfs: verify user buffer access (Revision b18cecc6a17e9b30064ed9b24927d1905729d89b)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&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=b18cecc6a17e9b30064ed9b24927d1905729d89b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;b18cecc6a17e9b30064ed9b24927d1905729d89b&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ptlrpc/lproc_ptlrpc.c&lt;/li&gt;
	&lt;li&gt;libcfs/libcfs/libcfs_string.c&lt;/li&gt;
	&lt;li&gt;lustre/mds/lproc_mds.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_lproc.c&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/libcfs_string.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="28568" author="hudson" created="Mon, 13 Feb 2012 15:27:57 +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/468/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,inkernel #468&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-985&quot; title=&quot;buffer overflow resulting in stack corruption&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-985&quot;&gt;&lt;del&gt;LU-985&lt;/del&gt;&lt;/a&gt; lprocfs: verify user buffer access (Revision b18cecc6a17e9b30064ed9b24927d1905729d89b)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&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=b18cecc6a17e9b30064ed9b24927d1905729d89b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;b18cecc6a17e9b30064ed9b24927d1905729d89b&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;libcfs/libcfs/libcfs_string.c&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/libcfs_string.h&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/lproc_ptlrpc.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_lproc.c&lt;/li&gt;
	&lt;li&gt;lustre/mds/lproc_mds.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="28575" author="hudson" created="Mon, 13 Feb 2012 15:53:38 +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/468/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,inkernel #468&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-985&quot; title=&quot;buffer overflow resulting in stack corruption&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-985&quot;&gt;&lt;del&gt;LU-985&lt;/del&gt;&lt;/a&gt; lprocfs: verify user buffer access (Revision b18cecc6a17e9b30064ed9b24927d1905729d89b)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&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=b18cecc6a17e9b30064ed9b24927d1905729d89b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;b18cecc6a17e9b30064ed9b24927d1905729d89b&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;libcfs/include/libcfs/libcfs_string.h&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/lproc_ptlrpc.c&lt;/li&gt;
	&lt;li&gt;lustre/mds/lproc_mds.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_lproc.c&lt;/li&gt;
	&lt;li&gt;libcfs/libcfs/libcfs_string.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="28582" author="hudson" created="Mon, 13 Feb 2012 16:16:38 +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/468/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,ofa #468&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-985&quot; title=&quot;buffer overflow resulting in stack corruption&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-985&quot;&gt;&lt;del&gt;LU-985&lt;/del&gt;&lt;/a&gt; lprocfs: verify user buffer access (Revision b18cecc6a17e9b30064ed9b24927d1905729d89b)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&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=b18cecc6a17e9b30064ed9b24927d1905729d89b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;b18cecc6a17e9b30064ed9b24927d1905729d89b&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;libcfs/include/libcfs/libcfs_string.h&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/lproc_ptlrpc.c&lt;/li&gt;
	&lt;li&gt;libcfs/libcfs/libcfs_string.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_lproc.c&lt;/li&gt;
	&lt;li&gt;lustre/mds/lproc_mds.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="28587" author="hudson" created="Mon, 13 Feb 2012 16:34: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=i686,build_type=client,distro=el5,ib_stack=ofa/468/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,ofa #468&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-985&quot; title=&quot;buffer overflow resulting in stack corruption&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-985&quot;&gt;&lt;del&gt;LU-985&lt;/del&gt;&lt;/a&gt; lprocfs: verify user buffer access (Revision b18cecc6a17e9b30064ed9b24927d1905729d89b)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&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=b18cecc6a17e9b30064ed9b24927d1905729d89b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;b18cecc6a17e9b30064ed9b24927d1905729d89b&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mds/lproc_mds.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/lproc_ptlrpc.c&lt;/li&gt;
	&lt;li&gt;libcfs/libcfs/libcfs_string.c&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/libcfs_string.h&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_lproc.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="29262" author="hudson" created="Fri, 17 Feb 2012 12:56:42 +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/red.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=ofa/480/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el6,ofa #480&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-985&quot; title=&quot;buffer overflow resulting in stack corruption&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-985&quot;&gt;&lt;del&gt;LU-985&lt;/del&gt;&lt;/a&gt; lprocfs: verify user buffer access (Revision b18cecc6a17e9b30064ed9b24927d1905729d89b)&lt;/p&gt;

&lt;p&gt;     Result = FAILURE&lt;br/&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=b18cecc6a17e9b30064ed9b24927d1905729d89b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;b18cecc6a17e9b30064ed9b24927d1905729d89b&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;libcfs/include/libcfs/libcfs_string.h&lt;/li&gt;
	&lt;li&gt;lustre/mds/lproc_mds.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/lproc_ptlrpc.c&lt;/li&gt;
	&lt;li&gt;libcfs/libcfs/libcfs_string.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_lproc.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="29311" author="hudson" created="Fri, 17 Feb 2012 13:13: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/red.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=ofa/480/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el6,ofa #480&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-985&quot; title=&quot;buffer overflow resulting in stack corruption&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-985&quot;&gt;&lt;del&gt;LU-985&lt;/del&gt;&lt;/a&gt; lprocfs: verify user buffer access (Revision b18cecc6a17e9b30064ed9b24927d1905729d89b)&lt;/p&gt;

&lt;p&gt;     Result = FAILURE&lt;br/&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=b18cecc6a17e9b30064ed9b24927d1905729d89b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;b18cecc6a17e9b30064ed9b24927d1905729d89b&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;libcfs/libcfs/libcfs_string.c&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/libcfs_string.h&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/lproc_ptlrpc.c&lt;/li&gt;
	&lt;li&gt;lustre/mds/lproc_mds.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_lproc.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="29360" author="hudson" created="Fri, 17 Feb 2012 13:39:43 +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/grey.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=ofa/480/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el6,ofa #480&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-985&quot; title=&quot;buffer overflow resulting in stack corruption&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-985&quot;&gt;&lt;del&gt;LU-985&lt;/del&gt;&lt;/a&gt; lprocfs: verify user buffer access (Revision b18cecc6a17e9b30064ed9b24927d1905729d89b)&lt;/p&gt;

&lt;p&gt;     Result = ABORTED&lt;br/&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=b18cecc6a17e9b30064ed9b24927d1905729d89b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;b18cecc6a17e9b30064ed9b24927d1905729d89b&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mdt/mdt_lproc.c&lt;/li&gt;
	&lt;li&gt;libcfs/libcfs/libcfs_string.c&lt;/li&gt;
	&lt;li&gt;lustre/mds/lproc_mds.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/lproc_ptlrpc.c&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/libcfs_string.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="34005" author="hudson" created="Sun, 8 Apr 2012 13:40:04 +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-b2_1/./arch=x86_64,build_type=client,distro=sles11,ib_stack=inkernel/41/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b2_1 &#187; x86_64,client,sles11,inkernel #41&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-985&quot; title=&quot;buffer overflow resulting in stack corruption&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-985&quot;&gt;&lt;del&gt;LU-985&lt;/del&gt;&lt;/a&gt; lprocfs: verify user buffer access (Revision 98f1e971836bfc973d2b798f9689d590f9f7416d)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b2_1&amp;amp;a=commit&amp;amp;h=98f1e971836bfc973d2b798f9689d590f9f7416d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;98f1e971836bfc973d2b798f9689d590f9f7416d&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;libcfs/include/libcfs/libcfs_string.h&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/lproc_ptlrpc.c&lt;/li&gt;
	&lt;li&gt;libcfs/libcfs/libcfs_string.c&lt;/li&gt;
	&lt;li&gt;lustre/mds/lproc_mds.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_lproc.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="34028" author="hudson" created="Sun, 8 Apr 2012 13:42:31 +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-b2_1/./arch=i686,build_type=client,distro=el6,ib_stack=inkernel/41/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b2_1 &#187; i686,client,el6,inkernel #41&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-985&quot; title=&quot;buffer overflow resulting in stack corruption&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-985&quot;&gt;&lt;del&gt;LU-985&lt;/del&gt;&lt;/a&gt; lprocfs: verify user buffer access (Revision 98f1e971836bfc973d2b798f9689d590f9f7416d)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b2_1&amp;amp;a=commit&amp;amp;h=98f1e971836bfc973d2b798f9689d590f9f7416d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;98f1e971836bfc973d2b798f9689d590f9f7416d&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;libcfs/libcfs/libcfs_string.c&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/libcfs_string.h&lt;/li&gt;
	&lt;li&gt;lustre/mds/lproc_mds.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/lproc_ptlrpc.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_lproc.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="34051" author="hudson" created="Sun, 8 Apr 2012 13:44: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-b2_1/./arch=x86_64,build_type=server,distro=el6,ib_stack=inkernel/41/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b2_1 &#187; x86_64,server,el6,inkernel #41&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-985&quot; title=&quot;buffer overflow resulting in stack corruption&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-985&quot;&gt;&lt;del&gt;LU-985&lt;/del&gt;&lt;/a&gt; lprocfs: verify user buffer access (Revision 98f1e971836bfc973d2b798f9689d590f9f7416d)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b2_1&amp;amp;a=commit&amp;amp;h=98f1e971836bfc973d2b798f9689d590f9f7416d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;98f1e971836bfc973d2b798f9689d590f9f7416d&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mdt/mdt_lproc.c&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/libcfs_string.h&lt;/li&gt;
	&lt;li&gt;libcfs/libcfs/libcfs_string.c&lt;/li&gt;
	&lt;li&gt;lustre/mds/lproc_mds.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/lproc_ptlrpc.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="34074" author="hudson" created="Sun, 8 Apr 2012 13:44:13 +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-b2_1/./arch=i686,build_type=client,distro=el5,ib_stack=ofa/41/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b2_1 &#187; i686,client,el5,ofa #41&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-985&quot; title=&quot;buffer overflow resulting in stack corruption&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-985&quot;&gt;&lt;del&gt;LU-985&lt;/del&gt;&lt;/a&gt; lprocfs: verify user buffer access (Revision 98f1e971836bfc973d2b798f9689d590f9f7416d)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b2_1&amp;amp;a=commit&amp;amp;h=98f1e971836bfc973d2b798f9689d590f9f7416d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;98f1e971836bfc973d2b798f9689d590f9f7416d&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mdt/mdt_lproc.c&lt;/li&gt;
	&lt;li&gt;lustre/mds/lproc_mds.c&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/libcfs_string.h&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/lproc_ptlrpc.c&lt;/li&gt;
	&lt;li&gt;libcfs/libcfs/libcfs_string.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="34097" author="hudson" created="Sun, 8 Apr 2012 13:44: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-b2_1/./arch=x86_64,build_type=server,distro=el5,ib_stack=ofa/41/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b2_1 &#187; x86_64,server,el5,ofa #41&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-985&quot; title=&quot;buffer overflow resulting in stack corruption&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-985&quot;&gt;&lt;del&gt;LU-985&lt;/del&gt;&lt;/a&gt; lprocfs: verify user buffer access (Revision 98f1e971836bfc973d2b798f9689d590f9f7416d)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b2_1&amp;amp;a=commit&amp;amp;h=98f1e971836bfc973d2b798f9689d590f9f7416d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;98f1e971836bfc973d2b798f9689d590f9f7416d&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;libcfs/include/libcfs/libcfs_string.h&lt;/li&gt;
	&lt;li&gt;lustre/mds/lproc_mds.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_lproc.c&lt;/li&gt;
	&lt;li&gt;libcfs/libcfs/libcfs_string.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/lproc_ptlrpc.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="34120" author="hudson" created="Sun, 8 Apr 2012 13:53:02 +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-b2_1/./arch=x86_64,build_type=client,distro=el6,ib_stack=inkernel/41/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b2_1 &#187; x86_64,client,el6,inkernel #41&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-985&quot; title=&quot;buffer overflow resulting in stack corruption&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-985&quot;&gt;&lt;del&gt;LU-985&lt;/del&gt;&lt;/a&gt; lprocfs: verify user buffer access (Revision 98f1e971836bfc973d2b798f9689d590f9f7416d)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b2_1&amp;amp;a=commit&amp;amp;h=98f1e971836bfc973d2b798f9689d590f9f7416d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;98f1e971836bfc973d2b798f9689d590f9f7416d&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;libcfs/include/libcfs/libcfs_string.h&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/lproc_ptlrpc.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_lproc.c&lt;/li&gt;
	&lt;li&gt;lustre/mds/lproc_mds.c&lt;/li&gt;
	&lt;li&gt;libcfs/libcfs/libcfs_string.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="34143" author="hudson" created="Sun, 8 Apr 2012 13:54:42 +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-b2_1/./arch=i686,build_type=server,distro=el6,ib_stack=inkernel/41/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b2_1 &#187; i686,server,el6,inkernel #41&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-985&quot; title=&quot;buffer overflow resulting in stack corruption&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-985&quot;&gt;&lt;del&gt;LU-985&lt;/del&gt;&lt;/a&gt; lprocfs: verify user buffer access (Revision 98f1e971836bfc973d2b798f9689d590f9f7416d)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b2_1&amp;amp;a=commit&amp;amp;h=98f1e971836bfc973d2b798f9689d590f9f7416d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;98f1e971836bfc973d2b798f9689d590f9f7416d&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mdt/mdt_lproc.c&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/libcfs_string.h&lt;/li&gt;
	&lt;li&gt;lustre/mds/lproc_mds.c&lt;/li&gt;
	&lt;li&gt;libcfs/libcfs/libcfs_string.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/lproc_ptlrpc.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="34166" author="hudson" created="Sun, 8 Apr 2012 13:55:36 +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-b2_1/./arch=x86_64,build_type=client,distro=el5,ib_stack=inkernel/41/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b2_1 &#187; x86_64,client,el5,inkernel #41&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-985&quot; title=&quot;buffer overflow resulting in stack corruption&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-985&quot;&gt;&lt;del&gt;LU-985&lt;/del&gt;&lt;/a&gt; lprocfs: verify user buffer access (Revision 98f1e971836bfc973d2b798f9689d590f9f7416d)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b2_1&amp;amp;a=commit&amp;amp;h=98f1e971836bfc973d2b798f9689d590f9f7416d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;98f1e971836bfc973d2b798f9689d590f9f7416d&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ptlrpc/lproc_ptlrpc.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_lproc.c&lt;/li&gt;
	&lt;li&gt;lustre/mds/lproc_mds.c&lt;/li&gt;
	&lt;li&gt;libcfs/libcfs/libcfs_string.c&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/libcfs_string.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="34189" author="hudson" created="Sun, 8 Apr 2012 13:58: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-b2_1/./arch=i686,build_type=server,distro=el5,ib_stack=inkernel/41/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b2_1 &#187; i686,server,el5,inkernel #41&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-985&quot; title=&quot;buffer overflow resulting in stack corruption&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-985&quot;&gt;&lt;del&gt;LU-985&lt;/del&gt;&lt;/a&gt; lprocfs: verify user buffer access (Revision 98f1e971836bfc973d2b798f9689d590f9f7416d)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b2_1&amp;amp;a=commit&amp;amp;h=98f1e971836bfc973d2b798f9689d590f9f7416d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;98f1e971836bfc973d2b798f9689d590f9f7416d&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ptlrpc/lproc_ptlrpc.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_lproc.c&lt;/li&gt;
	&lt;li&gt;lustre/mds/lproc_mds.c&lt;/li&gt;
	&lt;li&gt;libcfs/libcfs/libcfs_string.c&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/libcfs_string.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="34212" author="hudson" created="Sun, 8 Apr 2012 14:07: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-b2_1/./arch=x86_64,build_type=server,distro=el5,ib_stack=inkernel/41/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b2_1 &#187; x86_64,server,el5,inkernel #41&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-985&quot; title=&quot;buffer overflow resulting in stack corruption&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-985&quot;&gt;&lt;del&gt;LU-985&lt;/del&gt;&lt;/a&gt; lprocfs: verify user buffer access (Revision 98f1e971836bfc973d2b798f9689d590f9f7416d)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b2_1&amp;amp;a=commit&amp;amp;h=98f1e971836bfc973d2b798f9689d590f9f7416d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;98f1e971836bfc973d2b798f9689d590f9f7416d&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mds/lproc_mds.c&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/libcfs_string.h&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/lproc_ptlrpc.c&lt;/li&gt;
	&lt;li&gt;libcfs/libcfs/libcfs_string.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_lproc.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="34235" author="hudson" created="Sun, 8 Apr 2012 14:13: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-b2_1/./arch=i686,build_type=server,distro=el5,ib_stack=ofa/41/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b2_1 &#187; i686,server,el5,ofa #41&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-985&quot; title=&quot;buffer overflow resulting in stack corruption&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-985&quot;&gt;&lt;del&gt;LU-985&lt;/del&gt;&lt;/a&gt; lprocfs: verify user buffer access (Revision 98f1e971836bfc973d2b798f9689d590f9f7416d)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b2_1&amp;amp;a=commit&amp;amp;h=98f1e971836bfc973d2b798f9689d590f9f7416d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;98f1e971836bfc973d2b798f9689d590f9f7416d&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mds/lproc_mds.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_lproc.c&lt;/li&gt;
	&lt;li&gt;libcfs/libcfs/libcfs_string.c&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/libcfs_string.h&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/lproc_ptlrpc.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="34258" author="hudson" created="Sun, 8 Apr 2012 14:17:58 +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-b2_1/./arch=x86_64,build_type=client,distro=el5,ib_stack=ofa/41/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b2_1 &#187; x86_64,client,el5,ofa #41&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-985&quot; title=&quot;buffer overflow resulting in stack corruption&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-985&quot;&gt;&lt;del&gt;LU-985&lt;/del&gt;&lt;/a&gt; lprocfs: verify user buffer access (Revision 98f1e971836bfc973d2b798f9689d590f9f7416d)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b2_1&amp;amp;a=commit&amp;amp;h=98f1e971836bfc973d2b798f9689d590f9f7416d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;98f1e971836bfc973d2b798f9689d590f9f7416d&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ptlrpc/lproc_ptlrpc.c&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/libcfs_string.h&lt;/li&gt;
	&lt;li&gt;lustre/mds/lproc_mds.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_lproc.c&lt;/li&gt;
	&lt;li&gt;libcfs/libcfs/libcfs_string.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="34281" author="hudson" created="Sun, 8 Apr 2012 14:24:33 +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-b2_1/./arch=i686,build_type=client,distro=el5,ib_stack=inkernel/41/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b2_1 &#187; i686,client,el5,inkernel #41&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-985&quot; title=&quot;buffer overflow resulting in stack corruption&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-985&quot;&gt;&lt;del&gt;LU-985&lt;/del&gt;&lt;/a&gt; lprocfs: verify user buffer access (Revision 98f1e971836bfc973d2b798f9689d590f9f7416d)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b2_1&amp;amp;a=commit&amp;amp;h=98f1e971836bfc973d2b798f9689d590f9f7416d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;98f1e971836bfc973d2b798f9689d590f9f7416d&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mdt/mdt_lproc.c&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/libcfs_string.h&lt;/li&gt;
	&lt;li&gt;libcfs/libcfs/libcfs_string.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/lproc_ptlrpc.c&lt;/li&gt;
	&lt;li&gt;lustre/mds/lproc_mds.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="12725">LU-945</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="10735" name="buffer_overflow.patch" size="1949" author="louveta" created="Thu, 12 Jan 2012 10:40:43 +0000"/>
                    </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|hzv7fb:</customfieldvalue>

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