This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 35ce8ae9ae2e Merge branch 'signal-for-v5.17' of git://git.kernel.org/pu [...] new 98f2345773f9 unicode: fix .gitignore for generated utfdata file new 9dc3c3f691bc module: Remove outdated comment new ef307fc2a9bd MAINTAINERS: Remove myself as modules maintainer new b1ae6dc41eaa module: add in-kernel support for decompressing new ca321ec74322 module.h: allow #define strings to work with MODULE_IMPORT_NS new 96dd87548810 MAINTAINERS: add mailing lists for kmod and modules new 285ac8dca4df kernel: Fix spelling mistake "compresser" -> "compressor" new a97ac8cb24a3 module: fix signature check failures when using in-kernel [...] new 763978ca67a3 Merge branch 'modules-next' of git://git.kernel.org/pub/sc [...]
The 9 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: MAINTAINERS | 6 +- fs/unicode/.gitignore | 2 +- include/linux/module.h | 3 +- include/uapi/linux/module.h | 1 + init/Kconfig | 13 +++ kernel/Makefile | 1 + kernel/module-internal.h | 19 ++++ kernel/module.c | 45 +++++--- kernel/module_decompress.c | 271 ++++++++++++++++++++++++++++++++++++++++++++ 9 files changed, 341 insertions(+), 20 deletions(-) create mode 100644 kernel/module_decompress.c