This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 9892f9f6cf83 Merge tag 'drm-fixes-2019-10-11' of git://anongit.freedesk [...] new 48f9bcf91461 net: sctp: Rename fallthrough label to unhandled new 294f69e662d1 compiler_attributes.h: Add 'fallthrough' pseudo keyword fo [...] new b9918bdcac1f Documentation/process: Add fallthrough pseudo-keyword new 6a297c90efa6 HID: hyperv: Use in-place iterator API in the channel callback new 83b50f83a968 Drivers: hv: vmbus: Fix harmless building warnings without [...] new 56c642e2aa1c Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pu [...] new c7c4e29fb5a4 scripts: add_namespace: Fix coccicheck failed new bf70b0503abd module: swap the order of symbol.namespace new 389eb3f5f4ab modpost: fix broken sym->namespace for external module builds new fa6643cdc5cd module: rename __kstrtab_ns_* to __kstrtabns_* to avoid sy [...] new d85103ac78a6 kbuild: fix build error of 'make nsdeps' in clean tree new 40997fb8799d nsdeps: fix hashbang of scripts/nsdeps new df6f0987e55f nsdeps: make generated patches independent of locale new fcfacb9f8374 doc: move namespaces.rst from kbuild/ to core-api/ new c6f6ebd77ce1 Merge tag 'modules-for-v5.4-rc3' of git://git.kernel.org/p [...]
The 15 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/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 +++ include/linux/compiler_attributes.h | 17 +++++++ include/linux/export.h | 10 ++-- net/sctp/sm_make_chunk.c | 12 ++--- scripts/coccinelle/misc/add_namespace.cocci | 2 + scripts/mod/modpost.c | 29 +++++------ scripts/nsdeps | 4 +- 14 files changed, 90 insertions(+), 85 deletions(-) rename Documentation/{kbuild/namespaces.rst => core-api/symbol-namespaces.rst} (100%)