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. Guenter
drivers/dma/pl330.c: In function 'pl330_prep_dma_cyclic': drivers/dma/pl330.c:2711:2: error: implicit declaration of function 'is_slave_direction' [-Werror=implicit-function-declaration] drivers/dma/pl330.c:2726:4: error: 'flags' undeclared (first use in this function) I say "seem" because I am in the process of switching to buildbot and new build machines, and I don't completely trust the results yet. The above are from manual rebuild attempts. Also, I did not have time to completely analyze the results; there may be other failures. Guenter
-- 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