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 CE090C04E69 for ; Tue, 1 Aug 2023 02:07:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230102AbjHACHP (ORCPT ); Mon, 31 Jul 2023 22:07:15 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51504 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229998AbjHACHN (ORCPT ); Mon, 31 Jul 2023 22:07:13 -0400 Received: from out-95.mta0.migadu.com (out-95.mta0.migadu.com [91.218.175.95]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E302D103 for ; Mon, 31 Jul 2023 19:07:11 -0700 (PDT) Content-Type: text/plain; charset=us-ascii DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1690855630; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=PqpRqCpJRXVYgSygnznRVukNjegrIqGs1yZ4E0QRWF0=; b=EiK4EzOoRJDRGuyzpeBS3GmvJdD4ZszfrlOj1Vig82cKRQ9Z9LmHThWq4CAN0g5IeCvRGf uIJspmrFEXJgya2VW9nRT3Vm0zhlUDFDTITZJ2kggph5je1Q+KoS2tQqMo9dwqR535mFV1 aejHWka5QY9YWspOn0b/bj4hrggcYuI= MIME-Version: 1.0 Subject: Re: [PATCH 1/4] mm: hugetlb: use flush_hugetlb_tlb_range() in move_hugetlb_page_tables() X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Muchun Song In-Reply-To: <20230731074829.79309-2-wangkefeng.wang@huawei.com> Date: Tue, 1 Aug 2023 10:06:30 +0800 Cc: Andrew Morton , Catalin Marinas , Will Deacon , Mike Kravetz , Mina Almasry , kirill@shutemov.name, joel@joelfernandes.org, william.kucharski@oracle.com, kaleshsingh@google.com, linux-mm@kvack.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Content-Transfer-Encoding: quoted-printable Message-Id: References: <20230731074829.79309-1-wangkefeng.wang@huawei.com> <20230731074829.79309-2-wangkefeng.wang@huawei.com> To: Kefeng Wang X-Migadu-Flow: FLOW_OUT Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > On Jul 31, 2023, at 15:48, Kefeng Wang = wrote: >=20 > Archs may need to do special things when flushing hugepage tlb, > so use the more applicable flush_hugetlb_tlb_range() instead of > flush_tlb_range(). >=20 > Fixes: 550a7d60bd5e ("mm, hugepages: add mremap() support for hugepage = backed vma") > Signed-off-by: Kefeng Wang Acked-by: Muchun Song