commit | fa5c448d98f0df660bfcad3dd5facc027ef84cd3 | [log] [tgz] |
---|---|---|
author | Sagiv Ozeri <sagiv.ozeri@cavium.com> | Thu Nov 08 16:46:11 2018 +0200 |
committer | David S. Miller <davem@davemloft.net> | Thu Nov 08 19:38:19 2018 -0800 |
tree | b3302708cdb9cce6cb78aeb27d785ccfd17acd2a | |
parent | fb5e7438e7a3c8966e04ccb0760170e9e06f3699 [diff] |
qed: Fix potential memory corruption A stuck ramrod should be deleted from the completion_pending list, otherwise it will be added again in the future and corrupt the list. Return error value to inform that ramrod is stuck and should be deleted. Signed-off-by: Sagiv Ozeri <sagiv.ozeri@cavium.com> Signed-off-by: Denis Bolotin <denis.bolotin@cavium.com> Signed-off-by: David S. Miller <davem@davemloft.net>