<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 03:33:34 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-17213] BUG: unable to handle kernel paging request at ll_direct_IO+0xd50</title>
                <link>https://jira.whamcloud.com/browse/LU-17213</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;hit with racer:&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;
[ 2837.860185] BUG: unable to handle kernel paging request at ffff9fa21b1adfe8
[ 2837.860349] PGD 8ae01067 P4D 8ae01067 PUD 1d137c067 PMD 1d07a0067 PTE 800ffffe64e52060
[ 2837.860454] Oops: 0000 [#1] SMP DEBUG_PAGEALLOC
[ 2837.860524] CPU: 2 PID: 187710 Comm: lfs Tainted: G        W  O     --------- -  - 4.18.0 #2
[ 2837.860641] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.16.1-2.fc36 04/01/2014
[ 2837.860786] RIP: 0010:ll_direct_IO+0xd50/0x11a0 [lustre]
[ 2837.860860] Code: e8 95 77 21 ff 48 8b 3c 24 4d 89 fe 89 c2 4c 89 f6 4c 8b 7c 24 40 e8 cf 40 39 ff 80 7c 24 60 00 74 16 4c 89 f7 e8 b0 24 39 ff &amp;lt;41&amp;gt; f6 86 e0 00 00 00 01 0f 84 92 03 00 00 8b 05 48 25 23 ff 83 e0
[ 2837.861099] RSP: 0018:ffff9fa2358f3aa8 EFLAGS: 00010286
[ 2837.861169] RAX: 0000000000000000 RBX: fffffffffffffffc RCX: ffff9fa2358f39f0
[ 2837.861269] RDX: 0000000000000001 RSI: 800ffffe64e52060 RDI: 0000000000000286
[ 2837.861370] RBP: 0000000000002b9f R08: ffff9fa29b1ad000 R09: 0000000000000000
[ 2837.861472] R10: 000000019b1ad000 R11: 000000000019b1ad R12: 0000000000000b9f
[ 2837.861573] R13: 0000000000002b9f R14: ffff9fa21b1adf08 R15: ffff9fa2358f3c38
[ 2837.861674] FS:  00007f3bdbc3a440(0000) GS:ffff9fa249c00000(0000) knlGS:0000000000000000
[ 2837.861775] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2837.861860] CR2: ffff9fa21b1adfe8 CR3: 0000000195caa001 CR4: 0000000000370ea0
[ 2837.861968] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[ 2837.862070] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
[ 2837.862172] Call Trace:
[ 2837.862214]  generic_file_direct_write+0x8c/0x160
[ 2837.862287]  __generic_file_write_iter+0xb2/0x1c0
[ 2837.862366]  ? lov_object_maxbytes+0x29/0x40 [lov]
[ 2837.862455]  vvp_io_write_start+0x397/0xc40 [lustre]
[ 2837.862564]  ? cl_lock_request+0x61/0x1d0 [obdclass]
[ 2837.862656]  cl_io_start+0x55/0x110 [obdclass]
[ 2837.862747]  cl_io_loop+0x95/0x200 [obdclass]
[ 2837.862832]  ll_file_io_generic+0x3f8/0xd90 [lustre]
[ 2837.862909]  ? __lock_acquire.isra.16+0x211/0x5b0
[ 2837.862996]  ll_file_write_iter+0x5f0/0x890 [lustre]
[ 2837.863072]  ? __lock_acquire.isra.16+0x2f3/0x5b0
[ 2837.863145]  new_sync_write+0xfa/0x130
[ 2837.863199]  vfs_write+0xb9/0x1c0
[ 2837.863253]  ksys_pwrite64+0x5f/0xa0
[ 2837.863307]  ? ksys_lseek+0x5d/0xa0
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;seem to be caused by this code:&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;
				cl_sync_io_note(env, &amp;amp;sdio-&amp;gt;csd_sync, result);
				&lt;span class=&quot;code-keyword&quot;&gt;if&lt;/span&gt; (sync_submit) {
					cl_sub_dio_free(sdio);
					LASSERT(sdio-&amp;gt;csd_creator_free);
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment></environment>
        <key id="78481">LU-17213</key>
            <summary>BUG: unable to handle kernel paging request at ll_direct_IO+0xd50</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="5" iconUrl="https://jira.whamcloud.com/images/icons/priorities/trivial.svg">Trivial</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="paf0186">Patrick Farrell</assignee>
                                    <reporter username="bzzz">Alex Zhuravlev</reporter>
                        <labels>
                    </labels>
                <created>Thu, 19 Oct 2023 14:32:29 +0000</created>
                <updated>Thu, 9 Nov 2023 01:08:21 +0000</updated>
                            <resolved>Thu, 9 Nov 2023 01:08:21 +0000</resolved>
                                                    <fixVersion>Lustre 2.16.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                            <comments>
                            <comment id="389944" author="gerrit" created="Thu, 19 Oct 2023 14:38:58 +0000"  >&lt;p&gt;&quot;Patrick Farrell &amp;lt;pfarrell@whamcloud.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/52757&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/52757&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-17213&quot; title=&quot;BUG: unable to handle kernel paging request at ll_direct_IO+0xd50&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-17213&quot;&gt;&lt;del&gt;LU-17213&lt;/del&gt;&lt;/a&gt; llite: check sdio before freeing it&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 42d22113eb07ac5f1431d27efa4c87f69a969b3e&lt;/p&gt;</comment>
                            <comment id="392328" author="gerrit" created="Wed, 8 Nov 2023 22:08:37 +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/+/52757/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/52757/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-17213&quot; title=&quot;BUG: unable to handle kernel paging request at ll_direct_IO+0xd50&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-17213&quot;&gt;&lt;del&gt;LU-17213&lt;/del&gt;&lt;/a&gt; llite: check sdio before freeing it&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 21295b169bd70c68cd99e2db6bac3fa60a8f2c83&lt;/p&gt;</comment>
                            <comment id="392364" author="pjones" created="Thu, 9 Nov 2023 01:08:21 +0000"  >&lt;p&gt;Landed for 2.16&lt;/p&gt;</comment>
                    </comments>
                    <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|i03ywn:</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>