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-fixes-6.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest

Pull Kselftest fixes from Shuah Khan:
"One single fix to mount_setattr_test build failure"

* tag 'linux-kselftest-fixes-6.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest:
selftests mount: Fix mount_setattr_test builds failed

+1
+1
tools/testing/selftests/mount_setattr/mount_setattr_test.c
··· 18 18 #include <grp.h> 19 19 #include <stdbool.h> 20 20 #include <stdarg.h> 21 + #include <linux/mount.h> 21 22 22 23 #include "../kselftest_harness.h" 23 24