On Mon, Aug 05, 2013 at 02:14:31PM -0700, Guenter Roeck wrote: > Hi again, > > On 08/05/2013 07:39 AM, Guenter Roeck wrote: > >Hi Greg, > > > >I see a number of new build failures in the stable queue. > > > >Commit "cgroup: fix umount vs cgroup_cfts_commit() race" seems to cause various build errors in 3.10, > >including x86_64 defconfig. > > > >kernel/cgroup.c: In function 'cgroup_cfts_commit': > >kernel/cgroup.c:2776:6: error: incompatible type for argument 1 of 'atomic_add_unless' > >In file included from /opt/buildbot/slave/stable-queue-3_10/build/arch/x86/include/asm/thread_info.h:23:0, > > from include/linux/thread_info.h:54, > > from include/linux/preempt.h:9, > > from include/linux/spinlock.h:50, > > from include/linux/seqlock.h:29, > > from include/linux/time.h:5, > > from include/uapi/linux/timex.h:56, > > from include/linux/timex.h:56, > > from include/linux/sched.h:17, > > from include/linux/cgroup.h:11, > > from kernel/cgroup.c:29: > >include/linux/atomic.h:15:19: note: expected 'struct atomic_t *' but argument is of type 'atomic_t' > > > The above is now fixed. > > >Commit "dma: pl330: Fix cyclic transfers" seems to cause arm:exynos4 build to fail in 3.4. > > > This is confirmed. Reverting this commit fixes the problem. I've committed a patch to fix this one, I hope :) thanks, greg k-h -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html