<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 03:25:06 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-16222] RHEL 8.7 support</title>
                <link>https://jira.whamcloud.com/browse/LU-16222</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;Red Hat Enterprise Linux 8.7 Beta release is available:&lt;br/&gt;
&lt;a href=&quot;https://access.redhat.com/announcements/6977526&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://access.redhat.com/announcements/6977526&lt;/a&gt;&lt;br/&gt;
Kernel version: 4.18.0-423.el8&lt;/p&gt;</description>
                <environment></environment>
        <key id="72699">LU-16222</key>
            <summary>RHEL 8.7 support</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="yujian">Jian Yu</assignee>
                                    <reporter username="yujian">Jian Yu</reporter>
                        <labels>
                    </labels>
                <created>Thu, 6 Oct 2022 18:55:16 +0000</created>
                <updated>Wed, 16 Nov 2022 06:25:56 +0000</updated>
                            <resolved>Wed, 2 Nov 2022 15:01:40 +0000</resolved>
                                                    <fixVersion>Lustre 2.16.0</fixVersion>
                    <fixVersion>Lustre 2.12.10</fixVersion>
                    <fixVersion>Lustre 2.15.2</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>7</watches>
                                                                            <comments>
                            <comment id="349203" author="yujian" created="Tue, 11 Oct 2022 05:10:50 +0000"  >&lt;p&gt;The following ldiskfs patches have conflicts with kernel 4.18.0-423.el8:&lt;br/&gt;
&amp;#45; rhel8.3/ext4-misc.patch&lt;br/&gt;
&amp;#45; rhel8.3/ext4-mballoc-extra-checks.patch&lt;br/&gt;
&amp;#45; rhel7.6/ext4-mballoc-pa-free-mismatch.patch&lt;br/&gt;
&amp;#45; rhel8.4/ext4-pdirop.patch&lt;br/&gt;
&amp;#45; rhel8.3/ext4-corrupted-inode-block-bitmaps-handling-patches.patch&lt;br/&gt;
&amp;#45; rhel8/ext4-mballoc-skip-uninit-groups-cr0.patch&lt;br/&gt;
&amp;#45; rhel8.1/ext4-mballoc-prefetch.patch&lt;br/&gt;
&amp;#45; rhel8.5/ext4-filename-encode.patch&lt;/p&gt;</comment>
                            <comment id="349303" author="yujian" created="Tue, 11 Oct 2022 19:12:43 +0000"  >&lt;p&gt;The main conflict is in &lt;b&gt;ext4-pdirop.patch&lt;/b&gt;.&lt;br/&gt;
RHEL 8.7 kernel 4.18.0-423.el8 contains the following change from Linux kernel 5.18:&lt;br/&gt;
&lt;a href=&quot;https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=3ba733f879c2a88910744647e41edeefbc0d92b2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=3ba733f879c2a88910744647e41edeefbc0d92b2&lt;/a&gt;&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;commit 3ba733f879c2a88910744647e41edeefbc0d92b2
Author:     Jan Kara &amp;lt;jack@suse.cz&amp;gt;
AuthorDate: Wed May 18 11:33:29 2022 +0200
Commit:     Theodore Ts&apos;o &amp;lt;tytso@mit.edu&amp;gt;
CommitDate: Tue May 24 15:34:13 2022 -0400

    ext4: avoid cycles in directory h-tree
    
    A maliciously corrupted filesystem can contain cycles in the h-tree
    stored inside a directory. That can easily lead to the kernel corrupting
    tree nodes that were already verified under its hands while doing a node
    split and consequently accessing unallocated memory. Fix the problem by
    verifying traversed block numbers are unique.
    
    Cc: stable@vger.kernel.org
    Signed-off-by: Jan Kara &amp;lt;jack@suse.cz&amp;gt;
    Link: https://lore.kernel.org/r/20220518093332.13986-2-jack@suse.cz
    Signed-off-by: Theodore Ts&apos;o &amp;lt;tytso@mit.edu&amp;gt;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;The change made ext4-pdirop.patch have conflicts in dx_probe() in fs/ext4/namei.c.&lt;br/&gt;
Hi &lt;a href=&quot;https://jira.whamcloud.com/secure/ViewProfile.jspa?name=bzzz&quot; class=&quot;user-hover&quot; rel=&quot;bzzz&quot;&gt;bzzz&lt;/a&gt;, I&apos;m not sure if I can understand the pdirops codes in a short time and resolve the conflicts correctly. Could you please help with creating an updated ext4-pdirop.patch against kernel 5.18? I will incorporate the patch into RHEL 8.7 support patch.&lt;/p&gt;</comment>
                            <comment id="349316" author="simmonsja" created="Tue, 11 Oct 2022 23:38:00 +0000"  >&lt;p&gt;I think this patch is needed for Ubuntu platform as well.&lt;/p&gt;</comment>
                            <comment id="349327" author="bzzz" created="Wed, 12 Oct 2022 06:07:00 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.whamcloud.com/secure/ViewProfile.jspa?name=yujian&quot; class=&quot;user-hover&quot; rel=&quot;yujian&quot;&gt;yujian&lt;/a&gt; where can I find : 4.18.0-423 source RPM ?&lt;/p&gt;</comment>
                            <comment id="349331" author="yujian" created="Wed, 12 Oct 2022 06:38:53 +0000"  >&lt;p&gt;Hi &lt;a href=&quot;https://jira.whamcloud.com/secure/ViewProfile.jspa?name=bzzz&quot; class=&quot;user-hover&quot; rel=&quot;bzzz&quot;&gt;bzzz&lt;/a&gt;, I just uploaded it to /scratch/kernel-source/ on trevis cluster:&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;/scratch/kernel-source/kernel-4.18.0-423.el8.src.rpm
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="349466" author="bzzz" created="Thu, 13 Oct 2022 05:48:16 +0000"  >&lt;p&gt;@Jian, please try the patch attached.&lt;/p&gt;</comment>
                            <comment id="349594" author="yujian" created="Fri, 14 Oct 2022 06:30:29 +0000"  >&lt;p&gt;Thank you &lt;a href=&quot;https://jira.whamcloud.com/secure/ViewProfile.jspa?name=bzzz&quot; class=&quot;user-hover&quot; rel=&quot;bzzz&quot;&gt;bzzz&lt;/a&gt;. The attached patch can be applied without conflict. I&apos;m resolving the conflicts in other patches.&lt;/p&gt;</comment>
                            <comment id="349770" author="gerrit" created="Sat, 15 Oct 2022 01:17:58 +0000"  >&lt;p&gt;&quot;Jian Yu &amp;lt;yujian@whamcloud.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/48879&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/48879&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-16222&quot; title=&quot;RHEL 8.7 support&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-16222&quot;&gt;&lt;del&gt;LU-16222&lt;/del&gt;&lt;/a&gt; kernel: RHEL 8.7 client and server support&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 36b582790b483f7aa9dfea262b566165b1ce450d&lt;/p&gt;</comment>
                            <comment id="350667" author="gerrit" created="Tue, 25 Oct 2022 07:10:09 +0000"  >&lt;p&gt;&quot;Jian Yu &amp;lt;yujian@whamcloud.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/48941&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/48941&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-16222&quot; title=&quot;RHEL 8.7 support&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-16222&quot;&gt;&lt;del&gt;LU-16222&lt;/del&gt;&lt;/a&gt; tests: full group testing on RHEL 8.7&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: aabfa3b40033baa5c0511775e97d89af301d3b95&lt;/p&gt;</comment>
                            <comment id="351296" author="gerrit" created="Mon, 31 Oct 2022 19:15:36 +0000"  >&lt;p&gt;&quot;Jian Yu &amp;lt;yujian@whamcloud.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/48993&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/48993&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-16222&quot; title=&quot;RHEL 8.7 support&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-16222&quot;&gt;&lt;del&gt;LU-16222&lt;/del&gt;&lt;/a&gt; kernel: RHEL 8.7 client and server support&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_15&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: b240f50394566698376f280ddd1a438262b078cf&lt;/p&gt;</comment>
                            <comment id="351324" author="gerrit" created="Tue, 1 Nov 2022 00:59:13 +0000"  >&lt;p&gt;&quot;Jian Yu &amp;lt;yujian@whamcloud.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/49002&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/49002&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-16222&quot; title=&quot;RHEL 8.7 support&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-16222&quot;&gt;&lt;del&gt;LU-16222&lt;/del&gt;&lt;/a&gt; kernel: RHEL 8.7 client support&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_12&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: f5da03e27ff9b8f1eec48401fc1ee1f307e199f6&lt;/p&gt;</comment>
                            <comment id="351477" author="gerrit" created="Wed, 2 Nov 2022 07:15:54 +0000"  >&lt;p&gt;&quot;Oleg Drokin &amp;lt;green@whamcloud.com&amp;gt;&quot; merged in patch &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/48879/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/48879/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-16222&quot; title=&quot;RHEL 8.7 support&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-16222&quot;&gt;&lt;del&gt;LU-16222&lt;/del&gt;&lt;/a&gt; kernel: RHEL 8.7 client and server support&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 293844d132b79a1d256ed4200d5dbd8bb790bfb4&lt;/p&gt;</comment>
                            <comment id="351518" author="pjones" created="Wed, 2 Nov 2022 15:01:40 +0000"  >&lt;p&gt;Landed for 2.16&lt;/p&gt;</comment>
                            <comment id="352112" author="gerrit" created="Tue, 8 Nov 2022 08:55:41 +0000"  >&lt;p&gt;&quot;Oleg Drokin &amp;lt;green@whamcloud.com&amp;gt;&quot; merged in patch &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/48993/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/48993/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-16222&quot; title=&quot;RHEL 8.7 support&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-16222&quot;&gt;&lt;del&gt;LU-16222&lt;/del&gt;&lt;/a&gt; kernel: RHEL 8.7 client and server support&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_15&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 29aa9f6e0c1d1affe11ca33d2e26122d0c66c713&lt;/p&gt;</comment>
                            <comment id="352260" author="gerrit" created="Wed, 9 Nov 2022 02:46:41 +0000"  >&lt;p&gt;&quot;Oleg Drokin &amp;lt;green@whamcloud.com&amp;gt;&quot; merged in patch &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/49002/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/49002/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-16222&quot; title=&quot;RHEL 8.7 support&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-16222&quot;&gt;&lt;del&gt;LU-16222&lt;/del&gt;&lt;/a&gt; kernel: RHEL 8.7 client support&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_12&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 60c2827ed495ba5061838aa42f7144fabc0311ad&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                                        </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="73166">LU-16304</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="46039" name="ext4-pdirop.patch" size="29502" author="bzzz" created="Thu, 13 Oct 2022 05:48:02 +0000"/>
                    </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|i032a7:</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>
                                                                                                                                                                                                                                                                                                                                                                                                                </customfields>
    </item>
</channel>
</rss>