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-release-aarch64-mainline-allnoconfig in repository toolchain/ci/linux.
from 9892f9f6cf83 Merge tag 'drm-fixes-2019-10-11' of git://anongit.freedesk [...] adds 48f9bcf91461 net: sctp: Rename fallthrough label to unhandled adds 294f69e662d1 compiler_attributes.h: Add 'fallthrough' pseudo keyword fo [...] adds b9918bdcac1f Documentation/process: Add fallthrough pseudo-keyword adds 6a297c90efa6 HID: hyperv: Use in-place iterator API in the channel callback adds 83b50f83a968 Drivers: hv: vmbus: Fix harmless building warnings without [...] adds 56c642e2aa1c Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pu [...] adds c7c4e29fb5a4 scripts: add_namespace: Fix coccicheck failed adds bf70b0503abd module: swap the order of symbol.namespace adds 389eb3f5f4ab modpost: fix broken sym->namespace for external module builds adds fa6643cdc5cd module: rename __kstrtab_ns_* to __kstrtabns_* to avoid sy [...] adds d85103ac78a6 kbuild: fix build error of 'make nsdeps' in clean tree adds 40997fb8799d nsdeps: fix hashbang of scripts/nsdeps adds df6f0987e55f nsdeps: make generated patches independent of locale adds fcfacb9f8374 doc: move namespaces.rst from kbuild/ to core-api/ adds c6f6ebd77ce1 Merge tag 'modules-for-v5.4-rc3' of git://git.kernel.org/p [...] adds 52870d504891 smb3: cleanup some recent endian errors spotted by updated sparse adds dd19c106a366 fs: cifs: mute -Wunused-const-variable message adds cb248819d209 cifs: use cifsInodeInfo->open_file_lock while iterating to [...] adds 30573a82fb17 CIFS: Gracefully handle QueryInfo errors during open adds d0959b080b1f smb3: remove noisy debug message and minor cleanup adds d4cfbf04b2aa smb3: Fix regression in time handling adds c82e5ac7fe35 CIFS: Force revalidate inode when dentry is stale adds 0b3d0ef9840f CIFS: Force reval dentry if LOOKUP_REVAL flag is set adds c6ad7c3ce980 Merge tag '5.4-rc2-smb3' of git://git.samba.org/sfrench/cifs-2.6 adds 33ea5aaa87cd nfs: Fix nfsi->nrequests count error on nfs_inode_remove_request adds 031d73ed768a NFS: Fix O_DIRECT accounting of number of bytes read/written adds 0b5748477924 NFS: Remove redundant mirror tracking in O_DIRECT adds 1047ec868332 NFSv4: Fix leak of clp->cl_acceptor string adds af84537dbd1b SUNRPC: fix race to sk_err after xs_error_report adds 1c0cc5f1ae5e Merge tag 'nfs-for-5.4-2' of git://git.linux-nfs.org/proje [...]
No new revisions were added by this update.
Summary of changes: Documentation/core-api/index.rst | 1 + .../symbol-namespaces.rst} | 0 Documentation/process/coding-style.rst | 2 +- Documentation/process/deprecated.rst | 33 +++++-- MAINTAINERS | 1 + Makefile | 2 +- drivers/hid/hid-hyperv.c | 56 ++--------- drivers/hv/vmbus_drv.c | 6 ++ fs/cifs/cifsfs.c | 24 +++-- fs/cifs/cifsglob.h | 2 +- fs/cifs/connect.c | 4 +- fs/cifs/dir.c | 8 +- fs/cifs/file.c | 33 +++---- fs/cifs/inode.c | 4 + fs/cifs/netmisc.c | 4 - fs/cifs/smb2pdu.c | 14 ++- fs/cifs/smb2proto.h | 4 + fs/nfs/direct.c | 106 +++++++-------------- fs/nfs/nfs4proc.c | 1 + fs/nfs/write.c | 5 +- include/linux/compiler_attributes.h | 17 ++++ include/linux/export.h | 10 +- include/linux/sunrpc/xprtsock.h | 1 + net/sctp/sm_make_chunk.c | 12 +-- net/sunrpc/xprtsock.c | 17 ++-- scripts/coccinelle/misc/add_namespace.cocci | 2 + scripts/mod/modpost.c | 29 +++--- scripts/nsdeps | 4 +- 28 files changed, 196 insertions(+), 206 deletions(-) rename Documentation/{kbuild/namespaces.rst => core-api/symbol-namespaces.rst} (100%)