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=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS 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 343E0C433FE for ; Wed, 22 Sep 2021 09:52:34 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 239CE60F23 for ; Wed, 22 Sep 2021 09:52:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234572AbhIVJyC (ORCPT ); Wed, 22 Sep 2021 05:54:02 -0400 Received: from mail.kernel.org ([198.145.29.99]:59104 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234233AbhIVJx6 (ORCPT ); Wed, 22 Sep 2021 05:53:58 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 3ABFB61107; Wed, 22 Sep 2021 09:52:27 +0000 (UTC) Date: Wed, 22 Sep 2021 10:52:24 +0100 From: Catalin Marinas To: Itaru Kitayama Cc: Anshuman Khandual , Linux ARM , Mark Rutland , Suzuki K Poulose , Will Deacon , linux-kernel@vger.kernel.org Subject: Re: [PATCH V2] arm64/mm: Add pud_sect_supported() Message-ID: References: <1632130171-472-1-git-send-email-anshuman.khandual@arm.com> <127b2334-5c40-1b71-e510-ac837c3ac614@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Sep 22, 2021 at 01:52:21PM +0900, Itaru Kitayama wrote: > How did you test the 16K page size configurations? In QEMU? I wasn't > aware of hardware that's capable 16KB page size. Apple M1 (the easiest is to run Linux in a VM). -- Catalin