This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-mainline-allnoconfig in repository toolchain/ci/linux.
from da0c9ea146cb Linux 5.4-rc2 adds c512c6918719 uaccess: implement a proper unsafe_copy_to_user() and swit [...] adds 7a243c82ea52 ocfs2: clear zero in unaligned direct IO adds 56e94ea132bb fs: ocfs2: fix possible null-pointer dereferences in ocfs2 [...] adds 583fee3e12df fs: ocfs2: fix a possible null-pointer dereference in ocfs [...] adds 2abb7d3b12d0 fs: ocfs2: fix a possible null-pointer dereference in ocfs [...] adds 20bb759a66be panic: ensure preemption is disabled during panic() adds 6d0e9849417b mm/memremap: drop unused SECTION_SIZE and SECTION_MASK adds 8e00c4e9dd85 writeback: fix use-after-free in finish_writeback_work() adds 758b8db4a56a mm: fix -Wmissing-prototypes warnings adds 08d1d0e6d0a0 memcg: only record foreign writebacks with dirty pages whe [...] adds b0f53dbc4bc4 kernel/sysctl.c: do not override max_threads provided by u [...] adds 5b6807de1144 mm/z3fold.c: claim page in the beginning of free adds 234fdce892f9 mm/page_alloc.c: fix a crash in free_pages_prepare() adds 518a86713078 mm/vmpressure.c: fix a signedness bug in vmpressure_regist [...] adds 9783aa9917f8 mm, memcg: proportional memory.{low,min} reclaim adds 9de7ca46ad26 mm, memcg: make memory.emin the baseline for utilisation d [...] adds 1bc63fb1272b mm, memcg: make scan aggression always exclude protection adds 6a486c0ad4dc mm, sl[ou]b: improve memory accounting adds 59bb47985c1d mm, sl[aou]b: guarantee natural alignment for kmalloc(powe [...] adds eda57a0e4299 Merge branch 'akpm' (patches from Andrew) adds 17eac6c2db8b selftests: Add kselftest-all and kselftest-install targets adds 3a24f7f6b610 kselftest: add capability to skip chosen TARGETS adds 131b30c94fbc kselftest: exclude failed TARGETS from runlist adds 852c8cbf34d3 selftests/kselftest/runner.sh: Add 45 second timeout per test adds 8f9577eda5b7 selftests: watchdog: Validate optional file argument adds ce3a67780212 selftests: watchdog: Add command line option to show watch [...] adds f54e66ae770f Merge tag 'linux-kselftest-5.4-rc3' of git://git.kernel.or [...] adds 2a5243937c70 selinux: fix context string corruption in convert_context() adds 2ef459167adb Merge tag 'selinux-pr-20191007' of git://git.kernel.org/pu [...] adds e735244e2cf0 gpiolib: don't clear FLAG_IS_OUT when emulating open-drain [...] adds be7ae45cfea9 gpio: fix getting nonexclusive gpiods from DT adds e91aafcb51f3 gpio: eic: sprd: Fix the incorrect EIC offset when toggling adds b8cd253a06dc Merge tag 'gpio-v5.4-rc2-fixes-for-linus' of git://git.ker [...] adds fffa6af94894 gpio: max77620: Use correct unit for debounce times adds d5001955c281 Merge tag 'gpio-v5.4-2' of git://git.kernel.org/pub/scm/li [...] new e3f127147418 leds: core: Fix leds.h structure documentation new 4050d21d2009 Add my linux-leds branch to MAINTAINERS new e3280b54afed Merge tag 'led-fixes-for-5.4-rc3' of git://git.kernel.org/ [...]
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: Documentation/admin-guide/cgroup-v2.rst | 20 +++++-- Documentation/core-api/memory-allocation.rst | 4 ++ Documentation/dev-tools/kselftest.rst | 16 ++++++ MAINTAINERS | 1 + Makefile | 5 +- arch/x86/include/asm/uaccess.h | 23 ++++++++ drivers/gpio/gpio-eic-sprd.c | 7 ++- drivers/gpio/gpio-max77620.c | 6 +- drivers/gpio/gpiolib-of.c | 2 +- drivers/gpio/gpiolib.c | 27 ++++++--- fs/fs-writeback.c | 9 ++- fs/ocfs2/aops.c | 25 +++++++- fs/ocfs2/ioctl.c | 2 +- fs/ocfs2/xattr.c | 56 ++++++++---------- fs/readdir.c | 44 +-------------- include/linux/leds.h | 5 +- include/linux/memcontrol.h | 29 ++++++++++ include/linux/slab.h | 4 ++ include/linux/uaccess.h | 6 +- kernel/fork.c | 4 +- kernel/panic.c | 1 + mm/memcontrol.c | 5 ++ mm/memremap.c | 2 - mm/page_alloc.c | 8 ++- mm/shuffle.c | 2 +- mm/slab_common.c | 19 ++++++- mm/slob.c | 62 +++++++++++++++----- mm/slub.c | 14 ++++- mm/sparse.c | 2 +- mm/vmpressure.c | 20 ++++--- mm/vmscan.c | 72 ++++++++++++++++++++++-- mm/z3fold.c | 10 +++- security/selinux/ss/services.c | 9 ++- tools/testing/selftests/Makefile | 19 ++++++- tools/testing/selftests/kselftest/runner.sh | 36 +++++++++++- tools/testing/selftests/kselftest_install.sh | 4 +- tools/testing/selftests/rtc/settings | 1 + tools/testing/selftests/watchdog/watchdog-test.c | 27 ++++++++- 38 files changed, 445 insertions(+), 163 deletions(-) create mode 100644 tools/testing/selftests/rtc/settings