summaryrefslogtreecommitdiffstats
path: root/crypto/fcrypt.c
diff options
context:
space:
mode:
authorOded Gabbay <oded.gabbay@gmail.com>2019-05-31 18:25:20 +0300
committerOded Gabbay <oded.gabbay@gmail.com>2019-05-31 18:25:20 +0300
commit747bf88c61772ec1e670ee04f4db6af15398c2ef (patch)
tree3e80ab5855fcd6773e0d14fd05e3c246379b82ba /crypto/fcrypt.c
parent2a51558c8c7f8275b16db918bf3a33108bc0cd2d (diff)
downloadlinux-747bf88c61772ec1e670ee04f4db6af15398c2ef.tar.bz2
habanalabs: add WARN in case of bad MMU mapping
This patch checks if an MMU mapping is erroneous in that the physical address that is being mapped is NOT divisible by the page size. If that thing happens, then the H/W will issue a transaction which will be translated to a wrong address, because part of the address will not be taken (the remainder of address/page size). Because the physical address is being handled by the driver, a WARN is suitable here as it implies a bug in the driver code itself and not a user bug. Signed-off-by: Oded Gabbay <oded.gabbay@gmail.com>
Diffstat (limited to 'crypto/fcrypt.c')
0 files changed, 0 insertions, 0 deletions