From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kamalesh Babulal Subject: [BUILD-FAILURE] 2.6.26-rc8-mm1 - x86 - __ptep_modify_prot_start() missing Date: Thu, 3 Jul 2008 17:59:43 +0530 Message-ID: <20080703122943.GB6451@linux.vnet.ibm.com> References: <20080703020236.adaa51fa.akpm@linux-foundation.org> Reply-To: Kamalesh Babulal Mime-Version: 1.0 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Content-Disposition: inline In-Reply-To: <20080703020236.adaa51fa.akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org> Sender: kernel-testers-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: Content-Type: text/plain; charset="utf-8" To: Andrew Morton Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, kernel-testers-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, apw-26w3C0LaAnFg9hUCZPvPmw@public.gmane.org Hi Andrew, 2.6.26-rc8-mm1 kernel build fails on the x86 CC arch/x86/kernel/paravirt.o arch/x86/kernel/paravirt.c:383: error: =E2=80=98__ptep_modify_prot_star= t=E2=80=99 undeclared here (not in a function) make[1]: *** [arch/x86/kernel/paravirt.o] Error 1 make: *** [arch/x86/kernel] Error 2 linux-next patches has the changes to the adds the function __ptep_modify_prot_start as inline, the patch s390-build-fixes.patch is coverting it into macro. Reverting the s390-build-fixes.patch fixes the build failure. --=20 Thanks & Regards, Kamalesh Babulal, Linux Technology Center, IBM, ISTL. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759573AbYGCMdo (ORCPT ); Thu, 3 Jul 2008 08:33:44 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755413AbYGCMde (ORCPT ); Thu, 3 Jul 2008 08:33:34 -0400 Received: from E23SMTP03.au.ibm.com ([202.81.18.172]:48453 "EHLO e23smtp03.au.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758004AbYGCMdc (ORCPT ); Thu, 3 Jul 2008 08:33:32 -0400 Date: Thu, 3 Jul 2008 17:59:43 +0530 From: Kamalesh Babulal To: Andrew Morton Cc: linux-kernel@vger.kernel.org, kernel-testers@vger.kernel.org, apw@shadowen.org Subject: [BUILD-FAILURE] 2.6.26-rc8-mm1 - x86 - __ptep_modify_prot_start() missing Message-ID: <20080703122943.GB6451@linux.vnet.ibm.com> Reply-To: Kamalesh Babulal References: <20080703020236.adaa51fa.akpm@linux-foundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20080703020236.adaa51fa.akpm@linux-foundation.org> User-Agent: Mutt/1.5.13 (2006-08-11) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Andrew, 2.6.26-rc8-mm1 kernel build fails on the x86 CC arch/x86/kernel/paravirt.o arch/x86/kernel/paravirt.c:383: error: ‘__ptep_modify_prot_start’ undeclared here (not in a function) make[1]: *** [arch/x86/kernel/paravirt.o] Error 1 make: *** [arch/x86/kernel] Error 2 linux-next patches has the changes to the adds the function __ptep_modify_prot_start as inline, the patch s390-build-fixes.patch is coverting it into macro. Reverting the s390-build-fixes.patch fixes the build failure. -- Thanks & Regards, Kamalesh Babulal, Linux Technology Center, IBM, ISTL.