Re: [PATCH v2 0/5] RDMA kernel patches for kernel v5.14
From: Jason Gunthorpe <jgg@nvidia.com>
Date: 2021-05-28 23:23:33
From: Jason Gunthorpe <jgg@nvidia.com>
Date: 2021-05-28 23:23:33
On Sun, May 23, 2021 at 09:12:06PM -0700, Bart Van Assche wrote:
Hi Jason,
Please consider the five patches in this series for kernel v5.14.
Thanks,
Bart.
Changes compared to v1:
- Reworked patch 1/5 based on Leon's feedback.
- Changed __packed into __packed __aligned(4) in patch 3/5.
- Removed the mr_list variable in patch 4/5.
- Removed one if-test from patch 5/5.
Bart Van Assche (5):
IB/hfi1: Move a function from a header file into a .c file
RDMA/srp: Add more structure size checks
RDMA/srp: Apply the __packed attribute to members instead of
structures
RDMA/srp: Fix a recently introduced memory leak
RDMA/srp: Make struct scsi_cmnd and struct srp_request adjacentApplied to for-next, thanks Jason