RE: [PATCH] ib/cm: fix layout of APR message

2011-12-19 Thread Hefty, Sean
Add a missing 16 bit reserved field between ap_status and info fields. Signed-off-by: Eli Cohen e...@mellanox.com --- Thanks for catching this. Let's hope very few/no people are using APR in such a way that fixing this bug will bite them. drivers/infiniband/core/cm_msgs.h |1 + 1

Re: [PATCH] ib/cm: fix layout of APR message

2011-12-19 Thread Or Gerlitz
On 12/19/2011 9:10 PM, Hefty, Sean wrote: Thanks for catching this. Let's hope very few/no people are using APR in such a way that fixing this bug will bite them. no in-tree users so... I tend to agree there's no other choice here. -- To unsubscribe from this list: send the line unsubscribe

[PATCH] ib/cm: fix layout of APR message

2011-12-18 Thread Eli Cohen
Add a missing 16 bit reserved field between ap_status and info fields. Signed-off-by: Eli Cohen e...@mellanox.com --- drivers/infiniband/core/cm_msgs.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/infiniband/core/cm_msgs.h b/drivers/infiniband/core/cm_msgs.h