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-arm-mainline-allmodconfig in repository toolchain/ci/linux.
from ed8780e3f2ec Merge tag 'x86-urgent-2020-10-27' of git://git.kernel.org/ [...] adds 761a8c58db6b tracing, synthetic events: Replace buggy strcat() with seq [...] adds 23859ae44402 Merge tag 'trace-v5.10-rc1' of git://git.kernel.org/pub/sc [...] adds 5112e9a540fb ext4: fix double locking in ext4_fc_commit_dentry_updates() adds d0520df7240f ext4: properly check for dirty state in ext4_inode_datasyn [...] adds e029c5f27987 ext4: make num of fast commit blocks configurable adds ababea77bc50 ext4: use s_mount_flags instead of s_mount_state for fast [...] adds ea4b01d9b81f jbd2: fix a kernel-doc markup adds b5b18160a3e7 ext4: fix mmap write protection for data=journal mode adds 8c9be1e58a8d ext4: use IS_ERR() for error checking of path adds d7dce9e08595 ext4: do not use extent after put_bh adds f8f4acb6cded ext4: use generic casefolding support adds 6694875ef804 ext4: indicate that fast_commit is available via /sys/fs/e [...] adds 58130a6cd062 Merge tag 'ext4_for_linus_fixes' of git://git.kernel.org/p [...] adds 06a17bbe1d47 afs: Fix copy_file_range() adds acc080d15dde afs: Fix tracing deref-before-check adds 248c944e2159 afs: Fix a use after free in afs_xattr_get_acl() adds d383e346f97d afs: Fix afs_launder_page to not clear PG_writeback adds fa04a40b169f afs: Fix to take ref on page when PG_private is set adds 21db2cdc667f afs: Fix page leak on afs_write_begin() failure adds f792e3ac82fe afs: Fix where page->private is set during write adds 185f0c7073bd afs: Wrap page->private manipulations in inline functions adds 65dd2d6072d3 afs: Alter dirty range encoding in page->private adds f86726a69dec afs: Fix afs_invalidatepage to adjust the dirty region adds 2d9900f26ad6 afs: Fix dirty-region encoding on ppc32 with 64K pages adds 598a597636f8 Merge tag 'afs-fixes-20201029' of git://git.kernel.org/pub [...]
No new revisions were added by this update.
Summary of changes: fs/afs/cell.c | 3 +- fs/afs/dir.c | 12 ++--- fs/afs/dir_edit.c | 6 +-- fs/afs/file.c | 78 ++++++++++++++++++++++------ fs/afs/internal.h | 57 +++++++++++++++++++++ fs/afs/write.c | 105 ++++++++++++++++++++------------------ fs/afs/xattr.c | 2 +- fs/ext4/dir.c | 64 +---------------------- fs/ext4/ext4.h | 20 ++------ fs/ext4/extents.c | 30 +++++------ fs/ext4/fast_commit.c | 37 +++++++++----- fs/ext4/hash.c | 2 +- fs/ext4/inode.c | 15 +++--- fs/ext4/namei.c | 20 +++----- fs/ext4/super.c | 16 +++--- fs/ext4/sysfs.c | 2 + include/linux/jbd2.h | 7 ++- include/trace/events/afs.h | 20 ++------ kernel/trace/trace_events_synth.c | 36 ++++++++----- 19 files changed, 288 insertions(+), 244 deletions(-)