Skip to content
Commit aeda036c authored by Sasha Levin's avatar Sasha Levin Committed by Oded Gabbay
Browse files

amdkfd: use sizeof(long) granularity for the pasid bitmask



All the bit operations (such as find_first_zero_bit()) read sizeof(long) bytes
at a time. If we allocated less than sizeof(long) bytes for the bitmask we
would be accessing invalid memory when working with the bitmask.

Change the allocator to allocate sizeof(long) multiples for the bitmask.

Signed-off-by: default avatarSasha Levin <sasha.levin@oracle.com>
Signed-off-by: default avatarOded Gabbay <oded.gabbay@amd.com>
parent d5b75dc0
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment