<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 03:28:42 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-16634] Null pointer dereference in lustre_set_wire_obdo</title>
                <link>https://jira.whamcloud.com/browse/LU-16634</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&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;[ 279.518552] kasan: GPF could be caused by NULL-ptr deref or user memory access
[ 279.520881] general protection fault: 0000 1 SMP KASAN NOPTI
[ 279.523366] CPU: 1 PID: 555 Comm: test Tainted: G O 5.4.148+ #7
[ 279.527232] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.15.0-1 04/01/2014
[ 279.530776] RIP: 0010:lustre_set_wire_obdo+0x7e/0x570 [obdclass]
[ 279.556223] Call Trace:
[ 279.556666] osc_getattr+0x1eb/0x950 [osc]
[ 279.558046] osc_iocontrol+0x4f1/0xe80 [osc]
[ 279.559241] lov_iocontrol+0x4ba/0x5de0 [lov]
[ 279.567254] ll_dir_ioctl+0x2834/0x17cc0 [lustre]
[ 279.590353] do_vfs_ioctl+0x405/0x660
[ 279.590784] ksys_ioctl+0x5e/0x90
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment>Lustre commit: 9ddcdee2c8b9ec14986b93cf3180d946cd4869f7&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;
Three server nodes and one client. Kernel version: Ubuntu-5.4.0-90.101&lt;br/&gt;
&lt;br/&gt;
# MGS&lt;br/&gt;
mkfs.lustre --fsname=lustre --mgs /dev/vda&lt;br/&gt;
mount -t lustre /dev/vda /root/lustre-server&lt;br/&gt;
&lt;br/&gt;
# MDS&lt;br/&gt;
mkfs.lustre --fsname=lustre --index=0 --mgsnode=$&lt;a href=&apos;mailto:start_ip@tcp0&apos;&gt;start_ip@tcp0&lt;/a&gt; --mdt /dev/vda&lt;br/&gt;
mount -t lustre /dev/vda /root/lustre-server&lt;br/&gt;
&lt;br/&gt;
# OSS&lt;br/&gt;
mkfs.lustre --ost --fsname=lustre --index=1 --reformat --mgsnode=$&lt;a href=&apos;mailto:start_ip@tcp0&apos;&gt;start_ip@tcp0&lt;/a&gt; /dev/vda&lt;br/&gt;
mount -t lustre /dev/vda /root/lustre-server&lt;br/&gt;
&lt;br/&gt;
# Client&lt;br/&gt;
mount -t lustre $&lt;a href=&apos;mailto:start_ip@tcp0&apos;&gt;start_ip@tcp0&lt;/a&gt;:/lustre /root/lustre-client </environment>
        <key id="75016">LU-16634</key>
            <summary>Null pointer dereference in lustre_set_wire_obdo</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="2" iconUrl="https://jira.whamcloud.com/images/icons/priorities/critical.svg">Critical</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="adilger">Andreas Dilger</assignee>
                                    <reporter username="tao.lyu">Tao Lyu</reporter>
                        <labels>
                    </labels>
                <created>Sun, 12 Mar 2023 20:54:44 +0000</created>
                <updated>Wed, 31 Jan 2024 19:50:13 +0000</updated>
                            <resolved>Wed, 31 May 2023 20:24:00 +0000</resolved>
                                                    <fixVersion>Lustre 2.16.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>7</watches>
                                                                            <comments>
                            <comment id="365637" author="adilger" created="Sun, 12 Mar 2023 21:38:27 +0000"  >&lt;p&gt;Hello&#160;&lt;a href=&quot;https://jira.whamcloud.com/secure/ViewProfile.jspa?name=tao.lyu&quot; class=&quot;user-hover&quot; rel=&quot;tao.lyu&quot;&gt;tao.lyu&lt;/a&gt;, this bug needs to have more information in it before there is any chance someone could identify the issue.&lt;/p&gt;

&lt;p&gt;At a minimum, a stack trace and any console logs from before the crash. Preferably also &quot;&lt;tt&gt;gdb&amp;gt; list *(lustre_set_wire_obdo+NNN)&lt;/tt&gt;&quot; that shows which line in that function the crash happened.&#160;&lt;/p&gt;</comment>
                            <comment id="365639" author="JIRAUSER18484" created="Sun, 12 Mar 2023 21:49:51 +0000"  >&lt;p&gt;Hi, sorry for the incomplete information.&lt;/p&gt;

&lt;p&gt;This crashed location is lustre/obdclass/obdo.c:182&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;root@dfs:~/lustre-cserver# gdb /lib/modules/5.4.148+/updates/fs/obdclass.ko
Reading symbols from /lib/modules/5.4.148+/updates/fs/obdclass.ko...
(gdb) list *(lustre_set_wire_obdo+0x7e)
0xaa7ee is in lustre_set_wire_obdo (/root/lustre-cserver/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/obdclass/obdo.c:182).
177	 */
178	void lustre_set_wire_obdo(const struct obd_connect_data *ocd,
179				  struct obdo *wobdo,
180				  const struct obdo *lobdo)
181	{
182		*wobdo = *lobdo;
183		if (ocd == NULL)
184			return;
185	
186		if (!(wobdo-&amp;gt;o_valid &amp;amp; OBD_MD_FLUID))
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;The stack trace is shown below.&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;[  279.516647] kasan: CONFIG_KASAN_INLINE enabled
[  279.518552] kasan: GPF could be caused by NULL-ptr deref or user memory access
[  279.520881] general protection fault: 0000 [#1] SMP KASAN NOPTI
[  279.523366] CPU: 1 PID: 555 Comm: test Tainted: G           O      5.4.148+ #7
[  279.527232] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.15.0-1 04/01/2014
[  279.530776] RIP: 0010:lustre_set_wire_obdo+0x7e/0x570 [obdclass]
[  279.533624] Code: 40 84 c6 0f 85 78 04 00 00 84 c9 0f 95 c2 0f 9e c0 84 c2 0f 85 68 04 00 00 48 ba 00 00 00 00 00 fc ff df 4c 89 e0 48 c1 e8 03 &amp;lt;0f&amp;gt; b6 0c 10 49 8d 84 24 cf 00 00 00 48 89 c6 83 e0 07 48 c1 ee 03
[  279.540387] RSP: 0018:ff110002456ff678 EFLAGS: 00010206
[  279.541933] RAX: 0000000000000003 RBX: ff1100024a8462a0 RCX: 0000000000000000
[  279.543988] RDX: dffffc0000000000 RSI: 1fe22000495ac501 RDI: ff1100024a8462a0
[  279.545662] RBP: ff1100024ad628e8 R08: ff11000245455ac0 R09: ffe21c0049508c52
[  279.547314] R10: ffe21c0049508c51 R11: ff1100024a84628b R12: 0000000000000018
[  279.548570] R13: ff1100024964b000 R14: 0000000000000018 R15: ff110002509536d8
[  279.549797] FS:  00007ffff7fc4540(0000) GS:ff11000257280000(0000) knlGS:0000000000000000
[  279.551165] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  279.552129] CR2: 00007ffff7f4fffc CR3: 0000000247498001 CR4: 0000000000761ee0
[  279.553346] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[  279.554550] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
[  279.555759] PKRU: 55555554
[  279.556223] Call Trace:
[  279.556666]  osc_getattr+0x1eb/0x950 [osc]
[  279.558046]  osc_iocontrol+0x4f1/0xe80 [osc]
[  279.559241]  lov_iocontrol+0x4ba/0x5de0 [lov]
[  279.567254]  ll_dir_ioctl+0x2834/0x17cc0 [lustre]
[  279.590353]  do_vfs_ioctl+0x405/0x660
[  279.590784]  ksys_ioctl+0x5e/0x90
[  279.591175]  __x64_sys_ioctl+0x16/0x20
[  279.591626]  do_syscall_64+0x48/0x140
[  279.592038]  entry_SYSCALL_64_after_hwframe+0x44/0xa9
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="365640" author="JIRAUSER18484" created="Sun, 12 Mar 2023 22:03:37 +0000"  >&lt;p&gt;After setup the file system, executing the binary compiled from attached poc.c triggers this bug.&lt;/p&gt;</comment>
                            <comment id="365648" author="adilger" created="Mon, 13 Mar 2023 03:49:44 +0000"  >&lt;p&gt;Tao, thanks for filing your report.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;After setup the file system, executing the binary compiled from attached poc.c triggers this bug.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Sorry, I don&apos;t see any &lt;tt&gt;poc.c&lt;/tt&gt; attachment on this ticket.  Alternately, if you consider this to be a security issue, you can email me the &lt;tt&gt;poc.c&lt;/tt&gt; program at adilger@whamcloud.com and I can make it available internally for review until after we release a fix.&lt;/p&gt;

&lt;p&gt;Looking at the stack trace and command being run it looks like you are running some kind of ioctl/syscall fuzzer for a research project?  It would be helpful to disclose this kind of information in the initial bug report.&lt;/p&gt;

&lt;p&gt;It will be interesting to see what the fuzzer is doing.  &lt;/p&gt;</comment>
                            <comment id="365678" author="JIRAUSER18484" created="Mon, 13 Mar 2023 07:45:13 +0000"  >&lt;p&gt;Hi Andreas,&lt;/p&gt;

&lt;p&gt;Oh, I&apos;m sorry. I forgot to upload the POC. I&apos;ve sent it to you.&lt;/p&gt;

&lt;p&gt;Yes, we are testing lustre through a distributed fuzzing framework. It generally tests lustre by feeding lots of mutated syscall sequences.&lt;/p&gt;</comment>
                            <comment id="365680" author="JIRAUSER18484" created="Mon, 13 Mar 2023 08:37:06 +0000"  >&lt;p&gt;By the way, does lustre support to run servers and clients in the same node? &lt;br/&gt;
We tried to compile and install server and client modules in the same node. Unfortunately, it reports the server and client modules are in conflict. &lt;br/&gt;
Is this its nature?&lt;/p&gt;</comment>
                            <comment id="365816" author="adilger" created="Mon, 13 Mar 2023 23:47:22 +0000"  >&lt;blockquote&gt;
&lt;p&gt;By the way, does lustre support to run servers and clients in the same node?&lt;br/&gt;
We tried to compile and install server and client modules in the same node. Unfortunately, it reports the server and client modules are in conflict. &lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;This is just a misunderstanding of how the packaging is done.  If you build and install the &quot;server&quot; package it can also mount the exported filesystem as a client.  The &quot;client&quot; package can only mount the exported filesystem and cannot be a server.  The client packages have reduced functionality to make them more easily portable to different kernels/distros.&lt;/p&gt;</comment>
                            <comment id="365845" author="JIRAUSER18484" created="Tue, 14 Mar 2023 07:48:09 +0000"  >&lt;p&gt;Okay, got it. Thanks a lot for your explaination.&lt;/p&gt;</comment>
                            <comment id="366088" author="gerrit" created="Thu, 16 Mar 2023 07:57:22 +0000"  >&lt;p&gt;&quot;Andreas Dilger &amp;lt;adilger@whamcloud.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/50314&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/50314&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-16634&quot; title=&quot;Null pointer dereference in lustre_set_wire_obdo&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-16634&quot;&gt;&lt;del&gt;LU-16634&lt;/del&gt;&lt;/a&gt; misc: standardize handling of ioctl params&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 496b2b5190703ae6cec88568a6837f0347185fd9&lt;/p&gt;</comment>
                            <comment id="366141" author="adilger" created="Thu, 16 Mar 2023 15:24:08 +0000"  >&lt;p&gt;Hello &lt;a href=&quot;https://jira.whamcloud.com/secure/ViewProfile.jspa?name=tao.lyu&quot; class=&quot;user-hover&quot; rel=&quot;tao.lyu&quot;&gt;tao.lyu&lt;/a&gt;, I&apos;ve created a patch that should address the class of issues that you uncovered. The Gerrit link is above, and I will also attach the current version of the patch against the master branch to this ticket.&lt;/p&gt;

&lt;p&gt;There is one cosmetic defect in the current version that is causing regression test failures (returning &lt;tt&gt;-EINVAL&lt;/tt&gt; instead of &lt;tt&gt;-ENOTTY&lt;/tt&gt; in one test case), but it should be ok for your testing. &lt;/p&gt;

&lt;p&gt;Please let me know if this resolved the issue you hit. Once it has been reviewed and passes regression testing the patch will be landed to master and backpirted to the maintenance branches. &lt;/p&gt;

&lt;p&gt; Please file a separate Jira ticket you uncover other unrelated issues. &lt;/p&gt;</comment>
                            <comment id="366142" author="adilger" created="Thu, 16 Mar 2023 15:32:39 +0000"  >&lt;p&gt;PS: I will add &quot;&lt;tt&gt;Reported-by: Tao Lyu &amp;lt;tao.lyu@epfl.ch&amp;gt;&lt;/tt&gt;&quot; in the updated version of the patch.&lt;/p&gt;</comment>
                            <comment id="366147" author="JIRAUSER18484" created="Thu, 16 Mar 2023 16:06:49 +0000"  >&lt;p&gt;Thanks, I&apos;ll test it later and reply you.&lt;/p&gt;

&lt;p&gt;Could you please take a look at another two issues I reported:&lt;br/&gt;
&lt;a href=&quot;https://jira.whamcloud.com/browse/LU-16617&quot; title=&quot;A null-pointer dereference in osc_request.c:3358:function osc_iocontro&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-16617&quot;&gt;&lt;del&gt;LU-16617&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://jira.whamcloud.com/browse/LU-16616&quot; title=&quot;crash in osc_brw_prep_request() ASSERTION( page_count == 1 || (ergo(i == 0, poff + pg-&amp;gt;count == PAGE_SIZE) ...&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-16616&quot;&gt;LU-16616&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Thanks!&lt;/p&gt;</comment>
                            <comment id="366327" author="gerrit" created="Sat, 18 Mar 2023 01:04:08 +0000"  >&lt;p&gt;&quot;Andreas Dilger &amp;lt;adilger@whamcloud.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/50331&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/50331&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-16634&quot; title=&quot;Null pointer dereference in lustre_set_wire_obdo&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-16634&quot;&gt;&lt;del&gt;LU-16634&lt;/del&gt;&lt;/a&gt; build: improve checkpatch warnings&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: b0b4408491d1414848db289c594524a58cffddba&lt;/p&gt;</comment>
                            <comment id="366358" author="gerrit" created="Sun, 19 Mar 2023 20:22:07 +0000"  >&lt;p&gt;&quot;Andreas Dilger &amp;lt;adilger@whamcloud.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/50333&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/50333&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-16634&quot; title=&quot;Null pointer dereference in lustre_set_wire_obdo&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-16634&quot;&gt;&lt;del&gt;LU-16634&lt;/del&gt;&lt;/a&gt; misc: remove unnecessary ioctl typecasts&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 2dfbbce062dfcfa7e08d1fe6f7745ba2ced0a6b0&lt;/p&gt;</comment>
                            <comment id="366364" author="gerrit" created="Sun, 19 Mar 2023 23:15:30 +0000"  >&lt;p&gt;&quot;Andreas Dilger &amp;lt;adilger@whamcloud.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/50334&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/50334&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-16634&quot; title=&quot;Null pointer dereference in lustre_set_wire_obdo&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-16634&quot;&gt;&lt;del&gt;LU-16634&lt;/del&gt;&lt;/a&gt; obdclass: improve iocontrol error messages&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 08517e8ffb81f2a3092057d4f905afd8e224bc6f&lt;/p&gt;</comment>
                            <comment id="366371" author="gerrit" created="Mon, 20 Mar 2023 01:54:27 +0000"  >&lt;p&gt;&quot;Andreas Dilger &amp;lt;adilger@whamcloud.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/50335&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/50335&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-16634&quot; title=&quot;Null pointer dereference in lustre_set_wire_obdo&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-16634&quot;&gt;&lt;del&gt;LU-16634&lt;/del&gt;&lt;/a&gt; llite: move common ioctl code to ll_iocontrol()&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 0609508786a8192e6fa691f632433ee71b209eee&lt;/p&gt;</comment>
                            <comment id="367008" author="gerrit" created="Thu, 23 Mar 2023 08:29:52 +0000"  >&lt;p&gt;&quot;Andreas Dilger &amp;lt;adilger@whamcloud.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/50390&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/50390&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-16634&quot; title=&quot;Null pointer dereference in lustre_set_wire_obdo&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-16634&quot;&gt;&lt;del&gt;LU-16634&lt;/del&gt;&lt;/a&gt; misc: replace obsolete ioctl numbers&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 882314ade0a2b51f3b119ac71d5c1841e48571f1&lt;/p&gt;</comment>
                            <comment id="368359" author="gerrit" created="Tue, 4 Apr 2023 14:33:11 +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/+/50331/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/50331/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-16634&quot; title=&quot;Null pointer dereference in lustre_set_wire_obdo&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-16634&quot;&gt;&lt;del&gt;LU-16634&lt;/del&gt;&lt;/a&gt; build: improve checkpatch warnings&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: fe13a1b01c61801065571b4049e8c6bd544742b7&lt;/p&gt;</comment>
                            <comment id="369108" author="gerrit" created="Tue, 11 Apr 2023 20:01:34 +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/+/50333/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/50333/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-16634&quot; title=&quot;Null pointer dereference in lustre_set_wire_obdo&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-16634&quot;&gt;&lt;del&gt;LU-16634&lt;/del&gt;&lt;/a&gt; misc: remove unnecessary ioctl typecasts&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 4a1465577e1310ce09834103f7136bef0e1a1eeb&lt;/p&gt;</comment>
                            <comment id="369109" author="gerrit" created="Tue, 11 Apr 2023 20:01:47 +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/+/50334/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/50334/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-16634&quot; title=&quot;Null pointer dereference in lustre_set_wire_obdo&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-16634&quot;&gt;&lt;del&gt;LU-16634&lt;/del&gt;&lt;/a&gt; obdclass: improve iocontrol error messages&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 1f4825eff026321a8e769739868d4d482026c3ee&lt;/p&gt;</comment>
                            <comment id="369110" author="gerrit" created="Tue, 11 Apr 2023 20:01:57 +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/+/50335/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/50335/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-16634&quot; title=&quot;Null pointer dereference in lustre_set_wire_obdo&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-16634&quot;&gt;&lt;del&gt;LU-16634&lt;/del&gt;&lt;/a&gt; llite: move common ioctl code to ll_iocontrol()&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 3be425883918528ef981af697b34de187c3937b3&lt;/p&gt;</comment>
                            <comment id="369561" author="adilger" created="Sat, 15 Apr 2023 00:19:39 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.whamcloud.com/secure/ViewProfile.jspa?name=tao.lyu&quot; class=&quot;user-hover&quot; rel=&quot;tao.lyu&quot;&gt;tao.lyu&lt;/a&gt;, have you been able to validate that the provided patch (or the latest patch &lt;a href=&quot;https://review.whamcloud.com/50314&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/50314&lt;/a&gt; on master) fixes the issue reported here and in &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-16617&quot; title=&quot;A null-pointer dereference in osc_request.c:3358:function osc_iocontro&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-16617&quot;&gt;&lt;del&gt;LU-16617&lt;/del&gt;&lt;/a&gt;?&lt;/p&gt;</comment>
                            <comment id="370997" author="gerrit" created="Mon, 1 May 2023 04:07:30 +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/+/50314/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/50314/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-16634&quot; title=&quot;Null pointer dereference in lustre_set_wire_obdo&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-16634&quot;&gt;&lt;del&gt;LU-16634&lt;/del&gt;&lt;/a&gt; misc: standardize iocontrol param handling&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 5eae8514f5f1730fe93d55d348400f5ecf681078&lt;/p&gt;</comment>
                            <comment id="374005" author="gerrit" created="Wed, 31 May 2023 19:01:28 +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/+/50390/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/50390/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-16634&quot; title=&quot;Null pointer dereference in lustre_set_wire_obdo&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-16634&quot;&gt;&lt;del&gt;LU-16634&lt;/del&gt;&lt;/a&gt; misc: replace obsolete ioctl numbers&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 594b780062db7e015837faefa75f7352293f54ae&lt;/p&gt;</comment>
                            <comment id="374045" author="pjones" created="Wed, 31 May 2023 20:24:00 +0000"  >&lt;p&gt;All patches seem to have landed for 2.16&lt;/p&gt;</comment>
                            <comment id="377778" author="gerrit" created="Thu, 6 Jul 2023 19:07:00 +0000"  >&lt;p&gt;&quot;Andreas Dilger &amp;lt;adilger@whamcloud.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/51596&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/51596&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-16634&quot; title=&quot;Null pointer dereference in lustre_set_wire_obdo&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-16634&quot;&gt;&lt;del&gt;LU-16634&lt;/del&gt;&lt;/a&gt; build: remove obsolete checkpatch strings&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 4566b6d452f2ccc6b89c23b1865f3a5b5d0b2038&lt;/p&gt;</comment>
                            <comment id="378628" author="gerrit" created="Fri, 14 Jul 2023 02:50:23 +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/+/51596/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/51596/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-16634&quot; title=&quot;Null pointer dereference in lustre_set_wire_obdo&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-16634&quot;&gt;&lt;del&gt;LU-16634&lt;/del&gt;&lt;/a&gt; build: remove obsolete checkpatch strings&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: cf50755cce8b19c9cbfb20c12137b0eb3c3b66da&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="56528">LU-12613</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="57711">LU-13107</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="74932">LU-16616</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="74934">LU-16617</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="75359">LU-16688</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="48441" name="LU-16634-ioctl.diff.diff" size="77161" author="adilger" created="Thu, 16 Mar 2023 15:18:45 +0000"/>
                    </attachments>
                <subtasks>
                            <subtask id="80460">LU-17489</subtask>
                    </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|i03g3r:</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>