<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:12:20 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-980] incompatbile error handling</title>
                <link>https://jira.whamcloud.com/browse/LU-980</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;We have got this general protection fault on a client after some toubles with&lt;br/&gt;
the MDS :&lt;/p&gt;

&lt;p&gt;crash&amp;gt; bt&lt;br/&gt;
PID: 6696   TASK: ffff88184352e700  CPU: 7   COMMAND: &quot;robinhood&quot;&lt;br/&gt;
 #0 &lt;span class=&quot;error&quot;&gt;&amp;#91;ffff8810f44fbc10&amp;#93;&lt;/span&gt; machine_kexec at ffffffff8102e77b&lt;br/&gt;
 #1 &lt;span class=&quot;error&quot;&gt;&amp;#91;ffff8810f44fbc70&amp;#93;&lt;/span&gt; crash_kexec at ffffffff810a6cd8&lt;br/&gt;
 #2 &lt;span class=&quot;error&quot;&gt;&amp;#91;ffff8810f44fbd40&amp;#93;&lt;/span&gt; oops_end at ffffffff8146aad0&lt;br/&gt;
 #3 &lt;span class=&quot;error&quot;&gt;&amp;#91;ffff8810f44fbd70&amp;#93;&lt;/span&gt; die at ffffffff8101021b&lt;br/&gt;
 #4 &lt;span class=&quot;error&quot;&gt;&amp;#91;ffff8810f44fbda0&amp;#93;&lt;/span&gt; do_general_protection at ffffffff8146a642&lt;br/&gt;
 #5 &lt;span class=&quot;error&quot;&gt;&amp;#91;ffff8810f44fbdd0&amp;#93;&lt;/span&gt; general_protection at ffffffff81469e15&lt;br/&gt;
    &lt;span class=&quot;error&quot;&gt;&amp;#91;exception RIP: llog_cat_put+53&amp;#93;&lt;/span&gt;&lt;br/&gt;
    RIP: ffffffffa09f4f65  RSP: ffff8810f44fbe80  RFLAGS: 00010296&lt;br/&gt;
    RAX: 0000000000000000  RBX: ffff8816756d7600  RCX: 000000000000001d&lt;br/&gt;
    RDX: 000000000000001d  RSI: ffffffff81675340  RDI: 5a5a5a5a5a5a59fa&lt;br/&gt;
    RBP: ffff8810f44fbec0   R8: 0000000000000000   R9: 0000000000000001&lt;br/&gt;
    R10: 0000000000000000  R11: 0000000000000000  R12: ffff8820517c90c0&lt;br/&gt;
    R13: 00000000ffffffe2  R14: ffffffffffffffe2  R15: 0000000040086694&lt;br/&gt;
    ORIG_RAX: ffffffffffffffff  CS: 0010  SS: 0018&lt;br/&gt;
 #6 &lt;span class=&quot;error&quot;&gt;&amp;#91;ffff8810f44fbec8&amp;#93;&lt;/span&gt; mdc_changelog_send_thread at ffffffffa0c8572f&lt;br/&gt;
 #7 &lt;span class=&quot;error&quot;&gt;&amp;#91;ffff8810f44fbf48&amp;#93;&lt;/span&gt; kernel_thread at ffffffff8100d1aa&lt;br/&gt;
    &lt;span class=&quot;error&quot;&gt;&amp;#91;exception RIP: child_rip&amp;#93;&lt;/span&gt;&lt;br/&gt;
    RIP: ffffffff8100d1a0  RSP: ffff8810f44fbf58  RFLAGS: 00000200&lt;br/&gt;
    RAX: 0000000000000000  RBX: ffff8818436c80f8  RCX: 0000000000000001&lt;br/&gt;
    RDX: 0000000000000500  RSI: ffff8816756d7600  RDI: ffffffffa0c85490&lt;br/&gt;
    RBP: ffff8816a7ddfa58   R8: 0000000000000246   R9: 0000000000000000&lt;br/&gt;
    R10: ffff8818436a6800  R11: 0000000000000000  R12: ffff880019b772c0&lt;br/&gt;
    R13: ffff8816756d7600  R14: 0000000000000000  R15: 0000000040086694&lt;br/&gt;
    ORIG_RAX: 0000000000000000  CS: 0010  SS: 0018&lt;br/&gt;
bt: WARNING: possibly bogus exception frame&lt;/p&gt;

&lt;p&gt;with this error message shown just before in dmesg :&lt;br/&gt;
LustreError: 6696:0:(mdc_request.c:1256:mdc_changelog_send_thread()) llog_create() failed -30&lt;/p&gt;

&lt;p&gt;After some investigation, I found that the handle used in llog_cat_put was&lt;br/&gt;
created in the following call path :&lt;br/&gt;
  mdc_changelog_send_thread&lt;br/&gt;
    llog_create&lt;br/&gt;
      lop-&amp;gt;lop_create = llog_client_create&lt;br/&gt;
        llog_client_create&lt;/p&gt;

&lt;p&gt;where the way the llog_handle is returned in case of error doesn&apos;t look&lt;br/&gt;
compatible with the error handling done in mdc_changelog_send_thread (llog_create&lt;br/&gt;
don&apos;t do anything with llog_handle)&lt;/p&gt;

&lt;p&gt;In llog_client_create, &apos;handle&apos; is assigned with the return value of llog_alloc_handle,&lt;br/&gt;
which (if !NULL) is directly assigned to the return parameter &apos;*res&apos; (pointer&lt;br/&gt;
to llh in mdc_changelog_send_thread). Then, if something goes wrong, the code&lt;br/&gt;
jump to err_free where &apos;handle&apos; is free &amp;amp; poison but res is keep untouched&lt;br/&gt;
llog_client_create return a value != 0 and a pointer (in *res) to a freed &amp;amp;&lt;br/&gt;
poisoned area.&lt;/p&gt;

&lt;p&gt;In mdc_changelog_send_thread, in case of error the error label (out) rely on&lt;br/&gt;
the fact that if llh is not NULL, it is valid and should be processed by&lt;br/&gt;
llog_cat_put. But it isn&apos;t since it as been poisoned in llog_client_create&lt;br/&gt;
during the previous error handling.&lt;/p&gt;

&lt;p&gt;A simple fix could be to move the *res = handle in llog_client_create just&lt;br/&gt;
before the EXIT macro. The *res will stay untouched until the function&lt;br/&gt;
successfuly complete.&lt;/p&gt;</description>
                <environment></environment>
        <key id="12855">LU-980</key>
            <summary>incompatbile error handling</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="3" iconUrl="https://jira.whamcloud.com/images/icons/priorities/major.svg">Major</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="hongchao.zhang">Hongchao Zhang</assignee>
                                    <reporter username="louveta">Alexandre Louvet</reporter>
                        <labels>
                    </labels>
                <created>Tue, 10 Jan 2012 11:41:46 +0000</created>
                <updated>Tue, 18 Apr 2023 03:21:30 +0000</updated>
                            <resolved>Thu, 29 Mar 2012 08:57:41 +0000</resolved>
                                    <version>Lustre 2.0.0</version>
                                    <fixVersion>Lustre 2.2.0</fixVersion>
                    <fixVersion>Lustre 2.1.2</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>5</watches>
                                                                            <comments>
                            <comment id="26269" author="pjones" created="Tue, 10 Jan 2012 12:50:21 +0000"  >&lt;p&gt;Hongchao&lt;/p&gt;

&lt;p&gt;Can 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="26424" author="hongchao.zhang" created="Thu, 12 Jan 2012 08:30:10 +0000"  >&lt;p&gt;the patch is tracked at &lt;a href=&quot;http://review.whamcloud.com/#change,1958&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#change,1958&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="27851" author="hudson" created="Fri, 3 Feb 2012 00:22:51 +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/452/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,ofa #452&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-980&quot; title=&quot;incompatbile error handling&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-980&quot;&gt;&lt;del&gt;LU-980&lt;/del&gt;&lt;/a&gt; llog: cleanup return value in llog_client_create (Revision e9396abf4199c5877026677c344d25555371fad2)&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=e9396abf4199c5877026677c344d25555371fad2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;e9396abf4199c5877026677c344d25555371fad2&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ptlrpc/llog_client.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="27852" author="hudson" created="Fri, 3 Feb 2012 00:27:18 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el6,ib_stack=inkernel/452/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el6,inkernel #452&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-980&quot; title=&quot;incompatbile error handling&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-980&quot;&gt;&lt;del&gt;LU-980&lt;/del&gt;&lt;/a&gt; llog: cleanup return value in llog_client_create (Revision e9396abf4199c5877026677c344d25555371fad2)&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=e9396abf4199c5877026677c344d25555371fad2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;e9396abf4199c5877026677c344d25555371fad2&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ptlrpc/llog_client.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="27853" author="hudson" created="Fri, 3 Feb 2012 00:28: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-master/./arch=x86_64,build_type=client,distro=el5,ib_stack=inkernel/452/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,inkernel #452&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-980&quot; title=&quot;incompatbile error handling&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-980&quot;&gt;&lt;del&gt;LU-980&lt;/del&gt;&lt;/a&gt; llog: cleanup return value in llog_client_create (Revision e9396abf4199c5877026677c344d25555371fad2)&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=e9396abf4199c5877026677c344d25555371fad2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;e9396abf4199c5877026677c344d25555371fad2&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ptlrpc/llog_client.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="27854" author="hudson" created="Fri, 3 Feb 2012 00:28:52 +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/452/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el6,inkernel #452&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-980&quot; title=&quot;incompatbile error handling&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-980&quot;&gt;&lt;del&gt;LU-980&lt;/del&gt;&lt;/a&gt; llog: cleanup return value in llog_client_create (Revision e9396abf4199c5877026677c344d25555371fad2)&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=e9396abf4199c5877026677c344d25555371fad2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;e9396abf4199c5877026677c344d25555371fad2&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ptlrpc/llog_client.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="27855" author="hudson" created="Fri, 3 Feb 2012 00:29:18 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el5,ib_stack=ofa/452/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,ofa #452&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-980&quot; title=&quot;incompatbile error handling&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-980&quot;&gt;&lt;del&gt;LU-980&lt;/del&gt;&lt;/a&gt; llog: cleanup return value in llog_client_create (Revision e9396abf4199c5877026677c344d25555371fad2)&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=e9396abf4199c5877026677c344d25555371fad2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;e9396abf4199c5877026677c344d25555371fad2&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ptlrpc/llog_client.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="27856" author="hudson" created="Fri, 3 Feb 2012 00:30: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=i686,build_type=server,distro=el5,ib_stack=ofa/452/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,ofa #452&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-980&quot; title=&quot;incompatbile error handling&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-980&quot;&gt;&lt;del&gt;LU-980&lt;/del&gt;&lt;/a&gt; llog: cleanup return value in llog_client_create (Revision e9396abf4199c5877026677c344d25555371fad2)&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=e9396abf4199c5877026677c344d25555371fad2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;e9396abf4199c5877026677c344d25555371fad2&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ptlrpc/llog_client.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="27857" author="hudson" created="Fri, 3 Feb 2012 00:31:07 +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/452/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el6,inkernel #452&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-980&quot; title=&quot;incompatbile error handling&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-980&quot;&gt;&lt;del&gt;LU-980&lt;/del&gt;&lt;/a&gt; llog: cleanup return value in llog_client_create (Revision e9396abf4199c5877026677c344d25555371fad2)&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=e9396abf4199c5877026677c344d25555371fad2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;e9396abf4199c5877026677c344d25555371fad2&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ptlrpc/llog_client.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="27858" author="hudson" created="Fri, 3 Feb 2012 00:31: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-master/./arch=x86_64,build_type=client,distro=sles11,ib_stack=inkernel/452/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,sles11,inkernel #452&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-980&quot; title=&quot;incompatbile error handling&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-980&quot;&gt;&lt;del&gt;LU-980&lt;/del&gt;&lt;/a&gt; llog: cleanup return value in llog_client_create (Revision e9396abf4199c5877026677c344d25555371fad2)&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=e9396abf4199c5877026677c344d25555371fad2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;e9396abf4199c5877026677c344d25555371fad2&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ptlrpc/llog_client.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="27859" author="hudson" created="Fri, 3 Feb 2012 00:32:25 +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/452/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el6,inkernel #452&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-980&quot; title=&quot;incompatbile error handling&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-980&quot;&gt;&lt;del&gt;LU-980&lt;/del&gt;&lt;/a&gt; llog: cleanup return value in llog_client_create (Revision e9396abf4199c5877026677c344d25555371fad2)&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=e9396abf4199c5877026677c344d25555371fad2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;e9396abf4199c5877026677c344d25555371fad2&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ptlrpc/llog_client.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="27860" author="hudson" created="Fri, 3 Feb 2012 00:35:07 +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/452/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,inkernel #452&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-980&quot; title=&quot;incompatbile error handling&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-980&quot;&gt;&lt;del&gt;LU-980&lt;/del&gt;&lt;/a&gt; llog: cleanup return value in llog_client_create (Revision e9396abf4199c5877026677c344d25555371fad2)&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=e9396abf4199c5877026677c344d25555371fad2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;e9396abf4199c5877026677c344d25555371fad2&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ptlrpc/llog_client.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="27861" author="hudson" created="Fri, 3 Feb 2012 00:36:18 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el5,ib_stack=inkernel/452/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,inkernel #452&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-980&quot; title=&quot;incompatbile error handling&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-980&quot;&gt;&lt;del&gt;LU-980&lt;/del&gt;&lt;/a&gt; llog: cleanup return value in llog_client_create (Revision e9396abf4199c5877026677c344d25555371fad2)&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=e9396abf4199c5877026677c344d25555371fad2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;e9396abf4199c5877026677c344d25555371fad2&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ptlrpc/llog_client.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="27862" author="hudson" created="Fri, 3 Feb 2012 00:37:14 +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/452/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,ubuntu1004,inkernel #452&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-980&quot; title=&quot;incompatbile error handling&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-980&quot;&gt;&lt;del&gt;LU-980&lt;/del&gt;&lt;/a&gt; llog: cleanup return value in llog_client_create (Revision e9396abf4199c5877026677c344d25555371fad2)&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=e9396abf4199c5877026677c344d25555371fad2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;e9396abf4199c5877026677c344d25555371fad2&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ptlrpc/llog_client.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="27863" author="hudson" created="Fri, 3 Feb 2012 00:41: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=el5,ib_stack=inkernel/452/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,inkernel #452&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-980&quot; title=&quot;incompatbile error handling&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-980&quot;&gt;&lt;del&gt;LU-980&lt;/del&gt;&lt;/a&gt; llog: cleanup return value in llog_client_create (Revision e9396abf4199c5877026677c344d25555371fad2)&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=e9396abf4199c5877026677c344d25555371fad2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;e9396abf4199c5877026677c344d25555371fad2&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ptlrpc/llog_client.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="27864" author="hudson" created="Fri, 3 Feb 2012 00:49:16 +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/452/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,ofa #452&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-980&quot; title=&quot;incompatbile error handling&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-980&quot;&gt;&lt;del&gt;LU-980&lt;/del&gt;&lt;/a&gt; llog: cleanup return value in llog_client_create (Revision e9396abf4199c5877026677c344d25555371fad2)&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=e9396abf4199c5877026677c344d25555371fad2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;e9396abf4199c5877026677c344d25555371fad2&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ptlrpc/llog_client.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="29253" author="hudson" created="Fri, 17 Feb 2012 12:56:20 +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-980&quot; title=&quot;incompatbile error handling&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-980&quot;&gt;&lt;del&gt;LU-980&lt;/del&gt;&lt;/a&gt; llog: cleanup return value in llog_client_create (Revision e9396abf4199c5877026677c344d25555371fad2)&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=e9396abf4199c5877026677c344d25555371fad2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;e9396abf4199c5877026677c344d25555371fad2&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ptlrpc/llog_client.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="29302" author="hudson" created="Fri, 17 Feb 2012 13:13:22 +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-980&quot; title=&quot;incompatbile error handling&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-980&quot;&gt;&lt;del&gt;LU-980&lt;/del&gt;&lt;/a&gt; llog: cleanup return value in llog_client_create (Revision e9396abf4199c5877026677c344d25555371fad2)&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=e9396abf4199c5877026677c344d25555371fad2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;e9396abf4199c5877026677c344d25555371fad2&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ptlrpc/llog_client.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="29351" author="hudson" created="Fri, 17 Feb 2012 13:39: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/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-980&quot; title=&quot;incompatbile error handling&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-980&quot;&gt;&lt;del&gt;LU-980&lt;/del&gt;&lt;/a&gt; llog: cleanup return value in llog_client_create (Revision e9396abf4199c5877026677c344d25555371fad2)&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=e9396abf4199c5877026677c344d25555371fad2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;e9396abf4199c5877026677c344d25555371fad2&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ptlrpc/llog_client.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="32824" author="pjones" created="Thu, 29 Mar 2012 08:57:41 +0000"  >&lt;p&gt;Landed for 2.2&lt;/p&gt;</comment>
                            <comment id="38913" author="bogl" created="Wed, 16 May 2012 10:38:25 +0000"  >&lt;p&gt;&lt;a href=&quot;http://review.whamcloud.com/#change,2806&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#change,2806&lt;/a&gt;&lt;br/&gt;
back port to b2_1&lt;/p&gt;</comment>
                            <comment id="368251" author="gerrit" created="Mon, 3 Apr 2023 20:36:13 +0000"  >&lt;p&gt;&quot;Andreas Dilger &amp;lt;adilger@whamcloud.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/50511&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/50511&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-980&quot; title=&quot;incompatbile error handling&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-980&quot;&gt;&lt;del&gt;LU-980&lt;/del&gt;&lt;/a&gt; mount: improve mount/unmount messages&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 40638bcfcc4e77dbbaea96f08f5cd78205ff1a34&lt;/p&gt;</comment>
                            <comment id="369705" author="gerrit" created="Tue, 18 Apr 2023 03:21:30 +0000"  >&lt;p&gt;&quot;Oleg Drokin &amp;lt;green@whamcloud.com&amp;gt;&quot; merged in patch &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/50511/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/50511/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-980&quot; title=&quot;incompatbile error handling&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-980&quot;&gt;&lt;del&gt;LU-980&lt;/del&gt;&lt;/a&gt; mount: improve mount/unmount messages&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: cba8c65b384f92d269944042047f7a58d2808530&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|hzv7if:</customfieldvalue>

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