Re: [PATCH v10 02/12] mm: apply_to_pte_range warn and fail if a large pte is encountered
From: Christoph Hellwig <hch@infradead.org>
Date: 2021-01-24 11:34:39
Also in:
linux-mm, linuxppc-dev, lkml
From: Christoph Hellwig <hch@infradead.org>
Date: 2021-01-24 11:34:39
Also in:
linux-mm, linuxppc-dev, lkml
On Sun, Jan 24, 2021 at 06:22:20PM +1000, Nicholas Piggin wrote:
apply_to_pte_range might mistake a large pte for bad, or treat it as a page table, resulting in a crash or corruption. Add a test to warn and return error if large entries are found.
Looks good, Reviewed-by: Christoph Hellwig <hch@lst.de>