Hi Linus, Yishai found a big data corruption regression in this merge window due to a scatterlist change. Thanks, Jason The following changes since commit 1b929c02afd37871d5afb9d498426f83432e71c2: Linux 6.2-rc1 (2022-12-25 13:41:39 -0800) 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 e95d50d74b93a767a026f588e8de0b9718a0105e: lib/scatterlist: Fix to merge contiguous pages into the last SG properly (2023-01-05 16:01:05 -0400) ---------------------------------------------------------------- v6.2 first rc pull request A big data corruption regression due to a change in the scatterlist - Fix compilation warnings on gcc 13 - Oops when using some mlx5 stats - Bad enforcement of atomic responder resources in mlx5 - Do not wrongly combine non-contiguous pages in scatterlist ---------------------------------------------------------------- Jiri Slaby (SUSE) (1): RDMA/srp: Move large values to a new enum for gcc13 Maor Gottlieb (1): RDMA/mlx5: Fix validation of max_rd_atomic caps for DC Shay Drory (1): RDMA/mlx5: Fix mlx5_ib_get_hw_stats when used for device Yishai Hadas (1): lib/scatterlist: Fix to merge contiguous pages into the last SG properly drivers/infiniband/hw/mlx5/counters.c | 6 ++--- drivers/infiniband/hw/mlx5/qp.c | 49 +++++++++++++++++++++++++---------- drivers/infiniband/ulp/srp/ib_srp.h | 8 +++--- lib/scatterlist.c | 2 +- 4 files changed, 44 insertions(+), 21 deletions(-)