https://github.com/torvalds/linux
Revision 80df2fb95df26c849c6cc137344013cc048a083f authored by Sidhartha Kumar on 21 April 2022, 23:35:58 UTC, committed by Linus Torvalds on 22 April 2022, 03:01:10 UTC
Allow the mremap test to be skipped due to errors such as failing to
parse the mmap_min_addr sysctl.

Link: https://lkml.kernel.org/r/20220420215721.4868-4-sidhartha.kumar@oracle.com
Signed-off-by: Sidhartha Kumar <sidhartha.kumar@oracle.com>
Reviewed-by: Shuah Khan <skhan@linuxfoundation.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent e5508fc
Raw File
Tip revision: 80df2fb95df26c849c6cc137344013cc048a083f authored by Sidhartha Kumar on 21 April 2022, 23:35:58 UTC
selftest/vm: add skip support to mremap_test
Tip revision: 80df2fb
COPYING
The Linux Kernel is provided under:

	SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note

Being under the terms of the GNU General Public License version 2 only,
according with:

	LICENSES/preferred/GPL-2.0

With an explicit syscall exception, as stated at:

	LICENSES/exceptions/Linux-syscall-note

In addition, other licenses may also apply. Please see:

	Documentation/process/license-rules.rst

for more details.

All contributions to the Linux Kernel are subject to this COPYING file.
back to top