This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 7876320f8880 Linux 4.19-rc4 adds 88bc243a3f22 selftests: android: move config up a level adds c31d02d1290e selftests: kselftest: Remove outdated comment adds b2d35fa5fc80 selftests: add headers_install to lib.mk adds 53cf59d6c0ad selftests/efivarfs: add required kernel configs adds 4d85af102a66 selftests: memory-hotplug: add required configs adds 7035c568999d cgroup: kselftests: add test_core to .gitignore adds 48c2bb0b9cf8 Fix cg_read_strcmp() adds a987785dcd6c Add tests for memory.oom.group adds c0747ad363ff Merge tag 'linux-kselftest-4.19-rc5' of git://git.kernel.o [...]
No new revisions were added by this update.
Summary of changes: Makefile | 14 +- scripts/subarch.include | 13 ++ tools/testing/selftests/android/Makefile | 2 +- tools/testing/selftests/android/{ion => }/config | 0 tools/testing/selftests/android/ion/Makefile | 2 + tools/testing/selftests/cgroup/.gitignore | 1 + tools/testing/selftests/cgroup/cgroup_util.c | 38 +++- tools/testing/selftests/cgroup/cgroup_util.h | 1 + tools/testing/selftests/cgroup/test_memcontrol.c | 205 +++++++++++++++++++++ tools/testing/selftests/efivarfs/config | 1 + tools/testing/selftests/futex/functional/Makefile | 1 + tools/testing/selftests/gpio/Makefile | 7 +- tools/testing/selftests/kselftest.h | 1 - tools/testing/selftests/kvm/Makefile | 7 +- tools/testing/selftests/lib.mk | 12 ++ tools/testing/selftests/memory-hotplug/config | 1 + tools/testing/selftests/net/Makefile | 1 + .../selftests/networking/timestamping/Makefile | 1 + tools/testing/selftests/vm/Makefile | 4 - 19 files changed, 280 insertions(+), 32 deletions(-) create mode 100644 scripts/subarch.include rename tools/testing/selftests/android/{ion => }/config (100%) create mode 100644 tools/testing/selftests/efivarfs/config