<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:54:52 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-5826] build broken by new spl includes</title>
                <link>https://jira.whamcloud.com/browse/LU-5826</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;lustre server builds with zfs using the most recent master versions of spl and zfs fail in osd-zfs.  this problem isn&apos;t seen when building with a fixed version of 0.6.3 or earlier of spl, so it must be due to very recent changes.   not a blocker as long as we build with a fixed version of spl that works, but will become a problem the next time we move to later tagged versions.&lt;/p&gt;

&lt;p&gt;looks like the underlying cause is conflicting defn&apos;s of SHRINK_STOP in spl #includes and lustre #includes.  example errors:&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;  CC [M]  /home/bogl/lustre-release/lustre/osd-zfs/osd_handler.o
In file included from /home/bogl/spl/include/sys/types.h:38,
                 from /home/bogl/spl/include/sys/kstat.h:30,
                 from /home/bogl/lustre-release/lustre/osd-zfs/osd_internal.h:54,
                 from /home/bogl/lustre-release/lustre/osd-zfs/osd_handler.c:60:
/home/bogl/spl/include/linux/mm_compat.h:206:1: error: &quot;SHRINK_STOP&quot; redefined
In file included from /home/bogl/lustre-release/libcfs/include/libcfs/linux/libcfs.h:52,
                 from /home/bogl/lustre-release/libcfs/include/libcfs/libcfs.h:43,
                 from /home/bogl/lustre-release/lustre/osd-zfs/osd_handler.c:50:
/home/bogl/lustre-release/libcfs/include/libcfs/linux/linux-mem.h:149:1: error: this is the location of the previous definition
make[6]: *** [/home/bogl/lustre-release/lustre/osd-zfs/osd_handler.o] Error 1
make[5]: *** [/home/bogl/lustre-release/lustre/osd-zfs] Error 2
make[4]: *** [/home/bogl/lustre-release/lustre] Error 2
make[3]: *** [_module_/home/bogl/lustre-release] Error 2
make[3]: Leaving directory `/home/bogl/rpmbuild/BUILD/kernel-2.6.32.431.29.2.l0924&apos;
make[2]: *** [modules] Error 2
make[2]: Leaving directory `/home/bogl/lustre-release&apos;
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/bogl/lustre-release&apos;
make: *** [all] Error 2
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
</description>
                <environment></environment>
        <key id="27369">LU-5826</key>
            <summary>build broken by new spl includes</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="5">Cannot Reproduce</resolution>
                                        <assignee username="wc-triage">WC Triage</assignee>
                                    <reporter username="bogl">Bob Glossman</reporter>
                        <labels>
                    </labels>
                <created>Wed, 29 Oct 2014 18:32:43 +0000</created>
                <updated>Sat, 9 Oct 2021 06:40:33 +0000</updated>
                            <resolved>Sat, 9 Oct 2021 06:40:33 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>5</watches>
                                                                            <comments>
                            <comment id="97877" author="isaac" created="Wed, 29 Oct 2014 19:35:52 +0000"  >&lt;p&gt;It&apos;s a recent commit to support new kernel shrinker API:&lt;br/&gt;
&lt;a href=&quot;https://github.com/zfsonlinux/spl/pull/403&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/zfsonlinux/spl/pull/403&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="98072" author="green" created="Fri, 31 Oct 2014 17:35:26 +0000"  >&lt;p&gt;Is this something that only happens for you on some special kernel build? Because I did not get any build failure emails.&lt;/p&gt;

&lt;p&gt;If this is also happens on general builds that means the notifications are broken again.&lt;/p&gt;</comment>
                            <comment id="98093" author="bogl" created="Fri, 31 Oct 2014 19:17:09 +0000"  >&lt;p&gt;nothing special about it, just using latest master spl/zfs.  I repeat, not seen in Jenkins builds since those are done with older static versions of spl/zfs.&lt;/p&gt;</comment>
                            <comment id="101765" author="nedbass" created="Tue, 16 Dec 2014 22:39:16 +0000"  >&lt;p&gt;A pair of patches recently landed in the SPL and ZFS master branches to fix this build error.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://github.com/zfsonlinux/spl/commit/52479ec&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/zfsonlinux/spl/commit/52479ec&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://github.com/zfsonlinux/zfs/commit/aaed7c40&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/zfsonlinux/zfs/commit/aaed7c40&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="101819" author="bogl" created="Wed, 17 Dec 2014 16:11:32 +0000"  >&lt;p&gt;I have verified that building with the latest master versions of spl/zfs now works properly on both el6 and el7.  I think this ticket may be closed.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="27948">LU-6038</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|hzwzrz:</customfieldvalue>

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