This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-aarch64 in repository toolchain/ci/linux.
from dcb85f85fa6f gcc-plugins/stackleak: Use noinstr in favor of notrace adds 483529f3209f Fix a warning about a malformed kernel doc comment in cifs adds 489f710a738e cifs: unlock chan_lock before calling cifs_put_tcp_session adds 052e04a52dcd cifs: Transition from ->readpages() to ->readahead() adds bee9f6552321 netfs, cachefiles: Add a method to query presence of data [...] adds 0174ee9947bd cifs: Implement cache I/O by accessing the cache directly adds 46f5cbdef7d4 cifs: Fix the readahead conversion to manage the batch whe [...] adds 40c845c17695 Invalidate fscache cookie only when inode attributes are changed. adds d3b331fb51f3 cifs: fix workstation_name for multiuser mounts new 633a8e8986ea Merge tag '5.17-rc3-smb3-client-fixes' of git://git.samba. [...] adds 22e424feb665 Revert "fs/9p: search open fids first" new 1eb7de177d40 Merge tag '9p-for-5.17-rc3' of git://github.com/martinetd/linux adds 2ea88716369a libceph: make recv path in secure mode work the same as send path adds 038b8d1d1ab1 libceph: optionally use bounce buffer on recv path in crc mode new cff7f2237c2b Merge tag 'ceph-for-5.17-rc3' of git://github.com/ceph/cep [...] new a85468b766d3 Revert "mm/page_isolation: unset migratetype directly for [...] new fb5222aae64f mm/debug_vm_pgtable: remove pte entry from the page table new 64d8b9e14512 mm/page_table_check: use unsigned long for page counters a [...] new e59a47b8a453 mm/khugepaged: unify collapse pmd clear, flush and free new 80110bbfbba6 mm/page_table_check: check entries at pmd levels new 314c459a6fe0 mm/pgtable: define pte_index so that preprocessor could re [...] new 520ba724061c ipc/sem: do not sleep with a spin lock held new c10a0f877fe0 mm/kmemleak: avoid scanning potential huge holes new 6a0fb704b05c MAINTAINERS: update rppt's email new 07d2505b963b kselftest/vm: revert "tools/testing/selftests/vm/userfault [...] new f9aaa5b05ea3 Merge branch 'akpm' (patches from Andrew)
The 14 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/filesystems/netfs_library.rst | 16 ++ MAINTAINERS | 2 +- fs/9p/fid.c | 9 +- fs/cachefiles/io.c | 59 +++++++ fs/cifs/connect.c | 23 ++- fs/cifs/file.c | 221 +++++++++--------------- fs/cifs/fscache.c | 126 ++++++++++++-- fs/cifs/fscache.h | 79 +++++---- fs/cifs/inode.c | 8 +- fs/cifs/sess.c | 6 +- include/linux/ceph/libceph.h | 1 + include/linux/ceph/messenger.h | 5 + include/linux/netfs.h | 7 + include/linux/page_table_check.h | 19 +++ include/linux/pgtable.h | 1 + ipc/sem.c | 4 +- mm/debug_vm_pgtable.c | 2 + mm/khugepaged.c | 37 ++-- mm/kmemleak.c | 13 +- mm/page_isolation.c | 2 +- mm/page_table_check.c | 55 +++--- net/ceph/ceph_common.c | 7 + net/ceph/messenger.c | 4 + net/ceph/messenger_v1.c | 54 +++++- net/ceph/messenger_v2.c | 250 +++++++++++++++++++++------- tools/testing/selftests/vm/userfaultfd.c | 9 +- 26 files changed, 689 insertions(+), 330 deletions(-)