<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:51:08 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-5396] annotations for sparse static analyzer</title>
                <link>https://jira.whamcloud.com/browse/LU-5396</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;sparse (git://git.kernel.org/pub/scm/devel/sparse/sparse.git) is a static analyzer used in kernel dev. After installing it, it can easily be used with Lustre:&lt;/p&gt;
&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;make C=1
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Currently there is about 3900 warnings. Most of it is noise, and a few annotations will silence them. However in that noise, some bugs might be lurking.&lt;/p&gt;

&lt;p&gt;Besides finding bugs, it currently tags 1000 functions that can be made static. Once marked static, that will enable the compiler to optimize them more aggressively, which may lead to some minor performance improvements.&lt;/p&gt;

&lt;p&gt;So far I&apos;ve cleared about 1000 of them and found only one bug (strcmp with userspace provided buffer in fld_proc_hash_seq_write) and several unused functions.&lt;/p&gt;
</description>
                <environment></environment>
        <key id="25701">LU-5396</key>
            <summary>annotations for sparse static analyzer</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="5" iconUrl="https://jira.whamcloud.com/images/icons/priorities/trivial.svg">Trivial</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="dmiter">Dmitry Eremin</assignee>
                                    <reporter username="fzago">Frank Zago</reporter>
                        <labels>
                            <label>patch</label>
                    </labels>
                <created>Wed, 23 Jul 2014 18:53:27 +0000</created>
                <updated>Thu, 26 Feb 2015 22:29:54 +0000</updated>
                            <resolved>Thu, 26 Feb 2015 22:29:54 +0000</resolved>
                                    <version>Lustre 2.6.0</version>
                                    <fixVersion>Lustre 2.7.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>8</watches>
                                                                            <comments>
                            <comment id="89864" author="simmonsja" created="Wed, 23 Jul 2014 19:28:43 +0000"  >&lt;p&gt;This should be linked with the &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-2753&quot; title=&quot;Tracking bug for static code analysis fixes.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-2753&quot;&gt;&lt;del&gt;LU-2753&lt;/del&gt;&lt;/a&gt; work.&lt;/p&gt;</comment>
                            <comment id="89875" author="adilger" created="Wed, 23 Jul 2014 20:34:45 +0000"  >&lt;p&gt;Frank,&lt;br/&gt;
John has started some work using sparse and annotating functions/parameters with __user and such to find incorrect usage.  I would welcome further patches for annotations of the Lustre code to clean up the false positives (and of course fix any resulting bugs) so that sparse can provide more useful output.&lt;/p&gt;

&lt;p&gt;I&apos;d recommend not to put too many changes into a single patch, so that they are easier to inspect and land independently and avoid conflicts with other patches.&lt;/p&gt;</comment>
                            <comment id="89880" author="fzago" created="Wed, 23 Jul 2014 20:44:31 +0000"  >&lt;p&gt;Not a problem Andreas. This is a grinding work that is best done a bit at a time &lt;img class=&quot;emoticon&quot; src=&quot;https://jira.whamcloud.com/images/icons/emoticons/smile.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/p&gt;

&lt;p&gt;use gfp_t:   &lt;a href=&quot;http://review.whamcloud.com/11200&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/11200&lt;/a&gt; (upstream)&lt;/p&gt;</comment>
                            <comment id="89891" author="fzago" created="Wed, 23 Jul 2014 21:37:16 +0000"  >&lt;p&gt;Add __user annotations. This apparently may conflict with John&apos;s patches, but I&apos;ve had these for a while already.&lt;br/&gt;
   &lt;a href=&quot;http://review.whamcloud.com/11480&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/11480&lt;/a&gt; (upstream)&lt;br/&gt;
   &lt;a href=&quot;http://review.whamcloud.com/11202&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/11202&lt;/a&gt; (upstream)&lt;br/&gt;
   &lt;a href=&quot;http://review.whamcloud.com/11203&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/11203&lt;/a&gt; (abandoned)&lt;br/&gt;
   &lt;a href=&quot;http://review.whamcloud.com/11204&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/11204&lt;/a&gt; (abandoned)&lt;br/&gt;
   &lt;a href=&quot;http://review.whamcloud.com/11205&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/11205&lt;/a&gt; (abandoned)&lt;br/&gt;
   &lt;a href=&quot;http://review.whamcloud.com/11206&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/11206&lt;/a&gt; (abandoned)&lt;/p&gt;</comment>
                            <comment id="90546" author="fzago" created="Thu, 31 Jul 2014 15:42:30 +0000"  >&lt;p&gt;Locking annotations:&lt;br/&gt;
    &lt;a href=&quot;http://review.whamcloud.com/11481&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/11481&lt;/a&gt; (upstream)&lt;br/&gt;
    &lt;a href=&quot;http://review.whamcloud.com/11294&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/11294&lt;/a&gt; (upstream)&lt;br/&gt;
    &lt;a href=&quot;http://review.whamcloud.com/11295&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/11295&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="90637" author="fzago" created="Fri, 1 Aug 2014 15:07:38 +0000"  >&lt;p&gt;Made some functions static:&lt;br/&gt;
 &lt;a href=&quot;http://review.whamcloud.com/11305&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/11305&lt;/a&gt; (upstream)&lt;br/&gt;
 &lt;a href=&quot;http://review.whamcloud.com/11306&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/11306&lt;/a&gt;&lt;/p&gt;

&lt;p&gt; &lt;a href=&quot;http://review.whamcloud.com/11255&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/11255&lt;/a&gt; (upstream)&lt;br/&gt;
 &lt;a href=&quot;http://review.whamcloud.com/11256&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/11256&lt;/a&gt; (upstream)&lt;/p&gt;</comment>
                            <comment id="93438" author="fzago" created="Mon, 8 Sep 2014 16:39:13 +0000"  >&lt;p&gt;Add __user annotations.&lt;/p&gt;

&lt;p&gt;   &lt;a href=&quot;http://review.whamcloud.com/11802&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/11802&lt;/a&gt; (abandoned, see below)&lt;br/&gt;
   &lt;a href=&quot;http://review.whamcloud.com/11803&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/11803&lt;/a&gt; (abandoned, see below)&lt;br/&gt;
   &lt;a href=&quot;http://review.whamcloud.com/11804&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/11804&lt;/a&gt; (abandoned, see below)&lt;br/&gt;
   &lt;a href=&quot;http://review.whamcloud.com/11805&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/11805&lt;/a&gt; (abandoned, see below)&lt;br/&gt;
   &lt;a href=&quot;http://review.whamcloud.com/11806&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/11806&lt;/a&gt; (abandoned, see below)&lt;br/&gt;
   &lt;a href=&quot;http://review.whamcloud.com/11807&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/11807&lt;/a&gt; (abandoned, see below)&lt;br/&gt;
   &lt;a href=&quot;http://review.whamcloud.com/11808&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/11808&lt;/a&gt; (abandoned, see below)&lt;br/&gt;
   &lt;a href=&quot;http://review.whamcloud.com/11809&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/11809&lt;/a&gt; (abandoned, see below)&lt;br/&gt;
   &lt;a href=&quot;http://review.whamcloud.com/11810&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/11810&lt;/a&gt; (abandoned, see below)&lt;/p&gt;</comment>
                            <comment id="93449" author="simmonsja" created="Mon, 8 Sep 2014 17:48:56 +0000"  >&lt;p&gt;Thank you for doing this. A lot of the upstream kernel Lustre client patches are these types of patches. This will help us move closer to the upstream client for style issues much faster.&lt;/p&gt;</comment>
                            <comment id="93481" author="fzago" created="Mon, 8 Sep 2014 22:02:47 +0000"  >&lt;p&gt;Add __user annotations (same as above, but 1 patch per branch)&lt;br/&gt;
   &lt;a href=&quot;http://review.whamcloud.com/11817&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/11817&lt;/a&gt; (upstream)&lt;br/&gt;
   &lt;a href=&quot;http://review.whamcloud.com/11818&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/11818&lt;/a&gt; (upstream)&lt;br/&gt;
   &lt;a href=&quot;http://review.whamcloud.com/11819&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/11819&lt;/a&gt; (upstream)&lt;br/&gt;
   &lt;a href=&quot;http://review.whamcloud.com/11820&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/11820&lt;/a&gt; (upstream)&lt;br/&gt;
   &lt;a href=&quot;http://review.whamcloud.com/11821&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/11821&lt;/a&gt; (upstream)&lt;br/&gt;
   &lt;a href=&quot;http://review.whamcloud.com/11822&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/11822&lt;/a&gt; (upstream)&lt;br/&gt;
   &lt;a href=&quot;http://review.whamcloud.com/11823&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/11823&lt;/a&gt; (upstream)&lt;br/&gt;
   &lt;a href=&quot;http://review.whamcloud.com/11824&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/11824&lt;/a&gt; (upstream)&lt;/p&gt;</comment>
                            <comment id="95689" author="pjones" created="Mon, 6 Oct 2014 11:49:06 +0000"  >&lt;p&gt;Frank&lt;/p&gt;

&lt;p&gt;I see that all the present patches tracked under this ticket have landed. Are there more to come or can we now close this ticket?&lt;/p&gt;

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="95705" author="fzago" created="Mon, 6 Oct 2014 14:56:26 +0000"  >&lt;p&gt;Hi Peter, there&apos;s quite a few more patches to come.&lt;/p&gt;

&lt;p&gt;Number of warnings is down to less to 1000 now.&lt;/p&gt;</comment>
                            <comment id="95716" author="pjones" created="Mon, 6 Oct 2014 16:52:04 +0000"  >&lt;p&gt;A 1000?! The final straight then &lt;img class=&quot;emoticon&quot; src=&quot;https://jira.whamcloud.com/images/icons/emoticons/smile.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/p&gt;</comment>
                            <comment id="95805" author="fzago" created="Tue, 7 Oct 2014 15:24:41 +0000"  >&lt;p&gt;Make some static symbols:&lt;br/&gt;
&lt;a href=&quot;http://review.whamcloud.com/12206&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/12206&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;http://review.whamcloud.com/12207&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/12207&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;http://review.whamcloud.com/12211&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/12211&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;http://review.whamcloud.com/12219&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/12219&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;http://review.whamcloud.com/12220&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/12220&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;http://review.whamcloud.com/12221&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/12221&lt;/a&gt; &lt;br/&gt;
&lt;a href=&quot;http://review.whamcloud.com/12222&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/12222&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;http://review.whamcloud.com/12223&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/12223&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Done for this series. There will a new one once this one is integrated.&lt;/p&gt;</comment>
                            <comment id="98388" author="fzago" created="Wed, 5 Nov 2014 00:02:50 +0000"  >&lt;p&gt;0 -&amp;gt; NULL: &lt;br/&gt;
&lt;a href=&quot;http://review.whamcloud.com/12567&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/12567&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="101056" author="gerrit" created="Tue, 9 Dec 2014 08:11:08 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/12207/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/12207/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-5396&quot; title=&quot;annotations for sparse static analyzer&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-5396&quot;&gt;&lt;del&gt;LU-5396&lt;/del&gt;&lt;/a&gt; libcfs: make some functions static&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 336f628d5ea17cb0afe26cd966e333e40755b38b&lt;/p&gt;</comment>
                            <comment id="101057" author="gerrit" created="Tue, 9 Dec 2014 08:11:20 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/12211/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/12211/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-5396&quot; title=&quot;annotations for sparse static analyzer&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-5396&quot;&gt;&lt;del&gt;LU-5396&lt;/del&gt;&lt;/a&gt; llite: make some functions static&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 26bcb8fcd034f2edc993fa27a9158479836523b8&lt;/p&gt;</comment>
                            <comment id="101058" author="gerrit" created="Tue, 9 Dec 2014 08:11:32 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/12219/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/12219/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-5396&quot; title=&quot;annotations for sparse static analyzer&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-5396&quot;&gt;&lt;del&gt;LU-5396&lt;/del&gt;&lt;/a&gt; ptlrpc: make some functions static&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: d00c924149b5dd042e6fee09ef724013df1b4e14&lt;/p&gt;</comment>
                            <comment id="101059" author="gerrit" created="Tue, 9 Dec 2014 08:11:44 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/12221/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/12221/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-5396&quot; title=&quot;annotations for sparse static analyzer&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-5396&quot;&gt;&lt;del&gt;LU-5396&lt;/del&gt;&lt;/a&gt; lov: (and ldlm) make some functions static&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 9c6d90191a7d7685d98aee7fb49ff6c23e3956ff&lt;/p&gt;</comment>
                            <comment id="101060" author="gerrit" created="Tue, 9 Dec 2014 08:11:59 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/12222/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/12222/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-5396&quot; title=&quot;annotations for sparse static analyzer&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-5396&quot;&gt;&lt;del&gt;LU-5396&lt;/del&gt;&lt;/a&gt; mdc: (and lmv, mgc, osc) make some functions static&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 35fe4c696dd0faadc9405c19c68f0dd56aa5bb01&lt;/p&gt;</comment>
                            <comment id="101916" author="gerrit" created="Thu, 18 Dec 2014 03:26:36 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/12220/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/12220/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-5396&quot; title=&quot;annotations for sparse static analyzer&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-5396&quot;&gt;&lt;del&gt;LU-5396&lt;/del&gt;&lt;/a&gt; obdclass: make some functions static&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: e0ece89e1ac014a8443fe95860c4a43b88f16f63&lt;/p&gt;</comment>
                            <comment id="102961" author="gerrit" created="Fri, 9 Jan 2015 03:11:25 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/12206/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/12206/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-5396&quot; title=&quot;annotations for sparse static analyzer&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-5396&quot;&gt;&lt;del&gt;LU-5396&lt;/del&gt;&lt;/a&gt; lnet: make some functions static&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 33984c012883a7c714429d2c612cf6dcda191974&lt;/p&gt;</comment>
                            <comment id="103135" author="gerrit" created="Sat, 10 Jan 2015 04:41:10 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/12223/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/12223/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-5396&quot; title=&quot;annotations for sparse static analyzer&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-5396&quot;&gt;&lt;del&gt;LU-5396&lt;/del&gt;&lt;/a&gt; lod: (and mdt, mgs) make some symbols static&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: ad1810a2dbea1eed5e8b5feb55bdf915a545feb3&lt;/p&gt;</comment>
                            <comment id="103136" author="gerrit" created="Sat, 10 Jan 2015 04:41:26 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/12567/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/12567/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-5396&quot; title=&quot;annotations for sparse static analyzer&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-5396&quot;&gt;&lt;del&gt;LU-5396&lt;/del&gt;&lt;/a&gt; all: use NULL instead of 0&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: e49995acfd026f3ca85d05dc1b91d97a8743fe72&lt;/p&gt;</comment>
                            <comment id="103273" author="simmonsja" created="Mon, 12 Jan 2015 22:12:10 +0000"  >&lt;p&gt;Looks like all the patches for this ticket were landed.&lt;/p&gt;</comment>
                            <comment id="103275" author="fzago" created="Mon, 12 Jan 2015 22:13:20 +0000"  >&lt;p&gt;There&apos;s more patches to come. There&apos;s about 300 warnings left.&lt;/p&gt;</comment>
                            <comment id="108179" author="adilger" created="Thu, 26 Feb 2015 22:29:44 +0000"  >&lt;p&gt;Create a new ticket &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6302&quot; title=&quot;annotations for sparse static analyzer&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6302&quot;&gt;&lt;del&gt;LU-6302&lt;/del&gt;&lt;/a&gt; for future sparse patches, close this one for the fixes landed to 2.7.0.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="17451">LU-2753</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="28577">LU-6215</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="28879">LU-6302</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <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|hzws1z:</customfieldvalue>

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