mbox series

[GIT,PULL] Please pull RDMA subsystem changes

Message ID Y50V8+TQA7wsipC5@nvidia.com (mailing list archive)
State Superseded
Commit ed56954cf5a8b7abb530676a073d14f9de661d69
Headers show
Series [GIT,PULL] Please pull RDMA subsystem changes | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma.git tags/for-linus

Message

Jason Gunthorpe Dec. 17, 2022, 1:05 a.m. UTC
Hi Linus,

It seems the linux-next CI and 0-day bot are not testing enough 32 bit
configurations, as soon as you merged the PR there were two instant
reports of warnings on these sytems that I would have thought should
have been covered by time in linux-next

Anyhow, here are the fixes so people don't hit problems with -Werror

Thanks,
Jason

The following changes since commit dbc94a0fb81771a38733c0e8f2ea8c4fa6934dc1:

  IB/IPoIB: Fix queue count inconsistency for PKEY child interfaces (2022-12-11 11:04:19 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma.git tags/for-linus

for you to fetch changes up to 5244ca88671a1981ceec09c5c8809f003e6a62aa:

  RDMA/siw: Fix pointer cast warning (2022-12-16 16:07:38 -0400)

----------------------------------------------------------------
v6.2 merge window 2nd pull request

Fix two build warnings on 32 bit platforms

----------------------------------------------------------------
Arnd Bergmann (1):
      RDMA/siw: Fix pointer cast warning

Jason Gunthorpe (1):
      RDMA/rxe: Fix compile warnings on 32-bit

 drivers/infiniband/sw/rxe/rxe_resp.c  | 72 +++++++++++++++++++----------------
 drivers/infiniband/sw/siw/siw_qp_tx.c |  2 +-
 2 files changed, 41 insertions(+), 33 deletions(-)

Comments

pr-tracker-bot@kernel.org Dec. 17, 2022, 2:28 p.m. UTC | #1
The pull request you sent on Fri, 16 Dec 2022 21:05:55 -0400:

> git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma.git tags/for-linus

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/ed56954cf5a8b7abb530676a073d14f9de661d69

Thank you!