MAX_REGION_NAME_LENGTH
name = kstrndup(region.name, MAX_REGION_NAME_LENGTH - 1, GFP_KERNEL);
char name[MAX_REGION_NAME_LENGTH];