Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp3115734pxj; Mon, 17 May 2021 18:10:30 -0700 (PDT) X-Google-Smtp-Source: ABdhPJw/EwdTS6A1/tpjC68v8gdK+QizmgESw6nDcyqfgHzsu50SOWdxMpx2FE4cG/PxcCfu4VVi X-Received: by 2002:a17:906:170f:: with SMTP id c15mr3051610eje.358.1621300230616; Mon, 17 May 2021 18:10:30 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1621300230; cv=none; d=google.com; s=arc-20160816; b=SGLLKMdyw2r/f5G03otEgIKn7KhX16I3cVMNS2AQbk9n4NvgR3Vn6ntgse4qnj0jPj /J/NM2V73IC/Yiq9/xXIeucJfd1MWKCbfI9tYjewi5pqW4pDQ/LKuhaKuZI93rW7i7fB mt9YOg3htzHUBZS0JVRfDPiTNuIEIls1duRq31m2xRCYUgBvOyl4lbu0ct3ZmNywzZwV Cu0hfL8iqqYEsjCwC0KsIMg7JkN2lDIcWoJaMl0oojpabCCKGgkw4WYX02+uvDSKQc5z qEcx3jV9eAZ+pG/Y/UK7SF/mHG6V8lLx2ww8kY6+nT+3x/rUClXE0Ofm49eMvs67cQ7C 3BXA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=iGq4OI6qWEw6atRTC5Run/ZTKOMJ+IggMIJMzR4l9tM=; b=CZX4X+sggsmuBTBIKPYTRk9NJrZ2WSxCklBT2TjuFUtPS4FcXgaZ9dEvQqp7EUyOE1 Pn6EVShH/GcO/FteuJMntWfyd5HZPuZCuTCiCUJmNV8HXnjasKtpd0AqYT+UvyAta9w1 ZbaF8vjcEEkkIJkrnafJyImYUZvomhx+qyP5ve5ahQSx7pBpZRDnQJwYnlSaHNOv5Qgm kKgte+AaLPGMl8y688lEOwe+LTNcsWFhbzE/rQuPYV4E/b0I4FLlPoQlRfVCsVSYjh4X M4e0eGQmV2IhJ3YCtW4kJb36HsQCPCUDkRCGG3zHR3LDkpE+aEF8bV990Vna6Wysi/AJ ElZQ== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b=bXrM2OA2; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id t20si15267506edw.7.2021.05.17.18.10.06; Mon, 17 May 2021 18:10:30 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b=bXrM2OA2; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239843AbhEQOdI (ORCPT + 99 others); Mon, 17 May 2021 10:33:08 -0400 Received: from mail.kernel.org ([198.145.29.99]:53176 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239192AbhEQO2K (ORCPT ); Mon, 17 May 2021 10:28:10 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 809E261622; Mon, 17 May 2021 14:14:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1621260846; bh=kyz1Z4j1fx7MLGJPzpfVnpMljw7rHnaU+HUC3GaINkM=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=bXrM2OA2B/dsJEmFPLumOS1WjUOsWAChg2PtDpuDhswKPiLkeAjCKIfM0rsKNIghM /7758zWEC6lDts9RaBmsno8S1PUsBPrXIdO6/YiDZpk/p4d0B6DZnlwDHO3BHWlLLZ S6O7TEsK0pR4k+YuZJTv3JQ/Oo3Kb7rQL+bsQUAA= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Miaohe Lin , Hugh Dickins , Andrew Morton , Linus Torvalds , Sasha Levin Subject: [PATCH 5.12 220/363] ksm: fix potential missing rmap_item for stable_node Date: Mon, 17 May 2021 16:01:26 +0200 Message-Id: <20210517140310.038935686@linuxfoundation.org> X-Mailer: git-send-email 2.31.1 In-Reply-To: <20210517140302.508966430@linuxfoundation.org> References: <20210517140302.508966430@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Miaohe Lin [ Upstream commit c89a384e2551c692a9fe60d093fd7080f50afc51 ] When removing rmap_item from stable tree, STABLE_FLAG of rmap_item is cleared with head reserved. So the following scenario might happen: For ksm page with rmap_item1: cmp_and_merge_page stable_node->head = &migrate_nodes; remove_rmap_item_from_tree, but head still equal to stable_node; try_to_merge_with_ksm_page failed; return; For the same ksm page with rmap_item2, stable node migration succeed this time. The stable_node->head does not equal to migrate_nodes now. For ksm page with rmap_item1 again: cmp_and_merge_page stable_node->head != &migrate_nodes && rmap_item->head == stable_node return; We would miss the rmap_item for stable_node and might result in failed rmap_walk_ksm(). Fix this by set rmap_item->head to NULL when rmap_item is removed from stable tree. Link: https://lkml.kernel.org/r/20210330140228.45635-5-linmiaohe@huawei.com Fixes: 4146d2d673e8 ("ksm: make !merge_across_nodes migration safe") Signed-off-by: Miaohe Lin Cc: Hugh Dickins Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds Signed-off-by: Sasha Levin --- mm/ksm.c | 1 + 1 file changed, 1 insertion(+) diff --git a/mm/ksm.c b/mm/ksm.c index 9694ee2c71de..b32391ccf6d5 100644 --- a/mm/ksm.c +++ b/mm/ksm.c @@ -794,6 +794,7 @@ static void remove_rmap_item_from_tree(struct rmap_item *rmap_item) stable_node->rmap_hlist_len--; put_anon_vma(rmap_item->anon_vma); + rmap_item->head = NULL; rmap_item->address &= PAGE_MASK; } else if (rmap_item->address & UNSTABLE_FLAG) { -- 2.30.2