]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
IB/hfi1: Validate fault injection opcode user input
authorKaike Wan <kaike.wan@intel.com>
Fri, 7 Jun 2019 12:25:25 +0000 (08:25 -0400)
committerJason Gunthorpe <jgg@mellanox.com>
Tue, 11 Jun 2019 20:06:37 +0000 (17:06 -0300)
commit5f90677ed31963abb184ee08ebee4a4a68225dd8
tree4cb3055c9b4d42d9155f80a993805848ed6aa563
parentd1fdb6d8f6a4109a4263176c84b899076a5f8008
IB/hfi1: Validate fault injection opcode user input

The opcode range for fault injection from user should be validated before
it is applied to the fault->opcodes[] bitmap to avoid out-of-bound
error.

Cc: <stable@vger.kernel.org>
Fixes: a74d5307caba ("IB/hfi1: Rework fault injection machinery")
Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Reviewed-by: Mike Marciniszyn <mike.marciniszyn@intel.com>
Signed-off-by: Kaike Wan <kaike.wan@intel.com>
Signed-off-by: Dennis Dalessandro <dennis.dalessandro@intel.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
drivers/infiniband/hw/hfi1/fault.c