diff options
author | Yuri Nudelman <ynudelman@habana.ai> | 2022-05-15 13:46:37 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-05-22 22:01:21 +0300 |
commit | f873a27fd50d161111d0e52087af0f5b2111c5c4 (patch) | |
tree | f3f8a4e7de88e607304501b815734a047493062e /include/linux/genetlink.h | |
parent | e31dd9362f01682192d80221cc4339e4f7140f30 (diff) | |
download | linux-f873a27fd50d161111d0e52087af0f5b2111c5c4.tar.xz |
habanalabs: fix missing handle shift during mmap
During mmap operation on the unified memory manager buffer, the vma
page offset is shifted to extract the handle value. Due to a typo, it
was not shifted back at the end. That could cause the offset to be
modified after mmap operation, that may affect subsequent operations.
In addition, in allocation flow, in case of out of memory error, idr
would not be correctly destroyed, again because of a missing shift.
Signed-off-by: Yuri Nudelman <ynudelman@habana.ai>
Reviewed-by: Oded Gabbay <ogabbay@kernel.org>
Signed-off-by: Oded Gabbay <ogabbay@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/genetlink.h')
0 files changed, 0 insertions, 0 deletions