On Fri, 11 Oct 2024 20:26:09 +0530 "Ritesh Harjani (IBM)" <ritesh.list@xxxxxxxxx> wrote: > cma_init_reserved_mem() checks base and size alignment with > CMA_MIN_ALIGNMENT_BYTES. However, some users might call this during > early boot when pageblock_order is 0. This sounds like "some users" are in error. Please tell us precisely which users we're talking about here. Is there a startup ordering issue here? It feels like a bad idea to work around callers' flaws within the callee. Please also describe the userspace-visible effects of this. Because it might be the case that we will want to backport any fix into earlier kernels, and we shouldn't do that until we know how those kernels will benefit. And to aid all of this, please attempt to identify a Fixes: target, to aid others in identifying which kernel version(s) need patching. Please answer all the above in the next (non-RFC!) version's changelog. Meanwhile, I'll queue up this version for some testing. Thanks.