<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:36:11 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-10560] Fixes for 4.14 kernel</title>
                <link>https://jira.whamcloud.com/browse/LU-10560</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;While Mike Marciniszyn was testing the TID-RDMA he tried to build Lustre against upstream. And ran into this build error:&lt;/p&gt;

&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;make[3]: Entering directory `/nfs/sc/disks/fabric_work/mmarciniszyn/repos/wfr/wf                                                                                                                                                             r-linux-devel&apos;
  CC [M]  /nfs/sc/disks/fabric_work/mmarciniszyn/repos/lustre-release/libcfs/libcfs/linux/linux-tracefile.o
  CC [M]  /nfs/sc/disks/fabric_work/mmarciniszyn/repos/lustre-release/libcfs/libcfs/linux/linux-debug.o
In file included from /nfs/sc/disks/fabric_work/mmarciniszyn/repos/lustre-release/libcfs/libcfs/linux/linux-debug.c:50:0:
./arch/x86/include/asm/uaccess.h: In function &#8216;set_fs&#8217;:
./arch/x86/include/asm/uaccess.h:31:9: error: dereferencing pointer to incomplete type
  current-&amp;gt;thread.addr_limit = fs; 
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment></environment>
        <key id="50385">LU-10560</key>
            <summary>Fixes for 4.14 kernel</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="1">Fixed</resolution>
                                        <assignee username="simmonsja">James A Simmons</assignee>
                                    <reporter username="ashehata">Amir Shehata</reporter>
                        <labels>
                            <label>llnl</label>
                    </labels>
                <created>Wed, 24 Jan 2018 22:49:22 +0000</created>
                <updated>Wed, 1 May 2019 20:18:54 +0000</updated>
                            <resolved>Sat, 12 May 2018 05:45:48 +0000</resolved>
                                                    <fixVersion>Lustre 2.12.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>10</watches>
                                                                            <comments>
                            <comment id="219056" author="gerrit" created="Wed, 24 Jan 2018 22:59:14 +0000"  >&lt;p&gt;Andreas Dilger (andreas.dilger@intel.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/31007&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/31007&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-10560&quot; title=&quot;Fixes for 4.14 kernel&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-10560&quot;&gt;&lt;del&gt;LU-10560&lt;/del&gt;&lt;/a&gt; libcfs: remove extra headers from linux-debug.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: a8aeb8cfb5e074530e044a1315de1e151061fa0e&lt;/p&gt;</comment>
                            <comment id="219448" author="ashehata" created="Tue, 30 Jan 2018 17:36:35 +0000"  >&lt;p&gt;Some more identified issue with Lustre compile against upstream kernel:&lt;/p&gt;

&lt;p&gt;Some additional portability issues:&lt;/p&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;GFP_TEMPORARY went away&lt;/li&gt;
	&lt;li&gt;wait_queue_t changes to wait_queue_entry_t&lt;/li&gt;
	&lt;li&gt;gss underpinnings changes (disabled gss)&lt;/li&gt;
	&lt;li&gt;asm/uaccess deleted (as with abvoe patch)&lt;br/&gt;
        o lustre/llite/llite_mmap.c&lt;br/&gt;
        o lustre/llite/rw26.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="219449" author="simmonsja" created="Tue, 30 Jan 2018 17:42:48 +0000"  >&lt;p&gt;I have a patch for the wait_queue_t changes. Just haven&apos;t pushed them yet. How new of a kernel do you need?&lt;/p&gt;</comment>
                            <comment id="219587" author="mmarcini" created="Wed, 31 Jan 2018 20:08:39 +0000"  >&lt;p&gt;I have patches for all the above issues as well.&lt;/p&gt;

&lt;p&gt;An additional issue is with libcfs.   vfs_write() is not exported in some cases.&lt;/p&gt;

&lt;p&gt;I have a patch for that probes for kernel_write()&lt;/p&gt;</comment>
                            <comment id="219868" author="gerrit" created="Fri, 2 Feb 2018 17:18:17 +0000"  >&lt;p&gt;Mike Marciniszyn (mike.marciniszyn@intel.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/31153&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/31153&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-10560&quot; title=&quot;Fixes for 4.14 kernel&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-10560&quot;&gt;&lt;del&gt;LU-10560&lt;/del&gt;&lt;/a&gt; lustre_compat: handle rename to wait_queue_entry_t&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: c947398bd9bdc0dc676ac6296f02545379050cc5&lt;/p&gt;</comment>
                            <comment id="219869" author="gerrit" created="Fri, 2 Feb 2018 17:18:18 +0000"  >&lt;p&gt;Mike Marciniszyn (mike.marciniszyn@intel.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/31154&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/31154&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-10560&quot; title=&quot;Fixes for 4.14 kernel&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-10560&quot;&gt;&lt;del&gt;LU-10560&lt;/del&gt;&lt;/a&gt; lustre_compat: Use kernel_write when no vfs_write&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 258b5a7e3b55eafac66d94d11aed97aba59d5807&lt;/p&gt;</comment>
                            <comment id="220070" author="gerrit" created="Tue, 6 Feb 2018 04:29:06 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/31007/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/31007/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-10560&quot; title=&quot;Fixes for 4.14 kernel&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-10560&quot;&gt;&lt;del&gt;LU-10560&lt;/del&gt;&lt;/a&gt; libcfs: remove extra headers from linux-debug.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: a4ac52a7d08540802f899b115c74f7b9cdd0c5d7&lt;/p&gt;</comment>
                            <comment id="220539" author="gerrit" created="Fri, 9 Feb 2018 05:58:43 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/31150/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/31150/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-10560&quot; title=&quot;Fixes for 4.14 kernel&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-10560&quot;&gt;&lt;del&gt;LU-10560&lt;/del&gt;&lt;/a&gt; llite: remove extra headers from llite_mmap.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: aae9a90ce7c967c208c482e0ef500c5115017388&lt;/p&gt;</comment>
                            <comment id="220540" author="gerrit" created="Fri, 9 Feb 2018 05:58:48 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/31151/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/31151/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-10560&quot; title=&quot;Fixes for 4.14 kernel&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-10560&quot;&gt;&lt;del&gt;LU-10560&lt;/del&gt;&lt;/a&gt; llite: remove extra headers from rw26.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: b8e87b5a1c17048a760ce9809fde904ca6dc449d&lt;/p&gt;</comment>
                            <comment id="221421" author="gerrit" created="Thu, 22 Feb 2018 05:40:29 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/31152/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/31152/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-10560&quot; title=&quot;Fixes for 4.14 kernel&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-10560&quot;&gt;&lt;del&gt;LU-10560&lt;/del&gt;&lt;/a&gt; lustre_compat: Convert GFP_TEMPORARY to GFP_KERNEL&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: f01bed03905d424fab81bee84a7b622f141e4f79&lt;/p&gt;</comment>
                            <comment id="221422" author="gerrit" created="Thu, 22 Feb 2018 05:40:35 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/31153/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/31153/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-10560&quot; title=&quot;Fixes for 4.14 kernel&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-10560&quot;&gt;&lt;del&gt;LU-10560&lt;/del&gt;&lt;/a&gt; libcfs: handle rename to wait_queue_entry_t&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 9b7ca14430edf84f8c031b1489b3c0d2fb617535&lt;/p&gt;</comment>
                            <comment id="221994" author="ofaaland" created="Wed, 28 Feb 2018 23:52:52 +0000"  >&lt;p&gt;I see the LTS label.&#160; Will this ticket also be used to track the backports?&lt;/p&gt;

&lt;p&gt;I added the llnl label because we have an aarch64 cluster for testing and are attempting to build and use the Lustre 2.10 client there.&#160; Some weeks ago RHEL for arm used a 4.11-based kernel, and Lustre 2.10 client built with minor adjustments.&#160;&#160; Since then, RHEL moved to a 4.14-based kernel and much more change is required.&lt;/p&gt;</comment>
                            <comment id="222013" author="simmonsja" created="Thu, 1 Mar 2018 04:25:52 +0000"  >&lt;p&gt;Seriously. I will be seeing this update soon. I guess I need to resolve the last patch.&lt;/p&gt;</comment>
                            <comment id="223856" author="simmonsja" created="Fri, 16 Mar 2018 15:58:10 +0000"  >&lt;p&gt;Any chance to land the last patch to make this work complete?&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;</comment>
                            <comment id="224366" author="gerrit" created="Fri, 23 Mar 2018 04:29:24 +0000"  >&lt;p&gt;Li Dongyang (dongyangli@ddn.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/31746&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/31746&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-10560&quot; title=&quot;Fixes for 4.14 kernel&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-10560&quot;&gt;&lt;del&gt;LU-10560&lt;/del&gt;&lt;/a&gt; mdt: remove extra headers from mdt_identity.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: c129c4882f210050db8e9a57fbb96c9a917fb8d7&lt;/p&gt;</comment>
                            <comment id="225486" author="gerrit" created="Mon, 9 Apr 2018 19:48:46 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/31154/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/31154/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-10560&quot; title=&quot;Fixes for 4.14 kernel&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-10560&quot;&gt;&lt;del&gt;LU-10560&lt;/del&gt;&lt;/a&gt; libcfs: Use kernel_write when appropriate&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: b9a32054600a8d63948cced361191aa6ae7ea8f2&lt;/p&gt;</comment>
                            <comment id="225510" author="gerrit" created="Mon, 9 Apr 2018 19:51:24 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/31746/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/31746/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-10560&quot; title=&quot;Fixes for 4.14 kernel&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-10560&quot;&gt;&lt;del&gt;LU-10560&lt;/del&gt;&lt;/a&gt; mdt: remove extra headers from mdt_identity.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 9ade609b73d9b8ac750dec874a7209b07bcb86cb&lt;/p&gt;</comment>
                            <comment id="225575" author="gerrit" created="Tue, 10 Apr 2018 00:28:16 +0000"  >&lt;p&gt;Minh Diep (minh.diep@intel.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/31923&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/31923&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-10560&quot; title=&quot;Fixes for 4.14 kernel&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-10560&quot;&gt;&lt;del&gt;LU-10560&lt;/del&gt;&lt;/a&gt; libcfs: remove extra headers from linux-debug.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_10&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 19158ff6d97668830353388b334eb23da986f8fb&lt;/p&gt;</comment>
                            <comment id="225576" author="gerrit" created="Tue, 10 Apr 2018 00:28:17 +0000"  >&lt;p&gt;Minh Diep (minh.diep@intel.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/31924&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/31924&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-10560&quot; title=&quot;Fixes for 4.14 kernel&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-10560&quot;&gt;&lt;del&gt;LU-10560&lt;/del&gt;&lt;/a&gt; llite: remove extra headers from llite_mmap.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_10&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 480ba0e10974d1e6a6037c67069fe8f528598b1b&lt;/p&gt;</comment>
                            <comment id="225577" author="gerrit" created="Tue, 10 Apr 2018 00:28:18 +0000"  >&lt;p&gt;Minh Diep (minh.diep@intel.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/31925&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/31925&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-10560&quot; title=&quot;Fixes for 4.14 kernel&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-10560&quot;&gt;&lt;del&gt;LU-10560&lt;/del&gt;&lt;/a&gt; llite: remove extra headers from rw26.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_10&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: ff9ab6a368ce3bf2187b047051b7eefc7a997ae0&lt;/p&gt;</comment>
                            <comment id="225578" author="gerrit" created="Tue, 10 Apr 2018 00:28:20 +0000"  >&lt;p&gt;Minh Diep (minh.diep@intel.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/31926&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/31926&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-10560&quot; title=&quot;Fixes for 4.14 kernel&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-10560&quot;&gt;&lt;del&gt;LU-10560&lt;/del&gt;&lt;/a&gt; lustre_compat: Convert GFP_TEMPORARY to GFP_KERNEL&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_10&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: e22e1cd2631e3c4a85577d001d5b0571fe8f77eb&lt;/p&gt;</comment>
                            <comment id="225580" author="gerrit" created="Tue, 10 Apr 2018 00:48:33 +0000"  >&lt;p&gt;Minh Diep (minh.diep@intel.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/31927&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/31927&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-10560&quot; title=&quot;Fixes for 4.14 kernel&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-10560&quot;&gt;&lt;del&gt;LU-10560&lt;/del&gt;&lt;/a&gt; libcfs: handle rename to wait_queue_entry_t&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_10&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 13e2315bf370f67845770a34c658a83ab26a9720&lt;/p&gt;</comment>
                            <comment id="225581" author="gerrit" created="Tue, 10 Apr 2018 01:01:35 +0000"  >&lt;p&gt;Minh Diep (minh.diep@intel.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/31928&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/31928&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-10560&quot; title=&quot;Fixes for 4.14 kernel&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-10560&quot;&gt;&lt;del&gt;LU-10560&lt;/del&gt;&lt;/a&gt; libcfs: Use kernel_write when appropriate&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_10&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 94d96caa0986d6ff539d75496f3443f159f32313&lt;/p&gt;</comment>
                            <comment id="225729" author="gerrit" created="Wed, 11 Apr 2018 13:20:39 +0000"  >&lt;p&gt;Mike Marciniszyn (mike.marciniszyn@intel.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/31948&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/31948&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-10560&quot; title=&quot;Fixes for 4.14 kernel&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-10560&quot;&gt;&lt;del&gt;LU-10560&lt;/del&gt;&lt;/a&gt; libcfs: Fix inconsistent const for cfg_kernel_write()&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 874d454c7aeafb849862778dc6f163cc9c1938d7&lt;/p&gt;</comment>
                            <comment id="225762" author="pjones" created="Wed, 11 Apr 2018 16:02:35 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.whamcloud.com/secure/ViewProfile.jspa?name=mmarcini&quot; class=&quot;user-hover&quot; rel=&quot;mmarcini&quot;&gt;mmarcini&lt;/a&gt; is this now the last patch or are there still more to come?&lt;/p&gt;</comment>
                            <comment id="225788" author="mmarcini" created="Wed, 11 Apr 2018 18:52:11 +0000"  >&lt;p&gt;I noted that that the error in the backport in &lt;a href=&quot;https://review.whamcloud.com/#/c/31928&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/#/c/31928&lt;/a&gt;&#160;and that is probably due to the const discrepancy.&lt;/p&gt;

&lt;p&gt;This is the only issue I have with 4.14.x kernel and it as it is working fine for our testing.&lt;/p&gt;

&lt;p&gt;There are issues with 4.15.x, but i haven&apos;t gotten to those yet.&#160; &#160;Some notables:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;timer API changes&lt;/li&gt;
	&lt;li&gt;const nits&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;My objective here is to do some Lustre testing with our upstream work for OPA (lnet_selftest, lnet_ping)&lt;/p&gt;</comment>
                            <comment id="225790" author="pjones" created="Wed, 11 Apr 2018 18:57:54 +0000"  >&lt;p&gt;Ok. 4.15 work is happening under &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-10805&quot; title=&quot;fixes for 4.15 kernel&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-10805&quot;&gt;&lt;del&gt;LU-10805&lt;/del&gt;&lt;/a&gt; but it sounds like this last change should be enough to support 4.14 - thanks!&lt;/p&gt;</comment>
                            <comment id="226330" author="gerrit" created="Thu, 19 Apr 2018 04:38:54 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/31948/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/31948/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-10560&quot; title=&quot;Fixes for 4.14 kernel&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-10560&quot;&gt;&lt;del&gt;LU-10560&lt;/del&gt;&lt;/a&gt; libcfs: Fix inconsistent declaration for cfs_kernel_write()&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: f19699186d29ba8561d67b4457e98c018ea26317&lt;/p&gt;</comment>
                            <comment id="226334" author="simmonsja" created="Thu, 19 Apr 2018 05:23:03 +0000"  >&lt;p&gt;We have a patch for ldiskfs under this ticket so don&apos;t close.&lt;/p&gt;</comment>
                            <comment id="227169" author="gerrit" created="Thu, 3 May 2018 06:15:45 +0000"  >&lt;p&gt;Yang Sheng (yang.sheng@intel.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/32268&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/32268&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-10560&quot; title=&quot;Fixes for 4.14 kernel&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-10560&quot;&gt;&lt;del&gt;LU-10560&lt;/del&gt;&lt;/a&gt; llite: remove assigning f_version in ll_readir.&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 1de9c46e2dbb64cf788f40e52bf829b334b9da0c&lt;/p&gt;</comment>
                            <comment id="227217" author="gerrit" created="Thu, 3 May 2018 18:17:41 +0000"  >&lt;p&gt;John L. Hammond (john.hammond@intel.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/31923/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/31923/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-10560&quot; title=&quot;Fixes for 4.14 kernel&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-10560&quot;&gt;&lt;del&gt;LU-10560&lt;/del&gt;&lt;/a&gt; libcfs: remove extra headers from linux-debug.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_10&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 9892581f02a9602edf345edb12370d92207ffc87&lt;/p&gt;</comment>
                            <comment id="227218" author="gerrit" created="Thu, 3 May 2018 18:17:52 +0000"  >&lt;p&gt;John L. Hammond (john.hammond@intel.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/31924/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/31924/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-10560&quot; title=&quot;Fixes for 4.14 kernel&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-10560&quot;&gt;&lt;del&gt;LU-10560&lt;/del&gt;&lt;/a&gt; llite: remove extra headers from llite_mmap.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_10&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 8e718fde2f35312c624828c375462bddf67854a3&lt;/p&gt;</comment>
                            <comment id="227219" author="gerrit" created="Thu, 3 May 2018 18:18:03 +0000"  >&lt;p&gt;John L. Hammond (john.hammond@intel.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/31925/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/31925/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-10560&quot; title=&quot;Fixes for 4.14 kernel&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-10560&quot;&gt;&lt;del&gt;LU-10560&lt;/del&gt;&lt;/a&gt; llite: remove extra headers from rw26.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_10&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 2639e47aef9dfa60a9003841d1fe771f1acf900a&lt;/p&gt;</comment>
                            <comment id="227220" author="gerrit" created="Thu, 3 May 2018 18:18:23 +0000"  >&lt;p&gt;John L. Hammond (john.hammond@intel.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/31926/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/31926/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-10560&quot; title=&quot;Fixes for 4.14 kernel&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-10560&quot;&gt;&lt;del&gt;LU-10560&lt;/del&gt;&lt;/a&gt; lustre_compat: Convert GFP_TEMPORARY to GFP_KERNEL&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_10&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 44af4b737ca4dba3bb93cfe6d43f4bab276f5404&lt;/p&gt;</comment>
                            <comment id="227759" author="gerrit" created="Sat, 12 May 2018 03:53:03 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/31975/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/31975/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-10560&quot; title=&quot;Fixes for 4.14 kernel&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-10560&quot;&gt;&lt;del&gt;LU-10560&lt;/del&gt;&lt;/a&gt; osd: bi_bdev is replaced by bi_disk&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 8036c167789ec84488430f8ddeb726b5b11b373c&lt;/p&gt;</comment>
                            <comment id="227763" author="gerrit" created="Sat, 12 May 2018 03:53:23 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/32268/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/32268/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-10560&quot; title=&quot;Fixes for 4.14 kernel&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-10560&quot;&gt;&lt;del&gt;LU-10560&lt;/del&gt;&lt;/a&gt; llite: remove assigning f_version in ll_readir.&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: afd9e3c298ec0149c908026617b06bae075f5760&lt;/p&gt;</comment>
                            <comment id="227771" author="pjones" created="Sat, 12 May 2018 05:45:48 +0000"  >&lt;p&gt;Landed for 2.12&lt;/p&gt;</comment>
                            <comment id="229058" author="gerrit" created="Tue, 5 Jun 2018 01:49:47 +0000"  >&lt;p&gt;Li Dongyang (dongyangli@ddn.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/32621&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/32621&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-10560&quot; title=&quot;Fixes for 4.14 kernel&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-10560&quot;&gt;&lt;del&gt;LU-10560&lt;/del&gt;&lt;/a&gt; osd: bio_integrity_enabled was removed&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: d4dc2c9ee0b6260c00e241b6d373b3d98285cd45&lt;/p&gt;</comment>
                            <comment id="229552" author="gerrit" created="Thu, 14 Jun 2018 03:57:12 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/32621/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/32621/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-10560&quot; title=&quot;Fixes for 4.14 kernel&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-10560&quot;&gt;&lt;del&gt;LU-10560&lt;/del&gt;&lt;/a&gt; osd: bio_integrity_enabled was removed&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: eee33ef0f07f3f2f5953953416d5d505088ae9a9&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="51289">LU-10805</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="52115">LU-10997</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="51920">LU-10934</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="52670">LU-11132</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="46300">LU-9558</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="50610">LU-11310</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|hzzrof:</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="10022"><![CDATA[3]]></customfieldvalue>

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