From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751242AbdAYPFs (ORCPT ); Wed, 25 Jan 2017 10:05:48 -0500 Received: from smtpbg65.qq.com ([103.7.28.233]:3830 "EHLO smtpbg65.qq.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750722AbdAYPFq (ORCPT ); Wed, 25 Jan 2017 10:05:46 -0500 X-QQ-mid: esmtp32t1485356740tmgy73ljj X-QQ-SSF: 01000000000000604G100000000000V X-QQ-FEAT: JibMalLukFasLMEuXhblPLauFZ0b/OkqUUdfyoDSmeNTI8S44qD8XkMr7PVl6 pq9DPZ5f/G+ijDjLqWzU0/UnKBgce2ib3LNdxJqsPH72oG4EIRDl8Z++JPAFmDl6LgpD757 738tqcP8OyZ9yz5C1uyXfLZqu8P2lNRzsoxcPYvedp6QA7jImDJ34zz10vFwQGgVGLrhEuH Gbn1pFukfgUAyLRwx+4cjtvnatMoTeICWIs44pKt17mnm25RvEaWFOAgFzYjWz+k= X-QQ-GoodBg: 0 From: ysxie@foxmail.com To: linux-mm@kvack.org, linux-kernel@vger.kernel.org Cc: n-horiguchi@ah.jp.nec.com, mhocko@suse.com, akpm@linux-foundation.org, minchan@kernel.org, vbabka@suse.cz, guohanjun@huawei.com, qiuxishi@huawei.com Subject: [PATCH v4 0/2] HWPOISON: soft offlining for non-lru movable page Date: Wed, 25 Jan 2017 23:05:36 +0800 Message-Id: <1485356738-4831-1-git-send-email-ysxie@foxmail.com> X-Mailer: git-send-email 1.9.1 X-QQ-SENDSIZE: 520 Feedback-ID: esmtp:foxmail.com:bgforeign:bgforeign1 X-QQ-Bgrelay: 1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Yisheng Xie Hi Andrew, Could you please help to abandon the v3 of this patch for it will compile error with CONFIG_MIGRATION=n, and it also has error path handling problem. Hi Michal, Minchan and all, Could you please help to review it? Any suggestion is more than welcome. The aim of this patchset is to support soft offlining of movable no-lru pages, which already support migration after Minchan's commit bda807d44454 ("mm: migrate: support non-lru movable page migration"). That means this patch heavily depend on non-lru movable page migration. So when memory corrected errors occur on a non-lru movable page, we can stop to use it by migrating data onto another page and disable the original (maybe half-broken) one. -------- v4: * make isolate_movable_page always defined to avoid compile error with CONFIG_MIGRATION = n * return -EBUSY when isolate_movable_page return false which means failed to isolate movable page. v3: * delete some unneed limitation and use !__PageMovable instead of PageLRU after isolate page to avoid isolated count mismatch, as Minchan Kim's suggestion. v2: * delete function soft_offline_movable_page() and hanle non-lru movable page in __soft_offline_page() as Michal Hocko suggested. Yisheng Xie (2): mm/migration: make isolate_movable_page always defined HWPOISON: soft offlining for non-lru movable page include/linux/migrate.h | 2 ++ mm/memory-failure.c | 26 ++++++++++++++++---------- 2 files changed, 18 insertions(+), 10 deletions(-) -- 1.9.1