Received: by 2002:a05:6a10:f3d0:0:0:0:0 with SMTP id a16csp377907pxv; Thu, 8 Jul 2021 04:46:00 -0700 (PDT) X-Google-Smtp-Source: ABdhPJx7RDDALnwmlokXvDDrK+bS79lEkqhYKy31rim4cyPYEtK/XvK6JQOX9gLcsaJdPm9W8Akm X-Received: by 2002:a05:6402:48f:: with SMTP id k15mr37465109edv.262.1625744759934; Thu, 08 Jul 2021 04:45:59 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1625744759; cv=none; d=google.com; s=arc-20160816; b=ckvZLqnlesAsOr/KAIj2j2guwjWhHA/eWtz808WgCAvzBHGZ/1ggChiFT3CgpVWCiG lypFwcC1EbwoyMLvkE1VQJheDIP85VfHy9QVQjJDqbaZ4MFSmnwa/U6zI77wX/QL8uzL SL5cLMKMKvVokH7Ia0N7LI3DZIOEb2zL5ijdytUYpX61GUHIN/SsK5/4EEecFYkxtMV6 g8k/LWUDzk6iyvLVZRUL1ffAfRSmelm+3YzXcSkA4aHTUoIIFMsORLCnpORGj4bLZnsa VfOgNhh+5E7Es7umqaVL1WXbvHeuu7c6u7YsZfKPOECHMPBKBHNnwaGX3gEP48PK8IXo nfgw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:content-language :in-reply-to:mime-version:user-agent:date:message-id:from:references :cc:to:subject; bh=lyBUBbJbwYEs5B62yTrVeb07keSgatMq7BLx0wvPLHw=; b=OrNdnkE+GG8+7ol5zaip1d0x4I/31Ry5Jf7f4e91DEUiXHa9d5HOPup1RGZW+5cvTz lifvYFVJvgKbU/ykzxZzyGAyYDz0kbxDtcoXmpvARB7ir/mR3UwugCQqUHXIrNxF443D hS2K0xkZSjIozjGnjF6hbgYoOacrLaGk+Q1krGFaWLhqqSApLAZcew7xamY5pp1KcX4w jYPmLPF5CceDwCk97eG5amF/BBR1/d6vS3dXKvqV1ot/cz0Or6fo/PUhDD9vOwCPkS3q tCA00H60VKBVi0V8UeRy1PwAho1DJ7PX+oBZBuyUmfNZFElSmtft4CcUsM6+ybTtXXk5 0STA== ARC-Authentication-Results: i=1; mx.google.com; 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 Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id h1si2672427ejo.462.2021.07.08.04.45.36; Thu, 08 Jul 2021 04:45:59 -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; 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 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231819AbhGHLov (ORCPT + 99 others); Thu, 8 Jul 2021 07:44:51 -0400 Received: from relay1-d.mail.gandi.net ([217.70.183.193]:57227 "EHLO relay1-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231790AbhGHLot (ORCPT ); Thu, 8 Jul 2021 07:44:49 -0400 Received: (Authenticated sender: alex@ghiti.fr) by relay1-d.mail.gandi.net (Postfix) with ESMTPSA id 1B799240009; Thu, 8 Jul 2021 11:42:02 +0000 (UTC) Subject: Re: [PATCH -fixes] riscv: Fix PTDUMP output now BPF region moved back to module region To: Palmer Dabbelt Cc: Paul Walmsley , aou@eecs.berkeley.edu, jszhang@kernel.org, linux-riscv@lists.infradead.org, linux-kernel@vger.kernel.org, stable@vger.kernel.org References: From: Alex Ghiti Message-ID: Date: Thu, 8 Jul 2021 13:42:02 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Language: fr Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Le 7/07/2021 ? 01:16, Palmer Dabbelt a ?crit?: > On Thu, 24 Jun 2021 05:17:21 PDT (-0700), alex@ghiti.fr wrote: >> BPF region was moved back to the region below the kernel at the end of >> the >> module region in commit 3a02764c372c ("riscv: Ensure BPF_JIT_REGION_START >> aligned with PMD size"), so reflect this change in kernel page table >> output. >> >> Signed-off-by: Alexandre Ghiti >> --- >> ?arch/riscv/mm/ptdump.c | 4 ++-- >> ?1 file changed, 2 insertions(+), 2 deletions(-) >> >> diff --git a/arch/riscv/mm/ptdump.c b/arch/riscv/mm/ptdump.c >> index 0536ac84b730..22d6555d89dc 100644 >> --- a/arch/riscv/mm/ptdump.c >> +++ b/arch/riscv/mm/ptdump.c >> @@ -98,8 +98,8 @@ static struct addr_marker address_markers[] = { >> ???? {0, "vmalloc() end"}, >> ???? {0, "Linear mapping"}, >> ?#ifdef CONFIG_64BIT >> -??? {0, "Modules mapping"}, >> -??? {0, "Kernel mapping (kernel, BPF)"}, >> +??? {0, "Modules/BPF mapping"}, >> +??? {0, "Kernel mapping"}, >> ?#endif >> ???? {-1, NULL}, >> ?}; > > Thanks, this is on for-next. As this fix was for 5.13, I add stable in cc. Cc: stable@vger.kernel.org # v5.13 > > _______________________________________________ > linux-riscv mailing list > linux-riscv@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/linux-riscv