<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:57:02 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-6079] missing NR_CPUS definition in socklnd</title>
                <link>https://jira.whamcloud.com/browse/LU-6079</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;the problem was introduced with commit Id10683e95277791f9c99492907369a608b28a1fb: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-2675&quot; title=&quot;clang: code cleanups for sparse static analyzer&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-2675&quot;&gt;&lt;del&gt;LU-2675&lt;/del&gt;&lt;/a&gt; lnet: remove lnet/include/lnet/linux/&lt;/p&gt;
</description>
                <environment></environment>
        <key id="28038">LU-6079</key>
            <summary>missing NR_CPUS definition in socklnd</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="bzzz">Alex Zhuravlev</assignee>
                                    <reporter username="bzzz">Alex Zhuravlev</reporter>
                        <labels>
                    </labels>
                <created>Sat, 3 Jan 2015 11:09:58 +0000</created>
                <updated>Mon, 12 Jan 2015 19:05:18 +0000</updated>
                            <resolved>Mon, 12 Jan 2015 19:05:18 +0000</resolved>
                                    <version>Lustre 2.7.0</version>
                                    <fixVersion>Lustre 2.7.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>7</watches>
                                                                            <comments>
                            <comment id="102487" author="gerrit" created="Sat, 3 Jan 2015 11:11:21 +0000"  >&lt;p&gt;Alex Zhuravlev (alexey.zhuravlev@intel.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/13229&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/13229&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6079&quot; title=&quot;missing NR_CPUS definition in socklnd&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6079&quot;&gt;&lt;del&gt;LU-6079&lt;/del&gt;&lt;/a&gt; lnet: add missing include to define NR_CPUS&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 3bcf43ec63538d158ca33dcde139910866249554&lt;/p&gt;</comment>
                            <comment id="102549" author="adilger" created="Mon, 5 Jan 2015 18:14:16 +0000"  >&lt;p&gt;What is the specific need for this patch?  It isn&apos;t causing problems on any of the kernels that we are currently building. &lt;/p&gt;</comment>
                            <comment id="102560" author="bzzz" created="Mon, 5 Jan 2015 18:50:59 +0000"  >&lt;p&gt;  CC &lt;span class=&quot;error&quot;&gt;&amp;#91;M&amp;#93;&lt;/span&gt;  /work/lustre/head3/lnet/klnds/socklnd/socklnd.o&lt;br/&gt;
In file included from /work/lustre/linux-2.6.32-431.el6/arch/x86/include/asm/irq.h:11:0,&lt;br/&gt;
                 from /work/lustre/head3/lnet/klnds/socklnd/socklnd.h:34,&lt;br/&gt;
                 from /work/lustre/head3/lnet/klnds/socklnd/socklnd.c:44:&lt;br/&gt;
/work/lustre/linux-2.6.32-431.el6/arch/x86/include/asm/irq_vectors.h:171:7: error: &quot;NR_CPUS&quot; is not defined &lt;span class=&quot;error&quot;&gt;&amp;#91;-Werror=undef&amp;#93;&lt;/span&gt;&lt;br/&gt;
In file included from /work/lustre/head3/lnet/klnds/socklnd/socklnd.h:34:0,&lt;br/&gt;
                 from /work/lustre/head3/lnet/klnds/socklnd/socklnd.c:44:&lt;br/&gt;
/work/lustre/linux-2.6.32-431.el6/arch/x86/include/asm/irq.h:38:1: error: unknown type name &apos;bool&apos;&lt;br/&gt;
/work/lustre/linux-2.6.32-431.el6/arch/x86/include/asm/irq.h:38:45: error: &apos;struct pt_regs&apos; declared inside parameter list &lt;span class=&quot;error&quot;&gt;&amp;#91;-Werror&amp;#93;&lt;/span&gt;&lt;br/&gt;
/work/lustre/linux-2.6.32-431.el6/arch/x86/include/asm/irq.h:38:45: error: its scope is only this definition or declaration, which is probably not what you want &lt;span class=&quot;error&quot;&gt;&amp;#91;-Werror&amp;#93;&lt;/span&gt;&lt;br/&gt;
/work/lustre/linux-2.6.32-431.el6/arch/x86/include/asm/irq.h:40:35: error: &apos;struct pt_regs&apos; declared inside parameter list &lt;span class=&quot;error&quot;&gt;&amp;#91;-Werror&amp;#93;&lt;/span&gt;&lt;br/&gt;
/work/lustre/linux-2.6.32-431.el6/arch/x86/include/asm/irq.h:43:37: error: expected &apos;)&apos; before numeric constant&lt;br/&gt;
cc1: all warnings being treated as errors&lt;/p&gt;

&lt;p&gt;gcc version 4.7.2 (GCC)&lt;/p&gt;
</comment>
                            <comment id="102611" author="adilger" created="Tue, 6 Jan 2015 02:57:50 +0000"  >&lt;p&gt;It seems the core probkem is that we are including &amp;lt;asm/irq.h&amp;gt; instead of the proper &amp;lt;linux/*.h&amp;gt; header. &lt;/p&gt;</comment>
                            <comment id="102621" author="bzzz" created="Tue, 6 Jan 2015 11:07:26 +0000"  >&lt;p&gt;right, it actually builds fine with no &amp;lt;asm/irq.h&amp;gt;. the updated patch has been pushed to gerrit.&lt;/p&gt;</comment>
                            <comment id="102959" author="gerrit" created="Fri, 9 Jan 2015 03:10:54 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/13229/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/13229/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6079&quot; title=&quot;missing NR_CPUS definition in socklnd&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6079&quot;&gt;&lt;del&gt;LU-6079&lt;/del&gt;&lt;/a&gt; lnet: remove asm/irq.h include&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: e19162ca0dbfb261c69c2f63bb3ecb67a337eb27&lt;/p&gt;</comment>
                            <comment id="103224" author="pjones" created="Mon, 12 Jan 2015 19:05:18 +0000"  >&lt;p&gt;Landed for 2.7&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|hzx35r:</customfieldvalue>

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