<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:05:26 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-273] the patch export-show_task-2.6.18-vanilla.patch of rhel5 has some issues in lustre 2.0.59.0 and above</title>
                <link>https://jira.whamcloud.com/browse/LU-273</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;When building the patched kernel with lustre 2.0.59.0 and above, error happens that &quot;sched_show_task undecleared here&quot;. I check the patches in rhel5.series and find that the symbol sched_show_task has been exported in export-show_task-2.6.18-vanilla.patch in sched.c but not defined and decleared in any other place. So I think the symbol name may be wrong and in the wrong place. After changed to EXPORT_SYMBOL(show_task) and put it in line 5055, everything looks ok.&lt;/p&gt;

</description>
                <environment>rhel 5u6, kernel, 2.6.18-164.11.1, lustre 2.0.59.0 and above</environment>
        <key id="10727">LU-273</key>
            <summary>the patch export-show_task-2.6.18-vanilla.patch of rhel5 has some issues in lustre 2.0.59.0 and above</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="4" iconUrl="https://jira.whamcloud.com/images/icons/priorities/minor.svg">Minor</priority>
                        <status id="5" iconUrl="https://jira.whamcloud.com/images/icons/statuses/resolved.png" description="A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.">Resolved</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="1">Fixed</resolution>
                                        <assignee username="bobijam">Zhenyu Xu</assignee>
                                    <reporter username="tsrjzq">Larry Gu</reporter>
                        <labels>
                    </labels>
                <created>Wed, 4 May 2011 02:09:15 +0000</created>
                <updated>Wed, 18 May 2011 23:13:03 +0000</updated>
                            <resolved>Wed, 18 May 2011 22:07:11 +0000</resolved>
                                    <version>Lustre 2.1.0</version>
                                    <fixVersion>Lustre 2.1.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>0</watches>
                                                                            <comments>
                            <comment id="13638" author="johann" created="Wed, 4 May 2011 02:30:30 +0000"  >&lt;p&gt;Indeed, i can reproduce the same problem with linux-2.6.18-194.17.1.0.1:&lt;/p&gt;

&lt;p&gt;$ grep sched_show_task kernel/sched.c&lt;br/&gt;
EXPORT_SYMBOL(sched_show_task);&lt;br/&gt;
void sched_show_task(struct task_struct *p)&lt;br/&gt;
		sched_show_task(p);&lt;/p&gt;

&lt;p&gt;It seems that patch is confused.&lt;/p&gt;</comment>
                            <comment id="13643" author="pjones" created="Wed, 4 May 2011 04:56:22 +0000"  >&lt;p&gt;It looks like Bobijam is working on this&lt;/p&gt;</comment>
                            <comment id="13652" author="bobijam" created="Wed, 4 May 2011 05:37:54 +0000"  >&lt;p&gt;patch tracking at &lt;a href=&quot;http://review.whamcloud.com/493&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/493&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="13659" author="adilger" created="Wed, 4 May 2011 07:40:50 +0000"  >&lt;p&gt;In newer kernels it is using dump_trace() to Handle this functionality. Is the RHEL5.6 kernel having that function?  That woul allow us to drop this patch emtirely.&lt;/p&gt;

&lt;p&gt;It is odd that sched_show_task() function in exported, but libcfs/libcfs/linux/linux-debug.c it is still using show_task(). Is that correct?  I don&apos;t have this kernel to check. &lt;/p&gt;</comment>
                            <comment id="13708" author="tsrjzq" created="Wed, 4 May 2011 18:58:05 +0000"  >&lt;p&gt;rhel5u6 kernel also has dump_trace(). By the way, I check the patch by Bobijam, find he change the function name, not the symbol name exported. As Andreas said, libcfs/libcfs/linux/linux-debug.c also called show_task(). So I have a question that, which way is useful?&lt;/p&gt;</comment>
                            <comment id="13716" author="bobijam" created="Wed, 4 May 2011 20:47:14 +0000"  >&lt;p&gt;it looks that since 2.6.18 kernel, we always use dump_trace, that explains linux-debug.c calls show_task() while we export sched_show_task() and nothing happened. I think we can drop this kernel patch entirely.&lt;/p&gt;</comment>
                            <comment id="14623" author="hudson" created="Wed, 18 May 2011 21:42:41 +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/125/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,inkernel #125&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-273&quot; title=&quot;the patch export-show_task-2.6.18-vanilla.patch of rhel5 has some issues in lustre 2.0.59.0 and above&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-273&quot;&gt;&lt;del&gt;LU-273&lt;/del&gt;&lt;/a&gt; Remove export-show_task patch&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=ab251b1bdf8b6c891e60bd78f64c46a506a3daf9&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;ab251b1bdf8b6c891e60bd78f64c46a506a3daf9&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/kernel_patches/series/2.6-rhel5.series&lt;/li&gt;
	&lt;li&gt;lustre/kernel_patches/patches/export-show_task-2.6.18-vanilla.patch&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="14624" author="hudson" created="Wed, 18 May 2011 21:45:23 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el6,ib_stack=inkernel/125/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el6,inkernel #125&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-273&quot; title=&quot;the patch export-show_task-2.6.18-vanilla.patch of rhel5 has some issues in lustre 2.0.59.0 and above&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-273&quot;&gt;&lt;del&gt;LU-273&lt;/del&gt;&lt;/a&gt; Remove export-show_task patch&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=ab251b1bdf8b6c891e60bd78f64c46a506a3daf9&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;ab251b1bdf8b6c891e60bd78f64c46a506a3daf9&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/kernel_patches/series/2.6-rhel5.series&lt;/li&gt;
	&lt;li&gt;lustre/kernel_patches/patches/export-show_task-2.6.18-vanilla.patch&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="14625" author="hudson" created="Wed, 18 May 2011 21:46:05 +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/125/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,inkernel #125&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-273&quot; title=&quot;the patch export-show_task-2.6.18-vanilla.patch of rhel5 has some issues in lustre 2.0.59.0 and above&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-273&quot;&gt;&lt;del&gt;LU-273&lt;/del&gt;&lt;/a&gt; Remove export-show_task patch&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=ab251b1bdf8b6c891e60bd78f64c46a506a3daf9&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;ab251b1bdf8b6c891e60bd78f64c46a506a3daf9&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/kernel_patches/patches/export-show_task-2.6.18-vanilla.patch&lt;/li&gt;
	&lt;li&gt;lustre/kernel_patches/series/2.6-rhel5.series&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="14626" author="hudson" created="Wed, 18 May 2011 21:46:56 +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/125/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,ofa #125&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-273&quot; title=&quot;the patch export-show_task-2.6.18-vanilla.patch of rhel5 has some issues in lustre 2.0.59.0 and above&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-273&quot;&gt;&lt;del&gt;LU-273&lt;/del&gt;&lt;/a&gt; Remove export-show_task patch&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=ab251b1bdf8b6c891e60bd78f64c46a506a3daf9&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;ab251b1bdf8b6c891e60bd78f64c46a506a3daf9&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/kernel_patches/series/2.6-rhel5.series&lt;/li&gt;
	&lt;li&gt;lustre/kernel_patches/patches/export-show_task-2.6.18-vanilla.patch&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="14627" author="hudson" created="Wed, 18 May 2011 21:48: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=client,distro=ubuntu1004,ib_stack=inkernel/125/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,ubuntu1004,inkernel #125&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-273&quot; title=&quot;the patch export-show_task-2.6.18-vanilla.patch of rhel5 has some issues in lustre 2.0.59.0 and above&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-273&quot;&gt;&lt;del&gt;LU-273&lt;/del&gt;&lt;/a&gt; Remove export-show_task patch&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=ab251b1bdf8b6c891e60bd78f64c46a506a3daf9&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;ab251b1bdf8b6c891e60bd78f64c46a506a3daf9&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/kernel_patches/series/2.6-rhel5.series&lt;/li&gt;
	&lt;li&gt;lustre/kernel_patches/patches/export-show_task-2.6.18-vanilla.patch&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="14628" author="hudson" created="Wed, 18 May 2011 21:55:36 +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/125/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,ofa #125&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-273&quot; title=&quot;the patch export-show_task-2.6.18-vanilla.patch of rhel5 has some issues in lustre 2.0.59.0 and above&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-273&quot;&gt;&lt;del&gt;LU-273&lt;/del&gt;&lt;/a&gt; Remove export-show_task patch&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=ab251b1bdf8b6c891e60bd78f64c46a506a3daf9&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;ab251b1bdf8b6c891e60bd78f64c46a506a3daf9&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/kernel_patches/patches/export-show_task-2.6.18-vanilla.patch&lt;/li&gt;
	&lt;li&gt;lustre/kernel_patches/series/2.6-rhel5.series&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="14629" author="hudson" created="Wed, 18 May 2011 21:58:05 +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/125/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el6,inkernel #125&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-273&quot; title=&quot;the patch export-show_task-2.6.18-vanilla.patch of rhel5 has some issues in lustre 2.0.59.0 and above&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-273&quot;&gt;&lt;del&gt;LU-273&lt;/del&gt;&lt;/a&gt; Remove export-show_task patch&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=ab251b1bdf8b6c891e60bd78f64c46a506a3daf9&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;ab251b1bdf8b6c891e60bd78f64c46a506a3daf9&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/kernel_patches/patches/export-show_task-2.6.18-vanilla.patch&lt;/li&gt;
	&lt;li&gt;lustre/kernel_patches/series/2.6-rhel5.series&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="14630" author="hudson" created="Wed, 18 May 2011 22:04:49 +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/125/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el6,inkernel #125&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-273&quot; title=&quot;the patch export-show_task-2.6.18-vanilla.patch of rhel5 has some issues in lustre 2.0.59.0 and above&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-273&quot;&gt;&lt;del&gt;LU-273&lt;/del&gt;&lt;/a&gt; Remove export-show_task patch&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=ab251b1bdf8b6c891e60bd78f64c46a506a3daf9&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;ab251b1bdf8b6c891e60bd78f64c46a506a3daf9&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/kernel_patches/series/2.6-rhel5.series&lt;/li&gt;
	&lt;li&gt;lustre/kernel_patches/patches/export-show_task-2.6.18-vanilla.patch&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="14631" author="hudson" created="Wed, 18 May 2011 22:06: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=x86_64,build_type=client,distro=ubuntu1004,ib_stack=ofa/125/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,ubuntu1004,ofa #125&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-273&quot; title=&quot;the patch export-show_task-2.6.18-vanilla.patch of rhel5 has some issues in lustre 2.0.59.0 and above&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-273&quot;&gt;&lt;del&gt;LU-273&lt;/del&gt;&lt;/a&gt; Remove export-show_task patch&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=ab251b1bdf8b6c891e60bd78f64c46a506a3daf9&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;ab251b1bdf8b6c891e60bd78f64c46a506a3daf9&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/kernel_patches/series/2.6-rhel5.series&lt;/li&gt;
	&lt;li&gt;lustre/kernel_patches/patches/export-show_task-2.6.18-vanilla.patch&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="14632" author="hudson" created="Wed, 18 May 2011 22:12:13 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el5,ib_stack=ofa/125/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,ofa #125&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-273&quot; title=&quot;the patch export-show_task-2.6.18-vanilla.patch of rhel5 has some issues in lustre 2.0.59.0 and above&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-273&quot;&gt;&lt;del&gt;LU-273&lt;/del&gt;&lt;/a&gt; Remove export-show_task patch&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=ab251b1bdf8b6c891e60bd78f64c46a506a3daf9&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;ab251b1bdf8b6c891e60bd78f64c46a506a3daf9&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/kernel_patches/series/2.6-rhel5.series&lt;/li&gt;
	&lt;li&gt;lustre/kernel_patches/patches/export-show_task-2.6.18-vanilla.patch&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="14633" author="hudson" created="Wed, 18 May 2011 22:15: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=el5,ib_stack=ofa/125/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,ofa #125&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-273&quot; title=&quot;the patch export-show_task-2.6.18-vanilla.patch of rhel5 has some issues in lustre 2.0.59.0 and above&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-273&quot;&gt;&lt;del&gt;LU-273&lt;/del&gt;&lt;/a&gt; Remove export-show_task patch&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=ab251b1bdf8b6c891e60bd78f64c46a506a3daf9&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;ab251b1bdf8b6c891e60bd78f64c46a506a3daf9&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/kernel_patches/series/2.6-rhel5.series&lt;/li&gt;
	&lt;li&gt;lustre/kernel_patches/patches/export-show_task-2.6.18-vanilla.patch&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="14639" author="hudson" created="Wed, 18 May 2011 22:22:19 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el6,ib_stack=inkernel/125/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el6,inkernel #125&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-273&quot; title=&quot;the patch export-show_task-2.6.18-vanilla.patch of rhel5 has some issues in lustre 2.0.59.0 and above&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-273&quot;&gt;&lt;del&gt;LU-273&lt;/del&gt;&lt;/a&gt; Remove export-show_task patch&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=ab251b1bdf8b6c891e60bd78f64c46a506a3daf9&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;ab251b1bdf8b6c891e60bd78f64c46a506a3daf9&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/kernel_patches/series/2.6-rhel5.series&lt;/li&gt;
	&lt;li&gt;lustre/kernel_patches/patches/export-show_task-2.6.18-vanilla.patch&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="14640" author="hudson" created="Wed, 18 May 2011 22:26: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=x86_64,build_type=server,distro=el5,ib_stack=inkernel/125/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,inkernel #125&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-273&quot; title=&quot;the patch export-show_task-2.6.18-vanilla.patch of rhel5 has some issues in lustre 2.0.59.0 and above&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-273&quot;&gt;&lt;del&gt;LU-273&lt;/del&gt;&lt;/a&gt; Remove export-show_task patch&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=ab251b1bdf8b6c891e60bd78f64c46a506a3daf9&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;ab251b1bdf8b6c891e60bd78f64c46a506a3daf9&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/kernel_patches/patches/export-show_task-2.6.18-vanilla.patch&lt;/li&gt;
	&lt;li&gt;lustre/kernel_patches/series/2.6-rhel5.series&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="14643" author="hudson" created="Wed, 18 May 2011 23:13:03 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el5,ib_stack=inkernel/125/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,inkernel #125&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-273&quot; title=&quot;the patch export-show_task-2.6.18-vanilla.patch of rhel5 has some issues in lustre 2.0.59.0 and above&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-273&quot;&gt;&lt;del&gt;LU-273&lt;/del&gt;&lt;/a&gt; Remove export-show_task patch&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=ab251b1bdf8b6c891e60bd78f64c46a506a3daf9&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;ab251b1bdf8b6c891e60bd78f64c46a506a3daf9&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/kernel_patches/patches/export-show_task-2.6.18-vanilla.patch&lt;/li&gt;
	&lt;li&gt;lustre/kernel_patches/series/2.6-rhel5.series&lt;/li&gt;
&lt;/ul&gt;
</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                            <customfield id="customfield_10890" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10390" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hzv987:</customfieldvalue>

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