[GIT PULL] Modules changes for v6.7-rc1

From: Luis Chamberlain
Date: Wed Nov 01 2023 - 16:13:11 EST


The following changes since commit 7d461b291e65938f15f56fe58da2303b07578a76:

Merge tag 'drm-next-2023-10-31-1' of git://anongit.freedesktop.org/drm/drm (2023-11-01 06:28:35 -1000)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linux.git/ tags/modules-6.7-rc1

for you to fetch changes up to ea0b0bcef4917a2640ecc100c768b8e785784834:

module: Annotate struct module_notes_attrs with __counted_by (2023-11-01 13:07:32 -0700)

----------------------------------------------------------------
Modules changes for v6.7-rc1

The only thing worth highligthing is that gzip moves to use vmalloc() instead of
kmalloc just as we had a fix for this for zstd on v6.6-rc1. The rest is regular
house keeping, keeping things neat, tidy, and boring.

Oh and this has been on linux-next for over a month.

----------------------------------------------------------------
Andrea Righi (1):
module/decompress: use vmalloc() for gzip decompression workspace

Kees Cook (2):
module: Clarify documentation of module_param_call()
module: Annotate struct module_notes_attrs with __counted_by

Luis Chamberlain (1):
MAINTAINERS: add include/linux/module*.h to modules

Tiezhu Yang (2):
module: Make is_mapping_symbol() return bool
module: Make is_valid_name() return bool

Zhu Mao (1):
module: Fix comment typo

MAINTAINERS | 2 +-
include/linux/module_symbol.h | 2 +-
include/linux/moduleparam.h | 6 +++++-
kernel/module/decompress.c | 4 ++--
kernel/module/stats.c | 2 +-
kernel/module/sysfs.c | 2 +-
scripts/mod/modpost.c | 4 ++--
7 files changed, 13 insertions(+), 9 deletions(-)