<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:05:41 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-300] Oops in cl_page_put() during execve()/page-fault on a binary mapped from a Lustre-filesystem and executed by a parallel application</title>
                <link>https://jira.whamcloud.com/browse/LU-300</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;During parallel applications execution, either mapping their binary or some of their dynamic-libs from Lustre, CEA at Tera-100 frequently encounters Lustre clients crashes with the following sample stack:&lt;/p&gt;

&lt;p&gt;=====================================&lt;br/&gt;
crash_kexec()&lt;br/&gt;
oops_end()&lt;br/&gt;
no_context()&lt;br/&gt;
__bad_area_nosemaphore()&lt;br/&gt;
bad_area()&lt;br/&gt;
do_page_fault()&lt;br/&gt;
page_fault()&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;exception RIP: cl_page_put+29&amp;#93;&lt;/span&gt;&lt;br/&gt;
vvp_io_fault_fini()&lt;br/&gt;
cl_io_fini()&lt;br/&gt;
ll_fault()&lt;br/&gt;
__do_fault()&lt;br/&gt;
hadle_pte_fault()&lt;br/&gt;
handle_mm_fault()&lt;br/&gt;
do_page_fault()&lt;br/&gt;
page_fault()&lt;br/&gt;
=====================================&lt;/p&gt;

&lt;p&gt;Further crash dump analysis clearly indicates that in vvp_io_fault_fini() routine, io-&amp;gt;u.ci_fault.ft_page is found non-NULL and thus passed to cl_page_put(). The problem is this pointer is not a valid address, but a simple integer instead (or maybe a timestamp), whereas we have ci_type == CIT_FAULT.&lt;/p&gt;

&lt;p&gt;I add that the customer is running with the fix from &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-122&quot; title=&quot;Revert bug 21122 since it causes deadlock&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-122&quot;&gt;&lt;del&gt;LU-122&lt;/del&gt;&lt;/a&gt;.&lt;br/&gt;
This problem is pretty annoying as it disturbs regular cluster production by preventing normal job launch.&lt;/p&gt;

&lt;p&gt;Sebastien.&lt;/p&gt;</description>
                <environment></environment>
        <key id="10774">LU-300</key>
            <summary>Oops in cl_page_put() during execve()/page-fault on a binary mapped from a Lustre-filesystem and executed by a parallel application</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="jay">Jinshan Xiong</assignee>
                                    <reporter username="sebastien.buisson">Sebastien Buisson</reporter>
                        <labels>
                    </labels>
                <created>Tue, 10 May 2011 01:44:11 +0000</created>
                <updated>Tue, 31 May 2011 05:24:19 +0000</updated>
                            <resolved>Tue, 31 May 2011 05:24:19 +0000</resolved>
                                    <version>Lustre 2.0.0</version>
                                    <fixVersion>Lustre 2.1.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                            <comments>
                            <comment id="14096" author="pjones" created="Tue, 10 May 2011 06:58:41 +0000"  >&lt;p&gt;Oleg&lt;/p&gt;

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

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

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="14129" author="pjones" created="Tue, 10 May 2011 11:11:16 +0000"  >&lt;p&gt;Jinshan will take a look at this one&lt;/p&gt;</comment>
                            <comment id="14141" author="jay" created="Tue, 10 May 2011 19:24:23 +0000"  >&lt;p&gt;This problem is due to unintialization of cl_io in page fault path. Please try this patch: &lt;a href=&quot;http://review.whamcloud.com/530&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/530&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="14143" author="sebastien.buisson" created="Wed, 11 May 2011 01:51:42 +0000"  >&lt;p&gt;Hi Jinshan,&lt;/p&gt;

&lt;p&gt;Thanks for this quick answer. As the customer cluster is in production, I would need at very least one positive inspection on your patch before I can deliver an emergency fix to CEA.&lt;/p&gt;

&lt;p&gt;TIA,&lt;br/&gt;
Sebastien.&lt;/p&gt;</comment>
                            <comment id="14506" author="hudson" created="Wed, 18 May 2011 16:28:00 +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/./arch=x86_64,build_type=client,distro=el5,ib_stack=inkernel/122/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,inkernel #122&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-300&quot; title=&quot;Oops in cl_page_put() during execve()/page-fault on a binary mapped from a Lustre-filesystem and executed by a parallel application&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-300&quot;&gt;&lt;del&gt;LU-300&lt;/del&gt;&lt;/a&gt;: Oops in cl_page_put of page fault path&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=15ac26cb2fc0b9b4c6c4507d8cdab683b9b40b7e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;15ac26cb2fc0b9b4c6c4507d8cdab683b9b40b7e&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/lclient/glimpse.c&lt;/li&gt;
	&lt;li&gt;lustre/lclient/lcommon_misc.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/rw.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_mmap.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lclient.h&lt;/li&gt;
	&lt;li&gt;lustre/lclient/lcommon_cl.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/file.c&lt;/li&gt;
	&lt;li&gt;lustre/liblustre/rw.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="14508" author="hudson" created="Wed, 18 May 2011 16:30:42 +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/./arch=i686,build_type=client,distro=el5,ib_stack=inkernel/122/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,inkernel #122&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-300&quot; title=&quot;Oops in cl_page_put() during execve()/page-fault on a binary mapped from a Lustre-filesystem and executed by a parallel application&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-300&quot;&gt;&lt;del&gt;LU-300&lt;/del&gt;&lt;/a&gt;: Oops in cl_page_put of page fault path&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=15ac26cb2fc0b9b4c6c4507d8cdab683b9b40b7e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;15ac26cb2fc0b9b4c6c4507d8cdab683b9b40b7e&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/llite_mmap.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/rw.c&lt;/li&gt;
	&lt;li&gt;lustre/lclient/lcommon_cl.c&lt;/li&gt;
	&lt;li&gt;lustre/lclient/lcommon_misc.c&lt;/li&gt;
	&lt;li&gt;lustre/liblustre/rw.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/file.c&lt;/li&gt;
	&lt;li&gt;lustre/lclient/glimpse.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lclient.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="14510" author="hudson" created="Wed, 18 May 2011 16:31:48 +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/./arch=i686,build_type=client,distro=el5,ib_stack=ofa/122/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,ofa #122&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-300&quot; title=&quot;Oops in cl_page_put() during execve()/page-fault on a binary mapped from a Lustre-filesystem and executed by a parallel application&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-300&quot;&gt;&lt;del&gt;LU-300&lt;/del&gt;&lt;/a&gt;: Oops in cl_page_put of page fault path&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=15ac26cb2fc0b9b4c6c4507d8cdab683b9b40b7e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;15ac26cb2fc0b9b4c6c4507d8cdab683b9b40b7e&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/lclient/lcommon_misc.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lclient.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/file.c&lt;/li&gt;
	&lt;li&gt;lustre/lclient/glimpse.c&lt;/li&gt;
	&lt;li&gt;lustre/liblustre/rw.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/rw.c&lt;/li&gt;
	&lt;li&gt;lustre/lclient/lcommon_cl.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_mmap.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="14512" author="hudson" created="Wed, 18 May 2011 16:33:30 +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/./arch=x86_64,build_type=client,distro=ubuntu1004,ib_stack=inkernel/122/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,ubuntu1004,inkernel #122&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-300&quot; title=&quot;Oops in cl_page_put() during execve()/page-fault on a binary mapped from a Lustre-filesystem and executed by a parallel application&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-300&quot;&gt;&lt;del&gt;LU-300&lt;/del&gt;&lt;/a&gt;: Oops in cl_page_put of page fault path&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=15ac26cb2fc0b9b4c6c4507d8cdab683b9b40b7e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;15ac26cb2fc0b9b4c6c4507d8cdab683b9b40b7e&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/llite_mmap.c&lt;/li&gt;
	&lt;li&gt;lustre/lclient/lcommon_misc.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lclient.h&lt;/li&gt;
	&lt;li&gt;lustre/liblustre/rw.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/rw.c&lt;/li&gt;
	&lt;li&gt;lustre/lclient/lcommon_cl.c&lt;/li&gt;
	&lt;li&gt;lustre/lclient/glimpse.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/file.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="14514" author="hudson" created="Wed, 18 May 2011 16:38:04 +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/./arch=x86_64,build_type=client,distro=el6,ib_stack=inkernel/122/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el6,inkernel #122&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-300&quot; title=&quot;Oops in cl_page_put() during execve()/page-fault on a binary mapped from a Lustre-filesystem and executed by a parallel application&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-300&quot;&gt;&lt;del&gt;LU-300&lt;/del&gt;&lt;/a&gt;: Oops in cl_page_put of page fault path&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=15ac26cb2fc0b9b4c6c4507d8cdab683b9b40b7e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;15ac26cb2fc0b9b4c6c4507d8cdab683b9b40b7e&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/file.c&lt;/li&gt;
	&lt;li&gt;lustre/lclient/glimpse.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_mmap.c&lt;/li&gt;
	&lt;li&gt;lustre/liblustre/rw.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lclient.h&lt;/li&gt;
	&lt;li&gt;lustre/lclient/lcommon_misc.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/rw.c&lt;/li&gt;
	&lt;li&gt;lustre/lclient/lcommon_cl.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="14516" author="hudson" created="Wed, 18 May 2011 16:41:04 +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/./arch=x86_64,build_type=client,distro=el5,ib_stack=ofa/122/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,ofa #122&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-300&quot; title=&quot;Oops in cl_page_put() during execve()/page-fault on a binary mapped from a Lustre-filesystem and executed by a parallel application&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-300&quot;&gt;&lt;del&gt;LU-300&lt;/del&gt;&lt;/a&gt;: Oops in cl_page_put of page fault path&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=15ac26cb2fc0b9b4c6c4507d8cdab683b9b40b7e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;15ac26cb2fc0b9b4c6c4507d8cdab683b9b40b7e&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/file.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_mmap.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lclient.h&lt;/li&gt;
	&lt;li&gt;lustre/lclient/lcommon_cl.c&lt;/li&gt;
	&lt;li&gt;lustre/lclient/glimpse.c&lt;/li&gt;
	&lt;li&gt;lustre/liblustre/rw.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/rw.c&lt;/li&gt;
	&lt;li&gt;lustre/lclient/lcommon_misc.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="14518" author="hudson" created="Wed, 18 May 2011 16:47:29 +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/./arch=x86_64,build_type=server,distro=el5,ib_stack=inkernel/122/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,inkernel #122&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-300&quot; title=&quot;Oops in cl_page_put() during execve()/page-fault on a binary mapped from a Lustre-filesystem and executed by a parallel application&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-300&quot;&gt;&lt;del&gt;LU-300&lt;/del&gt;&lt;/a&gt;: Oops in cl_page_put of page fault path&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=15ac26cb2fc0b9b4c6c4507d8cdab683b9b40b7e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;15ac26cb2fc0b9b4c6c4507d8cdab683b9b40b7e&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/rw.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/file.c&lt;/li&gt;
	&lt;li&gt;lustre/lclient/lcommon_misc.c&lt;/li&gt;
	&lt;li&gt;lustre/lclient/glimpse.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_mmap.c&lt;/li&gt;
	&lt;li&gt;lustre/liblustre/rw.c&lt;/li&gt;
	&lt;li&gt;lustre/lclient/lcommon_cl.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lclient.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="14520" author="hudson" created="Wed, 18 May 2011 16:49:53 +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/./arch=i686,build_type=client,distro=el6,ib_stack=inkernel/122/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el6,inkernel #122&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-300&quot; title=&quot;Oops in cl_page_put() during execve()/page-fault on a binary mapped from a Lustre-filesystem and executed by a parallel application&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-300&quot;&gt;&lt;del&gt;LU-300&lt;/del&gt;&lt;/a&gt;: Oops in cl_page_put of page fault path&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=15ac26cb2fc0b9b4c6c4507d8cdab683b9b40b7e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;15ac26cb2fc0b9b4c6c4507d8cdab683b9b40b7e&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/lclient/lcommon_misc.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/file.c&lt;/li&gt;
	&lt;li&gt;lustre/lclient/glimpse.c&lt;/li&gt;
	&lt;li&gt;lustre/liblustre/rw.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/rw.c&lt;/li&gt;
	&lt;li&gt;lustre/lclient/lcommon_cl.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lclient.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_mmap.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="14522" author="hudson" created="Wed, 18 May 2011 16:51:51 +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/./arch=x86_64,build_type=client,distro=ubuntu1004,ib_stack=ofa/122/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,ubuntu1004,ofa #122&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-300&quot; title=&quot;Oops in cl_page_put() during execve()/page-fault on a binary mapped from a Lustre-filesystem and executed by a parallel application&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-300&quot;&gt;&lt;del&gt;LU-300&lt;/del&gt;&lt;/a&gt;: Oops in cl_page_put of page fault path&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=15ac26cb2fc0b9b4c6c4507d8cdab683b9b40b7e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;15ac26cb2fc0b9b4c6c4507d8cdab683b9b40b7e&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/file.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/rw.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_mmap.c&lt;/li&gt;
	&lt;li&gt;lustre/lclient/lcommon_misc.c&lt;/li&gt;
	&lt;li&gt;lustre/lclient/glimpse.c&lt;/li&gt;
	&lt;li&gt;lustre/lclient/lcommon_cl.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lclient.h&lt;/li&gt;
	&lt;li&gt;lustre/liblustre/rw.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="14524" author="hudson" created="Wed, 18 May 2011 16:52:54 +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/./arch=i686,build_type=server,distro=el5,ib_stack=inkernel/122/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,inkernel #122&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-300&quot; title=&quot;Oops in cl_page_put() during execve()/page-fault on a binary mapped from a Lustre-filesystem and executed by a parallel application&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-300&quot;&gt;&lt;del&gt;LU-300&lt;/del&gt;&lt;/a&gt;: Oops in cl_page_put of page fault path&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=15ac26cb2fc0b9b4c6c4507d8cdab683b9b40b7e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;15ac26cb2fc0b9b4c6c4507d8cdab683b9b40b7e&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/lclient/glimpse.c&lt;/li&gt;
	&lt;li&gt;lustre/liblustre/rw.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/rw.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_mmap.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lclient.h&lt;/li&gt;
	&lt;li&gt;lustre/lclient/lcommon_misc.c&lt;/li&gt;
	&lt;li&gt;lustre/lclient/lcommon_cl.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/file.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="14526" author="hudson" created="Wed, 18 May 2011 16:53:30 +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/./arch=i686,build_type=server,distro=el5,ib_stack=ofa/122/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,ofa #122&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-300&quot; title=&quot;Oops in cl_page_put() during execve()/page-fault on a binary mapped from a Lustre-filesystem and executed by a parallel application&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-300&quot;&gt;&lt;del&gt;LU-300&lt;/del&gt;&lt;/a&gt;: Oops in cl_page_put of page fault path&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=15ac26cb2fc0b9b4c6c4507d8cdab683b9b40b7e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;15ac26cb2fc0b9b4c6c4507d8cdab683b9b40b7e&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/llite_mmap.c&lt;/li&gt;
	&lt;li&gt;lustre/liblustre/rw.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/file.c&lt;/li&gt;
	&lt;li&gt;lustre/lclient/glimpse.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/rw.c&lt;/li&gt;
	&lt;li&gt;lustre/lclient/lcommon_cl.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lclient.h&lt;/li&gt;
	&lt;li&gt;lustre/lclient/lcommon_misc.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="14528" author="hudson" created="Wed, 18 May 2011 16:58:01 +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/./arch=x86_64,build_type=server,distro=el5,ib_stack=ofa/122/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,ofa #122&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-300&quot; title=&quot;Oops in cl_page_put() during execve()/page-fault on a binary mapped from a Lustre-filesystem and executed by a parallel application&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-300&quot;&gt;&lt;del&gt;LU-300&lt;/del&gt;&lt;/a&gt;: Oops in cl_page_put of page fault path&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=15ac26cb2fc0b9b4c6c4507d8cdab683b9b40b7e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;15ac26cb2fc0b9b4c6c4507d8cdab683b9b40b7e&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/include/lclient.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_mmap.c&lt;/li&gt;
	&lt;li&gt;lustre/lclient/lcommon_cl.c&lt;/li&gt;
	&lt;li&gt;lustre/lclient/glimpse.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/rw.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/file.c&lt;/li&gt;
	&lt;li&gt;lustre/liblustre/rw.c&lt;/li&gt;
	&lt;li&gt;lustre/lclient/lcommon_misc.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="14530" author="hudson" created="Wed, 18 May 2011 16:58:20 +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/./arch=x86_64,build_type=server,distro=el6,ib_stack=inkernel/122/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el6,inkernel #122&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-300&quot; title=&quot;Oops in cl_page_put() during execve()/page-fault on a binary mapped from a Lustre-filesystem and executed by a parallel application&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-300&quot;&gt;&lt;del&gt;LU-300&lt;/del&gt;&lt;/a&gt;: Oops in cl_page_put of page fault path&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=15ac26cb2fc0b9b4c6c4507d8cdab683b9b40b7e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;15ac26cb2fc0b9b4c6c4507d8cdab683b9b40b7e&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/liblustre/rw.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lclient.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_mmap.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/file.c&lt;/li&gt;
	&lt;li&gt;lustre/lclient/lcommon_misc.c&lt;/li&gt;
	&lt;li&gt;lustre/lclient/glimpse.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/rw.c&lt;/li&gt;
	&lt;li&gt;lustre/lclient/lcommon_cl.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="14533" author="hudson" created="Wed, 18 May 2011 17:13:15 +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/./arch=i686,build_type=server,distro=el6,ib_stack=inkernel/122/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el6,inkernel #122&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-300&quot; title=&quot;Oops in cl_page_put() during execve()/page-fault on a binary mapped from a Lustre-filesystem and executed by a parallel application&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-300&quot;&gt;&lt;del&gt;LU-300&lt;/del&gt;&lt;/a&gt;: Oops in cl_page_put of page fault path&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=15ac26cb2fc0b9b4c6c4507d8cdab683b9b40b7e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;15ac26cb2fc0b9b4c6c4507d8cdab683b9b40b7e&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/file.c&lt;/li&gt;
	&lt;li&gt;lustre/liblustre/rw.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lclient.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_mmap.c&lt;/li&gt;
	&lt;li&gt;lustre/lclient/glimpse.c&lt;/li&gt;
	&lt;li&gt;lustre/lclient/lcommon_misc.c&lt;/li&gt;
	&lt;li&gt;lustre/lclient/lcommon_cl.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/rw.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="15226" author="pjones" created="Mon, 30 May 2011 15:53:48 +0000"  >&lt;p&gt;Sebastien&lt;/p&gt;

&lt;p&gt;How has this patch fared running in production at CEA?&lt;/p&gt;

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

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="15248" author="sebastien.buisson" created="Mon, 30 May 2011 23:50:42 +0000"  >&lt;p&gt;As far as I know, no new occurrence of this bug since last Tuesday. We will have more news from CEA by the end of the week.&lt;/p&gt;

&lt;p&gt;Sebastien.&lt;/p&gt;</comment>
                            <comment id="15252" author="pjones" created="Tue, 31 May 2011 05:24:19 +0000"  >&lt;p&gt;Thanks Sebastien. In that case I will mark this ticket as resolved for now. The patch has landed on master for almost two weeks now with no observed side-effects and this issue was previously appearing daily at CEA before the patch was applied. If a problem is found with the patch at CEA then the ticket can simply be reopened. &lt;/p&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|hzv99b:</customfieldvalue>

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