MAX_DUMP_SIZE
if (cmd_err < 0 || size + offset > MAX_DUMP_SIZE) {
data = kzalloc(MAX_DUMP_SIZE, GFP_KERNEL);