From: Leon Romanovsky <leon@kernel.org>
To: Jason Gunthorpe <jgg@nvidia.com>
Cc: Maher Sanalla <msanalla@nvidia.com>, linux-rdma@vger.kernel.org
Subject: Re: [PATCH rdma-next] RDMA/uverbs: Propagate errors from rdma_lookup_get_uobject()
Date: Thu, 20 Feb 2025 11:06:52 +0200 [thread overview]
Message-ID: <20250220090652.GN53094@unreal> (raw)
In-Reply-To: <20250220065938.GJ53094@unreal>
On Thu, Feb 20, 2025 at 08:59:38AM +0200, Leon Romanovsky wrote:
> On Wed, Feb 19, 2025 at 01:53:35PM -0400, Jason Gunthorpe wrote:
> > On Wed, Feb 19, 2025 at 05:56:47PM +0200, Leon Romanovsky wrote:
> > > On Wed, Feb 19, 2025 at 10:46:16AM -0400, Jason Gunthorpe wrote:
> > > > On Wed, Feb 19, 2025 at 03:52:05PM +0200, Leon Romanovsky wrote:
> > > > > From: Maher Sanalla <msanalla@nvidia.com>
> > > > >
> > > > > Currently, the IB uverbs API calls uobj_get_uobj_read(), which in turn
> > > > > uses the rdma_lookup_get_uobject() helper to retrieve user objects.
> > > > > In case of failure, uobj_get_uobj_read() returns NULL, overriding the
> > > > > error code from rdma_lookup_get_uobject(). The IB uverbs API then
> > > > > translates this NULL to -EINVAL, masking the actual error and
> > > > > complicating debugging.
> > > >
> > > > This may have been deliberate as this old stuff is not supposed to be
> > > > returning weird error codes.
> > >
> > > I assumed that this was the reason for such overwrite in the past, but
> > > is this continue to be true in 2025?
> >
> > Maybe, it is ABI that leaks out libiverbs
> >
> > But also, maybe nobody cares. There is a small chance places are
> > relying on detecting certain errnos.
> >
> > > > What error code are you missing here?
> > >
> > > Error returned from modify QP was masked by setting real error to be -EINVAL.
> >
> > What errno was it though? What other errors are there that are now no
> > longer supressed?
>
> Mainly -EBUSY from FW command interface, so users can safely call again
> to modify QP.
Forget about this comment, I was distracted, and it is -EBUSY from
uverbs_try_lock_object() and not from FW command interface.
Thanks
>
> >
> > I think the commit message needs a deeper analysis to be convincing
> > the ABI break is low risk
>
> No problem, we will update commit message.
>
> Thanks
>
> >
> > Jason
>
next prev parent reply other threads:[~2025-02-20 9:06 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-19 13:52 [PATCH rdma-next] RDMA/uverbs: Propagate errors from rdma_lookup_get_uobject() Leon Romanovsky
2025-02-19 14:46 ` Jason Gunthorpe
2025-02-19 15:56 ` Leon Romanovsky
2025-02-19 17:53 ` Jason Gunthorpe
2025-02-20 6:59 ` Leon Romanovsky
2025-02-20 9:06 ` Leon Romanovsky [this message]
2025-02-20 13:53 ` Jason Gunthorpe
2025-02-23 8:52 ` Leon Romanovsky
2025-02-26 12:36 ` Maher Sanalla
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250220090652.GN53094@unreal \
--to=leon@kernel.org \
--cc=jgg@nvidia.com \
--cc=linux-rdma@vger.kernel.org \
--cc=msanalla@nvidia.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox