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(-)