Frank Filz is already working on a fix.
Thanks, Marc.
From: Haihua Yang <yanghh(a)gmail.com>
Date: Tuesday, February 17, 2026 at 4:42 AM
To: marc eshel <eshel.marc(a)gmail.com>
Cc: devel(a)lists.nfs-ganesha.org <devel(a)lists.nfs-ganesha.org>
Subject: [EXTERNAL] [NFS-Ganesha-Devel] Re: dread patch breaking dsread
This Message Is From an Untrusted Sender
You have not previously corresponded with this sender.
Report
Suspicious<https://us-phishalarm-ewt.proofpoint.com/EWT/v1/AdhS1Rd-!-X...
Thanks, I'll look into it.
On Mon, Feb 16, 2026 at 9:29 AM marc eshel
<eshel.marc@gmail.com<mailto:eshel.marc@gmail.com>> wrote:
HI Yanghh,
It looks like your patch has broken dsread.
commit a3fd7cbd98d911aa754442afe06499ea4f1c9e21
Author: Haihua Yang <yanghh@gmail.com<mailto:yanghh@gmail.com>>
Date: Tue Aug 26 16:59:17 2025 +0000
Add RDMA support in dsread
Change-Id: I435368449e048fc82cc27079a3e295dd4618f425
Signed-off-by: Haihua Yang <yanghh@gmail.com<mailto:yanghh@gmail.com>>
The code in get_buffer_for_io_response() is under #ifdef
_USE_NFS_RDMA and returns NULL if it is not set.
The call from op_dsread() is notunder_USE_NFS_RDMA.
There is no error checking for returning NULL.
Marc.