Received: by 2002:a05:6a10:1287:0:0:0:0 with SMTP id d7csp641329pxv; Thu, 15 Jul 2021 12:14:10 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyE/kuS+OZn22PHhV5m5osxWimVgJJM0PEkbGyBLINWJ1+9EUaR/re6kbQPs/Zr8Jrz78wv X-Received: by 2002:a05:6402:2935:: with SMTP id ee53mr9408884edb.140.1626376450602; Thu, 15 Jul 2021 12:14:10 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1626376450; cv=none; d=google.com; s=arc-20160816; b=zLEf0yMBJdk8auze3JXdgN6NkJ1B6uexCOMF9xqzbKScergDfzw2d6XGaKwpm5cY3M c9tO9oRcp7AlL90UM/yDcC88lGAxjzYregP8HfRgo6T7jIIVJsXFPNEV8QS2EWoCC4Qy aQ9rE+gKgYbXKy+ODiGbvDCD5K9UEDrZAAmzv6uj1rtMyslxvaHfvYrpvXWUMR7qYWxc yvM+vquU4bD8oalGBHCzRECjDXWAiZ9j+AZJhnDAwAjvJjDbzyq/nKT26OEHUGSdqJMj 5y8zd1prkxkZqHxGtDSY73CjdI/dgXnjJZCxvnZt/UNaGS1aoFgogVfOaifUR7JpQmdY tQYg== 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=IXp+ZPL+/uHUUYI+GopKUEsu+SGyN3o+I8482UPfE10=; b=F9nuTZwwjem5rBw0z5I/beu7drKH+mJT6pqbixLsDN/3sdfaYrtwCMHbxpgDMfl0J4 lMNbHmQmwrK8qJnwrBylTTtEJZxFOsdhIVKliX6eyytZ0U/12zScVWbKHSwhTM/wZEYo 5xUqqNEE7C8zDQ5gIkfknxI0M+MjGCiLosI/mDvHAIrJ6T6WtddmM9AGkjwSZJSgb8K+ 6HbQrgWlYQ2gL8d4KEnWg/yEXt1OJzQA3+8IDvVifvSv7KDLKEaXXVXrKTrJh0ysk2ws yqx9yJlqdxsvx6pKHBxua6hHIB/CWZ7/aeeAZmJQNYeuPfojsKICqY0uQwcqRbEYoO6g y2Vg== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b=dn0kMN4N; 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 m19si3882131edd.297.2021.07.15.12.13.42; Thu, 15 Jul 2021 12:14:10 -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=dn0kMN4N; 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 S244338AbhGOTOo (ORCPT + 99 others); Thu, 15 Jul 2021 15:14:44 -0400 Received: from mail.kernel.org ([198.145.29.99]:38428 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243141AbhGOTBd (ORCPT ); Thu, 15 Jul 2021 15:01:33 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id BB2ED613C4; Thu, 15 Jul 2021 18:58:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1626375492; bh=3vY8jkLEb5T5wUhD3hW2OPPBQIV5VgHI3/oaBlcpP+M=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=dn0kMN4NGkFKY68V5CqSoKgJcYvWzmnd8TkgXgehJwBLA7N6kPgapCBx+2Ozw9Egz uODciY8ZOa2RyHasWI8UzpzZMBzpImgQLj2hfbDeTz5CMXkz6mxCzbqTbjXg6fp4oP IEBJlz1EUVy4j7cuW9HS52kKvh00hJBvT1LwW63k= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Huang Pei , Thomas Bogendoerfer , Sasha Levin Subject: [PATCH 5.12 108/242] MIPS: add PMD table accounting into MIPSpmd_alloc_one Date: Thu, 15 Jul 2021 20:37:50 +0200 Message-Id: <20210715182612.070677812@linuxfoundation.org> X-Mailer: git-send-email 2.32.0 In-Reply-To: <20210715182551.731989182@linuxfoundation.org> References: <20210715182551.731989182@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: Huang Pei [ Upstream commit ed914d48b6a1040d1039d371b56273d422c0081e ] This fixes Page Table accounting bug. MIPS is the ONLY arch just defining __HAVE_ARCH_PMD_ALLOC_ONE alone. Since commit b2b29d6d011944 (mm: account PMD tables like PTE tables), "pmd_free" in asm-generic with PMD table accounting and "pmd_alloc_one" in MIPS without PMD table accounting causes PageTable accounting number negative, which read by global_zone_page_state(), always returns 0. Signed-off-by: Huang Pei Signed-off-by: Thomas Bogendoerfer Signed-off-by: Sasha Levin --- arch/mips/include/asm/pgalloc.h | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/arch/mips/include/asm/pgalloc.h b/arch/mips/include/asm/pgalloc.h index 8b18424b3120..d0cf997b4ba8 100644 --- a/arch/mips/include/asm/pgalloc.h +++ b/arch/mips/include/asm/pgalloc.h @@ -59,11 +59,15 @@ do { \ static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long address) { - pmd_t *pmd; + pmd_t *pmd = NULL; + struct page *pg; - pmd = (pmd_t *) __get_free_pages(GFP_KERNEL, PMD_ORDER); - if (pmd) + pg = alloc_pages(GFP_KERNEL | __GFP_ACCOUNT, PMD_ORDER); + if (pg) { + pgtable_pmd_page_ctor(pg); + pmd = (pmd_t *)page_address(pg); pmd_init((unsigned long)pmd, (unsigned long)invalid_pte_table); + } return pmd; } -- 2.30.2