Re: [PATCH V2 4/8] mm/highmem: Add VM_BUG_ON() to mem*_page() calls
From: Christoph Hellwig <hch@infradead.org>
Date: 2021-02-10 16:45:07
Also in:
lkml
From: Christoph Hellwig <hch@infradead.org>
Date: 2021-02-10 16:45:07
Also in:
lkml
On Wed, Feb 10, 2021 at 08:29:01AM -0800, Ira Weiny wrote:
On Wed, Feb 10, 2021 at 12:55:02PM +0000, Christoph Hellwig wrote:quoted
On Tue, Feb 09, 2021 at 10:22:17PM -0800, ira.weiny@intel.com wrote:quoted
From: Ira Weiny <redacted> Add VM_BUG_ON bounds checks to ensure the newly lifted and created page memory operations do not result in corrupted data in neighbor pages and to make them consistent with zero_user().[1][2]s/VM_BUG_ON/BUG_ON/g ?Andrew wanted VM_BUG_ON.[1]
I don't care either way, but the patch uses BUG_ON, so the description should match.