Re: [PATCH] hugetlb: fix ARM 3level page tables

2018-10-07 Thread Alex Ghiti
Thanks Arnd, this change intervened in v5, that seemed straightforward enough...Sorry about that, and thanks for your fix. Alex On 10/05/2018 04:16 PM, Arnd Bergmann wrote: The check for __HAVE_ARCH_HUGE_PTEP_GET comes before the definition, leading to an extraneous definition of

Re: [PATCH] hugetlb: fix ARM 3level page tables

2018-10-07 Thread Alex Ghiti
Thanks Arnd, this change intervened in v5, that seemed straightforward enough...Sorry about that, and thanks for your fix. Alex On 10/05/2018 04:16 PM, Arnd Bergmann wrote: The check for __HAVE_ARCH_HUGE_PTEP_GET comes before the definition, leading to an extraneous definition of

Re: [PATCH] hugetlb: fix ARM 3level page tables

2018-10-06 Thread Naresh Kamboju
Arnd, On Fri, 5 Oct 2018 at 09:17, Arnd Bergmann wrote: > > The check for __HAVE_ARCH_HUGE_PTEP_GET comes before the definition, > leading to an extraneous definition of huge_ptep_get: > > In file included from arch/arm/include/asm/hugetlb.h:28, > from

Re: [PATCH] hugetlb: fix ARM 3level page tables

2018-10-06 Thread Naresh Kamboju
Arnd, On Fri, 5 Oct 2018 at 09:17, Arnd Bergmann wrote: > > The check for __HAVE_ARCH_HUGE_PTEP_GET comes before the definition, > leading to an extraneous definition of huge_ptep_get: > > In file included from arch/arm/include/asm/hugetlb.h:28, > from

[PATCH] hugetlb: fix ARM 3level page tables

2018-10-05 Thread Arnd Bergmann
The check for __HAVE_ARCH_HUGE_PTEP_GET comes before the definition, leading to an extraneous definition of huge_ptep_get: In file included from arch/arm/include/asm/hugetlb.h:28, from include/linux/hugetlb.h:456, from arch/arm/kvm/../../../virt/kvm/arm/mmu.c:22:

[PATCH] hugetlb: fix ARM 3level page tables

2018-10-05 Thread Arnd Bergmann
The check for __HAVE_ARCH_HUGE_PTEP_GET comes before the definition, leading to an extraneous definition of huge_ptep_get: In file included from arch/arm/include/asm/hugetlb.h:28, from include/linux/hugetlb.h:456, from arch/arm/kvm/../../../virt/kvm/arm/mmu.c:22: