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=-5.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, NICE_REPLY_A,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 59277C48BE0 for ; Thu, 10 Jun 2021 21:09:22 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3FF16613E7 for ; Thu, 10 Jun 2021 21:09:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230332AbhFJVLR (ORCPT ); Thu, 10 Jun 2021 17:11:17 -0400 Received: from mail.kernel.org ([198.145.29.99]:46534 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230281AbhFJVLQ (ORCPT ); Thu, 10 Jun 2021 17:11:16 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 8D00C6100A; Thu, 10 Jun 2021 21:09:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1623359350; bh=3uaKX4KWu0Y7+XQgx32jwGfnVzT9DzauJXLAk/77HMY=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=blEMPalfjEBPfhZPnkH5BgzoTabj85Ajnb0HACnx80mKy/nwDMJVwclzrSSJ+mamY KAg2/DZHZ7f6ykjRUkB+dhEvC1nsbaZpCbJrGels74TVComEKM8CuLFy8nzsRCGlvn bkCKZ+P94YHb5pT5FSjO9QuAfeHeE8G91zY1Jeus= Date: Thu, 10 Jun 2021 14:09:09 -0700 From: Andrew Morton To: Claudio Imbrenda Cc: linux-kernel@vger.kernel.org, kvm@vger.kernel.org, linux-s390@vger.kernel.org, frankja@linux.ibm.com, borntraeger@de.ibm.com, cohuck@redhat.com, david@redhat.com, linux-mm@kvack.org, Nicholas Piggin , Uladzislau Rezki , Catalin Marinas , Thomas Gleixner , Ingo Molnar , David Rientjes , Christoph Hellwig Subject: Re: [PATCH v3 1/2] mm/vmalloc: add vmalloc_no_huge Message-Id: <20210610140909.781959d063608710e24e70c9@linux-foundation.org> In-Reply-To: <20210610154220.529122-2-imbrenda@linux.ibm.com> References: <20210610154220.529122-1-imbrenda@linux.ibm.com> <20210610154220.529122-2-imbrenda@linux.ibm.com> X-Mailer: Sylpheed 3.5.1 (GTK+ 2.24.31; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-s390@vger.kernel.org On Thu, 10 Jun 2021 17:42:19 +0200 Claudio Imbrenda wrote: > The recent patches to add support for hugepage vmalloc mappings added a > flag for __vmalloc_node_range to allow to request small pages. > This flag is not accessible when calling vmalloc, the only option is to > call directly __vmalloc_node_range, which is not exported. I can find no patch which adds such a flag to __vmalloc_node_range(). I assume you're referring to "mm/vmalloc: switch to bulk allocator in __vmalloc_area_node()"? Please be quite specific when identifying patches. More specific than "the recent patches"! Also, it appears from the discussion at https://lkml.kernel.org/r/YKUWKFyLdqTYliwu@infradead.org that we'll be seeing a new version of "mm/vmalloc: switch to bulk allocator in __vmalloc_area_node()". Would it be better to build these s390 fixes into the next version of that patch series rather than as a separate followup thing?