mbox series

[rdma-rc,v2,0/3] RDMA/bnxt_re: Bug fixes

Message ID 1629343553-5843-1-git-send-email-selvin.xavier@broadcom.com (mailing list archive)
Headers show
Series RDMA/bnxt_re: Bug fixes | expand

Message

Selvin Xavier Aug. 19, 2021, 3:25 a.m. UTC
Some simple bug fixes

v1->v2:
 Fix a build issue
 Reported-by: kernel test robot <lkp@intel.com>

Naresh Kumar PBS (1):
  RDMA/bnxt_re: Add missing spin lock initialization

Selvin Xavier (2):
  RDMA/bnxt_re: Disable atomic support on VFs
  RDMA/bnxt_re: Fix query SRQ failure

 drivers/infiniband/hw/bnxt_re/ib_verbs.c | 1 +
 drivers/infiniband/hw/bnxt_re/main.c     | 2 +-
 drivers/infiniband/hw/bnxt_re/qplib_fp.c | 2 ++
 3 files changed, 4 insertions(+), 1 deletion(-)

Comments

Jason Gunthorpe Aug. 19, 2021, 1:25 p.m. UTC | #1
On Wed, Aug 18, 2021 at 08:25:50PM -0700, Selvin Xavier wrote:
> Some simple bug fixes
> 
> v1->v2:
>  Fix a build issue
>  Reported-by: kernel test robot <lkp@intel.com>
> 
> Naresh Kumar PBS (1):
>   RDMA/bnxt_re: Add missing spin lock initialization
> 
> Selvin Xavier (2):
>   RDMA/bnxt_re: Disable atomic support on VFs
>   RDMA/bnxt_re: Fix query SRQ failure

Applied to for-rc, thanks

Jason
Jason Gunthorpe Aug. 19, 2021, 1:25 p.m. UTC | #2
On Thu, Aug 19, 2021 at 10:25:03AM -0300, Jason Gunthorpe wrote:
> On Wed, Aug 18, 2021 at 08:25:50PM -0700, Selvin Xavier wrote:
> > Some simple bug fixes
> > 
> > v1->v2:
> >  Fix a build issue
> >  Reported-by: kernel test robot <lkp@intel.com>
> > 
> > Naresh Kumar PBS (1):
> > 
> > Selvin Xavier (2):
> >   RDMA/bnxt_re: Disable atomic support on VFs
> >   RDMA/bnxt_re: Fix query SRQ failure
> 
> Applied to for-rc, thanks

Woops, I mean only

   RDMA/bnxt_re: Add missing spin lock initialization

The others need resend with good commit messages.

Jason