From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756164AbYDHQ0b (ORCPT ); Tue, 8 Apr 2008 12:26:31 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751747AbYDHQ0X (ORCPT ); Tue, 8 Apr 2008 12:26:23 -0400 Received: from relay1.sgi.com ([192.48.171.29]:38462 "EHLO relay.sgi.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751739AbYDHQ0X (ORCPT ); Tue, 8 Apr 2008 12:26:23 -0400 Date: Tue, 8 Apr 2008 11:26:19 -0500 From: Robin Holt To: Andrea Arcangeli Cc: Christoph Lameter , akpm@linux-foundation.org, Nick Piggin , Steve Wise , Peter Zijlstra , linux-mm@kvack.org, Kanoj Sarcar , Roland Dreier , Jack Steiner , linux-kernel@vger.kernel.org, Avi Kivity , kvm-devel@lists.sourceforge.net, Robin Holt , general@lists.openfabrics.org, Hugh Dickins Subject: Re: [PATCH 2 of 9] Core of mmu notifiers Message-ID: <20080408162619.GP11364@sgi.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.15+20070412 (2007-04-11) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This one does not build on ia64. I get the following: [holt@attica mmu_v12_xpmem_v003_v1]$ make compressed CHK include/linux/version.h CHK include/linux/utsrelease.h CALL scripts/checksyscalls.sh CHK include/linux/compile.h CC mm/mmu_notifier.o In file included from include/linux/mmu_notifier.h:6, from mm/mmu_notifier.c:12: include/linux/mm_types.h:200: error: expected specifier-qualifier-list before ‘cpumask_t’ In file included from mm/mmu_notifier.c:12: include/linux/mmu_notifier.h: In function ‘mm_has_notifiers’: include/linux/mmu_notifier.h:62: error: ‘struct mm_struct’ has no member named ‘mmu_notifier_list’ include/linux/mmu_notifier.h: In function ‘mmu_notifier_mm_init’: include/linux/mmu_notifier.h:117: error: ‘struct mm_struct’ has no member named ‘mmu_notifier_list’ In file included from include/asm/pgtable.h:155, from include/linux/mm.h:39, from mm/mmu_notifier.c:14: include/asm/mmu_context.h: In function ‘get_mmu_context’: include/asm/mmu_context.h:81: error: ‘struct mm_struct’ has no member named ‘context’ include/asm/mmu_context.h:88: error: ‘struct mm_struct’ has no member named ‘context’ include/asm/mmu_context.h:90: error: ‘struct mm_struct’ has no member named ‘cpu_vm_mask’ include/asm/mmu_context.h:99: error: ‘struct mm_struct’ has no member named ‘context’ include/asm/mmu_context.h: In function ‘init_new_context’: include/asm/mmu_context.h:120: error: ‘struct mm_struct’ has no member named ‘context’ include/asm/mmu_context.h: In function ‘activate_context’: include/asm/mmu_context.h:173: error: ‘struct mm_struct’ has no member named ‘cpu_vm_mask’ include/asm/mmu_context.h:174: error: ‘struct mm_struct’ has no member named ‘cpu_vm_mask’ include/asm/mmu_context.h:180: error: ‘struct mm_struct’ has no member named ‘context’ mm/mmu_notifier.c: In function ‘__mmu_notifier_release’: mm/mmu_notifier.c:25: error: ‘struct mm_struct’ has no member named ‘mmu_notifier_list’ mm/mmu_notifier.c:26: error: ‘struct mm_struct’ has no member named ‘mmu_notifier_list’ mm/mmu_notifier.c: In function ‘__mmu_notifier_clear_flush_young’: mm/mmu_notifier.c:47: error: ‘struct mm_struct’ has no member named ‘mmu_notifier_list’ mm/mmu_notifier.c: In function ‘__mmu_notifier_invalidate_page’: mm/mmu_notifier.c:61: error: ‘struct mm_struct’ has no member named ‘mmu_notifier_list’ mm/mmu_notifier.c: In function ‘__mmu_notifier_invalidate_range_start’: mm/mmu_notifier.c:73: error: ‘struct mm_struct’ has no member named ‘mmu_notifier_list’ mm/mmu_notifier.c: In function ‘__mmu_notifier_invalidate_range_end’: mm/mmu_notifier.c:85: error: ‘struct mm_struct’ has no member named ‘mmu_notifier_list’ mm/mmu_notifier.c: In function ‘mmu_notifier_register’: mm/mmu_notifier.c:102: error: ‘struct mm_struct’ has no member named ‘mmu_notifier_list’ make[1]: *** [mm/mmu_notifier.o] Error 1 make: *** [mm] Error 2 From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robin Holt Subject: [ofa-general] Re: [PATCH 2 of 9] Core of mmu notifiers Date: Tue, 8 Apr 2008 11:26:19 -0500 Message-ID: <20080408162619.GP11364@sgi.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Cc: Nick Piggin , Jack Steiner , Peter Zijlstra , kvm-devel@lists.sourceforge.net, Kanoj Sarcar , Roland Dreier , linux-kernel@vger.kernel.org, Avi Kivity , linux-mm@kvack.org, Robin Holt , general@lists.openfabrics.org, Hugh Dickins , akpm@linux-foundation.org, Christoph Lameter To: Andrea Arcangeli Return-path: Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: general-bounces@lists.openfabrics.org Errors-To: general-bounces@lists.openfabrics.org List-Id: kvm.vger.kernel.org This one does not build on ia64. I get the following: [holt@attica mmu_v12_xpmem_v003_v1]$ make compressed CHK include/linux/version.h CHK include/linux/utsrelease.h CALL scripts/checksyscalls.sh CHK include/linux/compile.h CC mm/mmu_notifier.o In file included from include/linux/mmu_notifier.h:6, from mm/mmu_notifier.c:12: include/linux/mm_types.h:200: error: expected specifier-qualifier-list be= fore =E2=80=98cpumask_t=E2=80=99 In file included from mm/mmu_notifier.c:12: include/linux/mmu_notifier.h: In function =E2=80=98mm_has_notifiers=E2=80= =99: include/linux/mmu_notifier.h:62: error: =E2=80=98struct mm_struct=E2=80=99= has no member named =E2=80=98mmu_notifier_list=E2=80=99 include/linux/mmu_notifier.h: In function =E2=80=98mmu_notifier_mm_init=E2= =80=99: include/linux/mmu_notifier.h:117: error: =E2=80=98struct mm_struct=E2=80=99= has no member named =E2=80=98mmu_notifier_list=E2=80=99 In file included from include/asm/pgtable.h:155, from include/linux/mm.h:39, from mm/mmu_notifier.c:14: include/asm/mmu_context.h: In function =E2=80=98get_mmu_context=E2=80=99: include/asm/mmu_context.h:81: error: =E2=80=98struct mm_struct=E2=80=99 h= as no member named =E2=80=98context=E2=80=99 include/asm/mmu_context.h:88: error: =E2=80=98struct mm_struct=E2=80=99 h= as no member named =E2=80=98context=E2=80=99 include/asm/mmu_context.h:90: error: =E2=80=98struct mm_struct=E2=80=99 h= as no member named =E2=80=98cpu_vm_mask=E2=80=99 include/asm/mmu_context.h:99: error: =E2=80=98struct mm_struct=E2=80=99 h= as no member named =E2=80=98context=E2=80=99 include/asm/mmu_context.h: In function =E2=80=98init_new_context=E2=80=99= : include/asm/mmu_context.h:120: error: =E2=80=98struct mm_struct=E2=80=99 = has no member named =E2=80=98context=E2=80=99 include/asm/mmu_context.h: In function =E2=80=98activate_context=E2=80=99= : include/asm/mmu_context.h:173: error: =E2=80=98struct mm_struct=E2=80=99 = has no member named =E2=80=98cpu_vm_mask=E2=80=99 include/asm/mmu_context.h:174: error: =E2=80=98struct mm_struct=E2=80=99 = has no member named =E2=80=98cpu_vm_mask=E2=80=99 include/asm/mmu_context.h:180: error: =E2=80=98struct mm_struct=E2=80=99 = has no member named =E2=80=98context=E2=80=99 mm/mmu_notifier.c: In function =E2=80=98__mmu_notifier_release=E2=80=99: mm/mmu_notifier.c:25: error: =E2=80=98struct mm_struct=E2=80=99 has no me= mber named =E2=80=98mmu_notifier_list=E2=80=99 mm/mmu_notifier.c:26: error: =E2=80=98struct mm_struct=E2=80=99 has no me= mber named =E2=80=98mmu_notifier_list=E2=80=99 mm/mmu_notifier.c: In function =E2=80=98__mmu_notifier_clear_flush_young=E2= =80=99: mm/mmu_notifier.c:47: error: =E2=80=98struct mm_struct=E2=80=99 has no me= mber named =E2=80=98mmu_notifier_list=E2=80=99 mm/mmu_notifier.c: In function =E2=80=98__mmu_notifier_invalidate_page=E2= =80=99: mm/mmu_notifier.c:61: error: =E2=80=98struct mm_struct=E2=80=99 has no me= mber named =E2=80=98mmu_notifier_list=E2=80=99 mm/mmu_notifier.c: In function =E2=80=98__mmu_notifier_invalidate_range_s= tart=E2=80=99: mm/mmu_notifier.c:73: error: =E2=80=98struct mm_struct=E2=80=99 has no me= mber named =E2=80=98mmu_notifier_list=E2=80=99 mm/mmu_notifier.c: In function =E2=80=98__mmu_notifier_invalidate_range_e= nd=E2=80=99: mm/mmu_notifier.c:85: error: =E2=80=98struct mm_struct=E2=80=99 has no me= mber named =E2=80=98mmu_notifier_list=E2=80=99 mm/mmu_notifier.c: In function =E2=80=98mmu_notifier_register=E2=80=99: mm/mmu_notifier.c:102: error: =E2=80=98struct mm_struct=E2=80=99 has no m= ember named =E2=80=98mmu_notifier_list=E2=80=99 make[1]: *** [mm/mmu_notifier.o] Error 1 make: *** [mm] Error 2 From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Tue, 8 Apr 2008 11:26:19 -0500 From: Robin Holt Subject: Re: [PATCH 2 of 9] Core of mmu notifiers Message-ID: <20080408162619.GP11364@sgi.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Sender: owner-linux-mm@kvack.org Return-Path: To: Andrea Arcangeli Cc: Christoph Lameter , akpm@linux-foundation.org, Nick Piggin , Steve Wise , Peter Zijlstra , linux-mm@kvack.org, Kanoj Sarcar , Roland Dreier , Jack Steiner , linux-kernel@vger.kernel.org, Avi Kivity , kvm-devel@lists.sourceforge.net, Robin Holt , general@lists.openfabrics.org, Hugh Dickins List-ID: This one does not build on ia64. I get the following: [holt@attica mmu_v12_xpmem_v003_v1]$ make compressed CHK include/linux/version.h CHK include/linux/utsrelease.h CALL scripts/checksyscalls.sh CHK include/linux/compile.h CC mm/mmu_notifier.o In file included from include/linux/mmu_notifier.h:6, from mm/mmu_notifier.c:12: include/linux/mm_types.h:200: error: expected specifier-qualifier-list before a??cpumask_ta?? In file included from mm/mmu_notifier.c:12: include/linux/mmu_notifier.h: In function a??mm_has_notifiersa??: include/linux/mmu_notifier.h:62: error: a??struct mm_structa?? has no member named a??mmu_notifier_lista?? include/linux/mmu_notifier.h: In function a??mmu_notifier_mm_inita??: include/linux/mmu_notifier.h:117: error: a??struct mm_structa?? has no member named a??mmu_notifier_lista?? In file included from include/asm/pgtable.h:155, from include/linux/mm.h:39, from mm/mmu_notifier.c:14: include/asm/mmu_context.h: In function a??get_mmu_contexta??: include/asm/mmu_context.h:81: error: a??struct mm_structa?? has no member named a??contexta?? include/asm/mmu_context.h:88: error: a??struct mm_structa?? has no member named a??contexta?? include/asm/mmu_context.h:90: error: a??struct mm_structa?? has no member named a??cpu_vm_maska?? include/asm/mmu_context.h:99: error: a??struct mm_structa?? has no member named a??contexta?? include/asm/mmu_context.h: In function a??init_new_contexta??: include/asm/mmu_context.h:120: error: a??struct mm_structa?? has no member named a??contexta?? include/asm/mmu_context.h: In function a??activate_contexta??: include/asm/mmu_context.h:173: error: a??struct mm_structa?? has no member named a??cpu_vm_maska?? include/asm/mmu_context.h:174: error: a??struct mm_structa?? has no member named a??cpu_vm_maska?? include/asm/mmu_context.h:180: error: a??struct mm_structa?? has no member named a??contexta?? mm/mmu_notifier.c: In function a??__mmu_notifier_releasea??: mm/mmu_notifier.c:25: error: a??struct mm_structa?? has no member named a??mmu_notifier_lista?? mm/mmu_notifier.c:26: error: a??struct mm_structa?? has no member named a??mmu_notifier_lista?? mm/mmu_notifier.c: In function a??__mmu_notifier_clear_flush_younga??: mm/mmu_notifier.c:47: error: a??struct mm_structa?? has no member named a??mmu_notifier_lista?? mm/mmu_notifier.c: In function a??__mmu_notifier_invalidate_pagea??: mm/mmu_notifier.c:61: error: a??struct mm_structa?? has no member named a??mmu_notifier_lista?? mm/mmu_notifier.c: In function a??__mmu_notifier_invalidate_range_starta??: mm/mmu_notifier.c:73: error: a??struct mm_structa?? has no member named a??mmu_notifier_lista?? mm/mmu_notifier.c: In function a??__mmu_notifier_invalidate_range_enda??: mm/mmu_notifier.c:85: error: a??struct mm_structa?? has no member named a??mmu_notifier_lista?? mm/mmu_notifier.c: In function a??mmu_notifier_registera??: mm/mmu_notifier.c:102: error: a??struct mm_structa?? has no member named a??mmu_notifier_lista?? make[1]: *** [mm/mmu_notifier.o] Error 1 make: *** [mm] Error 2 -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org