From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 52733C5DF62 for ; Wed, 6 Nov 2019 07:34:17 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 1EF482173E for ; Wed, 6 Nov 2019 07:34:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729734AbfKFHeQ (ORCPT ); Wed, 6 Nov 2019 02:34:16 -0500 Received: from foss.arm.com ([217.140.110.172]:35138 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729896AbfKFHeQ (ORCPT ); Wed, 6 Nov 2019 02:34:16 -0500 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 1EE3430E; Tue, 5 Nov 2019 23:34:13 -0800 (PST) Received: from [192.168.225.149] (unknown [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 2F42D3F71A; Tue, 5 Nov 2019 23:36:40 -0800 (PST) Subject: Re: [PATCH V8] mm/debug: Add tests validating architecture page table helpers To: Christophe Leroy , linux-mm@kvack.org Cc: Andrew Morton , Vlastimil Babka , Greg Kroah-Hartman , Thomas Gleixner , Mike Rapoport , Jason Gunthorpe , Dan Williams , Peter Zijlstra , Michal Hocko , Mark Rutland , Mark Brown , Steven Price , Ard Biesheuvel , Masahiro Yamada , Kees Cook , Tetsuo Handa , Matthew Wilcox , Sri Krishna chowdary , Dave Hansen , Russell King - ARM Linux , Michael Ellerman , Paul Mackerras , Martin Schwidefsky , Heiko Carstens , "David S. Miller" , Vineet Gupta , James Hogan , Paul Burton , Ralf Baechle , "Kirill A . Shutemov" , Gerald Schaefer , Ingo Molnar , linux-snps-arc@lists.infradead.org, linux-mips@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-ia64@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, linux-s390@vger.kernel.org, linux-sh@vger.kernel.org, sparclinux@vger.kernel.org, x86@kernel.org, linux-kernel@vger.kernel.org References: <1572240562-23630-1-git-send-email-anshuman.khandual@arm.com> <3229d68d-0b9d-0719-3370-c6e1df0ea032@arm.com> <42160baa-0e9d-73d0-bf72-58bdbacf10ff@c-s.fr> From: Anshuman Khandual Message-ID: <0e0c2ce9-636d-1153-2451-baf7317ed45f@arm.com> Date: Wed, 6 Nov 2019 13:04:20 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <42160baa-0e9d-73d0-bf72-58bdbacf10ff@c-s.fr> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Sender: linux-mips-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-mips@vger.kernel.org On 11/06/2019 12:11 PM, Christophe Leroy wrote: > > > Le 06/11/2019 à 04:22, Anshuman Khandual a écrit : >> >> >> On 10/28/2019 10:59 AM, Anshuman Khandual wrote: >>> +    ----------------------- >>> +    |         arch |status| >>> +    ----------------------- >>> +    |       alpha: | TODO | >>> +    |         arc: | TODO | >>> +    |         arm: | TODO | >>> +    |       arm64: |  ok  | >>> +    |         c6x: | TODO | >>> +    |        csky: | TODO | >>> +    |       h8300: | TODO | >>> +    |     hexagon: | TODO | >>> +    |        ia64: | TODO | >>> +    |        m68k: | TODO | >>> +    |  microblaze: | TODO | >>> +    |        mips: | TODO | >>> +    |       nds32: | TODO | >>> +    |       nios2: | TODO | >>> +    |    openrisc: | TODO | >>> +    |      parisc: | TODO | >>> +    |     powerpc: | TODO | >>> +    |       ppc32: |  ok  | > > Note that ppc32 is a part of powerpc, not a standalone arch. Right, I understand. But we are yet to hear about how this test came about on powerpc server platforms. Will update 'powerpc' arch listing above once we get some confirmation. May be once this works on all relevant powerpc platforms, we can just merge 'powerpc' and 'ppc32' entries here as just 'powerpc'. > > Maybe something like the following would be more correct: > |  powerpc/32: |  ok  | > |  powerpc/64: | TODO | > > Christophe > >>> +    |       riscv: | TODO | >>> +    |        s390: | TODO | >>> +    |          sh: | TODO | >>> +    |       sparc: | TODO | >>> +    |          um: | TODO | >>> +    |   unicore32: | TODO | >>> +    |         x86: |  ok  | >>> +    |      xtensa: | TODO | >>> +    ----------------------- >> >> While here, are there some volunteers to test this on any of the >> 'yet to be tested and supported' platforms ? >> >> - Anshuman >> >