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-master-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)
No new revisions were added by this update.
Summary of changes: Documentation/admin-guide/cgroup-v2.rst | 20 +++++--- Documentation/core-api/memory-allocation.rst | 4 ++ arch/x86/include/asm/uaccess.h | 23 +++++++++ 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/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 +++- 24 files changed, 310 insertions(+), 133 deletions(-)