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=-10.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,NICE_REPLY_A, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=ham 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 7F3CDC4338F for ; Sat, 14 Aug 2021 11:00:50 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5F58060F36 for ; Sat, 14 Aug 2021 11:00:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238042AbhHNLBR (ORCPT ); Sat, 14 Aug 2021 07:01:17 -0400 Received: from szxga08-in.huawei.com ([45.249.212.255]:14204 "EHLO szxga08-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229919AbhHNLBN (ORCPT ); Sat, 14 Aug 2021 07:01:13 -0400 Received: from dggeme703-chm.china.huawei.com (unknown [172.30.72.55]) by szxga08-in.huawei.com (SkyGuard) with ESMTP id 4GmyBd0k2sz1CThs; Sat, 14 Aug 2021 19:00:25 +0800 (CST) Received: from [10.174.179.25] (10.174.179.25) by dggeme703-chm.china.huawei.com (10.1.199.99) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2176.2; Sat, 14 Aug 2021 19:00:43 +0800 Subject: Re: [PATCH 0/4] Cleanups and fixup for memcontrol To: , CC: , , References: <20210814105131.48814-1-linmiaohe@huawei.com> From: Miaohe Lin Message-ID: Date: Sat, 14 Aug 2021 19:00:43 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.6.0 MIME-Version: 1.0 In-Reply-To: <20210814105131.48814-1-linmiaohe@huawei.com> Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 7bit X-Originating-IP: [10.174.179.25] X-ClientProxiedBy: dggems701-chm.china.huawei.com (10.3.19.178) To dggeme703-chm.china.huawei.com (10.1.199.99) X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2021/8/14 18:51, Miaohe Lin wrote: > Hi all, > This series contains cleanups to remove unneeded variable, fix some > obsolete comments and so on. Also we fix potential pte_unmap_unlock > on wrong pte. More details can be found in the respective changelogs. > Thanks! > > Miaohe Lin (4): > mm/hwpoison: remove unneeded variable unmap_success > mm/hwpoison: fix potential pte_unmap_unlock pte error > mm/hwpoison: change argument struct page **hpagep to *hpage > mm/hwpoison: fix some obsolete comments > > mm/memory-failure.c | 23 +++++++++++------------ > 1 file changed, 11 insertions(+), 12 deletions(-) > My bad! The title should be "[PATCH 0/4] Cleanups and fixup for hwpoison". Sorry for inconvenience!