<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:01:09 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-6547] build errors building against recent 4.1-rc1 kernel on Ubuntu 15.04 building linux-tracefile</title>
                <link>https://jira.whamcloud.com/browse/LU-6547</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;Building against a recent kernel the -Werror option in the Rules file is catching a re-definition of  CONFIG_LNET_MAX_PAYLOAD and causing the build to fail.&lt;/p&gt;

&lt;p&gt;make&lt;span class=&quot;error&quot;&gt;&amp;#91;3&amp;#93;&lt;/span&gt;: Entering directory &apos;/usr/src/linux-headers-4.1.0-rc1+&apos;&lt;br/&gt;
  LD      /home/king/lustre/lustre-release/built-in.o&lt;br/&gt;
  LD      /home/king/lustre/lustre-release/libcfs/built-in.o&lt;br/&gt;
  LD      /home/king/lustre/lustre-release/libcfs/libcfs/built-in.o&lt;br/&gt;
  CC &lt;span class=&quot;error&quot;&gt;&amp;#91;M&amp;#93;&lt;/span&gt;  /home/king/lustre/lustre-release/libcfs/libcfs/linux/linux-tracefile.o&lt;br/&gt;
In file included from &amp;lt;command-line&amp;gt;:0:0:&lt;br/&gt;
/home/king/lustre/lustre-release/config.h:26:0: error: &quot;CONFIG_LNET_MAX_PAYLOAD&quot; redefined &lt;span class=&quot;error&quot;&gt;&amp;#91;-Werror&amp;#93;&lt;/span&gt;&lt;br/&gt;
 #define CONFIG_LNET_MAX_PAYLOAD LNET_MTU&lt;br/&gt;
 ^&lt;br/&gt;
In file included from /usr/src/linux-headers-4.1.0-rc1+/include/linux/kconfig.h:4:0,&lt;br/&gt;
                 from &amp;lt;command-line&amp;gt;:0:&lt;br/&gt;
include/generated/autoconf.h:4174:0: note: this is the location of the previous definition&lt;br/&gt;
 #define CONFIG_LNET_MAX_PAYLOAD 1048576&lt;br/&gt;
 ^&lt;br/&gt;
cc1: all warnings being treated as errors&lt;br/&gt;
scripts/Makefile.build:258: recipe for target &apos;/home/king/lustre/lustre-release/libcfs/libcfs/linux/linux-tracefile.o&apos; failed&lt;/p&gt;</description>
                <environment></environment>
        <key id="29795">LU-6547</key>
            <summary>build errors building against recent 4.1-rc1 kernel on Ubuntu 15.04 building linux-tracefile</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="3">Duplicate</resolution>
                                        <assignee username="wc-triage">WC Triage</assignee>
                                    <reporter username="colinianking">Colin Ian King</reporter>
                        <labels>
                    </labels>
                <created>Thu, 30 Apr 2015 13:12:50 +0000</created>
                <updated>Wed, 5 Aug 2015 14:17:14 +0000</updated>
                            <resolved>Wed, 5 Aug 2015 14:17:14 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                            <comments>
                            <comment id="113900" author="green" created="Thu, 30 Apr 2015 17:23:23 +0000"  >&lt;p&gt;The problem at hand is you probably have lustre configured i nthe kernel as a module or something, and this is not supported due to all sort of symbol clases, I suspect this is just a tip of the iceberg you are seeing here.&lt;/p&gt;

&lt;p&gt;If you want to build out of tree lustre, the in-tree lustre client should be disabled.&lt;/p&gt;</comment>
                            <comment id="113955" author="simmonsja" created="Fri, 1 May 2015 00:41:44 +0000"  >&lt;p&gt;Yep, its the tip of the iceberg. If you want to build the intel branch against 4.1-rc1 you will a bunch more patches just to make it work. See &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6215&quot; title=&quot;Sync Lustre external tree with lustre linux kernel client&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6215&quot;&gt;&lt;del&gt;LU-6215&lt;/del&gt;&lt;/a&gt; for details about that work.&lt;/p&gt;</comment>
                            <comment id="115563" author="simmonsja" created="Fri, 15 May 2015 22:40:22 +0000"  >&lt;p&gt;I have submitted a bunch of patches for Ubuntu15 support. Only thing left is handle filldir_t api changes and generic_file_aio_XX changes.&lt;/p&gt;</comment>
                            <comment id="116741" author="simmonsja" created="Thu, 28 May 2015 19:35:27 +0000"  >&lt;p&gt;I have submitted all the patches needed to support Ubuntu15 now. With those patches also kernels up to 4.0 are supported.&lt;/p&gt;

&lt;p&gt;Colin do you have a gerrit account so I can add you to review the patches needed.&lt;/p&gt;</comment>
                            <comment id="117087" author="simmonsja" created="Mon, 1 Jun 2015 18:29:08 +0000"  >&lt;p&gt;The need the following patches applied to master to run on Ubuntu15:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://review.whamcloud.com/#/c/14598&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#/c/14598&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;http://review.whamcloud.com/#/c/14669&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#/c/14669&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;http://review.whamcloud.com/#/c/14683&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#/c/14683&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;http://review.whamcloud.com/#/c/14681&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#/c/14681&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;http://review.whamcloud.com/#/c/15028&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#/c/15028&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;http://review.whamcloud.com/#/c/14624&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#/c/14624&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="119093" author="simmonsja" created="Fri, 19 Jun 2015 12:54:30 +0000"  >&lt;p&gt;Only one patch needed to support Ubuntu15 - &lt;a href=&quot;http://review.whamcloud.com/#/c/15028&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#/c/15028&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="123316" author="simmonsja" created="Wed, 5 Aug 2015 13:39:17 +0000"  >&lt;p&gt;All patches for Ubuntu15 support have landed. This ticket reported the same problems as &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-5628&quot; title=&quot;Dealing with kernels that have lustre enabled already&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-5628&quot;&gt;&lt;del&gt;LU-5628&lt;/del&gt;&lt;/a&gt; so it can be now closed as a duplicate.&lt;/p&gt;</comment>
                            <comment id="123329" author="pjones" created="Wed, 5 Aug 2015 14:17:14 +0000"  >&lt;p&gt;ok - thanks James&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="26586">LU-5628</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="28577">LU-6215</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|hzxc7r:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9223372036854775807</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10060" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Severity</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10020"><![CDATA[1]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        </customfields>
    </item>
</channel>
</rss>