On Tue, Nov 12, 2019 at 11:26:08AM +0200, Gal Pressman wrote: > We cannot rely on the entry memcpy as we only copy the actual size of > the command, the rest of the bytes must be memset to zero. > > Fixes: 0420e542569b ("RDMA/efa: Implement functions that submit and complete admin commands") > Reviewed-by: Daniel Kranzdorf <dkkranzd@xxxxxxxxxx> > Reviewed-by: Firas JahJah <firasj@xxxxxxxxxx> > Signed-off-by: Gal Pressman <galpress@xxxxxxxxxx> > --- > drivers/infiniband/hw/efa/efa_com.c | 5 ++++- > 1 file changed, 4 insertions(+), 1 deletion(-) This isn't really -rc material since the device will have to be compatible with these old kernels for quite some time. Applied to for-next with the better description Thanks, Jason