UFM_READ_STRIDE
buf = kmem_zalloc(UFM_READ_STRIDE, KM_SLEEP);
uint64_t toread = MIN(len, UFM_READ_STRIDE);
kmem_free(buf, UFM_READ_STRIDE);