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-release-aarch64-mainline-defconfig 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 [...] new 5112e9a540fb ext4: fix double locking in ext4_fc_commit_dentry_updates() new d0520df7240f ext4: properly check for dirty state in ext4_inode_datasyn [...] new e029c5f27987 ext4: make num of fast commit blocks configurable new ababea77bc50 ext4: use s_mount_flags instead of s_mount_state for fast [...] new ea4b01d9b81f jbd2: fix a kernel-doc markup new b5b18160a3e7 ext4: fix mmap write protection for data=journal mode new 8c9be1e58a8d ext4: use IS_ERR() for error checking of path new d7dce9e08595 ext4: do not use extent after put_bh new f8f4acb6cded ext4: use generic casefolding support new 6694875ef804 ext4: indicate that fast_commit is available via /sys/fs/e [...] new 58130a6cd062 Merge tag 'ext4_for_linus_fixes' of git://git.kernel.org/p [...] new 06a17bbe1d47 afs: Fix copy_file_range() new acc080d15dde afs: Fix tracing deref-before-check new 248c944e2159 afs: Fix a use after free in afs_xattr_get_acl() new d383e346f97d afs: Fix afs_launder_page to not clear PG_writeback new fa04a40b169f afs: Fix to take ref on page when PG_private is set new 21db2cdc667f afs: Fix page leak on afs_write_begin() failure new f792e3ac82fe afs: Fix where page->private is set during write new 185f0c7073bd afs: Wrap page->private manipulations in inline functions new 65dd2d6072d3 afs: Alter dirty range encoding in page->private new f86726a69dec afs: Fix afs_invalidatepage to adjust the dirty region new 2d9900f26ad6 afs: Fix dirty-region encoding on ppc32 with 64K pages new 598a597636f8 Merge tag 'afs-fixes-20201029' of git://git.kernel.org/pub [...]
The 23 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: 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(-)