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=-6.0 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 1AB34C07E99 for ; Fri, 9 Jul 2021 22:29:51 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id EA7256139A for ; Fri, 9 Jul 2021 22:29:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230248AbhGIWce (ORCPT ); Fri, 9 Jul 2021 18:32:34 -0400 Received: from mail.kernel.org ([198.145.29.99]:53588 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229542AbhGIWcd (ORCPT ); Fri, 9 Jul 2021 18:32:33 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id EB7B96139A; Fri, 9 Jul 2021 22:29:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1625869788; bh=TAn+FzBS95wW3IA+etHMOKOSXxRjWCUe3WyWiWvBeTM=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=UW3oTJyxZcXV4fosRLEHivkbSQC7f0D09pmKttrcLOu+PK2bFcBmO4NuqROC6TsCA 9BshaN7m2LiiD3wOzeTKmmkstc15l0HL68xuTx0lTUEbGZN+C77I4MJYVuvVNeLeHB LqMzFlLjrKgeAPJ2mvtQUOzzpqC6rSaDpZOXA8sk= Date: Fri, 9 Jul 2021 15:29:45 -0700 From: Andrew Morton To: =?UTF-8?B?5p2o5qyi?= Cc: Mel Gorman , linux-mm@kvack.org, linux-kernel@vger.kernel.org, kernel@vivo.com, Uladzislau Rezki Subject: Re: [PATCH] mm/vmalloc: try alloc_pages_bulk first to get order 0 pages fast Message-Id: <20210709152945.f2c373e8834d4b8488fd027f@linux-foundation.org> In-Reply-To: References: <20210709093852.GY3840@techsingularity.net> X-Mailer: Sylpheed 3.5.1 (GTK+ 2.24.32; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 9 Jul 2021 17:53:59 +0800 (GMT+08:00) 杨欢 wrote: > >Thanks. I suggest you take a look at the current merge window and check > >if anything additional needs to be done after the vmalloc bulk allocation > Sorry for that, I will work in linux-next That material is now in mainline, so work against Linus's 5.14-rc1 please.