On Mon, Jun 03, 2024 at 09:30:54PM +0000, Shubhang Kaushik OS wrote: > 'vmap allocation for size %lu failed: use vmalloc=<size> to increase size' > The above warning is seen in the kernel functionality for allocation of > the restricted virtual memory range till exhaustion. > > This message is misleading because 'vmalloc=' is not a valid kernel > parameter on a number of platforms, in particular it is not supported > on arm64. With the update, the output gets modified to include the function Why not fix arm64?