Re: [PATCH rdma-next 1/1] RDMA/mana_ib: fix missing ret value

From: Nathan Chancellor
Date: Fri Apr 26 2024 - 13:00:17 EST


On Fri, Apr 26, 2024 at 07:53:02PM +0300, Andy Shevchenko wrote:
> On Tue, Apr 23, 2024 at 12:03:15PM -0300, Jason Gunthorpe wrote:
> > On Tue, Apr 23, 2024 at 07:15:51AM -0700, Konstantin Taranov wrote:
> > > From: Konstantin Taranov <kotaranov@xxxxxxxxxxxxx>
> > >
> > > Set ret to -ENODEV when netdev_master_upper_dev_get_rcu
> > > returns NULL.
> > >
> > > Fixes: 8b184e4f1c32 ("RDMA/mana_ib: Enable RoCE on port 1")
> > > Signed-off-by: Konstantin Taranov <kotaranov@xxxxxxxxxxxxx>
> > > ---
> > > drivers/infiniband/hw/mana/device.c | 1 +
> > > 1 file changed, 1 insertion(+)
> >
> > Applied to for-next, thanks
>
> So, what's wrong with my patch that had been sent _before_ this one?

Was it?

This patch:

$ date -d 'Tue, 23 Apr 2024 07:15:51 -0700' -u
Tue Apr 23 02:15:51 PM UTC 2024

Your patch: https://lore.kernel.org/20240423204258.3669706-1-andriy.shevchenko@xxxxxxxxxxxxxxx/

$ date -d 'Tue, 23 Apr 2024 23:42:58 +0300' -u
Tue Apr 23 08:42:58 PM UTC 2024

Seems like this one beat yours by six hours?

Cheers,
Nathan