commit | 611cb92b082ad16b2fe1258e51d5aca7de540dfb | [log] [tgz] |
---|---|---|
author | Jason Gunthorpe <jgg@mellanox.com> | Tue Mar 20 14:19:47 2018 -0600 |
committer | Jason Gunthorpe <jgg@mellanox.com> | Tue Mar 27 14:25:08 2018 -0600 |
tree | 641fe2e35df9c9441bcf8b324bc179f1b219e86c | |
parent | 38b48808b9af55f02cb226a1f09b7a5e67104569 [diff] |
RDMA/ucma: Fix uABI structure layouts for 32/64 compat The rdma_ucm_event_resp is a different length on 32 and 64 bit compiles. The kernel requires it to be the expected length or longer so 32 bit builds running on a 64 bit kernel will not work. Retain full compat by having all kernels accept a struct with or without the trailing reserved field. Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>