# git rev-parse -q --verify 71ae5fc87c34ecbdca293c2a5c563d6be2576558^{commit} 71ae5fc87c34ecbdca293c2a5c563d6be2576558 already have revision, skipping fetch # git checkout -q -f -B kisskb 71ae5fc87c34ecbdca293c2a5c563d6be2576558 # git clean -qxdf # < git log -1 # commit 71ae5fc87c34ecbdca293c2a5c563d6be2576558 # Merge: 81ff5d2cba4f d917fb876f6e # Author: Linus Torvalds # Date: Mon May 6 20:29:45 2019 -0700 # # Merge tag 'linux-kselftest-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest # # Pull Kselftest updates from Shuah Khan: # # - fixes to seccomp test, and kselftest framework # # - cleanups to remove duplicate header defines # # - fixes to efivarfs "make clean" target # # - cgroup cleanup path # # - Moving the IMA kexec_load selftest to selftests/kexec work from Mimi # Johar and Petr Vorel # # - A framework to kselftest for writing kernel test modules addition # from Tobin C. Harding # # * tag 'linux-kselftest-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest: (29 commits) # selftests: build and run gpio when output directory is the src dir # selftests/ipc: Fix msgque compiler warnings # selftests/efivarfs: clean up test files from test_create*() # selftests: fix headers_install circular dependency # selftests/kexec: update get_secureboot_mode # selftests/kexec: make kexec_load test independent of IMA being enabled # selftests/kexec: check kexec_load and kexec_file_load are enabled # selftests/kexec: Add missing '=y' to config options # selftests/kexec: kexec_file_load syscall test # selftests/kexec: define "require_root_privileges" # selftests/kexec: define common logging functions # selftests/kexec: define a set of common functions # selftests/kexec: cleanup the kexec selftest # selftests/kexec: move the IMA kexec_load selftest to selftests/kexec # selftests/harness: Add 30 second timeout per test # selftests/seccomp: Handle namespace failures gracefully # selftests: cgroup: fix cleanup path in test_memcg_subtree_control() # selftests: efivarfs: remove the test_create_read file if it was exist # rseq/selftests: Adapt number of threads to the number of detected cpus # lib: Add test module for strscpy_pad # ... # < /opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux-gcc --version # < /opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux-ld --version # < git log --format=%s --max-count=1 71ae5fc87c34ecbdca293c2a5c563d6be2576558 # < make -s -j 10 ARCH=um O=/kisskb/build/linus_um-allyesconfig_um-x86_64 CROSS_COMPILE=/opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux- SUBARCH=x86_64 allyesconfig # Added to kconfig CONFIG_STANDALONE=y # Added to kconfig CONFIG_KCOV=n # Added to kconfig CONFIG_GCC_PLUGINS=n # Added to kconfig CONFIG_GCC_PLUGIN_CYC_COMPLEXITY=n # Added to kconfig CONFIG_GCC_PLUGIN_SANCOV=n # Added to kconfig CONFIG_GCC_PLUGIN_LATENT_ENTROPY=n # Added to kconfig CONFIG_GCC_PLUGIN_STRUCTLEAK=n # Added to kconfig CONFIG_GCC_PLUGIN_RANDSTRUCT=n # Added to kconfig CONFIG_UML_NET=n # Added to kconfig CONFIG_UML_NET_ETHERTAP=n # Added to kconfig CONFIG_UML_NET_TUNTAP=n # Added to kconfig CONFIG_UML_NET_SLIP=n # Added to kconfig CONFIG_UML_NET_DAEMON=n # Added to kconfig CONFIG_UML_NET_VDE=n # Added to kconfig CONFIG_UML_NET_MCAST=n # Added to kconfig CONFIG_UML_NET_PCAP=n # Added to kconfig CONFIG_UML_NET_SLIRP=n # Added to kconfig CONFIG_GCOV_KERNEL=n # yes \n | make -s -j 10 ARCH=um O=/kisskb/build/linus_um-allyesconfig_um-x86_64 CROSS_COMPILE=/opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux- SUBARCH=x86_64 oldconfig yes: standard output: Broken pipe # make -s -j 10 ARCH=um O=/kisskb/build/linus_um-allyesconfig_um-x86_64 CROSS_COMPILE=/opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux- SUBARCH=x86_64 /kisskb/src/arch/um/kernel/skas/uaccess.c: In function 'do_op_one_page': /kisskb/src/arch/um/kernel/skas/uaccess.c:62:10: warning: unused variable 'buf' [-Wunused-variable] jmp_buf buf; ^ /kisskb/src/arch/um/os-Linux/umid.c: In function 'is_umdir_used': /kisskb/src/arch/um/os-Linux/umid.c:138:2: warning: ISO C90 forbids variable length array 'file' [-Wvla] char file[strlen(uml_dir) + UMID_LEN + sizeof("/pid\0")]; ^ /kisskb/src/arch/um/os-Linux/umid.c: In function 'create_pid_file': /kisskb/src/arch/um/os-Linux/umid.c:213:2: warning: ISO C90 forbids variable length array 'file' [-Wvla] char file[strlen(uml_dir) + UMID_LEN + sizeof("/pid\0")]; ^ /kisskb/src/arch/um/os-Linux/umid.c: In function 'remove_umid_dir': /kisskb/src/arch/um/os-Linux/umid.c:388:2: warning: ISO C90 forbids variable length array 'dir' [-Wvla] char dir[strlen(uml_dir) + UMID_LEN + 1], err; ^ /kisskb/src/security/apparmor/policy_unpack.c: In function 'unpack_trans_table': /kisskb/src/security/apparmor/policy_unpack.c:496:9: warning: 'pos' may be used uninitialized in this function [-Wmaybe-uninitialized] str[pos] = ':'; ^ /kisskb/src/mm/mprotect.c: In function 'change_pte_range': /kisskb/src/mm/mprotect.c:42:20: warning: unused variable 'mm' [-Wunused-variable] struct mm_struct *mm = vma->vm_mm; ^ /kisskb/src/lib/lz4/lz4hc_compress.c: In function 'LZ4HC_compress_generic': /kisskb/src/lib/lz4/lz4hc_compress.c:579:1: warning: the frame size of 2144 bytes is larger than 2048 bytes [-Wframe-larger-than=] } ^ LINK linux Completed OK # rm -rf /kisskb/build/linus_um-allyesconfig_um-x86_64 # Build took: 0:10:33.378772