On Thu, Oct 03, 2024 at 08:31:23AM -0700, Yang Shi wrote:
If I understand correctly, the check is mainly used to avoid the u64 -> u32Sure, the kalloc will print a warn on anyhow if it is too big
overflow. This check guarantee no overflow. If some crazy hardware really
requests that large memory, the allocation will fail.
Jason