Received: by 2002:a6b:fb09:0:0:0:0:0 with SMTP id h9csp1592973iog; Thu, 16 Jun 2022 09:26:05 -0700 (PDT) X-Google-Smtp-Source: AGRyM1stTlkC8/E3nQxXK+XVwcPtspzqpGMb2qNV3Lu+K/21SVEQLVXJed+ClNjhfkG/YzDmcHoY X-Received: by 2002:aa7:ca1a:0:b0:42d:e1b0:2dd2 with SMTP id y26-20020aa7ca1a000000b0042de1b02dd2mr7591684eds.157.1655396765559; Thu, 16 Jun 2022 09:26:05 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1655396765; cv=none; d=google.com; s=arc-20160816; b=c7oWyMzk5YeX+prl3Hr284Ie0KqVEvbEhs15CSnRBCo9+wGM6iXKmz9m905u9efVxt 8EHayNrndYCkSz/otkPKPDHBbUvFxZiJqjAuZ6ww9IxP9Np0EjcpoidEIkzYjoRsdIM2 BgQslrhAFY3+538/r6m97984QUyUsccPZDTvW/ulXLHA31TcR02MIlrxIISZmMvn8Njw KOR4yDArVGO8YU4Lnj30u6ZXlEKwbfBHA2sQYQye+FKJ5tpcaLbOxX+HiXS+bGmMfYgX PgfrLJQI8nQq+cwbaChZlqzFaKzVlB6QY6M4KfsJb+WJotZxEjZ7U+lr/OqVrrswanSM wYLg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:message-id:date:subject:cc:to:from; bh=SF4R3KgDCTd6hsXxnQcoKVQtQFiigx2kvPGScaqqh/o=; b=aNMgJqW7exJ4vn7xAC1Uyr+XGpgnuQTVzT+0pp7GopcKLNNVGG7SI7RIx839cpF9VT FOszZ9/qO9iJrntVpO8ouBLg+WlxvsqvHNR9s/EFZxydat0Ker4Tm4AbMretmhigZr4j FyChix++XJjQhuzE6mm4r/TTbnSBSeg6ZsyXRDjzbzqoHrw2rBWDjZiCcr0kGSGyttW/ asyU4+rubFP8rTcJCydhIZwhKyDxpBHSKVmdpn7sq2Npz4FsvSbnke0QPRDYQfcWjQZ+ CoU+cThMCCQQCUgxeGaS0aXR96FzMjhHI/IfZ+4Ko5QtbmfQO0nnjYLZDhJzvaGkhv+X ALDw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=alibaba.com Return-Path: Received: from out1.vger.email (out1.vger.email. [2620:137:e000::1:20]) by mx.google.com with ESMTP id hz3-20020a1709072ce300b006ff0be4d448si2239442ejc.214.2022.06.16.09.25.40; Thu, 16 Jun 2022 09:26:05 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) client-ip=2620:137:e000::1:20; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=alibaba.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1377496AbiFPQTh (ORCPT + 99 others); Thu, 16 Jun 2022 12:19:37 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55410 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235602AbiFPQTf (ORCPT ); Thu, 16 Jun 2022 12:19:35 -0400 Received: from out30-43.freemail.mail.aliyun.com (out30-43.freemail.mail.aliyun.com [115.124.30.43]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D928B32EFC; Thu, 16 Jun 2022 09:19:34 -0700 (PDT) X-Alimail-AntiSpam: AC=PASS;BC=-1|-1;BR=01201311R981e4;CH=green;DM=||false|;DS=||;FP=0|-1|-1|-1|0|-1|-1|-1;HT=ay29a033018046049;MF=xianting.tian@linux.alibaba.com;NM=1;PH=DS;RN=12;SR=0;TI=SMTPD_---0VGaoYUb_1655396370; Received: from localhost(mailfrom:xianting.tian@linux.alibaba.com fp:SMTPD_---0VGaoYUb_1655396370) by smtp.aliyun-inc.com; Fri, 17 Jun 2022 00:19:30 +0800 From: Xianting Tian To: akpm@linux-foundation.org, ziy@nvidia.com, gregkh@linuxfoundation.org, stable@vger.kernel.org, guoren@kernel.org Cc: huanyi.xj@alibaba-inc.com, guohanjun@huawei.com, zjb194813@alibaba-inc.com, tianhu.hh@alibaba-inc.com, linux-mm@kvack.org, linux-kernel@vger.kernel.org, Xianting Tian Subject: [PATCH 4.9] mm: page_alloc: validate buddy page before using Date: Fri, 17 Jun 2022 00:19:28 +0800 Message-Id: <20220616161928.3565294-1-xianting.tian@linux.alibaba.com> X-Mailer: git-send-email 2.17.1 X-Spam-Status: No, score=-9.9 required=5.0 tests=BAYES_00, ENV_AND_HDR_SPF_MATCH,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS, T_SCC_BODY_TEXT_LINE,UNPARSEABLE_RELAY,USER_IN_DEF_SPF_WL autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Commit 787af64d05cd ("mm: page_alloc: validate buddy before check its migratetype.") fixes a bug in 1dd214b8f21c and there is a similar bug in d9dddbf55667 that can be fixed in a similar way too. In addition, for RISC-V arch the first 2MB RAM could be reserved for opensbi, so it would have pfn_base=512 and mem_map began with 512th PFN when CONFIG_FLATMEM=y. But __find_buddy_pfn algorithm thinks the start pfn 0, it could get 0 pfn or less than the pfn_base value. We need page_is_buddy() to verify the buddy to prevent accessing an invalid buddy. Fixes: d9dddbf55667 ("mm/page_alloc: prevent merging between isolated and other pageblocks") Cc: stable@vger.kernel.org Reported-by: zjb194813@alibaba-inc.com Reported-by: tianhu.hh@alibaba-inc.com Signed-off-by: Xianting Tian --- mm/page_alloc.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mm/page_alloc.c b/mm/page_alloc.c index a6e682569e5b..1c423faa4b62 100644 --- a/mm/page_alloc.c +++ b/mm/page_alloc.c @@ -864,6 +864,9 @@ static inline void __free_one_page(struct page *page, buddy_idx = __find_buddy_index(page_idx, order); buddy = page + (buddy_idx - page_idx); + + if (!page_is_buddy(page, buddy, order)) + goto done_merging; buddy_mt = get_pageblock_migratetype(buddy); if (migratetype != buddy_mt -- 2.17.1