Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git] / tools / testing / selftests / riscv / mm / mmap_bottomup.c
blobf9ccae50349bc5da526c370898d2571597365a6c
1 // SPDX-License-Identifier: GPL-2.0-only
2 #include <sys/mman.h>
3 #include <mmap_test.h>
5 #include "../../kselftest_harness.h"
7 TEST(infinite_rlimit)
9 EXPECT_EQ(BOTTOM_UP, memory_layout());
12 TEST_HARNESS_MAIN