CRC_BUFF_SIZE
int count = min_t(int, size - done, CRC_BUFF_SIZE);
buf = kmalloc(CRC_BUFF_SIZE, GFP_KERNEL);