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 C97ADC433FE for ; Fri, 25 Mar 2022 01:32:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1346541AbiCYBe3 (ORCPT ); Thu, 24 Mar 2022 21:34:29 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37438 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1357558AbiCYBdU (ORCPT ); Thu, 24 Mar 2022 21:33:20 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1DE60BF02F for ; Thu, 24 Mar 2022 18:31:48 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id B5F08B82727 for ; Fri, 25 Mar 2022 01:31:46 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 627BEC340EC; Fri, 25 Mar 2022 01:31:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1648171905; bh=XXRMBVafrEL/2Gl4P9rzb48cAsl+sNscFgVkNz0CVSA=; h=Date:To:From:Subject:From; b=QNuL6R/PvHrmzaNfoo2v59GBsQfCOORmgGau30611YHQ5PljK/JajuSMu34AMAWtJ bWB7oa1YbUbhI7dh5pSbJg1l6ZG9n0uw49Hrh9EGst9O9ag5PLDkYfcCwLAWZFi/gt u6jjKWg6lxxp4BR64SBaNeABD5eTsesUX4dnDUtA= Date: Thu, 24 Mar 2022 18:31:44 -0700 To: mm-commits@vger.kernel.org, linmiaohe@huawei.com, akpm@linux-foundation.org From: Andrew Morton Subject: [merged] mm-memory-failurec-remove-obsolete-comment-in-__soft_offline_page.patch removed from -mm tree Message-Id: <20220325013145.627BEC340EC@smtp.kernel.org> Precedence: bulk Reply-To: linux-kernel@vger.kernel.org List-ID: X-Mailing-List: mm-commits@vger.kernel.org The patch titled Subject: mm/memory-failure.c: remove obsolete comment in __soft_offline_page has been removed from the -mm tree. Its filename was mm-memory-failurec-remove-obsolete-comment-in-__soft_offline_page.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ From: Miaohe Lin Subject: mm/memory-failure.c: remove obsolete comment in __soft_offline_page Since commit add05cecef80 ("mm: soft-offline: don't free target page in successful page migration"), set_migratetype_isolate logic is removed. Remove this obsolete comment. Link: https://lkml.kernel.org/r/20220218090118.1105-8-linmiaohe@huawei.com Signed-off-by: Miaohe Lin Signed-off-by: Andrew Morton --- mm/memory-failure.c | 4 ---- 1 file changed, 4 deletions(-) --- a/mm/memory-failure.c~mm-memory-failurec-remove-obsolete-comment-in-__soft_offline_page +++ a/mm/memory-failure.c @@ -2167,10 +2167,6 @@ static int __soft_offline_page(struct pa ret = invalidate_inode_page(page); unlock_page(page); - /* - * RED-PEN would be better to keep it isolated here, but we - * would need to fix isolation locking first. - */ if (ret) { pr_info("soft_offline: %#lx: invalidated\n", pfn); page_handle_poison(page, false, true); _ Patches currently in -mm which might be from linmiaohe@huawei.com are mm-huge_memory-make-is_transparent_hugepage-static.patch