diff options
author | 2022-01-07 13:25:55 -0500 | |
---|---|---|
committer | 2022-03-21 12:56:35 -0400 | |
commit | c228afb11ac6938532703ac712992524497aff29 (patch) | |
tree | 2bf4703ab380845339879cd50456e62d8964ed6a /tools/perf/scripts/python/export-to-postgresql.py | |
parent | mm/gup: Change the calling convention for compound_next() (diff) | |
download | wireguard-linux-c228afb11ac6938532703ac712992524497aff29.tar.xz wireguard-linux-c228afb11ac6938532703ac712992524497aff29.zip |
mm/gup: Fix some contiguous memmap assumptions
Several functions in gup.c assume that a compound page has virtually
contiguous page structs. This isn't true for SPARSEMEM configs unless
SPARSEMEM_VMEMMAP is also set. Fix them by using nth_page() instead of
plain pointer arithmetic.
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: John Hubbard <jhubbard@nvidia.com>
Reviewed-by: Jason Gunthorpe <jgg@nvidia.com>
Reviewed-by: William Kucharski <william.kucharski@oracle.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions