From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from bh-25.webhostbox.net ([208.91.199.152]:49266 "EHLO bh-25.webhostbox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751123AbcG2D6M (ORCPT ); Thu, 28 Jul 2016 23:58:12 -0400 To: Ben Hutchings Cc: stable From: Guenter Roeck Subject: Build errors in v3.2-stable-queue Message-ID: <579AD44D.3060109@roeck-us.net> Date: Thu, 28 Jul 2016 20:58:05 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Sender: stable-owner@vger.kernel.org List-ID: alpha:defconfig: arch/alpha/kernel/io.c:620:15: error: redefinition of ‘ioport_map’ void __iomem *ioport_map(unsigned long port, unsigned int size) ^ In file included from arch/alpha/kernel/io.c:9:0: /opt/buildbot/slave/qemu-3.2/build/arch/alpha/include/asm/io.h:277:29: note: previous definition of ‘ioport_map’ was here arch/alpha/kernel/io.c:625:6: error: redefinition of ‘ioport_unmap’ mips:malta_defconfig: CC arch/mips/kernel/asm-offsets.s In file included from include/linux/mm.h:43:0, from arch/mips/kernel/asm-offsets.c:14: /opt/buildbot/slave/qemu-3.2/build/arch/mips/include/asm/pgtable.h: In function 'set_pte': /opt/buildbot/slave/qemu-3.2/build/arch/mips/include/asm/pgtable.h:193:12: error: expected ':' or ')' before 'MIPS_ISA_ARCH_LEVEL' /opt/buildbot/slave/qemu-3.2/build/./Kbuild:81: recipe for target 'arch/mips/kernel/asm-offsets.s' failed make[1]: *** [arch/mips/kernel/asm-offsets.s] Error 1 Guenter