On 2025-04-24 06:55, Simon Horman wrote: > On Sat, Apr 19, 2025 at 10:10:15PM +0800, Haiyue Wang wrote: >> Use the API `sysconf()` to query page size at runtime, instead of using >> hard code number 4096. >> >> And use `posix_memalign` to allocate the page size aligned momory. >> >> Signed-off-by: Haiyue Wang <[email protected]> > > Reviewed-by: Simon Horman <[email protected]> >
Thanks Simon. I'll apply the patch and run the selftest to make sure it still works.

