Hi Tejun, Today's linux-next merge of the cgroup tree got a conflict in: include/linux/cgroup_subsys.h between commit: 5ad9144cdb9a ("x86,cgroup/intel_rdt : Add a cgroup interface to manage Intel cache allocation") from the tip tree and commit: b53202e63089 ("cgroup: kill cgrp_ss_priv[CGROUP_CANFORK_COUNT] and friends") from the cgroup tree. I fixed it up (see below) and can carry the fix as necessary (no action is required). -- Cheers, Stephen Rothwell sfr@xxxxxxxxxxxxxxxx diff --cc include/linux/cgroup_subsys.h index c559ef5cae23,0df0336acee9..000000000000 --- a/include/linux/cgroup_subsys.h +++ b/include/linux/cgroup_subsys.h @@@ -58,15 -52,6 +52,10 @@@ SUBSYS(net_prio SUBSYS(hugetlb) #endif +#if IS_ENABLED(CONFIG_INTEL_RDT) +SUBSYS(intel_rdt) +#endif + - /* - * Subsystems that implement the can_fork() family of callbacks. - */ - SUBSYS_TAG(CANFORK_START) - #if IS_ENABLED(CONFIG_CGROUP_PIDS) SUBSYS(pids) #endif -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html