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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id C9182ECAAD3 for ; Fri, 9 Sep 2022 17:38:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231646AbiIIRip (ORCPT ); Fri, 9 Sep 2022 13:38:45 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51840 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229892AbiIIRin (ORCPT ); Fri, 9 Sep 2022 13:38:43 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 47E571365F3 for ; Fri, 9 Sep 2022 10:38:43 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 5D0C16203C for ; Fri, 9 Sep 2022 17:38:42 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9FE74C433D6; Fri, 9 Sep 2022 17:38:40 +0000 (UTC) Date: Fri, 9 Sep 2022 18:38:37 +0100 From: Catalin Marinas To: Kefeng Wang Cc: Will Deacon , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Jonathan Corbet Subject: Re: [PATCH] arm64: support huge vmalloc mappings Message-ID: References: <20220907114950.125433-1-wangkefeng.wang@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220907114950.125433-1-wangkefeng.wang@huawei.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Sep 07, 2022 at 07:49:50PM +0800, Kefeng Wang wrote: > As commit 59089e0a93d ("vmalloc: replace VM_NO_HUGE_VMAP with > VM_ALLOW_HUGE_VMAP"), the use of hugepage mappings for vmalloc What's this commit? I can't find it anywhere. -- Catalin