This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from da0c9ea146cb Linux 5.4-rc2 new c512c6918719 uaccess: implement a proper unsafe_copy_to_user() and swit [...] new 7a243c82ea52 ocfs2: clear zero in unaligned direct IO new 56e94ea132bb fs: ocfs2: fix possible null-pointer dereferences in ocfs2 [...] new 583fee3e12df fs: ocfs2: fix a possible null-pointer dereference in ocfs [...] new 2abb7d3b12d0 fs: ocfs2: fix a possible null-pointer dereference in ocfs [...] new 20bb759a66be panic: ensure preemption is disabled during panic() new 6d0e9849417b mm/memremap: drop unused SECTION_SIZE and SECTION_MASK new 8e00c4e9dd85 writeback: fix use-after-free in finish_writeback_work() new 758b8db4a56a mm: fix -Wmissing-prototypes warnings new 08d1d0e6d0a0 memcg: only record foreign writebacks with dirty pages whe [...] new b0f53dbc4bc4 kernel/sysctl.c: do not override max_threads provided by u [...] new 5b6807de1144 mm/z3fold.c: claim page in the beginning of free new 234fdce892f9 mm/page_alloc.c: fix a crash in free_pages_prepare() new 518a86713078 mm/vmpressure.c: fix a signedness bug in vmpressure_regist [...] new 9783aa9917f8 mm, memcg: proportional memory.{low,min} reclaim new 9de7ca46ad26 mm, memcg: make memory.emin the baseline for utilisation d [...] new 1bc63fb1272b mm, memcg: make scan aggression always exclude protection new 6a486c0ad4dc mm, sl[ou]b: improve memory accounting new 59bb47985c1d mm, sl[aou]b: guarantee natural alignment for kmalloc(powe [...] new eda57a0e4299 Merge branch 'akpm' (patches from Andrew)
The 20 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 ++ 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(-)