Revert "selftest/vm: verify mmap addr in mremap_test"
authorOleksandr Tymoshenko <ovt@google.com>
Fri, 15 Jul 2022 23:15:42 +0000 (23:15 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 29 Jul 2022 15:25:06 +0000 (17:25 +0200)
commit0791309aa0eb2d39c116ff95bab120e53b0c8f94
treeb24e9b38559e2760376511157911080e803d5a43
parentcfd3a9be0ac423be41afcc7a07d708056bf097a8
Revert "selftest/vm: verify mmap addr in mremap_test"

This reverts commit e8b9989597daac896b3400b7005f24bf15233d9a.

The upstream commit 9c85a9bae267 ("selftest/vm: verify mmap addr in
mremap_test") was backported as commit a17404fcbfd0 ("selftest/vm:
verify mmap addr in mremap_test"). Repeated backport introduced the
duplicate of function get_mmap_min_addr to the file breakign the vm
selftest build.

Fixes: e8b9989597da ("selftest/vm: verify mmap addr in mremap_test")
Signed-off-by: Oleksandr Tymoshenko <ovt@google.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
tools/testing/selftests/vm/mremap_test.c