Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'linux-kselftest-5.2-rc4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest

Pull Kselftest fix from Shuah Khan:
"This consists of a single fix for a vm test build failure regression
when it is built by itself"

* tag 'linux-kselftest-5.2-rc4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest:
selftests: vm: Fix test build failure when built by itself

-4
-4
tools/testing/selftests/vm/Makefile
··· 1 1 # SPDX-License-Identifier: GPL-2.0 2 2 # Makefile for vm selftests 3 3 4 - ifndef OUTPUT 5 - OUTPUT := $(shell pwd) 6 - endif 7 - 8 4 CFLAGS = -Wall -I ../../../../usr/include $(EXTRA_CFLAGS) 9 5 LDLIBS = -lrt 10 6 TEST_GEN_FILES = compaction_test