Re: [PATCH v11 07/22] riscv: mm: Add p?d_leaf() definitions
From: Steven Price <steven.price@arm.com>
Date: 2019-10-09 10:55:49
Also in:
linux-mm, linux-riscv, lkml
On 08/10/2019 22:33, Paul Walmsley wrote:
On Mon, 7 Oct 2019, Steven Price wrote:quoted
walk_page_range() is going to be allowed to walk page tables other than those of user space. For this it needs to know when it has reached a 'leaf' entry in the page tables. This information is provided by the p?d_leaf() functions/macros. For riscv a page is a leaf page when it has a read, write or execute bit set on it. CC: Palmer Dabbelt <redacted> CC: Albert Ou <aou@eecs.berkeley.edu> CC: linux-riscv@lists.infradead.org Signed-off-by: Steven Price <steven.price@arm.com>Acked-by: Paul Walmsley <redacted> # for arch/riscv Alex has a good point, but probably the right thing to do is to replace the contents of the arch/riscv/mm/hugetlbpage.c p{u,m}d_huge() functions with calls to Steven's new static inline functions.
The intention is to create new functions that are not dependent on
hugepage support in user space. hugetlbpage.c is only built if
CONFIG_HUGETLB_PAGE is defined.
As you say - the p{u,m}d_huge() functions can be reimplemented using the
new static inline functions if desired.
Thanks for the review.
Steve
- Paul _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
_______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel