From: Jason Gunthorpe <jgg@ziepe.ca>
To: Deepanshu Kartikey <kartikey406@gmail.com>
Cc: leon@kernel.org, kees@kernel.org, eaujames@ddn.com,
parav@nvidia.com, maorg@nvidia.com, rosenp@gmail.com,
jiri@resnulli.us, linux-rdma@vger.kernel.org,
linux-kernel@vger.kernel.org,
syzbot+4334f9a250019c1b79b4@syzkaller.appspotmail.com
Subject: Re: [PATCH] RDMA/cache: fix invalid-free of flex-array data_vec in release_gid_table
Date: Fri, 10 Apr 2026 18:48:17 -0300 [thread overview]
Message-ID: <20260410214817.GB3694781@ziepe.ca> (raw)
In-Reply-To: <CADhLXY4B7zkBQUv1ayicHXuSopy5AG0HrOPuNqcynPzs7R5CxA@mail.gmail.com>
On Fri, Apr 10, 2026 at 05:22:54PM +0530, Deepanshu Kartikey wrote:
> > diff --git a/drivers/infiniband/core/cache.c b/drivers/infiniband/core/cache.c
> > index 896486fa6185..647a547e2d7f 100644
> > --- a/drivers/infiniband/core/cache.c
> > +++ b/drivers/infiniband/core/cache.c
> > @@ -801,7 +801,6 @@ static void release_gid_table(struct ib_device *device,
> > }
> >
> > mutex_destroy(&table->lock);
> > - kfree(table->data_vec);
> > kfree(table);
> > }
> >
> >
>
> Gentle ping on this patch. Please let me know the status of this patch.
Oh, I think a different version was picked up
Thanks,
Jason
prev parent reply other threads:[~2026-04-10 21:48 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-01 1:28 [PATCH] RDMA/cache: fix invalid-free of flex-array data_vec in release_gid_table Deepanshu Kartikey
2026-04-10 11:52 ` Deepanshu Kartikey
2026-04-10 21:48 ` Jason Gunthorpe [this message]
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=20260410214817.GB3694781@ziepe.ca \
--to=jgg@ziepe.ca \
--cc=eaujames@ddn.com \
--cc=jiri@resnulli.us \
--cc=kartikey406@gmail.com \
--cc=kees@kernel.org \
--cc=leon@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-rdma@vger.kernel.org \
--cc=maorg@nvidia.com \
--cc=parav@nvidia.com \
--cc=rosenp@gmail.com \
--cc=syzbot+4334f9a250019c1b79b4@syzkaller.appspotmail.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