From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx0a-001b2d01.pphosted.com (mx0b-001b2d01.pphosted.com [148.163.158.5]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 40xP3X5yXYzDr30 for ; Thu, 31 May 2018 20:34:48 +1000 (AEST) Received: from pps.filterd (m0098421.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.22/8.16.0.22) with SMTP id w4VAYX63087305 for ; Thu, 31 May 2018 06:34:45 -0400 Received: from e31.co.us.ibm.com (e31.co.us.ibm.com [32.97.110.149]) by mx0a-001b2d01.pphosted.com with ESMTP id 2jaepbsvn6-1 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=NOT) for ; Thu, 31 May 2018 06:34:45 -0400 Received: from localhost by e31.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 31 May 2018 04:34:44 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Date: Thu, 31 May 2018 16:08:40 +0530 From: vrbagal1 To: linuxppc-dev@lists.ozlabs.org Cc: sfr@canb.auug.org.au Subject: Build Failure on linux-next on Power8 machine Message-Id: List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Greetings!!! I am observing a build failure on linux-next kernel. Machine: Power8 Platform: PowerNV(Baremetal) Git Tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git Below is the build error. 14:20:48 make[1]: *** [kernel/umh.o] Error 1 14:20:48 make[1]: *** [kernel/fork.o] Error 1 14:20:48 In file included from ./arch/powerpc/include/asm/highmem.h:30:0, 14:20:48 from ./include/linux/highmem.h:35, 14:20:48 from ./include/linux/pagemap.h:11, 14:20:48 from security/commoncap.c:19: 14:20:48 ./arch/powerpc/include/asm/fixmap.h:52:2: error: overflow in enumeration values 14:20:48 FIX_KMAP_BEGIN, /* reserved pte's for temporary kernel mappings */ 14:20:48 ^ 14:20:48 make[2]: *** [kernel/sched/swait.o] Error 1 14:20:48 make[1]: *** [mm/page_alloc.o] Error 1 14:20:48 make[1]: *** [kernel/sched] Error 2 14:20:48 make: *** [mm] Error 2 14:20:48 make[1]: *** [kernel/exit.o] Error 1 14:20:48 make[1]: *** [security/commoncap.o] Error 1 14:20:48 make[1]: *** [fs/kernfs] Error 2 14:20:48 make: *** [fs] Error 2 14:20:48 make: *** [arch/powerpc/kernel] Error 2 14:20:48 make: *** [security] Error 2 14:20:48 make: *** [kernel] Error 2 Cheers.