From: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> Date: Wed, 14 Dec 2011 18:07:52 +1100 > After merging the final tree, today's linux-next build (powerpc > allnoconfig) failed like this: > > In file included from include/linux/tcp.h:211:0, > from include/linux/ipv6.h:221, > from include/net/ipv6.h:16, > from include/linux/sunrpc/clnt.h:26, > from include/linux/nfs_fs.h:50, > from init/do_mounts.c:20: > include/net/sock.h: In function 'memcg_memory_allocated_add': > include/net/sock.h:1000:20: error: 'OVER_LIMIT' undeclared (first use in this function) > > And several other similar ones. > > Caused by commit e1aab161e013 ("socket: initial cgroup code") from the > net-next tree. OVER_LIMIT is only defined it CONFIG_INET is set. > > I applied the following (stupid) patch for today (just because reverting > the above commit would probably be too hard - we have cgroup stuff all > over the place :-( ): Glauber, please fix this properly. -- 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