diff options
author | Jan H. Schönherr <[email protected]> | 2018-01-19 16:27:54 -0800 |
---|---|---|
committer | Dan Williams <[email protected]> | 2018-01-19 16:29:48 -0800 |
commit | 10a0cd6e4932b5078215b1ec2c896597eec0eff9 (patch) | |
tree | ebe957829554ccf069566daa5c8ab68e4b346d4a /net/unix/sysctl_net_unix.c | |
parent | e697c5b90e97792187e45f8d78fb2bfa62eb0496 (diff) |
mm: Fix memory size alignment in devm_memremap_pages_release()
The functions devm_memremap_pages() and devm_memremap_pages_release() use
different ways to calculate the section-aligned amount of memory. The
latter function may use an incorrect size if the memory region is small
but straddles a section border.
Use the same code for both.
Cc: <[email protected]>
Fixes: 5f29a77cd957 ("mm: fix mixed zone detection in devm_memremap_pages")
Signed-off-by: Jan H. Schönherr <[email protected]>
Signed-off-by: Dan Williams <[email protected]>
Diffstat (limited to 'net/unix/sysctl_net_unix.c')
0 files changed, 0 insertions, 0 deletions