<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:50:29 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-5322] support for 3.16 linux kernel</title>
                <link>https://jira.whamcloud.com/browse/LU-5322</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;tracker for 3.16 kernel support&lt;br/&gt;
all mods for kernel versions &amp;gt; 3.14 should be collected here&lt;/p&gt;

&lt;p&gt;fc20 recently bumped their kernel version from 3.14.x to 3.15.x&lt;br/&gt;
new build failures are now showing up&lt;/p&gt;

&lt;p&gt;Some issues already mentioned in comments in &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-4993&quot; title=&quot;support for 3.14 linux kernel&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-4993&quot;&gt;&lt;del&gt;LU-4993&lt;/del&gt;&lt;/a&gt;&lt;/p&gt;</description>
                <environment>fc20</environment>
        <key id="25525">LU-5322</key>
            <summary>support for 3.16 linux kernel</summary>
                <type id="4" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11310&amp;avatarType=issuetype">Improvement</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="1">Fixed</resolution>
                                        <assignee username="bogl">Bob Glossman</assignee>
                                    <reporter username="bogl">Bob Glossman</reporter>
                        <labels>
                    </labels>
                <created>Thu, 10 Jul 2014 17:08:16 +0000</created>
                <updated>Thu, 19 Feb 2015 20:02:58 +0000</updated>
                            <resolved>Wed, 18 Feb 2015 21:47:47 +0000</resolved>
                                                    <fixVersion>Lustre 2.7.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>5</watches>
                                                                            <comments>
                            <comment id="88777" author="simmonsja" created="Thu, 10 Jul 2014 21:50:24 +0000"  >&lt;p&gt;&lt;a href=&quot;http://review.whamcloud.com/#/c/11058&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#/c/11058&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;http://review.whamcloud.com/#/c/11059&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#/c/11059&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="88821" author="simmonsja" created="Fri, 11 Jul 2014 13:30:31 +0000"  >&lt;p&gt;Bob does this help ?&lt;/p&gt;</comment>
                            <comment id="88828" author="bogl" created="Fri, 11 Jul 2014 14:03:47 +0000"  >&lt;p&gt;James, Yes, that help&apos;s a lot.  With those patches I can build client-only again in 3.15+. I will need to refresh the ldiskfs patches before I can build servers.  Changes from the 3.12 reference set are a bit more than those I had for 3.14.&lt;/p&gt;</comment>
                            <comment id="93982" author="bogl" created="Mon, 15 Sep 2014 15:30:59 +0000"  >&lt;p&gt;fc20 just recently jumped from a 3.15.x kernels to 3.16.2-200.fc20.  With the switch to 3.16 now seeing new build failures, even in client only builds.  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/llite/llite_capa.o
  CC [M]  /home/bogl/lustre-release/lustre/llite/rw26.o
/home/bogl/lustre-release/lustre/llite/rw26.c:700:9: error: initialization from incompatible pointer type [-Werror]
         .direct_IO      = ll_direct_IO_26,
         ^
/home/bogl/lustre-release/lustre/llite/rw26.c:700:9: error: (near initialization for &#8216;ll_aops.direct_IO&#8217;) [-Werror]
cc1: all warnings being treated as errors
make[6]: *** [/home/bogl/lustre-release/lustre/llite/rw26.o] Error 1
make[5]: *** [/home/bogl/lustre-release/lustre/llite] Error 2
make[4]: *** [/home/bogl/lustre-release/lustre] Error 2
make[3]: *** [_module_/home/bogl/lustre-release] Error 2
make[3]: Leaving directory `/usr/src/kernels/3.16.2-200.fc20.x86_64&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;</comment>
                            <comment id="94774" author="bogl" created="Tue, 23 Sep 2014 20:21:53 +0000"  >&lt;p&gt;similar build failure also seen in fc21 alpha, just announced.  it also has a 3.16 kernel, just like fc20.&lt;/p&gt;</comment>
                            <comment id="107295" author="jlevi" created="Wed, 18 Feb 2015 21:47:47 +0000"  >&lt;p&gt;Patches landed to Master.&lt;/p&gt;</comment>
                            <comment id="107371" author="bastianneuburger" created="Thu, 19 Feb 2015 17:26:43 +0000"  >&lt;p&gt;Still experiencing the build failure described by Bob on 15/Sep/14 with today&apos;s master (commit: 4de90170e2573321e7691364d1d527aedfd25ff9). As far as I understand the problem in this case are the changes to VFS from Linux 3.15 to 3.16. Documentation/filesystems/vfs.txt demands the following signature for direct_IO:&lt;br/&gt;
  &lt;tt&gt;ssize_t (*direct_IO)(int, struct kiocb *, struct iov_iter *iter, loff_t offset);&lt;/tt&gt; &lt;br/&gt;
whereas rw26.c in master has &lt;br/&gt;
  &lt;tt&gt;static ssize_t ll_direct_IO_26(int rw, struct kiocb *iocb,  const struct iovec *iov, loff_t file_offset, unsigned long nr_segs)&lt;/tt&gt;&lt;br/&gt;
which is ok until including Kernel 3.15 but not anymore for 3.16.&lt;br/&gt;
The upstream kernel lustre client has a matching function signature for it.&lt;/p&gt;</comment>
                            <comment id="107402" author="simmonsja" created="Thu, 19 Feb 2015 19:34:13 +0000"  >&lt;p&gt;Sorry I have been busy doing other clean ups. I plan to complete this for Lustre 2.8.&lt;/p&gt;</comment>
                            <comment id="107409" author="bogl" created="Thu, 19 Feb 2015 20:02:58 +0000"  >&lt;p&gt;please track issues for later lustre versions in &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6260&quot; title=&quot;more support for 3.16 linux kernel&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6260&quot;&gt;&lt;del&gt;LU-6260&lt;/del&gt;&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="24537">LU-4993</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="26499">LU-5609</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="28768">LU-6260</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </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|hzwr47:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>14860</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                </customfields>
    </item>
</channel>
</rss>