diff options
| author | Jan H. Schönherr <[email protected]> | 2018-01-20 00:26:33 +0000 |
|---|---|---|
| committer | Dan Williams <[email protected]> | 2018-01-20 00:29:56 +0000 |
| commit | 77dd66a3c67c93ab401ccc15efff25578be281fd (patch) | |
| tree | 3787433794cb87a82998f80b7505da548a0c4649 /mm/sparse.c | |
| parent | mm: Fix memory size alignment in devm_memremap_pages_release() (diff) | |
| download | kernel-77dd66a3c67c93ab401ccc15efff25578be281fd.tar.gz kernel-77dd66a3c67c93ab401ccc15efff25578be281fd.zip | |
mm: Fix devm_memremap_pages() collision handling
If devm_memremap_pages() detects a collision while adding entries
to the radix-tree, we call pgmap_radix_release(). Unfortunately,
the function removes *all* entries for the range -- including the
entries that caused the collision in the first place.
Modify pgmap_radix_release() to take an additional argument to
indicate where to stop, so that only newly added entries are removed
from the tree.
Cc: <[email protected]>
Fixes: 9476df7d80df ("mm: introduce find_dev_pagemap()")
Signed-off-by: Jan H. Schönherr <[email protected]>
Signed-off-by: Dan Williams <[email protected]>
Diffstat (limited to 'mm/sparse.c')
0 files changed, 0 insertions, 0 deletions
