mbox series

[0/5] SRP kernel patches for kernel v5.14

Message ID 20210512032752.16611-1-bvanassche@acm.org (mailing list archive)
Headers show
Series SRP kernel patches for kernel v5.14 | expand

Message

Bart Van Assche May 12, 2021, 3:27 a.m. UTC
Hi Jason,

Please consider the five patches in this series for kernel v5.14.

Thanks,

Bart.

Bart Van Assche (5):
  RDMA/ib_hdrs.h: Remove a superfluous cast
  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 adjacent

 drivers/infiniband/ulp/srp/ib_srp.c | 154 ++++++++++++----------------
 drivers/infiniband/ulp/srp/ib_srp.h |   2 -
 include/rdma/ib_hdrs.h              |   2 +-
 include/scsi/srp.h                  |  26 ++---
 4 files changed, 76 insertions(+), 108 deletions(-)