remarkable-linux/include/rdma
Roland Dreier 4d9781c5ce IB/uverbs: Fix alignment of struct ib_uverbs_create_qp_resp
The size of struct ib_uverbs_create_qp_resp is not even multiple of 8
bytes.  This causes problems for low-level drivers that add private
data after the structure: 32-bit userspace will look in the wrong
place for a response from a 64-bit kernel.  Fix this by adding a
reserved field.  Also, bump the ABI version because this changes the
size of a structure.

Pointed out by Hoang-Nam Nguyen <HNGUYEN@de.ibm.com>.

Signed-off-by: Roland Dreier <rolandd@cisco.com>
2006-03-20 10:08:16 -08:00
..
ib_cache.h [PATCH] IB: move include files to include/rdma 2005-08-26 20:37:38 -07:00
ib_cm.h [IB] CM: bind IDs to a specific device 2005-10-17 15:37:43 -07:00
ib_fmr_pool.h IB: Enable FMR pool user to set page size 2006-03-20 10:08:10 -08:00
ib_mad.h [IB] Fix MAD layer DMA mappings to avoid touching data buffer once mapped 2005-10-25 10:51:39 -07:00
ib_pack.h [PATCH] IB: move include files to include/rdma 2005-08-26 20:37:38 -07:00
ib_sa.h [PATCH] gfp flags annotations - part 1 2005-10-08 15:00:57 -07:00
ib_smi.h [PATCH] IB: move include files to include/rdma 2005-08-26 20:37:38 -07:00
ib_user_cm.h [IB] ucm: 32/64 compatibility fixes 2005-11-01 13:18:54 -08:00
ib_user_mad.h [PATCH] IB: move include files to include/rdma 2005-08-26 20:37:38 -07:00
ib_user_verbs.h IB/uverbs: Fix alignment of struct ib_uverbs_create_qp_resp 2006-03-20 10:08:16 -08:00
ib_verbs.h IB: Add ib_modify_qp_is_ok() library function 2006-03-20 10:08:12 -08:00