]> git.baikalelectronics.ru Git - kernel.git/commit
iwlwifi: dbg_ini: check debug TLV type explicitly
authorShahar S Matityahu <shahar.s.matityahu@intel.com>
Wed, 20 Mar 2019 15:41:16 +0000 (17:41 +0200)
committerLuca Coelho <luciano.coelho@intel.com>
Thu, 18 Apr 2019 11:07:39 +0000 (14:07 +0300)
commitf3d6360adac5211b6c1589edafc92f36134340d7
treec1802c3184a1ed608fc7330742a852deef6af6e8
parent98fd9291def6cec7be3cc6e9166ff78c950c4cac
iwlwifi: dbg_ini: check debug TLV type explicitly

In ini debug TLVs bit 24 is set. The driver relies on it in the memory
allocation for the debug configuration. This implementation is
problematic in case of a new debug TLV that is not supported yet is added
and uses bit 24. In such a scenario the driver allocate space without
using it which causes errors in the apply point enabling flow.

Solve it by explicitly checking if a given TLV is part of the list of
the supported ini debug TLVs.

Signed-off-by: Shahar S Matityahu <shahar.s.matityahu@intel.com>
Fixes: fc6e0a602a72 ("iwlwifi: trans: parse and store debug ini TLVs")
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
drivers/net/wireless/intel/iwlwifi/fw/file.h
drivers/net/wireless/intel/iwlwifi/iwl-dbg-tlv.c