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-allnoconfig in repository toolchain/ci/linux.
from 6794862a16ef Merge tag 'for-5.5-rc1-kconfig-tag' of git://git.kernel.or [...] adds d1c6a2aa02af pipe: simplify signal handling in pipe_read() and add comments adds af74262337fa module: Remove accidental change of module_enable_x() adds a61f810567be tracing: remove set but not used variable 'buffer' adds ff205766dbbe ftrace: Fix function_graph tracer interaction with BPF trampoline adds 6674fdb25a9e Merge tag 'trace-v5.5-3' of git://git.kernel.org/pub/scm/l [...] adds 926d16501764 erofs: zero out when listxattr is called with no xattr adds ffafde478309 erofs: update documentation adds 687dec9b9459 Merge tag 'erofs-for-5.5-rc2-fixes' of git://git.kernel.or [...] adds 9bd0160d1237 afs: Fix afs_find_server lookups for ipv4 peers adds bcbccaf2edcf afs: Fix SELinux setting security label on /afs adds 158d58335393 afs: Fix mountpoint parsing adds 1da4bd9f9d18 afs: Fix creation calls in the dynamic root to fail with E [...] adds 106bc79843c3 afs: Fix missing cell comparison in afs_test_super() adds 50559800b76a afs: Show volume name in /proc/net/afs/<cell>/volumes adds ae4b064e2a61 Merge tag 'afs-fixes-20191211' of git://git.kernel.org/pub [...] adds ad8c28a9eb81 ceph: convert int fields in ceph_mount_options to unsigned int adds 3a3430affce5 ceph: show tasks waiting on caps in debugfs caps file adds bba1560bd4a4 ceph: trigger the reclaim work once there has enough pending caps adds bd84fbcb3198 ceph: switch to global cap helper adds da08e1e1d7c3 ceph: add more debug info when decoding mdsmap adds 37d4e84f765b Merge tag 'ceph-for-5.5-rc2' of git://github.com/ceph/ceph-client
No new revisions were added by this update.
Summary of changes: Documentation/filesystems/erofs.txt | 27 ++++++++++++------------ arch/x86/kernel/ftrace.c | 14 ------------- fs/afs/dynroot.c | 3 +++ fs/afs/mntpt.c | 6 ++++-- fs/afs/proc.c | 7 ++++--- fs/afs/server.c | 21 ++++++++----------- fs/afs/super.c | 2 +- fs/ceph/caps.c | 41 ++++++++++++++++++++++++------------- fs/ceph/debugfs.c | 13 ++++++++++++ fs/ceph/mds_client.c | 8 +++++--- fs/ceph/mds_client.h | 9 ++++++++ fs/ceph/mdsmap.c | 12 +++++++---- fs/ceph/super.c | 28 +++++++++++++------------ fs/ceph/super.h | 16 +++++++-------- fs/erofs/xattr.c | 2 ++ fs/pipe.c | 36 +++++++++++++++++++++++++------- include/linux/ftrace.h | 5 +++++ kernel/module.c | 6 +----- kernel/trace/fgraph.c | 9 ++++++++ kernel/trace/ftrace.c | 19 +++++++---------- kernel/trace/trace_events_inject.c | 2 -- 21 files changed, 172 insertions(+), 114 deletions(-)