The following changes since commit 47ac09b91befbb6a235ab620c32af719f8208399: Linux 6.11-rc4 (2024-08-18 13:17:27 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linux.git/ tags/modules-6.12-rc1 for you to fetch changes up to b319cea80539df9bea0ad98cb5e4b2fcb7e1a34b: module: Refine kmemleak scanned areas (2024-09-13 09:55:17 -0700) ---------------------------------------------------------------- Modules changes for v6.12-rc1 There are a few fixes / cleanups from Vincent, Chunhui, and Petr, but the most important part of this pull request is the Rust community stepping up to help maintain both C / Rust code for future Rust module support. We grow the set of modules maintainers by 3 now, and with this hope to scale to help address what's needed to properly support future Rust module support. A lot of exciting stuff coming in future kernel releases. This has been on linux-next for ~ 3 weeks now with no issues. ---------------------------------------------------------------- Chunhui Li (1): module: abort module loading when sysfs setup suffer errors Luis Chamberlain (1): MAINTAINERS: scale modules with more reviewers Petr Pavlu (2): module: Split modules_install compression and in-kernel decompression module: Clean up the description of MODULE_SIG_<type> Vincent Donnefort (1): module: Refine kmemleak scanned areas MAINTAINERS | 3 ++ kernel/module/Kconfig | 77 +++++++++++++++++++++--------------------- kernel/module/debug_kmemleak.c | 18 +++------- kernel/module/sysfs.c | 63 ++++++++++++++++++++++------------ scripts/Makefile.modinst | 2 ++ 5 files changed, 90 insertions(+), 73 deletions(-)