Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 7 Jan 2023 18:06:47 +0000 (10:06 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 7 Jan 2023 18:06:47 +0000 (10:06 -0800)
commit4a4dcea0831394b876ae955ecf49ba072ffbf059
treea104e14c23947f0dad6ce2fb1d17d57cffdb7b26
parenta7c4127a29ce222c9fa4fb4ae5b15e182a1ee5c9
parente95d50d74b93a767a026f588e8de0b9718a0105e
Merge tag 'for-linus' of git://git./linux/kernel/git/rdma/rdma

Pull rdma fixes from Jason Gunthorpe:
 "Most noticeable is that Yishai found a big data corruption regression
  due to a change in the scatterlist:

   - Do not wrongly combine non-contiguous pages in scatterlist

   - Fix compilation warnings on gcc 13

   - Oops when using some mlx5 stats

   - Bad enforcement of atomic responder resources in mlx5"

* tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma:
  lib/scatterlist: Fix to merge contiguous pages into the last SG properly
  RDMA/mlx5: Fix validation of max_rd_atomic caps for DC
  RDMA/mlx5: Fix mlx5_ib_get_hw_stats when used for device
  RDMA/srp: Move large values to a new enum for gcc13