Hi Dave, After merging the final tree, today's linux-next build (powerpc allyesconfig) failed like this: In file included from net/socket.c:97: include/net/cls_cgroup.h: In function 'task_cls_classid': include/net/cls_cgroup.h:33: error: request for member 'classid' in something not a structure or union In file included from net/core/sock.c:126: include/net/cls_cgroup.h: In function 'task_cls_classid': include/net/cls_cgroup.h:33: error: request for member 'classid' in something not a structure or union In file included from net/sched/cls_cgroup.c:23: include/net/cls_cgroup.h: In function 'task_cls_classid': include/net/cls_cgroup.h:33: error: request for member 'classid' in something not a structure or union CONFIG_CGROUPS=y, CONFIG_NET_CLS_CGROUP=y Caused by commit f845172531fb7410c7fb7780b1a6e51ee6df7d52 ("cls_cgroup: Store classid in struct sock") from the net-current tree. I have reverted that commit for today (and commit 8286274284e15b11b0f531b6ceeef21fbe00a8dd "tun: Update classid on packet injection" that depends on it). -- Cheers, Stephen Rothwell sfr@canb.auug.org.au http://www.canb.auug.org.au/~sfr/