This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 8808cf8cbc4d Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm new c5e4a062fe66 module: support reading multiple values per modinfo tag new ed13fc33f763 export: explicitly align struct kernel_symbol new 8651ec01daed module: add support for symbol namespaces. new cb9b55d21fe0 modpost: add support for symbol namespaces new 3d52ec5e5d0d module: add config option MODULE_ALLOW_MISSING_NAMESPACE_IMPORTS new 8e2adc6a00cd export: allow definition default namespaces in Makefiles o [...] new 1d082773ff30 modpost: add support for generating namespace dependencies new eb8305aecb95 scripts: Coccinelle script for namespace dependencies. new c4f4af4094d6 docs: Add documentation for Symbol Namespaces new 8140de1ea3a0 usb-storage: remove single-use define for debugging new 32bca2df7da2 usb-storage: export symbols in USB_STORAGE namespace new 069e1c07c18a module: Fix link failure due to invalid relocation on name [...] new d189c2a4b6f0 module: remove redundant 'depends on MODULES' new efd9763d88d1 module: move CONFIG_UNUSED_SYMBOLS to the sub-menu of MODULES new b605be658188 module: remove unneeded casts in cmp_name() new 2e6fcfeb9df6 module: Remove leftover '#undef' from export header new e0703556644a Merge tag 'modules-for-v5.4' of git://git.kernel.org/pub/s [...]
The 17 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: .gitignore | 1 + Documentation/kbuild/modules.rst | 7 +- Documentation/kbuild/namespaces.rst | 154 ++++++++++++++++++++++++++++ Documentation/kernel-hacking/hacking.rst | 18 ++++ MAINTAINERS | 5 + Makefile | 14 ++- arch/m68k/include/asm/export.h | 1 - drivers/usb/storage/Makefile | 2 + drivers/usb/storage/alauda.c | 1 + drivers/usb/storage/cypress_atacb.c | 1 + drivers/usb/storage/datafab.c | 1 + drivers/usb/storage/ene_ub6250.c | 1 + drivers/usb/storage/freecom.c | 1 + drivers/usb/storage/isd200.c | 1 + drivers/usb/storage/jumpshot.c | 1 + drivers/usb/storage/karma.c | 1 + drivers/usb/storage/onetouch.c | 1 + drivers/usb/storage/realtek_cr.c | 1 + drivers/usb/storage/sddr09.c | 1 + drivers/usb/storage/sddr55.c | 1 + drivers/usb/storage/shuttle_usbat.c | 1 + drivers/usb/storage/uas.c | 1 + include/asm-generic/export.h | 15 ++- include/linux/export.h | 76 ++++++++++++-- include/linux/module.h | 2 + init/Kconfig | 33 +++++- kernel/module.c | 76 ++++++++++++-- lib/Kconfig.debug | 16 --- scripts/Makefile.modpost | 5 +- scripts/coccinelle/misc/add_namespace.cocci | 23 +++++ scripts/export_report.pl | 2 +- scripts/mod/modpost.c | 150 ++++++++++++++++++++++++--- scripts/mod/modpost.h | 9 ++ scripts/nsdeps | 58 +++++++++++ 34 files changed, 613 insertions(+), 68 deletions(-) create mode 100644 Documentation/kbuild/namespaces.rst create mode 100644 scripts/coccinelle/misc/add_namespace.cocci create mode 100644 scripts/nsdeps