Skip to content
Commit f45d63c1 authored by Luis Chamberlain's avatar Luis Chamberlain Committed by Dan Williams
Browse files

tools/testing/cxl: require 64-bit



size_t is limited to 32-bits and so the gen_pool_alloc() using
the size of SZ_64G would map to 0, triggering a low allocation
which is not expected. Force the dependency on 64-bit for cxl_test
as that is what it was designed for.

This issue was found by build test reports when converting this
driver as a proper upstream driver.

Signed-off-by: default avatarLuis Chamberlain <mcgrof@kernel.org>
Link: https://lore.kernel.org/r/20221219195050.325959-1-mcgrof@kernel.org


Signed-off-by: default avatarDan Williams <dan.j.williams@intel.com>
parent 852db33c
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