krealloc_noprof
return krealloc_noprof(p, bytes, flags);
return krealloc_noprof(p, size, (flags | __GFP_COMP) & ~__GFP_HIGHMEM);