This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-arm-mainline-allyesconfig in repository toolchain/linux-next.
from 195303136f19 Merge tag 'kconfig-v4.21-2' of git://git.kernel.org/pub/sc [...] adds 9bf1a3f73927 f2fs: avoid GC causing encrypted file corrupted adds a8075dc484cf f2fs: fix to account preflush command for noflush_merge mode adds d6c66cd19ef3 f2fs: fix count of seg_freed to make sec_freed correct adds 089842de5750 f2fs: remove codes of unused wio_mutex adds 7beb01f74415 f2fs: clean up f2fs_sb_has_##feature_name adds 2c70c5e3874e f2fs: introduce __is_large_section() for cleanup adds e3080b0120a1 f2fs: support subsectional garbage collection adds 3465557556b4 f2fs: export migration_granularity sysfs entry adds 67b0e42b768c f2fs: change segment to section in f2fs_ioc_gc_range adds 155c62fe9c5f f2fs: Change to use DEFINE_SHOW_ATTRIBUTE macro adds b61ac5b72014 f2fs: move dir data flush to write checkpoint process adds 02b16d0a34a1 f2fs: add to account direct IO adds fef4129ec2e6 f2fs: fix to be aware discard/preflush/dio command in is_idle() adds f9d6d0597698 f2fs: fix out-place-update DIO write adds 1e771e83ce26 f2fs: only flush the single temp bio cache which owns the [...] adds 4e240d1bab1e f2fs: check memory boundary by insane namelen adds 2866fb16d679 f2fs: fix race between write_checkpoint and write_begin adds f5d5510e7389 f2fs: avoid build warn of fall_through adds f6176473a0c7 f2fs: fix wrong return value of f2fs_acl_create adds 0ea295dd853e f2fs: read page index before freeing adds 19880e6e5ff3 f2fs: make "f2fs_fault_name[]" const char * adds 08ac9a3870f6 f2fs: fix to allow node segment for GC by ioctl path adds e3c59108da86 f2fs: adjust trace print in f2fs_get_victim() to cover all paths adds 73c0a9272a7d f2fs: fix to update new block address correctly for OPU adds f4f0b6777db4 f2fs: fix m_may_create to make OPU DIO write correctly adds a742fd41c02c f2fs: avoid frequent costly fsck triggers adds 0cd6d9b0d234 f2fs: add an ioctl() to explicitly trigger fsck later adds 2062e0c3daa0 f2fs: clear PG_writeback if IPU failed adds 8d64d365aed3 f2fs: fix to reorder set_page_dirty and wait_on_page_writeback new af56b4870865 f2fs: remove redundant comment of unused wio_mutex new 5222595d093e f2fs: use kvmalloc, if kmalloc is failed new 72691af6dbd7 f2fs: correct wrong spelling, issing_* new 76c7bfb3a893 f2fs: flush stale issued discard candidates new 8ec18bff7b90 f2fs: clean up checkpoint flow new e4589fa545e0 f2fs: fix sbi->extent_list corruption issue new 9249dded7b5c f2fs: fix block address for __check_sit_bitmap new c0362117c3b8 f2fs: clean up structure extent_node new b32e019049e9 f2fs: fix to dirty inode synchronously new 8f31b4665c14 f2fs: fix missing unlock(sbi->gc_mutex) new 88960068f25f f2fs: fix validation of the block count in sanity_check_raw_super new bae0ee7a767c f2fs: check PageWriteback flag for ordered case new 60aa4d5536ab f2fs: fix use-after-free issue when accessing sbi->stat_info new 64beba0558fc f2fs: sanity check of xattr entry size new 9ab97aea85cc Merge tag 'f2fs-for-4.21' of git://git.kernel.org/pub/scm/ [...] adds d8a706414af4 dax: Use non-exclusive wait in wait_entry_unlocked() new 2a1a2c1a76cf Merge tag 'dax-fix-4.21' of git://git.kernel.org/pub/scm/l [...] new c40f7d74c741 sched/fair: Fix infinite loop in update_blocked_averages() [...] new e3ed513bcf00 Merge branch 'sched-urgent-for-linus' of git://git.kernel. [...] new 150fbd536f9e alpha: move __IGNORE* entries to non uapi header new d8bf616be5f0 alpha: remove CONFIG_OSF4_COMPAT flag from syscall table new b67bfd298f4c alpha: add __NR_syscalls along with NR_SYSCALLS new cabcebd33b8b alpha: add system call table generation support new a8faab540f0a alpha: generate uapi header and syscall table header files new fb430b39dbb0 alpha: fix spelling mistake QSD_PORT_ACTUVE -> QSD_PORT_ACTIVE new a104d44b183c alpha: Fix a typo on ptrace.h new 3030cf95ab20 alpha: rtc: simplify alpha_rtc_init new 1c3243f61fa7 alpha: Remove some unused variables new f12e840c819b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
The 28 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/ABI/testing/sysfs-fs-f2fs | 9 + arch/alpha/Makefile | 3 + arch/alpha/include/asm/Kbuild | 2 +- arch/alpha/include/asm/unistd.h | 23 +- arch/alpha/include/uapi/asm/Kbuild | 1 + arch/alpha/include/uapi/asm/ptrace.h | 2 +- arch/alpha/include/uapi/asm/unistd.h | 484 +----------------- arch/alpha/kernel/core_wildfire.c | 2 +- arch/alpha/kernel/osf_sys.c | 12 +- arch/alpha/kernel/rtc.c | 22 +- arch/{m68k => alpha}/kernel/syscalls/Makefile | 0 arch/alpha/kernel/syscalls/syscall.tbl | 453 +++++++++++++++++ arch/{ia64 => alpha}/kernel/syscalls/syscallhdr.sh | 2 +- arch/{ia64 => alpha}/kernel/syscalls/syscalltbl.sh | 0 arch/alpha/kernel/systbls.S | 542 +-------------------- fs/dax.c | 16 +- fs/f2fs/acl.c | 20 +- fs/f2fs/checkpoint.c | 33 +- fs/f2fs/data.c | 160 ++++-- fs/f2fs/debug.c | 25 +- fs/f2fs/dir.c | 20 +- fs/f2fs/f2fs.h | 98 ++-- fs/f2fs/file.c | 42 +- fs/f2fs/gc.c | 81 ++- fs/f2fs/inline.c | 20 +- fs/f2fs/inode.c | 22 +- fs/f2fs/namei.c | 8 +- fs/f2fs/node.c | 40 +- fs/f2fs/node.h | 2 +- fs/f2fs/recovery.c | 4 +- fs/f2fs/segment.c | 101 ++-- fs/f2fs/segment.h | 2 +- fs/f2fs/shrinker.c | 2 +- fs/f2fs/super.c | 170 +++---- fs/f2fs/sysfs.c | 27 +- fs/f2fs/xattr.c | 22 +- kernel/sched/fair.c | 43 +- 37 files changed, 1062 insertions(+), 1453 deletions(-) copy arch/{m68k => alpha}/kernel/syscalls/Makefile (100%) create mode 100644 arch/alpha/kernel/syscalls/syscall.tbl copy arch/{ia64 => alpha}/kernel/syscalls/syscallhdr.sh (94%) copy arch/{ia64 => alpha}/kernel/syscalls/syscalltbl.sh (100%)