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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 8EDB4C52D6F for ; Wed, 21 Aug 2024 14:22:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Transfer-Encoding: Content-Type:In-Reply-To:From:References:CC:To:Subject:MIME-Version:Date: Message-ID:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=8Z5iou/9dTLdQeKfXNJ/QTnaTdk+jllIwNOQX4HJugc=; b=pB6zQy/oWPXVB4bAPs2As/MFS/ 53L+MJz3WSogUn0IJWcHNNAH+yi4Q2YyQOhJ92xzNlrXU3ZgKgKZLt+/DBDlgUUIIl/vrmQ47cL+E zkrNbtsT4bq7m4zys2Npc7wxhthV/QDKzPAPi4lOrUqYNZsge+ocLWjNqhCtfzLehZncTtsaZDOte EIFaOICErsAjYH/o2+3pxfCEZQ5VIEmCwInu2A6yXVi0Vm09NNh34bn9rn9syhmC/G638Q9WZBZIf hiEIDkvPQelzXbYTqDAq3x6jDXoaKl7J5Kx4sMFVLrv1ud1C3b4iySjbuSO9zYN2eZZkoezpgvfKf 0JhYastg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sgmDd-00000009HF2-3i6v; Wed, 21 Aug 2024 14:21:49 +0000 Received: from szxga01-in.huawei.com ([45.249.212.187]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1sgmCC-00000009Gdn-1INS for linux-arm-kernel@lists.infradead.org; Wed, 21 Aug 2024 14:20:22 +0000 Received: from mail.maildlp.com (unknown [172.19.163.48]) by szxga01-in.huawei.com (SkyGuard) with ESMTP id 4WppPW1s7qzcdVM; Wed, 21 Aug 2024 22:19:43 +0800 (CST) Received: from kwepemm600017.china.huawei.com (unknown [7.193.23.234]) by mail.maildlp.com (Postfix) with ESMTPS id 0C36E18009B; Wed, 21 Aug 2024 22:20:06 +0800 (CST) Received: from [10.174.179.234] (10.174.179.234) by kwepemm600017.china.huawei.com (7.193.23.234) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.1.2507.39; Wed, 21 Aug 2024 22:20:03 +0800 Message-ID: <030ac65e-29cb-ea29-6728-e820bc188203@huawei.com> Date: Wed, 21 Aug 2024 22:20:03 +0800 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.8.0 Subject: Re: [PATCH v12 4/6] arm64: support copy_mc_[user]_highpage() To: Jonathan Cameron CC: Mark Rutland , Catalin Marinas , Will Deacon , Andrew Morton , James Morse , Robin Murphy , Andrey Konovalov , Dmitry Vyukov , Vincenzo Frascino , Michael Ellerman , Nicholas Piggin , Andrey Ryabinin , Alexander Potapenko , Christophe Leroy , Aneesh Kumar K.V , "Naveen N. Rao" , Thomas Gleixner , Ingo Molnar , Borislav Petkov , Dave Hansen , , "H. Peter Anvin" , , , , , , Guohanjun References: <20240528085915.1955987-1-tongtiangen@huawei.com> <20240528085915.1955987-5-tongtiangen@huawei.com> <20240819125601.0000687b@Huawei.com> <8257d76b-c700-89a6-0e29-f194d2e1cd61@huawei.com> <20240821122848.00004047@Huawei.com> From: Tong Tiangen In-Reply-To: <20240821122848.00004047@Huawei.com> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 8bit X-Originating-IP: [10.174.179.234] X-ClientProxiedBy: dggems703-chm.china.huawei.com (10.3.19.180) To kwepemm600017.china.huawei.com (7.193.23.234) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240821_072021_066747_EF2CB2BA X-CRM114-Status: GOOD ( 11.40 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org 在 2024/8/21 19:28, Jonathan Cameron 写道: > On Tue, 20 Aug 2024 11:02:05 +0800 > Tong Tiangen wrote: > >> 在 2024/8/19 19:56, Jonathan Cameron 写道: >>> On Tue, 28 May 2024 16:59:13 +0800 >>> Tong Tiangen wrote: >>> >>>> Currently, many scenarios that can tolerate memory errors when copying page >>>> have been supported in the kernel[1~5], all of which are implemented by >>>> copy_mc_[user]_highpage(). arm64 should also support this mechanism. >>>> >>>> Due to mte, arm64 needs to have its own copy_mc_[user]_highpage() >>>> architecture implementation, macros __HAVE_ARCH_COPY_MC_HIGHPAGE and >>>> __HAVE_ARCH_COPY_MC_USER_HIGHPAGE have been added to control it. >>>> >>>> Add new helper copy_mc_page() which provide a page copy implementation with >>>> hardware memory error safe. The code logic of copy_mc_page() is the same as >>>> copy_page(), the main difference is that the ldp insn of copy_mc_page() >>>> contains the fixup type EX_TYPE_KACCESS_ERR_ZERO_ME_SAFE, therefore, the >>>> main logic is extracted to copy_page_template.S. >>>> >>>> [1] commit d302c2398ba2 ("mm, hwpoison: when copy-on-write hits poison, take page offline") >>>> [2] commit 1cb9dc4b475c ("mm: hwpoison: support recovery from HugePage copy-on-write faults") >>>> [3] commit 6b970599e807 ("mm: hwpoison: support recovery from ksm_might_need_to_copy()") >>>> [4] commit 98c76c9f1ef7 ("mm/khugepaged: recover from poisoned anonymous memory") >>>> [5] commit 12904d953364 ("mm/khugepaged: recover from poisoned file-backed memory") >>>> >>>> Signed-off-by: Tong Tiangen >>> Trivial stuff inline. >>> >>> Jonathan >> >> I'm sorry, I may not have understood what you meant. Where is the better >> place to do inline? :) > Oops. All I meant was: > > My comments are inline - as in within the patch later in the email. > OK, It's my fault for not getting your point :) Thanks Jonathan. > > > .