commit | 1bb665e3dd67f6f3477c55c2b247b42b1a5bfc95 | [log] [tgz] |
---|---|---|
author | Jakub Kicinski <jakub.kicinski@netronome.com> | Tue Mar 21 17:59:15 2017 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Mar 22 12:59:08 2017 -0700 |
tree | fdec71643cca802b4bb0bd7db146c13ab2c4a034 | |
parent | 76e8f93e8951779119de5e56a889ff30d2c4038e [diff] |
nfp: fix invalid area detection Core should detect when someone is trying to request an access window which is too large for a given type of access. Otherwise the requester will be put on a wait queue for ever without any error message. Add const qualifiers to clarify that we are only looking at read- -only members in relevant functions. Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com> Signed-off-by: David S. Miller <davem@davemloft.net>