commit | 5a20a093d965560f632b2ec325f8876918f78165 | [log] [tgz] |
---|---|---|
author | Ioana Radulescu <ruxandra.radulescu@nxp.com> | Fri May 24 18:15:15 2019 +0300 |
committer | David S. Miller <davem@davemloft.net> | Sun May 26 13:41:33 2019 -0700 |
tree | ce16c6cf0d67fee47b55a09796769a442f92117e | |
parent | 334031219a84b9994594015aab85ed7754c80176 [diff] |
dpaa2-eth: Fix potential spectre issue Smatch reports a potential spectre vulnerability in the dpaa2-eth driver, where the value of rxnfc->fs.location (which is provided from user-space) is used as index in an array. Add a call to array_index_nospec() to sanitize the access. Signed-off-by: Ioana Radulescu <ruxandra.radulescu@nxp.com> Signed-off-by: David S. Miller <davem@davemloft.net>