This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from ff8583d6e4e3 Merge tag 'kbuild-v5.2-2' of git://git.kernel.org/pub/scm/ [...] new 68ad4a330433 mm/vmalloc.c: keep track of free blocks for vmap allocation new bb850f4dae4a mm/vmap: add DEBUG_AUGMENT_PROPAGATE_CHECK macro new a6cf4e0fe3e7 mm/vmap: add DEBUG_AUGMENT_LOWEST_MATCH_CHECK macro new 60fce36afa9c mm/compaction.c: correct zone boundary handling when isola [...] new ec084de929e4 fs/writeback.c: use rcu_barrier() to wait for inflight wb [...] new 5d59aa8f9ce9 initramfs: don't free a non-existent initrd new de6da1e8bcf0 panic: add an option to replay all the printk message in buffer new cb6f8739fbf9 Merge branch 'akpm' (patches from Andrew)
The 8 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/kernel-parameters.txt | 1 + arch/powerpc/kernel/traps.c | 2 +- fs/fs-writeback.c | 11 +- include/linux/console.h | 7 +- include/linux/vmalloc.h | 6 +- init/initramfs.c | 2 +- kernel/panic.c | 6 +- kernel/printk/printk.c | 12 +- mm/compaction.c | 4 +- mm/vmalloc.c | 1095 ++++++++++++++++++----- 10 files changed, 889 insertions(+), 257 deletions(-)