> struct rdt_ctrl_domain { > struct rdt_domain_hdr hdr; > struct cpumask cpu_mask; > ... > } > > Considering the description of the changes to expect in this version I > did not expect to see a cpu_mask member in struct rdt_ctrl_domain since > it has now been moved to struct rdt_domain_hdr. What am I missing? Reinette, Yes. cpu_mask was moved into "struct rdt_domain_hdr" in patch 2 of the series. I'm not sure how it managed to reappear here. Definitely a zombie. I've removed it now. -Tony